From bba56b6752ad1b5bbdca9415829d2722d873ebbd Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Mon, 16 Sep 2019 13:41:18 +0200 Subject: [PATCH 1/7] TASK: Mark compatible with Neos 5 and new UI versions --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 84c993c..37e8987 100644 --- a/composer.json +++ b/composer.json @@ -24,9 +24,9 @@ "homepage": "https://yoast.com", "require": { "php": "~7.0", - "neos/neos": "^3.3 || ^4.0 || dev-master", - "neos/neos-ui": "^2.2 || ^3.2 || dev-master", - "neos/seo": "^2.1 || ^3.0", + "neos/neos": ">=3.3", + "neos/neos-ui": "~2.2 || ~3.2 || >=4.0", + "neos/seo": ">=2.1", "neos/fusion-afx": ">=1.1" }, "replace": { From fd1e83a8a9876de667a392f7868943ff18f4e68c Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Mon, 16 Sep 2019 14:13:30 +0200 Subject: [PATCH 2/7] TASK: Use strict types in PHP --- Classes/Controller/DataController.php | 7 ++++--- Classes/Controller/PageController.php | 9 ++++++--- .../FusionObjects/BaseUriImplementation.php | 20 ++++++++++++------- .../InterfaceLanguageImplementation.php | 4 +++- 4 files changed, 26 insertions(+), 14 deletions(-) diff --git a/Classes/Controller/DataController.php b/Classes/Controller/DataController.php index 2eebcb3..c886d35 100644 --- a/Classes/Controller/DataController.php +++ b/Classes/Controller/DataController.php @@ -1,4 +1,6 @@ userService->getInterfaceLanguage(); $locale = $this->getValidLocale($interfaceLanguage); @@ -82,7 +84,6 @@ public function fetchTranslationsAction() 'error' => $error ? $error : 'No translation available for language ' . $interfaceLanguage ]); } - } /** @@ -91,7 +92,7 @@ public function fetchTranslationsAction() * @param string $interfaceLanguage * @return string */ - protected function getValidLocale($interfaceLanguage) + protected function getValidLocale(string $interfaceLanguage): string { if (array_key_exists($interfaceLanguage, $this->languageToLocaleMapping)) { return $this->languageToLocaleMapping[$interfaceLanguage]; diff --git a/Classes/Controller/PageController.php b/Classes/Controller/PageController.php index f221745..02c0f6a 100644 --- a/Classes/Controller/PageController.php +++ b/Classes/Controller/PageController.php @@ -1,19 +1,22 @@ response->getHeaders()->setCacheControlDirective('no-cache'); $this->response->getHeaders()->setCacheControlDirective('no-store'); diff --git a/Classes/FusionObjects/BaseUriImplementation.php b/Classes/FusionObjects/BaseUriImplementation.php index 2544e3b..263b7ff 100644 --- a/Classes/FusionObjects/BaseUriImplementation.php +++ b/Classes/FusionObjects/BaseUriImplementation.php @@ -1,20 +1,26 @@ fusionValue('resolveShortcuts'); } @@ -24,11 +30,11 @@ public function resolveShortcuts() * * @return string The rendered URI or NULL if no URI could be resolved for the given node * @throws NeosException - * @throws \Neos\Flow\Mvc\Routing\Exception\MissingActionNameException - * @throws \Neos\Flow\Property\Exception - * @throws \Neos\Flow\Security\Exception + * @throws MissingActionNameException + * @throws PropertyException + * @throws SecurityException */ - public function evaluate() + public function evaluate(): string { $baseNode = null; $baseNodeName = $this->getBaseNodeName() ?: 'documentNode'; diff --git a/Classes/FusionObjects/InterfaceLanguageImplementation.php b/Classes/FusionObjects/InterfaceLanguageImplementation.php index 8ba1294..bc43c30 100644 --- a/Classes/FusionObjects/InterfaceLanguageImplementation.php +++ b/Classes/FusionObjects/InterfaceLanguageImplementation.php @@ -1,4 +1,6 @@ userService->getInterfaceLanguage(); } From 7169864be4852ade212a8ff93579556be0fd75ab Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Mon, 16 Sep 2019 14:13:46 +0200 Subject: [PATCH 3/7] =?UTF-8?q?BUGFIX:=20Don=E2=80=99t=20throw=20error=20i?= =?UTF-8?q?n=20some=20cases=20when=20disabling=20lang=20attribute=20render?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Private/Fusion/Override/LangAttribute.fusion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Private/Fusion/Override/LangAttribute.fusion b/Resources/Private/Fusion/Override/LangAttribute.fusion index d1f19ed..393136b 100644 --- a/Resources/Private/Fusion/Override/LangAttribute.fusion +++ b/Resources/Private/Fusion/Override/LangAttribute.fusion @@ -1,6 +1,6 @@ prototype(Neos.Seo:LangAttribute) { # Always render lang attribute to be able to use it for the analyzer value.@process.addFallback = ${value ? value : Configuration.setting('Yoast.YoastSeoForNeos.defaultContentLocale')} - @if.languageDimensionExists > - @if.onlyRenderWhenInLiveWorkspace > + @if.languageDimensionExists = true + @if.onlyRenderWhenInLiveWorkspace = true } From 7dbf514bdd34c2a9db59f26be9d85dd8b3294a31 Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Mon, 16 Sep 2019 14:13:54 +0200 Subject: [PATCH 4/7] TASK: Add missing json dependency --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 37e8987..c0f7fb1 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,8 @@ "neos/neos": ">=3.3", "neos/neos-ui": "~2.2 || ~3.2 || >=4.0", "neos/seo": ">=2.1", - "neos/fusion-afx": ">=1.1" + "neos/fusion-afx": ">=1.1", + "ext-json": "*" }, "replace": { "shel/neos-yoast-seo": "self.version" From 55ae5a2cd89b8b85a165a9b5549b26d9c45f410f Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Mon, 16 Sep 2019 14:14:16 +0200 Subject: [PATCH 5/7] FEATURE: Compatiblity with PSR-7 change in Flow 6 --- Classes/Controller/PageController.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Classes/Controller/PageController.php b/Classes/Controller/PageController.php index 02c0f6a..b3bc33d 100644 --- a/Classes/Controller/PageController.php +++ b/Classes/Controller/PageController.php @@ -18,8 +18,19 @@ class PageController extends ActionController */ public function renderPreviewPageAction(NodeInterface $node): void { - $this->response->getHeaders()->setCacheControlDirective('no-cache'); - $this->response->getHeaders()->setCacheControlDirective('no-store'); + if (method_exists($this->response, 'setComponentParameter')) { + /** @noinspection PhpUndefinedClassInspection */ + /** @noinspection PhpUndefinedNamespaceInspection */ + $this->response->setComponentParameter(Neos\Flow\Http\Component\SetHeaderComponent::class, 'Cache-Control', [ + 'no-cache', + 'no-store' + ]); + } else { + /** @noinspection PhpUndefinedMethodInspection */ + $this->response->getHeaders()->setCacheControlDirective('no-cache'); + /** @noinspection PhpUndefinedMethodInspection */ + $this->response->getHeaders()->setCacheControlDirective('no-store'); + } $this->redirect('show', 'Frontend\Node', 'Neos.Neos', [ 'node' => $node, 'yoastSeoPreviewMode' => true, From da454c01f1e726debfe28ca244ffdc58238b8b2f Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Mon, 16 Sep 2019 14:27:38 +0200 Subject: [PATCH 6/7] TASK: Update translations --- Resources/Private/Languages/bg_BG.json | 2 +- Resources/Private/Languages/bs_BA.json | 2 +- Resources/Private/Languages/ca.json | 2 +- Resources/Private/Languages/cs_CZ.json | 2 +- Resources/Private/Languages/da_DK.json | 2 +- Resources/Private/Languages/de_CH-informal.json | 2 +- Resources/Private/Languages/de_DE-formal.json | 2 +- Resources/Private/Languages/de_DE.json | 2 +- Resources/Private/Languages/el.json | 2 +- Resources/Private/Languages/en_AU.json | 2 +- Resources/Private/Languages/en_CA.json | 2 +- Resources/Private/Languages/en_GB.json | 2 +- Resources/Private/Languages/en_NZ.json | 2 +- Resources/Private/Languages/en_ZA.json | 2 +- Resources/Private/Languages/es_AR.json | 2 +- Resources/Private/Languages/es_ES.json | 2 +- Resources/Private/Languages/es_MX.json | 2 +- Resources/Private/Languages/es_PE.json | 2 +- Resources/Private/Languages/es_VE.json | 2 +- Resources/Private/Languages/fa_IR.json | 2 +- Resources/Private/Languages/fr_CA.json | 2 +- Resources/Private/Languages/fr_FR.json | 2 +- Resources/Private/Languages/gl_ES.json | 2 +- Resources/Private/Languages/he_IL.json | 2 +- Resources/Private/Languages/hr.json | 2 +- Resources/Private/Languages/hu_HU.json | 2 +- Resources/Private/Languages/it_IT.json | 2 +- Resources/Private/Languages/ja.json | 2 +- Resources/Private/Languages/nb_NO.json | 2 +- Resources/Private/Languages/nl_BE.json | 2 +- Resources/Private/Languages/nl_NL-formal.json | 2 +- Resources/Private/Languages/nl_NL.json | 2 +- Resources/Private/Languages/pl_PL.json | 2 +- Resources/Private/Languages/pt_AO.json | 2 +- Resources/Private/Languages/pt_BR.json | 2 +- Resources/Private/Languages/pt_PT-ao90.json | 1 - Resources/Private/Languages/pt_PT.json | 2 +- Resources/Private/Languages/ro_RO.json | 2 +- Resources/Private/Languages/ru_RU.json | 2 +- Resources/Private/Languages/sk_SK.json | 2 +- Resources/Private/Languages/sr_RS.json | 2 +- Resources/Private/Languages/sv_SE.json | 2 +- Resources/Private/Languages/tr_TR.json | 2 +- Resources/Private/Languages/uk.json | 2 +- Resources/Private/Languages/vi.json | 2 +- Resources/Private/Languages/zh_CN.json | 2 +- Resources/Private/Languages/zh_TW.json | 2 +- 47 files changed, 46 insertions(+), 47 deletions(-) delete mode 100644 Resources/Private/Languages/pt_PT-ao90.json diff --git a/Resources/Private/Languages/bg_BG.json b/Resources/Private/Languages/bg_BG.json index 1d29371..5cfac4a 100644 --- a/Resources/Private/Languages/bg_BG.json +++ b/Resources/Private/Languages/bg_BG.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"bg"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"Free":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":[""],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":[""],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":[""],"Learn about why permalinks are important for SEO.":[""],"Google Ads":[""],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Знаете ли, че %s анализира също различните формуляри на думата във Вашата ключова фраза, като множество и минали времена?"],"Clear Image":["Изчистване на изображението"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":[""],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":[""],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["","There are new notifications."],"Learn more about the readability analysis":[""],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":[""],"%s and %s":[""],"%d minute":["","%d minutes"],"%d hour":["","%d hours"],"%d day":["","%d days"],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":[""],"hours":[""],"days":[""],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":[""],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":[""],"Move question down":[""],"Move question up":[""],"Insert question":[""],"Delete question":[""],"Enter the answer to the question":[""],"Enter a question":[""],"Add question":[""],"Frequently Asked Questions":[""],"Great news: you can, with %s!":[""],"Select the primary %s":[""],"Check links to this URL":[""],"Keyword research training":[""],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":["Маркиране като Фундаментална публикация (cornerstone content)"],"Move step down":["Преместване стъпка надолу"],"Move step up":["Преместване стъпка нагоре"],"Insert step":["Вмъкване на стъпка"],"Delete step":["Изтриване на стъпка"],"Add image":["Добавяне на изображение"],"Enter a step description":[""],"Enter a description":["Въвеждане на описание"],"Unordered list":["Неподреден списък"],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":["Добавяне на стъпка"],"Delete total time":["Изтриване на общото време"],"Add total time":["Добавяне на общото време"],"How to":["Как да"],"How-to":["Как да"],"Snippet Preview":["Визуализация на откъса"],"Analysis results":[""],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":["Научете повече за Фундаменталните публикации (cornerstone content)"],"Cornerstone content should be the most important and extensive articles on your site.":[""],"Restore Site":["Възстановяване на сайт"],"Network Settings":["Настройки на мрежата"],"You are not allowed to perform this action.":["Не ви е разрешено да изпълнявате това действие."],"Error: %s":["Грешка: %s"],"Success: %s":["Успешно: %s"],"Site with ID %d not found.":["Сайтът с ID %d не е намерен."],"No site has been selected to restore.":["Не е избран сайт за възстановяване."],"You are not allowed to modify unregistered network settings.":["Не ви е позволено да променяте нерегистрирани мрежови настройки."],"deleted":["изтрито"],"Would you like to add another keyphrase?":[""],"image preview":["Преглед на изображението"],"Copied!":["Копирано!"],"Not supported!":["Не се поддържа!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":[""],"Copy link":["Копиране на линка"],"Copy link to suggested article: %s":["Копирайте връзката до предложената статия: %s"],"The site's tagline":["Слоган за уеб сайта"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Наскоро подобрихме функционалността на настройките за търсене. За съжаление, открихме, че в някои редки случаи, запазването на настройките за конкретни архиви тип публикации може да се е объркало."],"Not all required fields are given. Missing field %1$s":["Не са попълнени всички задължителни полета. Липсващо поле %1$s."],"Optimize your site for Google News.":["Оптимизирайте Вашият сайт за Google Новини."],"Optimize your shop's SEO and sell more products!":["Оптимизирайте SEO-то на Вашият магазин и продавайте повече продукти."],"Be found in Google Video search and enhance your video sharing on social media.":["Бъдете откриваем в търсачката на Google за видео и подобрете споделянето на вашите видеоклипове в социалните мрежи. "],"Be found in Google Maps and local results.":["Бъдете откривани в Google Карти и локалните резултати."],"Learn practical SEO skills to rank higher in Google.":["Придобийте практически SEO умения за да се класирате по-нагоре в Google."],"Don’t waste time figuring out the best settings yourself.":["Не си губете времето за да изберете най-добрите опции сами."],"Get quick wins to make your site rank higher in search engines.":["Направете бързи крачки към изкачването на ранга на Вашият сайт при търсачките."],"Add synonyms":["Добавете синоними"],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Можете да редактирате SEO мета данните за този персонализиран тип на %1$sстраница от вашия магазин%2$s"],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Не сте задали страница на магазина в настройките ви за WooCommerce. Моля, направете го първо това."],"Current year":["Текуща година"],"Page":["Страница"],"Breadcrumb settings for %s archive":["Настройки на навигацията тип хлебни трохички за %s Архива "],"Tagline":["Слоган"],"Modify your meta description by editing it right here":["Променете вашето мета описание, като го редактирате от тук"],"description (custom taxonomy)":["описание (персонализирана таксономия)"],"(custom taxonomy)":["Къстъм таксономия"],"(custom field)":["Къстъм потребителско поле"],"Term404":["Грешка 404"],"Caption":["Надпис"],"Pagenumber":["Номер на страницата"],"Pagetotal":["Всички страници"],"Page number":["Номер на страницата"],"User description":["Описание на потребителя"],"ID":["ID"],"Modified":["Променено"],"Post type (plural)":["Тип съдържание (множествено число)"],"Post type (singular)":["Тип съдържание (единствено число)"],"Separator":["Разделител"],"Search phrase":["Фраза за търсене"],"Term title":["Термин за заглавие"],"Term description":["Термин за описание"],"Tag description":["Описание на етикет"],"Category description":["Описание на категория"],"Primary category":["Основна категория"],"Category":["Категория"],"Tag":["Етикет"],"Excerpt only":["Само откъс"],"Excerpt":["Откъс"],"Site title":["Заглавие за уеб сайта"],"Archive title":["Заглавие на архива"],"Parent title":["Заглавие на родителска категория"],"Date":["Дата"],"Label":["Етикет"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Трябва да създадете пренасочване, за да сте сигурни, че посетителите ви няма да попаднат на грешка 404, когато кликнат върху неработещия URL адрес."],"Search engines and other websites can still send traffic to your deleted post.":["Търсачките и други уеб сайтове все още могат да изпращат трафик към изтритата Ви публикация."],"Make sure you don't miss out on traffic!":["Уверете се, че не се пропускат възможности за трафик към сайта ви!"],"You just deleted a %1$s.":["Току що изтрихте %1$s."],"You just trashed a %1$s.":["Току що пратихте в кошчето %1$s."],"Settings for %s archive":["Настройки за вашия %s архив"],"Settings for single %s URLs":["Настройки за единичен %s URL адрес"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Note that not all variables can be used in every field.":["Имайте предвид, че не всички променливи могат да бъдат използвани във всяко поле."],"Snippet variables":["Променливи на снипета"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s уважава поверителността ви. Прочетете правилата ни за спазването на %2$sдекларацията за поверителност%3$s и начина, по който обработваме вашата лична информация."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Ако знаете какво означава това и вече не искате да виждате това съобщение, можете да %1$sотхвърлите това съобщение%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Понастоящем настройките на сайта Ви позволяват да съществуват URL адреси на прикачените файлове в сайта Ви. Моля, прочетете %1$sтази публикация за потенциален проблем%2$s с URL адресите за прикачените файлове и проверете дали имате правилната настройка за сайта си."],"Unknown type %1$s":["Непознат тип %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Създайте профил в MyYoast , който ви дава достъп до нашия безплатен курс за SEO за начинаещи!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Абонирайте се за нашия бюлетин ако искате да получавате актуална информация за %1$s, други готини плъгини %2$s, и интересни новини и съвети от света на SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Вземете своя Baidu код за потвърждение от %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu код за потвърждение"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Функционалността на импортъра %s включва временни датабаза таблици. Изглежда, че Вашата WordPress инсталация няма такава способност, моля свържете се с Вашия хостинг доставчик."],"Cleanup of %s data failed.":["Почистването на %s данни е неуспешно."],"Content Type":["Тип съдържание"],"Filter by content type":["Филтриране по тип съдържание"],"Show All Content Types":["Показване на всички типове съдържание"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["За да коригирате това, премахнете отметката от квадратчето пред \"Прекъсване на коментарите в страниците...\" на %1$sСтраница с настройки за коментари%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Заместен с нормалното заглавие за архив, генериран от WordPress"],"Clean":["Чист"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Когато сте сигурни, че сайтът Ви е ОК, можете да почистите. Това ще премахне цялата оригинална информация."],"Step 5: Clean up":["Съпка 5: Почистване"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Трябва да стартирате конфигурационния съветник от страницата с таблото за управление на → Общите → SEO настройки, за да се уверите че всички настройки за сайта Ви са правилни."],"Step 4: Run the configuration wizard":["Стъпка 4: Стартирайте съветника за конфигуриране"],"Please check your posts and pages and see if the metadata was successfully imported.":["Моля, проверете вашите публикации и страници за успешното импортиране на метаданните."],"Step 3: Check your data":["Стъпка 3: Проверете вашите данни"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Стъпка 2: Импортиране"],"Please make a backup of your database before starting this process.":["Моля направете резервно копие на Вашата база данни преди стартирането на този процес."],"Step 1: Create a backup":["Стъпка 1: Създаване на резервно копие"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Засякохме данни от едно или повече SEO разширения на Вашия сайт. Моля следвайте следните стъпки, за да въведете тези данни:"],"Plugin: ":["Разширение:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Публикации, които не трябва да се показват в резултатите от търсенето"],"%s data found.":["%s намерени данни."],"%s data successfully removed.":["%s данни бяха премахнати успешно."],"%s data successfully imported.":["%s данни бяха успешно импортирани."],"%s data not found.":["%s данни не са намерени."],"Improve your SEO skills":["Подобрете уменията си за SEO"],"24/7 email support":["24/7 имейл поддръжка"],"No more dead links a.k.a. 404 pages":["Без повече мъртви линкове или 404 страници"],"Get real-time suggestions for internal links":["Вземете предложения за вътрешни връзки в реално време"],"Preview your page in Facebook and Twitter":["Прегледайте Вашата страница във Facebook и Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Кликнете върху бутона \"%3$s\", за да използвате мета описанието, което вече е зададено в %1$sначалната страница на Облика на търсенето%2$s."],"Help on copying the home meta description":["Помощ за копиране на мета описанието на началната страница"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["За да уведомите търсачките кои социални профили са свързани с този сайт, въведете информацията за социалните профили на сайта Ви отдолу."],"Learn more about your social profiles settings":["Научете повече за настройките на социалните Ви профили"],"Remove the categories prefix":["Премахни префикса на категорията"],"Help on the category prefix setting":["Помощ за настройките на префикса на категорията"],"Learn more about the available variables":["Научете повече за настройките на наличните променливи"],"Learn more about the RSS feed setting":["Научете повече за настройките на RSS полето"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Когато качвате носител (например изображение или видеоклип) в WordPress, той не само запазва медиите, а създава URL адрес за прикачените файлове. Тези страници на прикачените файлове са сравнително празни: те съдържат медийния елемент и може би заглавие, ако сте въвели такова. Поради това, ако никога не използвате тези прикачени URL адреси е по-добре да ги забраните и да ги пренасочите към самия медиен елемент."],"Learn more about the Media and attachment URLs setting":["Научете повече относно настройките на адресите на Медия и прикачените файлове"],"Learn more about the title separator setting":["Научете повече за настройките на разделителя на заглавия"],"Learn more about the knowledge graph setting":["Научете повече за настройките на knowledge graph"],"Learn more about the homepage setting":["Научете повече за настройките на началната страница"],"Learn more about the special pages setting":["Научете повече за настройките на специалните страници"],"Help on the date archives search results setting":["Помощ за настройката на резултатите от търсенето на архивите"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Да не се показват архивите за автори без публикации в резултатите от търсенето технически означава, че те ще имат %1$s мета данни с директиви за ботове и ще бъдат изключени от XML картата на сайта. %2$sПовече информация за настройките за резултати от търсенето%3$s."],"Help on the authors without posts archive search results setting":["Помощ за настройките на резултатите от търсенето на архивите на авторите без публикации"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Да не се показват архивите за автори в резултатите от търсенето технически означава, че те ще имат %1$s мета данни с директиви за ботове и ще бъдат изключени от XML картата на сайта. %2$sПовече информация за настройките за резултати от търсенето%3$s."],"Help on the author archives search results setting":["Помощ за настройката на резултатите от търсенето в архивите на автора"],"Archives settings help":["Помощ за настройките на архивите"],"Learn more about the archives setting":["Научете повече за настройките на архивите"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Вземете вашият Яндекс код за верификация във вашият %1$sЯндекс Webmaster Tools%2$s."],"Yandex verification code":["Yandex код за потвърждение"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Вземете вашият Google код за верификация във вашата %1$sGoogle Search Console%2$s. "],"Google verification code":["Google код за потвърждение"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Вземете вашият Bing код за верификация във вашият %1$sBing Webmaster Tools%2$s. "],"Bing verification code":["Bing код за потвърждение"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Можете да използвате полетата по-долу, за да потвърдите с различните Инструменти за уеб администратори. Тази функция ще добави мета таг за потвърждение на началната ви страница. Следвайте връзките към различните Инструменти за уеб администратори и потърсете инструкции за метода за потвърждаване на мета тага, за да получите кода за потвърждение. Ако сайтът ви вече е потвърден, можете да игнорирате това."],"Learn more about the Webmaster Tools verification":["Научете повече за верификацията на Webmaster Tools"],"On":["Включено"],"Help on: %s":["Помощ относно: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s идва с много функции. Можете да активирате / деактивирате някои от тях по-долу. Кликването върху въпросителния знак ще ви даде повече информация за функцията."],"Off":["Изключено"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Разширената секция на %1$s мета бокс позволява на потребителя да премахва публикации от резултатите от търсенето или да променя каноничния адрес. Това са неща, които може да не искате всеки автор да прави. Ето защо по подразбиране само редакторите и администраторите могат да направят това. Настройката на \"%2$s\" позволява на всички потребители да променят тези настройки."],"Security: no advanced settings for authors":["Сигурност: няма разширени настройки за авторите"],"See who contributed to %1$s.":["Виж кой допринесе за %1$s."],"Help on this search results setting":["Помогнете за тази настройка на резултатите от търсенето"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Непоказването на архива за %1$s в резултатите от търсенето технически означава, че те ще имат %2$s мета данни с директиви за ботове и ще бъдат изключени от XML картата на сайта. %3$sПовече информация за настройките за резултатите от търсенето%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Непоказването на %1$s в резултатите от търсенето технически означава, че те ще имат %2$s мета данни с директиви за ботове и ще бъдат изключени от XML картата на сайта. %3$sПовече информация за настройките за резултатите от търсенето%4$s."],"Check SEO configuration":["Проверка на SEO конфигурацията"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Искате да сте сигурни, че %1$s настройките ви все още са добре? %2$sОтворете отново съветника за конфигуриране%3$s, за да се уверите, че е така."],"Default for %2$s, currently: %1$s":["По подразбиране за %2$s, понастоящем: %1$s"],"Show %s in search results?":["Показване на %s в резултатите от търсенето?"],"this author's archives":["Архивите на този автор"],"Do not allow search engines to show %s in search results.":["Не позволявайте на търсещите машини да показват %s в резултатите от търсенето."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL адресите на категории в WordPress съдържат префикс, обикновено %s, тази функция премахва този префикс само за категории."],"Category URLs":[""],"the archive for %s":["архивите за %s"],"Redirect attachment URLs to the attachment itself?":["Пренасочване на адреса на прикаченият файл към самият прикачен файл?"],"We recommend you set this to Yes.":["Препоръчваме ви да настроите това на Да."],"Media & attachment URLs":["URL адреси на Медия и прикачени файлове"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Това е, което се показва в резултатите от търсенето, когато хората намират началната ви страница. Това означава, че това вероятно е това, което виждат, когато търсят името на вашата марка."],"date archives":["архиви за дати"],"archives for authors without posts":["архиви за автори без публикации"],"Read why XML Sitemaps are important for your site.":["Прочетете защо XML картите на уебсайта са важни за вашия сайт."],"Enable the XML sitemaps that %s generates.":["Активирайте XML картите на сайта, които генерират %s"],"See the XML sitemap.":["Вижте XML картата на сайта."],"%2$s (current default for %1$s)":["%2$s (текущото по подразбиране за %1$s)"],"Media":["Медия"],"Content Types":["Типове съдържание"],"Should search engines follow links on this %1$s?":["Трябва ли търсачките да следват връзки в този %1$s?"],"Allow search engines to show this %s in search results?":["Да се даде ли възможност на търсачките да показват този %s в резултатите от търсенето?"],"Search Appearance":["Облик на търсенето"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":["Търсачките трябва да показват \"%1$s\" в резултатите от търсенето:"],"Search engine visibility":["Видимост в търсачката"],"Toggle %1$s's XML Sitemap":["Превключване на %1$s's XML картата на сайта"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Исканията за поддръжка, които създавате тук, се изпращат директно в нашата система за поддръжка, която е защитена с 256-битов SSL, така че комуникацията е 100% сигурна."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Функцията за cornerstone съдържание ви позволява да маркирате и филтрирате cornerstone съдържанието на уебсайта си."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Ако имате проблем, който не можете да разрешите с нашите видео уроци или база от знания, можете да изпратите съобщение до нашия екип за поддръжка. До тях може да се стигне денонощно."],"Good results":["Добри резултати"],"Get better search results in local search":["Получете по-добри резултати от търсенето в местното търсене"],"Allow customers to pick up their %s order locally":["Позволете на клиентите да вземат %s за местните поръчки "],"SEO analysis":["SEO анализ"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO анализът предлага предложения за подобряване на оптимизацията на вашия текст."],"Learn how the SEO analysis can help you rank.":["Научете как SEO анализът може да ви помогне да се класирате по-добре."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Анализът на четливостта предлага предложения за подобряване на структурата и стила на вашия текст."],"Discover why readability is important for SEO.":["Открийте защо четливостта е важна за SEO."],"Find out how cornerstone content can help you improve your site structure.":["Научете как cornerstone съдържанието може да ви помогне да подобрите структурата на сайта си."],"The text link counter helps you improve your site structure.":["Броячът на текстови връзки ви помага да подобрите структурата на сайта си."],"Find out how the text link counter can enhance your SEO.":["Разберете как броячът на текстови връзки може да подобри вашето SEO."],"%s integration":["%s интеграция"],"Read more about how %s works.":["Прочетете повече относно това как %s работи."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Активирайте тази функция, ако искате Facebook и други социални медии да показват визуализация с изображения и текстов откъс, когато се споделя връзка към вашия сайт."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Активирайте тази функция, ако искате Twitter да показва визуализация с изображения и текстов откъс, когато се споделя връзка към вашия сайт."],"Find out why you should upgrade to %s":["Научете защо да надстроите до %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Последни публикации в блога на %1$s"],"Need help?":["Нужда от помощ?"],"Remove highlight from the text":["Премахване на подчертаното от текста"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Започнете бързо с помощта на %1$s %2$sсъветника за конфигуриране%3$s!"],"First-time SEO configuration":["Първата конфигурация на SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Езикът на сайта ви е настроен на {language}. Ако това не е правилно, свържете се с администратора на сайта ви."],"Your site language is set to {language}.":["Езикът на сайта Ви е настроен на {language}."],"Highlight this result in the text":["Маркирайте този резултат в текста"],"Considerations":["Съображения"],"Errors":["Грешки"],"Change language":["Промяна на езика"],"You cannot create a %s file.":["Не можете да създадете файла %s."],"You cannot edit the %s file.":["Не можете да редактирате файла %s."],"Updated %s":["Обновен %s"],"Create %s file":["Създаване на файла %s"],"Edit the content of your %s:":["Редактирайте съдържанието на вашите %s:"],"Save changes to %s":["Запазете промените на %s"],"%s file":["%s файл"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s и %2$s могат да работят много по-добре заедно, когато добавите помощно разширение. Моля, инсталирайте %3$s за да направите живота си по-добър. %4$s."],"More information":["Още информация"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s и %2$s могат да работят много по-добре заедно, когато добавите помощно разширение. Моля, инсталирайте %3$s за да направите живота си по-добър. "],"More information about %1$s":["Повече информация за %1$s"],"Configuration Wizard":["Съветник за конфигуриране"],"You've done it!":["Готово!"],"Seamlessly integrate %1$s into your AMP pages!":["Безпроблемно интегрирайте %1$s във вашите AMP страници!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Безпроблемно интегрирайте %2$s с %1$s за анализа на съдържанието! "],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s и %2$s могат да работят много по-добре заедно, когато добавите помощно разширение. Моля, инсталирайте %3$s, за да направите живота си по-добър."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Настройките за външния вид за %1$s се състоят от променливи, които се заместват от конкретни стойности от страницата, когато тя се показва. Таблицата по-долу съдържа списък с наличните променливи."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Маркирайте най-важното %1$s като \"cornerstone съдържание\", за да подобрите структурата на сайта си. %2$sНаучете повече за cornerstone съдържанието%3$s."],"Loading help center.":["Зареждане на помощен център."],"Get support":["Получаване на поддръжка"],"(Opens in a new browser tab)":["(Отваряне в нова табулация на браузера)"],"Posts %1$swithout%2$s a focus keyphrase":[""],"Hey, your SEO is doing pretty well! Check out the stats:":["Хей, вашето SEO изглежда доста добре! Проверете статистическите данни:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Нямате публикувани публикации, затова резултатите от SEO ще се показват тук, след като направите първата си публикация!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Нещо друго"],"A portfolio":["Портфолио"],"A corporation":["Корпорация"],"A small offline business":["Малък офлайн бизнес"],"A news channel":["Новинарски"],"An online shop":["Онлайн магазин"],"A blog":["Блог"],"What does the site %1$s represent?":["Какво представлява сайта %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Вариант Б: Моят сайт е в процес на изграждане и не трябва да се индексира"],"Option A: My site is live and ready to be indexed":["Вариант А: Сайтът ми е активен и готов за индексиране"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Моля, посочете дали сайтът ви е в процес на изграждане или вече е активен."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Прочетете още подобни публикации в нашия SEO блог"],"Readability: %s":[""],"Not activated":["Не е активиран"],"Activated":["Активиран"],"%1$s recommendations for you":["%1$s препоръки за Вас"],"All Readability Scores":["Всички резултати за четливост на текста"],"Filter by Readability Score":["Филтриране по показател за четливост на текста"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Не получавате актуализации или поддръжка! Коригирайте този проблем, като добавите този сайт и активирате %1$s за него в %2$s."],"Request method %1$s is not valid.":["Методът за заявка %1$s не е валиден."],"Muted notifications:":["Изключени известия:"],"Muted problems:":["Игнорирани проблеми:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Искате ли да визуализирате как ще изглежда публикацията, когато хората в споделят в %1$s? Можете да го направите с %2$s."],"Good job! All the links in your texts have been counted.":["Добра работа! Всички връзки в текстовете ви са преброени."],"Calculation completed.":["Изчислението приключи."],"Calculation in progress...":["В процес на изчисляване..."],"Stop counting":["Спиране на броенето"],"Counting links in your texts":["Преброяване на връзките във вашите текстове"],"Text %1$s of %2$s processed.":["Текстът %1$s от %2$s е обработен."],"All your texts are already counted, there is no need to count them again.":["Всичките ви текстове вече са преброени, няма нужда да ги преброявате отново."],"Count links in your texts":["Брои връзките в текстовете ви"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Връзките във всичките ви публични текстове трябва да се отчитат. Това ще даде информация за това кои текстове се нуждаят от повече връзки към тях. Ако искате да научите повече за причините и начините за вътрешно свързване, проверете следната %1$sстатия за свързване с вътрешни връзки на %2$s%3$s."],"Text link counter":["Брояч на текстови връзки"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Брой вътрешни връзки, свързващи тази публикация. За повече информация вижте текста \"Yoast Колони\" в раздела \"Помощ\"."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s добавя няколко колони към тази страница. Написахме статия за това %2$sКак да използваме оценката за SEO и оценката за четливостта%3$s. Колоните за връзки показват броя на статиите в този сайт, които свързват тази статия с %5$sдо%6$s и броя на URL адресите, свързани с тази статия %5$sот%6$s. Научете повече за %4$sКак да използвате тези функции, за да подобрите вътрешното свързване%3$s, което значително подобрява цялостното SEO."],"%s Columns":["%s Колони"],"Readability score":["Резултат за четливостта"],"Other benefits of %s for you:":["Други ползи от %s за вас:"],"Scroll to see the preview content.":["Слезте надолу, за да видите съдържанието на прегледа."],"Cornerstone content":["Ключово съдържание"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Ако искате да се представяте по-добре от конкуренцията в определен град или регион, вижте нашето разширение %1$s! Ще можете лесно да вмъквате Google карти, работно време, информация за контакт и локатор на магазини. Освен това %1$s подобрява използваемостта на вашата страница за връзка."],"Attract more customers near you":["Привличайте повече клиенти в близост до вас"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Искате ли да научите всички подробности за разширението %1$s? Интересувате ли се от разширените настройки? Питате ли се как можете да получите максимума от %1$s? Запознайте се с тренировъчните материали за %1$s и се класирайте над конкуренцията!"],"Get the most out of %1$s with the %2$s":["Вземете максимума от %1$s с %2$s"],"Upgrade to Premium":["Надграждане до Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Изпреварете конкуренцията с %s"],"You might like":["Може да ви допадне"],"Newsletter":["Електронен бюлетин"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Изгтлежда не сте приключили изпълнението на автоматичния конфигуратор. Препоръчваме ви да %2$sстартирате конфигуратора на %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Автоматичният конфигуратор ви позволява лесно да зададете оптималните SEO настойки за вашия сайт."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Преминете към Premium версията и нашите експерти ще бъдат на ваше разположение за всякакви въпроси за настройката и употребата на разширението."],"Superfast internal linking suggestions":["Свръх-бързи предложения за вътрешни връзки"],"Great news: you can, with %1$s!":["Да, можете с %1$s!"],"Save changes":["Запис на промените"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Разширението %2$s променя съдържанието на вашия сайт по начин, който се отличава за търсещите машини и за обикновените потребители. Този процес се нарича маскиране (cloaking) и силно ви препоръчваме да преустановите употребата му."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sПреглед за публикуване в социалните мрежи%2$s: Facebook и Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sКрай на неработещите връзки%2$s: лесен мениджър на пренасочванията"],"No ads!":["Без реклами!"],"Facebook & Twitter":["Facebook и Twitter"],"Social media preview":["Преглед за публикуване в социални мрежи"],"Easy redirect manager":["Лесен мениджър на пренасочванията"],"No more dead links":["Премахнете мъртвите връзки"],"Increase your SEO reach":["Подобрете своето SEO покритие"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Ако искате повече помощ за създаването на страхотно съдържание, вижте нашия %2$sкурс за писане на SEO рекламни текстове%3$s. Ако искате да знаете всичко за характеристиките на разширението, изкарайте курса %1$s!"],"Variable":["Променлива"],"Available variables":["Възможни променливи"],"Scroll to see the table content.":["Слезте надолу до съдържанието на таблицата."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Ако имате нужда от помощ, прочетете %1$sнашата статия за добавяне на сайт към Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Възникна грешка при оценяването на '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s от думите съдържат %2$sнад %3$s срички%4$s, което надхвърля препоръчителния максимум (%5$s)"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s от думите съдържат %2$sнад %3$s срички%4$s, което е по-малко или равно на препоръчителния максимум (%5$s)"],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Полето meta description съдържа %1$d изречение с дължина %2$sнад %3$s думи%4$s. Опитайте да го съкратите.","Полето meta description съдържа %1$d изречения с дължина %2$sнад %3$s думи%4$s. Опитайте да ги съкратите."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Полето meta description не съдържа изречения с дължина %1$sнад %2$s думи%3$s."],"No new notifications.":["Няма нови съобщения."],"Save all":["Запис на всичко"],"Save":["Запис"],"%1$s, Author at %2$s":["%1$s, автор в %2$s"],"Mobile preview":["Преглед на мобилната версия"],"Desktop preview":["Преглед на настолната версия"],"Select redirect":["Избор на пренасочване"],"Please provide an SEO title by editing the snippet below.":["Въведете SEO заглавие в редактора на извадката отдолу."],"Meta description preview:":["Преглед на полето meta description:"],"Slug preview:":["Преглед на краткия адрес (slug):"],"SEO title preview:":["Преглед на SEO заглавието:"],"Close snippet editor":["Затваряне на редактора на извадки"],"Slug":["Кратък адрес"],"Remove marks in the text":["Премахване на маркери в текста"],"Mark this result in the text":["Маркиране на резултата в текста"],"Marks are disabled in current view":["Маркерите са изключени в текущия изглед"],"Good SEO score":["Добър SEO резултат"],"OK SEO score":["Приемлив SEO резултат"],"Feedback":["Обратна връзка"],"ok":["ОК"],"Choose an image":["Изберете изображение"],"Remove the image":["Премахване на изображението"],"MailChimp signup failed:":["Регистрацията в MailChimp е неуспешна:"],"Sign Up!":["Регистрирайте се!"],"Name":["Име"],"There is an error with the request.":["Възникна грешка при заявката."],"Select profile":["Избор на профил"],"Choose a profile":["Изберете профил"],"Authorization code":["Код за оторизация"],"Reauthenticate with Google":["Повторна автентикация към Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["За да разрешите на %s да извлече информация от Google Search Console, въведете своя оторизационен код от Google. Бутонът отдолу ще отвори нов прозорец."],"Please provide a meta description by editing the snippet below.":["Въведете съдържание на полето meta description в редактора на извадката отдолу."],"Edit snippet":["Редактиране на извадката"],"You can click on each element in the preview to jump to the Snippet Editor.":["Кликнете върху някой от елементите в прегледа, за да стартирате редактора на извадки."],"Close the Wizard":["Затваряне на конфигуратора"],"Export settings":["Изнасяне на настройките"],"%1$s video tutorial":["%1$s видео уроци"],"%s › Configuration Wizard":["%s › автоматичен конфигуратор"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Ако срещате проблеми, %1$sизпратете ни доклад за грешка%2$s и ние ще се постараем да ви помогнем."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Забелязахме, че вече използвате %1$s от известно време и се надяваме, че ви харесва! За нас би било страхотно, ако ни дадете %2$s5 звезди в WordPress.org%3$s!"],"Courses":["Курсове"],"Date archives settings":["Настройки за хронологичния архив"],"Author archives settings":["Настройки за авторския архив"],"%1$s by %2$s":["%1$s на %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Внимание: променливата %s не може да се използва в този шаблон. Прегледайте помощната документация за повече информация."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(няма заглавие)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Менюто %1$s в админ лентата съдържа полезни връзки към други инструменти за анализ на страници и ви информира за нови съобщения."],"Admin bar menu":["Меню в админ лентата"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Функции"],"SEO title":["SEO заглавие"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Макар да се стараем да правим настройването на %1$s възможно най-лесно, понякога това може да се окаже предизвикателство. Ако предпочитате ние да настроим %1$s вместо вас (и същевременно да получите копие от %2$s), поръчайте нашата %3$s%1$s конфигурационна услуга%4$s от тук!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Добре дошли в автоматичния конфигуратор на %1$s. В поредица от няколко прости стъпки ще ви помогнем да направите своите SEO настройки да отговарят на нуждите на вашия сайт."],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google показва името на вашия сайт в резултатите от търсене. Ако искате го да промените, това става от тук."],"Greater than sign":["Знак \"по-голямо\""],"Less than sign":["Знак \"по-малко\""],"Right angle quotation mark":["Затваряща френска кавичка"],"Left angle quotation mark":["Отваряща френска кавичка"],"Small tilde":["Малка тилда"],"Vertical bar":["Вертикална черта"],"Low asterisk":["Ниско разположена звезда"],"Asterisk":["Звезда"],"Bullet":["Булет"],"Middle dot":["Средна точка"],"Em dash":["Дълго тире"],"En dash":["Средно тире"],"Dash":["Нормално тире"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Изберете символ, който да се използва като сепаратор на заглавието. Той се използва, за да раздели името на публикацията и името на сайта. Възможните символи са показани със същия размер, с който ще се появят в резултатите от търсенето."],"The name of the person":["Името на човека"],"No":["Не"],"Yes":["Да"],"Does, or will, your site have multiple authors?":["Дали вашият сайт има в момента, или ще има в бъдеще, повече от един автор?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress генерира автоматично URL адрес за всеки файл в медийната библиотека. Активирането на тази настройка ще разреши на Google да индексира тези адреси."],"Success!":["Готово!"],"Title settings":["Настройки на заглавието"],"Google Search Console":["Google Search Console"],"Multiple authors":["Множество автори"],"Site type":["Тип на сайта"],"Environment":["Среда"],"Yoast option %1$s not found.":["Опция %1$s не беше открита."],"Google Structured Data Test":["Тест на Google за структурирани данни"],"Posts list":["Списък на публикации"],"Posts list navigation":["Навигация в списъка с публикации"],"Filter posts list":["Филтриране на списъка с публикации"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Имайте предвид, че е възможно използваната от вас тема все още да показва връзките към архивите и че ще трябва да ги отстраните ръчно."],"%1$s to optimize your site even further":["%1$s за да оптимизирате своя сайт дори още повече"],"%1$s extensions":["%1$s разширения"],"Comes with our 30-day no questions asked money back guarantee":["Включва нашата 30-дневна безусловна гаранция за връщане на парите"],"More information %1$sabout %3$s%2$s":["Повече информация %1$sотносно %3$s%2$s"],"Installed":["Инсталиран"],"gain access to our 24/7 support team.":["получавате 24/7 достъп до нашия екип по поддръжката"],"Premium support":["Платена поддръжка"],"check what your Facebook or Twitter post will look like.":["проверявате как ще изглеждат вашите публикации във Facebook или Twitter."],"Social previews":["Показване в социалните мрежи"],"create and manage redirects from within your WordPress install.":["създавате и управлявате пренасочвания от самата WordPress платформа."],"Redirect manager":["Мениджър пренасочвания"],"%1$s, take your optimization to the next level!":["%1$s, изведете оптимизацията на следващото ниво!"],"A seamless integration between %1$s and %2$s":["Плътна интеграция между %1$s и %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Използвайте пътечката на %1$s вместо тази на %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Позволява лесно вмъкване на Google карти, локатор на магазини, работно време и др."],"Creates XML News Sitemaps":["Създава XML карта за новини"],"Immediately pings Google on the publication of a new post":["Незабавно информира Google за публикуването на нови материали"],"Optimize your site for Google News":["Оптимизира вашия сайт за Google News"],"Make videos responsive through enabling fitvids.js":["Създава флуидни (responsive) видео клипове чрез fitvids.js"],"Enhance the experience of sharing posts with videos":["Подобрява ефекта от споделяне на публикации с видео"],"Show your videos in Google Videos":["Показва вашите видео клипове в Google Videos"],"Crawl issues list":["Списък с проблеми след обхождането"],"Crawl issues list navigation":["Навигация в списъка с проблеми след обхождането"],"Edit “%s”":["Редакция “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Известия"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["Деактивиране на SEO анализ"],"Twitter settings":["Настройки за Twitter"],"Pinterest settings":["Pinterest настройки"],"Facebook settings":["Facebook настройки"],"Title separator symbol":["Символ-разделител за заглавието"],"RSS feed settings":["Настройки на RSS емисията"],"Breadcrumbs settings":["Настройки на пътечката"],"Make primary":["Да стане основен"],"Enter your Google Authorization Code and press the Authenticate button.":["Въведете оторизационния код от Google и натиснете бутона \"Автентикация\""],"%s notification":["%s известие","%s известия"],"Disable readability analysis":["Изключване на анализа на четимостта"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Анализ на четимостта"],"Needs improvement":["Нуждае се от подобрение"],"Readability":["Четимост"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Опитвате се да заредите файлове, които не са минифицирани. Тези файлове са достъпни само в нашия пакет за разработчици. На адрес %1$s можете да получите достъп до всички изходни файлове."],"Improvements":["Подобрения"],"Restore this item.":["Възстановяване"],"Dismiss this item.":["Игнориране"],"Good job! We could detect no serious SEO problems.":["Отлично! Не открихме съществени проблеми със SEO."],"We have detected the following issues that affect the SEO of your site.":["Открихме следните проблеми, които оказват ефект върху SEO оптимизацията на вашия сайт."],"Problems":["Проблеми"],"Analysis":["Анализ"],"Not available":["Липсва"],"Filter by SEO Score":["Филтриране по SEO резултат"],"Meta description not set.":["Полето meta description е празно."],"Video tutorial":["Видео урок"],"Email support is a %s feature":["Email поддръжката е %s функция"],"Knowledge base":["База знания"],"Open":["Отваряне"],"Dashboard":["Табло"],"You can fix this on the %1$sPermalink settings page%2$s.":["Можете да поправите това в страницата %1$sНастройки за постоянните връзки%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Странирането на коментарите е активирано. Тази функция не е необходима в 999 от 1000 случая и ви препоръчваме да я изключите."],"Replaced with the primary category of the post/page":["Заменено с основната категория на публикацията/страницата"],"Pinterest confirmation":["Pinterest свързване"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Ако вече сте свързали сайта си с Pinterest, можете да прескочите следващата стъпка."],"Format-based archives":["Архиви по формат"],"Webmaster Tools verification":["Свързване с Webmaster Tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Последвайте ни в %1$s, за да получите обучение по WordPress и да станете сертифициран %1$s експерт!"],"Want to be a %s Expert?":["Искате ли да станете %s експерт?"],"Buy %s":["Купете %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Ново %1$s заглавие"],"Existing %1$s Title":["Съществуващо %1$s заглавие"],"Expected an integer as input.":["Трябва да въведете цяло число."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Разширението се опитва да генерира ключ за кеширане на sitemap файловете, но комбинацията от представки и наставки оставя твърде малко място за това. Вероятно правите заявка за страница, която е далеч извън очаквания обхват."],"Remove":["Премахване"],"Keep":["Запазване"],"Bold the last page":["Последната страница в получер"],"Regular":["Стандартен"],"Bold":["Получер"],"Show Blog page":["Показване на блог страница"],"Primary %s":["Основна %s"],"Primary":["Основна"],"Make %1$s primary %2$s":["%1$s да стане основна %2$s"],"Term is set to noindex.":["Терминът е дефиниран като noindex."],"Author archives":["Архиви на автор"],"Show":["показване"],"Enabled":["вкл."],"Disabled":["изкл."],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s все още не е извличал състоянието за индексацията на вашия сайт от %2$s"],"The separator defined in your theme's %s tag.":["Разделителят, дефиниран в %s тага на използваната тема."],"No index":["Noindex"],"Analyze entire site":["Анализ на целия сайт"],"Fetch the current status":["Извличане на актуалния статус"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s не можа да извлече състоянието за индексацията на вашия сайт%3$s от %4$s"],"Your homepage can be indexed by search engines.":["Заглавната страница може да се индексира от търсещите машини."],"Indexability check by %1$s":["Проверка на възможността за индексация чрез %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Ако искате да посочите изображение за споделяне в %1$s, можете да качите или посочите изображение, или да въведете неговия URL адрес тук."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Ако не искате да използвате мета описанието за споделяне в %1$s, а предпочитате там да се показва друго описание, напишете го тук."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Ако не искате стандартното заглавие да се използва при споделяне в %1$s, а предпочитате да се показва различно заглавие, въведете го тук."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sЗаглавната страница на вашия сайт не може да се индексира от търсещите машини%2$s. Това е изключително лошо за SEO и трябва да бъде поправено."],"Once Weekly":["Веднъж седмично"],"Add-ons":["Разширения"],"SEO score":["SEO точки"],"Twitter metadata":["Twitter мета данни"],"Facebook / Open Graph metadata":["Facebook / Open Graph мета данни"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["Обработени %1$s от общо %2$s публикации."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Актуализирахме нашия алгоритъм за изчисляване на SEO резултати. %1$sПреизчислете SEO резултатите%2$s за всички публикации и страници."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Първото наистина напълно интегрирано SEO решение за WordPress с инструменти за анализ на съдържанието в самата страница, XML sitemap (карта на сайта) и много други възможности."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Грешка при активиране:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Филтриращото разширение изглежда недостъпно. Моля обърнете се към Вашия уеб хост, за да го активирате."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Инсталацията на разширението %1$s е недовършена. Прочетете %2$sинструкциите за инсталация%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Разширението Standard PHP Library (SPL) изглежда не е достъпно. Поискайте от вашата хостинг компания да го активира."],"SEO Settings":["SEO настройки"],"Mobile-Friendly Test":["Тест за мобилна съвместимост"],"Google Page Speed Test":["Google Page Speed тест"],"CSS Validator":["CSS Валидатор"],"HTML Validator":["HTML Валидатор"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Валидатор"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Проверка на заглавните части"],"Check Google Cache":["Проверка на Google Cache"],"Analyze this page":["Анализиране на страницата"],"Keyword Research":["Проучване на ключова дума"],"%s does not seem to be a valid url. Please correct.":["%s не прилича на валиден URL. Моля коригирайте."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%s не прилича на валиден валидационен код за %s. Моля коригирайте."],"%s Archive":["%s архив"],"You searched for %s":["Вие потърсихте %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s не прилича на валиден идентификатор на Twitter потребител. Моля коригирайте."],"Summary with large image":["Обобщение с голямо изображение"],"Summary":["Обобщение"],"The post %1$s appeared first on %2$s.":["Материалът %s е публикуван за пръв път на %s."],"No numeric value was received.":["Не е получена цифрова стойност."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Това трябва да бъде съществуващ блог. Блогът %s не съществува или е маркиран като изтрит."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Стойността по подразбиране трябва да бъде цифровият идентификатор на блога, който искате да използвате като отправна точка."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s не е валиден избор за това кой има права за достъп до настройките на %2$s. Възстановена е стойността по подразбиране."],"Please select a valid post type for taxonomy \"%s\"":["Моля посочете валиден тип публикация за категория \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Моля изберете валидна категория за публикация тип \"%s\""],"You searched for":["Вие търсехте"],"Home":["Начало"],"Archives for":["Архиви за"],"Error 404: Page not found":["Грешка 404: Страницата не е открита"],"Good":["Добре"],"Replaced with a custom taxonomies description":["Заменено със зададено от потребителя описание на категориите"],"Replaced with a posts custom taxonomies, comma separated.":["Заменено с потребителски дефинирани категории за публикацията, разделени със запетая."],"Replaced with a posts custom field value":["Заменено със стойност на потребителски дефинирано поле за публикацията"],"Replaced with the slug which caused the 404":["Заменено с краткото заглавие, което причинява 404"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Заглавие на прикачения файл"],"Replaced with the current page number":["Заменено с номера на текущата страницата"],"Replaced with the current page total":["Заменено с текущия брой страници"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Заместено с номера на текущата страница с контекст (напр. страница 2 от 4)"],"Replaced with the post/page author's 'Biographical Info'":["Заместено със съдържанието на полето 'Биографична информация' за автора на съответната публикация/страница"],"Replaced with the post/page author's 'nicename'":["Заменено с \"приятното\" име на автора на публикацията/страницата"],"Replaced with the post/page ID":["Заменено с идентификатора на публикацията/страницата"],"Replaced with the post/page modified time":["Заменено с времето на последна промяна на публикацията/страницата"],"Replaced with the content type plural label":["Заменено с етикета за множествено число за тип на публикацията"],"Replaced with the content type single label":["Заменено с етикета за единствено число за тип на публикацията"],"Replaced with the current search phrase":["Заменено с текущата фраза за търсене"],"Replaced with the term name":["Заменено с името на термина"],"Replaced with the term description":["Заменено с описанието на термина"],"Replaced with the tag description":["Заменено с описанието на тага"],"Replaced with the category description":["Заменено с описанието на категорията"],"Replaced with the post categories (comma separated)":["Заменено с категориите на публикацията (разделени със запетая)"],"Replaced with the current tag/tags":["Заменено с текущия таг или тагове"],"Replaced with the post/page excerpt (without auto-generation)":["Заменено с извадката на публикацията/страницата (без автоматично генериране)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Заменено с извадката на публикацията/страницата (или автоматично генерирано, ако не съществува извадка)"],"The site's name":["Име на сайта"],"Replaced with the title of the parent page of the current page":["Заместено със заглавието на родителската страница на текущата страница"],"Replaced with the title of the post/page":["Заменено със заглавието на публикацията/страницата"],"Replaced with the date of the post/page":["Заменено с датата на публикацията/страницата"],"Page %1$d of %2$d":["Страница %1$d от %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Не можете да предефинирате стандартна заместваща променлива на WPSEO чрез регистриране на собствена променлива със същото име. Вместо това използвайте филтъра \"wpseo_replacements\", за да промените заместващата стойност."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Вече има регистрирана друга заместваща променлива със същото име. Опитайте с различно уникално име."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Името на заместващата променлива не може да започва с \"%%cf_\" или \"%%ct_\", понеже тези префикси на променливи са запазени за нуждите на WPSEO. Опитайте да дадете друго, уникално име."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Името на заместващата променлива може да съдържа само букви, цифри, средно и долно тире. Опитайте с друго име."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Забележка за администратори: тази страница не показва мета описанието, защото такова липсва. Добавете описание специално за нея или отидете в панела [%1$s - %2$s] и настройте шаблон."],"Page not found":["Страницата не е намерена"],"%s Archives":["%s Архиви"],"Search for \"%s\"":["Търсене за „%s“"],"Meta description to use for Author page":["Мета описание за авторска страница"],"Title to use for Author page":["Заглавие на авторска страница"],"%1$s settings":["Настройки на %1$s"],"Export your %1$s settings":["Експорт на настройките на %1$s"],"Import settings":["Импорт на настройките"],"Import from other SEO plugins":["Импорт от други SEO разширения"],"Import":["Импорт"],"If you had a %s file and it was editable, you could edit it from here.":["Ако съществуваше %s файл с права за редактиране, можеше да променяте неговото съдържание оттук."],"If your %s were writable, you could edit it from here.":["Ако разрешите файла %s за запис, ще можете да го редактирате оттук."],"You don't have a %s file, create one here:":["Нямате %s файл, създайте такъв оттук:"],"A link to your site, with your site's name and description as anchor text.":["Връзка към вашия сайт, с името и описанието на сайта поставени в анкер текста."],"A link to your site, with your site's name as anchor text.":["Връзка към вашия сайт, с името на сайта поставено в анкер текста."],"A link to the post, with the title as anchor text.":["Връзка към публикацията, с името на сайта вмъкнато като анкер текст."],"A link to the archive for the post author, with the authors name as anchor text.":["Връзка към архива за автора на публикацията, с името на автора поставено в анкер текста."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Можете да използвате следните променливи в съдържанието; те ще се заместят от стойностите в дясно."],"Content to put after each post in the feed":["Съдържание, което да се добавя след всяка публикация в емисията"],"Content to put before each post in the feed":["Съдържание, което да се вмъква преди всеки пост в емисията"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Тази функция се използва за автоматично добавяне на съдържание към вашия RSS. По-конкретно, нейната задача е да добавя връзки обратно към вашия блог и отделните публикации. Глупавите събирачки на съдържание (scrapers) ще добавят автоматично тези връзки, което ще помогне на търсещите машини да ви разпознаят като оригинален източник на съдържанието."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Употребата на пътечки (breadcrumbs) е обяснена в %1$sстатията за имплементиране на пътечки%2$s в нашата база знания."],"How to insert breadcrumbs in your theme":["Как се добавя пътечка към използваната тема"],"Blog":["Блог"],"Content type archive to show in breadcrumbs for taxonomies":["Тип на архива на публикациите, който да се показва в пътечките за структурата на сайта"],"Taxonomy to show in breadcrumbs for content types":["Нива от структурата на сайта, които да се показват в пътечката за различните видове публикации"],"Breadcrumb for 404 Page":["Пътечка за 404 страница"],"Prefix for Search Page breadcrumbs":["Префикс за елементите на пътечката в страницата за търсене"],"Prefix for Archive breadcrumbs":["Префикс за елементите на пътечката в архива"],"Prefix for the breadcrumb path":["Префикс за елементите на пътечката"],"Anchor text for the Homepage":["Име на връзката към началната страница"],"Separator between breadcrumbs":["Разделител между елементите на пътечката"],"Enable Breadcrumbs":["Активиране на пътечката (breadcrumbs)"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Отдолу са показани SEO резултатите на публикациите. Моментът е много подходящ да започнете да подобрявате качеството на някои от вашите публикации!"],"Credits":["Авторство"],"« Back to Tools page":["« Връщане в страницата с инструменти"],"%1$s comes with some very powerful built-in tools:":["%1$s предоставя няколко много мощни вградени инструмента:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Този инструмент ви позволява бързо да променяте важни за SEO файлове като robots.txt и .htaccess (ако използвате такъв)"],"File editor":["Файлов редактор"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Служи за импорт на настройки от други плъгини за SEO и експорт на вашите настройки за повторна употреба (може и в друг сайт)."],"Import and Export":["Импорт и експорт"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Този инструмент ви позволява бързо да промените заглавията и описанията на вашите постове и страници, без да се налага да ги редактирате поотделно."],"Bulk editor":["Пакетен редактор"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["За да %1$sсвържете вашия сайт с Pinterest%2$s, добавете мета тага тук:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest използва Open Graph мета данни също както Facebook, затова се уверете, че настройката за ползване на Open Graph в панела за Facebook е активна, ако искате да оптимизирате сайта си за Pinterest."],"The default card type to use":["Тип карта за използване по подразбиране"],"Add Twitter card meta data":["Добавяне на мета данни за Twitter карти"],"This image is used if the post/page being shared does not contain any images.":["Това изображение се използва, ако споделената публикация/страница не съдържа никакви изображения."],"Default settings":["Настройки по подразбиране"],"Copy home meta description":["Копиране на мета описанието на началната страница"],"Description":["Описание"],"Image URL":["Адрес на изображението"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Това са заглавието, описанието и използваното от Open Graph мета таговете изображение за началната страница на вашия сайт."],"Frontpage settings":["Настройки на началната страница"],"Add Open Graph meta data":["Добавяне на Open Graph мета данни"],"YouTube URL":["Адрес в YouTube"],"Pinterest URL":["Адрес в Pinterest"],"MySpace URL":["Адрес в MySpace"],"LinkedIn URL":["Адрес в LinkedIn"],"Instagram URL":["Адрес в Instagram"],"Twitter Username":["Twitter име"],"Facebook Page URL":["Адрес на Facebook страница"],"Accounts":["Профили"],"Restore site to defaults":["Възстановяване на настройките на сайта по подразбиране"],"Site ID":["ID на сайта"],"Using this form you can reset a site to the default SEO settings.":["Използването на този формуляр позволява да се възвърнат стандартните SEO настройки."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":[""],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Въведете %sID на сайта%s за този сайт, чиито настройки желаете да използвате по подразбиране за всички нови сайтове, които биват добавяни към вашата мрежа. Оставете празно, ако желаете разширението да използва стандартните стойности по подразбиране."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Изберете сайта, чиито настройки желаете да използвате по подразбиране за всички сайтове, които добавяте в своята мрежа. Ако изберете \"нищо\", разширението ще използва стандартните стойности по подразбиране."],"New sites in the network inherit their SEO settings from this site":["Нови сайтове в мрежата наследяват своите SEO настройки от този сайт"],"Super Admins only":["Само Super Администратори"],"Site Admins (default)":["Администратори на сайта (по подразбиране)"],"Who should have access to the %1$s settings":["Кои потребители да имат достъп до настройките на %1$s"],"spam":["спам"],"mature":["съдържание за възрастни"],"archived":["архивиран"],"public":["публично достъпен"],"%s restored to default SEO settings.":["%s е възстановен до настройки за SEO по подразбиране."],"Settings Updated.":["Настройките са обновени."],"404 pages":["404 страници"],"Search pages":["Страници за търсене"],"These pages will be %s by default, so they will never show up in search results.":["Тези страници ще са %s по подразбиране, за да не се показват никога в резултати от търсене."],"Special Pages":["Специални страници"],"Date-based archives could in some cases also be seen as duplicate content.":["При определени обстоятелства е възможно архивите по дати също да бъдат възприети като дублирано съдържание."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Ако вашият сайт има само един автор, можете или да деактивирате авторския архив (което ще пренасочва към заглавната страница), или да зададете атрибут %s, за да не се показва в резултатите от търсения."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Ако поддържате блог само с един автор, авторският архив ще изглежда по абсолютно същия начин като заглавната страница на блога. Това е пример за %1$sпроблем с дублирането на съдържание%2$s."],"Date archives":["Архив по дати"],"author archives":["Архив по автори"],"Title":["Заглавие"],"%1$s Meta Box":["%1$s meta панел"],"Hide":["скриване"],"Date in Snippet Preview":["Показване на датата"],"Take note:":["Обърнете внимание:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Начална страница & първа страница"],"Title Separator":["Разделител на заглавието"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s проверява автоматично дали е необходимо принудително пренаписване на заглавията на публикациите. Ако имате основание да промените тази настройка и знаете какво прави тя, можете да я промените оттук."],"Force rewrite titles":["Пренаписване на заглавия"],"Taxonomies":["Категории"],"Homepage":["Начална страница"],"%1$s Extensions":["Разширения за %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Интегрирайте WooCommerce чрез %1$s, за да получите допълнителни възможности!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Показвайте се на по-предни позиции за местни търсения и в Google Maps, без никакви усилия!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Присъствате ли в Google News? Увеличете своя трафик от тази услуга, като оптимизирате за нея!"],"Optimize your videos to show them off in search results and get more clicks!":["Оптимизира вашите видео клипове да се показват в резултатите от търсене и да получават повече посещения."],"The premium version of %1$s with more features & support.":["Платената версия на %1$s предлага още по-богати възможности и осигурява професионална поддръжка."],"Person":["Частно лице"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Име на сайта"],"Webmaster Tools":["Инструменти за уеб администратори"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Нямате името на поста в URL-то на вашите публикации и страници. Силно препоръчително е да ги имате. Съветваме ви да промените структурата на перманентните ви връзки на /%postname%/."],"RSS":["RSS емисия"],"Breadcrumbs":["Пътечки (breadcrumbs) "],"or":["или"],"Save Profile":["Запис на профила"],"There were no profiles found":["Не са открити профили"],"Profile":["Профил"],"Current profile":["Настоящ профил"],"Authenticate":["Автентикация"],"Get Google Authorization Code":["Получаване на оторизационен код"],"Reload crawl issues":["Презареждане на списъка с грешки при обхождане"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["За да създадете пренасочване и да решите този проблем, се нуждаете от %1$s. Можете да закупите разширението, с включена едногодишна поддръжка и актуализации, от %2$s."],"Creating redirects is a %s feature":["Създаването на пренасочвания е функция на %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Грешки, които са възникнали само когато вашият сайт е обхождан от Googlebot за конвенционални телефони (грешките не се появяват за настолната версия)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Грешки, които са възникнали само когато вашият сайт е обхождан от Googlebot-Mobile (грешките не се появяват за настолната версия)."],"Errors that occurred when your site was crawled by Googlebot.":["Грешки, възникнали при обхождането на вашия сайт от Googlebot."],"Issue categories":["Категории с проблеми"],"Incorrect Google Authorization Code.":["Невалиден оторизационен код."],"The issues have been successfully reloaded!":["Списъкът с проблеми беше актуализиран успешно."],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Данните на %1$s са премахнати. Ако искате да ги извлечете пак, трябва да извършите повторна автентикация."],"Crawl errors per page":["Грешки при обхождането за всяка страница"],"Search":["Търсене"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Не пропускайте да следите грешките при индексиране: %1$sсвържете се с Google Search Console от тук%2$s."],"Create redirect":["Създаване на пренасочване"],"Mark as fixed":["Маркиране като поправено"],"Response code":["HTTP код на отговора"],"First detected":["Първоначално откриване"],"Last crawled":["Последно обхождане"],"URL":["URL адрес"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["Според %1$s, използвате версия на %2$s, която не е съвместима с %1$s. За да използвате тази функция, актуализирайте %2$s до най-новата версия."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Разширенията на Yoast споделят известно количество код помежду си, за да направят вашия сайт по-бърз. Поради тази причина е необходимо всички разширения на Yoast да се поддържат актуални. Забелязахме, че това не е така, затова моля актуализирайте неактуалните версии на използваните разширения."],"Feature phone":["Конвенционални телефони"],"Smartphone":["Смартфони"],"Desktop":["Настолни компютри"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["URL адресът не съществува, но сървърът не връща грешка 404 (file not found)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Тайм-аут на аявката или сайтът блокира Google."],"Server Error":["Сървърна грешка"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot има достъп до вашия сайт, но някои URL адреси са блокирани за Googlebot във файла %1$s. Тази забрана може да се отнася за всички разновидности на Googlebot или да е само за Googlebot-mobile."],"Blocked":["Блокиран"],"Google was unable to crawl this URL due to an undetermined issue.":["Google не може да извлече този URL поради неизвестна причина."],"URL points to a non-existent page.":["URL адресът сочи към несъществуваща страница."],"Not found":["Не е открит"],"Not followed":["Not followed"],"Faulty redirects":["Пренасочвания с грешки"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Сървърът изисква автентикация или блокира достъпа на Googlebot до сайта."],"Access denied":["Отказан достъп"],"Deactivate %s":["Деактивиране на %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Разширението %1$s може да създаде проблеми при съвместна работа с %2$s."],"Upload Image":["Качване на изображение"],"Remove these ads?":["Как да премахнете тези реклами?"],"%s Posts Overview":["Преглед на публикациите на %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Заглавието на пътечката се използва когато тази йерархична единица се появява."],"Breadcrumbs title":["Заглавие на пътечката"],"The canonical link is shown on the archive page for this term.":["Каноничната връзка се показва на архивните страници за този термин."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Други"],"Archives":["Архиви"],"Email":["Е-поща"],"Close":["Затваряне"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Както %1$s, така и %2$s могат да създават XML карта (sitemap). Наличието на две XML карти не носи ползи за търсещите машини, а същевременно може да забави вашия сайт."],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s изображение"],"%s Description":["%s описание"],"%s Title":["%s заглавие"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Препоръчителният размер на изображенията за %1$s е %2$s пиксела."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Ако не искате да използвате мета описанието за споделяне на публикацията в %s, а вместо това искате там да се появява друго описание, въведете го тук."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Ако не искате да използвате заглавието на поста за споделяне на публикацията в %s, а вместо това искате там да се появи друго заглавие, въведете го тук."],"very difficult":["много трудно"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["трудно"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["сравнително трудно"],"OK":["ОК"],"fairly easy":["сравнително лесно"],"easy":["лесно"],"very easy":["много лесно"],"Meta Desc.":["Мета описание"],"All SEO Scores":["Всички СЕО резултати"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Основното изображение трябва да е с размери минимум 200х200 пиксела, за да бъде възприето от Facebook и други социални мрежи."],"(no parent)":["(без родител)"],"Post is set to noindex.":["Публикацията е със статут noindex."],"The URL that this page should redirect to.":["URL адресът, към който пренасочва тази страница."],"301 Redirect":["301 пренасочване"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Заглавие на страницата, което да се използва за пътечките"],"Breadcrumbs Title":["Заглавие на пътечката"],"No Snippet":["Без извадка"],"No Archive":["Без архив"],"No Image Index":["Няма индекс на изображението"],"None":["Няма"],"Site-wide default: %s":["Настройка по подразбиране за целия сайт: %s"],"Advanced meta robots settings for this page.":["Разширени мета robots настройки за тази страница."],"Meta robots advanced":["Разширени настройки за Meta robots"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Внимание: въпреки че можете да задавате настройки за meta robots оттук, целият сайт е с активен noindex в глобалните настройки за сигурност и промените тук няма да имат ефект."],"Meta description":["Meta описание"],"SEO Title":["SEO заглавие"],"Focus keyword":["Целева ключова дума"],"Snippet preview":["Преглед на извадката"],"Settings successfully imported.":["Настройките бяха успешно импортирани."],"Settings could not be imported:":["Настройките не могат да бъдат импортирани:"],"Error creating %1$s export: ":["Грешка при създаване на експортния файл на %1$s:"],"Breadcrumb for 404 pages:":["Пътечка за 404 страница:"],"Prefix for search result pages:":["Префикс за страниците с резултати от търсения:"],"Prefix for archive pages:":["Префикс за архивните страници:"],"Prefix for breadcrumbs:":["Префикс за пътечките:"],"Anchor text for the homepage:":["Анкер текст за заглавната страница:"],"Breadcrumbs separator:":["Разделител за елементите на пътечката"],"Remove blog page from breadcrumbs":["Премахване на страницата от пътечката"],"%s Breadcrumbs":["%s пътечка"],"Use Image":["Използване на изображение"],"Action":["Действие"],"Page URL/Slug":["URL/Кратко име на страницата (slug) "],"Publication date":["Дата на публикуване"],"Post Status":["Статус на публикацията"],"WP Page Title":["Заглавие на WP страница"],"View":["Показване"],"View “%s”":["Показване на \"%s\""],"Preview":["Преглед"],"Preview “%s”":["Преглед на \"%s\""],"Edit":["Редакция"],"Filter":["Филтър"],"New Yoast Meta Description":["Ново Yoast мета описание"],"Existing Yoast Meta Description":["Съществуващо Yoast мета описание"],"Facebook profile URL":["URL на Facebook профил"],"Twitter username (without @)":["Twitter потребител (без @)"],"FAQ":["Често задавани въпроси"],"Premium Support":["Платена поддръжка"],"Settings":["Настройки"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Трябва да отидете в панела %1$sReading Settings%2$s и да изключите опцията за видимост към търсачките."],"Huge SEO Issue: You're blocking access to robots.":["Голям SEO проблем: достъпът на роботите е блокиран!"],"Posts":["Публикации"],"Edit Files":["Редактиране на файлове"],"Advanced Variables":["Променливи с разширени функции"],"Basic Variables":["Базови променливи"],"General":["Общи настройки"],"Extensions":["Разширения"],"Search Console":["Search Console"],"Tools":["Инструменти"],"Advanced":["Други настройки"],"XML sitemaps":["XML карта на сайта"],"Social":["Социални профили"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["Според %1$s, използвате версия %2$s на %3$s. За да предотвратите проблеми със съвместимостта, моля актуализирайте до най-новата версия."],"Just another WordPress site":["Поредният WordPress сайт"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Сайтът все още използва стандартното подзаглавие на WordPress. Дори ако оставите това поле празно, ще бъде по-добре. %1$sКоригирайте проблема в панела за настройки на сайта%2$s."],"You have used HTML in your value which is not allowed.":["В полето е използван HTML код, което не е позволено."],"You can't edit %s that aren't yours.":["Не можете да редактирате %s, които не са ваши."],"You can't edit %s.":["Не може да редактирате %s."],"Post has an invalid Content Type: %s.":["Публикацията има невалиден тип: %s."],"Post doesn't exist.":["Публикацията не съществува."],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["Изтрит (%s)","Изтрити (%s)"],"posts\u0004All (%s)":["Всяка (%s)","Всички (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"bg"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":[""],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":[""],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":[""],"Learn about why permalinks are important for SEO.":[""],"Google Ads":[""],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Знаете ли, че %s анализира също различните формуляри на думата във Вашата ключова фраза, като множество и минали времена?"],"Clear Image":["Изчистване на изображението"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":[""],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":[""],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["","There are new notifications."],"Learn more about the readability analysis":[""],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":[""],"%s and %s":[""],"%d minute":["","%d minutes"],"%d hour":["","%d hours"],"%d day":["","%d days"],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":[""],"hours":[""],"days":[""],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":[""],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":[""],"Move question down":[""],"Move question up":[""],"Insert question":[""],"Delete question":[""],"Enter the answer to the question":[""],"Enter a question":[""],"Add question":[""],"Frequently Asked Questions":[""],"Great news: you can, with %s!":[""],"Select the primary %s":[""],"Check links to this URL":[""],"Keyword research training":[""],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":["Маркиране като Фундаментална публикация (cornerstone content)"],"Move step down":["Преместване стъпка надолу"],"Move step up":["Преместване стъпка нагоре"],"Insert step":["Вмъкване на стъпка"],"Delete step":["Изтриване на стъпка"],"Add image":["Добавяне на изображение"],"Enter a step description":[""],"Enter a description":["Въвеждане на описание"],"Unordered list":["Неподреден списък"],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":["Добавяне на стъпка"],"Delete total time":["Изтриване на общото време"],"Add total time":["Добавяне на общото време"],"How to":["Как да"],"How-to":["Как да"],"Snippet Preview":["Визуализация на откъса"],"Analysis results":[""],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":["Научете повече за Фундаменталните публикации (cornerstone content)"],"Cornerstone content should be the most important and extensive articles on your site.":[""],"Restore Site":["Възстановяване на сайт"],"Network Settings":["Настройки на мрежата"],"You are not allowed to perform this action.":["Не ви е разрешено да изпълнявате това действие."],"Error: %s":["Грешка: %s"],"Success: %s":["Успешно: %s"],"Site with ID %d not found.":["Сайтът с ID %d не е намерен."],"No site has been selected to restore.":["Не е избран сайт за възстановяване."],"You are not allowed to modify unregistered network settings.":["Не ви е позволено да променяте нерегистрирани мрежови настройки."],"deleted":["изтрито"],"Would you like to add another keyphrase?":[""],"image preview":["Преглед на изображението"],"Copied!":["Копирано!"],"Not supported!":["Не се поддържа!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":[""],"Copy link":["Копиране на линка"],"Copy link to suggested article: %s":["Копирайте връзката до предложената статия: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":["Видни думи"],"The site's tagline":["Слоган за уеб сайта"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Наскоро подобрихме функционалността на настройките за търсене. За съжаление, открихме, че в някои редки случаи, запазването на настройките за конкретни архиви тип публикации може да се е объркало."],"Not all required fields are given. Missing field %1$s":["Не са попълнени всички задължителни полета. Липсващо поле %1$s."],"Optimize your site for Google News.":["Оптимизирайте Вашият сайт за Google Новини."],"Optimize your shop's SEO and sell more products!":["Оптимизирайте SEO-то на Вашият магазин и продавайте повече продукти."],"Be found in Google Video search and enhance your video sharing on social media.":["Бъдете откриваем в търсачката на Google за видео и подобрете споделянето на вашите видеоклипове в социалните мрежи. "],"Be found in Google Maps and local results.":["Бъдете откривани в Google Карти и локалните резултати."],"Learn practical SEO skills to rank higher in Google.":["Придобийте практически SEO умения за да се класирате по-нагоре в Google."],"Don’t waste time figuring out the best settings yourself.":["Не си губете времето за да изберете най-добрите опции сами."],"Get quick wins to make your site rank higher in search engines.":["Направете бързи крачки към изкачването на ранга на Вашият сайт при търсачките."],"Add synonyms":["Добавете синоними"],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Можете да редактирате SEO мета данните за този персонализиран тип на %1$sстраница от вашия магазин%2$s"],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Не сте задали страница на магазина в настройките ви за WooCommerce. Моля, направете го първо това."],"Current year":["Текуща година"],"Page":["Страница"],"Breadcrumb settings for %s archive":["Настройки на навигацията тип хлебни трохички за %s Архива "],"Something went wrong. Please reload the page.":["Нещо се обърка. Моля, презаредете страницата. "],"Tagline":["Слоган"],"Modify your meta description by editing it right here":["Променете вашето мета описание, като го редактирате от тук"],"description (custom taxonomy)":["описание (персонализирана таксономия)"],"(custom taxonomy)":["Къстъм таксономия"],"(custom field)":["Къстъм потребителско поле"],"Term404":["Грешка 404"],"Caption":["Надпис"],"Pagenumber":["Номер на страницата"],"Pagetotal":["Всички страници"],"Page number":["Номер на страницата"],"User description":["Описание на потребителя"],"ID":["ID"],"Modified":["Променено"],"Post type (plural)":["Тип съдържание (множествено число)"],"Post type (singular)":["Тип съдържание (единствено число)"],"Separator":["Разделител"],"Search phrase":["Фраза за търсене"],"Term title":["Термин за заглавие"],"Term description":["Термин за описание"],"Tag description":["Описание на етикет"],"Category description":["Описание на категория"],"Primary category":["Основна категория"],"Category":["Категория"],"Tag":["Етикет"],"Excerpt only":["Само откъс"],"Excerpt":["Откъс"],"Site title":["Заглавие за уеб сайта"],"Archive title":["Заглавие на архива"],"Parent title":["Заглавие на родителска категория"],"Date":["Дата"],"Label":["Етикет"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Трябва да създадете пренасочване, за да сте сигурни, че посетителите ви няма да попаднат на грешка 404, когато кликнат върху неработещия URL адрес."],"Search engines and other websites can still send traffic to your deleted post.":["Търсачките и други уеб сайтове все още могат да изпращат трафик към изтритата Ви публикация."],"Make sure you don't miss out on traffic!":["Уверете се, че не се пропускат възможности за трафик към сайта ви!"],"You just deleted a %1$s.":["Току що изтрихте %1$s."],"You just trashed a %1$s.":["Току що пратихте в кошчето %1$s."],"Settings for %s archive":["Настройки за вашия %s архив"],"Settings for single %s URLs":["Настройки за единичен %s URL адрес"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Url preview":["Преглед на Url адреса"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Моля, предоставете мета описание, като редактирате снипета по-долу. Ако не го направите, Google ще се опита да намери съответна част от публикацията ви, за да се покаже в резултатите от търсенето."],"Insert snippet variable":["Вмъкване на променлива на снипета"],"Dismiss this notice":["Отхвърлете това известие"],"No results":["Няма резултати"],"%d result found, use up and down arrow keys to navigate":["%d намерен резултат, използвайте стрелка нагоре и надолу за да навигирате","%d намерени резултата, използвайте стрелка нагоре и надолу за да навигирате между тях"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Езикът на вашият сайт е настроен на %s. Ако това не е правилно, свържете се с администратора на вашият сайт."],"Number of results found: %d":["Брой намерени резултати: %d"],"Note that not all variables can be used in every field.":["Имайте предвид, че не всички променливи могат да бъдат използвани във всяко поле."],"Snippet variables":["Променливи на снипета"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s уважава поверителността ви. Прочетете правилата ни за спазването на %2$sдекларацията за поверителност%3$s и начина, по който обработваме вашата лична информация."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Ако знаете какво означава това и вече не искате да виждате това съобщение, можете да %1$sотхвърлите това съобщение%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Понастоящем настройките на сайта Ви позволяват да съществуват URL адреси на прикачените файлове в сайта Ви. Моля, прочетете %1$sтази публикация за потенциален проблем%2$s с URL адресите за прикачените файлове и проверете дали имате правилната настройка за сайта си."],"Unknown type %1$s":["Непознат тип %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Създайте профил в MyYoast , който ви дава достъп до нашия безплатен курс за SEO за начинаещи!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Абонирайте се за нашия бюлетин ако искате да получавате актуална информация за %1$s, други готини плъгини %2$s, и интересни новини и съвети от света на SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Вземете своя Baidu код за потвърждение от %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu код за потвърждение"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Функционалността на импортъра %s включва временни датабаза таблици. Изглежда, че Вашата WordPress инсталация няма такава способност, моля свържете се с Вашия хостинг доставчик."],"Cleanup of %s data failed.":["Почистването на %s данни е неуспешно."],"Content Type":["Тип съдържание"],"Filter by content type":["Филтриране по тип съдържание"],"Show All Content Types":["Показване на всички типове съдържание"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["За да коригирате това, премахнете отметката от квадратчето пред \"Прекъсване на коментарите в страниците...\" на %1$sСтраница с настройки за коментари%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Заместен с нормалното заглавие за архив, генериран от WordPress"],"Clean":["Чист"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Когато сте сигурни, че сайтът Ви е ОК, можете да почистите. Това ще премахне цялата оригинална информация."],"Step 5: Clean up":["Съпка 5: Почистване"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Трябва да стартирате конфигурационния съветник от страницата с таблото за управление на → Общите → SEO настройки, за да се уверите че всички настройки за сайта Ви са правилни."],"Step 4: Run the configuration wizard":["Стъпка 4: Стартирайте съветника за конфигуриране"],"Please check your posts and pages and see if the metadata was successfully imported.":["Моля, проверете вашите публикации и страници за успешното импортиране на метаданните."],"Step 3: Check your data":["Стъпка 3: Проверете вашите данни"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Стъпка 2: Импортиране"],"Please make a backup of your database before starting this process.":["Моля направете резервно копие на Вашата база данни преди стартирането на този процес."],"Step 1: Create a backup":["Стъпка 1: Създаване на резервно копие"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Засякохме данни от едно или повече SEO разширения на Вашия сайт. Моля следвайте следните стъпки, за да въведете тези данни:"],"Plugin: ":["Разширение:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Публикации, които не трябва да се показват в резултатите от търсенето"],"%s data found.":["%s намерени данни."],"%s data successfully removed.":["%s данни бяха премахнати успешно."],"%s data successfully imported.":["%s данни бяха успешно импортирани."],"%s data not found.":["%s данни не са намерени."],"Improve your SEO skills":["Подобрете уменията си за SEO"],"24/7 email support":["24/7 имейл поддръжка"],"No more dead links a.k.a. 404 pages":["Без повече мъртви линкове или 404 страници"],"Get real-time suggestions for internal links":["Вземете предложения за вътрешни връзки в реално време"],"Preview your page in Facebook and Twitter":["Прегледайте Вашата страница във Facebook и Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Кликнете върху бутона \"%3$s\", за да използвате мета описанието, което вече е зададено в %1$sначалната страница на Облика на търсенето%2$s."],"Help on copying the home meta description":["Помощ за копиране на мета описанието на началната страница"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["За да уведомите търсачките кои социални профили са свързани с този сайт, въведете информацията за социалните профили на сайта Ви отдолу."],"Learn more about your social profiles settings":["Научете повече за настройките на социалните Ви профили"],"Remove the categories prefix":["Премахни префикса на категорията"],"Help on the category prefix setting":["Помощ за настройките на префикса на категорията"],"Learn more about the available variables":["Научете повече за настройките на наличните променливи"],"Learn more about the RSS feed setting":["Научете повече за настройките на RSS полето"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Когато качвате носител (например изображение или видеоклип) в WordPress, той не само запазва медиите, а създава URL адрес за прикачените файлове. Тези страници на прикачените файлове са сравнително празни: те съдържат медийния елемент и може би заглавие, ако сте въвели такова. Поради това, ако никога не използвате тези прикачени URL адреси е по-добре да ги забраните и да ги пренасочите към самия медиен елемент."],"Learn more about the Media and attachment URLs setting":["Научете повече относно настройките на адресите на Медия и прикачените файлове"],"Learn more about the title separator setting":["Научете повече за настройките на разделителя на заглавия"],"Learn more about the knowledge graph setting":["Научете повече за настройките на knowledge graph"],"Learn more about the homepage setting":["Научете повече за настройките на началната страница"],"Learn more about the special pages setting":["Научете повече за настройките на специалните страници"],"Help on the date archives search results setting":["Помощ за настройката на резултатите от търсенето на архивите"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Да не се показват архивите за автори без публикации в резултатите от търсенето технически означава, че те ще имат %1$s мета данни с директиви за ботове и ще бъдат изключени от XML картата на сайта. %2$sПовече информация за настройките за резултати от търсенето%3$s."],"Help on the authors without posts archive search results setting":["Помощ за настройките на резултатите от търсенето на архивите на авторите без публикации"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Да не се показват архивите за автори в резултатите от търсенето технически означава, че те ще имат %1$s мета данни с директиви за ботове и ще бъдат изключени от XML картата на сайта. %2$sПовече информация за настройките за резултати от търсенето%3$s."],"Help on the author archives search results setting":["Помощ за настройката на резултатите от търсенето в архивите на автора"],"Archives settings help":["Помощ за настройките на архивите"],"Learn more about the archives setting":["Научете повече за настройките на архивите"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Вземете вашият Яндекс код за верификация във вашият %1$sЯндекс Webmaster Tools%2$s."],"Yandex verification code":["Yandex код за потвърждение"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Вземете вашият Google код за верификация във вашата %1$sGoogle Search Console%2$s. "],"Google verification code":["Google код за потвърждение"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Вземете вашият Bing код за верификация във вашият %1$sBing Webmaster Tools%2$s. "],"Bing verification code":["Bing код за потвърждение"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Можете да използвате полетата по-долу, за да потвърдите с различните Инструменти за уеб администратори. Тази функция ще добави мета таг за потвърждение на началната ви страница. Следвайте връзките към различните Инструменти за уеб администратори и потърсете инструкции за метода за потвърждаване на мета тага, за да получите кода за потвърждение. Ако сайтът ви вече е потвърден, можете да игнорирате това."],"Learn more about the Webmaster Tools verification":["Научете повече за верификацията на Webmaster Tools"],"On":["Включено"],"Help on: %s":["Помощ относно: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s идва с много функции. Можете да активирате / деактивирате някои от тях по-долу. Кликването върху въпросителния знак ще ви даде повече информация за функцията."],"Off":["Изключено"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Разширената секция на %1$s мета бокс позволява на потребителя да премахва публикации от резултатите от търсенето или да променя каноничния адрес. Това са неща, които може да не искате всеки автор да прави. Ето защо по подразбиране само редакторите и администраторите могат да направят това. Настройката на \"%2$s\" позволява на всички потребители да променят тези настройки."],"Security: no advanced settings for authors":["Сигурност: няма разширени настройки за авторите"],"See who contributed to %1$s.":["Виж кой допринесе за %1$s."],"Help on this search results setting":["Помогнете за тази настройка на резултатите от търсенето"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Непоказването на архива за %1$s в резултатите от търсенето технически означава, че те ще имат %2$s мета данни с директиви за ботове и ще бъдат изключени от XML картата на сайта. %3$sПовече информация за настройките за резултатите от търсенето%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Непоказването на %1$s в резултатите от търсенето технически означава, че те ще имат %2$s мета данни с директиви за ботове и ще бъдат изключени от XML картата на сайта. %3$sПовече информация за настройките за резултатите от търсенето%4$s."],"Default for %2$s, currently: %1$s":["По подразбиране за %2$s, понастоящем: %1$s"],"Show %s in search results?":["Показване на %s в резултатите от търсенето?"],"this author's archives":["Архивите на този автор"],"Do not allow search engines to show %s in search results.":["Не позволявайте на търсещите машини да показват %s в резултатите от търсенето."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL адресите на категории в WordPress съдържат префикс, обикновено %s, тази функция премахва този префикс само за категории."],"Category URLs":[""],"the archive for %s":["архивите за %s"],"Redirect attachment URLs to the attachment itself?":["Пренасочване на адреса на прикаченият файл към самият прикачен файл?"],"We recommend you set this to Yes.":["Препоръчваме ви да настроите това на Да."],"Media & attachment URLs":["URL адреси на Медия и прикачени файлове"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Това е, което се показва в резултатите от търсенето, когато хората намират началната ви страница. Това означава, че това вероятно е това, което виждат, когато търсят името на вашата марка."],"date archives":["архиви за дати"],"archives for authors without posts":["архиви за автори без публикации"],"Read why XML Sitemaps are important for your site.":["Прочетете защо XML картите на уебсайта са важни за вашия сайт."],"Enable the XML sitemaps that %s generates.":["Активирайте XML картите на сайта, които генерират %s"],"See the XML sitemap.":["Вижте XML картата на сайта."],"%2$s (current default for %1$s)":["%2$s (текущото по подразбиране за %1$s)"],"Media":["Медия"],"Content Types":["Типове съдържание"],"Should search engines follow links on this %1$s?":["Трябва ли търсачките да следват връзки в този %1$s?"],"Allow search engines to show this %s in search results?":["Да се даде ли възможност на търсачките да показват този %s в резултатите от търсенето?"],"Search Appearance":["Облик на търсенето"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":["Търсачките трябва да показват \"%1$s\" в резултатите от търсенето:"],"Search engine visibility":["Видимост в търсачката"],"Toggle %1$s's XML Sitemap":["Превключване на %1$s's XML картата на сайта"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Исканията за поддръжка, които създавате тук, се изпращат директно в нашата система за поддръжка, която е защитена с 256-битов SSL, така че комуникацията е 100% сигурна."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Функцията за cornerstone съдържание ви позволява да маркирате и филтрирате cornerstone съдържанието на уебсайта си."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Ако имате проблем, който не можете да разрешите с нашите видео уроци или база от знания, можете да изпратите съобщение до нашия екип за поддръжка. До тях може да се стигне денонощно."],"Search result":["Резултат от търсенето"],"Good results":["Добри резултати"],"Get better search results in local search":["Получете по-добри резултати от търсенето в местното търсене"],"Allow customers to pick up their %s order locally":["Позволете на клиентите да вземат %s за местните поръчки "],"SEO analysis":["SEO анализ"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO анализът предлага предложения за подобряване на оптимизацията на вашия текст."],"Learn how the SEO analysis can help you rank.":["Научете как SEO анализът може да ви помогне да се класирате по-добре."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Анализът на четливостта предлага предложения за подобряване на структурата и стила на вашия текст."],"Discover why readability is important for SEO.":["Открийте защо четливостта е важна за SEO."],"Find out how cornerstone content can help you improve your site structure.":["Научете как cornerstone съдържанието може да ви помогне да подобрите структурата на сайта си."],"The text link counter helps you improve your site structure.":["Броячът на текстови връзки ви помага да подобрите структурата на сайта си."],"Find out how the text link counter can enhance your SEO.":["Разберете как броячът на текстови връзки може да подобри вашето SEO."],"%s integration":["%s интеграция"],"Read more about how %s works.":["Прочетете повече относно това как %s работи."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Активирайте тази функция, ако искате Facebook и други социални медии да показват визуализация с изображения и текстов откъс, когато се споделя връзка към вашия сайт."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Активирайте тази функция, ако искате Twitter да показва визуализация с изображения и текстов откъс, когато се споделя връзка към вашия сайт."],"Find out why you should upgrade to %s":["Научете защо да надстроите до %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Последни публикации в блога на %1$s"],"Need help?":["Нужда от помощ?"],"Type here to search...":["Въведете тук, за да търсите ..."],"Search the Yoast Knowledge Base for answers to your questions:":["Потърсете в Yoast база знания за отговори на вашите въпроси:"],"Remove highlight from the text":["Премахване на подчертаното от текста"],"Your site language is set to %s. ":["Езикът на сайта Ви е настроен на %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Започнете бързо с помощта на %1$s %2$sсъветника за конфигуриране%3$s!"],"First-time SEO configuration":["Първата конфигурация на SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Езикът на сайта ви е настроен на {language}. Ако това не е правилно, свържете се с администратора на сайта ви."],"Your site language is set to {language}.":["Езикът на сайта Ви е настроен на {language}."],"Highlight this result in the text":["Маркирайте този резултат в текста"],"Considerations":["Съображения"],"Errors":["Грешки"],"Change language":["Промяна на езика"],"You cannot create a %s file.":["Не можете да създадете файла %s."],"You cannot edit the %s file.":["Не можете да редактирате файла %s."],"Updated %s":["Обновен %s"],"Create %s file":["Създаване на файла %s"],"Edit the content of your %s:":["Редактирайте съдържанието на вашите %s:"],"Save changes to %s":["Запазете промените на %s"],"%s file":["%s файл"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s и %2$s могат да работят много по-добре заедно, когато добавите помощно разширение. Моля, инсталирайте %3$s за да направите живота си по-добър. %4$s."],"More information":["Още информация"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s и %2$s могат да работят много по-добре заедно, когато добавите помощно разширение. Моля, инсталирайте %3$s за да направите живота си по-добър. "],"More information about %1$s":["Повече информация за %1$s"],"Configuration Wizard":["Съветник за конфигуриране"],"You've done it!":["Готово!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Безпроблемно интегрирайте %2$s с %1$s за анализа на съдържанието! "],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s и %2$s могат да работят много по-добре заедно, когато добавите помощно разширение. Моля, инсталирайте %3$s, за да направите живота си по-добър."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Настройките за външния вид за %1$s се състоят от променливи, които се заместват от конкретни стойности от страницата, когато тя се показва. Таблицата по-долу съдържа списък с наличните променливи."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Маркирайте най-важното %1$s като \"cornerstone съдържание\", за да подобрите структурата на сайта си. %2$sНаучете повече за cornerstone съдържанието%3$s."],"Loading help center.":["Зареждане на помощен център."],"Get support":["Получаване на поддръжка"],"View in KB":["Вижте в KB"],"Go back":["Връщане назад"],"Go back to the search results":["Връщане назад към търсените резултати"],"(Opens in a new browser tab)":["(Отваряне в нова табулация на браузера)"],"Posts %1$swithout%2$s a focus keyphrase":[""],"Hey, your SEO is doing pretty well! Check out the stats:":["Хей, вашето SEO изглежда доста добре! Проверете статистическите данни:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Нямате публикувани публикации, затова резултатите от SEO ще се показват тук, след като направите първата си публикация!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Нещо друго"],"A portfolio":["Портфолио"],"A corporation":["Корпорация"],"A small offline business":["Малък офлайн бизнес"],"A news channel":["Новинарски"],"An online shop":["Онлайн магазин"],"A blog":["Блог"],"What does the site %1$s represent?":["Какво представлява сайта %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Вариант Б: Моят сайт е в процес на изграждане и не трябва да се индексира"],"Option A: My site is live and ready to be indexed":["Вариант А: Сайтът ми е активен и готов за индексиране"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Моля, посочете дали сайтът ви е в процес на изграждане или вече е активен."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Прочетете още подобни публикации в нашия SEO блог"],"Readability: %s":[""],"Not activated":["Не е активиран"],"Activated":["Активиран"],"%1$s recommendations for you":["%1$s препоръки за Вас"],"All Readability Scores":["Всички резултати за четливост на текста"],"Filter by Readability Score":["Филтриране по показател за четливост на текста"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Не получавате актуализации или поддръжка! Коригирайте този проблем, като добавите този сайт и активирате %1$s за него в %2$s."],"Request method %1$s is not valid.":["Методът за заявка %1$s не е валиден."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Искате ли да визуализирате как ще изглежда публикацията, когато хората в споделят в %1$s? Можете да го направите с %2$s."],"Good job! All the links in your texts have been counted.":["Добра работа! Всички връзки в текстовете ви са преброени."],"Calculation completed.":["Изчислението приключи."],"Calculation in progress...":["В процес на изчисляване..."],"Stop counting":["Спиране на броенето"],"Counting links in your texts":["Преброяване на връзките във вашите текстове"],"Text %1$s of %2$s processed.":["Текстът %1$s от %2$s е обработен."],"All your texts are already counted, there is no need to count them again.":["Всичките ви текстове вече са преброени, няма нужда да ги преброявате отново."],"Count links in your texts":["Брои връзките в текстовете ви"],"Text link counter":["Брояч на текстови връзки"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Брой вътрешни връзки, свързващи тази публикация. За повече информация вижте текста \"Yoast Колони\" в раздела \"Помощ\"."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s добавя няколко колони към тази страница. Написахме статия за това %2$sКак да използваме оценката за SEO и оценката за четливостта%3$s. Колоните за връзки показват броя на статиите в този сайт, които свързват тази статия с %5$sдо%6$s и броя на URL адресите, свързани с тази статия %5$sот%6$s. Научете повече за %4$sКак да използвате тези функции, за да подобрите вътрешното свързване%3$s, което значително подобрява цялостното SEO."],"%s Columns":["%s Колони"],"Readability score":["Резултат за четливостта"],"Other benefits of %s for you:":["Други ползи от %s за вас:"],"Scroll to see the preview content.":["Слезте надолу, за да видите съдържанието на прегледа."],"Cornerstone content":["Ключово съдържание"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Ако искате да се представяте по-добре от конкуренцията в определен град или регион, вижте нашето разширение %1$s! Ще можете лесно да вмъквате Google карти, работно време, информация за контакт и локатор на магазини. Освен това %1$s подобрява използваемостта на вашата страница за връзка."],"Attract more customers near you":["Привличайте повече клиенти в близост до вас"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Искате ли да научите всички подробности за разширението %1$s? Интересувате ли се от разширените настройки? Питате ли се как можете да получите максимума от %1$s? Запознайте се с тренировъчните материали за %1$s и се класирайте над конкуренцията!"],"Get the most out of %1$s with the %2$s":["Вземете максимума от %1$s с %2$s"],"Upgrade to Premium":["Надграждане до Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Изпреварете конкуренцията с %s"],"You might like":["Може да ви допадне"],"Newsletter":["Електронен бюлетин"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Изгтлежда не сте приключили изпълнението на автоматичния конфигуратор. Препоръчваме ви да %2$sстартирате конфигуратора на %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Автоматичният конфигуратор ви позволява лесно да зададете оптималните SEO настойки за вашия сайт."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Преминете към Premium версията и нашите експерти ще бъдат на ваше разположение за всякакви въпроси за настройката и употребата на разширението."],"Superfast internal linking suggestions":["Свръх-бързи предложения за вътрешни връзки"],"Great news: you can, with %1$s!":["Да, можете с %1$s!"],"Save changes":["Запис на промените"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Разширението %2$s променя съдържанието на вашия сайт по начин, който се отличава за търсещите машини и за обикновените потребители. Този процес се нарича маскиране (cloaking) и силно ви препоръчваме да преустановите употребата му."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sПреглед за публикуване в социалните мрежи%2$s: Facebook и Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sКрай на неработещите връзки%2$s: лесен мениджър на пренасочванията"],"No ads!":["Без реклами!"],"Facebook & Twitter":["Facebook и Twitter"],"Social media preview":["Преглед за публикуване в социални мрежи"],"Easy redirect manager":["Лесен мениджър на пренасочванията"],"No more dead links":["Премахнете мъртвите връзки"],"Increase your SEO reach":["Подобрете своето SEO покритие"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Ако искате повече помощ за създаването на страхотно съдържание, вижте нашия %2$sкурс за писане на SEO рекламни текстове%3$s. Ако искате да знаете всичко за характеристиките на разширението, изкарайте курса %1$s!"],"Variable":["Променлива"],"Available variables":["Възможни променливи"],"Scroll to see the table content.":["Слезте надолу до съдържанието на таблицата."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Ако имате нужда от помощ, прочетете %1$sнашата статия за добавяне на сайт към Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Възникна грешка при оценяването на '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s от думите съдържат %2$sнад %3$s срички%4$s, което надхвърля препоръчителния максимум (%5$s)"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s от думите съдържат %2$sнад %3$s срички%4$s, което е по-малко или равно на препоръчителния максимум (%5$s)"],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Полето meta description съдържа %1$d изречение с дължина %2$sнад %3$s думи%4$s. Опитайте да го съкратите.","Полето meta description съдържа %1$d изречения с дължина %2$sнад %3$s думи%4$s. Опитайте да ги съкратите."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Полето meta description не съдържа изречения с дължина %1$sнад %2$s думи%3$s."],"Step %1$d: %2$s":["Стъпка %1$d: %2$s"],"No new notifications.":["Няма нови съобщения."],"Save all":["Запис на всичко"],"Save":["Запис"],"%1$s, Author at %2$s":["%1$s, автор в %2$s"],"Mobile preview":["Преглед на мобилната версия"],"Desktop preview":["Преглед на настолната версия"],"Select redirect":["Избор на пренасочване"],"Please provide an SEO title by editing the snippet below.":["Въведете SEO заглавие в редактора на извадката отдолу."],"Meta description preview:":["Преглед на полето meta description:"],"Slug preview:":["Преглед на краткия адрес (slug):"],"SEO title preview:":["Преглед на SEO заглавието:"],"Close snippet editor":["Затваряне на редактора на извадки"],"Slug":["Кратък адрес"],"Remove marks in the text":["Премахване на маркери в текста"],"Mark this result in the text":["Маркиране на резултата в текста"],"Marks are disabled in current view":["Маркерите са изключени в текущия изглед"],"Good SEO score":["Добър SEO резултат"],"OK SEO score":["Приемлив SEO резултат"],"Feedback":["Обратна връзка"],"ok":["ОК"],"Choose an image":["Изберете изображение"],"Remove the image":["Премахване на изображението"],"MailChimp signup failed:":["Регистрацията в MailChimp е неуспешна:"],"Sign Up!":["Регистрирайте се!"],"Name":["Име"],"There is an error with the request.":["Възникна грешка при заявката."],"Select profile":["Избор на профил"],"Choose a profile":["Изберете профил"],"Authorization code":["Код за оторизация"],"Reauthenticate with Google":["Повторна автентикация към Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["За да разрешите на %s да извлече информация от Google Search Console, въведете своя оторизационен код от Google. Бутонът отдолу ще отвори нов прозорец."],"Please provide a meta description by editing the snippet below.":["Въведете съдържание на полето meta description в редактора на извадката отдолу."],"Edit snippet":["Редактиране на извадката"],"You can click on each element in the preview to jump to the Snippet Editor.":["Кликнете върху някой от елементите в прегледа, за да стартирате редактора на извадки."],"SEO title preview":["Преглед на SEO заглавието"],"Meta description preview":["Преглед на мета описанието"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Възникна проблем при записа на текущата стъпка. Моля {{link}}изпратете доклад за грешка{{/link}}, като опишете на коя стъпка се намирате и какви промени искате да направите (ако има такива)."],"Close the Wizard":["Затваряне на конфигуратора"],"Export settings":["Изнасяне на настройките"],"%1$s video tutorial":["%1$s видео уроци"],"%s › Configuration Wizard":["%s › автоматичен конфигуратор"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Ако срещате проблеми, %1$sизпратете ни доклад за грешка%2$s и ние ще се постараем да ви помогнем."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Забелязахме, че вече използвате %1$s от известно време и се надяваме, че ви харесва! За нас би било страхотно, ако ни дадете %2$s5 звезди в WordPress.org%3$s!"],"Date archives settings":["Настройки за хронологичния архив"],"Author archives settings":["Настройки за авторския архив"],"%1$s by %2$s":["%1$s на %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Внимание: променливата %s не може да се използва в този шаблон. Прегледайте помощната документация за повече информация."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(няма заглавие)"],"%s installation wizard":["%s помощник за инсталиране"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Менюто %1$s в админ лентата съдържа полезни връзки към други инструменти за анализ на страници и ви информира за нови съобщения."],"Admin bar menu":["Меню в админ лентата"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Функции"],"SEO title":["SEO заглавие"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Макар да се стараем да правим настройването на %1$s възможно най-лесно, понякога това може да се окаже предизвикателство. Ако предпочитате ние да настроим %1$s вместо вас (и същевременно да получите копие от %2$s), поръчайте нашата %3$s%1$s конфигурационна услуга%4$s от тук!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Добре дошли в автоматичния конфигуратор на %1$s. В поредица от няколко прости стъпки ще ви помогнем да направите своите SEO настройки да отговарят на нуждите на вашия сайт."],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google показва името на вашия сайт в резултатите от търсене. Ако искате го да промените, това става от тук."],"Greater than sign":["Знак \"по-голямо\""],"Less than sign":["Знак \"по-малко\""],"Right angle quotation mark":["Затваряща френска кавичка"],"Left angle quotation mark":["Отваряща френска кавичка"],"Small tilde":["Малка тилда"],"Vertical bar":["Вертикална черта"],"Low asterisk":["Ниско разположена звезда"],"Asterisk":["Звезда"],"Bullet":["Булет"],"Middle dot":["Средна точка"],"Em dash":["Дълго тире"],"En dash":["Средно тире"],"Dash":["Нормално тире"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Изберете символ, който да се използва като сепаратор на заглавието. Той се използва, за да раздели името на публикацията и името на сайта. Възможните символи са показани със същия размер, с който ще се появят в резултатите от търсенето."],"The name of the person":["Името на човека"],"No":["Не"],"Yes":["Да"],"Does, or will, your site have multiple authors?":["Дали вашият сайт има в момента, или ще има в бъдеще, повече от един автор?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress генерира автоматично URL адрес за всеки файл в медийната библиотека. Активирането на тази настройка ще разреши на Google да индексира тези адреси."],"Success!":["Готово!"],"Title settings":["Настройки на заглавието"],"Google Search Console":["Google Search Console"],"Multiple authors":["Множество автори"],"Site type":["Тип на сайта"],"Environment":["Среда"],"Yoast option %1$s not found.":["Опция %1$s не беше открита."],"Google Structured Data Test":["Тест на Google за структурирани данни"],"Posts list":["Списък на публикации"],"Posts list navigation":["Навигация в списъка с публикации"],"Filter posts list":["Филтриране на списъка с публикации"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Имайте предвид, че е възможно използваната от вас тема все още да показва връзките към архивите и че ще трябва да ги отстраните ръчно."],"%1$s to optimize your site even further":["%1$s за да оптимизирате своя сайт дори още повече"],"%1$s extensions":["%1$s разширения"],"Comes with our 30-day no questions asked money back guarantee":["Включва нашата 30-дневна безусловна гаранция за връщане на парите"],"More information %1$sabout %3$s%2$s":["Повече информация %1$sотносно %3$s%2$s"],"Installed":["Инсталиран"],"gain access to our 24/7 support team.":["получавате 24/7 достъп до нашия екип по поддръжката"],"Premium support":["Платена поддръжка"],"check what your Facebook or Twitter post will look like.":["проверявате как ще изглеждат вашите публикации във Facebook или Twitter."],"Social previews":["Показване в социалните мрежи"],"create and manage redirects from within your WordPress install.":["създавате и управлявате пренасочвания от самата WordPress платформа."],"Redirect manager":["Мениджър пренасочвания"],"%1$s, take your optimization to the next level!":["%1$s, изведете оптимизацията на следващото ниво!"],"A seamless integration between %1$s and %2$s":["Плътна интеграция между %1$s и %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Използвайте пътечката на %1$s вместо тази на %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Позволява лесно вмъкване на Google карти, локатор на магазини, работно време и др."],"Creates XML News Sitemaps":["Създава XML карта за новини"],"Immediately pings Google on the publication of a new post":["Незабавно информира Google за публикуването на нови материали"],"Optimize your site for Google News":["Оптимизира вашия сайт за Google News"],"Make videos responsive through enabling fitvids.js":["Създава флуидни (responsive) видео клипове чрез fitvids.js"],"Enhance the experience of sharing posts with videos":["Подобрява ефекта от споделяне на публикации с видео"],"Show your videos in Google Videos":["Показва вашите видео клипове в Google Videos"],"Crawl issues list":["Списък с проблеми след обхождането"],"Crawl issues list navigation":["Навигация в списъка с проблеми след обхождането"],"Edit “%s”":["Редакция “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Известия"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["Деактивиране на SEO анализ"],"Twitter settings":["Настройки за Twitter"],"Pinterest settings":["Pinterest настройки"],"Facebook settings":["Facebook настройки"],"Title separator symbol":["Символ-разделител за заглавието"],"RSS feed settings":["Настройки на RSS емисията"],"Breadcrumbs settings":["Настройки на пътечката"],"Make primary":["Да стане основен"],"Enter your Google Authorization Code and press the Authenticate button.":["Въведете оторизационния код от Google и натиснете бутона \"Автентикация\""],"Knowledge base article":["Статия от базата знания"],"Open the knowledge base article in a new window or read it in the iframe below":["Отворете статията от базата знания в нов прозорец или я прочетете в iframe полето отдолу"],"Search results":["Резултати от търсенето"],"%s notification":["%s известие","%s известия"],"Disable readability analysis":["Изключване на анализа на четимостта"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Анализ на четимостта"],"Needs improvement":["Нуждае се от подобрение"],"Readability":["Четимост"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Опитвате се да заредите файлове, които не са минифицирани. Тези файлове са достъпни само в нашия пакет за разработчици. На адрес %1$s можете да получите достъп до всички изходни файлове."],"Improvements":["Подобрения"],"Dismiss this item.":["Игнориране"],"Good job! We could detect no serious SEO problems.":["Отлично! Не открихме съществени проблеми със SEO."],"We have detected the following issues that affect the SEO of your site.":["Открихме следните проблеми, които оказват ефект върху SEO оптимизацията на вашия сайт."],"Problems":["Проблеми"],"Analysis":["Анализ"],"Not available":["Липсва"],"Filter by SEO Score":["Филтриране по SEO резултат"],"Meta description not set.":["Полето meta description е празно."],"Video tutorial":["Видео урок"],"Email support is a %s feature":["Email поддръжката е %s функция"],"Knowledge base":["База знания"],"Open":["Отваряне"],"Loading...":["Зареждане..."],"Something went wrong. Please try again later.":["Възникна проблем. Моля опитайте пак по-късно."],"No results found.":["Не са открити резултати."],"Dashboard":["Табло"],"You can fix this on the %1$sPermalink settings page%2$s.":["Можете да поправите това в страницата %1$sНастройки за постоянните връзки%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Странирането на коментарите е активирано. Тази функция не е необходима в 999 от 1000 случая и ви препоръчваме да я изключите."],"Replaced with the primary category of the post/page":["Заменено с основната категория на публикацията/страницата"],"Pinterest confirmation":["Pinterest свързване"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Ако вече сте свързали сайта си с Pinterest, можете да прескочите следващата стъпка."],"Format-based archives":["Архиви по формат"],"Webmaster Tools verification":["Свързване с Webmaster Tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Последвайте ни в %1$s, за да получите обучение по WordPress и да станете сертифициран %1$s експерт!"],"Want to be a %s Expert?":["Искате ли да станете %s експерт?"],"Buy %s":["Купете %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Ново %1$s заглавие"],"Existing %1$s Title":["Съществуващо %1$s заглавие"],"Expected an integer as input.":["Трябва да въведете цяло число."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Разширението се опитва да генерира ключ за кеширане на sitemap файловете, но комбинацията от представки и наставки оставя твърде малко място за това. Вероятно правите заявка за страница, която е далеч извън очаквания обхват."],"Remove":["Премахване"],"Keep":["Запазване"],"Bold the last page":["Последната страница в получер"],"Regular":["Стандартен"],"Bold":["Получер"],"Show Blog page":["Показване на блог страница"],"Primary %s":["Основна %s"],"Primary":["Основна"],"Make %1$s primary %2$s":["%1$s да стане основна %2$s"],"Term is set to noindex.":["Терминът е дефиниран като noindex."],"Author archives":["Архиви на автор"],"Show":["показване"],"Enabled":["вкл."],"Disabled":["изкл."],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s все още не е извличал състоянието за индексацията на вашия сайт от %2$s"],"The separator defined in your theme's %s tag.":["Разделителят, дефиниран в %s тага на използваната тема."],"No index":["Noindex"],"Analyze entire site":["Анализ на целия сайт"],"Fetch the current status":["Извличане на актуалния статус"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s не можа да извлече състоянието за индексацията на вашия сайт%3$s от %4$s"],"Your homepage can be indexed by search engines.":["Заглавната страница може да се индексира от търсещите машини."],"Indexability check by %1$s":["Проверка на възможността за индексация чрез %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Ако искате да посочите изображение за споделяне в %1$s, можете да качите или посочите изображение, или да въведете неговия URL адрес тук."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Ако не искате да използвате мета описанието за споделяне в %1$s, а предпочитате там да се показва друго описание, напишете го тук."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Ако не искате стандартното заглавие да се използва при споделяне в %1$s, а предпочитате да се показва различно заглавие, въведете го тук."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sЗаглавната страница на вашия сайт не може да се индексира от търсещите машини%2$s. Това е изключително лошо за SEO и трябва да бъде поправено."],"Once Weekly":["Веднъж седмично"],"SEO score":["SEO точки"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["Обработени %1$s от общо %2$s публикации."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Актуализирахме нашия алгоритъм за изчисляване на SEO резултати. %1$sПреизчислете SEO резултатите%2$s за всички публикации и страници."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Първото наистина напълно интегрирано SEO решение за WordPress с инструменти за анализ на съдържанието в самата страница, XML sitemap (карта на сайта) и много други възможности."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Грешка при активиране:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Филтриращото разширение изглежда недостъпно. Моля обърнете се към Вашия уеб хост, за да го активирате."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Инсталацията на разширението %1$s е недовършена. Прочетете %2$sинструкциите за инсталация%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Разширението Standard PHP Library (SPL) изглежда не е достъпно. Поискайте от вашата хостинг компания да го активира."],"SEO Settings":["SEO настройки"],"Mobile-Friendly Test":["Тест за мобилна съвместимост"],"Google Page Speed Test":["Google Page Speed тест"],"CSS Validator":["CSS Валидатор"],"HTML Validator":["HTML Валидатор"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Валидатор"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Проверка на заглавните части"],"Check Google Cache":["Проверка на Google Cache"],"Analyze this page":["Анализиране на страницата"],"Keyword Research":["Проучване на ключова дума"],"%s does not seem to be a valid url. Please correct.":["%s не прилича на валиден URL. Моля коригирайте."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%s не прилича на валиден валидационен код за %s. Моля коригирайте."],"%s Archive":["%s архив"],"You searched for %s":["Вие потърсихте %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Обобщение с голямо изображение"],"Summary":["Обобщение"],"The post %1$s appeared first on %2$s.":["Материалът %s е публикуван за пръв път на %s."],"No numeric value was received.":["Не е получена цифрова стойност."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Това трябва да бъде съществуващ блог. Блогът %s не съществува или е маркиран като изтрит."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Стойността по подразбиране трябва да бъде цифровият идентификатор на блога, който искате да използвате като отправна точка."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s не е валиден избор за това кой има права за достъп до настройките на %2$s. Възстановена е стойността по подразбиране."],"Please select a valid post type for taxonomy \"%s\"":["Моля посочете валиден тип публикация за категория \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Моля изберете валидна категория за публикация тип \"%s\""],"You searched for":["Вие търсехте"],"Home":["Начало"],"Archives for":["Архиви за"],"Error 404: Page not found":["Грешка 404: Страницата не е открита"],"Good":["Добре"],"Replaced with a custom taxonomies description":["Заменено със зададено от потребителя описание на категориите"],"Replaced with a posts custom taxonomies, comma separated.":["Заменено с потребителски дефинирани категории за публикацията, разделени със запетая."],"Replaced with a posts custom field value":["Заменено със стойност на потребителски дефинирано поле за публикацията"],"Replaced with the slug which caused the 404":["Заменено с краткото заглавие, което причинява 404"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Заглавие на прикачения файл"],"Replaced with the current page number":["Заменено с номера на текущата страницата"],"Replaced with the current page total":["Заменено с текущия брой страници"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Заместено с номера на текущата страница с контекст (напр. страница 2 от 4)"],"Replaced with the post/page author's 'Biographical Info'":["Заместено със съдържанието на полето 'Биографична информация' за автора на съответната публикация/страница"],"Replaced with the post/page author's 'nicename'":["Заменено с \"приятното\" име на автора на публикацията/страницата"],"Replaced with the post/page ID":["Заменено с идентификатора на публикацията/страницата"],"Replaced with the post/page modified time":["Заменено с времето на последна промяна на публикацията/страницата"],"Replaced with the content type plural label":["Заменено с етикета за множествено число за тип на публикацията"],"Replaced with the content type single label":["Заменено с етикета за единствено число за тип на публикацията"],"Replaced with the current search phrase":["Заменено с текущата фраза за търсене"],"Replaced with the term name":["Заменено с името на термина"],"Replaced with the term description":["Заменено с описанието на термина"],"Replaced with the tag description":["Заменено с описанието на тага"],"Replaced with the category description":["Заменено с описанието на категорията"],"Replaced with the post categories (comma separated)":["Заменено с категориите на публикацията (разделени със запетая)"],"Replaced with the current tag/tags":["Заменено с текущия таг или тагове"],"Replaced with the post/page excerpt (without auto-generation)":["Заменено с извадката на публикацията/страницата (без автоматично генериране)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Заменено с извадката на публикацията/страницата (или автоматично генерирано, ако не съществува извадка)"],"The site's name":["Име на сайта"],"Replaced with the title of the parent page of the current page":["Заместено със заглавието на родителската страница на текущата страница"],"Replaced with the title of the post/page":["Заменено със заглавието на публикацията/страницата"],"Replaced with the date of the post/page":["Заменено с датата на публикацията/страницата"],"Page %1$d of %2$d":["Страница %1$d от %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Не можете да предефинирате стандартна заместваща променлива на WPSEO чрез регистриране на собствена променлива със същото име. Вместо това използвайте филтъра \"wpseo_replacements\", за да промените заместващата стойност."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Вече има регистрирана друга заместваща променлива със същото име. Опитайте с различно уникално име."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Името на заместващата променлива не може да започва с \"%%cf_\" или \"%%ct_\", понеже тези префикси на променливи са запазени за нуждите на WPSEO. Опитайте да дадете друго, уникално име."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Името на заместващата променлива може да съдържа само букви, цифри, средно и долно тире. Опитайте с друго име."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Забележка за администратори: тази страница не показва мета описанието, защото такова липсва. Добавете описание специално за нея или отидете в панела [%1$s - %2$s] и настройте шаблон."],"Page not found":["Страницата не е намерена"],"%s Archives":["%s Архиви"],"Search for \"%s\"":["Търсене за „%s“"],"Meta description to use for Author page":["Мета описание за авторска страница"],"Title to use for Author page":["Заглавие на авторска страница"],"%1$s settings":["Настройки на %1$s"],"Export your %1$s settings":["Експорт на настройките на %1$s"],"Import settings":["Импорт на настройките"],"Import from other SEO plugins":["Импорт от други SEO разширения"],"Import":["Импорт"],"If you had a %s file and it was editable, you could edit it from here.":["Ако съществуваше %s файл с права за редактиране, можеше да променяте неговото съдържание оттук."],"If your %s were writable, you could edit it from here.":["Ако разрешите файла %s за запис, ще можете да го редактирате оттук."],"You don't have a %s file, create one here:":["Нямате %s файл, създайте такъв оттук:"],"A link to your site, with your site's name and description as anchor text.":["Връзка към вашия сайт, с името и описанието на сайта поставени в анкер текста."],"A link to your site, with your site's name as anchor text.":["Връзка към вашия сайт, с името на сайта поставено в анкер текста."],"A link to the post, with the title as anchor text.":["Връзка към публикацията, с името на сайта вмъкнато като анкер текст."],"A link to the archive for the post author, with the authors name as anchor text.":["Връзка към архива за автора на публикацията, с името на автора поставено в анкер текста."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Можете да използвате следните променливи в съдържанието; те ще се заместят от стойностите в дясно."],"Content to put after each post in the feed":["Съдържание, което да се добавя след всяка публикация в емисията"],"Content to put before each post in the feed":["Съдържание, което да се вмъква преди всеки пост в емисията"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Тази функция се използва за автоматично добавяне на съдържание към вашия RSS. По-конкретно, нейната задача е да добавя връзки обратно към вашия блог и отделните публикации. Глупавите събирачки на съдържание (scrapers) ще добавят автоматично тези връзки, което ще помогне на търсещите машини да ви разпознаят като оригинален източник на съдържанието."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Употребата на пътечки (breadcrumbs) е обяснена в %1$sстатията за имплементиране на пътечки%2$s в нашата база знания."],"How to insert breadcrumbs in your theme":["Как се добавя пътечка към използваната тема"],"Blog":["Блог"],"Content type archive to show in breadcrumbs for taxonomies":["Тип на архива на публикациите, който да се показва в пътечките за структурата на сайта"],"Taxonomy to show in breadcrumbs for content types":["Нива от структурата на сайта, които да се показват в пътечката за различните видове публикации"],"Breadcrumb for 404 Page":["Пътечка за 404 страница"],"Prefix for Search Page breadcrumbs":["Префикс за елементите на пътечката в страницата за търсене"],"Prefix for Archive breadcrumbs":["Префикс за елементите на пътечката в архива"],"Prefix for the breadcrumb path":["Префикс за елементите на пътечката"],"Anchor text for the Homepage":["Име на връзката към началната страница"],"Separator between breadcrumbs":["Разделител между елементите на пътечката"],"Enable Breadcrumbs":["Активиране на пътечката (breadcrumbs)"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Отдолу са показани SEO резултатите на публикациите. Моментът е много подходящ да започнете да подобрявате качеството на някои от вашите публикации!"],"Credits":["Авторство"],"« Back to Tools page":["« Връщане в страницата с инструменти"],"%1$s comes with some very powerful built-in tools:":["%1$s предоставя няколко много мощни вградени инструмента:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Този инструмент ви позволява бързо да променяте важни за SEO файлове като robots.txt и .htaccess (ако използвате такъв)"],"File editor":["Файлов редактор"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Служи за импорт на настройки от други плъгини за SEO и експорт на вашите настройки за повторна употреба (може и в друг сайт)."],"Import and Export":["Импорт и експорт"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Този инструмент ви позволява бързо да промените заглавията и описанията на вашите постове и страници, без да се налага да ги редактирате поотделно."],"Bulk editor":["Пакетен редактор"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["За да %1$sсвържете вашия сайт с Pinterest%2$s, добавете мета тага тук:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest използва Open Graph мета данни също както Facebook, затова се уверете, че настройката за ползване на Open Graph в панела за Facebook е активна, ако искате да оптимизирате сайта си за Pinterest."],"The default card type to use":["Тип карта за използване по подразбиране"],"Add Twitter card meta data":["Добавяне на мета данни за Twitter карти"],"This image is used if the post/page being shared does not contain any images.":["Това изображение се използва, ако споделената публикация/страница не съдържа никакви изображения."],"Default settings":["Настройки по подразбиране"],"Copy home meta description":["Копиране на мета описанието на началната страница"],"Description":["Описание"],"Image URL":["Адрес на изображението"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Това са заглавието, описанието и използваното от Open Graph мета таговете изображение за началната страница на вашия сайт."],"Frontpage settings":["Настройки на началната страница"],"Add Open Graph meta data":["Добавяне на Open Graph мета данни"],"YouTube URL":["Адрес в YouTube"],"Pinterest URL":["Адрес в Pinterest"],"MySpace URL":["Адрес в MySpace"],"LinkedIn URL":["Адрес в LinkedIn"],"Instagram URL":["Адрес в Instagram"],"Twitter Username":["Twitter име"],"Facebook Page URL":["Адрес на Facebook страница"],"Accounts":["Профили"],"Restore site to defaults":["Възстановяване на настройките на сайта по подразбиране"],"Site ID":["ID на сайта"],"Using this form you can reset a site to the default SEO settings.":["Използването на този формуляр позволява да се възвърнат стандартните SEO настройки."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":[""],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Въведете %sID на сайта%s за този сайт, чиито настройки желаете да използвате по подразбиране за всички нови сайтове, които биват добавяни към вашата мрежа. Оставете празно, ако желаете разширението да използва стандартните стойности по подразбиране."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Изберете сайта, чиито настройки желаете да използвате по подразбиране за всички сайтове, които добавяте в своята мрежа. Ако изберете \"нищо\", разширението ще използва стандартните стойности по подразбиране."],"New sites in the network inherit their SEO settings from this site":["Нови сайтове в мрежата наследяват своите SEO настройки от този сайт"],"Super Admins only":["Само Super Администратори"],"Site Admins (default)":["Администратори на сайта (по подразбиране)"],"Who should have access to the %1$s settings":["Кои потребители да имат достъп до настройките на %1$s"],"spam":["спам"],"mature":["съдържание за възрастни"],"archived":["архивиран"],"public":["публично достъпен"],"%s restored to default SEO settings.":["%s е възстановен до настройки за SEO по подразбиране."],"Settings Updated.":["Настройките са обновени."],"404 pages":["404 страници"],"Search pages":["Страници за търсене"],"These pages will be %s by default, so they will never show up in search results.":["Тези страници ще са %s по подразбиране, за да не се показват никога в резултати от търсене."],"Special Pages":["Специални страници"],"Date-based archives could in some cases also be seen as duplicate content.":["При определени обстоятелства е възможно архивите по дати също да бъдат възприети като дублирано съдържание."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Ако вашият сайт има само един автор, можете или да деактивирате авторския архив (което ще пренасочва към заглавната страница), или да зададете атрибут %s, за да не се показва в резултатите от търсения."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Ако поддържате блог само с един автор, авторският архив ще изглежда по абсолютно същия начин като заглавната страница на блога. Това е пример за %1$sпроблем с дублирането на съдържание%2$s."],"Date archives":["Архив по дати"],"author archives":["Архив по автори"],"Title":["Заглавие"],"%1$s Meta Box":["%1$s meta панел"],"Hide":["скриване"],"Date in Snippet Preview":["Показване на датата"],"Take note:":["Обърнете внимание:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Начална страница & първа страница"],"Title Separator":["Разделител на заглавието"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s проверява автоматично дали е необходимо принудително пренаписване на заглавията на публикациите. Ако имате основание да промените тази настройка и знаете какво прави тя, можете да я промените оттук."],"Force rewrite titles":["Пренаписване на заглавия"],"Taxonomies":["Категории"],"Homepage":["Начална страница"],"%1$s Extensions":["Разширения за %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Интегрирайте WooCommerce чрез %1$s, за да получите допълнителни възможности!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Показвайте се на по-предни позиции за местни търсения и в Google Maps, без никакви усилия!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Присъствате ли в Google News? Увеличете своя трафик от тази услуга, като оптимизирате за нея!"],"Optimize your videos to show them off in search results and get more clicks!":["Оптимизира вашите видео клипове да се показват в резултатите от търсене и да получават повече посещения."],"The premium version of %1$s with more features & support.":["Платената версия на %1$s предлага още по-богати възможности и осигурява професионална поддръжка."],"Person":["Частно лице"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Име на сайта"],"Webmaster Tools":["Инструменти за уеб администратори"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Нямате името на поста в URL-то на вашите публикации и страници. Силно препоръчително е да ги имате. Съветваме ви да промените структурата на перманентните ви връзки на /%postname%/."],"RSS":["RSS емисия"],"Breadcrumbs":["Пътечки (breadcrumbs) "],"or":["или"],"Save Profile":["Запис на профила"],"There were no profiles found":["Не са открити профили"],"Profile":["Профил"],"Current profile":["Настоящ профил"],"Authenticate":["Автентикация"],"Get Google Authorization Code":["Получаване на оторизационен код"],"Reload crawl issues":["Презареждане на списъка с грешки при обхождане"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["За да създадете пренасочване и да решите този проблем, се нуждаете от %1$s. Можете да закупите разширението, с включена едногодишна поддръжка и актуализации, от %2$s."],"Creating redirects is a %s feature":["Създаването на пренасочвания е функция на %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Грешки, които са възникнали само когато вашият сайт е обхождан от Googlebot за конвенционални телефони (грешките не се появяват за настолната версия)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Грешки, които са възникнали само когато вашият сайт е обхождан от Googlebot-Mobile (грешките не се появяват за настолната версия)."],"Errors that occurred when your site was crawled by Googlebot.":["Грешки, възникнали при обхождането на вашия сайт от Googlebot."],"Issue categories":["Категории с проблеми"],"Incorrect Google Authorization Code.":["Невалиден оторизационен код."],"The issues have been successfully reloaded!":["Списъкът с проблеми беше актуализиран успешно."],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Данните на %1$s са премахнати. Ако искате да ги извлечете пак, трябва да извършите повторна автентикация."],"Crawl errors per page":["Грешки при обхождането за всяка страница"],"Search":["Търсене"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Не пропускайте да следите грешките при индексиране: %1$sсвържете се с Google Search Console от тук%2$s."],"Create redirect":["Създаване на пренасочване"],"Mark as fixed":["Маркиране като поправено"],"Response code":["HTTP код на отговора"],"First detected":["Първоначално откриване"],"Last crawled":["Последно обхождане"],"URL":["URL адрес"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["Според %1$s, използвате версия на %2$s, която не е съвместима с %1$s. За да използвате тази функция, актуализирайте %2$s до най-новата версия."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Разширенията на Yoast споделят известно количество код помежду си, за да направят вашия сайт по-бърз. Поради тази причина е необходимо всички разширения на Yoast да се поддържат актуални. Забелязахме, че това не е така, затова моля актуализирайте неактуалните версии на използваните разширения."],"Feature phone":["Конвенционални телефони"],"Smartphone":["Смартфони"],"Desktop":["Настолни компютри"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["URL адресът не съществува, но сървърът не връща грешка 404 (file not found)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Тайм-аут на аявката или сайтът блокира Google."],"Server Error":["Сървърна грешка"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot има достъп до вашия сайт, но някои URL адреси са блокирани за Googlebot във файла %1$s. Тази забрана може да се отнася за всички разновидности на Googlebot или да е само за Googlebot-mobile."],"Blocked":["Блокиран"],"Google was unable to crawl this URL due to an undetermined issue.":["Google не може да извлече този URL поради неизвестна причина."],"URL points to a non-existent page.":["URL адресът сочи към несъществуваща страница."],"Not found":["Не е открит"],"Not followed":["Not followed"],"Faulty redirects":["Пренасочвания с грешки"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Сървърът изисква автентикация или блокира достъпа на Googlebot до сайта."],"Access denied":["Отказан достъп"],"Deactivate %s":["Деактивиране на %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Разширението %1$s може да създаде проблеми при съвместна работа с %2$s."],"Upload Image":["Качване на изображение"],"Remove these ads?":["Как да премахнете тези реклами?"],"%s Posts Overview":["Преглед на публикациите на %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Заглавието на пътечката се използва когато тази йерархична единица се появява."],"Breadcrumbs title":["Заглавие на пътечката"],"The canonical link is shown on the archive page for this term.":["Каноничната връзка се показва на архивните страници за този термин."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Други"],"Archives":["Архиви"],"Email":["Е-поща"],"Previous":["Назад"],"Next":["Напред"],"Close":["Затваряне"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Както %1$s, така и %2$s могат да създават XML карта (sitemap). Наличието на две XML карти не носи ползи за търсещите машини, а същевременно може да забави вашия сайт."],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s изображение"],"%s Description":["%s описание"],"%s Title":["%s заглавие"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Препоръчителният размер на изображенията за %1$s е %2$s пиксела."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Ако не искате да използвате мета описанието за споделяне на публикацията в %s, а вместо това искате там да се появява друго описание, въведете го тук."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Ако не искате да използвате заглавието на поста за споделяне на публикацията в %s, а вместо това искате там да се появи друго заглавие, въведете го тук."],"very difficult":["много трудно"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["трудно"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["сравнително трудно"],"OK":["ОК"],"fairly easy":["сравнително лесно"],"easy":["лесно"],"very easy":["много лесно"],"Meta Desc.":["Мета описание"],"All SEO Scores":["Всички СЕО резултати"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Основното изображение трябва да е с размери минимум 200х200 пиксела, за да бъде възприето от Facebook и други социални мрежи."],"(no parent)":["(без родител)"],"Post is set to noindex.":["Публикацията е със статут noindex."],"The URL that this page should redirect to.":["URL адресът, към който пренасочва тази страница."],"301 Redirect":["301 пренасочване"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Заглавие на страницата, което да се използва за пътечките"],"Breadcrumbs Title":["Заглавие на пътечката"],"No Snippet":["Без извадка"],"No Archive":["Без архив"],"No Image Index":["Няма индекс на изображението"],"None":["Няма"],"Site-wide default: %s":["Настройка по подразбиране за целия сайт: %s"],"Advanced meta robots settings for this page.":["Разширени мета robots настройки за тази страница."],"Meta robots advanced":["Разширени настройки за Meta robots"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Внимание: въпреки че можете да задавате настройки за meta robots оттук, целият сайт е с активен noindex в глобалните настройки за сигурност и промените тук няма да имат ефект."],"Meta description":["Meta описание"],"SEO Title":["SEO заглавие"],"Focus keyword":["Целева ключова дума"],"Snippet preview":["Преглед на извадката"],"Settings successfully imported.":["Настройките бяха успешно импортирани."],"Settings could not be imported:":["Настройките не могат да бъдат импортирани:"],"Breadcrumb for 404 pages:":["Пътечка за 404 страница:"],"Prefix for search result pages:":["Префикс за страниците с резултати от търсения:"],"Prefix for archive pages:":["Префикс за архивните страници:"],"Prefix for breadcrumbs:":["Префикс за пътечките:"],"Anchor text for the homepage:":["Анкер текст за заглавната страница:"],"Breadcrumbs separator:":["Разделител за елементите на пътечката"],"%s Breadcrumbs":["%s пътечка"],"Use Image":["Използване на изображение"],"Action":["Действие"],"Page URL/Slug":["URL/Кратко име на страницата (slug) "],"Publication date":["Дата на публикуване"],"Post Status":["Статус на публикацията"],"WP Page Title":["Заглавие на WP страница"],"View":["Показване"],"View “%s”":["Показване на \"%s\""],"Preview":["Преглед"],"Preview “%s”":["Преглед на \"%s\""],"Edit":["Редакция"],"Filter":["Филтър"],"New Yoast Meta Description":["Ново Yoast мета описание"],"Existing Yoast Meta Description":["Съществуващо Yoast мета описание"],"Facebook profile URL":["URL на Facebook профил"],"Twitter username (without @)":["Twitter потребител (без @)"],"FAQ":["Често задавани въпроси"],"Premium Support":["Платена поддръжка"],"Settings":["Настройки"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Трябва да отидете в панела %1$sReading Settings%2$s и да изключите опцията за видимост към търсачките."],"Huge SEO Issue: You're blocking access to robots.":["Голям SEO проблем: достъпът на роботите е блокиран!"],"Posts":["Публикации"],"Edit Files":["Редактиране на файлове"],"Advanced Variables":["Променливи с разширени функции"],"Basic Variables":["Базови променливи"],"General":["Общи настройки"],"Extensions":["Разширения"],"Search Console":["Search Console"],"Tools":["Инструменти"],"Advanced":["Други настройки"],"XML sitemaps":["XML карта на сайта"],"Social":["Социални профили"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["Според %1$s, използвате версия %2$s на %3$s. За да предотвратите проблеми със съвместимостта, моля актуализирайте до най-новата версия."],"Just another WordPress site":["Поредният WordPress сайт"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Сайтът все още използва стандартното подзаглавие на WordPress. Дори ако оставите това поле празно, ще бъде по-добре. %1$sКоригирайте проблема в панела за настройки на сайта%2$s."],"You have used HTML in your value which is not allowed.":["В полето е използван HTML код, което не е позволено."],"You can't edit %s that aren't yours.":["Не можете да редактирате %s, които не са ваши."],"You can't edit %s.":["Не може да редактирате %s."],"Post has an invalid Content Type: %s.":["Публикацията има невалиден тип: %s."],"Post doesn't exist.":["Публикацията не съществува."],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["Изтрит (%s)","Изтрити (%s)"],"posts\u0004All (%s)":["Всяка (%s)","Всички (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/bs_BA.json b/Resources/Private/Languages/bs_BA.json index 9b27add..fc99abb 100644 --- a/Resources/Private/Languages/bs_BA.json +++ b/Resources/Private/Languages/bs_BA.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);","lang":"bs_BA"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["\tPročitajte %1$sthis ovu objavu za više informacija o tome zašto ne podržavamo starije verzije.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":["Ukloni ovu poruku"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":["Usluge za lokalne klijente?"],"Get the %s plugin now":["Preuzmi %s plugin sada"],"Organization social profiles":["Socijalni profili Organizacije"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":["Personalne informacije"],"Organization logo":["Logo organizacije"],"Organization name":["Naziv organizacije"],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Odabir ključnih riječi ključan je za svaku SEO strategiju. Odlučite po kojim pojmovima pretraživanja želite da se vaša stranica pronađe i saznajte koje pojmove koristi vaša publika kako bi pronašla vašu stranicu. Dobar odabir ključnih riječi otkriva kakav sadržaj treba biti kako bi rangiranje počelo za one pojmove po kojima želite rangirati vašu stranicu. Koristite one ključne riječi za koje imate šansu ostvariti što bolje rangiranje. %1$s vas vodi kroz postupak korak po korak."],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":["\tNijedan JSON objekt nije vraćen."],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":["Da biste stvorili preusmjeravanje i popravili ovaj problem, trebate %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Možete kupiti dodatak, uključujući jednu godinu podrške i ažuriranja, na %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":["Ključna fraza ili izraz"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ako uključite ovu mogućnost, URL privitci postaju vidljivi vašim posjetiteljima i Googleu. Da biste dodali vrijednost vašoj stranici, oni bi trebali sadržavati korisne informacije, u suprotnom bi mogli imati negativan učinak na vaš ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Da bismo bili sigurni da su sve veze u vašem tekstu izbrojane, trebamo analizirati sve vaše tekstove."],"All you have to do is press the following button and we'll go through all your texts for you.":["Sve što trebate napraviti jest pritisnuti iduće dugme i proći ćemo kroz sve vaše tekstove umjesto vas."],"Count links":["Brojač - veza"],"Free":["Besplatno"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Stranica %s"],"Cannot get the size of %1$s because of unknown reasons.":["ne može dobiti veličinu od %1$s jer je nepoznat razlog"],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Jednostavno prebacite oznaku na \"on\" i bit ćete u mogućnosti koristiti rekalibriranu analizu. U isto vrijeme, dodat ćemo vas na našu posebnu mailing listu. Šaljemo vam samo mailove o vašem iskustvu sa ovom rekalibracijom!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":["Nema pronađenih postavki."],"Export your %1$s settings here, to copy them on another site.":["Izvezi svoj %1$s postvki ovdje, za kopiranje na drugu stranicu"],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Uvezite postavke lijepljenjem postavki koje ste uvezli sa druge stranice ovdje \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":["Methoda %1$s() ne postoji u klasi %2$s"],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["UPOZORENJE:"],"Learn about why permalinks are important for SEO.":[""],"Google Ads":["Google oglasi"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Ukloni sliku"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":["Idite na %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":["Sinonimi & povezane ključne fraze"],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":["Nadogradite na %s"],"%1$s video":["%1$s video"],"Get %s":["Idite na %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":["%1$sIzlazne poveznice%2$s: Odličan posao!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":["%1$sDuljina rečenice%2$s: Sjajno!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["Dobar posao!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Fokusirana ključna fraza"],"%1$s with ID %2$s couldn't be patched":["%1$s sa ID %2$s ne može biti dodano"],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":["Indeksiranje sa ID `%1$s` ne postoji"],"No object with ID %1$s and %2$s could be found":["Objekt ID sa %1$s i %2$s ne moguće pronaći"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` je nevažeći pod tip od `%2$s`"],"The object type `%1$s` is invalid":["Objekt tipa `%1$s` je ne važeći"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":["Parametar `%1$s` ne može biti prazan."],"Check Keyphrase Density":["Provjeri Keyphrase zastupljenost"],"Disable":["Onemogući"],"Allow Control":["Dopusti kontrolu"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Ova kartica omogućuje da selektivno onemogućite %s značajke za sve web-stranice u mreži. Izvorno sve značajke su omogućene, što dopušta administratoru web-stranice da odabere hoće li uključiti ili isključiti značajku. Kada onemogućite značajku ovdje, administratori web-stranice neće biti u mogućnosti koristiti tu značajku uopće."],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":["Ova značajka je onemogućena od stranice administratora mreže."],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":["Dvotočka"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s i %2$s obavljaju SEO na vašoj stranici. Štetno je koristiti dva SEO plugina istovremeno."],"There is a new notification.":["Imate novu obavijest.","Imate nove obavijesti.","Imate novih obavijesti."],"Learn more about the readability analysis":["Saznajte više o Analizi čitljivosti."],"Describe the duration of the instruction:":["Opišite trajanje instrukcije:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcionalno. Prilagodite kako želite opisati trajanje instrukcije."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Ovo je list srodnog sadržaja prema kojem možete postaviti poveznice u objavi. {{a}}Pročitajte naš članak o strukturi web-stranice{{/a}} kako bi naučili više o tome kako interno povezivanje može poboljšati SEO."],"%s, %s and %s":["%s, %s i %s"],"%s and %s":["%s i %s"],"%d minute":["%d minuta","%d minute","%d minuta"],"%d hour":["%d sat","%d sata","%d sati"],"%d day":["%d dan","%d dana","%d dana"],"Enter a step title":["Upišite naslov koraka"],"Optional. This can give you better control over the styling of the steps.":["Opcionalno. Ovo vam može dati bolju kontrolu nad stilom koraka."],"CSS class(es) to apply to the steps":["CSS klase koje će se primijeniti na korake"],"minutes":["minute"],"hours":["sati"],"days":["dani"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Kreirajte Kako vodič na SEO prihvatljiv način. Možete kreirati samo jedan Kako blok po objavi."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Izlistajte Često postavljana pitanja na SEO prihvatljiv način. Možete kreirati samo jedan ČPP blok po objavi."],"Copy error":["Kopiraj grešku"],"An error occurred loading the %s primary taxonomy picker.":["Dogodila se greška pri učitavanju %s primarnog selektora taksonomije."],"%1$s Structured Data Blocks":["%1$s Blok strukturiranih podataka"],"Time needed:":["Potrebno vremena"],"Move question down":["Povuci dole pitanje"],"Move question up":["Povuci pitanje gore "],"Insert question":["Postavite pitanje"],"Delete question":["Obrišite pitanje"],"Enter the answer to the question":["Umetnite odgovor na pitanje"],"Enter a question":["Postavite pitanje"],"Add question":["Dodaj pitanje"],"Frequently Asked Questions":["Često postavljana pitanja"],"Great news: you can, with %s!":["Odlične vijesti: možete, s %s!"],"Select the primary %s":["Odaberite primarni %s"],"Check links to this URL":["Provjeri poveznice do ovog URL-a"],"Keyword research training":["Obučavanje za pronalaženja ključnih riječi"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Provjerite %1$spredložak arhive%2$s zbog sljedeće vrste sadržaja: %3$s.","Provjerite %1$spredloška arhive%2$s zbog sljedeće vrste sadržaja: %3$s.","Provjerite %1$spredloške arhive%2$s zbog sljedeće vrste sadržaja: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Pokušavate upotrijebiti više ključnih riječi? Trebate ih dodati zasebno ispod."],"Mark as cornerstone content":["Označi kao temeljni sadržaj"],"Move step down":["Pomakni dolje za jedan nivo"],"Move step up":["Pomakni gore za jedan nivo"],"Insert step":["Ubaci korak"],"Delete step":["Obriši korak"],"Add image":["Dodaj sliku"],"Enter a step description":["Unesite opis koraka"],"Enter a description":["Unesite opis"],"Unordered list":["Nebrojčani popis"],"Showing step items as an ordered list.":["Prikazuju se stavke koraka kao brojčana lista."],"Showing step items as an unordered list":["Prikazuju se stavke koraka kao nebrojčana lista."],"Add step":["Dodaj korak"],"Delete total time":["Obriši cijelokupno vrijeme"],"Add total time":["Dodaj cijelokupno vrijeme"],"How to":["Kako"],"How-to":["Kako"],"Snippet Preview":["Pretpregled isječka"],"Analysis results":["Rezultat analize"],"Enter a focus keyphrase to calculate the SEO score":["Unesite ključnu riječ da izračunate SEO rezultat"],"Learn more about Cornerstone Content.":["Saznajte više o Temeljnom sadržaju."],"Cornerstone content should be the most important and extensive articles on your site.":["Temeljni sadržaj trebaju biti najvažniji i opširniji članci na vašoj web-stranici."],"Restore Site":["Oporavi web-stranicu"],"Network Settings":["Postavke mreže"],"You are not allowed to perform this action.":["Nije vam dozvoljena ta akcija"],"Error: %s":["Greška: %s"],"Success: %s":["Dovršeno: %s"],"Site with ID %d not found.":["Web-stranica ID %d nije pronađena"],"No site has been selected to restore.":["Nije odabrana web-stranicu za oporavak"],"You are not allowed to modify unregistered network settings.":["Nije vam dopušteno mijenjati neregistrirane postavke mreže."],"deleted":["obrisano"],"Would you like to add another keyphrase?":["Želite li dodati drugu ključnu riječ?"],"image preview":["Pregled slike"],"Copied!":["Kopirano!"],"Not supported!":["Nepodržano!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Pročitajte {{a}}naš artikl o strukturi{{/a}} web-stranice da bi više naučili kako unutarnje poveznice mogu pomoći poboljšati vaš SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Kada dodate još malo teksta, dobiti ćete listu predloženog sadržaja koje možete povezati u vašoj objavi."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Razmislite o povezivanju do ovih {{a}}temeljnih članaka:{{/a}}"],"Consider linking to these articles:":["Razmislite o povezivanju do ovih članaka:"],"Copy link":["Kopiraj poveznicu"],"Copy link to suggested article: %s":["Kopiraj poveznicu do predloženog članka; %s"],"The site's tagline":[" Slogan web-stranice"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Nedavno smo poboljšali funkcionalnost postavki Izgleda pretrage. Nažalost, otkrili smo da u nekim krajnjim slučajevima, spremanje postavki za određene arhive vrsti objava mogu poći krivo."],"Not all required fields are given. Missing field %1$s":["Sva obavezna polja nisu dana. Nedostaje polje %1$s"],"Optimize your site for Google News.":["Optimizirajte svoju stanicu za Google novosti."],"Optimize your shop's SEO and sell more products!":["Optimizirajte SEO svoje trgovine i prodajte više proizvoda."],"Be found in Google Video search and enhance your video sharing on social media.":["Postanite vidljivi na Google Video tražilici i povećajte broj dijeljenja vašeg videa na društvenim mrežama."],"Be found in Google Maps and local results.":["Budite pronađeni na na Google kartama i lokalnim rezultatima."],"Learn practical SEO skills to rank higher in Google.":["Naučite praktične SEO vještine kako bi se bolje rangirali na Google-u."],"Don’t waste time figuring out the best settings yourself.":["Nemojte trošiti vrijeme pokušavajući prokljuviti najbolje postavke sami."],"Get quick wins to make your site rank higher in search engines.":["Napravite kvalitetne poteze kako bi se web-stranica rangirala više na tražilicama."],"Add synonyms":["Dodajte sinonime"],"Would you like to add keyphrase synonyms?":["Želite li dodati sinonime ključne riječi?"],"Would you like to add more than one keyphrase?":["Želite li dodati više od jedne ključne riječi?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Možete urediti SEO meta podatke za ovu prilagođenu objavu na %1$sStranici trgovine%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Niste postavili Stranicu trgovine u WooCommerce postavkama. To trebate prvo napraviti."],"Current year":["Trenutna godina"],"Page":["Stranica"],"Breadcrumb settings for %s archive":["Postavke kružnih mrvica za %s arhivu"],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Izmijenite meta opis tako da ga uredite upravo ovdje"],"description (custom taxonomy)":["opis (prilagođena taksonomija)"],"(custom taxonomy)":["(prilagođena taksonomija)"],"(custom field)":["(dodatno polje)"],"Term404":["Term404"],"Caption":["Tekst opisa"],"Pagenumber":["Broj stranice"],"Pagetotal":["Pagetotal"],"Page number":["Boj stranice"],"User description":["Opis korisnika"],"ID":["ID"],"Modified":["Modificirano"],"Post type (plural)":["Vrsta objave (množina)"],"Post type (singular)":["Vrsta objave (jednina)"],"Separator":["Separator"],"Search phrase":["Fraza pretrage"],"Term title":["Naslov pojma"],"Term description":["Opis pojma"],"Tag description":["Opis oznake"],"Category description":["Opis kategorije"],"Primary category":["Osnovna kategorija"],"Category":["Kategorija"],"Tag":["Oznaka"],"Excerpt only":["Samo sažetak"],"Excerpt":["Sažetak"],"Site title":["Naslov stranice"],"Archive title":["Naslov arhive"],"Parent title":["Naslov matičnog"],"Date":["Datum"],"Label":["Natpis"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Trebali bi kreirati preusmjeravanje kako bi posjetitelji ne bi dobili 404 grešku kada kliknu na URL koji više ne radi."],"Search engines and other websites can still send traffic to your deleted post.":["Tražilice i druge web-stranice još uvijek mogu slati promet na obrisanu objavu."],"Make sure you don't miss out on traffic!":["Pobrinite se da ne izgubite promet!"],"You just deleted a %1$s.":["Upravo ste obrisali %1$s."],"You just trashed a %1$s.":["Poslali ste u smeće %1$s."],"Settings for %s archive":["Postavke za %s arhivu."],"Settings for single %s URLs":["Postavke za pojedinačne %s URL-e"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Postavke na ovo stranici omogućuju vam da odredite kakav bi izvorni izgled pretrage trebao biti za bilo koju vrstu sadržaja. Možete odabrati koje će se vrste sadržaja pojaviti u rezultatima pretrage i koji je njihov izvorni opis."],"Note that not all variables can be used in every field.":["Imajte na umu da se sve varijable mogu koristiti u svim poljima."],"Snippet variables":["Varijable isječka"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s poštuje vašu privatnost. Pročitajte naša %2$spravila privatnosti%3$s kako bi saznali kako upravljamo vašim osobnim informacijama."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Ako znate što ovo znači i ne želite više vidjeti ovu poruku, možete %1$szanemariti ovu poruku%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Postavke vaše web-stranice trenutno dopuštaju postojanje URL-e privitaka. Pročitajte %1$sovu objavu o potencijalnim problemima%2$s s URL-ovima privitaka i provjerite da li imate ispravne postavke na web-stranici."],"Unknown type %1$s":["Nepozanta vrsta %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Sadrži besplatni MyYoast račun koji vam daje pristup našem besplatnom tečaju SEO for Beginners"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Pretplatite se na naš newsletter ako želite ostati u toku s %1$s, drugim super %2$s dodacima, i zanimljivim vijestima i savjetima iz SEO svijeta."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Nabavite Baidu verifkacijski kod u %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verifkacijski kod"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Funkcionalnost uvoznika %s koristi privremene tablice baze podataka. Izgleda da vaša WordPress instalacija nema mogućnost za to, stoga kontaktiraje svoj hosting."],"Cleanup of %s data failed.":["Čišćenje %s podatka nije uspjelo."],"Content Type":["Vrsta sadržaja"],"Filter by content type":["Filter po vrsti sadržaja"],"Show All Content Types":["Prikaži sve vrste sadržaja"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Kako bi ovo popravili odznačite ispred \"Razbij komentare na stranice...\" na %1$szaslonu Postavke komentara%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Zamijenite s normalnim naslovom za arhivu koju će generirati WordPress."],"Clean":["Očisti"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Kada ste sigurni da je vaša web-stranica OK, možete očistiti. Ovo će ukloniti sve originalne podatke."],"Step 5: Clean up":["5. korak: Čišćenje"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Trebali bi pokrenuti konfiguracijski čarobnjak, s zaslona SEO → Općenito → Nadzorna ploča, kako bi se pobrinuli da su sve postavke ispravne za web-stranicu."],"Step 4: Run the configuration wizard":["4. korak: Pokrenite konfiguracijski čarobnjak"],"Please check your posts and pages and see if the metadata was successfully imported.":["Provjerite objave i stranice i pregledajte da li su meta podaci uspješno uvezeni."],"Step 3: Check your data":["3. korak: Provjerite svoje podatke"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Ovo će uvesti meta podatke objava kao što su SEO naslovi i opisi u vaše Yoast SEO meta podatke. To će napraviti samo kada nema postojeći Yoast SEO meta podataka. Originalni podaci ostati će gdje jesu."],"Step 2: Import":["2. korak: Uvoz"],"Please make a backup of your database before starting this process.":["Napravite sigurnosnu kopiju vaše baze podataka prije nego započete ovaj proces."],"Step 1: Create a backup":["1. korak: Kreirajte sigurnosnu kopiju"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Detektirali smo podatke iz jednog ili više SEo dodataka na vašoj web-stranici. Pratite sljedeće korake kako bi uvezli podatke:"],"Plugin: ":["Dodatak:"],"%s did not detect any plugin data from plugins it can import from.":["Yoast SEO nije detektirao podatke iz dodataka iz kojih ih može uvesti."],"Posts that should not show up in search results":["Objave koje se ne bi trebale pojaviti u rezultatima pretrage"],"%s data found.":["Pronađeni podaci od %s."],"%s data successfully removed.":["Podaci od %s uspješno uklonjeni."],"%s data successfully imported.":["Podaci od %s uspješno uvezeni."],"%s data not found.":["Podaci od %s nisu pronađeni."],"Improve your SEO skills":["Unaprijedite svoje SEO vještine"],"24/7 email support":["Email podrška 24 sata, 7 dana u tjednu"],"No more dead links a.k.a. 404 pages":[""],"Get real-time suggestions for internal links":[""],"Preview your page in Facebook and Twitter":[""],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":[""],"Remove the categories prefix":[""],"Help on the category prefix setting":[""],"Learn more about the available variables":[""],"Learn more about the RSS feed setting":[""],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":[""],"Learn more about the title separator setting":["Saznajte više o podešavanju razdvajanja naslova"],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":[""],"Learn more about the special pages setting":[""],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":["Yandex potvrdni kod"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":["Google potvrdni kod"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":["Bing potvrdni kod"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":[""],"On":[""],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":[""],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":[""],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":[""],"this author's archives":["arhive autora"],"Do not allow search engines to show %s in search results.":["Zabrani tražilicama da prikažu %s u rezultatima pretrage."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL-i kategorija u WordPressu sadrže prefiks, obično %s, ova značajka uklanja taj prefiks, ali samo za kategorije."],"Category URLs":["URL-i kategorija"],"the archive for %s":["arhiva za %s"],"Redirect attachment URLs to the attachment itself?":["Preusmjeri URL-e privitka izravno na sam privitak? "],"We recommend you set this to Yes.":["Preporučamo da ovo postavite na Da."],"Media & attachment URLs":["URL-i medija i privitaka"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Ovo se prikazuje u rezultatima pretrage kada posjetiocu pronađu vašu web-stranicu. To znači da je ovo najvjerojatnije ono što vide kada traže vaše brand ime."],"date archives":["arhiva datuma"],"archives for authors without posts":["arhive za autore bez objava"],"Read why XML Sitemaps are important for your site.":["Pročitajte zašto su XML Sitemaps važne za vašu web-stranicu."],"Enable the XML sitemaps that %s generates.":["Uključi XML sitemaps koje %s generira."],"See the XML sitemap.":["Pogledaj XML sitemap."],"%2$s (current default for %1$s)":["%2$s (trenutna izvorna vrijednost za %1$s)"],"Media":["Media"],"Content Types":["Vrste sadržaja"],"Should search engines follow links on this %1$s?":["Trebaju li tražilice pratiti poveznice u %1$s?"],"Allow search engines to show this %s in search results?":["Dopustiti tražilicama da prikažu %s u rezultatima pretrage?"],"Search Appearance":["Izgled pretrage"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Navedite koje vrste sadržaja želite da se prikazuju u tražilicama.\n Ako ne znate razliku između njih, najbolje je izabrati\nizvorne postavke."],"Search engines should show \"%1$s\" in search results:":["Tražilice bi trebale prikazati \"%1$s\" u rezultatima pretrage:"],"Search engine visibility":["Vidljivost u tražilicama"],"Toggle %1$s's XML Sitemap":["Uključi/isključi %1$s's XML Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Zahtjevi za podrškom koje ovdje napravite direktno se šalju u naš sistem za podršku, koji je osiguran s 256 bit SSL, tako da je komunikacija 100% sigurna."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Značajka temeljnog sadržaja omogućava vam označavanje i filtriranje temeljnog sadržaja na web-stranici."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Ako imate problem koji ne možete riješiti s našim video uputama ili bazom znanja, možete poslati poruku našem timu za podršku. Možete ih kontaktirati 24/7."],"Good results":["Dobri rezultati"],"Get better search results in local search":["Postignite bolje rezultate pretrage u lokalnoj pretrazi"],"Allow customers to pick up their %s order locally":["Dopustite kupcu da pokupi %s narudžbu lokalno"],"SEO analysis":["SEO analiza"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO analiza nudi prijedloge za poboljšanje SEO vašeg teksta."],"Learn how the SEO analysis can help you rank.":["Saznajte kako SEO analiza može pomoći pri rangiranju."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Analiza čitljivosti nudi prijedloge za poboljšanje strukture i stila vašeg teksta."],"Discover why readability is important for SEO.":["Otkrijte zašto je čitljivost važna za SEO."],"Find out how cornerstone content can help you improve your site structure.":["Saznajte kako temeljni sadržaj može pomoći pri poboljšanju strukture web-stranice."],"The text link counter helps you improve your site structure.":["Brojač tekstualnih poveznica pomaže vam poboljšati strukturu web-stranice."],"Find out how the text link counter can enhance your SEO.":["Saznajte kako brojač tekstualnih poveznica može poboljšati vaš SEO."],"%s integration":["%s integracija"],"Read more about how %s works.":["Pročitajte kako %s funkcionira."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Uključite ovu značajku ako želite da Facebook i druge društvene mreže prikažu pretpregled sa slikama i sažetkom tekst kada netko podijeli poveznicu na vašu web-stranicu."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Uključite ovu značajku ako želite da Twitter prikaže pretpregled sa slikama i sažetkom tekst kada netko podijeli poveznicu na vašu web-stranicu."],"Find out why you should upgrade to %s":["Saznajte zašto trebate nadograditi na %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Najnovije blog objave na %1$s"],"Need help?":["Trebate pomoć?"],"Remove highlight from the text":["Ukloniti istaknuto iz teksta"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Brzo započnite s %1$s %2$skonfiguracijskim čarobnjakom%3$s!"],"First-time SEO configuration":["Prva SEO konfiguracija"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Jezik web-stranice je postavljen na {language}. Ako ovo nije točnom kontaktirajte administratora web-stranice."],"Your site language is set to {language}.":["Jezik web-stranice je postavljen na {language}."],"Highlight this result in the text":["Označi ovaj rezultat u tekstu"],"Considerations":["Sagledavanja"],"Errors":["Greške"],"Change language":["Promijeni jezik"],"You cannot create a %s file.":["Ne možete kreirati %s datoteku."],"You cannot edit the %s file.":["Ne možete uređivati %s datoteku."],"Updated %s":["Ažuriran %s."],"Create %s file":["Kreiran %s."],"Edit the content of your %s:":["Uredite sadržaj datoteke %s:"],"Save changes to %s":["Spremite promijene u %s"],"%s file":["%s datoteka"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s i %2$s mogu zajedno funkcionirati puno bolje sa pomoćnim dodatkom. Instalirajte %3$s kako bi si olakšali život. %4$s."],"More information":["Više informacija"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s i %2$s mogu zajedno funkcionirati puno bolje sa pomoćnim dodatkom. Aktivirajte %3$s kako bi si olakšali život."],"More information about %1$s":["Više informacija o %1$s"],"Configuration Wizard":["Konfiguracijski čarobnjak"],"You've done it!":["Dovršili ste!"],"Seamlessly integrate %1$s into your AMP pages!":["Neprimjetno integrirajte %1$s u vaše AMP stranice!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Neprimjetno integrirajte %2$s s %1$s za analizu sadržaja!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s i %2$s mogu zajedno funkcionirati puno bolje sa pomoćnim dodatkom. Instalirajte %3$s kako bi si olakšali život."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Postavke izgleda pretrage za %1$s čine varijable koje su zamijenjene specifičnim vrijednostima sa stranice kada je ona prikazana. Tablica ispod sadrži listu dostupnih varijabli."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Označite najvažnije %1$s kao 'temeljni sadržaj' kako bi poboljšali strukturu vaše web-stranice. %2$sSaznajte više o temeljnom sadržaju%3$s."],"Loading help center.":["Učitavanje centra pomoći"],"Get support":["Zatraži podršku"],"(Opens in a new browser tab)":["(Otvara se u novoj kartice preglednika)"],"Posts %1$swithout%2$s a focus keyphrase":["Objave %1$sbez%2$s fokusne ključne riječi"],"Hey, your SEO is doing pretty well! Check out the stats:":["Vaša SEO je vrlo dobra! Pogledajte statistiku:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Nemate objavljenih objava, vaš SEO rezultat prikazati će se ovdje nakon što objavite prvu objavu!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Na ovoj stranici možete promijeniti ime vaše web-stranice i odabrati koji\nrazdjelnik želite koristiti. Razdjelnik će se prikazati npr. između imena\nvaše objave i imena web-stranice. Simboli su prikazani u veličini kako\nće se prikazati u rezultatima pretrage. Odaberite onaj koji odgovara vašem\nbrendu ili uzima najmanje mjesta u isječcima."],"Something else":["Nešto drugo"],"A portfolio":["Portfolio"],"A corporation":["Poduzeće"],"A small offline business":["Mali offline biznis"],"A news channel":["Kanal vijesti"],"An online shop":["Online trgovina"],"A blog":["Blog"],"What does the site %1$s represent?":["Što znači %1$s web-stranice?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Ako odaberete NE, arhive vaših autora biti će deaktivirane kako bi se spriječili\nproblemi s duplim sadržajem."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Napomena: ne spremamo vaše podatke ni na koji način i nemamo puni pristup vašem računu.\nVaša privatnost je sigurna s nama."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s se integrira s Google Search Console, obavezan alat za vlasnike web-stranica.\nPruža vam informacije o zdravlju web-stranice.\nJoš nemate Google račun, ili je vaša web-stranice još nije aktivna?\nSaznajte %2$skako povezati Google Search Console s vašom web-stranicom.%3$s"],"Option B: My site is under construction and should not be indexed":["Opcija B: Moja web-stranica još nije dovršena i ne bi trebala biti indeksirana"],"Option A: My site is live and ready to be indexed":["Opcija a: Moja web-stranica je dovršena i treba biti indeksirana"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Odaberite nedovšeno ako želite da stranica ne bude indeksirana\nod strane tražilica. Ne zaboravite aktivirati kad budete spremni\nobjaviti vašu web-stranicu."],"Please specify if your site is under construction or already active.":["Navedite je li vaša web-stranica nedovršena ili već aktivna."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Ova informacija biti će korištena u Google Knowledge Graph Card, velikom\nbloku informacija koje vidite na desnoj strani rezultata pretrage."],"Read more like this on our SEO blog":["Pročitajte više na našem SEO blogu"],"Readability: %s":["Čitljivost: OK"],"Not activated":["Nije aktivirano"],"Activated":["Aktivirano"],"%1$s recommendations for you":["%1$s preporuke za vas"],"All Readability Scores":["Svi rezultati čitljivosti"],"Filter by Readability Score":["Filtriranje po rezultatima čitljivosti"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Ne dobivate ažuriranja ili podršku! Popravite ovaj problem tako što ćete dodati ovu web-stranicu i uključiti %1$s za nju u %2$s."],"Request method %1$s is not valid.":["Zatražena metoda %1$s nije ispravna."],"Muted notifications:":["Prigušene obavijesti:"],"Muted problems:":["Prigušeni problemi:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Želite li pretpregledati kako će izgledati ako ljudi podijele ovu objavu na %1$s? To možete s %2$s."],"Good job! All the links in your texts have been counted.":["Dobar posao! Sve poveznice u vašim tekstovima su prebrojane."],"Calculation completed.":["Računanje je dovršeno."],"Calculation in progress...":["Prebrojavanje je u tijeku…"],"Stop counting":["Zaustavi prebrojavanje"],"Counting links in your texts":["Prebrojavanje poveznica u tekstovima"],"Text %1$s of %2$s processed.":["Obrađuje se %1$s od %2$s tekstova"],"All your texts are already counted, there is no need to count them again.":["Svi tekstovi su prebrojani, nema potrebe za ponovnim računanjem."],"Count links in your texts":["Prebroji poveznice u tekstovima"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Potrebno je prebrojati poveznice u javno dostupnim tekstovima. Ovo će pružiti uvid prema kojim tekstovima treba više poveznica. Ako želite saznati više o unutarnjim poveznicama, provjerite %1$sčlanak o unutarnjim poveznicama na %2$s%3$s."],"Text link counter":["Brojanje poveznica u tekstovima"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Broj unutarnjih poveznica koje vode do ove objave. U kartici Pomoć pogledajte tekst \"Yoast Columns\" za više informacija."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Broj unutarnjih poveznica u ovoj objavi. U kartici Pomoć pogledajte tekst \"Yoast Columns\" za više informacija."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s dodaje par stupaca ovoj stranici. Napisan je članak o %2$stome kako upotrijebiti SEO rezultate i rezultate čitljivosti%3$s. Stupci poveznica prikazuju broj članaka na ovoj web-stranici koji imaju poveznice %5$sprema%6$s ovom članku i broj URL-a povezanih %5$siz%6$s ovog članka. Saznajte više o %4$skako upotrijebiti ove mogućnosti za poboljšanje unutarnjih poveznica%3$s, što višestruko poboljšava SEO."],"%s Columns":["%s stupci"],"Readability score":["Rezultat čitljivosti"],"Other benefits of %s for you:":["Drugi beneficije %s za vas:"],"Scroll to see the preview content.":["Pomaknite kako bi pretpregledali sadržaj."],"Cornerstone content":["Temeljni sadržaj"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s pobrinuti će se za svu potrebnu tehničku optimizaciju vaše web-stranice. Kako bi zbilja poboljšali preformanse web-stranice u rezultatima pretraga tražilica, važno je započeti kreirati sadržaj koji se dobro rangira za ključne riječi koje su vam važne. Pogledajte ovaj video u kojem objašnjavamo kako upotrijebiti %1$s metokvir kada uređujete objave i stranice."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Ako želite preteći konkurenciju u određenom gradu ili regiji, provjerite %1$s dodatak! Moći ćete jednostavno ubaciti Google karte, radno vrijeme, kontakt informacije i lokacije. Osim toga %1$s vam pomaže poboljšati upotrebljivost kontakt stranice."],"Attract more customers near you":["Privucite više kupaca iz svoje okolice"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Želite li znati sve o %1$s dodatku? Želite li naučiti o naprednim postavkama? Želite li izvući najviše iz %1$s dodatka? Provjerite naš trening za %1$s dodatak, i počnite preticati konkurenciju!"],"Get the most out of %1$s with the %2$s":["Dobijte najviše od %1$s s %2$s"],"Upgrade to Premium":["Nadogradnja na Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Želite preteći konkurenciju? %1$s dajem vam odlične dodatne mogućnosti koje će vam pomoći postaviti SEO strategiju kako profesionalac. Upotrijebite više ključnih riječi, upravitelja preusmjeravanjima i alat za interne poveznice. %1$s također će vam omogućiti pristup premium korisničkoj podršci."],"Outrank the competition with %s":["Pretecite konkurenciju s %s"],"You might like":["Možda vam se sviđa"],"Newsletter":["E-novosti"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Detektirali smo da niste završili s konfiguracijskim čarobnjakom, stoga vam preporučamo da %2$spokrenete konfiguracijski čarobnjak kako bi konfigurirali %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Konfiguracijski čarobnjak pomaže vam jednostavno konfigurirati web-stranicu za optimalne SEO postavke."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Nabavite Premium i naši stručnjaci će biti tu da vam odgovore na bilo koja pitanja koj možda imate o postavljanje i upotrebi dodatka."],"Superfast internal linking suggestions":["Super brzo predlaganje unutarnjih poveznica"],"Great news: you can, with %1$s!":["Odlične vijesti: možete s %1$s!"],"Save changes":["Spremi promjene"],"1 year free support and updates included!":["Uključena 1 godina besplatnih ažuriranja i nadogradnji!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Dodatak %2$s mijenja izlazne informacije vaše web-stranice i to čini razliku za tražilice i normalne korisnike, proces koji se naziva cloaking. Preporučamo da ga isključite."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPretpregled društvenih mreža%2$s: Facebook i Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNema više mrtvih poveznica%2$s: jednostavni upravitelj preusmjeravanjima"],"No ads!":["Bez oglasa!"],"Facebook & Twitter":["Facebook i Twitter"],"Social media preview":["Pretpregled društvenih medija"],"Easy redirect manager":["Jednostavni upravitelj preusmjeravanja"],"No more dead links":["Nema više mrtvih poveznica"],"Increase your SEO reach":["Povećajte svoj SEO domet"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Ako želite više pomoći pri kreiranju odličnog sadržaja, provjerite naš %2$sSEO copywriting course%3$s. Želite li znati sve o opcijama dodatka, razmislite o našem %1$s!"],"Variable":["Varijabla"],"Available variables":["Dostupne varijable"],"Scroll to see the table content.":["Pomaknite stranicu kako bi vidjeli sadržaj tablice."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Pročitajte %1$snaš članak o povezivanju vaše web-stranice s Google Search Console%2$s ako trebate pomoć."],"An error occurred in the '%1$s' assessment":["Pojavila se greška u '%1$s' procjeni"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s riječi sadrži %2$sviše od %3$s slogova%4$s, što je više od preporučenog maksimuma %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s riječi sadrži %2$sviše od %3$s slogova%4$s, što je manje od, ili jednako preporučenom maksimumu %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Ovo je neznatno ispod preporučenog minimuma od %5$d riječi. %3$sDodajte još malo teksta%4$s.","Ovo je neznatno ispod preporučenog minimuma od %5$d riječi. %3$sDodajte još malo teksta%4$s.","Ovo je neznatno ispod preporučenog minimuma od %5$d riječi. %3$sDodajte još malo teksta%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Meta opis sadrži %1$d rečenicu %2$ss više od %3$s riječi%4$s. Pokušajte skratiti rečenicu.","Meta opis sadrži %1$d rečenice %2$ss više od %3$s riječi%4$s. Pokušajte skratiti rečenice.","Meta opis sadrži %1$d rečenice %2$ss više od %3$s riječi%4$s. Pokušajte skratiti rečenice."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Meta opis ne sadrži rečenice %1$ss više od %2$s riječi%3$s."],"No new notifications.":["Nema novih obavijesti."],"Save all":["Spremi sve"],"Save":["Spremi"],"%1$s, Author at %2$s":["%1$s, Autor na %2$s"],"Mobile preview":["Mobilni pretpregled"],"Desktop preview":["Desktop pretpregled"],"Select redirect":["Odaberi preusmjeravanje"],"Please provide an SEO title by editing the snippet below.":["Molimo, navedite SEO naslov uređujući isječak u nastavku."],"Meta description preview:":["Pretpregled meta opisa:"],"Slug preview:":["Pretpregled sluga:"],"SEO title preview:":["Pretpregled SEO naslova:"],"Close snippet editor":["Zatvori uređivač isječaka"],"Slug":["Slug"],"Remove marks in the text":["Ukloni oznake (marks) u tekstu"],"Mark this result in the text":["Označi ovaj rezultat u tekstu"],"Marks are disabled in current view":["Oznake (Marks) su onesposobljene u trenutnom pregledu"],"Good SEO score":["Dobar SEO rezultat"],"OK SEO score":["Ok SEO rezultat"],"Feedback":["Povratne informacije"],"ok":["U redu"],"Choose an image":["Odaberite jednu sliku"],"Remove the image":["Uklonite sliku"],"MailChimp signup failed:":["Prijava na MailChimp nije uspjela:"],"Sign Up!":["Prijavite se!"],"Name":["Ime"],"There is an error with the request.":["Došlo je do pogreške u vašem zahtjevu."],"Select profile":["Izaberite profil"],"Choose a profile":["Izaberite profil"],"Authorization code":[""],"Reauthenticate with Google":["Ponovna provjera s Googleom"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Da bi ste omogućili %s da dohvati vaše podatke sa Googleove konzole za pretraživanje molimo vas da unesete vaš Googleov autorizacijski kod. Klikom na gumb ispod otvoriti će se novi prozor."],"Please provide a meta description by editing the snippet below.":["Molimo, navedite meta opis uređujući isječak u nastavku."],"Edit snippet":["Uredi isječak"],"You can click on each element in the preview to jump to the Snippet Editor.":["U pretpregledu možete kliknuti na svaki element i skočiti u Uređivač isječaka."],"Close the Wizard":["Zatvorite Čarobnjaka"],"Export settings":["Izvezi postavke"],"%1$s video tutorial":["%1$s video vodič"],"%s › Configuration Wizard":["%s › Čarobnjak za konfiguraciju"],"Please don't show me this notification anymore":["%1$sMolim više ne prikazuj ovu pouku%2$s"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Ako se susrećete s poteškoćama, %1$spopunite izvješće o grešci%2$s a mi ćemo se potruditi riješiti problem."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Obavješteni smo da koristite %1$s već neko vrijeme; nadamo se da vam se sviđa! Bili bi smo oduševljeni ako bi ste mogli %2$sdati ocjenu od 5 zvjezdica na WordPress.org%3$s!"],"Courses":["Kursevi"],"Date archives settings":["Postavke arhiva datuma"],"Author archives settings":["Postavke Author arhive"],"%1$s by %2$s":["%1$s od %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Upozorenje: varijabla %s ne može se koristiti u ovom predlošku. Za više informacija poslužite se s centrom pomoći"],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Usput, jeste li znali da imamo %1$sPremium dodatak%2$s? Nudi vam napredne mogućnosti, poput upravljanje preusmjeravanjima i podršku za više ključnih riječi. Također dolazi s 24/7 osobnom podrškom."],"(no title)":["(bez naslova)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["%1$s administratorska traka izbornika sadrži korisne veze na alate naših partnera za analizu stranica i čini vam lakšim pogled na nove obavijesti."],"Admin bar menu":["Administratorska traka izbornika"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s provjerava na dnevnoj bazi da li je vaša web-stranica još uvijek vidljiva tražilicama za indeksiranje i obavještava vas u slučaju kada to nije tako."],"Features":["Značajke"],"SEO title":["SEO naslov"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Iako nastojimo učiniti postavljanje %1$s-a što jednostavnijim, razumijemo i da vam to može biti zastrašujuće. Ako bi ste radije nama prepustili postavljanje %1$s-a (i dobili kopiju %2$s unutar tog procesa) naručite naš %3$s%1$s uslugu konfiguracije%4$s ovdje!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Dobrodošli u %1$s konfiguracijski Čarobnjak. U nekoliko jednostavnih koraka pomoći ćemo vam konfigurirati SEO postavke koje će ispuniti potrebe vaše web-stranice!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google prikazuje naziv Vaše web-stranice u rezultatima pretraživanja, a ako to želite promijeniti, možete to učiniti ovdje."],"Greater than sign":["Znak više od"],"Less than sign":["Znak manje od"],"Right angle quotation mark":["Znak navodnika udesno"],"Left angle quotation mark":["Znak navodnika ulijevo"],"Small tilde":["Mala tilda"],"Vertical bar":["Ispravna crta"],"Low asterisk":["Zvjezdica nisko"],"Asterisk":["Zvjezdica"],"Bullet":["Veća točka"],"Middle dot":["Srednja točka"],"Em dash":["Em crtica"],"En dash":["En crtica"],"Dash":["Crtica"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Odaberite simbol koji ćete koristiti kao razdjelnik naslov. On će stajati, na primjer, između naslova objave i naziva stranice. Simboli su prikazani u veličini u kojoj će se pojaviti u rezultatima pretraživanja."],"The name of the person":["Ime osobe"],"No":["Ne"],"Yes":["Da"],"Does, or will, your site have multiple authors?":["Ima li, ili hoće li vaša stranica imati više autora?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatski stvara URL za svaku medijsku stavku u knjižnici. Uključivanjem ovoga Googleu će biti omogućeno indeksiranje stvorenih URL-ova."],"Success!":["Uspjeh!"],"Title settings":["Postavke naslova"],"Google Search Console":["Konzola Google pretraživanja"],"Multiple authors":["Više autora"],"Site type":["Vrsta stranice"],"Environment":["Okruženje"],"Yoast option %1$s not found.":["Yoast opcija %1$s nije pronađena."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Lista objava"],"Posts list navigation":["Navigacija liste objava"],"Filter posts list":["Filtriraj listu objava"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Imajte na umu da poveznice do arhiva možda još uvijek kreira vaša tema, i trebate ih ukloniti manualno."],"%1$s to optimize your site even further":["%1$s za daljnju optimizaciju vaše web-stranice"],"%1$s extensions":["%1$s extenzije"],"Comes with our 30-day no questions asked money back guarantee":["Dolazi s našom garancijom za povrat novca bez pitanja od 30 dana"],"More information %1$sabout %3$s%2$s":["Više informacija %1$so %3$s%2$s"],"Installed":["Instalirano"],"gain access to our 24/7 support team.":["Osigurajte pristup našem timu za podršku 24/7."],"Premium support":["Premium podrška"],"check what your Facebook or Twitter post will look like.":["Provjerite kako će izgledati vaše Facebook ili Twitter objave."],"Social previews":["Društveni pretpregledi"],"create and manage redirects from within your WordPress install.":["kreirajte i upravljajte preusmjeravanjima iz svoje WordPress instalacije."],"Redirect manager":["Upravitelj preusmjeravanjem"],"%1$s, take your optimization to the next level!":["%1$s, podignite optimizaciju na veći nivo!"],"A seamless integration between %1$s and %2$s":["Neprimjetna integracija između %1$s i %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Upotrijebite %1$s breadcrumbove umjesto %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Lako ugradite Google Maps, lokaciju trgovine, radno vrijeme i još puno toga"],"Creates XML News Sitemaps":["Kreira XML News mapu stranica"],"Immediately pings Google on the publication of a new post":["Odmah pinga Google o novoj objavi."],"Optimize your site for Google News":["Optimizirajte svoju web-stranicu za Google News"],"Make videos responsive through enabling fitvids.js":["Učinite video prilagodljivim uključivanjem fitvids.js"],"Enhance the experience of sharing posts with videos":["Poboljšajte iskustvo dijeljenja objava s videima"],"Show your videos in Google Videos":["Prikažite svoj video u Google Videos"],"Crawl issues list":["Lista Crawl problema"],"Crawl issues list navigation":["Navigacija liste Crawl problema"],"Edit “%s”":["Uredi “%s”"],"Premium":["Premium"],"Google Trends":["Google Trendovi"],"Notifications":["Obavijesti"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Uklanja karticu ključne riječi iz meta okvira i isključuje sve povezane prijedloge za ključnu riječ."],"Disable SEO analysis":["Isključi SEO analizu"],"Twitter settings":["Twitter postavke"],"Pinterest settings":["Pinterest postavke"],"Facebook settings":["Facebook postavke"],"Title separator symbol":["Simbol Razdjelnika naslova"],"RSS feed settings":["Postavke RSS kanala"],"Breadcrumbs settings":["Breadcrumbs postavke"],"Make primary":["Učini primarnim"],"Enter your Google Authorization Code and press the Authenticate button.":["Unesite svoj Google Authorization Code i kliknite gumb Autentifikacija."],"%s notification":["%s obavijest","%s obavijesti","%s obavijesti"],"Disable readability analysis":["Isključi analizu čitljivosti"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Uklanja sekciju analize čitljivosti iz meta okvira i isključuje sve povezane prijedloge za čitljivost."],"Readability analysis":["Analiza čitljivosti"],"Needs improvement":["Treba doraditi"],"Readability":["Čitljivost"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Pokušavate učitati datoteke koje nisu smanjene (non-minified). Navedene datoteke su dostupne samo u našem razvojnom paketu. Posjetite %1$s kako bi vidjeli sve izvorne datoteke."],"Improvements":["Poboljšanja"],"Restore this item.":["Vrati ovu stavku."],"Dismiss this item.":["Zanemari ovu stavku."],"Good job! We could detect no serious SEO problems.":["Odličan posao! Nismo detektirali nikakve ozbiljne SEO probleme."],"We have detected the following issues that affect the SEO of your site.":["Detektirali smo sljedeće probleme koji utječu na SEO vaše web stranice."],"Problems":["Problemi"],"Analysis":["Analiza"],"Not available":["Nije dostupno"],"Filter by SEO Score":["Filtriranje po SEO rezultatu"],"Meta description not set.":["Meta opis nije postavljen."],"Video tutorial":["Video upute"],"Email support is a %s feature":["Podrška e-poštom je %s značajka."],"Knowledge base":["Baza znanja"],"Open":[""],"Dashboard":["Nadzorna ploča"],"You can fix this on the %1$sPermalink settings page%2$s.":["Ovo možete popraviti na zaslonu %1$sPostavki stalnih veza%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Omogućena je podjela komentara na stranice, ovo nije potrebno u 999 od 1000 slučajeva, preporučamo da onemogućite ovo."],"Replaced with the primary category of the post/page":["Zamijeni s primarnom kategorijom objave/stranice"],"Pinterest confirmation":["Pinterest potvrda"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Ako ste već potvrdili svoju web stranicu s Pinterestom, možete preskočiti korak naveden ispod."],"Format-based archives":["Arhive temeljene na formatu"],"Webmaster Tools verification":["Verifikacija Webmaster Toolsa"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":[""],"Want to be a %s Expert?":[""],"Buy %s":["Kupi %s"],"Show information about errors in category %s":["Prikaži informacije o greškama u kategoriji \"Ostalo\""],"New %1$s Title":["Novi %1$s Naslov"],"Existing %1$s Title":["Postoji %1$s Naslov"],"Expected an integer as input.":["Očekivani unos je cijeli broj."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Pri pokušaju kreiranja ključ predmemorije mape stranice (cache key), ali kombinacija postfixa i prefixa ne ostavlja dovoljno mjesta za ovo. Vjerojatno tražite stranicu koja je izvan očekivanoga raspona."],"Remove":["Obriši"],"Keep":["Zadrži"],"Bold the last page":["Podebljaj zadnju stranicu"],"Regular":["Normalno"],"Bold":["Podebljano"],"Show Blog page":["Pokaži Blog stranicu"],"Primary %s":["Primarna %s"],"Primary":["Primarna"],"Make %1$s primary %2$s":["Postavi %1$s kao primarnu %2$s"],"Term is set to noindex.":["Uvjet je postavljen na noindex."],"Author archives":["Arhive autora"],"Show":["Prikaži"],"Enabled":["Omogući"],"Disabled":["Onemogući"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s još nije dohvatio status indeksiranja web stranice s %2$s"],"The separator defined in your theme's %s tag.":["Razdjelnik je definiran u Vašoj temi %s oznakom."],"No index":["No index"],"Analyze entire site":["Analiziraj cijelu web stranicu"],"Fetch the current status":["Dohvati trenutni status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s još nije uspio dohvatio status indeksiranja web stranice%3$s s %4$s"],"Your homepage can be indexed by search engines.":["Vaša početna stranica ne može biti indeksirana od strane tražilica."],"Indexability check by %1$s":["Provjera mogućnosti indeksiranja s %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Ako želite upotrijebiti sliku za dijeljenje na %1$s, možete prenijeti / odabrati sliku ili ovdje dodati URL slike."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Ako ne želite koristiti meta opise za dijeljenje na %1$sm već želite koristiti drugi opis, napišite ga ovdje."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Ukoliko želite koristiti drugačiji naslov za dijeljenje na %1$s od naslova objave, unesite ga ovdje."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sVašu početnu stranicu tražilice ne mogu indeksirati%2$s. To je jako loše za SEO i to treba popraviti."],"Once Weekly":["Jednom tjedno"],"Add-ons":["Dodaci"],"SEO score":["SEO rezultat"],"Twitter metadata":["Twitter meta podaci"],"Facebook / Open Graph metadata":["Facebook / Open Graph meta podaci"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Preračunavam SEO ocjene za sve dijelove sadržaja s ključnom riječi."],"%1$s of %2$s done.":["%1$s od %2$s gotovo."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Ažurirali smo naš algoritam za SEO rezultat. %1$sPonovno izračunavanje SEO rezultata%2$s za sve objave i stranice."],"Team Yoast":["Tim Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Prvo pravo sve-u-jednom SEO rješenje za WordPress, uključujući on-page analizu sadržaja, XML mapom weba i mnogo toga drugog."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivacija nije uspjela:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Izgleda da je nedostupna filter ekstenzija. Kontaktirajte hosting da vam to omoguće."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Instalacija %1$s dodatka nije kompletna. Proučite %2$sinstalacijske upute%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Nadogradnja Standard PHP Library (SPL) nije dostupna. Zamolite vašeg web poslužitelja da vam je uključi."],"SEO Settings":["SEO postavke"],"Mobile-Friendly Test":["Test mobilne kompatibilnosti"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS validator"],"HTML Validator":["HTML validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Provjeri zaglavlja"],"Check Google Cache":["Provjeri Google Cache"],"Analyze this page":["Analiziraj ovu stranicu"],"Keyword Research":["Istraživanje ključnih riječi"],"%s does not seem to be a valid url. Please correct.":["Čini se da %s nije validan url. Molimo izmijenite."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s izgleda nije ispravan %2$s verifikacijski niz (string). Ispravite ovo."],"%s Archive":["%s Arhiva"],"You searched for %s":["Tražili ste %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s nije ispravan Twitter korisnički ID. Ispravite ovo."],"Summary with large image":["Sažetak s velikom slikom"],"Summary":["Sažetak"],"The post %1$s appeared first on %2$s.":["Objava %1$s pojavila se prvi puta na %2$s."],"No numeric value was received.":["Nije primljena nikakva numerička vrijednost."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Ovo treba biti postojeći blog. Blog %s ne postoji ili je označen kao obrisan."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Postavka zadanog bloga treba biti numerički blog ID bloga kojeg želite koristiti kao zadanog."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s nije valjani izbor za odabir tko ima pristup %2$s postavkama. Vrijednost je vraćena na izvornu."],"Please select a valid post type for taxonomy \"%s\"":["Izaberite ispravan tip objave za taksonomiju \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Molimo odaberite ispravnu taksonomiju za tip objave \"%s\""],"You searched for":["Tražili ste"],"Home":["Početna stranica"],"Archives for":["Arhiva za"],"Error 404: Page not found":["Greška 404: Stranica nije pronađena"],"Good":["Dobro"],"Replaced with a custom taxonomies description":["Zamijenjeno s vlastitim opisom taksonomije"],"Replaced with a posts custom taxonomies, comma separated.":["Zamijenjeno s prilagođenim taksonomijama objava, odvojeno zarezom."],"Replaced with a posts custom field value":["Zamijenjeno s sadržajem iz dodatnih polja objava"],"Replaced with the slug which caused the 404":["Zamijenjeno s slugom koji je uzrokovao 404"],"Replaced with the posts focus keyphrase":["Zamijenjeno s fokusiranom ključnom riječi objave"],"Attachment caption":["Naslov privitka"],"Replaced with the current page number":["Zamijenjeno s trenutnim brojem stranice"],"Replaced with the current page total":["Zamijenjeno s sumom trenutne stranice"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Zamijenjeno s trenutnim brojem stranice zajedno s kontekstom (npr. stranica 2 od 4)"],"Replaced with the post/page author's 'Biographical Info'":["Zamijenjeno s autorovom 'Biografskim informacijama' objave/stranice"],"Replaced with the post/page author's 'nicename'":["Zamijenjeno s 'nicename' imenom autora objave/stranice"],"Replaced with the post/page ID":["Zamijenjeno s ID-em objave/stranice"],"Replaced with the post/page modified time":["Zamijenjeno s promijenjenim vremenom objave/stranice"],"Replaced with the content type plural label":["Zamijenjeno s etiketom množine tipa objave"],"Replaced with the content type single label":["Zamijenjeno s etiketom jednine tipa objave"],"Replaced with the current search phrase":["Zamijenjeno s trenutnom frazom pretrage"],"Replaced with the term name":["Zamijenjeno s nazivom pojma"],"Replaced with the term description":["Zamijenjeno s opisom pojma"],"Replaced with the tag description":["Zamijenjeno s opisom oznake"],"Replaced with the category description":["Zamijenjeno s opisom kategorije"],"Replaced with the post categories (comma separated)":["Zamijenjeno s kategorijom objave (odvojeno zarezom)"],"Replaced with the current tag/tags":["Zamijenjeno s trenutnom oznakom/oznakama"],"Replaced with the post/page excerpt (without auto-generation)":["Zamijenjeno s izvatkom (bez automatski generiranog) objave/stranice"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Zamijenjeno s izvatkom (ili automatski generiranim ako ne postoji) objave/stranice"],"The site's name":["Naziv weba"],"Replaced with the title of the parent page of the current page":["Zamijenjeno s naslovom matične stranice trenutne stranice"],"Replaced with the title of the post/page":["Zamijenjeno s naslovom objave/stranice"],"Replaced with the date of the post/page":["Zamijenjeno s datumom objave/stranice"],"Page %1$d of %2$d":["Stranica %1$d od %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Ne možete nadvladati WPSEO standardnu zamjensku varijablu registrirajući varijablu s istim imenom. Upotrijebite filter \"wpseo_replacements\" za postavljanje zamjenske vrijednosti."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Zamjenska varijabla s istim imenom je već registrirana. Potrudite se da ime vaše varijable bude jedinstveno."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Zamjensku varijablu ne možete započeti s \"%%cf_\" ili \"%%ct_\" zato jer su rezervirane za WPSEO standardnu varijablu varijabli (standard variable variables) za dodatna polja i prilagođene taksonomije. Potrudite se da ime vaše varijable bude jedinstveno."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Zamjenska varijabla može sadržavati samo alfanumeričke znakove, donju crticu ili crticu. Probajte promijeniti varijablu."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Napomena samo za administratore: ova stranica ne pokazuje meta opis zato jer ga nema, ili ga napišite posebno za ovu stranicu ili idite u izbornik [%1$s - %2$s], i postavite predložak."],"Page not found":["Stranica nije pronađena"],"%s Archives":["Arhiva %s"],"Search for \"%s\"":["Traži \"%s\""],"Meta description to use for Author page":["Meta opis za korištenje na stranicama autora"],"Title to use for Author page":["Naslov koji se koristi na stranici autora"],"%1$s settings":["%1$s postavke"],"Export your %1$s settings":["Izvezi svoje %1$s postavke"],"Import settings":["Uvoz postavki"],"Import from other SEO plugins":["Uvezi iz ostalih SEO dodataka ( plugin )"],"Import":["Uvoz"],"If you had a %s file and it was editable, you could edit it from here.":["Da imate %s datoteku i da je možete mijenjati, mogli biste to uraditi ovdje."],"If your %s were writable, you could edit it from here.":["Da se u datoteku %s može pisati, mogli biste je izmijeniti ovdje."],"You don't have a %s file, create one here:":["Nemate %s datoteku, kreirajte ju ovdje:"],"A link to your site, with your site's name and description as anchor text.":["Poveznica do vašeg weba, s nazivom i opisom weba kao tekstom sidra."],"A link to your site, with your site's name as anchor text.":["Poveznica na vašu web stranicu, s nazivom web stranice kao sidrenim tekstom."],"A link to the post, with the title as anchor text.":["Poveznica do objave, s naslovom kao sidrom poveznice."],"A link to the archive for the post author, with the authors name as anchor text.":["Poveznica na arhivu autora objava, s autorovim imenom kao sidrenim tekstom."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Sljedeće varijable možete upotrijebiti unutar sadržaja, biti će zamijenjene s vrijednostima navedenim zdesna."],"Content to put after each post in the feed":["Sadržaj koji će se pojaviti nakon svake objave u kanalu (feed)"],"Content to put before each post in the feed":["Sadržaj koji će se nalaziti ispred svake objave u feedu"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Ova mogućnost se koristi za automatsko dodavanje sadržaja u RSS, točnije, namjena joj je dodavanje poveznica prema vašem blogu i objavama kako bi scraperi automatski dodali ove poveznice, pomažući tražilicama da identificiraju vas kao originalni izvor sadržaja."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Korištenje ove značajke breadcrumbova je objašnjeno u %1$sčlanku o implementaciji breadcrumbova u našoj bazi znanja%2$s."],"How to insert breadcrumbs in your theme":["Kako ubaciti breadcrumbove u vašu temu"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Prikaz arhive tipa objave u breadcrumbovima za taksonomije"],"Taxonomy to show in breadcrumbs for content types":["Prikaz taksonomije u breadcrumbovima za tipove objava"],"Breadcrumb for 404 Page":["Breadcrumb za 404 stranicu"],"Prefix for Search Page breadcrumbs":["Prefiks za breadcrumb Stranice pretrage"],"Prefix for Archive breadcrumbs":["Prefiks za breadcrumb Arhive"],"Prefix for the breadcrumb path":["Prefiks za breadcrumb putanju"],"Anchor text for the Homepage":["Tekst sidra za Početnu stranicu"],"Separator between breadcrumbs":["Razdjelnik između breadcrumbova"],"Enable Breadcrumbs":["Omogući breadcrumbove"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Ispod su SEO rezultati vaših objavljene objava. Sada je pravo vrijeme da počnete poboljšavati neke od svojih objava! "],"Credits":["Zasluge"],"« Back to Tools page":["« Natrag na stranicu s alatima"],"%1$s comes with some very powerful built-in tools:":["%1$s dolazi s nekim vrlo moćnim ugrađenim alatima:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Ovaj alat dopušta vam brzo mijenjanje datoteka važnih za vaš SEO, kao što su robots.txt, ako je imate, ili vaša .htaccess datoteka."],"File editor":["Uređivač datoteka"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Uvezite postavke iz drugih SEO dodataka i izvezite svoje postavke za ponovno korištenje na (još jednom) blogu."],"Import and Export":["Uvoz i izvoz"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Ovaj alat dopušta vam da brzo izmijenite naslove i opise u svojim objavama i na stranicama, bez da morate otvarati i uređivati svaku stranicu."],"Bulk editor":["Skupni uređivač"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Za %1$sverificiranje stranice kod Pinterest%2$s, dodajte meta oznaku ovdje:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest koristi Open Graph meta oznake kao i Facebook. Zato budite sigurni da vam je označen Open Graph na Facebook tab-u ukoliko želite optimizirati stranicu za Pinterest."],"The default card type to use":["Zadani tip kartice za korištenje"],"Add Twitter card meta data":["Dodaj Twitter card meta podatke"],"This image is used if the post/page being shared does not contain any images.":["Slika se koristi ako objava/stranica koja se dijeli ne sadrži nikakve slike."],"Default settings":["Zadane postavke"],"Copy home meta description":["Prekopiraj meta opis početne stranice"],"Description":["Opis"],"Image URL":["URL slike"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Ovo su naslov, opis i slika koji se koriste u Open Graph meta oznakama na početnoj stranici vaše web stranice."],"Frontpage settings":["Postavke početne stranice"],"Add Open Graph meta data":["Dodaj Open Graph meta podatke"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter korisničko ime"],"Facebook Page URL":["URL Facebook stranice"],"Accounts":["Računi"],"Restore site to defaults":["Vrati web na zadane postavke"],"Site ID":["ID weba"],"Using this form you can reset a site to the default SEO settings.":["Koristeći ovu formu možete resetirati web na zadane SEO postavke."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Postavke koje se tiču privatno osjetljivih informacija (FB admini i slično), postavke teme (ispis naslova) i neke druge specifične postavke neće biti uveze u nove web-stranice."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Upišite %1$sID web stranice%2$s čije postavke želite da budu zadane postavke za sve web stranice koje se nalaze u vašoj mreži. Ostavite prazno za nikakav odabir (biti će upotrijebljene izvorne postavke dodatka)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Odaberite web stranicu čije postavke želite koristiti kao zadane za sve web stranice koje se nalaze u vašoj mreži. Ako odaberete 'Ništa', biti će upotrijebljene izvorne postavke dodatka."],"New sites in the network inherit their SEO settings from this site":["Novi webovi u mreži nasljeđuju SEO postavke ovog weba"],"Super Admins only":["Samo Super Admini"],"Site Admins (default)":["Administratori weba (zadano)"],"Who should have access to the %1$s settings":["Tko bi trebao imati pristup %1$s postavkama"],"spam":["spam"],"mature":["zreli"],"archived":["arhiviran"],"public":["javni"],"%s restored to default SEO settings.":["%s vraćeni na izvorne SEO postavke."],"Settings Updated.":["Postavke ažurirane."],"404 pages":["Uvoz & izvoz"],"Search pages":["Stranice pretrage"],"These pages will be %s by default, so they will never show up in search results.":["Ove stranice biti će %s po zadanom, tako da se nikad neće pojavljivati u rezultatima pretraga."],"Special Pages":["Posebne stranice"],"Date-based archives could in some cases also be seen as duplicate content.":["U nekim slučajevima, arhiva bazirana na datumima može se također smatrati kao duplicirani sadržaj."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Ako je to slučaj na Vašim stranicama, možete odabrati bilo deaktiviranje (što će rezultirati preusmjeravanjem na početnu stranicu) bilo dodavanje u%s njemu, tako da se ne pojavljuje u rezultatima pretraživanja."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Ako na blogu piše samo jedan autor, onda će arhiva autora biti ista kao i početna/blog stranica. Ovo se zove %1$sproblem dupliciranog sadržaja%2$s."],"Date archives":["Arhiva po datumima"],"author archives":["Arhiva autora"],"Title":["Naslov"],"%1$s Meta Box":["%1$s meta okviri"],"Hide":["Sakrij"],"Date in Snippet Preview":["Datum u Pretpregledu isječka"],"Take note:":["Uzmi zabilješku:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Možete odrediti naslov i opis za blog stranicu %1$suređivanjem blog stranice »%2$s"],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Možete odrediti naslov i opis za početnu stranicu %1$suređivanjem početne stranice »%2$s"],"Homepage & Front page":["Početna & naslovna stranica"],"Title Separator":["Razdjelnik naslova"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s je automatski detektirao jeli treba prisilno promijeniti naslove vaših stranica. Ako mislite da to nije ispravno i znate što radite, postavke možete promijeniti ovdje."],"Force rewrite titles":["Forsiraj prepisivanje naslova"],"Taxonomies":["Taksonomije"],"Homepage":["Početna stranica"],"%1$s Extensions":["%1$s ekstenzije"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Neprimjetno integrirajte WooCommerce s %1$s kako biste dobili dodatne značajke!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Bolje se rangirajte lokalno i na Google Maps, bez puno muke!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Da li se nalazite u Google News? Povećajte broj posjeta s Google News optimizirajući sadržaj!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimizirajte svoje video uradke kako bi bili vidljivi u rezultatima pretraživanja i donijeli vam više klikova!"],"The premium version of %1$s with more features & support.":["Premium inačica %1$s s više mogućnosti i podrškom."],"Person":["Osoba"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Ovi podaci su prikazani kao meta podaci na vašoj web stranici. Namjena im je da se pojave u %1$sGoogle Knowledge Graph%2$s. Možete odabrati između opcija tvrtka/pravna osoba ili fizička osoba:"],"Website name":["Naziv web stranice"],"Webmaster Tools":["Alati za webmastere"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Nemate postname u URL-u svojih objava i stranica, što izričito preporučamo. Razmislite o postavljanju strukture stalnih veza na /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbovi"],"or":["ili"],"Save Profile":["Spremi profil"],"There were no profiles found":["Nema pronađenih profila"],"Profile":["Profil"],"Current profile":["Trenutni profil"],"Authenticate":["Autentifikacija"],"Get Google Authorization Code":["Zatraži Google Authorization Code"],"Reload crawl issues":["Ponovno učitaj probleme s crawlanjem"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Kako bi kreirali preusmjeravanje i ispravili ovaj problem, trebate %1$s. Dodatak možete kupiti, uključujući godinu dana podrške, ažuriranja i nadogradnji na %2$s."],"Creating redirects is a %s feature":["Stvaranje preusmjeravanja je dostupno kao dio %s "],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Greške koje su se dogodile kada je vašu stranicu indeksirao Googlebot za starije mobilne uređaje ( nisu prikazane greške za desktop )"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Greške koje su se dogodile kada je vašu stranicu indeksirao Googlebot - mobile ( nisu prikazane greške za desktop )"],"Errors that occurred when your site was crawled by Googlebot.":["Greške koje su se dogodile kada je vašu stranicu indeksirao Googlebot. "],"Issue categories":["Kategorije problema"],"Incorrect Google Authorization Code.":["Netočni Google Authorization Code."],"The issues have been successfully reloaded!":["Problemi su uspješno ponovno učitani!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s podaci su uklonjeni. Trebate ponoviti autentifikaciju ako želite ponovno primati podatke."],"Crawl errors per page":["Indeksirane greške po stranici"],"Search":["Pretraži"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Uočite greške u Crawlanju: %1$sovdje se spojite s Google Search Console%2$s."],"Create redirect":["Napravi preusmjeravanje"],"Mark as fixed":["Označi kao riješeno"],"Response code":["Kod odgovora"],"First detected":["Prvo prepoznato"],"Last crawled":["Zadnje indeksirano"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s je otkrio da koristite verziju %2$s kola nije kompatibilna %1$s. Molimo ažurirajte %2$s na najnoviju verziju kako bi mogli koristiti ovu značajku."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast dodaci međusobno dijele neke kodove da bi Vaše stranice ubrzali. Zato je potrebno da svi Yoast dodaci budu ažurni. Otkrili smo da to nije tako pa Vas molimo da ažurirate Yoast dodatke koji još nisu ažurni."],"Feature phone":["Osnovni telefon"],"Smartphone":["Pametni telefon"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Odredišni URL ne postoji, ali vaš server ne vraća 404 grešku"],"Soft 404":["Blagi (soft) 404"],"Request timed out or site is blocking Google.":["Zahtjev je istekao ili web stranica blokira Google."],"Server Error":["Server Error"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot može pristupiti vašoj web stranici, ali određeni URL-ovi su blokirani za Googlebot u %1$s datoteci. Ovo blokiranje je možda postavljeno za sve Googlebotove ili samo za Googlebot-mobile."],"Blocked":["Blokirano"],"Google was unable to crawl this URL due to an undetermined issue.":["Google ne može crawlati ovaj URL zbog neutvrđenog problema."],"URL points to a non-existent page.":["URL upućuje na nepostojeću stranicu."],"Not found":["Nije pronađeno"],"Not followed":["Nije praćeno"],"Faulty redirects":["Neispravna preumsjeravanja"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Potrebna je autentifikacija za poslužitelj, u protivnom će Googlebotu blokirati pristup stranici."],"Access denied":["Pristup zabranjen"],"Deactivate %s":["Deaktivirajte %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s dodatak može uzrokovati probleme kada se koristi zajedno s %2$s."],"Upload Image":["Upload slike"],"Remove these ads?":["Makni ove oglase?"],"%s Posts Overview":["%s pregled objava"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Breadcrumbs naslov se koristi u breadcrumbovina gdje se ova taksonomija pojavljuje."],"Breadcrumbs title":["Naslov breadcrumbova"],"The canonical link is shown on the archive page for this term.":["Kanonska poveznica je prikazana na stranici arhive ovog pojma"],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Drugo"],"Archives":["Arhiva"],"Email":["E-pošta"],"Close":["Zatvori"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s i %2$s mogu kreirati XML mape stranica. Dvostruke XML mape stranica nisu korisne pretraživačima, mogu čak i usporiti vašu web stranicu."],"Configure %1$s's Open Graph settings":["Konfiguracija %1$s OpenGraph postavki"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["I %1$s i %2$s stvaraju OpenGraph rezultat, što bi moglo izazvati prikazivanje krivih tekstova i slika na Facebooku, Twitteru, LinkedInu i drugim društvenim mrežama, kada se stranice dijele."],"%s Image":["%s Slika"],"%s Description":["%s Opis"],"%s Title":["%s Naslov"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Preporučene dimenzije %1$s slike su %2$s piksela."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Ako želite nadvladati sliku koja se koristi na %s za ovu objavu, prenesite / odaberite sliku ili ovdje dodajte URL slike."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Ako ne želite koristiti meta opis za dijeljenje objave na %s, već želite koristiti drugi opis, upišite ga ovdje."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Ako ne želite koristiti naslov članka kako biste objavili članak na %s, nego ovdje želite drugi naslov, zapišite ga ovdje."],"very difficult":["vrlo teško"],"Try to make shorter sentences, using less difficult words to improve readability":["Pokušajte pisati kraće rečenice, koristeći lakše riječi kako bi popravili čitljivost."],"difficult":["teško"],"Try to make shorter sentences to improve readability":["Pokušajte skratiti rečenice kako biste poboljšali čitljivost."],"fairly difficult":["prilično teško"],"OK":["u redu"],"fairly easy":["prilično jednostavno"],"easy":["jednostavno"],"very easy":["vrlo jednostavno"],"Meta Desc.":["Meta opis"],"All SEO Scores":["Svi SEO rezultati"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO problem: Istaknuta slika treba biti najmanje 200x200 piksela velika da bi bila prihvatljiva za Facebook i druge stranice društvenih mreža."],"(no parent)":["(nema roditelja)"],"Post is set to noindex.":["Objava je postavljena na noindex."],"The URL that this page should redirect to.":["URL na koji bi ova stranica se trebala preusmjeriti."],"301 Redirect":["301 preusmjeravanje"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Propisani URL na koji ova stranica treba usmjeravati, ostavite prazan kao zadan za stalnu vezu. %1$sPodržava međudomenske propisane%2$s."],"Canonical URL":["Kanonični URL"],"Title to use for this page in breadcrumb paths":["Naslov koji će se koristiti za ovu stranicu u breadcrumb putanji"],"Breadcrumbs Title":["Breadcrumbs Naslov"],"No Snippet":["Nema isječka"],"No Archive":["Nema arhive"],"No Image Index":["Bez indeksa slika"],"None":["Nijedno"],"Site-wide default: %s":["Zadano za cijelu web stranicu: %s"],"Advanced meta robots settings for this page.":["Napredne meta robot postavke ove stranice."],"Meta robots advanced":["Napredni meta roboti"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Upozorenje: iako se postavke meta robota mogu podesiti ovdje, cijeli web je podešen da se ne indeksira (noindex) u glavnim postavkama privatnosti stoga ove postavke neće imati učinka."],"Meta description":["Meta opis"],"SEO Title":["SEO naslov"],"Focus keyword":["Fokusirana ključna riječ"],"Snippet preview":["Pretpregled isječka"],"Settings successfully imported.":["Postavke uspješno uvezene."],"Settings could not be imported:":["Postavke nisu uvezene:"],"Error creating %1$s export: ":["Greška pri kreiranju %1$s izvoza:"],"Breadcrumb for 404 pages:":["Breadcrumb za 404 stranice:"],"Prefix for search result pages:":["Prefiks za stranicu s rezultatima pretrage:"],"Prefix for archive pages:":["Prefiks za stranice arhive:"],"Prefix for breadcrumbs:":["Prefiks za breadcrumbove:"],"Anchor text for the homepage:":["Sidrišni tekst za početnu/naslovnu stranicu:"],"Breadcrumbs separator:":["Breadcrumb razdjelnik:"],"Remove blog page from breadcrumbs":["Ukloni blog stranicu iz breadcrumbova"],"%s Breadcrumbs":["%s Breadcrumbovi"],"Use Image":["Koristi sliku"],"Action":["Akcija"],"Page URL/Slug":["Slug/URL stranice"],"Publication date":["Datum objavljivanja"],"Post Status":["Status objave"],"WP Page Title":["WP naslov stranice"],"View":["Pregled"],"View “%s”":["Pregled “%s”"],"Preview":["Predpregled"],"Preview “%s”":["Predpregled “%s”"],"Edit":["Izmijeni"],"Filter":["Filtar"],"New Yoast Meta Description":["Novi Yoast meta opis"],"Existing Yoast Meta Description":["Postojeći Yoast Meta opis"],"Facebook profile URL":["URL Facebook profila"],"Twitter username (without @)":["Korisničko ime na Twitteru (bez @)"],"FAQ":["Česta pitanja"],"Premium Support":["Plaćena podrška"],"Settings":["Postavke"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Trebate %1$sotvoriti zaslon Postavki čitanja%2$s i odznačiti okvir za Vidljivost tražilicama."],"Huge SEO Issue: You're blocking access to robots.":["Veliki SEO problem: blokirali ste pristup robotima tj. tražilicama."],"Posts":["Objave"],"Edit Files":["Izmijeni datoteke"],"Advanced Variables":["Napredne varijable"],"Basic Variables":["Osnovne varijable"],"General":["Općenito"],"Extensions":["Nadogradnje"],"Search Console":["Search Console"],"Tools":["Alati"],"Advanced":["Napredno"],"XML sitemaps":["XML mape stranica"],"Social":["Društvene"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s je otkrio da koristite verziju %2$s od %3$s, molimo ažurirajte na najnoviju verziju kako bi spriječili probleme nekompatibilnosti."],"Just another WordPress site":["Samo još jedna WordPress web-stranica"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Još uvijek imate izvorni WordPress slogan, čak je i nikakav slogan bolji. %1$sOvo možete ispraviti u prilagodniku%2$s."],"You have used HTML in your value which is not allowed.":["Koristili ste HTML u svojoj vrijednosti što nije dopušteno."],"You can't edit %s that aren't yours.":["Ne možete ažurirati %s koji nisu vaši."],"You can't edit %s.":["Ne možete ažurirati %s."],"Post has an invalid Content Type: %s.":["Objava ima ne važeći tip objave: %s."],"Post doesn't exist.":["Objava ne postoji."],"course\u0004Free:":["Besplatno"],"posts\u0004Trash (%s)":["Smeće (%s)","Smeća (%s)","Smeća (%s)"],"posts\u0004All (%s)":["Sva (%s)","Sve (%s)","Svih (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);","lang":"bs_BA"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["\tPročitajte %1$sthis ovu objavu za više informacija o tome zašto ne podržavamo starije verzije.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":["Ukloni ovu poruku"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":["Usluge za lokalne klijente?"],"Get the %s plugin now":["Preuzmi %s plugin sada"],"Organization social profiles":["Socijalni profili Organizacije"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":["Personalne informacije"],"Organization logo":["Logo organizacije"],"Organization name":["Naziv organizacije"],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Odabir ključnih riječi ključan je za svaku SEO strategiju. Odlučite po kojim pojmovima pretraživanja želite da se vaša stranica pronađe i saznajte koje pojmove koristi vaša publika kako bi pronašla vašu stranicu. Dobar odabir ključnih riječi otkriva kakav sadržaj treba biti kako bi rangiranje počelo za one pojmove po kojima želite rangirati vašu stranicu. Koristite one ključne riječi za koje imate šansu ostvariti što bolje rangiranje. %1$s vas vodi kroz postupak korak po korak."],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":["\tNijedan JSON objekt nije vraćen."],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":["Da biste stvorili preusmjeravanje i popravili ovaj problem, trebate %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Možete kupiti dodatak, uključujući jednu godinu podrške i ažuriranja, na %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":["Ključna fraza ili izraz"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ako uključite ovu mogućnost, URL privitci postaju vidljivi vašim posjetiteljima i Googleu. Da biste dodali vrijednost vašoj stranici, oni bi trebali sadržavati korisne informacije, u suprotnom bi mogli imati negativan učinak na vaš ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Da bismo bili sigurni da su sve veze u vašem tekstu izbrojane, trebamo analizirati sve vaše tekstove."],"All you have to do is press the following button and we'll go through all your texts for you.":["Sve što trebate napraviti jest pritisnuti iduće dugme i proći ćemo kroz sve vaše tekstove umjesto vas."],"Count links":["Brojač - veza"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Stranica %s"],"Cannot get the size of %1$s because of unknown reasons.":["ne može dobiti veličinu od %1$s jer je nepoznat razlog"],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Jednostavno prebacite oznaku na \"on\" i bit ćete u mogućnosti koristiti rekalibriranu analizu. U isto vrijeme, dodat ćemo vas na našu posebnu mailing listu. Šaljemo vam samo mailove o vašem iskustvu sa ovom rekalibracijom!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":["Nema pronađenih postavki."],"Export your %1$s settings here, to copy them on another site.":["Izvezi svoj %1$s postvki ovdje, za kopiranje na drugu stranicu"],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Uvezite postavke lijepljenjem postavki koje ste uvezli sa druge stranice ovdje \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":[""],"Method %1$s() does not exist in class %2$s":["Methoda %1$s() ne postoji u klasi %2$s"],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["UPOZORENJE:"],"Learn about why permalinks are important for SEO.":[""],"Google Ads":["Google oglasi"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Ukloni sliku"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":["Idite na %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":["Sinonimi & povezane ključne fraze"],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":["Nadogradite na %s"],"%1$s video":["%1$s video"],"Get %s":["Idite na %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":["%1$sIzlazne poveznice%2$s: Odličan posao!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":["%1$sDuljina rečenice%2$s: Sjajno!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["Dobar posao!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Fokusirana ključna fraza"],"%1$s with ID %2$s couldn't be patched":["%1$s sa ID %2$s ne može biti dodano"],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":["Indeksiranje sa ID `%1$s` ne postoji"],"No object with ID %1$s and %2$s could be found":["Objekt ID sa %1$s i %2$s ne moguće pronaći"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` je nevažeći pod tip od `%2$s`"],"The object type `%1$s` is invalid":["Objekt tipa `%1$s` je ne važeći"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":["Parametar `%1$s` ne može biti prazan."],"Check Keyphrase Density":["Provjeri Keyphrase zastupljenost"],"Disable":["Onemogući"],"Allow Control":["Dopusti kontrolu"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Ova kartica omogućuje da selektivno onemogućite %s značajke za sve web-stranice u mreži. Izvorno sve značajke su omogućene, što dopušta administratoru web-stranice da odabere hoće li uključiti ili isključiti značajku. Kada onemogućite značajku ovdje, administratori web-stranice neće biti u mogućnosti koristiti tu značajku uopće."],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":["Ova značajka je onemogućena od stranice administratora mreže."],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":["Dvotočka"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s i %2$s obavljaju SEO na vašoj stranici. Štetno je koristiti dva SEO plugina istovremeno."],"There is a new notification.":["Imate novu obavijest.","Imate nove obavijesti.","Imate novih obavijesti."],"Learn more about the readability analysis":["Saznajte više o Analizi čitljivosti."],"Describe the duration of the instruction:":["Opišite trajanje instrukcije:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcionalno. Prilagodite kako želite opisati trajanje instrukcije."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Ovo je list srodnog sadržaja prema kojem možete postaviti poveznice u objavi. {{a}}Pročitajte naš članak o strukturi web-stranice{{/a}} kako bi naučili više o tome kako interno povezivanje može poboljšati SEO."],"%s, %s and %s":["%s, %s i %s"],"%s and %s":["%s i %s"],"%d minute":["%d minuta","%d minute","%d minuta"],"%d hour":["%d sat","%d sata","%d sati"],"%d day":["%d dan","%d dana","%d dana"],"Enter a step title":["Upišite naslov koraka"],"Optional. This can give you better control over the styling of the steps.":["Opcionalno. Ovo vam može dati bolju kontrolu nad stilom koraka."],"CSS class(es) to apply to the steps":["CSS klase koje će se primijeniti na korake"],"minutes":["minute"],"hours":["sati"],"days":["dani"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Kreirajte Kako vodič na SEO prihvatljiv način. Možete kreirati samo jedan Kako blok po objavi."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Izlistajte Često postavljana pitanja na SEO prihvatljiv način. Možete kreirati samo jedan ČPP blok po objavi."],"Copy error":["Kopiraj grešku"],"An error occurred loading the %s primary taxonomy picker.":["Dogodila se greška pri učitavanju %s primarnog selektora taksonomije."],"%1$s Structured Data Blocks":["%1$s Blok strukturiranih podataka"],"Time needed:":["Potrebno vremena"],"Move question down":["Povuci dole pitanje"],"Move question up":["Povuci pitanje gore "],"Insert question":["Postavite pitanje"],"Delete question":["Obrišite pitanje"],"Enter the answer to the question":["Umetnite odgovor na pitanje"],"Enter a question":["Postavite pitanje"],"Add question":["Dodaj pitanje"],"Frequently Asked Questions":["Često postavljana pitanja"],"Great news: you can, with %s!":["Odlične vijesti: možete, s %s!"],"Select the primary %s":["Odaberite primarni %s"],"Check links to this URL":["Provjeri poveznice do ovog URL-a"],"Keyword research training":["Obučavanje za pronalaženja ključnih riječi"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Provjerite %1$spredložak arhive%2$s zbog sljedeće vrste sadržaja: %3$s.","Provjerite %1$spredloška arhive%2$s zbog sljedeće vrste sadržaja: %3$s.","Provjerite %1$spredloške arhive%2$s zbog sljedeće vrste sadržaja: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Pokušavate upotrijebiti više ključnih riječi? Trebate ih dodati zasebno ispod."],"Mark as cornerstone content":["Označi kao temeljni sadržaj"],"Move step down":["Pomakni dolje za jedan nivo"],"Move step up":["Pomakni gore za jedan nivo"],"Insert step":["Ubaci korak"],"Delete step":["Obriši korak"],"Add image":["Dodaj sliku"],"Enter a step description":["Unesite opis koraka"],"Enter a description":["Unesite opis"],"Unordered list":["Nebrojčani popis"],"Showing step items as an ordered list.":["Prikazuju se stavke koraka kao brojčana lista."],"Showing step items as an unordered list":["Prikazuju se stavke koraka kao nebrojčana lista."],"Add step":["Dodaj korak"],"Delete total time":["Obriši cijelokupno vrijeme"],"Add total time":["Dodaj cijelokupno vrijeme"],"How to":["Kako"],"How-to":["Kako"],"Snippet Preview":["Pretpregled isječka"],"Analysis results":["Rezultat analize"],"Enter a focus keyphrase to calculate the SEO score":["Unesite ključnu riječ da izračunate SEO rezultat"],"Learn more about Cornerstone Content.":["Saznajte više o Temeljnom sadržaju."],"Cornerstone content should be the most important and extensive articles on your site.":["Temeljni sadržaj trebaju biti najvažniji i opširniji članci na vašoj web-stranici."],"Restore Site":["Oporavi web-stranicu"],"Network Settings":["Postavke mreže"],"You are not allowed to perform this action.":["Nije vam dozvoljena ta akcija"],"Error: %s":["Greška: %s"],"Success: %s":["Dovršeno: %s"],"Site with ID %d not found.":["Web-stranica ID %d nije pronađena"],"No site has been selected to restore.":["Nije odabrana web-stranicu za oporavak"],"You are not allowed to modify unregistered network settings.":["Nije vam dopušteno mijenjati neregistrirane postavke mreže."],"deleted":["obrisano"],"Would you like to add another keyphrase?":["Želite li dodati drugu ključnu riječ?"],"image preview":["Pregled slike"],"Copied!":["Kopirano!"],"Not supported!":["Nepodržano!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Pročitajte {{a}}naš artikl o strukturi{{/a}} web-stranice da bi više naučili kako unutarnje poveznice mogu pomoći poboljšati vaš SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Kada dodate još malo teksta, dobiti ćete listu predloženog sadržaja koje možete povezati u vašoj objavi."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Razmislite o povezivanju do ovih {{a}}temeljnih članaka:{{/a}}"],"Consider linking to these articles:":["Razmislite o povezivanju do ovih članaka:"],"Copy link":["Kopiraj poveznicu"],"Copy link to suggested article: %s":["Kopiraj poveznicu do predloženog članka; %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":[" Slogan web-stranice"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Nedavno smo poboljšali funkcionalnost postavki Izgleda pretrage. Nažalost, otkrili smo da u nekim krajnjim slučajevima, spremanje postavki za određene arhive vrsti objava mogu poći krivo."],"Not all required fields are given. Missing field %1$s":["Sva obavezna polja nisu dana. Nedostaje polje %1$s"],"Optimize your site for Google News.":["Optimizirajte svoju stanicu za Google novosti."],"Optimize your shop's SEO and sell more products!":["Optimizirajte SEO svoje trgovine i prodajte više proizvoda."],"Be found in Google Video search and enhance your video sharing on social media.":["Postanite vidljivi na Google Video tražilici i povećajte broj dijeljenja vašeg videa na društvenim mrežama."],"Be found in Google Maps and local results.":["Budite pronađeni na na Google kartama i lokalnim rezultatima."],"Learn practical SEO skills to rank higher in Google.":["Naučite praktične SEO vještine kako bi se bolje rangirali na Google-u."],"Don’t waste time figuring out the best settings yourself.":["Nemojte trošiti vrijeme pokušavajući prokljuviti najbolje postavke sami."],"Get quick wins to make your site rank higher in search engines.":["Napravite kvalitetne poteze kako bi se web-stranica rangirala više na tražilicama."],"Add synonyms":["Dodajte sinonime"],"Would you like to add keyphrase synonyms?":["Želite li dodati sinonime ključne riječi?"],"Would you like to add more than one keyphrase?":["Želite li dodati više od jedne ključne riječi?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Možete urediti SEO meta podatke za ovu prilagođenu objavu na %1$sStranici trgovine%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Niste postavili Stranicu trgovine u WooCommerce postavkama. To trebate prvo napraviti."],"Current year":["Trenutna godina"],"Page":["Stranica"],"Breadcrumb settings for %s archive":["Postavke kružnih mrvica za %s arhivu"],"Something went wrong. Please reload the page.":[""],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Izmijenite meta opis tako da ga uredite upravo ovdje"],"description (custom taxonomy)":["opis (prilagođena taksonomija)"],"(custom taxonomy)":["(prilagođena taksonomija)"],"(custom field)":["(dodatno polje)"],"Term404":["Term404"],"Caption":["Tekst opisa"],"Pagenumber":["Broj stranice"],"Pagetotal":["Pagetotal"],"Page number":["Boj stranice"],"User description":["Opis korisnika"],"ID":["ID"],"Modified":["Modificirano"],"Post type (plural)":["Vrsta objave (množina)"],"Post type (singular)":["Vrsta objave (jednina)"],"Separator":["Separator"],"Search phrase":["Fraza pretrage"],"Term title":["Naslov pojma"],"Term description":["Opis pojma"],"Tag description":["Opis oznake"],"Category description":["Opis kategorije"],"Primary category":["Osnovna kategorija"],"Category":["Kategorija"],"Tag":["Oznaka"],"Excerpt only":["Samo sažetak"],"Excerpt":["Sažetak"],"Site title":["Naslov stranice"],"Archive title":["Naslov arhive"],"Parent title":["Naslov matičnog"],"Date":["Datum"],"Label":["Natpis"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Trebali bi kreirati preusmjeravanje kako bi posjetitelji ne bi dobili 404 grešku kada kliknu na URL koji više ne radi."],"Search engines and other websites can still send traffic to your deleted post.":["Tražilice i druge web-stranice još uvijek mogu slati promet na obrisanu objavu."],"Make sure you don't miss out on traffic!":["Pobrinite se da ne izgubite promet!"],"You just deleted a %1$s.":["Upravo ste obrisali %1$s."],"You just trashed a %1$s.":["Poslali ste u smeće %1$s."],"Settings for %s archive":["Postavke za %s arhivu."],"Settings for single %s URLs":["Postavke za pojedinačne %s URL-e"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Postavke na ovo stranici omogućuju vam da odredite kakav bi izvorni izgled pretrage trebao biti za bilo koju vrstu sadržaja. Možete odabrati koje će se vrste sadržaja pojaviti u rezultatima pretrage i koji je njihov izvorni opis."],"Url preview":[""],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":[""],"No results":[""],"%d result found, use up and down arrow keys to navigate":["","%d results found, use up and down arrow keys to navigate","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":[""],"Number of results found: %d":[""],"Note that not all variables can be used in every field.":["Imajte na umu da se sve varijable mogu koristiti u svim poljima."],"Snippet variables":["Varijable isječka"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s poštuje vašu privatnost. Pročitajte naša %2$spravila privatnosti%3$s kako bi saznali kako upravljamo vašim osobnim informacijama."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Ako znate što ovo znači i ne želite više vidjeti ovu poruku, možete %1$szanemariti ovu poruku%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Postavke vaše web-stranice trenutno dopuštaju postojanje URL-e privitaka. Pročitajte %1$sovu objavu o potencijalnim problemima%2$s s URL-ovima privitaka i provjerite da li imate ispravne postavke na web-stranici."],"Unknown type %1$s":["Nepozanta vrsta %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Sadrži besplatni MyYoast račun koji vam daje pristup našem besplatnom tečaju SEO for Beginners"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Pretplatite se na naš newsletter ako želite ostati u toku s %1$s, drugim super %2$s dodacima, i zanimljivim vijestima i savjetima iz SEO svijeta."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Nabavite Baidu verifkacijski kod u %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verifkacijski kod"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Funkcionalnost uvoznika %s koristi privremene tablice baze podataka. Izgleda da vaša WordPress instalacija nema mogućnost za to, stoga kontaktiraje svoj hosting."],"Cleanup of %s data failed.":["Čišćenje %s podatka nije uspjelo."],"Content Type":["Vrsta sadržaja"],"Filter by content type":["Filter po vrsti sadržaja"],"Show All Content Types":["Prikaži sve vrste sadržaja"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Kako bi ovo popravili odznačite ispred \"Razbij komentare na stranice...\" na %1$szaslonu Postavke komentara%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Zamijenite s normalnim naslovom za arhivu koju će generirati WordPress."],"Clean":["Očisti"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Kada ste sigurni da je vaša web-stranica OK, možete očistiti. Ovo će ukloniti sve originalne podatke."],"Step 5: Clean up":["5. korak: Čišćenje"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Trebali bi pokrenuti konfiguracijski čarobnjak, s zaslona SEO → Općenito → Nadzorna ploča, kako bi se pobrinuli da su sve postavke ispravne za web-stranicu."],"Step 4: Run the configuration wizard":["4. korak: Pokrenite konfiguracijski čarobnjak"],"Please check your posts and pages and see if the metadata was successfully imported.":["Provjerite objave i stranice i pregledajte da li su meta podaci uspješno uvezeni."],"Step 3: Check your data":["3. korak: Provjerite svoje podatke"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Ovo će uvesti meta podatke objava kao što su SEO naslovi i opisi u vaše Yoast SEO meta podatke. To će napraviti samo kada nema postojeći Yoast SEO meta podataka. Originalni podaci ostati će gdje jesu."],"Step 2: Import":["2. korak: Uvoz"],"Please make a backup of your database before starting this process.":["Napravite sigurnosnu kopiju vaše baze podataka prije nego započete ovaj proces."],"Step 1: Create a backup":["1. korak: Kreirajte sigurnosnu kopiju"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Detektirali smo podatke iz jednog ili više SEo dodataka na vašoj web-stranici. Pratite sljedeće korake kako bi uvezli podatke:"],"Plugin: ":["Dodatak:"],"%s did not detect any plugin data from plugins it can import from.":["Yoast SEO nije detektirao podatke iz dodataka iz kojih ih može uvesti."],"Posts that should not show up in search results":["Objave koje se ne bi trebale pojaviti u rezultatima pretrage"],"%s data found.":["Pronađeni podaci od %s."],"%s data successfully removed.":["Podaci od %s uspješno uklonjeni."],"%s data successfully imported.":["Podaci od %s uspješno uvezeni."],"%s data not found.":["Podaci od %s nisu pronađeni."],"Improve your SEO skills":["Unaprijedite svoje SEO vještine"],"24/7 email support":["Email podrška 24 sata, 7 dana u tjednu"],"No more dead links a.k.a. 404 pages":[""],"Get real-time suggestions for internal links":[""],"Preview your page in Facebook and Twitter":[""],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":[""],"Remove the categories prefix":[""],"Help on the category prefix setting":[""],"Learn more about the available variables":[""],"Learn more about the RSS feed setting":[""],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":[""],"Learn more about the title separator setting":["Saznajte više o podešavanju razdvajanja naslova"],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":[""],"Learn more about the special pages setting":[""],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":["Yandex potvrdni kod"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":["Google potvrdni kod"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":["Bing potvrdni kod"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":[""],"On":[""],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":[""],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":[""],"this author's archives":["arhive autora"],"Do not allow search engines to show %s in search results.":["Zabrani tražilicama da prikažu %s u rezultatima pretrage."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL-i kategorija u WordPressu sadrže prefiks, obično %s, ova značajka uklanja taj prefiks, ali samo za kategorije."],"Category URLs":["URL-i kategorija"],"the archive for %s":["arhiva za %s"],"Redirect attachment URLs to the attachment itself?":["Preusmjeri URL-e privitka izravno na sam privitak? "],"We recommend you set this to Yes.":["Preporučamo da ovo postavite na Da."],"Media & attachment URLs":["URL-i medija i privitaka"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Ovo se prikazuje u rezultatima pretrage kada posjetiocu pronađu vašu web-stranicu. To znači da je ovo najvjerojatnije ono što vide kada traže vaše brand ime."],"date archives":["arhiva datuma"],"archives for authors without posts":["arhive za autore bez objava"],"Read why XML Sitemaps are important for your site.":["Pročitajte zašto su XML Sitemaps važne za vašu web-stranicu."],"Enable the XML sitemaps that %s generates.":["Uključi XML sitemaps koje %s generira."],"See the XML sitemap.":["Pogledaj XML sitemap."],"%2$s (current default for %1$s)":["%2$s (trenutna izvorna vrijednost za %1$s)"],"Media":["Media"],"Content Types":["Vrste sadržaja"],"Should search engines follow links on this %1$s?":["Trebaju li tražilice pratiti poveznice u %1$s?"],"Allow search engines to show this %s in search results?":["Dopustiti tražilicama da prikažu %s u rezultatima pretrage?"],"Search Appearance":["Izgled pretrage"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Navedite koje vrste sadržaja želite da se prikazuju u tražilicama.\n Ako ne znate razliku između njih, najbolje je izabrati\nizvorne postavke."],"Search engines should show \"%1$s\" in search results:":["Tražilice bi trebale prikazati \"%1$s\" u rezultatima pretrage:"],"Search engine visibility":["Vidljivost u tražilicama"],"Toggle %1$s's XML Sitemap":["Uključi/isključi %1$s's XML Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Zahtjevi za podrškom koje ovdje napravite direktno se šalju u naš sistem za podršku, koji je osiguran s 256 bit SSL, tako da je komunikacija 100% sigurna."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Značajka temeljnog sadržaja omogućava vam označavanje i filtriranje temeljnog sadržaja na web-stranici."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Ako imate problem koji ne možete riješiti s našim video uputama ili bazom znanja, možete poslati poruku našem timu za podršku. Možete ih kontaktirati 24/7."],"Search result":[""],"Good results":["Dobri rezultati"],"Get better search results in local search":["Postignite bolje rezultate pretrage u lokalnoj pretrazi"],"Allow customers to pick up their %s order locally":["Dopustite kupcu da pokupi %s narudžbu lokalno"],"SEO analysis":["SEO analiza"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO analiza nudi prijedloge za poboljšanje SEO vašeg teksta."],"Learn how the SEO analysis can help you rank.":["Saznajte kako SEO analiza može pomoći pri rangiranju."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Analiza čitljivosti nudi prijedloge za poboljšanje strukture i stila vašeg teksta."],"Discover why readability is important for SEO.":["Otkrijte zašto je čitljivost važna za SEO."],"Find out how cornerstone content can help you improve your site structure.":["Saznajte kako temeljni sadržaj može pomoći pri poboljšanju strukture web-stranice."],"The text link counter helps you improve your site structure.":["Brojač tekstualnih poveznica pomaže vam poboljšati strukturu web-stranice."],"Find out how the text link counter can enhance your SEO.":["Saznajte kako brojač tekstualnih poveznica može poboljšati vaš SEO."],"%s integration":["%s integracija"],"Read more about how %s works.":["Pročitajte kako %s funkcionira."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Uključite ovu značajku ako želite da Facebook i druge društvene mreže prikažu pretpregled sa slikama i sažetkom tekst kada netko podijeli poveznicu na vašu web-stranicu."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Uključite ovu značajku ako želite da Twitter prikaže pretpregled sa slikama i sažetkom tekst kada netko podijeli poveznicu na vašu web-stranicu."],"Find out why you should upgrade to %s":["Saznajte zašto trebate nadograditi na %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Najnovije blog objave na %1$s"],"Need help?":["Trebate pomoć?"],"Type here to search...":[""],"Search the Yoast Knowledge Base for answers to your questions:":[""],"Remove highlight from the text":["Ukloniti istaknuto iz teksta"],"Your site language is set to %s. ":[""],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Brzo započnite s %1$s %2$skonfiguracijskim čarobnjakom%3$s!"],"First-time SEO configuration":["Prva SEO konfiguracija"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Jezik web-stranice je postavljen na {language}. Ako ovo nije točnom kontaktirajte administratora web-stranice."],"Your site language is set to {language}.":["Jezik web-stranice je postavljen na {language}."],"Highlight this result in the text":["Označi ovaj rezultat u tekstu"],"Considerations":["Sagledavanja"],"Errors":["Greške"],"Change language":["Promijeni jezik"],"You cannot create a %s file.":["Ne možete kreirati %s datoteku."],"You cannot edit the %s file.":["Ne možete uređivati %s datoteku."],"Updated %s":["Ažuriran %s."],"Create %s file":["Kreiran %s."],"Edit the content of your %s:":["Uredite sadržaj datoteke %s:"],"Save changes to %s":["Spremite promijene u %s"],"%s file":["%s datoteka"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s i %2$s mogu zajedno funkcionirati puno bolje sa pomoćnim dodatkom. Instalirajte %3$s kako bi si olakšali život. %4$s."],"More information":["Više informacija"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s i %2$s mogu zajedno funkcionirati puno bolje sa pomoćnim dodatkom. Aktivirajte %3$s kako bi si olakšali život."],"More information about %1$s":["Više informacija o %1$s"],"Configuration Wizard":["Konfiguracijski čarobnjak"],"You've done it!":["Dovršili ste!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Neprimjetno integrirajte %2$s s %1$s za analizu sadržaja!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s i %2$s mogu zajedno funkcionirati puno bolje sa pomoćnim dodatkom. Instalirajte %3$s kako bi si olakšali život."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Postavke izgleda pretrage za %1$s čine varijable koje su zamijenjene specifičnim vrijednostima sa stranice kada je ona prikazana. Tablica ispod sadrži listu dostupnih varijabli."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Označite najvažnije %1$s kao 'temeljni sadržaj' kako bi poboljšali strukturu vaše web-stranice. %2$sSaznajte više o temeljnom sadržaju%3$s."],"Loading help center.":["Učitavanje centra pomoći"],"Get support":["Zatraži podršku"],"View in KB":[""],"Go back":[""],"Go back to the search results":[""],"(Opens in a new browser tab)":["(Otvara se u novoj kartice preglednika)"],"Posts %1$swithout%2$s a focus keyphrase":["Objave %1$sbez%2$s fokusne ključne riječi"],"Hey, your SEO is doing pretty well! Check out the stats:":["Vaša SEO je vrlo dobra! Pogledajte statistiku:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Nemate objavljenih objava, vaš SEO rezultat prikazati će se ovdje nakon što objavite prvu objavu!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Na ovoj stranici možete promijeniti ime vaše web-stranice i odabrati koji\nrazdjelnik želite koristiti. Razdjelnik će se prikazati npr. između imena\nvaše objave i imena web-stranice. Simboli su prikazani u veličini kako\nće se prikazati u rezultatima pretrage. Odaberite onaj koji odgovara vašem\nbrendu ili uzima najmanje mjesta u isječcima."],"Something else":["Nešto drugo"],"A portfolio":["Portfolio"],"A corporation":["Poduzeće"],"A small offline business":["Mali offline biznis"],"A news channel":["Kanal vijesti"],"An online shop":["Online trgovina"],"A blog":["Blog"],"What does the site %1$s represent?":["Što znači %1$s web-stranice?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Ako odaberete NE, arhive vaših autora biti će deaktivirane kako bi se spriječili\nproblemi s duplim sadržajem."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Napomena: ne spremamo vaše podatke ni na koji način i nemamo puni pristup vašem računu.\nVaša privatnost je sigurna s nama."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s se integrira s Google Search Console, obavezan alat za vlasnike web-stranica.\nPruža vam informacije o zdravlju web-stranice.\nJoš nemate Google račun, ili je vaša web-stranice još nije aktivna?\nSaznajte %2$skako povezati Google Search Console s vašom web-stranicom.%3$s"],"Option B: My site is under construction and should not be indexed":["Opcija B: Moja web-stranica još nije dovršena i ne bi trebala biti indeksirana"],"Option A: My site is live and ready to be indexed":["Opcija a: Moja web-stranica je dovršena i treba biti indeksirana"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Odaberite nedovšeno ako želite da stranica ne bude indeksirana\nod strane tražilica. Ne zaboravite aktivirati kad budete spremni\nobjaviti vašu web-stranicu."],"Please specify if your site is under construction or already active.":["Navedite je li vaša web-stranica nedovršena ili već aktivna."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Ova informacija biti će korištena u Google Knowledge Graph Card, velikom\nbloku informacija koje vidite na desnoj strani rezultata pretrage."],"Read more like this on our SEO blog":["Pročitajte više na našem SEO blogu"],"Readability: %s":["Čitljivost: OK"],"Not activated":["Nije aktivirano"],"Activated":["Aktivirano"],"%1$s recommendations for you":["%1$s preporuke za vas"],"All Readability Scores":["Svi rezultati čitljivosti"],"Filter by Readability Score":["Filtriranje po rezultatima čitljivosti"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Ne dobivate ažuriranja ili podršku! Popravite ovaj problem tako što ćete dodati ovu web-stranicu i uključiti %1$s za nju u %2$s."],"Request method %1$s is not valid.":["Zatražena metoda %1$s nije ispravna."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Želite li pretpregledati kako će izgledati ako ljudi podijele ovu objavu na %1$s? To možete s %2$s."],"Good job! All the links in your texts have been counted.":["Dobar posao! Sve poveznice u vašim tekstovima su prebrojane."],"Calculation completed.":["Računanje je dovršeno."],"Calculation in progress...":["Prebrojavanje je u tijeku…"],"Stop counting":["Zaustavi prebrojavanje"],"Counting links in your texts":["Prebrojavanje poveznica u tekstovima"],"Text %1$s of %2$s processed.":["Obrađuje se %1$s od %2$s tekstova"],"All your texts are already counted, there is no need to count them again.":["Svi tekstovi su prebrojani, nema potrebe za ponovnim računanjem."],"Count links in your texts":["Prebroji poveznice u tekstovima"],"Text link counter":["Brojanje poveznica u tekstovima"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Broj unutarnjih poveznica koje vode do ove objave. U kartici Pomoć pogledajte tekst \"Yoast Columns\" za više informacija."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Broj unutarnjih poveznica u ovoj objavi. U kartici Pomoć pogledajte tekst \"Yoast Columns\" za više informacija."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s dodaje par stupaca ovoj stranici. Napisan je članak o %2$stome kako upotrijebiti SEO rezultate i rezultate čitljivosti%3$s. Stupci poveznica prikazuju broj članaka na ovoj web-stranici koji imaju poveznice %5$sprema%6$s ovom članku i broj URL-a povezanih %5$siz%6$s ovog članka. Saznajte više o %4$skako upotrijebiti ove mogućnosti za poboljšanje unutarnjih poveznica%3$s, što višestruko poboljšava SEO."],"%s Columns":["%s stupci"],"Readability score":["Rezultat čitljivosti"],"Other benefits of %s for you:":["Drugi beneficije %s za vas:"],"Scroll to see the preview content.":["Pomaknite kako bi pretpregledali sadržaj."],"Cornerstone content":["Temeljni sadržaj"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s pobrinuti će se za svu potrebnu tehničku optimizaciju vaše web-stranice. Kako bi zbilja poboljšali preformanse web-stranice u rezultatima pretraga tražilica, važno je započeti kreirati sadržaj koji se dobro rangira za ključne riječi koje su vam važne. Pogledajte ovaj video u kojem objašnjavamo kako upotrijebiti %1$s metokvir kada uređujete objave i stranice."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Ako želite preteći konkurenciju u određenom gradu ili regiji, provjerite %1$s dodatak! Moći ćete jednostavno ubaciti Google karte, radno vrijeme, kontakt informacije i lokacije. Osim toga %1$s vam pomaže poboljšati upotrebljivost kontakt stranice."],"Attract more customers near you":["Privucite više kupaca iz svoje okolice"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Želite li znati sve o %1$s dodatku? Želite li naučiti o naprednim postavkama? Želite li izvući najviše iz %1$s dodatka? Provjerite naš trening za %1$s dodatak, i počnite preticati konkurenciju!"],"Get the most out of %1$s with the %2$s":["Dobijte najviše od %1$s s %2$s"],"Upgrade to Premium":["Nadogradnja na Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Želite preteći konkurenciju? %1$s dajem vam odlične dodatne mogućnosti koje će vam pomoći postaviti SEO strategiju kako profesionalac. Upotrijebite više ključnih riječi, upravitelja preusmjeravanjima i alat za interne poveznice. %1$s također će vam omogućiti pristup premium korisničkoj podršci."],"Outrank the competition with %s":["Pretecite konkurenciju s %s"],"You might like":["Možda vam se sviđa"],"Newsletter":["E-novosti"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Detektirali smo da niste završili s konfiguracijskim čarobnjakom, stoga vam preporučamo da %2$spokrenete konfiguracijski čarobnjak kako bi konfigurirali %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Konfiguracijski čarobnjak pomaže vam jednostavno konfigurirati web-stranicu za optimalne SEO postavke."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Nabavite Premium i naši stručnjaci će biti tu da vam odgovore na bilo koja pitanja koj možda imate o postavljanje i upotrebi dodatka."],"Superfast internal linking suggestions":["Super brzo predlaganje unutarnjih poveznica"],"Great news: you can, with %1$s!":["Odlične vijesti: možete s %1$s!"],"Save changes":["Spremi promjene"],"1 year free support and updates included!":["Uključena 1 godina besplatnih ažuriranja i nadogradnji!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Dodatak %2$s mijenja izlazne informacije vaše web-stranice i to čini razliku za tražilice i normalne korisnike, proces koji se naziva cloaking. Preporučamo da ga isključite."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPretpregled društvenih mreža%2$s: Facebook i Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNema više mrtvih poveznica%2$s: jednostavni upravitelj preusmjeravanjima"],"No ads!":["Bez oglasa!"],"Facebook & Twitter":["Facebook i Twitter"],"Social media preview":["Pretpregled društvenih medija"],"Easy redirect manager":["Jednostavni upravitelj preusmjeravanja"],"No more dead links":["Nema više mrtvih poveznica"],"Increase your SEO reach":["Povećajte svoj SEO domet"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Ako želite više pomoći pri kreiranju odličnog sadržaja, provjerite naš %2$sSEO copywriting course%3$s. Želite li znati sve o opcijama dodatka, razmislite o našem %1$s!"],"Variable":["Varijabla"],"Available variables":["Dostupne varijable"],"Scroll to see the table content.":["Pomaknite stranicu kako bi vidjeli sadržaj tablice."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Pročitajte %1$snaš članak o povezivanju vaše web-stranice s Google Search Console%2$s ako trebate pomoć."],"An error occurred in the '%1$s' assessment":["Pojavila se greška u '%1$s' procjeni"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s riječi sadrži %2$sviše od %3$s slogova%4$s, što je više od preporučenog maksimuma %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s riječi sadrži %2$sviše od %3$s slogova%4$s, što je manje od, ili jednako preporučenom maksimumu %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Ovo je neznatno ispod preporučenog minimuma od %5$d riječi. %3$sDodajte još malo teksta%4$s.","Ovo je neznatno ispod preporučenog minimuma od %5$d riječi. %3$sDodajte još malo teksta%4$s.","Ovo je neznatno ispod preporučenog minimuma od %5$d riječi. %3$sDodajte još malo teksta%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Meta opis sadrži %1$d rečenicu %2$ss više od %3$s riječi%4$s. Pokušajte skratiti rečenicu.","Meta opis sadrži %1$d rečenice %2$ss više od %3$s riječi%4$s. Pokušajte skratiti rečenice.","Meta opis sadrži %1$d rečenice %2$ss više od %3$s riječi%4$s. Pokušajte skratiti rečenice."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Meta opis ne sadrži rečenice %1$ss više od %2$s riječi%3$s."],"Step %1$d: %2$s":[""],"No new notifications.":["Nema novih obavijesti."],"Save all":["Spremi sve"],"Save":["Spremi"],"%1$s, Author at %2$s":["%1$s, Autor na %2$s"],"Mobile preview":["Mobilni pretpregled"],"Desktop preview":["Desktop pretpregled"],"Select redirect":["Odaberi preusmjeravanje"],"Please provide an SEO title by editing the snippet below.":["Molimo, navedite SEO naslov uređujući isječak u nastavku."],"Meta description preview:":["Pretpregled meta opisa:"],"Slug preview:":["Pretpregled sluga:"],"SEO title preview:":["Pretpregled SEO naslova:"],"Close snippet editor":["Zatvori uređivač isječaka"],"Slug":["Slug"],"Remove marks in the text":["Ukloni oznake (marks) u tekstu"],"Mark this result in the text":["Označi ovaj rezultat u tekstu"],"Marks are disabled in current view":["Oznake (Marks) su onesposobljene u trenutnom pregledu"],"Good SEO score":["Dobar SEO rezultat"],"OK SEO score":["Ok SEO rezultat"],"Feedback":["Povratne informacije"],"ok":["U redu"],"Choose an image":["Odaberite jednu sliku"],"Remove the image":["Uklonite sliku"],"MailChimp signup failed:":["Prijava na MailChimp nije uspjela:"],"Sign Up!":["Prijavite se!"],"Name":["Ime"],"There is an error with the request.":["Došlo je do pogreške u vašem zahtjevu."],"Select profile":["Izaberite profil"],"Choose a profile":["Izaberite profil"],"Authorization code":[""],"Reauthenticate with Google":["Ponovna provjera s Googleom"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Da bi ste omogućili %s da dohvati vaše podatke sa Googleove konzole za pretraživanje molimo vas da unesete vaš Googleov autorizacijski kod. Klikom na gumb ispod otvoriti će se novi prozor."],"Please provide a meta description by editing the snippet below.":["Molimo, navedite meta opis uređujući isječak u nastavku."],"Edit snippet":["Uredi isječak"],"You can click on each element in the preview to jump to the Snippet Editor.":["U pretpregledu možete kliknuti na svaki element i skočiti u Uređivač isječaka."],"SEO title preview":[""],"Meta description preview":[""],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":[""],"Close the Wizard":["Zatvorite Čarobnjaka"],"Export settings":["Izvezi postavke"],"%1$s video tutorial":["%1$s video vodič"],"%s › Configuration Wizard":["%s › Čarobnjak za konfiguraciju"],"Please don't show me this notification anymore":["%1$sMolim više ne prikazuj ovu pouku%2$s"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Ako se susrećete s poteškoćama, %1$spopunite izvješće o grešci%2$s a mi ćemo se potruditi riješiti problem."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Obavješteni smo da koristite %1$s već neko vrijeme; nadamo se da vam se sviđa! Bili bi smo oduševljeni ako bi ste mogli %2$sdati ocjenu od 5 zvjezdica na WordPress.org%3$s!"],"Date archives settings":["Postavke arhiva datuma"],"Author archives settings":["Postavke Author arhive"],"%1$s by %2$s":["%1$s od %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Upozorenje: varijabla %s ne može se koristiti u ovom predlošku. Za više informacija poslužite se s centrom pomoći"],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Usput, jeste li znali da imamo %1$sPremium dodatak%2$s? Nudi vam napredne mogućnosti, poput upravljanje preusmjeravanjima i podršku za više ključnih riječi. Također dolazi s 24/7 osobnom podrškom."],"(no title)":["(bez naslova)"],"%s installation wizard":[""],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["%1$s administratorska traka izbornika sadrži korisne veze na alate naših partnera za analizu stranica i čini vam lakšim pogled na nove obavijesti."],"Admin bar menu":["Administratorska traka izbornika"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s provjerava na dnevnoj bazi da li je vaša web-stranica još uvijek vidljiva tražilicama za indeksiranje i obavještava vas u slučaju kada to nije tako."],"Features":["Značajke"],"SEO title":["SEO naslov"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Iako nastojimo učiniti postavljanje %1$s-a što jednostavnijim, razumijemo i da vam to može biti zastrašujuće. Ako bi ste radije nama prepustili postavljanje %1$s-a (i dobili kopiju %2$s unutar tog procesa) naručite naš %3$s%1$s uslugu konfiguracije%4$s ovdje!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Dobrodošli u %1$s konfiguracijski Čarobnjak. U nekoliko jednostavnih koraka pomoći ćemo vam konfigurirati SEO postavke koje će ispuniti potrebe vaše web-stranice!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google prikazuje naziv Vaše web-stranice u rezultatima pretraživanja, a ako to želite promijeniti, možete to učiniti ovdje."],"Greater than sign":["Znak više od"],"Less than sign":["Znak manje od"],"Right angle quotation mark":["Znak navodnika udesno"],"Left angle quotation mark":["Znak navodnika ulijevo"],"Small tilde":["Mala tilda"],"Vertical bar":["Ispravna crta"],"Low asterisk":["Zvjezdica nisko"],"Asterisk":["Zvjezdica"],"Bullet":["Veća točka"],"Middle dot":["Srednja točka"],"Em dash":["Em crtica"],"En dash":["En crtica"],"Dash":["Crtica"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Odaberite simbol koji ćete koristiti kao razdjelnik naslov. On će stajati, na primjer, između naslova objave i naziva stranice. Simboli su prikazani u veličini u kojoj će se pojaviti u rezultatima pretraživanja."],"The name of the person":["Ime osobe"],"No":["Ne"],"Yes":["Da"],"Does, or will, your site have multiple authors?":["Ima li, ili hoće li vaša stranica imati više autora?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatski stvara URL za svaku medijsku stavku u knjižnici. Uključivanjem ovoga Googleu će biti omogućeno indeksiranje stvorenih URL-ova."],"Success!":["Uspjeh!"],"Title settings":["Postavke naslova"],"Google Search Console":["Konzola Google pretraživanja"],"Multiple authors":["Više autora"],"Site type":["Vrsta stranice"],"Environment":["Okruženje"],"Yoast option %1$s not found.":["Yoast opcija %1$s nije pronađena."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Lista objava"],"Posts list navigation":["Navigacija liste objava"],"Filter posts list":["Filtriraj listu objava"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Imajte na umu da poveznice do arhiva možda još uvijek kreira vaša tema, i trebate ih ukloniti manualno."],"%1$s to optimize your site even further":["%1$s za daljnju optimizaciju vaše web-stranice"],"%1$s extensions":["%1$s extenzije"],"Comes with our 30-day no questions asked money back guarantee":["Dolazi s našom garancijom za povrat novca bez pitanja od 30 dana"],"More information %1$sabout %3$s%2$s":["Više informacija %1$so %3$s%2$s"],"Installed":["Instalirano"],"gain access to our 24/7 support team.":["Osigurajte pristup našem timu za podršku 24/7."],"Premium support":["Premium podrška"],"check what your Facebook or Twitter post will look like.":["Provjerite kako će izgledati vaše Facebook ili Twitter objave."],"Social previews":["Društveni pretpregledi"],"create and manage redirects from within your WordPress install.":["kreirajte i upravljajte preusmjeravanjima iz svoje WordPress instalacije."],"Redirect manager":["Upravitelj preusmjeravanjem"],"%1$s, take your optimization to the next level!":["%1$s, podignite optimizaciju na veći nivo!"],"A seamless integration between %1$s and %2$s":["Neprimjetna integracija između %1$s i %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Upotrijebite %1$s breadcrumbove umjesto %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Lako ugradite Google Maps, lokaciju trgovine, radno vrijeme i još puno toga"],"Creates XML News Sitemaps":["Kreira XML News mapu stranica"],"Immediately pings Google on the publication of a new post":["Odmah pinga Google o novoj objavi."],"Optimize your site for Google News":["Optimizirajte svoju web-stranicu za Google News"],"Make videos responsive through enabling fitvids.js":["Učinite video prilagodljivim uključivanjem fitvids.js"],"Enhance the experience of sharing posts with videos":["Poboljšajte iskustvo dijeljenja objava s videima"],"Show your videos in Google Videos":["Prikažite svoj video u Google Videos"],"Crawl issues list":["Lista Crawl problema"],"Crawl issues list navigation":["Navigacija liste Crawl problema"],"Edit “%s”":["Uredi “%s”"],"Premium":["Premium"],"Google Trends":["Google Trendovi"],"Notifications":["Obavijesti"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Uklanja karticu ključne riječi iz meta okvira i isključuje sve povezane prijedloge za ključnu riječ."],"Disable SEO analysis":["Isključi SEO analizu"],"Twitter settings":["Twitter postavke"],"Pinterest settings":["Pinterest postavke"],"Facebook settings":["Facebook postavke"],"Title separator symbol":["Simbol Razdjelnika naslova"],"RSS feed settings":["Postavke RSS kanala"],"Breadcrumbs settings":["Breadcrumbs postavke"],"Make primary":["Učini primarnim"],"Enter your Google Authorization Code and press the Authenticate button.":["Unesite svoj Google Authorization Code i kliknite gumb Autentifikacija."],"Knowledge base article":[""],"Open the knowledge base article in a new window or read it in the iframe below":[""],"Search results":[""],"%s notification":["%s obavijest","%s obavijesti","%s obavijesti"],"Disable readability analysis":["Isključi analizu čitljivosti"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Uklanja sekciju analize čitljivosti iz meta okvira i isključuje sve povezane prijedloge za čitljivost."],"Readability analysis":["Analiza čitljivosti"],"Needs improvement":["Treba doraditi"],"Readability":["Čitljivost"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Pokušavate učitati datoteke koje nisu smanjene (non-minified). Navedene datoteke su dostupne samo u našem razvojnom paketu. Posjetite %1$s kako bi vidjeli sve izvorne datoteke."],"Improvements":["Poboljšanja"],"Dismiss this item.":["Zanemari ovu stavku."],"Good job! We could detect no serious SEO problems.":["Odličan posao! Nismo detektirali nikakve ozbiljne SEO probleme."],"We have detected the following issues that affect the SEO of your site.":["Detektirali smo sljedeće probleme koji utječu na SEO vaše web stranice."],"Problems":["Problemi"],"Analysis":["Analiza"],"Not available":["Nije dostupno"],"Filter by SEO Score":["Filtriranje po SEO rezultatu"],"Meta description not set.":["Meta opis nije postavljen."],"Video tutorial":["Video upute"],"Email support is a %s feature":["Podrška e-poštom je %s značajka."],"Knowledge base":["Baza znanja"],"Open":[""],"Loading...":[""],"Something went wrong. Please try again later.":[""],"No results found.":[""],"Dashboard":["Nadzorna ploča"],"You can fix this on the %1$sPermalink settings page%2$s.":["Ovo možete popraviti na zaslonu %1$sPostavki stalnih veza%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Omogućena je podjela komentara na stranice, ovo nije potrebno u 999 od 1000 slučajeva, preporučamo da onemogućite ovo."],"Replaced with the primary category of the post/page":["Zamijeni s primarnom kategorijom objave/stranice"],"Pinterest confirmation":["Pinterest potvrda"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Ako ste već potvrdili svoju web stranicu s Pinterestom, možete preskočiti korak naveden ispod."],"Format-based archives":["Arhive temeljene na formatu"],"Webmaster Tools verification":["Verifikacija Webmaster Toolsa"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":[""],"Want to be a %s Expert?":[""],"Buy %s":["Kupi %s"],"Show information about errors in category %s":["Prikaži informacije o greškama u kategoriji \"Ostalo\""],"New %1$s Title":["Novi %1$s Naslov"],"Existing %1$s Title":["Postoji %1$s Naslov"],"Expected an integer as input.":["Očekivani unos je cijeli broj."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Pri pokušaju kreiranja ključ predmemorije mape stranice (cache key), ali kombinacija postfixa i prefixa ne ostavlja dovoljno mjesta za ovo. Vjerojatno tražite stranicu koja je izvan očekivanoga raspona."],"Remove":["Obriši"],"Keep":["Zadrži"],"Bold the last page":["Podebljaj zadnju stranicu"],"Regular":["Normalno"],"Bold":["Podebljano"],"Show Blog page":["Pokaži Blog stranicu"],"Primary %s":["Primarna %s"],"Primary":["Primarna"],"Make %1$s primary %2$s":["Postavi %1$s kao primarnu %2$s"],"Term is set to noindex.":["Uvjet je postavljen na noindex."],"Author archives":["Arhive autora"],"Show":["Prikaži"],"Enabled":["Omogući"],"Disabled":["Onemogući"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s još nije dohvatio status indeksiranja web stranice s %2$s"],"The separator defined in your theme's %s tag.":["Razdjelnik je definiran u Vašoj temi %s oznakom."],"No index":["No index"],"Analyze entire site":["Analiziraj cijelu web stranicu"],"Fetch the current status":["Dohvati trenutni status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s još nije uspio dohvatio status indeksiranja web stranice%3$s s %4$s"],"Your homepage can be indexed by search engines.":["Vaša početna stranica ne može biti indeksirana od strane tražilica."],"Indexability check by %1$s":["Provjera mogućnosti indeksiranja s %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Ako želite upotrijebiti sliku za dijeljenje na %1$s, možete prenijeti / odabrati sliku ili ovdje dodati URL slike."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Ako ne želite koristiti meta opise za dijeljenje na %1$sm već želite koristiti drugi opis, napišite ga ovdje."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Ukoliko želite koristiti drugačiji naslov za dijeljenje na %1$s od naslova objave, unesite ga ovdje."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sVašu početnu stranicu tražilice ne mogu indeksirati%2$s. To je jako loše za SEO i to treba popraviti."],"Once Weekly":["Jednom tjedno"],"SEO score":["SEO rezultat"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Preračunavam SEO ocjene za sve dijelove sadržaja s ključnom riječi."],"%1$s of %2$s done.":["%1$s od %2$s gotovo."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Ažurirali smo naš algoritam za SEO rezultat. %1$sPonovno izračunavanje SEO rezultata%2$s za sve objave i stranice."],"Team Yoast":["Tim Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Prvo pravo sve-u-jednom SEO rješenje za WordPress, uključujući on-page analizu sadržaja, XML mapom weba i mnogo toga drugog."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivacija nije uspjela:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Izgleda da je nedostupna filter ekstenzija. Kontaktirajte hosting da vam to omoguće."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Instalacija %1$s dodatka nije kompletna. Proučite %2$sinstalacijske upute%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Nadogradnja Standard PHP Library (SPL) nije dostupna. Zamolite vašeg web poslužitelja da vam je uključi."],"SEO Settings":["SEO postavke"],"Mobile-Friendly Test":["Test mobilne kompatibilnosti"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS validator"],"HTML Validator":["HTML validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Provjeri zaglavlja"],"Check Google Cache":["Provjeri Google Cache"],"Analyze this page":["Analiziraj ovu stranicu"],"Keyword Research":["Istraživanje ključnih riječi"],"%s does not seem to be a valid url. Please correct.":["Čini se da %s nije validan url. Molimo izmijenite."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s izgleda nije ispravan %2$s verifikacijski niz (string). Ispravite ovo."],"%s Archive":["%s Arhiva"],"You searched for %s":["Tražili ste %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Sažetak s velikom slikom"],"Summary":["Sažetak"],"The post %1$s appeared first on %2$s.":["Objava %1$s pojavila se prvi puta na %2$s."],"No numeric value was received.":["Nije primljena nikakva numerička vrijednost."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Ovo treba biti postojeći blog. Blog %s ne postoji ili je označen kao obrisan."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Postavka zadanog bloga treba biti numerički blog ID bloga kojeg želite koristiti kao zadanog."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s nije valjani izbor za odabir tko ima pristup %2$s postavkama. Vrijednost je vraćena na izvornu."],"Please select a valid post type for taxonomy \"%s\"":["Izaberite ispravan tip objave za taksonomiju \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Molimo odaberite ispravnu taksonomiju za tip objave \"%s\""],"You searched for":["Tražili ste"],"Home":["Početna stranica"],"Archives for":["Arhiva za"],"Error 404: Page not found":["Greška 404: Stranica nije pronađena"],"Good":["Dobro"],"Replaced with a custom taxonomies description":["Zamijenjeno s vlastitim opisom taksonomije"],"Replaced with a posts custom taxonomies, comma separated.":["Zamijenjeno s prilagođenim taksonomijama objava, odvojeno zarezom."],"Replaced with a posts custom field value":["Zamijenjeno s sadržajem iz dodatnih polja objava"],"Replaced with the slug which caused the 404":["Zamijenjeno s slugom koji je uzrokovao 404"],"Replaced with the posts focus keyphrase":["Zamijenjeno s fokusiranom ključnom riječi objave"],"Attachment caption":["Naslov privitka"],"Replaced with the current page number":["Zamijenjeno s trenutnim brojem stranice"],"Replaced with the current page total":["Zamijenjeno s sumom trenutne stranice"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Zamijenjeno s trenutnim brojem stranice zajedno s kontekstom (npr. stranica 2 od 4)"],"Replaced with the post/page author's 'Biographical Info'":["Zamijenjeno s autorovom 'Biografskim informacijama' objave/stranice"],"Replaced with the post/page author's 'nicename'":["Zamijenjeno s 'nicename' imenom autora objave/stranice"],"Replaced with the post/page ID":["Zamijenjeno s ID-em objave/stranice"],"Replaced with the post/page modified time":["Zamijenjeno s promijenjenim vremenom objave/stranice"],"Replaced with the content type plural label":["Zamijenjeno s etiketom množine tipa objave"],"Replaced with the content type single label":["Zamijenjeno s etiketom jednine tipa objave"],"Replaced with the current search phrase":["Zamijenjeno s trenutnom frazom pretrage"],"Replaced with the term name":["Zamijenjeno s nazivom pojma"],"Replaced with the term description":["Zamijenjeno s opisom pojma"],"Replaced with the tag description":["Zamijenjeno s opisom oznake"],"Replaced with the category description":["Zamijenjeno s opisom kategorije"],"Replaced with the post categories (comma separated)":["Zamijenjeno s kategorijom objave (odvojeno zarezom)"],"Replaced with the current tag/tags":["Zamijenjeno s trenutnom oznakom/oznakama"],"Replaced with the post/page excerpt (without auto-generation)":["Zamijenjeno s izvatkom (bez automatski generiranog) objave/stranice"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Zamijenjeno s izvatkom (ili automatski generiranim ako ne postoji) objave/stranice"],"The site's name":["Naziv weba"],"Replaced with the title of the parent page of the current page":["Zamijenjeno s naslovom matične stranice trenutne stranice"],"Replaced with the title of the post/page":["Zamijenjeno s naslovom objave/stranice"],"Replaced with the date of the post/page":["Zamijenjeno s datumom objave/stranice"],"Page %1$d of %2$d":["Stranica %1$d od %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Ne možete nadvladati WPSEO standardnu zamjensku varijablu registrirajući varijablu s istim imenom. Upotrijebite filter \"wpseo_replacements\" za postavljanje zamjenske vrijednosti."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Zamjenska varijabla s istim imenom je već registrirana. Potrudite se da ime vaše varijable bude jedinstveno."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Zamjensku varijablu ne možete započeti s \"%%cf_\" ili \"%%ct_\" zato jer su rezervirane za WPSEO standardnu varijablu varijabli (standard variable variables) za dodatna polja i prilagođene taksonomije. Potrudite se da ime vaše varijable bude jedinstveno."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Zamjenska varijabla može sadržavati samo alfanumeričke znakove, donju crticu ili crticu. Probajte promijeniti varijablu."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Napomena samo za administratore: ova stranica ne pokazuje meta opis zato jer ga nema, ili ga napišite posebno za ovu stranicu ili idite u izbornik [%1$s - %2$s], i postavite predložak."],"Page not found":["Stranica nije pronađena"],"%s Archives":["Arhiva %s"],"Search for \"%s\"":["Traži \"%s\""],"Meta description to use for Author page":["Meta opis za korištenje na stranicama autora"],"Title to use for Author page":["Naslov koji se koristi na stranici autora"],"%1$s settings":["%1$s postavke"],"Export your %1$s settings":["Izvezi svoje %1$s postavke"],"Import settings":["Uvoz postavki"],"Import from other SEO plugins":["Uvezi iz ostalih SEO dodataka ( plugin )"],"Import":["Uvoz"],"If you had a %s file and it was editable, you could edit it from here.":["Da imate %s datoteku i da je možete mijenjati, mogli biste to uraditi ovdje."],"If your %s were writable, you could edit it from here.":["Da se u datoteku %s može pisati, mogli biste je izmijeniti ovdje."],"You don't have a %s file, create one here:":["Nemate %s datoteku, kreirajte ju ovdje:"],"A link to your site, with your site's name and description as anchor text.":["Poveznica do vašeg weba, s nazivom i opisom weba kao tekstom sidra."],"A link to your site, with your site's name as anchor text.":["Poveznica na vašu web stranicu, s nazivom web stranice kao sidrenim tekstom."],"A link to the post, with the title as anchor text.":["Poveznica do objave, s naslovom kao sidrom poveznice."],"A link to the archive for the post author, with the authors name as anchor text.":["Poveznica na arhivu autora objava, s autorovim imenom kao sidrenim tekstom."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Sljedeće varijable možete upotrijebiti unutar sadržaja, biti će zamijenjene s vrijednostima navedenim zdesna."],"Content to put after each post in the feed":["Sadržaj koji će se pojaviti nakon svake objave u kanalu (feed)"],"Content to put before each post in the feed":["Sadržaj koji će se nalaziti ispred svake objave u feedu"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Ova mogućnost se koristi za automatsko dodavanje sadržaja u RSS, točnije, namjena joj je dodavanje poveznica prema vašem blogu i objavama kako bi scraperi automatski dodali ove poveznice, pomažući tražilicama da identificiraju vas kao originalni izvor sadržaja."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Korištenje ove značajke breadcrumbova je objašnjeno u %1$sčlanku o implementaciji breadcrumbova u našoj bazi znanja%2$s."],"How to insert breadcrumbs in your theme":["Kako ubaciti breadcrumbove u vašu temu"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Prikaz arhive tipa objave u breadcrumbovima za taksonomije"],"Taxonomy to show in breadcrumbs for content types":["Prikaz taksonomije u breadcrumbovima za tipove objava"],"Breadcrumb for 404 Page":["Breadcrumb za 404 stranicu"],"Prefix for Search Page breadcrumbs":["Prefiks za breadcrumb Stranice pretrage"],"Prefix for Archive breadcrumbs":["Prefiks za breadcrumb Arhive"],"Prefix for the breadcrumb path":["Prefiks za breadcrumb putanju"],"Anchor text for the Homepage":["Tekst sidra za Početnu stranicu"],"Separator between breadcrumbs":["Razdjelnik između breadcrumbova"],"Enable Breadcrumbs":["Omogući breadcrumbove"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Ispod su SEO rezultati vaših objavljene objava. Sada je pravo vrijeme da počnete poboljšavati neke od svojih objava! "],"Credits":["Zasluge"],"« Back to Tools page":["« Natrag na stranicu s alatima"],"%1$s comes with some very powerful built-in tools:":["%1$s dolazi s nekim vrlo moćnim ugrađenim alatima:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Ovaj alat dopušta vam brzo mijenjanje datoteka važnih za vaš SEO, kao što su robots.txt, ako je imate, ili vaša .htaccess datoteka."],"File editor":["Uređivač datoteka"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Uvezite postavke iz drugih SEO dodataka i izvezite svoje postavke za ponovno korištenje na (još jednom) blogu."],"Import and Export":["Uvoz i izvoz"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Ovaj alat dopušta vam da brzo izmijenite naslove i opise u svojim objavama i na stranicama, bez da morate otvarati i uređivati svaku stranicu."],"Bulk editor":["Skupni uređivač"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Za %1$sverificiranje stranice kod Pinterest%2$s, dodajte meta oznaku ovdje:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest koristi Open Graph meta oznake kao i Facebook. Zato budite sigurni da vam je označen Open Graph na Facebook tab-u ukoliko želite optimizirati stranicu za Pinterest."],"The default card type to use":["Zadani tip kartice za korištenje"],"Add Twitter card meta data":["Dodaj Twitter card meta podatke"],"This image is used if the post/page being shared does not contain any images.":["Slika se koristi ako objava/stranica koja se dijeli ne sadrži nikakve slike."],"Default settings":["Zadane postavke"],"Copy home meta description":["Prekopiraj meta opis početne stranice"],"Description":["Opis"],"Image URL":["URL slike"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Ovo su naslov, opis i slika koji se koriste u Open Graph meta oznakama na početnoj stranici vaše web stranice."],"Frontpage settings":["Postavke početne stranice"],"Add Open Graph meta data":["Dodaj Open Graph meta podatke"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter korisničko ime"],"Facebook Page URL":["URL Facebook stranice"],"Accounts":["Računi"],"Restore site to defaults":["Vrati web na zadane postavke"],"Site ID":["ID weba"],"Using this form you can reset a site to the default SEO settings.":["Koristeći ovu formu možete resetirati web na zadane SEO postavke."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Postavke koje se tiču privatno osjetljivih informacija (FB admini i slično), postavke teme (ispis naslova) i neke druge specifične postavke neće biti uveze u nove web-stranice."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Upišite %1$sID web stranice%2$s čije postavke želite da budu zadane postavke za sve web stranice koje se nalaze u vašoj mreži. Ostavite prazno za nikakav odabir (biti će upotrijebljene izvorne postavke dodatka)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Odaberite web stranicu čije postavke želite koristiti kao zadane za sve web stranice koje se nalaze u vašoj mreži. Ako odaberete 'Ništa', biti će upotrijebljene izvorne postavke dodatka."],"New sites in the network inherit their SEO settings from this site":["Novi webovi u mreži nasljeđuju SEO postavke ovog weba"],"Super Admins only":["Samo Super Admini"],"Site Admins (default)":["Administratori weba (zadano)"],"Who should have access to the %1$s settings":["Tko bi trebao imati pristup %1$s postavkama"],"spam":["spam"],"mature":["zreli"],"archived":["arhiviran"],"public":["javni"],"%s restored to default SEO settings.":["%s vraćeni na izvorne SEO postavke."],"Settings Updated.":["Postavke ažurirane."],"404 pages":["Uvoz & izvoz"],"Search pages":["Stranice pretrage"],"These pages will be %s by default, so they will never show up in search results.":["Ove stranice biti će %s po zadanom, tako da se nikad neće pojavljivati u rezultatima pretraga."],"Special Pages":["Posebne stranice"],"Date-based archives could in some cases also be seen as duplicate content.":["U nekim slučajevima, arhiva bazirana na datumima može se također smatrati kao duplicirani sadržaj."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Ako je to slučaj na Vašim stranicama, možete odabrati bilo deaktiviranje (što će rezultirati preusmjeravanjem na početnu stranicu) bilo dodavanje u%s njemu, tako da se ne pojavljuje u rezultatima pretraživanja."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Ako na blogu piše samo jedan autor, onda će arhiva autora biti ista kao i početna/blog stranica. Ovo se zove %1$sproblem dupliciranog sadržaja%2$s."],"Date archives":["Arhiva po datumima"],"author archives":["Arhiva autora"],"Title":["Naslov"],"%1$s Meta Box":["%1$s meta okviri"],"Hide":["Sakrij"],"Date in Snippet Preview":["Datum u Pretpregledu isječka"],"Take note:":["Uzmi zabilješku:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Možete odrediti naslov i opis za blog stranicu %1$suređivanjem blog stranice »%2$s"],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Možete odrediti naslov i opis za početnu stranicu %1$suređivanjem početne stranice »%2$s"],"Homepage & Front page":["Početna & naslovna stranica"],"Title Separator":["Razdjelnik naslova"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s je automatski detektirao jeli treba prisilno promijeniti naslove vaših stranica. Ako mislite da to nije ispravno i znate što radite, postavke možete promijeniti ovdje."],"Force rewrite titles":["Forsiraj prepisivanje naslova"],"Taxonomies":["Taksonomije"],"Homepage":["Početna stranica"],"%1$s Extensions":["%1$s ekstenzije"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Neprimjetno integrirajte WooCommerce s %1$s kako biste dobili dodatne značajke!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Bolje se rangirajte lokalno i na Google Maps, bez puno muke!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Da li se nalazite u Google News? Povećajte broj posjeta s Google News optimizirajući sadržaj!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimizirajte svoje video uradke kako bi bili vidljivi u rezultatima pretraživanja i donijeli vam više klikova!"],"The premium version of %1$s with more features & support.":["Premium inačica %1$s s više mogućnosti i podrškom."],"Person":["Osoba"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Ovi podaci su prikazani kao meta podaci na vašoj web stranici. Namjena im je da se pojave u %1$sGoogle Knowledge Graph%2$s. Možete odabrati između opcija tvrtka/pravna osoba ili fizička osoba:"],"Website name":["Naziv web stranice"],"Webmaster Tools":["Alati za webmastere"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Nemate postname u URL-u svojih objava i stranica, što izričito preporučamo. Razmislite o postavljanju strukture stalnih veza na /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbovi"],"or":["ili"],"Save Profile":["Spremi profil"],"There were no profiles found":["Nema pronađenih profila"],"Profile":["Profil"],"Current profile":["Trenutni profil"],"Authenticate":["Autentifikacija"],"Get Google Authorization Code":["Zatraži Google Authorization Code"],"Reload crawl issues":["Ponovno učitaj probleme s crawlanjem"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Kako bi kreirali preusmjeravanje i ispravili ovaj problem, trebate %1$s. Dodatak možete kupiti, uključujući godinu dana podrške, ažuriranja i nadogradnji na %2$s."],"Creating redirects is a %s feature":["Stvaranje preusmjeravanja je dostupno kao dio %s "],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Greške koje su se dogodile kada je vašu stranicu indeksirao Googlebot za starije mobilne uređaje ( nisu prikazane greške za desktop )"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Greške koje su se dogodile kada je vašu stranicu indeksirao Googlebot - mobile ( nisu prikazane greške za desktop )"],"Errors that occurred when your site was crawled by Googlebot.":["Greške koje su se dogodile kada je vašu stranicu indeksirao Googlebot. "],"Issue categories":["Kategorije problema"],"Incorrect Google Authorization Code.":["Netočni Google Authorization Code."],"The issues have been successfully reloaded!":["Problemi su uspješno ponovno učitani!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s podaci su uklonjeni. Trebate ponoviti autentifikaciju ako želite ponovno primati podatke."],"Crawl errors per page":["Indeksirane greške po stranici"],"Search":["Pretraži"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Uočite greške u Crawlanju: %1$sovdje se spojite s Google Search Console%2$s."],"Create redirect":["Napravi preusmjeravanje"],"Mark as fixed":["Označi kao riješeno"],"Response code":["Kod odgovora"],"First detected":["Prvo prepoznato"],"Last crawled":["Zadnje indeksirano"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s je otkrio da koristite verziju %2$s kola nije kompatibilna %1$s. Molimo ažurirajte %2$s na najnoviju verziju kako bi mogli koristiti ovu značajku."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast dodaci međusobno dijele neke kodove da bi Vaše stranice ubrzali. Zato je potrebno da svi Yoast dodaci budu ažurni. Otkrili smo da to nije tako pa Vas molimo da ažurirate Yoast dodatke koji još nisu ažurni."],"Feature phone":["Osnovni telefon"],"Smartphone":["Pametni telefon"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Odredišni URL ne postoji, ali vaš server ne vraća 404 grešku"],"Soft 404":["Blagi (soft) 404"],"Request timed out or site is blocking Google.":["Zahtjev je istekao ili web stranica blokira Google."],"Server Error":["Server Error"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot može pristupiti vašoj web stranici, ali određeni URL-ovi su blokirani za Googlebot u %1$s datoteci. Ovo blokiranje je možda postavljeno za sve Googlebotove ili samo za Googlebot-mobile."],"Blocked":["Blokirano"],"Google was unable to crawl this URL due to an undetermined issue.":["Google ne može crawlati ovaj URL zbog neutvrđenog problema."],"URL points to a non-existent page.":["URL upućuje na nepostojeću stranicu."],"Not found":["Nije pronađeno"],"Not followed":["Nije praćeno"],"Faulty redirects":["Neispravna preumsjeravanja"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Potrebna je autentifikacija za poslužitelj, u protivnom će Googlebotu blokirati pristup stranici."],"Access denied":["Pristup zabranjen"],"Deactivate %s":["Deaktivirajte %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s dodatak može uzrokovati probleme kada se koristi zajedno s %2$s."],"Upload Image":["Upload slike"],"Remove these ads?":["Makni ove oglase?"],"%s Posts Overview":["%s pregled objava"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Breadcrumbs naslov se koristi u breadcrumbovina gdje se ova taksonomija pojavljuje."],"Breadcrumbs title":["Naslov breadcrumbova"],"The canonical link is shown on the archive page for this term.":["Kanonska poveznica je prikazana na stranici arhive ovog pojma"],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Drugo"],"Archives":["Arhiva"],"Email":["E-pošta"],"Previous":[""],"Next":["Sljedeća"],"Close":["Zatvori"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s i %2$s mogu kreirati XML mape stranica. Dvostruke XML mape stranica nisu korisne pretraživačima, mogu čak i usporiti vašu web stranicu."],"Configure %1$s's Open Graph settings":["Konfiguracija %1$s OpenGraph postavki"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["I %1$s i %2$s stvaraju OpenGraph rezultat, što bi moglo izazvati prikazivanje krivih tekstova i slika na Facebooku, Twitteru, LinkedInu i drugim društvenim mrežama, kada se stranice dijele."],"%s Image":["%s Slika"],"%s Description":["%s Opis"],"%s Title":["%s Naslov"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Preporučene dimenzije %1$s slike su %2$s piksela."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Ako želite nadvladati sliku koja se koristi na %s za ovu objavu, prenesite / odaberite sliku ili ovdje dodajte URL slike."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Ako ne želite koristiti meta opis za dijeljenje objave na %s, već želite koristiti drugi opis, upišite ga ovdje."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Ako ne želite koristiti naslov članka kako biste objavili članak na %s, nego ovdje želite drugi naslov, zapišite ga ovdje."],"very difficult":["vrlo teško"],"Try to make shorter sentences, using less difficult words to improve readability":["Pokušajte pisati kraće rečenice, koristeći lakše riječi kako bi popravili čitljivost."],"difficult":["teško"],"Try to make shorter sentences to improve readability":["Pokušajte skratiti rečenice kako biste poboljšali čitljivost."],"fairly difficult":["prilično teško"],"OK":["u redu"],"fairly easy":["prilično jednostavno"],"easy":["jednostavno"],"very easy":["vrlo jednostavno"],"Meta Desc.":["Meta opis"],"All SEO Scores":["Svi SEO rezultati"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO problem: Istaknuta slika treba biti najmanje 200x200 piksela velika da bi bila prihvatljiva za Facebook i druge stranice društvenih mreža."],"(no parent)":["(nema roditelja)"],"Post is set to noindex.":["Objava je postavljena na noindex."],"The URL that this page should redirect to.":["URL na koji bi ova stranica se trebala preusmjeriti."],"301 Redirect":["301 preusmjeravanje"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Propisani URL na koji ova stranica treba usmjeravati, ostavite prazan kao zadan za stalnu vezu. %1$sPodržava međudomenske propisane%2$s."],"Canonical URL":["Kanonični URL"],"Title to use for this page in breadcrumb paths":["Naslov koji će se koristiti za ovu stranicu u breadcrumb putanji"],"Breadcrumbs Title":["Breadcrumbs Naslov"],"No Snippet":["Nema isječka"],"No Archive":["Nema arhive"],"No Image Index":["Bez indeksa slika"],"None":["Nijedno"],"Site-wide default: %s":["Zadano za cijelu web stranicu: %s"],"Advanced meta robots settings for this page.":["Napredne meta robot postavke ove stranice."],"Meta robots advanced":["Napredni meta roboti"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Upozorenje: iako se postavke meta robota mogu podesiti ovdje, cijeli web je podešen da se ne indeksira (noindex) u glavnim postavkama privatnosti stoga ove postavke neće imati učinka."],"Meta description":["Meta opis"],"SEO Title":["SEO naslov"],"Focus keyword":["Fokusirana ključna riječ"],"Snippet preview":["Pretpregled isječka"],"Settings successfully imported.":["Postavke uspješno uvezene."],"Settings could not be imported:":["Postavke nisu uvezene:"],"Breadcrumb for 404 pages:":["Breadcrumb za 404 stranice:"],"Prefix for search result pages:":["Prefiks za stranicu s rezultatima pretrage:"],"Prefix for archive pages:":["Prefiks za stranice arhive:"],"Prefix for breadcrumbs:":["Prefiks za breadcrumbove:"],"Anchor text for the homepage:":["Sidrišni tekst za početnu/naslovnu stranicu:"],"Breadcrumbs separator:":["Breadcrumb razdjelnik:"],"%s Breadcrumbs":["%s Breadcrumbovi"],"Use Image":["Koristi sliku"],"Action":["Akcija"],"Page URL/Slug":["Slug/URL stranice"],"Publication date":["Datum objavljivanja"],"Post Status":["Status objave"],"WP Page Title":["WP naslov stranice"],"View":["Pregled"],"View “%s”":["Pregled “%s”"],"Preview":["Predpregled"],"Preview “%s”":["Predpregled “%s”"],"Edit":["Izmijeni"],"Filter":["Filtar"],"New Yoast Meta Description":["Novi Yoast meta opis"],"Existing Yoast Meta Description":["Postojeći Yoast Meta opis"],"Facebook profile URL":["URL Facebook profila"],"Twitter username (without @)":["Korisničko ime na Twitteru (bez @)"],"FAQ":["Česta pitanja"],"Premium Support":["Plaćena podrška"],"Settings":["Postavke"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Trebate %1$sotvoriti zaslon Postavki čitanja%2$s i odznačiti okvir za Vidljivost tražilicama."],"Huge SEO Issue: You're blocking access to robots.":["Veliki SEO problem: blokirali ste pristup robotima tj. tražilicama."],"Posts":["Objave"],"Edit Files":["Izmijeni datoteke"],"Advanced Variables":["Napredne varijable"],"Basic Variables":["Osnovne varijable"],"General":["Općenito"],"Extensions":["Nadogradnje"],"Search Console":["Search Console"],"Tools":["Alati"],"Advanced":["Napredno"],"XML sitemaps":["XML mape stranica"],"Social":["Društvene"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s je otkrio da koristite verziju %2$s od %3$s, molimo ažurirajte na najnoviju verziju kako bi spriječili probleme nekompatibilnosti."],"Just another WordPress site":["Samo još jedna WordPress web-stranica"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Još uvijek imate izvorni WordPress slogan, čak je i nikakav slogan bolji. %1$sOvo možete ispraviti u prilagodniku%2$s."],"You have used HTML in your value which is not allowed.":["Koristili ste HTML u svojoj vrijednosti što nije dopušteno."],"You can't edit %s that aren't yours.":["Ne možete ažurirati %s koji nisu vaši."],"You can't edit %s.":["Ne možete ažurirati %s."],"Post has an invalid Content Type: %s.":["Objava ima ne važeći tip objave: %s."],"Post doesn't exist.":["Objava ne postoji."],"course\u0004Free:":["Besplatno"],"posts\u0004Trash (%s)":["Smeće (%s)","Smeća (%s)","Smeća (%s)"],"posts\u0004All (%s)":["Sva (%s)","Sve (%s)","Svih (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/ca.json b/Resources/Private/Languages/ca.json index 227e01b..d79042c 100644 --- a/Resources/Private/Languages/ca.json +++ b/Resources/Private/Languages/ca.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"ca"},"Has feedback":["Té suggeriments"],"Content optimization:":["Optimització de contingut:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLlegibilitat%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Llegiu %1$saquesta entrada per a més informació sobre per què no donem suport a versions antigues.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Si no heu actualitzat el WordPress a la versió %2$s o superior degut al nou editor Gutenberg, instal·leu l'extensió «Classic Editor». Amb ella gaudireu de la mateixa experiència d'edició que teniu a dia d'avui i podreu disposar de les millores de seguretat de les versions més recents del WordPress i del %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sActualitzeu el WordPress a la versió més recent%2$s%3$sNo esteu utilitzant la versió més recent del WordPress i això pot ser problemàtic. El %4$s, per motius de seguretat i estabilitat, només és compatible amb la versió actual i anterior del WordPress. És a dir, quan surti la propera versió del WordPress, el %5$s només serà compatible amb les versions %6$s i %7$s. Si no actualitzeu el WordPress, no rebreu cap actualització del %5$s. Per tant, doncs, assegureu-vos d'actualitzar el WordPress a la darrera versió el més aviat possible.%3$s%3$s"],"Post Noindexed":["Entrada no indexable"],"No Focus Keyphrase":["Cap frase clau principal "],"Person logo / avatar":["Logotip / avatar de la persona"],"Extend %s":["Ampliació del %s"],"Enroll in the %s for WordPress training":["Apunteu-vos a la formació del %s per al WordPress"],"Posts with the SEO score: %s":["Entrades amb puntuació SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["Vídeo d'aprenentatge del %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Per veure els errors actuals de rastreig, %1$s visiteu Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google ha suspès la seva API d'errors de rastreig. Per tant, els possibles errors de rastreig que pugueu tenir no es mostraran més aquí. %1$sLlegiu la nostra declaració sobre aquest tema per a obtenir més informació%2$s."],"Remove this message":["Elimina aquest missatge"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimitza el teu lloc web per a l'audiència local amb la nostra extensió %s! Detalls d'adreça optimitzats, hores d'obertura, localitzador de la botiga i opció de recollida en botiga!"],"Serving local customers?":["Servint clients locals?"],"Get the %s plugin now":["Ja podeu aconseguir l'extensió %s"],"Organization social profiles":["Perfils socials de l'organització"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Podeu editar informació mostrada dins les meta dades, com els perfils de xarxes socials, el nom i la descripció d'aquest usuari a la seva %1$s pàgina de perfil."],"Personal info":["Informació personal"],"Organization logo":["Logotip de l'organització"],"Organization name":["Nom de l'organització"],"Choose whether the site represents an organization or a person.":["Escolliu si el lloc representa a una persona o a una organització"],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Per fer que el vostre lloc representi a una empresa o organització, aneu a %1$s, cerqueu aparença %2$s i poseu organització o persona a \"organització\"."],"To change the social accounts used for your site, update the details for %1$s.":["Per canviar els perfils de xarxes socials utilitzats pel vostre lloc, actualitzeu les dades per %1$s."],"That means that the form and information below is disabled, and not used.":["Així vol dir que el formulari i la informació de sota estan desactivats i no s'utilitzen."],"Your website is currently configured to represent a Person":["Actualment el vostre lloc està configurat per representar a una Persona"],"(if one exists)":["(si existeix un)"],"Wikipedia page about you":["La vostra pàgina de Wikipedia"],"YouTube profile URL":["URL del perfil de YouTube"],"Tumblr profile URL":["URL del perfil de Tumblr"],"SoundCloud profile URL":["URL del perfil de SoundCloud"],"MySpace profile URL":["URL del perfil de MySpace"],"Organization or person":["Organització o persona"],"The person":["La persona"],"Organization":["L'organització"],"Does your site represent a person or an organization?":["El vostre lloc representa a una persona o a una organització?"],"The name of the organization":["El nom de l'organització"],"Provide an image of the organization logo":["Proporcioneu una imatge del logotip d'organització"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Anteriorment heu configurat el vostre lloc per representar una persona. Hem millorat la nostra funcionalitat de Schema i de Knowledge Graph, així que heu d’entrar i %1$scompletar aquells paràmetres%2$s."],"Select a user...":["Selecciona un usuari..."],"Uncategorized":["Sense categoritzar"],"Name:":["Nom:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Heu seleccionat l’usuari %1$s com a persona que representa aquest lloc. La seva informació de perfil d’usuari s’utilitzarà ara als resultats de la cerca. %2$sActualitzeu el seu perfil per assegurar-vos de que la informació és correcta.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Error: Seleccioneu un usuari a sota per completar les meta dades del vostre lloc."],"SEO score: %s":["Puntuació SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Si existeix una pàgina de la Viquipedia sobre vòs o la vostra organització, afegiu-la també."],"Wikipedia URL":["URL de la Viquipèdia"],"Pinterest profile URL":["URL del perfil de Pinterest"],"Instagram profile URL":["URL del perfil d'Instagram"],"LinkedIn profile URL":["URL del perfil de Linkedln"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["La recerca de paraules clau és essencial en qualsevol estratègia de SEO. Podeu decidir els termes de cerca per als quals voleu que us trobin, i comprendre quines paraules utilitza el vostre públic per trobar-vos. Una bona recerca de paraules clau us indica el contingut que necessiteu per començar a posicionar-vos amb els termes que us interessen. Assegureu-vos que els vostres esforços es concentren en les paraules clau en les que teniu opcions de posicionar-vos! El %1$s us guiarà a través d’aquest procés, pas a pas."],"SEO for Beginners training":["Formació SEO per principiants"],"%s for WordPress training":["%s per a la formació de WordPress"],"All-around SEO training":["Tot sobre formació SEO"],"The image you selected is too small for Facebook":["La imatge que seleccionada és massa petita per Facebook"],"The given image url cannot be loaded":["No es pot carregar l'url de la imatge"],"Find out what words your audience uses to find you":["Esbrineu quines paraules utilitza el vostre públic per trobar-vos"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sLectura fàcil de Flesch%2$s: El contingut puntua %3$s a la prova, que es considera %4$s de llegir. %5$s"],"No JSON object was returned.":["No s'ha tornat cap objecte JSON."],"Received internal links":["Enllaços interns rebuts"],"Outgoing internal links":["Enllaços interns sortints"],"New step added":["Nou pas afegit"],"New question added":["Nova pregunta afegida"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Per poder crear una redirecció i corregir aquest problema, necessiteu %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Podeu comprar l'extensió, incloent un any de suport i actualitzacions, a %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["La caracterísca que conta els enllaços del test proporciona informació de quants enllaços s'han trobat al text i quants enllaços fan referència al text. Això és de molta ajuda quan s'està millorat %1$sl'enllaçat intern%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Perquè aquesta característica funcioni, %1$s necessita almenys la versió %2$s de PHP. Hem detectat la versió %3$s de PHP en aquest lloc web."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Considereu les implicacions i %1$sllegiu aquesta entrada%2$s si voleu més informació sobre l'impacte de mostrar multimèdia en els resultats de cerca."],"Keyphrase":["Frase clau"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Perquè aquesta característica funcioni, %1$s necessita crear una taula a la base de dades. No hem pogut crear aquesta taula automàticament."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Activant aquesta opció, els URLs dels adjunts es fan visibles tant per als visitants com per a Google. Per afegir valor al lloc, han de contenir informació important, sinó podria tenir un impacte negatiu al posicionament."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["La característica de %3$scomptador d'enllaços de text%4$s (introduïda en %1$s %2$s) està inactiva."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Llegiu el següent %1$sarticle base de coneixement%2$s per trobar com resoldre aquest problema."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Per assegurar-nos que tots els enllaços als texts es conten, necessitem analitzar tots els texts."],"All you have to do is press the following button and we'll go through all your texts for you.":["Tot el que heu de fer és fer clic al botó següent i revisarem tots els textos nosaltres."],"Count links":["Conta els enllaços"],"Free":["Gratuït"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$satributs alt de la imatge%5$s: De %2$d imatges en aquesta pàgina, hi ha %1$d atributs alt amb paraules de la vostra frase clau o sinònims. És una mica massa. %4$sIncloeu només la frase clau o els seus sinònims quan encaixa realment a la imatge%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtributs alt de la imatge%2$s: Bona feina!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtribut alt de la imatge%5$s: De %2$d imatges en aquesta pàgina, només %1$d tenen un atribut alt que reflecteix el tema del teu text. %4$sAfegiu la frase clau o sinònims per els tags alt de les imatges més rellevants%5$s!","%3$sAtributs alt de la imatge%5$s: De %2$d imatges en aquesta pàgina, només %1$d tenen un atribut alt que reflecteix el tema del teu text. %4$sAfegeix la frase clau o sinònims per els tags alt de les imatges més rellevants%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtributs alt de la imatge%3$s: Les imatges en aquesta pàgina no tenen atributs alt que reflecteixin el tema del teu text. %2$sAfegiu la frase clau o sinònims al tag alt de les imatges rellevants%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAtributs alt d'imatge%3$s: les imatges d'aquesta pàgina tenen l'atribut alt, però no heu definit la frase clau. %2$sCorregiu-ho%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrase clau en el subtítol%2$s: %3$s dels subtítols d'alt nivell reflecteixen el tema del contingut. Bona feina!","%1$sFrases clau en els subtítols%2$s: %3$s dels teus subtítols d'alt nivell reflecteixen el tema del teu contingut. Bona feina!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrases clau en els subtítols%2$s: Els subtítols del nivell més alt reflexen el tema del contingut. Bona feina!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrase clau en el subtítol%3$s: %2$sUtilitzeu més frases clau o sinònims en els subtítols del nivell més alt%3$s!"],"Page %s":["Pàgina %s"],"Cannot get the size of %1$s because of unknown reasons.":["No es pot saber la mida de %1$s per raons desconegudes."],"Cannot get the size of %1$s because it is hosted externally.":["No es pot obtenir la mida de %1$s perquè el fitxer està allotjat externament."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simplement canvieu el commutador a \"activat\" i podreu utilitzar l'anàlisi recalibrada. Al mateix temps, us afegirem a la nostra llista de correu específica. Només us enviarem per correu electrònic les vostres experiències amb aquesta recalibració."],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Hem %1$srecalibrat el nostre anàlisi%2$s. Amb la nova anàlisi, ens aproparem encara més a com veu Google el vostre lloc web. Seria %3$simpressionant%4$s si vulguessiu %3$sprovar la versió beta d'aquesta funcionalitat%4$s per nosaltres!"],"Get an even better analysis":["Aconseguiu una anàlisi encara millor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTítol%3$s: H1s només s’ha d’utilitzar com a títol principal. Cerqueu tots els H1 del vostre text que no siguin el vostre títol principal i %2$scanvieu-los a un nivell d’encapçalament inferior%3$s!"],"Improve sharing on Facebook and Pinterest":["Milloreu la compartició a Facebook i Pinterest"],"You do not have the required rights to export settings.":["No teniu els permisos necessaris per exportar els paràmetres."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copieu tots els paràmetres a la pestanya \"%1$s\" d'un altre lloc web i feu clic a \"%1$s\" allí."],"These are settings for the %1$s plugin by %2$s":["Aquests són els paràmetres per a l'extensió %1$s de %2$s"],"No settings found.":["No s'han trobat paràmetres."],"Export your %1$s settings here, to copy them on another site.":["Exporteu els paràmetres del %1$s aquí, per a copiar-los a un altre lloc web."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["La importació de paràmetres només funciona en servidors que funcionen amb PHP 5.3 o superior."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importeu els paràmetres enganxant els que heu copiat en un altre lloc web i fent click a \"%s\"."],"Paste your settings from another %s installation.":["Enganxeu els paràmetres d'una altra instal·lació del %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat 0 vegades. Això és menys del mínim recomanat de %3$d vegades per un text d'aquesta llargària. %4$sConcentreu-vos en la frase clau%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %5$d vegada. Això és menys del recomanat %3$d vegades per un text d'aquesta llargària. %4$sConcentrat en la frase clau%2$s!","%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %5$d vegades. Això és menys del recomanat %3$d vegades per un text d'aquesta llargària. %4$sConcentrat en la frase clau%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %3$d vegada. Genial!","%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %3$d vegades. Genial!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %5$d vegada. Això és més del recomanat %3$d vegades per un text d'aquesta llargària. %4$sNo sobreoptimitzeu%2$s!","%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %5$d vegades. Això és més del recomanat %3$d vegades per un text d'aquesta llargària. %4$sNo sobreoptimitzeu%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %5$d vegada. Això és molt més del recomanat %3$d vegades per un text d'aquesta llargària. %4$sNo sobreoptimitzeu%2$s!","%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %5$d vegades. Això és molt més del recomanat %3$d vegades per un text d'aquesta llargària. %4$sNo sobreoptimitzeu%2$s!"],"Indexable deleted for object %1$s with type %2$s":["S'ha suprimit l'indexabilitat per a l'objecte %1$s amb tipus %2$s"],"Indexable saved for object %1$s with type %2$s":["S'ha desat un indexable per a l'objecte %1$s amb el tipus %2$s"],"Indexable created for object %1$s with type %2$s":["S'ha creat un indexable per a l'objecte %1$s amb el tipus %2$s"],"Indexable meta deleted.":["S'ha esborrat el camp meta d'indexació"],"Indexable meta saved for indexable id %1$s with meta key %2$s":["S'ha desat un indexable de metadades per a l'indexable amb id %1$s amb la clau meta %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["S'ha creat un indexable de meta dades per a l'indexable amb id %1$s amb la clau meta %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["No s'ha trobat cap meta per a l'identificador indexable %1$s i clau meta %2$s."],"There is no indexable found for author id %1$s.":["No s'ha trobat cap indexable de l'identificador d'autor %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["No hi ha terme primari per a l'entrada amb identificador %1$s i taxonomia %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["No s'ha trobat cap indexable per al terme amb identificador %1$s i taxonomia %2$s."],"There is no indexable found for post id %1$s.":["No s'ha trobat cap indexable de l'identificador d'entrada %1$s."],"Method %1$s() does not exist in class %2$s":["El mètode %1$s() no existeix a la classe %2$s"],"With %s, you can easily create such redirects.":["Amb %s, podeu crear fàcilment aquest tipus de redireccions."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Canviar els paràmetres dels enllaços permanents pot danyar seriosament la visibilitat als motors de cerca. No s'hauria de fer gairebé %1$s mai %2$s a un lloc web en funcionament."],"WARNING:":["ATENCIÓ:"],"Learn about why permalinks are important for SEO.":["Apreneu perquè els enllaços permanents són importants per al SEO."],"Google Ads":["Anuncis de Google"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sMots de funció a la frase clau %3$s: La vostra frase clau \"%4$s\" només conté mots de funció. %2$sApreneu més sobre com fer una bona frase clau.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Sabeu que %s també analitza les diferents formes de les paraules de la frase clau, com plurals i passats?"],"Clear Image":["Neteja la imatge"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongitud de la frase clau%3$s: %2$sAfegeix una frase clau per calcular la puntuació SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase clau al slug%2$s: Més de la meitat de la teva frase clau surt al slug. Genial!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrase clau al slug%3$s: (Part de) la teva frase clau no apareix al slug.%2$sCanvie-ho%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase clau al slug%2$s: Bona feina!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clau al títol%3$s: No totes les paraules de la frase clau \"%4$s\" surten al títol SEO. %2$sIntenteu utilitzar la coincidència exacta de la vostra frase clau en el títol de SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clau al títol%3$s: No conté la concordança exacta. %2$sIntenteu escriure la concordança exacta de la vostra frase clau en el títol de SEO%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFrase clau al títol%3$s: La concordança exacta de la frase clau apareix al títol de SEO, però no al principi. %2$sIntenteu moure-ho al principi%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrase clau al títol%2$s: la frase clau objectiu exacta apareix al principi del títol SEO. Bona feina."],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribució de la frase clau%2$s: bona feina!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribució de la frase clau%3$s: Desigual. Algunes parts del text no contenen la frase clau ni els seus sinònims. %2$sDistribuïu-los de manera més uniforme%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribució de frases clau%3$s: Molt desigual. Grans parts del text no contenen la frase clau o els seus sinònims. %2$sDistribuïu-les de manera més uniforme%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribució de la frase clau%3$s %2$sIncloeu la vostra frase clau o sinònims al text de manera que puguem comprovar la distribució de frases clau%3$s."],"Help on choosing the perfect focus keyphrase":["Ajuda triant la frase clau perfecta"],"Would you like to add a related keyphrase?":["Voleu afegir una frase clau relacionada?"],"Go %s!":["Vés a %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["No mostrar els arxius de data als resultats de recerca tècnicament vol dir que tindran un %1$s robots meta. %2$sMés informació als paràmetres de resultats de la cerca%3$s."],"Rank better with synonyms & related keyphrases":["Aconseguiu un millor posicionament amb sinònims i frases clau relacionades."],"optimize a single post for synonyms and related keyphrases.":["optimitzeu una entrada per a sinònims i frases clau relacionades."],"Synonyms & related keyphrases":["Sinònims i frases clau relacionades"],"Add related keyphrase":["Afegeix una frase clau relacionada"],"Dismiss %s upgrade notice":["Descarta l'avís d'actualització %s"],"Upgrade to %s":["Actualitza al %s"],"%1$s video":["Vídeo del %1$s"],"Get %s":["Obtè el %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrase clau utilitzada prèviament%6$s: Heu utilitzat aquesta frase clau %1$s%2$d vegades abans%3$s. %5$sNo utilitzeu la frase clau més d'una vegada%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrase clau utilitzada prèviament%5$s: Heu utilitzat aquesta frase clau %1$suna vegada abans%2$s. %4$sNo utilitzeu la frase clau més d'una vegada%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrase clau utilitzada prèviament%2$s: no heu utilitzat aquesta frase clau abans, molt bé."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sMots buits al resum%3$s: El resum d'aquest pàgina conté un mot buit. %2$sElimineu-lo%3$s!","%1$sMots buits al resum%3$s: El resum d'aquest pàgia conté mots buits. %2$sElimineu-los%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sResum massa llarg%3$s: el resum d'aquesta pàgina és una mica llarg. %2$sEscurceu-lo%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtributs alt d'imatge%3$s: no hi ha imatges en aquesta pàgina. %2$sAfegiu-ne alguna%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sEnllaç de la frase clau %3$s: Esteu enllaçant cap a una altra pàgina amb les paraules amb les quals vols posicionar aquesta pàgina. %2$sNo feu això%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Això està molt per sota del mínim recomanat d'%5$d paraula. %3$sAfegiu més contingut%4$s.","Això està molt per sota del mínim recomanat de %5$d paraules. %3$sAfegiu més contingut%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Això està per sota del mínim recomanat d'%5$d paraula. %3$sAfegiu més contingut%4$s.","Això està per sota del mínim recomanat de %5$d paraules. %3$sAfegiu més contingut%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLongitud del text%4$s: El text conté %1$d paraula.","%2$sLongitud del text%4$s: el text conté %1$d paraules."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLongitud del text%3$s: el text conté %1$d paraula. Bona feina!","%2$sLongitud del text%3$s: el text conté %1$d paraules. Bona feina!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrase clau al subtítol%3$s: més de75%% dels teus subtítols reflexen el tema de la còpia. Això és massa. %2$sNo sobreoptimitzeu%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sAmplada del títol SEO%3$s: %2$sSi us plau, creeu un títol SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sAmplada del títol SEO%3$s: l'amplada del títol SEO és més ampla que el límit visible. %2$sProveu de fer-lo més curt%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sAmplada del títol SEO%2$s: Bona feina!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sAmplada del títol SEO%3$s: El títol SEO és massa curt. %2$sFeu servir l'espai per afegir variacions de paraules clau o per a crear un text que animi a una acció%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sEnllaços sortints%2$s: Hi ha enllaços sortints nofollow i normals en aquesta pàgina. Bona feina!"],"%1$sOutbound links%2$s: Good job!":["%1$sEnllaços sortints%2$s: bona feina!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sEnllaços sortints%3$s: Tots els enllaços sortints d'aquesta pàgina són nofolloe. %2$sAfegiu alguns enllaços normals%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sEnllaços sortints%3$s: no hi ha enllaços sortints en aquesta pàgina. %2$sAfegiu-ne alguns%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLongitud de la metadescripció%2$s: ben fet!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLongitud de la metadescripció%3$s: La metadescripció té més de %4$d caràcters. Per assegurar que la descripció sencera sigui visible, %2$shauríeu de reduïr-ne la longitud%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLongitud de la metadescripció%3$s: la metadescripció és massa curta (per sota de %4$d caràcters). Hi ha fins a %5$d caràcters disponibles. %2$sFeu servir l'espai%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLongitud de la metadescripció%3$s: no s'ha especificat cap metadescripció. Els motors de cerca mostraran text de la pàgina en el seu lloc. %2$sAssegureu-vos d'escriure'n un%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrase clau a la metadescripció%2$s: la metadescripció s'ha especificat, però no conté la frase clau. %3$sCorregiu-ho%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase calu a la descripció meta%2$s: la descripció meta conté la frase clau %3$s vegades, que supera el màxim recomanat de 2 cops. %4$sLimiteu-ho%5$s."],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sLa frase clau a la descripció meta%2$s: La frase clau o els seus sinònims apareixen a la descripció meta. Ben fet."],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sMida de la frase clau%5$s: la frase clau té una llargada de %1$d paraules. Això és més que el màxim recomanat de %2$d paraules. %4$sEscurceu-la%5$s."],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sMida de la frase clau%5$s: la frase clau té una llargada de %1$d paraules. Això és més del màxim recomanat de %2$d paraules. %4$sFeu-la més curta%5$s."],"%1$sKeyphrase length%2$s: Good job!":["%1$sLongitud de la frase clau%2$s: bona feina!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sMida de la frase clau%3$s: no s'ha establert cap frase clau objectiu per a aquesta pàgina. %2$sEstabliu una frase clau per tal de calcular la puntuació SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrase clau a la introducció%3$s: la frase clau o els seus sinònims no apareixen al primer paràgraf del text. %2$sAssegureu-vos que el tema principal es veu clar de seguida.%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrase clau a la introducció%3$s: la frase clau o els seus sinònims apareixen en el primer paràgraf del text, però no dins una frase. %2$sMireu de solventar-ho%3$s."],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sLa frase clau a la introducció%2$s: ben fet!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sEnllaços interns%2$s: Hi ha enllaços interns nofollow i normals en aquesta pàgina. Bona feina!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sEnllaços interns%2$s: teniu prou enllaços interns. Ben fet!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sEnllaços interns%3$s: els enllaços interns en aquesta pàgina són tots de tipus nofollowed. %2$sAfegiu algun bon enllaç intern%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sEnllaços interns%3$s: No hi ha enllaços interns en aquesta pàgina, %2$sassegureu-vos d'afegir-ne algun%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sParaules de transició%2$s: ben fet!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sParaules de transició%2$s: Només %3$s de les frases contenen paraules de transició, i no és suficient. %4$sUtilitzeu-ne més%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sPAraules de transició%2$s: Cap de les frases contenen paraules de transició. %3$sAfegiu-ne alguna%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNo hi ha prou contingut%2$s: %3$sAfegiu contingut per a permetre una bona anàlisi%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribució de subtítols%2$s: No esteu fent servir cap subtítol, però el text és prou curt i segurament no són necessaris."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribució de subtítols%2$s: No esteu fent servir cap subtítol malgrat que el text és força llarg. %3$sProveu d'afegir algun subtítol%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribució de subtítols%2$s: %3$d secció del text té més de %4$d paraules i no s'usa cap subtítol per a separar el contingut. %5$sAfegiu subtítols per a millorar la llegibilitat%2$s.","%1$sDistribució de subtítols%2$s: %3$d seccions del text tenen més de %4$d paraules i no s'usa cap subtítol per a separar-ne el contingut. %5$sAfegiu subtítols per a millorar la llegibilitat%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribució de subtítols%2$s: Bona feina!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sMida de la frase%2$s: %3$s de les frases contenen més de %4$s paraules, que és més del màxim recomanat de %5$s. %6$sProva d'escurçar les frases%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLongitud de la sentència%2$s: perfecte!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFrases consecutives%2$s: Hi ha prou varietat en les frases."],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFrases consecutives%2$s: El text conté %3$d frases consecutives que comencen amb el mateix mot. %5$sIntenteu usar més variacions%2$s","%1$sFrases consecutives%2$s: El text conté %4$d instàncies on %3$d o més frases consecutives comencen amb el mateix mot. %5$sIntenteu usar més variacions%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVeu passiva%2$s: %3$s de les frases contenen veu passiva, que és més del màxim recomant de %4$s. %5$sMireu d'usar equivalents en veu activa%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVeu passiva%2$s: Esteu usant prou la veu activa."],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sMida del paràgraf%2$s: %3$d dels paràgrafs contenen més del màxim recomanat de %4$d paraules. %5$sEscurceu els paràgrafs%2$s.","%1$sMida del paràgraf%2$s: %3$d dels paràgrafs contenen més del màxim recomanat de %4$d paraules. %5$sEscurceu els paràgrafs%2$s"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sMida del paràgraf%2$s: Cap dels paràgrafs és massa llarg."],"Good job!":["Bon treball!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFacilitat de lectura Flesch%2$s: l'escrit puntua %3$s en la prova, que es considera %4$s de llegir. %5$s%6$s%7$s"],"Focus keyphrase":["Frase clau objectiu"],"%1$s with ID %2$s couldn't be patched":["%1$s amb l'ID %2$s no s'ha pogut solucionar"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Petició POST no vàlida. Els valors meta ja existeixen per a l'objecte amb ID %1$s."],"Indexable with ID `%1$s` does not exist":["L'indexable amb l'ID `%1$s` no existeix"],"No object with ID %1$s and %2$s could be found":["No s'ha trobat cap objecte amb els identificadors %1$s ni %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["'%1$s' no és un subtipus vàlid de '%2$s'"],"The object type `%1$s` is invalid":["El tipus d'objecte \"%1$s\" és invàlid"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Tipus no vàlid per al paràmetre `%1$s` passat. S'esperava `%2$s`, però s'ha obtingut `%3$s`"],"The parameter `%1$s` cannot be empty.":["El paràmetre \"%1$s\" no pot estar buit."],"Check Keyphrase Density":["Comproveu la densitat de la frase clau objectiu"],"Disable":["Deshabilita"],"Allow Control":["Permet el control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Aquesta pestanya us permet desactivar selectivament les característiques %s de tots els llocs de la xarxa. Per defecte, totes les característiques estan activades, cosa que permet als administradors del lloc escollir si volen activar o desactivar una característica per al seu lloc. Quan desactiveu aquí una característica, els administradors dels lloc no la podran utilitzar."],"%s is a required feature toggle argument.":["%s és un argument d'activació de la característica obligatori."],"Keyphrase:":["Frase clau:"],"Remove keyphrase":["Suprimeix la frase clau"],"This feature has been disabled by the network admin.":["Aquesta característica ha estat desactivada per l'administrador de la xarxa."],"Focus keyphrase not set.":["La frase clau objectiu no està establerta."],"Multiple keyphrases":["Múltiples frases clau"],"Colon":["Cometa"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Tant %1$s com %2$s gestionen el SEO del vostre lloc. Executar dos extensions de SEO al mateix temps és perjudicial."],"There is a new notification.":["Hi ha una nova notificació.","Hi ha noves notificacions."],"Learn more about the readability analysis":["Obteniu més informació sobre l'anàlisi de lectura."],"Describe the duration of the instruction:":["Descriviu la durada de la instrucció:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personalitzeu com voleu descriure la durada de la instrucció"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Aquesta és una llista de contingut relacionat que podeu enllaçar a l'entrada. {{a}}Llegiu l'article sobre l'estructura del lloc {{/a}} per tal d'obtenir més informació de com els enllaços interns poden ajudar-li a millorar el SEO."],"%s, %s and %s":["%s, %s i %s"],"%s and %s":["%s i %s"],"%d minute":["%d minut","%d minuts"],"%d hour":["%d hora","%d hores"],"%d day":["%d dia","%d dies"],"Enter a step title":["Introduïu un títol per al pas"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Això us pot donar un millor control sobre el disseny dels pasos."],"CSS class(es) to apply to the steps":["Classes CSS per aplicar als pasos"],"minutes":["minuts"],"hours":["hores"],"days":["dies"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Creeu una guia de com-es-fa de manera amigable amb el SEO. Només es pot utilitzar un bloc de com-es-fa per entrada."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Llista les preguntes freqüents d'una manera compatible amb el SEO. Només podeu usar un bloc de preguntes freqüents per entrada."],"Copy error":["Error al text"],"An error occurred loading the %s primary taxonomy picker.":["S'ha produït un error en la càrrega del selector %s de la taxonomia primària."],"%1$s Structured Data Blocks":["Blocs de dades estructurades del %1$s"],"Time needed:":["Temps necessari:"],"Move question down":["Mou la pregunta avall"],"Move question up":["Mou la pregunta amunt"],"Insert question":["Insereix una pregunta"],"Delete question":["Esborra una pregunta"],"Enter the answer to the question":["Introdueix la resposta a la pregunta"],"Enter a question":["Introdueix una pregunta"],"Add question":["Afegeix una pregunta."],"Frequently Asked Questions":["Preguntes Freqüents"],"Great news: you can, with %s!":["Bones notícies: podeu, amb %s!"],"Select the primary %s":["Selecciona la %s primària"],"Check links to this URL":["Verifica els enllaços a aquest URL."],"Keyword research training":["Curs de recerca de paraules clau"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Comproveu la %1$splantilla d'arxius%2$s per al següent tipus de contingut: %3$s.","Comproveu les %1$splantilla d'arxius%2$s per als següents tipus de contingut: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Esteu intentant utilitzar múltiples paraules clau? Hauríeu d'afegir-les separadament a sota."],"Mark as cornerstone content":["Marca com a contingut essencial"],"Move step down":["Mou avall"],"Move step up":["Mou amunt"],"Insert step":["Insereix un pas"],"Delete step":["Elimina el pas"],"Add image":["Afegeix una imatge"],"Enter a step description":["Introdueix una descripció del pas"],"Enter a description":["Afegeix una descripció"],"Unordered list":["Llista desordenada"],"Showing step items as an ordered list.":["Es mostren els elements dels passos com una llista ordenada"],"Showing step items as an unordered list":["Es mostren els elements dels passos com una llista desordenada"],"Add step":["Afegeix un pas"],"Delete total time":["Esborra el temps total"],"Add total time":["Afegeix el temps total"],"How to":["Com fer "],"How-to":["Com fer"],"Snippet Preview":["Vista prèvia de fragment"],"Analysis results":["Resultats de l'anàlisi:"],"Enter a focus keyphrase to calculate the SEO score":["Introduïu una paraula clau per calcular la puntuació SEO "],"Learn more about Cornerstone Content.":["Apreneu més sobre el contingut essencial."],"Cornerstone content should be the most important and extensive articles on your site.":["El contingut essencial han de ser els articles més importants i extensos del vostre lloc."],"Restore Site":["Restaura el lloc"],"Network Settings":["Paràmetres de la xarxa"],"You are not allowed to perform this action.":["No teniu permisos per a realitzar aquesta acció."],"Error: %s":["Error: %s"],"Success: %s":["Èxit: %s"],"Site with ID %d not found.":["No s'ha trobat el lloc amb l'ID %d."],"No site has been selected to restore.":["No s'ha seleccionat cap lloc per restaurar."],"You are not allowed to modify unregistered network settings.":["No teniu permisos per modificar paràmetres de xarxa no registrats."],"deleted":["Esborrat"],"Would you like to add another keyphrase?":["Us agradaria afegir una altra frase clau?"],"image preview":["previsualització de la imatge"],"Copied!":["S'ha copiat!"],"Not supported!":["No és compatible!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Llegiu {{a}}el nostre article sobre l'estructura dels llocs{{/a}} per a saber-ne més dels beneficis que tenen els enllaços interns per al SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Quan afegiu una mica més de text, us mostrarem una llista de continguts relacionats als quals podríeu enllaçar a l'entrada."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Considereu enllaçar a aquests {{a}}articles essencials:{{/ a}}"],"Consider linking to these articles:":["Considereu enllaçar a aquests articles:"],"Copy link":["Copia l'enllaç"],"Copy link to suggested article: %s":["Copia l'enllaç a l'article suggerit: %s"],"The site's tagline":["Descripció curta del lloc"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Recentment hem millorat la funcionalitat dels paràmetres d'aparença al cercador. Lamentablement, hem descobert que en alguns casos puntuals, es produeixen errors en desar els paràmetres d'arxius de tipus d'entrades personalitzades."],"Not all required fields are given. Missing field %1$s":["No s'han proporcionat tots els camps obligatoris. Falta el camp %1$s"],"Optimize your site for Google News.":["Optimitzeu el lloc per al Google News."],"Optimize your shop's SEO and sell more products!":["Optimitzeu el SEO de la vostra botiga i veneu més productes!"],"Be found in Google Video search and enhance your video sharing on social media.":["Apareixeu a les cerques de Google Video i milloreu la compartició de vídeos a les xarxes socials."],"Be found in Google Maps and local results.":["Apareixeu al Google Maps i als resultats locals."],"Learn practical SEO skills to rank higher in Google.":["Apreneu competències pràctiques en SEO per a posicionar millor a Google."],"Don’t waste time figuring out the best settings yourself.":["No perdeu temps endevinant els millors paràmetres."],"Get quick wins to make your site rank higher in search engines.":["Aconseguiu punts per a pujar el posicionament als motors de cerca."],"Add synonyms":["Afegiu sinònims"],"Would you like to add keyphrase synonyms?":["Us agradaria afegir sinònims de frase clau?"],"Would you like to add more than one keyphrase?":["Us agradaria afegir més d'una frase clau?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Podeu editar les metadades SEO per a aquest tipus personalitzat a la %1$spàgina de la botiga%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["No heu definit una pàgina de la botiga a la configuració del WooCommerce. Feu això primer."],"Current year":["Any actual"],"Page":["Pàgina"],"Breadcrumb settings for %s archive":["Configuració de les molles de pa per a l'arxiu de %s"],"Tagline":["Descripció curta"],"Modify your meta description by editing it right here":["Modifiqueu la descripció meta editant-la aquí."],"description (custom taxonomy)":["descripció (taxonomia personalitzada)"],"(custom taxonomy)":["(taxonomia personalitzada)"],"(custom field)":["(camp personalitzat)"],"Term404":["Term404"],"Caption":["Llegenda"],"Pagenumber":["Pagenumber"],"Pagetotal":["Pagetotal"],"Page number":["Número de pàgina"],"User description":["Descripció de l'usuari"],"ID":["ID"],"Modified":["Modificat"],"Post type (plural)":["Tipus de contingut (plural)"],"Post type (singular)":["Tipus de contingut (singular)"],"Separator":["Separador"],"Search phrase":["Frase de cerca"],"Term title":["Títol del terme"],"Term description":["Descripció del terme"],"Tag description":["Descripció de l'etiqueta"],"Category description":["Descripció de la categoria"],"Primary category":["Categoria principal"],"Category":["Categoria"],"Tag":["Etiqueta"],"Excerpt only":["Només l'extracte"],"Excerpt":["Extracte"],"Site title":["Títol del lloc"],"Archive title":["Títol de l'arxiu"],"Parent title":["Títol del pare"],"Date":["Data"],"Label":["Etiqueta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Hauríeu de crear una redirecció per assegurar-te que els visitants no obtenen un error 404 quan facin clic a l'URL que ja no funciona."],"Search engines and other websites can still send traffic to your deleted post.":["Els motors de cerca i altres webs pot ser que segueixin enviant trànsit a l'entrada esborrada."],"Make sure you don't miss out on traffic!":["Assegureu-vos de no perdre tràfic!"],"You just deleted a %1$s.":["Acabeu d'esborrar una %1$s."],"You just trashed a %1$s.":["Acabeu d'enviar a la paperera una %1$s."],"Settings for %s archive":["Paràmetres per a l'arxiu de %s"],"Settings for single %s URLs":["Paràmetres per als URL de cada %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Els paràmetres d'aquesta pàgina us permeten especificar quina hauria de ser l'aparença en el cercador per defecte per a qualsevol tipus de contingut que tingueu. Podeu triar quins tipus de contingut apareixeran als resultats de cerca i quina hauria de ser la seva descripció per defecte."],"Note that not all variables can be used in every field.":["Tingueu en compte que no totes les variables es poden utilitzar en tots els camps."],"Snippet variables":["Variables per als fragments"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respecta la vostra privadesa. Llegiu la nostra %2$spolítica de privadesa%3$s per saber com gestionem la vostra informació personal."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Si sabeu què significa això i no voleu veure més aquest missatge podeu %1$sdescartar aquest missatge%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Els paràmetres actuals permeten que existeixin URLs per als fitxers adjunts. %1$sLlegiu aquesta entrada sobre un problema potencial%2$s amb els URL dels adjunts i reviseu si teniu la configuració correcta."],"Unknown type %1$s":["Tipus desconegut %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inclou un compte gratuït MyYoast que us dóna accés al nostre curs gratuït SEO per a principiants!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Doneu-vos d'alta al nostre butlletí de notícies si voleu estar al dia quant al %1$s, altres extensions interessants de %2$s i notícies interessants i consells del món del SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Aconseguiu el codi de verificació de Baidu a les %1$seines per a administradors web de Baidu%2$s."],"Baidu verification code":["Codi de verificació de Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["La funcionalitat de l'importador del %s utilitza taules temporals de la base de dades. Sembla que la vostra instal·lació de WordPress no té la capacitat per fer això, si us plau, consulteu el vostre proveïdor d'allotjament."],"Cleanup of %s data failed.":["La neteja de les dades del %s ha fallat."],"Content Type":["Tipus del contingut"],"Filter by content type":["Filtra per tipus de contingut"],"Show All Content Types":["Mostra tots els tipus de contingut."],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Si voleu corregir això desmarqueu la caixa davant del «Dividiu els comentaris en pàgines...» a la %1$spàgina de paràmetres dels comentaris%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Subsituït pel títol normal per a un arxiu generat pel WordPress"],"Clean":["Neteja"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Quan estigueu segurs que el vostra lloc web està OK, podeu netejar les dades. Això esborrarà les dades originals."],"Step 5: Clean up":["Passa 5: Neteja"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Hauríeu d'executar l'assistent de configuració, des de SEO → General → Tauler de control, per assegurar-vos que els paràmetres del lloc web són correctes."],"Step 4: Run the configuration wizard":["Pas 4: Execució de l'assistent d'importació"],"Please check your posts and pages and see if the metadata was successfully imported.":["Comproveu les entrades i les pàgines per assegurar-vos que les metadades s'han importat correctament."],"Step 3: Check your data":["Pas 3: Comprovació de les dades"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Això importarà les metadades d'entrada, com ara els títols i les descripcions SEO, a les metadades del %1$s. Només ho farà si no hi ha encara metadades de %1$s. Les dades originals seguiran al seu lloc."],"Step 2: Import":["Pas 2: Importació"],"Please make a backup of your database before starting this process.":["Feu una còpia de seguretat de la vostra base de dades abans de començar aquest procés."],"Step 1: Create a backup":["Pas 1: Creació d'una còpia de seguretat"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Hem detectat dades d'una o més extensions SEO al vostre lloc web. Seguiu les passes següents per importar les dades:"],"Plugin: ":["Extensió:"],"%s did not detect any plugin data from plugins it can import from.":["El %s no ha detectat dades de cap extensió dels que pugui importar."],"Posts that should not show up in search results":["Entrades que no haurien de mostrar-se als resultats de la cerca"],"%s data found.":["S'han trobat dades del %s."],"%s data successfully removed.":["S'han eliminat les dades del %s correctament."],"%s data successfully imported.":["S'han importat les dades del %s completament."],"%s data not found.":["No s'han trobat les dades del %s."],"Improve your SEO skills":["Milloreu els vostres coneixements sobre SEO"],"24/7 email support":["Suport 24/7 per correu electrònic"],"No more dead links a.k.a. 404 pages":["Sense cap enllaç mort (també conegut com a pàgines 404)"],"Get real-time suggestions for internal links":["Aconseguiu suggeriments per a enllaços interns en temps real"],"Preview your page in Facebook and Twitter":["Previsualitzeu la pàgina al Facebook i al Twitter."],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Feu clic al botó «%3$s» per a utilitzar la descripció meta ja definida al paràmetre de la %1$spàgina d'inici de l'aparença de cerca%2$s."],"Help on copying the home meta description":["Ajuda per a copiar la meta descripció de la pàgina d'inici"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Si voleu permetre saber als motors de cerca quins perfils socials estan associats a aquest lloc, introduïu les dades dels perfils socials a continuació."],"Learn more about your social profiles settings":["Llegiu més sobre els paràmetres dels perfils socials"],"Remove the categories prefix":["Suprimiu el prefixe de la categoria"],"Help on the category prefix setting":["Ajuda amb el paràmetre de prefixe de la categoria"],"Learn more about the available variables":["Apreneu més sobre les variables disponibles"],"Learn more about the RSS feed setting":["Apreneu més sobre el paràmetre del fil RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Quan pugeu fitxers multimèdia (una imatge o un vídeo, per exemple) a WordPress, no guarda només el medi, crea també un URL d'adjunt per a ell. Aquestes pàgines d'adjunts estan força buides: contenen l'element del medi i potser un títol. A causa d'això, si mai feu servir aquests URL d'adjunts, és millor desactivar-les, i redirigir al medi mateix."],"Learn more about the Media and attachment URLs setting":["Apreneu més sobre el paràmetre d'URLs de mèdia i adjunts"],"Learn more about the title separator setting":["Apreneu més sobre el paràmetre del separador de títol"],"Learn more about the knowledge graph setting":["Apreneu més sobre el paràmetre del «knowledge graph»"],"Learn more about the homepage setting":["Apreneu més sobre el paràmetre de la pàgina d'inici"],"Learn more about the special pages setting":["Apreneu més sobre el paràmetre de les pàgines especials"],"Help on the date archives search results setting":["Ajuda referent al paràmetre dels arxius de dates als resultats de cerca"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar els fitxers d'autor sense entrades en els resultats de cerca significa que tindran un meta robots %1$s i que s'exclouran dels mapes del lloc XML. %2$sMés informació sobre els paràmetres de resultats de cerca%3$s."],"Help on the authors without posts archive search results setting":["Ajuda referent al paràmetre dels resultats de cerca per als arxius d'autors sense entrades"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar l'arxiu dels autors als resultats de cerca significa tècnicament que tindran una etiqueta meta robots %1$s i s'exclouran del mapa de lloc XML. %2$sMés informació sobre els paràmetres dels resultats de cerca%3$s."],"Help on the author archives search results setting":["Ajuda referent al paràmetre de resultats de cerca per als arxius d'autors"],"Archives settings help":["Ajuda dels paràmetres dels arxius"],"Learn more about the archives setting":["Apreneu més sobre el paràmetre dels arxius"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Aconseguiu el codi de verficació de Yandex a %1$sles eines per a administradors web de Yandex%2$s."],"Yandex verification code":["Codi de verificació de Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Aconseguiu el codi de verificació de Google a la %1$sconsola de cerca de Google%2$s."],"Google verification code":["Codi de verificació de Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Aconseguiu el codi de verificació de Bing a les %1$seines per a administradors web de Bing%2$s."],"Bing verification code":["Codi de verificació de Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Podeu fer servir les caixes següents per verificar les diferents eines per a administradors web. Aquesta característica afegirà una etiqueta meta de verificació a la portada. Seguiu els enllaços a les diferents eines i mireu les instruccions per al mètode de verificació de l'etiqueta meta amb el qual aconseguir el codi de verificació. Si el lloc ja està verificat, podeu oblidar-vos-en d'això."],"Learn more about the Webmaster Tools verification":["Apreneu més sobre la verificació de les Eines per a Webmasters"],"On":["Activat"],"Help on: %s":["Ajuda amb: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s té un munt de característiques. Podeu activar / desactivar algunes d'elles a continuació. En fer clic al signe d'interrogació es mostra més informació sobre la característica."],"Off":["Desactivat"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["La secció avançada de la caixa meta de %1$s permet a un usuari eliminar entrades dels resultats de cerca o canviar el canonical. Aquestes són coses que potser no voleu que faci un autor. És per això que, per defecte, només els editors i administradors poden fer-ho. Establir això a \"%2$s\" permetrà a tots els usuaris canviar aquests paràmetres."],"Security: no advanced settings for authors":["Seguretat: sense paràmetres avançats per als autors"],"See who contributed to %1$s.":["Mireu qui ha col·laborat amb %1$s."],"Help on this search results setting":["Ajuda referent a aquest paràmetre dels resultats de cerca"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar els fitxers de %1$s en els resultats de cerca tècnicament significa que tindran un meta robots %2$s i que s'exclouran dels mapes del lloc XML. %3$sMés informació sobre els paràmetres de resultats de cerca%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar els %1$s en els resultats de cerca tècnicament significa que tindran un meta robots %2$s i que s'exclouran dels mapes del lloc XML. %3$sMés informació sobre els paràmetres de resultats de cerca%4$s."],"Check SEO configuration":["Comproveu la configuració SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Voleu assegurar-vos que els paràmetres del %1$s són correctes? %2$sObriu l'assistent de configuració de nou%3$s per a validar-los."],"Default for %2$s, currently: %1$s":["Valor predeterminat per a %2$s, actualment %1$s"],"Show %s in search results?":["Voleu mostrar %s als resultats de la cerca?"],"this author's archives":["els arxius d'aquest autor"],"Do not allow search engines to show %s in search results.":["No permeteu que els motors de cerca mostren %s als resultats de la cerca."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Els URLs de les categories a WordPress contenen un prefix, habitualment %s, aquesta característica elimina aquest prefix, només per a les categories."],"Category URLs":["URLs de categories"],"the archive for %s":["l'arxiu per a %s"],"Redirect attachment URLs to the attachment itself?":["Voler redirigir els URLs dels adjunts directament a l'adjunt?"],"We recommend you set this to Yes.":["Us recomanem que ho definiu com a Si."],"Media & attachment URLs":["Mèdia i URLs d'adjunts"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Això és el que es mostra als resultats de cerca quan la gent troba la vostra pàgina d'inici. Això significa que és el que probablement veuen quan cerquen pel nom de la vostra marca."],"date archives":["arxius de dates"],"archives for authors without posts":["arxius d'autors sense entrades"],"Read why XML Sitemaps are important for your site.":["Llegiu perquè els mapes de lloc XML són importants per al vostre lloc web."],"Enable the XML sitemaps that %s generates.":["Habiliteu els mapes de lloc XML que genera %s."],"See the XML sitemap.":["Mostra el mapa de lloc XML."],"%2$s (current default for %1$s)":["%2$s (valor predeterminat actual per a %1$s)"],"Media":["Mèdia"],"Content Types":["Tipus de contingut"],"Should search engines follow links on this %1$s?":["Els motors de cerca haurien de seguir els enllaços en aquesta %1$s?"],"Allow search engines to show this %s in search results?":["Voleu permetre als motors de cerca mostrar %s als resultats de de la cerca?"],"Search Appearance":["Aparença de la cerca"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Especifiqueu els tipus de contingut que voleu que apareiguin als motors de cerca. Si no sabeu la diferència entre ells, el millor és deixar els paràmetres predeterminats."],"Search engines should show \"%1$s\" in search results:":["Els motors de cerca haurien de mostrar «%1$s» als resultats de la cerca:"],"Search engine visibility":["Visibilitat del motor de cerca"],"Toggle %1$s's XML Sitemap":["Habilita/deshabilita el mapa de lloc XML del %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Les sol·licituds d'assistència que creeu aquí serán enviades directament al nostre sistema de suport que està protegit amb SSL de 256 bits, de manera que la comunicació és 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La funció de contingut fonamental us permet marcar i filtrar els conceptes bàsics del vostre lloc web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si teniu un problema que no podeu resoldre amb els nostres vídeo tutorials o base de coneixement, podeu enviar un missatge al nostre equip de suport. Es troba actiu 24/7."],"Good results":["Bons resultats"],"Get better search results in local search":["Aconseguiu millor resultats a la cerca local"],"Allow customers to pick up their %s order locally":["Permet als usuaris recollir la seva ordre del %s en persona"],"SEO analysis":["Anàlisi SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["L'anàlisi SEO ofereix suggeriments per a millorar el SEO del text."],"Learn how the SEO analysis can help you rank.":["Apreneu com l'anàlisi SEO us ajudarà a posicionar-vos."],"The readability analysis offers suggestions to improve the structure and style of your text.":["L'anàlisi de la llegibilitat ofereix suggeriments per millorar l'estructura i l'estil del text."],"Discover why readability is important for SEO.":["Descobriu per què la llegibilitat es important pel SEO."],"Find out how cornerstone content can help you improve your site structure.":["Apreneu com el contingut fonamental us ajudarà a millorar l'estructura del lloc web."],"The text link counter helps you improve your site structure.":["El comptador d'enllaços al text us ajudarà a millorar l'estructura del vostre lloc web."],"Find out how the text link counter can enhance your SEO.":["Esbrineu com el comptador d'enllaços de text pot millorar el vostre SEO."],"%s integration":["Integració amb el %s"],"Read more about how %s works.":["Llegiu més sobre com funciona el %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activeu aquesta funció si vols que Facebook i altres mitjans socials mostrin una visualització prèvia amb imatges i un extracte de text quan es comparteixi un enllaç al vostre lloc web."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activeu aquesta funció si voleu que Twitter mostri una visualització prèvia amb imatges i un extracte de text quan es comparteixi un enllaç al vostre lloc."],"Find out why you should upgrade to %s":["Vegeu perquè hauríeu d'actualitzar a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Darreres entrades a %1$s"],"Need help?":["Necessiteu ajuda?"],"Remove highlight from the text":["Elimineu el remarcat del text"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Comenceu ja mateix amb l'%2$sassistent de configuració%3$s del %1$s!"],"First-time SEO configuration":["Configuració inicial del SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["El vostre lloc està configurat en {language}. Si no és correcte, contacteu l'administrador del vostre lloc web."],"Your site language is set to {language}.":["El vostre lloc està configurat en {language}"],"Highlight this result in the text":["Remarque aquest resultat al text"],"Considerations":["Consideracions"],"Errors":["Errors"],"Change language":["Canvieu l'idioma"],"You cannot create a %s file.":["No podeu crear el fitxer %s."],"You cannot edit the %s file.":["No podeu editar el fitxer %s."],"Updated %s":["S'ha actualitzat el %s"],"Create %s file":["Crea el fitxer %s"],"Edit the content of your %s:":["Editeu el contingut del vostre %s:"],"Save changes to %s":["Desa els canvis a %s"],"%s file":["Fitxer %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s i %2$s funcionen millor si afegiu una extensió d'ajuda. Instal·leu %3$s i tot anirà millor. %4$s."],"More information":["Més informació"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s i %2$s funcionen millor si afegiu una extensió d'ajuda. Activeu %3$s i tot anirà millor."],"More information about %1$s":["Més informació quant a %1$s"],"Configuration Wizard":["Assistent de configuració"],"You've done it!":["Ho heu aconseguit!"],"Seamlessly integrate %1$s into your AMP pages!":["Integreu sense esforç %1$s a les pàgines AMP!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integreu sense esforç %2$s amb %1$s per a l'anàlisi de contingut. "],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s i %2$s funcionen millor si afegiu una extensió d'ajuda. Instal·leu %3$s i tot anirà millor."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Els paràmetres d'aparença de la cerca del %1$s estan formats per variables que es reemplacen per valors específics de la pàgina on es mostren. La taula inferior conté una llista de les variables disponibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marque la %1$s més important com a «contingut fonamental» per a millorar l'estructura del vostre lloc web. %2$sLlegiu més sobre contingut fonamental%3$s."],"Loading help center.":["S'està carregant el centre d'ajuda."],"Get support":["Obteniu ajuda"],"(Opens in a new browser tab)":["(S'obre en una nova pestanya del navegador)"],"Posts %1$swithout%2$s a focus keyphrase":["Entrades %1$sense%2$s una frase clau principal"],"Hey, your SEO is doing pretty well! Check out the stats:":["El vostre SEO està força bé! Comproveu les estadístiques:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["No teniu cap entrada publicada, les puntuacions SEO apareixeran una vegada feu la primera entrada."],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["En aquesta pàgina, podeu canviar el nom del lloc web i triar quin separador utilitzar. El separador es mostrarà, per exemple, entre el títol de l'entrada i el nom del lloc web. Els símbols es mostren de la mida en que es veuran els resultats de cerca. Trieu el que encaixi millor amb la marca o ocupe menys espai als fragments de text."],"Something else":["Alguna cosa més"],"A portfolio":["Un portafoli"],"A corporation":["Una empresa"],"A small offline business":["Un petit negoci offline"],"A news channel":["Un canal de notícies"],"An online shop":["Una botiga en línia"],"A blog":["Un blog"],"What does the site %1$s represent?":["Què representa %1$s del lloc web?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Si trieu que no, els arxius de l'autor es deshabilitaran per a evitar problemes de contingut duplicat."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: no emmagatzem les vostres dades de cap manera, i no tenim accés al vostre compte. La vostra privadesa està segura amb nosaltres."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s s'integra amb Google Search Console, una eina imprescindible per als propietaris de webs. Ofereix informació sobre l'estat de la pàgina. Encara no teniu un compte de Google o no heu activat el lloc? Apreneu a %2$sconnectar Google Search Console al vostre lloc.%3$s"],"Option B: My site is under construction and should not be indexed":["Opció B: el meu lloc està en construcció i encara no s'ha d'indexar"],"Option A: My site is live and ready to be indexed":["Opció A: el meu lloc ja està a punt i està preparat per ser indexat"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Trieu «en construcció» si voleu mantenir el lloc web fora de l'índex dels motors de cerca. No us oblideu d'activar-ho quan estigueu preparats per a publicar el lloc web."],"Please specify if your site is under construction or already active.":["Si us plau, indiqueu si el lloc web es troba en construcció o actiu."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Aquesta informació s'utilitzarà al graf de coneixement de Google, el gran bloc d'informació que veieu a la dreta dels resultats de cerca."],"Read more like this on our SEO blog":["Llegiu més sobre això al nostre blog de SEO"],"Readability: %s":["Llegibilitat: %s"],"Not activated":["No està activada"],"Activated":["Activada"],"%1$s recommendations for you":["%1$s recomanacions"],"All Readability Scores":["Totes les puntuacions de llegibilitat"],"Filter by Readability Score":["Fitra per puntuació de llegibilitat"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["No esteu rebent actualitzacions o suport. Corregiu aquest problema afegint aquest lloc web i habilitant el %1$s al %2$s."],"Request method %1$s is not valid.":["El mètode de petició %1$s no és vàlid."],"Muted notifications:":["Notificacions silenciades:"],"Muted problems:":["Problemes silenciats:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Voleu previsualitzar com es veurà si la gent comparteix aquesta entrada al %1$s? Podeu, amb el %2$s."],"Good job! All the links in your texts have been counted.":["Bona feina! S'han contat tots els enllaços als textos."],"Calculation completed.":["S'ha acabat el càlcul."],"Calculation in progress...":["Càlcul en progrés."],"Stop counting":["Para de contar."],"Counting links in your texts":["S'estan contant els enllaços dels textos"],"Text %1$s of %2$s processed.":["S'han processat %1$s dels %2$s textos"],"All your texts are already counted, there is no need to count them again.":["Tots els textos s'han contat, no cal tornar-los a contar."],"Count links in your texts":["Conta els enllaços als textos"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Els enllaços de tots els textos públics s'han de contar. Això us proporcionarà una idea de quins textos necessiten més enllaços. Si voleu saber més sobre el perquè i com dels enllaços interns, comproveu l'article %1$srelatiu als enllaços interns a %2$s%3$s."],"Text link counter":["Contador d'enllaços de text"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número d'enllaços interns enllaçant a aquesta entrada. Mireu el text \"Columnes del Yoast\" a la pestanya d'ajuda per a més informació."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Quantitat d'enllaços interns en aquesta entrada. Llegiu el text \"Columnes del Yoast\" a la pestanya d'ajuda si voleu més informació."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["El %1$s afegeix diverses columnes a aquesta pàgina. Hem escrit un article sobre %2$scom utilitzar les puntuacions SEO i de llegibilitat%3$s. Les columnes d'enllaços mostren la quantitat d'articles d'aquest lloc enllaçant %5$sa%6$s aquest article i el número d'URLs enllaçats %5$sdes d'%6$saquest article. Llegiu més quant a %4$scom utilitzar aquestes característiques per a millorar els enllaços interns%3$s, i millorareu considerablement el SEO del vostre lloc."],"%s Columns":["Columnes del %s"],"Readability score":["Puntuació de llegibilitat"],"Other benefits of %s for you:":["Altres avantatges de %s:"],"Scroll to see the preview content.":["Desplaceu la pàgina per previsualitzar el contingut."],"Cornerstone content":["Contingut fonamental"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["El %1$s s'encarregarà de tota l'optimització tècnica del vostre lloc web. Per a millorar realment el rendiment del lloc web en els resultats de la cerca, és important que comenceu a crear contingut que es posicioni bé per a les frases clau que us importen. Comproveu aquest vídeo on expliquem com utilitzar la metabox del %1$s quan editeu entrades i pàgines."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Si voleu avançar els vostres competidors en una ciutat o regió específica, comproveu la nostra extensió %1$s. Podreu inserir fàcilment mapes de Google, hores d'obertura, informació de contacte i un localitzador de la botiga. A més d'això, %1$s us ajudarà a millorar la usabilitat de la pàgina de contacte."],"Attract more customers near you":["Atraieu més clients a prop"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Voleu saber tot el que passa amb l'extensió %1$s? Voleu saber-ho tot sobre els seus paràmetres avançats? Voleu aconseguir treure-li el millor partit al %1$s? Comproveu el nostre curs del %1$s i comenceu a avançar a la vostra competència!"],"Get the most out of %1$s with the %2$s":["Treieu-li tot el profit al %1$s amb el %2$s"],"Upgrade to Premium":["Actualitzeu a Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Voleu avançar a la vostra competència? El %1$s us dóna característiques addicionals que us ajudaran a definir una estratègia SEO com un professional. Afegiu sinònims i paraules clau relacionades, utilitzeu la nostra anàlisi SEO premium, el gestor de redireccions i la nostra eina d'enllaços interns. %1$s també us donarà accés al servei d'atenció premium."],"Outrank the competition with %s":["Avanceu a la vostra competència amb %s"],"You might like":["Potser us agrada"],"Newsletter":["Butlletí de notícies"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Hem detectat que no heu acabat encara amb aquest assistent, pel que recomanem que %2$scomenceu amb l'assistent de configuració per a configurar %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["L'assistent de configuració us ajuda a configurar fàcilment el vostre lloc web per a que tinga els paràmetres SEO òptims."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Convertiu-se en Premium i els nostres experts us ajudaran i respondran a totes les preguntes que tingueu sobre la configuració i us de l'extensió."],"Superfast internal linking suggestions":["Suggeriments interns super ràpids"],"Great news: you can, with %1$s!":["Bones notícies: podeu, amb %1$s!"],"Save changes":["Desa els canvis"],"1 year free support and updates included!":["1 any d'actualitzacions gratuïtes incloses!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["L'extensió %2$s canvia el contingut del vostre lloc web i fent-ho diferencia entre motors de cerca i usuaris normals, en un procés que s'anomena \"cloacking\". Recomanem que el deshabiliteu."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPrevisualitzacions de xarxes socials%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNi un enllaç mort més%2$s: gestor de redireccions senzill"],"No ads!":["Sense anuncis!"],"Facebook & Twitter":["Facebook i Twitter"],"Social media preview":["Previsualitzacions de xarxes socials"],"Easy redirect manager":["Gestor de redireccions senzill"],"No more dead links":["Ni un enllaç mort més"],"Increase your SEO reach":["Incrementeu el vostre abast SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Si voleu més ajuda creant contingut increïble, comproveu el %2$scurs de contingut SEO%3$s. Si voleu saber-ho tot sobre les característiques de l'extensió, considereu el %1$s!"],"Variable":["Variable"],"Available variables":["Variables disponibles"],"Scroll to see the table content.":["Desplaça't per a veure el contingut de la taula."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Consulteu %1$sel nostre article sobre com connectar el vostre lloc web amb la «Consola de cerca» de Google%2$s si necessiteu ajuda."],"An error occurred in the '%1$s' assessment":["S'ha produït un error en la comprovació «%1$s»"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s de les paraules contenen %2$smés de %3$s síl·labes%4$s, el que és més que el màxim recomanat de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s de les paraules contenen %2$smés de %3$s síl·labes%4$s, el que és igual o menor al màxim recomanat de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Això és lleugerament inferior al mínim recomanat d'%5$d paraula. %3$sAfegiu una mica més de contingut%4$s.","Això és lleugerament inferior al mínim recomanat de %5$d paraules. %3$sAfegiu una mica més de contingut%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La descripció meta conté %1$d frase %2$samb més de %3$s paraules%4$s. Proveu d'acurtar la frase.","La descripció meta conté %1$d frases %2$samb més de %3$s paraules%4$s. Proveu d'acurtar les frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La descripció meta no conté cap frase %1$samb més de %2$s paraules%3$s."],"No new notifications.":["No hi ha notificacions noves"],"Save all":["Desa-ho tot"],"Save":["Desa"],"%1$s, Author at %2$s":["%1$s, autor a %2$s"],"Mobile preview":["Previsualització mòbil"],"Desktop preview":["Previsualització d'escriptori"],"Select redirect":["Selecciona una redirecció"],"Please provide an SEO title by editing the snippet below.":["Afegiu un títol SEO editant la previsualització inferior."],"Meta description preview:":["Previsualització de la descripció meta:"],"Slug preview:":["Previsualització del resum:"],"SEO title preview:":["Previsualització del títol SEO:"],"Close snippet editor":["Tanca l'editor de la previsualització"],"Slug":["Resum"],"Remove marks in the text":["Elimina les marques al text"],"Mark this result in the text":["Marca el resultat al text"],"Marks are disabled in current view":["Les marques estan deshabilitades en la vista actual"],"Good SEO score":["Bona puntuació SEO"],"OK SEO score":["Puntuació SEO acceptable"],"Feedback":["Suggeriments"],"ok":["d'acord"],"Choose an image":["Tria una imatge"],"Remove the image":["Suprimeix la imatge"],"MailChimp signup failed:":["Ha fallat el registre al MailChimp"],"Sign Up!":["Registreu-vos!"],"Name":["Nom"],"There is an error with the request.":["Hi ha un error amb la petició"],"Select profile":["Selecciona un perfil"],"Choose a profile":["Tria un perfil"],"Authorization code":["Codi d'autorització"],"Reauthenticate with Google":["Reautentica amb Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Per a permetre %s l'accés a la «Consola de cerca» de Google, introduïu el codi d'autorització de Google. Si feu clic al botó inferior s'obrirà una nova finestra."],"Please provide a meta description by editing the snippet below.":["Afegiu una descripció meta editant la previsualització inferior."],"Edit snippet":["Edita la previsualització"],"You can click on each element in the preview to jump to the Snippet Editor.":["Podeu fer clic en cada element de la previsualització per a saltar a l'editor de fragments."],"Close the Wizard":["Tanca l'assistent"],"Export settings":["Exporta els paràmetres"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Assistent de configuració"],"Please don't show me this notification anymore":["No mostres més aquesta notificació"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Si esteu experimentant problemes, %1$senvieu un informe de l'error%2$s i farem tot el possible per ajudar-vos."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Hem vist que fa temps feu servir %1$s; esperem que us estigui agradant! Estaríem encantats si poguéssiu donar-nos %2$suna puntuació de 5 estrelles al web WordPress.org%3$s!"],"Courses":["Cursos"],"Date archives settings":["Paràmetres dels arxius per data"],"Author archives settings":["Paràmetres dels arxius d'autor"],"%1$s by %2$s":["%1$s per %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Avís: la variable %s no es pot utilitzar en aquesta plantilla. Aneu al centre d'ajuda si voleu més informació."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Per cert, sabíeu que tenim una %1$sextensió Premium%2$s? Ofereix característiques avançades, com un gestor de redireccions i suport per a múltiples frases clau. També disposa d'atenció personal 24/7."],"(no title)":["(sense títol)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["La barra d'administració de %1$s conté enllaços útils a eines de tercers per analitzar pàgines i simplifica que veieu si teniu notificacions noves."],"Admin bar menu":["Menú a la barra d'administració"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["El %1$s comprova diàriament si el lloc web continua sent indexable pels motors de cerca i %2$s us notifica si no és el cas."],"Features":["Característiques"],"SEO title":["Títol SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Tot i que intentem fer la configuració del %1$s tan fàcil com siga possible, entenem que pot resultar complexa. Si preferiu que nosaltres ens encarreguem de configurar-vos el %1$s (i aconseguir una còpia del %2$s durant el procés), demaneu-nos el %3$sservei de configuració del %1$s%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Benvinguts a l'assistent de configuració del %1$s. En uns pocs passos senzills us ajudarem a configurar els paràmetres de SEO per ajustar-los a les necessitats del vostre lloc."],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google mostra el nom del vostre lloc web als resultats de cerca, si voleu canviar-lo, podeu fer-ho des d'ací."],"Greater than sign":["Signe \"major que\""],"Less than sign":["Signe \"menor que\""],"Right angle quotation mark":["Cometa angular dreta"],"Left angle quotation mark":["Cometa angular esquerra"],"Small tilde":["Tilde petita"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisc baix"],"Asterisk":["Asterisc"],"Bullet":["Pic"],"Middle dot":["Punt volat"],"Em dash":["Guió llarg"],"En dash":["Guió mitjà"],"Dash":["Guió"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Trieu el símbol que voleu utilitzar com a separador del títol. Es mostrarà, per exemple, entre el títol d'una entrada i el nom del lloc. Els símbols es mostren amb la mida en què apareixeran als resultats de cerca."],"The name of the person":["El nom de la persona"],"No":["No"],"Yes":["Sí"],"Does, or will, your site have multiple authors?":["El lloc web té o tindrà múltiples autors?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genera automàticament un URL per a cada element de la biblioteca. Si habiliteu aquesta opció permetreu a Google que indexi l'URL generat."],"Success!":["Fet!"],"Title settings":["Paràmetres del títol"],"Google Search Console":["Consola de cerca de Google"],"Multiple authors":["Múltiples autors"],"Site type":["Tipus de lloc"],"Environment":["Entorn"],"Yoast option %1$s not found.":["No s'ha trobat l'opció %1$s de Yoast."],"Google Structured Data Test":["Prova de dades estructurades de Google"],"Posts list":["Llista d'entrades"],"Posts list navigation":["Navegació per la llista d'entrades"],"Filter posts list":["Filtra la llista d'entrades"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Tingueu en compte que és possible que els enllaços als arxius es generen pel vostre tema, i els hàgeu de suprimir per separat."],"%1$s to optimize your site even further":["%1$s per a optimitzar el vostre lloc encara més"],"%1$s extensions":["%1$s extensions"],"Comes with our 30-day no questions asked money back guarantee":["Ve amb el retorn dels diners garantit durant trenta dies, sense preguntes."],"More information %1$sabout %3$s%2$s":["Més infomració %1$squan a %3$s%2$s"],"Installed":["Instal·lat"],"gain access to our 24/7 support team.":["Obteniu accés al nostre equip de suport 24/7"],"Premium support":["Suport premium"],"check what your Facebook or Twitter post will look like.":["Comproveu com es veurà la vostra entrada a Facebook o a Twitter."],"Social previews":["Previsualitzacions socials"],"create and manage redirects from within your WordPress install.":["Creeu i gestioneu les redireccions des de la vostra instal·lació del WordPress."],"Redirect manager":["Gestor de redireccions"],"%1$s, take your optimization to the next level!":["%1$s, porteu l'optimització al nivell següent!"],"A seamless integration between %1$s and %2$s":["Una integració perfecta entre %1$s i %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utilitza les molles de pa %1$s en lloc de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inseriu fàcilment mapes de Google, un localitzador de botigues, horaris d'obertura i molt més"],"Creates XML News Sitemaps":["Crea mapes de lloc XML de notícies"],"Immediately pings Google on the publication of a new post":["Avisa Google immediatament al publicar una nova entrada"],"Optimize your site for Google News":["Optimitzeu el vostre lloc web per a Google News"],"Make videos responsive through enabling fitvids.js":["Feu els vídeos responsius a habilitant fitvids.js"],"Enhance the experience of sharing posts with videos":["Milloreu l'experiència de compartir entrades amb vídeos"],"Show your videos in Google Videos":["Mostreu els vostres vídeos a Google Videos"],"Crawl issues list":["Llista d'incidències amb el rastreig."],"Crawl issues list navigation":["Navegació per la llista d''incidències amb el rastreig."],"Edit “%s”":["Edita «%s»"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notificacions"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Elimina la pestanya de paraula clau de la caixa meta i deshabilita tots els suggeriments relacionats amb SEO."],"Disable SEO analysis":["Deshabilita l'anàlisi SEO"],"Twitter settings":["Paràmetres del Twitter"],"Pinterest settings":["Paràmetres de Pinterest"],"Facebook settings":["Paràmetres de Facebook"],"Title separator symbol":["Símbol separador del títol"],"RSS feed settings":["Paràmetres del fil de subscripció RSS"],"Breadcrumbs settings":["Paràmetres de les molles de pa"],"Make primary":["Fes primària"],"Enter your Google Authorization Code and press the Authenticate button.":["Introduïu el codi d'autorització de Google i premeu el botó «Autentica»"],"%s notification":["%s notificació","%s notificacions"],"Disable readability analysis":["Deshabilita l'anàlisi de llegibilitat"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Elimina la pestanya de llegibilitat de la caixa meta i deshabilita tots els suggeriments relacionats amb la llegibilitat."],"Readability analysis":["Anàlisi de llegibilitat"],"Needs improvement":["Necessita millorar"],"Readability":["Llegibilitat"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Esteu intentant carregar fitxers no minimitzat. Aquests fitxers només estan disponibles al nostre paquet de desevolupamet. Comproveu %1$s per a veure tots els fitxers de codi font."],"Improvements":["Millores"],"Restore this item.":["Restaura aquest element."],"Dismiss this item.":["Ignora aquest element."],"Good job! We could detect no serious SEO problems.":["Bona feina! No hem detectat cap problema SEO seriós."],"We have detected the following issues that affect the SEO of your site.":["Hem detectat els següents problemes de SEO que afecten el lloc web."],"Problems":["Problemes"],"Analysis":["Anàlisi"],"Not available":["No està disponible"],"Filter by SEO Score":["Filtra per puntuació SEO"],"Meta description not set.":["No s'ha definit cap descripció meta"],"Video tutorial":["Tutorial en vídeo"],"Email support is a %s feature":["El suport per correu electrònic és una característica %s"],"Knowledge base":["Base de coneixement"],"Open":["Obre"],"Dashboard":["Tauler"],"You can fix this on the %1$sPermalink settings page%2$s.":["Podeu arreglar-ho a la %1$spàgina de paràmetres dels enllaços permanents%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La paginació de comentaris està habilitada, això no és necessari en 999 de cada 1000 casos, recomanem deshabilitar-la."],"Replaced with the primary category of the post/page":["Se substituirà per la categoria primària de l'entrada o de la pàgina"],"Pinterest confirmation":["Confirmació de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Si ja heu confirmat el vostre lloc web a Pinterest, podeu ignorar el pas següent."],"Format-based archives":["Arxius basats en el format."],"Webmaster Tools verification":["Verificació al Webaster Tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Seguiu el nostre %1$s per a entrenament en WordPress i convertiu-vos en un expert en %1$s!"],"Want to be a %s Expert?":["Voleu ser un expert en %s?"],"Buy %s":["Compra %s"],"Show information about errors in category %s":["Mostra informació dels errors de la categoria «%s»"],"New %1$s Title":["Nou %1$s títol"],"Existing %1$s Title":["Títol %1$s existent"],"Expected an integer as input.":["S'espera un enter com a entrada."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["S'està intentant construir una clau segura per a la memòria cau del mapa web, però la combinació de prefixos i sufixos deixa poc espai per a fer-ho. Possiblement esteu demanant una pàgina que està molt lluny del rang esperat."],"Remove":["Elimina"],"Keep":["Manté"],"Bold the last page":["Marca l'última pàgina en negreta"],"Regular":["Normal"],"Bold":["Negreta"],"Show Blog page":["Mostra la pàgina del blog"],"Primary %s":["%s primari"],"Primary":["Primari"],"Make %1$s primary %2$s":["Fes %1$s %2$s primari"],"Term is set to noindex.":["El terme està configurat com a no indexable"],"Author archives":["Arxius de l'autor"],"Show":["Mostra"],"Enabled":["Habilitat"],"Disabled":["Deshabilitat"],"%1$s has not fetched your site's indexability status yet from %2$s":["El %1$s encara no ha obtingut l'estat d'indexabilitat del vostre lloc web des de %2$s"],"The separator defined in your theme's %s tag.":["El separador definit en l'etiqueta %s del vostre tema"],"No index":["No index"],"Analyze entire site":["Analitza tot el lloc web"],"Fetch the current status":["Obté l'estat actual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s %2$s no ha pogut obtenir l'estat d'indexabilitat%3$s del vostre lloc des de %4$s"],"Your homepage can be indexed by search engines.":["La vostra pàgina principal pot ser indexada pels motors de cerca."],"Indexability check by %1$s":["Comprovació d'indexabilitat per %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Si voleu utilitzar una imatge per compartir al %1$s, podeu pujar o triar-ne una, o afegir l'URL d'una imatge aquí."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Si no voleu utilitzar la descripció meta per a compartir-la a %1$s i preferiu utilitzar una altra descripció, escriviu-la aquí."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Si no voleu utilitzar el títol per a compartir-lo a %1$s i preferiu utilitzar un altre títol, escriviu-lo aquí."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sLa vostra pàgina principal no pot ser indexada pels motors de cerca%2$s. Això és molt dolent per al SEO, i ho hauríeu d'arreglar."],"Once Weekly":["Una vegada a la setmana"],"Add-ons":["Extensions"],"SEO score":["Puntuació SEO"],"Twitter metadata":["Metadades de Twitter"],"Facebook / Open Graph metadata":["Metadades Facebook / Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["S'estan recalculant les puntuacions SEO per a tot el contingut amb una paraula clau definida."],"%1$s of %2$s done.":["%1$s de %2$s acabades."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Hem actualitzat l'algorisme de puntuació SEO. %1$sFeu clic aquí per recalcular les puntuacions SEO%2$s de totes les entrades i pàgines."],"Team Yoast":["Equip Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La primera solució SEO realment tot en un per a WordPress, incloent-hi anàlisi del contingut de la pàgina, mapes del lloc XML i molt més."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ha fallat l'activació:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["L'extensió de filtre no està disponible. Demaneu al vostre proveïdor d'allotjament que l'habiliti."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["La instal·lació de l'extensió %1$s està incompleta. Mireu les %2$sinstruccions d'instal·lació%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["L'extensió de la biblioteca estàndard de PHP (SPL) no està disponible. Demaneu al vostre proveïdor d'allotjament que l'habiliti."],"SEO Settings":["Configuració SEO"],"Mobile-Friendly Test":["Prova de compatibilitat amb dispositius mòbils"],"Google Page Speed Test":["Prova de velocitat de la pàgina de Google"],"CSS Validator":["Validador CSS"],"HTML Validator":["Validador HTML"],"Pinterest Rich Pins Validator":["Validador de Rich Pins de Pinterest"],"Facebook Debugger":["Depurador del Facebook"],"Check Headers":["Verificar capçaleres"],"Check Google Cache":["Comprova la memòria cau de Google"],"Analyze this page":["Analitza la pàgina"],"Keyword Research":["Recerca de paraules clau"],"%s does not seem to be a valid url. Please correct.":["%s no sembla un URL vàlid. Corregiu-lo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["No sembla que %1$s sigui una cadena de verificació %2$s vàlida. Corregiu-la."],"%s Archive":["Arxiu de %s"],"You searched for %s":["Heu cercat %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s no sembla un identificador d'usuari de Twitter vàlid. Corregiu-lo."],"Summary with large image":["Resum amb imatge de grans dimensions"],"Summary":["Resum"],"The post %1$s appeared first on %2$s.":["L'entrada %1$s ha aparegut primer a %2$s."],"No numeric value was received.":["No s'ha rebut cap valor numèric"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Aquest ha de ser un blog que existisca. El blog %s no existeix o s'ha marcat per ser esborrat."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["El paràmetre de blog per defecte ha de ser l'identificador numèric del blog que voleu utilitzar per defecte."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s no és una opció valida per a permetre accedir als paràmetres del %2$s. S'ha restablit als valors per defecte."],"Please select a valid post type for taxonomy \"%s\"":["Seleccioneu un tipus d'entrada vàlida per a la taxonomia \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Seleccioneu una taxonomia vàlida per al tipus d'entrada «%s»"],"You searched for":["Has cercat"],"Home":["Inici"],"Archives for":["Arxius de"],"Error 404: Page not found":["Error 404: Pàgina no trobada"],"Good":["Bo"],"Replaced with a custom taxonomies description":["S'ha reemplaçat per una descripció personalitzada de les taxonomies."],"Replaced with a posts custom taxonomies, comma separated.":["S'ha reemplaçat per una llista de taxonomies personalitzades, separades per comes."],"Replaced with a posts custom field value":["S'ha reemplaçat pel valor d'un camp personalitzat"],"Replaced with the slug which caused the 404":["S'ha reemplaçat per l'URL que havia causat el 404"],"Replaced with the posts focus keyphrase":["Reemplaçat amb la frase clau de l'entrada"],"Attachment caption":["Llegenda de l'adjunt"],"Replaced with the current page number":["Reemplaçat amb el número de pàgina actual"],"Replaced with the current page total":["Reemplaçat amb el nombre total de pàgines"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Reemplaçat pel número de pàgina actual amb context (p. ex. pàgina 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Reemplaçat per la informació biogràfica de l'autor de l'entrada o la pàgina"],"Replaced with the post/page author's 'nicename'":["Reemplaçat pel nom públic de l'autor de l'entrada"],"Replaced with the post/page ID":["Reemplaçat amb l'identificador de l'entrada/pàgina"],"Replaced with the post/page modified time":["Reemplaçat per la data de modificació de l'entrada o pàgina"],"Replaced with the content type plural label":["Reemplaçat per l'etiqueta del tipus d'entrada en plural."],"Replaced with the content type single label":["Reemplaçat per l'etiqueta del tipus d'entrada en singular."],"Replaced with the current search phrase":["Reemplaçat per la frase de cerca actual"],"Replaced with the term name":["S'ha reemplaçat pel nom del terme"],"Replaced with the term description":["Reemplaçat per la descripció del terme"],"Replaced with the tag description":["Reemplaçat per la descripció de l'etiqueta"],"Replaced with the category description":["Reemplaçat per la descripció de la categoria"],"Replaced with the post categories (comma separated)":["Reemplaçat per les categories de l'entrada (separades per coma)"],"Replaced with the current tag/tags":["S'ha reemplaçat per l'etiqueta (o etiquetes) actual"],"Replaced with the post/page excerpt (without auto-generation)":["Reemplaçat pel resum de l'entrada o pàgina (sense autogeneració)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Reemplaçat pel resum de l'entrada/pàgina (o autogenerat si no existeix)"],"The site's name":["El nom del lloc"],"Replaced with the title of the parent page of the current page":["Reemplaçat pel títol de la pàgina pare de la pàgina actual"],"Replaced with the title of the post/page":["Reemplaçat pel títol de l'entrada/pàgina"],"Replaced with the date of the post/page":["Reemplaçat per la data de l'entrada o de la pàgina"],"Page %1$d of %2$d":["Pàgina %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["No podeu sobreescriure una variable estàndard del WP SEO registrant una variable amb el mateix nom. Utilitzeu el filtre «wpseo_replacements» per ajustar el valor substituït."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Ja s'ha registrat una variable de substitució amb el mateix nom. Intenteu fer únic el nom de la vostra variable."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Una variable de reemplaçament no pot començar amb «%%cf_» o «%%ct_», ja que es tracta de les variables variables estàndard del WP SEO per als camps personalitzats i les taxonomies personalitzades. Intenteu fer únic el nom de la vostra variable."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Una variable de reemplaçament només pot obtenir caràcters alfanumèrics, un subratllat o un guió. Proveu a reanomenar la variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Avís d'administració: aquesta pàgina no mostra una descripció a les metadades perquè no en té cap, escriviu-ne una d'específica per aquesta pàgina o aneu al menú [%1$s - %2$s] i establiu una plantilla."],"Page not found":["Pàgina no trobada"],"%s Archives":["Arxius de %s"],"Search for \"%s\"":["Cerca per «%s»"],"Meta description to use for Author page":["Descripció meta a utilitzar en la pàgina de l'autor"],"Title to use for Author page":["Títol que s'utilitzarà per a la pàgina de l'autor"],"%1$s settings":["Paràmetres del %1$s "],"Export your %1$s settings":["Exporta els teus %1$s paràmetres"],"Import settings":["Importa els paràmetres"],"Import from other SEO plugins":["Importa des d'altres extensions SEO"],"Import":["Importa"],"If you had a %s file and it was editable, you could edit it from here.":["Si tinguéssiu un fitxer %s i fos editable, el podríeu editar des d'aquí."],"If your %s were writable, you could edit it from here.":["Si el vostre fitxer %s fos editable, podríeu editar-lo des d'aquí."],"You don't have a %s file, create one here:":["No teniu cap fitxer %s, creeu-ne un aquí:"],"A link to your site, with your site's name and description as anchor text.":["Un enllaç al vostre lloc, amb el nom i la descripció del vostre lloc com a text de l'enllaç."],"A link to your site, with your site's name as anchor text.":["Un enllaç al vostre lloc, amb el nom del lloc com a àncora de text."],"A link to the post, with the title as anchor text.":["Enllaç a l'entrada, amb el títol com a text."],"A link to the archive for the post author, with the authors name as anchor text.":["Un enllaç a l'arxiu de l'autor de l'entrada, amb el nom de l'autor com a text."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Podeu utilitzar les variables següents dins del contingut; es reemplaçaran pel contingut a la seva dreta."],"Content to put after each post in the feed":["Contingut que voleu posar després de cada entrada al fil RSS"],"Content to put before each post in the feed":["Contingut que voleu afegir abans de cada entrada al fil de subscripció"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Aquesta característica s'utilitza per afegir automàticament contingut al fil RSS; específicament, està pensat per afegir enllaços entrants al vostre blog i a les vostres entrades, així els lladres de contingut simples afegiran també aquests enllaços al vostre lloc ajudant els motors de cerca a identificar-vos com la font original del contingut."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["L'ús d'aquesta característica de les rutes de navegació s'explica %1$sa l'article de la nostra base de coneixement sobre implementació de la ruta de navegació%2$s."],"How to insert breadcrumbs in your theme":["Com inserir la ruta de navegació al vostre tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Arxiu del tipus d'entrada que s'ha de mostrar a la ruta de navegació per a les taxonomies."],"Taxonomy to show in breadcrumbs for content types":["Taxonomia per a mostrar a la ruta de navegació per als tipus d'entrada"],"Breadcrumb for 404 Page":["Ruta de navegació per a la pàgina 404"],"Prefix for Search Page breadcrumbs":["Prefix per a la ruta de navegació de la pàgina de cerca"],"Prefix for Archive breadcrumbs":["Prefix per a la ruta de navegació dels arxius"],"Prefix for the breadcrumb path":["Prefix per a la ruta de navegació"],"Anchor text for the Homepage":["Àncora de text per a la pàgina principal"],"Separator between breadcrumbs":["Separador entre la ruta de navegació"],"Enable Breadcrumbs":["Habilita la ruta de navegació"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Baix podeu trobar les puntuacions SEO de les entrades publicades. Aquest és tan bon moment com qualsevol altre per començar a millorar les vostres entrades!"],"Credits":["Crèdits"],"« Back to Tools page":["« Torna a la pàgina d'eines"],"%1$s comes with some very powerful built-in tools:":["El %1$s inclou algunes eines molt potents:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Aquesta eina us permet canviar ràpidament fitxers importants per al SEO, com el robots.txt i, si en teniu un, el vostre fitxer .htaccess."],"File editor":["Editor de fitxers"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importeu els paràmetres d'altres extensions SEO i exporteu els paràmetres per reutilitzar-los en un altre blog."],"Import and Export":["Importa i exporta"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Aquesta eina us permet canviar ràpidament títols i descripcions de les entrades i les pàgines sense haver d'anar a l'editor per a cadascuna d'elles."],"Bulk editor":["Editor en massa"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Per a %1$sverificar el vostre lloc amb Pinterest%2$s, afegiu la meta etiqueta ací"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest utilitza les mateixes metadades Open Graph que Facebook, per tant assegureu-vos d'activar la casella de selecció d'Open Graph a la pestanya de Facebook si voleu optimitzar el vostre lloc web per a Instagram."],"The default card type to use":["El tipus de targeta per utilitzar per defecte"],"Add Twitter card meta data":["Afegeix meta dades per a les targetes de Twitter."],"This image is used if the post/page being shared does not contain any images.":["Aquesta imatge s'utilitza si l'entrada o la pàgina que s'estan compartint no conté cap imatge."],"Default settings":["Paràmetres per defecte"],"Copy home meta description":["Copia la meta descripció de la pàgina principal"],"Description":["Descripció"],"Image URL":["URL de la imatge"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Aquí estan el títol, la descripció i la imatge utilitzades a les meta etiquetes d'Open Graph a la pàgina principal del lloc web."],"Frontpage settings":["Paràmetres de la pàgina d'inici"],"Add Open Graph meta data":["Afegeix les metadades Open Graph"],"YouTube URL":["URL al Youtube"],"Pinterest URL":["URL al Pinterest"],"MySpace URL":["URL al MySpace"],"LinkedIn URL":["URL al LinkedIn"],"Instagram URL":["URL a l'Instagram"],"Twitter Username":["Usuari al Twitter"],"Facebook Page URL":["URL de la pàgina de Facebook"],"Accounts":["Comptes"],"Restore site to defaults":["Restaura el lloc als paràmetres per defecte"],"Site ID":["ID del lloc web"],"Using this form you can reset a site to the default SEO settings.":["Utilitzant aquest formulari podeu restablir el lloc als paràmetres per defecte de SEO"],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Alguns paràmetres sensitius respecte a la privacitat (administrador al FB entre altres), específics dels temes (com la reescriptura del títol) i alguns altres paràmetres específics no s'importaran als nous blogs."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Indroduïu %1$sl'ID del lloc web%2$s els paràmetres del qual voleu utilitzar com a paràmetres per defecte per a tots els llocs que afegiu a la xarxa. Deixeu-ho en blanc si no en voleu cap (s'utilitzaran els paràmetres per defecte de l'extensió)"],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Trieu el lloc web els paràmetres del qual voleu utilitzar com a paràmetres per defecte per a tots els llocs que afegiu a la xarxa. Si no en trieu cap, s'utilitzaran els paràmetres per defecte de l'extensió."],"New sites in the network inherit their SEO settings from this site":["Els nous llocs a la xarxa hereten els seus paràmetres SEO d'aquest lloc web"],"Super Admins only":["Només superadministradors."],"Site Admins (default)":["Administradors del lloc (per defecte)"],"Who should have access to the %1$s settings":["Qui hauria de tenir accés als paràmetres del %1$s"],"spam":["brossa"],"mature":["madur"],"archived":["arxivat"],"public":["public"],"%s restored to default SEO settings.":["S'ha restaurat %s als paràmetres SEO per defecte"],"Settings Updated.":["S'han actualitzat els paràmetres."],"404 pages":["Pàgines 404"],"Search pages":["Cerca pàgines"],"These pages will be %s by default, so they will never show up in search results.":["Aquestes pàgines s'etiquetaran com a %s per defecte, per tant mai apareixeran als resultats de cerca."],"Special Pages":["Pàgines especials"],"Date-based archives could in some cases also be seen as duplicate content.":["Els arxius per dates poden ser identificats en alguns casos com a contingut duplicat."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Si això és el que passa al vostre lloc, podeu decidir tant deshabilitar-lo (el que el fa redirigir a la pàgina d'inici), o afegir-li %s de manera que no aparegui als resultats de cerca."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Si teniu un blog d'un únic autor, l'arxiu de l'autor serà exactament el mateix que la vostra pàgina d'inici. Això es coneix com a %1$sproblema del contingut duplicat%2$s."],"Date archives":["Arxius de dates"],"author archives":["Arxius de l'autor"],"Title":["Títol"],"%1$s Meta Box":["Caixa meta del %1$s"],"Hide":["Amaga"],"Date in Snippet Preview":["Data a la previsualització del fragment"],"Take note:":["Important:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Podeu determinar el títol i la descripció de la pàgina del blog %1$seditant la mateixa pàgina%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Podeu determinar el títol i la descripció per a la pàgina d'inici %1$seditant la mateixa pàgina d'inici%2$s."],"Homepage & Front page":["Pàgina d'inici i pàgina principal del blog"],"Title Separator":["Separador del títol"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["El %1$s ha detectat automàticament que necessita forçar la reescriptura dels títols de les vostres pàgines; si creieu que és incorrecte i sabeu el que feu, podeu canviar el paràmetre aquí."],"Force rewrite titles":["Força la reescriptura dels títols."],"Taxonomies":["Taxonomies"],"Homepage":["Pàgina d'inici"],"%1$s Extensions":["Extensions del %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integreu sense esforç el WooCommerce amb el %1$s i aconseguiu funcionalitats extra."],"Rank better locally and in Google Maps, without breaking a sweat!":["Posicioneu-vos millor localment i al Google Maps, sense esforçar-vos gaire."],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Esteu a Google News? Incrementeu el tràfic des de Google News optimitzant el vostre lloc web!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimitzeu els vostres videos per a mostrar-los als resultats de la cerca i obteniu més clics."],"The premium version of %1$s with more features & support.":["La versió premium del %1$s amb més característiques i suport"],"Person":["Persona"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Aquestes dades es mostren com a metadades al vostre lloc web. Estan pensades per aparèixer al %1$sKnowledge Graph de Google%2$s. Podeu ser tant una persona com una empresa."],"Website name":["Nom del lloc web"],"Webmaster Tools":["Eines per a administradors web"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["No teniu el nom de l'entrada a l'URL de les entrades i pàgines, i està altament recomanat que hi sigui. Considereu establir la vostra estructura d'enllaços permanents a /%postname%/"],"RSS":["RSS"],"Breadcrumbs":["Ruta de navegació"],"or":["o"],"Save Profile":["Desa el perfil"],"There were no profiles found":["No s'ha trobat cap perfil"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autentica"],"Get Google Authorization Code":["Obté el codi d'autorització de Google"],"Reload crawl issues":["Recarrega els problemes de rastreig"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Per poder crear una redirecció i arreglar aquest problema, necessiteu %1$s. Podeu comprar l'extensió, incloent-hi un any de suport i actualitzacions, a %2$s."],"Creating redirects is a %s feature":["La creació de redireccions és una característica del %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errors que s'han produït només quan el vostre lloc estava sent rastrejat per Googlebot per a telèfons mòbils antics (els errors no van aparèixer per a la versió d'escriptori)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Errors que s'han produït només quan el vostre lloc estava sent rastrejat per Googlebot Mobile (els errors no van aparèixer per a la versió d'escriptori)."],"Errors that occurred when your site was crawled by Googlebot.":["Errors que han ocorregut mentre el Googlebot rastrejava el vostre lloc."],"Issue categories":["Categories d'incidències"],"Incorrect Google Authorization Code.":["El codi d'autorització de Google és incorrecte."],"The issues have been successfully reloaded!":["Les incidències s'han recarregat correctament."],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Les dades del %1$s s'han esborrat. Us haureu de tornar a autenticar si voleu obtenir les dades de nou."],"Crawl errors per page":["Errors de rastreig per pàgina"],"Search":["Cerca"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["No vos perdeu els errors de rastreig: %1$sconnect amb la «Consola de cerca» de Google aquí%2$s"],"Create redirect":["Crea una redirecció"],"Mark as fixed":["Marca-ho com a arreglat"],"Response code":["Codi de resposta"],"First detected":["Detectat per primera vegada"],"Last crawled":["Rastrejat per última vegada"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s ha detectat que esteu utilitzant una versió de %2$s que no és compatible amb %1$s. Actualitzeu %2$s a la última versió per utilitzar aquesta característica."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Les extensions de Yoast comparteixen parts del codi per tal de fer el vostre lloc més ràpid. A causa d'això, necessitem que totes les extensions estiguin actualitzades. Hem detectat que actualment no és així; actualitzeu les extensions de Yoast que no estan actualitzades."],"Feature phone":["Telèfon mòbil (antic)"],"Smartphone":["Telèfon mòbil intel·legent"],"Desktop":["Escriptori"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["L'URL de destinació no existeix, però el vostre servidor no està retornant un error 404 (no s'ha trobat la pàgina)."],"Soft 404":["404 suau"],"Request timed out or site is blocking Google.":["La petició ha tardat massa temps, o el vostre lloc està blocant Google."],"Server Error":["Error del servidor."],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot ha pogut accedir al vostre lloc, però alguns URLs estan blocats al Googlebot al vostre fitxer %1$s. Aquest bloqueig podria ser tant per a tots els Googlebots o específicament per al Googlebot mòbil."],"Blocked":["Blocat"],"Google was unable to crawl this URL due to an undetermined issue.":["Google no ha pogut rastrejar aquest URL a causa d'un problema desconegut."],"URL points to a non-existent page.":["L'URL apunta a una pàgina que no existeix."],"Not found":["No s'han trobat"],"Not followed":["No s'han seguit"],"Faulty redirects":["Redireccions errònies"],"Server requires authentication or is blocking Googlebot from accessing the site.":["El servidor demana autenticació o està bloquejant l'accés al lloc del Googlebot "],"Access denied":["Accés denegat"],"Deactivate %s":["Desactiva %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["L'extensió %1$s pot causar problemes quan s'utilitza conjuntament amb %2$s."],"Upload Image":["Penja imatges"],"Remove these ads?":["Voleu eliminar els anuncis?"],"%s Posts Overview":["Visió global de les entrades del %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["El títol de la ruta de navegació s'utilitza en la ruta de navegació on apareix aquesta taxonomia."],"Breadcrumbs title":["Títol de la ruta de navegació"],"The canonical link is shown on the archive page for this term.":["L'enllaç canònic es mostra a la pàgina d'arxiu per a aquest terme."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Altres"],"Archives":["Arxius"],"Email":["Adreça electrònica"],"Close":["Tanca"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Tant el %1$s com %2$s poden generar mapes de lloc XML. Tindre dos mapes de lloc XML no és beneficiós per als motors de cerca, i a més pot fer el vostre lloc web més lent."],"Configure %1$s's Open Graph settings":["%1$s s'expandeix a Yoast SEO"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Tant %1$s com %2$s generen sortida d'OpenGraph, que pot fer Facebook, Twitter, LinkedIn i altres xarxes socials utilitzar textos i imatges incorrectes quan es comparteixen les vostres pàgines."],"%s Image":["Imatge per al %s"],"%s Description":["Descripció per al %s"],"%s Title":["Títol per al %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["La mida recomanada per a %1$s és %2$s píxels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Si voleu sobreescriure la imatge utilitzada al %s per a aquesta entrada, pugeu o trieu una imatge o afegiu l'URL aquí."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si no voleu utilitzar la descripció meta de l'entrada per a compartir-la a %s i voleu utilitzar una altra meta descripció escriviu-la aquí."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si no voleu utilitzar el títol de l'entrada per a compartir-la a %s i voleu utilitzar un altre títol, escriviu-lo aquí. "],"very difficult":["molt difícil"],"Try to make shorter sentences, using less difficult words to improve readability":["Proveu de fer frases més curtes i amb paraules menys complexes per tal de millorar la legibilitat."],"difficult":["difícil"],"Try to make shorter sentences to improve readability":["Proveu de fer frases més curtes per millorar la legibilitat"],"fairly difficult":["prou difícil"],"OK":["D'acord"],"fairly easy":["prou fàcil"],"easy":["fàcil"],"very easy":["molt fàcil"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Totes les puntuacions de SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: La imatge destacada ha de ser de 200x200 com a mínim per a què Facebook i altres xarxes socials la utilitzen."],"(no parent)":["(sense pare)"],"Post is set to noindex.":["L'entrada està configurada com a no indexable."],"The URL that this page should redirect to.":["L'URL al qual aquesta pàgina hauria de redirigir."],"301 Redirect":["Redirecció 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["L'URL canònic al qual aquesta pàgina hauria d'apuntar, ll. Deixeu el valor buit per a què apunti a l'enllaç permanent. Els %1$sURLs cànonics entre dominis%2$s també estan permesos."],"Canonical URL":["URL canònic"],"Title to use for this page in breadcrumb paths":["Títol per utilitzar en la ruta de navegació per a aquesta pàgina"],"Breadcrumbs Title":["Títol de la ruta de navegació"],"No Snippet":["No Snippet"],"No Archive":["No arxives"],"No Image Index":["No indexes imatges"],"None":["Cap"],"Site-wide default: %s":["Per defecte a tot el lloc: %s"],"Advanced meta robots settings for this page.":["Opcions meta robots avançades per a aquesta pàgina."],"Meta robots advanced":["Meta Robots avançat"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Avís: tot i que podeu definir els paràmetres per als robots aquí, tot el lloc web està configurat com a no indexable als paràmetres de privacitat del lloc. Per tant, aquests paràmetres no tindran cap efecte."],"Meta description":["Meta descripció"],"SEO Title":["Títol SEO"],"Focus keyword":["Paraula clau principal"],"Snippet preview":["Vista prèvia del resum"],"Settings successfully imported.":["Els paràmetres s'han important correctament."],"Settings could not be imported:":["No s'han pogut importar els paràmetres:"],"Error creating %1$s export: ":["S'ha produït un error exportant el %1$s:"],"Breadcrumb for 404 pages:":["Ruta de navegació de la pàgina 404:"],"Prefix for search result pages:":["Prefix per les pàgines dels resultats de cerca:"],"Prefix for archive pages:":["Prefix per a les pàgines d'arxius:"],"Prefix for breadcrumbs:":["Prefix per a les rutes de navegació:"],"Anchor text for the homepage:":["Text d'ancoratge per a la pàgina d'inici:"],"Breadcrumbs separator:":["Separador de la ruta de navegació:"],"Remove blog page from breadcrumbs":["Elimina la pàgina del blog de les rutes de navegació"],"%s Breadcrumbs":["Ruta de navegació del %s"],"Use Image":["Utilitza la Imatge"],"Action":["Acció"],"Page URL/Slug":["URL de la pàgina"],"Publication date":["Data de publicació"],"Post Status":["Estat de l'entrada"],"WP Page Title":["Títol de la pàgina"],"View":["Visualitza"],"View “%s”":["Mostra «%s»"],"Preview":["Previsualitza"],"Preview “%s”":["Previsualitza «%s»"],"Edit":["Edita"],"Filter":["Filtre"],"New Yoast Meta Description":["Nova meta descripció"],"Existing Yoast Meta Description":["Meta descripció existent"],"Facebook profile URL":["URL del perfil de Facebook"],"Twitter username (without @)":["Usuari Twitter (sense @)"],"FAQ":["PMF"],"Premium Support":["Suport premium"],"Settings":["Paràmetres"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Heu d'anar als %1$sparàmetres de lectura%2$s i desmarcar l'opció per a «visibilitat de motors de cerca»"],"Huge SEO Issue: You're blocking access to robots.":["Problema greu de SEO: esteu blocant l'accés als robots."],"Posts":["Entrades"],"Edit Files":["Edita els fitxers"],"Advanced Variables":["Variables avançades"],"Basic Variables":["Variables bàsiques"],"General":["General"],"Extensions":["Extensions"],"Search Console":["Consola de cerca"],"Tools":["Eines"],"Advanced":["Avançat"],"XML sitemaps":["Mapa del lloc XML"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["El %1$s ha detectat que esteu utilitzant la versió %2$s de %3$s, actualitzeu a l'última versió per a prevenir problemes d'incompatibilitat."],"Just another WordPress site":["Un altre lloc web amb el WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Encara teniu la descripció curta predeterminada del WordPress, fins i tot una buida seria millor. %1$sPodeu solucionar-ho al configurador%2$s."],"You have used HTML in your value which is not allowed.":["No està permès utilitzar HTML al valor."],"You can't edit %s that aren't yours.":["No podeu editar %s que no són vostres."],"You can't edit %s.":["No podeu editar %s."],"Post has an invalid Content Type: %s.":["L'entrada té un tipus de contingut invàlid: %s."],"Post doesn't exist.":["L'entrada no existeix."],"course\u0004Free:":["Gratuït:"],"posts\u0004Trash (%s)":["Paperera (%s)","Paperera (%s)"],"posts\u0004All (%s)":["Tot (%s)","Tots (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"ca"},"%s does not seem to be a valid Facebook App ID. Please correct.":["%s no sembla ser un identificador d'aplicació vàlid de Facebook. Corregiu-ho."],"The submitted value was: %s":["El valor tramès ha estat: %s"],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Els codis de confirmació de Yandex només poden contenir lletres de la A a la F, números, guions i guions baixos. %s"],"Twitter usernames can only contain letters, numbers, and underscores. %s":["Els noms d'usuari del Twitter només poden contenir lletres, números i guions baixos. %s"],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Els codis de confirmació del Pinterest només poden contenir lletres de la A a la F, números, guions i guions baixos. %s"],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Els codis de confirmació del Bing només poden contenir lletres de la A a la F, números, guions i guions baixos. %s"],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Els codis de verificació del Google només poden contenir lletres, números, guions i guions baixos. %s"],"The Facebook App ID you entered doesn't exist. %s":["L'identificador d'aplicació de Facebook que has introduït no existeix. %s"],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Els codis de confirmació del Baidu només poden contenir lletres, números, guions i guions baixos. %s"],"Show this item.":["Mostra aquest element."],"Hide this item.":["Oculta aquest element."],"You have %d hidden problem:":["Teniu %d problema ocult:","Teniu %d problemes ocults:"],"You have %d hidden notification:":["Teniu %d avís ocult:","Teniu %d avisos ocults:"],"Focus Keyphrase not set":["Frase clau objectiu no establerta"],"The form contains %1$s error. %2$s":["El formulari conté %1$s error. %2$s","El formulari conté %1$s errors. %2$s"],"SEO settings configured":["Paràmetres de SEO configurats"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["Si voleu comprovar la configuració de %1$s o canviar alguna cosa, sempre podreu %2$sobrir l'assistent de configuració%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["En el contingut es produeixen les següents paraules i combinacions de paraules. Aquestes donen una indicació sobre en què se centra el contingut. Si les paraules difereixen molt del vostre tema, potser voldreu reescriure el contingut en conseqüència."],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["Un cop afegiu una mica més de contingut escrit, us donarem una llista de les paraules que més apareixen al contingut. Aquestes donen una indicació de sobre què centra el vostre contingut."],"%d occurrences":["%d ocurrències"],"Activate %s for your site on MyYoast":["Activeu %s per al lloc a MyYoast"],"Show blog page in breadcrumbs":["Mostra la pàgina del blog a la ruta de navegació"],"We could not find any relevant articles on your website that you could link to from your post.":["No hem pogut trobar cap article rellevant a la pàgina web que pugui enllaçar des de l'entrada."],"Has feedback":["Té suggeriments"],"Content optimization:":["Optimització de contingut:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLlegibilitat%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Llegiu %1$saquesta entrada per a més informació sobre per què no donem suport a versions antigues.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Si heu aturat l'actualització a la versió %2$s o superior degut al nou editor Gutenberg, instal·leu l'extensió «Classic Editor». Amb ella gaudireu de la mateixa experiència d'edició que teniu a dia d'avui, i també podreu disposar de les millores de seguretat de les versions més recents del WordPress i del %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sActualitzeu el WordPress a la versió més recent%2$s%3$sNo esteu utilitzant la versió més recent del WordPress i això pot ser problemàtic. El %4$s, per motius de seguretat i estabilitat, només és compatible amb la versió actual i anterior del WordPress. És a dir, quan surti la propera versió del WordPress, el %5$s només serà compatible amb les versions %6$s i %7$s. Si no actualitzeu el WordPress, no rebreu cap actualització del %5$s. Per tant, doncs, assegureu-vos d'actualitzar el WordPress a la darrera versió el més aviat possible.%3$s%3$s"],"Post Noindexed":["Entrada no indexable"],"No Focus Keyphrase":["Cap frase clau principal "],"Person logo / avatar":["Logotip / avatar de la persona"],"Extend %s":["Ampliació del %s"],"Enroll in the %s for WordPress training":["Apunteu-vos a la formació del %s per al WordPress"],"Posts with the SEO score: %s":["Entrades amb puntuació SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["Vídeo d'aprenentatge del %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Per veure els errors actuals de rastreig, %1$s visiteu Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google ha suspès la seva API d'errors de rastreig. Per tant, els possibles errors de rastreig que pugueu tenir no es mostraran més aquí. %1$sLlegiu la nostra declaració sobre aquest tema per a obtenir més informació%2$s."],"Remove this message":["Elimina aquest missatge"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimitza el teu lloc web per a l'audiència local amb la nostra extensió %s! Detalls d'adreça optimitzats, hores d'obertura, localitzador de la botiga i opció de recollida en botiga!"],"Serving local customers?":["Servint clients locals?"],"Get the %s plugin now":["Ja podeu aconseguir l'extensió %s"],"Organization social profiles":["Perfils socials de l'organització"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Podeu editar informació mostrada dins les meta dades, com els perfils de xarxes socials, el nom i la descripció d'aquest usuari a la seva %1$s pàgina de perfil."],"Personal info":["Informació personal"],"Organization logo":["Logotip de l'organització"],"Organization name":["Nom de l'organització"],"Choose whether the site represents an organization or a person.":["Escolliu si el lloc representa a una persona o a una organització"],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Per fer que el vostre lloc representi a una empresa o organització, aneu a %1$s, cerqueu aparença %2$s i poseu organització o persona a \"organització\"."],"To change the social accounts used for your site, update the details for %1$s.":["Per canviar els perfils de xarxes socials utilitzats pel vostre lloc, actualitzeu les dades per %1$s."],"That means that the form and information below is disabled, and not used.":["Així vol dir que el formulari i la informació de sota estan desactivats i no s'utilitzen."],"Your website is currently configured to represent a Person":["Actualment el vostre lloc està configurat per representar a una Persona"],"(if one exists)":["(si existeix un)"],"Wikipedia page about you":["La vostra pàgina de Wikipedia"],"YouTube profile URL":["URL del perfil de YouTube"],"Tumblr profile URL":["URL del perfil de Tumblr"],"SoundCloud profile URL":["URL del perfil de SoundCloud"],"MySpace profile URL":["URL del perfil de MySpace"],"Organization or person":["Organització o persona"],"The person":["La persona"],"Organization":["L'organització"],"Does your site represent a person or an organization?":["El vostre lloc representa a una persona o a una organització?"],"The name of the organization":["El nom de l'organització"],"Provide an image of the organization logo":["Proporcioneu una imatge del logotip d'organització"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Anteriorment heu configurat el vostre lloc per representar una persona. Hem millorat la nostra funcionalitat de Schema i de Knowledge Graph, així que heu d’entrar i %1$scompletar aquells paràmetres%2$s."],"Select a user...":["Selecciona un usuari..."],"Uncategorized":["Sense categoritzar"],"Name:":["Nom:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Heu seleccionat l’usuari %1$s com a persona que representa aquest lloc. La seva informació de perfil d’usuari s’utilitzarà ara als resultats de la cerca. %2$sActualitzeu el seu perfil per assegurar-vos de que la informació és correcta.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Error: Seleccioneu un usuari a sota per completar les meta dades del vostre lloc."],"SEO score: %s":["Puntuació SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Si existeix una pàgina de la Viquipedia sobre vòs o la vostra organització, afegiu-la també."],"Wikipedia URL":["URL de la Viquipèdia"],"Pinterest profile URL":["URL del perfil de Pinterest"],"Instagram profile URL":["URL del perfil d'Instagram"],"LinkedIn profile URL":["URL del perfil de Linkedln"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["La recerca de paraules clau és essencial en qualsevol estratègia de SEO. Podeu decidir els termes de cerca per als quals voleu que us trobin, i comprendre quines paraules utilitza el vostre públic per trobar-vos. Una bona recerca de paraules clau us indica el contingut que necessiteu per començar a posicionar-vos amb els termes que us interessen. Assegureu-vos que els vostres esforços es concentren en les paraules clau en les que teniu opcions de posicionar-vos! El %1$s us guiarà a través d’aquest procés, pas a pas."],"SEO for Beginners training":["Formació SEO per principiants"],"%s for WordPress training":["%s per a la formació de WordPress"],"All-around SEO training":["Tot sobre formació SEO"],"The image you selected is too small for Facebook":["La imatge que seleccionada és massa petita per Facebook"],"The given image url cannot be loaded":["No es pot carregar l'url de la imatge"],"Find out what words your audience uses to find you":["Esbrineu quines paraules utilitza el vostre públic per trobar-vos"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sLectura fàcil de Flesch%2$s: El contingut puntua %3$s a la prova, que es considera %4$s de llegir. %5$s"],"No JSON object was returned.":["No s'ha tornat cap objecte JSON."],"Received internal links":["Enllaços interns rebuts"],"Outgoing internal links":["Enllaços interns sortints"],"New step added":["Nou pas afegit"],"New question added":["Nova pregunta afegida"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Per poder crear una redirecció i corregir aquest problema, necessiteu %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Podeu comprar l'extensió, incloent un any de suport i actualitzacions, a %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["La caracterísca que conta els enllaços del test proporciona informació de quants enllaços s'han trobat al text i quants enllaços fan referència al text. Això és de molta ajuda quan s'està millorat %1$sl'enllaçat intern%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Perquè aquesta característica funcioni, %1$s necessita almenys la versió %2$s de PHP. Hem detectat la versió %3$s de PHP en aquest lloc web."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Considereu les implicacions i %1$sllegiu aquesta entrada%2$s si voleu més informació sobre l'impacte de mostrar multimèdia en els resultats de cerca."],"Keyphrase":["Frase clau"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Perquè aquesta característica funcioni, %1$s necessita crear una taula a la base de dades. No hem pogut crear aquesta taula automàticament."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Activant aquesta opció, els URLs dels adjunts es fan visibles tant per als visitants com per a Google. Per afegir valor al lloc, han de contenir informació important, sinó podria tenir un impacte negatiu al posicionament."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["La característica de %3$scomptador d'enllaços de text%4$s (introduïda en %1$s %2$s) està inactiva."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Llegiu el següent %1$sarticle base de coneixement%2$s per trobar com resoldre aquest problema."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Per assegurar-nos que tots els enllaços als texts es conten, necessitem analitzar tots els texts."],"All you have to do is press the following button and we'll go through all your texts for you.":["Tot el que heu de fer és fer clic al botó següent i revisarem tots els textos nosaltres."],"Count links":["Conta els enllaços"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$satributs alt de la imatge%5$s: De %2$d imatges en aquesta pàgina, hi ha %1$d atributs alt amb paraules de la vostra frase clau o sinònims. És una mica massa. %4$sIncloeu només la frase clau o els seus sinònims quan encaixa realment a la imatge%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtributs alt de la imatge%2$s: Bona feina!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtribut alt de la imatge%5$s: De %2$d imatges en aquesta pàgina, només %1$d tenen un atribut alt que reflecteix el tema del teu text. %4$sAfegiu la frase clau o sinònims per els tags alt de les imatges més rellevants%5$s!","%3$sAtributs alt de la imatge%5$s: De %2$d imatges en aquesta pàgina, només %1$d tenen un atribut alt que reflecteix el tema del teu text. %4$sAfegeix la frase clau o sinònims per els tags alt de les imatges més rellevants%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtributs alt de la imatge%3$s: Les imatges en aquesta pàgina no tenen atributs alt que reflecteixin el tema del teu text. %2$sAfegiu la frase clau o sinònims al tag alt de les imatges rellevants%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAtributs alt d'imatge%3$s: les imatges d'aquesta pàgina tenen l'atribut alt, però no heu definit la frase clau. %2$sCorregiu-ho%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrase clau en el subtítol%2$s: %3$s dels subtítols d'alt nivell reflecteixen el tema del contingut. Bona feina!","%1$sFrases clau en els subtítols%2$s: %3$s dels teus subtítols d'alt nivell reflecteixen el tema del teu contingut. Bona feina!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrases clau en els subtítols%2$s: Els subtítols del nivell més alt reflexen el tema del contingut. Bona feina!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrase clau en el subtítol%3$s: %2$sUtilitzeu més frases clau o sinònims en els subtítols del nivell més alt%3$s!"],"Page %s":["Pàgina %s"],"Cannot get the size of %1$s because of unknown reasons.":["No es pot saber la mida de %1$s per raons desconegudes."],"Cannot get the size of %1$s because it is hosted externally.":["No es pot obtenir la mida de %1$s perquè el fitxer està allotjat externament."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simplement canvieu el commutador a \"activat\" i podreu utilitzar l'anàlisi recalibrada. Al mateix temps, us afegirem a la nostra llista de correu específica. Només us enviarem per correu electrònic les vostres experiències amb aquesta recalibració."],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Hem %1$srecalibrat el nostre anàlisi%2$s. Amb la nova anàlisi, ens aproparem encara més a com veu Google el vostre lloc web. Seria %3$simpressionant%4$s si vulguessiu %3$sprovar la versió beta d'aquesta funcionalitat%4$s per nosaltres!"],"Get an even better analysis":["Aconseguiu una anàlisi encara millor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTítol%3$s: H1s només s’ha d’utilitzar com a títol principal. Cerqueu tots els H1 del vostre text que no siguin el vostre títol principal i %2$scanvieu-los a un nivell d’encapçalament inferior%3$s!"],"Improve sharing on Facebook and Pinterest":["Milloreu la compartició a Facebook i Pinterest"],"You do not have the required rights to export settings.":["No teniu els permisos necessaris per exportar els paràmetres."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copieu tots els paràmetres a la pestanya \"%1$s\" d'un altre lloc web i feu clic a \"%1$s\" allí."],"These are settings for the %1$s plugin by %2$s":["Aquests són els paràmetres per a l'extensió %1$s de %2$s"],"No settings found.":["No s'han trobat paràmetres."],"Export your %1$s settings here, to copy them on another site.":["Exporteu els paràmetres del %1$s aquí, per a copiar-los a un altre lloc web."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["La importació de paràmetres només funciona en servidors que funcionen amb PHP 5.3 o superior."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importeu els paràmetres enganxant els que heu copiat en un altre lloc web i fent click a \"%s\"."],"Paste your settings from another %s installation.":["Enganxeu els paràmetres d'una altra instal·lació del %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat 0 vegades. Això és menys del mínim recomanat de %3$d vegades per un text d'aquesta llargària. %4$sConcentreu-vos en la frase clau%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %5$d vegada. Això és menys del recomanat %3$d vegades per un text d'aquesta llargària. %4$sConcentrat en la frase clau%2$s!","%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %5$d vegades. Això és menys del recomanat %3$d vegades per un text d'aquesta llargària. %4$sConcentrat en la frase clau%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %3$d vegada. Genial!","%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %3$d vegades. Genial!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %5$d vegada. Això és més del recomanat %3$d vegades per un text d'aquesta llargària. %4$sNo sobreoptimitzeu%2$s!","%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %5$d vegades. Això és més del recomanat %3$d vegades per un text d'aquesta llargària. %4$sNo sobreoptimitzeu%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %5$d vegada. Això és molt més del recomanat %3$d vegades per un text d'aquesta llargària. %4$sNo sobreoptimitzeu%2$s!","%1$sDensitat de la frase clau%2$s: La frase clau principal s'ha trobat %5$d vegades. Això és molt més del recomanat %3$d vegades per un text d'aquesta llargària. %4$sNo sobreoptimitzeu%2$s!"],"Indexable created for object %1$s with type %2$s":["S'ha creat un indexable per a l'objecte %1$s amb el tipus %2$s"],"Method %1$s() does not exist in class %2$s":["El mètode %1$s() no existeix a la classe %2$s"],"With %s, you can easily create such redirects.":["Amb %s, podeu crear fàcilment aquest tipus de redireccions."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Canviar els paràmetres dels enllaços permanents pot danyar seriosament la visibilitat als motors de cerca. No s'hauria de fer gairebé %1$s mai %2$s a un lloc web en funcionament."],"WARNING:":["ATENCIÓ:"],"Learn about why permalinks are important for SEO.":["Apreneu perquè els enllaços permanents són importants per al SEO."],"Google Ads":["Anuncis de Google"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sMots de funció a la frase clau %3$s: La vostra frase clau \"%4$s\" només conté mots de funció. %2$sApreneu més sobre com fer una bona frase clau.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Sabeu que %s també analitza les diferents formes de les paraules de la frase clau, com plurals i passats?"],"Clear Image":["Neteja la imatge"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongitud de la frase clau%3$s: %2$sAfegeix una frase clau per calcular la puntuació SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase clau al slug%2$s: Més de la meitat de la teva frase clau surt al slug. Genial!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrase clau al slug%3$s: (Part de) la teva frase clau no apareix al slug.%2$sCanvie-ho%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase clau al slug%2$s: Bona feina!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clau al títol%3$s: No totes les paraules de la frase clau \"%4$s\" surten al títol SEO. %2$sIntenteu utilitzar la coincidència exacta de la vostra frase clau en el títol de SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clau al títol%3$s: No conté la concordança exacta. %2$sIntenteu escriure la concordança exacta de la vostra frase clau en el títol de SEO%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFrase clau al títol%3$s: La concordança exacta de la frase clau apareix al títol de SEO, però no al principi. %2$sIntenteu moure-ho al principi%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrase clau al títol%2$s: la frase clau objectiu exacta apareix al principi del títol SEO. Bona feina."],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribució de la frase clau%2$s: bona feina!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribució de la frase clau%3$s: Desigual. Algunes parts del text no contenen la frase clau ni els seus sinònims. %2$sDistribuïu-los de manera més uniforme%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribució de frases clau%3$s: Molt desigual. Grans parts del text no contenen la frase clau o els seus sinònims. %2$sDistribuïu-les de manera més uniforme%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribució de la frase clau%3$s %2$sIncloeu la vostra frase clau o sinònims al text de manera que puguem comprovar la distribució de frases clau%3$s."],"Help on choosing the perfect focus keyphrase":["Ajuda triant la frase clau perfecta"],"Would you like to add a related keyphrase?":["Voleu afegir una frase clau relacionada?"],"Go %s!":["Vés a %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["No mostrar els arxius de data als resultats de recerca tècnicament vol dir que tindran un %1$s robots meta. %2$sMés informació als paràmetres de resultats de la cerca%3$s."],"Rank better with synonyms & related keyphrases":["Aconseguiu un millor posicionament amb sinònims i frases clau relacionades."],"optimize a single post for synonyms and related keyphrases.":["optimitzeu una entrada per a sinònims i frases clau relacionades."],"Synonyms & related keyphrases":["Sinònims i frases clau relacionades"],"Add related keyphrase":["Afegeix una frase clau relacionada"],"Dismiss %s upgrade notice":["Descarta l'avís d'actualització %s"],"Upgrade to %s":["Actualitza al %s"],"%1$s video":["Vídeo del %1$s"],"Get %s":["Obtè el %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrase clau utilitzada prèviament%6$s: Heu utilitzat aquesta frase clau %1$s%2$d vegades abans%3$s. %5$sNo utilitzeu la frase clau més d'una vegada%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrase clau utilitzada prèviament%5$s: Heu utilitzat aquesta frase clau %1$suna vegada abans%2$s. %4$sNo utilitzeu la frase clau més d'una vegada%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrase clau utilitzada prèviament%2$s: no heu utilitzat aquesta frase clau abans, molt bé."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sMots buits al resum%3$s: El resum d'aquest pàgina conté un mot buit. %2$sElimineu-lo%3$s!","%1$sMots buits al resum%3$s: El resum d'aquest pàgia conté mots buits. %2$sElimineu-los%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sResum massa llarg%3$s: el resum d'aquesta pàgina és una mica llarg. %2$sEscurceu-lo%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtributs alt d'imatge%3$s: no hi ha imatges en aquesta pàgina. %2$sAfegiu-ne alguna%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sEnllaç de la frase clau %3$s: Esteu enllaçant cap a una altra pàgina amb les paraules amb les quals vols posicionar aquesta pàgina. %2$sNo feu això%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Això està molt per sota del mínim recomanat d'%5$d paraula. %3$sAfegiu més contingut%4$s.","Això està molt per sota del mínim recomanat de %5$d paraules. %3$sAfegiu més contingut%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Això està per sota del mínim recomanat d'%5$d paraula. %3$sAfegiu més contingut%4$s.","Això està per sota del mínim recomanat de %5$d paraules. %3$sAfegiu més contingut%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLongitud del text%4$s: El text conté %1$d paraula.","%2$sLongitud del text%4$s: el text conté %1$d paraules."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLongitud del text%3$s: el text conté %1$d paraula. Bona feina!","%2$sLongitud del text%3$s: el text conté %1$d paraules. Bona feina!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrase clau al subtítol%3$s: més de75%% dels teus subtítols reflexen el tema de la còpia. Això és massa. %2$sNo sobreoptimitzeu%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sAmplada del títol SEO%3$s: %2$sSi us plau, creeu un títol SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sAmplada del títol SEO%3$s: l'amplada del títol SEO és més ampla que el límit visible. %2$sProveu de fer-lo més curt%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sAmplada del títol SEO%2$s: Bona feina!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sAmplada del títol SEO%3$s: El títol SEO és massa curt. %2$sFeu servir l'espai per afegir variacions de paraules clau o per a crear un text que animi a una acció%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sEnllaços sortints%2$s: Hi ha enllaços sortints nofollow i normals en aquesta pàgina. Bona feina!"],"%1$sOutbound links%2$s: Good job!":["%1$sEnllaços sortints%2$s: bona feina!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sEnllaços sortints%3$s: Tots els enllaços sortints d'aquesta pàgina són nofolloe. %2$sAfegiu alguns enllaços normals%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sEnllaços sortints%3$s: no hi ha enllaços sortints en aquesta pàgina. %2$sAfegiu-ne alguns%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLongitud de la metadescripció%2$s: ben fet!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLongitud de la metadescripció%3$s: La metadescripció té més de %4$d caràcters. Per assegurar que la descripció sencera sigui visible, %2$shauríeu de reduïr-ne la longitud%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLongitud de la metadescripció%3$s: la metadescripció és massa curta (per sota de %4$d caràcters). Hi ha fins a %5$d caràcters disponibles. %2$sFeu servir l'espai%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLongitud de la metadescripció%3$s: no s'ha especificat cap metadescripció. Els motors de cerca mostraran text de la pàgina en el seu lloc. %2$sAssegureu-vos d'escriure'n un%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrase clau a la metadescripció%2$s: la metadescripció s'ha especificat, però no conté la frase clau. %3$sCorregiu-ho%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase calu a la descripció meta%2$s: la descripció meta conté la frase clau %3$s vegades, que supera el màxim recomanat de 2 cops. %4$sLimiteu-ho%5$s."],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sLa frase clau a la descripció meta%2$s: La frase clau o els seus sinònims apareixen a la descripció meta. Ben fet."],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sMida de la frase clau%5$s: la frase clau té una llargada de %1$d paraules. Això és més que el màxim recomanat de %2$d paraules. %4$sEscurceu-la%5$s."],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sMida de la frase clau%5$s: la frase clau té una llargada de %1$d paraules. Això és més del màxim recomanat de %2$d paraules. %4$sFeu-la més curta%5$s."],"%1$sKeyphrase length%2$s: Good job!":["%1$sLongitud de la frase clau%2$s: bona feina!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sMida de la frase clau%3$s: no s'ha establert cap frase clau objectiu per a aquesta pàgina. %2$sEstabliu una frase clau per tal de calcular la puntuació SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrase clau a la introducció%3$s: la frase clau o els seus sinònims no apareixen al primer paràgraf del text. %2$sAssegureu-vos que el tema principal es veu clar de seguida.%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrase clau a la introducció%3$s: la frase clau o els seus sinònims apareixen en el primer paràgraf del text, però no dins una frase. %2$sMireu de solventar-ho%3$s."],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sLa frase clau a la introducció%2$s: ben fet!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sEnllaços interns%2$s: Hi ha enllaços interns nofollow i normals en aquesta pàgina. Bona feina!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sEnllaços interns%2$s: teniu prou enllaços interns. Ben fet!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sEnllaços interns%3$s: els enllaços interns en aquesta pàgina són tots de tipus nofollowed. %2$sAfegiu algun bon enllaç intern%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sEnllaços interns%3$s: No hi ha enllaços interns en aquesta pàgina, %2$sassegureu-vos d'afegir-ne algun%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sParaules de transició%2$s: ben fet!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sParaules de transició%2$s: Només %3$s de les frases contenen paraules de transició, i no és suficient. %4$sUtilitzeu-ne més%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sPAraules de transició%2$s: Cap de les frases contenen paraules de transició. %3$sAfegiu-ne alguna%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNo hi ha prou contingut%2$s: %3$sAfegiu contingut per a permetre una bona anàlisi%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribució de subtítols%2$s: No esteu fent servir cap subtítol, però el text és prou curt i segurament no són necessaris."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribució de subtítols%2$s: No esteu fent servir cap subtítol malgrat que el text és força llarg. %3$sProveu d'afegir algun subtítol%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribució de subtítols%2$s: %3$d secció del text té més de %4$d paraules i no s'usa cap subtítol per a separar el contingut. %5$sAfegiu subtítols per a millorar la llegibilitat%2$s.","%1$sDistribució de subtítols%2$s: %3$d seccions del text tenen més de %4$d paraules i no s'usa cap subtítol per a separar-ne el contingut. %5$sAfegiu subtítols per a millorar la llegibilitat%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribució de subtítols%2$s: Bona feina!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sMida de la frase%2$s: %3$s de les frases contenen més de %4$s paraules, que és més del màxim recomanat de %5$s. %6$sProva d'escurçar les frases%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLongitud de la sentència%2$s: perfecte!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFrases consecutives%2$s: Hi ha prou varietat en les frases."],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFrases consecutives%2$s: El text conté %3$d frases consecutives que comencen amb el mateix mot. %5$sIntenteu usar més variacions%2$s","%1$sFrases consecutives%2$s: El text conté %4$d instàncies on %3$d o més frases consecutives comencen amb el mateix mot. %5$sIntenteu usar més variacions%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVeu passiva%2$s: %3$s de les frases contenen veu passiva, que és més del màxim recomant de %4$s. %5$sMireu d'usar equivalents en veu activa%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVeu passiva%2$s: Esteu usant prou la veu activa."],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sMida del paràgraf%2$s: %3$d dels paràgrafs contenen més del màxim recomanat de %4$d paraules. %5$sEscurceu els paràgrafs%2$s.","%1$sMida del paràgraf%2$s: %3$d dels paràgrafs contenen més del màxim recomanat de %4$d paraules. %5$sEscurceu els paràgrafs%2$s"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sMida del paràgraf%2$s: Cap dels paràgrafs és massa llarg."],"Good job!":["Bon treball!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFacilitat de lectura Flesch%2$s: l'escrit puntua %3$s en la prova, que es considera %4$s de llegir. %5$s%6$s%7$s"],"Focus keyphrase":["Frase clau objectiu"],"%1$s with ID %2$s couldn't be patched":["%1$s amb l'ID %2$s no s'ha pogut solucionar"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Petició POST no vàlida. Els valors meta ja existeixen per a l'objecte amb ID %1$s."],"Indexable with ID `%1$s` does not exist":["L'indexable amb l'ID `%1$s` no existeix"],"No object with ID %1$s and %2$s could be found":["No s'ha trobat cap objecte amb els identificadors %1$s ni %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["'%1$s' no és un subtipus vàlid de '%2$s'"],"The object type `%1$s` is invalid":["El tipus d'objecte \"%1$s\" és invàlid"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Tipus no vàlid per al paràmetre `%1$s` passat. S'esperava `%2$s`, però s'ha obtingut `%3$s`"],"The parameter `%1$s` cannot be empty.":["El paràmetre \"%1$s\" no pot estar buit."],"Check Keyphrase Density":["Comproveu la densitat de la frase clau objectiu"],"Disable":["Deshabilita"],"Allow Control":["Permet el control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Aquesta pestanya us permet desactivar selectivament les característiques %s de tots els llocs de la xarxa. Per defecte, totes les característiques estan activades, cosa que permet als administradors del lloc escollir si volen activar o desactivar una característica per al seu lloc. Quan desactiveu aquí una característica, els administradors dels lloc no la podran utilitzar."],"%s is a required feature toggle argument.":["%s és un argument d'activació de la característica obligatori."],"Keyphrase:":["Frase clau:"],"Remove keyphrase":["Suprimeix la frase clau"],"This feature has been disabled by the network admin.":["Aquesta característica ha estat desactivada per l'administrador de la xarxa."],"Focus keyphrase not set.":["La frase clau objectiu no està establerta."],"Multiple keyphrases":["Múltiples frases clau"],"Colon":["Cometa"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Tant %1$s com %2$s gestionen el SEO del vostre lloc. Executar dos extensions de SEO al mateix temps és perjudicial."],"There is a new notification.":["Hi ha una nova notificació.","Hi ha noves notificacions."],"Learn more about the readability analysis":["Obteniu més informació sobre l'anàlisi de lectura."],"Describe the duration of the instruction:":["Descriviu la durada de la instrucció:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personalitzeu com voleu descriure la durada de la instrucció"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Aquesta és una llista de contingut relacionat que podeu enllaçar a l'entrada. {{a}}Llegiu l'article sobre l'estructura del lloc {{/a}} per tal d'obtenir més informació de com els enllaços interns poden ajudar-li a millorar el SEO."],"%s, %s and %s":["%s, %s i %s"],"%s and %s":["%s i %s"],"%d minute":["%d minut","%d minuts"],"%d hour":["%d hora","%d hores"],"%d day":["%d dia","%d dies"],"Enter a step title":["Introduïu un títol per al pas"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Això us pot donar un millor control sobre el disseny dels pasos."],"CSS class(es) to apply to the steps":["Classes CSS per aplicar als pasos"],"minutes":["minuts"],"hours":["hores"],"days":["dies"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Creeu una guia de com-es-fa de manera amigable amb el SEO. Només es pot utilitzar un bloc de com-es-fa per entrada."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Llista les preguntes freqüents d'una manera compatible amb el SEO. Només podeu usar un bloc de preguntes freqüents per entrada."],"Copy error":["Error al text"],"An error occurred loading the %s primary taxonomy picker.":["S'ha produït un error en la càrrega del selector %s de la taxonomia primària."],"%1$s Structured Data Blocks":["Blocs de dades estructurades del %1$s"],"Time needed:":["Temps necessari:"],"Move question down":["Mou la pregunta avall"],"Move question up":["Mou la pregunta amunt"],"Insert question":["Insereix una pregunta"],"Delete question":["Esborra una pregunta"],"Enter the answer to the question":["Introdueix la resposta a la pregunta"],"Enter a question":["Introdueix una pregunta"],"Add question":["Afegeix una pregunta."],"Frequently Asked Questions":["Preguntes Freqüents"],"Great news: you can, with %s!":["Bones notícies: podeu, amb %s!"],"Select the primary %s":["Selecciona la %s primària"],"Check links to this URL":["Verifica els enllaços a aquest URL."],"Keyword research training":["Curs de recerca de paraules clau"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Comproveu la %1$splantilla d'arxius%2$s per al següent tipus de contingut: %3$s.","Comproveu les %1$splantilla d'arxius%2$s per als següents tipus de contingut: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Esteu intentant utilitzar múltiples paraules clau? Hauríeu d'afegir-les separadament a sota."],"Mark as cornerstone content":["Marca com a contingut essencial"],"Move step down":["Mou avall"],"Move step up":["Mou amunt"],"Insert step":["Insereix un pas"],"Delete step":["Elimina el pas"],"Add image":["Afegeix una imatge"],"Enter a step description":["Introdueix una descripció del pas"],"Enter a description":["Afegeix una descripció"],"Unordered list":["Llista desordenada"],"Showing step items as an ordered list.":["Es mostren els elements dels passos com una llista ordenada"],"Showing step items as an unordered list":["Es mostren els elements dels passos com una llista desordenada"],"Add step":["Afegeix un pas"],"Delete total time":["Esborra el temps total"],"Add total time":["Afegeix el temps total"],"How to":["Com fer "],"How-to":["Com fer"],"Snippet Preview":["Vista prèvia de fragment"],"Analysis results":["Resultats de l'anàlisi:"],"Enter a focus keyphrase to calculate the SEO score":["Introduïu una paraula clau per calcular la puntuació SEO "],"Learn more about Cornerstone Content.":["Apreneu més sobre el contingut essencial."],"Cornerstone content should be the most important and extensive articles on your site.":["El contingut essencial han de ser els articles més importants i extensos del vostre lloc."],"Restore Site":["Restaura el lloc"],"Network Settings":["Paràmetres de la xarxa"],"You are not allowed to perform this action.":["No teniu permisos per a realitzar aquesta acció."],"Error: %s":["Error: %s"],"Success: %s":["Èxit: %s"],"Site with ID %d not found.":["No s'ha trobat el lloc amb l'ID %d."],"No site has been selected to restore.":["No s'ha seleccionat cap lloc per restaurar."],"You are not allowed to modify unregistered network settings.":["No teniu permisos per modificar paràmetres de xarxa no registrats."],"deleted":["Esborrat"],"Would you like to add another keyphrase?":["Us agradaria afegir una altra frase clau?"],"image preview":["previsualització de la imatge"],"Copied!":["S'ha copiat!"],"Not supported!":["No és compatible!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Llegiu {{a}}el nostre article sobre l'estructura dels llocs{{/a}} per a saber-ne més dels beneficis que tenen els enllaços interns per al SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Quan afegiu una mica més de text, us mostrarem una llista de continguts relacionats als quals podríeu enllaçar a l'entrada."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Considereu enllaçar a aquests {{a}}articles essencials:{{/ a}}"],"Consider linking to these articles:":["Considereu enllaçar a aquests articles:"],"Copy link":["Copia l'enllaç"],"Copy link to suggested article: %s":["Copia l'enllaç a l'article suggerit: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Llegeix la nostra%1$sguia definitiva per a la recerca de paraules clau%2$s per aprendre més sobre la recerca i estratègia de paraules clau."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Quan hàgiu afegit una mica més de text us mostrarem una llista de les paraules i combinació de paraules que apareixen més sovint en el contingut. Aquestes us oferiran un indicador d'allò en que s'enfoca el contingut."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Les següents paraules i combinacions de paraules apareixen més sovint en el contingut. Aquestes us donen un indicador d'allò en que s'enfoca el contingut. Si les paraules difereixen molt del text pot ser que vulgueu tornar a escriure el contingut per adaptar-lo."],"Prominent words":["Paraules destacades"],"The site's tagline":["Descripció curta del lloc"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Recentment hem millorat la funcionalitat dels paràmetres d'aparença al cercador. Lamentablement, hem descobert que en alguns casos puntuals, es produeixen errors en desar els paràmetres d'arxius de tipus d'entrades personalitzades."],"Not all required fields are given. Missing field %1$s":["No s'han proporcionat tots els camps obligatoris. Falta el camp %1$s"],"Optimize your site for Google News.":["Optimitzeu el lloc per al Google News."],"Optimize your shop's SEO and sell more products!":["Optimitzeu el SEO de la vostra botiga i veneu més productes!"],"Be found in Google Video search and enhance your video sharing on social media.":["Apareixeu a les cerques de Google Video i milloreu la compartició de vídeos a les xarxes socials."],"Be found in Google Maps and local results.":["Apareixeu al Google Maps i als resultats locals."],"Learn practical SEO skills to rank higher in Google.":["Apreneu competències pràctiques en SEO per a posicionar millor a Google."],"Don’t waste time figuring out the best settings yourself.":["No perdeu temps endevinant els millors paràmetres."],"Get quick wins to make your site rank higher in search engines.":["Aconseguiu punts per a pujar el posicionament als motors de cerca."],"Add synonyms":["Afegiu sinònims"],"Would you like to add keyphrase synonyms?":["Us agradaria afegir sinònims de frase clau?"],"Would you like to add more than one keyphrase?":["Us agradaria afegir més d'una frase clau?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Podeu editar les metadades SEO per a aquest tipus personalitzat a la %1$spàgina de la botiga%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["No heu definit una pàgina de la botiga a la configuració del WooCommerce. Feu això primer."],"Current year":["Any actual"],"Page":["Pàgina"],"Breadcrumb settings for %s archive":["Configuració de les molles de pa per a l'arxiu de %s"],"Something went wrong. Please reload the page.":["Ha fallat alguna cosa. Recarregueu la pàgina."],"Tagline":["Descripció curta"],"Modify your meta description by editing it right here":["Modifiqueu la descripció meta editant-la aquí."],"description (custom taxonomy)":["descripció (taxonomia personalitzada)"],"(custom taxonomy)":["(taxonomia personalitzada)"],"(custom field)":["(camp personalitzat)"],"Term404":["Term404"],"Caption":["Llegenda"],"Pagenumber":["Pagenumber"],"Pagetotal":["Pagetotal"],"Page number":["Número de pàgina"],"User description":["Descripció de l'usuari"],"ID":["ID"],"Modified":["Modificat"],"Post type (plural)":["Tipus de contingut (plural)"],"Post type (singular)":["Tipus de contingut (singular)"],"Separator":["Separador"],"Search phrase":["Frase de cerca"],"Term title":["Títol del terme"],"Term description":["Descripció del terme"],"Tag description":["Descripció de l'etiqueta"],"Category description":["Descripció de la categoria"],"Primary category":["Categoria principal"],"Category":["Categoria"],"Tag":["Etiqueta"],"Excerpt only":["Només l'extracte"],"Excerpt":["Extracte"],"Site title":["Títol del lloc"],"Archive title":["Títol de l'arxiu"],"Parent title":["Títol del pare"],"Date":["Data"],"Label":["Etiqueta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Hauríeu de crear una redirecció per assegurar-te que els visitants no obtenen un error 404 quan facin clic a l'URL que ja no funciona."],"Search engines and other websites can still send traffic to your deleted post.":["Els motors de cerca i altres webs pot ser que segueixin enviant trànsit a l'entrada esborrada."],"Make sure you don't miss out on traffic!":["Assegureu-vos de no perdre tràfic!"],"You just deleted a %1$s.":["Acabeu d'esborrar una %1$s."],"You just trashed a %1$s.":["Acabeu d'enviar a la paperera una %1$s."],"Settings for %s archive":["Paràmetres per a l'arxiu de %s"],"Settings for single %s URLs":["Paràmetres per als URL de cada %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Els paràmetres d'aquesta pàgina us permeten especificar quina hauria de ser l'aparença en el cercador per defecte per a qualsevol tipus de contingut que tingueu. Podeu triar quins tipus de contingut apareixeran als resultats de cerca i quina hauria de ser la seva descripció per defecte."],"Url preview":["Vista prèvia de l'URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Introduïu una descripció meta editant el fragment a sota. Si no ho feu, Google intentarà trobar una part rellevant de l'entrada per a mostrar-la als resultats de cerca."],"Insert snippet variable":["Insereix una variable del fragment"],"Dismiss this notice":["Descarta aquest avís"],"No results":["Sense resultats"],"%d result found, use up and down arrow keys to navigate":["%d resultat trobat, feu servir les tecles amunt i avall per navegar","%d resultats trobats, feu servir les tecles amunt i avall per navegar"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["L'idioma del lloc està configurat a %s. Si no és així, contacteu amb l'administrador del lloc."],"Number of results found: %d":["Número de resultats trobats: %d"],"Note that not all variables can be used in every field.":["Tingueu en compte que no totes les variables es poden utilitzar en tots els camps."],"Snippet variables":["Variables per als fragments"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respecta la vostra privadesa. Llegiu la nostra %2$spolítica de privadesa%3$s per saber com gestionem la vostra informació personal."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Si sabeu què significa això i no voleu veure més aquest missatge podeu %1$sdescartar aquest missatge%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Els paràmetres actuals permeten que existeixin URLs per als fitxers adjunts. %1$sLlegiu aquesta entrada sobre un problema potencial%2$s amb els URL dels adjunts i reviseu si teniu la configuració correcta."],"Unknown type %1$s":["Tipus desconegut %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inclou un compte gratuït MyYoast que us dóna accés al nostre curs gratuït SEO per a principiants!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Doneu-vos d'alta al nostre butlletí de notícies si voleu estar al dia quant al %1$s, altres extensions interessants de %2$s i notícies interessants i consells del món del SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Aconseguiu el codi de verificació de Baidu a les %1$seines per a administradors web de Baidu%2$s."],"Baidu verification code":["Codi de verificació de Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["La funcionalitat de l'importador del %s utilitza taules temporals de la base de dades. Sembla que la vostra instal·lació de WordPress no té la capacitat per fer això, si us plau, consulteu el vostre proveïdor d'allotjament."],"Cleanup of %s data failed.":["La neteja de les dades del %s ha fallat."],"Content Type":["Tipus del contingut"],"Filter by content type":["Filtra per tipus de contingut"],"Show All Content Types":["Mostra tots els tipus de contingut."],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Si voleu corregir això desmarqueu la caixa davant del «Dividiu els comentaris en pàgines...» a la %1$spàgina de paràmetres dels comentaris%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Subsituït pel títol normal per a un arxiu generat pel WordPress"],"Clean":["Neteja"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Quan estigueu segurs que el vostra lloc web està OK, podeu netejar les dades. Això esborrarà les dades originals."],"Step 5: Clean up":["Passa 5: Neteja"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Hauríeu d'executar l'assistent de configuració, des de SEO → General → Tauler de control, per assegurar-vos que els paràmetres del lloc web són correctes."],"Step 4: Run the configuration wizard":["Pas 4: Execució de l'assistent d'importació"],"Please check your posts and pages and see if the metadata was successfully imported.":["Comproveu les entrades i les pàgines per assegurar-vos que les metadades s'han importat correctament."],"Step 3: Check your data":["Pas 3: Comprovació de les dades"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Això importarà les metadades d'entrada, com ara els títols i les descripcions SEO, a les metadades del %1$s. Només ho farà si no hi ha encara metadades de %1$s. Les dades originals seguiran al seu lloc."],"Step 2: Import":["Pas 2: Importació"],"Please make a backup of your database before starting this process.":["Feu una còpia de seguretat de la vostra base de dades abans de començar aquest procés."],"Step 1: Create a backup":["Pas 1: Creació d'una còpia de seguretat"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Hem detectat dades d'una o més extensions SEO al vostre lloc web. Seguiu les passes següents per importar les dades:"],"Plugin: ":["Extensió:"],"%s did not detect any plugin data from plugins it can import from.":["El %s no ha detectat dades de cap extensió dels que pugui importar."],"Posts that should not show up in search results":["Entrades que no haurien de mostrar-se als resultats de la cerca"],"%s data found.":["S'han trobat dades del %s."],"%s data successfully removed.":["S'han eliminat les dades del %s correctament."],"%s data successfully imported.":["S'han importat les dades del %s completament."],"%s data not found.":["No s'han trobat les dades del %s."],"Improve your SEO skills":["Milloreu els vostres coneixements sobre SEO"],"24/7 email support":["Suport 24/7 per correu electrònic"],"No more dead links a.k.a. 404 pages":["Sense cap enllaç mort (també conegut com a pàgines 404)"],"Get real-time suggestions for internal links":["Aconseguiu suggeriments per a enllaços interns en temps real"],"Preview your page in Facebook and Twitter":["Previsualitzeu la pàgina al Facebook i al Twitter."],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Feu clic al botó «%3$s» per a utilitzar la descripció meta ja definida al paràmetre de la %1$spàgina d'inici de l'aparença de cerca%2$s."],"Help on copying the home meta description":["Ajuda per a copiar la meta descripció de la pàgina d'inici"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Si voleu permetre saber als motors de cerca quins perfils socials estan associats a aquest lloc, introduïu les dades dels perfils socials a continuació."],"Learn more about your social profiles settings":["Llegiu més sobre els paràmetres dels perfils socials"],"Remove the categories prefix":["Suprimiu el prefixe de la categoria"],"Help on the category prefix setting":["Ajuda amb el paràmetre de prefixe de la categoria"],"Learn more about the available variables":["Apreneu més sobre les variables disponibles"],"Learn more about the RSS feed setting":["Apreneu més sobre el paràmetre del fil RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Quan pugeu fitxers multimèdia (una imatge o un vídeo, per exemple) a WordPress, no guarda només el medi, crea també un URL d'adjunt per a ell. Aquestes pàgines d'adjunts estan força buides: contenen l'element del medi i potser un títol. A causa d'això, si mai feu servir aquests URL d'adjunts, és millor desactivar-les, i redirigir al medi mateix."],"Learn more about the Media and attachment URLs setting":["Apreneu més sobre el paràmetre d'URLs de mèdia i adjunts"],"Learn more about the title separator setting":["Apreneu més sobre el paràmetre del separador de títol"],"Learn more about the knowledge graph setting":["Apreneu més sobre el paràmetre del «knowledge graph»"],"Learn more about the homepage setting":["Apreneu més sobre el paràmetre de la pàgina d'inici"],"Learn more about the special pages setting":["Apreneu més sobre el paràmetre de les pàgines especials"],"Help on the date archives search results setting":["Ajuda referent al paràmetre dels arxius de dates als resultats de cerca"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar els fitxers d'autor sense entrades en els resultats de cerca significa que tindran un meta robots %1$s i que s'exclouran dels mapes del lloc XML. %2$sMés informació sobre els paràmetres de resultats de cerca%3$s."],"Help on the authors without posts archive search results setting":["Ajuda referent al paràmetre dels resultats de cerca per als arxius d'autors sense entrades"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar l'arxiu dels autors als resultats de cerca significa tècnicament que tindran una etiqueta meta robots %1$s i s'exclouran del mapa de lloc XML. %2$sMés informació sobre els paràmetres dels resultats de cerca%3$s."],"Help on the author archives search results setting":["Ajuda referent al paràmetre de resultats de cerca per als arxius d'autors"],"Archives settings help":["Ajuda dels paràmetres dels arxius"],"Learn more about the archives setting":["Apreneu més sobre el paràmetre dels arxius"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Aconseguiu el codi de verficació de Yandex a %1$sles eines per a administradors web de Yandex%2$s."],"Yandex verification code":["Codi de verificació de Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Aconseguiu el codi de verificació de Google a la %1$sconsola de cerca de Google%2$s."],"Google verification code":["Codi de verificació de Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Aconseguiu el codi de verificació de Bing a les %1$seines per a administradors web de Bing%2$s."],"Bing verification code":["Codi de verificació de Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Podeu fer servir les caixes següents per verificar les diferents eines per a administradors web. Aquesta característica afegirà una etiqueta meta de verificació a la portada. Seguiu els enllaços a les diferents eines i mireu les instruccions per al mètode de verificació de l'etiqueta meta amb el qual aconseguir el codi de verificació. Si el lloc ja està verificat, podeu oblidar-vos-en d'això."],"Learn more about the Webmaster Tools verification":["Apreneu més sobre la verificació de les Eines per a Webmasters"],"On":["Activat"],"Help on: %s":["Ajuda amb: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s té un munt de característiques. Podeu activar / desactivar algunes d'elles a continuació. En fer clic al signe d'interrogació es mostra més informació sobre la característica."],"Off":["Desactivat"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["La secció avançada de la caixa meta de %1$s permet a un usuari eliminar entrades dels resultats de cerca o canviar el canonical. Aquestes són coses que potser no voleu que faci un autor. És per això que, per defecte, només els editors i administradors poden fer-ho. Establir això a \"%2$s\" permetrà a tots els usuaris canviar aquests paràmetres."],"Security: no advanced settings for authors":["Seguretat: sense paràmetres avançats per als autors"],"See who contributed to %1$s.":["Mireu qui ha col·laborat amb %1$s."],"Help on this search results setting":["Ajuda referent a aquest paràmetre dels resultats de cerca"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar els fitxers de %1$s en els resultats de cerca tècnicament significa que tindran un meta robots %2$s i que s'exclouran dels mapes del lloc XML. %3$sMés informació sobre els paràmetres de resultats de cerca%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar els %1$s en els resultats de cerca tècnicament significa que tindran un meta robots %2$s i que s'exclouran dels mapes del lloc XML. %3$sMés informació sobre els paràmetres de resultats de cerca%4$s."],"Default for %2$s, currently: %1$s":["Valor predeterminat per a %2$s, actualment %1$s"],"Show %s in search results?":["Voleu mostrar %s als resultats de la cerca?"],"this author's archives":["els arxius d'aquest autor"],"Do not allow search engines to show %s in search results.":["No permeteu que els motors de cerca mostren %s als resultats de la cerca."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Els URLs de les categories a WordPress contenen un prefix, habitualment %s, aquesta característica elimina aquest prefix, només per a les categories."],"Category URLs":["URLs de categories"],"the archive for %s":["l'arxiu per a %s"],"Redirect attachment URLs to the attachment itself?":["Voler redirigir els URLs dels adjunts directament a l'adjunt?"],"We recommend you set this to Yes.":["Us recomanem que ho definiu com a Si."],"Media & attachment URLs":["Mèdia i URLs d'adjunts"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Això és el que es mostra als resultats de cerca quan la gent troba la vostra pàgina d'inici. Això significa que és el que probablement veuen quan cerquen pel nom de la vostra marca."],"date archives":["arxius de dates"],"archives for authors without posts":["arxius d'autors sense entrades"],"Read why XML Sitemaps are important for your site.":["Llegiu perquè els mapes de lloc XML són importants per al vostre lloc web."],"Enable the XML sitemaps that %s generates.":["Habiliteu els mapes de lloc XML que genera %s."],"See the XML sitemap.":["Mostra el mapa de lloc XML."],"%2$s (current default for %1$s)":["%2$s (valor predeterminat actual per a %1$s)"],"Media":["Mèdia"],"Content Types":["Tipus de contingut"],"Should search engines follow links on this %1$s?":["Els motors de cerca haurien de seguir els enllaços en aquesta %1$s?"],"Allow search engines to show this %s in search results?":["Voleu permetre als motors de cerca mostrar %s als resultats de de la cerca?"],"Search Appearance":["Aparença de la cerca"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Especifiqueu els tipus de contingut que voleu que apareiguin als motors de cerca. Si no sabeu la diferència entre ells, el millor és deixar els paràmetres predeterminats."],"Search engines should show \"%1$s\" in search results:":["Els motors de cerca haurien de mostrar «%1$s» als resultats de la cerca:"],"Search engine visibility":["Visibilitat del motor de cerca"],"Toggle %1$s's XML Sitemap":["Habilita/deshabilita el mapa de lloc XML del %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Les sol·licituds d'assistència que creeu aquí serán enviades directament al nostre sistema de suport que està protegit amb SSL de 256 bits, de manera que la comunicació és 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La funció de contingut fonamental us permet marcar i filtrar els conceptes bàsics del vostre lloc web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si teniu un problema que no podeu resoldre amb els nostres vídeo tutorials o base de coneixement, podeu enviar un missatge al nostre equip de suport. Es troba actiu 24/7."],"Search result":["Resultats de la cerca"],"Good results":["Bons resultats"],"Get better search results in local search":["Aconseguiu millor resultats a la cerca local"],"Allow customers to pick up their %s order locally":["Permet als usuaris recollir la seva ordre del %s en persona"],"SEO analysis":["Anàlisi SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["L'anàlisi SEO ofereix suggeriments per a millorar el SEO del text."],"Learn how the SEO analysis can help you rank.":["Apreneu com l'anàlisi SEO us ajudarà a posicionar-vos."],"The readability analysis offers suggestions to improve the structure and style of your text.":["L'anàlisi de la llegibilitat ofereix suggeriments per millorar l'estructura i l'estil del text."],"Discover why readability is important for SEO.":["Descobriu per què la llegibilitat es important pel SEO."],"Find out how cornerstone content can help you improve your site structure.":["Apreneu com el contingut fonamental us ajudarà a millorar l'estructura del lloc web."],"The text link counter helps you improve your site structure.":["El comptador d'enllaços al text us ajudarà a millorar l'estructura del vostre lloc web."],"Find out how the text link counter can enhance your SEO.":["Esbrineu com el comptador d'enllaços de text pot millorar el vostre SEO."],"%s integration":["Integració amb el %s"],"Read more about how %s works.":["Llegiu més sobre com funciona el %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activeu aquesta funció si vols que Facebook i altres mitjans socials mostrin una visualització prèvia amb imatges i un extracte de text quan es comparteixi un enllaç al vostre lloc web."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activeu aquesta funció si voleu que Twitter mostri una visualització prèvia amb imatges i un extracte de text quan es comparteixi un enllaç al vostre lloc."],"Find out why you should upgrade to %s":["Vegeu perquè hauríeu d'actualitzar a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Darreres entrades a %1$s"],"Need help?":["Necessiteu ajuda?"],"Type here to search...":["Escriviu ací per a cercar..."],"Search the Yoast Knowledge Base for answers to your questions:":["Cerqueu respostes a les vostres preguntes a la base de coneixement de Yoast:"],"Remove highlight from the text":["Elimineu el remarcat del text"],"Your site language is set to %s. ":["L'idioma del lloc està establert a %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Comenceu ja mateix amb l'%2$sassistent de configuració%3$s del %1$s!"],"First-time SEO configuration":["Configuració inicial del SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["El vostre lloc està configurat en {language}. Si no és correcte, contacteu l'administrador del vostre lloc web."],"Your site language is set to {language}.":["El vostre lloc està configurat en {language}"],"Highlight this result in the text":["Remarque aquest resultat al text"],"Considerations":["Consideracions"],"Errors":["Errors"],"Change language":["Canvieu l'idioma"],"You cannot create a %s file.":["No podeu crear el fitxer %s."],"You cannot edit the %s file.":["No podeu editar el fitxer %s."],"Updated %s":["S'ha actualitzat el %s"],"Create %s file":["Crea el fitxer %s"],"Edit the content of your %s:":["Editeu el contingut del vostre %s:"],"Save changes to %s":["Desa els canvis a %s"],"%s file":["Fitxer %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s i %2$s funcionen millor si afegiu una extensió d'ajuda. Instal·leu %3$s i tot anirà millor. %4$s."],"More information":["Més informació"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s i %2$s funcionen millor si afegiu una extensió d'ajuda. Activeu %3$s i tot anirà millor."],"More information about %1$s":["Més informació quant a %1$s"],"Configuration Wizard":["Assistent de configuració"],"You've done it!":["Ho heu aconseguit!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integreu sense esforç %2$s amb %1$s per a l'anàlisi de contingut. "],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s i %2$s funcionen millor si afegiu una extensió d'ajuda. Instal·leu %3$s i tot anirà millor."],"Manage your %s subscription on MyYoast":["Gestiona la subscripció %s a My Yoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Els paràmetres d'aparença de la cerca del %1$s estan formats per variables que es reemplacen per valors específics de la pàgina on es mostren. La taula inferior conté una llista de les variables disponibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marque la %1$s més important com a «contingut fonamental» per a millorar l'estructura del vostre lloc web. %2$sLlegiu més sobre contingut fonamental%3$s."],"Loading help center.":["S'està carregant el centre d'ajuda."],"Get support":["Obteniu ajuda"],"View in KB":["Mostra-ho al centre de coneixement"],"Go back":["Torna"],"Go back to the search results":["Torna als resultats de la cerca"],"(Opens in a new browser tab)":["(S'obre en una nova pestanya del navegador)"],"Posts %1$swithout%2$s a focus keyphrase":["Entrades %1$sense%2$s una frase clau principal"],"Hey, your SEO is doing pretty well! Check out the stats:":["El vostre SEO està força bé! Comproveu les estadístiques:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["No teniu cap entrada publicada, les puntuacions SEO apareixeran una vegada feu la primera entrada."],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["En aquesta pàgina, podeu canviar el nom del lloc web i triar quin separador utilitzar. El separador es mostrarà, per exemple, entre el títol de l'entrada i el nom del lloc web. Els símbols es mostren de la mida en que es veuran els resultats de cerca. Trieu el que encaixi millor amb la marca o ocupe menys espai als fragments de text."],"Something else":["Alguna cosa més"],"A portfolio":["Un portafoli"],"A corporation":["Una empresa"],"A small offline business":["Un petit negoci offline"],"A news channel":["Un canal de notícies"],"An online shop":["Una botiga en línia"],"A blog":["Un blog"],"What does the site %1$s represent?":["Què representa %1$s del lloc web?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Si trieu que no, els arxius de l'autor es deshabilitaran per a evitar problemes de contingut duplicat."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: no emmagatzem les vostres dades de cap manera, i no tenim accés al vostre compte. La vostra privadesa està segura amb nosaltres."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s s'integra amb Google Search Console, una eina imprescindible per als propietaris de webs. Ofereix informació sobre l'estat de la pàgina. Encara no teniu un compte de Google o no heu activat el lloc? Apreneu a %2$sconnectar Google Search Console al vostre lloc.%3$s"],"Option B: My site is under construction and should not be indexed":["Opció B: el meu lloc està en construcció i encara no s'ha d'indexar"],"Option A: My site is live and ready to be indexed":["Opció A: el meu lloc ja està a punt i està preparat per ser indexat"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Trieu «en construcció» si voleu mantenir el lloc web fora de l'índex dels motors de cerca. No us oblideu d'activar-ho quan estigueu preparats per a publicar el lloc web."],"Please specify if your site is under construction or already active.":["Si us plau, indiqueu si el lloc web es troba en construcció o actiu."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Aquesta informació s'utilitzarà al graf de coneixement de Google, el gran bloc d'informació que veieu a la dreta dels resultats de cerca."],"Read more like this on our SEO blog":["Llegiu més sobre això al nostre blog de SEO"],"Readability: %s":["Llegibilitat: %s"],"Not activated":["No està activada"],"Activated":["Activada"],"%1$s recommendations for you":["%1$s recomanacions"],"All Readability Scores":["Totes les puntuacions de llegibilitat"],"Filter by Readability Score":["Fitra per puntuació de llegibilitat"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["No esteu rebent actualitzacions o suport. Corregiu aquest problema afegint aquest lloc web i habilitant el %1$s al %2$s."],"Request method %1$s is not valid.":["El mètode de petició %1$s no és vàlid."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Voleu previsualitzar com es veurà si la gent comparteix aquesta entrada al %1$s? Podeu, amb el %2$s."],"Good job! All the links in your texts have been counted.":["Bona feina! S'han contat tots els enllaços als textos."],"Calculation completed.":["S'ha acabat el càlcul."],"Calculation in progress...":["Càlcul en progrés."],"Stop counting":["Para de contar."],"Counting links in your texts":["S'estan contant els enllaços dels textos"],"Text %1$s of %2$s processed.":["S'han processat %1$s dels %2$s textos"],"All your texts are already counted, there is no need to count them again.":["Tots els textos s'han contat, no cal tornar-los a contar."],"Count links in your texts":["Conta els enllaços als textos"],"Text link counter":["Contador d'enllaços de text"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número d'enllaços interns enllaçant a aquesta entrada. Mireu el text \"Columnes del Yoast\" a la pestanya d'ajuda per a més informació."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Quantitat d'enllaços interns en aquesta entrada. Llegiu el text \"Columnes del Yoast\" a la pestanya d'ajuda si voleu més informació."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["El %1$s afegeix diverses columnes a aquesta pàgina. Hem escrit un article sobre %2$scom utilitzar les puntuacions SEO i de llegibilitat%3$s. Les columnes d'enllaços mostren la quantitat d'articles d'aquest lloc enllaçant %5$sa%6$s aquest article i el número d'URLs enllaçats %5$sdes d'%6$saquest article. Llegiu més quant a %4$scom utilitzar aquestes característiques per a millorar els enllaços interns%3$s, i millorareu considerablement el SEO del vostre lloc."],"%s Columns":["Columnes del %s"],"Readability score":["Puntuació de llegibilitat"],"Other benefits of %s for you:":["Altres avantatges de %s:"],"Scroll to see the preview content.":["Desplaceu la pàgina per previsualitzar el contingut."],"Cornerstone content":["Contingut fonamental"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["El %1$s s'encarregarà de tota l'optimització tècnica del vostre lloc web. Per a millorar realment el rendiment del lloc web en els resultats de la cerca, és important que comenceu a crear contingut que es posicioni bé per a les frases clau que us importen. Comproveu aquest vídeo on expliquem com utilitzar la metabox del %1$s quan editeu entrades i pàgines."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Si voleu avançar els vostres competidors en una ciutat o regió específica, comproveu la nostra extensió %1$s. Podreu inserir fàcilment mapes de Google, hores d'obertura, informació de contacte i un localitzador de la botiga. A més d'això, %1$s us ajudarà a millorar la usabilitat de la pàgina de contacte."],"Attract more customers near you":["Atraieu més clients a prop"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Voleu saber tot el que passa amb l'extensió %1$s? Voleu saber-ho tot sobre els seus paràmetres avançats? Voleu aconseguir treure-li el millor partit al %1$s? Comproveu el nostre curs del %1$s i comenceu a avançar a la vostra competència!"],"Get the most out of %1$s with the %2$s":["Treieu-li tot el profit al %1$s amb el %2$s"],"Upgrade to Premium":["Actualitzeu a Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Voleu avançar a la vostra competència? El %1$s us dóna característiques addicionals que us ajudaran a definir una estratègia SEO com un professional. Afegiu sinònims i paraules clau relacionades, utilitzeu la nostra anàlisi SEO premium, el gestor de redireccions i la nostra eina d'enllaços interns. %1$s també us donarà accés al servei d'atenció premium."],"Outrank the competition with %s":["Avanceu a la vostra competència amb %s"],"You might like":["Potser us agrada"],"Newsletter":["Butlletí de notícies"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Hem detectat que no heu acabat encara amb aquest assistent, pel que recomanem que %2$scomenceu amb l'assistent de configuració per a configurar %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["L'assistent de configuració us ajuda a configurar fàcilment el vostre lloc web per a que tinga els paràmetres SEO òptims."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Convertiu-se en Premium i els nostres experts us ajudaran i respondran a totes les preguntes que tingueu sobre la configuració i us de l'extensió."],"Superfast internal linking suggestions":["Suggeriments interns super ràpids"],"Great news: you can, with %1$s!":["Bones notícies: podeu, amb %1$s!"],"Save changes":["Desa els canvis"],"1 year free support and updates included!":["1 any d'actualitzacions gratuïtes incloses!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["L'extensió %2$s canvia el contingut del vostre lloc web i fent-ho diferencia entre motors de cerca i usuaris normals, en un procés que s'anomena \"cloacking\". Recomanem que el deshabiliteu."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPrevisualitzacions de xarxes socials%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNi un enllaç mort més%2$s: gestor de redireccions senzill"],"No ads!":["Sense anuncis!"],"Facebook & Twitter":["Facebook i Twitter"],"Social media preview":["Previsualitzacions de xarxes socials"],"Easy redirect manager":["Gestor de redireccions senzill"],"No more dead links":["Ni un enllaç mort més"],"Increase your SEO reach":["Incrementeu el vostre abast SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Si voleu més ajuda creant contingut increïble, comproveu el %2$scurs de contingut SEO%3$s. Si voleu saber-ho tot sobre les característiques de l'extensió, considereu el %1$s!"],"Variable":["Variable"],"Available variables":["Variables disponibles"],"Scroll to see the table content.":["Desplaça't per a veure el contingut de la taula."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Consulteu %1$sel nostre article sobre com connectar el vostre lloc web amb la «Consola de cerca» de Google%2$s si necessiteu ajuda."],"An error occurred in the '%1$s' assessment":["S'ha produït un error en la comprovació «%1$s»"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s de les paraules contenen %2$smés de %3$s síl·labes%4$s, el que és més que el màxim recomanat de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s de les paraules contenen %2$smés de %3$s síl·labes%4$s, el que és igual o menor al màxim recomanat de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Això és lleugerament inferior al mínim recomanat d'%5$d paraula. %3$sAfegiu una mica més de contingut%4$s.","Això és lleugerament inferior al mínim recomanat de %5$d paraules. %3$sAfegiu una mica més de contingut%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La descripció meta conté %1$d frase %2$samb més de %3$s paraules%4$s. Proveu d'acurtar la frase.","La descripció meta conté %1$d frases %2$samb més de %3$s paraules%4$s. Proveu d'acurtar les frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La descripció meta no conté cap frase %1$samb més de %2$s paraules%3$s."],"Step %1$d: %2$s":["Pas %1$d: %2$s"],"No new notifications.":["No hi ha notificacions noves"],"Save all":["Desa-ho tot"],"Save":["Desa"],"%1$s, Author at %2$s":["%1$s, autor a %2$s"],"Mobile preview":["Previsualització mòbil"],"Desktop preview":["Previsualització d'escriptori"],"Select redirect":["Selecciona una redirecció"],"Please provide an SEO title by editing the snippet below.":["Afegiu un títol SEO editant la previsualització inferior."],"Meta description preview:":["Previsualització de la descripció meta:"],"Slug preview:":["Previsualització del resum:"],"SEO title preview:":["Previsualització del títol SEO:"],"Close snippet editor":["Tanca l'editor de la previsualització"],"Slug":["Resum"],"Remove marks in the text":["Elimina les marques al text"],"Mark this result in the text":["Marca el resultat al text"],"Marks are disabled in current view":["Les marques estan deshabilitades en la vista actual"],"Good SEO score":["Bona puntuació SEO"],"OK SEO score":["Puntuació SEO acceptable"],"Feedback":["Suggeriments"],"ok":["d'acord"],"Choose an image":["Tria una imatge"],"Remove the image":["Suprimeix la imatge"],"MailChimp signup failed:":["Ha fallat el registre al MailChimp"],"Sign Up!":["Registreu-vos!"],"Name":["Nom"],"There is an error with the request.":["Hi ha un error amb la petició"],"Select profile":["Selecciona un perfil"],"Choose a profile":["Tria un perfil"],"Authorization code":["Codi d'autorització"],"Reauthenticate with Google":["Reautentica amb Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Per a permetre %s l'accés a la «Consola de cerca» de Google, introduïu el codi d'autorització de Google. Si feu clic al botó inferior s'obrirà una nova finestra."],"Please provide a meta description by editing the snippet below.":["Afegiu una descripció meta editant la previsualització inferior."],"Edit snippet":["Edita la previsualització"],"You can click on each element in the preview to jump to the Snippet Editor.":["Podeu fer clic en cada element de la previsualització per a saltar a l'editor de fragments."],"SEO title preview":["Previsualització del títol SEO"],"Meta description preview":["Previsualització de la descripció meta"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Hi ha hagut un problema desant el pas actual, {{link}}envieu-nos un informe d'error{{/link}} descrivint en quin pas estàveu i quins canvis volíeu fer."],"Close the Wizard":["Tanca l'assistent"],"Export settings":["Exporta els paràmetres"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Assistent de configuració"],"Please don't show me this notification anymore":["No mostres més aquesta notificació"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Si esteu experimentant problemes, %1$senvieu un informe de l'error%2$s i farem tot el possible per ajudar-vos."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Hem vist que fa temps feu servir %1$s; esperem que us estigui agradant! Estaríem encantats si poguéssiu donar-nos %2$suna puntuació de 5 estrelles al web WordPress.org%3$s!"],"Date archives settings":["Paràmetres dels arxius per data"],"Author archives settings":["Paràmetres dels arxius d'autor"],"%1$s by %2$s":["%1$s per %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Avís: la variable %s no es pot utilitzar en aquesta plantilla. Aneu al centre d'ajuda si voleu més informació."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Per cert, sabíeu que tenim una %1$sextensió Premium%2$s? Ofereix característiques avançades, com un gestor de redireccions i suport per a múltiples frases clau. També disposa d'atenció personal 24/7."],"(no title)":["(sense títol)"],"%s installation wizard":["Assistent d'instal·lació de %s"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["La barra d'administració de %1$s conté enllaços útils a eines de tercers per analitzar pàgines i simplifica que veieu si teniu notificacions noves."],"Admin bar menu":["Menú a la barra d'administració"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["El %1$s comprova diàriament si el lloc web continua sent indexable pels motors de cerca i %2$s us notifica si no és el cas."],"Features":["Característiques"],"SEO title":["Títol SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Tot i que intentem fer la configuració del %1$s tan fàcil com siga possible, entenem que pot resultar complexa. Si preferiu que nosaltres ens encarreguem de configurar-vos el %1$s (i aconseguir una còpia del %2$s durant el procés), demaneu-nos el %3$sservei de configuració del %1$s%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Benvinguts a l'assistent de configuració del %1$s. En uns pocs passos senzills us ajudarem a configurar els paràmetres de SEO per ajustar-los a les necessitats del vostre lloc."],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google mostra el nom del vostre lloc web als resultats de cerca, si voleu canviar-lo, podeu fer-ho des d'ací."],"Greater than sign":["Signe \"major que\""],"Less than sign":["Signe \"menor que\""],"Right angle quotation mark":["Cometa angular dreta"],"Left angle quotation mark":["Cometa angular esquerra"],"Small tilde":["Tilde petita"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisc baix"],"Asterisk":["Asterisc"],"Bullet":["Pic"],"Middle dot":["Punt volat"],"Em dash":["Guió llarg"],"En dash":["Guió mitjà"],"Dash":["Guió"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Trieu el símbol que voleu utilitzar com a separador del títol. Es mostrarà, per exemple, entre el títol d'una entrada i el nom del lloc. Els símbols es mostren amb la mida en què apareixeran als resultats de cerca."],"The name of the person":["El nom de la persona"],"No":["No"],"Yes":["Sí"],"Does, or will, your site have multiple authors?":["El lloc web té o tindrà múltiples autors?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genera automàticament un URL per a cada element de la biblioteca. Si habiliteu aquesta opció permetreu a Google que indexi l'URL generat."],"Success!":["Fet!"],"Title settings":["Paràmetres del títol"],"Google Search Console":["Consola de cerca de Google"],"Multiple authors":["Múltiples autors"],"Site type":["Tipus de lloc"],"Environment":["Entorn"],"Yoast option %1$s not found.":["No s'ha trobat l'opció %1$s de Yoast."],"Google Structured Data Test":["Prova de dades estructurades de Google"],"Posts list":["Llista d'entrades"],"Posts list navigation":["Navegació per la llista d'entrades"],"Filter posts list":["Filtra la llista d'entrades"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Tingueu en compte que és possible que els enllaços als arxius es generen pel vostre tema, i els hàgeu de suprimir per separat."],"%1$s to optimize your site even further":["%1$s per a optimitzar el vostre lloc encara més"],"%1$s extensions":["%1$s extensions"],"Comes with our 30-day no questions asked money back guarantee":["Ve amb el retorn dels diners garantit durant trenta dies, sense preguntes."],"More information %1$sabout %3$s%2$s":["Més infomració %1$squan a %3$s%2$s"],"Installed":["Instal·lat"],"gain access to our 24/7 support team.":["Obteniu accés al nostre equip de suport 24/7"],"Premium support":["Suport premium"],"check what your Facebook or Twitter post will look like.":["Comproveu com es veurà la vostra entrada a Facebook o a Twitter."],"Social previews":["Previsualitzacions socials"],"create and manage redirects from within your WordPress install.":["Creeu i gestioneu les redireccions des de la vostra instal·lació del WordPress."],"Redirect manager":["Gestor de redireccions"],"%1$s, take your optimization to the next level!":["%1$s, porteu l'optimització al nivell següent!"],"A seamless integration between %1$s and %2$s":["Una integració perfecta entre %1$s i %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utilitza les molles de pa %1$s en lloc de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inseriu fàcilment mapes de Google, un localitzador de botigues, horaris d'obertura i molt més"],"Creates XML News Sitemaps":["Crea mapes de lloc XML de notícies"],"Immediately pings Google on the publication of a new post":["Avisa Google immediatament al publicar una nova entrada"],"Optimize your site for Google News":["Optimitzeu el vostre lloc web per a Google News"],"Make videos responsive through enabling fitvids.js":["Feu els vídeos responsius a habilitant fitvids.js"],"Enhance the experience of sharing posts with videos":["Milloreu l'experiència de compartir entrades amb vídeos"],"Show your videos in Google Videos":["Mostreu els vostres vídeos a Google Videos"],"Crawl issues list":["Llista d'incidències amb el rastreig."],"Crawl issues list navigation":["Navegació per la llista d''incidències amb el rastreig."],"Edit “%s”":["Edita «%s»"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notificacions"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Elimina la pestanya de paraula clau de la caixa meta i deshabilita tots els suggeriments relacionats amb SEO."],"Disable SEO analysis":["Deshabilita l'anàlisi SEO"],"Twitter settings":["Paràmetres del Twitter"],"Pinterest settings":["Paràmetres de Pinterest"],"Facebook settings":["Paràmetres de Facebook"],"Title separator symbol":["Símbol separador del títol"],"RSS feed settings":["Paràmetres del fil de subscripció RSS"],"Breadcrumbs settings":["Paràmetres de les molles de pa"],"Make primary":["Fes primària"],"Enter your Google Authorization Code and press the Authenticate button.":["Introduïu el codi d'autorització de Google i premeu el botó «Autentica»"],"Knowledge base article":["Article de la base de coneixement"],"Open the knowledge base article in a new window or read it in the iframe below":["Obriu l'article de la base de coneixement en una nova finestra o llegiu-lo en el marc inferior."],"Search results":["Resultats de la cerca"],"%s notification":["%s notificació","%s notificacions"],"Disable readability analysis":["Deshabilita l'anàlisi de llegibilitat"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Elimina la pestanya de llegibilitat de la caixa meta i deshabilita tots els suggeriments relacionats amb la llegibilitat."],"Readability analysis":["Anàlisi de llegibilitat"],"Needs improvement":["Necessita millorar"],"Readability":["Llegibilitat"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Esteu intentant carregar fitxers no minimitzat. Aquests fitxers només estan disponibles al nostre paquet de desevolupamet. Comproveu %1$s per a veure tots els fitxers de codi font."],"Improvements":["Millores"],"Dismiss this item.":["Ignora aquest element."],"Good job! We could detect no serious SEO problems.":["Bona feina! No hem detectat cap problema SEO seriós."],"We have detected the following issues that affect the SEO of your site.":["Hem detectat els següents problemes de SEO que afecten el lloc web."],"Problems":["Problemes"],"Analysis":["Anàlisi"],"Not available":["No està disponible"],"Filter by SEO Score":["Filtra per puntuació SEO"],"Meta description not set.":["No s'ha definit cap descripció meta"],"Video tutorial":["Tutorial en vídeo"],"Email support is a %s feature":["El suport per correu electrònic és una característica %s"],"Knowledge base":["Base de coneixement"],"Open":["Obre"],"Loading...":["S'està carregant..."],"Something went wrong. Please try again later.":["Alguna cosa ha anat malament. Torneu a provar en un moment."],"No results found.":["No s'han trobat resultats."],"Dashboard":["Tauler"],"You can fix this on the %1$sPermalink settings page%2$s.":["Podeu arreglar-ho a la %1$spàgina de paràmetres dels enllaços permanents%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La paginació de comentaris està habilitada, això no és necessari en 999 de cada 1000 casos, recomanem deshabilitar-la."],"Replaced with the primary category of the post/page":["Se substituirà per la categoria primària de l'entrada o de la pàgina"],"Pinterest confirmation":["Confirmació de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Si ja heu confirmat el vostre lloc web a Pinterest, podeu ignorar el pas següent."],"Format-based archives":["Arxius basats en el format."],"Webmaster Tools verification":["Verificació al Webaster Tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Seguiu el nostre %1$s per a entrenament en WordPress i convertiu-vos en un expert en %1$s!"],"Want to be a %s Expert?":["Voleu ser un expert en %s?"],"Buy %s":["Compra %s"],"Show information about errors in category %s":["Mostra informació dels errors de la categoria «%s»"],"New %1$s Title":["Nou %1$s títol"],"Existing %1$s Title":["Títol %1$s existent"],"Expected an integer as input.":["S'espera un enter com a entrada."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["S'està intentant construir una clau segura per a la memòria cau del mapa web, però la combinació de prefixos i sufixos deixa poc espai per a fer-ho. Possiblement esteu demanant una pàgina que està molt lluny del rang esperat."],"Remove":["Elimina"],"Keep":["Manté"],"Bold the last page":["Marca l'última pàgina en negreta"],"Regular":["Normal"],"Bold":["Negreta"],"Show Blog page":["Mostra la pàgina del blog"],"Primary %s":["%s primari"],"Primary":["Primari"],"Make %1$s primary %2$s":["Fes %1$s %2$s primari"],"Term is set to noindex.":["El terme està configurat com a no indexable"],"Author archives":["Arxius de l'autor"],"Show":["Mostra"],"Enabled":["Habilitat"],"Disabled":["Deshabilitat"],"%1$s has not fetched your site's indexability status yet from %2$s":["El %1$s encara no ha obtingut l'estat d'indexabilitat del vostre lloc web des de %2$s"],"The separator defined in your theme's %s tag.":["El separador definit en l'etiqueta %s del vostre tema"],"No index":["No index"],"Analyze entire site":["Analitza tot el lloc web"],"Fetch the current status":["Obté l'estat actual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s %2$s no ha pogut obtenir l'estat d'indexabilitat%3$s del vostre lloc des de %4$s"],"Your homepage can be indexed by search engines.":["La vostra pàgina principal pot ser indexada pels motors de cerca."],"Indexability check by %1$s":["Comprovació d'indexabilitat per %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Si voleu utilitzar una imatge per compartir al %1$s, podeu pujar o triar-ne una, o afegir l'URL d'una imatge aquí."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Si no voleu utilitzar la descripció meta per a compartir-la a %1$s i preferiu utilitzar una altra descripció, escriviu-la aquí."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Si no voleu utilitzar el títol per a compartir-lo a %1$s i preferiu utilitzar un altre títol, escriviu-lo aquí."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sLa vostra pàgina principal no pot ser indexada pels motors de cerca%2$s. Això és molt dolent per al SEO, i ho hauríeu d'arreglar."],"Once Weekly":["Una vegada a la setmana"],"SEO score":["Puntuació SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["S'estan recalculant les puntuacions SEO per a tot el contingut amb una paraula clau definida."],"%1$s of %2$s done.":["%1$s de %2$s acabades."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Hem actualitzat l'algorisme de puntuació SEO. %1$sFeu clic aquí per recalcular les puntuacions SEO%2$s de totes les entrades i pàgines."],"Team Yoast":["Equip Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La primera solució SEO realment tot en un per a WordPress, incloent-hi anàlisi del contingut de la pàgina, mapes del lloc XML i molt més."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ha fallat l'activació:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["L'extensió de filtre no està disponible. Demaneu al vostre proveïdor d'allotjament que l'habiliti."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["La instal·lació de l'extensió %1$s està incompleta. Mireu les %2$sinstruccions d'instal·lació%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["L'extensió de la biblioteca estàndard de PHP (SPL) no està disponible. Demaneu al vostre proveïdor d'allotjament que l'habiliti."],"SEO Settings":["Configuració SEO"],"Mobile-Friendly Test":["Prova de compatibilitat amb dispositius mòbils"],"Google Page Speed Test":["Prova de velocitat de la pàgina de Google"],"CSS Validator":["Validador CSS"],"HTML Validator":["Validador HTML"],"Pinterest Rich Pins Validator":["Validador de Rich Pins de Pinterest"],"Facebook Debugger":["Depurador del Facebook"],"Check Headers":["Verificar capçaleres"],"Check Google Cache":["Comprova la memòria cau de Google"],"Analyze this page":["Analitza la pàgina"],"Keyword Research":["Recerca de paraules clau"],"%s does not seem to be a valid url. Please correct.":["%s no sembla un URL vàlid. Corregiu-lo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["No sembla que %1$s sigui una cadena de verificació %2$s vàlida. Corregiu-la."],"%s Archive":["Arxiu de %s"],"You searched for %s":["Heu cercat %s"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s no sembla un nom d'usuari de Twitter vàlid. Corregiu-lo."],"Summary with large image":["Resum amb imatge de grans dimensions"],"Summary":["Resum"],"The post %1$s appeared first on %2$s.":["L'entrada %1$s ha aparegut primer a %2$s."],"No numeric value was received.":["No s'ha rebut cap valor numèric"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Aquest ha de ser un blog que existisca. El blog %s no existeix o s'ha marcat per ser esborrat."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["El paràmetre de blog per defecte ha de ser l'identificador numèric del blog que voleu utilitzar per defecte."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s no és una opció valida per a permetre accedir als paràmetres del %2$s. S'ha restablit als valors per defecte."],"Please select a valid post type for taxonomy \"%s\"":["Seleccioneu un tipus d'entrada vàlida per a la taxonomia \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Seleccioneu una taxonomia vàlida per al tipus d'entrada «%s»"],"You searched for":["Has cercat"],"Home":["Inici"],"Archives for":["Arxius de"],"Error 404: Page not found":["Error 404: Pàgina no trobada"],"Good":["Bo"],"Replaced with a custom taxonomies description":["S'ha reemplaçat per una descripció personalitzada de les taxonomies."],"Replaced with a posts custom taxonomies, comma separated.":["S'ha reemplaçat per una llista de taxonomies personalitzades, separades per comes."],"Replaced with a posts custom field value":["S'ha reemplaçat pel valor d'un camp personalitzat"],"Replaced with the slug which caused the 404":["S'ha reemplaçat per l'URL que havia causat el 404"],"Replaced with the posts focus keyphrase":["Reemplaçat amb la frase clau de l'entrada"],"Attachment caption":["Llegenda de l'adjunt"],"Replaced with the current page number":["Reemplaçat amb el número de pàgina actual"],"Replaced with the current page total":["Reemplaçat amb el nombre total de pàgines"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Reemplaçat pel número de pàgina actual amb context (p. ex. pàgina 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Reemplaçat per la informació biogràfica de l'autor de l'entrada o la pàgina"],"Replaced with the post/page author's 'nicename'":["Reemplaçat pel nom públic de l'autor de l'entrada"],"Replaced with the post/page ID":["Reemplaçat amb l'identificador de l'entrada/pàgina"],"Replaced with the post/page modified time":["Reemplaçat per la data de modificació de l'entrada o pàgina"],"Replaced with the content type plural label":["Reemplaçat per l'etiqueta del tipus d'entrada en plural."],"Replaced with the content type single label":["Reemplaçat per l'etiqueta del tipus d'entrada en singular."],"Replaced with the current search phrase":["Reemplaçat per la frase de cerca actual"],"Replaced with the term name":["S'ha reemplaçat pel nom del terme"],"Replaced with the term description":["Reemplaçat per la descripció del terme"],"Replaced with the tag description":["Reemplaçat per la descripció de l'etiqueta"],"Replaced with the category description":["Reemplaçat per la descripció de la categoria"],"Replaced with the post categories (comma separated)":["Reemplaçat per les categories de l'entrada (separades per coma)"],"Replaced with the current tag/tags":["S'ha reemplaçat per l'etiqueta (o etiquetes) actual"],"Replaced with the post/page excerpt (without auto-generation)":["Reemplaçat pel resum de l'entrada o pàgina (sense autogeneració)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Reemplaçat pel resum de l'entrada/pàgina (o autogenerat si no existeix)"],"The site's name":["El nom del lloc"],"Replaced with the title of the parent page of the current page":["Reemplaçat pel títol de la pàgina pare de la pàgina actual"],"Replaced with the title of the post/page":["Reemplaçat pel títol de l'entrada/pàgina"],"Replaced with the date of the post/page":["Reemplaçat per la data de l'entrada o de la pàgina"],"Page %1$d of %2$d":["Pàgina %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["No podeu sobreescriure una variable estàndard del WP SEO registrant una variable amb el mateix nom. Utilitzeu el filtre «wpseo_replacements» per ajustar el valor substituït."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Ja s'ha registrat una variable de substitució amb el mateix nom. Intenteu fer únic el nom de la vostra variable."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Una variable de reemplaçament no pot començar amb «%%cf_» o «%%ct_», ja que es tracta de les variables variables estàndard del WP SEO per als camps personalitzats i les taxonomies personalitzades. Intenteu fer únic el nom de la vostra variable."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Una variable de reemplaçament només pot obtenir caràcters alfanumèrics, un subratllat o un guió. Proveu a reanomenar la variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Avís d'administració: aquesta pàgina no mostra una descripció a les metadades perquè no en té cap, escriviu-ne una d'específica per aquesta pàgina o aneu al menú [%1$s - %2$s] i establiu una plantilla."],"Page not found":["Pàgina no trobada"],"%s Archives":["Arxius de %s"],"Search for \"%s\"":["Cerca per «%s»"],"Meta description to use for Author page":["Descripció meta a utilitzar en la pàgina de l'autor"],"Title to use for Author page":["Títol que s'utilitzarà per a la pàgina de l'autor"],"%1$s settings":["Paràmetres del %1$s "],"Export your %1$s settings":["Exporta els teus %1$s paràmetres"],"Import settings":["Importa els paràmetres"],"Import from other SEO plugins":["Importa des d'altres extensions SEO"],"Import":["Importa"],"If you had a %s file and it was editable, you could edit it from here.":["Si tinguéssiu un fitxer %s i fos editable, el podríeu editar des d'aquí."],"If your %s were writable, you could edit it from here.":["Si el vostre fitxer %s fos editable, podríeu editar-lo des d'aquí."],"You don't have a %s file, create one here:":["No teniu cap fitxer %s, creeu-ne un aquí:"],"A link to your site, with your site's name and description as anchor text.":["Un enllaç al vostre lloc, amb el nom i la descripció del vostre lloc com a text de l'enllaç."],"A link to your site, with your site's name as anchor text.":["Un enllaç al vostre lloc, amb el nom del lloc com a àncora de text."],"A link to the post, with the title as anchor text.":["Enllaç a l'entrada, amb el títol com a text."],"A link to the archive for the post author, with the authors name as anchor text.":["Un enllaç a l'arxiu de l'autor de l'entrada, amb el nom de l'autor com a text."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Podeu utilitzar les variables següents dins del contingut; es reemplaçaran pel contingut a la seva dreta."],"Content to put after each post in the feed":["Contingut que voleu posar després de cada entrada al fil RSS"],"Content to put before each post in the feed":["Contingut que voleu afegir abans de cada entrada al fil de subscripció"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Aquesta característica s'utilitza per afegir automàticament contingut al fil RSS; específicament, està pensat per afegir enllaços entrants al vostre blog i a les vostres entrades, així els lladres de contingut simples afegiran també aquests enllaços al vostre lloc ajudant els motors de cerca a identificar-vos com la font original del contingut."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["L'ús d'aquesta característica de les rutes de navegació s'explica %1$sa l'article de la nostra base de coneixement sobre implementació de la ruta de navegació%2$s."],"How to insert breadcrumbs in your theme":["Com inserir la ruta de navegació al vostre tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Arxiu del tipus d'entrada que s'ha de mostrar a la ruta de navegació per a les taxonomies."],"Taxonomy to show in breadcrumbs for content types":["Taxonomia per a mostrar a la ruta de navegació per als tipus d'entrada"],"Breadcrumb for 404 Page":["Ruta de navegació per a la pàgina 404"],"Prefix for Search Page breadcrumbs":["Prefix per a la ruta de navegació de la pàgina de cerca"],"Prefix for Archive breadcrumbs":["Prefix per a la ruta de navegació dels arxius"],"Prefix for the breadcrumb path":["Prefix per a la ruta de navegació"],"Anchor text for the Homepage":["Àncora de text per a la pàgina principal"],"Separator between breadcrumbs":["Separador entre la ruta de navegació"],"Enable Breadcrumbs":["Habilita la ruta de navegació"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Baix podeu trobar les puntuacions SEO de les entrades publicades. Aquest és tan bon moment com qualsevol altre per començar a millorar les vostres entrades!"],"Credits":["Crèdits"],"« Back to Tools page":["« Torna a la pàgina d'eines"],"%1$s comes with some very powerful built-in tools:":["El %1$s inclou algunes eines molt potents:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Aquesta eina us permet canviar ràpidament fitxers importants per al SEO, com el robots.txt i, si en teniu un, el vostre fitxer .htaccess."],"File editor":["Editor de fitxers"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importeu els paràmetres d'altres extensions SEO i exporteu els paràmetres per reutilitzar-los en un altre blog."],"Import and Export":["Importa i exporta"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Aquesta eina us permet canviar ràpidament títols i descripcions de les entrades i les pàgines sense haver d'anar a l'editor per a cadascuna d'elles."],"Bulk editor":["Editor en massa"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Per a %1$sverificar el vostre lloc amb Pinterest%2$s, afegiu la meta etiqueta ací"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest utilitza les mateixes metadades Open Graph que Facebook, per tant assegureu-vos d'activar la casella de selecció d'Open Graph a la pestanya de Facebook si voleu optimitzar el vostre lloc web per a Instagram."],"The default card type to use":["El tipus de targeta per utilitzar per defecte"],"Add Twitter card meta data":["Afegeix meta dades per a les targetes de Twitter."],"This image is used if the post/page being shared does not contain any images.":["Aquesta imatge s'utilitza si l'entrada o la pàgina que s'estan compartint no conté cap imatge."],"Default settings":["Paràmetres per defecte"],"Copy home meta description":["Copia la meta descripció de la pàgina principal"],"Description":["Descripció"],"Image URL":["URL de la imatge"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Aquí estan el títol, la descripció i la imatge utilitzades a les meta etiquetes d'Open Graph a la pàgina principal del lloc web."],"Frontpage settings":["Paràmetres de la pàgina d'inici"],"Add Open Graph meta data":["Afegeix les metadades Open Graph"],"YouTube URL":["URL al Youtube"],"Pinterest URL":["URL al Pinterest"],"MySpace URL":["URL al MySpace"],"LinkedIn URL":["URL al LinkedIn"],"Instagram URL":["URL a l'Instagram"],"Twitter Username":["Usuari al Twitter"],"Facebook Page URL":["URL de la pàgina de Facebook"],"Accounts":["Comptes"],"Restore site to defaults":["Restaura el lloc als paràmetres per defecte"],"Site ID":["ID del lloc web"],"Using this form you can reset a site to the default SEO settings.":["Utilitzant aquest formulari podeu restablir el lloc als paràmetres per defecte de SEO"],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Alguns paràmetres sensitius respecte a la privacitat (administrador al FB entre altres), específics dels temes (com la reescriptura del títol) i alguns altres paràmetres específics no s'importaran als nous blogs."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Indroduïu %1$sl'ID del lloc web%2$s els paràmetres del qual voleu utilitzar com a paràmetres per defecte per a tots els llocs que afegiu a la xarxa. Deixeu-ho en blanc si no en voleu cap (s'utilitzaran els paràmetres per defecte de l'extensió)"],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Trieu el lloc web els paràmetres del qual voleu utilitzar com a paràmetres per defecte per a tots els llocs que afegiu a la xarxa. Si no en trieu cap, s'utilitzaran els paràmetres per defecte de l'extensió."],"New sites in the network inherit their SEO settings from this site":["Els nous llocs a la xarxa hereten els seus paràmetres SEO d'aquest lloc web"],"Super Admins only":["Només superadministradors."],"Site Admins (default)":["Administradors del lloc (per defecte)"],"Who should have access to the %1$s settings":["Qui hauria de tenir accés als paràmetres del %1$s"],"spam":["brossa"],"mature":["madur"],"archived":["arxivat"],"public":["public"],"%s restored to default SEO settings.":["S'ha restaurat %s als paràmetres SEO per defecte"],"Settings Updated.":["S'han actualitzat els paràmetres."],"404 pages":["Pàgines 404"],"Search pages":["Cerca pàgines"],"These pages will be %s by default, so they will never show up in search results.":["Aquestes pàgines s'etiquetaran com a %s per defecte, per tant mai apareixeran als resultats de cerca."],"Special Pages":["Pàgines especials"],"Date-based archives could in some cases also be seen as duplicate content.":["Els arxius per dates poden ser identificats en alguns casos com a contingut duplicat."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Si això és el que passa al vostre lloc, podeu decidir tant deshabilitar-lo (el que el fa redirigir a la pàgina d'inici), o afegir-li %s de manera que no aparegui als resultats de cerca."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Si teniu un blog d'un únic autor, l'arxiu de l'autor serà exactament el mateix que la vostra pàgina d'inici. Això es coneix com a %1$sproblema del contingut duplicat%2$s."],"Date archives":["Arxius de dates"],"author archives":["Arxius de l'autor"],"Title":["Títol"],"%1$s Meta Box":["Caixa meta del %1$s"],"Hide":["Amaga"],"Date in Snippet Preview":["Data a la previsualització del fragment"],"Take note:":["Important:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Podeu determinar el títol i la descripció de la pàgina del blog %1$seditant la mateixa pàgina%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Podeu determinar el títol i la descripció per a la pàgina d'inici %1$seditant la mateixa pàgina d'inici%2$s."],"Homepage & Front page":["Pàgina d'inici i pàgina principal del blog"],"Title Separator":["Separador del títol"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["El %1$s ha detectat automàticament que necessita forçar la reescriptura dels títols de les vostres pàgines; si creieu que és incorrecte i sabeu el que feu, podeu canviar el paràmetre aquí."],"Force rewrite titles":["Força la reescriptura dels títols."],"Taxonomies":["Taxonomies"],"Homepage":["Pàgina d'inici"],"%1$s Extensions":["Extensions del %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integreu sense esforç el WooCommerce amb el %1$s i aconseguiu funcionalitats extra."],"Rank better locally and in Google Maps, without breaking a sweat!":["Posicioneu-vos millor localment i al Google Maps, sense esforçar-vos gaire."],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Esteu a Google News? Incrementeu el tràfic des de Google News optimitzant el vostre lloc web!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimitzeu els vostres videos per a mostrar-los als resultats de la cerca i obteniu més clics."],"The premium version of %1$s with more features & support.":["La versió premium del %1$s amb més característiques i suport"],"Person":["Persona"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Aquestes dades es mostren com a metadades al vostre lloc web. Estan pensades per aparèixer al %1$sKnowledge Graph de Google%2$s. Podeu ser tant una persona com una empresa."],"Website name":["Nom del lloc web"],"Webmaster Tools":["Eines per a administradors web"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["No teniu el nom de l'entrada a l'URL de les entrades i pàgines, i està altament recomanat que hi sigui. Considereu establir la vostra estructura d'enllaços permanents a /%postname%/"],"RSS":["RSS"],"Breadcrumbs":["Ruta de navegació"],"or":["o"],"Save Profile":["Desa el perfil"],"There were no profiles found":["No s'ha trobat cap perfil"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autentica"],"Get Google Authorization Code":["Obté el codi d'autorització de Google"],"Reload crawl issues":["Recarrega els problemes de rastreig"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Per poder crear una redirecció i arreglar aquest problema, necessiteu %1$s. Podeu comprar l'extensió, incloent-hi un any de suport i actualitzacions, a %2$s."],"Creating redirects is a %s feature":["La creació de redireccions és una característica del %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errors que s'han produït només quan el vostre lloc estava sent rastrejat per Googlebot per a telèfons mòbils antics (els errors no van aparèixer per a la versió d'escriptori)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Errors que s'han produït només quan el vostre lloc estava sent rastrejat per Googlebot Mobile (els errors no van aparèixer per a la versió d'escriptori)."],"Errors that occurred when your site was crawled by Googlebot.":["Errors que han ocorregut mentre el Googlebot rastrejava el vostre lloc."],"Issue categories":["Categories d'incidències"],"Incorrect Google Authorization Code.":["El codi d'autorització de Google és incorrecte."],"The issues have been successfully reloaded!":["Les incidències s'han recarregat correctament."],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Les dades del %1$s s'han esborrat. Us haureu de tornar a autenticar si voleu obtenir les dades de nou."],"Crawl errors per page":["Errors de rastreig per pàgina"],"Search":["Cerca"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["No vos perdeu els errors de rastreig: %1$sconnect amb la «Consola de cerca» de Google aquí%2$s"],"Create redirect":["Crea una redirecció"],"Mark as fixed":["Marca-ho com a arreglat"],"Response code":["Codi de resposta"],"First detected":["Detectat per primera vegada"],"Last crawled":["Rastrejat per última vegada"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s ha detectat que esteu utilitzant una versió de %2$s que no és compatible amb %1$s. Actualitzeu %2$s a la última versió per utilitzar aquesta característica."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Les extensions de Yoast comparteixen parts del codi per tal de fer el vostre lloc més ràpid. A causa d'això, necessitem que totes les extensions estiguin actualitzades. Hem detectat que actualment no és així; actualitzeu les extensions de Yoast que no estan actualitzades."],"Feature phone":["Telèfon mòbil (antic)"],"Smartphone":["Telèfon mòbil intel·legent"],"Desktop":["Escriptori"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["L'URL de destinació no existeix, però el vostre servidor no està retornant un error 404 (no s'ha trobat la pàgina)."],"Soft 404":["404 suau"],"Request timed out or site is blocking Google.":["La petició ha tardat massa temps, o el vostre lloc està blocant Google."],"Server Error":["Error del servidor."],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot ha pogut accedir al vostre lloc, però alguns URLs estan blocats al Googlebot al vostre fitxer %1$s. Aquest bloqueig podria ser tant per a tots els Googlebots o específicament per al Googlebot mòbil."],"Blocked":["Blocat"],"Google was unable to crawl this URL due to an undetermined issue.":["Google no ha pogut rastrejar aquest URL a causa d'un problema desconegut."],"URL points to a non-existent page.":["L'URL apunta a una pàgina que no existeix."],"Not found":["No s'han trobat"],"Not followed":["No s'han seguit"],"Faulty redirects":["Redireccions errònies"],"Server requires authentication or is blocking Googlebot from accessing the site.":["El servidor demana autenticació o està bloquejant l'accés al lloc del Googlebot "],"Access denied":["Accés denegat"],"Deactivate %s":["Desactiva %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["L'extensió %1$s pot causar problemes quan s'utilitza conjuntament amb %2$s."],"Upload Image":["Penja imatges"],"Remove these ads?":["Voleu eliminar els anuncis?"],"%s Posts Overview":["Visió global de les entrades del %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["El títol de la ruta de navegació s'utilitza en la ruta de navegació on apareix aquesta taxonomia."],"Breadcrumbs title":["Títol de la ruta de navegació"],"The canonical link is shown on the archive page for this term.":["L'enllaç canònic es mostra a la pàgina d'arxiu per a aquest terme."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Altres"],"Archives":["Arxius"],"Email":["Adreça electrònica"],"Previous":["Anterior"],"Next":["Següent"],"Close":["Tanca"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Tant el %1$s com %2$s poden generar mapes de lloc XML. Tindre dos mapes de lloc XML no és beneficiós per als motors de cerca, i a més pot fer el vostre lloc web més lent."],"Configure %1$s's Open Graph settings":["%1$s s'expandeix a Yoast SEO"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Tant %1$s com %2$s generen sortida d'OpenGraph, que pot fer Facebook, Twitter, LinkedIn i altres xarxes socials utilitzar textos i imatges incorrectes quan es comparteixen les vostres pàgines."],"%s Image":["Imatge per al %s"],"%s Description":["Descripció per al %s"],"%s Title":["Títol per al %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["La mida recomanada per a %1$s és %2$s píxels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Si voleu sobreescriure la imatge utilitzada al %s per a aquesta entrada, pugeu o trieu una imatge o afegiu l'URL aquí."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si no voleu utilitzar la descripció meta de l'entrada per a compartir-la a %s i voleu utilitzar una altra meta descripció escriviu-la aquí."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si no voleu utilitzar el títol de l'entrada per a compartir-la a %s i voleu utilitzar un altre títol, escriviu-lo aquí. "],"very difficult":["molt difícil"],"Try to make shorter sentences, using less difficult words to improve readability":["Proveu de fer frases més curtes i amb paraules menys complexes per tal de millorar la legibilitat."],"difficult":["difícil"],"Try to make shorter sentences to improve readability":["Proveu de fer frases més curtes per millorar la legibilitat"],"fairly difficult":["prou difícil"],"OK":["D'acord"],"fairly easy":["prou fàcil"],"easy":["fàcil"],"very easy":["molt fàcil"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Totes les puntuacions de SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: La imatge destacada ha de ser de 200x200 com a mínim per a què Facebook i altres xarxes socials la utilitzen."],"(no parent)":["(sense pare)"],"Post is set to noindex.":["L'entrada està configurada com a no indexable."],"The URL that this page should redirect to.":["L'URL al qual aquesta pàgina hauria de redirigir."],"301 Redirect":["Redirecció 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["L'URL canònic al qual aquesta pàgina hauria d'apuntar, ll. Deixeu el valor buit per a què apunti a l'enllaç permanent. Els %1$sURLs cànonics entre dominis%2$s també estan permesos."],"Canonical URL":["URL canònic"],"Title to use for this page in breadcrumb paths":["Títol per utilitzar en la ruta de navegació per a aquesta pàgina"],"Breadcrumbs Title":["Títol de la ruta de navegació"],"No Snippet":["No Snippet"],"No Archive":["No arxives"],"No Image Index":["No indexes imatges"],"None":["Cap"],"Site-wide default: %s":["Per defecte a tot el lloc: %s"],"Advanced meta robots settings for this page.":["Opcions meta robots avançades per a aquesta pàgina."],"Meta robots advanced":["Meta Robots avançat"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Avís: tot i que podeu definir els paràmetres per als robots aquí, tot el lloc web està configurat com a no indexable als paràmetres de privacitat del lloc. Per tant, aquests paràmetres no tindran cap efecte."],"Meta description":["Meta descripció"],"SEO Title":["Títol SEO"],"Focus keyword":["Paraula clau principal"],"Snippet preview":["Vista prèvia del resum"],"Settings successfully imported.":["Els paràmetres s'han important correctament."],"Settings could not be imported:":["No s'han pogut importar els paràmetres:"],"Breadcrumb for 404 pages:":["Ruta de navegació de la pàgina 404:"],"Prefix for search result pages:":["Prefix per les pàgines dels resultats de cerca:"],"Prefix for archive pages:":["Prefix per a les pàgines d'arxius:"],"Prefix for breadcrumbs:":["Prefix per a les rutes de navegació:"],"Anchor text for the homepage:":["Text d'ancoratge per a la pàgina d'inici:"],"Breadcrumbs separator:":["Separador de la ruta de navegació:"],"%s Breadcrumbs":["Ruta de navegació del %s"],"Use Image":["Utilitza la Imatge"],"Action":["Acció"],"Page URL/Slug":["URL de la pàgina"],"Publication date":["Data de publicació"],"Post Status":["Estat de l'entrada"],"WP Page Title":["Títol de la pàgina"],"View":["Visualitza"],"View “%s”":["Mostra «%s»"],"Preview":["Previsualitza"],"Preview “%s”":["Previsualitza «%s»"],"Edit":["Edita"],"Filter":["Filtre"],"New Yoast Meta Description":["Nova meta descripció"],"Existing Yoast Meta Description":["Meta descripció existent"],"Facebook profile URL":["URL del perfil de Facebook"],"Twitter username (without @)":["Usuari Twitter (sense @)"],"FAQ":["PMF"],"Premium Support":["Suport premium"],"Settings":["Paràmetres"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Heu d'anar als %1$sparàmetres de lectura%2$s i desmarcar l'opció per a «visibilitat de motors de cerca»"],"Huge SEO Issue: You're blocking access to robots.":["Problema greu de SEO: esteu blocant l'accés als robots."],"Posts":["Entrades"],"Edit Files":["Edita els fitxers"],"Advanced Variables":["Variables avançades"],"Basic Variables":["Variables bàsiques"],"General":["General"],"Extensions":["Extensions"],"Search Console":["Consola de cerca"],"Tools":["Eines"],"Advanced":["Avançat"],"XML sitemaps":["Mapa del lloc XML"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["El %1$s ha detectat que esteu utilitzant la versió %2$s de %3$s, actualitzeu a l'última versió per a prevenir problemes d'incompatibilitat."],"Just another WordPress site":["Un altre lloc web amb el WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Encara teniu la descripció curta predeterminada del WordPress, fins i tot una buida seria millor. %1$sPodeu solucionar-ho al configurador%2$s."],"You have used HTML in your value which is not allowed.":["No està permès utilitzar HTML al valor."],"You can't edit %s that aren't yours.":["No podeu editar %s que no són vostres."],"You can't edit %s.":["No podeu editar %s."],"Post has an invalid Content Type: %s.":["L'entrada té un tipus de contingut invàlid: %s."],"Post doesn't exist.":["L'entrada no existeix."],"course\u0004Free:":["Gratuït:"],"posts\u0004Trash (%s)":["Paperera (%s)","Paperera (%s)"],"posts\u0004All (%s)":["Tot (%s)","Tots (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/cs_CZ.json b/Resources/Private/Languages/cs_CZ.json index 0a2fcbf..fac185e 100644 --- a/Resources/Private/Languages/cs_CZ.json +++ b/Resources/Private/Languages/cs_CZ.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;","lang":"cs_CZ"},"Has feedback":["Má recenzi"],"Content optimization:":["Optimalizace obsahu:"],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Přečti si %1$stento příspěvek pro více informací o tom, proč nepodporujeme starší verze.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Pokud se obáváte instalace na %2$s nebo vyšší kvůli novému Gutenberg editoru, prosím, nainstalujte si plugin Classic editor. S ním budete moci editovat totožně, jako jste dosud zvyklí, i po přechodu na novější a bezpečnější verzi WordPressu i %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sAktualizujte WordPress na nejnovější verzi%2$s%3$sZaznamenali jsme, že nepoužíváte nejnovější verzi WordPressu, což vám může v budoucnu způsobit komplikace. %4$s (s ohledem na bezpečnost a stabilitu) podporuje pouze aktuální a předchozí verzi WordPressu. Jakmile bude vydána následující verze, budeme podporovat WordPress %6$s a %7$s.To ve výsledku znamená, že nebudete dostávat žádné aktualizace %5$s dokud neaktualizujete svůj WordPress, a proto prosím s aktualizací neotálejte!%3$s%3$s"],"Post Noindexed":["Neindexovaný příspěvek"],"No Focus Keyphrase":["Klíčová fráze nezadána"],"Person logo / avatar":["Logo / avatar uživatele"],"Extend %s":["Rozšíření %s"],"Enroll in the %s for WordPress training":["Přihlaste se do školení %s pro WordPress"],"Posts with the SEO score: %s":["Příspěvky mající SEO skóre: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video návod"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Pro zobrazení chyb v procházení, %1$spřejděte prosím na Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google ukončil provoz Crawl Errors API. Proto vám zde již nemůžeme zobrazovat možné chyby v procházení. %1$sPřečtěte si naše stanovisko k této záležitosti%2$s."],"Remove this message":["Odstraň tuto zprávu."],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimalizujte své stránky pro místní publikum s naším %s pluginem! Optimalizovaná podrobná adresa, otevírací doba, vyhledávač obchodu a možnosti vyzvednutí."],"Serving local customers?":["Pracujete s lokálními zákazníky?"],"Get the %s plugin now":["Získej %s plugin nyní."],"Organization social profiles":["Profily společnosti na sociálních sítích"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Detaily zobrazené v meta datech, jako je profil na sociálních sítích, jméno a popis tohoto uživatele, můžete editovat na jejich %1$s profilové stránce."],"Personal info":["Osobní informace"],"Organization logo":["Logo společnosti"],"Organization name":["Jméno společnosti"],"Choose whether the site represents an organization or a person.":["Zvolte, zda stránky reprezentují společnost, nebo osobu"],"Knowledge Graph & Schema.org":["Znalostní graf a schéma.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":["To znamená, že formulář a informace níže nejsou povoleny a nejsou používány."],"Your website is currently configured to represent a Person":["Vaše stránky jsou nastaveny tak, že reprezentují osobu"],"(if one exists)":["(pokud existuje)"],"Wikipedia page about you":["Stránka o Vás ve Wikipedii"],"YouTube profile URL":["URL YouTube profilu"],"Tumblr profile URL":["URL Tumblr profilu"],"SoundCloud profile URL":["URL SoundCloud profilu"],"MySpace profile URL":["URL MySpace profilu"],"Organization or person":["Společnost, nebo osoba"],"The person":["Osoba"],"Organization":["Společnost"],"Does your site represent a person or an organization?":["Reprezentují Vaše stránky osobu, nebo společnost?"],"The name of the organization":["Jméno společnosti"],"Provide an image of the organization logo":["Poskytněte logo společnosti"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Původně jste vaše stránky nastavili tak že reprezentují osobu. Zlepšili jsme funkcionalitu týkající se schematu a grafu znalostí, takže by bylo vhodné %1$sdoplnit tato nastavení%2$s."],"Select a user...":["Vybrat uživatele..."],"Uncategorized":["Nezařazeno"],"Name:":["Jméno:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":["Chyba: prosím vyberte uživatele níže, aby byla mete data vaší stránky kompletní."],"SEO score: %s":["SEO score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Pokud existuje stránka vaší společnosti na Wikipedii, přidejte ji taktéž."],"Wikipedia URL":["URL na Wikipedii"],"Pinterest profile URL":["URL Pinterest profilu"],"Instagram profile URL":["URL Instagram profilu"],"LinkedIn profile URL":["URL LinkedIn profilu"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":["SEO pro začátečníky"],"%s for WordPress training":["%s pro trénink (kurz) WordPress(u)"],"All-around SEO training":["Všeobecný SEO trénink (kurz)"],"The image you selected is too small for Facebook":["Vybraný obrázek je příliš malý pro Facebook"],"The given image url cannot be loaded":["Zadanou URL obrázku nelze načíst"],"Find out what words your audience uses to find you":["Zjistěte, jaká slova vaše publikum používá, aby vás našli"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":["Žádný JSON objekt nebyl navrácen."],"Received internal links":["Přijaté vnitřní odkazy"],"Outgoing internal links":["Odchozí vnitřní odkazy"],"New step added":["Nový krok přidán"],"New question added":["Přidána nová otázka "],"To be able to create a redirect and fix this issue, you need %1$s. ":["Abyste mohli vytvořit přesměrování a opravit tuto záležitost, potřebujete %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Plugin včetně 1 roku podpory a updatů můžete zakoupit zde %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Prvek Počitadlo textových odkazů poskytuje informaci o tom, kolik odkazů ve vašem textu směřuje zpět na váš text. To je velmi užitečné, když zlepšujete vaše %1$sinterní odkazy%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Aby tento prvek fungoval %1$s potřebuje PHP minimálně ve verzi %2$s. Na této stránce jsme zjistili PHP ve verzi %3$s."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Pečlivě zvažte následky a %1$spřečtěte si tento článek%2$s pro více informací o dopadu zobrazování médií ve výsledcích vyhledávání."],"Keyphrase":["Klíčové slovo"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Aby tento prvek fungoval, %1$s je třeba vytvořit tabulku ve vaší databázi. Tuto tabulku se nám nepodařilo vytvořit automaticky."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Po zapnutí této možnosti URL adresy příloh budou viditelné jak pro vaše návštěvníky, tak i pro Google. Aby tato skutečnost byla přínosná pro vaše webové stránky, tyto URL adresy musí obsahovat užitečné informace, v opačném případě mohou mít negativní dopad na hodnocení webu."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Prvek %3$sPočitadlo textových odkazů%4$s (představené %1$s %2$s) je v současné chvíli deaktivováno."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Přečtěte si prosím následující %1$sčlánek ve znalostní databázi%2$s, abyste zjistili, jak vyřešit tento problém."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Abychom se ujistili, že všechny odkazy ve textech jsou spočítány, potřebujeme zanalyzovat všechny texty."],"All you have to do is press the following button and we'll go through all your texts for you.":["Vše, co musíte udělat, je, že zmáčknete následující tlačítko, a my si pro vás projdeme všechny texty."],"Count links":["Spočítat odkazy"],"Free":["Zdarma"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributes%2$s: Dobrá práce!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAlt attributy obrázků%3$s: Obrázky na této stránce mají alt atributy, ale nenastavili jste klíčovou frázi (slovo). %2$sOpravte to%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Strana %s"],"Cannot get the size of %1$s because of unknown reasons.":["Nelze získat velikost %1$s z neznámých důvodů."],"Cannot get the size of %1$s because it is hosted externally.":["Nelze získat velikost %1$s kvůli hostování na externím zdroji."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Jednoduše změňte přepínač na \"Zap\" a budete moci využít rekalibrovanou analýzu. Zároveň vás zařadíme na náš speciální seznam e-mailových adres. Budeme vám psát pouze ohledně vašich zkušeností s rekalibrací."],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["Získejte ještě lepší analýzu"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sJeden nadpis%3$s: H1 by měl být použit pouze jako váš hlavní nadpis. Najděte všechny nadpisy H1 ve vašem textu, které nejsou vaším hlavním názvem a %2$s změňte je na nižší úroveň%3$s!"],"Improve sharing on Facebook and Pinterest":["Vylepšit sdílení na Facebooku a Pinterestu"],"You do not have the required rights to export settings.":["Nemáte potřebná oprávnění pro export nastavení."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Zkopírujte všechna nastavení této karty na jiný web %1$s a klikněte tam na \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":["Žádné nastavení nenalezeno."],"Export your %1$s settings here, to copy them on another site.":["Zde exportujte vaše nastavení %1$s a zkopírujte je na jiný web."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import nastavení je podporován na serverech, které používají verzi PHP 5.3 nebo vyšší."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importujte nastavení vložením nastavení, které jste zkopírovali z jiného webu, a klikem na tlačítko \"%s\"."],"Paste your settings from another %s installation.":["Vložte vaše nastavení z jiné %s instalace."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sHustota výskytu klíčové fráze%2$s: Hlavní klíčová fráze (slovo) bylo nalezeno %3$d krát. To je výborné!","%1$sHustota výskytu klíčové fráze%2$s: Hlavní klíčová fráze (slovo) bylo nalezeno %3$d krát. To je výborné!","%1$sHustota výskytu klíčové fráze%2$s: Hlavní klíčová fráze (slovo) bylo nalezeno %3$d krát. To je výborné!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":["Indexovatelná meta smazána."],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":["Třída %2$s nemá definovánu metodu %1$s()"],"With %s, you can easily create such redirects.":["S %s můžete takové přesměrování snadno vytvořit."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Změna nastavení trvalých odkazů může vážně ovlivnit viditelnost pro vyhledávače. Proto by nemělo být téměř %1$s nikdy %2$s prováděno na živé webové stránce."],"WARNING:":["VAROVÁNÍ:"],"Learn about why permalinks are important for SEO.":["Zjistěte, proč jsou trvalé odkazy důležité pro SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Čistý obraz"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKlíčová fráze je obsažena v slug(u)%2$s: Dobrá práce!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sRozmístění klíčové fráze%2$s: Dobrá práce!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sRozmístění klíčové fráze%3$s: Nerovnoměrné. Některé části textu neobsahují klíčová slova nebo jejich synonyma. %2$sRozmístěte je rovnoměrněji%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sRozmístění klíčové fráze%3$s: Velmi nerovnoměrné. Velké části textu neobsahují klíčová slova nebo jejich synonyma. %2$sRozmístěte je rovnoměrněji%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":["Pomoct s výběrem perfektní klíčové fráze"],"Would you like to add a related keyphrase?":["Chcete přidat související klíčovou frázi?"],"Go %s!":["Do toho %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Nezobrazování dat archivů ve výsledcích vyhledávání technicky znamená, že budou mít %1$s robots meta. %2$s Další informace o nastavení výsledků vyhledávání %3$s."],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":["Optimalizovat příspěvek pro synonyma a související klíčové fráze."],"Synonyms & related keyphrases":["Synonyma a klíčové fráze"],"Add related keyphrase":["Přidejte souvisící klíčové slovo/frázi"],"Dismiss %s upgrade notice":["Odstranit %s upozornění na upgrade"],"Upgrade to %s":["Aktualizovat na %s"],"%1$s video":["%1$s video"],"Get %s":["Získej %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sPředchozí použitá klíčová fráze%6$s: Použili jste tuto hlavní klíčovou frázi %1$s%2$d krát předtím%3$s. %5$sNepoužívejte hlavní klíčovou frázi více než jednou%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sPředchozí použitá klíčová fráze%5$s: Použili jste tuto hlavní klíčovou frázi %1$sjiž jednou před tím%2$s. %4$sNepoužívejte hlavní klíčovou frázi více než jednou%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sPředchozí použitá klíčová fráze%2$s: Ani jednou jste ještě tuto klíčovou frázi nepoužili, výborně,"],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopslovo%3$s: Slug pro tuto stránku obsahuje stopslovo. %2$sOdstraňte jej%3$s!","%1$sSlug stopslova%3$s: Slug pro tuto stránku obsahuje stopslova. %2$sOdstraňte je%3$s!","%1$sSlug stopslova%3$s: Slug pro tuto stránku obsahuje stopslova. %2$sOdstraňte je%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug je příliš dlouhý%3$s: slug pro tuto stránku je poněkud delší. %2$sZkraťte jej%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtributy alt u obrázků%3$s: Na této stránce se nevyskytují žádné obrázky. %2$sZkuste nějaké přidat%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sOdkaz na klíčovou frázi%3$s: Odkazujete na jinou stránku pomocí slov, kterými chcete zvýšit hodnocení Vaší stránky. %2$sVyhněte se tomu%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Text obsahuje mnohem méně slov, než je doporučené minimum%5$d slova. %3$sPřidejte více obsahu%4$s.","Text obsahuje mnohem méně slov, než je doporučené minimum%5$d slov. %3$sPřidejte více obsahu%4$s.","Text obsahuje mnohem méně slov, než je doporučené minimum%5$d slov. %3$sPřidejte více obsahu%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Text obsahuje méně slov, než je doporučené minimum%5$d slova. %3$sPřidejte více obsahu%4$s.","Text obsahuje méně slov, než je doporučené minimum%5$d slov. %3$sPřidejte více obsahu%4$s.","Text obsahuje méně slov, než je doporučené minimum%5$d slov. %3$sPřidejte více obsahu%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sDélka textu%4$s: Text obsahuje %1$d slovo.","%2$sDélka textu%4$s: Text obsahuje %1$d slov.","%2$sDélka textu%4$s: Text obsahuje %1$d slov."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sDélka textu%3$s: Text obsahuje %1$d slovo. Výborně!","%2$sDélka textu%3$s: Text obsahuje %1$d slov. Výborně!","%2$sDélka textu%3$s: Text obsahuje %1$d slov. Výborně!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sDélka SEO titulku%3$s: %2$sVytvořte, prosím, SEO titulek%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sDélka SEO titulku%3$s: SEO titulek je delší než viditelné maximum. %2$sZkuste jej zkrátit%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sDélka SEO titulku%2$s: Výborně!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sŠírka SEO titulku%3$s: SEO titulek je příliš krátký. %2$sVyužijte volný počet znaků a přidejte variace klíčových slov nebo vymyslete atraktivní výzvu k akci%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sOExterní odkazy%2$s: Na této stránce se vyskytují jak normální, tak nofollow odkazy. Výborně!"],"%1$sOutbound links%2$s: Good job!":["%1$sExterní odkazy%2$s: Výborně!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sExterní odkazy%3$s: Všechny externí odkazy na této stránce jsou nofollow. %2$sPřidejte nějaké normální linky%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sExterní odkazy%3$s: Na této stránce se nevyskytují žádné externí odkazy. %2$sZkuste nějaké přidat%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sDélka meta description%2$s: Skvěle!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sDélka meta description%3$s: Meta description přesahuje %4$d znaků. Abyste měli jistotu, že celý Váš popisek bude viditelný, %2$směli byste zkrátit jeho délku%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sDélka meta description%3$s: Meta description je příliš krátká (méně než %4$d znaků). Ješte %5$d máte k dispozici. %2$sVyužijte je%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sDélka meta description%3$s: Žádná meta description není definována. Vyhledávače místo ní zobrazí část textu z Vaší stránky. %2$sMěli byste nějakou napsat%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKlíčová fráze v meta description%2$s: Meta description je sice definovaná, ale neobsahuje hlavní klíčovou frázi. %3$sOpravte to%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKlíčová fráze v meta description%2$s: Meta description obsahuje hlavní klíčové slovo %3$s krát, což je více než doporučené maximum dvou výskytů. %4$sOmezte jejich výskyt%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKlíčová fráze v meta description%2$s: V meta description se vyskytuje hlavní klíčová fráze nebo její synonyma. Skvěle!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sDélka klíčové fráze%5$s: Klíčová fráze je dlouhá %1$d slov. Což je mnohem více než doporučené maximum %2$d slov. %4$sZkraťte ji%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sDélka klíčové fráze%5$s: Klíčová fráze je dlouhá %1$d slov. To je více než doporučené maximum %2$d slov. %4$sZkraťte ji%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sDélka klíčové fráze%2$s: Výborně!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sDélka klíčové fráze%3$s: Pro Vaši stránku nemáte definovanou žádnou klíčovou frázi. %2$sVytvořte nějakou klíčovou frázi a podpořte tak Vaše SEO skóre%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKlíčová fráze v úvodu%3$s: Vaše klíčová fráze, nebo její synonyma se nevyskytují v prvním odstavci. %2$sPřesvědčte se, že je Vaše téma ihned jasné%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKlíčová fráze v úvodu%3$s:Vaše klíčová fráze nebo její synonyma se sice vyskytují v prvním odstavci, ale ne v jedné větě. %2$sOpravte to%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKlíčová fráze v úvodu%2$s: Výborně!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterní odkazy%2$s: Existují nofollow a normální interní odkazy na této stránce. Dobrá práce!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterní odkazy%2$s: Máte dostatek interních odkazů. Dobrá práce!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterní odkazy%3$s: Všechny interní odkazy na této stránce jsou nofollow. %2$sPřidejte více vhodných interních odkazů%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterní odkazy%3$s: Na této stránce nejsou žádné interní odkazy, %2$spřidejte je%3$s!"],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNedostatek obsahu%2$s: %3$sPřidejte více obsahu, aby bylo možné stránku analyzovat%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sPoužití nadpisů nižší úrovně%2$s: Nepoužíváte nadpisy nižší úrovně, ale váš text je opravdu krátký a pravděpodobně není jejich užití nutné."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sPoužití nadpisů nižší úrovně%2$s: Nepoužíváte nadpisy nižší úrovně, i když je váš text poměrně dlouhý. %3$sZkuste nějaké nadpisy nižší úrovně přidat%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sSubheading distribution%2$s: Dobrá práce!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sDélka vět%2$s: %3$s vět obsahuje více než %4$s slov, což je více než doporučené maximum %5$s. %6$sPokuste se věty zkrátit%2$s."],"%1$sSentence length%2$s: Great!":["%1$sDélka věty%2$s: Skvělá!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sRůznorodost vět%2$s: Vaše věty jsou různorodé. To je skvělé!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sRůznorodost vět%2$s: Text obsahuje %3$d po sobě jdoucí větu začínající stejným slovem. %5$sZkuste to upravit%2$s!","%1$sRůznorodost vět%2$s: Text obsahuje %4$d použití %3$d po sobě jdoucích vět začínající stejným slovem. %5$sZkuste to upravit%2$s!","%1$sRůznorodost vět%2$s: Text obsahuje %4$d použití %3$d po sobě jdoucích vět začínající stejným slovem. %5$sZkuste to upravit%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sTrpný rod%2$s: %3$s použití trpného rodu ve větách, jehož doporučené maximum je %4$s. %5$sZkuste změnit trpný rod na činný rod%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPasivní hlas%2$s: Používáte dostatek aktivního hlasu. To je perfektní!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sDélka odstavců%2$s: %3$d odstavec obsahuje více než doporučené maximum %4$d slov. %5$sZkraťte je%2$s!","%1$sDélka odstavců%2$s: %3$d odstavce obsahuje více než doporučené maximum %4$d words. %5$sZkraťte je%2$s!","%1$sDélka odstavců%2$s: %3$d odstavců obsahuje více než doporučené maximum %4$d words. %5$sZkraťte je%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sDélka odstavců%2$s: Žádný odstavec není příliš dlouhý. Skvělá práce!"],"Good job!":["Skvělá práce!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Hlavní klíčové slovo"],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":["Žádný objekt s ID %1$s a %2$s nebyl nalezen"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` není platným podtypem `%2$s`"],"The object type `%1$s` is invalid":["Typ objektu `%1$s` je neplatný"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Byl odeslán neplatný typ parametru `%1$s`. Očekával se `%2$s`, ale byl odeslán `%3$s`"],"The parameter `%1$s` cannot be empty.":["Parametr `%1$s` nemůže být prázdný."],"Check Keyphrase Density":["Kontrola hustoty klíčové fráze"],"Disable":["Zakázat"],"Allow Control":["Povolit kontrolu"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Tato záložka vám umožňuje selektivně zakázat %s funkce pro všechny webové stránky v síti. Ve výchozím nastavení všechny funkce jsou povoleny, což administrátorům stránek umožňuje, aby si sami zvolili, zda je chtějí na svém webu zapnout nebo vypnout. Pokud zde funkci zakážete, administrátoři stránek vůbec nebudou moct tuto funkci použít."],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Klíčová fráze:"],"Remove keyphrase":["Odstranit klíčovou frázi"],"This feature has been disabled by the network admin.":["Tato funkce byla zakázána síťovým administrátorem."],"Focus keyphrase not set.":["Nebyla nastavena žádná klíčová fráze."],"Multiple keyphrases":["Více klíčových frází"],"Colon":["Dvojtečka"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["Máte nové upozornění.","Máte nová upozornění.","Máte nová upozornění."],"Learn more about the readability analysis":["Zjistěte více o analýze čitelnosti."],"Describe the duration of the instruction:":["Popište trvání instrukce:"],"Optional. Customize how you want to describe the duration of the instruction":["Volitelné. Určete, jak chcete popsat trvání instrukce."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":["%s, %s a %s"],"%s and %s":["%s a %s"],"%d minute":["%d minuta","%d minuty","%d minut"],"%d hour":["%d hodina","%d hodiny","%d hodin"],"%d day":["%d den","%d dny","%d dnů"],"Enter a step title":["Uveďte název kroku"],"Optional. This can give you better control over the styling of the steps.":["Volitelné. To vám umožní lépe kontrolovat stylizování kroků."],"CSS class(es) to apply to the steps":["CSS třída (třídy) pro uplatnění ke krokům"],"minutes":["minuty"],"hours":["hodiny"],"days":["dny"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":["Chyba kopírování"],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":["Potřebný čas:"],"Move question down":["Vložte otázku dolů"],"Move question up":["Vložte otázku nahoru"],"Insert question":["Vložit otázku"],"Delete question":["Smazat otázku"],"Enter the answer to the question":["Zadejte odpověď na otázku"],"Enter a question":["Zadejte otázku"],"Add question":["Přidat otázku"],"Frequently Asked Questions":["Často kladené otázky"],"Great news: you can, with %s!":["Skvělá zpráva: můžeš s %s!"],"Select the primary %s":["Vyberte základní %s"],"Check links to this URL":["Zkontrolujte odkazy vedoucí k této URL"],"Keyword research training":["Trénink hledání klíčových slov"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Zkontrolujte %1$sšablonu archívu%2$s následujícího typu obsahu: %3$s.","Zkontrolujte %1$sšablony archivů%2$s následujících typů obsahu: %3$s.","Zkontrolujte %1$sšablony archivů%2$s následujících typů obsahu: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Pokoušíte se přidat více klíčových slov? Přidávejte je samostatně níže."],"Mark as cornerstone content":["Označit jako klíčový obsah"],"Move step down":["Posunout krok dolů"],"Move step up":["Posunout krok nahoru"],"Insert step":["Vložit krok"],"Delete step":["Smazat krok"],"Add image":["Přidat obrázek"],"Enter a step description":["Zadejte krok popisu"],"Enter a description":["Zadejte popis"],"Unordered list":["Neuspořádaný seznam"],"Showing step items as an ordered list.":["Zobrazuji položky kroků jako uspořádaný seznam."],"Showing step items as an unordered list":["Zobrazuji položky kroků jako neuspořádaný seznam"],"Add step":["Přidejte krok"],"Delete total time":["Smazat celkový čas"],"Add total time":["Zadejte celkový čas"],"How to":["Jak provést"],"How-to":["Jak provést"],"Snippet Preview":["Ukázka popisku"],"Analysis results":["Výsledky analýzy"],"Enter a focus keyphrase to calculate the SEO score":["Zadejte klíčové slovo pro výpočet skóre SEO"],"Learn more about Cornerstone Content.":["Další informace o klíčovém obsahu."],"Cornerstone content should be the most important and extensive articles on your site.":["Klíčový obsah by měly být ty nejdůležitější a nejobsáhlejší články na webu."],"Restore Site":["Obnovit stránku"],"Network Settings":["Nastavení sítě"],"You are not allowed to perform this action.":["Nemáte povolení provést tuto akci."],"Error: %s":["Chyba: %s"],"Success: %s":["V pořádku: %s"],"Site with ID %d not found.":["Síť s ID %d nenalezena."],"No site has been selected to restore.":["Nebyla vybrána žádná stránka k obnovení."],"You are not allowed to modify unregistered network settings.":["Nemáte povolení upravit neregistrované nastavení sítě."],"deleted":["smazáno"],"Would you like to add another keyphrase?":["Chcete přidat další klíčové slovo?"],"image preview":["Náhled obrázku"],"Copied!":["Zkopírováno!"],"Not supported!":["Není podpováno!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Přečtěte si {{a}}náš článek o struktuře stránky{{/a}}, naučíte se více o interním prolinkování, což může zlepšit SEO. "],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Zvažte prolinkování s těmito {{a}}klíčovými články{{/a}}"],"Consider linking to these articles:":["Zvažte prolinkování s těmito články"],"Copy link":["Kopírovat odkaz"],"Copy link to suggested article: %s":["Zkopírovat odkaz na navržený článek: %s"],"The site's tagline":["Tagline webu"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Nedávno jsme vylepšili funkcionalitu nastavení Vzhled vyhledávání. Naneštěstí v některých okrajových případech jsme zjistili, že pro specifické archivy typu obsah mohlo dojít k nesprávnému uložení nastavení."],"Not all required fields are given. Missing field %1$s":["Ne všechny potřebné pole jsou vyplněny. Chybí pole %1$s"],"Optimize your site for Google News.":["Optimalizujte svoji stránku pro Google News."],"Optimize your shop's SEO and sell more products!":["Optimalizujte váš shop SEO a prodávejte více produktů!"],"Be found in Google Video search and enhance your video sharing on social media.":["Nechte se najít na Google Video a zlepšete sdílení your videana sociálních sítích."],"Be found in Google Maps and local results.":["Najdete v Mapách Google a na místních výsledcích."],"Learn practical SEO skills to rank higher in Google.":["Naučte se praktické dovednosti v oblasti SEO, abyste od Googlu získali lepší hodnocení."],"Don’t waste time figuring out the best settings yourself.":["Neztrácejte čas tím, že sami hledáte nejlepší nastavení."],"Get quick wins to make your site rank higher in search engines.":["Získejte rychlou výhru aby your stránky získala vyšší hodnocení vyhledávacích robotů."],"Add synonyms":["+ Přidejte synonymum"],"Would you like to add keyphrase synonyms?":["Chcete přidat synonyma klíčového slova?"],"Would you like to add more than one keyphrase?":["Chcete přidat více než jedno klíčové slovo?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Můžete upravit SEO meta-data pro tento vlastní typ na %1$sStranu obchodu%2$s"],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Nezaložili jste Nákupní stránku ve WooCommerce nastavení. Učiňte tak nyní."],"Current year":["Aktuální rok"],"Page":["Stránka"],"Breadcrumb settings for %s archive":["Nastavení drobečkové navigace pro %s archiv"],"Tagline":["Řádek tagů"],"Modify your meta description by editing it right here":["Upravte popis meta tím, že jej upravíte přímo zde"],"description (custom taxonomy)":["popis (vlastní taxonomie)"],"(custom taxonomy)":["(vlastní taxonomie)"],"(custom field)":["(vlastní pole)"],"Term404":["Term404"],"Caption":["Titulek"],"Pagenumber":["Číslo stránky"],"Pagetotal":["Stránek celkem"],"Page number":["Číslo stránky"],"User description":["Popis uživatele"],"ID":["ID"],"Modified":["Změněno"],"Post type (plural)":["Typ příspěvku (množné číslo)"],"Post type (singular)":["Typ příspěvku (jednotné číslo)"],"Separator":["Oddělovač"],"Search phrase":["Hledat frázi"],"Term title":["Název termínu"],"Term description":["Popis termínu"],"Tag description":["Popis štítku"],"Category description":["Popis rubriky"],"Primary category":["Hlavní rubriky"],"Category":["Rubrika"],"Tag":["Štítek"],"Excerpt only":["Pouze výpisek"],"Excerpt":["Výpisek"],"Site title":["Název webu"],"Archive title":["Název archivu"],"Parent title":["Nadřazený název"],"Date":["Datum"],"Label":["Označení"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Můžete vytvořit přesměrování, které zabrání tomu, aby se vašim návštěvníkům zobrazovala chyba 404, když kliknou na již nefunkční URL."],"Search engines and other websites can still send traffic to your deleted post.":["Vyhledávače a další stránky mohou ještě odkazovat na váš smazaný příspěvek."],"Make sure you don't miss out on traffic!":["Ujistěte se, že nepřicházíte o návštěvnost!"],"You just deleted a %1$s.":["Právě jste smazali %1$s."],"You just trashed a %1$s.":["Právě jste vymazali %1$s."],"Settings for %s archive":["Nastavení pro archiv %s "],"Settings for single %s URLs":["Nastavení pro samostanou %s URL"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Note that not all variables can be used in every field.":["Všimněte si, že všechny proměnné nelze použít ve všech polích."],"Snippet variables":[""],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respektuje vaše soukromí. Přečtěte si naše %2$spravidla ochrany soukromí%3$s a zjistěte, jak nakládáme s vašimi osobními údaji."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Pokud nechcete tuto zprávu zobrazit i příště, tak sdělení %1$sjednoduše potvrďte%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":["Neznámý typ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Zahrnuje bezplatný účet MyYoast, který Vám umožní přístup k bezplatnému kurzu pro začátečníky SEO!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Přihlašte se k odběru newslatteru, abyste měli veškeré aktuální informace o %1$s, dalších skvělých pluginů tvořených %2$s, a dalších zajímavých novinek a tipů ze světa SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Získejte svůj ověřovací kód Baidu v %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Ověřovací kód Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":["Vyčištění %s dat se nezdařilo."],"Content Type":["Typ obsahu"],"Filter by content type":["Filtrovat podle typu obsahu"],"Show All Content Types":["Zobrazit všechny typy obsahu"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":[""],"Clean":["Vyčistit"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":[""],"Step 5: Clean up":["Krok 5: Vyčištění"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":["Krok 4: Spusťte průvodce konfigurace"],"Please check your posts and pages and see if the metadata was successfully imported.":["Prosím, zkontrolujte si své stránky a příspěvky a ujistěte se že se metadata úspěšně vložila."],"Step 3: Check your data":["Krok 3: Zkontrolujte svá data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Krok 2: Vložení"],"Please make a backup of your database before starting this process.":["Vytvořte si zálohu své databáze, před dalším krokem"],"Step 1: Create a backup":["Krok 1: Vytvoření zálohy"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Našli jsme data z jednoho nebo více SEO pluginů na vaší stránce. Prosíme postupujte podle pokynů pro vložení dat:"],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":["%s nenalezl žádná data z pluginů, které by mohl vložit."],"Posts that should not show up in search results":["Příspěvky, které by se neměly zobrazovat ve výsledcích hledání"],"%s data found.":["%s dat nalezeno."],"%s data successfully removed.":["%s dat úspěšně smazáno."],"%s data successfully imported.":["%s dat úspěšně vloženo."],"%s data not found.":["%s dat nebylo nalezeno"],"Improve your SEO skills":["Zvyšte své SEO dovedlnosti"],"24/7 email support":["24/7 emailová podpora"],"No more dead links a.k.a. 404 pages":["Už žádné mrtvé odkazy a.k.a. 404 errory"],"Get real-time suggestions for internal links":["Získejte návrhy pro interní odkazy v reálném čase"],"Preview your page in Facebook and Twitter":["Zobrazte si náhled své stránky na Facebooku a Twitteru"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":["Pomožte zkopírovat popis domácích meta"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Pro doplnění informací o profilech na sociálních sítích spojených s webem ve vyhledavači, vložte informace o profilech níže."],"Learn more about your social profiles settings":["Zjistěte více o nastavení vašich sociálních profilů."],"Remove the categories prefix":["Odstranit prefix u kategorií"],"Help on the category prefix setting":[""],"Learn more about the available variables":["Zjistěte více o dostupných proměnných hodnotách."],"Learn more about the RSS feed setting":["Zjistěte více o nastavení RSS kanálu."],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":["Zjistěte více o nastavení URL adres médií a příloh"],"Learn more about the title separator setting":["Další informace o nastavení oddělovače titulu"],"Learn more about the knowledge graph setting":["Další informace o nastavení grafu znalostí"],"Learn more about the homepage setting":["Zjistěte více o nastavení domovské stránky"],"Learn more about the special pages setting":["Další informace o nastavení zvláštních stránek"],"Help on the date archives search results setting":["Nápověda k nastavení výsledků vyhledávání datových archivů"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":["Nápověda k nastavení výsledků vyhledávání archívů autorů"],"Archives settings help":["Nápověda pro nastavení archivů"],"Learn more about the archives setting":["Zjistěte více o nastvení archivů"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":["Verifikační kód Yandexu"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Získejte svůj ověřovací kód Google pomocí %1$sGoogle Search Console%2$s."],"Google verification code":["Verifikační kód Googlu"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":["Verifikační kód pro Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["Zjistěte více o verifikaci Nástrojů pro webmástery"],"On":["Zapnuto"],"Help on: %s":["Nápověda k: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":["Vypnuto"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":["Zabezpečení: žádná pokročilá nastavení pro autory"],"See who contributed to %1$s.":["Zobrazit přispěvatele k %1$s."],"Help on this search results setting":["Nápověda k tomuto nastavení výsledků vyhledávání"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":["Zkontrolujte nastavení SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":[""],"Default for %2$s, currently: %1$s":["Výchozí pro %2$s, aktuálně: %1$s"],"Show %s in search results?":["Zobrazovat %s ve výsledcích vyhledávání?"],"this author's archives":["archivy těchto autorů"],"Do not allow search engines to show %s in search results.":["Neumožnit vyhledávačům zobrazovat %s ve výsledcích vyhledávání."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL rubrik ve WordPressu obsahuje prefix, obvykle %s, tato funkce odstraňuje prefix jenom pro tuto rubriku."],"Category URLs":["URL rubriky"],"the archive for %s":["archív pro %s"],"Redirect attachment URLs to the attachment itself?":["Přesměrovat adresy příloh do samotné přílohy?"],"We recommend you set this to Yes.":["Doporučujeme vám nastavit Ano."],"Media & attachment URLs":["URL adresy médií a příloh"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":["data archivů"],"archives for authors without posts":["archivy autorů bez příspěvků"],"Read why XML Sitemaps are important for your site.":["Přečtěte si, proč jsou XML sitemapy důležité pro vaši stránku."],"Enable the XML sitemaps that %s generates.":["Povolit mapy webu XML vygenerované pomocí %s."],"See the XML sitemap.":["Ukázat XML sitemapu."],"%2$s (current default for %1$s)":["%2$s (aktuálně výchozí pro %1$s)"],"Media":["Média"],"Content Types":["Typy obsahu"],"Should search engines follow links on this %1$s?":["Měly by vyhledávače následovat odkazy na tomto %1$s?"],"Allow search engines to show this %s in search results?":["Povolit vyhledávačům ukázat %s ve výsledcích vyhledávání?"],"Search Appearance":["Vzhled hledání"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Prosím upřesněte, jaké typy obsahu byste chtěli, aby se objevovaly ve vyhledávačích.\nPokud nevíte, jaké jsou mezi nimi rozdíly, doporučujemem zvolit\nvýchozí nastavení."],"Search engines should show \"%1$s\" in search results:":["Vyhledávače by měly zobrazit \"%1$s\" ve výsledcích vyhledávání:"],"Search engine visibility":["Viditelnost pro vyhledávače"],"Toggle %1$s's XML Sitemap":["Přepnout mapu webu XML %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Požadavky na podporu, které zde vytvoříte, jsou zasílány přímo do našeho podpůrného systému, který je zabezpečen 256 bitovým SSL, takže komunikace je 100% bezpečná."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Tato funkce vám umožňuje označit a filtrovat klíčový obsah na vašem webu."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Pokud máte problém, který nemůžete vyřešit s použitím našich videonávodů nebo znalostní databáze, můžeze zaslat zpávu na podporu, která je k dispozici 24/7."],"Good results":["Dobré výsledky"],"Get better search results in local search":["Získejte lepší výsledky v lokálním vyhledávání"],"Allow customers to pick up their %s order locally":["Umožní zákazníkům vyzvednout si %s objednávku na místě"],"SEO analysis":["SEO analýza"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO analýza nabízí doporučení pro vylepšení SEO vašeho textu."],"Learn how the SEO analysis can help you rank.":["Zjistěte, jak vám SEO analýza pomůže zlepšit rank vaší stránky"],"The readability analysis offers suggestions to improve the structure and style of your text.":["Analýza čitelnosti nabízí doporučení ke zlepšení struktury a stylu vašeho textu."],"Discover why readability is important for SEO.":["Zjistěte, proč je čitelnost důležitá pro SEO."],"Find out how cornerstone content can help you improve your site structure.":["Zjistěte, jak vám může klíčový obsah pomoci vylepšit strukturu stránek."],"The text link counter helps you improve your site structure.":["Počítadlo řádek textu pomáhá zlepšit strukturu vašich stránek."],"Find out how the text link counter can enhance your SEO.":["Zjistěte, jak může počítadlo řádek textu vylepšit vaše SEO."],"%s integration":["%s integrace"],"Read more about how %s works.":["Přečtěte si více o tom, jak funguje %s ."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Zapněte tento prvek, pokud chcete, aby Facebook a další sociální média zobrazovala při sdílení odkazu na vaši stránku náhled s obrázky a úryvkem textu."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Zapněte tento prvek, pokud chcete, aby Twitter zobrazoval při sdílení odkazu na vaši stránku náhled s obrázky a úryvkem textu. "],"Find out why you should upgrade to %s":["Zjisti, proč bys měl upgradovat na %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Poslední příspěvky blogu na %1$s"],"Need help?":["Potřebujete pomoci?"],"Remove highlight from the text":["Odstraňte zvýraznění textu"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Začněte ihned s %1$s %2$sprůvodcem nastavení%3$s!"],"First-time SEO configuration":["Úvodní SEO nastavení"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Jazyk stránky je nastaven na %s. Jestliže to není správně, kontaktujte správce webu."],"Your site language is set to {language}.":["Jazyk vaší stránky je nastaven na {language}"],"Highlight this result in the text":["Zvýrazněte tento výsledek v textu."],"Considerations":["Úvahy"],"Errors":["Chyby"],"Change language":["Změnit jazyk"],"You cannot create a %s file.":["Nemůžete vytvořit soubor %s."],"You cannot edit the %s file.":["Nemůžete editovat soubor %s."],"Updated %s":["Aktualizován %s"],"Create %s file":["Vytvořit soubor %s"],"Edit the content of your %s:":["Editujte obsah vašeho %s:"],"Save changes to %s":["Uložte změny do %s"],"%s file":["%s soubor"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":[""],"More information":["Více informací"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":[""],"More information about %1$s":["Více informací o %1$s"],"Configuration Wizard":["Průvodce nastavením"],"You've done it!":["Máme hotovo!"],"Seamlessly integrate %1$s into your AMP pages!":["Bezproblémová integrace %1$s do AMP stránek!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Bezproblémová integrace %2$s s %1$s pro analýzu obsahu!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s a %2$s spolupracují výrazně lépe, pokud doinstalujete pomocný plugin. Usnadněte si život - instalujte %3$s.."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Titulky v & meta nastaveních pro %1$s jsou složeny z proměnných, které při načtení stránky zobrazí specifické hodnoty. Níže uvedená tabulka obsahuje seznam proměnných, které můžete využít."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Označte to nejdůležitější %1$s jako 'klíčový obsah' a vylepšete tak srukturu vašeho webu. %2$s Více o klíčovém obsahu najdete tady%3$s."],"Loading help center.":["Načítání centra nápovědy."],"Get support":["Získej podporu"],"(Opens in a new browser tab)":["(Otevření v nové záložce)"],"Posts %1$swithout%2$s a focus keyphrase":["Příspěvky %1$sbez%2$s hlavního klíčového slova"],"Hey, your SEO is doing pretty well! Check out the stats:":["Vypadá to, že práce na SEO vašeho webu jde skvěle! Podívejte se na statistiky: "],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Zatím jste nepublikovali žádný příspěvek. Než tak učiníte, bude se vaše SEO hodnocení zobrazovat zde. "],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Na této stránce můžete změnit název vašeho webu a zvolit,\njaký bude použit oddělovač. Oddělovač je zobrazován mezi názvem\nwebu a názvem příspěvku nebo stránky. Symboly jsou použity ve stejné\nvelikosti, v jaké je zobrazují výsledky vyhledávání. Vyberte si takový,\nkterý nejlépe odpovídá vaší značce, nebo zabere nejméně místa \nv úryvcích (snippetech)."],"Something else":["Něco jiného"],"A portfolio":["Portfolio"],"A corporation":["Korporace"],"A small offline business":["Malý offline obchod"],"A news channel":["Zpravodajský kanál"],"An online shop":["Online obchod"],"A blog":["Blog"],"What does the site %1$s represent?":["Čeho se stránka %1$s týká?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Pokud zvolíte NE, archivy autorů budou deaktivovány, aby se zabránilo duplicitním problémům s obsahem."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Poznámka: Vaše údaje nebudeme žádným způsobem ukládat a nebudeme mít plný přístup k vašemu účtu.\nVaše soukromí je u nás v bezpečí."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s je integrován s Google Search Console, jeden z nejdůležitějších nástrojů pro správce webu.\n Poskytuje informace o stavu a provozu webové stránky. \n Nemáte ještě účet Google nebo není ještě vaše stránka aktivovaná?\n Zjistěte více na %2$sjak propojit web do Google Search Console.%3$s"],"Option B: My site is under construction and should not be indexed":["Možnost B: Moje stránky jsou ve výstavbě a neměly by být indexovány"],"Option A: My site is live and ready to be indexed":["Možnost A: Moje stránky jsou živé a připraveny k indexování"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Vyberte ve výstavbě, pokud chcete aby se web neindexoval ve vyhledávačích. Nezapomeňte na aktivaci, jakmile budete připraveni publikovat své stránky."],"Please specify if your site is under construction or already active.":["Uveďte prosím, zda jsou vaše stránky ve výstavbě, nebo jsou již aktivní."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Tyto informace budou použity ve znalostní grafické kartě společnosti Google, které je zobrazeno na pravé straně výsledků vyhledávání."],"Read more like this on our SEO blog":["Přečtětě si další informace na našem SEO blogu"],"Readability: %s":["Čitelnost: %s"],"Not activated":["Neaktivován"],"Activated":["Aktivován"],"%1$s recommendations for you":["Máme pro vás %1s doporučení."],"All Readability Scores":["Všechna skóre čitelnosti"],"Filter by Readability Score":["Filtrovat podle skóre čitelnosti"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Nedostáváte aktualizace ani podporu! Napravte to přidáním této stránky a zapnutím %1$s na %2$s."],"Request method %1$s is not valid.":["Požadovaná metoda %1$s není platná."],"Muted notifications:":["Ztlumené upozornění"],"Muted problems:":["Ztlumené problémy"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Chcete se podívat, jak bude vypadat nasdílený příspěvek na %1$s? Můžete po aktivaci %2$s."],"Good job! All the links in your texts have been counted.":["Dobrá práce! Všechny odkazy ve vašem textu byly započítány."],"Calculation completed.":["Výpočet dokončen."],"Calculation in progress...":["Probíhá výpočet..."],"Stop counting":["Zastavit počítání"],"Counting links in your texts":["Počítám odkazy v textech"],"Text %1$s of %2$s processed.":["Zpracování textu %1$s z %2$s"],"All your texts are already counted, there is no need to count them again.":["Všechny texty již byly spočítány, není potřeba je počítat znovu."],"Count links in your texts":["Počet odkazů v textech"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":[""],"Text link counter":["Počítadlo textových odkazů"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Počet vnitřních odkazů odkazujících na tento příspěvek. Více informací naleznete v textu nápovědy \"Yoast Columns\" na záložce nápovědy."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Počet interních odkazu v tomto příspěvku. Přečtěte si text \"Yoast Columns\" na kartě help pro další informace."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":[""],"%s Columns":["%s Sloupce"],"Readability score":["Skóre čitelnosti"],"Other benefits of %s for you:":["Další výhody %s :"],"Scroll to see the preview content.":["Posuňte stránky, aby jste si prohlédli předběžný obsah."],"Cornerstone content":["Klíčový obsah"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s se teď ujme všeho, co je potřeba k technické optimalizaci Vaší stránky. Abychom opravdu zvýšili pozici stránky ve výsledcích vyhledávání, je důležité začít vytvářet obsah, který odpovídá pro Vás důležitým klíčovým slovům. Podívejte se na video, ve kterém Vám přiblížíme, jak používat %1$s metaboxy, když upravujete příspěvky nebo stránky."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":[""],"Attract more customers near you":["Přilákejte více zákazníků z vašeho okolí"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":[""],"Get the most out of %1$s with the %2$s":[""],"Upgrade to Premium":["Přejít na Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":[""],"You might like":["Může se Vám líbit"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Zjistili jsme, že jste zatím nedokončili tohoto průvodce, doporučujeme %2$ss ním začít pro nakonfigurování %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Tento konfigurační průvodce ti pomůže nastavit si jednoduše optimální nastavení SEO pro tvůj web."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Přejděte na verzi Premium a naši odborníci tu potom budou pro vás. Zodpoví každou vaši otázku o nastavení a použití pluginu."],"Superfast internal linking suggestions":["Návrhy superrychlých interních odkazů"],"Great news: you can, with %1$s!":["Skvělá zpráva: můžete, s %1$s!"],"Save changes":["Uložit změny"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":[""],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sNáhled sociálních médií%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["Už žádné dead linky: easy redirect manažer"],"No ads!":["Bez reklam!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Náhled na sociálních mediích"],"Easy redirect manager":["Jednoduchý manažer přesměrování"],"No more dead links":["Žádné další nefunkční odkazy"],"Increase your SEO reach":["Zvyšte váš dosah SEO."],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":[""],"Variable":["Proměnná"],"Available variables":["Dostupné proměnné"],"Scroll to see the table content.":["Posuňte stránku, abyste viděli obsah tabulky."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Pokud potřebujete pomoc, podívejte se na náš článek o tom, %1$s jak propojit váš web na Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Došlo k chybě pravděpodobně v '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":[""],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":[""],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s.","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Meta popis obsahuje %1$d větu %2$s s více než %3$s slovy%4$s. Zkuste tuto větu zkrátit.","Meta popis obsahuje %1$d věty %2$s s více než %3$s slovy%4$s. Zkuste tyto věty zkrátit.","Meta popis obsahuje %1$d vět %2$s s více než %3$s slovy%4$s. Zkuste tyto věty zkrátit."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Meta popis neobsahuje žádné věty %1$ss více než %2$s slovy%3$s."],"No new notifications.":["Žádné upozornění"],"Save all":["Uložit vše"],"Save":["Uložit"],"%1$s, Author at %2$s":["%1$s, Autor na %2$s"],"Mobile preview":["Mobilní zobrazení"],"Desktop preview":["PC zobrazení"],"Select redirect":["Vyber přesměrování"],"Please provide an SEO title by editing the snippet below.":["Vložte prosím SEO nadpis upravením náhledu níže."],"Meta description preview:":["Náhled meta popisu:"],"Slug preview:":["Náhled URL:"],"SEO title preview:":["Náhled titulku SEO"],"Close snippet editor":["Zavřít editor náhledu"],"Slug":["Slug"],"Remove marks in the text":["Odstranit značky z textu"],"Mark this result in the text":["Označ výsledek v textu"],"Marks are disabled in current view":["V aktuálním zobrazení jsou makra zakázána"],"Good SEO score":["Výborné SEO skóre"],"OK SEO score":["Správné SEO skóre"],"Feedback":["Zpětná vazba"],"ok":["ok"],"Choose an image":["Vybrat obrázek"],"Remove the image":["Odstranit obrázek"],"MailChimp signup failed:":["Mailchimp registrace selhala"],"Sign Up!":["Přihlásit se!"],"Name":["Jméno"],"There is an error with the request.":["Chyba v požadavku"],"Select profile":["Vybrat profil"],"Choose a profile":["Změnit profil"],"Authorization code":["Ověřovací kód"],"Reauthenticate with Google":["znovu ověřit proti Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Pro povolení přístupu %s k informacím vyhledávací konzole Google prosím zadejte svůj ověřovací kód Google. Po kliknutí na tlačítko níže se otevře nové okno."],"Please provide a meta description by editing the snippet below.":["Vložte prosím meta popis upravením náhledu níže. "],"Edit snippet":["Upravit náhled"],"You can click on each element in the preview to jump to the Snippet Editor.":["Kliknutím na jakýkoliv prvek náhledu se zobrazí editor."],"Close the Wizard":["Zavřít průvodce"],"Export settings":["Nastavení exportu"],"%1$s video tutorial":["%1$s video návod"],"%s › Configuration Wizard":["%s › Průvodce nastavením"],"Please don't show me this notification anymore":["%1$sProsím, už mi tohle upozornění neukazujte%2$s"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Pokud s tímto máte nějaké potíže, %1$sprosíme, vyplňte tuto zprávu%2$s a my se vynasnažíme, abychom Vám pomohli."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Všimli jsme si, že už užíváte %1$s nějaký čas. Doufáme, že jste si ho zamilovali! Byli bychom Vám vděční, kdybyste nás %2$sohodnotili 5 hvězdičkami na WordPress.org%3$s!"],"Courses":["Kurzy"],"Date archives settings":["Nastavení datumu archivů"],"Author archives settings":["Nastavení autora archivů"],"%1$s by %2$s":["%1$s od %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Proměná %s nemůže být použita v této šabloně. Podívejte se do help centra pro více informací."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Mimochodem, věděli jste, že máme také %1$sPrémiový plugin%2$s? Nabízí pokročilé funkce jako správce přesměrování a podporu pro analýzu vícero klíčových slov. Součástí je také podpora 24/7."],"(no title)":["(bez titulku)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["admin lišta %1$s obsahuje užitečné odkazy na nástroje třetích stran pro analýzu stránek a zvýrazňuje nové notifikace."],"Admin bar menu":["administrátorská lišta"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["funkce"],"SEO title":["SEO nadpis"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["I když se snažíme udělat nastavení %1$s co nejjednodušší, chápeme, že může být někdy příliš komplexní. Pokud byste raději nechali nastavení %1$s na odbornících (a u toho získali %2$s), objednejte si naší %3$s%1$s konfiguraci služby%4$s zde!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Vítejte v průvodci instalace Yoast SEO. V několika jednoduchých krocích vám pomůžeme nastavit SEO na míru vašemu webu!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google zobrazuje název vaší stránky ve výsledcích vyhledávání. Změnu můžete provést zde."],"Greater than sign":["Větší než"],"Less than sign":["Menší než"],"Right angle quotation mark":["šipky směřující doprava"],"Left angle quotation mark":["šipky směřující doleva"],"Small tilde":["Malý titulek"],"Vertical bar":["Svislá čára"],"Low asterisk":["Nízká hvězdička"],"Asterisk":["Hvězdička"],"Bullet":["Odrážka"],"Middle dot":["Čtvercová odrážka"],"Em dash":["Pomlčka"],"En dash":["Krátká pomlčka"],"Dash":["pomlčka"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Vyberte si symbol, který bude použit jako oddělovač v titulku. Bude zobrazen například mezi názvem příspěvku a názvem stránky. Symboly jsou zobrazeny ve stejné velikosti jako ve výsledcích vyhledávání."],"The name of the person":["Jméno osoby"],"No":["Ne"],"Yes":["Ano"],"Does, or will, your site have multiple authors?":["Má, nebo bude mít, Váš web více autorů?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automaticky generuje URL pro každou položku v knihovně médiií. Tímto povolíte Google indexovat tyto generované adresy (URL)."],"Success!":["Úspěch!"],"Title settings":["Nastavení titulky"],"Google Search Console":["Google Search Konzola"],"Multiple authors":["Více autorů"],"Site type":["Typ stránky"],"Environment":["Prostředí"],"Yoast option %1$s not found.":["Nastavení Yoast %1$s nebylo nalezeno."],"Google Structured Data Test":["Testování strukturovaných dat Google"],"Posts list":["Seznam příspěvků"],"Posts list navigation":["Navigace v seznamu příspěvků"],"Filter posts list":["Filtrovat seznam příspěvků"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Pozor, odkazy k archivům mohou být stále tvořeny vaší šablonou. V tomto případě je nutné odstranit je jednotlivě."],"%1$s to optimize your site even further":["%1$s a optimalizujte vaše stránky ještě lépe"],"%1$s extensions":["%1$s rozšíření"],"Comes with our 30-day no questions asked money back guarantee":["S třicetidenní zárukou vrácení peněz - bez otázek."],"More information %1$sabout %3$s%2$s":["Více informací %1$s o %3$s%2$s"],"Installed":["Nainstalováno"],"gain access to our 24/7 support team.":["získejte přístup k podpoře 24/7 "],"Premium support":["Prémiová podpora"],"check what your Facebook or Twitter post will look like.":["zkontrolujte, jak budou vypadat vaše příspěvky na Facebook a Twitter."],"Social previews":["Náhled sociálních sítí"],"create and manage redirects from within your WordPress install.":["vytvářejte a spravujte přesměrování z vašeho nainstalovaného WordPressu."],"Redirect manager":["Správce přesměrování"],"%1$s, take your optimization to the next level!":["%1$s, posune vaši optimalizaci o třídu výš!"],"A seamless integration between %1$s and %2$s":["Bezproblémová integrace mezi %1$s a %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Použij %1$s drobečkovou navigaci, místo %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Snadno vkládejte Google Mapy, polohu obchodu, otevírací dobu a další"],"Creates XML News Sitemaps":["Vytvářejte soubory Sitemap pro Zprávy Google"],"Immediately pings Google on the publication of a new post":["Okamžitě upozornit Google na publikaci nového článku"],"Optimize your site for Google News":["Optimalizujte svoje stránky pro Zprávy Google"],"Make videos responsive through enabling fitvids.js":["Aktivujte responsibilitu u videí povolením fitvids.js"],"Enhance the experience of sharing posts with videos":["Vylepšit sdílení článků s videi"],"Show your videos in Google Videos":["Ukažte svá videa ve Videích Google"],"Crawl issues list":["Chyby v archívu"],"Crawl issues list navigation":["Nalezeny chyby v navigaci archívu"],"Edit “%s”":["Upravit “%s”"],"Premium":["Premium"],"Google Trends":["Trendy Google"],"Notifications":["Oznámení"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Odstraní kartu klíčových slov z metaboxu a zakáže všechny související SEO návrhy."],"Disable SEO analysis":["Zakázat SEO analýzu"],"Twitter settings":["Nastavení Twitter"],"Pinterest settings":["Pinterest nastavení"],"Facebook settings":["Facebook nastavení"],"Title separator symbol":["Oddělovač symbolů názvů"],"RSS feed settings":["Nastavení RSS feedu"],"Breadcrumbs settings":["Nastavení drobečkové navigace"],"Make primary":["Udělat primární"],"Enter your Google Authorization Code and press the Authenticate button.":["Zadejte svůj autorizační kód Google a stiskněte tlačítko Ověřit."],"%s notification":["%s oznámení","%s oznámení","%s oznámení"],"Disable readability analysis":["Zakázat analýzu srozumitelnosti"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Odstraní kartu čitelnosti z METABOX a zakáže všechny návrhy související s čitelností."],"Readability analysis":["Analýza čitelnosti"],"Needs improvement":["Potřebuje zlepšení"],"Readability":["Čitelnost"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":[""],"Improvements":["Vylepšení "],"Restore this item.":["Obnovit tuto položku."],"Dismiss this item.":["Zamítnout tuto položku."],"Good job! We could detect no serious SEO problems.":["Dobrá práce! Neodhalili jsme žádné vážné SEO problémy."],"We have detected the following issues that affect the SEO of your site.":["Zjistili jsme, že následující problémy, které mají vliv na SEO vašich stránek."],"Problems":["Problémy"],"Analysis":["Analýza"],"Not available":["Není dostupný"],"Filter by SEO Score":["Filtr SEO skóre"],"Meta description not set.":["Meta popis není vložen."],"Video tutorial":["Video návod"],"Email support is a %s feature":["E-mailová podpora je %s vlastnost"],"Knowledge base":["Znalostní báze"],"Open":["Otevřít"],"Dashboard":["Nástěnka"],"You can fix this on the %1$sPermalink settings page%2$s.":["Tento problém lze odstranit na %1$s stránce Nastavení Permalink%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Stránkování komentářů je povoleno, to není zapotřebí v 999 z 1000 případů, doporučujeme jej vypnout."],"Replaced with the primary category of the post/page":["Zaměnit s hlavní kategorií příspěvku/stránky"],"Pinterest confirmation":["Potvrzení Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Pokud jste již potvrdili svou stránku na Pinterest, můžete přeskočit následující krok."],"Format-based archives":["Archivy založené na formátu"],"Webmaster Tools verification":["Ověřovací Nástroje Webmastera"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Sledujte náš %1$s pro WordPress trénink a staňte se certifikovaným %1$s Expertem!"],"Want to be a %s Expert?":["Chcete být %s Expert?"],"Buy %s":["Koupit %s"],"Show information about errors in category %s":["Zobrazit informace o chybách v kategorii 'Server'"],"New %1$s Title":["Nový %1$s Název"],"Existing %1$s Title":["Existující %1$s Název"],"Expected an integer as input.":["Očekávaným vstupem je celé číslo."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Snaha o vybudování klíče mezipaměti mapy stránek, ale kombinace postfix a prefix ponechává příliš málo prostoru, jak toho dosáhnout. Pravděpodobně požadujete stránku, která je mimo očekávané rozmezí. "],"Remove":["Odstranit"],"Keep":["Držet"],"Bold the last page":["Tučně poslední stranu"],"Regular":["Normální"],"Bold":["Tučně"],"Show Blog page":["Zobrazit stranu Blogu"],"Primary %s":["Hlavní %s"],"Primary":["Hlavní"],"Make %1$s primary %2$s":["Vytvoř %1$s hlavní %2$s"],"Term is set to noindex.":["Termín je nastaven bez indexace."],"Author archives":["Autor archivu"],"Show":["Zobrazit"],"Enabled":["Povolit"],"Disabled":["Zakázat"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s zatím nezískalo stav indexovatelnosti Vaší stránky %2$s"],"The separator defined in your theme's %s tag.":["Oddělovač definoval ve tvé šabloně %s štítek."],"No index":["Index chybý"],"Analyze entire site":["Analyzovat celé stránky"],"Fetch the current status":["Načíst aktuální stav "],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s nebylo schopno získat stav indexovatelnosti Vaší stránky %3$s z %4$s"],"Your homepage can be indexed by search engines.":["Vaše domovská stránka může být indexována pomocí vyhledávačů. "],"Indexability check by %1$s":["Indexovatelnost zkontrolována od %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Pokud chcete použít obrázek pro sdílení na %1$s můžete nahrát / vybrat obrázek nebo přidat URL obrázku zde."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Pokud nechcete používat meta popis pro sdílení na %1$s, ale místo toho tam chcete jiný popis, napište ho zde."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Pokud nechcete použít název příspěvku při sdílení na %1$s, tady můžete zadat alternativní název příspěvku:"],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sHomepage nemohou vyhledávače indexovat%2$s. To má velmi negativní dopad na SEO a měli byste tento problém vyřešit co nejdříve."],"Once Weekly":["Jednou týdně"],"Add-ons":["Add-ony"],"SEO score":["SEO skóre"],"Twitter metadata":["Metadata Twitter "],"Facebook / Open Graph metadata":["Facebook / Open Graph metadata"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Pro dané klíčové slovo znovu vyhodnocuji SEO skóre pro veškerý obsah."],"%1$s of %2$s done.":["hotovo %1$s z %2$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Aktualizovali jsme náš algoritmus pro výpočet SEO skóre. %1$sKlikněte zde pro přepočítání SEO skóre%2$s pro veškeré příspěvky a stránky."],"Team Yoast":["Tým Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["První opravdovu plnohodnotné SEO řešení pro WordPress, včetně analýzy obsahu stránky, XML map webu a ještě mnohem více."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivace se nezdařila"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Vypadá to, že rozšíření filtru nebylo nalezeno. Požádejte prosím poskytovatele vašeho webhostingu , aby ho povolil."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Instalace pluginu %1$s je kompletní. Přejděte prosím do %2$sinstrukcí instalace%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Rozšíření Standard PHP Library (SPL) zřejmě není k dispozici. Požádejte správce vašeho serveru o její aktivaci."],"SEO Settings":["SEO nastavení"],"Mobile-Friendly Test":["Test pro mobilní zařízení"],"Google Page Speed Test":["Google test rychlosti stránky (GPST)"],"CSS Validator":["CSS Validátor"],"HTML Validator":["HTML Validátor"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins validátor"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Zkontroluj Záhlaví"],"Check Google Cache":["Zkontrolujte Google Cache"],"Analyze this page":["Analyzuj tuto stránku"],"Keyword Research":["Průzkum klíčových slov"],"%s does not seem to be a valid url. Please correct.":["%s nevypadá na platnou URL. Prosím o opravu."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s Vypadá to, že se jedná o neplatný %2$s ověřovací řetězec. Řetězeč opravte."],"%s Archive":["%s Archiv"],"You searched for %s":["Výsledky vyhledávání %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s nevypadá na platný uživatelský id do služby Twitter. Prosím o opravu."],"Summary with large image":["Souhrn s velkým obrázkem"],"Summary":["Souhrn"],"The post %1$s appeared first on %2$s.":["Článek %1$s se nejdříve objevil na %2$s."],"No numeric value was received.":["Nebyla obdržena žádná numerická hodnota."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Musí jít o existující blog. Blog %s buď neexistuje, nebo byl označen ke smazání."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Základní nastavení blogu musí být numerické id blogu, který chcete použít jako výchozí."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s není platná volba pro přístup k nastavení %2$s. Hodnota byla obnovena do základního nastavení."],"Please select a valid post type for taxonomy \"%s\"":["Vyberte prosím platný typ příspěvku pro taxonomii \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Zvolte prosím platnou taxonomii pro typ příspěvku \"%s\""],"You searched for":["Hledali jste"],"Home":["Domů"],"Archives for":["Archivy pro"],"Error 404: Page not found":["Chyba 404: Stránka nebyla nalezena"],"Good":["Dobré"],"Replaced with a custom taxonomies description":["Nahrazeno popisem s vlastní taxonomií"],"Replaced with a posts custom taxonomies, comma separated.":["Nahradit příspěvky s vlastní taxonomií, oddělené čárkami."],"Replaced with a posts custom field value":["Nahradit příspěvky z pole s vlastní hodnotou"],"Replaced with the slug which caused the 404":["Nahrazuje odkazem, který způsobuje chybu 404"],"Replaced with the posts focus keyphrase":["Nahrazeno hlavním klíčovým slovem příspěvku"],"Attachment caption":["Příloha titulku"],"Replaced with the current page number":["Nahrazeno aktuálním číslem stránky"],"Replaced with the current page total":["Nahrazeno celkovým počtem stran aktuálního záznamu"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Nahrazeno číslem aktuální stránky dle kontextu (např. stránka 2 ze 4)"],"Replaced with the post/page author's 'Biographical Info'":["Nahrazeno 'Biografickými údaji' o autorovi stránky/příspěvku"],"Replaced with the post/page author's 'nicename'":["Nahrazeno uživatelským jménem autora příspěvku/stránky"],"Replaced with the post/page ID":["Nahrazeno ID-čkem příspěvku/stránky"],"Replaced with the post/page modified time":["Nahrazeno časem změny příspěvku/sránky"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["Nahrazeno aktuálně hledanou frází"],"Replaced with the term name":["Nahrazeno názvem termínu"],"Replaced with the term description":["Nahrazeno popisem termínu"],"Replaced with the tag description":["Nahrazeno popisem štítku"],"Replaced with the category description":["Nahrazeno popisem kategorie"],"Replaced with the post categories (comma separated)":["Nahrazeno kategoriemi příspěvků (oddělené čárkami)"],"Replaced with the current tag/tags":["Nahrazeno současným štítkem/ma"],"Replaced with the post/page excerpt (without auto-generation)":["Nahrazeno výňatkem z příspěvku/stránky (bez automatického generovaní)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Nahrazeno výňatkem z příspěvku/stránky (nebo automatické generovaní pokud neexistuje)"],"The site's name":["Název stránek"],"Replaced with the title of the parent page of the current page":["Nahrazeno titulkem nadřazené stránky."],"Replaced with the title of the post/page":["Nahrazeno názvem příspěveku/stránky"],"Replaced with the date of the post/page":["Nahrazeno datem příspěveku/stránky"],"Page %1$d of %2$d":["Strana %1$d z %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Pokoušíte se upravit základní proměnnou WPSEO registrováním nové proměnné stejného názvu. Použijte filtr \"wpseo_replacements\" namísto změny hodnoty proměnné."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":[""],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Náhradní proměnná nemůže začínat na \"%%cf_\" nebo \"%%ct_\", protože tyto prefixy jsou využívány jako základní proměnné WPSEO pro uživatelská pole a vlastní taxonomie. Pokuste se zvolit unikátní název své proměnné."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Náhradní proměnná může obsahovat pouze alfanumerické znaky, podtržítko nebo pomlčku. Zkuste svou proměnnou přejmenovat."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Stránka nenalezena"],"%s Archives":["%s Archivy"],"Search for \"%s\"":["Hledat \"%s\""],"Meta description to use for Author page":["Meta popis pro stránku autora"],"Title to use for Author page":["Titulek pro stránku Autora"],"%1$s settings":["Nastavení %1$s"],"Export your %1$s settings":["Exportujte vaše nastavení pro %1$s"],"Import settings":["Importovat nastavení"],"Import from other SEO plugins":["Importovat z jiných SEO pluginů"],"Import":["Importovat"],"If you had a %s file and it was editable, you could edit it from here.":[""],"If your %s were writable, you could edit it from here.":[""],"You don't have a %s file, create one here:":["Soubor %s neexistuje, vytvořte ho zde:"],"A link to your site, with your site's name and description as anchor text.":["Odkaz na vaše webové stránky s názvem a popisem vašich stránek jako textu odkazu."],"A link to your site, with your site's name as anchor text.":["Odkaz na vaše stránky s názvem webu jako text odkazu."],"A link to the post, with the title as anchor text.":["Odkaz na příspěvek. Nadpis příspěvku je použit jako textu odkazu."],"A link to the archive for the post author, with the authors name as anchor text.":["Odkaz na archiv autora. Jméno autora jako text odkazu."],"You can use the following variables within the content, they will be replaced by the value on the right.":["V obsahu můžete použít následující proměnné. Budou nahrazeny hodnotou na pravé straně."],"Content to put after each post in the feed":["Obsah, vložený za každým příspěvkem ve feedu"],"Content to put before each post in the feed":["Šablona která se vloží před každý obsah zprávy"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Tato funkce bude automaticky přidávat obsah do RSS feedu více specificky. Přidává odkazy na váš blog a vaše příspěvky. Pomáhá to vyhledávačům označit vás web jako původní zdroj obsahu."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Použití této navigační možnosti je vysvětleno %1$s v našem článku o implementaci navigace%2$s."],"How to insert breadcrumbs in your theme":["Jak vložit drobečkovou navigaci do vaší šablony"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Typ příspěvku archivu k zobrazení v navigaci pro taxonomii"],"Taxonomy to show in breadcrumbs for content types":["Zobrazení taxonomie v navigaci pro typy příspěvků"],"Breadcrumb for 404 Page":["Drobečková navigace pro stránku 404"],"Prefix for Search Page breadcrumbs":["Prefix pro výsledky vyhledávání v drobečkové navigaci"],"Prefix for Archive breadcrumbs":["Prefix pro archiv drobečkové navigace"],"Prefix for the breadcrumb path":["Prefix cesty k drobečkové navigaci"],"Anchor text for the Homepage":["Textové odkazy na domovskou stránku"],"Separator between breadcrumbs":["Oddělovač mezi body drobečkové navigace"],"Enable Breadcrumbs":["Povolit drobečkovou navigaci"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Níže je SEO skóre pro vámi publikované příspěvky. Proč nezačít zlepšovat některé z vašich příspěvků?"],"Credits":["Poděkování"],"« Back to Tools page":["« Zpět na Nástroje"],"%1$s comes with some very powerful built-in tools:":["%1$s přichází s některými velmi užitečnými vestavěnými nástroji:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Tento nástroj vám umožňuje rychle měnit důležité soubory pro vaše SEO, jako váš robots.txt a, pokud nějaký máte, váš .htaccess soubor."],"File editor":["Editor souborů"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importujte nastavení z jiných SEO pluginů a exportujte nastavení pro znovupoužití na (jiném) blogu."],"Import and Export":["Import a Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["tento nástroj vám umožňuje rychlou změnu názvů a popisů příspěvků a stránek bez toho, abyste museli otevírat v editoru každou stránku."],"Bulk editor":["Hromadná editace"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Pro %1$s ověření na Pinterest %2$s sem vložte meta tag"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest používá Open Graph metadata stejně jako Facebook, takže pokud chcete stránku optimalizovat pro Pinterest, ujistěte se, že je možnost Open Graph u Facebooku zaškrtnuta."],"The default card type to use":["Použít základní typ karty"],"Add Twitter card meta data":["Přidat Twitter card meta data"],"This image is used if the post/page being shared does not contain any images.":["Tento obrázek se používá v případě, že sdílený příspěvek/stránka neobsahuje žádné obrázky."],"Default settings":["Výchozí nastavení"],"Copy home meta description":["Kopírovat meta popis hlavní stránky"],"Description":["Popis"],"Image URL":["URL obrázku"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Jedná se o název, popis a obrázek použitý v meta tazích Open Graf na titulní stránce vašeho webu."],"Frontpage settings":["Nastavení úvodní stránky"],"Add Open Graph meta data":["Přidat Open Graph meta data"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL "],"Twitter Username":["Uživatelské jméno Twitter "],"Facebook Page URL":["URL Facebook stránky"],"Accounts":["Účty"],"Restore site to defaults":["Obnovení výchozí stránky"],"Site ID":["ID stránky"],"Using this form you can reset a site to the default SEO settings.":["Pomocí tohoto formuláře můžete obnovit stránky na výchozí SEO nastavení."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Soukromé informace (FB admini a podobně), nastavení témat (přepsaný nadpis) a nějaká další nastavení nebudou do ostatních blogů importována."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Vložte %sID stránek%s těch stránek, jejichž nastavení má být použito jako výchozí nastavení pro všechny stránky, kterou jsou přidány do vaší sítě, nebo ponechte prázdné (bude použito výchozí nastavení pluginu)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Vyberte stránky, jejichž nastavení chcete použít jako výchozí nastavení pro všechny stránky v síti. Pokud vyberete 'Žádná', budou použity výchozí hodnoty pluginu."],"New sites in the network inherit their SEO settings from this site":["Nové weby v síti dědí jejich nastavení SEO z tohoto webu"],"Super Admins only":["Pouze Super Administrátoři"],"Site Admins (default)":["Správci webu (výchozí)"],"Who should have access to the %1$s settings":["Kdo by měl mít přístup do nastavení %1$s"],"spam":["spam"],"mature":["vyspělé"],"archived":["archivovaný"],"public":["veřejný"],"%s restored to default SEO settings.":["%s obnoveno na základní SEO nastavení."],"Settings Updated.":["Nastavení aktualizováno"],"404 pages":["Stránky 404"],"Search pages":["Hledat stránky"],"These pages will be %s by default, so they will never show up in search results.":["Tyto stránky nebudou indexovány v %s ani standardně sledovány, takže se nikdy nezobrazí ve výsledcích vyhledávání."],"Special Pages":["Speciální stránky"],"Date-based archives could in some cases also be seen as duplicate content.":["Archivy založené na datech mohou být v některých případech viděny jako duplicitní obsah."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Pokud jde o tento případ, můžete ho buď zakázat (tím budete přesměrováni na domovskou stránku), nebo do ní můžete přidat %s, takže se nezobrazí ve výsledcích vyhledávání."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["pokud provozujete blog jednoho autora, je autorův archiv to samé, jako vaše domovská stránka. Tomu se říká %1$sproblém duplikovaného obsahu%2$s."],"Date archives":["Archivy datumů"],"author archives":["archivy autorů"],"Title":["Název"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Skrýt"],"Date in Snippet Preview":["Datum v náhledu úryvku"],"Take note:":["Vezměte na vědomí:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Můžete určit název a popis úvodní stránky %1$súpravou na úvodní stránce samotné »%2$s"],"Homepage & Front page":["Domovská stránka & Úvodní stránka"],"Title Separator":["Oddělovač v titulku stránky"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s automaticky rozpozná, zda je zapotřebí změnit nadpisy vašich stránek. Pokud si myslíte, že je to špatně a víte co děláte, můžete tady změnit nastavení."],"Force rewrite titles":["Vynutit přepsání nadpisů"],"Taxonomies":["Taxonomie"],"Homepage":["Úvodní stránka"],"%1$s Extensions":["%1$s Rozšíření"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Hladce integrujte WooCommerce s %1$s a získejte další funkce!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Umístěte se výše v Google Maps, bez potu a úsilí!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Jste v Google News? Zvyšte přístupy svého webu z Google News další optimalizací!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimalizujte svá videa pro jejich lepší propagaci ve výsledcích vyhledávání a získejte více kliknutí!"],"The premium version of %1$s with more features & support.":["Prémiová verze %1$s obsahuje více funkcí a uživatelskou podporu."],"Person":["Osoba"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Název stránky"],"Webmaster Tools":["Google Search Console"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Nebylo zádano jméno příspěvku (postname) ve vaší URL adrese. Velmi doporučujeme jeho použití. Zvažte změnu struktury trvalých odkazů na /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Drobečková navigace"],"or":["nebo"],"Save Profile":["Uložit profil"],"There were no profiles found":["Nebyl nalezen žádný profil"],"Profile":["Profil"],"Current profile":["Současný profil"],"Authenticate":["Autentizovat"],"Get Google Authorization Code":["Získat autorizační kód Google"],"Reload crawl issues":["Znovu načíst problémy při prohledávání"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Abyste mohli vytvořit přesměrování a opravit tak tento problém, potřebujete %1$s. Plugin si včetně roční podpory a aktualizací můžete koupit na %2$s."],"Creating redirects is a %s feature":["Vytváření přesměrování je funkce %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Chyby, které se objevili při procházení stránky pomocí Googlebot pro feature phones (chyby nejsou ve verzi pro desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Chyby, které se objevili pouze u Googlebot-Mobile (chyby nejsou ve verzi pro desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Chyby, které se objevili, když stránky prohledával Googlebot."],"Issue categories":["Kategorie problémů"],"Incorrect Google Authorization Code.":["Nesprávný autorizační kód Google."],"The issues have been successfully reloaded!":["Problémy byly úspěšně aktualizovány!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s data byla odstraněna. Pokud chcete data znovu nahrát, musíte se opět autentizovat."],"Crawl errors per page":["Prohledávacích chyb na stránku"],"Search":["Hledat"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Mějte přehled o chybách v indexování: %1$spropojte svůj Wordpress s Google Search Console%2$s."],"Create redirect":["Vytvořit přesměrování"],"Mark as fixed":["Označit za vyřešené"],"Response code":["Kód odpovědi"],"First detected":["Poprvé detekováno"],"Last crawled":["Naposledy prohledáno"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s zjistil, že používáte verzi %2$s, která není kompatibilní s %1$s. Pro používání této funkce prosím aktualizujte %2$s na poslední verzi."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast pluginy spolu některý kód sdílejí, aby váš web fungoval rychleji. Je ovšem potřeba, aby byly všechny Yoast pluginy aktualizované. Zjistili jsme, že minimálně jeden z Yoast pluginů není aktualizovaný."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Cílová URL neexistuje, ale váš server nevrací chybu 404 (stránka nenalezena)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Požadavek vypršel, nebo stránky blokují Google."],"Server Error":["Chyba serveru"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot může přistoupit na vaši stránku, ale některé URL adresy jsou pro Googlebot blokovány v souboru %1$s. Tento blok může být nastaven pro všechny Googleboty, nebo speciálně pro Googlebot-mobile."],"Blocked":["Blokováno"],"Google was unable to crawl this URL due to an undetermined issue.":["Google nebyl schopný prohledat tuto URL kvůli nespecifikovanému problému."],"URL points to a non-existent page.":["URL směřuje na neexistující stránku."],"Not found":["Nenalezeno"],"Not followed":["Nesledováno"],"Faulty redirects":["Neúspěšná přesměrování"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server vyžaduje autentifikaci, nebo na této stránce blokuje Googlebot."],"Access denied":["Přístup zamítnut"],"Deactivate %s":["Deaktivovat %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Při současném používání pluginu %1$s a %2$s může docházet k problémům."],"Upload Image":["Nahrát obrázek"],"Remove these ads?":["Odstranit reklamy?"],"%s Posts Overview":["%s přehled příspěvků"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":[""],"Breadcrumbs title":["Název Drobečkové navigace"],"The canonical link is shown on the archive page for this term.":["Kanonický odkaz se zobrazí na stránce archivu pro tento výraz."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Ostatní"],"Archives":["Archivy"],"Email":["E-mail"],"Close":["Zavřít"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":["Nastavit %1$s OpenGraph nastavení"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Jak %1$s, tak %2$s mohou vytvářejí OpenGraph výstup, který může způsobit to, že Facebook, Twitter, LinkedIn a další sociální sítě použijí nesprávný text a obrázky ve chvíli, kdy budou vaše stránky sdíleny."],"%s Image":["%s Obrázek"],"%s Description":["%s Popis"],"%s Title":["%s Název"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Doporučená velikost obrázku pro %1$s je %2$spx."],"If you want to override the image used on %s for this post, upload / choose an image here.":["V případě, že chcete přepsat obrázek použitý v %s pro tento příspěvek, nahrajte / zvolte obrázek, nebo zde vložte URL obrázku."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Pokud nechcete použít meta popis pro sdílení příspěvku %s, ale chcete použít vlastní, napište je zde."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Pokud nechcete použít nadpis příspěvku při jeho publikování na %s, ale místo toho chcete použít jiný nadpis, napište ho sem."],"very difficult":["velmi obtížné"],"Try to make shorter sentences, using less difficult words to improve readability":["Pro lepší čitelnost pište kratší věty a používejte jednodušší slova."],"difficult":["obtížné"],"Try to make shorter sentences to improve readability":["Pro lepší čitelnost pište kratší věty."],"fairly difficult":["poměrně obtížné"],"OK":["OK"],"fairly easy":["poměrně snadné"],"easy":["snadné"],"very easy":["velmi snadné"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Všechny SEO skóre"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Doporučený obrázek by měl mít minimálně 200x200 pixelů, aby byl přijat Facebookem a dalšími sociálními sítěmi"],"(no parent)":["(bez nadřazeného)"],"Post is set to noindex.":["Příspěvek je nastaven na \"neindexovat\"."],"The URL that this page should redirect to.":["URL na kterou se má tato stránka přesměrovat"],"301 Redirect":["301 Přesměrování"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["Kanonická URL"],"Title to use for this page in breadcrumb paths":["Název který bude použit na této stránce v adrese Drobečkové navigáce"],"Breadcrumbs Title":["Název drobečkové navigace"],"No Snippet":["Žádný úryvek (snippet)"],"No Archive":["Nearchivovat"],"No Image Index":["Žádný Index obrázek"],"None":["Žádný"],"Site-wide default: %s":["Základní nastavení pro celý web: %s"],"Advanced meta robots settings for this page.":["Rozšířené nastavení Meta robotů pro tuto stránku."],"Meta robots advanced":[""],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Varování: přestože zde můžete změnit nastavit tagu meta robots, celý váš web je nastaven na noindex v 'nastavení zobrazování webu', takže toto nastavení nebude mít fakticky žádný efekt."],"Meta description":["Meta popis"],"SEO Title":["SEO Titulek"],"Focus keyword":["Klíčové slovo zaměření "],"Snippet preview":["Zobrazit úryvek"],"Settings successfully imported.":["Nastavení úspěšně importováno."],"Settings could not be imported:":["Nastavení nelze importovat:"],"Error creating %1$s export: ":["Chyba při vytváření %1$s exportu:"],"Breadcrumb for 404 pages:":["Navigace pro stránky 404:"],"Prefix for search result pages:":["Prefix pro stránku s výsledky vyhledávání:"],"Prefix for archive pages:":["Prefix pro archivované stránky:"],"Prefix for breadcrumbs:":["Prefix pro navigaci:"],"Anchor text for the homepage:":["Text odkazu pro domovskou stránku:"],"Breadcrumbs separator:":["Oddělovač v navigaci:"],"Remove blog page from breadcrumbs":["Odstranit stránku blogu z navigace"],"%s Breadcrumbs":["%s navigace"],"Use Image":["Použít obrázek"],"Action":["Akce"],"Page URL/Slug":["URL stránky/slugu"],"Publication date":["Datum publikace"],"Post Status":["Stav příspěvku"],"WP Page Title":["Titulek WP stránky"],"View":["Zobrazit"],"View “%s”":["Zobrazit “%s”"],"Preview":["Náhled"],"Preview “%s”":["Náhled “%s”"],"Edit":["Upravit"],"Filter":["Filtr"],"New Yoast Meta Description":["Nový Yoast meta popis"],"Existing Yoast Meta Description":["Aktuální Yoast meta popis"],"Facebook profile URL":["URL adresa profilu na Facebooku"],"Twitter username (without @)":["Uživatelské jméno Twitteru (bez @)"],"FAQ":["Často kladené dotazy"],"Premium Support":["Prémiová podpora"],"Settings":["Nastavení"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Musíte %1$s přejít do vašeho Nastavení zobrazení %2$s a zrušte zaškrtnutí položky \"viditelnost pro vyhledávače\". "],"Huge SEO Issue: You're blocking access to robots.":["Obrovský SEO problém: Blokuje přístup pro roboty."],"Posts":["Příspěvky"],"Edit Files":["Upravit soubory"],"Advanced Variables":["Rozšířené proměnné"],"Basic Variables":["Základní proměnné"],"General":["Obecné"],"Extensions":["Rozšíření"],"Search Console":["Vyhledávací konzole"],"Tools":["Nástroje"],"Advanced":["Pokročilé"],"XML sitemaps":["XML sitemapa"],"Social":["Sociální sítě"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s zjistil, že používáte %3$s ve verzi %2$s. Abyste předešli problémům s kompatibilitou, aktualizujte prosím na poslední verzi."],"Just another WordPress site":["Další WordPress stránka"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Stále máte výchozí popis webu od Wordpressu. Lepší je pravděpodobně i prázdný. %1$sMůžete to napravit v obecném nastavení stránek%2$s."],"You have used HTML in your value which is not allowed.":["Použili jste HTML, což není povoleno."],"You can't edit %s that aren't yours.":["Nemůžete upravovat %s který není váš."],"You can't edit %s.":["Nemůžete upravovat %s."],"Post has an invalid Content Type: %s.":["Příspěvek má neplatný typ obsahu: %s."],"Post doesn't exist.":["Příspěvek neexistuje."],"course\u0004Free:":["Zdarma:"],"posts\u0004Trash (%s)":["Odstranit (%s)","Odstranit (%s)","Odstranit (%s)"],"posts\u0004All (%s)":["Celkem (%s)","Celkem (%s)","Celkem (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;","lang":"cs_CZ"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":["%d výskyty(ů)"],"Activate %s for your site on MyYoast":["Aktivujte %s pro vaši stránku na MyYoast"],"Show blog page in breadcrumbs":["Zobrazit stránku blogu v drobečkové navigaci"],"We could not find any relevant articles on your website that you could link to from your post.":["Na vašem webu jsme nenašli žádné relevantní články, na které byste mohli odkazovat z vašeho příspěvku."],"Has feedback":["Má recenzi"],"Content optimization:":["Optimalizace obsahu:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sČitelnost%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Přečti si %1$stento příspěvek pro více informací o tom, proč nepodporujeme starší verze.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Pokud se obáváte instalace na %2$s nebo vyšší kvůli novému Gutenberg editoru, prosím, nainstalujte si plugin Classic editor. S ním budete moci editovat totožně, jako jste dosud zvyklí, i po přechodu na novější a bezpečnější verzi WordPressu i %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sAktualizujte WordPress na nejnovější verzi%2$s%3$sZaznamenali jsme, že nepoužíváte nejnovější verzi WordPressu, což vám může v budoucnu způsobit komplikace. %4$s (s ohledem na bezpečnost a stabilitu) podporuje pouze aktuální a předchozí verzi WordPressu. Jakmile bude vydána následující verze, budeme podporovat WordPress %6$s a %7$s.To ve výsledku znamená, že nebudete dostávat žádné aktualizace %5$s dokud neaktualizujete svůj WordPress, a proto prosím s aktualizací neotálejte!%3$s%3$s"],"Post Noindexed":["Neindexovaný příspěvek"],"No Focus Keyphrase":["Klíčová fráze nezadána"],"Person logo / avatar":["Logo / avatar uživatele"],"Extend %s":["Rozšíření %s"],"Enroll in the %s for WordPress training":["Přihlaste se do školení %s pro WordPress"],"Posts with the SEO score: %s":["Příspěvky mající SEO skóre: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video návod"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Pro zobrazení chyb v procházení, %1$spřejděte prosím na Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google ukončil provoz Crawl Errors API. Proto vám zde již nemůžeme zobrazovat možné chyby v procházení. %1$sPřečtěte si naše stanovisko k této záležitosti%2$s."],"Remove this message":["Odstraň tuto zprávu."],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimalizujte své stránky pro místní publikum s naším %s pluginem! Optimalizovaná podrobná adresa, otevírací doba, vyhledávač obchodu a možnosti vyzvednutí."],"Serving local customers?":["Pracujete s lokálními zákazníky?"],"Get the %s plugin now":["Získej %s plugin nyní."],"Organization social profiles":["Profily společnosti na sociálních sítích"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Detaily zobrazené v meta datech, jako je profil na sociálních sítích, jméno a popis tohoto uživatele, můžete editovat na jejich %1$s profilové stránce."],"Personal info":["Osobní informace"],"Organization logo":["Logo společnosti"],"Organization name":["Jméno společnosti"],"Choose whether the site represents an organization or a person.":["Zvolte, zda stránky reprezentují společnost, nebo osobu"],"Knowledge Graph & Schema.org":["Znalostní graf a schéma.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":["Pro změnu účtů sociálních sítí použitých vaší stránkou, změňte podrobnosti pro %1$s."],"That means that the form and information below is disabled, and not used.":["To znamená, že formulář a informace níže nejsou povoleny a nejsou používány."],"Your website is currently configured to represent a Person":["Vaše stránky jsou nastaveny tak, že reprezentují osobu"],"(if one exists)":["(pokud existuje)"],"Wikipedia page about you":["Stránka o Vás ve Wikipedii"],"YouTube profile URL":["URL YouTube profilu"],"Tumblr profile URL":["URL Tumblr profilu"],"SoundCloud profile URL":["URL SoundCloud profilu"],"MySpace profile URL":["URL MySpace profilu"],"Organization or person":["Společnost, nebo osoba"],"The person":["Osoba"],"Organization":["Společnost"],"Does your site represent a person or an organization?":["Reprezentují Vaše stránky osobu, nebo společnost?"],"The name of the organization":["Jméno společnosti"],"Provide an image of the organization logo":["Poskytněte logo společnosti"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Původně jste vaše stránky nastavili tak že reprezentují osobu. Zlepšili jsme funkcionalitu týkající se schematu a grafu znalostí, takže by bylo vhodné %1$sdoplnit tato nastavení%2$s."],"Select a user...":["Vybrat uživatele..."],"Uncategorized":["Nezařazeno"],"Name:":["Jméno:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Vybrali jste uživatele %1$s jako osobu která reprezentuje tento web. Informace v jeho uživatelském profilu budou nyní použity ve výsledcích vyhledávání. %2$sAktualizujte informace v tomto profilu a ujistěte se, že jsou údaje korektní.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Chyba: prosím vyberte uživatele níže, aby byla mete data vaší stránky kompletní."],"SEO score: %s":["SEO score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Pokud existuje stránka vaší společnosti na Wikipedii, přidejte ji taktéž."],"Wikipedia URL":["URL na Wikipedii"],"Pinterest profile URL":["URL Pinterest profilu"],"Instagram profile URL":["URL Instagram profilu"],"LinkedIn profile URL":["URL LinkedIn profilu"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":["SEO pro začátečníky"],"%s for WordPress training":["%s pro trénink (kurz) WordPress(u)"],"All-around SEO training":["Všeobecný SEO trénink (kurz)"],"The image you selected is too small for Facebook":["Vybraný obrázek je příliš malý pro Facebook"],"The given image url cannot be loaded":["Zadanou URL obrázku nelze načíst"],"Find out what words your audience uses to find you":["Zjistěte, jaká slova vaše publikum používá, aby vás našli"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":["Žádný JSON objekt nebyl navrácen."],"Received internal links":["Přijaté vnitřní odkazy"],"Outgoing internal links":["Odchozí vnitřní odkazy"],"New step added":["Nový krok přidán"],"New question added":["Přidána nová otázka "],"To be able to create a redirect and fix this issue, you need %1$s. ":["Abyste mohli vytvořit přesměrování a opravit tuto záležitost, potřebujete %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Plugin včetně 1 roku podpory a updatů můžete zakoupit zde %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Prvek Počitadlo textových odkazů poskytuje informaci o tom, kolik odkazů ve vašem textu směřuje zpět na váš text. To je velmi užitečné, když zlepšujete vaše %1$sinterní odkazy%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Aby tento prvek fungoval %1$s potřebuje PHP minimálně ve verzi %2$s. Na této stránce jsme zjistili PHP ve verzi %3$s."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Pečlivě zvažte následky a %1$spřečtěte si tento článek%2$s pro více informací o dopadu zobrazování médií ve výsledcích vyhledávání."],"Keyphrase":["Klíčové slovo"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Aby tento prvek fungoval, %1$s je třeba vytvořit tabulku ve vaší databázi. Tuto tabulku se nám nepodařilo vytvořit automaticky."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Po zapnutí této možnosti URL adresy příloh budou viditelné jak pro vaše návštěvníky, tak i pro Google. Aby tato skutečnost byla přínosná pro vaše webové stránky, tyto URL adresy musí obsahovat užitečné informace, v opačném případě mohou mít negativní dopad na hodnocení webu."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Prvek %3$sPočitadlo textových odkazů%4$s (představené %1$s %2$s) je v současné chvíli deaktivováno."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Přečtěte si prosím následující %1$sčlánek ve znalostní databázi%2$s, abyste zjistili, jak vyřešit tento problém."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Abychom se ujistili, že všechny odkazy ve textech jsou spočítány, potřebujeme zanalyzovat všechny texty."],"All you have to do is press the following button and we'll go through all your texts for you.":["Vše, co musíte udělat, je, že zmáčknete následující tlačítko, a my si pro vás projdeme všechny texty."],"Count links":["Spočítat odkazy"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAlt atributy obrázku%5$s: Mimo %2$d obrázky na této stránce, %1$d má alt atributy se slovy z vaší klíčové fráze nebo se synonymy. To je trochu moc. %4$sKlíčovou frázi nebo její synonyma přidejte, pouze pokud se k obrázku opravdu hodí%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributes%2$s: Dobrá práce!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAlt attributy obrázku%5$s: Mimo %2$d obrázky na této stránce, pouze %1$d má alt atribut který odráží téma vašeho textu. %4$sPřidejte klíčovou frázi nebo synonymum do alt atributů více relevantních obrázků%5$s!","%3$sAlt attributy obrázku%5$s: Mimo %2$d obrázky na této stránce, pouze %1$d má alt atributy které odráží téma vašeho textu. %4$sPřidejte klíčovou frázi nebo synonymum do alt atributů více relevantních obrázků%5$s!","%3$sAlt attributy obrázku%5$s: Mimo %2$d obrázky na této stránce, pouze %1$d má alt atributů které odráží téma vašeho textu. %4$sPřidejte klíčovou frázi nebo synonymum do alt atributů více relevantních obrázků%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAlt atributy obrázků%3$s: Obrázky na této stránce nemají alt atributy které odráží téma vašeho textu. %2$sPřidejte klíčovou frázi nebo synonymum do alt atributů relevantních obrázků%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAlt attributy obrázků%3$s: Obrázky na této stránce mají alt atributy, ale nenastavili jste klíčovou frázi (slovo). %2$sOpravte to%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKlíčová fráze v pod-nadpisu%2$s: %3$s pod-nadpis vyšší úrovně odráží téma vašeho textu. Dobrá práce!","%1$sKlíčová fráze v pod-nadpisu%2$s: %3$s pod-nadpisy vyšší úrovně odráží téma vašeho textu. Dobrá práce!","%1$sKlíčová fráze v pod-nadpisu%2$s: %3$s pod-nadpisů vyšší úrovně odráží téma vašeho textu. Dobrá práce!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKlíčová fráze v pod-nadpisu%2$s: Váš pod-nadpis vyšší úrovně odráží téma vašeho textu. Dobrá práce!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Strana %s"],"Cannot get the size of %1$s because of unknown reasons.":["Nelze získat velikost %1$s z neznámých důvodů."],"Cannot get the size of %1$s because it is hosted externally.":["Nelze získat velikost %1$s kvůli hostování na externím zdroji."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Jednoduše změňte přepínač na \"Zap\" a budete moci využít rekalibrovanou analýzu. Zároveň vás zařadíme na náš speciální seznam e-mailových adres. Budeme vám psát pouze ohledně vašich zkušeností s rekalibrací."],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["Získejte ještě lepší analýzu"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sJeden nadpis%3$s: H1 by měl být použit pouze jako váš hlavní nadpis. Najděte všechny nadpisy H1 ve vašem textu, které nejsou vaším hlavním názvem a %2$s změňte je na nižší úroveň%3$s!"],"Improve sharing on Facebook and Pinterest":["Vylepšit sdílení na Facebooku a Pinterestu"],"You do not have the required rights to export settings.":["Nemáte potřebná oprávnění pro export nastavení."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Zkopírujte všechna nastavení této karty na jiný web %1$s a klikněte tam na \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":["Žádné nastavení nenalezeno."],"Export your %1$s settings here, to copy them on another site.":["Zde exportujte vaše nastavení %1$s a zkopírujte je na jiný web."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import nastavení je podporován na serverech, které používají verzi PHP 5.3 nebo vyšší."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importujte nastavení vložením nastavení, které jste zkopírovali z jiného webu, a klikem na tlačítko \"%s\"."],"Paste your settings from another %s installation.":["Vložte vaše nastavení z jiné %s instalace."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sHustota výskytu klíčové fráze%2$s: Hlavní klíčová fráze (slovo) bylo nalezeno %3$d krát. To je výborné!","%1$sHustota výskytu klíčové fráze%2$s: Hlavní klíčová fráze (slovo) bylo nalezeno %3$d krát. To je výborné!","%1$sHustota výskytu klíčové fráze%2$s: Hlavní klíčová fráze (slovo) bylo nalezeno %3$d krát. To je výborné!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":[""],"Method %1$s() does not exist in class %2$s":["Třída %2$s nemá definovánu metodu %1$s()"],"With %s, you can easily create such redirects.":["S %s můžete takové přesměrování snadno vytvořit."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Změna nastavení trvalých odkazů může vážně ovlivnit viditelnost pro vyhledávače. Proto by nemělo být téměř %1$s nikdy %2$s prováděno na živé webové stránce."],"WARNING:":["VAROVÁNÍ:"],"Learn about why permalinks are important for SEO.":["Zjistěte, proč jsou trvalé odkazy důležité pro SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Čistý obraz"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sDélka klíčové fráze%3$s: %2$sNastavte klíčovou frázi má-li být vypočteno vaše SEO skóre%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKlíčová fráze je obsažena v slug(u)%2$s: Dobrá práce!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sRozmístění klíčové fráze%2$s: Dobrá práce!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sRozmístění klíčové fráze%3$s: Nerovnoměrné. Některé části textu neobsahují klíčová slova nebo jejich synonyma. %2$sRozmístěte je rovnoměrněji%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sRozmístění klíčové fráze%3$s: Velmi nerovnoměrné. Velké části textu neobsahují klíčová slova nebo jejich synonyma. %2$sRozmístěte je rovnoměrněji%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":["Pomoct s výběrem perfektní klíčové fráze"],"Would you like to add a related keyphrase?":["Chcete přidat související klíčovou frázi?"],"Go %s!":["Do toho %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Nezobrazování dat archivů ve výsledcích vyhledávání technicky znamená, že budou mít %1$s robots meta. %2$s Další informace o nastavení výsledků vyhledávání %3$s."],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":["Optimalizovat příspěvek pro synonyma a související klíčové fráze."],"Synonyms & related keyphrases":["Synonyma a klíčové fráze"],"Add related keyphrase":["Přidejte souvisící klíčové slovo/frázi"],"Dismiss %s upgrade notice":["Odstranit %s upozornění na upgrade"],"Upgrade to %s":["Aktualizovat na %s"],"%1$s video":["%1$s video"],"Get %s":["Získej %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sPředchozí použitá klíčová fráze%6$s: Použili jste tuto hlavní klíčovou frázi %1$s%2$d krát předtím%3$s. %5$sNepoužívejte hlavní klíčovou frázi více než jednou%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sPředchozí použitá klíčová fráze%5$s: Použili jste tuto hlavní klíčovou frázi %1$sjiž jednou před tím%2$s. %4$sNepoužívejte hlavní klíčovou frázi více než jednou%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sPředchozí použitá klíčová fráze%2$s: Ani jednou jste ještě tuto klíčovou frázi nepoužili, výborně,"],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopslovo%3$s: Slug pro tuto stránku obsahuje stopslovo. %2$sOdstraňte jej%3$s!","%1$sSlug stopslova%3$s: Slug pro tuto stránku obsahuje stopslova. %2$sOdstraňte je%3$s!","%1$sSlug stopslova%3$s: Slug pro tuto stránku obsahuje stopslova. %2$sOdstraňte je%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug je příliš dlouhý%3$s: slug pro tuto stránku je poněkud delší. %2$sZkraťte jej%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtributy alt u obrázků%3$s: Na této stránce se nevyskytují žádné obrázky. %2$sZkuste nějaké přidat%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sOdkaz na klíčovou frázi%3$s: Odkazujete na jinou stránku pomocí slov, kterými chcete zvýšit hodnocení Vaší stránky. %2$sVyhněte se tomu%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Text obsahuje mnohem méně slov, než je doporučené minimum%5$d slova. %3$sPřidejte více obsahu%4$s.","Text obsahuje mnohem méně slov, než je doporučené minimum%5$d slov. %3$sPřidejte více obsahu%4$s.","Text obsahuje mnohem méně slov, než je doporučené minimum%5$d slov. %3$sPřidejte více obsahu%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Text obsahuje méně slov, než je doporučené minimum%5$d slova. %3$sPřidejte více obsahu%4$s.","Text obsahuje méně slov, než je doporučené minimum%5$d slov. %3$sPřidejte více obsahu%4$s.","Text obsahuje méně slov, než je doporučené minimum%5$d slov. %3$sPřidejte více obsahu%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sDélka textu%4$s: Text obsahuje %1$d slovo.","%2$sDélka textu%4$s: Text obsahuje %1$d slov.","%2$sDélka textu%4$s: Text obsahuje %1$d slov."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sDélka textu%3$s: Text obsahuje %1$d slovo. Výborně!","%2$sDélka textu%3$s: Text obsahuje %1$d slov. Výborně!","%2$sDélka textu%3$s: Text obsahuje %1$d slov. Výborně!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sDélka SEO titulku%3$s: %2$sVytvořte, prosím, SEO titulek%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sDélka SEO titulku%3$s: SEO titulek je delší než viditelné maximum. %2$sZkuste jej zkrátit%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sDélka SEO titulku%2$s: Výborně!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sŠírka SEO titulku%3$s: SEO titulek je příliš krátký. %2$sVyužijte volný počet znaků a přidejte variace klíčových slov nebo vymyslete atraktivní výzvu k akci%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sOExterní odkazy%2$s: Na této stránce se vyskytují jak normální, tak nofollow odkazy. Výborně!"],"%1$sOutbound links%2$s: Good job!":["%1$sExterní odkazy%2$s: Výborně!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sExterní odkazy%3$s: Všechny externí odkazy na této stránce jsou nofollow. %2$sPřidejte nějaké normální linky%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sExterní odkazy%3$s: Na této stránce se nevyskytují žádné externí odkazy. %2$sZkuste nějaké přidat%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sDélka meta description%2$s: Skvěle!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sDélka meta description%3$s: Meta description přesahuje %4$d znaků. Abyste měli jistotu, že celý Váš popisek bude viditelný, %2$směli byste zkrátit jeho délku%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sDélka meta description%3$s: Meta description je příliš krátká (méně než %4$d znaků). Ješte %5$d máte k dispozici. %2$sVyužijte je%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sDélka meta description%3$s: Žádná meta description není definována. Vyhledávače místo ní zobrazí část textu z Vaší stránky. %2$sMěli byste nějakou napsat%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKlíčová fráze v meta description%2$s: Meta description je sice definovaná, ale neobsahuje hlavní klíčovou frázi. %3$sOpravte to%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKlíčová fráze v meta description%2$s: Meta description obsahuje hlavní klíčové slovo %3$s krát, což je více než doporučené maximum dvou výskytů. %4$sOmezte jejich výskyt%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKlíčová fráze v meta description%2$s: V meta description se vyskytuje hlavní klíčová fráze nebo její synonyma. Skvěle!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sDélka klíčové fráze%5$s: Klíčová fráze je dlouhá %1$d slov. Což je mnohem více než doporučené maximum %2$d slov. %4$sZkraťte ji%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sDélka klíčové fráze%5$s: Klíčová fráze je dlouhá %1$d slov. To je více než doporučené maximum %2$d slov. %4$sZkraťte ji%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sDélka klíčové fráze%2$s: Výborně!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sDélka klíčové fráze%3$s: Pro Vaši stránku nemáte definovanou žádnou klíčovou frázi. %2$sVytvořte nějakou klíčovou frázi a podpořte tak Vaše SEO skóre%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKlíčová fráze v úvodu%3$s: Vaše klíčová fráze, nebo její synonyma se nevyskytují v prvním odstavci. %2$sPřesvědčte se, že je Vaše téma ihned jasné%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKlíčová fráze v úvodu%3$s:Vaše klíčová fráze nebo její synonyma se sice vyskytují v prvním odstavci, ale ne v jedné větě. %2$sOpravte to%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKlíčová fráze v úvodu%2$s: Výborně!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterní odkazy%2$s: Existují nofollow a normální interní odkazy na této stránce. Dobrá práce!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterní odkazy%2$s: Máte dostatek interních odkazů. Dobrá práce!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterní odkazy%3$s: Všechny interní odkazy na této stránce jsou nofollow. %2$sPřidejte více vhodných interních odkazů%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterní odkazy%3$s: Na této stránce nejsou žádné interní odkazy, %2$spřidejte je%3$s!"],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNedostatek obsahu%2$s: %3$sPřidejte více obsahu, aby bylo možné stránku analyzovat%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sPoužití nadpisů nižší úrovně%2$s: Nepoužíváte nadpisy nižší úrovně, ale váš text je opravdu krátký a pravděpodobně není jejich užití nutné."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sPoužití nadpisů nižší úrovně%2$s: Nepoužíváte nadpisy nižší úrovně, i když je váš text poměrně dlouhý. %3$sZkuste nějaké nadpisy nižší úrovně přidat%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sSubheading distribution%2$s: Dobrá práce!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sDélka vět%2$s: %3$s vět obsahuje více než %4$s slov, což je více než doporučené maximum %5$s. %6$sPokuste se věty zkrátit%2$s."],"%1$sSentence length%2$s: Great!":["%1$sDélka věty%2$s: Skvělá!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sRůznorodost vět%2$s: Vaše věty jsou různorodé. To je skvělé!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sRůznorodost vět%2$s: Text obsahuje %3$d po sobě jdoucí větu začínající stejným slovem. %5$sZkuste to upravit%2$s!","%1$sRůznorodost vět%2$s: Text obsahuje %4$d použití %3$d po sobě jdoucích vět začínající stejným slovem. %5$sZkuste to upravit%2$s!","%1$sRůznorodost vět%2$s: Text obsahuje %4$d použití %3$d po sobě jdoucích vět začínající stejným slovem. %5$sZkuste to upravit%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sTrpný rod%2$s: %3$s použití trpného rodu ve větách, jehož doporučené maximum je %4$s. %5$sZkuste změnit trpný rod na činný rod%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPasivní hlas%2$s: Používáte dostatek aktivního hlasu. To je perfektní!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sDélka odstavců%2$s: %3$d odstavec obsahuje více než doporučené maximum %4$d slov. %5$sZkraťte je%2$s!","%1$sDélka odstavců%2$s: %3$d odstavce obsahuje více než doporučené maximum %4$d words. %5$sZkraťte je%2$s!","%1$sDélka odstavců%2$s: %3$d odstavců obsahuje více než doporučené maximum %4$d words. %5$sZkraťte je%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sDélka odstavců%2$s: Žádný odstavec není příliš dlouhý. Skvělá práce!"],"Good job!":["Skvělá práce!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Hlavní klíčové slovo"],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":["Žádný objekt s ID %1$s a %2$s nebyl nalezen"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` není platným podtypem `%2$s`"],"The object type `%1$s` is invalid":["Typ objektu `%1$s` je neplatný"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Byl odeslán neplatný typ parametru `%1$s`. Očekával se `%2$s`, ale byl odeslán `%3$s`"],"The parameter `%1$s` cannot be empty.":["Parametr `%1$s` nemůže být prázdný."],"Check Keyphrase Density":["Kontrola hustoty klíčové fráze"],"Disable":["Zakázat"],"Allow Control":["Povolit kontrolu"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Tato záložka vám umožňuje selektivně zakázat %s funkce pro všechny webové stránky v síti. Ve výchozím nastavení všechny funkce jsou povoleny, což administrátorům stránek umožňuje, aby si sami zvolili, zda je chtějí na svém webu zapnout nebo vypnout. Pokud zde funkci zakážete, administrátoři stránek vůbec nebudou moct tuto funkci použít."],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Klíčová fráze:"],"Remove keyphrase":["Odstranit klíčovou frázi"],"This feature has been disabled by the network admin.":["Tato funkce byla zakázána síťovým administrátorem."],"Focus keyphrase not set.":["Nebyla nastavena žádná klíčová fráze."],"Multiple keyphrases":["Více klíčových frází"],"Colon":["Dvojtečka"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["Máte nové upozornění.","Máte nová upozornění.","Máte nová upozornění."],"Learn more about the readability analysis":["Zjistěte více o analýze čitelnosti."],"Describe the duration of the instruction:":["Popište trvání instrukce:"],"Optional. Customize how you want to describe the duration of the instruction":["Volitelné. Určete, jak chcete popsat trvání instrukce."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":["%s, %s a %s"],"%s and %s":["%s a %s"],"%d minute":["%d minuta","%d minuty","%d minut"],"%d hour":["%d hodina","%d hodiny","%d hodin"],"%d day":["%d den","%d dny","%d dnů"],"Enter a step title":["Uveďte název kroku"],"Optional. This can give you better control over the styling of the steps.":["Volitelné. To vám umožní lépe kontrolovat stylizování kroků."],"CSS class(es) to apply to the steps":["CSS třída (třídy) pro uplatnění ke krokům"],"minutes":["minuty"],"hours":["hodiny"],"days":["dny"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":["Chyba kopírování"],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":["Potřebný čas:"],"Move question down":["Vložte otázku dolů"],"Move question up":["Vložte otázku nahoru"],"Insert question":["Vložit otázku"],"Delete question":["Smazat otázku"],"Enter the answer to the question":["Zadejte odpověď na otázku"],"Enter a question":["Zadejte otázku"],"Add question":["Přidat otázku"],"Frequently Asked Questions":["Často kladené otázky"],"Great news: you can, with %s!":["Skvělá zpráva: můžeš s %s!"],"Select the primary %s":["Vyberte základní %s"],"Check links to this URL":["Zkontrolujte odkazy vedoucí k této URL"],"Keyword research training":["Trénink hledání klíčových slov"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Zkontrolujte %1$sšablonu archívu%2$s následujícího typu obsahu: %3$s.","Zkontrolujte %1$sšablony archivů%2$s následujících typů obsahu: %3$s.","Zkontrolujte %1$sšablony archivů%2$s následujících typů obsahu: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Pokoušíte se přidat více klíčových slov? Přidávejte je samostatně níže."],"Mark as cornerstone content":["Označit jako klíčový obsah"],"Move step down":["Posunout krok dolů"],"Move step up":["Posunout krok nahoru"],"Insert step":["Vložit krok"],"Delete step":["Smazat krok"],"Add image":["Přidat obrázek"],"Enter a step description":["Zadejte krok popisu"],"Enter a description":["Zadejte popis"],"Unordered list":["Neuspořádaný seznam"],"Showing step items as an ordered list.":["Zobrazuji položky kroků jako uspořádaný seznam."],"Showing step items as an unordered list":["Zobrazuji položky kroků jako neuspořádaný seznam"],"Add step":["Přidejte krok"],"Delete total time":["Smazat celkový čas"],"Add total time":["Zadejte celkový čas"],"How to":["Jak provést"],"How-to":["Jak provést"],"Snippet Preview":["Ukázka popisku"],"Analysis results":["Výsledky analýzy"],"Enter a focus keyphrase to calculate the SEO score":["Zadejte klíčové slovo pro výpočet skóre SEO"],"Learn more about Cornerstone Content.":["Další informace o klíčovém obsahu."],"Cornerstone content should be the most important and extensive articles on your site.":["Klíčový obsah by měly být ty nejdůležitější a nejobsáhlejší články na webu."],"Restore Site":["Obnovit stránku"],"Network Settings":["Nastavení sítě"],"You are not allowed to perform this action.":["Nemáte povolení provést tuto akci."],"Error: %s":["Chyba: %s"],"Success: %s":["V pořádku: %s"],"Site with ID %d not found.":["Síť s ID %d nenalezena."],"No site has been selected to restore.":["Nebyla vybrána žádná stránka k obnovení."],"You are not allowed to modify unregistered network settings.":["Nemáte povolení upravit neregistrované nastavení sítě."],"deleted":["smazáno"],"Would you like to add another keyphrase?":["Chcete přidat další klíčové slovo?"],"image preview":["Náhled obrázku"],"Copied!":["Zkopírováno!"],"Not supported!":["Není podpováno!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Přečtěte si {{a}}náš článek o struktuře stránky{{/a}}, naučíte se více o interním prolinkování, což může zlepšit SEO. "],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Zvažte prolinkování s těmito {{a}}klíčovými články{{/a}}"],"Consider linking to these articles:":["Zvažte prolinkování s těmito články"],"Copy link":["Kopírovat odkaz"],"Copy link to suggested article: %s":["Zkopírovat odkaz na navržený článek: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Přečti si náš %1$smanuál na zaměření na klíčové slovo%2$s aby jste se naučily více o zaměření na klíčove slovo a strategii jak na něj."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Následující slova a slovní kombinace se objevují nejčastěji v obsahu. Slouží jako nápověda toho na jaký obsah je dobré se soustředit. Pokud se slova výrazně odlišují od vašich, tak je můžete přepsat odpovídajícím způsobem."],"Prominent words":["Výrazná slova"],"The site's tagline":["Tagline webu"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Nedávno jsme vylepšili funkcionalitu nastavení Vzhled vyhledávání. Naneštěstí v některých okrajových případech jsme zjistili, že pro specifické archivy typu obsah mohlo dojít k nesprávnému uložení nastavení."],"Not all required fields are given. Missing field %1$s":["Ne všechny potřebné pole jsou vyplněny. Chybí pole %1$s"],"Optimize your site for Google News.":["Optimalizujte svoji stránku pro Google News."],"Optimize your shop's SEO and sell more products!":["Optimalizujte váš shop SEO a prodávejte více produktů!"],"Be found in Google Video search and enhance your video sharing on social media.":["Nechte se najít na Google Video a zlepšete sdílení your videana sociálních sítích."],"Be found in Google Maps and local results.":["Najdete v Mapách Google a na místních výsledcích."],"Learn practical SEO skills to rank higher in Google.":["Naučte se praktické dovednosti v oblasti SEO, abyste od Googlu získali lepší hodnocení."],"Don’t waste time figuring out the best settings yourself.":["Neztrácejte čas tím, že sami hledáte nejlepší nastavení."],"Get quick wins to make your site rank higher in search engines.":["Získejte rychlou výhru aby your stránky získala vyšší hodnocení vyhledávacích robotů."],"Add synonyms":["+ Přidejte synonymum"],"Would you like to add keyphrase synonyms?":["Chcete přidat synonyma klíčového slova?"],"Would you like to add more than one keyphrase?":["Chcete přidat více než jedno klíčové slovo?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Můžete upravit SEO meta-data pro tento vlastní typ na %1$sStranu obchodu%2$s"],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Nezaložili jste Nákupní stránku ve WooCommerce nastavení. Učiňte tak nyní."],"Current year":["Aktuální rok"],"Page":["Stránka"],"Breadcrumb settings for %s archive":["Nastavení drobečkové navigace pro %s archiv"],"Something went wrong. Please reload the page.":["Něco se pokazilo. Znovu načtěte stránku."],"Tagline":["Řádek tagů"],"Modify your meta description by editing it right here":["Upravte popis meta tím, že jej upravíte přímo zde"],"description (custom taxonomy)":["popis (vlastní taxonomie)"],"(custom taxonomy)":["(vlastní taxonomie)"],"(custom field)":["(vlastní pole)"],"Term404":["Term404"],"Caption":["Titulek"],"Pagenumber":["Číslo stránky"],"Pagetotal":["Stránek celkem"],"Page number":["Číslo stránky"],"User description":["Popis uživatele"],"ID":["ID"],"Modified":["Změněno"],"Post type (plural)":["Typ příspěvku (množné číslo)"],"Post type (singular)":["Typ příspěvku (jednotné číslo)"],"Separator":["Oddělovač"],"Search phrase":["Hledat frázi"],"Term title":["Název termínu"],"Term description":["Popis termínu"],"Tag description":["Popis štítku"],"Category description":["Popis rubriky"],"Primary category":["Hlavní rubriky"],"Category":["Rubrika"],"Tag":["Štítek"],"Excerpt only":["Pouze výpisek"],"Excerpt":["Výpisek"],"Site title":["Název webu"],"Archive title":["Název archivu"],"Parent title":["Nadřazený název"],"Date":["Datum"],"Label":["Označení"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Můžete vytvořit přesměrování, které zabrání tomu, aby se vašim návštěvníkům zobrazovala chyba 404, když kliknou na již nefunkční URL."],"Search engines and other websites can still send traffic to your deleted post.":["Vyhledávače a další stránky mohou ještě odkazovat na váš smazaný příspěvek."],"Make sure you don't miss out on traffic!":["Ujistěte se, že nepřicházíte o návštěvnost!"],"You just deleted a %1$s.":["Právě jste smazali %1$s."],"You just trashed a %1$s.":["Právě jste vymazali %1$s."],"Settings for %s archive":["Nastavení pro archiv %s "],"Settings for single %s URLs":["Nastavení pro samostanou %s URL"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Url preview":["náhled url"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Prosím, vložte popis do níže zobrazeného pole úpravou úryvku. Pokud to neuděláte, Google se pokusí najít relevantní část vašeho příspěvku a zobrazí ji ve výsledcích vyhledávání."],"Insert snippet variable":["Vložit ukázku proměnné"],"Dismiss this notice":["Zrušit toto oznámení"],"No results":["Žádné výsledky"],"%d result found, use up and down arrow keys to navigate":["Nalezen %d výsledek, k pohybu použijte šipky nahoru, dolů.","Nalezeny %d výsledky, k pohybu použijte šipky nahoru, dolů.","Nalezeno %d výsledků, k pohybu použijte šipky nahoru, dolů."],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Jazyk vaší stránky je nastaven na %s. Pokud to není v pořádku, kontaktujte administrátora vaší stránky."],"Number of results found: %d":["Počet nalezených výsledků: %d"],"Note that not all variables can be used in every field.":["Všimněte si, že všechny proměnné nelze použít ve všech polích."],"Snippet variables":[""],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respektuje vaše soukromí. Přečtěte si naše %2$spravidla ochrany soukromí%3$s a zjistěte, jak nakládáme s vašimi osobními údaji."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Pokud nechcete tuto zprávu zobrazit i příště, tak sdělení %1$sjednoduše potvrďte%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":["Neznámý typ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Zahrnuje bezplatný účet MyYoast, který Vám umožní přístup k bezplatnému kurzu pro začátečníky SEO!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Přihlašte se k odběru newslatteru, abyste měli veškeré aktuální informace o %1$s, dalších skvělých pluginů tvořených %2$s, a dalších zajímavých novinek a tipů ze světa SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Získejte svůj ověřovací kód Baidu v %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Ověřovací kód Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":["Vyčištění %s dat se nezdařilo."],"Content Type":["Typ obsahu"],"Filter by content type":["Filtrovat podle typu obsahu"],"Show All Content Types":["Zobrazit všechny typy obsahu"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":[""],"Clean":["Vyčistit"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":[""],"Step 5: Clean up":["Krok 5: Vyčištění"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":["Krok 4: Spusťte průvodce konfigurace"],"Please check your posts and pages and see if the metadata was successfully imported.":["Prosím, zkontrolujte si své stránky a příspěvky a ujistěte se že se metadata úspěšně vložila."],"Step 3: Check your data":["Krok 3: Zkontrolujte svá data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Krok 2: Vložení"],"Please make a backup of your database before starting this process.":["Vytvořte si zálohu své databáze, před dalším krokem"],"Step 1: Create a backup":["Krok 1: Vytvoření zálohy"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Našli jsme data z jednoho nebo více SEO pluginů na vaší stránce. Prosíme postupujte podle pokynů pro vložení dat:"],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":["%s nenalezl žádná data z pluginů, které by mohl vložit."],"Posts that should not show up in search results":["Příspěvky, které by se neměly zobrazovat ve výsledcích hledání"],"%s data found.":["%s dat nalezeno."],"%s data successfully removed.":["%s dat úspěšně smazáno."],"%s data successfully imported.":["%s dat úspěšně vloženo."],"%s data not found.":["%s dat nebylo nalezeno"],"Improve your SEO skills":["Zvyšte své SEO dovedlnosti"],"24/7 email support":["24/7 emailová podpora"],"No more dead links a.k.a. 404 pages":["Už žádné mrtvé odkazy a.k.a. 404 errory"],"Get real-time suggestions for internal links":["Získejte návrhy pro interní odkazy v reálném čase"],"Preview your page in Facebook and Twitter":["Zobrazte si náhled své stránky na Facebooku a Twitteru"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":["Pomožte zkopírovat popis domácích meta"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Pro doplnění informací o profilech na sociálních sítích spojených s webem ve vyhledavači, vložte informace o profilech níže."],"Learn more about your social profiles settings":["Zjistěte více o nastavení vašich sociálních profilů."],"Remove the categories prefix":["Odstranit prefix u kategorií"],"Help on the category prefix setting":[""],"Learn more about the available variables":["Zjistěte více o dostupných proměnných hodnotách."],"Learn more about the RSS feed setting":["Zjistěte více o nastavení RSS kanálu."],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":["Zjistěte více o nastavení URL adres médií a příloh"],"Learn more about the title separator setting":["Další informace o nastavení oddělovače titulu"],"Learn more about the knowledge graph setting":["Další informace o nastavení grafu znalostí"],"Learn more about the homepage setting":["Zjistěte více o nastavení domovské stránky"],"Learn more about the special pages setting":["Další informace o nastavení zvláštních stránek"],"Help on the date archives search results setting":["Nápověda k nastavení výsledků vyhledávání datových archivů"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":["Nápověda k nastavení výsledků vyhledávání archívů autorů"],"Archives settings help":["Nápověda pro nastavení archivů"],"Learn more about the archives setting":["Zjistěte více o nastvení archivů"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":["Verifikační kód Yandexu"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Získejte svůj ověřovací kód Google pomocí %1$sGoogle Search Console%2$s."],"Google verification code":["Verifikační kód Googlu"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":["Verifikační kód pro Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["Zjistěte více o verifikaci Nástrojů pro webmástery"],"On":["Zapnuto"],"Help on: %s":["Nápověda k: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":["Vypnuto"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":["Zabezpečení: žádná pokročilá nastavení pro autory"],"See who contributed to %1$s.":["Zobrazit přispěvatele k %1$s."],"Help on this search results setting":["Nápověda k tomuto nastavení výsledků vyhledávání"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Default for %2$s, currently: %1$s":["Výchozí pro %2$s, aktuálně: %1$s"],"Show %s in search results?":["Zobrazovat %s ve výsledcích vyhledávání?"],"this author's archives":["archivy těchto autorů"],"Do not allow search engines to show %s in search results.":["Neumožnit vyhledávačům zobrazovat %s ve výsledcích vyhledávání."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL rubrik ve WordPressu obsahuje prefix, obvykle %s, tato funkce odstraňuje prefix jenom pro tuto rubriku."],"Category URLs":["URL rubriky"],"the archive for %s":["archív pro %s"],"Redirect attachment URLs to the attachment itself?":["Přesměrovat adresy příloh do samotné přílohy?"],"We recommend you set this to Yes.":["Doporučujeme vám nastavit Ano."],"Media & attachment URLs":["URL adresy médií a příloh"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":["data archivů"],"archives for authors without posts":["archivy autorů bez příspěvků"],"Read why XML Sitemaps are important for your site.":["Přečtěte si, proč jsou XML sitemapy důležité pro vaši stránku."],"Enable the XML sitemaps that %s generates.":["Povolit mapy webu XML vygenerované pomocí %s."],"See the XML sitemap.":["Ukázat XML sitemapu."],"%2$s (current default for %1$s)":["%2$s (aktuálně výchozí pro %1$s)"],"Media":["Média"],"Content Types":["Typy obsahu"],"Should search engines follow links on this %1$s?":["Měly by vyhledávače následovat odkazy na tomto %1$s?"],"Allow search engines to show this %s in search results?":["Povolit vyhledávačům ukázat %s ve výsledcích vyhledávání?"],"Search Appearance":["Vzhled hledání"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Prosím upřesněte, jaké typy obsahu byste chtěli, aby se objevovaly ve vyhledávačích.\nPokud nevíte, jaké jsou mezi nimi rozdíly, doporučujemem zvolit\nvýchozí nastavení."],"Search engines should show \"%1$s\" in search results:":["Vyhledávače by měly zobrazit \"%1$s\" ve výsledcích vyhledávání:"],"Search engine visibility":["Viditelnost pro vyhledávače"],"Toggle %1$s's XML Sitemap":["Přepnout mapu webu XML %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Požadavky na podporu, které zde vytvoříte, jsou zasílány přímo do našeho podpůrného systému, který je zabezpečen 256 bitovým SSL, takže komunikace je 100% bezpečná."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Tato funkce vám umožňuje označit a filtrovat klíčový obsah na vašem webu."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Pokud máte problém, který nemůžete vyřešit s použitím našich videonávodů nebo znalostní databáze, můžeze zaslat zpávu na podporu, která je k dispozici 24/7."],"Search result":["Výsledek vyhledávání"],"Good results":["Dobré výsledky"],"Get better search results in local search":["Získejte lepší výsledky v lokálním vyhledávání"],"Allow customers to pick up their %s order locally":["Umožní zákazníkům vyzvednout si %s objednávku na místě"],"SEO analysis":["SEO analýza"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO analýza nabízí doporučení pro vylepšení SEO vašeho textu."],"Learn how the SEO analysis can help you rank.":["Zjistěte, jak vám SEO analýza pomůže zlepšit rank vaší stránky"],"The readability analysis offers suggestions to improve the structure and style of your text.":["Analýza čitelnosti nabízí doporučení ke zlepšení struktury a stylu vašeho textu."],"Discover why readability is important for SEO.":["Zjistěte, proč je čitelnost důležitá pro SEO."],"Find out how cornerstone content can help you improve your site structure.":["Zjistěte, jak vám může klíčový obsah pomoci vylepšit strukturu stránek."],"The text link counter helps you improve your site structure.":["Počítadlo řádek textu pomáhá zlepšit strukturu vašich stránek."],"Find out how the text link counter can enhance your SEO.":["Zjistěte, jak může počítadlo řádek textu vylepšit vaše SEO."],"%s integration":["%s integrace"],"Read more about how %s works.":["Přečtěte si více o tom, jak funguje %s ."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Zapněte tento prvek, pokud chcete, aby Facebook a další sociální média zobrazovala při sdílení odkazu na vaši stránku náhled s obrázky a úryvkem textu."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Zapněte tento prvek, pokud chcete, aby Twitter zobrazoval při sdílení odkazu na vaši stránku náhled s obrázky a úryvkem textu. "],"Find out why you should upgrade to %s":["Zjisti, proč bys měl upgradovat na %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Poslední příspěvky blogu na %1$s"],"Need help?":["Potřebujete pomoci?"],"Type here to search...":["Zadejte zde pro vyhledávání..."],"Search the Yoast Knowledge Base for answers to your questions:":["Vyhledejte the Yoast Knowledge Base pro odpovědi na vaše otázky:"],"Remove highlight from the text":["Odstraňte zvýraznění textu"],"Your site language is set to %s. ":["Jazyk vaší stránky je nastaven na %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Začněte ihned s %1$s %2$sprůvodcem nastavení%3$s!"],"First-time SEO configuration":["Úvodní SEO nastavení"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Jazyk stránky je nastaven na %s. Jestliže to není správně, kontaktujte správce webu."],"Your site language is set to {language}.":["Jazyk vaší stránky je nastaven na {language}"],"Highlight this result in the text":["Zvýrazněte tento výsledek v textu."],"Considerations":["Úvahy"],"Errors":["Chyby"],"Change language":["Změnit jazyk"],"You cannot create a %s file.":["Nemůžete vytvořit soubor %s."],"You cannot edit the %s file.":["Nemůžete editovat soubor %s."],"Updated %s":["Aktualizován %s"],"Create %s file":["Vytvořit soubor %s"],"Edit the content of your %s:":["Editujte obsah vašeho %s:"],"Save changes to %s":["Uložte změny do %s"],"%s file":["%s soubor"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":[""],"More information":["Více informací"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":[""],"More information about %1$s":["Více informací o %1$s"],"Configuration Wizard":["Průvodce nastavením"],"You've done it!":["Máme hotovo!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Bezproblémová integrace %2$s s %1$s pro analýzu obsahu!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s a %2$s spolupracují výrazně lépe, pokud doinstalujete pomocný plugin. Usnadněte si život - instalujte %3$s.."],"Manage your %s subscription on MyYoast":["Spravujte své odběry na My Yoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Titulky v & meta nastaveních pro %1$s jsou složeny z proměnných, které při načtení stránky zobrazí specifické hodnoty. Níže uvedená tabulka obsahuje seznam proměnných, které můžete využít."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Označte to nejdůležitější %1$s jako 'klíčový obsah' a vylepšete tak srukturu vašeho webu. %2$s Více o klíčovém obsahu najdete tady%3$s."],"Loading help center.":["Načítání centra nápovědy."],"Get support":["Získej podporu"],"View in KB":["Prohlédnout v KB"],"Go back":["Jít zpět"],"Go back to the search results":["Zpět k výsledkům hledání"],"(Opens in a new browser tab)":["(Otevření v nové záložce)"],"Posts %1$swithout%2$s a focus keyphrase":["Příspěvky %1$sbez%2$s hlavního klíčového slova"],"Hey, your SEO is doing pretty well! Check out the stats:":["Vypadá to, že práce na SEO vašeho webu jde skvěle! Podívejte se na statistiky: "],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Zatím jste nepublikovali žádný příspěvek. Než tak učiníte, bude se vaše SEO hodnocení zobrazovat zde. "],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Na této stránce můžete změnit název vašeho webu a zvolit,\njaký bude použit oddělovač. Oddělovač je zobrazován mezi názvem\nwebu a názvem příspěvku nebo stránky. Symboly jsou použity ve stejné\nvelikosti, v jaké je zobrazují výsledky vyhledávání. Vyberte si takový,\nkterý nejlépe odpovídá vaší značce, nebo zabere nejméně místa \nv úryvcích (snippetech)."],"Something else":["Něco jiného"],"A portfolio":["Portfolio"],"A corporation":["Korporace"],"A small offline business":["Malý offline obchod"],"A news channel":["Zpravodajský kanál"],"An online shop":["Online obchod"],"A blog":["Blog"],"What does the site %1$s represent?":["Čeho se stránka %1$s týká?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Pokud zvolíte NE, archivy autorů budou deaktivovány, aby se zabránilo duplicitním problémům s obsahem."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Poznámka: Vaše údaje nebudeme žádným způsobem ukládat a nebudeme mít plný přístup k vašemu účtu.\nVaše soukromí je u nás v bezpečí."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s je integrován s Google Search Console, jeden z nejdůležitějších nástrojů pro správce webu.\n Poskytuje informace o stavu a provozu webové stránky. \n Nemáte ještě účet Google nebo není ještě vaše stránka aktivovaná?\n Zjistěte více na %2$sjak propojit web do Google Search Console.%3$s"],"Option B: My site is under construction and should not be indexed":["Možnost B: Moje stránky jsou ve výstavbě a neměly by být indexovány"],"Option A: My site is live and ready to be indexed":["Možnost A: Moje stránky jsou živé a připraveny k indexování"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Vyberte ve výstavbě, pokud chcete aby se web neindexoval ve vyhledávačích. Nezapomeňte na aktivaci, jakmile budete připraveni publikovat své stránky."],"Please specify if your site is under construction or already active.":["Uveďte prosím, zda jsou vaše stránky ve výstavbě, nebo jsou již aktivní."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Tyto informace budou použity ve znalostní grafické kartě společnosti Google, které je zobrazeno na pravé straně výsledků vyhledávání."],"Read more like this on our SEO blog":["Přečtětě si další informace na našem SEO blogu"],"Readability: %s":["Čitelnost: %s"],"Not activated":["Neaktivován"],"Activated":["Aktivován"],"%1$s recommendations for you":["Máme pro vás %1s doporučení."],"All Readability Scores":["Všechna skóre čitelnosti"],"Filter by Readability Score":["Filtrovat podle skóre čitelnosti"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Nedostáváte aktualizace ani podporu! Napravte to přidáním této stránky a zapnutím %1$s na %2$s."],"Request method %1$s is not valid.":["Požadovaná metoda %1$s není platná."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Chcete se podívat, jak bude vypadat nasdílený příspěvek na %1$s? Můžete po aktivaci %2$s."],"Good job! All the links in your texts have been counted.":["Dobrá práce! Všechny odkazy ve vašem textu byly započítány."],"Calculation completed.":["Výpočet dokončen."],"Calculation in progress...":["Probíhá výpočet..."],"Stop counting":["Zastavit počítání"],"Counting links in your texts":["Počítám odkazy v textech"],"Text %1$s of %2$s processed.":["Zpracování textu %1$s z %2$s"],"All your texts are already counted, there is no need to count them again.":["Všechny texty již byly spočítány, není potřeba je počítat znovu."],"Count links in your texts":["Počet odkazů v textech"],"Text link counter":["Počítadlo textových odkazů"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Počet vnitřních odkazů odkazujících na tento příspěvek. Více informací naleznete v textu nápovědy \"Yoast Columns\" na záložce nápovědy."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Počet interních odkazu v tomto příspěvku. Přečtěte si text \"Yoast Columns\" na kartě help pro další informace."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":[""],"%s Columns":["%s Sloupce"],"Readability score":["Skóre čitelnosti"],"Other benefits of %s for you:":["Další výhody %s :"],"Scroll to see the preview content.":["Posuňte stránky, aby jste si prohlédli předběžný obsah."],"Cornerstone content":["Klíčový obsah"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s se teď ujme všeho, co je potřeba k technické optimalizaci Vaší stránky. Abychom opravdu zvýšili pozici stránky ve výsledcích vyhledávání, je důležité začít vytvářet obsah, který odpovídá pro Vás důležitým klíčovým slovům. Podívejte se na video, ve kterém Vám přiblížíme, jak používat %1$s metaboxy, když upravujete příspěvky nebo stránky."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":[""],"Attract more customers near you":["Přilákejte více zákazníků z vašeho okolí"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":[""],"Get the most out of %1$s with the %2$s":[""],"Upgrade to Premium":["Přejít na Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":[""],"You might like":["Může se Vám líbit"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Zjistili jsme, že jste zatím nedokončili tohoto průvodce, doporučujeme %2$ss ním začít pro nakonfigurování %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Tento konfigurační průvodce ti pomůže nastavit si jednoduše optimální nastavení SEO pro tvůj web."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Přejděte na verzi Premium a naši odborníci tu potom budou pro vás. Zodpoví každou vaši otázku o nastavení a použití pluginu."],"Superfast internal linking suggestions":["Návrhy superrychlých interních odkazů"],"Great news: you can, with %1$s!":["Skvělá zpráva: můžete, s %1$s!"],"Save changes":["Uložit změny"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":[""],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sNáhled sociálních médií%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["Už žádné dead linky: easy redirect manažer"],"No ads!":["Bez reklam!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Náhled na sociálních mediích"],"Easy redirect manager":["Jednoduchý manažer přesměrování"],"No more dead links":["Žádné další nefunkční odkazy"],"Increase your SEO reach":["Zvyšte váš dosah SEO."],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":[""],"Variable":["Proměnná"],"Available variables":["Dostupné proměnné"],"Scroll to see the table content.":["Posuňte stránku, abyste viděli obsah tabulky."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Pokud potřebujete pomoc, podívejte se na náš článek o tom, %1$s jak propojit váš web na Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Došlo k chybě pravděpodobně v '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":[""],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":[""],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s.","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Meta popis obsahuje %1$d větu %2$s s více než %3$s slovy%4$s. Zkuste tuto větu zkrátit.","Meta popis obsahuje %1$d věty %2$s s více než %3$s slovy%4$s. Zkuste tyto věty zkrátit.","Meta popis obsahuje %1$d vět %2$s s více než %3$s slovy%4$s. Zkuste tyto věty zkrátit."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Meta popis neobsahuje žádné věty %1$ss více než %2$s slovy%3$s."],"Step %1$d: %2$s":["Krok %1$d: %2$s"],"No new notifications.":["Žádné upozornění"],"Save all":["Uložit vše"],"Save":["Uložit"],"%1$s, Author at %2$s":["%1$s, Autor na %2$s"],"Mobile preview":["Mobilní zobrazení"],"Desktop preview":["PC zobrazení"],"Select redirect":["Vyber přesměrování"],"Please provide an SEO title by editing the snippet below.":["Vložte prosím SEO nadpis upravením náhledu níže."],"Meta description preview:":["Náhled meta popisu:"],"Slug preview:":["Náhled URL:"],"SEO title preview:":["Náhled titulku SEO"],"Close snippet editor":["Zavřít editor náhledu"],"Slug":["Slug"],"Remove marks in the text":["Odstranit značky z textu"],"Mark this result in the text":["Označ výsledek v textu"],"Marks are disabled in current view":["V aktuálním zobrazení jsou makra zakázána"],"Good SEO score":["Výborné SEO skóre"],"OK SEO score":["Správné SEO skóre"],"Feedback":["Zpětná vazba"],"ok":["ok"],"Choose an image":["Vybrat obrázek"],"Remove the image":["Odstranit obrázek"],"MailChimp signup failed:":["Mailchimp registrace selhala"],"Sign Up!":["Přihlásit se!"],"Name":["Jméno"],"There is an error with the request.":["Chyba v požadavku"],"Select profile":["Vybrat profil"],"Choose a profile":["Změnit profil"],"Authorization code":["Ověřovací kód"],"Reauthenticate with Google":["znovu ověřit proti Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Pro povolení přístupu %s k informacím vyhledávací konzole Google prosím zadejte svůj ověřovací kód Google. Po kliknutí na tlačítko níže se otevře nové okno."],"Please provide a meta description by editing the snippet below.":["Vložte prosím meta popis upravením náhledu níže. "],"Edit snippet":["Upravit náhled"],"You can click on each element in the preview to jump to the Snippet Editor.":["Kliknutím na jakýkoliv prvek náhledu se zobrazí editor."],"SEO title preview":["Náhled SEO titulku"],"Meta description preview":["Náhled meta popisku"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Při ukládání tohoto kroku se objevil problém. {link}}Ohlašte prosím tuto chybu{{/link}} a napište nám, na jakém kroku se nacházíte a jaké změny jste chtěli učinit (pokud nějaké)."],"Close the Wizard":["Zavřít průvodce"],"Export settings":["Nastavení exportu"],"%1$s video tutorial":["%1$s video návod"],"%s › Configuration Wizard":["%s › Průvodce nastavením"],"Please don't show me this notification anymore":["%1$sProsím, už mi tohle upozornění neukazujte%2$s"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Pokud s tímto máte nějaké potíže, %1$sprosíme, vyplňte tuto zprávu%2$s a my se vynasnažíme, abychom Vám pomohli."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Všimli jsme si, že už užíváte %1$s nějaký čas. Doufáme, že jste si ho zamilovali! Byli bychom Vám vděční, kdybyste nás %2$sohodnotili 5 hvězdičkami na WordPress.org%3$s!"],"Date archives settings":["Nastavení datumu archivů"],"Author archives settings":["Nastavení autora archivů"],"%1$s by %2$s":["%1$s od %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Proměná %s nemůže být použita v této šabloně. Podívejte se do help centra pro více informací."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Mimochodem, věděli jste, že máme také %1$sPrémiový plugin%2$s? Nabízí pokročilé funkce jako správce přesměrování a podporu pro analýzu vícero klíčových slov. Součástí je také podpora 24/7."],"(no title)":["(bez titulku)"],"%s installation wizard":["%s průvodce instalací"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["admin lišta %1$s obsahuje užitečné odkazy na nástroje třetích stran pro analýzu stránek a zvýrazňuje nové notifikace."],"Admin bar menu":["administrátorská lišta"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["funkce"],"SEO title":["SEO nadpis"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["I když se snažíme udělat nastavení %1$s co nejjednodušší, chápeme, že může být někdy příliš komplexní. Pokud byste raději nechali nastavení %1$s na odbornících (a u toho získali %2$s), objednejte si naší %3$s%1$s konfiguraci služby%4$s zde!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Vítejte v průvodci instalace Yoast SEO. V několika jednoduchých krocích vám pomůžeme nastavit SEO na míru vašemu webu!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google zobrazuje název vaší stránky ve výsledcích vyhledávání. Změnu můžete provést zde."],"Greater than sign":["Větší než"],"Less than sign":["Menší než"],"Right angle quotation mark":["šipky směřující doprava"],"Left angle quotation mark":["šipky směřující doleva"],"Small tilde":["Malý titulek"],"Vertical bar":["Svislá čára"],"Low asterisk":["Nízká hvězdička"],"Asterisk":["Hvězdička"],"Bullet":["Odrážka"],"Middle dot":["Čtvercová odrážka"],"Em dash":["Pomlčka"],"En dash":["Krátká pomlčka"],"Dash":["pomlčka"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Vyberte si symbol, který bude použit jako oddělovač v titulku. Bude zobrazen například mezi názvem příspěvku a názvem stránky. Symboly jsou zobrazeny ve stejné velikosti jako ve výsledcích vyhledávání."],"The name of the person":["Jméno osoby"],"No":["Ne"],"Yes":["Ano"],"Does, or will, your site have multiple authors?":["Má, nebo bude mít, Váš web více autorů?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automaticky generuje URL pro každou položku v knihovně médiií. Tímto povolíte Google indexovat tyto generované adresy (URL)."],"Success!":["Úspěch!"],"Title settings":["Nastavení titulky"],"Google Search Console":["Google Search Konzola"],"Multiple authors":["Více autorů"],"Site type":["Typ stránky"],"Environment":["Prostředí"],"Yoast option %1$s not found.":["Nastavení Yoast %1$s nebylo nalezeno."],"Google Structured Data Test":["Testování strukturovaných dat Google"],"Posts list":["Seznam příspěvků"],"Posts list navigation":["Navigace v seznamu příspěvků"],"Filter posts list":["Filtrovat seznam příspěvků"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Pozor, odkazy k archivům mohou být stále tvořeny vaší šablonou. V tomto případě je nutné odstranit je jednotlivě."],"%1$s to optimize your site even further":["%1$s a optimalizujte vaše stránky ještě lépe"],"%1$s extensions":["%1$s rozšíření"],"Comes with our 30-day no questions asked money back guarantee":["S třicetidenní zárukou vrácení peněz - bez otázek."],"More information %1$sabout %3$s%2$s":["Více informací %1$s o %3$s%2$s"],"Installed":["Nainstalováno"],"gain access to our 24/7 support team.":["získejte přístup k podpoře 24/7 "],"Premium support":["Prémiová podpora"],"check what your Facebook or Twitter post will look like.":["zkontrolujte, jak budou vypadat vaše příspěvky na Facebook a Twitter."],"Social previews":["Náhled sociálních sítí"],"create and manage redirects from within your WordPress install.":["vytvářejte a spravujte přesměrování z vašeho nainstalovaného WordPressu."],"Redirect manager":["Správce přesměrování"],"%1$s, take your optimization to the next level!":["%1$s, posune vaši optimalizaci o třídu výš!"],"A seamless integration between %1$s and %2$s":["Bezproblémová integrace mezi %1$s a %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Použij %1$s drobečkovou navigaci, místo %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Snadno vkládejte Google Mapy, polohu obchodu, otevírací dobu a další"],"Creates XML News Sitemaps":["Vytvářejte soubory Sitemap pro Zprávy Google"],"Immediately pings Google on the publication of a new post":["Okamžitě upozornit Google na publikaci nového článku"],"Optimize your site for Google News":["Optimalizujte svoje stránky pro Zprávy Google"],"Make videos responsive through enabling fitvids.js":["Aktivujte responsibilitu u videí povolením fitvids.js"],"Enhance the experience of sharing posts with videos":["Vylepšit sdílení článků s videi"],"Show your videos in Google Videos":["Ukažte svá videa ve Videích Google"],"Crawl issues list":["Chyby v archívu"],"Crawl issues list navigation":["Nalezeny chyby v navigaci archívu"],"Edit “%s”":["Upravit “%s”"],"Premium":["Premium"],"Google Trends":["Trendy Google"],"Notifications":["Oznámení"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Odstraní kartu klíčových slov z metaboxu a zakáže všechny související SEO návrhy."],"Disable SEO analysis":["Zakázat SEO analýzu"],"Twitter settings":["Nastavení Twitter"],"Pinterest settings":["Pinterest nastavení"],"Facebook settings":["Facebook nastavení"],"Title separator symbol":["Oddělovač symbolů názvů"],"RSS feed settings":["Nastavení RSS feedu"],"Breadcrumbs settings":["Nastavení drobečkové navigace"],"Make primary":["Udělat primární"],"Enter your Google Authorization Code and press the Authenticate button.":["Zadejte svůj autorizační kód Google a stiskněte tlačítko Ověřit."],"Knowledge base article":["Článek znalostní báze"],"Open the knowledge base article in a new window or read it in the iframe below":["Otevřít článek znalostní báze v novém okně, nebo jej číst v níže uvedeném rámci"],"Search results":["Výsledky vyhledávání"],"%s notification":["%s oznámení","%s oznámení","%s oznámení"],"Disable readability analysis":["Zakázat analýzu srozumitelnosti"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Odstraní kartu čitelnosti z METABOX a zakáže všechny návrhy související s čitelností."],"Readability analysis":["Analýza čitelnosti"],"Needs improvement":["Potřebuje zlepšení"],"Readability":["Čitelnost"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":[""],"Improvements":["Vylepšení "],"Dismiss this item.":["Zamítnout tuto položku."],"Good job! We could detect no serious SEO problems.":["Dobrá práce! Neodhalili jsme žádné vážné SEO problémy."],"We have detected the following issues that affect the SEO of your site.":["Zjistili jsme, že následující problémy, které mají vliv na SEO vašich stránek."],"Problems":["Problémy"],"Analysis":["Analýza"],"Not available":["Není dostupný"],"Filter by SEO Score":["Filtr SEO skóre"],"Meta description not set.":["Meta popis není vložen."],"Video tutorial":["Video návod"],"Email support is a %s feature":["E-mailová podpora je %s vlastnost"],"Knowledge base":["Znalostní báze"],"Open":["Otevřít"],"Loading...":["Načítání…"],"Something went wrong. Please try again later.":["Něco se pokazilo. Prosím zkuste to znovu později."],"No results found.":["Nebyly nalezeny žádné výsledky."],"Dashboard":["Nástěnka"],"You can fix this on the %1$sPermalink settings page%2$s.":["Tento problém lze odstranit na %1$s stránce Nastavení Permalink%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Stránkování komentářů je povoleno, to není zapotřebí v 999 z 1000 případů, doporučujeme jej vypnout."],"Replaced with the primary category of the post/page":["Zaměnit s hlavní kategorií příspěvku/stránky"],"Pinterest confirmation":["Potvrzení Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Pokud jste již potvrdili svou stránku na Pinterest, můžete přeskočit následující krok."],"Format-based archives":["Archivy založené na formátu"],"Webmaster Tools verification":["Ověřovací Nástroje Webmastera"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Sledujte náš %1$s pro WordPress trénink a staňte se certifikovaným %1$s Expertem!"],"Want to be a %s Expert?":["Chcete být %s Expert?"],"Buy %s":["Koupit %s"],"Show information about errors in category %s":["Zobrazit informace o chybách v kategorii 'Server'"],"New %1$s Title":["Nový %1$s Název"],"Existing %1$s Title":["Existující %1$s Název"],"Expected an integer as input.":["Očekávaným vstupem je celé číslo."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Snaha o vybudování klíče mezipaměti mapy stránek, ale kombinace postfix a prefix ponechává příliš málo prostoru, jak toho dosáhnout. Pravděpodobně požadujete stránku, která je mimo očekávané rozmezí. "],"Remove":["Odstranit"],"Keep":["Držet"],"Bold the last page":["Tučně poslední stranu"],"Regular":["Normální"],"Bold":["Tučně"],"Show Blog page":["Zobrazit stranu Blogu"],"Primary %s":["Hlavní %s"],"Primary":["Hlavní"],"Make %1$s primary %2$s":["Vytvoř %1$s hlavní %2$s"],"Term is set to noindex.":["Termín je nastaven bez indexace."],"Author archives":["Autor archivu"],"Show":["Zobrazit"],"Enabled":["Povolit"],"Disabled":["Zakázat"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s zatím nezískalo stav indexovatelnosti Vaší stránky %2$s"],"The separator defined in your theme's %s tag.":["Oddělovač definoval ve tvé šabloně %s štítek."],"No index":["Index chybý"],"Analyze entire site":["Analyzovat celé stránky"],"Fetch the current status":["Načíst aktuální stav "],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s nebylo schopno získat stav indexovatelnosti Vaší stránky %3$s z %4$s"],"Your homepage can be indexed by search engines.":["Vaše domovská stránka může být indexována pomocí vyhledávačů. "],"Indexability check by %1$s":["Indexovatelnost zkontrolována od %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Pokud chcete použít obrázek pro sdílení na %1$s můžete nahrát / vybrat obrázek nebo přidat URL obrázku zde."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Pokud nechcete používat meta popis pro sdílení na %1$s, ale místo toho tam chcete jiný popis, napište ho zde."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Pokud nechcete použít název příspěvku při sdílení na %1$s, tady můžete zadat alternativní název příspěvku:"],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sHomepage nemohou vyhledávače indexovat%2$s. To má velmi negativní dopad na SEO a měli byste tento problém vyřešit co nejdříve."],"Once Weekly":["Jednou týdně"],"SEO score":["SEO skóre"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Pro dané klíčové slovo znovu vyhodnocuji SEO skóre pro veškerý obsah."],"%1$s of %2$s done.":["hotovo %1$s z %2$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Aktualizovali jsme náš algoritmus pro výpočet SEO skóre. %1$sKlikněte zde pro přepočítání SEO skóre%2$s pro veškeré příspěvky a stránky."],"Team Yoast":["Tým Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["První opravdovu plnohodnotné SEO řešení pro WordPress, včetně analýzy obsahu stránky, XML map webu a ještě mnohem více."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivace se nezdařila"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Vypadá to, že rozšíření filtru nebylo nalezeno. Požádejte prosím poskytovatele vašeho webhostingu , aby ho povolil."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Instalace pluginu %1$s je kompletní. Přejděte prosím do %2$sinstrukcí instalace%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Rozšíření Standard PHP Library (SPL) zřejmě není k dispozici. Požádejte správce vašeho serveru o její aktivaci."],"SEO Settings":["SEO nastavení"],"Mobile-Friendly Test":["Test pro mobilní zařízení"],"Google Page Speed Test":["Google test rychlosti stránky (GPST)"],"CSS Validator":["CSS Validátor"],"HTML Validator":["HTML Validátor"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins validátor"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Zkontroluj Záhlaví"],"Check Google Cache":["Zkontrolujte Google Cache"],"Analyze this page":["Analyzuj tuto stránku"],"Keyword Research":["Průzkum klíčových slov"],"%s does not seem to be a valid url. Please correct.":["%s nevypadá na platnou URL. Prosím o opravu."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s Vypadá to, že se jedná o neplatný %2$s ověřovací řetězec. Řetězeč opravte."],"%s Archive":["%s Archiv"],"You searched for %s":["Výsledky vyhledávání %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Souhrn s velkým obrázkem"],"Summary":["Souhrn"],"The post %1$s appeared first on %2$s.":["Článek %1$s se nejdříve objevil na %2$s."],"No numeric value was received.":["Nebyla obdržena žádná numerická hodnota."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Musí jít o existující blog. Blog %s buď neexistuje, nebo byl označen ke smazání."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Základní nastavení blogu musí být numerické id blogu, který chcete použít jako výchozí."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s není platná volba pro přístup k nastavení %2$s. Hodnota byla obnovena do základního nastavení."],"Please select a valid post type for taxonomy \"%s\"":["Vyberte prosím platný typ příspěvku pro taxonomii \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Zvolte prosím platnou taxonomii pro typ příspěvku \"%s\""],"You searched for":["Hledali jste"],"Home":["Domů"],"Archives for":["Archivy pro"],"Error 404: Page not found":["Chyba 404: Stránka nebyla nalezena"],"Good":["Dobré"],"Replaced with a custom taxonomies description":["Nahrazeno popisem s vlastní taxonomií"],"Replaced with a posts custom taxonomies, comma separated.":["Nahradit příspěvky s vlastní taxonomií, oddělené čárkami."],"Replaced with a posts custom field value":["Nahradit příspěvky z pole s vlastní hodnotou"],"Replaced with the slug which caused the 404":["Nahrazuje odkazem, který způsobuje chybu 404"],"Replaced with the posts focus keyphrase":["Nahrazeno hlavním klíčovým slovem příspěvku"],"Attachment caption":["Příloha titulku"],"Replaced with the current page number":["Nahrazeno aktuálním číslem stránky"],"Replaced with the current page total":["Nahrazeno celkovým počtem stran aktuálního záznamu"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Nahrazeno číslem aktuální stránky dle kontextu (např. stránka 2 ze 4)"],"Replaced with the post/page author's 'Biographical Info'":["Nahrazeno 'Biografickými údaji' o autorovi stránky/příspěvku"],"Replaced with the post/page author's 'nicename'":["Nahrazeno uživatelským jménem autora příspěvku/stránky"],"Replaced with the post/page ID":["Nahrazeno ID-čkem příspěvku/stránky"],"Replaced with the post/page modified time":["Nahrazeno časem změny příspěvku/sránky"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["Nahrazeno aktuálně hledanou frází"],"Replaced with the term name":["Nahrazeno názvem termínu"],"Replaced with the term description":["Nahrazeno popisem termínu"],"Replaced with the tag description":["Nahrazeno popisem štítku"],"Replaced with the category description":["Nahrazeno popisem kategorie"],"Replaced with the post categories (comma separated)":["Nahrazeno kategoriemi příspěvků (oddělené čárkami)"],"Replaced with the current tag/tags":["Nahrazeno současným štítkem/ma"],"Replaced with the post/page excerpt (without auto-generation)":["Nahrazeno výňatkem z příspěvku/stránky (bez automatického generovaní)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Nahrazeno výňatkem z příspěvku/stránky (nebo automatické generovaní pokud neexistuje)"],"The site's name":["Název stránek"],"Replaced with the title of the parent page of the current page":["Nahrazeno titulkem nadřazené stránky."],"Replaced with the title of the post/page":["Nahrazeno názvem příspěveku/stránky"],"Replaced with the date of the post/page":["Nahrazeno datem příspěveku/stránky"],"Page %1$d of %2$d":["Strana %1$d z %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Pokoušíte se upravit základní proměnnou WPSEO registrováním nové proměnné stejného názvu. Použijte filtr \"wpseo_replacements\" namísto změny hodnoty proměnné."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":[""],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Náhradní proměnná nemůže začínat na \"%%cf_\" nebo \"%%ct_\", protože tyto prefixy jsou využívány jako základní proměnné WPSEO pro uživatelská pole a vlastní taxonomie. Pokuste se zvolit unikátní název své proměnné."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Náhradní proměnná může obsahovat pouze alfanumerické znaky, podtržítko nebo pomlčku. Zkuste svou proměnnou přejmenovat."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Stránka nenalezena"],"%s Archives":["%s Archivy"],"Search for \"%s\"":["Hledat \"%s\""],"Meta description to use for Author page":["Meta popis pro stránku autora"],"Title to use for Author page":["Titulek pro stránku Autora"],"%1$s settings":["Nastavení %1$s"],"Export your %1$s settings":["Exportujte vaše nastavení pro %1$s"],"Import settings":["Importovat nastavení"],"Import from other SEO plugins":["Importovat z jiných SEO pluginů"],"Import":["Importovat"],"If you had a %s file and it was editable, you could edit it from here.":[""],"If your %s were writable, you could edit it from here.":[""],"You don't have a %s file, create one here:":["Soubor %s neexistuje, vytvořte ho zde:"],"A link to your site, with your site's name and description as anchor text.":["Odkaz na vaše webové stránky s názvem a popisem vašich stránek jako textu odkazu."],"A link to your site, with your site's name as anchor text.":["Odkaz na vaše stránky s názvem webu jako text odkazu."],"A link to the post, with the title as anchor text.":["Odkaz na příspěvek. Nadpis příspěvku je použit jako textu odkazu."],"A link to the archive for the post author, with the authors name as anchor text.":["Odkaz na archiv autora. Jméno autora jako text odkazu."],"You can use the following variables within the content, they will be replaced by the value on the right.":["V obsahu můžete použít následující proměnné. Budou nahrazeny hodnotou na pravé straně."],"Content to put after each post in the feed":["Obsah, vložený za každým příspěvkem ve feedu"],"Content to put before each post in the feed":["Šablona která se vloží před každý obsah zprávy"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Tato funkce bude automaticky přidávat obsah do RSS feedu více specificky. Přidává odkazy na váš blog a vaše příspěvky. Pomáhá to vyhledávačům označit vás web jako původní zdroj obsahu."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Použití této navigační možnosti je vysvětleno %1$s v našem článku o implementaci navigace%2$s."],"How to insert breadcrumbs in your theme":["Jak vložit drobečkovou navigaci do vaší šablony"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Typ příspěvku archivu k zobrazení v navigaci pro taxonomii"],"Taxonomy to show in breadcrumbs for content types":["Zobrazení taxonomie v navigaci pro typy příspěvků"],"Breadcrumb for 404 Page":["Drobečková navigace pro stránku 404"],"Prefix for Search Page breadcrumbs":["Prefix pro výsledky vyhledávání v drobečkové navigaci"],"Prefix for Archive breadcrumbs":["Prefix pro archiv drobečkové navigace"],"Prefix for the breadcrumb path":["Prefix cesty k drobečkové navigaci"],"Anchor text for the Homepage":["Textové odkazy na domovskou stránku"],"Separator between breadcrumbs":["Oddělovač mezi body drobečkové navigace"],"Enable Breadcrumbs":["Povolit drobečkovou navigaci"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Níže je SEO skóre pro vámi publikované příspěvky. Proč nezačít zlepšovat některé z vašich příspěvků?"],"Credits":["Poděkování"],"« Back to Tools page":["« Zpět na Nástroje"],"%1$s comes with some very powerful built-in tools:":["%1$s přichází s některými velmi užitečnými vestavěnými nástroji:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Tento nástroj vám umožňuje rychle měnit důležité soubory pro vaše SEO, jako váš robots.txt a, pokud nějaký máte, váš .htaccess soubor."],"File editor":["Editor souborů"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importujte nastavení z jiných SEO pluginů a exportujte nastavení pro znovupoužití na (jiném) blogu."],"Import and Export":["Import a Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["tento nástroj vám umožňuje rychlou změnu názvů a popisů příspěvků a stránek bez toho, abyste museli otevírat v editoru každou stránku."],"Bulk editor":["Hromadná editace"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Pro %1$s ověření na Pinterest %2$s sem vložte meta tag"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest používá Open Graph metadata stejně jako Facebook, takže pokud chcete stránku optimalizovat pro Pinterest, ujistěte se, že je možnost Open Graph u Facebooku zaškrtnuta."],"The default card type to use":["Použít základní typ karty"],"Add Twitter card meta data":["Přidat Twitter card meta data"],"This image is used if the post/page being shared does not contain any images.":["Tento obrázek se používá v případě, že sdílený příspěvek/stránka neobsahuje žádné obrázky."],"Default settings":["Výchozí nastavení"],"Copy home meta description":["Kopírovat meta popis hlavní stránky"],"Description":["Popis"],"Image URL":["URL obrázku"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Jedná se o název, popis a obrázek použitý v meta tazích Open Graf na titulní stránce vašeho webu."],"Frontpage settings":["Nastavení úvodní stránky"],"Add Open Graph meta data":["Přidat Open Graph meta data"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL "],"Twitter Username":["Uživatelské jméno Twitter "],"Facebook Page URL":["URL Facebook stránky"],"Accounts":["Účty"],"Restore site to defaults":["Obnovení výchozí stránky"],"Site ID":["ID stránky"],"Using this form you can reset a site to the default SEO settings.":["Pomocí tohoto formuláře můžete obnovit stránky na výchozí SEO nastavení."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Soukromé informace (FB admini a podobně), nastavení témat (přepsaný nadpis) a nějaká další nastavení nebudou do ostatních blogů importována."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Vložte %sID stránek%s těch stránek, jejichž nastavení má být použito jako výchozí nastavení pro všechny stránky, kterou jsou přidány do vaší sítě, nebo ponechte prázdné (bude použito výchozí nastavení pluginu)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Vyberte stránky, jejichž nastavení chcete použít jako výchozí nastavení pro všechny stránky v síti. Pokud vyberete 'Žádná', budou použity výchozí hodnoty pluginu."],"New sites in the network inherit their SEO settings from this site":["Nové weby v síti dědí jejich nastavení SEO z tohoto webu"],"Super Admins only":["Pouze Super Administrátoři"],"Site Admins (default)":["Správci webu (výchozí)"],"Who should have access to the %1$s settings":["Kdo by měl mít přístup do nastavení %1$s"],"spam":["spam"],"mature":["vyspělé"],"archived":["archivovaný"],"public":["veřejný"],"%s restored to default SEO settings.":["%s obnoveno na základní SEO nastavení."],"Settings Updated.":["Nastavení aktualizováno"],"404 pages":["Stránky 404"],"Search pages":["Hledat stránky"],"These pages will be %s by default, so they will never show up in search results.":["Tyto stránky nebudou indexovány v %s ani standardně sledovány, takže se nikdy nezobrazí ve výsledcích vyhledávání."],"Special Pages":["Speciální stránky"],"Date-based archives could in some cases also be seen as duplicate content.":["Archivy založené na datech mohou být v některých případech viděny jako duplicitní obsah."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Pokud jde o tento případ, můžete ho buď zakázat (tím budete přesměrováni na domovskou stránku), nebo do ní můžete přidat %s, takže se nezobrazí ve výsledcích vyhledávání."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["pokud provozujete blog jednoho autora, je autorův archiv to samé, jako vaše domovská stránka. Tomu se říká %1$sproblém duplikovaného obsahu%2$s."],"Date archives":["Archivy datumů"],"author archives":["archivy autorů"],"Title":["Název"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Skrýt"],"Date in Snippet Preview":["Datum v náhledu úryvku"],"Take note:":["Vezměte na vědomí:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Můžete určit název a popis úvodní stránky %1$súpravou na úvodní stránce samotné »%2$s"],"Homepage & Front page":["Domovská stránka & Úvodní stránka"],"Title Separator":["Oddělovač v titulku stránky"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s automaticky rozpozná, zda je zapotřebí změnit nadpisy vašich stránek. Pokud si myslíte, že je to špatně a víte co děláte, můžete tady změnit nastavení."],"Force rewrite titles":["Vynutit přepsání nadpisů"],"Taxonomies":["Taxonomie"],"Homepage":["Úvodní stránka"],"%1$s Extensions":["%1$s Rozšíření"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Hladce integrujte WooCommerce s %1$s a získejte další funkce!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Umístěte se výše v Google Maps, bez potu a úsilí!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Jste v Google News? Zvyšte přístupy svého webu z Google News další optimalizací!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimalizujte svá videa pro jejich lepší propagaci ve výsledcích vyhledávání a získejte více kliknutí!"],"The premium version of %1$s with more features & support.":["Prémiová verze %1$s obsahuje více funkcí a uživatelskou podporu."],"Person":["Osoba"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Název stránky"],"Webmaster Tools":["Google Search Console"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Nebylo zádano jméno příspěvku (postname) ve vaší URL adrese. Velmi doporučujeme jeho použití. Zvažte změnu struktury trvalých odkazů na /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Drobečková navigace"],"or":["nebo"],"Save Profile":["Uložit profil"],"There were no profiles found":["Nebyl nalezen žádný profil"],"Profile":["Profil"],"Current profile":["Současný profil"],"Authenticate":["Autentizovat"],"Get Google Authorization Code":["Získat autorizační kód Google"],"Reload crawl issues":["Znovu načíst problémy při prohledávání"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Abyste mohli vytvořit přesměrování a opravit tak tento problém, potřebujete %1$s. Plugin si včetně roční podpory a aktualizací můžete koupit na %2$s."],"Creating redirects is a %s feature":["Vytváření přesměrování je funkce %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Chyby, které se objevili při procházení stránky pomocí Googlebot pro feature phones (chyby nejsou ve verzi pro desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Chyby, které se objevili pouze u Googlebot-Mobile (chyby nejsou ve verzi pro desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Chyby, které se objevili, když stránky prohledával Googlebot."],"Issue categories":["Kategorie problémů"],"Incorrect Google Authorization Code.":["Nesprávný autorizační kód Google."],"The issues have been successfully reloaded!":["Problémy byly úspěšně aktualizovány!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s data byla odstraněna. Pokud chcete data znovu nahrát, musíte se opět autentizovat."],"Crawl errors per page":["Prohledávacích chyb na stránku"],"Search":["Hledat"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Mějte přehled o chybách v indexování: %1$spropojte svůj Wordpress s Google Search Console%2$s."],"Create redirect":["Vytvořit přesměrování"],"Mark as fixed":["Označit za vyřešené"],"Response code":["Kód odpovědi"],"First detected":["Poprvé detekováno"],"Last crawled":["Naposledy prohledáno"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s zjistil, že používáte verzi %2$s, která není kompatibilní s %1$s. Pro používání této funkce prosím aktualizujte %2$s na poslední verzi."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast pluginy spolu některý kód sdílejí, aby váš web fungoval rychleji. Je ovšem potřeba, aby byly všechny Yoast pluginy aktualizované. Zjistili jsme, že minimálně jeden z Yoast pluginů není aktualizovaný."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Cílová URL neexistuje, ale váš server nevrací chybu 404 (stránka nenalezena)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Požadavek vypršel, nebo stránky blokují Google."],"Server Error":["Chyba serveru"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot může přistoupit na vaši stránku, ale některé URL adresy jsou pro Googlebot blokovány v souboru %1$s. Tento blok může být nastaven pro všechny Googleboty, nebo speciálně pro Googlebot-mobile."],"Blocked":["Blokováno"],"Google was unable to crawl this URL due to an undetermined issue.":["Google nebyl schopný prohledat tuto URL kvůli nespecifikovanému problému."],"URL points to a non-existent page.":["URL směřuje na neexistující stránku."],"Not found":["Nenalezeno"],"Not followed":["Nesledováno"],"Faulty redirects":["Neúspěšná přesměrování"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server vyžaduje autentifikaci, nebo na této stránce blokuje Googlebot."],"Access denied":["Přístup zamítnut"],"Deactivate %s":["Deaktivovat %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Při současném používání pluginu %1$s a %2$s může docházet k problémům."],"Upload Image":["Nahrát obrázek"],"Remove these ads?":["Odstranit reklamy?"],"%s Posts Overview":["%s přehled příspěvků"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":[""],"Breadcrumbs title":["Název Drobečkové navigace"],"The canonical link is shown on the archive page for this term.":["Kanonický odkaz se zobrazí na stránce archivu pro tento výraz."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Ostatní"],"Archives":["Archivy"],"Email":["E-mail"],"Previous":["Předchozí"],"Next":["Další"],"Close":["Zavřít"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":["Nastavit %1$s OpenGraph nastavení"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Jak %1$s, tak %2$s mohou vytvářejí OpenGraph výstup, který může způsobit to, že Facebook, Twitter, LinkedIn a další sociální sítě použijí nesprávný text a obrázky ve chvíli, kdy budou vaše stránky sdíleny."],"%s Image":["%s Obrázek"],"%s Description":["%s Popis"],"%s Title":["%s Název"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Doporučená velikost obrázku pro %1$s je %2$spx."],"If you want to override the image used on %s for this post, upload / choose an image here.":["V případě, že chcete přepsat obrázek použitý v %s pro tento příspěvek, nahrajte / zvolte obrázek, nebo zde vložte URL obrázku."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Pokud nechcete použít meta popis pro sdílení příspěvku %s, ale chcete použít vlastní, napište je zde."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Pokud nechcete použít nadpis příspěvku při jeho publikování na %s, ale místo toho chcete použít jiný nadpis, napište ho sem."],"very difficult":["velmi obtížné"],"Try to make shorter sentences, using less difficult words to improve readability":["Pro lepší čitelnost pište kratší věty a používejte jednodušší slova."],"difficult":["obtížné"],"Try to make shorter sentences to improve readability":["Pro lepší čitelnost pište kratší věty."],"fairly difficult":["poměrně obtížné"],"OK":["OK"],"fairly easy":["poměrně snadné"],"easy":["snadné"],"very easy":["velmi snadné"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Všechny SEO skóre"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Doporučený obrázek by měl mít minimálně 200x200 pixelů, aby byl přijat Facebookem a dalšími sociálními sítěmi"],"(no parent)":["(bez nadřazeného)"],"Post is set to noindex.":["Příspěvek je nastaven na \"neindexovat\"."],"The URL that this page should redirect to.":["URL na kterou se má tato stránka přesměrovat"],"301 Redirect":["301 Přesměrování"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["Kanonická URL"],"Title to use for this page in breadcrumb paths":["Název který bude použit na této stránce v adrese Drobečkové navigáce"],"Breadcrumbs Title":["Název drobečkové navigace"],"No Snippet":["Žádný úryvek (snippet)"],"No Archive":["Nearchivovat"],"No Image Index":["Žádný Index obrázek"],"None":["Žádný"],"Site-wide default: %s":["Základní nastavení pro celý web: %s"],"Advanced meta robots settings for this page.":["Rozšířené nastavení Meta robotů pro tuto stránku."],"Meta robots advanced":[""],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Varování: přestože zde můžete změnit nastavit tagu meta robots, celý váš web je nastaven na noindex v 'nastavení zobrazování webu', takže toto nastavení nebude mít fakticky žádný efekt."],"Meta description":["Meta popis"],"SEO Title":["SEO Titulek"],"Focus keyword":["Klíčové slovo zaměření "],"Snippet preview":["Zobrazit úryvek"],"Settings successfully imported.":["Nastavení úspěšně importováno."],"Settings could not be imported:":["Nastavení nelze importovat:"],"Breadcrumb for 404 pages:":["Navigace pro stránky 404:"],"Prefix for search result pages:":["Prefix pro stránku s výsledky vyhledávání:"],"Prefix for archive pages:":["Prefix pro archivované stránky:"],"Prefix for breadcrumbs:":["Prefix pro navigaci:"],"Anchor text for the homepage:":["Text odkazu pro domovskou stránku:"],"Breadcrumbs separator:":["Oddělovač v navigaci:"],"%s Breadcrumbs":["%s navigace"],"Use Image":["Použít obrázek"],"Action":["Akce"],"Page URL/Slug":["URL stránky/slugu"],"Publication date":["Datum publikace"],"Post Status":["Stav příspěvku"],"WP Page Title":["Titulek WP stránky"],"View":["Zobrazit"],"View “%s”":["Zobrazit “%s”"],"Preview":["Náhled"],"Preview “%s”":["Náhled “%s”"],"Edit":["Upravit"],"Filter":["Filtr"],"New Yoast Meta Description":["Nový Yoast meta popis"],"Existing Yoast Meta Description":["Aktuální Yoast meta popis"],"Facebook profile URL":["URL adresa profilu na Facebooku"],"Twitter username (without @)":["Uživatelské jméno Twitteru (bez @)"],"FAQ":["Často kladené dotazy"],"Premium Support":["Prémiová podpora"],"Settings":["Nastavení"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Musíte %1$s přejít do vašeho Nastavení zobrazení %2$s a zrušte zaškrtnutí položky \"viditelnost pro vyhledávače\". "],"Huge SEO Issue: You're blocking access to robots.":["Obrovský SEO problém: Blokuje přístup pro roboty."],"Posts":["Příspěvky"],"Edit Files":["Upravit soubory"],"Advanced Variables":["Rozšířené proměnné"],"Basic Variables":["Základní proměnné"],"General":["Obecné"],"Extensions":["Rozšíření"],"Search Console":["Vyhledávací konzole"],"Tools":["Nástroje"],"Advanced":["Pokročilé"],"XML sitemaps":["XML sitemapa"],"Social":["Sociální sítě"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s zjistil, že používáte %3$s ve verzi %2$s. Abyste předešli problémům s kompatibilitou, aktualizujte prosím na poslední verzi."],"Just another WordPress site":["Další WordPress stránka"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Stále máte výchozí popis webu od Wordpressu. Lepší je pravděpodobně i prázdný. %1$sMůžete to napravit v obecném nastavení stránek%2$s."],"You have used HTML in your value which is not allowed.":["Použili jste HTML, což není povoleno."],"You can't edit %s that aren't yours.":["Nemůžete upravovat %s který není váš."],"You can't edit %s.":["Nemůžete upravovat %s."],"Post has an invalid Content Type: %s.":["Příspěvek má neplatný typ obsahu: %s."],"Post doesn't exist.":["Příspěvek neexistuje."],"course\u0004Free:":["Zdarma:"],"posts\u0004Trash (%s)":["Odstranit (%s)","Odstranit (%s)","Odstranit (%s)"],"posts\u0004All (%s)":["Celkem (%s)","Celkem (%s)","Celkem (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/da_DK.json b/Resources/Private/Languages/da_DK.json index 109d9cb..61e1e1f 100644 --- a/Resources/Private/Languages/da_DK.json +++ b/Resources/Private/Languages/da_DK.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"da_DK"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":["SEO score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":["Wikipedia URL"],"Pinterest profile URL":["Pinterest profil-URL"],"Instagram profile URL":[""],"LinkedIn profile URL":["LinkedIn profil-URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Søgeords-research er essentiel i enhver SEO-strategi. Du bestemmer søgetermerne, du vil findes på, og du skal forsøge at regne ud, hvilke ord dine modtagere bruger for at finde dig. God søgeords-research viser hvilket indhold, du gerne vil forbedre placeringen for. Brug dine kræfter på at optimere de nøgleord, der reelt giver dig en chance at forbedre din placering. %1$s fører dig gennem processen trin for trin."],"SEO for Beginners training":["SEO for Begyndere undervisning"],"%s for WordPress training":["%s til WordPress-træning"],"All-around SEO training":["Generel SEO-træning"],"The image you selected is too small for Facebook":["Billedet, du har valgt, er for lille til Facebook."],"The given image url cannot be loaded":["Det valgte billedes url kan ikke indlæses"],"Find out what words your audience uses to find you":["Find ud af, hvilke ord dine modtagere bruger til at finde dig"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch læsevenlighed%2$s: Tekstindholdet scorer %3$s i testen, hvilket anses for at være %4$s at læse. %5$s"],"No JSON object was returned.":["Intet JSON objekt blev returneret."],"Received internal links":["Modtagne interne links"],"Outgoing internal links":["Udgående interne links"],"New step added":["Nyt trin tilføjet"],"New question added":["Nyt spørgsmål tilføjet"],"To be able to create a redirect and fix this issue, you need %1$s. ":["For at kunne oprette en viderestilling og udbedre problemet skal du bruge %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Du kan købe plugin'et inklusiv et års support og opdateringer på %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Tekstens linktællerfunktion giver indblik i hvor mange links, der er i din tekst, og hvor mange links, der henviser til din tekst. Dette er en god hjælp, når du forbedrer din %1$sinterne linkning%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["For at denne funktion kan bruges %1$s, kræves der mindst PHP-version %2$s. Vi har registreret brug af PHP-version %3$s på dette websted."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Overvej nøje implikationerne og %1$slæs denne post%2$s hvis du vil have mere information om konsekvenserne af at vise medier i søgeresultater."],"Keyphrase":["Søgefrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["For at denne funktion skal virke, skal %1$s oprette en tabel i din database. Vi kunne ikke oprette denne tabel automatisk."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ved at vælge denne mulighed, bliver vedhæftnings-URL'er synlige både for dine besøgende og for Google. Hvis du skal øge værdien af dit websted, bør disse indeholde brugbar information, ellers kan de få negativ virkning på din placering."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Funktionen %3$sTekstlinktæller%4$s (introduceret i %1$s %2$s) er deaktiveret."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Læs venligst følgende %1$sknowledgebase artikel%2$s for at finde løsningen på dit problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["For at sikre at alle links i dine tekster bliver talt, er vi nødt til at analysere alle dine tekster."],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":["Tæl links"],"Free":["Gratis"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Side %s"],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["Få en endnu bedre analyse"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sEnkel titel%3$s: H1'ere bør kun bruges som din hovedtitel. Find alle H1'ere i din tekst som ikke er hovedtitlen og %2$sændr dem til et lavere overskriftsniveau%3$s!"],"Improve sharing on Facebook and Pinterest":["Forbedr deling til Facebook og Pinterest"],"You do not have the required rights to export settings.":["Du har ikke de nødvendige rettigheder til at eksportere indstillinger."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopier alle disse indstillinger til et andet websteds %1$s faneblad og klik \"%1$s\" der."],"These are settings for the %1$s plugin by %2$s":["Der er indstillinger til %1$s plugin af %2$s"],"No settings found.":["Ingen indstillinger fundet."],"Export your %1$s settings here, to copy them on another site.":["Eksporter dine %1$s indstillinger her for at kunne kopiere dem til et andet websted."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import af indstillinger understøttes kun på servere der kører PHP 5.3 eller højere."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importer indstillinger ved at indsætte de indstillinger du eksporterede fra et andet websted og klik på \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet 0 gange. Dette er mindre end det anbefalede minimum på %3$d gange for en tekst af denne længde. %4$sFokuser på din søgefrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %5$d gange. Dette er mindre end det anbefalede minimum på %3$d gange for en tekst af denne længde. %4$sFokuser på din søgefrase%2$s!","%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %5$d gange. Dette er mindre end det anbefalede minimum på %3$d gange for en tekst af denne længde. %4$sFokuser på din søgefrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %3$d gange. Det er fint!","%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %3$d gange. Det er fint!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %5$d gange. Dette er mere end det anbefalede maksimum på %3$d gange for en tekst af denne længde. %4$sOverdriv nu ikke%2$s!","%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %5$d gange. Dette er mere end det anbefalede maksimum på %3$d gange for en tekst af denne længde. %4$sOverdriv nu ikke%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %5$d gange. Dette er meget mere end det anbefalede maksimum på %3$d gange for en tekst af denne længde. %4$sOverdriv nu ikke%2$s!","%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %5$d gange. Dette er meget mere end det anbefalede maksimum på %3$d gange for en tekst af denne længde. %4$sOverdriv nu ikke%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indeksering slettet for objekt %1$s af typen %2$s"],"Indexable saved for object %1$s with type %2$s":["Indeksering gemt for objekt %1$s af typen %2$s"],"Indexable created for object %1$s with type %2$s":["Indeksering oprettet for objekt %1$s af typen %2$s"],"Indexable meta deleted.":["Indeksering meta slettet."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Indekserings meta gemt for indekserings ID %1$s med metanøgle %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Indekseringsmeta oprettet for indekserings ID %1$s med metanøgle %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Der er ikke fundet metadata for indekserings ID %1$s og metanøgle %2$s."],"There is no indexable found for author id %1$s.":["Der er ikke fundet indeksering for forfatter ID %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Der er ikke fundet nogen primær term for indlægs ID %1$s og klassificering %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Der er ikke fundet indeksering for term ID %1$s og klassificering %2$s."],"There is no indexable found for post id %1$s.":["Der er ikke fundet indeksering for indlæg ID %1$s."],"Method %1$s() does not exist in class %2$s":["Metoden %1$s() findes ikke i class %2$s"],"With %s, you can easily create such redirects.":["Med %s kan du nemt oprette denne slags viderestillinger."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["At ændre dine indstillinger for permalinks kan have seriøs indvirkning på synlighed i søgeresultater. Det bør næsten %1$saldrig%2$s gøres på et live websted."],"WARNING:":["ADVARSEL:"],"Learn about why permalinks are important for SEO.":["Lær, hvorfor permalinks er vigtige for SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunktionsord i søgefrase%3$s: din søgefrase \"%4$s\" indeholder kun funktionsord. %2$sLær mere om, hvad der er en god søgefrase.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Vidste du, at %s også analyserer de forskellige ordformer i dine søgefrase, som fx flertalsformer og datidsformer?"],"Clear Image":["Fjern billede"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sSøgefraselængde%3$s:%2$s Angiv en søgefrase for at beregne din SEO score%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sSøgefrase i korttitel%2$s: mere end halvdelen af din søgefrase vises i korttitel. Dette er storartet!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sSøgefrase i korttitel%3$s: (en del af) din søgefrase vises ikke i korttitel. %2$sLav det om%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sSøgefrase i korttitel%2$s: Godt arbejde!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sSøgefrase i titel%3$s: ikke alle ord fra din søgefrase \"%4$s\" vises i SEO titlen. %2$sPrøv at bruge den samme ordlyd af din søgefrase i SEO-titel%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sSøgefrase i titel%3$s: indeholder ikke en eksakt match. %2$sPrøv at skrive den nøjagtige match af din søgefrase i SEO-titel%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sSøgefrase i titel%3$s: den nøjagtige match af søgefrasen vises i SEO-titel, men ikke i begyndelsen. %2$sPrøv at flytte den til begyndelsen%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sSøgefrase i titel%2$s: den nøjagtige match af søgefrase vises i begyndelsen af SEO-titlen. Flot arbejde!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sSøgefrasefordeling%2$s: Flot arbejde!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sSøgefrasefordeling%3$s: Ujævn. Nogle dele af din tekst indeholder ikke søgefrase eller synonymer. %2$sDistribuer dem mere jævnt%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sSøgefrasefordeling%3$s: Meget ujævn. Store dele af din tekst indeholder ikke søgefrase eller synonymer. %2$sFordel dem mere jævnt%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sSøgefrasefordeling%3$s:%2$sInkluder din søgefrase eller dens synonymer i teksten, så vi kan kontrollere søgefrasefordeling%3$s."],"Help on choosing the perfect focus keyphrase":["Hjælp til at finde den perfekte søgefrase"],"Would you like to add a related keyphrase?":["Ønsker du at tilføje en relateret søgefrase?"],"Go %s!":["Start %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["At skjule datoarkiver i søgeresultater betyder ganske enkelt at disse vil får en %1$s robots meta. %2$sMere info om indstillinger for søgeresultater%3$s."],"Rank better with synonyms & related keyphrases":["Opnå bedre placering med synonymer og relaterede søgefraser"],"optimize a single post for synonyms and related keyphrases.":["optimer et enkelt indlæg for synonymer og relaterede søgefraser."],"Synonyms & related keyphrases":["Synonymer og relaterede søgefraser"],"Add related keyphrase":["Tilføj relateret søgefrase"],"Dismiss %s upgrade notice":["Afvis %s opgraderingsbesked"],"Upgrade to %s":["Opgrader til %s"],"%1$s video":["%1$s video"],"Get %s":["Få %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sTidligere brugt søgefrase%6$s: Du har brugt denne søgefrase %1$s%2$d gange før%3$s.\n%5$sBrug ikke dine søgefraser mere end én gang%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sTidligere brugt søgefrase%5$s: Du har brugt denne søgefrase %1$s en gang før%2$s.\n%4$sBrug ikke dine søgefraser mere end én gang%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sTidligere brugt søgefrase%2$s: Du har ikke brugt denne søgefrase før, det er fint."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sStopord i korttitel%3$s: Korttitlen for denne side indeholder et stopord. %2$sFjern det%3$s!","%1$sStopord i korttitel%3$s: Korttitlen for denne side indeholder stopord. %2$sFjern dem%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sKorttitel er for lang%3$s: korttitlen for denne side er lidt for lang. %2$sForkort den%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAlt-attributter på billeder%3$s: Der er ingen billeder på denne side. %2$sTilføj nogle%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink med nøglefrase%3$s: Du linker til en anden side med netop de ord du ønske at denne side skal SEO-score på. %2$sDet må du ikke gøre%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dette er langt under det anbefalede minimum på %5$d ord. %3$sTilføj mere indhold%4$s.","Dette er langt under det anbefalede minimum på %5$d ord. %3$sTilføj mere indhold%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dette er under det anbefalede minimum på %5$d ord. %3$sTilføj mere indhold%4$s.","Dette er under det anbefalede minimum på %5$d ord. %3$sTilføj mere indhold%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sTekstlængde%4$s: Teksten indeholder %1$d ord.","%2$sTekstlængde%4$s: Teksten indeholder %1$d ord."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sTekstlængde%3$s: Teksten indeholder %1$d ord. Det er fint!","%2$sTekstlængde%3$s: Teksten indeholder %1$d ord. Det er fint!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO-titelbredde%3$s: %2$sOpret venligst en SEO-titel%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO-titelbredde%3$s: SEO-titlen fylder mere end der kan vises. %2$sPrøv at forkorte den%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO-titelbredde%2$s: Fint!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO-titelbredde%3$s: SEO-titlen er for bred. %2$sBrug pladsen til at tilføje søgeordsvariationer eller opret overbevisende call-to-action-tekst%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sUdgående links%2$s: Der er både links med nofollow og normale udgående links på denne side. Det er fint!"],"%1$sOutbound links%2$s: Good job!":["%1$sUdgående link%2$s: Fint!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sUdgående links%3$s: Alle udgående links på denne side har nofollow. %2$sTilføj nogle links uden nofollow%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sUdgående links%3$s: Der ser ikke ud til at være udgående links på denne side. %2$sTilføj nogle%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta-beskrivelsens længde%2$s: Fint!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta-beskrivelsens længde%3$s: Meta-beskrivelsen er over %4$d tegn. For at sikre, at hele beskrivelsen kan ses, %2$sbør du forkorte den%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta-beskrivelsens længde%3$s: Meta-beskrivelsens længde er for kort (under %4$d tegn). Du kan bruge op til %5$d tegn. %2$sBrug pladsen%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta-beskrivelsens længde%3$s: Der er ikke indtastet nogen meta-beskrivelse. Søgemaskinerne viser tekst fra selve siden i stedet for. %2$sSørg for at skrive en%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sSøgeordsfrase i meta-beskrivelse%2$s: Meta-beskrivelsen er indtastet, men indeholder ikke søgeordsfrasen. %3$sLøs det%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sSøgeordsfrase i meta-beskrivelsen%2$s: Meta-beskrivelsen indeholder søgeordsfrasen %3$s gange, hvilket er mere end det anbefalede maksimum på 2 gange. %4$sBegræns brugen%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sSøgeordsfrasen i meta-beskrivelsen%2$s: Søgeordsfrase eller synonym forekommer i meta-beskrivelsen! Fint!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sSøgeordsfrasens længde%5$s: Søgeordsfrasen indeholder %1$d ord. Det er over det anbefalede maksimum på %2$d ord. %4$sForkort den%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sSøgeordsfrasens længde%5$s: Søgeordsfrasen indeholder %1$d ord. Det er mere end det anbefalede maksimum på %2$d ord. %4$sForkort den%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sSøgeordsfrasens længde%2$s: Fint!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sSøgeordsfrasens længde%3$s: Der er ikke indtastet nogen fokus-søgeordsfrase. %2$sIndtast en søgeordsfrase for at beregne din SEO-score%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sSøgeordsfrase i indledningen%3$s: Din søgeordsfrase eller dets synonymer forekommer ikke i den første paragraf. %2$sSørg for at emnet står klart fra begyndelsen%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sSøgeordsfrase i indledningen%3$s: Din søgeordsfrase eller dets synonymer forekommer i tekstens første afsnit, men ikke i en enkelt sætning. %2$sLøs det%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sSøgeordsfrase i indledningen%2$s: Fint!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterne links%2$s: Der er interne links både med og uden nofollow på denne side. Fint!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterne links%2$s: Du har nok interne links! Fint!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterne links%3$s: De interne links på denne side har alle nofollow. %2$sTilføj nogle gode interne links%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterne links%3$s: Ingen interne links forekommer på denne side. %2$sSørg for at tilføje nogle%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sOvergangsord%2$s: Fint!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sOvergangsord%2$s: Kun %3$s af sætningerne indeholder overgangsord, hvilket ikke er nok. %4$sBrug flere af dem%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sOvergangsord%2$s: Ingen af dine sætninger indeholder overgangsord. %3$sBrug nogle%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sIkke nok indhold%2$s: %3$sTilføj venligst mere indhold for at muliggøre en god analyse%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sBrug af underoverskrifter%2$s: Du bruger ikke underoverskrifter, men din tekst er heller ikke særlig lang og har formentlig ikke brug for dem."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sBrug af underoverskrifter%2$s: Du bruger ingen underoverskrifter, men din tekst er temmelig lang. %3$sPrøv at tilføje nogle underoverskrifter%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sBrug af underoverskrifter%2$s: %3$d afsnit er længere end %4$d ord og har ingen underoverskrifter. %5$sTilføj underoverskrifter for at forbedre læsbarheden%2$s.","%1$sBrug af underoverskrifter%2$s: %3$d afsnit er længere end %4$d ord og har ingen underoverskrifter. %5$sTilføj underoverskrifter for at forbedre læsbarheden%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sBrug af underoverskrifter%2$s: Fint!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSætningslængde%2$s: %3$s af dine sætninger indeholder mere end %4$s ord, hvilket er over det anbefalede maksimum på %5$s. %6$sPrøv at forkorte sætningerne%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSætningslængde%2$s: Flot!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFortløbende sætninger%2$s: Der er nok variation i dine sætninger. Flot!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFortløbende sætninger%2$s: Teksten indeholder %3$d fortløbende sætninger der begynder med samme ord. %5$sPrøv at variere tingene lidt%2$s!","%1$sFortløbende sætninger%2$s: Teksten indeholder %4$d steder hvor %3$d eller flere fortløbende sætninger begynder med samme ord. %5$sPrøv at variere tingene lidt%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassiv%2$s: %3$s af dine sætninger indeholder passiv hvilket er mere end det anbefalede maksimum på %4$s. %5$sPrøv at bruge de tilsvarende aktive formuleringer%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassiv%2$s: Din brug af aktiv er tilstrækkelig. Flot!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sAfsnitslængde%2$s: %3$d afsnit indeholder mere end det anbefalede maksimum på %4$d words. %5$sForkort dine afsnit%2$s!","%1$sAfsnitslængde%2$s: %3$d af afsnittene indeholder mere end det anbefalede maksimum på %4$d words. %5$sForkort dine afsnit%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sAfsnitslængde%2$s: Ingen afsnit er for lange! Det er fint klaret!"],"Good job!":["Det er fint klaret!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: Teksten scorer %3$s i testen, hvilket anses for at være %4$s at læse. %5$s%6$s%7$s"],"Focus keyphrase":["Fokus-søgeordsfrase"],"%1$s with ID %2$s couldn't be patched":["%1$s med ID %2$s kunne ikke patches."],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Ugyldig POST-forespørgsel. Meta-værdier eksisterer allerede for objektet med ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indekserbart element med ID `%1$s` eksisterer ikke."],"No object with ID %1$s and %2$s could be found":["Vi kunne ikke finde nogen objekter med ID %1$s og %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` er ikke en godkendt undertype af `%2$s`"],"The object type `%1$s` is invalid":["Objekttypen `%1$s` er ugyldig"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Ugyldig type for parameter `%1$s` overført. Forventede `%2$s`, men fik `%3$s`"],"The parameter `%1$s` cannot be empty.":["Parameteren `%1$s` må ikke være tom."],"Check Keyphrase Density":["Check søgefrasetæthed"],"Disable":["Deaktiver"],"Allow Control":["Tillad kontrol"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Dette faneblad tillader dig at deaktivere %s funktioner for alle websteder i netværket. Som standard er de aktiverede, så det enkelte websted administrator kan vælge at aktivere en funktion eller ej. Hvis du deaktiverer en funktion her, vil ingen administrator have adgang til denne funktion."],"%s is a required feature toggle argument.":["%s er et obligatorisk argument til skift af funktion."],"Keyphrase:":["Søgefrase:"],"Remove keyphrase":["Fjern søgefrase"],"This feature has been disabled by the network admin.":["Denne funktion er deaktiveret af netværkets administrator."],"Focus keyphrase not set.":["Fokus søgefrase ikke angivet."],"Multiple keyphrases":["Flere søgefraser"],"Colon":["Kolon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Både %1$s and %2$s håndterer SEO'en for dit websted. Det er skadeligt at have to SEO plugins kørende samtidigt."],"There is a new notification.":["Der er en ny notifikation.","Der er nye notifikationer."],"Learn more about the readability analysis":["Lær mere om læsbarhedsanalyse."],"Describe the duration of the instruction:":["Beskriv instruktionens varighed:"],"Optional. Customize how you want to describe the duration of the instruction":["Valgfrit. Tilpas, hvordan du vil beskrive varigheden af instruktionen"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Dette er en liste af relateret indhold som du kan linke til i dit indlæg. {{a}}Læs vores artikel om sidestruktur{{/a}} for at lære mere om hvordan interne links kan hjælpe med at forbedre dit SEO."],"%s, %s and %s":["%s, %s og %s"],"%s and %s":["%s og %s"],"%d minute":["%d minut","%d minutter"],"%d hour":["%d time","%d timer"],"%d day":["%d dag","%d dage"],"Enter a step title":["Indtast titel for dette trin"],"Optional. This can give you better control over the styling of the steps.":["Valgfrit. Dette kan give dig bedre kontrol over trinenes udseende."],"CSS class(es) to apply to the steps":["CSS klasse(r) at anvende på trinnene"],"minutes":["minutter"],"hours":["timer"],"days":["dage"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Opret en vejledning på en SEO-venlig måde. Du kan kun bruge en How-to blok pr. Indlæg."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Skriv dine ofte stillede spørgsmål på en SEO-venlig måde. Du kan kun bruge en FAQ-blok pr. Indlæg."],"Copy error":["Kopieringsfejl"],"An error occurred loading the %s primary taxonomy picker.":["Der opstod en fejl under indlæsningen af %s primære klassificeringsvælger."],"%1$s Structured Data Blocks":["%1$s Strukturerede datablokke"],"Time needed:":["Tidsforbrug:"],"Move question down":["Flyt spørgsmål ned"],"Move question up":["Flyt spørgsmål op"],"Insert question":["Indsæt spørgsmål"],"Delete question":["Slet spørgsmål"],"Enter the answer to the question":["Skriv svaret til spørgsmålet"],"Enter a question":["Skriv et spørgsmål"],"Add question":["Tilføj spørgsmål"],"Frequently Asked Questions":["Ofte stillede spørgsmål"],"Great news: you can, with %s!":["Gode nyheder: du kan med %s!"],"Select the primary %s":["Vælg den primære %s"],"Check links to this URL":["Tjek links til denne webadresse"],"Keyword research training":["Søgeord undersøgelsestræning"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Kontroller %1$sarkivskabelonen%2$s for følgende indholdstype: %3$s.","Kontroller %1$sarkivskabelonerne%2$s for følgende indholdstyper: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Forsøger du at bruge flere søgeord? Du bør tilføje dem hver for sig nedenfor."],"Mark as cornerstone content":["Markér som hjørnestensindhold"],"Move step down":["Flyt et trin ned"],"Move step up":["Flyt et trin op"],"Insert step":["Indsæt trin"],"Delete step":["Slet trin"],"Add image":["Tilføj billede"],"Enter a step description":["Indtast trinbeskrivelse"],"Enter a description":["Indtast en beskrivelse"],"Unordered list":["Usorteret liste"],"Showing step items as an ordered list.":["Vis trinelementer som en sorteret liste."],"Showing step items as an unordered list":["Vis trinelementer som en usorteret liste"],"Add step":["Tilføj trin"],"Delete total time":["Slet tid i alt"],"Add total time":["Tilføj tid i alt"],"How to":["Hvordan"],"How-to":["Hvordan"],"Snippet Preview":["Snippetpreview"],"Analysis results":["Analyseresultat:"],"Enter a focus keyphrase to calculate the SEO score":["Indtast et fokussøgeord for at beregne SEO-score"],"Learn more about Cornerstone Content.":["Lær mere om hjørnestensindhold."],"Cornerstone content should be the most important and extensive articles on your site.":["Hjørnestensindhold bør være de vigtigste og længste artikler på dit site."],"Restore Site":["Gendan site"],"Network Settings":["Netværksindstillinger"],"You are not allowed to perform this action.":["Du har ikke tilladelse til at gøre dette."],"Error: %s":["Fejl: %s"],"Success: %s":["Succes: %s"],"Site with ID %d not found.":["Site med id'et %d ikke fundet."],"No site has been selected to restore.":["Du har ikke valgt noget site til gendannelse."],"You are not allowed to modify unregistered network settings.":["Du har ikke tilladelse til at ændre uregistrerede netværksindstillinger."],"deleted":["slettet"],"Would you like to add another keyphrase?":["Ønsker du at tilføje endnu et søgeord?"],"image preview":["billedpreview"],"Copied!":["Kopieret!"],"Not supported!":["Ikke understøttet!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Læs {{a}}vores artikel om sitestruktur{{/a}} for at lære mere om hvordan interne links kan bidrage til at forbedre din SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Når du har tilføjet lidt mere tekst, vil vi give dig en liste med tilsvarende indhold her, så du kan tilføje links i dit indlæg."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Overvej at linke til disse {{a}}hjørnestensartikler:{{/a}}"],"Consider linking to these articles:":["Overvej at linke til disse artikler:"],"Copy link":["Kopiér link"],"Copy link to suggested article: %s":["Kopiér link til foreslået artikel: %s"],"The site's tagline":["Websitets taglinje"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Vi har for nylig forbedret funktionaliteten i indstillingerne for søgeudseende. Desværre har vi opdaget, at indstillingerne for bestemte indlægstypearkiver i enkelte sjældne tilfælde ikke er blevet gemt."],"Not all required fields are given. Missing field %1$s":["Ikke alle obligatoriske felter er angivet. Manglende felt %1$s"],"Optimize your site for Google News.":["Optimér dit site til Google News."],"Optimize your shop's SEO and sell more products!":["Optimér din butiks SEO og sælg flere produkter!"],"Be found in Google Video search and enhance your video sharing on social media.":["Bliv fundet i Google Video-søgninger, og udvid din videodelinger på de sociale medier."],"Be found in Google Maps and local results.":["Bliv fundet i Google Maps og lokale resultater."],"Learn practical SEO skills to rank higher in Google.":["Lær praktiske SEO-færdigheder for ar rangere højre på Google."],"Don’t waste time figuring out the best settings yourself.":["Spild ikke tiden med selv at finde ud af de bedste indstillinger."],"Get quick wins to make your site rank higher in search engines.":["Få hurtige gevinster og højere placeringer i søgemaskiner."],"Add synonyms":["Tilføj synonymer"],"Would you like to add keyphrase synonyms?":["Vil du gerne tilføje søgeordssynonymer?"],"Would you like to add more than one keyphrase?":["Vil du gerne tilføje flere end et søgeord?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Du kan redigere SEO-metadataene for denne brugerdefinerede type på %1$sShop-siden%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["You haven't set a Shop page in your WooCommerce settings. Please do this first."],"Current year":["Dette år"],"Page":["Side"],"Breadcrumb settings for %s archive":["Brødkrummeindstillinger for arkivet %s"],"Tagline":["Tagline"],"Modify your meta description by editing it right here":["Redigér din meta-beskrivelse ved at redigere den lige her"],"description (custom taxonomy)":["beskrivelse (brugerdefineret taksonomi)"],"(custom taxonomy)":["(brugerdefineret taksonomi)"],"(custom field)":["(brugerdefineret felt)"],"Term404":["Term404"],"Caption":["Billedtekst"],"Pagenumber":["Sidenummer"],"Pagetotal":["Sidetotal"],"Page number":["Sidenummer"],"User description":["Brugerbeskrivelse"],"ID":["ID"],"Modified":["Ændret"],"Post type (plural)":["Indlægstype (flertal)"],"Post type (singular)":["Indlægstype (ental)"],"Separator":[" Separator"],"Search phrase":["Søgefrase"],"Term title":["Termtitel"],"Term description":["Termbeskrivelse"],"Tag description":["Tagbeskrivelse"],"Category description":["Kategoribeskrivelse"],"Primary category":["Primær kategori"],"Category":["Kategori"],"Tag":["Tag"],"Excerpt only":["Kun uddrag"],"Excerpt":["Uddrag"],"Site title":["Sitetitel"],"Archive title":["Arkivtitel"],"Parent title":["Forældertitel"],"Date":["Dato"],"Label":["Etiket"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Du skal oprette en viderestilling for at sikre, at dine besøgende ikke får en 404-fejl, når de klikker på en URL, der ikke længere fungerer."],"Search engines and other websites can still send traffic to your deleted post.":["Søgemaskiner og andre websteder kan stadig sende trafik til dit slettede indlæg."],"Make sure you don't miss out on traffic!":["Sørg for, at du ikke går glip af trafikken!"],"You just deleted a %1$s.":["Du har lige slettet en %1$s."],"You just trashed a %1$s.":["Du har lige smidt %1$s i papirkurven."],"Settings for %s archive":["Indstillinger for arkivet %s"],"Settings for single %s URLs":["Indstillinger for enkelt %s URLer"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Indstillingerne på denne side giver dig mulighed for at angive, hvordan søgeresultaterne skal vises som standard for enhver type indhold, du har. Du kan vælge, hvilke indholdstyper der vises i søgeresultater, og hvad deres standardbeskrivelse skal være."],"Note that not all variables can be used in every field.":["Bemærk, at ikke alle variabler kan bruges i alle felter."],"Snippet variables":["Snippet-variabler"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respekterer dit privatliv. Læs vores %2$sprivat politik%3$s om hvordan vi behandler dine personlige oplysninger."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Hvis du ved hvad dette betyder, og du ikke længere vil se denne besked, kan du %1$safvise denne meddelelse%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Dine indstillinger tillader i øjeblikket at vedhæftede URL'er eksisterer på dit website. Læs venligst %1$sdette indlæg om et potentielt problem%2$s med vedhæftede URL'er og tjek om du har den korrekte indstilling for dit website."],"Unknown type %1$s":["Ukendt type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inkluderer en gratis MyYoast-konto, som giver dig adgang til vores gratis SEO-kursus for begyndere!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Tilmeld dig vores nyhedsbrev, hvis du vil holde dig ajour med %1$s, andre seje plugins af %2$s og interessante nyheder og tips fra SEO-verdenen."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Få din Baidu-verifikationskode i %1$sBaidu webmasterværktøjer%2$s."],"Baidu verification code":["Baidu-verifikationskode"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["%s' importfunktioner bruger midlertidige databaser. Det ser ud, som om din WordPress-installation ikke giver mulighed for dette. Kontakt venligst din udbyder."],"Cleanup of %s data failed.":["Oprydning af %s's data mislykkedes."],"Content Type":["Indholdstype"],"Filter by content type":["Filtrér på indholdstype"],"Show All Content Types":["Vis alle indholdstyper"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["For at løse det skal du fjerne markeringen ud for \"Opdel kommentarer i sider …\" i %1$sDiskussionsindstillinger%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Erstattet med den normale titel for et arkiv genereret af WordPress"],"Clean":["Ren"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Når du er sikker på, at dit websted er ok, kan du rydde op. Det fjerner alle de oprindelige data."],"Step 5: Clean up":["Trin 5: Ryd op"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Du skal køre konfigurationsguiden, fra SEO & rarr; Generelt & rarr; Kontrolpanel for at sikre, at alle indstillinger for dit websted er korrekte."],"Step 4: Run the configuration wizard":["Trin 4: Kør konfigurationsguiden"],"Please check your posts and pages and see if the metadata was successfully imported.":["Kontrollér dine indlæg og sider og se, om metadataene blev importeret korrekt."],"Step 3: Check your data":["Trin 3: Tjek dine data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Trin 2: Importer"],"Please make a backup of your database before starting this process.":["Lav venligst en backup af din database, før du starter denne proces."],"Step 1: Create a backup":["Trin 1: Opret en backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Vi har fundet data fra en eller flere SEO-plugins på dit websted. Følg nedenstående trin for at importere disse data:"],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Indlæg, der ikke skal vises i søgeresultater"],"%s data found.":["%s-data fundet"],"%s data successfully removed.":["%s-data fjernet uden problemer."],"%s data successfully imported.":["%s-data importeret uden problemer."],"%s data not found.":["%s-data ikke fundet."],"Improve your SEO skills":["Gør dine SEO-færdigheder bedre"],"24/7 email support":["E-mailsupport 24/7"],"No more dead links a.k.a. 404 pages":["Ikke flere døde link, også kaldet 404-sider"],"Get real-time suggestions for internal links":["Få realtidsforslag til interne link"],"Preview your page in Facebook and Twitter":["Forhåndsvis din side på Facebook eller Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Klik på \"%3$s\"-knappen for at bruge meta-beskrivelsen fra indstillingen for %1$sVisning af søgninger%2$s."],"Help on copying the home meta description":["Hjælp til at kopiere meta-beskrivelse for Hjem"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["For at lade søgemaskiner vide, hvilke sociale profiler er knyttet til dette site, skal du indtaste dine sociale profiler nedenfor."],"Learn more about your social profiles settings":["Lær mere om indstillinger af dine sociale profiler"],"Remove the categories prefix":["Fjern kategoripræfikser"],"Help on the category prefix setting":["Hjælp om indstilling af kategoripræfikser"],"Learn more about the available variables":["Lær mere om de tilgængelige variabler"],"Learn more about the RSS feed setting":["Lær mere om indstilling af RSS-feeds"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Når du uploader mediefiler (fx et billede eller en video) i WordPress, gemmer det ikke kun mediefilen, men opretter en URL for vedhæftede filer for den. Disse sider med vedhæftede filer er ofte tomme: de indeholder mediefilen og muligvis en titel, hvis du har indtastet en. Hvis du aldrig bruger disse URL'er, er det derfor bedre at deaktivere dem og viderestille til mediefilen."],"Learn more about the Media and attachment URLs setting":["Læs mere om indstillinger for URL'er for mediefiler og vedhæftede filer"],"Learn more about the title separator setting":["Læs mere om indstillinger for titelseparator"],"Learn more about the knowledge graph setting":["Læs mere om indstillinger for vidensgraf"],"Learn more about the homepage setting":["Lær mere om indstillinger for hjem-siden"],"Learn more about the special pages setting":["Læs mere om indstillinger for specialsider"],"Help on the date archives search results setting":["Hjælp til indstillinger for søgeresultater for datoarkiver"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Viser man ikke forfatterarkiver uden indlæg i søgeresultaterne, betyder det teknisk set, at de har en %1$s robots-meta og vil blive udeladt af XML-sitemaps. %2$sFlere oplysninger om indstillinger for søgesultater%3$s."],"Help on the authors without posts archive search results setting":["Hjælp til indstillinger for søgeresultater for forfatterarkiver uden indlæg"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Viser man ikke forfatterarkiver i søgeresultaterne, betyder det teknisk set, at de har en %1$s robots-meta og vil blive udeladt af XML-sitemaps. %2$sFlere oplysninger om indstillinger for søgesultater%3$s."],"Help on the author archives search results setting":["Hjælp til indstillinger for søgeresultater for forfatterarkiver"],"Archives settings help":["Hjælp til indstillinger for arkiver"],"Learn more about the archives setting":["Læs mere om indstillinger for arkiver"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Hent din Yandex-verifikationskode i %1$sYandex-webmasterværktøjer%2$s."],"Yandex verification code":["Yandex-verifikationskode"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Få din Google-verifikationskode i %1$s-Google Søgekonsol%2$s."],"Google verification code":["Google-verifikationskode"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Få din Bing-verifikationskode i %1$sBing Webmasterværktøjer%2$s."],"Bing verification code":["Bing-verifikationskode"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Du kan bruge boksene nedenfor til at blive verificeret hos de forskellige webmasterværktøjer. Denne funktion vil tilføje en verifikations-meta-tag på hjem-siden. Følg linket til de forskellige webmasterværktøjer og læs instruktionerne for metatag-verifikationsmetoden for at få verifikationskoden. Hvis dit site allerede er verificeret, kan du bare gå videre."],"Learn more about the Webmaster Tools verification":["Læs mere om verifikation og webmasterværktøjer"],"On":["Til"],"Help on: %s":["Hjælp til: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s har en lang række funktioner. Du kan aktivere eller deaktivere nogle af dem nedenfor. Klik på spørgsmålstegnene for at læse mere om funktionerne."],"Off":["Fra"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Den avancerede sektion i %1$s' metaboks lader en bruger fjerne indlæg fra søgeresultaterne eller ændre den kanoniske URL. Det er ikke noget, du ønsker, alle forfattere skal kunne gøre. Derfor er det som standard kun redaktører og administratorer, der kan gøre det. Indstillingen \"%2$s\" lader alle brugere ændre disse indstillinger."],"Security: no advanced settings for authors":["Sikkerhed: ingen avancerede indstillinger for forfattere"],"See who contributed to %1$s.":["Læs, hvem der har bidraget til %1$s."],"Help on this search results setting":["Hjælp til denne indstilling for søgeresultater"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Viser man ikke arkiver for %1$s i søgeresultaterne, betyder det teknisk set, at de har en %2$s robots-meta og vil blive udeladt af XML-sitemaps. %3$sFlere oplysninger om indstillinger for søgesultater%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Viser man ikke %1$s i søgeresultaterne, betyder det teknisk set, at de har en %2$s robots-meta og vil blive udeladt af XML-sitemaps. %3$sFlere oplysninger om indstillinger for søgesultater%4$s."],"Check SEO configuration":["Tjek SEO-konfiguration"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Vil du sikre dig, at dine %1$s-indstillinger stadig er OK? %2$sÅbn konfigurationsguiden igen%3$s for at tjekke dem."],"Default for %2$s, currently: %1$s":["Standard for %2$s, aktuelt: %1$s"],"Show %s in search results?":["Vis %s i søgeresultater?"],"this author's archives":["denne forfatters arkiver"],"Do not allow search engines to show %s in search results.":["Tillad ikke søgemaskiner at vise %s i søgeresultater."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Kategori-URL'er i WordPress indeholder et præfiks, sædvanligvis %s. Denne funktioner fjerne dette præfix, men kun for kategorier."],"Category URLs":["Kategori URL'er"],"the archive for %s":["arkivet for %s"],"Redirect attachment URLs to the attachment itself?":["Viderestil URL'er for vedhæftede filer til de vedhæftede filer selv?"],"We recommend you set this to Yes.":["Vi anbefaler dig at sætte det til ja."],"Media & attachment URLs":["URL for mediefiler og vedhæftede filer"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Dette vises i søgeresultaterne, når man finder din hjemmeside. Det er formentlig, hvad man ser, når man søger efter navnet på dit brand."],"date archives":["datoarkiver"],"archives for authors without posts":["arkiver for forfattere uden indlæg"],"Read why XML Sitemaps are important for your site.":["Læs, hvorfor XML-sitemaps er vigtige for dit site."],"Enable the XML sitemaps that %s generates.":["Aktivér XML-sitemaps, som %s genererer."],"See the XML sitemap.":["Vis XML-sitemap."],"%2$s (current default for %1$s)":["%2$s (aktuel standard for %1$s)"],"Media":["Mediefiler"],"Content Types":["Indholdstyper"],"Should search engines follow links on this %1$s?":["Skal søgemaskiner følge links for denne %1$s?"],"Allow search engines to show this %s in search results?":["Tillad søgemaskiner at vise denne/dette %s i søgeresultaterne?"],"Search Appearance":["Visning af søgeresultater"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Vælg, hvilke indholdstyper du ønsker at få vist i søgemaskiner. Hvis du ikke kender forskellen på disse, er det bedst at vælge standardindstillingen."],"Search engines should show \"%1$s\" in search results:":["Søgemaskiner skal vise \"%1$s\" i søgeresultaterne:"],"Search engine visibility":["Synlighed i søgemaskiner"],"Toggle %1$s's XML Sitemap":["Slå %1$s's XML-sitemap til/fra"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Supportforespørgsler, du opretter her, bliver sendt direkte til vores supportsystem, som er sikret med 256-bit-SLL, så kommunikationen er 100 % sikker."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Hjørnestensindhold-funktionen lader dig vælge og filtrere hjørnestensindhold på dit websted."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Hvis du har et problem, som du ikke kan løse med vore videovejledninger eller vidensbase, kan du sende en besked til vores supportteam. De træffes 24/7."],"Good results":["Gode resultater"],"Get better search results in local search":["Få bedre søgeresultater i lokale søgninger"],"Allow customers to pick up their %s order locally":["Tillad kunder at hente deres %s-ordre lokalt"],"SEO analysis":["SEO-analyse"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO-analyse kommer med forslag til, hvordan du forbedrer din teksts SEO."],"Learn how the SEO analysis can help you rank.":["Lær, hvordan SEO-analyse kan hjælpe dig med dine søgemaskineplaceringer."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Læsbarhedsanalysen kommer med forslag til, hvordan du kan forbedre din teksts struktur og stil."],"Discover why readability is important for SEO.":["Læs, hvorfor læsbarhed er vigtig for SEO."],"Find out how cornerstone content can help you improve your site structure.":["Find ud af, hvordan hjørnestensindhold kan hjælpe dig med at forbedre dit websteds struktur."],"The text link counter helps you improve your site structure.":["Tekstlink-tælleren hjælper dig med at forbedre din sides struktur."],"Find out how the text link counter can enhance your SEO.":["Find ud af, hvordan tekstlink-tælleren kan forbedre din SEO."],"%s integration":["%s-integration"],"Read more about how %s works.":["Læs mere om, hvordan %s virker."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Aktivér denne funktion, hvis du ønsker, at Facebook og andre sociale medier skal vise en preview med billeder og tekstuddrag, når et link til dit websted deles."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Aktivér denne funktion, hvis du ønsker, at Twitter skal vise et preview med billeder og et tekstuddrag, når folk deler et link til dit site."],"Find out why you should upgrade to %s":["Find ud af, hvorfor du bør opgraderer til %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Seneste blogindlæg på %1$s"],"Need help?":["Brug for hjælp?"],"Remove highlight from the text":["Fjern fremhævelser fra teksten"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Kom hurtigt i gang med %1$ss %2$sopsætningsguide%3$s!"],"First-time SEO configuration":["Førstegangs SEO-opsætning"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Sproget på dit site er sat til {language}. Hvis dette ikke er korrekt, så kontakt din siteadministrator."],"Your site language is set to {language}.":["Dit websteds sprog er sat til {language}."],"Highlight this result in the text":["Fremhæv dette resultat i teksten"],"Considerations":["Overvejelser"],"Errors":["Fejl"],"Change language":["Ændr sprog"],"You cannot create a %s file.":["Du kan ikke oprette en %s-fil."],"You cannot edit the %s file.":["Du kan ikke redigere filen %s."],"Updated %s":["Opdateret %s"],"Create %s file":["Opret filen %s"],"Edit the content of your %s:":["Redigér indholdet af din %s:"],"Save changes to %s":["Gem ændringerne i %s"],"%s file":["%s-fil"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s og %2$s kan fungere meget bedre sammen, hvis du installerer en hjælperplugin. Installér venligst %3$s for at gøre dit liv lettere. %4$s."],"More information":["Mere information"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s og %2$s kan fungere meget bedre sammen, hvis du installerer et hjælperplugin. Aktivér venligst %3$s for at gøre dit liv lettere."],"More information about %1$s":["Mere information om %1$s"],"Configuration Wizard":["Opsætningsguide"],"You've done it!":["Du er færdig!"],"Seamlessly integrate %1$s into your AMP pages!":["Integrér %1$s problemfrit på dine AMP-sider!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integrér %2$s problemfrit med %1$s med henblik på indholdsanalyse!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s og %2$s kan fungere meget bedre sammen, hvis du installerer et hjælperplugin. Installér venligst %3$s for at gøre dit liv lettere."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Indstillinger for visning af søgninger for %1$s består af variabler, som er blevet erstattet med specifikke værdier fra siden, når siden bliver vist. Tabellen herunder indeholder en liste med tilgængelige variabler."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Markér vigtigste %1$s som 'hjørnestensindhold' for at forbedre din sides struktur. %2$sLæs mere om hjørnestensindhold%3$s."],"Loading help center.":["Indlæser hjælpecenter."],"Get support":["Få support"],"(Opens in a new browser tab)":["(Åbner i en ny browserfane)"],"Posts %1$swithout%2$s a focus keyphrase":["Indlæg %1$suden%2$s en fokussøgefrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Din SEO klarer sig godt! Se statistikkerne:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Du har ingen udgivne indlæg. Din SEO-score vil fremgå her, når du har udgivet dit første indlæg!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["På denne side kan du ændre navnet på din side og vælge hvilken separator der skal bruges. Separatoren vil f.eks. vises mellem din indlægstitel og dit websteds navn. Symboler vises i den størrelse, som de bliver vist i søgeresultater. Vælg den, der passer bedst til dit brand eller optager mindst plads i dine snippets."],"Something else":["Noget andet"],"A portfolio":["En portfolio"],"A corporation":["En virksomhed"],"A small offline business":["En lille offlinevirksomhed"],"A news channel":["En nyhedskanal"],"An online shop":["En webshop"],"A blog":["En blog"],"What does the site %1$s represent?":["Hvad repræsenterer dit websted %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Hvis du siger nej, vil dine forfatterarkiver blive deaktiveret for at forhindre problemer med duplikeret indhold."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Bemærk: Vi gemmer ikke dine data på nogen måde, og vi har ikke komplet adgang til din konto. Dit privatliv er sikkert hos os."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Mulighed B: Min side er under udvikling og skal ikke indekseres"],"Option A: My site is live and ready to be indexed":["Mulighed A: Min side er online og klar til at blive indekseret"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Angiv, om din side er under udvikling eller allerede aktiv."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Denne information bliver brugt i Googles Knowledge Graph Card, den store\nboks med information, som du ser på højre side af søgeresultaterne."],"Read more like this on our SEO blog":["Læs mere som dette på vores SEO-blog"],"Readability: %s":[""],"Not activated":["Ikke aktiveret"],"Activated":["Aktiveret"],"%1$s recommendations for you":["%1$s anbefalinger til dig"],"All Readability Scores":["Alle læsbarheds-scorer"],"Filter by Readability Score":["Filtrér med læsbarheds-scorer"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Du får ingen opdateringer eller support! Løs problemet ved at tilføje dette site og aktivere %1$s på det i %2$s."],"Request method %1$s is not valid.":["Forespørgselsmetoden %1$s er ikke gyldig."],"Muted notifications:":["Notifikationer, der er slået fra:"],"Muted problems:":["Problemer, der ikke vises:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Ønsker du at se et preview af, hvordan det vil se ud, hvis folk deler dette indlæg på %1$s? Det kan du ‒ med %2$s."],"Good job! All the links in your texts have been counted.":["Fint! Alle links i din tekst er optalt."],"Calculation completed.":["Beregning fuldført."],"Calculation in progress...":["Beregning i gang …"],"Stop counting":["Stop optælling"],"Counting links in your texts":["Tæller links i dine tekster"],"Text %1$s of %2$s processed.":["Tekst %1$s af %2$s behandlet."],"All your texts are already counted, there is no need to count them again.":["Alle dine tekster er optalt, så der er ingen grund til at tælle dem igen."],"Count links in your texts":["Tæl links i dine tekster"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Linkene i alle dine udgivne tekster skal tælles. Det vil give dig indsigt i, hvilke tekster der har brug for flere links. Hvis du vil vide mere om interne links, hvorfor og hvordan, så tjek %1$sartiklen om interne links på %2$s%3$s."],"Text link counter":["Tekstlinktæller"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Antal interne links, der linker til dette indlæg. Se \"Yoast-kolonner\"-teksten i hjælpefanen for flere oplysninger."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Antal udgående links i dette indlæg. Se \"Yoast-kolonner\"-teksten i hjælpefanen for flere oplysninger."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s tilføjer adskiller kolonner til denne side. Vi har skrevet en artikel om, %2$shvordan man bruger SEO-scoren og Læsbarheds-scoren%3$s. Link-kolonnerne viser, hvor mange artikler på dette site der linker %5$stil%6$s denne artikel og antal URL'er, der linker %5$sfra%6$s denne artikel. Læs mere om, %4$shvordan du bruger disse funktioner til at forbedre de interne links%3$s, hvilket kraftigt forbedrer din SEO."],"%s Columns":["%s-kolonner"],"Readability score":["Læsbarheds-score"],"Other benefits of %s for you:":["Andre fordele, %s giver dig:"],"Scroll to see the preview content.":["Scroll for at se preview-indholdet."],"Cornerstone content":["Hjørnestensindhold"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s vil nu sørge for alt, hvad dit websted har brug for af teknisk optimering. For virkelig at forbedre dit websteds placering i søgeresultaterne, er det vigtigt at begynde med at skrive indhold, der får gode placeringer på de søgeord, du finder vigtige. Se denne video, hvor vi forklarer, hvordan man skal bruge %1$ss metaboks, når du redigerer indlæg og sider."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Hvis du vil vinde over konkurrenterne i en bestemt by eller region, så tjek vores %1$s-plugin. Du kan så let som ingenting indsætte Google-maps, åbningstider, kontaktoplysningerne og en butiksfinder. Desuden hjælper %1$s dig med at forbedre din kontaktsides brugervenlighed."],"Attract more customers near you":["Tiltræk flere kunder i nærheden af dig"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Vil du gerne kende alle krogene i %1$s-pluginnet? Ønsker du at lære alt om de avancerede indstillinger? Ønsker du virkelig at få så meget ud af %1$s-pluginnet som muligt? Så tjek vores kurser i %1$s-pluginnet og giv konkurrenterne baghjul!"],"Get the most out of %1$s with the %2$s":["Udnyt %1$s bedst muligt med %2$s"],"Upgrade to Premium":["Opgradér til Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Vil du besejre dine konkurrenter i søgeresultaterne? %1$s giver dig flere supergode funktioner, som hjælper dig med at få styr på din SEO-strategi som en professionel. Brug flere fokussøgeord, viderestillings-manageren og vores værktøj til at linke internt. %1$s vil også give dig adgang til premium-support."],"Outrank the competition with %s":["Besejr konkurrenterne med %s"],"You might like":["Måske vil du synes om"],"Newsletter":["Nyhedsbrev"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Vi har opdaget, at du endnu ikke har færdiggjort opsætningsguiden, så vi anbefaler, at du %2$sstarter opsætningsguiden og sætter %1$s op%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Opsætningsguiden hjælper dig med at opsætte dit websted med de optimale SEO-indstillinger så let som ingenting."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Få Premium, og vore eksperter vil stå parat til at besvare alle de spørgsmål, du måtte have om opsætning og brug af pluginnet."],"Superfast internal linking suggestions":["Lynhurtige forslag til interne links"],"Great news: you can, with %1$s!":["Godt nyt: du kan, med %1$s!"],"Save changes":["Gem ændringer"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Pluginnet %2$s ændrer dit sites outpunkt, men på en måde, som skelner mellem søgemaskiner og normale bruger, en proces, der kaldes tilsløring (cloaking). Vi opfordrer indtrængende til, at du deaktiverer det."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSociale medier forhåndsvisning%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sIkke flere døde links%2$s: Viderestillings-manager, som er nem at bruge"],"No ads!":["Ingen annoncer!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Preview af sociale medier"],"Easy redirect manager":["Viderestillings-manager, der er nem at bruge"],"No more dead links":["Ikke flere døde links"],"Increase your SEO reach":["Forøg din SEO-effekt"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Hvis du ønsker mere hjælp til at skabe fantastisk indhold, så tjek vores %2$sSEO-tekstforfatningskursus%3$s. Ønsker du at vide alt om pluginnets funktioner, så overvej vores %1$s!"],"Variable":["Variabel"],"Available variables":["Tilgængelige variabler"],"Scroll to see the table content.":["Scroll for at se tabelindholdet."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Konsultér venligst %1$svores artikel om, hvordan du forbinder dit websted med Google Search Console%2$s, hvis du har brug for hjælp."],"An error occurred in the '%1$s' assessment":["Der opstod en fejl i '%1$s'-beregningen."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s af ordene har %2$sover %3$s stavelser%4$s, hvilket er mere end det anbefalede maksimum på %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s af ordene har %2$sover %3$s stavelser%4$s, hvilket er mindre end eller lig med det anbefalede maksimum på %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Dette er lidt under det anbefalede minimum på %5$d ord. %3$sTilføj lidt mere tekst%4$s.","Dette er lidt under det anbefalede minimum på %5$d ord. %3$sTilføj lidt mere tekst%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Metabeskrivelsen indeholder %1$d sætning med %2$sover %3$s ord%4$s. Prøv at forkorte denne sætning.","Metabeskrivelsen indeholder %1$d sætning med %2$sover %3$s ord%4$s. Prøv at forkorte disse sætninger."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Metabeskrivelsen indeholder ingen sætninger med %1$sover %2$s ord%3$s."],"No new notifications.":["Ingen nye notifikationer."],"Save all":["Gem alle"],"Save":["Gem"],"%1$s, Author at %2$s":["%1$s, skribent på %2$s"],"Mobile preview":["Mobil-preview"],"Desktop preview":["Desktop-preview"],"Select redirect":["Vælg viderestilling"],"Please provide an SEO title by editing the snippet below.":["Tilføj venligst en SEO-titel ved at redigere uddraget i snippeteditoren nedenfor."],"Meta description preview:":["Preview af metabeskrivelse:"],"Slug preview:":["Preview af korttitel:"],"SEO title preview:":["Preview af SEO-titel:"],"Close snippet editor":["Luk snippeteditor"],"Slug":["Korttitel"],"Remove marks in the text":["Fjern markeringer i teksten"],"Mark this result in the text":["Markér dette resultat i teksten"],"Marks are disabled in current view":["Markeringer er deaktiveret i den aktuelle visning"],"Good SEO score":["God SEO-score"],"OK SEO score":["OK SEO-score"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Vælg et billede"],"Remove the image":["Fjern billedet"],"MailChimp signup failed:":["MailChimp-tilmelding mislykkedes:"],"Sign Up!":["Tilmeld!"],"Name":["Navn"],"There is an error with the request.":["Der er en fejl ved forespørgslen."],"Select profile":["Vælg profil"],"Choose a profile":["Vælg en profil"],"Authorization code":["Autorisationskode"],"Reauthenticate with Google":["Reauthentificér hos Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["For at give %s lov til at hente information hos Google Search Console bedes du indtaste din Google-autorisationskode. Klikker du på knappen nedenfor, åbnes en nyt vindue."],"Please provide a meta description by editing the snippet below.":["Tilføj venligst en meta-beskrivelse ved at redigere uddraget i snippeteditoren nedenfor."],"Edit snippet":["Redigér snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Du kan klikke på hvert enkelt element i previewet for at komme til Snippeteditoren."],"Close the Wizard":["Luk guiden"],"Export settings":["Eksporter indstillinger"],"%1$s video tutorial":["%1$s-videovejledning"],"%s › Configuration Wizard":["%s › Konfigurationsguide"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Oplever du problemer, %1$sså opret en supportsag%2$s, og vi vil gøre, hvad vi kan, for at hjælpe dig."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Vi har bemærket, at du har brugt %1$s i nogen tid; vi håber, du er begejstret det! Vi ville blive henrykt, hvis du kunne %2$sgive os en 5-stjernet bedømmelse på WordPress.org%3$s!"],"Courses":["Kurser"],"Date archives settings":["Indstillinger for datoarkiver"],"Author archives settings":["Indstillinger for forfatterarkiver"],"%1$s by %2$s":["%1$s gange %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Advarsel: variablen %s kan ikke anvendes i denne skabelon. Få flere oplysninger i vores hjælpecenter."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Vidste du forresten, at vi også har en %1$sbetalingsudgave%2$s? Den indeholder avancerede funktioner som fx administration af viderestilling og understøttelse af flere søgeord. Du får også personlig support 24/7."],"(no title)":["(ingen titel)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["%1$s's menu i kontrolbjælken rummer en række nyttige links til tredjeparts-værktøjer, der kan analysere sider, og gør det let at se, om du har nye notifikationer."],"Admin bar menu":["Kontrolbjælkemenu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funktioner"],"SEO title":["SEO-titel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Vi gør vores bedste for at gøre det så let som muligt at konfigurere %1$s, men vi ved godt, at det kan være en stor mundfuld. Hvis du hellere vil, at vi konfigurerer %1$s for dig (du får en licens til %2$s undervejs), så bestil vores %3$s%1$s-konfigurationspakke%4$s her!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Velkommen til %1$s's konfigurationsguide. Via nogle få simple trin vil vi hjælpe dig med at konfigurere dine SEO-indstillinger, så det passer til dit websites behov."],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google viser dit websites navn i søgeresultaterne. Hvis du ønsker at ændre det, kan du gøre det her."],"Greater than sign":["Større end-tegn"],"Less than sign":["Mindre end-tegn"],"Right angle quotation mark":["Højre dobbel citations-vinkel"],"Left angle quotation mark":["Venstre dobbel citations-vinkel"],"Small tilde":["Lille tilde"],"Vertical bar":["Lodret streg"],"Low asterisk":["Lav asterisk"],"Asterisk":["Asterisk"],"Bullet":["Punkttegn"],"Middle dot":["Midterste prik"],"Em dash":["Em-tankestreg"],"En dash":["En-tankestreg"],"Dash":["Tankestreg"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Vælg det tegn, du ønsker som din titeladskiller. Den vises for eksempel mellem dit indlægs titel og dit sites navn. Symboler vises i den størrelse, som de har i søgeresultaterne."],"The name of the person":["Personens navn"],"No":["Nej"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Har eller vil dit site få flere forfattere?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genererer automatisk en URL for hvert medie i dit bibliotek. Aktivering heraf lader Google indeksere den genererede URL."],"Success!":["Succes!"],"Title settings":["Titelindstillinger"],"Google Search Console":["Google Search Console"],"Multiple authors":["Flere forfattere"],"Site type":["Sitetype"],"Environment":["Miljø"],"Yoast option %1$s not found.":["Yoast-indstilling %1$s ikke fundet."],"Google Structured Data Test":["Googles Struktureret data-test"],"Posts list":["Liste over indlæg"],"Posts list navigation":["Navigering for liste over indlæg"],"Filter posts list":["Filtrér liste over indlæg"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Bemærk, at dit tema måske selv outputter link til arkiver. Dem er du nødt til selv at fjerne."],"%1$s to optimize your site even further":["%1$s, hvis du vil optimere dit site yderligere"],"%1$s extensions":["%1$s-udvidelser"],"Comes with our 30-day no questions asked money back guarantee":["Du kan få pengene tilbage helt uden betingelser inden for 30 dage"],"More information %1$sabout %3$s%2$s":["Læs mere %1$som %3$s%2$s"],"Installed":["Installeret"],"gain access to our 24/7 support team.":["få adgang til vores 24/7-supportteam."],"Premium support":["Premium-support"],"check what your Facebook or Twitter post will look like.":["tjek, hvordan din Facebook- eller Twitter-indlæg vil se ud."],"Social previews":["Sociale previews"],"create and manage redirects from within your WordPress install.":["opret og administrér viderestillinger direkte i WordPress."],"Redirect manager":["Viderestillings-administrator"],"%1$s, take your optimization to the next level!":["%1$s – løft din optimering til næste niveau!"],"A seamless integration between %1$s and %2$s":["Perfekt integration mellem %1$s og %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Brug %1$s-brødkrummer i stedet for dem genereret af %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Indsæt Google Maps, en find nærmeste butik-funktion, åbningstider m.m. så let som ingenting"],"Creates XML News Sitemaps":["Opretter XML news-sitemaps"],"Immediately pings Google on the publication of a new post":["Pinger Google med det samme, når et nyt indlæg er udgivet"],"Optimize your site for Google News":["Optimér dit site til Google News"],"Make videos responsive through enabling fitvids.js":["Gør videoer responsive ved at aktivere fitvids.js"],"Enhance the experience of sharing posts with videos":["Giv folk en bedre oplevelse, når de deler indlæg med videoer"],"Show your videos in Google Videos":["Vis dine videoer i Google-videoer"],"Crawl issues list":["Liste over gennemgangsfejl"],"Crawl issues list navigation":["Navigering for liste over gennemgangsfejl"],"Edit “%s”":["Redigér “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notifikationer"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Fjerner søgeordsfanen fra metaboksen og deaktiverer alle SEO-relaterede forslag."],"Disable SEO analysis":["Deaktivér SEO-analyse"],"Twitter settings":["Twitter-indstillinger"],"Pinterest settings":["Pinterest-indstillinger"],"Facebook settings":["Facebook-indstillinger"],"Title separator symbol":["Symbol for titelseparator"],"RSS feed settings":["RSS-feed-indstillinger"],"Breadcrumbs settings":["Brødkrumme-indstillinger"],"Make primary":["Gør primær"],"Enter your Google Authorization Code and press the Authenticate button.":["Indtast din Google Autentificeringskode og klik på knappen Autentificér."],"%s notification":["%s notifikation","%s notifikationer"],"Disable readability analysis":["Deaktivér læsbarhedsanalyse"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Fjerner fanen læsbarhed fra metaboksen og deaktiverer alle forslag relateret til læsbarhed."],"Readability analysis":["Læsbarhedsanalyse"],"Needs improvement":["Behov for forbedringer"],"Readability":["Læsbarhed"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Du prøver at indlæse ikke-minimerede filer. Disse er kun tilgængelige i vores udviklingspakke. Tjek %1$s for at se alle kildefilerne."],"Improvements":["Forbedringer"],"Restore this item.":["Gendan denne."],"Dismiss this item.":["Afvis denne."],"Good job! We could detect no serious SEO problems.":["Godt skuldret! Vi kunne ikke finde nogen alvorlige SEO-problemer."],"We have detected the following issues that affect the SEO of your site.":["Vi har registreret følgende problemer, der påvirker dit websteds SEO."],"Problems":["Problemer"],"Analysis":["Analyse"],"Not available":["Ikke tilgængelig"],"Filter by SEO Score":["Filtrér på SEO-score"],"Meta description not set.":["Metabeskrivelse ikke angivet."],"Video tutorial":["Videotutorial"],"Email support is a %s feature":["E-mailsupport er en %s-funktion"],"Knowledge base":["Vidensbase"],"Open":["Åbn"],"Dashboard":["Kontrolpanel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Du kan fiske dette på siden %1$sPermanente links%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Sideinddeling af kommentarer er aktiveret. Dette er unødvendigt i 999 af 1000 tilfælde, så vi anbefaler, at du deaktiverer det."],"Replaced with the primary category of the post/page":["Erstattet med den primære kategori for indlægget/siden"],"Pinterest confirmation":["Pinterest-bekræftelse"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Hvis du allerede har bekræftet dit site hos Pinterest, kan du springe trinene nedenfor over."],"Format-based archives":["Formatbaserede arkiver"],"Webmaster Tools verification":["Webmaster Tools-bekræftelse"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Deltag i vores %1$s for WordPress-kursus og blive certificeret som %1$s-ekspert!"],"Want to be a %s Expert?":["Ønsker du at blive en %s-ekspert?"],"Buy %s":["Køb %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Ny %1$s-titel"],"Existing %1$s Title":["Eksisterende %1$s-titel"],"Expected an integer as input.":["Forventede et input bestående af et heltal."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Forsøger at lave en cachenøgle for sitemaps, men kombinationen af postfix og præfix giver for lidt plads til at gøre det. Du har formentlig sendt en forespørgsel om en side, som ligger langt uden for det forventede område."],"Remove":["Fjern"],"Keep":["Behold"],"Bold the last page":["Sidste side med fed"],"Regular":["Normal"],"Bold":["Fed"],"Show Blog page":["Vis blogside"],"Primary %s":["Primær %s"],"Primary":["Primær"],"Make %1$s primary %2$s":["Gør %1$s til primær %2$s"],"Term is set to noindex.":["Term er sat til noindex."],"Author archives":["Forfatterarkiver"],"Show":["Vis"],"Enabled":["Aktiveret"],"Disabled":["Deaktiveret"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s har ikke hentet dit websteds indeksabilitetsstatus fra %2$s endnu"],"The separator defined in your theme's %s tag.":["Separatoren defineret i dit temas %s-tag."],"No index":["Intet indeks"],"Analyze entire site":["Analysér hele sitet"],"Fetch the current status":["Hent den aktuelle status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s har ikke været i stand til at hente dit websteds indeksabilitetsstatus%3$s fra %4$s"],"Your homepage can be indexed by search engines.":["Din hjemmeside kan indekseres af søgemaskiner."],"Indexability check by %1$s":["Indeksabilitetstjek ved %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Hvis du ønsker at bruge et billede, når deler på %1$s, kan du uploade/vælge et billede eller tilføje et billedes URL her."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Hvis du ikke ønsker at bruge meta-beskrivelsen ved deling på %1$s, men ønsker en anden beskrivelse dér, skal du skrive det her."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Hvis du ikke ønsker at bruge titlen ved deling på %1$s, men ønsker en anden titel dér, skal du skrive det her."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sDin hjemmeside kan ikke indekseres af søgemaskiner%2$s. Det er meget skidt med SEO-øjne og bør fikses."],"Once Weekly":["Én gang om ugen"],"Add-ons":["Udvidelser (add-ons)"],"SEO score":["SEO-score"],"Twitter metadata":["Twitter-metadata"],"Facebook / Open Graph metadata":["Facebook-/Open Graph-metadata"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Genberegner SEO-scores for alt indhold, der har et fokussøgeord."],"%1$s of %2$s done.":["%1$s af %2$s behandlet."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Vi har opdateret vores SEO-score-algoritme. %1$sGenberegn SEO-scorerne%2$s for alle indlæg og sider."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Den første rigtige alt-i-en SEO-løsning for WordPress, inklusiv analyse af siders indhold, XML-sitemaps og meget mere."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivering mislykkedes:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Filterudvidelsen er ikke tilgængelig. Bed venligst din webudbyder om at aktivere den."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Installationen af pluginnet %1$s er ikke færdiggjort. Se venligst %2$sinstallationsvejledningen%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Udvidelsen Standard PHP Library (SPL) ser ikke ud til at være tilgængelig. Bed din webhost om at aktivere den."],"SEO Settings":["SEO-indstillinger"],"Mobile-Friendly Test":["Mobilvenlig test"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS-validering"],"HTML Validator":["HTML-validering"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins validering"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Tjek headers"],"Check Google Cache":["Tjek Google Cache"],"Analyze this page":["Analyser denne side"],"Keyword Research":["Nøgleordsanalyse"],"%s does not seem to be a valid url. Please correct.":["%s ser ikke ud til at være en gyldig URL. Ret venligst dette."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s ser ikke ud til at være en gyldig verifikationsstreng hos %2$s. Ret venligst."],"%s Archive":["%s Arkiv"],"You searched for %s":["Du søgte efter %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s er ikke en korrekt Twitter-bruger-id. Indtast korrekt id."],"Summary with large image":["Resume med stort billede"],"Summary":["Resume"],"The post %1$s appeared first on %2$s.":["Indlægget %1$s blev først udgivet på %2$s."],"No numeric value was received.":["Ingen numerisk værdi blev modtaget."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dette skal være en eksisterende blog. Bloggen %s findes ikke eller er blevet markeret som slettet."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Standardblogindstillingerne skal være den numerisk blog-ID på den blog, du ønsker at bruge som standard."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s er ikke et gyldigt valg for, hvem der skal have adgang til %2$s-indstillingerne. Værdien nulstillet til standard."],"Please select a valid post type for taxonomy \"%s\"":["Vælg venligst en gyldig indholdstype for taksonomien \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Vælg venligst en gyldig taksonomi for indholdstypen \"%s\""],"You searched for":["Du søgte efter"],"Home":["Hjem"],"Archives for":["Arkiver for"],"Error 404: Page not found":["Fejl 404: Siden blev ikke fundet"],"Good":["God"],"Replaced with a custom taxonomies description":["Erstattes med en brugerdefineret taksonomis beskrivelse"],"Replaced with a posts custom taxonomies, comma separated.":["Erstattet med et indlæg brugerdefinerede taksonomier, kommasepareret."],"Replaced with a posts custom field value":["Erstattet med et indlægs brugerdefineret felts værdi"],"Replaced with the slug which caused the 404":["Erstattet med den korte titel, som forårsagede 404"],"Replaced with the posts focus keyphrase":["Erstattet med indlæggets fokusnøgleord"],"Attachment caption":["Tekst til vedhæftning"],"Replaced with the current page number":["Erstattes med det nuværende sidetal"],"Replaced with the current page total":["Erstattes med det nuværende totale antal sider"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Erstattet af det nuværende sidenummer med kontekst (dvs.: side 2 af 4)"],"Replaced with the post/page author's 'Biographical Info'":["Erstattes med indlæggets/sidens forfatter-beskrivelse"],"Replaced with the post/page author's 'nicename'":["Erstattes med indlæggets/sidens forfatter-kaldenavn"],"Replaced with the post/page ID":["Erstattes med indlæggets/sidens ID"],"Replaced with the post/page modified time":["Erstattes med indlæggets/sidens ændringsdato"],"Replaced with the content type plural label":["Erstattes med indholdstypens flertalslabel"],"Replaced with the content type single label":["Erstattes med indholdstypens entalslabel"],"Replaced with the current search phrase":["Erstattes med den nuværende søgning"],"Replaced with the term name":["Erstattes med term-navnet"],"Replaced with the term description":["Erstattes med term-beskrivelsen"],"Replaced with the tag description":["Erstattes med tag-beskrivelsen"],"Replaced with the category description":["Erstattes med kategori-beskrivelsen"],"Replaced with the post categories (comma separated)":["Erstattes med indlæggets kategorier (komma-separeret)"],"Replaced with the current tag/tags":["Erstattes med det/de nuværende tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Erstattet med indlægs-/sideuddrag (uden auto-generation)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Erstattet med indlæg-/sideuddrag (eller auto-genereret hvis det ikke eksisterer)"],"The site's name":["Sidens navn"],"Replaced with the title of the parent page of the current page":["Erstattes med titlen på forælderen til den nuværende side"],"Replaced with the title of the post/page":["Erstattes med titlen på indlægget/siden"],"Replaced with the date of the post/page":["Erstattes med datoen for indlægget/siden"],"Page %1$d of %2$d":["Side %1$d af %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Du kan ikke overtrumfe en WPSEO-standardvariabeludskiftning ved at registrere en variabel med det samme navn. Brug i stedet filteret \"wpseo_replacements\" til at justere erstatningsværdien."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["En udskiftningsvariabel med det samme navn er allerede registreret. Prøv at gøre dit variabelnavn unik. "],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["En udskiftningsvariabel kan ikke starte med \"%%cf_\" eller \"%%ct_\", da disse er forbeholdt variabler for brugerdefinerede felter og brugerdefinerede taksonomier i WPSEO-standardvariabler. Prøv at lave dit variabelnavn unikt."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["En erstatningsvariabel kan kun indeholde alfanumeriske tegn, understregningstegnet _ eller skråstregen /. Prøv at give din variabel et nyt navn."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Besked kun til administrator: Denne side viser ikke en meta-beskrivelse fordi den ikke har en. Du kan enten skrive en specifikt til denne side eller gå til menuen [%1$s - %2$s] og opsætte en skabelon."],"Page not found":["Siden blev ikke fundet"],"%s Archives":["%s Arkiv"],"Search for \"%s\"":["Søgning for \"%s\""],"Meta description to use for Author page":["Meta-beskrivelse til brug på forfattersiden"],"Title to use for Author page":["Titel til forfatter-side"],"%1$s settings":["%1$s-indstillinger"],"Export your %1$s settings":["Eksporter dine %1$s-indstillinger"],"Import settings":["Importer indstillinger"],"Import from other SEO plugins":["Import fra andre SEO-plugins"],"Import":["Importer"],"If you had a %s file and it was editable, you could edit it from here.":["Hvis du havde en %s-fil, og den var redigerbar, kunne du redigere den herfra."],"If your %s were writable, you could edit it from here.":["Hvis din %s var skrivbar, ville du kunne redigere den her."],"You don't have a %s file, create one here:":["Du har ikke en %s-fil. Opret en her:"],"A link to your site, with your site's name and description as anchor text.":["Et link til dit websted med dit websteds navn og beskrivelse som ankertekst."],"A link to your site, with your site's name as anchor text.":["Et link til dit websted med dit websteds navn som ankertekst."],"A link to the post, with the title as anchor text.":["Et link til indlægget, med titlen som ankertekst."],"A link to the archive for the post author, with the authors name as anchor text.":["Et link til arkivet for indlæggets forfatter, med forfatterens navn som som ankertekst."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Du kan bruge følgende variabler i indholdet; de vil blive erstattet af værdien til højre."],"Content to put after each post in the feed":["Indhold, der skal indsættes efter hvert indlæg i feedet"],"Content to put before each post in the feed":["indhold, der skal indsættes før hvert indlæg i feedet"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Denne funktion bruges til automatisk at tilføje indhold til dit RSS-feed. Mere specifikt skal det bruges til at tilføje links tilbage til din blog og dine blogindlæg, så »dumb scrapers« (søgemaskiner, der hugger dine indlæg. o.a.) automatisk tilføjer disse links også. Det hjælper søgemaskiner med at identificere dig som den oprindelige kilde til indholdet."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Brug af brødkrummefunktionen forklares i %1$sartiklen om implementering af brødkrummer i vores vidensbank%2$s."],"How to insert breadcrumbs in your theme":["Hvordan man indsætter brødkrummer i sit tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Indholdstypearkiv at vise i brødkrummer for taksonomier"],"Taxonomy to show in breadcrumbs for content types":["Taksonomi at vise i brødkrummer for indholdstyper"],"Breadcrumb for 404 Page":["Brødkrumme for 404 siden"],"Prefix for Search Page breadcrumbs":["Præfiks for søgeside-brødkrummer"],"Prefix for Archive breadcrumbs":["Præfiks for arkiv-brødkrummer"],"Prefix for the breadcrumb path":["Præfiks for brødkrummestien"],"Anchor text for the Homepage":["Link-tekst til forsiden"],"Separator between breadcrumbs":["Seperator imellem brødkrummer"],"Enable Breadcrumbs":["Aktiver brødkrummer"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Nedenfor kan du se din SEO-score for dine udgivne indlæg. Nu vil være et godt tidspunkt at begynde at forbedre dine indlæg!"],"Credits":["Anerkendelse"],"« Back to Tools page":["« Tilbage til Værktøjer"],"%1$s comes with some very powerful built-in tools:":["%1$s har nogle meget stærke indbyggede værktøjer:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Dette værktøj gør det muligt hurtigt at ændre vigtige filer i relation til din SEO, så som din robots.txt, og hvis du har en, din .htaccess-fil."],"File editor":["Fil-editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importér indstillinger fra andre SEO-plugins og eksportér dine indstillinger, så de kan genbruges på denne eller en anden blog."],"Import and Export":["Import og eksport"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dette værktøj gør det muligt hurtigt at ændre overskrifter og beskrivelser af dine indlæg og sider uden at skulle ind og redigere hver side manuelt."],"Bulk editor":["Masse-redigering"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["For at %1$sbekræfte dit site hos Pinterest%2$s, tilføj metatagget her:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest bruger Open Graph-metadata ligesom Facebook, så behold krydset ud for Open Graph på Facebook-fanen, hvis du vil optimere dit website til Pinterest."],"The default card type to use":["Korttype til brug som standard"],"Add Twitter card meta data":["Tilføj Twitter-card-metadata"],"This image is used if the post/page being shared does not contain any images.":["Dette billede bruges, hvis indlægget/siden, som deles, ikke indeholder billeder."],"Default settings":["Standardindstillinger"],"Copy home meta description":["Kopier meta-beskrivelse fra forside"],"Description":["Beskrivelse"],"Image URL":["Billed URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dette er titlen, beskrivelsen og billed brugt i Open Graph-metatags på forsiden af dit site."],"Frontpage settings":["Forsideindstillinger"],"Add Open Graph meta data":["Tilføj Open Graph metadata"],"YouTube URL":["YouTube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-brugernavn"],"Facebook Page URL":["Facebook-side-URL"],"Accounts":["Konti"],"Restore site to defaults":["Gendan websted til standardindstillinger"],"Site ID":["Websted-ID"],"Using this form you can reset a site to the default SEO settings.":["Ved at bruge denne formular kan du nulstille et website til standard-SEO-indstillinger."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Indstillinger med betydning for privatliv (FB-admins og lignende), temaspecifikke (omskrivning af titel) og nogle få meget websitespecifikke indstillinger vil ikke blive importeret til nye sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Indtast %1$swebsite-ID%2$s for det websted, hvis indstillinger du ønsker at bruge som standard for alle websites oprettet i dit netværk. Efterlad feltet tomt, hvis du ikke vil bruge funktionen (så vil de normale standardindstillinger i pluginnet blive anvendt)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Vælg det website, hvis indstillinger du ønsker at bruge som standard for alle de websteder, der er tilføjet på dit netværk. Hvis du vælger 'Ingen', vil de normale standardindstillinger i pluginnet blive brugt. "],"New sites in the network inherit their SEO settings from this site":["Nye websteder i netværket nedarver sine SEO-indstillinger fra dette websted"],"Super Admins only":["Kun Super Admins"],"Site Admins (default)":["Side Administratorer"],"Who should have access to the %1$s settings":["Hvem der skal have adgang til indstillingerne for %1$s"],"spam":["spam"],"mature":["voksen"],"archived":["arkiveret"],"public":["offentlig"],"%s restored to default SEO settings.":["%s er blevet nulstillet til standard SEO-indstillinger."],"Settings Updated.":["Indstillinger opdateret."],"404 pages":["404 sider"],"Search pages":["Søge sider"],"These pages will be %s by default, so they will never show up in search results.":["Disse sider vil være markeret med %s som standard, så de vil aldrig dukke op i søgeresultaterne."],"Special Pages":["Specialsider"],"Date-based archives could in some cases also be seen as duplicate content.":["Datobaserede arkiver kan i visse tilfælde også blive anset for at være duplikeret indhold (duplicate content, indhold kopieret til flere hjemmesider. o.a.)."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Hvis det er tilfældet på dit websted, kan du vælge enten at deaktivere det (hvorefter der viderestilles til hjemmesiden) eller tilføje %s til det, så det ikke medtages i søgeresultaterne."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Hvis du har en blog med én forfatter, vil forfatterarkivet være nøjagtig det samme som forsiden. Det er dette, der kaldes et problem med %1$sduplikeret indhold%2$s (duplicate content dvs. samme indhold på flere sider o.a.)."],"Date archives":["Datoarkiver"],"author archives":["Forfatterarkiver"],"Title":["Titel"],"%1$s Meta Box":["%1$s meta-boks"],"Hide":["Skjul"],"Date in Snippet Preview":["Dato i forhåndsvisning af uddrag"],"Take note:":["Bemærk:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Blogside & forside"],"Title Separator":["Titel-separator"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s har automatisk opdaget, om det skal gennemtvinge omskrivning af titler på dine sider. Hvis du synes, det er forkert, og du ved, hvad du laver, kan du ændre indstillingen her."],"Force rewrite titles":["Gennemtving omskrivning af titler"],"Taxonomies":["Taksonomier"],"Homepage":["Forside"],"%1$s Extensions":["%1$s udvidelser"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integrer WooCommerce med %1$s helt transparent og få ekstra funktioner!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Få bedre placering lokalt og i Google Maps, uden at komme til at svede!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Findes du i Google News? Forøg din trafik fra Google News ved at optimere din side dertil!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimer dine videoer for at vise dem i søgeresultater og derved få flere klik!"],"The premium version of %1$s with more features & support.":["Premium-udgaven af %1$s med flere funktioner og support."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Webstedsnavn"],"Webmaster Tools":["Webmasterværktøjer"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Du har ikke navnet på dit indlæg i webadressen på ​​dine indlæg og sider. Det anbefales kraftigt, at du ændrer dette. Overvej at indstille din permalink-struktur til /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Brødkrummer"],"or":["eller"],"Save Profile":["Gem profil"],"There were no profiles found":["Ingen profiler fundet"],"Profile":["Profil"],"Current profile":["Aktuel profil"],"Authenticate":["Godkend"],"Get Google Authorization Code":["Hent Google-autorisationskode"],"Reload crawl issues":["Genindlæs gennemgangsproblemer"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["For at kunne viderestille og løse dette problem, har du brug for %1$s. Du kan købe pluginnet, inklusiv et års support og opdateringer, på %2$s."],"Creating redirects is a %s feature":["Oprettelse af viderestillinger er en funktion i %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fejl, der kun skete, da dit websted blev gennemgået af Googlebot for gamle mobiler (fejlene opstod ikke for desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fejl, der opstod, da dit websted blev gennemgået af Googlebot-Mobile (fejl blev ikke fundet for desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Fejl, der skete, da dit websted blev gennemgået af Googlebot."],"Issue categories":["Problemkategorier"],"Incorrect Google Authorization Code.":["Forkert Google-autorisationskode."],"The issues have been successfully reloaded!":["Problemerne er blevet indlæst igen!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Data fra %1$s er blevet fjernet. Du skal godkende på ny, hvis du vil modtage de informationer igen"],"Crawl errors per page":["Gennemgangsfejl per side"],"Search":["Søg"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Overse ikke dine gennemgangsfejl: %1$sForbind med Google Search Console her%2$s."],"Create redirect":["Opret viderestilling"],"Mark as fixed":["Marker som løst"],"Response code":["Svarkode"],"First detected":["Først opdaget"],"Last crawled":["Sidst gennemgået"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s har opdaget at du bruger en version af %2$s der ikke er kompatibel med %1$s. Opdatér venligst %2$s til den nyeste version for at bruge denne funktion."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast-plugins deler noget kode mellem sig for at gøre dit websted hurtigere. Som et resultat af det skal alle Yoast-plugins være opdaterede. Vi har opdaget, dette ikke er tilfældet, så du skal opdatere de Yoast-plugins, der ikke er opdateret endnu."],"Feature phone":["Gammel mobil"],"Smartphone":["Smartphone"],"Desktop":["Stationær pc"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["URLʼet, der ønskes, eksisterer ikke, men din server returnerer ikke en fejl 404 (fil ikke fundet)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Forespørgslen har fået timeout eller webstedet blokerer Google."],"Server Error":["Serverfejl"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot kunne godt få adgang til dit websted, men bestemte URL'er er blokeret for Googlebot i din %1$s fil. Denne blokering kan enten gælde alle Googlebots eller blot Googlebot-mobile alene."],"Blocked":["Blokeret"],"Google was unable to crawl this URL due to an undetermined issue.":["Google kunne ikke gennemsøge denne URL på grund af et uidentificeret problem."],"URL points to a non-existent page.":["URL peger på ikke-eksisterende side."],"Not found":["Ikke fundet"],"Not followed":["Ikke fulgt"],"Faulty redirects":["Ødelagte viderestillinger"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server kræver godkendelse eller blokerer adgangen til sitet for Googlebot."],"Access denied":["Adgang nægtet"],"Deactivate %s":["Deaktivér %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s-pluginnet kan forårsage problemer, når de anvendes sammen med %2$s."],"Upload Image":["Overfør billede"],"Remove these ads?":["Fjern disse reklamer?"],"%s Posts Overview":["%s indlægsoversigt"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Brødkrummetitlen bruges i de brødkrummer, hvor denne taksonomi vises."],"Breadcrumbs title":["Brødkrummetitel"],"The canonical link is shown on the archive page for this term.":["Det kanoniske link vises på arkivsiden for denne term."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Andet"],"Archives":["Arkiver"],"Email":["E-mail"],"Close":["Luk"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Både %1$s og %2$s kan generere XML-sitemaps. To XML-sitemaps er ikke en fordel for søgemaskiner og gør dit websted langsommere."],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s billede"],"%s Description":["%s beskrivelse"],"%s Title":["%s titel"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Den anbefalede billedstørrelse for %1$s er %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Hvis du vil bruge et andet billede end billedet brugt på %s for dette indlæg, skal du uploade/vælge et billede eller tilføje URLʼen her."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Hvis du ikke ønsker at bruge metabeskrivelsen, når du deler indlægget på %s, men i stedet ønsker en anden beskrivelse, så skal du skrive den her."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Hvis du ikke vil bruge indlæggets titel, når du deler dette indlæg på %s, men en anden titel i stedet for, så skriv den her."],"very difficult":["meget vanskelig"],"Try to make shorter sentences, using less difficult words to improve readability":["Prøv at lav kortere sætninger, og øh læsbarheden ved at benytte mindre vanskelige ord."],"difficult":["vanskelig"],"Try to make shorter sentences to improve readability":["Prøv at lav kortere sætninger for at øge læsbarhed."],"fairly difficult":["lettere vanskelig"],"OK":["OK"],"fairly easy":["rimelig nem"],"easy":["nem"],"very easy":["meget nem"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Alle SEO-bedømmelser"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO-problem: Det fremhævede billede skal være mindst 200 x 200 pixels for at kunne bruges af Facebook og andre sociale mediesites."],"(no parent)":["(ingen forælder)"],"Post is set to noindex.":["Indlæg er sat til noindex."],"The URL that this page should redirect to.":["URL'en som denne side skal viderestille til"],"301 Redirect":["301-viderestilling (redirect)"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Den kanoniske webadresse, som denne side skal pege på. Efterlad den tom, hvis permanent link skal bruges som standard. %1$sKanoniske adresser på tværs af domæner%2$s understøttes også."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Titel, der skal bruge for denne side i brødkrummestier"],"Breadcrumbs Title":["Brødkrumme-titel"],"No Snippet":["Intet uddrag"],"No Archive":["Intet arkiv"],"No Image Index":["Intet billede-indeks"],"None":["Ingen"],"Site-wide default: %s":["Standard for hele webstedet: %s"],"Advanced meta robots settings for this page.":["Avancerede metarobot-indstillinger for denne side."],"Meta robots advanced":["Meta Robots Avanceret"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Advarsel: Selvom du kan sætte metarobot-indstillinger her, er hele sitet sat til noindex i \"privatlivsindstillingerne for hele sitet\", så indstillingerne her vil ikke have nogen effekt."],"Meta description":["Meta beskrivelse"],"SEO Title":["SEO titel"],"Focus keyword":["Fokussøgeord"],"Snippet preview":["Forhåndsvisning af snippet"],"Settings successfully imported.":["Indstillingerne er importeret succesfuldt."],"Settings could not be imported:":["Indstillingerne kunne ikke importeres:"],"Error creating %1$s export: ":["Fejl under oprettelse af %1$s-eksport: "],"Breadcrumb for 404 pages:":["Brødkrumme for 404-sider:"],"Prefix for search result pages:":["Præfiks for søgeresultatssider:"],"Prefix for archive pages:":["Præfiks for arkivsider:"],"Prefix for breadcrumbs:":["Præfiks for brødkrummer:"],"Anchor text for the homepage:":["Ankertekst for forsiden:"],"Breadcrumbs separator:":["Brødkrumme-separator:"],"Remove blog page from breadcrumbs":["Fjern blogside fra brødkrummer"],"%s Breadcrumbs":["%s brødkrummer"],"Use Image":["Benyt billede"],"Action":["Handling"],"Page URL/Slug":["Sides URL/korttitel"],"Publication date":["Udgivelsesdato"],"Post Status":["Indlægsstatus"],"WP Page Title":["WP sidetitel"],"View":["Vis"],"View “%s”":["Vis “%s”"],"Preview":["Forhåndsvisning"],"Preview “%s”":["Forhåndsvis “%s”"],"Edit":["Rediger"],"Filter":["Filter"],"New Yoast Meta Description":["Ny Yoast meta-beskrivelse"],"Existing Yoast Meta Description":["Eksisterende Yoast meta-beskrivelse"],"Facebook profile URL":["Facebook-profil-URL"],"Twitter username (without @)":["Twitter brugernavn (uden @)"],"FAQ":["FAQ"],"Premium Support":["Førsteklasses support"],"Settings":["Indstillinger"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Du skal %1$sgå til Læseindstillinger%2$s og fjerne afkrydsningen i feltet Fortæl søgemaskinerne at de ikke skal indeksere dette websted."],"Huge SEO Issue: You're blocking access to robots.":["Stort SEO problem: Du blokerer adgangen for robotter."],"Posts":["Indlæg"],"Edit Files":["Rediger filer"],"Advanced Variables":["Avancerede variable"],"Basic Variables":["Grundlæggende variable"],"General":["Generelt"],"Extensions":["Udvidelser"],"Search Console":["Søgekonsol"],"Tools":["Værktøjer"],"Advanced":["Avanceret"],"XML sitemaps":["XML-sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s har opdaget, at du bruger version %2$s af %3$s. Opgradér venligst til den seneste version for at undgå kompatibilitetsproblemer."],"Just another WordPress site":["Endnu et Wordpress-websted"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Du bruger stadig Wordpressʼ standardtagline, men selv en tom er sandsynligvis bedre. %1$sDu kan ændre dette i tilpasning i WordPress%2$s."],"You have used HTML in your value which is not allowed.":["Du har brugt HTML i din værdi, hvilket ikke er tilladt."],"You can't edit %s that aren't yours.":["Du kan ikke redigere %s, som ikke er dit."],"You can't edit %s.":["Du kan ikke redigere %s."],"Post has an invalid Content Type: %s.":["Indlæg har en ugyldig indholdstype: %s."],"Post doesn't exist.":["Indlæg eksisterer ikke"],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Papirkurv (%s)","Papirkurv (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"da_DK"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["Formularen indeholder %1$s fejl. %2$s","Formularen indeholder %1$s fejl. %2$s"],"SEO settings configured":["SEOindstillinger tilpasset"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Læs %1$sdette indlæg for mere information om hvorfor vi ikke understøtter ældre versioner.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":["SEO: %s"],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":["Rettet mod lokale kunder?"],"Get the %s plugin now":["Hent %s plugin'et nu"],"Organization social profiles":["Virksomhedens sociale profiler"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":["Personlig info"],"Organization logo":["Organisationslogo"],"Organization name":["Organisationsnavn"],"Choose whether the site represents an organization or a person.":["Vælg om dette websted repræsenterer en virksomhed eller en person."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["For at få dit websted til at repræsentere et firma eller organisation gå til %1$sSearch Appearance%2$s og sæt Virksomhed eller Person til \"Virksomhed\"."],"To change the social accounts used for your site, update the details for %1$s.":["For at ændre de sociale konti, der er brugt for sit websted, opdater detaljerne for %1$s."],"That means that the form and information below is disabled, and not used.":["Det betyder at formularen og informationerne nedenfor er deaktiverede og ikke bruges."],"Your website is currently configured to represent a Person":["Dit websted er for øjeblikket sat op til at repræsentere en Person"],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":["Virksomhed eller Person"],"The person":[""],"Organization":["Organisation"],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":["SEO score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":["Wikipedia URL"],"Pinterest profile URL":["Pinterest profil-URL"],"Instagram profile URL":[""],"LinkedIn profile URL":["LinkedIn profil-URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Søgeords-research er essentiel i enhver SEO-strategi. Du bestemmer søgetermerne, du vil findes på, og du skal forsøge at regne ud, hvilke ord dine modtagere bruger for at finde dig. God søgeords-research viser hvilket indhold, du gerne vil forbedre placeringen for. Brug dine kræfter på at optimere de nøgleord, der reelt giver dig en chance at forbedre din placering. %1$s fører dig gennem processen trin for trin."],"SEO for Beginners training":["SEO for Begyndere undervisning"],"%s for WordPress training":["%s til WordPress-træning"],"All-around SEO training":["Generel SEO-træning"],"The image you selected is too small for Facebook":["Billedet, du har valgt, er for lille til Facebook."],"The given image url cannot be loaded":["Det valgte billedes url kan ikke indlæses"],"Find out what words your audience uses to find you":["Find ud af, hvilke ord dine modtagere bruger til at finde dig"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch læsevenlighed%2$s: Tekstindholdet scorer %3$s i testen, hvilket anses for at være %4$s at læse. %5$s"],"No JSON object was returned.":["Intet JSON objekt blev returneret."],"Received internal links":["Modtagne interne links"],"Outgoing internal links":["Udgående interne links"],"New step added":["Nyt trin tilføjet"],"New question added":["Nyt spørgsmål tilføjet"],"To be able to create a redirect and fix this issue, you need %1$s. ":["For at kunne oprette en viderestilling og udbedre problemet skal du bruge %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Du kan købe plugin'et inklusiv et års support og opdateringer på %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Tekstens linktællerfunktion giver indblik i hvor mange links, der er i din tekst, og hvor mange links, der henviser til din tekst. Dette er en god hjælp, når du forbedrer din %1$sinterne linkning%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["For at denne funktion kan bruges %1$s, kræves der mindst PHP-version %2$s. Vi har registreret brug af PHP-version %3$s på dette websted."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Overvej nøje implikationerne og %1$slæs denne post%2$s hvis du vil have mere information om konsekvenserne af at vise medier i søgeresultater."],"Keyphrase":["Søgefrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["For at denne funktion skal virke, skal %1$s oprette en tabel i din database. Vi kunne ikke oprette denne tabel automatisk."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ved at vælge denne mulighed, bliver vedhæftnings-URL'er synlige både for dine besøgende og for Google. Hvis du skal øge værdien af dit websted, bør disse indeholde brugbar information, ellers kan de få negativ virkning på din placering."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Funktionen %3$sTekstlinktæller%4$s (introduceret i %1$s %2$s) er deaktiveret."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Læs venligst følgende %1$sknowledgebase artikel%2$s for at finde løsningen på dit problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["For at sikre at alle links i dine tekster bliver talt, er vi nødt til at analysere alle dine tekster."],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":["Tæl links"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Side %s"],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["Få en endnu bedre analyse"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sEnkel titel%3$s: H1'ere bør kun bruges som din hovedtitel. Find alle H1'ere i din tekst som ikke er hovedtitlen og %2$sændr dem til et lavere overskriftsniveau%3$s!"],"Improve sharing on Facebook and Pinterest":["Forbedr deling til Facebook og Pinterest"],"You do not have the required rights to export settings.":["Du har ikke de nødvendige rettigheder til at eksportere indstillinger."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopier alle disse indstillinger til et andet websteds %1$s faneblad og klik \"%1$s\" der."],"These are settings for the %1$s plugin by %2$s":["Der er indstillinger til %1$s plugin af %2$s"],"No settings found.":["Ingen indstillinger fundet."],"Export your %1$s settings here, to copy them on another site.":["Eksporter dine %1$s indstillinger her for at kunne kopiere dem til et andet websted."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import af indstillinger understøttes kun på servere der kører PHP 5.3 eller højere."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importer indstillinger ved at indsætte de indstillinger du eksporterede fra et andet websted og klik på \"%s\"."],"Paste your settings from another %s installation.":["Indsæt dine indstillinger fra en anden %s installation."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet 0 gange. Dette er mindre end det anbefalede minimum på %3$d gange for en tekst af denne længde. %4$sFokuser på din søgefrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %5$d gange. Dette er mindre end det anbefalede minimum på %3$d gange for en tekst af denne længde. %4$sFokuser på din søgefrase%2$s!","%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %5$d gange. Dette er mindre end det anbefalede minimum på %3$d gange for en tekst af denne længde. %4$sFokuser på din søgefrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %3$d gange. Det er fint!","%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %3$d gange. Det er fint!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %5$d gange. Dette er mere end det anbefalede maksimum på %3$d gange for en tekst af denne længde. %4$sOverdriv nu ikke%2$s!","%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %5$d gange. Dette er mere end det anbefalede maksimum på %3$d gange for en tekst af denne længde. %4$sOverdriv nu ikke%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %5$d gange. Dette er meget mere end det anbefalede maksimum på %3$d gange for en tekst af denne længde. %4$sOverdriv nu ikke%2$s!","%1$sSøgeordstæthed%2$s: Søgefrasen blev fundet %5$d gange. Dette er meget mere end det anbefalede maksimum på %3$d gange for en tekst af denne længde. %4$sOverdriv nu ikke%2$s!"],"Indexable created for object %1$s with type %2$s":["Indeksering oprettet for objekt %1$s af typen %2$s"],"Method %1$s() does not exist in class %2$s":["Metoden %1$s() findes ikke i class %2$s"],"With %s, you can easily create such redirects.":["Med %s kan du nemt oprette denne slags viderestillinger."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["At ændre dine indstillinger for permalinks kan have seriøs indvirkning på synlighed i søgeresultater. Det bør næsten %1$saldrig%2$s gøres på et live websted."],"WARNING:":["ADVARSEL:"],"Learn about why permalinks are important for SEO.":["Lær, hvorfor permalinks er vigtige for SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunktionsord i søgefrase%3$s: din søgefrase \"%4$s\" indeholder kun funktionsord. %2$sLær mere om, hvad der er en god søgefrase.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Vidste du, at %s også analyserer de forskellige ordformer i dine søgefrase, som fx flertalsformer og datidsformer?"],"Clear Image":["Fjern billede"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sSøgefraselængde%3$s:%2$s Angiv en søgefrase for at beregne din SEO score%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sSøgefrase i korttitel%2$s: mere end halvdelen af din søgefrase vises i korttitel. Dette er storartet!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sSøgefrase i korttitel%3$s: (en del af) din søgefrase vises ikke i korttitel. %2$sLav det om%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sSøgefrase i korttitel%2$s: Godt arbejde!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sSøgefrase i titel%3$s: ikke alle ord fra din søgefrase \"%4$s\" vises i SEO titlen. %2$sPrøv at bruge den samme ordlyd af din søgefrase i SEO-titel%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sSøgefrase i titel%3$s: indeholder ikke en eksakt match. %2$sPrøv at skrive den nøjagtige match af din søgefrase i SEO-titel%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sSøgefrase i titel%3$s: den nøjagtige match af søgefrasen vises i SEO-titel, men ikke i begyndelsen. %2$sPrøv at flytte den til begyndelsen%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sSøgefrase i titel%2$s: den nøjagtige match af søgefrase vises i begyndelsen af SEO-titlen. Flot arbejde!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sSøgefrasefordeling%2$s: Flot arbejde!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sSøgefrasefordeling%3$s: Ujævn. Nogle dele af din tekst indeholder ikke søgefrase eller synonymer. %2$sDistribuer dem mere jævnt%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sSøgefrasefordeling%3$s: Meget ujævn. Store dele af din tekst indeholder ikke søgefrase eller synonymer. %2$sFordel dem mere jævnt%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sSøgefrasefordeling%3$s:%2$sInkluder din søgefrase eller dens synonymer i teksten, så vi kan kontrollere søgefrasefordeling%3$s."],"Help on choosing the perfect focus keyphrase":["Hjælp til at finde den perfekte søgefrase"],"Would you like to add a related keyphrase?":["Ønsker du at tilføje en relateret søgefrase?"],"Go %s!":["Start %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["At skjule datoarkiver i søgeresultater betyder ganske enkelt at disse vil får en %1$s robots meta. %2$sMere info om indstillinger for søgeresultater%3$s."],"Rank better with synonyms & related keyphrases":["Opnå bedre placering med synonymer og relaterede søgefraser"],"optimize a single post for synonyms and related keyphrases.":["optimer et enkelt indlæg for synonymer og relaterede søgefraser."],"Synonyms & related keyphrases":["Synonymer og relaterede søgefraser"],"Add related keyphrase":["Tilføj relateret søgefrase"],"Dismiss %s upgrade notice":["Afvis %s opgraderingsbesked"],"Upgrade to %s":["Opgrader til %s"],"%1$s video":["%1$s video"],"Get %s":["Få %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sTidligere brugt søgefrase%6$s: Du har brugt denne søgefrase %1$s%2$d gange før%3$s.\n%5$sBrug ikke dine søgefraser mere end én gang%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sTidligere brugt søgefrase%5$s: Du har brugt denne søgefrase %1$s en gang før%2$s.\n%4$sBrug ikke dine søgefraser mere end én gang%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sTidligere brugt søgefrase%2$s: Du har ikke brugt denne søgefrase før, det er fint."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sStopord i korttitel%3$s: Korttitlen for denne side indeholder et stopord. %2$sFjern det%3$s!","%1$sStopord i korttitel%3$s: Korttitlen for denne side indeholder stopord. %2$sFjern dem%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sKorttitel er for lang%3$s: korttitlen for denne side er lidt for lang. %2$sForkort den%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAlt-attributter på billeder%3$s: Der er ingen billeder på denne side. %2$sTilføj nogle%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink med nøglefrase%3$s: Du linker til en anden side med netop de ord du ønske at denne side skal SEO-score på. %2$sDet må du ikke gøre%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dette er langt under det anbefalede minimum på %5$d ord. %3$sTilføj mere indhold%4$s.","Dette er langt under det anbefalede minimum på %5$d ord. %3$sTilføj mere indhold%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dette er under det anbefalede minimum på %5$d ord. %3$sTilføj mere indhold%4$s.","Dette er under det anbefalede minimum på %5$d ord. %3$sTilføj mere indhold%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sTekstlængde%4$s: Teksten indeholder %1$d ord.","%2$sTekstlængde%4$s: Teksten indeholder %1$d ord."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sTekstlængde%3$s: Teksten indeholder %1$d ord. Det er fint!","%2$sTekstlængde%3$s: Teksten indeholder %1$d ord. Det er fint!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO-titelbredde%3$s: %2$sOpret venligst en SEO-titel%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO-titelbredde%3$s: SEO-titlen fylder mere end der kan vises. %2$sPrøv at forkorte den%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO-titelbredde%2$s: Fint!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO-titelbredde%3$s: SEO-titlen er for bred. %2$sBrug pladsen til at tilføje søgeordsvariationer eller opret overbevisende call-to-action-tekst%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sUdgående links%2$s: Der er både links med nofollow og normale udgående links på denne side. Det er fint!"],"%1$sOutbound links%2$s: Good job!":["%1$sUdgående link%2$s: Fint!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sUdgående links%3$s: Alle udgående links på denne side har nofollow. %2$sTilføj nogle links uden nofollow%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sUdgående links%3$s: Der ser ikke ud til at være udgående links på denne side. %2$sTilføj nogle%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta-beskrivelsens længde%2$s: Fint!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta-beskrivelsens længde%3$s: Meta-beskrivelsen er over %4$d tegn. For at sikre, at hele beskrivelsen kan ses, %2$sbør du forkorte den%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta-beskrivelsens længde%3$s: Meta-beskrivelsens længde er for kort (under %4$d tegn). Du kan bruge op til %5$d tegn. %2$sBrug pladsen%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta-beskrivelsens længde%3$s: Der er ikke indtastet nogen meta-beskrivelse. Søgemaskinerne viser tekst fra selve siden i stedet for. %2$sSørg for at skrive en%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sSøgeordsfrase i meta-beskrivelse%2$s: Meta-beskrivelsen er indtastet, men indeholder ikke søgeordsfrasen. %3$sLøs det%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sSøgeordsfrase i meta-beskrivelsen%2$s: Meta-beskrivelsen indeholder søgeordsfrasen %3$s gange, hvilket er mere end det anbefalede maksimum på 2 gange. %4$sBegræns brugen%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sSøgeordsfrasen i meta-beskrivelsen%2$s: Søgeordsfrase eller synonym forekommer i meta-beskrivelsen! Fint!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sSøgeordsfrasens længde%5$s: Søgeordsfrasen indeholder %1$d ord. Det er over det anbefalede maksimum på %2$d ord. %4$sForkort den%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sSøgeordsfrasens længde%5$s: Søgeordsfrasen indeholder %1$d ord. Det er mere end det anbefalede maksimum på %2$d ord. %4$sForkort den%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sSøgeordsfrasens længde%2$s: Fint!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sSøgeordsfrasens længde%3$s: Der er ikke indtastet nogen fokus-søgeordsfrase. %2$sIndtast en søgeordsfrase for at beregne din SEO-score%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sSøgeordsfrase i indledningen%3$s: Din søgeordsfrase eller dets synonymer forekommer ikke i den første paragraf. %2$sSørg for at emnet står klart fra begyndelsen%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sSøgeordsfrase i indledningen%3$s: Din søgeordsfrase eller dets synonymer forekommer i tekstens første afsnit, men ikke i en enkelt sætning. %2$sLøs det%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sSøgeordsfrase i indledningen%2$s: Fint!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterne links%2$s: Der er interne links både med og uden nofollow på denne side. Fint!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterne links%2$s: Du har nok interne links! Fint!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterne links%3$s: De interne links på denne side har alle nofollow. %2$sTilføj nogle gode interne links%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterne links%3$s: Ingen interne links forekommer på denne side. %2$sSørg for at tilføje nogle%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sOvergangsord%2$s: Fint!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sOvergangsord%2$s: Kun %3$s af sætningerne indeholder overgangsord, hvilket ikke er nok. %4$sBrug flere af dem%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sOvergangsord%2$s: Ingen af dine sætninger indeholder overgangsord. %3$sBrug nogle%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sIkke nok indhold%2$s: %3$sTilføj venligst mere indhold for at muliggøre en god analyse%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sBrug af underoverskrifter%2$s: Du bruger ikke underoverskrifter, men din tekst er heller ikke særlig lang og har formentlig ikke brug for dem."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sBrug af underoverskrifter%2$s: Du bruger ingen underoverskrifter, men din tekst er temmelig lang. %3$sPrøv at tilføje nogle underoverskrifter%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sBrug af underoverskrifter%2$s: %3$d afsnit er længere end %4$d ord og har ingen underoverskrifter. %5$sTilføj underoverskrifter for at forbedre læsbarheden%2$s.","%1$sBrug af underoverskrifter%2$s: %3$d afsnit er længere end %4$d ord og har ingen underoverskrifter. %5$sTilføj underoverskrifter for at forbedre læsbarheden%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sBrug af underoverskrifter%2$s: Fint!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSætningslængde%2$s: %3$s af dine sætninger indeholder mere end %4$s ord, hvilket er over det anbefalede maksimum på %5$s. %6$sPrøv at forkorte sætningerne%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSætningslængde%2$s: Flot!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFortløbende sætninger%2$s: Der er nok variation i dine sætninger. Flot!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFortløbende sætninger%2$s: Teksten indeholder %3$d fortløbende sætninger der begynder med samme ord. %5$sPrøv at variere tingene lidt%2$s!","%1$sFortløbende sætninger%2$s: Teksten indeholder %4$d steder hvor %3$d eller flere fortløbende sætninger begynder med samme ord. %5$sPrøv at variere tingene lidt%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassiv%2$s: %3$s af dine sætninger indeholder passiv hvilket er mere end det anbefalede maksimum på %4$s. %5$sPrøv at bruge de tilsvarende aktive formuleringer%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassiv%2$s: Din brug af aktiv er tilstrækkelig. Flot!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sAfsnitslængde%2$s: %3$d afsnit indeholder mere end det anbefalede maksimum på %4$d words. %5$sForkort dine afsnit%2$s!","%1$sAfsnitslængde%2$s: %3$d af afsnittene indeholder mere end det anbefalede maksimum på %4$d words. %5$sForkort dine afsnit%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sAfsnitslængde%2$s: Ingen afsnit er for lange! Det er fint klaret!"],"Good job!":["Det er fint klaret!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: Teksten scorer %3$s i testen, hvilket anses for at være %4$s at læse. %5$s%6$s%7$s"],"Focus keyphrase":["Fokus-søgeordsfrase"],"%1$s with ID %2$s couldn't be patched":["%1$s med ID %2$s kunne ikke patches."],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Ugyldig POST-forespørgsel. Meta-værdier eksisterer allerede for objektet med ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indekserbart element med ID `%1$s` eksisterer ikke."],"No object with ID %1$s and %2$s could be found":["Vi kunne ikke finde nogen objekter med ID %1$s og %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` er ikke en godkendt undertype af `%2$s`"],"The object type `%1$s` is invalid":["Objekttypen `%1$s` er ugyldig"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Ugyldig type for parameter `%1$s` overført. Forventede `%2$s`, men fik `%3$s`"],"The parameter `%1$s` cannot be empty.":["Parameteren `%1$s` må ikke være tom."],"Check Keyphrase Density":["Check søgefrasetæthed"],"Disable":["Deaktiver"],"Allow Control":["Tillad kontrol"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Dette faneblad tillader dig at deaktivere %s funktioner for alle websteder i netværket. Som standard er de aktiverede, så det enkelte websted administrator kan vælge at aktivere en funktion eller ej. Hvis du deaktiverer en funktion her, vil ingen administrator have adgang til denne funktion."],"%s is a required feature toggle argument.":["%s er et obligatorisk argument til skift af funktion."],"Keyphrase:":["Søgefrase:"],"Remove keyphrase":["Fjern søgefrase"],"This feature has been disabled by the network admin.":["Denne funktion er deaktiveret af netværkets administrator."],"Focus keyphrase not set.":["Fokus søgefrase ikke angivet."],"Multiple keyphrases":["Flere søgefraser"],"Colon":["Kolon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Både %1$s and %2$s håndterer SEO'en for dit websted. Det er skadeligt at have to SEO plugins kørende samtidigt."],"There is a new notification.":["Der er en ny notifikation.","Der er nye notifikationer."],"Learn more about the readability analysis":["Lær mere om læsbarhedsanalyse."],"Describe the duration of the instruction:":["Beskriv instruktionens varighed:"],"Optional. Customize how you want to describe the duration of the instruction":["Valgfrit. Tilpas, hvordan du vil beskrive varigheden af instruktionen"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Dette er en liste af relateret indhold som du kan linke til i dit indlæg. {{a}}Læs vores artikel om sidestruktur{{/a}} for at lære mere om hvordan interne links kan hjælpe med at forbedre dit SEO."],"%s, %s and %s":["%s, %s og %s"],"%s and %s":["%s og %s"],"%d minute":["%d minut","%d minutter"],"%d hour":["%d time","%d timer"],"%d day":["%d dag","%d dage"],"Enter a step title":["Indtast titel for dette trin"],"Optional. This can give you better control over the styling of the steps.":["Valgfrit. Dette kan give dig bedre kontrol over trinenes udseende."],"CSS class(es) to apply to the steps":["CSS klasse(r) at anvende på trinnene"],"minutes":["minutter"],"hours":["timer"],"days":["dage"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Opret en vejledning på en SEO-venlig måde. Du kan kun bruge en How-to blok pr. Indlæg."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Skriv dine ofte stillede spørgsmål på en SEO-venlig måde. Du kan kun bruge en FAQ-blok pr. Indlæg."],"Copy error":["Kopieringsfejl"],"An error occurred loading the %s primary taxonomy picker.":["Der opstod en fejl under indlæsningen af %s primære klassificeringsvælger."],"%1$s Structured Data Blocks":["%1$s Strukturerede datablokke"],"Time needed:":["Tidsforbrug:"],"Move question down":["Flyt spørgsmål ned"],"Move question up":["Flyt spørgsmål op"],"Insert question":["Indsæt spørgsmål"],"Delete question":["Slet spørgsmål"],"Enter the answer to the question":["Skriv svaret til spørgsmålet"],"Enter a question":["Skriv et spørgsmål"],"Add question":["Tilføj spørgsmål"],"Frequently Asked Questions":["Ofte stillede spørgsmål"],"Great news: you can, with %s!":["Gode nyheder: du kan med %s!"],"Select the primary %s":["Vælg den primære %s"],"Check links to this URL":["Tjek links til denne webadresse"],"Keyword research training":["Søgeord undersøgelsestræning"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Kontroller %1$sarkivskabelonen%2$s for følgende indholdstype: %3$s.","Kontroller %1$sarkivskabelonerne%2$s for følgende indholdstyper: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Forsøger du at bruge flere søgeord? Du bør tilføje dem hver for sig nedenfor."],"Mark as cornerstone content":["Markér som hjørnestensindhold"],"Move step down":["Flyt et trin ned"],"Move step up":["Flyt et trin op"],"Insert step":["Indsæt trin"],"Delete step":["Slet trin"],"Add image":["Tilføj billede"],"Enter a step description":["Indtast trinbeskrivelse"],"Enter a description":["Indtast en beskrivelse"],"Unordered list":["Usorteret liste"],"Showing step items as an ordered list.":["Vis trinelementer som en sorteret liste."],"Showing step items as an unordered list":["Vis trinelementer som en usorteret liste"],"Add step":["Tilføj trin"],"Delete total time":["Slet tid i alt"],"Add total time":["Tilføj tid i alt"],"How to":["Hvordan"],"How-to":["Hvordan"],"Snippet Preview":["Snippetpreview"],"Analysis results":["Analyseresultat:"],"Enter a focus keyphrase to calculate the SEO score":["Indtast et fokussøgeord for at beregne SEO-score"],"Learn more about Cornerstone Content.":["Lær mere om hjørnestensindhold."],"Cornerstone content should be the most important and extensive articles on your site.":["Hjørnestensindhold bør være de vigtigste og længste artikler på dit site."],"Restore Site":["Gendan site"],"Network Settings":["Netværksindstillinger"],"You are not allowed to perform this action.":["Du har ikke tilladelse til at gøre dette."],"Error: %s":["Fejl: %s"],"Success: %s":["Succes: %s"],"Site with ID %d not found.":["Site med id'et %d ikke fundet."],"No site has been selected to restore.":["Du har ikke valgt noget site til gendannelse."],"You are not allowed to modify unregistered network settings.":["Du har ikke tilladelse til at ændre uregistrerede netværksindstillinger."],"deleted":["slettet"],"Would you like to add another keyphrase?":["Ønsker du at tilføje endnu et søgeord?"],"image preview":["billedpreview"],"Copied!":["Kopieret!"],"Not supported!":["Ikke understøttet!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Læs {{a}}vores artikel om sitestruktur{{/a}} for at lære mere om hvordan interne links kan bidrage til at forbedre din SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Når du har tilføjet lidt mere tekst, vil vi give dig en liste med tilsvarende indhold her, så du kan tilføje links i dit indlæg."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Overvej at linke til disse {{a}}hjørnestensartikler:{{/a}}"],"Consider linking to these articles:":["Overvej at linke til disse artikler:"],"Copy link":["Kopiér link"],"Copy link to suggested article: %s":["Kopiér link til foreslået artikel: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Læs vores %1$sultimative guide til søgeordsresearch%2$s for at lære mere om søgeordsresearch og søgeordsstrategier."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Når du har tilføjet lidt mere tekst, vil vi give dig en liste med ord og kombinationer af ord, der forekommer oftest i indholdet. De vil give dig en fornemmelse af hvad dit indhold koncentrerer sig om."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["De følgende ord og kombinationer af ord forekommer oftest i indholdet. De giver dig en fornemmelse af, hvad dit indhold koncentrerer sig om. Hvis ordene adskiller sig ret meget fra dit emne, skulle du omskrive dit indhold."],"Prominent words":["Fremtrædende ord"],"The site's tagline":["Websitets taglinje"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Vi har for nylig forbedret funktionaliteten i indstillingerne for søgeudseende. Desværre har vi opdaget, at indstillingerne for bestemte indlægstypearkiver i enkelte sjældne tilfælde ikke er blevet gemt."],"Not all required fields are given. Missing field %1$s":["Ikke alle obligatoriske felter er angivet. Manglende felt %1$s"],"Optimize your site for Google News.":["Optimér dit site til Google News."],"Optimize your shop's SEO and sell more products!":["Optimér din butiks SEO og sælg flere produkter!"],"Be found in Google Video search and enhance your video sharing on social media.":["Bliv fundet i Google Video-søgninger, og udvid din videodelinger på de sociale medier."],"Be found in Google Maps and local results.":["Bliv fundet i Google Maps og lokale resultater."],"Learn practical SEO skills to rank higher in Google.":["Lær praktiske SEO-færdigheder for ar rangere højre på Google."],"Don’t waste time figuring out the best settings yourself.":["Spild ikke tiden med selv at finde ud af de bedste indstillinger."],"Get quick wins to make your site rank higher in search engines.":["Få hurtige gevinster og højere placeringer i søgemaskiner."],"Add synonyms":["Tilføj synonymer"],"Would you like to add keyphrase synonyms?":["Vil du gerne tilføje søgeordssynonymer?"],"Would you like to add more than one keyphrase?":["Vil du gerne tilføje flere end et søgeord?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Du kan redigere SEO-metadataene for denne brugerdefinerede type på %1$sShop-siden%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["You haven't set a Shop page in your WooCommerce settings. Please do this first."],"Current year":["Dette år"],"Page":["Side"],"Breadcrumb settings for %s archive":["Brødkrummeindstillinger for arkivet %s"],"Something went wrong. Please reload the page.":["Noget gik galt. Genindlæs venligst siden."],"Tagline":["Tagline"],"Modify your meta description by editing it right here":["Redigér din meta-beskrivelse ved at redigere den lige her"],"description (custom taxonomy)":["beskrivelse (brugerdefineret taksonomi)"],"(custom taxonomy)":["(brugerdefineret taksonomi)"],"(custom field)":["(brugerdefineret felt)"],"Term404":["Term404"],"Caption":["Billedtekst"],"Pagenumber":["Sidenummer"],"Pagetotal":["Sidetotal"],"Page number":["Sidenummer"],"User description":["Brugerbeskrivelse"],"ID":["ID"],"Modified":["Ændret"],"Post type (plural)":["Indlægstype (flertal)"],"Post type (singular)":["Indlægstype (ental)"],"Separator":[" Separator"],"Search phrase":["Søgefrase"],"Term title":["Termtitel"],"Term description":["Termbeskrivelse"],"Tag description":["Tagbeskrivelse"],"Category description":["Kategoribeskrivelse"],"Primary category":["Primær kategori"],"Category":["Kategori"],"Tag":["Tag"],"Excerpt only":["Kun uddrag"],"Excerpt":["Uddrag"],"Site title":["Sitetitel"],"Archive title":["Arkivtitel"],"Parent title":["Forældertitel"],"Date":["Dato"],"Label":["Etiket"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Du skal oprette en viderestilling for at sikre, at dine besøgende ikke får en 404-fejl, når de klikker på en URL, der ikke længere fungerer."],"Search engines and other websites can still send traffic to your deleted post.":["Søgemaskiner og andre websteder kan stadig sende trafik til dit slettede indlæg."],"Make sure you don't miss out on traffic!":["Sørg for, at du ikke går glip af trafikken!"],"You just deleted a %1$s.":["Du har lige slettet en %1$s."],"You just trashed a %1$s.":["Du har lige smidt %1$s i papirkurven."],"Settings for %s archive":["Indstillinger for arkivet %s"],"Settings for single %s URLs":["Indstillinger for enkelt %s URLer"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Indstillingerne på denne side giver dig mulighed for at angive, hvordan søgeresultaterne skal vises som standard for enhver type indhold, du har. Du kan vælge, hvilke indholdstyper der vises i søgeresultater, og hvad deres standardbeskrivelse skal være."],"Url preview":["URL-forhåndsvisning"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Skriv venligst en meta-beskrivelse ved at redigere snippetten herunder. Hvis du ikke gør dette, vil Google prøve at finde en relevant del af dit indlæg til at vise i søgeresultaterne."],"Insert snippet variable":["Indsæt snippet-variabel"],"Dismiss this notice":["Afvis denne meddelelse"],"No results":["Ingen resultater"],"%d result found, use up and down arrow keys to navigate":["%d resultat fundet, brug pil op og ned for at navigere","%d resultater fundet, brug pil op og ned for at navigere"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Dit websteds sprog er indstillet til %s. Hvis dette ikke er korrekt, kontakt dit websteds administrator."],"Number of results found: %d":["Antal resultater fundet: %d"],"Note that not all variables can be used in every field.":["Bemærk, at ikke alle variabler kan bruges i alle felter."],"Snippet variables":["Snippet-variabler"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respekterer dit privatliv. Læs vores %2$sprivat politik%3$s om hvordan vi behandler dine personlige oplysninger."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Hvis du ved hvad dette betyder, og du ikke længere vil se denne besked, kan du %1$safvise denne meddelelse%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Dine indstillinger tillader i øjeblikket at vedhæftede URL'er eksisterer på dit website. Læs venligst %1$sdette indlæg om et potentielt problem%2$s med vedhæftede URL'er og tjek om du har den korrekte indstilling for dit website."],"Unknown type %1$s":["Ukendt type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inkluderer en gratis MyYoast-konto, som giver dig adgang til vores gratis SEO-kursus for begyndere!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Tilmeld dig vores nyhedsbrev, hvis du vil holde dig ajour med %1$s, andre seje plugins af %2$s og interessante nyheder og tips fra SEO-verdenen."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Få din Baidu-verifikationskode i %1$sBaidu webmasterværktøjer%2$s."],"Baidu verification code":["Baidu-verifikationskode"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["%s' importfunktioner bruger midlertidige databaser. Det ser ud, som om din WordPress-installation ikke giver mulighed for dette. Kontakt venligst din udbyder."],"Cleanup of %s data failed.":["Oprydning af %s's data mislykkedes."],"Content Type":["Indholdstype"],"Filter by content type":["Filtrér på indholdstype"],"Show All Content Types":["Vis alle indholdstyper"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["For at løse det skal du fjerne markeringen ud for \"Opdel kommentarer i sider …\" i %1$sDiskussionsindstillinger%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Erstattet med den normale titel for et arkiv genereret af WordPress"],"Clean":["Ren"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Når du er sikker på, at dit websted er ok, kan du rydde op. Det fjerner alle de oprindelige data."],"Step 5: Clean up":["Trin 5: Ryd op"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Du skal køre konfigurationsguiden, fra SEO & rarr; Generelt & rarr; Kontrolpanel for at sikre, at alle indstillinger for dit websted er korrekte."],"Step 4: Run the configuration wizard":["Trin 4: Kør konfigurationsguiden"],"Please check your posts and pages and see if the metadata was successfully imported.":["Kontrollér dine indlæg og sider og se, om metadataene blev importeret korrekt."],"Step 3: Check your data":["Trin 3: Tjek dine data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Dette vil importere metadata fra indlæg så som SEO-titler og beskrivelser og indsætte i dine %1$s-metadata. Det vil kun ske, når der ikke er nogen eksisterende %1$s-metadata endnu. De oprindelige data forbliver uændret."],"Step 2: Import":["Trin 2: Importer"],"Please make a backup of your database before starting this process.":["Lav venligst en backup af din database, før du starter denne proces."],"Step 1: Create a backup":["Trin 1: Opret en backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Vi har fundet data fra en eller flere SEO-plugins på dit websted. Følg nedenstående trin for at importere disse data:"],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":["%s har ikke fundet nogen plugindata fra plugins, den kan importere fra."],"Posts that should not show up in search results":["Indlæg, der ikke skal vises i søgeresultater"],"%s data found.":["%s-data fundet"],"%s data successfully removed.":["%s-data fjernet uden problemer."],"%s data successfully imported.":["%s-data importeret uden problemer."],"%s data not found.":["%s-data ikke fundet."],"Improve your SEO skills":["Gør dine SEO-færdigheder bedre"],"24/7 email support":["E-mailsupport 24/7"],"No more dead links a.k.a. 404 pages":["Ikke flere døde link, også kaldet 404-sider"],"Get real-time suggestions for internal links":["Få realtidsforslag til interne link"],"Preview your page in Facebook and Twitter":["Forhåndsvis din side på Facebook eller Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Klik på \"%3$s\"-knappen for at bruge meta-beskrivelsen fra indstillingen for %1$sVisning af søgninger%2$s."],"Help on copying the home meta description":["Hjælp til at kopiere meta-beskrivelse for Hjem"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["For at lade søgemaskiner vide, hvilke sociale profiler er knyttet til dette site, skal du indtaste dine sociale profiler nedenfor."],"Learn more about your social profiles settings":["Lær mere om indstillinger af dine sociale profiler"],"Remove the categories prefix":["Fjern kategoripræfikser"],"Help on the category prefix setting":["Hjælp om indstilling af kategoripræfikser"],"Learn more about the available variables":["Lær mere om de tilgængelige variabler"],"Learn more about the RSS feed setting":["Lær mere om indstilling af RSS-feeds"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Når du uploader mediefiler (fx et billede eller en video) i WordPress, gemmer det ikke kun mediefilen, men opretter en URL for vedhæftede filer for den. Disse sider med vedhæftede filer er ofte tomme: de indeholder mediefilen og muligvis en titel, hvis du har indtastet en. Hvis du aldrig bruger disse URL'er, er det derfor bedre at deaktivere dem og viderestille til mediefilen."],"Learn more about the Media and attachment URLs setting":["Læs mere om indstillinger for URL'er for mediefiler og vedhæftede filer"],"Learn more about the title separator setting":["Læs mere om indstillinger for titelseparator"],"Learn more about the knowledge graph setting":["Læs mere om indstillinger for vidensgraf"],"Learn more about the homepage setting":["Lær mere om indstillinger for hjem-siden"],"Learn more about the special pages setting":["Læs mere om indstillinger for specialsider"],"Help on the date archives search results setting":["Hjælp til indstillinger for søgeresultater for datoarkiver"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Viser man ikke forfatterarkiver uden indlæg i søgeresultaterne, betyder det teknisk set, at de har en %1$s robots-meta og vil blive udeladt af XML-sitemaps. %2$sFlere oplysninger om indstillinger for søgesultater%3$s."],"Help on the authors without posts archive search results setting":["Hjælp til indstillinger for søgeresultater for forfatterarkiver uden indlæg"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Viser man ikke forfatterarkiver i søgeresultaterne, betyder det teknisk set, at de har en %1$s robots-meta og vil blive udeladt af XML-sitemaps. %2$sFlere oplysninger om indstillinger for søgesultater%3$s."],"Help on the author archives search results setting":["Hjælp til indstillinger for søgeresultater for forfatterarkiver"],"Archives settings help":["Hjælp til indstillinger for arkiver"],"Learn more about the archives setting":["Læs mere om indstillinger for arkiver"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Hent din Yandex-verifikationskode i %1$sYandex-webmasterværktøjer%2$s."],"Yandex verification code":["Yandex-verifikationskode"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Få din Google-verifikationskode i %1$s-Google Søgekonsol%2$s."],"Google verification code":["Google-verifikationskode"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Få din Bing-verifikationskode i %1$sBing Webmasterværktøjer%2$s."],"Bing verification code":["Bing-verifikationskode"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Du kan bruge boksene nedenfor til at blive verificeret hos de forskellige webmasterværktøjer. Denne funktion vil tilføje en verifikations-meta-tag på hjem-siden. Følg linket til de forskellige webmasterværktøjer og læs instruktionerne for metatag-verifikationsmetoden for at få verifikationskoden. Hvis dit site allerede er verificeret, kan du bare gå videre."],"Learn more about the Webmaster Tools verification":["Læs mere om verifikation og webmasterværktøjer"],"On":["Til"],"Help on: %s":["Hjælp til: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s har en lang række funktioner. Du kan aktivere eller deaktivere nogle af dem nedenfor. Klik på spørgsmålstegnene for at læse mere om funktionerne."],"Off":["Fra"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Den avancerede sektion i %1$s' metaboks lader en bruger fjerne indlæg fra søgeresultaterne eller ændre den kanoniske URL. Det er ikke noget, du ønsker, alle forfattere skal kunne gøre. Derfor er det som standard kun redaktører og administratorer, der kan gøre det. Indstillingen \"%2$s\" lader alle brugere ændre disse indstillinger."],"Security: no advanced settings for authors":["Sikkerhed: ingen avancerede indstillinger for forfattere"],"See who contributed to %1$s.":["Læs, hvem der har bidraget til %1$s."],"Help on this search results setting":["Hjælp til denne indstilling for søgeresultater"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Viser man ikke arkiver for %1$s i søgeresultaterne, betyder det teknisk set, at de har en %2$s robots-meta og vil blive udeladt af XML-sitemaps. %3$sFlere oplysninger om indstillinger for søgesultater%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Viser man ikke %1$s i søgeresultaterne, betyder det teknisk set, at de har en %2$s robots-meta og vil blive udeladt af XML-sitemaps. %3$sFlere oplysninger om indstillinger for søgesultater%4$s."],"Default for %2$s, currently: %1$s":["Standard for %2$s, aktuelt: %1$s"],"Show %s in search results?":["Vis %s i søgeresultater?"],"this author's archives":["denne forfatters arkiver"],"Do not allow search engines to show %s in search results.":["Tillad ikke søgemaskiner at vise %s i søgeresultater."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Kategori-URL'er i WordPress indeholder et præfiks, sædvanligvis %s. Denne funktioner fjerne dette præfix, men kun for kategorier."],"Category URLs":["Kategori URL'er"],"the archive for %s":["arkivet for %s"],"Redirect attachment URLs to the attachment itself?":["Viderestil URL'er for vedhæftede filer til de vedhæftede filer selv?"],"We recommend you set this to Yes.":["Vi anbefaler dig at sætte det til ja."],"Media & attachment URLs":["URL for mediefiler og vedhæftede filer"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Dette vises i søgeresultaterne, når man finder din hjemmeside. Det er formentlig, hvad man ser, når man søger efter navnet på dit brand."],"date archives":["datoarkiver"],"archives for authors without posts":["arkiver for forfattere uden indlæg"],"Read why XML Sitemaps are important for your site.":["Læs, hvorfor XML-sitemaps er vigtige for dit site."],"Enable the XML sitemaps that %s generates.":["Aktivér XML-sitemaps, som %s genererer."],"See the XML sitemap.":["Vis XML-sitemap."],"%2$s (current default for %1$s)":["%2$s (aktuel standard for %1$s)"],"Media":["Mediefiler"],"Content Types":["Indholdstyper"],"Should search engines follow links on this %1$s?":["Skal søgemaskiner følge links for denne %1$s?"],"Allow search engines to show this %s in search results?":["Tillad søgemaskiner at vise denne/dette %s i søgeresultaterne?"],"Search Appearance":["Visning af søgeresultater"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Vælg, hvilke indholdstyper du ønsker at få vist i søgemaskiner. Hvis du ikke kender forskellen på disse, er det bedst at vælge standardindstillingen."],"Search engines should show \"%1$s\" in search results:":["Søgemaskiner skal vise \"%1$s\" i søgeresultaterne:"],"Search engine visibility":["Synlighed i søgemaskiner"],"Toggle %1$s's XML Sitemap":["Slå %1$s's XML-sitemap til/fra"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Supportforespørgsler, du opretter her, bliver sendt direkte til vores supportsystem, som er sikret med 256-bit-SLL, så kommunikationen er 100 % sikker."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Hjørnestensindhold-funktionen lader dig vælge og filtrere hjørnestensindhold på dit websted."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Hvis du har et problem, som du ikke kan løse med vore videovejledninger eller vidensbase, kan du sende en besked til vores supportteam. De træffes 24/7."],"Search result":["Søgeresultater"],"Good results":["Gode resultater"],"Get better search results in local search":["Få bedre søgeresultater i lokale søgninger"],"Allow customers to pick up their %s order locally":["Tillad kunder at hente deres %s-ordre lokalt"],"SEO analysis":["SEO-analyse"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO-analyse kommer med forslag til, hvordan du forbedrer din teksts SEO."],"Learn how the SEO analysis can help you rank.":["Lær, hvordan SEO-analyse kan hjælpe dig med dine søgemaskineplaceringer."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Læsbarhedsanalysen kommer med forslag til, hvordan du kan forbedre din teksts struktur og stil."],"Discover why readability is important for SEO.":["Læs, hvorfor læsbarhed er vigtig for SEO."],"Find out how cornerstone content can help you improve your site structure.":["Find ud af, hvordan hjørnestensindhold kan hjælpe dig med at forbedre dit websteds struktur."],"The text link counter helps you improve your site structure.":["Tekstlink-tælleren hjælper dig med at forbedre din sides struktur."],"Find out how the text link counter can enhance your SEO.":["Find ud af, hvordan tekstlink-tælleren kan forbedre din SEO."],"%s integration":["%s-integration"],"Read more about how %s works.":["Læs mere om, hvordan %s virker."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Aktivér denne funktion, hvis du ønsker, at Facebook og andre sociale medier skal vise en preview med billeder og tekstuddrag, når et link til dit websted deles."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Aktivér denne funktion, hvis du ønsker, at Twitter skal vise et preview med billeder og et tekstuddrag, når folk deler et link til dit site."],"Find out why you should upgrade to %s":["Find ud af, hvorfor du bør opgraderer til %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Seneste blogindlæg på %1$s"],"Need help?":["Brug for hjælp?"],"Type here to search...":["Skriv her for at søge …"],"Search the Yoast Knowledge Base for answers to your questions:":["Søg i Yoasts vidensbase for svar på dine spørgsmål:"],"Remove highlight from the text":["Fjern fremhævelser fra teksten"],"Your site language is set to %s. ":["Sproget på dit websted er sat til %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Kom hurtigt i gang med %1$ss %2$sopsætningsguide%3$s!"],"First-time SEO configuration":["Førstegangs SEO-opsætning"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Sproget på dit site er sat til {language}. Hvis dette ikke er korrekt, så kontakt din siteadministrator."],"Your site language is set to {language}.":["Dit websteds sprog er sat til {language}."],"Highlight this result in the text":["Fremhæv dette resultat i teksten"],"Considerations":["Overvejelser"],"Errors":["Fejl"],"Change language":["Ændr sprog"],"You cannot create a %s file.":["Du kan ikke oprette en %s-fil."],"You cannot edit the %s file.":["Du kan ikke redigere filen %s."],"Updated %s":["Opdateret %s"],"Create %s file":["Opret filen %s"],"Edit the content of your %s:":["Redigér indholdet af din %s:"],"Save changes to %s":["Gem ændringerne i %s"],"%s file":["%s-fil"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s og %2$s kan fungere meget bedre sammen, hvis du installerer en hjælperplugin. Installér venligst %3$s for at gøre dit liv lettere. %4$s."],"More information":["Mere information"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s og %2$s kan fungere meget bedre sammen, hvis du installerer et hjælperplugin. Aktivér venligst %3$s for at gøre dit liv lettere."],"More information about %1$s":["Mere information om %1$s"],"Configuration Wizard":["Opsætningsguide"],"You've done it!":["Du er færdig!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integrér %2$s problemfrit med %1$s med henblik på indholdsanalyse!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s og %2$s kan fungere meget bedre sammen, hvis du installerer et hjælperplugin. Installér venligst %3$s for at gøre dit liv lettere."],"Manage your %s subscription on MyYoast":["Administrér dit %s abonnement på MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Indstillinger for visning af søgninger for %1$s består af variabler, som er blevet erstattet med specifikke værdier fra siden, når siden bliver vist. Tabellen herunder indeholder en liste med tilgængelige variabler."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Markér vigtigste %1$s som 'hjørnestensindhold' for at forbedre din sides struktur. %2$sLæs mere om hjørnestensindhold%3$s."],"Loading help center.":["Indlæser hjælpecenter."],"Get support":["Få support"],"View in KB":["Vis i vidensbasen"],"Go back":["Tilbage"],"Go back to the search results":["Tilbage til søgeresultaterne"],"(Opens in a new browser tab)":["(Åbner i en ny browserfane)"],"Posts %1$swithout%2$s a focus keyphrase":["Indlæg %1$suden%2$s en fokussøgefrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Din SEO klarer sig godt! Se statistikkerne:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Du har ingen udgivne indlæg. Din SEO-score vil fremgå her, når du har udgivet dit første indlæg!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["På denne side kan du ændre navnet på din side og vælge hvilken separator der skal bruges. Separatoren vil f.eks. vises mellem din indlægstitel og dit websteds navn. Symboler vises i den størrelse, som de bliver vist i søgeresultater. Vælg den, der passer bedst til dit brand eller optager mindst plads i dine snippets."],"Something else":["Noget andet"],"A portfolio":["En portfolio"],"A corporation":["En virksomhed"],"A small offline business":["En lille offlinevirksomhed"],"A news channel":["En nyhedskanal"],"An online shop":["En webshop"],"A blog":["En blog"],"What does the site %1$s represent?":["Hvad repræsenterer dit websted %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Hvis du siger nej, vil dine forfatterarkiver blive deaktiveret for at forhindre problemer med duplikeret indhold."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Bemærk: Vi gemmer ikke dine data på nogen måde, og vi har ikke komplet adgang til din konto. Dit privatliv er sikkert hos os."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integrerer med Google Search Consol, som du som webstedsejer absolut må have. Det giver dig informationer om, hvor godt dit websted har det. Har du ikke en Google-konto, eller er dit websted ikke aktiveret endnu? Find ud af, %2$shvordan du forbinder Google Search Console med dit websted.%3$s."],"Option B: My site is under construction and should not be indexed":["Mulighed B: Min side er under udvikling og skal ikke indekseres"],"Option A: My site is live and ready to be indexed":["Mulighed A: Min side er online og klar til at blive indekseret"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Vælg under udvikling af webstedet, hvis du ikke vil have dit websted indekseret af søgemaskiner. Glem ikke at aktivere det, når du er klar til at tage din side online."],"Please specify if your site is under construction or already active.":["Angiv, om din side er under udvikling eller allerede aktiv."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Denne information bliver brugt i Googles Knowledge Graph Card, den store\nboks med information, som du ser på højre side af søgeresultaterne."],"Read more like this on our SEO blog":["Læs mere som dette på vores SEO-blog"],"Readability: %s":["Læsbarhed: %s"],"Not activated":["Ikke aktiveret"],"Activated":["Aktiveret"],"%1$s recommendations for you":["%1$s anbefalinger til dig"],"All Readability Scores":["Alle læsbarheds-scorer"],"Filter by Readability Score":["Filtrér med læsbarheds-scorer"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Du får ingen opdateringer eller support! Løs problemet ved at tilføje dette site og aktivere %1$s på det i %2$s."],"Request method %1$s is not valid.":["Forespørgselsmetoden %1$s er ikke gyldig."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Ønsker du at se et preview af, hvordan det vil se ud, hvis folk deler dette indlæg på %1$s? Det kan du ‒ med %2$s."],"Good job! All the links in your texts have been counted.":["Fint! Alle links i din tekst er optalt."],"Calculation completed.":["Beregning fuldført."],"Calculation in progress...":["Beregning i gang …"],"Stop counting":["Stop optælling"],"Counting links in your texts":["Tæller links i dine tekster"],"Text %1$s of %2$s processed.":["Tekst %1$s af %2$s behandlet."],"All your texts are already counted, there is no need to count them again.":["Alle dine tekster er optalt, så der er ingen grund til at tælle dem igen."],"Count links in your texts":["Tæl links i dine tekster"],"Text link counter":["Tekstlinktæller"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Antal interne links, der linker til dette indlæg. Se \"Yoast-kolonner\"-teksten i hjælpefanen for flere oplysninger."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Antal udgående links i dette indlæg. Se \"Yoast-kolonner\"-teksten i hjælpefanen for flere oplysninger."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s tilføjer adskiller kolonner til denne side. Vi har skrevet en artikel om, %2$shvordan man bruger SEO-scoren og Læsbarheds-scoren%3$s. Link-kolonnerne viser, hvor mange artikler på dette site der linker %5$stil%6$s denne artikel og antal URL'er, der linker %5$sfra%6$s denne artikel. Læs mere om, %4$shvordan du bruger disse funktioner til at forbedre de interne links%3$s, hvilket kraftigt forbedrer din SEO."],"%s Columns":["%s-kolonner"],"Readability score":["Læsbarheds-score"],"Other benefits of %s for you:":["Andre fordele, %s giver dig:"],"Scroll to see the preview content.":["Scroll for at se preview-indholdet."],"Cornerstone content":["Hjørnestensindhold"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s vil nu sørge for alt, hvad dit websted har brug for af teknisk optimering. For virkelig at forbedre dit websteds placering i søgeresultaterne, er det vigtigt at begynde med at skrive indhold, der får gode placeringer på de søgeord, du finder vigtige. Se denne video, hvor vi forklarer, hvordan man skal bruge %1$ss metaboks, når du redigerer indlæg og sider."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Hvis du vil vinde over konkurrenterne i en bestemt by eller region, så tjek vores %1$s-plugin. Du kan så let som ingenting indsætte Google-maps, åbningstider, kontaktoplysningerne og en butiksfinder. Desuden hjælper %1$s dig med at forbedre din kontaktsides brugervenlighed."],"Attract more customers near you":["Tiltræk flere kunder i nærheden af dig"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Vil du gerne kende alle krogene i %1$s-pluginnet? Ønsker du at lære alt om de avancerede indstillinger? Ønsker du virkelig at få så meget ud af %1$s-pluginnet som muligt? Så tjek vores kurser i %1$s-pluginnet og giv konkurrenterne baghjul!"],"Get the most out of %1$s with the %2$s":["Udnyt %1$s bedst muligt med %2$s"],"Upgrade to Premium":["Opgradér til Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Vil du besejre dine konkurrenter i søgeresultaterne? %1$s giver dig flere supergode funktioner, som hjælper dig med at få styr på din SEO-strategi som en professionel. Brug flere fokussøgeord, viderestillings-manageren og vores værktøj til at linke internt. %1$s vil også give dig adgang til premium-support."],"Outrank the competition with %s":["Besejr konkurrenterne med %s"],"You might like":["Måske vil du synes om"],"Newsletter":["Nyhedsbrev"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Vi har opdaget, at du endnu ikke har færdiggjort opsætningsguiden, så vi anbefaler, at du %2$sstarter opsætningsguiden og sætter %1$s op%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Opsætningsguiden hjælper dig med at opsætte dit websted med de optimale SEO-indstillinger så let som ingenting."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Få Premium, og vore eksperter vil stå parat til at besvare alle de spørgsmål, du måtte have om opsætning og brug af pluginnet."],"Superfast internal linking suggestions":["Lynhurtige forslag til interne links"],"Great news: you can, with %1$s!":["Godt nyt: du kan, med %1$s!"],"Save changes":["Gem ændringer"],"1 year free support and updates included!":["1 års gratis support og opgraderinger inkluderet!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Pluginnet %2$s ændrer dit sites outpunkt, men på en måde, som skelner mellem søgemaskiner og normale bruger, en proces, der kaldes tilsløring (cloaking). Vi opfordrer indtrængende til, at du deaktiverer det."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSociale medier forhåndsvisning%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sIkke flere døde links%2$s: Viderestillings-manager, som er nem at bruge"],"No ads!":["Ingen annoncer!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Preview af sociale medier"],"Easy redirect manager":["Viderestillings-manager, der er nem at bruge"],"No more dead links":["Ikke flere døde links"],"Increase your SEO reach":["Forøg din SEO-effekt"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Hvis du ønsker mere hjælp til at skabe fantastisk indhold, så tjek vores %2$sSEO-tekstforfatningskursus%3$s. Ønsker du at vide alt om pluginnets funktioner, så overvej vores %1$s!"],"Variable":["Variabel"],"Available variables":["Tilgængelige variabler"],"Scroll to see the table content.":["Scroll for at se tabelindholdet."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Konsultér venligst %1$svores artikel om, hvordan du forbinder dit websted med Google Search Console%2$s, hvis du har brug for hjælp."],"An error occurred in the '%1$s' assessment":["Der opstod en fejl i '%1$s'-beregningen."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s af ordene har %2$sover %3$s stavelser%4$s, hvilket er mere end det anbefalede maksimum på %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s af ordene har %2$sover %3$s stavelser%4$s, hvilket er mindre end eller lig med det anbefalede maksimum på %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Dette er lidt under det anbefalede minimum på %5$d ord. %3$sTilføj lidt mere tekst%4$s.","Dette er lidt under det anbefalede minimum på %5$d ord. %3$sTilføj lidt mere tekst%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Metabeskrivelsen indeholder %1$d sætning med %2$sover %3$s ord%4$s. Prøv at forkorte denne sætning.","Metabeskrivelsen indeholder %1$d sætning med %2$sover %3$s ord%4$s. Prøv at forkorte disse sætninger."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Metabeskrivelsen indeholder ingen sætninger med %1$sover %2$s ord%3$s."],"Step %1$d: %2$s":["Trin %1$d: %2$s"],"No new notifications.":["Ingen nye notifikationer."],"Save all":["Gem alle"],"Save":["Gem"],"%1$s, Author at %2$s":["%1$s, skribent på %2$s"],"Mobile preview":["Mobil-preview"],"Desktop preview":["Desktop-preview"],"Select redirect":["Vælg viderestilling"],"Please provide an SEO title by editing the snippet below.":["Tilføj venligst en SEO-titel ved at redigere uddraget i snippeteditoren nedenfor."],"Meta description preview:":["Preview af metabeskrivelse:"],"Slug preview:":["Preview af korttitel:"],"SEO title preview:":["Preview af SEO-titel:"],"Close snippet editor":["Luk snippeteditor"],"Slug":["Korttitel"],"Remove marks in the text":["Fjern markeringer i teksten"],"Mark this result in the text":["Markér dette resultat i teksten"],"Marks are disabled in current view":["Markeringer er deaktiveret i den aktuelle visning"],"Good SEO score":["God SEO-score"],"OK SEO score":["OK SEO-score"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Vælg et billede"],"Remove the image":["Fjern billedet"],"MailChimp signup failed:":["MailChimp-tilmelding mislykkedes:"],"Sign Up!":["Tilmeld!"],"Name":["Navn"],"There is an error with the request.":["Der er en fejl ved forespørgslen."],"Select profile":["Vælg profil"],"Choose a profile":["Vælg en profil"],"Authorization code":["Autorisationskode"],"Reauthenticate with Google":["Reauthentificér hos Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["For at give %s lov til at hente information hos Google Search Console bedes du indtaste din Google-autorisationskode. Klikker du på knappen nedenfor, åbnes en nyt vindue."],"Please provide a meta description by editing the snippet below.":["Tilføj venligst en meta-beskrivelse ved at redigere uddraget i snippeteditoren nedenfor."],"Edit snippet":["Redigér snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Du kan klikke på hvert enkelt element i previewet for at komme til Snippeteditoren."],"SEO title preview":["Preview af SEO-titel"],"Meta description preview":["Preview af metabeskrivelse"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Et problem opstod, da det nuværende trinskulle gemmes, {{link}}udfyld venligst en fejlrapport{{/link}}: Beskriv, hvilket trin du var på, og hvilke ændringer du evt. ønskede at lave."],"Close the Wizard":["Luk guiden"],"Export settings":["Eksporter indstillinger"],"%1$s video tutorial":["%1$s-videovejledning"],"%s › Configuration Wizard":["%s › Konfigurationsguide"],"Please don't show me this notification anymore":["Vis mig venligst ikke denne notifikation igen"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Oplever du problemer, %1$sså opret en supportsag%2$s, og vi vil gøre, hvad vi kan, for at hjælpe dig."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Vi har bemærket, at du har brugt %1$s i nogen tid; vi håber, du er begejstret det! Vi ville blive henrykt, hvis du kunne %2$sgive os en 5-stjernet bedømmelse på WordPress.org%3$s!"],"Date archives settings":["Indstillinger for datoarkiver"],"Author archives settings":["Indstillinger for forfatterarkiver"],"%1$s by %2$s":["%1$s gange %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Advarsel: variablen %s kan ikke anvendes i denne skabelon. Få flere oplysninger i vores hjælpecenter."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Vidste du forresten, at vi også har en %1$sbetalingsudgave%2$s? Den indeholder avancerede funktioner som fx administration af viderestilling og understøttelse af flere søgeord. Du får også personlig support 24/7."],"(no title)":["(ingen titel)"],"%s installation wizard":["%s installationsguide"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["%1$s's menu i kontrolbjælken rummer en række nyttige links til tredjeparts-værktøjer, der kan analysere sider, og gør det let at se, om du har nye notifikationer."],"Admin bar menu":["Kontrolbjælkemenu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s tjekker ugentligt, om dit websted stadig kan indekseres af søgemaskinerne og %2$s vil give dig besked, hvis dette ikke er tilfældet."],"Features":["Funktioner"],"SEO title":["SEO-titel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Vi gør vores bedste for at gøre det så let som muligt at konfigurere %1$s, men vi ved godt, at det kan være en stor mundfuld. Hvis du hellere vil, at vi konfigurerer %1$s for dig (du får en licens til %2$s undervejs), så bestil vores %3$s%1$s-konfigurationspakke%4$s her!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Velkommen til %1$s's konfigurationsguide. Via nogle få simple trin vil vi hjælpe dig med at konfigurere dine SEO-indstillinger, så det passer til dit websites behov."],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google viser dit websites navn i søgeresultaterne. Hvis du ønsker at ændre det, kan du gøre det her."],"Greater than sign":["Større end-tegn"],"Less than sign":["Mindre end-tegn"],"Right angle quotation mark":["Højre dobbel citations-vinkel"],"Left angle quotation mark":["Venstre dobbel citations-vinkel"],"Small tilde":["Lille tilde"],"Vertical bar":["Lodret streg"],"Low asterisk":["Lav asterisk"],"Asterisk":["Asterisk"],"Bullet":["Punkttegn"],"Middle dot":["Midterste prik"],"Em dash":["Em-tankestreg"],"En dash":["En-tankestreg"],"Dash":["Tankestreg"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Vælg det tegn, du ønsker som din titeladskiller. Den vises for eksempel mellem dit indlægs titel og dit sites navn. Symboler vises i den størrelse, som de har i søgeresultaterne."],"The name of the person":["Personens navn"],"No":["Nej"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Har eller vil dit site få flere forfattere?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genererer automatisk en URL for hvert medie i dit bibliotek. Aktivering heraf lader Google indeksere den genererede URL."],"Success!":["Succes!"],"Title settings":["Titelindstillinger"],"Google Search Console":["Google Search Console"],"Multiple authors":["Flere forfattere"],"Site type":["Sitetype"],"Environment":["Miljø"],"Yoast option %1$s not found.":["Yoast-indstilling %1$s ikke fundet."],"Google Structured Data Test":["Googles Struktureret data-test"],"Posts list":["Liste over indlæg"],"Posts list navigation":["Navigering for liste over indlæg"],"Filter posts list":["Filtrér liste over indlæg"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Bemærk, at dit tema måske selv outputter link til arkiver. Dem er du nødt til selv at fjerne."],"%1$s to optimize your site even further":["%1$s, hvis du vil optimere dit site yderligere"],"%1$s extensions":["%1$s-udvidelser"],"Comes with our 30-day no questions asked money back guarantee":["Du kan få pengene tilbage helt uden betingelser inden for 30 dage"],"More information %1$sabout %3$s%2$s":["Læs mere %1$som %3$s%2$s"],"Installed":["Installeret"],"gain access to our 24/7 support team.":["få adgang til vores 24/7-supportteam."],"Premium support":["Premium-support"],"check what your Facebook or Twitter post will look like.":["tjek, hvordan din Facebook- eller Twitter-indlæg vil se ud."],"Social previews":["Sociale previews"],"create and manage redirects from within your WordPress install.":["opret og administrér viderestillinger direkte i WordPress."],"Redirect manager":["Viderestillings-administrator"],"%1$s, take your optimization to the next level!":["%1$s – løft din optimering til næste niveau!"],"A seamless integration between %1$s and %2$s":["Perfekt integration mellem %1$s og %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Brug %1$s-brødkrummer i stedet for dem genereret af %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Indsæt Google Maps, en find nærmeste butik-funktion, åbningstider m.m. så let som ingenting"],"Creates XML News Sitemaps":["Opretter XML news-sitemaps"],"Immediately pings Google on the publication of a new post":["Pinger Google med det samme, når et nyt indlæg er udgivet"],"Optimize your site for Google News":["Optimér dit site til Google News"],"Make videos responsive through enabling fitvids.js":["Gør videoer responsive ved at aktivere fitvids.js"],"Enhance the experience of sharing posts with videos":["Giv folk en bedre oplevelse, når de deler indlæg med videoer"],"Show your videos in Google Videos":["Vis dine videoer i Google-videoer"],"Crawl issues list":["Liste over gennemgangsfejl"],"Crawl issues list navigation":["Navigering for liste over gennemgangsfejl"],"Edit “%s”":["Redigér “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notifikationer"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Fjerner søgeordsfanen fra metaboksen og deaktiverer alle SEO-relaterede forslag."],"Disable SEO analysis":["Deaktivér SEO-analyse"],"Twitter settings":["Twitter-indstillinger"],"Pinterest settings":["Pinterest-indstillinger"],"Facebook settings":["Facebook-indstillinger"],"Title separator symbol":["Symbol for titelseparator"],"RSS feed settings":["RSS-feed-indstillinger"],"Breadcrumbs settings":["Brødkrumme-indstillinger"],"Make primary":["Gør primær"],"Enter your Google Authorization Code and press the Authenticate button.":["Indtast din Google Autentificeringskode og klik på knappen Autentificér."],"Knowledge base article":["Vidensbaseartikel"],"Open the knowledge base article in a new window or read it in the iframe below":["Åbn vidensbaseartiklen i et nyt vindue eller læs den i iframen nedenfor"],"Search results":["Søgeresultater"],"%s notification":["%s notifikation","%s notifikationer"],"Disable readability analysis":["Deaktivér læsbarhedsanalyse"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Fjerner fanen læsbarhed fra metaboksen og deaktiverer alle forslag relateret til læsbarhed."],"Readability analysis":["Læsbarhedsanalyse"],"Needs improvement":["Behov for forbedringer"],"Readability":["Læsbarhed"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Du prøver at indlæse ikke-minimerede filer. Disse er kun tilgængelige i vores udviklingspakke. Tjek %1$s for at se alle kildefilerne."],"Improvements":["Forbedringer"],"Dismiss this item.":["Afvis denne."],"Good job! We could detect no serious SEO problems.":["Godt skuldret! Vi kunne ikke finde nogen alvorlige SEO-problemer."],"We have detected the following issues that affect the SEO of your site.":["Vi har registreret følgende problemer, der påvirker dit websteds SEO."],"Problems":["Problemer"],"Analysis":["Analyse"],"Not available":["Ikke tilgængelig"],"Filter by SEO Score":["Filtrér på SEO-score"],"Meta description not set.":["Metabeskrivelse ikke angivet."],"Video tutorial":["Videotutorial"],"Email support is a %s feature":["E-mailsupport er en %s-funktion"],"Knowledge base":["Vidensbase"],"Open":["Åbn"],"Loading...":["Indlæser …"],"Something went wrong. Please try again later.":["Noget gik galt. Prøv venligst igen senere."],"No results found.":["Ingen resultater fundet."],"Dashboard":["Kontrolpanel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Du kan fiske dette på siden %1$sPermanente links%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Sideinddeling af kommentarer er aktiveret. Dette er unødvendigt i 999 af 1000 tilfælde, så vi anbefaler, at du deaktiverer det."],"Replaced with the primary category of the post/page":["Erstattet med den primære kategori for indlægget/siden"],"Pinterest confirmation":["Pinterest-bekræftelse"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Hvis du allerede har bekræftet dit site hos Pinterest, kan du springe trinene nedenfor over."],"Format-based archives":["Formatbaserede arkiver"],"Webmaster Tools verification":["Webmaster Tools-bekræftelse"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Deltag i vores %1$s for WordPress-kursus og blive certificeret som %1$s-ekspert!"],"Want to be a %s Expert?":["Ønsker du at blive en %s-ekspert?"],"Buy %s":["Køb %s"],"Show information about errors in category %s":["Vis information om fejl i kategorien %s"],"New %1$s Title":["Ny %1$s-titel"],"Existing %1$s Title":["Eksisterende %1$s-titel"],"Expected an integer as input.":["Forventede et input bestående af et heltal."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Forsøger at lave en cachenøgle for sitemaps, men kombinationen af postfix og præfix giver for lidt plads til at gøre det. Du har formentlig sendt en forespørgsel om en side, som ligger langt uden for det forventede område."],"Remove":["Fjern"],"Keep":["Behold"],"Bold the last page":["Sidste side med fed"],"Regular":["Normal"],"Bold":["Fed"],"Show Blog page":["Vis blogside"],"Primary %s":["Primær %s"],"Primary":["Primær"],"Make %1$s primary %2$s":["Gør %1$s til primær %2$s"],"Term is set to noindex.":["Term er sat til noindex."],"Author archives":["Forfatterarkiver"],"Show":["Vis"],"Enabled":["Aktiveret"],"Disabled":["Deaktiveret"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s har ikke hentet dit websteds indeksabilitetsstatus fra %2$s endnu"],"The separator defined in your theme's %s tag.":["Separatoren defineret i dit temas %s-tag."],"No index":["Intet indeks"],"Analyze entire site":["Analysér hele sitet"],"Fetch the current status":["Hent den aktuelle status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s har ikke været i stand til at hente dit websteds indeksabilitetsstatus%3$s fra %4$s"],"Your homepage can be indexed by search engines.":["Din hjemmeside kan indekseres af søgemaskiner."],"Indexability check by %1$s":["Indeksabilitetstjek ved %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Hvis du ønsker at bruge et billede, når deler på %1$s, kan du uploade/vælge et billede eller tilføje et billedes URL her."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Hvis du ikke ønsker at bruge meta-beskrivelsen ved deling på %1$s, men ønsker en anden beskrivelse dér, skal du skrive det her."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Hvis du ikke ønsker at bruge titlen ved deling på %1$s, men ønsker en anden titel dér, skal du skrive det her."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sDin hjemmeside kan ikke indekseres af søgemaskiner%2$s. Det er meget skidt med SEO-øjne og bør fikses."],"Once Weekly":["Én gang om ugen"],"SEO score":["SEO-score"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Genberegner SEO-scores for alt indhold, der har et fokussøgeord."],"%1$s of %2$s done.":["%1$s af %2$s behandlet."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Vi har opdateret vores SEO-score-algoritme. %1$sGenberegn SEO-scorerne%2$s for alle indlæg og sider."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Den første rigtige alt-i-en SEO-løsning for WordPress, inklusiv analyse af siders indhold, XML-sitemaps og meget mere."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivering mislykkedes:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Filterudvidelsen er ikke tilgængelig. Bed venligst din webudbyder om at aktivere den."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Installationen af pluginnet %1$s er ikke færdiggjort. Se venligst %2$sinstallationsvejledningen%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Udvidelsen Standard PHP Library (SPL) ser ikke ud til at være tilgængelig. Bed din webhost om at aktivere den."],"SEO Settings":["SEO-indstillinger"],"Mobile-Friendly Test":["Mobilvenlig test"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS-validering"],"HTML Validator":["HTML-validering"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins validering"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Tjek headers"],"Check Google Cache":["Tjek Google Cache"],"Analyze this page":["Analyser denne side"],"Keyword Research":["Nøgleordsanalyse"],"%s does not seem to be a valid url. Please correct.":["%s ser ikke ud til at være en gyldig URL. Ret venligst dette."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s ser ikke ud til at være en gyldig verifikationsstreng hos %2$s. Ret venligst."],"%s Archive":["%s Arkiv"],"You searched for %s":["Du søgte efter %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Resume med stort billede"],"Summary":["Resume"],"The post %1$s appeared first on %2$s.":["Indlægget %1$s blev først udgivet på %2$s."],"No numeric value was received.":["Ingen numerisk værdi blev modtaget."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dette skal være en eksisterende blog. Bloggen %s findes ikke eller er blevet markeret som slettet."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Standardblogindstillingerne skal være den numerisk blog-ID på den blog, du ønsker at bruge som standard."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s er ikke et gyldigt valg for, hvem der skal have adgang til %2$s-indstillingerne. Værdien nulstillet til standard."],"Please select a valid post type for taxonomy \"%s\"":["Vælg venligst en gyldig indholdstype for taksonomien \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Vælg venligst en gyldig taksonomi for indholdstypen \"%s\""],"You searched for":["Du søgte efter"],"Home":["Hjem"],"Archives for":["Arkiver for"],"Error 404: Page not found":["Fejl 404: Siden blev ikke fundet"],"Good":["God"],"Replaced with a custom taxonomies description":["Erstattes med en brugerdefineret taksonomis beskrivelse"],"Replaced with a posts custom taxonomies, comma separated.":["Erstattet med et indlæg brugerdefinerede taksonomier, kommasepareret."],"Replaced with a posts custom field value":["Erstattet med et indlægs brugerdefineret felts værdi"],"Replaced with the slug which caused the 404":["Erstattet med den korte titel, som forårsagede 404"],"Replaced with the posts focus keyphrase":["Erstattet med indlæggets fokusnøgleord"],"Attachment caption":["Tekst til vedhæftning"],"Replaced with the current page number":["Erstattes med det nuværende sidetal"],"Replaced with the current page total":["Erstattes med det nuværende totale antal sider"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Erstattet af det nuværende sidenummer med kontekst (dvs.: side 2 af 4)"],"Replaced with the post/page author's 'Biographical Info'":["Erstattes med indlæggets/sidens forfatter-beskrivelse"],"Replaced with the post/page author's 'nicename'":["Erstattes med indlæggets/sidens forfatter-kaldenavn"],"Replaced with the post/page ID":["Erstattes med indlæggets/sidens ID"],"Replaced with the post/page modified time":["Erstattes med indlæggets/sidens ændringsdato"],"Replaced with the content type plural label":["Erstattes med indholdstypens flertalslabel"],"Replaced with the content type single label":["Erstattes med indholdstypens entalslabel"],"Replaced with the current search phrase":["Erstattes med den nuværende søgning"],"Replaced with the term name":["Erstattes med term-navnet"],"Replaced with the term description":["Erstattes med term-beskrivelsen"],"Replaced with the tag description":["Erstattes med tag-beskrivelsen"],"Replaced with the category description":["Erstattes med kategori-beskrivelsen"],"Replaced with the post categories (comma separated)":["Erstattes med indlæggets kategorier (komma-separeret)"],"Replaced with the current tag/tags":["Erstattes med det/de nuværende tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Erstattet med indlægs-/sideuddrag (uden auto-generation)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Erstattet med indlæg-/sideuddrag (eller auto-genereret hvis det ikke eksisterer)"],"The site's name":["Sidens navn"],"Replaced with the title of the parent page of the current page":["Erstattes med titlen på forælderen til den nuværende side"],"Replaced with the title of the post/page":["Erstattes med titlen på indlægget/siden"],"Replaced with the date of the post/page":["Erstattes med datoen for indlægget/siden"],"Page %1$d of %2$d":["Side %1$d af %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Du kan ikke overtrumfe en WPSEO-standardvariabeludskiftning ved at registrere en variabel med det samme navn. Brug i stedet filteret \"wpseo_replacements\" til at justere erstatningsværdien."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["En udskiftningsvariabel med det samme navn er allerede registreret. Prøv at gøre dit variabelnavn unik. "],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["En udskiftningsvariabel kan ikke starte med \"%%cf_\" eller \"%%ct_\", da disse er forbeholdt variabler for brugerdefinerede felter og brugerdefinerede taksonomier i WPSEO-standardvariabler. Prøv at lave dit variabelnavn unikt."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["En erstatningsvariabel kan kun indeholde alfanumeriske tegn, understregningstegnet _ eller skråstregen /. Prøv at give din variabel et nyt navn."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Besked kun til administrator: Denne side viser ikke en meta-beskrivelse fordi den ikke har en. Du kan enten skrive en specifikt til denne side eller gå til menuen [%1$s - %2$s] og opsætte en skabelon."],"Page not found":["Siden blev ikke fundet"],"%s Archives":["%s Arkiv"],"Search for \"%s\"":["Søgning for \"%s\""],"Meta description to use for Author page":["Meta-beskrivelse til brug på forfattersiden"],"Title to use for Author page":["Titel til forfatter-side"],"%1$s settings":["%1$s-indstillinger"],"Export your %1$s settings":["Eksporter dine %1$s-indstillinger"],"Import settings":["Importer indstillinger"],"Import from other SEO plugins":["Import fra andre SEO-plugins"],"Import":["Importer"],"If you had a %s file and it was editable, you could edit it from here.":["Hvis du havde en %s-fil, og den var redigerbar, kunne du redigere den herfra."],"If your %s were writable, you could edit it from here.":["Hvis din %s var skrivbar, ville du kunne redigere den her."],"You don't have a %s file, create one here:":["Du har ikke en %s-fil. Opret en her:"],"A link to your site, with your site's name and description as anchor text.":["Et link til dit websted med dit websteds navn og beskrivelse som ankertekst."],"A link to your site, with your site's name as anchor text.":["Et link til dit websted med dit websteds navn som ankertekst."],"A link to the post, with the title as anchor text.":["Et link til indlægget, med titlen som ankertekst."],"A link to the archive for the post author, with the authors name as anchor text.":["Et link til arkivet for indlæggets forfatter, med forfatterens navn som som ankertekst."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Du kan bruge følgende variabler i indholdet; de vil blive erstattet af værdien til højre."],"Content to put after each post in the feed":["Indhold, der skal indsættes efter hvert indlæg i feedet"],"Content to put before each post in the feed":["indhold, der skal indsættes før hvert indlæg i feedet"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Denne funktion bruges til automatisk at tilføje indhold til dit RSS-feed. Mere specifikt skal det bruges til at tilføje links tilbage til din blog og dine blogindlæg, så »dumb scrapers« (søgemaskiner, der hugger dine indlæg. o.a.) automatisk tilføjer disse links også. Det hjælper søgemaskiner med at identificere dig som den oprindelige kilde til indholdet."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Brug af brødkrummefunktionen forklares i %1$sartiklen om implementering af brødkrummer i vores vidensbank%2$s."],"How to insert breadcrumbs in your theme":["Hvordan man indsætter brødkrummer i sit tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Indholdstypearkiv at vise i brødkrummer for taksonomier"],"Taxonomy to show in breadcrumbs for content types":["Taksonomi at vise i brødkrummer for indholdstyper"],"Breadcrumb for 404 Page":["Brødkrumme for 404 siden"],"Prefix for Search Page breadcrumbs":["Præfiks for søgeside-brødkrummer"],"Prefix for Archive breadcrumbs":["Præfiks for arkiv-brødkrummer"],"Prefix for the breadcrumb path":["Præfiks for brødkrummestien"],"Anchor text for the Homepage":["Link-tekst til forsiden"],"Separator between breadcrumbs":["Seperator imellem brødkrummer"],"Enable Breadcrumbs":["Aktiver brødkrummer"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Nedenfor kan du se din SEO-score for dine udgivne indlæg. Nu vil være et godt tidspunkt at begynde at forbedre dine indlæg!"],"Credits":["Anerkendelse"],"« Back to Tools page":["« Tilbage til Værktøjer"],"%1$s comes with some very powerful built-in tools:":["%1$s har nogle meget stærke indbyggede værktøjer:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Dette værktøj gør det muligt hurtigt at ændre vigtige filer i relation til din SEO, så som din robots.txt, og hvis du har en, din .htaccess-fil."],"File editor":["Fil-editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importér indstillinger fra andre SEO-plugins og eksportér dine indstillinger, så de kan genbruges på denne eller en anden blog."],"Import and Export":["Import og eksport"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dette værktøj gør det muligt hurtigt at ændre overskrifter og beskrivelser af dine indlæg og sider uden at skulle ind og redigere hver side manuelt."],"Bulk editor":["Masse-redigering"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["For at %1$sbekræfte dit site hos Pinterest%2$s, tilføj metatagget her:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest bruger Open Graph-metadata ligesom Facebook, så behold krydset ud for Open Graph på Facebook-fanen, hvis du vil optimere dit website til Pinterest."],"The default card type to use":["Korttype til brug som standard"],"Add Twitter card meta data":["Tilføj Twitter-card-metadata"],"This image is used if the post/page being shared does not contain any images.":["Dette billede bruges, hvis indlægget/siden, som deles, ikke indeholder billeder."],"Default settings":["Standardindstillinger"],"Copy home meta description":["Kopier meta-beskrivelse fra forside"],"Description":["Beskrivelse"],"Image URL":["Billed URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dette er titlen, beskrivelsen og billed brugt i Open Graph-metatags på forsiden af dit site."],"Frontpage settings":["Forsideindstillinger"],"Add Open Graph meta data":["Tilføj Open Graph metadata"],"YouTube URL":["YouTube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-brugernavn"],"Facebook Page URL":["Facebook-side-URL"],"Accounts":["Konti"],"Restore site to defaults":["Gendan websted til standardindstillinger"],"Site ID":["Websted-ID"],"Using this form you can reset a site to the default SEO settings.":["Ved at bruge denne formular kan du nulstille et website til standard-SEO-indstillinger."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Indstillinger med betydning for privatliv (FB-admins og lignende), temaspecifikke (omskrivning af titel) og nogle få meget websitespecifikke indstillinger vil ikke blive importeret til nye sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Indtast %1$swebsite-ID%2$s for det websted, hvis indstillinger du ønsker at bruge som standard for alle websites oprettet i dit netværk. Efterlad feltet tomt, hvis du ikke vil bruge funktionen (så vil de normale standardindstillinger i pluginnet blive anvendt)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Vælg det website, hvis indstillinger du ønsker at bruge som standard for alle de websteder, der er tilføjet på dit netværk. Hvis du vælger 'Ingen', vil de normale standardindstillinger i pluginnet blive brugt. "],"New sites in the network inherit their SEO settings from this site":["Nye websteder i netværket nedarver sine SEO-indstillinger fra dette websted"],"Super Admins only":["Kun Super Admins"],"Site Admins (default)":["Side Administratorer"],"Who should have access to the %1$s settings":["Hvem der skal have adgang til indstillingerne for %1$s"],"spam":["spam"],"mature":["voksen"],"archived":["arkiveret"],"public":["offentlig"],"%s restored to default SEO settings.":["%s er blevet nulstillet til standard SEO-indstillinger."],"Settings Updated.":["Indstillinger opdateret."],"404 pages":["404 sider"],"Search pages":["Søge sider"],"These pages will be %s by default, so they will never show up in search results.":["Disse sider vil være markeret med %s som standard, så de vil aldrig dukke op i søgeresultaterne."],"Special Pages":["Specialsider"],"Date-based archives could in some cases also be seen as duplicate content.":["Datobaserede arkiver kan i visse tilfælde også blive anset for at være duplikeret indhold (duplicate content, indhold kopieret til flere hjemmesider. o.a.)."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Hvis det er tilfældet på dit websted, kan du vælge enten at deaktivere det (hvorefter der viderestilles til hjemmesiden) eller tilføje %s til det, så det ikke medtages i søgeresultaterne."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Hvis du har en blog med én forfatter, vil forfatterarkivet være nøjagtig det samme som forsiden. Det er dette, der kaldes et problem med %1$sduplikeret indhold%2$s (duplicate content dvs. samme indhold på flere sider o.a.)."],"Date archives":["Datoarkiver"],"author archives":["Forfatterarkiver"],"Title":["Titel"],"%1$s Meta Box":["%1$s meta-boks"],"Hide":["Skjul"],"Date in Snippet Preview":["Dato i forhåndsvisning af uddrag"],"Take note:":["Bemærk:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Du kan bestemme titel og beskrivelse for blogsiden ved at %1$sredigere selve blogsiden%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Du kan bestemme startsidens titel og beskrivelse ved at %1$sredigere direkte i selve startsiden%2$s."],"Homepage & Front page":["Blogside & forside"],"Title Separator":["Titel-separator"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s har automatisk opdaget, om det skal gennemtvinge omskrivning af titler på dine sider. Hvis du synes, det er forkert, og du ved, hvad du laver, kan du ændre indstillingen her."],"Force rewrite titles":["Gennemtving omskrivning af titler"],"Taxonomies":["Taksonomier"],"Homepage":["Forside"],"%1$s Extensions":["%1$s udvidelser"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integrer WooCommerce med %1$s helt transparent og få ekstra funktioner!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Få bedre placering lokalt og i Google Maps, uden at komme til at svede!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Findes du i Google News? Forøg din trafik fra Google News ved at optimere din side dertil!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimer dine videoer for at vise dem i søgeresultater og derved få flere klik!"],"The premium version of %1$s with more features & support.":["Premium-udgaven af %1$s med flere funktioner og support."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Disse data vises som metadata på dit websted. Det er hensigten, at de skal vises på %1$sGoogles Knowledge Graph%2$s. Du kan være enten et firma eller en person."],"Website name":["Webstedsnavn"],"Webmaster Tools":["Webmasterværktøjer"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Du har ikke navnet på dit indlæg i webadressen på ​​dine indlæg og sider. Det anbefales kraftigt, at du ændrer dette. Overvej at indstille din permalink-struktur til /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Brødkrummer"],"or":["eller"],"Save Profile":["Gem profil"],"There were no profiles found":["Ingen profiler fundet"],"Profile":["Profil"],"Current profile":["Aktuel profil"],"Authenticate":["Godkend"],"Get Google Authorization Code":["Hent Google-autorisationskode"],"Reload crawl issues":["Genindlæs gennemgangsproblemer"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["For at kunne viderestille og løse dette problem, har du brug for %1$s. Du kan købe pluginnet, inklusiv et års support og opdateringer, på %2$s."],"Creating redirects is a %s feature":["Oprettelse af viderestillinger er en funktion i %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fejl, der kun skete, da dit websted blev gennemgået af Googlebot for gamle mobiler (fejlene opstod ikke for desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fejl, der opstod, da dit websted blev gennemgået af Googlebot-Mobile (fejl blev ikke fundet for desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Fejl, der skete, da dit websted blev gennemgået af Googlebot."],"Issue categories":["Problemkategorier"],"Incorrect Google Authorization Code.":["Forkert Google-autorisationskode."],"The issues have been successfully reloaded!":["Problemerne er blevet indlæst igen!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Data fra %1$s er blevet fjernet. Du skal godkende på ny, hvis du vil modtage de informationer igen"],"Crawl errors per page":["Gennemgangsfejl per side"],"Search":["Søg"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Overse ikke dine gennemgangsfejl: %1$sForbind med Google Search Console her%2$s."],"Create redirect":["Opret viderestilling"],"Mark as fixed":["Marker som løst"],"Response code":["Svarkode"],"First detected":["Først opdaget"],"Last crawled":["Sidst gennemgået"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s har opdaget at du bruger en version af %2$s der ikke er kompatibel med %1$s. Opdatér venligst %2$s til den nyeste version for at bruge denne funktion."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast-plugins deler noget kode mellem sig for at gøre dit websted hurtigere. Som et resultat af det skal alle Yoast-plugins være opdaterede. Vi har opdaget, dette ikke er tilfældet, så du skal opdatere de Yoast-plugins, der ikke er opdateret endnu."],"Feature phone":["Gammel mobil"],"Smartphone":["Smartphone"],"Desktop":["Stationær pc"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["URLʼet, der ønskes, eksisterer ikke, men din server returnerer ikke en fejl 404 (fil ikke fundet)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Forespørgslen har fået timeout eller webstedet blokerer Google."],"Server Error":["Serverfejl"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot kunne godt få adgang til dit websted, men bestemte URL'er er blokeret for Googlebot i din %1$s fil. Denne blokering kan enten gælde alle Googlebots eller blot Googlebot-mobile alene."],"Blocked":["Blokeret"],"Google was unable to crawl this URL due to an undetermined issue.":["Google kunne ikke gennemsøge denne URL på grund af et uidentificeret problem."],"URL points to a non-existent page.":["URL peger på ikke-eksisterende side."],"Not found":["Ikke fundet"],"Not followed":["Ikke fulgt"],"Faulty redirects":["Ødelagte viderestillinger"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server kræver godkendelse eller blokerer adgangen til sitet for Googlebot."],"Access denied":["Adgang nægtet"],"Deactivate %s":["Deaktivér %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s-pluginnet kan forårsage problemer, når de anvendes sammen med %2$s."],"Upload Image":["Overfør billede"],"Remove these ads?":["Fjern disse reklamer?"],"%s Posts Overview":["%s indlægsoversigt"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Brødkrummetitlen bruges i de brødkrummer, hvor denne taksonomi vises."],"Breadcrumbs title":["Brødkrummetitel"],"The canonical link is shown on the archive page for this term.":["Det kanoniske link vises på arkivsiden for denne term."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Andet"],"Archives":["Arkiver"],"Email":["E-mail"],"Previous":["Forrige"],"Next":["Næste"],"Close":["Luk"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Både %1$s og %2$s kan generere XML-sitemaps. To XML-sitemaps er ikke en fordel for søgemaskiner og gør dit websted langsommere."],"Configure %1$s's Open Graph settings":["Konfigurér OpenGraph-indstillinger for %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Både %1$s og %2$s opretter OpenGraph-output, som kan få Facebook, Twitter, LinkedIn og andre sociale netværk til at bruge forkerte tekster og billeder, når dine sider bliver delt."],"%s Image":["%s billede"],"%s Description":["%s beskrivelse"],"%s Title":["%s titel"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Den anbefalede billedstørrelse for %1$s er %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Hvis du vil bruge et andet billede end billedet brugt på %s for dette indlæg, skal du uploade/vælge et billede eller tilføje URLʼen her."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Hvis du ikke ønsker at bruge metabeskrivelsen, når du deler indlægget på %s, men i stedet ønsker en anden beskrivelse, så skal du skrive den her."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Hvis du ikke vil bruge indlæggets titel, når du deler dette indlæg på %s, men en anden titel i stedet for, så skriv den her."],"very difficult":["meget vanskelig"],"Try to make shorter sentences, using less difficult words to improve readability":["Prøv at lav kortere sætninger, og øh læsbarheden ved at benytte mindre vanskelige ord."],"difficult":["vanskelig"],"Try to make shorter sentences to improve readability":["Prøv at lav kortere sætninger for at øge læsbarhed."],"fairly difficult":["lettere vanskelig"],"OK":["OK"],"fairly easy":["rimelig nem"],"easy":["nem"],"very easy":["meget nem"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Alle SEO-bedømmelser"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO-problem: Det fremhævede billede skal være mindst 200 x 200 pixels for at kunne bruges af Facebook og andre sociale mediesites."],"(no parent)":["(ingen forælder)"],"Post is set to noindex.":["Indlæg er sat til noindex."],"The URL that this page should redirect to.":["URL'en som denne side skal viderestille til"],"301 Redirect":["301-viderestilling (redirect)"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Den kanoniske webadresse, som denne side skal pege på. Efterlad den tom, hvis permanent link skal bruges som standard. %1$sKanoniske adresser på tværs af domæner%2$s understøttes også."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Titel, der skal bruge for denne side i brødkrummestier"],"Breadcrumbs Title":["Brødkrumme-titel"],"No Snippet":["Intet uddrag"],"No Archive":["Intet arkiv"],"No Image Index":["Intet billede-indeks"],"None":["Ingen"],"Site-wide default: %s":["Standard for hele webstedet: %s"],"Advanced meta robots settings for this page.":["Avancerede metarobot-indstillinger for denne side."],"Meta robots advanced":["Meta Robots Avanceret"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Advarsel: Selvom du kan sætte metarobot-indstillinger her, er hele sitet sat til noindex i \"privatlivsindstillingerne for hele sitet\", så indstillingerne her vil ikke have nogen effekt."],"Meta description":["Meta beskrivelse"],"SEO Title":["SEO titel"],"Focus keyword":["Fokussøgeord"],"Snippet preview":["Forhåndsvisning af snippet"],"Settings successfully imported.":["Indstillingerne er importeret succesfuldt."],"Settings could not be imported:":["Indstillingerne kunne ikke importeres:"],"Breadcrumb for 404 pages:":["Brødkrumme for 404-sider:"],"Prefix for search result pages:":["Præfiks for søgeresultatssider:"],"Prefix for archive pages:":["Præfiks for arkivsider:"],"Prefix for breadcrumbs:":["Præfiks for brødkrummer:"],"Anchor text for the homepage:":["Ankertekst for forsiden:"],"Breadcrumbs separator:":["Brødkrumme-separator:"],"%s Breadcrumbs":["%s brødkrummer"],"Use Image":["Benyt billede"],"Action":["Handling"],"Page URL/Slug":["Sides URL/korttitel"],"Publication date":["Udgivelsesdato"],"Post Status":["Indlægsstatus"],"WP Page Title":["WP sidetitel"],"View":["Vis"],"View “%s”":["Vis “%s”"],"Preview":["Forhåndsvisning"],"Preview “%s”":["Forhåndsvis “%s”"],"Edit":["Rediger"],"Filter":["Filter"],"New Yoast Meta Description":["Ny Yoast meta-beskrivelse"],"Existing Yoast Meta Description":["Eksisterende Yoast meta-beskrivelse"],"Facebook profile URL":["Facebook-profil-URL"],"Twitter username (without @)":["Twitter brugernavn (uden @)"],"FAQ":["FAQ"],"Premium Support":["Førsteklasses support"],"Settings":["Indstillinger"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Du skal %1$sgå til Læseindstillinger%2$s og fjerne afkrydsningen i feltet Fortæl søgemaskinerne at de ikke skal indeksere dette websted."],"Huge SEO Issue: You're blocking access to robots.":["Stort SEO problem: Du blokerer adgangen for robotter."],"Posts":["Indlæg"],"Edit Files":["Rediger filer"],"Advanced Variables":["Avancerede variable"],"Basic Variables":["Grundlæggende variable"],"General":["Generelt"],"Extensions":["Udvidelser"],"Search Console":["Søgekonsol"],"Tools":["Værktøjer"],"Advanced":["Avanceret"],"XML sitemaps":["XML-sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s har opdaget, at du bruger version %2$s af %3$s. Opgradér venligst til den seneste version for at undgå kompatibilitetsproblemer."],"Just another WordPress site":["Endnu et Wordpress-websted"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Du bruger stadig Wordpressʼ standardtagline, men selv en tom er sandsynligvis bedre. %1$sDu kan ændre dette i tilpasning i WordPress%2$s."],"You have used HTML in your value which is not allowed.":["Du har brugt HTML i din værdi, hvilket ikke er tilladt."],"You can't edit %s that aren't yours.":["Du kan ikke redigere %s, som ikke er dit."],"You can't edit %s.":["Du kan ikke redigere %s."],"Post has an invalid Content Type: %s.":["Indlæg har en ugyldig indholdstype: %s."],"Post doesn't exist.":["Indlæg eksisterer ikke"],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Papirkurv (%s)","Papirkurv (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/de_CH-informal.json b/Resources/Private/Languages/de_CH-informal.json index 34ddfdf..1ff6857 100644 --- a/Resources/Private/Languages/de_CH-informal.json +++ b/Resources/Private/Languages/de_CH-informal.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"de_CH"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"Free":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":[""],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":[""],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":[""],"Learn about why permalinks are important for SEO.":[""],"Google Ads":[""],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":[""],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":[""],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":[""],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["","There are new notifications."],"Learn more about the readability analysis":[""],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":[""],"%s and %s":[""],"%d minute":["","%d minutes"],"%d hour":["","%d hours"],"%d day":["","%d days"],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":[""],"hours":[""],"days":[""],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":[""],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":[""],"Move question down":[""],"Move question up":[""],"Insert question":[""],"Delete question":[""],"Enter the answer to the question":[""],"Enter a question":[""],"Add question":[""],"Frequently Asked Questions":[""],"Great news: you can, with %s!":[""],"Select the primary %s":[""],"Check links to this URL":[""],"Keyword research training":[""],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":[""],"Move step down":[""],"Move step up":[""],"Insert step":[""],"Delete step":[""],"Add image":[""],"Enter a step description":[""],"Enter a description":[""],"Unordered list":[""],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":[""],"Delete total time":[""],"Add total time":[""],"How to":[""],"How-to":[""],"Snippet Preview":[""],"Analysis results":[""],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":[""],"Cornerstone content should be the most important and extensive articles on your site.":[""],"Restore Site":[""],"Network Settings":[""],"You are not allowed to perform this action.":[""],"Error: %s":[""],"Success: %s":[""],"Site with ID %d not found.":[""],"No site has been selected to restore.":[""],"You are not allowed to modify unregistered network settings.":[""],"deleted":[""],"Would you like to add another keyphrase?":[""],"image preview":[""],"Copied!":[""],"Not supported!":[""],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":[""],"Copy link":[""],"Copy link to suggested article: %s":[""],"The site's tagline":[""],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":[""],"Optimize your site for Google News.":[""],"Optimize your shop's SEO and sell more products!":[""],"Be found in Google Video search and enhance your video sharing on social media.":[""],"Be found in Google Maps and local results.":[""],"Learn practical SEO skills to rank higher in Google.":[""],"Don’t waste time figuring out the best settings yourself.":[""],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":[""],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":[""],"Current year":["Aktuelles Jahr"],"Page":["Seite"],"Breadcrumb settings for %s archive":[""],"Tagline":[""],"Modify your meta description by editing it right here":[""],"description (custom taxonomy)":[""],"(custom taxonomy)":[""],"(custom field)":[""],"Term404":[""],"Caption":[""],"Pagenumber":[""],"Pagetotal":[""],"Page number":[""],"User description":[""],"ID":["ID"],"Modified":[""],"Post type (plural)":[""],"Post type (singular)":[""],"Separator":["Trenner"],"Search phrase":["Suchbegriff"],"Term title":[""],"Term description":[""],"Tag description":[""],"Category description":[""],"Primary category":[""],"Category":["Kategorie"],"Tag":["Schlagwort"],"Excerpt only":[""],"Excerpt":["Textauszug"],"Site title":[""],"Archive title":["Archiv Titel"],"Parent title":[""],"Date":["Datum"],"Label":[""],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":[""],"Search engines and other websites can still send traffic to your deleted post.":[""],"Make sure you don't miss out on traffic!":[""],"You just deleted a %1$s.":[""],"You just trashed a %1$s.":[""],"Settings for %s archive":[""],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Note that not all variables can be used in every field.":["Beachte, dass nicht alle Variablen in jedem Feld verwendet werden können."],"Snippet variables":["Snippet-Variablen"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respektiert deine Privatsphäre. Lese unsere %2$sDatenschutzbestimmungen%3$s, wie wir mit deinen persönlichen Daten umgehen."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Wenn du weisst, was das bedeutet und du diese Nachricht nicht mehr sehen willst, kannst du %1$sdiese Nachricht ausblenden%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Die Einstellungen deiner Website erlauben derzeit Anhang-URLs auf deiner Website. Bitte lese %1$sDiesen Beitrag über mögliche Probleme%2$s mit Anhang-URLs und überprüfe, ob du die korrekte Einstellung für seine Website hast."],"Unknown type %1$s":["Unbekannter Typ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Beinhaltet ein kostenloses MyYoast Konto, das dir Zugang zu unserem kostenlosen SEO für Anfänger Kurs gibt!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Melde dich für unseren Newsletter an, wenn du über %1$s, andere coole Plugins von %2$s und interessante Neuigkeiten und Tipps aus der Welt der SEO auf dem Laufenden bleiben möchtest."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Hole dir deinen Baidu-Verifizierungscode in den %1$s Baidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu Verifizierungscode"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Die %s Importer-Funktionalität verwendet temporäre Datenbanktabellen. Anscheinend hat deine WordPress Installation nicht die erforderliche Berechtigung dies zu tun. Wende dich bitte an deinen Hosting-Anbieter."],"Cleanup of %s data failed.":["Die Bereinigung von %s-Daten ist fehlgeschlagen."],"Content Type":["Inhaltstyp"],"Filter by content type":["Filter nach Inhaltstyp"],"Show All Content Types":["Zeige alle Inhaltstypen"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["Wird durch den normalen Titel für ein von WordPress erzeugtes Archiv ersetzt"],"Clean":["Bereinigung"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Sobald du sicher bist, dass deine Seite in Ordnung ist, kannst du aufräumen. Dadurch werden alle Originaldaten entfernt."],"Step 5: Clean up":["Schritt 5: Bereinigung"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":[""],"Please check your posts and pages and see if the metadata was successfully imported.":["Bitte prüfe deine Artikel und Seiten um festzustellen, ob die Metadaten erfolgreich importiert wurden."],"Step 3: Check your data":["Schritt 3: Prüfe deine Daten"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Schritt 2: Importieren"],"Please make a backup of your database before starting this process.":["Bitte lege ein Backup deiner Datenbank an bevor du den Prozess startest."],"Step 1: Create a backup":["Schritt 1: Erstelle ein Backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Wir haben Daten von mindestens einem SEO Plugin auf deiner Seite erkannt. Bitte folge den folgenden Schritten um diese Daten zu importieren:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Beiträge, die nicht in Suchergebnissen erscheinen sollen"],"%s data found.":[""],"%s data successfully removed.":[""],"%s data successfully imported.":[""],"%s data not found.":[""],"Improve your SEO skills":[""],"24/7 email support":[""],"No more dead links a.k.a. 404 pages":[""],"Get real-time suggestions for internal links":[""],"Preview your page in Facebook and Twitter":[""],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":[""],"Remove the categories prefix":[""],"Help on the category prefix setting":[""],"Learn more about the available variables":[""],"Learn more about the RSS feed setting":[""],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":[""],"Learn more about the title separator setting":[""],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":[""],"Learn more about the special pages setting":[""],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":[""],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":[""],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":[""],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":[""],"On":[""],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":[""],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":[""],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":[""],"this author's archives":[""],"Do not allow search engines to show %s in search results.":[""],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":[""],"Category URLs":[""],"the archive for %s":[""],"Redirect attachment URLs to the attachment itself?":[""],"We recommend you set this to Yes.":[""],"Media & attachment URLs":[""],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":[""],"archives for authors without posts":[""],"Read why XML Sitemaps are important for your site.":[""],"Enable the XML sitemaps that %s generates.":[""],"See the XML sitemap.":[""],"%2$s (current default for %1$s)":[""],"Media":[""],"Content Types":[""],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":[""],"Search Appearance":[""],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":[""],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":[""],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":[""],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":[""],"Good results":[""],"Get better search results in local search":[""],"Allow customers to pick up their %s order locally":[""],"SEO analysis":[""],"The SEO analysis offers suggestions to improve the SEO of your text.":[""],"Learn how the SEO analysis can help you rank.":[""],"The readability analysis offers suggestions to improve the structure and style of your text.":[""],"Discover why readability is important for SEO.":[""],"Find out how cornerstone content can help you improve your site structure.":[""],"The text link counter helps you improve your site structure.":[""],"Find out how the text link counter can enhance your SEO.":[""],"%s integration":[""],"Read more about how %s works.":[""],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Find out why you should upgrade to %s":["Finde heraus, warum Du auf %s aktualisieren solltest"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":[""],"Need help?":["Brauchst du Hilfe?"],"Remove highlight from the text":["Hervorhebung vom Text entfernen"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Der %1$s %2$sKonfigurations-Assistent%3$s ermöglicht einen schnellen Einstieg!"],"First-time SEO configuration":["Erstmalige SEO-Konfiguration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Deine Website-Sprache ist auf {language} eingestellt. Falls dies nicht korrekt ist, kontaktiere bitte den Website-Administrator."],"Your site language is set to {language}.":["Deine Website-Sprache ist auf {language} eingestellt."],"Highlight this result in the text":["Dieses Resultat im Text hervorheben"],"Considerations":["Überlegungen"],"Errors":["Fehler"],"Change language":["Sprache wechseln"],"You cannot create a %s file.":["Du kannst keine %s-Datei erstellen."],"You cannot edit the %s file.":["Du kannst die Datei %s nicht bearbeiten."],"Updated %s":["Aktualisiert %s"],"Create %s file":["Datei %s erstellen"],"Edit the content of your %s:":["Den Inhalt deiner %s bearbeiten:"],"Save changes to %s":["Änderungen in %s speichern"],"%s file":["Datei %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s und %2$s arbeiten wesentlich besser zusammen, wenn Du ein Hilfs-Plugin hinzufügst. Bitte installiere %3$s – es wird dein Leben erleichtern. %4$s."],"More information":["Mehr Informationen"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s und %2$s arbeiten wesentlich besser zusammen, wenn Du ein Hilfs-Plugin hinzufügst. Bitte aktiviere %3$s – es wird dein Leben erleichtern."],"More information about %1$s":["Mehr Informationen über %1$s"],"Configuration Wizard":["Konfigurations-Assistent"],"You've done it!":["Du hast es geschafft!"],"Seamlessly integrate %1$s into your AMP pages!":["%1$s nahtlos in deine AMP-Seiten integrieren!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Nahtlose Integration von %2$s mit %1$s für die Inhaltsanalyse!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s und %2$s arbeiten wesentlich besser zusammen, wenn Du ein Hilfs-Plugin hinzufügst. Bitte installiere %3$s – es wird dein Leben erleichtern."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Markiere den wichtigsten %1$s als «Cornerstone Content», um Deine Website-Struktur zu verbessern. %2$sMehr Informationen über Cornerstone Content%3$s."],"Loading help center.":["Lade das Hilfe-Center."],"Get support":["Unterstützung erhalten"],"(Opens in a new browser tab)":["(Wird in einem neuen Browser Tab geöffnet)"],"Posts %1$swithout%2$s a focus keyphrase":[""],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, dein SEO ist ziemlich gut! Sieh dir die Statistiken an:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Du hast noch keine veröffentlichten Beiträge, deine SEO-Werte werden hier erscheinen, wenn du deinen ersten Beitrag erstellt hast!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Etwas anderes"],"A portfolio":["Ein Portfolio"],"A corporation":["Ein Unternehmen"],"A small offline business":["Ein kleines Offline-Unternehmen"],"A news channel":["Ein News-Kanal"],"An online shop":["Ein Online-Shop"],"A blog":["Ein Blog"],"What does the site %1$s represent?":["Was wird durch die Website %1$s repräsentiert?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Option B: Meine Seite befindet sich im Aufbau und sollte nicht indiziert werden."],"Option A: My site is live and ready to be indexed":["Option A: Meine Seite ist live und bereit für die Indexierung"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Bitte wähle ob deine Seite sich im Aufbau befindet oder bereits aktiv ist."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Lies mehr Beiträge wie diese in unserem SEO Blog"],"Readability: %s":[""],"Not activated":["Nicht aktiviert"],"Activated":["Aktiviert"],"%1$s recommendations for you":[""],"All Readability Scores":["Alle Lesbarkeits Bewertungen"],"Filter by Readability Score":["Filter nach Lesbarkeits Bewertungen"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Du erhältst weder Updates noch Support! Behebe dieses Problem, indem du diese Website hinzufügst und %1$s dafür in %2$s aktivierst."],"Request method %1$s is not valid.":["Anforderungsmethode %1$s ist nicht gültig."],"Muted notifications:":["Ausgeblendete Benachrichtigungen:"],"Muted problems:":["Ausgeblendete Probleme:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Möchtest Du sehen, wie es aussieht, wenn die Leute diesen Beitrag auf %1$s teilen? Du kannst es – mit %2$s."],"Good job! All the links in your texts have been counted.":["Klasse! Alle Links in deinen Texten wurden gezählt."],"Calculation completed.":["Berechnung abgeschlossen."],"Calculation in progress...":["Berechnung wird durchgeführt…"],"Stop counting":["Berechnung abbrechen"],"Counting links in your texts":["Zähle die Links in deinen Texten"],"Text %1$s of %2$s processed.":["Text %1$s von %2$s verarbeitet."],"All your texts are already counted, there is no need to count them again.":["Deine Texte sind bereits alle gezählt. Es besteht kein Bedarf, diese erneut zu zählen."],"Count links in your texts":["Links in deinem Text zählen"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Die Links in deinen öffentlichen Texten müssen gezählt werden. Dies gewährt Einblick in den Status deiner Texte und zeigt, welche Texte mehr Links benötigten. Wenn du mehr über interne Verlinkung wissen möchtest, dann lies %1$sfolgenden Artikel zu diesem Thema auf %2$s%3$s."],"Text link counter":["Text Link Zähler"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Anzahl interner Links welche zu diesem Beitrag verweisen. Für mehr Information konsultiere den «Yoast Spalten»-Text im Hilfe-Tab."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s fügt dieser Seite mehrere Spalten hinzu. Wir haben einen Artikel darüber geschrieben, %2$swie man den SEO Score und den Readability Score nutzt%3$s. Die Links-Spalten zeigen die Anzahl Artikel auf dieser Website, welche %5$sauf%6$s diesen Artikel verweisen bzw. die Anzahl der URLs, welche %5$svon%6$s diesem Artikel verlinkt werden. Erfahre mehr darüber, %4$swie diese Funktionen zur Verbesserung der internen Verlinkung genutzt werden%3$s."],"%s Columns":["%s Spalten"],"Readability score":["Lesbarkeitsbewertung"],"Other benefits of %s for you:":["Andere Vorteile von %s für dich:"],"Scroll to see the preview content.":["Scrolle, um die Vorschau zu sehen."],"Cornerstone content":["Cornerstone Inhalt"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Falls Du in einer bestimmten Stadt oder Region besser positioniert sein willst als Deine Mitbewerber, teste unser Plugin %1$s. Du kannst damit einfach Google Maps, Öffnungszeiten, Kontaktinformationen und ein Verkaufsstellenverzeichnis einfügen. Abgesehen davon hilft Dir %1$s, die Usability Deiner Kontaktseite zu verbessern."],"Attract more customers near you":["Gewinne mehr Kunden in deiner Nähe"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Willst Du alles über das %1$s Plugin wissen? Willst Du mehr über die Erweiterten Einstellungen erfahren? Willst Du das Maximum aus dem %1$s Plugin herausholen? Sieh Dir unser %1$s Plugin Training an und lass Deine Mitbewerber hinter Dir!"],"Get the most out of %1$s with the %2$s":["Hole das Meiste mit %2$s aus %1$s heraus"],"Upgrade to Premium":["Upgrade zu Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Mit %s die Wettbewerber übtertrumpfen"],"You might like":["Du könntest Gefallen finden an"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Wir haben festgestellt, dass Du den Assistenten noch nicht abgeschlossen hast. Wir empfehlen Dir, %2$sden Konfigurationsassistenten zu starten, um %1$s zu konfigurieren%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Der Konfigurationsassistent hilft die, deine Website einfach zu konfigurieren, um die optimalen SEO-Einstellungen zu haben."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Premium bestellen und unsere Experten werden für dich da sein, um Fragen zu beantworten, die du über die Installation und die Verwendung des Plugins haben könntest."],"Superfast internal linking suggestions":["Superschnelle interne Verlinkungsvorschläge"],"Great news: you can, with %1$s!":["Großartige Neuigkeit: Du kannst es, mit %1$s!"],"Save changes":["Änderungen speichern"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Das Plugin %2$s bewirkt, dass Deine Website für Suchmaschinen und für menschliche Besucher unterschiedlich aussieht. Dies nennt man Cloaking. Wir empfehlen Dir dringend, dieses Plugin zu deaktivieren."],"%1$sSocial media preview%2$s: Facebook & Twitter":[""],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sKeine verwaisten Links mehr%2$s: Einfacher Redirect-Manager"],"No ads!":["Keine Werbung!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Social Media Vorschau"],"Easy redirect manager":["Einfacher Redirect Manager"],"No more dead links":["Keine toten Links mehr"],"Increase your SEO reach":["Vergrößere deine SEO Reichweite"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Wenn du Hilfe brauchst, um tollen Content zu schreiben, schau dir unseren %2$sSEO Copywriting Kurs%3$s an. Wenn du alles über die Funktionen des Plugins wissen möchtest, nimm an unserem %1$s teil!"],"Variable":["Variable"],"Available variables":["Verfügbare Variablen"],"Scroll to see the table content.":["Scrollen um den Tabellen-Inhalt zu sehen."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Bitte ziehe unseren Artikel %1$swie du deine Website mit der Google Search Konsole verbindest (engl.)%2$s zu Rate sofern du Hilfe benötigst."],"An error occurred in the '%1$s' assessment":["Es ist ein Fehler in der '%1$s' Bewertung aufgetreten."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s der Wörter enthalten %2$süber %3$s Silben%4$s, was mehr als das empfohlene Maximum von %5$s ist."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s der Wörter enthalten %2$süber %3$s Silben%4$s, was zu wenig oder gleich mit dem empfohlenen Maximum von %5$s ist."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Die Meta Description enthält %1$d Sätze %2$süber %3$s Wörter%4$s. Versuche, diesen Satz zu kürzen.","Die Meta Description enthält %1$d Sätze %2$süber %3$s Wörter%4$s. Versuche, diese Sätze zu kürzen."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Die Meta Description enthält keine Sätze %1$süber %2$s Wörter%3$s."],"No new notifications.":["Keine neuen Benachrichtigungen"],"Save all":["Alles speichern"],"Save":["Speichern"],"%1$s, Author at %2$s":["%1$s, Autor bei %2$s"],"Mobile preview":["Mobile Vorschau"],"Desktop preview":["Desktop-Vorschau"],"Select redirect":["Umleitung auswählen"],"Please provide an SEO title by editing the snippet below.":["Bitte lege den SEO-Titel fest, indem du den Code-Schnipsel bearbeitest."],"Meta description preview:":["Meta-Beschreibungs-Vorschau:"],"Slug preview:":["Titel-Vorschau:"],"SEO title preview:":["SEO-Titel-Vorschau:"],"Close snippet editor":["Ausschnitt-Editor schließen"],"Slug":["Permalink"],"Remove marks in the text":["Entferne Markierungen im Text"],"Mark this result in the text":["Markiere dieses Ergebnis im Text"],"Marks are disabled in current view":["Markierungen sind in der aktuellen Ansicht deaktiviert."],"Good SEO score":["Guter SEO-Wert"],"OK SEO score":["Ausreichender SEO-Wert"],"Feedback":["Feedback"],"ok":["OK"],"Choose an image":["Wähle ein Bild"],"Remove the image":["Bild entfernen"],"MailChimp signup failed:":["MailChimp-Registrierung fehlgeschlagen:"],"Sign Up!":["Anmelden"],"Name":["Name"],"There is an error with the request.":["Es ist ein Fehler bei der Anfrage aufgetreten."],"Select profile":["Profil wählen"],"Choose a profile":["Wähle ein Profil"],"Authorization code":[""],"Reauthenticate with Google":["Erneute Identifizierung mit Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Damit %s deine Google Search Console-Informationen abrufen kann, gebe bitte deinen Google Authorization Code ein. Wenn du auf den Button unten klickst, öffnet sich ein neues Fenster."],"Please provide a meta description by editing the snippet below.":["Bitte lege eine Meta-Beschreibung fest, indem du den Code-Schnipsel bearbeitest."],"Edit snippet":["Code-Schnipsel bearbeiten"],"You can click on each element in the preview to jump to the Snippet Editor.":["Du kannst auf jedes Element in der Vorschau klicken, um zum Snippet-Editor zu springen."],"Close the Wizard":["Schließe den Assistenten "],"Export settings":["Export-Einstellungen"],"%1$s video tutorial":["%1$s Video Tutorial"],"%s › Configuration Wizard":["%s ›-Einrichtungsassistent"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Wenn du Schwierigkeiten hast, %1$sfülle bitte einen Bug-Report aus%2$s und wir tun unser Bestes um dir zu helfen."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Uns ist aufgefallen, dass Du %1$s bereits seit einiger Zeit verwendest; wir hoffen dass Du es magst! Wir würden uns sehr darüber freuen, wenn Du uns %2$sauf WordPress.org mit 5 Sternen bewerten würdest%3$s!"],"Courses":["Kurse"],"Date archives settings":["Datum-Archiv-Einstellungen"],"Author archives settings":["Autor-Archiv-Einstellungen"],"%1$s by %2$s":["%1$s zu %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Warnung: Die Variable %s kann in diesem Template nicht genutzt werden. Schau ins Hilfe-Center für weitere Informationen."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["Kein Titel"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Die %1$s Adminleiste enthält nützliche Links zu Tools von Drittanbietern zur Seitenanalyse und ermöglicht das leichte Erkennen von neuen Benachrichtigungen."],"Admin bar menu":["Adminbar-Menü"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funktionen"],"SEO title":["SEO Titel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Obwohl wir uns bemühen, das Einrichten von %1$s so einfach wie möglich zu gestalten, verstehen wir auch, daß es entmutigend sein kann. Wenn du uns lieber beauftragen möchtest, dass wir %1$s für dich einrichten (und du in diesem Zuge eine Version von %2$s bekommst), bestelle hier unseren %3$s%1$s Konfigurationsservice%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Willkommen zum %1$s Konfigurations-Assistenten. In ein paar einfachen Schritten werden wir dir helfen deine Einstellungen auf deine Bedürfnisse deiner Website abzustimmen!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google zeigt den Namen deiner Website in den Suchergebnissen an. Wenn du ihn ändern möchtest, kannst du das hier machen."],"Greater than sign":["Größer-als-Zeichen"],"Less than sign":["Kleiner-als-Zeichen"],"Right angle quotation mark":["Größer-gleich-Zeichen"],"Left angle quotation mark":["Kleiner-gleich-Zeichen"],"Small tilde":["kleine Tilde"],"Vertical bar":["vertikaler Balken"],"Low asterisk":["unterer Stern"],"Asterisk":["Sternchen"],"Bullet":["Kugel"],"Middle dot":["mittlerer Punkt"],"Em dash":["Em Gedankenstrich"],"En dash":["Gedankenstrich"],"Dash":["Gedankenstrich"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Wählen Sie ein Symbol, das als Trennzeichen im Titel verwendet werden soll. Dieses wird zum Beispiel zwischen dem Beitragstitel und dem Seitennamen angezeigt. Die Symbole sind in der gleichen Größe angezeigt, in der sie auch in den Suchergebnissen erscheinen werden."],"The name of the person":["Der Name der Person"],"No":["Nein"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Hat oder wird deine Seite mehrere Autoren haben? "],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress generiert automatisch eine URL für jedes Media Element in der Bibliothek. Dies erlaubt Google den generierten Link zu indexieren."],"Success!":["Erfolgreich!"],"Title settings":["Titel-Einstellungen"],"Google Search Console":["Google Such Konsole"],"Multiple authors":["mehrere Autoren"],"Site type":["Seiten Typ"],"Environment":["Umgebung"],"Yoast option %1$s not found.":["Yoast Option %1$s nicht gefunden."],"Google Structured Data Test":["Google Test für strukturierte Daten"],"Posts list":["Beitrags-Liste"],"Posts list navigation":["Navigation der Beitrags-Liste"],"Filter posts list":["Filtere Beitrags-Liste"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Beachte, dass Links zu Archiven möglicherweise von deinem Theme ausgegeben werden und du diese separat entfernen musst."],"%1$s to optimize your site even further":["%1$s um deine Website noch weiter zu optimieren."],"%1$s extensions":["%1$s Extensions"],"Comes with our 30-day no questions asked money back guarantee":["Enthält eine 30-Tage-Geld-Zurück-Garantie – ohne Rückfragen."],"More information %1$sabout %3$s%2$s":["Mehr Informationen %1$süber %3$s%2$s"],"Installed":["Installiert"],"gain access to our 24/7 support team.":["Erhalte Zugang zu unserem Support Team, das rund um die Uhr für dich da ist."],"Premium support":["Premium Support"],"check what your Facebook or Twitter post will look like.":["prüfe, wie deine Facebook oder Twitter Beiträge aussehen könnten."],"Social previews":["Social Vorschau"],"create and manage redirects from within your WordPress install.":["Erstelle und verwalte Weiterleitungen innerhalb deiner WordPress-Installation."],"Redirect manager":["Redirect Manager"],"%1$s, take your optimization to the next level!":["%1$s, bringe deine Optimierung auf die nächste Stufe!"],"A seamless integration between %1$s and %2$s":["Eine nahtlose Integration zwischen %1$s und %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Nutze %1$s Breadcrumbs anstatt von %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Füge einfach Google Maps, eine Liste deiner Standorte/Filialen, Öffnungszeiten oder mehr hinzu."],"Creates XML News Sitemaps":["Erstellt XML News Sitemaps"],"Immediately pings Google on the publication of a new post":["Benachrichtigt Google unverzüglich über die Veröffentlichung eines neuen Beitrags."],"Optimize your site for Google News":["Optimiere deine Website für Google News"],"Make videos responsive through enabling fitvids.js":["Mache Videos responsiv durch das Aktivieren von fitvids.js"],"Enhance the experience of sharing posts with videos":["Verbessere das Erlebnis beim Teilen von Beiträgen mit Videos"],"Show your videos in Google Videos":["Zeige deine Videos in Google Videos"],"Crawl issues list":["Crawling-Ergebnisliste"],"Crawl issues list navigation":["Crawl Problemliste Navigation"],"Edit “%s”":["Bearbeite ”%s„"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Benachrichtigungen"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["SEO Analyse deaktivieren"],"Twitter settings":["Einstellungen für den Titel"],"Pinterest settings":["Pinterest-Einstellungen"],"Facebook settings":["Facebook-Einstellungen"],"Title separator symbol":["Titel-Trennzeichen"],"RSS feed settings":["Einstellungen zum RSS-Feed"],"Breadcrumbs settings":["Breadcrumb-Einstellungen"],"Make primary":["Mache primär"],"Enter your Google Authorization Code and press the Authenticate button.":["Gib den Autorisierungscode von Google ein und klicke auf \"Authentifizieren\"."],"%s notification":["%s Benachrichtigung","%s Benachrichtigungen"],"Disable readability analysis":["Deaktivere die Lesbarkeits-Analyse"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Lesbarkeits-Analyse"],"Needs improvement":["Verbesserungsbedarf"],"Readability":["Lesbarkeit"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":[""],"Improvements":["Verbesserungen"],"Restore this item.":["Dieses Element wiederherstellen."],"Dismiss this item.":["Dieses Element ausblenden."],"Good job! We could detect no serious SEO problems.":["Gute Arbeit! Wir konnten keine ernsthaften SEO Probleme feststellen."],"We have detected the following issues that affect the SEO of your site.":["Wir haben die folgenden Probleme festgestellt, welche die SEO deiner Site beeinflussen."],"Problems":["Probleme"],"Analysis":["Analyse"],"Not available":["Nicht verfügbar"],"Filter by SEO Score":["Filtere nach SEO-Wert"],"Meta description not set.":["Meta Description nicht gesetzt."],"Video tutorial":["Video-Tutorial"],"Email support is a %s feature":["E-Mail-Support ist ein %s-Feature"],"Knowledge base":["Wissensdatenbank"],"Open":["Offen"],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["Du kannst dies auf der %1$sPermalink-Einstellungen-Seite%2$s beheben."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paginierung der Kommentare ist aktiviert. Diese ist in 999 von 1000 Fällen nicht notwendig. Wir empfehlen, sie zu deaktivieren."],"Replaced with the primary category of the post/page":["Ersetzt durch die Hauptkategorie des Beitrags/der Seite"],"Pinterest confirmation":["Pinterest-Bestätigung"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Wenn du deine Seite bereits auf Pinterest bestätigt hast, kannst du diesen Schritt überspringen."],"Format-based archives":["Formatbasierende Archive"],"Webmaster Tools verification":["Webmaster-Tools-Verifizierung"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Folge unserem %1$s für WordPress-Training und werde ein zertifizierter %1$s-Experte!"],"Want to be a %s Expert?":["Wärst du gern %s-Experte?"],"Buy %s":["Kaufe %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Neuer %1$s Titel"],"Existing %1$s Title":["Vorhandener %1$s Titel"],"Expected an integer as input.":["Eingabe vom Typ Integer erwartet."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Der Versuch, einen sicheren Sitemap-Cache-Schlüssel zu generieren, ist fehlgeschlagen, da die Präfix- und Postfix-Kombination zu wenig Platz lässt. Du forderst wahrscheinlich eine Seite an, die die erwartete Bandbreite überschreitet. "],"Remove":["Entfernen"],"Keep":["Behalten"],"Bold the last page":["Die letzte Seite hervorheben"],"Regular":["Normal"],"Bold":["Hervorgehoben"],"Show Blog page":["Blog-Seite anzeigen"],"Primary %s":["Primär %s"],"Primary":["Primär"],"Make %1$s primary %2$s":["%1$s als primär %2$s setzen"],"Term is set to noindex.":["Terminologie ist auf noindex gesetzt"],"Author archives":["Autor-Archiv"],"Show":["Zeigen"],"Enabled":["Aktiviert"],"Disabled":["Deaktiviert"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s hat den Indexierbarkeitsstatus deiner Website bisher noch nicht von %2$s abgerufen"],"The separator defined in your theme's %s tag.":["Der Platzhalter wird im %s-Element deines Themes definiert."],"No index":["Nicht indexieren"],"Analyze entire site":["Gesamte Website analysieren."],"Fetch the current status":["Aktuellen Status abfragen."],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s konnte den Indexierbarkeits-Status Deiner Website nicht abrufen%3$s von %4$s"],"Your homepage can be indexed by search engines.":["Deine Homepage kann von Suchmaschinen indiziert werden."],"Indexability check by %1$s":["Indexierbarkeits-Check von %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Wenn du ein Bild zum Teilen auf %1$s verwenden möchtest, kannst du es hier wählen/hochladen oder die Bild-URL hier eingeben."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Wenn Du die Meta Beschreibung nicht fuer das Teilen auf %1$s nutzen moechtest, aber eine andere Beschreibung zeigen moehtest, gib sie bitte hier an."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Falls du nicht den Beitragstitel verwenden willst, um den Beitrag auf %1$s zu teilen, sondern dort einen anderen Titel verwenden möchtest, dann gib ihn hier ein."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sSuchmaschinen können deine Homepage nicht indizieren%2$s. Dies ist sehr ungünstig für die SEO und sollte repariert werden."],"Once Weekly":["Einmal wöchentlich"],"Add-ons":["Add-ons"],"SEO score":["SEO-Wert"],"Twitter metadata":["Twitter-Metadaten"],"Facebook / Open Graph metadata":["Facebook/Open-Graph-Metadaten"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["%1$s von %2$s erledigt"],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Wir haben unseren Algorithmus für die SEO-Wertung aktualisiert. %1$s Klicke hier, um die aktuelle Gesamtwertung für alle Beiträge und Seiten %2$s neu zu berechnen."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Die erste echte All-in-One-SEO-Lösung für WordPress, einschließlich On-Page Inhaltsanalyse, XML-Sitemaps und vielem mehr."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivierungsfehler:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Die Filter-Erweiterung scheint nicht verfügbar zu sein. Bitte deinen Hoster, sie einzuschalten."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Die Installation des %1$s Plugin ist unvollständig. Bitte schau in den %2$sInstallationsanweisungen%3$s nach."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Die Standard PHP Library (SPL) Erweiterung scheint nicht verfügbar zu sein. Bitte frage Deinen Web-Hoster, dass er sie aktiviert."],"SEO Settings":["SEO-Einstellungen"],"Mobile-Friendly Test":["Mobile-Friendly-Test"],"Google Page Speed Test":["Google-Page-Speed-Test"],"CSS Validator":["CSS-Validator"],"HTML Validator":["HTML-Validator"],"Pinterest Rich Pins Validator":["Pinterests Rich-Pins-Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Header prüfen"],"Check Google Cache":["Google-Cache prüfen"],"Analyze this page":["Diese Seite analysieren "],"Keyword Research":["Keyword-Recherche"],"%s does not seem to be a valid url. Please correct.":["%s scheint keine korrekte URL zu sein. Bitte korrigieren."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s scheint ein ungültiger %2$s Bestätigung String zu sein. Bitte korrigieren."],"%s Archive":["%s Archiv"],"You searched for %s":["Du hast nach %s gesucht"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s scheint keine gültige Twitter-Benutzer-ID zu sein. Bitte korrigieren."],"Summary with large image":["Zusammenfassung mit großem Bild"],"Summary":["Zusammenfassung"],"The post %1$s appeared first on %2$s.":["Der Beitrag %1$s erschien zuerst auf %2$s."],"No numeric value was received.":["Es wurde kein numerischer Wert erhalten"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dies muss eine bestehende Website sein. Website %s existiert nicht oder wurde als gelöscht markiert."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Die Standard Website Einstellung muss eine numerische ID der Website sein, die du als Standard nutzen willst. "],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s ist keine gueltige Auswahl für den Zugriff auf die %2$sEinstellungen. Der Wert wurde auf Standard zurueckgesetzt."],"Please select a valid post type for taxonomy \"%s\"":["Bitte wähle einen gültigen Beitragstyp für Taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Bitte wähle eine gültige Taxonomie für Beitragstyp \"%s\""],"You searched for":["Du suchtest nach"],"Home":["Startseite"],"Archives for":["Archive für"],"Error 404: Page not found":["Fehler 404: Seite wurde nicht gefunden"],"Good":["Gut"],"Replaced with a custom taxonomies description":["Ersetzt durch eine eigene Beschreibung der Taxonomie"],"Replaced with a posts custom taxonomies, comma separated.":["Ersetzt durch eine eigene Taxonomie eines Artikels, mit Kommata trennen."],"Replaced with a posts custom field value":["Ersetzt mit einem Standard Beitrags-Feldwert."],"Replaced with the slug which caused the 404":["Ersetzt durch die Titelform, welche den 404 Fehler auslöste."],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Beschriftung Dateianhang"],"Replaced with the current page number":["Wird ersetzt durch die aktuelle Seitennummer"],"Replaced with the current page total":["Wird ersetzt durch die aktuelle gesamte Seitenanzahl"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Ersetzt mit der aktuellen Seitennummer mit Kontext (z. B. Seite 2 von 4)"],"Replaced with the post/page author's 'Biographical Info'":["Wird ersetzt durch die 'Biografischen Angaben' des Beitrags-/Seitenautors"],"Replaced with the post/page author's 'nicename'":["Wird ersetzt durch den Nicknamen des Autors des Artikels/ der Seite"],"Replaced with the post/page ID":["Wird ersetzt durch die ID des Artikels/der Seite"],"Replaced with the post/page modified time":["Wird ersetzt durch die Bearbeitungszeit des Artikels/ der Seite"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["Wird durch die gegenwärtige Suchphrase ersetzt"],"Replaced with the term name":["Wird ersetzt durch den Begriff"],"Replaced with the term description":["Wird ersetzt durch die Beschreibung des Ausdrucks"],"Replaced with the tag description":["Wird durch die Schlagwort-Beschreibung ersetzt"],"Replaced with the category description":["Wird durch die Beschreibung der Kategorie ersetzt"],"Replaced with the post categories (comma separated)":["Wird ersetzt durch die Artikel-Kategorien (durch Komma getrennt)"],"Replaced with the current tag/tags":["Mit aktuellen Tags ersetzt"],"Replaced with the post/page excerpt (without auto-generation)":["Wird ersetzt durch Textauszug des Artikels / der Seite (ohne Auto-Generierung)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Wird ersetzt durch Textauszug aus Artikel / Seite (oder automatisch generiert, falls nicht vorhanden)"],"The site's name":["Der Seitenname"],"Replaced with the title of the parent page of the current page":["Ersetzt mit dem Titel der übergeordneten Seite der aktuellen Seite"],"Replaced with the title of the post/page":["Wird ersetzt durch den Titel des Beitrags bzw. der Seite"],"Replaced with the date of the post/page":["Wird ersetzt durch das Datum des/der Artikels/Seite"],"Page %1$d of %2$d":["Seite %1$d von %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Du kannst die Platzhalter der WPSEO Standard Variable nicht aufheben indem du eine Variable mit dem selben Namen wählst. Nutze die \"wpseo_replacements\" Filter anstelle die Platzhalter Werte zu verändern. "],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Eine Platzhalter-Variable mit dem selben Namen wurde bereits angelegt. Versuche, einen einzigartigen Namen zu wählen."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Eine Platzhalter-Variable kann nicht mit \"%%cf_\" oder \"%%ct_\" beginnen. Diese sind reserviert für die WPSEO Standard Variable, Variablen für benutzerdefinierte Felder und benutzerdefinierte Taxonomien. Versuche einen eindeutigen Variablen-Namen zu wählen. "],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Eine Ersatzvariable kann nur alphanumerische Zeichen sowie einen Unterstrich oder eine Leertaste enthalten. Bitte versuche, deine Variable umzubenennen."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Seite wurde nicht gefunden."],"%s Archives":["%s Archive"],"Search for \"%s\"":["Suche nach \"%s\""],"Meta description to use for Author page":["Meta-Beschreibung, die auf der Autoren-Seite genutzt wird"],"Title to use for Author page":["Titel, der auf der Autoren-Seite genutzt wird"],"%1$s settings":["Einstellungen für %1$s "],"Export your %1$s settings":["Exportiere Deine %1$s Einstellungen"],"Import settings":["Import-Einstellungen"],"Import from other SEO plugins":["Importiere von anderen SEO-Plugins"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["Falls eine %s Datei existiert und diese schreibbar ist, kannst du sie hier editieren."],"If your %s were writable, you could edit it from here.":["Falls deine %s Datei schreibbar ist, kannst du sie hier editieren."],"You don't have a %s file, create one here:":["Du hast keine %s Datei, erstelle eine hier:"],"A link to your site, with your site's name and description as anchor text.":["Link zu Deiner Seite mit Blogname und Slogan als Linktext."],"A link to your site, with your site's name as anchor text.":["Link zu Deiner Seite mit dem Namen deines Blocks als Linktext."],"A link to the post, with the title as anchor text.":["Link zum Artikel mit dem Artikelnamen als Linktext."],"A link to the archive for the post author, with the authors name as anchor text.":["Link zum Autor-Archiv mit dem Namen des Autors als Linktext."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Du kannst folgende Variablen innerhalb des Inhalts verwenden, diese werden durch den Wert auf der rechten Seite ersetzt."],"Content to put after each post in the feed":["Inhalt, der an jeden Beitrag im Feed angehängt wird"],"Content to put before each post in the feed":["Inhalt, der vor jeden Eintrag im RSS-Feed gesetzt wird"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Dieses Feature wird dazu benutzt, um automatisch Inhalt in Deinen RSS-Feed einzufügen. Konkret bedeutet das, dass Verlinkungen zurück zu Deiner Webseite und ihren Artikeln gesetzt werden, 'dumme Inhalts-Diebe' werden diese Links daher ebenso mit ziehen/ setzen und Dir somit helfen, via Suchmaschine Dich als die Originalquelle des Inhaltes zu identifizieren."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Die Nutzung der Breadcrumbs-Funktion wird in %1$sunserem Wissensbasis-Artikel über Breadcrumbs Implementierung%2$s erläutert."],"How to insert breadcrumbs in your theme":["Wie Du Breadcrumbs in Dein Theme einbinden kannst."],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":[""],"Taxonomy to show in breadcrumbs for content types":[""],"Breadcrumb for 404 Page":["Breadcrumb für Fehlerseite 404"],"Prefix for Search Page breadcrumbs":["Präfix für Suchseiten-Breadcrumb"],"Prefix for Archive breadcrumbs":["Präfix für Archiv-Breadcrumb"],"Prefix for the breadcrumb path":["Praefix für den Breadcrumb-Pfad."],"Anchor text for the Homepage":["Anker-Text für die Webseite"],"Separator between breadcrumbs":["Trenner zwischen den Breadcrumbs"],"Enable Breadcrumbs":["Aktiviere Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Unten siehst du die SEO-Werte der bisher veröffentlichten Beiträge. Jetzt ist der richtige Moment, einige deiner Beiträge zu verbessern!"],"Credits":["Credits"],"« Back to Tools page":["« Zurück zur Tools-Seite"],"%1$s comes with some very powerful built-in tools:":["%1$s enthält einige sehr leistungsstarke Werkzeuge:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Dieses Tool erlaubt dir, schnell wichtige Dateien für deine SEO, wie in der robots.txt und der .htaccess Datei, zu ändern, sofern diese existieren."],"File editor":["Datei-Editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importiere die Einstellungen von anderen SEO Plugins und exportiere deine Einstellungen für die Wiederverwendung auf anderen Blogs."],"Import and Export":["Import und Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dieses Tool erlaubt dir, schnell die Titel und Beschreibungen deiner Beiträge und Seiten zu ändern, ohne den jeweiligen Editor aufrufen zu müssen."],"Bulk editor":["Massenbearbeitung"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Füge den Meta tag hier ein, um die %1$sWebseite mit Pinterest zu verifizieren%2$s:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest nutzt Open-Graph-Metadaten ebenso wie Facebook. Setze deshalb einen Haken im Open-Graph-Kontrollkästchen auf dem Facebook-Reiter, um die Seite für Pinterest zu optimieren."],"The default card type to use":["Der zu nutzende Standard Karten-Typ"],"Add Twitter card meta data":["Twitter Card Meta Daten hinzufügen"],"This image is used if the post/page being shared does not contain any images.":["Dieses Bild wird benutzt, falls der geteilte Post / die geteilte Seite keine Bilder enthält."],"Default settings":["Standardeinstellungen"],"Copy home meta description":["Meta-Beschreibung der Startseite kopieren"],"Description":["Beschreibung"],"Image URL":["Bild-URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dies sind der Titel, die Beschreibung und das Bild, die in den Open-Graph-Metatags auf der Startseite Deiner Website Verwendung finden."],"Frontpage settings":["Einstellungen der Startseite"],"Add Open Graph meta data":["Open Graph Meta Data hinzufügen"],"YouTube URL":["Youtube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-Benutzername"],"Facebook Page URL":["URL der Facebook Seite"],"Accounts":["Konten"],"Restore site to defaults":["Seite auf Standardeinstellungen zurücksetzen"],"Site ID":["Website-ID"],"Using this form you can reset a site to the default SEO settings.":["Hiermit kannst Du die Standard-SEO-Einstellungen einer Seite wieder herstellen/zurücksetzen."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":[""],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Gib die %1$sSite ID%2$s der Website ein, deren Einstellungen du als Standard für alle Websites in deinem Netzwerk nutzen möchtest. Du kannst dieses Feld auch leer lassen, dann werden die Plugin-Standards verwendet."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Wähle die Seite, deren Einstellungen du standardmäßig für alle Websites, die deinem Netzwerk hinzugefügt werden, verwendet werden sollen. Wenn du \"Keine\" auswählst, werden die Standardeinstellungen des Plugins verwendet."],"New sites in the network inherit their SEO settings from this site":["Neue Websites im Netzwerk übernehmen die SEO-Einstellungen dieser Website"],"Super Admins only":["Nur für Super-Admins"],"Site Admins (default)":["Seiten-Admins (Standard)"],"Who should have access to the %1$s settings":["Wer soll Zugriff auf die %1$s Einstellungen haben?"],"spam":["SPAM"],"mature":["veraltet"],"archived":["archiviert"],"public":["öffentlich"],"%s restored to default SEO settings.":["%s zurückgesetzt auf Standard-SEO-Einstellungen."],"Settings Updated.":["Einstellungen gespeichert."],"404 pages":["404-Seiten"],"Search pages":["Such-Seiten"],"These pages will be %s by default, so they will never show up in search results.":["Diese Seiten sind per Vorgabe %s , damit werden sie in Suchergebnissen nicht angezeigt"],"Special Pages":["Spezielle Seiten"],"Date-based archives could in some cases also be seen as duplicate content.":["In manchen Fällen können datumsbasierte Archive ebenfalls als Duplicate Content angesehen werden."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Wenn das bei dieser Website der Fall ist, kannst du das Archiv entweder abschalten (was zur Weiterleitung auf die Startseite führt) oder du fügst %s hinzu, damit es nicht in den Suchergebnissen auftaucht."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Wenn du der einzige Autor dieser Website bist, ist das Autorenarchiv exakt gleich mit der Homepage. Das führt zu einem sogenannten %1$sDuplicate-Content-Problem%2$s."],"Date archives":["Datums-Archive"],"author archives":[""],"Title":["Titel"],"%1$s Meta Box":["%1$s Meta-Box"],"Hide":["Ausblenden"],"Date in Snippet Preview":["Datum in der Snippet-Vorschau"],"Take note:":["Beachte:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Homepage & Startseite"],"Title Separator":["Titel-Trennzeichen"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s hat automatisch erkannt, ob für deine Seiten ein Zwang zum Umschreiben der Titel gesetzt werden sollte. Wenn du glaubst, dass dies falsch ist, und du weißt was du tust, kannst du die Einstellung hier ändern."],"Force rewrite titles":["Umarbeitung der Titel erzwingen"],"Taxonomies":["Taxonomien"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Erweiterungen"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Nahtlose Integration von WooCommerce mit %1$s und erhalte zusätzliche Funktionen!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Besseres Ranking vor Ort und in GoogleMaps, ohne in's Schwitzen zu geraten!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Bist Du bei Google News gelistet? Steigere Deinen Traffic von dort mit der Google News Optimierung!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimiere Deine Videos, um sie in den Suchergebnissen zu zeigen und hole mehr Klicks!"],"The premium version of %1$s with more features & support.":["Die Premium-Version von %1$s mit mehr Funktionen & Unterstützung."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Name der Website"],"Webmaster Tools":[""],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Du hast bisher den Artikel-/ Seitentitel nicht in der URL Deiner Artikel und Seiten, dies wird jedoch dringend empfohlen. Überlege Dir deshalb, Deine Permalinkstruktur auf /%postname%/ einzustellen."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["oder"],"Save Profile":["Profil speichern"],"There were no profiles found":["Kein Profil gefunden."],"Profile":["Profil"],"Current profile":["Aktuelles Profil"],"Authenticate":["Authentifizieren"],"Get Google Authorization Code":["Google-Autorisierungscode abrufen"],"Reload crawl issues":["Crawl Ergebnis neu laden"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Um eine Umleitung anzulegen und diesen Fehler zu beheben, brauchst Du %1$s. Du kannst das Plugin kaufen, inklusive einem Jahr Support und Aktualisierungen, auf %2$s."],"Creating redirects is a %s feature":["Das Erstellen von Weiterleitungen ist ein Feature von %s."],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fehler, die nur während des Einlesens deiner Seite durch den Googlebot für Feature-Phones aufgetreten sind (diese Fehler erscheinen nicht für die Desktop-Anzeige)"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fehler, die nur während des Einlesens deiner Seite durch Googlebot-Mobile aufgetreten sind (diese Fehler erscheinen nicht für die Desktop-Anzeige)"],"Errors that occurred when your site was crawled by Googlebot.":["Während der Seitenindizierung durch den Googlebot aufgetretene Fehler."],"Issue categories":["Problemkategorien"],"Incorrect Google Authorization Code.":["Falscher Google-Autorisierungscode."],"The issues have been successfully reloaded!":["Die Ausgaben wurden erfolgreich neu geladen!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Der %1$s Datensatz wurde entfernt. Wenn Du die Daten erhalten willst musst Du Dich erneut authentifizieren."],"Crawl errors per page":["Crawl-Fehler pro Seite"],"Search":["Suchen"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Behalte den Überblick über deine Suchmaschineneinträge und -fehler: %1$sVerbinde Dich hier mit der Google Search Console: %2$s"],"Create redirect":["Weiterleitung erstellen"],"Mark as fixed":["Als korrigiert markieren"],"Response code":["Antwortcode"],"First detected":["Zuerst entdeckt"],"Last crawled":["Zuletzt durchsucht"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s meldet, dass du Version %2$s benutzt, die nicht mit %1$s kompatibel ist. Bitte aktualisiere %2$s auf die neueste Version, damit du diese Funktion nutzen kannst."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Die Yoast Plugins tauschen Code untereinander aus, um deine Seite schneller zu machen. Aus diesem Grund müssen alle installierten Yoast Plugins aktuell sein. Wir haben festgestellt, dass eines oder mehrere Plugins nicht auf dem aktuellen Stand sind, bitte update daher alle veralteten Plugins."],"Feature phone":["Feature Phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Die Ziel-URL existiert nicht, aber dein Server sendet keinen 404 (Datei nicht gefunden) Fehler."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Entweder wurde die Zeit der Anforderung überschritten oder die Website blockiert Google."],"Server Error":["Serverfehler"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Der Googlebot konnte auf deine Website zugreifen, jedoch sind bestimmte URLs in der Datei %1$s für Googlebot blockiert. Diese Blockade betrifft entweder alle Googlebots oder speziell den Googlebot-Mobile."],"Blocked":["Blockiert"],"Google was unable to crawl this URL due to an undetermined issue.":["Google konnte diese URL aufgrund eines unbestimmten Fehlers nicht crawlen."],"URL points to a non-existent page.":["Die URL verweist auf eine nicht existierende Seite."],"Not found":["Nicht gefunden"],"Not followed":["Nicht verfolgt"],"Faulty redirects":["Fehlerhafte Weiterleitungen"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Der Server erfordert eine Authentifizierung oder verhindert den Zugriff des Googlebots"],"Access denied":["Zugriff verweigert"],"Deactivate %s":["Deaktiviere %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Das %1$s Plugin könnte in Verbindung mit %2$s Fehler hervorrufen."],"Upload Image":["Bild hochladen"],"Remove these ads?":["Diese Anzeigen entfernen?"],"%s Posts Overview":["%s Beitragsübersicht"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Der Breadcrumbs-Titel wird in den Breadcrumbs benutzt, wo diese Taxonomie erscheint."],"Breadcrumbs title":["Breadcrumbs-Titel"],"The canonical link is shown on the archive page for this term.":["Der Canonical-Link wird auf der Archivseite für diesen Begriff angezeigt."],"Facebook App ID":["Facebook Anwendungs-ID"],"Pinterest":["Pinterest"],"Other":["Anderes"],"Archives":["Archive"],"Email":["E-Mail"],"Close":["Schließen"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Bild"],"%s Description":["%s Beschreibung"],"%s Title":["%s Titel"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Die empfohlene Bildgröße für %1$s sind %2$s pixel."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Wenn du um diesen Post auf %s zu teilen anstatt der Meta-Beschreibung eine andere Beschreibung verwenden möchtest, hinterlege sie hier."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Wenn du nicht den Titel des Beitrages zum Teilen bei %s verwenden möchtest, kannst du hier einen anderen Titel eintragen."],"very difficult":["sehr schwierig"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["schwer"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["ziemlich schwer"],"OK":["OK"],"fairly easy":["ziemlich einfach"],"easy":["einfach"],"very easy":["sehr einfach"],"Meta Desc.":["Meta Beschr."],"All SEO Scores":["Alle SEO-Werte"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Das Bild muss mindestens 200x200 Pixel groß sein, um von Facebook und anderen Social Media Seiten aufgenommen zu werden."],"(no parent)":["(kein Elternelement)"],"Post is set to noindex.":["Der Artikel wird nicht indexiert."],"The URL that this page should redirect to.":["Die URL, auf die diese Seite weitergeleitet werden soll."],"301 Redirect":["301-Weiterleitung"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["Canonical-URL"],"Title to use for this page in breadcrumb paths":["Titel, der für diese Seite in Breadcrumbs-Pfaden benutzt werden soll"],"Breadcrumbs Title":["Breadcrumb-Titel"],"No Snippet":["Kein Snippet"],"No Archive":["Kein Archiv"],"No Image Index":["Kein Bild Index"],"None":["Keine"],"Site-wide default: %s":["Seitenweite Voreinstellung: %s"],"Advanced meta robots settings for this page.":["Erweiterte Meta Robots Einstellungen für diese Seite."],"Meta robots advanced":["Erweiterte Meta Robots"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Achtung: Auch wenn hier die Meta-Robots-Einstellungen gesetzt werden können, - falls die gesamte Website auf \"noindex\" gesetzt ist, bleiben die Eintragungen hier ohne Wirkung."],"Meta description":["Meta-Beschreibung"],"SEO Title":["SEO-Titel"],"Focus keyword":["Fokus-Keyword"],"Snippet preview":["Snippet Vorschau"],"Settings successfully imported.":["Einstellungen wurden erfolgreich importiert."],"Settings could not be imported:":["Einstellungen konnten nicht importiert werden:"],"Error creating %1$s export: ":["Fehler beim Erstellen des %1$s Exports:"],"Breadcrumb for 404 pages:":["Breadcrumb für 404 Seiten:"],"Prefix for search result pages:":["Präfix für Suchergebnisseiten:"],"Prefix for archive pages:":["Präfix für Archivseiten:"],"Prefix for breadcrumbs:":["Präfix für Breadcrumbs:"],"Anchor text for the homepage:":["Anker-Text für die Webseite:"],"Breadcrumbs separator:":["Breadcrumb Trennzeichen:"],"Remove blog page from breadcrumbs":["Entferne die Blogseite aus den Breadcrumbs"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Bild verwenden"],"Action":["Aktion"],"Page URL/Slug":["Seiten URL / Titelform"],"Publication date":["Veröffentlichungsdatum"],"Post Status":["Beitragsstatus"],"WP Page Title":["WP Seitentitel"],"View":["Ansicht"],"View “%s”":["zeige “%s”"],"Preview":["Vorschau"],"Preview “%s”":["Vorschau “%s”"],"Edit":["Bearbeiten"],"Filter":["Filter"],"New Yoast Meta Description":["Neue Yoast Meta Beschreibung"],"Existing Yoast Meta Description":["Existierende Yoast Meta Beschreibung"],"Facebook profile URL":["URL des Facebook Profils"],"Twitter username (without @)":["Twitter Benutzername (ohne @)"],"FAQ":["FAQ"],"Premium Support":["Premium Unterstützung"],"Settings":["Einstellungen"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Geh bitte zu %1$sEinstellungen \"Lesen\"%2$s und entferne den Haken bei \"Search Engine Visibility\" (sichtbar für Suchmaschinen)."],"Huge SEO Issue: You're blocking access to robots.":["Wichtiges SEO-Problem: Du blockierst den Zugriff von Suchmaschinen."],"Posts":["Beiträge"],"Edit Files":["Dateien editieren"],"Advanced Variables":["Erweiterte Variablen"],"Basic Variables":["Grundvariablen"],"General":["Allgemein"],"Extensions":["Erweiterungen"],"Search Console":["Suchkonsole"],"Tools":["Werkzeuge"],"Advanced":["Fortgeschritten"],"XML sitemaps":[""],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s hat festgestellt, dass du Version %2$s von %3$s nutzt. Bitte aktualisiere auf die neueste Version, um Fehler zu vermeiden."],"Just another WordPress site":["Nur eine weitere Wordpress Seite"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Du hast noch den Standard-WordPress-Slogan, selbst ein leerer ist vermutlich besser. %1$sIm Customizer kannst du dies anpassen%2$s."],"You have used HTML in your value which is not allowed.":["Du hast HTML in deinem Wert verwendet, dies ist nicht erlaubt."],"You can't edit %s that aren't yours.":["Du kannst %s nicht editieren, das sind nicht Deine."],"You can't edit %s.":["Du kannst %s nicht bearbeiten."],"Post has an invalid Content Type: %s.":[""],"Post doesn't exist.":["Dieser Beitrag existiert nicht."],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["Papierkorb (%s)","Papierkorb (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"de_CH"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":[""],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":[""],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":[""],"Learn about why permalinks are important for SEO.":[""],"Google Ads":[""],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":[""],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":[""],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":[""],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["","There are new notifications."],"Learn more about the readability analysis":[""],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":[""],"%s and %s":[""],"%d minute":["","%d minutes"],"%d hour":["","%d hours"],"%d day":["","%d days"],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":[""],"hours":[""],"days":[""],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":[""],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":[""],"Move question down":[""],"Move question up":[""],"Insert question":[""],"Delete question":[""],"Enter the answer to the question":[""],"Enter a question":[""],"Add question":[""],"Frequently Asked Questions":[""],"Great news: you can, with %s!":[""],"Select the primary %s":[""],"Check links to this URL":[""],"Keyword research training":[""],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":[""],"Move step down":[""],"Move step up":[""],"Insert step":[""],"Delete step":[""],"Add image":[""],"Enter a step description":[""],"Enter a description":[""],"Unordered list":[""],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":[""],"Delete total time":[""],"Add total time":[""],"How to":[""],"How-to":[""],"Snippet Preview":[""],"Analysis results":[""],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":[""],"Cornerstone content should be the most important and extensive articles on your site.":[""],"Restore Site":[""],"Network Settings":[""],"You are not allowed to perform this action.":[""],"Error: %s":[""],"Success: %s":[""],"Site with ID %d not found.":[""],"No site has been selected to restore.":[""],"You are not allowed to modify unregistered network settings.":[""],"deleted":[""],"Would you like to add another keyphrase?":[""],"image preview":[""],"Copied!":[""],"Not supported!":[""],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":[""],"Copy link":[""],"Copy link to suggested article: %s":[""],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":[""],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":[""],"Optimize your site for Google News.":[""],"Optimize your shop's SEO and sell more products!":[""],"Be found in Google Video search and enhance your video sharing on social media.":[""],"Be found in Google Maps and local results.":[""],"Learn practical SEO skills to rank higher in Google.":[""],"Don’t waste time figuring out the best settings yourself.":[""],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":[""],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":[""],"Current year":["Aktuelles Jahr"],"Page":["Seite"],"Breadcrumb settings for %s archive":[""],"Something went wrong. Please reload the page.":[""],"Tagline":[""],"Modify your meta description by editing it right here":[""],"description (custom taxonomy)":[""],"(custom taxonomy)":[""],"(custom field)":[""],"Term404":[""],"Caption":[""],"Pagenumber":[""],"Pagetotal":[""],"Page number":[""],"User description":[""],"ID":["ID"],"Modified":[""],"Post type (plural)":[""],"Post type (singular)":[""],"Separator":["Trenner"],"Search phrase":["Suchbegriff"],"Term title":[""],"Term description":[""],"Tag description":[""],"Category description":[""],"Primary category":[""],"Category":["Kategorie"],"Tag":["Schlagwort"],"Excerpt only":[""],"Excerpt":["Textauszug"],"Site title":[""],"Archive title":["Archiv Titel"],"Parent title":[""],"Date":["Datum"],"Label":[""],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":[""],"Search engines and other websites can still send traffic to your deleted post.":[""],"Make sure you don't miss out on traffic!":[""],"You just deleted a %1$s.":[""],"You just trashed a %1$s.":[""],"Settings for %s archive":[""],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Url preview":["URL Vorschau"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":["Ignoriere diese Nachricht"],"No results":["Keine Ergebnisse"],"%d result found, use up and down arrow keys to navigate":["%d Ergebnis gefunden, mit den Pfeiltasten nach oben und unten navigieren","%d Ergebnisse gefunden, mit den Pfeiltasten nach oben und unten navigieren"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Die Sprache deiner Website ist auf %s eingestellt. Wenn dies nicht korrekt ist, wende dich an deinen Website-Administrator."],"Number of results found: %d":["Anzahl der gefunden Ergebnisse: %d"],"Note that not all variables can be used in every field.":["Beachte, dass nicht alle Variablen in jedem Feld verwendet werden können."],"Snippet variables":["Snippet-Variablen"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respektiert deine Privatsphäre. Lese unsere %2$sDatenschutzbestimmungen%3$s, wie wir mit deinen persönlichen Daten umgehen."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Wenn du weisst, was das bedeutet und du diese Nachricht nicht mehr sehen willst, kannst du %1$sdiese Nachricht ausblenden%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Die Einstellungen deiner Website erlauben derzeit Anhang-URLs auf deiner Website. Bitte lese %1$sDiesen Beitrag über mögliche Probleme%2$s mit Anhang-URLs und überprüfe, ob du die korrekte Einstellung für seine Website hast."],"Unknown type %1$s":["Unbekannter Typ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Beinhaltet ein kostenloses MyYoast Konto, das dir Zugang zu unserem kostenlosen SEO für Anfänger Kurs gibt!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Melde dich für unseren Newsletter an, wenn du über %1$s, andere coole Plugins von %2$s und interessante Neuigkeiten und Tipps aus der Welt der SEO auf dem Laufenden bleiben möchtest."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Hole dir deinen Baidu-Verifizierungscode in den %1$s Baidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu Verifizierungscode"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Die %s Importer-Funktionalität verwendet temporäre Datenbanktabellen. Anscheinend hat deine WordPress Installation nicht die erforderliche Berechtigung dies zu tun. Wende dich bitte an deinen Hosting-Anbieter."],"Cleanup of %s data failed.":["Die Bereinigung von %s-Daten ist fehlgeschlagen."],"Content Type":["Inhaltstyp"],"Filter by content type":["Filter nach Inhaltstyp"],"Show All Content Types":["Zeige alle Inhaltstypen"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["Wird durch den normalen Titel für ein von WordPress erzeugtes Archiv ersetzt"],"Clean":["Bereinigung"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Sobald du sicher bist, dass deine Seite in Ordnung ist, kannst du aufräumen. Dadurch werden alle Originaldaten entfernt."],"Step 5: Clean up":["Schritt 5: Bereinigung"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":[""],"Please check your posts and pages and see if the metadata was successfully imported.":["Bitte prüfe deine Artikel und Seiten um festzustellen, ob die Metadaten erfolgreich importiert wurden."],"Step 3: Check your data":["Schritt 3: Prüfe deine Daten"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Schritt 2: Importieren"],"Please make a backup of your database before starting this process.":["Bitte lege ein Backup deiner Datenbank an bevor du den Prozess startest."],"Step 1: Create a backup":["Schritt 1: Erstelle ein Backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Wir haben Daten von mindestens einem SEO Plugin auf deiner Seite erkannt. Bitte folge den folgenden Schritten um diese Daten zu importieren:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Beiträge, die nicht in Suchergebnissen erscheinen sollen"],"%s data found.":[""],"%s data successfully removed.":[""],"%s data successfully imported.":[""],"%s data not found.":[""],"Improve your SEO skills":[""],"24/7 email support":[""],"No more dead links a.k.a. 404 pages":[""],"Get real-time suggestions for internal links":[""],"Preview your page in Facebook and Twitter":[""],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":[""],"Remove the categories prefix":[""],"Help on the category prefix setting":[""],"Learn more about the available variables":[""],"Learn more about the RSS feed setting":[""],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":[""],"Learn more about the title separator setting":[""],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":[""],"Learn more about the special pages setting":[""],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":[""],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":[""],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":[""],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":[""],"On":[""],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":[""],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":[""],"this author's archives":[""],"Do not allow search engines to show %s in search results.":[""],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":[""],"Category URLs":[""],"the archive for %s":[""],"Redirect attachment URLs to the attachment itself?":[""],"We recommend you set this to Yes.":[""],"Media & attachment URLs":[""],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":[""],"archives for authors without posts":[""],"Read why XML Sitemaps are important for your site.":[""],"Enable the XML sitemaps that %s generates.":[""],"See the XML sitemap.":[""],"%2$s (current default for %1$s)":[""],"Media":[""],"Content Types":[""],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":[""],"Search Appearance":[""],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":[""],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":[""],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":[""],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":[""],"Search result":[""],"Good results":[""],"Get better search results in local search":[""],"Allow customers to pick up their %s order locally":[""],"SEO analysis":[""],"The SEO analysis offers suggestions to improve the SEO of your text.":[""],"Learn how the SEO analysis can help you rank.":[""],"The readability analysis offers suggestions to improve the structure and style of your text.":[""],"Discover why readability is important for SEO.":[""],"Find out how cornerstone content can help you improve your site structure.":[""],"The text link counter helps you improve your site structure.":[""],"Find out how the text link counter can enhance your SEO.":[""],"%s integration":[""],"Read more about how %s works.":[""],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Find out why you should upgrade to %s":["Finde heraus, warum Du auf %s aktualisieren solltest"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":[""],"Need help?":["Brauchst du Hilfe?"],"Type here to search...":["Hier tippen, um zu suchen…"],"Search the Yoast Knowledge Base for answers to your questions:":["Die Yoast Knowledge Base durchsuchen, um Antworten auf deine Fragen zu erhalten:"],"Remove highlight from the text":["Hervorhebung vom Text entfernen"],"Your site language is set to %s. ":[""],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Der %1$s %2$sKonfigurations-Assistent%3$s ermöglicht einen schnellen Einstieg!"],"First-time SEO configuration":["Erstmalige SEO-Konfiguration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Deine Website-Sprache ist auf {language} eingestellt. Falls dies nicht korrekt ist, kontaktiere bitte den Website-Administrator."],"Your site language is set to {language}.":["Deine Website-Sprache ist auf {language} eingestellt."],"Highlight this result in the text":["Dieses Resultat im Text hervorheben"],"Considerations":["Überlegungen"],"Errors":["Fehler"],"Change language":["Sprache wechseln"],"You cannot create a %s file.":["Du kannst keine %s-Datei erstellen."],"You cannot edit the %s file.":["Du kannst die Datei %s nicht bearbeiten."],"Updated %s":["Aktualisiert %s"],"Create %s file":["Datei %s erstellen"],"Edit the content of your %s:":["Den Inhalt deiner %s bearbeiten:"],"Save changes to %s":["Änderungen in %s speichern"],"%s file":["Datei %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s und %2$s arbeiten wesentlich besser zusammen, wenn Du ein Hilfs-Plugin hinzufügst. Bitte installiere %3$s – es wird dein Leben erleichtern. %4$s."],"More information":["Mehr Informationen"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s und %2$s arbeiten wesentlich besser zusammen, wenn Du ein Hilfs-Plugin hinzufügst. Bitte aktiviere %3$s – es wird dein Leben erleichtern."],"More information about %1$s":["Mehr Informationen über %1$s"],"Configuration Wizard":["Konfigurations-Assistent"],"You've done it!":["Du hast es geschafft!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Nahtlose Integration von %2$s mit %1$s für die Inhaltsanalyse!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s und %2$s arbeiten wesentlich besser zusammen, wenn Du ein Hilfs-Plugin hinzufügst. Bitte installiere %3$s – es wird dein Leben erleichtern."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Markiere den wichtigsten %1$s als «Cornerstone Content», um Deine Website-Struktur zu verbessern. %2$sMehr Informationen über Cornerstone Content%3$s."],"Loading help center.":["Lade das Hilfe-Center."],"Get support":["Unterstützung erhalten"],"View in KB":["In der Knowledge Base anzeigen"],"Go back":["Zurück"],"Go back to the search results":["Zurück zu den Suchresultaten"],"(Opens in a new browser tab)":["(Wird in einem neuen Browser Tab geöffnet)"],"Posts %1$swithout%2$s a focus keyphrase":[""],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, dein SEO ist ziemlich gut! Sieh dir die Statistiken an:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Du hast noch keine veröffentlichten Beiträge, deine SEO-Werte werden hier erscheinen, wenn du deinen ersten Beitrag erstellt hast!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Etwas anderes"],"A portfolio":["Ein Portfolio"],"A corporation":["Ein Unternehmen"],"A small offline business":["Ein kleines Offline-Unternehmen"],"A news channel":["Ein News-Kanal"],"An online shop":["Ein Online-Shop"],"A blog":["Ein Blog"],"What does the site %1$s represent?":["Was wird durch die Website %1$s repräsentiert?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Option B: Meine Seite befindet sich im Aufbau und sollte nicht indiziert werden."],"Option A: My site is live and ready to be indexed":["Option A: Meine Seite ist live und bereit für die Indexierung"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Bitte wähle ob deine Seite sich im Aufbau befindet oder bereits aktiv ist."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Lies mehr Beiträge wie diese in unserem SEO Blog"],"Readability: %s":[""],"Not activated":["Nicht aktiviert"],"Activated":["Aktiviert"],"%1$s recommendations for you":[""],"All Readability Scores":["Alle Lesbarkeits Bewertungen"],"Filter by Readability Score":["Filter nach Lesbarkeits Bewertungen"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Du erhältst weder Updates noch Support! Behebe dieses Problem, indem du diese Website hinzufügst und %1$s dafür in %2$s aktivierst."],"Request method %1$s is not valid.":["Anforderungsmethode %1$s ist nicht gültig."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Möchtest Du sehen, wie es aussieht, wenn die Leute diesen Beitrag auf %1$s teilen? Du kannst es – mit %2$s."],"Good job! All the links in your texts have been counted.":["Klasse! Alle Links in deinen Texten wurden gezählt."],"Calculation completed.":["Berechnung abgeschlossen."],"Calculation in progress...":["Berechnung wird durchgeführt…"],"Stop counting":["Berechnung abbrechen"],"Counting links in your texts":["Zähle die Links in deinen Texten"],"Text %1$s of %2$s processed.":["Text %1$s von %2$s verarbeitet."],"All your texts are already counted, there is no need to count them again.":["Deine Texte sind bereits alle gezählt. Es besteht kein Bedarf, diese erneut zu zählen."],"Count links in your texts":["Links in deinem Text zählen"],"Text link counter":["Text Link Zähler"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Anzahl interner Links welche zu diesem Beitrag verweisen. Für mehr Information konsultiere den «Yoast Spalten»-Text im Hilfe-Tab."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s fügt dieser Seite mehrere Spalten hinzu. Wir haben einen Artikel darüber geschrieben, %2$swie man den SEO Score und den Readability Score nutzt%3$s. Die Links-Spalten zeigen die Anzahl Artikel auf dieser Website, welche %5$sauf%6$s diesen Artikel verweisen bzw. die Anzahl der URLs, welche %5$svon%6$s diesem Artikel verlinkt werden. Erfahre mehr darüber, %4$swie diese Funktionen zur Verbesserung der internen Verlinkung genutzt werden%3$s."],"%s Columns":["%s Spalten"],"Readability score":["Lesbarkeitsbewertung"],"Other benefits of %s for you:":["Andere Vorteile von %s für dich:"],"Scroll to see the preview content.":["Scrolle, um die Vorschau zu sehen."],"Cornerstone content":["Cornerstone Inhalt"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Falls Du in einer bestimmten Stadt oder Region besser positioniert sein willst als Deine Mitbewerber, teste unser Plugin %1$s. Du kannst damit einfach Google Maps, Öffnungszeiten, Kontaktinformationen und ein Verkaufsstellenverzeichnis einfügen. Abgesehen davon hilft Dir %1$s, die Usability Deiner Kontaktseite zu verbessern."],"Attract more customers near you":["Gewinne mehr Kunden in deiner Nähe"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Willst Du alles über das %1$s Plugin wissen? Willst Du mehr über die Erweiterten Einstellungen erfahren? Willst Du das Maximum aus dem %1$s Plugin herausholen? Sieh Dir unser %1$s Plugin Training an und lass Deine Mitbewerber hinter Dir!"],"Get the most out of %1$s with the %2$s":["Hole das Meiste mit %2$s aus %1$s heraus"],"Upgrade to Premium":["Upgrade zu Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Mit %s die Wettbewerber übtertrumpfen"],"You might like":["Du könntest Gefallen finden an"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Wir haben festgestellt, dass Du den Assistenten noch nicht abgeschlossen hast. Wir empfehlen Dir, %2$sden Konfigurationsassistenten zu starten, um %1$s zu konfigurieren%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Der Konfigurationsassistent hilft die, deine Website einfach zu konfigurieren, um die optimalen SEO-Einstellungen zu haben."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Premium bestellen und unsere Experten werden für dich da sein, um Fragen zu beantworten, die du über die Installation und die Verwendung des Plugins haben könntest."],"Superfast internal linking suggestions":["Superschnelle interne Verlinkungsvorschläge"],"Great news: you can, with %1$s!":["Großartige Neuigkeit: Du kannst es, mit %1$s!"],"Save changes":["Änderungen speichern"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Das Plugin %2$s bewirkt, dass Deine Website für Suchmaschinen und für menschliche Besucher unterschiedlich aussieht. Dies nennt man Cloaking. Wir empfehlen Dir dringend, dieses Plugin zu deaktivieren."],"%1$sSocial media preview%2$s: Facebook & Twitter":[""],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sKeine verwaisten Links mehr%2$s: Einfacher Redirect-Manager"],"No ads!":["Keine Werbung!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Social Media Vorschau"],"Easy redirect manager":["Einfacher Redirect Manager"],"No more dead links":["Keine toten Links mehr"],"Increase your SEO reach":["Vergrößere deine SEO Reichweite"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Wenn du Hilfe brauchst, um tollen Content zu schreiben, schau dir unseren %2$sSEO Copywriting Kurs%3$s an. Wenn du alles über die Funktionen des Plugins wissen möchtest, nimm an unserem %1$s teil!"],"Variable":["Variable"],"Available variables":["Verfügbare Variablen"],"Scroll to see the table content.":["Scrollen um den Tabellen-Inhalt zu sehen."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Bitte ziehe unseren Artikel %1$swie du deine Website mit der Google Search Konsole verbindest (engl.)%2$s zu Rate sofern du Hilfe benötigst."],"An error occurred in the '%1$s' assessment":["Es ist ein Fehler in der '%1$s' Bewertung aufgetreten."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s der Wörter enthalten %2$süber %3$s Silben%4$s, was mehr als das empfohlene Maximum von %5$s ist."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s der Wörter enthalten %2$süber %3$s Silben%4$s, was zu wenig oder gleich mit dem empfohlenen Maximum von %5$s ist."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Die Meta Description enthält %1$d Sätze %2$süber %3$s Wörter%4$s. Versuche, diesen Satz zu kürzen.","Die Meta Description enthält %1$d Sätze %2$süber %3$s Wörter%4$s. Versuche, diese Sätze zu kürzen."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Die Meta Description enthält keine Sätze %1$süber %2$s Wörter%3$s."],"Step %1$d: %2$s":["Schritt %1$d: %2$s"],"No new notifications.":["Keine neuen Benachrichtigungen"],"Save all":["Alles speichern"],"Save":["Speichern"],"%1$s, Author at %2$s":["%1$s, Autor bei %2$s"],"Mobile preview":["Mobile Vorschau"],"Desktop preview":["Desktop-Vorschau"],"Select redirect":["Umleitung auswählen"],"Please provide an SEO title by editing the snippet below.":["Bitte lege den SEO-Titel fest, indem du den Code-Schnipsel bearbeitest."],"Meta description preview:":["Meta-Beschreibungs-Vorschau:"],"Slug preview:":["Titel-Vorschau:"],"SEO title preview:":["SEO-Titel-Vorschau:"],"Close snippet editor":["Ausschnitt-Editor schließen"],"Slug":["Permalink"],"Remove marks in the text":["Entferne Markierungen im Text"],"Mark this result in the text":["Markiere dieses Ergebnis im Text"],"Marks are disabled in current view":["Markierungen sind in der aktuellen Ansicht deaktiviert."],"Good SEO score":["Guter SEO-Wert"],"OK SEO score":["Ausreichender SEO-Wert"],"Feedback":["Feedback"],"ok":["OK"],"Choose an image":["Wähle ein Bild"],"Remove the image":["Bild entfernen"],"MailChimp signup failed:":["MailChimp-Registrierung fehlgeschlagen:"],"Sign Up!":["Anmelden"],"Name":["Name"],"There is an error with the request.":["Es ist ein Fehler bei der Anfrage aufgetreten."],"Select profile":["Profil wählen"],"Choose a profile":["Wähle ein Profil"],"Authorization code":[""],"Reauthenticate with Google":["Erneute Identifizierung mit Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Damit %s deine Google Search Console-Informationen abrufen kann, gebe bitte deinen Google Authorization Code ein. Wenn du auf den Button unten klickst, öffnet sich ein neues Fenster."],"Please provide a meta description by editing the snippet below.":["Bitte lege eine Meta-Beschreibung fest, indem du den Code-Schnipsel bearbeitest."],"Edit snippet":["Code-Schnipsel bearbeiten"],"You can click on each element in the preview to jump to the Snippet Editor.":["Du kannst auf jedes Element in der Vorschau klicken, um zum Snippet-Editor zu springen."],"SEO title preview":[""],"Meta description preview":[""],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Beim Speichern dieses Schritts ist ein Problem aufgetreten. {{link}}Bitte melde uns diesen Fehler{{/link}} und beschreibe, bei welchem Schritt Du warst und welche Änderungen Du vornehmen wolltest."],"Close the Wizard":["Schließe den Assistenten "],"Export settings":["Export-Einstellungen"],"%1$s video tutorial":["%1$s Video Tutorial"],"%s › Configuration Wizard":["%s ›-Einrichtungsassistent"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Wenn du Schwierigkeiten hast, %1$sfülle bitte einen Bug-Report aus%2$s und wir tun unser Bestes um dir zu helfen."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Uns ist aufgefallen, dass Du %1$s bereits seit einiger Zeit verwendest; wir hoffen dass Du es magst! Wir würden uns sehr darüber freuen, wenn Du uns %2$sauf WordPress.org mit 5 Sternen bewerten würdest%3$s!"],"Date archives settings":["Datum-Archiv-Einstellungen"],"Author archives settings":["Autor-Archiv-Einstellungen"],"%1$s by %2$s":["%1$s zu %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Warnung: Die Variable %s kann in diesem Template nicht genutzt werden. Schau ins Hilfe-Center für weitere Informationen."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["Kein Titel"],"%s installation wizard":["%s Installationsassistent"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Die %1$s Adminleiste enthält nützliche Links zu Tools von Drittanbietern zur Seitenanalyse und ermöglicht das leichte Erkennen von neuen Benachrichtigungen."],"Admin bar menu":["Adminbar-Menü"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funktionen"],"SEO title":["SEO Titel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Obwohl wir uns bemühen, das Einrichten von %1$s so einfach wie möglich zu gestalten, verstehen wir auch, daß es entmutigend sein kann. Wenn du uns lieber beauftragen möchtest, dass wir %1$s für dich einrichten (und du in diesem Zuge eine Version von %2$s bekommst), bestelle hier unseren %3$s%1$s Konfigurationsservice%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Willkommen zum %1$s Konfigurations-Assistenten. In ein paar einfachen Schritten werden wir dir helfen deine Einstellungen auf deine Bedürfnisse deiner Website abzustimmen!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google zeigt den Namen deiner Website in den Suchergebnissen an. Wenn du ihn ändern möchtest, kannst du das hier machen."],"Greater than sign":["Größer-als-Zeichen"],"Less than sign":["Kleiner-als-Zeichen"],"Right angle quotation mark":["Größer-gleich-Zeichen"],"Left angle quotation mark":["Kleiner-gleich-Zeichen"],"Small tilde":["kleine Tilde"],"Vertical bar":["vertikaler Balken"],"Low asterisk":["unterer Stern"],"Asterisk":["Sternchen"],"Bullet":["Kugel"],"Middle dot":["mittlerer Punkt"],"Em dash":["Em Gedankenstrich"],"En dash":["Gedankenstrich"],"Dash":["Gedankenstrich"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Wählen Sie ein Symbol, das als Trennzeichen im Titel verwendet werden soll. Dieses wird zum Beispiel zwischen dem Beitragstitel und dem Seitennamen angezeigt. Die Symbole sind in der gleichen Größe angezeigt, in der sie auch in den Suchergebnissen erscheinen werden."],"The name of the person":["Der Name der Person"],"No":["Nein"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Hat oder wird deine Seite mehrere Autoren haben? "],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress generiert automatisch eine URL für jedes Media Element in der Bibliothek. Dies erlaubt Google den generierten Link zu indexieren."],"Success!":["Erfolgreich!"],"Title settings":["Titel-Einstellungen"],"Google Search Console":["Google Such Konsole"],"Multiple authors":["mehrere Autoren"],"Site type":["Seiten Typ"],"Environment":["Umgebung"],"Yoast option %1$s not found.":["Yoast Option %1$s nicht gefunden."],"Google Structured Data Test":["Google Test für strukturierte Daten"],"Posts list":["Beitrags-Liste"],"Posts list navigation":["Navigation der Beitrags-Liste"],"Filter posts list":["Filtere Beitrags-Liste"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Beachte, dass Links zu Archiven möglicherweise von deinem Theme ausgegeben werden und du diese separat entfernen musst."],"%1$s to optimize your site even further":["%1$s um deine Website noch weiter zu optimieren."],"%1$s extensions":["%1$s Extensions"],"Comes with our 30-day no questions asked money back guarantee":["Enthält eine 30-Tage-Geld-Zurück-Garantie – ohne Rückfragen."],"More information %1$sabout %3$s%2$s":["Mehr Informationen %1$süber %3$s%2$s"],"Installed":["Installiert"],"gain access to our 24/7 support team.":["Erhalte Zugang zu unserem Support Team, das rund um die Uhr für dich da ist."],"Premium support":["Premium Support"],"check what your Facebook or Twitter post will look like.":["prüfe, wie deine Facebook oder Twitter Beiträge aussehen könnten."],"Social previews":["Social Vorschau"],"create and manage redirects from within your WordPress install.":["Erstelle und verwalte Weiterleitungen innerhalb deiner WordPress-Installation."],"Redirect manager":["Redirect Manager"],"%1$s, take your optimization to the next level!":["%1$s, bringe deine Optimierung auf die nächste Stufe!"],"A seamless integration between %1$s and %2$s":["Eine nahtlose Integration zwischen %1$s und %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Nutze %1$s Breadcrumbs anstatt von %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Füge einfach Google Maps, eine Liste deiner Standorte/Filialen, Öffnungszeiten oder mehr hinzu."],"Creates XML News Sitemaps":["Erstellt XML News Sitemaps"],"Immediately pings Google on the publication of a new post":["Benachrichtigt Google unverzüglich über die Veröffentlichung eines neuen Beitrags."],"Optimize your site for Google News":["Optimiere deine Website für Google News"],"Make videos responsive through enabling fitvids.js":["Mache Videos responsiv durch das Aktivieren von fitvids.js"],"Enhance the experience of sharing posts with videos":["Verbessere das Erlebnis beim Teilen von Beiträgen mit Videos"],"Show your videos in Google Videos":["Zeige deine Videos in Google Videos"],"Crawl issues list":["Crawling-Ergebnisliste"],"Crawl issues list navigation":["Crawl Problemliste Navigation"],"Edit “%s”":["Bearbeite ”%s„"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Benachrichtigungen"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["SEO Analyse deaktivieren"],"Twitter settings":["Einstellungen für den Titel"],"Pinterest settings":["Pinterest-Einstellungen"],"Facebook settings":["Facebook-Einstellungen"],"Title separator symbol":["Titel-Trennzeichen"],"RSS feed settings":["Einstellungen zum RSS-Feed"],"Breadcrumbs settings":["Breadcrumb-Einstellungen"],"Make primary":["Mache primär"],"Enter your Google Authorization Code and press the Authenticate button.":["Gib den Autorisierungscode von Google ein und klicke auf \"Authentifizieren\"."],"Knowledge base article":["Artikel der Wissensdatenbank"],"Open the knowledge base article in a new window or read it in the iframe below":["Öffne die Artikel der Wissensdatenbank in einem neuen Fenster oder lies diese im iFrame unten."],"Search results":["Suchergebnisse"],"%s notification":["%s Benachrichtigung","%s Benachrichtigungen"],"Disable readability analysis":["Deaktivere die Lesbarkeits-Analyse"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Lesbarkeits-Analyse"],"Needs improvement":["Verbesserungsbedarf"],"Readability":["Lesbarkeit"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":[""],"Improvements":["Verbesserungen"],"Dismiss this item.":["Dieses Element ausblenden."],"Good job! We could detect no serious SEO problems.":["Gute Arbeit! Wir konnten keine ernsthaften SEO Probleme feststellen."],"We have detected the following issues that affect the SEO of your site.":["Wir haben die folgenden Probleme festgestellt, welche die SEO deiner Site beeinflussen."],"Problems":["Probleme"],"Analysis":["Analyse"],"Not available":["Nicht verfügbar"],"Filter by SEO Score":["Filtere nach SEO-Wert"],"Meta description not set.":["Meta Description nicht gesetzt."],"Video tutorial":["Video-Tutorial"],"Email support is a %s feature":["E-Mail-Support ist ein %s-Feature"],"Knowledge base":["Wissensdatenbank"],"Open":["Offen"],"Loading...":["Lade..."],"Something went wrong. Please try again later.":["Etwas ist schiefgelaufen. Bitte versuche es später erneut."],"No results found.":["Keine Ergebnisse gefunden."],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["Du kannst dies auf der %1$sPermalink-Einstellungen-Seite%2$s beheben."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paginierung der Kommentare ist aktiviert. Diese ist in 999 von 1000 Fällen nicht notwendig. Wir empfehlen, sie zu deaktivieren."],"Replaced with the primary category of the post/page":["Ersetzt durch die Hauptkategorie des Beitrags/der Seite"],"Pinterest confirmation":["Pinterest-Bestätigung"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Wenn du deine Seite bereits auf Pinterest bestätigt hast, kannst du diesen Schritt überspringen."],"Format-based archives":["Formatbasierende Archive"],"Webmaster Tools verification":["Webmaster-Tools-Verifizierung"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Folge unserem %1$s für WordPress-Training und werde ein zertifizierter %1$s-Experte!"],"Want to be a %s Expert?":["Wärst du gern %s-Experte?"],"Buy %s":["Kaufe %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Neuer %1$s Titel"],"Existing %1$s Title":["Vorhandener %1$s Titel"],"Expected an integer as input.":["Eingabe vom Typ Integer erwartet."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Der Versuch, einen sicheren Sitemap-Cache-Schlüssel zu generieren, ist fehlgeschlagen, da die Präfix- und Postfix-Kombination zu wenig Platz lässt. Du forderst wahrscheinlich eine Seite an, die die erwartete Bandbreite überschreitet. "],"Remove":["Entfernen"],"Keep":["Behalten"],"Bold the last page":["Die letzte Seite hervorheben"],"Regular":["Normal"],"Bold":["Hervorgehoben"],"Show Blog page":["Blog-Seite anzeigen"],"Primary %s":["Primär %s"],"Primary":["Primär"],"Make %1$s primary %2$s":["%1$s als primär %2$s setzen"],"Term is set to noindex.":["Terminologie ist auf noindex gesetzt"],"Author archives":["Autor-Archiv"],"Show":["Zeigen"],"Enabled":["Aktiviert"],"Disabled":["Deaktiviert"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s hat den Indexierbarkeitsstatus deiner Website bisher noch nicht von %2$s abgerufen"],"The separator defined in your theme's %s tag.":["Der Platzhalter wird im %s-Element deines Themes definiert."],"No index":["Nicht indexieren"],"Analyze entire site":["Gesamte Website analysieren."],"Fetch the current status":["Aktuellen Status abfragen."],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s konnte den Indexierbarkeits-Status Deiner Website nicht abrufen%3$s von %4$s"],"Your homepage can be indexed by search engines.":["Deine Homepage kann von Suchmaschinen indiziert werden."],"Indexability check by %1$s":["Indexierbarkeits-Check von %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Wenn du ein Bild zum Teilen auf %1$s verwenden möchtest, kannst du es hier wählen/hochladen oder die Bild-URL hier eingeben."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Wenn Du die Meta Beschreibung nicht fuer das Teilen auf %1$s nutzen moechtest, aber eine andere Beschreibung zeigen moehtest, gib sie bitte hier an."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Falls du nicht den Beitragstitel verwenden willst, um den Beitrag auf %1$s zu teilen, sondern dort einen anderen Titel verwenden möchtest, dann gib ihn hier ein."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sSuchmaschinen können deine Homepage nicht indizieren%2$s. Dies ist sehr ungünstig für die SEO und sollte repariert werden."],"Once Weekly":["Einmal wöchentlich"],"SEO score":["SEO-Wert"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["%1$s von %2$s erledigt"],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Wir haben unseren Algorithmus für die SEO-Wertung aktualisiert. %1$s Klicke hier, um die aktuelle Gesamtwertung für alle Beiträge und Seiten %2$s neu zu berechnen."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Die erste echte All-in-One-SEO-Lösung für WordPress, einschließlich On-Page Inhaltsanalyse, XML-Sitemaps und vielem mehr."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivierungsfehler:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Die Filter-Erweiterung scheint nicht verfügbar zu sein. Bitte deinen Hoster, sie einzuschalten."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Die Installation des %1$s Plugin ist unvollständig. Bitte schau in den %2$sInstallationsanweisungen%3$s nach."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Die Standard PHP Library (SPL) Erweiterung scheint nicht verfügbar zu sein. Bitte frage Deinen Web-Hoster, dass er sie aktiviert."],"SEO Settings":["SEO-Einstellungen"],"Mobile-Friendly Test":["Mobile-Friendly-Test"],"Google Page Speed Test":["Google-Page-Speed-Test"],"CSS Validator":["CSS-Validator"],"HTML Validator":["HTML-Validator"],"Pinterest Rich Pins Validator":["Pinterests Rich-Pins-Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Header prüfen"],"Check Google Cache":["Google-Cache prüfen"],"Analyze this page":["Diese Seite analysieren "],"Keyword Research":["Keyword-Recherche"],"%s does not seem to be a valid url. Please correct.":["%s scheint keine korrekte URL zu sein. Bitte korrigieren."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s scheint ein ungültiger %2$s Bestätigung String zu sein. Bitte korrigieren."],"%s Archive":["%s Archiv"],"You searched for %s":["Du hast nach %s gesucht"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Zusammenfassung mit großem Bild"],"Summary":["Zusammenfassung"],"The post %1$s appeared first on %2$s.":["Der Beitrag %1$s erschien zuerst auf %2$s."],"No numeric value was received.":["Es wurde kein numerischer Wert erhalten"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dies muss eine bestehende Website sein. Website %s existiert nicht oder wurde als gelöscht markiert."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Die Standard Website Einstellung muss eine numerische ID der Website sein, die du als Standard nutzen willst. "],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s ist keine gueltige Auswahl für den Zugriff auf die %2$sEinstellungen. Der Wert wurde auf Standard zurueckgesetzt."],"Please select a valid post type for taxonomy \"%s\"":["Bitte wähle einen gültigen Beitragstyp für Taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Bitte wähle eine gültige Taxonomie für Beitragstyp \"%s\""],"You searched for":["Du suchtest nach"],"Home":["Startseite"],"Archives for":["Archive für"],"Error 404: Page not found":["Fehler 404: Seite wurde nicht gefunden"],"Good":["Gut"],"Replaced with a custom taxonomies description":["Ersetzt durch eine eigene Beschreibung der Taxonomie"],"Replaced with a posts custom taxonomies, comma separated.":["Ersetzt durch eine eigene Taxonomie eines Artikels, mit Kommata trennen."],"Replaced with a posts custom field value":["Ersetzt mit einem Standard Beitrags-Feldwert."],"Replaced with the slug which caused the 404":["Ersetzt durch die Titelform, welche den 404 Fehler auslöste."],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Beschriftung Dateianhang"],"Replaced with the current page number":["Wird ersetzt durch die aktuelle Seitennummer"],"Replaced with the current page total":["Wird ersetzt durch die aktuelle gesamte Seitenanzahl"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Ersetzt mit der aktuellen Seitennummer mit Kontext (z. B. Seite 2 von 4)"],"Replaced with the post/page author's 'Biographical Info'":["Wird ersetzt durch die 'Biografischen Angaben' des Beitrags-/Seitenautors"],"Replaced with the post/page author's 'nicename'":["Wird ersetzt durch den Nicknamen des Autors des Artikels/ der Seite"],"Replaced with the post/page ID":["Wird ersetzt durch die ID des Artikels/der Seite"],"Replaced with the post/page modified time":["Wird ersetzt durch die Bearbeitungszeit des Artikels/ der Seite"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["Wird durch die gegenwärtige Suchphrase ersetzt"],"Replaced with the term name":["Wird ersetzt durch den Begriff"],"Replaced with the term description":["Wird ersetzt durch die Beschreibung des Ausdrucks"],"Replaced with the tag description":["Wird durch die Schlagwort-Beschreibung ersetzt"],"Replaced with the category description":["Wird durch die Beschreibung der Kategorie ersetzt"],"Replaced with the post categories (comma separated)":["Wird ersetzt durch die Artikel-Kategorien (durch Komma getrennt)"],"Replaced with the current tag/tags":["Mit aktuellen Tags ersetzt"],"Replaced with the post/page excerpt (without auto-generation)":["Wird ersetzt durch Textauszug des Artikels / der Seite (ohne Auto-Generierung)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Wird ersetzt durch Textauszug aus Artikel / Seite (oder automatisch generiert, falls nicht vorhanden)"],"The site's name":["Der Seitenname"],"Replaced with the title of the parent page of the current page":["Ersetzt mit dem Titel der übergeordneten Seite der aktuellen Seite"],"Replaced with the title of the post/page":["Wird ersetzt durch den Titel des Beitrags bzw. der Seite"],"Replaced with the date of the post/page":["Wird ersetzt durch das Datum des/der Artikels/Seite"],"Page %1$d of %2$d":["Seite %1$d von %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Du kannst die Platzhalter der WPSEO Standard Variable nicht aufheben indem du eine Variable mit dem selben Namen wählst. Nutze die \"wpseo_replacements\" Filter anstelle die Platzhalter Werte zu verändern. "],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Eine Platzhalter-Variable mit dem selben Namen wurde bereits angelegt. Versuche, einen einzigartigen Namen zu wählen."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Eine Platzhalter-Variable kann nicht mit \"%%cf_\" oder \"%%ct_\" beginnen. Diese sind reserviert für die WPSEO Standard Variable, Variablen für benutzerdefinierte Felder und benutzerdefinierte Taxonomien. Versuche einen eindeutigen Variablen-Namen zu wählen. "],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Eine Ersatzvariable kann nur alphanumerische Zeichen sowie einen Unterstrich oder eine Leertaste enthalten. Bitte versuche, deine Variable umzubenennen."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Seite wurde nicht gefunden."],"%s Archives":["%s Archive"],"Search for \"%s\"":["Suche nach \"%s\""],"Meta description to use for Author page":["Meta-Beschreibung, die auf der Autoren-Seite genutzt wird"],"Title to use for Author page":["Titel, der auf der Autoren-Seite genutzt wird"],"%1$s settings":["Einstellungen für %1$s "],"Export your %1$s settings":["Exportiere Deine %1$s Einstellungen"],"Import settings":["Import-Einstellungen"],"Import from other SEO plugins":["Importiere von anderen SEO-Plugins"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["Falls eine %s Datei existiert und diese schreibbar ist, kannst du sie hier editieren."],"If your %s were writable, you could edit it from here.":["Falls deine %s Datei schreibbar ist, kannst du sie hier editieren."],"You don't have a %s file, create one here:":["Du hast keine %s Datei, erstelle eine hier:"],"A link to your site, with your site's name and description as anchor text.":["Link zu Deiner Seite mit Blogname und Slogan als Linktext."],"A link to your site, with your site's name as anchor text.":["Link zu Deiner Seite mit dem Namen deines Blocks als Linktext."],"A link to the post, with the title as anchor text.":["Link zum Artikel mit dem Artikelnamen als Linktext."],"A link to the archive for the post author, with the authors name as anchor text.":["Link zum Autor-Archiv mit dem Namen des Autors als Linktext."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Du kannst folgende Variablen innerhalb des Inhalts verwenden, diese werden durch den Wert auf der rechten Seite ersetzt."],"Content to put after each post in the feed":["Inhalt, der an jeden Beitrag im Feed angehängt wird"],"Content to put before each post in the feed":["Inhalt, der vor jeden Eintrag im RSS-Feed gesetzt wird"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Dieses Feature wird dazu benutzt, um automatisch Inhalt in Deinen RSS-Feed einzufügen. Konkret bedeutet das, dass Verlinkungen zurück zu Deiner Webseite und ihren Artikeln gesetzt werden, 'dumme Inhalts-Diebe' werden diese Links daher ebenso mit ziehen/ setzen und Dir somit helfen, via Suchmaschine Dich als die Originalquelle des Inhaltes zu identifizieren."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Die Nutzung der Breadcrumbs-Funktion wird in %1$sunserem Wissensbasis-Artikel über Breadcrumbs Implementierung%2$s erläutert."],"How to insert breadcrumbs in your theme":["Wie Du Breadcrumbs in Dein Theme einbinden kannst."],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":[""],"Taxonomy to show in breadcrumbs for content types":[""],"Breadcrumb for 404 Page":["Breadcrumb für Fehlerseite 404"],"Prefix for Search Page breadcrumbs":["Präfix für Suchseiten-Breadcrumb"],"Prefix for Archive breadcrumbs":["Präfix für Archiv-Breadcrumb"],"Prefix for the breadcrumb path":["Praefix für den Breadcrumb-Pfad."],"Anchor text for the Homepage":["Anker-Text für die Webseite"],"Separator between breadcrumbs":["Trenner zwischen den Breadcrumbs"],"Enable Breadcrumbs":["Aktiviere Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Unten siehst du die SEO-Werte der bisher veröffentlichten Beiträge. Jetzt ist der richtige Moment, einige deiner Beiträge zu verbessern!"],"Credits":["Credits"],"« Back to Tools page":["« Zurück zur Tools-Seite"],"%1$s comes with some very powerful built-in tools:":["%1$s enthält einige sehr leistungsstarke Werkzeuge:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Dieses Tool erlaubt dir, schnell wichtige Dateien für deine SEO, wie in der robots.txt und der .htaccess Datei, zu ändern, sofern diese existieren."],"File editor":["Datei-Editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importiere die Einstellungen von anderen SEO Plugins und exportiere deine Einstellungen für die Wiederverwendung auf anderen Blogs."],"Import and Export":["Import und Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dieses Tool erlaubt dir, schnell die Titel und Beschreibungen deiner Beiträge und Seiten zu ändern, ohne den jeweiligen Editor aufrufen zu müssen."],"Bulk editor":["Massenbearbeitung"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Füge den Meta tag hier ein, um die %1$sWebseite mit Pinterest zu verifizieren%2$s:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest nutzt Open-Graph-Metadaten ebenso wie Facebook. Setze deshalb einen Haken im Open-Graph-Kontrollkästchen auf dem Facebook-Reiter, um die Seite für Pinterest zu optimieren."],"The default card type to use":["Der zu nutzende Standard Karten-Typ"],"Add Twitter card meta data":["Twitter Card Meta Daten hinzufügen"],"This image is used if the post/page being shared does not contain any images.":["Dieses Bild wird benutzt, falls der geteilte Post / die geteilte Seite keine Bilder enthält."],"Default settings":["Standardeinstellungen"],"Copy home meta description":["Meta-Beschreibung der Startseite kopieren"],"Description":["Beschreibung"],"Image URL":["Bild-URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dies sind der Titel, die Beschreibung und das Bild, die in den Open-Graph-Metatags auf der Startseite Deiner Website Verwendung finden."],"Frontpage settings":["Einstellungen der Startseite"],"Add Open Graph meta data":["Open Graph Meta Data hinzufügen"],"YouTube URL":["Youtube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-Benutzername"],"Facebook Page URL":["URL der Facebook Seite"],"Accounts":["Konten"],"Restore site to defaults":["Seite auf Standardeinstellungen zurücksetzen"],"Site ID":["Website-ID"],"Using this form you can reset a site to the default SEO settings.":["Hiermit kannst Du die Standard-SEO-Einstellungen einer Seite wieder herstellen/zurücksetzen."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":[""],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Gib die %1$sSite ID%2$s der Website ein, deren Einstellungen du als Standard für alle Websites in deinem Netzwerk nutzen möchtest. Du kannst dieses Feld auch leer lassen, dann werden die Plugin-Standards verwendet."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Wähle die Seite, deren Einstellungen du standardmäßig für alle Websites, die deinem Netzwerk hinzugefügt werden, verwendet werden sollen. Wenn du \"Keine\" auswählst, werden die Standardeinstellungen des Plugins verwendet."],"New sites in the network inherit their SEO settings from this site":["Neue Websites im Netzwerk übernehmen die SEO-Einstellungen dieser Website"],"Super Admins only":["Nur für Super-Admins"],"Site Admins (default)":["Seiten-Admins (Standard)"],"Who should have access to the %1$s settings":["Wer soll Zugriff auf die %1$s Einstellungen haben?"],"spam":["SPAM"],"mature":["veraltet"],"archived":["archiviert"],"public":["öffentlich"],"%s restored to default SEO settings.":["%s zurückgesetzt auf Standard-SEO-Einstellungen."],"Settings Updated.":["Einstellungen gespeichert."],"404 pages":["404-Seiten"],"Search pages":["Such-Seiten"],"These pages will be %s by default, so they will never show up in search results.":["Diese Seiten sind per Vorgabe %s , damit werden sie in Suchergebnissen nicht angezeigt"],"Special Pages":["Spezielle Seiten"],"Date-based archives could in some cases also be seen as duplicate content.":["In manchen Fällen können datumsbasierte Archive ebenfalls als Duplicate Content angesehen werden."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Wenn das bei dieser Website der Fall ist, kannst du das Archiv entweder abschalten (was zur Weiterleitung auf die Startseite führt) oder du fügst %s hinzu, damit es nicht in den Suchergebnissen auftaucht."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Wenn du der einzige Autor dieser Website bist, ist das Autorenarchiv exakt gleich mit der Homepage. Das führt zu einem sogenannten %1$sDuplicate-Content-Problem%2$s."],"Date archives":["Datums-Archive"],"author archives":[""],"Title":["Titel"],"%1$s Meta Box":["%1$s Meta-Box"],"Hide":["Ausblenden"],"Date in Snippet Preview":["Datum in der Snippet-Vorschau"],"Take note:":["Beachte:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Homepage & Startseite"],"Title Separator":["Titel-Trennzeichen"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s hat automatisch erkannt, ob für deine Seiten ein Zwang zum Umschreiben der Titel gesetzt werden sollte. Wenn du glaubst, dass dies falsch ist, und du weißt was du tust, kannst du die Einstellung hier ändern."],"Force rewrite titles":["Umarbeitung der Titel erzwingen"],"Taxonomies":["Taxonomien"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Erweiterungen"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Nahtlose Integration von WooCommerce mit %1$s und erhalte zusätzliche Funktionen!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Besseres Ranking vor Ort und in GoogleMaps, ohne in's Schwitzen zu geraten!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Bist Du bei Google News gelistet? Steigere Deinen Traffic von dort mit der Google News Optimierung!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimiere Deine Videos, um sie in den Suchergebnissen zu zeigen und hole mehr Klicks!"],"The premium version of %1$s with more features & support.":["Die Premium-Version von %1$s mit mehr Funktionen & Unterstützung."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Name der Website"],"Webmaster Tools":[""],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Du hast bisher den Artikel-/ Seitentitel nicht in der URL Deiner Artikel und Seiten, dies wird jedoch dringend empfohlen. Überlege Dir deshalb, Deine Permalinkstruktur auf /%postname%/ einzustellen."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["oder"],"Save Profile":["Profil speichern"],"There were no profiles found":["Kein Profil gefunden."],"Profile":["Profil"],"Current profile":["Aktuelles Profil"],"Authenticate":["Authentifizieren"],"Get Google Authorization Code":["Google-Autorisierungscode abrufen"],"Reload crawl issues":["Crawl Ergebnis neu laden"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Um eine Umleitung anzulegen und diesen Fehler zu beheben, brauchst Du %1$s. Du kannst das Plugin kaufen, inklusive einem Jahr Support und Aktualisierungen, auf %2$s."],"Creating redirects is a %s feature":["Das Erstellen von Weiterleitungen ist ein Feature von %s."],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fehler, die nur während des Einlesens deiner Seite durch den Googlebot für Feature-Phones aufgetreten sind (diese Fehler erscheinen nicht für die Desktop-Anzeige)"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fehler, die nur während des Einlesens deiner Seite durch Googlebot-Mobile aufgetreten sind (diese Fehler erscheinen nicht für die Desktop-Anzeige)"],"Errors that occurred when your site was crawled by Googlebot.":["Während der Seitenindizierung durch den Googlebot aufgetretene Fehler."],"Issue categories":["Problemkategorien"],"Incorrect Google Authorization Code.":["Falscher Google-Autorisierungscode."],"The issues have been successfully reloaded!":["Die Ausgaben wurden erfolgreich neu geladen!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Der %1$s Datensatz wurde entfernt. Wenn Du die Daten erhalten willst musst Du Dich erneut authentifizieren."],"Crawl errors per page":["Crawl-Fehler pro Seite"],"Search":["Suchen"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Behalte den Überblick über deine Suchmaschineneinträge und -fehler: %1$sVerbinde Dich hier mit der Google Search Console: %2$s"],"Create redirect":["Weiterleitung erstellen"],"Mark as fixed":["Als korrigiert markieren"],"Response code":["Antwortcode"],"First detected":["Zuerst entdeckt"],"Last crawled":["Zuletzt durchsucht"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s meldet, dass du Version %2$s benutzt, die nicht mit %1$s kompatibel ist. Bitte aktualisiere %2$s auf die neueste Version, damit du diese Funktion nutzen kannst."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Die Yoast Plugins tauschen Code untereinander aus, um deine Seite schneller zu machen. Aus diesem Grund müssen alle installierten Yoast Plugins aktuell sein. Wir haben festgestellt, dass eines oder mehrere Plugins nicht auf dem aktuellen Stand sind, bitte update daher alle veralteten Plugins."],"Feature phone":["Feature Phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Die Ziel-URL existiert nicht, aber dein Server sendet keinen 404 (Datei nicht gefunden) Fehler."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Entweder wurde die Zeit der Anforderung überschritten oder die Website blockiert Google."],"Server Error":["Serverfehler"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Der Googlebot konnte auf deine Website zugreifen, jedoch sind bestimmte URLs in der Datei %1$s für Googlebot blockiert. Diese Blockade betrifft entweder alle Googlebots oder speziell den Googlebot-Mobile."],"Blocked":["Blockiert"],"Google was unable to crawl this URL due to an undetermined issue.":["Google konnte diese URL aufgrund eines unbestimmten Fehlers nicht crawlen."],"URL points to a non-existent page.":["Die URL verweist auf eine nicht existierende Seite."],"Not found":["Nicht gefunden"],"Not followed":["Nicht verfolgt"],"Faulty redirects":["Fehlerhafte Weiterleitungen"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Der Server erfordert eine Authentifizierung oder verhindert den Zugriff des Googlebots"],"Access denied":["Zugriff verweigert"],"Deactivate %s":["Deaktiviere %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Das %1$s Plugin könnte in Verbindung mit %2$s Fehler hervorrufen."],"Upload Image":["Bild hochladen"],"Remove these ads?":["Diese Anzeigen entfernen?"],"%s Posts Overview":["%s Beitragsübersicht"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Der Breadcrumbs-Titel wird in den Breadcrumbs benutzt, wo diese Taxonomie erscheint."],"Breadcrumbs title":["Breadcrumbs-Titel"],"The canonical link is shown on the archive page for this term.":["Der Canonical-Link wird auf der Archivseite für diesen Begriff angezeigt."],"Facebook App ID":["Facebook Anwendungs-ID"],"Pinterest":["Pinterest"],"Other":["Anderes"],"Archives":["Archive"],"Email":["E-Mail"],"Previous":["Vorherige"],"Next":["Weiter"],"Close":["Schließen"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Bild"],"%s Description":["%s Beschreibung"],"%s Title":["%s Titel"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Die empfohlene Bildgröße für %1$s sind %2$s pixel."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Wenn du um diesen Post auf %s zu teilen anstatt der Meta-Beschreibung eine andere Beschreibung verwenden möchtest, hinterlege sie hier."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Wenn du nicht den Titel des Beitrages zum Teilen bei %s verwenden möchtest, kannst du hier einen anderen Titel eintragen."],"very difficult":["sehr schwierig"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["schwer"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["ziemlich schwer"],"OK":["OK"],"fairly easy":["ziemlich einfach"],"easy":["einfach"],"very easy":["sehr einfach"],"Meta Desc.":["Meta Beschr."],"All SEO Scores":["Alle SEO-Werte"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Das Bild muss mindestens 200x200 Pixel groß sein, um von Facebook und anderen Social Media Seiten aufgenommen zu werden."],"(no parent)":["(kein Elternelement)"],"Post is set to noindex.":["Der Artikel wird nicht indexiert."],"The URL that this page should redirect to.":["Die URL, auf die diese Seite weitergeleitet werden soll."],"301 Redirect":["301-Weiterleitung"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["Canonical-URL"],"Title to use for this page in breadcrumb paths":["Titel, der für diese Seite in Breadcrumbs-Pfaden benutzt werden soll"],"Breadcrumbs Title":["Breadcrumb-Titel"],"No Snippet":["Kein Snippet"],"No Archive":["Kein Archiv"],"No Image Index":["Kein Bild Index"],"None":["Keine"],"Site-wide default: %s":["Seitenweite Voreinstellung: %s"],"Advanced meta robots settings for this page.":["Erweiterte Meta Robots Einstellungen für diese Seite."],"Meta robots advanced":["Erweiterte Meta Robots"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Achtung: Auch wenn hier die Meta-Robots-Einstellungen gesetzt werden können, - falls die gesamte Website auf \"noindex\" gesetzt ist, bleiben die Eintragungen hier ohne Wirkung."],"Meta description":["Meta-Beschreibung"],"SEO Title":["SEO-Titel"],"Focus keyword":["Fokus-Keyword"],"Snippet preview":["Snippet Vorschau"],"Settings successfully imported.":["Einstellungen wurden erfolgreich importiert."],"Settings could not be imported:":["Einstellungen konnten nicht importiert werden:"],"Breadcrumb for 404 pages:":["Breadcrumb für 404 Seiten:"],"Prefix for search result pages:":["Präfix für Suchergebnisseiten:"],"Prefix for archive pages:":["Präfix für Archivseiten:"],"Prefix for breadcrumbs:":["Präfix für Breadcrumbs:"],"Anchor text for the homepage:":["Anker-Text für die Webseite:"],"Breadcrumbs separator:":["Breadcrumb Trennzeichen:"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Bild verwenden"],"Action":["Aktion"],"Page URL/Slug":["Seiten URL / Titelform"],"Publication date":["Veröffentlichungsdatum"],"Post Status":["Beitragsstatus"],"WP Page Title":["WP Seitentitel"],"View":["Ansicht"],"View “%s”":["zeige “%s”"],"Preview":["Vorschau"],"Preview “%s”":["Vorschau “%s”"],"Edit":["Bearbeiten"],"Filter":["Filter"],"New Yoast Meta Description":["Neue Yoast Meta Beschreibung"],"Existing Yoast Meta Description":["Existierende Yoast Meta Beschreibung"],"Facebook profile URL":["URL des Facebook Profils"],"Twitter username (without @)":["Twitter Benutzername (ohne @)"],"FAQ":["FAQ"],"Premium Support":["Premium Unterstützung"],"Settings":["Einstellungen"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Geh bitte zu %1$sEinstellungen \"Lesen\"%2$s und entferne den Haken bei \"Search Engine Visibility\" (sichtbar für Suchmaschinen)."],"Huge SEO Issue: You're blocking access to robots.":["Wichtiges SEO-Problem: Du blockierst den Zugriff von Suchmaschinen."],"Posts":["Beiträge"],"Edit Files":["Dateien editieren"],"Advanced Variables":["Erweiterte Variablen"],"Basic Variables":["Grundvariablen"],"General":["Allgemein"],"Extensions":["Erweiterungen"],"Search Console":["Suchkonsole"],"Tools":["Werkzeuge"],"Advanced":["Fortgeschritten"],"XML sitemaps":[""],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s hat festgestellt, dass du Version %2$s von %3$s nutzt. Bitte aktualisiere auf die neueste Version, um Fehler zu vermeiden."],"Just another WordPress site":["Nur eine weitere Wordpress Seite"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Du hast noch den Standard-WordPress-Slogan, selbst ein leerer ist vermutlich besser. %1$sIm Customizer kannst du dies anpassen%2$s."],"You have used HTML in your value which is not allowed.":["Du hast HTML in deinem Wert verwendet, dies ist nicht erlaubt."],"You can't edit %s that aren't yours.":["Du kannst %s nicht editieren, das sind nicht Deine."],"You can't edit %s.":["Du kannst %s nicht bearbeiten."],"Post has an invalid Content Type: %s.":[""],"Post doesn't exist.":["Dieser Beitrag existiert nicht."],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["Papierkorb (%s)","Papierkorb (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/de_DE-formal.json b/Resources/Private/Languages/de_DE-formal.json index 09d312d..f746c69 100644 --- a/Resources/Private/Languages/de_DE-formal.json +++ b/Resources/Private/Languages/de_DE-formal.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"de"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":["Pinterest-Profil-URL"],"Instagram profile URL":["Instagram-Profil-URL"],"LinkedIn profile URL":["LinkedIn-Profil-URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword-Recherche ist für jede SEO-Strategie unerlässlich. Sie bestimmen die Suchbegriffe, durch die Sie gefunden werden möchten, und ermitteln welche Wörter Ihre Zielgruppe verwendet, um Sie zu finden. Eine umfassende Keyword-Recherche vermittelt Ihnen, welche Inhalte Sie benötigen, um für die Suchbegriffe gefunden zu werden, für die Sie gefunden werden möchten. Stellen Sie sicher, dass Ihre Bemühungen nur in solche Keywords einfließen, für die Sie tatsächlich eine Chance haben, ein gutes Ranking zu erzielen! Das %1$s führt Sie Schritt für Schritt durch diesen Prozess."],"SEO for Beginners training":["SEO for Beginners Training"],"%s for WordPress training":["%s for WordPress Training"],"All-around SEO training":["All-around SEO Training"],"The image you selected is too small for Facebook":["Das von Ihnen ausgewählte Bild ist zu klein für Facebook."],"The given image url cannot be loaded":["Die angegebene Bild-URL kann nicht geladen werden."],"Find out what words your audience uses to find you":["Erfahren Sie, welche Begriffe Ihre Besucher verwenden, um Sie zu finden."],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sLesefreundlichkeit (Flesch-Reading-Ease)%2$s: Der Text erreicht %3$s im Test, was als %4$s zum Lesen gilt. %5$s"],"No JSON object was returned.":[""],"Received internal links":["Erhaltene interne Verlinkungen"],"Outgoing internal links":["Ausgehende interne Verlinkungen"],"New step added":["Neuer Schritt hinzugefügt"],"New question added":["Neue Frage hinzugefügt"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Um eine Weiterleitung zu erstellen und dieses Problem zu lösen, benötigen Sie %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Sie können das Plugin inklusive einem Jahr Support und Updates hier kaufen: %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Die integrierte Text-Link-Zähler-Funktion zeigt an, wie viele Links in Ihrem Text gefunden wurden und wie viele Links auf Ihren Text verweisen. Dies ist sehr hilfreich, um Ihre %1$sinterne Verlinkung%2$s zu verbessern."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Damit diese Funktion korrekt funktioniert, benötigt %1$s mindestens PHP in der Version %2$s. Wir haben auf Ihrem Webserver die PHP Version %3$s erkannt."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Bitte berücksichtigen Sie die Konsequenzen und %1$slesen Sie diesen Beitrag%2$s, wenn Sie mehr über den Einfluss der Anzeige von Medien in den Suchergebnissen erfahren möchten."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Damit diese Funktion korrekt funktioniert, muss %1$s eine Tabelle in Ihrer Datenbank anlegen. Uns war es nicht möglich, diese Tabelle automatisch zu erstellen."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Wenn Sie diese Einstellung aktivieren, werden die Anhangsseiten-URLs sowohl für Ihre Besucher als auch Google sichtbar. Sie sollten nützliche Informationen auf den Anhangsseiten bereitstellen und so Ihrer Website einen Mehrwert geben, andernfalls kann das Aktivieren dieser Einstellung sich negativ auf Ihr Ranking auswirken."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Der %3$sText-Link-Zähler%4$s (vorgestellt in %1$s %2$s) ist derzeit deaktiviert."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Bitte lesen Sie den nachfolgenden %1$sArtikel in der Wissensdatenbank%2$s, um herauszufinden, wie dieses Problem gelöst werden kann."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Um sicherzustellen, dass alle Links in Ihren Texten gezählt werden, müssen wir Ihre Texte vollständig analysieren."],"All you have to do is press the following button and we'll go through all your texts for you.":["Klicken Sie einfach auf den nachfolgenden Button und wir gehen für Sie all Ihre Texte durch."],"Count links":["Links zählen"],"Free":["Kostenlos"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sBild Alt Attribute%5$s: Die Alt Attribute bei %1$d von %2$d Bildern auf dieser Seite enthalten Wörter aus der Keyphrase oder entsprechende Synonyme. Das ist etwas viel. %4$sVerwenden Sie die Keyphrase bzw. Synonyme derselbigen nur wenn sie zum Bild passen%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sBilder mit Alt-Attributen%2$s: Gut gemacht!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sBilder mit Alt-Attributen%5$s: Von %2$d Bildern auf dieser Seite, hat nur %1$d Bild ein Alt-Attribut, welches das Thema Ihres Textes widerspiegelt. %4$sFügen Sie Ihre Keyphrase oder entsprechende Synonyme zu den Alt-Tags bei passenden Bildern hinzu%5$s!","%3$sBilder mit Alt-Attributen%5$s: Von %2$d Bildern auf dieser Seite, haben nur %1$d ein Alt-Attribut, welches das Thema Ihres Textes widerspiegelt. %4$sFügen Sie Ihre Keyphrase oder entsprechende Synonyme zu den Alt-Tags bei passenden Bildern hinzu%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sBilder mit Alt-Attributen%3$s: Die Bilder auf dieser Seite haben keine Alt-Attribute, die das Thema Ihres Textes widerspiegeln. %2$sFügen Sie Ihre Keyphrase oder entsprechende Synonyme zu den Alt-Attributen bei passenden Bilder hinzu%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sBilder mit Alt-Attributen%3$s: Die Bilder auf dieser Seite haben Alt-Attribute, aber Sie haben noch keine Keyphrase bestimmt. %2$sKorrigieren Sie das%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in Zwischenüberschriften%2$s: %3$s Ihrer hierarchisch höheren Zwischenüberschriften spiegelt das Thema Ihres Textes wider. Gut gemacht!","%1$sKeyphrase in Zwischenüberschriften%2$s: %3$s Ihrer hierarchisch höheren Zwischenüberschriften spiegeln das Thema Ihres Textes wider. Gut gemacht!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sSchlüsselphrase in Untertitel%2$s: Ihre hochstufigen Untertitel spiegeln das Thema Ihres Textes wieder. Gut gemacht!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sSchlüsselphrase in Untertiel%3$s: %2$sVerwenden Sie weitere Schlüsselphrasen und Synonyme in Ihren hochstufigen Untertiteln%3$s!"],"Page %s":["Seite %s"],"Cannot get the size of %1$s because of unknown reasons.":["Die Grösse von %1$s kann aus unbekannten Gründen nicht bestimmt werden."],"Cannot get the size of %1$s because it is hosted externally.":["Die Größe von %1$s kann nicht bestimmt werden, da diese URL extern gehostet wird."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Stellen Sie den Schieberegler einfach auf \"An\" und schon können Sie die rekalibrierte Analyse verwenden. Gleichzeitig setzen wir Sie auf unsere spezielle Mailingliste. Wir werden Ihnen ausschließlich in Bezug auf Ihre Erfahrungen mit dieser Rekalibrierung E-Mails zusenden!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Wir haben %1$sunsere Analyse rekalibriert%2$s. Die neue Analyse gibt noch tiefere Einblicke in die Art, wie Google Ihre Website wahrnimmt. Es wäre %3$sgroßartig%4$s, wenn Sie %3$sdie Betaversion dieser Funktion%4$s für uns testen!"],"Get an even better analysis":["Erhalten Sie eine noch bessere Analyse"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sEinzelner Titel%3$s: H1-Überschriften sollten nur als Haupttitel verwendet werden. Finden alle H1-Überschriften in Ihrem Text, die nicht Ihr Haupttitel sind und %2$sändern Sie sie in Unter- oder Zwischenüberschriften%3$s!"],"Improve sharing on Facebook and Pinterest":["Verbessern Sie das Teilen auf Facebook und Pinterest"],"You do not have the required rights to export settings.":["Sie haben nicht die erforderlichen Rechte, um die Einstellungen zu exportieren."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopieren Sie diese Einstellungen in den %1$s-Reiter einer anderen Website und klicken Sie dort auf \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["Dies sind die Einstellungen für das %1$s Plugin von %2$s."],"No settings found.":["Keine Einstellungen gefunden."],"Export your %1$s settings here, to copy them on another site.":["Exportiere die %1$s Einstellungen hier, um Sie zu einer andern Website zu kopieren."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Der Import von Einstellungen wird nur auf Servern mit PHP 5.3 oder höher unterstützt."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importieren Sie die Einstellungen, indem Sie die Einstellungen, die Sie von einer anderen Site kopiert haben, hier einfügen und hier \"%s\" klicken."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde nicht gefunden. Das ist weniger als das empfohlene Minimum von %3$d Mal für einen Text dieser Länge. %4$sKonzentrieren Sie sich auf Ihre Keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sSchlüsselphrasedichte%2$s: Die Keyphrase wurde %5$d Mal gefunden. Das ist weniger als das empfohlene Minimum von %3$d Mal für einen Text dieser Länge. %4$sKonzentrieren Sie sich auf Ihre Keyphrase%2$s!","%1$sSKeyphrasedichte%2$s: Die Keyphrase wurde %5$d Mal gefunden. Das ist weniger als das empfohlene Minimum von %3$d Mal für einen Text dieser Länge. %4$sKonzentrieren Sie sich auf Ihre Keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrasendichte%2$s: Die Keyphrase wurde %3$d Mal gefunden. Das ist hervorragend!","%1$sKeyphrasendichte%2$s: Die Keyphrase wurde %3$d Mal gefunden. Das ist hervorragend!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist mehr als das empfohlene Maximum von %3$d mal für einen Text dieser Länge. %4$sÜberoptimieren Sie Ihren Text nicht%2$s!","%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist mehr als das empfohlene Maximum von %3$d Mal für einen Text dieser Länge. %4$sÜberoptimieren Sie Ihren Text nicht%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist viel mehr als das empfohlene Maximum von %3$d Mal für einen Text dieser Länge. %4$sÜberoptimieren Sie Ihren Text nicht%2$s!","%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist viel mehr als das empfohlene Maximum von %3$d Mal für einen Text dieser Länge. %4$sÜberoptimieren Sie Ihren Text nicht%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indexierung des Objekts %1$s vom Typ %2$s gelöscht."],"Indexable saved for object %1$s with type %2$s":["Indexierung des Objekts %1$s vom Typ %2$s gespeichert."],"Indexable created for object %1$s with type %2$s":["Indexierung des Objekts %1$s vom Typ %2$s erstellt."],"Indexable meta deleted.":["Metadaten für Indexierung gelöscht."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Indexierbare Metadaten für die Indexierbare ID %1$s mit dem Metaschlüssel %2$s gespeichert."],"Indexable meta created for indexable id %1$s with meta key %2$s":["Indexierbare Metadaten für die indexierbare ID %1$s mit dem Metaschlüssel %2$s erstellt"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Für die indexierbare ID %1$s und den Metaschlüssel %2$s konnten keine Metadaten gefunden werden."],"There is no indexable found for author id %1$s.":["Für die Autoren-ID %1$s wurde kein Eintrag gefunden."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Es konnte kein primärer Begriff für die Beitrags-ID %1$s und Taxonomie %2$s gefunden werden."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Es konnte kein Indexierbarkeitswert für den Begriff %1$s und die Taxonomie %2$s gefunden werden."],"There is no indexable found for post id %1$s.":["Es konnte kein Indexierbarkeitswert für die Beitrags-ID %1$s gefunden werden."],"Method %1$s() does not exist in class %2$s":["Methode %1$s() existiert nicht in Klasse %2$s"],"With %s, you can easily create such redirects.":["Mit %s können solche Weiterleitungen einfach erstellt werden."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Das Ändern Ihrer Permalinks-Einstellungen kann die Sichtbarkeit Ihrer Suchmaschine erheblich beeinträchtigen. Es sollte %1$s niemals %2$s auf einer Live-Website angewendet werden."],"WARNING:":["WARNUNG:"],"Learn about why permalinks are important for SEO.":["Erfahren Sie, warum Permalinks für SEO wichtig sind."],"Google Ads":["Google Anzeigen"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunktionswörter in der Schlüsselphrase%3$s: Ihre Schlüsselphrase \"%4$s\" besteht ausschließlich aus Funktionswörtern. %2$sErfahren Sie mehr darüber, was eine gute Schlüsselphrase ausmacht.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Wussten Sie, dass %s auch die verschiedenen Formen Ihres Schlüsselwortes, wie Plural und Vergangenheit, analysiert?"],"Clear Image":["Bild löschen"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLänge der Keyphrase%3$s: %2$sLegen Sie eine Keyphrase fest, damit Ihr SEO-Score errechnet werden kann%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase im Permalink%2$s: Über die Hälfte Ihrer Keyphrase kommt im Permalink vor. Das ist super!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase im Permalink%3$s: Ihre Keyphrase kommt (teilweise) nicht im Permalink vor. %2$sÄndern Sie das%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase im Permalink%2$s: Vorhanden. Gut gemacht!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sSchlüsselphrase im Titel%3$s: Nicht alle Wörter Ihrer Schlüsselphrase \"%4$s\" erscheinen im SEO-Titel. %2$sVersuchen Sie Ihre Schlüsselphrase wortwörtlich im SEO-Titel zu verwenden%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sSchlüsselphrase im Titel%3$s: Nicht wortwörtlich enthalten. %2$sVersuchen Sie Ihre Schlüsselphrase wortwörtlich im SEO-Titel zu verwenden.%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sSchlüsselphrase im Titel%3$s: Die wortwörtliche Form der Schlüsselphrase befindet sich im SEO-Titel, allerdings nicht am Anfang. %2$sSetzen Sie sie an den Anfang%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sSchlüsselphrase im Titel%2$s: Die wortwörtliche Form der Schlüsselphrase erscheint am Anfang des SEO-Titels. Gut gemacht!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sVerteilung der Keyphrase%2$s: Gut gemacht!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sVerteilung der Schlüsselphrase%3$s: Ungleichmäßig. Einige Textabschnitte enthalten weder die Schlüsselphrase noch deren Synonyme. %2$sVerteilen Sie diese gleichmäßiger%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sVerteilung der Schlüsselphrase%3$s: Sehr ungleichmäßig. Viele Textabschnitte enthalten weder die Schlüsselphrase noch deren Synonyme. %2$sVerteilen Sie diese gleichmäßiger%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sVerteilung der Keyphrase%3$s: %2$sVerwenden Sie Ihre Keyphrase oder deren Synonyme im Text, damit wir die Verteilung der Keyphrase prüfen können%3$s."],"Help on choosing the perfect focus keyphrase":["Hilfe bei der Auswahl der perfekten Fokus-Schlüsselphrase"],"Would you like to add a related keyphrase?":["Möchten Sie verwandte Schlüsselwörter hinzufügen ?"],"Go %s!":["Los %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Wenn die Datumsarchive in den Suchergebnissen nicht angezeigt werden, bedeutet das aus technischer Sicht, dass diese Seiten eine %1$s robots-Meta-Angabe aufweisen werden. %2$sWeitere Informationen zu den Einstellungen der Suchergebnisse%3$s."],"Rank better with synonyms & related keyphrases":["Mit Synonymen und verwandten Schlüsselphrasen besser ranken"],"optimize a single post for synonyms and related keyphrases.":["Einen einzelnen Beitrag für Synonyme und verwandte Schlüsselphrasen optimieren."],"Synonyms & related keyphrases":["Synonyme und verwandte Keyphrasen"],"Add related keyphrase":["Fügen Sie verwandte Schlüsselwörter hinzu"],"Dismiss %s upgrade notice":["%s Upgrade-Hinweis verbergen"],"Upgrade to %s":["Auf %s erweitern"],"%1$s video":["%1$s Video"],"Get %s":["%s holen"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sBereits verwendete Keyphrase%6$s: Sie haben diese Keyphrase zuvor schon %1$s%2$d Mal verwendet%3$s. %5$sVerwenden Sie Ihre Keyphrasen immer nur einmal.%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sBereits verwendete Schlüsselphrase%5$s: Sie haben diese Schlüsselphrase bereits zuvor schon %1$seinmal%2$s verwendet. %4$sVerwenden Sie Ihre Schlüsselphrasen immer nur einmal.%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sBereits verwendete Schlüsselphrase%2$s: Sie haben diese Schlüsselphrase bisher noch nie verwendet. Sehr gut!"],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sStoppwörter im Slug%3$s: Der Seitenslug enthält ein Stoppwort %2$sEntfernen Sie es%3$s!","%1$sStoppwörter im Slug%3$s: Der Seitenslug enthält Stoppwörder %2$sEntfernen Sie sie%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug ist zu lang%3$s: der Seitenslug ist etwas zu lang %2$sMachen Sie ihn kürzer%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sBilder mit Alt-Attributen%3$s: Auf dieser Seite gibt es keine Bilder. %2$sFügen Sie welche hinzu%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink Schlüsselphrase%3$s: Sie verlinken mit den Wörtern, für die diese Seite ranken soll, zu zu einer anderen Seite. %2$sVermeiden Sie das%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Das ist weit unter dem empfohlenen Minimum von %5$d Wort. %3$sMehr Inhalt dazufügen%4$s.","Das ist weit unter dem empfohlenen Minimum von %5$d Wörtern. %3$sMehr Inhalt dazufügen%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Das ist weniger als das empfohlene Minimum von %5$d Wort. %3$sFügen Sie mehr Inhalt hinzu%4$s.","Das ist weniger als das empfohlene Minimum von %5$d Wörtern. %3$sFügen Sie mehr Inhalt hinzu%4$s."],"%2$sText length%4$s: The text contains %1$d word.":[" %2$sTextlänge%4$s: Der Text enthält %1$d Wort."," %2$sTextlänge%4$s: Der Text enthält %1$d Wörter."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sTextlänge%3$s: Der Text enthält %1$d Wort. Gut gemacht!","%2$sTextlänge%3$s: Der Text enthält %1$d Wörter. Gut gemacht!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sSchlüsselphrase im Untertitel%3$s: Mehr als 75% Ihrer höherstufigen Untertitel spiegeln das Thema Ihres Textes wieder. Das ist zu viel. %2$sÜberoptimieren Sie nicht%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sBreite des SEO-Titels%3$s: %2$sBitte erstellen Sie einen SEO-Titel%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sBreite des SEO-Titels%3$s: Der SEO-Titel ist breiter als das sichtbare Limit. %2$sKürzen Sie ihn%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sBreite des SEO-Titels%2$s: Gut gemacht!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sBreite des SEO-Titels%3$s: Der SEO-Titel ist zu kurz. %2$sNutzen Sie den vorhandenen Platz aus, indem Sie Varianten der Schlüsselphrase oder einen ansprechenden Call-to-Action-Text hinzufügen%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sAusgehende Links%2$s: Es gibt sowohl Links mit nofollow-Attribut als auch normale ausgehende Links auf dieser Seite. Gut gemacht!"],"%1$sOutbound links%2$s: Good job!":["%1$sAusgehende Links%2$s: Gut gemacht!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sAusgehende Links%3$s: Alle Links auf dieser Seite haben ein nofollow-Attribut. %2$sFügen Sie einige normale Links hinzu%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sAusgehende Links%3$s: Es gibt keine ausgehenden Links auf dieser Seite. %2$sFügen Sie welche hinzu%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLänge der Meta-Beschreibung%2$s: Gut gemacht!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLänge der Meta-Beschreibung%3$s: Die Meta-Beschreibung ist länger als %4$d Zeichen. Damit die vollständige Beschreibung sichtbar ist, %2$sollten Sie sie kürzen%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLänge der Meta-Beschreibung%3$s: Die Meta-Beschreibung ist zu kurz (weniger als %4$d Zeichen). Es sind bis zu %5$d Zeichen verfügbar. %2$sMachen Sie sich dies zunutze%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLänge der Meta-Beschreibung%3$s: Es wurde keine Meta-Beschreibung festgelegt. Suchmaschinen werden stattdessen Textauschnitte dieser Seite darstellen. %2$sSchreiben Sie eine Meta-Beschreibung%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sSchlüsselphrase in Meta-Beschreibung%2$s: Die Meta-Beschreibung wurde festgelegt, aber die Schlüsselphrase fehlt darin. %3$sBeheben Sie dies%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sSchlüsselphrase in Meta-Beschreibung%2$s: Die Meta-Beschreibung enthält die Schlüsselphrase %3$s mal. Das liegt über dem empfohlenen Maximum von 2 Vorkommnissen. %4$sVerwende die Schlüsselphrase weniger oft%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sSchlüsselphrase in Meta-Beschreibung%2$s: Die Meta-Beschreibung enthält die Schlüsselphrase oder Synonyme. Gut gemacht!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sSchlüsselwortlänge%5$s: Das Schlüsselwort ist %1$d Wörter lang. Das ist viel mehr als das Maximum von %2$d Wörtern. %4$sKürzen Sie es%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLänge der Schlüsselphrase%5$s: Die Schlüsselphrase ist %1$d Wörter lang. Das ist mehr als das empfohlene Maximum von %2$d Wörtern. %4$sKürzen Sie Ihre Schlüsselphrase!%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLänge der Schlüsselphrase%2$s: Gut gemacht!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLänge der Keyphrase%3$s: Es wurde keine Fokus-Keyphrase für diese Seite festgelegt. %2$sLegen Sie eine Keyphrase fest, damit Ihr SEO-Score berechnet werden kann.%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in der Einleitung%3$s: Weder Ihre Keyphrase noch deren Synonyme kommen im ersten Absatz vor. %2$sStellen Sie sicher, dass das Thema sofort klar ist%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in der Einleitung%3$s: Ihre Keyphrase oder deren Synonyme kommen im ersten Absatz vor, allerdings nicht im selben Satz. %2$sBeheben Sie das%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in der Einleitung%2$s: Gut gemacht!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterne Links%2$s: Es gibt sowohl Links mit nofollow-Attribut als auch normale interne Links auf dieser Seite. Gut gemacht!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterne Links%2$s: Sie haben genügend Interne Links. Gut gemacht!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterne Links%3$s: Die internen Links auf dieser Seite haben alle ein nofollow-Attribut. %2$sFügen Sie einige gute interne Links hinzu%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterne Links%3$s: Es gibt keine internen Links auf dieser Seite. %2$sFügen Sie welche hinzu%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sBindewörter%2$s: Gut gemacht!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sBindewörter%2$s: Nur %3$s der Sätze enthalten Bindewörter. Das reicht nicht aus. %4$sVerwenden Sie mehr davon%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sBindewörter%2$s: Keiner der Sätze beinhaltet Bindewörter. %3$sVerwenden Sie welche%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNicht genug Inhalt%2$s: %3$sUm bessere Analysen zu ermöglichen, bitte mehr Inhalt hinzufügen%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sVerteilung von Zwischenüberschriften%2$s: Sie nutzen keine Zwischenüberschriften. Da Ihr Text sehr kurz ist, benötigen Sie wahrscheinlich auch keine."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sVerteilung von Zwischenüberschriften%2$s: Sie benutzen gar keine Zwischenüberschriften, obwohl Ihr Text relativ lang ist. %3$sVersuchen Sie einige Zwischenüberschriften hinzuzufügen%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":[" %1$sVerteilung von Zwischenüberschriften%2$s: %3$d Abschnitt Ihres Textes ist länger als %4$d Wörter und wird durch keine Zwischenüberschriften geteilt. %5$sUm die Lesbarkeit zu erhöhen, fügen Sie Zwischenüberschriften hinzu%2$s.","%1$sVerteilung von Zwischenüberschriften%2$s: %3$d Abschnitte Ihres Textes sind länger als %4$d Wörter und werden durch keine Zwischenüberschriften geteilt. %5$sUm die Lesbarkeit zu erhöhen, fügen Sie Zwischenüberschriften hinzu%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sVerteilung von Zwischenüberschriften%2$s: Gut gemacht!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSatzlänge%2$s: %3$s der Sätze enthalten mehr als %4$s Wörter, was mehr ist als das empfohlene Maximum von%5$s. %6$sVersuchen Sie, die Sätze zu kürzen%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSatzlänge%2$s: Großartig!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sAufeinanderfolgende Sätze%2$s: Es ist genug Abwechslung in Ihren Sätzen. Das ist großartig!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sAufeinanderfolgende Sätze%2$s: Der Text enthält %3$d aufeinanderfolgende Sätze, die mit demselben Wort beginnen. %5$sVersuchen Sie es mit etwas mehr Abwechslung%2$s!","%1$sAufeinanderfolgende Sätze%2$s: Der Text enthält %4$d Fälle, in denen %3$d oder mehr aufeinanderfolgende Sätze mit demselben Wort beginnen. %5$sVersuchen Sie es mit etwas mehr Abwechslung%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive Sätze%2$s: %3$s der Sätze sind passiv, was mehr als das empfohlene Maximum von %4$s ist. %5$sVersuchen Sie mehr aktive Sätze zu benutzen%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive Sätze%2$s: Sie benutzen genug aktive Sätze. Sehr gut!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sAbsatzlänge%2$s: %3$d Absatz beinhaltet mehr als das empfohlene Maximum von %4$d Wörtern. %5$sKürzen Sie den Absatz%2$s!","%1$sAbsatzlänge%2$s: %3$d Absätze beinhalten mehr als das empfohlene Maximum von %4$d Wörtern. %5$sKürzen Sie die Absätze%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sAbsatzlänge%2$s: Keiner der Absätze ist zu lang. Gut gemacht!"],"Good job!":["Gute Arbeit!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch-Reading-Ease%2$s: Der Text wird beim Test mit %3$s bewertet, was als %4$s zu lesen betrachtet wird. %5$s%6$s%7$s"],"Focus keyphrase":["Fokus-Schlüsselphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s mit der ID %2$s konnte nicht ausgebessert werden"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Ungültiger POST request. Meta Werte für das Objekt mit der ID %1$s bereits vorhanden"],"Indexable with ID `%1$s` does not exist":["Indexierung mit der ID `%1$s` ist nicht vorhanden"],"No object with ID %1$s and %2$s could be found":["Es konnte kein Objekt mit der ID %1$s und %2$s gefunden werden"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` ist kein gültiger Untertyp von `%2$s`"],"The object type `%1$s` is invalid":["Der Objekttyp `%1$s` ist ungültig"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Für den Parameter `%1$s` wurde ein ungültiger Typ übergeben. Erwartet wurde `%2$s`, aber erhalten wurde `%3$s`"],"The parameter `%1$s` cannot be empty.":["Derr Parameter `%1$s` darf nicht leer sein."],"Check Keyphrase Density":["Dichte der Schlüsselphrase prüfen"],"Disable":["Deaktivieren"],"Allow Control":["Kontrolle zulassen"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["In diesem Reiter können Sie selektiv %s Funktionen für alle Netzwerkseiten deaktivieren. Standardmäßig sind alle Funktionen aktiviert, so dass die Seiten-Administratoren selbst entscheiden können, ob sie einzelne Funktionen für ihre Netzwerkseite ein- oder ausschalten möchten. Deaktivieren Sie hier auf Netzwerkebene eine der Funktionen, steht sie den Seiten-Administratoren nicht mehr zur Auswahl zur Verfügung."],"%s is a required feature toggle argument.":["%s ist ein erforderliches Argument für Funktions-Schieberegler"],"Keyphrase:":["Schlüsselwort:"],"Remove keyphrase":["Schlüsselwort entfernen"],"This feature has been disabled by the network admin.":["Diese Funktion wurde vom Netzwerkadministrator deaktiviert."],"Focus keyphrase not set.":["Fokus-Schlüsselphrase wurde nicht gesetzt."],"Multiple keyphrases":["Mehrere Schlüsselwörter"],"Colon":["Doppelpunkt"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Sowohl %1$s als auch %2$s verwalten die SEO Ihrer Website. Zwei SEO-Plugins parallel laufen zu lassen, ist schädlich."],"There is a new notification.":["Es liegt eine neue Benachrichtigung vor.","Es liegen neue Benachrichtigungen vor."],"Learn more about the readability analysis":["Erfahren Sie mehr über die Lesbarkeits-Analyse."],"Describe the duration of the instruction:":["Anleitungsdauer beschreiben:"],"Optional. Customize how you want to describe the duration of the instruction":["Optional. Individualisieren Sie die Beschreibung für die Dauer der Anleitung"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Hier ist eine Liste mit themenbezogenen Inhalten, zu denen Sie Ihren Beitrag verlinken könnten {{a}}Lesen Sie unseren Artikel zum Thema Seitenstruktur{{/a}}, damit Sie lernen wie interne Verlinkungen Ihr SEO verbessern können."],"%s, %s and %s":["%s, %s und %s"],"%s and %s":["%s und %s"],"%d minute":["%d Minute","%d Minuten"],"%d hour":["%d Stunde","%d Stunden"],"%d day":["%d Tag","%d Tage"],"Enter a step title":["Titel für den Schritt eingeben"],"Optional. This can give you better control over the styling of the steps.":["Optional. Dies gibt ihnen eine bessere Kontrolle über die Ausgestaltung der Schritte."],"CSS class(es) to apply to the steps":["Den Schritten hinzuzufügende CSS-Klasse(n)"],"minutes":["Minuten"],"hours":["Stunden"],"days":["Tage"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Erstellen Sie eine SEO-freundliche Anleitung. Es kann lediglich ein Anleitungs-Block pro Beitrag genutzt werden."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Listen Sie Ihre Häufigen Fragen SEO-freundlich aus. Pro Beitrag kann nur ein FAQ-Block verwendet werden."],"Copy error":["Kopierfehler"],"An error occurred loading the %s primary taxonomy picker.":["Beim Laden der Auswahl für die primäre Taxonomie %s ist ein Fehler aufgetreten"],"%1$s Structured Data Blocks":["%1$s Strukturierte Daten Blöcke"],"Time needed:":["Erforderlicher Zeitaufwand:"],"Move question down":["Frage nach unten verschieben"],"Move question up":["Frage nach oben verschieben"],"Insert question":["Frage angeben"],"Delete question":["Frage löschen"],"Enter the answer to the question":["Antwort zur Frage eingeben"],"Enter a question":["Eine Frage stellen"],"Add question":["Frage hinzufügen"],"Frequently Asked Questions":["Häufig gestellte Fragen"],"Great news: you can, with %s!":["Gute Neuigkeiten: Wir unterstützen nun auch %s!"],"Select the primary %s":["Primäre %s wählen"],"Check links to this URL":["Link zu dieser URL prüfen"],"Keyword research training":["Training für Schlüsselwort-Recherche"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Bitte prüfen Sie das %1$sArchivtemplate%2$s des folgenden Inhaltstyps: %3$s.","Bitte prüfen Sie die %1$sArchivtemplates%2$s der folgenden Inhaltstypen: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Möchten Sie mehrere Schlüsselphrasen verwenden? Fügen Sie sie einzeln unten ein."],"Mark as cornerstone content":["Als Cornerstone-Inhalt markieren"],"Move step down":["Einen Schritt nach unten bewegen"],"Move step up":["Einen Schritt nach oben bewegen"],"Insert step":["Schritt einschieben"],"Delete step":["Schritt löschen"],"Add image":["Bild einfügen"],"Enter a step description":["Beschreibung eingeben"],"Enter a description":["Beschreibung eingeben"],"Unordered list":["Unsortierte Liste"],"Showing step items as an ordered list.":["Schritt-Objekte als unsortierte Liste anzeigen."],"Showing step items as an unordered list":["Zeige Schrittfolge in einer unsortierten Liste"],"Add step":["Schritt hinzufügen"],"Delete total time":["Gesamtzeit löschen"],"Add total time":["Gesamtzeit hinzufügen"],"How to":["Anleitung"],"How-to":["Anleitung"],"Snippet Preview":["Vorschauschnipsel"],"Analysis results":["Analyseergebnis"],"Enter a focus keyphrase to calculate the SEO score":["Eine Fokus-Schlüsselphrase eingeben, um den SEO-Wert zu berechnen"],"Learn more about Cornerstone Content.":["Lernen Sie mehr über Cornerstone-Inhalt."],"Cornerstone content should be the most important and extensive articles on your site.":["Fundamentale Beiträge sollten die wichtigsten und ausdruckstärksten Beiträge auf Ihrer Site sein."],"Restore Site":["Site wiederherstellen"],"Network Settings":["Netzwerkeinstellungen"],"You are not allowed to perform this action.":["Sie verfügen nicht über ausreichende Rechte, um diesen Vorgang auszuführen."],"Error: %s":["Fehler: %s"],"Success: %s":["Erfolg: %s"],"Site with ID %d not found.":["Site mit ID %d nicht gefunden."],"No site has been selected to restore.":["Es wurde keine Seite für die Wiederherstellung ausgewählt."],"You are not allowed to modify unregistered network settings.":["Sie haben keine Berechtigungen, unregistrierte Netzwerkeinstellungen zu ändern."],"deleted":["gelöscht"],"Would you like to add another keyphrase?":["Möchten Sie gerne weitere Schlüsselphrasen hinzufügen?"],"image preview":["Bildervorschau"],"Copied!":["Kopiert!"],"Not supported!":["Wird nicht unterstützt!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lesen Sie {{a}}unseren Artikel zum Thema Seitenstruktur{{/a}}, damit Sie lernen wie interne Verlinkungen Ihr SEO verbessern können."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Sollten Sie ein wenig mehr hierher kopieren, würden wir Ihnen eine Liste für zugehörigen Inhalt geben zu der Sie in Ihrer Nachricht verlinken können."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Erwägen Sie die Verlinkung mit diesen {{a}}Cornerstone-Artikeln:{{/a}}"],"Consider linking to these articles:":["Denken Sie daran, diese Artikel zu verlinken:"],"Copy link":["Link kopieren"],"Copy link to suggested article: %s":["Link zum vorgeschlagenen Artikel kopieren: %s"],"The site's tagline":["Der Website-Untertitel"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Wir haben kürzlich die Funktionalität der Einstellungen für die Darstellung in den Suchergebnissen verbessert. Bedauerlicherweise haben wir festgestellt, dass das Speichern von spezifischen Beitragstyp-Archiven in einigen Ausnahmefällen fehlschlagen konnte."],"Not all required fields are given. Missing field %1$s":["Es wurden nicht alle Felder ausgefüllt! Fehlendes Feld %1$s"],"Optimize your site for Google News.":["Optimieren Sie Ihre Website für Google News."],"Optimize your shop's SEO and sell more products!":["Optimieren Sie das SEO Ihres Shops und verkaufen Sie mehr!"],"Be found in Google Video search and enhance your video sharing on social media.":["Werden Sie in der Google Video Suche gefunden und verbessern Sie das Teilen von Videos in den sozialen Medien."],"Be found in Google Maps and local results.":["Werden Sie in Google Maps und den lokalen Suchergebnissen gefunden."],"Learn practical SEO skills to rank higher in Google.":["Lernen Sie praktische SEO Fertigkeiten, damit Sie höher in Google ranken."],"Don’t waste time figuring out the best settings yourself.":["Verschwenden Sie keine Zeit darauf, die besten Einstellungen selbst herauszufinden."],"Get quick wins to make your site rank higher in search engines.":["Erzielen Sie schnelle Erfolge, um Ihre Website höher in den Suchmaschinen ranken zu lassen."],"Add synonyms":["Synonyme hinzufügen"],"Would you like to add keyphrase synonyms?":["Möchten Sie Synonyme für Schlüsselphrasen hinzufügen?"],"Would you like to add more than one keyphrase?":["Möchten Sie mehr als eine Schlüsselphrase hinzufügen?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Die SEO Metadaten für diesen benutzerdefinierten Beitragstyp können auf der %1$sShop-Seite%2$s bearbeitet werden."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Sie haben in Ihren WooCommerce Einstellungen bisher keine Shop-Seite eingestellt. Bitte erledigen Sie dies zuerst."],"Current year":["Aktuelles Jahr"],"Page":["Seite"],"Breadcrumb settings for %s archive":["Breadcrumb-Einstellungen für %s Archiv"],"Tagline":["Untertitel"],"Modify your meta description by editing it right here":["Bearbeiten Sie direkt hier Ihre Meta-Beschreibung "],"description (custom taxonomy)":["Beschreibung (benutzerdefinierte Taxonomie)"],"(custom taxonomy)":["(benutzerdefinierte Taxonomie)"],"(custom field)":["(benutzerdefiniertes Feld)"],"Term404":["404Hinweis"],"Caption":["Beschreibung"],"Pagenumber":["Seitennummer"],"Pagetotal":["Seitenanzahl"],"Page number":["Seite Nummer"],"User description":["Benutzerbeschreibung"],"ID":["ID"],"Modified":["Geändert"],"Post type (plural)":["Beitragstyp (Plural)"],"Post type (singular)":["Beitragstyp (Singular)"],"Separator":["Trennzeichen"],"Search phrase":["Suchwort"],"Term title":["Begriffstitel"],"Term description":["Begriffsbeschreibung"],"Tag description":["Schlagwortbeschreibung"],"Category description":["Kategoriebeschreibung"],"Primary category":["Primäre Kategorie"],"Category":["Kategorie"],"Tag":["Schlagwort"],"Excerpt only":["Nur Auszug"],"Excerpt":["Auszug"],"Site title":["Seitentitel"],"Archive title":["Archivtitel"],"Parent title":["Titel der übergeordneten Seite"],"Date":["Datum"],"Label":["Beschriftung"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Sie sollten eine Weiterleitung einrichten, damit Besucher keinen 404 Fehler erhalten, wenn sie eine veraltete URL anklicken."],"Search engines and other websites can still send traffic to your deleted post.":["Suchmaschinen und andere Websites können weiterhin Besucherstrom zu Ihren gelöschten Beiträgen leiten."],"Make sure you don't miss out on traffic!":["Lassen Sie sich den Besucherstrom nicht durch die Lappen gehen!"],"You just deleted a %1$s.":["Sie haben %1$s gelöscht."],"You just trashed a %1$s.":["%1$s in den Papierkorb geworfen."],"Settings for %s archive":["Einstellungen für %s Archiv"],"Settings for single %s URLs":["Einstellungen für einzelne %s URLs"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Die Einstellungen auf dieser Seite erlauben das Festlegen der standardmäßigen Darstellung Ihrer sämtlichen Inhaltstypen in den Suchergebnissen. Sie können auswählen, welche Inhaltstypen in den Suchergebnissen erscheinen sollen und wie Ihre Standard-Beschreibungen lauten sollen."],"Note that not all variables can be used in every field.":["Beachten Sie, dass nicht alle Variablen in jedem Feld verwendet werden können."],"Snippet variables":["Codeschnipsel-Variablen"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respektiert Ihre Privatsphäre. Lesen Sie unsere %2$sDatenschutzerklärung%3$s, um zu erfahren, wie wir mit Ihren persönlichen Daten umgehen."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Wenn Sie wissen, was dies bedeutet, und Sie diese Nachricht nicht mehr sehen möchten, können Sie %1$sdiese Nachricht verbergen%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Die Einstellungen Ihrer Website ermöglichen derzeit den Einsatz von Anhangs-URLs auf Ihrer Website. Bitte lesen Sie %1$sdiesen Beitrag über ein mögliches Problem%2$s bei der Verwendung von Anhangs-URLs und prüfen Sie, ob Sie die richtige Einstellung für Ihre Seite gesetzt haben."],"Unknown type %1$s":["Unbekannter Typ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Beinhaltet einen kostenlosen MyYoast-Account, mit dem Sie Zugang zu unserem kostenlosen SEO-Anfänger-Kurs erhalten!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Melden Sie sich für unseren Newsletter an, wenn Sie über %1$s, andere coole Plugins von %2$s und interessante Neuigkeiten und Tipps aus der SEO-Welt auf dem Laufenden bleiben möchten."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Erhalten Sie Ihren Baidu-Verifizierungscode in den %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu-Verifizierungscode"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Die %s Importfunktionalität nutzt temporäre Datenbanktabellen. Anscheinend verfügt Ihre WordPress Installation nicht über die erforderlichen Berechtigungen, um diesen Vorgang durchzuführen. Bitte wenden Sie sich an Ihren Hostinganbieter."],"Cleanup of %s data failed.":["Bereinigung der %s Daten fehlgeschlagen."],"Content Type":["Inhaltstyp"],"Filter by content type":["Nach Inhaltstyp filtern"],"Show All Content Types":["Alle Inhaltstypen anzeigen"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Deaktivieren Sie das Kästchen vor „Kommentare in Seiten herunterbrechen...” auf der %1$sEinstellungsseite für Kommentare%2$s, um dies zu reparieren."],"Replaced with the normal title for an archive generated by WordPress":["Wird mit dem normalen Archivtitel, der von WordPress generiert wird, ersetzt."],"Clean":["Bereinigen"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Sobald Sie sicher sind, dass Ihre Website in Ordnung ist, können Sie die Bereinigung starten. Dieser Vorgang entfernt alle ursprünglichen Daten."],"Step 5: Clean up":["Schritt 5: Bereinigung"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Um sicher zu stellen, dass alle Einstellungen für Ihre Website korrekt sind, sollten Sie den Konfigurationsassistenten von der Seite SEO → Allgemein → Dashboard starten."],"Step 4: Run the configuration wizard":["Schritt 4: Starten Sie den Konfigurationsassistenten"],"Please check your posts and pages and see if the metadata was successfully imported.":["Bitte prüfen Sie Ihre Beiträge und Seiten und schauen Sie nach, ob die Metadaten erfolgreich importiert wurden."],"Step 3: Check your data":["Schritt 3: Prüfen Sie Ihre Daten"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Schritt 2: Importieren"],"Please make a backup of your database before starting this process.":["Bitte legen Sie ein Backup Ihrer Datenbank an bevor Sie den Prozess starten."],"Step 1: Create a backup":["Schritt 1: Backup erstellen"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Wir haben Daten aus einem oder mehreren SEO Plugins in Ihrer Website erkannt. Bitte folgen Sie den nachfolgenden Schritten um diese Daten zu importieren:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Beiträge, die nicht in Suchergebnissen erscheinen sollen"],"%s data found.":["%s Daten gefunden."],"%s data successfully removed.":["%s Daten erfolgreich entfernt."],"%s data successfully imported.":["%s Daten erfolgreich importiert."],"%s data not found.":["%s Daten nicht gefunden."],"Improve your SEO skills":["Verbessern Sie Ihre SEO Skills"],"24/7 email support":["24/7 E-Mail Support"],"No more dead links a.k.a. 404 pages":["Keine toten Links (404 Seiten) mehr"],"Get real-time suggestions for internal links":["Sofortige Vorschläge für interne Verlinkungen erhalten"],"Preview your page in Facebook and Twitter":["Eine Vorschau Ihrer Seite auf Facebook und Twitter ansehen"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Klicken Sie den Button \"%3$s\", wenn Sie die Meta-Beschreibung verwenden möchten, die bereits in der Einstellung %1$sSite-Darstellung in den Suchergebnissen%2$s festgelegt ist."],"Help on copying the home meta description":["Hilfe bei der Erstellung der Startseiten Meta-Beschreibung"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Geben Sie die Daten zu den sozialen Netzwerkprofilen Ihrer Site an, damit Suchmaschinen erkennen, welche Profile zu dieser Site gehören."],"Learn more about your social profiles settings":["Erfahren Sie mehr über die Einstellungen für Ihre sozialen Netzwerkprofile"],"Remove the categories prefix":["Entfernen Sie das Kategorie-Präfix"],"Help on the category prefix setting":["Hilfe bei der Einstellung für das Kategorie-Präfix"],"Learn more about the available variables":["Erfahren Sie mehr über die verfügbaren Variablen"],"Learn more about the RSS feed setting":["Erfahren Sie mehr über die Einstellung für den RSS feed"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Beim Hochladen von Medien (ein Bild oder ein Video zum Beispiel) in WordPress, werden nicht einfach nur die Medien gespeichert, sondern es wird außerdem eine Anhangs-URL erzeugt. Diese Anhangsseiten sind ziemlich leer: sie enthalten das Medien-Objekt und vielleicht einen Titel, sofern Sie einen eingetragen haben. Wenn Sie diese Anhangsseiten also niemals ausgiebig nutzen, ist es deshalb besser, wenn Sie die Verlinkung zu den Anhangsseiten deaktivieren und stattdessen die direkte Verlinkung auf die Mediendatei einstellen."],"Learn more about the Media and attachment URLs setting":["Erfahren Sie mehr über die Einstellung für Medien und Anhangs-URLs"],"Learn more about the title separator setting":["Erfahren Sie mehr über die Einstellung für Titel-Trennzeichen"],"Learn more about the knowledge graph setting":["Erfahren Sie mehr über die Einstellung für den Knowledge Graph"],"Learn more about the homepage setting":["Erfahren Sie mehr über die Einstellung für die Startseite"],"Learn more about the special pages setting":["Erfahren Sie mehr über die Einstellung für spezielle Seiten"],"Help on the date archives search results setting":["Hilfe bei der Einstellung für die Suchergebnisse von Datums-Archiven"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen der Archive von Autoren ohne Beiträge in den Suchergebnissen darin, dass diese Archive eine %1$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %2$sWeitere Infos zu den Einstellungen für Suchergebnisse%3$s."],"Help on the authors without posts archive search results setting":["Hilfe bei der Einstellung für die Suchergebnisse von Archiven der Autoren ohne Beiträge"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen der Autoren-Archive in den Suchergebnissen darin, dass diese Archive eine %1$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %2$sWeitere Infos zu den Einstellungen für Suchergebnisse%3$s."],"Help on the author archives search results setting":["Hilfe bei der Einstellung für Suchergebnisse von Autoren-Archiven"],"Archives settings help":["Hilfe für Archiveinstellungen"],"Learn more about the archives setting":["Erfahren Sie mehr über die Einstellung von Archiven"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Erhalten Sie Ihren Yandex-Verifizierungscode in den %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex Verifizierungscode"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Erhalten Sie Ihren Google Verifizierungscode in der %1$sGoogle Search Console%2$s."],"Google verification code":["Google Verifizierungscode"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Erhalten Sie Ihren Bing Verifizierungscode in den %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing-Verifizierungscode"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Sie können die unten stehenden Felder verwenden, um die verschiedenen Webmaster Tools zu verifizieren. Diese Einstellungsmöglichkeit fügt eine Meta-Angabe auf Ihrer Website hinzu. Folgen Sie den Links zu den diversen Webmaster Tools und suchen Sie nach Anweisungen für die Meta-Tag-Verifikationsmethode, um den Verifizierungscode zu erhalten. Sofern Ihre Site bereit verifiziert ist, können Sie dies überspringen."],"Learn more about the Webmaster Tools verification":["Erfahren Sie mehr über die Verifikation in Webmaster Tools"],"On":["An"],"Help on: %s":["Hilfe zu: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s bietet viele Funktionen. Sie können einige davon nachfolgend aktivieren / deaktivieren. Beim Klick auf das Fragezeichen erhalten Sie weitere Informationen zur jeweiligen Funktion."],"Off":["Aus"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Der erweiterte Abschnitt in der %1$s Meta Box erlaubt dem Benutzer Beiträge aus den Suchergebnissen zu entfernen oder den Canonical Eintrag zu ändern. Dies sind Dinge, von denen Sie nicht unbedingt wollen, dass sie Autoren erlaubt sind. Deshalb können standardmäßig lediglich Redakteure und Administratoren solche Dinge einstellen. Setzen Sie die Einstellung jedoch auf \"%2$s\", erlauben Sie allen Benutzern diese Dinge zu anzupassen."],"Security: no advanced settings for authors":["Sicherheit: keine erweiterten Einstellungen für Autoren"],"See who contributed to %1$s.":["Sehen Sie, wer zu %1$s beigetragen hat."],"Help on this search results setting":["Hilfe bei dieser Einstellung für Suchergebnisse"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen der %1$s-Archive in den Suchergebnissen darin, dass diese Archive eine %2$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %3$sWeitere Infos zu den Einstellungen für Suchergebnisse%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen von %1$s in den Suchergebnissen darin, dass diese Seiten eine %2$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %3$sWeitere Infos zu den Einstellungen für Suchergebnisse%4$s."],"Check SEO configuration":["SEO-Konfigurationen überprüfen"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Möchten Sie sicherstellen, dass Ihre %1$s-Einstellungen noch in Ordnung sind? %2$sÖffnen Sie den Konfigurationsassistenten erneut%3$s, um sie zu validieren."],"Default for %2$s, currently: %1$s":["Standard für %2$s, derzeit: %1$s"],"Show %s in search results?":["%s in Suchergebnissen anzeigen?"],"this author's archives":["das Archiv dieses Autors"],"Do not allow search engines to show %s in search results.":["Suchmaschinen verbieten %s in den Suchergebnissen anzuzeigen."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["In WordPress enthalten Kategorie-URLs ein Präfix - für gewöhnlich %s - und diese Einstellungsmöglichkeit entfernt dieses Präfix aus den Kategorie-URLs."],"Category URLs":["Kategorie-URLs"],"the archive for %s":["das Archiv für %s"],"Redirect attachment URLs to the attachment itself?":["Die Anhangs-URLS zur Anhangseite selbst weiterleiten?"],"We recommend you set this to Yes.":["Wir empfehlen Ihnen, dies auf Ja einzustellen."],"Media & attachment URLs":["Medien & Anhangs-URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Das ist das, was in den Suchergebnissen angezeigt wird, wenn andere Ihre Website finden. Das bedeutet also, dass es vermutlich das ist, was gesehen wird, wenn nach Ihrem Markennamen gesucht wird."],"date archives":["Datums-Archive"],"archives for authors without posts":["Archive für Autoren ohne Beiträge"],"Read why XML Sitemaps are important for your site.":["Lesen Sie, warum XML-Sitemaps für Ihre Website wichtig sind."],"Enable the XML sitemaps that %s generates.":["Die von %s generierten XML-Sitemaps aktivieren."],"See the XML sitemap.":["XML Sitemap ansehen."],"%2$s (current default for %1$s)":["%2$s (aktueller Standard für %1$s)"],"Media":["Medien"],"Content Types":["Inhaltstypen"],"Should search engines follow links on this %1$s?":["Sollen Suchmaschinen den Links zu diese/n %1$s folgen?"],"Allow search engines to show this %s in search results?":["Suchmaschinen das Anzeigen diese/r %s in den Suchergebnissen erlauben?"],"Search Appearance":["Darstellung in Suchergebnissen"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Bitte legen Sie genauer fest, welche Inhaltstypen Sie in den Suchmaschinen darstellen möchten. Wenn Sie die Unterschiede nicht kennen, ist es am besten die Standardeinstellungen zu wählen."],"Search engines should show \"%1$s\" in search results:":["Suchmaschinen sollten \"%1$s\" in den Suchergebnissen anzeigen:"],"Search engine visibility":["Sichtbarkeit für Suchmaschinen"],"Toggle %1$s's XML Sitemap":["Ein-/Ausschalten von %1$ss XML-Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Supportanfragen, die Sie hier erstellen, werden direkt an unser Support-System gesendet, welches mit 256-Bit-SSL gesichert ist. Die Kommunikation ist also zu 100% sicher."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Mit der Cornerstone-Funktion können Sie Cornerstone-Inhalte auf Ihrer Website markieren und filtern."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Wenn Sie ein Problem haben, welches Sie mit unseren Video-Tutorials oder unserer Wissensdatenbank nicht lösen können, senden Sie eine Nachricht an unser Support-Team. Sie sind rund um die Uhr erreichbar."],"Good results":["Gute Ergebnisse"],"Get better search results in local search":["Bessere Suchergebnisse bei lokaler Suche erhalten"],"Allow customers to pick up their %s order locally":["Erlauben Sie Kunden, ihre %s Bestellung vor Ort abzuholen."],"SEO analysis":["SEO Analyse"],"The SEO analysis offers suggestions to improve the SEO of your text.":["Die SEO-Analyse bietet Vorschläge zur Verbesserung der SEO Ihres Textes."],"Learn how the SEO analysis can help you rank.":["Lernen Sie, wie die SEO-Analyse für die Platzierung helfen kann."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Die Lesbarkeitsanalyse bietet Vorschläge zur Verbesserung der Struktur und des Stils Ihres Textes."],"Discover why readability is important for SEO.":["Erfahren Sie, warum Lesbarkeit für SEO wichtig ist."],"Find out how cornerstone content can help you improve your site structure.":["Erfahren Sie, wie Cornerstone-Inhalte Ihnen helfen können, die Struktur Ihrer Website zu verbessern."],"The text link counter helps you improve your site structure.":["Der Textlink-Zähler hilft Ihnen, die Struktur Ihrer Website zu verbessern."],"Find out how the text link counter can enhance your SEO.":["Finden Sie heraus, wie der Textlink-Zähler die SEO verbessern kann."],"%s integration":["%s Integration"],"Read more about how %s works.":["Lesen Sie mehr darüber, wie %s funktioniert."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Aktivieren Sie diese Funktion, wenn Facebook und andere soziale Medien eine Vorschau mit Bildern und einem Textauszug anzeigen sollen, wenn ein Link zu Ihrer Website geteilt wird."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Aktivieren Sie diese Funktion, wenn Twitter eine Vorschau mit Bildern und einem Textauszug anzeigen soll, sobald ein Link zu Ihrer Website geteilt wird."],"Find out why you should upgrade to %s":["Finden Sie heraus, warum Sie auf %s erweitern sollten."],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Letzte Blog-Beiträge auf %1$s"],"Need help?":["Hilfe benötigt?"],"Remove highlight from the text":["Text-Markierung entfernen"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Starten Sie schnell und einfach mit dem %1$s %2$sKonfigurationsassistenten%3$s!"],"First-time SEO configuration":["Erstmalige SEO-Konfiguration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Die Sprache Ihrer Website ist auf {language} eingestellt. Sollte dies nicht richtig sein, wenden Sie sich bitte an Ihren Website-Administrator."],"Your site language is set to {language}.":["Die Sprache Ihrer Website ist auf {language} eingestellt."],"Highlight this result in the text":["Markiere dieses Ergebnis im Text"],"Considerations":["Überlegungen"],"Errors":["Fehler"],"Change language":["Sprache ändern"],"You cannot create a %s file.":["Sie können keine %s Datei erstellen."],"You cannot edit the %s file.":["Sie können die %s Datei nicht bearbeiten."],"Updated %s":["%s aktualisiert"],"Create %s file":["%s-Datei erstellen"],"Edit the content of your %s:":["Bearbeiten Sie den Inhalt Ihrer %s:"],"Save changes to %s":["Speichere die Änderungen der %s"],"%s file":["%s Datei"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s und %2$s können viel besser zusammenarbeiten, indem Sie ein Hilfsplugin hinzufügen. Bitte installieren Sie %3$s, um Ihr Leben besser zu machen. %4$s."],"More information":["Weitere Informationen"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s und %2$s können viel besser zusammenarbeiten, indem Sie ein Hilfsplugin hinzufügen. Bitte aktivieren Sie %3$s, um Ihr Leben besser zu machen."],"More information about %1$s":["Weitere Informationen über %1$s"],"Configuration Wizard":["Konfigurations-Assistent"],"You've done it!":["Sie haben es geschafft!"],"Seamlessly integrate %1$s into your AMP pages!":["Integrieren Sie %1$s nahtlos in Ihre AMP-Seiten!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Nahtlose Integration von %2$s mit %1$s für die Inhaltsanalyse!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s und %2$s können viel besser zusammenarbeiten, indem Sie ein Hilfsplugin hinzufügen. Bitte installieren Sie %3$s, um Ihr Leben besser zu machen."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Die Title & Meta Einstellungen für %1$s bestehen aus Variablen, die bei der Anzeige der Seite durch bestimmte Werte von der Seite ersetzt werden. Die folgende Tabelle enthält eine Liste der verfügbaren Variablen."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Markieren Sie die wichtigsten %1$s als 'cornerstone content', um die Struktur Ihrer Website zu verbessern. %2$sLernen Sie mehr über cornerstone content%3$s."],"Loading help center.":["Hilfecenter laden."],"Get support":["Support erhalten"],"(Opens in a new browser tab)":["(Öffnet in einem neuen Browser Tab)"],"Posts %1$swithout%2$s a focus keyphrase":["Beiträge %1$sohne%2$s Fokus Schlüsselphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, Ihr SEO ist ziemlich gut! Sehen Sie sich die Statistiken an:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Sie haben noch keine veröffentlichten Beiträge, Ihre SEO-Werte werden hier erscheinen, wenn Sie Ihren ersten Beitrag erstellt haben!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Auf dieser Seite können Sie den Namen Ihrer Website ändern und auswählen welche Trennsymbole Sie verwenden möchten. Das Trennsymbol wird zum Beispiel zwischen Ihrem Beitragstitel und Ihrem Website-Namen angezeigt. Symbole werden in der Größe angezeigt, in der sie in den Suchergebnissen erscheinen. Wählen Sie das was am besten zu Ihrer Marke passt oder eines, das am wenigsten Platz in den Snippets einnimmt."],"Something else":["Etwas anderes"],"A portfolio":["Ein Portfolio"],"A corporation":["Ein Unternehmen"],"A small offline business":["Ein kleines Offline-Unternehmen"],"A news channel":["Ein Nachrichtenkanal"],"An online shop":["Ein Online-Shop"],"A blog":["Ein Blog"],"What does the site %1$s represent?":["Was wird durch die Website %1$s repräsentiert?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Wenn Sie Nein wählen, werden Ihre Autoren-Archive deaktiviert,\num Duplicate Content Probleme zu vermeiden."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Hinweis: Wir speichern Ihre Daten nicht und haben keinen vollständigen Zugriff auf Ihr Konto. Ihre Privatsphäre wird gewahrt."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s verbindet sich mit der Google Search Console, ein Pflicht-Tool für Website-Besitzer, das Ihnen Informationen über den Zustand Ihrer Website liefert. Haben Sie noch kein Google-Konto oder ist Ihre Website noch nicht aktiviert? Erfahren Sie, wie Sie %2$sdie Google Search Console mit Ihrer Website verbinden können%3$s."],"Option B: My site is under construction and should not be indexed":["Option B: Meine Seite befindet sich im Aufbau und sollte nicht indiziert werden."],"Option A: My site is live and ready to be indexed":["Option A: Meine Seite ist live und bereit für die Indexierung"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Wähle Im Aufbau, falls Sie Ihre Website aus dem Index von\nSuchmachinen heraushalten wollen. Denken Sie daran, es zu aktivieren,\nsobald Sie soweit sind, Ihre Website zu veröffentlichen."],"Please specify if your site is under construction or already active.":["Bitte wählen Sie ob Ihre Seite sich im Aufbau befindet oder bereits aktiv ist."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Diese Information wird in der Google's Knowledge Graph Karte verwendet. Das ist der große Block mit Informationen, den Sie auf der rechten Seite in den Suchergebnissen sehen."],"Read more like this on our SEO blog":["Lesen Sie mehr Beiträge wie diesen in unserem SEO Blog"],"Readability: %s":[""],"Not activated":["Nicht aktiviert"],"Activated":["Aktiviert"],"%1$s recommendations for you":["%1$s Empfehlungen für Sie"],"All Readability Scores":["Alle Lesbarkeitsbewertungen"],"Filter by Readability Score":["Nach Lesbarkeits Bewertungen filtern"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Sie erhalten weder Aktualisierungen noch Support! Beheben Sie dieses Problem, indem Sie diese Website hinzufügen und %1$s dafür in %2$s aktivieren."],"Request method %1$s is not valid.":["Anforderungsmethode %1$s ist nicht gültig."],"Muted notifications:":["Ausgeblendete Benachrichtigungen:"],"Muted problems:":["Ausgeblendete Probleme:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Möchten Sie sehen, wie es aussieht, wenn die Leute diesen Beitrag auf %1$s teilen?\nKönnen Sie, mit %2$s."],"Good job! All the links in your texts have been counted.":["Klasse! Alle Links in Ihren Texten wurden gezählt."],"Calculation completed.":["Berechnung abgeschlossen."],"Calculation in progress...":["Berechnung wird durchgeführt…"],"Stop counting":["Zählung abbrechen"],"Counting links in your texts":["Zähle die Links in Ihren Texten"],"Text %1$s of %2$s processed.":["Text %1$s von %2$s verarbeitet."],"All your texts are already counted, there is no need to count them again.":["Ihre Texte sind bereits alle gezählt. Es besteht kein Bedarf, diese erneut zu zählen."],"Count links in your texts":["Links in Ihrem Text zählen"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Die Links in Ihren öffentlichen Texten müssen gezählt werden. Dies gewährt Einblick in den Status Ihrer Texte und zeigt, welche Texte mehr Links benötigen. Wenn Sie mehr über interne Verlinkung wissen möchten, besuchen Sie %1$sfolgenden Artikel zum Thema auf %2$s%3$s."],"Text link counter":["Text Link Zähler"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Anzahl interner Links welche zu diesem Beitrag verweisen. Für mehr Information konsultieren Sie den \"Yoast Spalten\" Text im Hilfe Tab."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Anzahl ausgehender interner Verlinkungen in diesem Beitrag. Für mehr Information konsultieren Sie den \"Yoast Spalten\" Text im Hilfe Tab."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s fügt dieser Seite mehrere Spalten hinzu. Wir haben einen Artikel geschrieben %2$swie man den SEO Score und Readability Score verwendet%3$s. Die Linkspalten zeigen die Anzahl der Artikel auf dieser Website, die %5$szu%6$s diesen Artikel verlinken und die Anzahl der URLs, die %5$svon%6$s diesen Artikel verlinken. Erfahren Sie mehr darüber %4$swie Sie diese Funktionen bei der Verbesserung Ihrer internen Verlinkungen nutzen können%3$s, was wiederum Ihr SEO erheblich verbessert."],"%s Columns":["%s Spalten"],"Readability score":["Lesbarkeitsbewertung"],"Other benefits of %s for you:":["Andere Vorteile von %s für Sie:"],"Scroll to see the preview content.":["Scrollen Sie, um die Vorschau zu sehen."],"Cornerstone content":["Cornerstone-Inhalt"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s kümmert sich nun um die technische Optimierung Ihrer Seite. Um die Performance Ihrer Website in den Suchergebnissen wirklich zu verbessern, ist es wichtig, dass Sie mit der Erstellung von Inhalten beginnen, die sich gut für die Keywords eignen, die Ihnen wichtig sind. Sehen Sie sich dieses Video an, in dem wir Ihnen erklären, wie man die Metabox von %1$s verwendet, wenn Sie Beiträge oder Seiten bearbeiten."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Wenn Sie die Konkurrenz in einer bestimmten Stadt oder Region überholen möchten, dann schauen Sie sich unser %1$s Plugin an! Sie können ganz einfach Google Maps, Öffnungszeiten, Kontaktinformationen und eine Filialsuche einfügen. Ausserdem hilft Ihnen %1$s die Usability Ihrer Kontaktseite zu verbessern."],"Attract more customers near you":["Gewinnen Sie mehr Kunden in Ihrer Nähe"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Möchten Sie alle Details des %1$s Plugins kennenlernen? Möchten Sie mehr über unsere erweiterten Einstellungen erfahren? Wollen Sie wirklich das Beste aus dem %1$s Plugin herausholen? Schauen Sie sich unser %1$s Plugin Training an und übertreffen Sie Ihre Wettbewerber!"],"Get the most out of %1$s with the %2$s":["Holen Sie das Meiste mit %2$s aus %1$s heraus"],"Upgrade to Premium":["Auf Premium erweitern"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Wollen Sie sich von der Konkurrenz abheben? %1$s bietet Ihnen zusätzliche Funktionen, die Ihnen helfen, Ihre SEO Strategie professionell aufzusetzen. Fügen Sie Synonyme und verwandte Schlüsselwörter hinzu, nutzen Sie unsere Premium SEO Analyse, den Weiterleitungsmanager und unser Tool für die Interne Verlinkungsstruktur Ihrer Site. Mit %1$s haben Sie auch Zugang zu Premium-Support."],"Outrank the competition with %s":["Mit %s die Wettbewerber übtertrumpfen"],"You might like":["Das könnte Ihnen gefallen"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Wir haben festgestellt, dass Sie diesen Assistenten noch nicht vollständig abgeschlossen haben. Wir empfehlen Ihnen, den %2$sKonfigurationsassistent zu starten um %1$s%3$s zu konfigurieren."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Der Konfigurations-Assistent hilft Ihnen dabei, Ihre Website einfach zu konfigurieren, um die optimalen SEO-Einstellungen zu haben."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Premium bestellen und unsere Experten werden für Sie da sein, um Fragen zu beantworten, die Sie über die Installation und die Verwendung des Plugins haben könnten."],"Superfast internal linking suggestions":["Superschnelle interne Verlinkungsvorschläge"],"Great news: you can, with %1$s!":["Großartige Neuigkeit: Sie können es, mit %1$s!"],"Save changes":["Änderungen speichern"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Das Plugin %2$s verändert die Ausgabe Ihrer Website je nachdem ob eine Suchmaschine oder ein normaler Benutzer die Seite aufruft. Dieser Prozess nennt sich Cloaking. Wir empfehlen Ihnen sehr, dieses Plugin zu deaktivieren."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial Media Vorschau%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sKeine verwaisten Links mehr%2$s: Einfacher Redirect-Manager"],"No ads!":["Werbefrei!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Vorschau für soziale Netzwerke"],"Easy redirect manager":["Einfacher Redirect Manager"],"No more dead links":["Keine toten Links mehr"],"Increase your SEO reach":["Vergrößern Sie Ihre SEO Reichweite"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Wenn Sie Hilfe brauchen, um tollen Content zu schreiben, schauen Sie sich unseren %2$sSEO Copywriting Kurs%3$s an. Wenn Sie alles über die Funktionen des Plugins wissen möchten, nehmen Sie an unserem %1$s teil!"],"Variable":["Variable"],"Available variables":["Verfügbare Variablen"],"Scroll to see the table content.":["Scrollen um den Tabellen-Inhalt zu sehen."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Empfohlener Hilfeartikel: %1$sWie Sie Ihre Website mit der Google Search Console verbinden (engl.)%2$s"],"An error occurred in the '%1$s' assessment":["Es ist ein Fehler in der '%1$s' Bewertung aufgetreten."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s der Wörter enthalten %2$süber %3$s Silben%4$s, was mehr als das empfohlene Maximum von %5$s ist."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s der Wörter enthalten %2$süber %3$s Silben%4$s, was zu wenig oder gleich mit dem empfohlenen Maximum von %5$s ist."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Dies ist etwas weniger als das %2$sempfohlene Minimum%3$s von %4$d Wort. Fügen Sie etwas mehr Text hinzu.","Dies ist etwas weniger als das %2$sempfohlene Minimum%3$s von %4$d Wörtern. Fügen Sie etwas mehr Text hinzu."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Die Meta Description enthält %1$d Sätze %2$süber %3$s Wörter%4$s. Versuchen Sie, diesen Satz zu kürzen.","Die Meta Description enthält %1$d Sätze %2$süber %3$s Wörter%4$s. Versuchen Sie, diese Sätze zu kürzen."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Die Meta Description enthält keine Sätze %1$süber %2$s Wörter%3$s."],"No new notifications.":["Keine neuen Benachrichtigungen"],"Save all":["Alles speichern"],"Save":["Speichern"],"%1$s, Author at %2$s":["%1$s, Autor bei %2$s"],"Mobile preview":["Mobil-Vorschau"],"Desktop preview":["Desktop-Vorschau"],"Select redirect":["Weiterleitung auswählen"],"Please provide an SEO title by editing the snippet below.":["Bitte legen Sie den SEO-Titel fest, indem Sie den Code-Schnipsel bearbeiten."],"Meta description preview:":["Meta-Beschreibungs-Vorschau:"],"Slug preview:":["Titel-Vorschau:"],"SEO title preview:":["SEO-Titelvorschau:"],"Close snippet editor":["Ausschnitt-Editor schließen"],"Slug":["Titelform"],"Remove marks in the text":["Entferne Markierungen im Text"],"Mark this result in the text":["Markiere dieses Ergebnis im Text"],"Marks are disabled in current view":["Markierungen sind in der aktuellen Ansicht deaktiviert."],"Good SEO score":["Guter SEO-Wert"],"OK SEO score":["Ausreichender SEO-Wert"],"Feedback":["Feedback"],"ok":["OK"],"Choose an image":["Bild wählen"],"Remove the image":["Bild entfernen"],"MailChimp signup failed:":["MailChimp-Registrierung fehlgeschlagen:"],"Sign Up!":["Anmelden"],"Name":["Name"],"There is an error with the request.":["Es ist ein Fehler bei der Anfrage aufgetreten."],"Select profile":["Profil wählen"],"Choose a profile":["Wählen Sie ein Profil"],"Authorization code":["Autorisierungsschlüssel"],"Reauthenticate with Google":["Erneute Identifizierung mit Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Damit %s Ihre Google Search Console-Informationen abrufen kann, geben Sie bitte Ihren Google Authorization Code ein. Wenn Sie auf den Button unten klicken, öffnet sich ein neues Fenster."],"Please provide a meta description by editing the snippet below.":["Bitte legen Sie eine Meta-Beschreibung fest, indem Sie den Code-Schnipsel bearbeiten."],"Edit snippet":["Code-Schnipsel bearbeiten"],"You can click on each element in the preview to jump to the Snippet Editor.":["Sie können auf jedes Element in der Vorschau klicken, um zum Snippet-Editor zu springen."],"Close the Wizard":["Assistenten schließen"],"Export settings":["Export-Einstellungen"],"%1$s video tutorial":["%1$s Video-Tutorial"],"%s › Configuration Wizard":["%s ›-Konfigurations-Assistent"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Wenn Sie Schwierigkeiten haben, %1$sfüllen Sie bitte einen Bug-Report aus%2$s und wir tun unser Bestes um Ihnen zu helfen."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Uns ist aufgefallen, dass Sie %1$s bereits seit einiger Zeit verwenden; wir hoffen dass es Ihnen gefällt! Wir würden uns sehr darüber freuen, wenn Sie uns %2$sauf WordPress.org mit 5 Sternen bewerten würden%3$s!"],"Courses":["Kurse"],"Date archives settings":["Datums-Archiv-Einstellungen"],"Author archives settings":["Autor-Archiv-Einstellungen"],"%1$s by %2$s":["%1$s zu %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Achtung: die Variable %s kann in dieser Vorlage nicht verwendet werden. Schauen Sie für weitere Informationen im Hilfecenter nach."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Übrigens, wussten Sie, dass wir auch ein %1$sPremium Plugin%2$s haben? Es bietet erweiterte Funktionen, wie einen Weiterleitungsmanager und Unterstützung für mehrere Schlüsselwörter. Zudem beinhaltet es den persönlichen 24/7-Support."],"(no title)":["(Kein Titel)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Die %1$s Adminleiste enthält nützliche Links zu Tools von Drittanbietern zur Seitenanalyse und ermöglicht das leichte Erkennen von neuen Benachrichtigungen."],"Admin bar menu":["Adminleisten-Menü"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funktionen"],"SEO title":["SEO-Titel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Obwohl wir uns bemühen, das Einrichten von %1$s so einfach wie möglich zu gestalten, verstehen wir auch, daß es entmutigend sein kann. Wenn Sie lieber uns damit beauftragen möchten %1$s für Sie einzurichten (und Sie in diesem Zuge eine Version von %2$s erhalten), dann bestellen Sie hier unseren %3$s%1$s Konfigurationsservice%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Willkommen zum %1$s Konfigurations-Assistenten. In ein paar einfachen Schritten werden wir Ihnen helfen Ihre Einstellungen auf die Bedürfnisse Ihrer Website abzustimmen!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google zeigt den Namen Ihrer Website in den Suchergebnissen an. Wenn Sie ihn ändern möchten, können Sie das hier machen."],"Greater than sign":["Größer-als-Zeichen"],"Less than sign":["Kleiner-als-Zeichen"],"Right angle quotation mark":["Größer-gleich-Zeichen"],"Left angle quotation mark":["Kleiner-gleich-Zeichen"],"Small tilde":["kleine Tilde"],"Vertical bar":["vertikaler Balken"],"Low asterisk":["unterer Stern"],"Asterisk":["Sternchen"],"Bullet":["Kugel"],"Middle dot":["mittlerer Punkt"],"Em dash":["Em Gedankenstrich"],"En dash":["Gedankenstrich"],"Dash":["Gedankenstrich"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Wählen Sie ein Symbol, das als Trennzeichen im Titel verwendet werden soll. Dieses wird zum Beispiel zwischen dem Beitragstitel und dem Seitennamen angezeigt. Die Symbole sind in der gleichen Größe angezeigt, in der sie auch in den Suchergebnissen erscheinen werden."],"The name of the person":["Der Name der Person"],"No":["Nein"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Hat oder wird Ihre Seite mehrere Autoren haben? "],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress generiert automatisch eine URL für jedes Media Element in der Bibliothek. Dies erlaubt Google den generierten Link zu indexieren."],"Success!":["Erfolgreich!"],"Title settings":["Titel-Einstellungen"],"Google Search Console":["Google Search Console"],"Multiple authors":["Mehrere Autoren"],"Site type":["Seitentyp"],"Environment":["Umgebung"],"Yoast option %1$s not found.":["Yoast Option %1$s nicht gefunden."],"Google Structured Data Test":["Google Test für strukturierte Daten"],"Posts list":["Beitrags-Liste"],"Posts list navigation":["Navigation der Beitrags-Liste"],"Filter posts list":["Filtere Beitrags-Liste"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Beachten Sie, dass Links zu Archiven möglicherweise von Ihrem Theme ausgegeben werden und Sie diese separat entfernen müssen."],"%1$s to optimize your site even further":["%1$s um Ihre Website noch weiter zu optimieren."],"%1$s extensions":["%1$s Erweiterungen"],"Comes with our 30-day no questions asked money back guarantee":["Enthält eine 30-Tage-Geld-Zurück-Garantie – ohne Rückfragen."],"More information %1$sabout %3$s%2$s":["Mehr Informationen %1$süber %3$s%2$s"],"Installed":["Installiert"],"gain access to our 24/7 support team.":["Erhalten Sie Zugang zu unserem Support Team, das rund um die Uhr für Sie da ist."],"Premium support":["Premium Support"],"check what your Facebook or Twitter post will look like.":["prüfen Sie, wie Ihre Facebook oder Twitter Beiträge aussehen könnten."],"Social previews":["Vorschau für soziale Netzwerke"],"create and manage redirects from within your WordPress install.":["Erstellen und verwalten Sie Weiterleitungen innerhalb Ihrer WordPress-Installation."],"Redirect manager":["Redirect Manager"],"%1$s, take your optimization to the next level!":["%1$s, bringen Sie Ihre Optimierung auf die nächste Stufe!"],"A seamless integration between %1$s and %2$s":["Eine nahtlose Integration zwischen %1$s und %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Nutzen Sie %1$s Breadcrumbs anstatt von %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Fügen Sie einfach Google Maps, eine Liste Ihrer Standorte/Filialen, Öffnungszeiten oder mehr hinzu."],"Creates XML News Sitemaps":["Erstellt XML-News-Sitemaps"],"Immediately pings Google on the publication of a new post":["Benachrichtigt Google unverzüglich über die Veröffentlichung eines neuen Beitrags."],"Optimize your site for Google News":["Optimieren Sie Ihre Website für Google News"],"Make videos responsive through enabling fitvids.js":["Machen Sie Videos responsiv durch das Aktivieren von fitvids.js"],"Enhance the experience of sharing posts with videos":["Verbessern Sie das Erlebnis beim Teilen von Beiträgen mit Videos"],"Show your videos in Google Videos":["Zeigen Sie Ihre Videos in Google Videos"],"Crawl issues list":["Crawl-Ergebnisliste"],"Crawl issues list navigation":["Navigation für Crawl-Ergebnisliste"],"Edit “%s”":["Bearbeite ”%s„"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Benachrichtigungen"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Entfernt den Focus Schlüsselphrasen-Reiter von der Metabox und deaktiviert alle SEO-relevanten Vorschläge."],"Disable SEO analysis":["SEO-Analyse deaktivieren"],"Twitter settings":["Twitter-Einstellungen"],"Pinterest settings":["Pinterest-Einstellungen"],"Facebook settings":["Facebook-Einstellungen"],"Title separator symbol":["Titel-Trennzeichen"],"RSS feed settings":["Einstellungen zum RSS-Feed"],"Breadcrumbs settings":["Breadcrumbs-Einstellungen"],"Make primary":["Mache primär"],"Enter your Google Authorization Code and press the Authenticate button.":["Geben Sie den Autorisierungscode von Google ein und klicken Sie auf \"Authentifizieren\"."],"%s notification":["%s Benachrichtigung","%s Benachrichtigungen"],"Disable readability analysis":["Lesbarkeits-Analyse deaktivieren"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Entfernt den Lesbarkeits-Reiter aus der Metabox und deaktiviert alle für die Lesbarkeit relevanten Empfehlungen."],"Readability analysis":["Lesbarkeits-Analyse"],"Needs improvement":["Verbesserungsbedarf"],"Readability":["Lesbarkeit"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Sie versuchen nicht-minimierte Dateien zu laden. Diese sind nur im Development-Paket verfügbar. Bitte sehen Sie auf %1$s nach, um alle Quell-Dateien zu sehen."],"Improvements":["Verbesserungen"],"Restore this item.":["Dieses Element wiederherstellen."],"Dismiss this item.":["Dieses Element ausblenden."],"Good job! We could detect no serious SEO problems.":["Gute Arbeit! Wir konnten keine ernsthaften SEO Probleme feststellen."],"We have detected the following issues that affect the SEO of your site.":["Wir haben die folgenden Probleme festgestellt, welche die SEO Ihrer Website beeinflussen."],"Problems":["Probleme"],"Analysis":["Analyse"],"Not available":["Nicht verfügbar"],"Filter by SEO Score":["Nach SEO-Wert filtern"],"Meta description not set.":["Meta Beschreibung nicht gesetzt."],"Video tutorial":["Video-Tutorial"],"Email support is a %s feature":["E-Mail-Support ist ein %s-Feature"],"Knowledge base":["Wissensdatenbank"],"Open":["Öffnen"],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["Sie können dies auf der %1$sPermalink-Einstellungen-Seite%2$s beheben."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paginierung der Kommentare ist aktiviert. Diese ist in 999 von 1000 Fällen nicht notwendig. Wir empfehlen, sie zu deaktivieren."],"Replaced with the primary category of the post/page":["Ersetzt durch die Hauptkategorie des Beitrags/der Seite"],"Pinterest confirmation":["Pinterest-Bestätigung"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Wenn Sie Ihre Seite bereits auf Pinterest bestätigt haben, können Sie diesen Schritt überspringen."],"Format-based archives":["Formatbasierende Archive"],"Webmaster Tools verification":["Webmaster-Tools-Verifizierung"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":[""],"Want to be a %s Expert?":[""],"Buy %s":["%s kaufen"],"Show information about errors in category %s":[""],"New %1$s Title":["Neuer %1$s Titel"],"Existing %1$s Title":["Vorhandener %1$s Titel"],"Expected an integer as input.":["Eingabe vom Typ Integer erwartet."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Der Versuch, einen sicheren Sitemap-Cache-Schlüssel zu generieren, ist fehlgeschlagen, da die Präfix- und Postfix-Kombination zu wenig Platz lässt. Sie fordern wahrscheinlich eine Seite an, die die erwartete Bandbreite überschreitet. "],"Remove":["Entfernen"],"Keep":["Behalten"],"Bold the last page":["Die letzte Seite hervorheben"],"Regular":["Normal"],"Bold":["Fett"],"Show Blog page":["Blog-Seite anzeigen"],"Primary %s":["Primär %s"],"Primary":["Primär"],"Make %1$s primary %2$s":["%1$s als primär %2$s setzen"],"Term is set to noindex.":["Terminologie ist auf noindex gesetzt"],"Author archives":["Autorenarchive"],"Show":["Zeigen"],"Enabled":["Aktiviert"],"Disabled":["Deaktiviert"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s hat den Indexierbarkeitsstatus Ihrer Website bisher noch nicht von %2$s abgerufen"],"The separator defined in your theme's %s tag.":["Der Platzhalter, der im %s-Element Ihres Themes definiert wird."],"No index":["Nicht indexieren"],"Analyze entire site":["Gesamte Website analysieren"],"Fetch the current status":["Aktuellen Status abfragen"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s konnte den Indexierbarkeitsstatus Ihrer Website%3$s von %4$s nicht abrufen"],"Your homepage can be indexed by search engines.":["Ihre Startseite kann von Suchmaschinen indiziert werden."],"Indexability check by %1$s":["Indexierbarkeits-Check von %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Wenn Sie ein Bild zum Teilen auf %1$s verwenden möchten, können Sie es hier wählen/hochladen oder die Bild-URL hier eingeben."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Wenn Sie die Meta Beschreibung nicht fuer das Teilen auf %1$s nutzen und stattdessen eine andere Beschreibung zeigen möchten, geben Sie sie bitte hier an."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Wenn Sie nicht den Beitragstitel verwenden wollen, um den Beitrag auf %1$s zu teilen, sondern dort etwas anderes angezeigt werden soll, schreiben Sie es hier."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sSuchmaschinen können Ihre Homepage nicht indizieren%2$s. Dies ist sehr ungünstig für die SEO und sollte repariert werden."],"Once Weekly":["Einmal wöchentlich"],"Add-ons":["Add-ons"],"SEO score":["SEO-Wert"],"Twitter metadata":["Twitter-Metadaten"],"Facebook / Open Graph metadata":["Facebook/Open-Graph-Metadaten"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Die SEO-Werte für alle Inhalte mit der Fokus Schlüsselphrase werden neu berechnet."],"%1$s of %2$s done.":["%1$s von %2$s erledigt."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Wir haben unseren Algorithmus für die SEO-Wertung aktualisiert. %1$s Klicken Sie hier, um die aktuelle Gesamtwertung für alle Beiträge und Seiten %2$s neu zu berechnen."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Die erste echte All-in-One-SEO-Lösung für WordPress, einschließlich On-Page Inhaltsanalyse, XML-Sitemaps und vielem mehr."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivierungsfehler:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Die Filter-Erweiterung scheint nicht verfügbar zu sein. Bitten Sie Ihren Hoster, sie einzuschalten."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Die Installation des %1$s Plugin ist unvollständig. Bitte schauen Sie in den %2$sInstallationsanweisungen%3$s nach."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Die Standard PHP Library (SPL) Erweiterung scheint nicht verfügbar zu sein. Bitten Sie Ihren Web-Hoster sie zu aktivieren."],"SEO Settings":["SEO-Einstellungen"],"Mobile-Friendly Test":["Mobile-Friendly-Test"],"Google Page Speed Test":["Google-Page-Speed-Test"],"CSS Validator":["CSS-Validator"],"HTML Validator":["HTML-Validator"],"Pinterest Rich Pins Validator":["Pinterests Rich-Pins-Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Header überprüfen"],"Check Google Cache":["Google-Cache überprüfen"],"Analyze this page":["Diese Seite analysieren "],"Keyword Research":["Keyword-Recherche"],"%s does not seem to be a valid url. Please correct.":["%s scheint keine korrekte URL zu sein. Bitte korrigieren."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s scheint eine ungültige %2$s Bestätigungszeichenfolge zu sein. Bitte korrigieren."],"%s Archive":["%s Archiv"],"You searched for %s":["Sie haben nach %s gesucht"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s scheint keine gültige Twitter-Benutzer-ID zu sein. Bitte korrigieren."],"Summary with large image":["Zusammenfassung mit großem Bild"],"Summary":["Zusammenfassung"],"The post %1$s appeared first on %2$s.":["Der Beitrag %1$s erschien zuerst auf %2$s."],"No numeric value was received.":["Es wurde kein numerischer Wert erhalten"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dies muss eine bestehende Website sein. Website %s existiert nicht oder wurde als gelöscht markiert."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Die Standard Website Einstellung muss eine numerische ID der Website sein, die Sie als Standard nutzen wollen. "],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s ist keine gueltige Auswahl für den Zugriff auf die %2$s Einstellungen. Der Wert wurde auf Standard zurueckgesetzt."],"Please select a valid post type for taxonomy \"%s\"":["Bitte wählen Sie einen gültigen Beitragstyp für Taxonomie \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Bitte wählen Sie eine gültige Taxonomie für Beitragstyp \"%s\""],"You searched for":["Sie suchten nach"],"Home":["Startseite"],"Archives for":["Archive für"],"Error 404: Page not found":["Fehler 404: Seite wurde nicht gefunden"],"Good":["Gut"],"Replaced with a custom taxonomies description":["Mit einer Beschreibung der individuellen Taxonomien ersetzt"],"Replaced with a posts custom taxonomies, comma separated.":["Mit individuellen Taxonomien eines Beitrags ersetzt, komma-getrennt."],"Replaced with a posts custom field value":["Mit einem eigenen Feldwert eines Beitrags ersetzt"],"Replaced with the slug which caused the 404":["Mit der Titelform, welche den 404 Fehler auslöste, ersetzt"],"Replaced with the posts focus keyphrase":["Wird mit der Fokus Schlüsselphrase des Beitrags ersetzt"],"Attachment caption":["Beschriftung des Anhangs"],"Replaced with the current page number":["Wird mit der aktuellen Seitennummer ersetzt"],"Replaced with the current page total":["Wird mit der aktuellen gesamte Seitenanzahl ersetzt"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Wird mit der aktuellen Seitennummer mit Kontext (z. B. Seite 2 von 4) ersetzt"],"Replaced with the post/page author's 'Biographical Info'":["Wird mit den 'Biografischen Angaben' des Beitrags-/Seitenautors ersetzt"],"Replaced with the post/page author's 'nicename'":["Wird mit dem Nicknamen des Beitrags-/Seitenautors ersetzt"],"Replaced with the post/page ID":["Wird mit der Beitrags-/Seiten-ID ersetzt"],"Replaced with the post/page modified time":["Wird mit der Bearbeitungszeit des Beitrags / der Seite ersetzt"],"Replaced with the content type plural label":["Wird mit der Pluralform des Inhaltstyps ersetzt"],"Replaced with the content type single label":["Wird mit der Singularform des Inhaltstyps ersetzt"],"Replaced with the current search phrase":["Wird mit der aktuellen Suchphrase ersetzt"],"Replaced with the term name":["Wird mit dem Begriff ersetzt"],"Replaced with the term description":["Wird mit der Beschreibung des Begriffs ersetzt"],"Replaced with the tag description":["Wird mit der Schlagwort-Beschreibung ersetzt"],"Replaced with the category description":["Wird mit der Beschreibung der Kategorie ersetzt"],"Replaced with the post categories (comma separated)":["Wird mit der Beirags-Kategorien (durch Komma getrennt) ersetzt"],"Replaced with the current tag/tags":["Wird mit dem/n aktuellen Schlagwort/en ersetzt"],"Replaced with the post/page excerpt (without auto-generation)":["Wird mit dem Textauszug des Beitrags / der Seite (ohne Auto-Generierung) ersetzt"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Wird mit dem Textauszug aus Beitrag / Seite (oder automatisch generiert, falls nicht vorhanden) ersetzt"],"The site's name":["Der Website-Name"],"Replaced with the title of the parent page of the current page":["Wird mit dem Titel der übergeordneten Seite zur aktuellen Seite ersetzt"],"Replaced with the title of the post/page":["Wird mit dem Beitrags-/Seitentitel ersetzt"],"Replaced with the date of the post/page":["Wird mit dem Beitrags-/Seitendatum ersetzt"],"Page %1$d of %2$d":["Seite %1$d von %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Sie können die Platzhalter der WPSEO Standard Variable nicht aufheben indem Sie eine Variable mit dem selben Namen wählen. Nutzen Sie stattdessen die \"wpseo_replacements\" Filter um die Platzhalter Werte zu verändern. "],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Eine Platzhalter-Variable mit dem selben Namen wurde bereits angelegt. Versuchen Sie, einen einzigartigen Namen zu wählen."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Eine Platzhalter-Variable kann nicht mit \"%%cf_\" oder \"%%ct_\" beginnen. Diese sind reserviert für die WPSEO Standard Variable, Variablen für benutzerdefinierte Felder und benutzerdefinierte Taxonomien. Versuchen Sie einen eindeutigen Variablen-Namen zu wählen. "],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Eine Platzhalter-Variable kann nur alphanumerische Zeichen sowie einen Unterstrich oder eine Leertaste enthalten. Bitte versuchen Sie, Ihre Variable umzubenennen."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Nur für Administratoren: diese Seite stellt keine Meta Beschreibung dar, weil bisher keine vorhanden ist. Verfassen Sie entweder eine speziell für diese Seite oder definieren Sie eine Vorlage unter [%1$s - %2$s]"],"Page not found":["Seite wurde nicht gefunden."],"%s Archives":["%s Archive"],"Search for \"%s\"":["Nach „%s” suchen"],"Meta description to use for Author page":["Meta-Beschreibung, die auf der Autoren-Seite genutzt wird"],"Title to use for Author page":["Titel, der auf der Autoren-Seite genutzt wird"],"%1$s settings":["Einstellungen für %1$s "],"Export your %1$s settings":["Exportieren Sie Ihre %1$s Einstellungen"],"Import settings":["Einstellungen importieren"],"Import from other SEO plugins":["Daten aus anderen SEO-Plugins importieren"],"Import":["Daten importieren"],"If you had a %s file and it was editable, you could edit it from here.":["Falls eine %s Datei existiert und diese schreibbar ist, können Sie sie hier editieren."],"If your %s were writable, you could edit it from here.":["Wenn Ihre %s beschreibbar wäre, könnten Sie diese hier bearbeiten."],"You don't have a %s file, create one here:":["Sie haben keine %s Datei, erstellen Sie hier eine:"],"A link to your site, with your site's name and description as anchor text.":["Link zu Ihrer Website mit Website-Name und Beschreibung als Linktext."],"A link to your site, with your site's name as anchor text.":["Link zu Ihrer Website mit dem Website-Namen als Linktext."],"A link to the post, with the title as anchor text.":["Link zum Beitrag mit dem Beitragsnamen als Linktext."],"A link to the archive for the post author, with the authors name as anchor text.":["Link zum Autor-Archiv mit dem Namen des Autors als Linktext."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Sie können folgende Variablen innerhalb des Inhalts verwenden, diese werden durch den Wert auf der rechten Seite ersetzt."],"Content to put after each post in the feed":["Inhalt, der an jeden Beitrag im Feed angehängt wird"],"Content to put before each post in the feed":["Inhalt, der vor jeden Eintrag im RSS-Feed gesetzt wird"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Dieses Feature wird dazu benutzt, um automatisch Inhalt in Ihren RSS-Feed einzufügen. Konkret bedeutet das, dass Verlinkungen zurück zu Ihrer Website und ihren Beiträgen gesetzt werden, 'dumme Inhalts-Diebe' werden diese Links daher ebenso mit ziehen/ setzen und Ihnen somit helfen, dass Suchmaschinen Sie weiterhin als die Originalquelle des Inhaltes identifizieren."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Die Nutzung der Breadcrumbs-Funktion wird in %1$sunserem Wissensdatenbank-Artikel über Breadcrumbs Implementierung%2$s erläutert."],"How to insert breadcrumbs in your theme":["Wie Sie Breadcrumbs in Ihr Theme einbinden können."],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Das Inhaltstyp-Archiv, das in Breadcrumbs für Taxonomien angezeigt wird"],"Taxonomy to show in breadcrumbs for content types":["Taxonomie, die in Breadcrumbs für Inhaltstypen angezeigt wird"],"Breadcrumb for 404 Page":["Breadcrumb für 404-Fehlerseite"],"Prefix for Search Page breadcrumbs":["Präfix für Suchseiten-Breadcrumb"],"Prefix for Archive breadcrumbs":["Präfix für Archiv-Breadcrumbs"],"Prefix for the breadcrumb path":["Präfix für den Breadcrumb-Pfad."],"Anchor text for the Homepage":["Linktext für die Website"],"Separator between breadcrumbs":["Trenner zwischen den Breadcrumbs"],"Enable Breadcrumbs":["Aktiviere Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Unten sehen Sie die SEO-Werte, der bisher veröffentlichten Beiträge. Jetzt ist der richtige Moment, einige Ihrer Beiträge zu verbessern!"],"Credits":["Danksagungen"],"« Back to Tools page":["« Zurück zur Werkzeuge-Seite"],"%1$s comes with some very powerful built-in tools:":["%1$s enthält einige sehr leistungsstarke Werkzeuge:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Dieses Tool erlaubt Ihnen, schnell wichtige Dateien für Ihre SEO anzupassen, wie die robots.txt un die .htaccess Datei, sofern diese existieren."],"File editor":["Datei-Editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importieren Sie die Einstellungen von anderen SEO Plugins und exportieren Sie Ihre Einstellungen für die Wiederverwendung auf anderen Blogs."],"Import and Export":["Import und Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dieses Tool erlaubt Ihnen, das schnelle Ändern von Titeln und Beschreibungen Ihrer Beiträge und Seiten, ohne den jeweiligen Editor aufrufen zu müssen."],"Bulk editor":["Sammelbearbeitung"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Fügen Sie den Meta tag hier ein, um die %1$sWebsite mit Pinterest zu verifizieren%2$s:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest nutzt Open-Graph-Metadaten ebenso wie Facebook. Setzen Sie deshalb einen Haken im Open-Graph-Kontrollkästchen auf dem Facebook-Reiter, um die Seite für Pinterest zu optimieren."],"The default card type to use":["Der zu nutzende Standard Karten-Typ"],"Add Twitter card meta data":["Twitter Card Meta Daten hinzufügen"],"This image is used if the post/page being shared does not contain any images.":["Dieses Bild wird benutzt, falls der geteilte Post / die geteilte Seite keine Bilder enthält."],"Default settings":["Standardeinstellungen"],"Copy home meta description":["Meta-Beschreibung der Startseite kopieren"],"Description":["Beschreibung"],"Image URL":["Bild-URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dies sind der Titel, die Beschreibung und das Bild, welche in den Open-Graph-Metatags auf der Startseite Ihrer Website Verwendung finden."],"Frontpage settings":["Einstellungen der Startseite"],"Add Open Graph meta data":["Open Graph Meta Data hinzufügen"],"YouTube URL":["YouTube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-Benutzername"],"Facebook Page URL":["URL der Facebook Seite"],"Accounts":["Konten"],"Restore site to defaults":["Seite auf Standardeinstellungen zurücksetzen"],"Site ID":["Website-ID"],"Using this form you can reset a site to the default SEO settings.":["Hiermit können Sie die Standard-SEO-Einstellungen einer Seite wieder herstellen/zurücksetzen."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Private Einstellungen (FB-Admins und dergleichen), Theme-spezifische (title rewrite) und einige Seiten-spezifische Einstellungen werden nicht in neue Websites übernommen."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Geben Sie die %1$sSite ID%2$s für die Website ein, deren Einstellungen Sie als Standard für alle Websites in Ihrem Netzwerk setzen möchten. Sie können dies auch leer lassen (in der Regel werden die Plugin-Standards verwendet)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Wählen Sie die Seite, deren Einstellungen Sie standardmäßig für alle Websites, die Ihrem Netzwerk hinzugefügt werden, verwendet werden sollen. Wenn Sie \"Keine\" auswählen, werden die Standardeinstellungen des Plugins verwendet."],"New sites in the network inherit their SEO settings from this site":["Neue Websites im Netzwerk übernehmen die SEO-Einstellungen dieser Website"],"Super Admins only":["Nur für Super-Admins"],"Site Admins (default)":["Seiten-Admins (Standard)"],"Who should have access to the %1$s settings":["Wer soll Zugriff auf die %1$s Einstellungen haben?"],"spam":["SPAM"],"mature":["veraltet"],"archived":["archiviert"],"public":["öffentlich"],"%s restored to default SEO settings.":["%s zurückgesetzt auf Standard-SEO-Einstellungen."],"Settings Updated.":["Die Einstellungen wurden aktualisiert."],"404 pages":["404-Seiten"],"Search pages":["Suche-Seiten"],"These pages will be %s by default, so they will never show up in search results.":["Diese Seiten sind standardmäßig %s, damit sie in Suchergebnissen nicht angezeigt werden."],"Special Pages":["Spezielle Seiten"],"Date-based archives could in some cases also be seen as duplicate content.":["In manchen Fällen können datumsbasierte Archive ebenfalls als Duplicate Content angesehen werden."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Wenn das bei dieser Website der Fall ist, können Sie das Archiv entweder abschalten (was zur Weiterleitung auf die Startseite führt) oder Sie fügen %s hinzu, damit es nicht in den Suchergebnissen auftaucht."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Wenn Sie der einzige Autor dieser Website sind, ist das Autorenarchiv exakt gleich mit der Homepage. Das führt zu einem sogenannten %1$sDuplicate-Content-Problem%2$s."],"Date archives":["Datums-Archive"],"author archives":["Autor-Archive"],"Title":["Titel"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Ausblenden"],"Date in Snippet Preview":["Datum in der Schnipsel-Vorschau"],"Take note:":["Hinweis:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Homepage & Startseite"],"Title Separator":["Titeltrenner"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s hat automatisch erkannt, ob für Ihre Seiten ein Zwang zum Umschreiben der Titel gesetzt werden sollte. Wenn Sie glauben, dass dies falsch ist, und Sie wissen was Sie tun, können Sie die Einstellung hier ändern."],"Force rewrite titles":["Umarbeitung der Titel erzwingen"],"Taxonomies":["Taxonomien"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Erweiterungen"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Nahtlose Integration von WooCommerce mit %1$s und erhalten Sie zusätzliche Funktionen!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Besseres Ranking vor Ort und in GoogleMaps, ohne in's Schwitzen zu geraten!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Sind Sie bei Google News gelistet? Steigern Sie Traffic von dort mit der Google News Optimierung!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimieren Sie Ihre Videos, um sie in den Suchergebnissen zu zeigen und holen Sie mehr Klicks!"],"The premium version of %1$s with more features & support.":["Die Premium-Version von %1$s mit mehr Funktionen & Unterstützung."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Name der Website"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Bisher kommen weder die Beitrags- noch Seitentitel in den URLs Ihrer Beiträge und Seiten vor. Dies wird jedoch dringend empfohlen. Überlegen Sie deshalb, Ihre Permalinkstruktur auf /%postname%/ einzustellen."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs-Navigation"],"or":["oder"],"Save Profile":["Profil speichern"],"There were no profiles found":["Es wurden keine Profile gefunden"],"Profile":["Profil"],"Current profile":["Aktuelles Profil"],"Authenticate":["Authentifizieren"],"Get Google Authorization Code":["Google-Autorisierungscode abrufen"],"Reload crawl issues":["Crawl Ergebnis neu laden"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Um eine Umleitung anzulegen und diesen Fehler zu beheben, benötigen Sie %1$s. Sie können das Plugin kaufen, inklusive einem Jahr Support und Aktualisierungen, auf %2$s."],"Creating redirects is a %s feature":["Das Erstellen von Weiterleitungen ist ein Feature von %s."],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fehler, die nur während des Einlesens Ihrer Seite durch den Googlebot für Feature-Phones aufgetreten sind (diese Fehler erscheinen nicht für die Desktop-Anzeige)"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fehler, die nur während des Einlesens Ihrer Seite durch Googlebot-Mobile aufgetreten sind (diese Fehler erscheinen nicht für die Desktop-Anzeige)"],"Errors that occurred when your site was crawled by Googlebot.":["Während der Seitenindizierung durch den Googlebot aufgetretene Fehler."],"Issue categories":["Fallkategorien"],"Incorrect Google Authorization Code.":["Falscher Google-Autorisierungscode."],"The issues have been successfully reloaded!":["Die Fälle wurden erfolgreich neu geladen!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Der %1$s Datensatz wurde entfernt. Wenn Sie die Daten erhalten wollen müssen Sie sich erneut authentifizieren."],"Crawl errors per page":["Crawl-Fehler pro Seite"],"Search":["Suchen"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Behalten Sie den Überblick über Ihre Suchmaschineneinträge und -fehler: %1$sVerbinden Sie sich hier mit der Google Search Console: %2$s"],"Create redirect":["Weiterleitung erstellen"],"Mark as fixed":["Als korrigiert markieren"],"Response code":["Antwortcode"],"First detected":["Zuerst entdeckt"],"Last crawled":["Zuletzt durchsucht"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s meldet, dass Sie eine Version von %2$s verwenden, die nicht mit %1$s kompatibel ist. Bitte aktualisieren Sie %2$s auf die neueste Version, damit Sie diese Funktion nutzen können."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Die Yoast Plugins tauschen Code untereinander aus, um Ihre Seite schneller zu machen. Aus diesem Grund müssen alle installierten Yoast Plugins aktuell sein. Wir haben festgestellt, dass eines oder mehrere Plugins nicht auf dem aktuellen Stand sind, bitte aktualisieren Sie daher alle veralteten Plugins."],"Feature phone":["Feature Phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Die Ziel-URL existiert nicht, aber Ihr Server sendet keinen 404 (Datei nicht gefunden) Fehler."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Entweder wurde die Zeit der Anforderung überschritten oder die Website blockiert Google."],"Server Error":["Serverfehler"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Der Googlebot konnte auf Ihre Website zugreifen, jedoch sind bestimmte URLs in der Datei %1$s für Googlebot blockiert. Diese Blockade betrifft entweder alle Googlebots oder speziell den Googlebot-Mobile."],"Blocked":["Blockiert"],"Google was unable to crawl this URL due to an undetermined issue.":["Google konnte diese URL aufgrund eines unbestimmten Fehlers nicht crawlen."],"URL points to a non-existent page.":["Die URL verweist auf eine nicht existierende Seite."],"Not found":["Nicht gefunden"],"Not followed":["Nicht verfolgt"],"Faulty redirects":["Fehlerhafte Weiterleitungen"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Der Server erfordert eine Authentifizierung oder verhindert den Zugriff des Googlebots"],"Access denied":["Zugriff verweigert"],"Deactivate %s":["%s deaktivieren"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Das %1$s Plugin könnte in Verbindung mit %2$s Fehler hervorrufen."],"Upload Image":["Bild hochladen"],"Remove these ads?":["Diese Anzeigen entfernen?"],"%s Posts Overview":["%s Beitragsübersicht"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Der Breadcrumbs-Titel wird in den Breadcrumbs benutzt, wo diese Taxonomie erscheint."],"Breadcrumbs title":["Breadcrumbs-Titel"],"The canonical link is shown on the archive page for this term.":["Der Canonical-Link wird auf der Archivseite für diesen Begriff angezeigt."],"Facebook App ID":["Facebook Anwendungs-ID"],"Pinterest":["Pinterest"],"Other":["Anderes"],"Archives":["Archive"],"Email":["E-Mail"],"Close":["Schließen"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Sowohl %1$s als auch %2$s erstellen XML-Sitemaps. Zwei Sitemaps haben jedoch keinen Vorteil für Suchmaschinen und könnten Ihre Website sogar verlangsamen."],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Bild"],"%s Description":["%s Beschreibung"],"%s Title":["%s Titel"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Die empfohlene Bildgröße für %1$s sind %2$s Pixel."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Wenn Sie das Bild, das in diesem Beitrag für %s verwendet wurde, überschreiben wollen, wählen Sie ein anderes Bild oder laden Sie ein anderes Bild hoch."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Wenn Sie um diesen Beitrag auf %s zu teilen anstatt der Meta-Beschreibung eine andere Beschreibung verwenden möchten, hinterlegen Sie sie hier."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Wenn Sie den Beitragstitel nicht zum Teilen bei %s verwenden möchten, können Sie hier einen anderen Titel eintragen."],"very difficult":["sehr schwierig"],"Try to make shorter sentences, using less difficult words to improve readability":["Versuchen Sie, kürzere Sätze zu formulieren und einfachere Wörter zu verwenden, um die Lesbarkeit zu verbessern."],"difficult":["schwierig"],"Try to make shorter sentences to improve readability":["Versuchen Sie, kürzere Sätze zu formulieren, um die Lesbarkeit zu verbessern."],"fairly difficult":["ziemlich schwierig"],"OK":["OK"],"fairly easy":["ziemlich einfach"],"easy":["einfach"],"very easy":["sehr einfach"],"Meta Desc.":["Meta Beschr."],"All SEO Scores":["Alle SEO-Werte"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Das Bild muss mindestens 200x200 Pixel groß sein, um von Facebook und anderen Social Media Seiten aufgenommen zu werden."],"(no parent)":["(kein Elternelement)"],"Post is set to noindex.":["Der Beitrag wird nicht indexiert."],"The URL that this page should redirect to.":["Die URL, auf die diese Seite weitergeleitet werden soll."],"301 Redirect":["301-Weiterleitung"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Die Canonical-URL auf die diese Seite zeigen soll. Ist das Feld leer, wird der Permalink übernommen. %1$sCross Domain canonical%2$s wird ebenfalls unterstützt."],"Canonical URL":["Canonical-URL"],"Title to use for this page in breadcrumb paths":["Titel, der für diese Seite in Breadcrumbs-Pfaden benutzt werden soll"],"Breadcrumbs Title":["Breadcrumbs-Titel"],"No Snippet":["Kein Code-Schnipsel"],"No Archive":["Kein Archiv"],"No Image Index":["Kein Bild Index"],"None":["Keine"],"Site-wide default: %s":["Seitenweite Voreinstellung: %s"],"Advanced meta robots settings for this page.":["Erweiterte Meta Robots Einstellungen für diese Seite."],"Meta robots advanced":["Erweiterte Meta Robots"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Achtung: Auch wenn hier die Meta-Robots-Einstellungen gesetzt werden können, - falls die gesamte Website auf \"noindex\" gesetzt ist, bleiben die Eintragungen hier ohne Wirkung."],"Meta description":["Meta-Beschreibung"],"SEO Title":["SEO-Titel"],"Focus keyword":["Fokus-Keyword"],"Snippet preview":["Code-Schnipsel Vorschau"],"Settings successfully imported.":["Einstellungen wurden erfolgreich importiert."],"Settings could not be imported:":["Einstellungen konnten nicht importiert werden:"],"Error creating %1$s export: ":["Fehler beim Erstellen des %1$s Exports:"],"Breadcrumb for 404 pages:":["Breadcrumb für 404 Seiten:"],"Prefix for search result pages:":["Präfix für Suchergebnisseiten:"],"Prefix for archive pages:":["Präfix für Archivseiten:"],"Prefix for breadcrumbs:":["Präfix für Breadcrumbs:"],"Anchor text for the homepage:":["Link-Text für die Startseite:"],"Breadcrumbs separator:":["Breadcrumb Trennzeichen:"],"Remove blog page from breadcrumbs":["Entferne die Blogseite aus den Breadcrumbs"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Bild verwenden"],"Action":["Aktion"],"Page URL/Slug":["Seiten URL / Titelform"],"Publication date":["Veröffentlichungsdatum"],"Post Status":["Beitragsstatus"],"WP Page Title":["WP-Seitentitel"],"View":["Ansicht"],"View “%s”":["zeige “%s”"],"Preview":["Vorschau"],"Preview “%s”":["Vorschau “%s”"],"Edit":["Bearbeiten"],"Filter":["Anwenden"],"New Yoast Meta Description":["Neue Yoast Meta-Beschreibung"],"Existing Yoast Meta Description":["Vorhandene Yoast Meta-Beschreibung"],"Facebook profile URL":["URL des Facebook-Profils"],"Twitter username (without @)":["Twitter-Benutzername (ohne @)"],"FAQ":["FAQ"],"Premium Support":["Premium Support"],"Settings":["Einstellungen"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Gehen Sie bitte zu %1$sEinstellungen rarr; „Lesen”%2$s und entfernen Sie den Haken bei „Sichtbarkeit für Suchmaschinen”."],"Huge SEO Issue: You're blocking access to robots.":["Wichtiges SEO-Problem: Sie blockieren den Zugriff von Suchmaschinen."],"Posts":["Beiträge"],"Edit Files":["Dateien editieren"],"Advanced Variables":["Erweiterte Variablen"],"Basic Variables":["Grundvariablen"],"General":["Allgemein"],"Extensions":["Erweiterungen"],"Search Console":["Suchkonsole"],"Tools":["Werkzeuge"],"Advanced":["Erweitert"],"XML sitemaps":["XML-Sitemaps"],"Social":["Sozial"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s hat festgestellt, dass Sie Version %2$s von %3$s nutzen. Bitte aktualisieren Sie auf die neueste Version, um Fehler zu vermeiden."],"Just another WordPress site":["Eine weitere WordPress Seite"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Sie verwenden noch den Standard-WordPress-Untertitel, selbst ein leerer Untertitel ist vermutlich besser. %1$sIm Customizer können Sie dies anpassen%2$s."],"You have used HTML in your value which is not allowed.":["Sie haben HTML in Ihrem Wert verwendet, dies ist nicht erlaubt."],"You can't edit %s that aren't yours.":["Sie können %s, die Ihnen nicht gehören, nicht bearbeiten."],"You can't edit %s.":["Sie können %s nicht bearbeiten."],"Post has an invalid Content Type: %s.":["Beitrag hat einen ungültigen Inhaltstyp: %s."],"Post doesn't exist.":["Dieser Beitrag existiert nicht."],"course\u0004Free:":["Kostenlos:"],"posts\u0004Trash (%s)":["Papierkorb (%s)","Papierkorb (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"de"},"%s does not seem to be a valid Facebook App ID. Please correct.":["%s scheint keine gültige Facebook-App-ID zu sein. Bitte korrigieren."],"The submitted value was: %s":["Der übermittelte Wert war: %s"],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Yandex-Bestätigungscodes können nur Buchstaben von A bis F, Zahlen, Bindestriche und Unterstriche beinhalten. %s"],"Twitter usernames can only contain letters, numbers, and underscores. %s":["Twitter-Benutzernamen können nur Buchstaben, Zahlen und Unterstriche beinhalten. %s"],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Pinterest-Bestätigungscodes können nur Buchstaben von A bis F, Zahlen, Bindestriche und Unterstriche beinhalten. %s"],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Bing-Bestätigungscodes können nur Buchstaben von A bis F, Zahlen, Bindestriche und Unterstriche beinhalten. %s"],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Google-Verifizierungscodes können nur Buchstaben, Zahlen, Bindestriche und Unterstriche beinhalten. %s"],"The Facebook App ID you entered doesn't exist. %s":["Die von Ihnen eingegebene Facebook-App-ID existiert nicht. %s"],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Yandex-Verifizierungscodes können nur Buchstaben, Zahlen, Bindestriche und Unterstriche beinhalten. %s"],"Show this item.":["Diesen Eintrag anzeigen."],"Hide this item.":["Diesen Eintrag ausblenden."],"You have %d hidden problem:":["Sie haben %d ausgeblendetes Problem:","Sie haben %d ausgeblendete Probleme:"],"You have %d hidden notification:":["Sie haben %d ausgeblendete Benachrichtigung:","Sie haben %d ausgeblendete Benachrichtigungen:"],"Focus Keyphrase not set":["Fokus-Schlüsselphrase nicht gesetzt"],"The form contains %1$s error. %2$s":["Das Formular enthält %1$s Fehler. %2$s","Das Formular enthält %1$s Fehler. %2$s"],"SEO settings configured":["SEO-Einstellungen konfiguriert"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["Wenn Sie Ihre Einstellungen zu %1$s nochmals prüfen oder etwas ändern möchten, können Sie jederzeit %2$sden Konfigurations-Assistenten erneut öffnen%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Die folgenden Wörter und Wort-Kombinationen kommen im Inhalt am häufigsten vor. Diese geben einen Hinweis darauf, worauf sich Ihr Inhalt konzentriert. Wenn sich die Wörter stark von Ihrem Thema unterscheiden, möchten Sie vielleicht Ihren Inhalt entsprechend umschreiben. "],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["Haben Sie Ihrer Seite einmal etwas mehr Inhalt hinzugefügt, werden wir Ihnen eine Liste mit Wörtern anzeigen, die am meisten im Inhalt vorkommen. Dies kann eine gute Hilfestellung sein, um herauszufinden, worauf sich Ihr Inhalt konzentriert."],"%d occurrences":["%d Vorkommen"],"Activate %s for your site on MyYoast":["Aktivieren Sie %s für Ihre Website auf MyYoast"],"Show blog page in breadcrumbs":["Blog-Seite im Breadcrumbs-Menü anzeigen"],"We could not find any relevant articles on your website that you could link to from your post.":["Wir konnten keine relevanten Artikel auf Ihrer Website finden, zu denen Sie von Ihrem Beitrag verlinken könnten."],"Has feedback":["Feedback vorhanden"],"Content optimization:":["Optimierung des Inhaltes:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLesbarkeit%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Lesen Sie %1$sdiesen Beitrag, um mehr darüber zu erfahren, weshalb wir die ältere Versionen%2$s nicht unterstützen."],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Wenn Sie wegen des neuen Gutenberg Editors bisher nicht auf %2$s und höher aktualisiert haben, installieren Sie bitte das Plug-in Classic Editor. Damit bleibt die Bearbeitungserfahrung wie gewohnt, aber Sie profitieren dennoch von der Sicherheit neuerer Versionen von WordPress und %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sAktualisieren Sie WordPress auf die aktuellste Version%2$s%3$sWir haben festgestellt, dass Sie keine aktuelle WordPress-Version benutzen. Dies könnte schon bald zu Problemen führen. %4$s unterstützt (aus Stabilitäts- und Sicherheitsgründen) nur die aktuelle und die vorherige Version von WordPress. Wenn die nächste Version von WordPress veröffentlicht wird, bedeutet das, dass wie WordPress %6$s und %7$s unterstützen werden. Sie werden also keine Aktualisierungen für %5$s erhalten, bis Sie Ihr WordPress aktualisiert haben. Bitte stellen Sie sicher, dass Sie baldmöglichst auf die aktuellste WordPress-Version aktualisieren!%3$s%3$s"],"Post Noindexed":["Nicht zu indexierender Beitrag"],"No Focus Keyphrase":["Keine Fokus-Schlüsselphrase"],"Person logo / avatar":["Logo / Avatar"],"Extend %s":["%s erweitern"],"Enroll in the %s for WordPress training":["Melden Sie sich für das %s für WordPress Training an"],"Posts with the SEO score: %s":["Beiträge mit dem SEO Wert: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s Videoanleitung"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Um Ihre aktuellen Crawlingfehler zu sehen, %1$sbesuchen Sie die Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google hat die API zur Anzeige von Crawling-Fehlern eingestellt. Deswegen können mögliche Crawling-Fehler hier nicht mehr dargestellt werden. %1$sLesen Sie unsere Stellungnahme für weitergehende Informationen%2$s."],"Remove this message":["Diese Nachricht ausblenden"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimieren SieIhre Website für ein lokales Publikum mit unserem %s-Plugin! Optimierte Adressdaten, Öffnungszeiten, Filialfinder und Abhol-Option!"],"Serving local customers?":["Betreuung lokaler Kunden?"],"Get the %s plugin now":["Holen Sie sich jetzt das %s-Plugin"],"Organization social profiles":["Soziale Profile der Organisation"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Sie können die Angaben zu sozialen Profilen, den Namen und die Beschreibung dieses Benutzers, die in den Metadaten sichtbar sind, auf dessen %1$s Profilseite bearbeiten."],"Personal info":["Persönliche Daten"],"Organization logo":["Organisations-Logo"],"Organization name":["Organisations-Name"],"Choose whether the site represents an organization or a person.":["Wählen Sie, ob die Website eine Organisation oder eine Person repräsentiert."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Damit Ihre Website eine Firma oder Organisation repräsentiert, gehen Sie zu %1$sDarstellung in Suchergebnissen%2$s und stellen Sie Organisation oder Person auf „Organisation” ein."],"To change the social accounts used for your site, update the details for %1$s.":["Um die Sozialen Konten zu ändern, die auf Ihrer Website benutzt werden, aktualisieren Sie die Details für %1$s."],"That means that the form and information below is disabled, and not used.":["Das bedeutet, dass das Formular und die Angaben darunter deaktiviert sind und nicht verwendet werden."],"Your website is currently configured to represent a Person":["Ihre Website ist für die Repräsentation einer Person konfiguriert"],"(if one exists)":["(wenn eine existiert)"],"Wikipedia page about you":["Wikipedia-Seite über Sie"],"YouTube profile URL":["YouTube Profil URL"],"Tumblr profile URL":["Tumblr Profil URL"],"SoundCloud profile URL":["SoundCloud Profil URL"],"MySpace profile URL":["MySpace Profil URL"],"Organization or person":["Organisation oder Person"],"The person":["Die Person"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Repräsentiert Ihre Website eine Person oder eine Organisation?"],"The name of the organization":["Der Name der Organisation"],"Provide an image of the organization logo":["Stellen Sie ein Bild des Firmenlogos bereit"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Sie haben zuvor eingestellt, dass Ihre Website eine Person repräsentiert. Wir haben die Funktionalität rund um Schema und den Knowledge Graph verbessert, deshalb sollten Sie %1$sdiese Einstellungen%2$s vervollständigen."],"Select a user...":["Wählen Sie einen Benutzer..."],"Uncategorized":["Nicht kategorisiert"],"Name:":["Name:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Sie haben den Benutzer %1$s als die Person ausgewählt, den diese Website repräsentiert. Die Daten aus dem Benutzerprofil dieses Benutzers werden jetzt in den Suchergebnissen verwendet. %2$sAktualisieren Sie dieses Benutzerprofil, um sicherzustellen, dass die Angaben korrekt sind.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Fehler: Bitte unten einen Benutzer auswählen, um die Metadaten Ihrer Website zu komplettieren."],"SEO score: %s":["SEO-Score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Falls es eine Wikipedia-Seite für Sie oder Ihre Organisation gibt, fügen Sie diese auch hinzu."],"Wikipedia URL":["Wikipedia-URL"],"Pinterest profile URL":["Pinterest-Profil-URL"],"Instagram profile URL":["Instagram-Profil-URL"],"LinkedIn profile URL":["LinkedIn-Profil-URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword-Recherche ist für jede SEO-Strategie unerlässlich. Sie bestimmen die Suchbegriffe, durch die Sie gefunden werden möchten, und ermitteln welche Wörter Ihre Zielgruppe verwendet, um Sie zu finden. Eine umfassende Keyword-Recherche vermittelt Ihnen, welche Inhalte Sie benötigen, um für die Suchbegriffe gefunden zu werden, für die Sie gefunden werden möchten. Stellen Sie sicher, dass Ihre Bemühungen nur in solche Keywords einfließen, für die Sie tatsächlich eine Chance haben, ein gutes Ranking zu erzielen! Das %1$s führt Sie Schritt für Schritt durch diesen Prozess."],"SEO for Beginners training":["SEO for Beginners Training"],"%s for WordPress training":["%s for WordPress Training"],"All-around SEO training":["All-around SEO Training"],"The image you selected is too small for Facebook":["Das von Ihnen ausgewählte Bild ist zu klein für Facebook."],"The given image url cannot be loaded":["Die angegebene Bild-URL kann nicht geladen werden."],"Find out what words your audience uses to find you":["Erfahren Sie, welche Begriffe Ihre Besucher verwenden, um Sie zu finden."],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sLesefreundlichkeit (Flesch-Reading-Ease)%2$s: Der Text erreicht %3$s im Test, was als %4$s zum Lesen gilt. %5$s"],"No JSON object was returned.":["Es wurde kein JSON-Objekt zurückgegeben."],"Received internal links":["Erhaltene interne Verlinkungen"],"Outgoing internal links":["Ausgehende interne Verlinkungen"],"New step added":["Neuer Schritt hinzugefügt"],"New question added":["Neue Frage hinzugefügt"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Um eine Weiterleitung zu erstellen und dieses Problem zu lösen, benötigen Sie %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Sie können das Plugin inklusive einem Jahr Support und Updates hier kaufen: %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Die integrierte Text-Link-Zähler-Funktion zeigt an, wie viele Links in Ihrem Text gefunden wurden und wie viele Links auf Ihren Text verweisen. Dies ist sehr hilfreich, um Ihre %1$sinterne Verlinkung%2$s zu verbessern."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Damit diese Funktion korrekt funktioniert, benötigt %1$s mindestens PHP in der Version %2$s. Wir haben auf Ihrem Webserver die PHP Version %3$s erkannt."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Bitte berücksichtigen Sie die Konsequenzen und %1$slesen Sie diesen Beitrag%2$s, wenn Sie mehr über den Einfluss der Anzeige von Medien in den Suchergebnissen erfahren möchten."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Damit diese Funktion korrekt funktioniert, muss %1$s eine Tabelle in Ihrer Datenbank anlegen. Uns war es nicht möglich, diese Tabelle automatisch zu erstellen."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Wenn Sie diese Einstellung aktivieren, werden die Anhangsseiten-URLs sowohl für Ihre Besucher als auch Google sichtbar. Sie sollten nützliche Informationen auf den Anhangsseiten bereitstellen und so Ihrer Website einen Mehrwert geben, andernfalls kann das Aktivieren dieser Einstellung sich negativ auf Ihr Ranking auswirken."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Der %3$sText-Link-Zähler%4$s (vorgestellt in %1$s %2$s) ist derzeit deaktiviert."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Bitte lesen Sie den nachfolgenden %1$sArtikel in der Wissensdatenbank%2$s, um herauszufinden, wie dieses Problem gelöst werden kann."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Um sicherzustellen, dass alle Links in Ihren Texten gezählt werden, müssen wir Ihre Texte vollständig analysieren."],"All you have to do is press the following button and we'll go through all your texts for you.":["Klicken Sie einfach auf den nachfolgenden Button und wir gehen für Sie all Ihre Texte durch."],"Count links":["Links zählen"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sBild Alt Attribute%5$s: Die Alt Attribute bei %1$d von %2$d Bildern auf dieser Seite enthalten Wörter aus der Keyphrase oder entsprechende Synonyme. Das ist etwas viel. %4$sVerwenden Sie die Keyphrase bzw. Synonyme derselbigen nur wenn sie zum Bild passen%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sBilder mit Alt-Attributen%2$s: Gut gemacht!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sBilder mit Alt-Attributen%5$s: Von %2$d Bildern auf dieser Seite, hat nur %1$d Bild ein Alt-Attribut, welches das Thema Ihres Textes widerspiegelt. %4$sFügen Sie Ihre Keyphrase oder entsprechende Synonyme zu den Alt-Tags bei passenden Bildern hinzu%5$s!","%3$sBilder mit Alt-Attributen%5$s: Von %2$d Bildern auf dieser Seite, haben nur %1$d ein Alt-Attribut, welches das Thema Ihres Textes widerspiegelt. %4$sFügen Sie Ihre Keyphrase oder entsprechende Synonyme zu den Alt-Tags bei passenden Bildern hinzu%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sBilder mit Alt-Attributen%3$s: Die Bilder auf dieser Seite haben keine Alt-Attribute, die das Thema Ihres Textes widerspiegeln. %2$sFügen Sie Ihre Keyphrase oder entsprechende Synonyme zu den Alt-Attributen bei passenden Bilder hinzu%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sBilder mit Alt-Attributen%3$s: Die Bilder auf dieser Seite haben Alt-Attribute, aber Sie haben noch keine Keyphrase bestimmt. %2$sKorrigieren Sie das%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in Zwischenüberschriften%2$s: %3$s Ihrer hierarchisch höheren Zwischenüberschriften spiegelt das Thema Ihres Textes wider. Gut gemacht!","%1$sKeyphrase in Zwischenüberschriften%2$s: %3$s Ihrer hierarchisch höheren Zwischenüberschriften spiegeln das Thema Ihres Textes wider. Gut gemacht!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sSchlüsselphrase in Untertitel%2$s: Ihre hochstufigen Untertitel spiegeln das Thema Ihres Textes wieder. Gut gemacht!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sSchlüsselphrase in Untertiel%3$s: %2$sVerwenden Sie weitere Schlüsselphrasen und Synonyme in Ihren hochstufigen Untertiteln%3$s!"],"Page %s":["Seite %s"],"Cannot get the size of %1$s because of unknown reasons.":["Die Grösse von %1$s kann aus unbekannten Gründen nicht bestimmt werden."],"Cannot get the size of %1$s because it is hosted externally.":["Die Größe von %1$s kann nicht bestimmt werden, da diese URL extern gehostet wird."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Stellen Sie den Schieberegler einfach auf \"An\" und schon können Sie die rekalibrierte Analyse verwenden. Gleichzeitig setzen wir Sie auf unsere spezielle Mailingliste. Wir werden Ihnen ausschließlich in Bezug auf Ihre Erfahrungen mit dieser Rekalibrierung E-Mails zusenden!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Wir haben %1$sunsere Analyse rekalibriert%2$s. Die neue Analyse gibt noch tiefere Einblicke in die Art, wie Google Ihre Website wahrnimmt. Es wäre %3$sgroßartig%4$s, wenn Sie %3$sdie Betaversion dieser Funktion%4$s für uns testen!"],"Get an even better analysis":["Erhalten Sie eine noch bessere Analyse"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sEinzelner Titel%3$s: H1-Überschriften sollten nur als Haupttitel verwendet werden. Finden alle H1-Überschriften in Ihrem Text, die nicht Ihr Haupttitel sind und %2$sändern Sie sie in Unter- oder Zwischenüberschriften%3$s!"],"Improve sharing on Facebook and Pinterest":["Verbessern Sie das Teilen auf Facebook und Pinterest"],"You do not have the required rights to export settings.":["Sie haben nicht die erforderlichen Rechte, um die Einstellungen zu exportieren."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopieren Sie diese Einstellungen in den %1$s-Reiter einer anderen Website und klicken Sie dort auf \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["Dies sind die Einstellungen für das %1$s Plugin von %2$s."],"No settings found.":["Keine Einstellungen gefunden."],"Export your %1$s settings here, to copy them on another site.":["Exportiere die %1$s Einstellungen hier, um Sie zu einer andern Website zu kopieren."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Der Import von Einstellungen wird nur auf Servern mit PHP 5.3 oder höher unterstützt."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importieren Sie die Einstellungen, indem Sie die Einstellungen, die Sie von einer anderen Site kopiert haben, hier einfügen und hier \"%s\" klicken."],"Paste your settings from another %s installation.":["Fügen Sie Ihre Einstellungen aus einer anderen %s Installation ein"],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde nicht gefunden. Das ist weniger als das empfohlene Minimum von %3$d Mal für einen Text dieser Länge. %4$sKonzentrieren Sie sich auf Ihre Keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sSchlüsselphrasedichte%2$s: Die Keyphrase wurde %5$d Mal gefunden. Das ist weniger als das empfohlene Minimum von %3$d Mal für einen Text dieser Länge. %4$sKonzentrieren Sie sich auf Ihre Keyphrase%2$s!","%1$sSKeyphrasedichte%2$s: Die Keyphrase wurde %5$d Mal gefunden. Das ist weniger als das empfohlene Minimum von %3$d Mal für einen Text dieser Länge. %4$sKonzentrieren Sie sich auf Ihre Keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrasendichte%2$s: Die Keyphrase wurde %3$d Mal gefunden. Das ist hervorragend!","%1$sKeyphrasendichte%2$s: Die Keyphrase wurde %3$d Mal gefunden. Das ist hervorragend!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist mehr als das empfohlene Maximum von %3$d mal für einen Text dieser Länge. %4$sÜberoptimieren Sie Ihren Text nicht%2$s!","%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist mehr als das empfohlene Maximum von %3$d Mal für einen Text dieser Länge. %4$sÜberoptimieren Sie Ihren Text nicht%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist viel mehr als das empfohlene Maximum von %3$d Mal für einen Text dieser Länge. %4$sÜberoptimieren Sie Ihren Text nicht%2$s!","%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist viel mehr als das empfohlene Maximum von %3$d Mal für einen Text dieser Länge. %4$sÜberoptimieren Sie Ihren Text nicht%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexierung des Objekts %1$s vom Typ %2$s erstellt."],"Method %1$s() does not exist in class %2$s":["Methode %1$s() existiert nicht in Klasse %2$s"],"With %s, you can easily create such redirects.":["Mit %s können solche Weiterleitungen einfach erstellt werden."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Das Ändern Ihrer Permalinks-Einstellungen kann die Sichtbarkeit Ihrer Suchmaschine erheblich beeinträchtigen. Es sollte %1$s niemals %2$s auf einer Live-Website angewendet werden."],"WARNING:":["WARNUNG:"],"Learn about why permalinks are important for SEO.":["Erfahren Sie, warum Permalinks für SEO wichtig sind."],"Google Ads":["Google Anzeigen"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunktionswörter in der Schlüsselphrase%3$s: Ihre Schlüsselphrase \"%4$s\" besteht ausschließlich aus Funktionswörtern. %2$sErfahren Sie mehr darüber, was eine gute Schlüsselphrase ausmacht.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Wussten Sie, dass %s auch die verschiedenen Formen Ihres Schlüsselwortes, wie Plural und Vergangenheit, analysiert?"],"Clear Image":["Bild löschen"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLänge der Keyphrase%3$s: %2$sLegen Sie eine Keyphrase fest, damit Ihr SEO-Score errechnet werden kann%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase im Permalink%2$s: Über die Hälfte Ihrer Keyphrase kommt im Permalink vor. Das ist super!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase im Permalink%3$s: Ihre Keyphrase kommt (teilweise) nicht im Permalink vor. %2$sÄndern Sie das%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase im Permalink%2$s: Vorhanden. Gut gemacht!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sSchlüsselphrase im Titel%3$s: Nicht alle Wörter Ihrer Schlüsselphrase \"%4$s\" erscheinen im SEO-Titel. %2$sVersuchen Sie Ihre Schlüsselphrase wortwörtlich im SEO-Titel zu verwenden%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sSchlüsselphrase im Titel%3$s: Nicht wortwörtlich enthalten. %2$sVersuchen Sie Ihre Schlüsselphrase wortwörtlich im SEO-Titel zu verwenden.%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sSchlüsselphrase im Titel%3$s: Die wortwörtliche Form der Schlüsselphrase befindet sich im SEO-Titel, allerdings nicht am Anfang. %2$sSetzen Sie sie an den Anfang%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sSchlüsselphrase im Titel%2$s: Die wortwörtliche Form der Schlüsselphrase erscheint am Anfang des SEO-Titels. Gut gemacht!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sVerteilung der Keyphrase%2$s: Gut gemacht!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sVerteilung der Schlüsselphrase%3$s: Ungleichmäßig. Einige Textabschnitte enthalten weder die Schlüsselphrase noch deren Synonyme. %2$sVerteilen Sie diese gleichmäßiger%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sVerteilung der Schlüsselphrase%3$s: Sehr ungleichmäßig. Viele Textabschnitte enthalten weder die Schlüsselphrase noch deren Synonyme. %2$sVerteilen Sie diese gleichmäßiger%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sVerteilung der Keyphrase%3$s: %2$sVerwenden Sie Ihre Keyphrase oder deren Synonyme im Text, damit wir die Verteilung der Keyphrase prüfen können%3$s."],"Help on choosing the perfect focus keyphrase":["Hilfe bei der Auswahl der perfekten Fokus-Schlüsselphrase"],"Would you like to add a related keyphrase?":["Möchten Sie verwandte Schlüsselwörter hinzufügen ?"],"Go %s!":["Los %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Wenn die Datumsarchive in den Suchergebnissen nicht angezeigt werden, bedeutet das aus technischer Sicht, dass diese Seiten eine %1$s robots-Meta-Angabe aufweisen werden. %2$sWeitere Informationen zu den Einstellungen der Suchergebnisse%3$s."],"Rank better with synonyms & related keyphrases":["Mit Synonymen und verwandten Schlüsselphrasen besser ranken"],"optimize a single post for synonyms and related keyphrases.":["Einen einzelnen Beitrag für Synonyme und verwandte Schlüsselphrasen optimieren."],"Synonyms & related keyphrases":["Synonyme und verwandte Keyphrasen"],"Add related keyphrase":["Fügen Sie verwandte Schlüsselwörter hinzu"],"Dismiss %s upgrade notice":["%s Upgrade-Hinweis verbergen"],"Upgrade to %s":["Auf %s erweitern"],"%1$s video":["%1$s Video"],"Get %s":["%s holen"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sBereits verwendete Keyphrase%6$s: Sie haben diese Keyphrase zuvor schon %1$s%2$d Mal verwendet%3$s. %5$sVerwenden Sie Ihre Keyphrasen immer nur einmal.%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sBereits verwendete Schlüsselphrase%5$s: Sie haben diese Schlüsselphrase bereits zuvor schon %1$seinmal%2$s verwendet. %4$sVerwenden Sie Ihre Schlüsselphrasen immer nur einmal.%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sBereits verwendete Schlüsselphrase%2$s: Sie haben diese Schlüsselphrase bisher noch nie verwendet. Sehr gut!"],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sStoppwörter im Slug%3$s: Der Seitenslug enthält ein Stoppwort %2$sEntfernen Sie es%3$s!","%1$sStoppwörter im Slug%3$s: Der Seitenslug enthält Stoppwörder %2$sEntfernen Sie sie%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug ist zu lang%3$s: der Seitenslug ist etwas zu lang %2$sMachen Sie ihn kürzer%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sBilder mit Alt-Attributen%3$s: Auf dieser Seite gibt es keine Bilder. %2$sFügen Sie welche hinzu%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink Schlüsselphrase%3$s: Sie verlinken mit den Wörtern, für die diese Seite ranken soll, zu zu einer anderen Seite. %2$sVermeiden Sie das%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Das ist weit unter dem empfohlenen Minimum von %5$d Wort. %3$sMehr Inhalt dazufügen%4$s.","Das ist weit unter dem empfohlenen Minimum von %5$d Wörtern. %3$sMehr Inhalt dazufügen%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Das ist weniger als das empfohlene Minimum von %5$d Wort. %3$sFügen Sie mehr Inhalt hinzu%4$s.","Das ist weniger als das empfohlene Minimum von %5$d Wörtern. %3$sFügen Sie mehr Inhalt hinzu%4$s."],"%2$sText length%4$s: The text contains %1$d word.":[" %2$sTextlänge%4$s: Der Text enthält %1$d Wort."," %2$sTextlänge%4$s: Der Text enthält %1$d Wörter."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sTextlänge%3$s: Der Text enthält %1$d Wort. Gut gemacht!","%2$sTextlänge%3$s: Der Text enthält %1$d Wörter. Gut gemacht!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sSchlüsselphrase im Untertitel%3$s: Mehr als 75%% Ihrer höherstufigen Untertitel spiegeln das Thema Ihres Textes wieder. Das ist zu viel. %2$sÜberoptimieren Sie nicht%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sBreite des SEO-Titels%3$s: %2$sBitte erstellen Sie einen SEO-Titel%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sBreite des SEO-Titels%3$s: Der SEO-Titel ist breiter als das sichtbare Limit. %2$sKürzen Sie ihn%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sBreite des SEO-Titels%2$s: Gut gemacht!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sBreite des SEO-Titels%3$s: Der SEO-Titel ist zu kurz. %2$sNutzen Sie den vorhandenen Platz aus, indem Sie Varianten der Schlüsselphrase oder einen ansprechenden Call-to-Action-Text hinzufügen%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sAusgehende Links%2$s: Es gibt sowohl Links mit nofollow-Attribut als auch normale ausgehende Links auf dieser Seite. Gut gemacht!"],"%1$sOutbound links%2$s: Good job!":["%1$sAusgehende Links%2$s: Gut gemacht!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sAusgehende Links%3$s: Alle Links auf dieser Seite haben ein nofollow-Attribut. %2$sFügen Sie einige normale Links hinzu%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sAusgehende Links%3$s: Es gibt keine ausgehenden Links auf dieser Seite. %2$sFügen Sie welche hinzu%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLänge der Meta-Beschreibung%2$s: Gut gemacht!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLänge der Meta-Beschreibung%3$s: Die Meta-Beschreibung ist länger als %4$d Zeichen. Damit die vollständige Beschreibung sichtbar ist, %2$sollten Sie sie kürzen%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLänge der Meta-Beschreibung%3$s: Die Meta-Beschreibung ist zu kurz (weniger als %4$d Zeichen). Es sind bis zu %5$d Zeichen verfügbar. %2$sMachen Sie sich dies zunutze%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLänge der Meta-Beschreibung%3$s: Es wurde keine Meta-Beschreibung festgelegt. Suchmaschinen werden stattdessen Textauschnitte dieser Seite darstellen. %2$sSchreiben Sie eine Meta-Beschreibung%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sSchlüsselphrase in Meta-Beschreibung%2$s: Die Meta-Beschreibung wurde festgelegt, aber die Schlüsselphrase fehlt darin. %3$sBeheben Sie dies%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sSchlüsselphrase in Meta-Beschreibung%2$s: Die Meta-Beschreibung enthält die Schlüsselphrase %3$s mal. Das liegt über dem empfohlenen Maximum von 2 Vorkommnissen. %4$sVerwende die Schlüsselphrase weniger oft%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sSchlüsselphrase in Meta-Beschreibung%2$s: Die Meta-Beschreibung enthält die Schlüsselphrase oder Synonyme. Gut gemacht!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sSchlüsselwortlänge%5$s: Das Schlüsselwort ist %1$d Wörter lang. Das ist viel mehr als das Maximum von %2$d Wörtern. %4$sKürzen Sie es%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLänge der Schlüsselphrase%5$s: Die Schlüsselphrase ist %1$d Wörter lang. Das ist mehr als das empfohlene Maximum von %2$d Wörtern. %4$sKürzen Sie Ihre Schlüsselphrase!%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLänge der Schlüsselphrase%2$s: Gut gemacht!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLänge der Keyphrase%3$s: Es wurde keine Fokus-Keyphrase für diese Seite festgelegt. %2$sLegen Sie eine Keyphrase fest, damit Ihr SEO-Score berechnet werden kann.%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in der Einleitung%3$s: Weder Ihre Keyphrase noch deren Synonyme kommen im ersten Absatz vor. %2$sStellen Sie sicher, dass das Thema sofort klar ist%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in der Einleitung%3$s: Ihre Keyphrase oder deren Synonyme kommen im ersten Absatz vor, allerdings nicht im selben Satz. %2$sBeheben Sie das%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in der Einleitung%2$s: Gut gemacht!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterne Links%2$s: Es gibt sowohl Links mit nofollow-Attribut als auch normale interne Links auf dieser Seite. Gut gemacht!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterne Links%2$s: Sie haben genügend Interne Links. Gut gemacht!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterne Links%3$s: Die internen Links auf dieser Seite haben alle ein nofollow-Attribut. %2$sFügen Sie einige gute interne Links hinzu%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterne Links%3$s: Es gibt keine internen Links auf dieser Seite. %2$sFügen Sie welche hinzu%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sBindewörter%2$s: Gut gemacht!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sBindewörter%2$s: Nur %3$s der Sätze enthalten Bindewörter. Das reicht nicht aus. %4$sVerwenden Sie mehr davon%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sBindewörter%2$s: Keiner der Sätze beinhaltet Bindewörter. %3$sVerwenden Sie welche%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNicht genug Inhalt%2$s: %3$sUm bessere Analysen zu ermöglichen, bitte mehr Inhalt hinzufügen%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sVerteilung von Zwischenüberschriften%2$s: Sie nutzen keine Zwischenüberschriften. Da Ihr Text sehr kurz ist, benötigen Sie wahrscheinlich auch keine."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sVerteilung von Zwischenüberschriften%2$s: Sie benutzen gar keine Zwischenüberschriften, obwohl Ihr Text relativ lang ist. %3$sVersuchen Sie einige Zwischenüberschriften hinzuzufügen%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":[" %1$sVerteilung von Zwischenüberschriften%2$s: %3$d Abschnitt Ihres Textes ist länger als %4$d Wörter und wird durch keine Zwischenüberschriften geteilt. %5$sUm die Lesbarkeit zu erhöhen, fügen Sie Zwischenüberschriften hinzu%2$s.","%1$sVerteilung von Zwischenüberschriften%2$s: %3$d Abschnitte Ihres Textes sind länger als %4$d Wörter und werden durch keine Zwischenüberschriften geteilt. %5$sUm die Lesbarkeit zu erhöhen, fügen Sie Zwischenüberschriften hinzu%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sVerteilung von Zwischenüberschriften%2$s: Gut gemacht!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSatzlänge%2$s: %3$s der Sätze enthalten mehr als %4$s Wörter, was mehr ist als das empfohlene Maximum von%5$s. %6$sVersuchen Sie, die Sätze zu kürzen%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSatzlänge%2$s: Großartig!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sAufeinanderfolgende Sätze%2$s: Es ist genug Abwechslung in Ihren Sätzen. Das ist großartig!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sAufeinanderfolgende Sätze%2$s: Der Text enthält %3$d aufeinanderfolgende Sätze, die mit demselben Wort beginnen. %5$sVersuchen Sie es mit etwas mehr Abwechslung%2$s!","%1$sAufeinanderfolgende Sätze%2$s: Der Text enthält %4$d Fälle, in denen %3$d oder mehr aufeinanderfolgende Sätze mit demselben Wort beginnen. %5$sVersuchen Sie es mit etwas mehr Abwechslung%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive Sätze%2$s: %3$s der Sätze sind passiv, was mehr als das empfohlene Maximum von %4$s ist. %5$sVersuchen Sie mehr aktive Sätze zu benutzen%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive Sätze%2$s: Sie benutzen genug aktive Sätze. Sehr gut!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sAbsatzlänge%2$s: %3$d Absatz beinhaltet mehr als das empfohlene Maximum von %4$d Wörtern. %5$sKürzen Sie den Absatz%2$s!","%1$sAbsatzlänge%2$s: %3$d Absätze beinhalten mehr als das empfohlene Maximum von %4$d Wörtern. %5$sKürzen Sie die Absätze%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sAbsatzlänge%2$s: Keiner der Absätze ist zu lang. Gut gemacht!"],"Good job!":["Gute Arbeit!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch-Reading-Ease%2$s: Der Text wird beim Test mit %3$s bewertet, was als %4$s zu lesen betrachtet wird. %5$s%6$s%7$s"],"Focus keyphrase":["Fokus-Schlüsselphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s mit der ID %2$s konnte nicht ausgebessert werden"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Ungültiger POST request. Meta Werte für das Objekt mit der ID %1$s bereits vorhanden"],"Indexable with ID `%1$s` does not exist":["Indexierung mit der ID `%1$s` ist nicht vorhanden"],"No object with ID %1$s and %2$s could be found":["Es konnte kein Objekt mit der ID %1$s und %2$s gefunden werden"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` ist kein gültiger Untertyp von `%2$s`"],"The object type `%1$s` is invalid":["Der Objekttyp `%1$s` ist ungültig"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Für den Parameter `%1$s` wurde ein ungültiger Typ übergeben. Erwartet wurde `%2$s`, aber erhalten wurde `%3$s`"],"The parameter `%1$s` cannot be empty.":["Derr Parameter `%1$s` darf nicht leer sein."],"Check Keyphrase Density":["Dichte der Schlüsselphrase prüfen"],"Disable":["Deaktivieren"],"Allow Control":["Kontrolle zulassen"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["In diesem Reiter können Sie selektiv %s Funktionen für alle Netzwerkseiten deaktivieren. Standardmäßig sind alle Funktionen aktiviert, so dass die Seiten-Administratoren selbst entscheiden können, ob sie einzelne Funktionen für ihre Netzwerkseite ein- oder ausschalten möchten. Deaktivieren Sie hier auf Netzwerkebene eine der Funktionen, steht sie den Seiten-Administratoren nicht mehr zur Auswahl zur Verfügung."],"%s is a required feature toggle argument.":["%s ist ein erforderliches Argument für Funktions-Schieberegler"],"Keyphrase:":["Schlüsselwort:"],"Remove keyphrase":["Schlüsselwort entfernen"],"This feature has been disabled by the network admin.":["Diese Funktion wurde vom Netzwerkadministrator deaktiviert."],"Focus keyphrase not set.":["Fokus-Schlüsselphrase wurde nicht gesetzt."],"Multiple keyphrases":["Mehrere Schlüsselwörter"],"Colon":["Doppelpunkt"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Sowohl %1$s als auch %2$s verwalten die SEO Ihrer Website. Zwei SEO-Plugins parallel laufen zu lassen, ist schädlich."],"There is a new notification.":["Es liegt eine neue Benachrichtigung vor.","Es liegen neue Benachrichtigungen vor."],"Learn more about the readability analysis":["Erfahren Sie mehr über die Lesbarkeits-Analyse."],"Describe the duration of the instruction:":["Anleitungsdauer beschreiben:"],"Optional. Customize how you want to describe the duration of the instruction":["Optional. Individualisieren Sie die Beschreibung für die Dauer der Anleitung"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Hier ist eine Liste mit themenbezogenen Inhalten, zu denen Sie Ihren Beitrag verlinken könnten {{a}}Lesen Sie unseren Artikel zum Thema Seitenstruktur{{/a}}, damit Sie lernen wie interne Verlinkungen Ihr SEO verbessern können."],"%s, %s and %s":["%s, %s und %s"],"%s and %s":["%s und %s"],"%d minute":["%d Minute","%d Minuten"],"%d hour":["%d Stunde","%d Stunden"],"%d day":["%d Tag","%d Tage"],"Enter a step title":["Titel für den Schritt eingeben"],"Optional. This can give you better control over the styling of the steps.":["Optional. Dies gibt ihnen eine bessere Kontrolle über die Ausgestaltung der Schritte."],"CSS class(es) to apply to the steps":["Den Schritten hinzuzufügende CSS-Klasse(n)"],"minutes":["Minuten"],"hours":["Stunden"],"days":["Tage"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Erstellen Sie eine SEO-freundliche Anleitung. Es kann lediglich ein Anleitungs-Block pro Beitrag genutzt werden."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Listen Sie Ihre Häufigen Fragen SEO-freundlich aus. Pro Beitrag kann nur ein FAQ-Block verwendet werden."],"Copy error":["Kopierfehler"],"An error occurred loading the %s primary taxonomy picker.":["Beim Laden der Auswahl für die primäre Taxonomie %s ist ein Fehler aufgetreten"],"%1$s Structured Data Blocks":["%1$s Strukturierte Daten Blöcke"],"Time needed:":["Erforderlicher Zeitaufwand:"],"Move question down":["Frage nach unten verschieben"],"Move question up":["Frage nach oben verschieben"],"Insert question":["Frage angeben"],"Delete question":["Frage löschen"],"Enter the answer to the question":["Antwort zur Frage eingeben"],"Enter a question":["Eine Frage stellen"],"Add question":["Frage hinzufügen"],"Frequently Asked Questions":["Häufig gestellte Fragen"],"Great news: you can, with %s!":["Gute Neuigkeiten: Wir unterstützen nun auch %s!"],"Select the primary %s":["Primäre %s wählen"],"Check links to this URL":["Link zu dieser URL prüfen"],"Keyword research training":["Training für Schlüsselwort-Recherche"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Bitte prüfen Sie das %1$sArchivtemplate%2$s des folgenden Inhaltstyps: %3$s.","Bitte prüfen Sie die %1$sArchivtemplates%2$s der folgenden Inhaltstypen: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Möchten Sie mehrere Schlüsselphrasen verwenden? Fügen Sie sie einzeln unten ein."],"Mark as cornerstone content":["Als Cornerstone-Inhalt markieren"],"Move step down":["Einen Schritt nach unten bewegen"],"Move step up":["Einen Schritt nach oben bewegen"],"Insert step":["Schritt einschieben"],"Delete step":["Schritt löschen"],"Add image":["Bild einfügen"],"Enter a step description":["Beschreibung eingeben"],"Enter a description":["Beschreibung eingeben"],"Unordered list":["Unsortierte Liste"],"Showing step items as an ordered list.":["Schritt-Objekte als unsortierte Liste anzeigen."],"Showing step items as an unordered list":["Zeige Schrittfolge in einer unsortierten Liste"],"Add step":["Schritt hinzufügen"],"Delete total time":["Gesamtzeit löschen"],"Add total time":["Gesamtzeit hinzufügen"],"How to":["Anleitung"],"How-to":["Anleitung"],"Snippet Preview":["Vorschauschnipsel"],"Analysis results":["Analyseergebnis"],"Enter a focus keyphrase to calculate the SEO score":["Eine Fokus-Schlüsselphrase eingeben, um den SEO-Wert zu berechnen"],"Learn more about Cornerstone Content.":["Lernen Sie mehr über Cornerstone-Inhalt."],"Cornerstone content should be the most important and extensive articles on your site.":["Fundamentale Beiträge sollten die wichtigsten und ausdruckstärksten Beiträge auf Ihrer Site sein."],"Restore Site":["Site wiederherstellen"],"Network Settings":["Netzwerkeinstellungen"],"You are not allowed to perform this action.":["Sie verfügen nicht über ausreichende Rechte, um diesen Vorgang auszuführen."],"Error: %s":["Fehler: %s"],"Success: %s":["Erfolg: %s"],"Site with ID %d not found.":["Site mit ID %d nicht gefunden."],"No site has been selected to restore.":["Es wurde keine Seite für die Wiederherstellung ausgewählt."],"You are not allowed to modify unregistered network settings.":["Sie haben keine Berechtigungen, unregistrierte Netzwerkeinstellungen zu ändern."],"deleted":["gelöscht"],"Would you like to add another keyphrase?":["Möchten Sie gerne weitere Schlüsselphrasen hinzufügen?"],"image preview":["Bildervorschau"],"Copied!":["Kopiert!"],"Not supported!":["Wird nicht unterstützt!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lesen Sie {{a}}unseren Artikel zum Thema Seitenstruktur{{/a}}, damit Sie lernen wie interne Verlinkungen Ihr SEO verbessern können."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Sollten Sie ein wenig mehr hierher kopieren, würden wir Ihnen eine Liste für zugehörigen Inhalt geben zu der Sie in Ihrer Nachricht verlinken können."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Erwägen Sie die Verlinkung mit diesen {{a}}Cornerstone-Artikeln:{{/a}}"],"Consider linking to these articles:":["Denken Sie daran, diese Artikel zu verlinken:"],"Copy link":["Link kopieren"],"Copy link to suggested article: %s":["Link zum vorgeschlagenen Artikel kopieren: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Lesen Sie unser %1$sultimatives Handbuch zur Keyword-Recherche%2$s, um mehr über Keyword-Recherche und Keyword-Strategie zu erfahren."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Haben Sie Ihrer Seite einmal etwas mehr Inhalt hinzugefügt, werden wir Ihnen eine Liste mit Wörtern und Wort-Kombinationen anzeigen, die am meisten im Inhalt vorkommen. Dies kann eine gute Hilfestellung sein, um herauszufinden, worauf sich Ihr Inhalt konzentriert."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Die folgenden Wörter kommen im Inhalt am häufigsten vor. Diese geben einen Hinweis darauf, worauf sich Ihr Inhalt konzentriert. Wenn sich die Wörter stark von Ihrem Thema unterscheiden, möchten Sie vielleicht Ihren Inhalt entsprechend umschreiben. "],"Prominent words":["Prominente Wörter"],"The site's tagline":["Der Website-Untertitel"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Wir haben kürzlich die Funktionalität der Einstellungen für die Darstellung in den Suchergebnissen verbessert. Bedauerlicherweise haben wir festgestellt, dass das Speichern von spezifischen Beitragstyp-Archiven in einigen Ausnahmefällen fehlschlagen konnte."],"Not all required fields are given. Missing field %1$s":["Es wurden nicht alle Felder ausgefüllt! Fehlendes Feld %1$s"],"Optimize your site for Google News.":["Optimieren Sie Ihre Website für Google News."],"Optimize your shop's SEO and sell more products!":["Optimieren Sie das SEO Ihres Shops und verkaufen Sie mehr!"],"Be found in Google Video search and enhance your video sharing on social media.":["Werden Sie in der Google Video Suche gefunden und verbessern Sie das Teilen von Videos in den sozialen Medien."],"Be found in Google Maps and local results.":["Werden Sie in Google Maps und den lokalen Suchergebnissen gefunden."],"Learn practical SEO skills to rank higher in Google.":["Lernen Sie praktische SEO Fertigkeiten, damit Sie höher in Google ranken."],"Don’t waste time figuring out the best settings yourself.":["Verschwenden Sie keine Zeit darauf, die besten Einstellungen selbst herauszufinden."],"Get quick wins to make your site rank higher in search engines.":["Erzielen Sie schnelle Erfolge, um Ihre Website höher in den Suchmaschinen ranken zu lassen."],"Add synonyms":["Synonyme hinzufügen"],"Would you like to add keyphrase synonyms?":["Möchten Sie Synonyme für Schlüsselphrasen hinzufügen?"],"Would you like to add more than one keyphrase?":["Möchten Sie mehr als eine Schlüsselphrase hinzufügen?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Die SEO Metadaten für diesen benutzerdefinierten Beitragstyp können auf der %1$sShop-Seite%2$s bearbeitet werden."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Sie haben in Ihren WooCommerce Einstellungen bisher keine Shop-Seite eingestellt. Bitte erledigen Sie dies zuerst."],"Current year":["Aktuelles Jahr"],"Page":["Seite"],"Breadcrumb settings for %s archive":["Breadcrumb-Einstellungen für %s Archiv"],"Something went wrong. Please reload the page.":["Das hat nicht funktioniert. Bitte laden Sie die Seite neu."],"Tagline":["Untertitel"],"Modify your meta description by editing it right here":["Bearbeiten Sie direkt hier Ihre Meta-Beschreibung "],"description (custom taxonomy)":["Beschreibung (benutzerdefinierte Taxonomie)"],"(custom taxonomy)":["(benutzerdefinierte Taxonomie)"],"(custom field)":["(benutzerdefiniertes Feld)"],"Term404":["404Hinweis"],"Caption":["Beschreibung"],"Pagenumber":["Seitennummer"],"Pagetotal":["Seitenanzahl"],"Page number":["Seite Nummer"],"User description":["Benutzerbeschreibung"],"ID":["ID"],"Modified":["Geändert"],"Post type (plural)":["Beitragstyp (Plural)"],"Post type (singular)":["Beitragstyp (Singular)"],"Separator":["Trennzeichen"],"Search phrase":["Suchwort"],"Term title":["Begriffstitel"],"Term description":["Begriffsbeschreibung"],"Tag description":["Schlagwortbeschreibung"],"Category description":["Kategoriebeschreibung"],"Primary category":["Primäre Kategorie"],"Category":["Kategorie"],"Tag":["Schlagwort"],"Excerpt only":["Nur Auszug"],"Excerpt":["Auszug"],"Site title":["Seitentitel"],"Archive title":["Archivtitel"],"Parent title":["Titel der übergeordneten Seite"],"Date":["Datum"],"Label":["Beschriftung"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Sie sollten eine Weiterleitung einrichten, damit Besucher keinen 404 Fehler erhalten, wenn sie eine veraltete URL anklicken."],"Search engines and other websites can still send traffic to your deleted post.":["Suchmaschinen und andere Websites können weiterhin Besucherstrom zu Ihren gelöschten Beiträgen leiten."],"Make sure you don't miss out on traffic!":["Lassen Sie sich den Besucherstrom nicht durch die Lappen gehen!"],"You just deleted a %1$s.":["Sie haben %1$s gelöscht."],"You just trashed a %1$s.":["%1$s in den Papierkorb geworfen."],"Settings for %s archive":["Einstellungen für %s Archiv"],"Settings for single %s URLs":["Einstellungen für einzelne %s URLs"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Die Einstellungen auf dieser Seite erlauben das Festlegen der standardmäßigen Darstellung Ihrer sämtlichen Inhaltstypen in den Suchergebnissen. Sie können auswählen, welche Inhaltstypen in den Suchergebnissen erscheinen sollen und wie Ihre Standard-Beschreibungen lauten sollen."],"Url preview":["Vorschau der URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Bitte bearbeiten Sie das Codeschnipsel und richten Sie eine Meta-Beschreibung ein. Wenn Sie dies nicht tun, wird Google selbständig versuchen, einen relevanten Teil Ihres Beitrags in den Suchergebnissen anzuzeigen."],"Insert snippet variable":["Codeschnipsel-Variable einsetzen"],"Dismiss this notice":["Hinweis verbergen"],"No results":["Keine Ergebnisse"],"%d result found, use up and down arrow keys to navigate":["%d Ergebnis gefunden. Verwenden Sie zum Navigieren die Tasten Pfeil nach oben und Pfeil nach unten.","%d Ergebnisse gefunden. Verwenden Sie zum Navigieren die Tasten Pfeil nach oben und Pfeil nach unten."],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Ihre Website-Sprache ist auf %s eingestellt. Wenn dies falsch ist, wenden Sie sich an den Administrator Ihrer Website."],"Number of results found: %d":["Anzahl der gefundenen Ergebnisse: %d"],"Note that not all variables can be used in every field.":["Beachten Sie, dass nicht alle Variablen in jedem Feld verwendet werden können."],"Snippet variables":["Codeschnipsel-Variablen"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respektiert Ihre Privatsphäre. Lesen Sie unsere %2$sDatenschutzerklärung%3$s, um zu erfahren, wie wir mit Ihren persönlichen Daten umgehen."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Wenn Sie wissen, was dies bedeutet, und Sie diese Nachricht nicht mehr sehen möchten, können Sie %1$sdiese Nachricht verbergen%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Die Einstellungen Ihrer Website ermöglichen derzeit den Einsatz von Anhangs-URLs auf Ihrer Website. Bitte lesen Sie %1$sdiesen Beitrag über ein mögliches Problem%2$s bei der Verwendung von Anhangs-URLs und prüfen Sie, ob Sie die richtige Einstellung für Ihre Seite gesetzt haben."],"Unknown type %1$s":["Unbekannter Typ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Beinhaltet einen kostenlosen MyYoast-Account, mit dem Sie Zugang zu unserem kostenlosen SEO-Anfänger-Kurs erhalten!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Melden Sie sich für unseren Newsletter an, wenn Sie über %1$s, andere coole Plugins von %2$s und interessante Neuigkeiten und Tipps aus der SEO-Welt auf dem Laufenden bleiben möchten."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Erhalten Sie Ihren Baidu-Verifizierungscode in den %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu-Verifizierungscode"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Die %s Importfunktionalität nutzt temporäre Datenbanktabellen. Anscheinend verfügt Ihre WordPress Installation nicht über die erforderlichen Berechtigungen, um diesen Vorgang durchzuführen. Bitte wenden Sie sich an Ihren Hostinganbieter."],"Cleanup of %s data failed.":["Bereinigung der %s Daten fehlgeschlagen."],"Content Type":["Inhaltstyp"],"Filter by content type":["Nach Inhaltstyp filtern"],"Show All Content Types":["Alle Inhaltstypen anzeigen"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Deaktivieren Sie das Kästchen vor „Kommentare in Seiten herunterbrechen...” auf der %1$sEinstellungsseite für Kommentare%2$s, um dies zu reparieren."],"Replaced with the normal title for an archive generated by WordPress":["Wird mit dem normalen Archivtitel, der von WordPress generiert wird, ersetzt."],"Clean":["Bereinigen"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Sobald Sie sicher sind, dass Ihre Website in Ordnung ist, können Sie die Bereinigung starten. Dieser Vorgang entfernt alle ursprünglichen Daten."],"Step 5: Clean up":["Schritt 5: Bereinigung"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Um sicher zu stellen, dass alle Einstellungen für Ihre Website korrekt sind, sollten Sie den Konfigurationsassistenten von der Seite SEO → Allgemein → Dashboard starten."],"Step 4: Run the configuration wizard":["Schritt 4: Starten Sie den Konfigurationsassistenten"],"Please check your posts and pages and see if the metadata was successfully imported.":["Bitte prüfen Sie Ihre Beiträge und Seiten und schauen Sie nach, ob die Metadaten erfolgreich importiert wurden."],"Step 3: Check your data":["Schritt 3: Prüfen Sie Ihre Daten"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Mit diesem Vorgang importieren Sie Beitragsmetadaten wie SEO Titel und Beschreibungen in Ihre %1$s Metadaten. Vorhandene %1$s Metadaten werden dabei nicht überschrieben und ursprüngliche Daten bleiben bestehen."],"Step 2: Import":["Schritt 2: Importieren"],"Please make a backup of your database before starting this process.":["Bitte legen Sie ein Backup Ihrer Datenbank an bevor Sie den Prozess starten."],"Step 1: Create a backup":["Schritt 1: Backup erstellen"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Wir haben Daten aus einem oder mehreren SEO Plugins in Ihrer Website erkannt. Bitte folgen Sie den nachfolgenden Schritten um diese Daten zu importieren:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s hat keine Daten aus anderen Plugins erkannt, die importiert werden können."],"Posts that should not show up in search results":["Beiträge, die nicht in Suchergebnissen erscheinen sollen"],"%s data found.":["%s Daten gefunden."],"%s data successfully removed.":["%s Daten erfolgreich entfernt."],"%s data successfully imported.":["%s Daten erfolgreich importiert."],"%s data not found.":["%s Daten nicht gefunden."],"Improve your SEO skills":["Verbessern Sie Ihre SEO Skills"],"24/7 email support":["24/7 E-Mail Support"],"No more dead links a.k.a. 404 pages":["Keine toten Links (404 Seiten) mehr"],"Get real-time suggestions for internal links":["Sofortige Vorschläge für interne Verlinkungen erhalten"],"Preview your page in Facebook and Twitter":["Eine Vorschau Ihrer Seite auf Facebook und Twitter ansehen"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Klicken Sie den Button \"%3$s\", wenn Sie die Meta-Beschreibung verwenden möchten, die bereits in der Einstellung %1$sSite-Darstellung in den Suchergebnissen%2$s festgelegt ist."],"Help on copying the home meta description":["Hilfe bei der Erstellung der Startseiten Meta-Beschreibung"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Geben Sie die Daten zu den sozialen Netzwerkprofilen Ihrer Site an, damit Suchmaschinen erkennen, welche Profile zu dieser Site gehören."],"Learn more about your social profiles settings":["Erfahren Sie mehr über die Einstellungen für Ihre sozialen Netzwerkprofile"],"Remove the categories prefix":["Entfernen Sie das Kategorie-Präfix"],"Help on the category prefix setting":["Hilfe bei der Einstellung für das Kategorie-Präfix"],"Learn more about the available variables":["Erfahren Sie mehr über die verfügbaren Variablen"],"Learn more about the RSS feed setting":["Erfahren Sie mehr über die Einstellung für den RSS feed"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Beim Hochladen von Medien (ein Bild oder ein Video zum Beispiel) in WordPress, werden nicht einfach nur die Medien gespeichert, sondern es wird außerdem eine Anhangs-URL erzeugt. Diese Anhangsseiten sind ziemlich leer: sie enthalten das Medien-Objekt und vielleicht einen Titel, sofern Sie einen eingetragen haben. Wenn Sie diese Anhangsseiten also niemals ausgiebig nutzen, ist es deshalb besser, wenn Sie die Verlinkung zu den Anhangsseiten deaktivieren und stattdessen die direkte Verlinkung auf die Mediendatei einstellen."],"Learn more about the Media and attachment URLs setting":["Erfahren Sie mehr über die Einstellung für Medien und Anhangs-URLs"],"Learn more about the title separator setting":["Erfahren Sie mehr über die Einstellung für Titel-Trennzeichen"],"Learn more about the knowledge graph setting":["Erfahren Sie mehr über die Einstellung für den Knowledge Graph"],"Learn more about the homepage setting":["Erfahren Sie mehr über die Einstellung für die Startseite"],"Learn more about the special pages setting":["Erfahren Sie mehr über die Einstellung für spezielle Seiten"],"Help on the date archives search results setting":["Hilfe bei der Einstellung für die Suchergebnisse von Datums-Archiven"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen der Archive von Autoren ohne Beiträge in den Suchergebnissen darin, dass diese Archive eine %1$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %2$sWeitere Infos zu den Einstellungen für Suchergebnisse%3$s."],"Help on the authors without posts archive search results setting":["Hilfe bei der Einstellung für die Suchergebnisse von Archiven der Autoren ohne Beiträge"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen der Autoren-Archive in den Suchergebnissen darin, dass diese Archive eine %1$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %2$sWeitere Infos zu den Einstellungen für Suchergebnisse%3$s."],"Help on the author archives search results setting":["Hilfe bei der Einstellung für Suchergebnisse von Autoren-Archiven"],"Archives settings help":["Hilfe für Archiveinstellungen"],"Learn more about the archives setting":["Erfahren Sie mehr über die Einstellung von Archiven"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Erhalten Sie Ihren Yandex-Verifizierungscode in den %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex-Verifizierungscode"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Erhalten Sie Ihren Google Verifizierungscode in der %1$sGoogle Search Console%2$s."],"Google verification code":["Google Verifizierungscode"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Erhalten Sie Ihren Bing Verifizierungscode in den %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing-Verifizierungscode"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Sie können die unten stehenden Felder verwenden, um die verschiedenen Webmaster Tools zu verifizieren. Diese Einstellungsmöglichkeit fügt eine Meta-Angabe auf Ihrer Website hinzu. Folgen Sie den Links zu den diversen Webmaster Tools und suchen Sie nach Anweisungen für die Meta-Tag-Verifikationsmethode, um den Verifizierungscode zu erhalten. Sofern Ihre Site bereit verifiziert ist, können Sie dies überspringen."],"Learn more about the Webmaster Tools verification":["Erfahren Sie mehr über die Verifikation in Webmaster Tools"],"On":["An"],"Help on: %s":["Hilfe zu: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s bietet viele Funktionen. Sie können einige davon nachfolgend aktivieren / deaktivieren. Beim Klick auf das Fragezeichen erhalten Sie weitere Informationen zur jeweiligen Funktion."],"Off":["Aus"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Der erweiterte Abschnitt in der %1$s Meta Box erlaubt dem Benutzer Beiträge aus den Suchergebnissen zu entfernen oder den Canonical Eintrag zu ändern. Dies sind Dinge, von denen Sie nicht unbedingt wollen, dass sie Autoren erlaubt sind. Deshalb können standardmäßig lediglich Redakteure und Administratoren solche Dinge einstellen. Setzen Sie die Einstellung jedoch auf \"%2$s\", erlauben Sie allen Benutzern diese Dinge zu anzupassen."],"Security: no advanced settings for authors":["Sicherheit: keine erweiterten Einstellungen für Autoren"],"See who contributed to %1$s.":["Sehen Sie, wer zu %1$s beigetragen hat."],"Help on this search results setting":["Hilfe bei dieser Einstellung für Suchergebnisse"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen der %1$s-Archive in den Suchergebnissen darin, dass diese Archive eine %2$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %3$sWeitere Infos zu den Einstellungen für Suchergebnisse%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen von %1$s in den Suchergebnissen darin, dass diese Seiten eine %2$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %3$sWeitere Infos zu den Einstellungen für Suchergebnisse%4$s."],"Default for %2$s, currently: %1$s":["Standard für %2$s, derzeit: %1$s"],"Show %s in search results?":["%s in Suchergebnissen anzeigen?"],"this author's archives":["das Archiv dieses Autors"],"Do not allow search engines to show %s in search results.":["Suchmaschinen verbieten %s in den Suchergebnissen anzuzeigen."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["In WordPress enthalten Kategorie-URLs ein Präfix - für gewöhnlich %s - und diese Einstellungsmöglichkeit entfernt dieses Präfix aus den Kategorie-URLs."],"Category URLs":["Kategorie-URLs"],"the archive for %s":["das Archiv für %s"],"Redirect attachment URLs to the attachment itself?":["Die Anhangs-URLS zur Anhangseite selbst weiterleiten?"],"We recommend you set this to Yes.":["Wir empfehlen Ihnen, dies auf Ja einzustellen."],"Media & attachment URLs":["Medien & Anhangs-URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Das ist das, was in den Suchergebnissen angezeigt wird, wenn andere Ihre Website finden. Das bedeutet also, dass es vermutlich das ist, was gesehen wird, wenn nach Ihrem Markennamen gesucht wird."],"date archives":["Datums-Archive"],"archives for authors without posts":["Archive für Autoren ohne Beiträge"],"Read why XML Sitemaps are important for your site.":["Lesen Sie, warum XML-Sitemaps für Ihre Website wichtig sind."],"Enable the XML sitemaps that %s generates.":["Die von %s generierten XML-Sitemaps aktivieren."],"See the XML sitemap.":["XML Sitemap ansehen."],"%2$s (current default for %1$s)":["%2$s (aktueller Standard für %1$s)"],"Media":["Medien"],"Content Types":["Inhaltstypen"],"Should search engines follow links on this %1$s?":["Sollen Suchmaschinen den Links zu diese/n %1$s folgen?"],"Allow search engines to show this %s in search results?":["Suchmaschinen das Anzeigen diese/r %s in den Suchergebnissen erlauben?"],"Search Appearance":["Darstellung in Suchergebnissen"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Bitte legen Sie genauer fest, welche Inhaltstypen Sie in den Suchmaschinen darstellen möchten. Wenn Sie die Unterschiede nicht kennen, ist es am besten die Standardeinstellungen zu wählen."],"Search engines should show \"%1$s\" in search results:":["Suchmaschinen sollten \"%1$s\" in den Suchergebnissen anzeigen:"],"Search engine visibility":["Sichtbarkeit für Suchmaschinen"],"Toggle %1$s's XML Sitemap":["Ein-/Ausschalten von %1$ss XML-Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Supportanfragen, die Sie hier erstellen, werden direkt an unser Support-System gesendet, welches mit 256-Bit-SSL gesichert ist. Die Kommunikation ist also zu 100% sicher."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Mit der Cornerstone-Funktion können Sie Cornerstone-Inhalte auf Ihrer Website markieren und filtern."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Wenn Sie ein Problem haben, welches Sie mit unseren Video-Tutorials oder unserer Wissensdatenbank nicht lösen können, senden Sie eine Nachricht an unser Support-Team. Sie sind rund um die Uhr erreichbar."],"Search result":["Suchergebnis"],"Good results":["Gute Ergebnisse"],"Get better search results in local search":["Bessere Suchergebnisse bei lokaler Suche erhalten"],"Allow customers to pick up their %s order locally":["Erlauben Sie Kunden, ihre %s Bestellung vor Ort abzuholen."],"SEO analysis":["SEO Analyse"],"The SEO analysis offers suggestions to improve the SEO of your text.":["Die SEO-Analyse bietet Vorschläge zur Verbesserung der SEO Ihres Textes."],"Learn how the SEO analysis can help you rank.":["Lernen Sie, wie die SEO-Analyse für die Platzierung helfen kann."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Die Lesbarkeitsanalyse bietet Vorschläge zur Verbesserung der Struktur und des Stils Ihres Textes."],"Discover why readability is important for SEO.":["Erfahren Sie, warum Lesbarkeit für SEO wichtig ist."],"Find out how cornerstone content can help you improve your site structure.":["Erfahren Sie, wie Cornerstone-Inhalte Ihnen helfen können, die Struktur Ihrer Website zu verbessern."],"The text link counter helps you improve your site structure.":["Der Textlink-Zähler hilft Ihnen, die Struktur Ihrer Website zu verbessern."],"Find out how the text link counter can enhance your SEO.":["Finden Sie heraus, wie der Textlink-Zähler die SEO verbessern kann."],"%s integration":["%s Integration"],"Read more about how %s works.":["Lesen Sie mehr darüber, wie %s funktioniert."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Aktivieren Sie diese Funktion, wenn Facebook und andere soziale Medien eine Vorschau mit Bildern und einem Textauszug anzeigen sollen, wenn ein Link zu Ihrer Website geteilt wird."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Aktivieren Sie diese Funktion, wenn Twitter eine Vorschau mit Bildern und einem Textauszug anzeigen soll, sobald ein Link zu Ihrer Website geteilt wird."],"Find out why you should upgrade to %s":["Finden Sie heraus, warum Sie auf %s erweitern sollten."],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Letzte Blog-Beiträge auf %1$s"],"Need help?":["Hilfe benötigt?"],"Type here to search...":["Hier tippen um zu suchen..."],"Search the Yoast Knowledge Base for answers to your questions:":["Durchsuchen Sie die Yoast Wissensdatenbank nach Antworten auf Ihre Fragen:"],"Remove highlight from the text":["Text-Markierung entfernen"],"Your site language is set to %s. ":["Ihre Seitensprache ist auf %s eingestellt."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Starten Sie schnell und einfach mit dem %1$s %2$sKonfigurationsassistenten%3$s!"],"First-time SEO configuration":["Erstmalige SEO-Konfiguration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Die Sprache Ihrer Website ist auf {language} eingestellt. Sollte dies nicht richtig sein, wenden Sie sich bitte an Ihren Website-Administrator."],"Your site language is set to {language}.":["Die Sprache Ihrer Website ist auf {language} eingestellt."],"Highlight this result in the text":["Markiere dieses Ergebnis im Text"],"Considerations":["Überlegungen"],"Errors":["Fehler"],"Change language":["Sprache ändern"],"You cannot create a %s file.":["Sie können keine %s Datei erstellen."],"You cannot edit the %s file.":["Sie können die %s Datei nicht bearbeiten."],"Updated %s":["%s aktualisiert"],"Create %s file":["%s-Datei erstellen"],"Edit the content of your %s:":["Bearbeiten Sie den Inhalt Ihrer %s:"],"Save changes to %s":["Speichere die Änderungen der %s"],"%s file":["%s Datei"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s und %2$s können viel besser zusammenarbeiten, indem Sie ein Hilfsplugin hinzufügen. Bitte installieren Sie %3$s, um Ihr Leben besser zu machen. %4$s."],"More information":["Weitere Informationen"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s und %2$s können viel besser zusammenarbeiten, indem Sie ein Hilfsplugin hinzufügen. Bitte aktivieren Sie %3$s, um Ihr Leben besser zu machen."],"More information about %1$s":["Weitere Informationen über %1$s"],"Configuration Wizard":["Konfigurations-Assistent"],"You've done it!":["Sie haben es geschafft!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Nahtlose Integration von %2$s mit %1$s für die Inhaltsanalyse!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s und %2$s können viel besser zusammenarbeiten, indem Sie ein Hilfsplugin hinzufügen. Bitte installieren Sie %3$s, um Ihr Leben besser zu machen."],"Manage your %s subscription on MyYoast":["Verwalten Sie Ihr Abonnement von %s bei MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Die Title & Meta Einstellungen für %1$s bestehen aus Variablen, die bei der Anzeige der Seite durch bestimmte Werte von der Seite ersetzt werden. Die folgende Tabelle enthält eine Liste der verfügbaren Variablen."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Markieren Sie die wichtigsten %1$s als 'cornerstone content', um die Struktur Ihrer Website zu verbessern. %2$sLernen Sie mehr über cornerstone content%3$s."],"Loading help center.":["Hilfecenter laden."],"Get support":["Support erhalten"],"View in KB":["In KB anzeigen"],"Go back":["Zurück"],"Go back to the search results":["Zurück zu den Suchergebnissen"],"(Opens in a new browser tab)":["(Öffnet in einem neuen Browser Tab)"],"Posts %1$swithout%2$s a focus keyphrase":["Beiträge %1$sohne%2$s Fokus Schlüsselphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, Ihr SEO ist ziemlich gut! Sehen Sie sich die Statistiken an:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Sie haben noch keine veröffentlichten Beiträge, Ihre SEO-Werte werden hier erscheinen, wenn Sie Ihren ersten Beitrag erstellt haben!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Auf dieser Seite können Sie den Namen Ihrer Website ändern und auswählen welche Trennsymbole Sie verwenden möchten. Das Trennsymbol wird zum Beispiel zwischen Ihrem Beitragstitel und Ihrem Website-Namen angezeigt. Symbole werden in der Größe angezeigt, in der sie in den Suchergebnissen erscheinen. Wählen Sie das was am besten zu Ihrer Marke passt oder eines, das am wenigsten Platz in den Snippets einnimmt."],"Something else":["Etwas anderes"],"A portfolio":["Ein Portfolio"],"A corporation":["Ein Unternehmen"],"A small offline business":["Ein kleines Offline-Unternehmen"],"A news channel":["Ein Nachrichtenkanal"],"An online shop":["Ein Online-Shop"],"A blog":["Ein Blog"],"What does the site %1$s represent?":["Was wird durch die Website %1$s repräsentiert?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Wenn Sie Nein wählen, werden Ihre Autoren-Archive deaktiviert,\num Duplicate Content Probleme zu vermeiden."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Hinweis: Wir speichern Ihre Daten nicht und haben keinen vollständigen Zugriff auf Ihr Konto. Ihre Privatsphäre wird gewahrt."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s verbindet sich mit der Google Search Console, ein Pflicht-Tool für Website-Besitzer, das Ihnen Informationen über den Zustand Ihrer Website liefert. Haben Sie noch kein Google-Konto oder ist Ihre Website noch nicht aktiviert? Erfahren Sie, wie Sie %2$sdie Google Search Console mit Ihrer Website verbinden können%3$s."],"Option B: My site is under construction and should not be indexed":["Option B: Meine Seite befindet sich im Aufbau und sollte nicht indiziert werden."],"Option A: My site is live and ready to be indexed":["Option A: Meine Seite ist live und bereit für die Indexierung"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Wähle Im Aufbau, falls Sie Ihre Website aus dem Index von\nSuchmachinen heraushalten wollen. Denken Sie daran, es zu aktivieren,\nsobald Sie soweit sind, Ihre Website zu veröffentlichen."],"Please specify if your site is under construction or already active.":["Bitte wählen Sie ob Ihre Seite sich im Aufbau befindet oder bereits aktiv ist."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Diese Information wird in der Google's Knowledge Graph Karte verwendet. Das ist der große Block mit Informationen, den Sie auf der rechten Seite in den Suchergebnissen sehen."],"Read more like this on our SEO blog":["Lesen Sie mehr Beiträge wie diesen in unserem SEO Blog"],"Readability: %s":["Lesbarkeit: %s"],"Not activated":["Nicht aktiviert"],"Activated":["Aktiviert"],"%1$s recommendations for you":["%1$s Empfehlungen für Sie"],"All Readability Scores":["Alle Lesbarkeitsbewertungen"],"Filter by Readability Score":["Nach Lesbarkeits Bewertungen filtern"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Sie erhalten weder Aktualisierungen noch Support! Beheben Sie dieses Problem, indem Sie diese Website hinzufügen und %1$s dafür in %2$s aktivieren."],"Request method %1$s is not valid.":["Anforderungsmethode %1$s ist nicht gültig."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Möchten Sie sehen, wie es aussieht, wenn die Leute diesen Beitrag auf %1$s teilen?\nKönnen Sie, mit %2$s."],"Good job! All the links in your texts have been counted.":["Klasse! Alle Links in Ihren Texten wurden gezählt."],"Calculation completed.":["Berechnung abgeschlossen."],"Calculation in progress...":["Berechnung wird durchgeführt…"],"Stop counting":["Zählung abbrechen"],"Counting links in your texts":["Zähle die Links in Ihren Texten"],"Text %1$s of %2$s processed.":["Text %1$s von %2$s verarbeitet."],"All your texts are already counted, there is no need to count them again.":["Ihre Texte sind bereits alle gezählt. Es besteht kein Bedarf, diese erneut zu zählen."],"Count links in your texts":["Links in Ihrem Text zählen"],"Text link counter":["Text Link Zähler"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Anzahl interner Links welche zu diesem Beitrag verweisen. Für mehr Information konsultieren Sie den \"Yoast Spalten\" Text im Hilfe Tab."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Anzahl ausgehender interner Verlinkungen in diesem Beitrag. Für mehr Information konsultieren Sie den \"Yoast Spalten\" Text im Hilfe Tab."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s fügt dieser Seite mehrere Spalten hinzu. Wir haben einen Artikel geschrieben %2$swie man den SEO Score und Readability Score verwendet%3$s. Die Linkspalten zeigen die Anzahl der Artikel auf dieser Website, die %5$szu%6$s diesen Artikel verlinken und die Anzahl der URLs, die %5$svon%6$s diesen Artikel verlinken. Erfahren Sie mehr darüber %4$swie Sie diese Funktionen bei der Verbesserung Ihrer internen Verlinkungen nutzen können%3$s, was wiederum Ihr SEO erheblich verbessert."],"%s Columns":["%s Spalten"],"Readability score":["Lesbarkeitsbewertung"],"Other benefits of %s for you:":["Andere Vorteile von %s für Sie:"],"Scroll to see the preview content.":["Scrollen Sie, um die Vorschau zu sehen."],"Cornerstone content":["Cornerstone-Inhalt"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s kümmert sich nun um die technische Optimierung Ihrer Seite. Um die Performance Ihrer Website in den Suchergebnissen wirklich zu verbessern, ist es wichtig, dass Sie mit der Erstellung von Inhalten beginnen, die sich gut für die Keywords eignen, die Ihnen wichtig sind. Sehen Sie sich dieses Video an, in dem wir Ihnen erklären, wie man die Metabox von %1$s verwendet, wenn Sie Beiträge oder Seiten bearbeiten."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Wenn Sie die Konkurrenz in einer bestimmten Stadt oder Region überholen möchten, dann schauen Sie sich unser %1$s Plugin an! Sie können ganz einfach Google Maps, Öffnungszeiten, Kontaktinformationen und eine Filialsuche einfügen. Ausserdem hilft Ihnen %1$s die Usability Ihrer Kontaktseite zu verbessern."],"Attract more customers near you":["Gewinnen Sie mehr Kunden in Ihrer Nähe"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Möchten Sie alle Details des %1$s Plugins kennenlernen? Möchten Sie mehr über unsere erweiterten Einstellungen erfahren? Wollen Sie wirklich das Beste aus dem %1$s Plugin herausholen? Schauen Sie sich unser %1$s Plugin Training an und übertreffen Sie Ihre Wettbewerber!"],"Get the most out of %1$s with the %2$s":["Holen Sie das Meiste mit %2$s aus %1$s heraus"],"Upgrade to Premium":["Auf Premium erweitern"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Wollen Sie sich von der Konkurrenz abheben? %1$s bietet Ihnen zusätzliche Funktionen, die Ihnen helfen, Ihre SEO Strategie professionell aufzusetzen. Fügen Sie Synonyme und verwandte Schlüsselwörter hinzu, nutzen Sie unsere Premium SEO Analyse, den Weiterleitungsmanager und unser Tool für die Interne Verlinkungsstruktur Ihrer Site. Mit %1$s haben Sie auch Zugang zu Premium-Support."],"Outrank the competition with %s":["Mit %s die Wettbewerber übertrumpfen"],"You might like":["Das könnte Ihnen gefallen"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Wir haben festgestellt, dass Sie diesen Assistenten noch nicht vollständig abgeschlossen haben. Wir empfehlen Ihnen, den %2$sKonfigurationsassistent zu starten um %1$s%3$s zu konfigurieren."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Der Konfigurations-Assistent hilft Ihnen dabei, Ihre Website einfach zu konfigurieren, um die optimalen SEO-Einstellungen zu haben."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Premium bestellen und unsere Experten werden für Sie da sein, um Fragen zu beantworten, die Sie über die Installation und die Verwendung des Plugins haben könnten."],"Superfast internal linking suggestions":["Superschnelle interne Verlinkungsvorschläge"],"Great news: you can, with %1$s!":["Großartige Neuigkeit: Sie können es, mit %1$s!"],"Save changes":["Änderungen speichern"],"1 year free support and updates included!":["1 Jahr kostenfreier Support und Aktualisierungen inbegriffen!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Das Plugin %2$s verändert die Ausgabe Ihrer Website je nachdem ob eine Suchmaschine oder ein normaler Benutzer die Seite aufruft. Dieser Prozess nennt sich Cloaking. Wir empfehlen Ihnen sehr, dieses Plugin zu deaktivieren."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial Media Vorschau%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sKeine verwaisten Links mehr%2$s: Einfacher Redirect-Manager"],"No ads!":["Werbefrei!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Vorschau für soziale Netzwerke"],"Easy redirect manager":["Einfacher Redirect Manager"],"No more dead links":["Keine toten Links mehr"],"Increase your SEO reach":["Vergrößern Sie Ihre SEO Reichweite"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Wenn Sie Hilfe brauchen, um tollen Content zu schreiben, schauen Sie sich unseren %2$sSEO Copywriting Kurs%3$s an. Wenn Sie alles über die Funktionen des Plugins wissen möchten, nehmen Sie an unserem %1$s teil!"],"Variable":["Variable"],"Available variables":["Verfügbare Variablen"],"Scroll to see the table content.":["Scrollen um den Tabellen-Inhalt zu sehen."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Empfohlener Hilfeartikel: %1$sWie Sie Ihre Website mit der Google Search Console verbinden (engl.)%2$s"],"An error occurred in the '%1$s' assessment":["Es ist ein Fehler in der '%1$s' Bewertung aufgetreten."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s der Wörter enthalten %2$süber %3$s Silben%4$s, was mehr als das empfohlene Maximum von %5$s ist."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s der Wörter enthalten %2$süber %3$s Silben%4$s, was zu wenig oder gleich mit dem empfohlenen Maximum von %5$s ist."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Dies ist etwas weniger als das %2$sempfohlene Minimum%3$s von %4$d Wort. Fügen Sie etwas mehr Text hinzu.","Dies ist etwas weniger als das %2$sempfohlene Minimum%3$s von %4$d Wörtern. Fügen Sie etwas mehr Text hinzu."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Die Meta Description enthält %1$d Sätze %2$süber %3$s Wörter%4$s. Versuchen Sie, diesen Satz zu kürzen.","Die Meta Description enthält %1$d Sätze %2$süber %3$s Wörter%4$s. Versuchen Sie, diese Sätze zu kürzen."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Die Meta Description enthält keine Sätze %1$süber %2$s Wörter%3$s."],"Step %1$d: %2$s":["Schritt %1$d: %2$s"],"No new notifications.":["Keine neuen Benachrichtigungen"],"Save all":["Alles speichern"],"Save":["Speichern"],"%1$s, Author at %2$s":["%1$s, Autor bei %2$s"],"Mobile preview":["Mobil-Vorschau"],"Desktop preview":["Desktop-Vorschau"],"Select redirect":["Weiterleitung auswählen"],"Please provide an SEO title by editing the snippet below.":["Bitte legen Sie den SEO-Titel fest, indem Sie den Code-Schnipsel bearbeiten."],"Meta description preview:":["Meta-Beschreibungs-Vorschau:"],"Slug preview:":["Titel-Vorschau:"],"SEO title preview:":["SEO-Titelvorschau:"],"Close snippet editor":["Ausschnitt-Editor schließen"],"Slug":["Titelform"],"Remove marks in the text":["Entferne Markierungen im Text"],"Mark this result in the text":["Markiere dieses Ergebnis im Text"],"Marks are disabled in current view":["Markierungen sind in der aktuellen Ansicht deaktiviert."],"Good SEO score":["Guter SEO-Wert"],"OK SEO score":["Ausreichender SEO-Wert"],"Feedback":["Feedback"],"ok":["OK"],"Choose an image":["Bild wählen"],"Remove the image":["Bild entfernen"],"MailChimp signup failed:":["MailChimp-Registrierung fehlgeschlagen:"],"Sign Up!":["Anmelden"],"Name":["Name"],"There is an error with the request.":["Es ist ein Fehler bei der Anfrage aufgetreten."],"Select profile":["Profil wählen"],"Choose a profile":["Wählen Sie ein Profil"],"Authorization code":["Autorisierungsschlüssel"],"Reauthenticate with Google":["Erneute Identifizierung mit Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Damit %s Ihre Google Search Console-Informationen abrufen kann, geben Sie bitte Ihren Google Authorization Code ein. Wenn Sie auf den Button unten klicken, öffnet sich ein neues Fenster."],"Please provide a meta description by editing the snippet below.":["Bitte legen Sie eine Meta-Beschreibung fest, indem Sie den Code-Schnipsel bearbeiten."],"Edit snippet":["Code-Schnipsel bearbeiten"],"You can click on each element in the preview to jump to the Snippet Editor.":["Sie können auf jedes Element in der Vorschau klicken, um zum Snippet-Editor zu springen."],"SEO title preview":["Vorschau für SEO-Titel"],"Meta description preview":["Vorschau für Meta-Beschreibung"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Beim Speichern des aktuellen Schritts ist ein Problem aufgetreten. {{link}}Bitte erfassen Sie einen Fehlerbericht{{/link}}, der beschreibt in welchen Schritt Sie waren und welche Änderungen Sie vorgenommen haben (falls Änderungen gemacht wurden)."],"Close the Wizard":["Assistenten schließen"],"Export settings":["Export-Einstellungen"],"%1$s video tutorial":["%1$s Video-Tutorial"],"%s › Configuration Wizard":["%s ›-Konfigurations-Assistent"],"Please don't show me this notification anymore":["Diese Benachrichtigung bitte nicht mehr anzeigen"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Wenn Sie Schwierigkeiten haben, %1$sfüllen Sie bitte einen Bug-Report aus%2$s und wir tun unser Bestes um Ihnen zu helfen."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Uns ist aufgefallen, dass Sie %1$s bereits seit einiger Zeit verwenden; wir hoffen dass es Ihnen gefällt! Wir würden uns sehr darüber freuen, wenn Sie uns %2$sauf WordPress.org mit 5 Sternen bewerten würden%3$s!"],"Date archives settings":["Datums-Archiv-Einstellungen"],"Author archives settings":["Autor-Archiv-Einstellungen"],"%1$s by %2$s":["%1$s zu %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Achtung: die Variable %s kann in dieser Vorlage nicht verwendet werden. Schauen Sie für weitere Informationen im Hilfecenter nach."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Übrigens, wussten Sie, dass wir auch ein %1$sPremium Plugin%2$s haben? Es bietet erweiterte Funktionen, wie einen Weiterleitungsmanager und Unterstützung für mehrere Schlüsselwörter. Zudem beinhaltet es den persönlichen 24/7-Support."],"(no title)":["(Kein Titel)"],"%s installation wizard":["%s Installationsassistent"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Die %1$s Adminleiste enthält nützliche Links zu Tools von Drittanbietern zur Seitenanalyse und ermöglicht das leichte Erkennen von neuen Benachrichtigungen."],"Admin bar menu":["Adminleisten-Menü"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s prüft wöchentlich, ob Ihre Website weiterhin von Suchmaschinen indexiert werden kann und %2$s benachrichtigt Sie, wenn dies nicht der Fall ist."],"Features":["Funktionen"],"SEO title":["SEO-Titel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Obwohl wir uns bemühen, das Einrichten von %1$s so einfach wie möglich zu gestalten, verstehen wir auch, daß es entmutigend sein kann. Wenn Sie lieber uns damit beauftragen möchten %1$s für Sie einzurichten (und Sie in diesem Zuge eine Version von %2$s erhalten), dann bestellen Sie hier unseren %3$s%1$s Konfigurationsservice%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Willkommen zum %1$s Konfigurations-Assistenten. In ein paar einfachen Schritten werden wir Ihnen helfen Ihre Einstellungen auf die Bedürfnisse Ihrer Website abzustimmen!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google zeigt den Namen Ihrer Website in den Suchergebnissen an. Wenn Sie ihn ändern möchten, können Sie das hier machen."],"Greater than sign":["Größer-als-Zeichen"],"Less than sign":["Kleiner-als-Zeichen"],"Right angle quotation mark":["Größer-gleich-Zeichen"],"Left angle quotation mark":["Kleiner-gleich-Zeichen"],"Small tilde":["kleine Tilde"],"Vertical bar":["vertikaler Balken"],"Low asterisk":["unterer Stern"],"Asterisk":["Sternchen"],"Bullet":["Kugel"],"Middle dot":["mittlerer Punkt"],"Em dash":["Em Gedankenstrich"],"En dash":["Gedankenstrich"],"Dash":["Gedankenstrich"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Wählen Sie ein Symbol, das als Trennzeichen im Titel verwendet werden soll. Dieses wird zum Beispiel zwischen dem Beitragstitel und dem Seitennamen angezeigt. Die Symbole sind in der gleichen Größe angezeigt, in der sie auch in den Suchergebnissen erscheinen werden."],"The name of the person":["Der Name der Person"],"No":["Nein"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Hat oder wird Ihre Seite mehrere Autoren haben? "],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress generiert automatisch eine URL für jedes Media Element in der Bibliothek. Dies erlaubt Google den generierten Link zu indexieren."],"Success!":["Erfolgreich!"],"Title settings":["Titel-Einstellungen"],"Google Search Console":["Google Search Console"],"Multiple authors":["Mehrere Autoren"],"Site type":["Seitentyp"],"Environment":["Umgebung"],"Yoast option %1$s not found.":["Yoast Option %1$s nicht gefunden."],"Google Structured Data Test":["Google Test für strukturierte Daten"],"Posts list":["Beitrags-Liste"],"Posts list navigation":["Navigation der Beitrags-Liste"],"Filter posts list":["Filtere Beitrags-Liste"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Beachten Sie, dass Links zu Archiven möglicherweise von Ihrem Theme ausgegeben werden und Sie diese separat entfernen müssen."],"%1$s to optimize your site even further":["%1$s um Ihre Website noch weiter zu optimieren."],"%1$s extensions":["%1$s Erweiterungen"],"Comes with our 30-day no questions asked money back guarantee":["Enthält eine 30-Tage-Geld-Zurück-Garantie – ohne Rückfragen."],"More information %1$sabout %3$s%2$s":["Mehr Informationen %1$süber %3$s%2$s"],"Installed":["Installiert"],"gain access to our 24/7 support team.":["Erhalten Sie Zugang zu unserem Support Team, das rund um die Uhr für Sie da ist."],"Premium support":["Premium Support"],"check what your Facebook or Twitter post will look like.":["prüfen Sie, wie Ihre Facebook oder Twitter Beiträge aussehen könnten."],"Social previews":["Vorschau für soziale Netzwerke"],"create and manage redirects from within your WordPress install.":["Erstellen und verwalten Sie Weiterleitungen innerhalb Ihrer WordPress-Installation."],"Redirect manager":["Redirect Manager"],"%1$s, take your optimization to the next level!":["%1$s, bringen Sie Ihre Optimierung auf die nächste Stufe!"],"A seamless integration between %1$s and %2$s":["Eine nahtlose Integration zwischen %1$s und %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Nutzen Sie %1$s Breadcrumbs anstatt von %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Fügen Sie einfach Google Maps, eine Liste Ihrer Standorte/Filialen, Öffnungszeiten oder mehr hinzu."],"Creates XML News Sitemaps":["Erstellt XML-News-Sitemaps"],"Immediately pings Google on the publication of a new post":["Benachrichtigt Google unverzüglich über die Veröffentlichung eines neuen Beitrags."],"Optimize your site for Google News":["Optimieren Sie Ihre Website für Google News"],"Make videos responsive through enabling fitvids.js":["Machen Sie Videos responsiv durch das Aktivieren von fitvids.js"],"Enhance the experience of sharing posts with videos":["Verbessern Sie das Erlebnis beim Teilen von Beiträgen mit Videos"],"Show your videos in Google Videos":["Zeigen Sie Ihre Videos in Google Videos"],"Crawl issues list":["Crawl-Ergebnisliste"],"Crawl issues list navigation":["Navigation für Crawl-Ergebnisliste"],"Edit “%s”":["Bearbeite ”%s„"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Benachrichtigungen"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Entfernt den Focus Schlüsselphrasen-Reiter von der Metabox und deaktiviert alle SEO-relevanten Vorschläge."],"Disable SEO analysis":["SEO-Analyse deaktivieren"],"Twitter settings":["Twitter-Einstellungen"],"Pinterest settings":["Pinterest-Einstellungen"],"Facebook settings":["Facebook-Einstellungen"],"Title separator symbol":["Titel-Trennzeichen"],"RSS feed settings":["Einstellungen zum RSS-Feed"],"Breadcrumbs settings":["Breadcrumbs-Einstellungen"],"Make primary":["Mache primär"],"Enter your Google Authorization Code and press the Authenticate button.":["Geben Sie den Autorisierungscode von Google ein und klicken Sie auf \"Authentifizieren\"."],"Knowledge base article":["Artikel der Wissensdatenbank"],"Open the knowledge base article in a new window or read it in the iframe below":["Öffnen Sie den Artikel der Wissensdatenbank in einem neuen Fenster oder lesen Sie ihn im nachfolgenden iFrame."],"Search results":["Suchergebnisse"],"%s notification":["%s Benachrichtigung","%s Benachrichtigungen"],"Disable readability analysis":["Lesbarkeits-Analyse deaktivieren"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Entfernt den Lesbarkeits-Reiter aus der Metabox und deaktiviert alle für die Lesbarkeit relevanten Empfehlungen."],"Readability analysis":["Lesbarkeits-Analyse"],"Needs improvement":["Verbesserungsbedarf"],"Readability":["Lesbarkeit"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Sie versuchen nicht-minimierte Dateien zu laden. Diese sind nur im Development-Paket verfügbar. Bitte sehen Sie auf %1$s nach, um alle Quell-Dateien zu sehen."],"Improvements":["Verbesserungen"],"Dismiss this item.":["Dieses Element ausblenden."],"Good job! We could detect no serious SEO problems.":["Gute Arbeit! Wir konnten keine ernsthaften SEO Probleme feststellen."],"We have detected the following issues that affect the SEO of your site.":["Wir haben die folgenden Probleme festgestellt, welche die SEO Ihrer Website beeinflussen."],"Problems":["Probleme"],"Analysis":["Analyse"],"Not available":["Nicht verfügbar"],"Filter by SEO Score":["Nach SEO-Wert filtern"],"Meta description not set.":["Meta Beschreibung nicht gesetzt."],"Video tutorial":["Video-Tutorial"],"Email support is a %s feature":["E-Mail-Support ist ein %s-Feature"],"Knowledge base":["Wissensdatenbank"],"Open":["Öffnen"],"Loading...":["Wird geladen..."],"Something went wrong. Please try again later.":["Etwas ist schiefgelaufen. Bitte versuchen Sie es später erneut."],"No results found.":["Keine Ergebnisse gefunden."],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["Sie können dies auf der %1$sPermalink-Einstellungen-Seite%2$s beheben."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paginierung der Kommentare ist aktiviert. Diese ist in 999 von 1000 Fällen nicht notwendig. Wir empfehlen, sie zu deaktivieren."],"Replaced with the primary category of the post/page":["Ersetzt durch die Hauptkategorie des Beitrags/der Seite"],"Pinterest confirmation":["Pinterest-Bestätigung"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Wenn Sie Ihre Seite bereits auf Pinterest bestätigt haben, können Sie diesen Schritt überspringen."],"Format-based archives":["Formatbasierende Archive"],"Webmaster Tools verification":["Webmaster-Tools-Verifizierung"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Folgen Sie unserem %1$s für WordPress-Training und werden Sie zertifizierter %1$s-Experte!"],"Want to be a %s Expert?":["Wären Sie gern %s-Experte?"],"Buy %s":["%s kaufen"],"Show information about errors in category %s":["Informationen zu Fehlern der Kategorie %s anzeigen"],"New %1$s Title":["Neuer %1$s Titel"],"Existing %1$s Title":["Vorhandener %1$s Titel"],"Expected an integer as input.":["Eingabe vom Typ Integer erwartet."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Der Versuch, einen sicheren Sitemap-Cache-Schlüssel zu generieren, ist fehlgeschlagen, da die Präfix- und Postfix-Kombination zu wenig Platz lässt. Sie fordern wahrscheinlich eine Seite an, die die erwartete Bandbreite überschreitet. "],"Remove":["Entfernen"],"Keep":["Behalten"],"Bold the last page":["Die letzte Seite hervorheben"],"Regular":["Normal"],"Bold":["Fett"],"Show Blog page":["Blog-Seite anzeigen"],"Primary %s":["Primär %s"],"Primary":["Primär"],"Make %1$s primary %2$s":["%1$s als primär %2$s setzen"],"Term is set to noindex.":["Terminologie ist auf noindex gesetzt"],"Author archives":["Autorenarchive"],"Show":["Zeigen"],"Enabled":["Aktiviert"],"Disabled":["Deaktiviert"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s hat den Indexierbarkeitsstatus Ihrer Website bisher noch nicht von %2$s abgerufen"],"The separator defined in your theme's %s tag.":["Der Platzhalter, der im %s-Element Ihres Themes definiert wird."],"No index":["Nicht indexieren"],"Analyze entire site":["Gesamte Website analysieren"],"Fetch the current status":["Aktuellen Status abfragen"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s konnte den Indexierbarkeitsstatus Ihrer Website%3$s von %4$s nicht abrufen"],"Your homepage can be indexed by search engines.":["Ihre Startseite kann von Suchmaschinen indiziert werden."],"Indexability check by %1$s":["Indexierbarkeits-Check von %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Wenn Sie ein Bild zum Teilen auf %1$s verwenden möchten, können Sie es hier wählen/hochladen oder die Bild-URL hier eingeben."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Wenn Sie die Meta Beschreibung nicht fuer das Teilen auf %1$s nutzen und stattdessen eine andere Beschreibung zeigen möchten, geben Sie sie bitte hier an."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Wenn Sie nicht den Beitragstitel verwenden wollen, um den Beitrag auf %1$s zu teilen, sondern dort etwas anderes angezeigt werden soll, schreiben Sie es hier."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sSuchmaschinen können Ihre Homepage nicht indizieren%2$s. Dies ist sehr ungünstig für die SEO und sollte repariert werden."],"Once Weekly":["Einmal wöchentlich"],"SEO score":["SEO-Wert"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Die SEO-Werte für alle Inhalte mit der Fokus Schlüsselphrase werden neu berechnet."],"%1$s of %2$s done.":["%1$s von %2$s erledigt."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Wir haben unseren Algorithmus für die SEO-Wertung aktualisiert. %1$s Klicken Sie hier, um die aktuelle Gesamtwertung für alle Beiträge und Seiten %2$s neu zu berechnen."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Die erste echte All-in-One-SEO-Lösung für WordPress, einschließlich On-Page Inhaltsanalyse, XML-Sitemaps und vielem mehr."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivierungsfehler:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Die Filter-Erweiterung scheint nicht verfügbar zu sein. Bitten Sie Ihren Hoster, sie einzuschalten."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Die Installation des %1$s Plugin ist unvollständig. Bitte schauen Sie in den %2$sInstallationsanweisungen%3$s nach."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Die Standard PHP Library (SPL) Erweiterung scheint nicht verfügbar zu sein. Bitten Sie Ihren Web-Hoster sie zu aktivieren."],"SEO Settings":["SEO-Einstellungen"],"Mobile-Friendly Test":["Mobile-Friendly-Test"],"Google Page Speed Test":["Google-Page-Speed-Test"],"CSS Validator":["CSS-Validator"],"HTML Validator":["HTML-Validator"],"Pinterest Rich Pins Validator":["Pinterests Rich-Pins-Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Header überprüfen"],"Check Google Cache":["Google-Cache überprüfen"],"Analyze this page":["Diese Seite analysieren "],"Keyword Research":["Keyword-Recherche"],"%s does not seem to be a valid url. Please correct.":["%s scheint keine korrekte URL zu sein. Bitte korrigieren."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s scheint eine ungültige %2$s Bestätigungszeichenfolge zu sein. Bitte korrigieren."],"%s Archive":["%s Archiv"],"You searched for %s":["Sie haben nach %s gesucht"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s scheint kein gültiger Twitter-Benutzername zu sein. Bitte korrigieren."],"Summary with large image":["Zusammenfassung mit großem Bild"],"Summary":["Zusammenfassung"],"The post %1$s appeared first on %2$s.":["Der Beitrag %1$s erschien zuerst auf %2$s."],"No numeric value was received.":["Es wurde kein numerischer Wert erhalten"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dies muss eine bestehende Website sein. Website %s existiert nicht oder wurde als gelöscht markiert."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Die Standard Website Einstellung muss eine numerische ID der Website sein, die Sie als Standard nutzen wollen. "],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s ist keine gueltige Auswahl für den Zugriff auf die %2$s Einstellungen. Der Wert wurde auf Standard zurueckgesetzt."],"Please select a valid post type for taxonomy \"%s\"":["Bitte wählen Sie einen gültigen Beitragstyp für Taxonomie \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Bitte wählen Sie eine gültige Taxonomie für Beitragstyp \"%s\""],"You searched for":["Sie suchten nach"],"Home":["Startseite"],"Archives for":["Archive für"],"Error 404: Page not found":["Fehler 404: Seite wurde nicht gefunden"],"Good":["Gut"],"Replaced with a custom taxonomies description":["Mit einer Beschreibung der individuellen Taxonomien ersetzt"],"Replaced with a posts custom taxonomies, comma separated.":["Mit individuellen Taxonomien eines Beitrags ersetzt, komma-getrennt."],"Replaced with a posts custom field value":["Mit einem eigenen Feldwert eines Beitrags ersetzt"],"Replaced with the slug which caused the 404":["Mit der Titelform, welche den 404 Fehler auslöste, ersetzt"],"Replaced with the posts focus keyphrase":["Wird mit der Fokus Schlüsselphrase des Beitrags ersetzt"],"Attachment caption":["Beschriftung des Anhangs"],"Replaced with the current page number":["Wird mit der aktuellen Seitennummer ersetzt"],"Replaced with the current page total":["Wird mit der aktuellen gesamte Seitenanzahl ersetzt"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Wird mit der aktuellen Seitennummer mit Kontext (z. B. Seite 2 von 4) ersetzt"],"Replaced with the post/page author's 'Biographical Info'":["Wird mit den 'Biografischen Angaben' des Beitrags-/Seitenautors ersetzt"],"Replaced with the post/page author's 'nicename'":["Wird mit dem Nicknamen des Beitrags-/Seitenautors ersetzt"],"Replaced with the post/page ID":["Wird mit der Beitrags-/Seiten-ID ersetzt"],"Replaced with the post/page modified time":["Wird mit der Bearbeitungszeit des Beitrags / der Seite ersetzt"],"Replaced with the content type plural label":["Wird mit der Pluralform des Inhaltstyps ersetzt"],"Replaced with the content type single label":["Wird mit der Singularform des Inhaltstyps ersetzt"],"Replaced with the current search phrase":["Wird mit der aktuellen Suchphrase ersetzt"],"Replaced with the term name":["Wird mit dem Begriff ersetzt"],"Replaced with the term description":["Wird mit der Beschreibung des Begriffs ersetzt"],"Replaced with the tag description":["Wird mit der Schlagwort-Beschreibung ersetzt"],"Replaced with the category description":["Wird mit der Beschreibung der Kategorie ersetzt"],"Replaced with the post categories (comma separated)":["Wird mit der Beirags-Kategorien (durch Komma getrennt) ersetzt"],"Replaced with the current tag/tags":["Wird mit dem/n aktuellen Schlagwort/en ersetzt"],"Replaced with the post/page excerpt (without auto-generation)":["Wird mit dem Textauszug des Beitrags / der Seite (ohne Auto-Generierung) ersetzt"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Wird mit dem Textauszug aus Beitrag / Seite (oder automatisch generiert, falls nicht vorhanden) ersetzt"],"The site's name":["Der Website-Name"],"Replaced with the title of the parent page of the current page":["Wird mit dem Titel der übergeordneten Seite zur aktuellen Seite ersetzt"],"Replaced with the title of the post/page":["Wird mit dem Beitrags-/Seitentitel ersetzt"],"Replaced with the date of the post/page":["Wird mit dem Beitrags-/Seitendatum ersetzt"],"Page %1$d of %2$d":["Seite %1$d von %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Sie können die Platzhalter der WPSEO Standard Variable nicht aufheben indem Sie eine Variable mit dem selben Namen wählen. Nutzen Sie stattdessen die \"wpseo_replacements\" Filter um die Platzhalter Werte zu verändern. "],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Eine Platzhalter-Variable mit dem selben Namen wurde bereits angelegt. Versuchen Sie, einen einzigartigen Namen zu wählen."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Eine Platzhalter-Variable kann nicht mit \"%%cf_\" oder \"%%ct_\" beginnen. Diese sind reserviert für die WPSEO Standard Variable, Variablen für benutzerdefinierte Felder und benutzerdefinierte Taxonomien. Versuchen Sie einen eindeutigen Variablen-Namen zu wählen. "],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Eine Platzhalter-Variable kann nur alphanumerische Zeichen sowie einen Unterstrich oder eine Leertaste enthalten. Bitte versuchen Sie, Ihre Variable umzubenennen."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Nur für Administratoren: diese Seite stellt keine Meta Beschreibung dar, weil bisher keine vorhanden ist. Verfassen Sie entweder eine speziell für diese Seite oder definieren Sie eine Vorlage unter [%1$s - %2$s]"],"Page not found":["Seite wurde nicht gefunden."],"%s Archives":["%s Archive"],"Search for \"%s\"":["Nach „%s” suchen"],"Meta description to use for Author page":["Meta-Beschreibung, die auf der Autoren-Seite genutzt wird"],"Title to use for Author page":["Titel, der auf der Autoren-Seite genutzt wird"],"%1$s settings":["Einstellungen für %1$s "],"Export your %1$s settings":["Exportieren Sie Ihre %1$s Einstellungen"],"Import settings":["Einstellungen importieren"],"Import from other SEO plugins":["Daten aus anderen SEO-Plugins importieren"],"Import":["Daten importieren"],"If you had a %s file and it was editable, you could edit it from here.":["Falls eine %s Datei existiert und diese schreibbar ist, können Sie sie hier editieren."],"If your %s were writable, you could edit it from here.":["Wenn Ihre %s beschreibbar wäre, könnten Sie diese hier bearbeiten."],"You don't have a %s file, create one here:":["Sie haben keine %s Datei, erstellen Sie hier eine:"],"A link to your site, with your site's name and description as anchor text.":["Link zu Ihrer Website mit Website-Name und Beschreibung als Linktext."],"A link to your site, with your site's name as anchor text.":["Link zu Ihrer Website mit dem Website-Namen als Linktext."],"A link to the post, with the title as anchor text.":["Link zum Beitrag mit dem Beitragsnamen als Linktext."],"A link to the archive for the post author, with the authors name as anchor text.":["Link zum Autor-Archiv mit dem Namen des Autors als Linktext."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Sie können folgende Variablen innerhalb des Inhalts verwenden, diese werden durch den Wert auf der rechten Seite ersetzt."],"Content to put after each post in the feed":["Inhalt, der an jeden Beitrag im Feed angehängt wird"],"Content to put before each post in the feed":["Inhalt, der vor jeden Eintrag im RSS-Feed gesetzt wird"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Dieses Feature wird dazu benutzt, um automatisch Inhalt in Ihren RSS-Feed einzufügen. Konkret bedeutet das, dass Verlinkungen zurück zu Ihrer Website und ihren Beiträgen gesetzt werden, 'dumme Inhalts-Diebe' werden diese Links daher ebenso mit ziehen/ setzen und Ihnen somit helfen, dass Suchmaschinen Sie weiterhin als die Originalquelle des Inhaltes identifizieren."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Die Nutzung der Breadcrumbs-Funktion wird in %1$sunserem Wissensdatenbank-Artikel über Breadcrumbs Implementierung%2$s erläutert."],"How to insert breadcrumbs in your theme":["Wie Sie Breadcrumbs in Ihr Theme einbinden können."],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Das Inhaltstyp-Archiv, das in Breadcrumbs für Taxonomien angezeigt wird"],"Taxonomy to show in breadcrumbs for content types":["Taxonomie, die in Breadcrumbs für Inhaltstypen angezeigt wird"],"Breadcrumb for 404 Page":["Breadcrumb für 404-Fehlerseite"],"Prefix for Search Page breadcrumbs":["Präfix für Suchseiten-Breadcrumb"],"Prefix for Archive breadcrumbs":["Präfix für Archiv-Breadcrumbs"],"Prefix for the breadcrumb path":["Präfix für den Breadcrumb-Pfad."],"Anchor text for the Homepage":["Linktext für die Website"],"Separator between breadcrumbs":["Trenner zwischen den Breadcrumbs"],"Enable Breadcrumbs":["Aktiviere Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Unten sehen Sie die SEO-Werte, der bisher veröffentlichten Beiträge. Jetzt ist der richtige Moment, einige Ihrer Beiträge zu verbessern!"],"Credits":["Danksagungen"],"« Back to Tools page":["« Zurück zur Werkzeuge-Seite"],"%1$s comes with some very powerful built-in tools:":["%1$s enthält einige sehr leistungsstarke Werkzeuge:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Dieses Tool erlaubt Ihnen, schnell wichtige Dateien für Ihre SEO anzupassen, wie die robots.txt un die .htaccess Datei, sofern diese existieren."],"File editor":["Datei-Editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importieren Sie die Einstellungen von anderen SEO Plugins und exportieren Sie Ihre Einstellungen für die Wiederverwendung auf anderen Blogs."],"Import and Export":["Import und Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dieses Tool erlaubt Ihnen, das schnelle Ändern von Titeln und Beschreibungen Ihrer Beiträge und Seiten, ohne den jeweiligen Editor aufrufen zu müssen."],"Bulk editor":["Sammelbearbeitung"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Fügen Sie den Meta tag hier ein, um die %1$sWebsite mit Pinterest zu verifizieren%2$s:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest nutzt Open-Graph-Metadaten ebenso wie Facebook. Setzen Sie deshalb einen Haken im Open-Graph-Kontrollkästchen auf dem Facebook-Reiter, um die Seite für Pinterest zu optimieren."],"The default card type to use":["Der zu nutzende Standard Karten-Typ"],"Add Twitter card meta data":["Twitter Card Meta Daten hinzufügen"],"This image is used if the post/page being shared does not contain any images.":["Dieses Bild wird benutzt, falls der geteilte Post / die geteilte Seite keine Bilder enthält."],"Default settings":["Standardeinstellungen"],"Copy home meta description":["Meta-Beschreibung der Startseite kopieren"],"Description":["Beschreibung"],"Image URL":["Bild-URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dies sind der Titel, die Beschreibung und das Bild, welche in den Open-Graph-Metatags auf der Startseite Ihrer Website Verwendung finden."],"Frontpage settings":["Einstellungen der Startseite"],"Add Open Graph meta data":["Open Graph Meta Data hinzufügen"],"YouTube URL":["YouTube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-Benutzername"],"Facebook Page URL":["URL der Facebook Seite"],"Accounts":["Konten"],"Restore site to defaults":["Seite auf Standardeinstellungen zurücksetzen"],"Site ID":["Website-ID"],"Using this form you can reset a site to the default SEO settings.":["Hiermit können Sie die Standard-SEO-Einstellungen einer Seite wieder herstellen/zurücksetzen."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Private Einstellungen (FB-Admins und dergleichen), Theme-spezifische (title rewrite) und einige Seiten-spezifische Einstellungen werden nicht in neue Websites übernommen."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Geben Sie die %1$sSite ID%2$s für die Website ein, deren Einstellungen Sie als Standard für alle Websites in Ihrem Netzwerk setzen möchten. Sie können dies auch leer lassen (in der Regel werden die Plugin-Standards verwendet)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Wählen Sie die Seite, deren Einstellungen Sie standardmäßig für alle Websites, die Ihrem Netzwerk hinzugefügt werden, verwendet werden sollen. Wenn Sie \"Keine\" auswählen, werden die Standardeinstellungen des Plugins verwendet."],"New sites in the network inherit their SEO settings from this site":["Neue Websites im Netzwerk übernehmen die SEO-Einstellungen dieser Website"],"Super Admins only":["Nur für Super-Admins"],"Site Admins (default)":["Seiten-Admins (Standard)"],"Who should have access to the %1$s settings":["Wer soll Zugriff auf die %1$s Einstellungen haben?"],"spam":["SPAM"],"mature":["veraltet"],"archived":["archiviert"],"public":["öffentlich"],"%s restored to default SEO settings.":["%s zurückgesetzt auf Standard-SEO-Einstellungen."],"Settings Updated.":["Die Einstellungen wurden aktualisiert."],"404 pages":["404-Seiten"],"Search pages":["Suche-Seiten"],"These pages will be %s by default, so they will never show up in search results.":["Diese Seiten sind standardmäßig %s, damit sie in Suchergebnissen nicht angezeigt werden."],"Special Pages":["Spezielle Seiten"],"Date-based archives could in some cases also be seen as duplicate content.":["In manchen Fällen können datumsbasierte Archive ebenfalls als Duplicate Content angesehen werden."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Wenn das bei dieser Website der Fall ist, können Sie das Archiv entweder abschalten (was zur Weiterleitung auf die Startseite führt) oder Sie fügen %s hinzu, damit es nicht in den Suchergebnissen auftaucht."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Wenn Sie der einzige Autor dieser Website sind, ist das Autorenarchiv exakt gleich mit der Homepage. Das führt zu einem sogenannten %1$sDuplicate-Content-Problem%2$s."],"Date archives":["Datums-Archive"],"author archives":["Autor-Archive"],"Title":["Titel"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Ausblenden"],"Date in Snippet Preview":["Datum in der Schnipsel-Vorschau"],"Take note:":["Hinweis:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Durch das %1$sdirekte Bearbeiten der Blogseite%2$s, können Sie den Titel und die Beschreibung der Blogseite bestimmen."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Durch %1$sdas direkte Bearbeiten der Startseite%2$s, können Sie den Titel und die Beschreibung der Startseite bestimmen."],"Homepage & Front page":["Homepage & Startseite"],"Title Separator":["Titeltrenner"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s hat automatisch erkannt, ob für Ihre Seiten ein Zwang zum Umschreiben der Titel gesetzt werden sollte. Wenn Sie glauben, dass dies falsch ist, und Sie wissen was Sie tun, können Sie die Einstellung hier ändern."],"Force rewrite titles":["Umarbeitung der Titel erzwingen"],"Taxonomies":["Taxonomien"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Erweiterungen"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Nahtlose Integration von WooCommerce mit %1$s und erhalten Sie zusätzliche Funktionen!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Besseres Ranking vor Ort und in GoogleMaps, ohne in's Schwitzen zu geraten!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Sind Sie bei Google News gelistet? Steigern Sie Traffic von dort mit der Google News Optimierung!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimieren Sie Ihre Videos, um sie in den Suchergebnissen zu zeigen und holen Sie mehr Klicks!"],"The premium version of %1$s with more features & support.":["Die Premium-Version von %1$s mit mehr Funktionen & Unterstützung."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Diese Daten werden als Metadaten auf Ihrer Website angezeigt. Sie sollen in %1$sGoogles Knowledge Graph%2$s erscheinen. Sie können als Unternehmen oder Person agieren."],"Website name":["Name der Website"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Bisher kommen weder die Beitrags- noch Seitentitel in den URLs Ihrer Beiträge und Seiten vor. Dies wird jedoch dringend empfohlen. Überlegen Sie deshalb, Ihre Permalinkstruktur auf /%postname%/ einzustellen."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs-Navigation"],"or":["oder"],"Save Profile":["Profil speichern"],"There were no profiles found":["Es wurden keine Profile gefunden"],"Profile":["Profil"],"Current profile":["Aktuelles Profil"],"Authenticate":["Authentifizieren"],"Get Google Authorization Code":["Google-Autorisierungscode abrufen"],"Reload crawl issues":["Crawl Ergebnis neu laden"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Um eine Umleitung anzulegen und diesen Fehler zu beheben, benötigen Sie %1$s. Sie können das Plugin kaufen, inklusive einem Jahr Support und Aktualisierungen, auf %2$s."],"Creating redirects is a %s feature":["Das Erstellen von Weiterleitungen ist ein Feature von %s."],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fehler, die nur während des Einlesens Ihrer Seite durch den Googlebot für Feature-Phones aufgetreten sind (diese Fehler erscheinen nicht für die Desktop-Anzeige)"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fehler, die nur während des Einlesens Ihrer Seite durch Googlebot-Mobile aufgetreten sind (diese Fehler erscheinen nicht für die Desktop-Anzeige)"],"Errors that occurred when your site was crawled by Googlebot.":["Während der Seitenindizierung durch den Googlebot aufgetretene Fehler."],"Issue categories":["Fallkategorien"],"Incorrect Google Authorization Code.":["Falscher Google-Autorisierungscode."],"The issues have been successfully reloaded!":["Die Fälle wurden erfolgreich neu geladen!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Der %1$s Datensatz wurde entfernt. Wenn Sie die Daten erhalten wollen müssen Sie sich erneut authentifizieren."],"Crawl errors per page":["Crawl-Fehler pro Seite"],"Search":["Suchen"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Behalten Sie den Überblick über Ihre Suchmaschineneinträge und -fehler: %1$sVerbinden Sie sich hier mit der Google Search Console: %2$s"],"Create redirect":["Weiterleitung erstellen"],"Mark as fixed":["Als korrigiert markieren"],"Response code":["Antwortcode"],"First detected":["Zuerst entdeckt"],"Last crawled":["Zuletzt durchsucht"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s meldet, dass Sie eine Version von %2$s verwenden, die nicht mit %1$s kompatibel ist. Bitte aktualisieren Sie %2$s auf die neueste Version, damit Sie diese Funktion nutzen können."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Die Yoast Plugins tauschen Code untereinander aus, um Ihre Seite schneller zu machen. Aus diesem Grund müssen alle installierten Yoast Plugins aktuell sein. Wir haben festgestellt, dass eines oder mehrere Plugins nicht auf dem aktuellen Stand sind, bitte aktualisieren Sie daher alle veralteten Plugins."],"Feature phone":["Feature Phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Die Ziel-URL existiert nicht, aber Ihr Server sendet keinen 404 (Datei nicht gefunden) Fehler."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Entweder wurde die Zeit der Anforderung überschritten oder die Website blockiert Google."],"Server Error":["Serverfehler"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Der Googlebot konnte auf Ihre Website zugreifen, jedoch sind bestimmte URLs in der Datei %1$s für Googlebot blockiert. Diese Blockade betrifft entweder alle Googlebots oder speziell den Googlebot-Mobile."],"Blocked":["Blockiert"],"Google was unable to crawl this URL due to an undetermined issue.":["Google konnte diese URL aufgrund eines unbestimmten Fehlers nicht crawlen."],"URL points to a non-existent page.":["Die URL verweist auf eine nicht existierende Seite."],"Not found":["Nicht gefunden"],"Not followed":["Nicht verfolgt"],"Faulty redirects":["Fehlerhafte Weiterleitungen"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Der Server erfordert eine Authentifizierung oder verhindert den Zugriff des Googlebots"],"Access denied":["Zugriff verweigert"],"Deactivate %s":["%s deaktivieren"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Das %1$s Plugin könnte in Verbindung mit %2$s Fehler hervorrufen."],"Upload Image":["Bild hochladen"],"Remove these ads?":["Diese Anzeigen entfernen?"],"%s Posts Overview":["%s Beitragsübersicht"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Der Breadcrumbs-Titel wird in den Breadcrumbs benutzt, wo diese Taxonomie erscheint."],"Breadcrumbs title":["Breadcrumbs-Titel"],"The canonical link is shown on the archive page for this term.":["Der Canonical-Link wird auf der Archivseite für diesen Begriff angezeigt."],"Facebook App ID":["Facebook Anwendungs-ID"],"Pinterest":["Pinterest"],"Other":["Anderes"],"Archives":["Archive"],"Email":["E-Mail"],"Previous":["Zurück"],"Next":["Weiter"],"Close":["Schließen"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Sowohl %1$s als auch %2$s erstellen XML-Sitemaps. Zwei Sitemaps haben jedoch keinen Vorteil für Suchmaschinen und könnten Ihre Website sogar verlangsamen."],"Configure %1$s's Open Graph settings":["%1$s OpenGraph-Einstellungen konfigurieren"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Sowohl %1$s als auch %2$s erzeugen OpenGraph Code, was dazu führen könnte, dass Facebook, Twitter, LinkedIn und andere soziale Netzwerke die falschen Texte und Bilder beim Teilen der Seiten verwenden."],"%s Image":["%s Bild"],"%s Description":["%s Beschreibung"],"%s Title":["%s Titel"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Die empfohlene Bildgröße für %1$s sind %2$s Pixel."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Wenn Sie das Bild, das in diesem Beitrag für %s verwendet wurde, überschreiben wollen, wählen Sie ein anderes Bild oder laden Sie ein anderes Bild hoch."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Wenn Sie um diesen Beitrag auf %s zu teilen anstatt der Meta-Beschreibung eine andere Beschreibung verwenden möchten, hinterlegen Sie sie hier."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Wenn Sie den Beitragstitel nicht zum Teilen bei %s verwenden möchten, können Sie hier einen anderen Titel eintragen."],"very difficult":["sehr schwierig"],"Try to make shorter sentences, using less difficult words to improve readability":["Versuchen Sie, kürzere Sätze zu formulieren und einfachere Wörter zu verwenden, um die Lesbarkeit zu verbessern."],"difficult":["schwierig"],"Try to make shorter sentences to improve readability":["Versuchen Sie, kürzere Sätze zu formulieren, um die Lesbarkeit zu verbessern."],"fairly difficult":["ziemlich schwierig"],"OK":["OK"],"fairly easy":["ziemlich einfach"],"easy":["einfach"],"very easy":["sehr einfach"],"Meta Desc.":["Meta Beschr."],"All SEO Scores":["Alle SEO-Werte"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Das Bild muss mindestens 200x200 Pixel groß sein, um von Facebook und anderen Social Media Seiten aufgenommen zu werden."],"(no parent)":["(kein Elternelement)"],"Post is set to noindex.":["Der Beitrag wird nicht indexiert."],"The URL that this page should redirect to.":["Die URL, auf die diese Seite weitergeleitet werden soll."],"301 Redirect":["301-Weiterleitung"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Die Canonical-URL auf die diese Seite zeigen soll. Ist das Feld leer, wird der Permalink übernommen. %1$sCross Domain canonical%2$s wird ebenfalls unterstützt."],"Canonical URL":["Canonical-URL"],"Title to use for this page in breadcrumb paths":["Titel, der für diese Seite in Breadcrumbs-Pfaden benutzt werden soll"],"Breadcrumbs Title":["Breadcrumbs-Titel"],"No Snippet":["Kein Code-Schnipsel"],"No Archive":["Kein Archiv"],"No Image Index":["Kein Bild Index"],"None":["Keine"],"Site-wide default: %s":["Seitenweite Voreinstellung: %s"],"Advanced meta robots settings for this page.":["Erweiterte Meta Robots Einstellungen für diese Seite."],"Meta robots advanced":["Erweiterte Meta Robots"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Achtung: Auch wenn hier die Meta-Robots-Einstellungen gesetzt werden können, - falls die gesamte Website auf \"noindex\" gesetzt ist, bleiben die Eintragungen hier ohne Wirkung."],"Meta description":["Meta-Beschreibung"],"SEO Title":["SEO-Titel"],"Focus keyword":["Fokus-Keyword"],"Snippet preview":["Code-Schnipsel Vorschau"],"Settings successfully imported.":["Einstellungen wurden erfolgreich importiert."],"Settings could not be imported:":["Einstellungen konnten nicht importiert werden:"],"Breadcrumb for 404 pages:":["Breadcrumb für 404 Seiten:"],"Prefix for search result pages:":["Präfix für Suchergebnisseiten:"],"Prefix for archive pages:":["Präfix für Archivseiten:"],"Prefix for breadcrumbs:":["Präfix für Breadcrumbs:"],"Anchor text for the homepage:":["Link-Text für die Startseite:"],"Breadcrumbs separator:":["Breadcrumb Trennzeichen:"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Bild verwenden"],"Action":["Aktion"],"Page URL/Slug":["Seiten URL / Titelform"],"Publication date":["Veröffentlichungsdatum"],"Post Status":["Beitragsstatus"],"WP Page Title":["WP-Seitentitel"],"View":["Ansicht"],"View “%s”":["zeige “%s”"],"Preview":["Vorschau"],"Preview “%s”":["Vorschau “%s”"],"Edit":["Bearbeiten"],"Filter":["Anwenden"],"New Yoast Meta Description":["Neue Yoast Meta-Beschreibung"],"Existing Yoast Meta Description":["Vorhandene Yoast Meta-Beschreibung"],"Facebook profile URL":["URL des Facebook-Profils"],"Twitter username (without @)":["Twitter-Benutzername (ohne @)"],"FAQ":["FAQ"],"Premium Support":["Premium Support"],"Settings":["Einstellungen"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Gehen Sie bitte zu %1$sEinstellungen rarr; „Lesen”%2$s und entfernen Sie den Haken bei „Sichtbarkeit für Suchmaschinen”."],"Huge SEO Issue: You're blocking access to robots.":["Wichtiges SEO-Problem: Sie blockieren den Zugriff von Suchmaschinen."],"Posts":["Beiträge"],"Edit Files":["Dateien editieren"],"Advanced Variables":["Erweiterte Variablen"],"Basic Variables":["Grundvariablen"],"General":["Allgemein"],"Extensions":["Erweiterungen"],"Search Console":["Suchkonsole"],"Tools":["Werkzeuge"],"Advanced":["Erweitert"],"XML sitemaps":["XML-Sitemaps"],"Social":["Sozial"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s hat festgestellt, dass Sie Version %2$s von %3$s nutzen. Bitte aktualisieren Sie auf die neueste Version, um Fehler zu vermeiden."],"Just another WordPress site":["Eine weitere WordPress Seite"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Sie verwenden noch den Standard-WordPress-Untertitel, selbst ein leerer Untertitel ist vermutlich besser. %1$sIm Customizer können Sie dies anpassen%2$s."],"You have used HTML in your value which is not allowed.":["Sie haben HTML in Ihrem Wert verwendet, dies ist nicht erlaubt."],"You can't edit %s that aren't yours.":["Sie können %s, die Ihnen nicht gehören, nicht bearbeiten."],"You can't edit %s.":["Sie können %s nicht bearbeiten."],"Post has an invalid Content Type: %s.":["Beitrag hat einen ungültigen Inhaltstyp: %s."],"Post doesn't exist.":["Dieser Beitrag existiert nicht."],"course\u0004Free:":["Kostenlos:"],"posts\u0004Trash (%s)":["Papierkorb (%s)","Papierkorb (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/de_DE.json b/Resources/Private/Languages/de_DE.json index c241e10..eeb6e5d 100644 --- a/Resources/Private/Languages/de_DE.json +++ b/Resources/Private/Languages/de_DE.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"de"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Um deine aktuellen Crawling-Fehler zu sehen, %1$sbesuche die Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google hat die API zur Anzeige der Crawling-Fehler eingestellt. Deswegen können mögliche Crawling-Fehler hier nicht mehr dargestellt werden. %1$sBitte lies unsere Stellungnahme für weitergehende Informationen%2$s."],"Remove this message":["Diese Nachricht ausblenden"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimiere deine Website für ein lokales Publikum mit unserem %s-Plugin! Optimierte Adressdaten, Öffnungszeiten, Filialfinder und Abhol-Option!"],"Serving local customers?":["Betreuung lokaler Kunden?"],"Get the %s plugin now":["Hol dir jetzt das %s-Plugin"],"Organization social profiles":["Soziale Profile der Organisation"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":["Persönliche Daten"],"Organization logo":["Organisations-Logo"],"Organization name":["Organisations-Name"],"Choose whether the site represents an organization or a person.":["Wähle, ob die Website eine Organisation oder eine Person repräsentiert."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":["Um die Sozialen Konten zu ändern, die auf deiner Website benutzt werden, aktualisiere die Details für %1$s."],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":["Deine Website ist für die Repräsentation einer Person konfiguriert"],"(if one exists)":["(wenn eine existiert)"],"Wikipedia page about you":["Wikipedia-Seite über dich"],"YouTube profile URL":["YouTube Profil URL"],"Tumblr profile URL":["Tumblr Profil URL"],"SoundCloud profile URL":["SoundCloud Profil URL"],"MySpace profile URL":["MySpace Profil URL"],"Organization or person":["Organisation oder Person"],"The person":["Die Person"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Repräsentiert deine Website eine Person oder eine Organisation?"],"The name of the organization":["Der Name der Organisation"],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":["Wähle einen Benutzer…"],"Uncategorized":["Nicht kategorisiert"],"Name:":["Name:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":["Fehler: Bitte unten einen Benutzer auswählen, um die Metadaten deiner Website zu komplettieren."],"SEO score: %s":["SEO-Score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Falls es eine Wikipedia-Seite für dich oder deine Organisation gibt, füge diese auch hinzu."],"Wikipedia URL":["Wikipedia-URL"],"Pinterest profile URL":["Pinterest-Profil-URL"],"Instagram profile URL":["Instagram-Profil-URL"],"LinkedIn profile URL":["LinkedIn-Profil-URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword-Recherche ist für jede SEO-Strategie unerlässlich. Du bestimmst die Suchbegriffe, durch die du gefunden werden möchtest, und ermittelst welche Wörter deine Zielgruppe verwendet, um dich zu finden. Eine umfassende Keyword-Recherche vermittelt dir, welche Inhalte du benötigst, um für die Suchbegriffe gefunden zu werden, für die du gefunden werden möchtest. Stelle sicher, dass deine Bemühungen nur in solche Keywords einfließen, für die du tatsächlich eine Chance hast, ein gutes Ranking zu erzielen! Das %1$s führt dich Schritt für Schritt durch diesen Prozess."],"SEO for Beginners training":["SEO-Anfängerkurs"],"%s for WordPress training":["%s for WordPress Training"],"All-around SEO training":["All-around SEO Training"],"The image you selected is too small for Facebook":["Das ausgewählte Bild ist zu klein für Facebook."],"The given image url cannot be loaded":["Die angegebene URL zum Bild konnte nicht geladen werden."],"Find out what words your audience uses to find you":["Erfahre, welche Begriffe deine Besucher verwenden, um dich zu finden"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sLesefreundlichkeit (Flesch-Reading-Ease)%2$s: Dein Text erreicht %3$s im Test, was als %4$s zum Lesen gilt. %5$s"],"No JSON object was returned.":["Es wurde kein JSON-Objekt zurückgegeben."],"Received internal links":["Erhaltene interne Verlinkungen"],"Outgoing internal links":["Ausgehende interne Verlinkungen"],"New step added":["Neuer Schritt hinzugefügt"],"New question added":["Neue Frage hinzugefügt"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Um eine Weiterleitung zu erstellen und dieses Problem zu lösen, benötigst du %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Du kannst das Plugin inklusive einem Jahr Support und Updates hier kaufen: %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Die integrierte Text-Link-Zähler-Funktion zeigt an, wie viele Links in deinem Text gefunden werden und wie viele Links auf deinen Text verweisen. Das ist sehr hilfreich, wenn du deine %1$sinterne Verlinkung%2$s verbessern möchtest."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Damit diese Funktion korrekt funktioniert, benötigt %1$s mindestens PHP Version %2$s. Wir haben PHP Version %3$s auf dieser Website entdeckt."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Bitte berücksichtige die Auswirkungen und %1$slies diesen Beitrag%2$s wenn du mehr über den Einfluss der Anzeige von Medien in den Suchergebnissen erfahren möchtest."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Damit diese Funktion korrekt funktioniert, muss %1$s eine Tabelle in deiner Datenbank anlegen. Uns war es nicht möglich, diese Tabelle automatisch zu erstellen."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Durch Aktivierung dieser Option, werden Anhangsseiten-URLs sowohl für deine Besucher als auch Google sichtbar. Um den Wert deiner Website zu stärken, sollten sie nützliche Informationen enthalten, sonst kann es sein, dass diese negative Auswirkungen auf dein Ranking haben."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Die %3$sText-Link-Zähler%4$s -Funktion (vorgestellt in %1$s %2$s) ist derzeit deaktiviert."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Bitte lies den nachfolgenden %1$sArtikel in der Wissensdatenbank%2$s, um herauszufinden, wie dieses Problem gelöst werden kann."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Um sicherzustellen, dass alle Links in deinen Texten gezählt werden, müssen wir alle deine Texte analysieren."],"All you have to do is press the following button and we'll go through all your texts for you.":["Klicke einfach auf den nachfolgenden Button und wir gehen für dich all deine Texte durch."],"Count links":["Links zählen"],"Free":["Kostenlos"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sBilder mit Alt-Attributen%5$s: Die Alt-Attribute bei %1$d von %2$d Bildern auf dieser Seite enthalten Wörter aus der Keyphrase oder entsprechende Synonyme. Das ist etwas viel. %4$sVerwende die Keyphrase bzw. Synonyme davon nur wenn sie zum Bild passen%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sBilder mit Alt-Attributen%2$s: Gut gemacht!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sBilder mit Alt-Attributen%5$s: Von %2$d Bildern auf dieser Seite, hat nur %1$d Bild ein Alt-Attribut, welches das Thema deines Textes widerspiegelt. %4$sFüge deine Keyphrase oder entsprechende Synonyme zu den Alt-Tags bei passenden Bildern hinzu%5$s!","%3$sBilder mit Alt-Attributen%5$s: Von %2$d Bildern auf dieser Seite, haben nur %1$d Bilder ein Alt-Attribut, welches das Thema deines Textes widerspiegelt. %4$sFüge deine Keyphrase oder entsprechende Synonyme zu den Alt-Tags bei passenden Bildern hinzu%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sBilder mit Alt-Attributen%3$s: Die Bilder auf dieser Seite haben keine Alt-Attribute, die das Thema deines Textes widerspiegeln. %2$sFüge deine Keyphrase oder entsprechende Synonyme zu den Alt-Attributen bei passenden Bildern hinzu%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sBilder mit Alt-Attributen%3$s: Die Bilder auf dieser Seite haben Alt-Attribute, aber du hast noch keine Keyphrase bestimmt. %2$sKorrigiere das%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in Zwischenüberschriften%2$s: %3$s deiner hierarchisch höheren Zwischenüberschriften spiegelt das Thema deines Textes wider. Gut gemacht!","%1$sKeyphrase in Zwischenüberschriften%2$s: %3$s deiner hierarchisch höheren Zwischenüberschriften spiegeln das Thema deines Textes wider. Gut gemacht!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in Zwischenüberschriften%2$s: Deine hierarchisch höhere Zwischenüberschrift spiegelt das Thema deines Textes wider. Gut gemacht!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in Zwischenüberschriften%3$s: %2$sVerwende mehr Keyphrasen und Synonyme in deinen hierarchische höheren Zwischenüberschriften%3$s!"],"Page %s":["Seite %s"],"Cannot get the size of %1$s because of unknown reasons.":["Die Größe von %1$s kann aus unbekannten Gründen nicht bestimmt werden."],"Cannot get the size of %1$s because it is hosted externally.":["Die Größe von %1$s kann nicht bestimmt werden, da diese URL extern gehostet wird."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Stelle den Schieberegler einfach auf \"An\" und schon kannst du die rekalibrierte Analyse verwenden. Gleichzeitig setzen wir dich auf unsere spezielle Mailingliste. Wir werden dir ausschließlich in Bezug auf deine Erfahrungen mit dieser Rekalibrierung E-Mails zusenden!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Wir haben %1$sunsere Analyse rekalibriert%2$s. Die neue Analyse erlaubt noch tiefere Einblicke in die Art, wie Google deine Website wahrnimmt. Es wäre %3$sgroßartig%4$s, wenn du %3$sdie Betaversion dieser Funktion%4$s für uns testen würdest!"],"Get an even better analysis":["Erhalte eine noch bessere Analyse"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sEinzeltitel%3$s: H1s sollten nur als Haupttitel verwendet werden. Finde alle H1s in deinem Text, die nicht dein Haupttitel sind und %2$sändere sie auf eine niedrigere Überschriftenebene%3$s!"],"Improve sharing on Facebook and Pinterest":["Das Teilen auf Facebook und Pinterest verbessern"],"You do not have the required rights to export settings.":["Du hast nicht die erforderlichen Rechte, um die Einstellungen zu exportieren."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopiere all diese Einstellungen in einen Tab auf einer anderen Seite %1$s und klicke dort \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["Dies sind Einstellungen für das Plugin %1$s von %2$s"],"No settings found.":["Keine Einstellungen gefunden."],"Export your %1$s settings here, to copy them on another site.":["Exportiere deine %1$s Einstellungen hier, um sie auf eine andere Seite zu kopieren."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Der Import von Einstellungen ist nur auf Servern mit mindestens PHP 5.3 möglich."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importiere die Einstellungen, die du von einer anderen Seite kopiert hast, hier und klicke \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde nicht gefunden. Das ist weniger als das empfohlene Minimum von %3$d Mal für einen Text dieser Länge. %4$sKonzentriere dich auf deine Keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrasendichte%2$s: Die Keyphrase wurde %5$d Mal gefunden. Das ist weniger als das empfohlene Minimum von %3$d Mal für einen Text dieser Länge. %4$sKonzentriere dich auf deine Keyphrase%2$s!","%1$sKeyphrasendichte%2$s: Die Keyphrase wurde %5$d Mal gefunden. Das ist weniger als das empfohlene Minimum von %3$d Mal für einen Text dieser Länge. %4$sKonzentriere Dich auf deine Keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrasendichte%2$s: Die Keyphrase wurde %3$d Mal gefunden. Das ist hervorragend!","%1$sKeyphrasendichte%2$s: Die Keyphrase wurde %3$d Mal gefunden. Das ist hervorragend!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist mehr als das empfohlene Maximum von %3$d mal für einen Text dieser Länge. %4$sÜberoptimiere deinen Text nicht%2$s!","%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist mehr als das empfohlene Maximum von %3$d Mal für einen Text dieser Länge. %4$sÜberoptimiere deinen Text nicht%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist deutlich mehr als das empfohlene Maximum von %3$d Mal für einen Text dieser Länge. %4$sÜberoptimiere deinen Text nicht%2$s!","%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist deutlich mehr als das empfohlene Maximum von %3$d Mal für einen Text dieser Länge. %4$sÜberoptimiere deinen Text nicht%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indexierung für Objekt %1$s mit Typ %2$s gelöscht"],"Indexable saved for object %1$s with type %2$s":["Indexierung für Objekt %1$s mit Typ %2$s gespeichert"],"Indexable created for object %1$s with type %2$s":["Indexierung für Objekt %1$s mit Typ %2$s erstellt"],"Indexable meta deleted.":["Indexierbares Meta-Element gelöscht."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Indexierbares Meta-Element für indexierbare ID %1$s mit Meta-Schlüssel %2$s gespeichert"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Indexierbare Metadaten für die indexierbare ID %1$s mit dem Metaschlüssel %2$s erstellt"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Für die indexierbare ID %1$s und den Metaschlüssel %2$s wurde kein Meta Tag gefunden."],"There is no indexable found for author id %1$s.":["Nichts Indizierbares gefunden für Autor mit ID %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Es gibt keinen primären Begriff für Bericht-ID %1$s und die Taxonomie %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Für die Term-ID %1$s und die Taxonomie %2$s wurde kein Index gefunden."],"There is no indexable found for post id %1$s.":["Für die Post-ID %1$s wurde kein Index gefunden."],"Method %1$s() does not exist in class %2$s":["Die Methode %1$s() ist in Klasse %2$s nicht vorhanden"],"With %s, you can easily create such redirects.":["Mit %s kannst du solche Umleitungen einfach erstellen."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Die Einstellung deiner Permalinks zu ändern, kann deine Sichtbarkeit in den Suchmaschinen stark verändern. Es sollte so gut wie %1$s nie %2$s auf einer sich online befindlichen Webseite vorgenommen werden. "],"WARNING:":["WARNUNG:"],"Learn about why permalinks are important for SEO.":["Lerne mehr darüber, warum Permalinks wichtig für SEO sind."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunktionswörter in der Keyphrase%3$s: Deine Keyphrase \"%4$s\" besteht ausschließlich aus Funktionswörtern. %2$sErfahre mehr darüber, was eine gute Keyphrase ausmacht.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Wusstest du schon, dass %s auch Plural- oder Zeitformen deiner Keyphrase analysiert?"],"Clear Image":["Bild löschen"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLänge der Keyphrase%3$s: %2$sLege eine Keyphrase fest, damit dein SEO-Score berechnet werden kann%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase im Permalink%2$s: Über die Hälfte deiner Keyphrase kommt im Permalink vor. Das ist super!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase im Permalink%3$s: Deine Keyphrase kommt (teilweise) nicht im Permalink vor. %2$sÄndere das%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase im Permalink%2$s: Vorhanden. Gut gemacht!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase im Titel%3$s: Nicht alle Wörter deiner Keyphrase \"%4$s\" erscheinen im SEO-Titel. %2$sVersuche deine Keyphrase wortwörtlich im SEO-Titel zu verwenden%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase im Titel%3$s: Nicht wortwörtlich enthalten. %2$sVersuche deine Keyphrase wortwörtlich im SEO-Titel zu verwenden.%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase im Titel%3$s: Die wortwörtliche Form der Keyphrase befindet sich im SEO-Titel, allerdings nicht am Anfang. %2$sSetze sie an den Anfang%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase im Titel%2$s: Die wortwörtliche Form der Keyphrase erscheint am Anfang des SEO-Titels. Gut gemacht!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sVerteilung der Keyphrase%2$s: Gut gemacht!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sVerteilung der Keyphrase%3$s: Ungleichmäßig. Einige Textabschnitte enthalten weder die Keyphrase noch deren Synonyme. %2$sVerteile diese gleichmäßiger%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sVerteilung der Keyphrase%3$s: Sehr ungleichmäßig. Viele Textabschnitte enthalten weder die Keyphrase noch deren Synonyme. %2$sVerteile diese gleichmäßiger%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sVerteilung der Keyphrase%3$s: %2$sVerwende deine Keyphrase oder deren Synonyme im Text, damit wir die Verteilung der Keyphrase prüfen können%3$s."],"Help on choosing the perfect focus keyphrase":["Hilfe bei der Auswahl des perfekten Fokus-Schlüsselworts"],"Would you like to add a related keyphrase?":["Möchtest du eine verwandte Keyphrase hinzufügen?"],"Go %s!":["Start %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Um die Datumsarchive von den Suchergebnissen auszuschließen, erhalten sie die Metainformation %1$s. %2$sErfahre mehr über Einstellungen für Suchmaschinen%3$s."],"Rank better with synonyms & related keyphrases":["Ranke besser mit Synonymen & verwandten Keyphrasen."],"optimize a single post for synonyms and related keyphrases.":["Optimiere einen einzelnen Beitrag für Synonyme und verwandte Keyphrasen."],"Synonyms & related keyphrases":["Synonyme & verwandte Keyphrasen"],"Add related keyphrase":["Ähnliches Keyword hinzufügen"],"Dismiss %s upgrade notice":["%s-Upgrade-Hinweis schließen"],"Upgrade to %s":["Upgrade auf %s"],"%1$s video":["%1$s Video"],"Get %s":["Erhalte %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sBereits verwendete Keyphrase%6$s: Du hast diese Keyphrase zuvor schon %1$s%2$d Mal verwendet%3$s. %5$sVerwende Keyphrasen immer nur einmal.%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sBereits verwendete Keyphrase%5$s: Du hast diese Keyphrase bereits zuvor schon %1$seinmal%2$s verwendet. %4$sVerwende Keyphrases immer nur einmal.%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sBereits verwendete Keyphrase%2$s: Du hast diese Keyphrase noch nie verwendet. Sehr gut!"],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sPermalink Stoppwörter%3$s: Der Permalink für diese Seite enthält ein Stoppwort. %2$sEntferne es%3$s!","%1$sPermalink Stoppwörter%3$s: Der Permalink für diese Seite enthält Stoppwörter. %2$sEntferne sie%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sPermalink zu lang%3$s: Der Permalink für diese Seite ist etwas zu lang. %2$sKürze ihn%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$s Bilder mit Alt-Attributen%3$s: Auf dieser Seite gibt es keine Bilder. %2$s Füge welche hinzu%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink Keyphrase%3$s: Du verlinkst mit den Wörtern, mit denen diese Seite ranken soll, zu einer anderen Seite. %2$sVermeide das%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dies liegt weit unter dem empfohlenen Mindestwert von%5$d Wort. %3$sMehr Inhalt hinzufügen%4$s.","Dies liegt weit unter dem empfohlenen Mindestwert von %5$d Wörtern. %3$sMehr Inhalt hinzufügen%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Das ist weniger als das empfohlene Minimum von %5$d Wort. %3$sFüge mehr Inhalt hinzu%4$s.","Das ist weniger als das empfohlene Minimum von %5$d Wörtern. %3$sFüge mehr Inhalt hinzu%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sText Länge%4$s: Der Text enthält %1$d Wort.","%2$sText Länge%4$s: Der Text enthält %1$d Wörter."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sTextlänge%3$s: Der Text enthält %1$d Wort. Großartig!","%2$sTextlänge%3$s: Der Text enthält %1$d Wörter. Großartig!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in Zwischenüberschriften%3$s: Mehr als 75%% deiner hierarchisch höheren Zwischenüberschriften spiegeln das Thema deines Textes wider. Das ist zu viel. %2$sÜberoptimiere nicht%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sBreite des SEO-Titels%3$s: %2$sBitte erstelle einen SEO-Titel%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sBreite des SEO-Titels%3$s: Der SEO-Titel ist breiter als das sichtbare Limit. %2$sKürze ihn%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sBreite des SEO-Titels%2$s: Gut gemacht!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sBreite des SEO-Titels%3$s: Der SEO-Titel ist zu kurz. %2$sNutze den vorhandenen Platz aus, indem du Varianten der Keyphrase oder einen ansprechenden Call-to-Action-Text hinzufügst%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sAusgehende Links%2$s: Auf dieser Seite befinden sich sowohl nofollowed als auch normale ausgehende Links. Gut gemacht!"],"%1$sOutbound links%2$s: Good job!":["%1$sAusgehende Links%2$s: Gute Arbeit!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sAusgehende Links%3$s: Alle ausgehenden Link auf dieser Seite sind nofollow. %2$sFüge einige normale Links hinzu%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sAusgehende Links%3$s: Es scheinen keine ausgehenden Links auf dieser Seite zu existieren %2$sWelche hinzufügen%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLänge der Meta-Beschreibung%2$s: Gut gemacht!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLänge der Meta-Beschreibung%3$s: Die Meta-Beschreibung ist länger als %4$d Zeichen. Damit die vollständige Beschreibung sichtbar ist, %2$solltest du sie kürzen%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLänge der Meta-Beschreibung%3$s: Die Meta-Beschreibung ist zu kurz (weniger als %4$d Zeichen). Es sind bis zu %5$d Zeichen verfügbar. %2$sMach dir das zunutze%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLänge der Meta-Beschreibung%3$s: Es wurde keine Meta-Beschreibung festgelegt. Suchmaschinen werden stattdessen Textauschnitte der Seite darstellen. %2$sSchreibe eine Meta-Beschreibung%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in der Meta-Beschreibung%2$s: Die Meta-Beschreibung wurde festgelegt, aber die Keyphrase kommt darin nicht vor. %3$sBehebe das%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in Meta-Beschreibung%2$s: Die Meta-Beschreibung enthält die Keyphrase %3$s Mal. Das liegt über dem empfohlenen Maximum von zwei Vorkommnissen. %4$sVerwende die Keyphrase weniger häufig%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in Meta-Beschreibung%2$s: Die Meta-Beschreibung enthält die Keyphrase oder Synonyme. Gut gemacht!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLänge der Keyphrase%5$s: Die Keyphrase ist %1$d Wörter lang. Das ist viel mehr als das empfohlene Maximum von %2$d Wörtern. %4$sKürze deine Keyphrase!%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLänge der Keyphrase%5$s: Die Keyphrase ist %1$d Wörter lang. Das ist mehr als das empfohlene Maximum von %2$d Wörtern. %4$sKürze deine Keyphrase!%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLänge der Keyphrase%2$s: Gut gemacht!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLänge der Keyphrase%3$s: Es wurde keine Fokus-Keyphrase für diese Seite festgelegt. %2$sLege eine Keyphrase fest, damit wir deinen SEO-Score berechnen können%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in der Einleitung%3$s: Weder deine Keyphrase noch deren Synonyme kommen im ersten Absatz vor. %2$sStelle sicher, dass das Thema sofort klar ist%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in der Einleitung%3$s: Deine Keyphrase oder deren Synonyme kommen im ersten Absatz vor, allerdings nicht im selben Satz. %2$sBehebe das%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in der Einleitung%2$s: Vorhanden. Gut gemacht!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterne Links%2$s: Es gibt sowohl Links mit nofollow-Attribut als auch normale interne Links auf dieser Seite. Gut gemacht!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterne Links%2$s: Es gibt genügend interne Links. Gut gemacht!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterne Links%3$s: Die internen Links auf dieser Seite haben alle ein nofollow-Attribut. %2$sFüge einige gute interne Links hinzu%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterne Links%3$s: Es gibt keine internen Links auf dieser Seite. %2$sFüge welche hinzu%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sBindewörter%2$s: Gut gemacht!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sBindewörter%2$s: Nur %3$s der Sätze enthalten Bindewörter. Das reicht nicht aus. %4$sVerwende mehr davon%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sBindewörter%2$s: Keiner der Sätze beinhaltet Bindewörter. %3$sVerwende welche%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNicht genug Inhalt%2$s: %3$sUm bessere Analysen zu ermöglichen, bitte mehr Inhalt hinzufügen%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sVerteilung von Zwischenüberschriften%2$s: Du verwendest keine Zwischenüberschriften. Allerdings ist der Text sehr kurz und benötigt wahrscheinlich keine."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sVerteilung von Zwischenüberschriften%2$s: Du benutzt überhaupt keine Zwischenüberschriften, obwohl dein Text ziemlich lang ist. %3$sVersuche ein paar Zwischenüberschriften hinzuzufügen%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":[" %1$sVerteilung von Zwischenüberschriften%2$s: %3$d Abschnitt deines Textes ist länger als %4$d Wörter und wird durch keine Zwischenüberschriften unterteilt. %5$sUm die Lesbarkeit zu erhöhen, füge Zwischenüberschriften hinzu%2$s.","%1$sVerteilung von Zwischenüberschriften%2$s: %3$d Abschnitte deines Textes sind länger als %4$d Wörter und werden durch keine Zwischenüberschriften unterteilt. %5$sUm die Lesbarkeit zu erhöhen, füge Zwischenüberschriften hinzu%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sVerteilung von Zwischenüberschriften%2$s: Gut gemacht!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSatzlänge%2$s: %3$s der Sätze haben mehr als %4$s Wörter, was mehr ist als das empfohlene Maximum von %5$s. %6$sVersuche die Sätze zu kürzen%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSatzlänge%2$s: Großartig!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sAufeinanderfolgende Sätze%2$s: Es ist genug Abwechslung in deinen Sätzen. Das ist großartig!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":[" %1$sAufeinanderfolgende Sätze%2$s: Der Text enthält %3$d aufeinanderfolgende Sätze, die mit demselben Wort beginnen. %5$sVersuche es mit etwas mehr Abwechslung%2$s!","%1$sAufeinanderfolgende Sätze%2$s: Der Text enthält %4$d Fälle, in denen %3$d oder mehr aufeinanderfolgende Sätze mit demselben Wort beginnen. %5$sVersuche es mit etwas mehr Abwechslung%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive Sätze%2$s: %3$s der Sätze sind passiv, was mehr ist als das empfohlene Maximum von %4$s. %5$sVersuche mehr aktive Sätze zu benutzen%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive Sätze%2$s: Du benutzt ausreichend viel aktive Sätze. Sehr gut!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sAbsatzlänge%2$s: %3$d Absatz beinhaltet mehr als das empfohlene Maximum von %4$d Wörtern. %5$sKürze den Absatz%2$s!","%1$sAbsatzlänge%2$s: %3$d Absätze beinhalten mehr als das empfohlene Maximum von %4$d Wörtern. %5$sKürze die Absätze%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sAbsatzlänge%2$s: Keiner der Absätze ist zu lang. Gut gemacht!"],"Good job!":["Gute Arbeit!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sLesefreundlichkeit (Flesch-Reading-Ease)%2$s: Der Text erreicht %3$s im Test, was als %4$s zum Lesen gilt. %5$s%6$s%7$s"],"Focus keyphrase":["Fokus-Keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s mit der ID %2$s konnte nicht eingesetzt werden"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Ungültige POST-Anfrage. Meta-Werte für ein Objekt mit der ID %1$s sind bereits vorhanden."],"Indexable with ID `%1$s` does not exist":["Indizierbare ID »%1$s« ist nicht vorhanden"],"No object with ID %1$s and %2$s could be found":["Es konnte kein Objekt mit der ID %1$s und %2$s gefunden werden"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` ist keine gültige Subtyp von `%2$s`"],"The object type `%1$s` is invalid":["Der Objekt-Typ `%1$s` ist ungültig."],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Ungültiger Typ für den Parameter `%1$s` übergeben. Erwartet `%2$s`, aber bekam `%3$s`."],"The parameter `%1$s` cannot be empty.":["Der Parameter `%1$s` darf nicht leer sein."],"Check Keyphrase Density":["Überprüfe die Keyphrasendichte"],"Disable":["Deaktivieren"],"Allow Control":["Kontrolle zulassen"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Diese Registerkarte ermöglicht es dir, die %s Funktionen für alle Seiten im Netzwerk selektiv zu deaktivieren. Standardmäßig sind alle Funktionen aktiviert, so dass die Administratoren der Website selbst entscheiden können, ob sie eine Funktion für ihre Website ein- oder ausschalten möchten. Wenn du eine Funktion hier deaktivieren möchtest, können die Administratoren diese Funktion überhaupt nicht verwenden."],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Keyphrase"],"Remove keyphrase":["Keyphrase löschen"],"This feature has been disabled by the network admin.":["Diese Funktion wurde durch den Netzwerkadministrator deaktiviert."],"Focus keyphrase not set.":["Fokuskeyphrase nicht festgelegt."],"Multiple keyphrases":["mehrere Keyphrasen"],"Colon":["Doppelpunkt"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s und %2$s leiten die Suchmaschinenoptimierung deiner Seite. Es ist schädlich, zwei verschiedene SEO Plugins gleichzeitig zu nutzen."],"There is a new notification.":["Es gibt eine neue Benachrichtigung.","Es gibt neue Benachrichtigungen."],"Learn more about the readability analysis":["Lerne mehr über die Lesbarkeitsanalyse"],"Describe the duration of the instruction:":["Beschreibe die Dauer der Anleitung:"],"Optional. Customize how you want to describe the duration of the instruction":["Optional. Passe an, wie du die Dauer der Anleitung beschreiben möchtest. "],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Dies ist eine Liste von verwandtem Inhalt auf den du in deinem Beitrag verweisen kannst. {{a}}Lies unseren Artikel über Seitenstruktur{{/a}}, um mehr darüber zu lernen, wie interne Verlinkungen deinen SEO Score verbessern können."],"%s, %s and %s":["%s, %s und %s"],"%s and %s":["%s und %s"],"%d minute":["%d Minute","%d Minuten"],"%d hour":["%d Stunde","%d Stunden"],"%d day":["%d Tag","%d Tage"],"Enter a step title":["Schritt-Titel eingeben"],"Optional. This can give you better control over the styling of the steps.":["Optional. Dies kann dir eine bessere Kontrolle über das Styling der Schritte geben."],"CSS class(es) to apply to the steps":["CSS-Klasse(n), die auf die Schritte angewendet werden sollen"],"minutes":["Minuten"],"hours":["Stunden"],"days":["Tage"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Erstelle eine Anleitung auf SEO-freundliche Weise. Du kannst nur einen How-to-Absatz pro Beitrag verwenden."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Liste deine häufig gestellten Fragen SEO-freundlich auf. Du kannst nur einen FAQ-Absatz pro Bericht verwenden."],"Copy error":["Fehler kopieren"],"An error occurred loading the %s primary taxonomy picker.":["Beim Laden des primären Taxonomie-Pickers %s ist ein Fehler aufgetreten."],"%1$s Structured Data Blocks":["%1$s strukturierte Datenblöcke"],"Time needed:":["Benötigte Zeit:"],"Move question down":["Frage nach unten verschieben"],"Move question up":["Frage nach oben verschieben"],"Insert question":["Frage hinzufügen"],"Delete question":["Frage löschen"],"Enter the answer to the question":["Antwort auf die Frage eingeben"],"Enter a question":["Gib eine Frage ein"],"Add question":["Frage hinzufügen"],"Frequently Asked Questions":["Häufig gestellte Fragen (FAQ)"],"Great news: you can, with %s!":["Tolle Neuigkeiten: Du kannst es, mit %s!"],"Select the primary %s":["Wähle die primären %s"],"Check links to this URL":["Links zu dieser URL überprüfen"],"Keyword research training":["Übungen zur Keyword-Suche"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Überprüfe die %1$sArchiv-Vorlage%2$s für den folgenden Inhaltstyp: %3$s.","Überprüfe die %1$sArchiv-Vorlagen%2$s für die folgenden Inhaltstypen: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Versuchst du, mehrere Keywords zu verwenden? Du solltest sie unten einzeln hinzufügen."],"Mark as cornerstone content":["Als Cornerstone-Inhalt markieren"],"Move step down":["Schritt nach unten verschieben"],"Move step up":["Schritt nach oben verschieben"],"Insert step":["Schritt einfügen"],"Delete step":["Schritt löschen"],"Add image":["Bild hinzufügen"],"Enter a step description":["Gib eine Beschreibung für den Schritt ein"],"Enter a description":["Gib eine Beschreibung ein"],"Unordered list":["Unsortierte Liste"],"Showing step items as an ordered list.":["Schritt-Elemente als geordnete Liste anzeigen."],"Showing step items as an unordered list":["Schritt-Elemente als ungeordnete Liste anzeigen"],"Add step":["Schritt hinzufügen"],"Delete total time":["Gesamtzeit löschen"],"Add total time":["Gesamtzeit hinzufügen"],"How to":["Anleitung"],"How-to":["Anleitung"],"Snippet Preview":["Vorschau des Snippets"],"Analysis results":["Analyse-Ergebnisse"],"Enter a focus keyphrase to calculate the SEO score":["Gib ein Fokus-Keyword ein, um den SEO-Wert zu berechnen"],"Learn more about Cornerstone Content.":["Erfahre mehr über Cornerstone-Inhalte."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone-Inhalte sollten die wichtigsten und umfassendsten Artikel deiner Seite sein."],"Restore Site":["Seite wiederherstellen"],"Network Settings":["Netzwerk-Einstellungen"],"You are not allowed to perform this action.":["Diese Aktion darfst du nicht ausführen."],"Error: %s":["Fehler: %s"],"Success: %s":["Erfolg: %s"],"Site with ID %d not found.":["Seite mit der ID %d wurde nicht gefunden."],"No site has been selected to restore.":["Es wurde keine Seite zum Wiederherstellen ausgewählt."],"You are not allowed to modify unregistered network settings.":["Es ist dir nicht erlaubt, nicht registrierte Netzwerk-Einstellungen zu ändern."],"deleted":["gelöscht"],"Would you like to add another keyphrase?":["Möchten Sie eine weitere Schlüsselphrase hinzufügen?"],"image preview":["Bildvorschau"],"Copied!":["Kopiert!"],"Not supported!":["Nicht unterstützt!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lies {{a}}unseren Artikel über Seitenstruktur{{/a}}, um mehr darüber zu erfahren, wie interne Verlinkungen deinen SEO Score verbessern können."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Hast du deiner Seite einmal etwas mehr Inhalt hinzugefügt, werden wir dir eine Liste mit verwandten Inhalten anzeigen, welche du in deinem Beitrag verlinken kannst."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Überlege, zu diesen {{a}}Cornerstone-Artikeln{{/a}} zu verlinken. "],"Consider linking to these articles:":["Überlege, auf diese Artikel zu verlinken "],"Copy link":["Link kopieren"],"Copy link to suggested article: %s":["Link zum vorgeschlagenen Artikel kopieren: %s"],"The site's tagline":["Der Untertitel der Website"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Wir haben vor kurzem die Funktionalität der Einstellungen für die Suchansicht verbessert. Leider haben wir festgestellt, dass bei einigen Edge-Cases das Speichern der Einstellungen für bestimmte Inhaltstyp-Archive schief gelaufen sein könnte."],"Not all required fields are given. Missing field %1$s":["Nicht alle Pflichtfelder sind angegeben. Fehlendes Feld %1$s"],"Optimize your site for Google News.":["Optimiere deine Website für Google News."],"Optimize your shop's SEO and sell more products!":["Optimiere das SEO deines Shops und verkaufe mehr!"],"Be found in Google Video search and enhance your video sharing on social media.":["Werde in der Google Video Suche gefunden und verbessere das Teilen von Videos in den sozialen Medien."],"Be found in Google Maps and local results.":["Werde in Google Maps und den lokalen Suchergebnissen gefunden."],"Learn practical SEO skills to rank higher in Google.":["Lerne praktische SEO Fertigkeiten, damit du höher in Google rankst."],"Don’t waste time figuring out the best settings yourself.":["Verschwende keine Zeit darauf, die besten Einstellungen selbst herauszufinden."],"Get quick wins to make your site rank higher in search engines.":["Erziele schnelle Erfolge, um deine Website höher in den Suchmaschinen ranken zu lassen."],"Add synonyms":["Synonyme hinzufügen"],"Would you like to add keyphrase synonyms?":["Möchtest du Keyphrase-Synonyme hinzufügen?"],"Would you like to add more than one keyphrase?":["Möchtest du mehr als eine Keyphrase hinzufügen?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Die SEO Metadaten für diesen benutzerdefinierten Beitragstyp können auf der %1$sShop-Seite%2$s bearbeitet werden."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Du hast in deinen WooCommerce Einstellungen bisher keine Shop-Seite eingestellt. Bitte erledige dies zuerst."],"Current year":["Aktuelles Jahr"],"Page":["Seite"],"Breadcrumb settings for %s archive":["Breadcrumb-Einstellungen für %s Archiv"],"Tagline":["Untertitel"],"Modify your meta description by editing it right here":["Bearbeite direkt hier deine Meta-Beschreibung "],"description (custom taxonomy)":["Beschreibung (benutzerdefinierte Taxonomie)"],"(custom taxonomy)":["(benutzerdefinierte Taxonomie)"],"(custom field)":["(benutzerdefiniertes Feld)"],"Term404":["404Hinweis"],"Caption":["Beschreibung"],"Pagenumber":["Seitennummer"],"Pagetotal":["Seitenanzahl"],"Page number":["Seite Nummer"],"User description":["Benutzerbeschreibung"],"ID":["ID"],"Modified":["Geändert"],"Post type (plural)":["Inhaltstyp (Plural)"],"Post type (singular)":["Inhaltstyp (Singular)"],"Separator":["Trennzeichen"],"Search phrase":["Suchwort"],"Term title":["Begriffstitel"],"Term description":["Begriffsbeschreibung"],"Tag description":["Schlagwortbeschreibung"],"Category description":["Kategoriebeschreibung"],"Primary category":["Primäre Kategorie"],"Category":["Kategorie"],"Tag":["Schlagwort"],"Excerpt only":["Nur Auszug"],"Excerpt":["Textauszug"],"Site title":["Titel der Website"],"Archive title":["Archiv Titel"],"Parent title":["Titel der übergeordneten Seite"],"Date":["Datum"],"Label":["Beschriftung"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Du solltest eine Weiterleitung einrichten, damit Besucher keinen 404 Fehler erhalten, wenn sie eine veraltete URL anklicken."],"Search engines and other websites can still send traffic to your deleted post.":["Suchmaschinen und andere Websites können weiterhin Besucherstrom zu deinen gelöschten Beiträgen leiten."],"Make sure you don't miss out on traffic!":["Lasse dir den Besucherstrom nicht durch die Lappen gehen!"],"You just deleted a %1$s.":["Du hast %1$s gelöscht."],"You just trashed a %1$s.":["%1$s in den Papierkorb geworfen."],"Settings for %s archive":["Einstellungen für %s Archiv"],"Settings for single %s URLs":["Einstellungen für einzelne %s URLs"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Die Einstellungen auf dieser Seite erlauben das Festlegen der standardmäßigen Darstellung Ihrer sämtlichen Inhaltstypen in den Suchergebnissen. Du kannst auswählen, welche Inhaltstypen in den Suchergebnissen erscheinen sollen und wie deine Standard-Beschreibungen lauten sollen."],"Note that not all variables can be used in every field.":["Beachte, dass nicht alle Variablen in jedem Feld verwendet werden können."],"Snippet variables":["Snippet-Variablen"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respektiert deine Privatsphäre. Lese unsere %2$sDatenschutzbestimmungen%3$s, wie wir mit deinen persönlichen Daten umgehen."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Wenn du weißt, was das bedeutet und du diese Nachricht nicht mehr sehen willst, kannst du %1$sdiese Nachricht ausblenden%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Die Einstellungen deiner Website erlauben derzeit Anhang-URLs auf deiner Website. Bitte lese %1$sDiesen Beitrag über mögliche Probleme%2$s mit Anhang-URLs und überprüfe, ob du die korrekte Einstellung für seine Website hast."],"Unknown type %1$s":["Unbekannter Typ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Beinhaltet ein kostenloses MyYoast Konto, das dir Zugang zu unserem kostenlosen SEO für Anfänger Kurs gibt!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Melde dich für unseren Newsletter an, wenn du über %1$s, andere coole Plugins von %2$s und interessante Neuigkeiten und Tipps aus der Welt der SEO auf dem Laufenden bleiben möchtest."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Hole dir deinen Baidu-Verifizierungscode in den %1$s Baidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu-Verifizierungscode"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Die %s Importer-Funktionalität verwendet temporäre Datenbanktabellen. Anscheinend hat deine WordPress Installation nicht die erforderliche Berechtigung dies zu tun. Wende dich bitte an deinen Hosting-Anbieter."],"Cleanup of %s data failed.":["Die Bereinigung von %s-Daten ist fehlgeschlagen."],"Content Type":["Inhaltstyp"],"Filter by content type":["Filter nach Inhaltstyp"],"Show All Content Types":["Alle Inhaltstypen anzeigen"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Um dies zu beheben, deaktiviere das Kontrollkästchen \"Kommentare auf Seiten aufteilen....\" auf der Seite %1$sKommentar-Einstellungen Seite%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Wird durch den normalen Titel für ein von WordPress erzeugtes Archiv ersetzt"],"Clean":["Bereinigung"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Sobald du sicher bist, dass deine Seite in Ordnung ist, kannst du aufräumen. Dadurch werden alle Originaldaten entfernt."],"Step 5: Clean up":["Schritt 5: Bereinigung"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Du solltest den Konfigurationsassistenten auf der Seite SEO → Allgemein → Dashboard ausführen, um sicherzustellen, dass alle Einstellungen für deine Website korrekt sind."],"Step 4: Run the configuration wizard":["Schritt 4: Starte den Konfigurationsassistenten"],"Please check your posts and pages and see if the metadata was successfully imported.":["Bitte prüfe deine Artikel und Seiten um festzustellen, ob die Metadaten erfolgreich importiert wurden."],"Step 3: Check your data":["Schritt 3: Prüfe deine Daten"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Schritt 2: Importieren"],"Please make a backup of your database before starting this process.":["Bitte lege ein Backup deiner Datenbank an bevor du den Prozess startest."],"Step 1: Create a backup":["Schritt 1: Erstelle ein Backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Wir haben Daten von mindestens einem SEO Plugin auf deiner Seite erkannt. Bitte folge den folgenden Schritten um diese Daten zu importieren:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Beiträge, die nicht in Suchergebnissen erscheinen sollen"],"%s data found.":["%s Daten gefunden."],"%s data successfully removed.":["%s Daten erfolgreich entfernt."],"%s data successfully imported.":["%s Daten erfolgreich importiert."],"%s data not found.":["%s Daten nicht gefunden."],"Improve your SEO skills":["Verbessere deine SEO-Skills"],"24/7 email support":["24/7 E-Mail-Support"],"No more dead links a.k.a. 404 pages":["Keine toten Links / 404 Seiten mehr"],"Get real-time suggestions for internal links":["Erhalte Echtzeit-Vorschläge für interne Links"],"Preview your page in Facebook and Twitter":["Sieh dir die Seitenvorschau in Facebook und Twitter an"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Klicke den Button \"%3$s\", wenn du die Meta-Beschreibung verwenden möchtest, die bereits in der Einstellung %1$sSite-Darstellung in den Suchergebnissen%2$s festgelegt ist."],"Help on copying the home meta description":["Hilfe beim Kopieren der Meta-Beschreibung der Startseite"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Gib die Daten zu den sozialen Netzwerkprofilen deiner Site an, damit Suchmaschinen erkennen, welche Profile zu dieser Site gehören."],"Learn more about your social profiles settings":["Erfahre mehr über deine Profileinstellungen für soziale Medien"],"Remove the categories prefix":["Entferne das Präfix der Kategorien"],"Help on the category prefix setting":["Hilfe bei der Einstellung für das Kategorie-Präfix"],"Learn more about the available variables":["Erfahre mehr über die verfügbaren Variablen"],"Learn more about the RSS feed setting":["Erfahre mehr über die Einstellung des RSS-Feeds"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Wenn du Medien (zum Beispiel ein Bild oder Video) in WordPress hochlädst, speichert es nicht nur das Medium ab, es erzeugt auch eine Anhangs-URL dafür. Diese Anhangs-Seiten sind ziemlich leer: sie enthalten das Medien-Element und, falls du einen eingegeben hast, den Titel. Wenn du diese Anhangs-Seiten nicht verwendest, ist es besser, sie zu deaktivieren und direkt zur Mediendatei zu verweisen."],"Learn more about the Media and attachment URLs setting":["Erfahre mehr über die Einstellung für Medien und Anhangs-URLs"],"Learn more about the title separator setting":["Erfahre mehr über die Einstellung zum Titel-Trennzeichen"],"Learn more about the knowledge graph setting":["Erfahre mehr über die Einstellungen zum Knowledge Graph"],"Learn more about the homepage setting":["Erfahre mehr über die Homepage-Einstellung"],"Learn more about the special pages setting":["Erfahre mehr über die Einstellung für besondere Seiten"],"Help on the date archives search results setting":["Hilfe bei der Einstellung für die Suchergebnisse von Datums-Archiven"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen der Archive von Autoren ohne Beiträge in den Suchergebnissen darin, dass diese Archive eine %1$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %2$sWeitere Infos zu den Einstellungen für Suchergebnisse%3$s."],"Help on the authors without posts archive search results setting":["Hilfe bei der Einstellung für die Suchergebnisse von Archiven der Autoren ohne Beiträge"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen der Autoren-Archive in den Suchergebnissen darin, dass diese Archive eine %1$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %2$sWeitere Infos zu den Einstellungen für Suchergebnisse%3$s."],"Help on the author archives search results setting":["Hilfe bei der Einstellung für Suchergebnisse von Autoren-Archiven"],"Archives settings help":["Hilfe für Archiveinstellungen"],"Learn more about the archives setting":["Erfahre mehr über die Archiv-Einstellungen"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Hole dir deinen Yandex-Verifizierungscode in den %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex-Verifizierungscode"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Hole dir deinen Google-Verifizierungscode in den %1$sGoogle Search Console%2$s."],"Google verification code":["Google-Verifizierungscode"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Hole dir deinen Bing-Verifizierungscode in den %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing-Verifizierungscode"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Du kannst die unten stehenden Felder verwenden, um die verschiedenen Webmaster Tools zu verifizieren. Diese Einstellungsmöglichkeit fügt eine Meta-Angabe auf deiner Website hinzu. Folge den Links zu den diversen Webmaster Tools und suche nach Anweisungen für die Meta-Tag-Verifikationsmethode, um den Verifizierungscode zu erhalten. Sofern deine Site bereit verifiziert ist, kann du dies überspringen."],"Learn more about the Webmaster Tools verification":["Erfahre mehr über die Verifikation in Webmaster Tools"],"On":["An"],"Help on: %s":["Hilfe bei: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s bietet viele Funktionen. Du kannst einige davon nachfolgend aktivieren / deaktivieren. Beim Klick auf das Fragezeichen erhältst du weitere Informationen zur jeweiligen Funktion."],"Off":["Aus"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Der erweiterte Abschnitt in der %1$s Metabox erlaubt dem Benutzer Beiträge aus den Suchergebnissen zu entfernen oder den Canonical Eintrag zu ändern. Dies sind Dinge, von denen du nicht unbedingt willst, dass sie Autoren erlaubt sind. Deshalb können standardmäßig lediglich Redakteure und Administratoren solche Dinge einstellen. Setze die Einstellung auf \"%2$s\", erlaube jedoch allen Benutzern diese Dinge zu anzupassen."],"Security: no advanced settings for authors":["Sicherheit: keine erweiterten Einstellungen für Autoren"],"See who contributed to %1$s.":["Sieh, wer zu %1$s beigetragen hat."],"Help on this search results setting":["Hilfe zu dieser Suchergebnis-Einstellung"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen der %1$s-Archive in den Suchergebnissen darin, dass diese Archive eine %2$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %3$sWeitere Infos zu den Einstellungen für Suchergebnisse%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen von %1$s in den Suchergebnissen darin, dass diese Seiten eine %2$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %3$sWeitere Infos zu den Einstellungen für Suchergebnisse%4$s."],"Check SEO configuration":["SEO-Konfiguration überprüfen"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Möchtest du sicherstellen, dass deine %1$s-Einstellungen noch in Ordnung sind? %2$sÖffne den Konfigurationsassistenten erneut%3$s, um sie zu validieren."],"Default for %2$s, currently: %1$s":["Standard für %2$s, aktuell: %1$s"],"Show %s in search results?":["Zeige %s in den Suchergebnissen?"],"this author's archives":["Autorenarchiv des Autors"],"Do not allow search engines to show %s in search results.":["Suchmaschinen verbieten, %s in Suchergebnissen anzuzeigen."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["In WordPress enthalten Kategorie-URLs ein Präfix - für gewöhnlich %s - und diese Einstellungsmöglichkeit entfernt dieses Präfix aus den Kategorie-URLs."],"Category URLs":["Kategorie-URLs"],"the archive for %s":["das Archiv für %s"],"Redirect attachment URLs to the attachment itself?":["Anhangs-URLs auf die Anhangs-Datei weiterleiten?"],"We recommend you set this to Yes.":["Wir empfehlen dir dies auf Ja zu setzen."],"Media & attachment URLs":["Medien & Anhang URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Das ist das, was in den Suchergebnissen angezeigt wird, wenn andere deine Website finden. Das bedeutet also, dass es vermutlich das ist, was gesehen wird, wenn nach deinem Markennamen gesucht wird."],"date archives":["Datums-Archive"],"archives for authors without posts":["Archive für Autoren ohne Beiträge"],"Read why XML Sitemaps are important for your site.":["Lese, warum XML-Sitemaps für deine Website wichtig sind."],"Enable the XML sitemaps that %s generates.":["Die von %s generierten XML-Sitemaps aktivieren."],"See the XML sitemap.":["Siehe die XML Sitemap an."],"%2$s (current default for %1$s)":["%2$s (aktueller Standard für %1$s)"],"Media":["Medien"],"Content Types":["Inhaltstypen"],"Should search engines follow links on this %1$s?":["Sollen Suchmaschinen Links auf diese(n) %1$s folgen?"],"Allow search engines to show this %s in search results?":["Erlaube Suchmaschinen diesen %s in den Suchergebnissen anzuzeigen?"],"Search Appearance":["Darstellung in der Suche"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Bitte definiere, welche Inhaltstypen du in den Suchergebnissen sehen möchtest. Wenn du die Unterschiede zwischen ihnen nicht kennst, ist es am besten die Standardeinstellungen zu wählen."],"Search engines should show \"%1$s\" in search results:":["Suchmaschinen sollten \"%1$s\" in Suchergebnissen anzeigen:"],"Search engine visibility":["Sichtbarkeit für Suchmaschinen"],"Toggle %1$s's XML Sitemap":["Ein-/Ausschalten der XML Sitemap von %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Supportanfragen, die du hier erstellst, werden direkt an unser Support-System gesendet, welches mit 256-Bit-SSL gesichert ist. Die Kommunikation ist also zu 100% sicher."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Mit der Cornerstone-Funktion kannst du Cornerstone-Inhalte auf deiner Website markieren und filtern."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Wenn du ein Problem hast, welches du mit unseren Video-Tutorials oder unserer Wissensdatenbank nicht lösen kannst, sende eine Nachricht an unser Support-Team. Sie sind rund um die Uhr erreichbar."],"Good results":["Gute Ergebnisse"],"Get better search results in local search":["Erhalte bessere Suchergebnisse bei lokaler Suche"],"Allow customers to pick up their %s order locally":["Erlaube Kunden, ihre %s Bestellung vor Ort abzuholen."],"SEO analysis":["SEO Analyse"],"The SEO analysis offers suggestions to improve the SEO of your text.":["Die SEO-Analyse bietet Vorschläge zur Verbesserung der SEO deines Textes."],"Learn how the SEO analysis can help you rank.":["Lerne, wie die SEO-Analyse für die Platzierung helfen kann."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Die Lesbarkeitsanalyse bietet Vorschläge zur Verbesserung der Struktur und des Stils deines Textes."],"Discover why readability is important for SEO.":["Erfahre, warum Lesbarkeit für SEO wichtig ist."],"Find out how cornerstone content can help you improve your site structure.":["Erfahre, wie Cornerstone-Inhalte dir helfen können, die Struktur deiner Website zu verbessern."],"The text link counter helps you improve your site structure.":["Der Textlink-Zähler hilft dir, die Struktur deiner Website zu verbessern."],"Find out how the text link counter can enhance your SEO.":["Finde heraus, wie der Textlink-Zähler die SEO verbessern kann."],"%s integration":["%s Integration"],"Read more about how %s works.":["Lese mehr darüber, wie %s funktioniert."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Aktiviere diese Funktion, wenn Facebook und andere soziale Medien eine Vorschau mit Bildern und einem Textauszug anzeigen sollen, wenn ein Link zu deiner Website geteilt wird."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Aktiviere diese Funktion, wenn Twitter eine Vorschau mit Bildern und einem Textauszug anzeigen soll, wenn ein Link zu deiner Website geteilt wird."],"Find out why you should upgrade to %s":["Finde heraus, warum du auf %s upgraden solltest."],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Letzte Blog-Beiträge auf %1$s"],"Need help?":["Hilfe benötigt?"],"Remove highlight from the text":["Text-Markierung entfernen"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Starte schnell und einfach mit dem %1$s %2$sKonfigurationsassistenten%3$s!"],"First-time SEO configuration":["Erstmalige SEO-Konfiguration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Die Sprache deiner Website ist auf {language} eingestellt. Sollte dies nicht richtig sein, wenden dich bitte an deinen Website Administrator."],"Your site language is set to {language}.":["Die Sprache deiner Website ist auf {language} eingestellt."],"Highlight this result in the text":["Markiere dieses Ergebnis im Text"],"Considerations":["Überlegungen"],"Errors":["Fehler"],"Change language":["Sprache ändern"],"You cannot create a %s file.":["Du kannst keine %s Datei erstellen."],"You cannot edit the %s file.":["Du kannst die %s Datei nicht bearbeiten."],"Updated %s":["%s aktualisiert"],"Create %s file":["%s Datei erstellen"],"Edit the content of your %s:":["Bearbeite den Inhalt deiner %s:"],"Save changes to %s":["Speichere die Änderungen der %s"],"%s file":["%s Datei"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s und %2$s können viel besser zusammenarbeiten, indem du ein Hilfsplugin hinzufügst. Bitte installiere %3$s, um dein Leben besser zu machen. %4$s."],"More information":["Weitere Informationen"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s und %2$s können viel besser zusammenarbeiten, indem du ein Hilfsplugin hinzufügst. Bitte aktiviere %3$s, um dein Leben besser zu machen."],"More information about %1$s":["Weitere Informationen über %1$s"],"Configuration Wizard":["Konfigurations-Assistent"],"You've done it!":["Du hast es geschafft!"],"Seamlessly integrate %1$s into your AMP pages!":["Integriere %1$s nahtlos in deine AMP-Seiten!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Nahtlose Integration von %2$s mit %1$s für die Inhaltsanalyse!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s und %2$s können viel besser zusammenarbeiten, indem du ein Hilfsplugin hinzufügst. Bitte installiere %3$s, um dein Leben besser zu machen."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Die \"Darstellung in der Suche\"-Einstellungen für %1$s bestehen aus Variablen, die bei der Anzeige der Seite durch bestimmte Werte von der Seite ersetzt werden. Die folgende Tabelle enthält eine Liste der verfügbaren Variablen."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Markiere die wichtigsten %1$s als 'cornerstone content', um die Struktur deiner Website zu verbessern. %2$sLerne mehr über Cornerstone-Inhalt%3$s."],"Loading help center.":["Hilfecenter laden."],"Get support":["Support erhalten"],"(Opens in a new browser tab)":["(Öffnet in einem neuen Browser Tab)"],"Posts %1$swithout%2$s a focus keyphrase":["Beiträge %1$sohne%2$s eine Fokus-Keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, dein SEO ist ziemlich gut! Sieh dir die Statistiken an:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Du hast noch keine veröffentlichten Beiträge, deine SEO-Werte werden hier erscheinen, wenn du deinen ersten Beitrag erstellt hast!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Auf dieser Seite kannst du den Namen deiner Website ändern und auswählen welche Trennsymbole du verwenden möchtest. Das Trennsymbol wird zum Beispiel zwischen deinem Beitrags-Titel und deinem Website Namen angezeigt. Symbole werden in der Größe angezeigt in der sie in den Suchergebnissen erscheinen. Wähle was am besten zu deiner Marke passt oder am wenigsten Platz in den Snippets einnimmt."],"Something else":["Etwas anderes"],"A portfolio":["Ein Portfolio"],"A corporation":["Ein Unternehmen"],"A small offline business":["Ein kleines Offline-Unternehmen"],"A news channel":["Ein News-Kanal"],"An online shop":["Ein Online-Shop"],"A blog":["Ein Blog"],"What does the site %1$s represent?":["Was wird durch die Website %1$s repräsentiert?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Wenn du Nein wählst, werden deine Autor-Archive deaktiviert,\num Probleme mit doppelten Inhalten zu vermeiden."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Hinweis: Wir speichern deine Daten nicht und haben keinen vollständigen Zugang zu deinem Konto.\nDeine Privatsphäre ist bei uns sicher."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integriert sich in Google Search Console, ein Pflicht-Tool für Website-Besitzer, das dir Informationen über den Zustand deiner Website liefert. Hast du noch kein Google-Konto oder ist deine Website noch nicht aktiviert? Finde heraus, wie man %2$sdie Google Search Console mit deiner Website verbindet.%3$s"],"Option B: My site is under construction and should not be indexed":["Option B: Meine Seite befindet sich im Aufbau und sollte nicht indiziert werden."],"Option A: My site is live and ready to be indexed":["Option A: Meine Seite ist live und bereit für die Indexierung"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Wähle Im Aufbau, falls du deine Website aus dem Index von Suchmaschinen heraushalten willst. Denke daran, es zu aktivieren, sobald du soweit bist, deine Website zu veröffentlichen."],"Please specify if your site is under construction or already active.":["Bitte wähle ob deine Seite sich im Aufbau befindet oder bereits aktiv ist."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Diese Information wird in der Google's Knowledge Graph Karte verwendet, der große\nBlock mit Informationen, den du auf der rechten Seite in den Suchergebnissen siehst."],"Read more like this on our SEO blog":["Lies mehr Beiträge wie diese in unserem SEO Blog"],"Readability: %s":[""],"Not activated":["Nicht aktiviert"],"Activated":["Aktiviert"],"%1$s recommendations for you":["%1$s Empfehlungen für dich"],"All Readability Scores":["Alle Lesbarkeits Bewertungen"],"Filter by Readability Score":["Filter nach Lesbarkeits Bewertungen"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Du erhältst weder Updates noch Support! Behebe dieses Problem, indem du diese Website hinzufügst und %1$s dafür in %2$s aktivierst."],"Request method %1$s is not valid.":["Anforderungsmethode %1$s ist nicht gültig."],"Muted notifications:":["Ausgeblendete Benachrichtigungen:"],"Muted problems:":["Ausgeblendete Probleme:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Möchtest du sehen, wie es aussieht, wenn die Leute diesen Beitrag auf %1$s teilen? Kannst du, mit %2$s."],"Good job! All the links in your texts have been counted.":["Klasse! Alle Links in deinen Texten wurden gezählt."],"Calculation completed.":["Berechnung abgeschlossen."],"Calculation in progress...":["Berechnung wird durchgeführt…"],"Stop counting":["Berechnung abbrechen"],"Counting links in your texts":["Zähle die Links in deinen Texten"],"Text %1$s of %2$s processed.":["Text %1$s von %2$s verarbeitet."],"All your texts are already counted, there is no need to count them again.":["Deine Texte sind bereits alle gezählt. Es besteht kein Bedarf, diese erneut zu zählen."],"Count links in your texts":["Links in deinem Text zählen"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Die Links in deinen öffentlichen Texten müssen gezählt werden. Dies gewährt Einblick in den Status deiner Texte und zeigt, welche Texte mehr Links benötigen. Wenn du mehr über interne Verlinkung wissen möchtest, besuche %1$sfolgenden Artikel zum Thema auf %2$s%3$s."],"Text link counter":["Text Link Zähler"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Anzahl interner Links welche zu diesem Beitrag verweisen. Für mehr Information konsultiere den \"Yoast Spalten\" Text im Hilfe Tab."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Anzahl interner Links in diesem Beitrag. Für mehr Information konsultiere den \"Yoast Spalten\" Text im Hilfe Tab."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s fügt dieser Seite mehrere Spalten hinzu. Wir haben einen Artikel geschrieben %2$swie man den SEO Score und Readability Score verwendet%3$s. Die Linkspalten zeigen die Anzahl der Artikel auf dieser Website, die %5$szu%6$s diesen Artikel verlinken und die Anzahl der URLs, die %5$svon%6$s diesen Artikel verlinken. Erfahre mehr %4$swie dir diese Funktionen bei der Verbesserung deiner internen Verlinkungen helfen%3$s, was deine Suchmaschinenoptimierung erheblich verbessert."],"%s Columns":["%s Spalten"],"Readability score":["Lesbarkeitsbewertung"],"Other benefits of %s for you:":["Andere Vorteile von %s für dich:"],"Scroll to see the preview content.":["Scrolle, um die Vorschau zu sehen."],"Cornerstone content":["Cornerstone-Inhalt"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s wird nun alle nötigen technischen Optimierungen für deine Website vornehmen. Um die Performance deiner Seite in den Suchergebnissen wirklich zu verbessern, ist es wichtig Inhalte zu kreieren, die für die von dir ausgewählten Keyphrasen ranken. Schaue dir dieses Video an, in dem wir erklären wie du die %1$s Metabox benutzt, wenn du Beiträge oder Seiten veränderst. "],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Wenn du die Konkurrenz in einer bestimmten Stadt oder Region überholen möchtest, dann schau dir unser %1$s Plugin an! Du kannst ganz einfach Google Maps, Öffnungszeiten, Kontaktinformationen und eine Filialsuche einfügen. Ausserdem hilft dir %1$s die Usability deiner Kontaktseite zu verbessern."],"Attract more customers near you":["Gewinne mehr Kunden in deiner Nähe"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Möchtest du alle Details des %1$s Plugins kennenlernen? Möchtest du mehr über unsere erweiterten Einstellungen erfahren? Willst du wirklich das Beste aus dem %1$s Plugin herausholen? Schaue dir unser %1$s Plugin Training an und übertreffe deine Wettbewerber!"],"Get the most out of %1$s with the %2$s":["Hole das Meiste mit %2$s aus %1$s heraus"],"Upgrade to Premium":["Upgrade zu Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Möchtest du besser sein als deine Konkurrenz? %1$s gibt dir großartige Zusatz-Funktionen, die dir helfen deine SEO Strategie wie ein Profi anzugehen. Füge Synonyme und verwandte Keywords hinzu, nutze unsere Premium SEO Analyse, den Redirect-Manager und unser Tool für interne Verlinkung. %1$s bietet außerdem Zugriff zu unserem Premium Support. "],"Outrank the competition with %s":["Mit %s die Wettbewerber übtertrumpfen"],"You might like":["Das könnte dir gefallen"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Wir haben festgestellt, dass du diesen Assistenten noch nicht vollständig abgeschlossen hast. Wir empfehlen dir, den %2$sKonfigurationsassistent zu starten um %1$s%3$s zu konfigurieren."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Der Konfigurations-Assistent hilft die, deine Website einfach zu konfigurieren, um die optimalen SEO-Einstellungen zu haben."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Premium bestellen und unsere Experten werden für dich da sein, um Fragen zu beantworten, die du über die Installation und die Verwendung des Plugins haben könntest."],"Superfast internal linking suggestions":["Superschnelle Vorschläge zur internen Verlinkung"],"Great news: you can, with %1$s!":["Großartige Neuigkeit: Du kannst es, mit %1$s!"],"Save changes":["Änderungen speichern"],"1 year free support and updates included!":["1 Jahr kostenfreie Updates und Upgrades inbegriffen!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Das Plugin %2$s verändert die Ausgabe deiner Website je nachdem ob eine Suchmaschine oder ein normaler Benutzer die Seite aufruft. Dieser Prozess nennt sich Cloaking. Wir empfehlen dir sehr, dieses Plugin zu deaktivieren."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial Media Vorschau%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sKeine verwaisten Links mehr%2$s: Einfacher Redirect-Manager"],"No ads!":["Keine Werbung!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Social Media Vorschau"],"Easy redirect manager":["Einfacher Redirect Manager"],"No more dead links":["Keine toten Links mehr"],"Increase your SEO reach":["Vergrößere deine SEO Reichweite"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Wenn du Hilfe brauchst, um tollen Content zu schreiben, schau dir unseren %2$sSEO Copywriting Kurs%3$s an. Wenn du alles über die Funktionen des Plugins wissen möchtest, nimm an unserem %1$s teil!"],"Variable":["Variable"],"Available variables":["Verfügbare Variablen"],"Scroll to see the table content.":["Scrollen um den Tabellen-Inhalt zu sehen."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Empfohlener Hilfeartikel: %1$sWie du deine Website mit der Google Search Konsole verbindest (engl.)%2$s"],"An error occurred in the '%1$s' assessment":["Es ist ein Fehler in der '%1$s' Bewertung aufgetreten."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s der Wörter enthalten %2$süber %3$s Silben%4$s, was mehr als das empfohlene Maximum von %5$s ist."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s der Wörter enthalten %2$süber %3$s Silben%4$s, was zu wenig oder gleich mit dem empfohlenen Maximum von %5$s ist."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Das ist geringfügig unter dem Minimun von %5$d Wörtern. %3$sFüge etwas mehr Text hinzu%4$s.","Das ist geringfügig unter dem Minimun von %5$d Wörtern. %3$sFüge etwas mehr Text hinzu%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Die Meta Description enthält %1$d Sätze %2$süber %3$s Wörter%4$s. Versuche, diesen Satz zu kürzen.","Die Meta Description enthält %1$d Sätze %2$süber %3$s Wörter%4$s. Versuche, diese Sätze zu kürzen."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Die Meta Description enthält keine Sätze %1$süber %2$s Wörter%3$s."],"No new notifications.":["Keine neuen Benachrichtigungen"],"Save all":["Alles speichern"],"Save":["Speichern"],"%1$s, Author at %2$s":["%1$s, Autor bei %2$s"],"Mobile preview":["Mobile Vorschau"],"Desktop preview":["Desktop-Vorschau"],"Select redirect":["Umleitung auswählen"],"Please provide an SEO title by editing the snippet below.":["Bitte lege den SEO-Titel fest, indem du den Code-Schnipsel bearbeitest."],"Meta description preview:":["Meta-Beschreibungs-Vorschau:"],"Slug preview:":["Titel-Vorschau:"],"SEO title preview:":["SEO-Titel-Vorschau:"],"Close snippet editor":["Ausschnitt-Editor schließen"],"Slug":["Permalink"],"Remove marks in the text":["Entferne Markierungen im Text"],"Mark this result in the text":["Markiere dieses Ergebnis im Text"],"Marks are disabled in current view":["Markierungen sind in der aktuellen Ansicht deaktiviert."],"Good SEO score":["Guter SEO-Wert"],"OK SEO score":["Ausreichender SEO-Wert"],"Feedback":["Feedback"],"ok":["OK"],"Choose an image":["Wähle ein Bild"],"Remove the image":["Bild entfernen"],"MailChimp signup failed:":["MailChimp-Registrierung fehlgeschlagen:"],"Sign Up!":["Anmelden"],"Name":["Name"],"There is an error with the request.":["Es ist ein Fehler bei der Anfrage aufgetreten."],"Select profile":["Profil wählen"],"Choose a profile":["Wähle ein Profil"],"Authorization code":["Autorisierungscode"],"Reauthenticate with Google":["Erneute Identifizierung mit Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Damit %s deine Google Search Console-Informationen abrufen kann, gebe bitte deinen Google Authorization Code ein. Wenn du auf den Button unten klickst, öffnet sich ein neues Fenster."],"Please provide a meta description by editing the snippet below.":["Bitte lege eine Meta-Beschreibung fest, indem du den Code-Schnipsel bearbeitest."],"Edit snippet":["Code-Schnipsel bearbeiten"],"You can click on each element in the preview to jump to the Snippet Editor.":["Du kannst auf jedes Element in der Vorschau klicken, um zum Snippet-Editor zu springen."],"Close the Wizard":["Schließe den Assistenten "],"Export settings":["Export-Einstellungen"],"%1$s video tutorial":["%1$s Video Tutorial"],"%s › Configuration Wizard":["%s ›-Konfigurations-Assistent"],"Please don't show me this notification anymore":["Bitte zeige mir diese Benachrichtigung nicht mehr an"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Wenn du Schwierigkeiten hast, %1$sfülle bitte einen Bug-Report aus%2$s und wir tun unser Bestes um dir zu helfen."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Uns ist aufgefallen, dass du %1$s bereits seit einiger Zeit verwendest; wir hoffen dass du es magst! Wir würden uns sehr darüber freuen, wenn du uns %2$sauf WordPress.org mit 5 Sternen bewerten würdest%3$s!"],"Courses":["Kurse"],"Date archives settings":["Datum-Archiv-Einstellungen"],"Author archives settings":["Autor-Archiv-Einstellungen"],"%1$s by %2$s":["%1$s zu %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Warnung: Die Variable %s kann in diesem Template nicht genutzt werden. Schau ins Hilfe-Center für weitere Informationen."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Übrigens, wusstest du, dass wir auch ein %1$sPremium Plugin%2$s haben? Es bietet erweiterte Funktionen, wie einen Redirect Manager und Unterstützung für mehrere Schlüsselphrasen. Unser persönlicher 24/7 Support gehört selbstverständlich ebenfalls zum Lieferumfang."],"(no title)":["(Kein Titel)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Die %1$s Adminleiste enthält nützliche Links zu Tools von Drittanbietern zur Seitenanalyse und ermöglicht das leichte Erkennen von neuen Benachrichtigungen."],"Admin bar menu":["Adminbar-Menü"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funktionen"],"SEO title":["SEO Titel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Obwohl wir uns bemühen, das Einrichten von %1$s so einfach wie möglich zu gestalten, verstehen wir auch, daß es entmutigend sein kann. Wenn du uns lieber beauftragen möchtest, dass wir %1$s für dich einrichten (und du in diesem Zuge eine Version von %2$s bekommst), bestelle hier unseren %3$s%1$s Konfigurationsservice%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Willkommen zum %1$s Konfigurations-Assistenten. In ein paar einfachen Schritten werden wir dir helfen deine Einstellungen auf deine Bedürfnisse deiner Website abzustimmen!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google zeigt den Namen deiner Website in den Suchergebnissen an. Wenn du ihn ändern möchtest, kannst du das hier machen."],"Greater than sign":["Größer-als-Zeichen"],"Less than sign":["Kleiner-als-Zeichen"],"Right angle quotation mark":["Größer-gleich-Zeichen"],"Left angle quotation mark":["Kleiner-gleich-Zeichen"],"Small tilde":["kleine Tilde"],"Vertical bar":["vertikaler Balken"],"Low asterisk":["unterer Stern"],"Asterisk":["Sternchen"],"Bullet":["Kugel"],"Middle dot":["mittlerer Punkt"],"Em dash":["Em Gedankenstrich"],"En dash":["Mittelgroßer Gedankenstrich, mit einem Leerzeichen davor und danach"],"Dash":["Gedankenstrich"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Wählen Sie ein Symbol, das als Trennzeichen im Titel verwendet werden soll. Dieses wird zum Beispiel zwischen dem Beitragstitel und dem Seitennamen angezeigt. Die Symbole sind in der gleichen Größe angezeigt, in der sie auch in den Suchergebnissen erscheinen werden."],"The name of the person":["Der Name der Person"],"No":["Nein"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Hat oder wird deine Seite mehrere Autoren haben? "],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress generiert automatisch eine URL für jedes Media Element in der Bibliothek. Dies erlaubt Google den generierten Link zu indexieren."],"Success!":["Erfolgreich!"],"Title settings":["Titel-Einstellungen"],"Google Search Console":["Google Search Console"],"Multiple authors":["Mehrere Autoren"],"Site type":["Seiten Typ"],"Environment":["Umgebung"],"Yoast option %1$s not found.":["Yoast Option %1$s nicht gefunden."],"Google Structured Data Test":["Google Test für strukturierte Daten"],"Posts list":["Beitrags-Liste"],"Posts list navigation":["Navigation der Beitrags-Liste"],"Filter posts list":["Filtere Beitrags-Liste"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Beachte, dass Links zu Archiven möglicherweise von deinem Theme ausgegeben werden und du diese separat entfernen musst."],"%1$s to optimize your site even further":["%1$s um deine Website noch weiter zu optimieren."],"%1$s extensions":["%1$s Extensions"],"Comes with our 30-day no questions asked money back guarantee":["Enthält eine 30-Tage-Geld-Zurück-Garantie – ohne Rückfragen."],"More information %1$sabout %3$s%2$s":["Mehr Informationen %1$süber %3$s%2$s"],"Installed":["Installiert"],"gain access to our 24/7 support team.":["Erhalte Zugang zu unserem Support Team, das rund um die Uhr für dich da ist."],"Premium support":["Premium Support"],"check what your Facebook or Twitter post will look like.":["prüfe, wie deine Facebook oder Twitter Beiträge aussehen könnten."],"Social previews":["Social Vorschau"],"create and manage redirects from within your WordPress install.":["Erstelle und verwalte Weiterleitungen innerhalb deiner WordPress-Installation."],"Redirect manager":["Redirect Manager"],"%1$s, take your optimization to the next level!":["%1$s, bringe deine Optimierung auf die nächste Stufe!"],"A seamless integration between %1$s and %2$s":["Eine nahtlose Integration zwischen %1$s und %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Nutze %1$s Breadcrumbs anstatt von %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Füge einfach Google Maps, eine Liste deiner Standorte/Filialen, Öffnungszeiten oder mehr hinzu."],"Creates XML News Sitemaps":["Erstellt XML News Sitemaps"],"Immediately pings Google on the publication of a new post":["Benachrichtigt Google unverzüglich über die Veröffentlichung eines neuen Beitrags."],"Optimize your site for Google News":["Optimiere deine Website für Google News"],"Make videos responsive through enabling fitvids.js":["Mache Videos responsiv durch das Aktivieren von fitvids.js"],"Enhance the experience of sharing posts with videos":["Verbessere das Erlebnis beim Teilen von Beiträgen mit Videos"],"Show your videos in Google Videos":["Zeige deine Videos in Google Videos"],"Crawl issues list":["Crawling-Ergebnisliste"],"Crawl issues list navigation":["Crawl Problemliste Navigation"],"Edit “%s”":["Bearbeite ”%s„"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Benachrichtigungen"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Entfernt den Reiter für Schlüsselphrasen aus der Metabox und deaktiviert alle für die SEO-Bewertung relevanten Vorschläge."],"Disable SEO analysis":["SEO Analyse deaktivieren"],"Twitter settings":["Einstellungen für den Titel"],"Pinterest settings":["Pinterest-Einstellungen"],"Facebook settings":["Facebook-Einstellungen"],"Title separator symbol":["Titel-Trennzeichen"],"RSS feed settings":["Einstellungen zum RSS-Feed"],"Breadcrumbs settings":["Breadcrumb-Einstellungen"],"Make primary":["Mache primär"],"Enter your Google Authorization Code and press the Authenticate button.":["Gib den Autorisierungscode von Google ein und klicke auf \"Authentifizieren\"."],"%s notification":["%s Benachrichtigung","%s Benachrichtigungen"],"Disable readability analysis":["Deaktivere die Lesbarkeits-Analyse"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Entfernt den Lesbarkeitsanalyse-Reiter aus der Metabox und deaktiviert alle lesbarkeitsbezogenen Empfehlungen."],"Readability analysis":["Lesbarkeits-Analyse"],"Needs improvement":["Verbesserungsbedarf"],"Readability":["Lesbarkeit"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Du versuchst nicht-minimierte Dateien zu laden. Diese sind nur im Development-Paket verfügbar. Bitte sieh auf %1$s nach, um alle Quell-Dateien zu sehen."],"Improvements":["Verbesserungen"],"Restore this item.":["Dieses Element wiederherstellen."],"Dismiss this item.":["Dieses Element ausblenden."],"Good job! We could detect no serious SEO problems.":["Gute Arbeit! Wir konnten keine ernsthaften SEO Probleme feststellen."],"We have detected the following issues that affect the SEO of your site.":["Wir haben die folgenden Probleme festgestellt, welche die SEO deiner Site beeinflussen."],"Problems":["Probleme"],"Analysis":["Analyse"],"Not available":["Nicht verfügbar"],"Filter by SEO Score":["Filtere nach SEO-Wert"],"Meta description not set.":["Meta Description nicht gesetzt."],"Video tutorial":["Video-Tutorial"],"Email support is a %s feature":["E-Mail-Support ist ein %s-Feature"],"Knowledge base":["Wissensdatenbank"],"Open":["Offen"],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["Du kannst dies auf der %1$sPermalink-Einstellungen-Seite%2$s beheben."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paginierung der Kommentare ist aktiviert. Diese ist in 999 von 1000 Fällen nicht notwendig. Wir empfehlen, sie zu deaktivieren."],"Replaced with the primary category of the post/page":["Ersetzt durch die Hauptkategorie des Beitrags/der Seite"],"Pinterest confirmation":["Pinterest-Bestätigung"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Wenn du deine Seite bereits auf Pinterest bestätigt hast, kannst du diesen Schritt überspringen."],"Format-based archives":["Formatbasierende Archive"],"Webmaster Tools verification":["Webmaster-Tools-Verifizierung"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Folge unserem %1$s für WordPress-Training und werde ein zertifizierter %1$s-Experte!"],"Want to be a %s Expert?":["Wärst du gern %s-Experte?"],"Buy %s":["Kaufe %s"],"Show information about errors in category %s":["Zeige Informationen über Fehler in der Kategorie %s"],"New %1$s Title":["Neuer %1$s Titel"],"Existing %1$s Title":["Vorhandener %1$s Titel"],"Expected an integer as input.":["Eingabe vom Typ Integer erwartet."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Der Versuch, einen sicheren Sitemap-Cache-Schlüssel zu generieren, ist fehlgeschlagen, da die Präfix- und Postfix-Kombination zu wenig Platz lässt. Du forderst wahrscheinlich eine Seite an, die die erwartete Bandbreite überschreitet. "],"Remove":["Entfernen"],"Keep":["Behalten"],"Bold the last page":["Die letzte Seite hervorheben"],"Regular":["Normal"],"Bold":["Hervorgehoben"],"Show Blog page":["Blog-Seite anzeigen"],"Primary %s":["Primär %s"],"Primary":["Primär"],"Make %1$s primary %2$s":["%1$s als primär %2$s setzen"],"Term is set to noindex.":["Terminologie ist auf noindex gesetzt"],"Author archives":["Autor-Archiv"],"Show":["Zeigen"],"Enabled":["Aktiviert"],"Disabled":["Deaktiviert"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s hat den Indexierbarkeitsstatus deiner Website bisher noch nicht von %2$s abgerufen"],"The separator defined in your theme's %s tag.":["Der Platzhalter wird im %s-Element deines Themes definiert."],"No index":["Nicht indexieren"],"Analyze entire site":["Gesamte Website analysieren."],"Fetch the current status":["Aktuellen Status abfragen."],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s konnte den Indexierbarkeitsstatus deiner Website%3$s von %4$s nicht abrufen"],"Your homepage can be indexed by search engines.":["Deine Homepage kann von Suchmaschinen indiziert werden."],"Indexability check by %1$s":["Indexierbarkeits-Check von %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Wenn du ein Bild zum Teilen auf %1$s verwenden möchtest, kannst du es hier wählen/hochladen oder die Bild-URL hier eingeben."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Wenn Du die Meta Beschreibung nicht fuer das Teilen auf %1$s nutzen moechtest, aber eine andere Beschreibung zeigen moehtest, gib sie bitte hier an."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Wenn du nicht den Beitragstitel verwenden willst, um den Beitrag auf Google+ zu teilen, sondern dort etwas anderes angezeigt werden soll, schreibe es hier."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sSuchmaschinen können deine Homepage nicht indizieren%2$s. Dies ist sehr ungünstig für die SEO und sollte repariert werden."],"Once Weekly":["Einmal wöchentlich"],"Add-ons":["Add-ons"],"SEO score":["SEO-Wert"],"Twitter metadata":["Twitter-Metadaten"],"Facebook / Open Graph metadata":["Facebook/Open-Graph-Metadaten"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Die SEO-Scores werden für alle Inhalte mit einer Fokus-Keyphrase neu berechnet."],"%1$s of %2$s done.":["%1$s von %2$s erledigt."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Wir haben unseren Algorithmus für die SEO-Wertung aktualisiert. %1$s Klicke hier, um die aktuelle Gesamtwertung für alle Beiträge und Seiten %2$s neu zu berechnen."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Die erste echte All-in-One-SEO-Lösung für WordPress, einschließlich On-Page Inhaltsanalyse, XML-Sitemaps und vielem mehr."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivierungsfehler:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Die Filter-Erweiterung scheint nicht verfügbar zu sein. Bitte deinen Hoster, sie einzuschalten."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Die Installation des %1$s Plugin ist unvollständig. Bitte schau in den %2$sInstallationsanweisungen%3$s nach."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Die Standard PHP Library (SPL) Erweiterung scheint nicht verfügbar zu sein. Bitte frage Deinen Web-Hoster, dass er sie aktiviert."],"SEO Settings":["SEO-Einstellungen"],"Mobile-Friendly Test":["Mobile-Friendly-Test"],"Google Page Speed Test":["Google-Page-Speed-Test"],"CSS Validator":["CSS-Validator"],"HTML Validator":["HTML-Validator"],"Pinterest Rich Pins Validator":["Pinterests Rich-Pins-Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Header prüfen"],"Check Google Cache":["Google-Cache prüfen"],"Analyze this page":["Diese Seite analysieren "],"Keyword Research":["Keyword-Recherche"],"%s does not seem to be a valid url. Please correct.":["%s scheint keine korrekte URL zu sein. Bitte korrigieren."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s scheint eine ungültige %2$s Bestätigungszeichenfolge zu sein. Bitte korrigieren."],"%s Archive":["%s Archiv"],"You searched for %s":["Du hast nach %s gesucht"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s scheint keine gültige Twitter-Benutzer-ID zu sein. Bitte korrigieren."],"Summary with large image":["Zusammenfassung mit großem Bild"],"Summary":["Zusammenfassung"],"The post %1$s appeared first on %2$s.":["Der Beitrag %1$s erschien zuerst auf %2$s."],"No numeric value was received.":["Es wurde kein numerischer Wert erhalten"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dies muss eine bestehende Website sein. Website %s existiert nicht oder wurde als gelöscht markiert."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Die Standard Website Einstellung muss eine numerische ID der Website sein, die du als Standard nutzen willst. "],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s ist keine gueltige Auswahl für den Zugriff auf die %2$sEinstellungen. Der Wert wurde auf Standard zurueckgesetzt."],"Please select a valid post type for taxonomy \"%s\"":["Bitte wähle einen gültigen Beitragstyp für Taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Bitte wähle eine gültige Taxonomie für Beitragstyp \"%s\""],"You searched for":["Du suchtest nach"],"Home":["Startseite"],"Archives for":["Archive für"],"Error 404: Page not found":["Fehler 404: Seite wurde nicht gefunden"],"Good":["Gut"],"Replaced with a custom taxonomies description":["Ersetzt durch eine eigene Beschreibung der Taxonomie"],"Replaced with a posts custom taxonomies, comma separated.":["Ersetzt durch eine eigene Taxonomie eines Artikels, mit Kommata trennen."],"Replaced with a posts custom field value":["Ersetzt mit einem Standard Beitrags-Feldwert."],"Replaced with the slug which caused the 404":["Ersetzt durch die Titelform, welche den 404 Fehler auslöste."],"Replaced with the posts focus keyphrase":["Wird ersetzt durch das Fokus-Keyword des Beitrags"],"Attachment caption":["Beschriftung Dateianhang"],"Replaced with the current page number":["Wird ersetzt durch die aktuelle Seitennummer"],"Replaced with the current page total":["Wird ersetzt durch die aktuelle gesamte Seitenanzahl"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Ersetzt mit der aktuellen Seitennummer mit Kontext (z. B. Seite 2 von 4)"],"Replaced with the post/page author's 'Biographical Info'":["Wird ersetzt durch die 'Biografischen Angaben' des Beitrags-/Seitenautors"],"Replaced with the post/page author's 'nicename'":["Wird ersetzt durch den Nicknamen des Autors des Artikels/ der Seite"],"Replaced with the post/page ID":["Wird ersetzt durch die ID des Artikels/der Seite"],"Replaced with the post/page modified time":["Wird ersetzt durch die Bearbeitungszeit des Artikels/ der Seite"],"Replaced with the content type plural label":["Wird durch die Pluralform des Inhaltstyp ersetzt"],"Replaced with the content type single label":["Wird durch die Einzahlform des Inhaltstyp ersetzt"],"Replaced with the current search phrase":["Wird durch die gegenwärtige Suchphrase ersetzt"],"Replaced with the term name":["Wird ersetzt durch den Begriff"],"Replaced with the term description":["Wird ersetzt durch die Beschreibung des Ausdrucks"],"Replaced with the tag description":["Wird durch die Schlagwort-Beschreibung ersetzt"],"Replaced with the category description":["Wird durch die Beschreibung der Kategorie ersetzt"],"Replaced with the post categories (comma separated)":["Wird ersetzt durch die Artikel-Kategorien (durch Komma getrennt)"],"Replaced with the current tag/tags":["Mit aktuellen Tags ersetzt"],"Replaced with the post/page excerpt (without auto-generation)":["Wird ersetzt durch Textauszug des Artikels / der Seite (ohne Auto-Generierung)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Wird ersetzt durch Textauszug aus Artikel / Seite (oder automatisch generiert, falls nicht vorhanden)"],"The site's name":["Der Seitenname"],"Replaced with the title of the parent page of the current page":["Ersetzt mit dem Titel der übergeordneten Seite der aktuellen Seite"],"Replaced with the title of the post/page":["Wird ersetzt durch den Titel des Beitrags bzw. der Seite"],"Replaced with the date of the post/page":["Wird ersetzt durch das Datum des/der Artikels/Seite"],"Page %1$d of %2$d":["Seite %1$d von %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Du kannst die Platzhalter der WPSEO Standard Variable nicht aufheben indem du eine Variable mit dem selben Namen wählst. Nutze die \"wpseo_replacements\" Filter anstelle die Platzhalter Werte zu verändern. "],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Eine Platzhalter-Variable mit dem selben Namen wurde bereits angelegt. Versuche, einen einzigartigen Namen zu wählen."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Eine Platzhalter-Variable kann nicht mit \"%%cf_\" oder \"%%ct_\" beginnen. Diese sind reserviert für die WPSEO Standard Variable, Variablen für benutzerdefinierte Felder und benutzerdefinierte Taxonomien. Versuche einen eindeutigen Variablen-Namen zu wählen. "],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Eine Ersatzvariable kann nur alphanumerische Zeichen sowie einen Unterstrich oder eine Leertaste enthalten. Bitte versuche, deine Variable umzubenennen."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Nur für Administratoren: diese Seite zeigt keine Metabeschreibung, da bisher keine vorhanden ist. Verfasse entweder eine speziell für diese Seite oder gehe in das [%1$s - %2$s] Menü und richte eine Vorlage ein."],"Page not found":["Seite wurde nicht gefunden."],"%s Archives":["%s Archive"],"Search for \"%s\"":["Suche nach \"%s\""],"Meta description to use for Author page":["Meta-Beschreibung, die auf der Autoren-Seite genutzt wird"],"Title to use for Author page":["Titel, der auf der Autoren-Seite genutzt wird"],"%1$s settings":["Einstellungen für %1$s "],"Export your %1$s settings":["Exportiere Deine %1$s Einstellungen"],"Import settings":["Einstellungen importieren"],"Import from other SEO plugins":["Importiere von anderen SEO-Plugins"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["Falls eine %s Datei existiert und diese schreibbar ist, kannst du sie hier editieren."],"If your %s were writable, you could edit it from here.":["Wenn deine %s beschreibbar wäre, könntest du diese hier bearbeiten."],"You don't have a %s file, create one here:":["Du hast keine %s Datei, erstelle hier eine:"],"A link to your site, with your site's name and description as anchor text.":["Link zu Deiner Seite mit Blogname und Slogan als Linktext."],"A link to your site, with your site's name as anchor text.":["Link zu Deiner Seite mit dem Namen deines Blocks als Linktext."],"A link to the post, with the title as anchor text.":["Link zum Artikel mit dem Artikelnamen als Linktext."],"A link to the archive for the post author, with the authors name as anchor text.":["Link zum Autor-Archiv mit dem Namen des Autors als Linktext."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Du kannst folgende Variablen innerhalb des Inhalts verwenden, diese werden durch den Wert auf der rechten Seite ersetzt."],"Content to put after each post in the feed":["Inhalt, der an jeden Beitrag im Feed angehängt wird"],"Content to put before each post in the feed":["Inhalt, der vor jeden Eintrag im RSS-Feed gesetzt wird"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Dieses Feature wird dazu benutzt, um automatisch Inhalt in Deinen RSS-Feed einzufügen. Konkret bedeutet das, dass Verlinkungen zurück zu Deiner Webseite und ihren Artikeln gesetzt werden, 'dumme Inhalts-Diebe' werden diese Links daher ebenso mit ziehen/ setzen und Dir somit helfen, via Suchmaschine Dich als die Originalquelle des Inhaltes zu identifizieren."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Die Nutzung der Breadcrumbs-Funktion wird in %1$sunserem Wissensbasis-Artikel über Breadcrumbs Implementierung%2$s erläutert."],"How to insert breadcrumbs in your theme":["Wie Du Breadcrumbs in Dein Theme einbinden kannst."],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Das Inhaltstyp-Archiv, das in Breadcrumbs für Taxonomien angezeigt wird"],"Taxonomy to show in breadcrumbs for content types":["Taxonomie, die in Breadcrumbs für Inhaltstypen angezeigt wird"],"Breadcrumb for 404 Page":["Breadcrumb für Fehlerseite 404"],"Prefix for Search Page breadcrumbs":["Präfix für Suchseiten-Breadcrumb"],"Prefix for Archive breadcrumbs":["Präfix für Archiv-Breadcrumb"],"Prefix for the breadcrumb path":["Praefix für den Breadcrumb-Pfad."],"Anchor text for the Homepage":["Anker-Text für die Webseite"],"Separator between breadcrumbs":["Trenner zwischen den Breadcrumbs"],"Enable Breadcrumbs":["Aktiviere Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Unten siehst du die SEO-Werte der bisher veröffentlichten Beiträge. Jetzt ist der richtige Moment, einige deiner Beiträge zu verbessern!"],"Credits":["Danksagungen"],"« Back to Tools page":["« Zurück zur Tools-Seite"],"%1$s comes with some very powerful built-in tools:":["%1$s enthält einige sehr leistungsstarke Werkzeuge:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Dieses Tool erlaubt dir, schnell wichtige Dateien für deine SEO, wie in der robots.txt und der .htaccess Datei, zu ändern, sofern diese existieren."],"File editor":["Datei-Editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importiere die Einstellungen von anderen SEO Plugins und exportiere deine Einstellungen für die Wiederverwendung auf anderen Blogs."],"Import and Export":["Import und Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dieses Tool erlaubt dir, schnell die Titel und Beschreibungen deiner Beiträge und Seiten zu ändern, ohne den jeweiligen Editor aufrufen zu müssen."],"Bulk editor":["Massenbearbeitung"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Füge den Meta tag hier ein, um die %1$sWebseite mit Pinterest zu verifizieren%2$s:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest nutzt Open-Graph-Metadaten ebenso wie Facebook. Setze deshalb einen Haken im Open-Graph-Kontrollkästchen auf dem Facebook-Reiter, um die Seite für Pinterest zu optimieren."],"The default card type to use":["Der zu nutzende Standard Karten-Typ"],"Add Twitter card meta data":["Twitter Card Meta Daten hinzufügen"],"This image is used if the post/page being shared does not contain any images.":["Dieses Bild wird benutzt, falls der geteilte Post / die geteilte Seite keine Bilder enthält."],"Default settings":["Standardeinstellungen"],"Copy home meta description":["Meta-Beschreibung der Startseite kopieren"],"Description":["Beschreibung"],"Image URL":["Bild-URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dies sind der Titel, die Beschreibung und das Bild, die in den Open-Graph-Metatags auf der Startseite Deiner Website Verwendung finden."],"Frontpage settings":["Einstellungen der Startseite"],"Add Open Graph meta data":["Open Graph Meta Data hinzufügen"],"YouTube URL":["Youtube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-Benutzername"],"Facebook Page URL":["URL der Facebook Seite"],"Accounts":["Konten"],"Restore site to defaults":["Seite auf Standardeinstellungen zurücksetzen"],"Site ID":["Website-ID"],"Using this form you can reset a site to the default SEO settings.":["Hiermit kannst Du die Standard-SEO-Einstellungen einer Seite wieder herstellen/zurücksetzen."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Private Einstellungen (FB-Admins und so weiter), themespezifische (titel rewrite) und manche seitenspezifischen Einstellungen werden nicht in neue Websites übernommen."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Gib die %sSite ID%s für die Website ein, deren Einstellungen du als Standard für alle Websites in deinem Netzwerk setzen möchtest. Du kannst dies auch leer lassen (in der Regel werden die Plugin-Standards verwendet)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Wähle die Seite, deren Einstellungen du standardmäßig für alle Websites, die deinem Netzwerk hinzugefügt werden, verwendet werden sollen. Wenn du \"Keine\" auswählst, werden die Standardeinstellungen des Plugins verwendet."],"New sites in the network inherit their SEO settings from this site":["Neue Websites im Netzwerk übernehmen die SEO-Einstellungen dieser Website"],"Super Admins only":["Nur für Super-Admins"],"Site Admins (default)":["Seiten-Admins (Standard)"],"Who should have access to the %1$s settings":["Wer soll Zugriff auf die %1$s Einstellungen haben?"],"spam":["SPAM"],"mature":["veraltet"],"archived":["archiviert"],"public":["öffentlich"],"%s restored to default SEO settings.":["%s zurückgesetzt auf Standard-SEO-Einstellungen."],"Settings Updated.":["Einstellungen gespeichert."],"404 pages":["404-Seiten"],"Search pages":["Such-Seiten"],"These pages will be %s by default, so they will never show up in search results.":["Diese Seiten sind per Vorgabe %s , damit werden sie in Suchergebnissen nicht angezeigt"],"Special Pages":["Spezielle Seiten"],"Date-based archives could in some cases also be seen as duplicate content.":["In manchen Fällen können datumsbasierte Archive ebenfalls als Duplicate Content angesehen werden."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Wenn das bei dieser Website der Fall ist, kannst du das Archiv entweder abschalten (was zur Weiterleitung auf die Startseite führt) oder du fügst %s hinzu, damit es nicht in den Suchergebnissen auftaucht."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Wenn du der einzige Autor dieser Website bist, ist das Autorenarchiv exakt gleich mit der Homepage. Das führt zu einem sogenannten %1$sDuplicate-Content-Problem%2$s."],"Date archives":["Datums-Archive"],"author archives":["Autor-Archive"],"Title":["Titel"],"%1$s Meta Box":["%1$s Meta-Box"],"Hide":["Ausblenden"],"Date in Snippet Preview":["Datum in der Snippet-Vorschau"],"Take note:":["Beachte:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Homepage & Startseite"],"Title Separator":["Titel-Trennzeichen"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s hat automatisch erkannt, ob für deine Seiten ein Zwang zum Umschreiben der Titel gesetzt werden sollte. Wenn du glaubst, dass dies falsch ist, und du weißt was du tust, kannst du die Einstellung hier ändern."],"Force rewrite titles":["Umarbeitung der Titel erzwingen"],"Taxonomies":["Taxonomien"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Erweiterungen"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Nahtlose Integration von WooCommerce mit %1$s und erhalte zusätzliche Funktionen!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Besseres Ranking vor Ort und in GoogleMaps, ohne in's Schwitzen zu geraten!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Bist Du bei Google News gelistet? Steigere Deinen Traffic von dort mit der Google News Optimierung!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimiere Deine Videos, um sie in den Suchergebnissen zu zeigen und hole mehr Klicks!"],"The premium version of %1$s with more features & support.":["Die Premium-Version von %1$s mit mehr Funktionen & Unterstützung."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Diese Daten werden als Metadaten auf deiner Website angezeigt. Sie sollen in %1$sGoogle's Knowledge Graph%2$s erscheinen. Du kannst ein Unternehmen oder eine Person sein."],"Website name":["Name der Website"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Du hast bisher den Artikel-/ Seitentitel nicht in der URL Deiner Artikel und Seiten, dies wird jedoch dringend empfohlen. Überlege Dir deshalb, Deine Permalinkstruktur auf /%postname%/ einzustellen."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["oder"],"Save Profile":["Profil speichern"],"There were no profiles found":["Kein Profil gefunden."],"Profile":["Profil"],"Current profile":["Aktuelles Profil"],"Authenticate":["Authentifizieren"],"Get Google Authorization Code":["Google-Autorisierungscode abrufen"],"Reload crawl issues":["Crawl Ergebnis neu laden"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Um eine Umleitung anzulegen und diesen Fehler zu beheben, brauchst Du %1$s. Du kannst das Plugin kaufen, inklusive einem Jahr Support und Aktualisierungen, auf %2$s."],"Creating redirects is a %s feature":["Das Erstellen von Weiterleitungen ist ein Feature von %s."],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fehler, die nur während des Einlesens deiner Seite durch den Googlebot für Feature-Phones aufgetreten sind (diese Fehler erscheinen nicht für die Desktop-Anzeige)"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fehler, die nur während des Einlesens deiner Seite durch Googlebot-Mobile aufgetreten sind (diese Fehler erscheinen nicht für die Desktop-Anzeige)"],"Errors that occurred when your site was crawled by Googlebot.":["Während der Seitenindizierung durch den Googlebot aufgetretene Fehler."],"Issue categories":["Problemkategorien"],"Incorrect Google Authorization Code.":["Falscher Google-Autorisierungscode."],"The issues have been successfully reloaded!":["Die Ausgaben wurden erfolgreich neu geladen!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Der %1$s Datensatz wurde entfernt. Wenn Du die Daten erhalten willst musst Du Dich erneut authentifizieren."],"Crawl errors per page":["Crawl-Fehler pro Seite"],"Search":["Suchen"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Behalte den Überblick über deine Suchmaschineneinträge und -fehler: %1$sVerbinde Dich hier mit der Google Search Console: %2$s"],"Create redirect":["Weiterleitung erstellen"],"Mark as fixed":["Als korrigiert markieren"],"Response code":["Antwortcode"],"First detected":["Zuerst entdeckt"],"Last crawled":["Zuletzt durchsucht"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s meldet, dass du Version %2$s benutzt, die nicht mit %1$s kompatibel ist. Bitte aktualisiere %2$s auf die neueste Version, damit du diese Funktion nutzen kannst."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Die Yoast Plugins tauschen Code untereinander aus, um deine Seite schneller zu machen. Aus diesem Grund müssen alle installierten Yoast Plugins aktuell sein. Wir haben festgestellt, dass eines oder mehrere Plugins nicht auf dem aktuellen Stand sind, bitte update daher alle veralteten Plugins."],"Feature phone":["Feature Phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Die Ziel-URL existiert nicht, aber dein Server sendet keinen 404 (Datei nicht gefunden) Fehler."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Entweder wurde die Zeit der Anforderung überschritten oder die Website blockiert Google."],"Server Error":["Serverfehler"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Der Googlebot konnte auf deine Website zugreifen, jedoch sind bestimmte URLs in der Datei %1$s für Googlebot blockiert. Diese Blockade betrifft entweder alle Googlebots oder speziell den Googlebot-Mobile."],"Blocked":["Blockiert"],"Google was unable to crawl this URL due to an undetermined issue.":["Google konnte diese URL aufgrund eines unbestimmten Fehlers nicht crawlen."],"URL points to a non-existent page.":["Die URL verweist auf eine nicht existierende Seite."],"Not found":["Nicht gefunden"],"Not followed":["Nicht verfolgt"],"Faulty redirects":["Fehlerhafte Weiterleitungen"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Der Server erfordert eine Authentifizierung oder verhindert den Zugriff des Googlebots"],"Access denied":["Zugriff verweigert"],"Deactivate %s":["Deaktiviere %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Das %1$s Plugin könnte in Verbindung mit %2$s Fehler hervorrufen."],"Upload Image":["Bild hochladen"],"Remove these ads?":["Diese Anzeigen entfernen?"],"%s Posts Overview":["%s Beitragsübersicht"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Der Breadcrumbs-Titel wird in den Breadcrumbs benutzt, wo diese Taxonomie erscheint."],"Breadcrumbs title":["Breadcrumbs-Titel"],"The canonical link is shown on the archive page for this term.":["Der Canonical-Link wird auf der Archivseite für diesen Begriff angezeigt."],"Facebook App ID":["Facebook Anwendungs-ID"],"Pinterest":["Pinterest"],"Other":["Anderes"],"Archives":["Archive"],"Email":["E-Mail"],"Close":["Schließen"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Sowohl %1$s als auch %2$s erstellen XML-Sitemaps. Zwei Sitemaps haben jedoch keinen Vorteil für Suchmaschinen und könnten deine Website sogar verlangsamen."],"Configure %1$s's Open Graph settings":["Konfigurieren der %1$s OpenGraph-Einstellungen"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Sowohl %1$s als auch %2$s erzeugen OpenGraph Code, was dazu führen könnte, dass Facebook, Twitter, LinkedIn und andere soziale Netzwerke die falschen Texte und Bilder beim Teilen der Seiten verwenden."],"%s Image":["%s Bild"],"%s Description":["%s Beschreibung"],"%s Title":["%s Titel"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Die empfohlene Bildgröße für %1$s sind %2$s pixel."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Wenn du das Bild, das in in dem Post für %s verwendet wurde, überschreiben willst, wähle ein anderes Bild, lade ein anderes Bild hoch oder füge die URL hier ein. "],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Wenn du um diesen Post auf %s zu teilen anstatt der Meta-Beschreibung eine andere Beschreibung verwenden möchtest, hinterlege sie hier."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Wenn du nicht den Titel des Beitrages zum Teilen bei %s verwenden möchtest, kannst du hier einen anderen Titel eintragen."],"very difficult":["sehr schwierig"],"Try to make shorter sentences, using less difficult words to improve readability":["Versuche, kürzere Sätze zu formulieren und weniger komplizierte Wörter zu nutzen, um die Lesbarkeit zu erhöhen"],"difficult":["schwer"],"Try to make shorter sentences to improve readability":["Versuche, kürzere Sätze zu formulieren, um die Lesbarkeit zu erhöhen"],"fairly difficult":["ziemlich schwer"],"OK":["OK"],"fairly easy":["ziemlich einfach"],"easy":["einfach"],"very easy":["sehr einfach"],"Meta Desc.":["Meta Beschr."],"All SEO Scores":["Alle SEO-Werte"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Das Bild muss mindestens 200x200 Pixel groß sein, um von Facebook und anderen Social Media Seiten aufgenommen zu werden."],"(no parent)":["(kein Elternelement)"],"Post is set to noindex.":["Der Artikel wird nicht indexiert."],"The URL that this page should redirect to.":["Die URL, auf die diese Seite weitergeleitet werden soll."],"301 Redirect":["301-Weiterleitung"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Die Canonical-URL auf die diese Seite zeigen soll. Ist das Feld leer, wird der Permalink übernommen. %1$sCross Domain canonical%2$s wird ebenfalls unterstützt."],"Canonical URL":["Canonical-URL"],"Title to use for this page in breadcrumb paths":["Titel, der für diese Seite in Breadcrumbs-Pfaden benutzt werden soll"],"Breadcrumbs Title":["Breadcrumb-Titel"],"No Snippet":["Kein Snippet"],"No Archive":["Kein Archiv"],"No Image Index":["Kein Bild Index"],"None":["Keine"],"Site-wide default: %s":["Seitenweite Voreinstellung: %s"],"Advanced meta robots settings for this page.":["Erweiterte Meta Robots Einstellungen für diese Seite."],"Meta robots advanced":["Erweiterte Meta Robots"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Achtung: Auch wenn hier die Meta-Robots-Einstellungen gesetzt werden können, - falls die gesamte Website auf \"noindex\" gesetzt ist, bleiben die Eintragungen hier ohne Wirkung."],"Meta description":["Meta-Beschreibung"],"SEO Title":["SEO-Titel"],"Focus keyword":["Fokus-Keyword"],"Snippet preview":["Snippet Vorschau"],"Settings successfully imported.":["Einstellungen wurden erfolgreich importiert."],"Settings could not be imported:":["Einstellungen konnten nicht importiert werden:"],"Error creating %1$s export: ":["Fehler beim Erstellen des %1$s Exports:"],"Breadcrumb for 404 pages:":["Breadcrumb für 404 Seiten:"],"Prefix for search result pages:":["Präfix für Suchergebnisseiten:"],"Prefix for archive pages:":["Präfix für Archivseiten:"],"Prefix for breadcrumbs:":["Präfix für Breadcrumbs:"],"Anchor text for the homepage:":["Anker-Text für die Webseite:"],"Breadcrumbs separator:":["Breadcrumb Trennzeichen:"],"Remove blog page from breadcrumbs":["Entferne die Blogseite aus den Breadcrumbs"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Bild verwenden"],"Action":["Aktion"],"Page URL/Slug":["Seiten URL / Titelform"],"Publication date":["Veröffentlichungsdatum"],"Post Status":["Beitragsstatus"],"WP Page Title":["WP Seitentitel"],"View":["Ansicht"],"View “%s”":["zeige “%s”"],"Preview":["Vorschau"],"Preview “%s”":["Vorschau “%s”"],"Edit":["Bearbeiten"],"Filter":["Filter"],"New Yoast Meta Description":["Neue Yoast Meta Beschreibung"],"Existing Yoast Meta Description":["Existierende Yoast Meta Beschreibung"],"Facebook profile URL":["URL des Facebook Profils"],"Twitter username (without @)":["Twitter Benutzername (ohne @)"],"FAQ":["FAQ"],"Premium Support":["Premium Unterstützung"],"Settings":["Einstellungen"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Geh bitte zu %1$sEinstellungen \"Lesen\"%2$s und entferne den Haken bei \"Search Engine Visibility\" (sichtbar für Suchmaschinen)."],"Huge SEO Issue: You're blocking access to robots.":["Wichtiges SEO-Problem: Du blockierst den Zugriff von Suchmaschinen."],"Posts":["Beiträge"],"Edit Files":["Dateien editieren"],"Advanced Variables":["Erweiterte Variablen"],"Basic Variables":["Grundvariablen"],"General":["Allgemein"],"Extensions":["Erweiterungen"],"Search Console":["Suchkonsole"],"Tools":["Werkzeuge"],"Advanced":["Erweitert"],"XML sitemaps":["XML-Sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s hat festgestellt, dass du Version %2$s von %3$s nutzt. Bitte aktualisiere auf die neueste Version, um Fehler zu vermeiden."],"Just another WordPress site":["Nur eine weitere Wordpress Seite"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Du hast noch den Standard-WordPress-Slogan, selbst ein leerer ist vermutlich besser. %1$sIm Customizer kannst du dies anpassen%2$s."],"You have used HTML in your value which is not allowed.":["Du hast HTML in deinem Wert verwendet, dies ist nicht erlaubt."],"You can't edit %s that aren't yours.":["Du kannst %s nicht editieren, das sind nicht Deine."],"You can't edit %s.":["Du kannst %s nicht bearbeiten."],"Post has an invalid Content Type: %s.":["Beitrag hat einen ungültigen Inhaltstyp: %s."],"Post doesn't exist.":["Dieser Beitrag existiert nicht."],"course\u0004Free:":["Kostenlos:"],"posts\u0004Trash (%s)":["Papierkorb (%s)","Papierkorb (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"de"},"%s does not seem to be a valid Facebook App ID. Please correct.":["%s scheint keine gültige Facebook-App-ID zu sein. Bitte korrigieren."],"The submitted value was: %s":["Der übermittelte Wert war: %s"],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Yandex-Bestätigungscodes können nur Buchstaben von A bis F, Zahlen, Bindestriche und Unterstriche beinhalten. %s"],"Twitter usernames can only contain letters, numbers, and underscores. %s":["Twitter-Benutzernamen können nur Buchstaben, Zahlen und Unterstriche beinhalten. %s"],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Pinterest-Bestätigungscodes können nur Buchstaben von A bis F, Zahlen, Bindestriche und Unterstriche beinhalten. %s"],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Bing-Bestätigungscodes können nur Buchstaben von A bis F, Zahlen, Bindestriche und Unterstriche beinhalten. %s"],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Google-Verifizierungscodes können nur Buchstaben, Zahlen, Bindestriche und Unterstriche beinhalten. %s"],"The Facebook App ID you entered doesn't exist. %s":["Die von dir eingegeben Facebook-App-ID existiert nicht. %s"],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Yandex-Verifizierungscodes können nur Buchstaben, Zahlen, Bindestriche und Unterstriche beinhalten. %s"],"Show this item.":["Diesen Eintrag anzeigen."],"Hide this item.":["Diesen Eintrag ausblenden."],"You have %d hidden problem:":["Du hast %d ausgeblendetes Problem:","Du hast %d ausgeblendete Probleme:"],"You have %d hidden notification:":["Du hast %d ausgeblendete Benachrichtigung:","Du hast %d ausgeblendete Benachrichtigungen:"],"Focus Keyphrase not set":["Fokus-Schlüsselphrase nicht gesetzt"],"The form contains %1$s error. %2$s":["Das Formular enthält %1$s Fehler. %2$s","Das Formular enthält %1$s Fehler. %2$s"],"SEO settings configured":["SEO-Einstellungen konfiguriert"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["Wenn du deine Einstellungen zu %1$s nochmals prüfen oder etwas ändern möchtest, kannst du jederzeit %2$sden Konfigurations-Assistenten erneut öffnen%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Die folgenden Wörter und Wort-Kombinationen kommen im Inhalt am häufigsten vor. Diese geben einen Hinweis darauf, worauf sich dein Inhalt konzentriert. Wenn sich die Wörter stark von deinem Thema unterscheiden, möchtest du vielleicht deinen Inhalt entsprechend umschreiben. "],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["Hast du deiner Seite einmal etwas mehr Inhalt hinzugefügt, werden wir dir eine Liste mit Wörtern anzeigen, die am meisten im Inhalt vorkommen. Dies kann eine gute Hilfestellung sein, um herauszufinden, worauf sich dein Inhalt konzentriert."],"%d occurrences":["%d Vorkommen"],"Activate %s for your site on MyYoast":["Aktiviere %s für deine Website auf MyYoast"],"Show blog page in breadcrumbs":["Blog-Seite im Breadcrumbs-Menü anzeigen"],"We could not find any relevant articles on your website that you could link to from your post.":["Wir konnten keine relevanten Beiträge auf deiner Website finden, auf die du von deinem Beitrag aus verlinken könntet."],"Has feedback":["Neues Feedback"],"Content optimization:":["Optimierung des Inhaltes:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLesbarkeit%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Lies %1$sdiesen Beitrag, um mehr Informationen zu erhalten, warum wir keine älteren Versionen unterstützen.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Wenn du wegen des neuen Gutenberg Editors bisher nicht auf %2$s und höher aktualisiert hast, installiere bitte das Plugin Classic Editor. Damit bleibt die Bearbeitungserfahrung wie gewohnt, aber du profitierst dennoch von der Sicherheit neuerer Versionen von WordPress und %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sAktualisiere WordPress auf die aktuellste Version%2$s%3$sWir haben festgestellt, dass du keine aktuelle WordPress-Version benutzt. Dies könnte schon bald zu Problemen führen. %4$s unterstützt (aus Stabilitäts- und Sicherheitsgründen) nur die aktuelle und die vorherige Version von WordPress. Wenn die nächste Version von WordPress veröffentlicht wird, bedeutet das, dass wir WordPress %6$s und %7$s unterstützen werden. Du wirst also keine Aktualisierungen für %5$s erhalten, bis du dein WordPress aktualisiert hast. Bitte stelle sicher, dass du baldmöglichst auf die aktuellste WordPress-Version aktualisierst!%3$s%3$s"],"Post Noindexed":["Beitrag nicht indexiert"],"No Focus Keyphrase":["Keine Fokus-Schlüsselphrase"],"Person logo / avatar":["Person Logo / Avatar"],"Extend %s":["%s erweitern"],"Enroll in the %s for WordPress training":["Melde dich für das %s für WordPress Training an"],"Posts with the SEO score: %s":["Beiträge mit SEO Score: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s Video Tutorial"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Um deine aktuellen Crawling-Fehler zu sehen, %1$sbesuche die Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google hat die API zur Anzeige der Crawling-Fehler eingestellt. Deswegen können mögliche Crawling-Fehler hier nicht mehr dargestellt werden. %1$sBitte lies unsere Stellungnahme für weitergehende Informationen%2$s."],"Remove this message":["Diese Nachricht ausblenden"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimiere deine Website für ein lokales Publikum mit unserem %s-Plugin! Optimierte Adressdaten, Öffnungszeiten, Filialfinder und Abhol-Option!"],"Serving local customers?":["Betreuung lokaler Kunden?"],"Get the %s plugin now":["Hol dir jetzt das %s-Plugin"],"Organization social profiles":["Soziale Profile der Organisation"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Du kannst die Angaben zu sozialen Profilen, den Namen und die Beschreibung dieses Benutzers, die in den Metadaten sichtbar sind, auf dessen %1$s Profilseite bearbeiten."],"Personal info":["Persönliche Daten"],"Organization logo":["Organisations-Logo"],"Organization name":["Organisations-Name"],"Choose whether the site represents an organization or a person.":["Wähle, ob die Website eine Organisation oder eine Person repräsentiert."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Damit deine Website eine Firma oder Organisation repräsentiert, gehe zu %1$sDarstellung in Suchergebnissen%2$s und stelle Organisation oder Person auf „Organisation” ein."],"To change the social accounts used for your site, update the details for %1$s.":["Um die Sozialen Konten zu ändern, die auf deiner Website benutzt werden, aktualisiere die Details für %1$s."],"That means that the form and information below is disabled, and not used.":["Das bedeutet, dass das untenstehende Formular und die Informationen deaktiviert und nicht verwendet werden."],"Your website is currently configured to represent a Person":["Deine Website ist für die Repräsentation einer Person konfiguriert"],"(if one exists)":["(wenn eine existiert)"],"Wikipedia page about you":["Wikipedia-Seite über dich"],"YouTube profile URL":["YouTube Profil URL"],"Tumblr profile URL":["Tumblr Profil URL"],"SoundCloud profile URL":["SoundCloud Profil URL"],"MySpace profile URL":["MySpace Profil URL"],"Organization or person":["Organisation oder Person"],"The person":["Die Person"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Repräsentiert deine Website eine Person oder eine Organisation?"],"The name of the organization":["Der Name der Organisation"],"Provide an image of the organization logo":["Stelle ein Bild des Firmenlogos bereit"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Du hast zuvor eingestellt, dass deine Website eine Person repräsentiert. Wir haben die Funktionalität rund um Schema und den Knowledge Graph verbessert, deshalb solltest du %1$sdiese Einstellungen%2$s vervollständigen."],"Select a user...":["Wähle einen Benutzer…"],"Uncategorized":["Nicht kategorisiert"],"Name:":["Name:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Du hast den Benutzer %1$s als die Person ausgewählt, den diese Website repräsentiert. Die Daten aus dem Benutzerprofil dieses Benutzers werden jetzt in den Suchergebnissen verwendet. %2$sAktualisiere dieses Benutzerprofil, um sicherzustellen, dass die Angaben korrekt sind.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Fehler: Bitte unten einen Benutzer auswählen, um die Metadaten deiner Website zu komplettieren."],"SEO score: %s":["SEO-Score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Falls es eine Wikipedia-Seite für dich oder deine Organisation gibt, füge diese auch hinzu."],"Wikipedia URL":["Wikipedia-URL"],"Pinterest profile URL":["Pinterest-Profil-URL"],"Instagram profile URL":["Instagram-Profil-URL"],"LinkedIn profile URL":["LinkedIn-Profil-URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword-Recherche ist für jede SEO-Strategie unerlässlich. Du bestimmst die Suchbegriffe, durch die du gefunden werden möchtest, und ermittelst welche Wörter deine Zielgruppe verwendet, um dich zu finden. Eine umfassende Keyword-Recherche vermittelt dir, welche Inhalte du benötigst, um für die Suchbegriffe gefunden zu werden, für die du gefunden werden möchtest. Stelle sicher, dass deine Bemühungen nur in solche Keywords einfließen, für die du tatsächlich eine Chance hast, ein gutes Ranking zu erzielen! Das %1$s führt dich Schritt für Schritt durch diesen Prozess."],"SEO for Beginners training":["SEO-Anfängerkurs"],"%s for WordPress training":["%s for WordPress Training"],"All-around SEO training":["All-around SEO Training"],"The image you selected is too small for Facebook":["Das ausgewählte Bild ist zu klein für Facebook."],"The given image url cannot be loaded":["Die angegebene URL zum Bild konnte nicht geladen werden."],"Find out what words your audience uses to find you":["Erfahre, welche Begriffe deine Besucher verwenden, um dich zu finden"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sLesefreundlichkeit (Flesch-Reading-Ease)%2$s: Dein Text erreicht %3$s im Test, was als %4$s zum Lesen gilt. %5$s"],"No JSON object was returned.":["Es wurde kein JSON-Objekt zurückgegeben."],"Received internal links":["Erhaltene interne Verlinkungen"],"Outgoing internal links":["Ausgehende interne Verlinkungen"],"New step added":["Neuer Schritt hinzugefügt"],"New question added":["Neue Frage hinzugefügt"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Um eine Weiterleitung zu erstellen und dieses Problem zu lösen, benötigst du %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Du kannst das Plugin inklusive einem Jahr Support und Updates hier kaufen: %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Die integrierte Text-Link-Zähler-Funktion zeigt an, wie viele Links in deinem Text gefunden werden und wie viele Links auf deinen Text verweisen. Das ist sehr hilfreich, wenn du deine %1$sinterne Verlinkung%2$s verbessern möchtest."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Damit diese Funktion korrekt funktioniert, benötigt %1$s mindestens PHP Version %2$s. Wir haben PHP Version %3$s auf dieser Website entdeckt."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Bitte berücksichtige die Auswirkungen und %1$slies diesen Beitrag%2$s wenn du mehr über den Einfluss der Anzeige von Medien in den Suchergebnissen erfahren möchtest."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Damit diese Funktion korrekt funktioniert, muss %1$s eine Tabelle in deiner Datenbank anlegen. Uns war es nicht möglich, diese Tabelle automatisch zu erstellen."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Durch Aktivierung dieser Option, werden Anhangsseiten-URLs sowohl für deine Besucher als auch Google sichtbar. Um den Wert deiner Website zu stärken, sollten sie nützliche Informationen enthalten, sonst kann es sein, dass diese negative Auswirkungen auf dein Ranking haben."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Die %3$sText-Link-Zähler%4$s -Funktion (vorgestellt in %1$s %2$s) ist derzeit deaktiviert."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Bitte lies den nachfolgenden %1$sArtikel in der Wissensdatenbank%2$s, um herauszufinden, wie dieses Problem gelöst werden kann."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Um sicherzustellen, dass alle Links in deinen Texten gezählt werden, müssen wir alle deine Texte analysieren."],"All you have to do is press the following button and we'll go through all your texts for you.":["Klicke einfach auf den nachfolgenden Button und wir gehen für dich all deine Texte durch."],"Count links":["Links zählen"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sBilder mit Alt-Attributen%5$s: Die Alt-Attribute bei %1$d von %2$d Bildern auf dieser Seite enthalten Wörter aus der Keyphrase oder entsprechende Synonyme. Das ist etwas viel. %4$sVerwende die Keyphrase bzw. Synonyme davon nur wenn sie zum Bild passen%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sBilder mit Alt-Attributen%2$s: Gut gemacht!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sBilder mit Alt-Attributen%5$s: Von %2$d Bildern auf dieser Seite, hat nur %1$d Bild ein Alt-Attribut, welches das Thema deines Textes widerspiegelt. %4$sFüge deine Keyphrase oder entsprechende Synonyme zu den Alt-Tags bei passenden Bildern hinzu%5$s!","%3$sBilder mit Alt-Attributen%5$s: Von %2$d Bildern auf dieser Seite, haben nur %1$d Bilder ein Alt-Attribut, welches das Thema deines Textes widerspiegelt. %4$sFüge deine Keyphrase oder entsprechende Synonyme zu den Alt-Tags bei passenden Bildern hinzu%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sBilder mit Alt-Attributen%3$s: Die Bilder auf dieser Seite haben keine Alt-Attribute, die das Thema deines Textes widerspiegeln. %2$sFüge deine Keyphrase oder entsprechende Synonyme zu den Alt-Attributen bei passenden Bildern hinzu%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sBilder mit Alt-Attributen%3$s: Die Bilder auf dieser Seite haben Alt-Attribute, aber du hast noch keine Keyphrase bestimmt. %2$sKorrigiere das%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in Zwischenüberschriften%2$s: %3$s deiner hierarchisch höheren Zwischenüberschriften spiegelt das Thema deines Textes wider. Gut gemacht!","%1$sKeyphrase in Zwischenüberschriften%2$s: %3$s deiner hierarchisch höheren Zwischenüberschriften spiegeln das Thema deines Textes wider. Gut gemacht!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in Zwischenüberschriften%2$s: Deine hierarchisch höhere Zwischenüberschrift spiegelt das Thema deines Textes wider. Gut gemacht!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in Zwischenüberschriften%3$s: %2$sVerwende mehr Keyphrasen und Synonyme in deinen hierarchische höheren Zwischenüberschriften%3$s!"],"Page %s":["Seite %s"],"Cannot get the size of %1$s because of unknown reasons.":["Die Größe von %1$s kann aus unbekannten Gründen nicht bestimmt werden."],"Cannot get the size of %1$s because it is hosted externally.":["Die Größe von %1$s kann nicht bestimmt werden, da diese URL extern gehostet wird."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Stelle den Schieberegler einfach auf \"An\" und schon kannst du die rekalibrierte Analyse verwenden. Gleichzeitig setzen wir dich auf unsere spezielle Mailingliste. Wir werden dir ausschließlich in Bezug auf deine Erfahrungen mit dieser Rekalibrierung E-Mails zusenden!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Wir haben %1$sunsere Analyse rekalibriert%2$s. Die neue Analyse erlaubt noch tiefere Einblicke in die Art, wie Google deine Website wahrnimmt. Es wäre %3$sgroßartig%4$s, wenn du %3$sdie Betaversion dieser Funktion%4$s für uns testen würdest!"],"Get an even better analysis":["Erhalte eine noch bessere Analyse"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sEinzeltitel%3$s: H1s sollten nur als Haupttitel verwendet werden. Finde alle H1s in deinem Text, die nicht dein Haupttitel sind und %2$sändere sie auf eine niedrigere Überschriftenebene%3$s!"],"Improve sharing on Facebook and Pinterest":["Das Teilen auf Facebook und Pinterest verbessern"],"You do not have the required rights to export settings.":["Du hast nicht die erforderlichen Rechte, um die Einstellungen zu exportieren."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopiere all diese Einstellungen in einen Tab auf einer anderen Seite %1$s und klicke dort \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["Dies sind Einstellungen für das Plugin %1$s von %2$s"],"No settings found.":["Keine Einstellungen gefunden."],"Export your %1$s settings here, to copy them on another site.":["Exportiere deine %1$s Einstellungen hier, um sie auf eine andere Seite zu kopieren."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Der Import von Einstellungen ist nur auf Servern mit mindestens PHP 5.3 möglich."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importiere die Einstellungen, die du von einer anderen Seite kopiert hast, hier und klicke \"%s\"."],"Paste your settings from another %s installation.":["Füge deine Einstellungen aus einer anderen %s-Installation ein."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde nicht gefunden. Das ist weniger als das empfohlene Minimum von %3$d Mal für einen Text dieser Länge. %4$sKonzentriere dich auf deine Keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrasendichte%2$s: Die Keyphrase wurde %5$d Mal gefunden. Das ist weniger als das empfohlene Minimum von %3$d Mal für einen Text dieser Länge. %4$sKonzentriere dich auf deine Keyphrase%2$s!","%1$sKeyphrasendichte%2$s: Die Keyphrase wurde %5$d Mal gefunden. Das ist weniger als das empfohlene Minimum von %3$d Mal für einen Text dieser Länge. %4$sKonzentriere Dich auf deine Keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrasendichte%2$s: Die Keyphrase wurde %3$d Mal gefunden. Das ist hervorragend!","%1$sKeyphrasendichte%2$s: Die Keyphrase wurde %3$d Mal gefunden. Das ist hervorragend!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist mehr als das empfohlene Maximum von %3$d mal für einen Text dieser Länge. %4$sÜberoptimiere deinen Text nicht%2$s!","%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist mehr als das empfohlene Maximum von %3$d Mal für einen Text dieser Länge. %4$sÜberoptimiere deinen Text nicht%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist deutlich mehr als das empfohlene Maximum von %3$d Mal für einen Text dieser Länge. %4$sÜberoptimiere deinen Text nicht%2$s!","%1$sKeyphrasendichte%2$s: Die Fokus-Keyphrase wurde %5$d Mal gefunden. Das ist deutlich mehr als das empfohlene Maximum von %3$d Mal für einen Text dieser Länge. %4$sÜberoptimiere deinen Text nicht%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexierung für Objekt %1$s mit Typ %2$s erstellt"],"Method %1$s() does not exist in class %2$s":["Die Methode %1$s() ist in Klasse %2$s nicht vorhanden"],"With %s, you can easily create such redirects.":["Mit %s kannst du solche Umleitungen einfach erstellen."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Die Einstellung deiner Permalinks zu ändern, kann deine Sichtbarkeit in den Suchmaschinen stark verändern. Es sollte so gut wie %1$s nie %2$s auf einer sich online befindlichen Webseite vorgenommen werden. "],"WARNING:":["WARNUNG:"],"Learn about why permalinks are important for SEO.":["Lerne mehr darüber, warum Permalinks wichtig für SEO sind."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunktionswörter in der Keyphrase%3$s: Deine Keyphrase \"%4$s\" besteht ausschließlich aus Funktionswörtern. %2$sErfahre mehr darüber, was eine gute Keyphrase ausmacht.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Wusstest du schon, dass %s auch Plural- oder Zeitformen deiner Keyphrase analysiert?"],"Clear Image":["Bild löschen"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLänge der Keyphrase%3$s: %2$sLege eine Keyphrase fest, damit dein SEO-Score berechnet werden kann%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase im Permalink%2$s: Über die Hälfte deiner Keyphrase kommt im Permalink vor. Das ist super!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase im Permalink%3$s: Deine Keyphrase kommt (teilweise) nicht im Permalink vor. %2$sÄndere das%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase im Permalink%2$s: Vorhanden. Gut gemacht!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase im Titel%3$s: Nicht alle Wörter deiner Keyphrase \"%4$s\" erscheinen im SEO-Titel. %2$sVersuche deine Keyphrase wortwörtlich im SEO-Titel zu verwenden%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase im Titel%3$s: Nicht wortwörtlich enthalten. %2$sVersuche deine Keyphrase wortwörtlich im SEO-Titel zu verwenden.%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase im Titel%3$s: Die wortwörtliche Form der Keyphrase befindet sich im SEO-Titel, allerdings nicht am Anfang. %2$sSetze sie an den Anfang%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase im Titel%2$s: Die wortwörtliche Form der Keyphrase erscheint am Anfang des SEO-Titels. Gut gemacht!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sVerteilung der Keyphrase%2$s: Gut gemacht!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sVerteilung der Keyphrase%3$s: Ungleichmäßig. Einige Textabschnitte enthalten weder die Keyphrase noch deren Synonyme. %2$sVerteile diese gleichmäßiger%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sVerteilung der Keyphrase%3$s: Sehr ungleichmäßig. Viele Textabschnitte enthalten weder die Keyphrase noch deren Synonyme. %2$sVerteile diese gleichmäßiger%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sVerteilung der Keyphrase%3$s: %2$sVerwende deine Keyphrase oder deren Synonyme im Text, damit wir die Verteilung der Keyphrase prüfen können%3$s."],"Help on choosing the perfect focus keyphrase":["Hilfe bei der Auswahl des perfekten Fokus-Schlüsselworts"],"Would you like to add a related keyphrase?":["Möchtest du eine verwandte Keyphrase hinzufügen?"],"Go %s!":["Start %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Um die Datumsarchive von den Suchergebnissen auszuschließen, erhalten sie die Metainformation %1$s. %2$sErfahre mehr über Einstellungen für Suchmaschinen%3$s."],"Rank better with synonyms & related keyphrases":["Ranke besser mit Synonymen & verwandten Keyphrasen."],"optimize a single post for synonyms and related keyphrases.":["Optimiere einen einzelnen Beitrag für Synonyme und verwandte Keyphrasen."],"Synonyms & related keyphrases":["Synonyme & verwandte Keyphrasen"],"Add related keyphrase":["Ähnliches Keyword hinzufügen"],"Dismiss %s upgrade notice":["%s-Upgrade-Hinweis schließen"],"Upgrade to %s":["Upgrade auf %s"],"%1$s video":["%1$s Video"],"Get %s":["Erhalte %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sBereits verwendete Keyphrase%6$s: Du hast diese Keyphrase zuvor schon %1$s%2$d Mal verwendet%3$s. %5$sVerwende Keyphrasen immer nur einmal.%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sBereits verwendete Keyphrase%5$s: Du hast diese Keyphrase bereits zuvor schon %1$seinmal%2$s verwendet. %4$sVerwende Keyphrases immer nur einmal.%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sBereits verwendete Keyphrase%2$s: Du hast diese Keyphrase noch nie verwendet. Sehr gut!"],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sPermalink Stoppwörter%3$s: Der Permalink für diese Seite enthält ein Stoppwort. %2$sEntferne es%3$s!","%1$sPermalink Stoppwörter%3$s: Der Permalink für diese Seite enthält Stoppwörter. %2$sEntferne sie%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sPermalink zu lang%3$s: Der Permalink für diese Seite ist etwas zu lang. %2$sKürze ihn%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$s Bilder mit Alt-Attributen%3$s: Auf dieser Seite gibt es keine Bilder. %2$s Füge welche hinzu%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink Keyphrase%3$s: Du verlinkst mit den Wörtern, mit denen diese Seite ranken soll, zu einer anderen Seite. %2$sVermeide das%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dies liegt weit unter dem empfohlenen Mindestwert von%5$d Wort. %3$sMehr Inhalt hinzufügen%4$s.","Dies liegt weit unter dem empfohlenen Mindestwert von %5$d Wörtern. %3$sMehr Inhalt hinzufügen%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Das ist weniger als das empfohlene Minimum von %5$d Wort. %3$sFüge mehr Inhalt hinzu%4$s.","Das ist weniger als das empfohlene Minimum von %5$d Wörtern. %3$sFüge mehr Inhalt hinzu%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sText Länge%4$s: Der Text enthält %1$d Wort.","%2$sText Länge%4$s: Der Text enthält %1$d Wörter."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sTextlänge%3$s: Der Text enthält %1$d Wort. Großartig!","%2$sTextlänge%3$s: Der Text enthält %1$d Wörter. Großartig!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sSchlüsselphrase im Untertitel%3$s: Mehr als 75%% deiner höherstufigen Untertitel spiegeln das Thema deines Textes wieder. Das ist zu viel. %2$sÜberoptimiere nicht%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sBreite des SEO-Titels%3$s: %2$sBitte erstelle einen SEO-Titel%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sBreite des SEO-Titels%3$s: Der SEO-Titel ist breiter als das sichtbare Limit. %2$sKürze ihn%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sBreite des SEO-Titels%2$s: Gut gemacht!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sBreite des SEO-Titels%3$s: Der SEO-Titel ist zu kurz. %2$sNutze den vorhandenen Platz aus, indem du Varianten der Keyphrase oder einen ansprechenden Call-to-Action-Text hinzufügst%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sAusgehende Links%2$s: Auf dieser Seite befinden sich sowohl nofollowed als auch normale ausgehende Links. Gut gemacht!"],"%1$sOutbound links%2$s: Good job!":["%1$sAusgehende Links%2$s: Gute Arbeit!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sAusgehende Links%3$s: Alle ausgehenden Link auf dieser Seite sind nofollow. %2$sFüge einige normale Links hinzu%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sAusgehende Links%3$s: Es scheinen keine ausgehenden Links auf dieser Seite zu existieren %2$sWelche hinzufügen%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLänge der Meta-Beschreibung%2$s: Gut gemacht!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLänge der Meta-Beschreibung%3$s: Die Meta-Beschreibung ist länger als %4$d Zeichen. Damit die vollständige Beschreibung sichtbar ist, %2$solltest du sie kürzen%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLänge der Meta-Beschreibung%3$s: Die Meta-Beschreibung ist zu kurz (weniger als %4$d Zeichen). Es sind bis zu %5$d Zeichen verfügbar. %2$sMach dir das zunutze%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLänge der Meta-Beschreibung%3$s: Es wurde keine Meta-Beschreibung festgelegt. Suchmaschinen werden stattdessen Textauschnitte der Seite darstellen. %2$sSchreibe eine Meta-Beschreibung%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in der Meta-Beschreibung%2$s: Die Meta-Beschreibung wurde festgelegt, aber die Keyphrase kommt darin nicht vor. %3$sBehebe das%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in Meta-Beschreibung%2$s: Die Meta-Beschreibung enthält die Keyphrase %3$s Mal. Das liegt über dem empfohlenen Maximum von zwei Vorkommnissen. %4$sVerwende die Keyphrase weniger häufig%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in Meta-Beschreibung%2$s: Die Meta-Beschreibung enthält die Keyphrase oder Synonyme. Gut gemacht!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLänge der Keyphrase%5$s: Die Keyphrase ist %1$d Wörter lang. Das ist viel mehr als das empfohlene Maximum von %2$d Wörtern. %4$sKürze deine Keyphrase!%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLänge der Keyphrase%5$s: Die Keyphrase ist %1$d Wörter lang. Das ist mehr als das empfohlene Maximum von %2$d Wörtern. %4$sKürze deine Keyphrase!%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLänge der Keyphrase%2$s: Gut gemacht!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLänge der Keyphrase%3$s: Es wurde keine Fokus-Keyphrase für diese Seite festgelegt. %2$sLege eine Keyphrase fest, damit wir deinen SEO-Score berechnen können%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in der Einleitung%3$s: Weder deine Keyphrase noch deren Synonyme kommen im ersten Absatz vor. %2$sStelle sicher, dass das Thema sofort klar ist%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in der Einleitung%3$s: Deine Keyphrase oder deren Synonyme kommen im ersten Absatz vor, allerdings nicht im selben Satz. %2$sBehebe das%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in der Einleitung%2$s: Vorhanden. Gut gemacht!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterne Links%2$s: Es gibt sowohl Links mit nofollow-Attribut als auch normale interne Links auf dieser Seite. Gut gemacht!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterne Links%2$s: Es gibt genügend interne Links. Gut gemacht!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterne Links%3$s: Die internen Links auf dieser Seite haben alle ein nofollow-Attribut. %2$sFüge einige gute interne Links hinzu%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterne Links%3$s: Es gibt keine internen Links auf dieser Seite. %2$sFüge welche hinzu%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sBindewörter%2$s: Gut gemacht!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sBindewörter%2$s: Nur %3$s der Sätze enthalten Bindewörter. Das reicht nicht aus. %4$sVerwende mehr davon%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sBindewörter%2$s: Keiner der Sätze beinhaltet Bindewörter. %3$sVerwende welche%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNicht genug Inhalt%2$s: %3$sUm bessere Analysen zu ermöglichen, bitte mehr Inhalt hinzufügen%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sVerteilung von Zwischenüberschriften%2$s: Du verwendest keine Zwischenüberschriften. Allerdings ist der Text sehr kurz und benötigt wahrscheinlich keine."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sVerteilung von Zwischenüberschriften%2$s: Du benutzt überhaupt keine Zwischenüberschriften, obwohl dein Text ziemlich lang ist. %3$sVersuche ein paar Zwischenüberschriften hinzuzufügen%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":[" %1$sVerteilung von Zwischenüberschriften%2$s: %3$d Abschnitt deines Textes ist länger als %4$d Wörter und wird durch keine Zwischenüberschriften unterteilt. %5$sUm die Lesbarkeit zu erhöhen, füge Zwischenüberschriften hinzu%2$s.","%1$sVerteilung von Zwischenüberschriften%2$s: %3$d Abschnitte deines Textes sind länger als %4$d Wörter und werden durch keine Zwischenüberschriften unterteilt. %5$sUm die Lesbarkeit zu erhöhen, füge Zwischenüberschriften hinzu%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sVerteilung von Zwischenüberschriften%2$s: Gut gemacht!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSatzlänge%2$s: %3$s der Sätze haben mehr als %4$s Wörter, was mehr ist als das empfohlene Maximum von %5$s. %6$sVersuche die Sätze zu kürzen%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSatzlänge%2$s: Großartig!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sAufeinanderfolgende Sätze%2$s: Es ist genug Abwechslung in deinen Sätzen. Das ist großartig!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":[" %1$sAufeinanderfolgende Sätze%2$s: Der Text enthält %3$d aufeinanderfolgende Sätze, die mit demselben Wort beginnen. %5$sVersuche es mit etwas mehr Abwechslung%2$s!","%1$sAufeinanderfolgende Sätze%2$s: Der Text enthält %4$d Fälle, in denen %3$d oder mehr aufeinanderfolgende Sätze mit demselben Wort beginnen. %5$sVersuche es mit etwas mehr Abwechslung%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive Sätze%2$s: %3$s der Sätze sind passiv, was mehr ist als das empfohlene Maximum von %4$s. %5$sVersuche mehr aktive Sätze zu benutzen%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive Sätze%2$s: Du benutzt ausreichend viel aktive Sätze. Sehr gut!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sAbsatzlänge%2$s: %3$d Absatz beinhaltet mehr als das empfohlene Maximum von %4$d Wörtern. %5$sKürze den Absatz%2$s!","%1$sAbsatzlänge%2$s: %3$d Absätze beinhalten mehr als das empfohlene Maximum von %4$d Wörtern. %5$sKürze die Absätze%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sAbsatzlänge%2$s: Keiner der Absätze ist zu lang. Gut gemacht!"],"Good job!":["Gute Arbeit!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sLesefreundlichkeit (Flesch-Reading-Ease)%2$s: Der Text erreicht %3$s im Test, was als %4$s zum Lesen gilt. %5$s%6$s%7$s"],"Focus keyphrase":["Fokus-Keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s mit der ID %2$s konnte nicht eingesetzt werden"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Ungültige POST-Anfrage. Meta-Werte für ein Objekt mit der ID %1$s sind bereits vorhanden."],"Indexable with ID `%1$s` does not exist":["Indizierbare ID »%1$s« ist nicht vorhanden"],"No object with ID %1$s and %2$s could be found":["Es konnte kein Objekt mit der ID %1$s und %2$s gefunden werden"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` ist keine gültige Subtyp von `%2$s`"],"The object type `%1$s` is invalid":["Der Objekt-Typ `%1$s` ist ungültig."],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Ungültiger Typ für den Parameter `%1$s` übergeben. Erwartet `%2$s`, aber bekam `%3$s`."],"The parameter `%1$s` cannot be empty.":["Der Parameter `%1$s` darf nicht leer sein."],"Check Keyphrase Density":["Überprüfe die Keyphrasendichte"],"Disable":["Deaktivieren"],"Allow Control":["Kontrolle zulassen"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Diese Registerkarte ermöglicht es dir, die %s Funktionen für alle Seiten im Netzwerk selektiv zu deaktivieren. Standardmäßig sind alle Funktionen aktiviert, so dass die Administratoren der Website selbst entscheiden können, ob sie eine Funktion für ihre Website ein- oder ausschalten möchten. Wenn du eine Funktion hier deaktivieren möchtest, können die Administratoren diese Funktion überhaupt nicht verwenden."],"%s is a required feature toggle argument.":["%s ist ein erforderliches Feature-Toggle-Argument."],"Keyphrase:":["Keyphrase"],"Remove keyphrase":["Keyphrase löschen"],"This feature has been disabled by the network admin.":["Diese Funktion wurde durch den Netzwerkadministrator deaktiviert."],"Focus keyphrase not set.":["Fokuskeyphrase nicht festgelegt."],"Multiple keyphrases":["mehrere Keyphrasen"],"Colon":["Doppelpunkt"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s und %2$s leiten die Suchmaschinenoptimierung deiner Seite. Es ist schädlich, zwei verschiedene SEO Plugins gleichzeitig zu nutzen."],"There is a new notification.":["Es gibt eine neue Benachrichtigung.","Es gibt neue Benachrichtigungen."],"Learn more about the readability analysis":["Lerne mehr über die Lesbarkeitsanalyse"],"Describe the duration of the instruction:":["Beschreibe die Dauer der Anleitung:"],"Optional. Customize how you want to describe the duration of the instruction":["Optional. Passe an, wie du die Dauer der Anleitung beschreiben möchtest. "],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Dies ist eine Liste von verwandtem Inhalt auf den du in deinem Beitrag verweisen kannst. {{a}}Lies unseren Artikel über Seitenstruktur{{/a}}, um mehr darüber zu lernen, wie interne Verlinkungen deinen SEO Score verbessern können."],"%s, %s and %s":["%s, %s und %s"],"%s and %s":["%s und %s"],"%d minute":["%d Minute","%d Minuten"],"%d hour":["%d Stunde","%d Stunden"],"%d day":["%d Tag","%d Tage"],"Enter a step title":["Schritt-Titel eingeben"],"Optional. This can give you better control over the styling of the steps.":["Optional. Dies kann dir eine bessere Kontrolle über das Styling der Schritte geben."],"CSS class(es) to apply to the steps":["CSS-Klasse(n), die auf die Schritte angewendet werden sollen"],"minutes":["Minuten"],"hours":["Stunden"],"days":["Tage"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Erstelle eine Anleitung auf SEO-freundliche Weise. Du kannst nur einen How-to-Absatz pro Beitrag verwenden."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Liste deine häufig gestellten Fragen SEO-freundlich auf. Du kannst nur einen FAQ-Absatz pro Bericht verwenden."],"Copy error":["Fehler kopieren"],"An error occurred loading the %s primary taxonomy picker.":["Beim Laden des primären Taxonomie-Pickers %s ist ein Fehler aufgetreten."],"%1$s Structured Data Blocks":["%1$s strukturierte Datenblöcke"],"Time needed:":["Benötigte Zeit:"],"Move question down":["Frage nach unten verschieben"],"Move question up":["Frage nach oben verschieben"],"Insert question":["Frage hinzufügen"],"Delete question":["Frage löschen"],"Enter the answer to the question":["Antwort auf die Frage eingeben"],"Enter a question":["Gib eine Frage ein"],"Add question":["Frage hinzufügen"],"Frequently Asked Questions":["Häufig gestellte Fragen (FAQ)"],"Great news: you can, with %s!":["Tolle Neuigkeiten: Du kannst es, mit %s!"],"Select the primary %s":["Wähle die primären %s"],"Check links to this URL":["Links zu dieser URL überprüfen"],"Keyword research training":["Übungen zur Keyword-Suche"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Überprüfe die %1$sArchiv-Vorlage%2$s für den folgenden Inhaltstyp: %3$s.","Überprüfe die %1$sArchiv-Vorlagen%2$s für die folgenden Inhaltstypen: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Versuchst du, mehrere Keywords zu verwenden? Du solltest sie unten einzeln hinzufügen."],"Mark as cornerstone content":["Als Cornerstone-Inhalt markieren"],"Move step down":["Schritt nach unten verschieben"],"Move step up":["Schritt nach oben verschieben"],"Insert step":["Schritt einfügen"],"Delete step":["Schritt löschen"],"Add image":["Bild hinzufügen"],"Enter a step description":["Gib eine Beschreibung für den Schritt ein"],"Enter a description":["Gib eine Beschreibung ein"],"Unordered list":["Unsortierte Liste"],"Showing step items as an ordered list.":["Schritt-Elemente als geordnete Liste anzeigen."],"Showing step items as an unordered list":["Schritt-Elemente als ungeordnete Liste anzeigen"],"Add step":["Schritt hinzufügen"],"Delete total time":["Gesamtzeit löschen"],"Add total time":["Gesamtzeit hinzufügen"],"How to":["Anleitung"],"How-to":["Anleitung"],"Snippet Preview":["Vorschau des Snippets"],"Analysis results":["Analyse-Ergebnisse"],"Enter a focus keyphrase to calculate the SEO score":["Gib ein Fokus-Keyword ein, um den SEO-Wert zu berechnen"],"Learn more about Cornerstone Content.":["Erfahre mehr über Cornerstone-Inhalte."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone-Inhalte sollten die wichtigsten und umfassendsten Artikel deiner Seite sein."],"Restore Site":["Seite wiederherstellen"],"Network Settings":["Netzwerk-Einstellungen"],"You are not allowed to perform this action.":["Diese Aktion darfst du nicht ausführen."],"Error: %s":["Fehler: %s"],"Success: %s":["Erfolg: %s"],"Site with ID %d not found.":["Seite mit der ID %d wurde nicht gefunden."],"No site has been selected to restore.":["Es wurde keine Seite zum Wiederherstellen ausgewählt."],"You are not allowed to modify unregistered network settings.":["Es ist dir nicht erlaubt, nicht registrierte Netzwerk-Einstellungen zu ändern."],"deleted":["gelöscht"],"Would you like to add another keyphrase?":["Möchten Sie eine weitere Schlüsselphrase hinzufügen?"],"image preview":["Bildvorschau"],"Copied!":["Kopiert!"],"Not supported!":["Nicht unterstützt!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lies {{a}}unseren Artikel über Seitenstruktur{{/a}}, um mehr darüber zu erfahren, wie interne Verlinkungen deinen SEO Score verbessern können."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Hast du deiner Seite einmal etwas mehr Inhalt hinzugefügt, werden wir dir eine Liste mit verwandten Inhalten anzeigen, welche du in deinem Beitrag verlinken kannst."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Überlege, zu diesen {{a}}Cornerstone-Artikeln{{/a}} zu verlinken. "],"Consider linking to these articles:":["Überlege, auf diese Artikel zu verlinken "],"Copy link":["Link kopieren"],"Copy link to suggested article: %s":["Link zum vorgeschlagenen Artikel kopieren: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Lies unser %1$sultimatives Handbuch zur Keyword-Recherche%2$s, um mehr über Keyword-Recherche und Keyword-Strategie zu erfahren."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Hast du deiner Seite einmal etwas mehr Inhalt hinzugefügt, werden wir dir eine Liste mit Wörtern und Wort-Kombinationen anzeigen, die am meisten im Inhalt vorkommen. Dies kann eine gute Hilfestellung sein, um herauszufinden, worauf sich dein Inhalt konzentriert."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Die folgenden Wörter kommen im Inhalt am häufigsten vor. Diese geben einen Hinweis darauf, worauf sich dein Inhalt konzentriert. Wenn sich die Wörter stark von deinem Thema unterscheiden, möchtest du vielleicht deinen Inhalt entsprechend umschreiben. "],"Prominent words":["Prominente Wörter "],"The site's tagline":["Der Untertitel der Website"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Wir haben vor kurzem die Funktionalität der Einstellungen für die Suchansicht verbessert. Leider haben wir festgestellt, dass bei einigen Edge-Cases das Speichern der Einstellungen für bestimmte Inhaltstyp-Archive schief gelaufen sein könnte."],"Not all required fields are given. Missing field %1$s":["Nicht alle Pflichtfelder sind angegeben. Fehlendes Feld %1$s"],"Optimize your site for Google News.":["Optimiere deine Website für Google News."],"Optimize your shop's SEO and sell more products!":["Optimiere das SEO deines Shops und verkaufe mehr!"],"Be found in Google Video search and enhance your video sharing on social media.":["Werde in der Google Video Suche gefunden und verbessere das Teilen von Videos in den sozialen Medien."],"Be found in Google Maps and local results.":["Werde in Google Maps und den lokalen Suchergebnissen gefunden."],"Learn practical SEO skills to rank higher in Google.":["Lerne praktische SEO Fertigkeiten, damit du höher in Google rankst."],"Don’t waste time figuring out the best settings yourself.":["Verschwende keine Zeit darauf, die besten Einstellungen selbst herauszufinden."],"Get quick wins to make your site rank higher in search engines.":["Erziele schnelle Erfolge, um deine Website höher in den Suchmaschinen ranken zu lassen."],"Add synonyms":["Synonyme hinzufügen"],"Would you like to add keyphrase synonyms?":["Möchtest du Keyphrase-Synonyme hinzufügen?"],"Would you like to add more than one keyphrase?":["Möchtest du mehr als eine Keyphrase hinzufügen?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Die SEO Metadaten für diesen benutzerdefinierten Beitragstyp können auf der %1$sShop-Seite%2$s bearbeitet werden."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Du hast in deinen WooCommerce Einstellungen bisher keine Shop-Seite eingestellt. Bitte erledige dies zuerst."],"Current year":["Aktuelles Jahr"],"Page":["Seite"],"Breadcrumb settings for %s archive":["Breadcrumb-Einstellungen für %s Archiv"],"Something went wrong. Please reload the page.":["Das hat nicht funktioniert. Bitte lade die Seite neu."],"Tagline":["Untertitel"],"Modify your meta description by editing it right here":["Bearbeite direkt hier deine Meta-Beschreibung "],"description (custom taxonomy)":["Beschreibung (benutzerdefinierte Taxonomie)"],"(custom taxonomy)":["(benutzerdefinierte Taxonomie)"],"(custom field)":["(benutzerdefiniertes Feld)"],"Term404":["404Hinweis"],"Caption":["Beschreibung"],"Pagenumber":["Seitennummer"],"Pagetotal":["Seitenanzahl"],"Page number":["Seite Nummer"],"User description":["Benutzerbeschreibung"],"ID":["ID"],"Modified":["Geändert"],"Post type (plural)":["Inhaltstyp (Plural)"],"Post type (singular)":["Inhaltstyp (Singular)"],"Separator":["Trennzeichen"],"Search phrase":["Suchwort"],"Term title":["Begriffstitel"],"Term description":["Begriffsbeschreibung"],"Tag description":["Schlagwortbeschreibung"],"Category description":["Kategoriebeschreibung"],"Primary category":["Primäre Kategorie"],"Category":["Kategorie"],"Tag":["Schlagwort"],"Excerpt only":["Nur Auszug"],"Excerpt":["Textauszug"],"Site title":["Titel der Website"],"Archive title":["Archiv Titel"],"Parent title":["Titel der übergeordneten Seite"],"Date":["Datum"],"Label":["Beschriftung"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Du solltest eine Weiterleitung einrichten, damit Besucher keinen 404 Fehler erhalten, wenn sie eine veraltete URL anklicken."],"Search engines and other websites can still send traffic to your deleted post.":["Suchmaschinen und andere Websites können weiterhin Besucherstrom zu deinen gelöschten Beiträgen leiten."],"Make sure you don't miss out on traffic!":["Lasse dir den Besucherstrom nicht durch die Lappen gehen!"],"You just deleted a %1$s.":["Du hast %1$s gelöscht."],"You just trashed a %1$s.":["%1$s in den Papierkorb geworfen."],"Settings for %s archive":["Einstellungen für %s Archiv"],"Settings for single %s URLs":["Einstellungen für einzelne %s URLs"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Die Einstellungen auf dieser Seite erlauben das Festlegen der standardmäßigen Darstellung Ihrer sämtlichen Inhaltstypen in den Suchergebnissen. Du kannst auswählen, welche Inhaltstypen in den Suchergebnissen erscheinen sollen und wie deine Standard-Beschreibungen lauten sollen."],"Url preview":["URL Vorschau"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Bitte bearbeite das Codeschnipsel und richte eine Meta-Beschreibung ein. Wenn du dies nicht tust, wird Google selbständig versuchen, einen relevanten Teil deines Beitrags in den Suchergebnissen anzuzeigen."],"Insert snippet variable":["Codeschnipsel-Variable einsetzen"],"Dismiss this notice":["Ignoriere diese Nachricht"],"No results":["Keine Ergebnisse"],"%d result found, use up and down arrow keys to navigate":["%d Ergebnis gefunden, mit den Pfeiltasten nach oben und unten navigieren","%d Ergebnisse gefunden, mit den Pfeiltasten nach oben und unten navigieren"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Die Sprache deiner Website ist auf %s eingestellt. Wenn dies nicht korrekt ist, wende dich an deinen Website-Administrator."],"Number of results found: %d":["Anzahl der gefunden Ergebnisse: %d"],"Note that not all variables can be used in every field.":["Beachte, dass nicht alle Variablen in jedem Feld verwendet werden können."],"Snippet variables":["Snippet-Variablen"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respektiert deine Privatsphäre. Lese unsere %2$sDatenschutzbestimmungen%3$s, wie wir mit deinen persönlichen Daten umgehen."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Wenn du weißt, was das bedeutet und du diese Nachricht nicht mehr sehen willst, kannst du %1$sdiese Nachricht ausblenden%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Die Einstellungen deiner Website erlauben derzeit Anhang-URLs auf deiner Website. Bitte lese %1$sDiesen Beitrag über mögliche Probleme%2$s mit Anhang-URLs und überprüfe, ob du die korrekte Einstellung für seine Website hast."],"Unknown type %1$s":["Unbekannter Typ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Beinhaltet ein kostenloses MyYoast Konto, das dir Zugang zu unserem kostenlosen SEO für Anfänger Kurs gibt!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Melde dich für unseren Newsletter an, wenn du über %1$s, andere coole Plugins von %2$s und interessante Neuigkeiten und Tipps aus der Welt der SEO auf dem Laufenden bleiben möchtest."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Hole dir deinen Baidu-Verifizierungscode in den %1$s Baidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu-Verifizierungscode"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Die %s Importer-Funktionalität verwendet temporäre Datenbanktabellen. Anscheinend hat deine WordPress Installation nicht die erforderliche Berechtigung dies zu tun. Wende dich bitte an deinen Hosting-Anbieter."],"Cleanup of %s data failed.":["Die Bereinigung von %s-Daten ist fehlgeschlagen."],"Content Type":["Inhaltstyp"],"Filter by content type":["Filter nach Inhaltstyp"],"Show All Content Types":["Alle Inhaltstypen anzeigen"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Um dies zu beheben, deaktiviere das Kontrollkästchen \"Kommentare auf Seiten aufteilen....\" auf der Seite %1$sKommentar-Einstellungen Seite%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Wird durch den normalen Titel für ein von WordPress erzeugtes Archiv ersetzt"],"Clean":["Bereinigung"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Sobald du sicher bist, dass deine Seite in Ordnung ist, kannst du aufräumen. Dadurch werden alle Originaldaten entfernt."],"Step 5: Clean up":["Schritt 5: Bereinigung"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Du solltest den Konfigurationsassistenten auf der Seite SEO → Allgemein → Dashboard ausführen, um sicherzustellen, dass alle Einstellungen für deine Website korrekt sind."],"Step 4: Run the configuration wizard":["Schritt 4: Starte den Konfigurationsassistenten"],"Please check your posts and pages and see if the metadata was successfully imported.":["Bitte prüfe deine Artikel und Seiten um festzustellen, ob die Metadaten erfolgreich importiert wurden."],"Step 3: Check your data":["Schritt 3: Prüfe deine Daten"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Mit diesem Vorgang importierst Beitragsmetadaten wie SEO Titel und Beschreibungen in deine %1$s Metadaten. Vorhandene %1$s Metadaten werden dabei nicht überschrieben und ursprüngliche Daten bleiben bestehen."],"Step 2: Import":["Schritt 2: Importieren"],"Please make a backup of your database before starting this process.":["Bitte lege ein Backup deiner Datenbank an bevor du den Prozess startest."],"Step 1: Create a backup":["Schritt 1: Erstelle ein Backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Wir haben Daten von mindestens einem SEO Plugin auf deiner Seite erkannt. Bitte folge den folgenden Schritten um diese Daten zu importieren:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s hat keine Plugin-Daten von Plugins gefunden, von denen Daten importiert werden können."],"Posts that should not show up in search results":["Beiträge, die nicht in Suchergebnissen erscheinen sollen"],"%s data found.":["%s Daten gefunden."],"%s data successfully removed.":["%s Daten erfolgreich entfernt."],"%s data successfully imported.":["%s Daten erfolgreich importiert."],"%s data not found.":["%s Daten nicht gefunden."],"Improve your SEO skills":["Verbessere deine SEO-Skills"],"24/7 email support":["24/7 E-Mail-Support"],"No more dead links a.k.a. 404 pages":["Keine toten Links / 404 Seiten mehr"],"Get real-time suggestions for internal links":["Erhalte Echtzeit-Vorschläge für interne Links"],"Preview your page in Facebook and Twitter":["Sieh dir die Seitenvorschau in Facebook und Twitter an"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Klicke den Button \"%3$s\", wenn du die Meta-Beschreibung verwenden möchtest, die bereits in der Einstellung %1$sSite-Darstellung in den Suchergebnissen%2$s festgelegt ist."],"Help on copying the home meta description":["Hilfe beim Kopieren der Meta-Beschreibung der Startseite"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Gib die Daten zu den sozialen Netzwerkprofilen deiner Site an, damit Suchmaschinen erkennen, welche Profile zu dieser Site gehören."],"Learn more about your social profiles settings":["Erfahre mehr über deine Profileinstellungen für soziale Medien"],"Remove the categories prefix":["Entferne das Präfix der Kategorien"],"Help on the category prefix setting":["Hilfe bei der Einstellung für das Kategorie-Präfix"],"Learn more about the available variables":["Erfahre mehr über die verfügbaren Variablen"],"Learn more about the RSS feed setting":["Erfahre mehr über die Einstellung des RSS-Feeds"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Wenn du Medien (zum Beispiel ein Bild oder Video) in WordPress hochlädst, speichert es nicht nur das Medium ab, es erzeugt auch eine Anhangs-URL dafür. Diese Anhangs-Seiten sind ziemlich leer: sie enthalten das Medien-Element und, falls du einen eingegeben hast, den Titel. Wenn du diese Anhangs-Seiten nicht verwendest, ist es besser, sie zu deaktivieren und direkt zur Mediendatei zu verweisen."],"Learn more about the Media and attachment URLs setting":["Erfahre mehr über die Einstellung für Medien und Anhangs-URLs"],"Learn more about the title separator setting":["Erfahre mehr über die Einstellung zum Titel-Trennzeichen"],"Learn more about the knowledge graph setting":["Erfahre mehr über die Einstellungen zum Knowledge Graph"],"Learn more about the homepage setting":["Erfahre mehr über die Homepage-Einstellung"],"Learn more about the special pages setting":["Erfahre mehr über die Einstellung für besondere Seiten"],"Help on the date archives search results setting":["Hilfe bei der Einstellung für die Suchergebnisse von Datums-Archiven"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen der Archive von Autoren ohne Beiträge in den Suchergebnissen darin, dass diese Archive eine %1$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %2$sWeitere Infos zu den Einstellungen für Suchergebnisse%3$s."],"Help on the authors without posts archive search results setting":["Hilfe bei der Einstellung für die Suchergebnisse von Archiven der Autoren ohne Beiträge"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen der Autoren-Archive in den Suchergebnissen darin, dass diese Archive eine %1$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %2$sWeitere Infos zu den Einstellungen für Suchergebnisse%3$s."],"Help on the author archives search results setting":["Hilfe bei der Einstellung für Suchergebnisse von Autoren-Archiven"],"Archives settings help":["Hilfe für Archiveinstellungen"],"Learn more about the archives setting":["Erfahre mehr über die Archiv-Einstellungen"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Hole dir deinen Yandex-Verifizierungscode in den %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex-Verifizierungscode"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Hole dir deinen Google-Verifizierungscode in den %1$sGoogle Search Console%2$s."],"Google verification code":["Google-Verifizierungscode"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Hole dir deinen Bing-Verifizierungscode in den %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing-Verifizierungscode"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Du kannst die unten stehenden Felder verwenden, um die verschiedenen Webmaster Tools zu verifizieren. Diese Einstellungsmöglichkeit fügt eine Meta-Angabe auf deiner Website hinzu. Folge den Links zu den diversen Webmaster Tools und suche nach Anweisungen für die Meta-Tag-Verifikationsmethode, um den Verifizierungscode zu erhalten. Sofern deine Site bereit verifiziert ist, kann du dies überspringen."],"Learn more about the Webmaster Tools verification":["Erfahre mehr über die Verifikation in Webmaster Tools"],"On":["An"],"Help on: %s":["Hilfe bei: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s bietet viele Funktionen. Du kannst einige davon nachfolgend aktivieren / deaktivieren. Beim Klick auf das Fragezeichen erhältst du weitere Informationen zur jeweiligen Funktion."],"Off":["Aus"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Der erweiterte Abschnitt in der %1$s Metabox erlaubt dem Benutzer Beiträge aus den Suchergebnissen zu entfernen oder den Canonical Eintrag zu ändern. Dies sind Dinge, von denen du nicht unbedingt willst, dass sie Autoren erlaubt sind. Deshalb können standardmäßig lediglich Redakteure und Administratoren solche Dinge einstellen. Setze die Einstellung auf \"%2$s\", erlaube jedoch allen Benutzern diese Dinge zu anzupassen."],"Security: no advanced settings for authors":["Sicherheit: keine erweiterten Einstellungen für Autoren"],"See who contributed to %1$s.":["Sieh, wer zu %1$s beigetragen hat."],"Help on this search results setting":["Hilfe zu dieser Suchergebnis-Einstellung"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen der %1$s-Archive in den Suchergebnissen darin, dass diese Archive eine %2$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %3$sWeitere Infos zu den Einstellungen für Suchergebnisse%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Technisch gesehen, resultiert das Nicht-Anzeigen von %1$s in den Suchergebnissen darin, dass diese Seiten eine %2$s robots Meta-Angabe aufweisen und aus den XML Sitemaps ausgeschlossen werden. %3$sWeitere Infos zu den Einstellungen für Suchergebnisse%4$s."],"Default for %2$s, currently: %1$s":["Standard für %2$s, aktuell: %1$s"],"Show %s in search results?":["Zeige %s in den Suchergebnissen?"],"this author's archives":["Autorenarchiv des Autors"],"Do not allow search engines to show %s in search results.":["Suchmaschinen verbieten, %s in Suchergebnissen anzuzeigen."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["In WordPress enthalten Kategorie-URLs ein Präfix - für gewöhnlich %s - und diese Einstellungsmöglichkeit entfernt dieses Präfix aus den Kategorie-URLs."],"Category URLs":["Kategorie-URLs"],"the archive for %s":["das Archiv für %s"],"Redirect attachment URLs to the attachment itself?":["Anhangs-URLs auf die Anhangs-Datei weiterleiten?"],"We recommend you set this to Yes.":["Wir empfehlen dir dies auf Ja zu setzen."],"Media & attachment URLs":["Medien & Anhang URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Das ist das, was in den Suchergebnissen angezeigt wird, wenn andere deine Website finden. Das bedeutet also, dass es vermutlich das ist, was gesehen wird, wenn nach deinem Markennamen gesucht wird."],"date archives":["Datums-Archive"],"archives for authors without posts":["Archive für Autoren ohne Beiträge"],"Read why XML Sitemaps are important for your site.":["Lese, warum XML-Sitemaps für deine Website wichtig sind."],"Enable the XML sitemaps that %s generates.":["Die von %s generierten XML-Sitemaps aktivieren."],"See the XML sitemap.":["Siehe die XML Sitemap an."],"%2$s (current default for %1$s)":["%2$s (aktueller Standard für %1$s)"],"Media":["Medien"],"Content Types":["Inhaltstypen"],"Should search engines follow links on this %1$s?":["Sollen Suchmaschinen Links auf diese(n) %1$s folgen?"],"Allow search engines to show this %s in search results?":["Erlaube Suchmaschinen diesen %s in den Suchergebnissen anzuzeigen?"],"Search Appearance":["Darstellung in der Suche"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Bitte definiere, welche Inhaltstypen du in den Suchergebnissen sehen möchtest. Wenn du die Unterschiede zwischen ihnen nicht kennst, ist es am besten die Standardeinstellungen zu wählen."],"Search engines should show \"%1$s\" in search results:":["Suchmaschinen sollten \"%1$s\" in Suchergebnissen anzeigen:"],"Search engine visibility":["Sichtbarkeit für Suchmaschinen"],"Toggle %1$s's XML Sitemap":["Ein-/Ausschalten der XML Sitemap von %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Supportanfragen, die du hier erstellst, werden direkt an unser Support-System gesendet, welches mit 256-Bit-SSL gesichert ist. Die Kommunikation ist also zu 100% sicher."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Mit der Cornerstone-Funktion kannst du Cornerstone-Inhalte auf deiner Website markieren und filtern."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Wenn du ein Problem hast, welches du mit unseren Video-Tutorials oder unserer Wissensdatenbank nicht lösen kannst, sende eine Nachricht an unser Support-Team. Sie sind rund um die Uhr erreichbar."],"Search result":["Suchergebnis"],"Good results":["Gute Ergebnisse"],"Get better search results in local search":["Erhalte bessere Suchergebnisse bei lokaler Suche"],"Allow customers to pick up their %s order locally":["Erlaube Kunden, ihre %s Bestellung vor Ort abzuholen."],"SEO analysis":["SEO Analyse"],"The SEO analysis offers suggestions to improve the SEO of your text.":["Die SEO-Analyse bietet Vorschläge zur Verbesserung der SEO deines Textes."],"Learn how the SEO analysis can help you rank.":["Lerne, wie die SEO-Analyse für die Platzierung helfen kann."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Die Lesbarkeitsanalyse bietet Vorschläge zur Verbesserung der Struktur und des Stils deines Textes."],"Discover why readability is important for SEO.":["Erfahre, warum Lesbarkeit für SEO wichtig ist."],"Find out how cornerstone content can help you improve your site structure.":["Erfahre, wie Cornerstone-Inhalte dir helfen können, die Struktur deiner Website zu verbessern."],"The text link counter helps you improve your site structure.":["Der Textlink-Zähler hilft dir, die Struktur deiner Website zu verbessern."],"Find out how the text link counter can enhance your SEO.":["Finde heraus, wie der Textlink-Zähler die SEO verbessern kann."],"%s integration":["%s Integration"],"Read more about how %s works.":["Lese mehr darüber, wie %s funktioniert."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Aktiviere diese Funktion, wenn Facebook und andere soziale Medien eine Vorschau mit Bildern und einem Textauszug anzeigen sollen, wenn ein Link zu deiner Website geteilt wird."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Aktiviere diese Funktion, wenn Twitter eine Vorschau mit Bildern und einem Textauszug anzeigen soll, wenn ein Link zu deiner Website geteilt wird."],"Find out why you should upgrade to %s":["Finde heraus, warum du auf %s upgraden solltest."],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Letzte Blog-Beiträge auf %1$s"],"Need help?":["Hilfe benötigt?"],"Type here to search...":["Hier tippen um zu suchen..."],"Search the Yoast Knowledge Base for answers to your questions:":["Durchsuche die Yoast Wissensdatenbank für Antworten auf deine Fragen:"],"Remove highlight from the text":["Text-Markierung entfernen"],"Your site language is set to %s. ":["Die Sprache deiner Website ist auf %s eingestellt."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Starte schnell und einfach mit dem %1$s %2$sKonfigurationsassistenten%3$s!"],"First-time SEO configuration":["Erstmalige SEO-Konfiguration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Die Sprache deiner Website ist auf {language} eingestellt. Sollte dies nicht richtig sein, wenden dich bitte an deinen Website Administrator."],"Your site language is set to {language}.":["Die Sprache deiner Website ist auf {language} eingestellt."],"Highlight this result in the text":["Markiere dieses Ergebnis im Text"],"Considerations":["Überlegungen"],"Errors":["Fehler"],"Change language":["Sprache ändern"],"You cannot create a %s file.":["Du kannst keine %s Datei erstellen."],"You cannot edit the %s file.":["Du kannst die %s Datei nicht bearbeiten."],"Updated %s":["%s aktualisiert"],"Create %s file":["%s Datei erstellen"],"Edit the content of your %s:":["Bearbeite den Inhalt deiner %s:"],"Save changes to %s":["Speichere die Änderungen der %s"],"%s file":["%s Datei"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s und %2$s können viel besser zusammenarbeiten, indem du ein Hilfsplugin hinzufügst. Bitte installiere %3$s, um dein Leben besser zu machen. %4$s."],"More information":["Weitere Informationen"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s und %2$s können viel besser zusammenarbeiten, indem du ein Hilfsplugin hinzufügst. Bitte aktiviere %3$s, um dein Leben besser zu machen."],"More information about %1$s":["Weitere Informationen über %1$s"],"Configuration Wizard":["Konfigurations-Assistent"],"You've done it!":["Du hast es geschafft!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Nahtlose Integration von %2$s mit %1$s für die Inhaltsanalyse!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s und %2$s können viel besser zusammenarbeiten, indem du ein Hilfsplugin hinzufügst. Bitte installiere %3$s, um dein Leben besser zu machen."],"Manage your %s subscription on MyYoast":["Verwalte dein Abonnement von %s bei MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Die \"Darstellung in der Suche\"-Einstellungen für %1$s bestehen aus Variablen, die bei der Anzeige der Seite durch bestimmte Werte von der Seite ersetzt werden. Die folgende Tabelle enthält eine Liste der verfügbaren Variablen."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Markiere die wichtigsten %1$s als 'cornerstone content', um die Struktur deiner Website zu verbessern. %2$sLerne mehr über Cornerstone-Inhalt%3$s."],"Loading help center.":["Hilfecenter laden."],"Get support":["Support erhalten"],"View in KB":["Zeige in KB"],"Go back":["Zurück"],"Go back to the search results":["Zurück zu den Suchergebnissen"],"(Opens in a new browser tab)":["(Öffnet in einem neuen Browser Tab)"],"Posts %1$swithout%2$s a focus keyphrase":["Beiträge %1$sohne%2$s eine Fokus-Keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, dein SEO ist ziemlich gut! Sieh dir die Statistiken an:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Du hast noch keine veröffentlichten Beiträge, deine SEO-Werte werden hier erscheinen, wenn du deinen ersten Beitrag erstellt hast!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Auf dieser Seite kannst du den Namen deiner Website ändern und auswählen welche Trennsymbole du verwenden möchtest. Das Trennsymbol wird zum Beispiel zwischen deinem Beitrags-Titel und deinem Website Namen angezeigt. Symbole werden in der Größe angezeigt in der sie in den Suchergebnissen erscheinen. Wähle was am besten zu deiner Marke passt oder am wenigsten Platz in den Snippets einnimmt."],"Something else":["Etwas anderes"],"A portfolio":["Ein Portfolio"],"A corporation":["Ein Unternehmen"],"A small offline business":["Ein kleines Offline-Unternehmen"],"A news channel":["Ein News-Kanal"],"An online shop":["Ein Online-Shop"],"A blog":["Ein Blog"],"What does the site %1$s represent?":["Was wird durch die Website %1$s repräsentiert?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Wenn du Nein wählst, werden deine Autor-Archive deaktiviert,\num Probleme mit doppelten Inhalten zu vermeiden."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Hinweis: Wir speichern deine Daten nicht und haben keinen vollständigen Zugang zu deinem Konto.\nDeine Privatsphäre ist bei uns sicher."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integriert sich in Google Search Console, ein Pflicht-Tool für Website-Besitzer, das dir Informationen über den Zustand deiner Website liefert. Hast du noch kein Google-Konto oder ist deine Website noch nicht aktiviert? Finde heraus, wie man %2$sdie Google Search Console mit deiner Website verbindet.%3$s"],"Option B: My site is under construction and should not be indexed":["Option B: Meine Seite befindet sich im Aufbau und sollte nicht indiziert werden."],"Option A: My site is live and ready to be indexed":["Option A: Meine Seite ist live und bereit für die Indexierung"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Wähle Im Aufbau, falls du deine Website aus dem Index von Suchmaschinen heraushalten willst. Denke daran, es zu aktivieren, sobald du soweit bist, deine Website zu veröffentlichen."],"Please specify if your site is under construction or already active.":["Bitte wähle ob deine Seite sich im Aufbau befindet oder bereits aktiv ist."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Diese Information wird in der Google's Knowledge Graph Karte verwendet, der große\nBlock mit Informationen, den du auf der rechten Seite in den Suchergebnissen siehst."],"Read more like this on our SEO blog":["Lies mehr Beiträge wie diese in unserem SEO Blog"],"Readability: %s":["Lesbarkeit: %s"],"Not activated":["Nicht aktiviert"],"Activated":["Aktiviert"],"%1$s recommendations for you":["%1$s Empfehlungen für dich"],"All Readability Scores":["Alle Lesbarkeits Bewertungen"],"Filter by Readability Score":["Filter nach Lesbarkeits Bewertungen"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Du erhältst weder Updates noch Support! Behebe dieses Problem, indem du diese Website hinzufügst und %1$s dafür in %2$s aktivierst."],"Request method %1$s is not valid.":["Anforderungsmethode %1$s ist nicht gültig."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Möchtest du sehen, wie es aussieht, wenn die Leute diesen Beitrag auf %1$s teilen? Kannst du, mit %2$s."],"Good job! All the links in your texts have been counted.":["Klasse! Alle Links in deinen Texten wurden gezählt."],"Calculation completed.":["Berechnung abgeschlossen."],"Calculation in progress...":["Berechnung wird durchgeführt…"],"Stop counting":["Berechnung abbrechen"],"Counting links in your texts":["Zähle die Links in deinen Texten"],"Text %1$s of %2$s processed.":["Text %1$s von %2$s verarbeitet."],"All your texts are already counted, there is no need to count them again.":["Deine Texte sind bereits alle gezählt. Es besteht kein Bedarf, diese erneut zu zählen."],"Count links in your texts":["Links in deinem Text zählen"],"Text link counter":["Text Link Zähler"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Anzahl interner Links welche zu diesem Beitrag verweisen. Für mehr Information konsultiere den \"Yoast Spalten\" Text im Hilfe Tab."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Anzahl interner Links in diesem Beitrag. Für mehr Information konsultiere den \"Yoast Spalten\" Text im Hilfe Tab."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s fügt dieser Seite mehrere Spalten hinzu. Wir haben einen Artikel geschrieben %2$swie man den SEO Score und Readability Score verwendet%3$s. Die Linkspalten zeigen die Anzahl der Artikel auf dieser Website, die %5$szu%6$s diesen Artikel verlinken und die Anzahl der URLs, die %5$svon%6$s diesen Artikel verlinken. Erfahre mehr %4$swie dir diese Funktionen bei der Verbesserung deiner internen Verlinkungen helfen%3$s, was deine Suchmaschinenoptimierung erheblich verbessert."],"%s Columns":["%s Spalten"],"Readability score":["Lesbarkeitsbewertung"],"Other benefits of %s for you:":["Andere Vorteile von %s für dich:"],"Scroll to see the preview content.":["Scrolle, um die Vorschau zu sehen."],"Cornerstone content":["Cornerstone-Inhalt"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s wird nun alle nötigen technischen Optimierungen für deine Website vornehmen. Um die Performance deiner Seite in den Suchergebnissen wirklich zu verbessern, ist es wichtig Inhalte zu kreieren, die für die von dir ausgewählten Keyphrasen ranken. Schaue dir dieses Video an, in dem wir erklären wie du die %1$s Metabox benutzt, wenn du Beiträge oder Seiten veränderst. "],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Wenn du die Konkurrenz in einer bestimmten Stadt oder Region überholen möchtest, dann schau dir unser %1$s Plugin an! Du kannst ganz einfach Google Maps, Öffnungszeiten, Kontaktinformationen und eine Filialsuche einfügen. Ausserdem hilft dir %1$s die Usability deiner Kontaktseite zu verbessern."],"Attract more customers near you":["Gewinne mehr Kunden in deiner Nähe"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Möchtest du alle Details des %1$s Plugins kennenlernen? Möchtest du mehr über unsere erweiterten Einstellungen erfahren? Willst du wirklich das Beste aus dem %1$s Plugin herausholen? Schaue dir unser %1$s Plugin Training an und übertreffe deine Wettbewerber!"],"Get the most out of %1$s with the %2$s":["Hole das Meiste mit %2$s aus %1$s heraus"],"Upgrade to Premium":["Upgrade zu Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Möchtest du besser sein als deine Konkurrenz? %1$s gibt dir großartige Zusatz-Funktionen, die dir helfen deine SEO Strategie wie ein Profi anzugehen. Füge Synonyme und verwandte Keywords hinzu, nutze unsere Premium SEO Analyse, den Redirect-Manager und unser Tool für interne Verlinkung. %1$s bietet außerdem Zugriff zu unserem Premium Support. "],"Outrank the competition with %s":["Mit %s die Wettbewerber übtertrumpfen"],"You might like":["Das könnte dir gefallen"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Wir haben festgestellt, dass du diesen Assistenten noch nicht vollständig abgeschlossen hast. Wir empfehlen dir, den %2$sKonfigurationsassistent zu starten um %1$s%3$s zu konfigurieren."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Der Konfigurations-Assistent hilft die, deine Website einfach zu konfigurieren, um die optimalen SEO-Einstellungen zu haben."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Premium bestellen und unsere Experten werden für dich da sein, um Fragen zu beantworten, die du über die Installation und die Verwendung des Plugins haben könntest."],"Superfast internal linking suggestions":["Superschnelle Vorschläge zur internen Verlinkung"],"Great news: you can, with %1$s!":["Großartige Neuigkeit: Du kannst es, mit %1$s!"],"Save changes":["Änderungen speichern"],"1 year free support and updates included!":["1 Jahr kostenfreie Updates und Upgrades inbegriffen!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Das Plugin %2$s verändert die Ausgabe deiner Website je nachdem ob eine Suchmaschine oder ein normaler Benutzer die Seite aufruft. Dieser Prozess nennt sich Cloaking. Wir empfehlen dir sehr, dieses Plugin zu deaktivieren."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial Media Vorschau%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sKeine verwaisten Links mehr%2$s: Einfacher Redirect-Manager"],"No ads!":["Keine Werbung!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Social Media Vorschau"],"Easy redirect manager":["Einfacher Redirect Manager"],"No more dead links":["Keine toten Links mehr"],"Increase your SEO reach":["Vergrößere deine SEO Reichweite"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Wenn du Hilfe brauchst, um tollen Content zu schreiben, schau dir unseren %2$sSEO Copywriting Kurs%3$s an. Wenn du alles über die Funktionen des Plugins wissen möchtest, nimm an unserem %1$s teil!"],"Variable":["Variable"],"Available variables":["Verfügbare Variablen"],"Scroll to see the table content.":["Scrollen um den Tabellen-Inhalt zu sehen."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Empfohlener Hilfeartikel: %1$sWie du deine Website mit der Google Search Konsole verbindest (engl.)%2$s"],"An error occurred in the '%1$s' assessment":["Es ist ein Fehler in der '%1$s' Bewertung aufgetreten."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s der Wörter enthalten %2$süber %3$s Silben%4$s, was mehr als das empfohlene Maximum von %5$s ist."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s der Wörter enthalten %2$süber %3$s Silben%4$s, was zu wenig oder gleich mit dem empfohlenen Maximum von %5$s ist."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Das ist geringfügig unter dem Minimun von %5$d Wörtern. %3$sFüge etwas mehr Text hinzu%4$s.","Das ist geringfügig unter dem Minimun von %5$d Wörtern. %3$sFüge etwas mehr Text hinzu%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Die Meta Description enthält %1$d Sätze %2$süber %3$s Wörter%4$s. Versuche, diesen Satz zu kürzen.","Die Meta Description enthält %1$d Sätze %2$süber %3$s Wörter%4$s. Versuche, diese Sätze zu kürzen."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Die Meta Description enthält keine Sätze %1$süber %2$s Wörter%3$s."],"Step %1$d: %2$s":["Schritt %1$d: %2$s"],"No new notifications.":["Keine neuen Benachrichtigungen"],"Save all":["Alles speichern"],"Save":["Speichern"],"%1$s, Author at %2$s":["%1$s, Autor bei %2$s"],"Mobile preview":["Mobile Vorschau"],"Desktop preview":["Desktop-Vorschau"],"Select redirect":["Umleitung auswählen"],"Please provide an SEO title by editing the snippet below.":["Bitte lege den SEO-Titel fest, indem du den Code-Schnipsel bearbeitest."],"Meta description preview:":["Meta-Beschreibungs-Vorschau:"],"Slug preview:":["Titel-Vorschau:"],"SEO title preview:":["SEO-Titel-Vorschau:"],"Close snippet editor":["Ausschnitt-Editor schließen"],"Slug":["Permalink"],"Remove marks in the text":["Entferne Markierungen im Text"],"Mark this result in the text":["Markiere dieses Ergebnis im Text"],"Marks are disabled in current view":["Markierungen sind in der aktuellen Ansicht deaktiviert."],"Good SEO score":["Guter SEO-Wert"],"OK SEO score":["Ausreichender SEO-Wert"],"Feedback":["Feedback"],"ok":["OK"],"Choose an image":["Wähle ein Bild"],"Remove the image":["Bild entfernen"],"MailChimp signup failed:":["MailChimp-Registrierung fehlgeschlagen:"],"Sign Up!":["Anmelden"],"Name":["Name"],"There is an error with the request.":["Es ist ein Fehler bei der Anfrage aufgetreten."],"Select profile":["Profil wählen"],"Choose a profile":["Wähle ein Profil"],"Authorization code":["Autorisierungscode"],"Reauthenticate with Google":["Erneute Identifizierung mit Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Damit %s deine Google Search Console-Informationen abrufen kann, gebe bitte deinen Google Authorization Code ein. Wenn du auf den Button unten klickst, öffnet sich ein neues Fenster."],"Please provide a meta description by editing the snippet below.":["Bitte lege eine Meta-Beschreibung fest, indem du den Code-Schnipsel bearbeitest."],"Edit snippet":["Code-Schnipsel bearbeiten"],"You can click on each element in the preview to jump to the Snippet Editor.":["Du kannst auf jedes Element in der Vorschau klicken, um zum Snippet-Editor zu springen."],"SEO title preview":["SEO-Titel Vorschau"],"Meta description preview":["Meta Description Vorschau"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Beim Speichern des aktuellen Schritts ist ein Problem aufgetreten. {{link}}Bitte erfasse einen Fehlerbericht{{/link}}, der beschreibt in welchen Schritt du warst und welche Änderungen du vorgenommen hast (falls Änderungen gemacht wurden)."],"Close the Wizard":["Schließe den Assistenten "],"Export settings":["Export-Einstellungen"],"%1$s video tutorial":["%1$s Video Tutorial"],"%s › Configuration Wizard":["%s ›-Konfigurations-Assistent"],"Please don't show me this notification anymore":["Bitte zeige mir diese Benachrichtigung nicht mehr an"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Wenn du Schwierigkeiten hast, %1$sfülle bitte einen Bug-Report aus%2$s und wir tun unser Bestes um dir zu helfen."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Uns ist aufgefallen, dass du %1$s bereits seit einiger Zeit verwendest; wir hoffen dass du es magst! Wir würden uns sehr darüber freuen, wenn du uns %2$sauf WordPress.org mit 5 Sternen bewerten würdest%3$s!"],"Date archives settings":["Datum-Archiv-Einstellungen"],"Author archives settings":["Autor-Archiv-Einstellungen"],"%1$s by %2$s":["%1$s zu %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Warnung: Die Variable %s kann in diesem Template nicht genutzt werden. Schau ins Hilfe-Center für weitere Informationen."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Übrigens, wusstest du, dass wir auch ein %1$sPremium Plugin%2$s haben? Es bietet erweiterte Funktionen, wie einen Redirect Manager und Unterstützung für mehrere Schlüsselphrasen. Unser persönlicher 24/7 Support gehört selbstverständlich ebenfalls zum Lieferumfang."],"(no title)":["(Kein Titel)"],"%s installation wizard":["%s Installationsassistent"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Die %1$s Adminleiste enthält nützliche Links zu Tools von Drittanbietern zur Seitenanalyse und ermöglicht das leichte Erkennen von neuen Benachrichtigungen."],"Admin bar menu":["Adminbar-Menü"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s prüft wöchentlich, ob deine Website immer noch durch Suchmaschinen indexierbar ist und %2$s benachrichtigt dich, wenn dies nicht der Fall ist."],"Features":["Funktionen"],"SEO title":["SEO Titel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Obwohl wir uns bemühen, das Einrichten von %1$s so einfach wie möglich zu gestalten, verstehen wir auch, daß es entmutigend sein kann. Wenn du uns lieber beauftragen möchtest, dass wir %1$s für dich einrichten (und du in diesem Zuge eine Version von %2$s bekommst), bestelle hier unseren %3$s%1$s Konfigurationsservice%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Willkommen zum %1$s Konfigurations-Assistenten. In ein paar einfachen Schritten werden wir dir helfen deine Einstellungen auf deine Bedürfnisse deiner Website abzustimmen!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google zeigt den Namen deiner Website in den Suchergebnissen an. Wenn du ihn ändern möchtest, kannst du das hier machen."],"Greater than sign":["Größer-als-Zeichen"],"Less than sign":["Kleiner-als-Zeichen"],"Right angle quotation mark":["Größer-gleich-Zeichen"],"Left angle quotation mark":["Kleiner-gleich-Zeichen"],"Small tilde":["kleine Tilde"],"Vertical bar":["vertikaler Balken"],"Low asterisk":["unterer Stern"],"Asterisk":["Sternchen"],"Bullet":["Kugel"],"Middle dot":["mittlerer Punkt"],"Em dash":["Em Gedankenstrich"],"En dash":["Mittelgroßer Gedankenstrich, mit einem Leerzeichen davor und danach"],"Dash":["Gedankenstrich"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Wählen Sie ein Symbol, das als Trennzeichen im Titel verwendet werden soll. Dieses wird zum Beispiel zwischen dem Beitragstitel und dem Seitennamen angezeigt. Die Symbole sind in der gleichen Größe angezeigt, in der sie auch in den Suchergebnissen erscheinen werden."],"The name of the person":["Der Name der Person"],"No":["Nein"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Hat oder wird deine Seite mehrere Autoren haben? "],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress generiert automatisch eine URL für jedes Media Element in der Bibliothek. Dies erlaubt Google den generierten Link zu indexieren."],"Success!":["Erfolgreich!"],"Title settings":["Titel-Einstellungen"],"Google Search Console":["Google Search Console"],"Multiple authors":["Mehrere Autoren"],"Site type":["Seiten Typ"],"Environment":["Umgebung"],"Yoast option %1$s not found.":["Yoast Option %1$s nicht gefunden."],"Google Structured Data Test":["Google Test für strukturierte Daten"],"Posts list":["Beitrags-Liste"],"Posts list navigation":["Navigation der Beitrags-Liste"],"Filter posts list":["Filtere Beitrags-Liste"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Beachte, dass Links zu Archiven möglicherweise von deinem Theme ausgegeben werden und du diese separat entfernen musst."],"%1$s to optimize your site even further":["%1$s um deine Website noch weiter zu optimieren."],"%1$s extensions":["%1$s Extensions"],"Comes with our 30-day no questions asked money back guarantee":["Enthält eine 30-Tage-Geld-Zurück-Garantie – ohne Rückfragen."],"More information %1$sabout %3$s%2$s":["Mehr Informationen %1$süber %3$s%2$s"],"Installed":["Installiert"],"gain access to our 24/7 support team.":["Erhalte Zugang zu unserem Support Team, das rund um die Uhr für dich da ist."],"Premium support":["Premium Support"],"check what your Facebook or Twitter post will look like.":["prüfe, wie deine Facebook oder Twitter Beiträge aussehen könnten."],"Social previews":["Social Vorschau"],"create and manage redirects from within your WordPress install.":["Erstelle und verwalte Weiterleitungen innerhalb deiner WordPress-Installation."],"Redirect manager":["Redirect Manager"],"%1$s, take your optimization to the next level!":["%1$s, bringe deine Optimierung auf die nächste Stufe!"],"A seamless integration between %1$s and %2$s":["Eine nahtlose Integration zwischen %1$s und %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Nutze %1$s Breadcrumbs anstatt von %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Füge einfach Google Maps, eine Liste deiner Standorte/Filialen, Öffnungszeiten oder mehr hinzu."],"Creates XML News Sitemaps":["Erstellt XML News Sitemaps"],"Immediately pings Google on the publication of a new post":["Benachrichtigt Google unverzüglich über die Veröffentlichung eines neuen Beitrags."],"Optimize your site for Google News":["Optimiere deine Website für Google News"],"Make videos responsive through enabling fitvids.js":["Mache Videos responsiv durch das Aktivieren von fitvids.js"],"Enhance the experience of sharing posts with videos":["Verbessere das Erlebnis beim Teilen von Beiträgen mit Videos"],"Show your videos in Google Videos":["Zeige deine Videos in Google Videos"],"Crawl issues list":["Crawling-Ergebnisliste"],"Crawl issues list navigation":["Crawl Problemliste Navigation"],"Edit “%s”":["Bearbeite ”%s„"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Benachrichtigungen"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Entfernt den Reiter für Schlüsselphrasen aus der Metabox und deaktiviert alle für die SEO-Bewertung relevanten Vorschläge."],"Disable SEO analysis":["SEO Analyse deaktivieren"],"Twitter settings":["Einstellungen für den Titel"],"Pinterest settings":["Pinterest-Einstellungen"],"Facebook settings":["Facebook-Einstellungen"],"Title separator symbol":["Titel-Trennzeichen"],"RSS feed settings":["Einstellungen zum RSS-Feed"],"Breadcrumbs settings":["Breadcrumb-Einstellungen"],"Make primary":["Mache primär"],"Enter your Google Authorization Code and press the Authenticate button.":["Gib den Autorisierungscode von Google ein und klicke auf \"Authentifizieren\"."],"Knowledge base article":["Artikel der Wissensdatenbank"],"Open the knowledge base article in a new window or read it in the iframe below":["Öffne die Artikel der Wissensdatenbank in einem neuen Fenster oder lies diese im iFrame unten."],"Search results":["Suchergebnisse"],"%s notification":["%s Benachrichtigung","%s Benachrichtigungen"],"Disable readability analysis":["Deaktivere die Lesbarkeits-Analyse"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Entfernt den Lesbarkeitsanalyse-Reiter aus der Metabox und deaktiviert alle lesbarkeitsbezogenen Empfehlungen."],"Readability analysis":["Lesbarkeits-Analyse"],"Needs improvement":["Verbesserungsbedarf"],"Readability":["Lesbarkeit"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Du versuchst nicht-minimierte Dateien zu laden. Diese sind nur im Development-Paket verfügbar. Bitte sieh auf %1$s nach, um alle Quell-Dateien zu sehen."],"Improvements":["Verbesserungen"],"Dismiss this item.":["Dieses Element ausblenden."],"Good job! We could detect no serious SEO problems.":["Gute Arbeit! Wir konnten keine ernsthaften SEO Probleme feststellen."],"We have detected the following issues that affect the SEO of your site.":["Wir haben die folgenden Probleme festgestellt, welche die SEO deiner Site beeinflussen."],"Problems":["Probleme"],"Analysis":["Analyse"],"Not available":["Nicht verfügbar"],"Filter by SEO Score":["Filtere nach SEO-Wert"],"Meta description not set.":["Meta Description nicht gesetzt."],"Video tutorial":["Video-Tutorial"],"Email support is a %s feature":["E-Mail-Support ist ein %s-Feature"],"Knowledge base":["Wissensdatenbank"],"Open":["Offen"],"Loading...":["Wird geladen..."],"Something went wrong. Please try again later.":["Etwas ist schiefgelaufen. Bitte versuche es später erneut."],"No results found.":["Keine Ergebnisse gefunden."],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["Du kannst dies auf der %1$sPermalink-Einstellungen-Seite%2$s beheben."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paginierung der Kommentare ist aktiviert. Diese ist in 999 von 1000 Fällen nicht notwendig. Wir empfehlen, sie zu deaktivieren."],"Replaced with the primary category of the post/page":["Ersetzt durch die Hauptkategorie des Beitrags/der Seite"],"Pinterest confirmation":["Pinterest-Bestätigung"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Wenn du deine Seite bereits auf Pinterest bestätigt hast, kannst du diesen Schritt überspringen."],"Format-based archives":["Formatbasierende Archive"],"Webmaster Tools verification":["Webmaster-Tools-Verifizierung"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Folge unserem %1$s für WordPress-Training und werde ein zertifizierter %1$s-Experte!"],"Want to be a %s Expert?":["Wärst du gern %s-Experte?"],"Buy %s":["Kaufe %s"],"Show information about errors in category %s":["Zeige Informationen über Fehler in der Kategorie %s"],"New %1$s Title":["Neuer %1$s Titel"],"Existing %1$s Title":["Vorhandener %1$s Titel"],"Expected an integer as input.":["Eingabe vom Typ Integer erwartet."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Der Versuch, einen sicheren Sitemap-Cache-Schlüssel zu generieren, ist fehlgeschlagen, da die Präfix- und Postfix-Kombination zu wenig Platz lässt. Du forderst wahrscheinlich eine Seite an, die die erwartete Bandbreite überschreitet. "],"Remove":["Entfernen"],"Keep":["Behalten"],"Bold the last page":["Die letzte Seite hervorheben"],"Regular":["Normal"],"Bold":["Hervorgehoben"],"Show Blog page":["Blog-Seite anzeigen"],"Primary %s":["Primär %s"],"Primary":["Primär"],"Make %1$s primary %2$s":["%1$s als primär %2$s setzen"],"Term is set to noindex.":["Terminologie ist auf noindex gesetzt"],"Author archives":["Autor-Archiv"],"Show":["Zeigen"],"Enabled":["Aktiviert"],"Disabled":["Deaktiviert"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s hat den Indexierbarkeitsstatus deiner Website bisher noch nicht von %2$s abgerufen"],"The separator defined in your theme's %s tag.":["Der Platzhalter wird im %s-Element deines Themes definiert."],"No index":["Nicht indexieren"],"Analyze entire site":["Gesamte Website analysieren."],"Fetch the current status":["Aktuellen Status abfragen."],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s konnte den Indexierbarkeitsstatus deiner Website%3$s von %4$s nicht abrufen"],"Your homepage can be indexed by search engines.":["Deine Homepage kann von Suchmaschinen indiziert werden."],"Indexability check by %1$s":["Indexierbarkeits-Check von %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Wenn du ein Bild zum Teilen auf %1$s verwenden möchtest, kannst du es hier wählen/hochladen oder die Bild-URL hier eingeben."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Wenn Du die Meta Beschreibung nicht fuer das Teilen auf %1$s nutzen moechtest, aber eine andere Beschreibung zeigen moehtest, gib sie bitte hier an."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Wenn du nicht den Beitragstitel verwenden willst, um den Beitrag auf Google+ zu teilen, sondern dort etwas anderes angezeigt werden soll, schreibe es hier."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sSuchmaschinen können deine Homepage nicht indizieren%2$s. Dies ist sehr ungünstig für die SEO und sollte repariert werden."],"Once Weekly":["Einmal wöchentlich"],"SEO score":["SEO-Wert"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Die SEO-Scores werden für alle Inhalte mit einer Fokus-Keyphrase neu berechnet."],"%1$s of %2$s done.":["%1$s von %2$s erledigt."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Wir haben unseren Algorithmus für die SEO-Wertung aktualisiert. %1$s Klicke hier, um die aktuelle Gesamtwertung für alle Beiträge und Seiten %2$s neu zu berechnen."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Die erste echte All-in-One-SEO-Lösung für WordPress, einschließlich On-Page Inhaltsanalyse, XML-Sitemaps und vielem mehr."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivierungsfehler:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Die Filter-Erweiterung scheint nicht verfügbar zu sein. Bitte deinen Hoster, sie einzuschalten."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Die Installation des %1$s Plugin ist unvollständig. Bitte schau in den %2$sInstallationsanweisungen%3$s nach."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Die Standard PHP Library (SPL) Erweiterung scheint nicht verfügbar zu sein. Bitte frage Deinen Web-Hoster, dass er sie aktiviert."],"SEO Settings":["SEO-Einstellungen"],"Mobile-Friendly Test":["Mobile-Friendly-Test"],"Google Page Speed Test":["Google-Page-Speed-Test"],"CSS Validator":["CSS-Validator"],"HTML Validator":["HTML-Validator"],"Pinterest Rich Pins Validator":["Pinterests Rich-Pins-Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Header prüfen"],"Check Google Cache":["Google-Cache prüfen"],"Analyze this page":["Diese Seite analysieren "],"Keyword Research":["Keyword-Recherche"],"%s does not seem to be a valid url. Please correct.":["%s scheint keine korrekte URL zu sein. Bitte korrigieren."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s scheint eine ungültige %2$s Bestätigungszeichenfolge zu sein. Bitte korrigieren."],"%s Archive":["%s Archiv"],"You searched for %s":["Du hast nach %s gesucht"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s scheint kein gültiger Twitter-Benutzername zu sein. Bitte korrigieren."],"Summary with large image":["Zusammenfassung mit großem Bild"],"Summary":["Zusammenfassung"],"The post %1$s appeared first on %2$s.":["Der Beitrag %1$s erschien zuerst auf %2$s."],"No numeric value was received.":["Es wurde kein numerischer Wert erhalten"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dies muss eine bestehende Website sein. Website %s existiert nicht oder wurde als gelöscht markiert."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Die Standard Website Einstellung muss eine numerische ID der Website sein, die du als Standard nutzen willst. "],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s ist keine gueltige Auswahl für den Zugriff auf die %2$sEinstellungen. Der Wert wurde auf Standard zurueckgesetzt."],"Please select a valid post type for taxonomy \"%s\"":["Bitte wähle einen gültigen Beitragstyp für Taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Bitte wähle eine gültige Taxonomie für Beitragstyp \"%s\""],"You searched for":["Du suchtest nach"],"Home":["Startseite"],"Archives for":["Archive für"],"Error 404: Page not found":["Fehler 404: Seite wurde nicht gefunden"],"Good":["Gut"],"Replaced with a custom taxonomies description":["Ersetzt durch eine eigene Beschreibung der Taxonomie"],"Replaced with a posts custom taxonomies, comma separated.":["Ersetzt durch eine eigene Taxonomie eines Artikels, mit Kommata trennen."],"Replaced with a posts custom field value":["Ersetzt mit einem Standard Beitrags-Feldwert."],"Replaced with the slug which caused the 404":["Ersetzt durch die Titelform, welche den 404 Fehler auslöste."],"Replaced with the posts focus keyphrase":["Wird ersetzt durch das Fokus-Keyword des Beitrags"],"Attachment caption":["Beschriftung Dateianhang"],"Replaced with the current page number":["Wird ersetzt durch die aktuelle Seitennummer"],"Replaced with the current page total":["Wird ersetzt durch die aktuelle gesamte Seitenanzahl"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Ersetzt mit der aktuellen Seitennummer mit Kontext (z. B. Seite 2 von 4)"],"Replaced with the post/page author's 'Biographical Info'":["Wird ersetzt durch die 'Biografischen Angaben' des Beitrags-/Seitenautors"],"Replaced with the post/page author's 'nicename'":["Wird ersetzt durch den Nicknamen des Autors des Artikels/ der Seite"],"Replaced with the post/page ID":["Wird ersetzt durch die ID des Artikels/der Seite"],"Replaced with the post/page modified time":["Wird ersetzt durch die Bearbeitungszeit des Artikels/ der Seite"],"Replaced with the content type plural label":["Wird durch die Pluralform des Inhaltstyp ersetzt"],"Replaced with the content type single label":["Wird durch die Einzahlform des Inhaltstyp ersetzt"],"Replaced with the current search phrase":["Wird durch die gegenwärtige Suchphrase ersetzt"],"Replaced with the term name":["Wird ersetzt durch den Begriff"],"Replaced with the term description":["Wird ersetzt durch die Beschreibung des Ausdrucks"],"Replaced with the tag description":["Wird durch die Schlagwort-Beschreibung ersetzt"],"Replaced with the category description":["Wird durch die Beschreibung der Kategorie ersetzt"],"Replaced with the post categories (comma separated)":["Wird ersetzt durch die Artikel-Kategorien (durch Komma getrennt)"],"Replaced with the current tag/tags":["Mit aktuellen Tags ersetzt"],"Replaced with the post/page excerpt (without auto-generation)":["Wird ersetzt durch Textauszug des Artikels / der Seite (ohne Auto-Generierung)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Wird ersetzt durch Textauszug aus Artikel / Seite (oder automatisch generiert, falls nicht vorhanden)"],"The site's name":["Der Seitenname"],"Replaced with the title of the parent page of the current page":["Ersetzt mit dem Titel der übergeordneten Seite der aktuellen Seite"],"Replaced with the title of the post/page":["Wird ersetzt durch den Titel des Beitrags bzw. der Seite"],"Replaced with the date of the post/page":["Wird ersetzt durch das Datum des/der Artikels/Seite"],"Page %1$d of %2$d":["Seite %1$d von %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Du kannst die Platzhalter der WPSEO Standard Variable nicht aufheben indem du eine Variable mit dem selben Namen wählst. Nutze die \"wpseo_replacements\" Filter anstelle die Platzhalter Werte zu verändern. "],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Eine Platzhalter-Variable mit dem selben Namen wurde bereits angelegt. Versuche, einen einzigartigen Namen zu wählen."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Eine Platzhalter-Variable kann nicht mit \"%%cf_\" oder \"%%ct_\" beginnen. Diese sind reserviert für die WPSEO Standard Variable, Variablen für benutzerdefinierte Felder und benutzerdefinierte Taxonomien. Versuche einen eindeutigen Variablen-Namen zu wählen. "],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Eine Ersatzvariable kann nur alphanumerische Zeichen sowie einen Unterstrich oder eine Leertaste enthalten. Bitte versuche, deine Variable umzubenennen."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Nur für Administratoren: diese Seite zeigt keine Metabeschreibung, da bisher keine vorhanden ist. Verfasse entweder eine speziell für diese Seite oder gehe in das [%1$s - %2$s] Menü und richte eine Vorlage ein."],"Page not found":["Seite wurde nicht gefunden."],"%s Archives":["%s Archive"],"Search for \"%s\"":["Suche nach \"%s\""],"Meta description to use for Author page":["Meta-Beschreibung, die auf der Autoren-Seite genutzt wird"],"Title to use for Author page":["Titel, der auf der Autoren-Seite genutzt wird"],"%1$s settings":["Einstellungen für %1$s "],"Export your %1$s settings":["Exportiere Deine %1$s Einstellungen"],"Import settings":["Einstellungen importieren"],"Import from other SEO plugins":["Importiere von anderen SEO-Plugins"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["Falls eine %s Datei existiert und diese schreibbar ist, kannst du sie hier editieren."],"If your %s were writable, you could edit it from here.":["Wenn deine %s beschreibbar wäre, könntest du diese hier bearbeiten."],"You don't have a %s file, create one here:":["Du hast keine %s Datei, erstelle hier eine:"],"A link to your site, with your site's name and description as anchor text.":["Link zu Deiner Seite mit Blogname und Slogan als Linktext."],"A link to your site, with your site's name as anchor text.":["Link zu Deiner Seite mit dem Namen deines Blocks als Linktext."],"A link to the post, with the title as anchor text.":["Link zum Artikel mit dem Artikelnamen als Linktext."],"A link to the archive for the post author, with the authors name as anchor text.":["Link zum Autor-Archiv mit dem Namen des Autors als Linktext."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Du kannst folgende Variablen innerhalb des Inhalts verwenden, diese werden durch den Wert auf der rechten Seite ersetzt."],"Content to put after each post in the feed":["Inhalt, der an jeden Beitrag im Feed angehängt wird"],"Content to put before each post in the feed":["Inhalt, der vor jeden Eintrag im RSS-Feed gesetzt wird"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Dieses Feature wird dazu benutzt, um automatisch Inhalt in Deinen RSS-Feed einzufügen. Konkret bedeutet das, dass Verlinkungen zurück zu Deiner Webseite und ihren Artikeln gesetzt werden, 'dumme Inhalts-Diebe' werden diese Links daher ebenso mit ziehen/ setzen und Dir somit helfen, via Suchmaschine Dich als die Originalquelle des Inhaltes zu identifizieren."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Die Nutzung der Breadcrumbs-Funktion wird in %1$sunserem Wissensbasis-Artikel über Breadcrumbs Implementierung%2$s erläutert."],"How to insert breadcrumbs in your theme":["Wie Du Breadcrumbs in Dein Theme einbinden kannst."],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Das Inhaltstyp-Archiv, das in Breadcrumbs für Taxonomien angezeigt wird"],"Taxonomy to show in breadcrumbs for content types":["Taxonomie, die in Breadcrumbs für Inhaltstypen angezeigt wird"],"Breadcrumb for 404 Page":["Breadcrumb für Fehlerseite 404"],"Prefix for Search Page breadcrumbs":["Präfix für Suchseiten-Breadcrumb"],"Prefix for Archive breadcrumbs":["Präfix für Archiv-Breadcrumb"],"Prefix for the breadcrumb path":["Praefix für den Breadcrumb-Pfad."],"Anchor text for the Homepage":["Anker-Text für die Webseite"],"Separator between breadcrumbs":["Trenner zwischen den Breadcrumbs"],"Enable Breadcrumbs":["Aktiviere Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Unten siehst du die SEO-Werte der bisher veröffentlichten Beiträge. Jetzt ist der richtige Moment, einige deiner Beiträge zu verbessern!"],"Credits":["Danksagungen"],"« Back to Tools page":["« Zurück zur Tools-Seite"],"%1$s comes with some very powerful built-in tools:":["%1$s enthält einige sehr leistungsstarke Werkzeuge:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Dieses Tool erlaubt dir, schnell wichtige Dateien für deine SEO, wie in der robots.txt und der .htaccess Datei, zu ändern, sofern diese existieren."],"File editor":["Datei-Editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importiere die Einstellungen von anderen SEO Plugins und exportiere deine Einstellungen für die Wiederverwendung auf anderen Blogs."],"Import and Export":["Import und Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dieses Tool erlaubt dir, schnell die Titel und Beschreibungen deiner Beiträge und Seiten zu ändern, ohne den jeweiligen Editor aufrufen zu müssen."],"Bulk editor":["Massenbearbeitung"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Füge den Meta tag hier ein, um die %1$sWebseite mit Pinterest zu verifizieren%2$s:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest nutzt Open-Graph-Metadaten ebenso wie Facebook. Setze deshalb einen Haken im Open-Graph-Kontrollkästchen auf dem Facebook-Reiter, um die Seite für Pinterest zu optimieren."],"The default card type to use":["Der zu nutzende Standard Karten-Typ"],"Add Twitter card meta data":["Twitter Card Meta Daten hinzufügen"],"This image is used if the post/page being shared does not contain any images.":["Dieses Bild wird benutzt, falls der geteilte Post / die geteilte Seite keine Bilder enthält."],"Default settings":["Standardeinstellungen"],"Copy home meta description":["Meta-Beschreibung der Startseite kopieren"],"Description":["Beschreibung"],"Image URL":["Bild-URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dies sind der Titel, die Beschreibung und das Bild, die in den Open-Graph-Metatags auf der Startseite Deiner Website Verwendung finden."],"Frontpage settings":["Einstellungen der Startseite"],"Add Open Graph meta data":["Open Graph Meta Data hinzufügen"],"YouTube URL":["Youtube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-Benutzername"],"Facebook Page URL":["URL der Facebook Seite"],"Accounts":["Konten"],"Restore site to defaults":["Seite auf Standardeinstellungen zurücksetzen"],"Site ID":["Website-ID"],"Using this form you can reset a site to the default SEO settings.":["Hiermit kannst Du die Standard-SEO-Einstellungen einer Seite wieder herstellen/zurücksetzen."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Private Einstellungen (FB-Admins und so weiter), themespezifische (titel rewrite) und manche seitenspezifischen Einstellungen werden nicht in neue Websites übernommen."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Gib die %sSite ID%s für die Website ein, deren Einstellungen du als Standard für alle Websites in deinem Netzwerk setzen möchtest. Du kannst dies auch leer lassen (in der Regel werden die Plugin-Standards verwendet)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Wähle die Seite, deren Einstellungen du standardmäßig für alle Websites, die deinem Netzwerk hinzugefügt werden, verwendet werden sollen. Wenn du \"Keine\" auswählst, werden die Standardeinstellungen des Plugins verwendet."],"New sites in the network inherit their SEO settings from this site":["Neue Websites im Netzwerk übernehmen die SEO-Einstellungen dieser Website"],"Super Admins only":["Nur für Super-Admins"],"Site Admins (default)":["Seiten-Admins (Standard)"],"Who should have access to the %1$s settings":["Wer soll Zugriff auf die %1$s Einstellungen haben?"],"spam":["SPAM"],"mature":["veraltet"],"archived":["archiviert"],"public":["öffentlich"],"%s restored to default SEO settings.":["%s zurückgesetzt auf Standard-SEO-Einstellungen."],"Settings Updated.":["Einstellungen gespeichert."],"404 pages":["404-Seiten"],"Search pages":["Such-Seiten"],"These pages will be %s by default, so they will never show up in search results.":["Diese Seiten sind per Vorgabe %s , damit werden sie in Suchergebnissen nicht angezeigt"],"Special Pages":["Spezielle Seiten"],"Date-based archives could in some cases also be seen as duplicate content.":["In manchen Fällen können datumsbasierte Archive ebenfalls als Duplicate Content angesehen werden."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Wenn das bei dieser Website der Fall ist, kannst du das Archiv entweder abschalten (was zur Weiterleitung auf die Startseite führt) oder du fügst %s hinzu, damit es nicht in den Suchergebnissen auftaucht."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Wenn du der einzige Autor dieser Website bist, ist das Autorenarchiv exakt gleich mit der Homepage. Das führt zu einem sogenannten %1$sDuplicate-Content-Problem%2$s."],"Date archives":["Datums-Archive"],"author archives":["Autor-Archive"],"Title":["Titel"],"%1$s Meta Box":["%1$s Meta-Box"],"Hide":["Ausblenden"],"Date in Snippet Preview":["Datum in der Snippet-Vorschau"],"Take note:":["Beachte:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Du kannst Titel und Beschreibung der Blogseite bestimmen, durch %1$sBearbeiten der Blogseite selbst%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Durch %1$sdas direkte Bearbeiten der Startseite%2$s, kannst du den Titel und die Beschreibung der Startseite bestimmen."],"Homepage & Front page":["Homepage & Startseite"],"Title Separator":["Titel-Trennzeichen"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s hat automatisch erkannt, ob für deine Seiten ein Zwang zum Umschreiben der Titel gesetzt werden sollte. Wenn du glaubst, dass dies falsch ist, und du weißt was du tust, kannst du die Einstellung hier ändern."],"Force rewrite titles":["Umarbeitung der Titel erzwingen"],"Taxonomies":["Taxonomien"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Erweiterungen"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Nahtlose Integration von WooCommerce mit %1$s und erhalte zusätzliche Funktionen!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Besseres Ranking vor Ort und in GoogleMaps, ohne in's Schwitzen zu geraten!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Bist Du bei Google News gelistet? Steigere Deinen Traffic von dort mit der Google News Optimierung!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimiere Deine Videos, um sie in den Suchergebnissen zu zeigen und hole mehr Klicks!"],"The premium version of %1$s with more features & support.":["Die Premium-Version von %1$s mit mehr Funktionen & Unterstützung."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Diese Daten werden als Metadaten auf deiner Website angezeigt. Sie sollen in %1$sGoogle's Knowledge Graph%2$s erscheinen. Du kannst ein Unternehmen oder eine Person sein."],"Website name":["Name der Website"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Du hast bisher den Artikel-/ Seitentitel nicht in der URL Deiner Artikel und Seiten, dies wird jedoch dringend empfohlen. Überlege Dir deshalb, Deine Permalinkstruktur auf /%postname%/ einzustellen."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["oder"],"Save Profile":["Profil speichern"],"There were no profiles found":["Kein Profil gefunden."],"Profile":["Profil"],"Current profile":["Aktuelles Profil"],"Authenticate":["Authentifizieren"],"Get Google Authorization Code":["Google-Autorisierungscode abrufen"],"Reload crawl issues":["Crawl Ergebnis neu laden"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Um eine Umleitung anzulegen und diesen Fehler zu beheben, brauchst Du %1$s. Du kannst das Plugin kaufen, inklusive einem Jahr Support und Aktualisierungen, auf %2$s."],"Creating redirects is a %s feature":["Das Erstellen von Weiterleitungen ist ein Feature von %s."],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fehler, die nur während des Einlesens deiner Seite durch den Googlebot für Feature-Phones aufgetreten sind (diese Fehler erscheinen nicht für die Desktop-Anzeige)"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fehler, die nur während des Einlesens deiner Seite durch Googlebot-Mobile aufgetreten sind (diese Fehler erscheinen nicht für die Desktop-Anzeige)"],"Errors that occurred when your site was crawled by Googlebot.":["Während der Seitenindizierung durch den Googlebot aufgetretene Fehler."],"Issue categories":["Problemkategorien"],"Incorrect Google Authorization Code.":["Falscher Google-Autorisierungscode."],"The issues have been successfully reloaded!":["Die Ausgaben wurden erfolgreich neu geladen!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Der %1$s Datensatz wurde entfernt. Wenn Du die Daten erhalten willst musst Du Dich erneut authentifizieren."],"Crawl errors per page":["Crawl-Fehler pro Seite"],"Search":["Suchen"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Behalte den Überblick über deine Suchmaschineneinträge und -fehler: %1$sVerbinde Dich hier mit der Google Search Console: %2$s"],"Create redirect":["Weiterleitung erstellen"],"Mark as fixed":["Als korrigiert markieren"],"Response code":["Antwortcode"],"First detected":["Zuerst entdeckt"],"Last crawled":["Zuletzt durchsucht"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s meldet, dass du Version %2$s benutzt, die nicht mit %1$s kompatibel ist. Bitte aktualisiere %2$s auf die neueste Version, damit du diese Funktion nutzen kannst."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Die Yoast Plugins tauschen Code untereinander aus, um deine Seite schneller zu machen. Aus diesem Grund müssen alle installierten Yoast Plugins aktuell sein. Wir haben festgestellt, dass eines oder mehrere Plugins nicht auf dem aktuellen Stand sind, bitte update daher alle veralteten Plugins."],"Feature phone":["Feature Phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Die Ziel-URL existiert nicht, aber dein Server sendet keinen 404 (Datei nicht gefunden) Fehler."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Entweder wurde die Zeit der Anforderung überschritten oder die Website blockiert Google."],"Server Error":["Serverfehler"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Der Googlebot konnte auf deine Website zugreifen, jedoch sind bestimmte URLs in der Datei %1$s für Googlebot blockiert. Diese Blockade betrifft entweder alle Googlebots oder speziell den Googlebot-Mobile."],"Blocked":["Blockiert"],"Google was unable to crawl this URL due to an undetermined issue.":["Google konnte diese URL aufgrund eines unbestimmten Fehlers nicht crawlen."],"URL points to a non-existent page.":["Die URL verweist auf eine nicht existierende Seite."],"Not found":["Nicht gefunden"],"Not followed":["Nicht verfolgt"],"Faulty redirects":["Fehlerhafte Weiterleitungen"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Der Server erfordert eine Authentifizierung oder verhindert den Zugriff des Googlebots"],"Access denied":["Zugriff verweigert"],"Deactivate %s":["Deaktiviere %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Das %1$s Plugin könnte in Verbindung mit %2$s Fehler hervorrufen."],"Upload Image":["Bild hochladen"],"Remove these ads?":["Diese Anzeigen entfernen?"],"%s Posts Overview":["%s Beitragsübersicht"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Der Breadcrumbs-Titel wird in den Breadcrumbs benutzt, wo diese Taxonomie erscheint."],"Breadcrumbs title":["Breadcrumbs-Titel"],"The canonical link is shown on the archive page for this term.":["Der Canonical-Link wird auf der Archivseite für diesen Begriff angezeigt."],"Facebook App ID":["Facebook Anwendungs-ID"],"Pinterest":["Pinterest"],"Other":["Anderes"],"Archives":["Archive"],"Email":["E-Mail"],"Previous":["Zurück"],"Next":["Weiter"],"Close":["Schließen"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Sowohl %1$s als auch %2$s erstellen XML-Sitemaps. Zwei Sitemaps haben jedoch keinen Vorteil für Suchmaschinen und könnten deine Website sogar verlangsamen."],"Configure %1$s's Open Graph settings":["Konfigurieren der %1$s OpenGraph-Einstellungen"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Sowohl %1$s als auch %2$s erzeugen OpenGraph Code, was dazu führen könnte, dass Facebook, Twitter, LinkedIn und andere soziale Netzwerke die falschen Texte und Bilder beim Teilen der Seiten verwenden."],"%s Image":["%s Bild"],"%s Description":["%s Beschreibung"],"%s Title":["%s Titel"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Die empfohlene Bildgröße für %1$s sind %2$s pixel."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Wenn du das Bild, das in in dem Post für %s verwendet wurde, überschreiben willst, wähle ein anderes Bild, lade ein anderes Bild hoch oder füge die URL hier ein. "],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Wenn du um diesen Post auf %s zu teilen anstatt der Meta-Beschreibung eine andere Beschreibung verwenden möchtest, hinterlege sie hier."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Wenn du nicht den Titel des Beitrages zum Teilen bei %s verwenden möchtest, kannst du hier einen anderen Titel eintragen."],"very difficult":["sehr schwierig"],"Try to make shorter sentences, using less difficult words to improve readability":["Versuche, kürzere Sätze zu formulieren und weniger komplizierte Wörter zu nutzen, um die Lesbarkeit zu erhöhen"],"difficult":["schwer"],"Try to make shorter sentences to improve readability":["Versuche, kürzere Sätze zu formulieren, um die Lesbarkeit zu erhöhen"],"fairly difficult":["ziemlich schwer"],"OK":["OK"],"fairly easy":["ziemlich einfach"],"easy":["einfach"],"very easy":["sehr einfach"],"Meta Desc.":["Meta Beschr."],"All SEO Scores":["Alle SEO-Werte"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Das Bild muss mindestens 200x200 Pixel groß sein, um von Facebook und anderen Social Media Seiten aufgenommen zu werden."],"(no parent)":["(kein Elternelement)"],"Post is set to noindex.":["Der Artikel wird nicht indexiert."],"The URL that this page should redirect to.":["Die URL, auf die diese Seite weitergeleitet werden soll."],"301 Redirect":["301-Weiterleitung"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Die Canonical-URL auf die diese Seite zeigen soll. Ist das Feld leer, wird der Permalink übernommen. %1$sCross Domain canonical%2$s wird ebenfalls unterstützt."],"Canonical URL":["Canonical-URL"],"Title to use for this page in breadcrumb paths":["Titel, der für diese Seite in Breadcrumbs-Pfaden benutzt werden soll"],"Breadcrumbs Title":["Breadcrumb-Titel"],"No Snippet":["Kein Snippet"],"No Archive":["Kein Archiv"],"No Image Index":["Kein Bild Index"],"None":["Keine"],"Site-wide default: %s":["Seitenweite Voreinstellung: %s"],"Advanced meta robots settings for this page.":["Erweiterte Meta Robots Einstellungen für diese Seite."],"Meta robots advanced":["Erweiterte Meta Robots"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Achtung: Auch wenn hier die Meta-Robots-Einstellungen gesetzt werden können, - falls die gesamte Website auf \"noindex\" gesetzt ist, bleiben die Eintragungen hier ohne Wirkung."],"Meta description":["Meta-Beschreibung"],"SEO Title":["SEO-Titel"],"Focus keyword":["Fokus-Keyword"],"Snippet preview":["Snippet Vorschau"],"Settings successfully imported.":["Einstellungen wurden erfolgreich importiert."],"Settings could not be imported:":["Einstellungen konnten nicht importiert werden:"],"Breadcrumb for 404 pages:":["Breadcrumb für 404 Seiten:"],"Prefix for search result pages:":["Präfix für Suchergebnisseiten:"],"Prefix for archive pages:":["Präfix für Archivseiten:"],"Prefix for breadcrumbs:":["Präfix für Breadcrumbs:"],"Anchor text for the homepage:":["Anker-Text für die Webseite:"],"Breadcrumbs separator:":["Breadcrumb Trennzeichen:"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Bild verwenden"],"Action":["Aktion"],"Page URL/Slug":["Seiten URL / Titelform"],"Publication date":["Veröffentlichungsdatum"],"Post Status":["Beitragsstatus"],"WP Page Title":["WP Seitentitel"],"View":["Ansicht"],"View “%s”":["zeige “%s”"],"Preview":["Vorschau"],"Preview “%s”":["Vorschau “%s”"],"Edit":["Bearbeiten"],"Filter":["Filter"],"New Yoast Meta Description":["Neue Yoast Meta Beschreibung"],"Existing Yoast Meta Description":["Existierende Yoast Meta Beschreibung"],"Facebook profile URL":["URL des Facebook Profils"],"Twitter username (without @)":["Twitter Benutzername (ohne @)"],"FAQ":["FAQ"],"Premium Support":["Premium Unterstützung"],"Settings":["Einstellungen"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Geh bitte zu %1$sEinstellungen \"Lesen\"%2$s und entferne den Haken bei \"Search Engine Visibility\" (sichtbar für Suchmaschinen)."],"Huge SEO Issue: You're blocking access to robots.":["Wichtiges SEO-Problem: Du blockierst den Zugriff von Suchmaschinen."],"Posts":["Beiträge"],"Edit Files":["Dateien editieren"],"Advanced Variables":["Erweiterte Variablen"],"Basic Variables":["Grundvariablen"],"General":["Allgemein"],"Extensions":["Erweiterungen"],"Search Console":["Suchkonsole"],"Tools":["Werkzeuge"],"Advanced":["Erweitert"],"XML sitemaps":["XML-Sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s hat festgestellt, dass du Version %2$s von %3$s nutzt. Bitte aktualisiere auf die neueste Version, um Fehler zu vermeiden."],"Just another WordPress site":["Nur eine weitere Wordpress Seite"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Du hast noch den Standard-WordPress-Slogan, selbst ein leerer ist vermutlich besser. %1$sIm Customizer kannst du dies anpassen%2$s."],"You have used HTML in your value which is not allowed.":["Du hast HTML in deinem Wert verwendet, dies ist nicht erlaubt."],"You can't edit %s that aren't yours.":["Du kannst %s nicht editieren, das sind nicht Deine."],"You can't edit %s.":["Du kannst %s nicht bearbeiten."],"Post has an invalid Content Type: %s.":["Beitrag hat einen ungültigen Inhaltstyp: %s."],"Post doesn't exist.":["Dieser Beitrag existiert nicht."],"course\u0004Free:":["Kostenlos:"],"posts\u0004Trash (%s)":["Papierkorb (%s)","Papierkorb (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/el.json b/Resources/Private/Languages/el.json index de0ee45..0274b99 100644 --- a/Resources/Private/Languages/el.json +++ b/Resources/Private/Languages/el.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"el_GR"},"Has feedback":["Υπάρχει σχόλιο"],"Content optimization:":["Βελτιστοποίηση περιεχομένου:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sΑναγνωσιμότητα%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Διαβάστε %1$αυτό το άρθρο για περισσότερες πληροφορίες σχετικά με το γιατί δεν υποστηρίζουμε παλιότερες εκδόσεις.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Εάν αποφύγατε την αναβάθμιση στην έκδοση %2$s και πάνω εξαιτίας του επεξεργαστή Gutenberg, παρακαλώ εγκαταστήστε την κλασική εκδοχή του επεξεργαστή στο πρόσθετο. Θα σας παρέχει την ίδια εμπειρία επεξεργασίας που ήδη έχετε, αλλά και την προστασία των νεότερων εκδόσεων του WordPress και %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sΑναβαθμίστε το WordPress στην πιο πρόσφατη έκδοση%2$s%3$sΠαρατηρήσαμε ότι δεν έχετε την πιο πρόσφατη έκδοση WordPress, το οποίο μπορεί να δημιουργήσει σύντομα κάποιο πρόβλημα. Το %4$s (για λόγους προστασίας και σταθερότητας) υποστηρίζει μόνο την τρέχουσα και την προηγούμενη έκδοση του WordPress. Όταν εκδοθεί η επόμενη έκδοση του WordPress, σημαίνει ότι θα υποστηρίζουμε την έκδοση WordPress %6$s και %7$s. Αυτό σημαίνει ότι δε θα παραλαμβάνετε ενημερώσεις στο %5$s μέχρι να ανανεώσετε τη WordPress έκδοσή σας, για αυτό παρακαλώ αναβαθμίστε το WordPress σύντομα στην πιο πρόσφατη έκδοση!%3$s%3$s"],"Post Noindexed":["Άρθρο που δεν έχει προστεθεί στο ευρετήριο"],"No Focus Keyphrase":["Δεν υπάρχει φράση-κλειδί"],"Person logo / avatar":["Λογότυπο προσώπου / άβαταρ"],"Extend %s":["Προσθήκη %s"],"Enroll in the %s for WordPress training":["Εγγραφείτε στα %s μαθήματα για WordPress"],"Posts with the SEO score: %s":["Άρθρα με βαθμολογία SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s εκπαιδευτικό βίντεο"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Για να δείτε τα τρέχοντα σφάλματα ανίχνευσης, %1$sπαρακαλώ επισκεφθείτε το Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Η Google σταμάτησε την υποστήριξη της ανίχνευσης σφαλμάτων μέσω API (Crawl Errors API). Ως εκ τούτου, πιθανά σφάλματα ανίχνευσης που μπορεί να έχετε δεν θα εμφανίζονται πλέον εδώ. %1$sΔιαβάστε την σχετική ανακοίνωσή μας για περαιτέρω πληροφορίες%2$s."],"Remove this message":["Διαγράψτε αυτό το μήνυμα"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Βελτιστοποιήστε την ιστοσελίδα σας για το κοινό της περιοχής με το %s πρόσθετο μας! Βελτιστοποιημένα στοιχεία διεύθυνσης, ωράριο λειτουργίας, εντοπισμό του καταστήματος και επιλογές παραλαβής!"],"Serving local customers?":["Εξυπηρετείτε πελάτες της περιοχής;"],"Get the %s plugin now":["Αποκτήστε το %s πρόσθετο τώρα"],"Organization social profiles":["Τα προφίλ του οργανισμού στα κοινωνικά δίκτυα"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Μπορείτε να επεξεργαστείτε τις λεπτομέρειες που εμφανίζονται στα μεταδεδομένα, όπως τα προφίλ κοινωνικών δικτύων, το όνομα και την περιγραφή του επικείμενου χρήστη στη %1$s σελίδα προφίλ του. "],"Personal info":["Προσωπικές πληροφορίες"],"Organization logo":["Λογότυπο του οργανισμού"],"Organization name":["Όνομα του οργανισμού"],"Choose whether the site represents an organization or a person.":["Επιλέξτε εάν η ιστοσελίδα εκπροσωπεί οργανισμό ή φυσικό πρόσωπο. "],"Knowledge Graph & Schema.org":["Γνωστικό διάγραμμα (Knowledge Graph) & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Για να ορίσετε ότι η ιστοσελίδα σας εκπροσωπεί είτε Εταιρεία είτε Οργανισμό μεταβείτε στις %1$sΡυθμίσεις Εμφάνισης %2$s και επιλέξτε \"Οργανισμός\" από τις επιλογές Φυσικό Πρόσωπο ή Οργανισμός."],"To change the social accounts used for your site, update the details for %1$s.":["Για να τροποποιήσετε τους λογαριασμούς κοινωνικών δικτύων που χρησιμοποιούνται για την ιστοσελίδα σας, ανανεώστε τις πληροφορίες για %1$s."],"That means that the form and information below is disabled, and not used.":["Αυτό σημαίνει ότι η φόρμα και οι πληροφορίες παρακάτω είναι απενεργοποιημένα και δεν χρησιμοποιούνται. "],"Your website is currently configured to represent a Person":["Η ιστοσελίδα σας είναι προς το παρόν ρυθμισμένη να εκπροσωπεί ένα Φυσικό Πρόσωπο"],"(if one exists)":["(εάν υφίσταται)"],"Wikipedia page about you":["Σελίδα στην Βικιπαίδεια σχετικά με εσάς"],"YouTube profile URL":["URL του προφίλ στο YouTube"],"Tumblr profile URL":["URL του προφίλ στο Tumblr"],"SoundCloud profile URL":["URL του προφίλ στο SoundCloud"],"MySpace profile URL":["URL του προφίλ στο MySpace"],"Organization or person":["Οργανισμός ή Φυσικό Πρόσωπο"],"The person":["Το φυσικό πρόσωπο"],"Organization":["Οργανισμός"],"Does your site represent a person or an organization?":["Η ιστοσελίδα σας εκπροσωπεί ένα φυσικό πρόσωπο ή έναν οργανισμό;"],"The name of the organization":["Η ονομασία του οργανισμού"],"Provide an image of the organization logo":["Παρακαλώ παρέχετε μία εικόνα ως λογότυπο του οργανισμού"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Έχετε προηγουμένως θέσει την ιστοσελίδα σας να εκπροσωπεί ένα φυσικό πρόσωπο. Έχουμε βελτιώσει τις λειτουργίες γύρω από το Schema και το Γνωστικό διάγραμμα (Knowledge Graph), ώστε να μεταβείτε εκεί και %1$sνα συμπληρώσετε τις σχετικές ρυθμίσεις%2$s."],"Select a user...":["Επιλέξτε χρήστη..."],"Uncategorized":["Εκτός κατηγορίας"],"Name:":["Όνομα:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Έχετε επιλέξει το χρήστη %1$s ως το φυσικό πρόσωπο που εκπροσωπεί την ιστοσελίδα. Οι πληροφορίες προφίλ του χρήστη θα εμφανιστούν στα αποτελέσματα της μηχανής αναζήτησης. %2$sΑναβαθμίστε το προφίλ τους ώστε να βεβαιωθείτε ότι οι πληροφορίες είναι σωστές.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Σφάλμα: Παρακαλώ επιλέξτε παρακάτω ένα χρήστη ώστε να είναι ολοκληρωμένα τα μεταδεδομένα της ιστοσελίδας σας."],"SEO score: %s":["Βαθμολογία SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Εάν υπάρχει σελίδα στη Βικιπαίδεια για εσάς ή τον οργανισμό σας, προσθέστε την και αυτήν. "],"Wikipedia URL":["URL της Βικιπαίδεια"],"Pinterest profile URL":["URL του προφίλ στο Pinterest "],"Instagram profile URL":["URL του προφίλ στο Instagram "],"LinkedIn profile URL":["URL του προφίλ στο LinkedIn "],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Η μελέτη των λέξεων-κλειδιών είναι απαραίτητη σε κάθε SEO στρατηγική. Εσείς αποφασίζετε τους όρους αναζήτησης για τους οποίους θέλετε να σας βρίσκουν οι χρήστες, και ανακαλύπτετε τι λέξεις χρησιμοποιεί το κοινό σας για να σας εντοπίσει. Μία δυνατή έρευνα των λέξεων-κλειδιών σας αποκαλύπτει τι περιεχόμενο χρειάζεστε προκειμένου να ξεκινήσετε να αναρριχήστε στα αποτελέσματα αναζήτησης για τους όρους που θέλετε να καταταχθείτε. Βεβαιωθείτε πως οι προσπάθειες σας επικεντρώνονται σε λέξεις-κλειδιά για τις οποίες έχετε πιθανότητα να καταταχθείτε! Το %1$s θα σας καθοδηγήσει καθ' αυτήν την διαδικασία, βήμα προς βήμα."],"SEO for Beginners training":["Κατάρτιση SEO για αρχάριους"],"%s for WordPress training":["%s για κατάρτιση στο WordPress"],"All-around SEO training":["Όλα γύρω από την SEO κατάρτιση"],"The image you selected is too small for Facebook":["Η εικόνα που επιλέξατε είναι πολύ μικρή για το Facebook"],"The given image url cannot be loaded":["Η εικόνα δεν μπορεί να φορτωθεί"],"Find out what words your audience uses to find you":["Ανακαλύψτε ποιες λέξεις χρησιμοποιεί το κοινό σας για να σας βρει"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sΕυκολία στην ανάγνωση Flesch (Flesch Reading Ease)%2$s: Το κείμενο βαθμολογείται με %3$s στην ανάλυση, το οποίο θεωρείται %4$s να διαβαστεί. %5$s"],"No JSON object was returned.":["Δεν επιστράφηκε αντικείμενο JSON (JSON object). "],"Received internal links":["Εισερχόμενοι εσωτερικοί σύνδεσμοι"],"Outgoing internal links":["Εξερχόμενοι εσωτερικοί σύνδεσμοι"],"New step added":["Προστέθηκε νέο βήμα"],"New question added":["Προστέθηκε νέα ερώτηση"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Για να μπορέσετε να δημιουργήσετε μια ανακατεύθυνση και να επιλύσετε αυτό το ζήτημα, χρειάζεστε %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Μπορείτε να αγοράσετε το πρόσθετο, συμπεριλαμβανομένου ενός έτους υποστήριξης και ενημερώσεων, στο %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Η λειτουργία του μετρητή συνδέσμων ενός κειμένου παρέχει πληροφορίες σχετικά με το πόσοι σύνδεσμοι βρίσκονται και πόσοι σύνδεσμοι αναφέρονται στο κείμενό σας. Η λειτουργία αυτή είναι πολύ χρήσιμη όταν βελτιώνετε τη δομή της %1$sεσωτερικής συνδεσμολογίας%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Για τη λειτουργία %1$s αυτή της λειτουργίας απαιτείται τουλάχιστον έκδοση PHP %2$s. Διαγνώσαμε την έκδοση PHP %3$s σε αυτόν τον ιστότοπο."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Παρακαλώ λάβετε υπόψη προσεκτικά τις επιπτώσεις και %1$sδιαβάστε αυτό το άρθρο%2$s εάν χρειάζεστε περισσότερες πληροφορίες σχετικά με τις επιπτώσεις που έχει η παρουσίαση πολυμέσων στα αποτελέσματα αναζήτησης. "],"Keyphrase":["Φράση κλειδί"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Για να λειτουργήσει αυτή η λειτουργία, το %1$s πρέπει να δημιουργήσει έναν πίνακα στη βάση δεδομένων σας. Δεν ήταν δυνατόν να δημιουργήσουμε αυτόματα αυτόν τον πίνακα."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ενεργοποιώντας αυτήν την επιλογή, τα συνημμένα URLs γίνονται ορατά στους επισκέπτες σας και το Google. Για να προσδώσουν αξία στην ιστοσελίδα σας, πρέπει να περιέχουν χρήσιμες πληροφορίες, διαφορετικά μπορεί να έχουν αρνητικό αντίκτυπο στην κατάταξη σας."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Η λειτουργία %3$sκαταμέτρησης συνδέσμων ενός κειμένου%4$s (που παρουσιάστηκε στο %1$s %2$s) είναι απενεργοποιημένη αυτή τη στιγμή."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Παρακαλούμε διαβάστε το ακόλουθο %1$sάρθρο γνωσιακής βάσης%2$s για να βρείτε πως να επιλύσετε αυτό το πρόβλημα."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Για να εξασφαλιστεί ότι υπολογίζονται όλοι οι σύνδεσμοι των κειμένων σας, πρέπει να αναλύσουμε όλα τα κείμενα σας."],"All you have to do is press the following button and we'll go through all your texts for you.":["Χρειάζεται μόνο να πατήσετε το παρακάτω κουμπί και θα ελέγξουμε όλα σας τα κείμενα για εσάς."],"Count links":["Καταμέτρηση συνδέσμων"],"Free":["Δωρεάν"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sΕναλλακτική περιγραφή εικόνας%5$s: Από τις %2$d εικόνες σε αυτήν τη σελίδα, οι %1$d έχουν εναλλακτική περιγραφή με λέξεις από τις φράσεις κλειδιά ή συνώνυμες. Αυτό είναι λίγο υπερβολικό.\n%4$sΝα περιλαμβάνετε τη φράση κλειδί ή συνώνυμη μόνον όταν πραγματικά ταιριάζει με την εικόνα%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sΕναλλακτική περιγραφή εικόνας%2$s: Εξαιρετική δουλειά!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sΕναλλακτική περιγραφή εικόνας%5$s: Από τις %2$d εικόνες σε αυτήν τη σελίδα, μόνο η %1$d έχει εναλλακτική περιγραφή που εκφράζει το θέμα του κειμένου σας. %4$sΠροσθέστε την φράση-κλειδί ή συνώνυμα στις εναλλακτικές ετικέτες των πιο σχετικών εικόνων%5$s!","%3$sΕναλλακτική περιγραφή εικόνας%5$s: Από τις %2$d εικόνες σε αυτήν τη σελίδα, μόνο %1$d έχουν εναλλακτικές περιγραφές που εκφράζουν το θέμα του κειμένου σας. %4$sΠροσθέστε την φράση-κλειδί ή συνώνυμα στις εναλλακτικές ετικέτες των πιο σχετικών εικόνων%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sΕναλλακτική περιγραφή εικόνας%3$s: Οι εικόνες σε αυτήν τη σελίδα δεν έχουν εναλλακτικές περιγραφές που εκφράζουν το θέμα του κειμένου σας. %2$sΠροσθέστε την φράση κλειδί ή συνώνυμα στις εναλλακτικές ετικέτες των πιο σχετικών εικόνων%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Σελίδα %s"],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["Αποκτήστε μια ακόμα καλύτερη ανάλυση"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":["Βελτιώστε τη διάδοση μέσω Facebook & Pinterest"],"You do not have the required rights to export settings.":["Δεν έχετε τα απαραίτητα δικαιώματα χρήσης για την εξαγωγή ρυθμίσεων."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Αντιγράψτε όλες τις ρυθμίσεις στη καρτέλα άλλου site %1$s και πατήστε εκει %1$s."],"These are settings for the %1$s plugin by %2$s":["Αυτές είναι ρυθμίσεις για το %1$s πρόσθετο από %2$s"],"No settings found.":["Δεν βρέθηκαν ρυθμίσεις."],"Export your %1$s settings here, to copy them on another site.":["Εξάγετε τις ρυθμίσεις σας %1$s εδώ, για να τις αντιγράψετε σε ένα άλλο site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Η εισαγωγή ρυθμίσεων υποστηρίζεται μόνο σε διακομιστές που εκτελούν PHP 5.3 ή νεότερη έκδοση."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Εισάγετε τις ρυθμίσεις κάνοντας επικόλληση τις ρυθμίσεις που αντιγράψατε από ένα άλλο site εδώ και πατήστε \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sΠυκνότητα φράσης-κλειδιού%2$s: Η συγκεκριμένη φράση κλειδί βρέθηκε 0 φορές. Αυτές είναι η λιγότερες από το προτεινόμενο ελάχιστο των %3$d φορών για ένα κείμενο αυτής της έκτασης. %4$s Επικεντρωθείτε στη λέξη-κλειδί %2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sΠυκνότητα φράσης-κλειδιού%2$s: Η συγκεκριμένη φράση κλειδί βρέθηκε %5$d φορά. Αυτό είναι το λιγότερο από το προτεινόμενο ελάχιστο των %3$d φορών για ένα κείμενο αυτής της έκτασης. %4$s Επικεντρωθείτε στη λέξη-κλειδί %2$s! ","%1$sΠυκνότητα φράσης-κλειδιού%2$s: Η συγκεκριμένη φράση κλειδί βρέθηκε %5$d φορές. Αυτό είναι το λιγότερο από το προτεινόμενο ελάχιστο των %3$d φορών για ένα κείμενο αυτής της έκτασης. %4$s Επικεντρωθείτε στη λέξη-κλειδί %2$s! "],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sΠυκνότητα λέξεις-κλειδιού%2$s: Η συγκεκριμένη λέξη κλειδί βρέθηκε %3$d φορά. Αυτό είναι τέλειο!","%1$sΠυκνότητα λέξεις-κλειδιού%2$s: Η συγκεκριμένη λέξη κλειδί βρέθηκε %3$d φορές. Αυτό είναι τέλειο!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sΠυκνότητα λέξης-κλειδιού%2$s: Η συγκεκριμένη λέξη κλειδί βρέθηκε περισσότερο από %5$d φορά. Αυτό είναι παραπάνω από το συνιστώμενο μέγιστο των %3$d φορών για ένα κείμενο αυτής της έκτασης. %4$sΜην υπερβελτιστοποιείτε%2$s!","%1$sΠυκνότητα φράσης-κλειδιού%2$s: Η συγκεκριμένη φράση-κλειδί βρέθηκε περισσότερο από %5$d φορές. Αυτό είναι παραπάνω από το συνιστώμενο μέγιστο των %3$d φορών για ένα κείμενο αυτής της έκτασης. %4$sΜην υπερβελτιστοποιείτε%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":["H μέθοδος %1$s() δεν υπάρχει στη κλάση %2$s"],"With %s, you can easily create such redirects.":["Με %s, μπορείτε εύκολα να δημιουργήσετε ανάλογες ανακατευθύνσεις."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Αλλάζοντας τις ρυθμίσεις των συνδέσμων, θα υπάρξει σοβαρό αντίκτυπο στις προβολές των μηχανών αναζήτησης. Θα πρέπει σχεδόν %1$s ποτέ %2$s να μην γίνεται σε ένα εν ενεργεία website."],"WARNING:":["ΠΡΟΣΟΧΗ:"],"Learn about why permalinks are important for SEO.":["Μάθετε γιατί οι μόνιμοι σύνδεσμοι είναι σημαντικοί για το SEO."],"Google Ads":["Διαφημίσεις Google"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Καθαρισμός Εικόνας"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sΜήκος φράσης-κλειδιού%3$s: %2$s Ορίστε μία φράση-κλειδί με σκοπό να υπολογιστεί το σκορ του SEO σας%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sΛέξη-κλειδί στο πεδίο \"Σύντομο όνομα\"%2$s: Περισσότερες από τις μισές λέξεις-κλειδιά εμφανίζονται στο πεδίο \"Σύντομο όνομα\". Αυτό είναι υπέροχο!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sΛέξη-κλειδί στο πεδίο \"Σύντομο όνομα\"%3$s: (Μέρος της) λέξης-κλειδιού σας δεν εμφανίζεται στο πεδίο \"Σύντομο όνομα\". %2$sΠαρακαλώ αλλάξτε το%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sΛέξη-κλειδί στο πεδίο \"Σύντομο όνομα\"%2$s: Εξαιρετική δουλειά! "],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":["Βοηθήστε στην επιλογή της ιδανικής φράσης-κλειδί"],"Would you like to add a related keyphrase?":["Θέλετε να προσθέσετε μια σχετική φράση κλειδί;"],"Go %s!":["Πήγαινε %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":["Βαθμολογήστε καλύτερα με συνώνυμα και σχετικές φράσεις κλειδιών"],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":["Συνώνυμες και σχετικές φράσεις κλειδιά"],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sΜήκος κειμένου%4$s: Το κείμενο διαθέτει %1$d λέξη.","%2$sΜήκος κειμένου%4$s: Το κείμενο διαθέτει %1$d λέξεις."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sΜήκος κειμένου%3$s: Το κείμενο διαθέτει %1$d λέξη. Καλή δουλειά!","%2$sΜήκος κειμένου%3$s: Το κείμενο διαθέτει %1$d λέξεις. Καλή δουλειά!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":["%1$sΕξερχόμενοι σύνδεσμοι%2$s: Καλή δουλειά!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sΕξερχόμενοι σύνδεσμοι%3$s: Όλοι οι εξερχόμενοι σύνδεσμοι για αυτή τη σελίδα είναι μη ακολουθούμενοι (nofollowed). %2$sΠροσθέστε μερικούς ακόμη φυσιολογικούς συνδέσμους%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":["%1$sΜήκος μετα-περιγραφής%2$s: Πολύ σωστά!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sΜήκος φράσης-κλειδιού%5$s: Η φράση - κλειδί διαθέτει %1$d λέξεις. Αυτές είναι πολύ παραπάνω από το ανώτατο προτεινόμενο όριο των %2$d λέξεων. %4$sΠαρακαλώ μικρύνετε τη φράση - κλειδί%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":["%1$sΜήκος φράσης-κλειδιού%2$s: Καλή δουλειά! "],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":["%1$sΜήκος πρότασης%2$s: Εξαιρετικά!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["Καλή δουλειά!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":["Απενεργοποιημένο"],"Allow Control":["Επέτρεψε έλεγχο"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Φράση κλειδί : "],"Remove keyphrase":["Αφαίρεση φράσης κλειδί"],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":["άνω κάτω τελεία"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Και το %1$s και το %2$s διαχειρίζονται το SEO του ιστότοπου σας. Το να έχετε δύο πρόσθετα για το SEO την ίδια χρονική στιγμή είναι επιβλαβές."],"There is a new notification.":["Υπάρχει μια νέα ειδοποίηση.","Υπάρχουν νέες ειδοποιήσεις."],"Learn more about the readability analysis":["Μάθετε περισσότερα για την ανάλυση αναγνωσιμότητας."],"Describe the duration of the instruction:":["Περιγράψτε την διάρκεια της οδηγίας:"],"Optional. Customize how you want to describe the duration of the instruction":["Προαιρετικό. Προσαρμόστε το πως θέλετε να περιγράψετε την διάρκεια της οδηγίας "],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Αυτή είναι μία λίστα από σχετικό περιεχόμενο το οποίο θα μπορούσατε να συνδέσετε στο άρθρο σας {{a}}Διαβάστε το άρθρο μας σχετικά με την δομή του ιστότοπου{{/a}} μαθαίνοντας περισσότερα για το internal linking μπορεί να βοηθήσει στην βελτιστοποίηση του SEO σας."],"%s, %s and %s":["%s, %s και %s"],"%s and %s":["%s και %s"],"%d minute":["%d λεπτό","%d λεπτά"],"%d hour":["%d ώρα","%d ώρες"],"%d day":["%d μέρα","%d μέρες"],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":["Προαιρετικό. Αυτό μπορεί να σας δώσει καλύτερο έλεγχο στο styling των βημάτων."],"CSS class(es) to apply to the steps":["Κλάση(εις) της CSS που θα εφαρμοστούν στα βήματα."],"minutes":["λεπτά"],"hours":["ώρες"],"days":["μέρες"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Δημιουργήστε έναν οδηγό \"Πώς-να\" σε ένα φιλικό περιβάλλον σύμφωνα με το SEO. Μπορείτε να χρησιμοποιήσετε ένα μόνο \"Πως-να\" για κάθε άρθρο."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":[""],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":["Απαιτούμενος χρόνος"],"Move question down":["Μετακίνηση ερώτησης κάτω"],"Move question up":["Μετακίνηση ερώτησης επάνω"],"Insert question":["Εισαγωγή ερώτησης"],"Delete question":["Διαγραφή ερώτησης"],"Enter the answer to the question":["Δώστε απάντηση στην ερώτηση"],"Enter a question":["Δώστε ερώτηση"],"Add question":["Προσθήκη ερώτησης"],"Frequently Asked Questions":["Συχνές ερωτήσεις"],"Great news: you can, with %s!":["Σπουδαία νέα : μπορείς με %s!"],"Select the primary %s":["Επέλεξε το πρωτεύον %s"],"Check links to this URL":["Έλεγχος συνδέσμων σε αυτό το URL"],"Keyword research training":["Εκπαίδευση για την έρευνα σχετικά με τις λέξεις κλειδιά"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Παρακαλώ ελέγξτε το αρχείο%1$s του πρότυπου%2$s για τον ακόλουθο τύπο περιεχομένων: %3$s.","Παρακαλώ ελέγξτε το αρχείο%1$s των πρότυπων%2$s για τον ακόλουθο τύπο περιεχομένων: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Προσπαθείτε να χρησιμοποιήσετε πολλές λέξεις-κλειδιά; Θα πρέπει να τις προσθέσετε ξεχωριστά παρακάτω."],"Mark as cornerstone content":["Σημειώστε ως το βασικό περιεχόμενο"],"Move step down":["Μετακίνηση ένα βήμα κάτω"],"Move step up":["Μετακίνηση ένα βήμα πάνω"],"Insert step":["Εισαγωγή βήματος"],"Delete step":["Διαγραφή βήματος"],"Add image":["Προσθήκη εικόνας"],"Enter a step description":["Εισάγετε περιγραφή του βήματος"],"Enter a description":["Εισάγετε μια περιγραφή"],"Unordered list":["Μη αριθμημένη λίστα"],"Showing step items as an ordered list.":["Εμφανίστε τα επιμέρους αντικείμενα ως αριθμημένη λίστα"],"Showing step items as an unordered list":["Εμφάνιση των στοιχείων των βημάτων ως αταξινόμητη λίστα."],"Add step":["Προσθήκη βήματος"],"Delete total time":["Διαγραφή συνολικού χρόνου"],"Add total time":["Προσθήκη συνολικού χρόνου"],"How to":["Πως"],"How-to":["Πώς να"],"Snippet Preview":["Προεπισκόπηση αποσπάσματος"],"Analysis results":["Αποτελέσματα ανάλυσης"],"Enter a focus keyphrase to calculate the SEO score":["Παρακαλώ εισάγετε μια λέξη κλειδί προκειμένου να υπολογιστεί το σκορ του SEO"],"Learn more about Cornerstone Content.":["Μάθετε περισσότερα για το Βασικό Περιεχόμενο "],"Cornerstone content should be the most important and extensive articles on your site.":["Το Βασικό Περιεχόμενο πρέπει να είναι τα πιο σημαντικά και εκτενή άρθρα στην ιστοσελίδα σας."],"Restore Site":["Επαναφορά ιστότοπου"],"Network Settings":["Ρυθμίσεις Δικτύου"],"You are not allowed to perform this action.":["Δεν σας επιτρέπετε να εκτελέσετε αυτή την ενέργεια."],"Error: %s":["Σφάλμα: %s"],"Success: %s":["Επιτυχία: %s"],"Site with ID %d not found.":["Η ιστοσελίδα με ID %d δεν βρέθηκε. "],"No site has been selected to restore.":["Δεν έχει επιλεχθεί ιστότοπος για επαναφορά"],"You are not allowed to modify unregistered network settings.":["Δεν σας επιτρέπεται να κάνετε κάποια αλλαγή στις ρυθμίσεις μη καταχωρημένου δικτύου."],"deleted":["διαγράφηκε"],"Would you like to add another keyphrase?":["Θα θέλατε να εισάγετε ακόμα μια φράση κλειδί;"],"image preview":["προεπισκόπηση εικόνας"],"Copied!":["Αντιγράφηκε!"],"Not supported!":["Δεν υποστηρίζεται!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Διαβάστε {{a}}το άρθρο μας σχετικά με την δομή της ιστοσελίδας{{/a}} για να μάθετε περισσότερα σχετικά με το πως το internal linking μπορεί να βοηθήσει στην βελτίωση του SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Μόλις προσθέσετε λίγο περισσότερη ύλη, θα σας δώσουμε εδώ μια λίστα με συναφές περιεχόμενο στο οποίο μπορείτε να έχετε ως υπέρ-σύνδεσμο στο άρθρο σας. "],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Σκεφτείτε να χρησιμοποιήσετε υπέρ-σύνδεσμο για αυτά τα {{a}}βασικά άρθρα:{{/a}}"],"Consider linking to these articles:":["Σκεφτείτε να χρησιμοποιήσετε υπέρ-σύνδεσμο για αυτά τα άρθρα:"],"Copy link":["Αντιγραφή συνδέσμου"],"Copy link to suggested article: %s":["Αντιγραφή συνδέσμου στο προτεινόμενο άρθρο: %s"],"The site's tagline":["Το μότο της ιστοσελίδας"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Πρόσφατα βελτιώσαμε την λειτουργία των ρυθμίσεων του Search Appearance. Δυστυχώς, ανακαλύψαμε ότι για μερικές ακραίες περιπτώσεις, η αποθήκευση των ρυθμίσεως για ένα συγκεκριμένο αρχείο (archive) τύπου άρθρου (post type) μπορεί να έχει γίνει λανθασμένα. "],"Not all required fields are given. Missing field %1$s":["Δεν έχουν συμπληρωθεί όλα τα πεδία. Υπολειπόμενο πεδίο %1$s"],"Optimize your site for Google News.":["Βελτιστοποιήστε τον ιστότοπό σας για τo Google News"],"Optimize your shop's SEO and sell more products!":["Βελτιστοποιήστε το SEO του καταστήματός σας και πουλήστε περισσότερα προϊόντα!"],"Be found in Google Video search and enhance your video sharing on social media.":["Βρεθείτε στην αναζήτηση Βίντεο στην Google και ενισχύστε τον διαμοιρασμό του βίντεό σας στα μέσα κοινωνικής δικτύωσης."],"Be found in Google Maps and local results.":["Εμφανιστείτε στον χάρτη της Google και στα τοπικά αποτελέσματα."],"Learn practical SEO skills to rank higher in Google.":["Μάθετε πρακτικές SEO για να εμφανίζεστε ψηλά στη Google."],"Don’t waste time figuring out the best settings yourself.":["Μην χάνετε χρόνο διαμορφώνοντας τις ρυθμίσεις μόνοι σας. "],"Get quick wins to make your site rank higher in search engines.":["Κάντε μικρές νίκες ώστε η κατάταξη της ιστοσελίδας σας να ανέβει στις μηχανές αναζήτησης."],"Add synonyms":["Προσθέστε συνώνυμα"],"Would you like to add keyphrase synonyms?":["Θα θέλατε να προσθέσετε συνώνυμες λέξεις-κλειδια;"],"Would you like to add more than one keyphrase?":["Θα θέλατε να προσθέσετε πάνω απο μία φράση-κλειδί;"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":[""],"Current year":["Τρέχον έτος"],"Page":["Σελίδα"],"Breadcrumb settings for %s archive":[""],"Tagline":[""],"Modify your meta description by editing it right here":["Τροποποιήστε την περιγραφή meta σας επεξεργάζοντάς την εδώ"],"description (custom taxonomy)":["περιγραφή (custom taxonomy)"],"(custom taxonomy)":["(custom taxonomy)"],"(custom field)":["(προσαρμοσμένο πεδίο)"],"Term404":["Term404"],"Caption":["Λεζάντα"],"Pagenumber":["Αριθμόςσελίδας"],"Pagetotal":["Σύνολο σελίδας"],"Page number":["Αριθμός σελίδας"],"User description":["Περιγραφή χρήστη"],"ID":["ID"],"Modified":["Τροποποιήθηκε"],"Post type (plural)":["Τύπος άρθρου (πληθυντικός)"],"Post type (singular)":["Τύπος άρθρου (ενικός)"],"Separator":["Διαχωριστής"],"Search phrase":["Αναζήτηση φράσης"],"Term title":["Τίτλος όρου"],"Term description":["Περιγραφή όρου"],"Tag description":["Περιγραφή ετικέτας"],"Category description":["Περιγραφή κατηγορίας"],"Primary category":["Βασική κατηγορία"],"Category":["Κατηγορία"],"Tag":["Ετικέτα"],"Excerpt only":["Μόνο απόσπασμα"],"Excerpt":["Απόσπασμα"],"Site title":["Τίτλος ιστότοπου"],"Archive title":["Τίτλος ιστορικού"],"Parent title":["Γονικός τίτλος"],"Date":["Ημερομηνία"],"Label":["Λεζάντα"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Μπορείτε να δημιουργήσετε ανακατεύθυνση για να εξασφαλίσετε πως οι επισκέπτες σας δεν θα βλέπουν σελίδες σφάλματος 404 όταν θα πατούν σε διεύθυνση η οποία δεν δουλεύει"],"Search engines and other websites can still send traffic to your deleted post.":["Οι μηχανές αναζήτησης και οι άλλοι ιστότοπου εξακολουθούν να έχουν επαφή με το σβησμένο σας άρθρο"],"Make sure you don't miss out on traffic!":["Σιγουρευτείτε ότι δεν χάνετε κίνηση!"],"You just deleted a %1$s.":["Μόλις διαγράψατε ένα %1$s."],"You just trashed a %1$s.":[""],"Settings for %s archive":["Ρυθμίσεις για το αρχείο %s"],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Note that not all variables can be used in every field.":["Σημειώστε ότι δεν μπορούν να χρησιμοποιηθούν όλες οι μεταβλητές σε όλα τα πεδία."],"Snippet variables":[""],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":[""],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":[""],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Οι ρυθμίσεις οι ιστότοπου σας επιτρέπουν επισυναπτόμενα URLs να υπάρχουν. Παρακαλώ διαβάστε %1$sαυτό το άρθρο περί πιθανά προβλήματα%2$s με τα επισυναπτόμενα URLs και ελέγξτε αν έχετε τις σωστές ρυθμίσεις για την ιστοσελίδα σας."],"Unknown type %1$s":["Άγνωστος τύπος %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Περιέχει ένα δωρεάν λογαριασμό MyYoast που σας δίνει πρόσβαση στο δωρεάν μάθημα μας: SEO for Beginners!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":[""],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Αποκτήστε τον κωδικό επαλήθευσης Baidu στο %1$sBaidu Εργαλεία για Webmasters%2$s."],"Baidu verification code":["Κωδικός επαλήθευσης Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":["Η εκκαθάριση των δεδομένων %s απέτυχε."],"Content Type":["Τύπος περιεχομένου"],"Filter by content type":["Φιλτράρετε ανά τύπο περιεχομένου"],"Show All Content Types":["Εμφάνιση Όλων Των Τύπων Δεδομένων"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["Αντικαταστάθηκε με ένα κανονικό τίτλο για το αρχείο που παρήγαγε το WordPress"],"Clean":["Εκκαθάριση"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":[""],"Step 5: Clean up":["Βήμα 5: Εκκαθάριση"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":["Βήμα 4: Εκτελέστε τον οδηγό ρυθμίσεων"],"Please check your posts and pages and see if the metadata was successfully imported.":[""],"Step 3: Check your data":["Βήμα 3: Ελέγξτε τα δεδομένα σας"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Βήμα 2: Εισαγωγή"],"Please make a backup of your database before starting this process.":["Παρακαλώ σιγουρευτείτε ότι έχετε κρατήσει αντίγραφα ασφαλείας της βάσεως δεδομένων σας προτού ξεκινήσετε αυτήν την διαδικασία."],"Step 1: Create a backup":["Βήμα 1: Δημιουργία αντιγράφων ασφαλείας"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Ανακαλύψαμε προϋπάρχοντα δεδομένα από ένα η περισσότερα SEO Πρόσθετα στο Site σας. Παρακαλώ ακολουθήστε τα βήματα που ακολουθούν για να εισάγετε αυτά τα δεδομένα:"],"Plugin: ":["Πρόσθετο: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Άρθρα που δεν πρέπει να φαίνονται στα αποτελέσματα αναζήτησης"],"%s data found.":["%s δεδομένα δεν βρέθηκαν."],"%s data successfully removed.":["%s δεδομένα διαγράφηκαν επιτυχώς."],"%s data successfully imported.":["%s δεδομένα εισήχθηκαν επιτυχώς."],"%s data not found.":["%s δεδομένα δεν βρέθηκαν."],"Improve your SEO skills":["Βελτίωσε τις SEO ικανότητες σου"],"24/7 email support":["24/7 Υποστήριξη με email"],"No more dead links a.k.a. 404 pages":["Πείτε αντίο στους νεκρούς συνδέσμου ήτοι σελίδες 404"],"Get real-time suggestions for internal links":["Λάβετε προτάσεις σε πραγματικό χρόνο για εσωτερικούς συνδέσμους"],"Preview your page in Facebook and Twitter":["Προεπισκόπηση της σελίδας σας στο Facebook και το Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":["Βοηθήστε στην αντιγραφή της αρχικής περιγραφής meta."],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Για να επιτρέψετε στις μηχανές αναζήτησης να γνωρίζουν με πιο κοινωνικό προφίλ είναι συνδεδεμένος ο ιστότοπος σας, συμπληρώστε τα στοιχεία των κοινωνικών προφίλ παρακάτω."],"Learn more about your social profiles settings":["Μάθε περισσότερα για τις ρυθμίσεις των κοινωνικών σου προφίλ"],"Remove the categories prefix":["Αφαίρεσε το πρόθεμα κατηγοριών"],"Help on the category prefix setting":["Βοήθεια για την ρύθμιση των προθεμάτων κατηγοριών"],"Learn more about the available variables":["Μάθε περισσότερα για τις διαθέσιμες μεταβλητές"],"Learn more about the RSS feed setting":[""],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":["Μάθετε περισσότερα σχετικά με τις ρυθμίσεις των πολυμέσαων και των συνημμένων συνδέσμων"],"Learn more about the title separator setting":[""],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":["Μάθετε περισσότερα σχετικά με τη ρύθμιση της αρχικής σελίδας"],"Learn more about the special pages setting":["Μάθετε περισσότερα σχετικά με τη ρύθμιση ειδικών σελίδων"],"Help on the date archives search results setting":["Βοήθεια για τη ρύθμιση της ημερομηνίας αναζήτησης αρχείων"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Η μη εμφάνιση των αρχείων για συγγραφείς χωρίς αναρτήσεις στα αποτελέσματα αναζήτησης σημαίνει τεχνικά ότι αυτά θα έχουν meta ρομπότ%1$s και ότι θα αποκλειστούν από τους χάρτες ιστοτόπου XML. %2$sΠερισσότερες πληροφορίες σχετικά με τις ρυθμίσεις αποτελεσμάτων αναζήτησης%3$s."],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":["Βοήθεια για τη ρύθμιση σχετικά με το αρχείο των συγγραφέων στα αποτελεσμάτων αναζήτησης"],"Archives settings help":["Βοήθεια ρυθμίσεων αρχειοθέτησης"],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Αποκτήστε τον κωδικό επαλήθευσης Yandex στο %1$s Yandex Webmaster Tools %2$s."],"Yandex verification code":["Κωδικός επιβεβαίωσης Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Αποκτήστε τον κωδικό επαλήθευσης Google στο %1$sGoogle Search Console%2$s."],"Google verification code":["Κωδικός επιβεβαίωσης Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Αποκτήστε τον κωδικό επαλήθευσης Bing στο %1$sBing Webmaster Tools%2$s. "],"Bing verification code":["Κωδικός επιβεβαίωσης Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":[""],"On":["Ανοιχτό"],"Help on: %s":["Βοήθεια με: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":[""],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":["Ελέγξτε τη διαμόρφωση του SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Θέλετε να είστε σίγουροι ότι %1$sοι ρυθμίσεις είναι εντάξει? %2$sΞεκινήστε τον οδηγό ρυθμίσεων ξανά%3$s για την επικύρωση τους."],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":[""],"this author's archives":[""],"Do not allow search engines to show %s in search results.":[""],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":[""],"Category URLs":["URLs κατηγορίας"],"the archive for %s":[""],"Redirect attachment URLs to the attachment itself?":[""],"We recommend you set this to Yes.":[""],"Media & attachment URLs":[""],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":[""],"archives for authors without posts":[""],"Read why XML Sitemaps are important for your site.":[""],"Enable the XML sitemaps that %s generates.":["Ενεργοποιήστε τους XML χάρτες ιστοτόπου που δημιουργεί το %s."],"See the XML sitemap.":[""],"%2$s (current default for %1$s)":[""],"Media":[""],"Content Types":[""],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":[""],"Search Appearance":[""],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":[""],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":[""],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":[""],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":[""],"Good results":["Καλά αποτελέσματα"],"Get better search results in local search":[""],"Allow customers to pick up their %s order locally":[""],"SEO analysis":[""],"The SEO analysis offers suggestions to improve the SEO of your text.":[""],"Learn how the SEO analysis can help you rank.":["Μάθετε πως η ανάλυση SEO μπορεί να βοηθήσει την κατάταξη σας."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Η ανάλυση αναγνωσιμότητας προσφέρει προτάσεις για βελτίωση της δομής και του στυλ του κειμένου σας."],"Discover why readability is important for SEO.":["Ανακαλύψτε γιατί η αναγνωσιμότητα είναι σημαντική για το SEO."],"Find out how cornerstone content can help you improve your site structure.":[""],"The text link counter helps you improve your site structure.":[""],"Find out how the text link counter can enhance your SEO.":[""],"%s integration":["ενσωμάτωση %s"],"Read more about how %s works.":[""],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Find out why you should upgrade to %s":[""],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Τελευταία άρθρα στο %1$s"],"Need help?":["Χρειάζεστε βοήθεια;"],"Remove highlight from the text":[""],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Ξεκινήστε γρήγορα με τον %1$s %2$sοδηγό ρύθμισης%3$s!"],"First-time SEO configuration":[""],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Η γλώσσα του ιστότοπου σας είναι ρυθμισμένη στα %s. Αν αυτό δεν είναι σωστό, επικοινωνήστε με τον διαχειριστή του ιστοτόπου."],"Your site language is set to {language}.":["Η γλώσσα του ιστότοπου είναι ρυθμισμένη σε {language}."],"Highlight this result in the text":["Επισημάνετε αυτό το αποτέλεμα στο κείμενο"],"Considerations":[""],"Errors":["Σφάλματα"],"Change language":["Αλλαγή γλώσσας"],"You cannot create a %s file.":["Δεν μπορείτε να δημιουργήσετε ένα αρχείο %s."],"You cannot edit the %s file.":["Δεν μπορείτε να τροποποιήσετε το %s αρχείο."],"Updated %s":["Επικαιροποιημένο %s"],"Create %s file":["Δημιουργία %s αρχείου"],"Edit the content of your %s:":["Επεξεργαστείτε το περιεχόμενο του %s:"],"Save changes to %s":["Αποθήκευση αλλαγών στο %s"],"%s file":["%s αρχείο"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s και %2$s μπορούν να συνεργαστούν πολύ καλύτερα προσθέτοντας ένα βοηθητικό πρόσθετο. Παρακαλώ εγκαταστήστε %3$s για να βελτιώσετε τη ζωή σας. %4$s."],"More information":["Περισσότερες πληροφορίες"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s και %2$s μπορούν να συνεργαστούν πολύ καλύτερα προσθέτοντας ένα βοηθητικό πρόσθετο. Ενεργοποιήστε %3$s για να βελτιώσετε τη ζωή σας."],"More information about %1$s":["Περισσότερες πληροφορίες σχετικά με %1$s"],"Configuration Wizard":["Οδηγός Παραμετροποίησης"],"You've done it!":["Τα καταφέρατε!"],"Seamlessly integrate %1$s into your AMP pages!":[""],"Seamlessly integrate %2$s with %1$s for the content analysis!":[""],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Σημειώστε το σημαντικότερο %1$s σαν \"περιεχόμενο που αποτελεί ακρογωνιαίο λίθο\" για να βελτιώσετε τη δομή του Ιστοχώρου σας. %2$sΜάθετε περισότερα για το περιεχόμενο τύπου \"ακρογωνιαίου λίθου\"%3$s."],"Loading help center.":["Φόρτωση κέντρου βοήθειας"],"Get support":["Λάβετε υποστήριξη"],"(Opens in a new browser tab)":["(Ανοίγει σε νέα καρτέλα)"],"Posts %1$swithout%2$s a focus keyphrase":["Άρθρα %1$sχωρίς%2$s στοχευμένη λέξη κλειδί"],"Hey, your SEO is doing pretty well! Check out the stats:":["To SEO σου πάει πολύ καλά! Δες τα στατιστικά:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Δεν έχεις δημοσιευμένα άρθρα, οι βαθμολογίες για το SEO σου θα εμφανιστούν εδώ αφού κάνεις την πρώτη σου δημοσίευση!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Κάτι άλλο"],"A portfolio":["Ένα χαρτοφυλάκιο"],"A corporation":["Μια εταιρεία"],"A small offline business":["Μια μικρή επιχείρηση εκτός διαδικτύου"],"A news channel":["Ένα κανάλι ειδήσεων"],"An online shop":["Ένα ηλεκτρονικό κατάστημα"],"A blog":["Ένα ιστολόγιο"],"What does the site %1$s represent?":["Τι αναπαριστά η ιστοσελίδα %1$s;"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Επιλογή Β: Ο ιστότοπός μου βρίσκεται υπό κατασκευή και δεν πρέπει να ευρετηριαστεί"],"Option A: My site is live and ready to be indexed":["Επιλογή A: Ο ιστότοπός μου λειτουργεί κανονικά και είναι έτοιμος για ευρετηρίαση"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Παρακαλούμε προσδιορίστε αν η σελίδα σας είναι υπό κατασκευή ή ήδη ενεργή."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Διάβασε περισσότερα σαν αυτό στο ιστολόγιό μας για το SEO"],"Readability: %s":[""],"Not activated":["Μη ενεργή"],"Activated":["Ενεργοποιημένη"],"%1$s recommendations for you":["%1$s προτάσεις για εσάς"],"All Readability Scores":["Όλα τα Σκορ Αναγνωσιμότητας"],"Filter by Readability Score":["Φιλτράρισμα ανά Σκορ Αναγνωσιμότητας"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Δεν λαμβάνετε ενημερώσεις ή υποστήριξη! Διορθώστε αυτό το πρόβλημα προσθέτοντας αυτόν τον ιστότοπο και ενεργοποιώντας τον %1$s εδώ %2$s."],"Request method %1$s is not valid.":["Η μέθοδος αιτήματος %1$s δεν είναι έγκυρη."],"Muted notifications:":["Απενεργοποιημένες ειδοποιήσεις:"],"Muted problems:":["Απενεργοποιημένα προβλήματα:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Θέλετε να δείτε σε προεπισκόπηση πώς θα φαίνεται όταν οι άνθρωποι κοινοποιούν αυτό το άρθρο στο %1$s? Μπορείτε με το %2$s."],"Good job! All the links in your texts have been counted.":["Καλή δουλειά! Όλοι οι σύνδεσμοι στα κείμενά σας έχουν καταμετρηθεί."],"Calculation completed.":["Ο υπολογισμός ολοκληρώθηκε."],"Calculation in progress...":["Υπολογισμός σε εξέλιξη..."],"Stop counting":["Διακοπή καταμέτρησης"],"Counting links in your texts":["Καταμέτρηση συνδέσμων στα κείμενα σας"],"Text %1$s of %2$s processed.":["%1$s απο %2$s έχουν επεξεργαστεί"],"All your texts are already counted, there is no need to count them again.":["Όλα τα κείμενα σας έχουν καταμετρηθεί, δεν χρειάζεται να τα μετρήσετε ξανά."],"Count links in your texts":["Καταμέτρηση συνδέσμων στα κείμενα σας"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Οι σύνδεσμοι σε όλα τα δημόσια σας κείμενα πρέπει να καταμετρηθούν. Αυτό θα δώσει πληροφορίες σχετικά με τα κείμενα που χρειάζονται περισσότερους σύνδεσμους σε αυτά. Εάν θέλετε να μάθετε περισσότερα σχετικά με το γιατί και τον τρόπο εσωτερικής σύνδεσης, ελέγξτε το %1$sthe άρθρο σχετικά με την εσωτερική σύνδεση στο %2$s%3$s."],"Text link counter":["Μετρητής συνδέσμων κειμένου"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Αριθμός εσωτερικών συνδέσμων που συνδέονται με αυτήν την ανάρτηση. Για περισσότερες πληροφορίες, ανατρέξτε στο κείμενο \"Yoast Columns\" στην καρτέλα βοήθειας"],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["Το %1$s προσθέτει αρκετές στήλες σε αυτήν τη σελίδα. Έχουμε γράψει ένα άρθρο σχετικά με το %2$sπώς μπορούμε να χρησιμοποιήσουμε τη βαθμολογία SEO και την βαθμολογία αναγνωσιμότητας %3$s. Οι στήλες των συνδέσμων εμφανίζουν τον αριθμό των άρθρων σε αυτόν τον ιστότοπο που συνδέουν αυτό το άρθρο με %5$sτο%6$s και τον αριθμό των συνδεδεμένων διευθύνσεων URL %5$sαπό%6$s αυτό το άρθρο. Μάθετε περισσότερα σχετικά με το %4$sπώς μπορείτε να χρησιμοποιήσετε αυτές τις λειτουργίες για να βελτιώσετε τις εσωτερικές συνδέσεις σας %3$s, οι οποίες ενισχύουν σε μεγάλο βαθμό το SEO σας."],"%s Columns":["%s Στηλών"],"Readability score":["Βαθμολογία αναγνωσιμότητας"],"Other benefits of %s for you:":["Άλλα προνόμια του %s για εσάς:"],"Scroll to see the preview content.":["Μετακινηθείτε με κύλιση για να δείτε την προεπισκόπηση του περιεχομένου."],"Cornerstone content":["Σημαντικό περιεχόμενο"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Αν θέλετε να ξεπεράσετε τον ανταγωνισμό σε μια συγκεκριμένη πόλη ή περιοχή, ελέγξτε την προσφορά μας %1$s! Θα μπορείτε να εισάγετε εύκολα χάρτες της Google, ώρες λειτουργίας, πληροφορίες επικοινωνίας και εντοπισμό καταστήματος. Εκτός αυτού, το %1$s σας βοηθά να βελτιώσετε τη χρηστικότητα της σελίδας επικοινωνίας σας."],"Attract more customers near you":["Προσεγγίστε περισσότερους πελάτες κοντά σας."],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Θέλετε να μάθετε όλες τις προσθήκες του πρόσθετου %1$s ; Θέλετε να μάθετε τα πάντα σχετικά με τις ρυθμίσεις για προχωρημένους; Θέλετε να μπορέσετε πραγματικά να αξιοποιήσετε στο έπακρο το πρόσθετο %1$s; Δοκιμάστε το πρόσθετο %1$s και ξεκινήστε να ξεπεράσετε τον ανταγωνισμό!"],"Get the most out of %1$s with the %2$s":["Αξιοποιήστε στο έπακρο το %1$s με το %2$s"],"Upgrade to Premium":["Αναβάθμιση σε Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Ξεπεράστε τον ανταγωνισμό με το %s"],"You might like":["Ίσως σας αρέσει"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Εντοπίσαμε ότι δεν έχετε ολοκληρώσει ακόμα αυτόν τον οδηγό, γι 'αυτό σας συνιστούμε να %2$sεκκινήσετε τον οδηγό ρύθμισης παραμέτρων για να ρυθμίσετε το %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Ο οδηγός ρύθμισης παραμέτρων σάς βοηθά να διαμορφώσετε εύκολα τον ιστότοπό σας για να έχετε τις βέλτιστες ρυθμίσεις SEO."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Κάντε αναβάθμιση στην έκδοση Premium και οι ειδικοί μας θα είναι εκεί για να απαντήσουν σε τυχόν ερωτήσεις που έχετε σχετικά με τη ρύθμιση και τη χρήση του πρόσθετου."],"Superfast internal linking suggestions":["Έξυπνες προτάσεις εσωτερικών συνδέσεων"],"Great news: you can, with %1$s!":["Καλά νέα: μπορείτε, με το %1$s!"],"Save changes":["Αποθήκευση αλλαγών"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":[""],"%1$sSocial media preview%2$s: Facebook & Twitter":[""],"%1$sNo more dead links%2$s: easy redirect manager":[""],"No ads!":["Χωρίς διαφημίσεις!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Προεπισκόπηση κοινωνικών δικτύων"],"Easy redirect manager":["Εύκολος διαχειριστής ανακατεύθυνσης"],"No more dead links":["Χωρίς άλλα dead links"],"Increase your SEO reach":["Επεκτείνετε την προσέγγιση σας με το SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":[""],"Variable":["Μεταβλητή"],"Available variables":["Διαθέσιμες μεταβλητές"],"Scroll to see the table content.":["Πηγαίνετε πιο κάτω για να δείτε το περιεχόμενο του πίνακα."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Ανατρέξτε στο %1$sάρθρο μας σχετικά με τον τρόπο σύνδεσης του ιστοτόπου σας με την κονσόλα αναζήτησης Google%2$s εάν χρειάζεστε βοήθεια."],"An error occurred in the '%1$s' assessment":["Παρουσιάστηκε σφάλμα στην αξιολόγηση '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s των λέξεων περιλαμβάνει %2$s περισσότερες %3$s συλλαβές %4$s οι οποίες είναι περισσότερες από το μέγιστο επιτρεπτό του %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":[""],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Η μετά-περιγραφή περιλαμβάνει %1$d προτάσεις %2$s από %3$s λέξεις %4$s. Προσπάθησε να ελαττώσεις την πρόταση.","Η μετά-περιγραφή περιλαμβάνει %1$d προτάσεις %2$s από %3$s λέξεις %4$s. Προσπαθήστε να ελαττώσεετε την πρόταση."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Η μετά-περιγραφή περιλαμβάνει μή προτάσεις %1$s από %2$s λέξεις %3$s."],"No new notifications.":["Δεν υπάρχουν νέες ειδοποιήσεις."],"Save all":["Αποθήκευση Όλων"],"Save":["Αποθήκευση"],"%1$s, Author at %2$s":["%1$s, Συντάκης στο %2$s"],"Mobile preview":["Προεπισκόπηση σε κινητό"],"Desktop preview":["Προεπισκόπηση σε οθόνη υπολογιστή"],"Select redirect":["Επιλέξτε ανακατεύθυνση"],"Please provide an SEO title by editing the snippet below.":["Δώσε έναν SEO τίτλο μορφοποιώντας το απόσπασμα πιο κάτω"],"Meta description preview:":["Προεπισκόπηση Μeta περιγραφής:"],"Slug preview:":["Προεπισκόπηση σύντομου ονόματος:"],"SEO title preview:":["Προεπισκόπηση τίτλου SEO:"],"Close snippet editor":["Κλείσε την μορφοποίηση αποσπάσματος"],"Slug":["Σύντομη περιγραφή"],"Remove marks in the text":["Αφαιρέστε τα σημάδια από το κείμενο"],"Mark this result in the text":["Σημειώστε αυτό το αποτέλεσμα μέσα στο κείμενο"],"Marks are disabled in current view":["Τα σημάδια είναι απενεργοποιημένα σ' αυτή την όψη"],"Good SEO score":["Πολύ καλή SEO βαθμολογία"],"OK SEO score":["Καλή SEO βαθμολογία"],"Feedback":["Ανάδραση"],"ok":["ok"],"Choose an image":["Επιλέξτε φωτογραφία"],"Remove the image":["Αφαιρέστε την φωτογραφία"],"MailChimp signup failed:":["Η εγγραφή μέσω MailChimp απέτυχε:"],"Sign Up!":["Εγγραφή!"],"Name":["Όνομα"],"There is an error with the request.":["Υπάρχει ένα λάθος με την αίτηση."],"Select profile":["Επιλογή προφίλ"],"Choose a profile":["Επιλέξτε ένα προφίλ"],"Authorization code":[""],"Reauthenticate with Google":["Εκ νέου έλεγχος ταυτότητας μέσω Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Για να καταστεί δυνατή η σύδεση %s με τις πληροφορίες σας στο Google Search Console, παρακαλούμε εισάγετε τον κωδικό εξουσιοδότησης Google. Κάνοντας κλικ στο παρακάτω κουμπί θα ανοίξει ένα νέο παράθυρο."],"Please provide a meta description by editing the snippet below.":["Δώσε μια μετα-περιγραφή μορφοποιώντας το απόσπασμα πιο κάτω"],"Edit snippet":["Μορφοποίησε το απόσπασμα"],"You can click on each element in the preview to jump to the Snippet Editor.":["Μπορείτε να κάνετε κλικ σε κάθε στοιχείο στην προεπισκόπηση για να μεταβείτε στον Επεξεργαστή Αποσπάσματος."],"Close the Wizard":["Κλείστε τον οδηγό"],"Export settings":["Εξαγωγή ρυθμίσεων"],"%1$s video tutorial":["%1$s video εκμάθησης"],"%s › Configuration Wizard":["%s › Οδηγός Παραμετροποίησης"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Αν αντιμετωπίζετε προβλήματα, %1$sπαρακαλούμε υποβάλετε μία αναφορά σφαλμάτος%2$s και θα κάνουμε ότι είναι δυνατόν να σας βοηθήσουμε."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Προσέξαμε ότι χρησιμοποιείτε το %1$s για καιρό; ελπίζουμε να σας αρέσει! Θα ήμασταν ευτυχείς αν μας %2$sβαθμολογούσατε με 5 αστέρια στο WordPress.org%3$s!"],"Courses":["Μαθήματα"],"Date archives settings":["Ρυθμίσεις ημερομηνίας αρχείων "],"Author archives settings":["Ρυθμίσεις αρχείων δημιουργών"],"%1$s by %2$s":["%1$s από %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":[""],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(χωρίς τίτλο)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":[""],"Admin bar menu":["Μενού γραμμής διαχειριστή"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Χαρακτηριστικά"],"SEO title":["Τίτλος SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":[""],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":[""],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Η Google εμφανίζει το όνομα της ιστοσελίδας σας στα αποτελέσματα αναζήτησης, αν θέλετε να το αλλάξετε, μπορείτε να το κάνετε εδώ."],"Greater than sign":["Μεγαλύτερο από αυτό το σύμβολο"],"Less than sign":["Σύμβολο \"Μικρότερο από\""],"Right angle quotation mark":["Δείκτης εισαγωγής δεξιάς γωνίας"],"Left angle quotation mark":["Δείκτης εισαγωγής αριστερής γωνίας"],"Small tilde":["Μικρή πεσπιρώμενη"],"Vertical bar":["Κάθετη μπάρα"],"Low asterisk":["Χαμηλός αστερίσκος"],"Asterisk":["Αστερίσκος"],"Bullet":["Κουκίδα"],"Middle dot":["Μεσαία τελεία"],"Em dash":["Παύλα Em"],"En dash":["Παύλα En"],"Dash":["Παύλα"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Επιλέξτε το σύμβολο που θα χρησιμοποιηθεί ως διαχωριστής τίτλου. Αυτό θα εμφανιστεί, για παράδειγμα, μεταξύ του τίτλου της ανάρτησης και του ονόματος του ιστότοπού σας. Τα σύμβολα εμφανίζονται στο μέγεθος που θα εμφανίζονται στα αποτελέσματα αναζήτησης."],"The name of the person":["Το όνομα του φυσικού προσώπου"],"No":["Όχι"],"Yes":["Ναι"],"Does, or will, your site have multiple authors?":["Μήπως, ο ιστότοπος σας έχει ή θα έχει πολλούς συντάκτες;"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":[""],"Success!":["Επιτυχία!"],"Title settings":["Ρυθμίσεις τίτλων"],"Google Search Console":["Google Search Console"],"Multiple authors":["Πολλαπλοί συντάκτες"],"Site type":["Τύπος ιστοσελίδας"],"Environment":["Περιβάλλον"],"Yoast option %1$s not found.":["Η επιλογή Yoast %1$s δεν βρέθηκε."],"Google Structured Data Test":["Έλεγχος Δομημένων Δεδομένων Google"],"Posts list":["Λίστα άρθρων"],"Posts list navigation":["Πλοήγηση λίστας άρθρων"],"Filter posts list":["Φιλτράρισμα λίστας άρθρων"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Σημείωση: Σύνδεσμοι προς τα αρχεία άρθρων μπορεί και πάλι να παραχθούν από το θέμα σας και θα χρειαστεί να τους αφαιρέσετε ξεχωριστά."],"%1$s to optimize your site even further":["%1$s για να βελτιστοποιήσετε ακόμη περισσότερο την ιστοσελίδα σας"],"%1$s extensions":["%1$s επεκτάσεις"],"Comes with our 30-day no questions asked money back guarantee":["Έρχεται με 30 ημέρες, χωρίς-ερωτήσεις. εγγύηση επιστροφής χρημάτων"],"More information %1$sabout %3$s%2$s":["Περισσότερα %1$sγια %3$s%2$s"],"Installed":["Εγκατεστημένο"],"gain access to our 24/7 support team.":["αποκτήστε πρόσβαση στην 24/7 ομάδα υποστήριξής μας."],"Premium support":["Υποστήριξη Premium"],"check what your Facebook or Twitter post will look like.":["ελέγξτε πώς θα μοιάζει με η ανάρτησή σας στο Facebook ή στο Twitter."],"Social previews":["Προεπισκόπηση κοινωνικών δικτύων"],"create and manage redirects from within your WordPress install.":[""],"Redirect manager":[""],"%1$s, take your optimization to the next level!":["%1$s, προχωρήστε την βελτιστοποίησή σας στο επόμενο επίπεδο!"],"A seamless integration between %1$s and %2$s":[""],"Use %1$s breadcrumbs instead of %2$s ones":["Χρησιμοποιήστε αυτές τις ρυθμίσεις σελιδοποίησης %1$s αντί για αυτές %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Εισαγάγετε εύκολα τους Χάρτες Google, έναν εντοπιστή καταστημάτων, ώρες λειτουργίας και πολλά άλλα"],"Creates XML News Sitemaps":["Δημιουργεί Χάρτη Ιστοσελίδων Ειδήσεων XML"],"Immediately pings Google on the publication of a new post":["Ενημερώνει αμέσως την Google για τη δημοσίευση ενός νέου άρθρου"],"Optimize your site for Google News":["Βελτιστοποιήστε τον ιστότοπό σας για τις Ειδήσεις Google"],"Make videos responsive through enabling fitvids.js":["Δημιουργήστε βίντεο με δυνατότητα απόκρισης μέσω ενεργοποίησης του fitvids.js"],"Enhance the experience of sharing posts with videos":["Βελτιώστε την εμπειρία της της κοινοποίησης άρθρων με βίντεο"],"Show your videos in Google Videos":["Δείξτε τα βίντεό σας στο Google Videos"],"Crawl issues list":["Λίστα ζητημάτων ανίχνευσης "],"Crawl issues list navigation":["Πλοήγηση στη λίστα ζητημάτων ανίχνευσης "],"Edit “%s”":["Επεξεργασία “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Ειδοποιήσεις"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["Απενεργοποιήστε την ανάλυση SEO"],"Twitter settings":["Ρυθμίσεις Twitter"],"Pinterest settings":["Ρυθμίσεις Pinterest"],"Facebook settings":["Ρυθμίσεις Facebook"],"Title separator symbol":["Σύμβολο διαχωρισμού τίτλου"],"RSS feed settings":["Ρυθμίσεις ροής RSS"],"Breadcrumbs settings":["Ρυθμίσεις σελιδοποίησης"],"Make primary":["Κάντε κύριο"],"Enter your Google Authorization Code and press the Authenticate button.":["Εισαγάγετε τον Κώδικα Εξουσιοδότησης Google και πατήστε το κουμπί Επαλήθευση ταυτότητας."],"%s notification":["%s ειδοποίηση","%s ειδοποιήσεις"],"Disable readability analysis":["Απενεργοποιήστε την ανάλυση αναγνωσιμότητας"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Ανάλυση αναγνωσιμότητας"],"Needs improvement":["Χρειάζεται βελτίωση"],"Readability":["Αναγνωσιμότητα"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Προσπαθείτε να φορτώσετε αρχεία που δεν έχουν μικροδιαμορφωθεί, αυτά είναι διαθέσιμα μόνο στο πακέτο ανάπτυξής μας. Ελέγξτε το %1$s για να δείτε όλα τα αρχεία προέλευσης."],"Improvements":["Βελτιώσεις"],"Restore this item.":["Επαναφέρετε αυτό το στοιχείο."],"Dismiss this item.":["Απόρριψη αυτού του στοιχείου."],"Good job! We could detect no serious SEO problems.":["Καλή δουλειά! Δεν μπορούμε να εντοπίσουμε σοβαρά προβλήματα σχετικά με το SEO."],"We have detected the following issues that affect the SEO of your site.":["Εντοπίσαμε τα ακόλουθα ζητήματα που επηρεάζουν το SEO του ιστότοπού σας."],"Problems":["Προβλήματα"],"Analysis":["Ανάλυση"],"Not available":["Δεν είναι διαθέσιμο"],"Filter by SEO Score":["Φίλτρο ανάλογα με τη Βαθμολογία SEO"],"Meta description not set.":["Δεν έχει οριστεί η περιγραφή μεταδεδομένων."],"Video tutorial":["Βίντεο εκμάθησης"],"Email support is a %s feature":["Η υποστήριξη ηλεκτρονικού ταχυδρομείου είναι ένα χαρακτηριστικό %s"],"Knowledge base":["Γνωσιακή βάση"],"Open":["άνοιγμα"],"Dashboard":["Πίνακας Ελέγχου"],"You can fix this on the %1$sPermalink settings page%2$s.":["Μπόρείτε να το διορθώσετε αυτό στη %1$sσελίδα ρυθμίσεων Μόνιμων Συνδέσμων%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Η σελιδοποίηση των σχολίων είναι ενεργή, αυτό δεν είναι απαραίτητο στις 999 από τις 1000 περιπτώσεις, σας συνιστούμε να το απενεργοποιήσετε."],"Replaced with the primary category of the post/page":["Αντικαταστάθηκε με την κύρια κατηγορία της σελίδας/άρθρου"],"Pinterest confirmation":["Επιβεβαίωση Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Εάν έχετε ήδη επιβεβαιώσει τον ιστότοπό σας με το Pinterest, μπορείτε να παραλείψετε το παρακάτω βήμα."],"Format-based archives":["Αρχεία βάση μορφής"],"Webmaster Tools verification":["Επαλήθευση Webmaster Tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Ακολούθησε το %1$s εκπαίδευσης Wordpress και γίνε πιστοποιημένος %1$s Ειδικός!"],"Want to be a %s Expert?":["Θέλεις να γίνεις ένας %s Ειδικός;"],"Buy %s":["Αγορά %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Νέος %1$s Τίτλος"],"Existing %1$s Title":["Υπάρχον %1$s Τίτλος"],"Expected an integer as input.":["Αναμενόταν εισαγωγή ακεραίου αριθμού."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Προσπαθήσαμε να δημιουργήσουμε το κλειδί της μνήμης cache του χάρτη ιστοτόπου, αλλά ο συνδυασμός postfix και prefix αφήνει πολύ λίγο χώρο για να το κάνουμε αυτό. Πιθανότατα έχουμε να κάνουμε με μια σελίδα που είναι πολύ έξω από το αναμενόμενο εύρος."],"Remove":["Διαγραφή"],"Keep":["Διατήρηση"],"Bold the last page":["Έντονη η τελευταία σελίδα"],"Regular":["Κανονικά"],"Bold":["Έντονα"],"Show Blog page":["Εμφάνιση σελίδας Ιστολογίου"],"Primary %s":["Πρωταρχικό %s"],"Primary":["Αρχικό"],"Make %1$s primary %2$s":["Κάντε το %1$s πρωταρχικό %2$s"],"Term is set to noindex.":["Ο όρος έχει οριστεί ως μη ευρετηριασμένος."],"Author archives":["Αρχεία αρθρογράφων"],"Show":["Εμφάνιση"],"Enabled":["Ενεργοποίηση"],"Disabled":["Απενεργοποίηση"],"%1$s has not fetched your site's indexability status yet from %2$s":[""],"The separator defined in your theme's %s tag.":[""],"No index":[""],"Analyze entire site":["Ανέλυσε όλοκληρο τον ιστότοπο"],"Fetch the current status":["Λήψη της τρέχουσας κατάστασης"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":[""],"Your homepage can be indexed by search engines.":["Η αρχική σας σελίδα μπορεί να ευρετηριωθεί από τις μηχανές αναζήτησης."],"Indexability check by %1$s":["Έλεγχος ευρετηρίου από %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":[""],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":[""],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":[""],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sΗ αρχική σας σελίδα δεν μπορεί να καταχωρηθεί από τις μηχανές αναζήτησης%2$s. Αυτό είναι πολύ κακό για το SEO και πρέπει να διορθωθεί."],"Once Weekly":["Μία φορά την εβδομάδα"],"Add-ons":["Πρόσθετα"],"SEO score":["SEO σκόρ"],"Twitter metadata":["Twitter μεταστοιχεία"],"Facebook / Open Graph metadata":["Facebook / μεταδεδομένα Open Graph "],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["%1$s από %2$s ολοκληρώθηκε."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Έχουμε αναβαθμίσει τον αλγόριθμο βαθμολόγησης SEO. %1$sΚάντε κλίκ εδώ για να υπολογίσετε ξανά όλες τις SEO βαθμολογίες%2$s για όλες τις σελίδες και τα άρθρα."],"Team Yoast":["Ομάδα Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":[""],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Η ενεργοποίηση απέτυχε: "],"The filter extension seem to be unavailable. Please ask your web host to enable it.":[""],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":[""],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Η Standard PHP Library (SPL) επέκταση φαίνεται να μην είναι διαθέσιμη. Παρακαλώ ζητήστε από τον πάροχο φιλοξενίας σας να την ενεργοποιήσει."],"SEO Settings":["Ρυθμίσεις SEO"],"Mobile-Friendly Test":["Δοκιμή Mobile-Friendly"],"Google Page Speed Test":[""],"CSS Validator":[""],"HTML Validator":[""],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Αποσφαλμάτωση Facebook"],"Check Headers":["Έλεγχος Κεφαλίδων"],"Check Google Cache":["Έλεγχος Google Cache"],"Analyze this page":["Ανέλυσε την σελίδα"],"Keyword Research":[""],"%s does not seem to be a valid url. Please correct.":["%s δεν φαίνεται να είναι ένα έγκυρο url. Παρακαλώ διορθώστε."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%s δε μοιάζει να είναι έγκυρο %s κείμενο επαλήθευσης. Παρακαλώ διορθώστε."],"%s Archive":["Αρχείο %s"],"You searched for %s":["Αναζητήσατε %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s δεν φαίνεται να είναι ένα έγκυρο Twitter user-id. Παρακαλώ διορθώστε."],"Summary with large image":["Περίληψη με μεγάλη εικόνα"],"Summary":["Περίληψη"],"The post %1$s appeared first on %2$s.":["Το άρθρο %1$s εμφανίστηκε πρώτα στο %2$s."],"No numeric value was received.":["Λήφθηκε μη αριθμητική τιμή."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":[""],"The default blog setting must be the numeric blog id of the blog you want to use as default.":[""],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":[""],"Please select a valid post type for taxonomy \"%s\"":["Επιλέξτε έναν έγκυρο τύπο άρθρου για την ταξινομία \"%s\""],"Please select a valid taxonomy for post type \"%s\"":[""],"You searched for":["Αναζητήσατε για"],"Home":["Αρχική"],"Archives for":["Αρχεία για"],"Error 404: Page not found":["Σφάλμα 404: Δεν βρέθηκε η σελίδα"],"Good":["Καλό"],"Replaced with a custom taxonomies description":[""],"Replaced with a posts custom taxonomies, comma separated.":[""],"Replaced with a posts custom field value":[""],"Replaced with the slug which caused the 404":[""],"Replaced with the posts focus keyphrase":[""],"Attachment caption":[""],"Replaced with the current page number":[""],"Replaced with the current page total":[""],"Replaced with the current page number with context (i.e. page 2 of 4)":[""],"Replaced with the post/page author's 'Biographical Info'":[""],"Replaced with the post/page author's 'nicename'":[""],"Replaced with the post/page ID":[""],"Replaced with the post/page modified time":[""],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":[""],"Replaced with the term name":[""],"Replaced with the term description":[""],"Replaced with the tag description":[""],"Replaced with the category description":[""],"Replaced with the post categories (comma separated)":[""],"Replaced with the current tag/tags":[""],"Replaced with the post/page excerpt (without auto-generation)":[""],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":[""],"The site's name":["Το όνομα του site"],"Replaced with the title of the parent page of the current page":[""],"Replaced with the title of the post/page":[""],"Replaced with the date of the post/page":[""],"Page %1$d of %2$d":["Σελίδα %1$d από %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":[""],"A replacement variable with the same name has already been registered. Try making your variable name unique.":[""],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":[""],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":[""],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Η σελίδα δεν βρέθηκε"],"%s Archives":[""],"Search for \"%s\"":["Αναζήτηση για \"%s\""],"Meta description to use for Author page":["Meta περιγραφή για χρήση για την σελίδα συντάκτη"],"Title to use for Author page":[""],"%1$s settings":["%1$s αλλαγές"],"Export your %1$s settings":["Εξάγετε τις %1$s αλλαγές σας"],"Import settings":[""],"Import from other SEO plugins":[""],"Import":["Εισαγωγή"],"If you had a %s file and it was editable, you could edit it from here.":[""],"If your %s were writable, you could edit it from here.":[""],"You don't have a %s file, create one here:":["Δεν έχετε αρχείο robots.txt, δημιουργήστε ένα εδώ:"],"A link to your site, with your site's name and description as anchor text.":[""],"A link to your site, with your site's name as anchor text.":[""],"A link to the post, with the title as anchor text.":[""],"A link to the archive for the post author, with the authors name as anchor text.":[""],"You can use the following variables within the content, they will be replaced by the value on the right.":[""],"Content to put after each post in the feed":[""],"Content to put before each post in the feed":[""],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":[""],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":[""],"How to insert breadcrumbs in your theme":[""],"Blog":["Ιστολόγιο"],"Content type archive to show in breadcrumbs for taxonomies":[""],"Taxonomy to show in breadcrumbs for content types":[""],"Breadcrumb for 404 Page":["Σελιδοδείκτης για σελίδα 404"],"Prefix for Search Page breadcrumbs":[""],"Prefix for Archive breadcrumbs":[""],"Prefix for the breadcrumb path":[""],"Anchor text for the Homepage":[""],"Separator between breadcrumbs":[""],"Enable Breadcrumbs":["Ενεργοποίηση Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Δείτε παρακάτω τα SEO σκορ των άρθρων σας’. Ίσως τώρα είναι η καλύτερη στιγμή για να βελτιώσετε κάποια από τα άρθρα σας!"],"Credits":["Ευχαριστίες"],"« Back to Tools page":[""],"%1$s comes with some very powerful built-in tools:":["%1$s περιέχει κάποια πολύ δυνατά εργαλεία:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":[""],"File editor":["Επεξεργαστής αρχείων"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":[""],"Import and Export":["Εισαγωγή και Εξαγωγή"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":[""],"Bulk editor":["Μαζική επεξεργασία"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":[""],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":[""],"The default card type to use":["Ο προεπιλεγμένος τύπος κάρτας που θα χρησιμοποιηθεί"],"Add Twitter card meta data":["Προσθήκη μεταδεδομένων κάρτας του Twitter"],"This image is used if the post/page being shared does not contain any images.":["Αυτή η εικόνα χρησιμοποιείται όταν κοινοποιούνται άρθρα/σελίδες που δεν περιέχουν εικόνες."],"Default settings":["Προεπιλεγμένες ρυθμίσεις"],"Copy home meta description":["Αντιγραφή περιγραφής μεταδεδομένων της αρχικής σελίδας"],"Description":["Περιγραφή"],"Image URL":["URL εικόνας"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Αυτοί είναι ο τίτλος, η περιγραφή και η εικόνα που χρησιμοποιούνται στις μετα-ετικέτες Open Graph στην πρώτη σελίδα του ιστότοπού σας."],"Frontpage settings":["Ρυθμίσεις αρχικής σελίδας"],"Add Open Graph meta data":["Προσθήκη μεταδεδομένων Open Graph"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Ψευδώνυμο Twitter"],"Facebook Page URL":["Διεύθυνση Σελίδας Facebook"],"Accounts":["Λογαριασμοί"],"Restore site to defaults":["Επαναφέρετε τον ιστότοπο στις προεπιλογές"],"Site ID":["ID Ιστοσελίδας"],"Using this form you can reset a site to the default SEO settings.":["Χρησιμοποιώντας αυτήν τη φόρμα μπορείτε να επαναφέρετε έναν ιστότοπο στις προεπιλεγμένες ρυθμίσεις SEO."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":[""],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":[""],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":[""],"New sites in the network inherit their SEO settings from this site":["Οι νέες τοποθεσίες στο δίκτυό σας κληρονομούν τις ρυθμίσεις SEO από αυτόν τον ιστότοπο"],"Super Admins only":["Super Admins μόνο"],"Site Admins (default)":["Διαχειριστές Ιστότοπου (προεπιλογή)"],"Who should have access to the %1$s settings":["Ποιός θα έπρεπε να έχει πρόσβαση στις επιλογές %1$s"],"spam":["spam"],"mature":["ώριμο"],"archived":["αρχειοθετημένο"],"public":["δημόσιο"],"%s restored to default SEO settings.":["%s αποκαταστάθηκε στις προεπιλεγμένες ρυθμίσεις SEO."],"Settings Updated.":["Οι Ρυθμίσεις Ενημερώθηκαν."],"404 pages":["σελίδες 404"],"Search pages":["Σελίδες αναζήτησης"],"These pages will be %s by default, so they will never show up in search results.":["Αυτές οι σελίδες θα είναι από προεπιλογή %s, επομένως δεν θα εμφανίζονται ποτέ στα αποτελέσματα αναζήτησης."],"Special Pages":["Ειδικές Σελίδες"],"Date-based archives could in some cases also be seen as duplicate content.":["Τα αρχεία που βασίζονται στην ημερομηνία, θα μπορούσαν, σε ορισμένες περιπτώσεις, επίσης να θεωρηθούν ως διπλότυπο περιεχόμενο."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Αν ο ιστότοπος σας ανήκει σε αυτή την περίπτωση τότε μπορείτε είτε να το απενεργοποιήσετε (κάτι που θα το ανακατευθύνει στην αρχική σελίδα), είτε να προσθέσετε %s σε αυτό ώστε να μην εμφανίζεται στα αποτελέσματα αναζήτησης."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Αν το ιστολόγιο σας έχει μόνο έναν συγγραφέα τότε το αρχείο του συγγραφέα θα είναι ακριβώς το ίδιο με την αρχική σας σελίδα. Αυτό ονομάζεται %1$sπρόβλημα διπλότυπου περιεχομένου%2$s."],"Date archives":["Τα αρχεία ημερομηνίας"],"author archives":[""],"Title":["Τίτλος"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Απόκρυψη"],"Date in Snippet Preview":["Ημερομηνία στην Προεπισκόπηση του Αποσπάσματος"],"Take note:":["Λάβετε υπ' όψη:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Αρχική σελίδα & amp; Πρώτη σελίδα"],"Title Separator":["Διαχωριστής Τίτλων"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":[""],"Force rewrite titles":["Επανεγγραφή των τίτλων"],"Taxonomies":["Ταξινομίες"],"Homepage":["Αρχική σελίδα"],"%1$s Extensions":["%1$s Πρόσθετα"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Συνδέστε άψογα το WooCommerce με το %1$s και αποκτήστε επιπλέον χαρακτηριστικά!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Βαθμολογηθείτε καλύτερα τοπικά και στους Χάρτες Google, χωρίς να καν να ιδρώσετε!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Είστε στο Google News; Αυξήστε την επισκεψιμότητά σας από τις Ειδήσεις Google βελτιστοποιώντας το!"],"Optimize your videos to show them off in search results and get more clicks!":["Βελτιστοποιήστε τα βίντεό σας για να τα εμφανίσετε στα αποτελέσματα αναζήτησης και να λάβετε περισσότερα κλικ!"],"The premium version of %1$s with more features & support.":["Η έκδοση premium του %1$s με περισσότερα χαρακτηριστικά και υποστήριξη."],"Person":["Φυσικό Πρόσωπο"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Όνομα ιστότοπου"],"Webmaster Tools":["Εργαλεία Webmaster"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Δεν έχετε το όνομα του άρθρου σας στη διεύθυνση URL των αναρτήσεων και των σελίδων σας, ενώ συνιστάται ιδιαίτερα να το κάνετε. Εξετάστε το ενδεχόμενο να ρυθμίσετε τη δομή των μόνιμων συνδέσμων σας στο /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["ή"],"Save Profile":["Αποθήκευση Προφίλ"],"There were no profiles found":["Δεν βρέθηκαν προφίλ"],"Profile":["Προφίλ"],"Current profile":["Τρέχων Προφίλ"],"Authenticate":["Πιστοποίηση"],"Get Google Authorization Code":["Λάβετε τον κωδικό Google (Google Authorization Code)"],"Reload crawl issues":["Ανανέωση λίστας προβλημάτων του Crawl"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":[""],"Creating redirects is a %s feature":["Η δημιουργία ανακατευθύνσεων είναι ένα %s χαρακτηριστικό"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":[""],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Σφάλματα που συνέβησαν μόνο όταν ο ιστότοπός σας ανιχνεύτηκε από το Googlebot-Mobile (τα σφάλματα δεν εμφανίστηκαν σε επιτραπέζιους υπολογιστές)."],"Errors that occurred when your site was crawled by Googlebot.":["Σφάλματα που προέκυψαν κατά την ανίχνευση του ιστότοπού σας από το Googlebot."],"Issue categories":["Θέματα κατηγοριών"],"Incorrect Google Authorization Code.":["Λανθασμένος Κωδικός Εξουσιοδότησης Google."],"The issues have been successfully reloaded!":["Τα θέματα έχουν επαναφορτωθεί με επιτυχία!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":[""],"Crawl errors per page":["Σφάλματα ανίχνευσης ανά σελίδα"],"Search":["Αναζήτηση"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":[""],"Create redirect":["Δημιουργία ανακατεύθυνσης"],"Mark as fixed":["Σήμανση ως διορθωμένο"],"Response code":["Κωδικός απόκρισης"],"First detected":["Πρώτα εντοπίστηκε"],"Last crawled":["Τελευταία ανίχνευση"],"URL":["Διεύθυνση URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":[""],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Τα πρόσθετα του Yoast μοιράζονται κάποιο κώδικα μεταξύ τους για να κάνουν τον ιστότοπό σας γρηγορότερο. Ως αποτέλεσμα αυτού, χρειαζόμαστε όλα τα πρόσθετα του Yoast να είναι ενημερωμένα. Διαπιστώσαμε ότι δεν συμβαίνει αυτό, οπότε ενημερώστε τα πρόσθετα που δεν είναι ενημερωμένα."],"Feature phone":["Τηλέφωνο με περιορισμένες δυνατότητες"],"Smartphone":["Έξυπνο τηλέφωνο"],"Desktop":["Επιτραπέζιος υπολογιστής"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Η διεύθυνση URL δεν υπάρχει, αλλά ο διακομιστής σας δεν επιστρέφει σφάλμα 404 (το αρχείο δεν βρέθηκε)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Το αίτημα έχει λήξει ή ο ιστότοπος εμποδίζει το Google."],"Server Error":["Σφάλμα διακομιστή"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":[""],"Blocked":["Αποκλεισμένος"],"Google was unable to crawl this URL due to an undetermined issue.":["Η Google δεν μπόρεσε να ανιχνεύσει αυτή τη διεύθυνση URL εξαιτίας ενός απροσδιόριστου προβλήματος."],"URL points to a non-existent page.":["Η διεύθυνση URL οδηγεί σε ανύπαρκτη σελίδα."],"Not found":["Δεν βρέθηκε"],"Not followed":["Μη ακολουθούμενο"],"Faulty redirects":["Λανθασμένες ανακατευθύνσεις"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Ο διακομιστής απαιτεί έλεγχο ταυτότητας ή εμποδίζει την πρόσβαση του Googlebot στον ιστότοπο."],"Access denied":["Δεν επιτρέπεται η πρόσβαση"],"Deactivate %s":["Απενεργοποίηση %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":[""],"Upload Image":["Ανέβασμα εικόνας"],"Remove these ads?":["Θέλετε να αφαιρέσετε αυτές τις διαφημίσεις;"],"%s Posts Overview":["%s Επισκόπηση Άρθρων"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":[""],"Breadcrumbs title":["Τίτλος σελιδοποίησης"],"The canonical link is shown on the archive page for this term.":[""],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Άλλο"],"Archives":["Αρχεία"],"Email":["Email"],"Close":["Κλείσιμο"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Εικόνα"],"%s Description":["%s Περιγραφή"],"%s Title":["%s Τίτλος"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Το προτεινόμενο μέγεθος εικόνας για το %1$s είναι %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Αν δεν θέλετε να χρησιμοποιήσετε την περιγραφή μεταδεδομένων για να κοινοποιήσετε το άρθρο στο %s αλλά θέλετε μια άλλη περιγραφή εκεί, γράψτε την εδώ."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Αν δεν θέλετε να χρησιμοποιήσετε τον τίτλο της ανάρτησης για να κοινοποιήσετε το άρθρο στο %s αλλά αντίθετα θέλετε άλλο τίτλο εκεί, γράψτε τον εδώ."],"very difficult":["πολύ δύσκολο"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["δύσκολο"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["αρκετά δύσκολο"],"OK":["OK"],"fairly easy":["αρκετά εύκολο"],"easy":["εύκολο"],"very easy":["πολύ εύκολο"],"Meta Desc.":["Meta Περιγραφή"],"All SEO Scores":["Όλες οι βαθμολογίες SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Η προτεινόμενη εικόνα θα πρέπει να είναι τουλάχιστον 200x200 pixel ώστε να επιλεγεί από το Facebook και άλλους ιστότοπους κοινωνικής δικτύωσης. "],"(no parent)":["(χωρίς γονέα)"],"Post is set to noindex.":["Το άρθρο έχει οριστεί ως μη ευρετηριασμένο."],"The URL that this page should redirect to.":["Το URL στο οποίο θα πρέπει να επανακατευθύνει αυτή η σελίδα."],"301 Redirect":["301 Επανακατεύθυνση"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["Κανονικό URL"],"Title to use for this page in breadcrumb paths":["Τίτλος που θα χρησιμοποιηθεί για αυτήν τη σελίδα στους σελιδοδείκτες"],"Breadcrumbs Title":["Τίτλος Σελιδοδεικτών"],"No Snippet":["Δεν υπάρχει Απόσπασμα"],"No Archive":["Κανένα αρχείο"],"No Image Index":["Δεν υπάρχει Ευρετήριο Εικόνων"],"None":["Όχι"],"Site-wide default: %s":["Προεπιλογή ιστοσελίδας: %s"],"Advanced meta robots settings for this page.":["Σύνθετες ρυθμίσεις μεταδεδομένων robots για αυτήν τη σελίδα."],"Meta robots advanced":["Σύνθετα μεταδεδομένα robots"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Προειδοποίηση: παρόλο που μπορείτε να ρυθμίσετε τη ρύθμιση των μεταδεδομένων robots εδώ, ολόκληρος ο ιστότοπος έχει οριστεί να λειτουργεί χωρίς ευρετήριο στις ρυθμίσεις απορρήτου σε επίπεδο περιοχής, επομένως αυτές οι ρυθμίσεις δεν θα έχουν αποτέλεσμα."],"Meta description":["Περιγραφή Meta"],"SEO Title":["Τίτλος SEO"],"Focus keyword":["Κύρια λέξη-κλειδί"],"Snippet preview":["Προεπισκόπιση αποσπάσματος"],"Settings successfully imported.":["Οι ρυθμίσεις εισήχθησαν επιτυχώς."],"Settings could not be imported:":["Οι ρυθμίσεις δεν μπορεσαν να εισαχθούν."],"Error creating %1$s export: ":["Σφάλμα κατά τη δημιουργία της εξαγωγής %1$s:"],"Breadcrumb for 404 pages:":["Σελιδοδείκτης για σελίδας 404:"],"Prefix for search result pages:":["Πρόθεμα για σελίδες αποτελεσμάτων αναζήτησης:"],"Prefix for archive pages:":["Πρόθεμα για σελίδες αρχειοθέτησης:"],"Prefix for breadcrumbs:":["Πρόθεμα για τους σελιδοδείκτες:"],"Anchor text for the homepage:":["Κείμενο αγκύρωσης για την αρχική σελίδα:"],"Breadcrumbs separator:":["Διαχωριστής σελιδοδεικτών:"],"Remove blog page from breadcrumbs":["Αφαιρέστε τη σελίδα του ιστολογίου από τους σελιδοδείκτες"],"%s Breadcrumbs":["%s Σελιδοδείκτες"],"Use Image":["Χρήση εικόνας"],"Action":["Ενέργεια"],"Page URL/Slug":["Το URL/Slug της σελίδας"],"Publication date":["Ημέρα δημοσίευσης"],"Post Status":["Κατάσταση άρθρου"],"WP Page Title":["WP Τίτλος Σελίδας"],"View":["Προβολή"],"View “%s”":["Προβολή “%s”"],"Preview":["Προεπισκόπηση"],"Preview “%s”":["Προεπισκόπηση “%s”"],"Edit":["Επεξεργασία"],"Filter":["Φίλτρο"],"New Yoast Meta Description":["Νέα Περιγραφή Μεταδεδομένων Yoast "],"Existing Yoast Meta Description":["Υπάρχουσα Περιγραφή Μεταδεδομένων Yoast"],"Facebook profile URL":["Διεύθυνση προφίλ Facebook"],"Twitter username (without @)":["Όνομα χρήστη Twitter (χωρίς @)"],"FAQ":["Συχνές ερωτήσεις"],"Premium Support":["Premium Support"],"Settings":["Ρυθμίσεις"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Πρέπει να καταργήσετε την επιλογή Ορατότητα Μηχανής Αναζήτησης στις %1$sΡυθμίσεις ανάγνωσης%2$s."],"Huge SEO Issue: You're blocking access to robots.":["Σημαντικό SEO πρόβλημα: Εμποδίζετε την πρόσβαση στο αρχείο robots."],"Posts":["Δημοσιεύσεις"],"Edit Files":["Τροποποίηση αρχείων"],"Advanced Variables":["Προχωρημένες Μεταβλητές"],"Basic Variables":["Βασικές μεταβλητές"],"General":["Γενικά"],"Extensions":["Επεκτάσεις"],"Search Console":["Κονσόλα Αναζήτησης"],"Tools":["Εργαλεία"],"Advanced":["Προχωρημένες"],"XML sitemaps":["XML sitemaps"],"Social":["Κοινωνικά "],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s ανιχνεύεται ότι χρησιμοποιείτε την έκδοση %2$s από %3$s, παρακαλούμε να ενημερώσετε με την τελευταία έκδοση για να αποτρέψει προβλήματα συμβατότητας."],"Just another WordPress site":["Ακόμα ένας ιστότοπος WordPress."],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Έχετε ακόμα τον προεπιλεγμένο υπότιτλο WordPress, ακόμα και ένας κενός είναι πιθανώς καλύτερος. %1$sΜπορείτε να διορθώσετε το πρόβλημα στο πρόγραμμα προσαρμογής %2$s."],"You have used HTML in your value which is not allowed.":["Χρησιμοποιείται τιμές HTML που δεν επιτρέπονται."],"You can't edit %s that aren't yours.":["Δεν μπορείτε να επεξεργαστείτε %s τα οποία δεν σας ανήκουν."],"You can't edit %s.":["Δεν μπορείτε να επεξεργαστείτε το πεδίο %s."],"Post has an invalid Content Type: %s.":["Το άρθρο έχει ένα μη έγκυρο τύπο άρθρου: %s."],"Post doesn't exist.":["Το άρθρο δεν υπάρχει."],"course\u0004Free:":["Δωρεάν:"],"posts\u0004Trash (%s)":["Κάδος (%s)","Κάδος (%s)"],"posts\u0004All (%s)":["Όλα (%s)","Όλα (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"el_GR"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":["Υπάρχει σχόλιο"],"Content optimization:":["Βελτιστοποίηση περιεχομένου:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sΑναγνωσιμότητα%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Διαβάστε %1$αυτό το άρθρο για περισσότερες πληροφορίες σχετικά με το γιατί δεν υποστηρίζουμε παλιότερες εκδόσεις.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sΑναβαθμίστε το WordPress στην πιο πρόσφατη έκδοση%2$s%3$sΠαρατηρήσαμε ότι δεν έχετε την πιο πρόσφατη έκδοση WordPress, το οποίο μπορεί να δημιουργήσει σύντομα κάποιο πρόβλημα. Το %4$s (για λόγους προστασίας και σταθερότητας) υποστηρίζει μόνο την τρέχουσα και την προηγούμενη έκδοση του WordPress. Όταν εκδοθεί η επόμενη έκδοση του WordPress, σημαίνει ότι θα υποστηρίζουμε την έκδοση WordPress %6$s και %7$s. Αυτό σημαίνει ότι δε θα παραλαμβάνετε ενημερώσεις στο %5$s μέχρι να ανανεώσετε τη WordPress έκδοσή σας, για αυτό παρακαλώ αναβαθμίστε το WordPress σύντομα στην πιο πρόσφατη έκδοση!%3$s%3$s"],"Post Noindexed":["Άρθρο που δεν έχει προστεθεί στο ευρετήριο"],"No Focus Keyphrase":["Δεν υπάρχει φράση-κλειδί"],"Person logo / avatar":["Λογότυπο προσώπου / άβαταρ"],"Extend %s":["Προσθήκη %s"],"Enroll in the %s for WordPress training":["Εγγραφείτε στα %s μαθήματα για WordPress"],"Posts with the SEO score: %s":["Άρθρα με βαθμολογία SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s εκπαιδευτικό βίντεο"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Για να δείτε τα τρέχοντα σφάλματα ανίχνευσης, %1$sπαρακαλώ επισκεφθείτε το Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Η Google σταμάτησε την υποστήριξη της ανίχνευσης σφαλμάτων μέσω API (Crawl Errors API). Ως εκ τούτου, πιθανά σφάλματα ανίχνευσης που μπορεί να έχετε δεν θα εμφανίζονται πλέον εδώ. %1$sΔιαβάστε την σχετική ανακοίνωσή μας για περαιτέρω πληροφορίες%2$s."],"Remove this message":["Διαγράψτε αυτό το μήνυμα"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Βελτιστοποιήστε την ιστοσελίδα σας για το κοινό της περιοχής με το %s πρόσθετο μας! Βελτιστοποιημένα στοιχεία διεύθυνσης, ωράριο λειτουργίας, εντοπισμό του καταστήματος και επιλογές παραλαβής!"],"Serving local customers?":["Εξυπηρετείτε πελάτες της περιοχής;"],"Get the %s plugin now":["Αποκτήστε το %s πρόσθετο τώρα"],"Organization social profiles":["Τα προφίλ του οργανισμού στα κοινωνικά δίκτυα"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Μπορείτε να επεξεργαστείτε τις λεπτομέρειες που εμφανίζονται στα μεταδεδομένα, όπως τα προφίλ κοινωνικών δικτύων, το όνομα και την περιγραφή του επικείμενου χρήστη στη %1$s σελίδα προφίλ του. "],"Personal info":["Προσωπικές πληροφορίες"],"Organization logo":["Λογότυπο του οργανισμού"],"Organization name":["Όνομα του οργανισμού"],"Choose whether the site represents an organization or a person.":["Επιλέξτε εάν η ιστοσελίδα εκπροσωπεί οργανισμό ή φυσικό πρόσωπο. "],"Knowledge Graph & Schema.org":["Γνωστικό διάγραμμα (Knowledge Graph) & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Για να ορίσετε ότι η ιστοσελίδα σας εκπροσωπεί είτε Εταιρεία είτε Οργανισμό μεταβείτε στις %1$sΡυθμίσεις Εμφάνισης %2$s και επιλέξτε \"Οργανισμός\" από τις επιλογές Φυσικό Πρόσωπο ή Οργανισμός."],"To change the social accounts used for your site, update the details for %1$s.":["Για να τροποποιήσετε τους λογαριασμούς κοινωνικών δικτύων που χρησιμοποιούνται για την ιστοσελίδα σας, ανανεώστε τις πληροφορίες για %1$s."],"That means that the form and information below is disabled, and not used.":["Αυτό σημαίνει ότι η φόρμα και οι πληροφορίες παρακάτω είναι απενεργοποιημένα και δεν χρησιμοποιούνται. "],"Your website is currently configured to represent a Person":["Η ιστοσελίδα σας είναι προς το παρόν ρυθμισμένη να εκπροσωπεί ένα Φυσικό Πρόσωπο"],"(if one exists)":["(εάν υφίσταται)"],"Wikipedia page about you":["Σελίδα στην Βικιπαίδεια σχετικά με εσάς"],"YouTube profile URL":["URL του προφίλ στο YouTube"],"Tumblr profile URL":["URL του προφίλ στο Tumblr"],"SoundCloud profile URL":["URL του προφίλ στο SoundCloud"],"MySpace profile URL":["URL του προφίλ στο MySpace"],"Organization or person":["Οργανισμός ή Φυσικό Πρόσωπο"],"The person":["Το φυσικό πρόσωπο"],"Organization":["Οργανισμός"],"Does your site represent a person or an organization?":["Η ιστοσελίδα σας εκπροσωπεί ένα φυσικό πρόσωπο ή έναν οργανισμό;"],"The name of the organization":["Η ονομασία του οργανισμού"],"Provide an image of the organization logo":["Παρακαλώ παρέχετε μία εικόνα ως λογότυπο του οργανισμού"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Έχετε προηγουμένως θέσει την ιστοσελίδα σας να εκπροσωπεί ένα φυσικό πρόσωπο. Έχουμε βελτιώσει τις λειτουργίες γύρω από το Schema και το Γνωστικό διάγραμμα (Knowledge Graph), ώστε να μεταβείτε εκεί και %1$sνα συμπληρώσετε τις σχετικές ρυθμίσεις%2$s."],"Select a user...":["Επιλέξτε χρήστη..."],"Uncategorized":["Εκτός κατηγορίας"],"Name:":["Όνομα:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Έχετε επιλέξει το χρήστη %1$s ως το φυσικό πρόσωπο που εκπροσωπεί την ιστοσελίδα. Οι πληροφορίες προφίλ του χρήστη θα εμφανιστούν στα αποτελέσματα της μηχανής αναζήτησης. %2$sΑναβαθμίστε το προφίλ τους ώστε να βεβαιωθείτε ότι οι πληροφορίες είναι σωστές.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Σφάλμα: Παρακαλώ επιλέξτε παρακάτω ένα χρήστη ώστε να είναι ολοκληρωμένα τα μεταδεδομένα της ιστοσελίδας σας."],"SEO score: %s":["Βαθμολογία SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Εάν υπάρχει σελίδα στη Βικιπαίδεια για εσάς ή τον οργανισμό σας, προσθέστε την και αυτήν. "],"Wikipedia URL":["URL της Βικιπαίδεια"],"Pinterest profile URL":["URL του προφίλ στο Pinterest "],"Instagram profile URL":["URL του προφίλ στο Instagram "],"LinkedIn profile URL":["URL του προφίλ στο LinkedIn "],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Η μελέτη των λέξεων-κλειδιών είναι απαραίτητη σε κάθε SEO στρατηγική. Εσείς αποφασίζετε τους όρους αναζήτησης για τους οποίους θέλετε να σας βρίσκουν οι χρήστες, και ανακαλύπτετε τι λέξεις χρησιμοποιεί το κοινό σας για να σας εντοπίσει. Μία δυνατή έρευνα των λέξεων-κλειδιών σας αποκαλύπτει τι περιεχόμενο χρειάζεστε προκειμένου να ξεκινήσετε να αναρριχήστε στα αποτελέσματα αναζήτησης για τους όρους που θέλετε να καταταχθείτε. Βεβαιωθείτε πως οι προσπάθειες σας επικεντρώνονται σε λέξεις-κλειδιά για τις οποίες έχετε πιθανότητα να καταταχθείτε! Το %1$s θα σας καθοδηγήσει καθ' αυτήν την διαδικασία, βήμα προς βήμα."],"SEO for Beginners training":["Κατάρτιση SEO για αρχάριους"],"%s for WordPress training":["%s για κατάρτιση στο WordPress"],"All-around SEO training":["Όλα γύρω από την SEO κατάρτιση"],"The image you selected is too small for Facebook":["Η εικόνα που επιλέξατε είναι πολύ μικρή για το Facebook"],"The given image url cannot be loaded":["Η εικόνα δεν μπορεί να φορτωθεί"],"Find out what words your audience uses to find you":["Ανακαλύψτε ποιες λέξεις χρησιμοποιεί το κοινό σας για να σας βρει"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sΕυκολία στην ανάγνωση Flesch (Flesch Reading Ease)%2$s: Το κείμενο βαθμολογείται με %3$s στην ανάλυση, το οποίο θεωρείται %4$s να διαβαστεί. %5$s"],"No JSON object was returned.":["Δεν επιστράφηκε αντικείμενο JSON (JSON object). "],"Received internal links":["Εισερχόμενοι εσωτερικοί σύνδεσμοι"],"Outgoing internal links":["Εξερχόμενοι εσωτερικοί σύνδεσμοι"],"New step added":["Προστέθηκε νέο βήμα"],"New question added":["Προστέθηκε νέα ερώτηση"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Για να μπορέσετε να δημιουργήσετε μια ανακατεύθυνση και να επιλύσετε αυτό το ζήτημα, χρειάζεστε %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Μπορείτε να αγοράσετε το πρόσθετο, συμπεριλαμβανομένου ενός έτους υποστήριξης και ενημερώσεων, στο %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Η λειτουργία του μετρητή συνδέσμων ενός κειμένου παρέχει πληροφορίες σχετικά με το πόσοι σύνδεσμοι βρίσκονται και πόσοι σύνδεσμοι αναφέρονται στο κείμενό σας. Η λειτουργία αυτή είναι πολύ χρήσιμη όταν βελτιώνετε τη δομή της %1$sεσωτερικής συνδεσμολογίας%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Για τη λειτουργία %1$s αυτή της λειτουργίας απαιτείται τουλάχιστον έκδοση PHP %2$s. Διαγνώσαμε την έκδοση PHP %3$s σε αυτόν τον ιστότοπο."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Παρακαλώ λάβετε υπόψη προσεκτικά τις επιπτώσεις και %1$sδιαβάστε αυτό το άρθρο%2$s εάν χρειάζεστε περισσότερες πληροφορίες σχετικά με τις επιπτώσεις που έχει η παρουσίαση πολυμέσων στα αποτελέσματα αναζήτησης. "],"Keyphrase":["Φράση κλειδί"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Για να λειτουργήσει αυτή η λειτουργία, το %1$s πρέπει να δημιουργήσει έναν πίνακα στη βάση δεδομένων σας. Δεν ήταν δυνατόν να δημιουργήσουμε αυτόματα αυτόν τον πίνακα."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ενεργοποιώντας αυτήν την επιλογή, τα συνημμένα URLs γίνονται ορατά στους επισκέπτες σας και το Google. Για να προσδώσουν αξία στην ιστοσελίδα σας, πρέπει να περιέχουν χρήσιμες πληροφορίες, διαφορετικά μπορεί να έχουν αρνητικό αντίκτυπο στην κατάταξη σας."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Η λειτουργία %3$sκαταμέτρησης συνδέσμων ενός κειμένου%4$s (που παρουσιάστηκε στο %1$s %2$s) είναι απενεργοποιημένη αυτή τη στιγμή."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Παρακαλούμε διαβάστε το ακόλουθο %1$sάρθρο γνωσιακής βάσης%2$s για να βρείτε πως να επιλύσετε αυτό το πρόβλημα."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Για να εξασφαλιστεί ότι υπολογίζονται όλοι οι σύνδεσμοι των κειμένων σας, πρέπει να αναλύσουμε όλα τα κείμενα σας."],"All you have to do is press the following button and we'll go through all your texts for you.":["Χρειάζεται μόνο να πατήσετε το παρακάτω κουμπί και θα ελέγξουμε όλα σας τα κείμενα για εσάς."],"Count links":["Καταμέτρηση συνδέσμων"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sΕναλλακτική περιγραφή εικόνας%5$s: Από τις %2$d εικόνες σε αυτήν τη σελίδα, οι %1$d έχουν εναλλακτική περιγραφή με λέξεις από τις φράσεις κλειδιά ή συνώνυμες. Αυτό είναι λίγο υπερβολικό.\n%4$sΝα περιλαμβάνετε τη φράση κλειδί ή συνώνυμη μόνον όταν πραγματικά ταιριάζει με την εικόνα%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sΕναλλακτική περιγραφή εικόνας%2$s: Εξαιρετική δουλειά!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sΕναλλακτική περιγραφή εικόνας%5$s: Από τις %2$d εικόνες σε αυτήν τη σελίδα, μόνο η %1$d έχει εναλλακτική περιγραφή που εκφράζει το θέμα του κειμένου σας. %4$sΠροσθέστε την φράση-κλειδί ή συνώνυμα στις εναλλακτικές ετικέτες των πιο σχετικών εικόνων%5$s!","%3$sΕναλλακτική περιγραφή εικόνας%5$s: Από τις %2$d εικόνες σε αυτήν τη σελίδα, μόνο %1$d έχουν εναλλακτικές περιγραφές που εκφράζουν το θέμα του κειμένου σας. %4$sΠροσθέστε την φράση-κλειδί ή συνώνυμα στις εναλλακτικές ετικέτες των πιο σχετικών εικόνων%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sΕναλλακτική περιγραφή εικόνας%3$s: Οι εικόνες σε αυτήν τη σελίδα δεν έχουν εναλλακτικές περιγραφές που εκφράζουν το θέμα του κειμένου σας. %2$sΠροσθέστε την φράση κλειδί ή συνώνυμα στις εναλλακτικές ετικέτες των πιο σχετικών εικόνων%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sΕναλλακτική περιγραφή εικόνας%3$s: Οι εικόνες σε αυτήν τη σελίδα έχουν εναλλακτικές περιγραφές, αλλά έχετε θέσει τη φράση-κλειδί. %2$sFix that%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sΦράση-κλειδί στην κεφαλίδα%2$s: %3$s από τις ανώτερες κεφαλίδες αντιπροσωπεύει το θέμα του κειμένου σας. Καλή δουλειά!","%1$sΦράση-κλειδί στην κεφαλίδα%2$s: %3$s από τις ανώτερες κεφαλίδες αντιπροσωπεύουν το θέμα του κειμένου σας. Καλή δουλειά!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sΦράση-κλειδί στην κεφαλίδα%2$s: Η ανώτερη κεφαλίδα αντιπροσωπεύει το θέμα του κειμένου σας. Καλή δουλειά!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sΦράση-κλειδί στην κεφαλίδα%3$s: %2$sΧρησιμοποιήστε περισσότερες λέξεις-κλειδιά ή συνώνυμα στις ανώτερες κεφαλίδες σας%3$s!"],"Page %s":["Σελίδα %s"],"Cannot get the size of %1$s because of unknown reasons.":["Ο υπολογισμός του μεγέθους του %1$s είναι αδύνατος για άγνωστο λόγο. "],"Cannot get the size of %1$s because it is hosted externally.":["Ο υπολογισμούς του μεγέθους του %1$s είναι αδύνατος επειδή φιλοξενείται εξωτερικά. "],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Απλά μεταβείτε στην επιλογή \"on\" και θα μπορείτε να χρησιμοποιήσετε την επαναρυθμισμένη ανάλυση. Ταυτόχρονα, θα σας προσθέσουμε στη συγκεκριμένη λίστα αλληλογραφίας μας. Θα σας στείλουμε μήνυμα ηλεκτρονικού ταχυδρομείου μόνο σχετικά με την εμπειρία σας για αυτήν την επαναρύθμιση!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Έχουμε %1$sεπαναρυθμίσει την ανάλυσή μας%2$s. Σύμφωνα με τη νέα ανάλυση, θα προσεγγίσουμε ακόμα καλύτερα το πώς η Google βλέπει την ιστοσελίδα σας. Θα ήταν %3$sφανταστικό%4$s εάν επιθυμούσατε να %3$sκάνετε μία δοκιμή beta αυτού του στοιχείου%4$s για εμάς!"],"Get an even better analysis":["Αποκτήστε μια ακόμα καλύτερη ανάλυση"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sΜονός τίτλος%3$s: Οι κεφαλίδες H1 πρέπει να χρησιμοποιούνται μόνο ως βασικός τίτλος. Βρείτε όλες τις κεφαλίδες H1 στο κείμενό σας που δεν είναι βασικοί τίτλοι και %2$sμετατρέψτε τις σε χαμηλότερo επίπεδο τίτλου%3$s!"],"Improve sharing on Facebook and Pinterest":["Βελτιώστε τη διάδοση μέσω Facebook & Pinterest"],"You do not have the required rights to export settings.":["Δεν έχετε τα απαραίτητα δικαιώματα χρήσης για την εξαγωγή ρυθμίσεων."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Αντιγράψτε όλες τις ρυθμίσεις στη καρτέλα άλλου site %1$s και πατήστε εκει %1$s."],"These are settings for the %1$s plugin by %2$s":["Αυτές είναι ρυθμίσεις για το %1$s πρόσθετο από %2$s"],"No settings found.":["Δεν βρέθηκαν σχετικές ρυθμίσεις."],"Export your %1$s settings here, to copy them on another site.":["Εξάγετε τις ρυθμίσεις σας %1$s εδώ, για να τις αντιγράψετε σε έναν άλλον ιστότοπο."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Η εισαγωγή ρυθμίσεων υποστηρίζεται μόνο σε διακομιστές που χρησιμοποιούν PHP 5.3 ή νεότερη έκδοση."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Εισάγετε τις ρυθμίσεις κάνοντας επικόλληση τις ρυθμίσεις που αντιγράψατε από έναν άλλον ιστότοπο εδώ και πατήστε \"%s\"."],"Paste your settings from another %s installation.":["Αντιγράψτε τις ρυθμίσεις σας από άλλη %s εγκατάσταση."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sΠυκνότητα φράσης-κλειδιού%2$s: Η συγκεκριμένη φράση κλειδί βρέθηκε 0 φορές. Αυτές είναι λιγότερες από το προτεινόμενο ελάχιστο των %3$d φορών για ένα κείμενο αυτής της έκτασης. %4$s Επικεντρωθείτε στη φράση-κλειδί%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sΠυκνότητα φράσης-κλειδιού%2$s: Η συγκεκριμένη φράση κλειδί βρέθηκε %5$d φορά. Αυτό είναι λιγότερο από το προτεινόμενο ελάχιστο των %3$d φορών για ένα κείμενο αυτής της έκτασης. %4$sΕπικεντρωθείτε στη φράση-κλειδί%2$s! ","%1$sΠυκνότητα φράσης-κλειδιού%2$s: Η συγκεκριμένη φράση κλειδί βρέθηκε %5$d φορές. Αυτό είναι λιγότερο από το προτεινόμενο ελάχιστο των %3$d φορών για ένα κείμενο αυτής της έκτασης. %4$sΕπικεντρωθείτε στη φράση-κλειδί%2$s! "],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sΠυκνότητα φράσης-κλειδιού%2$s: Η συγκεκριμένη φράση-κλειδί βρέθηκε %3$d φορά. Αυτό είναι πολύ καλό!","%1$sΠυκνότητα φράσης-κλειδιού%2$s: Η συγκεκριμένη φράση-κλειδί βρέθηκε %3$d φορές. Αυτό είναι πολύ καλό!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sΠυκνότητα φράσης-κλειδιού%2$s: Η συγκεκριμένη φράση-κλειδί βρέθηκε %5$d φορά. Αυτό είναι παραπάνω από το συνιστώμενο μέγιστο των %3$d φορών για ένα κείμενο αυτής της έκτασης. %4$sΜην υπερβάλλετε στη βελτιστοποίηση%2$s!","%1$sΠυκνότητα φράσης-κλειδιού%2$s: Η συγκεκριμένη φράση-κλειδί βρέθηκε %5$d φορές. Αυτό είναι παραπάνω από το συνιστώμενο μέγιστο των %3$d φορών για ένα κείμενο αυτής της έκτασης. %4$sΜην υπερβάλλετε στη βελτιστοποίηση%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sΠυκνότητα φράσης-κλειδιού%2$s: Η συγκεκριμένη φράση-κλειδί βρέθηκε %5$d φορά. Αυτό είναι πολύ παραπάνω από το συνιστώμενο μέγιστο των %3$d φορών για ένα κείμενο αυτής της έκτασης. %4$sΜην υπερβάλλετε στη βελτιστοποίηση%2$s!","%1$sΠυκνότητα φράσης-κλειδιού%2$s: Η συγκεκριμένη φράση-κλειδί βρέθηκε \n %5$d φορές. Αυτό είναι πολύ παραπάνω από το συνιστώμενο μέγιστο των %3$d φορών για ένα κείμενο αυτής της έκτασης. %4$sΜην υπερβάλλετε στη βελτιστοποίηση%2$s!"],"Indexable created for object %1$s with type %2$s":["Η ευρετηριοποίηση δημιουργήθηκε για το αντικείμενο %1$s με τύπο %2$s"],"Method %1$s() does not exist in class %2$s":["H μέθοδος %1$s() δεν υπάρχει στη κλάση %2$s"],"With %s, you can easily create such redirects.":["Με %s, μπορείτε εύκολα να δημιουργήσετε ανάλογες ανακατευθύνσεις."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Η αλλάγη στις ρυθμίσεις των μόνιμων συνδέσμων μπορεί να έχει σοβαρό αντίκτυπο στην εμφάνισή σας στις μηχανές αναζήτησης. Θα πρέπει σχεδόν %1$s ποτέ %2$s να μην γίνεται σε έναν εν ενεργεία ιστότοπο."],"WARNING:":["ΠΡΟΣΟΧΗ:"],"Learn about why permalinks are important for SEO.":["Μάθετε γιατί οι μόνιμοι σύνδεσμοι των σελίδων είναι σημαντικές για το SEO."],"Google Ads":["Διαφημίσεις Google"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sΛειτουργικές λέξεις στη φράση-κλειδί%3$s: Η φράση-κλειδί \"%4$s\" περιέχει μόνο λειτουργικές λέξεις. %2$sΜάθετε περισσότερα για το τι κάνει μια φράση-κλειδί καλή.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Γνωρίζατε ότι το %s επίσης αναλύει τους διαφορετικούς τύπους λέξεων μιας φράσης-κλειδί, όπως για παράδειγμα πληθυντικούς αριθμούς και παρελθοντικούς χρόνους;"],"Clear Image":["Καθαρισμός Εικόνας"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sΜήκος φράσης-κλειδιού%3$s: %2$s Ορίστε μία φράση-κλειδί με σκοπό να υπολογιστεί η SEO βαθμολογία σας%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sΦράση-κλειδί στο πεδίο 'σύντομο όνομα'%2$s: Περισσότερες από τις μισές φράσεις-κλειδιά εμφανίζονται στο πεδίο 'σύντομο όνομα'. Αυτό είναι πολύ καλό!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sΦράση-κλειδί στο πεδίο 'σύντομο όνομα'%3$s: (Μέρος της) φράσης-κλειδιού σας δεν εμφανίζεται στο πεδίο 'σύντομο όνομα'. %2$sΠαρακαλώ αλλάξτε το%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sΦράση-κλειδί στο πεδίο 'σύντομο όνομα'%2$s: Εξαιρετική δουλειά! "],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sΦράση-κλειδί στον τίτλο%3$s: Δεν εμφανίζονται όλες οι λέξεις από τη φράση-κλειδί σας \"%4$s\" στον SEO τίτλο. %2$sΠροσπαθήστε να χρησιμοποιήσετε την ακριβής αντιστοίχιση της φράσης-κλειδιού στον SEO τίτλο %3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sΦράση-κλειδί στο τίτλο%3$s: Δεν περιέχεται ακριβής αντιστοίχιση. %2$s Προσπαθήστε να δώσετε μία ακριβέστερη αντιστοίχιση της φράσης-κλειδιού στον SEO τίτλο%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[" %1$sΦράση-κλειδί στον τίτλο%2$s: Η ακριβής αντιστοίχιση της φράσης-κλειδιού εμφανίζεται στην αρχή του SEO τίτλου. Εξαιρετική δουλειά!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sΚατανομή φράσης-κλειδιού%2$s: Εξαιρετική δουλειά!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sΚατανομή φράσης-κλειδιού%3$s: Πολύ ασυνεπής. Μεγάλο μέρος του κειμένου σας δεν περιέχει τη φράση-κλειδί ή συνώνυμά της. %2$sΔιαμοιράστε τα με μεγαλύτερη συνέπεια%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sΚατανομή φράσης-κλειδί%3$s: %2$sΣυμπεριλάβετε τη φράση-κλειδί ή συνώνυμά της στο κείμενο ώστε να αναλύσουμε την κατανομή της φράσης-κλειδί%3$s."],"Help on choosing the perfect focus keyphrase":["Βοήθεια για την επιλογή της ιδανικής φράσης-κλειδί"],"Would you like to add a related keyphrase?":["Θα θέλατε να προσθέσετε μια σχετική φράση-κλειδί;"],"Go %s!":["Πηγαίνετε στο %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Μη δείχνοντας τις ημερομηνίες των αρχείων στα αποτελέσματα αναζήτησης, τεχνικά σημαίνει ότι θα έχουν %1$s μεταδεδομένα robots. %2$sΠερισσότερες πληροφορίες σχετικά με τις ρυθμίσεις των αποτελεσμάτων αναζήτησης%3$s."],"Rank better with synonyms & related keyphrases":["Αποκτήστε καλύτερη βαθμολογία με συνώνυμα και σχετικές φράσεις-κλειδιά"],"optimize a single post for synonyms and related keyphrases.":["Βελτιστοποιήστε μία δημοσίευση με συνώνυμα και σχετικές φράσεις - κλειδιά."],"Synonyms & related keyphrases":["Συνώνυμα και σχετικές φράσεις-κλειδιά"],"Add related keyphrase":["Προσθέστε σχετική φράση-κλειδί"],"Dismiss %s upgrade notice":["Απορρίψτε την ειδοποίηση αναβάθμισης του %s "],"Upgrade to %s":["Προχωρήστε σε αναβάθμιση του %s"],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sΦράση-κλειδί που έχει χρησιμοποιηθεί%5$s: Έχετε χρησιμοποιήσει αυτή τη φράση-κλειδί %1$sμία φορά στο παρελθόν%2$s. %4$sΜην χρησιμοποιείτε τη φράση-κλειδί περισσότερο από μία φορά%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sΦράση-κλειδί που έχει χρησιμοποιηθεί%2$s: Δεν έχετε χρησιμοποιήσει αυτή τη φράση-κλειδί στο παρελθόν, εξαιρετικά."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sΕξαιρούμενες λέξεις στο σύντομο όνομα%3$s: Το σύντομο όνομα αυτής της σελίδας περιέχει μια εξαιρούμενη λέξη. %2$sΑφαιρέστε την%3$s!","%1$sΕξαιρούμενες λέξεις στο σύντομο όνομα%3$s: Το σύντομο όνομα αυτής της σελίδας περιέχει εξαιρούμενες λέξεις. %2$sΑφαιρέστε τες%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sΠολύ μακρύ σύντομο όνομα%3$s: το σύντομο όνομα αυτής της σελίδας είναι λιγάκι μακρύ. %2$sΣυντομεύστε το%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sΕναλλακτικά χαρακτηριστικά εικόνας%3$s: Δεν εμφανίζονται εικόνες σε αυτήν την σελίδα. %2$sΠροσθέστε μερικές%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sΣύνδεσμος φράσης-κλειδί%3$s: Συνδέετε και συσχετίζετε με άλλη σελίδα λέξεις για τις οποίες θέλετε να καταταχθεί αυτή η σελίδα. %2$sΜην το κάνετε αυτό%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Αυτό είναι πολύ λιγότερο από το προτεινόμενο ελάχιστο της %5$d λέξης. %3$sΠροσθέστε περισσότερο περιεχόμενο%4$s.","Αυτό είναι πολύ λιγότερο από το προτεινόμενο ελάχιστο των %5$d λέξεων. %3$sΠροσθέστε περισσότερο περιεχόμενο%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Αυτό είναι κάτω από το προτεινόμενο ελάχιστο της %5$d λέξης. %3$sΠροσθέστε περισσότερο περιεχόμενο%4$s.","Αυτό είναι κάτω από το προτεινόμενο ελάχιστο των %5$d λέξεων. %3$sΠροσθέστε περισσότερο περιεχόμενο%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sΜήκος κειμένου%4$s: Το κείμενο διαθέτει %1$d λέξεις.","%2$sΜήκος κειμένου%4$s: Το κείμενο διαθέτει %1$d λέξεις."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sΜήκος κειμένου%3$s: Το κείμενο διαθέτει %1$d λέξη. Καλή δουλειά!","%2$sΜήκος κειμένου%3$s: Το κείμενο διαθέτει %1$d λέξεις. Καλή δουλειά!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sΦράση-κλειδί στην κεφαλίδα%3$s: Περισσότερο από 75%% των ανώτερων κεφαλίδων σας αντανακλούν το θέμα του κειμένου. Είναι πάρα πολύ %2$sΜην υπερβάλλετε με τη βελτιστοποίηση%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$s Μήκος SEO τίτλου%3$s: %2$sΠαρακαλώ δημιουργήστε έναν SEO τίτλο%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sΜήκος SEO τίτλου%3$s: Ο SEO τίτλος σας είναι μεγαλύτερος από το όριο προβολής.%2$sΔοκιμάστε να τον συντομεύσετε.%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sΜήκος SEO τίτλου%2$s: Καλή δουλειά!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sΜήκος SEO τίτλου%3$s: Ο SEO τίτλος είναι πολύ μικρός. %2$sΧρησιμοποιήστε το χώρο για να προσθέσετε παραλλαγές φράσεων-κλειδιών ή να δημιουργήσετε αποτελεσματικό περιεχόμενο που ωθεί σε ενέργειες%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sΕξερχόμενοι σύνδεσμοι%2$s: Συνυπάρχουν μη ακολουθούμενοι και φυσιολογικά εξερχόμενοι σύνδεσμοι σε αυτή τη σελίδα. Καλή δουλειά! "],"%1$sOutbound links%2$s: Good job!":["%1$sΕξερχόμενοι σύνδεσμοι%2$s: Καλή δουλειά!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sΕξερχόμενοι σύνδεσμοι%3$s: Όλοι οι εξερχόμενοι σύνδεσμοι για αυτή τη σελίδα είναι μη ακολουθούμενοι (nofollowed). %2$sΠροσθέστε μερικούς φυσιολογικούς συνδέσμους%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sΕξερχόμενοι σύνδεσμοι%3$s: Δεν εμφανίζονται εξωτερικοί σύνδεσμοι σε αυτή τη σελίδα. %2$sΠροσθέστε μερικούς%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sΜήκος μετα-περιγραφής%2$s: Πολύ καλά!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sΜήκος μετα-περιγραφής%3$s: Η μετα-περιγραφή είναι πάνω από %4$d χαρακτήρες. Για να διασφαλίσετε πως θα είναι ορατη ολόκληρη η περιγραφή, %2$sθα πρέπει να μειώσετε το μήκος της%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sΜήκος μετα-περιγραφής%3$s: Η μετα-περιγραφή είναι πολύ μικρή (κάτω από %4$d χαρακτήρες). Πάνω από %5$d χαρακτήρες είναι διαθέσιμοι. %2$sΧρησιμοποιήστε το διαθέσιμο χώρο%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sΜήκος μετα-περιγραφής%3$s: Δεν έχει διευκρινιστεί η μετα-περιγραφή. Οι μηχανές αναζήτησης αναρτούν περιεχόμενο από τη σελίδα αντ'αυτού. %2$sΒεβαιώσου ότι θα συμπληρώσεις τη μετα-περιγραφή%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sΦράση-κλειδί στη μετα-περιγραφή%2$s: Η μετα-περιγραφή έχει οριστεί, αλλά δεν διαθέτει τη φράση-κλειδί. %3$sΔιορθώστε το%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sΦράση-κλειδί στη μετα-περιγραφή%2$s: Η μετα-περιγραφή περιέχει τη φράση-κλειδί %3$s φορές, όπου είναι πάνω από το προτεινόμενο όριο των 2 φορών. %4$sΠεριορίστε το%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sΦράση-κλειδί στη μετα-περιγραφή%2$s: Η φράση-κλειδί ή συνώνυμο της εμφανίζονται στην μετα-περιγραφή. Καλή δουλειά!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sΜήκος φράσης-κλειδιού%5$s: Η φράση-κλειδί διαθέτει %1$d λέξεις. Αυτές είναι πολύ παραπάνω από το ανώτατο προτεινόμενο όριο των %2$d λέξεων. %4$sΣυντομεύστε τη φράση-κλειδί%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sΜήκος φράσης-κλειδιού%5$s: Η φράση-κλειδί διαθέτει %1$d λέξεις. Είναι περισσότερες από το ανώτατο προτεινόμενο όριο των %2$d λέξεων. %4$sΣυντομεύστε τη φράση-κλειδί%5$s! "],"%1$sKeyphrase length%2$s: Good job!":["%1$sΜήκος φράσης-κλειδιού%2$s: Καλή δουλειά! "],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sΜήκος φράσης-κλειδί%3$s: Δεν έχει οριστεί φράση-κλειδί για αυτήν την σελίδα. %2$sΟρίστε μια φράση-κλειδί ώστε να υπολογιστεί η SEO βαθμολογία σας%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sΦράση-κλειδί στην εισαγωγή%3$s: Η φράση-κλειδί ή τα συνώνυμά της δεν εμφανίζονται στην πρώτη παράγραφο. %2$sΒεβαιωθείτε ότι το θέμα γίνεται απευθείας ξεκάθαρο%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sΦράση-κλειδί στην εισαγωγή%3$s:Η φράση-κλειδί ή τα συνώνυμά της εμφανίζονται στην πρώτη παράγραφο του κειμένου, αλλά όχι σε μία πρόταση. %2$sΔιορθώστε το%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sΦράση-κλειδί στην εισαγωγή%2$s: Εξαιρετικά!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sΕσωτερικοί σύνδεσμοι%2$s: Συνυπάρχουν μη ακολουθούμενοι και φυσιολογικοί εσωτερικοί σύνδεσμοι σε αυτήν τη σελίδα. Καλή δουλειά!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sΕσωτερικοί σύνδεσμοι%2$s: Έχετε καλό αριθμό εσωτερικών συνδέσμων. Καλή δουλειά!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sΕσωτερικοί σύνδεσμοι%3$s: Οι εσωτερικοί σύνδεσμοι σε αυτήν την σελίδα είναι όλοι μη ακολουθούμενοι. %2$sΠροσθέστε μερικούς καλούς εσωτερικούς συνδέσμους%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sΕσωτερικοί σύνδεσμοι%3$s: Δεν εμφανίζονται εσωτερικοί σύνδεσμοι σε αυτήν την σελίδα, %2$sΠροσθέστε μερικούς%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sΣυνδετικές λέξεις%2$s: Πολύ καλά!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sΣυνδετικές λέξεις%2$s: Μόνο %3$s από τις προτάσεις περιέχουν συνδετικές λέξεις, το οποίο δεν είναι αρκετό. %4$sΧρησιμοποιήστε περισσότερες%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sΣυνδετικές λέξεις%2$s: Καμία από τις προτάσεις δεν περιέχει συνδετικές λέξεις. %3$sΧρησιμοποιήστε μερικές%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sΜη επαρκές περιεχόμενο%2$s: %3$sΠαρακαλώ προσθέστε ορισμένο περιέχομενο για να πραγματοποιηθεί καλύτερη ανάλυση%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sΚατανομή επικεφαλίδας%2$s: Δεν χρησιμοποιείτε καθόλου επικεφαλίδες, αλλά το κείμενο σας είναι αρκετά σύντομο και ενδεχομένως δεν τις χρειάζεται. "],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sΚατανομή επικεφαλίδας%2$s: Δεν χρησιμοποιείτε καθόλου επικεφαλίδες, παρόλο που το κείμενό σας είναι μακροσκελές. %3$sΠροπαθήσετε να προσθέσετε μερικές%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sΚατανομή επικεφαλίδας%2$s: %3$d μέρος του κειμένου σας είναι μακρύτερο από %4$d λέξεις και δεν είναι χωρισμένο με επικεφαλίδες. %5$sΠροσθέστε επικεφαλίδες για να βελτιώσετε την αναγνωσιμότητα του κειμένου%2$s.","%1$sΚατανομή επικεφαλίδας%2$s: %3$d μέρη του κειμένου σας είναι μακρύτερα από %4$d λέξεις και δεν είναι χωρισμένα με επικεφαλίδες. %5$sΠροσθέστε επικεφαλίδες για να βελτιώσετε την αναγνωσιμότητα του κειμένου%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sΚατανομή επικεφαλίδας%2$s: Πολύ καλή δουλειά!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":["%1$sΜήκος πρότασης%2$s: Εξαιρετικά!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["Καλή δουλειά!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":["Απενεργοποιημένο"],"Allow Control":["Επέτρεψε έλεγχο"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Φράση κλειδί : "],"Remove keyphrase":["Αφαίρεση φράσης κλειδί"],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":["άνω κάτω τελεία"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Και το %1$s και το %2$s διαχειρίζονται το SEO του ιστότοπου σας. Το να έχετε δύο πρόσθετα για το SEO την ίδια χρονική στιγμή είναι επιβλαβές."],"There is a new notification.":["Υπάρχει μια νέα ειδοποίηση.","Υπάρχουν νέες ειδοποιήσεις."],"Learn more about the readability analysis":["Μάθετε περισσότερα για την ανάλυση αναγνωσιμότητας."],"Describe the duration of the instruction:":["Περιγράψτε την διάρκεια της οδηγίας:"],"Optional. Customize how you want to describe the duration of the instruction":["Προαιρετικό. Προσαρμόστε το πως θέλετε να περιγράψετε την διάρκεια της οδηγίας "],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Αυτή είναι μία λίστα από σχετικό περιεχόμενο το οποίο θα μπορούσατε να συνδέσετε στο άρθρο σας {{a}}Διαβάστε το άρθρο μας σχετικά με την δομή του ιστότοπου{{/a}} μαθαίνοντας περισσότερα για το internal linking μπορεί να βοηθήσει στην βελτιστοποίηση του SEO σας."],"%s, %s and %s":["%s, %s και %s"],"%s and %s":["%s και %s"],"%d minute":["%d λεπτό","%d λεπτά"],"%d hour":["%d ώρα","%d ώρες"],"%d day":["%d μέρα","%d μέρες"],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":["Προαιρετικό. Αυτό μπορεί να σας δώσει καλύτερο έλεγχο στο styling των βημάτων."],"CSS class(es) to apply to the steps":["Κλάση(εις) της CSS που θα εφαρμοστούν στα βήματα."],"minutes":["λεπτά"],"hours":["ώρες"],"days":["μέρες"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Δημιουργήστε έναν οδηγό \"Πώς-να\" σε ένα φιλικό περιβάλλον σύμφωνα με το SEO. Μπορείτε να χρησιμοποιήσετε ένα μόνο \"Πως-να\" για κάθε άρθρο."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":[""],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":["Απαιτούμενος χρόνος"],"Move question down":["Μετακίνηση ερώτησης κάτω"],"Move question up":["Μετακίνηση ερώτησης επάνω"],"Insert question":["Εισαγωγή ερώτησης"],"Delete question":["Διαγραφή ερώτησης"],"Enter the answer to the question":["Δώστε απάντηση στην ερώτηση"],"Enter a question":["Δώστε ερώτηση"],"Add question":["Προσθήκη ερώτησης"],"Frequently Asked Questions":["Συχνές ερωτήσεις"],"Great news: you can, with %s!":["Σπουδαία νέα : μπορείς με %s!"],"Select the primary %s":["Επέλεξε το πρωτεύον %s"],"Check links to this URL":["Έλεγχος συνδέσμων σε αυτό το URL"],"Keyword research training":["Εκπαίδευση για την έρευνα σχετικά με τις λέξεις κλειδιά"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Παρακαλώ ελέγξτε το αρχείο%1$s του πρότυπου%2$s για τον ακόλουθο τύπο περιεχομένων: %3$s.","Παρακαλώ ελέγξτε το αρχείο%1$s των πρότυπων%2$s για τον ακόλουθο τύπο περιεχομένων: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Προσπαθείτε να χρησιμοποιήσετε πολλές λέξεις-κλειδιά; Θα πρέπει να τις προσθέσετε ξεχωριστά παρακάτω."],"Mark as cornerstone content":["Σημειώστε ως το βασικό περιεχόμενο"],"Move step down":["Μετακίνηση ένα βήμα κάτω"],"Move step up":["Μετακίνηση ένα βήμα πάνω"],"Insert step":["Εισαγωγή βήματος"],"Delete step":["Διαγραφή βήματος"],"Add image":["Προσθήκη εικόνας"],"Enter a step description":["Εισάγετε περιγραφή του βήματος"],"Enter a description":["Εισάγετε μια περιγραφή"],"Unordered list":["Μη αριθμημένη λίστα"],"Showing step items as an ordered list.":["Εμφανίστε τα επιμέρους αντικείμενα ως αριθμημένη λίστα"],"Showing step items as an unordered list":["Εμφάνιση των στοιχείων των βημάτων ως αταξινόμητη λίστα."],"Add step":["Προσθήκη βήματος"],"Delete total time":["Διαγραφή συνολικού χρόνου"],"Add total time":["Προσθήκη συνολικού χρόνου"],"How to":["Πως"],"How-to":["Πώς να"],"Snippet Preview":["Προεπισκόπηση αποσπάσματος"],"Analysis results":["Αποτελέσματα ανάλυσης"],"Enter a focus keyphrase to calculate the SEO score":["Παρακαλώ εισάγετε μια λέξη κλειδί προκειμένου να υπολογιστεί το σκορ του SEO"],"Learn more about Cornerstone Content.":["Μάθετε περισσότερα για το Βασικό Περιεχόμενο "],"Cornerstone content should be the most important and extensive articles on your site.":["Το Βασικό Περιεχόμενο πρέπει να είναι τα πιο σημαντικά και εκτενή άρθρα στην ιστοσελίδα σας."],"Restore Site":["Επαναφορά ιστότοπου"],"Network Settings":["Ρυθμίσεις Δικτύου"],"You are not allowed to perform this action.":["Δεν σας επιτρέπετε να εκτελέσετε αυτή την ενέργεια."],"Error: %s":["Σφάλμα: %s"],"Success: %s":["Επιτυχία: %s"],"Site with ID %d not found.":["Η ιστοσελίδα με ID %d δεν βρέθηκε. "],"No site has been selected to restore.":["Δεν έχει επιλεχθεί ιστότοπος για επαναφορά"],"You are not allowed to modify unregistered network settings.":["Δεν σας επιτρέπεται να κάνετε κάποια αλλαγή στις ρυθμίσεις μη καταχωρημένου δικτύου."],"deleted":["διαγράφηκε"],"Would you like to add another keyphrase?":["Θα θέλατε να εισάγετε ακόμα μια φράση κλειδί;"],"image preview":["προεπισκόπηση εικόνας"],"Copied!":["Αντιγράφηκε!"],"Not supported!":["Δεν υποστηρίζεται!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Διαβάστε {{a}}το άρθρο μας σχετικά με την δομή της ιστοσελίδας{{/a}} για να μάθετε περισσότερα σχετικά με το πως το internal linking μπορεί να βοηθήσει στην βελτίωση του SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Μόλις προσθέσετε λίγο περισσότερη ύλη, θα σας δώσουμε εδώ μια λίστα με συναφές περιεχόμενο στο οποίο μπορείτε να έχετε ως υπέρ-σύνδεσμο στο άρθρο σας. "],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Σκεφτείτε να χρησιμοποιήσετε υπέρ-σύνδεσμο για αυτά τα {{a}}βασικά άρθρα:{{/a}}"],"Consider linking to these articles:":["Σκεφτείτε να χρησιμοποιήσετε υπέρ-σύνδεσμο για αυτά τα άρθρα:"],"Copy link":["Αντιγραφή συνδέσμου"],"Copy link to suggested article: %s":["Αντιγραφή συνδέσμου στο προτεινόμενο άρθρο: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":["Το μότο της ιστοσελίδας"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Πρόσφατα βελτιώσαμε την λειτουργία των ρυθμίσεων του Search Appearance. Δυστυχώς, ανακαλύψαμε ότι για μερικές ακραίες περιπτώσεις, η αποθήκευση των ρυθμίσεως για ένα συγκεκριμένο αρχείο (archive) τύπου άρθρου (post type) μπορεί να έχει γίνει λανθασμένα. "],"Not all required fields are given. Missing field %1$s":["Δεν έχουν συμπληρωθεί όλα τα πεδία. Υπολειπόμενο πεδίο %1$s"],"Optimize your site for Google News.":["Βελτιστοποιήστε τον ιστότοπό σας για τo Google News"],"Optimize your shop's SEO and sell more products!":["Βελτιστοποιήστε το SEO του καταστήματός σας και πουλήστε περισσότερα προϊόντα!"],"Be found in Google Video search and enhance your video sharing on social media.":["Βρεθείτε στην αναζήτηση Βίντεο στην Google και ενισχύστε τον διαμοιρασμό του βίντεό σας στα μέσα κοινωνικής δικτύωσης."],"Be found in Google Maps and local results.":["Εμφανιστείτε στον χάρτη της Google και στα τοπικά αποτελέσματα."],"Learn practical SEO skills to rank higher in Google.":["Μάθετε πρακτικές SEO για να εμφανίζεστε ψηλά στη Google."],"Don’t waste time figuring out the best settings yourself.":["Μην χάνετε χρόνο διαμορφώνοντας τις ρυθμίσεις μόνοι σας. "],"Get quick wins to make your site rank higher in search engines.":["Κάντε μικρές νίκες ώστε η κατάταξη της ιστοσελίδας σας να ανέβει στις μηχανές αναζήτησης."],"Add synonyms":["Προσθέστε συνώνυμα"],"Would you like to add keyphrase synonyms?":["Θα θέλατε να προσθέσετε συνώνυμες λέξεις-κλειδια;"],"Would you like to add more than one keyphrase?":["Θα θέλατε να προσθέσετε πάνω απο μία φράση-κλειδί;"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":[""],"Current year":["Τρέχον έτος"],"Page":["Σελίδα"],"Breadcrumb settings for %s archive":[""],"Something went wrong. Please reload the page.":["Κάτι πήγε λάθος. Παρακαλώ φορτώστε πάλι την σελίδα."],"Tagline":[""],"Modify your meta description by editing it right here":["Τροποποιήστε την περιγραφή meta σας επεξεργάζοντάς την εδώ"],"description (custom taxonomy)":["περιγραφή (custom taxonomy)"],"(custom taxonomy)":["(custom taxonomy)"],"(custom field)":["(προσαρμοσμένο πεδίο)"],"Term404":["Term404"],"Caption":["Λεζάντα"],"Pagenumber":["Αριθμόςσελίδας"],"Pagetotal":["Σύνολο σελίδας"],"Page number":["Αριθμός σελίδας"],"User description":["Περιγραφή χρήστη"],"ID":["ID"],"Modified":["Τροποποιήθηκε"],"Post type (plural)":["Τύπος άρθρου (πληθυντικός)"],"Post type (singular)":["Τύπος άρθρου (ενικός)"],"Separator":["Διαχωριστής"],"Search phrase":["Αναζήτηση φράσης"],"Term title":["Τίτλος όρου"],"Term description":["Περιγραφή όρου"],"Tag description":["Περιγραφή ετικέτας"],"Category description":["Περιγραφή κατηγορίας"],"Primary category":["Βασική κατηγορία"],"Category":["Κατηγορία"],"Tag":["Ετικέτα"],"Excerpt only":["Μόνο απόσπασμα"],"Excerpt":["Απόσπασμα"],"Site title":["Τίτλος ιστότοπου"],"Archive title":["Τίτλος ιστορικού"],"Parent title":["Γονικός τίτλος"],"Date":["Ημερομηνία"],"Label":["Λεζάντα"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Μπορείτε να δημιουργήσετε ανακατεύθυνση για να εξασφαλίσετε πως οι επισκέπτες σας δεν θα βλέπουν σελίδες σφάλματος 404 όταν θα πατούν σε διεύθυνση η οποία δεν δουλεύει"],"Search engines and other websites can still send traffic to your deleted post.":["Οι μηχανές αναζήτησης και οι άλλοι ιστότοπου εξακολουθούν να έχουν επαφή με το σβησμένο σας άρθρο"],"Make sure you don't miss out on traffic!":["Σιγουρευτείτε ότι δεν χάνετε κίνηση!"],"You just deleted a %1$s.":["Μόλις διαγράψατε ένα %1$s."],"You just trashed a %1$s.":[""],"Settings for %s archive":["Ρυθμίσεις για το αρχείο %s"],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Url preview":["Προβολή URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":[""],"No results":["Δεν υπάρχουν αποτελέσματα"],"%d result found, use up and down arrow keys to navigate":["","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":[""],"Number of results found: %d":["Αριθμός αποτελεσμάτων: %d"],"Note that not all variables can be used in every field.":["Σημειώστε ότι δεν μπορούν να χρησιμοποιηθούν όλες οι μεταβλητές σε όλα τα πεδία."],"Snippet variables":[""],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":[""],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":[""],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Οι ρυθμίσεις οι ιστότοπου σας επιτρέπουν επισυναπτόμενα URLs να υπάρχουν. Παρακαλώ διαβάστε %1$sαυτό το άρθρο περί πιθανά προβλήματα%2$s με τα επισυναπτόμενα URLs και ελέγξτε αν έχετε τις σωστές ρυθμίσεις για την ιστοσελίδα σας."],"Unknown type %1$s":["Άγνωστος τύπος %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Περιέχει ένα δωρεάν λογαριασμό MyYoast που σας δίνει πρόσβαση στο δωρεάν μάθημα μας: SEO for Beginners!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":[""],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Αποκτήστε τον κωδικό επαλήθευσης Baidu στο %1$sBaidu Εργαλεία για Webmasters%2$s."],"Baidu verification code":["Κωδικός επαλήθευσης Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":["Η εκκαθάριση των δεδομένων %s απέτυχε."],"Content Type":["Τύπος περιεχομένου"],"Filter by content type":["Φιλτράρετε ανά τύπο περιεχομένου"],"Show All Content Types":["Εμφάνιση Όλων Των Τύπων Δεδομένων"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["Αντικαταστάθηκε με ένα κανονικό τίτλο για το αρχείο που παρήγαγε το WordPress"],"Clean":["Εκκαθάριση"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":[""],"Step 5: Clean up":["Βήμα 5: Εκκαθάριση"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":["Βήμα 4: Εκτελέστε τον οδηγό ρυθμίσεων"],"Please check your posts and pages and see if the metadata was successfully imported.":[""],"Step 3: Check your data":["Βήμα 3: Ελέγξτε τα δεδομένα σας"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Βήμα 2: Εισαγωγή"],"Please make a backup of your database before starting this process.":["Παρακαλώ σιγουρευτείτε ότι έχετε κρατήσει αντίγραφα ασφαλείας της βάσεως δεδομένων σας προτού ξεκινήσετε αυτήν την διαδικασία."],"Step 1: Create a backup":["Βήμα 1: Δημιουργία αντιγράφων ασφαλείας"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Ανακαλύψαμε προϋπάρχοντα δεδομένα από ένα η περισσότερα SEO Πρόσθετα στο Site σας. Παρακαλώ ακολουθήστε τα βήματα που ακολουθούν για να εισάγετε αυτά τα δεδομένα:"],"Plugin: ":["Πρόσθετο: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Άρθρα που δεν πρέπει να φαίνονται στα αποτελέσματα αναζήτησης"],"%s data found.":["%s δεδομένα δεν βρέθηκαν."],"%s data successfully removed.":["%s δεδομένα διαγράφηκαν επιτυχώς."],"%s data successfully imported.":["%s δεδομένα εισήχθηκαν επιτυχώς."],"%s data not found.":["%s δεδομένα δεν βρέθηκαν."],"Improve your SEO skills":["Βελτίωσε τις SEO ικανότητες σου"],"24/7 email support":["24/7 Υποστήριξη με email"],"No more dead links a.k.a. 404 pages":["Πείτε αντίο στους νεκρούς συνδέσμου ήτοι σελίδες 404"],"Get real-time suggestions for internal links":["Λάβετε προτάσεις σε πραγματικό χρόνο για εσωτερικούς συνδέσμους"],"Preview your page in Facebook and Twitter":["Προεπισκόπηση της σελίδας σας στο Facebook και το Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":["Βοηθήστε στην αντιγραφή της αρχικής περιγραφής meta."],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Για να επιτρέψετε στις μηχανές αναζήτησης να γνωρίζουν με πιο κοινωνικό προφίλ είναι συνδεδεμένος ο ιστότοπος σας, συμπληρώστε τα στοιχεία των κοινωνικών προφίλ παρακάτω."],"Learn more about your social profiles settings":["Μάθε περισσότερα για τις ρυθμίσεις των κοινωνικών σου προφίλ"],"Remove the categories prefix":["Αφαίρεσε το πρόθεμα κατηγοριών"],"Help on the category prefix setting":["Βοήθεια για την ρύθμιση των προθεμάτων κατηγοριών"],"Learn more about the available variables":["Μάθε περισσότερα για τις διαθέσιμες μεταβλητές"],"Learn more about the RSS feed setting":[""],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":["Μάθετε περισσότερα σχετικά με τις ρυθμίσεις των πολυμέσαων και των συνημμένων συνδέσμων"],"Learn more about the title separator setting":[""],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":["Μάθετε περισσότερα σχετικά με τη ρύθμιση της αρχικής σελίδας"],"Learn more about the special pages setting":["Μάθετε περισσότερα σχετικά με τη ρύθμιση ειδικών σελίδων"],"Help on the date archives search results setting":["Βοήθεια για τη ρύθμιση της ημερομηνίας αναζήτησης αρχείων"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Η μη εμφάνιση των αρχείων για συγγραφείς χωρίς αναρτήσεις στα αποτελέσματα αναζήτησης σημαίνει τεχνικά ότι αυτά θα έχουν meta ρομπότ%1$s και ότι θα αποκλειστούν από τους χάρτες ιστοτόπου XML. %2$sΠερισσότερες πληροφορίες σχετικά με τις ρυθμίσεις αποτελεσμάτων αναζήτησης%3$s."],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":["Βοήθεια για τη ρύθμιση σχετικά με το αρχείο των συγγραφέων στα αποτελεσμάτων αναζήτησης"],"Archives settings help":["Βοήθεια ρυθμίσεων αρχειοθέτησης"],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Αποκτήστε τον κωδικό επαλήθευσης Yandex στο %1$s Yandex Webmaster Tools %2$s."],"Yandex verification code":["Κωδικός επιβεβαίωσης Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Αποκτήστε τον κωδικό επαλήθευσης Google στο %1$sGoogle Search Console%2$s."],"Google verification code":["Κωδικός επιβεβαίωσης Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Αποκτήστε τον κωδικό επαλήθευσης Bing στο %1$sBing Webmaster Tools%2$s. "],"Bing verification code":["Κωδικός επιβεβαίωσης Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":[""],"On":["Ανοιχτό"],"Help on: %s":["Βοήθεια με: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":[""],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":[""],"this author's archives":[""],"Do not allow search engines to show %s in search results.":[""],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":[""],"Category URLs":["URLs κατηγορίας"],"the archive for %s":[""],"Redirect attachment URLs to the attachment itself?":[""],"We recommend you set this to Yes.":[""],"Media & attachment URLs":[""],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":[""],"archives for authors without posts":[""],"Read why XML Sitemaps are important for your site.":[""],"Enable the XML sitemaps that %s generates.":["Ενεργοποιήστε τους XML χάρτες ιστοτόπου που δημιουργεί το %s."],"See the XML sitemap.":[""],"%2$s (current default for %1$s)":[""],"Media":[""],"Content Types":[""],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":[""],"Search Appearance":[""],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":[""],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":[""],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":[""],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":[""],"Search result":["Αποτέλεσμα αναζήτησης"],"Good results":["Καλά αποτελέσματα"],"Get better search results in local search":[""],"Allow customers to pick up their %s order locally":[""],"SEO analysis":[""],"The SEO analysis offers suggestions to improve the SEO of your text.":[""],"Learn how the SEO analysis can help you rank.":["Μάθετε πως η ανάλυση SEO μπορεί να βοηθήσει την κατάταξη σας."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Η ανάλυση αναγνωσιμότητας προσφέρει προτάσεις για βελτίωση της δομής και του στυλ του κειμένου σας."],"Discover why readability is important for SEO.":["Ανακαλύψτε γιατί η αναγνωσιμότητα είναι σημαντική για το SEO."],"Find out how cornerstone content can help you improve your site structure.":[""],"The text link counter helps you improve your site structure.":[""],"Find out how the text link counter can enhance your SEO.":[""],"%s integration":["ενσωμάτωση %s"],"Read more about how %s works.":[""],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Find out why you should upgrade to %s":[""],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Τελευταία άρθρα στο %1$s"],"Need help?":["Χρειάζεστε βοήθεια;"],"Type here to search...":["Γράψτε εδω για αναζήτηση..."],"Search the Yoast Knowledge Base for answers to your questions:":[""],"Remove highlight from the text":[""],"Your site language is set to %s. ":["Η γλώσσα του ιστότοπου είναι ρυθμισμένη σε %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Ξεκινήστε γρήγορα με τον %1$s %2$sοδηγό ρύθμισης%3$s!"],"First-time SEO configuration":[""],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Η γλώσσα του ιστότοπου σας είναι ρυθμισμένη στα %s. Αν αυτό δεν είναι σωστό, επικοινωνήστε με τον διαχειριστή του ιστοτόπου."],"Your site language is set to {language}.":["Η γλώσσα του ιστότοπου είναι ρυθμισμένη σε {language}."],"Highlight this result in the text":["Επισημάνετε αυτό το αποτέλεμα στο κείμενο"],"Considerations":[""],"Errors":["Σφάλματα"],"Change language":["Αλλαγή γλώσσας"],"You cannot create a %s file.":["Δεν μπορείτε να δημιουργήσετε ένα αρχείο %s."],"You cannot edit the %s file.":["Δεν μπορείτε να τροποποιήσετε το %s αρχείο."],"Updated %s":["Επικαιροποιημένο %s"],"Create %s file":["Δημιουργία %s αρχείου"],"Edit the content of your %s:":["Επεξεργαστείτε το περιεχόμενο του %s:"],"Save changes to %s":["Αποθήκευση αλλαγών στο %s"],"%s file":["%s αρχείο"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s και %2$s μπορούν να συνεργαστούν πολύ καλύτερα προσθέτοντας ένα βοηθητικό πρόσθετο. Παρακαλώ εγκαταστήστε %3$s για να βελτιώσετε τη ζωή σας. %4$s."],"More information":["Περισσότερες πληροφορίες"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s και %2$s μπορούν να συνεργαστούν πολύ καλύτερα προσθέτοντας ένα βοηθητικό πρόσθετο. Ενεργοποιήστε %3$s για να βελτιώσετε τη ζωή σας."],"More information about %1$s":["Περισσότερες πληροφορίες σχετικά με %1$s"],"Configuration Wizard":["Οδηγός Παραμετροποίησης"],"You've done it!":["Τα καταφέρατε!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":[""],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":[""],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Σημειώστε το σημαντικότερο %1$s σαν \"περιεχόμενο που αποτελεί ακρογωνιαίο λίθο\" για να βελτιώσετε τη δομή του Ιστοχώρου σας. %2$sΜάθετε περισότερα για το περιεχόμενο τύπου \"ακρογωνιαίου λίθου\"%3$s."],"Loading help center.":["Φόρτωση κέντρου βοήθειας"],"Get support":["Λάβετε υποστήριξη"],"View in KB":["Δείτε σε KB"],"Go back":["Πίσω"],"Go back to the search results":["Πίσω στα αποτελέσματα αναζήτησης"],"(Opens in a new browser tab)":["(Ανοίγει σε νέα καρτέλα)"],"Posts %1$swithout%2$s a focus keyphrase":["Άρθρα %1$sχωρίς%2$s στοχευμένη λέξη κλειδί"],"Hey, your SEO is doing pretty well! Check out the stats:":["To SEO σου πάει πολύ καλά! Δες τα στατιστικά:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Δεν έχεις δημοσιευμένα άρθρα, οι βαθμολογίες για το SEO σου θα εμφανιστούν εδώ αφού κάνεις την πρώτη σου δημοσίευση!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Κάτι άλλο"],"A portfolio":["Ένα χαρτοφυλάκιο"],"A corporation":["Μια εταιρεία"],"A small offline business":["Μια μικρή επιχείρηση εκτός διαδικτύου"],"A news channel":["Ένα κανάλι ειδήσεων"],"An online shop":["Ένα ηλεκτρονικό κατάστημα"],"A blog":["Ένα ιστολόγιο"],"What does the site %1$s represent?":["Τι αναπαριστά η ιστοσελίδα %1$s;"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Επιλογή Β: Ο ιστότοπός μου βρίσκεται υπό κατασκευή και δεν πρέπει να ευρετηριαστεί"],"Option A: My site is live and ready to be indexed":["Επιλογή A: Ο ιστότοπός μου λειτουργεί κανονικά και είναι έτοιμος για ευρετηρίαση"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Παρακαλούμε προσδιορίστε αν η σελίδα σας είναι υπό κατασκευή ή ήδη ενεργή."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Διάβασε περισσότερα σαν αυτό στο ιστολόγιό μας για το SEO"],"Readability: %s":[""],"Not activated":["Μη ενεργή"],"Activated":["Ενεργοποιημένη"],"%1$s recommendations for you":["%1$s προτάσεις για εσάς"],"All Readability Scores":["Όλα τα Σκορ Αναγνωσιμότητας"],"Filter by Readability Score":["Φιλτράρισμα ανά Σκορ Αναγνωσιμότητας"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Δεν λαμβάνετε ενημερώσεις ή υποστήριξη! Διορθώστε αυτό το πρόβλημα προσθέτοντας αυτόν τον ιστότοπο και ενεργοποιώντας τον %1$s εδώ %2$s."],"Request method %1$s is not valid.":["Η μέθοδος αιτήματος %1$s δεν είναι έγκυρη."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Θέλετε να δείτε σε προεπισκόπηση πώς θα φαίνεται όταν οι άνθρωποι κοινοποιούν αυτό το άρθρο στο %1$s? Μπορείτε με το %2$s."],"Good job! All the links in your texts have been counted.":["Καλή δουλειά! Όλοι οι σύνδεσμοι στα κείμενά σας έχουν καταμετρηθεί."],"Calculation completed.":["Ο υπολογισμός ολοκληρώθηκε."],"Calculation in progress...":["Υπολογισμός σε εξέλιξη..."],"Stop counting":["Διακοπή καταμέτρησης"],"Counting links in your texts":["Καταμέτρηση συνδέσμων στα κείμενα σας"],"Text %1$s of %2$s processed.":["%1$s απο %2$s έχουν επεξεργαστεί"],"All your texts are already counted, there is no need to count them again.":["Όλα τα κείμενα σας έχουν καταμετρηθεί, δεν χρειάζεται να τα μετρήσετε ξανά."],"Count links in your texts":["Καταμέτρηση συνδέσμων στα κείμενα σας"],"Text link counter":["Μετρητής συνδέσμων κειμένου"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Αριθμός εσωτερικών συνδέσμων που συνδέονται με αυτήν την ανάρτηση. Για περισσότερες πληροφορίες, ανατρέξτε στο κείμενο \"Yoast Columns\" στην καρτέλα βοήθειας"],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["Το %1$s προσθέτει αρκετές στήλες σε αυτήν τη σελίδα. Έχουμε γράψει ένα άρθρο σχετικά με το %2$sπώς μπορούμε να χρησιμοποιήσουμε τη βαθμολογία SEO και την βαθμολογία αναγνωσιμότητας %3$s. Οι στήλες των συνδέσμων εμφανίζουν τον αριθμό των άρθρων σε αυτόν τον ιστότοπο που συνδέουν αυτό το άρθρο με %5$sτο%6$s και τον αριθμό των συνδεδεμένων διευθύνσεων URL %5$sαπό%6$s αυτό το άρθρο. Μάθετε περισσότερα σχετικά με το %4$sπώς μπορείτε να χρησιμοποιήσετε αυτές τις λειτουργίες για να βελτιώσετε τις εσωτερικές συνδέσεις σας %3$s, οι οποίες ενισχύουν σε μεγάλο βαθμό το SEO σας."],"%s Columns":["%s Στηλών"],"Readability score":["Βαθμολογία αναγνωσιμότητας"],"Other benefits of %s for you:":["Άλλα προνόμια του %s για εσάς:"],"Scroll to see the preview content.":["Μετακινηθείτε με κύλιση για να δείτε την προεπισκόπηση του περιεχομένου."],"Cornerstone content":["Σημαντικό περιεχόμενο"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Αν θέλετε να ξεπεράσετε τον ανταγωνισμό σε μια συγκεκριμένη πόλη ή περιοχή, ελέγξτε την προσφορά μας %1$s! Θα μπορείτε να εισάγετε εύκολα χάρτες της Google, ώρες λειτουργίας, πληροφορίες επικοινωνίας και εντοπισμό καταστήματος. Εκτός αυτού, το %1$s σας βοηθά να βελτιώσετε τη χρηστικότητα της σελίδας επικοινωνίας σας."],"Attract more customers near you":["Προσεγγίστε περισσότερους πελάτες κοντά σας."],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Θέλετε να μάθετε όλες τις προσθήκες του πρόσθετου %1$s ; Θέλετε να μάθετε τα πάντα σχετικά με τις ρυθμίσεις για προχωρημένους; Θέλετε να μπορέσετε πραγματικά να αξιοποιήσετε στο έπακρο το πρόσθετο %1$s; Δοκιμάστε το πρόσθετο %1$s και ξεκινήστε να ξεπεράσετε τον ανταγωνισμό!"],"Get the most out of %1$s with the %2$s":["Αξιοποιήστε στο έπακρο το %1$s με το %2$s"],"Upgrade to Premium":["Αναβάθμιση σε Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Ξεπεράστε τον ανταγωνισμό με το %s"],"You might like":["Ίσως σας αρέσει"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Εντοπίσαμε ότι δεν έχετε ολοκληρώσει ακόμα αυτόν τον οδηγό, γι 'αυτό σας συνιστούμε να %2$sεκκινήσετε τον οδηγό ρύθμισης παραμέτρων για να ρυθμίσετε το %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Ο οδηγός ρύθμισης παραμέτρων σάς βοηθά να διαμορφώσετε εύκολα τον ιστότοπό σας για να έχετε τις βέλτιστες ρυθμίσεις SEO."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Κάντε αναβάθμιση στην έκδοση Premium και οι ειδικοί μας θα είναι εκεί για να απαντήσουν σε τυχόν ερωτήσεις που έχετε σχετικά με τη ρύθμιση και τη χρήση του πρόσθετου."],"Superfast internal linking suggestions":["Έξυπνες προτάσεις εσωτερικών συνδέσεων"],"Great news: you can, with %1$s!":["Καλά νέα: μπορείτε, με το %1$s!"],"Save changes":["Αποθήκευση αλλαγών"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":[""],"%1$sSocial media preview%2$s: Facebook & Twitter":[""],"%1$sNo more dead links%2$s: easy redirect manager":[""],"No ads!":["Χωρίς διαφημίσεις!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Προεπισκόπηση κοινωνικών δικτύων"],"Easy redirect manager":["Εύκολος διαχειριστής ανακατεύθυνσης"],"No more dead links":["Χωρίς άλλα dead links"],"Increase your SEO reach":["Επεκτείνετε την προσέγγιση σας με το SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":[""],"Variable":["Μεταβλητή"],"Available variables":["Διαθέσιμες μεταβλητές"],"Scroll to see the table content.":["Πηγαίνετε πιο κάτω για να δείτε το περιεχόμενο του πίνακα."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Ανατρέξτε στο %1$sάρθρο μας σχετικά με τον τρόπο σύνδεσης του ιστοτόπου σας με την κονσόλα αναζήτησης Google%2$s εάν χρειάζεστε βοήθεια."],"An error occurred in the '%1$s' assessment":["Παρουσιάστηκε σφάλμα στην αξιολόγηση '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s των λέξεων περιλαμβάνει %2$s περισσότερες %3$s συλλαβές %4$s οι οποίες είναι περισσότερες από το μέγιστο επιτρεπτό του %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":[""],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Η μετά-περιγραφή περιλαμβάνει %1$d προτάσεις %2$s από %3$s λέξεις %4$s. Προσπάθησε να ελαττώσεις την πρόταση.","Η μετά-περιγραφή περιλαμβάνει %1$d προτάσεις %2$s από %3$s λέξεις %4$s. Προσπαθήστε να ελαττώσεετε την πρόταση."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Η μετά-περιγραφή περιλαμβάνει μή προτάσεις %1$s από %2$s λέξεις %3$s."],"Step %1$d: %2$s":["Βήμα %1$d: %2$s"],"No new notifications.":["Δεν υπάρχουν νέες ειδοποιήσεις."],"Save all":["Αποθήκευση Όλων"],"Save":["Αποθήκευση"],"%1$s, Author at %2$s":["%1$s, Συντάκης στο %2$s"],"Mobile preview":["Προεπισκόπηση σε κινητό"],"Desktop preview":["Προεπισκόπηση σε οθόνη υπολογιστή"],"Select redirect":["Επιλέξτε ανακατεύθυνση"],"Please provide an SEO title by editing the snippet below.":["Δώσε έναν SEO τίτλο μορφοποιώντας το απόσπασμα πιο κάτω"],"Meta description preview:":["Προεπισκόπηση Μeta περιγραφής:"],"Slug preview:":["Προεπισκόπηση σύντομου ονόματος:"],"SEO title preview:":["Προεπισκόπηση τίτλου SEO:"],"Close snippet editor":["Κλείσε την μορφοποίηση αποσπάσματος"],"Slug":["Σύντομη περιγραφή"],"Remove marks in the text":["Αφαιρέστε τα σημάδια από το κείμενο"],"Mark this result in the text":["Σημειώστε αυτό το αποτέλεσμα μέσα στο κείμενο"],"Marks are disabled in current view":["Τα σημάδια είναι απενεργοποιημένα σ' αυτή την όψη"],"Good SEO score":["Πολύ καλή SEO βαθμολογία"],"OK SEO score":["Καλή SEO βαθμολογία"],"Feedback":["Ανάδραση"],"ok":["ok"],"Choose an image":["Επιλέξτε φωτογραφία"],"Remove the image":["Αφαιρέστε την φωτογραφία"],"MailChimp signup failed:":["Η εγγραφή μέσω MailChimp απέτυχε:"],"Sign Up!":["Εγγραφή!"],"Name":["Όνομα"],"There is an error with the request.":["Υπάρχει ένα λάθος με την αίτηση."],"Select profile":["Επιλογή προφίλ"],"Choose a profile":["Επιλέξτε ένα προφίλ"],"Authorization code":[""],"Reauthenticate with Google":["Εκ νέου έλεγχος ταυτότητας μέσω Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Για να καταστεί δυνατή η σύδεση %s με τις πληροφορίες σας στο Google Search Console, παρακαλούμε εισάγετε τον κωδικό εξουσιοδότησης Google. Κάνοντας κλικ στο παρακάτω κουμπί θα ανοίξει ένα νέο παράθυρο."],"Please provide a meta description by editing the snippet below.":["Δώσε μια μετα-περιγραφή μορφοποιώντας το απόσπασμα πιο κάτω"],"Edit snippet":["Μορφοποίησε το απόσπασμα"],"You can click on each element in the preview to jump to the Snippet Editor.":["Μπορείτε να κάνετε κλικ σε κάθε στοιχείο στην προεπισκόπηση για να μεταβείτε στον Επεξεργαστή Αποσπάσματος."],"SEO title preview":["Προεπισκόπηση τίτλου SEO"],"Meta description preview":[""],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Προέκυψε πρόβλημα κατά την αποθήκευση αυτού του βήματος, {{link}} παρακαλώ στείλτε μια αναφορά λάθους {{/link}} περιγράφοντας σε ποιο βήμα βρίσκεστε και ποιες αλλαγές θέλετε να κάνετε (αν υπάρχουν)."],"Close the Wizard":["Κλείστε τον οδηγό"],"Export settings":["Εξαγωγή ρυθμίσεων"],"%1$s video tutorial":["%1$s video εκμάθησης"],"%s › Configuration Wizard":["%s › Οδηγός Παραμετροποίησης"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Αν αντιμετωπίζετε προβλήματα, %1$sπαρακαλούμε υποβάλετε μία αναφορά σφαλμάτος%2$s και θα κάνουμε ότι είναι δυνατόν να σας βοηθήσουμε."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Προσέξαμε ότι χρησιμοποιείτε το %1$s για καιρό; ελπίζουμε να σας αρέσει! Θα ήμασταν ευτυχείς αν μας %2$sβαθμολογούσατε με 5 αστέρια στο WordPress.org%3$s!"],"Date archives settings":["Ρυθμίσεις ημερομηνίας αρχείων "],"Author archives settings":["Ρυθμίσεις αρχείων δημιουργών"],"%1$s by %2$s":["%1$s από %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":[""],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(χωρίς τίτλο)"],"%s installation wizard":["%s οδηγός εγκατάστασης"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":[""],"Admin bar menu":["Μενού γραμμής διαχειριστή"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Χαρακτηριστικά"],"SEO title":["Τίτλος SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":[""],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":[""],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Η Google εμφανίζει το όνομα της ιστοσελίδας σας στα αποτελέσματα αναζήτησης, αν θέλετε να το αλλάξετε, μπορείτε να το κάνετε εδώ."],"Greater than sign":["Μεγαλύτερο από αυτό το σύμβολο"],"Less than sign":["Σύμβολο \"Μικρότερο από\""],"Right angle quotation mark":["Δείκτης εισαγωγής δεξιάς γωνίας"],"Left angle quotation mark":["Δείκτης εισαγωγής αριστερής γωνίας"],"Small tilde":["Μικρή πεσπιρώμενη"],"Vertical bar":["Κάθετη μπάρα"],"Low asterisk":["Χαμηλός αστερίσκος"],"Asterisk":["Αστερίσκος"],"Bullet":["Κουκίδα"],"Middle dot":["Μεσαία τελεία"],"Em dash":["Παύλα Em"],"En dash":["Παύλα En"],"Dash":["Παύλα"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Επιλέξτε το σύμβολο που θα χρησιμοποιηθεί ως διαχωριστής τίτλου. Αυτό θα εμφανιστεί, για παράδειγμα, μεταξύ του τίτλου της ανάρτησης και του ονόματος του ιστότοπού σας. Τα σύμβολα εμφανίζονται στο μέγεθος που θα εμφανίζονται στα αποτελέσματα αναζήτησης."],"The name of the person":["Το όνομα του φυσικού προσώπου"],"No":["Όχι"],"Yes":["Ναι"],"Does, or will, your site have multiple authors?":["Μήπως, ο ιστότοπος σας έχει ή θα έχει πολλούς συντάκτες;"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":[""],"Success!":["Επιτυχία!"],"Title settings":["Ρυθμίσεις τίτλων"],"Google Search Console":["Google Search Console"],"Multiple authors":["Πολλαπλοί συντάκτες"],"Site type":["Τύπος ιστοσελίδας"],"Environment":["Περιβάλλον"],"Yoast option %1$s not found.":["Η επιλογή Yoast %1$s δεν βρέθηκε."],"Google Structured Data Test":["Έλεγχος Δομημένων Δεδομένων Google"],"Posts list":["Λίστα άρθρων"],"Posts list navigation":["Πλοήγηση λίστας άρθρων"],"Filter posts list":["Φιλτράρισμα λίστας άρθρων"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Σημείωση: Σύνδεσμοι προς τα αρχεία άρθρων μπορεί και πάλι να παραχθούν από το θέμα σας και θα χρειαστεί να τους αφαιρέσετε ξεχωριστά."],"%1$s to optimize your site even further":["%1$s για να βελτιστοποιήσετε ακόμη περισσότερο την ιστοσελίδα σας"],"%1$s extensions":["%1$s επεκτάσεις"],"Comes with our 30-day no questions asked money back guarantee":["Έρχεται με 30 ημέρες, χωρίς-ερωτήσεις. εγγύηση επιστροφής χρημάτων"],"More information %1$sabout %3$s%2$s":["Περισσότερα %1$sγια %3$s%2$s"],"Installed":["Εγκατεστημένο"],"gain access to our 24/7 support team.":["αποκτήστε πρόσβαση στην 24/7 ομάδα υποστήριξής μας."],"Premium support":["Υποστήριξη Premium"],"check what your Facebook or Twitter post will look like.":["ελέγξτε πώς θα μοιάζει με η ανάρτησή σας στο Facebook ή στο Twitter."],"Social previews":["Προεπισκόπηση κοινωνικών δικτύων"],"create and manage redirects from within your WordPress install.":[""],"Redirect manager":[""],"%1$s, take your optimization to the next level!":["%1$s, προχωρήστε την βελτιστοποίησή σας στο επόμενο επίπεδο!"],"A seamless integration between %1$s and %2$s":[""],"Use %1$s breadcrumbs instead of %2$s ones":["Χρησιμοποιήστε αυτές τις ρυθμίσεις σελιδοποίησης %1$s αντί για αυτές %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Εισαγάγετε εύκολα τους Χάρτες Google, έναν εντοπιστή καταστημάτων, ώρες λειτουργίας και πολλά άλλα"],"Creates XML News Sitemaps":["Δημιουργεί Χάρτη Ιστοσελίδων Ειδήσεων XML"],"Immediately pings Google on the publication of a new post":["Ενημερώνει αμέσως την Google για τη δημοσίευση ενός νέου άρθρου"],"Optimize your site for Google News":["Βελτιστοποιήστε τον ιστότοπό σας για τις Ειδήσεις Google"],"Make videos responsive through enabling fitvids.js":["Δημιουργήστε βίντεο με δυνατότητα απόκρισης μέσω ενεργοποίησης του fitvids.js"],"Enhance the experience of sharing posts with videos":["Βελτιώστε την εμπειρία της της κοινοποίησης άρθρων με βίντεο"],"Show your videos in Google Videos":["Δείξτε τα βίντεό σας στο Google Videos"],"Crawl issues list":["Λίστα ζητημάτων ανίχνευσης "],"Crawl issues list navigation":["Πλοήγηση στη λίστα ζητημάτων ανίχνευσης "],"Edit “%s”":["Επεξεργασία “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Ειδοποιήσεις"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["Απενεργοποιήστε την ανάλυση SEO"],"Twitter settings":["Ρυθμίσεις Twitter"],"Pinterest settings":["Ρυθμίσεις Pinterest"],"Facebook settings":["Ρυθμίσεις Facebook"],"Title separator symbol":["Σύμβολο διαχωρισμού τίτλου"],"RSS feed settings":["Ρυθμίσεις ροής RSS"],"Breadcrumbs settings":["Ρυθμίσεις σελιδοποίησης"],"Make primary":["Κάντε κύριο"],"Enter your Google Authorization Code and press the Authenticate button.":["Εισαγάγετε τον Κώδικα Εξουσιοδότησης Google και πατήστε το κουμπί Επαλήθευση ταυτότητας."],"Knowledge base article":["Άρθρο βάσης γνώσεων"],"Open the knowledge base article in a new window or read it in the iframe below":["Ανοίξτε το άρθρο της βάσης γνώσεων σε ένα νέο παράθυρο ή διαβάστε το στο iframe παρακάτω"],"Search results":["Αποτελέσματα αναζήτησης"],"%s notification":["%s ειδοποίηση","%s ειδοποιήσεις"],"Disable readability analysis":["Απενεργοποιήστε την ανάλυση αναγνωσιμότητας"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Ανάλυση αναγνωσιμότητας"],"Needs improvement":["Χρειάζεται βελτίωση"],"Readability":["Αναγνωσιμότητα"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Προσπαθείτε να φορτώσετε αρχεία που δεν έχουν μικροδιαμορφωθεί, αυτά είναι διαθέσιμα μόνο στο πακέτο ανάπτυξής μας. Ελέγξτε το %1$s για να δείτε όλα τα αρχεία προέλευσης."],"Improvements":["Βελτιώσεις"],"Dismiss this item.":["Απόρριψη αυτού του στοιχείου."],"Good job! We could detect no serious SEO problems.":["Καλή δουλειά! Δεν μπορούμε να εντοπίσουμε σοβαρά προβλήματα σχετικά με το SEO."],"We have detected the following issues that affect the SEO of your site.":["Εντοπίσαμε τα ακόλουθα ζητήματα που επηρεάζουν το SEO του ιστότοπού σας."],"Problems":["Προβλήματα"],"Analysis":["Ανάλυση"],"Not available":["Δεν είναι διαθέσιμο"],"Filter by SEO Score":["Φίλτρο ανάλογα με τη Βαθμολογία SEO"],"Meta description not set.":["Δεν έχει οριστεί η περιγραφή μεταδεδομένων."],"Video tutorial":["Βίντεο εκμάθησης"],"Email support is a %s feature":["Η υποστήριξη ηλεκτρονικού ταχυδρομείου είναι ένα χαρακτηριστικό %s"],"Knowledge base":["Γνωσιακή βάση"],"Open":["άνοιγμα"],"Loading...":["Φόρτωση..."],"Something went wrong. Please try again later.":["Κάτι πήγε στραβά. Παρακαλώ δοκιμάστε ξανά αργότερα."],"No results found.":["Δεν βρέθηκαν αποτελέσματα."],"Dashboard":["Πίνακας Ελέγχου"],"You can fix this on the %1$sPermalink settings page%2$s.":["Μπόρείτε να το διορθώσετε αυτό στη %1$sσελίδα ρυθμίσεων Μόνιμων Συνδέσμων%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Η σελιδοποίηση των σχολίων είναι ενεργή, αυτό δεν είναι απαραίτητο στις 999 από τις 1000 περιπτώσεις, σας συνιστούμε να το απενεργοποιήσετε."],"Replaced with the primary category of the post/page":["Αντικαταστάθηκε με την κύρια κατηγορία της σελίδας/άρθρου"],"Pinterest confirmation":["Επιβεβαίωση Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Εάν έχετε ήδη επιβεβαιώσει τον ιστότοπό σας με το Pinterest, μπορείτε να παραλείψετε το παρακάτω βήμα."],"Format-based archives":["Αρχεία βάση μορφής"],"Webmaster Tools verification":["Επαλήθευση Webmaster Tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Ακολούθησε το %1$s εκπαίδευσης Wordpress και γίνε πιστοποιημένος %1$s Ειδικός!"],"Want to be a %s Expert?":["Θέλεις να γίνεις ένας %s Ειδικός;"],"Buy %s":["Αγορά %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Νέος %1$s Τίτλος"],"Existing %1$s Title":["Υπάρχον %1$s Τίτλος"],"Expected an integer as input.":["Αναμενόταν εισαγωγή ακεραίου αριθμού."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Προσπαθήσαμε να δημιουργήσουμε το κλειδί της μνήμης cache του χάρτη ιστοτόπου, αλλά ο συνδυασμός postfix και prefix αφήνει πολύ λίγο χώρο για να το κάνουμε αυτό. Πιθανότατα έχουμε να κάνουμε με μια σελίδα που είναι πολύ έξω από το αναμενόμενο εύρος."],"Remove":["Διαγραφή"],"Keep":["Διατήρηση"],"Bold the last page":["Έντονη η τελευταία σελίδα"],"Regular":["Κανονικά"],"Bold":["Έντονα"],"Show Blog page":["Εμφάνιση σελίδας Ιστολογίου"],"Primary %s":["Πρωταρχικό %s"],"Primary":["Αρχικό"],"Make %1$s primary %2$s":["Κάντε το %1$s πρωταρχικό %2$s"],"Term is set to noindex.":["Ο όρος έχει οριστεί ως μη ευρετηριασμένος."],"Author archives":["Αρχεία αρθρογράφων"],"Show":["Εμφάνιση"],"Enabled":["Ενεργοποίηση"],"Disabled":["Απενεργοποίηση"],"%1$s has not fetched your site's indexability status yet from %2$s":[""],"The separator defined in your theme's %s tag.":[""],"No index":[""],"Analyze entire site":["Ανέλυσε όλοκληρο τον ιστότοπο"],"Fetch the current status":["Λήψη της τρέχουσας κατάστασης"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":[""],"Your homepage can be indexed by search engines.":["Η αρχική σας σελίδα μπορεί να ευρετηριωθεί από τις μηχανές αναζήτησης."],"Indexability check by %1$s":["Έλεγχος ευρετηρίου από %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":[""],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":[""],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":[""],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sΗ αρχική σας σελίδα δεν μπορεί να καταχωρηθεί από τις μηχανές αναζήτησης%2$s. Αυτό είναι πολύ κακό για το SEO και πρέπει να διορθωθεί."],"Once Weekly":["Μία φορά την εβδομάδα"],"SEO score":["SEO σκόρ"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["%1$s από %2$s ολοκληρώθηκε."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Έχουμε αναβαθμίσει τον αλγόριθμο βαθμολόγησης SEO. %1$sΚάντε κλίκ εδώ για να υπολογίσετε ξανά όλες τις SEO βαθμολογίες%2$s για όλες τις σελίδες και τα άρθρα."],"Team Yoast":["Ομάδα Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":[""],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Η ενεργοποίηση απέτυχε: "],"The filter extension seem to be unavailable. Please ask your web host to enable it.":[""],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":[""],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Η Standard PHP Library (SPL) επέκταση φαίνεται να μην είναι διαθέσιμη. Παρακαλώ ζητήστε από τον πάροχο φιλοξενίας σας να την ενεργοποιήσει."],"SEO Settings":["Ρυθμίσεις SEO"],"Mobile-Friendly Test":["Δοκιμή Mobile-Friendly"],"Google Page Speed Test":[""],"CSS Validator":[""],"HTML Validator":[""],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Αποσφαλμάτωση Facebook"],"Check Headers":["Έλεγχος Κεφαλίδων"],"Check Google Cache":["Έλεγχος Google Cache"],"Analyze this page":["Ανέλυσε την σελίδα"],"Keyword Research":[""],"%s does not seem to be a valid url. Please correct.":["%s δεν φαίνεται να είναι ένα έγκυρο url. Παρακαλώ διορθώστε."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%s δε μοιάζει να είναι έγκυρο %s κείμενο επαλήθευσης. Παρακαλώ διορθώστε."],"%s Archive":["Αρχείο %s"],"You searched for %s":["Αναζητήσατε %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Περίληψη με μεγάλη εικόνα"],"Summary":["Περίληψη"],"The post %1$s appeared first on %2$s.":["Το άρθρο %1$s εμφανίστηκε πρώτα στο %2$s."],"No numeric value was received.":["Λήφθηκε μη αριθμητική τιμή."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":[""],"The default blog setting must be the numeric blog id of the blog you want to use as default.":[""],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":[""],"Please select a valid post type for taxonomy \"%s\"":["Επιλέξτε έναν έγκυρο τύπο άρθρου για την ταξινομία \"%s\""],"Please select a valid taxonomy for post type \"%s\"":[""],"You searched for":["Αναζητήσατε για"],"Home":["Αρχική"],"Archives for":["Αρχεία για"],"Error 404: Page not found":["Σφάλμα 404: Δεν βρέθηκε η σελίδα"],"Good":["Καλό"],"Replaced with a custom taxonomies description":[""],"Replaced with a posts custom taxonomies, comma separated.":[""],"Replaced with a posts custom field value":[""],"Replaced with the slug which caused the 404":[""],"Replaced with the posts focus keyphrase":[""],"Attachment caption":[""],"Replaced with the current page number":[""],"Replaced with the current page total":[""],"Replaced with the current page number with context (i.e. page 2 of 4)":[""],"Replaced with the post/page author's 'Biographical Info'":[""],"Replaced with the post/page author's 'nicename'":[""],"Replaced with the post/page ID":[""],"Replaced with the post/page modified time":[""],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":[""],"Replaced with the term name":[""],"Replaced with the term description":[""],"Replaced with the tag description":[""],"Replaced with the category description":[""],"Replaced with the post categories (comma separated)":[""],"Replaced with the current tag/tags":[""],"Replaced with the post/page excerpt (without auto-generation)":[""],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":[""],"The site's name":["Το όνομα του site"],"Replaced with the title of the parent page of the current page":[""],"Replaced with the title of the post/page":[""],"Replaced with the date of the post/page":[""],"Page %1$d of %2$d":["Σελίδα %1$d από %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":[""],"A replacement variable with the same name has already been registered. Try making your variable name unique.":[""],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":[""],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":[""],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Η σελίδα δεν βρέθηκε"],"%s Archives":[""],"Search for \"%s\"":["Αναζήτηση για \"%s\""],"Meta description to use for Author page":["Meta περιγραφή για χρήση για την σελίδα συντάκτη"],"Title to use for Author page":[""],"%1$s settings":["%1$s αλλαγές"],"Export your %1$s settings":["Εξάγετε τις %1$s αλλαγές σας"],"Import settings":[""],"Import from other SEO plugins":[""],"Import":["Εισαγωγή"],"If you had a %s file and it was editable, you could edit it from here.":[""],"If your %s were writable, you could edit it from here.":[""],"You don't have a %s file, create one here:":["Δεν έχετε αρχείο robots.txt, δημιουργήστε ένα εδώ:"],"A link to your site, with your site's name and description as anchor text.":[""],"A link to your site, with your site's name as anchor text.":[""],"A link to the post, with the title as anchor text.":[""],"A link to the archive for the post author, with the authors name as anchor text.":[""],"You can use the following variables within the content, they will be replaced by the value on the right.":[""],"Content to put after each post in the feed":[""],"Content to put before each post in the feed":[""],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":[""],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":[""],"How to insert breadcrumbs in your theme":[""],"Blog":["Ιστολόγιο"],"Content type archive to show in breadcrumbs for taxonomies":[""],"Taxonomy to show in breadcrumbs for content types":[""],"Breadcrumb for 404 Page":["Σελιδοδείκτης για σελίδα 404"],"Prefix for Search Page breadcrumbs":[""],"Prefix for Archive breadcrumbs":[""],"Prefix for the breadcrumb path":[""],"Anchor text for the Homepage":[""],"Separator between breadcrumbs":[""],"Enable Breadcrumbs":["Ενεργοποίηση Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Δείτε παρακάτω τα SEO σκορ των άρθρων σας’. Ίσως τώρα είναι η καλύτερη στιγμή για να βελτιώσετε κάποια από τα άρθρα σας!"],"Credits":["Ευχαριστίες"],"« Back to Tools page":[""],"%1$s comes with some very powerful built-in tools:":["%1$s περιέχει κάποια πολύ δυνατά εργαλεία:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":[""],"File editor":["Επεξεργαστής αρχείων"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":[""],"Import and Export":["Εισαγωγή και Εξαγωγή"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":[""],"Bulk editor":["Μαζική επεξεργασία"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":[""],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":[""],"The default card type to use":["Ο προεπιλεγμένος τύπος κάρτας που θα χρησιμοποιηθεί"],"Add Twitter card meta data":["Προσθήκη μεταδεδομένων κάρτας του Twitter"],"This image is used if the post/page being shared does not contain any images.":["Αυτή η εικόνα χρησιμοποιείται όταν κοινοποιούνται άρθρα/σελίδες που δεν περιέχουν εικόνες."],"Default settings":["Προεπιλεγμένες ρυθμίσεις"],"Copy home meta description":["Αντιγραφή περιγραφής μεταδεδομένων της αρχικής σελίδας"],"Description":["Περιγραφή"],"Image URL":["URL εικόνας"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Αυτοί είναι ο τίτλος, η περιγραφή και η εικόνα που χρησιμοποιούνται στις μετα-ετικέτες Open Graph στην πρώτη σελίδα του ιστότοπού σας."],"Frontpage settings":["Ρυθμίσεις αρχικής σελίδας"],"Add Open Graph meta data":["Προσθήκη μεταδεδομένων Open Graph"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Ψευδώνυμο Twitter"],"Facebook Page URL":["Διεύθυνση Σελίδας Facebook"],"Accounts":["Λογαριασμοί"],"Restore site to defaults":["Επαναφέρετε τον ιστότοπο στις προεπιλογές"],"Site ID":["ID Ιστοσελίδας"],"Using this form you can reset a site to the default SEO settings.":["Χρησιμοποιώντας αυτήν τη φόρμα μπορείτε να επαναφέρετε έναν ιστότοπο στις προεπιλεγμένες ρυθμίσεις SEO."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":[""],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":[""],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":[""],"New sites in the network inherit their SEO settings from this site":["Οι νέες τοποθεσίες στο δίκτυό σας κληρονομούν τις ρυθμίσεις SEO από αυτόν τον ιστότοπο"],"Super Admins only":["Super Admins μόνο"],"Site Admins (default)":["Διαχειριστές Ιστότοπου (προεπιλογή)"],"Who should have access to the %1$s settings":["Ποιός θα έπρεπε να έχει πρόσβαση στις επιλογές %1$s"],"spam":["spam"],"mature":["ώριμο"],"archived":["αρχειοθετημένο"],"public":["δημόσιο"],"%s restored to default SEO settings.":["%s αποκαταστάθηκε στις προεπιλεγμένες ρυθμίσεις SEO."],"Settings Updated.":["Οι Ρυθμίσεις Ενημερώθηκαν."],"404 pages":["σελίδες 404"],"Search pages":["Σελίδες αναζήτησης"],"These pages will be %s by default, so they will never show up in search results.":["Αυτές οι σελίδες θα είναι από προεπιλογή %s, επομένως δεν θα εμφανίζονται ποτέ στα αποτελέσματα αναζήτησης."],"Special Pages":["Ειδικές Σελίδες"],"Date-based archives could in some cases also be seen as duplicate content.":["Τα αρχεία που βασίζονται στην ημερομηνία, θα μπορούσαν, σε ορισμένες περιπτώσεις, επίσης να θεωρηθούν ως διπλότυπο περιεχόμενο."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Αν ο ιστότοπος σας ανήκει σε αυτή την περίπτωση τότε μπορείτε είτε να το απενεργοποιήσετε (κάτι που θα το ανακατευθύνει στην αρχική σελίδα), είτε να προσθέσετε %s σε αυτό ώστε να μην εμφανίζεται στα αποτελέσματα αναζήτησης."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Αν το ιστολόγιο σας έχει μόνο έναν συγγραφέα τότε το αρχείο του συγγραφέα θα είναι ακριβώς το ίδιο με την αρχική σας σελίδα. Αυτό ονομάζεται %1$sπρόβλημα διπλότυπου περιεχομένου%2$s."],"Date archives":["Τα αρχεία ημερομηνίας"],"author archives":[""],"Title":["Τίτλος"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Απόκρυψη"],"Date in Snippet Preview":["Ημερομηνία στην Προεπισκόπηση του Αποσπάσματος"],"Take note:":["Λάβετε υπ' όψη:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Αρχική σελίδα & amp; Πρώτη σελίδα"],"Title Separator":["Διαχωριστής Τίτλων"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":[""],"Force rewrite titles":["Επανεγγραφή των τίτλων"],"Taxonomies":["Ταξινομίες"],"Homepage":["Αρχική σελίδα"],"%1$s Extensions":["%1$s Πρόσθετα"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Συνδέστε άψογα το WooCommerce με το %1$s και αποκτήστε επιπλέον χαρακτηριστικά!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Βαθμολογηθείτε καλύτερα τοπικά και στους Χάρτες Google, χωρίς να καν να ιδρώσετε!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Είστε στο Google News; Αυξήστε την επισκεψιμότητά σας από τις Ειδήσεις Google βελτιστοποιώντας το!"],"Optimize your videos to show them off in search results and get more clicks!":["Βελτιστοποιήστε τα βίντεό σας για να τα εμφανίσετε στα αποτελέσματα αναζήτησης και να λάβετε περισσότερα κλικ!"],"The premium version of %1$s with more features & support.":["Η έκδοση premium του %1$s με περισσότερα χαρακτηριστικά και υποστήριξη."],"Person":["Φυσικό Πρόσωπο"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Όνομα ιστότοπου"],"Webmaster Tools":["Εργαλεία Webmaster"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Δεν έχετε το όνομα του άρθρου σας στη διεύθυνση URL των αναρτήσεων και των σελίδων σας, ενώ συνιστάται ιδιαίτερα να το κάνετε. Εξετάστε το ενδεχόμενο να ρυθμίσετε τη δομή των μόνιμων συνδέσμων σας στο /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["ή"],"Save Profile":["Αποθήκευση Προφίλ"],"There were no profiles found":["Δεν βρέθηκαν προφίλ"],"Profile":["Προφίλ"],"Current profile":["Τρέχων Προφίλ"],"Authenticate":["Πιστοποίηση"],"Get Google Authorization Code":["Λάβετε τον κωδικό Google (Google Authorization Code)"],"Reload crawl issues":["Ανανέωση λίστας προβλημάτων του Crawl"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":[""],"Creating redirects is a %s feature":["Η δημιουργία ανακατευθύνσεων είναι ένα %s χαρακτηριστικό"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":[""],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Σφάλματα που συνέβησαν μόνο όταν ο ιστότοπός σας ανιχνεύτηκε από το Googlebot-Mobile (τα σφάλματα δεν εμφανίστηκαν σε επιτραπέζιους υπολογιστές)."],"Errors that occurred when your site was crawled by Googlebot.":["Σφάλματα που προέκυψαν κατά την ανίχνευση του ιστότοπού σας από το Googlebot."],"Issue categories":["Θέματα κατηγοριών"],"Incorrect Google Authorization Code.":["Λανθασμένος Κωδικός Εξουσιοδότησης Google."],"The issues have been successfully reloaded!":["Τα θέματα έχουν επαναφορτωθεί με επιτυχία!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":[""],"Crawl errors per page":["Σφάλματα ανίχνευσης ανά σελίδα"],"Search":["Αναζήτηση"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":[""],"Create redirect":["Δημιουργία ανακατεύθυνσης"],"Mark as fixed":["Σήμανση ως διορθωμένο"],"Response code":["Κωδικός απόκρισης"],"First detected":["Πρώτα εντοπίστηκε"],"Last crawled":["Τελευταία ανίχνευση"],"URL":["Διεύθυνση URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":[""],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Τα πρόσθετα του Yoast μοιράζονται κάποιο κώδικα μεταξύ τους για να κάνουν τον ιστότοπό σας γρηγορότερο. Ως αποτέλεσμα αυτού, χρειαζόμαστε όλα τα πρόσθετα του Yoast να είναι ενημερωμένα. Διαπιστώσαμε ότι δεν συμβαίνει αυτό, οπότε ενημερώστε τα πρόσθετα που δεν είναι ενημερωμένα."],"Feature phone":["Τηλέφωνο με περιορισμένες δυνατότητες"],"Smartphone":["Έξυπνο τηλέφωνο"],"Desktop":["Επιτραπέζιος υπολογιστής"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Η διεύθυνση URL δεν υπάρχει, αλλά ο διακομιστής σας δεν επιστρέφει σφάλμα 404 (το αρχείο δεν βρέθηκε)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Το αίτημα έχει λήξει ή ο ιστότοπος εμποδίζει το Google."],"Server Error":["Σφάλμα διακομιστή"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":[""],"Blocked":["Αποκλεισμένος"],"Google was unable to crawl this URL due to an undetermined issue.":["Η Google δεν μπόρεσε να ανιχνεύσει αυτή τη διεύθυνση URL εξαιτίας ενός απροσδιόριστου προβλήματος."],"URL points to a non-existent page.":["Η διεύθυνση URL οδηγεί σε ανύπαρκτη σελίδα."],"Not found":["Δεν βρέθηκε"],"Not followed":["Μη ακολουθούμενο"],"Faulty redirects":["Λανθασμένες ανακατευθύνσεις"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Ο διακομιστής απαιτεί έλεγχο ταυτότητας ή εμποδίζει την πρόσβαση του Googlebot στον ιστότοπο."],"Access denied":["Δεν επιτρέπεται η πρόσβαση"],"Deactivate %s":["Απενεργοποίηση %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":[""],"Upload Image":["Ανέβασμα εικόνας"],"Remove these ads?":["Θέλετε να αφαιρέσετε αυτές τις διαφημίσεις;"],"%s Posts Overview":["%s Επισκόπηση Άρθρων"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":[""],"Breadcrumbs title":["Τίτλος σελιδοποίησης"],"The canonical link is shown on the archive page for this term.":[""],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Άλλο"],"Archives":["Αρχεία"],"Email":["Email"],"Previous":["Προηγούμενο"],"Next":["Επόμενο"],"Close":["Κλείσιμο"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Εικόνα"],"%s Description":["%s Περιγραφή"],"%s Title":["%s Τίτλος"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Το προτεινόμενο μέγεθος εικόνας για το %1$s είναι %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Αν δεν θέλετε να χρησιμοποιήσετε την περιγραφή μεταδεδομένων για να κοινοποιήσετε το άρθρο στο %s αλλά θέλετε μια άλλη περιγραφή εκεί, γράψτε την εδώ."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Αν δεν θέλετε να χρησιμοποιήσετε τον τίτλο της ανάρτησης για να κοινοποιήσετε το άρθρο στο %s αλλά αντίθετα θέλετε άλλο τίτλο εκεί, γράψτε τον εδώ."],"very difficult":["πολύ δύσκολο"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["δύσκολο"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["αρκετά δύσκολο"],"OK":["OK"],"fairly easy":["αρκετά εύκολο"],"easy":["εύκολο"],"very easy":["πολύ εύκολο"],"Meta Desc.":["Meta Περιγραφή"],"All SEO Scores":["Όλες οι βαθμολογίες SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Η προτεινόμενη εικόνα θα πρέπει να είναι τουλάχιστον 200x200 pixel ώστε να επιλεγεί από το Facebook και άλλους ιστότοπους κοινωνικής δικτύωσης. "],"(no parent)":["(χωρίς γονέα)"],"Post is set to noindex.":["Το άρθρο έχει οριστεί ως μη ευρετηριασμένο."],"The URL that this page should redirect to.":["Το URL στο οποίο θα πρέπει να επανακατευθύνει αυτή η σελίδα."],"301 Redirect":["301 Επανακατεύθυνση"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["Κανονικό URL"],"Title to use for this page in breadcrumb paths":["Τίτλος που θα χρησιμοποιηθεί για αυτήν τη σελίδα στους σελιδοδείκτες"],"Breadcrumbs Title":["Τίτλος Σελιδοδεικτών"],"No Snippet":["Δεν υπάρχει Απόσπασμα"],"No Archive":["Κανένα αρχείο"],"No Image Index":["Δεν υπάρχει Ευρετήριο Εικόνων"],"None":["Όχι"],"Site-wide default: %s":["Προεπιλογή ιστοσελίδας: %s"],"Advanced meta robots settings for this page.":["Σύνθετες ρυθμίσεις μεταδεδομένων robots για αυτήν τη σελίδα."],"Meta robots advanced":["Σύνθετα μεταδεδομένα robots"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Προειδοποίηση: παρόλο που μπορείτε να ρυθμίσετε τη ρύθμιση των μεταδεδομένων robots εδώ, ολόκληρος ο ιστότοπος έχει οριστεί να λειτουργεί χωρίς ευρετήριο στις ρυθμίσεις απορρήτου σε επίπεδο περιοχής, επομένως αυτές οι ρυθμίσεις δεν θα έχουν αποτέλεσμα."],"Meta description":["Περιγραφή Meta"],"SEO Title":["Τίτλος SEO"],"Focus keyword":["Κύρια λέξη-κλειδί"],"Snippet preview":["Προεπισκόπιση αποσπάσματος"],"Settings successfully imported.":["Οι ρυθμίσεις εισήχθησαν επιτυχώς."],"Settings could not be imported:":["Οι ρυθμίσεις δεν μπορεσαν να εισαχθούν."],"Breadcrumb for 404 pages:":["Σελιδοδείκτης για σελίδας 404:"],"Prefix for search result pages:":["Πρόθεμα για σελίδες αποτελεσμάτων αναζήτησης:"],"Prefix for archive pages:":["Πρόθεμα για σελίδες αρχειοθέτησης:"],"Prefix for breadcrumbs:":["Πρόθεμα για τους σελιδοδείκτες:"],"Anchor text for the homepage:":["Κείμενο αγκύρωσης για την αρχική σελίδα:"],"Breadcrumbs separator:":["Διαχωριστής σελιδοδεικτών:"],"%s Breadcrumbs":["%s Σελιδοδείκτες"],"Use Image":["Χρήση εικόνας"],"Action":["Ενέργεια"],"Page URL/Slug":["Το URL/Slug της σελίδας"],"Publication date":["Ημέρα δημοσίευσης"],"Post Status":["Κατάσταση άρθρου"],"WP Page Title":["WP Τίτλος Σελίδας"],"View":["Προβολή"],"View “%s”":["Προβολή “%s”"],"Preview":["Προεπισκόπηση"],"Preview “%s”":["Προεπισκόπηση “%s”"],"Edit":["Επεξεργασία"],"Filter":["Φίλτρο"],"New Yoast Meta Description":["Νέα Περιγραφή Μεταδεδομένων Yoast "],"Existing Yoast Meta Description":["Υπάρχουσα Περιγραφή Μεταδεδομένων Yoast"],"Facebook profile URL":["Διεύθυνση προφίλ Facebook"],"Twitter username (without @)":["Όνομα χρήστη Twitter (χωρίς @)"],"FAQ":["Συχνές ερωτήσεις"],"Premium Support":["Premium Support"],"Settings":["Ρυθμίσεις"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Πρέπει να καταργήσετε την επιλογή Ορατότητα Μηχανής Αναζήτησης στις %1$sΡυθμίσεις ανάγνωσης%2$s."],"Huge SEO Issue: You're blocking access to robots.":["Σημαντικό SEO πρόβλημα: Εμποδίζετε την πρόσβαση στο αρχείο robots."],"Posts":["Δημοσιεύσεις"],"Edit Files":["Τροποποίηση αρχείων"],"Advanced Variables":["Προχωρημένες Μεταβλητές"],"Basic Variables":["Βασικές μεταβλητές"],"General":["Γενικά"],"Extensions":["Επεκτάσεις"],"Search Console":["Κονσόλα Αναζήτησης"],"Tools":["Εργαλεία"],"Advanced":["Προχωρημένες"],"XML sitemaps":["XML sitemaps"],"Social":["Κοινωνικά "],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s ανιχνεύεται ότι χρησιμοποιείτε την έκδοση %2$s από %3$s, παρακαλούμε να ενημερώσετε με την τελευταία έκδοση για να αποτρέψει προβλήματα συμβατότητας."],"Just another WordPress site":["Ακόμα ένας ιστότοπος WordPress."],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Έχετε ακόμα τον προεπιλεγμένο υπότιτλο WordPress, ακόμα και ένας κενός είναι πιθανώς καλύτερος. %1$sΜπορείτε να διορθώσετε το πρόβλημα στο πρόγραμμα προσαρμογής %2$s."],"You have used HTML in your value which is not allowed.":["Χρησιμοποιείται τιμές HTML που δεν επιτρέπονται."],"You can't edit %s that aren't yours.":["Δεν μπορείτε να επεξεργαστείτε %s τα οποία δεν σας ανήκουν."],"You can't edit %s.":["Δεν μπορείτε να επεξεργαστείτε το πεδίο %s."],"Post has an invalid Content Type: %s.":["Το άρθρο έχει ένα μη έγκυρο τύπο άρθρου: %s."],"Post doesn't exist.":["Το άρθρο δεν υπάρχει."],"course\u0004Free:":["Δωρεάν:"],"posts\u0004Trash (%s)":["Κάδος (%s)","Κάδος (%s)"],"posts\u0004All (%s)":["Όλα (%s)","Όλα (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/en_AU.json b/Resources/Private/Languages/en_AU.json index ccd0bec..73269bb 100644 --- a/Resources/Private/Languages/en_AU.json +++ b/Resources/Private/Languages/en_AU.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"en_AU"},"Has feedback":["Has feedback"],"Content optimization:":["Content optimisation:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sReadability%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Read %1$sthis post for more information about why we’re not supporting older versions.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s"],"Post Noindexed":["Post Noindexed"],"No Focus Keyphrase":["No Focus Keyphrase"],"Person logo / avatar":["Person logo / avatar"],"Extend %s":["Extend %s"],"Enroll in the %s for WordPress training":["Enrol in the %s for WordPress training"],"Posts with the SEO score: %s":["Posts with the SEO score: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video tutorial"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["To view your current crawl errors, %1$splease visit Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s."],"Remove this message":["Remove this message"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Truly optimise your site for a local audience with our %s plugin! Optimised address details, opening hours, store locator and pickup option!"],"Serving local customers?":["Serving local customers?"],"Get the %s plugin now":["Get the %s plugin now"],"Organization social profiles":["Organisation social profiles"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page."],"Personal info":["Personal info"],"Organization logo":["Organisation logo"],"Organization name":["Organisation name"],"Choose whether the site represents an organization or a person.":["Choose whether the site represents an organisation or a person."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["To make your site represent a Company or Organisation go to %1$sSearch Appearance%2$s and set Organisation or Person to \"Organisation\"."],"To change the social accounts used for your site, update the details for %1$s.":["To change the social accounts used for your site, update the details for %1$s."],"That means that the form and information below is disabled, and not used.":["That means that the form and information below is disabled, and not used."],"Your website is currently configured to represent a Person":["Your website is currently configured to represent a Person"],"(if one exists)":["(if one exists)"],"Wikipedia page about you":["Wikipedia page about you"],"YouTube profile URL":["YouTube profile URL"],"Tumblr profile URL":["Tumblr profile URL"],"SoundCloud profile URL":["SoundCloud profile URL"],"MySpace profile URL":["MySpace profile URL"],"Organization or person":["Organisation or person"],"The person":["The person"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Does your site represent a person or an organisation?"],"The name of the organization":["The name of the organisation"],"Provide an image of the organization logo":["Provide an image of the organisation logo"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s."],"Select a user...":["Select a user…"],"Uncategorized":["Uncategorised"],"Name:":["Name:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Error: Please select a user below to make your site's meta data complete."],"SEO score: %s":["SEO score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["If a Wikipedia page for you or your organisation exists, add it too."],"Wikipedia URL":["Wikipedia URL"],"Pinterest profile URL":["Pinterest profile URL"],"Instagram profile URL":["Instagram profile URL"],"LinkedIn profile URL":["LinkedIn profile URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step."],"SEO for Beginners training":["SEO for Beginners training"],"%s for WordPress training":["%s for WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["The image you selected is too small for Facebook"],"The given image url cannot be loaded":["The given image URL cannot be loaded"],"Find out what words your audience uses to find you":["Find out what words your audience uses to find you"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s"],"No JSON object was returned.":["No JSON object was returned."],"Received internal links":["Received internal links"],"Outgoing internal links":["Outgoing internal links"],"New step added":["New step added"],"New question added":["New question added"],"To be able to create a redirect and fix this issue, you need %1$s. ":["To be able to create a redirect and fix this issue, you need %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["You can buy the plugin, including one year of support and updates, on %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["To make sure all the links in your texts are counted, we need to analyse all your texts."],"All you have to do is press the following button and we'll go through all your texts for you.":["All you have to do is press the following button and we'll go through all your texts for you."],"Count links":["Count links"],"Free":["Free"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributes%2$s: Good job!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!"],"Page %s":["Page %s"],"Cannot get the size of %1$s because of unknown reasons.":["Cannot get the size of %1$s because of unknown reasons."],"Cannot get the size of %1$s because it is hosted externally.":["Cannot get the size of %1$s because it is hosted externally."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!"],"Get an even better analysis":["Get an even better analysis"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!"],"Improve sharing on Facebook and Pinterest":["Improve sharing on Facebook and Pinterest"],"You do not have the required rights to export settings.":["You do not have the required rights to export settings."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copy all these settings to another site's %1$s tab and click \"%1$s\" there."],"These are settings for the %1$s plugin by %2$s":["These are settings for the %1$s plugin by %2$s"],"No settings found.":["No settings found."],"Export your %1$s settings here, to copy them on another site.":["Export your %1$s settings here, to copy them on another site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import of settings is only supported on servers that run PHP 5.3 or higher."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Import settings by pasting the settings you copied from another site here and clicking \"%s\"."],"Paste your settings from another %s installation.":["Paste your settings from another %s installation."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indexable deleted for object %1$s with type %2$s"],"Indexable saved for object %1$s with type %2$s":["Indexable saved for object %1$s with type %2$s"],"Indexable created for object %1$s with type %2$s":["Indexable created for object %1$s with type %2$s"],"Indexable meta deleted.":["Indexable meta deleted."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Indexable meta saved for indexable id %1$s with meta key %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Indexable meta created for indexable id %1$s with meta key %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["There is no meta found for indexable id %1$s and meta key %2$s."],"There is no indexable found for author id %1$s.":["There is no indexable found for author id %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["There is no primary term found for post id %1$s and taxonomy %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["There is no indexable found for term id %1$s and taxonomy %2$s."],"There is no indexable found for post id %1$s.":["There is no indexable found for post id %1$s."],"Method %1$s() does not exist in class %2$s":["Method %1$s() does not exist in class %2$s"],"With %s, you can easily create such redirects.":["With %s, you can easily create such redirects."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website."],"WARNING:":["WARNING:"],"Learn about why permalinks are important for SEO.":["Learn about why permalinks are important for SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Did you know %s also analyses the different word forms of your keyphrase, like plurals and past tenses?"],"Clear Image":["Clear Image"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase in slug%2$s: Great work!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sKeyphrase distribution%2$s: Good job!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s."],"Help on choosing the perfect focus keyphrase":["Help on choosing the perfect focus keyphrase"],"Would you like to add a related keyphrase?":["Would you like to add a related keyphrase?"],"Go %s!":["Go %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s."],"Rank better with synonyms & related keyphrases":["Rank better with synonyms & related keyphrases"],"optimize a single post for synonyms and related keyphrases.":["optimise a single post for synonyms and related keyphrases."],"Synonyms & related keyphrases":["Synonyms & related keyphrases"],"Add related keyphrase":["Add related keyphrase"],"Dismiss %s upgrade notice":["Dismiss %s upgrade notice"],"Upgrade to %s":["Upgrade to %s"],"%1$s video":["%1$s video"],"Get %s":["Get %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sText length%4$s: The text contains %1$d word.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sText length%3$s: The text contains %1$d word. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimise%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO title width%2$s: Good job!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!"],"%1$sOutbound links%2$s: Good job!":["%1$sOutbound links%2$s: Good job!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta description length%2$s: Well done!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sKeyphrase length%2$s: Good job!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in introduction%2$s: Well done!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInternal links%2$s: You have enough internal links. Good job!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sTransition words%2$s: Well done!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sSubheading distribution%2$s: Great job!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSentence length%2$s: Great!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive voice%2$s: You're using enough active voice. That's great!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!"],"Good job!":["Good job!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s"],"Focus keyphrase":["Focus keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s with ID %2$s couldn't be patched"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Invalid POST request. Meta values already exist for object with ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexable with ID `%1$s` does not exist"],"No object with ID %1$s and %2$s could be found":["No object with ID %1$s and %2$s could be found"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` is not a valid subtype of `%2$s`"],"The object type `%1$s` is invalid":["The object type `%1$s` is invalid"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`"],"The parameter `%1$s` cannot be empty.":["The parameter `%1$s` cannot be empty."],"Check Keyphrase Density":["Check Keyphrase Density"],"Disable":["Disable"],"Allow Control":["Allow Control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all."],"%s is a required feature toggle argument.":["%s is a required feature toggle argument."],"Keyphrase:":["Keyphrase:"],"Remove keyphrase":["Remove keyphrase"],"This feature has been disabled by the network admin.":["This feature has been disabled by the network admin."],"Focus keyphrase not set.":["Focus keyphrase not set."],"Multiple keyphrases":["Multiple keyphrases"],"Colon":["Colon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental."],"There is a new notification.":["There is a new notification.","There are new notifications."],"Learn more about the readability analysis":["Learn more about the readability analysis"],"Describe the duration of the instruction:":["Describe the duration of the instruction:"],"Optional. Customize how you want to describe the duration of the instruction":["Optional. Customise how you want to describe the duration of the instruction"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"%s, %s and %s":["%s, %s and %s"],"%s and %s":["%s and %s"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d hour","%d hours"],"%d day":["%d day","%d days"],"Enter a step title":["Enter a step title"],"Optional. This can give you better control over the styling of the steps.":["Optional. This can give you better control over the styling of the steps."],"CSS class(es) to apply to the steps":["CSS class(es) to apply to the steps"],"minutes":["minutes"],"hours":["hours"],"days":["days"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post."],"Copy error":["Copy error"],"An error occurred loading the %s primary taxonomy picker.":["An error occurred loading the %s primary taxonomy picker."],"%1$s Structured Data Blocks":["%1$s Structured Data Blocks"],"Time needed:":["Time needed:"],"Move question down":["Move question down"],"Move question up":["Move question up"],"Insert question":["Insert question"],"Delete question":["Delete question"],"Enter the answer to the question":["Enter the answer to the question"],"Enter a question":["Enter a question"],"Add question":["Add question"],"Frequently Asked Questions":["Frequently Asked Questions"],"Great news: you can, with %s!":["Great news: you can, with %s!"],"Select the primary %s":["Select the primary %s"],"Check links to this URL":["Check links to this URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Please check the %1$sarchive template%2$s for the following content type: %3$s."," Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Are you trying to use multiple keyphrases? You should add them separately below."],"Mark as cornerstone content":["Mark as cornerstone content"],"Move step down":["Move step down"],"Move step up":["Move step up"],"Insert step":["Insert step"],"Delete step":["Delete step"],"Add image":["Add image"],"Enter a step description":["Enter a step description"],"Enter a description":["Enter a description"],"Unordered list":["Unordered list"],"Showing step items as an ordered list.":["Showing step items as an ordered list."],"Showing step items as an unordered list":["Showing step items as an unordered list"],"Add step":["Add step"],"Delete total time":["Delete total time"],"Add total time":["Add total time"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Snippet Preview"],"Analysis results":["Analysis results"],"Enter a focus keyphrase to calculate the SEO score":["Enter a focus keyphrase to calculate the SEO score"],"Learn more about Cornerstone Content.":["Learn more about Cornerstone Content."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone content should be the most important and extensive articles on your site."],"Restore Site":["Restore Site"],"Network Settings":["Network Settings"],"You are not allowed to perform this action.":["You are not allowed to perform this action."],"Error: %s":["Error: %s"],"Success: %s":["Success: %s"],"Site with ID %d not found.":["Site with ID %d not found."],"No site has been selected to restore.":["No site has been selected to restore."],"You are not allowed to modify unregistered network settings.":["You are not allowed to modify unregistered network settings."],"deleted":["deleted"],"Would you like to add another keyphrase?":["Would you like to add another keyphrase?"],"image preview":["image preview"],"Copied!":["Copied!"],"Not supported!":["Not supported!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Consider linking to these {{a}}cornerstone articles:{{/a}}"],"Consider linking to these articles:":["Consider linking to these articles:"],"Copy link":["Copy link"],"Copy link to suggested article: %s":["Copy link to suggested article: %s"],"The site's tagline":["The site's tagline"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong."],"Not all required fields are given. Missing field %1$s":["Not all required fields are given. Missing field %1$s"],"Optimize your site for Google News.":["Optimise your site for Google News."],"Optimize your shop's SEO and sell more products!":["Optimise your shop's SEO and sell more products!"],"Be found in Google Video search and enhance your video sharing on social media.":["Be found in Google Video search and enhance your video sharing on social media."],"Be found in Google Maps and local results.":["Be found in Google Maps and local results."],"Learn practical SEO skills to rank higher in Google.":["Learn practical SEO skills to rank higher in Google."],"Don’t waste time figuring out the best settings yourself.":["Don’t waste time figuring out the best settings yourself."],"Get quick wins to make your site rank higher in search engines.":["Get quick wins to make your site rank higher in search engines."],"Add synonyms":["Add synonyms"],"Would you like to add keyphrase synonyms?":["Would you like to add keyphrase synonyms?"],"Would you like to add more than one keyphrase?":["Would you like to add more than one keyphrase?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["You haven't set a Shop page in your WooCommerce settings. Please do this first."],"Current year":["Current year"],"Page":["Page"],"Breadcrumb settings for %s archive":["Breadcrumb settings for %s archive"],"Tagline":["Tagline"],"Modify your meta description by editing it right here":["Modify your meta description by editing it right here"],"description (custom taxonomy)":["description (custom taxonomy)"],"(custom taxonomy)":["(custom taxonomy)"],"(custom field)":["(custom field)"],"Term404":["Term404"],"Caption":["Caption"],"Pagenumber":["Pagenumber"],"Pagetotal":["Pagetotal"],"Page number":["Page number"],"User description":["User description"],"ID":["ID"],"Modified":["Modified"],"Post type (plural)":["Post type (plural)"],"Post type (singular)":["Post type (singular)"],"Separator":["Separator"],"Search phrase":["Search phrase"],"Term title":["Term title"],"Term description":["Term description"],"Tag description":["Tag description"],"Category description":["Category description"],"Primary category":["Primary category"],"Category":["Category"],"Tag":["Tag"],"Excerpt only":["Excerpt only"],"Excerpt":["Excerpt"],"Site title":["Site title"],"Archive title":["Archive title"],"Parent title":["Parent title"],"Date":["Date"],"Label":["Label"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL."],"Search engines and other websites can still send traffic to your deleted post.":["Search engines and other websites can still send traffic to your deleted post."],"Make sure you don't miss out on traffic!":["Make sure you don't miss out on traffic!"],"You just deleted a %1$s.":["You just deleted a %1$s."],"You just trashed a %1$s.":["You just trashed a %1$s."],"Settings for %s archive":["Settings for %s archive"],"Settings for single %s URLs":["Settings for single %s URLs"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be."],"Note that not all variables can be used in every field.":["Note that not all variables can be used in every field."],"Snippet variables":["Snippet variables"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site."],"Unknown type %1$s":["Unknown type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Includes a free MyYoast account which gives you access to our free SEO for Beginners course!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verification code"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider."],"Cleanup of %s data failed.":["Cleanup of %s data failed."],"Content Type":["Content Type"],"Filter by content type":["Filter by content type"],"Show All Content Types":["Show All Content Types"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Replaced with the normal title for an archive generated by WordPress"],"Clean":["Clean"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Once you're certain your site is OK, you can clean up. This will remove all the original data."],"Step 5: Clean up":["Step 5: Clean up"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct."],"Step 4: Run the configuration wizard":["Step 4: Run the configuration wizard"],"Please check your posts and pages and see if the metadata was successfully imported.":["Please check your posts and pages and see if the metadata was successfully imported."],"Step 3: Check your data":["Step 3: Check your data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place."],"Step 2: Import":["Step 2: Import"],"Please make a backup of your database before starting this process.":["Please make a backup of your database before starting this process."],"Step 1: Create a backup":["Step 1: Create a backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s did not detect any plugin data from plugins it can import from."],"Posts that should not show up in search results":["Posts that should not show up in search results"],"%s data found.":["%s data found."],"%s data successfully removed.":["%s data successfully removed."],"%s data successfully imported.":["%s data successfully imported."],"%s data not found.":["%s data not found."],"Improve your SEO skills":["Improve your SEO skills"],"24/7 email support":["24/7 email support"],"No more dead links a.k.a. 404 pages":["No more dead links a.k.a. 404 pages"],"Get real-time suggestions for internal links":["Get real-time suggestions for internal links"],"Preview your page in Facebook and Twitter":["Preview your page in Facebook and Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Home Page%2$s setting."],"Help on copying the home meta description":["Help on copying the home meta description"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["To let search engines know which social profiles are associated to this site, enter your site social profiles data below."],"Learn more about your social profiles settings":["Learn more about your social profiles settings"],"Remove the categories prefix":["Remove the categories prefix"],"Help on the category prefix setting":["Help on the category prefix setting"],"Learn more about the available variables":["Learn more about the available variables"],"Learn more about the RSS feed setting":["Learn more about the RSS feed setting"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself."],"Learn more about the Media and attachment URLs setting":["Learn more about the Media and attachment URLs setting"],"Learn more about the title separator setting":["Learn more about the title separator setting"],"Learn more about the knowledge graph setting":["Learn more about the knowledge graph setting"],"Learn more about the homepage setting":["Learn more about the home page setting"],"Learn more about the special pages setting":["Learn more about the special pages setting"],"Help on the date archives search results setting":["Help on the date archives search results setting"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the authors without posts archive search results setting":["Help on the authors without posts archive search results setting"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the author archives search results setting":["Help on the author archives search results setting"],"Archives settings help":["Archives settings help"],"Learn more about the archives setting":["Learn more about the archives setting"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verification code"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Get your Google verification code in %1$sGoogle Search Console%2$s."],"Google verification code":["Google verification code"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Get your Bing verification code in %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verification code"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these."],"Learn more about the Webmaster Tools verification":["Learn more about the Webmaster Tools verification"],"On":["On"],"Help on: %s":["Help on: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature."],"Off":["Off"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings."],"Security: no advanced settings for authors":["Security: no advanced settings for authors"],"See who contributed to %1$s.":["See who contributed to %1$s."],"Help on this search results setting":["Help on this search results setting"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Check SEO configuration":["Check SEO configuration"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them."],"Default for %2$s, currently: %1$s":["Default for %2$s, currently: %1$s"],"Show %s in search results?":["Show %s in search results?"],"this author's archives":["this author's archives"],"Do not allow search engines to show %s in search results.":["Do not allow search engines to show %s in search results."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only."],"Category URLs":["Category URLs"],"the archive for %s":["the archive for %s"],"Redirect attachment URLs to the attachment itself?":["Redirect attachment URLs to the attachment itself?"],"We recommend you set this to Yes.":["We recommend you set this to Yes."],"Media & attachment URLs":["Media & attachment URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["This is what shows in the search results when people find your home page. This means this is probably what they see when they search for your brand name."],"date archives":["date archives"],"archives for authors without posts":["archives for authors without posts"],"Read why XML Sitemaps are important for your site.":["Read why XML Sitemaps are important for your site."],"Enable the XML sitemaps that %s generates.":["Enable the XML sitemaps that %s generates."],"See the XML sitemap.":["See the XML sitemap."],"%2$s (current default for %1$s)":["%2$s (current default for %1$s)"],"Media":["Media"],"Content Types":["Content Types"],"Should search engines follow links on this %1$s?":["Should search engines follow links on this %1$s?"],"Allow search engines to show this %s in search results?":["Allow search engines to show this %s in search results?"],"Search Appearance":["Search Appearance"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings."],"Search engines should show \"%1$s\" in search results:":["Search engines should show \"%1$s\" in search results:"],"Search engine visibility":["Search engine visibility"],"Toggle %1$s's XML Sitemap":["Toggle %1$s's XML Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["The cornerstone content feature lets you to mark and filter cornerstone content on your website."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7."],"Good results":["Good results"],"Get better search results in local search":["Get better search results in local search"],"Allow customers to pick up their %s order locally":["Allow customers to pick up their %s order locally"],"SEO analysis":["SEO analysis"],"The SEO analysis offers suggestions to improve the SEO of your text.":["The SEO analysis offers suggestions to improve the SEO of your text."],"Learn how the SEO analysis can help you rank.":["Learn how the SEO analysis can help you rank."],"The readability analysis offers suggestions to improve the structure and style of your text.":["The readability analysis offers suggestions to improve the structure and style of your text."],"Discover why readability is important for SEO.":["Discover why readability is important for SEO."],"Find out how cornerstone content can help you improve your site structure.":["Find out how cornerstone content can help you improve your site structure."],"The text link counter helps you improve your site structure.":["The text link counter helps you improve your site structure."],"Find out how the text link counter can enhance your SEO.":["Find out how the text link counter can enhance your SEO."],"%s integration":["%s integration"],"Read more about how %s works.":["Read more about how %s works."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared."],"Find out why you should upgrade to %s":["Find out why you should upgrade to %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Latest blog posts on %1$s"],"Need help?":["Need help?"],"Remove highlight from the text":["Remove highlight from the text"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Get started quickly with the %1$s %2$sconfiguration wizard%3$s!"],"First-time SEO configuration":["First-time SEO configuration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Your site language is set to {language}. If this is not correct, contact your site administrator."],"Your site language is set to {language}.":["Your site language is set to {language}."],"Highlight this result in the text":["Highlight this result in the text"],"Considerations":["Considerations"],"Errors":["Errors"],"Change language":["Change language"],"You cannot create a %s file.":["You cannot create a %s file."],"You cannot edit the %s file.":["You cannot edit the %s file."],"Updated %s":["Updated %s"],"Create %s file":["Create %s file"],"Edit the content of your %s:":["Edit the content of your %s:"],"Save changes to %s":["Save changes to %s"],"%s file":["%s file"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s."],"More information":["More information"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better."],"More information about %1$s":["More information about %1$s"],"Configuration Wizard":["Configuration Wizard"],"You've done it!":["You've done it!"],"Seamlessly integrate %1$s into your AMP pages!":["Seamlessly integrate %1$s into your AMP pages!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Seamlessly integrate %2$s with %1$s for the content analysis!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s."],"Loading help center.":["Loading help centre."],"Get support":["Get support"],"(Opens in a new browser tab)":["(Opens in a new browser tab)"],"Posts %1$swithout%2$s a focus keyphrase":["Posts %1$swithout%2$s a focus keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, your SEO is doing pretty well! Check out the stats:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["You don't have any published posts, your SEO scores will appear here once you make your first post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets."],"Something else":["Something else"],"A portfolio":["A portfolio"],"A corporation":["A corporation"],"A small offline business":["A small offline business"],"A news channel":["A news channel"],"An online shop":["An online shop"],"A blog":["A blog"],"What does the site %1$s represent?":["What does the site %1$s represent?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["If you choose no, your author archives will be deactivated to prevent duplicate content issues."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s."],"Option B: My site is under construction and should not be indexed":["Option B: My site is under construction and should not be indexed"],"Option A: My site is live and ready to be indexed":["Option A: My site is live and ready to be indexed"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site."],"Please specify if your site is under construction or already active.":["Please specify if your site is under construction or already active."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results."],"Read more like this on our SEO blog":["Read more like this on our SEO blog"],"Readability: %s":["Readability: %s"],"Not activated":["Not activated"],"Activated":["Activated"],"%1$s recommendations for you":["%1$s recommendations for you"],"All Readability Scores":["All Readability Scores"],"Filter by Readability Score":["Filter by Readability Score"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is not valid."],"Muted notifications:":["Muted notifications:"],"Muted problems:":["Muted problems:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s."],"Good job! All the links in your texts have been counted.":["Good job! All the links in your texts have been counted."],"Calculation completed.":["Calculation completed."],"Calculation in progress...":["Calculation in progress..."],"Stop counting":["Stop counting"],"Counting links in your texts":["Counting links in your texts"],"Text %1$s of %2$s processed.":["Text %1$s of %2$s processed."],"All your texts are already counted, there is no need to count them again.":["All your texts are already counted, there is no need to count them again."],"Count links in your texts":["Count links in your texts"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s."],"Text link counter":["Text link counter"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO."],"%s Columns":["%s Columns"],"Readability score":["Readability score"],"Other benefits of %s for you:":["Other benefits of %s for you:"],"Scroll to see the preview content.":["Scroll to see the preview content."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s will now take care of all the needed technical optimisation of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page."],"Attract more customers near you":["Attract more customers near you"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!"],"Get the most out of %1$s with the %2$s":["Get the most out of %1$s with the %2$s"],"Upgrade to Premium":["Upgrade to Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support."],"Outrank the competition with %s":["Outrank the competition with %s"],"You might like":["You might like"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["The configuration wizard helps you to easily configure your site to have the optimal SEO settings."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin."],"Superfast internal linking suggestions":["Superfast internal linking suggestions"],"Great news: you can, with %1$s!":["Great news: you can, with %1$s!"],"Save changes":["Save changes"],"1 year free support and updates included!":["1 year free support and updates included!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial media preview%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo more dead links%2$s: easy redirect manager"],"No ads!":["No ads!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Social media preview"],"Easy redirect manager":["Easy redirect manager"],"No more dead links":["No more dead links"],"Increase your SEO reach":["Increase your SEO reach"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!"],"Variable":["Variable"],"Available variables":["Available variables"],"Scroll to see the table content.":["Scroll to see the table content."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance."],"An error occurred in the '%1$s' assessment":["An error occurred in the '%1$s' assessment"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.","The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["The meta description contains no sentences %1$sover %2$s words%3$s."],"No new notifications.":["No new notifications."],"Save all":["Save all"],"Save":["Save"],"%1$s, Author at %2$s":["%1$s, Author at %2$s"],"Mobile preview":["Mobile preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Select redirect"],"Please provide an SEO title by editing the snippet below.":["Please provide an SEO title by editing the snippet below."],"Meta description preview:":["Meta description preview:"],"Slug preview:":["Slug preview:"],"SEO title preview:":["SEO title preview:"],"Close snippet editor":["Close snippet editor"],"Slug":["Slug"],"Remove marks in the text":["Remove marks in the text"],"Mark this result in the text":["Mark this result in the text"],"Marks are disabled in current view":["Marks are disabled in current view"],"Good SEO score":["Good SEO score"],"OK SEO score":["OK SEO score"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Choose an image"],"Remove the image":["Remove the image"],"MailChimp signup failed:":["MailChimp signup failed:"],"Sign Up!":["Sign Up!"],"Name":["Name"],"There is an error with the request.":["There is an error with the request."],"Select profile":["Select profile"],"Choose a profile":["Choose a profile"],"Authorization code":["Authorisation code"],"Reauthenticate with Google":["Reauthenticate with Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["To allow %s to fetch your Google Search Console information, please enter your Google Authorisation Code. Clicking the button below will open a new window."],"Please provide a meta description by editing the snippet below.":["Please provide a meta description by editing the snippet below."],"Edit snippet":["Edit snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["You can click on each element in the preview to jump to the Snippet Editor."],"Close the Wizard":["Close the Wizard"],"Export settings":["Export settings"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuration Wizard"],"Please don't show me this notification anymore":["Please don't show me this notification anymore"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!"],"Courses":["Courses"],"Date archives settings":["Date archives settings"],"Author archives settings":["Author archives settings"],"%1$s by %2$s":["%1$s by %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Warning: the variable %s cannot be used in this template. See the help centre for more info."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support."],"(no title)":["(no title)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["The %1$s admin bar menu contains useful links to third-party tools for analysing pages and makes it easy to see if you have new notifications."],"Admin bar menu":["Admin bar menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case."],"Features":["Features"],"SEO title":["SEO title"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["While we strive to make setting up Yoast SEO as easy as possible, we understand it can be daunting. If you’d rather have us set up Yoast SEO for you (and get a copy of Yoast SEO Premium in the process), order our %1$sYoast SEO configuration service%2$s here!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google shows your website's name in the search results, if you want to change it, you can do that here."],"Greater than sign":["Greater than sign"],"Less than sign":["Less than sign"],"Right angle quotation mark":["Right angle quotation mark"],"Left angle quotation mark":["Left angle quotation mark"],"Small tilde":["Small tilde"],"Vertical bar":["Vertical bar"],"Low asterisk":["Low asterisk"],"Asterisk":["Asterisk"],"Bullet":["Bullet"],"Middle dot":["Middle dot"],"Em dash":["Em dash"],"En dash":["En dash"],"Dash":["Dash"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results."],"The name of the person":["The name of the person"],"No":["No"],"Yes":["Yes"],"Does, or will, your site have multiple authors?":["Does, or will, your site have multiple authors?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL."],"Success!":["Success!"],"Title settings":["Title settings"],"Google Search Console":["Google Search Console"],"Multiple authors":["Multiple authors"],"Site type":["Site type"],"Environment":["Environment"],"Yoast option %1$s not found.":["Yoast option %1$s not found."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Posts list"],"Posts list navigation":["Posts list navigation"],"Filter posts list":["Filter posts list"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Note that links to archives might be still output by your theme and you would need to remove them separately."],"%1$s to optimize your site even further":["%1$s to optimise your site even further"],"%1$s extensions":["%1$s extensions"],"Comes with our 30-day no questions asked money back guarantee":["Comes with our 30-day no questions asked money back guarantee"],"More information %1$sabout %3$s%2$s":["More information %1$sabout %3$s%2$s"],"Installed":["Installed"],"gain access to our 24/7 support team.":["gain access to our 24/7 support team."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["check what your Facebook or Twitter post will look like."],"Social previews":["Social previews"],"create and manage redirects from within your WordPress install.":["create and manage redirects from within your WordPress install."],"Redirect manager":["Redirect manager"],"%1$s, take your optimization to the next level!":["%1$s, take your optimisation to the next level!"],"A seamless integration between %1$s and %2$s":["A seamless integration between %1$s and %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use %1$s breadcrumbs instead of %2$s ones"],"Easily insert Google Maps, a store locator, opening hours and more":["Easily insert Google Maps, a store locator, opening hours and more"],"Creates XML News Sitemaps":["Creates XML News Sitemaps"],"Immediately pings Google on the publication of a new post":["Immediately pings Google on the publication of a new post"],"Optimize your site for Google News":["Optimise your site for Google News"],"Make videos responsive through enabling fitvids.js":["Make videos responsive through enabling fitvids.js"],"Enhance the experience of sharing posts with videos":["Enhance the experience of sharing posts with videos"],"Show your videos in Google Videos":["Show your videos in Google Videos"],"Crawl issues list":["Crawl issues list"],"Crawl issues list navigation":["Crawl issues list navigation"],"Edit “%s”":["Edit “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notifications"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions."],"Disable SEO analysis":["Disable SEO analysis"],"Twitter settings":["Twitter settings"],"Pinterest settings":["Pinterest settings"],"Facebook settings":["Facebook settings"],"Title separator symbol":["Title separator symbol"],"RSS feed settings":["RSS feed settings"],"Breadcrumbs settings":["Breadcrumbs settings"],"Make primary":["Make primary"],"Enter your Google Authorization Code and press the Authenticate button.":["Enter your Google Authorisation Code and press the Authenticate button."],"%s notification":["%s notification","%s notifications"],"Disable readability analysis":["Disable readability analysis"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Removes the readability analysis section from the metabox and disables all readability-related suggestions."],"Readability analysis":["Readability analysis"],"Needs improvement":["Needs improvement"],"Readability":["Readability"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files."],"Improvements":["Improvements"],"Restore this item.":["Restore this item."],"Dismiss this item.":["Dismiss this item."],"Good job! We could detect no serious SEO problems.":["Good job! We could detect no serious SEO problems."],"We have detected the following issues that affect the SEO of your site.":["We have detected the following issues that affect the SEO of your site."],"Problems":["Problems"],"Analysis":["Analysis"],"Not available":["Not available"],"Filter by SEO Score":["Filter by SEO Score"],"Meta description not set.":["Meta description not set."],"Video tutorial":["Video tutorial"],"Email support is a %s feature":["Email support is a %s feature"],"Knowledge base":["Knowledge base"],"Open":["Open"],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["You can fix this on the %1$sPermalink settings page%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it."],"Replaced with the primary category of the post/page":["Replaced with the primary category of the post/page"],"Pinterest confirmation":["Pinterest confirmation"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["If you have already confirmed your website with Pinterest, you can skip the step below."],"Format-based archives":["Format-based archives"],"Webmaster Tools verification":["Webmaster Tools verification"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Follow our %1$s for WordPress training and become a certified %1$s Expert!"],"Want to be a %s Expert?":["Want to be a %s Expert?"],"Buy %s":["Buy %s"],"Show information about errors in category %s":["Show information about errors in category %s"],"New %1$s Title":["New %1$s Title"],"Existing %1$s Title":["Existing %1$s Title"],"Expected an integer as input.":["Expected an integer as input."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range."],"Remove":["Remove"],"Keep":["Keep"],"Bold the last page":["Bold the last page"],"Regular":["Regular"],"Bold":["Bold"],"Show Blog page":["Show Blog page"],"Primary %s":["Primary %s"],"Primary":["Primary"],"Make %1$s primary %2$s":["Make %1$s primary %2$s"],"Term is set to noindex.":["Term is set to noindex."],"Author archives":["Author archives"],"Show":["Show"],"Enabled":["Enabled"],"Disabled":["Disabled"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s has not fetched your site's indexability status yet from %2$s"],"The separator defined in your theme's %s tag.":["The separator defined in your theme's %s tag."],"No index":["No index"],"Analyze entire site":["Analyse entire site"],"Fetch the current status":["Fetch the current status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s"],"Your homepage can be indexed by search engines.":["Your homepage can be indexed by search engines."],"Indexability check by %1$s":["Indexability check by %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["If you don't want to use the meta description for sharing on %1$s but want another description there, write it here."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["If you don't want to use the title for sharing on %1$s but instead want another title there, write it here."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed."],"Once Weekly":["Once Weekly"],"Add-ons":["Add-ons"],"SEO score":["SEO score"],"Twitter metadata":["Twitter metadata"],"Facebook / Open Graph metadata":["Facebook / Open Graph metadata"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculating SEO scores for all pieces of content with a focus keyphrase."],"%1$s of %2$s done.":["%1$s of %2$s done."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activation failed:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["The filter extension seem to be unavailable. Please ask your web host to enable it."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["The %1$s plugin installation is incomplete. Please refer to %2$s installation instructions %3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it."],"SEO Settings":["SEO Settings"],"Mobile-Friendly Test":["Mobile-Friendly Test"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML Validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Check Headers"],"Check Google Cache":["Check Google Cache"],"Analyze this page":["Analyse this page"],"Keyword Research":["Keyword Research"],"%s does not seem to be a valid url. Please correct.":["%s does not seem to be a valid URL. Please correct."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s does not seem to be a valid %2$s verification string. Please correct."],"%s Archive":["%s Archive"],"You searched for %s":["You searched for %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s does not seem to be a valid Twitter user-id. Please correct."],"Summary with large image":["Summary with large image"],"Summary":["Summary"],"The post %1$s appeared first on %2$s.":["The post %1$s appeared first on %2$s."],"No numeric value was received.":["No numeric value was received."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["This must be an existing blog. Blog %s does not exist or has been marked as deleted."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["The default blog setting must be the numeric blog id of the blog you want to use as default."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default."],"Please select a valid post type for taxonomy \"%s\"":["Please select a valid post type for taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Please select a valid taxonomy for post type \"%s\""],"You searched for":["You searched for"],"Home":["Home"],"Archives for":["Archives for"],"Error 404: Page not found":["Error 404: Page not found"],"Good":["Good"],"Replaced with a custom taxonomies description":["Replaced with a custom taxonomies description"],"Replaced with a posts custom taxonomies, comma separated.":["Replaced with a posts custom taxonomies, comma separated."],"Replaced with a posts custom field value":["Replaced with a posts custom field value"],"Replaced with the slug which caused the 404":["Replaced with the slug which caused the 404"],"Replaced with the posts focus keyphrase":["Replaced with the posts focus keyphrase"],"Attachment caption":["Attachment caption"],"Replaced with the current page number":["Replaced with the current page number"],"Replaced with the current page total":["Replaced with the current page total"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Replaced with the current page number with context (e.g. page 2 of 4)"],"Replaced with the post/page author's 'Biographical Info'":["Replaced with the post/page author's 'Biographical Info'"],"Replaced with the post/page author's 'nicename'":["Replaced with the post/page author's 'nicename'"],"Replaced with the post/page ID":["Replaced with the post/page ID"],"Replaced with the post/page modified time":["Replaced with the post/page modified time"],"Replaced with the content type plural label":["Replaced with the content type plural label"],"Replaced with the content type single label":["Replaced with the content type single label"],"Replaced with the current search phrase":["Replaced with the current search phrase"],"Replaced with the term name":["Replaced with the term name"],"Replaced with the term description":["Replaced with the term description"],"Replaced with the tag description":["Replaced with the tag description"],"Replaced with the category description":["Replaced with the category description"],"Replaced with the post categories (comma separated)":["Replaced with the post categories (comma separated)"],"Replaced with the current tag/tags":["Replaced with the current tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Replaced with the post/page excerpt (without auto-generation)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Replaced with the post/page excerpt (or auto-generated if it does not exist)"],"The site's name":["The site's name"],"Replaced with the title of the parent page of the current page":["Replaced with the title of the parent page of the current page"],"Replaced with the title of the post/page":["Replaced with the title of the post/page"],"Replaced with the date of the post/page":["Replaced with the date of the post/page"],"Page %1$d of %2$d":["Page %1$d of %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["A replacement variable with the same name has already been registered. Try making your variable name unique."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template."],"Page not found":["Page not found"],"%s Archives":["%s Archives"],"Search for \"%s\"":["Search for \"%s\""],"Meta description to use for Author page":["Meta description to use for Author page"],"Title to use for Author page":["Title to use for Author page"],"%1$s settings":["%1$s settings"],"Export your %1$s settings":["Export your %1$s settings"],"Import settings":["Import settings"],"Import from other SEO plugins":["Import from other SEO plugins"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["If you had a %s file and it was editable, you could edit it from here."],"If your %s were writable, you could edit it from here.":["If your %s were writable, you could edit it from here."],"You don't have a %s file, create one here:":["You don't have a %s file, create one here:"],"A link to your site, with your site's name and description as anchor text.":["A link to your site, with your site's name and description as anchor text."],"A link to your site, with your site's name as anchor text.":["A link to your site, with your site's name as anchor text."],"A link to the post, with the title as anchor text.":["A link to the post, with the title as anchor text."],"A link to the archive for the post author, with the authors name as anchor text.":["A link to the archive for the post author, with the author's name as anchor text."],"You can use the following variables within the content, they will be replaced by the value on the right.":["You can use the following variables within the content, they will be replaced by the value on the right."],"Content to put after each post in the feed":["Content to put after each post in the feed"],"Content to put before each post in the feed":["Content to put before each post in the feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s."],"How to insert breadcrumbs in your theme":["How to insert breadcrumbs in your theme"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Content type archive to show in breadcrumbs for taxonomies"],"Taxonomy to show in breadcrumbs for content types":["Taxonomy to show in breadcrumbs for content types"],"Breadcrumb for 404 Page":["Breadcrumb for 404 Page"],"Prefix for Search Page breadcrumbs":["Prefix for Search Page breadcrumbs"],"Prefix for Archive breadcrumbs":["Prefix for Archive breadcrumbs"],"Prefix for the breadcrumb path":["Prefix for the breadcrumb path"],"Anchor text for the Homepage":["Anchor text for the Homepage"],"Separator between breadcrumbs":["Separator between breadcrumbs"],"Enable Breadcrumbs":["Enable Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!"],"Credits":["Credits"],"« Back to Tools page":["« Back to Tools page"],"%1$s comes with some very powerful built-in tools:":["%1$s comes with some very powerful built-in tools:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file."],"File editor":["File editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Import settings from other SEO plugins and export your settings for re-use on (another) blog."],"Import and Export":["Import and Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page."],"Bulk editor":["Bulk editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimise your site for Pinterest."],"The default card type to use":["The default card type to use"],"Add Twitter card meta data":["Add Twitter card meta data"],"This image is used if the post/page being shared does not contain any images.":["This image is used if the post/page being shared does not contain any images."],"Default settings":["Default settings"],"Copy home meta description":["Copy home meta description"],"Description":["Description"],"Image URL":["Image URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["These are the title, description and image used in the Open Graph meta tags on the front page of your site."],"Frontpage settings":["Frontpage settings"],"Add Open Graph meta data":["Add Open Graph meta data"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter Username"],"Facebook Page URL":["Facebook Page URL"],"Accounts":["Accounts"],"Restore site to defaults":["Restore site to defaults"],"Site ID":["Site ID"],"Using this form you can reset a site to the default SEO settings.":["Using this form you can reset a site to the default SEO settings."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used."],"New sites in the network inherit their SEO settings from this site":["New sites in the network inherit their SEO settings from this site"],"Super Admins only":["Super Admins only"],"Site Admins (default)":["Site Admins (default)"],"Who should have access to the %1$s settings":["Who should have access to the %1$s settings"],"spam":["spam"],"mature":["mature"],"archived":["archived"],"public":["public"],"%s restored to default SEO settings.":["%s restored to default SEO settings."],"Settings Updated.":["Settings Updated."],"404 pages":["404 pages"],"Search pages":["Search pages"],"These pages will be %s by default, so they will never show up in search results.":["These pages will be %s by default, so they will never show up in search results."],"Special Pages":["Special Pages"],"Date-based archives could in some cases also be seen as duplicate content.":["Date-based archives could in some cases also be seen as duplicate content."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s."],"Date archives":["Date archives"],"author archives":["author archives"],"Title":["Title"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Hide"],"Date in Snippet Preview":["Date in Snippet Preview"],"Take note:":["Take note:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["You can determine the title and description for the front page by %1$sediting the front page itself%2$s."],"Homepage & Front page":["Homepage & Front page"],"Title Separator":["Title Separator"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here."],"Force rewrite titles":["Force rewrite titles"],"Taxonomies":["Taxonomies"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Extensions"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Seamlessly integrate WooCommerce with %1$s and get extra features!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Rank better locally and in Google Maps, without breaking a sweat!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Are you in Google News? Increase your traffic from Google News by optimising for it!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimise your videos to show them off in search results and get more clicks!"],"The premium version of %1$s with more features & support.":["The premium version of %1$s with more features & support."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organisation, or a person."],"Website name":["Website name"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["or"],"Save Profile":["Save Profile"],"There were no profiles found":["There were no profiles found"],"Profile":["Profile"],"Current profile":["Current profile"],"Authenticate":["Authenticate"],"Get Google Authorization Code":["Get Google Authorisation Code"],"Reload crawl issues":["Reload crawl issues"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year support and updates, on %2$s."],"Creating redirects is a %s feature":["Creating redirects is a %s feature"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Errors that occurred when your site was crawled by Googlebot."],"Issue categories":["Issue categories"],"Incorrect Google Authorization Code.":["Incorrect Google Authorisation Code."],"The issues have been successfully reloaded!":["The issues have been successfully reloaded!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again."],"Crawl errors per page":["Crawl errors per page"],"Search":["Search"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s."],"Create redirect":["Create Redirect"],"Mark as fixed":["Mark as fixed"],"Response code":["Response code"],"First detected":["First detected"],"Last crawled":["Last crawled"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["The target URL doesn't exist, but your server is not returning a 404 (file not found) error."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Request timed out or site is blocking Google."],"Server Error":["Server Error"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile."],"Blocked":["Blocked"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was unable to crawl this URL due to an undetermined issue."],"URL points to a non-existent page.":["URL points to a non-existent page."],"Not found":["Not found"],"Not followed":["Not followed"],"Faulty redirects":["Faulty redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server requires authentication or is blocking Googlebot from accessing the site."],"Access denied":["Access denied"],"Deactivate %s":["Deactivate %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["The %1$s plugin(s) might cause issues when used in conjunction with %2$s."],"Upload Image":["Upload Image"],"Remove these ads?":["Remove these ads?"],"%s Posts Overview":["%s Posts Overview"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears."],"Breadcrumbs title":["Breadcrumbs title"],"The canonical link is shown on the archive page for this term.":["The canonical link is shown on the archive page for this term."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Other"],"Archives":["Archives"],"Email":["Email"],"Close":["Close"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site."],"Configure %1$s's Open Graph settings":["Configure %1$s's Open Graph settings"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared."],"%s Image":["%s Image"],"%s Description":["%s Description"],"%s Title":["%s Title"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["The recommended image size for %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["If you want to override the image used on %s for this post, upload / choose an image here."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["If you don't want to use the meta description for sharing the post on %s but want another description there, write it here."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here."],"very difficult":["very difficult"],"Try to make shorter sentences, using less difficult words to improve readability":["Try to make shorter sentences, using less difficult words to improve readability"],"difficult":["difficult"],"Try to make shorter sentences to improve readability":["Try to make shorter sentences to improve readability"],"fairly difficult":["fairly difficult"],"OK":["OK"],"fairly easy":["fairly easy"],"easy":["easy"],"very easy":["very easy"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["All SEO Scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites."],"(no parent)":["(no parent)"],"Post is set to noindex.":["Post is set to noindex."],"The URL that this page should redirect to.":["The URL that this page should redirect to."],"301 Redirect":["301 Redirect"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Title to use for this page in breadcrumb paths"],"Breadcrumbs Title":["Breadcrumbs Title"],"No Snippet":["No Snippet"],"No Archive":["No Archive"],"No Image Index":["No Image Index"],"None":["None"],"Site-wide default: %s":["Site-wide default: %s"],"Advanced meta robots settings for this page.":["Advanced meta robots settings for this page."],"Meta robots advanced":["Meta robots advanced"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect."],"Meta description":["Meta description"],"SEO Title":["SEO Title"],"Focus keyword":["Focus Keyword"],"Snippet preview":["Snippet preview"],"Settings successfully imported.":["Settings successfully imported."],"Settings could not be imported:":["Settings could not be imported:"],"Error creating %1$s export: ":["Error creating %1$s export: "],"Breadcrumb for 404 pages:":["Breadcrumb for 404 pages:"],"Prefix for search result pages:":["Prefix for search result pages:"],"Prefix for archive pages:":["Prefix for archive pages:"],"Prefix for breadcrumbs:":["Prefix for breadcrumbs:"],"Anchor text for the homepage:":["Anchor text for the homepage:"],"Breadcrumbs separator:":["Breadcrumbs separator:"],"Remove blog page from breadcrumbs":["Remove blog page from breadcrumbs"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Use Image"],"Action":["Action"],"Page URL/Slug":["Page URL/Slug"],"Publication date":["Publication date"],"Post Status":["Post Status"],"WP Page Title":["WP Page Title"],"View":["View"],"View “%s”":["View “%s”"],"Preview":["Preview"],"Preview “%s”":["Preview “%s”"],"Edit":["Edit"],"Filter":["Filter"],"New Yoast Meta Description":["New Yoast Meta Description"],"Existing Yoast Meta Description":["Existing Yoast Meta Description"],"Facebook profile URL":["Facebook profile URL"],"Twitter username (without @)":["Twitter username (without @)"],"FAQ":["FAQ"],"Premium Support":["Premium Support"],"Settings":["Settings"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["You must %sgo to your Reading Settings%s and uncheck the box for Search Engine Visibility."],"Huge SEO Issue: You're blocking access to robots.":["Huge SEO Issue: You're blocking access to robots."],"Posts":["Posts"],"Edit Files":["Edit Files"],"Advanced Variables":["Advanced Variables"],"Basic Variables":["Basic Variables"],"General":["General"],"Extensions":["Extensions"],"Search Console":["Search Console"],"Tools":["Tools"],"Advanced":["Advanced"],"XML sitemaps":["XML sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues."],"Just another WordPress site":["Just another WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customiser%2$s."],"You have used HTML in your value which is not allowed.":["You have used HTML in your value which is not allowed."],"You can't edit %s that aren't yours.":["You can't edit %s that aren't yours."],"You can't edit %s.":["You can't edit %s."],"Post has an invalid Content Type: %s.":["Post has an invalid Content Type: %s."],"Post doesn't exist.":["Post doesn't exist."],"course\u0004Free:":["Free:"],"posts\u0004Trash (%s)":["Trash (%s)","Trash (%s)"],"posts\u0004All (%s)":["All (%s)","All (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"en_AU"},"%s does not seem to be a valid Facebook App ID. Please correct.":["%s does not seem to be a valid Facebook App ID. Please correct."],"The submitted value was: %s":["The submitted value was: %s"],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s"],"Twitter usernames can only contain letters, numbers, and underscores. %s":["Twitter usernames can only contain letters, numbers, and underscores. %s"],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s"],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s"],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Google verification codes can only contain letters, numbers, hyphens, and underscores. %s"],"The Facebook App ID you entered doesn't exist. %s":["The Facebook App ID you entered doesn't exist. %s"],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s"],"Show this item.":["Show this item."],"Hide this item.":["Hide this item."],"You have %d hidden problem:":["You have %d hidden problem:","You have %d hidden problems:"],"You have %d hidden notification:":["You have %d hidden notification:","You have %d hidden notifications:"],"Focus Keyphrase not set":["Focus Keyphrase not set"],"The form contains %1$s error. %2$s":["The form contains %1$s error. %2$s","The form contains %1$s errors. %2$s"],"SEO settings configured":["SEO settings configured"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. "],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on."],"%d occurrences":["%d occurrences"],"Activate %s for your site on MyYoast":["Activate %s for your site on MyYoast"],"Show blog page in breadcrumbs":["Show blog page in breadcrumbs"],"We could not find any relevant articles on your website that you could link to from your post.":["We could not find any relevant articles on your website that you could link to from your post."],"Has feedback":["Has feedback"],"Content optimization:":["Content optimisation:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sReadability%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Read %1$sthis post for more information about why we’re not supporting older versions.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s"],"Post Noindexed":["Post Noindexed"],"No Focus Keyphrase":["No Focus Keyphrase"],"Person logo / avatar":["Person logo / avatar"],"Extend %s":["Extend %s"],"Enroll in the %s for WordPress training":["Enrol in the %s for WordPress training"],"Posts with the SEO score: %s":["Posts with the SEO score: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video tutorial"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["To view your current crawl errors, %1$splease visit Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s."],"Remove this message":["Remove this message"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Truly optimise your site for a local audience with our %s plugin! Optimised address details, opening hours, store locator and pickup option!"],"Serving local customers?":["Serving local customers?"],"Get the %s plugin now":["Get the %s plugin now"],"Organization social profiles":["Organisation social profiles"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page."],"Personal info":["Personal info"],"Organization logo":["Organisation logo"],"Organization name":["Organisation name"],"Choose whether the site represents an organization or a person.":["Choose whether the site represents an organisation or a person."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["To make your site represent a Company or Organisation go to %1$sSearch Appearance%2$s and set Organisation or Person to \"Organisation\"."],"To change the social accounts used for your site, update the details for %1$s.":["To change the social accounts used for your site, update the details for %1$s."],"That means that the form and information below is disabled, and not used.":["That means that the form and information below is disabled, and not used."],"Your website is currently configured to represent a Person":["Your website is currently configured to represent a Person"],"(if one exists)":["(if one exists)"],"Wikipedia page about you":["Wikipedia page about you"],"YouTube profile URL":["YouTube profile URL"],"Tumblr profile URL":["Tumblr profile URL"],"SoundCloud profile URL":["SoundCloud profile URL"],"MySpace profile URL":["MySpace profile URL"],"Organization or person":["Organisation or person"],"The person":["The person"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Does your site represent a person or an organisation?"],"The name of the organization":["The name of the organisation"],"Provide an image of the organization logo":["Provide an image of the organisation logo"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s."],"Select a user...":["Select a user…"],"Uncategorized":["Uncategorised"],"Name:":["Name:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Error: Please select a user below to make your site's meta data complete."],"SEO score: %s":["SEO score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["If a Wikipedia page for you or your organisation exists, add it too."],"Wikipedia URL":["Wikipedia URL"],"Pinterest profile URL":["Pinterest profile URL"],"Instagram profile URL":["Instagram profile URL"],"LinkedIn profile URL":["LinkedIn profile URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step."],"SEO for Beginners training":["SEO for Beginners training"],"%s for WordPress training":["%s for WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["The image you selected is too small for Facebook"],"The given image url cannot be loaded":["The given image URL cannot be loaded"],"Find out what words your audience uses to find you":["Find out what words your audience uses to find you"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s"],"No JSON object was returned.":["No JSON object was returned."],"Received internal links":["Received internal links"],"Outgoing internal links":["Outgoing internal links"],"New step added":["New step added"],"New question added":["New question added"],"To be able to create a redirect and fix this issue, you need %1$s. ":["To be able to create a redirect and fix this issue, you need %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["You can buy the plugin, including one year of support and updates, on %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["To make sure all the links in your texts are counted, we need to analyse all your texts."],"All you have to do is press the following button and we'll go through all your texts for you.":["All you have to do is press the following button and we'll go through all your texts for you."],"Count links":["Count links"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributes%2$s: Good job!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!"],"Page %s":["Page %s"],"Cannot get the size of %1$s because of unknown reasons.":["Cannot get the size of %1$s because of unknown reasons."],"Cannot get the size of %1$s because it is hosted externally.":["Cannot get the size of %1$s because it is hosted externally."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!"],"Get an even better analysis":["Get an even better analysis"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!"],"Improve sharing on Facebook and Pinterest":["Improve sharing on Facebook and Pinterest"],"You do not have the required rights to export settings.":["You do not have the required rights to export settings."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copy all these settings to another site's %1$s tab and click \"%1$s\" there."],"These are settings for the %1$s plugin by %2$s":["These are settings for the %1$s plugin by %2$s"],"No settings found.":["No settings found."],"Export your %1$s settings here, to copy them on another site.":["Export your %1$s settings here, to copy them on another site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import of settings is only supported on servers that run PHP 5.3 or higher."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Import settings by pasting the settings you copied from another site here and clicking \"%s\"."],"Paste your settings from another %s installation.":["Paste your settings from another %s installation."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexable created for object %1$s with type %2$s"],"Method %1$s() does not exist in class %2$s":["Method %1$s() does not exist in class %2$s"],"With %s, you can easily create such redirects.":["With %s, you can easily create such redirects."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website."],"WARNING:":["WARNING:"],"Learn about why permalinks are important for SEO.":["Learn about why permalinks are important for SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Did you know %s also analyses the different word forms of your keyphrase, like plurals and past tenses?"],"Clear Image":["Clear Image"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase in slug%2$s: Great work!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sKeyphrase distribution%2$s: Good job!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s."],"Help on choosing the perfect focus keyphrase":["Help on choosing the perfect focus keyphrase"],"Would you like to add a related keyphrase?":["Would you like to add a related keyphrase?"],"Go %s!":["Go %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s."],"Rank better with synonyms & related keyphrases":["Rank better with synonyms & related keyphrases"],"optimize a single post for synonyms and related keyphrases.":["optimise a single post for synonyms and related keyphrases."],"Synonyms & related keyphrases":["Synonyms & related keyphrases"],"Add related keyphrase":["Add related keyphrase"],"Dismiss %s upgrade notice":["Dismiss %s upgrade notice"],"Upgrade to %s":["Upgrade to %s"],"%1$s video":["%1$s video"],"Get %s":["Get %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sText length%4$s: The text contains %1$d word.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sText length%3$s: The text contains %1$d word. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimise%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO title width%2$s: Good job!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!"],"%1$sOutbound links%2$s: Good job!":["%1$sOutbound links%2$s: Good job!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta description length%2$s: Well done!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sKeyphrase length%2$s: Good job!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in introduction%2$s: Well done!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInternal links%2$s: You have enough internal links. Good job!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sTransition words%2$s: Well done!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sSubheading distribution%2$s: Great job!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSentence length%2$s: Great!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive voice%2$s: You're using enough active voice. That's great!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!"],"Good job!":["Good job!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s"],"Focus keyphrase":["Focus keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s with ID %2$s couldn't be patched"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Invalid POST request. Meta values already exist for object with ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexable with ID `%1$s` does not exist"],"No object with ID %1$s and %2$s could be found":["No object with ID %1$s and %2$s could be found"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` is not a valid subtype of `%2$s`"],"The object type `%1$s` is invalid":["The object type `%1$s` is invalid"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`"],"The parameter `%1$s` cannot be empty.":["The parameter `%1$s` cannot be empty."],"Check Keyphrase Density":["Check Keyphrase Density"],"Disable":["Disable"],"Allow Control":["Allow Control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all."],"%s is a required feature toggle argument.":["%s is a required feature toggle argument."],"Keyphrase:":["Keyphrase:"],"Remove keyphrase":["Remove keyphrase"],"This feature has been disabled by the network admin.":["This feature has been disabled by the network admin."],"Focus keyphrase not set.":["Focus keyphrase not set."],"Multiple keyphrases":["Multiple keyphrases"],"Colon":["Colon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental."],"There is a new notification.":["There is a new notification.","There are new notifications."],"Learn more about the readability analysis":["Learn more about the readability analysis"],"Describe the duration of the instruction:":["Describe the duration of the instruction:"],"Optional. Customize how you want to describe the duration of the instruction":["Optional. Customise how you want to describe the duration of the instruction"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"%s, %s and %s":["%s, %s and %s"],"%s and %s":["%s and %s"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d hour","%d hours"],"%d day":["%d day","%d days"],"Enter a step title":["Enter a step title"],"Optional. This can give you better control over the styling of the steps.":["Optional. This can give you better control over the styling of the steps."],"CSS class(es) to apply to the steps":["CSS class(es) to apply to the steps"],"minutes":["minutes"],"hours":["hours"],"days":["days"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post."],"Copy error":["Copy error"],"An error occurred loading the %s primary taxonomy picker.":["An error occurred loading the %s primary taxonomy picker."],"%1$s Structured Data Blocks":["%1$s Structured Data Blocks"],"Time needed:":["Time needed:"],"Move question down":["Move question down"],"Move question up":["Move question up"],"Insert question":["Insert question"],"Delete question":["Delete question"],"Enter the answer to the question":["Enter the answer to the question"],"Enter a question":["Enter a question"],"Add question":["Add question"],"Frequently Asked Questions":["Frequently Asked Questions"],"Great news: you can, with %s!":["Great news: you can, with %s!"],"Select the primary %s":["Select the primary %s"],"Check links to this URL":["Check links to this URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Please check the %1$sarchive template%2$s for the following content type: %3$s."," Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Are you trying to use multiple keyphrases? You should add them separately below."],"Mark as cornerstone content":["Mark as cornerstone content"],"Move step down":["Move step down"],"Move step up":["Move step up"],"Insert step":["Insert step"],"Delete step":["Delete step"],"Add image":["Add image"],"Enter a step description":["Enter a step description"],"Enter a description":["Enter a description"],"Unordered list":["Unordered list"],"Showing step items as an ordered list.":["Showing step items as an ordered list."],"Showing step items as an unordered list":["Showing step items as an unordered list"],"Add step":["Add step"],"Delete total time":["Delete total time"],"Add total time":["Add total time"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Snippet Preview"],"Analysis results":["Analysis results"],"Enter a focus keyphrase to calculate the SEO score":["Enter a focus keyphrase to calculate the SEO score"],"Learn more about Cornerstone Content.":["Learn more about Cornerstone Content."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone content should be the most important and extensive articles on your site."],"Restore Site":["Restore Site"],"Network Settings":["Network Settings"],"You are not allowed to perform this action.":["You are not allowed to perform this action."],"Error: %s":["Error: %s"],"Success: %s":["Success: %s"],"Site with ID %d not found.":["Site with ID %d not found."],"No site has been selected to restore.":["No site has been selected to restore."],"You are not allowed to modify unregistered network settings.":["You are not allowed to modify unregistered network settings."],"deleted":["deleted"],"Would you like to add another keyphrase?":["Would you like to add another keyphrase?"],"image preview":["image preview"],"Copied!":["Copied!"],"Not supported!":["Not supported!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Consider linking to these {{a}}cornerstone articles:{{/a}}"],"Consider linking to these articles:":["Consider linking to these articles:"],"Copy link":["Copy link"],"Copy link to suggested article: %s":["Copy link to suggested article: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. "],"Prominent words":["Prominent words"],"The site's tagline":["The site's tagline"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong."],"Not all required fields are given. Missing field %1$s":["Not all required fields are given. Missing field %1$s"],"Optimize your site for Google News.":["Optimise your site for Google News."],"Optimize your shop's SEO and sell more products!":["Optimise your shop's SEO and sell more products!"],"Be found in Google Video search and enhance your video sharing on social media.":["Be found in Google Video search and enhance your video sharing on social media."],"Be found in Google Maps and local results.":["Be found in Google Maps and local results."],"Learn practical SEO skills to rank higher in Google.":["Learn practical SEO skills to rank higher in Google."],"Don’t waste time figuring out the best settings yourself.":["Don’t waste time figuring out the best settings yourself."],"Get quick wins to make your site rank higher in search engines.":["Get quick wins to make your site rank higher in search engines."],"Add synonyms":["Add synonyms"],"Would you like to add keyphrase synonyms?":["Would you like to add keyphrase synonyms?"],"Would you like to add more than one keyphrase?":["Would you like to add more than one keyphrase?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["You haven't set a Shop page in your WooCommerce settings. Please do this first."],"Current year":["Current year"],"Page":["Page"],"Breadcrumb settings for %s archive":["Breadcrumb settings for %s archive"],"Something went wrong. Please reload the page.":["Something went wrong. Please reload the page."],"Tagline":["Tagline"],"Modify your meta description by editing it right here":["Modify your meta description by editing it right here"],"description (custom taxonomy)":["description (custom taxonomy)"],"(custom taxonomy)":["(custom taxonomy)"],"(custom field)":["(custom field)"],"Term404":["Term404"],"Caption":["Caption"],"Pagenumber":["Pagenumber"],"Pagetotal":["Pagetotal"],"Page number":["Page number"],"User description":["User description"],"ID":["ID"],"Modified":["Modified"],"Post type (plural)":["Post type (plural)"],"Post type (singular)":["Post type (singular)"],"Separator":["Separator"],"Search phrase":["Search phrase"],"Term title":["Term title"],"Term description":["Term description"],"Tag description":["Tag description"],"Category description":["Category description"],"Primary category":["Primary category"],"Category":["Category"],"Tag":["Tag"],"Excerpt only":["Excerpt only"],"Excerpt":["Excerpt"],"Site title":["Site title"],"Archive title":["Archive title"],"Parent title":["Parent title"],"Date":["Date"],"Label":["Label"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL."],"Search engines and other websites can still send traffic to your deleted post.":["Search engines and other websites can still send traffic to your deleted post."],"Make sure you don't miss out on traffic!":["Make sure you don't miss out on traffic!"],"You just deleted a %1$s.":["You just deleted a %1$s."],"You just trashed a %1$s.":["You just trashed a %1$s."],"Settings for %s archive":["Settings for %s archive"],"Settings for single %s URLs":["Settings for single %s URLs"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be."],"Url preview":["URL preview"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results."],"Insert snippet variable":["Insert snippet variable"],"Dismiss this notice":["Dismiss this notice"],"No results":["No results"],"%d result found, use up and down arrow keys to navigate":["%d result found, use up and down arrow keys to navigate","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Your site language is set to %s. If this is not correct, contact your site administrator."],"Number of results found: %d":["Number of results found: %d"],"Note that not all variables can be used in every field.":["Note that not all variables can be used in every field."],"Snippet variables":["Snippet variables"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site."],"Unknown type %1$s":["Unknown type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Includes a free MyYoast account which gives you access to our free SEO for Beginners course!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verification code"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider."],"Cleanup of %s data failed.":["Cleanup of %s data failed."],"Content Type":["Content Type"],"Filter by content type":["Filter by content type"],"Show All Content Types":["Show All Content Types"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Replaced with the normal title for an archive generated by WordPress"],"Clean":["Clean"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Once you're certain your site is OK, you can clean up. This will remove all the original data."],"Step 5: Clean up":["Step 5: Clean up"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct."],"Step 4: Run the configuration wizard":["Step 4: Run the configuration wizard"],"Please check your posts and pages and see if the metadata was successfully imported.":["Please check your posts and pages and see if the metadata was successfully imported."],"Step 3: Check your data":["Step 3: Check your data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place."],"Step 2: Import":["Step 2: Import"],"Please make a backup of your database before starting this process.":["Please make a backup of your database before starting this process."],"Step 1: Create a backup":["Step 1: Create a backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s did not detect any plugin data from plugins it can import from."],"Posts that should not show up in search results":["Posts that should not show up in search results"],"%s data found.":["%s data found."],"%s data successfully removed.":["%s data successfully removed."],"%s data successfully imported.":["%s data successfully imported."],"%s data not found.":["%s data not found."],"Improve your SEO skills":["Improve your SEO skills"],"24/7 email support":["24/7 email support"],"No more dead links a.k.a. 404 pages":["No more dead links a.k.a. 404 pages"],"Get real-time suggestions for internal links":["Get real-time suggestions for internal links"],"Preview your page in Facebook and Twitter":["Preview your page in Facebook and Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Home Page%2$s setting."],"Help on copying the home meta description":["Help on copying the home meta description"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["To let search engines know which social profiles are associated to this site, enter your site social profiles data below."],"Learn more about your social profiles settings":["Learn more about your social profiles settings"],"Remove the categories prefix":["Remove the categories prefix"],"Help on the category prefix setting":["Help on the category prefix setting"],"Learn more about the available variables":["Learn more about the available variables"],"Learn more about the RSS feed setting":["Learn more about the RSS feed setting"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself."],"Learn more about the Media and attachment URLs setting":["Learn more about the Media and attachment URLs setting"],"Learn more about the title separator setting":["Learn more about the title separator setting"],"Learn more about the knowledge graph setting":["Learn more about the knowledge graph setting"],"Learn more about the homepage setting":["Learn more about the home page setting"],"Learn more about the special pages setting":["Learn more about the special pages setting"],"Help on the date archives search results setting":["Help on the date archives search results setting"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the authors without posts archive search results setting":["Help on the authors without posts archive search results setting"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the author archives search results setting":["Help on the author archives search results setting"],"Archives settings help":["Archives settings help"],"Learn more about the archives setting":["Learn more about the archives setting"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verification code"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Get your Google verification code in %1$sGoogle Search Console%2$s."],"Google verification code":["Google verification code"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Get your Bing verification code in %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verification code"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these."],"Learn more about the Webmaster Tools verification":["Learn more about the Webmaster Tools verification"],"On":["On"],"Help on: %s":["Help on: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature."],"Off":["Off"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings."],"Security: no advanced settings for authors":["Security: no advanced settings for authors"],"See who contributed to %1$s.":["See who contributed to %1$s."],"Help on this search results setting":["Help on this search results setting"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Default for %2$s, currently: %1$s":["Default for %2$s, currently: %1$s"],"Show %s in search results?":["Show %s in search results?"],"this author's archives":["this author's archives"],"Do not allow search engines to show %s in search results.":["Do not allow search engines to show %s in search results."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only."],"Category URLs":["Category URLs"],"the archive for %s":["the archive for %s"],"Redirect attachment URLs to the attachment itself?":["Redirect attachment URLs to the attachment itself?"],"We recommend you set this to Yes.":["We recommend you set this to Yes."],"Media & attachment URLs":["Media & attachment URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["This is what shows in the search results when people find your home page. This means this is probably what they see when they search for your brand name."],"date archives":["date archives"],"archives for authors without posts":["archives for authors without posts"],"Read why XML Sitemaps are important for your site.":["Read why XML Sitemaps are important for your site."],"Enable the XML sitemaps that %s generates.":["Enable the XML sitemaps that %s generates."],"See the XML sitemap.":["See the XML sitemap."],"%2$s (current default for %1$s)":["%2$s (current default for %1$s)"],"Media":["Media"],"Content Types":["Content Types"],"Should search engines follow links on this %1$s?":["Should search engines follow links on this %1$s?"],"Allow search engines to show this %s in search results?":["Allow search engines to show this %s in search results?"],"Search Appearance":["Search Appearance"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings."],"Search engines should show \"%1$s\" in search results:":["Search engines should show \"%1$s\" in search results:"],"Search engine visibility":["Search engine visibility"],"Toggle %1$s's XML Sitemap":["Toggle %1$s's XML Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["The cornerstone content feature lets you to mark and filter cornerstone content on your website."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7."],"Search result":["Search result"],"Good results":["Good results"],"Get better search results in local search":["Get better search results in local search"],"Allow customers to pick up their %s order locally":["Allow customers to pick up their %s order locally"],"SEO analysis":["SEO analysis"],"The SEO analysis offers suggestions to improve the SEO of your text.":["The SEO analysis offers suggestions to improve the SEO of your text."],"Learn how the SEO analysis can help you rank.":["Learn how the SEO analysis can help you rank."],"The readability analysis offers suggestions to improve the structure and style of your text.":["The readability analysis offers suggestions to improve the structure and style of your text."],"Discover why readability is important for SEO.":["Discover why readability is important for SEO."],"Find out how cornerstone content can help you improve your site structure.":["Find out how cornerstone content can help you improve your site structure."],"The text link counter helps you improve your site structure.":["The text link counter helps you improve your site structure."],"Find out how the text link counter can enhance your SEO.":["Find out how the text link counter can enhance your SEO."],"%s integration":["%s integration"],"Read more about how %s works.":["Read more about how %s works."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared."],"Find out why you should upgrade to %s":["Find out why you should upgrade to %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Latest blog posts on %1$s"],"Need help?":["Need help?"],"Type here to search...":["Type here to search..."],"Search the Yoast Knowledge Base for answers to your questions:":["Search the Yoast Knowledge Base for answers to your questions:"],"Remove highlight from the text":["Remove highlight from the text"],"Your site language is set to %s. ":["Your site language is set to %s. "],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Get started quickly with the %1$s %2$sconfiguration wizard%3$s!"],"First-time SEO configuration":["First-time SEO configuration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Your site language is set to {language}. If this is not correct, contact your site administrator."],"Your site language is set to {language}.":["Your site language is set to {language}."],"Highlight this result in the text":["Highlight this result in the text"],"Considerations":["Considerations"],"Errors":["Errors"],"Change language":["Change language"],"You cannot create a %s file.":["You cannot create a %s file."],"You cannot edit the %s file.":["You cannot edit the %s file."],"Updated %s":["Updated %s"],"Create %s file":["Create %s file"],"Edit the content of your %s:":["Edit the content of your %s:"],"Save changes to %s":["Save changes to %s"],"%s file":["%s file"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s."],"More information":["More information"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better."],"More information about %1$s":["More information about %1$s"],"Configuration Wizard":["Configuration Wizard"],"You've done it!":["You've done it!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Seamlessly integrate %2$s with %1$s for the content analysis!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better."],"Manage your %s subscription on MyYoast":["Manage your %s subscription on MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s."],"Loading help center.":["Loading help centre."],"Get support":["Get support"],"View in KB":["View in KB"],"Go back":["Go back"],"Go back to the search results":["Go back to the search results"],"(Opens in a new browser tab)":["(Opens in a new browser tab)"],"Posts %1$swithout%2$s a focus keyphrase":["Posts %1$swithout%2$s a focus keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, your SEO is doing pretty well! Check out the stats:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["You don't have any published posts, your SEO scores will appear here once you make your first post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets."],"Something else":["Something else"],"A portfolio":["A portfolio"],"A corporation":["A corporation"],"A small offline business":["A small offline business"],"A news channel":["A news channel"],"An online shop":["An online shop"],"A blog":["A blog"],"What does the site %1$s represent?":["What does the site %1$s represent?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["If you choose no, your author archives will be deactivated to prevent duplicate content issues."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s."],"Option B: My site is under construction and should not be indexed":["Option B: My site is under construction and should not be indexed"],"Option A: My site is live and ready to be indexed":["Option A: My site is live and ready to be indexed"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site."],"Please specify if your site is under construction or already active.":["Please specify if your site is under construction or already active."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results."],"Read more like this on our SEO blog":["Read more like this on our SEO blog"],"Readability: %s":["Readability: %s"],"Not activated":["Not activated"],"Activated":["Activated"],"%1$s recommendations for you":["%1$s recommendations for you"],"All Readability Scores":["All Readability Scores"],"Filter by Readability Score":["Filter by Readability Score"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is not valid."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s."],"Good job! All the links in your texts have been counted.":["Good job! All the links in your texts have been counted."],"Calculation completed.":["Calculation completed."],"Calculation in progress...":["Calculation in progress..."],"Stop counting":["Stop counting"],"Counting links in your texts":["Counting links in your texts"],"Text %1$s of %2$s processed.":["Text %1$s of %2$s processed."],"All your texts are already counted, there is no need to count them again.":["All your texts are already counted, there is no need to count them again."],"Count links in your texts":["Count links in your texts"],"Text link counter":["Text link counter"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO."],"%s Columns":["%s Columns"],"Readability score":["Readability score"],"Other benefits of %s for you:":["Other benefits of %s for you:"],"Scroll to see the preview content.":["Scroll to see the preview content."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s will now take care of all the needed technical optimisation of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page."],"Attract more customers near you":["Attract more customers near you"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!"],"Get the most out of %1$s with the %2$s":["Get the most out of %1$s with the %2$s"],"Upgrade to Premium":["Upgrade to Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support."],"Outrank the competition with %s":["Outrank the competition with %s"],"You might like":["You might like"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["The configuration wizard helps you to easily configure your site to have the optimal SEO settings."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin."],"Superfast internal linking suggestions":["Superfast internal linking suggestions"],"Great news: you can, with %1$s!":["Great news: you can, with %1$s!"],"Save changes":["Save changes"],"1 year free support and updates included!":["1 year free support and updates included!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial media preview%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo more dead links%2$s: easy redirect manager"],"No ads!":["No ads!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Social media preview"],"Easy redirect manager":["Easy redirect manager"],"No more dead links":["No more dead links"],"Increase your SEO reach":["Increase your SEO reach"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!"],"Variable":["Variable"],"Available variables":["Available variables"],"Scroll to see the table content.":["Scroll to see the table content."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance."],"An error occurred in the '%1$s' assessment":["An error occurred in the '%1$s' assessment"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.","The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["The meta description contains no sentences %1$sover %2$s words%3$s."],"Step %1$d: %2$s":["Step %1$d: %2$s"],"No new notifications.":["No new notifications."],"Save all":["Save all"],"Save":["Save"],"%1$s, Author at %2$s":["%1$s, Author at %2$s"],"Mobile preview":["Mobile preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Select redirect"],"Please provide an SEO title by editing the snippet below.":["Please provide an SEO title by editing the snippet below."],"Meta description preview:":["Meta description preview:"],"Slug preview:":["Slug preview:"],"SEO title preview:":["SEO title preview:"],"Close snippet editor":["Close snippet editor"],"Slug":["Slug"],"Remove marks in the text":["Remove marks in the text"],"Mark this result in the text":["Mark this result in the text"],"Marks are disabled in current view":["Marks are disabled in current view"],"Good SEO score":["Good SEO score"],"OK SEO score":["OK SEO score"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Choose an image"],"Remove the image":["Remove the image"],"MailChimp signup failed:":["MailChimp signup failed:"],"Sign Up!":["Sign Up!"],"Name":["Name"],"There is an error with the request.":["There is an error with the request."],"Select profile":["Select profile"],"Choose a profile":["Choose a profile"],"Authorization code":["Authorisation code"],"Reauthenticate with Google":["Reauthenticate with Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["To allow %s to fetch your Google Search Console information, please enter your Google Authorisation Code. Clicking the button below will open a new window."],"Please provide a meta description by editing the snippet below.":["Please provide a meta description by editing the snippet below."],"Edit snippet":["Edit snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["You can click on each element in the preview to jump to the Snippet Editor."],"SEO title preview":["SEO title preview"],"Meta description preview":["Meta description preview"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any)."],"Close the Wizard":["Close the Wizard"],"Export settings":["Export settings"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuration Wizard"],"Please don't show me this notification anymore":["Please don't show me this notification anymore"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!"],"Date archives settings":["Date archives settings"],"Author archives settings":["Author archives settings"],"%1$s by %2$s":["%1$s by %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Warning: the variable %s cannot be used in this template. See the help centre for more info."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support."],"(no title)":["(no title)"],"%s installation wizard":["%s installation wizard"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["The %1$s admin bar menu contains useful links to third-party tools for analysing pages and makes it easy to see if you have new notifications."],"Admin bar menu":["Admin bar menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case."],"Features":["Features"],"SEO title":["SEO title"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["While we strive to make setting up Yoast SEO as easy as possible, we understand it can be daunting. If you’d rather have us set up Yoast SEO for you (and get a copy of Yoast SEO Premium in the process), order our %1$sYoast SEO configuration service%2$s here!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google shows your website's name in the search results, if you want to change it, you can do that here."],"Greater than sign":["Greater than sign"],"Less than sign":["Less than sign"],"Right angle quotation mark":["Right angle quotation mark"],"Left angle quotation mark":["Left angle quotation mark"],"Small tilde":["Small tilde"],"Vertical bar":["Vertical bar"],"Low asterisk":["Low asterisk"],"Asterisk":["Asterisk"],"Bullet":["Bullet"],"Middle dot":["Middle dot"],"Em dash":["Em dash"],"En dash":["En dash"],"Dash":["Dash"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results."],"The name of the person":["The name of the person"],"No":["No"],"Yes":["Yes"],"Does, or will, your site have multiple authors?":["Does, or will, your site have multiple authors?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL."],"Success!":["Success!"],"Title settings":["Title settings"],"Google Search Console":["Google Search Console"],"Multiple authors":["Multiple authors"],"Site type":["Site type"],"Environment":["Environment"],"Yoast option %1$s not found.":["Yoast option %1$s not found."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Posts list"],"Posts list navigation":["Posts list navigation"],"Filter posts list":["Filter posts list"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Note that links to archives might be still output by your theme and you would need to remove them separately."],"%1$s to optimize your site even further":["%1$s to optimise your site even further"],"%1$s extensions":["%1$s extensions"],"Comes with our 30-day no questions asked money back guarantee":["Comes with our 30-day no questions asked money back guarantee"],"More information %1$sabout %3$s%2$s":["More information %1$sabout %3$s%2$s"],"Installed":["Installed"],"gain access to our 24/7 support team.":["gain access to our 24/7 support team."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["check what your Facebook or Twitter post will look like."],"Social previews":["Social previews"],"create and manage redirects from within your WordPress install.":["create and manage redirects from within your WordPress install."],"Redirect manager":["Redirect manager"],"%1$s, take your optimization to the next level!":["%1$s, take your optimisation to the next level!"],"A seamless integration between %1$s and %2$s":["A seamless integration between %1$s and %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use %1$s breadcrumbs instead of %2$s ones"],"Easily insert Google Maps, a store locator, opening hours and more":["Easily insert Google Maps, a store locator, opening hours and more"],"Creates XML News Sitemaps":["Creates XML News Sitemaps"],"Immediately pings Google on the publication of a new post":["Immediately pings Google on the publication of a new post"],"Optimize your site for Google News":["Optimise your site for Google News"],"Make videos responsive through enabling fitvids.js":["Make videos responsive through enabling fitvids.js"],"Enhance the experience of sharing posts with videos":["Enhance the experience of sharing posts with videos"],"Show your videos in Google Videos":["Show your videos in Google Videos"],"Crawl issues list":["Crawl issues list"],"Crawl issues list navigation":["Crawl issues list navigation"],"Edit “%s”":["Edit “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notifications"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions."],"Disable SEO analysis":["Disable SEO analysis"],"Twitter settings":["Twitter settings"],"Pinterest settings":["Pinterest settings"],"Facebook settings":["Facebook settings"],"Title separator symbol":["Title separator symbol"],"RSS feed settings":["RSS feed settings"],"Breadcrumbs settings":["Breadcrumbs settings"],"Make primary":["Make primary"],"Enter your Google Authorization Code and press the Authenticate button.":["Enter your Google Authorisation Code and press the Authenticate button."],"Knowledge base article":["Knowledge base article"],"Open the knowledge base article in a new window or read it in the iframe below":["Open the knowledge base article in a new window or read it in the iframe below"],"Search results":["Search results"],"%s notification":["%s notification","%s notifications"],"Disable readability analysis":["Disable readability analysis"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Removes the readability analysis section from the metabox and disables all readability-related suggestions."],"Readability analysis":["Readability analysis"],"Needs improvement":["Needs improvement"],"Readability":["Readability"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files."],"Improvements":["Improvements"],"Dismiss this item.":["Dismiss this item."],"Good job! We could detect no serious SEO problems.":["Good job! We could detect no serious SEO problems."],"We have detected the following issues that affect the SEO of your site.":["We have detected the following issues that affect the SEO of your site."],"Problems":["Problems"],"Analysis":["Analysis"],"Not available":["Not available"],"Filter by SEO Score":["Filter by SEO Score"],"Meta description not set.":["Meta description not set."],"Video tutorial":["Video tutorial"],"Email support is a %s feature":["Email support is a %s feature"],"Knowledge base":["Knowledge base"],"Open":["Open"],"Loading...":["Loading..."],"Something went wrong. Please try again later.":["Something went wrong. Please try again later."],"No results found.":["No results found."],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["You can fix this on the %1$sPermalink settings page%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it."],"Replaced with the primary category of the post/page":["Replaced with the primary category of the post/page"],"Pinterest confirmation":["Pinterest confirmation"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["If you have already confirmed your website with Pinterest, you can skip the step below."],"Format-based archives":["Format-based archives"],"Webmaster Tools verification":["Webmaster Tools verification"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Follow our %1$s for WordPress training and become a certified %1$s Expert!"],"Want to be a %s Expert?":["Want to be a %s Expert?"],"Buy %s":["Buy %s"],"Show information about errors in category %s":["Show information about errors in category %s"],"New %1$s Title":["New %1$s Title"],"Existing %1$s Title":["Existing %1$s Title"],"Expected an integer as input.":["Expected an integer as input."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range."],"Remove":["Remove"],"Keep":["Keep"],"Bold the last page":["Bold the last page"],"Regular":["Regular"],"Bold":["Bold"],"Show Blog page":["Show Blog page"],"Primary %s":["Primary %s"],"Primary":["Primary"],"Make %1$s primary %2$s":["Make %1$s primary %2$s"],"Term is set to noindex.":["Term is set to noindex."],"Author archives":["Author archives"],"Show":["Show"],"Enabled":["Enabled"],"Disabled":["Disabled"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s has not fetched your site's indexability status yet from %2$s"],"The separator defined in your theme's %s tag.":["The separator defined in your theme's %s tag."],"No index":["No index"],"Analyze entire site":["Analyse entire site"],"Fetch the current status":["Fetch the current status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s"],"Your homepage can be indexed by search engines.":["Your homepage can be indexed by search engines."],"Indexability check by %1$s":["Indexability check by %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["If you don't want to use the meta description for sharing on %1$s but want another description there, write it here."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["If you don't want to use the title for sharing on %1$s but instead want another title there, write it here."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed."],"Once Weekly":["Once Weekly"],"SEO score":["SEO score"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculating SEO scores for all pieces of content with a focus keyphrase."],"%1$s of %2$s done.":["%1$s of %2$s done."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activation failed:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["The filter extension seem to be unavailable. Please ask your web host to enable it."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["The %1$s plugin installation is incomplete. Please refer to %2$s installation instructions %3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it."],"SEO Settings":["SEO Settings"],"Mobile-Friendly Test":["Mobile-Friendly Test"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML Validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Check Headers"],"Check Google Cache":["Check Google Cache"],"Analyze this page":["Analyse this page"],"Keyword Research":["Keyword Research"],"%s does not seem to be a valid url. Please correct.":["%s does not seem to be a valid URL. Please correct."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s does not seem to be a valid %2$s verification string. Please correct."],"%s Archive":["%s Archive"],"You searched for %s":["You searched for %s"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s does not seem to be a valid Twitter Username. Please correct."],"Summary with large image":["Summary with large image"],"Summary":["Summary"],"The post %1$s appeared first on %2$s.":["The post %1$s appeared first on %2$s."],"No numeric value was received.":["No numeric value was received."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["This must be an existing blog. Blog %s does not exist or has been marked as deleted."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["The default blog setting must be the numeric blog id of the blog you want to use as default."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default."],"Please select a valid post type for taxonomy \"%s\"":["Please select a valid post type for taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Please select a valid taxonomy for post type \"%s\""],"You searched for":["You searched for"],"Home":["Home"],"Archives for":["Archives for"],"Error 404: Page not found":["Error 404: Page not found"],"Good":["Good"],"Replaced with a custom taxonomies description":["Replaced with a custom taxonomies description"],"Replaced with a posts custom taxonomies, comma separated.":["Replaced with a posts custom taxonomies, comma separated."],"Replaced with a posts custom field value":["Replaced with a posts custom field value"],"Replaced with the slug which caused the 404":["Replaced with the slug which caused the 404"],"Replaced with the posts focus keyphrase":["Replaced with the posts focus keyphrase"],"Attachment caption":["Attachment caption"],"Replaced with the current page number":["Replaced with the current page number"],"Replaced with the current page total":["Replaced with the current page total"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Replaced with the current page number with context (e.g. page 2 of 4)"],"Replaced with the post/page author's 'Biographical Info'":["Replaced with the post/page author's 'Biographical Info'"],"Replaced with the post/page author's 'nicename'":["Replaced with the post/page author's 'nicename'"],"Replaced with the post/page ID":["Replaced with the post/page ID"],"Replaced with the post/page modified time":["Replaced with the post/page modified time"],"Replaced with the content type plural label":["Replaced with the content type plural label"],"Replaced with the content type single label":["Replaced with the content type single label"],"Replaced with the current search phrase":["Replaced with the current search phrase"],"Replaced with the term name":["Replaced with the term name"],"Replaced with the term description":["Replaced with the term description"],"Replaced with the tag description":["Replaced with the tag description"],"Replaced with the category description":["Replaced with the category description"],"Replaced with the post categories (comma separated)":["Replaced with the post categories (comma separated)"],"Replaced with the current tag/tags":["Replaced with the current tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Replaced with the post/page excerpt (without auto-generation)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Replaced with the post/page excerpt (or auto-generated if it does not exist)"],"The site's name":["The site's name"],"Replaced with the title of the parent page of the current page":["Replaced with the title of the parent page of the current page"],"Replaced with the title of the post/page":["Replaced with the title of the post/page"],"Replaced with the date of the post/page":["Replaced with the date of the post/page"],"Page %1$d of %2$d":["Page %1$d of %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["A replacement variable with the same name has already been registered. Try making your variable name unique."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template."],"Page not found":["Page not found"],"%s Archives":["%s Archives"],"Search for \"%s\"":["Search for \"%s\""],"Meta description to use for Author page":["Meta description to use for Author page"],"Title to use for Author page":["Title to use for Author page"],"%1$s settings":["%1$s settings"],"Export your %1$s settings":["Export your %1$s settings"],"Import settings":["Import settings"],"Import from other SEO plugins":["Import from other SEO plugins"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["If you had a %s file and it was editable, you could edit it from here."],"If your %s were writable, you could edit it from here.":["If your %s were writable, you could edit it from here."],"You don't have a %s file, create one here:":["You don't have a %s file, create one here:"],"A link to your site, with your site's name and description as anchor text.":["A link to your site, with your site's name and description as anchor text."],"A link to your site, with your site's name as anchor text.":["A link to your site, with your site's name as anchor text."],"A link to the post, with the title as anchor text.":["A link to the post, with the title as anchor text."],"A link to the archive for the post author, with the authors name as anchor text.":["A link to the archive for the post author, with the author's name as anchor text."],"You can use the following variables within the content, they will be replaced by the value on the right.":["You can use the following variables within the content, they will be replaced by the value on the right."],"Content to put after each post in the feed":["Content to put after each post in the feed"],"Content to put before each post in the feed":["Content to put before each post in the feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s."],"How to insert breadcrumbs in your theme":["How to insert breadcrumbs in your theme"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Content type archive to show in breadcrumbs for taxonomies"],"Taxonomy to show in breadcrumbs for content types":["Taxonomy to show in breadcrumbs for content types"],"Breadcrumb for 404 Page":["Breadcrumb for 404 Page"],"Prefix for Search Page breadcrumbs":["Prefix for Search Page breadcrumbs"],"Prefix for Archive breadcrumbs":["Prefix for Archive breadcrumbs"],"Prefix for the breadcrumb path":["Prefix for the breadcrumb path"],"Anchor text for the Homepage":["Anchor text for the Homepage"],"Separator between breadcrumbs":["Separator between breadcrumbs"],"Enable Breadcrumbs":["Enable Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!"],"Credits":["Credits"],"« Back to Tools page":["« Back to Tools page"],"%1$s comes with some very powerful built-in tools:":["%1$s comes with some very powerful built-in tools:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file."],"File editor":["File editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Import settings from other SEO plugins and export your settings for re-use on (another) blog."],"Import and Export":["Import and Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page."],"Bulk editor":["Bulk editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimise your site for Pinterest."],"The default card type to use":["The default card type to use"],"Add Twitter card meta data":["Add Twitter card meta data"],"This image is used if the post/page being shared does not contain any images.":["This image is used if the post/page being shared does not contain any images."],"Default settings":["Default settings"],"Copy home meta description":["Copy home meta description"],"Description":["Description"],"Image URL":["Image URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["These are the title, description and image used in the Open Graph meta tags on the front page of your site."],"Frontpage settings":["Frontpage settings"],"Add Open Graph meta data":["Add Open Graph meta data"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter Username"],"Facebook Page URL":["Facebook Page URL"],"Accounts":["Accounts"],"Restore site to defaults":["Restore site to defaults"],"Site ID":["Site ID"],"Using this form you can reset a site to the default SEO settings.":["Using this form you can reset a site to the default SEO settings."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used."],"New sites in the network inherit their SEO settings from this site":["New sites in the network inherit their SEO settings from this site"],"Super Admins only":["Super Admins only"],"Site Admins (default)":["Site Admins (default)"],"Who should have access to the %1$s settings":["Who should have access to the %1$s settings"],"spam":["spam"],"mature":["mature"],"archived":["archived"],"public":["public"],"%s restored to default SEO settings.":["%s restored to default SEO settings."],"Settings Updated.":["Settings Updated."],"404 pages":["404 pages"],"Search pages":["Search pages"],"These pages will be %s by default, so they will never show up in search results.":["These pages will be %s by default, so they will never show up in search results."],"Special Pages":["Special Pages"],"Date-based archives could in some cases also be seen as duplicate content.":["Date-based archives could in some cases also be seen as duplicate content."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s."],"Date archives":["Date archives"],"author archives":["author archives"],"Title":["Title"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Hide"],"Date in Snippet Preview":["Date in Snippet Preview"],"Take note:":["Take note:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["You can determine the title and description for the front page by %1$sediting the front page itself%2$s."],"Homepage & Front page":["Homepage & Front page"],"Title Separator":["Title Separator"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here."],"Force rewrite titles":["Force rewrite titles"],"Taxonomies":["Taxonomies"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Extensions"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Seamlessly integrate WooCommerce with %1$s and get extra features!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Rank better locally and in Google Maps, without breaking a sweat!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Are you in Google News? Increase your traffic from Google News by optimising for it!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimise your videos to show them off in search results and get more clicks!"],"The premium version of %1$s with more features & support.":["The premium version of %1$s with more features & support."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organisation, or a person."],"Website name":["Website name"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["or"],"Save Profile":["Save Profile"],"There were no profiles found":["There were no profiles found"],"Profile":["Profile"],"Current profile":["Current profile"],"Authenticate":["Authenticate"],"Get Google Authorization Code":["Get Google Authorisation Code"],"Reload crawl issues":["Reload crawl issues"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year support and updates, on %2$s."],"Creating redirects is a %s feature":["Creating redirects is a %s feature"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Errors that occurred when your site was crawled by Googlebot."],"Issue categories":["Issue categories"],"Incorrect Google Authorization Code.":["Incorrect Google Authorisation Code."],"The issues have been successfully reloaded!":["The issues have been successfully reloaded!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again."],"Crawl errors per page":["Crawl errors per page"],"Search":["Search"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s."],"Create redirect":["Create Redirect"],"Mark as fixed":["Mark as fixed"],"Response code":["Response code"],"First detected":["First detected"],"Last crawled":["Last crawled"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["The target URL doesn't exist, but your server is not returning a 404 (file not found) error."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Request timed out or site is blocking Google."],"Server Error":["Server Error"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile."],"Blocked":["Blocked"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was unable to crawl this URL due to an undetermined issue."],"URL points to a non-existent page.":["URL points to a non-existent page."],"Not found":["Not found"],"Not followed":["Not followed"],"Faulty redirects":["Faulty redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server requires authentication or is blocking Googlebot from accessing the site."],"Access denied":["Access denied"],"Deactivate %s":["Deactivate %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["The %1$s plugin(s) might cause issues when used in conjunction with %2$s."],"Upload Image":["Upload Image"],"Remove these ads?":["Remove these ads?"],"%s Posts Overview":["%s Posts Overview"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears."],"Breadcrumbs title":["Breadcrumbs title"],"The canonical link is shown on the archive page for this term.":["The canonical link is shown on the archive page for this term."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Other"],"Archives":["Archives"],"Email":["Email"],"Previous":["Previous"],"Next":["Next"],"Close":["Close"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site."],"Configure %1$s's Open Graph settings":["Configure %1$s's Open Graph settings"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared."],"%s Image":["%s Image"],"%s Description":["%s Description"],"%s Title":["%s Title"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["The recommended image size for %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["If you want to override the image used on %s for this post, upload / choose an image here."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["If you don't want to use the meta description for sharing the post on %s but want another description there, write it here."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here."],"very difficult":["very difficult"],"Try to make shorter sentences, using less difficult words to improve readability":["Try to make shorter sentences, using less difficult words to improve readability"],"difficult":["difficult"],"Try to make shorter sentences to improve readability":["Try to make shorter sentences to improve readability"],"fairly difficult":["fairly difficult"],"OK":["OK"],"fairly easy":["fairly easy"],"easy":["easy"],"very easy":["very easy"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["All SEO Scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites."],"(no parent)":["(no parent)"],"Post is set to noindex.":["Post is set to noindex."],"The URL that this page should redirect to.":["The URL that this page should redirect to."],"301 Redirect":["301 Redirect"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Title to use for this page in breadcrumb paths"],"Breadcrumbs Title":["Breadcrumbs Title"],"No Snippet":["No Snippet"],"No Archive":["No Archive"],"No Image Index":["No Image Index"],"None":["None"],"Site-wide default: %s":["Site-wide default: %s"],"Advanced meta robots settings for this page.":["Advanced meta robots settings for this page."],"Meta robots advanced":["Meta robots advanced"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect."],"Meta description":["Meta description"],"SEO Title":["SEO Title"],"Focus keyword":["Focus Keyword"],"Snippet preview":["Snippet preview"],"Settings successfully imported.":["Settings successfully imported."],"Settings could not be imported:":["Settings could not be imported:"],"Breadcrumb for 404 pages:":["Breadcrumb for 404 pages:"],"Prefix for search result pages:":["Prefix for search result pages:"],"Prefix for archive pages:":["Prefix for archive pages:"],"Prefix for breadcrumbs:":["Prefix for breadcrumbs:"],"Anchor text for the homepage:":["Anchor text for the homepage:"],"Breadcrumbs separator:":["Breadcrumbs separator:"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Use Image"],"Action":["Action"],"Page URL/Slug":["Page URL/Slug"],"Publication date":["Publication date"],"Post Status":["Post Status"],"WP Page Title":["WP Page Title"],"View":["View"],"View “%s”":["View “%s”"],"Preview":["Preview"],"Preview “%s”":["Preview “%s”"],"Edit":["Edit"],"Filter":["Filter"],"New Yoast Meta Description":["New Yoast Meta Description"],"Existing Yoast Meta Description":["Existing Yoast Meta Description"],"Facebook profile URL":["Facebook profile URL"],"Twitter username (without @)":["Twitter username (without @)"],"FAQ":["FAQ"],"Premium Support":["Premium Support"],"Settings":["Settings"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["You must %sgo to your Reading Settings%s and uncheck the box for Search Engine Visibility."],"Huge SEO Issue: You're blocking access to robots.":["Huge SEO Issue: You're blocking access to robots."],"Posts":["Posts"],"Edit Files":["Edit Files"],"Advanced Variables":["Advanced Variables"],"Basic Variables":["Basic Variables"],"General":["General"],"Extensions":["Extensions"],"Search Console":["Search Console"],"Tools":["Tools"],"Advanced":["Advanced"],"XML sitemaps":["XML sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues."],"Just another WordPress site":["Just another WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customiser%2$s."],"You have used HTML in your value which is not allowed.":["You have used HTML in your value which is not allowed."],"You can't edit %s that aren't yours.":["You can't edit %s that aren't yours."],"You can't edit %s.":["You can't edit %s."],"Post has an invalid Content Type: %s.":["Post has an invalid Content Type: %s."],"Post doesn't exist.":["Post doesn't exist."],"course\u0004Free:":["Free:"],"posts\u0004Trash (%s)":["Trash (%s)","Trash (%s)"],"posts\u0004All (%s)":["All (%s)","All (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/en_CA.json b/Resources/Private/Languages/en_CA.json index 0e1b98c..5fe2a58 100644 --- a/Resources/Private/Languages/en_CA.json +++ b/Resources/Private/Languages/en_CA.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"en_CA"},"Has feedback":["Has feedback"],"Content optimization:":["Content optimization:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sReadability%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Read %1$sthis post for more information about why we’re not supporting older versions.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s"],"Post Noindexed":["Post Noindexed"],"No Focus Keyphrase":["No Focus Keyphrase"],"Person logo / avatar":["Person logo / avatar"],"Extend %s":["Extend %s"],"Enroll in the %s for WordPress training":["Enroll in the %s for WordPress training"],"Posts with the SEO score: %s":["Posts with the SEO score: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video tutorial"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["To view your current crawl errors, %1$splease visit Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s."],"Remove this message":["Remove this message"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!"],"Serving local customers?":["Serving local customers?"],"Get the %s plugin now":["Get the %s plugin now"],"Organization social profiles":["Organization social profiles"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page."],"Personal info":["Personal info"],"Organization logo":["Organization logo"],"Organization name":["Organization name"],"Choose whether the site represents an organization or a person.":["Choose whether the site represents an organization or a person."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\"."],"To change the social accounts used for your site, update the details for %1$s.":["To change the social accounts used for your site, update the details for %1$s."],"That means that the form and information below is disabled, and not used.":["That means that the form and information below is disabled, and not used."],"Your website is currently configured to represent a Person":["Your website is currently configured to represent a Person"],"(if one exists)":["(if one exists)"],"Wikipedia page about you":["Wikipedia page about you"],"YouTube profile URL":["YouTube profile URL"],"Tumblr profile URL":["Tumblr profile URL"],"SoundCloud profile URL":["SoundCloud profile URL"],"MySpace profile URL":["MySpace profile URL"],"Organization or person":["Organization or person"],"The person":["The person"],"Organization":["Organization"],"Does your site represent a person or an organization?":["Does your site represent a person or an organization?"],"The name of the organization":["The name of the organization"],"Provide an image of the organization logo":["Provide an image of the organization logo"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s."],"Select a user...":["Select a user…"],"Uncategorized":["Uncategorized"],"Name:":["Name:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Error: Please select a user below to make your site's meta data complete."],"SEO score: %s":["SEO score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["If a Wikipedia page for you or your organization exists, add it too."],"Wikipedia URL":["Wikipedia URL"],"Pinterest profile URL":["Pinterest profile URL"],"Instagram profile URL":["Instagram profile URL"],"LinkedIn profile URL":["LinkedIn profile URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step."],"SEO for Beginners training":["SEO for Beginners training"],"%s for WordPress training":["%s for WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["The image you selected is too small for Facebook"],"The given image url cannot be loaded":["The given image URL cannot be loaded"],"Find out what words your audience uses to find you":["Find out what words your audience uses to find you"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s"],"No JSON object was returned.":["No JSON object was returned."],"Received internal links":["Received internal links"],"Outgoing internal links":["Outgoing internal links"],"New step added":["New step added"],"New question added":["New question added"],"To be able to create a redirect and fix this issue, you need %1$s. ":["To be able to create a redirect and fix this issue, you need %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["You can buy the plugin, including one year of support and updates, on %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["To make sure all the links in your texts are counted, we need to analyze all your texts."],"All you have to do is press the following button and we'll go through all your texts for you.":["All you have to do is press the following button and we'll go through all your texts for you."],"Count links":["Count links"],"Free":["Free"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributes%2$s: Good job!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!"],"Page %s":["Page %s"],"Cannot get the size of %1$s because of unknown reasons.":["Cannot get the size of %1$s because of unknown reasons."],"Cannot get the size of %1$s because it is hosted externally.":["Cannot get the size of %1$s because it is hosted externally."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!"],"Get an even better analysis":["Get an even better analysis"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!"],"Improve sharing on Facebook and Pinterest":["Improve sharing on Facebook and Pinterest"],"You do not have the required rights to export settings.":["You do not have the required rights to export settings."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copy all these settings to another site's %1$s tab and click \"%1$s\" there."],"These are settings for the %1$s plugin by %2$s":["These are settings for the %1$s plugin by %2$s"],"No settings found.":["No settings found."],"Export your %1$s settings here, to copy them on another site.":["Export your %1$s settings here, to copy them on another site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import of settings is only supported on servers that run PHP 5.3 or higher."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Import settings by pasting the settings you copied from another site here and clicking \"%s\"."],"Paste your settings from another %s installation.":["Paste your settings from another %s installation."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indexable deleted for object %1$s with type %2$s"],"Indexable saved for object %1$s with type %2$s":["Indexable saved for object %1$s with type %2$s"],"Indexable created for object %1$s with type %2$s":["Indexable created for object %1$s with type %2$s"],"Indexable meta deleted.":["Indexable meta deleted."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Indexable meta saved for indexable id %1$s with meta key %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Indexable meta created for indexable id %1$s with meta key %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["There is no meta found for indexable id %1$s and meta key %2$s."],"There is no indexable found for author id %1$s.":["There is no indexable found for author id %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["There is no primary term found for post id %1$s and taxonomy %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["There is no indexable found for term id %1$s and taxonomy %2$s."],"There is no indexable found for post id %1$s.":["There is no indexable found for post id %1$s."],"Method %1$s() does not exist in class %2$s":["Method %1$s() does not exist in class %2$s"],"With %s, you can easily create such redirects.":["With %s, you can easily create such redirects."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website."],"WARNING:":["WARNING:"],"Learn about why permalinks are important for SEO.":["Learn about why permalinks are important for SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?"],"Clear Image":["Clear Image"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase in slug%2$s: Great work!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sKeyphrase distribution%2$s: Good job!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s."],"Help on choosing the perfect focus keyphrase":["Help on choosing the perfect focus keyphrase"],"Would you like to add a related keyphrase?":["Would you like to add a related keyphrase?"],"Go %s!":["Go %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s."],"Rank better with synonyms & related keyphrases":["Rank better with synonyms & related keyphrases"],"optimize a single post for synonyms and related keyphrases.":["optimize a single post for synonyms and related keyphrases."],"Synonyms & related keyphrases":["Synonyms & related keyphrases"],"Add related keyphrase":["Add related keyphrase"],"Dismiss %s upgrade notice":["Dismiss %s upgrade notice"],"Upgrade to %s":["Upgrade to %s"],"%1$s video":["%1$s video"],"Get %s":["Get %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sText length%4$s: The text contains %1$d word.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sText length%3$s: The text contains %1$d word. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO title width%2$s: Good job!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!"],"%1$sOutbound links%2$s: Good job!":["%1$sOutbound links%2$s: Good job!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta description length%2$s: Well done!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sKeyphrase length%2$s: Good job!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in introduction%2$s: Well done!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInternal links%2$s: You have enough internal links. Good job!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sTransition words%2$s: Well done!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sSubheading distribution%2$s: Great job!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSentence length%2$s: Great!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive voice%2$s: You're using enough active voice. That's great!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!"],"Good job!":["Good job!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s"],"Focus keyphrase":["Focus keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s with ID %2$s couldn't be patched"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Invalid POST request. Meta values already exist for object with ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexable with ID `%1$s` does not exist"],"No object with ID %1$s and %2$s could be found":["No object with ID %1$s and %2$s could be found"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` is not a valid subtype of `%2$s`"],"The object type `%1$s` is invalid":["The object type `%1$s` is invalid"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`"],"The parameter `%1$s` cannot be empty.":["The parameter `%1$s` cannot be empty."],"Check Keyphrase Density":["Check Keyphrase Density"],"Disable":["Disable"],"Allow Control":["Allow Control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all."],"%s is a required feature toggle argument.":["%s is a required feature toggle argument."],"Keyphrase:":["Keyphrase:"],"Remove keyphrase":["Remove keyphrase"],"This feature has been disabled by the network admin.":["This feature has been disabled by the network admin."],"Focus keyphrase not set.":["Focus keyphrase not set."],"Multiple keyphrases":["Multiple keyphrases"],"Colon":["Colon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental."],"There is a new notification.":["There is a new notification.","There are new notifications."],"Learn more about the readability analysis":["Learn more about the readability analysis"],"Describe the duration of the instruction:":["Describe the duration of the instruction:"],"Optional. Customize how you want to describe the duration of the instruction":["Optional. Customize how you want to describe the duration of the instruction"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"%s, %s and %s":["%s, %s and %s"],"%s and %s":["%s and %s"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d hour","%d hours"],"%d day":["%d day","%d days"],"Enter a step title":["Enter a step title"],"Optional. This can give you better control over the styling of the steps.":["Optional. This can give you better control over the styling of the steps."],"CSS class(es) to apply to the steps":["CSS class(es) to apply to the steps"],"minutes":["minutes"],"hours":["hours"],"days":["days"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post."],"Copy error":["Copy error"],"An error occurred loading the %s primary taxonomy picker.":["An error occurred loading the %s primary taxonomy picker."],"%1$s Structured Data Blocks":["%1$s Structured Data Blocks"],"Time needed:":["Time needed:"],"Move question down":["Move question down"],"Move question up":["Move question up"],"Insert question":["Insert question"],"Delete question":["Delete question"],"Enter the answer to the question":["Enter the answer to the question"],"Enter a question":["Enter a question"],"Add question":["Add question"],"Frequently Asked Questions":["Frequently Asked Questions"],"Great news: you can, with %s!":["Great news: you can, with %s!"],"Select the primary %s":["Select the primary %s"],"Check links to this URL":["Check links to this URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Please check the %1$sarchive template%2$s for the following content type: %3$s."," Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Are you trying to use multiple keyphrases? You should add them separately below."],"Mark as cornerstone content":["Mark as cornerstone content"],"Move step down":["Move step down"],"Move step up":["Move step up"],"Insert step":["Insert step"],"Delete step":["Delete step"],"Add image":["Add image"],"Enter a step description":["Enter a step description"],"Enter a description":["Enter a description"],"Unordered list":["Unordered list"],"Showing step items as an ordered list.":["Showing step items as an ordered list."],"Showing step items as an unordered list":["Showing step items as an unordered list"],"Add step":["Add step"],"Delete total time":["Delete total time"],"Add total time":["Add total time"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Snippet Preview"],"Analysis results":["Analysis results"],"Enter a focus keyphrase to calculate the SEO score":["Enter a focus keyphrase to calculate the SEO score"],"Learn more about Cornerstone Content.":["Learn more about Cornerstone Content."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone content should be the most important and extensive articles on your site."],"Restore Site":["Restore Site"],"Network Settings":["Network Settings"],"You are not allowed to perform this action.":["You are not allowed to perform this action."],"Error: %s":["Error: %s"],"Success: %s":["Success: %s"],"Site with ID %d not found.":["Site with ID %d not found."],"No site has been selected to restore.":["No site has been selected to restore."],"You are not allowed to modify unregistered network settings.":["You are not allowed to modify unregistered network settings."],"deleted":["deleted"],"Would you like to add another keyphrase?":["Would you like to add another keyphrase?"],"image preview":["image preview"],"Copied!":["Copied!"],"Not supported!":["Not supported!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Consider linking to these {{a}}cornerstone articles:{{/a}}"],"Consider linking to these articles:":["Consider linking to these articles:"],"Copy link":["Copy link"],"Copy link to suggested article: %s":["Copy link to suggested article: %s"],"The site's tagline":["The site's tagline"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong."],"Not all required fields are given. Missing field %1$s":["Not all required fields are given. Missing field %1$s"],"Optimize your site for Google News.":["Optimize your site for Google News."],"Optimize your shop's SEO and sell more products!":["Optimize your shop's SEO and sell more products!"],"Be found in Google Video search and enhance your video sharing on social media.":["Be found in Google Video search and enhance your video sharing on social media."],"Be found in Google Maps and local results.":["Be found in Google Maps and local results."],"Learn practical SEO skills to rank higher in Google.":["Learn practical SEO skills to rank higher in Google."],"Don’t waste time figuring out the best settings yourself.":["Don’t waste time figuring out the best settings yourself."],"Get quick wins to make your site rank higher in search engines.":["Get quick wins to make your site rank higher in search engines."],"Add synonyms":["Add synonyms"],"Would you like to add keyphrase synonyms?":["Would you like to add keyphrase synonyms?"],"Would you like to add more than one keyphrase?":["Would you like to add more than one keyphrase?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["You haven't set a Shop page in your WooCommerce settings. Please do this first."],"Current year":["Current year"],"Page":["Page"],"Breadcrumb settings for %s archive":["Breadcrumb settings for %s archive"],"Tagline":["Tagline"],"Modify your meta description by editing it right here":["Modify your meta description by editing it right here"],"description (custom taxonomy)":["description (custom taxonomy)"],"(custom taxonomy)":["(custom taxonomy)"],"(custom field)":["(custom field)"],"Term404":["Term404"],"Caption":["Caption"],"Pagenumber":["Pagenumber"],"Pagetotal":["Pagetotal"],"Page number":["Page number"],"User description":["User description"],"ID":["ID"],"Modified":["Modified"],"Post type (plural)":["Post type (plural)"],"Post type (singular)":["Post type (singular)"],"Separator":["Separator"],"Search phrase":["Search phrase"],"Term title":["Term title"],"Term description":["Term description"],"Tag description":["Tag description"],"Category description":["Category description"],"Primary category":["Primary category"],"Category":["Category"],"Tag":["Tag"],"Excerpt only":["Excerpt only"],"Excerpt":["Excerpt"],"Site title":["Site title"],"Archive title":["Archive title"],"Parent title":["Parent title"],"Date":["Date"],"Label":["Label"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL."],"Search engines and other websites can still send traffic to your deleted post.":["Search engines and other websites can still send traffic to your deleted post."],"Make sure you don't miss out on traffic!":["Make sure you don't miss out on traffic!"],"You just deleted a %1$s.":["You just deleted a %1$s."],"You just trashed a %1$s.":["You just trashed a %1$s."],"Settings for %s archive":["Settings for %s archive"],"Settings for single %s URLs":["Settings for single %s URLs"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be."],"Note that not all variables can be used in every field.":["Note that not all variables can be used in every field."],"Snippet variables":["Snippet variables"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site."],"Unknown type %1$s":["Unknown type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Includes a free MyYoast account which gives you access to our free SEO for Beginners course!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verification code"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider."],"Cleanup of %s data failed.":["Cleanup of %s data failed."],"Content Type":["Content Type"],"Filter by content type":["Filter by content type"],"Show All Content Types":["Show All Content Types"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Replaced with the normal title for an archive generated by WordPress"],"Clean":["Clean"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Once you're certain your site is OK, you can clean up. This will remove all the original data."],"Step 5: Clean up":["Step 5: Clean up"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct."],"Step 4: Run the configuration wizard":["Step 4: Run the configuration wizard"],"Please check your posts and pages and see if the metadata was successfully imported.":["Please check your posts and pages and see if the metadata was successfully imported."],"Step 3: Check your data":["Step 3: Check your data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place."],"Step 2: Import":["Step 2: Import"],"Please make a backup of your database before starting this process.":["Please make a backup of your database before starting this process."],"Step 1: Create a backup":["Step 1: Create a backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s did not detect any plugin data from plugins it can import from."],"Posts that should not show up in search results":["Posts that should not show up in search results"],"%s data found.":["%s data found."],"%s data successfully removed.":["%s data successfully removed."],"%s data successfully imported.":["%s data successfully imported."],"%s data not found.":["%s data not found."],"Improve your SEO skills":["Improve your SEO skills"],"24/7 email support":["24/7 email support"],"No more dead links a.k.a. 404 pages":["No more dead links a.k.a. 404 pages"],"Get real-time suggestions for internal links":["Get real-time suggestions for internal links"],"Preview your page in Facebook and Twitter":["Preview your page in Facebook and Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting."],"Help on copying the home meta description":["Help on copying the home meta description"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["To let search engines know which social profiles are associated to this site, enter your site social profiles data below."],"Learn more about your social profiles settings":["Learn more about your social profiles settings"],"Remove the categories prefix":["Remove the categories prefix"],"Help on the category prefix setting":["Help on the category prefix setting"],"Learn more about the available variables":["Learn more about the available variables"],"Learn more about the RSS feed setting":["Learn more about the RSS feed setting"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself."],"Learn more about the Media and attachment URLs setting":["Learn more about the Media and attachment URLs setting"],"Learn more about the title separator setting":["Learn more about the title separator setting"],"Learn more about the knowledge graph setting":["Learn more about the knowledge graph setting"],"Learn more about the homepage setting":["Learn more about the homepage setting"],"Learn more about the special pages setting":["Learn more about the special pages setting"],"Help on the date archives search results setting":["Help on the date archives search results setting"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the authors without posts archive search results setting":["Help on the authors without posts archive search results setting"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the author archives search results setting":["Help on the author archives search results setting"],"Archives settings help":["Archives settings help"],"Learn more about the archives setting":["Learn more about the archives setting"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verification code"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Get your Google verification code in %1$sGoogle Search Console%2$s."],"Google verification code":["Google verification code"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Get your Bing verification code in %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verification code"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these."],"Learn more about the Webmaster Tools verification":["Learn more about the Webmaster Tools verification"],"On":["On"],"Help on: %s":["Help on: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature."],"Off":["Off"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings."],"Security: no advanced settings for authors":["Security: no advanced settings for authors"],"See who contributed to %1$s.":["See who contributed to %1$s."],"Help on this search results setting":["Help on this search results setting"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Check SEO configuration":["Check SEO configuration"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them."],"Default for %2$s, currently: %1$s":["Default for %2$s, currently: %1$s"],"Show %s in search results?":["Show %s in search results?"],"this author's archives":["this author's archives"],"Do not allow search engines to show %s in search results.":["Do not allow search engines to show %s in search results."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only."],"Category URLs":["Category URLs"],"the archive for %s":["the archive for %s"],"Redirect attachment URLs to the attachment itself?":["Redirect attachment URLs to the attachment itself?"],"We recommend you set this to Yes.":["We recommend you set this to Yes."],"Media & attachment URLs":["Media & attachment URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name."],"date archives":["date archives"],"archives for authors without posts":["archives for authors without posts"],"Read why XML Sitemaps are important for your site.":["Read why XML Sitemaps are important for your site."],"Enable the XML sitemaps that %s generates.":["Enable the XML sitemaps that %s generates."],"See the XML sitemap.":["See the XML sitemap."],"%2$s (current default for %1$s)":["%2$s (current default for %1$s)"],"Media":["Media"],"Content Types":["Content Types"],"Should search engines follow links on this %1$s?":["Should search engines follow links on this %1$s?"],"Allow search engines to show this %s in search results?":["Allow search engines to show this %s in search results?"],"Search Appearance":["Search Appearance"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings."],"Search engines should show \"%1$s\" in search results:":["Search engines should show \"%1$s\" in search results:"],"Search engine visibility":["Search engine visibility"],"Toggle %1$s's XML Sitemap":["Toggle %1$s's XML Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["The cornerstone content feature lets you to mark and filter cornerstone content on your website."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7."],"Good results":["Good results"],"Get better search results in local search":["Get better search results in local search"],"Allow customers to pick up their %s order locally":["Allow customers to pick up their %s order locally"],"SEO analysis":["SEO analysis"],"The SEO analysis offers suggestions to improve the SEO of your text.":["The SEO analysis offers suggestions to improve the SEO of your text."],"Learn how the SEO analysis can help you rank.":["Learn how the SEO analysis can help you rank."],"The readability analysis offers suggestions to improve the structure and style of your text.":["The readability analysis offers suggestions to improve the structure and style of your text."],"Discover why readability is important for SEO.":["Discover why readability is important for SEO."],"Find out how cornerstone content can help you improve your site structure.":["Find out how cornerstone content can help you improve your site structure."],"The text link counter helps you improve your site structure.":["The text link counter helps you improve your site structure."],"Find out how the text link counter can enhance your SEO.":["Find out how the text link counter can enhance your SEO."],"%s integration":["%s integration"],"Read more about how %s works.":["Read more about how %s works."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared."],"Find out why you should upgrade to %s":["Find out why you should upgrade to %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Latest blog posts on %1$s"],"Need help?":["Need help?"],"Remove highlight from the text":["Remove highlight from the text"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Get started quickly with the %1$s %2$sconfiguration wizard%3$s!"],"First-time SEO configuration":["First-time SEO configuration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Your site language is set to {language}. If this is not correct, contact your site administrator."],"Your site language is set to {language}.":["Your site language is set to {language}."],"Highlight this result in the text":["Highlight this result in the text"],"Considerations":["Considerations"],"Errors":["Errors"],"Change language":["Change language"],"You cannot create a %s file.":["You cannot create a %s file."],"You cannot edit the %s file.":["You cannot edit the %s file."],"Updated %s":["Updated %s"],"Create %s file":["Create %s file"],"Edit the content of your %s:":["Edit the content of your %s:"],"Save changes to %s":["Save changes to %s"],"%s file":["%s file"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s."],"More information":["More information"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better."],"More information about %1$s":["More information about %1$s"],"Configuration Wizard":["Configuration Wizard"],"You've done it!":["You've done it!"],"Seamlessly integrate %1$s into your AMP pages!":["Seamlessly integrate %1$s into your AMP pages!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Seamlessly integrate %2$s with %1$s for the content analysis!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s."],"Loading help center.":["Loading help centre."],"Get support":["Get support"],"(Opens in a new browser tab)":["(Opens in a new browser tab)"],"Posts %1$swithout%2$s a focus keyphrase":["Posts %1$swithout%2$s a focus keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, your SEO is doing pretty well! Check out the stats:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["You don't have any published posts, your SEO scores will appear here once you make your first post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets."],"Something else":["Something else"],"A portfolio":["A portfolio"],"A corporation":["A corporation"],"A small offline business":["A small offline business"],"A news channel":["A news channel"],"An online shop":["An online shop"],"A blog":["A blog"],"What does the site %1$s represent?":["What does the site %1$s represent?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["If you choose no, your author archives will be deactivated to prevent duplicate content issues."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s."],"Option B: My site is under construction and should not be indexed":["Option B: My site is under construction and should not be indexed"],"Option A: My site is live and ready to be indexed":["Option A: My site is live and ready to be indexed"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site."],"Please specify if your site is under construction or already active.":["Please specify if your site is under construction or already active."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results."],"Read more like this on our SEO blog":["Read more like this on our SEO blog"],"Readability: %s":["Readability: %s"],"Not activated":["Not activated"],"Activated":["Activated"],"%1$s recommendations for you":["%1$s recommendations for you"],"All Readability Scores":["All Readability Scores"],"Filter by Readability Score":["Filter by Readability Score"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is not valid."],"Muted notifications:":["Muted notifications:"],"Muted problems:":["Muted problems:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s."],"Good job! All the links in your texts have been counted.":["Good job! All the links in your texts have been counted."],"Calculation completed.":["Calculation completed."],"Calculation in progress...":["Calculation in progress..."],"Stop counting":["Stop counting"],"Counting links in your texts":["Counting links in your texts"],"Text %1$s of %2$s processed.":["Text %1$s of %2$s processed."],"All your texts are already counted, there is no need to count them again.":["All your texts are already counted, there is no need to count them again."],"Count links in your texts":["Count links in your texts"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s."],"Text link counter":["Text link counter"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO."],"%s Columns":["%s Columns"],"Readability score":["Readability score"],"Other benefits of %s for you:":["Other benefits of %s for you:"],"Scroll to see the preview content.":["Scroll to see the preview content."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page."],"Attract more customers near you":["Attract more customers near you"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!"],"Get the most out of %1$s with the %2$s":["Get the most out of %1$s with the %2$s"],"Upgrade to Premium":["Upgrade to Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support."],"Outrank the competition with %s":["Outrank the competition with %s"],"You might like":["You might like"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["The configuration wizard helps you to easily configure your site to have the optimal SEO settings."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin."],"Superfast internal linking suggestions":["Superfast internal linking suggestions"],"Great news: you can, with %1$s!":["Great news: you can, with %1$s!"],"Save changes":["Save changes"],"1 year free support and updates included!":["1 year free support and updates included!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial media preview%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo more dead links%2$s: easy redirect manager"],"No ads!":["No ads!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Social media preview"],"Easy redirect manager":["Easy redirect manager"],"No more dead links":["No more dead links"],"Increase your SEO reach":["Increase your SEO reach"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!"],"Variable":["Variable"],"Available variables":["Available variables"],"Scroll to see the table content.":["Scroll to see the table content."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance."],"An error occurred in the '%1$s' assessment":["An error occured in the '%1$s' assessment"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.","The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["The meta description contains no sentences %1$sover %2$s words%3$s."],"No new notifications.":["No new notifications."],"Save all":["Save all"],"Save":["Save"],"%1$s, Author at %2$s":["%1$s, Author at %2$s"],"Mobile preview":["Mobile preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Select redirect"],"Please provide an SEO title by editing the snippet below.":["Please provide an SEO title by editing the snippet below."],"Meta description preview:":["Meta description preview:"],"Slug preview:":["Slug preview:"],"SEO title preview:":["SEO title preview:"],"Close snippet editor":["Close snippet editor"],"Slug":["Slug"],"Remove marks in the text":["Remove marks in the text"],"Mark this result in the text":["Mark this result in the text"],"Marks are disabled in current view":["Marks are disabled in current view"],"Good SEO score":["Good SEO score"],"OK SEO score":["Ok SEO score"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Choose an image"],"Remove the image":["Remove the image"],"MailChimp signup failed:":["MailChimp signup failed:"],"Sign Up!":["Sign Up!"],"Name":["Name"],"There is an error with the request.":["There is an error with the request."],"Select profile":["Select profile"],"Choose a profile":["Choose a profile"],"Authorization code":["Authorization code"],"Reauthenticate with Google":["Reauthenticate with Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window."],"Please provide a meta description by editing the snippet below.":["Please provide a meta description by editing the snippet below."],"Edit snippet":["Edit snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["You can click on each element in the preview to jump to the Snippet Editor."],"Close the Wizard":["Close the Wizard"],"Export settings":["Export settings"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuration Wizard"],"Please don't show me this notification anymore":["Please don't show me this notification anymore"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!"],"Courses":["Courses"],"Date archives settings":["Date archives settings"],"Author archives settings":["Author archives settings"],"%1$s by %2$s":["%1$s by %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Warning: the variable %s cannot be used in this template. See the help center for more info."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support."],"(no title)":["(no title)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications."],"Admin bar menu":["Admin bar menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case."],"Features":["Features"],"SEO title":["SEO title"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google shows your website's name in the search results, if you want to change it, you can do that here."],"Greater than sign":["Greater than sign"],"Less than sign":["Less than sign"],"Right angle quotation mark":["Right angle quotation mark"],"Left angle quotation mark":["Left angle quotation mark"],"Small tilde":["Small tilde"],"Vertical bar":["Vertical bar"],"Low asterisk":["Low asterisk"],"Asterisk":["Asterisk"],"Bullet":["Bullet"],"Middle dot":["Middle dot"],"Em dash":["Em dash"],"En dash":["En dash"],"Dash":["Dash"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results."],"The name of the person":["The name of the person"],"No":["No"],"Yes":["Yes"],"Does, or will, your site have multiple authors?":["Does, or will, your site have multiple authors?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL."],"Success!":["Success!"],"Title settings":["Title settings"],"Google Search Console":["Google Search Console"],"Multiple authors":["Multiple authors"],"Site type":["Site type"],"Environment":["Environment"],"Yoast option %1$s not found.":["Yoast option %1$s not found."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Posts list"],"Posts list navigation":["Posts list navigation"],"Filter posts list":["Filter posts list"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Note that links to archives might be still output by your theme and you would need to remove them separately."],"%1$s to optimize your site even further":["%1$s to optimize your site even further"],"%1$s extensions":["%1$s extensions"],"Comes with our 30-day no questions asked money back guarantee":["Comes with our 30-day no questions asked money back guarantee"],"More information %1$sabout %3$s%2$s":["More information %1$sabout %3$s%2$s"],"Installed":["Installed"],"gain access to our 24/7 support team.":["gain access to our 24/7 support team."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["check what your Facebook or Twitter post will look like."],"Social previews":["Social previews"],"create and manage redirects from within your WordPress install.":["create and manage redirects from within your WordPress install."],"Redirect manager":["Redirect manager"],"%1$s, take your optimization to the next level!":["%1$s, take your optimization to the next level!"],"A seamless integration between %1$s and %2$s":["A seamless integration between %1$s and %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use %1$s breadcrumbs instead of %2$s ones"],"Easily insert Google Maps, a store locator, opening hours and more":["Easily insert Google Maps, a store locator, opening hours and more"],"Creates XML News Sitemaps":["Creates XML News Sitemaps"],"Immediately pings Google on the publication of a new post":["Immediately pings Google on the publication of a new post"],"Optimize your site for Google News":["Optimize your site for Google News"],"Make videos responsive through enabling fitvids.js":["Make videos responsive through enabling fitvids.js"],"Enhance the experience of sharing posts with videos":["Enhance the experience of sharing posts with videos"],"Show your videos in Google Videos":["Show your videos in Google Videos"],"Crawl issues list":["Crawl issues list"],"Crawl issues list navigation":["Crawl issues list navigation"],"Edit “%s”":["Edit “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notifications"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions."],"Disable SEO analysis":["Disable SEO analysis"],"Twitter settings":["Twitter settings"],"Pinterest settings":["Pinterest settings"],"Facebook settings":["Facebook settings"],"Title separator symbol":["Title separator symbol"],"RSS feed settings":["RSS feed settings"],"Breadcrumbs settings":["Breadcrumbs settings"],"Make primary":["Make primary"],"Enter your Google Authorization Code and press the Authenticate button.":["Enter your Google Authorization Code and press the Authenticate button."],"%s notification":["%s notification","%s notifications"],"Disable readability analysis":["Disable readability analysis"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Removes the readability analysis section from the metabox and disables all readability-related suggestions."],"Readability analysis":["Readability analysis"],"Needs improvement":["Needs improvement"],"Readability":["Readability"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files."],"Improvements":["Improvements"],"Restore this item.":["Restore this item."],"Dismiss this item.":["Dismiss this item."],"Good job! We could detect no serious SEO problems.":["Good job! We could detect no serious SEO problems."],"We have detected the following issues that affect the SEO of your site.":["We have detected the following issues that affect the SEO of your site."],"Problems":["Problems"],"Analysis":["Analysis"],"Not available":["Not available"],"Filter by SEO Score":["Filter by SEO Score"],"Meta description not set.":["Meta description not set."],"Video tutorial":["Video tutorial"],"Email support is a %s feature":["Email support is a %s feature"],"Knowledge base":["Knowledge base"],"Open":["Open"],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["You can fix this on the %1$sPermalink settings page%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it."],"Replaced with the primary category of the post/page":["Replaced with the primary category of the post/page"],"Pinterest confirmation":["Pinterest confirmation"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["If you have already confirmed your website with Pinterest, you can skip the step below."],"Format-based archives":["Format-based archives"],"Webmaster Tools verification":["Webmaster Tools verification"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Follow our %1$s for WordPress training and become a certified %1$s Expert!"],"Want to be a %s Expert?":["Want to be a %s Expert?"],"Buy %s":["Buy %s"],"Show information about errors in category %s":["Show information about errors in category %s"],"New %1$s Title":["New %1$s Title"],"Existing %1$s Title":["Existing %1$s Title"],"Expected an integer as input.":["Expected an integer as input."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range."],"Remove":["Remove"],"Keep":["Keep"],"Bold the last page":["Bold the last page"],"Regular":["Regular"],"Bold":["Bold"],"Show Blog page":["Show Blog page"],"Primary %s":["Primary %s"],"Primary":["Primary"],"Make %1$s primary %2$s":["Make %1$s primary %2$s"],"Term is set to noindex.":["Term is set to noindex."],"Author archives":["Author archives"],"Show":["Show"],"Enabled":["Enabled"],"Disabled":["Disabled"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s has not fetched your site's indexability status yet from %2$s"],"The separator defined in your theme's %s tag.":["The separator defined in your theme's %s tag."],"No index":["No index"],"Analyze entire site":["Analyze entire site"],"Fetch the current status":["Fetch the current status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s"],"Your homepage can be indexed by search engines.":["Your homepage can be indexed by search engines."],"Indexability check by %1$s":["Indexability check by %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["If you don't want to use the meta description for sharing on %1$s but want another description there, write it here."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["If you don't want to use the title for sharing on %1$s but instead want another title there, write it here."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed."],"Once Weekly":["Once Weekly"],"Add-ons":["Add-ons"],"SEO score":["SEO score"],"Twitter metadata":["Twitter metadata"],"Facebook / Open Graph metadata":["Facebook / Open Graph metadata"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculating SEO scores for all pieces of content with a focus keyphrase."],"%1$s of %2$s done.":["%1$s of %2$s done."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activation failed:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["The filter extension seem to be unavailable. Please ask your web host to enable it."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it."],"SEO Settings":["SEO Settings"],"Mobile-Friendly Test":["Mobile-Friendly Test"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML Validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Check Headers"],"Check Google Cache":["Check Google Cache"],"Analyze this page":["Analyze this page"],"Keyword Research":["Keyword Research"],"%s does not seem to be a valid url. Please correct.":["%s does not seem to be a valid url. Please correct."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s does not seem to be a valid %2$s verification string. Please correct."],"%s Archive":["%s Archive"],"You searched for %s":["You searched for %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s does not seem to be a valid Twitter user-id. Please correct."],"Summary with large image":["Summary with large image"],"Summary":["Summary"],"The post %1$s appeared first on %2$s.":["The post %1$s appeared first on %2$s."],"No numeric value was received.":["No numeric value was received."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["This must be an existing blog. Blog %s does not exist or has been marked as deleted."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["The default blog setting must be the numeric blog id of the blog you want to use as default."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default."],"Please select a valid post type for taxonomy \"%s\"":["Please select a valid post type for taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Please select a valid taxonomy for post type \"%s\""],"You searched for":["You searched for"],"Home":["Home"],"Archives for":["Archives for"],"Error 404: Page not found":["Error 404: Page not found"],"Good":["Good"],"Replaced with a custom taxonomies description":["Replaced with a custom taxonomies description"],"Replaced with a posts custom taxonomies, comma separated.":["Replaced with a posts custom taxonomies, comma separated."],"Replaced with a posts custom field value":["Replaced with a posts custom field value"],"Replaced with the slug which caused the 404":["Replaced with the slug which caused the 404"],"Replaced with the posts focus keyphrase":["Replaced with the posts focus keyphrase"],"Attachment caption":["Attachment caption"],"Replaced with the current page number":["Replaced with the current page number"],"Replaced with the current page total":["Replaced with the current page total"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Replaced with the current page number with context (i.e. page 2 of 4)"],"Replaced with the post/page author's 'Biographical Info'":["Replaced with the post/page author's 'Biographical Info'"],"Replaced with the post/page author's 'nicename'":["Replaced with the post/page author's 'nicename'"],"Replaced with the post/page ID":["Replaced with the post/page ID"],"Replaced with the post/page modified time":["Replaced with the post/page modified time"],"Replaced with the content type plural label":["Replaced with the content type plural label"],"Replaced with the content type single label":["Replaced with the content type single label"],"Replaced with the current search phrase":["Replaced with the current search phrase"],"Replaced with the term name":["Replaced with the term name"],"Replaced with the term description":["Replaced with the term description"],"Replaced with the tag description":["Replaced with the tag description"],"Replaced with the category description":["Replaced with the category description"],"Replaced with the post categories (comma separated)":["Replaced with the post categories (comma separated)"],"Replaced with the current tag/tags":["Replaced with the current tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Replaced with the post/page excerpt (without auto-generation)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Replaced with the post/page excerpt (or auto-generated if it does not exist)"],"The site's name":["The site's name"],"Replaced with the title of the parent page of the current page":["Replaced with the title of the parent page of the current page"],"Replaced with the title of the post/page":["Replaced with the title of the post/page"],"Replaced with the date of the post/page":["Replaced with the date of the post/page"],"Page %1$d of %2$d":["Page %1$d of %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["A replacement variable with the same name has already been registered. Try making your variable name unique."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template."],"Page not found":["Page not found"],"%s Archives":["%s Archives"],"Search for \"%s\"":["Search for \"%s\""],"Meta description to use for Author page":["Meta description to use for Author page"],"Title to use for Author page":["Title to use for Author page"],"%1$s settings":["%1$s settings"],"Export your %1$s settings":["Export your %1$s settings"],"Import settings":["Import settings"],"Import from other SEO plugins":["Import from other SEO plugins"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["If you had a %s file and it was editable, you could edit it from here."],"If your %s were writable, you could edit it from here.":["If your %s were writable, you could edit it from here."],"You don't have a %s file, create one here:":["You don't have a %s file, create one here:"],"A link to your site, with your site's name and description as anchor text.":["A link to your site, with your site's name and description as anchor text."],"A link to your site, with your site's name as anchor text.":["A link to your site, with your site's name as anchor text."],"A link to the post, with the title as anchor text.":["A link to the post, with the title as anchor text."],"A link to the archive for the post author, with the authors name as anchor text.":["A link to the archive for the post author, with the authors name as anchor text."],"You can use the following variables within the content, they will be replaced by the value on the right.":["You can use the following variables within the content, they will be replaced by the value on the right."],"Content to put after each post in the feed":["Content to put after each post in the feed"],"Content to put before each post in the feed":["Content to put before each post in the feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s."],"How to insert breadcrumbs in your theme":["How to insert breadcrumbs in your theme"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Content type archive to show in breadcrumbs for taxonomies"],"Taxonomy to show in breadcrumbs for content types":["Taxonomy to show in breadcrumbs for content types"],"Breadcrumb for 404 Page":["Breadcrumb for 404 Page"],"Prefix for Search Page breadcrumbs":["Prefix for Search Page breadcrumbs"],"Prefix for Archive breadcrumbs":["Prefix for Archive breadcrumbs"],"Prefix for the breadcrumb path":["Prefix for the breadcrumb path"],"Anchor text for the Homepage":["Anchor text for the Homepage"],"Separator between breadcrumbs":["Separator between breadcrumbs"],"Enable Breadcrumbs":["Enable Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!"],"Credits":["Credits"],"« Back to Tools page":["« Back to Tools page"],"%1$s comes with some very powerful built-in tools:":["%1$s comes with some very powerful built-in tools:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file."],"File editor":["File editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Import settings from other SEO plugins and export your settings for re-use on (another) blog."],"Import and Export":["Import and Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page."],"Bulk editor":["Bulk editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest."],"The default card type to use":["The default card type to use"],"Add Twitter card meta data":["Add Twitter card meta data"],"This image is used if the post/page being shared does not contain any images.":["This image is used if the post/page being shared does not contain any images."],"Default settings":["Default settings"],"Copy home meta description":["Copy home meta description"],"Description":["Description"],"Image URL":["Image URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["These are the title, description and image used in the Open Graph meta tags on the front page of your site."],"Frontpage settings":["Frontpage settings"],"Add Open Graph meta data":["Add Open Graph meta data"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter Username"],"Facebook Page URL":["Facebook Page URL"],"Accounts":["Accounts"],"Restore site to defaults":["Restore site to defaults"],"Site ID":["Site ID"],"Using this form you can reset a site to the default SEO settings.":["Using this form you can reset a site to the default SEO settings."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used."],"New sites in the network inherit their SEO settings from this site":["New sites in the network inherit their SEO settings from this site"],"Super Admins only":["Super Admins only"],"Site Admins (default)":["Site Admins (default)"],"Who should have access to the %1$s settings":["Who should have access to the %1$s settings"],"spam":["spam"],"mature":["mature"],"archived":["archived"],"public":["public"],"%s restored to default SEO settings.":["%s restored to default SEO settings."],"Settings Updated.":["Settings Updated."],"404 pages":["404 pages"],"Search pages":["Search pages"],"These pages will be %s by default, so they will never show up in search results.":["These pages will be %s by default, so they will never show up in search results."],"Special Pages":["Special Pages"],"Date-based archives could in some cases also be seen as duplicate content.":["Date-based archives could in some cases also be seen as duplicate content."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s."],"Date archives":["Date archives"],"author archives":["author archives"],"Title":["Title"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Hide"],"Date in Snippet Preview":["Date in Snippet Preview"],"Take note:":["Take note:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["You can determine the title and description for the front page by %1$sediting the front page itself%2$s."],"Homepage & Front page":["Homepage & Front page"],"Title Separator":["Title Separator"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here."],"Force rewrite titles":["Force rewrite titles"],"Taxonomies":["Taxonomies"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Extensions"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Seamlessly integrate WooCommerce with %1$s and get extra features!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Rank better locally and in Google Maps, without breaking a sweat!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Are you in Google News? Increase your traffic from Google News by optimizing for it!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimize your videos to show them off in search results and get more clicks!"],"The premium version of %1$s with more features & support.":["The premium version of %1$s with more features & support."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person."],"Website name":["Website name"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["or"],"Save Profile":["Save Profile"],"There were no profiles found":["There were no profiles found"],"Profile":["Profile"],"Current profile":["Current profile"],"Authenticate":["Authenticate"],"Get Google Authorization Code":["Get Google Authorization Code"],"Reload crawl issues":["Reload crawl issues"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s."],"Creating redirects is a %s feature":["Creating redirects is a %s feature"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Errors that occurred when your site was crawled by Googlebot."],"Issue categories":["Issue categories"],"Incorrect Google Authorization Code.":["Incorrect Google Authorization Code."],"The issues have been successfully reloaded!":["The issues have been successfully reloaded!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again."],"Crawl errors per page":["Crawl errors per page"],"Search":["Search"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s."],"Create redirect":["Create redirect"],"Mark as fixed":["Mark as fixed"],"Response code":["Response code"],"First detected":["First detected"],"Last crawled":["Last crawled"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["The target URL doesn't exist, but your server is not returning a 404 (file not found) error."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Request timed out or site is blocking Google."],"Server Error":["Server Error"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile."],"Blocked":["Blocked"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was unable to crawl this URL due to an undetermined issue."],"URL points to a non-existent page.":["URL points to a non-existent page."],"Not found":["Not found"],"Not followed":["Not followed"],"Faulty redirects":["Faulty redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server requires authentication or is blocking Googlebot from accessing the site."],"Access denied":["Access denied"],"Deactivate %s":["Deactivate %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["The %1$s plugin(s) might cause issues when used in conjunction with %2$s."],"Upload Image":["Upload Image"],"Remove these ads?":["Remove these ads?"],"%s Posts Overview":["%s Posts Overview"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears."],"Breadcrumbs title":["Breadcrumbs title"],"The canonical link is shown on the archive page for this term.":["The canonical link is shown on the archive page for this term."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Other"],"Archives":["Archives"],"Email":["Email"],"Close":["Close"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site."],"Configure %1$s's Open Graph settings":["Configure %1$s's Open Graph settings"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared."],"%s Image":["%s Image"],"%s Description":["%s Description"],"%s Title":["%s Title"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["The recommended image size for %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["If you want to override the image used on %s for this post, upload / choose an image here."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["If you don't want to use the meta description for sharing the post on %s but want another description there, write it here."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here."],"very difficult":["very difficult"],"Try to make shorter sentences, using less difficult words to improve readability":["Try to make shorter sentences, using less difficult words to improve readability"],"difficult":["difficult"],"Try to make shorter sentences to improve readability":["Try to make shorter sentences to improve readability"],"fairly difficult":["fairly difficult"],"OK":["OK"],"fairly easy":["fairly easy"],"easy":["easy"],"very easy":["very easy"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["All SEO Scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites."],"(no parent)":["(no parent)"],"Post is set to noindex.":["Post is set to noindex."],"The URL that this page should redirect to.":["The URL that this page should redirect to."],"301 Redirect":["301 Redirect"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Title to use for this page in breadcrumb paths"],"Breadcrumbs Title":["Breadcrumbs Title"],"No Snippet":["No Snippet"],"No Archive":["No Archive"],"No Image Index":["No Image Index"],"None":["None"],"Site-wide default: %s":["Site-wide default: %s"],"Advanced meta robots settings for this page.":["Advanced meta robots settings for this page."],"Meta robots advanced":["Meta robots advanced"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect."],"Meta description":["Meta description"],"SEO Title":["SEO Title"],"Focus keyword":["Focus keyword"],"Snippet preview":["Snippet preview"],"Settings successfully imported.":["Settings successfully imported."],"Settings could not be imported:":["Settings could not be imported:"],"Error creating %1$s export: ":["Error creating %1$s export: "],"Breadcrumb for 404 pages:":["Breadcrumb for 404 pages:"],"Prefix for search result pages:":["Prefix for search result pages:"],"Prefix for archive pages:":["Prefix for archive pages:"],"Prefix for breadcrumbs:":["Prefix for breadcrumbs:"],"Anchor text for the homepage:":["Anchor text for the homepage:"],"Breadcrumbs separator:":["Breadcrumbs separator:"],"Remove blog page from breadcrumbs":["Remove blog page from breadcrumbs"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Use Image"],"Action":["Action"],"Page URL/Slug":["Page URL/Slug"],"Publication date":["Publication date"],"Post Status":["Post Status"],"WP Page Title":["WP Page Title"],"View":["View"],"View “%s”":["View “%s”"],"Preview":["Preview"],"Preview “%s”":["Preview “%s”"],"Edit":["Edit"],"Filter":["Filter"],"New Yoast Meta Description":["New Yoast Meta Description"],"Existing Yoast Meta Description":["Existing Yoast Meta Description"],"Facebook profile URL":["Facebook profile URL"],"Twitter username (without @)":["Twitter username (without @)"],"FAQ":["FAQ"],"Premium Support":["Premium Support"],"Settings":["Settings"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility."],"Huge SEO Issue: You're blocking access to robots.":["Huge SEO Issue: You're blocking access to robots."],"Posts":["Posts"],"Edit Files":["Edit Files"],"Advanced Variables":["Advanced Variables"],"Basic Variables":["Basic Variables"],"General":["General"],"Extensions":["Extensions"],"Search Console":["Search Console"],"Tools":["Tools"],"Advanced":["Advanced"],"XML sitemaps":["XML sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues."],"Just another WordPress site":["Just another WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s."],"You have used HTML in your value which is not allowed.":["You have used HTML in your value which is not allowed."],"You can't edit %s that aren't yours.":["You can't edit %s that aren't yours."],"You can't edit %s.":["You can't edit %s."],"Post has an invalid Content Type: %s.":["Post has an invalid Content Type: %s."],"Post doesn't exist.":["Post doesn't exist."],"course\u0004Free:":["Free:"],"posts\u0004Trash (%s)":["Trash (%s)","Trash (%s)"],"posts\u0004All (%s)":["All (%s)","All (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"en_CA"},"%s does not seem to be a valid Facebook App ID. Please correct.":["%s does not seem to be a valid Facebook App ID. Please correct."],"The submitted value was: %s":["The submitted value was: %s"],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s"],"Twitter usernames can only contain letters, numbers, and underscores. %s":["Twitter usernames can only contain letters, numbers, and underscores. %s"],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s"],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s"],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Google verification codes can only contain letters, numbers, hyphens, and underscores. %s"],"The Facebook App ID you entered doesn't exist. %s":["The Facebook App ID you entered doesn't exist. %s"],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s"],"Show this item.":["Show this item."],"Hide this item.":["Hide this item."],"You have %d hidden problem:":["You have %d hidden problem:","You have %d hidden problems:"],"You have %d hidden notification:":["You have %d hidden notification:","You have %d hidden notifications:"],"Focus Keyphrase not set":["Focus Keyphrase not set"],"The form contains %1$s error. %2$s":["The form contains %1$s error. %2$s","The form contains %1$s errors. %2$s"],"SEO settings configured":["SEO settings configured"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. "],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on."],"%d occurrences":["%d occurrences"],"Activate %s for your site on MyYoast":["Activate %s for your site on MyYoast"],"Show blog page in breadcrumbs":["Show blog page in breadcrumbs"],"We could not find any relevant articles on your website that you could link to from your post.":["We could not find any relevant articles on your website that you could link to from your post."],"Has feedback":["Has feedback"],"Content optimization:":["Content optimization:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sReadability%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Read %1$sthis post for more information about why we’re not supporting older versions.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s"],"Post Noindexed":["Post Noindexed"],"No Focus Keyphrase":["No Focus Keyphrase"],"Person logo / avatar":["Person logo / avatar"],"Extend %s":["Extend %s"],"Enroll in the %s for WordPress training":["Enroll in the %s for WordPress training"],"Posts with the SEO score: %s":["Posts with the SEO score: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video tutorial"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["To view your current crawl errors, %1$splease visit Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s."],"Remove this message":["Remove this message"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!"],"Serving local customers?":["Serving local customers?"],"Get the %s plugin now":["Get the %s plugin now"],"Organization social profiles":["Organization social profiles"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page."],"Personal info":["Personal info"],"Organization logo":["Organization logo"],"Organization name":["Organization name"],"Choose whether the site represents an organization or a person.":["Choose whether the site represents an organization or a person."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\"."],"To change the social accounts used for your site, update the details for %1$s.":["To change the social accounts used for your site, update the details for %1$s."],"That means that the form and information below is disabled, and not used.":["That means that the form and information below is disabled, and not used."],"Your website is currently configured to represent a Person":["Your website is currently configured to represent a Person"],"(if one exists)":["(if one exists)"],"Wikipedia page about you":["Wikipedia page about you"],"YouTube profile URL":["YouTube profile URL"],"Tumblr profile URL":["Tumblr profile URL"],"SoundCloud profile URL":["SoundCloud profile URL"],"MySpace profile URL":["MySpace profile URL"],"Organization or person":["Organization or person"],"The person":["The person"],"Organization":["Organization"],"Does your site represent a person or an organization?":["Does your site represent a person or an organization?"],"The name of the organization":["The name of the organization"],"Provide an image of the organization logo":["Provide an image of the organization logo"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s."],"Select a user...":["Select a user…"],"Uncategorized":["Uncategorized"],"Name:":["Name:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Error: Please select a user below to make your site's meta data complete."],"SEO score: %s":["SEO score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["If a Wikipedia page for you or your organization exists, add it too."],"Wikipedia URL":["Wikipedia URL"],"Pinterest profile URL":["Pinterest profile URL"],"Instagram profile URL":["Instagram profile URL"],"LinkedIn profile URL":["LinkedIn profile URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step."],"SEO for Beginners training":["SEO for Beginners training"],"%s for WordPress training":["%s for WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["The image you selected is too small for Facebook"],"The given image url cannot be loaded":["The given image URL cannot be loaded"],"Find out what words your audience uses to find you":["Find out what words your audience uses to find you"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s"],"No JSON object was returned.":["No JSON object was returned."],"Received internal links":["Received internal links"],"Outgoing internal links":["Outgoing internal links"],"New step added":["New step added"],"New question added":["New question added"],"To be able to create a redirect and fix this issue, you need %1$s. ":["To be able to create a redirect and fix this issue, you need %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["You can buy the plugin, including one year of support and updates, on %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["To make sure all the links in your texts are counted, we need to analyze all your texts."],"All you have to do is press the following button and we'll go through all your texts for you.":["All you have to do is press the following button and we'll go through all your texts for you."],"Count links":["Count links"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributes%2$s: Good job!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!"],"Page %s":["Page %s"],"Cannot get the size of %1$s because of unknown reasons.":["Cannot get the size of %1$s because of unknown reasons."],"Cannot get the size of %1$s because it is hosted externally.":["Cannot get the size of %1$s because it is hosted externally."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!"],"Get an even better analysis":["Get an even better analysis"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!"],"Improve sharing on Facebook and Pinterest":["Improve sharing on Facebook and Pinterest"],"You do not have the required rights to export settings.":["You do not have the required rights to export settings."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copy all these settings to another site's %1$s tab and click \"%1$s\" there."],"These are settings for the %1$s plugin by %2$s":["These are settings for the %1$s plugin by %2$s"],"No settings found.":["No settings found."],"Export your %1$s settings here, to copy them on another site.":["Export your %1$s settings here, to copy them on another site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import of settings is only supported on servers that run PHP 5.3 or higher."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Import settings by pasting the settings you copied from another site here and clicking \"%s\"."],"Paste your settings from another %s installation.":["Paste your settings from another %s installation."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexable created for object %1$s with type %2$s"],"Method %1$s() does not exist in class %2$s":["Method %1$s() does not exist in class %2$s"],"With %s, you can easily create such redirects.":["With %s, you can easily create such redirects."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website."],"WARNING:":["WARNING:"],"Learn about why permalinks are important for SEO.":["Learn about why permalinks are important for SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?"],"Clear Image":["Clear Image"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase in slug%2$s: Great work!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sKeyphrase distribution%2$s: Good job!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s."],"Help on choosing the perfect focus keyphrase":["Help on choosing the perfect focus keyphrase"],"Would you like to add a related keyphrase?":["Would you like to add a related keyphrase?"],"Go %s!":["Go %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s."],"Rank better with synonyms & related keyphrases":["Rank better with synonyms & related keyphrases"],"optimize a single post for synonyms and related keyphrases.":["optimize a single post for synonyms and related keyphrases."],"Synonyms & related keyphrases":["Synonyms & related keyphrases"],"Add related keyphrase":["Add related keyphrase"],"Dismiss %s upgrade notice":["Dismiss %s upgrade notice"],"Upgrade to %s":["Upgrade to %s"],"%1$s video":["%1$s video"],"Get %s":["Get %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sText length%4$s: The text contains %1$d word.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sText length%3$s: The text contains %1$d word. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO title width%2$s: Good job!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!"],"%1$sOutbound links%2$s: Good job!":["%1$sOutbound links%2$s: Good job!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta description length%2$s: Well done!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sKeyphrase length%2$s: Good job!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in introduction%2$s: Well done!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInternal links%2$s: You have enough internal links. Good job!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sTransition words%2$s: Well done!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sSubheading distribution%2$s: Great job!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSentence length%2$s: Great!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive voice%2$s: You're using enough active voice. That's great!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!"],"Good job!":["Good job!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s"],"Focus keyphrase":["Focus keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s with ID %2$s couldn't be patched"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Invalid POST request. Meta values already exist for object with ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexable with ID `%1$s` does not exist"],"No object with ID %1$s and %2$s could be found":["No object with ID %1$s and %2$s could be found"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` is not a valid subtype of `%2$s`"],"The object type `%1$s` is invalid":["The object type `%1$s` is invalid"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`"],"The parameter `%1$s` cannot be empty.":["The parameter `%1$s` cannot be empty."],"Check Keyphrase Density":["Check Keyphrase Density"],"Disable":["Disable"],"Allow Control":["Allow Control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all."],"%s is a required feature toggle argument.":["%s is a required feature toggle argument."],"Keyphrase:":["Keyphrase:"],"Remove keyphrase":["Remove keyphrase"],"This feature has been disabled by the network admin.":["This feature has been disabled by the network admin."],"Focus keyphrase not set.":["Focus keyphrase not set."],"Multiple keyphrases":["Multiple keyphrases"],"Colon":["Colon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental."],"There is a new notification.":["There is a new notification.","There are new notifications."],"Learn more about the readability analysis":["Learn more about the readability analysis"],"Describe the duration of the instruction:":["Describe the duration of the instruction:"],"Optional. Customize how you want to describe the duration of the instruction":["Optional. Customize how you want to describe the duration of the instruction"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"%s, %s and %s":["%s, %s and %s"],"%s and %s":["%s and %s"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d hour","%d hours"],"%d day":["%d day","%d days"],"Enter a step title":["Enter a step title"],"Optional. This can give you better control over the styling of the steps.":["Optional. This can give you better control over the styling of the steps."],"CSS class(es) to apply to the steps":["CSS class(es) to apply to the steps"],"minutes":["minutes"],"hours":["hours"],"days":["days"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post."],"Copy error":["Copy error"],"An error occurred loading the %s primary taxonomy picker.":["An error occurred loading the %s primary taxonomy picker."],"%1$s Structured Data Blocks":["%1$s Structured Data Blocks"],"Time needed:":["Time needed:"],"Move question down":["Move question down"],"Move question up":["Move question up"],"Insert question":["Insert question"],"Delete question":["Delete question"],"Enter the answer to the question":["Enter the answer to the question"],"Enter a question":["Enter a question"],"Add question":["Add question"],"Frequently Asked Questions":["Frequently Asked Questions"],"Great news: you can, with %s!":["Great news: you can, with %s!"],"Select the primary %s":["Select the primary %s"],"Check links to this URL":["Check links to this URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Please check the %1$sarchive template%2$s for the following content type: %3$s."," Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Are you trying to use multiple keyphrases? You should add them separately below."],"Mark as cornerstone content":["Mark as cornerstone content"],"Move step down":["Move step down"],"Move step up":["Move step up"],"Insert step":["Insert step"],"Delete step":["Delete step"],"Add image":["Add image"],"Enter a step description":["Enter a step description"],"Enter a description":["Enter a description"],"Unordered list":["Unordered list"],"Showing step items as an ordered list.":["Showing step items as an ordered list."],"Showing step items as an unordered list":["Showing step items as an unordered list"],"Add step":["Add step"],"Delete total time":["Delete total time"],"Add total time":["Add total time"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Snippet Preview"],"Analysis results":["Analysis results"],"Enter a focus keyphrase to calculate the SEO score":["Enter a focus keyphrase to calculate the SEO score"],"Learn more about Cornerstone Content.":["Learn more about Cornerstone Content."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone content should be the most important and extensive articles on your site."],"Restore Site":["Restore Site"],"Network Settings":["Network Settings"],"You are not allowed to perform this action.":["You are not allowed to perform this action."],"Error: %s":["Error: %s"],"Success: %s":["Success: %s"],"Site with ID %d not found.":["Site with ID %d not found."],"No site has been selected to restore.":["No site has been selected to restore."],"You are not allowed to modify unregistered network settings.":["You are not allowed to modify unregistered network settings."],"deleted":["deleted"],"Would you like to add another keyphrase?":["Would you like to add another keyphrase?"],"image preview":["image preview"],"Copied!":["Copied!"],"Not supported!":["Not supported!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Consider linking to these {{a}}cornerstone articles:{{/a}}"],"Consider linking to these articles:":["Consider linking to these articles:"],"Copy link":["Copy link"],"Copy link to suggested article: %s":["Copy link to suggested article: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. "],"Prominent words":["Prominent words"],"The site's tagline":["The site's tagline"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong."],"Not all required fields are given. Missing field %1$s":["Not all required fields are given. Missing field %1$s"],"Optimize your site for Google News.":["Optimize your site for Google News."],"Optimize your shop's SEO and sell more products!":["Optimize your shop's SEO and sell more products!"],"Be found in Google Video search and enhance your video sharing on social media.":["Be found in Google Video search and enhance your video sharing on social media."],"Be found in Google Maps and local results.":["Be found in Google Maps and local results."],"Learn practical SEO skills to rank higher in Google.":["Learn practical SEO skills to rank higher in Google."],"Don’t waste time figuring out the best settings yourself.":["Don’t waste time figuring out the best settings yourself."],"Get quick wins to make your site rank higher in search engines.":["Get quick wins to make your site rank higher in search engines."],"Add synonyms":["Add synonyms"],"Would you like to add keyphrase synonyms?":["Would you like to add keyphrase synonyms?"],"Would you like to add more than one keyphrase?":["Would you like to add more than one keyphrase?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["You haven't set a Shop page in your WooCommerce settings. Please do this first."],"Current year":["Current year"],"Page":["Page"],"Breadcrumb settings for %s archive":["Breadcrumb settings for %s archive"],"Something went wrong. Please reload the page.":["Something went wrong. Please reload the page."],"Tagline":["Tagline"],"Modify your meta description by editing it right here":["Modify your meta description by editing it right here"],"description (custom taxonomy)":["description (custom taxonomy)"],"(custom taxonomy)":["(custom taxonomy)"],"(custom field)":["(custom field)"],"Term404":["Term404"],"Caption":["Caption"],"Pagenumber":["Pagenumber"],"Pagetotal":["Pagetotal"],"Page number":["Page number"],"User description":["User description"],"ID":["ID"],"Modified":["Modified"],"Post type (plural)":["Post type (plural)"],"Post type (singular)":["Post type (singular)"],"Separator":["Separator"],"Search phrase":["Search phrase"],"Term title":["Term title"],"Term description":["Term description"],"Tag description":["Tag description"],"Category description":["Category description"],"Primary category":["Primary category"],"Category":["Category"],"Tag":["Tag"],"Excerpt only":["Excerpt only"],"Excerpt":["Excerpt"],"Site title":["Site title"],"Archive title":["Archive title"],"Parent title":["Parent title"],"Date":["Date"],"Label":["Label"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL."],"Search engines and other websites can still send traffic to your deleted post.":["Search engines and other websites can still send traffic to your deleted post."],"Make sure you don't miss out on traffic!":["Make sure you don't miss out on traffic!"],"You just deleted a %1$s.":["You just deleted a %1$s."],"You just trashed a %1$s.":["You just trashed a %1$s."],"Settings for %s archive":["Settings for %s archive"],"Settings for single %s URLs":["Settings for single %s URLs"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be."],"Url preview":["Url preview"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results."],"Insert snippet variable":["Insert snippet variable"],"Dismiss this notice":["Dismiss this notice"],"No results":["No results"],"%d result found, use up and down arrow keys to navigate":["%d result found, use up and down arrow keys to navigate","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Your site language is set to %s. If this is not correct, contact your site administrator."],"Number of results found: %d":["Number of results found: %d"],"Note that not all variables can be used in every field.":["Note that not all variables can be used in every field."],"Snippet variables":["Snippet variables"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site."],"Unknown type %1$s":["Unknown type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Includes a free MyYoast account which gives you access to our free SEO for Beginners course!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verification code"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider."],"Cleanup of %s data failed.":["Cleanup of %s data failed."],"Content Type":["Content Type"],"Filter by content type":["Filter by content type"],"Show All Content Types":["Show All Content Types"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Replaced with the normal title for an archive generated by WordPress"],"Clean":["Clean"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Once you're certain your site is OK, you can clean up. This will remove all the original data."],"Step 5: Clean up":["Step 5: Clean up"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct."],"Step 4: Run the configuration wizard":["Step 4: Run the configuration wizard"],"Please check your posts and pages and see if the metadata was successfully imported.":["Please check your posts and pages and see if the metadata was successfully imported."],"Step 3: Check your data":["Step 3: Check your data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place."],"Step 2: Import":["Step 2: Import"],"Please make a backup of your database before starting this process.":["Please make a backup of your database before starting this process."],"Step 1: Create a backup":["Step 1: Create a backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s did not detect any plugin data from plugins it can import from."],"Posts that should not show up in search results":["Posts that should not show up in search results"],"%s data found.":["%s data found."],"%s data successfully removed.":["%s data successfully removed."],"%s data successfully imported.":["%s data successfully imported."],"%s data not found.":["%s data not found."],"Improve your SEO skills":["Improve your SEO skills"],"24/7 email support":["24/7 email support"],"No more dead links a.k.a. 404 pages":["No more dead links a.k.a. 404 pages"],"Get real-time suggestions for internal links":["Get real-time suggestions for internal links"],"Preview your page in Facebook and Twitter":["Preview your page in Facebook and Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting."],"Help on copying the home meta description":["Help on copying the home meta description"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["To let search engines know which social profiles are associated to this site, enter your site social profiles data below."],"Learn more about your social profiles settings":["Learn more about your social profiles settings"],"Remove the categories prefix":["Remove the categories prefix"],"Help on the category prefix setting":["Help on the category prefix setting"],"Learn more about the available variables":["Learn more about the available variables"],"Learn more about the RSS feed setting":["Learn more about the RSS feed setting"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself."],"Learn more about the Media and attachment URLs setting":["Learn more about the Media and attachment URLs setting"],"Learn more about the title separator setting":["Learn more about the title separator setting"],"Learn more about the knowledge graph setting":["Learn more about the knowledge graph setting"],"Learn more about the homepage setting":["Learn more about the homepage setting"],"Learn more about the special pages setting":["Learn more about the special pages setting"],"Help on the date archives search results setting":["Help on the date archives search results setting"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the authors without posts archive search results setting":["Help on the authors without posts archive search results setting"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the author archives search results setting":["Help on the author archives search results setting"],"Archives settings help":["Archives settings help"],"Learn more about the archives setting":["Learn more about the archives setting"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verification code"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Get your Google verification code in %1$sGoogle Search Console%2$s."],"Google verification code":["Google verification code"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Get your Bing verification code in %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verification code"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these."],"Learn more about the Webmaster Tools verification":["Learn more about the Webmaster Tools verification"],"On":["On"],"Help on: %s":["Help on: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature."],"Off":["Off"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings."],"Security: no advanced settings for authors":["Security: no advanced settings for authors"],"See who contributed to %1$s.":["See who contributed to %1$s."],"Help on this search results setting":["Help on this search results setting"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Default for %2$s, currently: %1$s":["Default for %2$s, currently: %1$s"],"Show %s in search results?":["Show %s in search results?"],"this author's archives":["this author's archives"],"Do not allow search engines to show %s in search results.":["Do not allow search engines to show %s in search results."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only."],"Category URLs":["Category URLs"],"the archive for %s":["the archive for %s"],"Redirect attachment URLs to the attachment itself?":["Redirect attachment URLs to the attachment itself?"],"We recommend you set this to Yes.":["We recommend you set this to Yes."],"Media & attachment URLs":["Media & attachment URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name."],"date archives":["date archives"],"archives for authors without posts":["archives for authors without posts"],"Read why XML Sitemaps are important for your site.":["Read why XML Sitemaps are important for your site."],"Enable the XML sitemaps that %s generates.":["Enable the XML sitemaps that %s generates."],"See the XML sitemap.":["See the XML sitemap."],"%2$s (current default for %1$s)":["%2$s (current default for %1$s)"],"Media":["Media"],"Content Types":["Content Types"],"Should search engines follow links on this %1$s?":["Should search engines follow links on this %1$s?"],"Allow search engines to show this %s in search results?":["Allow search engines to show this %s in search results?"],"Search Appearance":["Search Appearance"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings."],"Search engines should show \"%1$s\" in search results:":["Search engines should show \"%1$s\" in search results:"],"Search engine visibility":["Search engine visibility"],"Toggle %1$s's XML Sitemap":["Toggle %1$s's XML Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["The cornerstone content feature lets you to mark and filter cornerstone content on your website."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7."],"Search result":["Search result"],"Good results":["Good results"],"Get better search results in local search":["Get better search results in local search"],"Allow customers to pick up their %s order locally":["Allow customers to pick up their %s order locally"],"SEO analysis":["SEO analysis"],"The SEO analysis offers suggestions to improve the SEO of your text.":["The SEO analysis offers suggestions to improve the SEO of your text."],"Learn how the SEO analysis can help you rank.":["Learn how the SEO analysis can help you rank."],"The readability analysis offers suggestions to improve the structure and style of your text.":["The readability analysis offers suggestions to improve the structure and style of your text."],"Discover why readability is important for SEO.":["Discover why readability is important for SEO."],"Find out how cornerstone content can help you improve your site structure.":["Find out how cornerstone content can help you improve your site structure."],"The text link counter helps you improve your site structure.":["The text link counter helps you improve your site structure."],"Find out how the text link counter can enhance your SEO.":["Find out how the text link counter can enhance your SEO."],"%s integration":["%s integration"],"Read more about how %s works.":["Read more about how %s works."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared."],"Find out why you should upgrade to %s":["Find out why you should upgrade to %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Latest blog posts on %1$s"],"Need help?":["Need help?"],"Type here to search...":["Type here to search..."],"Search the Yoast Knowledge Base for answers to your questions:":["Search the Yoast Knowledge Base for answers to your questions:"],"Remove highlight from the text":["Remove highlight from the text"],"Your site language is set to %s. ":["Your site language is set to %s. "],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Get started quickly with the %1$s %2$sconfiguration wizard%3$s!"],"First-time SEO configuration":["First-time SEO configuration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Your site language is set to {language}. If this is not correct, contact your site administrator."],"Your site language is set to {language}.":["Your site language is set to {language}."],"Highlight this result in the text":["Highlight this result in the text"],"Considerations":["Considerations"],"Errors":["Errors"],"Change language":["Change language"],"You cannot create a %s file.":["You cannot create a %s file."],"You cannot edit the %s file.":["You cannot edit the %s file."],"Updated %s":["Updated %s"],"Create %s file":["Create %s file"],"Edit the content of your %s:":["Edit the content of your %s:"],"Save changes to %s":["Save changes to %s"],"%s file":["%s file"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s."],"More information":["More information"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better."],"More information about %1$s":["More information about %1$s"],"Configuration Wizard":["Configuration Wizard"],"You've done it!":["You've done it!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Seamlessly integrate %2$s with %1$s for the content analysis!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better."],"Manage your %s subscription on MyYoast":["Manage your %s subscription on MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s."],"Loading help center.":["Loading help centre."],"Get support":["Get support"],"View in KB":["View in KB"],"Go back":["Go back"],"Go back to the search results":["Go back to the search results"],"(Opens in a new browser tab)":["(Opens in a new browser tab)"],"Posts %1$swithout%2$s a focus keyphrase":["Posts %1$swithout%2$s a focus keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, your SEO is doing pretty well! Check out the stats:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["You don't have any published posts, your SEO scores will appear here once you make your first post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets."],"Something else":["Something else"],"A portfolio":["A portfolio"],"A corporation":["A corporation"],"A small offline business":["A small offline business"],"A news channel":["A news channel"],"An online shop":["An online shop"],"A blog":["A blog"],"What does the site %1$s represent?":["What does the site %1$s represent?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["If you choose no, your author archives will be deactivated to prevent duplicate content issues."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s."],"Option B: My site is under construction and should not be indexed":["Option B: My site is under construction and should not be indexed"],"Option A: My site is live and ready to be indexed":["Option A: My site is live and ready to be indexed"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site."],"Please specify if your site is under construction or already active.":["Please specify if your site is under construction or already active."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results."],"Read more like this on our SEO blog":["Read more like this on our SEO blog"],"Readability: %s":["Readability: %s"],"Not activated":["Not activated"],"Activated":["Activated"],"%1$s recommendations for you":["%1$s recommendations for you"],"All Readability Scores":["All Readability Scores"],"Filter by Readability Score":["Filter by Readability Score"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is not valid."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s."],"Good job! All the links in your texts have been counted.":["Good job! All the links in your texts have been counted."],"Calculation completed.":["Calculation completed."],"Calculation in progress...":["Calculation in progress..."],"Stop counting":["Stop counting"],"Counting links in your texts":["Counting links in your texts"],"Text %1$s of %2$s processed.":["Text %1$s of %2$s processed."],"All your texts are already counted, there is no need to count them again.":["All your texts are already counted, there is no need to count them again."],"Count links in your texts":["Count links in your texts"],"Text link counter":["Text link counter"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO."],"%s Columns":["%s Columns"],"Readability score":["Readability score"],"Other benefits of %s for you:":["Other benefits of %s for you:"],"Scroll to see the preview content.":["Scroll to see the preview content."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page."],"Attract more customers near you":["Attract more customers near you"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!"],"Get the most out of %1$s with the %2$s":["Get the most out of %1$s with the %2$s"],"Upgrade to Premium":["Upgrade to Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support."],"Outrank the competition with %s":["Outrank the competition with %s"],"You might like":["You might like"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["The configuration wizard helps you to easily configure your site to have the optimal SEO settings."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin."],"Superfast internal linking suggestions":["Superfast internal linking suggestions"],"Great news: you can, with %1$s!":["Great news: you can, with %1$s!"],"Save changes":["Save changes"],"1 year free support and updates included!":["1 year free support and updates included!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial media preview%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo more dead links%2$s: easy redirect manager"],"No ads!":["No ads!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Social media preview"],"Easy redirect manager":["Easy redirect manager"],"No more dead links":["No more dead links"],"Increase your SEO reach":["Increase your SEO reach"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!"],"Variable":["Variable"],"Available variables":["Available variables"],"Scroll to see the table content.":["Scroll to see the table content."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance."],"An error occurred in the '%1$s' assessment":["An error occured in the '%1$s' assessment"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.","The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["The meta description contains no sentences %1$sover %2$s words%3$s."],"Step %1$d: %2$s":["Step %1$d: %2$s"],"No new notifications.":["No new notifications."],"Save all":["Save all"],"Save":["Save"],"%1$s, Author at %2$s":["%1$s, Author at %2$s"],"Mobile preview":["Mobile preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Select redirect"],"Please provide an SEO title by editing the snippet below.":["Please provide an SEO title by editing the snippet below."],"Meta description preview:":["Meta description preview:"],"Slug preview:":["Slug preview:"],"SEO title preview:":["SEO title preview:"],"Close snippet editor":["Close snippet editor"],"Slug":["Slug"],"Remove marks in the text":["Remove marks in the text"],"Mark this result in the text":["Mark this result in the text"],"Marks are disabled in current view":["Marks are disabled in current view"],"Good SEO score":["Good SEO score"],"OK SEO score":["Ok SEO score"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Choose an image"],"Remove the image":["Remove the image"],"MailChimp signup failed:":["MailChimp signup failed:"],"Sign Up!":["Sign Up!"],"Name":["Name"],"There is an error with the request.":["There is an error with the request."],"Select profile":["Select profile"],"Choose a profile":["Choose a profile"],"Authorization code":["Authorization code"],"Reauthenticate with Google":["Reauthenticate with Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window."],"Please provide a meta description by editing the snippet below.":["Please provide a meta description by editing the snippet below."],"Edit snippet":["Edit snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["You can click on each element in the preview to jump to the Snippet Editor."],"SEO title preview":["SEO title preview"],"Meta description preview":["Meta description preview"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any)."],"Close the Wizard":["Close the Wizard"],"Export settings":["Export settings"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuration Wizard"],"Please don't show me this notification anymore":["Please don't show me this notification anymore"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!"],"Date archives settings":["Date archives settings"],"Author archives settings":["Author archives settings"],"%1$s by %2$s":["%1$s by %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Warning: the variable %s cannot be used in this template. See the help center for more info."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support."],"(no title)":["(no title)"],"%s installation wizard":["%s installation wizard"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications."],"Admin bar menu":["Admin bar menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case."],"Features":["Features"],"SEO title":["SEO title"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google shows your website's name in the search results, if you want to change it, you can do that here."],"Greater than sign":["Greater than sign"],"Less than sign":["Less than sign"],"Right angle quotation mark":["Right angle quotation mark"],"Left angle quotation mark":["Left angle quotation mark"],"Small tilde":["Small tilde"],"Vertical bar":["Vertical bar"],"Low asterisk":["Low asterisk"],"Asterisk":["Asterisk"],"Bullet":["Bullet"],"Middle dot":["Middle dot"],"Em dash":["Em dash"],"En dash":["En dash"],"Dash":["Dash"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results."],"The name of the person":["The name of the person"],"No":["No"],"Yes":["Yes"],"Does, or will, your site have multiple authors?":["Does, or will, your site have multiple authors?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL."],"Success!":["Success!"],"Title settings":["Title settings"],"Google Search Console":["Google Search Console"],"Multiple authors":["Multiple authors"],"Site type":["Site type"],"Environment":["Environment"],"Yoast option %1$s not found.":["Yoast option %1$s not found."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Posts list"],"Posts list navigation":["Posts list navigation"],"Filter posts list":["Filter posts list"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Note that links to archives might be still output by your theme and you would need to remove them separately."],"%1$s to optimize your site even further":["%1$s to optimize your site even further"],"%1$s extensions":["%1$s extensions"],"Comes with our 30-day no questions asked money back guarantee":["Comes with our 30-day no questions asked money back guarantee"],"More information %1$sabout %3$s%2$s":["More information %1$sabout %3$s%2$s"],"Installed":["Installed"],"gain access to our 24/7 support team.":["gain access to our 24/7 support team."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["check what your Facebook or Twitter post will look like."],"Social previews":["Social previews"],"create and manage redirects from within your WordPress install.":["create and manage redirects from within your WordPress install."],"Redirect manager":["Redirect manager"],"%1$s, take your optimization to the next level!":["%1$s, take your optimization to the next level!"],"A seamless integration between %1$s and %2$s":["A seamless integration between %1$s and %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use %1$s breadcrumbs instead of %2$s ones"],"Easily insert Google Maps, a store locator, opening hours and more":["Easily insert Google Maps, a store locator, opening hours and more"],"Creates XML News Sitemaps":["Creates XML News Sitemaps"],"Immediately pings Google on the publication of a new post":["Immediately pings Google on the publication of a new post"],"Optimize your site for Google News":["Optimize your site for Google News"],"Make videos responsive through enabling fitvids.js":["Make videos responsive through enabling fitvids.js"],"Enhance the experience of sharing posts with videos":["Enhance the experience of sharing posts with videos"],"Show your videos in Google Videos":["Show your videos in Google Videos"],"Crawl issues list":["Crawl issues list"],"Crawl issues list navigation":["Crawl issues list navigation"],"Edit “%s”":["Edit “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notifications"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions."],"Disable SEO analysis":["Disable SEO analysis"],"Twitter settings":["Twitter settings"],"Pinterest settings":["Pinterest settings"],"Facebook settings":["Facebook settings"],"Title separator symbol":["Title separator symbol"],"RSS feed settings":["RSS feed settings"],"Breadcrumbs settings":["Breadcrumbs settings"],"Make primary":["Make primary"],"Enter your Google Authorization Code and press the Authenticate button.":["Enter your Google Authorization Code and press the Authenticate button."],"Knowledge base article":["Knowledge base article"],"Open the knowledge base article in a new window or read it in the iframe below":["Open the knowledge base article in a new window or read it in the iframe below"],"Search results":["Search results"],"%s notification":["%s notification","%s notifications"],"Disable readability analysis":["Disable readability analysis"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Removes the readability analysis section from the metabox and disables all readability-related suggestions."],"Readability analysis":["Readability analysis"],"Needs improvement":["Needs improvement"],"Readability":["Readability"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files."],"Improvements":["Improvements"],"Dismiss this item.":["Dismiss this item."],"Good job! We could detect no serious SEO problems.":["Good job! We could detect no serious SEO problems."],"We have detected the following issues that affect the SEO of your site.":["We have detected the following issues that affect the SEO of your site."],"Problems":["Problems"],"Analysis":["Analysis"],"Not available":["Not available"],"Filter by SEO Score":["Filter by SEO Score"],"Meta description not set.":["Meta description not set."],"Video tutorial":["Video tutorial"],"Email support is a %s feature":["Email support is a %s feature"],"Knowledge base":["Knowledge base"],"Open":["Open"],"Loading...":["Loading..."],"Something went wrong. Please try again later.":["Something went wrong. Please try again later."],"No results found.":["No results found."],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["You can fix this on the %1$sPermalink settings page%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it."],"Replaced with the primary category of the post/page":["Replaced with the primary category of the post/page"],"Pinterest confirmation":["Pinterest confirmation"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["If you have already confirmed your website with Pinterest, you can skip the step below."],"Format-based archives":["Format-based archives"],"Webmaster Tools verification":["Webmaster Tools verification"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Follow our %1$s for WordPress training and become a certified %1$s Expert!"],"Want to be a %s Expert?":["Want to be a %s Expert?"],"Buy %s":["Buy %s"],"Show information about errors in category %s":["Show information about errors in category %s"],"New %1$s Title":["New %1$s Title"],"Existing %1$s Title":["Existing %1$s Title"],"Expected an integer as input.":["Expected an integer as input."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range."],"Remove":["Remove"],"Keep":["Keep"],"Bold the last page":["Bold the last page"],"Regular":["Regular"],"Bold":["Bold"],"Show Blog page":["Show Blog page"],"Primary %s":["Primary %s"],"Primary":["Primary"],"Make %1$s primary %2$s":["Make %1$s primary %2$s"],"Term is set to noindex.":["Term is set to noindex."],"Author archives":["Author archives"],"Show":["Show"],"Enabled":["Enabled"],"Disabled":["Disabled"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s has not fetched your site's indexability status yet from %2$s"],"The separator defined in your theme's %s tag.":["The separator defined in your theme's %s tag."],"No index":["No index"],"Analyze entire site":["Analyze entire site"],"Fetch the current status":["Fetch the current status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s"],"Your homepage can be indexed by search engines.":["Your homepage can be indexed by search engines."],"Indexability check by %1$s":["Indexability check by %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["If you don't want to use the meta description for sharing on %1$s but want another description there, write it here."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["If you don't want to use the title for sharing on %1$s but instead want another title there, write it here."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed."],"Once Weekly":["Once Weekly"],"SEO score":["SEO score"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculating SEO scores for all pieces of content with a focus keyphrase."],"%1$s of %2$s done.":["%1$s of %2$s done."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activation failed:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["The filter extension seem to be unavailable. Please ask your web host to enable it."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it."],"SEO Settings":["SEO Settings"],"Mobile-Friendly Test":["Mobile-Friendly Test"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML Validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Check Headers"],"Check Google Cache":["Check Google Cache"],"Analyze this page":["Analyze this page"],"Keyword Research":["Keyword Research"],"%s does not seem to be a valid url. Please correct.":["%s does not seem to be a valid url. Please correct."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s does not seem to be a valid %2$s verification string. Please correct."],"%s Archive":["%s Archive"],"You searched for %s":["You searched for %s"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s does not seem to be a valid Twitter Username. Please correct."],"Summary with large image":["Summary with large image"],"Summary":["Summary"],"The post %1$s appeared first on %2$s.":["The post %1$s appeared first on %2$s."],"No numeric value was received.":["No numeric value was received."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["This must be an existing blog. Blog %s does not exist or has been marked as deleted."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["The default blog setting must be the numeric blog id of the blog you want to use as default."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default."],"Please select a valid post type for taxonomy \"%s\"":["Please select a valid post type for taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Please select a valid taxonomy for post type \"%s\""],"You searched for":["You searched for"],"Home":["Home"],"Archives for":["Archives for"],"Error 404: Page not found":["Error 404: Page not found"],"Good":["Good"],"Replaced with a custom taxonomies description":["Replaced with a custom taxonomies description"],"Replaced with a posts custom taxonomies, comma separated.":["Replaced with a posts custom taxonomies, comma separated."],"Replaced with a posts custom field value":["Replaced with a posts custom field value"],"Replaced with the slug which caused the 404":["Replaced with the slug which caused the 404"],"Replaced with the posts focus keyphrase":["Replaced with the posts focus keyphrase"],"Attachment caption":["Attachment caption"],"Replaced with the current page number":["Replaced with the current page number"],"Replaced with the current page total":["Replaced with the current page total"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Replaced with the current page number with context (i.e. page 2 of 4)"],"Replaced with the post/page author's 'Biographical Info'":["Replaced with the post/page author's 'Biographical Info'"],"Replaced with the post/page author's 'nicename'":["Replaced with the post/page author's 'nicename'"],"Replaced with the post/page ID":["Replaced with the post/page ID"],"Replaced with the post/page modified time":["Replaced with the post/page modified time"],"Replaced with the content type plural label":["Replaced with the content type plural label"],"Replaced with the content type single label":["Replaced with the content type single label"],"Replaced with the current search phrase":["Replaced with the current search phrase"],"Replaced with the term name":["Replaced with the term name"],"Replaced with the term description":["Replaced with the term description"],"Replaced with the tag description":["Replaced with the tag description"],"Replaced with the category description":["Replaced with the category description"],"Replaced with the post categories (comma separated)":["Replaced with the post categories (comma separated)"],"Replaced with the current tag/tags":["Replaced with the current tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Replaced with the post/page excerpt (without auto-generation)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Replaced with the post/page excerpt (or auto-generated if it does not exist)"],"The site's name":["The site's name"],"Replaced with the title of the parent page of the current page":["Replaced with the title of the parent page of the current page"],"Replaced with the title of the post/page":["Replaced with the title of the post/page"],"Replaced with the date of the post/page":["Replaced with the date of the post/page"],"Page %1$d of %2$d":["Page %1$d of %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["A replacement variable with the same name has already been registered. Try making your variable name unique."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template."],"Page not found":["Page not found"],"%s Archives":["%s Archives"],"Search for \"%s\"":["Search for \"%s\""],"Meta description to use for Author page":["Meta description to use for Author page"],"Title to use for Author page":["Title to use for Author page"],"%1$s settings":["%1$s settings"],"Export your %1$s settings":["Export your %1$s settings"],"Import settings":["Import settings"],"Import from other SEO plugins":["Import from other SEO plugins"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["If you had a %s file and it was editable, you could edit it from here."],"If your %s were writable, you could edit it from here.":["If your %s were writable, you could edit it from here."],"You don't have a %s file, create one here:":["You don't have a %s file, create one here:"],"A link to your site, with your site's name and description as anchor text.":["A link to your site, with your site's name and description as anchor text."],"A link to your site, with your site's name as anchor text.":["A link to your site, with your site's name as anchor text."],"A link to the post, with the title as anchor text.":["A link to the post, with the title as anchor text."],"A link to the archive for the post author, with the authors name as anchor text.":["A link to the archive for the post author, with the authors name as anchor text."],"You can use the following variables within the content, they will be replaced by the value on the right.":["You can use the following variables within the content, they will be replaced by the value on the right."],"Content to put after each post in the feed":["Content to put after each post in the feed"],"Content to put before each post in the feed":["Content to put before each post in the feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s."],"How to insert breadcrumbs in your theme":["How to insert breadcrumbs in your theme"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Content type archive to show in breadcrumbs for taxonomies"],"Taxonomy to show in breadcrumbs for content types":["Taxonomy to show in breadcrumbs for content types"],"Breadcrumb for 404 Page":["Breadcrumb for 404 Page"],"Prefix for Search Page breadcrumbs":["Prefix for Search Page breadcrumbs"],"Prefix for Archive breadcrumbs":["Prefix for Archive breadcrumbs"],"Prefix for the breadcrumb path":["Prefix for the breadcrumb path"],"Anchor text for the Homepage":["Anchor text for the Homepage"],"Separator between breadcrumbs":["Separator between breadcrumbs"],"Enable Breadcrumbs":["Enable Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!"],"Credits":["Credits"],"« Back to Tools page":["« Back to Tools page"],"%1$s comes with some very powerful built-in tools:":["%1$s comes with some very powerful built-in tools:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file."],"File editor":["File editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Import settings from other SEO plugins and export your settings for re-use on (another) blog."],"Import and Export":["Import and Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page."],"Bulk editor":["Bulk editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest."],"The default card type to use":["The default card type to use"],"Add Twitter card meta data":["Add Twitter card meta data"],"This image is used if the post/page being shared does not contain any images.":["This image is used if the post/page being shared does not contain any images."],"Default settings":["Default settings"],"Copy home meta description":["Copy home meta description"],"Description":["Description"],"Image URL":["Image URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["These are the title, description and image used in the Open Graph meta tags on the front page of your site."],"Frontpage settings":["Frontpage settings"],"Add Open Graph meta data":["Add Open Graph meta data"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter Username"],"Facebook Page URL":["Facebook Page URL"],"Accounts":["Accounts"],"Restore site to defaults":["Restore site to defaults"],"Site ID":["Site ID"],"Using this form you can reset a site to the default SEO settings.":["Using this form you can reset a site to the default SEO settings."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used."],"New sites in the network inherit their SEO settings from this site":["New sites in the network inherit their SEO settings from this site"],"Super Admins only":["Super Admins only"],"Site Admins (default)":["Site Admins (default)"],"Who should have access to the %1$s settings":["Who should have access to the %1$s settings"],"spam":["spam"],"mature":["mature"],"archived":["archived"],"public":["public"],"%s restored to default SEO settings.":["%s restored to default SEO settings."],"Settings Updated.":["Settings Updated."],"404 pages":["404 pages"],"Search pages":["Search pages"],"These pages will be %s by default, so they will never show up in search results.":["These pages will be %s by default, so they will never show up in search results."],"Special Pages":["Special Pages"],"Date-based archives could in some cases also be seen as duplicate content.":["Date-based archives could in some cases also be seen as duplicate content."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s."],"Date archives":["Date archives"],"author archives":["author archives"],"Title":["Title"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Hide"],"Date in Snippet Preview":["Date in Snippet Preview"],"Take note:":["Take note:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["You can determine the title and description for the front page by %1$sediting the front page itself%2$s."],"Homepage & Front page":["Homepage & Front page"],"Title Separator":["Title Separator"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here."],"Force rewrite titles":["Force rewrite titles"],"Taxonomies":["Taxonomies"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Extensions"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Seamlessly integrate WooCommerce with %1$s and get extra features!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Rank better locally and in Google Maps, without breaking a sweat!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Are you in Google News? Increase your traffic from Google News by optimizing for it!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimize your videos to show them off in search results and get more clicks!"],"The premium version of %1$s with more features & support.":["The premium version of %1$s with more features & support."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person."],"Website name":["Website name"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["or"],"Save Profile":["Save Profile"],"There were no profiles found":["There were no profiles found"],"Profile":["Profile"],"Current profile":["Current profile"],"Authenticate":["Authenticate"],"Get Google Authorization Code":["Get Google Authorization Code"],"Reload crawl issues":["Reload crawl issues"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s."],"Creating redirects is a %s feature":["Creating redirects is a %s feature"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Errors that occurred when your site was crawled by Googlebot."],"Issue categories":["Issue categories"],"Incorrect Google Authorization Code.":["Incorrect Google Authorization Code."],"The issues have been successfully reloaded!":["The issues have been successfully reloaded!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again."],"Crawl errors per page":["Crawl errors per page"],"Search":["Search"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s."],"Create redirect":["Create redirect"],"Mark as fixed":["Mark as fixed"],"Response code":["Response code"],"First detected":["First detected"],"Last crawled":["Last crawled"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["The target URL doesn't exist, but your server is not returning a 404 (file not found) error."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Request timed out or site is blocking Google."],"Server Error":["Server Error"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile."],"Blocked":["Blocked"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was unable to crawl this URL due to an undetermined issue."],"URL points to a non-existent page.":["URL points to a non-existent page."],"Not found":["Not found"],"Not followed":["Not followed"],"Faulty redirects":["Faulty redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server requires authentication or is blocking Googlebot from accessing the site."],"Access denied":["Access denied"],"Deactivate %s":["Deactivate %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["The %1$s plugin(s) might cause issues when used in conjunction with %2$s."],"Upload Image":["Upload Image"],"Remove these ads?":["Remove these ads?"],"%s Posts Overview":["%s Posts Overview"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears."],"Breadcrumbs title":["Breadcrumbs title"],"The canonical link is shown on the archive page for this term.":["The canonical link is shown on the archive page for this term."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Other"],"Archives":["Archives"],"Email":["Email"],"Previous":["Previous"],"Next":["Next"],"Close":["Close"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site."],"Configure %1$s's Open Graph settings":["Configure %1$s's Open Graph settings"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared."],"%s Image":["%s Image"],"%s Description":["%s Description"],"%s Title":["%s Title"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["The recommended image size for %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["If you want to override the image used on %s for this post, upload / choose an image here."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["If you don't want to use the meta description for sharing the post on %s but want another description there, write it here."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here."],"very difficult":["very difficult"],"Try to make shorter sentences, using less difficult words to improve readability":["Try to make shorter sentences, using less difficult words to improve readability"],"difficult":["difficult"],"Try to make shorter sentences to improve readability":["Try to make shorter sentences to improve readability"],"fairly difficult":["fairly difficult"],"OK":["OK"],"fairly easy":["fairly easy"],"easy":["easy"],"very easy":["very easy"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["All SEO Scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites."],"(no parent)":["(no parent)"],"Post is set to noindex.":["Post is set to noindex."],"The URL that this page should redirect to.":["The URL that this page should redirect to."],"301 Redirect":["301 Redirect"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Title to use for this page in breadcrumb paths"],"Breadcrumbs Title":["Breadcrumbs Title"],"No Snippet":["No Snippet"],"No Archive":["No Archive"],"No Image Index":["No Image Index"],"None":["None"],"Site-wide default: %s":["Site-wide default: %s"],"Advanced meta robots settings for this page.":["Advanced meta robots settings for this page."],"Meta robots advanced":["Meta robots advanced"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect."],"Meta description":["Meta description"],"SEO Title":["SEO Title"],"Focus keyword":["Focus keyword"],"Snippet preview":["Snippet preview"],"Settings successfully imported.":["Settings successfully imported."],"Settings could not be imported:":["Settings could not be imported:"],"Breadcrumb for 404 pages:":["Breadcrumb for 404 pages:"],"Prefix for search result pages:":["Prefix for search result pages:"],"Prefix for archive pages:":["Prefix for archive pages:"],"Prefix for breadcrumbs:":["Prefix for breadcrumbs:"],"Anchor text for the homepage:":["Anchor text for the homepage:"],"Breadcrumbs separator:":["Breadcrumbs separator:"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Use Image"],"Action":["Action"],"Page URL/Slug":["Page URL/Slug"],"Publication date":["Publication date"],"Post Status":["Post Status"],"WP Page Title":["WP Page Title"],"View":["View"],"View “%s”":["View “%s”"],"Preview":["Preview"],"Preview “%s”":["Preview “%s”"],"Edit":["Edit"],"Filter":["Filter"],"New Yoast Meta Description":["New Yoast Meta Description"],"Existing Yoast Meta Description":["Existing Yoast Meta Description"],"Facebook profile URL":["Facebook profile URL"],"Twitter username (without @)":["Twitter username (without @)"],"FAQ":["FAQ"],"Premium Support":["Premium Support"],"Settings":["Settings"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility."],"Huge SEO Issue: You're blocking access to robots.":["Huge SEO Issue: You're blocking access to robots."],"Posts":["Posts"],"Edit Files":["Edit Files"],"Advanced Variables":["Advanced Variables"],"Basic Variables":["Basic Variables"],"General":["General"],"Extensions":["Extensions"],"Search Console":["Search Console"],"Tools":["Tools"],"Advanced":["Advanced"],"XML sitemaps":["XML sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues."],"Just another WordPress site":["Just another WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s."],"You have used HTML in your value which is not allowed.":["You have used HTML in your value which is not allowed."],"You can't edit %s that aren't yours.":["You can't edit %s that aren't yours."],"You can't edit %s.":["You can't edit %s."],"Post has an invalid Content Type: %s.":["Post has an invalid Content Type: %s."],"Post doesn't exist.":["Post doesn't exist."],"course\u0004Free:":["Free:"],"posts\u0004Trash (%s)":["Trash (%s)","Trash (%s)"],"posts\u0004All (%s)":["All (%s)","All (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/en_GB.json b/Resources/Private/Languages/en_GB.json index aad5de6..5464e8f 100644 --- a/Resources/Private/Languages/en_GB.json +++ b/Resources/Private/Languages/en_GB.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"Has feedback":["Has feedback"],"Content optimization:":["Content optimisation:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sReadability%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Read %1$sthis post for more information about why we’re not supporting older versions.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s"],"Post Noindexed":["Post Noindexed"],"No Focus Keyphrase":["No Focus Keyphrase"],"Person logo / avatar":["Person logo/avatar"],"Extend %s":["Extend %s"],"Enroll in the %s for WordPress training":["Enroll in the %s for WordPress training"],"Posts with the SEO score: %s":["Posts with the SEO score: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video tutorial"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["To view your current crawl errors, %1$splease visit Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s."],"Remove this message":["Remove this message"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Truly optimise your site for a local audience with our %s plugin! Optimised address details, opening hours, store locator and pickup option!"],"Serving local customers?":["Serving local customers?"],"Get the %s plugin now":["Get the %s plugin now"],"Organization social profiles":["Organisation social profiles"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page."],"Personal info":["Personal info"],"Organization logo":["Organisation logo"],"Organization name":["Organisation name"],"Choose whether the site represents an organization or a person.":["Choose whether the site represents an organisation or a person."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["To make your site represent a Company or Organisation go to %1$sSearch Appearance%2$s and set Organisation or Person to \"Organisation\"."],"To change the social accounts used for your site, update the details for %1$s.":["To change the social accounts used for your site, update the details for %1$s."],"That means that the form and information below is disabled, and not used.":["That means that the form and information below is disabled, and not used."],"Your website is currently configured to represent a Person":["Your website is currently configured to represent a Person"],"(if one exists)":["(if one exists)"],"Wikipedia page about you":["Wikipedia page about you"],"YouTube profile URL":["YouTube profile URL"],"Tumblr profile URL":["Tumblr profile URL"],"SoundCloud profile URL":["SoundCloud profile URL"],"MySpace profile URL":["MySpace profile URL"],"Organization or person":["Organisation or person"],"The person":["The person"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Does your site represent a person or an organisation?"],"The name of the organization":["The name of the organisation"],"Provide an image of the organization logo":["Provide an image of the organisation logo"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s."],"Select a user...":["Select a user…"],"Uncategorized":["Uncategorised"],"Name:":["Name:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Error: Please select a user below to make your site's meta data complete."],"SEO score: %s":["SEO score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["If a Wikipedia page for you or your organisation exists, add it too."],"Wikipedia URL":["Wikipedia URL"],"Pinterest profile URL":["Pinterest profile URL"],"Instagram profile URL":["Instagram profile URL"],"LinkedIn profile URL":["LinkedIn profile URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step."],"SEO for Beginners training":["SEO for Beginners training"],"%s for WordPress training":["%s for WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["The image you selected is too small for Facebook"],"The given image url cannot be loaded":["The given image URL cannot be loaded"],"Find out what words your audience uses to find you":["Find out what words your audience uses to find you"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s"],"No JSON object was returned.":["No JSON object was returned."],"Received internal links":["Received internal links"],"Outgoing internal links":["Outgoing internal links"],"New step added":["New step added"],"New question added":["New question added"],"To be able to create a redirect and fix this issue, you need %1$s. ":["To be able to create a redirect and fix this issue, you need %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["You can buy the plugin, including one year of support and updates, on %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["To make sure all the links in your texts are counted, we need to analyse all your texts."],"All you have to do is press the following button and we'll go through all your texts for you.":["All you have to do is press the following button and we'll go through all your texts for you."],"Count links":["Count links"],"Free":["Free"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributes%2$s: Good job!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!"],"Page %s":["Page %s"],"Cannot get the size of %1$s because of unknown reasons.":["Cannot get the size of %1$s because of unknown reasons."],"Cannot get the size of %1$s because it is hosted externally.":["Cannot get the size of %1$s because it is hosted externally."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!"],"Get an even better analysis":["Get an even better analysis"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!"],"Improve sharing on Facebook and Pinterest":["Improve sharing on Facebook and Pinterest"],"You do not have the required rights to export settings.":["You do not have the required rights to export settings."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copy all these settings to another site's %1$s tab and click \"%1$s\" there."],"These are settings for the %1$s plugin by %2$s":["These are settings for the %1$s plugin by %2$s"],"No settings found.":["No settings found."],"Export your %1$s settings here, to copy them on another site.":["Export your %1$s settings here, to copy them on another site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import of settings is only supported on servers that run PHP 5.3 or higher."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Import settings by pasting the settings you copied from another site here and clicking \"%s\"."],"Paste your settings from another %s installation.":["Paste your settings from another %s installation."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indexable deleted for object %1$s with type %2$s"],"Indexable saved for object %1$s with type %2$s":["Indexable saved for object %1$s with type %2$s"],"Indexable created for object %1$s with type %2$s":["Indexable created for object %1$s with type %2$s"],"Indexable meta deleted.":["Indexable meta deleted."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Indexable meta saved for indexable id %1$s with meta key %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Indexable meta created for indexable id %1$s with meta key %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["There is no meta found for indexable id %1$s and meta key %2$s."],"There is no indexable found for author id %1$s.":["There is no indexable found for author id %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["There is no primary term found for post id %1$s and taxonomy %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["There is no indexable found for term id %1$s and taxonomy %2$s."],"There is no indexable found for post id %1$s.":["There is no indexable found for post id %1$s."],"Method %1$s() does not exist in class %2$s":["Method %1$s() does not exist in class %2$s"],"With %s, you can easily create such redirects.":["With %s, you can easily create such redirects."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website."],"WARNING:":["WARNING:"],"Learn about why permalinks are important for SEO.":["Learn about why permalinks are important for SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Did you know %s also analyses the different word forms of your keyphrase, like plurals and past tenses?"],"Clear Image":["Clear Image"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase in slug%2$s: Great work!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sKeyphrase distribution%2$s: Good job!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s."],"Help on choosing the perfect focus keyphrase":["Help on choosing the perfect focus keyphrase"],"Would you like to add a related keyphrase?":["Would you like to add a related keyphrase?"],"Go %s!":["Go %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s."],"Rank better with synonyms & related keyphrases":["Rank better with synonyms & related keyphrases"],"optimize a single post for synonyms and related keyphrases.":["optimise a single post for synonyms and related keyphrases."],"Synonyms & related keyphrases":["Synonyms & related keyphrases"],"Add related keyphrase":["Add related keyphrase"],"Dismiss %s upgrade notice":["Dismiss %s upgrade notice"],"Upgrade to %s":["Upgrade to %s"],"%1$s video":["%1$s video"],"Get %s":["Get %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sText length%4$s: The text contains %1$d word.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sText length%3$s: The text contains %1$d word. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimise%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO title width%2$s: Good job!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!"],"%1$sOutbound links%2$s: Good job!":["%1$sOutbound links%2$s: Good job!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta description length%2$s: Well done!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sKeyphrase length%2$s: Good job!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in introduction%2$s: Well done!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInternal links%2$s: You have enough internal links. Good job!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sTransition words%2$s: Well done!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sSubheading distribution%2$s: Great job!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSentence length%2$s: Great!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive voice%2$s: You're using enough active voice. That's great!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!"],"Good job!":["Good job!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s"],"Focus keyphrase":["Focus keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s with ID %2$s couldn't be patched"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Invalid POST request. Meta values already exist for object with ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexable with ID `%1$s` does not exist"],"No object with ID %1$s and %2$s could be found":["No object with ID %1$s and %2$s could be found"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` is not a valid subtype of `%2$s`"],"The object type `%1$s` is invalid":["The object type `%1$s` is invalid"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`"],"The parameter `%1$s` cannot be empty.":["The parameter `%1$s` cannot be empty."],"Check Keyphrase Density":["Check Keyphrase Density"],"Disable":["Disable"],"Allow Control":["Allow Control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all."],"%s is a required feature toggle argument.":["%s is a required feature toggle argument."],"Keyphrase:":["Keyphrase:"],"Remove keyphrase":["Remove keyphrase"],"This feature has been disabled by the network admin.":["This feature has been disabled by the network admin."],"Focus keyphrase not set.":["Focus keyphrase not set."],"Multiple keyphrases":["Multiple keyphrases"],"Colon":["Colon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental."],"There is a new notification.":["There is a new notification.","There are new notifications."],"Learn more about the readability analysis":["Learn more about the readability analysis"],"Describe the duration of the instruction:":["Describe the duration of the instruction:"],"Optional. Customize how you want to describe the duration of the instruction":["Optional. Customise how you want to describe the duration of the instruction"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"%s, %s and %s":["%s, %s and %s"],"%s and %s":["%s and %s"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d hour","%d hours"],"%d day":["%d day","%d days"],"Enter a step title":["Enter a step title"],"Optional. This can give you better control over the styling of the steps.":["Optional. This can give you better control over the styling of the steps."],"CSS class(es) to apply to the steps":["CSS class(es) to apply to the steps"],"minutes":["minutes"],"hours":["hours"],"days":["days"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post."],"Copy error":["Copy error"],"An error occurred loading the %s primary taxonomy picker.":["An error occurred loading the %s primary taxonomy picker."],"%1$s Structured Data Blocks":["%1$s Structured Data Blocks"],"Time needed:":["Time needed:"],"Move question down":["Move question down"],"Move question up":["Move question up"],"Insert question":["Insert question"],"Delete question":["Delete question"],"Enter the answer to the question":["Enter the answer to the question"],"Enter a question":["Enter a question"],"Add question":["Add question"],"Frequently Asked Questions":["Frequently Asked Questions"],"Great news: you can, with %s!":["Great news: you can, with %s!"],"Select the primary %s":["Select the primary %s"],"Check links to this URL":["Check links to this URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Please check the %1$sarchive template%2$s for the following content type: %3$s."," Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Are you trying to use multiple keyphrases? You should add them separately below."],"Mark as cornerstone content":["Mark as cornerstone content"],"Move step down":["Move step down"],"Move step up":["Move step up"],"Insert step":["Insert step"],"Delete step":["Delete step"],"Add image":["Add image"],"Enter a step description":["Enter a step description"],"Enter a description":["Enter a description"],"Unordered list":["Unordered list"],"Showing step items as an ordered list.":["Showing step items as an ordered list."],"Showing step items as an unordered list":["Showing step items as an unordered list"],"Add step":["Add step"],"Delete total time":["Delete total time"],"Add total time":["Add total time"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Snippet Preview"],"Analysis results":["Analysis results"],"Enter a focus keyphrase to calculate the SEO score":["Enter a focus keyphrase to calculate the SEO score"],"Learn more about Cornerstone Content.":["Learn more about Cornerstone Content."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone content should be the most important and extensive articles on your site."],"Restore Site":["Restore Site"],"Network Settings":["Network Settings"],"You are not allowed to perform this action.":["You are not allowed to perform this action."],"Error: %s":["Error: %s"],"Success: %s":["Success: %s"],"Site with ID %d not found.":["Site with ID %d not found."],"No site has been selected to restore.":["No site has been selected to restore."],"You are not allowed to modify unregistered network settings.":["You are not allowed to modify unregistered network settings."],"deleted":["deleted"],"Would you like to add another keyphrase?":["Would you like to add another keyphrase?"],"image preview":["image preview"],"Copied!":["Copied!"],"Not supported!":["Not supported!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Consider linking to these {{a}}cornerstone articles:{{/a}}"],"Consider linking to these articles:":["Consider linking to these articles:"],"Copy link":["Copy link"],"Copy link to suggested article: %s":["Copy link to suggested article: %s"],"The site's tagline":["The site's tagline"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong."],"Not all required fields are given. Missing field %1$s":["Not all required fields are given. Missing field %1$s"],"Optimize your site for Google News.":["Optimise your site for Google News."],"Optimize your shop's SEO and sell more products!":["Optimise your shop's SEO and sell more products!"],"Be found in Google Video search and enhance your video sharing on social media.":["Be found in Google Video search and enhance your video sharing on social media."],"Be found in Google Maps and local results.":["Be found in Google Maps and local results."],"Learn practical SEO skills to rank higher in Google.":["Learn practical SEO skills to rank higher in Google."],"Don’t waste time figuring out the best settings yourself.":["Don’t waste time figuring out the best settings yourself."],"Get quick wins to make your site rank higher in search engines.":["Get quick wins to make your site rank higher in search engines."],"Add synonyms":["Add synonyms"],"Would you like to add keyphrase synonyms?":["Would you like to add keyphrase synonyms?"],"Would you like to add more than one keyphrase?":["Would you like to add more than one keyphrase?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["You haven't set a Shop page in your WooCommerce settings. Please do this first."],"Current year":["Current year"],"Page":["Page"],"Breadcrumb settings for %s archive":["Breadcrumb settings for %s archive"],"Tagline":["Tagline"],"Modify your meta description by editing it right here":["Modify your meta description by editing it right here"],"description (custom taxonomy)":["description (custom taxonomy)"],"(custom taxonomy)":["(custom taxonomy)"],"(custom field)":["(custom field)"],"Term404":["Term 404"],"Caption":["Caption"],"Pagenumber":["Page number"],"Pagetotal":["Page total"],"Page number":["Page number"],"User description":["User description"],"ID":["ID"],"Modified":["Modified"],"Post type (plural)":["Post type (plural)"],"Post type (singular)":["Post type (singular)"],"Separator":["Separator"],"Search phrase":["Search phrase"],"Term title":["Term title"],"Term description":["Term description"],"Tag description":["Tag description"],"Category description":["Category description"],"Primary category":["Primary category"],"Category":["Category"],"Tag":["Tag"],"Excerpt only":["Excerpt only"],"Excerpt":["Excerpt"],"Site title":["Site title"],"Archive title":["Archive title"],"Parent title":["Parent title"],"Date":["Date"],"Label":["Label"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL."],"Search engines and other websites can still send traffic to your deleted post.":["Search engines and other websites can still send traffic to your deleted post."],"Make sure you don't miss out on traffic!":["Make sure you don't miss out on traffic!"],"You just deleted a %1$s.":["You just deleted a %1$s."],"You just trashed a %1$s.":["You just binned a %1$s."],"Settings for %s archive":["Settings for %s archive"],"Settings for single %s URLs":["Settings for single %s URLs"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be."],"Note that not all variables can be used in every field.":["Note that not all variables can be used in every field."],"Snippet variables":["Snippet variables"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site."],"Unknown type %1$s":["Unknown type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Includes a free MyYoast account which gives you access to our free SEO for Beginners course!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verification code"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider."],"Cleanup of %s data failed.":["Cleanup of %s data failed."],"Content Type":["Content Type"],"Filter by content type":["Filter by content type"],"Show All Content Types":["Show All Content Types"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Replaced with the normal title for an archive generated by WordPress"],"Clean":["Clean"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Once you're certain your site is OK, you can clean up. This will remove all the original data."],"Step 5: Clean up":["Step 5: Clean up"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct."],"Step 4: Run the configuration wizard":["Step 4: Run the configuration wizard"],"Please check your posts and pages and see if the metadata was successfully imported.":["Please check your posts and pages and see if the metadata was successfully imported."],"Step 3: Check your data":["Step 3: Check your data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["This will import the post metadata, like SEO titles and descriptions, into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place."],"Step 2: Import":["Step 2: Import"],"Please make a backup of your database before starting this process.":["Please make a backup of your database before starting this process."],"Step 1: Create a backup":["Step 1: Create a backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s did not detect any plugin data from plugins it can import from."],"Posts that should not show up in search results":["Posts that should not show up in search results"],"%s data found.":["%s data found."],"%s data successfully removed.":["%s data successfully removed."],"%s data successfully imported.":["%s data successfully imported."],"%s data not found.":["%s data not found."],"Improve your SEO skills":["Improve your SEO skills"],"24/7 email support":["24/7 email support"],"No more dead links a.k.a. 404 pages":["No more dead links a.k.a. 404 pages"],"Get real-time suggestions for internal links":["Get real-time suggestions for internal links"],"Preview your page in Facebook and Twitter":["Preview your page in Facebook and Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting."],"Help on copying the home meta description":["Help on copying the home meta description"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["To let search engines know which social profiles are associated to this site, enter your site social profiles data below."],"Learn more about your social profiles settings":["Learn more about your social profiles settings"],"Remove the categories prefix":["Remove the categories prefix"],"Help on the category prefix setting":["Help on the category prefix setting"],"Learn more about the available variables":["Learn more about the available variables"],"Learn more about the RSS feed setting":["Learn more about the RSS feed setting"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself."],"Learn more about the Media and attachment URLs setting":["Learn more about the Media and attachment URLs setting"],"Learn more about the title separator setting":["Learn more about the title separator setting"],"Learn more about the knowledge graph setting":["Learn more about the knowledge graph setting"],"Learn more about the homepage setting":["Learn more about the homepage setting"],"Learn more about the special pages setting":["Learn more about the special pages setting"],"Help on the date archives search results setting":["Help on the date archives search results setting"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the authors without posts archive search results setting":["Help on the authors without posts archive search results setting"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the author archives search results setting":["Help on the author archives search results setting"],"Archives settings help":["Archives settings help"],"Learn more about the archives setting":["Learn more about the archives setting"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verification code"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Get your Google verification code in %1$sGoogle Search Console%2$s."],"Google verification code":["Google verification code"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Get your Bing verification code in %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verification code"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these."],"Learn more about the Webmaster Tools verification":["Learn more about the Webmaster Tools verification"],"On":["On"],"Help on: %s":["Help on: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature."],"Off":["Off"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings."],"Security: no advanced settings for authors":["Security: no advanced settings for authors"],"See who contributed to %1$s.":["See who contributed to %1$s."],"Help on this search results setting":["Help on this search results setting"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Check SEO configuration":["Check SEO configuration"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them."],"Default for %2$s, currently: %1$s":["Default for %2$s, currently: %1$s"],"Show %s in search results?":["Show %s in search results?"],"this author's archives":["this author's archives"],"Do not allow search engines to show %s in search results.":["Do not allow search engines to show %s in search results."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only."],"Category URLs":["Category URLs"],"the archive for %s":["the archive for %s"],"Redirect attachment URLs to the attachment itself?":["Redirect attachment URLs to the attachment itself?"],"We recommend you set this to Yes.":["We recommend you set this to Yes."],"Media & attachment URLs":["Media & attachment URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name."],"date archives":["date archives"],"archives for authors without posts":["archives for authors without posts"],"Read why XML Sitemaps are important for your site.":["Read why XML Sitemaps are important for your site."],"Enable the XML sitemaps that %s generates.":["Enable the XML sitemaps that %s generates."],"See the XML sitemap.":["See the XML sitemap."],"%2$s (current default for %1$s)":["%2$s (current default for %1$s)"],"Media":["Media"],"Content Types":["Content Types"],"Should search engines follow links on this %1$s?":["Should search engines follow links on this %1$s?"],"Allow search engines to show this %s in search results?":["Allow search engines to show this %s in search results?"],"Search Appearance":["Search Appearance"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings."],"Search engines should show \"%1$s\" in search results:":["Search engines should show \"%1$s\" in search results:"],"Search engine visibility":["Search engine visibility"],"Toggle %1$s's XML Sitemap":["Toggle %1$s's XML Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Support requests you create here are sent directly to our support system, which is secured with 256 bit SSL, so communication is 100% secure."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["The cornerstone content feature lets you to mark and filter cornerstone content on your website."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7."],"Good results":["Good results"],"Get better search results in local search":["Get better search results in local search"],"Allow customers to pick up their %s order locally":["Allow customers to pick up their %s order locally"],"SEO analysis":["SEO analysis"],"The SEO analysis offers suggestions to improve the SEO of your text.":["The SEO analysis offers suggestions to improve the SEO of your text."],"Learn how the SEO analysis can help you rank.":["Learn how the SEO analysis can help you rank."],"The readability analysis offers suggestions to improve the structure and style of your text.":["The readability analysis offers suggestions to improve the structure and style of your text."],"Discover why readability is important for SEO.":["Discover why readability is important for SEO."],"Find out how cornerstone content can help you improve your site structure.":["Find out how cornerstone content can help you improve your site structure."],"The text link counter helps you improve your site structure.":["The text link counter helps you improve your site structure."],"Find out how the text link counter can enhance your SEO.":["Find out how the text link counter can enhance your SEO."],"%s integration":["%s integration"],"Read more about how %s works.":["Read more about how %s works."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared."],"Find out why you should upgrade to %s":["Find out why you should upgrade to %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Latest blog posts on %1$s"],"Need help?":["Need help?"],"Remove highlight from the text":["Remove highlight from the text"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Get started quickly with the %1$s %2$sconfiguration wizard%3$s!"],"First-time SEO configuration":["First-time SEO configuration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Your site language is set to {language}. If this is not correct, contact your site administrator."],"Your site language is set to {language}.":["Your site language is set to {language}."],"Highlight this result in the text":["Highlight this result in the text"],"Considerations":["Considerations"],"Errors":["Errors"],"Change language":["Change language"],"You cannot create a %s file.":["You cannot create a %s file."],"You cannot edit the %s file.":["You cannot edit the %s file."],"Updated %s":["Updated %s"],"Create %s file":["Create %s file"],"Edit the content of your %s:":["Edit the content of your %s:"],"Save changes to %s":["Save changes to %s"],"%s file":["%s file"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s."],"More information":["More information"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better."],"More information about %1$s":["More information about %1$s"],"Configuration Wizard":["Configuration Wizard"],"You've done it!":["You've done it!"],"Seamlessly integrate %1$s into your AMP pages!":["Seamlessly integrate %1$s into your AMP pages!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Seamlessly integrate %2$s with %1$s for the content analysis!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s."],"Loading help center.":["Loading help centre."],"Get support":["Get support"],"(Opens in a new browser tab)":["(Opens in a new browser tab)"],"Posts %1$swithout%2$s a focus keyphrase":["Posts %1$swithout%2$s a focus keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, your SEO is doing pretty well! Check out the stats:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["You don't have any published posts, your SEO scores will appear here once you make your first post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets."],"Something else":["Something else"],"A portfolio":["A portfolio"],"A corporation":["A corporation"],"A small offline business":["A small offline business"],"A news channel":["A news channel"],"An online shop":["An online shop"],"A blog":["A blog"],"What does the site %1$s represent?":["What does the site %1$s represent?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["If you choose no, your author archives will be deactivated to prevent duplicate content issues."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s."],"Option B: My site is under construction and should not be indexed":["Option B: My site is under construction and should not be indexed"],"Option A: My site is live and ready to be indexed":["Option A: My site is live and ready to be indexed"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site."],"Please specify if your site is under construction or already active.":["Please specify if your site is under construction or already active."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results."],"Read more like this on our SEO blog":["Read more like this on our SEO blog"],"Readability: %s":["Readability: %s"],"Not activated":["Not activated"],"Activated":["Activated"],"%1$s recommendations for you":["%1$s recommendations for you"],"All Readability Scores":["All Readability Scores"],"Filter by Readability Score":["Filter by Readability Score"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is not valid."],"Muted notifications:":["Muted notifications:"],"Muted problems:":["Muted problems:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s."],"Good job! All the links in your texts have been counted.":["Good job! All the links in your texts have been counted."],"Calculation completed.":["Calculation completed."],"Calculation in progress...":["Calculation in progress..."],"Stop counting":["Stop counting"],"Counting links in your texts":["Counting links in your texts"],"Text %1$s of %2$s processed.":["Text %1$s of %2$s processed."],"All your texts are already counted, there is no need to count them again.":["All your texts are already counted, there is no need to count them again."],"Count links in your texts":["Count links in your texts"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on%2$s %3$s."],"Text link counter":["Text link counter"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO."],"%s Columns":["%s Columns"],"Readability score":["Readability score"],"Other benefits of %s for you:":["Other benefits of %s for you:"],"Scroll to see the preview content.":["Scroll to see the preview content."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s will now take care of all the needed technical optimisation of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s meta box when you edit posts or pages."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page."],"Attract more customers near you":["Attract more customers near you"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!"],"Get the most out of %1$s with the %2$s":["Get the most out of %1$s with the %2$s"],"Upgrade to Premium":["Upgrade to Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support."],"Outrank the competition with %s":["Outrank the competition with %s"],"You might like":["You might like"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["The configuration wizard helps you to easily configure your site to have the optimal SEO settings."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin."],"Superfast internal linking suggestions":["Superfast internal linking suggestions"],"Great news: you can, with %1$s!":["Great news: you can, with %1$s!"],"Save changes":["Save changes"],"1 year free support and updates included!":["1 year free support and updates included!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial media preview%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo more dead links%2$s: easy redirect manager"],"No ads!":["No ads!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Social media preview"],"Easy redirect manager":["Easy redirect manager"],"No more dead links":["No more dead links"],"Increase your SEO reach":["Increase your SEO reach"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin? Consider doing our %1$s!"],"Variable":["Variable"],"Available variables":["Available variables"],"Scroll to see the table content.":["Scroll to see the table content."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance."],"An error occurred in the '%1$s' assessment":["An error occurred in the '%1$s' assessment"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.","The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["The meta description contains no sentences %1$sover %2$s words%3$s."],"No new notifications.":["No new notifications."],"Save all":["Save all"],"Save":["Save"],"%1$s, Author at %2$s":["%1$s, Author at %2$s"],"Mobile preview":["Mobile preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Select redirect"],"Please provide an SEO title by editing the snippet below.":["Please provide an SEO title by editing the snippet below."],"Meta description preview:":["Meta description preview:"],"Slug preview:":["Slug preview:"],"SEO title preview:":["SEO title preview:"],"Close snippet editor":["Close snippet editor"],"Slug":["Slug"],"Remove marks in the text":["Remove marks in the text"],"Mark this result in the text":["Mark this result in the text"],"Marks are disabled in current view":["Marks are disabled in current view"],"Good SEO score":["Good SEO score"],"OK SEO score":["OK SEO score"],"Feedback":["Feedback"],"ok":["OK"],"Choose an image":["Choose an image"],"Remove the image":["Remove the image"],"MailChimp signup failed:":["MailChimp signup failed:"],"Sign Up!":["Sign Up!"],"Name":["Name"],"There is an error with the request.":["There is an error with the request."],"Select profile":["Select profile"],"Choose a profile":["Choose a profile"],"Authorization code":["Authorisation code"],"Reauthenticate with Google":["Reauthenticate with Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["To allow %s to fetch your Google Search Console information, please enter your Google Authorisation Code. Clicking the button below will open a new window."],"Please provide a meta description by editing the snippet below.":["Please provide a meta description by editing the snippet below."],"Edit snippet":["Edit snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["You can click on each element in the preview to jump to the Snippet Editor."],"Close the Wizard":["Close the Wizard"],"Export settings":["Export settings"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuration Wizard"],"Please don't show me this notification anymore":["Please don't show me this notification anymore"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5-stars rating on WordPress.org%3$s!"],"Courses":["Courses"],"Date archives settings":["Date archives settings"],"Author archives settings":["Author archives settings"],"%1$s by %2$s":["%1$s by %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Warning: the variable %s cannot be used in this template. See the help centre for more info."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support."],"(no title)":["(no title)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["The %1$s admin bar menu contains useful links to third-party tools for analysing pages and makes it easy to see if you have new notifications."],"Admin bar menu":["Admin bar menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case."],"Features":["Features"],"SEO title":["SEO title"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google shows your website's name in the search results. If you want to change it, you can do that here."],"Greater than sign":["Greater than sign"],"Less than sign":["Less than sign"],"Right angle quotation mark":["Right angle quotation mark"],"Left angle quotation mark":["Left angle quotation mark"],"Small tilde":["Small tilde"],"Vertical bar":["Vertical bar"],"Low asterisk":["Low asterisk"],"Asterisk":["Asterisk"],"Bullet":["Bullet"],"Middle dot":["Middle dot"],"Em dash":["Em dash"],"En dash":["En dash"],"Dash":["Dash"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results."],"The name of the person":["The name of the person"],"No":["No"],"Yes":["Yes"],"Does, or will, your site have multiple authors?":["Does, or will, your site have multiple authors?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatically generates a URL for each media item in the library. Enabling this will allow Google to index the generated URL."],"Success!":["Success!"],"Title settings":["Title settings"],"Google Search Console":["Google Search Console"],"Multiple authors":["Multiple authors"],"Site type":["Site type"],"Environment":["Environment"],"Yoast option %1$s not found.":["Yoast option %1$s not found."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Posts list"],"Posts list navigation":["Posts list navigation"],"Filter posts list":["Filter posts list"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Note that links to archives might be still output by your theme and you would need to remove them separately."],"%1$s to optimize your site even further":["%1$s to optimise your site even further"],"%1$s extensions":["%1$s extensions"],"Comes with our 30-day no questions asked money back guarantee":["Comes with our 30-day no questions asked money back guarantee"],"More information %1$sabout %3$s%2$s":["More information %1$sabout %3$s%2$s"],"Installed":["Installed"],"gain access to our 24/7 support team.":["gain access to our 24/7 support team."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["check what your Facebook or Twitter post will look like."],"Social previews":["Social previews"],"create and manage redirects from within your WordPress install.":["create and manage redirects from within your WordPress install."],"Redirect manager":["Redirect manager"],"%1$s, take your optimization to the next level!":["%1$s, take your optimisation to the next level!"],"A seamless integration between %1$s and %2$s":["A seamless integration between %1$s and %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use %1$s breadcrumbs instead of %2$s ones"],"Easily insert Google Maps, a store locator, opening hours and more":["Easily insert Google Maps, a store locator, opening hours and more"],"Creates XML News Sitemaps":["Creates XML News Sitemaps"],"Immediately pings Google on the publication of a new post":["Immediately pings Google on the publication of a new post"],"Optimize your site for Google News":["Optimise your site for Google News"],"Make videos responsive through enabling fitvids.js":["Make videos responsive through enabling fitvids.js"],"Enhance the experience of sharing posts with videos":["Enhance the experience of sharing posts with videos"],"Show your videos in Google Videos":["Show your videos in Google Videos"],"Crawl issues list":["Crawl issues list"],"Crawl issues list navigation":["Crawl issues list navigation"],"Edit “%s”":["Edit “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notifications"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions."],"Disable SEO analysis":["Disable SEO analysis"],"Twitter settings":["Twitter settings"],"Pinterest settings":["Pinterest settings"],"Facebook settings":["Facebook settings"],"Title separator symbol":["Title separator symbol"],"RSS feed settings":["RSS feed settings"],"Breadcrumbs settings":["Breadcrumbs settings"],"Make primary":["Make primary"],"Enter your Google Authorization Code and press the Authenticate button.":["Enter your Google Authorisation Code and press the Authenticate button."],"%s notification":["%s notification","%s notifications"],"Disable readability analysis":["Disable readability analysis"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Removes the readability analysis section from the meta box and disables all readability-related suggestions."],"Readability analysis":["Readability analysis"],"Needs improvement":["Needs improvement"],"Readability":["Readability"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files."],"Improvements":["Improvements"],"Restore this item.":["Restore this item."],"Dismiss this item.":["Dismiss this item."],"Good job! We could detect no serious SEO problems.":["Good job! We could detect no serious SEO problems."],"We have detected the following issues that affect the SEO of your site.":["We have detected the following issues that affect the SEO of your site."],"Problems":["Problems"],"Analysis":["Analysis"],"Not available":["Unavailable"],"Filter by SEO Score":["Filter by SEO Score"],"Meta description not set.":["Meta description not set."],"Video tutorial":["Video tutorial"],"Email support is a %s feature":["Email support is a %s feature"],"Knowledge base":["Knowledge base"],"Open":["Open"],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["You can fix this on the %1$sPermalink settings page%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paging comments is enabled. This is not needed in 999 out of 1000 cases, so we recommend disabling it."],"Replaced with the primary category of the post/page":["Replaced with the primary category of the post/page"],"Pinterest confirmation":["Pinterest confirmation"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["If you have already confirmed your website with Pinterest, you can skip the step below."],"Format-based archives":["Format-based archives"],"Webmaster Tools verification":["Webmaster Tools verification"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Follow our %1$s for WordPress training and become a certified %1$s Expert!"],"Want to be a %s Expert?":["Want to be a %s Expert?"],"Buy %s":["Buy %s"],"Show information about errors in category %s":["Show information about errors in category %s"],"New %1$s Title":["New %1$s Title"],"Existing %1$s Title":["Existing %1$s Title"],"Expected an integer as input.":["Expected an integer as input."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range."],"Remove":["Remove"],"Keep":["Keep"],"Bold the last page":["Bold the last page"],"Regular":["Regular"],"Bold":["Bold"],"Show Blog page":["Show Blog page"],"Primary %s":["Primary %s"],"Primary":["Primary"],"Make %1$s primary %2$s":["Make %1$s primary %2$s"],"Term is set to noindex.":["Term is set to noindex."],"Author archives":["Author archives"],"Show":["Show"],"Enabled":["Enabled"],"Disabled":["Disabled"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s has not fetched your site's indexability status yet from %2$s"],"The separator defined in your theme's %s tag.":["The separator defined in your theme's %s tag."],"No index":["No index"],"Analyze entire site":["Analyse entire site"],"Fetch the current status":["Fetch the current status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s"],"Your homepage can be indexed by search engines.":["Your homepage can be indexed by search engines."],"Indexability check by %1$s":["Indexability check by %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["If you don't want to use the meta description for sharing the post on Google+ but want another description there, write it here."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["If you don't want to use the title for sharing on %1$s but instead want another title there, write it here."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed."],"Once Weekly":["Once Weekly"],"Add-ons":["Add-ons"],"SEO score":["SEO score"],"Twitter metadata":["Twitter metadata"],"Facebook / Open Graph metadata":["Facebook / Open Graph metadata"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculating SEO scores for all pieces of content with a focus keyphrase."],"%1$s of %2$s done.":["%1$s of %2$s done."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activation failed:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["The filter extension seem to be unavailable. Please ask your web host to enable it."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it."],"SEO Settings":["SEO Settings"],"Mobile-Friendly Test":["Mobile-Friendly Test"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML Validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Check Headers"],"Check Google Cache":["Check Google Cache"],"Analyze this page":["Analyse this page"],"Keyword Research":["Keyword Research"],"%s does not seem to be a valid url. Please correct.":["%s does not seem to be a valid url. Please correct."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s does not seem to be a valid %2$s verification string. Please correct."],"%s Archive":["%s Archive"],"You searched for %s":["You searched for %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s does not seem to be a valid Twitter user ID. Please correct."],"Summary with large image":["Summary with large image"],"Summary":["Summary"],"The post %1$s appeared first on %2$s.":["The post %1$s appeared first on %2$s."],"No numeric value was received.":["No numeric value was received."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["This must be an existing blog. Blog %s does not exist or has been marked as deleted."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["The default blog setting must be the numeric blog id of the blog you want to use as default."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default."],"Please select a valid post type for taxonomy \"%s\"":["Please select a valid post type for taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Please select a valid taxonomy for post type \"%s\""],"You searched for":["You searched for"],"Home":["Home"],"Archives for":["Archives for"],"Error 404: Page not found":["Error 404: Page not found"],"Good":["Good"],"Replaced with a custom taxonomies description":["Replaced with a custom taxonomies description"],"Replaced with a posts custom taxonomies, comma separated.":["Replaced with a posts custom taxonomies, comma separated."],"Replaced with a posts custom field value":["Replaced with a posts custom field value"],"Replaced with the slug which caused the 404":["Replaced with the slug which caused the 404"],"Replaced with the posts focus keyphrase":["Replaced with the posts focus keyphrase"],"Attachment caption":["Attachment caption"],"Replaced with the current page number":["Replaced with the current page number"],"Replaced with the current page total":["Replaced with the current page total"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Replaced with the current page number with context (i.e. page 2 of 4)"],"Replaced with the post/page author's 'Biographical Info'":["Replaced with the post or page author's 'Biographical Info'"],"Replaced with the post/page author's 'nicename'":["Replaced with the post/page author's 'nicename'"],"Replaced with the post/page ID":["Replaced with the post/page ID"],"Replaced with the post/page modified time":["Replaced with the post/page modified time"],"Replaced with the content type plural label":["Replaced with the content type plural label"],"Replaced with the content type single label":["Replaced with the content type single label"],"Replaced with the current search phrase":["Replaced with the current search phrase"],"Replaced with the term name":["Replaced with the term name"],"Replaced with the term description":["Replaced with the term description"],"Replaced with the tag description":["Replaced with the tag description"],"Replaced with the category description":["Replaced with the category description"],"Replaced with the post categories (comma separated)":["Replaced with the post categories (comma separated)"],"Replaced with the current tag/tags":["Replaced with the current tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Replaced with the post/page excerpt (without auto-generation)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Replaced with the post/page excerpt (or auto-generated if it does not exist)"],"The site's name":["The site's name"],"Replaced with the title of the parent page of the current page":["Replaced with the title of the parent page of the current page"],"Replaced with the title of the post/page":["Replaced with the title of the post/page"],"Replaced with the date of the post/page":["Replaced with the date of the post/page"],"Page %1$d of %2$d":["Page %1$d of %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["A replacement variable with the same name has already been registered. Try making your variable name unique. "],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["A replacement variable can not start with %%cf_ or %%ct_ as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template."],"Page not found":["Page not found"],"%s Archives":["%s Archives"],"Search for \"%s\"":["Search for \"%s\""],"Meta description to use for Author page":["Meta description to use for Author page"],"Title to use for Author page":["Title to use for Author page"],"%1$s settings":["%1$s settings"],"Export your %1$s settings":["Export your %1$s settings"],"Import settings":["Import settings"],"Import from other SEO plugins":["Import from other SEO plugins"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["If you had a %s file and it was editable, you could edit it from here."],"If your %s were writable, you could edit it from here.":["If your %s were writable, you could edit it from here."],"You don't have a %s file, create one here:":["You don't have a %s file, create one here:"],"A link to your site, with your site's name and description as anchor text.":["A link to your site, with your site's name and description as anchor text."],"A link to your site, with your site's name as anchor text.":["A link to your site, with your site's name as anchor text."],"A link to the post, with the title as anchor text.":["A link to the post, with the title as anchor text."],"A link to the archive for the post author, with the authors name as anchor text.":["A link to the archive for the post author, with the authors name as anchor text."],"You can use the following variables within the content, they will be replaced by the value on the right.":["You can use the following variables within the content and they will be replaced by the value on the right."],"Content to put after each post in the feed":["Content to put after each post in the feed"],"Content to put before each post in the feed":["Content to put before each post in the feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["This feature is used to automatically add content to your RSS. More specifically, it's meant to add links back to your blog and your blog posts. Dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s."],"How to insert breadcrumbs in your theme":["How to insert breadcrumbs in your theme"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Content type archive to show in breadcrumbs for taxonomies"],"Taxonomy to show in breadcrumbs for content types":["Taxonomy to show in breadcrumbs for content types"],"Breadcrumb for 404 Page":["Breadcrumb for 404 Page"],"Prefix for Search Page breadcrumbs":["Prefix for Search Page breadcrumbs"],"Prefix for Archive breadcrumbs":["Prefix for Archive breadcrumbs"],"Prefix for the breadcrumb path":["Prefix for the breadcrumb path"],"Anchor text for the Homepage":["Anchor text for the Homepage"],"Separator between breadcrumbs":["Separator between breadcrumbs"],"Enable Breadcrumbs":["Enable Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!"],"Credits":["Credits"],"« Back to Tools page":["« Back to Tools page"],"%1$s comes with some very powerful built-in tools:":["%1$s comes with some very powerful built-in tools:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file."],"File editor":["File editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Import settings from other SEO plugins and export your settings for re-use on (another) blog."],"Import and Export":["Import and Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page."],"Bulk editor":["Bulk editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimise your site for Pinterest."],"The default card type to use":["The default card type to use"],"Add Twitter card meta data":["Add Twitter card meta data"],"This image is used if the post/page being shared does not contain any images.":["This image is used if the post/page being shared does not contain any images."],"Default settings":["Default settings"],"Copy home meta description":["Copy home meta description"],"Description":["Description"],"Image URL":["Image URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["These are the title, description and image values used in the Open Graph meta tags on the front page of your site."],"Frontpage settings":["Frontpage settings"],"Add Open Graph meta data":["Add Open Graph meta data"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter Username"],"Facebook Page URL":["Facebook Page URL"],"Accounts":["Accounts"],"Restore site to defaults":["Restore site to defaults"],"Site ID":["Site ID"],"Using this form you can reset a site to the default SEO settings.":["Using this form you can reset a site to the default SEO settings."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used."],"New sites in the network inherit their SEO settings from this site":["New sites in the network inherit their SEO settings from this site"],"Super Admins only":["Super Admins only"],"Site Admins (default)":["Site Admins (default)"],"Who should have access to the %1$s settings":["Who should have access to the %1$s settings"],"spam":["spam"],"mature":["mature"],"archived":["archived"],"public":["public"],"%s restored to default SEO settings.":["%s restored to default SEO settings."],"Settings Updated.":["Settings Updated."],"404 pages":["404 pages"],"Search pages":["Search pages"],"These pages will be %s by default, so they will never show up in search results.":["These pages will be %s by default, so they will never show up in search results."],"Special Pages":["Special Pages"],"Date-based archives could in some cases also be seen as duplicate content.":["Date-based archives could in some cases also be seen as duplicate content."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s."],"Date archives":["Date archives"],"author archives":["author archives"],"Title":["Title"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Hide"],"Date in Snippet Preview":["Date in Snippet Preview"],"Take note:":["Take note:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["You can determine the title and description for the front page by %1$sediting the front page itself%2$s."],"Homepage & Front page":["Homepage & Front page"],"Title Separator":["Title Separator"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here."],"Force rewrite titles":["Force rewrite titles"],"Taxonomies":["Taxonomies"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Extensions"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Seamlessly integrate WooCommerce with %1$s and get extra features!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Rank better locally and in Google Maps, without breaking a sweat!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Are you in Google News? Increase your traffic from Google News by optimising for it!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimise your videos to show them off in search results and get more clicks!"],"The premium version of %1$s with more features & support.":["The premium version of %1$s with more features & support."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organisation, or a person."],"Website name":["Website name"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["or"],"Save Profile":["Save Profile"],"There were no profiles found":["There were no profiles found"],"Profile":["Profile"],"Current profile":["Current profile"],"Authenticate":["Authenticate"],"Get Google Authorization Code":["Get Google Authorisation Code"],"Reload crawl issues":["Reload crawl issues"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s."],"Creating redirects is a %s feature":["Creating redirects is a %s feature"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Errors that occurred when your site was crawled by Googlebot."],"Issue categories":["Issue categories"],"Incorrect Google Authorization Code.":["Incorrect Google Authorisation Code."],"The issues have been successfully reloaded!":["The issues have been successfully reloaded!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again."],"Crawl errors per page":["Crawl errors per page"],"Search":["Search"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s."],"Create redirect":["Create Redirect"],"Mark as fixed":["Mark as fixed"],"Response code":["Response code"],"First detected":["First detected"],"Last crawled":["Last crawled"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["The target URL doesn't exist, but your server is not returning a 404 (file not found) error."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Request timed out or site is blocking Google."],"Server Error":["Server Error"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile."],"Blocked":["Blocked"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was unable to crawl this URL due to an undetermined issue."],"URL points to a non-existent page.":["URL points to a non-existent page."],"Not found":["Not found"],"Not followed":["Not followed"],"Faulty redirects":["Faulty redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server requires authentication or is blocking Googlebot from accessing the site."],"Access denied":["Access denied"],"Deactivate %s":["Deactivate %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["The %1$s plugin(s) might cause issues when used in conjunction with %2$s."],"Upload Image":["Upload Image"],"Remove these ads?":["Remove these ads?"],"%s Posts Overview":["%s Posts Overview"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears."],"Breadcrumbs title":["Breadcrumbs title"],"The canonical link is shown on the archive page for this term.":["The canonical link is shown on the archive page for this term."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Other"],"Archives":["Archives"],"Email":["Email"],"Close":["Close"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site."],"Configure %1$s's Open Graph settings":["Configure %1$s's Open Graph settings"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared."],"%s Image":["%s Image"],"%s Description":["%s Description"],"%s Title":["%s Title"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["The recommended image size for %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["If you want to override the image used on %s for this post, upload / choose an image here."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["If you don't wish to use the meta description for sharing the post on %s but would prefer another description there, write it here."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["If you don't wish to use the post title for sharing the post on %s, but would prefer another title there, write it here."],"very difficult":["very difficult"],"Try to make shorter sentences, using less difficult words to improve readability":["Try to make shorter sentences, using less difficult words to improve readability"],"difficult":["difficult"],"Try to make shorter sentences to improve readability":["Try to make shorter sentences to improve readability"],"fairly difficult":["fairly difficult"],"OK":["OK"],"fairly easy":["fairly easy"],"easy":["easy"],"very easy":["very easy"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["All SEO Scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites."],"(no parent)":["(no parent)"],"Post is set to noindex.":["Post is set to noindex."],"The URL that this page should redirect to.":["The URL that this page should redirect to."],"301 Redirect":["301 Redirect"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Title to use for this page in breadcrumb paths"],"Breadcrumbs Title":["Breadcrumbs Title"],"No Snippet":["No Snippet"],"No Archive":["No Archive"],"No Image Index":["No Image Index"],"None":["None"],"Site-wide default: %s":["Site-wide default: %s"],"Advanced meta robots settings for this page.":["Advanced meta robots settings for this page."],"Meta robots advanced":["Meta robots advanced"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect."],"Meta description":["Meta description"],"SEO Title":["SEO Title"],"Focus keyword":["Focus keyword"],"Snippet preview":["Snippet preview"],"Settings successfully imported.":["Settings successfully imported."],"Settings could not be imported:":["Settings could not be imported:"],"Error creating %1$s export: ":["Error creating %1$s export: "],"Breadcrumb for 404 pages:":["Breadcrumb for 404 pages:"],"Prefix for search result pages:":["Prefix for search result pages:"],"Prefix for archive pages:":["Prefix for archive pages:"],"Prefix for breadcrumbs:":["Prefix for breadcrumbs:"],"Anchor text for the homepage:":["Anchor text for the homepage:"],"Breadcrumbs separator:":["Breadcrumbs separator:"],"Remove blog page from breadcrumbs":["Remove blog page from breadcrumbs"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Use Image"],"Action":["Action"],"Page URL/Slug":["Page URL/Slug"],"Publication date":["Publication date"],"Post Status":["Post Status"],"WP Page Title":["WP Page Title"],"View":["View"],"View “%s”":["View “%s”"],"Preview":["Preview"],"Preview “%s”":["Preview “%s”"],"Edit":["Edit"],"Filter":["Filter"],"New Yoast Meta Description":["New Yoast Meta Description"],"Existing Yoast Meta Description":["Existing Yoast Meta Description"],"Facebook profile URL":["Facebook profile URL"],"Twitter username (without @)":["Twitter username (without @)"],"FAQ":["FAQ"],"Premium Support":["Premium Support"],"Settings":["Settings"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility."],"Huge SEO Issue: You're blocking access to robots.":["Huge SEO Issue: You're blocking access to robots."],"Posts":["Posts"],"Edit Files":["Edit Files"],"Advanced Variables":["Advanced Variables"],"Basic Variables":["Basic Variables"],"General":["General"],"Extensions":["Extensions"],"Search Console":["Search Console"],"Tools":["Tools"],"Advanced":["Advanced"],"XML sitemaps":["XML sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues."],"Just another WordPress site":["Just another WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the Customiser%2$s."],"You have used HTML in your value which is not allowed.":["You have used HTML in your value which is not allowed."],"You can't edit %s that aren't yours.":["You can't edit %s that aren't yours."],"You can't edit %s.":["You can't edit %s."],"Post has an invalid Content Type: %s.":["Post has an invalid Content Type: %s."],"Post doesn't exist.":["Post doesn't exist."],"course\u0004Free:":["Free:"],"posts\u0004Trash (%s)":["Bin (%s)","Bin (%s)"],"posts\u0004All (%s)":["All (%s)","All (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"%s does not seem to be a valid Facebook App ID. Please correct.":["%s does not seem to be a valid Facebook App ID. Please correct."],"The submitted value was: %s":["The submitted value was: %s"],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Yandex confirmation codes can only contain letters from A to F, numbers, hyphens and underscores. %s"],"Twitter usernames can only contain letters, numbers, and underscores. %s":["Twitter usernames can only contain letters, numbers and underscores. %s"],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens and underscores. %s"],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Bing confirmation codes can only contain letters from A to F, numbers, hyphens and underscores. %s"],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Google verification codes can only contain letters, numbers, hyphens and underscores. %s"],"The Facebook App ID you entered doesn't exist. %s":["The Facebook App ID you entered doesn't exist. %s"],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Baidu verification codes can only contain letters, numbers, hyphens and underscores. %s"],"Show this item.":["Show this item."],"Hide this item.":["Hide this item."],"You have %d hidden problem:":["You have %d hidden problem:","You have %d hidden problems:"],"You have %d hidden notification:":["You have %d hidden notification:","You have %d hidden notifications:"],"Focus Keyphrase not set":["Focus keyphrase not set"],"The form contains %1$s error. %2$s":["The form contains %1$s error. %2$s","The form contains %1$s errors. %2$s"],"SEO settings configured":["SEO settings configured"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. "],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on."],"%d occurrences":["%d occurrences"],"Activate %s for your site on MyYoast":["Activate %s for your site on MyYoast"],"Show blog page in breadcrumbs":["Show blog page in breadcrumbs"],"We could not find any relevant articles on your website that you could link to from your post.":["We could not find any relevant articles on your website that you could link to from your post."],"Has feedback":["Has feedback"],"Content optimization:":["Content optimisation:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sReadability%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Read %1$sthis post for more information about why we’re not supporting older versions.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["If you’ve held off on updating to %2$s and higher because of the new block editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s"],"Post Noindexed":["Post Noindexed"],"No Focus Keyphrase":["No Focus Keyphrase"],"Person logo / avatar":["Person logo/avatar"],"Extend %s":["Extend %s"],"Enroll in the %s for WordPress training":["Enroll in the %s for WordPress training"],"Posts with the SEO score: %s":["Posts with the SEO score: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video tutorial"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["To view your current crawl errors, %1$splease visit Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s."],"Remove this message":["Remove this message"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Truly optimise your site for a local audience with our %s plugin! Optimised address details, opening hours, store locator and pickup option!"],"Serving local customers?":["Serving local customers?"],"Get the %s plugin now":["Get the %s plugin now"],"Organization social profiles":["Organisation social profiles"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page."],"Personal info":["Personal info"],"Organization logo":["Organisation logo"],"Organization name":["Organisation name"],"Choose whether the site represents an organization or a person.":["Choose whether the site represents an organisation or a person."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["To make your site represent a Company or Organisation go to %1$sSearch Appearance%2$s and set Organisation or Person to \"Organisation\"."],"To change the social accounts used for your site, update the details for %1$s.":["To change the social accounts used for your site, update the details for %1$s."],"That means that the form and information below is disabled, and not used.":["That means that the form and information below is disabled, and not used."],"Your website is currently configured to represent a Person":["Your website is currently configured to represent a Person"],"(if one exists)":["(if one exists)"],"Wikipedia page about you":["Wikipedia page about you"],"YouTube profile URL":["YouTube profile URL"],"Tumblr profile URL":["Tumblr profile URL"],"SoundCloud profile URL":["SoundCloud profile URL"],"MySpace profile URL":["MySpace profile URL"],"Organization or person":["Organisation or person"],"The person":["The person"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Does your site represent a person or an organisation?"],"The name of the organization":["The name of the organisation"],"Provide an image of the organization logo":["Provide an image of the organisation logo"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s."],"Select a user...":["Select a user…"],"Uncategorized":["Uncategorised"],"Name:":["Name:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Error: Please select a user below to make your site's meta data complete."],"SEO score: %s":["SEO score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["If a Wikipedia page for you or your organisation exists, add it too."],"Wikipedia URL":["Wikipedia URL"],"Pinterest profile URL":["Pinterest profile URL"],"Instagram profile URL":["Instagram profile URL"],"LinkedIn profile URL":["LinkedIn profile URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step."],"SEO for Beginners training":["SEO for Beginners training"],"%s for WordPress training":["%s for WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["The image you selected is too small for Facebook"],"The given image url cannot be loaded":["The given image URL cannot be loaded"],"Find out what words your audience uses to find you":["Find out what words your audience uses to find you"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s"],"No JSON object was returned.":["No JSON object was returned."],"Received internal links":["Received internal links"],"Outgoing internal links":["Outgoing internal links"],"New step added":["New step added"],"New question added":["New question added"],"To be able to create a redirect and fix this issue, you need %1$s. ":["To be able to create a redirect and fix this issue, you need %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["You can buy the plugin, including one year of support and updates, on %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["To make sure all the links in your texts are counted, we need to analyse all your texts."],"All you have to do is press the following button and we'll go through all your texts for you.":["All you have to do is press the following button and we'll go through all your texts for you."],"Count links":["Count links"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributes%2$s: Good job!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!"],"Page %s":["Page %s"],"Cannot get the size of %1$s because of unknown reasons.":["Cannot get the size of %1$s because of unknown reasons."],"Cannot get the size of %1$s because it is hosted externally.":["Cannot get the size of %1$s because it is hosted externally."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!"],"Get an even better analysis":["Get an even better analysis"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!"],"Improve sharing on Facebook and Pinterest":["Improve sharing on Facebook and Pinterest"],"You do not have the required rights to export settings.":["You do not have the required rights to export settings."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copy all these settings to another site's %1$s tab and click \"%1$s\" there."],"These are settings for the %1$s plugin by %2$s":["These are settings for the %1$s plugin by %2$s"],"No settings found.":["No settings found."],"Export your %1$s settings here, to copy them on another site.":["Export your %1$s settings here, to copy them on another site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import of settings is only supported on servers that run PHP 5.3 or higher."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Import settings by pasting the settings you copied from another site here and clicking \"%s\"."],"Paste your settings from another %s installation.":["Paste your settings from another %s installation."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexable created for object %1$s with type %2$s"],"Method %1$s() does not exist in class %2$s":["Method %1$s() does not exist in class %2$s"],"With %s, you can easily create such redirects.":["With %s, you can easily create such redirects."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website."],"WARNING:":["WARNING:"],"Learn about why permalinks are important for SEO.":["Learn about why permalinks are important for SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Did you know %s also analyses the different word forms of your keyphrase, like plurals and past tenses?"],"Clear Image":["Clear Image"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase in slug%2$s: Great work!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sKeyphrase distribution%2$s: Good job!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s."],"Help on choosing the perfect focus keyphrase":["Help on choosing the perfect focus keyphrase"],"Would you like to add a related keyphrase?":["Would you like to add a related keyphrase?"],"Go %s!":["Go %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s."],"Rank better with synonyms & related keyphrases":["Rank better with synonyms & related keyphrases"],"optimize a single post for synonyms and related keyphrases.":["optimise a single post for synonyms and related keyphrases."],"Synonyms & related keyphrases":["Synonyms & related keyphrases"],"Add related keyphrase":["Add related keyphrase"],"Dismiss %s upgrade notice":["Dismiss %s upgrade notice"],"Upgrade to %s":["Upgrade to %s"],"%1$s video":["%1$s video"],"Get %s":["Get %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sText length%4$s: The text contains %1$d word.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sText length%3$s: The text contains %1$d word. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimise%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO title width%2$s: Good job!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!"],"%1$sOutbound links%2$s: Good job!":["%1$sOutbound links%2$s: Good job!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta description length%2$s: Well done!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sKeyphrase length%2$s: Good job!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in introduction%2$s: Well done!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInternal links%2$s: You have enough internal links. Good job!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sTransition words%2$s: Well done!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sSubheading distribution%2$s: Great job!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSentence length%2$s: Great!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive voice%2$s: You're using enough active voice. That's great!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!"],"Good job!":["Good job!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s"],"Focus keyphrase":["Focus keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s with ID %2$s couldn't be patched"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Invalid POST request. Meta values already exist for object with ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexable with ID `%1$s` does not exist"],"No object with ID %1$s and %2$s could be found":["No object with ID %1$s and %2$s could be found"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` is not a valid subtype of `%2$s`"],"The object type `%1$s` is invalid":["The object type `%1$s` is invalid"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`"],"The parameter `%1$s` cannot be empty.":["The parameter `%1$s` cannot be empty."],"Check Keyphrase Density":["Check Keyphrase Density"],"Disable":["Disable"],"Allow Control":["Allow Control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all."],"%s is a required feature toggle argument.":["%s is a required feature toggle argument."],"Keyphrase:":["Keyphrase:"],"Remove keyphrase":["Remove keyphrase"],"This feature has been disabled by the network admin.":["This feature has been disabled by the network admin."],"Focus keyphrase not set.":["Focus keyphrase not set."],"Multiple keyphrases":["Multiple keyphrases"],"Colon":["Colon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental."],"There is a new notification.":["There is a new notification.","There are new notifications."],"Learn more about the readability analysis":["Learn more about the readability analysis"],"Describe the duration of the instruction:":["Describe the duration of the instruction:"],"Optional. Customize how you want to describe the duration of the instruction":["Optional. Customise how you want to describe the duration of the instruction"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"%s, %s and %s":["%s, %s and %s"],"%s and %s":["%s and %s"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d hour","%d hours"],"%d day":["%d day","%d days"],"Enter a step title":["Enter a step title"],"Optional. This can give you better control over the styling of the steps.":["Optional. This can give you better control over the styling of the steps."],"CSS class(es) to apply to the steps":["CSS class(es) to apply to the steps"],"minutes":["minutes"],"hours":["hours"],"days":["days"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post."],"Copy error":["Copy error"],"An error occurred loading the %s primary taxonomy picker.":["An error occurred loading the %s primary taxonomy picker."],"%1$s Structured Data Blocks":["%1$s Structured Data Blocks"],"Time needed:":["Time needed:"],"Move question down":["Move question down"],"Move question up":["Move question up"],"Insert question":["Insert question"],"Delete question":["Delete question"],"Enter the answer to the question":["Enter the answer to the question"],"Enter a question":["Enter a question"],"Add question":["Add question"],"Frequently Asked Questions":["Frequently Asked Questions"],"Great news: you can, with %s!":["Great news: you can, with %s!"],"Select the primary %s":["Select the primary %s"],"Check links to this URL":["Check links to this URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Please check the %1$sarchive template%2$s for the following content type: %3$s."," Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Are you trying to use multiple keyphrases? You should add them separately below."],"Mark as cornerstone content":["Mark as cornerstone content"],"Move step down":["Move step down"],"Move step up":["Move step up"],"Insert step":["Insert step"],"Delete step":["Delete step"],"Add image":["Add image"],"Enter a step description":["Enter a step description"],"Enter a description":["Enter a description"],"Unordered list":["Unordered list"],"Showing step items as an ordered list.":["Showing step items as an ordered list."],"Showing step items as an unordered list":["Showing step items as an unordered list"],"Add step":["Add step"],"Delete total time":["Delete total time"],"Add total time":["Add total time"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Snippet Preview"],"Analysis results":["Analysis results"],"Enter a focus keyphrase to calculate the SEO score":["Enter a focus keyphrase to calculate the SEO score"],"Learn more about Cornerstone Content.":["Learn more about Cornerstone Content."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone content should be the most important and extensive articles on your site."],"Restore Site":["Restore Site"],"Network Settings":["Network Settings"],"You are not allowed to perform this action.":["You are not allowed to perform this action."],"Error: %s":["Error: %s"],"Success: %s":["Success: %s"],"Site with ID %d not found.":["Site with ID %d not found."],"No site has been selected to restore.":["No site has been selected to restore."],"You are not allowed to modify unregistered network settings.":["You are not allowed to modify unregistered network settings."],"deleted":["deleted"],"Would you like to add another keyphrase?":["Would you like to add another keyphrase?"],"image preview":["image preview"],"Copied!":["Copied!"],"Not supported!":["Not supported!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Consider linking to these {{a}}cornerstone articles:{{/a}}"],"Consider linking to these articles:":["Consider linking to these articles:"],"Copy link":["Copy link"],"Copy link to suggested article: %s":["Copy link to suggested article: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. "],"Prominent words":["Prominent words"],"The site's tagline":["The site's tagline"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong."],"Not all required fields are given. Missing field %1$s":["Not all required fields are given. Missing field %1$s"],"Optimize your site for Google News.":["Optimise your site for Google News."],"Optimize your shop's SEO and sell more products!":["Optimise your shop's SEO and sell more products!"],"Be found in Google Video search and enhance your video sharing on social media.":["Be found in Google Video search and enhance your video sharing on social media."],"Be found in Google Maps and local results.":["Be found in Google Maps and local results."],"Learn practical SEO skills to rank higher in Google.":["Learn practical SEO skills to rank higher in Google."],"Don’t waste time figuring out the best settings yourself.":["Don’t waste time figuring out the best settings yourself."],"Get quick wins to make your site rank higher in search engines.":["Get quick wins to make your site rank higher in search engines."],"Add synonyms":["Add synonyms"],"Would you like to add keyphrase synonyms?":["Would you like to add keyphrase synonyms?"],"Would you like to add more than one keyphrase?":["Would you like to add more than one keyphrase?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["You haven't set a Shop page in your WooCommerce settings. Please do this first."],"Current year":["Current year"],"Page":["Page"],"Breadcrumb settings for %s archive":["Breadcrumb settings for %s archive"],"Something went wrong. Please reload the page.":["Something went wrong. Please reload the page."],"Tagline":["Tagline"],"Modify your meta description by editing it right here":["Modify your meta description by editing it right here"],"description (custom taxonomy)":["description (custom taxonomy)"],"(custom taxonomy)":["(custom taxonomy)"],"(custom field)":["(custom field)"],"Term404":["Term 404"],"Caption":["Caption"],"Pagenumber":["Page number"],"Pagetotal":["Page total"],"Page number":["Page number"],"User description":["User description"],"ID":["ID"],"Modified":["Modified"],"Post type (plural)":["Post type (plural)"],"Post type (singular)":["Post type (singular)"],"Separator":["Separator"],"Search phrase":["Search phrase"],"Term title":["Term title"],"Term description":["Term description"],"Tag description":["Tag description"],"Category description":["Category description"],"Primary category":["Primary category"],"Category":["Category"],"Tag":["Tag"],"Excerpt only":["Excerpt only"],"Excerpt":["Excerpt"],"Site title":["Site title"],"Archive title":["Archive title"],"Parent title":["Parent title"],"Date":["Date"],"Label":["Label"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL."],"Search engines and other websites can still send traffic to your deleted post.":["Search engines and other websites can still send traffic to your deleted post."],"Make sure you don't miss out on traffic!":["Make sure you don't miss out on traffic!"],"You just deleted a %1$s.":["You just deleted a %1$s."],"You just trashed a %1$s.":["You just binned a %1$s."],"Settings for %s archive":["Settings for %s archive"],"Settings for single %s URLs":["Settings for single %s URLs"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be."],"Url preview":["URL preview"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results."],"Insert snippet variable":["Insert snippet variable"],"Dismiss this notice":["Dismiss this notice"],"No results":["No results"],"%d result found, use up and down arrow keys to navigate":["%d result found, use up and down arrow keys to navigate","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Your site language is set to %s. If this is not correct, contact your site administrator."],"Number of results found: %d":["Number of results found: %d"],"Note that not all variables can be used in every field.":["Note that not all variables can be used in every field."],"Snippet variables":["Snippet variables"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site."],"Unknown type %1$s":["Unknown type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Includes a free MyYoast account which gives you access to our free SEO for Beginners course!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verification code"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider."],"Cleanup of %s data failed.":["Cleanup of %s data failed."],"Content Type":["Content Type"],"Filter by content type":["Filter by content type"],"Show All Content Types":["Show All Content Types"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Replaced with the normal title for an archive generated by WordPress"],"Clean":["Clean"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Once you're certain your site is OK, you can clean up. This will remove all the original data."],"Step 5: Clean up":["Step 5: Clean up"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct."],"Step 4: Run the configuration wizard":["Step 4: Run the configuration wizard"],"Please check your posts and pages and see if the metadata was successfully imported.":["Please check your posts and pages and see if the metadata was successfully imported."],"Step 3: Check your data":["Step 3: Check your data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["This will import the post metadata, like SEO titles and descriptions, into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place."],"Step 2: Import":["Step 2: Import"],"Please make a backup of your database before starting this process.":["Please make a backup of your database before starting this process."],"Step 1: Create a backup":["Step 1: Create a backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s did not detect any plugin data from plugins it can import from."],"Posts that should not show up in search results":["Posts that should not show up in search results"],"%s data found.":["%s data found."],"%s data successfully removed.":["%s data successfully removed."],"%s data successfully imported.":["%s data successfully imported."],"%s data not found.":["%s data not found."],"Improve your SEO skills":["Improve your SEO skills"],"24/7 email support":["24/7 email support"],"No more dead links a.k.a. 404 pages":["No more dead links a.k.a. 404 pages"],"Get real-time suggestions for internal links":["Get real-time suggestions for internal links"],"Preview your page in Facebook and Twitter":["Preview your page in Facebook and Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting."],"Help on copying the home meta description":["Help on copying the home meta description"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["To let search engines know which social profiles are associated to this site, enter your site social profiles data below."],"Learn more about your social profiles settings":["Learn more about your social profiles settings"],"Remove the categories prefix":["Remove the categories prefix"],"Help on the category prefix setting":["Help on the category prefix setting"],"Learn more about the available variables":["Learn more about the available variables"],"Learn more about the RSS feed setting":["Learn more about the RSS feed setting"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself."],"Learn more about the Media and attachment URLs setting":["Learn more about the Media and attachment URLs setting"],"Learn more about the title separator setting":["Learn more about the title separator setting"],"Learn more about the knowledge graph setting":["Learn more about the knowledge graph setting"],"Learn more about the homepage setting":["Learn more about the homepage setting"],"Learn more about the special pages setting":["Learn more about the special pages setting"],"Help on the date archives search results setting":["Help on the date archives search results setting"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the authors without posts archive search results setting":["Help on the authors without posts archive search results setting"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the author archives search results setting":["Help on the author archives search results setting"],"Archives settings help":["Archives settings help"],"Learn more about the archives setting":["Learn more about the archives setting"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verification code"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Get your Google verification code in %1$sGoogle Search Console%2$s."],"Google verification code":["Google verification code"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Get your Bing verification code in %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verification code"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these."],"Learn more about the Webmaster Tools verification":["Learn more about the Webmaster Tools verification"],"On":["On"],"Help on: %s":["Help on: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature."],"Off":["Off"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings."],"Security: no advanced settings for authors":["Security: no advanced settings for authors"],"See who contributed to %1$s.":["See who contributed to %1$s."],"Help on this search results setting":["Help on this search results setting"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Default for %2$s, currently: %1$s":["Default for %2$s, currently: %1$s"],"Show %s in search results?":["Show %s in search results?"],"this author's archives":["this author's archives"],"Do not allow search engines to show %s in search results.":["Do not allow search engines to show %s in search results."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only."],"Category URLs":["Category URLs"],"the archive for %s":["the archive for %s"],"Redirect attachment URLs to the attachment itself?":["Redirect attachment URLs to the attachment itself?"],"We recommend you set this to Yes.":["We recommend you set this to Yes."],"Media & attachment URLs":["Media & attachment URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name."],"date archives":["date archives"],"archives for authors without posts":["archives for authors without posts"],"Read why XML Sitemaps are important for your site.":["Read why XML Sitemaps are important for your site."],"Enable the XML sitemaps that %s generates.":["Enable the XML sitemaps that %s generates."],"See the XML sitemap.":["See the XML sitemap."],"%2$s (current default for %1$s)":["%2$s (current default for %1$s)"],"Media":["Media"],"Content Types":["Content Types"],"Should search engines follow links on this %1$s?":["Should search engines follow links on this %1$s?"],"Allow search engines to show this %s in search results?":["Allow search engines to show this %s in search results?"],"Search Appearance":["Search Appearance"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings."],"Search engines should show \"%1$s\" in search results:":["Search engines should show \"%1$s\" in search results:"],"Search engine visibility":["Search engine visibility"],"Toggle %1$s's XML Sitemap":["Toggle %1$s's XML Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Support requests you create here are sent directly to our support system, which is secured with 256 bit SSL, so communication is 100% secure."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["The cornerstone content feature lets you to mark and filter cornerstone content on your website."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7."],"Search result":["Search result"],"Good results":["Good results"],"Get better search results in local search":["Get better search results in local search"],"Allow customers to pick up their %s order locally":["Allow customers to pick up their %s order locally"],"SEO analysis":["SEO analysis"],"The SEO analysis offers suggestions to improve the SEO of your text.":["The SEO analysis offers suggestions to improve the SEO of your text."],"Learn how the SEO analysis can help you rank.":["Learn how the SEO analysis can help you rank."],"The readability analysis offers suggestions to improve the structure and style of your text.":["The readability analysis offers suggestions to improve the structure and style of your text."],"Discover why readability is important for SEO.":["Discover why readability is important for SEO."],"Find out how cornerstone content can help you improve your site structure.":["Find out how cornerstone content can help you improve your site structure."],"The text link counter helps you improve your site structure.":["The text link counter helps you improve your site structure."],"Find out how the text link counter can enhance your SEO.":["Find out how the text link counter can enhance your SEO."],"%s integration":["%s integration"],"Read more about how %s works.":["Read more about how %s works."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared."],"Find out why you should upgrade to %s":["Find out why you should upgrade to %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Latest blog posts on %1$s"],"Need help?":["Need help?"],"Type here to search...":["Type here to search..."],"Search the Yoast Knowledge Base for answers to your questions:":["Search the Yoast Knowledge Base for answers to your questions:"],"Remove highlight from the text":["Remove highlight from the text"],"Your site language is set to %s. ":["Your site language is set to %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Get started quickly with the %1$s %2$sconfiguration wizard%3$s!"],"First-time SEO configuration":["First-time SEO configuration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Your site language is set to {language}. If this is not correct, contact your site administrator."],"Your site language is set to {language}.":["Your site language is set to {language}."],"Highlight this result in the text":["Highlight this result in the text"],"Considerations":["Considerations"],"Errors":["Errors"],"Change language":["Change language"],"You cannot create a %s file.":["You cannot create a %s file."],"You cannot edit the %s file.":["You cannot edit the %s file."],"Updated %s":["Updated %s"],"Create %s file":["Create %s file"],"Edit the content of your %s:":["Edit the content of your %s:"],"Save changes to %s":["Save changes to %s"],"%s file":["%s file"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s."],"More information":["More information"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better."],"More information about %1$s":["More information about %1$s"],"Configuration Wizard":["Configuration Wizard"],"You've done it!":["You've done it!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Seamlessly integrate %2$s with %1$s for the content analysis!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better."],"Manage your %s subscription on MyYoast":["Manage your %s subscription on MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s."],"Loading help center.":["Loading help centre."],"Get support":["Get support"],"View in KB":["View in KB"],"Go back":["Go back"],"Go back to the search results":["Go back to the search results"],"(Opens in a new browser tab)":["(Opens in a new browser tab)"],"Posts %1$swithout%2$s a focus keyphrase":["Posts %1$swithout%2$s a focus keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, your SEO is doing pretty well! Check out the stats:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["You don't have any published posts, your SEO scores will appear here once you make your first post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets."],"Something else":["Something else"],"A portfolio":["A portfolio"],"A corporation":["A corporation"],"A small offline business":["A small offline business"],"A news channel":["A news channel"],"An online shop":["An online shop"],"A blog":["A blog"],"What does the site %1$s represent?":["What does the site %1$s represent?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["If you choose no, your author archives will be deactivated to prevent duplicate content issues."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s."],"Option B: My site is under construction and should not be indexed":["Option B: My site is under construction and should not be indexed"],"Option A: My site is live and ready to be indexed":["Option A: My site is live and ready to be indexed"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site."],"Please specify if your site is under construction or already active.":["Please specify if your site is under construction or already active."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results."],"Read more like this on our SEO blog":["Read more like this on our SEO blog"],"Readability: %s":["Readability: %s"],"Not activated":["Not activated"],"Activated":["Activated"],"%1$s recommendations for you":["%1$s recommendations for you"],"All Readability Scores":["All Readability Scores"],"Filter by Readability Score":["Filter by Readability Score"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is not valid."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s."],"Good job! All the links in your texts have been counted.":["Good job! All the links in your texts have been counted."],"Calculation completed.":["Calculation completed."],"Calculation in progress...":["Calculation in progress..."],"Stop counting":["Stop counting"],"Counting links in your texts":["Counting links in your texts"],"Text %1$s of %2$s processed.":["Text %1$s of %2$s processed."],"All your texts are already counted, there is no need to count them again.":["All your texts are already counted, there is no need to count them again."],"Count links in your texts":["Count links in your texts"],"Text link counter":["Text link counter"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO."],"%s Columns":["%s Columns"],"Readability score":["Readability score"],"Other benefits of %s for you:":["Other benefits of %s for you:"],"Scroll to see the preview content.":["Scroll to see the preview content."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s will now take care of all the needed technical optimisation of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s meta box when you edit posts or pages."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page."],"Attract more customers near you":["Attract more customers near you"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!"],"Get the most out of %1$s with the %2$s":["Get the most out of %1$s with the %2$s"],"Upgrade to Premium":["Upgrade to Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support."],"Outrank the competition with %s":["Outrank the competition with %s"],"You might like":["You might like"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["The configuration wizard helps you to easily configure your site to have the optimal SEO settings."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin."],"Superfast internal linking suggestions":["Superfast internal linking suggestions"],"Great news: you can, with %1$s!":["Great news: you can, with %1$s!"],"Save changes":["Save changes"],"1 year free support and updates included!":["1 year free support and updates included!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial media preview%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo more dead links%2$s: easy redirect manager"],"No ads!":["No ads!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Social media preview"],"Easy redirect manager":["Easy redirect manager"],"No more dead links":["No more dead links"],"Increase your SEO reach":["Increase your SEO reach"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin? Consider doing our %1$s!"],"Variable":["Variable"],"Available variables":["Available variables"],"Scroll to see the table content.":["Scroll to see the table content."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance."],"An error occurred in the '%1$s' assessment":["An error occurred in the '%1$s' assessment"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.","The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["The meta description contains no sentences %1$sover %2$s words%3$s."],"Step %1$d: %2$s":["Step %1$d: %2$s"],"No new notifications.":["No new notifications."],"Save all":["Save all"],"Save":["Save"],"%1$s, Author at %2$s":["%1$s, Author at %2$s"],"Mobile preview":["Mobile preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Select redirect"],"Please provide an SEO title by editing the snippet below.":["Please provide an SEO title by editing the snippet below."],"Meta description preview:":["Meta description preview:"],"Slug preview:":["Slug preview:"],"SEO title preview:":["SEO title preview:"],"Close snippet editor":["Close snippet editor"],"Slug":["Slug"],"Remove marks in the text":["Remove marks in the text"],"Mark this result in the text":["Mark this result in the text"],"Marks are disabled in current view":["Marks are disabled in current view"],"Good SEO score":["Good SEO score"],"OK SEO score":["OK SEO score"],"Feedback":["Feedback"],"ok":["OK"],"Choose an image":["Choose an image"],"Remove the image":["Remove the image"],"MailChimp signup failed:":["MailChimp signup failed:"],"Sign Up!":["Sign Up!"],"Name":["Name"],"There is an error with the request.":["There is an error with the request."],"Select profile":["Select profile"],"Choose a profile":["Choose a profile"],"Authorization code":["Authorisation code"],"Reauthenticate with Google":["Reauthenticate with Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["To allow %s to fetch your Google Search Console information, please enter your Google Authorisation Code. Clicking the button below will open a new window."],"Please provide a meta description by editing the snippet below.":["Please provide a meta description by editing the snippet below."],"Edit snippet":["Edit snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["You can click on each element in the preview to jump to the Snippet Editor."],"SEO title preview":["SEO title preview"],"Meta description preview":["Meta description preview"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any)."],"Close the Wizard":["Close the Wizard"],"Export settings":["Export settings"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuration Wizard"],"Please don't show me this notification anymore":["Please don't show me this notification anymore"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5-stars rating on WordPress.org%3$s!"],"Date archives settings":["Date archives settings"],"Author archives settings":["Author archives settings"],"%1$s by %2$s":["%1$s by %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Warning: the variable %s cannot be used in this template. See the help centre for more info."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support."],"(no title)":["(no title)"],"%s installation wizard":["%s installation wizard"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["The %1$s admin bar menu contains useful links to third-party tools for analysing pages and makes it easy to see if you have new notifications."],"Admin bar menu":["Admin bar menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case."],"Features":["Features"],"SEO title":["SEO title"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google shows your website's name in the search results. If you want to change it, you can do that here."],"Greater than sign":["Greater than sign"],"Less than sign":["Less than sign"],"Right angle quotation mark":["Right angle quotation mark"],"Left angle quotation mark":["Left angle quotation mark"],"Small tilde":["Small tilde"],"Vertical bar":["Vertical bar"],"Low asterisk":["Low asterisk"],"Asterisk":["Asterisk"],"Bullet":["Bullet"],"Middle dot":["Middle dot"],"Em dash":["Em dash"],"En dash":["En dash"],"Dash":["Dash"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results."],"The name of the person":["The name of the person"],"No":["No"],"Yes":["Yes"],"Does, or will, your site have multiple authors?":["Does, or will, your site have multiple authors?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatically generates a URL for each media item in the library. Enabling this will allow Google to index the generated URL."],"Success!":["Success!"],"Title settings":["Title settings"],"Google Search Console":["Google Search Console"],"Multiple authors":["Multiple authors"],"Site type":["Site type"],"Environment":["Environment"],"Yoast option %1$s not found.":["Yoast option %1$s not found."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Posts list"],"Posts list navigation":["Posts list navigation"],"Filter posts list":["Filter posts list"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Note that links to archives might be still output by your theme and you would need to remove them separately."],"%1$s to optimize your site even further":["%1$s to optimise your site even further"],"%1$s extensions":["%1$s extensions"],"Comes with our 30-day no questions asked money back guarantee":["Comes with our 30-day no questions asked money back guarantee"],"More information %1$sabout %3$s%2$s":["More information %1$sabout %3$s%2$s"],"Installed":["Installed"],"gain access to our 24/7 support team.":["gain access to our 24/7 support team."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["check what your Facebook or Twitter post will look like."],"Social previews":["Social previews"],"create and manage redirects from within your WordPress install.":["create and manage redirects from within your WordPress install."],"Redirect manager":["Redirect manager"],"%1$s, take your optimization to the next level!":["%1$s, take your optimisation to the next level!"],"A seamless integration between %1$s and %2$s":["A seamless integration between %1$s and %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use %1$s breadcrumbs instead of %2$s ones"],"Easily insert Google Maps, a store locator, opening hours and more":["Easily insert Google Maps, a store locator, opening hours and more"],"Creates XML News Sitemaps":["Creates XML News Sitemaps"],"Immediately pings Google on the publication of a new post":["Immediately pings Google on the publication of a new post"],"Optimize your site for Google News":["Optimise your site for Google News"],"Make videos responsive through enabling fitvids.js":["Make videos responsive through enabling fitvids.js"],"Enhance the experience of sharing posts with videos":["Enhance the experience of sharing posts with videos"],"Show your videos in Google Videos":["Show your videos in Google Videos"],"Crawl issues list":["Crawl issues list"],"Crawl issues list navigation":["Crawl issues list navigation"],"Edit “%s”":["Edit “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notifications"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions."],"Disable SEO analysis":["Disable SEO analysis"],"Twitter settings":["Twitter settings"],"Pinterest settings":["Pinterest settings"],"Facebook settings":["Facebook settings"],"Title separator symbol":["Title separator symbol"],"RSS feed settings":["RSS feed settings"],"Breadcrumbs settings":["Breadcrumbs settings"],"Make primary":["Make primary"],"Enter your Google Authorization Code and press the Authenticate button.":["Enter your Google Authorisation Code and press the Authenticate button."],"Knowledge base article":["Knowledge base article"],"Open the knowledge base article in a new window or read it in the iframe below":["Open the knowledge base article in a new window or read it in the iframe below"],"Search results":["Search results"],"%s notification":["%s notification","%s notifications"],"Disable readability analysis":["Disable readability analysis"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Removes the readability analysis section from the meta box and disables all readability-related suggestions."],"Readability analysis":["Readability analysis"],"Needs improvement":["Needs improvement"],"Readability":["Readability"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files."],"Improvements":["Improvements"],"Dismiss this item.":["Dismiss this item."],"Good job! We could detect no serious SEO problems.":["Good job! We could detect no serious SEO problems."],"We have detected the following issues that affect the SEO of your site.":["We have detected the following issues that affect the SEO of your site."],"Problems":["Problems"],"Analysis":["Analysis"],"Not available":["Unavailable"],"Filter by SEO Score":["Filter by SEO Score"],"Meta description not set.":["Meta description not set."],"Video tutorial":["Video tutorial"],"Email support is a %s feature":["Email support is a %s feature"],"Knowledge base":["Knowledge base"],"Open":["Open"],"Loading...":["Loading..."],"Something went wrong. Please try again later.":["Something went wrong. Please try again later."],"No results found.":["No results found."],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["You can fix this on the %1$sPermalink settings page%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paging comments is enabled. This is not needed in 999 out of 1000 cases, so we recommend disabling it."],"Replaced with the primary category of the post/page":["Replaced with the primary category of the post/page"],"Pinterest confirmation":["Pinterest confirmation"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["If you have already confirmed your website with Pinterest, you can skip the step below."],"Format-based archives":["Format-based archives"],"Webmaster Tools verification":["Webmaster Tools verification"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Follow our %1$s for WordPress training and become a certified %1$s Expert!"],"Want to be a %s Expert?":["Want to be a %s Expert?"],"Buy %s":["Buy %s"],"Show information about errors in category %s":["Show information about errors in category %s"],"New %1$s Title":["New %1$s Title"],"Existing %1$s Title":["Existing %1$s Title"],"Expected an integer as input.":["Expected an integer as input."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range."],"Remove":["Remove"],"Keep":["Keep"],"Bold the last page":["Bold the last page"],"Regular":["Regular"],"Bold":["Bold"],"Show Blog page":["Show Blog page"],"Primary %s":["Primary %s"],"Primary":["Primary"],"Make %1$s primary %2$s":["Make %1$s primary %2$s"],"Term is set to noindex.":["Term is set to noindex."],"Author archives":["Author archives"],"Show":["Show"],"Enabled":["Enabled"],"Disabled":["Disabled"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s has not fetched your site's indexability status yet from %2$s"],"The separator defined in your theme's %s tag.":["The separator defined in your theme's %s tag."],"No index":["No index"],"Analyze entire site":["Analyse entire site"],"Fetch the current status":["Fetch the current status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s"],"Your homepage can be indexed by search engines.":["Your homepage can be indexed by search engines."],"Indexability check by %1$s":["Indexability check by %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["If you don't want to use the meta description for sharing the post on Google+ but want another description there, write it here."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["If you don't want to use the title for sharing on %1$s but instead want another title there, write it here."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed."],"Once Weekly":["Once Weekly"],"SEO score":["SEO score"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculating SEO scores for all pieces of content with a focus keyphrase."],"%1$s of %2$s done.":["%1$s of %2$s done."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activation failed:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["The filter extension seem to be unavailable. Please ask your web host to enable it."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it."],"SEO Settings":["SEO Settings"],"Mobile-Friendly Test":["Mobile-Friendly Test"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML Validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Check Headers"],"Check Google Cache":["Check Google Cache"],"Analyze this page":["Analyse this page"],"Keyword Research":["Keyword Research"],"%s does not seem to be a valid url. Please correct.":["%s does not seem to be a valid url. Please correct."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s does not seem to be a valid %2$s verification string. Please correct."],"%s Archive":["%s Archive"],"You searched for %s":["You searched for %s"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s does not seem to be a valid Twitter username. Please correct."],"Summary with large image":["Summary with large image"],"Summary":["Summary"],"The post %1$s appeared first on %2$s.":["The post %1$s appeared first on %2$s."],"No numeric value was received.":["No numeric value was received."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["This must be an existing blog. Blog %s does not exist or has been marked as deleted."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["The default blog setting must be the numeric blog id of the blog you want to use as default."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default."],"Please select a valid post type for taxonomy \"%s\"":["Please select a valid post type for taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Please select a valid taxonomy for post type \"%s\""],"You searched for":["You searched for"],"Home":["Home"],"Archives for":["Archives for"],"Error 404: Page not found":["Error 404: Page not found"],"Good":["Good"],"Replaced with a custom taxonomies description":["Replaced with a custom taxonomies description"],"Replaced with a posts custom taxonomies, comma separated.":["Replaced with a posts custom taxonomies, comma separated."],"Replaced with a posts custom field value":["Replaced with a posts custom field value"],"Replaced with the slug which caused the 404":["Replaced with the slug which caused the 404"],"Replaced with the posts focus keyphrase":["Replaced with the posts focus keyphrase"],"Attachment caption":["Attachment caption"],"Replaced with the current page number":["Replaced with the current page number"],"Replaced with the current page total":["Replaced with the current page total"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Replaced with the current page number with context (i.e. page 2 of 4)"],"Replaced with the post/page author's 'Biographical Info'":["Replaced with the post or page author's 'Biographical Info'"],"Replaced with the post/page author's 'nicename'":["Replaced with the post/page author's 'nicename'"],"Replaced with the post/page ID":["Replaced with the post/page ID"],"Replaced with the post/page modified time":["Replaced with the post/page modified time"],"Replaced with the content type plural label":["Replaced with the content type plural label"],"Replaced with the content type single label":["Replaced with the content type single label"],"Replaced with the current search phrase":["Replaced with the current search phrase"],"Replaced with the term name":["Replaced with the term name"],"Replaced with the term description":["Replaced with the term description"],"Replaced with the tag description":["Replaced with the tag description"],"Replaced with the category description":["Replaced with the category description"],"Replaced with the post categories (comma separated)":["Replaced with the post categories (comma separated)"],"Replaced with the current tag/tags":["Replaced with the current tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Replaced with the post/page excerpt (without auto-generation)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Replaced with the post/page excerpt (or auto-generated if it does not exist)"],"The site's name":["The site's name"],"Replaced with the title of the parent page of the current page":["Replaced with the title of the parent page of the current page"],"Replaced with the title of the post/page":["Replaced with the title of the post/page"],"Replaced with the date of the post/page":["Replaced with the date of the post/page"],"Page %1$d of %2$d":["Page %1$d of %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["A replacement variable with the same name has already been registered. Try making your variable name unique. "],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["A replacement variable can not start with %%cf_ or %%ct_ as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template."],"Page not found":["Page not found"],"%s Archives":["%s Archives"],"Search for \"%s\"":["Search for \"%s\""],"Meta description to use for Author page":["Meta description to use for Author page"],"Title to use for Author page":["Title to use for Author page"],"%1$s settings":["%1$s settings"],"Export your %1$s settings":["Export your %1$s settings"],"Import settings":["Import settings"],"Import from other SEO plugins":["Import from other SEO plugins"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["If you had a %s file and it was editable, you could edit it from here."],"If your %s were writable, you could edit it from here.":["If your %s were writable, you could edit it from here."],"You don't have a %s file, create one here:":["You don't have a %s file, create one here:"],"A link to your site, with your site's name and description as anchor text.":["A link to your site, with your site's name and description as anchor text."],"A link to your site, with your site's name as anchor text.":["A link to your site, with your site's name as anchor text."],"A link to the post, with the title as anchor text.":["A link to the post, with the title as anchor text."],"A link to the archive for the post author, with the authors name as anchor text.":["A link to the archive for the post author, with the authors name as anchor text."],"You can use the following variables within the content, they will be replaced by the value on the right.":["You can use the following variables within the content and they will be replaced by the value on the right."],"Content to put after each post in the feed":["Content to put after each post in the feed"],"Content to put before each post in the feed":["Content to put before each post in the feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["This feature is used to automatically add content to your RSS. More specifically, it's meant to add links back to your blog and your blog posts. Dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s."],"How to insert breadcrumbs in your theme":["How to insert breadcrumbs in your theme"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Content type archive to show in breadcrumbs for taxonomies"],"Taxonomy to show in breadcrumbs for content types":["Taxonomy to show in breadcrumbs for content types"],"Breadcrumb for 404 Page":["Breadcrumb for 404 Page"],"Prefix for Search Page breadcrumbs":["Prefix for Search Page breadcrumbs"],"Prefix for Archive breadcrumbs":["Prefix for Archive breadcrumbs"],"Prefix for the breadcrumb path":["Prefix for the breadcrumb path"],"Anchor text for the Homepage":["Anchor text for the Homepage"],"Separator between breadcrumbs":["Separator between breadcrumbs"],"Enable Breadcrumbs":["Enable Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!"],"Credits":["Credits"],"« Back to Tools page":["« Back to Tools page"],"%1$s comes with some very powerful built-in tools:":["%1$s comes with some very powerful built-in tools:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file."],"File editor":["File editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Import settings from other SEO plugins and export your settings for re-use on (another) blog."],"Import and Export":["Import and Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page."],"Bulk editor":["Bulk editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimise your site for Pinterest."],"The default card type to use":["The default card type to use"],"Add Twitter card meta data":["Add Twitter card meta data"],"This image is used if the post/page being shared does not contain any images.":["This image is used if the post/page being shared does not contain any images."],"Default settings":["Default settings"],"Copy home meta description":["Copy home meta description"],"Description":["Description"],"Image URL":["Image URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["These are the title, description and image values used in the Open Graph meta tags on the front page of your site."],"Frontpage settings":["Frontpage settings"],"Add Open Graph meta data":["Add Open Graph meta data"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter Username"],"Facebook Page URL":["Facebook Page URL"],"Accounts":["Accounts"],"Restore site to defaults":["Restore site to defaults"],"Site ID":["Site ID"],"Using this form you can reset a site to the default SEO settings.":["Using this form you can reset a site to the default SEO settings."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used."],"New sites in the network inherit their SEO settings from this site":["New sites in the network inherit their SEO settings from this site"],"Super Admins only":["Super Admins only"],"Site Admins (default)":["Site Admins (default)"],"Who should have access to the %1$s settings":["Who should have access to the %1$s settings"],"spam":["spam"],"mature":["mature"],"archived":["archived"],"public":["public"],"%s restored to default SEO settings.":["%s restored to default SEO settings."],"Settings Updated.":["Settings Updated."],"404 pages":["404 pages"],"Search pages":["Search pages"],"These pages will be %s by default, so they will never show up in search results.":["These pages will be %s by default, so they will never show up in search results."],"Special Pages":["Special Pages"],"Date-based archives could in some cases also be seen as duplicate content.":["Date-based archives could in some cases also be seen as duplicate content."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s."],"Date archives":["Date archives"],"author archives":["author archives"],"Title":["Title"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Hide"],"Date in Snippet Preview":["Date in Snippet Preview"],"Take note:":["Take note:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["You can determine the title and description for the front page by %1$sediting the front page itself%2$s."],"Homepage & Front page":["Homepage & Front page"],"Title Separator":["Title Separator"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here."],"Force rewrite titles":["Force rewrite titles"],"Taxonomies":["Taxonomies"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Extensions"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Seamlessly integrate WooCommerce with %1$s and get extra features!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Rank better locally and in Google Maps, without breaking a sweat!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Are you in Google News? Increase your traffic from Google News by optimising for it!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimise your videos to show them off in search results and get more clicks!"],"The premium version of %1$s with more features & support.":["The premium version of %1$s with more features & support."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organisation, or a person."],"Website name":["Website name"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["or"],"Save Profile":["Save Profile"],"There were no profiles found":["There were no profiles found"],"Profile":["Profile"],"Current profile":["Current profile"],"Authenticate":["Authenticate"],"Get Google Authorization Code":["Get Google Authorisation Code"],"Reload crawl issues":["Reload crawl issues"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s."],"Creating redirects is a %s feature":["Creating redirects is a %s feature"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Errors that occurred when your site was crawled by Googlebot."],"Issue categories":["Issue categories"],"Incorrect Google Authorization Code.":["Incorrect Google Authorisation Code."],"The issues have been successfully reloaded!":["The issues have been successfully reloaded!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again."],"Crawl errors per page":["Crawl errors per page"],"Search":["Search"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s."],"Create redirect":["Create Redirect"],"Mark as fixed":["Mark as fixed"],"Response code":["Response code"],"First detected":["First detected"],"Last crawled":["Last crawled"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["The target URL doesn't exist, but your server is not returning a 404 (file not found) error."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Request timed out or site is blocking Google."],"Server Error":["Server Error"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile."],"Blocked":["Blocked"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was unable to crawl this URL due to an undetermined issue."],"URL points to a non-existent page.":["URL points to a non-existent page."],"Not found":["Not found"],"Not followed":["Not followed"],"Faulty redirects":["Faulty redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server requires authentication or is blocking Googlebot from accessing the site."],"Access denied":["Access denied"],"Deactivate %s":["Deactivate %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["The %1$s plugin(s) might cause issues when used in conjunction with %2$s."],"Upload Image":["Upload Image"],"Remove these ads?":["Remove these ads?"],"%s Posts Overview":["%s Posts Overview"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears."],"Breadcrumbs title":["Breadcrumbs title"],"The canonical link is shown on the archive page for this term.":["The canonical link is shown on the archive page for this term."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Other"],"Archives":["Archives"],"Email":["Email"],"Previous":["Previous"],"Next":["Next"],"Close":["Close"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site."],"Configure %1$s's Open Graph settings":["Configure %1$s's Open Graph settings"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared."],"%s Image":["%s Image"],"%s Description":["%s Description"],"%s Title":["%s Title"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["The recommended image size for %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["If you want to override the image used on %s for this post, upload / choose an image here."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["If you don't wish to use the meta description for sharing the post on %s but would prefer another description there, write it here."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["If you don't wish to use the post title for sharing the post on %s, but would prefer another title there, write it here."],"very difficult":["very difficult"],"Try to make shorter sentences, using less difficult words to improve readability":["Try to make shorter sentences, using less difficult words to improve readability"],"difficult":["difficult"],"Try to make shorter sentences to improve readability":["Try to make shorter sentences to improve readability"],"fairly difficult":["fairly difficult"],"OK":["OK"],"fairly easy":["fairly easy"],"easy":["easy"],"very easy":["very easy"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["All SEO Scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites."],"(no parent)":["(no parent)"],"Post is set to noindex.":["Post is set to noindex."],"The URL that this page should redirect to.":["The URL that this page should redirect to."],"301 Redirect":["301 Redirect"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Title to use for this page in breadcrumb paths"],"Breadcrumbs Title":["Breadcrumbs Title"],"No Snippet":["No Snippet"],"No Archive":["No Archive"],"No Image Index":["No Image Index"],"None":["None"],"Site-wide default: %s":["Site-wide default: %s"],"Advanced meta robots settings for this page.":["Advanced meta robots settings for this page."],"Meta robots advanced":["Meta robots advanced"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect."],"Meta description":["Meta description"],"SEO Title":["SEO Title"],"Focus keyword":["Focus keyword"],"Snippet preview":["Snippet preview"],"Settings successfully imported.":["Settings successfully imported."],"Settings could not be imported:":["Settings could not be imported:"],"Breadcrumb for 404 pages:":["Breadcrumb for 404 pages:"],"Prefix for search result pages:":["Prefix for search result pages:"],"Prefix for archive pages:":["Prefix for archive pages:"],"Prefix for breadcrumbs:":["Prefix for breadcrumbs:"],"Anchor text for the homepage:":["Anchor text for the homepage:"],"Breadcrumbs separator:":["Breadcrumbs separator:"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Use Image"],"Action":["Action"],"Page URL/Slug":["Page URL/Slug"],"Publication date":["Publication date"],"Post Status":["Post Status"],"WP Page Title":["WP Page Title"],"View":["View"],"View “%s”":["View “%s”"],"Preview":["Preview"],"Preview “%s”":["Preview “%s”"],"Edit":["Edit"],"Filter":["Filter"],"New Yoast Meta Description":["New Yoast Meta Description"],"Existing Yoast Meta Description":["Existing Yoast Meta Description"],"Facebook profile URL":["Facebook profile URL"],"Twitter username (without @)":["Twitter username (without @)"],"FAQ":["FAQ"],"Premium Support":["Premium Support"],"Settings":["Settings"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility."],"Huge SEO Issue: You're blocking access to robots.":["Huge SEO Issue: You're blocking access to robots."],"Posts":["Posts"],"Edit Files":["Edit Files"],"Advanced Variables":["Advanced Variables"],"Basic Variables":["Basic Variables"],"General":["General"],"Extensions":["Extensions"],"Search Console":["Search Console"],"Tools":["Tools"],"Advanced":["Advanced"],"XML sitemaps":["XML sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues."],"Just another WordPress site":["Just another WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the Customiser%2$s."],"You have used HTML in your value which is not allowed.":["You have used HTML in your value which is not allowed."],"You can't edit %s that aren't yours.":["You can't edit %s that aren't yours."],"You can't edit %s.":["You can't edit %s."],"Post has an invalid Content Type: %s.":["Post has an invalid Content Type: %s."],"Post doesn't exist.":["Post doesn't exist."],"course\u0004Free:":["Free:"],"posts\u0004Trash (%s)":["Bin (%s)","Bin (%s)"],"posts\u0004All (%s)":["All (%s)","All (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/en_NZ.json b/Resources/Private/Languages/en_NZ.json index 81b2791..55da036 100644 --- a/Resources/Private/Languages/en_NZ.json +++ b/Resources/Private/Languages/en_NZ.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"en_NZ"},"Has feedback":["Has feedback"],"Content optimization:":["Content optimisation:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sReadability%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Read %1$sthis post for more information about why we’re not supporting older versions.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s"],"Post Noindexed":["Post Noindexed"],"No Focus Keyphrase":["No Focus Keyphrase"],"Person logo / avatar":["Person logo / avatar"],"Extend %s":["Extend %s"],"Enroll in the %s for WordPress training":["Enrol in the %s for WordPress training"],"Posts with the SEO score: %s":["Posts with the SEO score: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video tutorial"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["To view your current crawl errors, %1$splease visit Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s."],"Remove this message":["Remove this message"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Truly optimise your site for a local audience with our %s plugin! Optimised address details, opening hours, store locator and pickup option!"],"Serving local customers?":["Serving local customers?"],"Get the %s plugin now":["Get the %s plugin now"],"Organization social profiles":["Organisation social profiles"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page."],"Personal info":["Personal info"],"Organization logo":["Organisation logo"],"Organization name":["Organisation name"],"Choose whether the site represents an organization or a person.":["Choose whether the site represents an organisation or a person."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["To make your site represent a Company or Organisation go to %1$sSearch Appearance%2$s and set Organisation or Person to \"Organisation\"."],"To change the social accounts used for your site, update the details for %1$s.":["To change the social accounts used for your site, update the details for %1$s."],"That means that the form and information below is disabled, and not used.":["That means that the form and information below is disabled, and not used."],"Your website is currently configured to represent a Person":["Your website is currently configured to represent a Person"],"(if one exists)":["(if one exists)"],"Wikipedia page about you":["Wikipedia page about you"],"YouTube profile URL":["YouTube profile URL"],"Tumblr profile URL":["Tumblr profile URL"],"SoundCloud profile URL":["SoundCloud profile URL"],"MySpace profile URL":["MySpace profile URL"],"Organization or person":["Organisation or person"],"The person":["The person"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Does your site represent a person or an organisation?"],"The name of the organization":["The name of the organisation"],"Provide an image of the organization logo":["Provide an image of the organisation logo"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s."],"Select a user...":["Select a user…"],"Uncategorized":["Uncategorised"],"Name:":["Name:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Error: Please select a user below to make your site's meta data complete."],"SEO score: %s":["SEO score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["If a Wikipedia page for you or your organisation exists, add it too."],"Wikipedia URL":["Wikipedia URL"],"Pinterest profile URL":["Pinterest profile URL"],"Instagram profile URL":["Instagram profile URL"],"LinkedIn profile URL":["LinkedIn profile URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step."],"SEO for Beginners training":["SEO for Beginners training"],"%s for WordPress training":["%s for WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["The image you selected is too small for Facebook"],"The given image url cannot be loaded":["The given image URL cannot be loaded"],"Find out what words your audience uses to find you":["Find out what words your audience uses to find you"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s"],"No JSON object was returned.":["No JSON object was returned."],"Received internal links":["Received internal links"],"Outgoing internal links":["Outgoing internal links"],"New step added":["New step added"],"New question added":["New question added"],"To be able to create a redirect and fix this issue, you need %1$s. ":["To be able to create a redirect and fix this issue, you need %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["You can buy the plugin, including one year of support and updates, on %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["To make sure all the links in your texts are counted, we need to analyse all your texts."],"All you have to do is press the following button and we'll go through all your texts for you.":["All you have to do is press the following button and we'll go through all your texts for you."],"Count links":["Count links"],"Free":["Free"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributes%2$s: Good job!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!"],"Page %s":["Page %s"],"Cannot get the size of %1$s because of unknown reasons.":["Cannot get the size of %1$s because of unknown reasons."],"Cannot get the size of %1$s because it is hosted externally.":["Cannot get the size of %1$s because it is hosted externally."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!"],"Get an even better analysis":["Get an even better analysis"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!"],"Improve sharing on Facebook and Pinterest":["Improve sharing on Facebook and Pinterest"],"You do not have the required rights to export settings.":["You do not have the required rights to export settings."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copy all these settings to another site's %1$s tab and click \"%1$s\" there."],"These are settings for the %1$s plugin by %2$s":["These are settings for the %1$s plugin by %2$s"],"No settings found.":["No settings found."],"Export your %1$s settings here, to copy them on another site.":["Export your %1$s settings here, to copy them on another site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import of settings is only supported on servers that run PHP 5.3 or higher."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Import settings by pasting the settings you copied from another site here and clicking \"%s\"."],"Paste your settings from another %s installation.":["Paste your settings from another %s installation."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indexable deleted for object %1$s with type %2$s"],"Indexable saved for object %1$s with type %2$s":["Indexable saved for object %1$s with type %2$s"],"Indexable created for object %1$s with type %2$s":["Indexable created for object %1$s with type %2$s"],"Indexable meta deleted.":["Indexable meta deleted."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Indexable meta saved for indexable id %1$s with meta key %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Indexable meta created for indexable id %1$s with meta key %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["There is no meta found for indexable id %1$s and meta key %2$s."],"There is no indexable found for author id %1$s.":["There is no indexable found for author id %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["There is no primary term found for post id %1$s and taxonomy %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["There is no indexable found for term id %1$s and taxonomy %2$s."],"There is no indexable found for post id %1$s.":["There is no indexable found for post id %1$s."],"Method %1$s() does not exist in class %2$s":["Method %1$s() does not exist in class %2$s"],"With %s, you can easily create such redirects.":["With %s, you can easily create such redirects."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website."],"WARNING:":["WARNING:"],"Learn about why permalinks are important for SEO.":["Learn about why permalinks are important for SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Did you know %s also analyses the different word forms of your keyphrase, like plurals and past tenses?"],"Clear Image":["Clear Image"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase in slug%2$s: Great work!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sKeyphrase distribution%2$s: Good job!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s."],"Help on choosing the perfect focus keyphrase":["Help on choosing the perfect focus keyphrase"],"Would you like to add a related keyphrase?":["Would you like to add a related keyphrase?"],"Go %s!":["Go %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s."],"Rank better with synonyms & related keyphrases":["Rank better with synonyms & related keyphrases"],"optimize a single post for synonyms and related keyphrases.":["optimise a single post for synonyms and related keyphrases."],"Synonyms & related keyphrases":["Synonyms & related keyphrases"],"Add related keyphrase":["Add related keyphrase"],"Dismiss %s upgrade notice":["Dismiss %s upgrade notice"],"Upgrade to %s":["Upgrade to %s"],"%1$s video":["%1$s video"],"Get %s":["Get %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sText length%4$s: The text contains %1$d word.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sText length%3$s: The text contains %1$d word. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimise%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO title width%2$s: Good job!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!"],"%1$sOutbound links%2$s: Good job!":["%1$sOutbound links%2$s: Good job!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta description length%2$s: Well done!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sKeyphrase length%2$s: Good job!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in introduction%2$s: Well done!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInternal links%2$s: You have enough internal links. Good job!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sTransition words%2$s: Well done!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sSubheading distribution%2$s: Great job!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSentence length%2$s: Great!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive voice%2$s: You're using enough active voice. That's great!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!"],"Good job!":["Good job!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s"],"Focus keyphrase":["Focus keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s with ID %2$s couldn't be patched"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Invalid POST request. Meta values already exist for object with ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexable with ID `%1$s` does not exist"],"No object with ID %1$s and %2$s could be found":["No object with ID %1$s and %2$s could be found"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` is not a valid subtype of `%2$s`"],"The object type `%1$s` is invalid":["The object type `%1$s` is invalid"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`"],"The parameter `%1$s` cannot be empty.":["The parameter `%1$s` cannot be empty."],"Check Keyphrase Density":["Check Keyphrase Density"],"Disable":["Disable"],"Allow Control":["Allow Control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all."],"%s is a required feature toggle argument.":["%s is a required feature toggle argument."],"Keyphrase:":["Keyphrase:"],"Remove keyphrase":["Remove keyphrase"],"This feature has been disabled by the network admin.":["This feature has been disabled by the network admin."],"Focus keyphrase not set.":["Focus keyphrase not set."],"Multiple keyphrases":["Multiple keyphrases"],"Colon":["Colon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental."],"There is a new notification.":["There is a new notification.","There are new notifications."],"Learn more about the readability analysis":["Learn more about the readability analysis"],"Describe the duration of the instruction:":["Describe the duration of the instruction:"],"Optional. Customize how you want to describe the duration of the instruction":["Optional. Customise how you want to describe the duration of the instruction"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"%s, %s and %s":["%s, %s and %s"],"%s and %s":["%s and %s"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d hour","%d hours"],"%d day":["%d day","%d days"],"Enter a step title":["Enter a step title"],"Optional. This can give you better control over the styling of the steps.":["Optional. This can give you better control over the styling of the steps."],"CSS class(es) to apply to the steps":["CSS class(es) to apply to the steps"],"minutes":["minutes"],"hours":["hours"],"days":["days"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post."],"Copy error":["Copy error"],"An error occurred loading the %s primary taxonomy picker.":["An error occurred loading the %s primary taxonomy picker."],"%1$s Structured Data Blocks":["%1$s Structured Data Blocks"],"Time needed:":["Time needed:"],"Move question down":["Move question down"],"Move question up":["Move question up"],"Insert question":["Insert question"],"Delete question":["Delete question"],"Enter the answer to the question":["Enter the answer to the question"],"Enter a question":["Enter a question"],"Add question":["Add question"],"Frequently Asked Questions":["Frequently Asked Questions"],"Great news: you can, with %s!":["Great news: you can, with %s!"],"Select the primary %s":["Select the primary %s"],"Check links to this URL":["Check links to this URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Please check the %1$sarchive template%2$s for the following content type: %3$s."," Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Are you trying to use multiple keyphrases? You should add them separately below."],"Mark as cornerstone content":["Mark as cornerstone content"],"Move step down":["Move step down"],"Move step up":["Move step up"],"Insert step":["Insert step"],"Delete step":["Delete step"],"Add image":["Add image"],"Enter a step description":["Enter a step description"],"Enter a description":["Enter a description"],"Unordered list":["Unordered list"],"Showing step items as an ordered list.":["Showing step items as an ordered list."],"Showing step items as an unordered list":["Showing step items as an unordered list"],"Add step":["Add step"],"Delete total time":["Delete total time"],"Add total time":["Add total time"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Snippet Preview"],"Analysis results":["Analysis results"],"Enter a focus keyphrase to calculate the SEO score":["Enter a focus keyphrase to calculate the SEO score"],"Learn more about Cornerstone Content.":["Learn more about Cornerstone Content."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone content should be the most important and extensive articles on your site."],"Restore Site":["Restore Site"],"Network Settings":["Network Settings"],"You are not allowed to perform this action.":["You are not allowed to perform this action."],"Error: %s":["Error: %s"],"Success: %s":["Success: %s"],"Site with ID %d not found.":["Site with ID %d not found."],"No site has been selected to restore.":["No site has been selected to restore."],"You are not allowed to modify unregistered network settings.":["You are not allowed to modify unregistered network settings."],"deleted":["deleted"],"Would you like to add another keyphrase?":["Would you like to add another keyphrase?"],"image preview":["image preview"],"Copied!":["Copied!"],"Not supported!":["Not supported!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Consider linking to these {{a}}cornerstone articles:{{/a}}"],"Consider linking to these articles:":["Consider linking to these articles:"],"Copy link":["Copy link"],"Copy link to suggested article: %s":["Copy link to suggested article: %s"],"The site's tagline":["The site's tagline"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong."],"Not all required fields are given. Missing field %1$s":["Not all required fields are given. Missing field %1$s"],"Optimize your site for Google News.":["Optimise your site for Google News."],"Optimize your shop's SEO and sell more products!":["Optimise your shop's SEO and sell more products!"],"Be found in Google Video search and enhance your video sharing on social media.":["Be found in Google Video search and enhance your video sharing on social media."],"Be found in Google Maps and local results.":["Be found in Google Maps and local results."],"Learn practical SEO skills to rank higher in Google.":["Learn practical SEO skills to rank higher in Google."],"Don’t waste time figuring out the best settings yourself.":["Don’t waste time figuring out the best settings yourself."],"Get quick wins to make your site rank higher in search engines.":["Get quick wins to make your site rank higher in search engines."],"Add synonyms":["Add synonyms"],"Would you like to add keyphrase synonyms?":["Would you like to add keyphrase synonyms?"],"Would you like to add more than one keyphrase?":["Would you like to add more than one keyphrase?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["You haven't set a Shop page in your WooCommerce settings. Please do this first."],"Current year":["Current year"],"Page":["Page"],"Breadcrumb settings for %s archive":["Breadcrumb settings for %s archive"],"Tagline":["Tagline"],"Modify your meta description by editing it right here":["Modify your meta description by editing it right here"],"description (custom taxonomy)":["description (custom taxonomy)"],"(custom taxonomy)":["(custom taxonomy)"],"(custom field)":["(custom field)"],"Term404":["Term404"],"Caption":["Caption"],"Pagenumber":["Pagenumber"],"Pagetotal":["Pagetotal"],"Page number":["Page number"],"User description":["User description"],"ID":["ID"],"Modified":["Modified"],"Post type (plural)":["Post type (plural)"],"Post type (singular)":["Post type (singular)"],"Separator":["Separator"],"Search phrase":["Search phrase"],"Term title":["Term title"],"Term description":["Term description"],"Tag description":["Tag description"],"Category description":["Category description"],"Primary category":["Primary category"],"Category":["Category"],"Tag":["Tag"],"Excerpt only":["Excerpt only"],"Excerpt":["Excerpt"],"Site title":["Site title"],"Archive title":["Archive title"],"Parent title":["Parent title"],"Date":["Date"],"Label":["Label"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL."],"Search engines and other websites can still send traffic to your deleted post.":["Search engines and other websites can still send traffic to your deleted post."],"Make sure you don't miss out on traffic!":["Make sure you don't miss out on traffic!"],"You just deleted a %1$s.":["You just deleted a %1$s."],"You just trashed a %1$s.":["You just trashed a %1$s."],"Settings for %s archive":["Settings for %s archive"],"Settings for single %s URLs":["Settings for single %s URLs"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be."],"Note that not all variables can be used in every field.":["Note that not all variables can be used in every field."],"Snippet variables":["Snippet variables"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site."],"Unknown type %1$s":["Unknown type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Includes a free MyYoast account which gives you access to our free SEO for Beginners course!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verification code"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider."],"Cleanup of %s data failed.":["Cleanup of %s data failed."],"Content Type":["Content Type"],"Filter by content type":["Filter by content type"],"Show All Content Types":["Show All Content Types"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Replaced with the normal title for an archive generated by WordPress"],"Clean":["Clean"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Once you're certain your site is OK, you can clean up. This will remove all the original data."],"Step 5: Clean up":["Step 5: Clean up"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct."],"Step 4: Run the configuration wizard":["Step 4: Run the configuration wizard"],"Please check your posts and pages and see if the metadata was successfully imported.":["Please check your posts and pages and see if the metadata was successfully imported."],"Step 3: Check your data":["Step 3: Check your data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place."],"Step 2: Import":["Step 2: Import"],"Please make a backup of your database before starting this process.":["Please make a backup of your database before starting this process."],"Step 1: Create a backup":["Step 1: Create a backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s did not detect any plugin data from plugins it can import from."],"Posts that should not show up in search results":["Posts that should not show up in search results"],"%s data found.":["%s data found."],"%s data successfully removed.":["%s data successfully removed."],"%s data successfully imported.":["%s data successfully imported."],"%s data not found.":["%s data not found."],"Improve your SEO skills":["Improve your SEO skills"],"24/7 email support":["24/7 email support"],"No more dead links a.k.a. 404 pages":["No more dead links a.k.a. 404 pages"],"Get real-time suggestions for internal links":["Get real-time suggestions for internal links"],"Preview your page in Facebook and Twitter":["Preview your page in Facebook and Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Home Page%2$s setting."],"Help on copying the home meta description":["Help on copying the home meta description"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["To let search engines know which social profiles are associated to this site, enter your site social profiles data below."],"Learn more about your social profiles settings":["Learn more about your social profiles settings"],"Remove the categories prefix":["Remove the categories prefix"],"Help on the category prefix setting":["Help on the category prefix setting"],"Learn more about the available variables":["Learn more about the available variables"],"Learn more about the RSS feed setting":["Learn more about the RSS feed setting"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself."],"Learn more about the Media and attachment URLs setting":["Learn more about the Media and attachment URLs setting"],"Learn more about the title separator setting":["Learn more about the title separator setting"],"Learn more about the knowledge graph setting":["Learn more about the knowledge graph setting"],"Learn more about the homepage setting":["Learn more about the home page setting"],"Learn more about the special pages setting":["Learn more about the special pages setting"],"Help on the date archives search results setting":["Help on the date archives search results setting"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the authors without posts archive search results setting":["Help on the authors without posts archive search results setting"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the author archives search results setting":["Help on the author archives search results setting"],"Archives settings help":["Archives settings help"],"Learn more about the archives setting":["Learn more about the archives setting"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verification code"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Get your Google verification code in %1$sGoogle Search Console%2$s."],"Google verification code":["Google verification code"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Get your Bing verification code in %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verification code"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these."],"Learn more about the Webmaster Tools verification":["Learn more about the Webmaster Tools verification"],"On":["On"],"Help on: %s":["Help on: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature."],"Off":["Off"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings."],"Security: no advanced settings for authors":["Security: no advanced settings for authors"],"See who contributed to %1$s.":["See who contributed to %1$s."],"Help on this search results setting":["Help on this search results setting"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Check SEO configuration":["Check SEO configuration"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them."],"Default for %2$s, currently: %1$s":["Default for %2$s, currently: %1$s"],"Show %s in search results?":["Show %s in search results?"],"this author's archives":["this author's archives"],"Do not allow search engines to show %s in search results.":["Do not allow search engines to show %s in search results."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only."],"Category URLs":["Category URLs"],"the archive for %s":["the archive for %s"],"Redirect attachment URLs to the attachment itself?":["Redirect attachment URLs to the attachment itself?"],"We recommend you set this to Yes.":["We recommend you set this to Yes."],"Media & attachment URLs":["Media & attachment URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["This is what shows in the search results when people find your home page. This means this is probably what they see when they search for your brand name."],"date archives":["date archives"],"archives for authors without posts":["archives for authors without posts"],"Read why XML Sitemaps are important for your site.":["Read why XML Sitemaps are important for your site."],"Enable the XML sitemaps that %s generates.":["Enable the XML sitemaps that %s generates."],"See the XML sitemap.":["See the XML sitemap."],"%2$s (current default for %1$s)":["%2$s (current default for %1$s)"],"Media":["Media"],"Content Types":["Content Types"],"Should search engines follow links on this %1$s?":["Should search engines follow links on this %1$s?"],"Allow search engines to show this %s in search results?":["Allow search engines to show this %s in search results?"],"Search Appearance":["Search Appearance"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings."],"Search engines should show \"%1$s\" in search results:":["Search engines should show \"%1$s\" in search results:"],"Search engine visibility":["Search engine visibility"],"Toggle %1$s's XML Sitemap":["Toggle %1$s's XML Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["The cornerstone content feature lets you to mark and filter cornerstone content on your website."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7."],"Good results":["Good results"],"Get better search results in local search":["Get better search results in local search"],"Allow customers to pick up their %s order locally":["Allow customers to pick up their %s order locally"],"SEO analysis":["SEO analysis"],"The SEO analysis offers suggestions to improve the SEO of your text.":["The SEO analysis offers suggestions to improve the SEO of your text."],"Learn how the SEO analysis can help you rank.":["Learn how the SEO analysis can help you rank."],"The readability analysis offers suggestions to improve the structure and style of your text.":["The readability analysis offers suggestions to improve the structure and style of your text."],"Discover why readability is important for SEO.":["Discover why readability is important for SEO."],"Find out how cornerstone content can help you improve your site structure.":["Find out how cornerstone content can help you improve your site structure."],"The text link counter helps you improve your site structure.":["The text link counter helps you improve your site structure."],"Find out how the text link counter can enhance your SEO.":["Find out how the text link counter can enhance your SEO."],"%s integration":["%s integration"],"Read more about how %s works.":["Read more about how %s works."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared."],"Find out why you should upgrade to %s":["Find out why you should upgrade to %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Latest blog posts on %1$s"],"Need help?":["Need help?"],"Remove highlight from the text":["Remove highlight from the text"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Get started quickly with the %1$s %2$sconfiguration wizard%3$s!"],"First-time SEO configuration":["First-time SEO configuration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Your site language is set to {language}. If this is not correct, contact your site administrator."],"Your site language is set to {language}.":["Your site language is set to {language}."],"Highlight this result in the text":["Highlight this result in the text"],"Considerations":["Considerations"],"Errors":["Errors"],"Change language":["Change language"],"You cannot create a %s file.":["You cannot create a %s file."],"You cannot edit the %s file.":["You cannot edit the %s file."],"Updated %s":["Updated %s"],"Create %s file":["Create %s file"],"Edit the content of your %s:":["Edit the content of your %s:"],"Save changes to %s":["Save changes to %s"],"%s file":["%s file"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s."],"More information":["More information"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better."],"More information about %1$s":["More information about %1$s"],"Configuration Wizard":["Configuration Wizard"],"You've done it!":["You've done it!"],"Seamlessly integrate %1$s into your AMP pages!":["Seamlessly integrate %1$s into your AMP pages!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Seamlessly integrate %2$s with %1$s for the content analysis!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s."],"Loading help center.":["Loading help centre."],"Get support":["Get support"],"(Opens in a new browser tab)":["(Opens in a new browser tab)"],"Posts %1$swithout%2$s a focus keyphrase":["Posts %1$swithout%2$s a focus keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, your SEO is doing pretty well! Check out the stats:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["You don't have any published posts, your SEO scores will appear here once you make your first post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets."],"Something else":["Something else"],"A portfolio":["A portfolio"],"A corporation":["A corporation"],"A small offline business":["A small offline business"],"A news channel":["A news channel"],"An online shop":["An online shop"],"A blog":["A blog"],"What does the site %1$s represent?":["What does the site %1$s represent?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["If you choose no, your author archives will be deactivated to prevent duplicate content issues."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s."],"Option B: My site is under construction and should not be indexed":["Option B: My site is under construction and should not be indexed"],"Option A: My site is live and ready to be indexed":["Option A: My site is live and ready to be indexed"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site."],"Please specify if your site is under construction or already active.":["Please specify if your site is under construction or already active."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results."],"Read more like this on our SEO blog":["Read more like this on our SEO blog"],"Readability: %s":["Readability: %s"],"Not activated":["Not activated"],"Activated":["Activated"],"%1$s recommendations for you":["%1$s recommendations for you"],"All Readability Scores":["All Readability Scores"],"Filter by Readability Score":["Filter by Readability Score"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is not valid."],"Muted notifications:":["Muted notifications:"],"Muted problems:":["Muted problems:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s."],"Good job! All the links in your texts have been counted.":["Good job! All the links in your texts have been counted."],"Calculation completed.":["Calculation completed."],"Calculation in progress...":["Calculation in progress..."],"Stop counting":["Stop counting"],"Counting links in your texts":["Counting links in your texts"],"Text %1$s of %2$s processed.":["Text %1$s of %2$s processed."],"All your texts are already counted, there is no need to count them again.":["All your texts are already counted, there is no need to count them again."],"Count links in your texts":["Count links in your texts"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s."],"Text link counter":["Text link counter"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO."],"%s Columns":["%s Columns"],"Readability score":["Readability score"],"Other benefits of %s for you:":["Other benefits of %s for you:"],"Scroll to see the preview content.":["Scroll to see the preview content."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s will now take care of all the needed technical optimisation of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page."],"Attract more customers near you":["Attract more customers near you"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!"],"Get the most out of %1$s with the %2$s":["Get the most out of %1$s with the %2$s"],"Upgrade to Premium":["Upgrade to Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support."],"Outrank the competition with %s":["Outrank the competition with %s"],"You might like":["You might like"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["The configuration wizard helps you to easily configure your site to have the optimal SEO settings."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin."],"Superfast internal linking suggestions":["Superfast internal linking suggestions"],"Great news: you can, with %1$s!":["Great news: you can, with %1$s!"],"Save changes":["Save changes"],"1 year free support and updates included!":["1 year free support and updates included!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial media preview%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo more dead links%2$s: easy redirect manager"],"No ads!":["No ads!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Social media preview"],"Easy redirect manager":["Easy redirect manager"],"No more dead links":["No more dead links"],"Increase your SEO reach":["Increase your SEO reach"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!"],"Variable":["Variable"],"Available variables":["Available variables"],"Scroll to see the table content.":["Scroll to see the table content."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance."],"An error occurred in the '%1$s' assessment":["An error occurred in the '%1$s' assessment"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.","The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["The meta description contains no sentences %1$sover %2$s words%3$s."],"No new notifications.":["No new notifications."],"Save all":["Save all"],"Save":["Save"],"%1$s, Author at %2$s":["%1$s, Author at %2$s"],"Mobile preview":["Mobile preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Select redirect"],"Please provide an SEO title by editing the snippet below.":["Please provide an SEO title by editing the snippet below."],"Meta description preview:":["Meta description preview:"],"Slug preview:":["Slug preview:"],"SEO title preview:":["SEO title preview:"],"Close snippet editor":["Close snippet editor"],"Slug":["Slug"],"Remove marks in the text":["Remove marks in the text"],"Mark this result in the text":["Mark this result in the text"],"Marks are disabled in current view":["Marks are disabled in current view"],"Good SEO score":["Good SEO score"],"OK SEO score":["OK SEO score"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Choose an image"],"Remove the image":["Remove the image"],"MailChimp signup failed:":["MailChimp signup failed:"],"Sign Up!":["Sign Up!"],"Name":["Name"],"There is an error with the request.":["There is an error with the request."],"Select profile":["Select profile"],"Choose a profile":["Choose a profile"],"Authorization code":["Authorisation code"],"Reauthenticate with Google":["Reauthenticate with Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["To allow %s to fetch your Google Search Console information, please enter your Google Authorisation Code. Clicking the button below will open a new window."],"Please provide a meta description by editing the snippet below.":["Please provide a meta description by editing the snippet below."],"Edit snippet":["Edit snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["You can click on each element in the preview to jump to the Snippet Editor."],"Close the Wizard":["Close the Wizard"],"Export settings":["Export settings"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuration Wizard"],"Please don't show me this notification anymore":["Please don't show me this notification anymore"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!"],"Courses":["Courses"],"Date archives settings":["Date archives settings"],"Author archives settings":["Author archives settings"],"%1$s by %2$s":["%1$s by %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Warning: the variable %s cannot be used in this template. See the help centre for more info."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support."],"(no title)":["(no title)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["The %1$s admin bar menu contains useful links to third-party tools for analysing pages and makes it easy to see if you have new notifications."],"Admin bar menu":["Admin bar menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case."],"Features":["Features"],"SEO title":["SEO title"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["While we strive to make setting up Yoast SEO as easy as possible, we understand it can be daunting. If you’d rather have us set up Yoast SEO for you (and get a copy of Yoast SEO Premium in the process), order our %1$sYoast SEO configuration service%2$s here!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google shows your website's name in the search results, if you want to change it, you can do that here."],"Greater than sign":["Greater than sign"],"Less than sign":["Less than sign"],"Right angle quotation mark":["Right angle quotation mark"],"Left angle quotation mark":["Left angle quotation mark"],"Small tilde":["Small tilde"],"Vertical bar":["Vertical bar"],"Low asterisk":["Low asterisk"],"Asterisk":["Asterisk"],"Bullet":["Bullet"],"Middle dot":["Middle dot"],"Em dash":["Em dash"],"En dash":["En dash"],"Dash":["Dash"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results."],"The name of the person":["The name of the person"],"No":["No"],"Yes":["Yes"],"Does, or will, your site have multiple authors?":["Does, or will, your site have multiple authors?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL."],"Success!":["Success!"],"Title settings":["Title settings"],"Google Search Console":["Google Search Console"],"Multiple authors":["Multiple authors"],"Site type":["Site type"],"Environment":["Environment"],"Yoast option %1$s not found.":["Yoast option %1$s not found."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Posts list"],"Posts list navigation":["Posts list navigation"],"Filter posts list":["Filter posts list"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Note that links to archives might be still output by your theme and you would need to remove them separately."],"%1$s to optimize your site even further":["%1$s to optimise your site even further"],"%1$s extensions":["%1$s extensions"],"Comes with our 30-day no questions asked money back guarantee":["Comes with our 30-day no questions asked money back guarantee"],"More information %1$sabout %3$s%2$s":["More information %1$sabout %3$s%2$s"],"Installed":["Installed"],"gain access to our 24/7 support team.":["gain access to our 24/7 support team."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["check what your Facebook or Twitter post will look like."],"Social previews":["Social previews"],"create and manage redirects from within your WordPress install.":["create and manage redirects from within your WordPress install."],"Redirect manager":["Redirect manager"],"%1$s, take your optimization to the next level!":["%1$s, take your optimisation to the next level!"],"A seamless integration between %1$s and %2$s":["A seamless integration between %1$s and %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use %1$s breadcrumbs instead of %2$s ones"],"Easily insert Google Maps, a store locator, opening hours and more":["Easily insert Google Maps, a store locator, opening hours and more"],"Creates XML News Sitemaps":["Creates XML News Sitemaps"],"Immediately pings Google on the publication of a new post":["Immediately pings Google on the publication of a new post"],"Optimize your site for Google News":["Optimise your site for Google News"],"Make videos responsive through enabling fitvids.js":["Make videos responsive through enabling fitvids.js"],"Enhance the experience of sharing posts with videos":["Enhance the experience of sharing posts with videos"],"Show your videos in Google Videos":["Show your videos in Google Videos"],"Crawl issues list":["Crawl issues list"],"Crawl issues list navigation":["Crawl issues list navigation"],"Edit “%s”":["Edit “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notifications"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions."],"Disable SEO analysis":["Disable SEO analysis"],"Twitter settings":["Twitter settings"],"Pinterest settings":["Pinterest settings"],"Facebook settings":["Facebook settings"],"Title separator symbol":["Title separator symbol"],"RSS feed settings":["RSS feed settings"],"Breadcrumbs settings":["Breadcrumbs settings"],"Make primary":["Make primary"],"Enter your Google Authorization Code and press the Authenticate button.":["Enter your Google Authorisation Code and press the Authenticate button."],"%s notification":["%s notification","%s notifications"],"Disable readability analysis":["Disable readability analysis"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Removes the readability analysis section from the metabox and disables all readability-related suggestions."],"Readability analysis":["Readability analysis"],"Needs improvement":["Needs improvement"],"Readability":["Readability"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files."],"Improvements":["Improvements"],"Restore this item.":["Restore this item."],"Dismiss this item.":["Dismiss this item."],"Good job! We could detect no serious SEO problems.":["Good job! We could detect no serious SEO problems."],"We have detected the following issues that affect the SEO of your site.":["We have detected the following issues that affect the SEO of your site."],"Problems":["Problems"],"Analysis":["Analysis"],"Not available":["Not available"],"Filter by SEO Score":["Filter by SEO Score"],"Meta description not set.":["Meta description not set."],"Video tutorial":["Video tutorial"],"Email support is a %s feature":["Email support is a %s feature"],"Knowledge base":["Knowledge base"],"Open":["Open"],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["You can fix this on the %1$sPermalink settings page%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it."],"Replaced with the primary category of the post/page":["Replaced with the primary category of the post/page"],"Pinterest confirmation":["Pinterest confirmation"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["If you have already confirmed your website with Pinterest, you can skip the step below."],"Format-based archives":["Format-based archives"],"Webmaster Tools verification":["Webmaster Tools verification"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Follow our %1$s for WordPress training and become a certified %1$s Expert!"],"Want to be a %s Expert?":["Want to be a %s Expert?"],"Buy %s":["Buy %s"],"Show information about errors in category %s":["Show information about errors in category %s"],"New %1$s Title":["New %1$s Title"],"Existing %1$s Title":["Existing %1$s Title"],"Expected an integer as input.":["Expected an integer as input."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range."],"Remove":["Remove"],"Keep":["Keep"],"Bold the last page":["Bold the last page"],"Regular":["Regular"],"Bold":["Bold"],"Show Blog page":["Show Blog page"],"Primary %s":["Primary %s"],"Primary":["Primary"],"Make %1$s primary %2$s":["Make %1$s primary %2$s"],"Term is set to noindex.":["Term is set to noindex."],"Author archives":["Author archives"],"Show":["Show"],"Enabled":["Enabled"],"Disabled":["Disabled"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s has not fetched your site's indexability status yet from %2$s"],"The separator defined in your theme's %s tag.":["The separator defined in your theme's %s tag."],"No index":["No index"],"Analyze entire site":["Analyse entire site"],"Fetch the current status":["Fetch the current status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s"],"Your homepage can be indexed by search engines.":["Your homepage can be indexed by search engines."],"Indexability check by %1$s":["Indexability check by %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["If you don't want to use the meta description for sharing on %1$s but want another description there, write it here."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["If you don't want to use the title for sharing on %1$s but instead want another title there, write it here."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed."],"Once Weekly":["Once Weekly"],"Add-ons":["Add-ons"],"SEO score":["SEO score"],"Twitter metadata":["Twitter metadata"],"Facebook / Open Graph metadata":["Facebook / Open Graph metadata"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculating SEO scores for all pieces of content with a focus keyphrase."],"%1$s of %2$s done.":["%1$s of %2$s done."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activation failed:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["The filter extension seem to be unavailable. Please ask your web host to enable it."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["The %1$s plugin installation is incomplete. Please refer to %2$s installation instructions %3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it."],"SEO Settings":["SEO Settings"],"Mobile-Friendly Test":["Mobile-Friendly Test"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML Validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Check Headers"],"Check Google Cache":["Check Google Cache"],"Analyze this page":["Analyse this page"],"Keyword Research":["Keyword Research"],"%s does not seem to be a valid url. Please correct.":["%s does not seem to be a valid URL. Please correct."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s does not seem to be a valid %2$s verification string. Please correct."],"%s Archive":["%s Archive"],"You searched for %s":["You searched for %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s does not seem to be a valid Twitter user-id. Please correct."],"Summary with large image":["Summary with large image"],"Summary":["Summary"],"The post %1$s appeared first on %2$s.":["The post %1$s appeared first on %2$s."],"No numeric value was received.":["No numeric value was received."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["This must be an existing blog. Blog %s does not exist or has been marked as deleted."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["The default blog setting must be the numeric blog id of the blog you want to use as default."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default."],"Please select a valid post type for taxonomy \"%s\"":["Please select a valid post type for taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Please select a valid taxonomy for post type \"%s\""],"You searched for":["You searched for"],"Home":["Home"],"Archives for":["Archives for"],"Error 404: Page not found":["Error 404: Page not found"],"Good":["Good"],"Replaced with a custom taxonomies description":["Replaced with a custom taxonomies description"],"Replaced with a posts custom taxonomies, comma separated.":["Replaced with a posts custom taxonomies, comma separated."],"Replaced with a posts custom field value":["Replaced with a posts custom field value"],"Replaced with the slug which caused the 404":["Replaced with the slug which caused the 404"],"Replaced with the posts focus keyphrase":["Replaced with the posts focus keyphrase"],"Attachment caption":["Attachment caption"],"Replaced with the current page number":["Replaced with the current page number"],"Replaced with the current page total":["Replaced with the current page total"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Replaced with the current page number with context (e.g. page 2 of 4)"],"Replaced with the post/page author's 'Biographical Info'":["Replaced with the post/page author's 'Biographical Info'"],"Replaced with the post/page author's 'nicename'":["Replaced with the post/page author's 'nicename'"],"Replaced with the post/page ID":["Replaced with the post/page ID"],"Replaced with the post/page modified time":["Replaced with the post/page modified time"],"Replaced with the content type plural label":["Replaced with the content type plural label"],"Replaced with the content type single label":["Replaced with the content type single label"],"Replaced with the current search phrase":["Replaced with the current search phrase"],"Replaced with the term name":["Replaced with the term name"],"Replaced with the term description":["Replaced with the term description"],"Replaced with the tag description":["Replaced with the tag description"],"Replaced with the category description":["Replaced with the category description"],"Replaced with the post categories (comma separated)":["Replaced with the post categories (comma separated)"],"Replaced with the current tag/tags":["Replaced with the current tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Replaced with the post/page excerpt (without auto-generation)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Replaced with the post/page excerpt (or auto-generated if it does not exist)"],"The site's name":["The site's name"],"Replaced with the title of the parent page of the current page":["Replaced with the title of the parent page of the current page"],"Replaced with the title of the post/page":["Replaced with the title of the post/page"],"Replaced with the date of the post/page":["Replaced with the date of the post/page"],"Page %1$d of %2$d":["Page %1$d of %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["A replacement variable with the same name has already been registered. Try making your variable name unique."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template."],"Page not found":["Page not found"],"%s Archives":["%s Archives"],"Search for \"%s\"":["Search for \"%s\""],"Meta description to use for Author page":["Meta description to use for Author page"],"Title to use for Author page":["Title to use for Author page"],"%1$s settings":["%1$s settings"],"Export your %1$s settings":["Export your %1$s settings"],"Import settings":["Import settings"],"Import from other SEO plugins":["Import from other SEO plugins"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["If you had a %s file and it was editable, you could edit it from here."],"If your %s were writable, you could edit it from here.":["If your %s were writable, you could edit it from here."],"You don't have a %s file, create one here:":["You don't have a %s file, create one here:"],"A link to your site, with your site's name and description as anchor text.":["A link to your site, with your site's name and description as anchor text."],"A link to your site, with your site's name as anchor text.":["A link to your site, with your site's name as anchor text."],"A link to the post, with the title as anchor text.":["A link to the post, with the title as anchor text."],"A link to the archive for the post author, with the authors name as anchor text.":["A link to the archive for the post author, with the author's name as anchor text."],"You can use the following variables within the content, they will be replaced by the value on the right.":["You can use the following variables within the content, they will be replaced by the value on the right."],"Content to put after each post in the feed":["Content to put after each post in the feed"],"Content to put before each post in the feed":["Content to put before each post in the feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s."],"How to insert breadcrumbs in your theme":["How to insert breadcrumbs in your theme"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Content type archive to show in breadcrumbs for taxonomies"],"Taxonomy to show in breadcrumbs for content types":["Taxonomy to show in breadcrumbs for content types"],"Breadcrumb for 404 Page":["Breadcrumb for 404 Page"],"Prefix for Search Page breadcrumbs":["Prefix for Search Page breadcrumbs"],"Prefix for Archive breadcrumbs":["Prefix for Archive breadcrumbs"],"Prefix for the breadcrumb path":["Prefix for the breadcrumb path"],"Anchor text for the Homepage":["Anchor text for the Homepage"],"Separator between breadcrumbs":["Separator between breadcrumbs"],"Enable Breadcrumbs":["Enable Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!"],"Credits":["Credits"],"« Back to Tools page":["« Back to Tools page"],"%1$s comes with some very powerful built-in tools:":["%1$s comes with some very powerful built-in tools:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file."],"File editor":["File editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Import settings from other SEO plugins and export your settings for re-use on (another) blog."],"Import and Export":["Import and Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page."],"Bulk editor":["Bulk editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimise your site for Pinterest."],"The default card type to use":["The default card type to use"],"Add Twitter card meta data":["Add Twitter card meta data"],"This image is used if the post/page being shared does not contain any images.":["This image is used if the post/page being shared does not contain any images."],"Default settings":["Default settings"],"Copy home meta description":["Copy home meta description"],"Description":["Description"],"Image URL":["Image URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["These are the title, description and image used in the Open Graph meta tags on the front page of your site."],"Frontpage settings":["Frontpage settings"],"Add Open Graph meta data":["Add Open Graph meta data"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter Username"],"Facebook Page URL":["Facebook Page URL"],"Accounts":["Accounts"],"Restore site to defaults":["Restore site to defaults"],"Site ID":["Site ID"],"Using this form you can reset a site to the default SEO settings.":["Using this form you can reset a site to the default SEO settings."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used."],"New sites in the network inherit their SEO settings from this site":["New sites in the network inherit their SEO settings from this site"],"Super Admins only":["Super Admins only"],"Site Admins (default)":["Site Admins (default)"],"Who should have access to the %1$s settings":["Who should have access to the %1$s settings"],"spam":["spam"],"mature":["mature"],"archived":["archived"],"public":["public"],"%s restored to default SEO settings.":["%s restored to default SEO settings."],"Settings Updated.":["Settings Updated."],"404 pages":["404 pages"],"Search pages":["Search pages"],"These pages will be %s by default, so they will never show up in search results.":["These pages will be %s by default, so they will never show up in search results."],"Special Pages":["Special Pages"],"Date-based archives could in some cases also be seen as duplicate content.":["Date-based archives could in some cases also be seen as duplicate content."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s."],"Date archives":["Date archives"],"author archives":["author archives"],"Title":["Title"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Hide"],"Date in Snippet Preview":["Date in Snippet Preview"],"Take note:":["Take note:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["You can determine the title and description for the front page by %1$sediting the front page itself%2$s."],"Homepage & Front page":["Homepage & Front page"],"Title Separator":["Title Separator"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here."],"Force rewrite titles":["Force rewrite titles"],"Taxonomies":["Taxonomies"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Extensions"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Seamlessly integrate WooCommerce with %1$s and get extra features!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Rank better locally and in Google Maps, without breaking a sweat!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Are you in Google News? Increase your traffic from Google News by optimising for it!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimise your videos to show them off in search results and get more clicks!"],"The premium version of %1$s with more features & support.":["The premium version of %1$s with more features & support."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organisation, or a person."],"Website name":["Website name"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["or"],"Save Profile":["Save Profile"],"There were no profiles found":["There were no profiles found"],"Profile":["Profile"],"Current profile":["Current profile"],"Authenticate":["Authenticate"],"Get Google Authorization Code":["Get Google Authorisation Code"],"Reload crawl issues":["Reload crawl issues"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year support and updates, on %2$s."],"Creating redirects is a %s feature":["Creating redirects is a %s feature"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Errors that occurred when your site was crawled by Googlebot."],"Issue categories":["Issue categories"],"Incorrect Google Authorization Code.":["Incorrect Google Authorisation Code."],"The issues have been successfully reloaded!":["The issues have been successfully reloaded!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again."],"Crawl errors per page":["Crawl errors per page"],"Search":["Search"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s."],"Create redirect":["Create Redirect"],"Mark as fixed":["Mark as fixed"],"Response code":["Response code"],"First detected":["First detected"],"Last crawled":["Last crawled"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["The target URL doesn't exist, but your server is not returning a 404 (file not found) error."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Request timed out or site is blocking Google."],"Server Error":["Server Error"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile."],"Blocked":["Blocked"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was unable to crawl this URL due to an undetermined issue."],"URL points to a non-existent page.":["URL points to a non-existent page."],"Not found":["Not found"],"Not followed":["Not followed"],"Faulty redirects":["Faulty redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server requires authentication or is blocking Googlebot from accessing the site."],"Access denied":["Access denied"],"Deactivate %s":["Deactivate %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["The %1$s plugin(s) might cause issues when used in conjunction with %2$s."],"Upload Image":["Upload Image"],"Remove these ads?":["Remove these ads?"],"%s Posts Overview":["%s Posts Overview"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears."],"Breadcrumbs title":["Breadcrumbs title"],"The canonical link is shown on the archive page for this term.":["The canonical link is shown on the archive page for this term."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Other"],"Archives":["Archives"],"Email":["Email"],"Close":["Close"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site."],"Configure %1$s's Open Graph settings":["Configure %1$s's Open Graph settings"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared."],"%s Image":["%s Image"],"%s Description":["%s Description"],"%s Title":["%s Title"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["The recommended image size for %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["If you want to override the image used on %s for this post, upload / choose an image here."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["If you don't want to use the meta description for sharing the post on %s but want another description there, write it here."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here."],"very difficult":["very difficult"],"Try to make shorter sentences, using less difficult words to improve readability":["Try to make shorter sentences, using less difficult words to improve readability"],"difficult":["difficult"],"Try to make shorter sentences to improve readability":["Try to make shorter sentences to improve readability"],"fairly difficult":["fairly difficult"],"OK":["OK"],"fairly easy":["fairly easy"],"easy":["easy"],"very easy":["very easy"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["All SEO Scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites."],"(no parent)":["(no parent)"],"Post is set to noindex.":["Post is set to noindex."],"The URL that this page should redirect to.":["The URL that this page should redirect to."],"301 Redirect":["301 Redirect"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Title to use for this page in breadcrumb paths"],"Breadcrumbs Title":["Breadcrumbs Title"],"No Snippet":["No Snippet"],"No Archive":["No Archive"],"No Image Index":["No Image Index"],"None":["None"],"Site-wide default: %s":["Site-wide default: %s"],"Advanced meta robots settings for this page.":["Advanced meta robots settings for this page."],"Meta robots advanced":["Meta robots advanced"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect."],"Meta description":["Meta description"],"SEO Title":["SEO Title"],"Focus keyword":["Focus Keyword"],"Snippet preview":["Snippet preview"],"Settings successfully imported.":["Settings successfully imported."],"Settings could not be imported:":["Settings could not be imported:"],"Error creating %1$s export: ":["Error creating %1$s export: "],"Breadcrumb for 404 pages:":["Breadcrumb for 404 pages:"],"Prefix for search result pages:":["Prefix for search result pages:"],"Prefix for archive pages:":["Prefix for archive pages:"],"Prefix for breadcrumbs:":["Prefix for breadcrumbs:"],"Anchor text for the homepage:":["Anchor text for the homepage:"],"Breadcrumbs separator:":["Breadcrumbs separator:"],"Remove blog page from breadcrumbs":["Remove blog page from breadcrumbs"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Use Image"],"Action":["Action"],"Page URL/Slug":["Page URL/Slug"],"Publication date":["Publication date"],"Post Status":["Post Status"],"WP Page Title":["WP Page Title"],"View":["View"],"View “%s”":["View “%s”"],"Preview":["Preview"],"Preview “%s”":["Preview “%s”"],"Edit":["Edit"],"Filter":["Filter"],"New Yoast Meta Description":["New Yoast Meta Description"],"Existing Yoast Meta Description":["Existing Yoast Meta Description"],"Facebook profile URL":["Facebook profile URL"],"Twitter username (without @)":["Twitter username (without @)"],"FAQ":["FAQ"],"Premium Support":["Premium Support"],"Settings":["Settings"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["You must %sgo to your Reading Settings%s and uncheck the box for Search Engine Visibility."],"Huge SEO Issue: You're blocking access to robots.":["Huge SEO Issue: You're blocking access to robots."],"Posts":["Posts"],"Edit Files":["Edit Files"],"Advanced Variables":["Advanced Variables"],"Basic Variables":["Basic Variables"],"General":["General"],"Extensions":["Extensions"],"Search Console":["Search Console"],"Tools":["Tools"],"Advanced":["Advanced"],"XML sitemaps":["XML sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues."],"Just another WordPress site":["Just another WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customiser%2$s."],"You have used HTML in your value which is not allowed.":["You have used HTML in your value which is not allowed."],"You can't edit %s that aren't yours.":["You can't edit %s that aren't yours."],"You can't edit %s.":["You can't edit %s."],"Post has an invalid Content Type: %s.":["Post has an invalid Content Type: %s."],"Post doesn't exist.":["Post doesn't exist."],"course\u0004Free:":["Free:"],"posts\u0004Trash (%s)":["Trash (%s)","Trash (%s)"],"posts\u0004All (%s)":["All (%s)","All (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"en_NZ"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["The form contains %1$s error. %2$s","The form contains %1$s errors. %2$s"],"SEO settings configured":["SEO settings configured"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. "],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on."],"%d occurrences":["%d occurrences"],"Activate %s for your site on MyYoast":["Activate %s for your site on MyYoast"],"Show blog page in breadcrumbs":["Show blog page in breadcrumbs"],"We could not find any relevant articles on your website that you could link to from your post.":["We could not find any relevant articles on your website that you could link to from your post."],"Has feedback":["Has feedback"],"Content optimization:":["Content optimisation:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sReadability%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Read %1$sthis post for more information about why we’re not supporting older versions.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s"],"Post Noindexed":["Post Noindexed"],"No Focus Keyphrase":["No Focus Keyphrase"],"Person logo / avatar":["Person logo / avatar"],"Extend %s":["Extend %s"],"Enroll in the %s for WordPress training":["Enrol in the %s for WordPress training"],"Posts with the SEO score: %s":["Posts with the SEO score: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video tutorial"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["To view your current crawl errors, %1$splease visit Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s."],"Remove this message":["Remove this message"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Truly optimise your site for a local audience with our %s plugin! Optimised address details, opening hours, store locator and pickup option!"],"Serving local customers?":["Serving local customers?"],"Get the %s plugin now":["Get the %s plugin now"],"Organization social profiles":["Organisation social profiles"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page."],"Personal info":["Personal info"],"Organization logo":["Organisation logo"],"Organization name":["Organisation name"],"Choose whether the site represents an organization or a person.":["Choose whether the site represents an organisation or a person."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["To make your site represent a Company or Organisation go to %1$sSearch Appearance%2$s and set Organisation or Person to \"Organisation\"."],"To change the social accounts used for your site, update the details for %1$s.":["To change the social accounts used for your site, update the details for %1$s."],"That means that the form and information below is disabled, and not used.":["That means that the form and information below is disabled, and not used."],"Your website is currently configured to represent a Person":["Your website is currently configured to represent a Person"],"(if one exists)":["(if one exists)"],"Wikipedia page about you":["Wikipedia page about you"],"YouTube profile URL":["YouTube profile URL"],"Tumblr profile URL":["Tumblr profile URL"],"SoundCloud profile URL":["SoundCloud profile URL"],"MySpace profile URL":["MySpace profile URL"],"Organization or person":["Organisation or person"],"The person":["The person"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Does your site represent a person or an organisation?"],"The name of the organization":["The name of the organisation"],"Provide an image of the organization logo":["Provide an image of the organisation logo"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s."],"Select a user...":["Select a user…"],"Uncategorized":["Uncategorised"],"Name:":["Name:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Error: Please select a user below to make your site's meta data complete."],"SEO score: %s":["SEO score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["If a Wikipedia page for you or your organisation exists, add it too."],"Wikipedia URL":["Wikipedia URL"],"Pinterest profile URL":["Pinterest profile URL"],"Instagram profile URL":["Instagram profile URL"],"LinkedIn profile URL":["LinkedIn profile URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step."],"SEO for Beginners training":["SEO for Beginners training"],"%s for WordPress training":["%s for WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["The image you selected is too small for Facebook"],"The given image url cannot be loaded":["The given image URL cannot be loaded"],"Find out what words your audience uses to find you":["Find out what words your audience uses to find you"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s"],"No JSON object was returned.":["No JSON object was returned."],"Received internal links":["Received internal links"],"Outgoing internal links":["Outgoing internal links"],"New step added":["New step added"],"New question added":["New question added"],"To be able to create a redirect and fix this issue, you need %1$s. ":["To be able to create a redirect and fix this issue, you need %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["You can buy the plugin, including one year of support and updates, on %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["To make sure all the links in your texts are counted, we need to analyse all your texts."],"All you have to do is press the following button and we'll go through all your texts for you.":["All you have to do is press the following button and we'll go through all your texts for you."],"Count links":["Count links"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributes%2$s: Good job!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!"],"Page %s":["Page %s"],"Cannot get the size of %1$s because of unknown reasons.":["Cannot get the size of %1$s because of unknown reasons."],"Cannot get the size of %1$s because it is hosted externally.":["Cannot get the size of %1$s because it is hosted externally."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!"],"Get an even better analysis":["Get an even better analysis"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!"],"Improve sharing on Facebook and Pinterest":["Improve sharing on Facebook and Pinterest"],"You do not have the required rights to export settings.":["You do not have the required rights to export settings."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copy all these settings to another site's %1$s tab and click \"%1$s\" there."],"These are settings for the %1$s plugin by %2$s":["These are settings for the %1$s plugin by %2$s"],"No settings found.":["No settings found."],"Export your %1$s settings here, to copy them on another site.":["Export your %1$s settings here, to copy them on another site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import of settings is only supported on servers that run PHP 5.3 or higher."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Import settings by pasting the settings you copied from another site here and clicking \"%s\"."],"Paste your settings from another %s installation.":["Paste your settings from another %s installation."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimise%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexable created for object %1$s with type %2$s"],"Method %1$s() does not exist in class %2$s":["Method %1$s() does not exist in class %2$s"],"With %s, you can easily create such redirects.":["With %s, you can easily create such redirects."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website."],"WARNING:":["WARNING:"],"Learn about why permalinks are important for SEO.":["Learn about why permalinks are important for SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Did you know %s also analyses the different word forms of your keyphrase, like plurals and past tenses?"],"Clear Image":["Clear Image"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase in slug%2$s: Great work!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sKeyphrase distribution%2$s: Good job!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s."],"Help on choosing the perfect focus keyphrase":["Help on choosing the perfect focus keyphrase"],"Would you like to add a related keyphrase?":["Would you like to add a related keyphrase?"],"Go %s!":["Go %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s."],"Rank better with synonyms & related keyphrases":["Rank better with synonyms & related keyphrases"],"optimize a single post for synonyms and related keyphrases.":["optimise a single post for synonyms and related keyphrases."],"Synonyms & related keyphrases":["Synonyms & related keyphrases"],"Add related keyphrase":["Add related keyphrase"],"Dismiss %s upgrade notice":["Dismiss %s upgrade notice"],"Upgrade to %s":["Upgrade to %s"],"%1$s video":["%1$s video"],"Get %s":["Get %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sText length%4$s: The text contains %1$d word.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sText length%3$s: The text contains %1$d word. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimise%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO title width%2$s: Good job!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!"],"%1$sOutbound links%2$s: Good job!":["%1$sOutbound links%2$s: Good job!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta description length%2$s: Well done!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sKeyphrase length%2$s: Good job!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in introduction%2$s: Well done!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInternal links%2$s: You have enough internal links. Good job!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sTransition words%2$s: Well done!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sSubheading distribution%2$s: Great job!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSentence length%2$s: Great!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive voice%2$s: You're using enough active voice. That's great!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!"],"Good job!":["Good job!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s"],"Focus keyphrase":["Focus keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s with ID %2$s couldn't be patched"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Invalid POST request. Meta values already exist for object with ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexable with ID `%1$s` does not exist"],"No object with ID %1$s and %2$s could be found":["No object with ID %1$s and %2$s could be found"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` is not a valid subtype of `%2$s`"],"The object type `%1$s` is invalid":["The object type `%1$s` is invalid"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`"],"The parameter `%1$s` cannot be empty.":["The parameter `%1$s` cannot be empty."],"Check Keyphrase Density":["Check Keyphrase Density"],"Disable":["Disable"],"Allow Control":["Allow Control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all."],"%s is a required feature toggle argument.":["%s is a required feature toggle argument."],"Keyphrase:":["Keyphrase:"],"Remove keyphrase":["Remove keyphrase"],"This feature has been disabled by the network admin.":["This feature has been disabled by the network admin."],"Focus keyphrase not set.":["Focus keyphrase not set."],"Multiple keyphrases":["Multiple keyphrases"],"Colon":["Colon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental."],"There is a new notification.":["There is a new notification.","There are new notifications."],"Learn more about the readability analysis":["Learn more about the readability analysis"],"Describe the duration of the instruction:":["Describe the duration of the instruction:"],"Optional. Customize how you want to describe the duration of the instruction":["Optional. Customise how you want to describe the duration of the instruction"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"%s, %s and %s":["%s, %s and %s"],"%s and %s":["%s and %s"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d hour","%d hours"],"%d day":["%d day","%d days"],"Enter a step title":["Enter a step title"],"Optional. This can give you better control over the styling of the steps.":["Optional. This can give you better control over the styling of the steps."],"CSS class(es) to apply to the steps":["CSS class(es) to apply to the steps"],"minutes":["minutes"],"hours":["hours"],"days":["days"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post."],"Copy error":["Copy error"],"An error occurred loading the %s primary taxonomy picker.":["An error occurred loading the %s primary taxonomy picker."],"%1$s Structured Data Blocks":["%1$s Structured Data Blocks"],"Time needed:":["Time needed:"],"Move question down":["Move question down"],"Move question up":["Move question up"],"Insert question":["Insert question"],"Delete question":["Delete question"],"Enter the answer to the question":["Enter the answer to the question"],"Enter a question":["Enter a question"],"Add question":["Add question"],"Frequently Asked Questions":["Frequently Asked Questions"],"Great news: you can, with %s!":["Great news: you can, with %s!"],"Select the primary %s":["Select the primary %s"],"Check links to this URL":["Check links to this URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Please check the %1$sarchive template%2$s for the following content type: %3$s."," Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Are you trying to use multiple keyphrases? You should add them separately below."],"Mark as cornerstone content":["Mark as cornerstone content"],"Move step down":["Move step down"],"Move step up":["Move step up"],"Insert step":["Insert step"],"Delete step":["Delete step"],"Add image":["Add image"],"Enter a step description":["Enter a step description"],"Enter a description":["Enter a description"],"Unordered list":["Unordered list"],"Showing step items as an ordered list.":["Showing step items as an ordered list."],"Showing step items as an unordered list":["Showing step items as an unordered list"],"Add step":["Add step"],"Delete total time":["Delete total time"],"Add total time":["Add total time"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Snippet Preview"],"Analysis results":["Analysis results"],"Enter a focus keyphrase to calculate the SEO score":["Enter a focus keyphrase to calculate the SEO score"],"Learn more about Cornerstone Content.":["Learn more about Cornerstone Content."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone content should be the most important and extensive articles on your site."],"Restore Site":["Restore Site"],"Network Settings":["Network Settings"],"You are not allowed to perform this action.":["You are not allowed to perform this action."],"Error: %s":["Error: %s"],"Success: %s":["Success: %s"],"Site with ID %d not found.":["Site with ID %d not found."],"No site has been selected to restore.":["No site has been selected to restore."],"You are not allowed to modify unregistered network settings.":["You are not allowed to modify unregistered network settings."],"deleted":["deleted"],"Would you like to add another keyphrase?":["Would you like to add another keyphrase?"],"image preview":["image preview"],"Copied!":["Copied!"],"Not supported!":["Not supported!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Consider linking to these {{a}}cornerstone articles:{{/a}}"],"Consider linking to these articles:":["Consider linking to these articles:"],"Copy link":["Copy link"],"Copy link to suggested article: %s":["Copy link to suggested article: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. "],"Prominent words":["Prominent words"],"The site's tagline":["The site's tagline"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong."],"Not all required fields are given. Missing field %1$s":["Not all required fields are given. Missing field %1$s"],"Optimize your site for Google News.":["Optimise your site for Google News."],"Optimize your shop's SEO and sell more products!":["Optimise your shop's SEO and sell more products!"],"Be found in Google Video search and enhance your video sharing on social media.":["Be found in Google Video search and enhance your video sharing on social media."],"Be found in Google Maps and local results.":["Be found in Google Maps and local results."],"Learn practical SEO skills to rank higher in Google.":["Learn practical SEO skills to rank higher in Google."],"Don’t waste time figuring out the best settings yourself.":["Don’t waste time figuring out the best settings yourself."],"Get quick wins to make your site rank higher in search engines.":["Get quick wins to make your site rank higher in search engines."],"Add synonyms":["Add synonyms"],"Would you like to add keyphrase synonyms?":["Would you like to add keyphrase synonyms?"],"Would you like to add more than one keyphrase?":["Would you like to add more than one keyphrase?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["You haven't set a Shop page in your WooCommerce settings. Please do this first."],"Current year":["Current year"],"Page":["Page"],"Breadcrumb settings for %s archive":["Breadcrumb settings for %s archive"],"Something went wrong. Please reload the page.":["Something went wrong. Please reload the page."],"Tagline":["Tagline"],"Modify your meta description by editing it right here":["Modify your meta description by editing it right here"],"description (custom taxonomy)":["description (custom taxonomy)"],"(custom taxonomy)":["(custom taxonomy)"],"(custom field)":["(custom field)"],"Term404":["Term404"],"Caption":["Caption"],"Pagenumber":["Pagenumber"],"Pagetotal":["Pagetotal"],"Page number":["Page number"],"User description":["User description"],"ID":["ID"],"Modified":["Modified"],"Post type (plural)":["Post type (plural)"],"Post type (singular)":["Post type (singular)"],"Separator":["Separator"],"Search phrase":["Search phrase"],"Term title":["Term title"],"Term description":["Term description"],"Tag description":["Tag description"],"Category description":["Category description"],"Primary category":["Primary category"],"Category":["Category"],"Tag":["Tag"],"Excerpt only":["Excerpt only"],"Excerpt":["Excerpt"],"Site title":["Site title"],"Archive title":["Archive title"],"Parent title":["Parent title"],"Date":["Date"],"Label":["Label"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL."],"Search engines and other websites can still send traffic to your deleted post.":["Search engines and other websites can still send traffic to your deleted post."],"Make sure you don't miss out on traffic!":["Make sure you don't miss out on traffic!"],"You just deleted a %1$s.":["You just deleted a %1$s."],"You just trashed a %1$s.":["You just trashed a %1$s."],"Settings for %s archive":["Settings for %s archive"],"Settings for single %s URLs":["Settings for single %s URLs"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be."],"Url preview":["URL preview"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results."],"Insert snippet variable":["Insert snippet variable"],"Dismiss this notice":["Dismiss this notice"],"No results":["No results"],"%d result found, use up and down arrow keys to navigate":["%d result found, use up and down arrow keys to navigate","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Your site language is set to %s. If this is not correct, contact your site administrator."],"Number of results found: %d":["Number of results found: %d"],"Note that not all variables can be used in every field.":["Note that not all variables can be used in every field."],"Snippet variables":["Snippet variables"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site."],"Unknown type %1$s":["Unknown type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Includes a free MyYoast account which gives you access to our free SEO for Beginners course!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verification code"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider."],"Cleanup of %s data failed.":["Cleanup of %s data failed."],"Content Type":["Content Type"],"Filter by content type":["Filter by content type"],"Show All Content Types":["Show All Content Types"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Replaced with the normal title for an archive generated by WordPress"],"Clean":["Clean"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Once you're certain your site is OK, you can clean up. This will remove all the original data."],"Step 5: Clean up":["Step 5: Clean up"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct."],"Step 4: Run the configuration wizard":["Step 4: Run the configuration wizard"],"Please check your posts and pages and see if the metadata was successfully imported.":["Please check your posts and pages and see if the metadata was successfully imported."],"Step 3: Check your data":["Step 3: Check your data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place."],"Step 2: Import":["Step 2: Import"],"Please make a backup of your database before starting this process.":["Please make a backup of your database before starting this process."],"Step 1: Create a backup":["Step 1: Create a backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s did not detect any plugin data from plugins it can import from."],"Posts that should not show up in search results":["Posts that should not show up in search results"],"%s data found.":["%s data found."],"%s data successfully removed.":["%s data successfully removed."],"%s data successfully imported.":["%s data successfully imported."],"%s data not found.":["%s data not found."],"Improve your SEO skills":["Improve your SEO skills"],"24/7 email support":["24/7 email support"],"No more dead links a.k.a. 404 pages":["No more dead links a.k.a. 404 pages"],"Get real-time suggestions for internal links":["Get real-time suggestions for internal links"],"Preview your page in Facebook and Twitter":["Preview your page in Facebook and Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Home Page%2$s setting."],"Help on copying the home meta description":["Help on copying the home meta description"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["To let search engines know which social profiles are associated to this site, enter your site social profiles data below."],"Learn more about your social profiles settings":["Learn more about your social profiles settings"],"Remove the categories prefix":["Remove the categories prefix"],"Help on the category prefix setting":["Help on the category prefix setting"],"Learn more about the available variables":["Learn more about the available variables"],"Learn more about the RSS feed setting":["Learn more about the RSS feed setting"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself."],"Learn more about the Media and attachment URLs setting":["Learn more about the Media and attachment URLs setting"],"Learn more about the title separator setting":["Learn more about the title separator setting"],"Learn more about the knowledge graph setting":["Learn more about the knowledge graph setting"],"Learn more about the homepage setting":["Learn more about the home page setting"],"Learn more about the special pages setting":["Learn more about the special pages setting"],"Help on the date archives search results setting":["Help on the date archives search results setting"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the authors without posts archive search results setting":["Help on the authors without posts archive search results setting"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the author archives search results setting":["Help on the author archives search results setting"],"Archives settings help":["Archives settings help"],"Learn more about the archives setting":["Learn more about the archives setting"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verification code"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Get your Google verification code in %1$sGoogle Search Console%2$s."],"Google verification code":["Google verification code"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Get your Bing verification code in %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verification code"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these."],"Learn more about the Webmaster Tools verification":["Learn more about the Webmaster Tools verification"],"On":["On"],"Help on: %s":["Help on: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature."],"Off":["Off"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings."],"Security: no advanced settings for authors":["Security: no advanced settings for authors"],"See who contributed to %1$s.":["See who contributed to %1$s."],"Help on this search results setting":["Help on this search results setting"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Default for %2$s, currently: %1$s":["Default for %2$s, currently: %1$s"],"Show %s in search results?":["Show %s in search results?"],"this author's archives":["this author's archives"],"Do not allow search engines to show %s in search results.":["Do not allow search engines to show %s in search results."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only."],"Category URLs":["Category URLs"],"the archive for %s":["the archive for %s"],"Redirect attachment URLs to the attachment itself?":["Redirect attachment URLs to the attachment itself?"],"We recommend you set this to Yes.":["We recommend you set this to Yes."],"Media & attachment URLs":["Media & attachment URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["This is what shows in the search results when people find your home page. This means this is probably what they see when they search for your brand name."],"date archives":["date archives"],"archives for authors without posts":["archives for authors without posts"],"Read why XML Sitemaps are important for your site.":["Read why XML Sitemaps are important for your site."],"Enable the XML sitemaps that %s generates.":["Enable the XML sitemaps that %s generates."],"See the XML sitemap.":["See the XML sitemap."],"%2$s (current default for %1$s)":["%2$s (current default for %1$s)"],"Media":["Media"],"Content Types":["Content Types"],"Should search engines follow links on this %1$s?":["Should search engines follow links on this %1$s?"],"Allow search engines to show this %s in search results?":["Allow search engines to show this %s in search results?"],"Search Appearance":["Search Appearance"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings."],"Search engines should show \"%1$s\" in search results:":["Search engines should show \"%1$s\" in search results:"],"Search engine visibility":["Search engine visibility"],"Toggle %1$s's XML Sitemap":["Toggle %1$s's XML Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["The cornerstone content feature lets you to mark and filter cornerstone content on your website."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7."],"Search result":["Search result"],"Good results":["Good results"],"Get better search results in local search":["Get better search results in local search"],"Allow customers to pick up their %s order locally":["Allow customers to pick up their %s order locally"],"SEO analysis":["SEO analysis"],"The SEO analysis offers suggestions to improve the SEO of your text.":["The SEO analysis offers suggestions to improve the SEO of your text."],"Learn how the SEO analysis can help you rank.":["Learn how the SEO analysis can help you rank."],"The readability analysis offers suggestions to improve the structure and style of your text.":["The readability analysis offers suggestions to improve the structure and style of your text."],"Discover why readability is important for SEO.":["Discover why readability is important for SEO."],"Find out how cornerstone content can help you improve your site structure.":["Find out how cornerstone content can help you improve your site structure."],"The text link counter helps you improve your site structure.":["The text link counter helps you improve your site structure."],"Find out how the text link counter can enhance your SEO.":["Find out how the text link counter can enhance your SEO."],"%s integration":["%s integration"],"Read more about how %s works.":["Read more about how %s works."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared."],"Find out why you should upgrade to %s":["Find out why you should upgrade to %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Latest blog posts on %1$s"],"Need help?":["Need help?"],"Type here to search...":["Type here to search..."],"Search the Yoast Knowledge Base for answers to your questions:":["Search the Yoast Knowledge Base for answers to your questions:"],"Remove highlight from the text":["Remove highlight from the text"],"Your site language is set to %s. ":["Your site language is set to %s. "],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Get started quickly with the %1$s %2$sconfiguration wizard%3$s!"],"First-time SEO configuration":["First-time SEO configuration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Your site language is set to {language}. If this is not correct, contact your site administrator."],"Your site language is set to {language}.":["Your site language is set to {language}."],"Highlight this result in the text":["Highlight this result in the text"],"Considerations":["Considerations"],"Errors":["Errors"],"Change language":["Change language"],"You cannot create a %s file.":["You cannot create a %s file."],"You cannot edit the %s file.":["You cannot edit the %s file."],"Updated %s":["Updated %s"],"Create %s file":["Create %s file"],"Edit the content of your %s:":["Edit the content of your %s:"],"Save changes to %s":["Save changes to %s"],"%s file":["%s file"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s."],"More information":["More information"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better."],"More information about %1$s":["More information about %1$s"],"Configuration Wizard":["Configuration Wizard"],"You've done it!":["You've done it!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Seamlessly integrate %2$s with %1$s for the content analysis!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better."],"Manage your %s subscription on MyYoast":["Manage your %s subscription on MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s."],"Loading help center.":["Loading help centre."],"Get support":["Get support"],"View in KB":["View in KB"],"Go back":["Go back"],"Go back to the search results":["Go back to the search results"],"(Opens in a new browser tab)":["(Opens in a new browser tab)"],"Posts %1$swithout%2$s a focus keyphrase":["Posts %1$swithout%2$s a focus keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, your SEO is doing pretty well! Check out the stats:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["You don't have any published posts, your SEO scores will appear here once you make your first post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets."],"Something else":["Something else"],"A portfolio":["A portfolio"],"A corporation":["A corporation"],"A small offline business":["A small offline business"],"A news channel":["A news channel"],"An online shop":["An online shop"],"A blog":["A blog"],"What does the site %1$s represent?":["What does the site %1$s represent?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["If you choose no, your author archives will be deactivated to prevent duplicate content issues."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s."],"Option B: My site is under construction and should not be indexed":["Option B: My site is under construction and should not be indexed"],"Option A: My site is live and ready to be indexed":["Option A: My site is live and ready to be indexed"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site."],"Please specify if your site is under construction or already active.":["Please specify if your site is under construction or already active."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results."],"Read more like this on our SEO blog":["Read more like this on our SEO blog"],"Readability: %s":["Readability: %s"],"Not activated":["Not activated"],"Activated":["Activated"],"%1$s recommendations for you":["%1$s recommendations for you"],"All Readability Scores":["All Readability Scores"],"Filter by Readability Score":["Filter by Readability Score"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is not valid."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s."],"Good job! All the links in your texts have been counted.":["Good job! All the links in your texts have been counted."],"Calculation completed.":["Calculation completed."],"Calculation in progress...":["Calculation in progress..."],"Stop counting":["Stop counting"],"Counting links in your texts":["Counting links in your texts"],"Text %1$s of %2$s processed.":["Text %1$s of %2$s processed."],"All your texts are already counted, there is no need to count them again.":["All your texts are already counted, there is no need to count them again."],"Count links in your texts":["Count links in your texts"],"Text link counter":["Text link counter"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO."],"%s Columns":["%s Columns"],"Readability score":["Readability score"],"Other benefits of %s for you:":["Other benefits of %s for you:"],"Scroll to see the preview content.":["Scroll to see the preview content."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s will now take care of all the needed technical optimisation of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page."],"Attract more customers near you":["Attract more customers near you"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!"],"Get the most out of %1$s with the %2$s":["Get the most out of %1$s with the %2$s"],"Upgrade to Premium":["Upgrade to Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support."],"Outrank the competition with %s":["Outrank the competition with %s"],"You might like":["You might like"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["The configuration wizard helps you to easily configure your site to have the optimal SEO settings."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin."],"Superfast internal linking suggestions":["Superfast internal linking suggestions"],"Great news: you can, with %1$s!":["Great news: you can, with %1$s!"],"Save changes":["Save changes"],"1 year free support and updates included!":["1 year free support and updates included!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial media preview%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo more dead links%2$s: easy redirect manager"],"No ads!":["No ads!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Social media preview"],"Easy redirect manager":["Easy redirect manager"],"No more dead links":["No more dead links"],"Increase your SEO reach":["Increase your SEO reach"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!"],"Variable":["Variable"],"Available variables":["Available variables"],"Scroll to see the table content.":["Scroll to see the table content."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance."],"An error occurred in the '%1$s' assessment":["An error occurred in the '%1$s' assessment"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.","The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["The meta description contains no sentences %1$sover %2$s words%3$s."],"Step %1$d: %2$s":["Step %1$d: %2$s"],"No new notifications.":["No new notifications."],"Save all":["Save all"],"Save":["Save"],"%1$s, Author at %2$s":["%1$s, Author at %2$s"],"Mobile preview":["Mobile preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Select redirect"],"Please provide an SEO title by editing the snippet below.":["Please provide an SEO title by editing the snippet below."],"Meta description preview:":["Meta description preview:"],"Slug preview:":["Slug preview:"],"SEO title preview:":["SEO title preview:"],"Close snippet editor":["Close snippet editor"],"Slug":["Slug"],"Remove marks in the text":["Remove marks in the text"],"Mark this result in the text":["Mark this result in the text"],"Marks are disabled in current view":["Marks are disabled in current view"],"Good SEO score":["Good SEO score"],"OK SEO score":["OK SEO score"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Choose an image"],"Remove the image":["Remove the image"],"MailChimp signup failed:":["MailChimp signup failed:"],"Sign Up!":["Sign Up!"],"Name":["Name"],"There is an error with the request.":["There is an error with the request."],"Select profile":["Select profile"],"Choose a profile":["Choose a profile"],"Authorization code":["Authorisation code"],"Reauthenticate with Google":["Reauthenticate with Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["To allow %s to fetch your Google Search Console information, please enter your Google Authorisation Code. Clicking the button below will open a new window."],"Please provide a meta description by editing the snippet below.":["Please provide a meta description by editing the snippet below."],"Edit snippet":["Edit snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["You can click on each element in the preview to jump to the Snippet Editor."],"SEO title preview":["SEO title preview"],"Meta description preview":["Meta description preview"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any)."],"Close the Wizard":["Close the Wizard"],"Export settings":["Export settings"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuration Wizard"],"Please don't show me this notification anymore":["Please don't show me this notification anymore"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!"],"Date archives settings":["Date archives settings"],"Author archives settings":["Author archives settings"],"%1$s by %2$s":["%1$s by %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Warning: the variable %s cannot be used in this template. See the help centre for more info."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support."],"(no title)":["(no title)"],"%s installation wizard":["%s installation wizard"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["The %1$s admin bar menu contains useful links to third-party tools for analysing pages and makes it easy to see if you have new notifications."],"Admin bar menu":["Admin bar menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case."],"Features":["Features"],"SEO title":["SEO title"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["While we strive to make setting up Yoast SEO as easy as possible, we understand it can be daunting. If you’d rather have us set up Yoast SEO for you (and get a copy of Yoast SEO Premium in the process), order our %1$sYoast SEO configuration service%2$s here!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google shows your website's name in the search results, if you want to change it, you can do that here."],"Greater than sign":["Greater than sign"],"Less than sign":["Less than sign"],"Right angle quotation mark":["Right angle quotation mark"],"Left angle quotation mark":["Left angle quotation mark"],"Small tilde":["Small tilde"],"Vertical bar":["Vertical bar"],"Low asterisk":["Low asterisk"],"Asterisk":["Asterisk"],"Bullet":["Bullet"],"Middle dot":["Middle dot"],"Em dash":["Em dash"],"En dash":["En dash"],"Dash":["Dash"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results."],"The name of the person":["The name of the person"],"No":["No"],"Yes":["Yes"],"Does, or will, your site have multiple authors?":["Does, or will, your site have multiple authors?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL."],"Success!":["Success!"],"Title settings":["Title settings"],"Google Search Console":["Google Search Console"],"Multiple authors":["Multiple authors"],"Site type":["Site type"],"Environment":["Environment"],"Yoast option %1$s not found.":["Yoast option %1$s not found."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Posts list"],"Posts list navigation":["Posts list navigation"],"Filter posts list":["Filter posts list"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Note that links to archives might be still output by your theme and you would need to remove them separately."],"%1$s to optimize your site even further":["%1$s to optimise your site even further"],"%1$s extensions":["%1$s extensions"],"Comes with our 30-day no questions asked money back guarantee":["Comes with our 30-day no questions asked money back guarantee"],"More information %1$sabout %3$s%2$s":["More information %1$sabout %3$s%2$s"],"Installed":["Installed"],"gain access to our 24/7 support team.":["gain access to our 24/7 support team."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["check what your Facebook or Twitter post will look like."],"Social previews":["Social previews"],"create and manage redirects from within your WordPress install.":["create and manage redirects from within your WordPress install."],"Redirect manager":["Redirect manager"],"%1$s, take your optimization to the next level!":["%1$s, take your optimisation to the next level!"],"A seamless integration between %1$s and %2$s":["A seamless integration between %1$s and %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use %1$s breadcrumbs instead of %2$s ones"],"Easily insert Google Maps, a store locator, opening hours and more":["Easily insert Google Maps, a store locator, opening hours and more"],"Creates XML News Sitemaps":["Creates XML News Sitemaps"],"Immediately pings Google on the publication of a new post":["Immediately pings Google on the publication of a new post"],"Optimize your site for Google News":["Optimise your site for Google News"],"Make videos responsive through enabling fitvids.js":["Make videos responsive through enabling fitvids.js"],"Enhance the experience of sharing posts with videos":["Enhance the experience of sharing posts with videos"],"Show your videos in Google Videos":["Show your videos in Google Videos"],"Crawl issues list":["Crawl issues list"],"Crawl issues list navigation":["Crawl issues list navigation"],"Edit “%s”":["Edit “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notifications"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions."],"Disable SEO analysis":["Disable SEO analysis"],"Twitter settings":["Twitter settings"],"Pinterest settings":["Pinterest settings"],"Facebook settings":["Facebook settings"],"Title separator symbol":["Title separator symbol"],"RSS feed settings":["RSS feed settings"],"Breadcrumbs settings":["Breadcrumbs settings"],"Make primary":["Make primary"],"Enter your Google Authorization Code and press the Authenticate button.":["Enter your Google Authorisation Code and press the Authenticate button."],"Knowledge base article":["Knowledge base article"],"Open the knowledge base article in a new window or read it in the iframe below":["Open the knowledge base article in a new window or read it in the iframe below"],"Search results":["Search results"],"%s notification":["%s notification","%s notifications"],"Disable readability analysis":["Disable readability analysis"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Removes the readability analysis section from the metabox and disables all readability-related suggestions."],"Readability analysis":["Readability analysis"],"Needs improvement":["Needs improvement"],"Readability":["Readability"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files."],"Improvements":["Improvements"],"Dismiss this item.":["Dismiss this item."],"Good job! We could detect no serious SEO problems.":["Good job! We could detect no serious SEO problems."],"We have detected the following issues that affect the SEO of your site.":["We have detected the following issues that affect the SEO of your site."],"Problems":["Problems"],"Analysis":["Analysis"],"Not available":["Not available"],"Filter by SEO Score":["Filter by SEO Score"],"Meta description not set.":["Meta description not set."],"Video tutorial":["Video tutorial"],"Email support is a %s feature":["Email support is a %s feature"],"Knowledge base":["Knowledge base"],"Open":["Open"],"Loading...":["Loading..."],"Something went wrong. Please try again later.":["Something went wrong. Please try again later."],"No results found.":["No results found."],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["You can fix this on the %1$sPermalink settings page%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it."],"Replaced with the primary category of the post/page":["Replaced with the primary category of the post/page"],"Pinterest confirmation":["Pinterest confirmation"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["If you have already confirmed your website with Pinterest, you can skip the step below."],"Format-based archives":["Format-based archives"],"Webmaster Tools verification":["Webmaster Tools verification"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Follow our %1$s for WordPress training and become a certified %1$s Expert!"],"Want to be a %s Expert?":["Want to be a %s Expert?"],"Buy %s":["Buy %s"],"Show information about errors in category %s":["Show information about errors in category %s"],"New %1$s Title":["New %1$s Title"],"Existing %1$s Title":["Existing %1$s Title"],"Expected an integer as input.":["Expected an integer as input."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range."],"Remove":["Remove"],"Keep":["Keep"],"Bold the last page":["Bold the last page"],"Regular":["Regular"],"Bold":["Bold"],"Show Blog page":["Show Blog page"],"Primary %s":["Primary %s"],"Primary":["Primary"],"Make %1$s primary %2$s":["Make %1$s primary %2$s"],"Term is set to noindex.":["Term is set to noindex."],"Author archives":["Author archives"],"Show":["Show"],"Enabled":["Enabled"],"Disabled":["Disabled"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s has not fetched your site's indexability status yet from %2$s"],"The separator defined in your theme's %s tag.":["The separator defined in your theme's %s tag."],"No index":["No index"],"Analyze entire site":["Analyse entire site"],"Fetch the current status":["Fetch the current status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s"],"Your homepage can be indexed by search engines.":["Your homepage can be indexed by search engines."],"Indexability check by %1$s":["Indexability check by %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["If you don't want to use the meta description for sharing on %1$s but want another description there, write it here."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["If you don't want to use the title for sharing on %1$s but instead want another title there, write it here."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed."],"Once Weekly":["Once Weekly"],"SEO score":["SEO score"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculating SEO scores for all pieces of content with a focus keyphrase."],"%1$s of %2$s done.":["%1$s of %2$s done."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activation failed:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["The filter extension seem to be unavailable. Please ask your web host to enable it."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["The %1$s plugin installation is incomplete. Please refer to %2$s installation instructions %3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it."],"SEO Settings":["SEO Settings"],"Mobile-Friendly Test":["Mobile-Friendly Test"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML Validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Check Headers"],"Check Google Cache":["Check Google Cache"],"Analyze this page":["Analyse this page"],"Keyword Research":["Keyword Research"],"%s does not seem to be a valid url. Please correct.":["%s does not seem to be a valid URL. Please correct."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s does not seem to be a valid %2$s verification string. Please correct."],"%s Archive":["%s Archive"],"You searched for %s":["You searched for %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Summary with large image"],"Summary":["Summary"],"The post %1$s appeared first on %2$s.":["The post %1$s appeared first on %2$s."],"No numeric value was received.":["No numeric value was received."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["This must be an existing blog. Blog %s does not exist or has been marked as deleted."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["The default blog setting must be the numeric blog id of the blog you want to use as default."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default."],"Please select a valid post type for taxonomy \"%s\"":["Please select a valid post type for taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Please select a valid taxonomy for post type \"%s\""],"You searched for":["You searched for"],"Home":["Home"],"Archives for":["Archives for"],"Error 404: Page not found":["Error 404: Page not found"],"Good":["Good"],"Replaced with a custom taxonomies description":["Replaced with a custom taxonomies description"],"Replaced with a posts custom taxonomies, comma separated.":["Replaced with a posts custom taxonomies, comma separated."],"Replaced with a posts custom field value":["Replaced with a posts custom field value"],"Replaced with the slug which caused the 404":["Replaced with the slug which caused the 404"],"Replaced with the posts focus keyphrase":["Replaced with the posts focus keyphrase"],"Attachment caption":["Attachment caption"],"Replaced with the current page number":["Replaced with the current page number"],"Replaced with the current page total":["Replaced with the current page total"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Replaced with the current page number with context (e.g. page 2 of 4)"],"Replaced with the post/page author's 'Biographical Info'":["Replaced with the post/page author's 'Biographical Info'"],"Replaced with the post/page author's 'nicename'":["Replaced with the post/page author's 'nicename'"],"Replaced with the post/page ID":["Replaced with the post/page ID"],"Replaced with the post/page modified time":["Replaced with the post/page modified time"],"Replaced with the content type plural label":["Replaced with the content type plural label"],"Replaced with the content type single label":["Replaced with the content type single label"],"Replaced with the current search phrase":["Replaced with the current search phrase"],"Replaced with the term name":["Replaced with the term name"],"Replaced with the term description":["Replaced with the term description"],"Replaced with the tag description":["Replaced with the tag description"],"Replaced with the category description":["Replaced with the category description"],"Replaced with the post categories (comma separated)":["Replaced with the post categories (comma separated)"],"Replaced with the current tag/tags":["Replaced with the current tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Replaced with the post/page excerpt (without auto-generation)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Replaced with the post/page excerpt (or auto-generated if it does not exist)"],"The site's name":["The site's name"],"Replaced with the title of the parent page of the current page":["Replaced with the title of the parent page of the current page"],"Replaced with the title of the post/page":["Replaced with the title of the post/page"],"Replaced with the date of the post/page":["Replaced with the date of the post/page"],"Page %1$d of %2$d":["Page %1$d of %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["A replacement variable with the same name has already been registered. Try making your variable name unique."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template."],"Page not found":["Page not found"],"%s Archives":["%s Archives"],"Search for \"%s\"":["Search for \"%s\""],"Meta description to use for Author page":["Meta description to use for Author page"],"Title to use for Author page":["Title to use for Author page"],"%1$s settings":["%1$s settings"],"Export your %1$s settings":["Export your %1$s settings"],"Import settings":["Import settings"],"Import from other SEO plugins":["Import from other SEO plugins"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["If you had a %s file and it was editable, you could edit it from here."],"If your %s were writable, you could edit it from here.":["If your %s were writable, you could edit it from here."],"You don't have a %s file, create one here:":["You don't have a %s file, create one here:"],"A link to your site, with your site's name and description as anchor text.":["A link to your site, with your site's name and description as anchor text."],"A link to your site, with your site's name as anchor text.":["A link to your site, with your site's name as anchor text."],"A link to the post, with the title as anchor text.":["A link to the post, with the title as anchor text."],"A link to the archive for the post author, with the authors name as anchor text.":["A link to the archive for the post author, with the author's name as anchor text."],"You can use the following variables within the content, they will be replaced by the value on the right.":["You can use the following variables within the content, they will be replaced by the value on the right."],"Content to put after each post in the feed":["Content to put after each post in the feed"],"Content to put before each post in the feed":["Content to put before each post in the feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s."],"How to insert breadcrumbs in your theme":["How to insert breadcrumbs in your theme"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Content type archive to show in breadcrumbs for taxonomies"],"Taxonomy to show in breadcrumbs for content types":["Taxonomy to show in breadcrumbs for content types"],"Breadcrumb for 404 Page":["Breadcrumb for 404 Page"],"Prefix for Search Page breadcrumbs":["Prefix for Search Page breadcrumbs"],"Prefix for Archive breadcrumbs":["Prefix for Archive breadcrumbs"],"Prefix for the breadcrumb path":["Prefix for the breadcrumb path"],"Anchor text for the Homepage":["Anchor text for the Homepage"],"Separator between breadcrumbs":["Separator between breadcrumbs"],"Enable Breadcrumbs":["Enable Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!"],"Credits":["Credits"],"« Back to Tools page":["« Back to Tools page"],"%1$s comes with some very powerful built-in tools:":["%1$s comes with some very powerful built-in tools:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file."],"File editor":["File editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Import settings from other SEO plugins and export your settings for re-use on (another) blog."],"Import and Export":["Import and Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page."],"Bulk editor":["Bulk editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimise your site for Pinterest."],"The default card type to use":["The default card type to use"],"Add Twitter card meta data":["Add Twitter card meta data"],"This image is used if the post/page being shared does not contain any images.":["This image is used if the post/page being shared does not contain any images."],"Default settings":["Default settings"],"Copy home meta description":["Copy home meta description"],"Description":["Description"],"Image URL":["Image URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["These are the title, description and image used in the Open Graph meta tags on the front page of your site."],"Frontpage settings":["Frontpage settings"],"Add Open Graph meta data":["Add Open Graph meta data"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter Username"],"Facebook Page URL":["Facebook Page URL"],"Accounts":["Accounts"],"Restore site to defaults":["Restore site to defaults"],"Site ID":["Site ID"],"Using this form you can reset a site to the default SEO settings.":["Using this form you can reset a site to the default SEO settings."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used."],"New sites in the network inherit their SEO settings from this site":["New sites in the network inherit their SEO settings from this site"],"Super Admins only":["Super Admins only"],"Site Admins (default)":["Site Admins (default)"],"Who should have access to the %1$s settings":["Who should have access to the %1$s settings"],"spam":["spam"],"mature":["mature"],"archived":["archived"],"public":["public"],"%s restored to default SEO settings.":["%s restored to default SEO settings."],"Settings Updated.":["Settings Updated."],"404 pages":["404 pages"],"Search pages":["Search pages"],"These pages will be %s by default, so they will never show up in search results.":["These pages will be %s by default, so they will never show up in search results."],"Special Pages":["Special Pages"],"Date-based archives could in some cases also be seen as duplicate content.":["Date-based archives could in some cases also be seen as duplicate content."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s."],"Date archives":["Date archives"],"author archives":["author archives"],"Title":["Title"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Hide"],"Date in Snippet Preview":["Date in Snippet Preview"],"Take note:":["Take note:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["You can determine the title and description for the front page by %1$sediting the front page itself%2$s."],"Homepage & Front page":["Homepage & Front page"],"Title Separator":["Title Separator"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here."],"Force rewrite titles":["Force rewrite titles"],"Taxonomies":["Taxonomies"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Extensions"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Seamlessly integrate WooCommerce with %1$s and get extra features!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Rank better locally and in Google Maps, without breaking a sweat!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Are you in Google News? Increase your traffic from Google News by optimising for it!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimise your videos to show them off in search results and get more clicks!"],"The premium version of %1$s with more features & support.":["The premium version of %1$s with more features & support."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organisation, or a person."],"Website name":["Website name"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["or"],"Save Profile":["Save Profile"],"There were no profiles found":["There were no profiles found"],"Profile":["Profile"],"Current profile":["Current profile"],"Authenticate":["Authenticate"],"Get Google Authorization Code":["Get Google Authorisation Code"],"Reload crawl issues":["Reload crawl issues"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year support and updates, on %2$s."],"Creating redirects is a %s feature":["Creating redirects is a %s feature"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Errors that occurred when your site was crawled by Googlebot."],"Issue categories":["Issue categories"],"Incorrect Google Authorization Code.":["Incorrect Google Authorisation Code."],"The issues have been successfully reloaded!":["The issues have been successfully reloaded!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again."],"Crawl errors per page":["Crawl errors per page"],"Search":["Search"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s."],"Create redirect":["Create Redirect"],"Mark as fixed":["Mark as fixed"],"Response code":["Response code"],"First detected":["First detected"],"Last crawled":["Last crawled"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["The target URL doesn't exist, but your server is not returning a 404 (file not found) error."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Request timed out or site is blocking Google."],"Server Error":["Server Error"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile."],"Blocked":["Blocked"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was unable to crawl this URL due to an undetermined issue."],"URL points to a non-existent page.":["URL points to a non-existent page."],"Not found":["Not found"],"Not followed":["Not followed"],"Faulty redirects":["Faulty redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server requires authentication or is blocking Googlebot from accessing the site."],"Access denied":["Access denied"],"Deactivate %s":["Deactivate %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["The %1$s plugin(s) might cause issues when used in conjunction with %2$s."],"Upload Image":["Upload Image"],"Remove these ads?":["Remove these ads?"],"%s Posts Overview":["%s Posts Overview"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears."],"Breadcrumbs title":["Breadcrumbs title"],"The canonical link is shown on the archive page for this term.":["The canonical link is shown on the archive page for this term."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Other"],"Archives":["Archives"],"Email":["Email"],"Previous":["Previous"],"Next":["Next"],"Close":["Close"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site."],"Configure %1$s's Open Graph settings":["Configure %1$s's Open Graph settings"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared."],"%s Image":["%s Image"],"%s Description":["%s Description"],"%s Title":["%s Title"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["The recommended image size for %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["If you want to override the image used on %s for this post, upload / choose an image here."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["If you don't want to use the meta description for sharing the post on %s but want another description there, write it here."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here."],"very difficult":["very difficult"],"Try to make shorter sentences, using less difficult words to improve readability":["Try to make shorter sentences, using less difficult words to improve readability"],"difficult":["difficult"],"Try to make shorter sentences to improve readability":["Try to make shorter sentences to improve readability"],"fairly difficult":["fairly difficult"],"OK":["OK"],"fairly easy":["fairly easy"],"easy":["easy"],"very easy":["very easy"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["All SEO Scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites."],"(no parent)":["(no parent)"],"Post is set to noindex.":["Post is set to noindex."],"The URL that this page should redirect to.":["The URL that this page should redirect to."],"301 Redirect":["301 Redirect"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Title to use for this page in breadcrumb paths"],"Breadcrumbs Title":["Breadcrumbs Title"],"No Snippet":["No Snippet"],"No Archive":["No Archive"],"No Image Index":["No Image Index"],"None":["None"],"Site-wide default: %s":["Site-wide default: %s"],"Advanced meta robots settings for this page.":["Advanced meta robots settings for this page."],"Meta robots advanced":["Meta robots advanced"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect."],"Meta description":["Meta description"],"SEO Title":["SEO Title"],"Focus keyword":["Focus Keyword"],"Snippet preview":["Snippet preview"],"Settings successfully imported.":["Settings successfully imported."],"Settings could not be imported:":["Settings could not be imported:"],"Breadcrumb for 404 pages:":["Breadcrumb for 404 pages:"],"Prefix for search result pages:":["Prefix for search result pages:"],"Prefix for archive pages:":["Prefix for archive pages:"],"Prefix for breadcrumbs:":["Prefix for breadcrumbs:"],"Anchor text for the homepage:":["Anchor text for the homepage:"],"Breadcrumbs separator:":["Breadcrumbs separator:"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Use Image"],"Action":["Action"],"Page URL/Slug":["Page URL/Slug"],"Publication date":["Publication date"],"Post Status":["Post Status"],"WP Page Title":["WP Page Title"],"View":["View"],"View “%s”":["View “%s”"],"Preview":["Preview"],"Preview “%s”":["Preview “%s”"],"Edit":["Edit"],"Filter":["Filter"],"New Yoast Meta Description":["New Yoast Meta Description"],"Existing Yoast Meta Description":["Existing Yoast Meta Description"],"Facebook profile URL":["Facebook profile URL"],"Twitter username (without @)":["Twitter username (without @)"],"FAQ":["FAQ"],"Premium Support":["Premium Support"],"Settings":["Settings"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["You must %sgo to your Reading Settings%s and uncheck the box for Search Engine Visibility."],"Huge SEO Issue: You're blocking access to robots.":["Huge SEO Issue: You're blocking access to robots."],"Posts":["Posts"],"Edit Files":["Edit Files"],"Advanced Variables":["Advanced Variables"],"Basic Variables":["Basic Variables"],"General":["General"],"Extensions":["Extensions"],"Search Console":["Search Console"],"Tools":["Tools"],"Advanced":["Advanced"],"XML sitemaps":["XML sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues."],"Just another WordPress site":["Just another WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customiser%2$s."],"You have used HTML in your value which is not allowed.":["You have used HTML in your value which is not allowed."],"You can't edit %s that aren't yours.":["You can't edit %s that aren't yours."],"You can't edit %s.":["You can't edit %s."],"Post has an invalid Content Type: %s.":["Post has an invalid Content Type: %s."],"Post doesn't exist.":["Post doesn't exist."],"course\u0004Free:":["Free:"],"posts\u0004Trash (%s)":["Trash (%s)","Trash (%s)"],"posts\u0004All (%s)":["All (%s)","All (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/en_ZA.json b/Resources/Private/Languages/en_ZA.json index 8af1233..2bcbea9 100644 --- a/Resources/Private/Languages/en_ZA.json +++ b/Resources/Private/Languages/en_ZA.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"en_ZA"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step."],"SEO for Beginners training":["SEO for Beginners training"],"%s for WordPress training":["%s for WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["The image you selected is too small for Facebook"],"The given image url cannot be loaded":["The given image URL cannot be loaded"],"Find out what words your audience uses to find you":["Find out what words your audience uses to find you"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s"],"No JSON object was returned.":["No JSON object was returned."],"Received internal links":["Received internal links"],"Outgoing internal links":["Outgoing internal links"],"New step added":["New step added"],"New question added":["New question added"],"To be able to create a redirect and fix this issue, you need %1$s. ":["To be able to create a redirect and fix this issue, you need %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["You can buy the plugin, including one year of support and updates, on %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["By enabling this option, attachment URL's become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["To make sure all the links in your texts are counted, we need to analyse all your texts."],"All you have to do is press the following button and we'll go through all your texts for you.":["All you have to do is press the following button and we'll go through all your texts for you."],"Count links":["Count links"],"Free":["Free"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributes%2$s: Good job!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!"],"Page %s":["Page %s"],"Cannot get the size of %1$s because of unknown reasons.":["Cannot get the size of %1$s because of unknown reasons."],"Cannot get the size of %1$s because it is hosted externally.":["Cannot get the size of %1$s because it is hosted externally."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simply switch the toggle to \"on\" and you'll be able to use the re-calibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this re-calibration!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["We have %1$sre-calibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!"],"Get an even better analysis":["Get an even better analysis"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!"],"Improve sharing on Facebook and Pinterest":["Improve sharing on Facebook and Pinterest"],"You do not have the required rights to export settings.":["You do not have the required rights to export settings."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copy all these settings to another site's %1$s tab and click \"%1$s\" there."],"These are settings for the %1$s plugin by %2$s":["These are settings for the %1$s plugin by %2$s"],"No settings found.":["No settings found."],"Export your %1$s settings here, to copy them on another site.":["Export your %1$s settings here, to copy them on another site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import of settings is only supported on servers that run PHP 5.3 or higher."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Import settings by pasting the settings you copied from another site here and clicking \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indexable deleted for object %1$s with type %2$s"],"Indexable saved for object %1$s with type %2$s":["Indexable saved for object %1$s with type %2$s"],"Indexable created for object %1$s with type %2$s":["Indexable created for object %1$s with type %2$s"],"Indexable meta deleted.":["Indexable meta deleted."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Indexable meta saved for indexable id %1$s with meta key %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Indexable meta created for indexable id %1$s with meta key %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["There is no meta found for indexable id %1$s and meta key %2$s."],"There is no indexable found for author id %1$s.":["There is no indexable found for author id %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["There is no primary term found for post id %1$s and taxonomy %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["There is no indexable found for term id %1$s and taxonomy %2$s."],"There is no indexable found for post id %1$s.":["There is no indexable found for post id %1$s."],"Method %1$s() does not exist in class %2$s":["Method %1$s() does not exist in class %2$s"],"With %s, you can easily create such redirects.":["With %s, you can easily create such redirects."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website."],"WARNING:":["WARNING:"],"Learn about why permalinks are important for SEO.":["Learn about why permalinks are important for SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Did you know %s also analyses the different word forms of your keyphrase, like plurals and past tenses?"],"Clear Image":["Clear Image"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase in slug%2$s: Great work!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sKeyphrase distribution%2$s: Good job!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s."],"Help on choosing the perfect focus keyphrase":["Help on choosing the perfect focus keyphrase"],"Would you like to add a related keyphrase?":["Would you like to add a related keyphrase?"],"Go %s!":["Go %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s."],"Rank better with synonyms & related keyphrases":["Rank better with synonyms & related keyphrases"],"optimize a single post for synonyms and related keyphrases.":["optimise a single post for synonyms and related keyphrases."],"Synonyms & related keyphrases":["Synonyms & related keyphrases"],"Add related keyphrase":["Add related keyphrase"],"Dismiss %s upgrade notice":["Dismiss %s upgrade notice"],"Upgrade to %s":["Upgrade to %s"],"%1$s video":["%1$s video"],"Get %s":["Get %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sText length%4$s: The text contains %1$d word.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sText length%3$s: The text contains %1$d word. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimise%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO title width%2$s: Good job!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!"],"%1$sOutbound links%2$s: Good job!":["%1$sOutbound links%2$s: Good job!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta description length%2$s: Well done!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sKeyphrase length%2$s: Good job!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in introduction%2$s: Well done!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInternal links%2$s: You have enough internal links. Good job!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sTransition words%2$s: Well done!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sSubheading distribution%2$s: Great job!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSentence length%2$s: Great!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive voice%2$s: You're using enough active voice. That's great!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!"],"Good job!":["Good job!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s"],"Focus keyphrase":["Focus keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s with ID %2$s couldn't be patched"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Invalid POST request. Meta values already exist for object with ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexable with ID `%1$s` does not exist"],"No object with ID %1$s and %2$s could be found":["No object with ID %1$s and %2$s could be found"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` is not a valid subtype of `%2$s`"],"The object type `%1$s` is invalid":["The object type `%1$s` is invalid"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`"],"The parameter `%1$s` cannot be empty.":["The parameter `%1$s` cannot be empty."],"Check Keyphrase Density":["Check Keyphrase Density"],"Disable":["Disable"],"Allow Control":["Allow Control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all."],"%s is a required feature toggle argument.":["%s is a required feature toggle argument."],"Keyphrase:":["Keyphrase:"],"Remove keyphrase":["Remove keyphrase"],"This feature has been disabled by the network admin.":["This feature has been disabled by the network admin."],"Focus keyphrase not set.":["Focus keyphrase not set."],"Multiple keyphrases":["Multiple keyphrases"],"Colon":["Colon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental."],"There is a new notification.":["There is a new notification.","There are new notifications."],"Learn more about the readability analysis":["Learn more about the readability analysis"],"Describe the duration of the instruction:":["Describe the duration of the instruction:"],"Optional. Customize how you want to describe the duration of the instruction":["Optional. Customise how you want to describe the duration of the instruction"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"%s, %s and %s":["%s, %s and %s"],"%s and %s":["%s and %s"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d hour","%d hours"],"%d day":["%d day","%d days"],"Enter a step title":["Enter a step title"],"Optional. This can give you better control over the styling of the steps.":["Optional. This can give you better control over the styling of the steps."],"CSS class(es) to apply to the steps":["CSS class(es) to apply to the steps"],"minutes":["minutes"],"hours":["hours"],"days":["days"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post."],"Copy error":["Copy error"],"An error occurred loading the %s primary taxonomy picker.":["An error occurred loading the %s primary taxonomy picker."],"%1$s Structured Data Blocks":["%1$s Structured Data Blocks"],"Time needed:":["Time needed:"],"Move question down":["Move question down"],"Move question up":["Move question up"],"Insert question":["Insert question"],"Delete question":["Delete question"],"Enter the answer to the question":["Enter the answer to the question"],"Enter a question":["Enter a question"],"Add question":["Add question"],"Frequently Asked Questions":["Frequently Asked Questions"],"Great news: you can, with %s!":["Great news: you can, with %s!"],"Select the primary %s":["Select the primary %s"],"Check links to this URL":["Check links to this URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Please check the %1$sarchive template%2$s for the following content type: %3$s."," Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Are you trying to use multiple keyphrases? You should add them separately below."],"Mark as cornerstone content":["Mark as cornerstone content"],"Move step down":["Move step down"],"Move step up":["Move step up"],"Insert step":["Insert step"],"Delete step":["Delete step"],"Add image":["Add image"],"Enter a step description":["Enter a step description"],"Enter a description":["Enter a description"],"Unordered list":["Unordered list"],"Showing step items as an ordered list.":["Showing step items as an ordered list."],"Showing step items as an unordered list":["Showing step items as an unordered list"],"Add step":["Add step"],"Delete total time":["Delete total time"],"Add total time":["Add total time"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Snippet Preview"],"Analysis results":["Analysis results"],"Enter a focus keyphrase to calculate the SEO score":["Enter a focus keyphrase to calculate the SEO score"],"Learn more about Cornerstone Content.":["Learn more about Cornerstone Content."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone content should be the most important and extensive articles on your site."],"Restore Site":["Restore Site"],"Network Settings":["Network Settings"],"You are not allowed to perform this action.":["You are not allowed to perform this action."],"Error: %s":["Error: %s"],"Success: %s":["Success: %s"],"Site with ID %d not found.":["Site with ID %d not found."],"No site has been selected to restore.":["No site has been selected to restore."],"You are not allowed to modify unregistered network settings.":["You are not allowed to modify unregistered network settings."],"deleted":["deleted"],"Would you like to add another keyphrase?":["Would you like to add another keyphrase?"],"image preview":["image preview"],"Copied!":["Copied!"],"Not supported!":["Not supported!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Consider linking to these {{a}}cornerstone articles:{{/a}}"],"Consider linking to these articles:":["Consider linking to these articles:"],"Copy link":["Copy link"],"Copy link to suggested article: %s":["Copy link to suggested article: %s"],"The site's tagline":["The site's tagline"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong."],"Not all required fields are given. Missing field %1$s":["Not all required fields are given. Missing field %1$s"],"Optimize your site for Google News.":["Optimise your site for Google News."],"Optimize your shop's SEO and sell more products!":["Optimise your shop's SEO and sell more products!"],"Be found in Google Video search and enhance your video sharing on social media.":["Be found in Google Video search and enhance your video sharing on social media."],"Be found in Google Maps and local results.":["Be found in Google Maps and local results."],"Learn practical SEO skills to rank higher in Google.":["Learn practical SEO skills to rank higher in Google."],"Don’t waste time figuring out the best settings yourself.":["Don’t waste time figuring out the best settings yourself."],"Get quick wins to make your site rank higher in search engines.":["Get quick wins to make your site rank higher in search engines."],"Add synonyms":["Add synonyms"],"Would you like to add keyphrase synonyms?":["Would you like to add keyphrase synonyms?"],"Would you like to add more than one keyphrase?":["Would you like to add more than one keyphrase?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["You haven't set a Shop page in your WooCommerce settings. Please do this first."],"Current year":["Current year"],"Page":["Page"],"Breadcrumb settings for %s archive":["Breadcrumb settings for %s archive"],"Tagline":["Tagline"],"Modify your meta description by editing it right here":["Modify your meta description by editing it right here"],"description (custom taxonomy)":["description (custom taxonomy)"],"(custom taxonomy)":["(custom taxonomy)"],"(custom field)":["(custom field)"],"Term404":["Term 404"],"Caption":["Caption"],"Pagenumber":["Page number"],"Pagetotal":["Page total"],"Page number":["Page number"],"User description":["User description"],"ID":["ID"],"Modified":["Modified"],"Post type (plural)":["Post type (plural)"],"Post type (singular)":["Post type (singular)"],"Separator":["Separator"],"Search phrase":["Search phrase"],"Term title":["Term title"],"Term description":["Term description"],"Tag description":["Tag description"],"Category description":["Category description"],"Primary category":["Primary category"],"Category":["Category"],"Tag":["Tag"],"Excerpt only":["Excerpt only"],"Excerpt":["Excerpt"],"Site title":["Site title"],"Archive title":["Archive title"],"Parent title":["Parent title"],"Date":["Date"],"Label":["Label"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL."],"Search engines and other websites can still send traffic to your deleted post.":["Search engines and other websites can still send traffic to your deleted post."],"Make sure you don't miss out on traffic!":["Make sure you don't miss out on traffic!"],"You just deleted a %1$s.":["You just deleted a %1$s."],"You just trashed a %1$s.":["You just binned a %1$s."],"Settings for %s archive":["Settings for %s archive"],"Settings for single %s URLs":["Settings for single %s URLs"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be."],"Note that not all variables can be used in every field.":["Note that not all variables can be used in every field."],"Snippet variables":["Snippet variables"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site."],"Unknown type %1$s":["Unknown type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Includes a free MyYoast account which gives you access to our free SEO for Beginners course!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verification code"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider."],"Cleanup of %s data failed.":["Cleanup of %s data failed."],"Content Type":["Content Type"],"Filter by content type":["Filter by content type"],"Show All Content Types":["Show All Content Types"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Replaced with the normal title for an archive generated by WordPress"],"Clean":["Clean"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Once you're certain your site is OK, you can clean up. This will remove all the original data."],"Step 5: Clean up":["Step 5: Clean up"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct."],"Step 4: Run the configuration wizard":["Step 4: Run the configuration wizard"],"Please check your posts and pages and see if the metadata was successfully imported.":["Please check your posts and pages and see if the metadata was successfully imported."],"Step 3: Check your data":["Step 3: Check your data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Step 2: Import"],"Please make a backup of your database before starting this process.":["Please make a backup of your database before starting this process."],"Step 1: Create a backup":["Step 1: Create a backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Posts that should not show up in search results"],"%s data found.":["%s data found."],"%s data successfully removed.":["%s data successfully removed."],"%s data successfully imported.":["%s data successfully imported."],"%s data not found.":["%s data not found."],"Improve your SEO skills":["Improve your SEO skills"],"24/7 email support":["24/7 email support"],"No more dead links a.k.a. 404 pages":["No more dead links a.k.a. 404 pages"],"Get real-time suggestions for internal links":["Get real-time suggestions for internal links"],"Preview your page in Facebook and Twitter":["Preview your page in Facebook and Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting."],"Help on copying the home meta description":["Help on copying the home meta description"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["To let search engines know which social profiles are associated to this site, enter your site social profiles data below."],"Learn more about your social profiles settings":["Learn more about your social profiles settings"],"Remove the categories prefix":["Remove the categories prefix"],"Help on the category prefix setting":["Help on the category prefix setting"],"Learn more about the available variables":["Learn more about the available variables"],"Learn more about the RSS feed setting":["Learn more about the RSS feed setting"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself."],"Learn more about the Media and attachment URLs setting":["Learn more about the Media and attachment URLs setting"],"Learn more about the title separator setting":["Learn more about the title separator setting"],"Learn more about the knowledge graph setting":["Learn more about the knowledge graph setting"],"Learn more about the homepage setting":["Learn more about the homepage setting"],"Learn more about the special pages setting":["Learn more about the special pages setting"],"Help on the date archives search results setting":["Help on the date archives search results setting"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the authors without posts archive search results setting":["Help on the authors without posts archive search results setting"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the author archives search results setting":["Help on the author archives search results setting"],"Archives settings help":["Archives settings help"],"Learn more about the archives setting":["Learn more about the archives setting"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verification code"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Get your Google verification code in %1$sGoogle Search Console%2$s."],"Google verification code":["Google verification code"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Get your Bing verification code in %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verification code"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these."],"Learn more about the Webmaster Tools verification":["Learn more about the Webmaster Tools verification"],"On":["On"],"Help on: %s":["Help on: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature."],"Off":["Off"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings."],"Security: no advanced settings for authors":["Security: no advanced settings for authors"],"See who contributed to %1$s.":["See who contributed to %1$s."],"Help on this search results setting":["Help on this search results setting"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Check SEO configuration":["Check SEO configuration"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them."],"Default for %2$s, currently: %1$s":["Default for %2$s, currently: %1$s"],"Show %s in search results?":["Show %s in search results?"],"this author's archives":["this author's archives"],"Do not allow search engines to show %s in search results.":["Do not allow search engines to show %s in search results."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only."],"Category URLs":["Category URLs"],"the archive for %s":["the archive for %s"],"Redirect attachment URLs to the attachment itself?":["Redirect attachment URLs to the attachment itself?"],"We recommend you set this to Yes.":["We recommend you set this to Yes."],"Media & attachment URLs":["Media & attachment URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name."],"date archives":["date archives"],"archives for authors without posts":["archives for authors without posts"],"Read why XML Sitemaps are important for your site.":["Read why XML Sitemaps are important for your site."],"Enable the XML sitemaps that %s generates.":["Enable the XML sitemaps that %s generates."],"See the XML sitemap.":["See the XML sitemap."],"%2$s (current default for %1$s)":["%2$s (current default for %1$s)"],"Media":["Media"],"Content Types":["Content Types"],"Should search engines follow links on this %1$s?":["Should search engines follow links on this %1$s?"],"Allow search engines to show this %s in search results?":["Allow search engines to show this %s in search results?"],"Search Appearance":["Search Appearance"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings."],"Search engines should show \"%1$s\" in search results:":["Search engines should show \"%1$s\" in search results:"],"Search engine visibility":["Search engine visibility"],"Toggle %1$s's XML Sitemap":["Toggle %1$s's XML Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Support requests you create here are sent directly to our support system, which is secured with 256 bit SSL, so communication is 100% secure."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["The cornerstone content feature lets you to mark and filter cornerstone content on your website."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7."],"Good results":["Good results"],"Get better search results in local search":["Get better search results in local search"],"Allow customers to pick up their %s order locally":["Allow customers to pick up their %s order locally"],"SEO analysis":["SEO analysis"],"The SEO analysis offers suggestions to improve the SEO of your text.":["The SEO analysis offers suggestions to improve the SEO of your text."],"Learn how the SEO analysis can help you rank.":["Learn how the SEO analysis can help you rank."],"The readability analysis offers suggestions to improve the structure and style of your text.":["The readability analysis offers suggestions to improve the structure and style of your text."],"Discover why readability is important for SEO.":["Discover why readability is important for SEO."],"Find out how cornerstone content can help you improve your site structure.":["Find out how cornerstone content can help you improve your site structure."],"The text link counter helps you improve your site structure.":["The text link counter helps you improve your site structure."],"Find out how the text link counter can enhance your SEO.":["Find out how the text link counter can enhance your SEO."],"%s integration":["%s integration"],"Read more about how %s works.":["Read more about how %s works."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared."],"Find out why you should upgrade to %s":["Find out why you should upgrade to %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Latest blog posts on %1$s"],"Need help?":["Need help?"],"Remove highlight from the text":["Remove highlight from the text"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Get started quickly with the %1$s %2$sconfiguration wizard%3$s!"],"First-time SEO configuration":["First-time SEO configuration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Your site language is set to {language}. If this is not correct, contact your site administrator."],"Your site language is set to {language}.":["Your site language is set to {language}."],"Highlight this result in the text":["Highlight this result in the text"],"Considerations":["Considerations"],"Errors":["Errors"],"Change language":["Change language"],"You cannot create a %s file.":["You cannot create a %s file."],"You cannot edit the %s file.":["You cannot edit the %s file."],"Updated %s":["Updated %s"],"Create %s file":["Create %s file"],"Edit the content of your %s:":["Edit the content of your %s:"],"Save changes to %s":["Save changes to %s"],"%s file":["%s file"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s."],"More information":["More information"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better."],"More information about %1$s":["More information about %1$s"],"Configuration Wizard":["Configuration Wizard"],"You've done it!":["You've done it!"],"Seamlessly integrate %1$s into your AMP pages!":["Seamlessly integrate %1$s into your AMP pages!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Seamlessly integrate %2$s with %1$s for the content analysis!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s."],"Loading help center.":["Loading help centre."],"Get support":["Get support"],"(Opens in a new browser tab)":["(Opens in a new browser tab)"],"Posts %1$swithout%2$s a focus keyphrase":["Posts %1$swithout%2$s a focus keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, your SEO is doing pretty well! Check out the stats:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["You don't have any published posts, your SEO scores will appear here once you make your first post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets."],"Something else":["Something else"],"A portfolio":["A portfolio"],"A corporation":["A corporation"],"A small offline business":["A small offline business"],"A news channel":["A news channel"],"An online shop":["An online shop"],"A blog":["A blog"],"What does the site %1$s represent?":["What does the site %1$s represent?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["If you choose no, your author archives will be deactivated to prevent duplicate content issues."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s."],"Option B: My site is under construction and should not be indexed":["Option B: My site is under construction and should not be indexed"],"Option A: My site is live and ready to be indexed":["Option A: My site is live and ready to be indexed"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site."],"Please specify if your site is under construction or already active.":["Please specify if your site is under construction or already active."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results."],"Read more like this on our SEO blog":["Read more like this on our SEO blog"],"Readability: %s":[""],"Not activated":["Not activated"],"Activated":["Activated"],"%1$s recommendations for you":["%1$s recommendations for you"],"All Readability Scores":["All Readability Scores"],"Filter by Readability Score":["Filter by Readability Score"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is not valid."],"Muted notifications:":["Muted notifications:"],"Muted problems:":["Muted problems:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s."],"Good job! All the links in your texts have been counted.":["Good job! All the links in your texts have been counted."],"Calculation completed.":["Calculation completed."],"Calculation in progress...":["Calculation in progress..."],"Stop counting":["Stop counting"],"Counting links in your texts":["Counting links in your texts"],"Text %1$s of %2$s processed.":["Text %1$s of %2$s processed."],"All your texts are already counted, there is no need to count them again.":["All your texts are already counted, there is no need to count them again."],"Count links in your texts":["Count links in your texts"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on%2$s %3$s."],"Text link counter":["Text link counter"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO."],"%s Columns":["%s Columns"],"Readability score":["Readability score"],"Other benefits of %s for you:":["Other benefits of %s for you:"],"Scroll to see the preview content.":["Scroll to see the preview content."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s will now take care of all the needed technical optimisation of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s meta box when you edit posts or pages."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page."],"Attract more customers near you":["Attract more customers near you"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!"],"Get the most out of %1$s with the %2$s":["Get the most out of %1$s with the %2$s"],"Upgrade to Premium":["Upgrade to Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support."],"Outrank the competition with %s":["Outrank the competition with %s"],"You might like":["You might like"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["The configuration wizard helps you to easily configure your site to have the optimal SEO settings."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin."],"Superfast internal linking suggestions":["Superfast internal linking suggestions"],"Great news: you can, with %1$s!":["Great news: you can, with %1$s!"],"Save changes":["Save changes"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial media preview%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo more dead links%2$s: easy redirect manager"],"No ads!":["No ads!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Social media preview"],"Easy redirect manager":["Easy redirect manager"],"No more dead links":["No more dead links"],"Increase your SEO reach":["Increase your SEO reach"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin? Consider doing our %1$s!"],"Variable":["Variable"],"Available variables":["Available variables"],"Scroll to see the table content.":["Scroll to see the table content."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance."],"An error occurred in the '%1$s' assessment":["An error occurred in the '%1$s' assessment"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.","The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["The meta description contains no sentences %1$sover %2$s words%3$s."],"No new notifications.":["No new notifications."],"Save all":["Save all"],"Save":["Save"],"%1$s, Author at %2$s":["%1$s, Author at %2$s"],"Mobile preview":["Mobile preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Select redirect"],"Please provide an SEO title by editing the snippet below.":["Please provide an SEO title by editing the snippet below."],"Meta description preview:":["Meta description preview:"],"Slug preview:":["Slug preview:"],"SEO title preview:":["SEO title preview:"],"Close snippet editor":["Close snippet editor"],"Slug":["Slug"],"Remove marks in the text":["Remove marks in the text"],"Mark this result in the text":["Mark this result in the text"],"Marks are disabled in current view":["Marks are disabled in current view"],"Good SEO score":["Good SEO score"],"OK SEO score":["OK SEO score"],"Feedback":["Feedback"],"ok":["OK"],"Choose an image":["Choose an image"],"Remove the image":["Remove the image"],"MailChimp signup failed:":["MailChimp signup failed:"],"Sign Up!":["Sign Up!"],"Name":["Name"],"There is an error with the request.":["There is an error with the request."],"Select profile":["Select profile"],"Choose a profile":["Choose a profile"],"Authorization code":["Authorisation code"],"Reauthenticate with Google":["Reauthenticate with Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["To allow %s to fetch your Google Search Console information, please enter your Google Authorisation Code. Clicking the button below will open a new window."],"Please provide a meta description by editing the snippet below.":["Please provide a meta description by editing the snippet below."],"Edit snippet":["Edit snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["You can click on each element in the preview to jump to the Snippet Editor."],"Close the Wizard":["Close the Wizard"],"Export settings":["Export settings"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuration Wizard"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5-stars rating on WordPress.org%3$s!"],"Courses":["Courses"],"Date archives settings":["Date archives settings"],"Author archives settings":["Author archives settings"],"%1$s by %2$s":["%1$s by %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Warning: the variable %s cannot be used in this template. See the help centre for more info."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support."],"(no title)":["(no title)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["The %1$s admin bar menu contains useful links to third-party tools for analysing pages and makes it easy to see if you have new notifications."],"Admin bar menu":["Admin bar menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Features"],"SEO title":["SEO title"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google shows your website's name in the search results. If you want to change it, you can do that here."],"Greater than sign":["Greater than sign"],"Less than sign":["Less than sign"],"Right angle quotation mark":["Right angle quotation mark"],"Left angle quotation mark":["Left angle quotation mark"],"Small tilde":["Small tilde"],"Vertical bar":["Vertical bar"],"Low asterisk":["Low asterisk"],"Asterisk":["Asterisk"],"Bullet":["Bullet"],"Middle dot":["Middle dot"],"Em dash":["Em dash"],"En dash":["En dash"],"Dash":["Dash"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results."],"The name of the person":["The name of the person"],"No":["No"],"Yes":["Yes"],"Does, or will, your site have multiple authors?":["Does, or will, your site have multiple authors?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatically generates a URL for each media item in the library. Enabling this will allow Google to index the generated URL."],"Success!":["Success!"],"Title settings":["Title settings"],"Google Search Console":["Google Search Console"],"Multiple authors":["Multiple authors"],"Site type":["Site type"],"Environment":["Environment"],"Yoast option %1$s not found.":["Yoast option %1$s not found."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Posts list"],"Posts list navigation":["Posts list navigation"],"Filter posts list":["Filter posts list"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Note that links to archives might be still output by your theme and you would need to remove them separately."],"%1$s to optimize your site even further":["%1$s to optimise your site even further"],"%1$s extensions":["%1$s extensions"],"Comes with our 30-day no questions asked money back guarantee":["Comes with our 30-day no questions asked money back guarantee"],"More information %1$sabout %3$s%2$s":["More information %1$sabout %3$s%2$s"],"Installed":["Installed"],"gain access to our 24/7 support team.":["gain access to our 24/7 support team."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["check what your Facebook or Twitter post will look like."],"Social previews":["Social previews"],"create and manage redirects from within your WordPress install.":["create and manage redirects from within your WordPress install."],"Redirect manager":["Redirect manager"],"%1$s, take your optimization to the next level!":["%1$s, take your optimisation to the next level!"],"A seamless integration between %1$s and %2$s":["A seamless integration between %1$s and %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use %1$s breadcrumbs instead of %2$s ones"],"Easily insert Google Maps, a store locator, opening hours and more":["Easily insert Google Maps, a store locator, opening hours and more"],"Creates XML News Sitemaps":["Creates XML News Sitemaps"],"Immediately pings Google on the publication of a new post":["Immediately pings Google on the publication of a new post"],"Optimize your site for Google News":["Optimise your site for Google News"],"Make videos responsive through enabling fitvids.js":["Make videos responsive through enabling fitvids.js"],"Enhance the experience of sharing posts with videos":["Enhance the experience of sharing posts with videos"],"Show your videos in Google Videos":["Show your videos in Google Videos"],"Crawl issues list":["Crawl issues list"],"Crawl issues list navigation":["Crawl issues list navigation"],"Edit “%s”":["Edit “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notifications"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions."],"Disable SEO analysis":["Disable SEO analysis"],"Twitter settings":["Twitter settings"],"Pinterest settings":["Pinterest settings"],"Facebook settings":["Facebook settings"],"Title separator symbol":["Title separator symbol"],"RSS feed settings":["RSS feed settings"],"Breadcrumbs settings":["Breadcrumbs settings"],"Make primary":["Make primary"],"Enter your Google Authorization Code and press the Authenticate button.":["Enter your Google Authorisation Code and press the Authenticate button."],"%s notification":["%s notification","%s notifications"],"Disable readability analysis":["Disable readability analysis"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Removes the readability analysis section from the meta box and disables all readability-related suggestions."],"Readability analysis":["Readability analysis"],"Needs improvement":["Needs improvement"],"Readability":["Readability"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files."],"Improvements":["Improvements"],"Restore this item.":["Restore this item."],"Dismiss this item.":["Dismiss this item."],"Good job! We could detect no serious SEO problems.":["Good job! We could detect no serious SEO problems."],"We have detected the following issues that affect the SEO of your site.":["We have detected the following issues that affect the SEO of your site."],"Problems":["Problems"],"Analysis":["Analysis"],"Not available":["Unavailable"],"Filter by SEO Score":["Filter by SEO Score"],"Meta description not set.":["Meta description not set."],"Video tutorial":["Video tutorial"],"Email support is a %s feature":["Email support is a %s feature"],"Knowledge base":["Knowledge base"],"Open":["Open"],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["You can fix this on the %1$sPermalink settings page%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paging comments is enabled. This is not needed in 999 out of 1000 cases, so we recommend disabling it."],"Replaced with the primary category of the post/page":["Replaced with the primary category of the post/page"],"Pinterest confirmation":["Pinterest confirmation"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["If you have already confirmed your website with Pinterest, you can skip the step below."],"Format-based archives":["Format-based archives"],"Webmaster Tools verification":["Webmaster Tools verification"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":[""],"Want to be a %s Expert?":[""],"Buy %s":["Buy %s"],"Show information about errors in category %s":[""],"New %1$s Title":["New %1$s Title"],"Existing %1$s Title":["Existing %1$s Title"],"Expected an integer as input.":["Expected an integer as input."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range."],"Remove":["Remove"],"Keep":["Keep"],"Bold the last page":["Bold the last page"],"Regular":["Regular"],"Bold":["Bold"],"Show Blog page":["Show Blog page"],"Primary %s":["Primary %s"],"Primary":["Primary"],"Make %1$s primary %2$s":["Make %1$s primary %2$s"],"Term is set to noindex.":["Term is set to noindex."],"Author archives":["Author archives"],"Show":["Show"],"Enabled":["Enabled"],"Disabled":["Disabled"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s has not fetched your site's indexability status yet from %2$s"],"The separator defined in your theme's %s tag.":["The separator defined in your theme's %s tag."],"No index":["No index"],"Analyze entire site":["Analyse entire site"],"Fetch the current status":["Fetch the current status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s"],"Your homepage can be indexed by search engines.":["Your homepage can be indexed by search engines."],"Indexability check by %1$s":["Indexability check by %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["If you don't want to use the meta description for sharing the post on %1$s but want another description there, write it here."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["If you don't want to use the title for sharing on %1$s but instead want another title there, write it here."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed."],"Once Weekly":["Once Weekly"],"Add-ons":["Add-ons"],"SEO score":["SEO score"],"Twitter metadata":["Twitter metadata"],"Facebook / Open Graph metadata":["Facebook / Open Graph metadata"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculating SEO scores for all pieces of content with a focus keyphrase."],"%1$s of %2$s done.":["%1$s of %2$s done."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activation failed:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["The filter extension seem to be unavailable. Please ask your web host to enable it."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it."],"SEO Settings":["SEO Settings"],"Mobile-Friendly Test":["Mobile-Friendly Test"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML Validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Check Headers"],"Check Google Cache":["Check Google Cache"],"Analyze this page":["Analyse this page"],"Keyword Research":["Keyword Research"],"%s does not seem to be a valid url. Please correct.":["%s does not seem to be a valid url. Please correct."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s does not seem to be a valid %2$s verification string. Please correct."],"%s Archive":["%s Archive"],"You searched for %s":["You searched for %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s does not seem to be a valid Twitter user ID. Please correct."],"Summary with large image":["Summary with large image"],"Summary":["Summary"],"The post %1$s appeared first on %2$s.":["The post %1$s appeared first on %2$s."],"No numeric value was received.":["No numeric value was received."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["This must be an existing blog. Blog %s does not exist or has been marked as deleted."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["The default blog setting must be the numeric blog id of the blog you want to use as default."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default."],"Please select a valid post type for taxonomy \"%s\"":["Please select a valid post type for taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Please select a valid taxonomy for post type \"%s\""],"You searched for":["You searched for"],"Home":["Home"],"Archives for":["Archives for"],"Error 404: Page not found":["Error 404: Page not found"],"Good":["Good"],"Replaced with a custom taxonomies description":["Replaced with a custom taxonomies description"],"Replaced with a posts custom taxonomies, comma separated.":["Replaced with a posts custom taxonomies, comma separated."],"Replaced with a posts custom field value":["Replaced with a posts custom field value"],"Replaced with the slug which caused the 404":["Replaced with the slug which caused the 404"],"Replaced with the posts focus keyphrase":["Replaced with the posts focus keyphrase"],"Attachment caption":["Attachment caption"],"Replaced with the current page number":["Replaced with the current page number"],"Replaced with the current page total":["Replaced with the current page total"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Replaced with the current page number with context (i.e. page 2 of 4)"],"Replaced with the post/page author's 'Biographical Info'":["Replaced with the post or page author's 'Biographical Info'"],"Replaced with the post/page author's 'nicename'":["Replaced with the post/page author's 'nicename'"],"Replaced with the post/page ID":["Replaced with the post/page ID"],"Replaced with the post/page modified time":["Replaced with the post/page modified time"],"Replaced with the content type plural label":["Replaced with the content type plural label"],"Replaced with the content type single label":["Replaced with the content type single label"],"Replaced with the current search phrase":["Replaced with the current search phrase"],"Replaced with the term name":["Replaced with the term name"],"Replaced with the term description":["Replaced with the term description"],"Replaced with the tag description":["Replaced with the tag description"],"Replaced with the category description":["Replaced with the category description"],"Replaced with the post categories (comma separated)":["Replaced with the post categories (comma separated)"],"Replaced with the current tag/tags":["Replaced with the current tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Replaced with the post/page excerpt (without auto-generation)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Replaced with the post/page excerpt (or auto-generated if it does not exist)"],"The site's name":["The site's name"],"Replaced with the title of the parent page of the current page":["Replaced with the title of the parent page of the current page"],"Replaced with the title of the post/page":["Replaced with the title of the post/page"],"Replaced with the date of the post/page":["Replaced with the date of the post/page"],"Page %1$d of %2$d":["Page %1$d of %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["A replacement variable with the same name has already been registered. Try making your variable name unique. "],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["A replacement variable can not start with %%cf_ or %%ct_ as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template."],"Page not found":["Page not found"],"%s Archives":["%s Archives"],"Search for \"%s\"":["Search for \"%s\""],"Meta description to use for Author page":["Meta description to use for Author page"],"Title to use for Author page":["Title to use for Author page"],"%1$s settings":["%1$s settings"],"Export your %1$s settings":["Export your %1$s settings"],"Import settings":["Import settings"],"Import from other SEO plugins":["Import from other SEO plugins"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["If you had a %s file and it was editable, you could edit it from here."],"If your %s were writable, you could edit it from here.":["If your %s were writable, you could edit it from here."],"You don't have a %s file, create one here:":["You don't have a %s file, create one here:"],"A link to your site, with your site's name and description as anchor text.":["A link to your site, with your site's name and description as anchor text."],"A link to your site, with your site's name as anchor text.":["A link to your site, with your site's name as anchor text."],"A link to the post, with the title as anchor text.":["A link to the post, with the title as anchor text."],"A link to the archive for the post author, with the authors name as anchor text.":["A link to the archive for the post author, with the authors name as anchor text."],"You can use the following variables within the content, they will be replaced by the value on the right.":["You can use the following variables within the content and they will be replaced by the value on the right."],"Content to put after each post in the feed":["Content to put after each post in the feed"],"Content to put before each post in the feed":["Content to put before each post in the feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["This feature is used to automatically add content to your RSS. More specifically, it's meant to add links back to your blog and your blog posts. Dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s."],"How to insert breadcrumbs in your theme":["How to insert breadcrumbs in your theme"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Content type archive to show in breadcrumbs for taxonomies"],"Taxonomy to show in breadcrumbs for content types":["Taxonomy to show in breadcrumbs for content types"],"Breadcrumb for 404 Page":["Breadcrumb for 404 Page"],"Prefix for Search Page breadcrumbs":["Prefix for Search Page breadcrumbs"],"Prefix for Archive breadcrumbs":["Prefix for Archive breadcrumbs"],"Prefix for the breadcrumb path":["Prefix for the breadcrumb path"],"Anchor text for the Homepage":["Anchor text for the Homepage"],"Separator between breadcrumbs":["Separator between breadcrumbs"],"Enable Breadcrumbs":["Enable Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!"],"Credits":["Credits"],"« Back to Tools page":["« Back to Tools page"],"%1$s comes with some very powerful built-in tools:":["%1$s comes with some very powerful built-in tools:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file."],"File editor":["File editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Import settings from other SEO plugins and export your settings for re-use on (another) blog."],"Import and Export":["Import and Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page."],"Bulk editor":["Bulk editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimise your site for Pinterest."],"The default card type to use":["The default card type to use"],"Add Twitter card meta data":["Add Twitter card meta data"],"This image is used if the post/page being shared does not contain any images.":["This image is used if the post/page being shared does not contain any images."],"Default settings":["Default settings"],"Copy home meta description":["Copy home meta description"],"Description":["Description"],"Image URL":["Image URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["These are the title, description and image values used in the Open Graph meta tags on the front page of your site."],"Frontpage settings":["Frontpage settings"],"Add Open Graph meta data":["Add Open Graph meta data"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter Username"],"Facebook Page URL":["Facebook Page URL"],"Accounts":["Accounts"],"Restore site to defaults":["Restore site to defaults"],"Site ID":["Site ID"],"Using this form you can reset a site to the default SEO settings.":["Using this form you can reset a site to the default SEO settings."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used."],"New sites in the network inherit their SEO settings from this site":["New sites in the network inherit their SEO settings from this site"],"Super Admins only":["Super Admins only"],"Site Admins (default)":["Site Admins (default)"],"Who should have access to the %1$s settings":["Who should have access to the %1$s settings"],"spam":["spam"],"mature":["mature"],"archived":["archived"],"public":["public"],"%s restored to default SEO settings.":["%s restored to default SEO settings."],"Settings Updated.":["Settings Updated."],"404 pages":["404 pages"],"Search pages":["Search pages"],"These pages will be %s by default, so they will never show up in search results.":["These pages will be %s by default, so they will never show up in search results."],"Special Pages":["Special Pages"],"Date-based archives could in some cases also be seen as duplicate content.":["Date-based archives could in some cases also be seen as duplicate content."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s."],"Date archives":["Date archives"],"author archives":["author archives"],"Title":["Title"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Hide"],"Date in Snippet Preview":["Date in Snippet Preview"],"Take note:":["Take note:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Homepage & Front page"],"Title Separator":["Title Separator"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here."],"Force rewrite titles":["Force rewrite titles"],"Taxonomies":["Taxonomies"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Extensions"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Seamlessly integrate WooCommerce with %1$s and get extra features!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Rank better locally and in Google Maps, without breaking a sweat!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Are you in Google News? Increase your traffic from Google News by optimising for it!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimise your videos to show them off in search results and get more clicks!"],"The premium version of %1$s with more features & support.":["The premium version of %1$s with more features & support."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Website name"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["or"],"Save Profile":["Save Profile"],"There were no profiles found":["There were no profiles found"],"Profile":["Profile"],"Current profile":["Current profile"],"Authenticate":["Authenticate"],"Get Google Authorization Code":["Get Google Authorisation Code"],"Reload crawl issues":["Reload crawl issues"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s."],"Creating redirects is a %s feature":["Creating redirects is a %s feature"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Errors that occurred when your site was crawled by Googlebot."],"Issue categories":["Issue categories"],"Incorrect Google Authorization Code.":["Incorrect Google Authorisation Code."],"The issues have been successfully reloaded!":["The issues have been successfully reloaded!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again."],"Crawl errors per page":["Crawl errors per page"],"Search":["Search"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s."],"Create redirect":["Create Redirect"],"Mark as fixed":["Mark as fixed"],"Response code":["Response code"],"First detected":["First detected"],"Last crawled":["Last crawled"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["The target URL doesn't exist, but your server is not returning a 404 (file not found) error."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Request timed out or site is blocking Google."],"Server Error":["Server Error"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile."],"Blocked":["Blocked"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was unable to crawl this URL due to an undetermined issue."],"URL points to a non-existent page.":["URL points to a non-existent page."],"Not found":["Not found"],"Not followed":["Not followed"],"Faulty redirects":["Faulty redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server requires authentication or is blocking Googlebot from accessing the site."],"Access denied":["Access denied"],"Deactivate %s":["Deactivate %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["The %1$s plugin(s) might cause issues when used in conjunction with %2$s."],"Upload Image":["Upload Image"],"Remove these ads?":["Remove these ads?"],"%s Posts Overview":["%s Posts Overview"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears."],"Breadcrumbs title":["Breadcrumbs title"],"The canonical link is shown on the archive page for this term.":["The canonical link is shown on the archive page for this term."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Other"],"Archives":["Archives"],"Email":["Email"],"Close":["Close"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site."],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Image"],"%s Description":["%s Description"],"%s Title":["%s Title"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["The recommended image size for %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["If you want to override the image used on %s for this post, upload / choose an image here."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["If you don't wish to use the meta description for sharing the post on %s but would prefer another description there, write it here."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["If you don't wish to use the post title for sharing the post on %s, but would prefer another title there, write it here."],"very difficult":["very difficult"],"Try to make shorter sentences, using less difficult words to improve readability":["Try to make shorter sentences, using less difficult words to improve readability"],"difficult":["difficult"],"Try to make shorter sentences to improve readability":["Try to make shorter sentences to improve readability"],"fairly difficult":["fairly difficult"],"OK":["OK"],"fairly easy":["fairly easy"],"easy":["easy"],"very easy":["very easy"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["All SEO Scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites."],"(no parent)":["(no parent)"],"Post is set to noindex.":["Post is set to noindex."],"The URL that this page should redirect to.":["The URL that this page should redirect to."],"301 Redirect":["301 Redirect"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Title to use for this page in breadcrumb paths"],"Breadcrumbs Title":["Breadcrumbs Title"],"No Snippet":["No Snippet"],"No Archive":["No Archive"],"No Image Index":["No Image Index"],"None":["None"],"Site-wide default: %s":["Site-wide default: %s"],"Advanced meta robots settings for this page.":["Advanced meta robots settings for this page."],"Meta robots advanced":["Meta robots advanced"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect."],"Meta description":["Meta description"],"SEO Title":["SEO Title"],"Focus keyword":["Focus keyword"],"Snippet preview":["Snippet preview"],"Settings successfully imported.":["Settings successfully imported."],"Settings could not be imported:":["Settings could not be imported:"],"Error creating %1$s export: ":["Error creating %1$s export: "],"Breadcrumb for 404 pages:":["Breadcrumb for 404 pages:"],"Prefix for search result pages:":["Prefix for search result pages:"],"Prefix for archive pages:":["Prefix for archive pages:"],"Prefix for breadcrumbs:":["Prefix for breadcrumbs:"],"Anchor text for the homepage:":["Anchor text for the homepage:"],"Breadcrumbs separator:":["Breadcrumbs separator:"],"Remove blog page from breadcrumbs":["Remove blog page from breadcrumbs"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Use Image"],"Action":["Action"],"Page URL/Slug":["Page URL/Slug"],"Publication date":["Publication date"],"Post Status":["Post Status"],"WP Page Title":["WP Page Title"],"View":["View"],"View “%s”":["View “%s”"],"Preview":["Preview"],"Preview “%s”":["Preview “%s”"],"Edit":["Edit"],"Filter":["Filter"],"New Yoast Meta Description":["New Yoast Meta Description"],"Existing Yoast Meta Description":["Existing Yoast Meta Description"],"Facebook profile URL":["Facebook profile URL"],"Twitter username (without @)":["Twitter username (without @)"],"FAQ":["FAQ"],"Premium Support":["Premium Support"],"Settings":["Settings"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility."],"Huge SEO Issue: You're blocking access to robots.":["Huge SEO Issue: You're blocking access to robots."],"Posts":["Posts"],"Edit Files":["Edit Files"],"Advanced Variables":["Advanced Variables"],"Basic Variables":["Basic Variables"],"General":["General"],"Extensions":["Extensions"],"Search Console":["Search Console"],"Tools":["Tools"],"Advanced":["Advanced"],"XML sitemaps":["XML sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues."],"Just another WordPress site":["Just another WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the Customiser%2$s."],"You have used HTML in your value which is not allowed.":["You have used HTML in your value which is not allowed."],"You can't edit %s that aren't yours.":["You can't edit %s that aren't yours."],"You can't edit %s.":["You can't edit %s."],"Post has an invalid Content Type: %s.":["Post has an invalid Content Type: %s."],"Post doesn't exist.":["Post doesn't exist."],"course\u0004Free:":["Free:"],"posts\u0004Trash (%s)":["Bin (%s)","Bin (%s)"],"posts\u0004All (%s)":["All (%s)","All (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"en_ZA"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step."],"SEO for Beginners training":["SEO for Beginners training"],"%s for WordPress training":["%s for WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["The image you selected is too small for Facebook"],"The given image url cannot be loaded":["The given image URL cannot be loaded"],"Find out what words your audience uses to find you":["Find out what words your audience uses to find you"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s"],"No JSON object was returned.":["No JSON object was returned."],"Received internal links":["Received internal links"],"Outgoing internal links":["Outgoing internal links"],"New step added":["New step added"],"New question added":["New question added"],"To be able to create a redirect and fix this issue, you need %1$s. ":["To be able to create a redirect and fix this issue, you need %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["You can buy the plugin, including one year of support and updates, on %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["By enabling this option, attachment URL's become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["To make sure all the links in your texts are counted, we need to analyse all your texts."],"All you have to do is press the following button and we'll go through all your texts for you.":["All you have to do is press the following button and we'll go through all your texts for you."],"Count links":["Count links"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributes%2$s: Good job!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!"],"Page %s":["Page %s"],"Cannot get the size of %1$s because of unknown reasons.":["Cannot get the size of %1$s because of unknown reasons."],"Cannot get the size of %1$s because it is hosted externally.":["Cannot get the size of %1$s because it is hosted externally."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simply switch the toggle to \"on\" and you'll be able to use the re-calibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this re-calibration!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["We have %1$sre-calibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!"],"Get an even better analysis":["Get an even better analysis"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!"],"Improve sharing on Facebook and Pinterest":["Improve sharing on Facebook and Pinterest"],"You do not have the required rights to export settings.":["You do not have the required rights to export settings."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copy all these settings to another site's %1$s tab and click \"%1$s\" there."],"These are settings for the %1$s plugin by %2$s":["These are settings for the %1$s plugin by %2$s"],"No settings found.":["No settings found."],"Export your %1$s settings here, to copy them on another site.":["Export your %1$s settings here, to copy them on another site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import of settings is only supported on servers that run PHP 5.3 or higher."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Import settings by pasting the settings you copied from another site here and clicking \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexable created for object %1$s with type %2$s"],"Method %1$s() does not exist in class %2$s":["Method %1$s() does not exist in class %2$s"],"With %s, you can easily create such redirects.":["With %s, you can easily create such redirects."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website."],"WARNING:":["WARNING:"],"Learn about why permalinks are important for SEO.":["Learn about why permalinks are important for SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Did you know %s also analyses the different word forms of your keyphrase, like plurals and past tenses?"],"Clear Image":["Clear Image"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase in slug%2$s: Great work!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sKeyphrase distribution%2$s: Good job!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s."],"Help on choosing the perfect focus keyphrase":["Help on choosing the perfect focus keyphrase"],"Would you like to add a related keyphrase?":["Would you like to add a related keyphrase?"],"Go %s!":["Go %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s."],"Rank better with synonyms & related keyphrases":["Rank better with synonyms & related keyphrases"],"optimize a single post for synonyms and related keyphrases.":["optimise a single post for synonyms and related keyphrases."],"Synonyms & related keyphrases":["Synonyms & related keyphrases"],"Add related keyphrase":["Add related keyphrase"],"Dismiss %s upgrade notice":["Dismiss %s upgrade notice"],"Upgrade to %s":["Upgrade to %s"],"%1$s video":["%1$s video"],"Get %s":["Get %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sText length%4$s: The text contains %1$d word.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sText length%3$s: The text contains %1$d word. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimise%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO title width%2$s: Good job!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!"],"%1$sOutbound links%2$s: Good job!":["%1$sOutbound links%2$s: Good job!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta description length%2$s: Well done!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sKeyphrase length%2$s: Good job!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in introduction%2$s: Well done!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInternal links%2$s: You have enough internal links. Good job!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sTransition words%2$s: Well done!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sSubheading distribution%2$s: Great job!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSentence length%2$s: Great!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive voice%2$s: You're using enough active voice. That's great!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!"],"Good job!":["Good job!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s"],"Focus keyphrase":["Focus keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s with ID %2$s couldn't be patched"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Invalid POST request. Meta values already exist for object with ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexable with ID `%1$s` does not exist"],"No object with ID %1$s and %2$s could be found":["No object with ID %1$s and %2$s could be found"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` is not a valid subtype of `%2$s`"],"The object type `%1$s` is invalid":["The object type `%1$s` is invalid"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`"],"The parameter `%1$s` cannot be empty.":["The parameter `%1$s` cannot be empty."],"Check Keyphrase Density":["Check Keyphrase Density"],"Disable":["Disable"],"Allow Control":["Allow Control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all."],"%s is a required feature toggle argument.":["%s is a required feature toggle argument."],"Keyphrase:":["Keyphrase:"],"Remove keyphrase":["Remove keyphrase"],"This feature has been disabled by the network admin.":["This feature has been disabled by the network admin."],"Focus keyphrase not set.":["Focus keyphrase not set."],"Multiple keyphrases":["Multiple keyphrases"],"Colon":["Colon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental."],"There is a new notification.":["There is a new notification.","There are new notifications."],"Learn more about the readability analysis":["Learn more about the readability analysis"],"Describe the duration of the instruction:":["Describe the duration of the instruction:"],"Optional. Customize how you want to describe the duration of the instruction":["Optional. Customise how you want to describe the duration of the instruction"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"%s, %s and %s":["%s, %s and %s"],"%s and %s":["%s and %s"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d hour","%d hours"],"%d day":["%d day","%d days"],"Enter a step title":["Enter a step title"],"Optional. This can give you better control over the styling of the steps.":["Optional. This can give you better control over the styling of the steps."],"CSS class(es) to apply to the steps":["CSS class(es) to apply to the steps"],"minutes":["minutes"],"hours":["hours"],"days":["days"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post."],"Copy error":["Copy error"],"An error occurred loading the %s primary taxonomy picker.":["An error occurred loading the %s primary taxonomy picker."],"%1$s Structured Data Blocks":["%1$s Structured Data Blocks"],"Time needed:":["Time needed:"],"Move question down":["Move question down"],"Move question up":["Move question up"],"Insert question":["Insert question"],"Delete question":["Delete question"],"Enter the answer to the question":["Enter the answer to the question"],"Enter a question":["Enter a question"],"Add question":["Add question"],"Frequently Asked Questions":["Frequently Asked Questions"],"Great news: you can, with %s!":["Great news: you can, with %s!"],"Select the primary %s":["Select the primary %s"],"Check links to this URL":["Check links to this URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Please check the %1$sarchive template%2$s for the following content type: %3$s."," Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Are you trying to use multiple keyphrases? You should add them separately below."],"Mark as cornerstone content":["Mark as cornerstone content"],"Move step down":["Move step down"],"Move step up":["Move step up"],"Insert step":["Insert step"],"Delete step":["Delete step"],"Add image":["Add image"],"Enter a step description":["Enter a step description"],"Enter a description":["Enter a description"],"Unordered list":["Unordered list"],"Showing step items as an ordered list.":["Showing step items as an ordered list."],"Showing step items as an unordered list":["Showing step items as an unordered list"],"Add step":["Add step"],"Delete total time":["Delete total time"],"Add total time":["Add total time"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Snippet Preview"],"Analysis results":["Analysis results"],"Enter a focus keyphrase to calculate the SEO score":["Enter a focus keyphrase to calculate the SEO score"],"Learn more about Cornerstone Content.":["Learn more about Cornerstone Content."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone content should be the most important and extensive articles on your site."],"Restore Site":["Restore Site"],"Network Settings":["Network Settings"],"You are not allowed to perform this action.":["You are not allowed to perform this action."],"Error: %s":["Error: %s"],"Success: %s":["Success: %s"],"Site with ID %d not found.":["Site with ID %d not found."],"No site has been selected to restore.":["No site has been selected to restore."],"You are not allowed to modify unregistered network settings.":["You are not allowed to modify unregistered network settings."],"deleted":["deleted"],"Would you like to add another keyphrase?":["Would you like to add another keyphrase?"],"image preview":["image preview"],"Copied!":["Copied!"],"Not supported!":["Not supported!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Consider linking to these {{a}}cornerstone articles:{{/a}}"],"Consider linking to these articles:":["Consider linking to these articles:"],"Copy link":["Copy link"],"Copy link to suggested article: %s":["Copy link to suggested article: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":["Prominent words"],"The site's tagline":["The site's tagline"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong."],"Not all required fields are given. Missing field %1$s":["Not all required fields are given. Missing field %1$s"],"Optimize your site for Google News.":["Optimise your site for Google News."],"Optimize your shop's SEO and sell more products!":["Optimise your shop's SEO and sell more products!"],"Be found in Google Video search and enhance your video sharing on social media.":["Be found in Google Video search and enhance your video sharing on social media."],"Be found in Google Maps and local results.":["Be found in Google Maps and local results."],"Learn practical SEO skills to rank higher in Google.":["Learn practical SEO skills to rank higher in Google."],"Don’t waste time figuring out the best settings yourself.":["Don’t waste time figuring out the best settings yourself."],"Get quick wins to make your site rank higher in search engines.":["Get quick wins to make your site rank higher in search engines."],"Add synonyms":["Add synonyms"],"Would you like to add keyphrase synonyms?":["Would you like to add keyphrase synonyms?"],"Would you like to add more than one keyphrase?":["Would you like to add more than one keyphrase?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["You haven't set a Shop page in your WooCommerce settings. Please do this first."],"Current year":["Current year"],"Page":["Page"],"Breadcrumb settings for %s archive":["Breadcrumb settings for %s archive"],"Something went wrong. Please reload the page.":["Something went wrong. Please reload the page."],"Tagline":["Tagline"],"Modify your meta description by editing it right here":["Modify your meta description by editing it right here"],"description (custom taxonomy)":["description (custom taxonomy)"],"(custom taxonomy)":["(custom taxonomy)"],"(custom field)":["(custom field)"],"Term404":["Term 404"],"Caption":["Caption"],"Pagenumber":["Page number"],"Pagetotal":["Page total"],"Page number":["Page number"],"User description":["User description"],"ID":["ID"],"Modified":["Modified"],"Post type (plural)":["Post type (plural)"],"Post type (singular)":["Post type (singular)"],"Separator":["Separator"],"Search phrase":["Search phrase"],"Term title":["Term title"],"Term description":["Term description"],"Tag description":["Tag description"],"Category description":["Category description"],"Primary category":["Primary category"],"Category":["Category"],"Tag":["Tag"],"Excerpt only":["Excerpt only"],"Excerpt":["Excerpt"],"Site title":["Site title"],"Archive title":["Archive title"],"Parent title":["Parent title"],"Date":["Date"],"Label":["Label"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL."],"Search engines and other websites can still send traffic to your deleted post.":["Search engines and other websites can still send traffic to your deleted post."],"Make sure you don't miss out on traffic!":["Make sure you don't miss out on traffic!"],"You just deleted a %1$s.":["You just deleted a %1$s."],"You just trashed a %1$s.":["You just binned a %1$s."],"Settings for %s archive":["Settings for %s archive"],"Settings for single %s URLs":["Settings for single %s URLs"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be."],"Url preview":["URL preview"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results."],"Insert snippet variable":["Insert snippet variable"],"Dismiss this notice":["Dismiss this notice"],"No results":["No results"],"%d result found, use up and down arrow keys to navigate":["%d result found, use up and down arrow keys to navigate","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Your site language is set to %s. If this is not correct, contact your site administrator."],"Number of results found: %d":["Number of results found: %d"],"Note that not all variables can be used in every field.":["Note that not all variables can be used in every field."],"Snippet variables":["Snippet variables"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site."],"Unknown type %1$s":["Unknown type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Includes a free MyYoast account which gives you access to our free SEO for Beginners course!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verification code"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider."],"Cleanup of %s data failed.":["Cleanup of %s data failed."],"Content Type":["Content Type"],"Filter by content type":["Filter by content type"],"Show All Content Types":["Show All Content Types"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Replaced with the normal title for an archive generated by WordPress"],"Clean":["Clean"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Once you're certain your site is OK, you can clean up. This will remove all the original data."],"Step 5: Clean up":["Step 5: Clean up"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct."],"Step 4: Run the configuration wizard":["Step 4: Run the configuration wizard"],"Please check your posts and pages and see if the metadata was successfully imported.":["Please check your posts and pages and see if the metadata was successfully imported."],"Step 3: Check your data":["Step 3: Check your data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Step 2: Import"],"Please make a backup of your database before starting this process.":["Please make a backup of your database before starting this process."],"Step 1: Create a backup":["Step 1: Create a backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Posts that should not show up in search results"],"%s data found.":["%s data found."],"%s data successfully removed.":["%s data successfully removed."],"%s data successfully imported.":["%s data successfully imported."],"%s data not found.":["%s data not found."],"Improve your SEO skills":["Improve your SEO skills"],"24/7 email support":["24/7 email support"],"No more dead links a.k.a. 404 pages":["No more dead links a.k.a. 404 pages"],"Get real-time suggestions for internal links":["Get real-time suggestions for internal links"],"Preview your page in Facebook and Twitter":["Preview your page in Facebook and Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting."],"Help on copying the home meta description":["Help on copying the home meta description"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["To let search engines know which social profiles are associated to this site, enter your site social profiles data below."],"Learn more about your social profiles settings":["Learn more about your social profiles settings"],"Remove the categories prefix":["Remove the categories prefix"],"Help on the category prefix setting":["Help on the category prefix setting"],"Learn more about the available variables":["Learn more about the available variables"],"Learn more about the RSS feed setting":["Learn more about the RSS feed setting"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself."],"Learn more about the Media and attachment URLs setting":["Learn more about the Media and attachment URLs setting"],"Learn more about the title separator setting":["Learn more about the title separator setting"],"Learn more about the knowledge graph setting":["Learn more about the knowledge graph setting"],"Learn more about the homepage setting":["Learn more about the homepage setting"],"Learn more about the special pages setting":["Learn more about the special pages setting"],"Help on the date archives search results setting":["Help on the date archives search results setting"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the authors without posts archive search results setting":["Help on the authors without posts archive search results setting"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s."],"Help on the author archives search results setting":["Help on the author archives search results setting"],"Archives settings help":["Archives settings help"],"Learn more about the archives setting":["Learn more about the archives setting"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verification code"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Get your Google verification code in %1$sGoogle Search Console%2$s."],"Google verification code":["Google verification code"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Get your Bing verification code in %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verification code"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these."],"Learn more about the Webmaster Tools verification":["Learn more about the Webmaster Tools verification"],"On":["On"],"Help on: %s":["Help on: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature."],"Off":["Off"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings."],"Security: no advanced settings for authors":["Security: no advanced settings for authors"],"See who contributed to %1$s.":["See who contributed to %1$s."],"Help on this search results setting":["Help on this search results setting"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s."],"Default for %2$s, currently: %1$s":["Default for %2$s, currently: %1$s"],"Show %s in search results?":["Show %s in search results?"],"this author's archives":["this author's archives"],"Do not allow search engines to show %s in search results.":["Do not allow search engines to show %s in search results."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only."],"Category URLs":["Category URLs"],"the archive for %s":["the archive for %s"],"Redirect attachment URLs to the attachment itself?":["Redirect attachment URLs to the attachment itself?"],"We recommend you set this to Yes.":["We recommend you set this to Yes."],"Media & attachment URLs":["Media & attachment URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name."],"date archives":["date archives"],"archives for authors without posts":["archives for authors without posts"],"Read why XML Sitemaps are important for your site.":["Read why XML Sitemaps are important for your site."],"Enable the XML sitemaps that %s generates.":["Enable the XML sitemaps that %s generates."],"See the XML sitemap.":["See the XML sitemap."],"%2$s (current default for %1$s)":["%2$s (current default for %1$s)"],"Media":["Media"],"Content Types":["Content Types"],"Should search engines follow links on this %1$s?":["Should search engines follow links on this %1$s?"],"Allow search engines to show this %s in search results?":["Allow search engines to show this %s in search results?"],"Search Appearance":["Search Appearance"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings."],"Search engines should show \"%1$s\" in search results:":["Search engines should show \"%1$s\" in search results:"],"Search engine visibility":["Search engine visibility"],"Toggle %1$s's XML Sitemap":["Toggle %1$s's XML Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Support requests you create here are sent directly to our support system, which is secured with 256 bit SSL, so communication is 100% secure."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["The cornerstone content feature lets you to mark and filter cornerstone content on your website."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7."],"Search result":["Search result"],"Good results":["Good results"],"Get better search results in local search":["Get better search results in local search"],"Allow customers to pick up their %s order locally":["Allow customers to pick up their %s order locally"],"SEO analysis":["SEO analysis"],"The SEO analysis offers suggestions to improve the SEO of your text.":["The SEO analysis offers suggestions to improve the SEO of your text."],"Learn how the SEO analysis can help you rank.":["Learn how the SEO analysis can help you rank."],"The readability analysis offers suggestions to improve the structure and style of your text.":["The readability analysis offers suggestions to improve the structure and style of your text."],"Discover why readability is important for SEO.":["Discover why readability is important for SEO."],"Find out how cornerstone content can help you improve your site structure.":["Find out how cornerstone content can help you improve your site structure."],"The text link counter helps you improve your site structure.":["The text link counter helps you improve your site structure."],"Find out how the text link counter can enhance your SEO.":["Find out how the text link counter can enhance your SEO."],"%s integration":["%s integration"],"Read more about how %s works.":["Read more about how %s works."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared."],"Find out why you should upgrade to %s":["Find out why you should upgrade to %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Latest blog posts on %1$s"],"Need help?":["Need help?"],"Type here to search...":["Type here to search..."],"Search the Yoast Knowledge Base for answers to your questions:":["Search the Yoast Knowledge Base for answers to your questions:"],"Remove highlight from the text":["Remove highlight from the text"],"Your site language is set to %s. ":["Your site language is set to %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Get started quickly with the %1$s %2$sconfiguration wizard%3$s!"],"First-time SEO configuration":["First-time SEO configuration"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Your site language is set to {language}. If this is not correct, contact your site administrator."],"Your site language is set to {language}.":["Your site language is set to {language}."],"Highlight this result in the text":["Highlight this result in the text"],"Considerations":["Considerations"],"Errors":["Errors"],"Change language":["Change language"],"You cannot create a %s file.":["You cannot create a %s file."],"You cannot edit the %s file.":["You cannot edit the %s file."],"Updated %s":["Updated %s"],"Create %s file":["Create %s file"],"Edit the content of your %s:":["Edit the content of your %s:"],"Save changes to %s":["Save changes to %s"],"%s file":["%s file"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s."],"More information":["More information"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better."],"More information about %1$s":["More information about %1$s"],"Configuration Wizard":["Configuration Wizard"],"You've done it!":["You've done it!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Seamlessly integrate %2$s with %1$s for the content analysis!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s."],"Loading help center.":["Loading help centre."],"Get support":["Get support"],"View in KB":["View in KB"],"Go back":["Go back"],"Go back to the search results":["Go back to the search results"],"(Opens in a new browser tab)":["(Opens in a new browser tab)"],"Posts %1$swithout%2$s a focus keyphrase":["Posts %1$swithout%2$s a focus keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, your SEO is doing pretty well! Check out the stats:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["You don't have any published posts, your SEO scores will appear here once you make your first post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets."],"Something else":["Something else"],"A portfolio":["A portfolio"],"A corporation":["A corporation"],"A small offline business":["A small offline business"],"A news channel":["A news channel"],"An online shop":["An online shop"],"A blog":["A blog"],"What does the site %1$s represent?":["What does the site %1$s represent?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["If you choose no, your author archives will be deactivated to prevent duplicate content issues."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s."],"Option B: My site is under construction and should not be indexed":["Option B: My site is under construction and should not be indexed"],"Option A: My site is live and ready to be indexed":["Option A: My site is live and ready to be indexed"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site."],"Please specify if your site is under construction or already active.":["Please specify if your site is under construction or already active."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results."],"Read more like this on our SEO blog":["Read more like this on our SEO blog"],"Readability: %s":[""],"Not activated":["Not activated"],"Activated":["Activated"],"%1$s recommendations for you":["%1$s recommendations for you"],"All Readability Scores":["All Readability Scores"],"Filter by Readability Score":["Filter by Readability Score"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is not valid."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s."],"Good job! All the links in your texts have been counted.":["Good job! All the links in your texts have been counted."],"Calculation completed.":["Calculation completed."],"Calculation in progress...":["Calculation in progress..."],"Stop counting":["Stop counting"],"Counting links in your texts":["Counting links in your texts"],"Text %1$s of %2$s processed.":["Text %1$s of %2$s processed."],"All your texts are already counted, there is no need to count them again.":["All your texts are already counted, there is no need to count them again."],"Count links in your texts":["Count links in your texts"],"Text link counter":["Text link counter"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO."],"%s Columns":["%s Columns"],"Readability score":["Readability score"],"Other benefits of %s for you:":["Other benefits of %s for you:"],"Scroll to see the preview content.":["Scroll to see the preview content."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s will now take care of all the needed technical optimisation of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s meta box when you edit posts or pages."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page."],"Attract more customers near you":["Attract more customers near you"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!"],"Get the most out of %1$s with the %2$s":["Get the most out of %1$s with the %2$s"],"Upgrade to Premium":["Upgrade to Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support."],"Outrank the competition with %s":["Outrank the competition with %s"],"You might like":["You might like"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["The configuration wizard helps you to easily configure your site to have the optimal SEO settings."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin."],"Superfast internal linking suggestions":["Superfast internal linking suggestions"],"Great news: you can, with %1$s!":["Great news: you can, with %1$s!"],"Save changes":["Save changes"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial media preview%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo more dead links%2$s: easy redirect manager"],"No ads!":["No ads!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Social media preview"],"Easy redirect manager":["Easy redirect manager"],"No more dead links":["No more dead links"],"Increase your SEO reach":["Increase your SEO reach"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin? Consider doing our %1$s!"],"Variable":["Variable"],"Available variables":["Available variables"],"Scroll to see the table content.":["Scroll to see the table content."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance."],"An error occurred in the '%1$s' assessment":["An error occurred in the '%1$s' assessment"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.","The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["The meta description contains no sentences %1$sover %2$s words%3$s."],"Step %1$d: %2$s":["Step %1$d: %2$s"],"No new notifications.":["No new notifications."],"Save all":["Save all"],"Save":["Save"],"%1$s, Author at %2$s":["%1$s, Author at %2$s"],"Mobile preview":["Mobile preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Select redirect"],"Please provide an SEO title by editing the snippet below.":["Please provide an SEO title by editing the snippet below."],"Meta description preview:":["Meta description preview:"],"Slug preview:":["Slug preview:"],"SEO title preview:":["SEO title preview:"],"Close snippet editor":["Close snippet editor"],"Slug":["Slug"],"Remove marks in the text":["Remove marks in the text"],"Mark this result in the text":["Mark this result in the text"],"Marks are disabled in current view":["Marks are disabled in current view"],"Good SEO score":["Good SEO score"],"OK SEO score":["OK SEO score"],"Feedback":["Feedback"],"ok":["OK"],"Choose an image":["Choose an image"],"Remove the image":["Remove the image"],"MailChimp signup failed:":["MailChimp signup failed:"],"Sign Up!":["Sign Up!"],"Name":["Name"],"There is an error with the request.":["There is an error with the request."],"Select profile":["Select profile"],"Choose a profile":["Choose a profile"],"Authorization code":["Authorisation code"],"Reauthenticate with Google":["Reauthenticate with Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["To allow %s to fetch your Google Search Console information, please enter your Google Authorisation Code. Clicking the button below will open a new window."],"Please provide a meta description by editing the snippet below.":["Please provide a meta description by editing the snippet below."],"Edit snippet":["Edit snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["You can click on each element in the preview to jump to the Snippet Editor."],"SEO title preview":["SEO title preview"],"Meta description preview":["Meta description preview"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any)."],"Close the Wizard":["Close the Wizard"],"Export settings":["Export settings"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuration Wizard"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5-stars rating on WordPress.org%3$s!"],"Date archives settings":["Date archives settings"],"Author archives settings":["Author archives settings"],"%1$s by %2$s":["%1$s by %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Warning: the variable %s cannot be used in this template. See the help centre for more info."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support."],"(no title)":["(no title)"],"%s installation wizard":["%s installation wizard"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["The %1$s admin bar menu contains useful links to third-party tools for analysing pages and makes it easy to see if you have new notifications."],"Admin bar menu":["Admin bar menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Features"],"SEO title":["SEO title"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google shows your website's name in the search results. If you want to change it, you can do that here."],"Greater than sign":["Greater than sign"],"Less than sign":["Less than sign"],"Right angle quotation mark":["Right angle quotation mark"],"Left angle quotation mark":["Left angle quotation mark"],"Small tilde":["Small tilde"],"Vertical bar":["Vertical bar"],"Low asterisk":["Low asterisk"],"Asterisk":["Asterisk"],"Bullet":["Bullet"],"Middle dot":["Middle dot"],"Em dash":["Em dash"],"En dash":["En dash"],"Dash":["Dash"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results."],"The name of the person":["The name of the person"],"No":["No"],"Yes":["Yes"],"Does, or will, your site have multiple authors?":["Does, or will, your site have multiple authors?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatically generates a URL for each media item in the library. Enabling this will allow Google to index the generated URL."],"Success!":["Success!"],"Title settings":["Title settings"],"Google Search Console":["Google Search Console"],"Multiple authors":["Multiple authors"],"Site type":["Site type"],"Environment":["Environment"],"Yoast option %1$s not found.":["Yoast option %1$s not found."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Posts list"],"Posts list navigation":["Posts list navigation"],"Filter posts list":["Filter posts list"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Note that links to archives might be still output by your theme and you would need to remove them separately."],"%1$s to optimize your site even further":["%1$s to optimise your site even further"],"%1$s extensions":["%1$s extensions"],"Comes with our 30-day no questions asked money back guarantee":["Comes with our 30-day no questions asked money back guarantee"],"More information %1$sabout %3$s%2$s":["More information %1$sabout %3$s%2$s"],"Installed":["Installed"],"gain access to our 24/7 support team.":["gain access to our 24/7 support team."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["check what your Facebook or Twitter post will look like."],"Social previews":["Social previews"],"create and manage redirects from within your WordPress install.":["create and manage redirects from within your WordPress install."],"Redirect manager":["Redirect manager"],"%1$s, take your optimization to the next level!":["%1$s, take your optimisation to the next level!"],"A seamless integration between %1$s and %2$s":["A seamless integration between %1$s and %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use %1$s breadcrumbs instead of %2$s ones"],"Easily insert Google Maps, a store locator, opening hours and more":["Easily insert Google Maps, a store locator, opening hours and more"],"Creates XML News Sitemaps":["Creates XML News Sitemaps"],"Immediately pings Google on the publication of a new post":["Immediately pings Google on the publication of a new post"],"Optimize your site for Google News":["Optimise your site for Google News"],"Make videos responsive through enabling fitvids.js":["Make videos responsive through enabling fitvids.js"],"Enhance the experience of sharing posts with videos":["Enhance the experience of sharing posts with videos"],"Show your videos in Google Videos":["Show your videos in Google Videos"],"Crawl issues list":["Crawl issues list"],"Crawl issues list navigation":["Crawl issues list navigation"],"Edit “%s”":["Edit “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notifications"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions."],"Disable SEO analysis":["Disable SEO analysis"],"Twitter settings":["Twitter settings"],"Pinterest settings":["Pinterest settings"],"Facebook settings":["Facebook settings"],"Title separator symbol":["Title separator symbol"],"RSS feed settings":["RSS feed settings"],"Breadcrumbs settings":["Breadcrumbs settings"],"Make primary":["Make primary"],"Enter your Google Authorization Code and press the Authenticate button.":["Enter your Google Authorisation Code and press the Authenticate button."],"Knowledge base article":["Knowledge base article"],"Open the knowledge base article in a new window or read it in the iframe below":["Open the knowledge base article in a new window or read it in the iframe below"],"Search results":["Search results"],"%s notification":["%s notification","%s notifications"],"Disable readability analysis":["Disable readability analysis"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Removes the readability analysis section from the meta box and disables all readability-related suggestions."],"Readability analysis":["Readability analysis"],"Needs improvement":["Needs improvement"],"Readability":["Readability"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files."],"Improvements":["Improvements"],"Dismiss this item.":["Dismiss this item."],"Good job! We could detect no serious SEO problems.":["Good job! We could detect no serious SEO problems."],"We have detected the following issues that affect the SEO of your site.":["We have detected the following issues that affect the SEO of your site."],"Problems":["Problems"],"Analysis":["Analysis"],"Not available":["Unavailable"],"Filter by SEO Score":["Filter by SEO Score"],"Meta description not set.":["Meta description not set."],"Video tutorial":["Video tutorial"],"Email support is a %s feature":["Email support is a %s feature"],"Knowledge base":["Knowledge base"],"Open":["Open"],"Loading...":["Loading..."],"Something went wrong. Please try again later.":["Something went wrong. Please try again later."],"No results found.":["No results found."],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["You can fix this on the %1$sPermalink settings page%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paging comments is enabled. This is not needed in 999 out of 1000 cases, so we recommend disabling it."],"Replaced with the primary category of the post/page":["Replaced with the primary category of the post/page"],"Pinterest confirmation":["Pinterest confirmation"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["If you have already confirmed your website with Pinterest, you can skip the step below."],"Format-based archives":["Format-based archives"],"Webmaster Tools verification":["Webmaster Tools verification"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":[""],"Want to be a %s Expert?":[""],"Buy %s":["Buy %s"],"Show information about errors in category %s":[""],"New %1$s Title":["New %1$s Title"],"Existing %1$s Title":["Existing %1$s Title"],"Expected an integer as input.":["Expected an integer as input."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range."],"Remove":["Remove"],"Keep":["Keep"],"Bold the last page":["Bold the last page"],"Regular":["Regular"],"Bold":["Bold"],"Show Blog page":["Show Blog page"],"Primary %s":["Primary %s"],"Primary":["Primary"],"Make %1$s primary %2$s":["Make %1$s primary %2$s"],"Term is set to noindex.":["Term is set to noindex."],"Author archives":["Author archives"],"Show":["Show"],"Enabled":["Enabled"],"Disabled":["Disabled"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s has not fetched your site's indexability status yet from %2$s"],"The separator defined in your theme's %s tag.":["The separator defined in your theme's %s tag."],"No index":["No index"],"Analyze entire site":["Analyse entire site"],"Fetch the current status":["Fetch the current status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s"],"Your homepage can be indexed by search engines.":["Your homepage can be indexed by search engines."],"Indexability check by %1$s":["Indexability check by %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["If you don't want to use the meta description for sharing the post on %1$s but want another description there, write it here."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["If you don't want to use the title for sharing on %1$s but instead want another title there, write it here."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed."],"Once Weekly":["Once Weekly"],"SEO score":["SEO score"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculating SEO scores for all pieces of content with a focus keyphrase."],"%1$s of %2$s done.":["%1$s of %2$s done."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activation failed:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["The filter extension seem to be unavailable. Please ask your web host to enable it."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it."],"SEO Settings":["SEO Settings"],"Mobile-Friendly Test":["Mobile-Friendly Test"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML Validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Check Headers"],"Check Google Cache":["Check Google Cache"],"Analyze this page":["Analyse this page"],"Keyword Research":["Keyword Research"],"%s does not seem to be a valid url. Please correct.":["%s does not seem to be a valid url. Please correct."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s does not seem to be a valid %2$s verification string. Please correct."],"%s Archive":["%s Archive"],"You searched for %s":["You searched for %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Summary with large image"],"Summary":["Summary"],"The post %1$s appeared first on %2$s.":["The post %1$s appeared first on %2$s."],"No numeric value was received.":["No numeric value was received."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["This must be an existing blog. Blog %s does not exist or has been marked as deleted."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["The default blog setting must be the numeric blog id of the blog you want to use as default."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default."],"Please select a valid post type for taxonomy \"%s\"":["Please select a valid post type for taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Please select a valid taxonomy for post type \"%s\""],"You searched for":["You searched for"],"Home":["Home"],"Archives for":["Archives for"],"Error 404: Page not found":["Error 404: Page not found"],"Good":["Good"],"Replaced with a custom taxonomies description":["Replaced with a custom taxonomies description"],"Replaced with a posts custom taxonomies, comma separated.":["Replaced with a posts custom taxonomies, comma separated."],"Replaced with a posts custom field value":["Replaced with a posts custom field value"],"Replaced with the slug which caused the 404":["Replaced with the slug which caused the 404"],"Replaced with the posts focus keyphrase":["Replaced with the posts focus keyphrase"],"Attachment caption":["Attachment caption"],"Replaced with the current page number":["Replaced with the current page number"],"Replaced with the current page total":["Replaced with the current page total"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Replaced with the current page number with context (i.e. page 2 of 4)"],"Replaced with the post/page author's 'Biographical Info'":["Replaced with the post or page author's 'Biographical Info'"],"Replaced with the post/page author's 'nicename'":["Replaced with the post/page author's 'nicename'"],"Replaced with the post/page ID":["Replaced with the post/page ID"],"Replaced with the post/page modified time":["Replaced with the post/page modified time"],"Replaced with the content type plural label":["Replaced with the content type plural label"],"Replaced with the content type single label":["Replaced with the content type single label"],"Replaced with the current search phrase":["Replaced with the current search phrase"],"Replaced with the term name":["Replaced with the term name"],"Replaced with the term description":["Replaced with the term description"],"Replaced with the tag description":["Replaced with the tag description"],"Replaced with the category description":["Replaced with the category description"],"Replaced with the post categories (comma separated)":["Replaced with the post categories (comma separated)"],"Replaced with the current tag/tags":["Replaced with the current tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Replaced with the post/page excerpt (without auto-generation)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Replaced with the post/page excerpt (or auto-generated if it does not exist)"],"The site's name":["The site's name"],"Replaced with the title of the parent page of the current page":["Replaced with the title of the parent page of the current page"],"Replaced with the title of the post/page":["Replaced with the title of the post/page"],"Replaced with the date of the post/page":["Replaced with the date of the post/page"],"Page %1$d of %2$d":["Page %1$d of %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["A replacement variable with the same name has already been registered. Try making your variable name unique. "],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["A replacement variable can not start with %%cf_ or %%ct_ as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template."],"Page not found":["Page not found"],"%s Archives":["%s Archives"],"Search for \"%s\"":["Search for \"%s\""],"Meta description to use for Author page":["Meta description to use for Author page"],"Title to use for Author page":["Title to use for Author page"],"%1$s settings":["%1$s settings"],"Export your %1$s settings":["Export your %1$s settings"],"Import settings":["Import settings"],"Import from other SEO plugins":["Import from other SEO plugins"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["If you had a %s file and it was editable, you could edit it from here."],"If your %s were writable, you could edit it from here.":["If your %s were writable, you could edit it from here."],"You don't have a %s file, create one here:":["You don't have a %s file, create one here:"],"A link to your site, with your site's name and description as anchor text.":["A link to your site, with your site's name and description as anchor text."],"A link to your site, with your site's name as anchor text.":["A link to your site, with your site's name as anchor text."],"A link to the post, with the title as anchor text.":["A link to the post, with the title as anchor text."],"A link to the archive for the post author, with the authors name as anchor text.":["A link to the archive for the post author, with the authors name as anchor text."],"You can use the following variables within the content, they will be replaced by the value on the right.":["You can use the following variables within the content and they will be replaced by the value on the right."],"Content to put after each post in the feed":["Content to put after each post in the feed"],"Content to put before each post in the feed":["Content to put before each post in the feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["This feature is used to automatically add content to your RSS. More specifically, it's meant to add links back to your blog and your blog posts. Dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s."],"How to insert breadcrumbs in your theme":["How to insert breadcrumbs in your theme"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Content type archive to show in breadcrumbs for taxonomies"],"Taxonomy to show in breadcrumbs for content types":["Taxonomy to show in breadcrumbs for content types"],"Breadcrumb for 404 Page":["Breadcrumb for 404 Page"],"Prefix for Search Page breadcrumbs":["Prefix for Search Page breadcrumbs"],"Prefix for Archive breadcrumbs":["Prefix for Archive breadcrumbs"],"Prefix for the breadcrumb path":["Prefix for the breadcrumb path"],"Anchor text for the Homepage":["Anchor text for the Homepage"],"Separator between breadcrumbs":["Separator between breadcrumbs"],"Enable Breadcrumbs":["Enable Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!"],"Credits":["Credits"],"« Back to Tools page":["« Back to Tools page"],"%1$s comes with some very powerful built-in tools:":["%1$s comes with some very powerful built-in tools:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file."],"File editor":["File editor"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Import settings from other SEO plugins and export your settings for re-use on (another) blog."],"Import and Export":["Import and Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page."],"Bulk editor":["Bulk editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimise your site for Pinterest."],"The default card type to use":["The default card type to use"],"Add Twitter card meta data":["Add Twitter card meta data"],"This image is used if the post/page being shared does not contain any images.":["This image is used if the post/page being shared does not contain any images."],"Default settings":["Default settings"],"Copy home meta description":["Copy home meta description"],"Description":["Description"],"Image URL":["Image URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["These are the title, description and image values used in the Open Graph meta tags on the front page of your site."],"Frontpage settings":["Frontpage settings"],"Add Open Graph meta data":["Add Open Graph meta data"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter Username"],"Facebook Page URL":["Facebook Page URL"],"Accounts":["Accounts"],"Restore site to defaults":["Restore site to defaults"],"Site ID":["Site ID"],"Using this form you can reset a site to the default SEO settings.":["Using this form you can reset a site to the default SEO settings."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used."],"New sites in the network inherit their SEO settings from this site":["New sites in the network inherit their SEO settings from this site"],"Super Admins only":["Super Admins only"],"Site Admins (default)":["Site Admins (default)"],"Who should have access to the %1$s settings":["Who should have access to the %1$s settings"],"spam":["spam"],"mature":["mature"],"archived":["archived"],"public":["public"],"%s restored to default SEO settings.":["%s restored to default SEO settings."],"Settings Updated.":["Settings Updated."],"404 pages":["404 pages"],"Search pages":["Search pages"],"These pages will be %s by default, so they will never show up in search results.":["These pages will be %s by default, so they will never show up in search results."],"Special Pages":["Special Pages"],"Date-based archives could in some cases also be seen as duplicate content.":["Date-based archives could in some cases also be seen as duplicate content."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s."],"Date archives":["Date archives"],"author archives":["author archives"],"Title":["Title"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Hide"],"Date in Snippet Preview":["Date in Snippet Preview"],"Take note:":["Take note:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Homepage & Front page"],"Title Separator":["Title Separator"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here."],"Force rewrite titles":["Force rewrite titles"],"Taxonomies":["Taxonomies"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s Extensions"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Seamlessly integrate WooCommerce with %1$s and get extra features!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Rank better locally and in Google Maps, without breaking a sweat!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Are you in Google News? Increase your traffic from Google News by optimising for it!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimise your videos to show them off in search results and get more clicks!"],"The premium version of %1$s with more features & support.":["The premium version of %1$s with more features & support."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Website name"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["or"],"Save Profile":["Save Profile"],"There were no profiles found":["There were no profiles found"],"Profile":["Profile"],"Current profile":["Current profile"],"Authenticate":["Authenticate"],"Get Google Authorization Code":["Get Google Authorisation Code"],"Reload crawl issues":["Reload crawl issues"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s."],"Creating redirects is a %s feature":["Creating redirects is a %s feature"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Errors that occurred when your site was crawled by Googlebot."],"Issue categories":["Issue categories"],"Incorrect Google Authorization Code.":["Incorrect Google Authorisation Code."],"The issues have been successfully reloaded!":["The issues have been successfully reloaded!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again."],"Crawl errors per page":["Crawl errors per page"],"Search":["Search"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s."],"Create redirect":["Create Redirect"],"Mark as fixed":["Mark as fixed"],"Response code":["Response code"],"First detected":["First detected"],"Last crawled":["Last crawled"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["The target URL doesn't exist, but your server is not returning a 404 (file not found) error."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Request timed out or site is blocking Google."],"Server Error":["Server Error"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile."],"Blocked":["Blocked"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was unable to crawl this URL due to an undetermined issue."],"URL points to a non-existent page.":["URL points to a non-existent page."],"Not found":["Not found"],"Not followed":["Not followed"],"Faulty redirects":["Faulty redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server requires authentication or is blocking Googlebot from accessing the site."],"Access denied":["Access denied"],"Deactivate %s":["Deactivate %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["The %1$s plugin(s) might cause issues when used in conjunction with %2$s."],"Upload Image":["Upload Image"],"Remove these ads?":["Remove these ads?"],"%s Posts Overview":["%s Posts Overview"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears."],"Breadcrumbs title":["Breadcrumbs title"],"The canonical link is shown on the archive page for this term.":["The canonical link is shown on the archive page for this term."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Other"],"Archives":["Archives"],"Email":["Email"],"Previous":["Previous"],"Next":["Next"],"Close":["Close"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site."],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Image"],"%s Description":["%s Description"],"%s Title":["%s Title"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["The recommended image size for %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["If you want to override the image used on %s for this post, upload / choose an image here."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["If you don't wish to use the meta description for sharing the post on %s but would prefer another description there, write it here."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["If you don't wish to use the post title for sharing the post on %s, but would prefer another title there, write it here."],"very difficult":["very difficult"],"Try to make shorter sentences, using less difficult words to improve readability":["Try to make shorter sentences, using less difficult words to improve readability"],"difficult":["difficult"],"Try to make shorter sentences to improve readability":["Try to make shorter sentences to improve readability"],"fairly difficult":["fairly difficult"],"OK":["OK"],"fairly easy":["fairly easy"],"easy":["easy"],"very easy":["very easy"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["All SEO Scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites."],"(no parent)":["(no parent)"],"Post is set to noindex.":["Post is set to noindex."],"The URL that this page should redirect to.":["The URL that this page should redirect to."],"301 Redirect":["301 Redirect"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Title to use for this page in breadcrumb paths"],"Breadcrumbs Title":["Breadcrumbs Title"],"No Snippet":["No Snippet"],"No Archive":["No Archive"],"No Image Index":["No Image Index"],"None":["None"],"Site-wide default: %s":["Site-wide default: %s"],"Advanced meta robots settings for this page.":["Advanced meta robots settings for this page."],"Meta robots advanced":["Meta robots advanced"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect."],"Meta description":["Meta description"],"SEO Title":["SEO Title"],"Focus keyword":["Focus keyword"],"Snippet preview":["Snippet preview"],"Settings successfully imported.":["Settings successfully imported."],"Settings could not be imported:":["Settings could not be imported:"],"Breadcrumb for 404 pages:":["Breadcrumb for 404 pages:"],"Prefix for search result pages:":["Prefix for search result pages:"],"Prefix for archive pages:":["Prefix for archive pages:"],"Prefix for breadcrumbs:":["Prefix for breadcrumbs:"],"Anchor text for the homepage:":["Anchor text for the homepage:"],"Breadcrumbs separator:":["Breadcrumbs separator:"],"%s Breadcrumbs":["%s Breadcrumbs"],"Use Image":["Use Image"],"Action":["Action"],"Page URL/Slug":["Page URL/Slug"],"Publication date":["Publication date"],"Post Status":["Post Status"],"WP Page Title":["WP Page Title"],"View":["View"],"View “%s”":["View “%s”"],"Preview":["Preview"],"Preview “%s”":["Preview “%s”"],"Edit":["Edit"],"Filter":["Filter"],"New Yoast Meta Description":["New Yoast Meta Description"],"Existing Yoast Meta Description":["Existing Yoast Meta Description"],"Facebook profile URL":["Facebook profile URL"],"Twitter username (without @)":["Twitter username (without @)"],"FAQ":["FAQ"],"Premium Support":["Premium Support"],"Settings":["Settings"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility."],"Huge SEO Issue: You're blocking access to robots.":["Huge SEO Issue: You're blocking access to robots."],"Posts":["Posts"],"Edit Files":["Edit Files"],"Advanced Variables":["Advanced Variables"],"Basic Variables":["Basic Variables"],"General":["General"],"Extensions":["Extensions"],"Search Console":["Search Console"],"Tools":["Tools"],"Advanced":["Advanced"],"XML sitemaps":["XML sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues."],"Just another WordPress site":["Just another WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the Customiser%2$s."],"You have used HTML in your value which is not allowed.":["You have used HTML in your value which is not allowed."],"You can't edit %s that aren't yours.":["You can't edit %s that aren't yours."],"You can't edit %s.":["You can't edit %s."],"Post has an invalid Content Type: %s.":["Post has an invalid Content Type: %s."],"Post doesn't exist.":["Post doesn't exist."],"course\u0004Free:":["Free:"],"posts\u0004Trash (%s)":["Bin (%s)","Bin (%s)"],"posts\u0004All (%s)":["All (%s)","All (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/es_AR.json b/Resources/Private/Languages/es_AR.json index 0761255..7203d29 100644 --- a/Resources/Private/Languages/es_AR.json +++ b/Resources/Private/Languages/es_AR.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"es_AR"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"Free":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":[""],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":[""],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":[""],"Learn about why permalinks are important for SEO.":[""],"Google Ads":[""],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":[""],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":[""],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":[""],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["","There are new notifications."],"Learn more about the readability analysis":[""],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":[""],"%s and %s":[""],"%d minute":["","%d minutes"],"%d hour":["","%d hours"],"%d day":["","%d days"],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":[""],"hours":[""],"days":[""],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":[""],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":[""],"Move question down":[""],"Move question up":[""],"Insert question":[""],"Delete question":[""],"Enter the answer to the question":[""],"Enter a question":[""],"Add question":[""],"Frequently Asked Questions":[""],"Great news: you can, with %s!":[""],"Select the primary %s":[""],"Check links to this URL":[""],"Keyword research training":[""],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":[""],"Move step down":[""],"Move step up":[""],"Insert step":[""],"Delete step":[""],"Add image":[""],"Enter a step description":[""],"Enter a description":[""],"Unordered list":[""],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":[""],"Delete total time":[""],"Add total time":[""],"How to":[""],"How-to":[""],"Snippet Preview":[""],"Analysis results":[""],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":[""],"Cornerstone content should be the most important and extensive articles on your site.":[""],"Restore Site":[""],"Network Settings":[""],"You are not allowed to perform this action.":[""],"Error: %s":[""],"Success: %s":[""],"Site with ID %d not found.":[""],"No site has been selected to restore.":[""],"You are not allowed to modify unregistered network settings.":[""],"deleted":[""],"Would you like to add another keyphrase?":[""],"image preview":[""],"Copied!":[""],"Not supported!":[""],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":[""],"Copy link":[""],"Copy link to suggested article: %s":[""],"The site's tagline":[""],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":[""],"Optimize your site for Google News.":[""],"Optimize your shop's SEO and sell more products!":[""],"Be found in Google Video search and enhance your video sharing on social media.":[""],"Be found in Google Maps and local results.":[""],"Learn practical SEO skills to rank higher in Google.":[""],"Don’t waste time figuring out the best settings yourself.":[""],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":[""],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":[""],"Current year":[""],"Page":[""],"Breadcrumb settings for %s archive":[""],"Tagline":[""],"Modify your meta description by editing it right here":[""],"description (custom taxonomy)":[""],"(custom taxonomy)":[""],"(custom field)":[""],"Term404":[""],"Caption":[""],"Pagenumber":[""],"Pagetotal":[""],"Page number":[""],"User description":[""],"ID":[""],"Modified":[""],"Post type (plural)":[""],"Post type (singular)":[""],"Separator":[""],"Search phrase":[""],"Term title":[""],"Term description":[""],"Tag description":[""],"Category description":[""],"Primary category":[""],"Category":[""],"Tag":[""],"Excerpt only":[""],"Excerpt":[""],"Site title":[""],"Archive title":[""],"Parent title":[""],"Date":[""],"Label":[""],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":[""],"Search engines and other websites can still send traffic to your deleted post.":[""],"Make sure you don't miss out on traffic!":[""],"You just deleted a %1$s.":[""],"You just trashed a %1$s.":[""],"Settings for %s archive":[""],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Note that not all variables can be used in every field.":[""],"Snippet variables":[""],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":[""],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":[""],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":[""],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":[""],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":[""],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":[""],"Baidu verification code":[""],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":["La limpieza de datos %s falló."],"Content Type":["Tipo de contenido"],"Filter by content type":["Filtrar por tipo de contenido"],"Show All Content Types":["Mostrar todos los tipos de contenido"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["Reemplazar con el título normal para un archivo generado por WordPress"],"Clean":["Limpiar"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":[""],"Step 5: Clean up":["Paso 5: Limpieza"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":["Paso 4: Ejecutar el asistente de configuración"],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, chequeá tus entradas y páginas y mirá si los metadatos fueron importados correctamente."],"Step 3: Check your data":["Paso 3: Chequear tus datos"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Paso 2: Importar"],"Please make a backup of your database before starting this process.":["Por favor, hacé un respaldo de tu base de datos antes de comenzar este proceso."],"Step 1: Create a backup":["Paso 1: Crear un respaldo"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":[""],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":[""],"%s data found.":[""],"%s data successfully removed.":[""],"%s data successfully imported.":[""],"%s data not found.":[""],"Improve your SEO skills":[""],"24/7 email support":["Soporte por correo electrónico 24/7"],"No more dead links a.k.a. 404 pages":["No más enlaces muertos, osea, páginas 404."],"Get real-time suggestions for internal links":[""],"Preview your page in Facebook and Twitter":[""],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":[""],"Remove the categories prefix":[""],"Help on the category prefix setting":[""],"Learn more about the available variables":[""],"Learn more about the RSS feed setting":[""],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":[""],"Learn more about the title separator setting":[""],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":[""],"Learn more about the special pages setting":[""],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":[""],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":[""],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":[""],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":[""],"On":[""],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":[""],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":[""],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":[""],"this author's archives":[""],"Do not allow search engines to show %s in search results.":[""],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":[""],"Category URLs":[""],"the archive for %s":[""],"Redirect attachment URLs to the attachment itself?":[""],"We recommend you set this to Yes.":[""],"Media & attachment URLs":[""],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":[""],"archives for authors without posts":[""],"Read why XML Sitemaps are important for your site.":[""],"Enable the XML sitemaps that %s generates.":[""],"See the XML sitemap.":[""],"%2$s (current default for %1$s)":[""],"Media":[""],"Content Types":[""],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":[""],"Search Appearance":[""],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":[""],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Las solicitudes de soporte que crees aquí se envían directamente a nuestro sistema de soporte, que está protegido con SSL de 256 bits, por lo que la comunicación es 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La característica de contenido principal le permite marcar y filtrar el contenido principal en su sitio web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si tenés un problema que no puedas resolver con nuestros video tutoriales o base de conocimientos, podés enviar un mensaje a nuestro equipo de soporte. Pueden ser localizados las 24 horas, los 7 días de la semana."],"Good results":["Buenos resultados"],"Get better search results in local search":["Obtené mejores resultados de búsqueda en la búsqueda local"],"Allow customers to pick up their %s order locally":["Permitir a los clientes pasar a buscar su orden %s por el local"],"SEO analysis":["Análisis SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["El análisi SEO te ofrece sugerencias para mejorar el SEO de tu texto."],"Learn how the SEO analysis can help you rank.":["Descubrí cómo el análisis SEO puede ayudarte al ranking de motores de búsqueda."],"The readability analysis offers suggestions to improve the structure and style of your text.":["El análisis de legibilidad ofrece sugerencias para mejorar la estructura y estilo de tu texto."],"Discover why readability is important for SEO.":["Descubrí por qué la legibilidad es importante para la SEO."],"Find out how cornerstone content can help you improve your site structure.":["Descubrí cómo el contenido básico puede ayudarte a mejorar la estructura de tu sitio."],"The text link counter helps you improve your site structure.":["El contador de enlaces de texto te ayuda a mejorar la estructura de tu sitio."],"Find out how the text link counter can enhance your SEO.":["Descubrí cómo el contador de enlaces de texto puede mejorar tu SEO."],"%s integration":["%s integración"],"Read more about how %s works.":["Leé más sobre cómo funciona %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activá esta función si deseás que Facebook y otras redes sociales muestren una vista previa con imágenes y un extracto de texto cuando se comparte un enlace a tu sitio."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activá esta función si deseás que Twitter muestre una vista previa con imágenes y un extracto de texto cuando se comparte un enlace a tu sitio."],"Find out why you should upgrade to %s":["Enterate por qué debés mejorar a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":[""],"Need help?":["¿Necesitás ayuda?"],"Remove highlight from the text":["Eliminar resaltado del texto"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["¡Comienzá rápidamente con el %1$s %2$sasistente de configuración%3$s!"],"First-time SEO configuration":["Configuración de SEO por primera vez"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["El idioma establecido para tu sitio es {language}. Si esto no es correcto, contactate con el administrador."],"Your site language is set to {language}.":["El idioma establecido para tu sitio es {language}."],"Highlight this result in the text":["Resaltar este resultado en el texto"],"Considerations":["Consideraciones"],"Errors":["Errores"],"Change language":["Cambiar idioma"],"You cannot create a %s file.":["No podés crear el archivo %s."],"You cannot edit the %s file.":["No podés modificar el archivo %s."],"Updated %s":["Actualizado %s"],"Create %s file":["Crear el archivo %s"],"Edit the content of your %s:":["Editá el contenido de tu %s:"],"Save changes to %s":["Guardar los cambios en %s"],"%s file":["%s archivo"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s y %2$s pueden funcionar juntos mucho mejor agregando un plugin ayudante. Por favor instalá %3$s para hacer tu vida más fácil. %4$s."],"More information":["Más información"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor agregando un plugin ayudante. Por favor instalá %3$s para hacer tu vida más fácil."],"More information about %1$s":["Más información sobre %1$s"],"Configuration Wizard":["Asistente de Configuración"],"You've done it!":["¡Lo hiciste!"],"Seamlessly integrate %1$s into your AMP pages!":["¡Integrá sin problmemas %1$s en tus páginas AMP!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["¡Integrá sin problemas %2$s con %1$s para el análisis de contenido!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor agregando un plugin ayudante. Por favor instalá %3$s para hacer tu vida más fácil."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marcá el %1$s más importante como \"contenido fundamental\" para mejorar la estructura de tu sitio. %2$sObtené más información sobre el contenido fundamental%3$s."],"Loading help center.":["Cargando centro de ayuda."],"Get support":["Obtené soporte"],"(Opens in a new browser tab)":["(Se abre en una nueva pestaña del navegador)"],"Posts %1$swithout%2$s a focus keyphrase":[""],"Hey, your SEO is doing pretty well! Check out the stats:":["¡Ey, tu SEO está funcionando bastante bien! Miré las estadísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["¡No tenés ninguna entrada publicada, tus puntajes SEO aparecerán aquí una vez que hagas tu primera publicación!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Algo más"],"A portfolio":["Un portafolio"],"A corporation":["Una corporación"],"A small offline business":["Un pequeño negocio fuera de línea"],"A news channel":["Un canal de noticias"],"An online shop":["Una tienda en línea"],"A blog":["Un blog"],"What does the site %1$s represent?":["¿Qué representa el sitio %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Opción B: Mi sitio está en construcción y no debe ser indexado"],"Option A: My site is live and ready to be indexed":["Opción A: Mi sitio está funcionando y listo para ser indexado"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Por favor especificá si tu sitio está en construcción o ya está activo."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Leé más acerca de esto en nuestro blog SEO"],"Readability: %s":[""],"Not activated":["No activado"],"Activated":["Activado"],"%1$s recommendations for you":[""],"All Readability Scores":["Todas las Puntuaciones de Legibilidad"],"Filter by Readability Score":["Filtrar por Puntuación de Legibilidad"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["¡No estás recibiendo actualizaciones o soporte! Arreglá este problema agregando este sitio y habilitando %1$s para él en %2$s"],"Request method %1$s is not valid.":["El método de solicitud %1$s no es válido."],"Muted notifications:":["Notificaciones silenciadas:"],"Muted problems:":["Problemas silenciados:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["¿Querés ver una vista previa de cómo quedaría esta entrada cuando la gente la comparta en %1$s? Podés, con %2$s."],"Good job! All the links in your texts have been counted.":["¡Buen trabajo! Todos los enlaces en tus textos se han contabilizado."],"Calculation completed.":["Cálculo completado."],"Calculation in progress...":["Cálculo en progreso…"],"Stop counting":["Parar el conteo"],"Counting links in your texts":["Contando enlaces en tus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s procesado."],"All your texts are already counted, there is no need to count them again.":["Se han contado todos tus textos, no hay necesidad de contarlos de nuevo."],"Count links in your texts":["Cuenta los enlaces en tus textos"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Es necesario contabilizar todos los enlaces de tus textos públicos. Esto ofrecerá ideas de qué textos necesitan más enlaces. Si querés saber más sobre por qué y cómo enlazar internamente mirá %1$seste artículo sobre enlaces internos en %2$s%3$s."],"Text link counter":["Contador de enlaces en textos"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de enlaces internos que enlazan a esta entrada. Revisá el texto en las \"Columnas Yoast\" de la pestaña de ayuda para más información."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s añade varias columnas a esta página. Hemos escrito un artículo sobre %2$scómo usar la puntuación SEO y de legibilidad%3$s. Las columnas de enlaces muestran el número de artículos de este sitio enlazando %5$sa%6$s este artículo y el número de URLs enlazadas %5$sdesde%6$s este artículo. Aprendé más sobre %4$scómo usar estas utilidades para mejorar tu enlazado interno%3$s, lo que mejora enormemente tu SEO."],"%s Columns":["Columnas %s"],"Readability score":["Puntuación de legibilidad"],"Other benefits of %s for you:":["Otros beneficios de %s para vos."],"Scroll to see the preview content.":["Desplazate hacia abajo para ver el contenido previo."],"Cornerstone content":["Contenido esencial"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["¡Si querés ganarle a tu competencia en una región o ciudad específica mirá nuestro plugin %1$s! Vas a poderr fácilmente mapas de Google, horarios de apertura, información de contacto y localizadores de tienda. Además de todo esto %1$s te ayuda a mejorar la usabilidad de tu página de contacto. "],"Attract more customers near you":["Atraer más clientes cerca tuyo."],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["¿Querés conocer todos los secretos del plugin %1$s? ¿Querés aprender todo sobre nuestros ajustes avanzados? ¿Querés ser realmente capaz de sacar el máximo partido del plugin %1$s? ¡Mirá nuestro entrenamiento del plugin %1$s y empezá a ganarle a tu competencia!"],"Get the most out of %1$s with the %2$s":["Sacá el máximo partido de %1$s con el %2$s"],"Upgrade to Premium":["Actualizar a Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Ganale a la competencia con %s"],"You might like":["Te puede gustar"],"Newsletter":["Boletín de noticias"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Hemos detectado de que no haz finalizado el asistente todavía. Te recomendamos que %2$sempecés el asistente para la correcta configuracion de %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["El asistente de configuración te ayudará a configurar fácilmente tu sitio para que tenga el funcionamiento SEO óptimo."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Comprá la versión Premium y nuestros expertos estarán para ayudarte y para contestar cualquier pregunta que podás tener sobre la instalación o el uso de este plugin."],"Superfast internal linking suggestions":["Sugerencias de enlaces internos súper rápidas"],"Great news: you can, with %1$s!":["¡Grandes noticias: podés hacerlo, con %1$s!"],"Save changes":["Guardar los cambios"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["El plugin %2$s cambia el aspecto de tu sitio para los visitantes, pero no para los buscadores. Este proceso se denomina enmascaramiento (cloaking). Te recomendamos que lo deshabilites."],"%1$sSocial media preview%2$s: Facebook & Twitter":[""],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo más enlaces caídos%2$s: administrador de redirecciones simple."],"No ads!":["¡Sin anuncios publicitarios!"],"Facebook & Twitter":["Facebook y Twitter"],"Social media preview":["Vista previa de redes sociales"],"Easy redirect manager":["Administrador simple de redirecciones"],"No more dead links":["No más enlaces caídos"],"Increase your SEO reach":["Incrementá tu alcance SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Si querés más ayuda para crear contenido asombroso, revisá nuestro %2$scurso de SEO copywriting%3$s. ¿Querés conocer todo sobre las características del plugin? ¡Hacé nuestro curso: %1$s!"],"Variable":["Variable"],"Available variables":["Variables disponibles"],"Scroll to see the table content.":["Desplazate para ver el contenido de la tabla."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Si necesitás ayuda revisá %1$snuestro artículo sobre cómo conectar tu web a Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Ocurrió un error en la evaluación '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s de las palabras contienen %2$smás %3$s sílabas%4$s, que es más que el máximo recomendado de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s de las palabras contienen %2$smás %3$s sílabas%4$s, que es menor o igual que el máximo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La meta description contiene %1$d frase %2$sde más de %3$s palabras%4$s. Tratá de acortar esta frase.","La meta description contiene %1$d frases %2$sde más de %3$s palabras%4$s. Tratá de acortar estas oraciones."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La meta description no contiene frases %1$sde más de %2$s palabras%3$s."],"No new notifications.":["No hay notificaciones nuevas."],"Save all":["Guardar todo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, autor en %2$s"],"Mobile preview":["Vista previa de dispositivos móviles"],"Desktop preview":["Previsualización de escritorio"],"Select redirect":["Seleccionar redirección"],"Please provide an SEO title by editing the snippet below.":["Ingresá un título SEO editando el snippet de abajo."],"Meta description preview:":["Vista previa de la meta description:"],"Slug preview:":["Vista previa del slug:"],"SEO title preview:":["Vista previa del titulo SEO:"],"Close snippet editor":["Cerrar el editor de snippet"],"Slug":["Slug"],"Remove marks in the text":["Quitar marcas del texto"],"Mark this result in the text":["Marca este resultado en el texto"],"Marks are disabled in current view":["Las marcas están desactivadas en la vista actual"],"Good SEO score":["Calificación SEO buena"],"OK SEO score":["Puntuación SEO OK"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Elegí una imagen"],"Remove the image":["Eliminar la imagen"],"MailChimp signup failed:":["El registro en Mailchimp ha fallado:"],"Sign Up!":["¡Registrate!"],"Name":["Nombre"],"There is an error with the request.":["Ocurrió un error en la petición."],"Select profile":["Seleccionar perfil"],"Choose a profile":["Elegí un perfil"],"Authorization code":[""],"Reauthenticate with Google":["Volver a identificar con Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para permitir que %s obtenga tu información de la consola de búsqueda de Google, ingresá tu código de autorización de Google. Al hacer clic en el botón de abajo, se abrirá una nueva ventana. "],"Please provide a meta description by editing the snippet below.":["Ingresá una descripción meta editando el snippet de abajo."],"Edit snippet":["Editar snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Podés hacer clic en cualquier elemento de la vista previa para ir al editor de snippets."],"Close the Wizard":["Cerrar el asistente"],"Export settings":["Exportar ajustes"],"%1$s video tutorial":["video tutorial de %1$s"],"%s › Configuration Wizard":["%s › Asistente de configuración"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Si estás experimentando problemas %1$spor favor, envía un informe de fallos%2$s y haremos todo lo posible para ayudarte."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Hemos detectado que hace ya algún tiempo que usás %1$s; ¡esperamos que te encante! ¡Nos emocionaría si nos %2$sdieras una valoración de 5 estrellas en WordPress.org%3$s!"],"Courses":["Cursos"],"Date archives settings":["Ajustes de archivos por fecha"],"Author archives settings":["Ajustes de archivos de autor"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Advertencia : la variable %s no puede usarse en esta plantilla. Revisá el centro de ayuda para obtener más información."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(sin título)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["El menú de la barra de administración de %1$s contiene enlaces útiles de herramientas de terceros con las que analizar páginas y facilitarte saber si tenés nuevas notificaciones."],"Admin bar menu":["Menú de la barra de administración"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Características"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Aunque tratamos de hacer que configurar %1$s sea lo más fácil posible, entendemos que puede ser un poco intimidante. Si preferís que configuremos %1$s por vos (y de paso conseguir una copia de %2$s) ¡contrataánuestro %3$s%1$sservicio de configuración de %4$s acá!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bienvenido al asistente de instalación de %1$s. ¡En unos pocos pasos te ayudaremos a configurar tus ajustes SEO para que se adecuen a las necesidades de tu web!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google muestra el nombre de tu web en los resultados de búsqueda, y si querés cambiarlo, podés hacerlo aquí."],"Greater than sign":["Símbolo mayor que"],"Less than sign":["Símbolo de menor que"],"Right angle quotation mark":["Comilla inclinada a la derecha"],"Left angle quotation mark":["Comilla inclinada a la izquierda"],"Small tilde":["Virgulilla (~)"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco bajo"],"Asterisk":["Asterisco"],"Bullet":["Viñeta"],"Middle dot":["Punto medio"],"Em dash":["Guión largo"],"En dash":["Guión corto"],"Dash":["Guión"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Elegí qué símbolo utilizar como separador de título. Se mostrará, por ejemplo, entre el título de tu publicación y el nombre del sitio. Los símbolos se muestran en el tamaño en el que aparecerán en los resultados de búsqueda."],"The name of the person":["El nombre de la persona"],"No":["No"],"Yes":["Sí"],"Does, or will, your site have multiple authors?":["¿Tiene o tendrá tu sitio varios autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genera automáticamente una URL para cada elemento multimedia existente en la biblioteca. Teniendo esto activado permitirá a Google indexar la URL generada."],"Success!":["¡Lo lograste!"],"Title settings":["Ajustes de título"],"Google Search Console":["Consola de Búsqueda de Google"],"Multiple authors":["Varios autores"],"Site type":["Tipo de sitio"],"Environment":["Entorno"],"Yoast option %1$s not found.":["Opción %1$s de Yoast no encontrada."],"Google Structured Data Test":["Test de datos estructurados de Google"],"Posts list":["Lista de entradas"],"Posts list navigation":["Navegación por la lista de entradas"],"Filter posts list":["Filtrar la lista de entradas"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Observá que los enlaces a los archivos aún podrían verse en tu tema y que puede que tengas que quitarlos por tu cuenta."],"%1$s to optimize your site even further":["%1$s para optimizar tu sitio aún más"],"%1$s extensions":["Extensiones de %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Con nuestra garantía de devolución del dinero de 30 días sin preguntas"],"More information %1$sabout %3$s%2$s":["Más información %1$ssobre %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtené acceso a nuestro soporte 24/7."],"Premium support":["Soporte premium"],"check what your Facebook or Twitter post will look like.":["fijate cómo se vería tu publicación en Facebook o Twitter."],"Social previews":["Vistas previas de redes sociales"],"create and manage redirects from within your WordPress install.":["crear y administrar redirecciones desde dentro de tu instalación de WordPress."],"Redirect manager":["Gestor de redirecciones"],"%1$s, take your optimization to the next level!":["¡%1$s, lleva tu optimización al siguiente nivel!"],"A seamless integration between %1$s and %2$s":["Integración perfecta entre %1$s y %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Usá el breadcrumb de %1$s en vez del de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inserción sencilla de Google Maps, un localizador de tiendas, horas de apertura y más"],"Creates XML News Sitemaps":["Crear mapas del sitio XML de noticias"],"Immediately pings Google on the publication of a new post":["Envía pings an Google inmediatamente, cada vez que se publique una nueva entrada"],"Optimize your site for Google News":["Optimizá tu sitio para Google News"],"Make videos responsive through enabling fitvids.js":["Hacé que los videos sean adaptables habilitando fitvids.js"],"Enhance the experience of sharing posts with videos":["Mejorá la experiencia compartiendo entradas con videos"],"Show your videos in Google Videos":["Mostrar tus videos en Google Videos"],"Crawl issues list":["Lista de problemas de rastreo"],"Crawl issues list navigation":["Navegación por la lista de problemas de rastreo"],"Edit “%s”":["Modificar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notificaciones"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["Desactivar análisis SEO"],"Twitter settings":["Ajustes de Twitter"],"Pinterest settings":["Ajustes de Pinterest"],"Facebook settings":["Ajustes de Facebook"],"Title separator symbol":["Símbolo separador del título"],"RSS feed settings":["Ajustes del feed RSS"],"Breadcrumbs settings":["Ajustes del breadcrumb"],"Make primary":["Hacer principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Ingresá tu código de autorización de Google y presioná el botón Autorizar."],"%s notification":["%s aviso","%s avisos"],"Disable readability analysis":["Desactivar el análisis de legibilidad"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Análisis de legibilidad"],"Needs improvement":["Necesita mejoras"],"Readability":["Legibilidad"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Estás tratando de cargar archivos sin minimizar, y solo están disponibles en nuestro paquete de desarrollo. Fijate en %1$s para ver todos los archivos de código fuente."],"Improvements":["Mejoras"],"Restore this item.":["Restaurar este elemento."],"Dismiss this item.":["Descartar este elemento."],"Good job! We could detect no serious SEO problems.":["¡Buen trabajo! No hemos podido detectar ningún problema grave de SEO."],"We have detected the following issues that affect the SEO of your site.":["Hemos detectado los siguientes problemas que afectan al SEO de tu sitio."],"Problems":["Problemas"],"Analysis":["Análisis"],"Not available":["No disponible"],"Filter by SEO Score":["Filtrar por puntuación SEO"],"Meta description not set.":["No se ha definido la meta description."],"Video tutorial":["Videotutorial"],"Email support is a %s feature":["El soporte por correo electrónico es una característica %s"],"Knowledge base":["Base de conocimientos"],"Open":["Abrir"],"Dashboard":["Escritorio"],"You can fix this on the %1$sPermalink settings page%2$s.":["Podés solucionar este problema en la %1$spágina de ajustes de enlaces permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La paginación de comentarios está habilitada, ya que ésto no es necesario en 999 de 1000 casos te recomendamos que la deshabilites."],"Replaced with the primary category of the post/page":["Reemplazado con la categoría principal de la entrada/página"],"Pinterest confirmation":["Confirmación de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Si ya confirmaste tu web en Pinterest podés saltarte este paso."],"Format-based archives":["Archivos de formatos"],"Webmaster Tools verification":["Verificación de herramientas para webmasters"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["¡Seguí nuestra %1$s formación para WordPress y convertite en un experto %1$s certificado!"],"Want to be a %s Expert?":["¿Querés ser un experto en %s?"],"Buy %s":["Comprar %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Nuevo título de %1$s"],"Existing %1$s Title":["Título %1$s existente"],"Expected an integer as input.":["Se esperaba un número entero."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Se ha intentado crear la clave de cache del mapa del sitio pero la combinación de sufijo y prefijo deja demasiado abiertas las opciones. Es posible que quieras mostrar una página que no esté en el rango deseado."],"Remove":["Quitar"],"Keep":["Conservar "],"Bold the last page":["Última página en negrita"],"Regular":["Normal"],"Bold":["Negrita"],"Show Blog page":["Mostrar la página del blog"],"Primary %s":["Principal %s"],"Primary":["Principal"],"Make %1$s primary %2$s":["Hacer %1$s principal %2$s"],"Term is set to noindex.":["El término se ha etiquetado como noindex"],"Author archives":["Archivos de autor"],"Show":["Mostrar"],"Enabled":["Activado"],"Disabled":["Desactivado"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s no se ha obtenido aún el estado de indexación de tu sitio desde %2$s"],"The separator defined in your theme's %s tag.":["El separador definido en la etiqueta %s de tu tema."],"No index":["No indexar"],"Analyze entire site":["Analizar el sitio completo"],"Fetch the current status":["Ver el estado actual."],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s no ha sido capaz de obtener el estado de indexación de tu sitio%3$s desde %4$s"],"Your homepage can be indexed by search engines.":["Tu página de inicio puede ser indexada por los motores de búsqueda."],"Indexability check by %1$s":["Comprobación de indexación de %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Si querés utilizar una imagen para compartir en %1$s podés subir/elegir una imagen o agregar aquí la URL de la imagen."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Si querés utilizar otro texto diferente a la meta description para compartir en %1$s, escribilo aquí."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Si querés usar otro texto diferente al título para compartir en %1$s escribilo aquí."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sTu página principal no puede ser indexada por los motores de búsqueda%2$s. Esto es muy perjudicial para el SEO y debe ser solucionado."],"Once Weekly":["Una vez por semana"],"Add-ons":["Agregados"],"SEO score":["Puntuación SEO"],"Twitter metadata":["Metadatos de Twitter"],"Facebook / Open Graph metadata":["Metadatos de Facebook/Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["%1$s de %2$s hecho."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Hemos actualizado nuestro algoritmo de puntuación SEO. %1$sRecalculá las puntuaciones SEO%2$s de todas las entradas y páginas."],"Team Yoast":["Equipo Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La primera verdadera solución SEO todo en uno para WordPress, incluyendo análisis de contenido de páginas, mapas del sitio en XML y mucho más."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ha fallado la activación:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["La extensión filtro parece no estar disponible. Pedile a tu proveedor de alojamiento web (hosting) que la habilite."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["La instalación del plugin %1$s no se ha completado. Consultá las %2$sinstrucciones de instalación%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["La extensión de librería estándar PHP (SPL) parece no estar disponible. Por favor, pide a tu proveedor de hosting que la active. "],"SEO Settings":["Ajustes SEO"],"Mobile-Friendly Test":["Prueba de compatibilidad para móviles"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["Validador de CSS"],"HTML Validator":["Validador de HTML"],"Pinterest Rich Pins Validator":["Validador de Pinterest Rich Pins"],"Facebook Debugger":["Depurador de Facebook"],"Check Headers":["Comprobar cabeceras"],"Check Google Cache":["Comprobar la caché de Google "],"Analyze this page":["Analizar esta página"],"Keyword Research":["Análisis de palabras clave"],"%s does not seem to be a valid url. Please correct.":["%s no parece ser una URL válida. Por favor corregilo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s no parece que sea una cadena válida de verificación de %2$s. Por favor, corregilo."],"%s Archive":["%s archivo"],"You searched for %s":["Has buscado %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s no parece ser un user-id válido de Twitter. Por favor, corregilo."],"Summary with large image":["Resumen con imagen grande"],"Summary":["Resumen"],"The post %1$s appeared first on %2$s.":["La entrada %1$s se publicó primero en %2$s."],"No numeric value was received.":["No se recibió ningún valor numérico."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Debe ser un blog existente. El blog %s no existe o ha sido marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["El ajuste predeterminado del blog debe ser el ID numérico del blog que quieras utilizar como predeterminado."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s no es una elección válida para quien debería tener acceso a los ajustes de %2$s. El valor se ha restaurado al predeterminado."],"Please select a valid post type for taxonomy \"%s\"":["Por favor, elegí un tipo de entrada válida para la taxonomía \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor, elegí una taxonomía válida para el tipo de entrada \"%s\""],"You searched for":["Has buscado por"],"Home":["Inicio"],"Archives for":["Archivo de"],"Error 404: Page not found":["Error 404: Página no encontrada"],"Good":["Bueno"],"Replaced with a custom taxonomies description":["Reemplazado con una descripción personalizada de taxonomías "],"Replaced with a posts custom taxonomies, comma separated.":["Reemplazado con las taxonomías personalizadas de una entrada, separadas por comas."],"Replaced with a posts custom field value":["Reemplazado con un valor de los campos personalizados de las entradas"],"Replaced with the slug which caused the 404":["Reemplazado con el slug que causó el 404"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Título del adjunto"],"Replaced with the current page number":["Reemplazado por el número de página actual"],"Replaced with the current page total":["Reemplazado por el total de la página actual."],"Replaced with the current page number with context (i.e. page 2 of 4)":["Reemplazado por el número actual de página en el contexto (por ejemplo, página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Reemplazado por la \"Información biográfica\" del autor de la entrada/página"],"Replaced with the post/page author's 'nicename'":["Reemplazado con el nombre \"lindo\" del autor de la entrada/página."],"Replaced with the post/page ID":["Reemplazado con el ID de la entrada/página"],"Replaced with the post/page modified time":["Reemplazado con la fecha de modificación de la entrada/página"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["Reemplazado con la frase de búsqueda actual"],"Replaced with the term name":["Reemplazado con el nombre del término"],"Replaced with the term description":["Reemplazado con la descripción del término"],"Replaced with the tag description":["Reemplazado con la descripción de la etiqueta"],"Replaced with the category description":["Reemplazado con la descripción de la categoría"],"Replaced with the post categories (comma separated)":["Reemplazar con las categorías de la entrada (separadas con coma)"],"Replaced with the current tag/tags":["Reemplazado con la(s) etiqueta(s) actuales "],"Replaced with the post/page excerpt (without auto-generation)":["Reemplazado con el extracto de la entrada/página (sin autogeneración)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Reemplazado con el extracto de la entrada/página (o la autogenerada si no existe)"],"The site's name":["El nombre del sitio"],"Replaced with the title of the parent page of the current page":["Reemplazado con el titulo de la página superior de la página actual"],"Replaced with the title of the post/page":["Reemplazado con el título de la entrada/página"],"Replaced with the date of the post/page":["Reemplazado con la fecha de la entrada/página"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["No podés sustituir una variable de reemplazo estándar de WPSEO registrando una variable con el mismo nombre. Usá el filtro \"wpseo_replacements\" en vez de ajustar el valor de reemplazo."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Una variable de reemplazo con el mismo nombre ya fue registrada. Tratá de hacer que el nombre de la variable sea único."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Una variable de reemplazo no puede comenzar por \"%%cf_\" or \"%%ct_\" debido a que éstas están reservadas para variables estándar de WPSEO para campos y taxonomías personalizadas. Intentá elegir nombres de variables únicos."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Una variable de reemplazo solamente puede contener caracteres alfanuméricos, guión bajo, o guión normal. Intentá renombrar tu variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Página no encontrada"],"%s Archives":["%s archivos"],"Search for \"%s\"":["Buscar \"%s\""],"Meta description to use for Author page":["Meta description a usar en la página de autor"],"Title to use for Author page":["Título a usar en la página de autor"],"%1$s settings":["Ajustes %1$s"],"Export your %1$s settings":["Exportar tus ajustes de %1$s"],"Import settings":["Ajustes de importación"],"Import from other SEO plugins":["Importar de otros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Si tuvieses un archivo %s y fuese editable podrías modificarlo desde aquí."],"If your %s were writable, you could edit it from here.":["Si tu archivo %s tuviese permisos de escritura podrías editarlo desde aquí."],"You don't have a %s file, create one here:":["No tenés un archivo %s, creá uno aquí:"],"A link to your site, with your site's name and description as anchor text.":["Un enlace a tu sitio, con el nombre del sitio y la descripción como texto de anclaje."],"A link to your site, with your site's name as anchor text.":["Un enlace a su sitio, con el nombre del sitio como texto de anclaje."],"A link to the post, with the title as anchor text.":["Un enlace a la entrada, con el título como texto de anclaje."],"A link to the archive for the post author, with the authors name as anchor text.":["Un enlace al archivo del autor de la entrada, con el nombre del autor como texto de anclaje."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Podés usar la siguientes variables dentro del contenido, éstas serán reemplazadas por el valor de la derecha."],"Content to put after each post in the feed":["Contenido a publicar en el feed después de cada entrada "],"Content to put before each post in the feed":["Contenido a publicar en el feed antes de cada entrada"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta característica se usa para añadir contenido automáticamente a tu RSS, en concreto, se trata de añadir enlaces de vuelta a tu sitio y las entradas de tu sitio, para que los ladrones de contenido tontos añadan automáticamente también esos enlaces, así ayudamos a los motores de búsqueda a identificarte como la fuente original del contenido."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["El uso de la característica de breadcrumbs está explicada en %1$s nuestro artículo sobre implementación de breadcrumbs%2$s."],"How to insert breadcrumbs in your theme":["Como insertar breadcrumbs en tu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":[""],"Taxonomy to show in breadcrumbs for content types":[""],"Breadcrumb for 404 Page":["Breadcrumb para la página 404"],"Prefix for Search Page breadcrumbs":["Prefijo para la página de búsqueda del breadcrumb"],"Prefix for Archive breadcrumbs":["Prefijo para los archivos de los breadcrumbs"],"Prefix for the breadcrumb path":["Prefijo de la ruta del breadcrumb"],"Anchor text for the Homepage":["Texto del enlace para la página de inicio"],"Separator between breadcrumbs":["Separador entre breadcrumbs"],"Enable Breadcrumbs":["Activar breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Más abajo tenés las puntuaciones SEO de tus entradas publicadas. ¡Ahora es tan buen momento como cualquier otro para empezar a mejorar algunas de tus entradas!"],"Credits":["Créditos"],"« Back to Tools page":["« Volver a página de herramientas"],"%1$s comes with some very powerful built-in tools:":["%1$s incluye algunas herramientas integradas muy potentes:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta herramienta permite modificar rápidamente archivos importantes de SEO, como el robots.txt y, si lo tenés, el .htaccess."],"File editor":["Editor de archivos"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importar la configuración de otro plugin SEO y exportar su configuración para reutilizarla en otro sitio."],"Import and Export":["Importar y exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta herramienta te permite modificar rápidamente títulos y descripciones de entradas y páginas sin necesidad de editar cada página."],"Bulk editor":["Editor masivo"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sverificar tu sitio en Pinterest%2$s agregá aquí la meta tag:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest utiliza metadatos Open Graph al igual que Facebook, así que asegurate de marcar la casilla de Open Graph en la pestaña de Facebook si querés optimizar tu sitio para Pinterest."],"The default card type to use":["El tipo de tarjeta predeterminada a utilizar"],"Add Twitter card meta data":["Agregá los meta datos de tarjeta de Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imagen se usa si la entrada/página compartida no contiene ninguna imagen."],"Default settings":["Ajustes predeterminados"],"Copy home meta description":["Copiar la meta description de la portada"],"Description":["Descripción"],"Image URL":["URL de la imagen"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Estos son el título, descripción e imagen utilizados en las meta tags de Open Graph en la página principal de tu sitio."],"Frontpage settings":["Ajustes de página principal"],"Add Open Graph meta data":["Agregar metadatos Open Graph"],"YouTube URL":["URL de YouTube"],"Pinterest URL":["URL de Pinterest"],"MySpace URL":["URL de MySpace"],"LinkedIn URL":["URL de Linkedin"],"Instagram URL":["URL de Instagram"],"Twitter Username":["Usuario de Twitter"],"Facebook Page URL":["URL de la página de Facebook"],"Accounts":["Cuentas"],"Restore site to defaults":["Restablecer el sitio al predeterminado"],"Site ID":["ID de sitio"],"Using this form you can reset a site to the default SEO settings.":["Usando este formulario podés restaurar un sitio a los ajustes SEO predeterminados."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":[""],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Ingresá el %1$sID del sitio%2$s para el sitio cuyos ajustes quieras usar de forma predeterminada para todos los que se agreguen a tu red. Dejalo vacío para ninguno (o sea, para que se usen los ajustes predeterminados del plugin)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Elegí el sitio cuya configuración querés elegir de forma predeterminada para todos los sitios que se agreguen a la red. Si elegís \"Ninguno\", se utilizarán los valores predeterminados del plugin."],"New sites in the network inherit their SEO settings from this site":["Los sitios nuevos de la red heredan los ajustes SEO de este sitio"],"Super Admins only":["Sólo para super administradores"],"Site Admins (default)":["Administradores del sitio (predeterminado)"],"Who should have access to the %1$s settings":["Quién debería tener acceso a los ajustes de %1$s"],"spam":["spam"],"mature":["mayor de edad"],"archived":["archivado"],"public":["público"],"%s restored to default SEO settings.":["%s se han restaurado los ajustes SEO predeterminados."],"Settings Updated.":["Ajustes actualizados."],"404 pages":["Páginas 404"],"Search pages":["Páginas de búsqueda"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas serán %s por defecto, por lo que nunca se mostrarán en los resultados de búsqueda."],"Special Pages":["Páginas especiales"],"Date-based archives could in some cases also be seen as duplicate content.":["Los archivos basados en fecha podrían considerarse en algunos casos como contenido duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Si este es el caso en tu sitio podés, o bien elegir desactivarlo (lo que hará que se redirija a tu página principal), o agregarle %s para que no aparezca en los resultados de búsqueda."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Si tenés un sitio de un solo autor el archivo de autor será exactamente igual que tu página principal. Esto es lo que se conoce como %1$sproblema de contenido duplicado%2$s."],"Date archives":["Archivo por fechas"],"author archives":[""],"Title":["Título"],"%1$s Meta Box":["%1$s caja meta"],"Hide":["Ocultar"],"Date in Snippet Preview":["Fecha en la vista previa del snippet"],"Take note:":["Tomá nota:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Portada & Página de inicio"],"Title Separator":["Separador de titulo"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s ha detectado de forma automática si se necesita forzar la reescritura de los títulos de tus páginas. Si ha sido por error y sabés lo que hacés podés cambiar este ajuste aquí."],"Force rewrite titles":["Forzar la reescritura de los títulos"],"Taxonomies":["Taxonomías"],"Homepage":["Página de inicio"],"%1$s Extensions":["Extensiones de %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["¡Integrá fácilmente WooCommerce con %1$s y conseguí características extra!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Mejorá tu ranking local y el de Google Maps ¡sin esfuerzo!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["¿Estás en Google News? ¡Aumentá tu tráfico desde Google News, optimizándolo!"],"Optimize your videos to show them off in search results and get more clicks!":["¡Optimizá tus videos para verlos en los resultados de búsqueda y conseguir más clics!"],"The premium version of %1$s with more features & support.":["La versión premium de %1$s con más características y soporte."],"Person":["Persona"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Nombre del sitio web"],"Webmaster Tools":[""],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["No hay nombre de entrada en la URL de tus entradas y páginas, es muy recomendable que lo pongas. Planteate configurar la estructura de tus enlaces permanentes a /%postname%/"],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["o"],"Save Profile":["Guardar perfil"],"There were no profiles found":["No se encontraron perfiles"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autorizar"],"Get Google Authorization Code":["Obtener el código de autorización de Google"],"Reload crawl issues":["Volver a cargar los problemas de rastreo"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder crear una redirección y solucionar este problema, necesitás %1$s. Podés comprar el plugin, con un año de soporte y actualizaciones incluidos, en %2$s."],"Creating redirects is a %s feature":["La creación de redirecciones es una característica de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errores que sólo se produjeron cuando tu sitio fue rastreado por Googlebot para teléfonos móviles sencillos (los errores no aparecieron en la versión de escritorio)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Los errores que se produjeron sólo cuando tu sitio lo rastreó Googlebot-Mobile (estos errores no aparecieron en la versión de escritorio)."],"Errors that occurred when your site was crawled by Googlebot.":["Errores que se produjeron cuando Googlebot rastreó tu sitio."],"Issue categories":["Categorías de problemas"],"Incorrect Google Authorization Code.":["Código de autorización de Google incorrecto."],"The issues have been successfully reloaded!":["¡Se han vuelto a cargar los problemas!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Se han eliminado los datos de la %1$s. Si querés recibir los datos nuevamente, tenés que volver a identificarte."],"Crawl errors per page":["Errores de rastreo por página"],"Search":["Buscar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["No te pierdas errores de rastreo: %1$sconectate aquí con la consola de Búsqueda de Google%2$s."],"Create redirect":["Crear redirección"],"Mark as fixed":["Marcar como solucionado."],"Response code":["Código de respuesta"],"First detected":["Primer detectado"],"Last crawled":["Último rastreo"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s ha detectado que estás usando una versión de %2$s que no es compatible con %1$s. Por favor, actualizá %2$s a la versión más reciente para utilizar esta característica."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Los plugins Yoast comparten algo de código entre ellos para hacer tu sitio más rápido. Como resultado de eso necesitamos que todos tus plugins Yoast estén actualizados. Hemos detectado este no es el caso, así que por favor actualizá los plugins Yoast que aún no lo estén."],"Feature phone":["Teléfono destacado"],"Smartphone":["Smartphone"],"Desktop":["Escritorio"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["La URL de destino no existe, pero tu servidor no devuelve un error 404 (archivo no encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tiempo de espera agotado o el sitio está bloqueando a Google."],"Server Error":["Error en el servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot puede acceder a tu sitio, pero en tu archivo %1$s existen ciertas URLs bloqueadas a Googlebot. Este bloqueo podría ser para todos los Googlebots o incluso específicamente para Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google no fue capaz de rastrear esta URL debido a un problema indeterminado."],"URL points to a non-existent page.":["La URL apunta a una página inexistente."],"Not found":["No encontrado"],"Not followed":["No seguida"],"Faulty redirects":["Redirecciones erróneas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["El servidor requiere identificación o está impidiendo que Googlebot acceda al sitio."],"Access denied":["Acceso denegado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["El plugin %1$s podría provocar problemas usado conjuntamente con %2$s."],"Upload Image":["Subir imagen"],"Remove these ads?":["¿Eliminar estos anuncios?"],"%s Posts Overview":["%s Información General de Entradas"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["El Título de los Breadcrumbs se utiliza en el breadcrumb de las taxonomías."],"Breadcrumbs title":["Título de los breadcrumb"],"The canonical link is shown on the archive page for this term.":["El enlace canónico se muestra en la página de archivo para este término."],"Facebook App ID":["ID de aplicación de Facebook"],"Pinterest":["Pinterest"],"Other":["Otro"],"Archives":["Archivos"],"Email":["Correo"],"Close":["Cerrar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Imagen"],"%s Description":["Descripción %s"],"%s Title":["%s Título"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["El tamaño de imagen recomendado para %1$s es de %2$s píxeles."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si no querés usar la meta description para compartir la entrada en %s pero sí querés usar otra descripción, escribila aquí."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si querés usar otro texto diferente al título de la entrada para compartirla en %s, escribilo aquí."],"very difficult":["muy difícil"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["difícil"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["bastante difícil"],"OK":["OK"],"fairly easy":["bastante fácil"],"easy":["fácil"],"very easy":["Muy fácil"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Todos los resultados SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["La imagen destacada debe ser de al menos 200 por 200 píxeles para que la use Facebook y otras redes sociales."],"(no parent)":["(sin superior)"],"Post is set to noindex.":["La entrada está establecida como noindex."],"The URL that this page should redirect to.":["La URL a la que debe redirigir esta página."],"301 Redirect":["Redirección 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["URL canónica"],"Title to use for this page in breadcrumb paths":["Título a usar para esta página en la ruta del breadcrumb"],"Breadcrumbs Title":["Título del breadcrumb"],"No Snippet":["Sin snippet"],"No Archive":["Aplicar atributo \"No Archive\""],"No Image Index":["Ningun Indice de imagen"],"None":["Ninguno"],"Site-wide default: %s":["Predeterminado de todo el sitio: %s"],"Advanced meta robots settings for this page.":["Ajustes meta avanzados de robots para esta página."],"Meta robots advanced":["Meta robots avanzado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["¡Advertencia! Aunque podés establecer aquí el meta robots, para la totalidad el sitio web está establecida como noindex en los ajustes de privacidad para el sitio web completo, por lo tanto estos ajustes no tendrán efecto."],"Meta description":["Meta description"],"SEO Title":["Título SEO"],"Focus keyword":["Palabra clave objetivo"],"Snippet preview":["Vista previa del snippet"],"Settings successfully imported.":["Las configuraciones han sido importadas con éxito."],"Settings could not be imported:":["Los ajustes no se pudieron importar:"],"Error creating %1$s export: ":["Error al crear la exportación de %1$s:"],"Breadcrumb for 404 pages:":["Breadcrumb para páginas 404:"],"Prefix for search result pages:":["Prefijo para las páginas de resultados de búsqueda:"],"Prefix for archive pages:":["Prefijo para las páginas de archivos:"],"Prefix for breadcrumbs:":["Prefijo para el breadcrumb:"],"Anchor text for the homepage:":["Texto de anclaje para la página de inicio:"],"Breadcrumbs separator:":["Separador de los breadcrumbs:"],"Remove blog page from breadcrumbs":["Eliminar la página del blog del breadcrumb"],"%s Breadcrumbs":["Breadcrumbs de %s"],"Use Image":["Usar imagen"],"Action":["Acción"],"Page URL/Slug":["URL/Slug de página"],"Publication date":["Fecha de publicación"],"Post Status":["Estado de publicación"],"WP Page Title":["Título de página de WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Vista previa"],"Preview “%s”":["Vista previa “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nueva descripción meta de Yoast"],"Existing Yoast Meta Description":["Descripción meta de Yoast actual"],"Facebook profile URL":["URL del perfil de Facebook"],"Twitter username (without @)":["Usuario de Twitter (sin @)"],"FAQ":["Preguntas frecuentes"],"Premium Support":["Soporte premium"],"Settings":["Ajustes"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Tenés que %1$sir a tus ajustes de lectura%2$s y desactivar la casilla de visibilidad en buscadores."],"Huge SEO Issue: You're blocking access to robots.":["Gran problema de SEO: Estás bloqueando el acceso a los robots."],"Posts":["Entradas"],"Edit Files":["Editar archivos"],"Advanced Variables":["Variables avanzadas"],"Basic Variables":["Variables básicas"],"General":["General"],"Extensions":["Extensiones"],"Search Console":["Consola de Búsqueda"],"Tools":["Herramientas"],"Advanced":["Avanzado"],"XML sitemaps":[""],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s ha detectado que estás usando la versión %2$s de %3$s, por favor, actualizá a la última versión para evitar problemas de compatibilidad."],"Just another WordPress site":["Otro sitio creado con WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Todavía tenés la descripción corta de WordPress, incluso sería mejor dejarla vacía. %1$sPodés solucionarlo en el personalizador%2$s."],"You have used HTML in your value which is not allowed.":["Usaste HTML en el valor y eso no está permitido."],"You can't edit %s that aren't yours.":["No podés editar %s ya que no son tuyos."],"You can't edit %s.":["No podés editar %s."],"Post has an invalid Content Type: %s.":[""],"Post doesn't exist.":["El post no existe"],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["Papelera (%s)","Papelera (%s)"],"posts\u0004All (%s)":["Todo (%s)","Todos (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"es_AR"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":["Tenés comentarios"],"Content optimization:":["Optimización de contenido:"],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Leé %1$s esta entrada para obtener más información sobre por qué no admitimos versiones anteriores.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":["Todo acerca de entrenamiento SEO"],"The image you selected is too small for Facebook":["La imagen seleccionada es demasiado pequeña para utilizar con Facebook"],"The given image url cannot be loaded":["La URL de la imagen no puede ser cargada."],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":["Nuevo paso agregado"],"New question added":["Nueva pregunta agregada"],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":["Frase clave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":[""],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":["Estos son los ajustes para el plugin %1$s de %2$s"],"No settings found.":["No se encontraron ajustes."],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Importar ajustes solo está soportado en servidores que corran PHP 5.3 o superior."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidad de palabras clave%2$s: La palabra clave principal no fue encontrada. Eso es menos de lo recomendado de %3$d veces para un texto de este largo. ¡%4$sEnfocate en tu palabra clave principal%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensidad de la frase clave%2$s: La frase clave se encontró %3$d vez. ¡Eso es genial!","%1$sDensidad de la frase clave%2$s: La frase clave se encontró %3$d veces. ¡Eso es genial!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexable creado para el objeto %1$s de tipo %2$s"],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["ADVERTENCIA:"],"Learn about why permalinks are important for SEO.":[""],"Google Ads":["Anuncios de Google"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["¿Sabías que %s también analiza las diferentes formas de palabras de su frase clave como los plurales y los tiempos pasados?"],"Clear Image":[""],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":["Video de %1$s "],"Get %s":["Obtener %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":[""],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":[""],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["","There are new notifications."],"Learn more about the readability analysis":[""],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":[""],"%s and %s":[""],"%d minute":["","%d minutes"],"%d hour":["","%d hours"],"%d day":["","%d days"],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":[""],"hours":[""],"days":[""],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":[""],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":["Tiempo necesario:"],"Move question down":[""],"Move question up":[""],"Insert question":[""],"Delete question":["Borrar pregunta"],"Enter the answer to the question":[""],"Enter a question":[""],"Add question":["Agregar pregunta"],"Frequently Asked Questions":["Preguntas frecuentes"],"Great news: you can, with %s!":[""],"Select the primary %s":[""],"Check links to this URL":["Verificar los links de esta URL"],"Keyword research training":["Entrenamiento de investigación de palabras claves"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":[""],"Move step down":[""],"Move step up":[""],"Insert step":[""],"Delete step":[""],"Add image":[""],"Enter a step description":[""],"Enter a description":[""],"Unordered list":["Lista desordenada"],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":[""],"Delete total time":[""],"Add total time":[""],"How to":[""],"How-to":[""],"Snippet Preview":[""],"Analysis results":[""],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":[""],"Cornerstone content should be the most important and extensive articles on your site.":[""],"Restore Site":[""],"Network Settings":["Configuración de red"],"You are not allowed to perform this action.":[""],"Error: %s":[""],"Success: %s":[""],"Site with ID %d not found.":[""],"No site has been selected to restore.":[""],"You are not allowed to modify unregistered network settings.":[""],"deleted":[""],"Would you like to add another keyphrase?":[""],"image preview":[""],"Copied!":[""],"Not supported!":[""],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":[""],"Copy link":[""],"Copy link to suggested article: %s":[""],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":[""],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":[""],"Optimize your site for Google News.":[""],"Optimize your shop's SEO and sell more products!":[""],"Be found in Google Video search and enhance your video sharing on social media.":[""],"Be found in Google Maps and local results.":[""],"Learn practical SEO skills to rank higher in Google.":[""],"Don’t waste time figuring out the best settings yourself.":[""],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":[""],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":[""],"Current year":["Año actual"],"Page":["Página"],"Breadcrumb settings for %s archive":[""],"Something went wrong. Please reload the page.":[""],"Tagline":[""],"Modify your meta description by editing it right here":[""],"description (custom taxonomy)":["descripción (taxonomía personalizada)"],"(custom taxonomy)":["(taxonomía personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":[""],"Caption":[""],"Pagenumber":[""],"Pagetotal":[""],"Page number":[""],"User description":[""],"ID":[""],"Modified":[""],"Post type (plural)":[""],"Post type (singular)":[""],"Separator":[""],"Search phrase":[""],"Term title":[""],"Term description":[""],"Tag description":[""],"Category description":[""],"Primary category":[""],"Category":[""],"Tag":[""],"Excerpt only":[""],"Excerpt":[""],"Site title":[""],"Archive title":[""],"Parent title":[""],"Date":[""],"Label":[""],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":[""],"Search engines and other websites can still send traffic to your deleted post.":[""],"Make sure you don't miss out on traffic!":[""],"You just deleted a %1$s.":[""],"You just trashed a %1$s.":[""],"Settings for %s archive":[""],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Url preview":[""],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":[""],"No results":[""],"%d result found, use up and down arrow keys to navigate":["","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":[""],"Number of results found: %d":[""],"Note that not all variables can be used in every field.":[""],"Snippet variables":[""],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":[""],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":[""],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":[""],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":[""],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":[""],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":[""],"Baidu verification code":["Código de verificación de Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":["La limpieza de datos %s falló."],"Content Type":["Tipo de contenido"],"Filter by content type":["Filtrar por tipo de contenido"],"Show All Content Types":["Mostrar todos los tipos de contenido"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["Reemplazar con el título normal para un archivo generado por WordPress"],"Clean":["Limpiar"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":[""],"Step 5: Clean up":["Paso 5: Limpieza"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":["Paso 4: Ejecutar el asistente de configuración"],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, chequeá tus entradas y páginas y mirá si los metadatos fueron importados correctamente."],"Step 3: Check your data":["Paso 3: Chequear tus datos"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Paso 2: Importar"],"Please make a backup of your database before starting this process.":["Por favor, hacé un respaldo de tu base de datos antes de comenzar este proceso."],"Step 1: Create a backup":["Paso 1: Crear un respaldo"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":[""],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":[""],"%s data found.":[""],"%s data successfully removed.":[""],"%s data successfully imported.":[""],"%s data not found.":[""],"Improve your SEO skills":[""],"24/7 email support":["Soporte por correo electrónico 24/7"],"No more dead links a.k.a. 404 pages":["No más enlaces muertos, osea, páginas 404."],"Get real-time suggestions for internal links":[""],"Preview your page in Facebook and Twitter":[""],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":[""],"Remove the categories prefix":[""],"Help on the category prefix setting":[""],"Learn more about the available variables":[""],"Learn more about the RSS feed setting":[""],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":[""],"Learn more about the title separator setting":[""],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":[""],"Learn more about the special pages setting":[""],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":[""],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":[""],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":[""],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":[""],"On":[""],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":[""],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":[""],"this author's archives":["archivados de este autor"],"Do not allow search engines to show %s in search results.":["No permitir a los motores de búsqueda mostrar %s en los resultados de búsqueda."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":[""],"Category URLs":[""],"the archive for %s":["el archivado para %s"],"Redirect attachment URLs to the attachment itself?":[""],"We recommend you set this to Yes.":[""],"Media & attachment URLs":[""],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":["archivos de fecha"],"archives for authors without posts":[""],"Read why XML Sitemaps are important for your site.":[""],"Enable the XML sitemaps that %s generates.":[""],"See the XML sitemap.":[""],"%2$s (current default for %1$s)":[""],"Media":[""],"Content Types":[""],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":[""],"Search Appearance":[""],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":[""],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Las solicitudes de soporte que crees aquí se envían directamente a nuestro sistema de soporte, que está protegido con SSL de 256 bits, por lo que la comunicación es 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La característica de contenido principal le permite marcar y filtrar el contenido principal en su sitio web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si tenés un problema que no puedas resolver con nuestros video tutoriales o base de conocimientos, podés enviar un mensaje a nuestro equipo de soporte. Pueden ser localizados las 24 horas, los 7 días de la semana."],"Search result":["Resultados de búsqueda"],"Good results":["Buenos resultados"],"Get better search results in local search":["Obtené mejores resultados de búsqueda en la búsqueda local"],"Allow customers to pick up their %s order locally":["Permitir a los clientes pasar a buscar su orden %s por el local"],"SEO analysis":["Análisis SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["El análisi SEO te ofrece sugerencias para mejorar el SEO de tu texto."],"Learn how the SEO analysis can help you rank.":["Descubrí cómo el análisis SEO puede ayudarte al ranking de motores de búsqueda."],"The readability analysis offers suggestions to improve the structure and style of your text.":["El análisis de legibilidad ofrece sugerencias para mejorar la estructura y estilo de tu texto."],"Discover why readability is important for SEO.":["Descubrí por qué la legibilidad es importante para la SEO."],"Find out how cornerstone content can help you improve your site structure.":["Descubrí cómo el contenido básico puede ayudarte a mejorar la estructura de tu sitio."],"The text link counter helps you improve your site structure.":["El contador de enlaces de texto te ayuda a mejorar la estructura de tu sitio."],"Find out how the text link counter can enhance your SEO.":["Descubrí cómo el contador de enlaces de texto puede mejorar tu SEO."],"%s integration":["%s integración"],"Read more about how %s works.":["Leé más sobre cómo funciona %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activá esta función si deseás que Facebook y otras redes sociales muestren una vista previa con imágenes y un extracto de texto cuando se comparte un enlace a tu sitio."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activá esta función si deseás que Twitter muestre una vista previa con imágenes y un extracto de texto cuando se comparte un enlace a tu sitio."],"Find out why you should upgrade to %s":["Enterate por qué debés mejorar a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":[""],"Need help?":["¿Necesitás ayuda?"],"Type here to search...":["Escribí acá para buscar..."],"Search the Yoast Knowledge Base for answers to your questions:":["Buscá en la Base de Conocimientos de Yoast las respuestas a tus preguntas:"],"Remove highlight from the text":["Eliminar resaltado del texto"],"Your site language is set to %s. ":[""],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["¡Comienzá rápidamente con el %1$s %2$sasistente de configuración%3$s!"],"First-time SEO configuration":["Configuración de SEO por primera vez"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["El idioma establecido para tu sitio es {language}. Si esto no es correcto, contactate con el administrador."],"Your site language is set to {language}.":["El idioma establecido para tu sitio es {language}."],"Highlight this result in the text":["Resaltar este resultado en el texto"],"Considerations":["Consideraciones"],"Errors":["Errores"],"Change language":["Cambiar idioma"],"You cannot create a %s file.":["No podés crear el archivo %s."],"You cannot edit the %s file.":["No podés modificar el archivo %s."],"Updated %s":["Actualizado %s"],"Create %s file":["Crear el archivo %s"],"Edit the content of your %s:":["Editá el contenido de tu %s:"],"Save changes to %s":["Guardar los cambios en %s"],"%s file":["%s archivo"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s y %2$s pueden funcionar juntos mucho mejor agregando un plugin ayudante. Por favor instalá %3$s para hacer tu vida más fácil. %4$s."],"More information":["Más información"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor agregando un plugin ayudante. Por favor instalá %3$s para hacer tu vida más fácil."],"More information about %1$s":["Más información sobre %1$s"],"Configuration Wizard":["Asistente de Configuración"],"You've done it!":["¡Lo hiciste!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["¡Integrá sin problemas %2$s con %1$s para el análisis de contenido!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor agregando un plugin ayudante. Por favor instalá %3$s para hacer tu vida más fácil."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marcá el %1$s más importante como \"contenido fundamental\" para mejorar la estructura de tu sitio. %2$sObtené más información sobre el contenido fundamental%3$s."],"Loading help center.":["Cargando centro de ayuda."],"Get support":["Obtené soporte"],"View in KB":["Ver en KB"],"Go back":["Volver"],"Go back to the search results":["Volver a los resultados de búsqueda"],"(Opens in a new browser tab)":["(Se abre en una nueva pestaña del navegador)"],"Posts %1$swithout%2$s a focus keyphrase":[""],"Hey, your SEO is doing pretty well! Check out the stats:":["¡Ey, tu SEO está funcionando bastante bien! Miré las estadísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["¡No tenés ninguna entrada publicada, tus puntajes SEO aparecerán aquí una vez que hagas tu primera publicación!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Algo más"],"A portfolio":["Un portafolio"],"A corporation":["Una corporación"],"A small offline business":["Un pequeño negocio fuera de línea"],"A news channel":["Un canal de noticias"],"An online shop":["Una tienda en línea"],"A blog":["Un blog"],"What does the site %1$s represent?":["¿Qué representa el sitio %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Opción B: Mi sitio está en construcción y no debe ser indexado"],"Option A: My site is live and ready to be indexed":["Opción A: Mi sitio está funcionando y listo para ser indexado"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Por favor especificá si tu sitio está en construcción o ya está activo."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Leé más acerca de esto en nuestro blog SEO"],"Readability: %s":[""],"Not activated":["No activado"],"Activated":["Activado"],"%1$s recommendations for you":[""],"All Readability Scores":["Todas las Puntuaciones de Legibilidad"],"Filter by Readability Score":["Filtrar por Puntuación de Legibilidad"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["¡No estás recibiendo actualizaciones o soporte! Arreglá este problema agregando este sitio y habilitando %1$s para él en %2$s"],"Request method %1$s is not valid.":["El método de solicitud %1$s no es válido."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["¿Querés ver una vista previa de cómo quedaría esta entrada cuando la gente la comparta en %1$s? Podés, con %2$s."],"Good job! All the links in your texts have been counted.":["¡Buen trabajo! Todos los enlaces en tus textos se han contabilizado."],"Calculation completed.":["Cálculo completado."],"Calculation in progress...":["Cálculo en progreso…"],"Stop counting":["Parar el conteo"],"Counting links in your texts":["Contando enlaces en tus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s procesado."],"All your texts are already counted, there is no need to count them again.":["Se han contado todos tus textos, no hay necesidad de contarlos de nuevo."],"Count links in your texts":["Cuenta los enlaces en tus textos"],"Text link counter":["Contador de enlaces en textos"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de enlaces internos que enlazan a esta entrada. Revisá el texto en las \"Columnas Yoast\" de la pestaña de ayuda para más información."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s añade varias columnas a esta página. Hemos escrito un artículo sobre %2$scómo usar la puntuación SEO y de legibilidad%3$s. Las columnas de enlaces muestran el número de artículos de este sitio enlazando %5$sa%6$s este artículo y el número de URLs enlazadas %5$sdesde%6$s este artículo. Aprendé más sobre %4$scómo usar estas utilidades para mejorar tu enlazado interno%3$s, lo que mejora enormemente tu SEO."],"%s Columns":["Columnas %s"],"Readability score":["Puntuación de legibilidad"],"Other benefits of %s for you:":["Otros beneficios de %s para vos."],"Scroll to see the preview content.":["Desplazate hacia abajo para ver el contenido previo."],"Cornerstone content":["Contenido esencial"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["¡Si querés ganarle a tu competencia en una región o ciudad específica mirá nuestro plugin %1$s! Vas a poderr fácilmente mapas de Google, horarios de apertura, información de contacto y localizadores de tienda. Además de todo esto %1$s te ayuda a mejorar la usabilidad de tu página de contacto. "],"Attract more customers near you":["Atraer más clientes cerca tuyo."],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["¿Querés conocer todos los secretos del plugin %1$s? ¿Querés aprender todo sobre nuestros ajustes avanzados? ¿Querés ser realmente capaz de sacar el máximo partido del plugin %1$s? ¡Mirá nuestro entrenamiento del plugin %1$s y empezá a ganarle a tu competencia!"],"Get the most out of %1$s with the %2$s":["Sacá el máximo partido de %1$s con el %2$s"],"Upgrade to Premium":["Actualizar a Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Ganale a la competencia con %s"],"You might like":["Te puede gustar"],"Newsletter":["Boletín de noticias"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Hemos detectado de que no haz finalizado el asistente todavía. Te recomendamos que %2$sempecés el asistente para la correcta configuracion de %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["El asistente de configuración te ayudará a configurar fácilmente tu sitio para que tenga el funcionamiento SEO óptimo."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Comprá la versión Premium y nuestros expertos estarán para ayudarte y para contestar cualquier pregunta que podás tener sobre la instalación o el uso de este plugin."],"Superfast internal linking suggestions":["Sugerencias de enlaces internos súper rápidas"],"Great news: you can, with %1$s!":["¡Grandes noticias: podés hacerlo, con %1$s!"],"Save changes":["Guardar los cambios"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["El plugin %2$s cambia el aspecto de tu sitio para los visitantes, pero no para los buscadores. Este proceso se denomina enmascaramiento (cloaking). Te recomendamos que lo deshabilites."],"%1$sSocial media preview%2$s: Facebook & Twitter":[""],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo más enlaces caídos%2$s: administrador de redirecciones simple."],"No ads!":["¡Sin anuncios publicitarios!"],"Facebook & Twitter":["Facebook y Twitter"],"Social media preview":["Vista previa de redes sociales"],"Easy redirect manager":["Administrador simple de redirecciones"],"No more dead links":["No más enlaces caídos"],"Increase your SEO reach":["Incrementá tu alcance SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Si querés más ayuda para crear contenido asombroso, revisá nuestro %2$scurso de SEO copywriting%3$s. ¿Querés conocer todo sobre las características del plugin? ¡Hacé nuestro curso: %1$s!"],"Variable":["Variable"],"Available variables":["Variables disponibles"],"Scroll to see the table content.":["Desplazate para ver el contenido de la tabla."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Si necesitás ayuda revisá %1$snuestro artículo sobre cómo conectar tu web a Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Ocurrió un error en la evaluación '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s de las palabras contienen %2$smás %3$s sílabas%4$s, que es más que el máximo recomendado de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s de las palabras contienen %2$smás %3$s sílabas%4$s, que es menor o igual que el máximo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La meta description contiene %1$d frase %2$sde más de %3$s palabras%4$s. Tratá de acortar esta frase.","La meta description contiene %1$d frases %2$sde más de %3$s palabras%4$s. Tratá de acortar estas oraciones."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La meta description no contiene frases %1$sde más de %2$s palabras%3$s."],"Step %1$d: %2$s":["Paso %1$d: %2$s"],"No new notifications.":["No hay notificaciones nuevas."],"Save all":["Guardar todo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, autor en %2$s"],"Mobile preview":["Vista previa de dispositivos móviles"],"Desktop preview":["Previsualización de escritorio"],"Select redirect":["Seleccionar redirección"],"Please provide an SEO title by editing the snippet below.":["Ingresá un título SEO editando el snippet de abajo."],"Meta description preview:":["Vista previa de la meta description:"],"Slug preview:":["Vista previa del slug:"],"SEO title preview:":["Vista previa del titulo SEO:"],"Close snippet editor":["Cerrar el editor de snippet"],"Slug":["Slug"],"Remove marks in the text":["Quitar marcas del texto"],"Mark this result in the text":["Marca este resultado en el texto"],"Marks are disabled in current view":["Las marcas están desactivadas en la vista actual"],"Good SEO score":["Calificación SEO buena"],"OK SEO score":["Puntuación SEO OK"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Elegí una imagen"],"Remove the image":["Eliminar la imagen"],"MailChimp signup failed:":["El registro en Mailchimp ha fallado:"],"Sign Up!":["¡Registrate!"],"Name":["Nombre"],"There is an error with the request.":["Ocurrió un error en la petición."],"Select profile":["Seleccionar perfil"],"Choose a profile":["Elegí un perfil"],"Authorization code":[""],"Reauthenticate with Google":["Volver a identificar con Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para permitir que %s obtenga tu información de la consola de búsqueda de Google, ingresá tu código de autorización de Google. Al hacer clic en el botón de abajo, se abrirá una nueva ventana. "],"Please provide a meta description by editing the snippet below.":["Ingresá una descripción meta editando el snippet de abajo."],"Edit snippet":["Editar snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Podés hacer clic en cualquier elemento de la vista previa para ir al editor de snippets."],"SEO title preview":[""],"Meta description preview":[""],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Ocurrió un problema al guardar este paso, {{link}}por favor, enviá un informe de fallos{{/link}} describiendo en qué paso estás y qué cambios querías hacer (si los hubiera)."],"Close the Wizard":["Cerrar el asistente"],"Export settings":["Exportar ajustes"],"%1$s video tutorial":["video tutorial de %1$s"],"%s › Configuration Wizard":["%s › Asistente de configuración"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Si estás experimentando problemas %1$spor favor, envía un informe de fallos%2$s y haremos todo lo posible para ayudarte."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Hemos detectado que hace ya algún tiempo que usás %1$s; ¡esperamos que te encante! ¡Nos emocionaría si nos %2$sdieras una valoración de 5 estrellas en WordPress.org%3$s!"],"Date archives settings":["Ajustes de archivos por fecha"],"Author archives settings":["Ajustes de archivos de autor"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Advertencia : la variable %s no puede usarse en esta plantilla. Revisá el centro de ayuda para obtener más información."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(sin título)"],"%s installation wizard":["%s asistente de instalación"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["El menú de la barra de administración de %1$s contiene enlaces útiles de herramientas de terceros con las que analizar páginas y facilitarte saber si tenés nuevas notificaciones."],"Admin bar menu":["Menú de la barra de administración"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Características"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Aunque tratamos de hacer que configurar %1$s sea lo más fácil posible, entendemos que puede ser un poco intimidante. Si preferís que configuremos %1$s por vos (y de paso conseguir una copia de %2$s) ¡contrataánuestro %3$s%1$sservicio de configuración de %4$s acá!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bienvenido al asistente de instalación de %1$s. ¡En unos pocos pasos te ayudaremos a configurar tus ajustes SEO para que se adecuen a las necesidades de tu web!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google muestra el nombre de tu web en los resultados de búsqueda, y si querés cambiarlo, podés hacerlo aquí."],"Greater than sign":["Símbolo mayor que"],"Less than sign":["Símbolo de menor que"],"Right angle quotation mark":["Comilla inclinada a la derecha"],"Left angle quotation mark":["Comilla inclinada a la izquierda"],"Small tilde":["Virgulilla (~)"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco bajo"],"Asterisk":["Asterisco"],"Bullet":["Viñeta"],"Middle dot":["Punto medio"],"Em dash":["Guión largo"],"En dash":["Guión corto"],"Dash":["Guión"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Elegí qué símbolo utilizar como separador de título. Se mostrará, por ejemplo, entre el título de tu publicación y el nombre del sitio. Los símbolos se muestran en el tamaño en el que aparecerán en los resultados de búsqueda."],"The name of the person":["El nombre de la persona"],"No":["No"],"Yes":["Sí"],"Does, or will, your site have multiple authors?":["¿Tiene o tendrá tu sitio varios autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genera automáticamente una URL para cada elemento multimedia existente en la biblioteca. Teniendo esto activado permitirá a Google indexar la URL generada."],"Success!":["¡Lo lograste!"],"Title settings":["Ajustes de título"],"Google Search Console":["Consola de Búsqueda de Google"],"Multiple authors":["Varios autores"],"Site type":["Tipo de sitio"],"Environment":["Entorno"],"Yoast option %1$s not found.":["Opción %1$s de Yoast no encontrada."],"Google Structured Data Test":["Test de datos estructurados de Google"],"Posts list":["Lista de entradas"],"Posts list navigation":["Navegación por la lista de entradas"],"Filter posts list":["Filtrar la lista de entradas"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Observá que los enlaces a los archivos aún podrían verse en tu tema y que puede que tengas que quitarlos por tu cuenta."],"%1$s to optimize your site even further":["%1$s para optimizar tu sitio aún más"],"%1$s extensions":["Extensiones de %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Con nuestra garantía de devolución del dinero de 30 días sin preguntas"],"More information %1$sabout %3$s%2$s":["Más información %1$ssobre %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtené acceso a nuestro soporte 24/7."],"Premium support":["Soporte premium"],"check what your Facebook or Twitter post will look like.":["fijate cómo se vería tu publicación en Facebook o Twitter."],"Social previews":["Vistas previas de redes sociales"],"create and manage redirects from within your WordPress install.":["crear y administrar redirecciones desde dentro de tu instalación de WordPress."],"Redirect manager":["Gestor de redirecciones"],"%1$s, take your optimization to the next level!":["¡%1$s, lleva tu optimización al siguiente nivel!"],"A seamless integration between %1$s and %2$s":["Integración perfecta entre %1$s y %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Usá el breadcrumb de %1$s en vez del de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inserción sencilla de Google Maps, un localizador de tiendas, horas de apertura y más"],"Creates XML News Sitemaps":["Crear mapas del sitio XML de noticias"],"Immediately pings Google on the publication of a new post":["Envía pings an Google inmediatamente, cada vez que se publique una nueva entrada"],"Optimize your site for Google News":["Optimizá tu sitio para Google News"],"Make videos responsive through enabling fitvids.js":["Hacé que los videos sean adaptables habilitando fitvids.js"],"Enhance the experience of sharing posts with videos":["Mejorá la experiencia compartiendo entradas con videos"],"Show your videos in Google Videos":["Mostrar tus videos en Google Videos"],"Crawl issues list":["Lista de problemas de rastreo"],"Crawl issues list navigation":["Navegación por la lista de problemas de rastreo"],"Edit “%s”":["Modificar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notificaciones"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["Desactivar análisis SEO"],"Twitter settings":["Ajustes de Twitter"],"Pinterest settings":["Ajustes de Pinterest"],"Facebook settings":["Ajustes de Facebook"],"Title separator symbol":["Símbolo separador del título"],"RSS feed settings":["Ajustes del feed RSS"],"Breadcrumbs settings":["Ajustes del breadcrumb"],"Make primary":["Hacer principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Ingresá tu código de autorización de Google y presioná el botón Autorizar."],"Knowledge base article":["Artículo de la base de conocimiento"],"Open the knowledge base article in a new window or read it in the iframe below":["Abrí el artículo de la base de conocimiento en una nueva ventana o leelo en el iframe de abajo"],"Search results":["Resultados de búsqueda"],"%s notification":["%s aviso","%s avisos"],"Disable readability analysis":["Desactivar el análisis de legibilidad"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Análisis de legibilidad"],"Needs improvement":["Necesita mejoras"],"Readability":["Legibilidad"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Estás tratando de cargar archivos sin minimizar, y solo están disponibles en nuestro paquete de desarrollo. Fijate en %1$s para ver todos los archivos de código fuente."],"Improvements":["Mejoras"],"Dismiss this item.":["Descartar este elemento."],"Good job! We could detect no serious SEO problems.":["¡Buen trabajo! No hemos podido detectar ningún problema grave de SEO."],"We have detected the following issues that affect the SEO of your site.":["Hemos detectado los siguientes problemas que afectan al SEO de tu sitio."],"Problems":["Problemas"],"Analysis":["Análisis"],"Not available":["No disponible"],"Filter by SEO Score":["Filtrar por puntuación SEO"],"Meta description not set.":["No se ha definido la meta description."],"Video tutorial":["Videotutorial"],"Email support is a %s feature":["El soporte por correo electrónico es una característica %s"],"Knowledge base":["Base de conocimientos"],"Open":["Abrir"],"Loading...":["Cargando..."],"Something went wrong. Please try again later.":["Algo salió mal. Por favor, intentalo de nuevo más tarde."],"No results found.":["No se han encontrado resultados."],"Dashboard":["Escritorio"],"You can fix this on the %1$sPermalink settings page%2$s.":["Podés solucionar este problema en la %1$spágina de ajustes de enlaces permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La paginación de comentarios está habilitada, ya que ésto no es necesario en 999 de 1000 casos te recomendamos que la deshabilites."],"Replaced with the primary category of the post/page":["Reemplazado con la categoría principal de la entrada/página"],"Pinterest confirmation":["Confirmación de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Si ya confirmaste tu web en Pinterest podés saltarte este paso."],"Format-based archives":["Archivos de formatos"],"Webmaster Tools verification":["Verificación de herramientas para webmasters"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["¡Seguí nuestra %1$s formación para WordPress y convertite en un experto %1$s certificado!"],"Want to be a %s Expert?":["¿Querés ser un experto en %s?"],"Buy %s":["Comprar %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Nuevo título de %1$s"],"Existing %1$s Title":["Título %1$s existente"],"Expected an integer as input.":["Se esperaba un número entero."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Se ha intentado crear la clave de cache del mapa del sitio pero la combinación de sufijo y prefijo deja demasiado abiertas las opciones. Es posible que quieras mostrar una página que no esté en el rango deseado."],"Remove":["Quitar"],"Keep":["Conservar "],"Bold the last page":["Última página en negrita"],"Regular":["Normal"],"Bold":["Negrita"],"Show Blog page":["Mostrar la página del blog"],"Primary %s":["Principal %s"],"Primary":["Principal"],"Make %1$s primary %2$s":["Hacer %1$s principal %2$s"],"Term is set to noindex.":["El término se ha etiquetado como noindex"],"Author archives":["Archivos de autor"],"Show":["Mostrar"],"Enabled":["Activado"],"Disabled":["Desactivado"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s no se ha obtenido aún el estado de indexación de tu sitio desde %2$s"],"The separator defined in your theme's %s tag.":["El separador definido en la etiqueta %s de tu tema."],"No index":["No indexar"],"Analyze entire site":["Analizar el sitio completo"],"Fetch the current status":["Ver el estado actual."],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s no ha sido capaz de obtener el estado de indexación de tu sitio%3$s desde %4$s"],"Your homepage can be indexed by search engines.":["Tu página de inicio puede ser indexada por los motores de búsqueda."],"Indexability check by %1$s":["Comprobación de indexación de %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Si querés utilizar una imagen para compartir en %1$s podés subir/elegir una imagen o agregar aquí la URL de la imagen."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Si querés utilizar otro texto diferente a la meta description para compartir en %1$s, escribilo aquí."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Si querés usar otro texto diferente al título para compartir en %1$s escribilo aquí."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sTu página principal no puede ser indexada por los motores de búsqueda%2$s. Esto es muy perjudicial para el SEO y debe ser solucionado."],"Once Weekly":["Una vez por semana"],"SEO score":["Puntuación SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["%1$s de %2$s hecho."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Hemos actualizado nuestro algoritmo de puntuación SEO. %1$sRecalculá las puntuaciones SEO%2$s de todas las entradas y páginas."],"Team Yoast":["Equipo Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La primera verdadera solución SEO todo en uno para WordPress, incluyendo análisis de contenido de páginas, mapas del sitio en XML y mucho más."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ha fallado la activación:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["La extensión filtro parece no estar disponible. Pedile a tu proveedor de alojamiento web (hosting) que la habilite."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["La instalación del plugin %1$s no se ha completado. Consultá las %2$sinstrucciones de instalación%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["La extensión de librería estándar PHP (SPL) parece no estar disponible. Por favor, pide a tu proveedor de hosting que la active. "],"SEO Settings":["Ajustes SEO"],"Mobile-Friendly Test":["Prueba de compatibilidad para móviles"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["Validador de CSS"],"HTML Validator":["Validador de HTML"],"Pinterest Rich Pins Validator":["Validador de Pinterest Rich Pins"],"Facebook Debugger":["Depurador de Facebook"],"Check Headers":["Comprobar cabeceras"],"Check Google Cache":["Comprobar la caché de Google "],"Analyze this page":["Analizar esta página"],"Keyword Research":["Análisis de palabras clave"],"%s does not seem to be a valid url. Please correct.":["%s no parece ser una URL válida. Por favor corregilo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s no parece que sea una cadena válida de verificación de %2$s. Por favor, corregilo."],"%s Archive":["%s archivo"],"You searched for %s":["Has buscado %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Resumen con imagen grande"],"Summary":["Resumen"],"The post %1$s appeared first on %2$s.":["La entrada %1$s se publicó primero en %2$s."],"No numeric value was received.":["No se recibió ningún valor numérico."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Debe ser un blog existente. El blog %s no existe o ha sido marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["El ajuste predeterminado del blog debe ser el ID numérico del blog que quieras utilizar como predeterminado."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s no es una elección válida para quien debería tener acceso a los ajustes de %2$s. El valor se ha restaurado al predeterminado."],"Please select a valid post type for taxonomy \"%s\"":["Por favor, elegí un tipo de entrada válida para la taxonomía \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor, elegí una taxonomía válida para el tipo de entrada \"%s\""],"You searched for":["Has buscado por"],"Home":["Inicio"],"Archives for":["Archivo de"],"Error 404: Page not found":["Error 404: Página no encontrada"],"Good":["Bueno"],"Replaced with a custom taxonomies description":["Reemplazado con una descripción personalizada de taxonomías "],"Replaced with a posts custom taxonomies, comma separated.":["Reemplazado con las taxonomías personalizadas de una entrada, separadas por comas."],"Replaced with a posts custom field value":["Reemplazado con un valor de los campos personalizados de las entradas"],"Replaced with the slug which caused the 404":["Reemplazado con el slug que causó el 404"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Título del adjunto"],"Replaced with the current page number":["Reemplazado por el número de página actual"],"Replaced with the current page total":["Reemplazado por el total de la página actual."],"Replaced with the current page number with context (i.e. page 2 of 4)":["Reemplazado por el número actual de página en el contexto (por ejemplo, página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Reemplazado por la \"Información biográfica\" del autor de la entrada/página"],"Replaced with the post/page author's 'nicename'":["Reemplazado con el nombre \"lindo\" del autor de la entrada/página."],"Replaced with the post/page ID":["Reemplazado con el ID de la entrada/página"],"Replaced with the post/page modified time":["Reemplazado con la fecha de modificación de la entrada/página"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["Reemplazado con la frase de búsqueda actual"],"Replaced with the term name":["Reemplazado con el nombre del término"],"Replaced with the term description":["Reemplazado con la descripción del término"],"Replaced with the tag description":["Reemplazado con la descripción de la etiqueta"],"Replaced with the category description":["Reemplazado con la descripción de la categoría"],"Replaced with the post categories (comma separated)":["Reemplazar con las categorías de la entrada (separadas con coma)"],"Replaced with the current tag/tags":["Reemplazado con la(s) etiqueta(s) actuales "],"Replaced with the post/page excerpt (without auto-generation)":["Reemplazado con el extracto de la entrada/página (sin autogeneración)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Reemplazado con el extracto de la entrada/página (o la autogenerada si no existe)"],"The site's name":["El nombre del sitio"],"Replaced with the title of the parent page of the current page":["Reemplazado con el titulo de la página superior de la página actual"],"Replaced with the title of the post/page":["Reemplazado con el título de la entrada/página"],"Replaced with the date of the post/page":["Reemplazado con la fecha de la entrada/página"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["No podés sustituir una variable de reemplazo estándar de WPSEO registrando una variable con el mismo nombre. Usá el filtro \"wpseo_replacements\" en vez de ajustar el valor de reemplazo."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Una variable de reemplazo con el mismo nombre ya fue registrada. Tratá de hacer que el nombre de la variable sea único."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Una variable de reemplazo no puede comenzar por \"%%cf_\" or \"%%ct_\" debido a que éstas están reservadas para variables estándar de WPSEO para campos y taxonomías personalizadas. Intentá elegir nombres de variables únicos."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Una variable de reemplazo solamente puede contener caracteres alfanuméricos, guión bajo, o guión normal. Intentá renombrar tu variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Página no encontrada"],"%s Archives":["%s archivos"],"Search for \"%s\"":["Buscar \"%s\""],"Meta description to use for Author page":["Meta description a usar en la página de autor"],"Title to use for Author page":["Título a usar en la página de autor"],"%1$s settings":["Ajustes %1$s"],"Export your %1$s settings":["Exportar tus ajustes de %1$s"],"Import settings":["Ajustes de importación"],"Import from other SEO plugins":["Importar de otros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Si tuvieses un archivo %s y fuese editable podrías modificarlo desde aquí."],"If your %s were writable, you could edit it from here.":["Si tu archivo %s tuviese permisos de escritura podrías editarlo desde aquí."],"You don't have a %s file, create one here:":["No tenés un archivo %s, creá uno aquí:"],"A link to your site, with your site's name and description as anchor text.":["Un enlace a tu sitio, con el nombre del sitio y la descripción como texto de anclaje."],"A link to your site, with your site's name as anchor text.":["Un enlace a su sitio, con el nombre del sitio como texto de anclaje."],"A link to the post, with the title as anchor text.":["Un enlace a la entrada, con el título como texto de anclaje."],"A link to the archive for the post author, with the authors name as anchor text.":["Un enlace al archivo del autor de la entrada, con el nombre del autor como texto de anclaje."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Podés usar la siguientes variables dentro del contenido, éstas serán reemplazadas por el valor de la derecha."],"Content to put after each post in the feed":["Contenido a publicar en el feed después de cada entrada "],"Content to put before each post in the feed":["Contenido a publicar en el feed antes de cada entrada"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta característica se usa para añadir contenido automáticamente a tu RSS, en concreto, se trata de añadir enlaces de vuelta a tu sitio y las entradas de tu sitio, para que los ladrones de contenido tontos añadan automáticamente también esos enlaces, así ayudamos a los motores de búsqueda a identificarte como la fuente original del contenido."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["El uso de la característica de breadcrumbs está explicada en %1$s nuestro artículo sobre implementación de breadcrumbs%2$s."],"How to insert breadcrumbs in your theme":["Como insertar breadcrumbs en tu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":[""],"Taxonomy to show in breadcrumbs for content types":[""],"Breadcrumb for 404 Page":["Breadcrumb para la página 404"],"Prefix for Search Page breadcrumbs":["Prefijo para la página de búsqueda del breadcrumb"],"Prefix for Archive breadcrumbs":["Prefijo para los archivos de los breadcrumbs"],"Prefix for the breadcrumb path":["Prefijo de la ruta del breadcrumb"],"Anchor text for the Homepage":["Texto del enlace para la página de inicio"],"Separator between breadcrumbs":["Separador entre breadcrumbs"],"Enable Breadcrumbs":["Activar breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Más abajo tenés las puntuaciones SEO de tus entradas publicadas. ¡Ahora es tan buen momento como cualquier otro para empezar a mejorar algunas de tus entradas!"],"Credits":["Créditos"],"« Back to Tools page":["« Volver a página de herramientas"],"%1$s comes with some very powerful built-in tools:":["%1$s incluye algunas herramientas integradas muy potentes:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta herramienta permite modificar rápidamente archivos importantes de SEO, como el robots.txt y, si lo tenés, el .htaccess."],"File editor":["Editor de archivos"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importar la configuración de otro plugin SEO y exportar su configuración para reutilizarla en otro sitio."],"Import and Export":["Importar y exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta herramienta te permite modificar rápidamente títulos y descripciones de entradas y páginas sin necesidad de editar cada página."],"Bulk editor":["Editor masivo"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sverificar tu sitio en Pinterest%2$s agregá aquí la meta tag:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest utiliza metadatos Open Graph al igual que Facebook, así que asegurate de marcar la casilla de Open Graph en la pestaña de Facebook si querés optimizar tu sitio para Pinterest."],"The default card type to use":["El tipo de tarjeta predeterminada a utilizar"],"Add Twitter card meta data":["Agregá los meta datos de tarjeta de Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imagen se usa si la entrada/página compartida no contiene ninguna imagen."],"Default settings":["Ajustes predeterminados"],"Copy home meta description":["Copiar la meta description de la portada"],"Description":["Descripción"],"Image URL":["URL de la imagen"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Estos son el título, descripción e imagen utilizados en las meta tags de Open Graph en la página principal de tu sitio."],"Frontpage settings":["Ajustes de página principal"],"Add Open Graph meta data":["Agregar metadatos Open Graph"],"YouTube URL":["URL de YouTube"],"Pinterest URL":["URL de Pinterest"],"MySpace URL":["URL de MySpace"],"LinkedIn URL":["URL de Linkedin"],"Instagram URL":["URL de Instagram"],"Twitter Username":["Usuario de Twitter"],"Facebook Page URL":["URL de la página de Facebook"],"Accounts":["Cuentas"],"Restore site to defaults":["Restablecer el sitio al predeterminado"],"Site ID":["ID de sitio"],"Using this form you can reset a site to the default SEO settings.":["Usando este formulario podés restaurar un sitio a los ajustes SEO predeterminados."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":[""],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Ingresá el %1$sID del sitio%2$s para el sitio cuyos ajustes quieras usar de forma predeterminada para todos los que se agreguen a tu red. Dejalo vacío para ninguno (o sea, para que se usen los ajustes predeterminados del plugin)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Elegí el sitio cuya configuración querés elegir de forma predeterminada para todos los sitios que se agreguen a la red. Si elegís \"Ninguno\", se utilizarán los valores predeterminados del plugin."],"New sites in the network inherit their SEO settings from this site":["Los sitios nuevos de la red heredan los ajustes SEO de este sitio"],"Super Admins only":["Sólo para super administradores"],"Site Admins (default)":["Administradores del sitio (predeterminado)"],"Who should have access to the %1$s settings":["Quién debería tener acceso a los ajustes de %1$s"],"spam":["spam"],"mature":["mayor de edad"],"archived":["archivado"],"public":["público"],"%s restored to default SEO settings.":["%s se han restaurado los ajustes SEO predeterminados."],"Settings Updated.":["Ajustes actualizados."],"404 pages":["Páginas 404"],"Search pages":["Páginas de búsqueda"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas serán %s por defecto, por lo que nunca se mostrarán en los resultados de búsqueda."],"Special Pages":["Páginas especiales"],"Date-based archives could in some cases also be seen as duplicate content.":["Los archivos basados en fecha podrían considerarse en algunos casos como contenido duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Si este es el caso en tu sitio podés, o bien elegir desactivarlo (lo que hará que se redirija a tu página principal), o agregarle %s para que no aparezca en los resultados de búsqueda."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Si tenés un sitio de un solo autor el archivo de autor será exactamente igual que tu página principal. Esto es lo que se conoce como %1$sproblema de contenido duplicado%2$s."],"Date archives":["Archivo por fechas"],"author archives":[""],"Title":["Título"],"%1$s Meta Box":["%1$s caja meta"],"Hide":["Ocultar"],"Date in Snippet Preview":["Fecha en la vista previa del snippet"],"Take note:":["Tomá nota:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Portada & Página de inicio"],"Title Separator":["Separador de titulo"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s ha detectado de forma automática si se necesita forzar la reescritura de los títulos de tus páginas. Si ha sido por error y sabés lo que hacés podés cambiar este ajuste aquí."],"Force rewrite titles":["Forzar la reescritura de los títulos"],"Taxonomies":["Taxonomías"],"Homepage":["Página de inicio"],"%1$s Extensions":["Extensiones de %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["¡Integrá fácilmente WooCommerce con %1$s y conseguí características extra!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Mejorá tu ranking local y el de Google Maps ¡sin esfuerzo!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["¿Estás en Google News? ¡Aumentá tu tráfico desde Google News, optimizándolo!"],"Optimize your videos to show them off in search results and get more clicks!":["¡Optimizá tus videos para verlos en los resultados de búsqueda y conseguir más clics!"],"The premium version of %1$s with more features & support.":["La versión premium de %1$s con más características y soporte."],"Person":["Persona"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Nombre del sitio web"],"Webmaster Tools":[""],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["No hay nombre de entrada en la URL de tus entradas y páginas, es muy recomendable que lo pongas. Planteate configurar la estructura de tus enlaces permanentes a /%postname%/"],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["o"],"Save Profile":["Guardar perfil"],"There were no profiles found":["No se encontraron perfiles"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autorizar"],"Get Google Authorization Code":["Obtener el código de autorización de Google"],"Reload crawl issues":["Volver a cargar los problemas de rastreo"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder crear una redirección y solucionar este problema, necesitás %1$s. Podés comprar el plugin, con un año de soporte y actualizaciones incluidos, en %2$s."],"Creating redirects is a %s feature":["La creación de redirecciones es una característica de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errores que sólo se produjeron cuando tu sitio fue rastreado por Googlebot para teléfonos móviles sencillos (los errores no aparecieron en la versión de escritorio)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Los errores que se produjeron sólo cuando tu sitio lo rastreó Googlebot-Mobile (estos errores no aparecieron en la versión de escritorio)."],"Errors that occurred when your site was crawled by Googlebot.":["Errores que se produjeron cuando Googlebot rastreó tu sitio."],"Issue categories":["Categorías de problemas"],"Incorrect Google Authorization Code.":["Código de autorización de Google incorrecto."],"The issues have been successfully reloaded!":["¡Se han vuelto a cargar los problemas!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Se han eliminado los datos de la %1$s. Si querés recibir los datos nuevamente, tenés que volver a identificarte."],"Crawl errors per page":["Errores de rastreo por página"],"Search":["Buscar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["No te pierdas errores de rastreo: %1$sconectate aquí con la consola de Búsqueda de Google%2$s."],"Create redirect":["Crear redirección"],"Mark as fixed":["Marcar como solucionado."],"Response code":["Código de respuesta"],"First detected":["Primer detectado"],"Last crawled":["Último rastreo"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s ha detectado que estás usando una versión de %2$s que no es compatible con %1$s. Por favor, actualizá %2$s a la versión más reciente para utilizar esta característica."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Los plugins Yoast comparten algo de código entre ellos para hacer tu sitio más rápido. Como resultado de eso necesitamos que todos tus plugins Yoast estén actualizados. Hemos detectado este no es el caso, así que por favor actualizá los plugins Yoast que aún no lo estén."],"Feature phone":["Teléfono destacado"],"Smartphone":["Smartphone"],"Desktop":["Escritorio"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["La URL de destino no existe, pero tu servidor no devuelve un error 404 (archivo no encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tiempo de espera agotado o el sitio está bloqueando a Google."],"Server Error":["Error en el servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot puede acceder a tu sitio, pero en tu archivo %1$s existen ciertas URLs bloqueadas a Googlebot. Este bloqueo podría ser para todos los Googlebots o incluso específicamente para Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google no fue capaz de rastrear esta URL debido a un problema indeterminado."],"URL points to a non-existent page.":["La URL apunta a una página inexistente."],"Not found":["No encontrado"],"Not followed":["No seguida"],"Faulty redirects":["Redirecciones erróneas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["El servidor requiere identificación o está impidiendo que Googlebot acceda al sitio."],"Access denied":["Acceso denegado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["El plugin %1$s podría provocar problemas usado conjuntamente con %2$s."],"Upload Image":["Subir imagen"],"Remove these ads?":["¿Eliminar estos anuncios?"],"%s Posts Overview":["%s Información General de Entradas"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["El Título de los Breadcrumbs se utiliza en el breadcrumb de las taxonomías."],"Breadcrumbs title":["Título de los breadcrumb"],"The canonical link is shown on the archive page for this term.":["El enlace canónico se muestra en la página de archivo para este término."],"Facebook App ID":["ID de aplicación de Facebook"],"Pinterest":["Pinterest"],"Other":["Otro"],"Archives":["Archivos"],"Email":["Correo"],"Previous":["Anterior"],"Next":["Siguiente"],"Close":["Cerrar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Imagen"],"%s Description":["Descripción %s"],"%s Title":["%s Título"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["El tamaño de imagen recomendado para %1$s es de %2$s píxeles."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si no querés usar la meta description para compartir la entrada en %s pero sí querés usar otra descripción, escribila aquí."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si querés usar otro texto diferente al título de la entrada para compartirla en %s, escribilo aquí."],"very difficult":["muy difícil"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["difícil"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["bastante difícil"],"OK":["OK"],"fairly easy":["bastante fácil"],"easy":["fácil"],"very easy":["Muy fácil"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Todos los resultados SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: La imagen destacada debe ser de al menos 200 por 200 píxeles para que la use Facebook y otras redes sociales."],"(no parent)":["(sin superior)"],"Post is set to noindex.":["La entrada está establecida como noindex."],"The URL that this page should redirect to.":["La URL a la que debe redirigir esta página."],"301 Redirect":["Redirección 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["URL canónica"],"Title to use for this page in breadcrumb paths":["Título a usar para esta página en la ruta del breadcrumb"],"Breadcrumbs Title":["Título del breadcrumb"],"No Snippet":["Sin snippet"],"No Archive":["Aplicar atributo \"No Archive\""],"No Image Index":["Ningun Indice de imagen"],"None":["Ninguno"],"Site-wide default: %s":["Predeterminado de todo el sitio: %s"],"Advanced meta robots settings for this page.":["Ajustes meta avanzados de robots para esta página."],"Meta robots advanced":["Meta robots avanzado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["¡Advertencia! Aunque podés establecer aquí el meta robots, para la totalidad el sitio web está establecida como noindex en los ajustes de privacidad para el sitio web completo, por lo tanto estos ajustes no tendrán efecto."],"Meta description":["Meta description"],"SEO Title":["Título SEO"],"Focus keyword":["Palabra clave objetivo"],"Snippet preview":["Vista previa del snippet"],"Settings successfully imported.":["Las configuraciones han sido importadas con éxito."],"Settings could not be imported:":["Los ajustes no se pudieron importar:"],"Breadcrumb for 404 pages:":["Breadcrumb para páginas 404:"],"Prefix for search result pages:":["Prefijo para las páginas de resultados de búsqueda:"],"Prefix for archive pages:":["Prefijo para las páginas de archivos:"],"Prefix for breadcrumbs:":["Prefijo para el breadcrumb:"],"Anchor text for the homepage:":["Texto de anclaje para la página de inicio:"],"Breadcrumbs separator:":["Separador de los breadcrumbs:"],"%s Breadcrumbs":["Breadcrumbs de %s"],"Use Image":["Usar imagen"],"Action":["Acción"],"Page URL/Slug":["URL/Slug de página"],"Publication date":["Fecha de publicación"],"Post Status":["Estado de publicación"],"WP Page Title":["Título de página de WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Vista previa"],"Preview “%s”":["Vista previa “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nueva descripción meta de Yoast"],"Existing Yoast Meta Description":["Descripción meta de Yoast actual"],"Facebook profile URL":["URL del perfil de Facebook"],"Twitter username (without @)":["Usuario de Twitter (sin @)"],"FAQ":["Preguntas frecuentes"],"Premium Support":["Soporte premium"],"Settings":["Ajustes"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Tenés que %1$sir a tus ajustes de lectura%2$s y desactivar la casilla de visibilidad en buscadores."],"Huge SEO Issue: You're blocking access to robots.":["Gran problema de SEO: Estás bloqueando el acceso a los robots."],"Posts":["Entradas"],"Edit Files":["Editar archivos"],"Advanced Variables":["Variables avanzadas"],"Basic Variables":["Variables básicas"],"General":["General"],"Extensions":["Extensiones"],"Search Console":["Consola de Búsqueda"],"Tools":["Herramientas"],"Advanced":["Avanzado"],"XML sitemaps":[""],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s ha detectado que estás usando la versión %2$s de %3$s, por favor, actualizá a la última versión para evitar problemas de compatibilidad."],"Just another WordPress site":["Otro sitio creado con WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Todavía tenés la descripción corta de WordPress, incluso sería mejor dejarla vacía. %1$sPodés solucionarlo en el personalizador%2$s."],"You have used HTML in your value which is not allowed.":["Usaste HTML en el valor y eso no está permitido."],"You can't edit %s that aren't yours.":["No podés editar %s ya que no son tuyos."],"You can't edit %s.":["No podés editar %s."],"Post has an invalid Content Type: %s.":[""],"Post doesn't exist.":["El post no existe"],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["Papelera (%s)","Papelera (%s)"],"posts\u0004All (%s)":["Todo (%s)","Todos (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/es_ES.json b/Resources/Private/Languages/es_ES.json index 03fde77..4e7c097 100644 --- a/Resources/Private/Languages/es_ES.json +++ b/Resources/Private/Languages/es_ES.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"es"},"Has feedback":["Tiene respuestas"],"Content optimization:":["Optimización del contenido:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLegibilidad%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Lee %1$sesta entrada para más información sobre por qué no somos compatibles con versiones anteriores.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Si aún no has actualizado a %2$s o superior debido al nuevo editor Gutenberg, por favor instala el plugin Classic editor. Te dará la misma experiencia de edición que tienes ahora, pero también la seguridad de las nuevas versiones de WordPress y %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sActualiza WordPress a la última versión%2$s%3$sHemos notado que no usas la última versión de WordPress, lo que podría causar un problema pronto. %4$s (por razones de seguridad y estabilidad) solo es compatible con la versión actual y a la anterior de WordPress. Eso significa que cuando salga la próxima versión de WordPress será compatibles con WordPress %6$s y %7$s. ¡Esto significa que no recibirás ninguna actualización a %5$s hasta que actualices tu WordPress, así que, por favor, asegúrate de actualizar pronto a la última versión de WordPress!%3$s%3$s"],"Post Noindexed":["Publicación con no-index"],"No Focus Keyphrase":["Sin frase clave objetivo"],"Person logo / avatar":["Logo / avatar de la persona"],"Extend %s":["Extender %s"],"Enroll in the %s for WordPress training":["Apúntate al %s de formación para WordPress"],"Posts with the SEO score: %s":["Entradas con la puntuación de SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["videotutorial de %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["%1$sVisita Google Search Console%2$s para ver tus errores de indexación."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google ha eliminado la API de errores de rastreo, así que ya no es posible mostrar aquí tus posibles errores de rastreo. %1$sLee nuestro comunicado para más información%2$s."],"Remove this message":["Quitar este mensaje"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["¡Optimiza de verdad tu sitio para una audiencia local con nuestro plugin %s! ¡Detalles de direcciones optimizadas, horarios de apertura, localizador de tiendas y opciones de recogida!"],"Serving local customers?":["¿Sirves a clientes locales?"],"Get the %s plugin now":["Consigue el plugin %s ahora"],"Organization social profiles":["Perfiles sociales de la organización"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Puedes editar los detalles mostrados en los datos meta, como los perfiles sociales, el nombre descripción de este usuario, en su página de perfil de %1$s."],"Personal info":["Información personal"],"Organization logo":["Logotipo de la organización"],"Organization name":["Nombre de la organización"],"Choose whether the site represents an organization or a person.":["Elige si el sitio representa a una organización o a una persona."],"Knowledge Graph & Schema.org":["Knowledge Graph y Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Para hacer que tu sitio represente a una empresa u organización ve a %1$sApariencia en el buscador%2$s y configúralo como persona o pásalo de persona a «Empresa»."],"To change the social accounts used for your site, update the details for %1$s.":["Para cambiar las cuentas sociales utilizadas para tu sitio actualiza los detalles de %1$s."],"That means that the form and information below is disabled, and not used.":["Esto significa que el formulario y la información a continuación están desactivados, y no se usan."],"Your website is currently configured to represent a Person":["Tu web está actualmente configurada para representar a una persona"],"(if one exists)":["(si es que existe)"],"Wikipedia page about you":["Página de la Wikipedia sobre ti"],"YouTube profile URL":["URL del perfil en YouTube"],"Tumblr profile URL":["URL del perfil en Tumblr"],"SoundCloud profile URL":["URL del perfil en SoundCloud"],"MySpace profile URL":["URL del perfil en MySpace"],"Organization or person":["Organización o persona"],"The person":["La persona"],"Organization":["Organización"],"Does your site represent a person or an organization?":["¿Este sitio representa a una persona o a una organización?"],"The name of the organization":["El nombre de la organización"],"Provide an image of the organization logo":["Facilita una imagen del logotipo de la organización"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Anteriormente configuraste tu sitio para representar a una persona.Hemos mejorado nuestra funcionalidad sobre Schema y el Knowledge Graph, así que deberías ir y %1$scompletar estos ajustes%2$s."],"Select a user...":["Selecciona un usuario…"],"Uncategorized":["Sin categoría"],"Name:":["Nombre:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Has seleccionado el usuario %1$s como la persona a la que representa este sitio. Su información de perfil de usuario se utilizará ahora en los resultados de búsqueda. %2$sActualiza su perfil para asegurarte de que la información sea correcta%3$s."],"Error: Please select a user below to make your site's meta data complete.":["Error: Por favor, selecciona un usuario a continuación para completar los meta datos de tu sitio."],"SEO score: %s":["Puntuación SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Si existe una página tuya o de tu organización en la Wikipedia añádela también."],"Wikipedia URL":["URL de Wikipedia"],"Pinterest profile URL":["URL del perfil de Pinterest"],"Instagram profile URL":["URL del perfil de Instagram"],"LinkedIn profile URL":["URL del perfil de LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["La investigación de palabras clave es esencial en cualquier estrategia de SEO. Tú decides los términos de búsqueda por los que quieres que te encuentren, y averiguas qué palabras usa tu audiencia para encontrarte. Una gran investigación de palabras clave te dice qué contenido necesitas para empezar a puntuar para los términos que quieres posicionar. ¡Asegúrate de que tus esfuerzos se centren en las palabras clave para las que realmente tienes posibilidades de posicionarte! El %1$s te guía a través de este proceso, paso a paso."],"SEO for Beginners training":["Formación SEO para principiantes"],"%s for WordPress training":["Formación de %s para WordPress"],"All-around SEO training":["Formación SEO integral "],"The image you selected is too small for Facebook":["La imagen que has elegido es demasiado pequeña para Facebook"],"The given image url cannot be loaded":["La URL de la imagen dada no se puede cargar"],"Find out what words your audience uses to find you":["Descubre qué palabras utiliza tu audiencia para encontrarte"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFacilidad de lectura Flesch%2$s: El escrito puntúa %3$s en la prueba, Lo que se considera %4$s de leer. %5$s"],"No JSON object was returned.":["No se ha devuelto un objeto JSON."],"Received internal links":["Enlaces internos recibidos"],"Outgoing internal links":["Enlaces salientes internos"],"New step added":["Nuevo paso añadido"],"New question added":["Nueva pregunta añadida"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Para poder crear una redirección y corregir este fallo necesitas %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Puedes comprar el plugin, incluyendo un año de soporte y actualizaciones, en %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["La característica del contador de enlaces de texto proporciona información sobre cuántos enlaces se encuentran en tu texto y cuántos enlaces enlazan a tu texto. Esto es muy útil cuando estás mejorando tu %1$senlazado interno%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Para que esta característica funcione %1$sse requiere al menos una versión de PHP %2$s. Hemos detectado la versión PHP %3$s en esta web."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Por favor, considera cuidadosamente las implicaciones y %1$slee esta entrada%2$s si deseas más información sobre el impacto de mostrar medios en los resultados de búsqueda."],"Keyphrase":["Frase clave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Para que esta característica funcione, %1$snecesita crear una tabla en tu base de datos. No pudimos crear esta tabla automáticamente."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Al activar esta opción, las URL adjuntas se hacen visibles tanto para los visitantes como para Google. Para añadir valor a tu web, deben contener información útil, o podrían tener un impacto negativo en tu posicionamiento."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["La característica %3$scontador de enlaces al texto%4$s (introducida en %1$s %2$s) está actualmente inactiva."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Por favor, lee el siguiente %1$sartículo de la base de conocimientos%2$s para averiguar cómo resolver este problema."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Para asegurarnos de que todos los enlaces en tus textos estén contados, necesitamos analizar todos tus textos."],"All you have to do is press the following button and we'll go through all your texts for you.":["Todo lo que tienes que hacer es pulsar el siguiente botón y nosotros revisaremos todos tus textos por ti."],"Count links":["Contar enlaces"],"Free":["Gratis"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, %1$d tienen atributos alt con palabras de tu frase clave o sinónimos. Eso es demasiado. %4$sIncluye la frase clave o sus sinónimos solo cuando realmente encajen en la imagen%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtributos alt de imagen%2$s: ¡Bien hecho!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, sólo %1$d tiene un atributo alt que refleja el tema de tu texto. ¡%4$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes más relevantes%5$s!","%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, sólo %1$d tienen atributos alt que reflejan el tema de tu texto. ¡%4$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes más relevantes%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtributos de imagen alt%3$s: Las imágenes de esta página no tienen atributos alt que reflejen el tema de tu texto. ¡%2$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes relevantes%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAtributos alt de imágenes%3$s: Las imágenes de esta página tienen atributos alt, pero no has establecido tu frase clave. ¡%2$sCorrige eso%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrase clave en subtítulo%2$s: %3$s de tus subtítulos de nivel superior refleja el tema de tu texto. ¡Buen trabajo!","%1$sFrase clave en subtítulo%2$s: %3$s de tus subtítulos de nivel superior reflejan el tema de tu texto. ¡Buen trabajo!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrase clave en subtítulo%2$s: Tus subtítulos de nivel superior reflejan el tema de tu texto ¡Buen trabajo!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrase clave en subtítulo%3$s: ¡%2$sUsa más frases clave o sinónimos en tus subtítulos de nivel superior%3$s!"],"Page %s":["Página %s"],"Cannot get the size of %1$s because of unknown reasons.":["No se pudo obtener el tamaño de %1$s debido a razones desconocidas."],"Cannot get the size of %1$s because it is hosted externally.":["No se pudo obtener el tamaño de %1$s debido a que está alojada externamente."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simplemente cambia el conmutador a «activo» y podrás usar el análisis recalibrado. Al mismo tiempo, te añadiremos a nuestra lista de correo específica. ¡Sólo te enviaremos correos electrónicos con tus experiencias con esta recalibración!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Hemos %1$srecalibrado nuestro análisis%2$s. Con el nuevo análisis, nos acercaremos aún más a la forma en que Google ve tu web. ¡Sería %3$sfantástico%4$s si quisieras %3$sprobar esta característica%4$s para nosotros!"],"Get an even better analysis":["Obtén un análisis aún mejor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTítulo único%3$s: Solo se debería usar H1 como tu título principal. Encuentra todos los H1 en tu texto que no sean el título principal y ¡%2$scámbialos a un nivel de encabezado inferior%3$s!"],"Improve sharing on Facebook and Pinterest":["Mejora el compartir en Facebook y Pinterest"],"You do not have the required rights to export settings.":["No tienes los derechos requeridos para exportar ajustes."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copia todos estos ajustes a la pestaña %1$s de otro sitio y haz clic en \"%1$s\" de allí."],"These are settings for the %1$s plugin by %2$s":["Estos son los ajustes del plugin %1$s de %2$s"],"No settings found.":["No se han encontrado ajustes."],"Export your %1$s settings here, to copy them on another site.":["Exporta aquí tus ajustes de %1$s, para copiarlos en otro sitio."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["La importación de los ajustes solo es compatible en servidores que ejecuten PHP 5.3 o superior."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importa los ajustes pegando aquí los ajustes que has copiado de otro sitio y haciendo clic en \"%s\"."],"Paste your settings from another %s installation.":["Pega tus ajustes desde otra instalación de %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado 0 veces. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %3$d vez. ¡Eso está genial!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %3$d veces ¡Eso está genial!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es mucho más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es mucho más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indexable borrada para el objeto %1$s con el tipo %2$s"],"Indexable saved for object %1$s with type %2$s":["Indexable guardada para el objeto %1$s con el tipo %2$s"],"Indexable created for object %1$s with type %2$s":["Indexable creada para el objeto %1$s con el tipo %2$s"],"Indexable meta deleted.":["Meta indexable borrada."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Meta indexable guardada para el id de indexable %1$s con la clave meta %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Meta indexable creada para el id de indexable %1$s con la clave meta %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["No se ha encontrado ninguna meta para el id de indexable %1$s y la clave meta %2$s."],"There is no indexable found for author id %1$s.":["No se ha encontrado nada indexable para el id de autor %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["No se ha encontrado ningún término principal para el id de entrada %1$s y la taxonomía %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["No se ha encontrado nada indexable para el id de término %1$s y la taxonomía %2$s. "],"There is no indexable found for post id %1$s.":["No se ha encontrado nada indexable para el id de entrada %1$s."],"Method %1$s() does not exist in class %2$s":["El método %1$s() no existe en la clase %2$s"],"With %s, you can easily create such redirects.":["Con %s puedes crear fácilmente esas redirecciones."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Cambiar tus ajustes de enlaces permanentes puede impactar seriamente en tu visibilidad en los motores de búsqueda. No debería hacerse casi %1$s nunca %2$s en una web pública."],"WARNING:":["ADVERTENCIA:"],"Learn about why permalinks are important for SEO.":["Aprende sobre por qué los enlaces permanentes son importantes para el SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sPalabras funcionales en frase clave%3$s: Tu frase clave \"%4$s\" sólo contiene palabras funcionales. %2$sAprende cómo es una buena frase clave%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["¿Sabías que %s también analiza las distintas variaciones de tu frase clave, como plurales y tiempos verbales?"],"Clear Image":["Vaciar imagen"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongitud de la frase clave%3$s: %2$sDefine una frase clave para calcular tu puntuación SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase clave en el slug%2$s: Más de la mitad de tu frase clave aparece en el slug. ¡Eso es fantástico!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrase clave en el slug%3$s: (Parte de) tu frase clave no aparece en el slug. ¡%2$sCambia eso%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase clave en el slug%2$s: ¡Fantástico trabajo!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave en el título%3$s: No todas las palabras de tu frase clave \"%4$s\" aparecen en el título SEO. %2$sTrata de usar exactamente tu misma frase clave en el título SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave en el título%3$s: No coincide del todo.. %2$sTrata de escribir exactamente tu misma frase clave en el título SEO%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFrase clave en el título%3$s: La frase clave objetivo exacta aparece en el título SEO, pero no al principio. %2$sTrata de moverla al principio%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrase clave en el título%2$s: La frase clave objetivo exacta aparece al principio del título SEO. ¡Buen trabajo!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribución de frase clave%2$s: ¡Buen trabajo!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Desigual. Algunas partes de tu texto no contienen la frase clave o sus sinónimos. %2$sDistribúyelas de manera más uniforme%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Muy desigual. Grandes partes de tu texto no contienen la frase clave o sus sinónimos. %2$sDistribúyelas de manera más uniforme%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribución de frase clave%3$s: %2$sIncluye tu frase clave o sus sinónimos en el texto para que podamos comprobar la distribución de la frase clave%3$s."],"Help on choosing the perfect focus keyphrase":["Ayuda para elegir la frase clave objetivo perfecta"],"Would you like to add a related keyphrase?":["¿Te gustaría añadir una frase clave relacionada?"],"Go %s!":["¡Ir a %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Si no se muestran los archivos de fecha en los resultados de la búsqueda, técnicamente significa que estos tendrán un meta robots %1$s. %2$sMás información sobre los ajustes de los resultados de búsqueda%3$s."],"Rank better with synonyms & related keyphrases":["Posiciona mejor con sinónimos y frases clave relacionadas"],"optimize a single post for synonyms and related keyphrases.":["optimiza una entrada para sinónimos y frases clave relacionadas."],"Synonyms & related keyphrases":["Sinónimos y frases clave relacionadas"],"Add related keyphrase":["Añadir frase clave relacionada"],"Dismiss %s upgrade notice":["Descartar el aviso de actualización de %s"],"Upgrade to %s":["Actualizar a %s"],"%1$s video":["Video %1$s"],"Get %s":["Consigue %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrase clave usada previamente%6$s: Has usado esta frase clave objetivo %1$s%2$d veces antes%3$s. %5$sNo uses tu frase clave objetivo más de una vez%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrase clave usada previamente%5$s: Has usado esta frase clave objetivo %1$suna vez ya%2$s. %4$sNo uses tu frase clave objetivo más de una vez%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrase clave usada previamente%2$s: No has usado antes esta frase clave objetivo, muy bien."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sPalabras vacías en el slug%3$s: El slug de esta página contiene una palabra vacía. ¡%2$sQuítala%3$s!","%1$sPalabras vacías en el slug%3$s: El slug de esta página contiene palabras vacías. ¡%2$sQuítalas%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug demasiado largo%3$s: el slug de esta página es un poco largo. ¡%2$sAcórtalo%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtributos alt de imagen%3$s: No hay imágenes en esta página. ¡%2$sAñade alguna%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sEnlace de la frase clave objetivo%3$s: Estás enlazando a otra página con las palabras con las que quieres posicionar esta página. ¡%2$sNo hagas eso%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está muy por debajo del mínimo recomendado de %5$d palabra. %3$sAñade más contenido%4$s.","Esto está muy por debajo del mínimo recomendado de %5$d palabras. %3$sAñade más contenido%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está por debajo del mínimo recomendado de %5$d palabra. %3$sAñade más contenido%4$s.","Esto está por debajo del mínimo recomendado de %5$d palabras. %3$sAñade más contenido%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLongitud del texto%4$s: El texto contiene %1$d palabra.","%2$sLongitud del texto%4$s: El texto contiene %1$d palabras."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLongitud del texto%3$s: El texto contiene %1$d palabra. ¡Buen trabajo!","%2$sLongitud del texto%3$s: El texto contiene %1$d palabras. ¡Buen trabajo!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrase clave en el subtítulo%3$s: Más del 75%% de tus subtítulos de primer nivel reflejan el tema de tu texto. Eso es demasiado. ¡%2$sNo sobre-optimices%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sAncho del título SEO%3$s: %2$sPor favor, crea un título SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sAncho del título SEO%3$s: El título SEO es más ancho que el límite visible. %2$sPrueba a hacerlo más corto%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sAncho del título SEO%2$s: ¡Buen trabajo!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sAncho del título SEO%3$s: El título SEO es demasiado corto. %2$sUsa el espacio para añadir variaciones de palabras clave o para crear un texto que anime a una acción%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sEnlaces salientes%2$s: Hay enlaces salientes nofollow y normales en esta página. ¡Buen trabajo!"],"%1$sOutbound links%2$s: Good job!":["%1$sEnlaces salientes%2$s: ¡Buen trabajo!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sEnlaces salientes%3$s: Todos los enlaces salientes de esta página son nofollow. %2$sAñade algún enlace normal%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sEnlaces salientes%3$s: No hay enlaces salientes en esta página. ¡%2$sAñade alguno%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLongitud de la meta description%2$s: ¡Bien hecho!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLongitud de la meta description%3$s: La meta description tiene más de %4$d caracteres. Asegúrate de que sea visible toda la description, ¡%2$sdeberías reducir su longitud%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLongitud de la meta description%3$s: La meta description es demasiado corta (menos de %4$d caracteres). Hay hasta %5$d caracteres disponibles. ¡%2$sUsa el espacio%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLongitud de la meta description%3$s: No se ha especificado ninguna meta description. Los motores de búsqueda mostrarán en su lugar texto de la página. ¡%2$sAsegúrate de escribir una%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrase clave en la meta description%2$s: La meta description se ha especificado, pero no contiene la frase clave objetivo. ¡%3$sArregla eso%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase clave en la meta description%2$s: La meta description contiene la palabra clave objetivo %3$s veces, que es más del máximo recomendado de 2 veces. ¡%4$sLimita eso%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFrase clave en la meta description%2$s: La frase clave objetivo o el sinónimo aparece en la meta description. ¡Bien hecho!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongitud de la frase clave%5$s: La frase clave tiene %1$d palabras. Es mucho más que el máximo recomendado de %2$d palabras. ¡%4$sHazla más corta%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongitud de la frase clave%5$s: La frase clave tiene %1$d palabras. Es más que el máximo recomendado de %2$d palabras. ¡%4$sHazla más corta%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLongitud de la frase clave%2$s: ¡Buen trabajo!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongitud de la frase clave%3$s: No se ha establecido una frase clave objetivo para esta página. %2$sEstablece una frase clave objetivo para calcular tu puntuación SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrase clave en la introducción%3$s: Tu frase clave o sus sinónimos no aparecen en el primer párrafo. %2$sAsegúrate de que el tema esté claro inmediatamente%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrase clave en la introducción%3$s: Tu frase clave o sus sinónimos aparecen en el primer párrafo del texto, pero no dentro de una frase. ¡%2$sArregla eso%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase clave en la introducción%2$s: ¡Bien hecho!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sEnlaces internos%2$s: En esta página hay enlaces internos nofollow y normales. ¡Buen trabajo!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sEnlaces internos%2$s: Tienes suficientes enlaces internos. ¡Buen trabajo!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sEnlaces internos%3$s: Los enlaces internos de esta página son todos nofollow. %2$sAñade algún buen enlace interno%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sEnlaces internos%3$s: No hay enlaces internos en esta página, ¡%2$sasegúrate de añadir alguno%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sPalabras de transición%2$s: ¡Bien hecho!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sPalabras de transición%2$s: Solo %3$s de las frases contienen palabras de transición, y no es suficiente. %4$sUsa algunas más%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sPalabras de transición%2$s: Ninguna de las frases contiene palabras de transición. %3$sUsa alguna%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNo hay suficiente contenido%2$s: %3$sPor favor, añade algo de contenido para permitir un buen análisis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribución de subtítulos%2$s: No estás usando ningún subtítulo, pero tu texto es bastante corto y probablemente no los necesite."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribución de subtítulos%2$s: No estás usando ningún subtítulo, aunque tu texto es bastante largo. %3$sPrueba a añadir algún subtítulo%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribución de subtítulos%2$s: %3$d sección de tu texto tiene más de %4$d palabras y no está separada por ningún subtítulo. %5$sAñade subtítulos para mejorar la legibilidad%2$s.","%1$sDistribución de subtítulos%2$s: %3$d secciones de tu texto tienen más de %4$d palabras y no están separadas por ningún subtítulo. %5$sAñade subtítulos para mejorar la legibilidad%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribución de subtítulos%2$s: ¡Fantástico trabajo!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLongitud de las frases%2$s: %3$s de las frases contiene más de %4$s palabras, que es más del máximo recomendado de %5$s. %6$sTrata de acortar las frases%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLongitud de las frases%2$s: ¡Fantástico!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFrases consecutivas%2$s: Hay suficiente variedad en tus frases. ¡Eso es fantástico!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFrases consecutivas%2$s: El texto contiene %3$d frases consecutivas que empiezan con la misma palabra. ¡%5$sIntenta probar cosas nuevas %2$s!","%1$sFrases consecutivas%2$s: El texto contiene %4$d ocasiones en las que %3$d o más frases consecutivas empiezan con la misma palabra. ¡%5$sIntenta probar cosas nuevas %2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVoz pasiva%2$s: %3$s de las frases contiene una voz pasiva, que es más del máximo recomendado de %4$s. %5$sIntenta usar sus equivalentes activas%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVoz pasiva%2$s: Estás usando suficientes voces activas. ¡Eso es fantástico!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLongitud de párrafos%2$s: %3$d de los párrafos contiene más del máximo recomendado de %4$d palabras. ¡%5$sAcorta tus párrafos%2$s!","%1$sLongitud de párrafos%2$s: %3$d de los párrafos contienen más del máximo recomendado de %4$d palabras. ¡%5$sAcorta tus párrafos%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLongitud de párrafos%2$s: Ninguno de los párrafos es demasiado largo. ¡Fantástico trabajo!"],"Good job!":["¡Buen trabajo!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sPrueba de legibilidad Flesch%2$s: El texto puntúa %3$s en la prueba, lo que se considera %4$s de leer. %5$s%6$s%7$s"],"Focus keyphrase":["Frase clave objetivo"],"%1$s with ID %2$s couldn't be patched":["no pudo parchearse el %1$s con el ID %2$s"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Petición POST no válida. Los valores meta ya existen para el objeto con el ID %1$s."],"Indexable with ID `%1$s` does not exist":["El indexable con el ID `%1$s` no existe"],"No object with ID %1$s and %2$s could be found":["No se pudo encontrar ningún objeto con el ID %1$s y %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` no es un subtipo válido de `%2$s`"],"The object type `%1$s` is invalid":["El tipo de objeto `%1$s` no es válido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Tipo no válido para el parémetro `%1$s` pasado. Se esperaba `%2$s`, pero se obtuvo `%3$s`"],"The parameter `%1$s` cannot be empty.":["El parámetro `%1$s` no puede estar vacío."],"Check Keyphrase Density":["Comprueba la densidad de la frase clave"],"Disable":["Desactivar"],"Allow Control":["Permitir control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Esta pestaña te permite desactivar selectivamente características de %s en todos los sitios de la red. Por defecto están activas todas las características, lo que permite a los administradores del sitio elegir por sí mismos si quieren activar o desactivar una característica para su sitio. Cuando desactives aquí una característica los administradores del sitio no podrán usar esa característica."],"%s is a required feature toggle argument.":["%s es un argumento de activación de la característica obligatorio"],"Keyphrase:":["Frase clave:"],"Remove keyphrase":["Quitar frase clave"],"This feature has been disabled by the network admin.":["Esta característica la ha desactivado el administrador de la red."],"Focus keyphrase not set.":["La frase clave objetivo no está establecida."],"Multiple keyphrases":["Múltiples frases clave"],"Colon":["Dos puntos"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Tanto %1$s como %2$s gestionan el SEO de tu sitio. Ejecutar dos plugins SEO al mismo tiempo es perjudicial."],"There is a new notification.":["Hay un nuevo aviso.","Hay nuevos avisos."],"Learn more about the readability analysis":["Aprende más sobre el análisis de legibilidad"],"Describe the duration of the instruction:":["Describe la duración de la instrucción:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personaliza cómo quieres describir la duración de la instrucción."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Esta es una lista de contenido relacionado al que podrías enlazar en tu entrada. {{a}}Lee nuestro artículo sobre la estructura del sitio{{/a}} para aprende rmás sobre como el enlazado interno puede ayudar a mejorar tu SEO."],"%s, %s and %s":["%s, %s y %s"],"%s and %s":["%s y %s"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d día","%d días"],"Enter a step title":["Introduce un título para el paso"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Esto puede darte un mayor control sobre los estilos de los pasos."],"CSS class(es) to apply to the steps":["Clase(s) CSS a aplicar a los pasos"],"minutes":["minutos"],"hours":["horas"],"days":["días"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Crea una guía práctica en un modo amigable para el SEO. Solo puedes usar un bloque de guía práctica en cada entrada."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Haz una lista de tus preguntas más frecuentes en un modo amigable para el SEO. Solo puedes usar un bloque de FAQ en cada entrada."],"Copy error":["Error en el texto"],"An error occurred loading the %s primary taxonomy picker.":["Ocurrió un error al cargar el selector %s de la taxonomía principal."],"%1$s Structured Data Blocks":["Bloques de %1$s de datos estructurados"],"Time needed:":["Tiempo necesario:"],"Move question down":["Bajar pregunta"],"Move question up":["Subir pregunta"],"Insert question":["Insertar pregunta"],"Delete question":["Borrar pregunta"],"Enter the answer to the question":["Escribe la respuesta a la pregunta"],"Enter a question":["Introduce una pregunta"],"Add question":["Añadir pregunta"],"Frequently Asked Questions":["Preguntas frecuentes"],"Great news: you can, with %s!":["Buenas noticias: ¡puedes, con %s!"],"Select the primary %s":["Elige el %s principal"],"Check links to this URL":["Comprueba los enlaces a esta URL"],"Keyword research training":["Entrenamiento de búsqueda de frases clave"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Mira la %1$splantilla de archivo%2$s del siguiente tipo de contenido: %3$s.","Mira las %1$splantillas de archivo%2$s de los siguientes tipos de contenido: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["¿Estás tratando de utilizar varias frases clave? Debes añadirlas por separado a continuación."],"Mark as cornerstone content":["Marcar como contenido esencial"],"Move step down":["Mover paso hacia abajo"],"Move step up":["Mover paso hacia arriba"],"Insert step":["Insertar paso"],"Delete step":["Eliminar paso"],"Add image":["Añadir imagen"],"Enter a step description":["Introduce una descripción del paso"],"Enter a description":["Introduce una descripción"],"Unordered list":["Lista desordenada"],"Showing step items as an ordered list.":["Mostrando los elementos de los pasos como una lista ordenada."],"Showing step items as an unordered list":["Mostrando los elementos de los pasos como una lista desordenada."],"Add step":["Añadir paso"],"Delete total time":["Eliminar tiempo total"],"Add total time":["Añadir tiempo total"],"How to":["Cómo hacer"],"How-to":["Cómo hacer"],"Snippet Preview":["Vista previa del snippet"],"Analysis results":["Resultados del análisis"],"Enter a focus keyphrase to calculate the SEO score":["Introduce una frase clave objetivo para calcular la puntuación SEO"],"Learn more about Cornerstone Content.":["Aprende más sobre el contenido esencial."],"Cornerstone content should be the most important and extensive articles on your site.":["El contenido esencial deben ser los artículos más importantes y extensos de tu sitio."],"Restore Site":["Restaurar sitio"],"Network Settings":["Ajustes de red"],"You are not allowed to perform this action.":["No tienes permisos para realizar esta acción."],"Error: %s":["Error: %s"],"Success: %s":["Éxito: %s"],"Site with ID %d not found.":["No se encontró el sitio con ID %d."],"No site has been selected to restore.":["No se seleccionó un sitio para ser restaurado."],"You are not allowed to modify unregistered network settings.":["No tienes permisos para modificar ajustes de red no registrados."],"deleted":["eliminado"],"Would you like to add another keyphrase?":["¿Te gustaría añadir otra frase clave?"],"image preview":["vista previa de imagen"],"Copied!":["¡Copiado!"],"Not supported!":["¡No compatible!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lee {{a}}nuestro artículo sobre de la estructura del sitio{{{/a}} para saber más sobre cómo los enlaces internos pueden ayudar a mejorar tu SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Cuando añadas algo más de texto te mostraremos aquí una lista de contenidos relacionados a los que podrías enlazar en tu entrada."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Plantéate enlazar a estos {{a}}artículos esenciales{{/a}}"],"Consider linking to these articles:":["Plantéate enlazar a estos artículos:"],"Copy link":["Copiar enlace"],"Copy link to suggested article: %s":["Copiar enlace al artículo sugerido: %s"],"The site's tagline":["Descripción corta del sitio"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Recientemente hemos mejorado la funcionalidad de los ajustes de apariencia en el buscador. Lamentablemente, hemos descubierto que en algunos casos puntuales el guardado de los ajustes de archivos para tipos de contenido específicos pudo haber fallado."],"Not all required fields are given. Missing field %1$s":["No se dan todos los campos obligatorios. Falta el campo %1$s"],"Optimize your site for Google News.":["Optimiza tu sitio para Google News."],"Optimize your shop's SEO and sell more products!":["¡Optimiza el SEO de tu tienda y vende más productos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Aparece en la búsqueda de vídeos de Google y mejora la difusión de tus vídeos en los medios sociales."],"Be found in Google Maps and local results.":["Aparece en Google Maps y los resultados locales."],"Learn practical SEO skills to rank higher in Google.":["Aprende habilidades SEO prácticas para obtener mejores resultados en Google."],"Don’t waste time figuring out the best settings yourself.":["No pierdas tiempo adivinando tú mismo los mejores ajustes."],"Get quick wins to make your site rank higher in search engines.":["Consigue avances rápidos para hacer que tu sitio obtenga mejores resultados en los motores de búsqueda."],"Add synonyms":["Añade sinónimos"],"Would you like to add keyphrase synonyms?":["¿Te gustaría añadir sinónimos de la frase clave? "],"Would you like to add more than one keyphrase?":["¿Te gustaría añadir más de una frase clave?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Puedes editar los metadatos SEO de este tipo de contenido personalizado en la %1$spágina de la tienda%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["No has configurado una página de tienda en tus ajustes de WooCommerce, Por favor, haz primero esto."],"Current year":["Año actual"],"Page":["Página"],"Breadcrumb settings for %s archive":["Ajustes de migas de pan para el archivo de %s"],"Tagline":["Descripción corta"],"Modify your meta description by editing it right here":["Modifica tu meta description editándola aquí mismo"],"description (custom taxonomy)":["descripción (taxonomía personalizada)"],"(custom taxonomy)":["(taxonomía personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":["Term404"],"Caption":["Leyenda"],"Pagenumber":["Pagenumber"],"Pagetotal":["Pagetotal"],"Page number":["Número de página"],"User description":["Descripción del usuario"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":["Tipo de contenido (plural)"],"Post type (singular)":["Tipo de contenido (singular)"],"Separator":["Separador"],"Search phrase":["Frase de búsqueda"],"Term title":["Título del término"],"Term description":["Descripción del término"],"Tag description":["Descripción de la etiqueta"],"Category description":["Descripción de la categoría"],"Primary category":["Categoría principal"],"Category":["Categoría"],"Tag":["Etiqueta"],"Excerpt only":["Solo el extracto"],"Excerpt":["Extracto"],"Site title":["Título del sitio"],"Archive title":["Título del archivo"],"Parent title":["Título superior"],"Date":["Fecha"],"Label":["Etiqueta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Deberías crear una redirección para asegurarte de que tus visitantes no obtienen un error 404 cuando hagan clic en la URL que ya no funciona."],"Search engines and other websites can still send traffic to your deleted post.":["Los motores de búsqueda y otras webs puede que sigan enviando tráfico a tu entrada borrada."],"Make sure you don't miss out on traffic!":["¡Asegúrate de no perder tráfico!"],"You just deleted a %1$s.":["Acabas de borrar una %1$s."],"You just trashed a %1$s.":["Acabas de enviar a la papelera una %1$s."],"Settings for %s archive":["Ajustes del archivo de %s"],"Settings for single %s URLs":["Ajustes de las URLs de cada %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Los ajustes de esta página te permiten especificar cuál debería ser la apariencia en el buscador por defecto para cualquier tipo de contenido que tengas. Puedes elegir qué tipos de contendido aparecerán en los resultados de búsqueda y cuál debería ser su descripción por defecto."],"Note that not all variables can be used in every field.":["Ten en cuenta que no todas las variables se pueden usar en todos los campos."],"Snippet variables":["Variables del snippet"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respeta tu privacidad. Lee nuestra %2$spolítica de privacidad%3$s para saber cómo gestionamos tu información personal."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Si sabes lo que esto significa y no quieres ver más este mensaje puedes %1$sdescartar este mensaje%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Los ajustes de tu sitio actualmente permiten que existan URLs de adjuntos en tu sitio. Por favor, %1$slee esta entrada sobre un problema potencial%2$s con las URLs de los adjuntos y revisa si tienes el ajuste correcto para tu sitio."],"Unknown type %1$s":["Tipo de %1$s desconocido"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["¡Incluye una cuenta gratuita MyYoast que te da acceso a nuestro curso gratuito SEO para principiantes!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Únete para nuestra newsletter si quieres estar al día sobre %1$s, otros plugins interesantes de %2$s, y noticias interesantes y consejos del mundo del SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obtén tu código de verificación de Baidu en las %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Código de verificación de Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["La funcionalidad del importador de %s utiliza tablas temporales de la base de datos. Parece que tu instalación de WordPress no tiene la capacidad de hacer esto, por favor, consulta a tu proveedor de alojamiento."],"Cleanup of %s data failed.":["La limpieza de los datos de %s han fallado."],"Content Type":["Tipo de contenido"],"Filter by content type":["Filtar por tipo de contenido"],"Show All Content Types":["Mostrar todos los tipos de contenido"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Para solucionar esto desmarca la casilla delante de «Separar los comentarios en páginas...» en la %1$spágina de ajustes de comentarios%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Reemplazado con el título normal de un archivo generado por WordPress"],"Clean":["Limpiar"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Una vez estés seguro de que tu sitio está BIEN puedes limpiarlo. Esto borrará todos los datos originales."],"Step 5: Clean up":["Paso 5: Limpieza"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Deberías ejecutar el asistente de configuración, desde la página SEO → General → Escritorio, para asegurarte de que todos los ajustes de tu sitio están correctos."],"Step 4: Run the configuration wizard":["Paso 4: Ejecutar el asistente de configuración."],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, revisa tus entradas y páginas para ver si se han importado correctamente los metadatos."],"Step 3: Check your data":["Paso 4: Comprueba tus datos"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Esto importará los metadatos de entrada, como los títulos y descripciones SEO, en tus metadatos de %1$s. Solo lo hará si no hay aún metadatos de %1$s. Los datos originales seguirán en su sitio."],"Step 2: Import":["Paso 2: Importar"],"Please make a backup of your database before starting this process.":["Por favor, haz una copia de seguridad de tu base de datos antes de empezar este proceso."],"Step 1: Create a backup":["Paso 1: Crea una copia de seguridad"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Hemos detectado datos de uno o más plugins SEO en tu sitio. Por favor, sigue los siguientes pasos para importar los datos:"],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":["%s no detectó ningún dato de plugins desde los que pueda hacer una importación."],"Posts that should not show up in search results":["Entradas que no deberían mostrarse en los resultados de búsqueda"],"%s data found.":["%s datos encontrados."],"%s data successfully removed.":["%s datos borrados con éxito."],"%s data successfully imported.":["%s datos importados con éxito."],"%s data not found.":["%s datos no encontrados."],"Improve your SEO skills":["Mejora tus habilidades SEO"],"24/7 email support":["Soporte por correo electrónico 24/7"],"No more dead links a.k.a. 404 pages":["No más enlaces muertos, también conocidos como páginas 404"],"Get real-time suggestions for internal links":["Consigue sugerencias en tiempo real de enlaces internos"],"Preview your page in Facebook and Twitter":["Vista previa de tu página en Facebook y Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Haz clic en el botón \"%3$s\" para usar la meta description ya establecida en el ajuste de %1$sapariencia en el buscador%2$s."],"Help on copying the home meta description":["Ayuda sobre como copiar la meta description de portada"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Para permitir a los motores de búsqueda saber qué perfiles sociales están asociados a este sitio introduce los datos de los perfiles sociales de tu sitio a continuación."],"Learn more about your social profiles settings":["Aprende más sobre los ajustes de tus perfiles sociales"],"Remove the categories prefix":["Elimina el prefijo de las categorías"],"Help on the category prefix setting":["Ayuda sobre el ajuste del prefijo en las categorías"],"Learn more about the available variables":["Aprende más sobre las variables disponibles"],"Learn more about the RSS feed setting":["Aprende más sobre el ajuste del RSS feed"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Cuando subes medios (una imagen o un vídeo, por ejemplo) a WordPress, no guarda solo el medio, crea también una URL de adjunto para él. Estas páginas de adjuntos están bastante vacías: contienen el elemento del medio y puede que un título si lo has introducido. Debido a esto, si nunca usas estas URLs de adjuntos, es mejor desactivarlas, y redirigirlas al medio mismo."],"Learn more about the Media and attachment URLs setting":["Aprende más sobre el ajuste de medios y URLs de adjuntos"],"Learn more about the title separator setting":["Aprende más sobre el ajustes del separador de título"],"Learn more about the knowledge graph setting":["Aprende más sobre el ajuste de knowledge graph"],"Learn more about the homepage setting":["Aprende más sobre el ajuste de portada"],"Learn more about the special pages setting":["Aprende más sobre el ajustes de páginas especiales"],"Help on the date archives search results setting":["Ayuda sobre el ajuste de resultados de búsqueda en archivos por fecha"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar los archivos de autor sin entradas en los resultados de búsqueda técnicamente significa que tendrán un meta robots %1$s y que se excluirán de los mapas del sitio XML. %2$sMás información sobre los ajustes de resultados de búsqueda%3$s."],"Help on the authors without posts archive search results setting":["Ayuda sobre el ajuste de autores sin entradas en los resultados de búsqueda"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar los archivos de autor en los resultados de búsqueda técnicamente significa que tendrán un meta robots %1$s y que se excluirán de los mapas del sitio XML. %2$sMás información sobre los ajustes de resultados de búsqueda%3$s."],"Help on the author archives search results setting":["Ayuda sobre el ajuste de archivos de autor en los resultados de búsqueda"],"Archives settings help":["Ayuda sobre los ajustes en archivos"],"Learn more about the archives setting":["Aprende más sobre el ajuste de archivos"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obtén tu código de verificación de Yandex en las %1$sherramientas para webmasters de Yandex%2$s."],"Yandex verification code":["Código de verificación de Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obtén tu código de verificación de Google en %1$sla Search Console de Google%2$s."],"Google verification code":["Código de verificación de Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obtén tu código de verificación de Bing en %1$slas herramientas para webmasters de Bing%2$s."],"Bing verification code":["Código de verificación de Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Puedes usar las cajas siguientes para verificar las distintas herramientas para webmasters. Esta característica añadirá una meta tag de verificación en tu portada. Sigue los enlaces a las distintas herramientas para webmasters y mira las instrucciones para el método de verificación de la meta tag con el que conseguir el código de verificación. Si tu sitio ya está verificado puedes olvidarte de esto."],"Learn more about the Webmaster Tools verification":["Aprende más sobre la verificación en las herramientas para webmasters"],"On":["Activo"],"Help on: %s":["Ayuda sobre: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s tiene un montón de características. Puedes activar / desactivar algunas de ellas a continuación. Al hacer clic en el signo de interrogación se muestra más información sobre la característica."],"Off":["Inactivo"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["La sección avanzada de la caja meta de %1$s permite a un usuario eliminar entradas de los resultados de búsqueda o cambiar el canonical. Estas son cosas que puede que no quieras que haga un autor. Es por ello que, por defecto, solo los editores y administradores pueden hacerlo. Establecer esto a \"%2$s\" permitirá a todos los usuarios cambiar estos ajustes."],"Security: no advanced settings for authors":["Seguridad: sin ajustes avanzados para los autores"],"See who contributed to %1$s.":["Mira quién ha contribuido a %1$s."],"Help on this search results setting":["Ayuda sobre este ajuste de resultados de búsqueda"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar los archivos de %1$s en los resultados de búsqueda técnicamente significa que tendrán un meta robots %2$s y que se excluirán de los mapas del sitio XML. %3$sMás información sobre los ajustes de resultados de búsqueda%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar %1$s en los resultados de búsqueda técnicamente significa que tendrán un meta robots %2$s y que se excluirán de los mapas del sitio XML. %3$sMás información sobre los ajustes de resultados de búsqueda%4$s."],"Check SEO configuration":["Comprobar configuración SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["¿Quieres asegurarte de que tus ajustes de %1$s estén aún bien? %2$sAbre de nuevo el asistente de configuración%3$s para validarlos."],"Default for %2$s, currently: %1$s":["Por defecto es %2$s, actualmente: %1$s"],"Show %s in search results?":["¿Mostramos %s en los resultados de búsqueda?"],"this author's archives":["archivos de este autor"],"Do not allow search engines to show %s in search results.":["No permitir a los motores de búsqueda mostrar %s en los resultados."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["En WordPress, las URL de las categorías contienen un prefijo, generalmente %s, esta característica elimina ese prefijo, únicamente en las categorías."],"Category URLs":["URLs de categorías"],"the archive for %s":["el archivo para %s"],"Redirect attachment URLs to the attachment itself?":["¿Redirigir las URL de adjuntos a los propios adjuntos?"],"We recommend you set this to Yes.":["Recomendamos establecer esto a Sí."],"Media & attachment URLs":["URL de medios y adjuntos"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Esto es lo que se muestra en los resultados de búsqueda cuando las personas encuentran tu página de inicio. Significa que esto es probablemente lo que verán cuando busquen su nombre de marca."],"date archives":["archivos por fecha"],"archives for authors without posts":["archivos para autores sin entradas"],"Read why XML Sitemaps are important for your site.":["Lee por qué los mapas del sitio XML son importantes para tu sitio."],"Enable the XML sitemaps that %s generates.":["Activar los mapas del sitio XML que genera %s."],"See the XML sitemap.":["Ver el mapa del sitio XML."],"%2$s (current default for %1$s)":["%2$s (actualmente por defecto para %1$s)"],"Media":["Medios"],"Content Types":["Tipos de contenido"],"Should search engines follow links on this %1$s?":["¿Deberían los motores de búsqueda seguir enlaces en esta %1$s?"],"Allow search engines to show this %s in search results?":["¿Permitir a los motores de búsqueda mostrar esta %s en los resultados?"],"Search Appearance":["Apariencia en el buscador"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Por favor, especifica qué tipos de contenido quieres que aparezcan en los motores de búsqueda. Si no conoces las diferencias entre ellos, es mejor que elijas los ajustes por defecto."],"Search engines should show \"%1$s\" in search results:":["Los motores de búsqueda deberían mostrar \"%1$s\" en los resultados:"],"Search engine visibility":["Visibilidad en los motores de búsqueda"],"Toggle %1$s's XML Sitemap":["Alternar mapa del sitio XML de %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Las peticiones de soporte que has creado aquí se enviaron directamente a nuestro sistema de soporte, que está asegurado con SSL de 256 bits, así que la comunicación es 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La característica de contenido esencial te permite marcar y filtrar contenido esencial de tu web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si tienes algún problema que no puedas resolver con nuestros tutoriales en vídeo o base de conocimiento puedes enviar un mensaje a nuestro equipo de soporte. Puedes contactar con ellos 24/7."],"Good results":["Buenos resultados"],"Get better search results in local search":["Consigue mejores resultados de búsqueda en la búsqueda local"],"Allow customers to pick up their %s order locally":["Permite a tus clientes recoger su pedido de %s en tu local"],"SEO analysis":["Análisis SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["El análisis SEO ofrece sugerencias para mejorar el SEO de tu texto."],"Learn how the SEO analysis can help you rank.":["Aprende cómo puede el análisis SEO mejorar tu posicionamiento."],"The readability analysis offers suggestions to improve the structure and style of your text.":["El análisis de legibilidad ofrece sugerencias para mejorar la estructura y estilo de tu texto."],"Discover why readability is important for SEO.":["Descubre por qué la legibilidad es importante para el SEO."],"Find out how cornerstone content can help you improve your site structure.":["Descubre cómo el contenido esencial puede ayudarte a mejorar la estructura de tu sitio."],"The text link counter helps you improve your site structure.":["El contador de enlaces de texto te ayuda a mejorar la estructura de tu sitio."],"Find out how the text link counter can enhance your SEO.":["Descubre cómo el contador de enlaces de texto puede mejorar tu SEO."],"%s integration":["Integración con %s"],"Read more about how %s works.":["Lee más acerca de cómo funciona %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta característica si quieres que Facebook y otras redes sociales muestren una vista previa con imágenes y un extracto de texto cuando se comparta un enlace de tu sitio."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta característica si quieres que Twitter muestre una vista previa con imágenes y un extracto de texto cuando se comparta un enlace de tu sitio."],"Find out why you should upgrade to %s":["Descubre por qué deberías actualizar a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Últimos artículos del blog de %1$s"],"Need help?":["¿Necesitas ayuda?"],"Remove highlight from the text":["Quitar el resaltado del texto"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["¡Comienza ya mismo con el %2$sasistente de configuración%3$s de %1$s!"],"First-time SEO configuration":["Configuración SEO inicial"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["El idioma de tu sitio está configurado a {language}. Si esto no es correcto contacta con el administrador de tu sitio."],"Your site language is set to {language}.":["El idioma de tu sitio está configurado a {language}."],"Highlight this result in the text":["Resalta este resultado en el texto"],"Considerations":["Consideraciones"],"Errors":["Errores"],"Change language":["Cambiar idioma"],"You cannot create a %s file.":["No puedes crear un archivo %s."],"You cannot edit the %s file.":["No puedes editar el archivo %s."],"Updated %s":["%s actualizado"],"Create %s file":["Crear archivo %s"],"Edit the content of your %s:":["Editar el contenido de tu %s:"],"Save changes to %s":["Guardar cambios a %s"],"%s file":["archivo %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin que les ayude. Por favor, instala %3$s para hacer tu vida más fácil. %4$s."],"More information":["Más información"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin que les ayude. Por favor, activa %3$s para hacer tu vida más fácil."],"More information about %1$s":["Más información sobre %1$s"],"Configuration Wizard":["Asistente de configuración"],"You've done it!":["¡Lo has hecho!"],"Seamlessly integrate %1$s into your AMP pages!":["¡Integra %1$s en tus páginas AMP!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["¡Integra sin problemas el análisis de contenido de %2$s con %1$s!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin auxiliar. Instala %3$s para hacer tu vida más fácil."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Los ajustes de apariencia en el buscador para %1$s están formados por variables que se reemplazan por valores específicos de la página cuando esta se muestra. La tabla de abajo contiene una lista de las variables disponibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marca la %1$s más importante como 'contenido esencial' para mejorar la estructura de tu sitio. %2$sAprende más sobre contenido esencial%3$s."],"Loading help center.":["Cargando el centro de ayuda."],"Get support":["Obtén soporte"],"(Opens in a new browser tab)":["(Se abre en una nueva pestaña del navegador)"],"Posts %1$swithout%2$s a focus keyphrase":["Entradas %1$ssin%2$s frase clave objetivo"],"Hey, your SEO is doing pretty well! Check out the stats:":["¡Eh, tu SEO está funcionando bastante bien! Echa un vistazo a las estadísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["No tienes ninguna entrada publicada. ¡Tus puntuaciones SEO aparecerán aquí una vez hagas tu primera entrada!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["En esta página puedes cambiar el nombre de tu sitio y elegir qué separador usar. El separador se mostrará, por ejemplo, entre el título de tu entrada y el nombre\ndel sitio. Los símbolos se muestran en el tamaño en que aparecerán en los\nresultados de búsqueda. Elige el que se adapte mejor a tu marca o que ocupe\nel menor espacio posible en los snippets."],"Something else":["Algo más"],"A portfolio":["Un portafolio"],"A corporation":["Una empresa"],"A small offline business":["Un pequeño negocio offline"],"A news channel":["Un canal de noticias"],"An online shop":["Una tienda online"],"A blog":["Un blog"],"What does the site %1$s represent?":["¿A qué representa el sitio %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Si eliges que no, no se activará ningún archivo de autor para evitar\nproblemas de contenido duplicado."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: no almacenamos tus datos de ningún modo, y no tenemos acceso completo a tu cuenta. Tu privacidad está a salvo con nosotros."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s se integra con la Google Search Console, una herramienta imprescindible para los propietarios de sitios. Te ofrece información sobre el estado de tu sitio. ¿Aún no tienes una cuenta de Google o no has activado tu sitio? Aprende a %2$sconectar la Google Search Console a tu sitio%3$s."],"Option B: My site is under construction and should not be indexed":["Opción B: Mi sitio está en construcción y no debería indexarse"],"Option A: My site is live and ready to be indexed":["Opción A: Mi sitio está en directo y listo para indexar"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Elige en construcción si quieres mantener el sitio fuera de los índices\nde los motores de búsqueda. No olvides activarlo una vez estés listo\npara publicar tu sitio."],"Please specify if your site is under construction or already active.":["Por favor, especifica si tu sitio está en construcción o si ya está activo."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Esta información se usará en la ficha de Google Knowledge Graph, el gran bloque\nde información que verás a la derecha de los resultados de búsqueda."],"Read more like this on our SEO blog":["Lee más como esto en nuestro blog de SEO"],"Readability: %s":["Legibilidad: %s"],"Not activated":["Sin activar"],"Activated":["Activa"],"%1$s recommendations for you":["Recomendaciones de %1$s para ti"],"All Readability Scores":["Todas las puntuaciones de legibilidad"],"Filter by Readability Score":["Filtrar por puntuación de legibilidad"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["¡No estás recibiendo actualizaciones ni soporte! Soluciona este problema añadiendo este sitio y activando %1$s en %2$s."],"Request method %1$s is not valid.":["El método de petición %1$s no es válido."],"Muted notifications:":["Avisos silenciados:"],"Muted problems:":["Problemas silenciados:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["¿Quieres previsualizar lo que verá la gente si comparte esta entrada en %1$s? Puedes, con %2$s."],"Good job! All the links in your texts have been counted.":["¡Buen trabajo! Todos los enlaces en tus textos se han contabilizado."],"Calculation completed.":["Cálculo completado."],"Calculation in progress...":["Cálculo en progreso…"],"Stop counting":["Parar el conteo"],"Counting links in your texts":["Contando enlaces en tus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s procesado."],"All your texts are already counted, there is no need to count them again.":["Se han contado todos tus textos, no hay necesidad de contarlos de nuevo."],"Count links in your texts":["Cuenta los enlaces en tus textos"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Es necesario contabilizar todos los enlaces de tus textos públicos. Esto ofrecerá ideas de qué textos necesitan más enlaces. Si quieres saber más sobre por qué y cómo enlazar internamente echa un vistazo a %1$seste artículo sobre enlaces internos en %2$s%3$s."],"Text link counter":["Contador de enlaces en textos"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de enlaces internos que enlazan a esta entrada. Revisa el texto en las «Columnas Yoast» de la pestaña de ayuda para más información."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de enlaces salientes de esta entrada. Revisa el texto «Columnas Yoast» de la pestaña de ayuda para más información."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s añade varias columnas a esta página. Hemos escrito un artículo sobre %2$scómo usar la puntuación SEO y de legibilidad%3$s. Las columnas de enlaces muestran el número de artículos de este sitio enlazando %5$sa%6$s este artículo y el número de URLs enlazadas %5$sdesde%6$s este artículo. Aprende más sobre %4$scómo usar estas utilidades para mejorar tu enlazado interno%3$s, lo que mejora enormemente tu SEO."],"%s Columns":["Columnas %s"],"Readability score":["Puntuación de legibilidad"],"Other benefits of %s for you:":["Otros beneficios de %s para ti:"],"Scroll to see the preview content.":["Navega para ver la vista previa del contenido."],"Cornerstone content":["Contenido esencial"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s ahora se ocupará de toda la optimización técnica necesaria para tu sitio. Para mejorar de verdad el rendimiento de tu sitio en los resultados de búsqueda es importante empezar a crear contenido que puntúe bien por las frases clave que te interesen. Revisa este vídeo en el que explicamos como usar la caja meta %1$s cuando editas entradas y páginas."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["¡Si quieres ganar a tu competencia en una región o ciudad específica echa un vistazo a nuestro plugin %1$s! Podrás insertar fácilmente mapas de Google, horarios de apertura, información de contacto y localizadores de tienda. Además de todo esto %1$s te ayuda a mejorar la usabilidad de tu página de contacto. "],"Attract more customers near you":["Atrae más clientes cerca de ti"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["¿Quieres conocer todos los secretos del plugin %1$s? ¿Quieres aprender todo sobre nuestros ajustes avanzados? ¿Quieres ser realmente capaz de sacar el máximo partido del plugin %1$s? ¡Echa un vistazo a nuestro entrenamiento del plugin %1$s y empieza a ganar a tu competencia!"],"Get the most out of %1$s with the %2$s":["Saca el máximo partido de %1$s con el %2$s"],"Upgrade to Premium":["Actualizar a premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["¿Quieres ganar a tu competencia? %1$s te ofrece fantásticas características adicionales que te ayudarán a configurar tu estrategia SEO como un profesional. Añade sinónimos y palabras clave relacionadas, nuestro análisis SEO Premium el gestor de redirecciones y nuestra herramienta de enlaces internos. %1$s también te dará acceso a soporte premium."],"Outrank the competition with %s":["Gana a tu competencia con %s"],"You might like":["Te podría gustar"],"Newsletter":["Boletín"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Hemos detectado que no has completado aún este asistente, así que te recomendamos que %2$sinicies el asistente de configuración para configurar %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["El asistente de configuración te ayudar a configurar con facilidad tu sitio para conseguir los ajustes SEO óptimos."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Hazte Premium y nuestros expertos responderán cualquier pregunta que puedas tener acerca de la configuración y el uso del plugin."],"Superfast internal linking suggestions":["Sugerencias super rápidas sobre enlaces internos"],"Great news: you can, with %1$s!":["¡Buenas noticias: puedes hacerlo, con %1$s!"],"Save changes":["Guardar cambios"],"1 year free support and updates included!":["¡1 año de soporte y actualizaciones gratuitas incluido!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["El plugin %2$s cambia el código de tu sitio haciendo diferencias entre los motores de búsqueda y los usuarios normales, un proceso llamado cloaking. Recomendamos encarecidamente que lo desactives."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sVista previa en redes sociales%2$s: Facebook y Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo más enlaces muertos%2$s: sencillo gestor de redirecciones"],"No ads!":["¡Sin anuncios!"],"Facebook & Twitter":["Facebook y Twitter"],"Social media preview":["Vista previa en redes sociales"],"Easy redirect manager":["Sencillo gestor de redirecciones"],"No more dead links":["No más enlaces muertos"],"Increase your SEO reach":["Aumenta tu alcance SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Si quieres más ayuda para crear contenido impactante revisa nuestro %2$scurso de escritura SEO%3$s. ¿Quieres conocer todas las características del plugin?, ¡plantéate hacer nuestro %1$s!"],"Variable":["Variable"],"Available variables":["Variables disponibles"],"Scroll to see the table content.":["Navega para ver el contenido de la tabla."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Por favor, si necesitas ayuda, revisa %1$snuestro artículo sobre cómo conectar tu web a Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Ocurrió un error en la evaluación '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s de las palabras contiene %2$smás de %3$s sílabas%4$s, que es más que el máximo recomendado: %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s de las palabras contienen %2$smás %3$s sílabas%4$s, que es menor o igual que el máximo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Esto es ligeramente menos que el mínimo recomendado de %5$d palabra. %3$sEscribe un poco más%4$s.","Esto es ligeramente menos que el mínimo recomendado de %5$d palabras. %3$sEscribe un poco más%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La meta description contiene %1$d frase %2$sde más de %3$s palabras%4$s. Trata de acortar esta frase.","La meta description contiene %1$d frases %2$sde más de %3$s palabras%4$s. Trata de acortar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La meta description no contiene frases %1$sde más de %2$s palabras%3$s."],"No new notifications.":["No hay nuevos avisos."],"Save all":["Guardar todo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, autor en %2$s"],"Mobile preview":["Vista previa móvil"],"Desktop preview":["Vista previa escritorio"],"Select redirect":["Elige redirección"],"Please provide an SEO title by editing the snippet below.":["Por favor introduce un título SEO editando el snippet de abajo."],"Meta description preview:":["Vista previa de la meta description:"],"Slug preview:":["Vista previa del slug:"],"SEO title preview:":["Vista previa del título SEO:"],"Close snippet editor":["Cerrar el editor de snippet"],"Slug":["Slug"],"Remove marks in the text":["Quitar marcas del texto"],"Mark this result in the text":["Marca este resultado en el texto"],"Marks are disabled in current view":["Las marcas están desactivadas en la vista actual"],"Good SEO score":["Puntuación SEO buena"],"OK SEO score":["Puntuación SEO aceptable"],"Feedback":["Feedback"],"ok":["fácil"],"Choose an image":["Elige una imagen"],"Remove the image":["Quita la imagen"],"MailChimp signup failed:":["El registro en Mailchimp ha fallado:"],"Sign Up!":["¡Regístrate!"],"Name":["Nombre"],"There is an error with the request.":["Ocurrió un error en la petición."],"Select profile":["Elige perfil"],"Choose a profile":["Elige un perfil"],"Authorization code":["Código de autorización"],"Reauthenticate with Google":["Volver a identificar con Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para permitir que %s obtenga tu información de la consola de búsqueda de Google, por favor, introduce tu código de autorización de Google. Al hacer clic en el botón de abajo se abrirá una nueva ventana. "],"Please provide a meta description by editing the snippet below.":["Por favor introduce una meta description editando el snippet de abajo."],"Edit snippet":["Editar snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Puedes hacer clic en cualquier elemento de la vista previa para ir al editor del snippet."],"Close the Wizard":["Cerrar el asistente"],"Export settings":["Exportar ajustes"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Asistente de configuración"],"Please don't show me this notification anymore":["Por favor, no me muestres más este aviso"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Si estás teniendo problemas, %1$spor favor, envía un informe de fallos%2$s y haremos todo lo posible para ayudarte."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Hemos observado que has estado usando %1$s desde hace algún tiempo; ¡esperamos que te guste! ¡Nos encantaría que pudieras %2$sdejarnos una valoración de 5 estrellas en WordPress.org%3$s!"],"Courses":["Cursos"],"Date archives settings":["Ajustes de archivos por fecha"],"Author archives settings":["Ajustes de archivos de autor"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Aviso: la variable %s no puede usarse en esta plantilla. Revisa el centro de ayuda para más información."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Por cierto, ¿sabías que también tenemos un %1$splugin Premium%2$s? Ofrece funcionalidades avanzadas, como un gestor de redirecciones y compatibilidad con múltiples frases clave. También incluye soporte personal 24/7."],"(no title)":["(sin título)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["El menú de la barra de administración de %1$s contiene enlaces útiles de herramientas de terceros con las que analizar páginas y facilitarte ver si tienes nuevos avisos."],"Admin bar menu":["Menú de la barra de administración"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s puede comprobar a diario si tu sitio aún está indexado en los motores de búsqueda, y %2$s te avisará cuando no sea así."],"Features":["Características"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Aunque hemos tratado que configurar %1$s sea lo más fácil posible, entendemos que puede ser intimidante. Si prefieres que configuremos %1$s por ti (y de paso tener una copia de %2$s) ¡contrata nuestro %3$s%1$sservicio de configuración de %4$s aquí!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bienvenido al asistente de instalación de %1$s. ¡En unos pocos pasos te ayudaremos a configurar tus ajustes SEO para que se ajusten a las necesidades de tu web!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google muestra el nombre de tu web en los resultados de búsqueda, y si quieres cambiarlo, puedes hacerlo aquí."],"Greater than sign":["Símbolo mayor que"],"Less than sign":["Símbolo de menor que"],"Right angle quotation mark":["Comilla inclinada a la derecha"],"Left angle quotation mark":["Comilla inclinada a la izquierda"],"Small tilde":["Tilde pequeña"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco bajo"],"Asterisk":["Asterisco"],"Bullet":["Viñeta"],"Middle dot":["Punto medio"],"Em dash":["Guión largo"],"En dash":["Guión corto"],"Dash":["Guión"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Elige qué símbolo utilizar como separador de título. Se mostrará, por ejemplo, entre el título de tu publicación y el nombre del sitio. Los símbolos se muestran en el tamaño en el que aparecerán en los resultados de búsqueda."],"The name of the person":["El nombre de la persona"],"No":["No"],"Yes":["Sí"],"Does, or will, your site have multiple authors?":["¿Tiene o tendrá tu sitio varios autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genera automáticamente una URL para cada elemento multimedia existente en la biblioteca. Activando esto permitirá a Google indexar la URL generada."],"Success!":["¡Lo lograste!"],"Title settings":["Ajustes de título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Varios autores"],"Site type":["Tipo de sitio"],"Environment":["Entorno"],"Yoast option %1$s not found.":["El ajuste %1$s de Yoast no está disponible."],"Google Structured Data Test":["Test de datos estructurados de Google"],"Posts list":["Lista de entradas"],"Posts list navigation":["Navegación por la lista de entradas"],"Filter posts list":["Filtrar la lista de entradas"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Observa que los enlaces a los archivos aún podrían verse en tu tema y que puede que tengas que quitarlos por tu cuenta."],"%1$s to optimize your site even further":["%1$s para optimizar tu sitio aún más"],"%1$s extensions":["Extensiones de %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Incluye nuestra garantía de reembolso de 30 días sin preguntas"],"More information %1$sabout %3$s%2$s":["Más información %1$ssobre %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtén acceso a nuestro equipo de soporte 24/7."],"Premium support":["Soporte premium"],"check what your Facebook or Twitter post will look like.":["comprueba cómo se verá tu publicación en Facebook o Twitter."],"Social previews":["Vistas previas sociales"],"create and manage redirects from within your WordPress install.":["crea y administra redirecciones desde dentro de tu instalación de WordPress."],"Redirect manager":["Gestor de redirecciones"],"%1$s, take your optimization to the next level!":["¡%1$s, lleva tu optimización al siguiente nivel!"],"A seamless integration between %1$s and %2$s":["Integración sin fisuras entre %1$s y %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utiliza las migas de pan de %1$s en vez de las de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inserción sencilla de Google Maps, un localizador de tiendas, horas de apertura y más"],"Creates XML News Sitemaps":["Crea mapas del sitio XML de noticias"],"Immediately pings Google on the publication of a new post":["Hace inmediatamente ping a Google cada vez que se publica una nueva entrada"],"Optimize your site for Google News":["Optimiza tu sitio para Google News"],"Make videos responsive through enabling fitvids.js":["Haz que los vídeos sean adaptables activando fitvids.js"],"Enhance the experience of sharing posts with videos":["Mejora la experiencia compartiendo entradas con vídeos"],"Show your videos in Google Videos":["Muestra tus vídeos en Google Videos"],"Crawl issues list":["Lista de problemas de rastreo"],"Crawl issues list navigation":["Navegación por la lista de problemas de rastreo"],"Edit “%s”":["Modificar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Avisos"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Quita la pestaña de frase clave de la caja meta y desactiva todas las sugerencias relacionadas con el SEO."],"Disable SEO analysis":["Desactivar análisis SEO"],"Twitter settings":["Ajustes de Twitter"],"Pinterest settings":["Ajustes de Pinterest"],"Facebook settings":["Ajustes de Facebook"],"Title separator symbol":["Símbolo separador del título"],"RSS feed settings":["Ajustes del feed RSS"],"Breadcrumbs settings":["Ajustes de migas de pan"],"Make primary":["Hacer principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Introduce tu código de autorización de Google y pulsa el botón Autorizar."],"%s notification":["%s aviso","%s avisos"],"Disable readability analysis":["Desactivar el análisis de legibilidad"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Quita la pestaña de legibilidad de la caja meta y desactiva todas las sugerencias relacionadas con la legibilidad."],"Readability analysis":["Análisis de legibilidad"],"Needs improvement":["Necesita mejorar"],"Readability":["Legibilidad"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Estás tratando de cargar archivos sin minimizar. Estos solo están disponibles en nuestro paquete de desarrollo. Revisa %1$s para ver todos los archivos originales."],"Improvements":["A mejorar"],"Restore this item.":["Restaurar este elemento."],"Dismiss this item.":["Descartar este elemento."],"Good job! We could detect no serious SEO problems.":["¡Buen trabajo! No hemos podido detectar ningún problema grave de SEO."],"We have detected the following issues that affect the SEO of your site.":["Hemos detectado los siguientes problemas que afectan al SEO de tu sitio."],"Problems":["Problemas"],"Analysis":["Análisis"],"Not available":["No disponible"],"Filter by SEO Score":["Filtrar por puntuación SEO"],"Meta description not set.":["No se ha definido la meta description."],"Video tutorial":["Videotutorial"],"Email support is a %s feature":["El soporte por correo electrónico es una característica %s"],"Knowledge base":["Base de conocimientos"],"Open":["Abrir"],"Dashboard":["Escritorio"],"You can fix this on the %1$sPermalink settings page%2$s.":["Puedes solucionar este problema en la %1$spágina de ajustes de enlaces permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La paginación de comentarios está activada, esto no es necesario en 999 de 1000 casos, te recomendamos desactivarla."],"Replaced with the primary category of the post/page":["Reemplazado con la categoría principal de la entrada/página"],"Pinterest confirmation":["Confirmación de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Si ya has confirmado tu web en Pinterest puedes saltarte este paso."],"Format-based archives":["Archivos de formatos"],"Webmaster Tools verification":["Verificación en las herramientas para webmasters"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["¡Sigue nuestra %1$s formación para WordPress y conviértete en un experto %1$s certificado!"],"Want to be a %s Expert?":["¿Quieres ser un experto en %s?"],"Buy %s":["Comprar %s"],"Show information about errors in category %s":["Mostrar información de errores de la categoría %s"],"New %1$s Title":["Nuevo título de %1$s"],"Existing %1$s Title":["Título %1$s existente"],"Expected an integer as input.":["Se esperaba un número entero."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Se ha intentado crear la clave de cache del mapa del sitio pero la combinación de sufijo y prefijo deja demasiado abiertas las opciones. Es posible que quieras mostrar una página que no esté en el rango deseado."],"Remove":["Quitar"],"Keep":["Conservar "],"Bold the last page":["Última página en negrita"],"Regular":["Normal"],"Bold":["Negrita"],"Show Blog page":["Mostrar la página del blog"],"Primary %s":["Principal %s"],"Primary":["Principal"],"Make %1$s primary %2$s":["Hacer %1$s primario %2$s"],"Term is set to noindex.":["El término se ha etiquetado como noindex"],"Author archives":["Archivos de autor"],"Show":["Mostrar"],"Enabled":["Activo"],"Disabled":["Inactivo"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s no ha obtenido aún el estado de indexación de tu sitio desde %2$s"],"The separator defined in your theme's %s tag.":["El separador definido en la etiqueta %s de tu tema."],"No index":["No indexar"],"Analyze entire site":["Analizar el sitio completo"],"Fetch the current status":["Consultar el estado actual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s no ha sido capaz de obtener el estado de indexación de tu sitio%3$s desde %4$s"],"Your homepage can be indexed by search engines.":["Tu página de inicio puede ser indexada por los motores de búsqueda."],"Indexability check by %1$s":["Comprobación de indexación de %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Si quieres utilizar una imagen para compartir en %1$s puedes subir/elegir una imagen o añadir aquí la URL de la imagen."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Si quieres utilizar otro texto diferente a la meta description para compartir en %1$s escríbelo aquí."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Si quieres utilizar otro texto diferente al title para compartir en %1$s escríbelo aquí."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sTu página principal no puede ser indexada por los motores de búsqueda%2$s. Esto es muy perjudicial para el SEO y debe ser solucionado."],"Once Weekly":["Una vez por semana"],"Add-ons":["Extras"],"SEO score":["Puntuación SEO"],"Twitter metadata":["Metadatos de Twitter"],"Facebook / Open Graph metadata":["Metadatos de Facebook/Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculando la puntuación SEO para todo el contenido con frase clave objetivo."],"%1$s of %2$s done.":["%1$s de %2$s hecho."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Hemos actualizado nuestro algoritmo de puntuación SEO. %1$sRecalcula las puntuaciones SEO%2$s de todas las entradas y páginas."],"Team Yoast":["Equipo Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La primera verdadera solución SEO todo en uno para WordPress, incluyendo análisis de contenido de páginas, mapas del sitio en XML y mucho más."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ha fallado la activación:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["La extensión filtro parece no estar disponible. Por favor, pide a tu proveedor de alojamiento web que la habilite."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["La instalación del plugin %1$s no se ha completado. Por favor, consulta las %2$sinstrucciones de instalación%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["La extensión de librería estándar PHP (SPL) parece no estar disponible. Por favor, pide a tu proveedor de hosting que la active. "],"SEO Settings":["Ajustes SEO"],"Mobile-Friendly Test":["Prueba de compatibilidad para móviles"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["Validador de CSS"],"HTML Validator":["Validador de HTML"],"Pinterest Rich Pins Validator":["Validador de Pinterest Rich Pins"],"Facebook Debugger":["Depurador de Facebook"],"Check Headers":["Comprobar cabeceras"],"Check Google Cache":["Comprobar la caché de Google "],"Analyze this page":["Analizar esta página"],"Keyword Research":["Análisis de frases clave"],"%s does not seem to be a valid url. Please correct.":["%s no parece ser una url válida. Por favor corrigelo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s no parece que sea una cadena válida de verificación de %2$s. Por favor corrígelo."],"%s Archive":["%s archivo"],"You searched for %s":["Has buscado %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s no parece ser un user-id válido de Twitter. Por favor, corrígelo."],"Summary with large image":["Resumen con imagen grande"],"Summary":["Resumen"],"The post %1$s appeared first on %2$s.":["La entrada %1$s se publicó primero en %2$s."],"No numeric value was received.":["Ningún valor numérico recibido."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Debe ser un blog existente. El blog %s no existe o ha sido marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["La configuración predeterminada del blog debe ser el ID numérico del blog que quires utilizar como predeterminado."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s no es una elección válida para quien debería tener acceso a los ajustes de %2$s. El valor se ha devuelto al predeterminado."],"Please select a valid post type for taxonomy \"%s\"":["Por favor elige un tipo de contenido válido para la taxonomía \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor, elige una taxonomía válida para el tipo de contenido \"%s\""],"You searched for":["Has buscado por"],"Home":["Portada"],"Archives for":["Archivo de"],"Error 404: Page not found":["Error 404: Página no encontrada"],"Good":["Bien"],"Replaced with a custom taxonomies description":["Reemplazado con una descripción personalizada de taxonomías "],"Replaced with a posts custom taxonomies, comma separated.":["Reemplazado con taxonomías personalizadas de entradas, separados por comas."],"Replaced with a posts custom field value":["Reemplazado con un valor del campo personalizado de las entradas"],"Replaced with the slug which caused the 404":["Reemplazado por el slug que causó el 404"],"Replaced with the posts focus keyphrase":["Reemplazado con la frase clave objetivo de las publicaciones"],"Attachment caption":["Pié de foto del adjunto"],"Replaced with the current page number":["Reemplazado por el número de página actual"],"Replaced with the current page total":["Reemplazado por el total de la página actual."],"Replaced with the current page number with context (i.e. page 2 of 4)":["Reemplazado por el número actual de página en el contexto (por ejemplo, página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Reemplazado por la «Información biográfica» del autor de la entrada/página"],"Replaced with the post/page author's 'nicename'":["Reemplazado con el nombre «bonito» del autor de la entrada/página."],"Replaced with the post/page ID":["Reemplazado con la ID de entrada/página"],"Replaced with the post/page modified time":["Reemplazado con la fecha de modificación de la entrada/página"],"Replaced with the content type plural label":["Reemplazado con la etiqueta en singular del tipo de contenido"],"Replaced with the content type single label":["Reemplazado con la etiqueta en singular del tipo de contenido"],"Replaced with the current search phrase":["Reemplazado con la frase de búsqueda actual"],"Replaced with the term name":["Reemplazado con el nombre del término"],"Replaced with the term description":["Reemplazado con la descripción del término"],"Replaced with the tag description":["Reemplazado con la descripción de la etiqueta"],"Replaced with the category description":["Reemplazado con la descripción de la categoría"],"Replaced with the post categories (comma separated)":["Reemplazar con las categorías de la entrada (separadas con coma)"],"Replaced with the current tag/tags":["Reemplazado con la(s) etiqueta(s) actuales "],"Replaced with the post/page excerpt (without auto-generation)":["Reemplazado con el extracto de la entrada/página (sin autogeneración)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Reemplazado con el extracto de la entrada/página (o la autogenerada si no existe)"],"The site's name":["El nombre del sitio"],"Replaced with the title of the parent page of the current page":["Reemplazado con el título de la página superior de la página actual"],"Replaced with the title of the post/page":["Reemplazado con el título de la entrada/página"],"Replaced with the date of the post/page":["Reemplazado con los datos de la entrada/página"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["No puedes sustituir una variable de reemplazo estándar de WPSEO registrando una variable con el mismo nombre. Usa el filtro «wpseo_replacements» en vez de ajustar el valor de reemplazo."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Una variable de reemplazo con el mismo nombre ya ha sido registrada. Trata de hacer que el nombre de variable sea diferente y único."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Una variable de reemplazo no puede comenzar por \"%%cf_\" or \"%%ct_\" debido a que estas están reservadas para variables estándar de WPSEO para campos y taxonomías personalizadas. Intenta elegir nombres de variables únicos."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Una variable de reemplazo solamente puede contener caracteres alfanuméricos, guión bajo, o guión normal. Intenta renombrar tu variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Aviso solo para el Administrador: esta página no muestra una meta description porque no la tiene. Haz una de estas dos cosas: escribe una específicamente para esta página o ve al menú [%1$s - %2$s] y configura una plantilla."],"Page not found":["Página no encontrada"],"%s Archives":["%s archivos"],"Search for \"%s\"":["Buscar por \"%s\""],"Meta description to use for Author page":["Meta description a usar en la página de autor"],"Title to use for Author page":["Título a usar en la página de autor"],"%1$s settings":["Ajustes %1$s"],"Export your %1$s settings":["Exportar tus ajustes de %1$s"],"Import settings":["Importar ajustes"],"Import from other SEO plugins":["Importar de otros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Si tuvieses un archivo %s y tuviese permisos de escritura podrías editarlo desde aquí."],"If your %s were writable, you could edit it from here.":["Si tu archivo %s tuviese permisos de escritura podrías editarlo desde aquí."],"You don't have a %s file, create one here:":["No tienes un archivo %s, crea uno aquí:"],"A link to your site, with your site's name and description as anchor text.":["Un enlace a tu sitio, con el nombre del sitio y la descripción como texto de anclaje."],"A link to your site, with your site's name as anchor text.":["Un enlace a su sitio, con el nombre del sitio como texto de anclaje."],"A link to the post, with the title as anchor text.":["Un enlace a la entrada, con el título como texto de anclaje."],"A link to the archive for the post author, with the authors name as anchor text.":["Un enlace al archivo del autor de la entrada, con el nombre del autor como texto de anclaje."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Puedes usar la siguientes variables dentro del contenido, estas serán reemplazadas por el valor de la derecha."],"Content to put after each post in the feed":["Contenido que se pondrá después de cada entrada en el feed"],"Content to put before each post in the feed":["Contenido a publicar en el feed antes de cada entrada"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta característica se usa para añadir contenido automáticamente a tu RSS, en concreto, se trata de añadir enlaces de vuelta a tu sitio y las entradas de tu sitio, para que los ladrones de contenido lerdos añadan automáticamente también esos enlaces, así ayudamos a los motores de búsqueda a identificarte como la fuente original del contenido."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["El uso de esta característica de migas de pan está explicada en %1$s nuestro artículo sobre implementación de migas de pan%2$s."],"How to insert breadcrumbs in your theme":["Como insertar las migas de pan en tu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Archivo de tipo de contenido a mostrar en las migas de pan para las taxonomías"],"Taxonomy to show in breadcrumbs for content types":["Taxonomía a mostrar en las migas de pan para los tipos de contenido"],"Breadcrumb for 404 Page":["Migas de pan para la página 404"],"Prefix for Search Page breadcrumbs":["Prefijo para la página de búsqueda de las migas de pan"],"Prefix for Archive breadcrumbs":["Prefijo para los archivos de migas de pan"],"Prefix for the breadcrumb path":["Prefijo de la ruta de las migas de pan"],"Anchor text for the Homepage":["Texto del enlace para la página de inicio"],"Separator between breadcrumbs":["Separador de las migas de pan"],"Enable Breadcrumbs":["Activar las migas de pan"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Abajo tienes las puntuaciones SEO de tus entradas publicadas. ¡Ahora es tan buen momento como cualquier otro para empezar a mejorar algunas de sus entradas!"],"Credits":["Créditos"],"« Back to Tools page":["« Volver a página de herramientas"],"%1$s comes with some very powerful built-in tools:":["%1$s incluye algunas herramientas integradas muy potentes:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta herramienta te permite modificar rápidamente archivos importantes para tu SEO, como tu robots.txt y, si lo tienes, tu archivo .htaccess."],"File editor":["Editor de archivos"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importa la configuración de otro plugin SEO y exporta su configuración para reutilizarla en otro sitio."],"Import and Export":["Importar y exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta herramienta te permite modificar rápidamente títulos y descripciones de entradas y páginas sin necesidad de editar cada página."],"Bulk editor":["Editor masivo"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sverificar tu sitio en Pinterest%2$s añade aquí la meta tag:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest utiliza metadatos Open Graph al igual que Facebook, así que asegúrate de marcar la casilla de Open Graph en la pestaña de Facebook si quieres optimizar tu sitio para Pinterest."],"The default card type to use":["El tipo de tarjeta predeterminada a utilizar"],"Add Twitter card meta data":["Añade meta datos de tarjeta de Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imagen se usa si la entrada/página compartida no contiene ninguna imagen."],"Default settings":["Ajustes por defecto"],"Copy home meta description":["Copiar la meta description de la portada"],"Description":["Descripción"],"Image URL":["URL de la imagen"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Son el título, descripción e imagen utilizada en las meta tags de Open Graph en la página principal de tu sitio."],"Frontpage settings":["Ajustes de página principal"],"Add Open Graph meta data":["Añadir metadatos Open Graph"],"YouTube URL":["URL de YouTube"],"Pinterest URL":["URL de Pinterest"],"MySpace URL":["URL de MySpace"],"LinkedIn URL":["URL de Linkedin"],"Instagram URL":["URL de Instagram"],"Twitter Username":["Usuario de Twitter"],"Facebook Page URL":["URL de la página de Facebook"],"Accounts":["Cuentas"],"Restore site to defaults":["Restaurar sitio a ajustes por defecto."],"Site ID":["ID de sitio"],"Using this form you can reset a site to the default SEO settings.":["Usando este formulario puedes devolver un sitio a los ajustes SEO por defecto."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Los datos sensibles a privacidad (administradores de Facebook, por ejemplo), los ajustes específicos del tema (reescritura del título) y algunos ajustes muy específicos no se importarán a los nuevos sitios."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Introduce el %1$sID del sitio%2$s del sitio cuyos ajustes quieres usar por defecto para todos los sitios que se añadan a tu red. Déjalo vacío para ninguno (o sea, para que se usen los ajustes por defecto del plugin)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Elige el sitio cuya configuración deseas utilizar de forma predeterminada para todos los sitios que se añadan a la red. Si eliges «Ninguna», se utilizarán los valores predeterminados normales del plugin."],"New sites in the network inherit their SEO settings from this site":["Los sitios nuevos de la red heredan los ajustes SEO de este sitio"],"Super Admins only":["Sólo para super administradores"],"Site Admins (default)":["Administradores del sitio (por defecto)."],"Who should have access to the %1$s settings":["Quién debería tener acceso a los ajustes de %1$s"],"spam":["spam"],"mature":["maduro"],"archived":["archivado"],"public":["público"],"%s restored to default SEO settings.":["%s se ha restaurado a ajustes SEO por defecto."],"Settings Updated.":["Ajustes actualizados."],"404 pages":["Páginas 404"],"Search pages":["Páginas de búsqueda"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas serán %s por defecto, por lo que nunca se mostrarán en los resultados de búsqueda."],"Special Pages":["Páginas especiales"],"Date-based archives could in some cases also be seen as duplicate content.":["Los archivos basados en fecha podrían considerarse en algunos casos como contenido duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Si este es el caso en tu sitio puedes elegir desactivarlo (lo que hará que se redirija a tu página principal), o añádele %s para que no aparezca en los resultados de búsqueda."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Si tienes un sitio de un solo autor el archivo de autor será exactamente igual que tu página principal. Esto es lo que se conoce como %1$sproblema de contenido duplicado%2$s."],"Date archives":["Archivo por fechas"],"author archives":["archivos de autor"],"Title":["Título"],"%1$s Meta Box":["%1$s caja meta"],"Hide":["Ocultar"],"Date in Snippet Preview":["Fecha en la vista previa del snippet"],"Take note:":["Apunta:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Puedes determinar el título y la descripción de la página del blog %1$seditando la propia página del blog%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Puedes determinar el título y la descripción de la página de inicio %1$seditando la propia página de inicio %2$s."],"Homepage & Front page":["Portada y página de inicio"],"Title Separator":["Separador de título"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s ha detectado de forma automática si se necesita forzar la reescritura de los títulos de tus páginas. Si ha sido por error y sabes lo que haces puedes cambiar este ajuste aquí."],"Force rewrite titles":["Forzar la reescritura de los títulos"],"Taxonomies":["Taxonomías"],"Homepage":["Portada"],"%1$s Extensions":["Extensiones de %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["¡Intégralo fácilmente WooCommerce con %1$s y consigue características adicionales!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Mejora tu posicionamiento local y el de Google Maps ¡sin esfuerzo!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["¿Estás en Google News? ¡Incrementa tu tráfico desde Google News optimizándolo!"],"Optimize your videos to show them off in search results and get more clicks!":["¡Optimiza tus vídeos para que aparezcan en los resultados de búsqueda y consigan más clics!"],"The premium version of %1$s with more features & support.":["La versión premium de %1$s, con más características y soporte."],"Person":["Persona"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Esta información se muestra como metadatos en tu sitio. Es para que aparezcan en %1$sGoogle Knowledge Graph%2$s. Puedes ser una empresa, o una persona."],"Website name":["Nombre de la web"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["No hay nombre de entrada en la URL de tus entradas y páginas, es muy recomendable que lo pongas. Plantéate configurar la estructura de tus enlaces permanentes a /%postname%/"],"RSS":["RSS"],"Breadcrumbs":["Migas de pan"],"or":["o"],"Save Profile":["Guardar perfil"],"There were no profiles found":["No se encontraron perfiles"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autorizar"],"Get Google Authorization Code":["Obtener el código de autorización de Google"],"Reload crawl issues":["Volver a cargar los problemas de rastreo"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder crear una redirección y solucionar este problema, necesitas %1$s. Puedes comprar el plugin, con un año de soporte y actualizaciones incluídos, en %2$s."],"Creating redirects is a %s feature":["La creación de redirecciones es una característica de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errores que sólo se produjeron cuando tu sitio fue rastreado por Googlebot para teléfonos móviles sencillos (los errores no aparecieron en la versión de escritorio)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Los errores que se produjeron sólo cuando tu sitio lo rastreó Googlebot-Mobile (estos errores no aparecieron en la versión de escritorio)."],"Errors that occurred when your site was crawled by Googlebot.":["Errores que se produjeron cuando Googlebot rastreó tu sitio."],"Issue categories":["Categorías de problemas"],"Incorrect Google Authorization Code.":["Código de autorización de Google incorrecto."],"The issues have been successfully reloaded!":["¡Se han vuelto a cargar los problemas!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Se han eliminado los datos de la %1$s. Si deseas recuperar los datos de nuevo debes volver a identificarte."],"Crawl errors per page":["Errores de rastreo por página"],"Search":["Buscar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["No te pierdas los errores de rastreo. %1$sConecta aquí con la Google Search Console%2$s."],"Create redirect":["Crear redirección"],"Mark as fixed":["Marcar como solucionado"],"Response code":["Código de respuesta"],"First detected":["Detectado por primera vez"],"Last crawled":["Último rastreo"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s ha detectado que estás usando una versión de %2$s que no es compatible con %1$s. Por favor, actualiza %2$s a la versión más reciente para utilizar esta característica."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Los plugins Yoast comparten algo de código entre ellos para hacer tu sitio más rápido. Como resultado de eso necesitamos que todos tus plugins Yoast estén actualizados. Hemos detectado este no es el caso, así que por favor actualiza los plugins Yoast que aún no estén actualizados."],"Feature phone":["Teléfono sencillo"],"Smartphone":["Smartphone"],"Desktop":["Escritorio"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["La URL de destino no existe, pero tu servidor no devuelve un error 404 (archivo no encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tiempo de espera agotado o el sitio está bloqueando a Google."],"Server Error":["Error en el servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot puede acceder a tu sitio, pero en tu archivo %1$s existen ciertas URLs bloqueadas a Googlebot. Este bloqueo podría ser para todos los Googlebots o incluso específicamente para Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google no fue capaz de rastrear esta URL debido a un problema indeterminado."],"URL points to a non-existent page.":["La URL apunta a una página inexistente."],"Not found":["No encontrado"],"Not followed":["No seguida"],"Faulty redirects":["Redirecciones erróneas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["El servidor requiere identificación o está impidiendo que Googlebot acceda al sitio."],"Access denied":["Acceso denegado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["El plugin %1$s podría provocar problemas usado conjuntamente con %2$s."],"Upload Image":["Subir imagen"],"Remove these ads?":["¿Quieres eliminar estos anuncios?"],"%s Posts Overview":["Información general de entradas de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["El título de las migas de pan se utiliza en las migas de pan de las taxonomías."],"Breadcrumbs title":["Título de la ruta de las migas de pan"],"The canonical link is shown on the archive page for this term.":["El enlace canónico se muestra en la página de archivo para este término."],"Facebook App ID":["ID de la aplicación en Facebook"],"Pinterest":["Pinterest"],"Other":["Otro"],"Archives":["Archivos"],"Email":["Correo"],"Close":["Cerrar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Tanto %1$s como %2$s pueden crear mapas de sitio XML. Tener dos mapas de sitio XML no es beneficioso para los motores de búsqueda, y podrían ralentizar tu sitio."],"Configure %1$s's Open Graph settings":["Configurar los ajustes Open Graph de %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Tanto %1$s como %2$s crean datos Open Graph, lo que podría hacer que Facebook, Twitter, LinkedIn y otras redes sociales utilicen los textos e imágenes incorrectos cuando se compartan tus páginas."],"%s Image":["Imagen de %s"],"%s Description":["Descripción de %s"],"%s Title":["Título de %s "],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["El tamaño de imagen recomendado para %1$s es de %2$s píxeles."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Si quieres reemplazar la imagen usada en %s para esta publicación, sube/elige una imagen o añade la URL aquí."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si no quieres usar la meta description para compartir la entrada en %s pero sí quieres usar otra descripción, escríbela aquí."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si no quieres utilizar el título de la publicación para compartirla en %s pero quieres utilizar otro título, escríbelo aquí."],"very difficult":["muy difícil"],"Try to make shorter sentences, using less difficult words to improve readability":["Prueba haciendo frases más cortas, utilizando menos palabras difíciles para mejorar la legibilidad"],"difficult":["difícil"],"Try to make shorter sentences to improve readability":["Prueba haciendo frases más cortas para mejorar la legibilidad"],"fairly difficult":["bastante difícil"],"OK":["Aceptable"],"fairly easy":["bastante fácil"],"easy":["fácil"],"very easy":["extremadamente fácil"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Todas las puntuaciones SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: La imagen destacada debe ser de al menos 200 por 200 píxeles para que la use Facebook y otros sitios de redes sociales."],"(no parent)":["(sin superior)"],"Post is set to noindex.":["Entrada está establecida como noindex."],"The URL that this page should redirect to.":["La URL a la que debe redirigir esta página."],"301 Redirect":["Redirección 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["La URL canónica a la que esta página debería señalar. Déjala vacía para usar por defecto el enlace permanente. También es compatible con %1$scanonical entre dominios%2$s."],"Canonical URL":["URL canónica"],"Title to use for this page in breadcrumb paths":["Título a usar para esta página en la cadena de breadcrumbs"],"Breadcrumbs Title":["Título de las migas de pan"],"No Snippet":["Sin snippet"],"No Archive":["Aplicar atributo «No Archive»"],"No Image Index":["Ningun Indice de imagen"],"None":["Ninguno"],"Site-wide default: %s":["Predeterminado de todo el sitio: %s"],"Advanced meta robots settings for this page.":["Ajustes meta avanzados de robots para esta página."],"Meta robots advanced":["Meta robots avanzado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["¡Aviso! Aunque puedes establecer aquí el meta robots, toda la web está establecida como noindex en los ajustes de privacidad para toda la web, por lo que estos ajustes no tendrán efecto."],"Meta description":["Meta description"],"SEO Title":["Título SEO"],"Focus keyword":["Frase clave objetivo"],"Snippet preview":["Vista previa del snippet"],"Settings successfully imported.":["Las configuraciones han sido importadas con éxito."],"Settings could not be imported:":["Las configuraciones no pueden importarse:"],"Error creating %1$s export: ":["Error al crear la exportación de %1$s:"],"Breadcrumb for 404 pages:":["Migas de pan para las páginas 404:"],"Prefix for search result pages:":["Prefijo para las páginas de resultados de búsqueda:"],"Prefix for archive pages:":["Prefijo para las páginas de archivo:"],"Prefix for breadcrumbs:":["Prefijo para las migas de pan:"],"Anchor text for the homepage:":["Texto de anclaje para la página de inicio:"],"Breadcrumbs separator:":["Separador de las migas de pan:"],"Remove blog page from breadcrumbs":["Elimina la página del blog de las migas de pan"],"%s Breadcrumbs":["%s Migas de pan"],"Use Image":["Usar imagen"],"Action":["Acción"],"Page URL/Slug":["URL/Slug de página"],"Publication date":["Fecha de publicación"],"Post Status":["Estado de publicación"],"WP Page Title":["Título de página de WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Vista previa"],"Preview “%s”":["Vista previa “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nueva meta description de Yoast"],"Existing Yoast Meta Description":["Meta description de Yoast actual"],"Facebook profile URL":["URL del perfil de Facebook"],"Twitter username (without @)":["Usuario de Twitter (sin @)"],"FAQ":["Preguntas frecuentes"],"Premium Support":["Soporte premium"],"Settings":["Ajustes"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Debes %1$sir a tus ajustes de lectura%2$s y desactivar la casilla de visibilidad en los motores de búsqueda."],"Huge SEO Issue: You're blocking access to robots.":["Enorme problema de SEO: Estás bloqueando el acceso a los robots."],"Posts":["Entradas"],"Edit Files":["Editar archivos"],"Advanced Variables":["Variables avanzadas"],"Basic Variables":["Variables básicas"],"General":["General"],"Extensions":["Extensiones"],"Search Console":["Search Console"],"Tools":["Herramientas"],"Advanced":["Avanzado"],"XML sitemaps":["Mapas del sitio XML"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s ha detectado que estás usando la versión %2$s de %3$s, por favor, actualiza a la última versión para evitar problemas de compatibilidad."],"Just another WordPress site":["Otro sitio creado con WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Todavía tienes la descripción corta de WordPress, incluso sería mejor dejarla vacía. %1$sPuedes solucionarlo en el personalizador%2$s."],"You have used HTML in your value which is not allowed.":["Has utilizado HTML en el valor y eso no está permitido."],"You can't edit %s that aren't yours.":["No puedes editar %s ya que no son tuyos."],"You can't edit %s.":["No puedes editar %s."],"Post has an invalid Content Type: %s.":["La entrada tiene un tipo de contenido no válido: %s."],"Post doesn't exist.":["La entrada no existe. "],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Papelera (%s)","Papelera (%s)"],"posts\u0004All (%s)":["Todo (%s)","Todos (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"es"},"%s does not seem to be a valid Facebook App ID. Please correct.":["%s no parece ser un ID de aplicación válido de Facebook. Por favor, corrígelo."],"The submitted value was: %s":["El valor enviado fue: %s"],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Los códigos de confirmación de Yandex solo pueden contener letras de la A a la F, números, guiones y guiones bajos. %s"],"Twitter usernames can only contain letters, numbers, and underscores. %s":["Los nombres de usuario de Twitter solo pueden contener letras, números y guiones bajos. %s"],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Los códigos de confirmación de Pinterest solo pueden contener letras de la A a la F, números, guiones y guiones bajos. %s"],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Los códigos de confirmación de Bing solo pueden contener letras de la A a la F, números, guiones y guiones bajos. %s"],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Los códigos de verificación de Google solo pueden contener letras, números, guiones y guiones bajos. %s"],"The Facebook App ID you entered doesn't exist. %s":["El ID de aplicación de Facebook que has introducido no existe. %s"],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Los códigos de confirmación de Baidu solo pueden contener letras, números, guiones y guiones bajos. %s"],"Show this item.":["Mostrar este elemento."],"Hide this item.":["Ocultar este elemento."],"You have %d hidden problem:":["Tienes %d problema oculto:","Tienes %d problemas ocultos."],"You have %d hidden notification:":["Tienes %d aviso oculto:","Tienes %d avisos ocultos:"],"Focus Keyphrase not set":["Frase clave objetivo no establecida"],"The form contains %1$s error. %2$s":["El formulario contiene %1$s error. %2$s","El formulario contiene %1$s errores. %2$s"],"SEO settings configured":["Ajustes SEO configurados"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["Si quieres volver a comprobar tus ajustes de %1$s o cambiar algo, siempre puedes %2$svolver a abrir el asistente de configuración%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Las siguientes palabras y combinaciones de palabras son las que más aparecen en el contenido. Estas dan una indicación de en qué se centra tu contenido. Si las palabras difieren mucho de tu temática, puede que quieras reescribir tu contenido debidamente."],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["Una vez que hayas escrito un poco más, te daremos la lista de las palabras que más aparecen en el contenido. Estas dan una indicación de en qué se centra tu contenido."],"%d occurrences":["%d apariciones"],"Activate %s for your site on MyYoast":["Activa %s para tu sitio en MyYoast"],"Show blog page in breadcrumbs":["Mostrar página del blog en las migas de pan"],"We could not find any relevant articles on your website that you could link to from your post.":["No hemos podido encontrar ningún artículo relevante en tu web al que puedas enlazar desde tu entrada."],"Has feedback":["Tiene respuestas"],"Content optimization:":["Optimización del contenido:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLegibilidad%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Lee %1$sesta entrada para más información sobre por qué no somos compatibles con versiones anteriores.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Si aún no has actualizado a %2$s o superior debido al nuevo editor Gutenberg, por favor instala el plugin del editor clásico. Te dará la misma experiencia de edición que tienes ahora, pero también la seguridad de las nuevas versiones de WordPress y %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sActualiza WordPress a la última versión%2$s%3$sHemos notado que no usas la última versión de WordPress, lo que podría causar un problema pronto. %4$s (por razones de seguridad y estabilidad) solo es compatible con la versión actual y a la anterior de WordPress. Eso significa que cuando salga la próxima versión de WordPress será compatibles con WordPress %6$s y %7$s. ¡Esto significa que no recibirás ninguna actualización a %5$s hasta que actualices tu WordPress, así que, por favor, asegúrate de actualizar pronto a la última versión de WordPress!%3$s%3$s"],"Post Noindexed":["Publicación con no-index"],"No Focus Keyphrase":["Sin frase clave objetivo"],"Person logo / avatar":["Logo / avatar de la persona"],"Extend %s":["Extender %s"],"Enroll in the %s for WordPress training":["Apúntate al %s de formación para WordPress"],"Posts with the SEO score: %s":["Entradas con la puntuación de SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["videotutorial de %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["%1$sVisita Google Search Console%2$s para ver tus errores de indexación."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google ha eliminado la API de errores de rastreo, así que ya no es posible mostrar aquí tus posibles errores de rastreo. %1$sLee nuestro comunicado para más información%2$s."],"Remove this message":["Quitar este mensaje"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["¡Optimiza de verdad tu sitio para una audiencia local con nuestro plugin %s! ¡Detalles de direcciones optimizadas, horarios de apertura, localizador de tiendas y opciones de recogida!"],"Serving local customers?":["¿Sirves a clientes locales?"],"Get the %s plugin now":["Consigue el plugin %s ahora"],"Organization social profiles":["Perfiles sociales de la organización"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Puedes editar los detalles mostrados en los datos meta, como los perfiles sociales, el nombre descripción de este usuario, en su página de perfil de %1$s."],"Personal info":["Información personal"],"Organization logo":["Logotipo de la organización"],"Organization name":["Nombre de la organización"],"Choose whether the site represents an organization or a person.":["Elige si el sitio representa a una organización o a una persona."],"Knowledge Graph & Schema.org":["Knowledge Graph y Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Para hacer que tu sitio represente a una empresa u organización ve a %1$sApariencia en el buscador%2$s y establece «Organización o persona» como «Organización»."],"To change the social accounts used for your site, update the details for %1$s.":["Para cambiar las cuentas sociales utilizadas para tu sitio actualiza los detalles de %1$s."],"That means that the form and information below is disabled, and not used.":["Esto significa que el formulario y la información a continuación están desactivados, y no se usan."],"Your website is currently configured to represent a Person":["Tu web está actualmente configurada para representar a una persona"],"(if one exists)":["(si es que existe)"],"Wikipedia page about you":["Página de la Wikipedia sobre ti"],"YouTube profile URL":["URL del perfil en YouTube"],"Tumblr profile URL":["URL del perfil en Tumblr"],"SoundCloud profile URL":["URL del perfil en SoundCloud"],"MySpace profile URL":["URL del perfil en MySpace"],"Organization or person":["Organización o persona"],"The person":["La persona"],"Organization":["Organización"],"Does your site represent a person or an organization?":["¿Este sitio representa a una persona o a una organización?"],"The name of the organization":["El nombre de la organización"],"Provide an image of the organization logo":["Facilita una imagen del logotipo de la organización"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Anteriormente configuraste tu sitio para representar a una persona.Hemos mejorado nuestra funcionalidad sobre Schema y el Knowledge Graph, así que deberías ir y %1$scompletar estos ajustes%2$s."],"Select a user...":["Selecciona un usuario…"],"Uncategorized":["Sin categoría"],"Name:":["Nombre:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Has seleccionado el usuario %1$s como la persona a la que representa este sitio. Su información de perfil de usuario se utilizará ahora en los resultados de búsqueda. %2$sActualiza su perfil para asegurarte de que la información sea correcta%3$s."],"Error: Please select a user below to make your site's meta data complete.":["Error: Por favor, selecciona un usuario a continuación para completar los meta datos de tu sitio."],"SEO score: %s":["Puntuación SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Si existe una página tuya o de tu organización en la Wikipedia añádela también."],"Wikipedia URL":["URL de Wikipedia"],"Pinterest profile URL":["URL del perfil de Pinterest"],"Instagram profile URL":["URL del perfil de Instagram"],"LinkedIn profile URL":["URL del perfil de LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["La investigación de palabras clave es esencial en cualquier estrategia de SEO. Tú decides los términos de búsqueda por los que quieres que te encuentren, y averiguas qué palabras usa tu audiencia para encontrarte. Una gran investigación de palabras clave te dice qué contenido necesitas para empezar a puntuar para los términos que quieres posicionar. ¡Asegúrate de que tus esfuerzos se centren en las palabras clave para las que realmente tienes posibilidades de posicionarte! El %1$s te guía a través de este proceso, paso a paso."],"SEO for Beginners training":["Formación SEO para principiantes"],"%s for WordPress training":["Formación de %s para WordPress"],"All-around SEO training":["Formación SEO integral "],"The image you selected is too small for Facebook":["La imagen que has elegido es demasiado pequeña para Facebook"],"The given image url cannot be loaded":["La URL de la imagen dada no se puede cargar"],"Find out what words your audience uses to find you":["Descubre qué palabras utiliza tu audiencia para encontrarte"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFacilidad de lectura Flesch%2$s: El escrito puntúa %3$s en la prueba, Lo que se considera %4$s de leer. %5$s"],"No JSON object was returned.":["No se ha devuelto un objeto JSON."],"Received internal links":["Enlaces internos recibidos"],"Outgoing internal links":["Enlaces salientes internos"],"New step added":["Nuevo paso añadido"],"New question added":["Nueva pregunta añadida"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Para poder crear una redirección y corregir este fallo necesitas %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Puedes comprar el plugin, incluyendo un año de soporte y actualizaciones, en %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["La característica del contador de enlaces de texto proporciona información sobre cuántos enlaces se encuentran en tu texto y cuántos enlaces enlazan a tu texto. Esto es muy útil cuando estás mejorando tu %1$senlazado interno%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Para que esta característica funcione %1$sse requiere al menos una versión de PHP %2$s. Hemos detectado la versión PHP %3$s en esta web."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Por favor, considera cuidadosamente las implicaciones y %1$slee esta entrada%2$s si deseas más información sobre el impacto de mostrar medios en los resultados de búsqueda."],"Keyphrase":["Frase clave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Para que esta característica funcione, %1$snecesita crear una tabla en tu base de datos. No pudimos crear esta tabla automáticamente."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Al activar esta opción, las URL adjuntas se hacen visibles tanto para los visitantes como para Google. Para añadir valor a tu web, deben contener información útil, o podrían tener un impacto negativo en tu posicionamiento."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["La característica %3$scontador de enlaces al texto%4$s (introducida en %1$s %2$s) está actualmente inactiva."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Por favor, lee el siguiente %1$sartículo de la base de conocimientos%2$s para averiguar cómo resolver este problema."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Para asegurarnos de que todos los enlaces en tus textos estén contados, necesitamos analizar todos tus textos."],"All you have to do is press the following button and we'll go through all your texts for you.":["Todo lo que tienes que hacer es pulsar el siguiente botón y nosotros revisaremos todos tus textos por ti."],"Count links":["Contar enlaces"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, %1$d tienen atributos alt con palabras de tu frase clave o sinónimos. Eso es demasiado. %4$sIncluye la frase clave o sus sinónimos solo cuando realmente encajen en la imagen%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtributos alt de imagen%2$s: ¡Bien hecho!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, sólo %1$d tiene un atributo alt que refleja el tema de tu texto. ¡%4$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes más relevantes%5$s!","%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, sólo %1$d tienen atributos alt que reflejan el tema de tu texto. ¡%4$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes más relevantes%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtributos de imagen alt%3$s: Las imágenes de esta página no tienen atributos alt que reflejen el tema de tu texto. ¡%2$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes relevantes%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAtributos alt de imágenes%3$s: Las imágenes de esta página tienen atributos alt, pero no has establecido tu frase clave. ¡%2$sCorrige eso%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrase clave en subtítulo%2$s: %3$s de tus subtítulos de nivel superior refleja el tema de tu texto. ¡Buen trabajo!","%1$sFrase clave en subtítulo%2$s: %3$s de tus subtítulos de nivel superior reflejan el tema de tu texto. ¡Buen trabajo!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrase clave en subtítulo%2$s: Tus subtítulos de nivel superior reflejan el tema de tu texto ¡Buen trabajo!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrase clave en subtítulo%3$s: ¡%2$sUsa más frases clave o sinónimos en tus subtítulos de nivel superior%3$s!"],"Page %s":["Página %s"],"Cannot get the size of %1$s because of unknown reasons.":["No se pudo obtener el tamaño de %1$s debido a razones desconocidas."],"Cannot get the size of %1$s because it is hosted externally.":["No se pudo obtener el tamaño de %1$s debido a que está alojada externamente."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simplemente cambia el conmutador a «activo» y podrás usar el análisis recalibrado. Al mismo tiempo, te añadiremos a nuestra lista de correo específica. ¡Sólo te enviaremos correos electrónicos con tus experiencias con esta recalibración!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Hemos %1$srecalibrado nuestro análisis%2$s. Con el nuevo análisis, nos acercaremos aún más a la forma en que Google ve tu web. ¡Sería %3$sfantástico%4$s si quisieras %3$sprobar esta característica%4$s para nosotros!"],"Get an even better analysis":["Obtén un análisis aún mejor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTítulo único%3$s: Solo se debería usar H1 como tu título principal. Encuentra todos los H1 en tu texto que no sean el título principal y ¡%2$scámbialos a un nivel de encabezado inferior%3$s!"],"Improve sharing on Facebook and Pinterest":["Mejora el compartir en Facebook y Pinterest"],"You do not have the required rights to export settings.":["No tienes los derechos requeridos para exportar ajustes."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copia todos estos ajustes a la pestaña %1$s de otro sitio y haz clic en «%1$s» de allí."],"These are settings for the %1$s plugin by %2$s":["Estos son los ajustes del plugin %1$s de %2$s"],"No settings found.":["No se han encontrado ajustes."],"Export your %1$s settings here, to copy them on another site.":["Exporta aquí tus ajustes de %1$s, para copiarlos en otro sitio."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["La importación de los ajustes solo es compatible en servidores que ejecuten PHP 5.3 o superior."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importa los ajustes pegando aquí los ajustes que has copiado de otro sitio y haciendo clic en «%s»."],"Paste your settings from another %s installation.":["Pega tus ajustes desde otra instalación de %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado 0 veces. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %3$d vez. ¡Eso está genial!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %3$d veces ¡Eso está genial!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es mucho más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es mucho más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexable creada para el objeto %1$s con el tipo %2$s"],"Method %1$s() does not exist in class %2$s":["El método %1$s() no existe en la clase %2$s"],"With %s, you can easily create such redirects.":["Con %s puedes crear fácilmente esas redirecciones."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Cambiar tus ajustes de enlaces permanentes puede impactar seriamente en tu visibilidad en los motores de búsqueda. No debería hacerse casi %1$s nunca %2$s en una web pública."],"WARNING:":["ADVERTENCIA:"],"Learn about why permalinks are important for SEO.":["Aprende sobre por qué los enlaces permanentes son importantes para el SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sPalabras funcionales en frase clave%3$s: Tu frase clave «%4$s» sólo contiene palabras funcionales. %2$sAprende cómo es una buena frase clave%3$s."],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["¿Sabías que %s también analiza las distintas variaciones de tu frase clave, como plurales y tiempos verbales?"],"Clear Image":["Vaciar imagen"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongitud de la frase clave%3$s: %2$sDefine una frase clave para calcular tu puntuación SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase clave en el slug%2$s: Más de la mitad de tu frase clave aparece en el slug. ¡Eso es fantástico!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrase clave en el slug%3$s: (Parte de) tu frase clave no aparece en el slug. ¡%2$sCambia eso%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase clave en el slug%2$s: ¡Fantástico trabajo!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave en el título%3$s: No todas las palabras de tu frase clave «%4$s» aparecen en el título SEO. %2$sTrata de usar exactamente tu misma frase clave en el título SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave en el título%3$s: No coincide del todo.. %2$sTrata de escribir exactamente tu misma frase clave en el título SEO%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFrase clave en el título%3$s: La frase clave objetivo exacta aparece en el título SEO, pero no al principio. %2$sTrata de moverla al principio%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrase clave en el título%2$s: La frase clave objetivo exacta aparece al principio del título SEO. ¡Buen trabajo!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribución de frase clave%2$s: ¡Buen trabajo!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Desigual. Algunas partes de tu texto no contienen la frase clave o sus sinónimos. %2$sDistribúyelas de manera más uniforme%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Muy desigual. Grandes partes de tu texto no contienen la frase clave o sus sinónimos. %2$sDistribúyelas de manera más uniforme%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribución de frase clave%3$s: %2$sIncluye tu frase clave o sus sinónimos en el texto para que podamos comprobar la distribución de la frase clave%3$s."],"Help on choosing the perfect focus keyphrase":["Ayuda para elegir la frase clave objetivo perfecta"],"Would you like to add a related keyphrase?":["¿Te gustaría añadir una frase clave relacionada?"],"Go %s!":["¡Ir a %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Si no se muestran los archivos de fecha en los resultados de la búsqueda, técnicamente significa que estos tendrán un meta robots %1$s. %2$sMás información sobre los ajustes de los resultados de búsqueda%3$s."],"Rank better with synonyms & related keyphrases":["Posiciona mejor con sinónimos y frases clave relacionadas"],"optimize a single post for synonyms and related keyphrases.":["optimiza una entrada para sinónimos y frases clave relacionadas."],"Synonyms & related keyphrases":["Sinónimos y frases clave relacionadas"],"Add related keyphrase":["Añadir frase clave relacionada"],"Dismiss %s upgrade notice":["Descartar el aviso de actualización de %s"],"Upgrade to %s":["Actualizar a %s"],"%1$s video":["Video %1$s"],"Get %s":["Consigue %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrase clave usada previamente%6$s: Has usado esta frase clave objetivo %1$s%2$d veces antes%3$s. %5$sNo uses tu frase clave objetivo más de una vez%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrase clave usada previamente%5$s: Has usado esta frase clave objetivo %1$suna vez ya%2$s. %4$sNo uses tu frase clave objetivo más de una vez%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrase clave usada previamente%2$s: No has usado antes esta frase clave objetivo, muy bien."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sPalabras vacías en el slug%3$s: El slug de esta página contiene una palabra vacía. ¡%2$sQuítala%3$s!","%1$sPalabras vacías en el slug%3$s: El slug de esta página contiene palabras vacías. ¡%2$sQuítalas%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug demasiado largo%3$s: el slug de esta página es un poco largo. ¡%2$sAcórtalo%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtributos alt de imagen%3$s: No hay imágenes en esta página. ¡%2$sAñade alguna%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sEnlace de la frase clave objetivo%3$s: Estás enlazando a otra página con las palabras con las que quieres posicionar esta página. ¡%2$sNo hagas eso%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está muy por debajo del mínimo recomendado de %5$d palabra. %3$sAñade más contenido%4$s.","Esto está muy por debajo del mínimo recomendado de %5$d palabras. %3$sAñade más contenido%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está por debajo del mínimo recomendado de %5$d palabra. %3$sAñade más contenido%4$s.","Esto está por debajo del mínimo recomendado de %5$d palabras. %3$sAñade más contenido%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLongitud del texto%4$s: El texto contiene %1$d palabra.","%2$sLongitud del texto%4$s: El texto contiene %1$d palabras."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLongitud del texto%3$s: El texto contiene %1$d palabra. ¡Buen trabajo!","%2$sLongitud del texto%3$s: El texto contiene %1$d palabras. ¡Buen trabajo!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrase clave en el subtítulo%3$s: Más del 75%% de tus subtítulos de primer nivel reflejan el tema de tu texto. Eso es demasiado. ¡%2$sNo sobre-optimices%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sAncho del título SEO%3$s: %2$sPor favor, crea un título SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sAncho del título SEO%3$s: El título SEO es más ancho que el límite visible. %2$sPrueba a hacerlo más corto%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sAncho del título SEO%2$s: ¡Buen trabajo!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sAncho del título SEO%3$s: El título SEO es demasiado corto. %2$sUsa el espacio para añadir variaciones de palabras clave o para crear un texto que anime a una acción%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sEnlaces salientes%2$s: Hay enlaces salientes nofollow y normales en esta página. ¡Buen trabajo!"],"%1$sOutbound links%2$s: Good job!":["%1$sEnlaces salientes%2$s: ¡Buen trabajo!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sEnlaces salientes%3$s: Todos los enlaces salientes de esta página son nofollow. %2$sAñade algún enlace normal%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sEnlaces salientes%3$s: No hay enlaces salientes en esta página. ¡%2$sAñade alguno%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLongitud de la meta description%2$s: ¡Bien hecho!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLongitud de la meta description%3$s: La meta description tiene más de %4$d caracteres. Asegúrate de que sea visible toda la description, ¡%2$sdeberías reducir su longitud%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLongitud de la meta description%3$s: La meta description es demasiado corta (menos de %4$d caracteres). Hay hasta %5$d caracteres disponibles. ¡%2$sUsa el espacio%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLongitud de la meta description%3$s: No se ha especificado ninguna meta description. Los motores de búsqueda mostrarán en su lugar texto de la página. ¡%2$sAsegúrate de escribir una%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrase clave en la meta description%2$s: La meta description se ha especificado, pero no contiene la frase clave objetivo. ¡%3$sArregla eso%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase clave en la meta description%2$s: La meta description contiene la palabra clave objetivo %3$s veces, que es más del máximo recomendado de 2 veces. ¡%4$sLimita eso%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFrase clave en la meta description%2$s: La frase clave objetivo o el sinónimo aparece en la meta description. ¡Bien hecho!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongitud de la frase clave%5$s: La frase clave tiene %1$d palabras. Es mucho más que el máximo recomendado de %2$d palabras. ¡%4$sHazla más corta%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongitud de la frase clave%5$s: La frase clave tiene %1$d palabras. Es más que el máximo recomendado de %2$d palabras. ¡%4$sHazla más corta%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLongitud de la frase clave%2$s: ¡Buen trabajo!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongitud de la frase clave%3$s: No se ha establecido una frase clave objetivo para esta página. %2$sEstablece una frase clave objetivo para calcular tu puntuación SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrase clave en la introducción%3$s: Tu frase clave o sus sinónimos no aparecen en el primer párrafo. %2$sAsegúrate de que el tema esté claro inmediatamente%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrase clave en la introducción%3$s: Tu frase clave o sus sinónimos aparecen en el primer párrafo del texto, pero no dentro de una frase. ¡%2$sArregla eso%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase clave en la introducción%2$s: ¡Bien hecho!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sEnlaces internos%2$s: En esta página hay enlaces internos nofollow y normales. ¡Buen trabajo!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sEnlaces internos%2$s: Tienes suficientes enlaces internos. ¡Buen trabajo!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sEnlaces internos%3$s: Los enlaces internos de esta página son todos nofollow. %2$sAñade algún buen enlace interno%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sEnlaces internos%3$s: No hay enlaces internos en esta página, ¡%2$sasegúrate de añadir alguno%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sPalabras de transición%2$s: ¡Bien hecho!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sPalabras de transición%2$s: Solo %3$s de las frases contienen palabras de transición, y no es suficiente. %4$sUsa algunas más%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sPalabras de transición%2$s: Ninguna de las frases contiene palabras de transición. %3$sUsa alguna%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNo hay suficiente contenido%2$s: %3$sPor favor, añade algo de contenido para permitir un buen análisis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribución de subtítulos%2$s: No estás usando ningún subtítulo, pero tu texto es bastante corto y probablemente no los necesite."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribución de subtítulos%2$s: No estás usando ningún subtítulo, aunque tu texto es bastante largo. %3$sPrueba a añadir algún subtítulo%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribución de subtítulos%2$s: %3$d sección de tu texto tiene más de %4$d palabras y no está separada por ningún subtítulo. %5$sAñade subtítulos para mejorar la legibilidad%2$s.","%1$sDistribución de subtítulos%2$s: %3$d secciones de tu texto tienen más de %4$d palabras y no están separadas por ningún subtítulo. %5$sAñade subtítulos para mejorar la legibilidad%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribución de subtítulos%2$s: ¡Fantástico trabajo!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLongitud de las frases%2$s: %3$s de las frases contiene más de %4$s palabras, que es más del máximo recomendado de %5$s. %6$sTrata de acortar las frases%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLongitud de las frases%2$s: ¡Fantástico!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFrases consecutivas%2$s: Hay suficiente variedad en tus frases. ¡Eso es fantástico!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFrases consecutivas%2$s: El texto contiene %3$d frases consecutivas que empiezan con la misma palabra. ¡%5$sIntenta probar cosas nuevas %2$s!","%1$sFrases consecutivas%2$s: El texto contiene %4$d ocasiones en las que %3$d o más frases consecutivas empiezan con la misma palabra. ¡%5$sIntenta probar cosas nuevas %2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVoz pasiva%2$s: %3$s de las frases contiene una voz pasiva, que es más del máximo recomendado de %4$s. %5$sIntenta usar sus equivalentes activas%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVoz pasiva%2$s: Estás usando suficientes voces activas. ¡Eso es fantástico!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLongitud de párrafos%2$s: %3$d de los párrafos contiene más del máximo recomendado de %4$d palabras. ¡%5$sAcorta tus párrafos%2$s!","%1$sLongitud de párrafos%2$s: %3$d de los párrafos contienen más del máximo recomendado de %4$d palabras. ¡%5$sAcorta tus párrafos%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLongitud de párrafos%2$s: Ninguno de los párrafos es demasiado largo. ¡Fantástico trabajo!"],"Good job!":["¡Buen trabajo!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sPrueba de legibilidad Flesch%2$s: El texto puntúa %3$s en la prueba, lo que se considera %4$s de leer. %5$s%6$s%7$s"],"Focus keyphrase":["Frase clave objetivo"],"%1$s with ID %2$s couldn't be patched":["no pudo parchearse el %1$s con el ID %2$s"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Petición POST no válida. Los valores meta ya existen para el objeto con el ID %1$s."],"Indexable with ID `%1$s` does not exist":["El indexable con el ID `%1$s` no existe"],"No object with ID %1$s and %2$s could be found":["No se pudo encontrar ningún objeto con el ID %1$s y %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` no es un subtipo válido de `%2$s`"],"The object type `%1$s` is invalid":["El tipo de objeto `%1$s` no es válido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Tipo no válido para el parémetro `%1$s` pasado. Se esperaba `%2$s`, pero se obtuvo `%3$s`"],"The parameter `%1$s` cannot be empty.":["El parámetro `%1$s` no puede estar vacío."],"Check Keyphrase Density":["Comprueba la densidad de la frase clave"],"Disable":["Desactivar"],"Allow Control":["Permitir control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Esta pestaña te permite desactivar selectivamente características de %s en todos los sitios de la red. Por defecto están activas todas las características, lo que permite a los administradores del sitio elegir por sí mismos si quieren activar o desactivar una característica para su sitio. Cuando desactives aquí una característica los administradores del sitio no podrán usar esa característica."],"%s is a required feature toggle argument.":["%s es un argumento de activación de la característica obligatorio"],"Keyphrase:":["Frase clave:"],"Remove keyphrase":["Quitar frase clave"],"This feature has been disabled by the network admin.":["Esta característica la ha desactivado el administrador de la red."],"Focus keyphrase not set.":["La frase clave objetivo no está establecida."],"Multiple keyphrases":["Múltiples frases clave"],"Colon":["Dos puntos"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Tanto %1$s como %2$s gestionan el SEO de tu sitio. Ejecutar dos plugins SEO al mismo tiempo es perjudicial."],"There is a new notification.":["Hay un nuevo aviso.","Hay nuevos avisos."],"Learn more about the readability analysis":["Aprende más sobre el análisis de legibilidad"],"Describe the duration of the instruction:":["Describe la duración de la instrucción:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personaliza cómo quieres describir la duración de la instrucción."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Esta es una lista de contenido relacionado al que podrías enlazar en tu entrada. {{a}}Lee nuestro artículo sobre la estructura del sitio{{/a}} para aprende rmás sobre como el enlazado interno puede ayudar a mejorar tu SEO."],"%s, %s and %s":["%s, %s y %s"],"%s and %s":["%s y %s"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d día","%d días"],"Enter a step title":["Introduce un título para el paso"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Esto puede darte un mayor control sobre los estilos de los pasos."],"CSS class(es) to apply to the steps":["Clase(s) CSS a aplicar a los pasos"],"minutes":["minutos"],"hours":["horas"],"days":["días"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Crea una guía práctica en un modo amigable para el SEO. Solo puedes usar un bloque de guía práctica en cada entrada."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Haz una lista de tus preguntas más frecuentes en un modo amigable para el SEO. Solo puedes usar un bloque de FAQ en cada entrada."],"Copy error":["Error en el texto"],"An error occurred loading the %s primary taxonomy picker.":["Ocurrió un error al cargar el selector %s de la taxonomía principal."],"%1$s Structured Data Blocks":["Bloques de %1$s de datos estructurados"],"Time needed:":["Tiempo necesario:"],"Move question down":["Bajar pregunta"],"Move question up":["Subir pregunta"],"Insert question":["Insertar pregunta"],"Delete question":["Borrar pregunta"],"Enter the answer to the question":["Escribe la respuesta a la pregunta"],"Enter a question":["Introduce una pregunta"],"Add question":["Añadir pregunta"],"Frequently Asked Questions":["Preguntas frecuentes"],"Great news: you can, with %s!":["Buenas noticias: ¡puedes, con %s!"],"Select the primary %s":["Elige el %s principal"],"Check links to this URL":["Comprueba los enlaces a esta URL"],"Keyword research training":["Entrenamiento de búsqueda de frases clave"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Mira la %1$splantilla de archivo%2$s del siguiente tipo de contenido: %3$s.","Mira las %1$splantillas de archivo%2$s de los siguientes tipos de contenido: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["¿Estás tratando de utilizar varias frases clave? Debes añadirlas por separado a continuación."],"Mark as cornerstone content":["Marcar como contenido esencial"],"Move step down":["Mover paso hacia abajo"],"Move step up":["Mover paso hacia arriba"],"Insert step":["Insertar paso"],"Delete step":["Eliminar paso"],"Add image":["Añadir imagen"],"Enter a step description":["Introduce una descripción del paso"],"Enter a description":["Introduce una descripción"],"Unordered list":["Lista desordenada"],"Showing step items as an ordered list.":["Mostrando los elementos de los pasos como una lista ordenada."],"Showing step items as an unordered list":["Mostrando los elementos de los pasos como una lista desordenada."],"Add step":["Añadir paso"],"Delete total time":["Eliminar tiempo total"],"Add total time":["Añadir tiempo total"],"How to":["Cómo hacer"],"How-to":["Guía práctica"],"Snippet Preview":["Vista previa del snippet"],"Analysis results":["Resultados del análisis"],"Enter a focus keyphrase to calculate the SEO score":["Introduce una frase clave objetivo para calcular la puntuación SEO"],"Learn more about Cornerstone Content.":["Aprende más sobre el contenido esencial."],"Cornerstone content should be the most important and extensive articles on your site.":["El contenido esencial deben ser los artículos más importantes y extensos de tu sitio."],"Restore Site":["Restaurar sitio"],"Network Settings":["Ajustes de red"],"You are not allowed to perform this action.":["No tienes permisos para realizar esta acción."],"Error: %s":["Error: %s"],"Success: %s":["Éxito: %s"],"Site with ID %d not found.":["No se encontró el sitio con ID %d."],"No site has been selected to restore.":["No se seleccionó un sitio para ser restaurado."],"You are not allowed to modify unregistered network settings.":["No tienes permisos para modificar ajustes de red no registrados."],"deleted":["eliminado"],"Would you like to add another keyphrase?":["¿Te gustaría añadir otra frase clave?"],"image preview":["vista previa de imagen"],"Copied!":["¡Copiado!"],"Not supported!":["¡No compatible!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lee {{a}}nuestro artículo sobre de la estructura del sitio{{{/a}} para saber más sobre cómo los enlaces internos pueden ayudar a mejorar tu SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Cuando añadas algo más de texto te mostraremos aquí una lista de contenidos relacionados a los que podrías enlazar en tu entrada."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Plantéate enlazar a estos {{a}}artículos esenciales{{/a}}"],"Consider linking to these articles:":["Plantéate enlazar a estos artículos:"],"Copy link":["Copiar enlace"],"Copy link to suggested article: %s":["Copiar enlace al artículo sugerido: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Lee nuestra %1$sguía definitiva para la búsqueda de palabras clave%2$s para aprender más sobre la búsqueda y estrategia de palabras clave."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Una vez que hayas escrito un poco más, te daremos la lista de las palabras y combinaciones de palabras que más aparecen en el contenido. Estas dan una indicación de en qué se centra tu contenido."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Las siguientes palabras son las que más aparecen en el contenido. Estas dan una indicación de en qué se centra tu contenido. Si las palabras difieren mucho de tu temática, puede que quieras reescribir tu contenido debidamente."],"Prominent words":["Palabras importantes"],"The site's tagline":["Descripción corta del sitio"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Recientemente hemos mejorado la funcionalidad de los ajustes de apariencia en el buscador. Lamentablemente, hemos descubierto que en algunos casos puntuales el guardado de los ajustes de archivos para tipos de contenido específicos pudo haber fallado."],"Not all required fields are given. Missing field %1$s":["No se dan todos los campos obligatorios. Falta el campo %1$s"],"Optimize your site for Google News.":["Optimiza tu sitio para Google News."],"Optimize your shop's SEO and sell more products!":["¡Optimiza el SEO de tu tienda y vende más productos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Aparece en la búsqueda de vídeos de Google y mejora la difusión de tus vídeos en los medios sociales."],"Be found in Google Maps and local results.":["Aparece en Google Maps y los resultados locales."],"Learn practical SEO skills to rank higher in Google.":["Aprende habilidades SEO prácticas para obtener mejores resultados en Google."],"Don’t waste time figuring out the best settings yourself.":["No pierdas tiempo adivinando tú mismo los mejores ajustes."],"Get quick wins to make your site rank higher in search engines.":["Consigue avances rápidos para hacer que tu sitio obtenga mejores resultados en los motores de búsqueda."],"Add synonyms":["Añade sinónimos"],"Would you like to add keyphrase synonyms?":["¿Te gustaría añadir sinónimos de la frase clave? "],"Would you like to add more than one keyphrase?":["¿Te gustaría añadir más de una frase clave?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Puedes editar los metadatos SEO de este tipo de contenido personalizado en la %1$spágina de la tienda%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["No has configurado una página de tienda en tus ajustes de WooCommerce, Por favor, haz primero esto."],"Current year":["Año actual"],"Page":["Página"],"Breadcrumb settings for %s archive":["Ajustes de migas de pan para el archivo de %s"],"Something went wrong. Please reload the page.":["Algo salió mal. Por favor, recarga la página."],"Tagline":["Descripción corta"],"Modify your meta description by editing it right here":["Modifica tu meta description editándola aquí mismo"],"description (custom taxonomy)":["descripción (taxonomía personalizada)"],"(custom taxonomy)":["(taxonomía personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":["Term404"],"Caption":["Leyenda"],"Pagenumber":["Pagenumber"],"Pagetotal":["Pagetotal"],"Page number":["Número de página"],"User description":["Descripción del usuario"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":["Tipo de contenido (plural)"],"Post type (singular)":["Tipo de contenido (singular)"],"Separator":["Separador"],"Search phrase":["Frase de búsqueda"],"Term title":["Título del término"],"Term description":["Descripción del término"],"Tag description":["Descripción de la etiqueta"],"Category description":["Descripción de la categoría"],"Primary category":["Categoría principal"],"Category":["Categoría"],"Tag":["Etiqueta"],"Excerpt only":["Solo el extracto"],"Excerpt":["Extracto"],"Site title":["Título del sitio"],"Archive title":["Título del archivo"],"Parent title":["Título superior"],"Date":["Fecha"],"Label":["Etiqueta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Deberías crear una redirección para asegurarte de que tus visitantes no obtienen un error 404 cuando hagan clic en la URL que ya no funciona."],"Search engines and other websites can still send traffic to your deleted post.":["Los motores de búsqueda y otras webs puede que sigan enviando tráfico a tu entrada borrada."],"Make sure you don't miss out on traffic!":["¡Asegúrate de no perder tráfico!"],"You just deleted a %1$s.":["Acabas de borrar una %1$s."],"You just trashed a %1$s.":["Acabas de enviar a la papelera una %1$s."],"Settings for %s archive":["Ajustes del archivo de %s"],"Settings for single %s URLs":["Ajustes de las URLs de cada %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Los ajustes de esta página te permiten especificar cuál debería ser la apariencia en el buscador por defecto para cualquier tipo de contenido que tengas. Puedes elegir qué tipos de contendido aparecerán en los resultados de búsqueda y cuál debería ser su descripción por defecto."],"Url preview":["Vista previa de la URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Por favor, introduce una meta description editando el snippet de abajo. Si no lo haces Google intentará encontrar una parte relevante de tu contenido para mostrarla en los resultados de búsqueda."],"Insert snippet variable":["Insertar variable del snippet"],"Dismiss this notice":["Descartar este aviso"],"No results":["Sin resultados"],"%d result found, use up and down arrow keys to navigate":["%d resultado encontrado, usa las teclas arriba y abajo para navegar","%d resultados encontrados, usa las teclas arriba y abajo para navegar"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["El idioma de tu sitio está configurado a %s. Si no es así contacta con el administrador de tu sitio."],"Number of results found: %d":["Número de resultados encontrados: %d"],"Note that not all variables can be used in every field.":["Ten en cuenta que no todas las variables se pueden usar en todos los campos."],"Snippet variables":["Variables del snippet"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respeta tu privacidad. Lee nuestra %2$spolítica de privacidad%3$s para saber cómo gestionamos tu información personal."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Si sabes lo que esto significa y no quieres ver más este mensaje puedes %1$sdescartar este mensaje%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Los ajustes de tu sitio actualmente permiten que existan URLs de adjuntos en tu sitio. Por favor, %1$slee esta entrada sobre un problema potencial%2$s con las URLs de los adjuntos y revisa si tienes el ajuste correcto para tu sitio."],"Unknown type %1$s":["Tipo de %1$s desconocido"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["¡Incluye una cuenta gratuita MyYoast que te da acceso a nuestro curso gratuito SEO para principiantes!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Únete para nuestra newsletter si quieres estar al día sobre %1$s, otros plugins interesantes de %2$s, y noticias interesantes y consejos del mundo del SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obtén tu código de verificación de Baidu en las %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Código de verificación de Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["La funcionalidad del importador de %s utiliza tablas temporales de la base de datos. Parece que tu instalación de WordPress no tiene la capacidad de hacer esto, por favor, consulta a tu proveedor de alojamiento."],"Cleanup of %s data failed.":["La limpieza de los datos de %s han fallado."],"Content Type":["Tipo de contenido"],"Filter by content type":["Filtar por tipo de contenido"],"Show All Content Types":["Mostrar todos los tipos de contenido"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Para solucionar esto desmarca la casilla delante de «Separar los comentarios en páginas...» en la %1$spágina de ajustes de comentarios%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Reemplazado con el título normal de un archivo generado por WordPress"],"Clean":["Limpiar"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Una vez estés seguro de que tu sitio está BIEN puedes limpiarlo. Esto borrará todos los datos originales."],"Step 5: Clean up":["Paso 5: Limpieza"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Deberías ejecutar el asistente de configuración, desde la página SEO → General → Escritorio, para asegurarte de que todos los ajustes de tu sitio están correctos."],"Step 4: Run the configuration wizard":["Paso 4: Ejecutar el asistente de configuración."],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, revisa tus entradas y páginas para ver si se han importado correctamente los metadatos."],"Step 3: Check your data":["Paso 4: Comprueba tus datos"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Esto importará los metadatos de entrada, como los títulos y descripciones SEO, en tus metadatos de %1$s. Solo lo hará si no hay aún metadatos de %1$s. Los datos originales seguirán en su sitio."],"Step 2: Import":["Paso 2: Importar"],"Please make a backup of your database before starting this process.":["Por favor, haz una copia de seguridad de tu base de datos antes de empezar este proceso."],"Step 1: Create a backup":["Paso 1: Crea una copia de seguridad"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Hemos detectado datos de uno o más plugins SEO en tu sitio. Por favor, sigue los siguientes pasos para importar los datos:"],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":["%s no detectó ningún dato de plugins desde los que pueda hacer una importación."],"Posts that should not show up in search results":["Entradas que no deberían mostrarse en los resultados de búsqueda"],"%s data found.":["%s datos encontrados."],"%s data successfully removed.":["%s datos borrados con éxito."],"%s data successfully imported.":["%s datos importados con éxito."],"%s data not found.":["%s datos no encontrados."],"Improve your SEO skills":["Mejora tus habilidades SEO"],"24/7 email support":["Soporte por correo electrónico 24/7"],"No more dead links a.k.a. 404 pages":["No más enlaces muertos, también conocidos como páginas 404"],"Get real-time suggestions for internal links":["Consigue sugerencias en tiempo real de enlaces internos"],"Preview your page in Facebook and Twitter":["Vista previa de tu página en Facebook y Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Haz clic en el botón «%3$s» para usar la meta description ya establecida en el ajuste de %1$sapariencia en el buscador%2$s."],"Help on copying the home meta description":["Ayuda sobre como copiar la meta description de portada"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Para permitir a los motores de búsqueda saber qué perfiles sociales están asociados a este sitio introduce los datos de los perfiles sociales de tu sitio a continuación."],"Learn more about your social profiles settings":["Aprende más sobre los ajustes de tus perfiles sociales"],"Remove the categories prefix":["Elimina el prefijo de las categorías"],"Help on the category prefix setting":["Ayuda sobre el ajuste del prefijo en las categorías"],"Learn more about the available variables":["Aprende más sobre las variables disponibles"],"Learn more about the RSS feed setting":["Aprende más sobre el ajuste del RSS feed"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Cuando subes medios (una imagen o un vídeo, por ejemplo) a WordPress, no guarda solo el medio, crea también una URL de adjunto para él. Estas páginas de adjuntos están bastante vacías: contienen el elemento del medio y puede que un título si lo has introducido. Debido a esto, si nunca usas estas URLs de adjuntos, es mejor desactivarlas, y redirigirlas al medio mismo."],"Learn more about the Media and attachment URLs setting":["Aprende más sobre el ajuste de medios y URLs de adjuntos"],"Learn more about the title separator setting":["Aprende más sobre el ajustes del separador de título"],"Learn more about the knowledge graph setting":["Aprende más sobre el ajuste de knowledge graph"],"Learn more about the homepage setting":["Aprende más sobre el ajuste de portada"],"Learn more about the special pages setting":["Aprende más sobre el ajustes de páginas especiales"],"Help on the date archives search results setting":["Ayuda sobre el ajuste de resultados de búsqueda en archivos por fecha"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar los archivos de autor sin entradas en los resultados de búsqueda técnicamente significa que tendrán un meta robots %1$s y que se excluirán de los mapas del sitio XML. %2$sMás información sobre los ajustes de resultados de búsqueda%3$s."],"Help on the authors without posts archive search results setting":["Ayuda sobre el ajuste de autores sin entradas en los resultados de búsqueda"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar los archivos de autor en los resultados de búsqueda técnicamente significa que tendrán un meta robots %1$s y que se excluirán de los mapas del sitio XML. %2$sMás información sobre los ajustes de resultados de búsqueda%3$s."],"Help on the author archives search results setting":["Ayuda sobre el ajuste de archivos de autor en los resultados de búsqueda"],"Archives settings help":["Ayuda sobre los ajustes en archivos"],"Learn more about the archives setting":["Aprende más sobre el ajuste de archivos"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obtén tu código de verificación de Yandex en las %1$sherramientas para webmasters de Yandex%2$s."],"Yandex verification code":["Código de verificación de Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obtén tu código de verificación de Google en %1$sla Search Console de Google%2$s."],"Google verification code":["Código de verificación de Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obtén tu código de verificación de Bing en %1$slas herramientas para webmasters de Bing%2$s."],"Bing verification code":["Código de verificación de Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Puedes usar las cajas siguientes para verificar las distintas herramientas para webmasters. Esta característica añadirá una meta tag de verificación en tu portada. Sigue los enlaces a las distintas herramientas para webmasters y mira las instrucciones para el método de verificación de la meta tag con el que conseguir el código de verificación. Si tu sitio ya está verificado puedes olvidarte de esto."],"Learn more about the Webmaster Tools verification":["Aprende más sobre la verificación en las herramientas para webmasters"],"On":["Activo"],"Help on: %s":["Ayuda sobre: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s tiene un montón de características. Puedes activar / desactivar algunas de ellas a continuación. Al hacer clic en el signo de interrogación se muestra más información sobre la característica."],"Off":["Inactivo"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["La sección avanzada de la caja meta de %1$s permite a un usuario eliminar entradas de los resultados de búsqueda o cambiar el canonical. Estas son cosas que puede que no quieras que haga un autor. Es por ello que, por defecto, solo los editores y administradores pueden hacerlo. Establecer esto a «%2$s» permitirá a todos los usuarios cambiar estos ajustes."],"Security: no advanced settings for authors":["Seguridad: sin ajustes avanzados para los autores"],"See who contributed to %1$s.":["Mira quién ha contribuido a %1$s."],"Help on this search results setting":["Ayuda sobre este ajuste de resultados de búsqueda"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar los archivos de %1$s en los resultados de búsqueda técnicamente significa que tendrán un meta robots %2$s y que se excluirán de los mapas del sitio XML. %3$sMás información sobre los ajustes de resultados de búsqueda%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar %1$s en los resultados de búsqueda técnicamente significa que tendrán un meta robots %2$s y que se excluirán de los mapas del sitio XML. %3$sMás información sobre los ajustes de resultados de búsqueda%4$s."],"Default for %2$s, currently: %1$s":["Por defecto es %2$s, actualmente: %1$s"],"Show %s in search results?":["¿Mostramos %s en los resultados de búsqueda?"],"this author's archives":["archivos de este autor"],"Do not allow search engines to show %s in search results.":["No permitir a los motores de búsqueda mostrar %s en los resultados."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["En WordPress, las URL de las categorías contienen un prefijo, generalmente %s, esta característica elimina ese prefijo, únicamente en las categorías."],"Category URLs":["URLs de categorías"],"the archive for %s":["el archivo para %s"],"Redirect attachment URLs to the attachment itself?":["¿Redirigir las URL de adjuntos a los propios adjuntos?"],"We recommend you set this to Yes.":["Recomendamos establecer esto a Sí."],"Media & attachment URLs":["URL de medios y adjuntos"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Esto es lo que se muestra en los resultados de búsqueda cuando las personas encuentran tu página de inicio. Significa que esto es probablemente lo que verán cuando busquen su nombre de marca."],"date archives":["archivos por fecha"],"archives for authors without posts":["archivos para autores sin entradas"],"Read why XML Sitemaps are important for your site.":["Lee por qué los mapas del sitio XML son importantes para tu sitio."],"Enable the XML sitemaps that %s generates.":["Activar los mapas del sitio XML que genera %s."],"See the XML sitemap.":["Ver el mapa del sitio XML."],"%2$s (current default for %1$s)":["%2$s (actualmente por defecto para %1$s)"],"Media":["Medios"],"Content Types":["Tipos de contenido"],"Should search engines follow links on this %1$s?":["¿Deberían los motores de búsqueda seguir enlaces en esta %1$s?"],"Allow search engines to show this %s in search results?":["¿Permitir a los motores de búsqueda mostrar esta %s en los resultados?"],"Search Appearance":["Apariencia en el buscador"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Por favor, especifica qué tipos de contenido quieres que aparezcan en los motores de búsqueda. Si no conoces las diferencias entre ellos, es mejor que elijas los ajustes por defecto."],"Search engines should show \"%1$s\" in search results:":["Los motores de búsqueda deberían mostrar «%1$s» en los resultados:"],"Search engine visibility":["Visibilidad en los motores de búsqueda"],"Toggle %1$s's XML Sitemap":["Alternar mapa del sitio XML de %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Las peticiones de soporte que has creado aquí se enviaron directamente a nuestro sistema de soporte, que está asegurado con SSL de 256 bits, así que la comunicación es 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La característica de contenido esencial te permite marcar y filtrar contenido esencial de tu web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si tienes algún problema que no puedas resolver con nuestros tutoriales en vídeo o base de conocimiento puedes enviar un mensaje a nuestro equipo de soporte. Puedes contactar con ellos 24/7."],"Search result":["Resultado de búsqueda"],"Good results":["Buenos resultados"],"Get better search results in local search":["Consigue mejores resultados de búsqueda en la búsqueda local"],"Allow customers to pick up their %s order locally":["Permite a tus clientes recoger su pedido de %s en tu local"],"SEO analysis":["Análisis SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["El análisis SEO ofrece sugerencias para mejorar el SEO de tu texto."],"Learn how the SEO analysis can help you rank.":["Aprende cómo puede el análisis SEO mejorar tu posicionamiento."],"The readability analysis offers suggestions to improve the structure and style of your text.":["El análisis de legibilidad ofrece sugerencias para mejorar la estructura y estilo de tu texto."],"Discover why readability is important for SEO.":["Descubre por qué la legibilidad es importante para el SEO."],"Find out how cornerstone content can help you improve your site structure.":["Descubre cómo el contenido esencial puede ayudarte a mejorar la estructura de tu sitio."],"The text link counter helps you improve your site structure.":["El contador de enlaces de texto te ayuda a mejorar la estructura de tu sitio."],"Find out how the text link counter can enhance your SEO.":["Descubre cómo el contador de enlaces de texto puede mejorar tu SEO."],"%s integration":["Integración con %s"],"Read more about how %s works.":["Lee más acerca de cómo funciona %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta característica si quieres que Facebook y otras redes sociales muestren una vista previa con imágenes y un extracto de texto cuando se comparta un enlace de tu sitio."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta característica si quieres que Twitter muestre una vista previa con imágenes y un extracto de texto cuando se comparta un enlace de tu sitio."],"Find out why you should upgrade to %s":["Descubre por qué deberías actualizar a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Últimos artículos del blog de %1$s"],"Need help?":["¿Necesitas ayuda?"],"Type here to search...":["Teclea aquí para buscar…"],"Search the Yoast Knowledge Base for answers to your questions:":["Busca en la base de conocimiento de Yoast respuestas a tus preguntas:"],"Remove highlight from the text":["Quitar el resaltado del texto"],"Your site language is set to %s. ":["El idioma de tu sitio está configurado a %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["¡Comienza ya mismo con el %2$sasistente de configuración%3$s de %1$s!"],"First-time SEO configuration":["Configuración SEO inicial"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["El idioma de tu sitio está configurado a {language}. Si esto no es correcto contacta con el administrador de tu sitio."],"Your site language is set to {language}.":["El idioma de tu sitio está configurado a {language}."],"Highlight this result in the text":["Resalta este resultado en el texto"],"Considerations":["Consideraciones"],"Errors":["Errores"],"Change language":["Cambiar idioma"],"You cannot create a %s file.":["No puedes crear un archivo %s."],"You cannot edit the %s file.":["No puedes editar el archivo %s."],"Updated %s":["%s actualizado"],"Create %s file":["Crear archivo %s"],"Edit the content of your %s:":["Editar el contenido de tu %s:"],"Save changes to %s":["Guardar cambios a %s"],"%s file":["archivo %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin que les ayude. Por favor, instala %3$s para hacer tu vida más fácil. %4$s."],"More information":["Más información"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin que les ayude. Por favor, activa %3$s para hacer tu vida más fácil."],"More information about %1$s":["Más información sobre %1$s"],"Configuration Wizard":["Asistente de configuración"],"You've done it!":["¡Lo has hecho!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["¡Integra sin problemas el análisis de contenido de %2$s con %1$s!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin auxiliar. Instala %3$s para hacer tu vida más fácil."],"Manage your %s subscription on MyYoast":["Gestiona tu suscripción de %s en MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Los ajustes de apariencia en el buscador para %1$s están formados por variables que se reemplazan por valores específicos de la página cuando esta se muestra. La tabla de abajo contiene una lista de las variables disponibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marca la %1$s más importante como 'contenido esencial' para mejorar la estructura de tu sitio. %2$sAprende más sobre contenido esencial%3$s."],"Loading help center.":["Cargando el centro de ayuda."],"Get support":["Obtén soporte"],"View in KB":["Ver en la KB"],"Go back":["Volver"],"Go back to the search results":["Volver a los resultados de búsqueda"],"(Opens in a new browser tab)":["(Se abre en una nueva pestaña del navegador)"],"Posts %1$swithout%2$s a focus keyphrase":["Entradas %1$ssin%2$s frase clave objetivo"],"Hey, your SEO is doing pretty well! Check out the stats:":["¡Eh, tu SEO está funcionando bastante bien! Echa un vistazo a las estadísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["No tienes ninguna entrada publicada. ¡Tus puntuaciones SEO aparecerán aquí una vez hagas tu primera entrada!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["En esta página puedes cambiar el nombre de tu sitio y elegir qué separador usar. El separador se mostrará, por ejemplo, entre el título de tu entrada y el nombre\ndel sitio. Los símbolos se muestran en el tamaño en que aparecerán en los\nresultados de búsqueda. Elige el que se adapte mejor a tu marca o que ocupe\nel menor espacio posible en los snippets."],"Something else":["Algo más"],"A portfolio":["Un portafolio"],"A corporation":["Una empresa"],"A small offline business":["Un pequeño negocio offline"],"A news channel":["Un canal de noticias"],"An online shop":["Una tienda online"],"A blog":["Un blog"],"What does the site %1$s represent?":["¿A qué representa el sitio %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Si eliges que no, no se activará ningún archivo de autor para evitar\nproblemas de contenido duplicado."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: no almacenamos tus datos de ningún modo, y no tenemos acceso completo a tu cuenta. Tu privacidad está a salvo con nosotros."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s se integra con la Google Search Console, una herramienta imprescindible para los propietarios de sitios. Te ofrece información sobre el estado de tu sitio. ¿Aún no tienes una cuenta de Google o no has activado tu sitio? Aprende a %2$sconectar la Google Search Console a tu sitio%3$s."],"Option B: My site is under construction and should not be indexed":["Opción B: Mi sitio está en construcción y no debería indexarse"],"Option A: My site is live and ready to be indexed":["Opción A: Mi sitio está en directo y listo para indexar"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Elige en construcción si quieres mantener el sitio fuera de los índices\nde los motores de búsqueda. No olvides activarlo una vez estés listo\npara publicar tu sitio."],"Please specify if your site is under construction or already active.":["Por favor, especifica si tu sitio está en construcción o si ya está activo."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Esta información se usará en la ficha de Google Knowledge Graph, el gran bloque\nde información que verás a la derecha de los resultados de búsqueda."],"Read more like this on our SEO blog":["Lee más como esto en nuestro blog de SEO"],"Readability: %s":["Legibilidad: %s"],"Not activated":["Sin activar"],"Activated":["Activa"],"%1$s recommendations for you":["Recomendaciones de %1$s para ti"],"All Readability Scores":["Todas las puntuaciones de legibilidad"],"Filter by Readability Score":["Filtrar por puntuación de legibilidad"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["¡No estás recibiendo actualizaciones ni soporte! Soluciona este problema añadiendo este sitio y activando %1$s en %2$s."],"Request method %1$s is not valid.":["El método de petición %1$s no es válido."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["¿Quieres previsualizar lo que verá la gente si comparte esta entrada en %1$s? Puedes, con %2$s."],"Good job! All the links in your texts have been counted.":["¡Buen trabajo! Todos los enlaces en tus textos se han contabilizado."],"Calculation completed.":["Cálculo completado."],"Calculation in progress...":["Cálculo en progreso…"],"Stop counting":["Parar el conteo"],"Counting links in your texts":["Contando enlaces en tus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s procesado."],"All your texts are already counted, there is no need to count them again.":["Se han contado todos tus textos, no hay necesidad de contarlos de nuevo."],"Count links in your texts":["Cuenta los enlaces en tus textos"],"Text link counter":["Contador de enlaces en textos"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de enlaces internos que enlazan a esta entrada. Revisa el texto en las «Columnas Yoast» de la pestaña de ayuda para más información."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de enlaces salientes de esta entrada. Revisa el texto «Columnas Yoast» de la pestaña de ayuda para más información."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s añade varias columnas a esta página. Hemos escrito un artículo sobre %2$scómo usar la puntuación SEO y de legibilidad%3$s. Las columnas de enlaces muestran el número de artículos de este sitio enlazando %5$sa%6$s este artículo y el número de URLs enlazadas %5$sdesde%6$s este artículo. Aprende más sobre %4$scómo usar estas utilidades para mejorar tu enlazado interno%3$s, lo que mejora enormemente tu SEO."],"%s Columns":["Columnas %s"],"Readability score":["Puntuación de legibilidad"],"Other benefits of %s for you:":["Otros beneficios de %s para ti:"],"Scroll to see the preview content.":["Navega para ver la vista previa del contenido."],"Cornerstone content":["Contenido esencial"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s ahora se ocupará de toda la optimización técnica necesaria para tu sitio. Para mejorar de verdad el rendimiento de tu sitio en los resultados de búsqueda es importante empezar a crear contenido que puntúe bien por las frases clave que te interesen. Revisa este vídeo en el que explicamos como usar la caja meta %1$s cuando editas entradas y páginas."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["¡Si quieres ganar a tu competencia en una región o ciudad específica echa un vistazo a nuestro plugin %1$s! Podrás insertar fácilmente mapas de Google, horarios de apertura, información de contacto y localizadores de tienda. Además de todo esto %1$s te ayuda a mejorar la usabilidad de tu página de contacto. "],"Attract more customers near you":["Atrae más clientes cerca de ti"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["¿Quieres conocer todos los secretos del plugin %1$s? ¿Quieres aprender todo sobre nuestros ajustes avanzados? ¿Quieres ser realmente capaz de sacar el máximo partido del plugin %1$s? ¡Echa un vistazo a nuestro entrenamiento del plugin %1$s y empieza a ganar a tu competencia!"],"Get the most out of %1$s with the %2$s":["Saca el máximo partido de %1$s con el %2$s"],"Upgrade to Premium":["Actualizar a premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["¿Quieres ganar a tu competencia? %1$s te ofrece fantásticas características adicionales que te ayudarán a configurar tu estrategia SEO como un profesional. Añade sinónimos y palabras clave relacionadas, nuestro análisis SEO Premium el gestor de redirecciones y nuestra herramienta de enlaces internos. %1$s también te dará acceso a soporte premium."],"Outrank the competition with %s":["Gana a tu competencia con %s"],"You might like":["Te podría gustar"],"Newsletter":["Boletín"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Hemos detectado que no has completado aún este asistente, así que te recomendamos que %2$sinicies el asistente de configuración para configurar %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["El asistente de configuración te ayudar a configurar con facilidad tu sitio para conseguir los ajustes SEO óptimos."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Hazte Premium y nuestros expertos responderán cualquier pregunta que puedas tener acerca de la configuración y el uso del plugin."],"Superfast internal linking suggestions":["Sugerencias super rápidas sobre enlaces internos"],"Great news: you can, with %1$s!":["¡Buenas noticias: puedes hacerlo, con %1$s!"],"Save changes":["Guardar cambios"],"1 year free support and updates included!":["¡1 año de soporte y actualizaciones gratuitas incluido!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["El plugin %2$s cambia el código de tu sitio haciendo diferencias entre los motores de búsqueda y los usuarios normales, un proceso llamado cloaking. Recomendamos encarecidamente que lo desactives."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sVista previa en redes sociales%2$s: Facebook y Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo más enlaces muertos%2$s: sencillo gestor de redirecciones"],"No ads!":["¡Sin anuncios!"],"Facebook & Twitter":["Facebook y Twitter"],"Social media preview":["Vista previa en redes sociales"],"Easy redirect manager":["Sencillo gestor de redirecciones"],"No more dead links":["No más enlaces muertos"],"Increase your SEO reach":["Aumenta tu alcance SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Si quieres más ayuda para crear contenido impactante revisa nuestro %2$scurso de escritura SEO%3$s. ¿Quieres conocer todas las características del plugin?, ¡plantéate hacer nuestro %1$s!"],"Variable":["Variable"],"Available variables":["Variables disponibles"],"Scroll to see the table content.":["Navega para ver el contenido de la tabla."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Por favor, si necesitas ayuda, revisa %1$snuestro artículo sobre cómo conectar tu web a Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Ocurrió un error en la evaluación '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s de las palabras contiene %2$smás de %3$s sílabas%4$s, que es más que el máximo recomendado: %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s de las palabras contienen %2$smás %3$s sílabas%4$s, que es menor o igual que el máximo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Esto es ligeramente menos que el mínimo recomendado de %5$d palabra. %3$sEscribe un poco más%4$s.","Esto es ligeramente menos que el mínimo recomendado de %5$d palabras. %3$sEscribe un poco más%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La meta description contiene %1$d frase %2$sde más de %3$s palabras%4$s. Trata de acortar esta frase.","La meta description contiene %1$d frases %2$sde más de %3$s palabras%4$s. Trata de acortar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La meta description no contiene frases %1$sde más de %2$s palabras%3$s."],"Step %1$d: %2$s":["Paso %1$d: %2$s"],"No new notifications.":["No hay nuevos avisos."],"Save all":["Guardar todo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, autor en %2$s"],"Mobile preview":["Vista previa móvil"],"Desktop preview":["Vista previa escritorio"],"Select redirect":["Elige redirección"],"Please provide an SEO title by editing the snippet below.":["Por favor introduce un título SEO editando el snippet de abajo."],"Meta description preview:":["Vista previa de la meta description:"],"Slug preview:":["Vista previa del slug:"],"SEO title preview:":["Vista previa del título SEO:"],"Close snippet editor":["Cerrar el editor de snippet"],"Slug":["Slug"],"Remove marks in the text":["Quitar marcas del texto"],"Mark this result in the text":["Marca este resultado en el texto"],"Marks are disabled in current view":["Las marcas están desactivadas en la vista actual"],"Good SEO score":["Puntuación SEO buena"],"OK SEO score":["Puntuación SEO aceptable"],"Feedback":["Feedback"],"ok":["fácil"],"Choose an image":["Elige una imagen"],"Remove the image":["Quita la imagen"],"MailChimp signup failed:":["El registro en Mailchimp ha fallado:"],"Sign Up!":["¡Regístrate!"],"Name":["Nombre"],"There is an error with the request.":["Ocurrió un error en la petición."],"Select profile":["Elige perfil"],"Choose a profile":["Elige un perfil"],"Authorization code":["Código de autorización"],"Reauthenticate with Google":["Volver a identificar con Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para permitir que %s obtenga tu información de la consola de búsqueda de Google, por favor, introduce tu código de autorización de Google. Al hacer clic en el botón de abajo se abrirá una nueva ventana. "],"Please provide a meta description by editing the snippet below.":["Por favor introduce una meta description editando el snippet de abajo."],"Edit snippet":["Editar snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Puedes hacer clic en cualquier elemento de la vista previa para ir al editor del snippet."],"SEO title preview":["Vista previa del título SEO"],"Meta description preview":["Vista previa de la meta description"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Ocurrió un problema al guardar este paso, {{link}}por favor, envía un informe de fallos{{/link}} describiendo en qué paso estás y qué cambios querías hacer (si los hubiera)."],"Close the Wizard":["Cerrar el asistente"],"Export settings":["Exportar ajustes"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Asistente de configuración"],"Please don't show me this notification anymore":["Por favor, no me muestres más este aviso"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Si estás teniendo problemas, %1$spor favor, envía un informe de fallos%2$s y haremos todo lo posible para ayudarte."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Hemos observado que has estado usando %1$s desde hace algún tiempo; ¡esperamos que te guste! ¡Nos encantaría que pudieras %2$sdejarnos una valoración de 5 estrellas en WordPress.org%3$s!"],"Date archives settings":["Ajustes de archivos por fecha"],"Author archives settings":["Ajustes de archivos de autor"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Aviso: la variable %s no puede usarse en esta plantilla. Revisa el centro de ayuda para más información."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Por cierto, ¿sabías que también tenemos un %1$splugin Premium%2$s? Ofrece funcionalidades avanzadas, como un gestor de redirecciones y compatibilidad con múltiples frases clave. También incluye soporte personal 24/7."],"(no title)":["(sin título)"],"%s installation wizard":["Asistente de instalación de %s"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["El menú de la barra de administración de %1$s contiene enlaces útiles de herramientas de terceros con las que analizar páginas y facilitarte ver si tienes nuevos avisos."],"Admin bar menu":["Menú de la barra de administración"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s puede comprobar a diario si tu sitio aún está indexado en los motores de búsqueda, y %2$s te avisará cuando no sea así."],"Features":["Características"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Aunque hemos tratado que configurar %1$s sea lo más fácil posible, entendemos que puede ser intimidante. Si prefieres que configuremos %1$s por ti (y de paso tener una copia de %2$s) ¡contrata nuestro %3$s%1$sservicio de configuración de %4$s aquí!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bienvenido al asistente de instalación de %1$s. ¡En unos pocos pasos te ayudaremos a configurar tus ajustes SEO para que se ajusten a las necesidades de tu web!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google muestra el nombre de tu web en los resultados de búsqueda, y si quieres cambiarlo, puedes hacerlo aquí."],"Greater than sign":["Símbolo mayor que"],"Less than sign":["Símbolo de menor que"],"Right angle quotation mark":["Comilla inclinada a la derecha"],"Left angle quotation mark":["Comilla inclinada a la izquierda"],"Small tilde":["Tilde pequeña"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco bajo"],"Asterisk":["Asterisco"],"Bullet":["Viñeta"],"Middle dot":["Punto medio"],"Em dash":["Guión largo"],"En dash":["Guión corto"],"Dash":["Guión"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Elige qué símbolo utilizar como separador de título. Se mostrará, por ejemplo, entre el título de tu publicación y el nombre del sitio. Los símbolos se muestran en el tamaño en el que aparecerán en los resultados de búsqueda."],"The name of the person":["El nombre de la persona"],"No":["No"],"Yes":["Sí"],"Does, or will, your site have multiple authors?":["¿Tiene o tendrá tu sitio varios autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genera automáticamente una URL para cada elemento multimedia existente en la biblioteca. Activando esto permitirá a Google indexar la URL generada."],"Success!":["¡Lo lograste!"],"Title settings":["Ajustes de título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Varios autores"],"Site type":["Tipo de sitio"],"Environment":["Entorno"],"Yoast option %1$s not found.":["El ajuste %1$s de Yoast no está disponible."],"Google Structured Data Test":["Test de datos estructurados de Google"],"Posts list":["Lista de entradas"],"Posts list navigation":["Navegación por la lista de entradas"],"Filter posts list":["Filtrar la lista de entradas"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Observa que los enlaces a los archivos aún podrían verse en tu tema y que puede que tengas que quitarlos por tu cuenta."],"%1$s to optimize your site even further":["%1$s para optimizar tu sitio aún más"],"%1$s extensions":["Extensiones de %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Incluye nuestra garantía de reembolso de 30 días sin preguntas"],"More information %1$sabout %3$s%2$s":["Más información %1$ssobre %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtén acceso a nuestro equipo de soporte 24/7."],"Premium support":["Soporte premium"],"check what your Facebook or Twitter post will look like.":["comprueba cómo se verá tu publicación en Facebook o Twitter."],"Social previews":["Vistas previas sociales"],"create and manage redirects from within your WordPress install.":["crea y administra redirecciones desde dentro de tu instalación de WordPress."],"Redirect manager":["Gestor de redirecciones"],"%1$s, take your optimization to the next level!":["¡%1$s, lleva tu optimización al siguiente nivel!"],"A seamless integration between %1$s and %2$s":["Integración sin fisuras entre %1$s y %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utiliza las migas de pan de %1$s en vez de las de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inserción sencilla de Google Maps, un localizador de tiendas, horas de apertura y más"],"Creates XML News Sitemaps":["Crea mapas del sitio XML de noticias"],"Immediately pings Google on the publication of a new post":["Hace inmediatamente ping a Google cada vez que se publica una nueva entrada"],"Optimize your site for Google News":["Optimiza tu sitio para Google News"],"Make videos responsive through enabling fitvids.js":["Haz que los vídeos sean adaptables activando fitvids.js"],"Enhance the experience of sharing posts with videos":["Mejora la experiencia compartiendo entradas con vídeos"],"Show your videos in Google Videos":["Muestra tus vídeos en Google Videos"],"Crawl issues list":["Lista de problemas de rastreo"],"Crawl issues list navigation":["Navegación por la lista de problemas de rastreo"],"Edit “%s”":["Modificar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Avisos"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Quita la pestaña de frase clave de la caja meta y desactiva todas las sugerencias relacionadas con el SEO."],"Disable SEO analysis":["Desactivar análisis SEO"],"Twitter settings":["Ajustes de Twitter"],"Pinterest settings":["Ajustes de Pinterest"],"Facebook settings":["Ajustes de Facebook"],"Title separator symbol":["Símbolo separador del título"],"RSS feed settings":["Ajustes del feed RSS"],"Breadcrumbs settings":["Ajustes de migas de pan"],"Make primary":["Hacer principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Introduce tu código de autorización de Google y pulsa el botón Autorizar."],"Knowledge base article":["Artículo de la base de conocimiento"],"Open the knowledge base article in a new window or read it in the iframe below":["Abre el artículo de la base de conocimiento en una nueva ventana o léelo en el marco de abajo"],"Search results":["Resultados de búsqueda"],"%s notification":["%s aviso","%s avisos"],"Disable readability analysis":["Desactivar el análisis de legibilidad"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Quita la pestaña de legibilidad de la caja meta y desactiva todas las sugerencias relacionadas con la legibilidad."],"Readability analysis":["Análisis de legibilidad"],"Needs improvement":["Necesita mejorar"],"Readability":["Legibilidad"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Estás tratando de cargar archivos sin minimizar. Estos solo están disponibles en nuestro paquete de desarrollo. Revisa %1$s para ver todos los archivos originales."],"Improvements":["A mejorar"],"Dismiss this item.":["Descartar este elemento."],"Good job! We could detect no serious SEO problems.":["¡Buen trabajo! No hemos podido detectar ningún problema grave de SEO."],"We have detected the following issues that affect the SEO of your site.":["Hemos detectado los siguientes problemas que afectan al SEO de tu sitio."],"Problems":["Problemas"],"Analysis":["Análisis"],"Not available":["No disponible"],"Filter by SEO Score":["Filtrar por puntuación SEO"],"Meta description not set.":["No se ha definido la meta description."],"Video tutorial":["Videotutorial"],"Email support is a %s feature":["El soporte por correo electrónico es una característica %s"],"Knowledge base":["Base de conocimientos"],"Open":["Abrir"],"Loading...":["Cargando..."],"Something went wrong. Please try again later.":["Algo salió mal. Por favor, inténtalo de nuevo más tarde."],"No results found.":["No se han encontrado resultados."],"Dashboard":["Escritorio"],"You can fix this on the %1$sPermalink settings page%2$s.":["Puedes solucionar este problema en la %1$spágina de ajustes de enlaces permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La paginación de comentarios está activada, esto no es necesario en 999 de 1000 casos, te recomendamos desactivarla."],"Replaced with the primary category of the post/page":["Reemplazado con la categoría principal de la entrada/página"],"Pinterest confirmation":["Confirmación de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Si ya has confirmado tu web en Pinterest puedes saltarte este paso."],"Format-based archives":["Archivos de formatos"],"Webmaster Tools verification":["Verificación en las herramientas para webmasters"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["¡Sigue nuestra %1$s formación para WordPress y conviértete en un experto %1$s certificado!"],"Want to be a %s Expert?":["¿Quieres ser un experto en %s?"],"Buy %s":["Comprar %s"],"Show information about errors in category %s":["Mostrar información de errores de la categoría %s"],"New %1$s Title":["Nuevo título de %1$s"],"Existing %1$s Title":["Título %1$s existente"],"Expected an integer as input.":["Se esperaba un número entero."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Se ha intentado crear la clave de cache del mapa del sitio pero la combinación de sufijo y prefijo deja demasiado abiertas las opciones. Es posible que quieras mostrar una página que no esté en el rango deseado."],"Remove":["Quitar"],"Keep":["Conservar "],"Bold the last page":["Última página en negrita"],"Regular":["Normal"],"Bold":["Negrita"],"Show Blog page":["Mostrar la página del blog"],"Primary %s":["Principal %s"],"Primary":["Principal"],"Make %1$s primary %2$s":["Hacer %1$s primario %2$s"],"Term is set to noindex.":["El término se ha etiquetado como noindex"],"Author archives":["Archivos de autor"],"Show":["Mostrar"],"Enabled":["Activo"],"Disabled":["Inactivo"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s no ha obtenido aún el estado de indexación de tu sitio desde %2$s"],"The separator defined in your theme's %s tag.":["El separador definido en la etiqueta %s de tu tema."],"No index":["No indexar"],"Analyze entire site":["Analizar el sitio completo"],"Fetch the current status":["Consultar el estado actual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s no ha sido capaz de obtener el estado de indexación de tu sitio%3$s desde %4$s"],"Your homepage can be indexed by search engines.":["Tu página de inicio puede ser indexada por los motores de búsqueda."],"Indexability check by %1$s":["Comprobación de indexación de %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Si quieres utilizar una imagen para compartir en %1$s puedes subir/elegir una imagen o añadir aquí la URL de la imagen."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Si quieres utilizar otro texto diferente a la meta description para compartir en %1$s escríbelo aquí."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Si quieres utilizar otro texto diferente al title para compartir en %1$s escríbelo aquí."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sTu página principal no puede ser indexada por los motores de búsqueda%2$s. Esto es muy perjudicial para el SEO y debe ser solucionado."],"Once Weekly":["Una vez por semana"],"SEO score":["Puntuación SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculando la puntuación SEO para todo el contenido con frase clave objetivo."],"%1$s of %2$s done.":["%1$s de %2$s hecho."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Hemos actualizado nuestro algoritmo de puntuación SEO. %1$sRecalcula las puntuaciones SEO%2$s de todas las entradas y páginas."],"Team Yoast":["Equipo Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La primera verdadera solución SEO todo en uno para WordPress, incluyendo análisis de contenido de páginas, mapas del sitio en XML y mucho más."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ha fallado la activación:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["La extensión filtro parece no estar disponible. Por favor, pide a tu proveedor de alojamiento web que la habilite."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["La instalación del plugin %1$s no se ha completado. Por favor, consulta las %2$sinstrucciones de instalación%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["La extensión de librería estándar PHP (SPL) parece no estar disponible. Por favor, pide a tu proveedor de hosting que la active. "],"SEO Settings":["Ajustes SEO"],"Mobile-Friendly Test":["Prueba de compatibilidad para móviles"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["Validador de CSS"],"HTML Validator":["Validador de HTML"],"Pinterest Rich Pins Validator":["Validador de Pinterest Rich Pins"],"Facebook Debugger":["Depurador de Facebook"],"Check Headers":["Comprobar cabeceras"],"Check Google Cache":["Comprobar la caché de Google "],"Analyze this page":["Analizar esta página"],"Keyword Research":["Análisis de frases clave"],"%s does not seem to be a valid url. Please correct.":["%s no parece ser una url válida. Por favor corrigelo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s no parece que sea una cadena válida de verificación de %2$s. Por favor corrígelo."],"%s Archive":["%s archivo"],"You searched for %s":["Has buscado %s"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s no parece ser un nombre de usuario válido de Twitter. Por favor, corrígelo."],"Summary with large image":["Resumen con imagen grande"],"Summary":["Resumen"],"The post %1$s appeared first on %2$s.":["La entrada %1$s se publicó primero en %2$s."],"No numeric value was received.":["Ningún valor numérico recibido."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Debe ser un blog existente. El blog %s no existe o ha sido marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["La configuración predeterminada del blog debe ser el ID numérico del blog que quires utilizar como predeterminado."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s no es una elección válida para quien debería tener acceso a los ajustes de %2$s. El valor se ha devuelto al predeterminado."],"Please select a valid post type for taxonomy \"%s\"":["Por favor elige un tipo de contenido válido para la taxonomía «%s»"],"Please select a valid taxonomy for post type \"%s\"":["Por favor, elige una taxonomía válida para el tipo de contenido «%s»"],"You searched for":["Has buscado por"],"Home":["Portada"],"Archives for":["Archivo de"],"Error 404: Page not found":["Error 404: Página no encontrada"],"Good":["Bien"],"Replaced with a custom taxonomies description":["Reemplazado con una descripción personalizada de taxonomías "],"Replaced with a posts custom taxonomies, comma separated.":["Reemplazado con taxonomías personalizadas de entradas, separados por comas."],"Replaced with a posts custom field value":["Reemplazado con un valor del campo personalizado de las entradas"],"Replaced with the slug which caused the 404":["Reemplazado por el slug que causó el 404"],"Replaced with the posts focus keyphrase":["Reemplazado con la frase clave objetivo de las publicaciones"],"Attachment caption":["Pié de foto del adjunto"],"Replaced with the current page number":["Reemplazado por el número de página actual"],"Replaced with the current page total":["Reemplazado por el total de la página actual."],"Replaced with the current page number with context (i.e. page 2 of 4)":["Reemplazado por el número actual de página en el contexto (por ejemplo, página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Reemplazado por la «Información biográfica» del autor de la entrada/página"],"Replaced with the post/page author's 'nicename'":["Reemplazado con el nombre «bonito» del autor de la entrada/página."],"Replaced with the post/page ID":["Reemplazado con la ID de entrada/página"],"Replaced with the post/page modified time":["Reemplazado con la fecha de modificación de la entrada/página"],"Replaced with the content type plural label":["Reemplazado con la etiqueta en singular del tipo de contenido"],"Replaced with the content type single label":["Reemplazado con la etiqueta en singular del tipo de contenido"],"Replaced with the current search phrase":["Reemplazado con la frase de búsqueda actual"],"Replaced with the term name":["Reemplazado con el nombre del término"],"Replaced with the term description":["Reemplazado con la descripción del término"],"Replaced with the tag description":["Reemplazado con la descripción de la etiqueta"],"Replaced with the category description":["Reemplazado con la descripción de la categoría"],"Replaced with the post categories (comma separated)":["Reemplazar con las categorías de la entrada (separadas con coma)"],"Replaced with the current tag/tags":["Reemplazado con la(s) etiqueta(s) actuales "],"Replaced with the post/page excerpt (without auto-generation)":["Reemplazado con el extracto de la entrada/página (sin autogeneración)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Reemplazado con el extracto de la entrada/página (o la autogenerada si no existe)"],"The site's name":["El nombre del sitio"],"Replaced with the title of the parent page of the current page":["Reemplazado con el título de la página superior de la página actual"],"Replaced with the title of the post/page":["Reemplazado con el título de la entrada/página"],"Replaced with the date of the post/page":["Reemplazado con los datos de la entrada/página"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["No puedes sustituir una variable de reemplazo estándar de WPSEO registrando una variable con el mismo nombre. Usa el filtro «wpseo_replacements» en vez de ajustar el valor de reemplazo."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Una variable de reemplazo con el mismo nombre ya ha sido registrada. Trata de hacer que el nombre de variable sea diferente y único."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Una variable de reemplazo no puede comenzar por «%%cf_» o «%%ct_» debido a que estas están reservadas para variables estándar de WPSEO para campos y taxonomías personalizadas. Intenta elegir nombres de variables únicos."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Una variable de reemplazo solamente puede contener caracteres alfanuméricos, guión bajo, o guión normal. Intenta renombrar tu variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Aviso solo para el Administrador: esta página no muestra una meta description porque no la tiene. Haz una de estas dos cosas: escribe una específicamente para esta página o ve al menú [%1$s - %2$s] y configura una plantilla."],"Page not found":["Página no encontrada"],"%s Archives":["%s archivos"],"Search for \"%s\"":["Buscar por «%s»"],"Meta description to use for Author page":["Meta description a usar en la página de autor"],"Title to use for Author page":["Título a usar en la página de autor"],"%1$s settings":["Ajustes %1$s"],"Export your %1$s settings":["Exportar tus ajustes de %1$s"],"Import settings":["Importar ajustes"],"Import from other SEO plugins":["Importar de otros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Si tuvieses un archivo %s y tuviese permisos de escritura podrías editarlo desde aquí."],"If your %s were writable, you could edit it from here.":["Si tu archivo %s tuviese permisos de escritura podrías editarlo desde aquí."],"You don't have a %s file, create one here:":["No tienes un archivo %s, crea uno aquí:"],"A link to your site, with your site's name and description as anchor text.":["Un enlace a tu sitio, con el nombre del sitio y la descripción como texto de anclaje."],"A link to your site, with your site's name as anchor text.":["Un enlace a su sitio, con el nombre del sitio como texto de anclaje."],"A link to the post, with the title as anchor text.":["Un enlace a la entrada, con el título como texto de anclaje."],"A link to the archive for the post author, with the authors name as anchor text.":["Un enlace al archivo del autor de la entrada, con el nombre del autor como texto de anclaje."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Puedes usar la siguientes variables dentro del contenido, estas serán reemplazadas por el valor de la derecha."],"Content to put after each post in the feed":["Contenido que se pondrá después de cada entrada en el feed"],"Content to put before each post in the feed":["Contenido a publicar en el feed antes de cada entrada"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta característica se usa para añadir contenido automáticamente a tu RSS, en concreto, se trata de añadir enlaces de vuelta a tu sitio y las entradas de tu sitio, para que los ladrones de contenido lerdos añadan automáticamente también esos enlaces, así ayudamos a los motores de búsqueda a identificarte como la fuente original del contenido."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["El uso de esta característica de migas de pan está explicada en %1$s nuestro artículo sobre implementación de migas de pan%2$s."],"How to insert breadcrumbs in your theme":["Como insertar las migas de pan en tu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Archivo de tipo de contenido a mostrar en las migas de pan para las taxonomías"],"Taxonomy to show in breadcrumbs for content types":["Taxonomía a mostrar en las migas de pan para los tipos de contenido"],"Breadcrumb for 404 Page":["Migas de pan para la página 404"],"Prefix for Search Page breadcrumbs":["Prefijo para la página de búsqueda de las migas de pan"],"Prefix for Archive breadcrumbs":["Prefijo para los archivos de migas de pan"],"Prefix for the breadcrumb path":["Prefijo de la ruta de las migas de pan"],"Anchor text for the Homepage":["Texto del enlace para la página de inicio"],"Separator between breadcrumbs":["Separador de las migas de pan"],"Enable Breadcrumbs":["Activar las migas de pan"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Abajo tienes las puntuaciones SEO de tus entradas publicadas. ¡Ahora es tan buen momento como cualquier otro para empezar a mejorar algunas de sus entradas!"],"Credits":["Créditos"],"« Back to Tools page":["« Volver a página de herramientas"],"%1$s comes with some very powerful built-in tools:":["%1$s incluye algunas herramientas integradas muy potentes:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta herramienta te permite modificar rápidamente archivos importantes para tu SEO, como tu robots.txt y, si lo tienes, tu archivo .htaccess."],"File editor":["Editor de archivos"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importa la configuración de otro plugin SEO y exporta su configuración para reutilizarla en otro sitio."],"Import and Export":["Importar y exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta herramienta te permite modificar rápidamente títulos y descripciones de entradas y páginas sin necesidad de editar cada página."],"Bulk editor":["Editor masivo"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sverificar tu sitio en Pinterest%2$s añade aquí la meta tag:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest utiliza metadatos Open Graph al igual que Facebook, así que asegúrate de marcar la casilla de Open Graph en la pestaña de Facebook si quieres optimizar tu sitio para Pinterest."],"The default card type to use":["El tipo de tarjeta predeterminada a utilizar"],"Add Twitter card meta data":["Añade meta datos de tarjeta de Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imagen se usa si la entrada/página compartida no contiene ninguna imagen."],"Default settings":["Ajustes por defecto"],"Copy home meta description":["Copiar la meta description de la portada"],"Description":["Descripción"],"Image URL":["URL de la imagen"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Son el título, descripción e imagen utilizada en las meta tags de Open Graph en la página principal de tu sitio."],"Frontpage settings":["Ajustes de página principal"],"Add Open Graph meta data":["Añadir metadatos Open Graph"],"YouTube URL":["URL de YouTube"],"Pinterest URL":["URL de Pinterest"],"MySpace URL":["URL de MySpace"],"LinkedIn URL":["URL de Linkedin"],"Instagram URL":["URL de Instagram"],"Twitter Username":["Usuario de Twitter"],"Facebook Page URL":["URL de la página de Facebook"],"Accounts":["Cuentas"],"Restore site to defaults":["Restaurar sitio a ajustes por defecto."],"Site ID":["ID de sitio"],"Using this form you can reset a site to the default SEO settings.":["Usando este formulario puedes devolver un sitio a los ajustes SEO por defecto."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Los datos sensibles a privacidad (administradores de Facebook, por ejemplo), los ajustes específicos del tema (reescritura del título) y algunos ajustes muy específicos no se importarán a los nuevos sitios."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Introduce el %1$sID del sitio%2$s del sitio cuyos ajustes quieres usar por defecto para todos los sitios que se añadan a tu red. Déjalo vacío para ninguno (o sea, para que se usen los ajustes por defecto del plugin)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Elige el sitio cuya configuración deseas utilizar de forma predeterminada para todos los sitios que se añadan a la red. Si eliges «Ninguna», se utilizarán los valores predeterminados normales del plugin."],"New sites in the network inherit their SEO settings from this site":["Los sitios nuevos de la red heredan los ajustes SEO de este sitio"],"Super Admins only":["Sólo para super administradores"],"Site Admins (default)":["Administradores del sitio (por defecto)."],"Who should have access to the %1$s settings":["Quién debería tener acceso a los ajustes de %1$s"],"spam":["spam"],"mature":["maduro"],"archived":["archivado"],"public":["público"],"%s restored to default SEO settings.":["%s se ha restaurado a ajustes SEO por defecto."],"Settings Updated.":["Ajustes actualizados."],"404 pages":["Páginas 404"],"Search pages":["Páginas de búsqueda"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas serán %s por defecto, por lo que nunca se mostrarán en los resultados de búsqueda."],"Special Pages":["Páginas especiales"],"Date-based archives could in some cases also be seen as duplicate content.":["Los archivos basados en fecha podrían considerarse en algunos casos como contenido duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Si este es el caso en tu sitio puedes elegir desactivarlo (lo que hará que se redirija a tu página principal), o añádele %s para que no aparezca en los resultados de búsqueda."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Si tienes un sitio de un solo autor el archivo de autor será exactamente igual que tu página principal. Esto es lo que se conoce como %1$sproblema de contenido duplicado%2$s."],"Date archives":["Archivo por fechas"],"author archives":["archivos de autor"],"Title":["Título"],"%1$s Meta Box":["%1$s caja meta"],"Hide":["Ocultar"],"Date in Snippet Preview":["Fecha en la vista previa del snippet"],"Take note:":["Apunta:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Puedes determinar el título y la descripción de la página del blog %1$seditando la propia página del blog%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Puedes determinar el título y la descripción de la página de inicio %1$seditando la propia página de inicio %2$s."],"Homepage & Front page":["Portada y página de inicio"],"Title Separator":["Separador de título"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s ha detectado de forma automática si se necesita forzar la reescritura de los títulos de tus páginas. Si ha sido por error y sabes lo que haces puedes cambiar este ajuste aquí."],"Force rewrite titles":["Forzar la reescritura de los títulos"],"Taxonomies":["Taxonomías"],"Homepage":["Portada"],"%1$s Extensions":["Extensiones de %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["¡Intégralo fácilmente WooCommerce con %1$s y consigue características adicionales!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Mejora tu posicionamiento local y el de Google Maps ¡sin esfuerzo!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["¿Estás en Google News? ¡Incrementa tu tráfico desde Google News optimizándolo!"],"Optimize your videos to show them off in search results and get more clicks!":["¡Optimiza tus vídeos para que aparezcan en los resultados de búsqueda y consigan más clics!"],"The premium version of %1$s with more features & support.":["La versión premium de %1$s, con más características y soporte."],"Person":["Persona"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Esta información se muestra como metadatos en tu sitio. Es para que aparezcan en %1$sGoogle Knowledge Graph%2$s. Puedes ser una organización, o una persona."],"Website name":["Nombre de la web"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["No hay nombre de entrada en la URL de tus entradas y páginas, es muy recomendable que lo pongas. Plantéate configurar la estructura de tus enlaces permanentes a /%postname%/"],"RSS":["RSS"],"Breadcrumbs":["Migas de pan"],"or":["o"],"Save Profile":["Guardar perfil"],"There were no profiles found":["No se encontraron perfiles"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autorizar"],"Get Google Authorization Code":["Obtener el código de autorización de Google"],"Reload crawl issues":["Volver a cargar los problemas de rastreo"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder crear una redirección y solucionar este problema, necesitas %1$s. Puedes comprar el plugin, con un año de soporte y actualizaciones incluídos, en %2$s."],"Creating redirects is a %s feature":["La creación de redirecciones es una característica de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errores que sólo se produjeron cuando tu sitio fue rastreado por Googlebot para teléfonos móviles sencillos (los errores no aparecieron en la versión de escritorio)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Los errores que se produjeron sólo cuando tu sitio lo rastreó Googlebot-Mobile (estos errores no aparecieron en la versión de escritorio)."],"Errors that occurred when your site was crawled by Googlebot.":["Errores que se produjeron cuando Googlebot rastreó tu sitio."],"Issue categories":["Categorías de problemas"],"Incorrect Google Authorization Code.":["Código de autorización de Google incorrecto."],"The issues have been successfully reloaded!":["¡Se han vuelto a cargar los problemas!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Se han eliminado los datos de la %1$s. Si deseas recuperar los datos de nuevo debes volver a identificarte."],"Crawl errors per page":["Errores de rastreo por página"],"Search":["Buscar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["No te pierdas los errores de rastreo. %1$sConecta aquí con la Google Search Console%2$s."],"Create redirect":["Crear redirección"],"Mark as fixed":["Marcar como solucionado"],"Response code":["Código de respuesta"],"First detected":["Detectado por primera vez"],"Last crawled":["Último rastreo"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s ha detectado que estás usando una versión de %2$s que no es compatible con %1$s. Por favor, actualiza %2$s a la versión más reciente para utilizar esta característica."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Los plugins Yoast comparten algo de código entre ellos para hacer tu sitio más rápido. Como resultado de eso necesitamos que todos tus plugins Yoast estén actualizados. Hemos detectado este no es el caso, así que por favor actualiza los plugins Yoast que aún no estén actualizados."],"Feature phone":["Teléfono sencillo"],"Smartphone":["Smartphone"],"Desktop":["Escritorio"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["La URL de destino no existe, pero tu servidor no devuelve un error 404 (archivo no encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tiempo de espera agotado o el sitio está bloqueando a Google."],"Server Error":["Error en el servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot puede acceder a tu sitio, pero en tu archivo %1$s existen ciertas URLs bloqueadas a Googlebot. Este bloqueo podría ser para todos los Googlebots o incluso específicamente para Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google no fue capaz de rastrear esta URL debido a un problema indeterminado."],"URL points to a non-existent page.":["La URL apunta a una página inexistente."],"Not found":["No encontrado"],"Not followed":["No seguida"],"Faulty redirects":["Redirecciones erróneas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["El servidor requiere identificación o está impidiendo que Googlebot acceda al sitio."],"Access denied":["Acceso denegado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["El plugin %1$s podría provocar problemas usado conjuntamente con %2$s."],"Upload Image":["Subir imagen"],"Remove these ads?":["¿Quieres eliminar estos anuncios?"],"%s Posts Overview":["Información general de entradas de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["El título de las migas de pan se utiliza en las migas de pan de las taxonomías."],"Breadcrumbs title":["Título de la ruta de las migas de pan"],"The canonical link is shown on the archive page for this term.":["El enlace canónico se muestra en la página de archivo para este término."],"Facebook App ID":["ID de la aplicación en Facebook"],"Pinterest":["Pinterest"],"Other":["Otro"],"Archives":["Archivos"],"Email":["Correo"],"Previous":["Anterior"],"Next":["Siguiente"],"Close":["Cerrar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Tanto %1$s como %2$s pueden crear mapas de sitio XML. Tener dos mapas de sitio XML no es beneficioso para los motores de búsqueda, y podrían ralentizar tu sitio."],"Configure %1$s's Open Graph settings":["Configurar los ajustes Open Graph de %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Tanto %1$s como %2$s crean datos Open Graph, lo que podría hacer que Facebook, Twitter, LinkedIn y otras redes sociales utilicen los textos e imágenes incorrectos cuando se compartan tus páginas."],"%s Image":["Imagen de %s"],"%s Description":["Descripción de %s"],"%s Title":["Título de %s "],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["El tamaño de imagen recomendado para %1$s es de %2$s píxeles."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Si quieres reemplazar la imagen usada en %s para esta publicación, sube/elige una imagen o añade la URL aquí."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si no quieres usar la meta description para compartir la entrada en %s pero sí quieres usar otra descripción, escríbela aquí."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si no quieres utilizar el título de la publicación para compartirla en %s pero quieres utilizar otro título, escríbelo aquí."],"very difficult":["muy difícil"],"Try to make shorter sentences, using less difficult words to improve readability":["Prueba haciendo frases más cortas, utilizando menos palabras difíciles para mejorar la legibilidad"],"difficult":["difícil"],"Try to make shorter sentences to improve readability":["Prueba haciendo frases más cortas para mejorar la legibilidad"],"fairly difficult":["bastante difícil"],"OK":["Aceptable"],"fairly easy":["bastante fácil"],"easy":["fácil"],"very easy":["extremadamente fácil"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Todas las puntuaciones SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: La imagen destacada debe ser de al menos 200 por 200 píxeles para que la use Facebook y otros sitios de redes sociales."],"(no parent)":["(sin superior)"],"Post is set to noindex.":["Entrada está establecida como noindex."],"The URL that this page should redirect to.":["La URL a la que debe redirigir esta página."],"301 Redirect":["Redirección 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["La URL canónica a la que esta página debería señalar. Déjala vacía para usar por defecto el enlace permanente. También es compatible con %1$scanonical entre dominios%2$s."],"Canonical URL":["URL canónica"],"Title to use for this page in breadcrumb paths":["Título a usar para esta página en la cadena de breadcrumbs"],"Breadcrumbs Title":["Título de las migas de pan"],"No Snippet":["Sin snippet"],"No Archive":["Aplicar atributo «No Archive»"],"No Image Index":["Ningun Indice de imagen"],"None":["Ninguno"],"Site-wide default: %s":["Predeterminado de todo el sitio: %s"],"Advanced meta robots settings for this page.":["Ajustes meta avanzados de robots para esta página."],"Meta robots advanced":["Meta robots avanzado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["¡Aviso! Aunque puedes establecer aquí el meta robots, toda la web está establecida como noindex en los ajustes de privacidad para toda la web, por lo que estos ajustes no tendrán efecto."],"Meta description":["Meta description"],"SEO Title":["Título SEO"],"Focus keyword":["Frase clave objetivo"],"Snippet preview":["Vista previa del snippet"],"Settings successfully imported.":["Las configuraciones han sido importadas con éxito."],"Settings could not be imported:":["Las configuraciones no pueden importarse:"],"Breadcrumb for 404 pages:":["Migas de pan para las páginas 404:"],"Prefix for search result pages:":["Prefijo para las páginas de resultados de búsqueda:"],"Prefix for archive pages:":["Prefijo para las páginas de archivo:"],"Prefix for breadcrumbs:":["Prefijo para las migas de pan:"],"Anchor text for the homepage:":["Texto de anclaje para la página de inicio:"],"Breadcrumbs separator:":["Separador de las migas de pan:"],"%s Breadcrumbs":["%s Migas de pan"],"Use Image":["Usar imagen"],"Action":["Acción"],"Page URL/Slug":["URL/Slug de página"],"Publication date":["Fecha de publicación"],"Post Status":["Estado de publicación"],"WP Page Title":["Título de página de WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Vista previa"],"Preview “%s”":["Vista previa “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nueva meta description de Yoast"],"Existing Yoast Meta Description":["Meta description de Yoast actual"],"Facebook profile URL":["URL del perfil de Facebook"],"Twitter username (without @)":["Usuario de Twitter (sin @)"],"FAQ":["Preguntas frecuentes"],"Premium Support":["Soporte premium"],"Settings":["Ajustes"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Debes %1$sir a tus ajustes de lectura%2$s y desactivar la casilla de visibilidad en los motores de búsqueda."],"Huge SEO Issue: You're blocking access to robots.":["Enorme problema de SEO: Estás bloqueando el acceso a los robots."],"Posts":["Entradas"],"Edit Files":["Editar archivos"],"Advanced Variables":["Variables avanzadas"],"Basic Variables":["Variables básicas"],"General":["General"],"Extensions":["Extensiones"],"Search Console":["Search Console"],"Tools":["Herramientas"],"Advanced":["Avanzado"],"XML sitemaps":["Mapas del sitio XML"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s ha detectado que estás usando la versión %2$s de %3$s, por favor, actualiza a la última versión para evitar problemas de compatibilidad."],"Just another WordPress site":["Otro sitio creado con WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Todavía tienes la descripción corta de WordPress, incluso sería mejor dejarla vacía. %1$sPuedes solucionarlo en el personalizador%2$s."],"You have used HTML in your value which is not allowed.":["Has utilizado HTML en el valor y eso no está permitido."],"You can't edit %s that aren't yours.":["No puedes editar %s ya que no son tuyos."],"You can't edit %s.":["No puedes editar %s."],"Post has an invalid Content Type: %s.":["La entrada tiene un tipo de contenido no válido: %s."],"Post doesn't exist.":["La entrada no existe. "],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Papelera (%s)","Papelera (%s)"],"posts\u0004All (%s)":["Todo (%s)","Todos (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/es_MX.json b/Resources/Private/Languages/es_MX.json index 7b7da87..d17fda7 100644 --- a/Resources/Private/Languages/es_MX.json +++ b/Resources/Private/Languages/es_MX.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"es_MX"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"Free":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":[""],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":[""],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":[""],"Learn about why permalinks are important for SEO.":[""],"Google Ads":[""],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":[""],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":[""],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":[""],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["","There are new notifications."],"Learn more about the readability analysis":[""],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":[""],"%s and %s":[""],"%d minute":["","%d minutes"],"%d hour":["","%d hours"],"%d day":["","%d days"],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":[""],"hours":[""],"days":[""],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":[""],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":["Tiempo necesario:"],"Move question down":["Mover pregunta abajo"],"Move question up":["Mover pregunta arriba"],"Insert question":["Ingrese la pregunta"],"Delete question":["Borrar pregunta"],"Enter the answer to the question":["Ingrese la respuesta a la pregunta"],"Enter a question":["Ingrese una pregunta"],"Add question":["Añadir pregunta"],"Frequently Asked Questions":["Preguntas Frecuentes"],"Great news: you can, with %s!":[""],"Select the primary %s":["Seleccione el %s primario"],"Check links to this URL":["Verificar enlaces a esta URL"],"Keyword research training":["Entrenamiento de investigación de palabras clave"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":["Marcar como contenido piedra angular"],"Move step down":["Mover paso abajo"],"Move step up":["Mover paso arriba"],"Insert step":["Insertar paso"],"Delete step":["Borrar paso"],"Add image":["Añadir imagen"],"Enter a step description":["Ingrese una descripción del paso"],"Enter a description":["Ingrese una descripción"],"Unordered list":["Lista desordenada"],"Showing step items as an ordered list.":["Escribe un título para tus instrucciones"],"Showing step items as an unordered list":["Mostrando los items de pasos como una dista desordenada"],"Add step":["Agregar paso"],"Delete total time":["Borrar tiempo total"],"Add total time":["Añadir tiempo total"],"How to":["Cómo"],"How-to":["Como"],"Snippet Preview":["Vista previa del Snippet"],"Analysis results":["Resultado del análisis:"],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":["Saber más sobre Cornerstone Content."],"Cornerstone content should be the most important and extensive articles on your site.":["Los contenidos de Piedra Angular deberían ser los artículos más extensos e importantes en su sitio."],"Restore Site":["Reestablecer sitio"],"Network Settings":["Ajustes de Red"],"You are not allowed to perform this action.":["No tienes permiso para hacer esto."],"Error: %s":["Error: %s"],"Success: %s":["Éxito: %s"],"Site with ID %d not found.":[""],"No site has been selected to restore.":["Se se ha seleccionado un sitio para restaurar"],"You are not allowed to modify unregistered network settings.":[""],"deleted":["eliminado"],"Would you like to add another keyphrase?":[""],"image preview":["vista previa de la imagen"],"Copied!":["Copiado!"],"Not supported!":["No soportado!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":["Considere enlazar hacia estos artículos"],"Copy link":["Copiar enlace"],"Copy link to suggested article: %s":[""],"The site's tagline":["EL tagline del sitio"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":["No fueron proporcionados todos los campos requeridos. Falta el campo %1$s"],"Optimize your site for Google News.":["Optimiza tu sitio para Google News."],"Optimize your shop's SEO and sell more products!":["¡Optimiza el SEO de tu tienda y vende más productos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Aparece en las búsquedas de Google Video y mejora los videos compartidos en los medios sociales,"],"Be found in Google Maps and local results.":["Aparece en Google Maps y resultados locales."],"Learn practical SEO skills to rank higher in Google.":["Aprenda sus habilidades en SEO para subir el nivel en Google."],"Don’t waste time figuring out the best settings yourself.":["No pierdas tiempo descifrando cuales son las mejores configuraciones para ti."],"Get quick wins to make your site rank higher in search engines.":["Obtenga ganancias rápidas para subir su nivel de su sitio en los motores de búsqueda."],"Add synonyms":["Añadir sinónimos"],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Tu puedes editar la meta-data SEO para el modo personalizado de %1$spagina de compras%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["No ha configurado una página Comprar en su configuración de WooCommerce. Por favor haz esto primero."],"Current year":["Año actual"],"Page":["Página"],"Breadcrumb settings for %s archive":[""],"Tagline":["Eslogan"],"Modify your meta description by editing it right here":["Modifique su meta descripción modificándola aquí"],"description (custom taxonomy)":["descripción (taxonomía personalizada)"],"(custom taxonomy)":["(taxonomía personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":[""],"Caption":[""],"Pagenumber":[""],"Pagetotal":[""],"Page number":["Número de página"],"User description":["Descripción de usuario"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":[""],"Post type (singular)":[""],"Separator":["Separador"],"Search phrase":["Frase de búsqueda"],"Term title":[""],"Term description":[""],"Tag description":["Descripción de la etiqueta"],"Category description":["Descripción de la categoría"],"Primary category":["Categoría principal"],"Category":["Categoría"],"Tag":["Etiqueta"],"Excerpt only":["Solo extracto"],"Excerpt":["Extracto"],"Site title":["Título del sitio"],"Archive title":[""],"Parent title":["Título padre"],"Date":["Fecha"],"Label":["Etiqueta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":[""],"Search engines and other websites can still send traffic to your deleted post.":[""],"Make sure you don't miss out on traffic!":["Asegúrese de no perderse tráfico!"],"You just deleted a %1$s.":["Acaba de borrar un %1$s."],"You just trashed a %1$s.":["Acaba de enviar al basurero un %1$s."],"Settings for %s archive":[""],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Note that not all variables can be used in every field.":["Note que no todas la variables pueden ser usadas en cada campo."],"Snippet variables":["Variables Snippet"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respeta su privacidad. Lea nuestr %2$spolítica de privacidad%3$s sobre cómo manejamos su información personal."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Si reconoces lo que esto significa y no quieres ver este mensaje otra vez, puedes %1$signorar este mensaje%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["La configuración de su sitio actualmente permite la existencia de URLs adjuntos en su sitio. Por favor lea %1$sesta publicación acerca de un problema potencial%2$s con URLs adjuntos y verifique si tiene la configuración correcta para su sitio."],"Unknown type %1$s":["Tipo %1$s desconocido"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["¡Incluye una cuenta gratuita MyYoast la cual te da a acceso a nuestro curso gratuito de SEO para Principiantes!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Regístrese a nuestro boletín si le gustaría mantenerse informado acerca de %1$s, otros plugins de %2$s, noticias interesantes y tips del mundo del SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obtén el codigo de verificación de Baidu en %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Código de verificación de Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["La %s funcionalidad para importar usa tablas temporales en la base de datos. Tal parece que la instalacion de WordPress no tiene esta caracteristica para proseguir. Porfavor consulta to provedor de hospedaje."],"Cleanup of %s data failed.":["Limpieza de %s información falló."],"Content Type":["Tipo de Contenido"],"Filter by content type":["Filtrar contenido por tipo"],"Show All Content Types":["Mostrar todos los tipos de contenido"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Para corregir esto, deselecciona la caja frente a \"Dividir comentarios en páginas...\" en la %1$spágina de ajustes de los comentarios%2$s ."],"Replaced with the normal title for an archive generated by WordPress":["Reemplazado con el título normal de un archivo generado por WordPress"],"Clean":["Limpio"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Una vez estés seguro de que tu sitio está OK, puedes limpiar la instalación. Esto va a quitar toda la información original. "],"Step 5: Clean up":["Paso 5: Limpieza"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":["Paso 4: Ejecutar el asistente de configuración"],"Please check your posts and pages and see if the metadata was successfully imported.":["Verifique sus entradas y páginas y vea si los metadatos se importaron correctamente."],"Step 3: Check your data":["Paso 3: Verifique sus datos"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Paso 2: Importar"],"Please make a backup of your database before starting this process.":["Por favor, haga una copia de seguridad de su base de datos antes de iniciar este proceso."],"Step 1: Create a backup":["Paso 1: Crear una copia de seguridad"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Hemos detectado datos de uno o más plugins de SEO en su sitio. Por favor siga los siguientes pasos para importar estos datos:"],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":[""],"%s data found.":[""],"%s data successfully removed.":[""],"%s data successfully imported.":[""],"%s data not found.":[""],"Improve your SEO skills":["Mejore sus habilidades de SEO"],"24/7 email support":["Soporte por correo electrónico 24/7"],"No more dead links a.k.a. 404 pages":["No más enlaces muertos (páginas 404) "],"Get real-time suggestions for internal links":["Obtenga sugerencias en tiempo real para enlaces internos"],"Preview your page in Facebook and Twitter":["Previsualizar su página en Facebook y Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":["Más información sobre la configuración de sus perfiles de redes sociales"],"Remove the categories prefix":["Eliminar el prefijo de categorías"],"Help on the category prefix setting":["Ayuda sobre la configuración del prefijo de categoría "],"Learn more about the available variables":["Más información sobre las variables disponibles"],"Learn more about the RSS feed setting":["Más información sobre la configuración de fuentes RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":["Más información sobre la configuración de Medios y URLs de adjunto"],"Learn more about the title separator setting":["Más información sobre la configuración del separador de título "],"Learn more about the knowledge graph setting":["Más información sobre la configuración del grafo de conocimiento"],"Learn more about the homepage setting":["Más información sobre la configuración de la página de inicio"],"Learn more about the special pages setting":["Más información sobre la configuración de las páginas especiales"],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":["Ayuda de configuración de archivo"],"Learn more about the archives setting":["Más información sobre la configuración de archivo"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":["Código de verificación de Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":["Código de verificación de Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":["Código de verificación de Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["Más información sobre la verificación de Webmaster Tools"],"On":[""],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":["Apagado"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":["Ayuda sobre esta configuración de resultados de búsqueda"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":["Verificar la configuración de SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":["¿Mostrar %s en los resultados de búsqueda?"],"this author's archives":[""],"Do not allow search engines to show %s in search results.":[""],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":[""],"Category URLs":[""],"the archive for %s":[""],"Redirect attachment URLs to the attachment itself?":[""],"We recommend you set this to Yes.":["Recomendamos que establezcas esto a Si."],"Media & attachment URLs":[""],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Esto es lo que se muestra en los resultados de búsqueda cuando la gente encuentra tu página. Esto significa que esto es lo que probablemente vean cuando hacen una búsqueda por tu nombre de marca."],"date archives":["fecha de archivos"],"archives for authors without posts":["archivos para autores sin posts"],"Read why XML Sitemaps are important for your site.":["Lea por qué los mapas de sitio XML son importantes para su sitio."],"Enable the XML sitemaps that %s generates.":[""],"See the XML sitemap.":["Ver el mapa del sitio XML."],"%2$s (current default for %1$s)":[""],"Media":[""],"Content Types":["Tipo de Contenidos"],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":[""],"Search Appearance":["Apariencia de búsqueda"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":["Visibilidad en motores de búsqueda"],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Las peticiones de soporte que has creado aquí se enviaron directamente a nuestro sistema de soporte, que está asegurado con SSL de 256 bits, así que la comunicación es 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La característica de contenido principal le permite marcar y filtrar el contenido principal en su sitio web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si tienes problemas que no puedas resolver con nuestros tutoriales de video o base de conocimiento, puedes enviar un mensaje a nuestro equipo de soporte. Puedes contactar con ellos 24/7."],"Good results":["Buenos resultados"],"Get better search results in local search":["Consigue mejores resultados de búsqueda en la búsqueda local"],"Allow customers to pick up their %s order locally":["Permite a tus clientes recoger su %s orden localmente"],"SEO analysis":["Analisis de SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["El análisis de SEO ofrece sugerencias para mejorar el SEO de tu texto"],"Learn how the SEO analysis can help you rank.":["Aprende como el análisis de SEO te puede ayudar en tu rango"],"The readability analysis offers suggestions to improve the structure and style of your text.":["El análisis de legibilidad ofrece sugerencias para mejorar la estructura y estilo de tu texto."],"Discover why readability is important for SEO.":["Descubre porqué la legibilidad es importante para el SEO."],"Find out how cornerstone content can help you improve your site structure.":["Descubre como el contenido esencial puede ayudarte a mejorar la estructura de tu sitio."],"The text link counter helps you improve your site structure.":["El contador de enlaces de texto te ayuda a mejorar la estructura de tu sitio."],"Find out how the text link counter can enhance your SEO.":["Descubre como el contador de enlaces de texto puede mejorar tu SEO."],"%s integration":["Integración con %s"],"Read more about how %s works.":["Lee más acerca de cómo funciona %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Habilita ésta característica si quieres que Facebook y otros medios sociales muestren una vista previa con imágenes y extracto de texto cuando u enlace de tu sitio sea compartido"],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Habilita ésta característica si quieres que Twitter muestre una vista previa con imágenes y extracto de texto cuando un enlace de tu sitio es compartido"],"Find out why you should upgrade to %s":["Aprende por qué debes actualizar a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Últimas entradas de blog el %1$s"],"Need help?":["¿Necesitas ayuda?"],"Remove highlight from the text":["Remueve la parte destacada del texto"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Comience rápidamente con el %1$s %2$sasistente de configuración%3$s!"],"First-time SEO configuration":["Configuración de SEO por primera vez"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["El idioma de su sitio está configurado en {language}. Si esto no es correcto, comuníquese con el administrador de su sitio."],"Your site language is set to {language}.":["El idioma de su sitio está configurado en {idioma}."],"Highlight this result in the text":["Resalta este resultado en el texto"],"Considerations":["Consideraciones"],"Errors":["Errores"],"Change language":["Cambiar idioma"],"You cannot create a %s file.":["No puedes crear un %s archivo."],"You cannot edit the %s file.":["No puedes editar el %s archivo."],"Updated %s":["Actualizado %s"],"Create %s file":["Crear %s archivo"],"Edit the content of your %s:":["Edita el contenido de tu %s:"],"Save changes to %s":["Guardar cambios a %s"],"%s file":["%s archivo"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s y %2$s puede trabajar mucho mejor al agregar un complemento de ayuda. Por favor realiza la instalación%3$s para mejorar tu vida %4$s."],"More information":["Más información"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s y %2$s puede trabajar mucho mejor al agregar un complemento de ayuda. Por favor active%3$s para mejorar tu vida"],"More information about %1$s":["Más información sobre %1$s"],"Configuration Wizard":["Asistente de configuración"],"You've done it!":["Lo has hecho!"],"Seamlessly integrate %1$s into your AMP pages!":["¡Integra %1$s en tus páginas AMP sin problemas!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["¡Integra %2$s con %1$s sin problemas para el análisis de contenido!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s y%2$s pueden funcionar mejor al agregar un plugin de apoyo. Por favor instale %3$s para mejorar su vida."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["La configuración del título & para %1$s están hechos de variables que pueden reemplazarse por valores específicos de la pagina cuando la pagina se muestre. La tabla de abajo contiene una lista de las variables disponibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marca el %1$s más importante como 'piedra angular' para mejorar la estructura de tu sitio. %2$sAprende más sobre el contenido importante%3$s."],"Loading help center.":["Cargando centro de ayuda"],"Get support":["Consigue ayuda"],"(Opens in a new browser tab)":["Abrir en nueva pestaña de buscador"],"Posts %1$swithout%2$s a focus keyphrase":[""],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, tu SEO esta haciendo muy bien! Checa las estadísticas: "],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["No tienes ningún post publicado, tus puntos SEO aparecerán aqui una vez hagas tu primer post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Algo mas"],"A portfolio":["Un portfolio"],"A corporation":["Una corporación "],"A small offline business":["Un negocio pequeño offline"],"A news channel":["Un canal de noticias"],"An online shop":["Un tienda en linea"],"A blog":["Un blog"],"What does the site %1$s represent?":["Que representa el %1$s del sitio?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Opción B: Mi sitio esta en construcción y no debería ser indexado."],"Option A: My site is live and ready to be indexed":["Opción A: Mi sitio esta live y listo para ser indexado"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Por favor especifica si tu sitio esta en construcción o ya activo"],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Leer mas como esto en nuestro blog SEO"],"Readability: %s":[""],"Not activated":["Aún no está activado."],"Activated":["Activado"],"%1$s recommendations for you":["1% de recomendaciones para ti. "],"All Readability Scores":["Todas las puntuaciones de legibilidad. "],"Filter by Readability Score":["Filtrar por puntuación de legibilidad."],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["¡No estás recibiendo actualizaciones o soporte! Arregla este problema agregando este sitio y habilitando %1$s en %2$s."],"Request method %1$s is not valid.":["Método de solicitud %1$s no es válida. "],"Muted notifications:":["Notificaciones silenciadas:"],"Muted problems:":["Problemas silenciados:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["¿Quieres previsualizar que pasaría si las personas compartieran esta publicación en %1$s? Puedes hacerlo por %2$s."],"Good job! All the links in your texts have been counted.":["¡Buen trabajo! Todos los enlaces de tus textos han sido contados."],"Calculation completed.":["Cálculo completado."],"Calculation in progress...":["Calculo en proceso..."],"Stop counting":["Deja de contar"],"Counting links in your texts":["Contando enlaces en tus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s procesado."],"All your texts are already counted, there is no need to count them again.":["Todos sus textos ya están contados, no hay necesidad de contarlos de nuevo."],"Count links in your texts":["Cuenta enlaces en tus textos"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Los enlaces en todos tus textos públicos deben ser contados. Esto proporcionará información de cuales textos necesitan más vínculos para ellos. Si deseas saber más sobre el por qué y el cómo de la vinculación interna, revisa %1$sthe article about internal linking on %2$s%3$s."],"Text link counter":["Contador de enlaces de texto"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de vínculos internos que enlazan a esta publicación. Vea el texto \"Columnas Yoast\" en la pestaña de ayuda para más información."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s agrega varias columnas a esta página. Hemos escrito un artículo sobre %2$show to use the SEO score and Readability score%3$s. Las columnas de enlaces muestran el número de artículos en este sitio que enlazan %5$sto%6$s este artículo y el número de URL vinculadas %5$sfrom%6$s de este artículo. Obtenga más información sobre %4$show to use these features to improve your internal linking%3$s, lo que mejora en gran medida su SEO."],"%s Columns":["%s Columnas"],"Readability score":["Puntaje de legibilidad"],"Other benefits of %s for you:":["Otros beneficios de %s para ti:"],"Scroll to see the preview content.":["Desplácese para ver el contenido de la vista previa."],"Cornerstone content":["Contenido Cornerstone"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Si desea superar a la competencia en una ciudad o región. ¡Cheque nuestro %1$s plugin! Podrá fácilmente insertar Google maps, horario, información de contacto y localizador de tienda. Además de que %1$s ayuda a mejorar la usabilidad de su pagina de contacto."],"Attract more customers near you":["Atraíga a más clientes cerca de ti"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["¿Quieres saber todos los pormenores del %1$s plugin? ¿Quieres aprender todo sobre nuestra configuración avanzada? ¿Quieres poder sacar el máximo provecho del %1$s plugin? Mira nuestro%1$s ¡formación de complementos y comienza a superar a la competencia!"],"Get the most out of %1$s with the %2$s":["Saca el máximo provecho de %1$s con el %2$s"],"Upgrade to Premium":["Mejora a Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Supera la competencia con %s"],"You might like":["Te podría gustar"],"Newsletter":["Hoja informativa"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Hemos detectado que todavía no has terminado este asistente, así que te recomendamos que %2$s inicie el asistente de configuración para configurar %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["El asistente de configuración le ayuda a configurar fácilmente su sitio para que tenga la configuración óptima de SEO."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Ir Premium y nuestros expertos estarán a su disposición para responder a cualquier pregunta que pueda tener sobre la configuración y el uso del plugin."],"Superfast internal linking suggestions":["Sugerencias de enlaces internos ultrarrápidos"],"Great news: you can, with %1$s!":["Gran noticia: ¡usted puede, con %1$s!"],"Save changes":["Guardar cambios"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["El plugin %2$s cambia la salida de su sitio y al hacer eso diferencia entre los motores de búsqueda y los usuarios normales, un proceso que se denomina disimulación. Le recomendamos que lo deshabilite."],"%1$sSocial media preview%2$s: Facebook & Twitter":["Vista previa de los medios sociales: Facebook y Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo more dead links%2$s: administrador de redireccionamiento fácil"],"No ads!":["¡Sin anuncios!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Vista previa de los medios sociales"],"Easy redirect manager":["Administrador de redireccionamiento fácil"],"No more dead links":["No más enlaces muertos"],"Increase your SEO reach":["Aumente su alcance de SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Si quieres más ayuda para crear contenido increíble, mira nuestra %2$sCurso de redacción de SEO%3$s. ¿Desea saber todo acerca de las características del complemento, considere hacer nuestro%1$s!"],"Variable":["Variable "],"Available variables":["Variables disponibles "],"Scroll to see the table content.":["Deslizar para ver el contenido de la tabla."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Por favor mencione a %1$sour artículo sobre como conectar su sitio con la Consola%2$s de Búsqueda de Google si necesita asistencia."],"An error occurred in the '%1$s' assessment":["Se produjo un error en el '%1$s' evaluación"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s de las palabras contienen %2$smás %3$s sílabas%4$s, que es más que el máximo recomendado de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s de las palabras contienen %2$smás %3$s sílabas%4$s, que es menor o igual que el máximo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La meta descripción contiene %1$d frase %2$sde más de %3$s palabras%4$s. Trata de acortar esta frase.","La meta descripción contiene %1$d frases %2$sde más de %3$s palabras%4$s. Trata de acortar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La meta descripción no contiene frases %1$sde más de %2$s palabras%3$s."],"No new notifications.":["No hay nuevas notificaciones"],"Save all":["Guardar todo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, Autor %2$s"],"Mobile preview":["Vista previa móvil"],"Desktop preview":["Vista previa del escritorio"],"Select redirect":["Seleccionar redireccionamiento"],"Please provide an SEO title by editing the snippet below.":["Favor de proveer un título de SEO editando el snippet abajo."],"Meta description preview:":["Vista previa de la meta descripción"],"Slug preview:":["Vista previa del slug:"],"SEO title preview:":["Vista previa del título SEO:"],"Close snippet editor":["Cerrar el editor de snippet"],"Slug":["Slug"],"Remove marks in the text":["Eliminar marcas en el texto"],"Mark this result in the text":["Marca este resultado en el texto"],"Marks are disabled in current view":["Las marcas están deshabilitadas en la vista actual"],"Good SEO score":["Puntaje SEO Bueno"],"OK SEO score":["OK puntuación de SEO"],"Feedback":["Retroalimentacion"],"ok":["ok"],"Choose an image":["Escoja una imagen"],"Remove the image":["Quitar una imagen"],"MailChimp signup failed:":["Falló registro en Mailchimp:"],"Sign Up!":["¡Regístrate!"],"Name":["Nombre"],"There is an error with the request.":["Hubo un error con la solicitud"],"Select profile":["Seleccione un perfil"],"Choose a profile":["Escoja un perfil"],"Authorization code":[""],"Reauthenticate with Google":["Verificar nuevamente con Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para permitir que %s obtenga su información de la Consola de Búsqueda de Google, por favor introduzca su Código de Autorización de Google. Al hacer click en el botón de abajo se abrirá una nueva ventana."],"Please provide a meta description by editing the snippet below.":["Favor de proveer una meta descripción editando el snippet abajo."],"Edit snippet":["Editar snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Puede hacer clic en cualquier elemento de la vista previa para ir al editor del snippet."],"Close the Wizard":["Cerrar el asistente"],"Export settings":["Exportar configuraciones"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Asistente de configuracion"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Si tiene problemas,%1$s porfavor presenta un informe de error%2$s y haremos todo lo posible para ayudarle."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Hemos notado que has estado usando %1$s desde hace algún tiempo; ¡Esperamos que encante!. Nos encantaría si pudiera%2$s darnos una calificación de 5 estrellas en WordPress.org%3$s!"],"Courses":[""],"Date archives settings":["Configuración de archivo de fechas "],"Author archives settings":["Configuración de archivo de autores "],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Cuidado: la variable %s no puede ser utilizada en esta plantilla. Para mas información vaya al centro de ayuda."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(sin título)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["La barra de menú del administrador %1$s contiene ligas útiles hacia herramientas de terceros para analizar las páginas y hace que sea fácil de ver si usted tiene nuevas modificaciones."],"Admin bar menu":["Barra de menú del administrador"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Características"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Mientras nos esforzamos por hacer la configuración %1$slo más fácil posible, entendemos que puede ser desalentador. Si prefieres que configuremos%1$s para ti (y obtén una copia de %2$s en el proceso), ordene %3$s%1$s servicio de configuración%4$s ¡aquí!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bienvenida a la %1$sasistente de configuración. En unos sencillos pasos, te ayudaremos a configurar tus ajustes de SEO para que coincidan con las necesidades de tu sitio web."],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google muestra el nombre de su sitio web en los resultados de búsqueda, si desea cambiarlo, puede hacerlo aquí."],"Greater than sign":["Símbolo Mayor que"],"Less than sign":["Símbolo menor que"],"Right angle quotation mark":["Símbolo comillas angular derecho"],"Left angle quotation mark":["Símbolo comillas angular izquierdo"],"Small tilde":["Tilde pequeña"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco bajo"],"Asterisk":["Asterisco"],"Bullet":["Bala"],"Middle dot":["Punto medio"],"Em dash":["Raya"],"En dash":["Semiraya"],"Dash":["Guión"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Escoja el símbolo a utilizar como separador del título. Esto se mostrará, por ejemplo, entre el título de su publicación y el nombre del sitio. Los símbolos se muestran en el tamaño que aparecerán en los resultados de búsqueda."],"The name of the person":["El nombre de la persona"],"No":["No"],"Yes":["Sí"],"Does, or will, your site have multiple authors?":["¿Tiene, o tendrá su sitio múltiples autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automáticamente genera una URL para cada elemento multimedia en la librería. Habilitando esto le permitirá a google indexar la URL generada."],"Success!":["¡Exito!"],"Title settings":["Ajustes de título"],"Google Search Console":["Consola de Búsqueda de Google"],"Multiple authors":["Múltiples autores"],"Site type":["Tipo del sitio"],"Environment":["Entorno"],"Yoast option %1$s not found.":["La opción de Yoast %1$s no se encontró."],"Google Structured Data Test":["Prueba de Datos Esctructurados de Google"],"Posts list":["Lista de entradas"],"Posts list navigation":["Navegación de lista de entradas"],"Filter posts list":["Filtra la lista de entradas"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Nota que los enlaces a los archivos pueden estar siendo todavía generados por tu tema y necesitarías removerlos separadamente."],"%1$s to optimize your site even further":["%1$s para optimizar su sitio aún más"],"%1$s extensions":["extensiones %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Disponible con nuestra garantía de de reembolso sin cuestionamiento en los primeros 30 días ."],"More information %1$sabout %3$s%2$s":["Más información %1$s acerca %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["Adquiere acceso 24/7 a nuestro equipo de soporte"],"Premium support":["Soporte Premium"],"check what your Facebook or Twitter post will look like.":["vea cómo se verán sus publicaciones en Facebook. o Twitter"],"Social previews":["Vista previa Social"],"create and manage redirects from within your WordPress install.":["crear y administrar las redirecciones dentro de su instalación de WordPress."],"Redirect manager":["Administrador de redirecciones"],"%1$s, take your optimization to the next level!":["%1$s, ¡Lleva tu optimización al siguiente nivel!"],"A seamless integration between %1$s and %2$s":["Una perfecta integración entre %1$s y %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utilice el camino de migajas %1$s en lugar de los %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Fácilmente inserte un Mapa de Google, un localizador de tienda, horario de apertura y más"],"Creates XML News Sitemaps":["Crea mapas de sitio XML de las Noticias"],"Immediately pings Google on the publication of a new post":["Inmediatamente hace ping a Google en la publicación de un nuevo artículo"],"Optimize your site for Google News":["Optimice su sitio para las Noticias de Google"],"Make videos responsive through enabling fitvids.js":["Activa fitvids.js para videos de tamaño adaptable"],"Enhance the experience of sharing posts with videos":["Mejora la experiencia de compartir posteos con videos"],"Show your videos in Google Videos":["Muestre sus videos en Videos de Google"],"Crawl issues list":["Lista de problemas de rastreo de sitio"],"Crawl issues list navigation":["Navegación en lista de problemas de rastreo de sitio"],"Edit “%s”":["Edita “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notificaciones"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["Deshabilitar Analysis SEO"],"Twitter settings":["Configuración de Twitter"],"Pinterest settings":["Configuración de Pinterest"],"Facebook settings":["Configuración de Facebook"],"Title separator symbol":["Símbolo separador de título"],"RSS feed settings":["Símbolo separador de Título"],"Breadcrumbs settings":["Configuración de migajas de pan"],"Make primary":["Hacer primario"],"Enter your Google Authorization Code and press the Authenticate button.":["Ingrese su código de autorización de Google y presione el botón Autenticar"],"%s notification":["%s notificación","%s notificaciones"],"Disable readability analysis":["Deshabilitar el análisis de legibilidad"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Análisis de Legibilidad"],"Needs improvement":["Necesita mejoras"],"Readability":["Legibilidad"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Estás tratando de cargar archivos no minimizados, estos sólo están disponibles en nuestro paquete de desarrollador. Revisa %1$s para ver todos los archivos fuente."],"Improvements":["Mejoras"],"Restore this item.":["Restaurar este elemento."],"Dismiss this item.":["Descartar este elemento."],"Good job! We could detect no serious SEO problems.":["¡Buen trabajo! No hemos podido detectar ningún problema grave de SEO."],"We have detected the following issues that affect the SEO of your site.":["Detectamos los siguientes problemas que afectan al SEO de tu sitio."],"Problems":["Problemas"],"Analysis":["Análisis"],"Not available":["No disponible"],"Filter by SEO Score":["Filtrar por puntuación SEO"],"Meta description not set.":["No se ha definido la meta descripción."],"Video tutorial":["Video tutorial"],"Email support is a %s feature":["El soporte por correo electrónico es una característica %s"],"Knowledge base":["Base de Conocimientos"],"Open":["Abrir"],"Dashboard":["Escritorio"],"You can fix this on the %1$sPermalink settings page%2$s.":["Puede solucionar este problema en la %1$spágina de ajustes de enlaces permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La paginación de comentarios está activada, esto no es necesario en 999 de 1000 casos, se recomendamos desactivarla."],"Replaced with the primary category of the post/page":["Se reemplaza con la categoría principal de la entrada/página"],"Pinterest confirmation":["Confirmación de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Si ya ha confirmado su sitio web con Pinterest, puede omitir el paso por debajo."],"Format-based archives":["Archivos basados en formato"],"Webmaster Tools verification":["Verificación de Webmaster Tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Siga nuestra %1$s para la formación de WordPress y convertirse en un experto %1$s certificado!"],"Want to be a %s Expert?":["¿Quiere ser un %s Experto?"],"Buy %s":["Compra %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Nuevo %1$s Título"],"Existing %1$s Title":["Existentes %1$s Título"],"Expected an integer as input.":["Se espera un número entero como entrada."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Tratando de construir una clave de caché mapa del sitio seguro, pero la combinación del prefijo y posfijo deja muy poco espacio para hacer esto. Es probable que esté solicitando una página que está fuera del rango esperado."],"Remove":["Eliminar"],"Keep":["Guardar"],"Bold the last page":["Negrita la última página"],"Regular":["Regular"],"Bold":["Acentuado"],"Show Blog page":["Mostrar página de Blog"],"Primary %s":["Primario %s"],"Primary":["Primario"],"Make %1$s primary %2$s":["Haga %1$s primario %2$s"],"Term is set to noindex.":["Término se establece en noindex."],"Author archives":["Archivo del Autor"],"Show":["Mostrar"],"Enabled":["Activado"],"Disabled":["Desactivado"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s No ha recuperado la indexabilidad de tu sitio todavía de %2$s"],"The separator defined in your theme's %s tag.":["El separador definido en la etiqueta %s de su tema."],"No index":["No indexar"],"Analyze entire site":["Analiza el sitio entero"],"Fetch the current status":["Obtén el estatus actual."],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$sno ha logrado obtener el estado de indexabilidad de su sitio%3$s desde %4$s"],"Your homepage can be indexed by search engines.":["Su página principal puede ser indexada por buscadores."],"Indexability check by %1$s":["Chequeo de indexabilidad por %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Si desea usar una imagen para compartir en %1$s, puede subir / elegir una imagen o añadir la URL de la imagen aquí."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Si no quiere usar la meta descripción para compartir en %1$s, pero quiere otra descripción, escríbela aquí."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Si no desea utilizar el título para compartir en %1$s sino que quiere otro título allí, escribir aquí."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sSu página de inicio no puede ser indexada por los motores de búsqueda%2$s. Esto es muy malo para el SEO y deber ser corregido."],"Once Weekly":["Una vez a la semana"],"Add-ons":["Add-ons"],"SEO score":["Puntuación SEO"],"Twitter metadata":["Metadata de Twitter "],"Facebook / Open Graph metadata":["Metadata de Facebook / Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["%1$s de %2$s listo."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Hemos actualizado nuestro algoritmo de puntuación SEO. %1$sRecalcular los puntajes de SEO%2$s para todas las publicaciones y páginas."],"Team Yoast":["Equipo Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La primera verdadera solución all-in-one SEO para WordPress, incluyendo el análisis de páginas de contenidos, mapas de sitio XML y mucho más."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ha fallado la activación:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["La extensión filtro parece no estar disponible. Por favor, pregunte a su proveedor de alojamiento web para que pueda."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["La instalación del plugin %1$s se ha completado. Por favor, consulta las %2$sinstruccioines de instalación%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["La extensión de librería estándard PHP (SPL) parece no disponible. Por favor, pide a su proveedor de hosting que la active. "],"SEO Settings":["Ajustes SEO"],"Mobile-Friendly Test":["Prueba de compatibilidad para móviles"],"Google Page Speed Test":["Prueba de Velocidad de Pagina por Google"],"CSS Validator":["Validador CSS"],"HTML Validator":["Validador HTML"],"Pinterest Rich Pins Validator":["Validador de Pines Detallados de Pinterest"],"Facebook Debugger":["Facebook Depurador"],"Check Headers":["Revisar Cabeceras/Títulos"],"Check Google Cache":["Comprobar la caché de Google"],"Analyze this page":[" Analizar esta página"],"Keyword Research":["Análisis de palabras clave"],"%s does not seem to be a valid url. Please correct.":["%s no parece ser una dirección válida. Corrígela por favor."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s no parece ser válido %2$s cadena de verificación. Por favor corrige."],"%s Archive":["%s Archivo"],"You searched for %s":["Buscó por el término %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s no parece ser un nombre de usuario de Twitter correcto. Corrígela por favor."],"Summary with large image":["Resumen con imagen grande"],"Summary":["Resumen"],"The post %1$s appeared first on %2$s.":["El cargo %1$s apareció primero en %2$s."],"No numeric value was received.":["No se recibió un valor numérico"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Este debe ser un blog existente. El blog %s no existe o ha sido marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["El ajuste por defecto del blog debe ser el ID numérico del blog que quieres utilizar por defecto."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s no es una opción válida para quien debería dársele acceso a %2$s los ajustes de WP SEO. El valor se reajustará al valor por defecto."],"Please select a valid post type for taxonomy \"%s\"":["Por favor elige un tipo de entrada válido para la taxonomía \"%s\"."],"Please select a valid taxonomy for post type \"%s\"":["Por favor, seleccione una taxonomía válida para poste tipo \"%s\""],"You searched for":["Has buscado por"],"Home":["Inicio"],"Archives for":["Archivos para"],"Error 404: Page not found":["Error 404: Página no encontrada"],"Good":["Bueno"],"Replaced with a custom taxonomies description":["Reemplazado por una descripción de taxonomía personalizada"],"Replaced with a posts custom taxonomies, comma separated.":["Reemplazado con taxonomías personalizadas de entradas, separados por comas."],"Replaced with a posts custom field value":["Reemplazado con un valor de entrada personalizada"],"Replaced with the slug which caused the 404":["Reemplazado por el slug que causó el 404"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Subtítulo adjunto"],"Replaced with the current page number":["Sustituido con número de página actual"],"Replaced with the current page total":["Sustituido con el total de la página actual."],"Replaced with the current page number with context (i.e. page 2 of 4)":["Cambiado por el número actual de página en el contexto (por ejemplo, página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Sustituído por la \"Información biográfica\" del autor del post/página"],"Replaced with the post/page author's 'nicename'":["Sustituido con el nombre \"bonito\" del auto del post o la página."],"Replaced with the post/page ID":["Sustituido con la ID de entrada o página"],"Replaced with the post/page modified time":["Sustituido con la fecha de modificación de la entrada o de la página"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["Sustituido con la presente frase de búsqueda"],"Replaced with the term name":["Sustituido con el nombre del término"],"Replaced with the term description":["Sustituido con la descripción del término"],"Replaced with the tag description":["Sustituido con la descripción de la etiqueta"],"Replaced with the category description":["Sustituido con la descripción de la categoría"],"Replaced with the post categories (comma separated)":["Sustituido con las categorías de la entrada (separadas con coma)"],"Replaced with the current tag/tags":["Sustituido con con la actual etiqueta(s)"],"Replaced with the post/page excerpt (without auto-generation)":["Sustituido con el extracto de la entrada o página (sin auto generación)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Sustituido con el extracto de la entrada o página (o auto generar si no existe)"],"The site's name":["El nombre del sitio"],"Replaced with the title of the parent page of the current page":["Cambiado por el titulo de la página padre de la página actual"],"Replaced with the title of the post/page":["Reemplazado con el título de la entrada o página"],"Replaced with the date of the post/page":["Reemplazado con la fecha de la entrada / página"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["No se puede desautorizar un reemplazo de una variable estandar de WPSEO registrando una variable conel mismo nombre. Usa el filtro \"wpseo_replacements\" en vez de ajustar el valor de reemplazo."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Ya se ha registrado una variable de reemplazo con el mismo nombre. Intenta hacer que tu nombre de variable sea único."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Una variable de reemplazo no puede comenzar por \"%%cf_\" or \"%%ct_\" debido a que estas estan reservadas para variables estándard de WPSEO para campos y taxonomías personalizadas. Intenta elegir nombres de variable únicos."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Una variable de sustitución sólo puede contener caracteres alfanuméricos, un guió bajo o un guión normal. Trate de cambiar el nombre de la variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Página no encontrada"],"%s Archives":["%s Archivos"],"Search for \"%s\"":["Búsqueda por \"%s\""],"Meta description to use for Author page":["Meta descripción para uso de la pagina del autor."],"Title to use for Author page":["Título a utilizar en la página de Autor"],"%1$s settings":["%1$s ajustes"],"Export your %1$s settings":["Exportar sus %1$s ajustes"],"Import settings":["Importar configuraciones"],"Import from other SEO plugins":["Importar de otros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Si tuvieras un %s archivo y fue editable, puede editarlo desde aquí."],"If your %s were writable, you could edit it from here.":["Si tu %s fueron editables, puedes editarlo desde aquí."],"You don't have a %s file, create one here:":["No tienes un %s archivo, crea uno aquí:"],"A link to your site, with your site's name and description as anchor text.":["Un enlace a su sitio, con el nombre del sitio y la descripción como texto ancla."],"A link to your site, with your site's name as anchor text.":["Un enlace a su sitio, con el nombre del sitio como texto ancla."],"A link to the post, with the title as anchor text.":["Un enlace a la entrada, con el título como texto ancla."],"A link to the archive for the post author, with the authors name as anchor text.":["Un enlace al archivo del autor de la entrada, con el nombre del autor como el texto ancla."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Puede usar las siguientes variables en el contenido, que serán sustituidos por el valor de la derecha."],"Content to put after each post in the feed":["Contenido para poner después de cada entrada en el feed"],"Content to put before each post in the feed":["Contenido a publicar en el feed antes de cada entrada"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta función es usada para añadir contenido automáticamente a su RSS, mas específicamente, pretende añadir enlaces de regreso a su blog y tus entradas de blog, para que los tontos scrapers añadan automáticamente también esos enlaces, así ayudamos a los motores de búsqueda a identificarse como la fuente original del contenido."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["El uso de esta característica de las migas de pan está explicada en %1$s nuestro artículo sobre implementación de migas de pan%2$s."],"How to insert breadcrumbs in your theme":["Como insertar las Migas de Pan en su plantilla"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":[""],"Taxonomy to show in breadcrumbs for content types":[""],"Breadcrumb for 404 Page":["Migas de Pan para las páginas 404"],"Prefix for Search Page breadcrumbs":["Prefijo para la página de búsqueda de las Migas de Pan"],"Prefix for Archive breadcrumbs":["Prefijo para los archivos de Migas de Pan"],"Prefix for the breadcrumb path":["Prefijo de la ruta de las Migas de Pan"],"Anchor text for the Homepage":["Enlace para la página de inicio"],"Separator between breadcrumbs":["Separador entre migajas de pan"],"Enable Breadcrumbs":["Activar migajas de pan"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!"],"Credits":["Créditos"],"« Back to Tools page":["« Regrese a la Página de Herramientas"],"%1$s comes with some very powerful built-in tools:":["%1$s viene con algunos muy potentes herramientas integradas:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta herramienta le permite cambiar de forma rápida archivos importantes para su SEO, como el robots.txt, y si tienen uno, el archivo .htaccess."],"File editor":["Editor de archivos"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importar las configuraciones de otros plugins para SEO y exportar su configuración para reutilizarla en (otro) blog."],"Import and Export":["Importar y Exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta herramienta le permite cambiar títulos y descripciones de forma rápida en sus entradas y páginas sin tener que ir al editor para cada página."],"Bulk editor":["Editor en masa"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sconfirmar su sitio con Pinterest%2$s, agregue la etiqueta de meta aquí:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest utiliza metadatos de Open Graph, igual que Facebook, así que asegúrese de marcar la casilla de Open Graph en la pestaña de Facebook si usted quiere optimizar su sitio para Pinterest."],"The default card type to use":["La tarjeta por defecto a utilizar."],"Add Twitter card meta data":["Añade meta datos de tarjeta de Twitter"],"This image is used if the post/page being shared does not contain any images.":["La imagen usada para compartir en la entrada/pagina no contiene ninguna imagen."],"Default settings":["Ajustes por defecto"],"Copy home meta description":["Copiar la meta descripción de la pagina principal"],"Description":["Descripción"],"Image URL":["URL de la imagen"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Estos son el título, descripción e imagen utilizada en las meta tags de Open Graph en la página principal de su sitio."],"Frontpage settings":["Configuraciones de la página principal"],"Add Open Graph meta data":["Agregar datos meta de Open Graph"],"YouTube URL":["URL en YouTube"],"Pinterest URL":["URL en Pinterest"],"MySpace URL":["URL en MySpace"],"LinkedIn URL":["URL de LinkedIn"],"Instagram URL":["URL de Instagram"],"Twitter Username":["Nombre de usuario en Twitter"],"Facebook Page URL":["URL de la página de Facebook"],"Accounts":["Cuentas"],"Restore site to defaults":["Restaurar sitio a ajustes por defecto"],"Site ID":["ID de Sitio"],"Using this form you can reset a site to the default SEO settings.":["Usando este formulario puedes resetear un sitio a la configuración SEO por defecto."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":[""],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Elija el sitio cuya configuración desea utilizar de forma predeterminada para todos los sitios que se agregan a la red. Si elige \"Ninguna\", se utilizarán los valores predeterminados normales plugin."],"New sites in the network inherit their SEO settings from this site":["Nuevos sitios en la red heredan su configuración SEO de este sitio"],"Super Admins only":["Sólo para Super Admins"],"Site Admins (default)":["Administradores del sitio (por defecto)."],"Who should have access to the %1$s settings":["Quién debe tener acceso a los %1$s ajustes"],"spam":["spam"],"mature":["maduro"],"archived":["archivado"],"public":["público"],"%s restored to default SEO settings.":["%s se ha restaurado a la configuración SEO predeterminada."],"Settings Updated.":["Ajustes actualizados"],"404 pages":["Páginas 404"],"Search pages":["Páginas de búsqueda"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas serán %s por defecto, por lo que nunca se mostrarán en los resultados de búsqueda."],"Special Pages":["Páginas especiales"],"Date-based archives could in some cases also be seen as duplicate content.":["Los archivos basados en datos podrían considerarse en algunos casos como contenido duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Si este es el caso en su sitio, puede elegir deshabilitarlo (lo que redirigirá a su página principal), o añadir %s de manera que no aparezca en resultados de búsqueda."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Si tiene un blog de un solo autor, el archivo de autor será exactamente igual a su página principal. Esto es lo que se llama un %2$sproblema de contenido duplicado%1$s."],"Date archives":["Archivos por fechas"],"author archives":[""],"Title":["Título"],"%1$s Meta Box":["%1$s Cuadro de Meta"],"Hide":["Ocultar"],"Date in Snippet Preview":["Fecha en la Vista Anticipada del Fragmento"],"Take note:":["Tomar nota:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Portada & Página frontal"],"Title Separator":["Separador de Titulo"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s ha detectado de forma automática si se necesita forzar la reescritura de los títulos de sus páginas. Si esto es erróneo y sabe lo que hace, puede cambiar este ajuste aquí."],"Force rewrite titles":["Forzar la reescritura de los títulos"],"Taxonomies":["Taxonomías"],"Homepage":["La portada de página Web"],"%1$s Extensions":["%1$s Extensiones"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["¡Integra perfectamente WooComerce con %1$s y consigue características adicionales!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Clasificar mejor a nivel local y en Google Maps, sin romper a sudar!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["¿Está en Google News? ¡Incrementa su tráfico desde Google News optimizándolo!"],"Optimize your videos to show them off in search results and get more clicks!":["¡Optimiza sus vídeos para verlos en los resultados de búsqueda y conseguir más clics!"],"The premium version of %1$s with more features & support.":["El versión de pago de %1$s con más funciones y soporte."],"Person":["Persona"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Nombre del sitio web"],"Webmaster Tools":["Herramientas de webmaster"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["No tiene el nombre de su entrada en la URL de sus entradas y páginas, es altamente recomendable que lo tenga. Considera configurar la estructura de sus permalinks a /%postname%/"],"RSS":["RSS"],"Breadcrumbs":["Migajas de pan"],"or":["o"],"Save Profile":["Guardar Perfil"],"There were no profiles found":["No hubo perfiles encontrados"],"Profile":["Perfil"],"Current profile":["Perfil Actual"],"Authenticate":["Autenticar"],"Get Google Authorization Code":["Obtener el Código de Autorización de Google"],"Reload crawl issues":["Actualizar cuestiones de rastreo"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para ser capaz de crear una redirección y solucionar este problema, es necesario %1$s. Usted puede comprar el plugin, incluido el apoyo de un año y actualizaciones, en %2$s."],"Creating redirects is a %s feature":["La creación de redirecciones es una característica de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errores que sólo se produjeron cuando su sitio se arrastró por el robot de Google para los teléfonos con funciones (errores no aparecieron para el escritorio)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Los errores que se produjeron sólo cuando su sitio se revisado por Googlebot-Mobile (los errores no aparecieron para el escritorio)."],"Errors that occurred when your site was crawled by Googlebot.":["Los errores que se produjeron cuando su sitio fue revisado por Googlebot."],"Issue categories":["Categorías temas"],"Incorrect Google Authorization Code.":["Código de Autorización de Google incorrecto."],"The issues have been successfully reloaded!":["Los temas han sido recargado con éxito!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Las %1$s de datos se ha eliminado. Usted tendrá que volver a autenticar si desea recuperar los datos de nuevo."],"Crawl errors per page":["Errores de rastreo por página"],"Search":["Búsqueda"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["No se pierda sus errores de rastreo: %1$sconectar con Google Search Consola aquí%2$s."],"Create redirect":["Crear Redirección"],"Mark as fixed":["Marcar como solucionado."],"Response code":["Código de Respuesta"],"First detected":["Primer detectado"],"Last crawled":["Último rastreado."],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detectan que está utilizando una versión de %2$s que no es compatible con %1$s. Por favor, actualice %2$s a la versión más reciente para utilizar esta función."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Los Plugins Yoast comparten algo de código entre ellos para hacer su sitio más rápido. Como resultado de eso, necesitamos todos los plugins Yoast estén actualizados. Hemos detectado que este no es el caso, así que por favor actualiza los plugins Yoast que aún no están al día."],"Feature phone":["Característica del teléfono"],"Smartphone":["Smartphone"],"Desktop":["Escritorio"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["La URL de destino no existe, pero el servidor no devuelve una presentación (archivo no encontrado) error 404."],"Soft 404":["Suave 404"],"Request timed out or site is blocking Google.":["Tiempo de espera agotado o sitio está bloqueando Google."],"Server Error":["Error en el Servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot puede acceder su sitio, pero ciertas URLs están bloqueados por Googlebot en el archivo %1$s. Este bloqueo bien podría ser para todos Googlebots o incluso específicamente para el robot de Google-mobile para móviles."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google no pudo arrastrarse este URL debido a un asunto indeterminado."],"URL points to a non-existent page.":["URL apunta a una página inexistente."],"Not found":["No encontrado"],"Not followed":["No seguida"],"Faulty redirects":["Redirecciones defectuosos"],"Server requires authentication or is blocking Googlebot from accessing the site.":["El servidor requiere autenticación o está bloqueando Googlebot acceda al sitio."],"Access denied":["Acceso denegado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Las %1$s plugin(s) podría causar problemas cuando se utiliza junto con %2$s."],"Upload Image":["Subir imagen"],"Remove these ads?":["¿Eliminar estos anuncios?"],"%s Posts Overview":["%s Entradas Información general"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["El Título de las Migas de Pan es usado en las migas de pan donde aparezca esta taxonomia."],"Breadcrumbs title":["Título en migajas de pan"],"The canonical link is shown on the archive page for this term.":["El enlace canónico se muestra en la página de archivo para este término."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Otro"],"Archives":["Archivos"],"Email":["Email"],"Close":["Cerrar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Imagen"],"%s Description":["%s Descripción"],"%s Title":["%s Titulo"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["El tamaño de imagen recomendado para %1$s es %2$spx."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si no quiere usar la meta descripción para compartir el post en %s; pero quiere otra descripción, escribela aqui."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si no quiere usar este titulo de entrada para compartir el post en %s pero en lugar de eso quieres otro titulo ,escribelo aqui"],"very difficult":["muy difícil"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["difícil"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["bastante difícil"],"OK":["Bien"],"fairly easy":["casi fácil"],"easy":["fácil"],"very easy":["Muy fácil"],"Meta Desc.":["Meta descripción"],"All SEO Scores":["Todos los resultados SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: la imagen presentada debe tener al menos 200 por 200 píxeles para que Facebook y otros sitios de redes sociales los recojan."],"(no parent)":["(sin superior)"],"Post is set to noindex.":["Entrada está establecida como noindex."],"The URL that this page should redirect to.":["La URL a la que debe redirigir está página."],"301 Redirect":["Redirección 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["URL canónica"],"Title to use for this page in breadcrumb paths":["Título a usar para esta página en la cadena de breadcrumbs"],"Breadcrumbs Title":["Título del Migas de pan"],"No Snippet":["No presentar en formato enriquecido (snippet)"],"No Archive":["Sin archivo"],"No Image Index":["Ningun Indice de imagen"],"None":["Ninguno"],"Site-wide default: %s":["Predeterminado de todo el sitio: %s"],"Advanced meta robots settings for this page.":["Configuración de meta robots avanzada para esta página."],"Meta robots advanced":["Meta Robots Avanzado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Advertencia: a pesar de que se pueden establecer los robots meta sentada aquí, todo el sitio se establece en NOINDEX en la configuración de privacidad en todo el sitio, por lo que estos ajustes no tendrá un efecto."],"Meta description":["Descripción meta"],"SEO Title":["Título de SEO"],"Focus keyword":["Enfoque de palabras clave"],"Snippet preview":["Fragmento de previsualización"],"Settings successfully imported.":["Las configuraciones han sido importadas con éxito."],"Settings could not be imported:":["Las configuraciones no pueden importarse:"],"Error creating %1$s export: ":["Error al crear la exportación de %1$s:"],"Breadcrumb for 404 pages:":["Migas de pan para las páginas 404"],"Prefix for search result pages:":["Prefijo para pagina de resultados de busqueda:"],"Prefix for archive pages:":["Prefijo para paginas archivadas:"],"Prefix for breadcrumbs:":["Prefijo para migas de pan:"],"Anchor text for the homepage:":["Texto ancla para la página de inicio:"],"Breadcrumbs separator:":["Migas separador:"],"Remove blog page from breadcrumbs":["Eliminar página del blog de las migas de pan"],"%s Breadcrumbs":["%s Migas de pan"],"Use Image":["Usar Imagen"],"Action":["Acción"],"Page URL/Slug":["Página URL/Slug"],"Publication date":["Fecha de publicación"],"Post Status":["Estado de entrada"],"WP Page Title":["WP Título de Página"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Previsualizar"],"Preview “%s”":["Preestrenar “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nueva descripción de la meta Yoast"],"Existing Yoast Meta Description":["Existente Yoast descripción de la meta"],"Facebook profile URL":["Dirección del perfil de Facebook"],"Twitter username (without @)":["Usuario de Twitter (sin @)"],"FAQ":["Preguntas más frecuentes"],"Premium Support":["Soporte Premium"],"Settings":["Ajustes"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Debe ir a %sgo to your Reading Settings%s y desmarcar la casilla de Visibilidad para Maquina de Busqueda."],"Huge SEO Issue: You're blocking access to robots.":["Gran problema de SEO: Estás bloqueando el acceso a los robots."],"Posts":["Entradas"],"Edit Files":["Editar archivos"],"Advanced Variables":["Variables Avanzadas"],"Basic Variables":["Variables básicas"],"General":["General"],"Extensions":["Extensiones"],"Search Console":["Consola de Búsqueda"],"Tools":["Herramientas"],"Advanced":["Avanzado"],"XML sitemaps":["XML Sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detecta que está utilizando la versión %2$s de %3$s, por favor, actualice a la última versión para evitar problemas de compatibilidad."],"Just another WordPress site":["Otro sitio de WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Sigue teniendo la descripción corta de Wordpress, incluso una vacía es probablemente mejor. %1$sPuede solucionarlo en la personalización%2$s"],"You have used HTML in your value which is not allowed.":["Ha utilizado HTML en su valor que no está permitido."],"You can't edit %s that aren't yours.":["No puede editar %s que no son suyos."],"You can't edit %s.":["No puede editar %s."],"Post has an invalid Content Type: %s.":["La entrada tiene un Content Type inválido:%s."],"Post doesn't exist.":["No existe la entrada."],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["Basura (%s)","Basura (%s)"],"posts\u0004All (%s)":["Todo (%s)","Todos (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"es_MX"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":[""],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":[""],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":[""],"Learn about why permalinks are important for SEO.":[""],"Google Ads":[""],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":[""],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":[""],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":[""],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["","There are new notifications."],"Learn more about the readability analysis":[""],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":[""],"%s and %s":[""],"%d minute":["","%d minutes"],"%d hour":["","%d hours"],"%d day":["","%d days"],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":[""],"hours":[""],"days":[""],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":[""],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":["Tiempo necesario:"],"Move question down":["Mover pregunta abajo"],"Move question up":["Mover pregunta arriba"],"Insert question":["Ingrese la pregunta"],"Delete question":["Borrar pregunta"],"Enter the answer to the question":["Ingrese la respuesta a la pregunta"],"Enter a question":["Ingrese una pregunta"],"Add question":["Añadir pregunta"],"Frequently Asked Questions":["Preguntas Frecuentes"],"Great news: you can, with %s!":[""],"Select the primary %s":["Seleccione el %s primario"],"Check links to this URL":["Verificar enlaces a esta URL"],"Keyword research training":["Entrenamiento de investigación de palabras clave"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":["Marcar como contenido piedra angular"],"Move step down":["Mover paso abajo"],"Move step up":["Mover paso arriba"],"Insert step":["Insertar paso"],"Delete step":["Borrar paso"],"Add image":["Añadir imagen"],"Enter a step description":["Ingrese una descripción del paso"],"Enter a description":["Ingrese una descripción"],"Unordered list":["Lista desordenada"],"Showing step items as an ordered list.":["Escribe un título para tus instrucciones"],"Showing step items as an unordered list":["Mostrando los items de pasos como una dista desordenada"],"Add step":["Agregar paso"],"Delete total time":["Borrar tiempo total"],"Add total time":["Añadir tiempo total"],"How to":["Cómo"],"How-to":["Como"],"Snippet Preview":["Vista previa del Snippet"],"Analysis results":["Resultado del análisis:"],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":["Saber más sobre Cornerstone Content."],"Cornerstone content should be the most important and extensive articles on your site.":["Los contenidos de Piedra Angular deberían ser los artículos más extensos e importantes en su sitio."],"Restore Site":["Reestablecer sitio"],"Network Settings":["Ajustes de Red"],"You are not allowed to perform this action.":["No tienes permiso para hacer esto."],"Error: %s":["Error: %s"],"Success: %s":["Éxito: %s"],"Site with ID %d not found.":[""],"No site has been selected to restore.":["Se se ha seleccionado un sitio para restaurar"],"You are not allowed to modify unregistered network settings.":[""],"deleted":["eliminado"],"Would you like to add another keyphrase?":[""],"image preview":["vista previa de la imagen"],"Copied!":["Copiado!"],"Not supported!":["No soportado!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":["Considere enlazar hacia estos artículos"],"Copy link":["Copiar enlace"],"Copy link to suggested article: %s":[""],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":["Palabras prominentes"],"The site's tagline":["EL tagline del sitio"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":["No fueron proporcionados todos los campos requeridos. Falta el campo %1$s"],"Optimize your site for Google News.":["Optimiza tu sitio para Google News."],"Optimize your shop's SEO and sell more products!":["¡Optimiza el SEO de tu tienda y vende más productos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Aparece en las búsquedas de Google Video y mejora los videos compartidos en los medios sociales,"],"Be found in Google Maps and local results.":["Aparece en Google Maps y resultados locales."],"Learn practical SEO skills to rank higher in Google.":["Aprenda sus habilidades en SEO para subir el nivel en Google."],"Don’t waste time figuring out the best settings yourself.":["No pierdas tiempo descifrando cuales son las mejores configuraciones para ti."],"Get quick wins to make your site rank higher in search engines.":["Obtenga ganancias rápidas para subir su nivel de su sitio en los motores de búsqueda."],"Add synonyms":["Añadir sinónimos"],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Tu puedes editar la meta-data SEO para el modo personalizado de %1$spagina de compras%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["No ha configurado una página Comprar en su configuración de WooCommerce. Por favor haz esto primero."],"Current year":["Año actual"],"Page":["Página"],"Breadcrumb settings for %s archive":[""],"Something went wrong. Please reload the page.":["Algo salió mal. Por favor recarga la página."],"Tagline":["Eslogan"],"Modify your meta description by editing it right here":["Modifique su meta descripción modificándola aquí"],"description (custom taxonomy)":["descripción (taxonomía personalizada)"],"(custom taxonomy)":["(taxonomía personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":[""],"Caption":[""],"Pagenumber":[""],"Pagetotal":[""],"Page number":["Número de página"],"User description":["Descripción de usuario"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":[""],"Post type (singular)":[""],"Separator":["Separador"],"Search phrase":["Frase de búsqueda"],"Term title":[""],"Term description":[""],"Tag description":["Descripción de la etiqueta"],"Category description":["Descripción de la categoría"],"Primary category":["Categoría principal"],"Category":["Categoría"],"Tag":["Etiqueta"],"Excerpt only":["Solo extracto"],"Excerpt":["Extracto"],"Site title":["Título del sitio"],"Archive title":[""],"Parent title":["Título padre"],"Date":["Fecha"],"Label":["Etiqueta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":[""],"Search engines and other websites can still send traffic to your deleted post.":[""],"Make sure you don't miss out on traffic!":["Asegúrese de no perderse tráfico!"],"You just deleted a %1$s.":["Acaba de borrar un %1$s."],"You just trashed a %1$s.":["Acaba de enviar al basurero un %1$s."],"Settings for %s archive":[""],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Url preview":["Vista previa de la URL."],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":["Ocultar este aviso"],"No results":["No hay resultados"],"%d result found, use up and down arrow keys to navigate":["%d resultado encontrado, utiliza las teclas con la flecha arriba y abajo para navegar por los resultados","%d resultados encontrado, utiliza las teclas con la flecha arriba y abajo para navegar por los resultados"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["El idioma de su sitio está establecido a %s. Si esto no es correcto, por favor contacte al administrador de su sitio."],"Number of results found: %d":["Número de resultados encontrados: %d"],"Note that not all variables can be used in every field.":["Note que no todas la variables pueden ser usadas en cada campo."],"Snippet variables":["Variables Snippet"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respeta su privacidad. Lea nuestr %2$spolítica de privacidad%3$s sobre cómo manejamos su información personal."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Si reconoces lo que esto significa y no quieres ver este mensaje otra vez, puedes %1$signorar este mensaje%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["La configuración de su sitio actualmente permite la existencia de URLs adjuntos en su sitio. Por favor lea %1$sesta publicación acerca de un problema potencial%2$s con URLs adjuntos y verifique si tiene la configuración correcta para su sitio."],"Unknown type %1$s":["Tipo %1$s desconocido"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["¡Incluye una cuenta gratuita MyYoast la cual te da a acceso a nuestro curso gratuito de SEO para Principiantes!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Regístrese a nuestro boletín si le gustaría mantenerse informado acerca de %1$s, otros plugins de %2$s, noticias interesantes y tips del mundo del SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obtén el codigo de verificación de Baidu en %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Código de verificación de Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["La %s funcionalidad para importar usa tablas temporales en la base de datos. Tal parece que la instalacion de WordPress no tiene esta caracteristica para proseguir. Porfavor consulta to provedor de hospedaje."],"Cleanup of %s data failed.":["Limpieza de %s información falló."],"Content Type":["Tipo de Contenido"],"Filter by content type":["Filtrar contenido por tipo"],"Show All Content Types":["Mostrar todos los tipos de contenido"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Para corregir esto, deselecciona la caja frente a \"Dividir comentarios en páginas...\" en la %1$spágina de ajustes de los comentarios%2$s ."],"Replaced with the normal title for an archive generated by WordPress":["Reemplazado con el título normal de un archivo generado por WordPress"],"Clean":["Limpio"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Una vez estés seguro de que tu sitio está OK, puedes limpiar la instalación. Esto va a quitar toda la información original. "],"Step 5: Clean up":["Paso 5: Limpieza"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":["Paso 4: Ejecutar el asistente de configuración"],"Please check your posts and pages and see if the metadata was successfully imported.":["Verifique sus entradas y páginas y vea si los metadatos se importaron correctamente."],"Step 3: Check your data":["Paso 3: Verifique sus datos"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Paso 2: Importar"],"Please make a backup of your database before starting this process.":["Por favor, haga una copia de seguridad de su base de datos antes de iniciar este proceso."],"Step 1: Create a backup":["Paso 1: Crear una copia de seguridad"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Hemos detectado datos de uno o más plugins de SEO en su sitio. Por favor siga los siguientes pasos para importar estos datos:"],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":[""],"%s data found.":[""],"%s data successfully removed.":[""],"%s data successfully imported.":[""],"%s data not found.":[""],"Improve your SEO skills":["Mejore sus habilidades de SEO"],"24/7 email support":["Soporte por correo electrónico 24/7"],"No more dead links a.k.a. 404 pages":["No más enlaces muertos (páginas 404) "],"Get real-time suggestions for internal links":["Obtenga sugerencias en tiempo real para enlaces internos"],"Preview your page in Facebook and Twitter":["Previsualizar su página en Facebook y Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":["Más información sobre la configuración de sus perfiles de redes sociales"],"Remove the categories prefix":["Eliminar el prefijo de categorías"],"Help on the category prefix setting":["Ayuda sobre la configuración del prefijo de categoría "],"Learn more about the available variables":["Más información sobre las variables disponibles"],"Learn more about the RSS feed setting":["Más información sobre la configuración de fuentes RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":["Más información sobre la configuración de Medios y URLs de adjunto"],"Learn more about the title separator setting":["Más información sobre la configuración del separador de título "],"Learn more about the knowledge graph setting":["Más información sobre la configuración del grafo de conocimiento"],"Learn more about the homepage setting":["Más información sobre la configuración de la página de inicio"],"Learn more about the special pages setting":["Más información sobre la configuración de las páginas especiales"],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":["Ayuda de configuración de archivo"],"Learn more about the archives setting":["Más información sobre la configuración de archivo"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":["Código de verificación de Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":["Código de verificación de Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":["Código de verificación de Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["Más información sobre la verificación de Webmaster Tools"],"On":[""],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":["Apagado"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":["Ayuda sobre esta configuración de resultados de búsqueda"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":["¿Mostrar %s en los resultados de búsqueda?"],"this author's archives":[""],"Do not allow search engines to show %s in search results.":[""],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":[""],"Category URLs":[""],"the archive for %s":[""],"Redirect attachment URLs to the attachment itself?":[""],"We recommend you set this to Yes.":["Recomendamos que establezcas esto a Si."],"Media & attachment URLs":[""],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Esto es lo que se muestra en los resultados de búsqueda cuando la gente encuentra tu página. Esto significa que esto es lo que probablemente vean cuando hacen una búsqueda por tu nombre de marca."],"date archives":["fecha de archivos"],"archives for authors without posts":["archivos para autores sin posts"],"Read why XML Sitemaps are important for your site.":["Lea por qué los mapas de sitio XML son importantes para su sitio."],"Enable the XML sitemaps that %s generates.":[""],"See the XML sitemap.":["Ver el mapa del sitio XML."],"%2$s (current default for %1$s)":[""],"Media":[""],"Content Types":["Tipo de Contenidos"],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":[""],"Search Appearance":["Apariencia de búsqueda"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":["Visibilidad en motores de búsqueda"],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Las peticiones de soporte que has creado aquí se enviaron directamente a nuestro sistema de soporte, que está asegurado con SSL de 256 bits, así que la comunicación es 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La característica de contenido principal le permite marcar y filtrar el contenido principal en su sitio web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si tienes problemas que no puedas resolver con nuestros tutoriales de video o base de conocimiento, puedes enviar un mensaje a nuestro equipo de soporte. Puedes contactar con ellos 24/7."],"Search result":["Resultado de búsqueda"],"Good results":["Buenos resultados"],"Get better search results in local search":["Consigue mejores resultados de búsqueda en la búsqueda local"],"Allow customers to pick up their %s order locally":["Permite a tus clientes recoger su %s orden localmente"],"SEO analysis":["Analisis de SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["El análisis de SEO ofrece sugerencias para mejorar el SEO de tu texto"],"Learn how the SEO analysis can help you rank.":["Aprende como el análisis de SEO te puede ayudar en tu rango"],"The readability analysis offers suggestions to improve the structure and style of your text.":["El análisis de legibilidad ofrece sugerencias para mejorar la estructura y estilo de tu texto."],"Discover why readability is important for SEO.":["Descubre porqué la legibilidad es importante para el SEO."],"Find out how cornerstone content can help you improve your site structure.":["Descubre como el contenido esencial puede ayudarte a mejorar la estructura de tu sitio."],"The text link counter helps you improve your site structure.":["El contador de enlaces de texto te ayuda a mejorar la estructura de tu sitio."],"Find out how the text link counter can enhance your SEO.":["Descubre como el contador de enlaces de texto puede mejorar tu SEO."],"%s integration":["Integración con %s"],"Read more about how %s works.":["Lee más acerca de cómo funciona %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Habilita ésta característica si quieres que Facebook y otros medios sociales muestren una vista previa con imágenes y extracto de texto cuando u enlace de tu sitio sea compartido"],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Habilita ésta característica si quieres que Twitter muestre una vista previa con imágenes y extracto de texto cuando un enlace de tu sitio es compartido"],"Find out why you should upgrade to %s":["Aprende por qué debes actualizar a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Últimas entradas de blog el %1$s"],"Need help?":["¿Necesitas ayuda?"],"Type here to search...":["Escribe aquí para buscar..."],"Search the Yoast Knowledge Base for answers to your questions:":["Busca la Base de Conocimiento de Yoast para respuestas a tus preguntas:"],"Remove highlight from the text":["Remueve la parte destacada del texto"],"Your site language is set to %s. ":["El lenguaje de tu sitio está ajustado a %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Comience rápidamente con el %1$s %2$sasistente de configuración%3$s!"],"First-time SEO configuration":["Configuración de SEO por primera vez"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["El idioma de su sitio está configurado en {language}. Si esto no es correcto, comuníquese con el administrador de su sitio."],"Your site language is set to {language}.":["El idioma de su sitio está configurado en {idioma}."],"Highlight this result in the text":["Resalta este resultado en el texto"],"Considerations":["Consideraciones"],"Errors":["Errores"],"Change language":["Cambiar idioma"],"You cannot create a %s file.":["No puedes crear un %s archivo."],"You cannot edit the %s file.":["No puedes editar el %s archivo."],"Updated %s":["Actualizado %s"],"Create %s file":["Crear %s archivo"],"Edit the content of your %s:":["Edita el contenido de tu %s:"],"Save changes to %s":["Guardar cambios a %s"],"%s file":["%s archivo"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s y %2$s puede trabajar mucho mejor al agregar un complemento de ayuda. Por favor realiza la instalación%3$s para mejorar tu vida %4$s."],"More information":["Más información"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s y %2$s puede trabajar mucho mejor al agregar un complemento de ayuda. Por favor active%3$s para mejorar tu vida"],"More information about %1$s":["Más información sobre %1$s"],"Configuration Wizard":["Asistente de configuración"],"You've done it!":["Lo has hecho!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["¡Integra %2$s con %1$s sin problemas para el análisis de contenido!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s y%2$s pueden funcionar mejor al agregar un plugin de apoyo. Por favor instale %3$s para mejorar su vida."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["La configuración del título & para %1$s están hechos de variables que pueden reemplazarse por valores específicos de la pagina cuando la pagina se muestre. La tabla de abajo contiene una lista de las variables disponibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marca el %1$s más importante como 'piedra angular' para mejorar la estructura de tu sitio. %2$sAprende más sobre el contenido importante%3$s."],"Loading help center.":["Cargando centro de ayuda"],"Get support":["Consigue ayuda"],"View in KB":["Vea en KB"],"Go back":["Ir de regreso"],"Go back to the search results":["Ir de regreso a resultados de busqueda"],"(Opens in a new browser tab)":["Abrir en nueva pestaña de buscador"],"Posts %1$swithout%2$s a focus keyphrase":[""],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, tu SEO esta haciendo muy bien! Checa las estadísticas: "],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["No tienes ningún post publicado, tus puntos SEO aparecerán aqui una vez hagas tu primer post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Algo mas"],"A portfolio":["Un portfolio"],"A corporation":["Una corporación "],"A small offline business":["Un negocio pequeño offline"],"A news channel":["Un canal de noticias"],"An online shop":["Un tienda en linea"],"A blog":["Un blog"],"What does the site %1$s represent?":["Que representa el %1$s del sitio?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Opción B: Mi sitio esta en construcción y no debería ser indexado."],"Option A: My site is live and ready to be indexed":["Opción A: Mi sitio esta live y listo para ser indexado"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Por favor especifica si tu sitio esta en construcción o ya activo"],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Leer mas como esto en nuestro blog SEO"],"Readability: %s":[""],"Not activated":["Aún no está activado."],"Activated":["Activado"],"%1$s recommendations for you":["1% de recomendaciones para ti. "],"All Readability Scores":["Todas las puntuaciones de legibilidad. "],"Filter by Readability Score":["Filtrar por puntuación de legibilidad."],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["¡No estás recibiendo actualizaciones o soporte! Arregla este problema agregando este sitio y habilitando %1$s en %2$s."],"Request method %1$s is not valid.":["Método de solicitud %1$s no es válida. "],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["¿Quieres previsualizar que pasaría si las personas compartieran esta publicación en %1$s? Puedes hacerlo por %2$s."],"Good job! All the links in your texts have been counted.":["¡Buen trabajo! Todos los enlaces de tus textos han sido contados."],"Calculation completed.":["Cálculo completado."],"Calculation in progress...":["Calculo en proceso..."],"Stop counting":["Deja de contar"],"Counting links in your texts":["Contando enlaces en tus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s procesado."],"All your texts are already counted, there is no need to count them again.":["Todos sus textos ya están contados, no hay necesidad de contarlos de nuevo."],"Count links in your texts":["Cuenta enlaces en tus textos"],"Text link counter":["Contador de enlaces de texto"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de vínculos internos que enlazan a esta publicación. Vea el texto \"Columnas Yoast\" en la pestaña de ayuda para más información."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s agrega varias columnas a esta página. Hemos escrito un artículo sobre %2$show to use the SEO score and Readability score%3$s. Las columnas de enlaces muestran el número de artículos en este sitio que enlazan %5$sto%6$s este artículo y el número de URL vinculadas %5$sfrom%6$s de este artículo. Obtenga más información sobre %4$show to use these features to improve your internal linking%3$s, lo que mejora en gran medida su SEO."],"%s Columns":["%s Columnas"],"Readability score":["Puntaje de legibilidad"],"Other benefits of %s for you:":["Otros beneficios de %s para ti:"],"Scroll to see the preview content.":["Desplácese para ver el contenido de la vista previa."],"Cornerstone content":["Contenido Cornerstone"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Si desea superar a la competencia en una ciudad o región. ¡Cheque nuestro %1$s plugin! Podrá fácilmente insertar Google maps, horario, información de contacto y localizador de tienda. Además de que %1$s ayuda a mejorar la usabilidad de su pagina de contacto."],"Attract more customers near you":["Atraíga a más clientes cerca de ti"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["¿Quieres saber todos los pormenores del %1$s plugin? ¿Quieres aprender todo sobre nuestra configuración avanzada? ¿Quieres poder sacar el máximo provecho del %1$s plugin? Mira nuestro%1$s ¡formación de complementos y comienza a superar a la competencia!"],"Get the most out of %1$s with the %2$s":["Saca el máximo provecho de %1$s con el %2$s"],"Upgrade to Premium":["Mejora a Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Supera la competencia con %s"],"You might like":["Te podría gustar"],"Newsletter":["Hoja informativa"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Hemos detectado que todavía no has terminado este asistente, así que te recomendamos que %2$s inicie el asistente de configuración para configurar %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["El asistente de configuración le ayuda a configurar fácilmente su sitio para que tenga la configuración óptima de SEO."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Ir Premium y nuestros expertos estarán a su disposición para responder a cualquier pregunta que pueda tener sobre la configuración y el uso del plugin."],"Superfast internal linking suggestions":["Sugerencias de enlaces internos ultrarrápidos"],"Great news: you can, with %1$s!":["Gran noticia: ¡usted puede, con %1$s!"],"Save changes":["Guardar cambios"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["El plugin %2$s cambia la salida de su sitio y al hacer eso diferencia entre los motores de búsqueda y los usuarios normales, un proceso que se denomina disimulación. Le recomendamos que lo deshabilite."],"%1$sSocial media preview%2$s: Facebook & Twitter":["Vista previa de los medios sociales: Facebook y Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo more dead links%2$s: administrador de redireccionamiento fácil"],"No ads!":["¡Sin anuncios!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Vista previa de los medios sociales"],"Easy redirect manager":["Administrador de redireccionamiento fácil"],"No more dead links":["No más enlaces muertos"],"Increase your SEO reach":["Aumente su alcance de SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Si quieres más ayuda para crear contenido increíble, mira nuestra %2$sCurso de redacción de SEO%3$s. ¿Desea saber todo acerca de las características del complemento, considere hacer nuestro%1$s!"],"Variable":["Variable "],"Available variables":["Variables disponibles "],"Scroll to see the table content.":["Deslizar para ver el contenido de la tabla."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Por favor mencione a %1$sour artículo sobre como conectar su sitio con la Consola%2$s de Búsqueda de Google si necesita asistencia."],"An error occurred in the '%1$s' assessment":["Se produjo un error en el '%1$s' evaluación"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s de las palabras contienen %2$smás %3$s sílabas%4$s, que es más que el máximo recomendado de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s de las palabras contienen %2$smás %3$s sílabas%4$s, que es menor o igual que el máximo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La meta descripción contiene %1$d frase %2$sde más de %3$s palabras%4$s. Trata de acortar esta frase.","La meta descripción contiene %1$d frases %2$sde más de %3$s palabras%4$s. Trata de acortar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La meta descripción no contiene frases %1$sde más de %2$s palabras%3$s."],"Step %1$d: %2$s":["Paso %1$d: %2$s"],"No new notifications.":["No hay nuevas notificaciones"],"Save all":["Guardar todo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, Autor %2$s"],"Mobile preview":["Vista previa móvil"],"Desktop preview":["Vista previa del escritorio"],"Select redirect":["Seleccionar redireccionamiento"],"Please provide an SEO title by editing the snippet below.":["Favor de proveer un título de SEO editando el snippet abajo."],"Meta description preview:":["Vista previa de la meta descripción"],"Slug preview:":["Vista previa del slug:"],"SEO title preview:":["Vista previa del título SEO:"],"Close snippet editor":["Cerrar el editor de snippet"],"Slug":["Slug"],"Remove marks in the text":["Eliminar marcas en el texto"],"Mark this result in the text":["Marca este resultado en el texto"],"Marks are disabled in current view":["Las marcas están deshabilitadas en la vista actual"],"Good SEO score":["Puntaje SEO Bueno"],"OK SEO score":["OK puntuación de SEO"],"Feedback":["Retroalimentacion"],"ok":["ok"],"Choose an image":["Escoja una imagen"],"Remove the image":["Quitar una imagen"],"MailChimp signup failed:":["Falló registro en Mailchimp:"],"Sign Up!":["¡Regístrate!"],"Name":["Nombre"],"There is an error with the request.":["Hubo un error con la solicitud"],"Select profile":["Seleccione un perfil"],"Choose a profile":["Escoja un perfil"],"Authorization code":[""],"Reauthenticate with Google":["Verificar nuevamente con Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para permitir que %s obtenga su información de la Consola de Búsqueda de Google, por favor introduzca su Código de Autorización de Google. Al hacer click en el botón de abajo se abrirá una nueva ventana."],"Please provide a meta description by editing the snippet below.":["Favor de proveer una meta descripción editando el snippet abajo."],"Edit snippet":["Editar snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Puede hacer clic en cualquier elemento de la vista previa para ir al editor del snippet."],"SEO title preview":["Vista previa de título SEO:"],"Meta description preview":["Vista previa de descripción meta:"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Ha ocurrido un problema al guardar este paso, {{link}}por favor envía un reporte{{/link}} describiendo en qué paso te encuentras y qué cambios quieres hacer (si es que hay alguno)."],"Close the Wizard":["Cerrar el asistente"],"Export settings":["Exportar configuraciones"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Asistente de configuracion"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Si tiene problemas,%1$s porfavor presenta un informe de error%2$s y haremos todo lo posible para ayudarle."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Hemos notado que has estado usando %1$s desde hace algún tiempo; ¡Esperamos que encante!. Nos encantaría si pudiera%2$s darnos una calificación de 5 estrellas en WordPress.org%3$s!"],"Date archives settings":["Configuración de archivo de fechas "],"Author archives settings":["Configuración de archivo de autores "],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Cuidado: la variable %s no puede ser utilizada en esta plantilla. Para mas información vaya al centro de ayuda."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(sin título)"],"%s installation wizard":["%s asistente de instalación"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["La barra de menú del administrador %1$s contiene ligas útiles hacia herramientas de terceros para analizar las páginas y hace que sea fácil de ver si usted tiene nuevas modificaciones."],"Admin bar menu":["Barra de menú del administrador"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Características"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Mientras nos esforzamos por hacer la configuración %1$slo más fácil posible, entendemos que puede ser desalentador. Si prefieres que configuremos%1$s para ti (y obtén una copia de %2$s en el proceso), ordene %3$s%1$s servicio de configuración%4$s ¡aquí!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bienvenida a la %1$sasistente de configuración. En unos sencillos pasos, te ayudaremos a configurar tus ajustes de SEO para que coincidan con las necesidades de tu sitio web."],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google muestra el nombre de su sitio web en los resultados de búsqueda, si desea cambiarlo, puede hacerlo aquí."],"Greater than sign":["Símbolo Mayor que"],"Less than sign":["Símbolo menor que"],"Right angle quotation mark":["Símbolo comillas angular derecho"],"Left angle quotation mark":["Símbolo comillas angular izquierdo"],"Small tilde":["Tilde pequeña"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco bajo"],"Asterisk":["Asterisco"],"Bullet":["Bala"],"Middle dot":["Punto medio"],"Em dash":["Raya"],"En dash":["Semiraya"],"Dash":["Guión"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Escoja el símbolo a utilizar como separador del título. Esto se mostrará, por ejemplo, entre el título de su publicación y el nombre del sitio. Los símbolos se muestran en el tamaño que aparecerán en los resultados de búsqueda."],"The name of the person":["El nombre de la persona"],"No":["No"],"Yes":["Sí"],"Does, or will, your site have multiple authors?":["¿Tiene, o tendrá su sitio múltiples autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automáticamente genera una URL para cada elemento multimedia en la librería. Habilitando esto le permitirá a google indexar la URL generada."],"Success!":["¡Exito!"],"Title settings":["Ajustes de título"],"Google Search Console":["Consola de Búsqueda de Google"],"Multiple authors":["Múltiples autores"],"Site type":["Tipo del sitio"],"Environment":["Entorno"],"Yoast option %1$s not found.":["La opción de Yoast %1$s no se encontró."],"Google Structured Data Test":["Prueba de Datos Esctructurados de Google"],"Posts list":["Lista de entradas"],"Posts list navigation":["Navegación de lista de entradas"],"Filter posts list":["Filtra la lista de entradas"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Nota que los enlaces a los archivos pueden estar siendo todavía generados por tu tema y necesitarías removerlos separadamente."],"%1$s to optimize your site even further":["%1$s para optimizar su sitio aún más"],"%1$s extensions":["extensiones %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Disponible con nuestra garantía de de reembolso sin cuestionamiento en los primeros 30 días ."],"More information %1$sabout %3$s%2$s":["Más información %1$s acerca %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["Adquiere acceso 24/7 a nuestro equipo de soporte"],"Premium support":["Soporte Premium"],"check what your Facebook or Twitter post will look like.":["vea cómo se verán sus publicaciones en Facebook. o Twitter"],"Social previews":["Vista previa Social"],"create and manage redirects from within your WordPress install.":["crear y administrar las redirecciones dentro de su instalación de WordPress."],"Redirect manager":["Administrador de redirecciones"],"%1$s, take your optimization to the next level!":["%1$s, ¡Lleva tu optimización al siguiente nivel!"],"A seamless integration between %1$s and %2$s":["Una perfecta integración entre %1$s y %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utilice el camino de migajas %1$s en lugar de los %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Fácilmente inserte un Mapa de Google, un localizador de tienda, horario de apertura y más"],"Creates XML News Sitemaps":["Crea mapas de sitio XML de las Noticias"],"Immediately pings Google on the publication of a new post":["Inmediatamente hace ping a Google en la publicación de un nuevo artículo"],"Optimize your site for Google News":["Optimice su sitio para las Noticias de Google"],"Make videos responsive through enabling fitvids.js":["Activa fitvids.js para videos de tamaño adaptable"],"Enhance the experience of sharing posts with videos":["Mejora la experiencia de compartir posteos con videos"],"Show your videos in Google Videos":["Muestre sus videos en Videos de Google"],"Crawl issues list":["Lista de problemas de rastreo de sitio"],"Crawl issues list navigation":["Navegación en lista de problemas de rastreo de sitio"],"Edit “%s”":["Edita “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notificaciones"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["Deshabilitar Analysis SEO"],"Twitter settings":["Configuración de Twitter"],"Pinterest settings":["Configuración de Pinterest"],"Facebook settings":["Configuración de Facebook"],"Title separator symbol":["Símbolo separador de título"],"RSS feed settings":["Símbolo separador de Título"],"Breadcrumbs settings":["Configuración de migajas de pan"],"Make primary":["Hacer primario"],"Enter your Google Authorization Code and press the Authenticate button.":["Ingrese su código de autorización de Google y presione el botón Autenticar"],"Knowledge base article":["Artículo de la base de conocimiento"],"Open the knowledge base article in a new window or read it in the iframe below":["Abre el artículo de base de conocimientos en una nueva ventana o léelo en el iframe de abajo"],"Search results":["Resultados de Búsqueda"],"%s notification":["%s notificación","%s notificaciones"],"Disable readability analysis":["Deshabilitar el análisis de legibilidad"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Análisis de Legibilidad"],"Needs improvement":["Necesita mejoras"],"Readability":["Legibilidad"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Estás tratando de cargar archivos no minimizados, estos sólo están disponibles en nuestro paquete de desarrollador. Revisa %1$s para ver todos los archivos fuente."],"Improvements":["Mejoras"],"Dismiss this item.":["Descartar este elemento."],"Good job! We could detect no serious SEO problems.":["¡Buen trabajo! No hemos podido detectar ningún problema grave de SEO."],"We have detected the following issues that affect the SEO of your site.":["Detectamos los siguientes problemas que afectan al SEO de tu sitio."],"Problems":["Problemas"],"Analysis":["Análisis"],"Not available":["No disponible"],"Filter by SEO Score":["Filtrar por puntuación SEO"],"Meta description not set.":["No se ha definido la meta descripción."],"Video tutorial":["Video tutorial"],"Email support is a %s feature":["El soporte por correo electrónico es una característica %s"],"Knowledge base":["Base de Conocimientos"],"Open":["Abrir"],"Loading...":["Cargando..."],"Something went wrong. Please try again later.":["Algo salió mal. Por favor, inténtalo de nuevo más tarde."],"No results found.":["No se han encontrado resultados."],"Dashboard":["Escritorio"],"You can fix this on the %1$sPermalink settings page%2$s.":["Puede solucionar este problema en la %1$spágina de ajustes de enlaces permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La paginación de comentarios está activada, esto no es necesario en 999 de 1000 casos, se recomendamos desactivarla."],"Replaced with the primary category of the post/page":["Se reemplaza con la categoría principal de la entrada/página"],"Pinterest confirmation":["Confirmación de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Si ya ha confirmado su sitio web con Pinterest, puede omitir el paso por debajo."],"Format-based archives":["Archivos basados en formato"],"Webmaster Tools verification":["Verificación de Webmaster Tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Siga nuestra %1$s para la formación de WordPress y convertirse en un experto %1$s certificado!"],"Want to be a %s Expert?":["¿Quiere ser un %s Experto?"],"Buy %s":["Compra %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Nuevo %1$s Título"],"Existing %1$s Title":["Existentes %1$s Título"],"Expected an integer as input.":["Se espera un número entero como entrada."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Tratando de construir una clave de caché mapa del sitio seguro, pero la combinación del prefijo y posfijo deja muy poco espacio para hacer esto. Es probable que esté solicitando una página que está fuera del rango esperado."],"Remove":["Eliminar"],"Keep":["Guardar"],"Bold the last page":["Negrita la última página"],"Regular":["Regular"],"Bold":["Acentuado"],"Show Blog page":["Mostrar página de Blog"],"Primary %s":["Primario %s"],"Primary":["Primario"],"Make %1$s primary %2$s":["Haga %1$s primario %2$s"],"Term is set to noindex.":["Término se establece en noindex."],"Author archives":["Archivo del Autor"],"Show":["Mostrar"],"Enabled":["Activado"],"Disabled":["Desactivado"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s No ha recuperado la indexabilidad de tu sitio todavía de %2$s"],"The separator defined in your theme's %s tag.":["El separador definido en la etiqueta %s de su tema."],"No index":["No indexar"],"Analyze entire site":["Analiza el sitio entero"],"Fetch the current status":["Obtén el estatus actual."],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$sno ha logrado obtener el estado de indexabilidad de su sitio%3$s desde %4$s"],"Your homepage can be indexed by search engines.":["Su página principal puede ser indexada por buscadores."],"Indexability check by %1$s":["Chequeo de indexabilidad por %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Si desea usar una imagen para compartir en %1$s, puede subir / elegir una imagen o añadir la URL de la imagen aquí."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Si no quiere usar la meta descripción para compartir en %1$s, pero quiere otra descripción, escríbela aquí."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Si no desea utilizar el título para compartir en %1$s sino que quiere otro título allí, escribir aquí."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sSu página de inicio no puede ser indexada por los motores de búsqueda%2$s. Esto es muy malo para el SEO y deber ser corregido."],"Once Weekly":["Una vez a la semana"],"SEO score":["Puntuación SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["%1$s de %2$s listo."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Hemos actualizado nuestro algoritmo de puntuación SEO. %1$sRecalcular los puntajes de SEO%2$s para todas las publicaciones y páginas."],"Team Yoast":["Equipo Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La primera verdadera solución all-in-one SEO para WordPress, incluyendo el análisis de páginas de contenidos, mapas de sitio XML y mucho más."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ha fallado la activación:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["La extensión filtro parece no estar disponible. Por favor, pregunte a su proveedor de alojamiento web para que pueda."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["La instalación del plugin %1$s se ha completado. Por favor, consulta las %2$sinstruccioines de instalación%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["La extensión de librería estándard PHP (SPL) parece no disponible. Por favor, pide a su proveedor de hosting que la active. "],"SEO Settings":["Ajustes SEO"],"Mobile-Friendly Test":["Prueba de compatibilidad para móviles"],"Google Page Speed Test":["Prueba de Velocidad de Pagina por Google"],"CSS Validator":["Validador CSS"],"HTML Validator":["Validador HTML"],"Pinterest Rich Pins Validator":["Validador de Pines Detallados de Pinterest"],"Facebook Debugger":["Facebook Depurador"],"Check Headers":["Revisar Cabeceras/Títulos"],"Check Google Cache":["Comprobar la caché de Google"],"Analyze this page":[" Analizar esta página"],"Keyword Research":["Análisis de palabras clave"],"%s does not seem to be a valid url. Please correct.":["%s no parece ser una dirección válida. Corrígela por favor."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s no parece ser válido %2$s cadena de verificación. Por favor corrige."],"%s Archive":["%s Archivo"],"You searched for %s":["Buscó por el término %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Resumen con imagen grande"],"Summary":["Resumen"],"The post %1$s appeared first on %2$s.":["El cargo %1$s apareció primero en %2$s."],"No numeric value was received.":["No se recibió un valor numérico"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Este debe ser un blog existente. El blog %s no existe o ha sido marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["El ajuste por defecto del blog debe ser el ID numérico del blog que quieres utilizar por defecto."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s no es una opción válida para quien debería dársele acceso a %2$s los ajustes de WP SEO. El valor se reajustará al valor por defecto."],"Please select a valid post type for taxonomy \"%s\"":["Por favor elige un tipo de entrada válido para la taxonomía \"%s\"."],"Please select a valid taxonomy for post type \"%s\"":["Por favor, seleccione una taxonomía válida para poste tipo \"%s\""],"You searched for":["Has buscado por"],"Home":["Inicio"],"Archives for":["Archivos para"],"Error 404: Page not found":["Error 404: Página no encontrada"],"Good":["Bueno"],"Replaced with a custom taxonomies description":["Reemplazado por una descripción de taxonomía personalizada"],"Replaced with a posts custom taxonomies, comma separated.":["Reemplazado con taxonomías personalizadas de entradas, separados por comas."],"Replaced with a posts custom field value":["Reemplazado con un valor de entrada personalizada"],"Replaced with the slug which caused the 404":["Reemplazado por el slug que causó el 404"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Subtítulo adjunto"],"Replaced with the current page number":["Sustituido con número de página actual"],"Replaced with the current page total":["Sustituido con el total de la página actual."],"Replaced with the current page number with context (i.e. page 2 of 4)":["Cambiado por el número actual de página en el contexto (por ejemplo, página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Sustituído por la \"Información biográfica\" del autor del post/página"],"Replaced with the post/page author's 'nicename'":["Sustituido con el nombre \"bonito\" del auto del post o la página."],"Replaced with the post/page ID":["Sustituido con la ID de entrada o página"],"Replaced with the post/page modified time":["Sustituido con la fecha de modificación de la entrada o de la página"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["Sustituido con la presente frase de búsqueda"],"Replaced with the term name":["Sustituido con el nombre del término"],"Replaced with the term description":["Sustituido con la descripción del término"],"Replaced with the tag description":["Sustituido con la descripción de la etiqueta"],"Replaced with the category description":["Sustituido con la descripción de la categoría"],"Replaced with the post categories (comma separated)":["Sustituido con las categorías de la entrada (separadas con coma)"],"Replaced with the current tag/tags":["Sustituido con con la actual etiqueta(s)"],"Replaced with the post/page excerpt (without auto-generation)":["Sustituido con el extracto de la entrada o página (sin auto generación)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Sustituido con el extracto de la entrada o página (o auto generar si no existe)"],"The site's name":["El nombre del sitio"],"Replaced with the title of the parent page of the current page":["Cambiado por el titulo de la página padre de la página actual"],"Replaced with the title of the post/page":["Reemplazado con el título de la entrada o página"],"Replaced with the date of the post/page":["Reemplazado con la fecha de la entrada / página"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["No se puede desautorizar un reemplazo de una variable estandar de WPSEO registrando una variable conel mismo nombre. Usa el filtro \"wpseo_replacements\" en vez de ajustar el valor de reemplazo."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Ya se ha registrado una variable de reemplazo con el mismo nombre. Intenta hacer que tu nombre de variable sea único."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Una variable de reemplazo no puede comenzar por \"%%cf_\" or \"%%ct_\" debido a que estas estan reservadas para variables estándard de WPSEO para campos y taxonomías personalizadas. Intenta elegir nombres de variable únicos."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Una variable de sustitución sólo puede contener caracteres alfanuméricos, un guió bajo o un guión normal. Trate de cambiar el nombre de la variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Página no encontrada"],"%s Archives":["%s Archivos"],"Search for \"%s\"":["Búsqueda por \"%s\""],"Meta description to use for Author page":["Meta descripción para uso de la pagina del autor."],"Title to use for Author page":["Título a utilizar en la página de Autor"],"%1$s settings":["%1$s ajustes"],"Export your %1$s settings":["Exportar sus %1$s ajustes"],"Import settings":["Importar configuraciones"],"Import from other SEO plugins":["Importar de otros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Si tuvieras un %s archivo y fue editable, puede editarlo desde aquí."],"If your %s were writable, you could edit it from here.":["Si tu %s fueron editables, puedes editarlo desde aquí."],"You don't have a %s file, create one here:":["No tienes un %s archivo, crea uno aquí:"],"A link to your site, with your site's name and description as anchor text.":["Un enlace a su sitio, con el nombre del sitio y la descripción como texto ancla."],"A link to your site, with your site's name as anchor text.":["Un enlace a su sitio, con el nombre del sitio como texto ancla."],"A link to the post, with the title as anchor text.":["Un enlace a la entrada, con el título como texto ancla."],"A link to the archive for the post author, with the authors name as anchor text.":["Un enlace al archivo del autor de la entrada, con el nombre del autor como el texto ancla."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Puede usar las siguientes variables en el contenido, que serán sustituidos por el valor de la derecha."],"Content to put after each post in the feed":["Contenido para poner después de cada entrada en el feed"],"Content to put before each post in the feed":["Contenido a publicar en el feed antes de cada entrada"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta función es usada para añadir contenido automáticamente a su RSS, mas específicamente, pretende añadir enlaces de regreso a su blog y tus entradas de blog, para que los tontos scrapers añadan automáticamente también esos enlaces, así ayudamos a los motores de búsqueda a identificarse como la fuente original del contenido."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["El uso de esta característica de las migas de pan está explicada en %1$s nuestro artículo sobre implementación de migas de pan%2$s."],"How to insert breadcrumbs in your theme":["Como insertar las Migas de Pan en su plantilla"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":[""],"Taxonomy to show in breadcrumbs for content types":[""],"Breadcrumb for 404 Page":["Migas de Pan para las páginas 404"],"Prefix for Search Page breadcrumbs":["Prefijo para la página de búsqueda de las Migas de Pan"],"Prefix for Archive breadcrumbs":["Prefijo para los archivos de Migas de Pan"],"Prefix for the breadcrumb path":["Prefijo de la ruta de las Migas de Pan"],"Anchor text for the Homepage":["Enlace para la página de inicio"],"Separator between breadcrumbs":["Separador entre migajas de pan"],"Enable Breadcrumbs":["Activar migajas de pan"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!"],"Credits":["Créditos"],"« Back to Tools page":["« Regrese a la Página de Herramientas"],"%1$s comes with some very powerful built-in tools:":["%1$s viene con algunos muy potentes herramientas integradas:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta herramienta le permite cambiar de forma rápida archivos importantes para su SEO, como el robots.txt, y si tienen uno, el archivo .htaccess."],"File editor":["Editor de archivos"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importar las configuraciones de otros plugins para SEO y exportar su configuración para reutilizarla en (otro) blog."],"Import and Export":["Importar y Exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta herramienta le permite cambiar títulos y descripciones de forma rápida en sus entradas y páginas sin tener que ir al editor para cada página."],"Bulk editor":["Editor en masa"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sconfirmar su sitio con Pinterest%2$s, agregue la etiqueta de meta aquí:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest utiliza metadatos de Open Graph, igual que Facebook, así que asegúrese de marcar la casilla de Open Graph en la pestaña de Facebook si usted quiere optimizar su sitio para Pinterest."],"The default card type to use":["La tarjeta por defecto a utilizar."],"Add Twitter card meta data":["Añade meta datos de tarjeta de Twitter"],"This image is used if the post/page being shared does not contain any images.":["La imagen usada para compartir en la entrada/pagina no contiene ninguna imagen."],"Default settings":["Ajustes por defecto"],"Copy home meta description":["Copiar la meta descripción de la pagina principal"],"Description":["Descripción"],"Image URL":["URL de la imagen"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Estos son el título, descripción e imagen utilizada en las meta tags de Open Graph en la página principal de su sitio."],"Frontpage settings":["Configuraciones de la página principal"],"Add Open Graph meta data":["Agregar datos meta de Open Graph"],"YouTube URL":["URL en YouTube"],"Pinterest URL":["URL en Pinterest"],"MySpace URL":["URL en MySpace"],"LinkedIn URL":["URL de LinkedIn"],"Instagram URL":["URL de Instagram"],"Twitter Username":["Nombre de usuario en Twitter"],"Facebook Page URL":["URL de la página de Facebook"],"Accounts":["Cuentas"],"Restore site to defaults":["Restaurar sitio a ajustes por defecto"],"Site ID":["ID de Sitio"],"Using this form you can reset a site to the default SEO settings.":["Usando este formulario puedes resetear un sitio a la configuración SEO por defecto."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":[""],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Elija el sitio cuya configuración desea utilizar de forma predeterminada para todos los sitios que se agregan a la red. Si elige \"Ninguna\", se utilizarán los valores predeterminados normales plugin."],"New sites in the network inherit their SEO settings from this site":["Nuevos sitios en la red heredan su configuración SEO de este sitio"],"Super Admins only":["Sólo para Super Admins"],"Site Admins (default)":["Administradores del sitio (por defecto)."],"Who should have access to the %1$s settings":["Quién debe tener acceso a los %1$s ajustes"],"spam":["spam"],"mature":["maduro"],"archived":["archivado"],"public":["público"],"%s restored to default SEO settings.":["%s se ha restaurado a la configuración SEO predeterminada."],"Settings Updated.":["Ajustes actualizados"],"404 pages":["Páginas 404"],"Search pages":["Páginas de búsqueda"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas serán %s por defecto, por lo que nunca se mostrarán en los resultados de búsqueda."],"Special Pages":["Páginas especiales"],"Date-based archives could in some cases also be seen as duplicate content.":["Los archivos basados en datos podrían considerarse en algunos casos como contenido duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Si este es el caso en su sitio, puede elegir deshabilitarlo (lo que redirigirá a su página principal), o añadir %s de manera que no aparezca en resultados de búsqueda."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Si tiene un blog de un solo autor, el archivo de autor será exactamente igual a su página principal. Esto es lo que se llama un %2$sproblema de contenido duplicado%1$s."],"Date archives":["Archivos por fechas"],"author archives":[""],"Title":["Título"],"%1$s Meta Box":["%1$s Cuadro de Meta"],"Hide":["Ocultar"],"Date in Snippet Preview":["Fecha en la Vista Anticipada del Fragmento"],"Take note:":["Tomar nota:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Portada & Página frontal"],"Title Separator":["Separador de Titulo"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s ha detectado de forma automática si se necesita forzar la reescritura de los títulos de sus páginas. Si esto es erróneo y sabe lo que hace, puede cambiar este ajuste aquí."],"Force rewrite titles":["Forzar la reescritura de los títulos"],"Taxonomies":["Taxonomías"],"Homepage":["La portada de página Web"],"%1$s Extensions":["%1$s Extensiones"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["¡Integra perfectamente WooComerce con %1$s y consigue características adicionales!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Clasificar mejor a nivel local y en Google Maps, sin romper a sudar!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["¿Está en Google News? ¡Incrementa su tráfico desde Google News optimizándolo!"],"Optimize your videos to show them off in search results and get more clicks!":["¡Optimiza sus vídeos para verlos en los resultados de búsqueda y conseguir más clics!"],"The premium version of %1$s with more features & support.":["El versión de pago de %1$s con más funciones y soporte."],"Person":["Persona"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Nombre del sitio web"],"Webmaster Tools":["Herramientas de webmaster"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["No tiene el nombre de su entrada en la URL de sus entradas y páginas, es altamente recomendable que lo tenga. Considera configurar la estructura de sus permalinks a /%postname%/"],"RSS":["RSS"],"Breadcrumbs":["Migajas de pan"],"or":["o"],"Save Profile":["Guardar Perfil"],"There were no profiles found":["No hubo perfiles encontrados"],"Profile":["Perfil"],"Current profile":["Perfil Actual"],"Authenticate":["Autenticar"],"Get Google Authorization Code":["Obtener el Código de Autorización de Google"],"Reload crawl issues":["Actualizar cuestiones de rastreo"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para ser capaz de crear una redirección y solucionar este problema, es necesario %1$s. Usted puede comprar el plugin, incluido el apoyo de un año y actualizaciones, en %2$s."],"Creating redirects is a %s feature":["La creación de redirecciones es una característica de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errores que sólo se produjeron cuando su sitio se arrastró por el robot de Google para los teléfonos con funciones (errores no aparecieron para el escritorio)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Los errores que se produjeron sólo cuando su sitio se revisado por Googlebot-Mobile (los errores no aparecieron para el escritorio)."],"Errors that occurred when your site was crawled by Googlebot.":["Los errores que se produjeron cuando su sitio fue revisado por Googlebot."],"Issue categories":["Categorías temas"],"Incorrect Google Authorization Code.":["Código de Autorización de Google incorrecto."],"The issues have been successfully reloaded!":["Los temas han sido recargado con éxito!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Las %1$s de datos se ha eliminado. Usted tendrá que volver a autenticar si desea recuperar los datos de nuevo."],"Crawl errors per page":["Errores de rastreo por página"],"Search":["Búsqueda"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["No se pierda sus errores de rastreo: %1$sconectar con Google Search Consola aquí%2$s."],"Create redirect":["Crear Redirección"],"Mark as fixed":["Marcar como solucionado."],"Response code":["Código de Respuesta"],"First detected":["Primer detectado"],"Last crawled":["Último rastreado."],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detectan que está utilizando una versión de %2$s que no es compatible con %1$s. Por favor, actualice %2$s a la versión más reciente para utilizar esta función."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Los Plugins Yoast comparten algo de código entre ellos para hacer su sitio más rápido. Como resultado de eso, necesitamos todos los plugins Yoast estén actualizados. Hemos detectado que este no es el caso, así que por favor actualiza los plugins Yoast que aún no están al día."],"Feature phone":["Característica del teléfono"],"Smartphone":["Smartphone"],"Desktop":["Escritorio"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["La URL de destino no existe, pero el servidor no devuelve una presentación (archivo no encontrado) error 404."],"Soft 404":["Suave 404"],"Request timed out or site is blocking Google.":["Tiempo de espera agotado o sitio está bloqueando Google."],"Server Error":["Error en el Servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot puede acceder su sitio, pero ciertas URLs están bloqueados por Googlebot en el archivo %1$s. Este bloqueo bien podría ser para todos Googlebots o incluso específicamente para el robot de Google-mobile para móviles."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google no pudo arrastrarse este URL debido a un asunto indeterminado."],"URL points to a non-existent page.":["URL apunta a una página inexistente."],"Not found":["No encontrado"],"Not followed":["No seguida"],"Faulty redirects":["Redirecciones defectuosos"],"Server requires authentication or is blocking Googlebot from accessing the site.":["El servidor requiere autenticación o está bloqueando Googlebot acceda al sitio."],"Access denied":["Acceso denegado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Las %1$s plugin(s) podría causar problemas cuando se utiliza junto con %2$s."],"Upload Image":["Subir imagen"],"Remove these ads?":["¿Eliminar estos anuncios?"],"%s Posts Overview":["%s Entradas Información general"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["El Título de las Migas de Pan es usado en las migas de pan donde aparezca esta taxonomia."],"Breadcrumbs title":["Título en migajas de pan"],"The canonical link is shown on the archive page for this term.":["El enlace canónico se muestra en la página de archivo para este término."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Otro"],"Archives":["Archivos"],"Email":["Email"],"Previous":["Anterior"],"Next":["Siguiente"],"Close":["Cerrar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Imagen"],"%s Description":["%s Descripción"],"%s Title":["%s Titulo"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["El tamaño de imagen recomendado para %1$s es %2$spx."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si no quiere usar la meta descripción para compartir el post en %s; pero quiere otra descripción, escribela aqui."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si no quiere usar este titulo de entrada para compartir el post en %s pero en lugar de eso quieres otro titulo ,escribelo aqui"],"very difficult":["muy difícil"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["difícil"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["bastante difícil"],"OK":["Bien"],"fairly easy":["casi fácil"],"easy":["fácil"],"very easy":["Muy fácil"],"Meta Desc.":["Meta descripción"],"All SEO Scores":["Todos los resultados SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: la imagen presentada debe tener al menos 200 por 200 píxeles para que Facebook y otros sitios de redes sociales los recojan."],"(no parent)":["(sin superior)"],"Post is set to noindex.":["Entrada está establecida como noindex."],"The URL that this page should redirect to.":["La URL a la que debe redirigir está página."],"301 Redirect":["Redirección 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["URL canónica"],"Title to use for this page in breadcrumb paths":["Título a usar para esta página en la cadena de breadcrumbs"],"Breadcrumbs Title":["Título del Migas de pan"],"No Snippet":["No presentar en formato enriquecido (snippet)"],"No Archive":["Sin archivo"],"No Image Index":["Ningun Indice de imagen"],"None":["Ninguno"],"Site-wide default: %s":["Predeterminado de todo el sitio: %s"],"Advanced meta robots settings for this page.":["Configuración de meta robots avanzada para esta página."],"Meta robots advanced":["Meta Robots Avanzado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Advertencia: a pesar de que se pueden establecer los robots meta sentada aquí, todo el sitio se establece en NOINDEX en la configuración de privacidad en todo el sitio, por lo que estos ajustes no tendrá un efecto."],"Meta description":["Descripción meta"],"SEO Title":["Título de SEO"],"Focus keyword":["Enfoque de palabras clave"],"Snippet preview":["Fragmento de previsualización"],"Settings successfully imported.":["Las configuraciones han sido importadas con éxito."],"Settings could not be imported:":["Las configuraciones no pueden importarse:"],"Breadcrumb for 404 pages:":["Migas de pan para las páginas 404"],"Prefix for search result pages:":["Prefijo para pagina de resultados de busqueda:"],"Prefix for archive pages:":["Prefijo para paginas archivadas:"],"Prefix for breadcrumbs:":["Prefijo para migas de pan:"],"Anchor text for the homepage:":["Texto ancla para la página de inicio:"],"Breadcrumbs separator:":["Migas separador:"],"%s Breadcrumbs":["%s Migas de pan"],"Use Image":["Usar Imagen"],"Action":["Acción"],"Page URL/Slug":["Página URL/Slug"],"Publication date":["Fecha de publicación"],"Post Status":["Estado de entrada"],"WP Page Title":["WP Título de Página"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Previsualizar"],"Preview “%s”":["Preestrenar “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nueva descripción de la meta Yoast"],"Existing Yoast Meta Description":["Existente Yoast descripción de la meta"],"Facebook profile URL":["Dirección del perfil de Facebook"],"Twitter username (without @)":["Usuario de Twitter (sin @)"],"FAQ":["Preguntas más frecuentes"],"Premium Support":["Soporte Premium"],"Settings":["Ajustes"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Debe ir a %sgo to your Reading Settings%s y desmarcar la casilla de Visibilidad para Maquina de Busqueda."],"Huge SEO Issue: You're blocking access to robots.":["Gran problema de SEO: Estás bloqueando el acceso a los robots."],"Posts":["Entradas"],"Edit Files":["Editar archivos"],"Advanced Variables":["Variables Avanzadas"],"Basic Variables":["Variables básicas"],"General":["General"],"Extensions":["Extensiones"],"Search Console":["Consola de Búsqueda"],"Tools":["Herramientas"],"Advanced":["Avanzado"],"XML sitemaps":["XML Sitemaps"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detecta que está utilizando la versión %2$s de %3$s, por favor, actualice a la última versión para evitar problemas de compatibilidad."],"Just another WordPress site":["Otro sitio de WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Sigue teniendo la descripción corta de Wordpress, incluso una vacía es probablemente mejor. %1$sPuede solucionarlo en la personalización%2$s"],"You have used HTML in your value which is not allowed.":["Ha utilizado HTML en su valor que no está permitido."],"You can't edit %s that aren't yours.":["No puede editar %s que no son suyos."],"You can't edit %s.":["No puede editar %s."],"Post has an invalid Content Type: %s.":["La entrada tiene un Content Type inválido:%s."],"Post doesn't exist.":["No existe la entrada."],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["Basura (%s)","Basura (%s)"],"posts\u0004All (%s)":["Todo (%s)","Todos (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/es_PE.json b/Resources/Private/Languages/es_PE.json index 0b4a7df..390c499 100644 --- a/Resources/Private/Languages/es_PE.json +++ b/Resources/Private/Languages/es_PE.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"es_PE"},"Has feedback":["Tiene respuestas"],"Content optimization:":["Optimización del contenido:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLegibilidad%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Lee %1$sesta entrada para más información sobre por qué no somos compatibles con versiones anteriores.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Si aún no has actualizado a %2$s o superior debido al nuevo editor Gutenberg, por favor instala el plugin Classic editor. Te dará la misma experiencia de edición que tienes ahora, pero también la seguridad de las nuevas versiones de WordPress y %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sActualiza WordPress a la última versión%2$s%3$sHemos notado que no usas la última versión de WordPress, lo que podría causar un problema pronto. %4$s (por razones de seguridad y estabilidad) solo es compatible con la versión actual y a la anterior de WordPress. Eso significa que cuando salga la próxima versión de WordPress será compatibles con WordPress %6$s y %7$s. ¡Esto significa que no recibirás ninguna actualización a %5$s hasta que actualices tu WordPress, así que, por favor, asegúrate de actualizar pronto a la última versión de WordPress!%3$s%3$s"],"Post Noindexed":["Entrada con noindex"],"No Focus Keyphrase":["Sin frase clave objetivo"],"Person logo / avatar":["Logo / avatar de la persona"],"Extend %s":["Ampliar %s"],"Enroll in the %s for WordPress training":["Únete en el curso de %s para WordPress"],"Posts with the SEO score: %s":["Entradas con la puntuación SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["Tutorial en vídeo de %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["%1$sVisita Google Search Console%2$s para ver tus errores de indexación."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google ha eliminado la API de errores de rastreo, así que ya no es posible mostrar aquí tus posibles errores de rastreo. %1$sLee nuestro comunicado para más información%2$s."],"Remove this message":["Quitar este mensaje"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["¡Optimiza al máximo tu sitio para una audiencia local con nuestro plugin %s! ¡Direcciones optimizadas, horarios de apertura, localizador de tiendas y opción de recogida!"],"Serving local customers?":["¿Sirves a clientes locales?"],"Get the %s plugin now":["Consigue el plugin %s ahora"],"Organization social profiles":["Perfiles sociales de la organización"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Puedes editar los detalles mostrados en los datos meta, como los perfiles sociales, el nombre descripción de este usuario, en su página de perfil de %1$s."],"Personal info":["Información personal"],"Organization logo":["Logotipo de la organización"],"Organization name":["Nombre de la organización"],"Choose whether the site represents an organization or a person.":["Elige si el sitio representa a una organización o a una persona."],"Knowledge Graph & Schema.org":["Knowledge Graph y Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Para hacer que tu sitio represente a una empresa u organización ve a %1$sApariencia en el buscador%2$s y configúralo como persona o pásalo de persona a «Empresa»."],"To change the social accounts used for your site, update the details for %1$s.":["Para cambiar las cuentas sociales utilizadas para tu sitio actualiza los detalles de %1$s."],"That means that the form and information below is disabled, and not used.":["Esto significa que el formulario y la información a continuación están desactivados, y no se usan."],"Your website is currently configured to represent a Person":["Tu web está actualmente configurada para representar a una persona"],"(if one exists)":["(si es que existe)"],"Wikipedia page about you":["Página de la Wikipedia sobre ti"],"YouTube profile URL":["URL del perfil en YouTube"],"Tumblr profile URL":["URL del perfil en Tumblr"],"SoundCloud profile URL":["URL del perfil en SoundCloud"],"MySpace profile URL":["URL del perfil en MySpace"],"Organization or person":["Organización o persona"],"The person":["La persona"],"Organization":["Organización"],"Does your site represent a person or an organization?":["¿Este sitio representa a una persona o a una organización?"],"The name of the organization":["El nombre de la organización"],"Provide an image of the organization logo":["Facilita una imagen del logotipo de la organización"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Anteriormente configuraste tu sitio para representar a una persona.Hemos mejorado nuestra funcionalidad sobre Schema y el Knowledge Graph, así que deberías ir y %1$scompletar estos ajustes%2$s."],"Select a user...":["Selecciona un usuario…"],"Uncategorized":["Sin categoría"],"Name:":["Nombre:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Has seleccionado el usuario %1$s como la persona a la que representa este sitio. Su información de perfil de usuario se utilizará ahora en los resultados de búsqueda. %2$sActualiza su perfil para asegurarte de que la información sea correcta%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Error: Por favor, selecciona un usuario a continuación para completar los meta datos de tu sitio."],"SEO score: %s":["Puntuación SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Si existe una página tuya o de tu organización en la Wikipedia añádela también."],"Wikipedia URL":["URL de Wikipedia"],"Pinterest profile URL":["URL del perfil de Pinterest"],"Instagram profile URL":["URL del perfil de Instagram"],"LinkedIn profile URL":["URL del perfil de LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["La investigación de palabras clave es esencial en cualquier estrategia de SEO. Tú decides los términos de búsqueda por los que quieres que te encuentren, y averiguas qué palabras usa tu audiencia para encontrarte. Una gran investigación de palabras clave te dice qué contenido necesitas para empezar a puntuar para los términos que quieres posicionar. ¡Asegúrate de que tus esfuerzos se centren en las palabras clave para las que realmente tienes posibilidades de posicionarte! El %1$s te guía a través de este proceso, paso a paso."],"SEO for Beginners training":["Formación SEO para principiantes"],"%s for WordPress training":["Formación de %s para WordPress"],"All-around SEO training":["Formación SEO integral"],"The image you selected is too small for Facebook":["La imagen que has elegido es demasiado pequeña para Facebook"],"The given image url cannot be loaded":["La URL de la imagen dada no se puede cargar"],"Find out what words your audience uses to find you":["Descubre qué palabras utiliza tu audiencia para encontrarte"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFacilidad de lectura Flesch%2$s: El escrito puntúa %3$s en la prueba, Lo que se considera %4$s de leer. %5$s"],"No JSON object was returned.":["No se ha devuelto un objeto JSON."],"Received internal links":["Enlaces internos recibidos"],"Outgoing internal links":["Enlaces salientes internos"],"New step added":["Nuevo paso añadido"],"New question added":["Nueva pregunta añadida"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Para poder crear una redirección y corregir este fallo necesitas %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Puedes comprar el plugin, incluyendo un año de soporte y actualizaciones, en %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["La característica del contador de enlaces de texto proporciona información sobre cuántos enlaces se encuentran en tu texto y cuántos enlaces enlazan a tu texto. Esto es muy útil cuando estás mejorando tu %1$senlazado interno%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Para que esta característica funcione %1$sse requiere al menos una versión de PHP %2$s. Hemos detectado la versión PHP %3$s en esta web."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Por favor, considera cuidadosamente las implicaciones y %1$slee esta entrada%2$s si deseas más información sobre el impacto de mostrar medios en los resultados de búsqueda."],"Keyphrase":["Frase clave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Para que esta característica funcione, %1$snecesita crear una tabla en tu base de datos. No pudimos crear esta tabla automáticamente."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Al activar esta opción, las URL adjuntas se hacen visibles tanto para los visitantes como para Google. Para añadir valor a tu web, deben contener información útil, o podrían tener un impacto negativo en tu posicionamiento."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["La característica %3$scontador de enlaces al texto%4$s (introducida en %1$s %2$s) está actualmente inactiva."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Por favor, lee el siguiente %1$sartículo de la base de conocimientos%2$s para averiguar cómo resolver este problema."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Para asegurarnos de que todos los enlaces en tus textos estén contados, necesitamos analizar todos tus textos."],"All you have to do is press the following button and we'll go through all your texts for you.":["Todo lo que tienes que hacer es pulsar el siguiente botón y nosotros revisaremos todos tus textos por ti."],"Count links":["Contar enlaces"],"Free":["Gratis"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, %1$d tienen atributos alt con palabras de tu frase clave o sinónimos. Eso es demasiado. %4$sIncluye la frase clave o sus sinónimos solo cuando realmente encajen en la imagen%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtributos alt de imagen%2$s: ¡Bien hecho!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, sólo %1$d tiene un atributo alt que refleja el tema de tu texto. ¡%4$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes más relevantes%5$s!","%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, sólo %1$d tienen atributos alt que reflejan el tema de tu texto. ¡%4$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes más relevantes%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtributos de imagen alt%3$s: Las imágenes de esta página no tienen atributos alt que reflejen el tema de tu texto. ¡%2$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes relevantes%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAtributos alt de imágenes%3$s: Las imágenes de esta página tienen atributos alt, pero no has establecido tu frase clave. ¡%2$sCorrige eso%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrase clave en subtítulo%2$s: %3$s de tus subtítulos de nivel superior refleja el tema de tu texto. ¡Buen trabajo!","%1$sFrase clave en subtítulo%2$s: %3$s de tus subtítulos de nivel superior reflejan el tema de tu texto. ¡Buen trabajo!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrase clave en subtítulo%2$s: Tus subtítulos de nivel superior reflejan el tema de tu texto ¡Buen trabajo!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrase clave en subtítulo%3$s: ¡%2$sUsa más frases clave o sinónimos en tus subtítulos de nivel superior%3$s!"],"Page %s":["Página %s"],"Cannot get the size of %1$s because of unknown reasons.":["No se pudo obtener el tamaño de %1$s debido a razones desconocidas."],"Cannot get the size of %1$s because it is hosted externally.":["No se pudo obtener el tamaño de %1$s debido a que está alojada externamente."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simplemente cambia el conmutador a «activo» y podrás usar el análisis recalibrado. Al mismo tiempo, te añadiremos a nuestra lista de correo específica. ¡Sólo te enviaremos correos electrónicos con tus experiencias con esta recalibración!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Hemos %1$srecalibrado nuestro análisis%2$s. Con el nuevo análisis, nos acercaremos aún más a la forma en que Google ve tu web. ¡Sería %3$sfantástico%4$s si quisieras %3$sprobar esta característica%4$s para nosotros!"],"Get an even better analysis":["Obtén un análisis aún mejor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTítulo único%3$s: Solo se debería usar H1 como tu título principal. Encuentra todos los H1 en tu texto que no sean el título principal y ¡%2$scámbialos a un nivel de encabezado inferior%3$s!"],"Improve sharing on Facebook and Pinterest":["Mejora el compartir en Facebook y Pinterest"],"You do not have the required rights to export settings.":["No tienes los derechos requeridos para exportar ajustes."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copia todos estos ajustes a la pestaña %1$s de otro sitio y haz clic en \"%1$s\" de allí."],"These are settings for the %1$s plugin by %2$s":["Estos son los ajustes del plugin %1$s de %2$s"],"No settings found.":["No se han encontrado ajustes."],"Export your %1$s settings here, to copy them on another site.":["Exporta aquí tus ajustes de %1$s, para copiarlos en otro sitio."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["La importación de los ajustes solo es compatible en servidores que ejecuten PHP 5.3 o superior."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importa los ajustes pegando aquí los ajustes que has copiado de otro sitio y haciendo clic en \"%s\"."],"Paste your settings from another %s installation.":["Pega tus ajustes desde otra instalación de %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado 0 veces. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %3$d vez. ¡Eso está genial!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %3$d veces ¡Eso está genial!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es mucho más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es mucho más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indexable borrada para el objeto %1$s con el tipo %2$s"],"Indexable saved for object %1$s with type %2$s":["Indexable guardada para el objeto %1$s con el tipo %2$s"],"Indexable created for object %1$s with type %2$s":["Indexable creada para el objeto %1$s con el tipo %2$s"],"Indexable meta deleted.":["Meta indexable borrada."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Meta indexable guardada para el id de indexable %1$s con la clave meta %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Meta indexable creada para el id de indexable %1$s con la clave meta %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["No se ha encontrado ninguna meta para el id de indexable %1$s y la clave meta %2$s."],"There is no indexable found for author id %1$s.":["No se ha encontrado nada indexable para el id de autor %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["No se ha encontrado ningún término principal para el id de entrada %1$s y la taxonomía %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["No se ha encontrado nada indexable para el id de término %1$s y la taxonomía %2$s."],"There is no indexable found for post id %1$s.":["No se ha encontrado nada indexable para el id de entrada %1$s."],"Method %1$s() does not exist in class %2$s":["El método %1$s() no existe en la clase %2$s"],"With %s, you can easily create such redirects.":["Con %s puedes crear fácilmente esas redirecciones."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Cambiar tus ajustes de enlaces permanentes puede impactar seriamente en tu visibilidad en los motores de búsqueda. No debería hacerse casi %1$s nunca %2$s en una web pública."],"WARNING:":["ADVERTENCIA:"],"Learn about why permalinks are important for SEO.":["Aprende sobre por qué los enlaces permanentes son importantes para el SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sPalabras funcionales en frase clave%3$s: Tu frase clave \"%4$s\" sólo contiene palabras funcionales. %2$sAprende cómo es una buena frase clave%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["¿Sabías que %s también analiza las distintas variaciones de tu frase clave, como plurales y tiempos verbales?"],"Clear Image":["Vaciar imagen"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongitud de la frase clave%3$s: %2$sDefine una frase clave para calcular tu puntuación SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase clave en el slug%2$s: Más de la mitad de tu frase clave aparece en el slug. ¡Eso es fantástico!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrase clave en el slug%3$s: (Parte de) tu frase clave no aparece en el slug. ¡%2$sCambia eso%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase clave en el slug%2$s: ¡Fantástico trabajo!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave en el título%3$s: No todas las palabras de tu frase clave \"%4$s\" aparecen en el título SEO. %2$sTrata de usar exactamente tu misma frase clave en el título SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave en el título%3$s: No coincide del todo.. %2$sTrata de escribir exactamente tu misma frase clave en el título SEO%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFrase clave en el título%3$s: La frase clave objetivo exacta aparece en el título SEO, pero no al principio. %2$sTrata de moverla al principio%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrase clave en el título%2$s: La frase clave objetivo exacta aparece al principio del título SEO. ¡Buen trabajo!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribución de frase clave%2$s: ¡Buen trabajo!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Desigual. Algunas partes de tu texto no contienen la frase clave o sus sinónimos. %2$sDistribúyelas de manera más uniforme%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Muy desigual. Grandes partes de tu texto no contienen la frase clave o sus sinónimos. %2$sDistribúyelas de manera más uniforme%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribución de frase clave%3$s: %2$sIncluye tu frase clave o sus sinónimos en el texto para que podamos comprobar la distribución de la frase clave%3$s."],"Help on choosing the perfect focus keyphrase":["Ayuda para elegir la frase clave objetivo perfecta"],"Would you like to add a related keyphrase?":["¿Te gustaría añadir una frase clave relacionada?"],"Go %s!":["¡Ir a %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Si no se muestran los archivos de fecha en los resultados de la búsqueda, técnicamente significa que estos tendrán un meta robots %1$s. %2$sMás información sobre los ajustes de los resultados de búsqueda%3$s."],"Rank better with synonyms & related keyphrases":["Posiciona mejor con sinónimos y frases clave relacionadas"],"optimize a single post for synonyms and related keyphrases.":["optimiza una entrada para sinónimos y frases clave relacionadas."],"Synonyms & related keyphrases":["Sinónimos y frases clave relacionadas"],"Add related keyphrase":["Añadir frase clave relacionada"],"Dismiss %s upgrade notice":["Descartar el aviso de actualización de %s"],"Upgrade to %s":["Actualizar a %s"],"%1$s video":["Video %1$s"],"Get %s":["Consigue %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrase clave usada previamente%6$s: Has usado esta frase clave objetivo %1$s%2$d veces antes%3$s. %5$sNo uses tu frase clave objetivo más de una vez%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrase clave usada previamente%5$s: Has usado esta frase clave objetivo %1$suna vez ya%2$s. %4$sNo uses tu frase clave objetivo más de una vez%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrase clave usada previamente%2$s: No has usado antes esta frase clave objetivo, muy bien."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sPalabras vacías en el slug%3$s: El slug de esta página contiene una palabra vacía. ¡%2$sQuítala%3$s!","%1$sPalabras vacías en el slug%3$s: El slug de esta página contiene palabras vacías. ¡%2$sQuítalas%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug demasiado largo%3$s: el slug de esta página es un poco largo. ¡%2$sAcórtalo%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtributos alt de imagen%3$s: No hay imágenes en esta página. ¡%2$sAñade alguna%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sEnlace de la frase clave objetivo%3$s: Estás enlazando a otra página con las palabras con las que quieres posicionar esta página. ¡%2$sNo hagas eso%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está muy por debajo del mínimo recomendado de %5$d palabra. %3$sAñade más contenido%4$s.","Esto está muy por debajo del mínimo recomendado de %5$d palabras. %3$sAñade más contenido%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está por debajo del mínimo recomendado de %5$d palabra. %3$sAñade más contenido%4$s.","Esto está por debajo del mínimo recomendado de %5$d palabras. %3$sAñade más contenido%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLongitud del texto%4$s: El texto contiene %1$d palabra.","%2$sLongitud del texto%4$s: El texto contiene %1$d palabras."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLongitud del texto%3$s: El texto contiene %1$d palabra. ¡Buen trabajo!","%2$sLongitud del texto%3$s: El texto contiene %1$d palabras. ¡Buen trabajo!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrase clave en el subtítulo%3$s: Más del 75%% de tus subtítulos de primer nivel reflejan el tema de tu texto. Eso es demasiado. ¡%2$sNo sobre-optimices%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sAncho del título SEO%3$s: %2$sPor favor, crea un título SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sAncho del título SEO%3$s: El título SEO es más ancho que el límite visible. %2$sPrueba a hacerlo más corto%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sAncho del título SEO%2$s: ¡Buen trabajo!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sAncho del título SEO%3$s: El título SEO es demasiado corto. %2$sUsa el espacio para añadir variaciones de palabras clave o para crear un texto que anime a una acción%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sEnlaces salientes%2$s: Hay enlaces salientes nofollow y normales en esta página. ¡Buen trabajo!"],"%1$sOutbound links%2$s: Good job!":["%1$sEnlaces salientes%2$s: ¡Buen trabajo!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sEnlaces salientes%3$s: Todos los enlaces salientes de esta página son nofollow. %2$sAñade algún enlace normal%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sEnlaces salientes%3$s: No hay enlaces salientes en esta página. ¡%2$sAñade alguno%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLongitud de la meta description%2$s: ¡Bien hecho!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLongitud de la meta description%3$s: La meta description tiene más de %4$d caracteres. Asegúrate de que sea visible toda la description, ¡%2$sdeberías reducir su longitud%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLongitud de la meta description%3$s: La meta description es demasiado corta (menos de %4$d caracteres). Hay hasta %5$d caracteres disponibles. ¡%2$sUsa el espacio%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLongitud de la meta description%3$s: No se ha especificado ninguna meta description. Los motores de búsqueda mostrarán en su lugar texto de la página. ¡%2$sAsegúrate de escribir una%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrase clave en la meta description%2$s: La meta description se ha especificado, pero no contiene la frase clave objetivo. ¡%3$sArregla eso%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase clave en la meta description%2$s: La meta description contiene la palabra clave objetivo %3$s veces, que es más del máximo recomendado de 2 veces. ¡%4$sLimita eso%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFrase clave en la meta description%2$s: La frase clave objetivo o el sinónimo aparece en la meta description. ¡Bien hecho!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongitud de la frase clave%5$s: La frase clave tiene %1$d palabras. Es mucho más que el máximo recomendado de %2$d palabras. ¡%4$sHazla más corta%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongitud de la frase clave%5$s: La frase clave tiene %1$d palabras. Es más que el máximo recomendado de %2$d palabras. ¡%4$sHazla más corta%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLongitud de la frase clave%2$s: ¡Buen trabajo!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongitud de la frase clave%3$s: No se ha establecido una frase clave objetivo para esta página. %2$sEstablece una frase clave objetivo para calcular tu puntuación SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrase clave en la introducción%3$s: Tu frase clave o sus sinónimos no aparecen en el primer párrafo. %2$sAsegúrate de que el tema esté claro inmediatamente%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrase clave en la introducción%3$s: Tu frase clave o sus sinónimos aparecen en el primer párrafo del texto, pero no dentro de una frase. ¡%2$sArregla eso%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase clave en la introducción%2$s: ¡Bien hecho!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sEnlaces internos%2$s: En esta página hay enlaces internos nofollow y normales. ¡Buen trabajo!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sEnlaces internos%2$s: Tienes suficientes enlaces internos. ¡Buen trabajo!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sEnlaces internos%3$s: Los enlaces internos de esta página son todos nofollow. %2$sAñade algún buen enlace interno%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sEnlaces internos%3$s: No hay enlaces internos en esta página, ¡%2$sasegúrate de añadir alguno%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sPalabras de transición%2$s: ¡Bien hecho!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sPalabras de transición%2$s: Solo %3$s de las frases contienen palabras de transición, y no es suficiente. %4$sUsa algunas más%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sPalabras de transición%2$s: Ninguna de las frases contiene palabras de transición. %3$sUsa alguna%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNo hay suficiente contenido%2$s: %3$sPor favor, añade algo de contenido para permitir un buen análisis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribución de subtítulos%2$s: No estás usando ningún subtítulo, pero tu texto es bastante corto y probablemente no los necesite."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribución de subtítulos%2$s: No estás usando ningún subtítulo, aunque tu texto es bastante largo. %3$sPrueba a añadir algún subtítulo%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribución de subtítulos%2$s: %3$d sección de tu texto tiene más de %4$d palabras y no está separada por ningún subtítulo. %5$sAñade subtítulos para mejorar la legibilidad%2$s.","%1$sDistribución de subtítulos%2$s: %3$d secciones de tu texto tienen más de %4$d palabras y no están separadas por ningún subtítulo. %5$sAñade subtítulos para mejorar la legibilidad%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribución de subtítulos%2$s: ¡Fantástico trabajo!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLongitud de las frases%2$s: %3$s de las frases contiene más de %4$s palabras, que es más del máximo recomendado de %5$s. %6$sTrata de acortar las frases%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLongitud de las frases%2$s: ¡Fantástico!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFrases consecutivas%2$s: Hay suficiente variedad en tus frases. ¡Eso es fantástico!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFrases consecutivas%2$s: El texto contiene %3$d frases consecutivas que empiezan con la misma palabra. ¡%5$sIntenta probar cosas nuevas %2$s!","%1$sFrases consecutivas%2$s: El texto contiene %4$d ocasiones en las que %3$d o más frases consecutivas empiezan con la misma palabra. ¡%5$sIntenta probar cosas nuevas %2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVoz pasiva%2$s: %3$s de las frases contiene una voz pasiva, que es más del máximo recomendado de %4$s. %5$sIntenta usar sus equivalentes activas%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVoz pasiva%2$s: Estás usando suficientes voces activas. ¡Eso es fantástico!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLongitud de párrafos%2$s: %3$d de los párrafos contiene más del máximo recomendado de %4$d palabras. ¡%5$sAcorta tus párrafos%2$s!","%1$sLongitud de párrafos%2$s: %3$d de los párrafos contienen más del máximo recomendado de %4$d palabras. ¡%5$sAcorta tus párrafos%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLongitud de párrafos%2$s: Ninguno de los párrafos es demasiado largo. ¡Fantástico trabajo!"],"Good job!":["¡Buen trabajo!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sPrueba de legibilidad Flesch%2$s: El texto puntúa %3$s en la prueba, lo que se considera %4$s de leer. %5$s%6$s%7$s"],"Focus keyphrase":["Frase clave objetivo"],"%1$s with ID %2$s couldn't be patched":["no pudo parchearse el %1$s con el ID %2$s"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Petición POST no válida. Los valores meta ya existen para el objeto con el ID %1$s."],"Indexable with ID `%1$s` does not exist":["El indexable con el ID `%1$s` no existe"],"No object with ID %1$s and %2$s could be found":["No se pudo encontrar ningún objeto con el ID %1$s y %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` no es un subtipo válido de `%2$s`"],"The object type `%1$s` is invalid":["El tipo de objeto `%1$s` no es válido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Tipo no válido para el parémetro `%1$s` pasado. Se esperaba `%2$s`, pero se obtuvo `%3$s`"],"The parameter `%1$s` cannot be empty.":["El parámetro `%1$s` no puede estar vacío."],"Check Keyphrase Density":["Comprueba la densidad de la frase clave"],"Disable":["Desactivar"],"Allow Control":["Permitir control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Esta pestaña te permite desactivar selectivamente características de %s en todos los sitios de la red. Por defecto están activas todas las características, lo que permite a los administradores del sitio elegir por sí mismos si quieren activar o desactivar una característica para su sitio. Cuando desactives aquí una característica los administradores del sitio no podrán usar esa característica."],"%s is a required feature toggle argument.":["%s es un argumento de activación de la característica obligatorio."],"Keyphrase:":["Frase clave:"],"Remove keyphrase":["Quitar frase clave"],"This feature has been disabled by the network admin.":["Esta característica la ha desactivado el administrador de la red."],"Focus keyphrase not set.":["La frase clave objetivo no está establecida."],"Multiple keyphrases":["Múltiples frases clave"],"Colon":["Dos puntos"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Tanto %1$s como %2$s gestionan el SEO de tu sitio. Ejecutar dos plugins SEO al mismo tiempo es perjudicial."],"There is a new notification.":["Hay un nuevo aviso.","Hay nuevos avisos."],"Learn more about the readability analysis":["Aprende más sobre el análisis de legibilidad"],"Describe the duration of the instruction:":["Describe la duración de la instrucción:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personaliza cómo quieres describir la duración de la instrucción"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Esta es una lista de contenido relacionado al que podrías enlazar en tu entrada. {{a}}Lee nuestro artículo sobre la estructura del sitio{{/a}} para aprende rmás sobre como el enlazado interno puede ayudar a mejorar tu SEO."],"%s, %s and %s":["%s, %s y %s"],"%s and %s":["%s y %s"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d día","%d días"],"Enter a step title":["Introduce un título para el paso"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Esto puede darte un mayor control sobre los estilos de los pasos."],"CSS class(es) to apply to the steps":["Clase(s) CSS a aplicar a los pasos"],"minutes":["minutos"],"hours":["horas"],"days":["días"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Crea una guía práctica en un modo amigable para el SEO. Solo puedes usar un bloque de guía práctica en cada entrada."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Haz una lista de tus preguntas más frecuentes en un modo amigable para el SEO. Solo puedes usar un bloque de FAQ en cada entrada."],"Copy error":["Error en el texto"],"An error occurred loading the %s primary taxonomy picker.":["Ocurrió un error al cargar el selector %s de la taxonomía principal."],"%1$s Structured Data Blocks":["Bloques de %1$s de datos estructurados"],"Time needed:":["Tiempo necesario:"],"Move question down":["Bajar pregunta"],"Move question up":["Subir pregunta"],"Insert question":["Insertar pregunta"],"Delete question":["Borrar pregunta"],"Enter the answer to the question":["Escribe la respuesta a la pregunta"],"Enter a question":["Introduce una pregunta"],"Add question":["Añadir pregunta"],"Frequently Asked Questions":["Preguntas frecuentes"],"Great news: you can, with %s!":["Buenas noticias: ¡puedes, con %s!"],"Select the primary %s":["Elige el %s principal"],"Check links to this URL":["Comprueba los enlaces a esta URL"],"Keyword research training":["Entrenamiento de búsqueda de frases clave"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Mira la %1$splantilla de archivo%2$s del siguiente tipo de contenido: %3$s.","Mira las %1$splantillas de archivo%2$s de los siguientes tipos de contenido: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["¿Estás tratando de utilizar varias frases clave? Debes añadirlas por separado a continuación."],"Mark as cornerstone content":["Marcar como contenido esencial"],"Move step down":["Mover paso hacia abajo"],"Move step up":["Mover paso hacia arriba"],"Insert step":["Insertar paso"],"Delete step":["Eliminar paso"],"Add image":["Añadir imagen"],"Enter a step description":["Introduce una descripción del paso"],"Enter a description":["Introduce una descripción"],"Unordered list":["Lista desordenada"],"Showing step items as an ordered list.":["Mostrando los elementos de los pasos como una lista ordenada."],"Showing step items as an unordered list":["Mostrando los elementos de los pasos como una lista desordenada"],"Add step":["Añadir paso"],"Delete total time":["Eliminar tiempo total"],"Add total time":["Añadir tiempo total"],"How to":["Cómo hacer"],"How-to":["Cómo hacer"],"Snippet Preview":["Vista previa del snippet"],"Analysis results":["Resultados del análisis"],"Enter a focus keyphrase to calculate the SEO score":["Introduce una frase clave objetivo para calcular la puntuación SEO"],"Learn more about Cornerstone Content.":["Aprende más sobre el contenido esencial."],"Cornerstone content should be the most important and extensive articles on your site.":["El contenido esencial deben ser los artículos más importantes y extensos de tu sitio."],"Restore Site":["Restaurar sitio"],"Network Settings":["Ajustes de red"],"You are not allowed to perform this action.":["No tienes permisos para realizar esta acción."],"Error: %s":["Error: %s"],"Success: %s":["Éxito: %s"],"Site with ID %d not found.":["No se encontró el sitio con ID %d."],"No site has been selected to restore.":["No se seleccionó un sitio para ser restaurado."],"You are not allowed to modify unregistered network settings.":["No tienes permisos para modificar ajustes de red no registrados."],"deleted":["eliminado"],"Would you like to add another keyphrase?":["¿Te gustaría añadir otra frase clave?"],"image preview":["vista previa de imagen"],"Copied!":["¡Copiado!"],"Not supported!":["¡No compatible!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lee {{a}}nuestro artículo sobre de la estructura del sitio{{{/a}} para saber más sobre cómo los enlaces internos pueden ayudar a mejorar tu SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Cuando añadas algo más de texto te mostraremos aquí una lista de contenidos relacionados a los que podrías enlazar en tu entrada."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Plantéate enlazar a estos {{a}}artículos esenciales{{/a}}"],"Consider linking to these articles:":["Plantéate enlazar a estos artículos:"],"Copy link":["Copiar enlace"],"Copy link to suggested article: %s":["Copiar enlace al artículo sugerido: %s"],"The site's tagline":["Descripción corta del sitio"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Recientemente hemos mejorado la funcionalidad de los ajustes de apariencia en el buscador. Lamentablemente, hemos descubierto que en algunos casos puntuales el guardado de los ajustes de archivos para tipos de contenido específicos pudo haber fallado."],"Not all required fields are given. Missing field %1$s":["No se dan todos los campos obligatorios. Falta el campo %1$s"],"Optimize your site for Google News.":["Optimiza tu sitio para Google News."],"Optimize your shop's SEO and sell more products!":["¡Optimiza el SEO de tu tienda y vende más productos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Aparece en la búsqueda de vídeos de Google y mejora la difusión de tus vídeos en los medios sociales."],"Be found in Google Maps and local results.":["Aparece en Google Maps y los resultados locales."],"Learn practical SEO skills to rank higher in Google.":["Aprende habilidades SEO prácticas para obtener mejores resultados en Google."],"Don’t waste time figuring out the best settings yourself.":["No pierdas tiempo adivinando tú mismo los mejores ajustes."],"Get quick wins to make your site rank higher in search engines.":["Consigue avances rápidos para hacer que tu sitio obtenga mejores resultados en los motores de búsqueda."],"Add synonyms":["Añade sinónimos"],"Would you like to add keyphrase synonyms?":["¿Te gustaría añadir sinónimos de la frase clave?"],"Would you like to add more than one keyphrase?":["¿Te gustaría añadir más de una frase clave?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Puedes editar los metadatos SEO de este tipo de contenido personalizado en la %1$spágina de la tienda%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["No has configurado una página de tienda en tus ajustes de WooCommerce, Por favor, haz primero esto."],"Current year":["Año actual"],"Page":["Página"],"Breadcrumb settings for %s archive":["Ajustes de migas de pan para el archivo de %s"],"Tagline":["Descripción corta"],"Modify your meta description by editing it right here":["Modifica tu meta description editándola aquí mismo"],"description (custom taxonomy)":["descripción (taxonomía personalizada)"],"(custom taxonomy)":["(taxonomía personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":["Term404"],"Caption":["Leyenda"],"Pagenumber":["Pagenumber"],"Pagetotal":["Pagetotal"],"Page number":["Número de página"],"User description":["Descripción del usuario"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":["Tipo de contenido (plural)"],"Post type (singular)":["Tipo de contenido (singular)"],"Separator":["Separador"],"Search phrase":["Frase de búsqueda"],"Term title":["Título del término"],"Term description":["Descripción del término"],"Tag description":["Descripción de la etiqueta"],"Category description":["Descripción de la categoría"],"Primary category":["Categoría principal"],"Category":["Categoría"],"Tag":["Etiqueta"],"Excerpt only":["Solo el extracto"],"Excerpt":["Extracto"],"Site title":["Título del sitio"],"Archive title":["Título del archivo"],"Parent title":["Título superior"],"Date":["Fecha"],"Label":["Etiqueta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Deberías crear una redirección para asegurarte de que tus visitantes no obtienen un error 404 cuando hagan clic en la URL que ya no funciona."],"Search engines and other websites can still send traffic to your deleted post.":["Los motores de búsqueda y otras webs puede que sigan enviando tráfico a tu entrada borrada."],"Make sure you don't miss out on traffic!":["¡Asegúrate de no perder tráfico!"],"You just deleted a %1$s.":["Acabas de borrar una %1$s."],"You just trashed a %1$s.":["Acabas de enviar a la papelera una %1$s."],"Settings for %s archive":["Ajustes del archivo de %s"],"Settings for single %s URLs":["Ajustes de las URLs de cada %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Los ajustes de esta página te permiten especificar cuál debería ser la apariencia en el buscador por defecto para cualquier tipo de contenido que tengas. Puedes elegir qué tipos de contendido aparecerán en los resultados de búsqueda y cuál debería ser su descripción por defecto."],"Note that not all variables can be used in every field.":["Ten en cuenta que no todas las variables se pueden usar en todos los campos."],"Snippet variables":["Variables del snippet"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respeta tu privacidad. Lee nuestra %2$spolítica de privacidad%3$s para saber cómo gestionamos tu información personal."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Si sabes lo que esto significa y no quieres ver más este mensaje puedes %1$sdescartar este mensaje%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Los ajustes de tu sitio actualmente permiten que existan URLs de adjuntos en tu sitio. Por favor, %1$slee esta entrada sobre un problema potencial%2$s con las URLs de los adjuntos y revisa si tienes el ajuste correcto para tu sitio."],"Unknown type %1$s":["Tipo de %1$s desconocido"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["¡Incluye una cuenta gratuita MyYoast que te da acceso a nuestro curso gratuito SEO para principiantes!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Únete para nuestra newsletter si quieres estar al día sobre %1$s, otros plugins interesantes de %2$s, y noticias interesantes y consejos del mundo del SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obtén tu código de verificación de Baidu en las %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Código de verificación de Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["La funcionalidad del importador de %s utiliza tablas temporales de la base de datos. Parece que tu instalación de WordPress no tiene la capacidad de hacer esto, por favor, consulta a tu proveedor de alojamiento."],"Cleanup of %s data failed.":["La limpieza de los datos de %s han fallado."],"Content Type":["Tipo de contenido"],"Filter by content type":["Filtar por tipo de contenido"],"Show All Content Types":["Mostrar todos los tipos de contenido"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Para solucionar esto desmarca la casilla delante de «Separar los comentarios en páginas...» en la %1$spágina de ajustes de comentarios%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Reemplazado con el título normal de un archivo generado por WordPress"],"Clean":["Limpiar"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Una vez estés seguro de que tu sitio está BIEN puedes limpiarlo. Esto borrará todos los datos originales."],"Step 5: Clean up":["Paso 5: Limpieza"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Deberías ejecutar el asistente de configuración, desde la página SEO → General → Escritorio, para asegurarte de que todos los ajustes de tu sitio están correctos."],"Step 4: Run the configuration wizard":["Paso 4: Ejecutar el asistente de configuración"],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, revisa tus entradas y páginas para ver si se han importado correctamente los metadatos."],"Step 3: Check your data":["Paso 4: Comprueba tus datos"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Esto importará los metadatos de entrada, como los títulos y descripciones SEO, en tus metadatos de %1$s. Solo lo hará si no hay aún metadatos de %1$s. Los datos originales seguirán en su sitio."],"Step 2: Import":["Paso 2: Importar"],"Please make a backup of your database before starting this process.":["Por favor, haz una copia de seguridad de tu base de datos antes de empezar este proceso."],"Step 1: Create a backup":["Paso 1: Crea una copia de seguridad"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Hemos detectado datos de uno o más plugins SEO en tu sitio. Por favor, sigue los siguientes pasos para importar los datos:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s no detectó ningún dato de plugins desde los que pueda hacer una importación."],"Posts that should not show up in search results":["Entradas que no deberían mostrarse en los resultados de búsqueda"],"%s data found.":["%s datos encontrados."],"%s data successfully removed.":["%s datos borrados con éxito."],"%s data successfully imported.":["%s datos importados con éxito."],"%s data not found.":["%s datos no encontrados."],"Improve your SEO skills":["Mejora tus habilidades SEO"],"24/7 email support":["Soporte por correo electrónico 24/7"],"No more dead links a.k.a. 404 pages":["No más enlaces muertos, también conocidos como páginas 404"],"Get real-time suggestions for internal links":["Consigue sugerencias en tiempo real de enlaces internos"],"Preview your page in Facebook and Twitter":["Vista previa de tu página en Facebook y Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Haz clic en el botón \"%3$s\" para usar la meta description ya establecida en el ajuste de %1$sapariencia en el buscador%2$s."],"Help on copying the home meta description":["Ayuda sobre como copiar la meta description de portada"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Para permitir a los motores de búsqueda saber qué perfiles sociales están asociados a este sitio introduce los datos de los perfiles sociales de tu sitio a continuación."],"Learn more about your social profiles settings":["Aprende más sobre los ajustes de tus perfiles sociales"],"Remove the categories prefix":["Elimina el prefijo de las categorías"],"Help on the category prefix setting":["Ayuda sobre el ajuste del prefijo en las categorías"],"Learn more about the available variables":["Aprende más sobre las variables disponibles"],"Learn more about the RSS feed setting":["Aprende más sobre el ajuste del RSS feed"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Cuando subes medios (una imagen o un vídeo, por ejemplo) a WordPress, no guarda solo el medio, crea también una URL de adjunto para él. Estas páginas de adjuntos están bastante vacías: contienen el elemento del medio y puede que un título si lo has introducido. Debido a esto, si nunca usas estas URLs de adjuntos, es mejor desactivarlas, y redirigirlas al medio mismo."],"Learn more about the Media and attachment URLs setting":["Aprende más sobre el ajuste de medios y URLs de adjuntos"],"Learn more about the title separator setting":["Aprende más sobre el ajustes del separador de título"],"Learn more about the knowledge graph setting":["Aprende más sobre el ajuste de knowledge graph"],"Learn more about the homepage setting":["Aprende más sobre el ajuste de portada"],"Learn more about the special pages setting":["Aprende más sobre el ajustes de páginas especiales"],"Help on the date archives search results setting":["Ayuda sobre el ajuste de resultados de búsqueda en archivos por fecha"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar los archivos de autor sin entradas en los resultados de búsqueda técnicamente significa que tendrán un meta robots %1$s y que se excluirán de los mapas del sitio XML. %2$sMás información sobre los ajustes de resultados de búsqueda%3$s."],"Help on the authors without posts archive search results setting":["Ayuda sobre el ajuste de autores sin entradas en los resultados de búsqueda"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar los archivos de autor en los resultados de búsqueda técnicamente significa que tendrán un meta robots %1$s y que se excluirán de los mapas del sitio XML. %2$sMás información sobre los ajustes de resultados de búsqueda%3$s."],"Help on the author archives search results setting":["Ayuda sobre el ajuste de archivos de autor en los resultados de búsqueda"],"Archives settings help":["Ayuda sobre los ajustes en archivos"],"Learn more about the archives setting":["Aprende más sobre el ajuste de archivos"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obtén tu código de verificación de Yandex en las %1$sherramientas para webmasters de Yandex%2$s."],"Yandex verification code":["Código de verificación de Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obtén tu código de verificación de Google en %1$sla Search Console de Google%2$s."],"Google verification code":["Código de verificación de Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obtén tu código de verificación de Bing en %1$slas herramientas para webmasters de Bing%2$s."],"Bing verification code":["Código de verificación de Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Puedes usar las cajas siguientes para verificar las distintas herramientas para webmasters. Esta característica añadirá una meta tag de verificación en tu portada. Sigue los enlaces a las distintas herramientas para webmasters y mira las instrucciones para el método de verificación de la meta tag con el que conseguir el código de verificación. Si tu sitio ya está verificado puedes olvidarte de esto."],"Learn more about the Webmaster Tools verification":["Aprende más sobre la verificación en las herramientas para webmasters"],"On":["Activo"],"Help on: %s":["Ayuda sobre: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s tiene un montón de características. Puedes activar / desactivar algunas de ellas a continuación. Al hacer clic en el signo de interrogación se muestra más información sobre la característica."],"Off":["Inactivo"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["La sección avanzada de la caja meta de %1$s permite a un usuario eliminar entradas de los resultados de búsqueda o cambiar el canonical. Estas son cosas que puede que no quieras que haga un autor. Es por ello que, por defecto, solo los editores y administradores pueden hacerlo. Establecer esto a \"%2$s\" permitirá a todos los usuarios cambiar estos ajustes."],"Security: no advanced settings for authors":["Seguridad: sin ajustes avanzados para los autores"],"See who contributed to %1$s.":["Mira quién ha contribuido a %1$s."],"Help on this search results setting":["Ayuda sobre este ajuste de resultados de búsqueda"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar los archivos de %1$s en los resultados de búsqueda técnicamente significa que tendrán un meta robots %2$s y que se excluirán de los mapas del sitio XML. %3$sMás información sobre los ajustes de resultados de búsqueda%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar %1$s en los resultados de búsqueda técnicamente significa que tendrán un meta robots %2$s y que se excluirán de los mapas del sitio XML. %3$sMás información sobre los ajustes de resultados de búsqueda%4$s."],"Check SEO configuration":["Comprobar configuración SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["¿Quieres asegurarte de que tus ajustes de %1$s estén aún bien? %2$sAbre de nuevo el asistente de configuración%3$s para validarlos."],"Default for %2$s, currently: %1$s":["Por defecto es %2$s, actualmente: %1$s"],"Show %s in search results?":["¿Mostramos %s en los resultados de búsqueda?"],"this author's archives":["archivos de este autor"],"Do not allow search engines to show %s in search results.":["No permitir a los motores de búsqueda mostrar %s en los resultados."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["En WordPress, las URL de las categorías contienen un prefijo, generalmente %s, esta característica elimina ese prefijo, únicamente en las categorías."],"Category URLs":["URLs de categorías"],"the archive for %s":["el archivo para %s"],"Redirect attachment URLs to the attachment itself?":["¿Redirigir las URL de adjuntos a los propios adjuntos?"],"We recommend you set this to Yes.":["Recomendamos establecer esto a Sí."],"Media & attachment URLs":["URL de medios y adjuntos"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Esto es lo que se muestra en los resultados de búsqueda cuando las personas encuentran tu página de inicio. Significa que esto es probablemente lo que verán cuando busquen su nombre de marca."],"date archives":["archivos por fecha"],"archives for authors without posts":["archivos para autores sin entradas"],"Read why XML Sitemaps are important for your site.":["Lee por qué los mapas del sitio XML son importantes para tu sitio."],"Enable the XML sitemaps that %s generates.":["Activar los mapas del sitio XML que genera %s."],"See the XML sitemap.":["Ver el mapa del sitio XML."],"%2$s (current default for %1$s)":["%2$s (actualmente por defecto para %1$s)"],"Media":["Medios"],"Content Types":["Tipos de contenido"],"Should search engines follow links on this %1$s?":["¿Deberían los motores de búsqueda seguir enlaces en esta %1$s?"],"Allow search engines to show this %s in search results?":["¿Permitir a los motores de búsqueda mostrar esta %s en los resultados?"],"Search Appearance":["Apariencia en el buscador"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Por favor, especifica qué tipos de contenido quieres que aparezcan en los motores de búsqueda. Si no conoces las diferencias entre ellos, es mejor que elijas los ajustes por defecto."],"Search engines should show \"%1$s\" in search results:":["Los motores de búsqueda deberían mostrar \"%1$s\" en los resultados:"],"Search engine visibility":["Visibilidad en los motores de búsqueda"],"Toggle %1$s's XML Sitemap":["Alternar mapa del sitio XML de %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Las peticiones de soporte que has creado aquí se enviaron directamente a nuestro sistema de soporte, que está asegurado con SSL de 256 bits, así que la comunicación es 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La característica de contenido esencial te permite marcar y filtrar contenido esencial de tu web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si tienes algún problema que no puedas resolver con nuestros tutoriales en vídeo o base de conocimiento puedes enviar un mensaje a nuestro equipo de soporte. Puedes contactar con ellos 24/7."],"Good results":["Buenos resultados"],"Get better search results in local search":["Consigue mejores resultados de búsqueda en la búsqueda local"],"Allow customers to pick up their %s order locally":["Permite a tus clientes recoger su pedido de %s en tu local"],"SEO analysis":["Análisis SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["El análisis SEO ofrece sugerencias para mejorar el SEO de tu texto."],"Learn how the SEO analysis can help you rank.":["Aprende cómo puede el análisis SEO mejorar tu posicionamiento."],"The readability analysis offers suggestions to improve the structure and style of your text.":["El análisis de legibilidad ofrece sugerencias para mejorar la estructura y estilo de tu texto."],"Discover why readability is important for SEO.":["Descubre por qué la legibilidad es importante para el SEO."],"Find out how cornerstone content can help you improve your site structure.":["Descubre cómo el contenido esencial puede ayudarte a mejorar la estructura de tu sitio."],"The text link counter helps you improve your site structure.":["El contador de enlaces de texto te ayuda a mejorar la estructura de tu sitio."],"Find out how the text link counter can enhance your SEO.":["Descubre cómo el contador de enlaces de texto puede mejorar tu SEO."],"%s integration":["Integración con %s"],"Read more about how %s works.":["Lee más acerca de cómo funciona %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta característica si quieres que Facebook y otras redes sociales muestren una vista previa con imágenes y un extracto de texto cuando se comparta un enlace de tu sitio."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta característica si quieres que Twitter muestre una vista previa con imágenes y un extracto de texto cuando se comparta un enlace de tu sitio."],"Find out why you should upgrade to %s":["Descubre por qué deberías actualizar a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Últimos artículos del blog de %1$s"],"Need help?":["¿Necesitas ayuda?"],"Remove highlight from the text":["Quitar el resaltado del texto"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["¡Comienza ya mismo con el %2$sasistente de configuración%3$s de %1$s!"],"First-time SEO configuration":["Configuración SEO inicial"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["El idioma de tu sitio está configurado a {language}. Si esto no es correcto contacta con el administrador de tu sitio."],"Your site language is set to {language}.":["El idioma de tu sitio está configurado a {language}."],"Highlight this result in the text":["Resalta este resultado en el texto"],"Considerations":["Consideraciones"],"Errors":["Errores"],"Change language":["Cambiar idioma"],"You cannot create a %s file.":["No puedes crear un archivo %s."],"You cannot edit the %s file.":["No puedes editar el archivo %s."],"Updated %s":["%s actualizado"],"Create %s file":["Crear archivo %s"],"Edit the content of your %s:":["Editar el contenido de tu %s:"],"Save changes to %s":["Guardar cambios a %s"],"%s file":["archivo %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin que les ayude. Por favor, instala %3$s para hacer tu vida más fácil. %4$s."],"More information":["Más información"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin que les ayude. Por favor, activa %3$s para hacer tu vida más fácil."],"More information about %1$s":["Más información sobre %1$s"],"Configuration Wizard":["Asistente de configuración"],"You've done it!":["¡Lo has hecho!"],"Seamlessly integrate %1$s into your AMP pages!":["¡Integra %1$s en tus páginas AMP!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["¡Integra sin problemas el análisis de contenido de %2$s con %1$s!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin auxiliar. Instala %3$s para hacer tu vida más fácil."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Los ajustes de apariencia en el buscador para %1$s están formados por variables que se reemplazan por valores específicos de la página cuando esta se muestra. La tabla de abajo contiene una lista de las variables disponibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marca la %1$s más importante como 'contenido esencial' para mejorar la estructura de tu sitio. %2$sAprende más sobre contenido esencial%3$s."],"Loading help center.":["Cargando el centro de ayuda."],"Get support":["Obtén soporte"],"(Opens in a new browser tab)":["(Se abre en una nueva pestaña del navegador)"],"Posts %1$swithout%2$s a focus keyphrase":["Entradas %1$ssin%2$s frase clave objetivo"],"Hey, your SEO is doing pretty well! Check out the stats:":["¡Eh, tu SEO está funcionando bastante bien! Echa un vistazo a las estadísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["No tienes ninguna entrada publicada. ¡Tus puntuaciones SEO aparecerán aquí una vez hagas tu primera entrada!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["En esta página puedes cambiar el nombre de tu sitio y elegir qué separador usar. El separador se mostrará, por ejemplo, entre el título de tu entrada y el nombre\ndel sitio. Los símbolos se muestran en el tamaño en que aparecerán en los\nresultados de búsqueda. Elige el que se adapte mejor a tu marca o que ocupe\nel menor espacio posible en los snippets."],"Something else":["Algo más"],"A portfolio":["Un portafolio"],"A corporation":["Una empresa"],"A small offline business":["Un pequeño negocio offline"],"A news channel":["Un canal de noticias"],"An online shop":["Una tienda online"],"A blog":["Un blog"],"What does the site %1$s represent?":["¿A qué representa el sitio %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Si eliges que no, no se activará ningún archivo de autor para evitar\nproblemas de contenido duplicado."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: no almacenamos tus datos de ningún modo, y no tenemos acceso completo a tu cuenta. Tu privacidad está a salvo con nosotros."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s se integra con la Google Search Console, una herramienta imprescindible para los propietarios de sitios. Te ofrece información sobre el estado de tu sitio. ¿Aún no tienes una cuenta de Google o no has activado tu sitio? Aprende a %2$sconectar la Google Search Console a tu sitio%3$s."],"Option B: My site is under construction and should not be indexed":["Opción B: Mi sitio está en construcción y no debería indexarse"],"Option A: My site is live and ready to be indexed":["Opción A: Mi sitio está en directo y listo para indexar"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Elige en construcción si quieres mantener el sitio fuera de los índices\nde los motores de búsqueda. No olvides activarlo una vez estés listo\npara publicar tu sitio."],"Please specify if your site is under construction or already active.":["Por favor, especifica si tu sitio está en construcción o si ya está activo."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Esta información se usará en la ficha de Google Knowledge Graph, el gran bloque\nde información que verás a la derecha de los resultados de búsqueda."],"Read more like this on our SEO blog":["Lee más como esto en nuestro blog de SEO"],"Readability: %s":["Legibilidad: %s"],"Not activated":["Sin activar"],"Activated":["Activa"],"%1$s recommendations for you":["Recomendaciones de %1$s para ti"],"All Readability Scores":["Todas las puntuaciones de legibilidad"],"Filter by Readability Score":["Filtrar por puntuación de legibilidad"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["¡No estás recibiendo actualizaciones ni soporte! Soluciona este problema añadiendo este sitio y activando %1$s en %2$s."],"Request method %1$s is not valid.":["El método de petición %1$s no es válido."],"Muted notifications:":["Avisos silenciados:"],"Muted problems:":["Problemas silenciados:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["¿Quieres previsualizar lo que verá la gente si comparte esta entrada en %1$s? Puedes, con %2$s."],"Good job! All the links in your texts have been counted.":["¡Buen trabajo! Todos los enlaces en tus textos se han contabilizado."],"Calculation completed.":["Cálculo completado."],"Calculation in progress...":["Cálculo en progreso…"],"Stop counting":["Parar el conteo"],"Counting links in your texts":["Contando enlaces en tus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s procesado."],"All your texts are already counted, there is no need to count them again.":["Se han contado todos tus textos, no hay necesidad de contarlos de nuevo."],"Count links in your texts":["Cuenta los enlaces en tus textos"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Es necesario contabilizar todos los enlaces de tus textos públicos. Esto ofrecerá ideas de qué textos necesitan más enlaces. Si quieres saber más sobre por qué y cómo enlazar internamente echa un vistazo a %1$seste artículo sobre enlaces internos en %2$s%3$s."],"Text link counter":["Contador de enlaces en textos"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de enlaces internos que enlazan a esta entrada. Revisa el texto en las «Columnas Yoast» de la pestaña de ayuda para más información."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de enlaces salientes de esta entrada. Revisa el texto «Columnas Yoast» de la pestaña de ayuda para más información."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s añade varias columnas a esta página. Hemos escrito un artículo sobre %2$scómo usar la puntuación SEO y de legibilidad%3$s. Las columnas de enlaces muestran el número de artículos de este sitio enlazando %5$sa%6$s este artículo y el número de URLs enlazadas %5$sdesde%6$s este artículo. Aprende más sobre %4$scómo usar estas utilidades para mejorar tu enlazado interno%3$s, lo que mejora enormemente tu SEO."],"%s Columns":["Columnas %s"],"Readability score":["Puntuación de legibilidad"],"Other benefits of %s for you:":["Otros beneficios de %s para ti:"],"Scroll to see the preview content.":["Navega para ver la vista previa del contenido."],"Cornerstone content":["Contenido esencial"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s ahora se ocupará de toda la optimización técnica necesaria para tu sitio. Para mejorar de verdad el rendimiento de tu sitio en los resultados de búsqueda es importante empezar a crear contenido que puntúe bien por las frases clave que te interesen. Revisa este vídeo en el que explicamos como usar la caja meta %1$s cuando editas entradas y páginas."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["¡Si quieres ganar a tu competencia en una región o ciudad específica echa un vistazo a nuestro plugin %1$s! Podrás insertar fácilmente mapas de Google, horarios de apertura, información de contacto y localizadores de tienda. Además de todo esto %1$s te ayuda a mejorar la usabilidad de tu página de contacto."],"Attract more customers near you":["Atrae más clientes cerca de ti"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["¿Quieres conocer todos los secretos del plugin %1$s? ¿Quieres aprender todo sobre nuestros ajustes avanzados? ¿Quieres ser realmente capaz de sacar el máximo partido del plugin %1$s? ¡Echa un vistazo a nuestro entrenamiento del plugin %1$s y empieza a ganar a tu competencia!"],"Get the most out of %1$s with the %2$s":["Saca el máximo partido de %1$s con el %2$s"],"Upgrade to Premium":["Actualizar a premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["¿Quieres ganar a tu competencia? %1$s te ofrece fantásticas características adicionales que te ayudarán a configurar tu estrategia SEO como un profesional. Añade sinónimos y palabras clave relacionadas, nuestro análisis SEO Premium el gestor de redirecciones y nuestra herramienta de enlaces internos. %1$s también te dará acceso a soporte premium."],"Outrank the competition with %s":["Gana a tu competencia con %s"],"You might like":["Te podría gustar"],"Newsletter":["Boletín"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Hemos detectado que no has completado aún este asistente, así que te recomendamos que %2$sinicies el asistente de configuración para configurar %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["El asistente de configuración te ayudar a configurar con facilidad tu sitio para conseguir los ajustes SEO óptimos."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Hazte Premium y nuestros expertos responderán cualquier pregunta que puedas tener acerca de la configuración y el uso del plugin."],"Superfast internal linking suggestions":["Sugerencias super rápidas sobre enlaces internos"],"Great news: you can, with %1$s!":["¡Buenas noticias: puedes hacerlo, con %1$s!"],"Save changes":["Guardar cambios"],"1 year free support and updates included!":["¡1 año de soporte y actualizaciones gratuitas incluido!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["El plugin %2$s cambia el código de tu sitio haciendo diferencias entre los motores de búsqueda y los usuarios normales, un proceso llamado cloaking. Recomendamos encarecidamente que lo desactives."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sVista previa en redes sociales%2$s: Facebook y Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo más enlaces muertos%2$s: sencillo gestor de redirecciones"],"No ads!":["¡Sin anuncios!"],"Facebook & Twitter":["Facebook y Twitter"],"Social media preview":["Vista previa en redes sociales"],"Easy redirect manager":["Fácil gestor de redirecciones"],"No more dead links":["No más enlaces muertos"],"Increase your SEO reach":["Aumenta tu alcance SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Si quieres más ayuda para crear contenido impactante revisa nuestro %2$scurso de escritura SEO%3$s. ¿Quieres conocer todas las características del plugin?, ¡plantéate hacer nuestro %1$s!"],"Variable":["Variable"],"Available variables":["Variables disponibles"],"Scroll to see the table content.":["Navega para ver el contenido de la tabla."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Por favor, si necesitas ayuda, revisa %1$snuestro artículo sobre cómo conectar tu web a Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Ocurrió un error en la evaluación '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s de las palabras contiene %2$smás de %3$s sílabas%4$s, que es más que el máximo recomendado: %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s de las palabras contienen %2$smás %3$s sílabas%4$s, que es menor o igual que el máximo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Esto es ligeramente menos que el mínimo recomendado de %5$d palabra. %3$sEscribe un poco más%4$s.","Esto es ligeramente menos que el mínimo recomendado de %5$d palabras. %3$sEscribe un poco más%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La meta description contiene %1$d frase %2$sde más de %3$s palabras%4$s. Trata de acortar esta frase.","La meta description contiene %1$d frases %2$sde más de %3$s palabras%4$s. Trata de acortar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La meta description no contiene frases %1$sde más de %2$s palabras%3$s."],"No new notifications.":["No hay nuevos avisos."],"Save all":["Guardar todo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, autor en %2$s"],"Mobile preview":["Vista previa móvil"],"Desktop preview":["Vista previa escritorio"],"Select redirect":["Elige redirección"],"Please provide an SEO title by editing the snippet below.":["Por favor introduce un título SEO editando el snippet de abajo."],"Meta description preview:":["Vista previa de la meta description:"],"Slug preview:":["Vista previa del slug:"],"SEO title preview:":["Vista previa del título SEO:"],"Close snippet editor":["Cerrar el editor de snippet"],"Slug":["Slug"],"Remove marks in the text":["Quitar marcas del texto"],"Mark this result in the text":["Marca este resultado en el texto"],"Marks are disabled in current view":["Las marcas están desactivadas en la vista actual"],"Good SEO score":["Puntuación SEO buena"],"OK SEO score":["Puntuación SEO aceptable"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Elige una imagen"],"Remove the image":["Eliminar la imagen"],"MailChimp signup failed:":["El registro en Mailchimp ha fallado:"],"Sign Up!":["¡Regístrate!"],"Name":["Nombre"],"There is an error with the request.":["Ocurrió un error en la petición."],"Select profile":["Elige perfil"],"Choose a profile":["Elige un perfil"],"Authorization code":["Código de autorización"],"Reauthenticate with Google":["Volver a identificar con Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para permitir que %s obtenga tu información de la consola de búsqueda de Google, por favor, introduce tu código de autorización de Google. Al hacer clic en el botón de abajo se abrirá una nueva ventana."],"Please provide a meta description by editing the snippet below.":["Por favor introduce una meta description editando el snippet de abajo."],"Edit snippet":["Editar snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Puedes hacer clic en cualquier elemento de la vista previa para ir al editor del snippet."],"Close the Wizard":["Cerrar el asistente"],"Export settings":["Exportar ajustes"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Asistente de configuración"],"Please don't show me this notification anymore":["Por favor, no me muestres más este aviso"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Si estás teniendo problemas, %1$spor favor, envía un informe de fallos%2$s y haremos todo lo posible para ayudarte."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Hemos observado que has estado usando %1$s desde hace algún tiempo; ¡esperamos que te guste! ¡Nos encantaría que pudieras %2$sdejarnos una valoración de 5 estrellas en WordPress.org%3$s!"],"Courses":["Cursos"],"Date archives settings":["Ajustes de archivos por fecha"],"Author archives settings":["Ajustes de archivos de autor"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Aviso: la variable %s no puede usarse en esta plantilla. Revisa el centro de ayuda para más información."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Por cierto, ¿sabías que también tenemos un %1$splugin Premium%2$s? Ofrece funcionalidades avanzadas, como un gestor de redirecciones y compatibilidad con múltiples frases clave. También incluye soporte personal 24/7."],"(no title)":["(sin título)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["El menú de la barra de administración de %1$s contiene enlaces útiles de herramientas de terceros con las que analizar páginas y facilitarte ver si tienes nuevos avisos."],"Admin bar menu":["Menú de la barra de administración"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s puede comprobar a diario si tu sitio aún está indexado en los motores de búsqueda, y %2$s te avisará cuando no sea así."],"Features":["Características"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Aunque hemos tratado que configurar %1$s sea lo más fácil posible, entendemos que puede ser intimidante. Si prefieres que configuremos %1$s por ti (y de paso tener una copia de %2$s) ¡contrata nuestro %3$s%1$sservicio de configuración de %4$s aquí!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bienvenido al asistente de instalación de %1$s. ¡En unos pocos pasos te ayudaremos a configurar tus ajustes SEO para que se ajusten a las necesidades de tu web!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google muestra el nombre de tu web en los resultados de búsqueda, y si quieres cambiarlo, puedes hacerlo aquí."],"Greater than sign":["Símbolo mayor que"],"Less than sign":["Símbolo de menor que"],"Right angle quotation mark":["Comilla inclinada a la derecha"],"Left angle quotation mark":["Comilla inclinada a la izquierda"],"Small tilde":["Tilde pequeña"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco bajo"],"Asterisk":["Asterisco"],"Bullet":["Viñeta"],"Middle dot":["Punto medio"],"Em dash":["Guión largo"],"En dash":["Guión corto"],"Dash":["Guión"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Elige qué símbolo utilizar como separador de título. Se mostrará, por ejemplo, entre el título de tu publicación y el nombre del sitio. Los símbolos se muestran en el tamaño en el que aparecerán en los resultados de búsqueda."],"The name of the person":["El nombre de la persona"],"No":["No"],"Yes":["Sí"],"Does, or will, your site have multiple authors?":["¿Tiene o tendrá tu sitio varios autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genera automáticamente una URL para cada elemento multimedia existente en la biblioteca. Activando esto permitirá a Google indexar la URL generada."],"Success!":["¡Lo lograste!"],"Title settings":["Ajustes de título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Varios autores"],"Site type":["Tipo de sitio"],"Environment":["Entorno"],"Yoast option %1$s not found.":["El ajuste %1$s de Yoast no está disponible."],"Google Structured Data Test":["Test de datos estructurados de Google"],"Posts list":["Lista de entradas"],"Posts list navigation":["Navegación por la lista de entradas"],"Filter posts list":["Filtrar la lista de entradas"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Observa que los enlaces a los archivos aún podrían verse en tu tema y que puede que tengas que quitarlos por tu cuenta."],"%1$s to optimize your site even further":["%1$s para optimizar tu sitio aún más"],"%1$s extensions":["Extensiones de %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Incluye nuestra garantía de reembolso de 30 días sin preguntas"],"More information %1$sabout %3$s%2$s":["Más información %1$ssobre %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtén acceso a nuestro equipo de soporte 24/7."],"Premium support":["Soporte premium"],"check what your Facebook or Twitter post will look like.":["comprueba cómo se verá tu publicación en Facebook o Twitter."],"Social previews":["Vistas previas sociales"],"create and manage redirects from within your WordPress install.":["crea y administra redirecciones desde dentro de tu instalación de WordPress."],"Redirect manager":["Gestor de redirecciones"],"%1$s, take your optimization to the next level!":["¡%1$s, lleva tu optimización al siguiente nivel!"],"A seamless integration between %1$s and %2$s":["Integración sin fisuras entre %1$s y %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utiliza las migas de pan de %1$s en vez de las de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inserción sencilla de Google Maps, un localizador de tiendas, horas de apertura y más"],"Creates XML News Sitemaps":["Crea mapas del sitio XML de noticias"],"Immediately pings Google on the publication of a new post":["Hace inmediatamente ping a Google cada vez que se publica una nueva entrada"],"Optimize your site for Google News":["Optimiza tu sitio para Google News"],"Make videos responsive through enabling fitvids.js":["Haz que los vídeos sean adaptables activando fitvids.js"],"Enhance the experience of sharing posts with videos":["Mejora la experiencia compartiendo entradas con vídeos"],"Show your videos in Google Videos":["Muestra tus vídeos en Google Videos"],"Crawl issues list":["Lista de problemas de rastreo"],"Crawl issues list navigation":["Navegación por la lista de problemas de rastreo"],"Edit “%s”":["Modificar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Avisos"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Quita la pestaña de frase clave de la caja meta y desactiva todas las sugerencias relacionadas con el SEO."],"Disable SEO analysis":["Desactivar análisis SEO"],"Twitter settings":["Ajustes de Twitter"],"Pinterest settings":["Ajustes de Pinterest"],"Facebook settings":["Ajustes de Facebook"],"Title separator symbol":["Símbolo separador del título"],"RSS feed settings":["Ajustes del feed RSS"],"Breadcrumbs settings":["Ajustes de migas de pan"],"Make primary":["Hacer principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Introduce tu código de autorización de Google y pulsa el botón Autorizar."],"%s notification":["%s aviso","%s avisos"],"Disable readability analysis":["Desactivar el análisis de legibilidad"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Quita la pestaña de legibilidad de la caja meta y desactiva todas las sugerencias relacionadas con la legibilidad."],"Readability analysis":["Análisis de legibilidad"],"Needs improvement":["Necesita mejorar"],"Readability":["Legibilidad"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Estás tratando de cargar archivos sin minimizar. Estos solo están disponibles en nuestro paquete de desarrollo. Revisa %1$s para ver todos los archivos originales."],"Improvements":["A mejorar"],"Restore this item.":["Restaurar este elemento."],"Dismiss this item.":["Descartar este elemento."],"Good job! We could detect no serious SEO problems.":["¡Buen trabajo! No hemos podido detectar ningún problema grave de SEO."],"We have detected the following issues that affect the SEO of your site.":["Hemos detectado los siguientes problemas que afectan al SEO de tu sitio."],"Problems":["Problemas"],"Analysis":["Análisis"],"Not available":["No disponible"],"Filter by SEO Score":["Filtrar por puntuación SEO"],"Meta description not set.":["No se ha definido la meta description."],"Video tutorial":["Videotutorial"],"Email support is a %s feature":["El soporte por correo electrónico es una característica %s"],"Knowledge base":["Base de conocimientos"],"Open":["Abrir"],"Dashboard":["Escritorio"],"You can fix this on the %1$sPermalink settings page%2$s.":["Puedes solucionar este problema en la %1$spágina de ajustes de enlaces permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La paginación de comentarios está activada, esto no es necesario en 999 de 1000 casos, te recomendamos desactivarla."],"Replaced with the primary category of the post/page":["Reemplazado con la categoría principal de la entrada/página"],"Pinterest confirmation":["Confirmación de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Si ya has confirmado tu web en Pinterest puedes saltarte este paso."],"Format-based archives":["Archivos de formatos"],"Webmaster Tools verification":["Verificación en las herramientas para webmasters"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["¡Sigue nuestra %1$s formación para WordPress y conviértete en un experto %1$s certificado!"],"Want to be a %s Expert?":["¿Quieres ser un experto en %s?"],"Buy %s":["Comprar %s"],"Show information about errors in category %s":["Mostrar información de errores de la categoría %s"],"New %1$s Title":["Nuevo título de %1$s"],"Existing %1$s Title":["Título %1$s existente"],"Expected an integer as input.":["Se esperaba un número entero."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Se ha intentado crear la clave de cache del mapa del sitio pero la combinación de sufijo y prefijo deja demasiado abiertas las opciones. Es posible que quieras mostrar una página que no esté en el rango deseado."],"Remove":["Quitar"],"Keep":["Conservar"],"Bold the last page":["Última página en negrita"],"Regular":["Normal"],"Bold":["Negrita"],"Show Blog page":["Mostrar la página del blog"],"Primary %s":["Principal %s"],"Primary":["Principal"],"Make %1$s primary %2$s":["Hacer %1$s primario %2$s"],"Term is set to noindex.":["El término se ha etiquetado como noindex."],"Author archives":["Archivos de autor"],"Show":["Mostrar"],"Enabled":["Activo"],"Disabled":["Inactivo"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s no ha obtenido aún el estado de indexación de tu sitio desde %2$s"],"The separator defined in your theme's %s tag.":["El separador definido en la etiqueta %s de tu tema."],"No index":["No indexar"],"Analyze entire site":["Analizar el sitio completo"],"Fetch the current status":["Consultar el estado actual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s no ha sido capaz de obtener el estado de indexación de tu sitio%3$s desde %4$s"],"Your homepage can be indexed by search engines.":["Tu página de inicio puede ser indexada por los motores de búsqueda."],"Indexability check by %1$s":["Comprobación de indexación de %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Si quieres utilizar una imagen para compartir en %1$s puedes subir/elegir una imagen o añadir aquí la URL de la imagen."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Si quieres utilizar otro texto diferente a la meta description para compartir en %1$s escríbelo aquí."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Si quieres utilizar otro texto diferente al title para compartir en %1$s escríbelo aquí."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sTu página principal no puede ser indexada por los motores de búsqueda%2$s. Esto es muy perjudicial para el SEO y debe ser solucionado."],"Once Weekly":["Una vez por semana"],"Add-ons":["Extras"],"SEO score":["Puntuación SEO"],"Twitter metadata":["Metadatos de Twitter"],"Facebook / Open Graph metadata":["Metadatos de Facebook/Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculando la puntuación SEO para todo el contenido con frase clave objetivo."],"%1$s of %2$s done.":["%1$s de %2$s hecho."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Hemos actualizado nuestro algoritmo de puntuación SEO. %1$sRecalcula las puntuaciones SEO%2$s de todas las entradas y páginas."],"Team Yoast":["Equipo Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La primera verdadera solución SEO todo en uno para WordPress, incluyendo análisis de contenido de páginas, mapas del sitio en XML y mucho más."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ha fallado la activación:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["La extensión filtro parece no estar disponible. Por favor, pide a tu proveedor de alojamiento web que la habilite."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["La instalación del plugin %1$s no se ha completado. Por favor, consulta las %2$sinstrucciones de instalación%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["La extensión de librería estándar PHP (SPL) parece no estar disponible. Por favor, pide a tu proveedor de hosting que la active. "],"SEO Settings":["Ajustes SEO"],"Mobile-Friendly Test":["Prueba de compatibilidad para móviles"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["Validador de CSS"],"HTML Validator":["Validador de HTML"],"Pinterest Rich Pins Validator":["Validador de Pinterest Rich Pins"],"Facebook Debugger":["Depurador de Facebook"],"Check Headers":["Comprobar cabeceras"],"Check Google Cache":["Comprobar la caché de Google "],"Analyze this page":["Analizar esta página"],"Keyword Research":["Análisis de frases clave"],"%s does not seem to be a valid url. Please correct.":["%s no parece ser una url válida. Por favor corrigelo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s no parece que sea una cadena válida de verificación de %2$s. Por favor corrígelo."],"%s Archive":["%s archivo"],"You searched for %s":["Has buscado %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s no parece ser un user-id válido de Twitter. Por favor, corrígelo."],"Summary with large image":["Resumen con imagen grande"],"Summary":["Resumen"],"The post %1$s appeared first on %2$s.":["La entrada %1$s se publicó primero en %2$s."],"No numeric value was received.":["Ningún valor numérico recibido."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Debe ser un blog existente. El blog %s no existe o ha sido marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["La configuración predeterminada del blog debe ser el ID numérico del blog que quires utilizar como predeterminado."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s no es una elección válida para quien debería tener acceso a los ajustes de %2$s. El valor se ha devuelto al predeterminado."],"Please select a valid post type for taxonomy \"%s\"":["Por favor elige un tipo de contenido válido para la taxonomía \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor, elige una taxonomía válida para el tipo de contenido \"%s\""],"You searched for":["Has buscado por"],"Home":["Portada"],"Archives for":["Archivo de"],"Error 404: Page not found":["Error 404: Página no encontrada"],"Good":["Bien"],"Replaced with a custom taxonomies description":["Reemplazado con una descripción personalizada de taxonomías "],"Replaced with a posts custom taxonomies, comma separated.":["Reemplazado con taxonomías personalizadas de entradas, separados por comas."],"Replaced with a posts custom field value":["Reemplazado con un valor del campo personalizado de las entradas"],"Replaced with the slug which caused the 404":["Reemplazado por el slug que causó el 404"],"Replaced with the posts focus keyphrase":["Reemplazado con la frase clave objetivo de las publicaciones"],"Attachment caption":["Pié de foto del adjunto"],"Replaced with the current page number":["Reemplazado por el número de página actual"],"Replaced with the current page total":["Reemplazado por el total de la página actual."],"Replaced with the current page number with context (i.e. page 2 of 4)":["Reemplazado por el número actual de página en el contexto (por ejemplo, página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Reemplazado por la «Información biográfica» del autor de la entrada/página"],"Replaced with the post/page author's 'nicename'":["Reemplazado con el nombre «bonito» del autor de la entrada/página."],"Replaced with the post/page ID":["Reemplazado con la ID de entrada/página"],"Replaced with the post/page modified time":["Reemplazado con la fecha de modificación de la entrada/página"],"Replaced with the content type plural label":["Reemplazado con la etiqueta en singular del tipo de contenido"],"Replaced with the content type single label":["Reemplazado con la etiqueta en singular del tipo de contenido"],"Replaced with the current search phrase":["Reemplazado con la frase de búsqueda actual"],"Replaced with the term name":["Reemplazado con el nombre del término"],"Replaced with the term description":["Reemplazado con la descripción del término"],"Replaced with the tag description":["Reemplazado con la descripción de la etiqueta"],"Replaced with the category description":["Reemplazado con la descripción de la categoría"],"Replaced with the post categories (comma separated)":["Reemplazar con las categorías de la entrada (separadas con coma)"],"Replaced with the current tag/tags":["Reemplazado con la(s) etiqueta(s) actuales "],"Replaced with the post/page excerpt (without auto-generation)":["Reemplazado con el extracto de la entrada/página (sin autogeneración)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Reemplazado con el extracto de la entrada/página (o la autogenerada si no existe)"],"The site's name":["El nombre del sitio"],"Replaced with the title of the parent page of the current page":["Reemplazado con el título de la página superior de la página actual"],"Replaced with the title of the post/page":["Reemplazado con el título de la entrada/página"],"Replaced with the date of the post/page":["Reemplazado con los datos de la entrada/página"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["No puedes sustituir una variable de reemplazo estándar de WPSEO registrando una variable con el mismo nombre. Usa el filtro «wpseo_replacements» en vez de ajustar el valor de reemplazo."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Una variable de reemplazo con el mismo nombre ya ha sido registrada. Trata de hacer que el nombre de variable sea diferente y único."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Una variable de reemplazo no puede comenzar por \"%%cf_\" or \"%%ct_\" debido a que estas están reservadas para variables estándar de WPSEO para campos y taxonomías personalizadas. Intenta elegir nombres de variables únicos."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Una variable de reemplazo solamente puede contener caracteres alfanuméricos, guión bajo, o guión normal. Intenta renombrar tu variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Aviso solo para el Administrador: esta página no muestra una meta description porque no la tiene. Haz una de estas dos cosas: escribe una específicamente para esta página o ve al menú [%1$s - %2$s] y configura una plantilla."],"Page not found":["Página no encontrada"],"%s Archives":["%s archivos"],"Search for \"%s\"":["Buscar por \"%s\""],"Meta description to use for Author page":["Meta description a usar en la página de autor"],"Title to use for Author page":["Título a usar en la página de autor"],"%1$s settings":["Ajustes %1$s"],"Export your %1$s settings":["Exportar tus ajustes de %1$s"],"Import settings":["Importar ajustes"],"Import from other SEO plugins":["Importar de otros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Si tuvieses un archivo %s y tuviese permisos de escritura podrías editarlo desde aquí."],"If your %s were writable, you could edit it from here.":["Si tu archivo %s tuviese permisos de escritura podrías editarlo desde aquí."],"You don't have a %s file, create one here:":["No tienes un archivo %s, crea uno aquí:"],"A link to your site, with your site's name and description as anchor text.":["Un enlace a tu sitio, con el nombre del sitio y la descripción como texto de anclaje."],"A link to your site, with your site's name as anchor text.":["Un enlace a su sitio, con el nombre del sitio como texto de anclaje."],"A link to the post, with the title as anchor text.":["Un enlace a la entrada, con el título como texto de anclaje."],"A link to the archive for the post author, with the authors name as anchor text.":["Un enlace al archivo del autor de la entrada, con el nombre del autor como texto de anclaje."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Puedes usar la siguientes variables dentro del contenido, estas serán reemplazadas por el valor de la derecha."],"Content to put after each post in the feed":["Contenido que se pondrá después de cada entrada en el feed"],"Content to put before each post in the feed":["Contenido a publicar en el feed antes de cada entrada"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta característica se usa para añadir contenido automáticamente a tu RSS, en concreto, se trata de añadir enlaces de vuelta a tu sitio y las entradas de tu sitio, para que los ladrones de contenido lerdos añadan automáticamente también esos enlaces, así ayudamos a los motores de búsqueda a identificarte como la fuente original del contenido."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["El uso de esta característica de migas de pan está explicada en %1$s nuestro artículo sobre implementación de migas de pan%2$s."],"How to insert breadcrumbs in your theme":["Como insertar las migas de pan en tu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Archivo de tipo de contenido a mostrar en las migas de pan para las taxonomías"],"Taxonomy to show in breadcrumbs for content types":["Taxonomía a mostrar en las migas de pan para los tipos de contenido"],"Breadcrumb for 404 Page":["Migas de pan para la página 404"],"Prefix for Search Page breadcrumbs":["Prefijo para la página de búsqueda de las migas de pan"],"Prefix for Archive breadcrumbs":["Prefijo para los archivos de migas de pan"],"Prefix for the breadcrumb path":["Prefijo de la ruta de las migas de pan"],"Anchor text for the Homepage":["Texto del enlace para la página de inicio"],"Separator between breadcrumbs":["Separador de las migas de pan"],"Enable Breadcrumbs":["Activar las migas de pan"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Abajo tienes las puntuaciones SEO de tus entradas publicadas. ¡Ahora es tan buen momento como cualquier otro para empezar a mejorar algunas de sus entradas!"],"Credits":["Créditos"],"« Back to Tools page":["« Volver a página de herramientas"],"%1$s comes with some very powerful built-in tools:":["%1$s incluye algunas herramientas integradas muy potentes:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta herramienta te permite modificar rápidamente archivos importantes para tu SEO, como tu robots.txt y, si lo tienes, tu archivo .htaccess."],"File editor":["Editor de archivos"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importa la configuración de otro plugin SEO y exporta su configuración para reutilizarla en otro sitio."],"Import and Export":["Importar y exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta herramienta te permite modificar rápidamente títulos y descripciones de entradas y páginas sin necesidad de editar cada página."],"Bulk editor":["Editor masivo"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sverificar tu sitio en Pinterest%2$s añade aquí la meta tag:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest utiliza metadatos Open Graph al igual que Facebook, así que asegúrate de marcar la casilla de Open Graph en la pestaña de Facebook si quieres optimizar tu sitio para Pinterest."],"The default card type to use":["El tipo de tarjeta predeterminada a utilizar"],"Add Twitter card meta data":["Añade meta datos de tarjeta de Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imagen se usa si la entrada/página compartida no contiene ninguna imagen."],"Default settings":["Ajustes por defecto"],"Copy home meta description":["Copiar la meta description de la portada"],"Description":["Descripción"],"Image URL":["URL de la imagen"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Son el título, descripción e imagen utilizada en las meta tags de Open Graph en la página principal de tu sitio."],"Frontpage settings":["Ajustes de página principal"],"Add Open Graph meta data":["Añadir metadatos Open Graph"],"YouTube URL":["URL de YouTube"],"Pinterest URL":["URL de Pinterest"],"MySpace URL":["URL de MySpace"],"LinkedIn URL":["URL de Linkedin"],"Instagram URL":["URL de Instagram"],"Twitter Username":["Usuario de Twitter"],"Facebook Page URL":["URL de la página de Facebook"],"Accounts":["Cuentas"],"Restore site to defaults":["Restaurar sitio a ajustes por defecto."],"Site ID":["ID de sitio"],"Using this form you can reset a site to the default SEO settings.":["Usando este formulario puedes devolver un sitio a los ajustes SEO por defecto."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Los datos sensibles a privacidad (administradores de Facebook, por ejemplo), los ajustes específicos del tema (reescritura del título) y algunos ajustes muy específicos no se importarán a los nuevos sitios."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Introduce el %1$sID del sitio%2$s del sitio cuyos ajustes quieres usar por defecto para todos los sitios que se añadan a tu red. Déjalo vacío para ninguno (o sea, para que se usen los ajustes por defecto del plugin)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Elige el sitio cuya configuración deseas utilizar de forma predeterminada para todos los sitios que se añadan a la red. Si eliges «Ninguna», se utilizarán los valores predeterminados normales del plugin."],"New sites in the network inherit their SEO settings from this site":["Los sitios nuevos de la red heredan los ajustes SEO de este sitio"],"Super Admins only":["Sólo para super administradores"],"Site Admins (default)":["Administradores del sitio (por defecto)."],"Who should have access to the %1$s settings":["Quién debería tener acceso a los ajustes de %1$s"],"spam":["spam"],"mature":["maduro"],"archived":["archivado"],"public":["público"],"%s restored to default SEO settings.":["%s se ha restaurado a ajustes SEO por defecto."],"Settings Updated.":["Ajustes actualizados."],"404 pages":["Páginas 404"],"Search pages":["Páginas de búsqueda"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas serán %s por defecto, por lo que nunca se mostrarán en los resultados de búsqueda."],"Special Pages":["Páginas especiales"],"Date-based archives could in some cases also be seen as duplicate content.":["Los archivos basados en fecha podrían considerarse en algunos casos como contenido duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Si este es el caso en tu sitio puedes elegir desactivarlo (lo que hará que se redirija a tu página principal), o añádele %s para que no aparezca en los resultados de búsqueda."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Si tienes un sitio de un solo autor el archivo de autor será exactamente igual que tu página principal. Esto es lo que se conoce como %1$sproblema de contenido duplicado%2$s."],"Date archives":["Archivo por fechas"],"author archives":["archivos de autor"],"Title":["Título"],"%1$s Meta Box":["%1$s caja meta"],"Hide":["Ocultar"],"Date in Snippet Preview":["Fecha en la vista previa del snippet"],"Take note:":["Apunta:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Puedes determinar el título y la descripción de la página del blog %1$seditando la propia página del blog%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Puedes determinar el título y la descripción de la página de inicio %1$seditando la propia página de inicio %2$s."],"Homepage & Front page":["Portada y página de inicio"],"Title Separator":["Separador de título"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s ha detectado de forma automática si se necesita forzar la reescritura de los títulos de tus páginas. Si ha sido por error y sabes lo que haces puedes cambiar este ajuste aquí."],"Force rewrite titles":["Forzar la reescritura de los títulos"],"Taxonomies":["Taxonomías"],"Homepage":["Portada"],"%1$s Extensions":["Extensiones de %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["¡Intégralo fácilmente WooCommerce con %1$s y consigue características adicionales!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Mejora tu posicionamiento local y el de Google Maps ¡sin esfuerzo!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["¿Estás en Google News? ¡Incrementa tu tráfico desde Google News optimizándolo!"],"Optimize your videos to show them off in search results and get more clicks!":["¡Optimiza tus vídeos para que aparezcan en los resultados de búsqueda y consigan más clics!"],"The premium version of %1$s with more features & support.":["La versión premium de %1$s, con más características y soporte."],"Person":["Persona"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Esta información se muestra como metadatos en tu sitio. Es para que aparezcan en la %1$sGoogle Knowledge Graph%2$s. Puedes ser una empresa, o una persona:"],"Website name":["Nombre de la web"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["No hay nombre de entrada en la URL de tus entradas y páginas, es muy recomendable que lo pongas. Plantéate configurar la estructura de tus enlaces permanentes a /%postname%/"],"RSS":["RSS"],"Breadcrumbs":["Migas de pan"],"or":["o"],"Save Profile":["Guardar perfil"],"There were no profiles found":["No se encontraron perfiles"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autorizar"],"Get Google Authorization Code":["Obtener el código de autorización de Google"],"Reload crawl issues":["Volver a cargar los problemas de rastreo"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder crear una redirección y solucionar este problema, necesitas %1$s. Puedes comprar el plugin, con un año de soporte y actualizaciones incluídos, en %2$s."],"Creating redirects is a %s feature":["La creación de redirecciones es una característica de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errores que sólo se produjeron cuando tu sitio fue rastreado por Googlebot para teléfonos móviles sencillos (los errores no aparecieron en la versión de escritorio)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Los errores que se produjeron sólo cuando tu sitio lo rastreó Googlebot-Mobile (estos errores no aparecieron en la versión de escritorio)."],"Errors that occurred when your site was crawled by Googlebot.":["Errores que se produjeron cuando Googlebot rastreó tu sitio."],"Issue categories":["Categorías de problemas"],"Incorrect Google Authorization Code.":["Código de autorización de Google incorrecto."],"The issues have been successfully reloaded!":["¡Se han vuelto a cargar los problemas!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Se han eliminado los datos de la %1$s. Si deseas recuperar los datos de nuevo debes volver a identificarte."],"Crawl errors per page":["Errores de rastreo por página"],"Search":["Buscar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["No te pierdas los errores de rastreo. %1$sConecta aquí con la Google Search Console%2$s."],"Create redirect":["Crear redirección"],"Mark as fixed":["Marcar como solucionado"],"Response code":["Código de respuesta"],"First detected":["Detectado por primera vez"],"Last crawled":["Último rastreo"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s ha detectado que estás usando una versión de %2$s que no es compatible con %1$s. Por favor, actualiza %2$s a la versión más reciente para utilizar esta característica."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Los plugins Yoast comparten algo de código entre ellos para hacer tu sitio más rápido. Como resultado de eso necesitamos que todos tus plugins Yoast estén actualizados. Hemos detectado este no es el caso, así que por favor actualiza los plugins Yoast que aún no estén actualizados."],"Feature phone":["Teléfono sencillo"],"Smartphone":["Smartphone"],"Desktop":["Escritorio"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["La URL de destino no existe, pero tu servidor no devuelve un error 404 (archivo no encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tiempo de espera agotado o el sitio está bloqueando a Google."],"Server Error":["Error en el servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot puede acceder a tu sitio, pero en tu archivo %1$s existen ciertas URLs bloqueadas a Googlebot. Este bloqueo podría ser para todos los Googlebots o incluso específicamente para Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google no fue capaz de rastrear esta URL debido a un problema indeterminado."],"URL points to a non-existent page.":["La URL apunta a una página inexistente."],"Not found":["No encontrado"],"Not followed":["No seguida"],"Faulty redirects":["Redirecciones erróneas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["El servidor requiere identificación o está impidiendo que Googlebot acceda al sitio."],"Access denied":["Acceso denegado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["El plugin %1$s podría provocar problemas usado conjuntamente con %2$s."],"Upload Image":["Subir imagen"],"Remove these ads?":["¿Quieres eliminar estos anuncios?"],"%s Posts Overview":["Información general de entradas de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["El título de las migas de pan se utiliza en las migas de pan de las taxonomías."],"Breadcrumbs title":["Título de la ruta de las migas de pan"],"The canonical link is shown on the archive page for this term.":["El enlace canónico se muestra en la página de archivo para este término."],"Facebook App ID":["ID de la aplicación en Facebook"],"Pinterest":["Pinterest"],"Other":["Otro"],"Archives":["Archivos"],"Email":["Correo"],"Close":["Cerrar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Tanto %1$s como %2$s pueden crear mapas de sitio XML. Tener dos mapas de sitio XML no es beneficioso para los motores de búsqueda, y podrían ralentizar tu sitio."],"Configure %1$s's Open Graph settings":["Configurar los ajustes Open Graph de %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Tanto %1$s como %2$s crean datos Open Graph, lo que podría hacer que Facebook, Twitter, LinkedIn y otras redes sociales utilicen los textos e imágenes incorrectos cuando se compartan tus páginas."],"%s Image":["Imagen de %s"],"%s Description":["Descripción de %s"],"%s Title":["Título de %s "],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["El tamaño de imagen recomendado para %1$s es de %2$s píxeles."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Si quieres reemplazar la imagen usada en %s para esta publicación, sube/elige una imagen o añade la URL aquí."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si no quieres usar la meta description para compartir la entrada en %s pero sí quieres usar otra descripción, escríbela aquí."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si no quieres utilizar el título de la publicación para compartirla en %s pero quieres utilizar otro título, escríbelo aquí."],"very difficult":["muy difícil"],"Try to make shorter sentences, using less difficult words to improve readability":["Prueba haciendo frases más cortas, utilizando menos palabras difíciles para mejorar la legibilidad"],"difficult":["difícil"],"Try to make shorter sentences to improve readability":["Prueba haciendo frases más cortas para mejorar la legibilidad"],"fairly difficult":["bastante difícil"],"OK":["Aceptable"],"fairly easy":["bastante fácil"],"easy":["fácil"],"very easy":["extremadamente fácil"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Todas las puntuaciones SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: La imagen destacada debe ser de al menos 200 por 200 píxeles para que la use Facebook y otros sitios de redes sociales."],"(no parent)":["(sin superior)"],"Post is set to noindex.":["Entrada está establecida como noindex."],"The URL that this page should redirect to.":["La URL a la que debe redirigir esta página."],"301 Redirect":["Redirección 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["La URL canónica a la que esta página debería señalar. Déjala vacía para usar por defecto el enlace permanente. También es compatible con %1$scanonical entre dominios%2$s."],"Canonical URL":["URL canónica"],"Title to use for this page in breadcrumb paths":["Título a usar para esta página en la cadena de breadcrumbs"],"Breadcrumbs Title":["Título de las migas de pan"],"No Snippet":["Sin snippet"],"No Archive":["Aplicar atributo «No Archive»"],"No Image Index":["Ningun Indice de imagen"],"None":["Ninguna"],"Site-wide default: %s":["Predeterminado de todo el sitio: %s"],"Advanced meta robots settings for this page.":["Ajustes meta avanzados de robots para esta página."],"Meta robots advanced":["Meta robots avanzado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["¡Aviso! Aunque puedes establecer aquí el meta robots, toda la web está establecida como noindex en los ajustes de privacidad para toda la web, por lo que estos ajustes no tendrán efecto."],"Meta description":["Meta description"],"SEO Title":["Título SEO"],"Focus keyword":["Frase clave objetivo"],"Snippet preview":["Vista previa del snippet"],"Settings successfully imported.":["Las configuraciones han sido importadas con éxito."],"Settings could not be imported:":["Las configuraciones no pueden importarse:"],"Error creating %1$s export: ":["Error al crear la exportación de %1$s:"],"Breadcrumb for 404 pages:":["Migas de pan para las páginas 404:"],"Prefix for search result pages:":["Prefijo para las páginas de resultados de búsqueda:"],"Prefix for archive pages:":["Prefijo para las páginas de archivo:"],"Prefix for breadcrumbs:":["Prefijo para las migas de pan:"],"Anchor text for the homepage:":["Texto de anclaje para la página de inicio:"],"Breadcrumbs separator:":["Separador de las migas de pan:"],"Remove blog page from breadcrumbs":["Elimina la página del blog de las migas de pan"],"%s Breadcrumbs":["%s Migas de pan"],"Use Image":["Usar imagen"],"Action":["Acción"],"Page URL/Slug":["URL/Slug de página"],"Publication date":["Fecha de Publicación"],"Post Status":["Estado de publicación"],"WP Page Title":["Título de página de WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Vista previa"],"Preview “%s”":["Vista previa “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nueva meta description de Yoast"],"Existing Yoast Meta Description":["Meta description de Yoast actual"],"Facebook profile URL":["URL del perfil de Facebook"],"Twitter username (without @)":["Usuario de Twitter (sin @)"],"FAQ":["Preguntas frecuentes"],"Premium Support":["Soporte premium"],"Settings":["Ajustes"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Debes %1$sir a tus ajustes de lectura%2$s y desactivar la casilla de visibilidad en los motores de búsqueda."],"Huge SEO Issue: You're blocking access to robots.":["Enorme problema de SEO: Estás bloqueando el acceso a los robots."],"Posts":["Entradas"],"Edit Files":["Editar archivos"],"Advanced Variables":["Variables avanzadas"],"Basic Variables":["Variables básicas"],"General":["General"],"Extensions":["Extensiones"],"Search Console":["Search Console"],"Tools":["Herramientas"],"Advanced":["Avanzado"],"XML sitemaps":["Mapas del sitio XML"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s ha detectado que estás usando la versión %2$s de %3$s, por favor, actualiza a la última versión para evitar problemas de compatibilidad."],"Just another WordPress site":["Otro sitio creado con WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Todavía tienes la descripción corta de WordPress, incluso sería mejor dejarla vacía. %1$sPuedes solucionarlo en el personalizador%2$s."],"You have used HTML in your value which is not allowed.":["Has utilizado HTML en el valor y eso no está permitido."],"You can't edit %s that aren't yours.":["No puedes editar %s ya que no son tuyos."],"You can't edit %s.":["No puedes editar %s."],"Post has an invalid Content Type: %s.":["La entrada tiene un tipo de contenido no válido: %s."],"Post doesn't exist.":["La entrada no existe."],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Papelera (%s)","Papelera (%s)"],"posts\u0004All (%s)":["Todo (%s)","Todos (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"es_PE"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":["Tiene respuestas"],"Content optimization:":["Optimización del contenido:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLegibilidad%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Lee %1$sesta entrada para más información sobre por qué no somos compatibles con versiones anteriores.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sActualiza WordPress a la última versión%2$s%3$sHemos notado que no usas la última versión de WordPress, lo que podría causar un problema pronto. %4$s (por razones de seguridad y estabilidad) solo es compatible con la versión actual y a la anterior de WordPress. Eso significa que cuando salga la próxima versión de WordPress será compatibles con WordPress %6$s y %7$s. ¡Esto significa que no recibirás ninguna actualización a %5$s hasta que actualices tu WordPress, así que, por favor, asegúrate de actualizar pronto a la última versión de WordPress!%3$s%3$s"],"Post Noindexed":["Entrada con noindex"],"No Focus Keyphrase":["Sin frase clave objetivo"],"Person logo / avatar":["Logo / avatar de la persona"],"Extend %s":["Ampliar %s"],"Enroll in the %s for WordPress training":["Únete en el curso de %s para WordPress"],"Posts with the SEO score: %s":["Entradas con la puntuación SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["Tutorial en vídeo de %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["%1$sVisita Google Search Console%2$s para ver tus errores de indexación."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google ha eliminado la API de errores de rastreo, así que ya no es posible mostrar aquí tus posibles errores de rastreo. %1$sLee nuestro comunicado para más información%2$s."],"Remove this message":["Quitar este mensaje"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["¡Optimiza al máximo tu sitio para una audiencia local con nuestro plugin %s! ¡Direcciones optimizadas, horarios de apertura, localizador de tiendas y opción de recogida!"],"Serving local customers?":["¿Sirves a clientes locales?"],"Get the %s plugin now":["Consigue el plugin %s ahora"],"Organization social profiles":["Perfiles sociales de la organización"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Puedes editar los detalles mostrados en los datos meta, como los perfiles sociales, el nombre descripción de este usuario, en su página de perfil de %1$s."],"Personal info":["Información personal"],"Organization logo":["Logotipo de la organización"],"Organization name":["Nombre de la organización"],"Choose whether the site represents an organization or a person.":["Elige si el sitio representa a una organización o a una persona."],"Knowledge Graph & Schema.org":["Knowledge Graph y Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Para hacer que tu sitio represente a una empresa u organización ve a %1$sApariencia en el buscador%2$s y configúralo como persona o pásalo de persona a «Empresa»."],"To change the social accounts used for your site, update the details for %1$s.":["Para cambiar las cuentas sociales utilizadas para tu sitio actualiza los detalles de %1$s."],"That means that the form and information below is disabled, and not used.":["Esto significa que el formulario y la información a continuación están desactivados, y no se usan."],"Your website is currently configured to represent a Person":["Tu web está actualmente configurada para representar a una persona"],"(if one exists)":["(si es que existe)"],"Wikipedia page about you":["Página de la Wikipedia sobre ti"],"YouTube profile URL":["URL del perfil en YouTube"],"Tumblr profile URL":["URL del perfil en Tumblr"],"SoundCloud profile URL":["URL del perfil en SoundCloud"],"MySpace profile URL":["URL del perfil en MySpace"],"Organization or person":["Organización o persona"],"The person":["La persona"],"Organization":["Organización"],"Does your site represent a person or an organization?":["¿Este sitio representa a una persona o a una organización?"],"The name of the organization":["El nombre de la organización"],"Provide an image of the organization logo":["Facilita una imagen del logotipo de la organización"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Anteriormente configuraste tu sitio para representar a una persona.Hemos mejorado nuestra funcionalidad sobre Schema y el Knowledge Graph, así que deberías ir y %1$scompletar estos ajustes%2$s."],"Select a user...":["Selecciona un usuario…"],"Uncategorized":["Sin categoría"],"Name:":["Nombre:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Has seleccionado el usuario %1$s como la persona a la que representa este sitio. Su información de perfil de usuario se utilizará ahora en los resultados de búsqueda. %2$sActualiza su perfil para asegurarte de que la información sea correcta%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Error: Por favor, selecciona un usuario a continuación para completar los meta datos de tu sitio."],"SEO score: %s":["Puntuación SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Si existe una página tuya o de tu organización en la Wikipedia añádela también."],"Wikipedia URL":["URL de Wikipedia"],"Pinterest profile URL":["URL del perfil de Pinterest"],"Instagram profile URL":["URL del perfil de Instagram"],"LinkedIn profile URL":["URL del perfil de LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["La investigación de palabras clave es esencial en cualquier estrategia de SEO. Tú decides los términos de búsqueda por los que quieres que te encuentren, y averiguas qué palabras usa tu audiencia para encontrarte. Una gran investigación de palabras clave te dice qué contenido necesitas para empezar a puntuar para los términos que quieres posicionar. ¡Asegúrate de que tus esfuerzos se centren en las palabras clave para las que realmente tienes posibilidades de posicionarte! El %1$s te guía a través de este proceso, paso a paso."],"SEO for Beginners training":["Formación SEO para principiantes"],"%s for WordPress training":["Formación de %s para WordPress"],"All-around SEO training":["Formación SEO integral"],"The image you selected is too small for Facebook":["La imagen que has elegido es demasiado pequeña para Facebook"],"The given image url cannot be loaded":["La URL de la imagen dada no se puede cargar"],"Find out what words your audience uses to find you":["Descubre qué palabras utiliza tu audiencia para encontrarte"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFacilidad de lectura Flesch%2$s: El escrito puntúa %3$s en la prueba, Lo que se considera %4$s de leer. %5$s"],"No JSON object was returned.":["No se ha devuelto un objeto JSON."],"Received internal links":["Enlaces internos recibidos"],"Outgoing internal links":["Enlaces salientes internos"],"New step added":["Nuevo paso añadido"],"New question added":["Nueva pregunta añadida"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Para poder crear una redirección y corregir este fallo necesitas %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Puedes comprar el plugin, incluyendo un año de soporte y actualizaciones, en %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["La característica del contador de enlaces de texto proporciona información sobre cuántos enlaces se encuentran en tu texto y cuántos enlaces enlazan a tu texto. Esto es muy útil cuando estás mejorando tu %1$senlazado interno%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Para que esta característica funcione %1$sse requiere al menos una versión de PHP %2$s. Hemos detectado la versión PHP %3$s en esta web."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Por favor, considera cuidadosamente las implicaciones y %1$slee esta entrada%2$s si deseas más información sobre el impacto de mostrar medios en los resultados de búsqueda."],"Keyphrase":["Frase clave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Para que esta característica funcione, %1$snecesita crear una tabla en tu base de datos. No pudimos crear esta tabla automáticamente."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Al activar esta opción, las URL adjuntas se hacen visibles tanto para los visitantes como para Google. Para añadir valor a tu web, deben contener información útil, o podrían tener un impacto negativo en tu posicionamiento."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["La característica %3$scontador de enlaces al texto%4$s (introducida en %1$s %2$s) está actualmente inactiva."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Por favor, lee el siguiente %1$sartículo de la base de conocimientos%2$s para averiguar cómo resolver este problema."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Para asegurarnos de que todos los enlaces en tus textos estén contados, necesitamos analizar todos tus textos."],"All you have to do is press the following button and we'll go through all your texts for you.":["Todo lo que tienes que hacer es pulsar el siguiente botón y nosotros revisaremos todos tus textos por ti."],"Count links":["Contar enlaces"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, %1$d tienen atributos alt con palabras de tu frase clave o sinónimos. Eso es demasiado. %4$sIncluye la frase clave o sus sinónimos solo cuando realmente encajen en la imagen%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtributos alt de imagen%2$s: ¡Bien hecho!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, sólo %1$d tiene un atributo alt que refleja el tema de tu texto. ¡%4$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes más relevantes%5$s!","%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, sólo %1$d tienen atributos alt que reflejan el tema de tu texto. ¡%4$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes más relevantes%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtributos de imagen alt%3$s: Las imágenes de esta página no tienen atributos alt que reflejen el tema de tu texto. ¡%2$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes relevantes%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAtributos alt de imágenes%3$s: Las imágenes de esta página tienen atributos alt, pero no has establecido tu frase clave. ¡%2$sCorrige eso%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrase clave en subtítulo%2$s: %3$s de tus subtítulos de nivel superior refleja el tema de tu texto. ¡Buen trabajo!","%1$sFrase clave en subtítulo%2$s: %3$s de tus subtítulos de nivel superior reflejan el tema de tu texto. ¡Buen trabajo!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrase clave en subtítulo%2$s: Tus subtítulos de nivel superior reflejan el tema de tu texto ¡Buen trabajo!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrase clave en subtítulo%3$s: ¡%2$sUsa más frases clave o sinónimos en tus subtítulos de nivel superior%3$s!"],"Page %s":["Página %s"],"Cannot get the size of %1$s because of unknown reasons.":["No se pudo obtener el tamaño de %1$s debido a razones desconocidas."],"Cannot get the size of %1$s because it is hosted externally.":["No se pudo obtener el tamaño de %1$s debido a que está alojada externamente."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simplemente cambia el conmutador a «activo» y podrás usar el análisis recalibrado. Al mismo tiempo, te añadiremos a nuestra lista de correo específica. ¡Sólo te enviaremos correos electrónicos con tus experiencias con esta recalibración!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Hemos %1$srecalibrado nuestro análisis%2$s. Con el nuevo análisis, nos acercaremos aún más a la forma en que Google ve tu web. ¡Sería %3$sfantástico%4$s si quisieras %3$sprobar esta característica%4$s para nosotros!"],"Get an even better analysis":["Obtén un análisis aún mejor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTítulo único%3$s: Solo se debería usar H1 como tu título principal. Encuentra todos los H1 en tu texto que no sean el título principal y ¡%2$scámbialos a un nivel de encabezado inferior%3$s!"],"Improve sharing on Facebook and Pinterest":["Mejora el compartir en Facebook y Pinterest"],"You do not have the required rights to export settings.":["No tienes los derechos requeridos para exportar ajustes."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copia todos estos ajustes a la pestaña %1$s de otro sitio y haz clic en \"%1$s\" de allí."],"These are settings for the %1$s plugin by %2$s":["Estos son los ajustes del plugin %1$s de %2$s"],"No settings found.":["No se han encontrado ajustes."],"Export your %1$s settings here, to copy them on another site.":["Exporta aquí tus ajustes de %1$s, para copiarlos en otro sitio."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["La importación de los ajustes solo es compatible en servidores que ejecuten PHP 5.3 o superior."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importa los ajustes pegando aquí los ajustes que has copiado de otro sitio y haciendo clic en \"%s\"."],"Paste your settings from another %s installation.":["Pega tus ajustes desde otra instalación de %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado 0 veces. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %3$d vez. ¡Eso está genial!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %3$d veces ¡Eso está genial!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es mucho más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es mucho más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexable creada para el objeto %1$s con el tipo %2$s"],"Method %1$s() does not exist in class %2$s":["El método %1$s() no existe en la clase %2$s"],"With %s, you can easily create such redirects.":["Con %s puedes crear fácilmente esas redirecciones."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Cambiar tus ajustes de enlaces permanentes puede impactar seriamente en tu visibilidad en los motores de búsqueda. No debería hacerse casi %1$s nunca %2$s en una web pública."],"WARNING:":["ADVERTENCIA:"],"Learn about why permalinks are important for SEO.":["Aprende sobre por qué los enlaces permanentes son importantes para el SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sPalabras funcionales en frase clave%3$s: Tu frase clave \"%4$s\" sólo contiene palabras funcionales. %2$sAprende cómo es una buena frase clave%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["¿Sabías que %s también analiza las distintas variaciones de tu frase clave, como plurales y tiempos verbales?"],"Clear Image":["Vaciar imagen"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongitud de la frase clave%3$s: %2$sDefine una frase clave para calcular tu puntuación SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase clave en el slug%2$s: Más de la mitad de tu frase clave aparece en el slug. ¡Eso es fantástico!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrase clave en el slug%3$s: (Parte de) tu frase clave no aparece en el slug. ¡%2$sCambia eso%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase clave en el slug%2$s: ¡Fantástico trabajo!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave en el título%3$s: No todas las palabras de tu frase clave \"%4$s\" aparecen en el título SEO. %2$sTrata de usar exactamente tu misma frase clave en el título SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave en el título%3$s: No coincide del todo.. %2$sTrata de escribir exactamente tu misma frase clave en el título SEO%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFrase clave en el título%3$s: La frase clave objetivo exacta aparece en el título SEO, pero no al principio. %2$sTrata de moverla al principio%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrase clave en el título%2$s: La frase clave objetivo exacta aparece al principio del título SEO. ¡Buen trabajo!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribución de frase clave%2$s: ¡Buen trabajo!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Desigual. Algunas partes de tu texto no contienen la frase clave o sus sinónimos. %2$sDistribúyelas de manera más uniforme%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Muy desigual. Grandes partes de tu texto no contienen la frase clave o sus sinónimos. %2$sDistribúyelas de manera más uniforme%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribución de frase clave%3$s: %2$sIncluye tu frase clave o sus sinónimos en el texto para que podamos comprobar la distribución de la frase clave%3$s."],"Help on choosing the perfect focus keyphrase":["Ayuda para elegir la frase clave objetivo perfecta"],"Would you like to add a related keyphrase?":["¿Te gustaría añadir una frase clave relacionada?"],"Go %s!":["¡Ir a %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Si no se muestran los archivos de fecha en los resultados de la búsqueda, técnicamente significa que estos tendrán un meta robots %1$s. %2$sMás información sobre los ajustes de los resultados de búsqueda%3$s."],"Rank better with synonyms & related keyphrases":["Posiciona mejor con sinónimos y frases clave relacionadas"],"optimize a single post for synonyms and related keyphrases.":["optimiza una entrada para sinónimos y frases clave relacionadas."],"Synonyms & related keyphrases":["Sinónimos y frases clave relacionadas"],"Add related keyphrase":["Añadir frase clave relacionada"],"Dismiss %s upgrade notice":["Descartar el aviso de actualización de %s"],"Upgrade to %s":["Actualizar a %s"],"%1$s video":["Video %1$s"],"Get %s":["Consigue %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrase clave usada previamente%6$s: Has usado esta frase clave objetivo %1$s%2$d veces antes%3$s. %5$sNo uses tu frase clave objetivo más de una vez%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrase clave usada previamente%5$s: Has usado esta frase clave objetivo %1$suna vez ya%2$s. %4$sNo uses tu frase clave objetivo más de una vez%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrase clave usada previamente%2$s: No has usado antes esta frase clave objetivo, muy bien."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sPalabras vacías en el slug%3$s: El slug de esta página contiene una palabra vacía. ¡%2$sQuítala%3$s!","%1$sPalabras vacías en el slug%3$s: El slug de esta página contiene palabras vacías. ¡%2$sQuítalas%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug demasiado largo%3$s: el slug de esta página es un poco largo. ¡%2$sAcórtalo%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtributos alt de imagen%3$s: No hay imágenes en esta página. ¡%2$sAñade alguna%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sEnlace de la frase clave objetivo%3$s: Estás enlazando a otra página con las palabras con las que quieres posicionar esta página. ¡%2$sNo hagas eso%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está muy por debajo del mínimo recomendado de %5$d palabra. %3$sAñade más contenido%4$s.","Esto está muy por debajo del mínimo recomendado de %5$d palabras. %3$sAñade más contenido%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está por debajo del mínimo recomendado de %5$d palabra. %3$sAñade más contenido%4$s.","Esto está por debajo del mínimo recomendado de %5$d palabras. %3$sAñade más contenido%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLongitud del texto%4$s: El texto contiene %1$d palabra.","%2$sLongitud del texto%4$s: El texto contiene %1$d palabras."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLongitud del texto%3$s: El texto contiene %1$d palabra. ¡Buen trabajo!","%2$sLongitud del texto%3$s: El texto contiene %1$d palabras. ¡Buen trabajo!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrase clave en el subtítulo%3$s: Más del 75%% de tus subtítulos de primer nivel reflejan el tema de tu texto. Eso es demasiado. ¡%2$sNo sobre-optimices%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sAncho del título SEO%3$s: %2$sPor favor, crea un título SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sAncho del título SEO%3$s: El título SEO es más ancho que el límite visible. %2$sPrueba a hacerlo más corto%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sAncho del título SEO%2$s: ¡Buen trabajo!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sAncho del título SEO%3$s: El título SEO es demasiado corto. %2$sUsa el espacio para añadir variaciones de palabras clave o para crear un texto que anime a una acción%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sEnlaces salientes%2$s: Hay enlaces salientes nofollow y normales en esta página. ¡Buen trabajo!"],"%1$sOutbound links%2$s: Good job!":["%1$sEnlaces salientes%2$s: ¡Buen trabajo!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sEnlaces salientes%3$s: Todos los enlaces salientes de esta página son nofollow. %2$sAñade algún enlace normal%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sEnlaces salientes%3$s: No hay enlaces salientes en esta página. ¡%2$sAñade alguno%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLongitud de la meta description%2$s: ¡Bien hecho!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLongitud de la meta description%3$s: La meta description tiene más de %4$d caracteres. Asegúrate de que sea visible toda la description, ¡%2$sdeberías reducir su longitud%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLongitud de la meta description%3$s: La meta description es demasiado corta (menos de %4$d caracteres). Hay hasta %5$d caracteres disponibles. ¡%2$sUsa el espacio%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLongitud de la meta description%3$s: No se ha especificado ninguna meta description. Los motores de búsqueda mostrarán en su lugar texto de la página. ¡%2$sAsegúrate de escribir una%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrase clave en la meta description%2$s: La meta description se ha especificado, pero no contiene la frase clave objetivo. ¡%3$sArregla eso%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase clave en la meta description%2$s: La meta description contiene la palabra clave objetivo %3$s veces, que es más del máximo recomendado de 2 veces. ¡%4$sLimita eso%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFrase clave en la meta description%2$s: La frase clave objetivo o el sinónimo aparece en la meta description. ¡Bien hecho!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongitud de la frase clave%5$s: La frase clave tiene %1$d palabras. Es mucho más que el máximo recomendado de %2$d palabras. ¡%4$sHazla más corta%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongitud de la frase clave%5$s: La frase clave tiene %1$d palabras. Es más que el máximo recomendado de %2$d palabras. ¡%4$sHazla más corta%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLongitud de la frase clave%2$s: ¡Buen trabajo!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongitud de la frase clave%3$s: No se ha establecido una frase clave objetivo para esta página. %2$sEstablece una frase clave objetivo para calcular tu puntuación SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrase clave en la introducción%3$s: Tu frase clave o sus sinónimos no aparecen en el primer párrafo. %2$sAsegúrate de que el tema esté claro inmediatamente%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrase clave en la introducción%3$s: Tu frase clave o sus sinónimos aparecen en el primer párrafo del texto, pero no dentro de una frase. ¡%2$sArregla eso%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase clave en la introducción%2$s: ¡Bien hecho!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sEnlaces internos%2$s: En esta página hay enlaces internos nofollow y normales. ¡Buen trabajo!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sEnlaces internos%2$s: Tienes suficientes enlaces internos. ¡Buen trabajo!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sEnlaces internos%3$s: Los enlaces internos de esta página son todos nofollow. %2$sAñade algún buen enlace interno%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sEnlaces internos%3$s: No hay enlaces internos en esta página, ¡%2$sasegúrate de añadir alguno%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sPalabras de transición%2$s: ¡Bien hecho!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sPalabras de transición%2$s: Solo %3$s de las frases contienen palabras de transición, y no es suficiente. %4$sUsa algunas más%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sPalabras de transición%2$s: Ninguna de las frases contiene palabras de transición. %3$sUsa alguna%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNo hay suficiente contenido%2$s: %3$sPor favor, añade algo de contenido para permitir un buen análisis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribución de subtítulos%2$s: No estás usando ningún subtítulo, pero tu texto es bastante corto y probablemente no los necesite."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribución de subtítulos%2$s: No estás usando ningún subtítulo, aunque tu texto es bastante largo. %3$sPrueba a añadir algún subtítulo%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribución de subtítulos%2$s: %3$d sección de tu texto tiene más de %4$d palabras y no está separada por ningún subtítulo. %5$sAñade subtítulos para mejorar la legibilidad%2$s.","%1$sDistribución de subtítulos%2$s: %3$d secciones de tu texto tienen más de %4$d palabras y no están separadas por ningún subtítulo. %5$sAñade subtítulos para mejorar la legibilidad%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribución de subtítulos%2$s: ¡Fantástico trabajo!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLongitud de las frases%2$s: %3$s de las frases contiene más de %4$s palabras, que es más del máximo recomendado de %5$s. %6$sTrata de acortar las frases%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLongitud de las frases%2$s: ¡Fantástico!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFrases consecutivas%2$s: Hay suficiente variedad en tus frases. ¡Eso es fantástico!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFrases consecutivas%2$s: El texto contiene %3$d frases consecutivas que empiezan con la misma palabra. ¡%5$sIntenta probar cosas nuevas %2$s!","%1$sFrases consecutivas%2$s: El texto contiene %4$d ocasiones en las que %3$d o más frases consecutivas empiezan con la misma palabra. ¡%5$sIntenta probar cosas nuevas %2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVoz pasiva%2$s: %3$s de las frases contiene una voz pasiva, que es más del máximo recomendado de %4$s. %5$sIntenta usar sus equivalentes activas%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVoz pasiva%2$s: Estás usando suficientes voces activas. ¡Eso es fantástico!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLongitud de párrafos%2$s: %3$d de los párrafos contiene más del máximo recomendado de %4$d palabras. ¡%5$sAcorta tus párrafos%2$s!","%1$sLongitud de párrafos%2$s: %3$d de los párrafos contienen más del máximo recomendado de %4$d palabras. ¡%5$sAcorta tus párrafos%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLongitud de párrafos%2$s: Ninguno de los párrafos es demasiado largo. ¡Fantástico trabajo!"],"Good job!":["¡Buen trabajo!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sPrueba de legibilidad Flesch%2$s: El texto puntúa %3$s en la prueba, lo que se considera %4$s de leer. %5$s%6$s%7$s"],"Focus keyphrase":["Frase clave objetivo"],"%1$s with ID %2$s couldn't be patched":["no pudo parchearse el %1$s con el ID %2$s"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Petición POST no válida. Los valores meta ya existen para el objeto con el ID %1$s."],"Indexable with ID `%1$s` does not exist":["El indexable con el ID `%1$s` no existe"],"No object with ID %1$s and %2$s could be found":["No se pudo encontrar ningún objeto con el ID %1$s y %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` no es un subtipo válido de `%2$s`"],"The object type `%1$s` is invalid":["El tipo de objeto `%1$s` no es válido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Tipo no válido para el parémetro `%1$s` pasado. Se esperaba `%2$s`, pero se obtuvo `%3$s`"],"The parameter `%1$s` cannot be empty.":["El parámetro `%1$s` no puede estar vacío."],"Check Keyphrase Density":["Comprueba la densidad de la frase clave"],"Disable":["Desactivar"],"Allow Control":["Permitir control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Esta pestaña te permite desactivar selectivamente características de %s en todos los sitios de la red. Por defecto están activas todas las características, lo que permite a los administradores del sitio elegir por sí mismos si quieren activar o desactivar una característica para su sitio. Cuando desactives aquí una característica los administradores del sitio no podrán usar esa característica."],"%s is a required feature toggle argument.":["%s es un argumento de activación de la característica obligatorio."],"Keyphrase:":["Frase clave:"],"Remove keyphrase":["Quitar frase clave"],"This feature has been disabled by the network admin.":["Esta característica la ha desactivado el administrador de la red."],"Focus keyphrase not set.":["La frase clave objetivo no está establecida."],"Multiple keyphrases":["Múltiples frases clave"],"Colon":["Dos puntos"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Tanto %1$s como %2$s gestionan el SEO de tu sitio. Ejecutar dos plugins SEO al mismo tiempo es perjudicial."],"There is a new notification.":["Hay un nuevo aviso.","Hay nuevos avisos."],"Learn more about the readability analysis":["Aprende más sobre el análisis de legibilidad"],"Describe the duration of the instruction:":["Describe la duración de la instrucción:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personaliza cómo quieres describir la duración de la instrucción"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Esta es una lista de contenido relacionado al que podrías enlazar en tu entrada. {{a}}Lee nuestro artículo sobre la estructura del sitio{{/a}} para aprende rmás sobre como el enlazado interno puede ayudar a mejorar tu SEO."],"%s, %s and %s":["%s, %s y %s"],"%s and %s":["%s y %s"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d día","%d días"],"Enter a step title":["Introduce un título para el paso"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Esto puede darte un mayor control sobre los estilos de los pasos."],"CSS class(es) to apply to the steps":["Clase(s) CSS a aplicar a los pasos"],"minutes":["minutos"],"hours":["horas"],"days":["días"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Crea una guía práctica en un modo amigable para el SEO. Solo puedes usar un bloque de guía práctica en cada entrada."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Haz una lista de tus preguntas más frecuentes en un modo amigable para el SEO. Solo puedes usar un bloque de FAQ en cada entrada."],"Copy error":["Error en el texto"],"An error occurred loading the %s primary taxonomy picker.":["Ocurrió un error al cargar el selector %s de la taxonomía principal."],"%1$s Structured Data Blocks":["Bloques de %1$s de datos estructurados"],"Time needed:":["Tiempo necesario:"],"Move question down":["Bajar pregunta"],"Move question up":["Subir pregunta"],"Insert question":["Insertar pregunta"],"Delete question":["Borrar pregunta"],"Enter the answer to the question":["Escribe la respuesta a la pregunta"],"Enter a question":["Introduce una pregunta"],"Add question":["Añadir pregunta"],"Frequently Asked Questions":["Preguntas frecuentes"],"Great news: you can, with %s!":["Buenas noticias: ¡puedes, con %s!"],"Select the primary %s":["Elige el %s principal"],"Check links to this URL":["Comprueba los enlaces a esta URL"],"Keyword research training":["Entrenamiento de búsqueda de frases clave"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Mira la %1$splantilla de archivo%2$s del siguiente tipo de contenido: %3$s.","Mira las %1$splantillas de archivo%2$s de los siguientes tipos de contenido: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["¿Estás tratando de utilizar varias frases clave? Debes añadirlas por separado a continuación."],"Mark as cornerstone content":["Marcar como contenido esencial"],"Move step down":["Mover paso hacia abajo"],"Move step up":["Mover paso hacia arriba"],"Insert step":["Insertar paso"],"Delete step":["Eliminar paso"],"Add image":["Añadir imagen"],"Enter a step description":["Introduce una descripción del paso"],"Enter a description":["Introduce una descripción"],"Unordered list":["Lista desordenada"],"Showing step items as an ordered list.":["Mostrando los elementos de los pasos como una lista ordenada."],"Showing step items as an unordered list":["Mostrando los elementos de los pasos como una lista desordenada"],"Add step":["Añadir paso"],"Delete total time":["Eliminar tiempo total"],"Add total time":["Añadir tiempo total"],"How to":["Cómo hacer"],"How-to":["Cómo hacer"],"Snippet Preview":["Vista previa del snippet"],"Analysis results":["Resultados del análisis"],"Enter a focus keyphrase to calculate the SEO score":["Introduce una frase clave objetivo para calcular la puntuación SEO"],"Learn more about Cornerstone Content.":["Aprende más sobre el contenido esencial."],"Cornerstone content should be the most important and extensive articles on your site.":["El contenido esencial deben ser los artículos más importantes y extensos de tu sitio."],"Restore Site":["Restaurar sitio"],"Network Settings":["Ajustes de red"],"You are not allowed to perform this action.":["No tienes permisos para realizar esta acción."],"Error: %s":["Error: %s"],"Success: %s":["Éxito: %s"],"Site with ID %d not found.":["No se encontró el sitio con ID %d."],"No site has been selected to restore.":["No se seleccionó un sitio para ser restaurado."],"You are not allowed to modify unregistered network settings.":["No tienes permisos para modificar ajustes de red no registrados."],"deleted":["eliminado"],"Would you like to add another keyphrase?":["¿Te gustaría añadir otra frase clave?"],"image preview":["vista previa de imagen"],"Copied!":["¡Copiado!"],"Not supported!":["¡No compatible!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lee {{a}}nuestro artículo sobre de la estructura del sitio{{{/a}} para saber más sobre cómo los enlaces internos pueden ayudar a mejorar tu SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Cuando añadas algo más de texto te mostraremos aquí una lista de contenidos relacionados a los que podrías enlazar en tu entrada."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Plantéate enlazar a estos {{a}}artículos esenciales{{/a}}"],"Consider linking to these articles:":["Plantéate enlazar a estos artículos:"],"Copy link":["Copiar enlace"],"Copy link to suggested article: %s":["Copiar enlace al artículo sugerido: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":["Descripción corta del sitio"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Recientemente hemos mejorado la funcionalidad de los ajustes de apariencia en el buscador. Lamentablemente, hemos descubierto que en algunos casos puntuales el guardado de los ajustes de archivos para tipos de contenido específicos pudo haber fallado."],"Not all required fields are given. Missing field %1$s":["No se dan todos los campos obligatorios. Falta el campo %1$s"],"Optimize your site for Google News.":["Optimiza tu sitio para Google News."],"Optimize your shop's SEO and sell more products!":["¡Optimiza el SEO de tu tienda y vende más productos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Aparece en la búsqueda de vídeos de Google y mejora la difusión de tus vídeos en los medios sociales."],"Be found in Google Maps and local results.":["Aparece en Google Maps y los resultados locales."],"Learn practical SEO skills to rank higher in Google.":["Aprende habilidades SEO prácticas para obtener mejores resultados en Google."],"Don’t waste time figuring out the best settings yourself.":["No pierdas tiempo adivinando tú mismo los mejores ajustes."],"Get quick wins to make your site rank higher in search engines.":["Consigue avances rápidos para hacer que tu sitio obtenga mejores resultados en los motores de búsqueda."],"Add synonyms":["Añade sinónimos"],"Would you like to add keyphrase synonyms?":["¿Te gustaría añadir sinónimos de la frase clave?"],"Would you like to add more than one keyphrase?":["¿Te gustaría añadir más de una frase clave?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Puedes editar los metadatos SEO de este tipo de contenido personalizado en la %1$spágina de la tienda%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["No has configurado una página de tienda en tus ajustes de WooCommerce, Por favor, haz primero esto."],"Current year":["Año actual"],"Page":["Página"],"Breadcrumb settings for %s archive":["Ajustes de migas de pan para el archivo de %s"],"Something went wrong. Please reload the page.":[""],"Tagline":["Descripción corta"],"Modify your meta description by editing it right here":["Modifica tu meta description editándola aquí mismo"],"description (custom taxonomy)":["descripción (taxonomía personalizada)"],"(custom taxonomy)":["(taxonomía personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":["Term404"],"Caption":["Leyenda"],"Pagenumber":["Pagenumber"],"Pagetotal":["Pagetotal"],"Page number":["Número de página"],"User description":["Descripción del usuario"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":["Tipo de contenido (plural)"],"Post type (singular)":["Tipo de contenido (singular)"],"Separator":["Separador"],"Search phrase":["Frase de búsqueda"],"Term title":["Título del término"],"Term description":["Descripción del término"],"Tag description":["Descripción de la etiqueta"],"Category description":["Descripción de la categoría"],"Primary category":["Categoría principal"],"Category":["Categoría"],"Tag":["Etiqueta"],"Excerpt only":["Solo el extracto"],"Excerpt":["Extracto"],"Site title":["Título del sitio"],"Archive title":["Título del archivo"],"Parent title":["Título superior"],"Date":["Fecha"],"Label":["Etiqueta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Deberías crear una redirección para asegurarte de que tus visitantes no obtienen un error 404 cuando hagan clic en la URL que ya no funciona."],"Search engines and other websites can still send traffic to your deleted post.":["Los motores de búsqueda y otras webs puede que sigan enviando tráfico a tu entrada borrada."],"Make sure you don't miss out on traffic!":["¡Asegúrate de no perder tráfico!"],"You just deleted a %1$s.":["Acabas de borrar una %1$s."],"You just trashed a %1$s.":["Acabas de enviar a la papelera una %1$s."],"Settings for %s archive":["Ajustes del archivo de %s"],"Settings for single %s URLs":["Ajustes de las URLs de cada %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Los ajustes de esta página te permiten especificar cuál debería ser la apariencia en el buscador por defecto para cualquier tipo de contenido que tengas. Puedes elegir qué tipos de contendido aparecerán en los resultados de búsqueda y cuál debería ser su descripción por defecto."],"Url preview":[""],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":[""],"No results":[""],"%d result found, use up and down arrow keys to navigate":["","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":[""],"Number of results found: %d":[""],"Note that not all variables can be used in every field.":["Ten en cuenta que no todas las variables se pueden usar en todos los campos."],"Snippet variables":["Variables del snippet"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respeta tu privacidad. Lee nuestra %2$spolítica de privacidad%3$s para saber cómo gestionamos tu información personal."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Si sabes lo que esto significa y no quieres ver más este mensaje puedes %1$sdescartar este mensaje%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Los ajustes de tu sitio actualmente permiten que existan URLs de adjuntos en tu sitio. Por favor, %1$slee esta entrada sobre un problema potencial%2$s con las URLs de los adjuntos y revisa si tienes el ajuste correcto para tu sitio."],"Unknown type %1$s":["Tipo de %1$s desconocido"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["¡Incluye una cuenta gratuita MyYoast que te da acceso a nuestro curso gratuito SEO para principiantes!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Únete para nuestra newsletter si quieres estar al día sobre %1$s, otros plugins interesantes de %2$s, y noticias interesantes y consejos del mundo del SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obtén tu código de verificación de Baidu en las %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Código de verificación de Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["La funcionalidad del importador de %s utiliza tablas temporales de la base de datos. Parece que tu instalación de WordPress no tiene la capacidad de hacer esto, por favor, consulta a tu proveedor de alojamiento."],"Cleanup of %s data failed.":["La limpieza de los datos de %s han fallado."],"Content Type":["Tipo de contenido"],"Filter by content type":["Filtar por tipo de contenido"],"Show All Content Types":["Mostrar todos los tipos de contenido"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Para solucionar esto desmarca la casilla delante de «Separar los comentarios en páginas...» en la %1$spágina de ajustes de comentarios%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Reemplazado con el título normal de un archivo generado por WordPress"],"Clean":["Limpiar"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Una vez estés seguro de que tu sitio está BIEN puedes limpiarlo. Esto borrará todos los datos originales."],"Step 5: Clean up":["Paso 5: Limpieza"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Deberías ejecutar el asistente de configuración, desde la página SEO → General → Escritorio, para asegurarte de que todos los ajustes de tu sitio están correctos."],"Step 4: Run the configuration wizard":["Paso 4: Ejecutar el asistente de configuración"],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, revisa tus entradas y páginas para ver si se han importado correctamente los metadatos."],"Step 3: Check your data":["Paso 4: Comprueba tus datos"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Esto importará los metadatos de entrada, como los títulos y descripciones SEO, en tus metadatos de %1$s. Solo lo hará si no hay aún metadatos de %1$s. Los datos originales seguirán en su sitio."],"Step 2: Import":["Paso 2: Importar"],"Please make a backup of your database before starting this process.":["Por favor, haz una copia de seguridad de tu base de datos antes de empezar este proceso."],"Step 1: Create a backup":["Paso 1: Crea una copia de seguridad"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Hemos detectado datos de uno o más plugins SEO en tu sitio. Por favor, sigue los siguientes pasos para importar los datos:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s no detectó ningún dato de plugins desde los que pueda hacer una importación."],"Posts that should not show up in search results":["Entradas que no deberían mostrarse en los resultados de búsqueda"],"%s data found.":["%s datos encontrados."],"%s data successfully removed.":["%s datos borrados con éxito."],"%s data successfully imported.":["%s datos importados con éxito."],"%s data not found.":["%s datos no encontrados."],"Improve your SEO skills":["Mejora tus habilidades SEO"],"24/7 email support":["Soporte por correo electrónico 24/7"],"No more dead links a.k.a. 404 pages":["No más enlaces muertos, también conocidos como páginas 404"],"Get real-time suggestions for internal links":["Consigue sugerencias en tiempo real de enlaces internos"],"Preview your page in Facebook and Twitter":["Vista previa de tu página en Facebook y Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Haz clic en el botón \"%3$s\" para usar la meta description ya establecida en el ajuste de %1$sapariencia en el buscador%2$s."],"Help on copying the home meta description":["Ayuda sobre como copiar la meta description de portada"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Para permitir a los motores de búsqueda saber qué perfiles sociales están asociados a este sitio introduce los datos de los perfiles sociales de tu sitio a continuación."],"Learn more about your social profiles settings":["Aprende más sobre los ajustes de tus perfiles sociales"],"Remove the categories prefix":["Elimina el prefijo de las categorías"],"Help on the category prefix setting":["Ayuda sobre el ajuste del prefijo en las categorías"],"Learn more about the available variables":["Aprende más sobre las variables disponibles"],"Learn more about the RSS feed setting":["Aprende más sobre el ajuste del RSS feed"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Cuando subes medios (una imagen o un vídeo, por ejemplo) a WordPress, no guarda solo el medio, crea también una URL de adjunto para él. Estas páginas de adjuntos están bastante vacías: contienen el elemento del medio y puede que un título si lo has introducido. Debido a esto, si nunca usas estas URLs de adjuntos, es mejor desactivarlas, y redirigirlas al medio mismo."],"Learn more about the Media and attachment URLs setting":["Aprende más sobre el ajuste de medios y URLs de adjuntos"],"Learn more about the title separator setting":["Aprende más sobre el ajustes del separador de título"],"Learn more about the knowledge graph setting":["Aprende más sobre el ajuste de knowledge graph"],"Learn more about the homepage setting":["Aprende más sobre el ajuste de portada"],"Learn more about the special pages setting":["Aprende más sobre el ajustes de páginas especiales"],"Help on the date archives search results setting":["Ayuda sobre el ajuste de resultados de búsqueda en archivos por fecha"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar los archivos de autor sin entradas en los resultados de búsqueda técnicamente significa que tendrán un meta robots %1$s y que se excluirán de los mapas del sitio XML. %2$sMás información sobre los ajustes de resultados de búsqueda%3$s."],"Help on the authors without posts archive search results setting":["Ayuda sobre el ajuste de autores sin entradas en los resultados de búsqueda"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar los archivos de autor en los resultados de búsqueda técnicamente significa que tendrán un meta robots %1$s y que se excluirán de los mapas del sitio XML. %2$sMás información sobre los ajustes de resultados de búsqueda%3$s."],"Help on the author archives search results setting":["Ayuda sobre el ajuste de archivos de autor en los resultados de búsqueda"],"Archives settings help":["Ayuda sobre los ajustes en archivos"],"Learn more about the archives setting":["Aprende más sobre el ajuste de archivos"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obtén tu código de verificación de Yandex en las %1$sherramientas para webmasters de Yandex%2$s."],"Yandex verification code":["Código de verificación de Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obtén tu código de verificación de Google en %1$sla Search Console de Google%2$s."],"Google verification code":["Código de verificación de Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obtén tu código de verificación de Bing en %1$slas herramientas para webmasters de Bing%2$s."],"Bing verification code":["Código de verificación de Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Puedes usar las cajas siguientes para verificar las distintas herramientas para webmasters. Esta característica añadirá una meta tag de verificación en tu portada. Sigue los enlaces a las distintas herramientas para webmasters y mira las instrucciones para el método de verificación de la meta tag con el que conseguir el código de verificación. Si tu sitio ya está verificado puedes olvidarte de esto."],"Learn more about the Webmaster Tools verification":["Aprende más sobre la verificación en las herramientas para webmasters"],"On":["Activo"],"Help on: %s":["Ayuda sobre: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s tiene un montón de características. Puedes activar / desactivar algunas de ellas a continuación. Al hacer clic en el signo de interrogación se muestra más información sobre la característica."],"Off":["Inactivo"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["La sección avanzada de la caja meta de %1$s permite a un usuario eliminar entradas de los resultados de búsqueda o cambiar el canonical. Estas son cosas que puede que no quieras que haga un autor. Es por ello que, por defecto, solo los editores y administradores pueden hacerlo. Establecer esto a \"%2$s\" permitirá a todos los usuarios cambiar estos ajustes."],"Security: no advanced settings for authors":["Seguridad: sin ajustes avanzados para los autores"],"See who contributed to %1$s.":["Mira quién ha contribuido a %1$s."],"Help on this search results setting":["Ayuda sobre este ajuste de resultados de búsqueda"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar los archivos de %1$s en los resultados de búsqueda técnicamente significa que tendrán un meta robots %2$s y que se excluirán de los mapas del sitio XML. %3$sMás información sobre los ajustes de resultados de búsqueda%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar %1$s en los resultados de búsqueda técnicamente significa que tendrán un meta robots %2$s y que se excluirán de los mapas del sitio XML. %3$sMás información sobre los ajustes de resultados de búsqueda%4$s."],"Default for %2$s, currently: %1$s":["Por defecto es %2$s, actualmente: %1$s"],"Show %s in search results?":["¿Mostramos %s en los resultados de búsqueda?"],"this author's archives":["archivos de este autor"],"Do not allow search engines to show %s in search results.":["No permitir a los motores de búsqueda mostrar %s en los resultados."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["En WordPress, las URL de las categorías contienen un prefijo, generalmente %s, esta característica elimina ese prefijo, únicamente en las categorías."],"Category URLs":["URLs de categorías"],"the archive for %s":["el archivo para %s"],"Redirect attachment URLs to the attachment itself?":["¿Redirigir las URL de adjuntos a los propios adjuntos?"],"We recommend you set this to Yes.":["Recomendamos establecer esto a Sí."],"Media & attachment URLs":["URL de medios y adjuntos"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Esto es lo que se muestra en los resultados de búsqueda cuando las personas encuentran tu página de inicio. Significa que esto es probablemente lo que verán cuando busquen su nombre de marca."],"date archives":["archivos por fecha"],"archives for authors without posts":["archivos para autores sin entradas"],"Read why XML Sitemaps are important for your site.":["Lee por qué los mapas del sitio XML son importantes para tu sitio."],"Enable the XML sitemaps that %s generates.":["Activar los mapas del sitio XML que genera %s."],"See the XML sitemap.":["Ver el mapa del sitio XML."],"%2$s (current default for %1$s)":["%2$s (actualmente por defecto para %1$s)"],"Media":["Medios"],"Content Types":["Tipos de contenido"],"Should search engines follow links on this %1$s?":["¿Deberían los motores de búsqueda seguir enlaces en esta %1$s?"],"Allow search engines to show this %s in search results?":["¿Permitir a los motores de búsqueda mostrar esta %s en los resultados?"],"Search Appearance":["Apariencia en el buscador"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Por favor, especifica qué tipos de contenido quieres que aparezcan en los motores de búsqueda. Si no conoces las diferencias entre ellos, es mejor que elijas los ajustes por defecto."],"Search engines should show \"%1$s\" in search results:":["Los motores de búsqueda deberían mostrar \"%1$s\" en los resultados:"],"Search engine visibility":["Visibilidad en los motores de búsqueda"],"Toggle %1$s's XML Sitemap":["Alternar mapa del sitio XML de %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Las peticiones de soporte que has creado aquí se enviaron directamente a nuestro sistema de soporte, que está asegurado con SSL de 256 bits, así que la comunicación es 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La característica de contenido esencial te permite marcar y filtrar contenido esencial de tu web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si tienes algún problema que no puedas resolver con nuestros tutoriales en vídeo o base de conocimiento puedes enviar un mensaje a nuestro equipo de soporte. Puedes contactar con ellos 24/7."],"Search result":["Resultado de búsqueda"],"Good results":["Buenos resultados"],"Get better search results in local search":["Consigue mejores resultados de búsqueda en la búsqueda local"],"Allow customers to pick up their %s order locally":["Permite a tus clientes recoger su pedido de %s en tu local"],"SEO analysis":["Análisis SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["El análisis SEO ofrece sugerencias para mejorar el SEO de tu texto."],"Learn how the SEO analysis can help you rank.":["Aprende cómo puede el análisis SEO mejorar tu posicionamiento."],"The readability analysis offers suggestions to improve the structure and style of your text.":["El análisis de legibilidad ofrece sugerencias para mejorar la estructura y estilo de tu texto."],"Discover why readability is important for SEO.":["Descubre por qué la legibilidad es importante para el SEO."],"Find out how cornerstone content can help you improve your site structure.":["Descubre cómo el contenido esencial puede ayudarte a mejorar la estructura de tu sitio."],"The text link counter helps you improve your site structure.":["El contador de enlaces de texto te ayuda a mejorar la estructura de tu sitio."],"Find out how the text link counter can enhance your SEO.":["Descubre cómo el contador de enlaces de texto puede mejorar tu SEO."],"%s integration":["Integración con %s"],"Read more about how %s works.":["Lee más acerca de cómo funciona %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta característica si quieres que Facebook y otras redes sociales muestren una vista previa con imágenes y un extracto de texto cuando se comparta un enlace de tu sitio."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta característica si quieres que Twitter muestre una vista previa con imágenes y un extracto de texto cuando se comparta un enlace de tu sitio."],"Find out why you should upgrade to %s":["Descubre por qué deberías actualizar a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Últimos artículos del blog de %1$s"],"Need help?":["¿Necesitas ayuda?"],"Type here to search...":["Teclea aquí para buscar…"],"Search the Yoast Knowledge Base for answers to your questions:":["Busca en la base de conocimiento de Yoast respuestas a tus preguntas:"],"Remove highlight from the text":["Quitar el resaltado del texto"],"Your site language is set to %s. ":[""],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["¡Comienza ya mismo con el %2$sasistente de configuración%3$s de %1$s!"],"First-time SEO configuration":["Configuración SEO inicial"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["El idioma de tu sitio está configurado a {language}. Si esto no es correcto contacta con el administrador de tu sitio."],"Your site language is set to {language}.":["El idioma de tu sitio está configurado a {language}."],"Highlight this result in the text":["Resalta este resultado en el texto"],"Considerations":["Consideraciones"],"Errors":["Errores"],"Change language":["Cambiar idioma"],"You cannot create a %s file.":["No puedes crear un archivo %s."],"You cannot edit the %s file.":["No puedes editar el archivo %s."],"Updated %s":["%s actualizado"],"Create %s file":["Crear archivo %s"],"Edit the content of your %s:":["Editar el contenido de tu %s:"],"Save changes to %s":["Guardar cambios a %s"],"%s file":["archivo %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin que les ayude. Por favor, instala %3$s para hacer tu vida más fácil. %4$s."],"More information":["Más información"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin que les ayude. Por favor, activa %3$s para hacer tu vida más fácil."],"More information about %1$s":["Más información sobre %1$s"],"Configuration Wizard":["Asistente de configuración"],"You've done it!":["¡Lo has hecho!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["¡Integra sin problemas el análisis de contenido de %2$s con %1$s!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin auxiliar. Instala %3$s para hacer tu vida más fácil."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Los ajustes de apariencia en el buscador para %1$s están formados por variables que se reemplazan por valores específicos de la página cuando esta se muestra. La tabla de abajo contiene una lista de las variables disponibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marca la %1$s más importante como 'contenido esencial' para mejorar la estructura de tu sitio. %2$sAprende más sobre contenido esencial%3$s."],"Loading help center.":["Cargando el centro de ayuda."],"Get support":["Obtén soporte"],"View in KB":["Ver en la KB"],"Go back":["Volver"],"Go back to the search results":["Volver a los resultados de búsqueda"],"(Opens in a new browser tab)":["(Se abre en una nueva pestaña del navegador)"],"Posts %1$swithout%2$s a focus keyphrase":["Entradas %1$ssin%2$s frase clave objetivo"],"Hey, your SEO is doing pretty well! Check out the stats:":["¡Eh, tu SEO está funcionando bastante bien! Echa un vistazo a las estadísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["No tienes ninguna entrada publicada. ¡Tus puntuaciones SEO aparecerán aquí una vez hagas tu primera entrada!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["En esta página puedes cambiar el nombre de tu sitio y elegir qué separador usar. El separador se mostrará, por ejemplo, entre el título de tu entrada y el nombre\ndel sitio. Los símbolos se muestran en el tamaño en que aparecerán en los\nresultados de búsqueda. Elige el que se adapte mejor a tu marca o que ocupe\nel menor espacio posible en los snippets."],"Something else":["Algo más"],"A portfolio":["Un portafolio"],"A corporation":["Una empresa"],"A small offline business":["Un pequeño negocio offline"],"A news channel":["Un canal de noticias"],"An online shop":["Una tienda online"],"A blog":["Un blog"],"What does the site %1$s represent?":["¿A qué representa el sitio %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Si eliges que no, no se activará ningún archivo de autor para evitar\nproblemas de contenido duplicado."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: no almacenamos tus datos de ningún modo, y no tenemos acceso completo a tu cuenta. Tu privacidad está a salvo con nosotros."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s se integra con la Google Search Console, una herramienta imprescindible para los propietarios de sitios. Te ofrece información sobre el estado de tu sitio. ¿Aún no tienes una cuenta de Google o no has activado tu sitio? Aprende a %2$sconectar la Google Search Console a tu sitio%3$s."],"Option B: My site is under construction and should not be indexed":["Opción B: Mi sitio está en construcción y no debería indexarse"],"Option A: My site is live and ready to be indexed":["Opción A: Mi sitio está en directo y listo para indexar"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Elige en construcción si quieres mantener el sitio fuera de los índices\nde los motores de búsqueda. No olvides activarlo una vez estés listo\npara publicar tu sitio."],"Please specify if your site is under construction or already active.":["Por favor, especifica si tu sitio está en construcción o si ya está activo."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Esta información se usará en la ficha de Google Knowledge Graph, el gran bloque\nde información que verás a la derecha de los resultados de búsqueda."],"Read more like this on our SEO blog":["Lee más como esto en nuestro blog de SEO"],"Readability: %s":["Legibilidad: %s"],"Not activated":["Sin activar"],"Activated":["Activa"],"%1$s recommendations for you":["Recomendaciones de %1$s para ti"],"All Readability Scores":["Todas las puntuaciones de legibilidad"],"Filter by Readability Score":["Filtrar por puntuación de legibilidad"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["¡No estás recibiendo actualizaciones ni soporte! Soluciona este problema añadiendo este sitio y activando %1$s en %2$s."],"Request method %1$s is not valid.":["El método de petición %1$s no es válido."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["¿Quieres previsualizar lo que verá la gente si comparte esta entrada en %1$s? Puedes, con %2$s."],"Good job! All the links in your texts have been counted.":["¡Buen trabajo! Todos los enlaces en tus textos se han contabilizado."],"Calculation completed.":["Cálculo completado."],"Calculation in progress...":["Cálculo en progreso…"],"Stop counting":["Parar el conteo"],"Counting links in your texts":["Contando enlaces en tus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s procesado."],"All your texts are already counted, there is no need to count them again.":["Se han contado todos tus textos, no hay necesidad de contarlos de nuevo."],"Count links in your texts":["Cuenta los enlaces en tus textos"],"Text link counter":["Contador de enlaces en textos"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de enlaces internos que enlazan a esta entrada. Revisa el texto en las «Columnas Yoast» de la pestaña de ayuda para más información."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de enlaces salientes de esta entrada. Revisa el texto «Columnas Yoast» de la pestaña de ayuda para más información."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s añade varias columnas a esta página. Hemos escrito un artículo sobre %2$scómo usar la puntuación SEO y de legibilidad%3$s. Las columnas de enlaces muestran el número de artículos de este sitio enlazando %5$sa%6$s este artículo y el número de URLs enlazadas %5$sdesde%6$s este artículo. Aprende más sobre %4$scómo usar estas utilidades para mejorar tu enlazado interno%3$s, lo que mejora enormemente tu SEO."],"%s Columns":["Columnas %s"],"Readability score":["Puntuación de legibilidad"],"Other benefits of %s for you:":["Otros beneficios de %s para ti:"],"Scroll to see the preview content.":["Navega para ver la vista previa del contenido."],"Cornerstone content":["Contenido esencial"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s ahora se ocupará de toda la optimización técnica necesaria para tu sitio. Para mejorar de verdad el rendimiento de tu sitio en los resultados de búsqueda es importante empezar a crear contenido que puntúe bien por las frases clave que te interesen. Revisa este vídeo en el que explicamos como usar la caja meta %1$s cuando editas entradas y páginas."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["¡Si quieres ganar a tu competencia en una región o ciudad específica echa un vistazo a nuestro plugin %1$s! Podrás insertar fácilmente mapas de Google, horarios de apertura, información de contacto y localizadores de tienda. Además de todo esto %1$s te ayuda a mejorar la usabilidad de tu página de contacto."],"Attract more customers near you":["Atrae más clientes cerca de ti"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["¿Quieres conocer todos los secretos del plugin %1$s? ¿Quieres aprender todo sobre nuestros ajustes avanzados? ¿Quieres ser realmente capaz de sacar el máximo partido del plugin %1$s? ¡Echa un vistazo a nuestro entrenamiento del plugin %1$s y empieza a ganar a tu competencia!"],"Get the most out of %1$s with the %2$s":["Saca el máximo partido de %1$s con el %2$s"],"Upgrade to Premium":["Actualizar a premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["¿Quieres ganar a tu competencia? %1$s te ofrece fantásticas características adicionales que te ayudarán a configurar tu estrategia SEO como un profesional. Añade sinónimos y palabras clave relacionadas, nuestro análisis SEO Premium el gestor de redirecciones y nuestra herramienta de enlaces internos. %1$s también te dará acceso a soporte premium."],"Outrank the competition with %s":["Gana a tu competencia con %s"],"You might like":["Te podría gustar"],"Newsletter":["Boletín"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Hemos detectado que no has completado aún este asistente, así que te recomendamos que %2$sinicies el asistente de configuración para configurar %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["El asistente de configuración te ayudar a configurar con facilidad tu sitio para conseguir los ajustes SEO óptimos."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Hazte Premium y nuestros expertos responderán cualquier pregunta que puedas tener acerca de la configuración y el uso del plugin."],"Superfast internal linking suggestions":["Sugerencias super rápidas sobre enlaces internos"],"Great news: you can, with %1$s!":["¡Buenas noticias: puedes hacerlo, con %1$s!"],"Save changes":["Guardar cambios"],"1 year free support and updates included!":["¡1 año de soporte y actualizaciones gratuitas incluido!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["El plugin %2$s cambia el código de tu sitio haciendo diferencias entre los motores de búsqueda y los usuarios normales, un proceso llamado cloaking. Recomendamos encarecidamente que lo desactives."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sVista previa en redes sociales%2$s: Facebook y Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo más enlaces muertos%2$s: sencillo gestor de redirecciones"],"No ads!":["¡Sin anuncios!"],"Facebook & Twitter":["Facebook y Twitter"],"Social media preview":["Vista previa en redes sociales"],"Easy redirect manager":["Fácil gestor de redirecciones"],"No more dead links":["No más enlaces muertos"],"Increase your SEO reach":["Aumenta tu alcance SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Si quieres más ayuda para crear contenido impactante revisa nuestro %2$scurso de escritura SEO%3$s. ¿Quieres conocer todas las características del plugin?, ¡plantéate hacer nuestro %1$s!"],"Variable":["Variable"],"Available variables":["Variables disponibles"],"Scroll to see the table content.":["Navega para ver el contenido de la tabla."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Por favor, si necesitas ayuda, revisa %1$snuestro artículo sobre cómo conectar tu web a Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Ocurrió un error en la evaluación '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s de las palabras contiene %2$smás de %3$s sílabas%4$s, que es más que el máximo recomendado: %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s de las palabras contienen %2$smás %3$s sílabas%4$s, que es menor o igual que el máximo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Esto es ligeramente menos que el mínimo recomendado de %5$d palabra. %3$sEscribe un poco más%4$s.","Esto es ligeramente menos que el mínimo recomendado de %5$d palabras. %3$sEscribe un poco más%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La meta description contiene %1$d frase %2$sde más de %3$s palabras%4$s. Trata de acortar esta frase.","La meta description contiene %1$d frases %2$sde más de %3$s palabras%4$s. Trata de acortar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La meta description no contiene frases %1$sde más de %2$s palabras%3$s."],"Step %1$d: %2$s":[""],"No new notifications.":["No hay nuevos avisos."],"Save all":["Guardar todo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, autor en %2$s"],"Mobile preview":["Vista previa móvil"],"Desktop preview":["Vista previa escritorio"],"Select redirect":["Elige redirección"],"Please provide an SEO title by editing the snippet below.":["Por favor introduce un título SEO editando el snippet de abajo."],"Meta description preview:":["Vista previa de la meta description:"],"Slug preview:":["Vista previa del slug:"],"SEO title preview:":["Vista previa del título SEO:"],"Close snippet editor":["Cerrar el editor de snippet"],"Slug":["Slug"],"Remove marks in the text":["Quitar marcas del texto"],"Mark this result in the text":["Marca este resultado en el texto"],"Marks are disabled in current view":["Las marcas están desactivadas en la vista actual"],"Good SEO score":["Puntuación SEO buena"],"OK SEO score":["Puntuación SEO aceptable"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Elige una imagen"],"Remove the image":["Eliminar la imagen"],"MailChimp signup failed:":["El registro en Mailchimp ha fallado:"],"Sign Up!":["¡Regístrate!"],"Name":["Nombre"],"There is an error with the request.":["Ocurrió un error en la petición."],"Select profile":["Elige perfil"],"Choose a profile":["Elige un perfil"],"Authorization code":["Código de autorización"],"Reauthenticate with Google":["Volver a identificar con Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para permitir que %s obtenga tu información de la consola de búsqueda de Google, por favor, introduce tu código de autorización de Google. Al hacer clic en el botón de abajo se abrirá una nueva ventana."],"Please provide a meta description by editing the snippet below.":["Por favor introduce una meta description editando el snippet de abajo."],"Edit snippet":["Editar snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Puedes hacer clic en cualquier elemento de la vista previa para ir al editor del snippet."],"SEO title preview":[""],"Meta description preview":[""],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":[""],"Close the Wizard":["Cerrar el asistente"],"Export settings":["Exportar ajustes"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Asistente de configuración"],"Please don't show me this notification anymore":["Por favor, no me muestres más este aviso"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Si estás teniendo problemas, %1$spor favor, envía un informe de fallos%2$s y haremos todo lo posible para ayudarte."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Hemos observado que has estado usando %1$s desde hace algún tiempo; ¡esperamos que te guste! ¡Nos encantaría que pudieras %2$sdejarnos una valoración de 5 estrellas en WordPress.org%3$s!"],"Date archives settings":["Ajustes de archivos por fecha"],"Author archives settings":["Ajustes de archivos de autor"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Aviso: la variable %s no puede usarse en esta plantilla. Revisa el centro de ayuda para más información."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Por cierto, ¿sabías que también tenemos un %1$splugin Premium%2$s? Ofrece funcionalidades avanzadas, como un gestor de redirecciones y compatibilidad con múltiples frases clave. También incluye soporte personal 24/7."],"(no title)":["(sin título)"],"%s installation wizard":[""],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["El menú de la barra de administración de %1$s contiene enlaces útiles de herramientas de terceros con las que analizar páginas y facilitarte ver si tienes nuevos avisos."],"Admin bar menu":["Menú de la barra de administración"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s puede comprobar a diario si tu sitio aún está indexado en los motores de búsqueda, y %2$s te avisará cuando no sea así."],"Features":["Características"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Aunque hemos tratado que configurar %1$s sea lo más fácil posible, entendemos que puede ser intimidante. Si prefieres que configuremos %1$s por ti (y de paso tener una copia de %2$s) ¡contrata nuestro %3$s%1$sservicio de configuración de %4$s aquí!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bienvenido al asistente de instalación de %1$s. ¡En unos pocos pasos te ayudaremos a configurar tus ajustes SEO para que se ajusten a las necesidades de tu web!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google muestra el nombre de tu web en los resultados de búsqueda, y si quieres cambiarlo, puedes hacerlo aquí."],"Greater than sign":["Símbolo mayor que"],"Less than sign":["Símbolo de menor que"],"Right angle quotation mark":["Comilla inclinada a la derecha"],"Left angle quotation mark":["Comilla inclinada a la izquierda"],"Small tilde":["Tilde pequeña"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco bajo"],"Asterisk":["Asterisco"],"Bullet":["Viñeta"],"Middle dot":["Punto medio"],"Em dash":["Guión largo"],"En dash":["Guión corto"],"Dash":["Guión"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Elige qué símbolo utilizar como separador de título. Se mostrará, por ejemplo, entre el título de tu publicación y el nombre del sitio. Los símbolos se muestran en el tamaño en el que aparecerán en los resultados de búsqueda."],"The name of the person":["El nombre de la persona"],"No":["No"],"Yes":["Sí"],"Does, or will, your site have multiple authors?":["¿Tiene o tendrá tu sitio varios autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genera automáticamente una URL para cada elemento multimedia existente en la biblioteca. Activando esto permitirá a Google indexar la URL generada."],"Success!":["¡Lo lograste!"],"Title settings":["Ajustes de título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Varios autores"],"Site type":["Tipo de sitio"],"Environment":["Entorno"],"Yoast option %1$s not found.":["El ajuste %1$s de Yoast no está disponible."],"Google Structured Data Test":["Test de datos estructurados de Google"],"Posts list":["Lista de entradas"],"Posts list navigation":["Navegación por la lista de entradas"],"Filter posts list":["Filtrar la lista de entradas"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Observa que los enlaces a los archivos aún podrían verse en tu tema y que puede que tengas que quitarlos por tu cuenta."],"%1$s to optimize your site even further":["%1$s para optimizar tu sitio aún más"],"%1$s extensions":["Extensiones de %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Incluye nuestra garantía de reembolso de 30 días sin preguntas"],"More information %1$sabout %3$s%2$s":["Más información %1$ssobre %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtén acceso a nuestro equipo de soporte 24/7."],"Premium support":["Soporte premium"],"check what your Facebook or Twitter post will look like.":["comprueba cómo se verá tu publicación en Facebook o Twitter."],"Social previews":["Vistas previas sociales"],"create and manage redirects from within your WordPress install.":["crea y administra redirecciones desde dentro de tu instalación de WordPress."],"Redirect manager":["Gestor de redirecciones"],"%1$s, take your optimization to the next level!":["¡%1$s, lleva tu optimización al siguiente nivel!"],"A seamless integration between %1$s and %2$s":["Integración sin fisuras entre %1$s y %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utiliza las migas de pan de %1$s en vez de las de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inserción sencilla de Google Maps, un localizador de tiendas, horas de apertura y más"],"Creates XML News Sitemaps":["Crea mapas del sitio XML de noticias"],"Immediately pings Google on the publication of a new post":["Hace inmediatamente ping a Google cada vez que se publica una nueva entrada"],"Optimize your site for Google News":["Optimiza tu sitio para Google News"],"Make videos responsive through enabling fitvids.js":["Haz que los vídeos sean adaptables activando fitvids.js"],"Enhance the experience of sharing posts with videos":["Mejora la experiencia compartiendo entradas con vídeos"],"Show your videos in Google Videos":["Muestra tus vídeos en Google Videos"],"Crawl issues list":["Lista de problemas de rastreo"],"Crawl issues list navigation":["Navegación por la lista de problemas de rastreo"],"Edit “%s”":["Modificar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Avisos"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Quita la pestaña de frase clave de la caja meta y desactiva todas las sugerencias relacionadas con el SEO."],"Disable SEO analysis":["Desactivar análisis SEO"],"Twitter settings":["Ajustes de Twitter"],"Pinterest settings":["Ajustes de Pinterest"],"Facebook settings":["Ajustes de Facebook"],"Title separator symbol":["Símbolo separador del título"],"RSS feed settings":["Ajustes del feed RSS"],"Breadcrumbs settings":["Ajustes de migas de pan"],"Make primary":["Hacer principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Introduce tu código de autorización de Google y pulsa el botón Autorizar."],"Knowledge base article":["Artículo de la base de conocimiento"],"Open the knowledge base article in a new window or read it in the iframe below":["Abre el artículo de la base de conocimiento en una nueva ventana o léelo en el marco de abajo"],"Search results":["Resultados de búsqueda"],"%s notification":["%s aviso","%s avisos"],"Disable readability analysis":["Desactivar el análisis de legibilidad"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Quita la pestaña de legibilidad de la caja meta y desactiva todas las sugerencias relacionadas con la legibilidad."],"Readability analysis":["Análisis de legibilidad"],"Needs improvement":["Necesita mejorar"],"Readability":["Legibilidad"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Estás tratando de cargar archivos sin minimizar. Estos solo están disponibles en nuestro paquete de desarrollo. Revisa %1$s para ver todos los archivos originales."],"Improvements":["A mejorar"],"Dismiss this item.":["Descartar este elemento."],"Good job! We could detect no serious SEO problems.":["¡Buen trabajo! No hemos podido detectar ningún problema grave de SEO."],"We have detected the following issues that affect the SEO of your site.":["Hemos detectado los siguientes problemas que afectan al SEO de tu sitio."],"Problems":["Problemas"],"Analysis":["Análisis"],"Not available":["No disponible"],"Filter by SEO Score":["Filtrar por puntuación SEO"],"Meta description not set.":["No se ha definido la meta description."],"Video tutorial":["Videotutorial"],"Email support is a %s feature":["El soporte por correo electrónico es una característica %s"],"Knowledge base":["Base de conocimientos"],"Open":["Abrir"],"Loading...":["Cargando..."],"Something went wrong. Please try again later.":["Algo salió mal. Por favor, inténtalo de nuevo más tarde."],"No results found.":["No se han encontrado resultados."],"Dashboard":["Escritorio"],"You can fix this on the %1$sPermalink settings page%2$s.":["Puedes solucionar este problema en la %1$spágina de ajustes de enlaces permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La paginación de comentarios está activada, esto no es necesario en 999 de 1000 casos, te recomendamos desactivarla."],"Replaced with the primary category of the post/page":["Reemplazado con la categoría principal de la entrada/página"],"Pinterest confirmation":["Confirmación de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Si ya has confirmado tu web en Pinterest puedes saltarte este paso."],"Format-based archives":["Archivos de formatos"],"Webmaster Tools verification":["Verificación en las herramientas para webmasters"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["¡Sigue nuestra %1$s formación para WordPress y conviértete en un experto %1$s certificado!"],"Want to be a %s Expert?":["¿Quieres ser un experto en %s?"],"Buy %s":["Comprar %s"],"Show information about errors in category %s":["Mostrar información de errores de la categoría %s"],"New %1$s Title":["Nuevo título de %1$s"],"Existing %1$s Title":["Título %1$s existente"],"Expected an integer as input.":["Se esperaba un número entero."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Se ha intentado crear la clave de cache del mapa del sitio pero la combinación de sufijo y prefijo deja demasiado abiertas las opciones. Es posible que quieras mostrar una página que no esté en el rango deseado."],"Remove":["Quitar"],"Keep":["Conservar"],"Bold the last page":["Última página en negrita"],"Regular":["Normal"],"Bold":["Negrita"],"Show Blog page":["Mostrar la página del blog"],"Primary %s":["Principal %s"],"Primary":["Principal"],"Make %1$s primary %2$s":["Hacer %1$s primario %2$s"],"Term is set to noindex.":["El término se ha etiquetado como noindex."],"Author archives":["Archivos de autor"],"Show":["Mostrar"],"Enabled":["Activo"],"Disabled":["Inactivo"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s no ha obtenido aún el estado de indexación de tu sitio desde %2$s"],"The separator defined in your theme's %s tag.":["El separador definido en la etiqueta %s de tu tema."],"No index":["No indexar"],"Analyze entire site":["Analizar el sitio completo"],"Fetch the current status":["Consultar el estado actual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s no ha sido capaz de obtener el estado de indexación de tu sitio%3$s desde %4$s"],"Your homepage can be indexed by search engines.":["Tu página de inicio puede ser indexada por los motores de búsqueda."],"Indexability check by %1$s":["Comprobación de indexación de %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Si quieres utilizar una imagen para compartir en %1$s puedes subir/elegir una imagen o añadir aquí la URL de la imagen."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Si quieres utilizar otro texto diferente a la meta description para compartir en %1$s escríbelo aquí."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Si quieres utilizar otro texto diferente al title para compartir en %1$s escríbelo aquí."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sTu página principal no puede ser indexada por los motores de búsqueda%2$s. Esto es muy perjudicial para el SEO y debe ser solucionado."],"Once Weekly":["Una vez por semana"],"SEO score":["Puntuación SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculando la puntuación SEO para todo el contenido con frase clave objetivo."],"%1$s of %2$s done.":["%1$s de %2$s hecho."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Hemos actualizado nuestro algoritmo de puntuación SEO. %1$sRecalcula las puntuaciones SEO%2$s de todas las entradas y páginas."],"Team Yoast":["Equipo Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La primera verdadera solución SEO todo en uno para WordPress, incluyendo análisis de contenido de páginas, mapas del sitio en XML y mucho más."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ha fallado la activación:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["La extensión filtro parece no estar disponible. Por favor, pide a tu proveedor de alojamiento web que la habilite."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["La instalación del plugin %1$s no se ha completado. Por favor, consulta las %2$sinstrucciones de instalación%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["La extensión de librería estándar PHP (SPL) parece no estar disponible. Por favor, pide a tu proveedor de hosting que la active. "],"SEO Settings":["Ajustes SEO"],"Mobile-Friendly Test":["Prueba de compatibilidad para móviles"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["Validador de CSS"],"HTML Validator":["Validador de HTML"],"Pinterest Rich Pins Validator":["Validador de Pinterest Rich Pins"],"Facebook Debugger":["Depurador de Facebook"],"Check Headers":["Comprobar cabeceras"],"Check Google Cache":["Comprobar la caché de Google "],"Analyze this page":["Analizar esta página"],"Keyword Research":["Análisis de frases clave"],"%s does not seem to be a valid url. Please correct.":["%s no parece ser una url válida. Por favor corrigelo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s no parece que sea una cadena válida de verificación de %2$s. Por favor corrígelo."],"%s Archive":["%s archivo"],"You searched for %s":["Has buscado %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Resumen con imagen grande"],"Summary":["Resumen"],"The post %1$s appeared first on %2$s.":["La entrada %1$s se publicó primero en %2$s."],"No numeric value was received.":["Ningún valor numérico recibido."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Debe ser un blog existente. El blog %s no existe o ha sido marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["La configuración predeterminada del blog debe ser el ID numérico del blog que quires utilizar como predeterminado."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s no es una elección válida para quien debería tener acceso a los ajustes de %2$s. El valor se ha devuelto al predeterminado."],"Please select a valid post type for taxonomy \"%s\"":["Por favor elige un tipo de contenido válido para la taxonomía \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor, elige una taxonomía válida para el tipo de contenido \"%s\""],"You searched for":["Has buscado por"],"Home":["Portada"],"Archives for":["Archivo de"],"Error 404: Page not found":["Error 404: Página no encontrada"],"Good":["Bien"],"Replaced with a custom taxonomies description":["Reemplazado con una descripción personalizada de taxonomías "],"Replaced with a posts custom taxonomies, comma separated.":["Reemplazado con taxonomías personalizadas de entradas, separados por comas."],"Replaced with a posts custom field value":["Reemplazado con un valor del campo personalizado de las entradas"],"Replaced with the slug which caused the 404":["Reemplazado por el slug que causó el 404"],"Replaced with the posts focus keyphrase":["Reemplazado con la frase clave objetivo de las publicaciones"],"Attachment caption":["Pié de foto del adjunto"],"Replaced with the current page number":["Reemplazado por el número de página actual"],"Replaced with the current page total":["Reemplazado por el total de la página actual."],"Replaced with the current page number with context (i.e. page 2 of 4)":["Reemplazado por el número actual de página en el contexto (por ejemplo, página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Reemplazado por la «Información biográfica» del autor de la entrada/página"],"Replaced with the post/page author's 'nicename'":["Reemplazado con el nombre «bonito» del autor de la entrada/página."],"Replaced with the post/page ID":["Reemplazado con la ID de entrada/página"],"Replaced with the post/page modified time":["Reemplazado con la fecha de modificación de la entrada/página"],"Replaced with the content type plural label":["Reemplazado con la etiqueta en singular del tipo de contenido"],"Replaced with the content type single label":["Reemplazado con la etiqueta en singular del tipo de contenido"],"Replaced with the current search phrase":["Reemplazado con la frase de búsqueda actual"],"Replaced with the term name":["Reemplazado con el nombre del término"],"Replaced with the term description":["Reemplazado con la descripción del término"],"Replaced with the tag description":["Reemplazado con la descripción de la etiqueta"],"Replaced with the category description":["Reemplazado con la descripción de la categoría"],"Replaced with the post categories (comma separated)":["Reemplazar con las categorías de la entrada (separadas con coma)"],"Replaced with the current tag/tags":["Reemplazado con la(s) etiqueta(s) actuales "],"Replaced with the post/page excerpt (without auto-generation)":["Reemplazado con el extracto de la entrada/página (sin autogeneración)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Reemplazado con el extracto de la entrada/página (o la autogenerada si no existe)"],"The site's name":["El nombre del sitio"],"Replaced with the title of the parent page of the current page":["Reemplazado con el título de la página superior de la página actual"],"Replaced with the title of the post/page":["Reemplazado con el título de la entrada/página"],"Replaced with the date of the post/page":["Reemplazado con los datos de la entrada/página"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["No puedes sustituir una variable de reemplazo estándar de WPSEO registrando una variable con el mismo nombre. Usa el filtro «wpseo_replacements» en vez de ajustar el valor de reemplazo."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Una variable de reemplazo con el mismo nombre ya ha sido registrada. Trata de hacer que el nombre de variable sea diferente y único."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Una variable de reemplazo no puede comenzar por \"%%cf_\" or \"%%ct_\" debido a que estas están reservadas para variables estándar de WPSEO para campos y taxonomías personalizadas. Intenta elegir nombres de variables únicos."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Una variable de reemplazo solamente puede contener caracteres alfanuméricos, guión bajo, o guión normal. Intenta renombrar tu variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Aviso solo para el Administrador: esta página no muestra una meta description porque no la tiene. Haz una de estas dos cosas: escribe una específicamente para esta página o ve al menú [%1$s - %2$s] y configura una plantilla."],"Page not found":["Página no encontrada"],"%s Archives":["%s archivos"],"Search for \"%s\"":["Buscar por \"%s\""],"Meta description to use for Author page":["Meta description a usar en la página de autor"],"Title to use for Author page":["Título a usar en la página de autor"],"%1$s settings":["Ajustes %1$s"],"Export your %1$s settings":["Exportar tus ajustes de %1$s"],"Import settings":["Importar ajustes"],"Import from other SEO plugins":["Importar de otros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Si tuvieses un archivo %s y tuviese permisos de escritura podrías editarlo desde aquí."],"If your %s were writable, you could edit it from here.":["Si tu archivo %s tuviese permisos de escritura podrías editarlo desde aquí."],"You don't have a %s file, create one here:":["No tienes un archivo %s, crea uno aquí:"],"A link to your site, with your site's name and description as anchor text.":["Un enlace a tu sitio, con el nombre del sitio y la descripción como texto de anclaje."],"A link to your site, with your site's name as anchor text.":["Un enlace a su sitio, con el nombre del sitio como texto de anclaje."],"A link to the post, with the title as anchor text.":["Un enlace a la entrada, con el título como texto de anclaje."],"A link to the archive for the post author, with the authors name as anchor text.":["Un enlace al archivo del autor de la entrada, con el nombre del autor como texto de anclaje."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Puedes usar la siguientes variables dentro del contenido, estas serán reemplazadas por el valor de la derecha."],"Content to put after each post in the feed":["Contenido que se pondrá después de cada entrada en el feed"],"Content to put before each post in the feed":["Contenido a publicar en el feed antes de cada entrada"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta característica se usa para añadir contenido automáticamente a tu RSS, en concreto, se trata de añadir enlaces de vuelta a tu sitio y las entradas de tu sitio, para que los ladrones de contenido lerdos añadan automáticamente también esos enlaces, así ayudamos a los motores de búsqueda a identificarte como la fuente original del contenido."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["El uso de esta característica de migas de pan está explicada en %1$s nuestro artículo sobre implementación de migas de pan%2$s."],"How to insert breadcrumbs in your theme":["Como insertar las migas de pan en tu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Archivo de tipo de contenido a mostrar en las migas de pan para las taxonomías"],"Taxonomy to show in breadcrumbs for content types":["Taxonomía a mostrar en las migas de pan para los tipos de contenido"],"Breadcrumb for 404 Page":["Migas de pan para la página 404"],"Prefix for Search Page breadcrumbs":["Prefijo para la página de búsqueda de las migas de pan"],"Prefix for Archive breadcrumbs":["Prefijo para los archivos de migas de pan"],"Prefix for the breadcrumb path":["Prefijo de la ruta de las migas de pan"],"Anchor text for the Homepage":["Texto del enlace para la página de inicio"],"Separator between breadcrumbs":["Separador de las migas de pan"],"Enable Breadcrumbs":["Activar las migas de pan"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Abajo tienes las puntuaciones SEO de tus entradas publicadas. ¡Ahora es tan buen momento como cualquier otro para empezar a mejorar algunas de sus entradas!"],"Credits":["Créditos"],"« Back to Tools page":["« Volver a página de herramientas"],"%1$s comes with some very powerful built-in tools:":["%1$s incluye algunas herramientas integradas muy potentes:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta herramienta te permite modificar rápidamente archivos importantes para tu SEO, como tu robots.txt y, si lo tienes, tu archivo .htaccess."],"File editor":["Editor de archivos"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importa la configuración de otro plugin SEO y exporta su configuración para reutilizarla en otro sitio."],"Import and Export":["Importar y exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta herramienta te permite modificar rápidamente títulos y descripciones de entradas y páginas sin necesidad de editar cada página."],"Bulk editor":["Editor masivo"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sverificar tu sitio en Pinterest%2$s añade aquí la meta tag:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest utiliza metadatos Open Graph al igual que Facebook, así que asegúrate de marcar la casilla de Open Graph en la pestaña de Facebook si quieres optimizar tu sitio para Pinterest."],"The default card type to use":["El tipo de tarjeta predeterminada a utilizar"],"Add Twitter card meta data":["Añade meta datos de tarjeta de Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imagen se usa si la entrada/página compartida no contiene ninguna imagen."],"Default settings":["Ajustes por defecto"],"Copy home meta description":["Copiar la meta description de la portada"],"Description":["Descripción"],"Image URL":["URL de la imagen"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Son el título, descripción e imagen utilizada en las meta tags de Open Graph en la página principal de tu sitio."],"Frontpage settings":["Ajustes de página principal"],"Add Open Graph meta data":["Añadir metadatos Open Graph"],"YouTube URL":["URL de YouTube"],"Pinterest URL":["URL de Pinterest"],"MySpace URL":["URL de MySpace"],"LinkedIn URL":["URL de Linkedin"],"Instagram URL":["URL de Instagram"],"Twitter Username":["Usuario de Twitter"],"Facebook Page URL":["URL de la página de Facebook"],"Accounts":["Cuentas"],"Restore site to defaults":["Restaurar sitio a ajustes por defecto."],"Site ID":["ID de sitio"],"Using this form you can reset a site to the default SEO settings.":["Usando este formulario puedes devolver un sitio a los ajustes SEO por defecto."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Los datos sensibles a privacidad (administradores de Facebook, por ejemplo), los ajustes específicos del tema (reescritura del título) y algunos ajustes muy específicos no se importarán a los nuevos sitios."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Introduce el %1$sID del sitio%2$s del sitio cuyos ajustes quieres usar por defecto para todos los sitios que se añadan a tu red. Déjalo vacío para ninguno (o sea, para que se usen los ajustes por defecto del plugin)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Elige el sitio cuya configuración deseas utilizar de forma predeterminada para todos los sitios que se añadan a la red. Si eliges «Ninguna», se utilizarán los valores predeterminados normales del plugin."],"New sites in the network inherit their SEO settings from this site":["Los sitios nuevos de la red heredan los ajustes SEO de este sitio"],"Super Admins only":["Sólo para super administradores"],"Site Admins (default)":["Administradores del sitio (por defecto)."],"Who should have access to the %1$s settings":["Quién debería tener acceso a los ajustes de %1$s"],"spam":["spam"],"mature":["maduro"],"archived":["archivado"],"public":["público"],"%s restored to default SEO settings.":["%s se ha restaurado a ajustes SEO por defecto."],"Settings Updated.":["Ajustes actualizados."],"404 pages":["Páginas 404"],"Search pages":["Páginas de búsqueda"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas serán %s por defecto, por lo que nunca se mostrarán en los resultados de búsqueda."],"Special Pages":["Páginas especiales"],"Date-based archives could in some cases also be seen as duplicate content.":["Los archivos basados en fecha podrían considerarse en algunos casos como contenido duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Si este es el caso en tu sitio puedes elegir desactivarlo (lo que hará que se redirija a tu página principal), o añádele %s para que no aparezca en los resultados de búsqueda."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Si tienes un sitio de un solo autor el archivo de autor será exactamente igual que tu página principal. Esto es lo que se conoce como %1$sproblema de contenido duplicado%2$s."],"Date archives":["Archivo por fechas"],"author archives":["archivos de autor"],"Title":["Título"],"%1$s Meta Box":["%1$s caja meta"],"Hide":["Ocultar"],"Date in Snippet Preview":["Fecha en la vista previa del snippet"],"Take note:":["Apunta:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Puedes determinar el título y la descripción de la página del blog %1$seditando la propia página del blog%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Puedes determinar el título y la descripción de la página de inicio %1$seditando la propia página de inicio %2$s."],"Homepage & Front page":["Portada y página de inicio"],"Title Separator":["Separador de título"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s ha detectado de forma automática si se necesita forzar la reescritura de los títulos de tus páginas. Si ha sido por error y sabes lo que haces puedes cambiar este ajuste aquí."],"Force rewrite titles":["Forzar la reescritura de los títulos"],"Taxonomies":["Taxonomías"],"Homepage":["Portada"],"%1$s Extensions":["Extensiones de %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["¡Intégralo fácilmente WooCommerce con %1$s y consigue características adicionales!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Mejora tu posicionamiento local y el de Google Maps ¡sin esfuerzo!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["¿Estás en Google News? ¡Incrementa tu tráfico desde Google News optimizándolo!"],"Optimize your videos to show them off in search results and get more clicks!":["¡Optimiza tus vídeos para que aparezcan en los resultados de búsqueda y consigan más clics!"],"The premium version of %1$s with more features & support.":["La versión premium de %1$s, con más características y soporte."],"Person":["Persona"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Esta información se muestra como metadatos en tu sitio. Es para que aparezcan en la %1$sGoogle Knowledge Graph%2$s. Puedes ser una empresa, o una persona:"],"Website name":["Nombre de la web"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["No hay nombre de entrada en la URL de tus entradas y páginas, es muy recomendable que lo pongas. Plantéate configurar la estructura de tus enlaces permanentes a /%postname%/"],"RSS":["RSS"],"Breadcrumbs":["Migas de pan"],"or":["o"],"Save Profile":["Guardar perfil"],"There were no profiles found":["No se encontraron perfiles"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autorizar"],"Get Google Authorization Code":["Obtener el código de autorización de Google"],"Reload crawl issues":["Volver a cargar los problemas de rastreo"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder crear una redirección y solucionar este problema, necesitas %1$s. Puedes comprar el plugin, con un año de soporte y actualizaciones incluídos, en %2$s."],"Creating redirects is a %s feature":["La creación de redirecciones es una característica de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errores que sólo se produjeron cuando tu sitio fue rastreado por Googlebot para teléfonos móviles sencillos (los errores no aparecieron en la versión de escritorio)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Los errores que se produjeron sólo cuando tu sitio lo rastreó Googlebot-Mobile (estos errores no aparecieron en la versión de escritorio)."],"Errors that occurred when your site was crawled by Googlebot.":["Errores que se produjeron cuando Googlebot rastreó tu sitio."],"Issue categories":["Categorías de problemas"],"Incorrect Google Authorization Code.":["Código de autorización de Google incorrecto."],"The issues have been successfully reloaded!":["¡Se han vuelto a cargar los problemas!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Se han eliminado los datos de la %1$s. Si deseas recuperar los datos de nuevo debes volver a identificarte."],"Crawl errors per page":["Errores de rastreo por página"],"Search":["Buscar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["No te pierdas los errores de rastreo. %1$sConecta aquí con la Google Search Console%2$s."],"Create redirect":["Crear redirección"],"Mark as fixed":["Marcar como solucionado"],"Response code":["Código de respuesta"],"First detected":["Detectado por primera vez"],"Last crawled":["Último rastreo"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s ha detectado que estás usando una versión de %2$s que no es compatible con %1$s. Por favor, actualiza %2$s a la versión más reciente para utilizar esta característica."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Los plugins Yoast comparten algo de código entre ellos para hacer tu sitio más rápido. Como resultado de eso necesitamos que todos tus plugins Yoast estén actualizados. Hemos detectado este no es el caso, así que por favor actualiza los plugins Yoast que aún no estén actualizados."],"Feature phone":["Teléfono sencillo"],"Smartphone":["Smartphone"],"Desktop":["Escritorio"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["La URL de destino no existe, pero tu servidor no devuelve un error 404 (archivo no encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tiempo de espera agotado o el sitio está bloqueando a Google."],"Server Error":["Error en el servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot puede acceder a tu sitio, pero en tu archivo %1$s existen ciertas URLs bloqueadas a Googlebot. Este bloqueo podría ser para todos los Googlebots o incluso específicamente para Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google no fue capaz de rastrear esta URL debido a un problema indeterminado."],"URL points to a non-existent page.":["La URL apunta a una página inexistente."],"Not found":["No encontrado"],"Not followed":["No seguida"],"Faulty redirects":["Redirecciones erróneas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["El servidor requiere identificación o está impidiendo que Googlebot acceda al sitio."],"Access denied":["Acceso denegado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["El plugin %1$s podría provocar problemas usado conjuntamente con %2$s."],"Upload Image":["Subir imagen"],"Remove these ads?":["¿Quieres eliminar estos anuncios?"],"%s Posts Overview":["Información general de entradas de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["El título de las migas de pan se utiliza en las migas de pan de las taxonomías."],"Breadcrumbs title":["Título de la ruta de las migas de pan"],"The canonical link is shown on the archive page for this term.":["El enlace canónico se muestra en la página de archivo para este término."],"Facebook App ID":["ID de la aplicación en Facebook"],"Pinterest":["Pinterest"],"Other":["Otro"],"Archives":["Archivos"],"Email":["Correo"],"Previous":[""],"Next":[""],"Close":["Cerrar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Tanto %1$s como %2$s pueden crear mapas de sitio XML. Tener dos mapas de sitio XML no es beneficioso para los motores de búsqueda, y podrían ralentizar tu sitio."],"Configure %1$s's Open Graph settings":["Configurar los ajustes Open Graph de %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Tanto %1$s como %2$s crean datos Open Graph, lo que podría hacer que Facebook, Twitter, LinkedIn y otras redes sociales utilicen los textos e imágenes incorrectos cuando se compartan tus páginas."],"%s Image":["Imagen de %s"],"%s Description":["Descripción de %s"],"%s Title":["Título de %s "],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["El tamaño de imagen recomendado para %1$s es de %2$s píxeles."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Si quieres reemplazar la imagen usada en %s para esta publicación, sube/elige una imagen o añade la URL aquí."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si no quieres usar la meta description para compartir la entrada en %s pero sí quieres usar otra descripción, escríbela aquí."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si no quieres utilizar el título de la publicación para compartirla en %s pero quieres utilizar otro título, escríbelo aquí."],"very difficult":["muy difícil"],"Try to make shorter sentences, using less difficult words to improve readability":["Prueba haciendo frases más cortas, utilizando menos palabras difíciles para mejorar la legibilidad"],"difficult":["difícil"],"Try to make shorter sentences to improve readability":["Prueba haciendo frases más cortas para mejorar la legibilidad"],"fairly difficult":["bastante difícil"],"OK":["Aceptable"],"fairly easy":["bastante fácil"],"easy":["fácil"],"very easy":["extremadamente fácil"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Todas las puntuaciones SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: La imagen destacada debe ser de al menos 200 por 200 píxeles para que la use Facebook y otros sitios de redes sociales."],"(no parent)":["(sin superior)"],"Post is set to noindex.":["Entrada está establecida como noindex."],"The URL that this page should redirect to.":["La URL a la que debe redirigir esta página."],"301 Redirect":["Redirección 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["La URL canónica a la que esta página debería señalar. Déjala vacía para usar por defecto el enlace permanente. También es compatible con %1$scanonical entre dominios%2$s."],"Canonical URL":["URL canónica"],"Title to use for this page in breadcrumb paths":["Título a usar para esta página en la cadena de breadcrumbs"],"Breadcrumbs Title":["Título de las migas de pan"],"No Snippet":["Sin snippet"],"No Archive":["Aplicar atributo «No Archive»"],"No Image Index":["Ningun Indice de imagen"],"None":["Ninguna"],"Site-wide default: %s":["Predeterminado de todo el sitio: %s"],"Advanced meta robots settings for this page.":["Ajustes meta avanzados de robots para esta página."],"Meta robots advanced":["Meta robots avanzado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["¡Aviso! Aunque puedes establecer aquí el meta robots, toda la web está establecida como noindex en los ajustes de privacidad para toda la web, por lo que estos ajustes no tendrán efecto."],"Meta description":["Meta description"],"SEO Title":["Título SEO"],"Focus keyword":["Frase clave objetivo"],"Snippet preview":["Vista previa del snippet"],"Settings successfully imported.":["Las configuraciones han sido importadas con éxito."],"Settings could not be imported:":["Las configuraciones no pueden importarse:"],"Breadcrumb for 404 pages:":["Migas de pan para las páginas 404:"],"Prefix for search result pages:":["Prefijo para las páginas de resultados de búsqueda:"],"Prefix for archive pages:":["Prefijo para las páginas de archivo:"],"Prefix for breadcrumbs:":["Prefijo para las migas de pan:"],"Anchor text for the homepage:":["Texto de anclaje para la página de inicio:"],"Breadcrumbs separator:":["Separador de las migas de pan:"],"%s Breadcrumbs":["%s Migas de pan"],"Use Image":["Usar imagen"],"Action":["Acción"],"Page URL/Slug":["URL/Slug de página"],"Publication date":["Fecha de Publicación"],"Post Status":["Estado de publicación"],"WP Page Title":["Título de página de WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Vista previa"],"Preview “%s”":["Vista previa “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nueva meta description de Yoast"],"Existing Yoast Meta Description":["Meta description de Yoast actual"],"Facebook profile URL":["URL del perfil de Facebook"],"Twitter username (without @)":["Usuario de Twitter (sin @)"],"FAQ":["Preguntas frecuentes"],"Premium Support":["Soporte premium"],"Settings":["Ajustes"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Debes %1$sir a tus ajustes de lectura%2$s y desactivar la casilla de visibilidad en los motores de búsqueda."],"Huge SEO Issue: You're blocking access to robots.":["Enorme problema de SEO: Estás bloqueando el acceso a los robots."],"Posts":["Entradas"],"Edit Files":["Editar archivos"],"Advanced Variables":["Variables avanzadas"],"Basic Variables":["Variables básicas"],"General":["General"],"Extensions":["Extensiones"],"Search Console":["Search Console"],"Tools":["Herramientas"],"Advanced":["Avanzado"],"XML sitemaps":["Mapas del sitio XML"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s ha detectado que estás usando la versión %2$s de %3$s, por favor, actualiza a la última versión para evitar problemas de compatibilidad."],"Just another WordPress site":["Otro sitio creado con WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Todavía tienes la descripción corta de WordPress, incluso sería mejor dejarla vacía. %1$sPuedes solucionarlo en el personalizador%2$s."],"You have used HTML in your value which is not allowed.":["Has utilizado HTML en el valor y eso no está permitido."],"You can't edit %s that aren't yours.":["No puedes editar %s ya que no son tuyos."],"You can't edit %s.":["No puedes editar %s."],"Post has an invalid Content Type: %s.":["La entrada tiene un tipo de contenido no válido: %s."],"Post doesn't exist.":["La entrada no existe."],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Papelera (%s)","Papelera (%s)"],"posts\u0004All (%s)":["Todo (%s)","Todos (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/es_VE.json b/Resources/Private/Languages/es_VE.json index de5d9b7..ff9dac0 100644 --- a/Resources/Private/Languages/es_VE.json +++ b/Resources/Private/Languages/es_VE.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"es_VE"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["%1$sVisita Google Search Console%2$s para ver tus errores de indexación."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google ha eliminado la API de errores de rastreo, así que ya no es posible mostrar aquí tus posibles errores de rastreo. %1$sLee nuestro comunicado para más información%2$s."],"Remove this message":["Quitar este mensaje"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["¡Optimiza de verdad tu sitio para una audiencia local con nuestro plugin %s! ¡Detalles de direcciones optimizadas, horarios de apertura, localizador de tiendas y opciones de recogida!"],"Serving local customers?":["¿Sirves a clientes locales?"],"Get the %s plugin now":["Consigue el plugin %s ahora"],"Organization social profiles":["Perfiles sociales de la organización"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Puedes editar los detalles mostrados en los datos meta, como los perfiles sociales, el nombre descripción de este usuario, en su página de perfil de %1$s."],"Personal info":["Información personal"],"Organization logo":["Logotipo de la organización"],"Organization name":["Nombre de la organización"],"Choose whether the site represents an organization or a person.":["Elige si el sitio representa a una organización o a una persona."],"Knowledge Graph & Schema.org":["Knowledge Graph y Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Para hacer que tu sitio represente a una empresa u organización ve a %1$sApariencia en el buscador%2$s y configúralo como persona o pásalo de persona a «Empresa»."],"To change the social accounts used for your site, update the details for %1$s.":["Para cambiar las cuentas sociales utilizadas para tu sitio actualiza los detalles de %1$s."],"That means that the form and information below is disabled, and not used.":["Esto significa que el formulario y la información a continuación están desactivados, y no se usan."],"Your website is currently configured to represent a Person":["Tu web está actualmente configurada para representar a una persona"],"(if one exists)":["(si es que existe)"],"Wikipedia page about you":["Página de la Wikipedia sobre ti"],"YouTube profile URL":["URL del perfil en YouTube"],"Tumblr profile URL":["URL del perfil en Tumblr"],"SoundCloud profile URL":["URL del perfil en SoundCloud"],"MySpace profile URL":["URL del perfil en MySpace"],"Organization or person":["Organización o persona"],"The person":["La persona"],"Organization":["Organización"],"Does your site represent a person or an organization?":["¿Este sitio representa a una persona o a una organización?"],"The name of the organization":["El nombre de la organización"],"Provide an image of the organization logo":["Facilita una imagen del logotipo de la organización"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Anteriormente configuraste tu sitio para representar a una persona.Hemos mejorado nuestra funcionalidad sobre Schema y el Knowledge Graph, así que deberías ir y %1$scompletar estos ajustes%2$s."],"Select a user...":["Selecciona un usuario…"],"Uncategorized":["Sin categoría"],"Name:":["Nombre:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Has seleccionado el usuario %1$s como la persona a la que representa este sitio. Su información de perfil de usuario se utilizará ahora en los resultados de búsqueda. %2$sActualiza su perfil para asegurarte de que la información sea correcta%3$s."],"Error: Please select a user below to make your site's meta data complete.":["Error: Por favor, selecciona un usuario a continuación para completar los meta datos de tu sitio."],"SEO score: %s":["Puntuación SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Si existe una página tuya o de tu organización en la Wikipedia añádela también."],"Wikipedia URL":["URL de Wikipedia"],"Pinterest profile URL":["URL del perfil de Pinterest"],"Instagram profile URL":["URL del perfil de Instagram"],"LinkedIn profile URL":["URL del perfil de LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["La investigación de palabras clave es esencial en cualquier estrategia de SEO. Tú decides los términos de búsqueda por los que quieres que te encuentren, y averiguas qué palabras usa tu audiencia para encontrarte. Una gran investigación de palabras clave te dice qué contenido necesitas para empezar a puntuar para los términos que quieres posicionar. ¡Asegúrate de que tus esfuerzos se centren en las palabras clave para las que realmente tienes posibilidades de posicionarte! El %1$s te guía a través de este proceso, paso a paso."],"SEO for Beginners training":["Formación SEO para principiantes"],"%s for WordPress training":["Formación de %s para WordPress"],"All-around SEO training":["Formación SEO integral "],"The image you selected is too small for Facebook":["La imagen que has elegido es demasiado pequeña para Facebook"],"The given image url cannot be loaded":["La URL de la imagen dada no se puede cargar"],"Find out what words your audience uses to find you":["Descubre qué palabras utiliza tu audiencia para encontrarte"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFacilidad de lectura Flesch%2$s: El escrito puntúa %3$s en la prueba, Lo que se considera %4$s de leer. %5$s"],"No JSON object was returned.":["No se ha devuelto un objeto JSON."],"Received internal links":["Enlaces internos recibidos"],"Outgoing internal links":["Enlaces salientes internos"],"New step added":["Nuevo paso añadido"],"New question added":["Nueva pregunta añadida"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Para poder crear una redirección y corregir este fallo necesitas %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Puedes comprar el plugin, incluyendo un año de soporte y actualizaciones, en %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["La característica del contador de enlaces de texto proporciona información sobre cuántos enlaces se encuentran en tu texto y cuántos enlaces enlazan a tu texto. Esto es muy útil cuando estás mejorando tu %1$senlazado interno%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Para que esta característica funcione %1$sse requiere al menos una versión de PHP %2$s. Hemos detectado la versión PHP %3$s en esta web."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Por favor, considera cuidadosamente las implicaciones y %1$slee esta entrada%2$s si deseas más información sobre el impacto de mostrar medios en los resultados de búsqueda."],"Keyphrase":["Frase clave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Para que esta característica funcione, %1$snecesita crear una tabla en tu base de datos. No pudimos crear esta tabla automáticamente."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Al activar esta opción, las URL adjuntas se hacen visibles tanto para los visitantes como para Google. Para añadir valor a tu web, deben contener información útil, o podrían tener un impacto negativo en tu posicionamiento."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["La característica %3$scontador de enlaces al texto%4$s (introducida en %1$s %2$s) está actualmente inactiva."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Por favor, lee el siguiente %1$sartículo de la base de conocimientos%2$s para averiguar cómo resolver este problema."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Para asegurarnos de que todos los enlaces en tus textos estén contados, necesitamos analizar todos tus textos."],"All you have to do is press the following button and we'll go through all your texts for you.":["Todo lo que tienes que hacer es pulsar el siguiente botón y nosotros revisaremos todos tus textos por ti."],"Count links":["Contar enlaces"],"Free":["Gratis"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, %1$d tienen atributos alt con palabras de tu frase clave o sinónimos. Eso es demasiado. %4$sIncluye la frase clave o sus sinónimos solo cuando realmente encajen en la imagen%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtributos alt de imagen%2$s: ¡Bien hecho!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, sólo %1$d tiene un atributo alt que refleja el tema de tu texto. ¡%4$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes más relevantes%5$s!","%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, sólo %1$d tienen atributos alt que reflejan el tema de tu texto. ¡%4$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes más relevantes%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtributos de imagen alt%3$s: Las imágenes de esta página no tienen atributos alt que reflejen el tema de tu texto. ¡%2$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes relevantes%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAtributos alt de imágenes%3$s: Las imágenes de esta página tienen atributos alt, pero no has establecido tu frase clave. ¡%2$sCorrige eso%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrase clave en subtítulo%2$s: %3$s de tus subtítulos de nivel superior refleja el tema de tu texto. ¡Buen trabajo!","%1$sFrase clave en subtítulo%2$s: %3$s de tus subtítulos de nivel superior reflejan el tema de tu texto. ¡Buen trabajo!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrase clave en subtítulo%2$s: Tus subtítulos de nivel superior reflejan el tema de tu texto ¡Buen trabajo!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrase clave en subtítulo%3$s: ¡%2$sUsa más frases clave o sinónimos en tus subtítulos de nivel superior%3$s!"],"Page %s":["Página %s"],"Cannot get the size of %1$s because of unknown reasons.":["No se pudo obtener el tamaño de %1$s debido a razones desconocidas."],"Cannot get the size of %1$s because it is hosted externally.":["No se pudo obtener el tamaño de %1$s debido a que está alojada externamente."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simplemente cambia el conmutador a «activo» y podrás usar el análisis recalibrado. Al mismo tiempo, te añadiremos a nuestra lista de correo específica. ¡Sólo te enviaremos correos electrónicos con tus experiencias con esta recalibración!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Hemos %1$srecalibrado nuestro análisis%2$s. Con el nuevo análisis, nos acercaremos aún más a la forma en que Google ve tu web. ¡Sería %3$sfantástico%4$s si quisieras %3$sprobar esta característica%4$s para nosotros!"],"Get an even better analysis":["Obtén un análisis aún mejor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTítulo único%3$s: Solo se debería usar H1 como tu título principal. Encuentra todos los H1 en tu texto que no sean el título principal y ¡%2$scámbialos a un nivel de encabezado inferior%3$s!"],"Improve sharing on Facebook and Pinterest":["Mejora el compartir en Facebook y Pinterest"],"You do not have the required rights to export settings.":["No tienes los derechos requeridos para exportar ajustes."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copia todos estos ajustes a la pestaña %1$s de otro sitio y haz clic en \"%1$s\" de allí."],"These are settings for the %1$s plugin by %2$s":["Estos son los ajustes del plugin %1$s de %2$s"],"No settings found.":["No se han encontrado ajustes."],"Export your %1$s settings here, to copy them on another site.":["Exporta aquí tus ajustes de %1$s, para copiarlos en otro sitio."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["La importación de los ajustes solo es compatible en servidores que ejecuten PHP 5.3 o superior."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importa los ajustes pegando aquí los ajustes que has copiado de otro sitio y haciendo clic en \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado 0 veces. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %3$d vez. ¡Eso está genial!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %3$d veces ¡Eso está genial!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es mucho más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es mucho más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indexable borrada para el objeto %1$s con el tipo %2$s"],"Indexable saved for object %1$s with type %2$s":["Indexable guardada para el objeto %1$s con el tipo %2$s"],"Indexable created for object %1$s with type %2$s":["Indexable creada para el objeto %1$s con el tipo %2$s"],"Indexable meta deleted.":["Meta indexable borrada."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Meta indexable guardada para el id de indexable %1$s con la clave meta %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Meta indexable creada para el id de indexable %1$s con la clave meta %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["No se ha encontrado ninguna meta para el id de indexable %1$s y la clave meta %2$s."],"There is no indexable found for author id %1$s.":["No se ha encontrado nada indexable para el id de autor %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["No se ha encontrado ningún término principal para el id de entrada %1$s y la taxonomía %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["No se ha encontrado nada indexable para el id de término %1$s y la taxonomía %2$s. "],"There is no indexable found for post id %1$s.":["No se ha encontrado nada indexable para el id de entrada %1$s."],"Method %1$s() does not exist in class %2$s":["El método %1$s() no existe en la clase %2$s"],"With %s, you can easily create such redirects.":["Con %s puedes crear fácilmente esas redirecciones."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Cambiar tus ajustes de enlaces permanentes puede impactar seriamente en tu visibilidad en los motores de búsqueda. No debería hacerse casi %1$s nunca %2$s en una web pública."],"WARNING:":["ADVERTENCIA:"],"Learn about why permalinks are important for SEO.":["Aprende sobre por qué los enlaces permanentes son importantes para el SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sPalabras funcionales en frase clave%3$s: Tu frase clave \"%4$s\" sólo contiene palabras funcionales. %2$sAprende cómo es una buena frase clave%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["¿Sabías que %s también analiza las distintas variaciones de tu frase clave, como plurales y tiempos verbales?"],"Clear Image":["Vaciar imagen"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongitud de la frase clave%3$s: %2$sDefine una frase clave para calcular tu puntuación SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase clave en el slug%2$s: Más de la mitad de tu frase clave aparece en el slug. ¡Eso es fantástico!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrase clave en el slug%3$s: (Parte de) tu frase clave no aparece en el slug. ¡%2$sCambia eso%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase clave en el slug%2$s: ¡Fantástico trabajo!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave en el título%3$s: No todas las palabras de tu frase clave \"%4$s\" aparecen en el título SEO. %2$sTrata de usar exactamente tu misma frase clave en el título SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave en el título%3$s: No coincide del todo.. %2$sTrata de escribir exactamente tu misma frase clave en el título SEO%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFrase clave en el título%3$s: La frase clave objetivo exacta aparece en el título SEO, pero no al principio. %2$sTrata de moverla al principio%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrase clave en el título%2$s: La frase clave objetivo exacta aparece al principio del título SEO. ¡Buen trabajo!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribución de frase clave%2$s: ¡Buen trabajo!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Desigual. Algunas partes de tu texto no contienen la frase clave o sus sinónimos. %2$sDistribúyelas de manera más uniforme%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Muy desigual. Grandes partes de tu texto no contienen la frase clave o sus sinónimos. %2$sDistribúyelas de manera más uniforme%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribución de frase clave%3$s: %2$sIncluye tu frase clave o sus sinónimos en el texto para que podamos comprobar la distribución de la frase clave%3$s."],"Help on choosing the perfect focus keyphrase":["Ayuda para elegir la frase clave objetivo perfecta"],"Would you like to add a related keyphrase?":["¿Te gustaría añadir una frase clave relacionada?"],"Go %s!":["¡Ir a %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Si no se muestran los archivos de fecha en los resultados de la búsqueda, técnicamente significa que estos tendrán un meta robots %1$s. %2$sMás información sobre los ajustes de los resultados de búsqueda%3$s."],"Rank better with synonyms & related keyphrases":["Posiciona mejor con sinónimos y frases clave relacionadas"],"optimize a single post for synonyms and related keyphrases.":["optimiza una entrada para sinónimos y frases clave relacionadas."],"Synonyms & related keyphrases":["Sinónimos y frases clave relacionadas"],"Add related keyphrase":["Añadir frase clave relacionada"],"Dismiss %s upgrade notice":["Descartar el aviso de actualización de %s"],"Upgrade to %s":["Actualizar a %s"],"%1$s video":["Video %1$s"],"Get %s":["Consigue %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrase clave usada previamente%6$s: Has usado esta frase clave objetivo %1$s%2$d veces antes%3$s. %5$sNo uses tu frase clave objetivo más de una vez%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrase clave usada previamente%5$s: Has usado esta frase clave objetivo %1$suna vez ya%2$s. %4$sNo uses tu frase clave objetivo más de una vez%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrase clave usada previamente%2$s: No has usado antes esta frase clave objetivo, muy bien."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sPalabras vacías en el slug%3$s: El slug de esta página contiene una palabra vacía. ¡%2$sQuítala%3$s!","%1$sPalabras vacías en el slug%3$s: El slug de esta página contiene palabras vacías. ¡%2$sQuítalas%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug demasiado largo%3$s: el slug de esta página es un poco largo. ¡%2$sAcórtalo%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtributos alt de imagen%3$s: No hay imágenes en esta página. ¡%2$sAñade alguna%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sEnlace de la frase clave objetivo%3$s: Estás enlazando a otra página con las palabras con las que quieres posicionar esta página. ¡%2$sNo hagas eso%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está muy por debajo del mínimo recomendado de %5$d palabra. %3$sAñade más contenido%4$s.","Esto está muy por debajo del mínimo recomendado de %5$d palabras. %3$sAñade más contenido%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está por debajo del mínimo recomendado de %5$d palabra. %3$sAñade más contenido%4$s.","Esto está por debajo del mínimo recomendado de %5$d palabras. %3$sAñade más contenido%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLongitud del texto%4$s: El texto contiene %1$d palabra.","%2$sLongitud del texto%4$s: El texto contiene %1$d palabras."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLongitud del texto%3$s: El texto contiene %1$d palabra. ¡Buen trabajo!","%2$sLongitud del texto%3$s: El texto contiene %1$d palabras. ¡Buen trabajo!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrase clave en el subtítulo%3$s: Más del 75%% de tus subtítulos de primer nivel reflejan el tema de tu texto. Eso es demasiado. ¡%2$sNo sobre-optimices%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sAncho del título SEO%3$s: %2$sPor favor, crea un título SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sAncho del título SEO%3$s: El título SEO es más ancho que el límite visible. %2$sPrueba a hacerlo más corto%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sAncho del título SEO%2$s: ¡Buen trabajo!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sAncho del título SEO%3$s: El título SEO es demasiado corto. %2$sUsa el espacio para añadir variaciones de palabras clave o para crear un texto que anime a una acción%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sEnlaces salientes%2$s: Hay enlaces salientes nofollow y normales en esta página. ¡Buen trabajo!"],"%1$sOutbound links%2$s: Good job!":["%1$sEnlaces salientes%2$s: ¡Buen trabajo!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sEnlaces salientes%3$s: Todos los enlaces salientes de esta página son nofollow. %2$sAñade algún enlace normal%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sEnlaces salientes%3$s: No hay enlaces salientes en esta página. ¡%2$sAñade alguno%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLongitud de la meta description%2$s: ¡Bien hecho!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLongitud de la meta description%3$s: La meta description tiene más de %4$d caracteres. Asegúrate de que sea visible toda la description, ¡%2$sdeberías reducir su longitud%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLongitud de la meta description%3$s: La meta description es demasiado corta (menos de %4$d caracteres). Hay hasta %5$d caracteres disponibles. ¡%2$sUsa el espacio%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLongitud de la meta description%3$s: No se ha especificado ninguna meta description. Los motores de búsqueda mostrarán en su lugar texto de la página. ¡%2$sAsegúrate de escribir una%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrase clave en la meta description%2$s: La meta description se ha especificado, pero no contiene la frase clave objetivo. ¡%3$sArregla eso%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase clave en la meta description%2$s: La meta description contiene la palabra clave objetivo %3$s veces, que es más del máximo recomendado de 2 veces. ¡%4$sLimita eso%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFrase clave en la meta description%2$s: La frase clave objetivo o el sinónimo aparece en la meta description. ¡Bien hecho!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongitud de la frase clave%5$s: La frase clave tiene %1$d palabras. Es mucho más que el máximo recomendado de %2$d palabras. ¡%4$sHazla más corta%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongitud de la frase clave%5$s: La frase clave tiene %1$d palabras. Es más que el máximo recomendado de %2$d palabras. ¡%4$sHazla más corta%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLongitud de la frase clave%2$s: ¡Buen trabajo!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongitud de la frase clave%3$s: No se ha establecido una frase clave objetivo para esta página. %2$sEstablece una frase clave objetivo para calcular tu puntuación SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrase clave en la introducción%3$s: Tu frase clave o sus sinónimos no aparecen en el primer párrafo. %2$sAsegúrate de que el tema esté claro inmediatamente%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrase clave en la introducción%3$s: Tu frase clave o sus sinónimos aparecen en el primer párrafo del texto, pero no dentro de una frase. ¡%2$sArregla eso%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase clave en la introducción%2$s: ¡Bien hecho!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sEnlaces internos%2$s: En esta página hay enlaces internos nofollow y normales. ¡Buen trabajo!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sEnlaces internos%2$s: Tienes suficientes enlaces internos. ¡Buen trabajo!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sEnlaces internos%3$s: Los enlaces internos de esta página son todos nofollow. %2$sAñade algún buen enlace interno%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sEnlaces internos%3$s: No hay enlaces internos en esta página, ¡%2$sasegúrate de añadir alguno%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sPalabras de transición%2$s: ¡Bien hecho!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sPalabras de transición%2$s: Solo %3$s de las frases contienen palabras de transición, y no es suficiente. %4$sUsa algunas más%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sPalabras de transición%2$s: Ninguna de las frases contiene palabras de transición. %3$sUsa alguna%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNo hay suficiente contenido%2$s: %3$sPor favor, añade algo de contenido para permitir un buen análisis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribución de subtítulos%2$s: No estás usando ningún subtítulo, pero tu texto es bastante corto y probablemente no los necesite."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribución de subtítulos%2$s: No estás usando ningún subtítulo, aunque tu texto es bastante largo. %3$sPrueba a añadir algún subtítulo%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribución de subtítulos%2$s: %3$d sección de tu texto tiene más de %4$d palabras y no está separada por ningún subtítulo. %5$sAñade subtítulos para mejorar la legibilidad%2$s.","%1$sDistribución de subtítulos%2$s: %3$d secciones de tu texto tienen más de %4$d palabras y no están separadas por ningún subtítulo. %5$sAñade subtítulos para mejorar la legibilidad%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribución de subtítulos%2$s: ¡Fantástico trabajo!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLongitud de las frases%2$s: %3$s de las frases contiene más de %4$s palabras, que es más del máximo recomendado de %5$s. %6$sTrata de acortar las frases%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLongitud de las frases%2$s: ¡Fantástico!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFrases consecutivas%2$s: Hay suficiente variedad en tus frases. ¡Eso es fantástico!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFrases consecutivas%2$s: El texto contiene %3$d frases consecutivas que empiezan con la misma palabra. ¡%5$sIntenta probar cosas nuevas %2$s!","%1$sFrases consecutivas%2$s: El texto contiene %4$d ocasiones en las que %3$d o más frases consecutivas empiezan con la misma palabra. ¡%5$sIntenta probar cosas nuevas %2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVoz pasiva%2$s: %3$s de las frases contiene una voz pasiva, que es más del máximo recomendado de %4$s. %5$sIntenta usar sus equivalentes activas%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVoz pasiva%2$s: Estás usando suficientes voces activas. ¡Eso es fantástico!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLongitud de párrafos%2$s: %3$d de los párrafos contiene más del máximo recomendado de %4$d palabras. ¡%5$sAcorta tus párrafos%2$s!","%1$sLongitud de párrafos%2$s: %3$d de los párrafos contienen más del máximo recomendado de %4$d palabras. ¡%5$sAcorta tus párrafos%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLongitud de párrafos%2$s: Ninguno de los párrafos es demasiado largo. ¡Fantástico trabajo!"],"Good job!":["¡Buen trabajo!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sPrueba de legibilidad Flesch%2$s: El texto puntúa %3$s en la prueba, lo que se considera %4$s de leer. %5$s%6$s%7$s"],"Focus keyphrase":["Frase clave objetivo"],"%1$s with ID %2$s couldn't be patched":["no pudo parchearse el %1$s con el ID %2$s"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Petición POST no válida. Los valores meta ya existen para el objeto con el ID %1$s."],"Indexable with ID `%1$s` does not exist":["El indexable con el ID `%1$s` no existe"],"No object with ID %1$s and %2$s could be found":["No se pudo encontrar ningún objeto con el ID %1$s y %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` no es un subtipo válido de `%2$s`"],"The object type `%1$s` is invalid":["El tipo de objeto `%1$s` no es válido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Tipo no válido para el parémetro `%1$s` pasado. Se esperaba `%2$s`, pero se obtuvo `%3$s`"],"The parameter `%1$s` cannot be empty.":["El parámetro `%1$s` no puede estar vacío."],"Check Keyphrase Density":["Comprueba la densidad de la frase clave"],"Disable":["Desactivar"],"Allow Control":["Permitir control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Esta pestaña te permite desactivar selectivamente características de %s en todos los sitios de la red. Por defecto están activas todas las características, lo que permite a los administradores del sitio elegir por sí mismos si quieren activar o desactivar una característica para su sitio. Cuando desactives aquí una característica los administradores del sitio no podrán usar esa característica."],"%s is a required feature toggle argument.":["%s es un argumento de activación de la característica obligatorio"],"Keyphrase:":["Frase clave:"],"Remove keyphrase":["Quitar frase clave"],"This feature has been disabled by the network admin.":["Esta característica la ha desactivado el administrador de la red."],"Focus keyphrase not set.":["La frase clave objetivo no está establecida."],"Multiple keyphrases":["Múltiples frases clave"],"Colon":["Dos puntos"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Tanto %1$s como %2$s gestionan el SEO de tu sitio. Ejecutar dos plugins SEO al mismo tiempo es perjudicial."],"There is a new notification.":["Hay un nuevo aviso.","Hay nuevos avisos."],"Learn more about the readability analysis":["Aprende más sobre el análisis de legibilidad"],"Describe the duration of the instruction:":["Describe la duración de la instrucción:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personaliza cómo quieres describir la duración de la instrucción."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Esta es una lista de contenido relacionado al que podrías enlazar en tu entrada. {{a}}Lee nuestro artículo sobre la estructura del sitio{{/a}} para aprende rmás sobre como el enlazado interno puede ayudar a mejorar tu SEO."],"%s, %s and %s":["%s, %s y %s"],"%s and %s":["%s y %s"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d día","%d días"],"Enter a step title":["Introduce un título para el paso"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Esto puede darte un mayor control sobre los estilos de los pasos."],"CSS class(es) to apply to the steps":["Clase(s) CSS a aplicar a los pasos"],"minutes":["minutos"],"hours":["horas"],"days":["días"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Crea una guía práctica en un modo amigable para el SEO. Solo puedes usar un bloque de guía práctica en cada entrada."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Haz una lista de tus preguntas más frecuentes en un modo amigable para el SEO. Solo puedes usar un bloque de FAQ en cada entrada."],"Copy error":["Error en el texto"],"An error occurred loading the %s primary taxonomy picker.":["Ocurrió un error al cargar el selector %s de la taxonomía principal."],"%1$s Structured Data Blocks":["Bloques de %1$s de datos estructurados"],"Time needed:":["Tiempo necesario:"],"Move question down":["Bajar pregunta"],"Move question up":["Subir pregunta"],"Insert question":["Insertar pregunta"],"Delete question":["Borrar pregunta"],"Enter the answer to the question":["Escribe la respuesta a la pregunta"],"Enter a question":["Introduce una pregunta"],"Add question":["Añadir pregunta"],"Frequently Asked Questions":["Preguntas frecuentes"],"Great news: you can, with %s!":["Buenas noticias: ¡puedes, con %s!"],"Select the primary %s":["Elige el %s principal"],"Check links to this URL":["Comprueba los enlaces a esta URL"],"Keyword research training":["Entrenamiento de búsqueda de frases clave"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Mira la %1$splantilla de archivo%2$s del siguiente tipo de contenido: %3$s.","Mira las %1$splantillas de archivo%2$s de los siguientes tipos de contenido: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["¿Estás tratando de utilizar varias frases clave? Debes añadirlas por separado a continuación."],"Mark as cornerstone content":["Marcar como contenido esencial"],"Move step down":["Mover paso hacia abajo"],"Move step up":["Mover paso hacia arriba"],"Insert step":["Insertar paso"],"Delete step":["Eliminar paso"],"Add image":["Añadir imagen"],"Enter a step description":["Introduce una descripción del paso"],"Enter a description":["Introduce una descripción"],"Unordered list":["Lista desordenada"],"Showing step items as an ordered list.":["Mostrando los elementos de los pasos como una lista ordenada."],"Showing step items as an unordered list":["Mostrando los elementos de los pasos como una lista desordenada."],"Add step":["Añadir paso"],"Delete total time":["Eliminar tiempo total"],"Add total time":["Añadir tiempo total"],"How to":["Cómo hacer"],"How-to":["Cómo hacer"],"Snippet Preview":["Vista previa del snippet"],"Analysis results":["Resultados del análisis"],"Enter a focus keyphrase to calculate the SEO score":["Introduce una frase clave objetivo para calcular la puntuación SEO"],"Learn more about Cornerstone Content.":["Aprende más sobre el contenido esencial."],"Cornerstone content should be the most important and extensive articles on your site.":["El contenido esencial deben ser los artículos más importantes y extensos de tu sitio."],"Restore Site":["Restaurar sitio"],"Network Settings":["Ajustes de red"],"You are not allowed to perform this action.":["No tienes permisos para realizar esta acción."],"Error: %s":["Error: %s"],"Success: %s":["Éxito: %s"],"Site with ID %d not found.":["No se encontró el sitio con ID %d."],"No site has been selected to restore.":["No se seleccionó un sitio para ser restaurado."],"You are not allowed to modify unregistered network settings.":["No tienes permisos para modificar ajustes de red no registrados."],"deleted":["eliminado"],"Would you like to add another keyphrase?":["¿Te gustaría añadir otra frase clave?"],"image preview":["vista previa de imagen"],"Copied!":["¡Copiado!"],"Not supported!":["¡No compatible!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lee {{a}}nuestro artículo sobre de la estructura del sitio{{{/a}} para saber más sobre cómo los enlaces internos pueden ayudar a mejorar tu SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Cuando añadas algo más de texto te mostraremos aquí una lista de contenidos relacionados a los que podrías enlazar en tu entrada."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Plantéate enlazar a estos {{a}}artículos esenciales{{/a}}"],"Consider linking to these articles:":["Plantéate enlazar a estos artículos:"],"Copy link":["Copiar enlace"],"Copy link to suggested article: %s":["Copiar enlace al artículo sugerido: %s"],"The site's tagline":["Descripción corta del sitio"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Recientemente hemos mejorado la funcionalidad de los ajustes de apariencia en el buscador. Lamentablemente, hemos descubierto que en algunos casos puntuales el guardado de los ajustes de archivos para tipos de contenido específicos pudo haber fallado."],"Not all required fields are given. Missing field %1$s":["No se dan todos los campos obligatorios. Falta el campo %1$s"],"Optimize your site for Google News.":["Optimiza tu sitio para Google News."],"Optimize your shop's SEO and sell more products!":["¡Optimiza el SEO de tu tienda y vende más productos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Aparece en la búsqueda de vídeos de Google y mejora la difusión de tus vídeos en los medios sociales."],"Be found in Google Maps and local results.":["Aparece en Google Maps y los resultados locales."],"Learn practical SEO skills to rank higher in Google.":["Aprende habilidades SEO prácticas para obtener mejores resultados en Google."],"Don’t waste time figuring out the best settings yourself.":["No pierdas tiempo adivinando tú mismo los mejores ajustes."],"Get quick wins to make your site rank higher in search engines.":["Consigue avances rápidos para hacer que tu sitio obtenga mejores resultados en los motores de búsqueda."],"Add synonyms":["Añade sinónimos"],"Would you like to add keyphrase synonyms?":["¿Te gustaría añadir sinónimos de la frase clave? "],"Would you like to add more than one keyphrase?":["¿Te gustaría añadir más de una frase clave?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Puedes editar los metadatos SEO de este tipo de contenido personalizado en la %1$spágina de la tienda%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["No has configurado una página de tienda en tus ajustes de WooCommerce, Por favor, haz primero esto."],"Current year":["Año actual"],"Page":["Página"],"Breadcrumb settings for %s archive":["Ajustes de migas de pan para el archivo de %s"],"Tagline":["Descripción corta"],"Modify your meta description by editing it right here":["Modifica tu meta description editándola aquí mismo"],"description (custom taxonomy)":["descripción (taxonomía personalizada)"],"(custom taxonomy)":["(taxonomía personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":["Term404"],"Caption":["Leyenda"],"Pagenumber":["Pagenumber"],"Pagetotal":["Pagetotal"],"Page number":["Número de página"],"User description":["Descripción del usuario"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":["Tipo de contenido (plural)"],"Post type (singular)":["Tipo de contenido (singular)"],"Separator":["Separador"],"Search phrase":["Frase de búsqueda"],"Term title":["Título del término"],"Term description":["Descripción del término"],"Tag description":["Descripción de la etiqueta"],"Category description":["Descripción de la categoría"],"Primary category":["Categoría principal"],"Category":["Categoría"],"Tag":["Etiqueta"],"Excerpt only":["Solo el extracto"],"Excerpt":["Extracto"],"Site title":["Título del sitio"],"Archive title":["Título del archivo"],"Parent title":["Título superior"],"Date":["Fecha"],"Label":["Etiqueta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Deberías crear una redirección para asegurarte de que tus visitantes no obtienen un error 404 cuando hagan clic en la URL que ya no funciona."],"Search engines and other websites can still send traffic to your deleted post.":["Los motores de búsqueda y otras webs puede que sigan enviando tráfico a tu entrada borrada."],"Make sure you don't miss out on traffic!":["¡Asegúrate de no perder tráfico!"],"You just deleted a %1$s.":["Acabas de borrar una %1$s."],"You just trashed a %1$s.":["Acabas de enviar a la papelera una %1$s."],"Settings for %s archive":["Ajustes del archivo de %s"],"Settings for single %s URLs":["Ajustes de las URLs de cada %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Los ajustes de esta página te permiten especificar cuál debería ser la apariencia en el buscador por defecto para cualquier tipo de contenido que tengas. Puedes elegir qué tipos de contendido aparecerán en los resultados de búsqueda y cuál debería ser su descripción por defecto."],"Note that not all variables can be used in every field.":["Ten en cuenta que no todas las variables se pueden usar en todos los campos."],"Snippet variables":["Variables del snippet"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respeta tu privacidad. Lee nuestra %2$spolítica de privacidad%3$s para saber cómo gestionamos tu información personal."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Si sabes lo que esto significa y no quieres ver más este mensaje puedes %1$sdescartar este mensaje%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Los ajustes de tu sitio actualmente permiten que existan URLs de adjuntos en tu sitio. Por favor, %1$slee esta entrada sobre un problema potencial%2$s con las URLs de los adjuntos y revisa si tienes el ajuste correcto para tu sitio."],"Unknown type %1$s":["Tipo de %1$s desconocido"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["¡Incluye una cuenta gratuita MyYoast que te da acceso a nuestro curso gratuito SEO para principiantes!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Únete para nuestra newsletter si quieres estar al día sobre %1$s, otros plugins interesantes de %2$s, y noticias interesantes y consejos del mundo del SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obtén tu código de verificación de Baidu en las %1$s herramientas de administrador Baidu %2$s."],"Baidu verification code":["Código de verificación de Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["La funcionalidad del importador de %s utiliza tablas temporales de la base de datos. Parece que tu instalación de WordPress no tiene la capacidad de hacer esto, por favor, consulta a tu proveedor de alojamiento."],"Cleanup of %s data failed.":["La limpieza de los datos de %s han fallado."],"Content Type":["Tipo de contenido"],"Filter by content type":["Filtar por tipo de contenido"],"Show All Content Types":["Mostrar todos los tipos de contenido"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Para solucionar esto desmarca la casilla delante de «Separar los comentarios en páginas...» en la %1$spágina de ajustes de comentarios%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Reemplazado con el título normal de un archivo generado por WordPress"],"Clean":["Limpiar"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Una vez estés seguro de que tu sitio está BIEN puedes limpiarlo. Esto borrará todos los datos originales."],"Step 5: Clean up":["Paso 5: Limpieza"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Deberías ejecutar el asistente de configuración, desde la página SEO → General → Escritorio, para asegurarte de que todos los ajustes de tu sitio están correctos."],"Step 4: Run the configuration wizard":["Paso 4: Ejecutar el asistente de configuración."],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, revisa tus entradas y páginas para ver si se han importado correctamente los metadatos."],"Step 3: Check your data":["Paso 4: Comprueba tus datos"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Paso 2: Importar"],"Please make a backup of your database before starting this process.":["Por favor, haz una copia de seguridad de tu base de datos antes de empezar este proceso."],"Step 1: Create a backup":["Paso 1: Crea una copia de seguridad"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Hemos detectado datos de uno o más plugins SEO en tu sitio. Por favor, sigue los siguientes pasos para importar los datos:"],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Entradas que no deberían mostrarse en los resultados de búsqueda"],"%s data found.":["%s datos encontrados."],"%s data successfully removed.":["%s datos borrados con éxito."],"%s data successfully imported.":["%s datos importados con éxito."],"%s data not found.":["%s datos no encontrados."],"Improve your SEO skills":["Mejora tus habilidades SEO"],"24/7 email support":["Soporte por correo electrónico 24/7"],"No more dead links a.k.a. 404 pages":["No más enlaces muertos, también conocidos como páginas 404"],"Get real-time suggestions for internal links":["Consigue sugerencias en tiempo real de enlaces internos"],"Preview your page in Facebook and Twitter":["Vista previa de tu página en Facebook y Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Haz clic en el botón \"%3$s\" para usar la meta description ya establecida en el ajuste de %1$sapariencia en el buscador%2$s."],"Help on copying the home meta description":["Ayuda sobre como copiar la meta description de portada"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Para permitir a los motores de búsqueda saber qué perfiles sociales están asociados a este sitio introduce los datos de los perfiles sociales de tu sitio a continuación."],"Learn more about your social profiles settings":["Aprende más sobre los ajustes de tus perfiles sociales"],"Remove the categories prefix":["Elimina el prefijo de las categorías"],"Help on the category prefix setting":["Ayuda sobre el ajuste del prefijo en las categorías"],"Learn more about the available variables":["Aprende más sobre las variables disponibles"],"Learn more about the RSS feed setting":["Aprende más sobre el ajuste del RSS feed"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Cuando subes medios (una imagen o un vídeo, por ejemplo) a WordPress, no guarda solo el medio, crea también una URL de adjunto para él. Estas páginas de adjuntos están bastante vacías: contienen el elemento del medio y puede que un título si lo has introducido. Debido a esto, si nunca usas estas URLs de adjuntos, es mejor desactivarlas, y redirigirlas al medio mismo."],"Learn more about the Media and attachment URLs setting":["Aprende más sobre el ajuste de medios y URLs de adjuntos"],"Learn more about the title separator setting":["Aprende más sobre el ajustes del separador de título"],"Learn more about the knowledge graph setting":["Aprende más sobre el ajuste de knowledge graph"],"Learn more about the homepage setting":["Aprende más sobre el ajuste de portada"],"Learn more about the special pages setting":["Aprende más sobre el ajustes de páginas especiales"],"Help on the date archives search results setting":["Ayuda sobre el ajuste de resultados de búsqueda en archivos por fecha"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar los archivos de autor sin entradas en los resultados de búsqueda técnicamente significa que tendrán un meta robots %1$s y que se excluirán de los mapas del sitio XML. %2$sMás información sobre los ajustes de resultados de búsqueda%3$s."],"Help on the authors without posts archive search results setting":["Ayuda sobre el ajuste de autores sin entradas en los resultados de búsqueda"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar los archivos de autor en los resultados de búsqueda técnicamente significa que tendrán un meta robots %1$s y que se excluirán de los mapas del sitio XML. %2$sMás información sobre los ajustes de resultados de búsqueda%3$s."],"Help on the author archives search results setting":["Ayuda sobre el ajuste de archivos de autor en los resultados de búsqueda"],"Archives settings help":["Ayuda sobre los ajustes en archivos"],"Learn more about the archives setting":["Aprende más sobre el ajuste de archivos"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obtén tu código de verificación de Yandex en las %1$sherramientas para webmasters de Yandex%2$s."],"Yandex verification code":["Código de verificación de Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obtén tu código de verificación de Google en %1$sla Search Console de Google%2$s."],"Google verification code":["Código de verificación de Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obtén tu código de verificación de Bing en %1$slas herramientas para webmasters de Bing%2$s."],"Bing verification code":["Código de verificación de Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Puedes usar las cajas siguientes para verificar las distintas herramientas para webmasters. Esta característica añadirá una meta tag de verificación en tu portada. Sigue los enlaces a las distintas herramientas para webmasters y mira las instrucciones para el método de verificación de la meta tag con el que conseguir el código de verificación. Si tu sitio ya está verificado puedes olvidarte de esto."],"Learn more about the Webmaster Tools verification":["Aprende más sobre la verificación en las herramientas para webmasters"],"On":["Activo"],"Help on: %s":["Ayuda sobre: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s tiene un montón de características. Puedes activar / desactivar algunas de ellas a continuación. Al hacer clic en el signo de interrogación se muestra más información sobre la característica."],"Off":["Inactivo"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["La sección avanzada de la caja meta de %1$s permite a un usuario eliminar entradas de los resultados de búsqueda o cambiar el canonical. Estas son cosas que puede que no quieras que haga un autor. Es por ello que, por defecto, solo los editores y administradores pueden hacerlo. Establecer esto a \"%2$s\" permitirá a todos los usuarios cambiar estos ajustes."],"Security: no advanced settings for authors":["Seguridad: sin ajustes avanzados para los autores"],"See who contributed to %1$s.":["Mira quién ha contribuido a %1$s."],"Help on this search results setting":["Ayuda sobre este ajuste de resultados de búsqueda"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar los archivos de %1$s en los resultados de búsqueda técnicamente significa que tendrán un meta robots %2$s y que se excluirán de los mapas del sitio XML. %3$sMás información sobre los ajustes de resultados de búsqueda%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar %1$s en los resultados de búsqueda técnicamente significa que tendrán un meta robots %2$s y que se excluirán de los mapas del sitio XML. %3$sMás información sobre los ajustes de resultados de búsqueda%4$s."],"Check SEO configuration":["Comprobar configuración SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["¿Quieres asegurarte de que tus ajustes de %1$s estén aún bien? %2$sAbre de nuevo el asistente de configuración%3$s para validarlos."],"Default for %2$s, currently: %1$s":["Por defecto es %2$s, actualmente: %1$s"],"Show %s in search results?":["¿Mostramos %s en los resultados de búsqueda?"],"this author's archives":["archivos de este autor"],"Do not allow search engines to show %s in search results.":["No permitir a los motores de búsqueda mostrar %s en los resultados."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["En WordPress, las URL de las categorías contienen un prefijo, generalmente %s, esta característica elimina ese prefijo, únicamente en las categorías."],"Category URLs":["URLs de categorías"],"the archive for %s":["el archivo para %s"],"Redirect attachment URLs to the attachment itself?":["¿Redirigir las URL de adjuntos a los propios adjuntos?"],"We recommend you set this to Yes.":["Recomendamos establecer esto a Sí."],"Media & attachment URLs":["URL de medios y adjuntos"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Esto es lo que se muestra en los resultados de búsqueda cuando las personas encuentran tu página de inicio. Significa que esto es probablemente lo que verán cuando busquen su nombre de marca."],"date archives":["archivos por fecha"],"archives for authors without posts":["archivos para autores sin entradas"],"Read why XML Sitemaps are important for your site.":["Lee por qué los mapas del sitio XML son importantes para tu sitio."],"Enable the XML sitemaps that %s generates.":["Activar los mapas del sitio XML que genera %s."],"See the XML sitemap.":["Ver el mapa del sitio XML."],"%2$s (current default for %1$s)":["%2$s (actualmente por defecto para %1$s)"],"Media":["Medios"],"Content Types":["Tipos de contenido"],"Should search engines follow links on this %1$s?":["¿Deberían los motores de búsqueda seguir enlaces en esta %1$s?"],"Allow search engines to show this %s in search results?":["¿Permitir a los motores de búsqueda mostrar esta %s en los resultados?"],"Search Appearance":["Apariencia en el buscador"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Por favor, especifica qué tipos de contenido quieres que aparezcan en los motores de búsqueda. Si no conoces las diferencias entre ellos, es mejor que elijas los ajustes por defecto."],"Search engines should show \"%1$s\" in search results:":["Los motores de búsqueda deberían mostrar \"%1$s\" en los resultados:"],"Search engine visibility":["Visibilidad en los motores de búsqueda"],"Toggle %1$s's XML Sitemap":["Alternar mapa del sitio XML de %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Las peticiones de soporte que has creado aquí se enviaron directamente a nuestro sistema de soporte, que está asegurado con SSL de 256 bits, así que la comunicación es 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La característica de contenido esencial te permite marcar y filtrar contenido esencial de tu web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si tienes algún problema que no puedas resolver con nuestros tutoriales en vídeo o base de conocimiento puedes enviar un mensaje a nuestro equipo de soporte. Puedes contactar con ellos 24/7."],"Good results":["Buenos resultados"],"Get better search results in local search":["Consigue mejores resultados de búsqueda en la búsqueda local"],"Allow customers to pick up their %s order locally":["Permite a tus clientes recoger su pedido de %s en tu local"],"SEO analysis":["Análisis SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["El análisis SEO ofrece sugerencias para mejorar el SEO de tu texto."],"Learn how the SEO analysis can help you rank.":["Aprende cómo puede el análisis SEO mejorar tu posicionamiento."],"The readability analysis offers suggestions to improve the structure and style of your text.":["El análisis de legibilidad ofrece sugerencias para mejorar la estructura y estilo de tu texto."],"Discover why readability is important for SEO.":["Descubre por qué la legibilidad es importante para el SEO."],"Find out how cornerstone content can help you improve your site structure.":["Descubre cómo el contenido esencial puede ayudarte a mejorar la estructura de tu sitio."],"The text link counter helps you improve your site structure.":["El contador de enlaces de texto te ayuda a mejorar la estructura de tu sitio."],"Find out how the text link counter can enhance your SEO.":["Descubre cómo el contador de enlaces de texto puede mejorar tu SEO."],"%s integration":["Integración con %s"],"Read more about how %s works.":["Lee más acerca de cómo funciona %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta característica si quieres que Facebook y otras redes sociales muestren una vista previa con imágenes y un extracto de texto cuando se comparta un enlace de tu sitio."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta característica si quieres que Twitter muestre una vista previa con imágenes y un extracto de texto cuando se comparta un enlace de tu sitio."],"Find out why you should upgrade to %s":["Descubre por qué deberías actualizar a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Últimos artículos del blog de %1$s"],"Need help?":["¿Necesitas ayuda?"],"Remove highlight from the text":["Quitar el resaltado del texto"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["¡Comienza ya mismo con el %2$sasistente de configuración%3$s de %1$s!"],"First-time SEO configuration":["Configuración SEO inicial"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["El idioma de tu sitio está configurado a {language}. Si esto no es correcto contacta con el administrador de tu sitio."],"Your site language is set to {language}.":["El idioma de tu sitio está configurado a {language}."],"Highlight this result in the text":["Resalta este resultado en el texto"],"Considerations":["Consideraciones"],"Errors":["Errores"],"Change language":["Cambiar idioma"],"You cannot create a %s file.":["No puedes crear un archivo %s."],"You cannot edit the %s file.":["No puedes editar el archivo %s."],"Updated %s":["%s actualizado"],"Create %s file":["Crear archivo %s"],"Edit the content of your %s:":["Editar el contenido de tu %s:"],"Save changes to %s":["Guardar cambios a %s"],"%s file":["archivo %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin que les ayude. Por favor, instala %3$s para hacer tu vida más fácil. %4$s."],"More information":["Más información"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin que les ayude. Por favor, activa %3$s para hacer tu vida más fácil."],"More information about %1$s":["Más información sobre %1$s"],"Configuration Wizard":["Asistente de configuración"],"You've done it!":["¡Lo has hecho!"],"Seamlessly integrate %1$s into your AMP pages!":["¡Integra %1$s en tus páginas AMP!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["¡Integra sin problemas el análisis de contenido de %2$s con %1$s!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin auxiliar. Instala %3$s para hacer tu vida más fácil."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Los ajustes de apariencia en el buscador para %1$s están formados por variables que se reemplazan por valores específicos de la página cuando esta se muestra. La tabla de abajo contiene una lista de las variables disponibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marca la %1$s más importante como 'contenido esencial' para mejorar la estructura de tu sitio. %2$sAprende más sobre contenido esencial%3$s."],"Loading help center.":["Cargando el centro de ayuda."],"Get support":["Obtén soporte"],"(Opens in a new browser tab)":["(Se abre en una nueva pestaña del navegador)"],"Posts %1$swithout%2$s a focus keyphrase":["Entradas %1$ssin%2$s frase clave objetivo"],"Hey, your SEO is doing pretty well! Check out the stats:":["¡Eh, tu SEO está funcionando bastante bien! Echa un vistazo a las estadísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["No tienes ninguna entrada publicada. ¡Tus puntuaciones SEO aparecerán aquí una vez hagas tu primera entrada!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["En esta página puedes cambiar el nombre de tu sitio y elegir qué separador usar. El separador se mostrará, por ejemplo, entre el título de tu entrada y el nombre\ndel sitio. Los símbolos se muestran en el tamaño en que aparecerán en los\nresultados de búsqueda. Elige el que se adapte mejor a tu marca o que ocupe\nel menor espacio posible en los snippets."],"Something else":["Algo más"],"A portfolio":["Un portafolio"],"A corporation":["Una empresa"],"A small offline business":["Un pequeño negocio offline"],"A news channel":["Un canal de noticias"],"An online shop":["Una tienda online"],"A blog":["Un blog"],"What does the site %1$s represent?":["¿A qué representa el sitio %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Si eliges que no, no se activará ningún archivo de autor para evitar\nproblemas de contenido duplicado."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: no almacenamos tus datos de ningún modo, y no tenemos acceso completo a tu cuenta. Tu privacidad está a salvo con nosotros."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s se integra con la Google Search Console, una herramienta imprescindible para los propietarios de sitios. Te ofrece información sobre el estado de tu sitio. ¿Aún no tienes una cuenta de Google o no has activado tu sitio? Aprende a %2$sconectar la Google Search Console a tu sitio%3$s."],"Option B: My site is under construction and should not be indexed":["Opción B: Mi sitio está en construcción y no debería indexarse"],"Option A: My site is live and ready to be indexed":["Opción A: Mi sitio está en directo y listo para indexar"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Elige en construcción si quieres mantener el sitio fuera de los índices\nde los motores de búsqueda. No olvides activarlo una vez estés listo\npara publicar tu sitio."],"Please specify if your site is under construction or already active.":["Por favor, especifica si tu sitio está en construcción o si ya está activo."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Esta información se usará en la ficha de Google Knowledge Graph, el gran bloque\nde información que verás a la derecha de los resultados de búsqueda."],"Read more like this on our SEO blog":["Lee más como esto en nuestro blog de SEO"],"Readability: %s":[""],"Not activated":["Sin activar"],"Activated":["Activa"],"%1$s recommendations for you":["Recomendaciones de %1$s para ti"],"All Readability Scores":["Todas las puntuaciones de legibilidad"],"Filter by Readability Score":["Filtrar por puntuación de legibilidad"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["¡No estás recibiendo actualizaciones ni soporte! Soluciona este problema añadiendo este sitio y activando %1$s en %2$s."],"Request method %1$s is not valid.":["El método de petición %1$s no es válido."],"Muted notifications:":["Avisos silenciados:"],"Muted problems:":["Problemas silenciados:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["¿Quieres previsualizar lo que verá la gente si comparte esta entrada en %1$s? Puedes, con %2$s."],"Good job! All the links in your texts have been counted.":["¡Buen trabajo! Todos los enlaces en tus textos se han contabilizado."],"Calculation completed.":["Cálculo completado."],"Calculation in progress...":["Cálculo en progreso…"],"Stop counting":["Parar el conteo"],"Counting links in your texts":["Contando enlaces en tus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s procesado."],"All your texts are already counted, there is no need to count them again.":["Se han contado todos tus textos, no hay necesidad de contarlos de nuevo."],"Count links in your texts":["Cuenta los enlaces en tus textos"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Es necesario contabilizar todos los enlaces de tus textos públicos. Esto ofrecerá ideas de qué textos necesitan más enlaces. Si quieres saber más sobre por qué y cómo enlazar internamente echa un vistazo a %1$seste artículo sobre enlaces internos en %2$s%3$s."],"Text link counter":["Contador de enlaces en textos"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de enlaces internos que enlazan a esta entrada. Revisa el texto en las «Columnas Yoast» de la pestaña de ayuda para más información."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de enlaces salientes de esta entrada. Revisa el texto «Columnas Yoast» de la pestaña de ayuda para más información."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s añade varias columnas a esta página. Hemos escrito un artículo sobre %2$scómo usar la puntuación SEO y de legibilidad%3$s. Las columnas de enlaces muestran el número de artículos de este sitio enlazando %5$sa%6$s este artículo y el número de URLs enlazadas %5$sdesde%6$s este artículo. Aprende más sobre %4$scómo usar estas utilidades para mejorar tu enlazado interno%3$s, lo que mejora enormemente tu SEO."],"%s Columns":["Columnas %s"],"Readability score":["Puntuación de legibilidad"],"Other benefits of %s for you:":["Otros beneficios de %s para ti:"],"Scroll to see the preview content.":["Navega para ver la vista previa del contenido."],"Cornerstone content":["Contenido esencial"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s ahora se ocupará de toda la optimización técnica necesaria para tu sitio. Para mejorar de verdad el rendimiento de tu sitio en los resultados de búsqueda es importante empezar a crear contenido que puntúe bien por las frases clave que te interesen. Revisa este vídeo en el que explicamos como usar la caja meta %1$s cuando editas entradas y páginas."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["¡Si quieres ganar a tu competencia en una región o ciudad específica echa un vistazo a nuestro plugin %1$s! Podrás insertar fácilmente mapas de Google, horarios de apertura, información de contacto y localizadores de tienda. Además de todo esto %1$s te ayuda a mejorar la usabilidad de tu página de contacto. "],"Attract more customers near you":["Atrae más clientes cerca de ti"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["¿Quieres conocer todos los secretos del plugin %1$s? ¿Quieres aprender todo sobre nuestros ajustes avanzados? ¿Quieres ser realmente capaz de sacar el máximo partido del plugin %1$s? ¡Echa un vistazo a nuestro entrenamiento del plugin %1$s y empieza a ganar a tu competencia!"],"Get the most out of %1$s with the %2$s":["Saca el máximo partido de %1$s con el %2$s"],"Upgrade to Premium":["Actualizar a premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["¿Quieres ganar a tu competencia? %1$s te ofrece fantásticas características adicionales que te ayudarán a configurar tu estrategia SEO como un profesional. Añade sinónimos y palabras clave relacionadas, nuestro análisis SEO Premium el gestor de redirecciones y nuestra herramienta de enlaces internos. %1$s también te dará acceso a soporte premium."],"Outrank the competition with %s":["Gana a tu competencia con %s"],"You might like":["Te podría gustar"],"Newsletter":["Boletín"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Hemos detectado que no has completado aún este asistente, así que te recomendamos que %2$sinicies el asistente de configuración para configurar %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["El asistente de configuración te ayudar a configurar con facilidad tu sitio para conseguir los ajustes SEO óptimos."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Hazte Premium y nuestros expertos responderán cualquier pregunta que puedas tener acerca de la configuración y el uso del plugin."],"Superfast internal linking suggestions":["Sugerencias super rápidas sobre enlaces internos"],"Great news: you can, with %1$s!":["¡Buenas noticias: puedes hacerlo, con %1$s!"],"Save changes":["Guardar cambios"],"1 year free support and updates included!":["¡1 año de soporte y actualizaciones gratuitas incluido!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["El plugin %2$s cambia el código de tu sitio haciendo diferencias entre los motores de búsqueda y los usuarios normales, un proceso llamado cloaking. Recomendamos encarecidamente que lo desactives."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sVista previa en redes sociales%2$s: Facebook y Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo más enlaces muertos%2$s: sencillo gestor de redirecciones"],"No ads!":["¡Sin anuncios!"],"Facebook & Twitter":["Facebook y Twitter"],"Social media preview":["Vista previa en redes sociales"],"Easy redirect manager":["Sencillo gestor de redirecciones"],"No more dead links":["No más enlaces muertos"],"Increase your SEO reach":["Aumenta tu alcance SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Si quieres más ayuda para crear contenido impactante revisa nuestro %2$scurso de escritura SEO%3$s. ¿Quieres conocer todas las características del plugin?, ¡plantéate hacer nuestro %1$s!"],"Variable":["Variable"],"Available variables":["Variables disponibles"],"Scroll to see the table content.":["Navega para ver el contenido de la tabla."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Por favor, si necesitas ayuda, revisa %1$snuestro artículo sobre cómo conectar tu web a Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Ocurrió un error en la evaluación '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s de las palabras contiene %2$smás de %3$s sílabas%4$s, que es más que el máximo recomendado: %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s de las palabras contienen %2$smás %3$s sílabas%4$s, que es menor o igual que el máximo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Esto es ligeramente menos que el mínimo recomendado de %5$d palabra. %3$sEscribe un poco más%4$s.","Esto es ligeramente menos que el mínimo recomendado de %5$d palabras. %3$sEscribe un poco más%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La meta description contiene %1$d frase %2$sde más de %3$s palabras%4$s. Trata de acortar esta frase.","La meta description contiene %1$d frases %2$sde más de %3$s palabras%4$s. Trata de acortar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La meta description no contiene frases %1$sde más de %2$s palabras%3$s."],"No new notifications.":["No hay nuevos avisos."],"Save all":["Guardar todo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, autor en %2$s"],"Mobile preview":["Vista previa móvil"],"Desktop preview":["Vista previa escritorio"],"Select redirect":["Elige redirección"],"Please provide an SEO title by editing the snippet below.":["Por favor introduce un título SEO editando el snippet de abajo."],"Meta description preview:":["Vista previa de la meta description:"],"Slug preview:":["Vista previa del slug:"],"SEO title preview:":["Vista previa del título SEO:"],"Close snippet editor":["Cerrar el editor de snippet"],"Slug":["Slug"],"Remove marks in the text":["Quitar marcas del texto"],"Mark this result in the text":["Marca este resultado en el texto"],"Marks are disabled in current view":["Las marcas están desactivadas en la vista actual"],"Good SEO score":["Puntuación SEO buena"],"OK SEO score":["Puntuación SEO aceptable"],"Feedback":["Feedback"],"ok":["fácil"],"Choose an image":["Elige una imagen"],"Remove the image":["Quita la imagen"],"MailChimp signup failed:":["El registro en Mailchimp ha fallado:"],"Sign Up!":["¡Regístrate!"],"Name":["Nombre"],"There is an error with the request.":["Ocurrió un error en la petición."],"Select profile":["Elige perfil"],"Choose a profile":["Elige un perfil"],"Authorization code":["Código de autorización"],"Reauthenticate with Google":["Volver a identificar con Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para permitir que %s obtenga tu información de la consola de búsqueda de Google, por favor, introduce tu código de autorización de Google. Al hacer clic en el botón de abajo se abrirá una nueva ventana. "],"Please provide a meta description by editing the snippet below.":["Por favor introduce una meta description editando el snippet de abajo."],"Edit snippet":["Editar snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Puedes hacer clic en cualquier elemento de la vista previa para ir al editor del snippet."],"Close the Wizard":["Cerrar el asistente"],"Export settings":["Exportar ajustes"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Asistente de configuración"],"Please don't show me this notification anymore":["Por favor, no me muestres más este aviso"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Si estás teniendo problemas, %1$spor favor, envía un informe de fallos%2$s y haremos todo lo posible para ayudarte."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Hemos observado que has estado usando %1$s desde hace algún tiempo; ¡esperamos que te guste! ¡Nos encantaría que pudieras %2$sdejarnos una valoración de 5 estrellas en WordPress.org%3$s!"],"Courses":["Cursos"],"Date archives settings":["Ajustes de archivos por fecha"],"Author archives settings":["Ajustes de archivos de autor"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Aviso: la variable %s no puede usarse en esta plantilla. Revisa el centro de ayuda para más información."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Por cierto, ¿sabías que también tenemos un %1$splugin Premium%2$s? Ofrece funcionalidades avanzadas, como un gestor de redirecciones y compatibilidad con múltiples frases clave. También incluye soporte personal 24/7."],"(no title)":["(sin título)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["El menú de la barra de administración de %1$s contiene enlaces útiles de herramientas de terceros con las que analizar páginas y facilitarte ver si tienes nuevos avisos."],"Admin bar menu":["Menú de la barra de administración"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Características"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Aunque hemos tratado que configurar %1$s sea lo más fácil posible, entendemos que puede ser intimidante. Si prefieres que configuremos %1$s por ti (y de paso tener una copia de %2$s) ¡contrata nuestro %3$s%1$sservicio de configuración de %4$s aquí!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bienvenido al asistente de instalación de %1$s. ¡En unos pocos pasos te ayudaremos a configurar tus ajustes SEO para que se ajusten a las necesidades de tu web!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google muestra el nombre de tu web en los resultados de búsqueda, y si quieres cambiarlo, puedes hacerlo aquí."],"Greater than sign":["Símbolo mayor que"],"Less than sign":["Símbolo de menor que"],"Right angle quotation mark":["Comilla inclinada a la derecha"],"Left angle quotation mark":["Comilla inclinada a la izquierda"],"Small tilde":["Tilde pequeña"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco bajo"],"Asterisk":["Asterisco"],"Bullet":["Viñeta"],"Middle dot":["Punto medio"],"Em dash":["Guión largo"],"En dash":["Guión corto"],"Dash":["Guión"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Elige qué símbolo utilizar como separador de título. Se mostrará, por ejemplo, entre el título de tu publicación y el nombre del sitio. Los símbolos se muestran en el tamaño en el que aparecerán en los resultados de búsqueda."],"The name of the person":["El nombre de la persona"],"No":["No"],"Yes":["Sí"],"Does, or will, your site have multiple authors?":["¿Tiene o tendrá tu sitio varios autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genera automáticamente una URL para cada elemento multimedia existente en la biblioteca. Activando esto permitirá a Google indexar la URL generada."],"Success!":["¡Lo lograste!"],"Title settings":["Ajustes de título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Varios autores"],"Site type":["Tipo de sitio"],"Environment":["Entorno"],"Yoast option %1$s not found.":["El ajuste %1$s de Yoast no está disponible."],"Google Structured Data Test":["Test de datos estructurados de Google"],"Posts list":["Lista de entradas"],"Posts list navigation":["Navegación por la lista de entradas"],"Filter posts list":["Filtrar la lista de entradas"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Observa que los enlaces a los archivos aún podrían verse en tu tema y que puede que tengas que quitarlos por tu cuenta."],"%1$s to optimize your site even further":["%1$s para optimizar tu sitio aún más"],"%1$s extensions":["Extensiones de %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Incluye nuestra garantía de reembolso de 30 días sin preguntas"],"More information %1$sabout %3$s%2$s":["Más información %1$ssobre %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtén acceso a nuestro equipo de soporte 24/7."],"Premium support":["Soporte premium"],"check what your Facebook or Twitter post will look like.":["comprueba cómo se verá tu publicación en Facebook o Twitter."],"Social previews":["Vistas previas sociales"],"create and manage redirects from within your WordPress install.":["crea y administra redirecciones desde dentro de tu instalación de WordPress."],"Redirect manager":["Gestor de redirecciones"],"%1$s, take your optimization to the next level!":["¡%1$s, lleva tu optimización al siguiente nivel!"],"A seamless integration between %1$s and %2$s":["Integración sin fisuras entre %1$s y %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utiliza las migas de pan de %1$s en vez de las de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inserción sencilla de Google Maps, un localizador de tiendas, horas de apertura y más"],"Creates XML News Sitemaps":["Crea mapas del sitio XML de noticias"],"Immediately pings Google on the publication of a new post":["Hace inmediatamente ping a Google cada vez que se publica una nueva entrada"],"Optimize your site for Google News":["Optimiza tu sitio para Google News"],"Make videos responsive through enabling fitvids.js":["Haz que los vídeos sean adaptables activando fitvids.js"],"Enhance the experience of sharing posts with videos":["Mejora la experiencia compartiendo entradas con vídeos"],"Show your videos in Google Videos":["Muestra tus vídeos en Google Videos"],"Crawl issues list":["Lista de problemas de rastreo"],"Crawl issues list navigation":["Navegación por la lista de problemas de rastreo"],"Edit “%s”":["Modificar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Avisos"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Quita la pestaña de frase clave de la caja meta y desactiva todas las sugerencias relacionadas con el SEO."],"Disable SEO analysis":["Desactivar análisis SEO"],"Twitter settings":["Ajustes de Twitter"],"Pinterest settings":["Ajustes de Pinterest"],"Facebook settings":["Ajustes de Facebook"],"Title separator symbol":["Símbolo separador del título"],"RSS feed settings":["Ajustes del feed RSS"],"Breadcrumbs settings":["Ajustes de migas de pan"],"Make primary":["Hacer principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Introduce tu código de autorización de Google y pulsa el botón Autorizar."],"%s notification":["%s aviso","%s avisos"],"Disable readability analysis":["Desactivar el análisis de legibilidad"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Quita la pestaña de legibilidad de la caja meta y desactiva todas las sugerencias relacionadas con la legibilidad."],"Readability analysis":["Análisis de legibilidad"],"Needs improvement":["Necesita mejorar"],"Readability":["Legibilidad"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Estás tratando de cargar archivos sin minimizar. Estos solo están disponibles en nuestro paquete de desarrollo. Revisa %1$s para ver todos los archivos originales."],"Improvements":["A mejorar"],"Restore this item.":["Restaurar este elemento."],"Dismiss this item.":["Descartar este elemento."],"Good job! We could detect no serious SEO problems.":["¡Buen trabajo! No hemos podido detectar ningún problema grave de SEO."],"We have detected the following issues that affect the SEO of your site.":["Hemos detectado los siguientes problemas que afectan al SEO de tu sitio."],"Problems":["Problemas"],"Analysis":["Análisis"],"Not available":["No disponible"],"Filter by SEO Score":["Filtrar por puntuación SEO"],"Meta description not set.":["No se ha definido la meta description."],"Video tutorial":["Videotutorial"],"Email support is a %s feature":["El soporte por correo electrónico es una característica %s"],"Knowledge base":["Base de conocimientos"],"Open":["Abrir"],"Dashboard":["Escritorio"],"You can fix this on the %1$sPermalink settings page%2$s.":["Puedes solucionar este problema en la %1$spágina de ajustes de enlaces permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La paginación de comentarios está activada, esto no es necesario en 999 de 1000 casos, te recomendamos desactivarla."],"Replaced with the primary category of the post/page":["Reemplazado con la categoría principal de la entrada/página"],"Pinterest confirmation":["Confirmación de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Si ya has confirmado tu web en Pinterest puedes saltarte este paso."],"Format-based archives":["Archivos de formatos"],"Webmaster Tools verification":["Verificación en las herramientas para webmasters"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["¡Sigue nuestra %1$s formación para WordPress y conviértete en un experto %1$s certificado!"],"Want to be a %s Expert?":["¿Quieres ser un experto en %s?"],"Buy %s":["Comprar %s"],"Show information about errors in category %s":["Mostrar información de errores de la categoría %s"],"New %1$s Title":["Nuevo título de %1$s"],"Existing %1$s Title":["Título %1$s existente"],"Expected an integer as input.":["Se esperaba un número entero."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Se ha intentado crear la clave de cache del mapa del sitio pero la combinación de sufijo y prefijo deja demasiado abiertas las opciones. Es posible que quieras mostrar una página que no esté en el rango deseado."],"Remove":["Quitar"],"Keep":["Conservar "],"Bold the last page":["Última página en negrita"],"Regular":["Normal"],"Bold":["Negrita"],"Show Blog page":["Mostrar la página del blog"],"Primary %s":["Principal %s"],"Primary":["Principal"],"Make %1$s primary %2$s":["Hacer %1$s primario %2$s"],"Term is set to noindex.":["El término se ha etiquetado como noindex"],"Author archives":["Archivos de autor"],"Show":["Mostrar"],"Enabled":["Activo"],"Disabled":["Inactivo"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s no ha obtenido aún el estado de indexación de tu sitio desde %2$s"],"The separator defined in your theme's %s tag.":["El separador definido en la etiqueta %s de tu tema."],"No index":["No indexar"],"Analyze entire site":["Analizar el sitio completo"],"Fetch the current status":["Consultar el estado actual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s no ha sido capaz de obtener el estado de indexación de tu sitio%3$s desde %4$s"],"Your homepage can be indexed by search engines.":["Tu página de inicio puede ser indexada por los motores de búsqueda."],"Indexability check by %1$s":["Comprobación de indexación de %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Si quieres utilizar una imagen para compartir en %1$s puedes subir/elegir una imagen o añadir aquí la URL de la imagen."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Si quieres utilizar otro texto diferente a la meta description para compartir en %1$s escríbelo aquí."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Si quieres utilizar otro texto diferente al title para compartir en %1$s escríbelo aquí."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sTu página principal no puede ser indexada por los motores de búsqueda%2$s. Esto es muy perjudicial para el SEO y debe ser solucionado."],"Once Weekly":["Una vez por semana"],"Add-ons":["Extras"],"SEO score":["Puntuación SEO"],"Twitter metadata":["Metadatos de Twitter"],"Facebook / Open Graph metadata":["Metadatos de Facebook/Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculando la puntuación SEO para todo el contenido con frase clave objetivo."],"%1$s of %2$s done.":["%1$s de %2$s hecho."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Hemos actualizado nuestro algoritmo de puntuación SEO. %1$sRecalcula las puntuaciones SEO%2$s de todas las entradas y páginas."],"Team Yoast":["Equipo Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La primera verdadera solución SEO todo en uno para WordPress, incluyendo análisis de contenido de páginas, mapas del sitio en XML y mucho más."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ha fallado la activación:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["La extensión filtro parece no estar disponible. Por favor, pide a tu proveedor de alojamiento web que la habilite."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["La instalación del plugin %1$s no se ha completado. Por favor, consulta las %2$sinstrucciones de instalación%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["La extensión de librería estándar PHP (SPL) parece no estar disponible. Por favor, pide a tu proveedor de hosting que la active. "],"SEO Settings":["Ajustes SEO"],"Mobile-Friendly Test":["Prueba de compatibilidad para móviles"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["Validador de CSS"],"HTML Validator":["Validador de HTML"],"Pinterest Rich Pins Validator":["Validador de Pinterest Rich Pins"],"Facebook Debugger":["Depurador de Facebook"],"Check Headers":["Comprobar cabeceras"],"Check Google Cache":["Comprobar la caché de Google "],"Analyze this page":["Analizar esta página"],"Keyword Research":["Análisis de frases clave"],"%s does not seem to be a valid url. Please correct.":["%s no parece ser una url válida. Por favor corrigelo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s no parece que sea una cadena válida de verificación de %2$s. Por favor corrígelo."],"%s Archive":["%s archivo"],"You searched for %s":["Has buscado %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s no parece ser un user-id válido de Twitter. Por favor, corrígelo."],"Summary with large image":["Resumen con imagen grande"],"Summary":["Resumen"],"The post %1$s appeared first on %2$s.":["La entrada %1$s se publicó primero en %2$s."],"No numeric value was received.":["Ningún valor numérico recibido."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Debe ser un blog existente. El blog %s no existe o ha sido marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["La configuración predeterminada del blog debe ser el ID numérico del blog que quires utilizar como predeterminado."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s no es una elección válida para quien debería tener acceso a los ajustes de %2$s. El valor se ha devuelto al predeterminado."],"Please select a valid post type for taxonomy \"%s\"":["Por favor elige un tipo de contenido válido para la taxonomía \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor, elige una taxonomía válida para el tipo de contenido \"%s\""],"You searched for":["Has buscado por"],"Home":["Portada"],"Archives for":["Archivo de"],"Error 404: Page not found":["Error 404: Página no encontrada"],"Good":["Bien"],"Replaced with a custom taxonomies description":["Reemplazado con una descripción personalizada de taxonomías "],"Replaced with a posts custom taxonomies, comma separated.":["Reemplazado con taxonomías personalizadas de entradas, separados por comas."],"Replaced with a posts custom field value":["Reemplazado con un valor del campo personalizado de las entradas"],"Replaced with the slug which caused the 404":["Reemplazado por el slug que causó el 404"],"Replaced with the posts focus keyphrase":["Reemplazado con la frase clave objetivo de las publicaciones"],"Attachment caption":["Pié de foto del adjunto"],"Replaced with the current page number":["Reemplazado por el número de página actual"],"Replaced with the current page total":["Reemplazado por el total de la página actual."],"Replaced with the current page number with context (i.e. page 2 of 4)":["Reemplazado por el número actual de página en el contexto (por ejemplo, página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Reemplazado por la «Información biográfica» del autor de la entrada/página"],"Replaced with the post/page author's 'nicename'":["Reemplazado con el nombre «bonito» del autor de la entrada/página."],"Replaced with the post/page ID":["Reemplazado con la ID de entrada/página"],"Replaced with the post/page modified time":["Reemplazado con la fecha de modificación de la entrada/página"],"Replaced with the content type plural label":["Reemplazado con la etiqueta en singular del tipo de contenido"],"Replaced with the content type single label":["Reemplazado con la etiqueta en singular del tipo de contenido"],"Replaced with the current search phrase":["Reemplazado con la frase de búsqueda actual"],"Replaced with the term name":["Reemplazado con el nombre del término"],"Replaced with the term description":["Reemplazado con la descripción del término"],"Replaced with the tag description":["Reemplazado con la descripción de la etiqueta"],"Replaced with the category description":["Reemplazado con la descripción de la categoría"],"Replaced with the post categories (comma separated)":["Reemplazar con las categorías de la entrada (separadas con coma)"],"Replaced with the current tag/tags":["Reemplazado con la(s) etiqueta(s) actuales "],"Replaced with the post/page excerpt (without auto-generation)":["Reemplazado con el extracto de la entrada/página (sin autogeneración)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Reemplazado con el extracto de la entrada/página (o la autogenerada si no existe)"],"The site's name":["El nombre del sitio"],"Replaced with the title of the parent page of the current page":["Reemplazado con el título de la página superior de la página actual"],"Replaced with the title of the post/page":["Reemplazado con el título de la entrada/página"],"Replaced with the date of the post/page":["Reemplazado con los datos de la entrada/página"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["No puedes sustituir una variable de reemplazo estándar de WPSEO registrando una variable con el mismo nombre. Usa el filtro «wpseo_replacements» en vez de ajustar el valor de reemplazo."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Una variable de reemplazo con el mismo nombre ya ha sido registrada. Trata de hacer que el nombre de variable sea diferente y único."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Una variable de reemplazo no puede comenzar por \"%%cf_\" or \"%%ct_\" debido a que estas están reservadas para variables estándar de WPSEO para campos y taxonomías personalizadas. Intenta elegir nombres de variables únicos."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Una variable de reemplazo solamente puede contener caracteres alfanuméricos, guión bajo, o guión normal. Intenta renombrar tu variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Aviso solo para el Administrador: esta página no muestra una meta description porque no la tiene. Haz una de estas dos cosas: escribe una específicamente para esta página o ve al menú [%1$s - %2$s] y configura una plantilla."],"Page not found":["Página no encontrada"],"%s Archives":["%s archivos"],"Search for \"%s\"":["Buscar por \"%s\""],"Meta description to use for Author page":["Meta description a usar en la página de autor"],"Title to use for Author page":["Título a usar en la página de autor"],"%1$s settings":["Ajustes %1$s"],"Export your %1$s settings":["Exportar tus ajustes de %1$s"],"Import settings":["Importar ajustes"],"Import from other SEO plugins":["Importar de otros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Si tuvieses un archivo %s y tuviese permisos de escritura podrías editarlo desde aquí."],"If your %s were writable, you could edit it from here.":["Si tu archivo %s tuviese permisos de escritura podrías editarlo desde aquí."],"You don't have a %s file, create one here:":["No tienes un archivo %s, crea uno aquí:"],"A link to your site, with your site's name and description as anchor text.":["Un enlace a tu sitio, con el nombre del sitio y la descripción como texto de anclaje."],"A link to your site, with your site's name as anchor text.":["Un enlace a su sitio, con el nombre del sitio como texto de anclaje."],"A link to the post, with the title as anchor text.":["Un enlace a la entrada, con el título como texto de anclaje."],"A link to the archive for the post author, with the authors name as anchor text.":["Un enlace al archivo del autor de la entrada, con el nombre del autor como texto de anclaje."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Puedes usar la siguientes variables dentro del contenido, estas serán reemplazadas por el valor de la derecha."],"Content to put after each post in the feed":["Contenido que se pondrá después de cada entrada en el feed"],"Content to put before each post in the feed":["Contenido a publicar en el feed antes de cada entrada"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta característica se usa para añadir contenido automáticamente a tu RSS, en concreto, se trata de añadir enlaces de vuelta a tu sitio y las entradas de tu sitio, para que los ladrones de contenido lerdos añadan automáticamente también esos enlaces, así ayudamos a los motores de búsqueda a identificarte como la fuente original del contenido."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["El uso de esta característica de migas de pan está explicada en %1$s nuestro artículo sobre implementación de migas de pan%2$s."],"How to insert breadcrumbs in your theme":["Como insertar las migas de pan en tu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Archivo de tipo de contenido a mostrar en las migas de pan para las taxonomías"],"Taxonomy to show in breadcrumbs for content types":["Taxonomía a mostrar en las migas de pan para los tipos de contenido"],"Breadcrumb for 404 Page":["Migas de pan para la página 404"],"Prefix for Search Page breadcrumbs":["Prefijo para la página de búsqueda de las migas de pan"],"Prefix for Archive breadcrumbs":["Prefijo para los archivos de migas de pan"],"Prefix for the breadcrumb path":["Prefijo de la ruta de las migas de pan"],"Anchor text for the Homepage":["Texto del enlace para la página de inicio"],"Separator between breadcrumbs":["Separador de las migas de pan"],"Enable Breadcrumbs":["Activar las migas de pan"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Abajo tienes las puntuaciones SEO de tus entradas publicadas. ¡Ahora es tan buen momento como cualquier otro para empezar a mejorar algunas de sus entradas!"],"Credits":["Créditos"],"« Back to Tools page":["« Volver a página de herramientas"],"%1$s comes with some very powerful built-in tools:":["%1$s incluye algunas herramientas integradas muy potentes:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta herramienta te permite modificar rápidamente archivos importantes para tu SEO, como tu robots.txt y, si lo tienes, tu archivo .htaccess."],"File editor":["Editor de archivos"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importa la configuración de otro plugin SEO y exporta su configuración para reutilizarla en otro sitio."],"Import and Export":["Importar y exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta herramienta te permite modificar rápidamente títulos y descripciones de entradas y páginas sin necesidad de editar cada página."],"Bulk editor":["Editor masivo"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sverificar tu sitio en Pinterest%2$s añade aquí la meta tag:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest utiliza metadatos Open Graph al igual que Facebook, así que asegúrate de marcar la casilla de Open Graph en la pestaña de Facebook si quieres optimizar tu sitio para Pinterest."],"The default card type to use":["El tipo de tarjeta predeterminada a utilizar"],"Add Twitter card meta data":["Añade meta datos de tarjeta de Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imagen se usa si la entrada/página compartida no contiene ninguna imagen."],"Default settings":["Ajustes por defecto"],"Copy home meta description":["Copiar la meta description de la portada"],"Description":["Descripción"],"Image URL":["URL de la imagen"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Son el título, descripción e imagen utilizada en las meta tags de Open Graph en la página principal de tu sitio."],"Frontpage settings":["Ajustes de página principal"],"Add Open Graph meta data":["Añadir metadatos Open Graph"],"YouTube URL":["URL de YouTube"],"Pinterest URL":["URL de Pinterest"],"MySpace URL":["URL de MySpace"],"LinkedIn URL":["URL de Linkedin"],"Instagram URL":["URL de Instagram"],"Twitter Username":["Usuario de Twitter"],"Facebook Page URL":["URL de la página de Facebook"],"Accounts":["Cuentas"],"Restore site to defaults":["Restaurar sitio a ajustes por defecto."],"Site ID":["ID de sitio"],"Using this form you can reset a site to the default SEO settings.":["Usando este formulario puedes devolver un sitio a los ajustes SEO por defecto."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Los datos sensibles a privacidad (administradores de Facebook, por ejemplo), los ajustes específicos del tema (reescritura del título) y algunos ajustes muy específicos no se importarán a los nuevos sitios."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Introduce el %1$sID del sitio%2$s del sitio cuyos ajustes quieres usar por defecto para todos los sitios que se añadan a tu red. Déjalo vacío para ninguno (o sea, para que se usen los ajustes por defecto del plugin)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Elige el sitio cuya configuración deseas utilizar de forma predeterminada para todos los sitios que se añadan a la red. Si eliges «Ninguna», se utilizarán los valores predeterminados normales del plugin."],"New sites in the network inherit their SEO settings from this site":["Los sitios nuevos de la red heredan los ajustes SEO de este sitio"],"Super Admins only":["Sólo para super administradores"],"Site Admins (default)":["Administradores del sitio (por defecto)."],"Who should have access to the %1$s settings":["Quién debería tener acceso a los ajustes de %1$s"],"spam":["spam"],"mature":["maduro"],"archived":["archivado"],"public":["público"],"%s restored to default SEO settings.":["%s se ha restaurado a ajustes SEO por defecto."],"Settings Updated.":["Ajustes actualizados."],"404 pages":["Páginas 404"],"Search pages":["Páginas de búsqueda"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas serán %s por defecto, por lo que nunca se mostrarán en los resultados de búsqueda."],"Special Pages":["Páginas especiales"],"Date-based archives could in some cases also be seen as duplicate content.":["Los archivos basados en fecha podrían considerarse en algunos casos como contenido duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Si este es el caso en tu sitio puedes elegir desactivarlo (lo que hará que se redirija a tu página principal), o añádele %s para que no aparezca en los resultados de búsqueda."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Si tienes un sitio de un solo autor el archivo de autor será exactamente igual que tu página principal. Esto es lo que se conoce como %1$sproblema de contenido duplicado%2$s."],"Date archives":["Archivo por fechas"],"author archives":["archivos de autor"],"Title":["Título"],"%1$s Meta Box":["%1$s caja meta"],"Hide":["Ocultar"],"Date in Snippet Preview":["Fecha en la vista previa del snippet"],"Take note:":["Apunta:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Portada y página de inicio"],"Title Separator":["Separador de título"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s ha detectado de forma automática si se necesita forzar la reescritura de los títulos de tus páginas. Si ha sido por error y sabes lo que haces puedes cambiar este ajuste aquí."],"Force rewrite titles":["Forzar la reescritura de los títulos"],"Taxonomies":["Taxonomías"],"Homepage":["Portada"],"%1$s Extensions":["Extensiones de %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["¡Intégralo fácilmente WooCommerce con %1$s y consigue características adicionales!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Mejora tu posicionamiento local y el de Google Maps ¡sin esfuerzo!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["¿Estás en Google News? ¡Incrementa tu tráfico desde Google News optimizándolo!"],"Optimize your videos to show them off in search results and get more clicks!":["¡Optimiza tus vídeos para que aparezcan en los resultados de búsqueda y consigan más clics!"],"The premium version of %1$s with more features & support.":["La versión premium de %1$s, con más características y soporte."],"Person":["Persona"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Esta información se muestra como metadatos en tu sitio. Es para que aparezcan en %1$sGoogle Knowledge Graph%2$s. Puedes ser una empresa, o una persona."],"Website name":["Nombre de la web"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["No hay nombre de entrada en la URL de tus entradas y páginas, es muy recomendable que lo pongas. Plantéate configurar la estructura de tus enlaces permanentes a /%postname%/"],"RSS":["RSS"],"Breadcrumbs":["Migas de pan"],"or":["o"],"Save Profile":["Guardar perfil"],"There were no profiles found":["No se encontraron perfiles"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autorizar"],"Get Google Authorization Code":["Obtener el código de autorización de Google"],"Reload crawl issues":["Volver a cargar los problemas de rastreo"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder crear una redirección y solucionar este problema, necesitas %1$s. Puedes comprar el plugin, con un año de soporte y actualizaciones incluídos, en %2$s."],"Creating redirects is a %s feature":["La creación de redirecciones es una característica de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errores que sólo se produjeron cuando tu sitio fue rastreado por Googlebot para teléfonos móviles sencillos (los errores no aparecieron en la versión de escritorio)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Los errores que se produjeron sólo cuando tu sitio lo rastreó Googlebot-Mobile (estos errores no aparecieron en la versión de escritorio)."],"Errors that occurred when your site was crawled by Googlebot.":["Errores que se produjeron cuando Googlebot rastreó tu sitio."],"Issue categories":["Categorías de problemas"],"Incorrect Google Authorization Code.":["Código de autorización de Google incorrecto."],"The issues have been successfully reloaded!":["¡Se han vuelto a cargar los problemas!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Se han eliminado los datos de la %1$s. Si deseas recuperar los datos de nuevo debes volver a identificarte."],"Crawl errors per page":["Errores de rastreo por página"],"Search":["Buscar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["No te pierdas los errores de rastreo. %1$sConecta aquí con la Google Search Console%2$s."],"Create redirect":["Crear redirección"],"Mark as fixed":["Marcar como solucionado"],"Response code":["Código de respuesta"],"First detected":["Detectado por primera vez"],"Last crawled":["Último rastreo"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s ha detectado que estás usando una versión de %2$s que no es compatible con %1$s. Por favor, actualiza %2$s a la versión más reciente para utilizar esta característica."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Los plugins Yoast comparten algo de código entre ellos para hacer tu sitio más rápido. Como resultado de eso necesitamos que todos tus plugins Yoast estén actualizados. Hemos detectado este no es el caso, así que por favor actualiza los plugins Yoast que aún no estén actualizados."],"Feature phone":["Teléfono sencillo"],"Smartphone":["Smartphone"],"Desktop":["Escritorio"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["La URL de destino no existe, pero tu servidor no devuelve un error 404 (archivo no encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tiempo de espera agotado o el sitio está bloqueando a Google."],"Server Error":["Error en el servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot puede acceder a tu sitio, pero en tu archivo %1$s existen ciertas URLs bloqueadas a Googlebot. Este bloqueo podría ser para todos los Googlebots o incluso específicamente para Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google no fue capaz de rastrear esta URL debido a un problema indeterminado."],"URL points to a non-existent page.":["La URL apunta a una página inexistente."],"Not found":["No encontrado"],"Not followed":["No seguida"],"Faulty redirects":["Redirecciones erróneas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["El servidor requiere identificación o está impidiendo que Googlebot acceda al sitio."],"Access denied":["Acceso denegado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["El plugin %1$s podría provocar problemas usado conjuntamente con %2$s."],"Upload Image":["Subir imagen"],"Remove these ads?":["¿Quieres eliminar estos anuncios?"],"%s Posts Overview":["Información general de entradas de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["El título de las migas de pan se utiliza en las migas de pan de las taxonomías."],"Breadcrumbs title":["Título de la ruta de las migas de pan"],"The canonical link is shown on the archive page for this term.":["El enlace canónico se muestra en la página de archivo para este término."],"Facebook App ID":["ID de la aplicación en Facebook"],"Pinterest":["Pinterest"],"Other":["Otro"],"Archives":["Archivos"],"Email":["Correo"],"Close":["Cerrar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Tanto %1$s como %2$s pueden crear mapas de sitio XML. Tener dos mapas de sitio XML no es beneficioso para los motores de búsqueda, y podrían ralentizar tu sitio."],"Configure %1$s's Open Graph settings":["Configurar los ajustes Open Graph de %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Tanto %1$s como %2$s crean datos Open Graph, lo que podría hacer que Facebook, Twitter, LinkedIn y otras redes sociales utilicen los textos e imágenes incorrectos cuando se compartan tus páginas."],"%s Image":["Imagen de %s"],"%s Description":["Descripción de %s"],"%s Title":["Título de %s "],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["El tamaño de imagen recomendado para %1$s es de %2$s píxeles."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Si quieres reemplazar la imagen usada en %s para esta publicación, sube/elige una imagen o añade la URL aquí."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si no quieres usar la meta description para compartir la entrada en %s pero sí quieres usar otra descripción, escríbela aquí."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si no quieres utilizar el título de la publicación para compartirla en %s pero quieres utilizar otro título, escríbelo aquí."],"very difficult":["muy difícil"],"Try to make shorter sentences, using less difficult words to improve readability":["Prueba haciendo frases más cortas, utilizando menos palabras difíciles para mejorar la legibilidad"],"difficult":["difícil"],"Try to make shorter sentences to improve readability":["Prueba haciendo frases más cortas para mejorar la legibilidad"],"fairly difficult":["bastante difícil"],"OK":["Aceptable"],"fairly easy":["bastante fácil"],"easy":["fácil"],"very easy":["extremadamente fácil"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Todas las puntuaciones SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: La imagen destacada debe ser de al menos 200 por 200 píxeles para que la use Facebook y otros sitios de redes sociales."],"(no parent)":["(sin superior)"],"Post is set to noindex.":["Entrada está establecida como noindex."],"The URL that this page should redirect to.":["La URL a la que debe redirigir esta página."],"301 Redirect":["Redirección 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["La URL canónica a la que esta página debería señalar. Déjala vacía para usar por defecto el enlace permanente. También es compatible con %1$scanonical entre dominios%2$s."],"Canonical URL":["URL canónica"],"Title to use for this page in breadcrumb paths":["Título a usar para esta página en la cadena de breadcrumbs"],"Breadcrumbs Title":["Título de las migas de pan"],"No Snippet":["Sin snippet"],"No Archive":["Aplicar atributo «No Archive»"],"No Image Index":["Ningun Indice de imagen"],"None":["Ninguno"],"Site-wide default: %s":["Predeterminado de todo el sitio: %s"],"Advanced meta robots settings for this page.":["Ajustes meta avanzados de robots para esta página."],"Meta robots advanced":["Meta robots avanzado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["¡Aviso! Aunque puedes establecer aquí el meta robots, toda la web está establecida como noindex en los ajustes de privacidad para toda la web, por lo que estos ajustes no tendrán efecto."],"Meta description":["Meta description"],"SEO Title":["Título SEO"],"Focus keyword":["Frase clave objetivo"],"Snippet preview":["Vista previa del snippet"],"Settings successfully imported.":["Las configuraciones han sido importadas con éxito."],"Settings could not be imported:":["Las configuraciones no pueden importarse:"],"Error creating %1$s export: ":["Error al crear la exportación de %1$s:"],"Breadcrumb for 404 pages:":["Migas de pan para las páginas 404:"],"Prefix for search result pages:":["Prefijo para las páginas de resultados de búsqueda:"],"Prefix for archive pages:":["Prefijo para las páginas de archivo:"],"Prefix for breadcrumbs:":["Prefijo para las migas de pan:"],"Anchor text for the homepage:":["Texto de anclaje para la página de inicio:"],"Breadcrumbs separator:":["Separador de las migas de pan:"],"Remove blog page from breadcrumbs":["Elimina la página del blog de las migas de pan"],"%s Breadcrumbs":["%s Migas de pan"],"Use Image":["Usar imagen"],"Action":["Acción"],"Page URL/Slug":["URL/Slug de página"],"Publication date":["Fecha de publicación"],"Post Status":["Estado de publicación"],"WP Page Title":["Título de página de WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Vista previa"],"Preview “%s”":["Vista previa “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nueva meta description de Yoast"],"Existing Yoast Meta Description":["Meta description de Yoast actual"],"Facebook profile URL":["URL del perfil de Facebook"],"Twitter username (without @)":["Usuario de Twitter (sin @)"],"FAQ":["Preguntas frecuentes"],"Premium Support":["Soporte premium"],"Settings":["Ajustes"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Debes %1$sir a tus ajustes de lectura%2$s y desactivar la casilla de visibilidad en los motores de búsqueda."],"Huge SEO Issue: You're blocking access to robots.":["Enorme problema de SEO: Estás bloqueando el acceso a los robots."],"Posts":["Entradas"],"Edit Files":["Editar archivos"],"Advanced Variables":["Variables avanzadas"],"Basic Variables":["Variables básicas"],"General":["General"],"Extensions":["Extensiones"],"Search Console":["Search Console"],"Tools":["Herramientas"],"Advanced":["Avanzado"],"XML sitemaps":["Mapas del sitio XML"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s ha detectado que estás usando la versión %2$s de %3$s, por favor, actualiza a la última versión para evitar problemas de compatibilidad."],"Just another WordPress site":["Otro sitio creado con WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Todavía tienes la descripción corta de WordPress, incluso sería mejor dejarla vacía. %1$sPuedes solucionarlo en el personalizador%2$s."],"You have used HTML in your value which is not allowed.":["Has utilizado HTML en el valor y eso no está permitido."],"You can't edit %s that aren't yours.":["No puedes editar %s ya que no son tuyos."],"You can't edit %s.":["No puedes editar %s."],"Post has an invalid Content Type: %s.":["La entrada tiene un tipo de contenido no válido: %s."],"Post doesn't exist.":["La entrada no existe. "],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Papelera (%s)","Papelera (%s)"],"posts\u0004All (%s)":["Todo (%s)","Todos (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"es_VE"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["%1$sVisita Google Search Console%2$s para ver tus errores de indexación."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google ha eliminado la API de errores de rastreo, así que ya no es posible mostrar aquí tus posibles errores de rastreo. %1$sLee nuestro comunicado para más información%2$s."],"Remove this message":["Quitar este mensaje"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["¡Optimiza de verdad tu sitio para una audiencia local con nuestro plugin %s! ¡Detalles de direcciones optimizadas, horarios de apertura, localizador de tiendas y opciones de recogida!"],"Serving local customers?":["¿Sirves a clientes locales?"],"Get the %s plugin now":["Consigue el plugin %s ahora"],"Organization social profiles":["Perfiles sociales de la organización"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Puedes editar los detalles mostrados en los datos meta, como los perfiles sociales, el nombre descripción de este usuario, en su página de perfil de %1$s."],"Personal info":["Información personal"],"Organization logo":["Logotipo de la organización"],"Organization name":["Nombre de la organización"],"Choose whether the site represents an organization or a person.":["Elige si el sitio representa a una organización o a una persona."],"Knowledge Graph & Schema.org":["Knowledge Graph y Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Para hacer que tu sitio represente a una empresa u organización ve a %1$sApariencia en el buscador%2$s y configúralo como persona o pásalo de persona a «Empresa»."],"To change the social accounts used for your site, update the details for %1$s.":["Para cambiar las cuentas sociales utilizadas para tu sitio actualiza los detalles de %1$s."],"That means that the form and information below is disabled, and not used.":["Esto significa que el formulario y la información a continuación están desactivados, y no se usan."],"Your website is currently configured to represent a Person":["Tu web está actualmente configurada para representar a una persona"],"(if one exists)":["(si es que existe)"],"Wikipedia page about you":["Página de la Wikipedia sobre ti"],"YouTube profile URL":["URL del perfil en YouTube"],"Tumblr profile URL":["URL del perfil en Tumblr"],"SoundCloud profile URL":["URL del perfil en SoundCloud"],"MySpace profile URL":["URL del perfil en MySpace"],"Organization or person":["Organización o persona"],"The person":["La persona"],"Organization":["Organización"],"Does your site represent a person or an organization?":["¿Este sitio representa a una persona o a una organización?"],"The name of the organization":["El nombre de la organización"],"Provide an image of the organization logo":["Facilita una imagen del logotipo de la organización"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Anteriormente configuraste tu sitio para representar a una persona.Hemos mejorado nuestra funcionalidad sobre Schema y el Knowledge Graph, así que deberías ir y %1$scompletar estos ajustes%2$s."],"Select a user...":["Selecciona un usuario…"],"Uncategorized":["Sin categoría"],"Name:":["Nombre:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Has seleccionado el usuario %1$s como la persona a la que representa este sitio. Su información de perfil de usuario se utilizará ahora en los resultados de búsqueda. %2$sActualiza su perfil para asegurarte de que la información sea correcta%3$s."],"Error: Please select a user below to make your site's meta data complete.":["Error: Por favor, selecciona un usuario a continuación para completar los meta datos de tu sitio."],"SEO score: %s":["Puntuación SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Si existe una página tuya o de tu organización en la Wikipedia añádela también."],"Wikipedia URL":["URL de Wikipedia"],"Pinterest profile URL":["URL del perfil de Pinterest"],"Instagram profile URL":["URL del perfil de Instagram"],"LinkedIn profile URL":["URL del perfil de LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["La investigación de palabras clave es esencial en cualquier estrategia de SEO. Tú decides los términos de búsqueda por los que quieres que te encuentren, y averiguas qué palabras usa tu audiencia para encontrarte. Una gran investigación de palabras clave te dice qué contenido necesitas para empezar a puntuar para los términos que quieres posicionar. ¡Asegúrate de que tus esfuerzos se centren en las palabras clave para las que realmente tienes posibilidades de posicionarte! El %1$s te guía a través de este proceso, paso a paso."],"SEO for Beginners training":["Formación SEO para principiantes"],"%s for WordPress training":["Formación de %s para WordPress"],"All-around SEO training":["Formación SEO integral "],"The image you selected is too small for Facebook":["La imagen que has elegido es demasiado pequeña para Facebook"],"The given image url cannot be loaded":["La URL de la imagen dada no se puede cargar"],"Find out what words your audience uses to find you":["Descubre qué palabras utiliza tu audiencia para encontrarte"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFacilidad de lectura Flesch%2$s: El escrito puntúa %3$s en la prueba, Lo que se considera %4$s de leer. %5$s"],"No JSON object was returned.":["No se ha devuelto un objeto JSON."],"Received internal links":["Enlaces internos recibidos"],"Outgoing internal links":["Enlaces salientes internos"],"New step added":["Nuevo paso añadido"],"New question added":["Nueva pregunta añadida"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Para poder crear una redirección y corregir este fallo necesitas %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Puedes comprar el plugin, incluyendo un año de soporte y actualizaciones, en %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["La característica del contador de enlaces de texto proporciona información sobre cuántos enlaces se encuentran en tu texto y cuántos enlaces enlazan a tu texto. Esto es muy útil cuando estás mejorando tu %1$senlazado interno%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Para que esta característica funcione %1$sse requiere al menos una versión de PHP %2$s. Hemos detectado la versión PHP %3$s en esta web."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Por favor, considera cuidadosamente las implicaciones y %1$slee esta entrada%2$s si deseas más información sobre el impacto de mostrar medios en los resultados de búsqueda."],"Keyphrase":["Frase clave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Para que esta característica funcione, %1$snecesita crear una tabla en tu base de datos. No pudimos crear esta tabla automáticamente."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Al activar esta opción, las URL adjuntas se hacen visibles tanto para los visitantes como para Google. Para añadir valor a tu web, deben contener información útil, o podrían tener un impacto negativo en tu posicionamiento."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["La característica %3$scontador de enlaces al texto%4$s (introducida en %1$s %2$s) está actualmente inactiva."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Por favor, lee el siguiente %1$sartículo de la base de conocimientos%2$s para averiguar cómo resolver este problema."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Para asegurarnos de que todos los enlaces en tus textos estén contados, necesitamos analizar todos tus textos."],"All you have to do is press the following button and we'll go through all your texts for you.":["Todo lo que tienes que hacer es pulsar el siguiente botón y nosotros revisaremos todos tus textos por ti."],"Count links":["Contar enlaces"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, %1$d tienen atributos alt con palabras de tu frase clave o sinónimos. Eso es demasiado. %4$sIncluye la frase clave o sus sinónimos solo cuando realmente encajen en la imagen%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtributos alt de imagen%2$s: ¡Bien hecho!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, sólo %1$d tiene un atributo alt que refleja el tema de tu texto. ¡%4$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes más relevantes%5$s!","%3$sAtributos alt de imágenes%5$s: De %2$d imágenes en esta página, sólo %1$d tienen atributos alt que reflejan el tema de tu texto. ¡%4$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes más relevantes%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtributos de imagen alt%3$s: Las imágenes de esta página no tienen atributos alt que reflejen el tema de tu texto. ¡%2$sAñade tu frase clave o sinónimos a las etiquetas alt de las imágenes relevantes%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAtributos alt de imágenes%3$s: Las imágenes de esta página tienen atributos alt, pero no has establecido tu frase clave. ¡%2$sCorrige eso%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrase clave en subtítulo%2$s: %3$s de tus subtítulos de nivel superior refleja el tema de tu texto. ¡Buen trabajo!","%1$sFrase clave en subtítulo%2$s: %3$s de tus subtítulos de nivel superior reflejan el tema de tu texto. ¡Buen trabajo!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrase clave en subtítulo%2$s: Tus subtítulos de nivel superior reflejan el tema de tu texto ¡Buen trabajo!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrase clave en subtítulo%3$s: ¡%2$sUsa más frases clave o sinónimos en tus subtítulos de nivel superior%3$s!"],"Page %s":["Página %s"],"Cannot get the size of %1$s because of unknown reasons.":["No se pudo obtener el tamaño de %1$s debido a razones desconocidas."],"Cannot get the size of %1$s because it is hosted externally.":["No se pudo obtener el tamaño de %1$s debido a que está alojada externamente."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simplemente cambia el conmutador a «activo» y podrás usar el análisis recalibrado. Al mismo tiempo, te añadiremos a nuestra lista de correo específica. ¡Sólo te enviaremos correos electrónicos con tus experiencias con esta recalibración!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Hemos %1$srecalibrado nuestro análisis%2$s. Con el nuevo análisis, nos acercaremos aún más a la forma en que Google ve tu web. ¡Sería %3$sfantástico%4$s si quisieras %3$sprobar esta característica%4$s para nosotros!"],"Get an even better analysis":["Obtén un análisis aún mejor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTítulo único%3$s: Solo se debería usar H1 como tu título principal. Encuentra todos los H1 en tu texto que no sean el título principal y ¡%2$scámbialos a un nivel de encabezado inferior%3$s!"],"Improve sharing on Facebook and Pinterest":["Mejora el compartir en Facebook y Pinterest"],"You do not have the required rights to export settings.":["No tienes los derechos requeridos para exportar ajustes."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copia todos estos ajustes a la pestaña %1$s de otro sitio y haz clic en \"%1$s\" de allí."],"These are settings for the %1$s plugin by %2$s":["Estos son los ajustes del plugin %1$s de %2$s"],"No settings found.":["No se han encontrado ajustes."],"Export your %1$s settings here, to copy them on another site.":["Exporta aquí tus ajustes de %1$s, para copiarlos en otro sitio."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["La importación de los ajustes solo es compatible en servidores que ejecuten PHP 5.3 o superior."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importa los ajustes pegando aquí los ajustes que has copiado de otro sitio y haciendo clic en \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado 0 veces. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es menos que el mínimo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sCéntrate en tu frase clave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %3$d vez. ¡Eso está genial!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %3$d veces ¡Eso está genial!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d vez. Eso es mucho más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!","%1$sDensidad de frase clave%2$s: La frase clave objetivo se ha encontrado %5$d veces. Eso es mucho más que el máximo recomendado de %3$d veces para un texto con esta longitud. ¡%4$sNo sobreoptimices%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexable creada para el objeto %1$s con el tipo %2$s"],"Method %1$s() does not exist in class %2$s":["El método %1$s() no existe en la clase %2$s"],"With %s, you can easily create such redirects.":["Con %s puedes crear fácilmente esas redirecciones."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Cambiar tus ajustes de enlaces permanentes puede impactar seriamente en tu visibilidad en los motores de búsqueda. No debería hacerse casi %1$s nunca %2$s en una web pública."],"WARNING:":["ADVERTENCIA:"],"Learn about why permalinks are important for SEO.":["Aprende sobre por qué los enlaces permanentes son importantes para el SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sPalabras funcionales en frase clave%3$s: Tu frase clave \"%4$s\" sólo contiene palabras funcionales. %2$sAprende cómo es una buena frase clave%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["¿Sabías que %s también analiza las distintas variaciones de tu frase clave, como plurales y tiempos verbales?"],"Clear Image":["Vaciar imagen"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongitud de la frase clave%3$s: %2$sDefine una frase clave para calcular tu puntuación SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase clave en el slug%2$s: Más de la mitad de tu frase clave aparece en el slug. ¡Eso es fantástico!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrase clave en el slug%3$s: (Parte de) tu frase clave no aparece en el slug. ¡%2$sCambia eso%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase clave en el slug%2$s: ¡Fantástico trabajo!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave en el título%3$s: No todas las palabras de tu frase clave \"%4$s\" aparecen en el título SEO. %2$sTrata de usar exactamente tu misma frase clave en el título SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave en el título%3$s: No coincide del todo.. %2$sTrata de escribir exactamente tu misma frase clave en el título SEO%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFrase clave en el título%3$s: La frase clave objetivo exacta aparece en el título SEO, pero no al principio. %2$sTrata de moverla al principio%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrase clave en el título%2$s: La frase clave objetivo exacta aparece al principio del título SEO. ¡Buen trabajo!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribución de frase clave%2$s: ¡Buen trabajo!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Desigual. Algunas partes de tu texto no contienen la frase clave o sus sinónimos. %2$sDistribúyelas de manera más uniforme%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Muy desigual. Grandes partes de tu texto no contienen la frase clave o sus sinónimos. %2$sDistribúyelas de manera más uniforme%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribución de frase clave%3$s: %2$sIncluye tu frase clave o sus sinónimos en el texto para que podamos comprobar la distribución de la frase clave%3$s."],"Help on choosing the perfect focus keyphrase":["Ayuda para elegir la frase clave objetivo perfecta"],"Would you like to add a related keyphrase?":["¿Te gustaría añadir una frase clave relacionada?"],"Go %s!":["¡Ir a %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Si no se muestran los archivos de fecha en los resultados de la búsqueda, técnicamente significa que estos tendrán un meta robots %1$s. %2$sMás información sobre los ajustes de los resultados de búsqueda%3$s."],"Rank better with synonyms & related keyphrases":["Posiciona mejor con sinónimos y frases clave relacionadas"],"optimize a single post for synonyms and related keyphrases.":["optimiza una entrada para sinónimos y frases clave relacionadas."],"Synonyms & related keyphrases":["Sinónimos y frases clave relacionadas"],"Add related keyphrase":["Añadir frase clave relacionada"],"Dismiss %s upgrade notice":["Descartar el aviso de actualización de %s"],"Upgrade to %s":["Actualizar a %s"],"%1$s video":["Video %1$s"],"Get %s":["Consigue %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrase clave usada previamente%6$s: Has usado esta frase clave objetivo %1$s%2$d veces antes%3$s. %5$sNo uses tu frase clave objetivo más de una vez%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrase clave usada previamente%5$s: Has usado esta frase clave objetivo %1$suna vez ya%2$s. %4$sNo uses tu frase clave objetivo más de una vez%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrase clave usada previamente%2$s: No has usado antes esta frase clave objetivo, muy bien."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sPalabras vacías en el slug%3$s: El slug de esta página contiene una palabra vacía. ¡%2$sQuítala%3$s!","%1$sPalabras vacías en el slug%3$s: El slug de esta página contiene palabras vacías. ¡%2$sQuítalas%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug demasiado largo%3$s: el slug de esta página es un poco largo. ¡%2$sAcórtalo%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtributos alt de imagen%3$s: No hay imágenes en esta página. ¡%2$sAñade alguna%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sEnlace de la frase clave objetivo%3$s: Estás enlazando a otra página con las palabras con las que quieres posicionar esta página. ¡%2$sNo hagas eso%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está muy por debajo del mínimo recomendado de %5$d palabra. %3$sAñade más contenido%4$s.","Esto está muy por debajo del mínimo recomendado de %5$d palabras. %3$sAñade más contenido%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está por debajo del mínimo recomendado de %5$d palabra. %3$sAñade más contenido%4$s.","Esto está por debajo del mínimo recomendado de %5$d palabras. %3$sAñade más contenido%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLongitud del texto%4$s: El texto contiene %1$d palabra.","%2$sLongitud del texto%4$s: El texto contiene %1$d palabras."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLongitud del texto%3$s: El texto contiene %1$d palabra. ¡Buen trabajo!","%2$sLongitud del texto%3$s: El texto contiene %1$d palabras. ¡Buen trabajo!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrase clave en el subtítulo%3$s: Más del 75%% de tus subtítulos de primer nivel reflejan el tema de tu texto. Eso es demasiado. ¡%2$sNo sobre-optimices%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sAncho del título SEO%3$s: %2$sPor favor, crea un título SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sAncho del título SEO%3$s: El título SEO es más ancho que el límite visible. %2$sPrueba a hacerlo más corto%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sAncho del título SEO%2$s: ¡Buen trabajo!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sAncho del título SEO%3$s: El título SEO es demasiado corto. %2$sUsa el espacio para añadir variaciones de palabras clave o para crear un texto que anime a una acción%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sEnlaces salientes%2$s: Hay enlaces salientes nofollow y normales en esta página. ¡Buen trabajo!"],"%1$sOutbound links%2$s: Good job!":["%1$sEnlaces salientes%2$s: ¡Buen trabajo!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sEnlaces salientes%3$s: Todos los enlaces salientes de esta página son nofollow. %2$sAñade algún enlace normal%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sEnlaces salientes%3$s: No hay enlaces salientes en esta página. ¡%2$sAñade alguno%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLongitud de la meta description%2$s: ¡Bien hecho!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLongitud de la meta description%3$s: La meta description tiene más de %4$d caracteres. Asegúrate de que sea visible toda la description, ¡%2$sdeberías reducir su longitud%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLongitud de la meta description%3$s: La meta description es demasiado corta (menos de %4$d caracteres). Hay hasta %5$d caracteres disponibles. ¡%2$sUsa el espacio%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLongitud de la meta description%3$s: No se ha especificado ninguna meta description. Los motores de búsqueda mostrarán en su lugar texto de la página. ¡%2$sAsegúrate de escribir una%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrase clave en la meta description%2$s: La meta description se ha especificado, pero no contiene la frase clave objetivo. ¡%3$sArregla eso%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase clave en la meta description%2$s: La meta description contiene la palabra clave objetivo %3$s veces, que es más del máximo recomendado de 2 veces. ¡%4$sLimita eso%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFrase clave en la meta description%2$s: La frase clave objetivo o el sinónimo aparece en la meta description. ¡Bien hecho!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongitud de la frase clave%5$s: La frase clave tiene %1$d palabras. Es mucho más que el máximo recomendado de %2$d palabras. ¡%4$sHazla más corta%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongitud de la frase clave%5$s: La frase clave tiene %1$d palabras. Es más que el máximo recomendado de %2$d palabras. ¡%4$sHazla más corta%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLongitud de la frase clave%2$s: ¡Buen trabajo!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongitud de la frase clave%3$s: No se ha establecido una frase clave objetivo para esta página. %2$sEstablece una frase clave objetivo para calcular tu puntuación SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrase clave en la introducción%3$s: Tu frase clave o sus sinónimos no aparecen en el primer párrafo. %2$sAsegúrate de que el tema esté claro inmediatamente%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrase clave en la introducción%3$s: Tu frase clave o sus sinónimos aparecen en el primer párrafo del texto, pero no dentro de una frase. ¡%2$sArregla eso%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase clave en la introducción%2$s: ¡Bien hecho!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sEnlaces internos%2$s: En esta página hay enlaces internos nofollow y normales. ¡Buen trabajo!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sEnlaces internos%2$s: Tienes suficientes enlaces internos. ¡Buen trabajo!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sEnlaces internos%3$s: Los enlaces internos de esta página son todos nofollow. %2$sAñade algún buen enlace interno%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sEnlaces internos%3$s: No hay enlaces internos en esta página, ¡%2$sasegúrate de añadir alguno%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sPalabras de transición%2$s: ¡Bien hecho!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sPalabras de transición%2$s: Solo %3$s de las frases contienen palabras de transición, y no es suficiente. %4$sUsa algunas más%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sPalabras de transición%2$s: Ninguna de las frases contiene palabras de transición. %3$sUsa alguna%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNo hay suficiente contenido%2$s: %3$sPor favor, añade algo de contenido para permitir un buen análisis%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribución de subtítulos%2$s: No estás usando ningún subtítulo, pero tu texto es bastante corto y probablemente no los necesite."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribución de subtítulos%2$s: No estás usando ningún subtítulo, aunque tu texto es bastante largo. %3$sPrueba a añadir algún subtítulo%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribución de subtítulos%2$s: %3$d sección de tu texto tiene más de %4$d palabras y no está separada por ningún subtítulo. %5$sAñade subtítulos para mejorar la legibilidad%2$s.","%1$sDistribución de subtítulos%2$s: %3$d secciones de tu texto tienen más de %4$d palabras y no están separadas por ningún subtítulo. %5$sAñade subtítulos para mejorar la legibilidad%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribución de subtítulos%2$s: ¡Fantástico trabajo!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLongitud de las frases%2$s: %3$s de las frases contiene más de %4$s palabras, que es más del máximo recomendado de %5$s. %6$sTrata de acortar las frases%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLongitud de las frases%2$s: ¡Fantástico!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFrases consecutivas%2$s: Hay suficiente variedad en tus frases. ¡Eso es fantástico!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFrases consecutivas%2$s: El texto contiene %3$d frases consecutivas que empiezan con la misma palabra. ¡%5$sIntenta probar cosas nuevas %2$s!","%1$sFrases consecutivas%2$s: El texto contiene %4$d ocasiones en las que %3$d o más frases consecutivas empiezan con la misma palabra. ¡%5$sIntenta probar cosas nuevas %2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVoz pasiva%2$s: %3$s de las frases contiene una voz pasiva, que es más del máximo recomendado de %4$s. %5$sIntenta usar sus equivalentes activas%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVoz pasiva%2$s: Estás usando suficientes voces activas. ¡Eso es fantástico!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLongitud de párrafos%2$s: %3$d de los párrafos contiene más del máximo recomendado de %4$d palabras. ¡%5$sAcorta tus párrafos%2$s!","%1$sLongitud de párrafos%2$s: %3$d de los párrafos contienen más del máximo recomendado de %4$d palabras. ¡%5$sAcorta tus párrafos%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLongitud de párrafos%2$s: Ninguno de los párrafos es demasiado largo. ¡Fantástico trabajo!"],"Good job!":["¡Buen trabajo!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sPrueba de legibilidad Flesch%2$s: El texto puntúa %3$s en la prueba, lo que se considera %4$s de leer. %5$s%6$s%7$s"],"Focus keyphrase":["Frase clave objetivo"],"%1$s with ID %2$s couldn't be patched":["no pudo parchearse el %1$s con el ID %2$s"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Petición POST no válida. Los valores meta ya existen para el objeto con el ID %1$s."],"Indexable with ID `%1$s` does not exist":["El indexable con el ID `%1$s` no existe"],"No object with ID %1$s and %2$s could be found":["No se pudo encontrar ningún objeto con el ID %1$s y %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` no es un subtipo válido de `%2$s`"],"The object type `%1$s` is invalid":["El tipo de objeto `%1$s` no es válido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Tipo no válido para el parémetro `%1$s` pasado. Se esperaba `%2$s`, pero se obtuvo `%3$s`"],"The parameter `%1$s` cannot be empty.":["El parámetro `%1$s` no puede estar vacío."],"Check Keyphrase Density":["Comprueba la densidad de la frase clave"],"Disable":["Desactivar"],"Allow Control":["Permitir control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Esta pestaña te permite desactivar selectivamente características de %s en todos los sitios de la red. Por defecto están activas todas las características, lo que permite a los administradores del sitio elegir por sí mismos si quieren activar o desactivar una característica para su sitio. Cuando desactives aquí una característica los administradores del sitio no podrán usar esa característica."],"%s is a required feature toggle argument.":["%s es un argumento de activación de la característica obligatorio"],"Keyphrase:":["Frase clave:"],"Remove keyphrase":["Quitar frase clave"],"This feature has been disabled by the network admin.":["Esta característica la ha desactivado el administrador de la red."],"Focus keyphrase not set.":["La frase clave objetivo no está establecida."],"Multiple keyphrases":["Múltiples frases clave"],"Colon":["Dos puntos"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Tanto %1$s como %2$s gestionan el SEO de tu sitio. Ejecutar dos plugins SEO al mismo tiempo es perjudicial."],"There is a new notification.":["Hay un nuevo aviso.","Hay nuevos avisos."],"Learn more about the readability analysis":["Aprende más sobre el análisis de legibilidad"],"Describe the duration of the instruction:":["Describe la duración de la instrucción:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personaliza cómo quieres describir la duración de la instrucción."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Esta es una lista de contenido relacionado al que podrías enlazar en tu entrada. {{a}}Lee nuestro artículo sobre la estructura del sitio{{/a}} para aprende rmás sobre como el enlazado interno puede ayudar a mejorar tu SEO."],"%s, %s and %s":["%s, %s y %s"],"%s and %s":["%s y %s"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d día","%d días"],"Enter a step title":["Introduce un título para el paso"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Esto puede darte un mayor control sobre los estilos de los pasos."],"CSS class(es) to apply to the steps":["Clase(s) CSS a aplicar a los pasos"],"minutes":["minutos"],"hours":["horas"],"days":["días"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Crea una guía práctica en un modo amigable para el SEO. Solo puedes usar un bloque de guía práctica en cada entrada."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Haz una lista de tus preguntas más frecuentes en un modo amigable para el SEO. Solo puedes usar un bloque de FAQ en cada entrada."],"Copy error":["Error en el texto"],"An error occurred loading the %s primary taxonomy picker.":["Ocurrió un error al cargar el selector %s de la taxonomía principal."],"%1$s Structured Data Blocks":["Bloques de %1$s de datos estructurados"],"Time needed:":["Tiempo necesario:"],"Move question down":["Bajar pregunta"],"Move question up":["Subir pregunta"],"Insert question":["Insertar pregunta"],"Delete question":["Borrar pregunta"],"Enter the answer to the question":["Escribe la respuesta a la pregunta"],"Enter a question":["Introduce una pregunta"],"Add question":["Añadir pregunta"],"Frequently Asked Questions":["Preguntas frecuentes"],"Great news: you can, with %s!":["Buenas noticias: ¡puedes, con %s!"],"Select the primary %s":["Elige el %s principal"],"Check links to this URL":["Comprueba los enlaces a esta URL"],"Keyword research training":["Entrenamiento de búsqueda de frases clave"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Mira la %1$splantilla de archivo%2$s del siguiente tipo de contenido: %3$s.","Mira las %1$splantillas de archivo%2$s de los siguientes tipos de contenido: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["¿Estás tratando de utilizar varias frases clave? Debes añadirlas por separado a continuación."],"Mark as cornerstone content":["Marcar como contenido esencial"],"Move step down":["Mover paso hacia abajo"],"Move step up":["Mover paso hacia arriba"],"Insert step":["Insertar paso"],"Delete step":["Eliminar paso"],"Add image":["Añadir imagen"],"Enter a step description":["Introduce una descripción del paso"],"Enter a description":["Introduce una descripción"],"Unordered list":["Lista desordenada"],"Showing step items as an ordered list.":["Mostrando los elementos de los pasos como una lista ordenada."],"Showing step items as an unordered list":["Mostrando los elementos de los pasos como una lista desordenada."],"Add step":["Añadir paso"],"Delete total time":["Eliminar tiempo total"],"Add total time":["Añadir tiempo total"],"How to":["Cómo hacer"],"How-to":["Cómo hacer"],"Snippet Preview":["Vista previa del snippet"],"Analysis results":["Resultados del análisis"],"Enter a focus keyphrase to calculate the SEO score":["Introduce una frase clave objetivo para calcular la puntuación SEO"],"Learn more about Cornerstone Content.":["Aprende más sobre el contenido esencial."],"Cornerstone content should be the most important and extensive articles on your site.":["El contenido esencial deben ser los artículos más importantes y extensos de tu sitio."],"Restore Site":["Restaurar sitio"],"Network Settings":["Ajustes de red"],"You are not allowed to perform this action.":["No tienes permisos para realizar esta acción."],"Error: %s":["Error: %s"],"Success: %s":["Éxito: %s"],"Site with ID %d not found.":["No se encontró el sitio con ID %d."],"No site has been selected to restore.":["No se seleccionó un sitio para ser restaurado."],"You are not allowed to modify unregistered network settings.":["No tienes permisos para modificar ajustes de red no registrados."],"deleted":["eliminado"],"Would you like to add another keyphrase?":["¿Te gustaría añadir otra frase clave?"],"image preview":["vista previa de imagen"],"Copied!":["¡Copiado!"],"Not supported!":["¡No compatible!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lee {{a}}nuestro artículo sobre de la estructura del sitio{{{/a}} para saber más sobre cómo los enlaces internos pueden ayudar a mejorar tu SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Cuando añadas algo más de texto te mostraremos aquí una lista de contenidos relacionados a los que podrías enlazar en tu entrada."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Plantéate enlazar a estos {{a}}artículos esenciales{{/a}}"],"Consider linking to these articles:":["Plantéate enlazar a estos artículos:"],"Copy link":["Copiar enlace"],"Copy link to suggested article: %s":["Copiar enlace al artículo sugerido: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":["Descripción corta del sitio"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Recientemente hemos mejorado la funcionalidad de los ajustes de apariencia en el buscador. Lamentablemente, hemos descubierto que en algunos casos puntuales el guardado de los ajustes de archivos para tipos de contenido específicos pudo haber fallado."],"Not all required fields are given. Missing field %1$s":["No se dan todos los campos obligatorios. Falta el campo %1$s"],"Optimize your site for Google News.":["Optimiza tu sitio para Google News."],"Optimize your shop's SEO and sell more products!":["¡Optimiza el SEO de tu tienda y vende más productos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Aparece en la búsqueda de vídeos de Google y mejora la difusión de tus vídeos en los medios sociales."],"Be found in Google Maps and local results.":["Aparece en Google Maps y los resultados locales."],"Learn practical SEO skills to rank higher in Google.":["Aprende habilidades SEO prácticas para obtener mejores resultados en Google."],"Don’t waste time figuring out the best settings yourself.":["No pierdas tiempo adivinando tú mismo los mejores ajustes."],"Get quick wins to make your site rank higher in search engines.":["Consigue avances rápidos para hacer que tu sitio obtenga mejores resultados en los motores de búsqueda."],"Add synonyms":["Añade sinónimos"],"Would you like to add keyphrase synonyms?":["¿Te gustaría añadir sinónimos de la frase clave? "],"Would you like to add more than one keyphrase?":["¿Te gustaría añadir más de una frase clave?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Puedes editar los metadatos SEO de este tipo de contenido personalizado en la %1$spágina de la tienda%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["No has configurado una página de tienda en tus ajustes de WooCommerce, Por favor, haz primero esto."],"Current year":["Año actual"],"Page":["Página"],"Breadcrumb settings for %s archive":["Ajustes de migas de pan para el archivo de %s"],"Something went wrong. Please reload the page.":[""],"Tagline":["Descripción corta"],"Modify your meta description by editing it right here":["Modifica tu meta description editándola aquí mismo"],"description (custom taxonomy)":["descripción (taxonomía personalizada)"],"(custom taxonomy)":["(taxonomía personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":["Term404"],"Caption":["Leyenda"],"Pagenumber":["Pagenumber"],"Pagetotal":["Pagetotal"],"Page number":["Número de página"],"User description":["Descripción del usuario"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":["Tipo de contenido (plural)"],"Post type (singular)":["Tipo de contenido (singular)"],"Separator":["Separador"],"Search phrase":["Frase de búsqueda"],"Term title":["Título del término"],"Term description":["Descripción del término"],"Tag description":["Descripción de la etiqueta"],"Category description":["Descripción de la categoría"],"Primary category":["Categoría principal"],"Category":["Categoría"],"Tag":["Etiqueta"],"Excerpt only":["Solo el extracto"],"Excerpt":["Extracto"],"Site title":["Título del sitio"],"Archive title":["Título del archivo"],"Parent title":["Título superior"],"Date":["Fecha"],"Label":["Etiqueta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Deberías crear una redirección para asegurarte de que tus visitantes no obtienen un error 404 cuando hagan clic en la URL que ya no funciona."],"Search engines and other websites can still send traffic to your deleted post.":["Los motores de búsqueda y otras webs puede que sigan enviando tráfico a tu entrada borrada."],"Make sure you don't miss out on traffic!":["¡Asegúrate de no perder tráfico!"],"You just deleted a %1$s.":["Acabas de borrar una %1$s."],"You just trashed a %1$s.":["Acabas de enviar a la papelera una %1$s."],"Settings for %s archive":["Ajustes del archivo de %s"],"Settings for single %s URLs":["Ajustes de las URLs de cada %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Los ajustes de esta página te permiten especificar cuál debería ser la apariencia en el buscador por defecto para cualquier tipo de contenido que tengas. Puedes elegir qué tipos de contendido aparecerán en los resultados de búsqueda y cuál debería ser su descripción por defecto."],"Url preview":[""],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":[""],"No results":[""],"%d result found, use up and down arrow keys to navigate":["","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":[""],"Number of results found: %d":["Número de resultados encontrados: %d"],"Note that not all variables can be used in every field.":["Ten en cuenta que no todas las variables se pueden usar en todos los campos."],"Snippet variables":["Variables del snippet"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respeta tu privacidad. Lee nuestra %2$spolítica de privacidad%3$s para saber cómo gestionamos tu información personal."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Si sabes lo que esto significa y no quieres ver más este mensaje puedes %1$sdescartar este mensaje%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Los ajustes de tu sitio actualmente permiten que existan URLs de adjuntos en tu sitio. Por favor, %1$slee esta entrada sobre un problema potencial%2$s con las URLs de los adjuntos y revisa si tienes el ajuste correcto para tu sitio."],"Unknown type %1$s":["Tipo de %1$s desconocido"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["¡Incluye una cuenta gratuita MyYoast que te da acceso a nuestro curso gratuito SEO para principiantes!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Únete para nuestra newsletter si quieres estar al día sobre %1$s, otros plugins interesantes de %2$s, y noticias interesantes y consejos del mundo del SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obtén tu código de verificación de Baidu en las %1$s herramientas de administrador Baidu %2$s."],"Baidu verification code":["Código de verificación de Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["La funcionalidad del importador de %s utiliza tablas temporales de la base de datos. Parece que tu instalación de WordPress no tiene la capacidad de hacer esto, por favor, consulta a tu proveedor de alojamiento."],"Cleanup of %s data failed.":["La limpieza de los datos de %s han fallado."],"Content Type":["Tipo de contenido"],"Filter by content type":["Filtar por tipo de contenido"],"Show All Content Types":["Mostrar todos los tipos de contenido"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Para solucionar esto desmarca la casilla delante de «Separar los comentarios en páginas...» en la %1$spágina de ajustes de comentarios%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Reemplazado con el título normal de un archivo generado por WordPress"],"Clean":["Limpiar"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Una vez estés seguro de que tu sitio está BIEN puedes limpiarlo. Esto borrará todos los datos originales."],"Step 5: Clean up":["Paso 5: Limpieza"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Deberías ejecutar el asistente de configuración, desde la página SEO → General → Escritorio, para asegurarte de que todos los ajustes de tu sitio están correctos."],"Step 4: Run the configuration wizard":["Paso 4: Ejecutar el asistente de configuración."],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, revisa tus entradas y páginas para ver si se han importado correctamente los metadatos."],"Step 3: Check your data":["Paso 4: Comprueba tus datos"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Paso 2: Importar"],"Please make a backup of your database before starting this process.":["Por favor, haz una copia de seguridad de tu base de datos antes de empezar este proceso."],"Step 1: Create a backup":["Paso 1: Crea una copia de seguridad"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Hemos detectado datos de uno o más plugins SEO en tu sitio. Por favor, sigue los siguientes pasos para importar los datos:"],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Entradas que no deberían mostrarse en los resultados de búsqueda"],"%s data found.":["%s datos encontrados."],"%s data successfully removed.":["%s datos borrados con éxito."],"%s data successfully imported.":["%s datos importados con éxito."],"%s data not found.":["%s datos no encontrados."],"Improve your SEO skills":["Mejora tus habilidades SEO"],"24/7 email support":["Soporte por correo electrónico 24/7"],"No more dead links a.k.a. 404 pages":["No más enlaces muertos, también conocidos como páginas 404"],"Get real-time suggestions for internal links":["Consigue sugerencias en tiempo real de enlaces internos"],"Preview your page in Facebook and Twitter":["Vista previa de tu página en Facebook y Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Haz clic en el botón \"%3$s\" para usar la meta description ya establecida en el ajuste de %1$sapariencia en el buscador%2$s."],"Help on copying the home meta description":["Ayuda sobre como copiar la meta description de portada"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Para permitir a los motores de búsqueda saber qué perfiles sociales están asociados a este sitio introduce los datos de los perfiles sociales de tu sitio a continuación."],"Learn more about your social profiles settings":["Aprende más sobre los ajustes de tus perfiles sociales"],"Remove the categories prefix":["Elimina el prefijo de las categorías"],"Help on the category prefix setting":["Ayuda sobre el ajuste del prefijo en las categorías"],"Learn more about the available variables":["Aprende más sobre las variables disponibles"],"Learn more about the RSS feed setting":["Aprende más sobre el ajuste del RSS feed"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Cuando subes medios (una imagen o un vídeo, por ejemplo) a WordPress, no guarda solo el medio, crea también una URL de adjunto para él. Estas páginas de adjuntos están bastante vacías: contienen el elemento del medio y puede que un título si lo has introducido. Debido a esto, si nunca usas estas URLs de adjuntos, es mejor desactivarlas, y redirigirlas al medio mismo."],"Learn more about the Media and attachment URLs setting":["Aprende más sobre el ajuste de medios y URLs de adjuntos"],"Learn more about the title separator setting":["Aprende más sobre el ajustes del separador de título"],"Learn more about the knowledge graph setting":["Aprende más sobre el ajuste de knowledge graph"],"Learn more about the homepage setting":["Aprende más sobre el ajuste de portada"],"Learn more about the special pages setting":["Aprende más sobre el ajustes de páginas especiales"],"Help on the date archives search results setting":["Ayuda sobre el ajuste de resultados de búsqueda en archivos por fecha"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar los archivos de autor sin entradas en los resultados de búsqueda técnicamente significa que tendrán un meta robots %1$s y que se excluirán de los mapas del sitio XML. %2$sMás información sobre los ajustes de resultados de búsqueda%3$s."],"Help on the authors without posts archive search results setting":["Ayuda sobre el ajuste de autores sin entradas en los resultados de búsqueda"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["No mostrar los archivos de autor en los resultados de búsqueda técnicamente significa que tendrán un meta robots %1$s y que se excluirán de los mapas del sitio XML. %2$sMás información sobre los ajustes de resultados de búsqueda%3$s."],"Help on the author archives search results setting":["Ayuda sobre el ajuste de archivos de autor en los resultados de búsqueda"],"Archives settings help":["Ayuda sobre los ajustes en archivos"],"Learn more about the archives setting":["Aprende más sobre el ajuste de archivos"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obtén tu código de verificación de Yandex en las %1$sherramientas para webmasters de Yandex%2$s."],"Yandex verification code":["Código de verificación de Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obtén tu código de verificación de Google en %1$sla Search Console de Google%2$s."],"Google verification code":["Código de verificación de Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obtén tu código de verificación de Bing en %1$slas herramientas para webmasters de Bing%2$s."],"Bing verification code":["Código de verificación de Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Puedes usar las cajas siguientes para verificar las distintas herramientas para webmasters. Esta característica añadirá una meta tag de verificación en tu portada. Sigue los enlaces a las distintas herramientas para webmasters y mira las instrucciones para el método de verificación de la meta tag con el que conseguir el código de verificación. Si tu sitio ya está verificado puedes olvidarte de esto."],"Learn more about the Webmaster Tools verification":["Aprende más sobre la verificación en las herramientas para webmasters"],"On":["Activo"],"Help on: %s":["Ayuda sobre: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s tiene un montón de características. Puedes activar / desactivar algunas de ellas a continuación. Al hacer clic en el signo de interrogación se muestra más información sobre la característica."],"Off":["Inactivo"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["La sección avanzada de la caja meta de %1$s permite a un usuario eliminar entradas de los resultados de búsqueda o cambiar el canonical. Estas son cosas que puede que no quieras que haga un autor. Es por ello que, por defecto, solo los editores y administradores pueden hacerlo. Establecer esto a \"%2$s\" permitirá a todos los usuarios cambiar estos ajustes."],"Security: no advanced settings for authors":["Seguridad: sin ajustes avanzados para los autores"],"See who contributed to %1$s.":["Mira quién ha contribuido a %1$s."],"Help on this search results setting":["Ayuda sobre este ajuste de resultados de búsqueda"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar los archivos de %1$s en los resultados de búsqueda técnicamente significa que tendrán un meta robots %2$s y que se excluirán de los mapas del sitio XML. %3$sMás información sobre los ajustes de resultados de búsqueda%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["No mostrar %1$s en los resultados de búsqueda técnicamente significa que tendrán un meta robots %2$s y que se excluirán de los mapas del sitio XML. %3$sMás información sobre los ajustes de resultados de búsqueda%4$s."],"Default for %2$s, currently: %1$s":["Por defecto es %2$s, actualmente: %1$s"],"Show %s in search results?":["¿Mostramos %s en los resultados de búsqueda?"],"this author's archives":["archivos de este autor"],"Do not allow search engines to show %s in search results.":["No permitir a los motores de búsqueda mostrar %s en los resultados."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["En WordPress, las URL de las categorías contienen un prefijo, generalmente %s, esta característica elimina ese prefijo, únicamente en las categorías."],"Category URLs":["URLs de categorías"],"the archive for %s":["el archivo para %s"],"Redirect attachment URLs to the attachment itself?":["¿Redirigir las URL de adjuntos a los propios adjuntos?"],"We recommend you set this to Yes.":["Recomendamos establecer esto a Sí."],"Media & attachment URLs":["URL de medios y adjuntos"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Esto es lo que se muestra en los resultados de búsqueda cuando las personas encuentran tu página de inicio. Significa que esto es probablemente lo que verán cuando busquen su nombre de marca."],"date archives":["archivos por fecha"],"archives for authors without posts":["archivos para autores sin entradas"],"Read why XML Sitemaps are important for your site.":["Lee por qué los mapas del sitio XML son importantes para tu sitio."],"Enable the XML sitemaps that %s generates.":["Activar los mapas del sitio XML que genera %s."],"See the XML sitemap.":["Ver el mapa del sitio XML."],"%2$s (current default for %1$s)":["%2$s (actualmente por defecto para %1$s)"],"Media":["Medios"],"Content Types":["Tipos de contenido"],"Should search engines follow links on this %1$s?":["¿Deberían los motores de búsqueda seguir enlaces en esta %1$s?"],"Allow search engines to show this %s in search results?":["¿Permitir a los motores de búsqueda mostrar esta %s en los resultados?"],"Search Appearance":["Apariencia en el buscador"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Por favor, especifica qué tipos de contenido quieres que aparezcan en los motores de búsqueda. Si no conoces las diferencias entre ellos, es mejor que elijas los ajustes por defecto."],"Search engines should show \"%1$s\" in search results:":["Los motores de búsqueda deberían mostrar \"%1$s\" en los resultados:"],"Search engine visibility":["Visibilidad en los motores de búsqueda"],"Toggle %1$s's XML Sitemap":["Alternar mapa del sitio XML de %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Las peticiones de soporte que has creado aquí se enviaron directamente a nuestro sistema de soporte, que está asegurado con SSL de 256 bits, así que la comunicación es 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La característica de contenido esencial te permite marcar y filtrar contenido esencial de tu web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si tienes algún problema que no puedas resolver con nuestros tutoriales en vídeo o base de conocimiento puedes enviar un mensaje a nuestro equipo de soporte. Puedes contactar con ellos 24/7."],"Search result":["Resultado de búsqueda"],"Good results":["Buenos resultados"],"Get better search results in local search":["Consigue mejores resultados de búsqueda en la búsqueda local"],"Allow customers to pick up their %s order locally":["Permite a tus clientes recoger su pedido de %s en tu local"],"SEO analysis":["Análisis SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["El análisis SEO ofrece sugerencias para mejorar el SEO de tu texto."],"Learn how the SEO analysis can help you rank.":["Aprende cómo puede el análisis SEO mejorar tu posicionamiento."],"The readability analysis offers suggestions to improve the structure and style of your text.":["El análisis de legibilidad ofrece sugerencias para mejorar la estructura y estilo de tu texto."],"Discover why readability is important for SEO.":["Descubre por qué la legibilidad es importante para el SEO."],"Find out how cornerstone content can help you improve your site structure.":["Descubre cómo el contenido esencial puede ayudarte a mejorar la estructura de tu sitio."],"The text link counter helps you improve your site structure.":["El contador de enlaces de texto te ayuda a mejorar la estructura de tu sitio."],"Find out how the text link counter can enhance your SEO.":["Descubre cómo el contador de enlaces de texto puede mejorar tu SEO."],"%s integration":["Integración con %s"],"Read more about how %s works.":["Lee más acerca de cómo funciona %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta característica si quieres que Facebook y otras redes sociales muestren una vista previa con imágenes y un extracto de texto cuando se comparta un enlace de tu sitio."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta característica si quieres que Twitter muestre una vista previa con imágenes y un extracto de texto cuando se comparta un enlace de tu sitio."],"Find out why you should upgrade to %s":["Descubre por qué deberías actualizar a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Últimos artículos del blog de %1$s"],"Need help?":["¿Necesitas ayuda?"],"Type here to search...":["Teclea aquí para buscar…"],"Search the Yoast Knowledge Base for answers to your questions:":["Busca en la base de conocimiento de Yoast respuestas a tus preguntas:"],"Remove highlight from the text":["Quitar el resaltado del texto"],"Your site language is set to %s. ":[""],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["¡Comienza ya mismo con el %2$sasistente de configuración%3$s de %1$s!"],"First-time SEO configuration":["Configuración SEO inicial"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["El idioma de tu sitio está configurado a {language}. Si esto no es correcto contacta con el administrador de tu sitio."],"Your site language is set to {language}.":["El idioma de tu sitio está configurado a {language}."],"Highlight this result in the text":["Resalta este resultado en el texto"],"Considerations":["Consideraciones"],"Errors":["Errores"],"Change language":["Cambiar idioma"],"You cannot create a %s file.":["No puedes crear un archivo %s."],"You cannot edit the %s file.":["No puedes editar el archivo %s."],"Updated %s":["%s actualizado"],"Create %s file":["Crear archivo %s"],"Edit the content of your %s:":["Editar el contenido de tu %s:"],"Save changes to %s":["Guardar cambios a %s"],"%s file":["archivo %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin que les ayude. Por favor, instala %3$s para hacer tu vida más fácil. %4$s."],"More information":["Más información"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin que les ayude. Por favor, activa %3$s para hacer tu vida más fácil."],"More information about %1$s":["Más información sobre %1$s"],"Configuration Wizard":["Asistente de configuración"],"You've done it!":["¡Lo has hecho!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["¡Integra sin problemas el análisis de contenido de %2$s con %1$s!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s y %2$s pueden funcionar juntos mucho mejor añadiendo un plugin auxiliar. Instala %3$s para hacer tu vida más fácil."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Los ajustes de apariencia en el buscador para %1$s están formados por variables que se reemplazan por valores específicos de la página cuando esta se muestra. La tabla de abajo contiene una lista de las variables disponibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marca la %1$s más importante como 'contenido esencial' para mejorar la estructura de tu sitio. %2$sAprende más sobre contenido esencial%3$s."],"Loading help center.":["Cargando el centro de ayuda."],"Get support":["Obtén soporte"],"View in KB":["Ver en la KB"],"Go back":["Volver"],"Go back to the search results":["Volver a los resultados de búsqueda"],"(Opens in a new browser tab)":["(Se abre en una nueva pestaña del navegador)"],"Posts %1$swithout%2$s a focus keyphrase":["Entradas %1$ssin%2$s frase clave objetivo"],"Hey, your SEO is doing pretty well! Check out the stats:":["¡Eh, tu SEO está funcionando bastante bien! Echa un vistazo a las estadísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["No tienes ninguna entrada publicada. ¡Tus puntuaciones SEO aparecerán aquí una vez hagas tu primera entrada!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["En esta página puedes cambiar el nombre de tu sitio y elegir qué separador usar. El separador se mostrará, por ejemplo, entre el título de tu entrada y el nombre\ndel sitio. Los símbolos se muestran en el tamaño en que aparecerán en los\nresultados de búsqueda. Elige el que se adapte mejor a tu marca o que ocupe\nel menor espacio posible en los snippets."],"Something else":["Algo más"],"A portfolio":["Un portafolio"],"A corporation":["Una empresa"],"A small offline business":["Un pequeño negocio offline"],"A news channel":["Un canal de noticias"],"An online shop":["Una tienda online"],"A blog":["Un blog"],"What does the site %1$s represent?":["¿A qué representa el sitio %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Si eliges que no, no se activará ningún archivo de autor para evitar\nproblemas de contenido duplicado."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: no almacenamos tus datos de ningún modo, y no tenemos acceso completo a tu cuenta. Tu privacidad está a salvo con nosotros."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s se integra con la Google Search Console, una herramienta imprescindible para los propietarios de sitios. Te ofrece información sobre el estado de tu sitio. ¿Aún no tienes una cuenta de Google o no has activado tu sitio? Aprende a %2$sconectar la Google Search Console a tu sitio%3$s."],"Option B: My site is under construction and should not be indexed":["Opción B: Mi sitio está en construcción y no debería indexarse"],"Option A: My site is live and ready to be indexed":["Opción A: Mi sitio está en directo y listo para indexar"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Elige en construcción si quieres mantener el sitio fuera de los índices\nde los motores de búsqueda. No olvides activarlo una vez estés listo\npara publicar tu sitio."],"Please specify if your site is under construction or already active.":["Por favor, especifica si tu sitio está en construcción o si ya está activo."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Esta información se usará en la ficha de Google Knowledge Graph, el gran bloque\nde información que verás a la derecha de los resultados de búsqueda."],"Read more like this on our SEO blog":["Lee más como esto en nuestro blog de SEO"],"Readability: %s":[""],"Not activated":["Sin activar"],"Activated":["Activa"],"%1$s recommendations for you":["Recomendaciones de %1$s para ti"],"All Readability Scores":["Todas las puntuaciones de legibilidad"],"Filter by Readability Score":["Filtrar por puntuación de legibilidad"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["¡No estás recibiendo actualizaciones ni soporte! Soluciona este problema añadiendo este sitio y activando %1$s en %2$s."],"Request method %1$s is not valid.":["El método de petición %1$s no es válido."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["¿Quieres previsualizar lo que verá la gente si comparte esta entrada en %1$s? Puedes, con %2$s."],"Good job! All the links in your texts have been counted.":["¡Buen trabajo! Todos los enlaces en tus textos se han contabilizado."],"Calculation completed.":["Cálculo completado."],"Calculation in progress...":["Cálculo en progreso…"],"Stop counting":["Parar el conteo"],"Counting links in your texts":["Contando enlaces en tus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s procesado."],"All your texts are already counted, there is no need to count them again.":["Se han contado todos tus textos, no hay necesidad de contarlos de nuevo."],"Count links in your texts":["Cuenta los enlaces en tus textos"],"Text link counter":["Contador de enlaces en textos"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de enlaces internos que enlazan a esta entrada. Revisa el texto en las «Columnas Yoast» de la pestaña de ayuda para más información."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de enlaces salientes de esta entrada. Revisa el texto «Columnas Yoast» de la pestaña de ayuda para más información."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s añade varias columnas a esta página. Hemos escrito un artículo sobre %2$scómo usar la puntuación SEO y de legibilidad%3$s. Las columnas de enlaces muestran el número de artículos de este sitio enlazando %5$sa%6$s este artículo y el número de URLs enlazadas %5$sdesde%6$s este artículo. Aprende más sobre %4$scómo usar estas utilidades para mejorar tu enlazado interno%3$s, lo que mejora enormemente tu SEO."],"%s Columns":["Columnas %s"],"Readability score":["Puntuación de legibilidad"],"Other benefits of %s for you:":["Otros beneficios de %s para ti:"],"Scroll to see the preview content.":["Navega para ver la vista previa del contenido."],"Cornerstone content":["Contenido esencial"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s ahora se ocupará de toda la optimización técnica necesaria para tu sitio. Para mejorar de verdad el rendimiento de tu sitio en los resultados de búsqueda es importante empezar a crear contenido que puntúe bien por las frases clave que te interesen. Revisa este vídeo en el que explicamos como usar la caja meta %1$s cuando editas entradas y páginas."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["¡Si quieres ganar a tu competencia en una región o ciudad específica echa un vistazo a nuestro plugin %1$s! Podrás insertar fácilmente mapas de Google, horarios de apertura, información de contacto y localizadores de tienda. Además de todo esto %1$s te ayuda a mejorar la usabilidad de tu página de contacto. "],"Attract more customers near you":["Atrae más clientes cerca de ti"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["¿Quieres conocer todos los secretos del plugin %1$s? ¿Quieres aprender todo sobre nuestros ajustes avanzados? ¿Quieres ser realmente capaz de sacar el máximo partido del plugin %1$s? ¡Echa un vistazo a nuestro entrenamiento del plugin %1$s y empieza a ganar a tu competencia!"],"Get the most out of %1$s with the %2$s":["Saca el máximo partido de %1$s con el %2$s"],"Upgrade to Premium":["Actualizar a premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["¿Quieres ganar a tu competencia? %1$s te ofrece fantásticas características adicionales que te ayudarán a configurar tu estrategia SEO como un profesional. Añade sinónimos y palabras clave relacionadas, nuestro análisis SEO Premium el gestor de redirecciones y nuestra herramienta de enlaces internos. %1$s también te dará acceso a soporte premium."],"Outrank the competition with %s":["Gana a tu competencia con %s"],"You might like":["Te podría gustar"],"Newsletter":["Boletín"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Hemos detectado que no has completado aún este asistente, así que te recomendamos que %2$sinicies el asistente de configuración para configurar %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["El asistente de configuración te ayudar a configurar con facilidad tu sitio para conseguir los ajustes SEO óptimos."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Hazte Premium y nuestros expertos responderán cualquier pregunta que puedas tener acerca de la configuración y el uso del plugin."],"Superfast internal linking suggestions":["Sugerencias super rápidas sobre enlaces internos"],"Great news: you can, with %1$s!":["¡Buenas noticias: puedes hacerlo, con %1$s!"],"Save changes":["Guardar cambios"],"1 year free support and updates included!":["¡1 año de soporte y actualizaciones gratuitas incluido!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["El plugin %2$s cambia el código de tu sitio haciendo diferencias entre los motores de búsqueda y los usuarios normales, un proceso llamado cloaking. Recomendamos encarecidamente que lo desactives."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sVista previa en redes sociales%2$s: Facebook y Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNo más enlaces muertos%2$s: sencillo gestor de redirecciones"],"No ads!":["¡Sin anuncios!"],"Facebook & Twitter":["Facebook y Twitter"],"Social media preview":["Vista previa en redes sociales"],"Easy redirect manager":["Sencillo gestor de redirecciones"],"No more dead links":["No más enlaces muertos"],"Increase your SEO reach":["Aumenta tu alcance SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Si quieres más ayuda para crear contenido impactante revisa nuestro %2$scurso de escritura SEO%3$s. ¿Quieres conocer todas las características del plugin?, ¡plantéate hacer nuestro %1$s!"],"Variable":["Variable"],"Available variables":["Variables disponibles"],"Scroll to see the table content.":["Navega para ver el contenido de la tabla."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Por favor, si necesitas ayuda, revisa %1$snuestro artículo sobre cómo conectar tu web a Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Ocurrió un error en la evaluación '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s de las palabras contiene %2$smás de %3$s sílabas%4$s, que es más que el máximo recomendado: %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s de las palabras contienen %2$smás %3$s sílabas%4$s, que es menor o igual que el máximo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Esto es ligeramente menos que el mínimo recomendado de %5$d palabra. %3$sEscribe un poco más%4$s.","Esto es ligeramente menos que el mínimo recomendado de %5$d palabras. %3$sEscribe un poco más%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La meta description contiene %1$d frase %2$sde más de %3$s palabras%4$s. Trata de acortar esta frase.","La meta description contiene %1$d frases %2$sde más de %3$s palabras%4$s. Trata de acortar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La meta description no contiene frases %1$sde más de %2$s palabras%3$s."],"Step %1$d: %2$s":["Paso %1$d: %2$s"],"No new notifications.":["No hay nuevos avisos."],"Save all":["Guardar todo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, autor en %2$s"],"Mobile preview":["Vista previa móvil"],"Desktop preview":["Vista previa escritorio"],"Select redirect":["Elige redirección"],"Please provide an SEO title by editing the snippet below.":["Por favor introduce un título SEO editando el snippet de abajo."],"Meta description preview:":["Vista previa de la meta description:"],"Slug preview:":["Vista previa del slug:"],"SEO title preview:":["Vista previa del título SEO:"],"Close snippet editor":["Cerrar el editor de snippet"],"Slug":["Slug"],"Remove marks in the text":["Quitar marcas del texto"],"Mark this result in the text":["Marca este resultado en el texto"],"Marks are disabled in current view":["Las marcas están desactivadas en la vista actual"],"Good SEO score":["Puntuación SEO buena"],"OK SEO score":["Puntuación SEO aceptable"],"Feedback":["Feedback"],"ok":["fácil"],"Choose an image":["Elige una imagen"],"Remove the image":["Quita la imagen"],"MailChimp signup failed:":["El registro en Mailchimp ha fallado:"],"Sign Up!":["¡Regístrate!"],"Name":["Nombre"],"There is an error with the request.":["Ocurrió un error en la petición."],"Select profile":["Elige perfil"],"Choose a profile":["Elige un perfil"],"Authorization code":["Código de autorización"],"Reauthenticate with Google":["Volver a identificar con Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para permitir que %s obtenga tu información de la consola de búsqueda de Google, por favor, introduce tu código de autorización de Google. Al hacer clic en el botón de abajo se abrirá una nueva ventana. "],"Please provide a meta description by editing the snippet below.":["Por favor introduce una meta description editando el snippet de abajo."],"Edit snippet":["Editar snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Puedes hacer clic en cualquier elemento de la vista previa para ir al editor del snippet."],"SEO title preview":[""],"Meta description preview":[""],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Ocurrió un problema al guardar este paso, {{link}}por favor, envía un informe de fallos{{/link}} describiendo en qué paso estás y qué cambios querías hacer (si los hubiera)."],"Close the Wizard":["Cerrar el asistente"],"Export settings":["Exportar ajustes"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Asistente de configuración"],"Please don't show me this notification anymore":["Por favor, no me muestres más este aviso"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Si estás teniendo problemas, %1$spor favor, envía un informe de fallos%2$s y haremos todo lo posible para ayudarte."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Hemos observado que has estado usando %1$s desde hace algún tiempo; ¡esperamos que te guste! ¡Nos encantaría que pudieras %2$sdejarnos una valoración de 5 estrellas en WordPress.org%3$s!"],"Date archives settings":["Ajustes de archivos por fecha"],"Author archives settings":["Ajustes de archivos de autor"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Aviso: la variable %s no puede usarse en esta plantilla. Revisa el centro de ayuda para más información."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Por cierto, ¿sabías que también tenemos un %1$splugin Premium%2$s? Ofrece funcionalidades avanzadas, como un gestor de redirecciones y compatibilidad con múltiples frases clave. También incluye soporte personal 24/7."],"(no title)":["(sin título)"],"%s installation wizard":["Asistente de instalación de %s"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["El menú de la barra de administración de %1$s contiene enlaces útiles de herramientas de terceros con las que analizar páginas y facilitarte ver si tienes nuevos avisos."],"Admin bar menu":["Menú de la barra de administración"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Características"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Aunque hemos tratado que configurar %1$s sea lo más fácil posible, entendemos que puede ser intimidante. Si prefieres que configuremos %1$s por ti (y de paso tener una copia de %2$s) ¡contrata nuestro %3$s%1$sservicio de configuración de %4$s aquí!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bienvenido al asistente de instalación de %1$s. ¡En unos pocos pasos te ayudaremos a configurar tus ajustes SEO para que se ajusten a las necesidades de tu web!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google muestra el nombre de tu web en los resultados de búsqueda, y si quieres cambiarlo, puedes hacerlo aquí."],"Greater than sign":["Símbolo mayor que"],"Less than sign":["Símbolo de menor que"],"Right angle quotation mark":["Comilla inclinada a la derecha"],"Left angle quotation mark":["Comilla inclinada a la izquierda"],"Small tilde":["Tilde pequeña"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco bajo"],"Asterisk":["Asterisco"],"Bullet":["Viñeta"],"Middle dot":["Punto medio"],"Em dash":["Guión largo"],"En dash":["Guión corto"],"Dash":["Guión"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Elige qué símbolo utilizar como separador de título. Se mostrará, por ejemplo, entre el título de tu publicación y el nombre del sitio. Los símbolos se muestran en el tamaño en el que aparecerán en los resultados de búsqueda."],"The name of the person":["El nombre de la persona"],"No":["No"],"Yes":["Sí"],"Does, or will, your site have multiple authors?":["¿Tiene o tendrá tu sitio varios autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genera automáticamente una URL para cada elemento multimedia existente en la biblioteca. Activando esto permitirá a Google indexar la URL generada."],"Success!":["¡Lo lograste!"],"Title settings":["Ajustes de título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Varios autores"],"Site type":["Tipo de sitio"],"Environment":["Entorno"],"Yoast option %1$s not found.":["El ajuste %1$s de Yoast no está disponible."],"Google Structured Data Test":["Test de datos estructurados de Google"],"Posts list":["Lista de entradas"],"Posts list navigation":["Navegación por la lista de entradas"],"Filter posts list":["Filtrar la lista de entradas"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Observa que los enlaces a los archivos aún podrían verse en tu tema y que puede que tengas que quitarlos por tu cuenta."],"%1$s to optimize your site even further":["%1$s para optimizar tu sitio aún más"],"%1$s extensions":["Extensiones de %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Incluye nuestra garantía de reembolso de 30 días sin preguntas"],"More information %1$sabout %3$s%2$s":["Más información %1$ssobre %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtén acceso a nuestro equipo de soporte 24/7."],"Premium support":["Soporte premium"],"check what your Facebook or Twitter post will look like.":["comprueba cómo se verá tu publicación en Facebook o Twitter."],"Social previews":["Vistas previas sociales"],"create and manage redirects from within your WordPress install.":["crea y administra redirecciones desde dentro de tu instalación de WordPress."],"Redirect manager":["Gestor de redirecciones"],"%1$s, take your optimization to the next level!":["¡%1$s, lleva tu optimización al siguiente nivel!"],"A seamless integration between %1$s and %2$s":["Integración sin fisuras entre %1$s y %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utiliza las migas de pan de %1$s en vez de las de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inserción sencilla de Google Maps, un localizador de tiendas, horas de apertura y más"],"Creates XML News Sitemaps":["Crea mapas del sitio XML de noticias"],"Immediately pings Google on the publication of a new post":["Hace inmediatamente ping a Google cada vez que se publica una nueva entrada"],"Optimize your site for Google News":["Optimiza tu sitio para Google News"],"Make videos responsive through enabling fitvids.js":["Haz que los vídeos sean adaptables activando fitvids.js"],"Enhance the experience of sharing posts with videos":["Mejora la experiencia compartiendo entradas con vídeos"],"Show your videos in Google Videos":["Muestra tus vídeos en Google Videos"],"Crawl issues list":["Lista de problemas de rastreo"],"Crawl issues list navigation":["Navegación por la lista de problemas de rastreo"],"Edit “%s”":["Modificar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Avisos"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Quita la pestaña de frase clave de la caja meta y desactiva todas las sugerencias relacionadas con el SEO."],"Disable SEO analysis":["Desactivar análisis SEO"],"Twitter settings":["Ajustes de Twitter"],"Pinterest settings":["Ajustes de Pinterest"],"Facebook settings":["Ajustes de Facebook"],"Title separator symbol":["Símbolo separador del título"],"RSS feed settings":["Ajustes del feed RSS"],"Breadcrumbs settings":["Ajustes de migas de pan"],"Make primary":["Hacer principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Introduce tu código de autorización de Google y pulsa el botón Autorizar."],"Knowledge base article":["Artículo de la base de conocimiento"],"Open the knowledge base article in a new window or read it in the iframe below":["Abre el artículo de la base de conocimiento en una nueva ventana o léelo en el marco de abajo"],"Search results":["Resultados de búsqueda"],"%s notification":["%s aviso","%s avisos"],"Disable readability analysis":["Desactivar el análisis de legibilidad"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Quita la pestaña de legibilidad de la caja meta y desactiva todas las sugerencias relacionadas con la legibilidad."],"Readability analysis":["Análisis de legibilidad"],"Needs improvement":["Necesita mejorar"],"Readability":["Legibilidad"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Estás tratando de cargar archivos sin minimizar. Estos solo están disponibles en nuestro paquete de desarrollo. Revisa %1$s para ver todos los archivos originales."],"Improvements":["A mejorar"],"Dismiss this item.":["Descartar este elemento."],"Good job! We could detect no serious SEO problems.":["¡Buen trabajo! No hemos podido detectar ningún problema grave de SEO."],"We have detected the following issues that affect the SEO of your site.":["Hemos detectado los siguientes problemas que afectan al SEO de tu sitio."],"Problems":["Problemas"],"Analysis":["Análisis"],"Not available":["No disponible"],"Filter by SEO Score":["Filtrar por puntuación SEO"],"Meta description not set.":["No se ha definido la meta description."],"Video tutorial":["Videotutorial"],"Email support is a %s feature":["El soporte por correo electrónico es una característica %s"],"Knowledge base":["Base de conocimientos"],"Open":["Abrir"],"Loading...":["Cargando..."],"Something went wrong. Please try again later.":["Algo salió mal. Por favor, inténtalo de nuevo más tarde."],"No results found.":["No se han encontrado resultados."],"Dashboard":["Escritorio"],"You can fix this on the %1$sPermalink settings page%2$s.":["Puedes solucionar este problema en la %1$spágina de ajustes de enlaces permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La paginación de comentarios está activada, esto no es necesario en 999 de 1000 casos, te recomendamos desactivarla."],"Replaced with the primary category of the post/page":["Reemplazado con la categoría principal de la entrada/página"],"Pinterest confirmation":["Confirmación de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Si ya has confirmado tu web en Pinterest puedes saltarte este paso."],"Format-based archives":["Archivos de formatos"],"Webmaster Tools verification":["Verificación en las herramientas para webmasters"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["¡Sigue nuestra %1$s formación para WordPress y conviértete en un experto %1$s certificado!"],"Want to be a %s Expert?":["¿Quieres ser un experto en %s?"],"Buy %s":["Comprar %s"],"Show information about errors in category %s":["Mostrar información de errores de la categoría %s"],"New %1$s Title":["Nuevo título de %1$s"],"Existing %1$s Title":["Título %1$s existente"],"Expected an integer as input.":["Se esperaba un número entero."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Se ha intentado crear la clave de cache del mapa del sitio pero la combinación de sufijo y prefijo deja demasiado abiertas las opciones. Es posible que quieras mostrar una página que no esté en el rango deseado."],"Remove":["Quitar"],"Keep":["Conservar "],"Bold the last page":["Última página en negrita"],"Regular":["Normal"],"Bold":["Negrita"],"Show Blog page":["Mostrar la página del blog"],"Primary %s":["Principal %s"],"Primary":["Principal"],"Make %1$s primary %2$s":["Hacer %1$s primario %2$s"],"Term is set to noindex.":["El término se ha etiquetado como noindex"],"Author archives":["Archivos de autor"],"Show":["Mostrar"],"Enabled":["Activo"],"Disabled":["Inactivo"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s no ha obtenido aún el estado de indexación de tu sitio desde %2$s"],"The separator defined in your theme's %s tag.":["El separador definido en la etiqueta %s de tu tema."],"No index":["No indexar"],"Analyze entire site":["Analizar el sitio completo"],"Fetch the current status":["Consultar el estado actual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s no ha sido capaz de obtener el estado de indexación de tu sitio%3$s desde %4$s"],"Your homepage can be indexed by search engines.":["Tu página de inicio puede ser indexada por los motores de búsqueda."],"Indexability check by %1$s":["Comprobación de indexación de %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Si quieres utilizar una imagen para compartir en %1$s puedes subir/elegir una imagen o añadir aquí la URL de la imagen."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Si quieres utilizar otro texto diferente a la meta description para compartir en %1$s escríbelo aquí."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Si quieres utilizar otro texto diferente al title para compartir en %1$s escríbelo aquí."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sTu página principal no puede ser indexada por los motores de búsqueda%2$s. Esto es muy perjudicial para el SEO y debe ser solucionado."],"Once Weekly":["Una vez por semana"],"SEO score":["Puntuación SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculando la puntuación SEO para todo el contenido con frase clave objetivo."],"%1$s of %2$s done.":["%1$s de %2$s hecho."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Hemos actualizado nuestro algoritmo de puntuación SEO. %1$sRecalcula las puntuaciones SEO%2$s de todas las entradas y páginas."],"Team Yoast":["Equipo Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La primera verdadera solución SEO todo en uno para WordPress, incluyendo análisis de contenido de páginas, mapas del sitio en XML y mucho más."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ha fallado la activación:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["La extensión filtro parece no estar disponible. Por favor, pide a tu proveedor de alojamiento web que la habilite."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["La instalación del plugin %1$s no se ha completado. Por favor, consulta las %2$sinstrucciones de instalación%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["La extensión de librería estándar PHP (SPL) parece no estar disponible. Por favor, pide a tu proveedor de hosting que la active. "],"SEO Settings":["Ajustes SEO"],"Mobile-Friendly Test":["Prueba de compatibilidad para móviles"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["Validador de CSS"],"HTML Validator":["Validador de HTML"],"Pinterest Rich Pins Validator":["Validador de Pinterest Rich Pins"],"Facebook Debugger":["Depurador de Facebook"],"Check Headers":["Comprobar cabeceras"],"Check Google Cache":["Comprobar la caché de Google "],"Analyze this page":["Analizar esta página"],"Keyword Research":["Análisis de frases clave"],"%s does not seem to be a valid url. Please correct.":["%s no parece ser una url válida. Por favor corrigelo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s no parece que sea una cadena válida de verificación de %2$s. Por favor corrígelo."],"%s Archive":["%s archivo"],"You searched for %s":["Has buscado %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Resumen con imagen grande"],"Summary":["Resumen"],"The post %1$s appeared first on %2$s.":["La entrada %1$s se publicó primero en %2$s."],"No numeric value was received.":["Ningún valor numérico recibido."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Debe ser un blog existente. El blog %s no existe o ha sido marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["La configuración predeterminada del blog debe ser el ID numérico del blog que quires utilizar como predeterminado."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s no es una elección válida para quien debería tener acceso a los ajustes de %2$s. El valor se ha devuelto al predeterminado."],"Please select a valid post type for taxonomy \"%s\"":["Por favor elige un tipo de contenido válido para la taxonomía \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor, elige una taxonomía válida para el tipo de contenido \"%s\""],"You searched for":["Has buscado por"],"Home":["Portada"],"Archives for":["Archivo de"],"Error 404: Page not found":["Error 404: Página no encontrada"],"Good":["Bien"],"Replaced with a custom taxonomies description":["Reemplazado con una descripción personalizada de taxonomías "],"Replaced with a posts custom taxonomies, comma separated.":["Reemplazado con taxonomías personalizadas de entradas, separados por comas."],"Replaced with a posts custom field value":["Reemplazado con un valor del campo personalizado de las entradas"],"Replaced with the slug which caused the 404":["Reemplazado por el slug que causó el 404"],"Replaced with the posts focus keyphrase":["Reemplazado con la frase clave objetivo de las publicaciones"],"Attachment caption":["Pié de foto del adjunto"],"Replaced with the current page number":["Reemplazado por el número de página actual"],"Replaced with the current page total":["Reemplazado por el total de la página actual."],"Replaced with the current page number with context (i.e. page 2 of 4)":["Reemplazado por el número actual de página en el contexto (por ejemplo, página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Reemplazado por la «Información biográfica» del autor de la entrada/página"],"Replaced with the post/page author's 'nicename'":["Reemplazado con el nombre «bonito» del autor de la entrada/página."],"Replaced with the post/page ID":["Reemplazado con la ID de entrada/página"],"Replaced with the post/page modified time":["Reemplazado con la fecha de modificación de la entrada/página"],"Replaced with the content type plural label":["Reemplazado con la etiqueta en singular del tipo de contenido"],"Replaced with the content type single label":["Reemplazado con la etiqueta en singular del tipo de contenido"],"Replaced with the current search phrase":["Reemplazado con la frase de búsqueda actual"],"Replaced with the term name":["Reemplazado con el nombre del término"],"Replaced with the term description":["Reemplazado con la descripción del término"],"Replaced with the tag description":["Reemplazado con la descripción de la etiqueta"],"Replaced with the category description":["Reemplazado con la descripción de la categoría"],"Replaced with the post categories (comma separated)":["Reemplazar con las categorías de la entrada (separadas con coma)"],"Replaced with the current tag/tags":["Reemplazado con la(s) etiqueta(s) actuales "],"Replaced with the post/page excerpt (without auto-generation)":["Reemplazado con el extracto de la entrada/página (sin autogeneración)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Reemplazado con el extracto de la entrada/página (o la autogenerada si no existe)"],"The site's name":["El nombre del sitio"],"Replaced with the title of the parent page of the current page":["Reemplazado con el título de la página superior de la página actual"],"Replaced with the title of the post/page":["Reemplazado con el título de la entrada/página"],"Replaced with the date of the post/page":["Reemplazado con los datos de la entrada/página"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["No puedes sustituir una variable de reemplazo estándar de WPSEO registrando una variable con el mismo nombre. Usa el filtro «wpseo_replacements» en vez de ajustar el valor de reemplazo."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Una variable de reemplazo con el mismo nombre ya ha sido registrada. Trata de hacer que el nombre de variable sea diferente y único."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Una variable de reemplazo no puede comenzar por \"%%cf_\" or \"%%ct_\" debido a que estas están reservadas para variables estándar de WPSEO para campos y taxonomías personalizadas. Intenta elegir nombres de variables únicos."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Una variable de reemplazo solamente puede contener caracteres alfanuméricos, guión bajo, o guión normal. Intenta renombrar tu variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Aviso solo para el Administrador: esta página no muestra una meta description porque no la tiene. Haz una de estas dos cosas: escribe una específicamente para esta página o ve al menú [%1$s - %2$s] y configura una plantilla."],"Page not found":["Página no encontrada"],"%s Archives":["%s archivos"],"Search for \"%s\"":["Buscar por \"%s\""],"Meta description to use for Author page":["Meta description a usar en la página de autor"],"Title to use for Author page":["Título a usar en la página de autor"],"%1$s settings":["Ajustes %1$s"],"Export your %1$s settings":["Exportar tus ajustes de %1$s"],"Import settings":["Importar ajustes"],"Import from other SEO plugins":["Importar de otros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Si tuvieses un archivo %s y tuviese permisos de escritura podrías editarlo desde aquí."],"If your %s were writable, you could edit it from here.":["Si tu archivo %s tuviese permisos de escritura podrías editarlo desde aquí."],"You don't have a %s file, create one here:":["No tienes un archivo %s, crea uno aquí:"],"A link to your site, with your site's name and description as anchor text.":["Un enlace a tu sitio, con el nombre del sitio y la descripción como texto de anclaje."],"A link to your site, with your site's name as anchor text.":["Un enlace a su sitio, con el nombre del sitio como texto de anclaje."],"A link to the post, with the title as anchor text.":["Un enlace a la entrada, con el título como texto de anclaje."],"A link to the archive for the post author, with the authors name as anchor text.":["Un enlace al archivo del autor de la entrada, con el nombre del autor como texto de anclaje."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Puedes usar la siguientes variables dentro del contenido, estas serán reemplazadas por el valor de la derecha."],"Content to put after each post in the feed":["Contenido que se pondrá después de cada entrada en el feed"],"Content to put before each post in the feed":["Contenido a publicar en el feed antes de cada entrada"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta característica se usa para añadir contenido automáticamente a tu RSS, en concreto, se trata de añadir enlaces de vuelta a tu sitio y las entradas de tu sitio, para que los ladrones de contenido lerdos añadan automáticamente también esos enlaces, así ayudamos a los motores de búsqueda a identificarte como la fuente original del contenido."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["El uso de esta característica de migas de pan está explicada en %1$s nuestro artículo sobre implementación de migas de pan%2$s."],"How to insert breadcrumbs in your theme":["Como insertar las migas de pan en tu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Archivo de tipo de contenido a mostrar en las migas de pan para las taxonomías"],"Taxonomy to show in breadcrumbs for content types":["Taxonomía a mostrar en las migas de pan para los tipos de contenido"],"Breadcrumb for 404 Page":["Migas de pan para la página 404"],"Prefix for Search Page breadcrumbs":["Prefijo para la página de búsqueda de las migas de pan"],"Prefix for Archive breadcrumbs":["Prefijo para los archivos de migas de pan"],"Prefix for the breadcrumb path":["Prefijo de la ruta de las migas de pan"],"Anchor text for the Homepage":["Texto del enlace para la página de inicio"],"Separator between breadcrumbs":["Separador de las migas de pan"],"Enable Breadcrumbs":["Activar las migas de pan"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Abajo tienes las puntuaciones SEO de tus entradas publicadas. ¡Ahora es tan buen momento como cualquier otro para empezar a mejorar algunas de sus entradas!"],"Credits":["Créditos"],"« Back to Tools page":["« Volver a página de herramientas"],"%1$s comes with some very powerful built-in tools:":["%1$s incluye algunas herramientas integradas muy potentes:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta herramienta te permite modificar rápidamente archivos importantes para tu SEO, como tu robots.txt y, si lo tienes, tu archivo .htaccess."],"File editor":["Editor de archivos"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importa la configuración de otro plugin SEO y exporta su configuración para reutilizarla en otro sitio."],"Import and Export":["Importar y exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta herramienta te permite modificar rápidamente títulos y descripciones de entradas y páginas sin necesidad de editar cada página."],"Bulk editor":["Editor masivo"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sverificar tu sitio en Pinterest%2$s añade aquí la meta tag:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest utiliza metadatos Open Graph al igual que Facebook, así que asegúrate de marcar la casilla de Open Graph en la pestaña de Facebook si quieres optimizar tu sitio para Pinterest."],"The default card type to use":["El tipo de tarjeta predeterminada a utilizar"],"Add Twitter card meta data":["Añade meta datos de tarjeta de Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imagen se usa si la entrada/página compartida no contiene ninguna imagen."],"Default settings":["Ajustes por defecto"],"Copy home meta description":["Copiar la meta description de la portada"],"Description":["Descripción"],"Image URL":["URL de la imagen"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Son el título, descripción e imagen utilizada en las meta tags de Open Graph en la página principal de tu sitio."],"Frontpage settings":["Ajustes de página principal"],"Add Open Graph meta data":["Añadir metadatos Open Graph"],"YouTube URL":["URL de YouTube"],"Pinterest URL":["URL de Pinterest"],"MySpace URL":["URL de MySpace"],"LinkedIn URL":["URL de Linkedin"],"Instagram URL":["URL de Instagram"],"Twitter Username":["Usuario de Twitter"],"Facebook Page URL":["URL de la página de Facebook"],"Accounts":["Cuentas"],"Restore site to defaults":["Restaurar sitio a ajustes por defecto."],"Site ID":["ID de sitio"],"Using this form you can reset a site to the default SEO settings.":["Usando este formulario puedes devolver un sitio a los ajustes SEO por defecto."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Los datos sensibles a privacidad (administradores de Facebook, por ejemplo), los ajustes específicos del tema (reescritura del título) y algunos ajustes muy específicos no se importarán a los nuevos sitios."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Introduce el %1$sID del sitio%2$s del sitio cuyos ajustes quieres usar por defecto para todos los sitios que se añadan a tu red. Déjalo vacío para ninguno (o sea, para que se usen los ajustes por defecto del plugin)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Elige el sitio cuya configuración deseas utilizar de forma predeterminada para todos los sitios que se añadan a la red. Si eliges «Ninguna», se utilizarán los valores predeterminados normales del plugin."],"New sites in the network inherit their SEO settings from this site":["Los sitios nuevos de la red heredan los ajustes SEO de este sitio"],"Super Admins only":["Sólo para super administradores"],"Site Admins (default)":["Administradores del sitio (por defecto)."],"Who should have access to the %1$s settings":["Quién debería tener acceso a los ajustes de %1$s"],"spam":["spam"],"mature":["maduro"],"archived":["archivado"],"public":["público"],"%s restored to default SEO settings.":["%s se ha restaurado a ajustes SEO por defecto."],"Settings Updated.":["Ajustes actualizados."],"404 pages":["Páginas 404"],"Search pages":["Páginas de búsqueda"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas serán %s por defecto, por lo que nunca se mostrarán en los resultados de búsqueda."],"Special Pages":["Páginas especiales"],"Date-based archives could in some cases also be seen as duplicate content.":["Los archivos basados en fecha podrían considerarse en algunos casos como contenido duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Si este es el caso en tu sitio puedes elegir desactivarlo (lo que hará que se redirija a tu página principal), o añádele %s para que no aparezca en los resultados de búsqueda."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Si tienes un sitio de un solo autor el archivo de autor será exactamente igual que tu página principal. Esto es lo que se conoce como %1$sproblema de contenido duplicado%2$s."],"Date archives":["Archivo por fechas"],"author archives":["archivos de autor"],"Title":["Título"],"%1$s Meta Box":["%1$s caja meta"],"Hide":["Ocultar"],"Date in Snippet Preview":["Fecha en la vista previa del snippet"],"Take note:":["Apunta:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Portada y página de inicio"],"Title Separator":["Separador de título"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s ha detectado de forma automática si se necesita forzar la reescritura de los títulos de tus páginas. Si ha sido por error y sabes lo que haces puedes cambiar este ajuste aquí."],"Force rewrite titles":["Forzar la reescritura de los títulos"],"Taxonomies":["Taxonomías"],"Homepage":["Portada"],"%1$s Extensions":["Extensiones de %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["¡Intégralo fácilmente WooCommerce con %1$s y consigue características adicionales!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Mejora tu posicionamiento local y el de Google Maps ¡sin esfuerzo!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["¿Estás en Google News? ¡Incrementa tu tráfico desde Google News optimizándolo!"],"Optimize your videos to show them off in search results and get more clicks!":["¡Optimiza tus vídeos para que aparezcan en los resultados de búsqueda y consigan más clics!"],"The premium version of %1$s with more features & support.":["La versión premium de %1$s, con más características y soporte."],"Person":["Persona"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Esta información se muestra como metadatos en tu sitio. Es para que aparezcan en %1$sGoogle Knowledge Graph%2$s. Puedes ser una empresa, o una persona."],"Website name":["Nombre de la web"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["No hay nombre de entrada en la URL de tus entradas y páginas, es muy recomendable que lo pongas. Plantéate configurar la estructura de tus enlaces permanentes a /%postname%/"],"RSS":["RSS"],"Breadcrumbs":["Migas de pan"],"or":["o"],"Save Profile":["Guardar perfil"],"There were no profiles found":["No se encontraron perfiles"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autorizar"],"Get Google Authorization Code":["Obtener el código de autorización de Google"],"Reload crawl issues":["Volver a cargar los problemas de rastreo"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder crear una redirección y solucionar este problema, necesitas %1$s. Puedes comprar el plugin, con un año de soporte y actualizaciones incluídos, en %2$s."],"Creating redirects is a %s feature":["La creación de redirecciones es una característica de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errores que sólo se produjeron cuando tu sitio fue rastreado por Googlebot para teléfonos móviles sencillos (los errores no aparecieron en la versión de escritorio)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Los errores que se produjeron sólo cuando tu sitio lo rastreó Googlebot-Mobile (estos errores no aparecieron en la versión de escritorio)."],"Errors that occurred when your site was crawled by Googlebot.":["Errores que se produjeron cuando Googlebot rastreó tu sitio."],"Issue categories":["Categorías de problemas"],"Incorrect Google Authorization Code.":["Código de autorización de Google incorrecto."],"The issues have been successfully reloaded!":["¡Se han vuelto a cargar los problemas!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Se han eliminado los datos de la %1$s. Si deseas recuperar los datos de nuevo debes volver a identificarte."],"Crawl errors per page":["Errores de rastreo por página"],"Search":["Buscar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["No te pierdas los errores de rastreo. %1$sConecta aquí con la Google Search Console%2$s."],"Create redirect":["Crear redirección"],"Mark as fixed":["Marcar como solucionado"],"Response code":["Código de respuesta"],"First detected":["Detectado por primera vez"],"Last crawled":["Último rastreo"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s ha detectado que estás usando una versión de %2$s que no es compatible con %1$s. Por favor, actualiza %2$s a la versión más reciente para utilizar esta característica."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Los plugins Yoast comparten algo de código entre ellos para hacer tu sitio más rápido. Como resultado de eso necesitamos que todos tus plugins Yoast estén actualizados. Hemos detectado este no es el caso, así que por favor actualiza los plugins Yoast que aún no estén actualizados."],"Feature phone":["Teléfono sencillo"],"Smartphone":["Smartphone"],"Desktop":["Escritorio"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["La URL de destino no existe, pero tu servidor no devuelve un error 404 (archivo no encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tiempo de espera agotado o el sitio está bloqueando a Google."],"Server Error":["Error en el servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot puede acceder a tu sitio, pero en tu archivo %1$s existen ciertas URLs bloqueadas a Googlebot. Este bloqueo podría ser para todos los Googlebots o incluso específicamente para Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google no fue capaz de rastrear esta URL debido a un problema indeterminado."],"URL points to a non-existent page.":["La URL apunta a una página inexistente."],"Not found":["No encontrado"],"Not followed":["No seguida"],"Faulty redirects":["Redirecciones erróneas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["El servidor requiere identificación o está impidiendo que Googlebot acceda al sitio."],"Access denied":["Acceso denegado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["El plugin %1$s podría provocar problemas usado conjuntamente con %2$s."],"Upload Image":["Subir imagen"],"Remove these ads?":["¿Quieres eliminar estos anuncios?"],"%s Posts Overview":["Información general de entradas de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["El título de las migas de pan se utiliza en las migas de pan de las taxonomías."],"Breadcrumbs title":["Título de la ruta de las migas de pan"],"The canonical link is shown on the archive page for this term.":["El enlace canónico se muestra en la página de archivo para este término."],"Facebook App ID":["ID de la aplicación en Facebook"],"Pinterest":["Pinterest"],"Other":["Otro"],"Archives":["Archivos"],"Email":["Correo"],"Previous":["Anterior"],"Next":["Siguiente"],"Close":["Cerrar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Tanto %1$s como %2$s pueden crear mapas de sitio XML. Tener dos mapas de sitio XML no es beneficioso para los motores de búsqueda, y podrían ralentizar tu sitio."],"Configure %1$s's Open Graph settings":["Configurar los ajustes Open Graph de %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Tanto %1$s como %2$s crean datos Open Graph, lo que podría hacer que Facebook, Twitter, LinkedIn y otras redes sociales utilicen los textos e imágenes incorrectos cuando se compartan tus páginas."],"%s Image":["Imagen de %s"],"%s Description":["Descripción de %s"],"%s Title":["Título de %s "],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["El tamaño de imagen recomendado para %1$s es de %2$s píxeles."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Si quieres reemplazar la imagen usada en %s para esta publicación, sube/elige una imagen o añade la URL aquí."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si no quieres usar la meta description para compartir la entrada en %s pero sí quieres usar otra descripción, escríbela aquí."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si no quieres utilizar el título de la publicación para compartirla en %s pero quieres utilizar otro título, escríbelo aquí."],"very difficult":["muy difícil"],"Try to make shorter sentences, using less difficult words to improve readability":["Prueba haciendo frases más cortas, utilizando menos palabras difíciles para mejorar la legibilidad"],"difficult":["difícil"],"Try to make shorter sentences to improve readability":["Prueba haciendo frases más cortas para mejorar la legibilidad"],"fairly difficult":["bastante difícil"],"OK":["Aceptable"],"fairly easy":["bastante fácil"],"easy":["fácil"],"very easy":["extremadamente fácil"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Todas las puntuaciones SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: La imagen destacada debe ser de al menos 200 por 200 píxeles para que la use Facebook y otros sitios de redes sociales."],"(no parent)":["(sin superior)"],"Post is set to noindex.":["Entrada está establecida como noindex."],"The URL that this page should redirect to.":["La URL a la que debe redirigir esta página."],"301 Redirect":["Redirección 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["La URL canónica a la que esta página debería señalar. Déjala vacía para usar por defecto el enlace permanente. También es compatible con %1$scanonical entre dominios%2$s."],"Canonical URL":["URL canónica"],"Title to use for this page in breadcrumb paths":["Título a usar para esta página en la cadena de breadcrumbs"],"Breadcrumbs Title":["Título de las migas de pan"],"No Snippet":["Sin snippet"],"No Archive":["Aplicar atributo «No Archive»"],"No Image Index":["Ningun Indice de imagen"],"None":["Ninguno"],"Site-wide default: %s":["Predeterminado de todo el sitio: %s"],"Advanced meta robots settings for this page.":["Ajustes meta avanzados de robots para esta página."],"Meta robots advanced":["Meta robots avanzado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["¡Aviso! Aunque puedes establecer aquí el meta robots, toda la web está establecida como noindex en los ajustes de privacidad para toda la web, por lo que estos ajustes no tendrán efecto."],"Meta description":["Meta description"],"SEO Title":["Título SEO"],"Focus keyword":["Frase clave objetivo"],"Snippet preview":["Vista previa del snippet"],"Settings successfully imported.":["Las configuraciones han sido importadas con éxito."],"Settings could not be imported:":["Las configuraciones no pueden importarse:"],"Breadcrumb for 404 pages:":["Migas de pan para las páginas 404:"],"Prefix for search result pages:":["Prefijo para las páginas de resultados de búsqueda:"],"Prefix for archive pages:":["Prefijo para las páginas de archivo:"],"Prefix for breadcrumbs:":["Prefijo para las migas de pan:"],"Anchor text for the homepage:":["Texto de anclaje para la página de inicio:"],"Breadcrumbs separator:":["Separador de las migas de pan:"],"%s Breadcrumbs":["%s Migas de pan"],"Use Image":["Usar imagen"],"Action":["Acción"],"Page URL/Slug":["URL/Slug de página"],"Publication date":["Fecha de publicación"],"Post Status":["Estado de publicación"],"WP Page Title":["Título de página de WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Vista previa"],"Preview “%s”":["Vista previa “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nueva meta description de Yoast"],"Existing Yoast Meta Description":["Meta description de Yoast actual"],"Facebook profile URL":["URL del perfil de Facebook"],"Twitter username (without @)":["Usuario de Twitter (sin @)"],"FAQ":["Preguntas frecuentes"],"Premium Support":["Soporte premium"],"Settings":["Ajustes"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Debes %1$sir a tus ajustes de lectura%2$s y desactivar la casilla de visibilidad en los motores de búsqueda."],"Huge SEO Issue: You're blocking access to robots.":["Enorme problema de SEO: Estás bloqueando el acceso a los robots."],"Posts":["Entradas"],"Edit Files":["Editar archivos"],"Advanced Variables":["Variables avanzadas"],"Basic Variables":["Variables básicas"],"General":["General"],"Extensions":["Extensiones"],"Search Console":["Search Console"],"Tools":["Herramientas"],"Advanced":["Avanzado"],"XML sitemaps":["Mapas del sitio XML"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s ha detectado que estás usando la versión %2$s de %3$s, por favor, actualiza a la última versión para evitar problemas de compatibilidad."],"Just another WordPress site":["Otro sitio creado con WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Todavía tienes la descripción corta de WordPress, incluso sería mejor dejarla vacía. %1$sPuedes solucionarlo en el personalizador%2$s."],"You have used HTML in your value which is not allowed.":["Has utilizado HTML en el valor y eso no está permitido."],"You can't edit %s that aren't yours.":["No puedes editar %s ya que no son tuyos."],"You can't edit %s.":["No puedes editar %s."],"Post has an invalid Content Type: %s.":["La entrada tiene un tipo de contenido no válido: %s."],"Post doesn't exist.":["La entrada no existe. "],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Papelera (%s)","Papelera (%s)"],"posts\u0004All (%s)":["Todo (%s)","Todos (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/fa_IR.json b/Resources/Private/Languages/fa_IR.json index 913ae21..997306b 100644 --- a/Resources/Private/Languages/fa_IR.json +++ b/Resources/Private/Languages/fa_IR.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=1; plural=0;","lang":"fa"},"Has feedback":["بازخورد دارد"],"Content optimization:":["بهینه‌سازی محتوا:"],"%1$sSEO%2$s: %3$s":["%1$sسئو%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sخوانایی%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["برای کسب اطلاعات بیشتر این %1$s نوشته را بخوانید تا دلیل عدم پشتیبانی از نسخه های قدیمی تر %2$s را بفهمید."],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["اگر در بروزرسانی تردید دارید به %2$s و بالاتر به دلیل وجود ویرایشگر گوتنبرگ، لطفا افزونه ویرایشگر کلاسیک را نصب کنید.این افزونه به شما تجربه کاربری مشابه قبل را می دهد، اما نسخه جدیدتر امنیت بیشتری برای وردپرس و %1$s دارد."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$s به‌روزرسانی وردپرس به نسخه جدیدتر%2$s%3$s این پیام به این خاطر است که شما جدیدترین نسخه وردپرس را ندارید، که باعث مشکلاتی به زودی برای شما خواهد شد.%4$s (به دلیل امنیت و پایداری) فقط نسخه فعلی و نسخه قبلی وردپرس را پشتیبانی خواهد کرد.هنگامی که نسخه بعدی وردپرس منتشر شود، به این معنی است که فقط نسخه های وردپرس %6$s و %7$s پشتیبانی می شود.این یعنی شما نمی توانید به‌روزرسانی برای %5$s دریافت کنید تا زمانی که وردپرس را به‌روزرسانی کنید، خواهشا هرچه سریعترسایت خود را به آخرین نسخه منتشر شده وردپرس ارتقاء دهید!%3$s%3$s"],"Post Noindexed":["نوشته قابل ایندکس نیست"],"No Focus Keyphrase":["بدون کلیدواژه کانونی"],"Person logo / avatar":["لوگو / آواتار شخصی"],"Extend %s":["گسترش %s"],"Enroll in the %s for WordPress training":["عضویت در %s برای آموزش وردپرس"],"Posts with the SEO score: %s":["نوشته‌ها با امتیاز سئو: %s"],"SEO: %s":["سئو: %s"],"%s video tutorial":[" %s آموزش ویدئویی"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["برای مشاهده خطاهای خزیدن فعلی،لطفا %1$s میزجستجوی گوگل%2$s را مشاهده کنید."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["گوگل API خطاهای خزیدن را غیرفعال کرده است.دیگر خطاهای خزیدن را از اینجا نمی توانید دنبال کنید.این مطلب %1$s را برای کسب اطلاعات بیشتر بخوانید%2$s."],"Remove this message":["حذف این پیام"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["با افزونه %s بطور قطع برای مخاطبین محلی شما سایت بهینه می‌شود! بهینه‌سازی جزئیات آدرس، ساعت بازشدن،محل کار و موارد دیگر!"],"Serving local customers?":["خدمت به مشتریان محلی؟"],"Get the %s plugin now":["اکنون افزونه %s خریداری کنید"],"Organization social profiles":["سازماندهی پروفایل های شبکه های اجتماعی"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["شما می توانید جزئیات نشان داده شده در متا داده مانند پروفایل های شبکه های اجتماعی, نام و توضیحات این کاربر را در صفحه پروفایل %1$s خودش مورد ویرایش قرار دهید."],"Personal info":["اطلاعات شخصی"],"Organization logo":["لوگوی سازمانی"],"Organization name":["نام سازمانی"],"Choose whether the site represents an organization or a person.":["مشخص کنید که آیا سایت نماینده یک سازمان یا شخص است."],"Knowledge Graph & Schema.org":["گراف دانش & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["برای اینکه سایت شما نمایش دهنده یک شرکت یا سازمان شود به %1$sظاهر جستجو%2$s بروید و شرکت یا شخص را بر روی \"شرکت\" ست کنید."],"To change the social accounts used for your site, update the details for %1$s.":["برای تغییر حساب های شبکه های اجتماعی مورد استفاده برای سایت خودتان, جزئیات برای %1$s را بروزرسانی کنید."],"That means that the form and information below is disabled, and not used.":["این بدین معناست که فرم و اطلاعات زیر غیرفعال هستند و مورد استفاده قرار نمی گیرند."],"Your website is currently configured to represent a Person":["در حال حاضر سایت شما پیکربندی شده است تا نماینده یک شخص باشد"],"(if one exists)":["(اگر وجود داشته باشد)"],"Wikipedia page about you":["برگه ویکیپدیا در مورد شما"],"YouTube profile URL":["آدرس URL پروفایل یوتیوب"],"Tumblr profile URL":["آدرس URL پروفایل Tumblr"],"SoundCloud profile URL":["آدرس URL پروفایل SoundCloud"],"MySpace profile URL":["آدرس URL پروفایل MySpace"],"Organization or person":["شخص یا شرکت"],"The person":["شخص"],"Organization":["شرکت"],"Does your site represent a person or an organization?":["آیا سایت شما یک شخص یا یک شرکت را معرفی میکند؟"],"The name of the organization":["نام شرکت"],"Provide an image of the organization logo":["تصویری از لوگوی شرکت انتخاب کنید"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["شما قبلا سایت را برای معرفی شخص تعیین کرده اید.ما بهبودهای عملکردی زیادی برای schema و گراف دانش ایجاد کرده ایم، می توانید به %1$sتنظیمات کامل%2$sبروید."],"Select a user...":["انتخاب کاربر..."],"Uncategorized":["دسته‌بندی نشده"],"Name:":["نام:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["شما کاربر %1$s بعنوان شخصی که در سایت معرفی میشود انتخاب کرده اید.اطلاعات حساب کاربری او بعنوان نتایج موتورهای جستجو قرار میگیرد. %2$s حساب کاربری را بروزرسانی کنید تا از صحت اطلاعات اطمینان حاصل کنید.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["خطا: لطفا از بین کاربران زیر یکی را برای تکمیل داده متای سایت انتخاب کنید."],"SEO score: %s":["امتیاز سئو: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["اگر در ویکیپدیا صفحه ای مختص خود یا سازمانتان دارید اضافه اش کنید."],"Wikipedia URL":["آدرس ویکیپدیا"],"Pinterest profile URL":["آدرس پروفایل پینترست"],"Instagram profile URL":["آدرس پروفایل اینستاگرام"],"LinkedIn profile URL":["آدرس پروفایل لینکدین"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["تحقیق کلیدواژه در هر استراتژی سئو ضروری است. شما تصمیم میگیرید که شرایط جستجو که می خواهید یافت شود برای، و فهمیدن اینکه مخاطبین شمارا با کدام کلمات پیدا میکنند. تحقیق کلیدواژه به شما میگوید به کدام محتوا برای گرفتن رتبه نیاز دارید.اطمینان حاصل کنید که تلاش های شما برای کلیدواژه‌هایی که در واقع فرصتی در رتبه بندی برای شما دارد را وارد کرده اید! این %1$s شما را قدم به قدم جلو میبرد."],"SEO for Beginners training":["آموزش سئو برای تازه‌کارها"],"%s for WordPress training":["%s برای آموزش وردپرس"],"All-around SEO training":["اطراف آموزش سئو"],"The image you selected is too small for Facebook":["تصویر انتخابی شما برای فیسبوک کوچک است"],"The given image url cannot be loaded":["آدرس تصویر داده شده نمیتواند بارگذاری شود"],"Find out what words your audience uses to find you":["فهمیدن اینکه کدام کلمات را مخاطبین شما برای پیدا کردن شما استفاده می کنند"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s"],"No JSON object was returned.":["هیچ شیء JSON بازگردانده نشد."],"Received internal links":["پیوندهای داخلی دریافت شده"],"Outgoing internal links":["خروجی لینک های داخلی"],"New step added":["گام جدید اضافه شد"],"New question added":["سوال جدید اضافه شد"],"To be able to create a redirect and fix this issue, you need %1$s. ":["برای اینکه بتوانید یک ریدایرکت ایجاد کنید و این مسئله را حل کنید، به %1$s نیاز دارید"],"You can buy the plugin, including one year of support and updates, on %1$s.":["شما می توانید این افزونه را که شامل یک سال پشتیبانی و بروزرسانی است با %1$s بخرید."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["ویژگی شمارنده پیوند متن این امکان را فراهم میکند که چه تعداد لینک در متن شما یافت می شود و چه تعداد لینک به متن شما اشاره میکند. وقتی که شما در حال بهبود %1$sپیوندهای داخلی%2$s هستید این ویژگی میتواند بسیار سودمند باشد."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["برای این که این ویژگی بتواند کار کند %1$s نیاز به php نسخه %2$s دارد. ما بر روی سایت php نسخه %3$s را شناسایی کردیم."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["لطفا دقت کنید که مفاهیم و %1$s خواندن این پست %2$s اگر شما اطلاعات بیشتری در مورد تاثیر نمایش رسانه ها در نتایج جستجو می خواهید."],"Keyphrase":["کلمه کلیدی"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["برای کار کردن با این ویژگی, %1$s نیاز به ایجاد جدول در دیتابیس شما داریم. ما قادر به ایجاد جدول به صورت خودکار نبودیم."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["با غیر فعال سازی این اپشن، ضمیمه کردن لینک ها هم برای بازدید کنندگان و هم برای گوگل قابل رویت خواهد شد. برای افزایش اعتبار سایتت، باید از مطالب مفید و کابردی استفاده کنی در غیر اینصورت ممکنه اثرات معکوس روی اعتبار سایت داشته باشه."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["%3$sشمارنده لینک متن%4$s ویژگی (در %1$s %2$s معرفی شده است) در حال حاضر غیرفعال است.."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["به منظور پیدا کردن راه حل این مشکل لطفا %1$s را در مقاله %2$s پایگاه دانش مطالعه بفرمایید."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["برای مطمئن شدن از اینکه همه لینک ها در متن شما شمرده شده است، ما نیاز داریم تا تمام متن شما را انالیز کنیم."],"All you have to do is press the following button and we'll go through all your texts for you.":["همه آن چیزی که احتیاج داری اینه که روی دکمه فالو کلیک کنی تا ما بتونیم به همه نوشته های تو دسترسی داشته باشیم."],"Count links":["تعداد لینک ها"],"Free":["رایگان"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$s ویژگی متن جایگزین تصویر %5$s: از بین %2$d تصویر موجود در این صفحه, تنها %1$d تصویر دارای متن جایگزین تصویر با عبارات کلیدی یا مترادف خود هستند ، این کم است. و فقط %4$s عبارت کلیدی یا مترادف هستند که واقعا مطابق با تصویری هستند که در آن استفاده شده اند %5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$s متن جایگزین برای تصویر %2$s: عالیه!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sویژگی alt تصویر%5$s: از %2$d تصاویر در این صفحه، تنها %1$d ویژگی alt دارد که موضوع متن شما را بازتاب می دهد. %4$sعبارات کلیدی یا مترادفهای خود را به برچسب های Alt از تصاویر مرتبط تر اضافه کنید%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sویژگی متن جایگزین تصویر %3$s: تصاویر موجود در این صفحه متن جایگزین تصویر را ندارند که موضوع مطلب را بازگو کنند . %2$sعبارات کلیدی یا مترادف های آن ها را به تصاویر مربوطه و در قسمت متن جایگزین تصویر اضافه کنید .%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$s ویژگی متن جایگزین تصویر %3$s: تصاویر موجود در این صفحه دارای متن جایگزین تصویر هستند ، اما شما عبارت کلیدی را در انتخاب نکرده اید . %2$sمشکل را حل کنید %3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sعبارت کلیدی در زیرعنوان%2$s: %3$s از زیرعنوان های سطح بالایی شما موضوع کپی خود را بازتاب می دهد. کارت عالیه!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sعبارت کلیدی در زیرعنوان%2$s: زیرعنوان های سطح بالا شما موضوع کپی شما را بازتاب می دهد. کارت عالیه!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$s عبارت کلیدی در زیرشاخه %3$s : %2$s استفاده از عبارات کلیدی یا مترادف در سطوح بالاتر زیرشاخه ها %3$s!"],"Page %s":["صفحه %s"],"Cannot get the size of %1$s because of unknown reasons.":["به دلایل نا مشخص، امکان دریافت اندازه %1$s وجود ندارد."],"Cannot get the size of %1$s because it is hosted externally.":["به دلیل نگهداری %1$s در یک هاست خارجی، امکان دریافت اندازه آن وجود ندارد."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["کافیست سوئیچ را روشن کنید تا نتیجه آنالیز مجدد را مشاهده کنید. همچنین شما به لیست ارسال ایمیل ما افزوده خواهید شد. البته تنها ایمیل هایی که حاوی سوابق و اطلاعات آنالیز شما هستند برایتان ارسال خواهد شد!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["ما %1$sآنالیز مجدد انجام دادیم%2$s. با این آنالیز جدید، به نحوه نگاه گوگل به سایت شما نزدیک تر می شویم. %3$sفوق العاده%4$s خواهد بود اگر مایل باشید در %3$sآزمون بتای این قابلیت شرکت کنید%4$s!"],"Get an even better analysis":["یک آنالیز حتی بهتر از این دریافت کنید"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sعنوان تک%3$s: H1 فقط باید به عنوان عنوان اصلی شما مورد استفاده قرار گیرد. همه عنوانهای H1 ها را در متن خود که عنوان اصلی شما نیستند را پیدا کنید و %2$sآنها را به نوع هدینگ پایین تر مانند h2, h3 تغییر بدید%3$s!"],"Improve sharing on Facebook and Pinterest":["اشتراک گذاری در فیسبوک و پینترست را بهبود دهید"],"You do not have the required rights to export settings.":["شما دسترسی مورد نیاز برای خروجی گرفتن از تنظیمات را ندارید."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["جهت انتقال تمامی تنظیمات به سایت دیگر برروی تب %1$s رقته و سپس روی \"%1$s\" کلیک کنید."],"These are settings for the %1$s plugin by %2$s":["این تنظیمات برای پلاگین %1$s توسط %2$s"],"No settings found.":["هیچ تنظیماتی یافت نشد."],"Export your %1$s settings here, to copy them on another site.":["خروجی گرفتن از تنظیمات %1$s برای انتقال آن ها به سایت دیگر."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["ورودی تنظیمات فقط بر روی سرور های دارای ورژن PHP 5.3 و یا بالاتر قابل انجام هست."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["جهت وارد کردن تنظیمات، تنظیماتی را که از سایت دیگری کپی کردید را در اینجا جایگذاری کرده و \"%s\" را کلیک کنید."],"Paste your settings from another %s installation.":["وارد کردن تنظیمات از %s نصب."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sتراکم عبارت کلیدی%2$s: عبارت کلیدی تمرکزی 0 بار پیدا شد. این کمتر از حداقل توصیه شده %3$d بار برای یک متن از این طول است. %4$sتمرکز بر روی عبارت کلیدی شما%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sتراکم عبارت کلیدی%2$s: عبارت کلیدی تمرکزی %5$d بار پیدا شد. این کمتر از حداقل توصیه شده %3$d بار برای یک متن از این طول است. %4$sتمرکز بر روی عبارت کلیدی شما%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sتراکم عبارت کلیدی%2$s: عبارت کلیدی تمرکزی %3$d بار پیدا شد. این عالیه!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sتراکم عبارات کلیدی%2$s: عبارت کلیدی تمرکزی %5$d دفعه پیدا شد. این راه بیشتر از حداکثر توصیه شده برای %3$d بار برای یک متن از این طول است. %4$sبیش از اندازه نکنید%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sتراکم عبارات کلیدی%2$s: عبارت کلیدی تمرکزی %5$d دفعه پیدا شد. این راه بیشتر از حداکثر توصیه شده برای %3$d بار برای یک متن از این طول است. %4$sبیش از اندازه نکنید%2$s!"],"Indexable deleted for object %1$s with type %2$s":["شاخ گذاری برای شیء %1$s با نوع %2$s حذف شد"],"Indexable saved for object %1$s with type %2$s":["شاخص گذاری برای شیء %1$s با نوع %2$s ذخیره شد"],"Indexable created for object %1$s with type %2$s":["شاخص گذاری برای شیء %1$s با نوع %2$s ساخته شد"],"Indexable meta deleted.":["کلمات متای قابل ایندکس شدن حذف شد."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["شاخص متا برای شناسه شاخص با %1$s کلید متا %2$s ذخیره شده است"],"Indexable meta created for indexable id %1$s with meta key %2$s":["شاخص متا برای شناسه شاخص با %1$s کلید متا %2$s ایجاد شده است"],"There is no meta found for indexable id %1$s and meta key %2$s.":["هیچ متا یافت شده ای برای شاخص %1$sو کلید متا%2$s وجود ندارد."],"There is no indexable found for author id %1$s.":["برای شناسه نویسنده %1$s هیچ شاخصی یافت نشد."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["هیچ اصطلاح اولیه برای شناسه پست %1$sو طبقه بندی%2$s وجود ندارد."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["هیچ شاخصی سافت شده ای برای شناسه اصطلاحات %1$sو طبقه بندی %2$s وجود ندارد."],"There is no indexable found for post id %1$s.":["برای پشت شماره %1$s هیچ indexable یافت نشد."],"Method %1$s() does not exist in class %2$s":["متد %1$s() در کلاس %2$s موجود نیست"],"With %s, you can easily create such redirects.":["با %s, شما به راحتی می توانید چنین تغییر مسیرها ایجاد کنید."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["تغییرات بر روی تنظیمات پیوندهای یکتا میتواند تاثیرات جدی بر روی نتایج جستجوی وب سایت شما بگذارد. سعی شود %1$s به هیچ عنوان %2$s بر روی وب سایتی که در دسترس عموم است انجام نشود."],"WARNING:":["هشدار :"],"Learn about why permalinks are important for SEO.":["بدانید که چرا پیوند یکتا برای سئو مهم است."],"Google Ads":["تبلیغات گوگل"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sنقش کلمات دستوری در عبارات کلیدی %3$s: عبارت کلیدی \"%4$s\" فقط شامل کلمات دستوری مانند : کم ، این ، باید ، با ، آن ها ... و در کل دارای مواردی مثل صفت و فعل و ... می باشد . %2$sبرای فهمیدن نحوه ساخت بهتر کلمات کلیدی به این قسمت مراجعه کنید .%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["آیا می دانید %s نیز فرم های مختلف کلمه ای از عبارت کلیدی شما را، مانند چندگانگی و زمان های گذشته، تحلیل می کند؟"],"Clear Image":["پاک کردن تصویر"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$s عبارت کلیدی %3$s: %2$sیک کلمه کلیدی به منظور بررسی امتیاز سئو خودتان وارد کنید .%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sعبارت کلیدی در نامک %2$s: بیش از نیمی از عبارات کلیدی را که تعیین کرده اید در قسمت نامک دیده می شود ! خیلی عالی !"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sعبارت کلیدی در نامک %3$s: (بخشی از) عبارت کلیدی شما در نامک دیده نمی شود . %2$sآن را تغییر دهید %3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sعبارت کلیدی در نامک %2$s: عای عالی !"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sعبارت کلیدی در عنوان %3$s: قسمتی از کلمات عبارت کلیدی \"%4$s\" در عنوان سئو وجود ندارد . %2$sسعی کنید از عبارت کلیدی ای استفاده کنید که مطابقت کامل با عبارت استفاده شده در عنوان را داشته باشد %3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sعبارت کلیدی در عنوان %3$s: عبارتی که مطابقت کامل را داشته باشد نیست . %2$sسعی کنید عبارت کلیدی ای را بنویسید که مطابقت کامل با عبارت استفاده شده در عنوان را داشته باشد%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sعبارت کلیدی در عنوان %3$s: عبارت کلیدی شما مطابقت کامل را با ، عبارت موجود در عنوان دارد اما این عبارت در ابتدای عنوان نیست . %2$sسعی کنید این عبارت را به ابتدای عنوان جابه جا کنید %3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sعبارت کلیدی در عنوان %2$s: عبارت کلیدی شما مطابقت کامل را با ، عبارت موجود در عنوان دارد و در ابتدای عنوان دیده می شود ! خیلی عالی !"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sتوزیع کلمات کلیدی در متن %2$s: عالی است !"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sتوزیع کلمات کلیدی در متن %3$s: نابرابر است . در برخی از قسمت های متن شما عبارت کلیدی یا مترادف آن وجود ندارد . %2$sسعی کنید توزیع و پراکندگی آن ها را در متن به صورت مساوی تری انجام دهید %3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sتوزیع کلمات کلیدی در متن %3$s: خیلی نابرابر است . در قسمت های زیادی از متن شما عبارت کلیدی یا مترادف آن وجود ندارد . %2$sسعی کنید توزیع و پراکندگی آن ها را در متن به صورت مساوی تری انجام دهید %3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sتوزیع کلمات کلیدی در متن %3$s: %2$sعبارت کلیدی یا مترادف آن را در متن بنویسید تا ما بتوانیم مقدار توزیع آن را در متن بررسی کنیم . %3$s."],"Help on choosing the perfect focus keyphrase":["راهنمایی در مورد انتخاب بهترین عبارت کلیدی کانونی"],"Would you like to add a related keyphrase?":["آیا می خواهید یک عبارت کلیدی مرتبط اضافه کنید؟"],"Go %s!":["برو به %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["بایگانی های تاریخی در نتایج جستجو به طور فنی نشان نمیدهد به این معنی است که آنها دارای یک ربات متشکل از %1$s هستند. %2$s اطلاعات بیشتر در تنظیمات نتایج جستجو %3$s."],"Rank better with synonyms & related keyphrases":["رتبه بهتر با کلمات مترادف و عبارات کلیدی مرتبط است"],"optimize a single post for synonyms and related keyphrases.":["یه پست رو برای کلمات مترادف و کلمات کلیدی بهتر، اصلاح کن."],"Synonyms & related keyphrases":["واژگان مترادف و کلمات کلیدی مرتبط"],"Add related keyphrase":["عبارت کلیدی مرتبط اضافه کنید"],"Dismiss %s upgrade notice":["اخطار ارتقا%s را رد کنید"],"Upgrade to %s":["ارتقاء به %s"],"%1$s video":["%1$s ویدئو"],"Get %s":["گرفتن %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sتعداد دفعات استفاده از کلمه کلیدی %6$s: شما قبلا از این کلمه کلیدی %1$s%2$d بار استفاده کرده اید %3$s. %5$sاز یک کلمه کلیدی بیشتر از یک بار استفاده نکنید %6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sتعداد دفعات استفاده از کلمه کلیدی %5$s: شما قبلا از این کلمه کلیدی %1$sیک بار استفاده کرده اید . %2$s. %4$sاز یک کلمه کلیدی بیشتر از یک بار استفاده نکنید %5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sتعداد دفعات استفاده از کلمه کلیدی %2$s: شما قبلا از این کلمه کلیدی استفاده نکرده اید ! خیلی عالی ! ."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sکلمات زائد پیوند یکتا%3$s: پیوند یکتا برای صفحه حاوی یک کلمه زئد هست. %2$sآن را حذف کنید%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sنامک بلند است %3$s: نامک این صفحه کمی بلند است . %2$sآن را کوتاه تر بنویسید %3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$s عدم وجود تصویر %3$s: هیچ تصویری در صفحه شما وجود ندارد . %2$s تصویر اضافه کنید %3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sلینک به کلمه کلیدی %3$s: شما لینکی را برای یکی از کلمات کلیدی این صفحه به صفحه دیگری ایجاد کرده اید که آن صفحه نیز داری همین کلمه کلیدی می باشد . %2$sاین کار را انجام ندهید %3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["این به مراتب کمتر از حداقل %5$dکلمات توصیه شده است. %3$sافزودن محتوای بیشتر%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["این کمتر از %5$d کلمات توصیه شده است. %3$sافزودن محتوای بیشتر%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$s اندازه متن %4$s: متن حاوی %1$d کلمه است."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sطول متن%3$s: متن حاوی %1$d کلمه است. کارت عالیه!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sعبارت کلیدی در زیرعنوان%3$s: بیش از 75%% از زیرعنوان های سطح بالاتر شما موضوع کپی شما را بازتاب می دهد. این خیلی زیاده. %2$sبیش از اندازه نکنید%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sعنوان سئو %3$s: %2$sعنوان سئو شما خالی می باشد لطفا عنوانی را برای سئو صحفه خودتان وارد کنید %3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$s طول عنوان سئو%3$s: عنوان سئو بیشتر از محدوده قابل نمایش است.%2$s سعی کنید کوتاهتر کنید%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sعنوان سئو %2$s: خیلی عالی !"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sعنوان سئو %3$s: عنوان سئو شما خیلی کوتاه است . %2$sاز عنوان بلندتری استفاده کنید %3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sلینک های خروجی %2$s: در این صفحه هر دو نوع لینک های خروجی معمولی و نوفالو وجود دارند. خیلی عالی !"],"%1$sOutbound links%2$s: Good job!":["%1$sلینک های خروجی %2$s: خیلی عالی هستن !"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sلینک های خروجی %3$s: همه لینک های خروجی این صفحه از نوع نوفالو هستند . %2$sتعدادی لینک خروجی معمولی اضافه کنید .%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sلینک های خروجی %3$s: در این صفحه لینک خروجی ای وجود ندارد . %2$sتعدادی لینک خروجی اضافه کنید %3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sطول توضیحات متا %2$s: عالی است!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sطول توضیحات متا %3$s: طول توضیحات متای شما بیشتر از %4$d حرف است . برای اینکه مطمئن باشید که توضیحات متای شما به صورت کامل در موتورهای جستجو نمایش داده می شود , %2$sشما باید طول متا را کاهش دهید %3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sطول توضیحات متا %3$s: توضیحات متا خیلی کوتاه است ( زیر %4$d حرف ). تا %5$d حرف ، مجاز به اضافه کردن هستید . %2$s با افزودن کلمات تا حد مجاز طول توضیحات را افزایش دهید .%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sطول توضیحات متا %3$s: توضیحات متا مشخص نشده است . موتورهای جستجو به جای آن متنی را از خود محتوای شما کپی خواهند کرد . %2$sمطمئن باشید که مقداری را برای این قسمت نوشته باشید %3$s !"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sکلمه کلیدی در توضیحات متا %2$s: توضیحات متای شما نوشته شده است ، اما کلمه کلیدی در آن وجود ندارد. %3$s توضیحات متا را اصلاح کنید %4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sکلمه کلیدی در توضیحات متا %2$s: در توضیحات متای نوشته شده کلمه کلیدی %3$s بار پیدا شد , که بیشتر از حداکثر توصیه شده 2 بار است . %4$s آن را اصلاح کنید %5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sکلمه کلیدی در توضیحات متا %2$s: کلمه کلیدی یا مترادف آن در توضیحات متا وجود دارد ! خیلی عالی !"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sطول عبارت کلیدی %5$s: عبارت کلیدی شما %1$d کلمه طول دارد . این طول خیلی بیشتر از مقدار توصیه شده %2$d کلمه می باشد . %4$s آن را کوتاه تر کنید %5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sطول عبارت کلیدی %5$s: عبارت کلیدی شما %1$d کلمه طول دارد . این طول بیشتر از مقدار توصیه شده %2$d کلمه می باشد . %4$s آن را کوتاه تر کنید %5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sطول عبارت کلیدی %2$s: خیلی عالی است !"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sطول %3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sکلمه کلیدی در پاراگراف اول %3$s: کلمه کلیدی یا مترادف آن در پاراگراف اول متن نمایش داده نمی شود . %2$sبا استفاده کردن از کلمه کلیدی در پاراگراف اول شما اطمینان خواهید یافت که کاربر با خواندن این قسمت پی به موضوع متن شما خواهد برد %3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sکلمه کلیدی در پاراگراف اول %3$s:کلمه کلیدی یا مترادف آن در پاراگراف اول متن نمایش داده می شود ، اما نه در یک جمله . %2$sآن را اصلاح کنید %3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sکلمه کلیدی در پاراگراف اول %2$s: خیلی عالی !"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sلینک های داخلی %2$s: در این صفحه هر دو نوع لینک های داخلی معمولی و نوفالو وجود دارند . خیلی عالی!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sلینک های داخلی %2$s: شما لینک های داخلی به حد کافی دارید ! خیلی عالی !"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sلینک های داخلی %3$s:لینک های داخلی در این صفحه همه از نوع نوفالو هستند . %2$sتعدادی لینک داخلی معمولی هم اضافه کنید %3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sلینک های داخلی %3$s: هیچ لینک داخلی در این صفحه وجود ندارد , %2$sچند مورد لینک داخلی اضافه کنید %3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sکلمات گذار %2$s: خیلی خوبه !"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sکلمات گذار %2$s: تنها %3$s جمله حاوی کلمات گذار است که کافی نیست. %4$sاز این نوع جمله بیشتر استفاده کنید%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sکلمات گذار %2$s: هیچ یک از جملات حاوی کلمات گذار نیست . %3$sچند مورد را اضافه کنید %2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$s محتوای شما کم است %2$s: %3$sلطفا محتوای بیشتری را اضافه کنید تا تحلیل بهتری انجام شود %2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sتوزیع تیر در متن %2$s: شما از هیچ تیتری مثل (h2 , h1 , … ) در متن خود استفاده نکرده اید ، با بررسی های انجام شده مشخص شد که متن شما کوتاه است و احتمالا به آن ها نیاز نداشته باشید ."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sتوزیع تیتر در متن %2$s: با وجود طولانی بودن متن ، اما شما از هیچ تیتری مثل (h2 , h1 , … ) در متن خود استفاده نکرده اید . %3$sسعی کنید چند تیتر به متن خود اضافه کنید %2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sتوزی زیرعنوان%2$s: %3$d بخش متن شما بیش از %4$d واژه است و با هیچ یک از زیرعنوان ها جدا نمی شود. %5$sزیرعنوان ها را برای بهبود خوانایی اضافه کنید%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sتوزیع تیتر در متن %2$s: خیلی عالی !"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sطول جمله %2$s: %3$s از جملاتی که در متن استفاده کرده اید بیشتر از %4$s کلمه دارند , که بیشتر از حداکثر توصیه شده %5$s است . %6$sسعی کنید جملات خود را کوتاه تر کنید %2$s."],"%1$sSentence length%2$s: Great!":["%1$sطول جمله %2$s: خیلی خوب !"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sجملات متوالی %2$s: تنوع کافی در جملات شما وجود دارد. خیلی عالیه!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sجملات پیوسته%2$s: متن حاوی %4$d مواردی است که %3$d یا بیشتر جملات متوالی با کلمه مشابه شروع می شود. %5$sسعی کنید همه چیز را مخلوط کنید%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sصدای مجهول%2$s: شما از صدای فعال کافی استفاده می کنید. بسیار عالی!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sطول پاراگراف %2$s: %3$dاز پاراگراف ها حاوی بیش از حداکثر پیشنهادی %4$d کلمه است. %5$sپاراگرافهای خود را کوتاه کنید%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sطول پاراگراف %2$s:هیچ یک از پاراگراف های شما بیش از حد طولانی نیستند. خیلی عالی !"],"Good job!":["آفرین!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sسهولت خواندن فلاش%2$s: کپی نمرات %3$s در آزمون، که %4$s برای خواندن در نظر گرفته شده است. %5$s%6$s%7$s"],"Focus keyphrase":["عبارت کلیدی کانونی"],"%1$s with ID %2$s couldn't be patched":["%1$s با آیدی %2$s نمیتواند پچ شود"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["درخواست نامعتبر است. مقدار متا اکنون با شناسه %1$s موجود است."],"Indexable with ID `%1$s` does not exist":["قابل ایندکس با شناسه `%1$s` وجود ندارد"],"No object with ID %1$s and %2$s could be found":["چیزی با شناسه %1$s و %2$s نمی تواند یافت شود"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` زیرمجموعه معتبری از `%2$s` نمی باشد"],"The object type `%1$s` is invalid":["نوع موضوع `%1$s` معتبر نیست"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["نوع برای پارامتر `%1$s` معتبر نیست. بجز `%2$s`, اما `%3$s` بدست آمده است"],"The parameter `%1$s` cannot be empty.":["پارامتر `%1$s` نمی تواند خالی بماند."],"Check Keyphrase Density":["بررسی تراکم عبارت کلیدی"],"Disable":["غیرفعال کردن"],"Allow Control":["اجازه کنترل"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["این زبانه به شما اجازه غیرفعال کردن ویژگی های %s در تمام سایت های موجود را می دهد. بطور پیشفرض همه ویژگی ها فعال هستند، که به مدیر اجازه انحاب می دهد که در سایت آن ویژگی فعال باشد یا نباشد. وقتی شما ویژگی را اینجا غیرفعال می کنید، مدیر سایت نمی تواند هرگز از این ویژگی استفاده کند."],"%s is a required feature toggle argument.":["%s یک ویژگی آرگمان ضروری است."],"Keyphrase:":["عبارت کلیدی:"],"Remove keyphrase":["حذف عبارت کلیدی"],"This feature has been disabled by the network admin.":["این ویژگی توسط مدیر شبکه غیرفعال شده است."],"Focus keyphrase not set.":["عبارت کلیدی متمرکزی تنظیم نشده است."],"Multiple keyphrases":["عبارات کلیدی چندگانه"],"Colon":["دونقطه"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["هر %1$s و %2$s مدیریت سئوی سایت شما است. استفاده از دو افزونه سئو برای سایت مضر است."],"There is a new notification.":["یک اعلان جدید وجود دارد."],"Learn more about the readability analysis":["یادگیری بیشتر راجع به آنالیز خوانایی"],"Describe the duration of the instruction:":["مدت زمان آموزش را شرح دهید:"],"Optional. Customize how you want to describe the duration of the instruction":["اختیاری. سفارشی‌سازی چگونگی مدت زمان آموزش را شرح دهید"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["این لیستی از محتواهایی می باشد که شما می توانید در نوشته خود به آن لینک دهید.{{a}} درباره ساختار سایت مقاله مارا بخوانید{{/a}} برای یادگیری بیشتر درباره لینک‌های داخلی که می تواند به سئوی شما کمک کند."],"%s, %s and %s":["%s, %s و %s"],"%s and %s":["%s و %s"],"%d minute":["%d دقیقه"],"%d hour":["%d ساعت"],"%d day":["%d روز"],"Enter a step title":["عنوان قدم را وارد کنید"],"Optional. This can give you better control over the styling of the steps.":["اختیاری. این می تواند به شما برای بهبود کنترل استایل قدم ها کمک کند."],"CSS class(es) to apply to the steps":["کلاس های css می تواند به قدم‌ها اضافه شود"],"minutes":["دقیقه"],"hours":["ساعت"],"days":["روز"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["ایجاد به گونه ای که دوستدار سئو باشد. شما تنها می توانید استفاده کنید یک چگونگی بلوک در هر نوشته."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["لیست سوالات متداول درباره روش های دوستدار سئو. شما تنها می توانید از یک بلوک FAQ برای هر نوشته استفاده کنید."],"Copy error":["کپی کردن خطا"],"An error occurred loading the %s primary taxonomy picker.":["خطایی در هنگام بارگذاری %s طبقه بندی اولیه طبقه بندی شده رخ داد."],"%1$s Structured Data Blocks":["%1$s بلوک داده ساختار یافته"],"Time needed:":["زمان مورد نیاز:"],"Move question down":["سوال را به پایین ببرید"],"Move question up":["سوال را به بالا ببرید"],"Insert question":["سؤال را وارد کنید"],"Delete question":["سؤال را حذف کنید"],"Enter the answer to the question":["پاسخ به سوال را وارد کنید"],"Enter a question":["سوال وارد کنید"],"Add question":["سوالی اضافه کنید"],"Frequently Asked Questions":["سوالات متداول"],"Great news: you can, with %s!":["خبر خوب: شما می توانید، با %s!"],"Select the primary %s":["اولویت %s را انتخاب کنید"],"Check links to this URL":["لینک‌های به این آدرس را بررسی کنید"],"Keyword research training":["آموزش پژوهشی کلیدواژه"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["لطفا %1$sپوسته‌های بایگانی را%2$s برای این نوع از محتوا بررسی کنید: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["آیا می خواهید از چندین عبارت کلیدی استفاده کنید؟ باید بطور جداگانه در زیر وارد کنید."],"Mark as cornerstone content":["نشانه گذاری بعنوان محتوای مهم"],"Move step down":["حرکت گام به پایین"],"Move step up":["حرکت گام به بالا"],"Insert step":["گام را وارد کنید"],"Delete step":["گام را حذف کنید"],"Add image":["افزودن تصویر"],"Enter a step description":["توضیحات مرحله را وارد کنید"],"Enter a description":["توضیحات را وارد کیند"],"Unordered list":["لیست مرتبط نشده"],"Showing step items as an ordered list.":["نمایش گام موارد بعنوان لیست مرتب شده."],"Showing step items as an unordered list":["نمایش گام موارد بعنوان لیست مرتبط نشده"],"Add step":["گام را اضافه کنید"],"Delete total time":["کل زمان را حذف کنید"],"Add total time":["مجموع زمان را اضافه کنید"],"How to":["چگونه"],"How-to":["چگونه"],"Snippet Preview":["پیشنمایش اسنیپ"],"Analysis results":["نتایج آنالیز"],"Enter a focus keyphrase to calculate the SEO score":["کلیدواژه کانونی را برای محاسبه نمره سئو وارد کنید"],"Learn more about Cornerstone Content.":["یادگیری بیشتر درباره محتوای مهم."],"Cornerstone content should be the most important and extensive articles on your site.":["محتوای مهم باید مهمترین و گسترده ترین مقالات سایت شما باشد."],"Restore Site":["بازیابی سایت"],"Network Settings":["تنظیمات شبکه"],"You are not allowed to perform this action.":["شما اجازه انجام این عمل را ندارید."],"Error: %s":["خطا: %s"],"Success: %s":["موفق: %s"],"Site with ID %d not found.":["سایت با شناسه %d یافت نشد."],"No site has been selected to restore.":["سایتی برای بازیابی انتخاب نشده است."],"You are not allowed to modify unregistered network settings.":["شما اجازه تغییر تنظیمات شبکه ثبت نشده را ندارید."],"deleted":["حذف شده"],"Would you like to add another keyphrase?":["آیا مایل هستید کلیدواژه دیگری اضافه کنید؟"],"image preview":["پیش‌نمایش تصویر"],"Copied!":["کپی شد!"],"Not supported!":["پشتیبانی نمی شود!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["مطالعه {{a}}درباره ساختار سایت{{/a}} برای یادگیری درباره چگونگی بهبود سئو با لینک‌سازی داخلی."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["وقتی یکبار کمی بیشتر کپی کنید.به شما لیستی از محتواهای مرتبط که می توانید در نوشته خود لینک کنید به شما پیشنهاد می دهد."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["پیوند دادن به اینها را درنظر بگیرید {{a}}مقالات مهم{{/a}}"],"Consider linking to these articles:":["لینک دادن به این مقالات را در نظر بگیرید:"],"Copy link":["کپی لینک"],"Copy link to suggested article: %s":["کپی لینک به مقاله پیشنهادی: %s"],"The site's tagline":["نامک سایت"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["ما اخیرا تغییراتی در بهبود عملکرد تنظیمات ظاهر جستجو انجام داده ایم. متاسفانه فهمیدیم برای برخی موارد ذخیره برای نوشته هایی مشخص از بایگانی ها ممکن است اشتباه شود."],"Not all required fields are given. Missing field %1$s":["تمام زمینه های مورد نیاز داده نشده است. فیلد گم شده %1$s است"],"Optimize your site for Google News.":["بهینه‌سازی سایت برای اخبار گوگل."],"Optimize your shop's SEO and sell more products!":["سئوی فروشگاه خود را بهینه کرده و محصولات بیشتری بفروشید!"],"Be found in Google Video search and enhance your video sharing on social media.":["در جستجوی Google Video یافت می شود و اشتراک ویدیویی خود را در رسانه های اجتماعی افزایش می دهد."],"Be found in Google Maps and local results.":["یافت می شود در نقشه گوگل و نتایج محلی."],"Learn practical SEO skills to rank higher in Google.":["یادگیری توانایی سئو برای افزایش رتبه گوگل."],"Don’t waste time figuring out the best settings yourself.":["وقت خود را هدر ندهید بهترین تنظیمات خود را بدانید."],"Get quick wins to make your site rank higher in search engines.":["پیروزی سریع برای افزایش رتبه سایت خود در موتورهای جستجو."],"Add synonyms":["افزودن مترادف"],"Would you like to add keyphrase synonyms?":["آیا میخواهید مترادف‌های کلیدی را اضافه کنید؟"],"Would you like to add more than one keyphrase?":["آیا می خواهید بیش از یک کلمه کلیدی اضافه کنید؟"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["شما می توانید متا داده های جستجوگر را برای این نوع سفارشی در صفحه %1$s فروش ویرایش کنید %2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["شما صفحه فروشگاه را در تنظیمات WooCommerce خود تنظیم نکرده اید. لطفا ابتدا این کار را انجام دهید."],"Current year":["سال جاری"],"Page":["برگه"],"Breadcrumb settings for %s archive":["تنظیمات مسیر راهنما برای %s بایگانی"],"Tagline":["شعار"],"Modify your meta description by editing it right here":["توضیحات متا را با ویرایش آن درست در اینجا اصلاح کنید"],"description (custom taxonomy)":["توضیح (طبقه بندی سفارشی)"],"(custom taxonomy)":["(طبقه بندی سفارشی)"],"(custom field)":["(فیلد سفارشی)"],"Term404":["شرایط 404"],"Caption":["عنوان"],"Pagenumber":["تعداد برگه"],"Pagetotal":["جمع برگه"],"Page number":["شماره برگه"],"User description":["توضیح کاربر"],"ID":["شناسه"],"Modified":["تنظیم شده"],"Post type (plural)":["نوع نوشته (جمع)"],"Post type (singular)":["نوع نوشته (تکی)"],"Separator":["جداکننده"],"Search phrase":["عبارت جستجو"],"Term title":["عنوان شرایط"],"Term description":["توضیح شرایط"],"Tag description":["توضیح برچسب"],"Category description":["توضیح دسته"],"Primary category":["دسته اصلی"],"Category":["دسته"],"Tag":["برچسب"],"Excerpt only":["فقط خلاصه"],"Excerpt":["خلاصه"],"Site title":["عنوان سایت"],"Archive title":["عنوان بایگانی"],"Parent title":["عنوان والد"],"Date":["تاریخ"],"Label":["برچسب"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["شما باید مسیریابی را ایجاد کنید تا اطمینان حاصل کنید که بازدیدکنندگان شما خطای 404 را هنگام کلیک بر روی URL دیگر کار نمی کنند."],"Search engines and other websites can still send traffic to your deleted post.":["موتورهای جستجو و وب سایت های دیگر می توانند ترافیك را به پست حذف شده شما ارسال كنند."],"Make sure you don't miss out on traffic!":["اطمینان حاصل کنید که ترافیک وبسایتتان را از دست نمی‌دهید!"],"You just deleted a %1$s.":["شما فقط حذف کردید %1$s."],"You just trashed a %1$s.":["شما فقط به زباله دان فرستادید %1$s."],"Settings for %s archive":["تنظیمات برای %s بایگانی"],"Settings for single %s URLs":["تنظیمات برای آدرس %s تکی"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["تنظیمات در این صفحه به شما اجازه می دهد مشخص کنید که چه نوع نمایش محتوای پیش فرض برای هر نوع محتوایی باشد. شما می توانید انتخاب کنید که انواع محتوا در نتایج جستجو ظاهر می شود و چه توضیحات پیش فرض آنها باید باشد."],"Note that not all variables can be used in every field.":["توجه داشته باشید که تمامی متغیر ها نمیتوانند در هر فیلد دلخواه استفاده شوند."],"Snippet variables":["قطعه متغیر ها"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s به حریم خصوصی شما احترام می گذارد %2$sسیاست حفظ حریم خصوصی%3$s را بخوانید."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["اگر می دانید این قابلیت چه تاثیری دارد و نمی خواهید این پیام را مشاهده کنید %1$sاین هشدار را نادیده بگیرید%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["تنظیمات فعلی سایت شما اجازه می دهند تا فایل های رسانه از لینک های مستقلی به صورت یک صفحه مجزا در دسترس باشند. لطفا %1$sاین مطلب درباره مشکلات این قابلیت%2$s را مطالعه کنید و مطمئن شوید همچنان از فعال بودن این قابلیت اطمینان دارید و تصمیم ندارید آن را تغییر دهید."],"Unknown type %1$s":["نوع ناشناخته %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["شامل حساب رایگان یوست من که به شما دسترسی به آموزش ابتدایی سئو را می دهد!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["پلاگین Yoast SEO پیکربندی شده است اما فراموش نکنید که اصول سئو همواره درحال تغییر است. در خبرنامه ما عضو شوید تا همواره از تکنیک های سئو باخبر شوید %1$s, other cool plugins by %2$s,."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["گرفتن کد تائیده بایدو در %1$s ابزار وبمستر بایدو%2$s."],"Baidu verification code":["کد تائیدیه بایدو"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["عملکرد درون ریزی %s از جداول پایگاه داده موقت استفاده می کند. به نظر میرسد نصب وردپرس شما توانایی انجام این کار را ندارد، لطفا با ارائه دهنده میزبانی خود مشورت کنید."],"Cleanup of %s data failed.":["پاکسازی داده ها %s انجام نشد."],"Content Type":["نوع محتوا"],"Filter by content type":["فیلتر براساس نوع محتوا"],"Show All Content Types":["نمایش همه انواع محتوا"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["بسادگی گزینه \"Break comments into pages...\" در %1$s صفحه تنظیمات دیدگاه %2$s را غیرفعال کنید."],"Replaced with the normal title for an archive generated by WordPress":["جایگزینی با عنوان عادی برای یک آرشیو تولید شده توسط وردپرس"],"Clean":["پاک‌سازی"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["هنگامی که مطمئن هستید سایت شما درست است، می توانید پاکسازی را شروع کنید. این کار تمام داده های اصلی را حذف می کند."],"Step 5: Clean up":["مرحله5: پارکسازی"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["شما باید پیکربندی سریع را اجرا نمایید، از برگه پیشخوان سئوی عمومی، برای اینکه اطمینان حاصل کنید همه تنظیمات بدرستی برای سایت شما انجام شده است."],"Step 4: Run the configuration wizard":["مرحله4: اجرای پیکربندی آسان"],"Please check your posts and pages and see if the metadata was successfully imported.":["لطفا نوشته‎‏ها و برگه‌های خود را بررسی کنید ببینید اگر داده‌های متا بدرستی درون‌ریزی شده است."],"Step 3: Check your data":["مرحله 3 : اطلاعات خود را بررسی کنید"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["این گزینه داده های متای نوشته مانند عناوین و توضیحات سئو را به داده های متای %1$s شما وارد می کند. این کار فقط زمانی انجام خواهد شد که هنوز داده های متا %1$s وجود نداشته باشد. داده های اصلی در جای خود قرار می گیرند."],"Step 2: Import":["مرحله2: درون‌ریزی"],"Please make a backup of your database before starting this process.":["لطفا قبل از انجام اینکار از پایگاه داده خود پشتیبان تهیه کنید."],"Step 1: Create a backup":["مرحله1: ایجاد پشتیبان‌گیری"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["ما داده ها را از یک یا چند پلاگین SEO در سایت شما شناسایی کرده ایم. برای درون ریزی آن داده ها مراحل زیر را دنبال کنید:"],"Plugin: ":["افزونه: "],"%s did not detect any plugin data from plugins it can import from.":["%s داده افزونه ای را شناسایی نکرد که بتواند از آن درون‌ریزی کند."],"Posts that should not show up in search results":["نوشته‌هایی که نمی خواهید در نتایج جستجو نمایش داده شود"],"%s data found.":["%s داده یافت شد."],"%s data successfully removed.":["%s داده با موفقیت حذف گردید."],"%s data successfully imported.":["%s داده با موفقیت درون‌ریزی شد."],"%s data not found.":["%s داده یافت نشد."],"Improve your SEO skills":["بهبود توانایی سئوی شما"],"24/7 email support":["پشتیبانی ایمیلی 24/7"],"No more dead links a.k.a. 404 pages":["دیگه از لینکهای خراب و صفحات 404 خبری نیست"],"Get real-time suggestions for internal links":["استفاده از پیشنهادات خودکار برای لینکهای داخلی"],"Preview your page in Facebook and Twitter":["پیش نمایش برگه شما در فیسبوک و توییتر"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["روی کلید \"%3$s\" کلیک کنید تا از توضیحات متایی که در تنظیمات %1$sظاهر جستجو برای صفحه خانه%2$s ثبت شده است استفاده شود."],"Help on copying the home meta description":["راهنما در کپی کردن توضیح متای خانه"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["برای آنکه موتورهای جستجو بفهمند پروفایل کدام شبکه های اجتماعی متعلق به سایت شماست لطفا اطلاعات مرتبط با شبکه های اجتماعی خود را در زیر وارد کنید."],"Learn more about your social profiles settings":["درباره تنظیمات پروفایلهای اجتماعی خود بیشتر بدانید"],"Remove the categories prefix":["حذف پیشوند دسته‌ها"],"Help on the category prefix setting":["راهنما در تنظیم پیشوند دسته"],"Learn more about the available variables":["درباره متغیرهای موجود بیشتر بدانید"],"Learn more about the RSS feed setting":["درباره تنظیمات خوراک RSS بیشتر بدانید"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["وقتی یک رسانه جدید در وردپرس آپلود میکنید (به عنوان مثال یک عکس یا ویدئو)، فقط یک فایل به رسانه سایت شما اضافه نمی شود. بلکه یک لینک فایل پیوست نیز برای آن ایجاد می شود. این صفحات فایل های پیوست خالی هستند و صرفا فایل پیوست را به همراه یک عنوان نمایش می دهند. چنانچه از این لینک های فایل پیوست استفاده ای نمیکنید پیشنهاد میکنیم آنها را غیرفعال کنید و آنها را به خود فایل پیوست ریدایرکت کنید."],"Learn more about the Media and attachment URLs setting":["یادگیری بیشتر درباره تنظیمات آدرس پیوست و چندرسانه"],"Learn more about the title separator setting":["یادگیری بیشتر درباره تنظیمات جداکننده عنوان"],"Learn more about the knowledge graph setting":["یادگیری بیشتر درباره تنظیمات گراف دانش"],"Learn more about the homepage setting":["یادگیری بیشتر درباره تنظیمات صفحه اصلی"],"Learn more about the special pages setting":["یادگیری بیشتر درباره تنظیمات برگه‌های ویژه"],"Help on the date archives search results setting":["راهنما در تنظیمات نتایج جستجوی بایگانی تاریخ"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["عدم نمایش بایگانی ها برای نویسندگان فاقد مطلب در نتایج جستجو به صورت فنی به این معناست که آنها دارای یک متای ربات %1$s هستند و از نقشه های سایت مستثنی خواهند شد. %2$sکسب اطلاعات بیشتر درباره تنظیمات نتایج جستجو%3$s."],"Help on the authors without posts archive search results setting":["راهنما در تنظیمات نتایج جستجوی بایگانی نوشته های بدون نویسنده"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["عدم نمایش بایگانی برای نویسندگان در نتایج جستجو به صورت فنی به این معناست که آنها دارای یک متای ربات %1$s هستند و از نقشه های سایت مستثنی خواهند شد. %2$sکسب اطلاعات بیشتر درباره تنظیمات نتایج جستجو%3$s."],"Help on the author archives search results setting":["راهنما در تنظیمات نتایج جستجوی بایگانی نویسنده"],"Archives settings help":["راهنمای تنظیمات بایگانی"],"Learn more about the archives setting":["یادگیری بیشتر درباره تنظیمات بایگانی"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["گرفتن کد تائید یاندکس در %1$s ابزار وبمستر یاندکس%2$s."],"Yandex verification code":["کد تائیدیه یاندکس"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["گرفتن کد تائید گوگل در %1$s کنسول جستجوی گوگل%2$s."],"Google verification code":["کد تائیدیه گوگل"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["گرفتن کد تائیده بینگ در %1$s ابزار وبمستر بینگ%2$s."],"Bing verification code":["کد تائیدیه بینگ"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["می توانید از باکس زیر برای تایید ابزارهای وب مستر مختلف کمک بگیرید. این قابلیت یک تگ تایید متا به صفحه اصلی سایت شما اضافه می کند. لینک های مرتبط با ابزارهای وب مستر مختلف را دنبال کرده و دستورالعمل های مرتبط با تایید توسط تگ متا را دنبال کنید تا کد تایید را دریافت کنید. اگر سایت شما قبلا تایید شده می توانید از این مرحله چشم پوشی کنید."],"Learn more about the Webmaster Tools verification":["یادگیری بیشتر درباره تائیدیه ابزار وبسمتر"],"On":["روشن"],"Help on: %s":["کمک در: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s به همراه امکانات زیادی است. شما می توانید برخی از آنها را فعال / غیرفعال کنید. کلیک روی آیکون علامت سوال اطلاعات بیشتری راجع به هر کدام در اختیار شما قرار خواهد داد."],"Off":["خاموش"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["بخش پیشرفته %1$s جعبه متا اجازه می دهد به کاربر برای حذف نوشته ها از نتایج جستجو یا تغییرcanonical.چیزهایی است که شاید نخواهید هیچ نویسنده ای تغییر دهد.به همین دلیل بطور پیشفرض فقط ویرایشگر و مدیران می توانند این تغییرات را انجام دهند. تنظیمات برای \"%2$s\" به همه کاربران اجازه می دهد تنظیمات را تغییر دهند."],"Security: no advanced settings for authors":["امنیت: تنظیمات پیشرفته برای نویسنده‌ها درسترس نیست"],"See who contributed to %1$s.":["ببینید چه کسی مشارکت کرده در %1$s."],"Help on this search results setting":["راهنمایی در تنظیمات نتیجه جستجو"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["نمایش داده نمی شود برای بایگانی %1$s در نتایج جستجو تخصصی به این معنی است که ان ها دارای %2$s ربات متا و در نقشه سایت صرف نظر شده است.%3$s اطلاعات بیشتر در تنظیمات جستجو%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["نمایش داده نمی شود %1$s در نتیجه جستجو تخصصی به این معنی است که آن ها دارای %2$s ربات متا و در نقشه سایت صرف نظر شده است.%3$s اطلاعات بیشتر در تنظیمات جستجو%4$s."],"Check SEO configuration":["بررسی پیکربندی سئو"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["می خواهید مطمئن شوید تنظیمات %1$s هنوز مناسب است؟%2$s پیکربندی آسان را باز کنید برای تائید اعتبار %3$s مجدد."],"Default for %2$s, currently: %1$s":["پیشفرض برای %2$s، کنونی: %1$s"],"Show %s in search results?":["نمایش %s در نتایج جستجو؟"],"this author's archives":["آرشیو نویسنده"],"Do not allow search engines to show %s in search results.":["به موتورهای جستجو اجازه نمایش %s را در نتایج جستجو نده."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL های دسته در وردپرس حاوی یک پیشوند هستند، معمولا %s ، این ویژگی این پیشوند را فقط برای دسته ها حذف می کند."],"Category URLs":["دسته بندی لینک ها"],"the archive for %s":["آرشیو برای %s"],"Redirect attachment URLs to the attachment itself?":["تغییر آدرس URL های پیوست به خود پیوست؟"],"We recommend you set this to Yes.":["توصیه ما این است مقدار را بله قرار دهید."],"Media & attachment URLs":["رسانه ها و آدرس های پیوست"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["این همان چیزی است که در نتایج جستجو نشان می دهد وقتی افراد صفحه اصلی شما را پیدا می کنند. به این معنی که احتمالا چیزی است که آنها هنگام جستجو برای نام تجاری شما می بینند."],"date archives":["تاریخ بایگانی ها"],"archives for authors without posts":["بایگانی برای نویسنده های بدون مطلب"],"Read why XML Sitemaps are important for your site.":["بخوانید که چرا نقشه سایت برای سایت شما ضروری است."],"Enable the XML sitemaps that %s generates.":["نقشه سایت %s ایجاد شده را فعال کنید."],"See the XML sitemap.":["مشاهده نقشه سایت."],"%2$s (current default for %1$s)":["%2$s (پیشفرض فعلی برای %1$s)"],"Media":["عناصر چند رسانه ای"],"Content Types":["انواع محتوا"],"Should search engines follow links on this %1$s?":["موتورهای جستجو باید دنبال کنند پیوندهای موجود در این %1$s؟"],"Allow search engines to show this %s in search results?":["به موتورهای جستجو اجازه نمایش این %s را می دهید؟"],"Search Appearance":["ظاهر جستجو"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["لطفا مشخص کنید چه نوع محتوایی را که میخواهید در موتور های جستجو نمایش دهید. اگر تفاوت های بین این ها را نمی دانید بهتر است تنظیمات پیش فرض را انتخاب کنید."],"Search engines should show \"%1$s\" in search results:":["موتور جستجو باید در نتایج جستجو \"%1$s\" را نمایش دهد:"],"Search engine visibility":["قابل مشاهده بودن برای موتورهای جستجو"],"Toggle %1$s's XML Sitemap":["تغییر وضعیت %1$s's نقشه سایت"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["درخواست پشتیبانی که ایجاد کرده اید مستقیم به سیتسم پشتیبانی ما ارسال شد، که با ssl 256 bit ایمن شده است،پس امنیت 100% برقرار است."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["ویژگی متحوای شاخص یا cornerstone content به شما اجازه علامت گذاری و فیلتر محتوای شاخص در سایت را میدهد."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["اگر مشکلی دارید که آموزش های ویدئویی ما هم به شما کمک نمی کند، می توانید به تیم پشتیبانی ما پیامی ارسال کنید. در 24/7 دردسترس هستند."],"Good results":["نتایج خوب"],"Get better search results in local search":["نتیجه بهتر در جستجوی محلی"],"Allow customers to pick up their %s order locally":["به مشتریان اجازه دهید که سفارش %s خود را به صورت محلی انتخاب کنند"],"SEO analysis":["آنلایز سئو"],"The SEO analysis offers suggestions to improve the SEO of your text.":["آنلایز سئو پیشنهاداتی برای بهبود سئوی متن شماست."],"Learn how the SEO analysis can help you rank.":["یادگیری چگونگی بهبود رتبه با آنلایز سئو."],"The readability analysis offers suggestions to improve the structure and style of your text.":["تجزیه و تحلیل خواندن پیشنهاداتی برای بهبود ساختار و سبک ارائه می دهد."],"Discover why readability is important for SEO.":["فهمیدن دلیل مهم بودن خوانایی برای سئو."],"Find out how cornerstone content can help you improve your site structure.":["بفهمید که چگونه محتوای شاخص یا cornerstone content می تواند به شما برای بهبود ساختار سایت کمک کند."],"The text link counter helps you improve your site structure.":["شمارنده پیوند متن به شما برای بهبود ساختار سایت کمک می کند."],"Find out how the text link counter can enhance your SEO.":["بفهمید چگونه شمارنده پیوند متن می تواند سئوی سایت را بهبود بخشد."],"%s integration":["ادغام %s"],"Read more about how %s works.":["اطلاعات بیشتذ درباره چگونگی کارکرد %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["این ویژگی را فعال کنید اگر می خواهید فیسبوک و سایر شبکه های احتماعی پیش نمایشی از تصاویر و متحوای خلاصه شما را نمایش دهند وقتی لینکی از سایت خود را به اشتراک می گذارید."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["این ویژگی را فعال کنید اگر می خواهید توئیتر پیش نمایشی با تصویر و متن خلاصه از لینک به اشتراک گذاشته سایت شما نمایش دهد."],"Find out why you should upgrade to %s":["دلیل اینکه باید ارتقاء پیدا کنید به %s بفهمید"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["نوشته های اخیر در %1$s"],"Need help?":["به کمک نیاز دارید؟"],"Remove highlight from the text":["حذف برجسته کردن از متن"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["سریع آغاز کنید%1$s %2$sپیکربندی آسان%3$s!"],"First-time SEO configuration":["پیکربندی سئو برای اولین بار"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["زبان سایت شما به {language} تنظیم شده است.اگر صحیح نیست،با مدیریت سایت تماس بگیرید."],"Your site language is set to {language}.":["زبان سایت شما تنظیم شده به {language}."],"Highlight this result in the text":["این نتیجه را در متن برجسته کنید"],"Considerations":["ملاحظات"],"Errors":["خطاها"],"Change language":["تغییر زبان"],"You cannot create a %s file.":["شما نمی توانید پرونده %s ایجاد کنید."],"You cannot edit the %s file.":["شما نمی توانید پرونده %s ویرایش کنید."],"Updated %s":["%s بروزرسانی شد"],"Create %s file":["ایجاد پرونده %s"],"Edit the content of your %s:":["ویرایش محتوای %s شما:"],"Save changes to %s":["ذخیره تنظیمات به %s"],"%s file":["پرونده %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s و %2$s می تواند با اضافه کردن یک افزونه کمکی با هم کار کند. لطفا %3$s نصب کنید تا زندگی تان بهتر شود. %4$s."],"More information":["اطلاعات بیشتر"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s و %2$s می تواند با اضافه کردن یک افزونه کمکی با هم کار کند. لطفا %3$s فعال کنید تا زندگی خود را بهتر کنید."],"More information about %1$s":["اطلاعات بیشتر درباره %1$s"],"Configuration Wizard":["پیکربندی گام‌به‌گام"],"You've done it!":["شما آن را انجام داده اید!"],"Seamlessly integrate %1$s into your AMP pages!":["به صورت یکپارچه %1$s را به صفحات AMP خود متصل کنید!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["برای تجزیه و تحلیل محتوا، به صورت یکپارچه %2$s را با %1$s متصل کنید!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s و %2$s می توانند با اضافه کردن یک افزونه کمکی با هم، خیلی بهتر کار کنند. لطفا %3$s را نصب کنید تا زندگی خود را بهتر کنید."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["عنوان و تنظیمات متاها برای %1$s از متغیرهایی ساخته شده اند که با مقادیر خاصی از صفحه در هنگام نمایش، جایگزین شده اند. جدول زیر شامل لیستی از متغیرهای موجود می باشد."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["علامتگذاری مهمترین %1$s به عنوان 'محتوای شاخص (cornerstone content)' جهت بهبود ساختار سایت تان. %2$sدر مورد محتوای شاخص یا cornerstone content بیشتر بیاموزید%3$s."],"Loading help center.":["بارگذاری مرکز راهنما."],"Get support":["دریافت پشتیبانی"],"(Opens in a new browser tab)":["(در یک برگه جدید مرورگر باز میکند)"],"Posts %1$swithout%2$s a focus keyphrase":["نوشته‌ها %1$sبدون%2$s کلمه کلیدی اصلی"],"Hey, your SEO is doing pretty well! Check out the stats:":["سئوی شما خیلی خوب است!آمار بازدید را بررسی کنید:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["شما نوشته منتشر شده ای ندارید، نمره سئو شما اینجا ظاهر می شود یکبار وقتی اولین نوشته را ایجاد کنید!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["در این صفحه می توانید نام سایت خود را تغییر دهید و از جدا کننده استفاده کنید. جداساز، مثلا بین عنوان پست و نام سایت شما نمایش داده خواهد شد. نمادها در اندازه نشان داده شده در نتایج جستجو نشان داده می شوند. یکی را انتخاب کنید که با نام تجاری شما مناسب باشد یا کمترین فاصله را در قطعه بگیرد."],"Something else":["چیز دیگر"],"A portfolio":["یک نمونه‌کار"],"A corporation":["یک شرکت"],"A small offline business":["یک کسب و کار آفلاین کوچک"],"A news channel":["یک کانال خبری"],"An online shop":["یک فروشگاه آنلاین"],"A blog":["یک بلاگ"],"What does the site %1$s represent?":["سایت %1$s معرف چیست؟"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["اگر هیچ گزینه ای انتخاب نکنید، بایگانی نویسنده شما برای جلوگیری از مسائل محتوای تکراری غیرفعال خواهد شد."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["توجه داشته باشید: ما داده های شما را به هیچ وجه ذخیره نمیکنیم و دسترسی کامل به حساب شما نداریم. حریم خصوصی شما با ما امن است."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s ادغام با Google Search Console، یک ابزار لازم برای صاحبان سایت. این اطلاعات شما را در رابطه با سلامت سایت شما فراهم می کند. آیا حساب Google ندارید یا سایت شما هنوز فعال نشده است؟ پیدا کردن %2$s نحوه اتصال Google Search Console به سایت خود %3$s."],"Option B: My site is under construction and should not be indexed":["گزینه B: سایت من در دست ساخت و نباید ایندکس شود"],"Option A: My site is live and ready to be indexed":["گزینه A: سایت من فعال و آماده ایندکس است"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["اگر میخواهید سایت را از فهرست موتورهای جستجو حفظ کنید، زیر ساخت را انتخاب کنید. فراموش نکنید که بعد از آماده شدن برای انتشار سایت خود، آن را فعال کنید."],"Please specify if your site is under construction or already active.":["لطفا شرح دهید اگر سایت شما دردست ساخت یا فعال است."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["این اطلاعات در کارت گرافیک دانش گوگل، بلوک بزرگ اطلاعاتی که در سمت راست نتایج جستجو مشاهده می کنید، مورد استفاده قرار می گیرد."],"Read more like this on our SEO blog":["ادامه مطلب مثل این در بلاگ سئوی ما"],"Readability: %s":["خوانایی: %s"],"Not activated":["فعال نشد"],"Activated":["فعال شد"],"%1$s recommendations for you":["%1$s توصیه شده برای شما"],"All Readability Scores":["تمام امتیاز خوانایی"],"Filter by Readability Score":["مرتب‌سازی براساس امتیاز خوانایی"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["شما نمی توانید بروزرسانی یا پشتیبانی دریافت کنید! این مشکل را برطرف کنید با افزودن این سایت و فعالسازی %1$s برای آن در %2$s."],"Request method %1$s is not valid.":["روش درخواست %1$s معتبر نیست."],"Muted notifications:":["خاموش کردن اعلانات:"],"Muted problems:":["خاموش کردن مشکلات:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["آیا می خواهید پیشنمایش که بنظر می رسد وقتی افراد این نوشته را به اشتراک می گذارند در %1$s? شما می توانید با، %2$s."],"Good job! All the links in your texts have been counted.":["خوب بود! تمام پیوندهای موجود در متن شمارش شد."],"Calculation completed.":["محاسبه تکمیل شد."],"Calculation in progress...":["محاسبه در حال انجام است..."],"Stop counting":["توقف شمارش"],"Counting links in your texts":["شمارش پیوندها در متن شما"],"Text %1$s of %2$s processed.":["متن %1$s از %2$s در حال پردازش است."],"All your texts are already counted, there is no need to count them again.":["همه متون شما شمارش شده است، دیگر نیاز به شمارش مجدد نیست."],"Count links in your texts":["تعداد پیوندها در متن شما"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["پیوندهای موجود در همه متون منتشر شده شما نیاز به شمارش دارد. این باعث می شود بدانید کدام متن نیازمند پیوند بیشتری است. اگر می خواهید بیشتر در مورد پیوندهای داخلی بدانید بررسی کنید این %1$s آموزش پیوندهای داخلی %2$s%3$s."],"Text link counter":["شمارنده پیوند متن"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["تعداد پیوندهای داخلی به این نوشته. ببینید \"ستون‌های Yoast\" در زبانه کمک برای اطلاعات بیشتر."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["تعداد پیوندهای داخلی در این نوشته. ببینید \"ستون‌های Yoast\" در زبانه کمک برای اطلاعات بیشتر."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s چندین ستون را به این صفحه اضافه می کند. ما یک مقاله در مورد آن نوشته ایم %2$s چگونه به استفاده از نمره SEO و خوانایی %3$s. ستون های لینک نشان می دهد تعداد مقالات در این لینک سایت %5$s به %6$s این مقاله و تعداد نشانی های اینترنتی مرتبط شده است %5$s از %6$s این مقاله. بیشتر بدانید %4$s نحوه استفاده از این ویژگی ها برای بهبود ارتباط داخلی شما %3$s, که تا حد زیادی SEO شما را افزایش می دهد."],"%s Columns":["%s ستون‌ها"],"Readability score":["نمره خوانایی"],"Other benefits of %s for you:":["دیگر مزایای %s برای شما:"],"Scroll to see the preview content.":["برای دیدن پیشنمایش محتوا اسکرول کنید."],"Cornerstone content":["محتوای شاخص"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s اکنون از تمامی بهینه سازی فنی مورد نیاز سایت شما مراقبت می کند. برای بهبود عملکرد سایت خود در نتایج جستجو، مهم است که شروع به ایجاد محتویاتی بکنید که برای فونت های کلیدی مورد نظر شما مناسب است. این ویدیو را بررسی کنید که در آن ما در مورد نحوه استفاده از متاباکس %1$s هنگام پست کردن یا صفحات ویرایش می کنیم."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["اگر می خواهید رقابت را در یک شهر یا منطقه مشخص کنید، لطفا پلاگین %1$s را بررسی کنید! شما می توانید به راحتی نقشه های گوگل، ساعات کاری، اطلاعات تماس و یک فروشگاه یاب را وارد کنید. علاوه بر این %1$s به شما کمک می کند تا قابلیت استفاده صفحه تماس خود را بهبود ببخشید."],"Attract more customers near you":["جذب مشتریان بیشتری در نزدیکی شما"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["آیا می خواهید تمام پلاگین های %1$s را مشاهده کنید؟ آیا می خواهید همه چیز در مورد تنظیمات پیشرفته ما یاد بگیرید؟ آیا میخواهید واقعا بیشتر از افزونه %1$s استفاده کنید؟ آموزش پلاگین %1$s را بررسی کنید و از رقابت خارج شوید!"],"Get the most out of %1$s with the %2$s":["از %1$s با %2$s بیشتر استفاده کنید"],"Upgrade to Premium":["ارتقاء به نسخه پولی"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["آیا می خواهید رقابت خود را بالاتر ببرید؟ %1$s به شما ویژگی های اضافی فوق العاده ای می دهد که به شما در تنظیم استراتژی SEO شما مانند حرفه ای کمک می کند. اضافه کردن مترادف و کلمات کلیدی مرتبط، استفاده از تجزیه و تحلیل پرمیوم SEO، مدیر هدایت و ابزار لینک داخلی ما. %1$s همچنین به پشتیبانی حقوقی دسترسی خواهد داشت."],"Outrank the competition with %s":["برتر بودن رقابت با %s"],"You might like":["شما ممکن است این را هم بپسندید"],"Newsletter":["خبرنامه"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["ما متوجه شده‌ایم که هنوز این مراحل را به پایان نرسانده‌اید، بنابراین ما به شما توصیه می کنیم تا %2$sپیکربندی گام‌به‌گام را برای پیکربندی %1$s شروع نمایید%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["پیکربندی گام‌به‌گام به شما کمک می کند تا به راحتی سایت خود را پیکربندی نمایید تا تنظیمات سئوی بهینه‌ای داشته باشید."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["به نسخه طلایی بروید و متخصصان ما برای پاسخ به هر گونه سوال در مورد راه‌اندازی و استفاده از افزونه، آنجا خواهند بود."],"Superfast internal linking suggestions":["پیشنهادات پیوند‌دهی داخلی فوق العاده سریع"],"Great news: you can, with %1$s!":["خبر خوب: شما می توانید، با %1$s !"],"Save changes":["ذخیره تغییرات"],"1 year free support and updates included!":["شامل 1 سال بروز رسانی و ارتقاء رایگان!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["پلاگین %2$s خروجی سایت شما را تغییر داده و در انجام این تفاوت بین موتورهای جستجو و کاربران عادی، فرایندی است که به نام پنهان سازی می شود. ما به شدت توصیه می کنیم که آن را غیر فعال کنید."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sپیش نمایش شبکه های اجتماعی%2$s: فیسبوک و توئیتر"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sبدون پیوند شکسته%2$s: مدیریت آسان تغییر مسیر"],"No ads!":["بدون تبلیغات!"],"Facebook & Twitter":["فیسبوک و توییتر"],"Social media preview":["پیش‌نمایش رسانه‌های اجتماعی"],"Easy redirect manager":["مدیریت تغییر مسیر (Redirect) آسان"],"No more dead links":["بدون پیوندهای شکسته (Dead Links)"],"Increase your SEO reach":["افزایش رتبه سئوی شما"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["اگر کمک بیشتری برای تولید محتوای عالی نیاز دارید، دوره %2$s حق کپی%3$s مارا بخرید. آیا می خواهید درباره تمام ویژگی های افزونه بدانید، ببینید%1$s!"],"Variable":["متغیر"],"Available variables":["متغیرهای در دسترس"],"Scroll to see the table content.":["برای دیدن محتوای جدول پیمایش (اسکرول) نمایید."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["لطفا مراجعه کنید به %1$s مقالات ما درباره چگونگی اتصال سایت شما به کنسول جستجوی گوگل %2$s اگر نیازمند دستیار هستید."],"An error occurred in the '%1$s' assessment":["خطایی در ارزیابی '%1$s' رخ داده است"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s از کلمات حاوی %2$s روی %3$s سیلاب %4$s، که بیش از حداکثر توصیه شده از %5$s است."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s از کلمات حاوی %2$s روی %3$s سیلاب %4$s، که کمتر از یا برابر حداکثر توصیه شده از %5$s است."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["این کمی کمتر از حداقلل توصیه شده %5$d کلمه است.%3$s کمی بیشتر اضافه کنید%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["توضیحات متا حاوی %1$d جمله %2$s بیش از %3$s کلمه %4$s است. سعی کنید جملات را کوتاه‌تر کنید."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["توضیحات متا شامل هیچ جمله %1$s بیش از %2$s کلمه %3$s نیست."],"No new notifications.":["اعلان جدیدی وجود ندارد."],"Save all":["ذخیره همه"],"Save":["ذخیره"],"%1$s, Author at %2$s":["%1$s, نویسنده در %2$s"],"Mobile preview":["پیش نمایش موبایل"],"Desktop preview":["پیش نمایش دسکتاپ"],"Select redirect":["انتخاب تغییر مسیر"],"Please provide an SEO title by editing the snippet below.":["لطفا یک عنوان سئو با ویرایش متن زیرارائه دهید."],"Meta description preview:":["پیش نمایش متای توضیحات:"],"Slug preview:":["پیش نمایش نامک:"],"SEO title preview:":["پیش نمایش عنوان سئو:"],"Close snippet editor":["بستن ویرایشگر اسنیپت"],"Slug":["نامک"],"Remove marks in the text":["علامات را در نوشته پاک کنید"],"Mark this result in the text":["علامت زدن این نتیجه در متن"],"Marks are disabled in current view":["علائم در نمای جاری غیرفعال هستند"],"Good SEO score":["نمره خوب سئو"],"OK SEO score":["امتیاز سئوی قابل قبول"],"Feedback":["بازخورد"],"ok":["تأیید"],"Choose an image":["انتخاب تصویر"],"Remove the image":["پاک کردن این عکس"],"MailChimp signup failed:":["ثبت‌نام در Mailchimp شکست خورد:"],"Sign Up!":["ثبت‌نام!"],"Name":["نام"],"There is an error with the request.":["خطایی با این درخواست رخ داده است."],"Select profile":["انتخاب پروفایل"],"Choose a profile":["انتخاب یک پروفایل"],"Authorization code":["کد مجوز گوگل"],"Reauthenticate with Google":["تعیین هویت مجدد با گوگل"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["برای اجازه %s آوردن اطلاعات شما از کنسول گوگل، لطفا کد تائیدیه گوگل را وارد کنید. روی دکمه زیر کلیک کنید تا در پنجره جدید باز شود."],"Please provide a meta description by editing the snippet below.":["لطفا با ویرایش متن زیر توضیحات متا را ارائه دهید."],"Edit snippet":["ویرایش اسنیپت"],"You can click on each element in the preview to jump to the Snippet Editor.":["شما می توانید برای ورود به ویرایشگر محدوده، روی هر پارامتر در پیش نمایش کلیک کنید."],"Close the Wizard":["بستن نصب آسان"],"Export settings":["تنظیمات برون‌بری"],"%1$s video tutorial":["%1$s آموزش تصویری"],"%s › Configuration Wizard":["%s › پیکربندی سریع"],"Please don't show me this notification anymore":["لطفا این پیام را دیگر نشان نده"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["اگر مشکلی دارید، %1$s لطفا پرونده گزارش خطا %2$s را ارسال کرده و ما بهترین کمک را به شما می کنیم."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["ما مطلع شدیم شما مدتی است در حال استفاده از %1$s هستید; امیدواریم دوست داشته باشید! خوشحال می شویم اگر شما بتوانید %2$s 5 ستاره امتیاز در WordPress.org بدهید %3$s!"],"Courses":["دوره‌های آموزشی"],"Date archives settings":["تنظیمات تاریخ بایگانی‌ها"],"Author archives settings":["تنظیمات بایگانی‌های نویسنده"],"%1$s by %2$s":["%1$s توسط %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["توجه: متغیر %s نمی تواند در این پوسته استفاده شود. برای اطلاعات بیشتر به بخش راهنما مراجعه کنید."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["به هرحال، آیا می دانید ما یک نسخه %1$s پولی افزونه%2$s هم داریم؟ دارای ویژگی‌های پیشرفته ی است، مانند پشتیبانی و مدیریت کامل بر تمام کلمات کلیدی. همچنین پشتیبانی کامل 24/7 توسط متخصصین ما."],"(no title)":["(بدون عنوان)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["نوار %1$s منوی مدیریت شامل لینک‌های مفیدی از ابزارها برای آنالیز برگه‌ها و دیدن اطلاعیه‌های جدید است."],"Admin bar menu":["نوار منوی مدیریت"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s بررسی هفتگی اگر سایت شما هنوز قابل ایندکس شدن توسط موتورهای جستجو باشد و %2$s به شما پیغام میدهد وقتی این مورد نباشد."],"Features":["امکانات"],"SEO title":["عنوان سئو"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["درحالی که ما درتلاش برای راحت ترکردن تنظیمات %1$s هستیم متوجه شدیم که می تواند باعث نگرانی شود. اگر ترجیه می دهید ما برای شما %1$s را راه اندازی می کنیم(و گرفتن نسخه ای از %2$s در پردازش) سفارش %3$s%1$s سرویس پیکربندی %4$s را بدهید!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["به پیکربندی سریع %1$s خوش آمدید. با چند مرحله کوتاه به شما کمک می کنیم ت تنظیمات مورد نیاز سئوی سایتتان را انجام دهید!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["گوگل نام سایت شما را در نتایج جستجو نشان می دهد، اگر میخواهید آن را عوض کنید از اینجا انجام دهید."],"Greater than sign":["علامت بزرگتر از"],"Less than sign":["علامت کوچکتر از"],"Right angle quotation mark":["علامت نقل قول زاویه راست"],"Left angle quotation mark":["علامت نقل قول زاویه چپ"],"Small tilde":["ریشه یابی لغات کوچک"],"Vertical bar":["نوار عمودی"],"Low asterisk":["نشان ستاره پایین"],"Asterisk":["نشان ستاره"],"Bullet":["گلولله توپر"],"Middle dot":["نقطه میانی"],"Em dash":["خط تیره کشیده"],"En dash":["خط تیره En"],"Dash":["خط تیره"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["انتخاب سیمبول برای جداکردن عناوین سایت. نمایش داده می شود بین عنوان سایت و عنوان نوشته. سیمبول ها در سایزی که در نتایج جستجو هستند ظاهر می شوند."],"The name of the person":["نام شخص"],"No":["خیر"],"Yes":["بله"],"Does, or will, your site have multiple authors?":["آیا سایت شما نویسنده های مختلفی دارد؟"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["وردپرس خودکار آدرس URL برای هر فایل رسانه ای در کتابخانه اش ایجاد می کند.فعال کردن این به گوگل اجازه می دهد آدرس URLها را ایندکس کند."],"Success!":["موفقیت!"],"Title settings":["تنظیمات عنوان"],"Google Search Console":["کنسول جستجوی گوگل"],"Multiple authors":["نویسندگان متعدد"],"Site type":["نوع نوشته"],"Environment":["محیط"],"Yoast option %1$s not found.":["تنظیمات %1$s افزونه Yoast یافت نشد."],"Google Structured Data Test":["تست داده ساختار گوگل"],"Posts list":["لیست نوشته‌ها"],"Posts list navigation":["لیست ناوبری نوشته‌ها"],"Filter posts list":["فیلتر لیست نوشته‌ها"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["توجه داشته باشید که لینک به آرشیو ممکن است هنوز هم توسط قالب خروجی داشته باشد شما نیاز است بطور جداگانه حذفشان کنید."],"%1$s to optimize your site even further":["%1$s برای بهینه سازی بیشتر سایت"],"%1$s extensions":["%1$s افزودنی‌ها"],"Comes with our 30-day no questions asked money back guarantee":["بازگشت کل هزینه در 30 روز بدون سوال"],"More information %1$sabout %3$s%2$s":["اطلاعات بیشتر%1$s درباره %3$s%2$s"],"Installed":["نصب شده است"],"gain access to our 24/7 support team.":["دسترسی کامل 24/7 به پشتیبانی ما."],"Premium support":["پشتیبانی ویژه"],"check what your Facebook or Twitter post will look like.":["بررسی نوع نمایش نوشته فیسبوک یا توئیتر."],"Social previews":["پیش‌نمایش شبکه های اجتماعی"],"create and manage redirects from within your WordPress install.":["ایجاد و مدیریت تغییرمسیر از درون وردپرس."],"Redirect manager":["مدیریت تغییر مسیر"],"%1$s, take your optimization to the next level!":["%1$s رفتن به سطح بعدی بهینه سازی!"],"A seamless integration between %1$s and %2$s":["ادغام بدون فاصله بین %1$s و %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["بکارگیری %1$s مسیر راهنما بجای %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["وارد کردن آسان نقشه گوگل،مکان یاب مغازه،ساعت بازکردن و بیشتر"],"Creates XML News Sitemaps":["ساختن نقشه سایت اخبار"],"Immediately pings Google on the publication of a new post":["اطلاع‌رسانی سریع به گوگل بعد از ارسال نوشته جدید"],"Optimize your site for Google News":["بهینه کردن سایت برای اخبار گوگل"],"Make videos responsive through enabling fitvids.js":["تبدیل کردن ویدئوها به واکنش گرا با فعال کردن fitvids.js"],"Enhance the experience of sharing posts with videos":["افزایش بهبود تجربه کاربری از نوشته های اشتراک گذاری شده با ویدئوها"],"Show your videos in Google Videos":["نمایش ویدئوهای شما در ویدئوی گوگل"],"Crawl issues list":["لیست مشکلات بررسی"],"Crawl issues list navigation":["مشکلات بررسی لیست ناوبری"],"Edit “%s”":["ویرایش “%s”"],"Premium":["نسخه پولی"],"Google Trends":["گوگل ترند"],"Notifications":["اطلاعیه‌ها"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["حذف تب کلمه کلیدی از متاباکس و غیرفعال کردن همه سئوهای پیشنهادی مرتبط."],"Disable SEO analysis":["غیر فعال کردن تجزیه و تحلیل سئو"],"Twitter settings":["تنظیمات توئیتر"],"Pinterest settings":["تنظیمات پینترست"],"Facebook settings":["تنظیمات فیسبوک"],"Title separator symbol":["سیمبول جداکننده عنوان"],"RSS feed settings":["تنظیمات خبرخوان rss"],"Breadcrumbs settings":["تنظیمات مسیر راهنما (Breadcrumbs)"],"Make primary":["تغییر به اصلی"],"Enter your Google Authorization Code and press the Authenticate button.":["کد تائیدیه گوگل را وارد کرده و دکمه تائیدیه را بفشارید."],"%s notification":["%s اطلاعیه"],"Disable readability analysis":["غیر فعال کردن تجزیه و تحلیل خوانایی"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["حذف برگه \"خوانایی\" از متاباکس و غیرفعال کردن همه پیشنهادات مرتبط با خوانایی."],"Readability analysis":["تجزیه و تحلیل خوانایی"],"Needs improvement":["به بهبود نیاز دارد"],"Readability":["خوانایی"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["شما در حال تلاش برای بارگزاری فایل های غیرفشرده (non-minified) هستید، این فایل ها فقط در بسته توسعه دهنده ما در دسترس هستند. برای دسترسی و مشاهده همه فایل های منبع %1$s پرداخت کنید."],"Improvements":["بهبودها"],"Restore this item.":["بازگردانی این آیتم."],"Dismiss this item.":["پنهان کردن این آیتم."],"Good job! We could detect no serious SEO problems.":["آفرین! ما مشکلات سئوی جدی تشخیص ندادیم."],"We have detected the following issues that affect the SEO of your site.":["ما موارد زیر که در سئوی سایت شما تاثیرگذار هستند را تشخیص دادیم."],"Problems":["مشکلات"],"Analysis":["تحلیل و بررسی"],"Not available":["در دسترس نمی باشد"],"Filter by SEO Score":["فیلتر براساس امتیاز سئو"],"Meta description not set.":["توضیحات متا تنظیم نشده‌اند."],"Video tutorial":["فیلم آموزشی"],"Email support is a %s feature":["پشتیبانی از ایمیل یک ویژگی %s است"],"Knowledge base":["پایگاه دانش"],"Open":["بازکردن"],"Dashboard":["پیشخوان"],"You can fix this on the %1$sPermalink settings page%2$s.":["می توانید این مورد را در %1$sصفحه تنظیمات پیوند یکتا%2$s رفع کنید."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["صفحه‌بندی دیدگاه‌ها فعال است، در 999 مورد از 1000 مورد، به این گزینه نیازی نیست. توصیه می‌کنیم این گزینه را غیرفعال نمایید."],"Replaced with the primary category of the post/page":["جایگزین شد با دسته اولیه از نوشته/برگه"],"Pinterest confirmation":["تایید پینترست"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["اگر سایت شما با پینترست تائید شده است می توانید این بخش را نادیده بگیرید."],"Format-based archives":["بایگانی مبتنی بر فرمت"],"Webmaster Tools verification":["تایید ابزارهای وب‌مستر (Webmaster Tools)"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["برای آموزش وردپرس %1$s دنبال کنید تا متخصص %1$s شوید."],"Want to be a %s Expert?":["آیا می خواهید از %s کارشناس شوید؟"],"Buy %s":["خرید %s"],"Show information about errors in category %s":["نمایش اطلاعات درمورد خطاها در دسته %s"],"New %1$s Title":["عنوان %1$s جدید"],"Existing %1$s Title":["عنوان %1$s موجود"],"Expected an integer as input.":["یک عدد صحیح به عنوان ورودی انتظار می رود."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["تلاش برای ساختن کلید کش نقشه سایت،اما ترکیب پیشوند و پسوند بسیار کوتاه است.احتمالا درخواست برگه ای را برای خروج از این محدوده دارید."],"Remove":["حذف"],"Keep":["نگه داری"],"Bold the last page":["ضخیم کردن آخرین صفحه"],"Regular":["منظم"],"Bold":["ضخیم"],"Show Blog page":["نمایش صفحه بلاگ"],"Primary %s":["%s اصلی"],"Primary":["اصلی"],"Make %1$s primary %2$s":["درنظرگرفتن %1$s به عنوان %2$s اصلی"],"Term is set to noindex.":["به حالت noindex تنظیم شد."],"Author archives":["بایگانی‌های نویسنده"],"Show":["نمایش"],"Enabled":["فعال‌شده"],"Disabled":["غیرفعال‌شده"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s افزونه هنوزوضعیت ایندکس شدن سایت شما را از %2$s دریافت نکرده است"],"The separator defined in your theme's %s tag.":["عامل جدا کننده تعریف شده در تگ %s قالب شما."],"No index":["بدون فهرست (index)"],"Analyze entire site":["تحلیل کل سایت"],"Fetch the current status":["واکشی وضعیت فعلی"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["افزونه%1$s%2$s قادر به آوردن وضعیت indexability سایت شما%3$s از %4$s نیست"],"Your homepage can be indexed by search engines.":["صفحه اصلی سایت شما میتواند توسط موتور های جستجو ایندکس (ترتیب بندی) شود."],"Indexability check by %1$s":["بررسی قابلیت ایندکس شدن توسط %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["اگر میخواهید برای اشتراک‌گزاری در %1$s از یک تصویر استفاده نمایید، یک تصویر را می‌توانید اینجا بارگزاری / انتخاب نموده یا URL عکس را اضافه نمایید."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["اگر نمی‌خواهید از توضیحات متا برای اشتراک‌گزاری در %1$s استفاده کنید اما توضیحات دیگری را آنجا می‌خواهید، آن را اینجا بنویسید."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["اگر شما نمی‌خواهید از عنوان برای اشتراک‌گزاری در %1$s استفاده کنید اما در عوض عنوان دیگری در آنجا می‌خواهید، آن را اینجا بنویسید."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sصفحه اصلی شما نمی‌تواند توسط موتورهای جستجو%2$s فهرست شود. این برای سئو بسیار بد است و باید رفع شود."],"Once Weekly":["هفته‌ای یک بار"],"Add-ons":["افزونه‌ها"],"SEO score":["نمره سئو"],"Twitter metadata":["داده‌های متا توییتر"],"Facebook / Open Graph metadata":["داده‌های متای فیسبوک / اوپن گراف (Open Graph)"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["در حال محاسبه مجّدد امتیازهای سئو برای همه قسمت‌های محتوا با یک کلیدواژه تمرکزی."],"%1$s of %2$s done.":["%1$s از %2$s انجام شده است."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["ما شیوه محاسبه امتیاز سئو خودمان را بروزرسانی کرده ایم. %1$s برای محاسبه مجدد امتیازات سئو %2$s برای همه نوشته ها و برگه ها اینجا کلیک کنید."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["اولین راه کار سئوی وردپرس،شامل سئوی on-page و تحلیل محتوا، نقشه سایت و خیلی موارد دیگر."],"Yoast SEO":["سئو Yoast"],"Activation failed:":["فعال‌سازی ناموفق شد:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["به نظر می‌رسد افزونۀ فیلتر (filter extension) موجود نباشد. لطفاً از میزبان سایت خود درخواست کنید آن را فعال کند."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["نصب %1$s افزونه کامل نشد. به %2$sنحوه نصب%3$s مراجعه کنید."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["کتابخانه های استاندارد PHP دردسترس نیست. با هاست خود برای فعال کردن (SPL) سوال کنید."],"SEO Settings":["تنظیمات سئو"],"Mobile-Friendly Test":["آزمون بهینه‌بودن برای موبایل"],"Google Page Speed Test":["ابزار گوگل جهت تست سرعت صفحات"],"CSS Validator":["اعتبارسنج CSS"],"HTML Validator":["اعتبارسنج HTML"],"Pinterest Rich Pins Validator":["اعتبار سنج پین های قوی (Rich Pins) پینترست - Pinterest"],"Facebook Debugger":["اشکال‌زدای فیس بوک"],"Check Headers":["بررسی سربرگ‌ها"],"Check Google Cache":["بررسی کش گوگل"],"Analyze this page":["تجزیه و تحلیل این برگه"],"Keyword Research":["پژوهش کلمه کلیدی"],"%s does not seem to be a valid url. Please correct.":["به نظر %s آدرس url معتبری به نظر نمی‌رسد. لطفا اصلاح کنید."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["به نظر %1$s یک شناسه %2$s درست نیست. لطفاٌ تصحیح کنید."],"%s Archive":["بایگانی %s"],"You searched for %s":["شما برای %s جستجو کردید"],"%s does not seem to be a valid Twitter user-id. Please correct.":["به نظر نمی‌رسد %s شناسه کاربری معتبری برای توییتر باشد. لطفا اصلاح نمایید."],"Summary with large image":["خلاصه با تصویر بزرگ"],"Summary":["خلاصه"],"The post %1$s appeared first on %2$s.":["نوشته %1$s اولین بار در %2$s. پدیدار شد."],"No numeric value was received.":["هیچ مقدار عددی دریافت نشد."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["این باید یک بلاگ موجود باشد. وبلاگ %s وجود ندارد یا به عنوان یک وبلاگ حذف شده علامت‌گذاری شده است."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["تنظیمات پیش‌فرض بلاگ باید شناسۀ عددی وبلاگی باشد که شما می‌خواهید از آن به عنوان وبلاگ پیش‌فرض استفاده کنید."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s انتخاب معتبری برای کسی که اجازه دسترسی به تنظیمات %2$s را دارد نیست. مقدار به حالت پیش‌فرض برخواهد گشت."],"Please select a valid post type for taxonomy \"%s\"":["لطفا برای دسته‌بندی \"%s\" نوع نوشتۀ معتبری را انتخاب کنید"],"Please select a valid taxonomy for post type \"%s\"":["لطفا رده بندی معتبری را برای نوع نوشته \"%s\" انتخاب کنید"],"You searched for":["شما جستجو نمودید برای"],"Home":["خانه"],"Archives for":["بایگانی‌ها برای"],"Error 404: Page not found":["خطای 404: صفحه پیدا نشد"],"Good":["خوب"],"Replaced with a custom taxonomies description":["با یک توضیحات طبقه‌بندی سفارشی جایگزین شد"],"Replaced with a posts custom taxonomies, comma separated.":["جایگزین شده با یک طبقه بندی دلخواه پست ها، جدا شده با ویرگول."],"Replaced with a posts custom field value":["جایگزین شده با مقدار فیلد سفارشی نوشته‌ها"],"Replaced with the slug which caused the 404":["جایگزینی با نامکی که باعث بروز خطای 404 می‌شد انجام شد"],"Replaced with the posts focus keyphrase":["جایگزین شده با عبارت کلیدی اصلی نوشته ها"],"Attachment caption":["عنوان ضمیمه"],"Replaced with the current page number":["جایگزین شده با شماره صفحه فعلی"],"Replaced with the current page total":["جایگزین شده با کل صفحه فعلی"],"Replaced with the current page number with context (i.e. page 2 of 4)":["جایگزین‌شده با شماره صفحه فعلی با زمینه (مثال صفحه 2 از 4)"],"Replaced with the post/page author's 'Biographical Info'":["جایگزین با 'اطلاعات زندگینامه' نویسنده نوشته/برگه'"],"Replaced with the post/page author's 'nicename'":["جایگزین شده با 'نام مستعار' نویسنده برگه/نوشته'"],"Replaced with the post/page ID":["جایگزین شده با شناسه برگه/نوشته"],"Replaced with the post/page modified time":["جایگزین شده با تاریخ اصلاح برگه/نوشته"],"Replaced with the content type plural label":["جایگزین شده با برچسب جمع نوع نوشته"],"Replaced with the content type single label":["جایگزین شده با برچسب یکی نوع نوشته"],"Replaced with the current search phrase":["جایگزین شده با عبارت جستجوی فعلی"],"Replaced with the term name":["جایگزین شده با نام واژه"],"Replaced with the term description":["جایگزین شده با توضیح واژه"],"Replaced with the tag description":["جایگزین شده با توضیح برچسب"],"Replaced with the category description":["جایگزین شده با توضیح دسته"],"Replaced with the post categories (comma separated)":["جایگزین شده با دسته‌های نوشته (جدا شده با ویرگول)"],"Replaced with the current tag/tags":["جایگزین‌شده با برچسب/برچسب‌های فعلی"],"Replaced with the post/page excerpt (without auto-generation)":["جایگزین‌شده با خلاصه نوشته/برگه (بدون تولید خودکار)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["جایگزین‌شده با خلاصه نوشته/برگه (یا تولید شده خودکار درصورت عدم وجود)"],"The site's name":["نام سایت"],"Replaced with the title of the parent page of the current page":["جایگزین‌شده با عنوان والد صفحه‌ی صفحه فعلی"],"Replaced with the title of the post/page":["جایگزین شده با عنوان نوشته/برگه"],"Replaced with the date of the post/page":["جایگزین شده با تاریخ نوشته/برگه"],"Page %1$d of %2$d":["صفحه %1$d از %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["شما امکان لغو جایگزینی متغیر استاندارد را با ثبت یک متغیر با نام مشابه را ندارید.از فیلتر \"جایگزینیwpseo\" جهت تنظیم مقدار یا ارزش جایگزینی استفاده کنید."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["یک متغیر جایگزین با همین نام در حال حاضر ثبت شده است. سعی کنید نام متغیر خود را منحصربه فرد بسازید."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["یک متغیر جایگزینی نمیتواند با \"%%cf_\" و\"%%ct_\" شروع شود چنانچه موارد ذکر شده برای متغیرهای استاندارد wpseo ,متغیرهای زمینه سفارشی و رده بندیهای سفارشی ذخیره شده اند.سعی کنید از نامهای منحصر به فرد برای متغیرهایتان استفاده کنید."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["یک متغیر جایگزین فقط می تواند شامل حروف و اعداد ، تاکید و یا یک خط تیره باشد. سعی کنید برای تغییر نام متغیر خود."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["مورد توجه مدیر: این صفحه meta description را نمایش نمی‌دهد زیرا این متا را ندارد، این متا را برای این صفحه به صورت مستقیم قرار دهید یا به بخش [%1$s - %2$s] عنوان ها رفته و یک قالب تنظیم کنید."],"Page not found":["صفحه پیدا نشد"],"%s Archives":["بایگانی‌های %s"],"Search for \"%s\"":["جستجو برای \"%s\""],"Meta description to use for Author page":["توضیحات متا جهت استفاده برای صفحه نویسنده"],"Title to use for Author page":["عنوان جهت استفاده برای صفحه نویسنده"],"%1$s settings":["تنظیمات %1$s"],"Export your %1$s settings":["برون‌بری تنظمیات %1$s شما"],"Import settings":["تنظیمات درون‌ریزی"],"Import from other SEO plugins":["درون‌ریزی تنظیمات از دیگر افزونه‌های SEO"],"Import":["درون‌ریزی"],"If you had a %s file and it was editable, you could edit it from here.":["اگر یک فایل %s داشته باشید و این فایل قابل ویرایش باشد، می‌توانید آن را از اینجا ویرایش کنید."],"If your %s were writable, you could edit it from here.":["اگر پروندۀ %s قابل نوشتن بود، می‌توانید آن را از اینجا ویرایش کنید."],"You don't have a %s file, create one here:":["شما فایل %s را ندارید، همین الان یکی بسازید:"],"A link to your site, with your site's name and description as anchor text.":["یک پیوند به تارنمای شما، با نام و توضیحات تارنمای شما به عنوان anchor متن."],"A link to your site, with your site's name as anchor text.":["یک پیوند به تارنمای شما، با نام تارنمای شما به عنوان متن anchor."],"A link to the post, with the title as anchor text.":["یک پیوند به مطلب, همراه با عنوانی به عنوان متن پیوندی."],"A link to the archive for the post author, with the authors name as anchor text.":["یک پیوند به بایگانی برای نویسنده نوشته، با نام نویسنده‌ها به عنوان لنگر متن."],"You can use the following variables within the content, they will be replaced by the value on the right.":["شما می‌توانید از متغیرهای زیر درون محتوای خود استفاده کنید. آنها با مقادیر حقیقی جایگزین خواهند شد."],"Content to put after each post in the feed":["محتوایی که بعد از هر نوشته در خوراک (feed) قرار می‌گیرد"],"Content to put before each post in the feed":["محتوایی که قرار است قبل از هر مطلب در خوراک ظاهر شود"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["این قابلیت به صورت خودکار محتوایی را به درون خوراک تارنمای شما اضافه می‌کند. بدین معنی که برای دادن پیوند برگشتی به وبلاگ و نوشته‌های وبلاگتان می‌توانید از آن استفاده کنید که به موتور جستو کمک می‌کند نویسندۀ اصلی نوشته را پیدا کند."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["طرز استفاده از قابلیت مسیر راهنما در مقاله %1$s جهت راه اندازی مسیر راهنما %2$s شرح داده شده است."],"How to insert breadcrumbs in your theme":["نحوه وارد کردن مسیر راهنما در قالب وبسایت شما"],"Blog":["مطالب سایت"],"Content type archive to show in breadcrumbs for taxonomies":["نوع نوشته بایگانی برای نمایش مسیر راهنما طبقه بندی شده"],"Taxonomy to show in breadcrumbs for content types":["طبقه بندی را نشان می دهد در مسیر راهنما برای نوع نوشته"],"Breadcrumb for 404 Page":["مسیر راهنما (Breadcrumb) برای صفحات 404"],"Prefix for Search Page breadcrumbs":["پیشوند برای پیوندهای مسیر راهنما صفحه جستجو"],"Prefix for Archive breadcrumbs":["پیشوند برای پیوندهای مسیر راهنما بایگانی"],"Prefix for the breadcrumb path":["پیشوند برای مسیر راهنما"],"Anchor text for the Homepage":["متن Anchor برای صفحۀ خانه"],"Separator between breadcrumbs":["جدا کننده بین مسیر راهنما"],"Enable Breadcrumbs":["فعالسازی مسیر راهنما"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["در زیر امتیازهای سئوی نوشته های منتشر شده شما است.حالا زمان مناسبی برای بهبود نوشته های شما است!"],"Credits":["اعتبارها"],"« Back to Tools page":["« بازگشت به صفحۀ ابزارها"],"%1$s comes with some very powerful built-in tools:":["%1$s همراه با ابزار های درونی بسیار قدرتمندی عرضه میشود :"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["این ابزار به شما اجازه می‌دهد که به سرعت پرونده‌های مهم برای سئو را تغییر دهید؛ مانند پروندۀ robots.txt و .htaccess اگر وجود داشته باشد."],"File editor":["ویرایشگر فایل"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["تنظیمات سئو را از افزونه‌های دیگر درون‌ریزی کنید و برای استفاده دوباره از تنظیمات بر روی سایتی دیگر از آنها خروجی بگیرید."],"Import and Export":["درون‌ریزی و برون‌بری"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["این ابزار به شما اجازه می‌دهد که به سرعت عنوان‌ها و توضیحات نوشته‌ها و صفحه‌هایتان را بدون این که مجبور باشید برای هر صفحه به ویرایشگر آن رجوع کنید، تغییر دهید."],"Bulk editor":["ویرایشگر گروهی"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["برای تائید %1$s سایت خود در پینترست%2$s اینجا برچسب متا اضافه کنید:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["پینترست از متای داده Open Graph مانند فیسبوک استفاده می کند، مطمئن شوید که باکس Open Graph در تب فیسبوک انتخاب شده باشد اگر می خواهید سایتتان برای پینترست بهینه شود."],"The default card type to use":["نوع کارت پیشفرض جهت استفاده"],"Add Twitter card meta data":["افزودن اطلاعات کارت متا تویتر"],"This image is used if the post/page being shared does not contain any images.":["این تصویر زمانی استفاده میشود که مطلب یا صفحه به اشتراک گذاشته شده شامل هیچ تصویری نباشد."],"Default settings":["تنظیمات پیشفرض"],"Copy home meta description":["رونوشت توضیحات متای صفحه خانه"],"Description":["توضیح"],"Image URL":["URL تصویر"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["این عنوان، توضیحات و تصویر در تگ های متا نمودار باز در صفحه اول سایت شما استفاده می شود ."],"Frontpage settings":["تنظیمات صفحه اصلی"],"Add Open Graph meta data":["افزودن داده متای Open Graph"],"YouTube URL":["آدرس YouTube"],"Pinterest URL":["آدرس Pinterest"],"MySpace URL":["آدرس MySpace"],"LinkedIn URL":["آدرس LinkedIn"],"Instagram URL":["آدرس اینستاگرام"],"Twitter Username":["نام کاربری توییتر"],"Facebook Page URL":["آدرس صفحه فیس‌بوک"],"Accounts":["حساب‌های کاربری"],"Restore site to defaults":["بازگردانی سایت به پیشفرض‌ها"],"Site ID":["شناسه سایت"],"Using this form you can reset a site to the default SEO settings.":["با استفاده از این فرم می توانید یک سایت را به تنظیمات پیشفرض سئو تنظیم مجدد کنید."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["حریم خصوصی حساس،موضوع خاص و تنظیمات کوچک خاص سایت در سایت های جدید وارد نمیشود."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["%1$sشناسه سایت%2$s وارد کنید برای اینکه تنظیماتی که می خواهید بصورت پیشفرض به سایت هایی که در شبکه اضافه می شود اعمال گردد. برای اعمال نشدن خالی رها کنید."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["انتخاب سایت برای تنظیماتی شما برای پیش فرض همه سایت هایی که شما به شبکه اضافه می کنید. اگر 'هیچکدام'را انتخاب کنید افزونه به حالت پیش فرض نرمال استفاده می شود."],"New sites in the network inherit their SEO settings from this site":["سایت های جدید در شبکه، تنظیمات سئوی خود را از این سایت به ارث می برند"],"Super Admins only":["فقط مدیران ارشد"],"Site Admins (default)":["مدیران سایت (پیش‌فرض)"],"Who should have access to the %1$s settings":["چه کسی می تواند به تنظیمات %1$s دسترسی به داشته باشد"],"spam":["هرزنامه (spam)"],"mature":["بالغ (mature)"],"archived":["بایگانی شده"],"public":["عمومی"],"%s restored to default SEO settings.":["%s به تنظیمات پیشفرض سئو برگشت."],"Settings Updated.":["تنظیمات بروزرسانی شد."],"404 pages":["صفحات 404"],"Search pages":["صفحات جستجو"],"These pages will be %s by default, so they will never show up in search results.":["این صفحات به طور پیشفرض %s هستند. به طوری که هرگز در نتایج جستجو نمایش داده نخواهند شد."],"Special Pages":["صفحات خاص"],"Date-based archives could in some cases also be seen as duplicate content.":["خطای «محتوای تکراری» در بایگانی زمانی هم ممکن است رخ بدهد. همانطور که در بالا گفته شد، می توانید برای جلوگیری از این خطا، دقیقا مانند آرشیو نویسنده عمل کنید."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["اگر این حالت سایت شما است می توانید آن را غیرفعال کنید تا به صفحه اصلی شما باز گردید یا اینکه یک %s اضافه کنید تا در نتیجه جستجو نمایان نشود."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["اگر در حال اجرای برگه یک نویسنده هستید. بایگانی نویسنده دقیقا مانند صفحه اصلی شما می شود. این را %1$s مشکل تکراری بودن محتوا%2$s می نامند."],"Date archives":["تاریخ بایگانی"],"author archives":["بایگانی های نویسنده"],"Title":["عنوان"],"%1$s Meta Box":["جعبه متای %1$s"],"Hide":["مخفی"],"Date in Snippet Preview":["تاریخ در پیش نمایش قطعه (snippet)"],"Take note:":["یادداشت بردارید:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["شما می‌توانید عنوان و توضیحات برگه بلاگ را با %1$s ویرایش خود برگه بلاگ %2$s تعیین نمایید."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["شما می‌توانید عنوان و توضیحات صفحۀ اصلی سایت را با %1$s ویرایش خود صفحه اصلی %2$s تعیین نمایید."],"Homepage & Front page":["صفحه خانگی و صفحه اول"],"Title Separator":["جداکننده‌ عنوان"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s گرفتن خودکار که باید عناوین برگه‌ها بازنویسی شود، اگر میدانید اشتباه است یا میخواهید خودتان تغییر دهید از اینجا تنظیم کنید."],"Force rewrite titles":["اجبار بازنویسی عنوان‌ها"],"Taxonomies":["طبقه‌بندی‌ها"],"Homepage":["صفحه خانه"],"%1$s Extensions":["افزونه‌های %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["ادغام یکپارچه ووکامرس با %1$s و گرفتن امکانت بیشتر!"],"Rank better locally and in Google Maps, without breaking a sweat!":["بهترین رتبه منطقه ای در نقشه سایت گوگل!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["آیا در بخش خبری گوگل هستید؟ افزایش ترافیک از بخش خبری گوگل با بهینه سازی برای آن!"],"Optimize your videos to show them off in search results and get more clicks!":["ویدئوهای خود را بهینه نمایید تا با نمایش در نتایج جستجو کلیک‌های بیشتری دریافت کنند!"],"The premium version of %1$s with more features & support.":["%1$s نسخه پولی با امکانات بیشتر و پشتیبانی کامل."],"Person":["شخص"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["این اطلاعات به عنوان داه‌های متا در سایت شما نمایش داده خواهند شد. هدف نمایش در نگار اطلاعات گوگل %1$sGoogle's Knowledge Graph%2$s می‌باشد. شما می‌توانید یک شرکت و یا یک فرد را برگزینید. یکی را انتخاب نمائید."],"Website name":["نام وب سایت"],"Webmaster Tools":["ابزارهای وب‌مستر"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["شما نام نوشته در آدرس URL برگه ها و نوشته ها ندارید. اکیدا توصیه می شود تنظیمات پیوند یکتای خود را برای بهبود آدرس دهی سایت خود در گوگل به /%postname%/ تغییر دهید."],"RSS":["RSS"],"Breadcrumbs":["مسیر راهنما"],"or":["یا"],"Save Profile":["ذخیره مشخصات کاربری"],"There were no profiles found":["هیچ مشخصات کاربری پیدا نشد"],"Profile":["مشخصات کاربری"],"Current profile":["مشخصات کاربری جاری"],"Authenticate":["تصدیق"],"Get Google Authorization Code":["دریافت کد تصدیق گوگل"],"Reload crawl issues":["بارگذاری مجدد موارد خزیدن"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["برای حل این مشکل شما نیاز به %1$s دارید. می توانید افزونه را بخرید، بعلاوه یک سال پشتیبانی و بروزرسانی در %2$s."],"Creating redirects is a %s feature":["ساخت تغییر مسیرها یک ویژگی %s است"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["زمان خزیدن روبات گوگل برای گوشی ها در سایت شما خطا رخ داده است(خطاهای او برای دسکتاپ ظاهر می شود)"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["زمان خزیدن روبات های گوگل موبایل در سایت شما خطاهایی رخ داده است (خطاهای او برای دسکتاپ ظاهر می شود)"],"Errors that occurred when your site was crawled by Googlebot.":["هنگام بررسی ربات‌های گوگل خطاهایی رخ داده است."],"Issue categories":["مشکل دسته بندی ها"],"Incorrect Google Authorization Code.":["کد مجوز گوگل نادرست است."],"The issues have been successfully reloaded!":["این موارد با موفقیت دوباره بارگذاری شد!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["داده ها %1$s حذف شده است. شما باید دوباره تایید کنید اگر می خواهید داده ها را بازیابی کنید."],"Crawl errors per page":["خطاهای خزیدن در هر صفحه"],"Search":["جستجو"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["خطاهای خزیدن (Crawl) را از دست ندهید: %1$sبا میز فرمان جستجوی گوگل در اینجا ارتباط برقرار کنید\n%2$s."],"Create redirect":["ایجاد تغییر مسیر"],"Mark as fixed":["علامت گذاری به عنوان برطرف شده"],"Response code":["کد پاسخ"],"First detected":["اولین شناسایی"],"Last crawled":["زمان آخرین خزیدن"],"URL":["آدرس"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s شما از نسخه استفاده می کنید%2$s که هماهنگ نیست با%1$s. بروزرسانی کنید%2$s به جدیدترین نسخه."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["افزونه سئو تعدادی کد برای افزایش سرعت سایت به اشتراک گذاشته است. برای این منظور افزونه باید بروزرسانی شود. پس لطفا هرچه سریعتر افزونه را بروزرسانی کنید."],"Feature phone":["همه گوشی‌ها"],"Smartphone":["گوشی هوشمند (Smartphone)"],"Desktop":["رایانه رومیزی"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["آدرس URL مرود نظر موجود نیست، اما سرور خطای 404 نمی دهد."],"Soft 404":["خطای Soft 404"],"Request timed out or site is blocking Google.":["زمان درخواست به پایان رسیده و یا سایت را گوگل مسدود کرده است."],"Server Error":["خطای سرور"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["گوگل می تواند به سایت شما دسترسی داشته باشد ، اما URL اصلی برای ربات گوگل در فایل %1$s مسدود شده است. این انسداد می تواند هم برای همه ربات‌های گوگل و یا حتی به طور مشخص برای ربات گوگل - تلفن همراه باشد."],"Blocked":["مسدود شد"],"Google was unable to crawl this URL due to an undetermined issue.":["گوگل با توجه به یک موضوع نامشخص قادر به بررسی این URL نمی باشد."],"URL points to a non-existent page.":["آدرس URL به برگه‌ی non-existent اشاره میکند."],"Not found":["یافت نشد"],"Not followed":["دنبال نشده"],"Faulty redirects":["تغییر مسیر معیوب"],"Server requires authentication or is blocking Googlebot from accessing the site.":["سرور نیاز دارد به احراز هویت و یا مسدود کردن گوگل از دسترسی به سایت ."],"Access denied":["امکان دسترسی وجود ندارد"],"Deactivate %s":["غیرفعال سازی %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["ممکن است افزونه %1$s زمانی که همزمان با افزونه %2$s فعال می شود مشکلاتی را بوجود آورد."],"Upload Image":["تصویر را بارگذاری نمایید"],"Remove these ads?":["حذف این تبلیغات؟"],"%s Posts Overview":["%s بررسی اجمالی نوشته ها"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["عنوان مسیر راهنما در مکانی از مسیر راهنما ظاهر می‌شود که طبقه بندی آنجا باشد."],"Breadcrumbs title":["عنوان مسیر راهنما"],"The canonical link is shown on the archive page for this term.":["پیوند قانونی (Canonical link) این اصطلاح در صفحه بایگانی نشان داده شده است."],"Facebook App ID":["شناسۀ برنامۀ کاربردی فیسبوک"],"Pinterest":["پینترست"],"Other":["دیگر"],"Archives":["بایگانی‌ها"],"Email":["ایمیل"],"Close":["بستن"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["هر دوی %1$s و %2$s می توانند نقشۀ سایت XML بسازند. داشتن دوتا نقشۀ سایت چندان مفید نیست و حتی می‌تواند سرعت سایت شما را پایین بیاورند."],"Configure %1$s's Open Graph settings":["پیکربندی %1$s's تنظیمات نمودار باز"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["هر دوی %1$s و %2$s خروجی OpenGraph می سازند، که ممکن است فیسبوک، توییتر، لینکدین و دیگر شبکه‌های اجتماعی زمانی که صفحات شما به اشتراک گذاشته می شوند، متن و تصویر اشتباهی را برگزینند."],"%s Image":["تصویر %s"],"%s Description":["توضیح %s"],"%s Title":["عنوان %s"],"Twitter":["توییتر"],"Facebook":["فیس‌بوک"],"The recommended image size for %1$s is %2$s pixels.":["اندازه پیشنهادی تصویر برای %1$s مقدار %2$s پیکسل می‌باشد."],"If you want to override the image used on %s for this post, upload / choose an image here.":["اگر می خواهید تصویر استفاده شده در %s این نوشته را نادیده بگیرید یک تصویر از اینجا انتخاب یا بارگذاری کنید."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["اگر شما نمی خواهید استفاده کنید از توضیحات برای اشتراک گذاری این نوشته در%s اما از توضیحات دیگری که وجود دارد در ارسال این نوشته می خواهم استفاده کنم."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["اگر نمی‌خواهید از عنوان نوشته برای اشتراک گذاری آن در %s استفاده کنید و به جای آن می‌خواهید از عنوان دیگری استفاده کنید آن را در اینجا بنویسید."],"very difficult":["خیلی سخت"],"Try to make shorter sentences, using less difficult words to improve readability":["سعی کنید برای خوانایی بیشتر جمله ها رو کوتاه تر، از کلمه های با سختی کمتر استفاده کنید"],"difficult":["سخت"],"Try to make shorter sentences to improve readability":["تلاش کنید جملات کوتاه‌تر برای بهبود خوانایی بسازید"],"fairly difficult":["واقعا سخت"],"OK":["تایید"],"fairly easy":["واقعا آسان"],"easy":["آسان"],"very easy":["خیلی راحت"],"Meta Desc.":["توضیح متا."],"All SEO Scores":["همه امتیازهای سئو"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["تصویر شاخص باید حداقل 200x200 پیکسل باشد تا توسط فیسبوک و دیگر شبکه های اجتماعی مورد استفاده قرار گیرد."],"(no parent)":["(بدون موضوعات مهم)"],"Post is set to noindex.":["پست به حالت noindex تنظیم شد."],"The URL that this page should redirect to.":["نشانی اینترنتی که این صفحه باید به آن ارجاع داده شود."],"301 Redirect":["تغییر مسیر 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["آدرس های canonical که در این صفحه هستند باید خالی باشند در پیوندهای یکتای پیشفرض%1$sCross domain canonical%2$s پشتیبانی میشود."],"Canonical URL":["نشانی قانونی (Canonical)"],"Title to use for this page in breadcrumb paths":["عنوان برای استفاده در این برگه در مسیر راهنما"],"Breadcrumbs Title":["عنوان مسیر راهنما"],"No Snippet":["بدون سربرگ"],"No Archive":["بدون بایگانی"],"No Image Index":["بدون ایندکس تصویر"],"None":["هیچ کدام"],"Site-wide default: %s":["پیش‌فرض در تمام تارنما: %s"],"Advanced meta robots settings for this page.":["تنظیمات پیشرفته روبات متا برای این صفحه."],"Meta robots advanced":["متا روبات های پیشرفته"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["اخطار: حتی اگر شما تنظیمات متای ربات ها را می توانید تغییر دهید،کل سایت می تواند به noindex تنظیم شود در بخش تنظیمات کل سایت،پس این تنظیمات اثری ندارد."],"Meta description":["توضیح متا"],"SEO Title":["عنوان سئو"],"Focus keyword":["کلیدواژه‌ کانونی"],"Snippet preview":["پیش نمایش اسنیپت"],"Settings successfully imported.":["تنظیمات با موفقیت وارد شده است."],"Settings could not be imported:":["تنظیمات نباید وارد شود :"],"Error creating %1$s export: ":["ایجاد خطا در صادر کردن %1$s: "],"Breadcrumb for 404 pages:":["مسیر راهنما برای صفحه های 404:"],"Prefix for search result pages:":["پیشوند برای صفحات نتایج جستجو:"],"Prefix for archive pages:":["پیشوند برای صفحه‌های بایگانی:"],"Prefix for breadcrumbs:":["پیشوند برای مسیر راهنما:"],"Anchor text for the homepage:":["متن لنگر برای صفحۀ خانگی:"],"Breadcrumbs separator:":["جدا کننده مسیر راهنما:"],"Remove blog page from breadcrumbs":["حذف صفحۀ وبلاگ از مسیر راهنما"],"%s Breadcrumbs":["مسیر راهنما %s"],"Use Image":["استفاده از تصویر"],"Action":["عمل"],"Page URL/Slug":["نامک/نشانی صفحه"],"Publication date":["تاریخ انتشار"],"Post Status":["وضعیت نوشته"],"WP Page Title":["عنوان صفحۀ وردپرس"],"View":["نمایش"],"View “%s”":["نمایش “%s”"],"Preview":["پیش‌نمایش"],"Preview “%s”":["پیش‌نمایش “%s”"],"Edit":["ویرایش"],"Filter":["صافی"],"New Yoast Meta Description":["توضیحات متای جدید افزونه"],"Existing Yoast Meta Description":["توضیحات متای خود افزونه"],"Facebook profile URL":["آدرس نمایه‌ی فیس‌بوک"],"Twitter username (without @)":["نام کاربری تویتر (بدون @)"],"FAQ":["سوالات متداول"],"Premium Support":["پشتیبانی ویژه"],"Settings":["تنظیمات"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["باید به %1$s تنظیمات خواندن بروید %2$s و گزینه نمایش برای موتورهای جستجو را از حالت انتخاب خارج کنید."],"Huge SEO Issue: You're blocking access to robots.":["یک موضوع مهم در SEO: شما دسترسی ربات‌ها را بسته‌اید."],"Posts":["نوشته‌ها"],"Edit Files":["ویرایش فایل ها"],"Advanced Variables":["متغیرهای پیشرفته"],"Basic Variables":["مقادیر پایه"],"General":["عمومی"],"Extensions":["توسعه"],"Search Console":["میزفرمان جستجو"],"Tools":["ابزارها"],"Advanced":["پیشرفته"],"XML sitemaps":["نقشه های XML سایت"],"Social":["اجتماعی"],"SEO":["سئو"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s شما استفاده می کنید از%2$s نسخه %3$s برای هماهنگی کامل بروزسانی کنید به جدیدترین نسخه."],"Just another WordPress site":["یک سایت دیگر با وردپرس"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["شما هنوز هم از خط برچسب پیشفرض وردپرس استفاده می کنید. خالی گذاشتن آن بهتر است.%1$s در سفارشی سازی درستش کنید%2$s."],"You have used HTML in your value which is not allowed.":["شما از HTML در مقدار خود استفاده کردید که مجاز نمی‌باشد."],"You can't edit %s that aren't yours.":["شما نمی‌توانید %s را ویرایش کنید، به این دلیل که این مال شما نیست."],"You can't edit %s.":["شما نمی‌توانید %s را ویرایش کنید."],"Post has an invalid Content Type: %s.":["نوشته دارای نوع نوشتۀ نامعتبر است: %s."],"Post doesn't exist.":["نوشته موجود نیست."],"course\u0004Free:":["رایگان:"],"posts\u0004Trash (%s)":["بفرست تو زباله‌دان (%s)"],"posts\u0004All (%s)":["همۀ (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=1; plural=0;","lang":"fa"},"%s does not seem to be a valid Facebook App ID. Please correct.":["%s به‌نظر نمی رسد شناسه اپلیکیشن فیسبوک معتبر باشد. لطفا درست کنید."],"The submitted value was: %s":["مقدار ارسال شده %s: بود"],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["یاندکس کدهای تایید می تواند فقط شامل حرف A تا F، اعداد،خطوط، وزیرخط‌ها باشد. %s"],"Twitter usernames can only contain letters, numbers, and underscores. %s":["نام‌کاربری توئیتر تنها می تواند شامل حروف، اعداد و زیرخط‌ها باشد. %s"],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["کد تائید پینترست تنها می تواند شامل حروف A تا F، اعداد، خطوط، و زیر خط‌ها باشد. %s"],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["کد تائید بینگ می تواند فقط شامل حروف A تا F، اعداد، خطوط و زیرخط‌ها باشد. %s"],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":["کد تائید گوگل می تواند فقط شامل حروف، اعداد، خطوط و زیر خط‌ها باشد. %s"],"The Facebook App ID you entered doesn't exist. %s":["شناسه اپلیکیشن فیسبوک وارد شده وجود ندارد. %s"],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":["کد تائید بایدو می تواند فقط شامل حروف، اعداد، خطوط و زیر خط‌ها باشد. %s"],"Show this item.":["نمایش دادن این مورد."],"Hide this item.":["پنهان کردن این مورد."],"You have %d hidden problem:":["شما %d خطای مخفی دارید:"],"You have %d hidden notification:":["شما %d اعلان مخفی دارید:"],"Focus Keyphrase not set":["کلیدواژه کانونی تنظیم نشده است"],"The form contains %1$s error. %2$s":["فرم شامل %1$s خطاست. %2$s"],"SEO settings configured":["پیکربندی تنظیمات سئو انجام شد"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["اگر می خواهید تنظیمات %1$s مجدد بررسی کنید، یا چیزی را تغییر دهید، همیشه می توانید %2$s پیکربندی آسان را مجدد باز کنید%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["کلمات و کلمات ترکیبی زیر بیشترین تکرار را در محتوا دارند. این به شما نشان می دهد که محتوای شما روی چه چیزی تمرکز دارد. اگر کلمات با موضوع شما تفاوت زیادی دارد، ممکن است بخواهید محتوای خود را مجدد بازنویسی کنید."],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["هنگامی که یک کپی کوچکتر اضافه می کنید، به شما لیستی از کلمات و کلمات ترکیبی که در متن بیشتر وجود دارد می دهد.این نشان می دهد که محتوای شما روی چه چیزی تمرکز دارد."],"%d occurrences":["%d وقوع"],"Activate %s for your site on MyYoast":["Activate %s for your site on MyYoast"],"Show blog page in breadcrumbs":["نمایش برگه بلاگ در ریز آدرس"],"We could not find any relevant articles on your website that you could link to from your post.":["ما نمی‌توانیم مقالات مرتبط با سایت شما برای پیوند به نوشته پیدا کنیم."],"Has feedback":["بازخورد دارد"],"Content optimization:":["بهینه‌سازی محتوا:"],"%1$sSEO%2$s: %3$s":["%1$sسئو%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sخوانایی%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["برای کسب اطلاعات بیشتر این %1$s نوشته را بخوانید تا دلیل عدم پشتیبانی از نسخه های قدیمی تر %2$s را بفهمید."],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["اگر در بروزرسانی تردید دارید به %2$s و بالاتر به دلیل وجود ویرایشگر گوتنبرگ، لطفا افزونه ویرایشگر کلاسیک را نصب کنید.این افزونه به شما تجربه کاربری مشابه قبل را می دهد، اما نسخه جدیدتر امنیت بیشتری برای وردپرس و %1$s دارد."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$s به‌روزرسانی وردپرس به نسخه جدیدتر%2$s%3$s این پیام به این خاطر است که شما جدیدترین نسخه وردپرس را ندارید، که باعث مشکلاتی به زودی برای شما خواهد شد.%4$s (به دلیل امنیت و پایداری) فقط نسخه فعلی و نسخه قبلی وردپرس را پشتیبانی خواهد کرد.هنگامی که نسخه بعدی وردپرس منتشر شود، به این معنی است که فقط نسخه های وردپرس %6$s و %7$s پشتیبانی می شود.این یعنی شما نمی توانید به‌روزرسانی برای %5$s دریافت کنید تا زمانی که وردپرس را به‌روزرسانی کنید، خواهشا هرچه سریعترسایت خود را به آخرین نسخه منتشر شده وردپرس ارتقاء دهید!%3$s%3$s"],"Post Noindexed":["نوشته قابل ایندکس نیست"],"No Focus Keyphrase":["بدون کلیدواژه کانونی"],"Person logo / avatar":["لوگو / آواتار شخصی"],"Extend %s":["گسترش %s"],"Enroll in the %s for WordPress training":["عضویت در %s برای آموزش وردپرس"],"Posts with the SEO score: %s":["نوشته‌ها با امتیاز سئو: %s"],"SEO: %s":["سئو: %s"],"%s video tutorial":[" %s آموزش ویدئویی"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["برای مشاهده خطاهای خزیدن فعلی،لطفا %1$s میزجستجوی گوگل%2$s را مشاهده کنید."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["گوگل API خطاهای خزیدن را غیرفعال کرده است.دیگر خطاهای خزیدن را از اینجا نمی توانید دنبال کنید.این مطلب %1$s را برای کسب اطلاعات بیشتر بخوانید%2$s."],"Remove this message":["حذف این پیام"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["با افزونه %s بطور قطع برای مخاطبین محلی شما سایت بهینه می‌شود! بهینه‌سازی جزئیات آدرس، ساعت بازشدن،محل کار و موارد دیگر!"],"Serving local customers?":["خدمت به مشتریان محلی؟"],"Get the %s plugin now":["اکنون افزونه %s خریداری کنید"],"Organization social profiles":["سازماندهی پروفایل های شبکه های اجتماعی"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["شما می توانید جزئیات نشان داده شده در متا داده مانند پروفایل های شبکه های اجتماعی, نام و توضیحات این کاربر را در صفحه پروفایل %1$s خودش مورد ویرایش قرار دهید."],"Personal info":["اطلاعات شخصی"],"Organization logo":["لوگوی سازمانی"],"Organization name":["نام سازمانی"],"Choose whether the site represents an organization or a person.":["مشخص کنید که آیا سایت نماینده یک سازمان یا شخص است."],"Knowledge Graph & Schema.org":["گراف دانش & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["برای اینکه سایت شما نمایش دهنده یک شرکت یا سازمان شود به %1$sظاهر جستجو%2$s بروید و شرکت یا شخص را بر روی \"شرکت\" ست کنید."],"To change the social accounts used for your site, update the details for %1$s.":["برای تغییر حساب های شبکه های اجتماعی مورد استفاده برای سایت خودتان, جزئیات برای %1$s را بروزرسانی کنید."],"That means that the form and information below is disabled, and not used.":["این بدین معناست که فرم و اطلاعات زیر غیرفعال هستند و مورد استفاده قرار نمی گیرند."],"Your website is currently configured to represent a Person":["در حال حاضر سایت شما پیکربندی شده است تا نماینده یک شخص باشد"],"(if one exists)":["(اگر وجود داشته باشد)"],"Wikipedia page about you":["برگه ویکیپدیا در مورد شما"],"YouTube profile URL":["آدرس URL پروفایل یوتیوب"],"Tumblr profile URL":["آدرس URL پروفایل Tumblr"],"SoundCloud profile URL":["آدرس URL پروفایل SoundCloud"],"MySpace profile URL":["آدرس URL پروفایل MySpace"],"Organization or person":["شخص یا شرکت"],"The person":["شخص"],"Organization":["شرکت"],"Does your site represent a person or an organization?":["آیا سایت شما یک شخص یا یک شرکت را معرفی میکند؟"],"The name of the organization":["نام شرکت"],"Provide an image of the organization logo":["تصویری از لوگوی شرکت انتخاب کنید"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["شما قبلا سایت را برای معرفی شخص تعیین کرده اید.ما بهبودهای عملکردی زیادی برای schema و گراف دانش ایجاد کرده ایم، می توانید به %1$sتنظیمات کامل%2$sبروید."],"Select a user...":["انتخاب کاربر..."],"Uncategorized":["دسته‌بندی نشده"],"Name:":["نام:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["شما کاربر %1$s بعنوان شخصی که در سایت معرفی میشود انتخاب کرده اید.اطلاعات حساب کاربری او بعنوان نتایج موتورهای جستجو قرار میگیرد. %2$s حساب کاربری را بروزرسانی کنید تا از صحت اطلاعات اطمینان حاصل کنید.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["خطا: لطفا از بین کاربران زیر یکی را برای تکمیل داده متای سایت انتخاب کنید."],"SEO score: %s":["امتیاز سئو: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["اگر در ویکیپدیا صفحه ای مختص خود یا سازمانتان دارید اضافه اش کنید."],"Wikipedia URL":["آدرس ویکیپدیا"],"Pinterest profile URL":["آدرس پروفایل پینترست"],"Instagram profile URL":["آدرس پروفایل اینستاگرام"],"LinkedIn profile URL":["آدرس پروفایل لینکدین"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["تحقیق کلیدواژه در هر استراتژی سئو ضروری است. شما تصمیم میگیرید که شرایط جستجو که می خواهید یافت شود برای، و فهمیدن اینکه مخاطبین شمارا با کدام کلمات پیدا میکنند. تحقیق کلیدواژه به شما میگوید به کدام محتوا برای گرفتن رتبه نیاز دارید.اطمینان حاصل کنید که تلاش های شما برای کلیدواژه‌هایی که در واقع فرصتی در رتبه بندی برای شما دارد را وارد کرده اید! این %1$s شما را قدم به قدم جلو میبرد."],"SEO for Beginners training":["آموزش سئو برای تازه‌کارها"],"%s for WordPress training":["%s برای آموزش وردپرس"],"All-around SEO training":["اطراف آموزش سئو"],"The image you selected is too small for Facebook":["تصویر انتخابی شما برای فیسبوک کوچک است"],"The given image url cannot be loaded":["آدرس تصویر داده شده نمیتواند بارگذاری شود"],"Find out what words your audience uses to find you":["فهمیدن اینکه کدام کلمات را مخاطبین شما برای پیدا کردن شما استفاده می کنند"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s"],"No JSON object was returned.":["هیچ شیء JSON بازگردانده نشد."],"Received internal links":["پیوندهای داخلی دریافت شده"],"Outgoing internal links":["خروجی لینک های داخلی"],"New step added":["گام جدید اضافه شد"],"New question added":["سوال جدید اضافه شد"],"To be able to create a redirect and fix this issue, you need %1$s. ":["برای اینکه بتوانید یک ریدایرکت ایجاد کنید و این مسئله را حل کنید، به %1$s نیاز دارید"],"You can buy the plugin, including one year of support and updates, on %1$s.":["شما می توانید این افزونه را که شامل یک سال پشتیبانی و بروزرسانی است با %1$s بخرید."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["ویژگی شمارنده پیوند متن این امکان را فراهم میکند که چه تعداد لینک در متن شما یافت می شود و چه تعداد لینک به متن شما اشاره میکند. وقتی که شما در حال بهبود %1$sپیوندهای داخلی%2$s هستید این ویژگی میتواند بسیار سودمند باشد."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["برای این که این ویژگی بتواند کار کند %1$s نیاز به php نسخه %2$s دارد. ما بر روی سایت php نسخه %3$s را شناسایی کردیم."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["لطفا دقت کنید که مفاهیم و %1$s خواندن این پست %2$s اگر شما اطلاعات بیشتری در مورد تاثیر نمایش رسانه ها در نتایج جستجو می خواهید."],"Keyphrase":["کلمه کلیدی"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["برای کار کردن با این ویژگی, %1$s نیاز به ایجاد جدول در دیتابیس شما داریم. ما قادر به ایجاد جدول به صورت خودکار نبودیم."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["با غیر فعال سازی این اپشن، ضمیمه کردن لینک ها هم برای بازدید کنندگان و هم برای گوگل قابل رویت خواهد شد. برای افزایش اعتبار سایتت، باید از مطالب مفید و کابردی استفاده کنی در غیر اینصورت ممکنه اثرات معکوس روی اعتبار سایت داشته باشه."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["%3$sشمارنده لینک متن%4$s ویژگی (در %1$s %2$s معرفی شده است) در حال حاضر غیرفعال است.."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["به منظور پیدا کردن راه حل این مشکل لطفا %1$s را در مقاله %2$s پایگاه دانش مطالعه بفرمایید."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["برای مطمئن شدن از اینکه همه لینک ها در متن شما شمرده شده است، ما نیاز داریم تا تمام متن شما را انالیز کنیم."],"All you have to do is press the following button and we'll go through all your texts for you.":["همه آن چیزی که احتیاج داری اینه که روی دکمه فالو کلیک کنی تا ما بتونیم به همه نوشته های تو دسترسی داشته باشیم."],"Count links":["تعداد لینک ها"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$s ویژگی متن جایگزین تصویر %5$s: از بین %2$d تصویر موجود در این صفحه, تنها %1$d تصویر دارای متن جایگزین تصویر با عبارات کلیدی یا مترادف خود هستند ، این کم است. و فقط %4$s عبارت کلیدی یا مترادف هستند که واقعا مطابق با تصویری هستند که در آن استفاده شده اند %5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$s متن جایگزین برای تصویر %2$s: عالیه!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sویژگی alt تصویر%5$s: از %2$d تصاویر در این صفحه، تنها %1$d ویژگی alt دارد که موضوع متن شما را بازتاب می دهد. %4$sعبارات کلیدی یا مترادفهای خود را به برچسب های Alt از تصاویر مرتبط تر اضافه کنید%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sویژگی متن جایگزین تصویر %3$s: تصاویر موجود در این صفحه متن جایگزین تصویر را ندارند که موضوع مطلب را بازگو کنند . %2$sعبارات کلیدی یا مترادف های آن ها را به تصاویر مربوطه و در قسمت متن جایگزین تصویر اضافه کنید .%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$s ویژگی متن جایگزین تصویر %3$s: تصاویر موجود در این صفحه دارای متن جایگزین تصویر هستند ، اما شما عبارت کلیدی را در انتخاب نکرده اید . %2$sمشکل را حل کنید %3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sعبارت کلیدی در زیرعنوان%2$s: %3$s از زیرعنوان های سطح بالایی شما موضوع کپی خود را بازتاب می دهد. کارت عالیه!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sعبارت کلیدی در زیرعنوان%2$s: زیرعنوان های سطح بالا شما موضوع کپی شما را بازتاب می دهد. کارت عالیه!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$s عبارت کلیدی در زیرشاخه %3$s : %2$s استفاده از عبارات کلیدی یا مترادف در سطوح بالاتر زیرشاخه ها %3$s!"],"Page %s":["صفحه %s"],"Cannot get the size of %1$s because of unknown reasons.":["به دلایل نا مشخص، امکان دریافت اندازه %1$s وجود ندارد."],"Cannot get the size of %1$s because it is hosted externally.":["به دلیل نگهداری %1$s در یک هاست خارجی، امکان دریافت اندازه آن وجود ندارد."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["کافیست سوئیچ را روشن کنید تا نتیجه آنالیز مجدد را مشاهده کنید. همچنین شما به لیست ارسال ایمیل ما افزوده خواهید شد. البته تنها ایمیل هایی که حاوی سوابق و اطلاعات آنالیز شما هستند برایتان ارسال خواهد شد!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["ما %1$sآنالیز مجدد انجام دادیم%2$s. با این آنالیز جدید، به نحوه نگاه گوگل به سایت شما نزدیک تر می شویم. %3$sفوق العاده%4$s خواهد بود اگر مایل باشید در %3$sآزمون بتای این قابلیت شرکت کنید%4$s!"],"Get an even better analysis":["یک آنالیز حتی بهتر از این دریافت کنید"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sعنوان تک%3$s: H1 فقط باید به عنوان عنوان اصلی شما مورد استفاده قرار گیرد. همه عنوانهای H1 ها را در متن خود که عنوان اصلی شما نیستند را پیدا کنید و %2$sآنها را به نوع هدینگ پایین تر مانند h2, h3 تغییر بدید%3$s!"],"Improve sharing on Facebook and Pinterest":["اشتراک گذاری در فیسبوک و پینترست را بهبود دهید"],"You do not have the required rights to export settings.":["شما دسترسی مورد نیاز برای خروجی گرفتن از تنظیمات را ندارید."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["جهت انتقال تمامی تنظیمات به سایت دیگر برروی تب %1$s رقته و سپس روی \"%1$s\" کلیک کنید."],"These are settings for the %1$s plugin by %2$s":["این تنظیمات برای پلاگین %1$s توسط %2$s"],"No settings found.":["هیچ تنظیماتی یافت نشد."],"Export your %1$s settings here, to copy them on another site.":["خروجی گرفتن از تنظیمات %1$s برای انتقال آن ها به سایت دیگر."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["ورودی تنظیمات فقط بر روی سرور های دارای ورژن PHP 5.3 و یا بالاتر قابل انجام هست."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["جهت وارد کردن تنظیمات، تنظیماتی را که از سایت دیگری کپی کردید را در اینجا جایگذاری کرده و \"%s\" را کلیک کنید."],"Paste your settings from another %s installation.":["وارد کردن تنظیمات از %s نصب."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sتراکم عبارت کلیدی%2$s: عبارت کلیدی تمرکزی 0 بار پیدا شد. این کمتر از حداقل توصیه شده %3$d بار برای یک متن از این طول است. %4$sتمرکز بر روی عبارت کلیدی شما%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sتراکم عبارت کلیدی%2$s: عبارت کلیدی تمرکزی %5$d بار پیدا شد. این کمتر از حداقل توصیه شده %3$d بار برای یک متن از این طول است. %4$sتمرکز بر روی عبارت کلیدی شما%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sتراکم عبارت کلیدی%2$s: عبارت کلیدی تمرکزی %3$d بار پیدا شد. این عالیه!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sتراکم عبارات کلیدی%2$s: عبارت کلیدی تمرکزی %5$d دفعه پیدا شد. این راه بیشتر از حداکثر توصیه شده برای %3$d بار برای یک متن از این طول است. %4$sبیش از اندازه نکنید%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sتراکم عبارات کلیدی%2$s: عبارت کلیدی تمرکزی %5$d دفعه پیدا شد. این راه بیشتر از حداکثر توصیه شده برای %3$d بار برای یک متن از این طول است. %4$sبیش از اندازه نکنید%2$s!"],"Indexable created for object %1$s with type %2$s":["شاخص گذاری برای شیء %1$s با نوع %2$s ساخته شد"],"Method %1$s() does not exist in class %2$s":["متد %1$s() در کلاس %2$s موجود نیست"],"With %s, you can easily create such redirects.":["با %s, شما به راحتی می توانید چنین تغییر مسیرها ایجاد کنید."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["تغییرات بر روی تنظیمات پیوندهای یکتا میتواند تاثیرات جدی بر روی نتایج جستجوی وب سایت شما بگذارد. سعی شود %1$s به هیچ عنوان %2$s بر روی وب سایتی که در دسترس عموم است انجام نشود."],"WARNING:":["هشدار :"],"Learn about why permalinks are important for SEO.":["بدانید که چرا پیوند یکتا برای سئو مهم است."],"Google Ads":["تبلیغات گوگل"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sنقش کلمات دستوری در عبارات کلیدی %3$s: عبارت کلیدی \"%4$s\" فقط شامل کلمات دستوری مانند : کم ، این ، باید ، با ، آن ها ... و در کل دارای مواردی مثل صفت و فعل و ... می باشد . %2$sبرای فهمیدن نحوه ساخت بهتر کلمات کلیدی به این قسمت مراجعه کنید .%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["آیا می دانید %s نیز فرم های مختلف کلمه ای از عبارت کلیدی شما را، مانند چندگانگی و زمان های گذشته، تحلیل می کند؟"],"Clear Image":["پاک کردن تصویر"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$s عبارت کلیدی %3$s: %2$sیک کلمه کلیدی به منظور بررسی امتیاز سئو خودتان وارد کنید .%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sعبارت کلیدی در نامک %2$s: بیش از نیمی از عبارات کلیدی را که تعیین کرده اید در قسمت نامک دیده می شود ! خیلی عالی !"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sعبارت کلیدی در نامک %3$s: (بخشی از) عبارت کلیدی شما در نامک دیده نمی شود . %2$sآن را تغییر دهید %3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sعبارت کلیدی در نامک %2$s: عای عالی !"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sعبارت کلیدی در عنوان %3$s: قسمتی از کلمات عبارت کلیدی \"%4$s\" در عنوان سئو وجود ندارد . %2$sسعی کنید از عبارت کلیدی ای استفاده کنید که مطابقت کامل با عبارت استفاده شده در عنوان را داشته باشد %3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sعبارت کلیدی در عنوان %3$s: عبارتی که مطابقت کامل را داشته باشد نیست . %2$sسعی کنید عبارت کلیدی ای را بنویسید که مطابقت کامل با عبارت استفاده شده در عنوان را داشته باشد%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sعبارت کلیدی در عنوان %3$s: عبارت کلیدی شما مطابقت کامل را با ، عبارت موجود در عنوان دارد اما این عبارت در ابتدای عنوان نیست . %2$sسعی کنید این عبارت را به ابتدای عنوان جابه جا کنید %3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sعبارت کلیدی در عنوان %2$s: عبارت کلیدی شما مطابقت کامل را با ، عبارت موجود در عنوان دارد و در ابتدای عنوان دیده می شود ! خیلی عالی !"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sتوزیع کلمات کلیدی در متن %2$s: عالی است !"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sتوزیع کلمات کلیدی در متن %3$s: نابرابر است . در برخی از قسمت های متن شما عبارت کلیدی یا مترادف آن وجود ندارد . %2$sسعی کنید توزیع و پراکندگی آن ها را در متن به صورت مساوی تری انجام دهید %3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sتوزیع کلمات کلیدی در متن %3$s: خیلی نابرابر است . در قسمت های زیادی از متن شما عبارت کلیدی یا مترادف آن وجود ندارد . %2$sسعی کنید توزیع و پراکندگی آن ها را در متن به صورت مساوی تری انجام دهید %3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sتوزیع کلمات کلیدی در متن %3$s: %2$sعبارت کلیدی یا مترادف آن را در متن بنویسید تا ما بتوانیم مقدار توزیع آن را در متن بررسی کنیم . %3$s."],"Help on choosing the perfect focus keyphrase":["راهنمایی در مورد انتخاب بهترین عبارت کلیدی کانونی"],"Would you like to add a related keyphrase?":["آیا می خواهید یک عبارت کلیدی مرتبط اضافه کنید؟"],"Go %s!":["برو به %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["بایگانی های تاریخی در نتایج جستجو به طور فنی نشان نمیدهد به این معنی است که آنها دارای یک ربات متشکل از %1$s هستند. %2$s اطلاعات بیشتر در تنظیمات نتایج جستجو %3$s."],"Rank better with synonyms & related keyphrases":["رتبه بهتر با کلمات مترادف و عبارات کلیدی مرتبط است"],"optimize a single post for synonyms and related keyphrases.":["یه پست رو برای کلمات مترادف و کلمات کلیدی بهتر، اصلاح کن."],"Synonyms & related keyphrases":["واژگان مترادف و کلمات کلیدی مرتبط"],"Add related keyphrase":["عبارت کلیدی مرتبط اضافه کنید"],"Dismiss %s upgrade notice":["اخطار ارتقا%s را رد کنید"],"Upgrade to %s":["ارتقاء به %s"],"%1$s video":["%1$s ویدئو"],"Get %s":["گرفتن %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sتعداد دفعات استفاده از کلمه کلیدی %6$s: شما قبلا از این کلمه کلیدی %1$s%2$d بار استفاده کرده اید %3$s. %5$sاز یک کلمه کلیدی بیشتر از یک بار استفاده نکنید %6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sتعداد دفعات استفاده از کلمه کلیدی %5$s: شما قبلا از این کلمه کلیدی %1$sیک بار استفاده کرده اید . %2$s. %4$sاز یک کلمه کلیدی بیشتر از یک بار استفاده نکنید %5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sتعداد دفعات استفاده از کلمه کلیدی %2$s: شما قبلا از این کلمه کلیدی استفاده نکرده اید ! خیلی عالی ! ."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sکلمات زائد پیوند یکتا%3$s: پیوند یکتا برای صفحه حاوی یک کلمه زئد هست. %2$sآن را حذف کنید%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sنامک بلند است %3$s: نامک این صفحه کمی بلند است . %2$sآن را کوتاه تر بنویسید %3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$s عدم وجود تصویر %3$s: هیچ تصویری در صفحه شما وجود ندارد . %2$s تصویر اضافه کنید %3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sلینک به کلمه کلیدی %3$s: شما لینکی را برای یکی از کلمات کلیدی این صفحه به صفحه دیگری ایجاد کرده اید که آن صفحه نیز داری همین کلمه کلیدی می باشد . %2$sاین کار را انجام ندهید %3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["این به مراتب کمتر از حداقل %5$dکلمات توصیه شده است. %3$sافزودن محتوای بیشتر%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["این کمتر از %5$d کلمات توصیه شده است. %3$sافزودن محتوای بیشتر%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$s اندازه متن %4$s: متن حاوی %1$d کلمه است."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sطول متن%3$s: متن حاوی %1$d کلمه است. کارت عالیه!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sعبارت کلیدی در زیرعنوان%3$s: بیش از 75%% از زیرعنوان های سطح بالاتر شما موضوع کپی شما را بازتاب می دهد. این خیلی زیاده. %2$sبیش از اندازه نکنید%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sعنوان سئو %3$s: %2$sعنوان سئو شما خالی می باشد لطفا عنوانی را برای سئو صحفه خودتان وارد کنید %3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$s طول عنوان سئو%3$s: عنوان سئو بیشتر از محدوده قابل نمایش است.%2$s سعی کنید کوتاهتر کنید%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sعنوان سئو %2$s: خیلی عالی !"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sعنوان سئو %3$s: عنوان سئو شما خیلی کوتاه است . %2$sاز عنوان بلندتری استفاده کنید %3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sلینک های خروجی %2$s: در این صفحه هر دو نوع لینک های خروجی معمولی و نوفالو وجود دارند. خیلی عالی !"],"%1$sOutbound links%2$s: Good job!":["%1$sلینک های خروجی %2$s: خیلی عالی هستن !"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sلینک های خروجی %3$s: همه لینک های خروجی این صفحه از نوع نوفالو هستند . %2$sتعدادی لینک خروجی معمولی اضافه کنید .%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sلینک های خروجی %3$s: در این صفحه لینک خروجی ای وجود ندارد . %2$sتعدادی لینک خروجی اضافه کنید %3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sطول توضیحات متا %2$s: عالی است!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sطول توضیحات متا %3$s: طول توضیحات متای شما بیشتر از %4$d حرف است . برای اینکه مطمئن باشید که توضیحات متای شما به صورت کامل در موتورهای جستجو نمایش داده می شود , %2$sشما باید طول متا را کاهش دهید %3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sطول توضیحات متا %3$s: توضیحات متا خیلی کوتاه است ( زیر %4$d حرف ). تا %5$d حرف ، مجاز به اضافه کردن هستید . %2$s با افزودن کلمات تا حد مجاز طول توضیحات را افزایش دهید .%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sطول توضیحات متا %3$s: توضیحات متا مشخص نشده است . موتورهای جستجو به جای آن متنی را از خود محتوای شما کپی خواهند کرد . %2$sمطمئن باشید که مقداری را برای این قسمت نوشته باشید %3$s !"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sکلمه کلیدی در توضیحات متا %2$s: توضیحات متای شما نوشته شده است ، اما کلمه کلیدی در آن وجود ندارد. %3$s توضیحات متا را اصلاح کنید %4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sکلمه کلیدی در توضیحات متا %2$s: در توضیحات متای نوشته شده کلمه کلیدی %3$s بار پیدا شد , که بیشتر از حداکثر توصیه شده 2 بار است . %4$s آن را اصلاح کنید %5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sکلمه کلیدی در توضیحات متا %2$s: کلمه کلیدی یا مترادف آن در توضیحات متا وجود دارد ! خیلی عالی !"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sطول عبارت کلیدی %5$s: عبارت کلیدی شما %1$d کلمه طول دارد . این طول خیلی بیشتر از مقدار توصیه شده %2$d کلمه می باشد . %4$s آن را کوتاه تر کنید %5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sطول عبارت کلیدی %5$s: عبارت کلیدی شما %1$d کلمه طول دارد . این طول بیشتر از مقدار توصیه شده %2$d کلمه می باشد . %4$s آن را کوتاه تر کنید %5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sطول عبارت کلیدی %2$s: خیلی عالی است !"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sطول %3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sکلمه کلیدی در پاراگراف اول %3$s: کلمه کلیدی یا مترادف آن در پاراگراف اول متن نمایش داده نمی شود . %2$sبا استفاده کردن از کلمه کلیدی در پاراگراف اول شما اطمینان خواهید یافت که کاربر با خواندن این قسمت پی به موضوع متن شما خواهد برد %3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sکلمه کلیدی در پاراگراف اول %3$s:کلمه کلیدی یا مترادف آن در پاراگراف اول متن نمایش داده می شود ، اما نه در یک جمله . %2$sآن را اصلاح کنید %3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sکلمه کلیدی در پاراگراف اول %2$s: خیلی عالی !"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sلینک های داخلی %2$s: در این صفحه هر دو نوع لینک های داخلی معمولی و نوفالو وجود دارند . خیلی عالی!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sلینک های داخلی %2$s: شما لینک های داخلی به حد کافی دارید ! خیلی عالی !"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sلینک های داخلی %3$s:لینک های داخلی در این صفحه همه از نوع نوفالو هستند . %2$sتعدادی لینک داخلی معمولی هم اضافه کنید %3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sلینک های داخلی %3$s: هیچ لینک داخلی در این صفحه وجود ندارد , %2$sچند مورد لینک داخلی اضافه کنید %3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sکلمات گذار %2$s: خیلی خوبه !"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sکلمات گذار %2$s: تنها %3$s جمله حاوی کلمات گذار است که کافی نیست. %4$sاز این نوع جمله بیشتر استفاده کنید%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sکلمات گذار %2$s: هیچ یک از جملات حاوی کلمات گذار نیست . %3$sچند مورد را اضافه کنید %2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$s محتوای شما کم است %2$s: %3$sلطفا محتوای بیشتری را اضافه کنید تا تحلیل بهتری انجام شود %2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sتوزیع تیر در متن %2$s: شما از هیچ تیتری مثل (h2 , h1 , … ) در متن خود استفاده نکرده اید ، با بررسی های انجام شده مشخص شد که متن شما کوتاه است و احتمالا به آن ها نیاز نداشته باشید ."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sتوزیع تیتر در متن %2$s: با وجود طولانی بودن متن ، اما شما از هیچ تیتری مثل (h2 , h1 , … ) در متن خود استفاده نکرده اید . %3$sسعی کنید چند تیتر به متن خود اضافه کنید %2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sتوزی زیرعنوان%2$s: %3$d بخش متن شما بیش از %4$d واژه است و با هیچ یک از زیرعنوان ها جدا نمی شود. %5$sزیرعنوان ها را برای بهبود خوانایی اضافه کنید%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sتوزیع تیتر در متن %2$s: خیلی عالی !"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sطول جمله %2$s: %3$s از جملاتی که در متن استفاده کرده اید بیشتر از %4$s کلمه دارند , که بیشتر از حداکثر توصیه شده %5$s است . %6$sسعی کنید جملات خود را کوتاه تر کنید %2$s."],"%1$sSentence length%2$s: Great!":["%1$sطول جمله %2$s: خیلی خوب !"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sجملات متوالی %2$s: تنوع کافی در جملات شما وجود دارد. خیلی عالیه!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sجملات پیوسته%2$s: متن حاوی %4$d مواردی است که %3$d یا بیشتر جملات متوالی با کلمه مشابه شروع می شود. %5$sسعی کنید همه چیز را مخلوط کنید%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sصدای مجهول%2$s: شما از صدای فعال کافی استفاده می کنید. بسیار عالی!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sطول پاراگراف %2$s: %3$dاز پاراگراف ها حاوی بیش از حداکثر پیشنهادی %4$d کلمه است. %5$sپاراگرافهای خود را کوتاه کنید%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sطول پاراگراف %2$s:هیچ یک از پاراگراف های شما بیش از حد طولانی نیستند. خیلی عالی !"],"Good job!":["آفرین!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sسهولت خواندن فلاش%2$s: کپی نمرات %3$s در آزمون، که %4$s برای خواندن در نظر گرفته شده است. %5$s%6$s%7$s"],"Focus keyphrase":["عبارت کلیدی کانونی"],"%1$s with ID %2$s couldn't be patched":["%1$s با آیدی %2$s نمیتواند پچ شود"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["درخواست نامعتبر است. مقدار متا اکنون با شناسه %1$s موجود است."],"Indexable with ID `%1$s` does not exist":["قابل ایندکس با شناسه `%1$s` وجود ندارد"],"No object with ID %1$s and %2$s could be found":["چیزی با شناسه %1$s و %2$s نمی تواند یافت شود"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` زیرمجموعه معتبری از `%2$s` نمی باشد"],"The object type `%1$s` is invalid":["نوع موضوع `%1$s` معتبر نیست"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["نوع برای پارامتر `%1$s` معتبر نیست. بجز `%2$s`, اما `%3$s` بدست آمده است"],"The parameter `%1$s` cannot be empty.":["پارامتر `%1$s` نمی تواند خالی بماند."],"Check Keyphrase Density":["بررسی تراکم عبارت کلیدی"],"Disable":["غیرفعال کردن"],"Allow Control":["اجازه کنترل"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["این زبانه به شما اجازه غیرفعال کردن ویژگی های %s در تمام سایت های موجود را می دهد. بطور پیشفرض همه ویژگی ها فعال هستند، که به مدیر اجازه انحاب می دهد که در سایت آن ویژگی فعال باشد یا نباشد. وقتی شما ویژگی را اینجا غیرفعال می کنید، مدیر سایت نمی تواند هرگز از این ویژگی استفاده کند."],"%s is a required feature toggle argument.":["%s یک ویژگی آرگمان ضروری است."],"Keyphrase:":["عبارت کلیدی:"],"Remove keyphrase":["حذف عبارت کلیدی"],"This feature has been disabled by the network admin.":["این ویژگی توسط مدیر شبکه غیرفعال شده است."],"Focus keyphrase not set.":["عبارت کلیدی متمرکزی تنظیم نشده است."],"Multiple keyphrases":["عبارات کلیدی چندگانه"],"Colon":["دونقطه"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["هر %1$s و %2$s مدیریت سئوی سایت شما است. استفاده از دو افزونه سئو برای سایت مضر است."],"There is a new notification.":["یک اعلان جدید وجود دارد."],"Learn more about the readability analysis":["یادگیری بیشتر راجع به آنالیز خوانایی"],"Describe the duration of the instruction:":["مدت زمان آموزش را شرح دهید:"],"Optional. Customize how you want to describe the duration of the instruction":["اختیاری. سفارشی‌سازی چگونگی مدت زمان آموزش را شرح دهید"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["این لیستی از محتواهایی می باشد که شما می توانید در نوشته خود به آن لینک دهید.{{a}} درباره ساختار سایت مقاله مارا بخوانید{{/a}} برای یادگیری بیشتر درباره لینک‌های داخلی که می تواند به سئوی شما کمک کند."],"%s, %s and %s":["%s, %s و %s"],"%s and %s":["%s و %s"],"%d minute":["%d دقیقه"],"%d hour":["%d ساعت"],"%d day":["%d روز"],"Enter a step title":["عنوان قدم را وارد کنید"],"Optional. This can give you better control over the styling of the steps.":["اختیاری. این می تواند به شما برای بهبود کنترل استایل قدم ها کمک کند."],"CSS class(es) to apply to the steps":["کلاس های css می تواند به قدم‌ها اضافه شود"],"minutes":["دقیقه"],"hours":["ساعت"],"days":["روز"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["ایجاد به گونه ای که دوستدار سئو باشد. شما تنها می توانید استفاده کنید یک چگونگی بلوک در هر نوشته."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["لیست سوالات متداول درباره روش های دوستدار سئو. شما تنها می توانید از یک بلوک FAQ برای هر نوشته استفاده کنید."],"Copy error":["کپی کردن خطا"],"An error occurred loading the %s primary taxonomy picker.":["خطایی در هنگام بارگذاری %s طبقه بندی اولیه طبقه بندی شده رخ داد."],"%1$s Structured Data Blocks":["%1$s بلوک داده ساختار یافته"],"Time needed:":["زمان مورد نیاز:"],"Move question down":["سوال را به پایین ببرید"],"Move question up":["سوال را به بالا ببرید"],"Insert question":["سؤال را وارد کنید"],"Delete question":["سؤال را حذف کنید"],"Enter the answer to the question":["پاسخ به سوال را وارد کنید"],"Enter a question":["سوال وارد کنید"],"Add question":["سوالی اضافه کنید"],"Frequently Asked Questions":["سوالات متداول"],"Great news: you can, with %s!":["خبر خوب: شما می توانید، با %s!"],"Select the primary %s":["اولویت %s را انتخاب کنید"],"Check links to this URL":["لینک‌های به این آدرس را بررسی کنید"],"Keyword research training":["آموزش پژوهشی کلیدواژه"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["لطفا %1$sپوسته‌های بایگانی را%2$s برای این نوع از محتوا بررسی کنید: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["آیا می خواهید از چندین عبارت کلیدی استفاده کنید؟ باید بطور جداگانه در زیر وارد کنید."],"Mark as cornerstone content":["نشانه گذاری بعنوان محتوای مهم"],"Move step down":["حرکت گام به پایین"],"Move step up":["حرکت گام به بالا"],"Insert step":["گام را وارد کنید"],"Delete step":["گام را حذف کنید"],"Add image":["افزودن تصویر"],"Enter a step description":["توضیحات مرحله را وارد کنید"],"Enter a description":["توضیحات را وارد کیند"],"Unordered list":["لیست مرتبط نشده"],"Showing step items as an ordered list.":["نمایش گام موارد بعنوان لیست مرتب شده."],"Showing step items as an unordered list":["نمایش گام موارد بعنوان لیست مرتبط نشده"],"Add step":["گام را اضافه کنید"],"Delete total time":["کل زمان را حذف کنید"],"Add total time":["مجموع زمان را اضافه کنید"],"How to":["چگونه"],"How-to":["چگونه"],"Snippet Preview":["پیشنمایش اسنیپ"],"Analysis results":["نتایج آنالیز"],"Enter a focus keyphrase to calculate the SEO score":["کلیدواژه کانونی را برای محاسبه نمره سئو وارد کنید"],"Learn more about Cornerstone Content.":["یادگیری بیشتر درباره محتوای مهم."],"Cornerstone content should be the most important and extensive articles on your site.":["محتوای مهم باید مهمترین و گسترده ترین مقالات سایت شما باشد."],"Restore Site":["بازیابی سایت"],"Network Settings":["تنظیمات شبکه"],"You are not allowed to perform this action.":["شما اجازه انجام این عمل را ندارید."],"Error: %s":["خطا: %s"],"Success: %s":["موفق: %s"],"Site with ID %d not found.":["سایت با شناسه %d یافت نشد."],"No site has been selected to restore.":["سایتی برای بازیابی انتخاب نشده است."],"You are not allowed to modify unregistered network settings.":["شما اجازه تغییر تنظیمات شبکه ثبت نشده را ندارید."],"deleted":["حذف شده"],"Would you like to add another keyphrase?":["آیا مایل هستید کلیدواژه دیگری اضافه کنید؟"],"image preview":["پیش‌نمایش تصویر"],"Copied!":["کپی شد!"],"Not supported!":["پشتیبانی نمی شود!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["مطالعه {{a}}درباره ساختار سایت{{/a}} برای یادگیری درباره چگونگی بهبود سئو با لینک‌سازی داخلی."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["وقتی یکبار کمی بیشتر کپی کنید.به شما لیستی از محتواهای مرتبط که می توانید در نوشته خود لینک کنید به شما پیشنهاد می دهد."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["پیوند دادن به اینها را درنظر بگیرید {{a}}مقالات مهم{{/a}}"],"Consider linking to these articles:":["لینک دادن به این مقالات را در نظر بگیرید:"],"Copy link":["کپی لینک"],"Copy link to suggested article: %s":["کپی لینک به مقاله پیشنهادی: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["مطالعه %1$sراهنمای تحقیق کلمه کلیدی %2$s برای یادگیری بیشتر درباره تحقیق کلمه کلیدی و استراتژی کلمه کلیدی."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["هنگامی که یک کپی کوچکتر اضافه می کنید، به شما لیستی از کلمات و کلمات ترکیبی که در متن بیشتر وجود دارد می دهد.این نشان می دهد که محتوای شما روی چه چیزی تمرکز دارد."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["کلمات زیر بیشترین تکرار را در محتوا دارند. این نشان می دهد که محتوای شما روی چه چیزی تمرکز دارد. اگر کلمات محتلف زیاد در موضوع شما باشد؛ شما ممکن است بخواهید محتوای خود را مجدد بازنویسی کنید."],"Prominent words":["کلمات برجسته"],"The site's tagline":["نامک سایت"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["ما اخیرا تغییراتی در بهبود عملکرد تنظیمات ظاهر جستجو انجام داده ایم. متاسفانه فهمیدیم برای برخی موارد ذخیره برای نوشته هایی مشخص از بایگانی ها ممکن است اشتباه شود."],"Not all required fields are given. Missing field %1$s":["تمام زمینه های مورد نیاز داده نشده است. فیلد گم شده %1$s است"],"Optimize your site for Google News.":["بهینه‌سازی سایت برای اخبار گوگل."],"Optimize your shop's SEO and sell more products!":["سئوی فروشگاه خود را بهینه کرده و محصولات بیشتری بفروشید!"],"Be found in Google Video search and enhance your video sharing on social media.":["در جستجوی Google Video یافت می شود و اشتراک ویدیویی خود را در رسانه های اجتماعی افزایش می دهد."],"Be found in Google Maps and local results.":["یافت می شود در نقشه گوگل و نتایج محلی."],"Learn practical SEO skills to rank higher in Google.":["یادگیری توانایی سئو برای افزایش رتبه گوگل."],"Don’t waste time figuring out the best settings yourself.":["وقت خود را هدر ندهید بهترین تنظیمات خود را بدانید."],"Get quick wins to make your site rank higher in search engines.":["پیروزی سریع برای افزایش رتبه سایت خود در موتورهای جستجو."],"Add synonyms":["افزودن مترادف"],"Would you like to add keyphrase synonyms?":["آیا میخواهید مترادف‌های کلیدی را اضافه کنید؟"],"Would you like to add more than one keyphrase?":["آیا می خواهید بیش از یک کلمه کلیدی اضافه کنید؟"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["شما می توانید متا داده های جستجوگر را برای این نوع سفارشی در صفحه %1$s فروش ویرایش کنید %2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["شما صفحه فروشگاه را در تنظیمات WooCommerce خود تنظیم نکرده اید. لطفا ابتدا این کار را انجام دهید."],"Current year":["سال جاری"],"Page":["برگه"],"Breadcrumb settings for %s archive":["تنظیمات مسیر راهنما برای %s بایگانی"],"Something went wrong. Please reload the page.":["چیزی اشتباه است. لطفا برگه را مجدد بارگذاری کنید."],"Tagline":["شعار"],"Modify your meta description by editing it right here":["توضیحات متا را با ویرایش آن درست در اینجا اصلاح کنید"],"description (custom taxonomy)":["توضیح (طبقه بندی سفارشی)"],"(custom taxonomy)":["(طبقه بندی سفارشی)"],"(custom field)":["(فیلد سفارشی)"],"Term404":["شرایط 404"],"Caption":["عنوان"],"Pagenumber":["تعداد برگه"],"Pagetotal":["جمع برگه"],"Page number":["شماره برگه"],"User description":["توضیح کاربر"],"ID":["شناسه"],"Modified":["تنظیم شده"],"Post type (plural)":["نوع نوشته (جمع)"],"Post type (singular)":["نوع نوشته (تکی)"],"Separator":["جداکننده"],"Search phrase":["عبارت جستجو"],"Term title":["عنوان شرایط"],"Term description":["توضیح شرایط"],"Tag description":["توضیح برچسب"],"Category description":["توضیح دسته"],"Primary category":["دسته اصلی"],"Category":["دسته"],"Tag":["برچسب"],"Excerpt only":["فقط خلاصه"],"Excerpt":["خلاصه"],"Site title":["عنوان سایت"],"Archive title":["عنوان بایگانی"],"Parent title":["عنوان والد"],"Date":["تاریخ"],"Label":["برچسب"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["شما باید مسیریابی را ایجاد کنید تا اطمینان حاصل کنید که بازدیدکنندگان شما خطای 404 را هنگام کلیک بر روی URL دیگر کار نمی کنند."],"Search engines and other websites can still send traffic to your deleted post.":["موتورهای جستجو و وب سایت های دیگر می توانند ترافیك را به پست حذف شده شما ارسال كنند."],"Make sure you don't miss out on traffic!":["اطمینان حاصل کنید که ترافیک وبسایتتان را از دست نمی‌دهید!"],"You just deleted a %1$s.":["شما فقط حذف کردید %1$s."],"You just trashed a %1$s.":["شما فقط به زباله دان فرستادید %1$s."],"Settings for %s archive":["تنظیمات برای %s بایگانی"],"Settings for single %s URLs":["تنظیمات برای آدرس %s تکی"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["تنظیمات در این صفحه به شما اجازه می دهد مشخص کنید که چه نوع نمایش محتوای پیش فرض برای هر نوع محتوایی باشد. شما می توانید انتخاب کنید که انواع محتوا در نتایج جستجو ظاهر می شود و چه توضیحات پیش فرض آنها باید باشد."],"Url preview":["پیش نمایش url"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["لطفا توضیحات متا را با ویرایش اسنیپت زیر انجام دهید. اگر شما این کار را نکنید، گوگل سعی می کند یک قسمت مرتبط از پست شما را برای نمایش در نتایج جستجو پیدا کند."],"Insert snippet variable":["متغیر snippet را وارد کنید"],"Dismiss this notice":["این اطلاعیه را نادیده بگیر"],"No results":["بی نتیجه"],"%d result found, use up and down arrow keys to navigate":["%d نتایج پیدا شده است ، از کلید های بالا و پایین برای حرکت استفاده کنید"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["زبان وبسایت شما %s تنظیم شده است. اگر صحیح نیست ، با مدیر وبسایت خود تماس بگیرید."],"Number of results found: %d":["تعداد نتایج یافت شده: %d"],"Note that not all variables can be used in every field.":["توجه داشته باشید که تمامی متغیر ها نمیتوانند در هر فیلد دلخواه استفاده شوند."],"Snippet variables":["قطعه متغیر ها"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s به حریم خصوصی شما احترام می گذارد %2$sسیاست حفظ حریم خصوصی%3$s را بخوانید."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["اگر می دانید این قابلیت چه تاثیری دارد و نمی خواهید این پیام را مشاهده کنید %1$sاین هشدار را نادیده بگیرید%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["تنظیمات فعلی سایت شما اجازه می دهند تا فایل های رسانه از لینک های مستقلی به صورت یک صفحه مجزا در دسترس باشند. لطفا %1$sاین مطلب درباره مشکلات این قابلیت%2$s را مطالعه کنید و مطمئن شوید همچنان از فعال بودن این قابلیت اطمینان دارید و تصمیم ندارید آن را تغییر دهید."],"Unknown type %1$s":["نوع ناشناخته %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["شامل حساب رایگان یوست من که به شما دسترسی به آموزش ابتدایی سئو را می دهد!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["پلاگین Yoast SEO پیکربندی شده است اما فراموش نکنید که اصول سئو همواره درحال تغییر است. در خبرنامه ما عضو شوید تا همواره از تکنیک های سئو باخبر شوید %1$s, other cool plugins by %2$s,."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["گرفتن کد تائیده بایدو در %1$s ابزار وبمستر بایدو%2$s."],"Baidu verification code":["کد تائیدیه بایدو"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["عملکرد درون ریزی %s از جداول پایگاه داده موقت استفاده می کند. به نظر میرسد نصب وردپرس شما توانایی انجام این کار را ندارد، لطفا با ارائه دهنده میزبانی خود مشورت کنید."],"Cleanup of %s data failed.":["پاکسازی داده ها %s انجام نشد."],"Content Type":["نوع محتوا"],"Filter by content type":["فیلتر براساس نوع محتوا"],"Show All Content Types":["نمایش همه انواع محتوا"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["بسادگی گزینه \"Break comments into pages...\" در %1$s صفحه تنظیمات دیدگاه %2$s را غیرفعال کنید."],"Replaced with the normal title for an archive generated by WordPress":["جایگزینی با عنوان عادی برای یک آرشیو تولید شده توسط وردپرس"],"Clean":["پاک‌سازی"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["هنگامی که مطمئن هستید سایت شما درست است، می توانید پاکسازی را شروع کنید. این کار تمام داده های اصلی را حذف می کند."],"Step 5: Clean up":["مرحله5: پارکسازی"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["شما باید پیکربندی سریع را اجرا نمایید، از برگه پیشخوان سئوی عمومی، برای اینکه اطمینان حاصل کنید همه تنظیمات بدرستی برای سایت شما انجام شده است."],"Step 4: Run the configuration wizard":["مرحله4: اجرای پیکربندی آسان"],"Please check your posts and pages and see if the metadata was successfully imported.":["لطفا نوشته‎‏ها و برگه‌های خود را بررسی کنید ببینید اگر داده‌های متا بدرستی درون‌ریزی شده است."],"Step 3: Check your data":["مرحله 3 : اطلاعات خود را بررسی کنید"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["این گزینه داده های متای نوشته مانند عناوین و توضیحات سئو را به داده های متای %1$s شما وارد می کند. این کار فقط زمانی انجام خواهد شد که هنوز داده های متا %1$s وجود نداشته باشد. داده های اصلی در جای خود قرار می گیرند."],"Step 2: Import":["مرحله2: درون‌ریزی"],"Please make a backup of your database before starting this process.":["لطفا قبل از انجام اینکار از پایگاه داده خود پشتیبان تهیه کنید."],"Step 1: Create a backup":["مرحله1: ایجاد پشتیبان‌گیری"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["ما داده ها را از یک یا چند پلاگین SEO در سایت شما شناسایی کرده ایم. برای درون ریزی آن داده ها مراحل زیر را دنبال کنید:"],"Plugin: ":["افزونه: "],"%s did not detect any plugin data from plugins it can import from.":["%s داده افزونه ای را شناسایی نکرد که بتواند از آن درون‌ریزی کند."],"Posts that should not show up in search results":["نوشته‌هایی که نمی خواهید در نتایج جستجو نمایش داده شود"],"%s data found.":["%s داده یافت شد."],"%s data successfully removed.":["%s داده با موفقیت حذف گردید."],"%s data successfully imported.":["%s داده با موفقیت درون‌ریزی شد."],"%s data not found.":["%s داده یافت نشد."],"Improve your SEO skills":["بهبود توانایی سئوی شما"],"24/7 email support":["پشتیبانی ایمیلی 24/7"],"No more dead links a.k.a. 404 pages":["دیگه از لینکهای خراب و صفحات 404 خبری نیست"],"Get real-time suggestions for internal links":["استفاده از پیشنهادات خودکار برای لینکهای داخلی"],"Preview your page in Facebook and Twitter":["پیش نمایش برگه شما در فیسبوک و توییتر"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["روی کلید \"%3$s\" کلیک کنید تا از توضیحات متایی که در تنظیمات %1$sظاهر جستجو برای صفحه خانه%2$s ثبت شده است استفاده شود."],"Help on copying the home meta description":["راهنما در کپی کردن توضیح متای خانه"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["برای آنکه موتورهای جستجو بفهمند پروفایل کدام شبکه های اجتماعی متعلق به سایت شماست لطفا اطلاعات مرتبط با شبکه های اجتماعی خود را در زیر وارد کنید."],"Learn more about your social profiles settings":["درباره تنظیمات پروفایلهای اجتماعی خود بیشتر بدانید"],"Remove the categories prefix":["حذف پیشوند دسته‌ها"],"Help on the category prefix setting":["راهنما در تنظیم پیشوند دسته"],"Learn more about the available variables":["درباره متغیرهای موجود بیشتر بدانید"],"Learn more about the RSS feed setting":["درباره تنظیمات خوراک RSS بیشتر بدانید"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["وقتی یک رسانه جدید در وردپرس آپلود میکنید (به عنوان مثال یک عکس یا ویدئو)، فقط یک فایل به رسانه سایت شما اضافه نمی شود. بلکه یک لینک فایل پیوست نیز برای آن ایجاد می شود. این صفحات فایل های پیوست خالی هستند و صرفا فایل پیوست را به همراه یک عنوان نمایش می دهند. چنانچه از این لینک های فایل پیوست استفاده ای نمیکنید پیشنهاد میکنیم آنها را غیرفعال کنید و آنها را به خود فایل پیوست ریدایرکت کنید."],"Learn more about the Media and attachment URLs setting":["یادگیری بیشتر درباره تنظیمات آدرس پیوست و چندرسانه"],"Learn more about the title separator setting":["یادگیری بیشتر درباره تنظیمات جداکننده عنوان"],"Learn more about the knowledge graph setting":["یادگیری بیشتر درباره تنظیمات گراف دانش"],"Learn more about the homepage setting":["یادگیری بیشتر درباره تنظیمات صفحه اصلی"],"Learn more about the special pages setting":["یادگیری بیشتر درباره تنظیمات برگه‌های ویژه"],"Help on the date archives search results setting":["راهنما در تنظیمات نتایج جستجوی بایگانی تاریخ"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["عدم نمایش بایگانی ها برای نویسندگان فاقد مطلب در نتایج جستجو به صورت فنی به این معناست که آنها دارای یک متای ربات %1$s هستند و از نقشه های سایت مستثنی خواهند شد. %2$sکسب اطلاعات بیشتر درباره تنظیمات نتایج جستجو%3$s."],"Help on the authors without posts archive search results setting":["راهنما در تنظیمات نتایج جستجوی بایگانی نوشته های بدون نویسنده"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["عدم نمایش بایگانی برای نویسندگان در نتایج جستجو به صورت فنی به این معناست که آنها دارای یک متای ربات %1$s هستند و از نقشه های سایت مستثنی خواهند شد. %2$sکسب اطلاعات بیشتر درباره تنظیمات نتایج جستجو%3$s."],"Help on the author archives search results setting":["راهنما در تنظیمات نتایج جستجوی بایگانی نویسنده"],"Archives settings help":["راهنمای تنظیمات بایگانی"],"Learn more about the archives setting":["یادگیری بیشتر درباره تنظیمات بایگانی"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["گرفتن کد تائید یاندکس در %1$s ابزار وبمستر یاندکس%2$s."],"Yandex verification code":["کد تائیدیه یاندکس"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["گرفتن کد تائید گوگل در %1$s کنسول جستجوی گوگل%2$s."],"Google verification code":["کد تائیدیه گوگل"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["گرفتن کد تائیده بینگ در %1$s ابزار وبمستر بینگ%2$s."],"Bing verification code":["کد تائیدیه بینگ"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["می توانید از باکس زیر برای تایید ابزارهای وب مستر مختلف کمک بگیرید. این قابلیت یک تگ تایید متا به صفحه اصلی سایت شما اضافه می کند. لینک های مرتبط با ابزارهای وب مستر مختلف را دنبال کرده و دستورالعمل های مرتبط با تایید توسط تگ متا را دنبال کنید تا کد تایید را دریافت کنید. اگر سایت شما قبلا تایید شده می توانید از این مرحله چشم پوشی کنید."],"Learn more about the Webmaster Tools verification":["یادگیری بیشتر درباره تائیدیه ابزار وبسمتر"],"On":["روشن"],"Help on: %s":["کمک در: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s به همراه امکانات زیادی است. شما می توانید برخی از آنها را فعال / غیرفعال کنید. کلیک روی آیکون علامت سوال اطلاعات بیشتری راجع به هر کدام در اختیار شما قرار خواهد داد."],"Off":["خاموش"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["بخش پیشرفته %1$s جعبه متا اجازه می دهد به کاربر برای حذف نوشته ها از نتایج جستجو یا تغییرcanonical.چیزهایی است که شاید نخواهید هیچ نویسنده ای تغییر دهد.به همین دلیل بطور پیشفرض فقط ویرایشگر و مدیران می توانند این تغییرات را انجام دهند. تنظیمات برای \"%2$s\" به همه کاربران اجازه می دهد تنظیمات را تغییر دهند."],"Security: no advanced settings for authors":["امنیت: تنظیمات پیشرفته برای نویسنده‌ها درسترس نیست"],"See who contributed to %1$s.":["ببینید چه کسی مشارکت کرده در %1$s."],"Help on this search results setting":["راهنمایی در تنظیمات نتیجه جستجو"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["نمایش داده نمی شود برای بایگانی %1$s در نتایج جستجو تخصصی به این معنی است که ان ها دارای %2$s ربات متا و در نقشه سایت صرف نظر شده است.%3$s اطلاعات بیشتر در تنظیمات جستجو%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["نمایش داده نمی شود %1$s در نتیجه جستجو تخصصی به این معنی است که آن ها دارای %2$s ربات متا و در نقشه سایت صرف نظر شده است.%3$s اطلاعات بیشتر در تنظیمات جستجو%4$s."],"Default for %2$s, currently: %1$s":["پیشفرض برای %2$s، کنونی: %1$s"],"Show %s in search results?":["نمایش %s در نتایج جستجو؟"],"this author's archives":["آرشیو نویسنده"],"Do not allow search engines to show %s in search results.":["به موتورهای جستجو اجازه نمایش %s را در نتایج جستجو نده."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL های دسته در وردپرس حاوی یک پیشوند هستند، معمولا %s ، این ویژگی این پیشوند را فقط برای دسته ها حذف می کند."],"Category URLs":["دسته بندی لینک ها"],"the archive for %s":["آرشیو برای %s"],"Redirect attachment URLs to the attachment itself?":["تغییر آدرس URL های پیوست به خود پیوست؟"],"We recommend you set this to Yes.":["توصیه ما این است مقدار را بله قرار دهید."],"Media & attachment URLs":["رسانه ها و آدرس های پیوست"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["این همان چیزی است که در نتایج جستجو نشان می دهد وقتی افراد صفحه اصلی شما را پیدا می کنند. به این معنی که احتمالا چیزی است که آنها هنگام جستجو برای نام تجاری شما می بینند."],"date archives":["تاریخ بایگانی ها"],"archives for authors without posts":["بایگانی برای نویسنده های بدون مطلب"],"Read why XML Sitemaps are important for your site.":["بخوانید که چرا نقشه سایت برای سایت شما ضروری است."],"Enable the XML sitemaps that %s generates.":["نقشه سایت %s ایجاد شده را فعال کنید."],"See the XML sitemap.":["مشاهده نقشه سایت."],"%2$s (current default for %1$s)":["%2$s (پیشفرض فعلی برای %1$s)"],"Media":["عناصر چند رسانه ای"],"Content Types":["انواع محتوا"],"Should search engines follow links on this %1$s?":["موتورهای جستجو باید دنبال کنند پیوندهای موجود در این %1$s؟"],"Allow search engines to show this %s in search results?":["به موتورهای جستجو اجازه نمایش این %s را می دهید؟"],"Search Appearance":["ظاهر جستجو"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["لطفا مشخص کنید چه نوع محتوایی را که میخواهید در موتور های جستجو نمایش دهید. اگر تفاوت های بین این ها را نمی دانید بهتر است تنظیمات پیش فرض را انتخاب کنید."],"Search engines should show \"%1$s\" in search results:":["موتور جستجو باید در نتایج جستجو \"%1$s\" را نمایش دهد:"],"Search engine visibility":["قابل مشاهده بودن برای موتورهای جستجو"],"Toggle %1$s's XML Sitemap":["تغییر وضعیت %1$s's نقشه سایت"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["درخواست پشتیبانی که ایجاد کرده اید مستقیم به سیتسم پشتیبانی ما ارسال شد، که با ssl 256 bit ایمن شده است،پس امنیت 100% برقرار است."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["ویژگی متحوای شاخص یا cornerstone content به شما اجازه علامت گذاری و فیلتر محتوای شاخص در سایت را میدهد."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["اگر مشکلی دارید که آموزش های ویدئویی ما هم به شما کمک نمی کند، می توانید به تیم پشتیبانی ما پیامی ارسال کنید. در 24/7 دردسترس هستند."],"Search result":["نتیجه جستجو"],"Good results":["نتایج خوب"],"Get better search results in local search":["نتیجه بهتر در جستجوی محلی"],"Allow customers to pick up their %s order locally":["به مشتریان اجازه دهید که سفارش %s خود را به صورت محلی انتخاب کنند"],"SEO analysis":["آنلایز سئو"],"The SEO analysis offers suggestions to improve the SEO of your text.":["آنلایز سئو پیشنهاداتی برای بهبود سئوی متن شماست."],"Learn how the SEO analysis can help you rank.":["یادگیری چگونگی بهبود رتبه با آنلایز سئو."],"The readability analysis offers suggestions to improve the structure and style of your text.":["تجزیه و تحلیل خواندن پیشنهاداتی برای بهبود ساختار و سبک ارائه می دهد."],"Discover why readability is important for SEO.":["فهمیدن دلیل مهم بودن خوانایی برای سئو."],"Find out how cornerstone content can help you improve your site structure.":["بفهمید که چگونه محتوای شاخص یا cornerstone content می تواند به شما برای بهبود ساختار سایت کمک کند."],"The text link counter helps you improve your site structure.":["شمارنده پیوند متن به شما برای بهبود ساختار سایت کمک می کند."],"Find out how the text link counter can enhance your SEO.":["بفهمید چگونه شمارنده پیوند متن می تواند سئوی سایت را بهبود بخشد."],"%s integration":["ادغام %s"],"Read more about how %s works.":["اطلاعات بیشتذ درباره چگونگی کارکرد %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["این ویژگی را فعال کنید اگر می خواهید فیسبوک و سایر شبکه های احتماعی پیش نمایشی از تصاویر و متحوای خلاصه شما را نمایش دهند وقتی لینکی از سایت خود را به اشتراک می گذارید."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["این ویژگی را فعال کنید اگر می خواهید توئیتر پیش نمایشی با تصویر و متن خلاصه از لینک به اشتراک گذاشته سایت شما نمایش دهد."],"Find out why you should upgrade to %s":["دلیل اینکه باید ارتقاء پیدا کنید به %s بفهمید"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["نوشته های اخیر در %1$s"],"Need help?":["به کمک نیاز دارید؟"],"Type here to search...":["برای جستجو ایجا بنویسید..."],"Search the Yoast Knowledge Base for answers to your questions:":["بخش آموزشی Yoast میتونه به شما کمک کنه پاسخ سوالت رو پیدا کنی :"],"Remove highlight from the text":["حذف برجسته کردن از متن"],"Your site language is set to %s. ":["زبان سایت شما به %s تنظیم شده است"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["سریع آغاز کنید%1$s %2$sپیکربندی آسان%3$s!"],"First-time SEO configuration":["پیکربندی سئو برای اولین بار"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["زبان سایت شما به {language} تنظیم شده است.اگر صحیح نیست،با مدیریت سایت تماس بگیرید."],"Your site language is set to {language}.":["زبان سایت شما تنظیم شده به {language}."],"Highlight this result in the text":["این نتیجه را در متن برجسته کنید"],"Considerations":["ملاحظات"],"Errors":["خطاها"],"Change language":["تغییر زبان"],"You cannot create a %s file.":["شما نمی توانید پرونده %s ایجاد کنید."],"You cannot edit the %s file.":["شما نمی توانید پرونده %s ویرایش کنید."],"Updated %s":["%s بروزرسانی شد"],"Create %s file":["ایجاد پرونده %s"],"Edit the content of your %s:":["ویرایش محتوای %s شما:"],"Save changes to %s":["ذخیره تنظیمات به %s"],"%s file":["پرونده %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s و %2$s می تواند با اضافه کردن یک افزونه کمکی با هم کار کند. لطفا %3$s نصب کنید تا زندگی تان بهتر شود. %4$s."],"More information":["اطلاعات بیشتر"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s و %2$s می تواند با اضافه کردن یک افزونه کمکی با هم کار کند. لطفا %3$s فعال کنید تا زندگی خود را بهتر کنید."],"More information about %1$s":["اطلاعات بیشتر درباره %1$s"],"Configuration Wizard":["پیکربندی گام‌به‌گام"],"You've done it!":["شما آن را انجام داده اید!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["برای تجزیه و تحلیل محتوا، به صورت یکپارچه %2$s را با %1$s متصل کنید!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s و %2$s می توانند با اضافه کردن یک افزونه کمکی با هم، خیلی بهتر کار کنند. لطفا %3$s را نصب کنید تا زندگی خود را بهتر کنید."],"Manage your %s subscription on MyYoast":["مدیریت %s اشتراک شما در MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["عنوان و تنظیمات متاها برای %1$s از متغیرهایی ساخته شده اند که با مقادیر خاصی از صفحه در هنگام نمایش، جایگزین شده اند. جدول زیر شامل لیستی از متغیرهای موجود می باشد."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["علامتگذاری مهمترین %1$s به عنوان 'محتوای شاخص (cornerstone content)' جهت بهبود ساختار سایت تان. %2$sدر مورد محتوای شاخص یا cornerstone content بیشتر بیاموزید%3$s."],"Loading help center.":["بارگذاری مرکز راهنما."],"Get support":["دریافت پشتیبانی"],"View in KB":["مشاهده در دانشنامه"],"Go back":["بازگشت"],"Go back to the search results":["بازگشت به نتایج جستجو"],"(Opens in a new browser tab)":["(در یک برگه جدید مرورگر باز میکند)"],"Posts %1$swithout%2$s a focus keyphrase":["نوشته‌ها %1$sبدون%2$s کلمه کلیدی اصلی"],"Hey, your SEO is doing pretty well! Check out the stats:":["سئوی شما خیلی خوب است!آمار بازدید را بررسی کنید:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["شما نوشته منتشر شده ای ندارید، نمره سئو شما اینجا ظاهر می شود یکبار وقتی اولین نوشته را ایجاد کنید!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["در این صفحه می توانید نام سایت خود را تغییر دهید و از جدا کننده استفاده کنید. جداساز، مثلا بین عنوان پست و نام سایت شما نمایش داده خواهد شد. نمادها در اندازه نشان داده شده در نتایج جستجو نشان داده می شوند. یکی را انتخاب کنید که با نام تجاری شما مناسب باشد یا کمترین فاصله را در قطعه بگیرد."],"Something else":["چیز دیگر"],"A portfolio":["یک نمونه‌کار"],"A corporation":["یک شرکت"],"A small offline business":["یک کسب و کار آفلاین کوچک"],"A news channel":["یک کانال خبری"],"An online shop":["یک فروشگاه آنلاین"],"A blog":["یک بلاگ"],"What does the site %1$s represent?":["سایت %1$s معرف چیست؟"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["اگر هیچ گزینه ای انتخاب نکنید، بایگانی نویسنده شما برای جلوگیری از مسائل محتوای تکراری غیرفعال خواهد شد."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["توجه داشته باشید: ما داده های شما را به هیچ وجه ذخیره نمیکنیم و دسترسی کامل به حساب شما نداریم. حریم خصوصی شما با ما امن است."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s ادغام با Google Search Console، یک ابزار لازم برای صاحبان سایت. این اطلاعات شما را در رابطه با سلامت سایت شما فراهم می کند. آیا حساب Google ندارید یا سایت شما هنوز فعال نشده است؟ پیدا کردن %2$s نحوه اتصال Google Search Console به سایت خود %3$s."],"Option B: My site is under construction and should not be indexed":["گزینه B: سایت من در دست ساخت و نباید ایندکس شود"],"Option A: My site is live and ready to be indexed":["گزینه A: سایت من فعال و آماده ایندکس است"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["اگر میخواهید سایت را از فهرست موتورهای جستجو حفظ کنید، زیر ساخت را انتخاب کنید. فراموش نکنید که بعد از آماده شدن برای انتشار سایت خود، آن را فعال کنید."],"Please specify if your site is under construction or already active.":["لطفا شرح دهید اگر سایت شما دردست ساخت یا فعال است."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["این اطلاعات در کارت گرافیک دانش گوگل، بلوک بزرگ اطلاعاتی که در سمت راست نتایج جستجو مشاهده می کنید، مورد استفاده قرار می گیرد."],"Read more like this on our SEO blog":["ادامه مطلب مثل این در بلاگ سئوی ما"],"Readability: %s":["خوانایی: %s"],"Not activated":["فعال نشد"],"Activated":["فعال شد"],"%1$s recommendations for you":["%1$s توصیه شده برای شما"],"All Readability Scores":["تمام امتیاز خوانایی"],"Filter by Readability Score":["مرتب‌سازی براساس امتیاز خوانایی"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["شما نمی توانید بروزرسانی یا پشتیبانی دریافت کنید! این مشکل را برطرف کنید با افزودن این سایت و فعالسازی %1$s برای آن در %2$s."],"Request method %1$s is not valid.":["روش درخواست %1$s معتبر نیست."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["آیا می خواهید پیشنمایش که بنظر می رسد وقتی افراد این نوشته را به اشتراک می گذارند در %1$s? شما می توانید با، %2$s."],"Good job! All the links in your texts have been counted.":["خوب بود! تمام پیوندهای موجود در متن شمارش شد."],"Calculation completed.":["محاسبه تکمیل شد."],"Calculation in progress...":["محاسبه در حال انجام است..."],"Stop counting":["توقف شمارش"],"Counting links in your texts":["شمارش پیوندها در متن شما"],"Text %1$s of %2$s processed.":["متن %1$s از %2$s در حال پردازش است."],"All your texts are already counted, there is no need to count them again.":["همه متون شما شمارش شده است، دیگر نیاز به شمارش مجدد نیست."],"Count links in your texts":["تعداد پیوندها در متن شما"],"Text link counter":["شمارنده پیوند متن"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["تعداد پیوندهای داخلی به این نوشته. ببینید \"ستون‌های Yoast\" در زبانه کمک برای اطلاعات بیشتر."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["تعداد پیوندهای داخلی در این نوشته. ببینید \"ستون‌های Yoast\" در زبانه کمک برای اطلاعات بیشتر."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s چندین ستون را به این صفحه اضافه می کند. ما یک مقاله در مورد آن نوشته ایم %2$s چگونه به استفاده از نمره SEO و خوانایی %3$s. ستون های لینک نشان می دهد تعداد مقالات در این لینک سایت %5$s به %6$s این مقاله و تعداد نشانی های اینترنتی مرتبط شده است %5$s از %6$s این مقاله. بیشتر بدانید %4$s نحوه استفاده از این ویژگی ها برای بهبود ارتباط داخلی شما %3$s, که تا حد زیادی SEO شما را افزایش می دهد."],"%s Columns":["%s ستون‌ها"],"Readability score":["نمره خوانایی"],"Other benefits of %s for you:":["دیگر مزایای %s برای شما:"],"Scroll to see the preview content.":["برای دیدن پیشنمایش محتوا اسکرول کنید."],"Cornerstone content":["محتوای شاخص"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s اکنون از تمامی بهینه سازی فنی مورد نیاز سایت شما مراقبت می کند. برای بهبود عملکرد سایت خود در نتایج جستجو، مهم است که شروع به ایجاد محتویاتی بکنید که برای فونت های کلیدی مورد نظر شما مناسب است. این ویدیو را بررسی کنید که در آن ما در مورد نحوه استفاده از متاباکس %1$s هنگام پست کردن یا صفحات ویرایش می کنیم."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["اگر می خواهید رقابت را در یک شهر یا منطقه مشخص کنید، لطفا پلاگین %1$s را بررسی کنید! شما می توانید به راحتی نقشه های گوگل، ساعات کاری، اطلاعات تماس و یک فروشگاه یاب را وارد کنید. علاوه بر این %1$s به شما کمک می کند تا قابلیت استفاده صفحه تماس خود را بهبود ببخشید."],"Attract more customers near you":["جذب مشتریان بیشتری در نزدیکی شما"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["آیا می خواهید تمام پلاگین های %1$s را مشاهده کنید؟ آیا می خواهید همه چیز در مورد تنظیمات پیشرفته ما یاد بگیرید؟ آیا میخواهید واقعا بیشتر از افزونه %1$s استفاده کنید؟ آموزش پلاگین %1$s را بررسی کنید و از رقابت خارج شوید!"],"Get the most out of %1$s with the %2$s":["از %1$s با %2$s بیشتر استفاده کنید"],"Upgrade to Premium":["ارتقاء به نسخه پولی"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["آیا می خواهید رقابت خود را بالاتر ببرید؟ %1$s به شما ویژگی های اضافی فوق العاده ای می دهد که به شما در تنظیم استراتژی SEO شما مانند حرفه ای کمک می کند. اضافه کردن مترادف و کلمات کلیدی مرتبط، استفاده از تجزیه و تحلیل پرمیوم SEO، مدیر هدایت و ابزار لینک داخلی ما. %1$s همچنین به پشتیبانی حقوقی دسترسی خواهد داشت."],"Outrank the competition with %s":["برتر بودن رقابت با %s"],"You might like":["شما ممکن است این را هم بپسندید"],"Newsletter":["خبرنامه"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["ما متوجه شده‌ایم که هنوز این مراحل را به پایان نرسانده‌اید، بنابراین ما به شما توصیه می کنیم تا %2$sپیکربندی گام‌به‌گام را برای پیکربندی %1$s شروع نمایید%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["پیکربندی گام‌به‌گام به شما کمک می کند تا به راحتی سایت خود را پیکربندی نمایید تا تنظیمات سئوی بهینه‌ای داشته باشید."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["به نسخه طلایی بروید و متخصصان ما برای پاسخ به هر گونه سوال در مورد راه‌اندازی و استفاده از افزونه، آنجا خواهند بود."],"Superfast internal linking suggestions":["پیشنهادات پیوند‌دهی داخلی فوق العاده سریع"],"Great news: you can, with %1$s!":["خبر خوب: شما می توانید، با %1$s !"],"Save changes":["ذخیره تغییرات"],"1 year free support and updates included!":["شامل 1 سال بروز رسانی و ارتقاء رایگان!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["پلاگین %2$s خروجی سایت شما را تغییر داده و در انجام این تفاوت بین موتورهای جستجو و کاربران عادی، فرایندی است که به نام پنهان سازی می شود. ما به شدت توصیه می کنیم که آن را غیر فعال کنید."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sپیش نمایش شبکه های اجتماعی%2$s: فیسبوک و توئیتر"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sبدون پیوند شکسته%2$s: مدیریت آسان تغییر مسیر"],"No ads!":["بدون تبلیغات!"],"Facebook & Twitter":["فیسبوک و توییتر"],"Social media preview":["پیش‌نمایش رسانه‌های اجتماعی"],"Easy redirect manager":["مدیریت تغییر مسیر (Redirect) آسان"],"No more dead links":["بدون پیوندهای شکسته (Dead Links)"],"Increase your SEO reach":["افزایش رتبه سئوی شما"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["اگر کمک بیشتری برای تولید محتوای عالی نیاز دارید، دوره %2$s حق کپی%3$s مارا بخرید. آیا می خواهید درباره تمام ویژگی های افزونه بدانید، ببینید%1$s!"],"Variable":["متغیر"],"Available variables":["متغیرهای در دسترس"],"Scroll to see the table content.":["برای دیدن محتوای جدول پیمایش (اسکرول) نمایید."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["لطفا مراجعه کنید به %1$s مقالات ما درباره چگونگی اتصال سایت شما به کنسول جستجوی گوگل %2$s اگر نیازمند دستیار هستید."],"An error occurred in the '%1$s' assessment":["خطایی در ارزیابی '%1$s' رخ داده است"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s از کلمات حاوی %2$s روی %3$s سیلاب %4$s، که بیش از حداکثر توصیه شده از %5$s است."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s از کلمات حاوی %2$s روی %3$s سیلاب %4$s، که کمتر از یا برابر حداکثر توصیه شده از %5$s است."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["این کمی کمتر از حداقلل توصیه شده %5$d کلمه است.%3$s کمی بیشتر اضافه کنید%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["توضیحات متا حاوی %1$d جمله %2$s بیش از %3$s کلمه %4$s است. سعی کنید جملات را کوتاه‌تر کنید."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["توضیحات متا شامل هیچ جمله %1$s بیش از %2$s کلمه %3$s نیست."],"Step %1$d: %2$s":["گام %1$d: %2$s"],"No new notifications.":["اعلان جدیدی وجود ندارد."],"Save all":["ذخیره همه"],"Save":["ذخیره"],"%1$s, Author at %2$s":["%1$s, نویسنده در %2$s"],"Mobile preview":["پیش نمایش موبایل"],"Desktop preview":["پیش نمایش دسکتاپ"],"Select redirect":["انتخاب تغییر مسیر"],"Please provide an SEO title by editing the snippet below.":["لطفا یک عنوان سئو با ویرایش متن زیرارائه دهید."],"Meta description preview:":["پیش نمایش متای توضیحات:"],"Slug preview:":["پیش نمایش نامک:"],"SEO title preview:":["پیش نمایش عنوان سئو:"],"Close snippet editor":["بستن ویرایشگر اسنیپت"],"Slug":["نامک"],"Remove marks in the text":["علامات را در نوشته پاک کنید"],"Mark this result in the text":["علامت زدن این نتیجه در متن"],"Marks are disabled in current view":["علائم در نمای جاری غیرفعال هستند"],"Good SEO score":["نمره خوب سئو"],"OK SEO score":["امتیاز سئوی قابل قبول"],"Feedback":["بازخورد"],"ok":["تأیید"],"Choose an image":["انتخاب تصویر"],"Remove the image":["پاک کردن این عکس"],"MailChimp signup failed:":["ثبت‌نام در Mailchimp شکست خورد:"],"Sign Up!":["ثبت‌نام!"],"Name":["نام"],"There is an error with the request.":["خطایی با این درخواست رخ داده است."],"Select profile":["انتخاب پروفایل"],"Choose a profile":["انتخاب یک پروفایل"],"Authorization code":["کد مجوز گوگل"],"Reauthenticate with Google":["تعیین هویت مجدد با گوگل"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["برای اجازه %s آوردن اطلاعات شما از کنسول گوگل، لطفا کد تائیدیه گوگل را وارد کنید. روی دکمه زیر کلیک کنید تا در پنجره جدید باز شود."],"Please provide a meta description by editing the snippet below.":["لطفا با ویرایش متن زیر توضیحات متا را ارائه دهید."],"Edit snippet":["ویرایش اسنیپت"],"You can click on each element in the preview to jump to the Snippet Editor.":["شما می توانید برای ورود به ویرایشگر محدوده، روی هر پارامتر در پیش نمایش کلیک کنید."],"SEO title preview":["پیش‌نمایش عنوان سئو"],"Meta description preview":["پیش‌نمایش توضیحات متا"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["هنگام ذخیره مرحله کنونی مشکلی رخ داده است، {{link}} لطفا گزارش اشکال آماده کنید و {{/link}} توضیح دهید در چه مرحله ای هستید و چه تغییراتی می خواهید ایجاد کنید."],"Close the Wizard":["بستن نصب آسان"],"Export settings":["تنظیمات برون‌بری"],"%1$s video tutorial":["%1$s آموزش تصویری"],"%s › Configuration Wizard":["%s › پیکربندی سریع"],"Please don't show me this notification anymore":["لطفا این پیام را دیگر نشان نده"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["اگر مشکلی دارید، %1$s لطفا پرونده گزارش خطا %2$s را ارسال کرده و ما بهترین کمک را به شما می کنیم."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["ما مطلع شدیم شما مدتی است در حال استفاده از %1$s هستید; امیدواریم دوست داشته باشید! خوشحال می شویم اگر شما بتوانید %2$s 5 ستاره امتیاز در WordPress.org بدهید %3$s!"],"Date archives settings":["تنظیمات تاریخ بایگانی‌ها"],"Author archives settings":["تنظیمات بایگانی‌های نویسنده"],"%1$s by %2$s":["%1$s توسط %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["توجه: متغیر %s نمی تواند در این پوسته استفاده شود. برای اطلاعات بیشتر به بخش راهنما مراجعه کنید."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["به هرحال، آیا می دانید ما یک نسخه %1$s پولی افزونه%2$s هم داریم؟ دارای ویژگی‌های پیشرفته ی است، مانند پشتیبانی و مدیریت کامل بر تمام کلمات کلیدی. همچنین پشتیبانی کامل 24/7 توسط متخصصین ما."],"(no title)":["(بدون عنوان)"],"%s installation wizard":["%s نصب آسان"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["نوار %1$s منوی مدیریت شامل لینک‌های مفیدی از ابزارها برای آنالیز برگه‌ها و دیدن اطلاعیه‌های جدید است."],"Admin bar menu":["نوار منوی مدیریت"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s بررسی هفتگی اگر سایت شما هنوز قابل ایندکس شدن توسط موتورهای جستجو باشد و %2$s به شما پیغام میدهد وقتی این مورد نباشد."],"Features":["امکانات"],"SEO title":["عنوان سئو"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["درحالی که ما درتلاش برای راحت ترکردن تنظیمات %1$s هستیم متوجه شدیم که می تواند باعث نگرانی شود. اگر ترجیه می دهید ما برای شما %1$s را راه اندازی می کنیم(و گرفتن نسخه ای از %2$s در پردازش) سفارش %3$s%1$s سرویس پیکربندی %4$s را بدهید!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["به پیکربندی سریع %1$s خوش آمدید. با چند مرحله کوتاه به شما کمک می کنیم ت تنظیمات مورد نیاز سئوی سایتتان را انجام دهید!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["گوگل نام سایت شما را در نتایج جستجو نشان می دهد، اگر میخواهید آن را عوض کنید از اینجا انجام دهید."],"Greater than sign":["علامت بزرگتر از"],"Less than sign":["علامت کوچکتر از"],"Right angle quotation mark":["علامت نقل قول زاویه راست"],"Left angle quotation mark":["علامت نقل قول زاویه چپ"],"Small tilde":["ریشه یابی لغات کوچک"],"Vertical bar":["نوار عمودی"],"Low asterisk":["نشان ستاره پایین"],"Asterisk":["نشان ستاره"],"Bullet":["گلولله توپر"],"Middle dot":["نقطه میانی"],"Em dash":["خط تیره کشیده"],"En dash":["خط تیره En"],"Dash":["خط تیره"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["انتخاب سیمبول برای جداکردن عناوین سایت. نمایش داده می شود بین عنوان سایت و عنوان نوشته. سیمبول ها در سایزی که در نتایج جستجو هستند ظاهر می شوند."],"The name of the person":["نام شخص"],"No":["خیر"],"Yes":["بله"],"Does, or will, your site have multiple authors?":["آیا سایت شما نویسنده های مختلفی دارد؟"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["وردپرس خودکار آدرس URL برای هر فایل رسانه ای در کتابخانه اش ایجاد می کند.فعال کردن این به گوگل اجازه می دهد آدرس URLها را ایندکس کند."],"Success!":["موفقیت!"],"Title settings":["تنظیمات عنوان"],"Google Search Console":["کنسول جستجوی گوگل"],"Multiple authors":["نویسندگان متعدد"],"Site type":["نوع نوشته"],"Environment":["محیط"],"Yoast option %1$s not found.":["تنظیمات %1$s افزونه Yoast یافت نشد."],"Google Structured Data Test":["تست داده ساختار گوگل"],"Posts list":["لیست نوشته‌ها"],"Posts list navigation":["لیست ناوبری نوشته‌ها"],"Filter posts list":["فیلتر لیست نوشته‌ها"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["توجه داشته باشید که لینک به آرشیو ممکن است هنوز هم توسط قالب خروجی داشته باشد شما نیاز است بطور جداگانه حذفشان کنید."],"%1$s to optimize your site even further":["%1$s برای بهینه سازی بیشتر سایت"],"%1$s extensions":["%1$s افزودنی‌ها"],"Comes with our 30-day no questions asked money back guarantee":["بازگشت کل هزینه در 30 روز بدون سوال"],"More information %1$sabout %3$s%2$s":["اطلاعات بیشتر%1$s درباره %3$s%2$s"],"Installed":["نصب شده است"],"gain access to our 24/7 support team.":["دسترسی کامل 24/7 به پشتیبانی ما."],"Premium support":["پشتیبانی ویژه"],"check what your Facebook or Twitter post will look like.":["بررسی نوع نمایش نوشته فیسبوک یا توئیتر."],"Social previews":["پیش‌نمایش شبکه های اجتماعی"],"create and manage redirects from within your WordPress install.":["ایجاد و مدیریت تغییرمسیر از درون وردپرس."],"Redirect manager":["مدیریت تغییر مسیر"],"%1$s, take your optimization to the next level!":["%1$s رفتن به سطح بعدی بهینه سازی!"],"A seamless integration between %1$s and %2$s":["ادغام بدون فاصله بین %1$s و %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["بکارگیری %1$s مسیر راهنما بجای %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["وارد کردن آسان نقشه گوگل،مکان یاب مغازه،ساعت بازکردن و بیشتر"],"Creates XML News Sitemaps":["ساختن نقشه سایت اخبار"],"Immediately pings Google on the publication of a new post":["اطلاع‌رسانی سریع به گوگل بعد از ارسال نوشته جدید"],"Optimize your site for Google News":["بهینه کردن سایت برای اخبار گوگل"],"Make videos responsive through enabling fitvids.js":["تبدیل کردن ویدئوها به واکنش گرا با فعال کردن fitvids.js"],"Enhance the experience of sharing posts with videos":["افزایش بهبود تجربه کاربری از نوشته های اشتراک گذاری شده با ویدئوها"],"Show your videos in Google Videos":["نمایش ویدئوهای شما در ویدئوی گوگل"],"Crawl issues list":["لیست مشکلات بررسی"],"Crawl issues list navigation":["مشکلات بررسی لیست ناوبری"],"Edit “%s”":["ویرایش “%s”"],"Premium":["نسخه پولی"],"Google Trends":["گوگل ترند"],"Notifications":["اطلاعیه‌ها"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["حذف تب کلمه کلیدی از متاباکس و غیرفعال کردن همه سئوهای پیشنهادی مرتبط."],"Disable SEO analysis":["غیر فعال کردن تجزیه و تحلیل سئو"],"Twitter settings":["تنظیمات توئیتر"],"Pinterest settings":["تنظیمات پینترست"],"Facebook settings":["تنظیمات فیسبوک"],"Title separator symbol":["سیمبول جداکننده عنوان"],"RSS feed settings":["تنظیمات خبرخوان rss"],"Breadcrumbs settings":["تنظیمات مسیر راهنما (Breadcrumbs)"],"Make primary":["تغییر به اصلی"],"Enter your Google Authorization Code and press the Authenticate button.":["کد تائیدیه گوگل را وارد کرده و دکمه تائیدیه را بفشارید."],"Knowledge base article":["مقاله پایگاه دانش"],"Open the knowledge base article in a new window or read it in the iframe below":["بازکردن مقاله پایگاه دانش در پنجره جدید یا خواندن آن در آی فریم زیر"],"Search results":["نتایج جستجو"],"%s notification":["%s اطلاعیه"],"Disable readability analysis":["غیر فعال کردن تجزیه و تحلیل خوانایی"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["حذف برگه \"خوانایی\" از متاباکس و غیرفعال کردن همه پیشنهادات مرتبط با خوانایی."],"Readability analysis":["تجزیه و تحلیل خوانایی"],"Needs improvement":["به بهبود نیاز دارد"],"Readability":["خوانایی"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["شما در حال تلاش برای بارگزاری فایل های غیرفشرده (non-minified) هستید، این فایل ها فقط در بسته توسعه دهنده ما در دسترس هستند. برای دسترسی و مشاهده همه فایل های منبع %1$s پرداخت کنید."],"Improvements":["بهبودها"],"Dismiss this item.":["پنهان کردن این آیتم."],"Good job! We could detect no serious SEO problems.":["آفرین! ما مشکلات سئوی جدی تشخیص ندادیم."],"We have detected the following issues that affect the SEO of your site.":["ما موارد زیر که در سئوی سایت شما تاثیرگذار هستند را تشخیص دادیم."],"Problems":["مشکلات"],"Analysis":["تحلیل و بررسی"],"Not available":["در دسترس نمی باشد"],"Filter by SEO Score":["فیلتر براساس امتیاز سئو"],"Meta description not set.":["توضیحات متا تنظیم نشده‌اند."],"Video tutorial":["فیلم آموزشی"],"Email support is a %s feature":["پشتیبانی از ایمیل یک ویژگی %s است"],"Knowledge base":["پایگاه دانش"],"Open":["بازکردن"],"Loading...":["در حال بارگذاری..."],"Something went wrong. Please try again later.":["چیزی اشتباه رفت. لطفا بعدا دوباره تلاش کنید."],"No results found.":["نتیجه‌ای پیدا نشد."],"Dashboard":["پیشخوان"],"You can fix this on the %1$sPermalink settings page%2$s.":["می توانید این مورد را در %1$sصفحه تنظیمات پیوند یکتا%2$s رفع کنید."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["صفحه‌بندی دیدگاه‌ها فعال است، در 999 مورد از 1000 مورد، به این گزینه نیازی نیست. توصیه می‌کنیم این گزینه را غیرفعال نمایید."],"Replaced with the primary category of the post/page":["جایگزین شد با دسته اولیه از نوشته/برگه"],"Pinterest confirmation":["تایید پینترست"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["اگر سایت شما با پینترست تائید شده است می توانید این بخش را نادیده بگیرید."],"Format-based archives":["بایگانی مبتنی بر فرمت"],"Webmaster Tools verification":["تایید ابزارهای وب‌مستر (Webmaster Tools)"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["برای آموزش وردپرس %1$s دنبال کنید تا متخصص %1$s شوید."],"Want to be a %s Expert?":["آیا می خواهید از %s کارشناس شوید؟"],"Buy %s":["خرید %s"],"Show information about errors in category %s":["نمایش اطلاعات درمورد خطاها در دسته %s"],"New %1$s Title":["عنوان %1$s جدید"],"Existing %1$s Title":["عنوان %1$s موجود"],"Expected an integer as input.":["یک عدد صحیح به عنوان ورودی انتظار می رود."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["تلاش برای ساختن کلید کش نقشه سایت،اما ترکیب پیشوند و پسوند بسیار کوتاه است.احتمالا درخواست برگه ای را برای خروج از این محدوده دارید."],"Remove":["حذف"],"Keep":["نگه داری"],"Bold the last page":["ضخیم کردن آخرین صفحه"],"Regular":["منظم"],"Bold":["ضخیم"],"Show Blog page":["نمایش صفحه بلاگ"],"Primary %s":["%s اصلی"],"Primary":["اصلی"],"Make %1$s primary %2$s":["درنظرگرفتن %1$s به عنوان %2$s اصلی"],"Term is set to noindex.":["به حالت noindex تنظیم شد."],"Author archives":["بایگانی‌های نویسنده"],"Show":["نمایش"],"Enabled":["فعال‌شده"],"Disabled":["غیرفعال‌شده"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s افزونه هنوزوضعیت ایندکس شدن سایت شما را از %2$s دریافت نکرده است"],"The separator defined in your theme's %s tag.":["عامل جدا کننده تعریف شده در تگ %s قالب شما."],"No index":["بدون فهرست (index)"],"Analyze entire site":["تحلیل کل سایت"],"Fetch the current status":["واکشی وضعیت فعلی"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["افزونه%1$s%2$s قادر به آوردن وضعیت indexability سایت شما%3$s از %4$s نیست"],"Your homepage can be indexed by search engines.":["صفحه اصلی سایت شما میتواند توسط موتور های جستجو ایندکس (ترتیب بندی) شود."],"Indexability check by %1$s":["بررسی قابلیت ایندکس شدن توسط %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["اگر میخواهید برای اشتراک‌گزاری در %1$s از یک تصویر استفاده نمایید، یک تصویر را می‌توانید اینجا بارگزاری / انتخاب نموده یا URL عکس را اضافه نمایید."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["اگر نمی‌خواهید از توضیحات متا برای اشتراک‌گزاری در %1$s استفاده کنید اما توضیحات دیگری را آنجا می‌خواهید، آن را اینجا بنویسید."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["اگر شما نمی‌خواهید از عنوان برای اشتراک‌گزاری در %1$s استفاده کنید اما در عوض عنوان دیگری در آنجا می‌خواهید، آن را اینجا بنویسید."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sصفحه اصلی شما نمی‌تواند توسط موتورهای جستجو%2$s فهرست شود. این برای سئو بسیار بد است و باید رفع شود."],"Once Weekly":["هفته‌ای یک بار"],"SEO score":["نمره سئو"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["در حال محاسبه مجّدد امتیازهای سئو برای همه قسمت‌های محتوا با یک کلیدواژه تمرکزی."],"%1$s of %2$s done.":["%1$s از %2$s انجام شده است."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["ما شیوه محاسبه امتیاز سئو خودمان را بروزرسانی کرده ایم. %1$s برای محاسبه مجدد امتیازات سئو %2$s برای همه نوشته ها و برگه ها اینجا کلیک کنید."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["اولین راه کار سئوی وردپرس،شامل سئوی on-page و تحلیل محتوا، نقشه سایت و خیلی موارد دیگر."],"Yoast SEO":["سئو Yoast"],"Activation failed:":["فعال‌سازی ناموفق شد:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["به نظر می‌رسد افزونۀ فیلتر (filter extension) موجود نباشد. لطفاً از میزبان سایت خود درخواست کنید آن را فعال کند."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["نصب %1$s افزونه کامل نشد. به %2$sنحوه نصب%3$s مراجعه کنید."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["کتابخانه های استاندارد PHP دردسترس نیست. با هاست خود برای فعال کردن (SPL) سوال کنید."],"SEO Settings":["تنظیمات سئو"],"Mobile-Friendly Test":["آزمون بهینه‌بودن برای موبایل"],"Google Page Speed Test":["ابزار گوگل جهت تست سرعت صفحات"],"CSS Validator":["اعتبارسنج CSS"],"HTML Validator":["اعتبارسنج HTML"],"Pinterest Rich Pins Validator":["اعتبار سنج پین های قوی (Rich Pins) پینترست - Pinterest"],"Facebook Debugger":["اشکال‌زدای فیس بوک"],"Check Headers":["بررسی سربرگ‌ها"],"Check Google Cache":["بررسی کش گوگل"],"Analyze this page":["تجزیه و تحلیل این برگه"],"Keyword Research":["پژوهش کلمه کلیدی"],"%s does not seem to be a valid url. Please correct.":["به نظر %s آدرس url معتبری به نظر نمی‌رسد. لطفا اصلاح کنید."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["به نظر %1$s یک شناسه %2$s درست نیست. لطفاٌ تصحیح کنید."],"%s Archive":["بایگانی %s"],"You searched for %s":["شما برای %s جستجو کردید"],"%s does not seem to be a valid Twitter Username. Please correct.":["به نظر نمی‌رسد %s شناسه کاربری معتبری برای توییتر باشد. لطفا اصلاح نمایید."],"Summary with large image":["خلاصه با تصویر بزرگ"],"Summary":["خلاصه"],"The post %1$s appeared first on %2$s.":["نوشته %1$s اولین بار در %2$s. پدیدار شد."],"No numeric value was received.":["هیچ مقدار عددی دریافت نشد."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["این باید یک بلاگ موجود باشد. وبلاگ %s وجود ندارد یا به عنوان یک وبلاگ حذف شده علامت‌گذاری شده است."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["تنظیمات پیش‌فرض بلاگ باید شناسۀ عددی وبلاگی باشد که شما می‌خواهید از آن به عنوان وبلاگ پیش‌فرض استفاده کنید."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s انتخاب معتبری برای کسی که اجازه دسترسی به تنظیمات %2$s را دارد نیست. مقدار به حالت پیش‌فرض برخواهد گشت."],"Please select a valid post type for taxonomy \"%s\"":["لطفا برای دسته‌بندی \"%s\" نوع نوشتۀ معتبری را انتخاب کنید"],"Please select a valid taxonomy for post type \"%s\"":["لطفا رده بندی معتبری را برای نوع نوشته \"%s\" انتخاب کنید"],"You searched for":["شما جستجو نمودید برای"],"Home":["خانه"],"Archives for":["بایگانی‌ها برای"],"Error 404: Page not found":["خطای 404: صفحه پیدا نشد"],"Good":["خوب"],"Replaced with a custom taxonomies description":["با یک توضیحات طبقه‌بندی سفارشی جایگزین شد"],"Replaced with a posts custom taxonomies, comma separated.":["جایگزین شده با یک طبقه بندی دلخواه پست ها، جدا شده با ویرگول."],"Replaced with a posts custom field value":["جایگزین شده با مقدار فیلد سفارشی نوشته‌ها"],"Replaced with the slug which caused the 404":["جایگزینی با نامکی که باعث بروز خطای 404 می‌شد انجام شد"],"Replaced with the posts focus keyphrase":["جایگزین شده با عبارت کلیدی اصلی نوشته ها"],"Attachment caption":["عنوان ضمیمه"],"Replaced with the current page number":["جایگزین شده با شماره صفحه فعلی"],"Replaced with the current page total":["جایگزین شده با کل صفحه فعلی"],"Replaced with the current page number with context (i.e. page 2 of 4)":["جایگزین‌شده با شماره صفحه فعلی با زمینه (مثال صفحه 2 از 4)"],"Replaced with the post/page author's 'Biographical Info'":["جایگزین با 'اطلاعات زندگینامه' نویسنده نوشته/برگه'"],"Replaced with the post/page author's 'nicename'":["جایگزین شده با 'نام مستعار' نویسنده برگه/نوشته'"],"Replaced with the post/page ID":["جایگزین شده با شناسه برگه/نوشته"],"Replaced with the post/page modified time":["جایگزین شده با تاریخ اصلاح برگه/نوشته"],"Replaced with the content type plural label":["جایگزین شده با برچسب جمع نوع نوشته"],"Replaced with the content type single label":["جایگزین شده با برچسب یکی نوع نوشته"],"Replaced with the current search phrase":["جایگزین شده با عبارت جستجوی فعلی"],"Replaced with the term name":["جایگزین شده با نام واژه"],"Replaced with the term description":["جایگزین شده با توضیح واژه"],"Replaced with the tag description":["جایگزین شده با توضیح برچسب"],"Replaced with the category description":["جایگزین شده با توضیح دسته"],"Replaced with the post categories (comma separated)":["جایگزین شده با دسته‌های نوشته (جدا شده با ویرگول)"],"Replaced with the current tag/tags":["جایگزین‌شده با برچسب/برچسب‌های فعلی"],"Replaced with the post/page excerpt (without auto-generation)":["جایگزین‌شده با خلاصه نوشته/برگه (بدون تولید خودکار)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["جایگزین‌شده با خلاصه نوشته/برگه (یا تولید شده خودکار درصورت عدم وجود)"],"The site's name":["نام سایت"],"Replaced with the title of the parent page of the current page":["جایگزین‌شده با عنوان والد صفحه‌ی صفحه فعلی"],"Replaced with the title of the post/page":["جایگزین شده با عنوان نوشته/برگه"],"Replaced with the date of the post/page":["جایگزین شده با تاریخ نوشته/برگه"],"Page %1$d of %2$d":["صفحه %1$d از %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["شما امکان لغو جایگزینی متغیر استاندارد را با ثبت یک متغیر با نام مشابه را ندارید.از فیلتر \"جایگزینیwpseo\" جهت تنظیم مقدار یا ارزش جایگزینی استفاده کنید."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["یک متغیر جایگزین با همین نام در حال حاضر ثبت شده است. سعی کنید نام متغیر خود را منحصربه فرد بسازید."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["یک متغیر جایگزینی نمیتواند با \"%%cf_\" و\"%%ct_\" شروع شود چنانچه موارد ذکر شده برای متغیرهای استاندارد wpseo ,متغیرهای زمینه سفارشی و رده بندیهای سفارشی ذخیره شده اند.سعی کنید از نامهای منحصر به فرد برای متغیرهایتان استفاده کنید."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["یک متغیر جایگزین فقط می تواند شامل حروف و اعداد ، تاکید و یا یک خط تیره باشد. سعی کنید برای تغییر نام متغیر خود."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["مورد توجه مدیر: این صفحه meta description را نمایش نمی‌دهد زیرا این متا را ندارد، این متا را برای این صفحه به صورت مستقیم قرار دهید یا به بخش [%1$s - %2$s] عنوان ها رفته و یک قالب تنظیم کنید."],"Page not found":["صفحه پیدا نشد"],"%s Archives":["بایگانی‌های %s"],"Search for \"%s\"":["جستجو برای \"%s\""],"Meta description to use for Author page":["توضیحات متا جهت استفاده برای صفحه نویسنده"],"Title to use for Author page":["عنوان جهت استفاده برای صفحه نویسنده"],"%1$s settings":["تنظیمات %1$s"],"Export your %1$s settings":["برون‌بری تنظمیات %1$s شما"],"Import settings":["تنظیمات درون‌ریزی"],"Import from other SEO plugins":["درون‌ریزی تنظیمات از دیگر افزونه‌های SEO"],"Import":["درون‌ریزی"],"If you had a %s file and it was editable, you could edit it from here.":["اگر یک فایل %s داشته باشید و این فایل قابل ویرایش باشد، می‌توانید آن را از اینجا ویرایش کنید."],"If your %s were writable, you could edit it from here.":["اگر پروندۀ %s قابل نوشتن بود، می‌توانید آن را از اینجا ویرایش کنید."],"You don't have a %s file, create one here:":["شما فایل %s را ندارید، همین الان یکی بسازید:"],"A link to your site, with your site's name and description as anchor text.":["یک پیوند به تارنمای شما، با نام و توضیحات تارنمای شما به عنوان anchor متن."],"A link to your site, with your site's name as anchor text.":["یک پیوند به تارنمای شما، با نام تارنمای شما به عنوان متن anchor."],"A link to the post, with the title as anchor text.":["یک پیوند به مطلب, همراه با عنوانی به عنوان متن پیوندی."],"A link to the archive for the post author, with the authors name as anchor text.":["یک پیوند به بایگانی برای نویسنده نوشته، با نام نویسنده‌ها به عنوان لنگر متن."],"You can use the following variables within the content, they will be replaced by the value on the right.":["شما می‌توانید از متغیرهای زیر درون محتوای خود استفاده کنید. آنها با مقادیر حقیقی جایگزین خواهند شد."],"Content to put after each post in the feed":["محتوایی که بعد از هر نوشته در خوراک (feed) قرار می‌گیرد"],"Content to put before each post in the feed":["محتوایی که قرار است قبل از هر مطلب در خوراک ظاهر شود"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["این قابلیت به صورت خودکار محتوایی را به درون خوراک تارنمای شما اضافه می‌کند. بدین معنی که برای دادن پیوند برگشتی به وبلاگ و نوشته‌های وبلاگتان می‌توانید از آن استفاده کنید که به موتور جستو کمک می‌کند نویسندۀ اصلی نوشته را پیدا کند."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["طرز استفاده از قابلیت مسیر راهنما در مقاله %1$s جهت راه اندازی مسیر راهنما %2$s شرح داده شده است."],"How to insert breadcrumbs in your theme":["نحوه وارد کردن مسیر راهنما در قالب وبسایت شما"],"Blog":["مطالب سایت"],"Content type archive to show in breadcrumbs for taxonomies":["نوع نوشته بایگانی برای نمایش مسیر راهنما طبقه بندی شده"],"Taxonomy to show in breadcrumbs for content types":["طبقه بندی را نشان می دهد در مسیر راهنما برای نوع نوشته"],"Breadcrumb for 404 Page":["مسیر راهنما (Breadcrumb) برای صفحات 404"],"Prefix for Search Page breadcrumbs":["پیشوند برای پیوندهای مسیر راهنما صفحه جستجو"],"Prefix for Archive breadcrumbs":["پیشوند برای پیوندهای مسیر راهنما بایگانی"],"Prefix for the breadcrumb path":["پیشوند برای مسیر راهنما"],"Anchor text for the Homepage":["متن Anchor برای صفحۀ خانه"],"Separator between breadcrumbs":["جدا کننده بین مسیر راهنما"],"Enable Breadcrumbs":["فعالسازی مسیر راهنما"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["در زیر امتیازهای سئوی نوشته های منتشر شده شما است.حالا زمان مناسبی برای بهبود نوشته های شما است!"],"Credits":["اعتبارها"],"« Back to Tools page":["« بازگشت به صفحۀ ابزارها"],"%1$s comes with some very powerful built-in tools:":["%1$s همراه با ابزار های درونی بسیار قدرتمندی عرضه میشود :"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["این ابزار به شما اجازه می‌دهد که به سرعت پرونده‌های مهم برای سئو را تغییر دهید؛ مانند پروندۀ robots.txt و .htaccess اگر وجود داشته باشد."],"File editor":["ویرایشگر فایل"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["تنظیمات سئو را از افزونه‌های دیگر درون‌ریزی کنید و برای استفاده دوباره از تنظیمات بر روی سایتی دیگر از آنها خروجی بگیرید."],"Import and Export":["درون‌ریزی و برون‌بری"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["این ابزار به شما اجازه می‌دهد که به سرعت عنوان‌ها و توضیحات نوشته‌ها و صفحه‌هایتان را بدون این که مجبور باشید برای هر صفحه به ویرایشگر آن رجوع کنید، تغییر دهید."],"Bulk editor":["ویرایشگر گروهی"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["برای تائید %1$s سایت خود در پینترست%2$s اینجا برچسب متا اضافه کنید:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["پینترست از متای داده Open Graph مانند فیسبوک استفاده می کند، مطمئن شوید که باکس Open Graph در تب فیسبوک انتخاب شده باشد اگر می خواهید سایتتان برای پینترست بهینه شود."],"The default card type to use":["نوع کارت پیشفرض جهت استفاده"],"Add Twitter card meta data":["افزودن اطلاعات کارت متا تویتر"],"This image is used if the post/page being shared does not contain any images.":["این تصویر زمانی استفاده میشود که مطلب یا صفحه به اشتراک گذاشته شده شامل هیچ تصویری نباشد."],"Default settings":["تنظیمات پیشفرض"],"Copy home meta description":["رونوشت توضیحات متای صفحه خانه"],"Description":["توضیح"],"Image URL":["URL تصویر"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["این عنوان، توضیحات و تصویر در تگ های متا نمودار باز در صفحه اول سایت شما استفاده می شود ."],"Frontpage settings":["تنظیمات صفحه اصلی"],"Add Open Graph meta data":["افزودن داده متای Open Graph"],"YouTube URL":["آدرس YouTube"],"Pinterest URL":["آدرس Pinterest"],"MySpace URL":["آدرس MySpace"],"LinkedIn URL":["آدرس LinkedIn"],"Instagram URL":["آدرس اینستاگرام"],"Twitter Username":["نام کاربری توییتر"],"Facebook Page URL":["آدرس صفحه فیس‌بوک"],"Accounts":["حساب‌های کاربری"],"Restore site to defaults":["بازگردانی سایت به پیشفرض‌ها"],"Site ID":["شناسه سایت"],"Using this form you can reset a site to the default SEO settings.":["با استفاده از این فرم می توانید یک سایت را به تنظیمات پیشفرض سئو تنظیم مجدد کنید."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["حریم خصوصی حساس،موضوع خاص و تنظیمات کوچک خاص سایت در سایت های جدید وارد نمیشود."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["%1$sشناسه سایت%2$s وارد کنید برای اینکه تنظیماتی که می خواهید بصورت پیشفرض به سایت هایی که در شبکه اضافه می شود اعمال گردد. برای اعمال نشدن خالی رها کنید."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["انتخاب سایت برای تنظیماتی شما برای پیش فرض همه سایت هایی که شما به شبکه اضافه می کنید. اگر 'هیچکدام'را انتخاب کنید افزونه به حالت پیش فرض نرمال استفاده می شود."],"New sites in the network inherit their SEO settings from this site":["سایت های جدید در شبکه، تنظیمات سئوی خود را از این سایت به ارث می برند"],"Super Admins only":["فقط مدیران ارشد"],"Site Admins (default)":["مدیران سایت (پیش‌فرض)"],"Who should have access to the %1$s settings":["چه کسی می تواند به تنظیمات %1$s دسترسی به داشته باشد"],"spam":["هرزنامه (spam)"],"mature":["بالغ (mature)"],"archived":["بایگانی شده"],"public":["عمومی"],"%s restored to default SEO settings.":["%s به تنظیمات پیشفرض سئو برگشت."],"Settings Updated.":["تنظیمات بروزرسانی شد."],"404 pages":["صفحات 404"],"Search pages":["صفحات جستجو"],"These pages will be %s by default, so they will never show up in search results.":["این صفحات به طور پیشفرض %s هستند. به طوری که هرگز در نتایج جستجو نمایش داده نخواهند شد."],"Special Pages":["صفحات خاص"],"Date-based archives could in some cases also be seen as duplicate content.":["خطای «محتوای تکراری» در بایگانی زمانی هم ممکن است رخ بدهد. همانطور که در بالا گفته شد، می توانید برای جلوگیری از این خطا، دقیقا مانند آرشیو نویسنده عمل کنید."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["اگر این حالت سایت شما است می توانید آن را غیرفعال کنید تا به صفحه اصلی شما باز گردید یا اینکه یک %s اضافه کنید تا در نتیجه جستجو نمایان نشود."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["اگر در حال اجرای برگه یک نویسنده هستید. بایگانی نویسنده دقیقا مانند صفحه اصلی شما می شود. این را %1$s مشکل تکراری بودن محتوا%2$s می نامند."],"Date archives":["تاریخ بایگانی"],"author archives":["بایگانی های نویسنده"],"Title":["عنوان"],"%1$s Meta Box":["جعبه متای %1$s"],"Hide":["مخفی"],"Date in Snippet Preview":["تاریخ در پیش نمایش قطعه (snippet)"],"Take note:":["یادداشت بردارید:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["شما می‌توانید عنوان و توضیحات برگه بلاگ را با %1$s ویرایش خود برگه بلاگ %2$s تعیین نمایید."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["شما می‌توانید عنوان و توضیحات صفحۀ اصلی سایت را با %1$s ویرایش خود صفحه اصلی %2$s تعیین نمایید."],"Homepage & Front page":["صفحه خانگی و صفحه اول"],"Title Separator":["جداکننده‌ عنوان"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s گرفتن خودکار که باید عناوین برگه‌ها بازنویسی شود، اگر میدانید اشتباه است یا میخواهید خودتان تغییر دهید از اینجا تنظیم کنید."],"Force rewrite titles":["اجبار بازنویسی عنوان‌ها"],"Taxonomies":["طبقه‌بندی‌ها"],"Homepage":["صفحه خانه"],"%1$s Extensions":["افزونه‌های %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["ادغام یکپارچه ووکامرس با %1$s و گرفتن امکانت بیشتر!"],"Rank better locally and in Google Maps, without breaking a sweat!":["بهترین رتبه منطقه ای در نقشه سایت گوگل!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["آیا در بخش خبری گوگل هستید؟ افزایش ترافیک از بخش خبری گوگل با بهینه سازی برای آن!"],"Optimize your videos to show them off in search results and get more clicks!":["ویدئوهای خود را بهینه نمایید تا با نمایش در نتایج جستجو کلیک‌های بیشتری دریافت کنند!"],"The premium version of %1$s with more features & support.":["%1$s نسخه پولی با امکانات بیشتر و پشتیبانی کامل."],"Person":["شخص"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["این اطلاعات به عنوان داه‌های متا در سایت شما نمایش داده خواهند شد. هدف نمایش در نگار اطلاعات گوگل %1$sGoogle's Knowledge Graph%2$s می‌باشد. شما می‌توانید یک شرکت و یا یک فرد را برگزینید. یکی را انتخاب نمائید."],"Website name":["نام وب سایت"],"Webmaster Tools":["ابزارهای وب‌مستر"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["شما نام نوشته در آدرس URL برگه ها و نوشته ها ندارید. اکیدا توصیه می شود تنظیمات پیوند یکتای خود را برای بهبود آدرس دهی سایت خود در گوگل به /%postname%/ تغییر دهید."],"RSS":["RSS"],"Breadcrumbs":["مسیر راهنما"],"or":["یا"],"Save Profile":["ذخیره مشخصات کاربری"],"There were no profiles found":["هیچ مشخصات کاربری پیدا نشد"],"Profile":["مشخصات کاربری"],"Current profile":["مشخصات کاربری جاری"],"Authenticate":["تصدیق"],"Get Google Authorization Code":["دریافت کد تصدیق گوگل"],"Reload crawl issues":["بارگذاری مجدد موارد خزیدن"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["برای حل این مشکل شما نیاز به %1$s دارید. می توانید افزونه را بخرید، بعلاوه یک سال پشتیبانی و بروزرسانی در %2$s."],"Creating redirects is a %s feature":["ساخت تغییر مسیرها یک ویژگی %s است"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["زمان خزیدن روبات گوگل برای گوشی ها در سایت شما خطا رخ داده است(خطاهای او برای دسکتاپ ظاهر می شود)"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["زمان خزیدن روبات های گوگل موبایل در سایت شما خطاهایی رخ داده است (خطاهای او برای دسکتاپ ظاهر می شود)"],"Errors that occurred when your site was crawled by Googlebot.":["هنگام بررسی ربات‌های گوگل خطاهایی رخ داده است."],"Issue categories":["مشکل دسته بندی ها"],"Incorrect Google Authorization Code.":["کد مجوز گوگل نادرست است."],"The issues have been successfully reloaded!":["این موارد با موفقیت دوباره بارگذاری شد!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["داده ها %1$s حذف شده است. شما باید دوباره تایید کنید اگر می خواهید داده ها را بازیابی کنید."],"Crawl errors per page":["خطاهای خزیدن در هر صفحه"],"Search":["جستجو"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["خطاهای خزیدن (Crawl) را از دست ندهید: %1$sبا میز فرمان جستجوی گوگل در اینجا ارتباط برقرار کنید\n%2$s."],"Create redirect":["ایجاد تغییر مسیر"],"Mark as fixed":["علامت گذاری به عنوان برطرف شده"],"Response code":["کد پاسخ"],"First detected":["اولین شناسایی"],"Last crawled":["زمان آخرین خزیدن"],"URL":["آدرس"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s شما از نسخه استفاده می کنید%2$s که هماهنگ نیست با%1$s. بروزرسانی کنید%2$s به جدیدترین نسخه."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["افزونه سئو تعدادی کد برای افزایش سرعت سایت به اشتراک گذاشته است. برای این منظور افزونه باید بروزرسانی شود. پس لطفا هرچه سریعتر افزونه را بروزرسانی کنید."],"Feature phone":["همه گوشی‌ها"],"Smartphone":["گوشی هوشمند (Smartphone)"],"Desktop":["رایانه رومیزی"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["آدرس URL مرود نظر موجود نیست، اما سرور خطای 404 نمی دهد."],"Soft 404":["خطای Soft 404"],"Request timed out or site is blocking Google.":["زمان درخواست به پایان رسیده و یا سایت را گوگل مسدود کرده است."],"Server Error":["خطای سرور"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["گوگل می تواند به سایت شما دسترسی داشته باشد ، اما URL اصلی برای ربات گوگل در فایل %1$s مسدود شده است. این انسداد می تواند هم برای همه ربات‌های گوگل و یا حتی به طور مشخص برای ربات گوگل - تلفن همراه باشد."],"Blocked":["مسدود شد"],"Google was unable to crawl this URL due to an undetermined issue.":["گوگل با توجه به یک موضوع نامشخص قادر به بررسی این URL نمی باشد."],"URL points to a non-existent page.":["آدرس URL به برگه‌ی non-existent اشاره میکند."],"Not found":["یافت نشد"],"Not followed":["دنبال نشده"],"Faulty redirects":["تغییر مسیر معیوب"],"Server requires authentication or is blocking Googlebot from accessing the site.":["سرور نیاز دارد به احراز هویت و یا مسدود کردن گوگل از دسترسی به سایت ."],"Access denied":["امکان دسترسی وجود ندارد"],"Deactivate %s":["غیرفعال سازی %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["ممکن است افزونه %1$s زمانی که همزمان با افزونه %2$s فعال می شود مشکلاتی را بوجود آورد."],"Upload Image":["تصویر را بارگذاری نمایید"],"Remove these ads?":["حذف این تبلیغات؟"],"%s Posts Overview":["%s بررسی اجمالی نوشته ها"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["عنوان مسیر راهنما در مکانی از مسیر راهنما ظاهر می‌شود که طبقه بندی آنجا باشد."],"Breadcrumbs title":["عنوان مسیر راهنما"],"The canonical link is shown on the archive page for this term.":["پیوند قانونی (Canonical link) این اصطلاح در صفحه بایگانی نشان داده شده است."],"Facebook App ID":["شناسۀ برنامۀ کاربردی فیسبوک"],"Pinterest":["پینترست"],"Other":["دیگر"],"Archives":["بایگانی‌ها"],"Email":["ایمیل"],"Previous":["قبلی"],"Next":["بعدی"],"Close":["بستن"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["هر دوی %1$s و %2$s می توانند نقشۀ سایت XML بسازند. داشتن دوتا نقشۀ سایت چندان مفید نیست و حتی می‌تواند سرعت سایت شما را پایین بیاورند."],"Configure %1$s's Open Graph settings":["پیکربندی %1$s's تنظیمات نمودار باز"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["هر دوی %1$s و %2$s خروجی OpenGraph می سازند، که ممکن است فیسبوک، توییتر، لینکدین و دیگر شبکه‌های اجتماعی زمانی که صفحات شما به اشتراک گذاشته می شوند، متن و تصویر اشتباهی را برگزینند."],"%s Image":["تصویر %s"],"%s Description":["توضیح %s"],"%s Title":["عنوان %s"],"Twitter":["توییتر"],"Facebook":["فیس‌بوک"],"The recommended image size for %1$s is %2$s pixels.":["اندازه پیشنهادی تصویر برای %1$s مقدار %2$s پیکسل می‌باشد."],"If you want to override the image used on %s for this post, upload / choose an image here.":["اگر می خواهید تصویر استفاده شده در %s این نوشته را نادیده بگیرید یک تصویر از اینجا انتخاب یا بارگذاری کنید."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["اگر شما نمی خواهید استفاده کنید از توضیحات برای اشتراک گذاری این نوشته در%s اما از توضیحات دیگری که وجود دارد در ارسال این نوشته می خواهم استفاده کنم."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["اگر نمی‌خواهید از عنوان نوشته برای اشتراک گذاری آن در %s استفاده کنید و به جای آن می‌خواهید از عنوان دیگری استفاده کنید آن را در اینجا بنویسید."],"very difficult":["خیلی سخت"],"Try to make shorter sentences, using less difficult words to improve readability":["سعی کنید برای خوانایی بیشتر جمله ها رو کوتاه تر، از کلمه های با سختی کمتر استفاده کنید"],"difficult":["سخت"],"Try to make shorter sentences to improve readability":["تلاش کنید جملات کوتاه‌تر برای بهبود خوانایی بسازید"],"fairly difficult":["واقعا سخت"],"OK":["تایید"],"fairly easy":["واقعا آسان"],"easy":["آسان"],"very easy":["خیلی راحت"],"Meta Desc.":["توضیح متا."],"All SEO Scores":["همه امتیازهای سئو"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["تصویر شاخص باید حداقل 200x200 پیکسل باشد تا توسط فیسبوک و دیگر شبکه های اجتماعی مورد استفاده قرار گیرد."],"(no parent)":["(بدون موضوعات مهم)"],"Post is set to noindex.":["پست به حالت noindex تنظیم شد."],"The URL that this page should redirect to.":["نشانی اینترنتی که این صفحه باید به آن ارجاع داده شود."],"301 Redirect":["تغییر مسیر 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["آدرس های canonical که در این صفحه هستند باید خالی باشند در پیوندهای یکتای پیشفرض%1$sCross domain canonical%2$s پشتیبانی میشود."],"Canonical URL":["نشانی قانونی (Canonical)"],"Title to use for this page in breadcrumb paths":["عنوان برای استفاده در این برگه در مسیر راهنما"],"Breadcrumbs Title":["عنوان مسیر راهنما"],"No Snippet":["بدون سربرگ"],"No Archive":["بدون بایگانی"],"No Image Index":["بدون ایندکس تصویر"],"None":["هیچ کدام"],"Site-wide default: %s":["پیش‌فرض در تمام تارنما: %s"],"Advanced meta robots settings for this page.":["تنظیمات پیشرفته روبات متا برای این صفحه."],"Meta robots advanced":["متا روبات های پیشرفته"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["اخطار: حتی اگر شما تنظیمات متای ربات ها را می توانید تغییر دهید،کل سایت می تواند به noindex تنظیم شود در بخش تنظیمات کل سایت،پس این تنظیمات اثری ندارد."],"Meta description":["توضیح متا"],"SEO Title":["عنوان سئو"],"Focus keyword":["کلیدواژه‌ کانونی"],"Snippet preview":["پیش نمایش اسنیپت"],"Settings successfully imported.":["تنظیمات با موفقیت وارد شده است."],"Settings could not be imported:":["تنظیمات نباید وارد شود :"],"Breadcrumb for 404 pages:":["مسیر راهنما برای صفحه های 404:"],"Prefix for search result pages:":["پیشوند برای صفحات نتایج جستجو:"],"Prefix for archive pages:":["پیشوند برای صفحه‌های بایگانی:"],"Prefix for breadcrumbs:":["پیشوند برای مسیر راهنما:"],"Anchor text for the homepage:":["متن لنگر برای صفحۀ خانگی:"],"Breadcrumbs separator:":["جدا کننده مسیر راهنما:"],"%s Breadcrumbs":["مسیر راهنما %s"],"Use Image":["استفاده از تصویر"],"Action":["عمل"],"Page URL/Slug":["نامک/نشانی صفحه"],"Publication date":["تاریخ انتشار"],"Post Status":["وضعیت نوشته"],"WP Page Title":["عنوان صفحۀ وردپرس"],"View":["نمایش"],"View “%s”":["نمایش “%s”"],"Preview":["پیش‌نمایش"],"Preview “%s”":["پیش‌نمایش “%s”"],"Edit":["ویرایش"],"Filter":["صافی"],"New Yoast Meta Description":["توضیحات متای جدید افزونه"],"Existing Yoast Meta Description":["توضیحات متای خود افزونه"],"Facebook profile URL":["آدرس نمایه‌ی فیس‌بوک"],"Twitter username (without @)":["نام کاربری تویتر (بدون @)"],"FAQ":["سوالات متداول"],"Premium Support":["پشتیبانی ویژه"],"Settings":["تنظیمات"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["باید به %1$s تنظیمات خواندن بروید %2$s و گزینه نمایش برای موتورهای جستجو را از حالت انتخاب خارج کنید."],"Huge SEO Issue: You're blocking access to robots.":["یک موضوع مهم در SEO: شما دسترسی ربات‌ها را بسته‌اید."],"Posts":["نوشته‌ها"],"Edit Files":["ویرایش فایل ها"],"Advanced Variables":["متغیرهای پیشرفته"],"Basic Variables":["مقادیر پایه"],"General":["عمومی"],"Extensions":["توسعه"],"Search Console":["میزفرمان جستجو"],"Tools":["ابزارها"],"Advanced":["پیشرفته"],"XML sitemaps":["نقشه های XML سایت"],"Social":["اجتماعی"],"SEO":["سئو"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s شما استفاده می کنید از%2$s نسخه %3$s برای هماهنگی کامل بروزسانی کنید به جدیدترین نسخه."],"Just another WordPress site":["یک سایت دیگر با وردپرس"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["شما هنوز هم از خط برچسب پیشفرض وردپرس استفاده می کنید. خالی گذاشتن آن بهتر است.%1$s در سفارشی سازی درستش کنید%2$s."],"You have used HTML in your value which is not allowed.":["شما از HTML در مقدار خود استفاده کردید که مجاز نمی‌باشد."],"You can't edit %s that aren't yours.":["شما نمی‌توانید %s را ویرایش کنید، به این دلیل که این مال شما نیست."],"You can't edit %s.":["شما نمی‌توانید %s را ویرایش کنید."],"Post has an invalid Content Type: %s.":["نوشته دارای نوع نوشتۀ نامعتبر است: %s."],"Post doesn't exist.":["نوشته موجود نیست."],"course\u0004Free:":["رایگان:"],"posts\u0004Trash (%s)":["بفرست تو زباله‌دان (%s)"],"posts\u0004All (%s)":["همۀ (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/fr_CA.json b/Resources/Private/Languages/fr_CA.json index 2c9a823..6416f72 100644 --- a/Resources/Private/Languages/fr_CA.json +++ b/Resources/Private/Languages/fr_CA.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"fr_CA"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Lisez %1$scet article pour comprendre les raisons qui nous poussent à ne plus être compatible avec les anciennes versions.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Si vous avez repoussé la mise à jour vers la version %2$s (ou supérieur) à cause du nouvel éditeur Gutenberg, veuillez installe l’extension Classic Editor. Elle vous permettra d’avoir la même expérience d’édition, mais également la sécurité et les mises à jour de WordPress et %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sMettez à jour WordPress dans sa dernière version%2$s%3$sNous avons remarqué que vous n’utilisez pas la dernière version de WordPress, ce qui peut poser des problèmes prochainement. Pour des raisons de sécurité et de stabilité, %4$s n’est compatible qu’avec la version actuelle et la précédente de WordPress. Lorsque la prochaine version sortira, nous serons alors compatible avec les versions %6$s et %7$s. Cela signifie que vous ne recevrez plus de mises à jour de %5$s tant que vous ne mettrez pas à jour WordPress alors assurez-vous de le faire rapidement !%3$s%3$s"],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Pour afficher vos erreurs d’exploration de site %1$s: veuillez visiter Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google a abandonné son API d'exploration des erreurs. Par conséquent, toutes les erreurs d’exploration possibles ne peuvent plus être affichées ici. %1$s Veuillez lire notre déclaration à ce sujet pour plus d'informations %2$s."],"Remove this message":["Supprimer ce message"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimisez vraiment votre site pour une audience locale avec notre extension %s! Optimisation de l’adresse, heures d'ouverture, localisateur de magasin et option de cueillette en magasin!"],"Serving local customers?":["Servir une clientèle locale? "],"Get the %s plugin now":["Obtenir l’extension %s maintenant"],"Organization social profiles":["Profils sociaux de l'organisation"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Vous pouvez modifier les détails affichés dans les métadonnées comme les réseaux sociaux, le nom et la description de cet utilisateur au travers de leur page de profil %1$s."],"Personal info":["Informations personnelles"],"Organization logo":["Logo de l'organisation"],"Organization name":["Nom de l'organisation"],"Choose whether the site represents an organization or a person.":["Choisir si le site représente une organisation ou une personne."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Pour faire en sorte que votre vite représente une société ou une organisation, allez dans les %1$sRéglages SEO%2$s et sélectionner Organisation dans la liste déroulante."],"To change the social accounts used for your site, update the details for %1$s.":["Pour changer les comptes sociaux utilisés pour votre site, mettez à jour les détails de %1$s."],"That means that the form and information below is disabled, and not used.":["Cela signifie que le formulaire et les informations ci-dessous sont désactivées, et non utilisés."],"Your website is currently configured to represent a Person":["Votre site web est présentement configuré pour représenter une Personne"],"(if one exists)":["(si une existe)"],"Wikipedia page about you":["Page Wikipédia à propos de vous"],"YouTube profile URL":["URL de votre profil YouTube"],"Tumblr profile URL":["URL de votre profil Tumblr"],"SoundCloud profile URL":["URL de votre profil SoundCloud"],"MySpace profile URL":["URL de votre profil MySpace"],"Organization or person":["Organisation ou personne"],"The person":["La personne"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Votre site représente-t-il une personne ou une organisation?"],"The name of the organization":["Le nom de l'organisation"],"Provide an image of the organization logo":["Fournir une image du logo de l'organisation"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Vous avez précédemment réglé votre site en tant que représentant d’une personne. Nous avons amélioré les fonctionnalités de données structurées (Schema et Knowledge Graph), donc nous vous invitons à %1$s compléter ces réglages%2$s."],"Select a user...":["Sélectionner un utilisateur..."],"Uncategorized":["Non classé"],"Name:":["Nom :"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Vous avez sélectionné l’utilisateur %1$s en tant que personne représentée par ce site. Les informations de son profil seront maintenant utilisées pour les résultats de recherche. %2$sMettez à jour son profil pour vérifier que les informations sont correctes%3$s."],"Error: Please select a user below to make your site's meta data complete.":["Erreur : Veuillez sélectionner un utilisateur ci-dessous pour compléter vos metadonnées."],"SEO score: %s":["Score SEO : %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Si une page Wikipédia existe à votre sujet ou à propos de votre organisation, ajoutez-la également."],"Wikipedia URL":["URL Wikipédia"],"Pinterest profile URL":["URL de profil Pinterest"],"Instagram profile URL":["URL de profil Instagram"],"LinkedIn profile URL":["URL de profil LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["La recherche de mots-clés est essentielle pour une stratégie de référencement. Vous décidez des termes de recherche grâce auxquels vous souhaitez être visible et déterminez ceux que votre audience utilise pour vous chercher. Une bonne étude lexicale vous indique les contenus que vous devrez produire pour être visible sur les requêtes souhaitées. Assurez-vous que vous ciblez des mots-clés crédibles ! La %1$s vous apprend à le faire, pas à pas."],"SEO for Beginners training":["Formation « SEO pour les débutants »"],"%s for WordPress training":["Formation « WordPress %s »"],"All-around SEO training":["Formation « Tout sur le SEO »"],"The image you selected is too small for Facebook":["L’image sélectionnée est trop petite pour Facebook"],"The given image url cannot be loaded":["L’URL de l’image ne peut pas être chargée"],"Find out what words your audience uses to find you":["Découvrez quels mots utilise votre audience pour vous chercher"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sTest de lisibilité Flesch%2$s : Votre contenu obtient %3$s au test, ce qui est considéré comme %4$s à lire. %5$s"],"No JSON object was returned.":["Aucun objet JSON n’a été renvoyé."],"Received internal links":["Liens internes reçus"],"Outgoing internal links":["Liens internes émis"],"New step added":["Nouvelle étape ajoutée"],"New question added":["Nouvelle question ajoutée"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Pour créer une redirection et corriger ce problème, il vous faut %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Vous pouvez acheter l’extension, avec un an de support et de mises à jour, sur %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["La fonctionnalité de comptage de liens vous permet de déterminer combien de liens contiennent vos textes et combien font des liens internes. C’est très utile lorsque vous améliorez votre %1$smaillage interne%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Pour que cette fonctionnalité fonctionne, %1$s nécessite au moins la version PHP %2$s. Nous avons détectée la version %3$s sur votre site."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Veuillez bien réfléchir aux implications et %1$slisez cet article (EN)%2$s si vous souhaitez plus d’informations sur l’affichage des médias dans les résultats de recherche."],"Keyphrase":["Requête"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Pour que cette fonctionnalité fonctionne, %1$s a besoin de créer une table dans votre base de données. Nous n’avons pas réussi à le faire automatiquement."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["En activant cette option, les URL de fichiers joints apparaissent à vos visiteurs et à Google. Vous ajouter de la valeur à votre site, ils devraient contenir des informations utiles. Dans le cas contraire, cela aura un impact négatif sur votre référencement."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["La fonctionnalité du %3$scompteur de liens%4$s (introduite dans %1$s %2$s) est actuellement désactivée."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Veuillez consulter %1$scet article de notre base de connaissances (EN)%2$s pour comprendre comment résoudre ce problème."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Pour nous assurer que tous les liens de vos textes sont comptés, nous devons analyser toutes vos publications."],"All you have to do is press the following button and we'll go through all your texts for you.":["Vous n’avez qu’à cliquer sur le bouton suivant et nous le ferons pour vous."],"Count links":["Compter les liens"],"Free":["Gratuit"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sTextes alternatifs%5$s : Sur %2$d images de cette publication, %1$d ont des textes alternatifs qui contiennent votre requête cible ou ses synonymes. C’est un peu trop. %4$sN’utilisez ces termes que lorsqu’ils correspondent réellement à l’image%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sTextes alternatifs%2$s : Bon travail !"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sTextes alternatifs%5$s : Sur %2$d images de cette publication, seulement %1$d a un texte alternatif qui reflète le sujet de votre texte. %4$sAjoutez votre requête cible ou ses synonymes aux textes alternatifs pertinents%5$s !","%3$sTextes alternatifs%5$s : Sur %2$d images de cette publication, seulement %1$d ont un texte alternatif qui reflète le sujet de votre texte. %4$sAjoutez votre requête cible ou ses synonymes aux textes alternatifs pertinents%5$s !"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sTextes alternatifs%3$s : Les images de cette publication n’ont pas de texte alternatif qui reflètent le sujet de votre texte. %2$sAjoutez votre requête cible ou ses synonymes aux textes alternatifs qui seraient pertinents%3$s !"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sTextes alternatifs%3$s : Les images de cette publication ont des textes alternatifs mais vous n’avez pas défini de requête cible. %2$sRenseignez-en une%3$s !"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sRequête en intertitre%2$s : %3$s de vos intertitres de haut-niveau reflète le sujet de votre contenu. Bon travail !","%1$sRequête en intertitre%2$s : %3$s de vos intertitres de haut-niveau reflètent le sujet de votre contenu. Bon travail !"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sRequête en intertitre%2$s : Vos intertitres de haut niveau reflètent le sujet de votre contenu. Bon travail !"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sRequête en intertitre%3$s : %2$sUtilisez plus souvent la requête cible ou ses synonymes dans vos intertitres de haut niveau%3$s !"],"Page %s":["Page %s"],"Cannot get the size of %1$s because of unknown reasons.":["Impossible de récupérer la taille de %1$s pour des raisons inconnues."],"Cannot get the size of %1$s because it is hosted externally.":["Impossible de récupérer la taille de %1$s car elle est externe au site."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Activez simplement la fonctionnalité et vous pourrez utiliser l’analyse recalibrée. En parallèle, nous vous ajouterons à notre liste de diffusion dédiée. Nous ne communiquerons avec vous qu’au sujet de votre expérience avec ce recalibrage !"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Nous avons %1$srecalibré notre analyse%2$s. Avec la nouvelle analyse, nous nous approcherons encore plus de la façon dont Google voit votre site. Ce serait %3$sfantastique%4$s si vous pouvez %3$snous aider à tester cette fonctionnalité%4$s !"],"Get an even better analysis":["Obtenez une analyse encore meilleure"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTitre unique de niveau 1%3$s : Les H1 doivent être utilisés que pour votre titre principal. Trouvez les H1s dans votre texte autre que votre titre principal et %2$spassez-les à un niveau de titre inférieur%3$s!"],"Improve sharing on Facebook and Pinterest":["Améliore le partage sur Facebook et Pinterest"],"You do not have the required rights to export settings.":["Vous ne disposez pas des accès requis pour exporter les configurations."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copier ces configurations à l'onglet %1$s d'un autre site et cliquez \"%1$s\" une fois là."],"These are settings for the %1$s plugin by %2$s":["Ce sont les configurations pour l'extension %1$s par %2$s"],"No settings found.":["Aucune configuration trouvée."],"Export your %1$s settings here, to copy them on another site.":["Exportez vos réglages de %1$s ici, pour les copier vers un autre site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["L’importation de réglages est supportée que sur les serveurs qui exécutent PHP 5.3 ou supérieur."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importez des réglages en collant ceux copiés depuis un autre site et cliquez sur \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvée 0 fois. C’est moins que le minimum recommandé de %3$d fois pour un texte de cette taille. %4$sConcentrez-vous sur votre requête%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est moins que le minimum recommandé de %3$d fois pour un texte de cette taille. %4$sConcentrez-vous sur votre requête%2$s!","%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est moins que le minimum recommandé de %3$d fois pour un texte de cette taille. %4$sConcentrez-vous sur votre requête%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensité de requête%2$s : La requête cible a été trouvée %3$d fois. C’est très bien!","%1$sDensité de requête%2$s : La requête cible a été trouvée %3$d fois. C’est très bien!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvée %5$d fois. C’est plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s!","%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvée %5$d fois. C’est bien plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s!","%1$sDensité de requête%2$s : La requête cible a été trouvée %5$d fois. C’est bien plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Élément indexable supprimé pour l’objet %1$s avec type %2$s"],"Indexable saved for object %1$s with type %2$s":["Élément indexable enregistré pour l'objet %1$s avec le type %2$s"],"Indexable created for object %1$s with type %2$s":["Élément indexable créé pour l’objet %1$s avec type %2$s"],"Indexable meta deleted.":["Métadonnée indexable supprimée."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Métadonnée indexable enregistrée pour l’ID indexable %1$s avec la clé méta %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Métadonnée indexable créée pour l’ID indexable %1$s avec la clé méta %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Aucune métadonnée n’a été trouvée pour l’ID indexable %1$s et la clé méta %2$s."],"There is no indexable found for author id %1$s.":["Aucun contenu indexable trouvé pour author id %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Il n'y a pas de terme principal trouvé pour l'identifiant de l'article %1$s et la taxonomie %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Aucun élément indexable n’a été trouvé pour l’ID de terme %1$s et la taxonomie %2$s."],"There is no indexable found for post id %1$s.":["Aucun élément indexable n’a été trouvé pour l’ID de contenu %1$s."],"Method %1$s() does not exist in class %2$s":["La méthode %1$s() n'existe pas dans la classe %2$s"],"With %s, you can easily create such redirects.":["Avec %s, vous pouvez facilement créer de telles redirections."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Changer les réglages de permaliens peut sérieusement impacter votre visibilité sur les moteurs de recherche. On ne devrait %1$s jamais %2$s les changer sur un site en production."],"WARNING:":["ATTENTION :"],"Learn about why permalinks are important for SEO.":["Apprendre pourquoi les permaliens sont importants pour le SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sMots-outils dans la requête%3$s : Votre requête « %4$s » contient uniquement des mots-outils. %2$sApprenez à concevoir de bonnes requêtes.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Saviez-vous que %s analyse également les différentes variantes de votre requête, comme le pluriel ou la conjugaison au passé ?"],"Clear Image":["Effacer l’image"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongueur de la requête%3$s : %2$sSaisissez une requête pour calculer votre score SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sRequête dans le slug%2$s : Plus de la moitié de votre requête apparaît dans le slug. C’est super !"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sRequête dans le slug%3$s : (Une partie de) votre requête n’apparaît pas dans le slug. %2$sAjoutez-en plus%3$s !"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sRequête dans le slug%2$s : Bon travail !"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sRequête dans le titre%3$s : Tous les mots de votre requête « %4$s » n’apparaissent pas dans le méta titre. %2$sEssayez d’utiliser les mêmes mots dans le même ordre%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sRequête dans le titre%3$s : Votre méta titre ne contient pas tous les mots. %2$sEssayez d’utiliser les mêmes mots dans le même ordre%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sRequête dans le titre%3$s : Les mots de votre requête apparaissent dans le méta titre, mais pas au début. %2$sEssayez de les déplacez%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sRequête dans le titre%2$s : Les mots de votre requête apparaissent au début de votre méta titre. Bon travail !"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribution de la requête%2$s : Bon travail !"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribution de la requête%3$s : inégale. Certaines parties de votre texte ne contiennent ni la requête, ni ses synonymes. %2$sDistribuez-les plus équitablement%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribution de la requête%3$s : très inégale. De grandes parties de votre texte ne contiennent ni votre requête, ni ses synonymes. %2$sDistribuez-les plus équitablement%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribution de requête%3$s : %2$sÉcrivez votre requête ou ses synonymes dans le texte afin que nous puissions calculer leur distribution%3$s."],"Help on choosing the perfect focus keyphrase":["Aide pour obtenir la requête cible parfaite"],"Would you like to add a related keyphrase?":["Souhaiteriez-vous ajouter une variante de requête ?"],"Go %s!":["Passez %s !"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Ne pas afficher la date des archives dans les résultats de recherche correspond techniquement à une métadonnée %1$s pour les robots. %2$sPlus d’informations sur les réglages des résultats de recherche%3$s."],"Rank better with synonyms & related keyphrases":["Soyez plus visible avec des synonymes et des variantes de votre requête"],"optimize a single post for synonyms and related keyphrases.":["optimisez une publication pour des synonymes et des variantes de votre requête."],"Synonyms & related keyphrases":["Synonymes et variantes de requête"],"Add related keyphrase":["Ajouter une variante"],"Dismiss %s upgrade notice":["Ignorer l'avis de mise à jour %s"],"Upgrade to %s":["Effectuer la mise à jour à %s"],"%1$s video":["Vidéo de %1$s"],"Get %s":["%s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sRequête déjà utilisée%6$s : Vous avez déjà utilisé cette requête %1$s%2$d fois%3$s. %5$sN’utilisez votre requête qu’une seule fois%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sRequête déjà utilisée%5$s : Vous avez déjà utilisé cette requête %1$sune fois%2$s. %4$sNe l’utilisez pas plus d’une fois%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sRequête déjà utilisée%2$s : Vous n’avez jamais utilisé cette requête, très bien."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sMots d’arrêt dans le slug%3$s : Le slug de cette page contient un mot d’arrêt. %2$sRetirez-le%3$s !","%1$sMots d’arrêt dans le slug%3$s : Le slug de cette page contient des mots d’arrêt. %2$sRetirez-les%3$s !"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug trop long%3$s : Le slug de cette page est un peu trop long. %2$sRaccourcissez-le%3$s !"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sTexte alternatif des images%3$s : Il n’y a pas d’image dans cette page. %2$sAjoutez-en%3$s !"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sAncre avec la requête cible%3$s : Vous faites un lien vers une autre page avec les mots de votre requête. %2$sNe faites pas ça%3$s !"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["C’est très en dessous du minimum recommandé de %5$d mot. %3$sAjoutez plus de contenu%4$s.","C’est très en dessous du minimum recommandé de %5$d mots. %3$sAjoutez plus de contenu%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["C’est en dessous du minimum recommandé de %5$d mot. %3$sAjoutez plus de contenu%4$s.","C’est en dessous du minimum recommandé de %5$d mots. %3$sAjoutez plus de contenu%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLongueur du contenu%4$s : Le contenu a une longueur de %1$d mot.","%2$sLongueur du contenu%4$s : Le contenu a une longueur de %1$d mots."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLongueur du contenu%3$s : Le contenu a une longueur de %1$d mot. Bon travail !","%2$sLongueur du contenu%3$s : Le contenu a une longueur de %1$d mots. Bon travail !"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sRequête en intertitre%3$s : Plus de 75%% de vos intertitres de haut niveau reflètent le sujet de votre contenu. C’est trop. %2$sNe sur-optimisez pas%3$s !"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sLongueur de méta titre%3$s : %2$sVeuillez créer un méta titre%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sLargeur de méta titre%3$s : Le méta titre est plus large que la limite visible. %2$sEssayez de le raccourcir%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sLongueur de méta titre%2$s : Bon travail !"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sLongueur de méta titre%3$s : Le méta titre est trop court. %2$sUtilisez l’espace disponible pour ajouter des variantes ou des appels à l’action%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sLiens externes%2$s : Il y a des liens nofollow et des liens normaux dans cette page. Bon travail !"],"%1$sOutbound links%2$s: Good job!":["%1$sLiens externes%2$s : Bon travail !"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sLiens externes%3$s : Tous les liens externes de cette page sont en nofollow. %2$sAjoutez des liens normaux%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sLiens externes%3$s : Il n’y a pas de lien externe dans cette page. %2$sAjoutez-en%3$s !"],"%1$sMeta description length%2$s: Well done!":["%1$sLongueur de méta description%2$s : Parfait !"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLongueur de méta description%3$s : La méta description fait plus de %4$d caractères. Pour vous assurer qu’elle soit entièrement visible, %2$svous devriez la raccourcir%3$s !"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLongueur de méta description%3$s : La méta description est trop courte (en dessous de %4$d caractères). Vous pouvez aller jusqu’à %5$d caractères, %2$sutilisez cet espace%3$s !"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLongueur de méta description%3$s : Aucune méta description n’a été renseignée. Les moteurs de recherches afficheront du contenu de la page à la place. %2$sAssurez-vous d’en écrire une%3$s !"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sRequête dans la méta description%2$s : La méta description a été renseignée mais elle ne contient pas la requête. %3$sAjoutez-la%4$s !"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sRequête dans la méta description%2$s : La méta description contient la requête %3$s fois, ce qui est supérieur au maximum conseillé de 2 fois. %4$sRéfrénez-vous%5$s !"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sRequête dans la méta description%2$s : La requête ou son synonyme apparaît dans la méta description. Parfait !"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongueur de la requête%5$s : La requête fait %1$d mots. C’est bien plus que le maximum recommandé de %2$d mots. %4$sChoisissez-en une plus courte%5$s !"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongueur de la requête%5$s : La requête fait %1$d mots. C’est au delà du maximum recommandé de %2$d mots. %4$sChoisissez-en une plus courte%5$s !"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLongueur de la requête%2$s : Bon travail !"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongueur de la requête%3$s : Aucune requête cible n’a été définie pour cette page. %2$sRenseignez une requête afin de calculer votre score SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sRequête dans l’introduction%3$s : Votre requête ou ses synonymes n’apparaissent pas dans le premier paragraphe. %2$sAssurez-vous que le sujet soit rapidement évoqué%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sRequête dans l’introduction%3$s : Votre requête ou ses synonymes apparaissent dans le premier paragraphe de la publication mais pas dans la même phrase. %2$sCorrigez ce point%3$s !"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sRequête dans l’introduction%2$s : Parfait !"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sMaillage interne%2$s : Il y a aussi bien des liens internes en nofollow que des liens normaux sur cette page. Bien joué !"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInternal links%2$s: Vous avez suffisamment de liens internes. Bon travail!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sLiens internes%3$s: Les liens internes de cette page sont tous à ''nofollow''. %2$sAjoutez de bons liens internes%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sMaillage interne%3$s : Il n’y a aucun lien interne dans cette page, %2$sassurez-vous d’en ajouter%3$s !"],"%1$sTransition words%2$s: Well done!":["%1$sMots de transition%2$s : Parfait !"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sMots de transition%2$s : Seulement %3$s des phrases contiennent des mots de transition, ce qui n’est pas suffisant. %4$sUtilisez-en plus souvent%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sMots de transition%2$s : Aucune de vos phrases ne contient de mots de transition. %3$sUtilisez-en%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sPas assez de contenu%2$s : %3$sVeuillez ajouter du contenu pour permettre une bonne analyse%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribution des intertitres%2$s : Vous n’utilisez pas d’intertitres mais votre contenu est suffisamment court pour ne pas en mériter."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribution des intertitres%2$s : Vous n’utilisez pas d’intertitres alors que votre contenu est relativement long. %3$sEssayez d’en ajouter%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribution des intertitres%2$s : %3$d section de votre contenu fait plus de %4$d mots et n’est pas séparée par des intertitres. %5$sAjoutez-en pour améliorer la lisibilité%2$s.","%1$sDistribution des intertitres%2$s : %3$d sections de votre contenu font plus de %4$d mots et ne sont pas séparées par des intertitres. %5$sAjoutez-en pour améliorer la lisibilité%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribution des intertitres%2$s : Bon travail !"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLongueur de phrase%2$s : %3$s des phrases contiennent plus de %4$s mots, ce qui est au delà du ratio maximum recommandé de %5$s. %6$sEssayez de raccourcir vos phrases%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLongueur de phrase%2$s : Très bien !"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sPhrases consécutives%2$s : Il y a suffisamment de variété dans vos phrases. C’est super !"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sPhrases consécutives%2$s : Le texte contient %3$d phrases consécutives qui commencent avec le même mot. %5$sAjoutez un peu de variété%2$s !","%1$sPhrases consécutives%2$s : Le texte contient %4$d instances dans lesquelles %3$d phrases consécutives ou plus commencent avec le même mot. %5$sAjoutez un peu de variété%2$s !"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVoix passive%2$s : %3$s des phrases sont à la forme passive, ce qui est au delà du ratio maximum recommandé de %4$s. %5$sPassez plutôt à la voix active%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVoix passive%2$s : Vous utilisez suffisamment la voix active. C’est super !"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLongueur des paragraphes%2$s : %3$d des paragraphes font plus du maximum recommandé de %4$d mots. %5$sRaccourcissez vos paragraphes%2$s !","%1$sLongueur des paragraphes%2$s : %3$d des paragraphes font plus du maximum recommandé de %4$d mots. %5$sRaccourcissez vos paragraphes%2$s !"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLongueur des paragraphes%2$s : Aucun de vos paragraphes n’est trop long. Bon travail !"],"Good job!":["Bon travail !"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sTest de lisibilité Flesch%2$s : Votre contenu obtient %3$s au test, ce qui est considéré comme %4$s à lire. %5$s%6$s%7$s"],"Focus keyphrase":["Requête cible"],"%1$s with ID %2$s couldn't be patched":["%1$s avec l’ID %2$s ne peut pas être réparé"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Requête POST non valide. Les valeurs de métadonnées existent déjà pour l’objet avec l’ID %1$s."],"Indexable with ID `%1$s` does not exist":["L’objet indexable dont l’ID est `%1$s` n’existe pas"],"No object with ID %1$s and %2$s could be found":["Aucun objet avec l’ID %1$s et %2$s n’a pu être trouvé"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` n’est pas un sous-type valide de `%2$s`"],"The object type `%1$s` is invalid":["Le type d’objet `%1$s` n’est pas valide"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Le type non valide `%1$s` pour le paramètre a été accepté. `%2$s` était attendu mais `%3$s` a été reçu"],"The parameter `%1$s` cannot be empty.":["Le paramètre `%1$s` ne peut pas être vide."],"Check Keyphrase Density":["Vérifier la densité de requête"],"Disable":["Désactiver"],"Allow Control":["Autoriser le contrôle"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Cet onglet vous permet de désactiver certaines fonctionnalités de %s pour tous les sites du réseau. Par défaut, toutes les fonctionnalités sont activées, ce qui permet aux administrateurs de choisir lesquelles ils veulent activer/désactiver pour leur site. Lorsque vous désactivez une fonctionnalité ici, les administrateurs des sites ne pourront plus l’utiliser du tout."],"%s is a required feature toggle argument.":["%s est un argument d’activation de fonctionnalité obligatoire."],"Keyphrase:":["Requête :"],"Remove keyphrase":["Retirer la requête"],"This feature has been disabled by the network admin.":["Cette fonctionnalité a été désactivée par l’administrateur du réseau."],"Focus keyphrase not set.":["Requête cible non définie."],"Multiple keyphrases":["Plusieurs requêtes cibles"],"Colon":["Deux-points"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s et %2$s gèrent tous les deux le référencement de votre site. En ayant deux solutions concurrentes, vous pourriez créer des conflits au détriment de votre visibilité."],"There is a new notification.":["Il y a une nouvelle notification.","Il y a des nouvelles notifications."],"Learn more about the readability analysis":["Apprenez-en plus sur l’analyse de lisibilité"],"Describe the duration of the instruction:":["Saisissez la durée de cette instruction :"],"Optional. Customize how you want to describe the duration of the instruction":["Optionnel. Personnalisez comment vous voulez décrire cette durée."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Ceci est une liste de contenus liés vers lesquels vous pourriez faire des liens dans cette publication. {{a}}Lisez notre article sur la structure des sites{{/a}} pour en apprendre plus sur l’intérêt des liens internes pour votre référencement."],"%s, %s and %s":["%s, %s et %s"],"%s and %s":["%s et %s"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d heure","%d heures"],"%d day":["%d jour","%d jours"],"Enter a step title":["Donnez un titre à cette étape"],"Optional. This can give you better control over the styling of the steps.":["Facultatif. Cela vous donne plus de contrôle sur le style des étapes."],"CSS class(es) to apply to the steps":["Classe(s) CSS à appliquer aux étapes"],"minutes":["minutes"],"hours":["heures"],"days":["jours"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Créez un tutoriel optimisé pour le référencement. Vous ne pouvez utiliser qu’un seul bloc Tutoriel par publication."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Créez une FAQ optimisée pour le référencement. Vous ne pouvez utiliser qu’un seul bloc FAQ par publication."],"Copy error":["Erreur de copie"],"An error occurred loading the %s primary taxonomy picker.":["Une erreur est survenue pendant le chargement du sélecteur de taxonomie principale de %s."],"%1$s Structured Data Blocks":["Blocs de données structurées de %1$s "],"Time needed:":["Temps nécessaire :"],"Move question down":["Descendre la question"],"Move question up":["Monter la question"],"Insert question":["Insérer une question"],"Delete question":["Effacer la question"],"Enter the answer to the question":["Saisissez la réponse à la question"],"Enter a question":["Saisissez une question"],"Add question":["Ajouter une question"],"Frequently Asked Questions":["Foire aux questions"],"Great news: you can, with %s!":["Bonne nouvelle : vous le pouvez avec %s !"],"Select the primary %s":["Choisissez la %s principale"],"Check links to this URL":["Vérifier les liens vers cette URL"],"Keyword research training":["Formation à la recherche de mots-clés"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Veuillez vérifier le %1$smodèle d’archive%2$s pour le type de publication suivant : %3$s.","Veuillez vérifier les %1$smodèles d’archive%2$s pour les types de publication suivants : %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Essayez-vous d’utiliser plusieurs requêtes? Vous devriez les ajouter ci-dessous séparément."],"Mark as cornerstone content":["Marquer comme contenu Cornerstone"],"Move step down":["Faire descendre l’étape"],"Move step up":["Faire monter l’étape"],"Insert step":["Insérer une étape"],"Delete step":["Effacer l’étape"],"Add image":["Ajouter une image"],"Enter a step description":["Saisissez une description d’étape"],"Enter a description":["Saisissez une description"],"Unordered list":["Liste non-ordonnée"],"Showing step items as an ordered list.":["Affichage des étapes comme une liste ordonnée."],"Showing step items as an unordered list":["Affichage des étapes comme une liste non-ordonnée."],"Add step":["Ajouter une étape "],"Delete total time":["Effacer le temps total "],"Add total time":["Ajouter le temps total"],"How to":["Comment"],"How-to":["Comment"],"Snippet Preview":["Prévisualisation de l’extrait"],"Analysis results":["Résultats de l’analyse"],"Enter a focus keyphrase to calculate the SEO score":["Saisissez un mot-clé principal pour calculer votre pointage SEO"],"Learn more about Cornerstone Content.":["En savoir plus sur les contenus Cornerstone."],"Cornerstone content should be the most important and extensive articles on your site.":["Les contenus Cornerstone devraient être les publications les plus importantes et les plus longues de votre site. "],"Restore Site":["Restaurer le site"],"Network Settings":["Réglages du réseau"],"You are not allowed to perform this action.":["Vous n’avez pas les droits suffisants pour faire cette action."],"Error: %s":["Erreur : %s"],"Success: %s":["Succès : %s"],"Site with ID %d not found.":["Le site avec l’ID %d est introuvable."],"No site has been selected to restore.":["Aucun site n’a été sélectionné pour la restauration."],"You are not allowed to modify unregistered network settings.":["Vous n’avez pas les droits suffisants pour modifier les réglages d’un réseau non-enregistré."],"deleted":["supprimé"],"Would you like to add another keyphrase?":["Souhaitez-vous ajouter un autre mot-clé?"],"image preview":["Prévisualisation de l'image"],"Copied!":["Copié!"],"Not supported!":["Non supporté!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lire {{a}}notre article sur la structure d'un site{{/a}} pour en apprendre plus sur comment les liens internes peuvent améliorer le référencement naturel."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Quand vous aurez plus de matériel, nous vous donnerons ici une liste de contenus suggérés que vous pourrez lier à votre article."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Envisager un lien vers ces {{a}}articles incontournables{{/a}}"],"Consider linking to these articles:":["Envisager des liens vers ces articles"],"Copy link":["Copier le lien"],"Copy link to suggested article: %s":["Copier le lien vers l'article suggéré: %s"],"The site's tagline":["Slogan du site"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Nous avons récemment amélioré les réglages SEO. Malheureusement, nous avons découvert que dans certains cas, l’enregistrement des réglages pour certains types de publications personnalisés pouvait ne plus fonctionner correctement."],"Not all required fields are given. Missing field %1$s":["Tous les champs requis ne sont pas remplis. Champs %1$s vide"],"Optimize your site for Google News.":["Optimisez votre pour Google News."],"Optimize your shop's SEO and sell more products!":["Optimisez le référencement de votre boutique en ligne et vendez plus de produits!"],"Be found in Google Video search and enhance your video sharing on social media.":["Soyez visible dans la recherche vidéo de Google et boostez vos partages sociaux. "],"Be found in Google Maps and local results.":["Soyez visible dans la recherche vidéo de Google et boostez vos partages sociaux. "],"Learn practical SEO skills to rank higher in Google.":["Apprenez des tactiques de référencement pour être plus visible dans Google."],"Don’t waste time figuring out the best settings yourself.":["Ne perdez pas de temps à deviner les meilleurs réglages par vous-même."],"Get quick wins to make your site rank higher in search engines.":["Devenez plus visible dans les résultats de recherche en quelques actions."],"Add synonyms":["Ajouter des synonymes "],"Would you like to add keyphrase synonyms?":["Voulez-vous ajouter des mots-clés synonymes?"],"Would you like to add more than one keyphrase?":["Voulez-vous ajouter plus d'un mot-clé?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Vous pouvez éditer les métadonnées SEO de cette page dans les réglages de la %1$spage Boutique%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Vous n’avez pas défini de page « Boutique » dans vos réglages WooCommerce. Veuillez le faire dans un premier temps."],"Current year":["Année en cours"],"Page":["Page"],"Breadcrumb settings for %s archive":["Réglages du fil d’Ariane pour les archives des %s "],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Modifiez votre méta description directement ici"],"description (custom taxonomy)":["description (taxonomie personnalisée)"],"(custom taxonomy)":[" \t(taxonomie personnalisée) "],"(custom field)":["(champ personnalisé) "],"Term404":["Phrase404"],"Caption":["Légende"],"Pagenumber":["Numéropage"],"Pagetotal":["Nombrepages"],"Page number":["Numéro de page"],"User description":["Description de l’utilisateur"],"ID":["ID"],"Modified":["Modifié"],"Post type (plural)":["Types de publication (au pluriel)"],"Post type (singular)":["Type de publication (au singulier)"],"Separator":["Séparateur"],"Search phrase":["Phrase de recherche"],"Term title":["Titre de l’élément"],"Term description":["Description de l’élément"],"Tag description":["Étiquette du contenu"],"Category description":["Description de la catégorie "],"Primary category":["Catégorie principale"],"Category":["Catégorie "],"Tag":["Étiquette"],"Excerpt only":["Extrait seulement"],"Excerpt":["Extrait"],"Site title":["Titre du site"],"Archive title":["Titre de l’archive "],"Parent title":["Titre parent"],"Date":["Date"],"Label":["Libellé"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Vous devriez créer une redirection pour vous assurer que les visiteurs n’obtiennent pas une erreur 404 lorsqu’ils cliquent sur des URL cassées. "],"Search engines and other websites can still send traffic to your deleted post.":["Les moteurs de recherche et d’autres sites peuvent continuer à envoyer du trafic à votre publication effacée."],"Make sure you don't miss out on traffic!":["Assurez-vous de ne pas perdre de trafic!"],"You just deleted a %1$s.":["Vous venez de supprimer un·e %1$s."],"You just trashed a %1$s.":["Vous venez de mettre un·e %1$s à la corbeille."],"Settings for %s archive":["Réglages pour les archives des %s"],"Settings for single %s URLs":["Réglages pour les URL de %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Les réglages sur cette page vous permettent de définir l’apparence par défaut de vos contenus dans les résultats de recherche. Vous pouvez choisir quels types de contenus seront indexés et comment doit être construite leur description par défaut."],"Note that not all variables can be used in every field.":["Sachez que toutes les variables ne peuvent pas être utilisées dans tous les champs."],"Snippet variables":["Variables d’extrait"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s protège votre vie privée. Consultez notre %2$spolitique de confidentialité%3$s pour comprendre comment nous traitons vos données personnelles. "],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Si vous savez ce que cela signifie et que vous ne souhaitez plus voir ce message, vous pouvez %1$sle masquer%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Vos réglages permettent aux URL des fichiers joints d’exister. Veuillez consulter %1$scet article au sujet du problème que cela peut poser%2$s et vérifiez vos réglages ensuite. "],"Unknown type %1$s":["Type inconnu %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Comprend un compte MyYoast gratuit qui vous donner accès à notre formation \"SEO for Beginners\"!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Inscrivez-vous à notre newsletter si vous souhaitez rester à jour sur %1$s, d'autres extensions de %2$s, des actualités et des astuces du monde du référencement naturel."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Récupérez votre code de vérification Baidu dans %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Code de vérification Baidu "],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["L’importateur %s utilise des tables temporaires de base de données. Il semblerait que votre installation WordPress ne le permette pas. Veuillez solliciter votre hébergeur."],"Cleanup of %s data failed.":["Le nettoyage des données de %s a échoué. "],"Content Type":["Type de contenu"],"Filter by content type":["Filtrer par type de contenu"],"Show All Content Types":["Afficher tous les types de contenu"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Pour régler ce problème, décochez la case de « Diviser les commentaires en pages… » dans %1$sles réglages de Discussion%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Remplacé avec un titre d’archive normal généré par WordPress"],"Clean":["Propre"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Une fois que vous avez la certitude que votre site est OK, vous pouvez le nettoyer. Cela retirera toutes les données antérieures."],"Step 5: Clean up":["Étape 5 : Nettoyez"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Vous devriez lancer l’assistant de configuration depuis SEO → Réglages généraux → Tableau de bord, pour vous assurer que tous les réglages sont corrects. "],"Step 4: Run the configuration wizard":["Étape 4 : Lancez l’assistant de configuration"],"Please check your posts and pages and see if the metadata was successfully imported.":["Veuillez vérifier que les métadonnées de vos articles et pages soient bien importés."],"Step 3: Check your data":["Étape 3 : Vérifiez vos données"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Étape 2 : Importez"],"Please make a backup of your database before starting this process.":["Veuillez faire une sauvegarde de votre base de données avant de lancer ce processus."],"Step 1: Create a backup":["Étape 1 : Sauvegardez"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Nous avons détecté que vous utilisez une ou plusieurs extensions SEO sur votre site. Veuillez suivre les étapes suivantes pour en importer les données :"],"Plugin: ":["Extension : "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Articles qui devraient apparaître dans les résultats de recherche"],"%s data found.":["%s données trouvées."],"%s data successfully removed.":["Données de %s supprimées avec succès. "],"%s data successfully imported.":["Données de %s importées avec succès. "],"%s data not found.":["%s données introuvables. "],"Improve your SEO skills":["Améliorez vos compétences en référencement"],"24/7 email support":["Support par courriel 24/7 "],"No more dead links a.k.a. 404 pages":["Plus de liens morts (ou pages 404)"],"Get real-time suggestions for internal links":["Recevez des suggestions en temps réel sur votre maillage interne"],"Preview your page in Facebook and Twitter":["Prévisualisez votre page dans Facebook et Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Cliquez sur le bouton \"%3$s\" pour utiliser la méta description définie dans les %1$sréglages SEO de la page d’accueil%2$s. "],"Help on copying the home meta description":["Aide pour copier la méta description de la page d’accueil"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Pour permettre aux moteurs de recherche de savoir quels profils sociaux sont associés à ce site, renseignez les données sociales ci-dessous."],"Learn more about your social profiles settings":["En savoir plus au sujet des réglages des profils sociaux"],"Remove the categories prefix":["Retirer le préfixe des catégories"],"Help on the category prefix setting":["Aide sur le réglage de préfixe de catégorie"],"Learn more about the available variables":["En savoir plus sur les variables disponibles"],"Learn more about the RSS feed setting":["En savoir plus sur les réglages de flux RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Lorsque vous téléversez un média dans WordPress (une image ou une vidéo par exemple), il crée également une URL de fichier joint. Ces pages sont relativement vides : elles contiennent le média et éventuellement un titre si vous en avez renseigné un. C'est pour cette raison que si vous n'utilisez pas les fichiers joints, il vaut mieux les désactiver et les rediriger vers les médias."],"Learn more about the Media and attachment URLs setting":["En savoir plus sur les réglages des URL de médias et fichiers joints"],"Learn more about the title separator setting":["En savoir plus sur le réglage du séparateur de titre"],"Learn more about the knowledge graph setting":["En savoir plus sur le réglage du graphique de connaissances"],"Learn more about the homepage setting":["En savoir plus sur le réglage de page d’accueil"],"Learn more about the special pages setting":["En savoir plus sur le réglage des pages spéciales"],"Help on the date archives search results setting":["Aide sur le réglage des résultats de recherche pour les archives de date"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Ne pas afficher les archives d’auteurs sans publication dans les résultats de recherche implique qu’elles auront une consigne %1$s et seront exclues des plans de site XML. %2$sPlus d’informations sur les réglages de résultats de recherche%3$s."],"Help on the authors without posts archive search results setting":["Aide sur le réglage des résultats de recherche pour les archives des auteurs sans publication"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Ne pas afficher les archives d’auteurs dans les résultats de recherche implique qu’elles auront une consigne %1$s et seront exclues des plans de site XML. %2$sPlus d’informations sur les réglages de résultats de recherche%3$s."],"Help on the author archives search results setting":["Aide sur le réglage des résultats de recherche pour les archives d’auteurs"],"Archives settings help":["Aide sur les réglages d’archives "],"Learn more about the archives setting":["Aide sur les réglages d’archives"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Récupérez votre code de vérification Yandex dans %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Code de vérification Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Récupérez votre code de vérification Google dans %1$sGoogle Search Console%2$s."],"Google verification code":["Code de vérification Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Récupérez votre code de vérification Bing dans %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Code de vérification Bing "],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Vous pouvez utiliser les champs ci-dessous pour vérifier votre auprès des différents moteurs de recherche. Cette fonctionnalité ajoutera une métadonnée de vérification sur votre page d’accueil. Cliquez sur les liens des différents outils pour webmasters et utilisez les options de vérification par métadonnées pour obtenir votre code. Si votre site est déjà validé, vous pouvez oublier ces réglages."],"Learn more about the Webmaster Tools verification":["En savoir plus sur la vérification par les moteurs de recherche"],"On":["Activé"],"Help on: %s":["Aide sur : %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s propose de nombreuses fonctionnalités. Vous pouvez en activer/désactiver certaines ci-dessous. En cliquant sur le point d’interrogation, vous obtiendrez plus d’informations à leur sujet. "],"Off":["Désactivé"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["La section avancée de l’encart de métadonnées de %1$s permet aux utilisateurs de désindexer une publication ou d’en changer le lien canonique. Ce sont des manipulations qu’il ne vaut mieux pas laisser à la portée de tous les auteurs. C‘est pourquoi, par défaut, seuls les éditeurs et les administrateurs peuvent le faire. Régler à « %2$s » permet à tous les utilisateurs de modifier ces réglages."],"Security: no advanced settings for authors":["Sécurité : pas de réglages avancés pour les auteurs"],"See who contributed to %1$s.":["Voir qui a contribué à %1$s."],"Help on this search results setting":["Aide sur les réglages de résultats de recherche"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Ne pas afficher les archives des %1$s dans les résultats de recherche implique qu'elles auront une consigne %2$s et seront exclues des plans de site XML. %3$sPlus d'informations sur les réglages de résultats de recherche%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Ne pas afficher les %1$s dans les résultats de recherche implique qu'ils ou elles auront une consigne %2$s et seront exclu·es des plans de site XML. %3$sPlus d'informations sur les réglages de résultats de recherche%4$s."],"Check SEO configuration":["Vérifier la configuration SEO "],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Vous souhaitez vérifier que vos réglages de %1$s sont toujours bons ? %2$sOuvrez l'assistant de configuration%3$s pour le déterminer."],"Default for %2$s, currently: %1$s":["Réglages par défaut pour %2$s, actuellement : %1$s "],"Show %s in search results?":["Afficher les %s dans les résultats de recherche?"],"this author's archives":["archives de cet auteur"],"Do not allow search engines to show %s in search results.":["Empêcher les moteurs de recherche d’afficher %s dans les résultats de recherche."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Les URL de catégorie contiennent un préfixe dans WordPress tel que %s. Cette fonctionnalité le retire mais seulement pour les catégories. "],"Category URLs":["URL des catégories "],"the archive for %s":["l'archive des %s"],"Redirect attachment URLs to the attachment itself?":["Rediriger les URL des fichiers joints aux médias?"],"We recommend you set this to Yes.":["Nous vous recommandons de sélectionner \"Oui\"."],"Media & attachment URLs":["URL de médias et fichiers joints"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["C'est ce qui apparaît dans les résultats de recherche lorsque les internautes trouvent votre page d'accueil. Cela signifie qu'ils vous recherchaient probablement au travers du nom de votre marque."],"date archives":["archives de date "],"archives for authors without posts":["archives d’auteurs sans publication "],"Read why XML Sitemaps are important for your site.":["Découvrez pourquoi les plans de site XML sont importants pour votre site."],"Enable the XML sitemaps that %s generates.":["Activer les plans de site générés par %s."],"See the XML sitemap.":["Voir le plan de site XML."],"%2$s (current default for %1$s)":["%2$s (réglage par défaut pour les %1$s) "],"Media":["Médias"],"Content Types":["Type de contenu "],"Should search engines follow links on this %1$s?":["Les moteurs de recherche doivent-ils suivre les liens sur le contenu %1$s?"],"Allow search engines to show this %s in search results?":["Autoriser les moteurs de recherche à afficher le contenu %s dans les résultats de recherche? "],"Search Appearance":["Réglages SEO"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Veuillez spécifier quel types de publications vous souhaiteriez voir apparaître \ndans les résultats de recherche.\nSi vous ne savez pas le déterminer, il vaut mieux mieux choisir \nles réglages par défaut."],"Search engines should show \"%1$s\" in search results:":["Les moteurs de recherche devraient afficher les %1$s dans les résultats de recherche :"],"Search engine visibility":["Visibilité dans les moteurs de recherche"],"Toggle %1$s's XML Sitemap":["Activer le plan de site XML de %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Les demandes de supports crées ici sont directement envoyés à notre outil de support qui est sécurisé avec un certificat SSL 256 bit afin que nos communications soient sécurisées."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La fonctionnalité des contenus Cornerstone vous permets de distinguer et filtrer les contenus les plus importants de votre site."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si vous avez un problème qui n'est pas résolu grâce à nos tutoriels vidéo ou notre base de connaissances, vous pouvez envoyer un message à notre support. Ils peuvent être contactés 24/7."],"Good results":["Déjà optimisé"],"Get better search results in local search":["Obtenez de meilleurs résultats locaux"],"Allow customers to pick up their %s order locally":["Permet à vos clients de récupérer leur commandes %s sur place. "],"SEO analysis":["Analyse SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["L'analyse SEO propose des suggestions pour améliorer le référencement de votre texte."],"Learn how the SEO analysis can help you rank.":["Découvrez comment l'analyse SEO peut améliorer votre référencement."],"The readability analysis offers suggestions to improve the structure and style of your text.":["L'analyse de lisibilité propose des suggestions pour améliorer la structure et le style de votre texte."],"Discover why readability is important for SEO.":["Découvrez pourquoi la lisibilité est importante pour le SEO."],"Find out how cornerstone content can help you improve your site structure.":["Découvrez comment les contenus Cornerstone peuvent améliorer votre structure de site."],"The text link counter helps you improve your site structure.":["Le compteur de liens vous aide à améliorer la structure de votre site."],"Find out how the text link counter can enhance your SEO.":["Découvrez comment le compteur de liens peut améliorer votre SEO."],"%s integration":["Intégration de %s "],"Read more about how %s works.":["Découvrez comment %s fonctionne."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activez cette fonctionnalité si vous voulez que Facebook et d'autres réseaux sociaux affichent un extrait avec images lorsque votre site est partagé."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activez cette fonctionnalité si vous voulez que Twitter affiche un extrait avec images lorsque votre site est partagé."],"Find out why you should upgrade to %s":["Découvrez pourquoi vous devriez passer à %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Derniers articles sur %1$s"],"Need help?":["Besoin d'aide?"],"Remove highlight from the text":["Retirer le surlignement du texte"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Optimisez rapidement votre référencement avec %2$sl'assistant de configuration%3$s de %1$s!"],"First-time SEO configuration":["Première configuration SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["La langue de votre site est réglée à {language}. Si ce n’est pas approprié, contactez l’administrateur de votre site. "],"Your site language is set to {language}.":["Votre site est réglé en {language}. "],"Highlight this result in the text":["Surligner ce résultat dans le texte"],"Considerations":["Considérations "],"Errors":["Erreurs"],"Change language":["Changer de langue"],"You cannot create a %s file.":["Vous ne pouvez pas créer de fichier %s."],"You cannot edit the %s file.":["Vous ne pouvez pas modifier le fichier %s."],"Updated %s":["%s mis à jour"],"Create %s file":["Créer le fichier %s "],"Edit the content of your %s:":["Modifiez le contenu de votre %s :"],"Save changes to %s":["Enregistrer les changements de %s"],"%s file":["fichier %s "],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s et %2$s peuvent encore mieux fonctionner ensemble en ajoutant une extension complémentaire. Veuillez installer %3$s pour vous faciliter la vie. %4$s. "],"More information":["Plus d'informations"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s et %2$s peuvent encore mieux fonctionner ensemble en ajoutant une extension complémentaire. Veuillez activer %3$s pour vous faciliter la vie. "],"More information about %1$s":["Plus d'informations au sujet de %1$s"],"Configuration Wizard":["Assistant de configuration "],"You've done it!":["Vous avez réussi!"],"Seamlessly integrate %1$s into your AMP pages!":["Intègre facilement %1$s à vos pages AMP!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Intègre facilement %1$s à %2$s pour l'analyse de contenu!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s et %2$s peuvent encore mieux fonctionner ensemble en ajoutant une extension complémentaire. Veuillez installer %3$s pour vous faciliter la vie. "],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Les réglages SEO de %1$s sont composés de variables qui sont remplacées par les valeurs des pages en question. Le tableau ci-dessous donne la liste des variables disponibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marquez les contenus les plus importants des %1$s comme \"contenus Cornerstone\" pour améliorer la structure de votre site. %2$sEn savoir plus sur les contenus Cornerstone (en anglais)%3$s."],"Loading help center.":["Chargement du centre d'aide."],"Get support":["Obtenez de l'assistance"],"(Opens in a new browser tab)":["(S’ouvre dans un nouvel onglet) "],"Posts %1$swithout%2$s a focus keyphrase":["Articles %1$ssans%2$s mot-clé principal"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, votre SEO se porte plutôt bien! Regardez les statistiques :"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Vous n'avez pas encore publié d'articles, vos scores SEO apparaîtront une fois que vous l'aurez fait!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Sur cette page, vous pouvez changer le nom de votre site et choisir\nle séparateur à utiliser. Ce dernier apparaîtra, par exemple, entre \nvotre titre de publication et le nom de votre site. Les symboles sont affichés \ndans la taille qu'ils auront dans les résultats de recherche. Choisissez-en\nun qui colle à votre marque ou qui prend le moins de place dans l'extrait."],"Something else":["Quelque chose d'autre"],"A portfolio":["Un portefeuille"],"A corporation":["Une compagnie"],"A small offline business":["Une petite entreprise « hors-ligne » "],"A news channel":["Une chaîne d’information "],"An online shop":["Une boutique en ligne "],"A blog":["Un blogue"],"What does the site %1$s represent?":["Que représente le site %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Si vous choisissez « Désactivé », vos archives d'auteur seront désactivées\npour éviter de générer du contenu dupliqué."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Remarque : Nous ne conservons aucune de vos données et nous n'avons pas accès \nà votre compte. Votre vie privée nous tient à cœur."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s s’intègre à Google Search Console, un outil indispensable pour les webmestres. Il vous permet d’obtenir des informations sur la santé de votre site. Vous n’avez pas encore de compte Google ou votre site n’est pas encore activé? %2$sDécouvrez comment lier Google Search Console à votre site.%3$s "],"Option B: My site is under construction and should not be indexed":["Option B : Mon site est en construction et ne devrait pas être indexé."],"Option A: My site is live and ready to be indexed":["Option A : Mon site est en live et prêt à être indexé."],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Choisissez \"en construction\" si vous souhaitez que votre site ne soit pas indexé par les moteurs de recherche. N’oubliez pas de changer le réglage une fois que votre site est prêt à être publié. "],"Please specify if your site is under construction or already active.":["Veuillez préciser si votre site est en construction ou déjà en ligne."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Cette information sera utilisée dans les cartes du Knowledge Graph de Google, \nle grand bloc d'informations que vous voyez à droite des résultats de recherche."],"Read more like this on our SEO blog":["Lisez plus d'informations comme celle-ci sur notre blog SEO"],"Readability: %s":[""],"Not activated":["Pas activé"],"Activated":["Activé"],"%1$s recommendations for you":["%1$s recommandations pour vous "],"All Readability Scores":["Tous les pointages de lisibilité "],"Filter by Readability Score":["Filtrer par pointage de lisibilité"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Vous ne recevez ni mises à jour, ni support ! Réglez ce problème en ajoutant ce site et activez %1$s pour ce domaine dans %2$s."],"Request method %1$s is not valid.":["La méthode de requête %1$s n'est pas valide."],"Muted notifications:":["Notifications masquées :"],"Muted problems:":["Problèmes masqués :"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Souhaitez-vous voir ce à quoi ressemblera le partage de cette publication sur %1$s ? Vous le pouvez, avec %2$s."],"Good job! All the links in your texts have been counted.":["Beau travail! Tous les liens dans vos textes ont été comptés."],"Calculation completed.":["Calcul terminé. "],"Calculation in progress...":["Calcul en cours… "],"Stop counting":["Calcul terminé."],"Counting links in your texts":["Comptage les liens dans vos textes "],"Text %1$s of %2$s processed.":["%1$s texte sur %2$s fait."],"All your texts are already counted, there is no need to count them again.":["Tous vos textes sont déjà comptés, ce n’est pas nécessaire de les compter à nouveau. "],"Count links in your texts":["Compter les liens dans vos textes "],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Les liens dans tous vos textes publics doivent être comptés. Cela fournira des informations sur les textes qui nécessiteraient d'avoir plus de liens vers eux. Si vous souhaitez en savoir plus sur la façon d'utiliser les liens internes, consultez %1$s à propos des liens internes sur %2$s%3$s."],"Text link counter":["Compteur de lien textuel"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Nombre de liens internes vers cette publication. Voir le texte \"Colonnes Yoast\" dans l'onglet aide pour plus d'info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Nombre de liens internes dans cette publication. Voir \"Colonnes Yoast\" dans l'onglet Aide pour plus d'info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s ajoute plusieurs colonnes à cette page. Nous avons écrit un article expliquant %2$scomment utiliser les pointages SEO et de lisibilité%3$s. La colonne des liens affiche le nombre de contenus sur ce site faisant des liens %5$svers%6$s ce contenu et le nombre d’URL visées %5$spar%6$s ce contenu. Apprenez-en plus sur %4$sl’utilisation de ces fonctionnalités et l’amélioration de votre maillage interne%3$s, ce qui améliore fortement votre référencement naturel."],"%s Columns":["Colonnes %s"],"Readability score":["Pointage de lisibilité"],"Other benefits of %s for you:":["Autres bénéfices de %s pour vous :"],"Scroll to see the preview content.":["Faire défiler pour voir l’aperçu du contenu."],"Cornerstone content":["Contenu Cornerstone"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s va maintenant prendre en charge l’optimisation technique nécessaire pour votre site. Pour vraiment améliorer sa performance dans les résultats de recherche, il est important de créer des contenus qui correspondent réellement aux requêtes qui vous intéressent. Visionnez cette vidéo pour savoir comment utiliser le gestionnaire de métadonnées de %1$s quand vous modifiez des articles ou des pages."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Si vous souhaitez dépasser la concurrence dans une ville ou une région spécifique, intéressez vous à notre extension %1$s ! Vous pourrez facilement insérer des cartes Google, les heures d’ouverture, des informations de contact et un localisateur de magasin. %1$s vous aide à améliorer la convivialité de votre page de contact."],"Attract more customers near you":["Attirez plus de consommateurs près de chez vous"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Voulez-vous tout connaître en ce qui concerne %1$s ? Voulez-vous tout apprendre sur nos réglages avancés/%postname%/.":["Vous n’avez pas le nom de l’article dans l’URL de vos articles et pages. Il est fortement recommandé de l’avoir. Il est suggéré d’ajuster la structure de vos permaliens pour /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Fils d’Ariane"],"or":["ou"],"Save Profile":["Enregistrer le profil"],"There were no profiles found":["Aucun profil n’a été trouvé. "],"Profile":["Profil"],"Current profile":["Profil actuel"],"Authenticate":["S’authentifier"],"Get Google Authorization Code":["Obtenir un Code d’Autorisation Google"],"Reload crawl issues":["Recharger les problèmes d’exploration"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Pour pouvoir créer une redirection et régler ce problème, vous avez besoin de %1$s. Vous pouvez acheter l’extension, incluant un an de support et de mises à jour, sur %2$s."],"Creating redirects is a %s feature":["la création de redirection est une fonctionnalité de %s."],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Les erreurs qui se sont produites lors de l’exploration du Googlebot pour les téléphones portables (les erreurs n’apparaissent pas dans les desktops)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Les erreurs qui se sont produites lors de l’exploration du Googlebot (les erreurs n’apparaissent pas pour les desktops)."],"Errors that occurred when your site was crawled by Googlebot.":["Les erreurs qui se sont produites lors de l’exploration du Googlebot."],"Issue categories":["Catégories de problème"],"Incorrect Google Authorization Code.":["Code d’autorisation de Google incorrect."],"The issues have been successfully reloaded!":["Les problèmes ont bien été rechargés !"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["La %1$s a été supprimée. Vous devrez vous réauthentifier si vous voulez retrouvez vos données."],"Crawl errors per page":["Erreurs d’exploration par page"],"Search":["Rechercher"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Ne ratez pas vos erreurs d’exploration : %1$sconnectez-vous avec votre Google Search Console ici%2$s."],"Create redirect":["Créer une redirection"],"Mark as fixed":["Marquer comme réglé"],"Response code":["Code de réponse"],"First detected":["Premier détecté"],"Last crawled":["Dernière exploration"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s a détecté que vous utiliser une version de %2$s qui est incompatible avec %1$s. Veuillez mettre à jour %2$s pour utiliser cette fonctionnalité."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Les extensions de Yoast partagent du code entre elles pour les rendre plus rapide. Cela suppose qu’elles soient toutes à jour. Nous avons détecté que ce n’est pas le cas, donc veuillez mettre à jour toutes les extensions de Yoast qui ne le sont pas."],"Feature phone":["Fonction téléphone"],"Smartphone":["Smartphone"],"Desktop":["Ordinateur"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["L’URL cible n’existe pas mais le serveur ne retourne pas d’erreur 404 (fichier non trouvé)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Le temps de la demande est écoulé ou le site bloque Google."],"Server Error":["Erreur serveur"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Le Googlebot pourrait accéder à votre site, mais l’accès à certaines adresses est bloqué dans votre %1$s. Ce blocage pourrait être pour tous les Googlebot ou uniquement pour le Googlebot-mobile."],"Blocked":["Bloqué"],"Google was unable to crawl this URL due to an undetermined issue.":["Google n’a pas pu exploré cette adresse en raison d’un problème indéterminé."],"URL points to a non-existent page.":["L’adresse pointe vers une page inexistante."],"Not found":["Non trouvé"],"Not followed":["Non suivi"],"Faulty redirects":["Redirections défectueuses"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Le serveur nécessite une authentification ou bloque l’accès au site au Googlebot."],"Access denied":["Accès refusé"],"Deactivate %s":["Désactiver %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["L’extension %1$s pourrait provoquer des problèmes si utiliser en conjonction avec %2$s."],"Upload Image":["Mettre en ligne une image"],"Remove these ads?":["Supprimer les publicités"],"%s Posts Overview":["Vue d’ensemble des articles de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Le titre est utilisé dans les fils d’Ariane où cette taxinomie apparait."],"Breadcrumbs title":["Titre du fil d’Ariane"],"The canonical link is shown on the archive page for this term.":["Le lien canonique s’affiche sur la page d’archive pour ce terme."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest "],"Other":["Autres"],"Archives":["Archives"],"Email":["E-mail"],"Close":["Fermer"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s et %2$s peuvent tous les deux créer des plans de site XML. En avoir deux n’est pas recommandé pour les moteurs de recherche et pourrait même ralentir votre site."],"Configure %1$s's Open Graph settings":["Configurer les réglages de l’OpenGraph de %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["%1$s et %2$s créent des métadonnées OpenGraph, ce qui pourrait faire que Facebook, Twitter, LinkedIn et d’autres réseaux sociaux utilisent de mauvais textes et de mauvaises images lorsque vos pages sont partagées."],"%s Image":["%s Image"],"%s Description":["%s Description"],"%s Title":["%s Titre"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["La taille d’image recommandée pour %1$s est de %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Si vous voulez remplacer l’image utilisée pour cette publication sur %s, téléversez/choisissez une image ici."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si vous ne souhaitez pas utiliser la méta description pour partager l’article sur %s mais voulez une autre description, inscrivez-la ici."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si vous ne souhaitez pas utiliser le titre de l’article sur %s mais voulez au contraire un autre titre, enregistrez-le ici."],"very difficult":["très difficile"],"Try to make shorter sentences, using less difficult words to improve readability":["Essayez de faire des phrases plus courtes, en utilisant des mots moins compliqués afin d’améliorer la lisibilité"],"difficult":["difficile"],"Try to make shorter sentences to improve readability":["Essayez de faire des phrases plus courtes pour améliorer la lisibilité"],"fairly difficult":["assez difficile"],"OK":["OK"],"fairly easy":["assez facile"],"easy":["facile"],"very easy":["très facile"],"Meta Desc.":["Méta Desc."],"All SEO Scores":["Tous les scores SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problème SEO : L’image à la Une doit être au moins de 200 x 200 pixels pour être exploitable par Facebook et les autres réseaux sociaux."],"(no parent)":["(aucun parent)"],"Post is set to noindex.":["L’article est réglé sur noindex."],"The URL that this page should redirect to.":["L’URL vers laquelle cette page devrait rediriger."],"301 Redirect":["Redirection 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["L’URL canonique vers laquelle cette page devrait pointer. Laissez ce champ vide pour utiliser le permalien par défaut. Les %1$sURL canoniques vers d’autres domaines%2$s sont aussi supportées."],"Canonical URL":["URL canonique"],"Title to use for this page in breadcrumb paths":["Titre à utiliser pour cette page dans le fil d’Ariane"],"Breadcrumbs Title":["Titre pour le fil d’Ariane"],"No Snippet":["Pas d’extrait"],"No Archive":["Aucune archive"],"No Image Index":["Pas d’index pour l’image"],"None":["Aucun"],"Site-wide default: %s":["Valeur par défaut pour tout le site : %s"],"Advanced meta robots settings for this page.":["Réglages avancés des méta des robots pour cette page."],"Meta robots advanced":["Méta robots avancés"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Avertissement : même si vous pouvez modifier les méta « robots » ici, tout votre site est réglé en mode « noindex » dans les réglages de vie privée, toute modification effectuée ici n’aura donc aucun effet. "],"Meta description":["Méta description"],"SEO Title":["Titre SEO "],"Focus keyword":["Mot-clé principal "],"Snippet preview":["Aperçu de l’extrait"],"Settings successfully imported.":["Les réglages ont été importés."],"Settings could not be imported:":["Les réglagles n’ont pas été importés :"],"Error creating %1$s export: ":["Erreur de création de l’export de %1$s : "],"Breadcrumb for 404 pages:":["Fil d’Ariane pour la page 404 "],"Prefix for search result pages:":["Préfixe pour les pages de résultats de recherche :"],"Prefix for archive pages:":["Préfixe pour les pages d’archive :"],"Prefix for breadcrumbs:":["Préfixe pour le fil d’Ariane :"],"Anchor text for the homepage:":["Texte d’ancrage pour la page d’accueil"],"Breadcrumbs separator:":["Séparateur pour le fil d’Ariane :"],"Remove blog page from breadcrumbs":["Retirer la page de blog du fil d’Ariane"],"%s Breadcrumbs":["Fil d’Ariane de %s"],"Use Image":["Utiliser l’image"],"Action":["Action"],"Page URL/Slug":["URL/Identifiant de la page"],"Publication date":["Date de Publication"],"Post Status":["État de l’article"],"WP Page Title":["Titre de la page"],"View":["Voir"],"View “%s”":["Voir “%s”"],"Preview":["Aperçu"],"Preview “%s”":["Prévisualiser “%s”"],"Edit":["Modifier"],"Filter":["Filtrer"],"New Yoast Meta Description":["Nouvelle méta description Yoast"],"Existing Yoast Meta Description":["Méta description Yoast actuelle"],"Facebook profile URL":["URL du profil Facebook"],"Twitter username (without @)":["Identifiant Twitter (sans le @)"],"FAQ":["Questions"],"Premium Support":["Support Premium"],"Settings":["Réglages"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Vous devez vous %1$srendre dans vos Réglages de Lecture%2$s et décocher la case Visibilité des moteurs de recherche."],"Huge SEO Issue: You're blocking access to robots.":["Important problème SEO : Vous bloquez actuellement l’accès aux robots des moteurs de recherche. "],"Posts":["Articles"],"Edit Files":["Modifier les fichiers"],"Advanced Variables":["Variables avancées"],"Basic Variables":["Variables de base"],"General":["Généraux"],"Extensions":["Extensions"],"Search Console":["Search Console"],"Tools":["Outils"],"Advanced":["Avancé"],"XML sitemaps":["Plan de site XML"],"Social":["Réseaux sociaux"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s a détecté que vous utiliser la version de %2$s de %3$s. Veuillez la mettre à jour pour éviter les problèmes de compatibilité."],"Just another WordPress site":["Un site utilisant WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Vous utilisez toujours le slogan par défaut de WordPress, un vide serait même plus efficace. %1$sVous pouvez régler cela dans la personnalisation%2$s."],"You have used HTML in your value which is not allowed.":["Votre valeur inclut du code HTML non autorisé."],"You can't edit %s that aren't yours.":["Vous ne pouvez pas modifier les %s qui ne sont pas à/de vous."],"You can't edit %s.":["Vous ne pouvez pas modifier %s."],"Post has an invalid Content Type: %s.":["L’article a un type de contenu non valide : %s."],"Post doesn't exist.":["L’article n’existe pas."],"course\u0004Free:":["Gratuit :"],"posts\u0004Trash (%s)":["Supprimez le (%s)","Supprimez les (%s)"],"posts\u0004All (%s)":["Tout (%s)","Tous (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"fr_CA"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":["Nous n’avons pas trouvé d’article pertinent sur votre site vers lequel vous pourriez faire un lien."],"Has feedback":["A une rétroaction"],"Content optimization:":["Optimisation du contenu :"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s : %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLisibilité%2$s : %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Lisez %1$scet article pour comprendre les raisons qui nous poussent à ne plus être compatible avec les anciennes versions.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sMettez à jour WordPress dans sa dernière version%2$s%3$sNous avons remarqué que vous n’utilisez pas la dernière version de WordPress, ce qui peut poser des problèmes prochainement. Pour des raisons de sécurité et de stabilité, %4$s n’est compatible qu’avec la version actuelle et la précédente de WordPress. Lorsque la prochaine version sortira, nous serons alors compatible avec les versions %6$s et %7$s. Cela signifie que vous ne recevrez plus de mises à jour de %5$s tant que vous ne mettrez pas à jour WordPress alors assurez-vous de le faire rapidement !%3$s%3$s"],"Post Noindexed":["Article non indexé"],"No Focus Keyphrase":["Pas de requête cible"],"Person logo / avatar":["Avatar/logo de personne"],"Extend %s":["Étendre %s"],"Enroll in the %s for WordPress training":["Inscrivez-vous pour la formation WordPress de %s"],"Posts with the SEO score: %s":["Publications avec le score SEO : %s"],"SEO: %s":["SEO : %s"],"%s video tutorial":["Tutoriel vidéo de %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Pour afficher vos erreurs d’exploration de site %1$s: veuillez visiter Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google a abandonné son API d'exploration des erreurs. Par conséquent, toutes les erreurs d’exploration possibles ne peuvent plus être affichées ici. %1$s Veuillez lire notre déclaration à ce sujet pour plus d'informations %2$s."],"Remove this message":["Supprimer ce message"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimisez vraiment votre site pour une audience locale avec notre extension %s! Optimisation de l’adresse, heures d'ouverture, localisateur de magasin et option de cueillette en magasin!"],"Serving local customers?":["Servir une clientèle locale? "],"Get the %s plugin now":["Obtenir l’extension %s maintenant"],"Organization social profiles":["Profils sociaux de l'organisation"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Vous pouvez modifier les détails affichés dans les métadonnées comme les réseaux sociaux, le nom et la description de cet utilisateur au travers de leur page de profil %1$s."],"Personal info":["Informations personnelles"],"Organization logo":["Logo de l'organisation"],"Organization name":["Nom de l'organisation"],"Choose whether the site represents an organization or a person.":["Choisir si le site représente une organisation ou une personne."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Pour faire en sorte que votre vite représente une société ou une organisation, allez dans les %1$sRéglages SEO%2$s et sélectionner Organisation dans la liste déroulante."],"To change the social accounts used for your site, update the details for %1$s.":["Pour changer les comptes sociaux utilisés pour votre site, mettez à jour les détails de %1$s."],"That means that the form and information below is disabled, and not used.":["Cela signifie que le formulaire et les informations ci-dessous sont désactivées, et non utilisés."],"Your website is currently configured to represent a Person":["Votre site web est présentement configuré pour représenter une Personne"],"(if one exists)":["(si une existe)"],"Wikipedia page about you":["Page Wikipédia à propos de vous"],"YouTube profile URL":["URL de votre profil YouTube"],"Tumblr profile URL":["URL de votre profil Tumblr"],"SoundCloud profile URL":["URL de votre profil SoundCloud"],"MySpace profile URL":["URL de votre profil MySpace"],"Organization or person":["Organisation ou personne"],"The person":["La personne"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Votre site représente-t-il une personne ou une organisation?"],"The name of the organization":["Le nom de l'organisation"],"Provide an image of the organization logo":["Fournir une image du logo de l'organisation"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Vous avez précédemment réglé votre site en tant que représentant d’une personne. Nous avons amélioré les fonctionnalités de données structurées (Schema et Knowledge Graph), donc nous vous invitons à %1$s compléter ces réglages%2$s."],"Select a user...":["Sélectionner un utilisateur..."],"Uncategorized":["Non classé"],"Name:":["Nom :"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Vous avez sélectionné l’utilisateur %1$s en tant que personne représentée par ce site. Les informations de son profil seront maintenant utilisées pour les résultats de recherche. %2$sMettez à jour son profil pour vérifier que les informations sont correctes%3$s."],"Error: Please select a user below to make your site's meta data complete.":["Erreur : Veuillez sélectionner un utilisateur ci-dessous pour compléter vos metadonnées."],"SEO score: %s":["Score SEO : %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Si une page Wikipédia existe à votre sujet ou à propos de votre organisation, ajoutez-la également."],"Wikipedia URL":["URL Wikipédia"],"Pinterest profile URL":["URL de profil Pinterest"],"Instagram profile URL":["URL de profil Instagram"],"LinkedIn profile URL":["URL de profil LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["La recherche de mots-clés est essentielle pour une stratégie de référencement. Vous décidez des termes de recherche grâce auxquels vous souhaitez être visible et déterminez ceux que votre audience utilise pour vous chercher. Une bonne étude lexicale vous indique les contenus que vous devrez produire pour être visible sur les requêtes souhaitées. Assurez-vous que vous ciblez des mots-clés crédibles ! La %1$s vous apprend à le faire, pas à pas."],"SEO for Beginners training":["Formation « SEO pour les débutants »"],"%s for WordPress training":["Formation « WordPress %s »"],"All-around SEO training":["Formation « Tout sur le SEO »"],"The image you selected is too small for Facebook":["L’image sélectionnée est trop petite pour Facebook"],"The given image url cannot be loaded":["L’URL de l’image ne peut pas être chargée"],"Find out what words your audience uses to find you":["Découvrez quels mots utilise votre audience pour vous chercher"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sTest de lisibilité Flesch%2$s : Votre contenu obtient %3$s au test, ce qui est considéré comme %4$s à lire. %5$s"],"No JSON object was returned.":["Aucun objet JSON n’a été renvoyé."],"Received internal links":["Liens internes reçus"],"Outgoing internal links":["Liens internes émis"],"New step added":["Nouvelle étape ajoutée"],"New question added":["Nouvelle question ajoutée"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Pour créer une redirection et corriger ce problème, il vous faut %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Vous pouvez acheter l’extension, avec un an de support et de mises à jour, sur %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["La fonctionnalité de comptage de liens vous permet de déterminer combien de liens contiennent vos textes et combien font des liens internes. C’est très utile lorsque vous améliorez votre %1$smaillage interne%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Pour que cette fonctionnalité fonctionne, %1$s nécessite au moins la version PHP %2$s. Nous avons détectée la version %3$s sur votre site."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Veuillez bien réfléchir aux implications et %1$slisez cet article (EN)%2$s si vous souhaitez plus d’informations sur l’affichage des médias dans les résultats de recherche."],"Keyphrase":["Requête"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Pour que cette fonctionnalité fonctionne, %1$s a besoin de créer une table dans votre base de données. Nous n’avons pas réussi à le faire automatiquement."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["En activant cette option, les URL de fichiers joints apparaissent à vos visiteurs et à Google. Vous ajouter de la valeur à votre site, ils devraient contenir des informations utiles. Dans le cas contraire, cela aura un impact négatif sur votre référencement."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["La fonctionnalité du %3$scompteur de liens%4$s (introduite dans %1$s %2$s) est actuellement désactivée."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Veuillez consulter %1$scet article de notre base de connaissances (EN)%2$s pour comprendre comment résoudre ce problème."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Pour nous assurer que tous les liens de vos textes sont comptés, nous devons analyser toutes vos publications."],"All you have to do is press the following button and we'll go through all your texts for you.":["Vous n’avez qu’à cliquer sur le bouton suivant et nous le ferons pour vous."],"Count links":["Compter les liens"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sTextes alternatifs%5$s : Sur %2$d images de cette publication, %1$d ont des textes alternatifs qui contiennent votre requête cible ou ses synonymes. C’est un peu trop. %4$sN’utilisez ces termes que lorsqu’ils correspondent réellement à l’image%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sTextes alternatifs%2$s : Bon travail !"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sTextes alternatifs%5$s : Sur %2$d images de cette publication, seulement %1$d a un texte alternatif qui reflète le sujet de votre texte. %4$sAjoutez votre requête cible ou ses synonymes aux textes alternatifs pertinents%5$s !","%3$sTextes alternatifs%5$s : Sur %2$d images de cette publication, seulement %1$d ont un texte alternatif qui reflète le sujet de votre texte. %4$sAjoutez votre requête cible ou ses synonymes aux textes alternatifs pertinents%5$s !"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sTextes alternatifs%3$s : Les images de cette publication n’ont pas de texte alternatif qui reflètent le sujet de votre texte. %2$sAjoutez votre requête cible ou ses synonymes aux textes alternatifs qui seraient pertinents%3$s !"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sTextes alternatifs%3$s : Les images de cette publication ont des textes alternatifs mais vous n’avez pas défini de requête cible. %2$sRenseignez-en une%3$s !"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sRequête en intertitre%2$s : %3$s de vos intertitres de haut-niveau reflète le sujet de votre contenu. Bon travail !","%1$sRequête en intertitre%2$s : %3$s de vos intertitres de haut-niveau reflètent le sujet de votre contenu. Bon travail !"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sRequête en intertitre%2$s : Vos intertitres de haut niveau reflètent le sujet de votre contenu. Bon travail !"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sRequête en intertitre%3$s : %2$sUtilisez plus souvent la requête cible ou ses synonymes dans vos intertitres de haut niveau%3$s !"],"Page %s":["Page %s"],"Cannot get the size of %1$s because of unknown reasons.":["Impossible de récupérer la taille de %1$s pour des raisons inconnues."],"Cannot get the size of %1$s because it is hosted externally.":["Impossible de récupérer la taille de %1$s car elle est externe au site."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Activez simplement la fonctionnalité et vous pourrez utiliser l’analyse recalibrée. En parallèle, nous vous ajouterons à notre liste de diffusion dédiée. Nous ne communiquerons avec vous qu’au sujet de votre expérience avec ce recalibrage !"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Nous avons %1$srecalibré notre analyse%2$s. Avec la nouvelle analyse, nous nous approcherons encore plus de la façon dont Google voit votre site. Ce serait %3$sfantastique%4$s si vous pouvez %3$snous aider à tester cette fonctionnalité%4$s !"],"Get an even better analysis":["Obtenez une analyse encore meilleure"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTitre unique de niveau 1%3$s : Les H1 doivent être utilisés que pour votre titre principal. Trouvez les H1s dans votre texte autre que votre titre principal et %2$spassez-les à un niveau de titre inférieur%3$s!"],"Improve sharing on Facebook and Pinterest":["Améliore le partage sur Facebook et Pinterest"],"You do not have the required rights to export settings.":["Vous ne disposez pas des accès requis pour exporter les configurations."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copier ces configurations à l'onglet %1$s d'un autre site et cliquez \"%1$s\" une fois là."],"These are settings for the %1$s plugin by %2$s":["Ce sont les configurations pour l'extension %1$s par %2$s"],"No settings found.":["Aucune configuration trouvée."],"Export your %1$s settings here, to copy them on another site.":["Exportez vos réglages de %1$s ici, pour les copier vers un autre site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["L’importation de réglages est supportée que sur les serveurs qui exécutent PHP 5.3 ou supérieur."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importez des réglages en collant ceux copiés depuis un autre site et cliquez sur \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvée 0 fois. C’est moins que le minimum recommandé de %3$d fois pour un texte de cette taille. %4$sConcentrez-vous sur votre requête%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est moins que le minimum recommandé de %3$d fois pour un texte de cette taille. %4$sConcentrez-vous sur votre requête%2$s!","%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est moins que le minimum recommandé de %3$d fois pour un texte de cette taille. %4$sConcentrez-vous sur votre requête%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensité de requête%2$s : La requête cible a été trouvée %3$d fois. C’est très bien!","%1$sDensité de requête%2$s : La requête cible a été trouvée %3$d fois. C’est très bien!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvée %5$d fois. C’est plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s!","%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvée %5$d fois. C’est bien plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s!","%1$sDensité de requête%2$s : La requête cible a été trouvée %5$d fois. C’est bien plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s!"],"Indexable created for object %1$s with type %2$s":["Élément indexable créé pour l’objet %1$s avec type %2$s"],"Method %1$s() does not exist in class %2$s":["La méthode %1$s() n'existe pas dans la classe %2$s"],"With %s, you can easily create such redirects.":["Avec %s, vous pouvez facilement créer de telles redirections."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Changer les réglages de permaliens peut sérieusement impacter votre visibilité sur les moteurs de recherche. On ne devrait %1$s jamais %2$s les changer sur un site en production."],"WARNING:":["ATTENTION :"],"Learn about why permalinks are important for SEO.":["Apprendre pourquoi les permaliens sont importants pour le SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sMots-outils dans la requête%3$s : Votre requête « %4$s » contient uniquement des mots-outils. %2$sApprenez à concevoir de bonnes requêtes.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Saviez-vous que %s analyse également les différentes variantes de votre requête, comme le pluriel ou la conjugaison au passé ?"],"Clear Image":["Effacer l’image"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongueur de la requête%3$s : %2$sSaisissez une requête pour calculer votre score SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sRequête dans le slug%2$s : Plus de la moitié de votre requête apparaît dans le slug. C’est super !"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sRequête dans le slug%3$s : (Une partie de) votre requête n’apparaît pas dans le slug. %2$sAjoutez-en plus%3$s !"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sRequête dans le slug%2$s : Bon travail !"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sRequête dans le titre%3$s : Tous les mots de votre requête « %4$s » n’apparaissent pas dans le méta titre. %2$sEssayez d’utiliser les mêmes mots dans le même ordre%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sRequête dans le titre%3$s : Votre méta titre ne contient pas tous les mots. %2$sEssayez d’utiliser les mêmes mots dans le même ordre%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sRequête dans le titre%3$s : Les mots de votre requête apparaissent dans le méta titre, mais pas au début. %2$sEssayez de les déplacez%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sRequête dans le titre%2$s : Les mots de votre requête apparaissent au début de votre méta titre. Bon travail !"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribution de la requête%2$s : Bon travail !"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribution de la requête%3$s : inégale. Certaines parties de votre texte ne contiennent ni la requête, ni ses synonymes. %2$sDistribuez-les plus équitablement%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribution de la requête%3$s : très inégale. De grandes parties de votre texte ne contiennent ni votre requête, ni ses synonymes. %2$sDistribuez-les plus équitablement%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribution de requête%3$s : %2$sÉcrivez votre requête ou ses synonymes dans le texte afin que nous puissions calculer leur distribution%3$s."],"Help on choosing the perfect focus keyphrase":["Aide pour obtenir la requête cible parfaite"],"Would you like to add a related keyphrase?":["Souhaiteriez-vous ajouter une variante de requête ?"],"Go %s!":["Passez %s !"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Ne pas afficher la date des archives dans les résultats de recherche correspond techniquement à une métadonnée %1$s pour les robots. %2$sPlus d’informations sur les réglages des résultats de recherche%3$s."],"Rank better with synonyms & related keyphrases":["Soyez plus visible avec des synonymes et des variantes de votre requête"],"optimize a single post for synonyms and related keyphrases.":["optimisez une publication pour des synonymes et des variantes de votre requête."],"Synonyms & related keyphrases":["Synonymes et variantes de requête"],"Add related keyphrase":["Ajouter une variante"],"Dismiss %s upgrade notice":["Ignorer l'avis de mise à jour %s"],"Upgrade to %s":["Effectuer la mise à jour à %s"],"%1$s video":["Vidéo de %1$s"],"Get %s":["%s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sRequête déjà utilisée%6$s : Vous avez déjà utilisé cette requête %1$s%2$d fois%3$s. %5$sN’utilisez votre requête qu’une seule fois%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sRequête déjà utilisée%5$s : Vous avez déjà utilisé cette requête %1$sune fois%2$s. %4$sNe l’utilisez pas plus d’une fois%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sRequête déjà utilisée%2$s : Vous n’avez jamais utilisé cette requête, très bien."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sMots d’arrêt dans le slug%3$s : Le slug de cette page contient un mot d’arrêt. %2$sRetirez-le%3$s !","%1$sMots d’arrêt dans le slug%3$s : Le slug de cette page contient des mots d’arrêt. %2$sRetirez-les%3$s !"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug trop long%3$s : Le slug de cette page est un peu trop long. %2$sRaccourcissez-le%3$s !"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sTexte alternatif des images%3$s : Il n’y a pas d’image dans cette page. %2$sAjoutez-en%3$s !"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sAncre avec la requête cible%3$s : Vous faites un lien vers une autre page avec les mots de votre requête. %2$sNe faites pas ça%3$s !"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["C’est très en dessous du minimum recommandé de %5$d mot. %3$sAjoutez plus de contenu%4$s.","C’est très en dessous du minimum recommandé de %5$d mots. %3$sAjoutez plus de contenu%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["C’est en dessous du minimum recommandé de %5$d mot. %3$sAjoutez plus de contenu%4$s.","C’est en dessous du minimum recommandé de %5$d mots. %3$sAjoutez plus de contenu%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLongueur du contenu%4$s : Le contenu a une longueur de %1$d mot.","%2$sLongueur du contenu%4$s : Le contenu a une longueur de %1$d mots."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLongueur du contenu%3$s : Le contenu a une longueur de %1$d mot. Bon travail !","%2$sLongueur du contenu%3$s : Le contenu a une longueur de %1$d mots. Bon travail !"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sRequête en intertitre%3$s : Plus de 75%% de vos intertitres de haut niveau reflètent le sujet de votre contenu. C’est trop. %2$sNe sur-optimisez pas%3$s !"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sLongueur de méta titre%3$s : %2$sVeuillez créer un méta titre%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sLargeur de méta titre%3$s : Le méta titre est plus large que la limite visible. %2$sEssayez de le raccourcir%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sLongueur de méta titre%2$s : Bon travail !"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sLongueur de méta titre%3$s : Le méta titre est trop court. %2$sUtilisez l’espace disponible pour ajouter des variantes ou des appels à l’action%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sLiens externes%2$s : Il y a des liens nofollow et des liens normaux dans cette page. Bon travail !"],"%1$sOutbound links%2$s: Good job!":["%1$sLiens externes%2$s : Bon travail !"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sLiens externes%3$s : Tous les liens externes de cette page sont en nofollow. %2$sAjoutez des liens normaux%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sLiens externes%3$s : Il n’y a pas de lien externe dans cette page. %2$sAjoutez-en%3$s !"],"%1$sMeta description length%2$s: Well done!":["%1$sLongueur de méta description%2$s : Parfait !"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLongueur de méta description%3$s : La méta description fait plus de %4$d caractères. Pour vous assurer qu’elle soit entièrement visible, %2$svous devriez la raccourcir%3$s !"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLongueur de méta description%3$s : La méta description est trop courte (en dessous de %4$d caractères). Vous pouvez aller jusqu’à %5$d caractères, %2$sutilisez cet espace%3$s !"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLongueur de méta description%3$s : Aucune méta description n’a été renseignée. Les moteurs de recherches afficheront du contenu de la page à la place. %2$sAssurez-vous d’en écrire une%3$s !"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sRequête dans la méta description%2$s : La méta description a été renseignée mais elle ne contient pas la requête. %3$sAjoutez-la%4$s !"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sRequête dans la méta description%2$s : La méta description contient la requête %3$s fois, ce qui est supérieur au maximum conseillé de 2 fois. %4$sRéfrénez-vous%5$s !"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sRequête dans la méta description%2$s : La requête ou son synonyme apparaît dans la méta description. Parfait !"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongueur de la requête%5$s : La requête fait %1$d mots. C’est bien plus que le maximum recommandé de %2$d mots. %4$sChoisissez-en une plus courte%5$s !"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongueur de la requête%5$s : La requête fait %1$d mots. C’est au delà du maximum recommandé de %2$d mots. %4$sChoisissez-en une plus courte%5$s !"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLongueur de la requête%2$s : Bon travail !"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongueur de la requête%3$s : Aucune requête cible n’a été définie pour cette page. %2$sRenseignez une requête afin de calculer votre score SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sRequête dans l’introduction%3$s : Votre requête ou ses synonymes n’apparaissent pas dans le premier paragraphe. %2$sAssurez-vous que le sujet soit rapidement évoqué%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sRequête dans l’introduction%3$s : Votre requête ou ses synonymes apparaissent dans le premier paragraphe de la publication mais pas dans la même phrase. %2$sCorrigez ce point%3$s !"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sRequête dans l’introduction%2$s : Parfait !"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sMaillage interne%2$s : Il y a aussi bien des liens internes en nofollow que des liens normaux sur cette page. Bien joué !"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInternal links%2$s: Vous avez suffisamment de liens internes. Bon travail!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sLiens internes%3$s: Les liens internes de cette page sont tous à ''nofollow''. %2$sAjoutez de bons liens internes%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sMaillage interne%3$s : Il n’y a aucun lien interne dans cette page, %2$sassurez-vous d’en ajouter%3$s !"],"%1$sTransition words%2$s: Well done!":["%1$sMots de transition%2$s : Parfait !"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sMots de transition%2$s : Seulement %3$s des phrases contiennent des mots de transition, ce qui n’est pas suffisant. %4$sUtilisez-en plus souvent%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sMots de transition%2$s : Aucune de vos phrases ne contient de mots de transition. %3$sUtilisez-en%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sPas assez de contenu%2$s : %3$sVeuillez ajouter du contenu pour permettre une bonne analyse%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribution des intertitres%2$s : Vous n’utilisez pas d’intertitres mais votre contenu est suffisamment court pour ne pas en mériter."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribution des intertitres%2$s : Vous n’utilisez pas d’intertitres alors que votre contenu est relativement long. %3$sEssayez d’en ajouter%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribution des intertitres%2$s : %3$d section de votre contenu fait plus de %4$d mots et n’est pas séparée par des intertitres. %5$sAjoutez-en pour améliorer la lisibilité%2$s.","%1$sDistribution des intertitres%2$s : %3$d sections de votre contenu font plus de %4$d mots et ne sont pas séparées par des intertitres. %5$sAjoutez-en pour améliorer la lisibilité%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribution des intertitres%2$s : Bon travail !"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLongueur de phrase%2$s : %3$s des phrases contiennent plus de %4$s mots, ce qui est au delà du ratio maximum recommandé de %5$s. %6$sEssayez de raccourcir vos phrases%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLongueur de phrase%2$s : Très bien !"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sPhrases consécutives%2$s : Il y a suffisamment de variété dans vos phrases. C’est super !"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sPhrases consécutives%2$s : Le texte contient %3$d phrases consécutives qui commencent avec le même mot. %5$sAjoutez un peu de variété%2$s !","%1$sPhrases consécutives%2$s : Le texte contient %4$d instances dans lesquelles %3$d phrases consécutives ou plus commencent avec le même mot. %5$sAjoutez un peu de variété%2$s !"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVoix passive%2$s : %3$s des phrases sont à la forme passive, ce qui est au delà du ratio maximum recommandé de %4$s. %5$sPassez plutôt à la voix active%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVoix passive%2$s : Vous utilisez suffisamment la voix active. C’est super !"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLongueur des paragraphes%2$s : %3$d des paragraphes font plus du maximum recommandé de %4$d mots. %5$sRaccourcissez vos paragraphes%2$s !","%1$sLongueur des paragraphes%2$s : %3$d des paragraphes font plus du maximum recommandé de %4$d mots. %5$sRaccourcissez vos paragraphes%2$s !"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLongueur des paragraphes%2$s : Aucun de vos paragraphes n’est trop long. Bon travail !"],"Good job!":["Bon travail !"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sTest de lisibilité Flesch%2$s : Votre contenu obtient %3$s au test, ce qui est considéré comme %4$s à lire. %5$s%6$s%7$s"],"Focus keyphrase":["Requête cible"],"%1$s with ID %2$s couldn't be patched":["%1$s avec l’ID %2$s ne peut pas être réparé"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Requête POST non valide. Les valeurs de métadonnées existent déjà pour l’objet avec l’ID %1$s."],"Indexable with ID `%1$s` does not exist":["L’objet indexable dont l’ID est `%1$s` n’existe pas"],"No object with ID %1$s and %2$s could be found":["Aucun objet avec l’ID %1$s et %2$s n’a pu être trouvé"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` n’est pas un sous-type valide de `%2$s`"],"The object type `%1$s` is invalid":["Le type d’objet `%1$s` n’est pas valide"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Le type non valide `%1$s` pour le paramètre a été accepté. `%2$s` était attendu mais `%3$s` a été reçu"],"The parameter `%1$s` cannot be empty.":["Le paramètre `%1$s` ne peut pas être vide."],"Check Keyphrase Density":["Vérifier la densité de requête"],"Disable":["Désactiver"],"Allow Control":["Autoriser le contrôle"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Cet onglet vous permet de désactiver certaines fonctionnalités de %s pour tous les sites du réseau. Par défaut, toutes les fonctionnalités sont activées, ce qui permet aux administrateurs de choisir lesquelles ils veulent activer/désactiver pour leur site. Lorsque vous désactivez une fonctionnalité ici, les administrateurs des sites ne pourront plus l’utiliser du tout."],"%s is a required feature toggle argument.":["%s est un argument d’activation de fonctionnalité obligatoire."],"Keyphrase:":["Requête :"],"Remove keyphrase":["Retirer la requête"],"This feature has been disabled by the network admin.":["Cette fonctionnalité a été désactivée par l’administrateur du réseau."],"Focus keyphrase not set.":["Requête cible non définie."],"Multiple keyphrases":["Plusieurs requêtes cibles"],"Colon":["Deux-points"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s et %2$s gèrent tous les deux le référencement de votre site. En ayant deux solutions concurrentes, vous pourriez créer des conflits au détriment de votre visibilité."],"There is a new notification.":["Il y a une nouvelle notification.","Il y a des nouvelles notifications."],"Learn more about the readability analysis":["Apprenez-en plus sur l’analyse de lisibilité"],"Describe the duration of the instruction:":["Saisissez la durée de cette instruction :"],"Optional. Customize how you want to describe the duration of the instruction":["Optionnel. Personnalisez comment vous voulez décrire cette durée."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Ceci est une liste de contenus liés vers lesquels vous pourriez faire des liens dans cette publication. {{a}}Lisez notre article sur la structure des sites{{/a}} pour en apprendre plus sur l’intérêt des liens internes pour votre référencement."],"%s, %s and %s":["%s, %s et %s"],"%s and %s":["%s et %s"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d heure","%d heures"],"%d day":["%d jour","%d jours"],"Enter a step title":["Donnez un titre à cette étape"],"Optional. This can give you better control over the styling of the steps.":["Facultatif. Cela vous donne plus de contrôle sur le style des étapes."],"CSS class(es) to apply to the steps":["Classe(s) CSS à appliquer aux étapes"],"minutes":["minutes"],"hours":["heures"],"days":["jours"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Créez un tutoriel optimisé pour le référencement. Vous ne pouvez utiliser qu’un seul bloc Tutoriel par publication."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Créez une FAQ optimisée pour le référencement. Vous ne pouvez utiliser qu’un seul bloc FAQ par publication."],"Copy error":["Erreur de copie"],"An error occurred loading the %s primary taxonomy picker.":["Une erreur est survenue pendant le chargement du sélecteur de taxonomie principale de %s."],"%1$s Structured Data Blocks":["Blocs de données structurées de %1$s "],"Time needed:":["Temps nécessaire :"],"Move question down":["Descendre la question"],"Move question up":["Monter la question"],"Insert question":["Insérer une question"],"Delete question":["Effacer la question"],"Enter the answer to the question":["Saisissez la réponse à la question"],"Enter a question":["Saisissez une question"],"Add question":["Ajouter une question"],"Frequently Asked Questions":["Foire aux questions"],"Great news: you can, with %s!":["Bonne nouvelle : vous le pouvez avec %s !"],"Select the primary %s":["Choisissez la %s principale"],"Check links to this URL":["Vérifier les liens vers cette URL"],"Keyword research training":["Formation à la recherche de mots-clés"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Veuillez vérifier le %1$smodèle d’archive%2$s pour le type de publication suivant : %3$s.","Veuillez vérifier les %1$smodèles d’archive%2$s pour les types de publication suivants : %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Essayez-vous d’utiliser plusieurs requêtes? Vous devriez les ajouter ci-dessous séparément."],"Mark as cornerstone content":["Marquer comme contenu Cornerstone"],"Move step down":["Faire descendre l’étape"],"Move step up":["Faire monter l’étape"],"Insert step":["Insérer une étape"],"Delete step":["Effacer l’étape"],"Add image":["Ajouter une image"],"Enter a step description":["Saisissez une description d’étape"],"Enter a description":["Saisissez une description"],"Unordered list":["Liste non-ordonnée"],"Showing step items as an ordered list.":["Affichage des étapes comme une liste ordonnée."],"Showing step items as an unordered list":["Affichage des étapes comme une liste non-ordonnée."],"Add step":["Ajouter une étape "],"Delete total time":["Effacer le temps total "],"Add total time":["Ajouter le temps total"],"How to":["Comment"],"How-to":["Comment"],"Snippet Preview":["Prévisualisation de l’extrait"],"Analysis results":["Résultats de l’analyse"],"Enter a focus keyphrase to calculate the SEO score":["Saisissez un mot-clé principal pour calculer votre pointage SEO"],"Learn more about Cornerstone Content.":["En savoir plus sur les contenus Cornerstone."],"Cornerstone content should be the most important and extensive articles on your site.":["Les contenus Cornerstone devraient être les publications les plus importantes et les plus longues de votre site. "],"Restore Site":["Restaurer le site"],"Network Settings":["Réglages du réseau"],"You are not allowed to perform this action.":["Vous n’avez pas les droits suffisants pour faire cette action."],"Error: %s":["Erreur : %s"],"Success: %s":["Succès : %s"],"Site with ID %d not found.":["Le site avec l’ID %d est introuvable."],"No site has been selected to restore.":["Aucun site n’a été sélectionné pour la restauration."],"You are not allowed to modify unregistered network settings.":["Vous n’avez pas les droits suffisants pour modifier les réglages d’un réseau non-enregistré."],"deleted":["supprimé"],"Would you like to add another keyphrase?":["Souhaitez-vous ajouter un autre mot-clé?"],"image preview":["Prévisualisation de l'image"],"Copied!":["Copié!"],"Not supported!":["Non supporté!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lire {{a}}notre article sur la structure d'un site{{/a}} pour en apprendre plus sur comment les liens internes peuvent améliorer le référencement naturel."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Quand vous aurez plus de matériel, nous vous donnerons ici une liste de contenus suggérés que vous pourrez lier à votre article."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Envisager un lien vers ces {{a}}articles incontournables{{/a}}"],"Consider linking to these articles:":["Envisager des liens vers ces articles"],"Copy link":["Copier le lien"],"Copy link to suggested article: %s":["Copier le lien vers l'article suggéré: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":["Slogan du site"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Nous avons récemment amélioré les réglages SEO. Malheureusement, nous avons découvert que dans certains cas, l’enregistrement des réglages pour certains types de publications personnalisés pouvait ne plus fonctionner correctement."],"Not all required fields are given. Missing field %1$s":["Tous les champs requis ne sont pas remplis. Champs %1$s vide"],"Optimize your site for Google News.":["Optimisez votre pour Google News."],"Optimize your shop's SEO and sell more products!":["Optimisez le référencement de votre boutique en ligne et vendez plus de produits!"],"Be found in Google Video search and enhance your video sharing on social media.":["Soyez visible dans la recherche vidéo de Google et boostez vos partages sociaux. "],"Be found in Google Maps and local results.":["Soyez visible dans la recherche vidéo de Google et boostez vos partages sociaux. "],"Learn practical SEO skills to rank higher in Google.":["Apprenez des tactiques de référencement pour être plus visible dans Google."],"Don’t waste time figuring out the best settings yourself.":["Ne perdez pas de temps à deviner les meilleurs réglages par vous-même."],"Get quick wins to make your site rank higher in search engines.":["Devenez plus visible dans les résultats de recherche en quelques actions."],"Add synonyms":["Ajouter des synonymes "],"Would you like to add keyphrase synonyms?":["Voulez-vous ajouter des mots-clés synonymes?"],"Would you like to add more than one keyphrase?":["Voulez-vous ajouter plus d'un mot-clé?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Vous pouvez éditer les métadonnées SEO de cette page dans les réglages de la %1$spage Boutique%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Vous n’avez pas défini de page « Boutique » dans vos réglages WooCommerce. Veuillez le faire dans un premier temps."],"Current year":["Année en cours"],"Page":["Page"],"Breadcrumb settings for %s archive":["Réglages du fil d’Ariane pour les archives des %s "],"Something went wrong. Please reload the page.":[""],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Modifiez votre méta description directement ici"],"description (custom taxonomy)":["description (taxonomie personnalisée)"],"(custom taxonomy)":[" \t(taxonomie personnalisée) "],"(custom field)":["(champ personnalisé) "],"Term404":["Phrase404"],"Caption":["Légende"],"Pagenumber":["Numéropage"],"Pagetotal":["Nombrepages"],"Page number":["Numéro de page"],"User description":["Description de l’utilisateur"],"ID":["ID"],"Modified":["Modifié"],"Post type (plural)":["Types de publication (au pluriel)"],"Post type (singular)":["Type de publication (au singulier)"],"Separator":["Séparateur"],"Search phrase":["Phrase de recherche"],"Term title":["Titre de l’élément"],"Term description":["Description de l’élément"],"Tag description":["Étiquette du contenu"],"Category description":["Description de la catégorie "],"Primary category":["Catégorie principale"],"Category":["Catégorie "],"Tag":["Étiquette"],"Excerpt only":["Extrait seulement"],"Excerpt":["Extrait"],"Site title":["Titre du site"],"Archive title":["Titre de l’archive "],"Parent title":["Titre parent"],"Date":["Date"],"Label":["Libellé"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Vous devriez créer une redirection pour vous assurer que les visiteurs n’obtiennent pas une erreur 404 lorsqu’ils cliquent sur des URL cassées. "],"Search engines and other websites can still send traffic to your deleted post.":["Les moteurs de recherche et d’autres sites peuvent continuer à envoyer du trafic à votre publication effacée."],"Make sure you don't miss out on traffic!":["Assurez-vous de ne pas perdre de trafic!"],"You just deleted a %1$s.":["Vous venez de supprimer un·e %1$s."],"You just trashed a %1$s.":["Vous venez de mettre un·e %1$s à la corbeille."],"Settings for %s archive":["Réglages pour les archives des %s"],"Settings for single %s URLs":["Réglages pour les URL de %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Les réglages sur cette page vous permettent de définir l’apparence par défaut de vos contenus dans les résultats de recherche. Vous pouvez choisir quels types de contenus seront indexés et comment doit être construite leur description par défaut."],"Url preview":[""],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":[""],"No results":[""],"%d result found, use up and down arrow keys to navigate":["","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":[""],"Number of results found: %d":[""],"Note that not all variables can be used in every field.":["Sachez que toutes les variables ne peuvent pas être utilisées dans tous les champs."],"Snippet variables":["Variables d’extrait"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s protège votre vie privée. Consultez notre %2$spolitique de confidentialité%3$s pour comprendre comment nous traitons vos données personnelles. "],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Si vous savez ce que cela signifie et que vous ne souhaitez plus voir ce message, vous pouvez %1$sle masquer%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Vos réglages permettent aux URL des fichiers joints d’exister. Veuillez consulter %1$scet article au sujet du problème que cela peut poser%2$s et vérifiez vos réglages ensuite. "],"Unknown type %1$s":["Type inconnu %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Comprend un compte MyYoast gratuit qui vous donner accès à notre formation \"SEO for Beginners\"!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Inscrivez-vous à notre newsletter si vous souhaitez rester à jour sur %1$s, d'autres extensions de %2$s, des actualités et des astuces du monde du référencement naturel."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Récupérez votre code de vérification Baidu dans %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Code de vérification Baidu "],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["L’importateur %s utilise des tables temporaires de base de données. Il semblerait que votre installation WordPress ne le permette pas. Veuillez solliciter votre hébergeur."],"Cleanup of %s data failed.":["Le nettoyage des données de %s a échoué. "],"Content Type":["Type de contenu"],"Filter by content type":["Filtrer par type de contenu"],"Show All Content Types":["Afficher tous les types de contenu"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Pour régler ce problème, décochez la case de « Diviser les commentaires en pages… » dans %1$sles réglages de Discussion%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Remplacé avec un titre d’archive normal généré par WordPress"],"Clean":["Propre"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Une fois que vous avez la certitude que votre site est OK, vous pouvez le nettoyer. Cela retirera toutes les données antérieures."],"Step 5: Clean up":["Étape 5 : Nettoyez"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Vous devriez lancer l’assistant de configuration depuis SEO → Réglages généraux → Tableau de bord, pour vous assurer que tous les réglages sont corrects. "],"Step 4: Run the configuration wizard":["Étape 4 : Lancez l’assistant de configuration"],"Please check your posts and pages and see if the metadata was successfully imported.":["Veuillez vérifier que les métadonnées de vos articles et pages soient bien importés."],"Step 3: Check your data":["Étape 3 : Vérifiez vos données"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Étape 2 : Importez"],"Please make a backup of your database before starting this process.":["Veuillez faire une sauvegarde de votre base de données avant de lancer ce processus."],"Step 1: Create a backup":["Étape 1 : Sauvegardez"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Nous avons détecté que vous utilisez une ou plusieurs extensions SEO sur votre site. Veuillez suivre les étapes suivantes pour en importer les données :"],"Plugin: ":["Extension : "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Articles qui devraient apparaître dans les résultats de recherche"],"%s data found.":["%s données trouvées."],"%s data successfully removed.":["Données de %s supprimées avec succès. "],"%s data successfully imported.":["Données de %s importées avec succès. "],"%s data not found.":["%s données introuvables. "],"Improve your SEO skills":["Améliorez vos compétences en référencement"],"24/7 email support":["Support par courriel 24/7 "],"No more dead links a.k.a. 404 pages":["Plus de liens morts (ou pages 404)"],"Get real-time suggestions for internal links":["Recevez des suggestions en temps réel sur votre maillage interne"],"Preview your page in Facebook and Twitter":["Prévisualisez votre page dans Facebook et Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Cliquez sur le bouton \"%3$s\" pour utiliser la méta description définie dans les %1$sréglages SEO de la page d’accueil%2$s. "],"Help on copying the home meta description":["Aide pour copier la méta description de la page d’accueil"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Pour permettre aux moteurs de recherche de savoir quels profils sociaux sont associés à ce site, renseignez les données sociales ci-dessous."],"Learn more about your social profiles settings":["En savoir plus au sujet des réglages des profils sociaux"],"Remove the categories prefix":["Retirer le préfixe des catégories"],"Help on the category prefix setting":["Aide sur le réglage de préfixe de catégorie"],"Learn more about the available variables":["En savoir plus sur les variables disponibles"],"Learn more about the RSS feed setting":["En savoir plus sur les réglages de flux RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Lorsque vous téléversez un média dans WordPress (une image ou une vidéo par exemple), il crée également une URL de fichier joint. Ces pages sont relativement vides : elles contiennent le média et éventuellement un titre si vous en avez renseigné un. C'est pour cette raison que si vous n'utilisez pas les fichiers joints, il vaut mieux les désactiver et les rediriger vers les médias."],"Learn more about the Media and attachment URLs setting":["En savoir plus sur les réglages des URL de médias et fichiers joints"],"Learn more about the title separator setting":["En savoir plus sur le réglage du séparateur de titre"],"Learn more about the knowledge graph setting":["En savoir plus sur le réglage du graphique de connaissances"],"Learn more about the homepage setting":["En savoir plus sur le réglage de page d’accueil"],"Learn more about the special pages setting":["En savoir plus sur le réglage des pages spéciales"],"Help on the date archives search results setting":["Aide sur le réglage des résultats de recherche pour les archives de date"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Ne pas afficher les archives d’auteurs sans publication dans les résultats de recherche implique qu’elles auront une consigne %1$s et seront exclues des plans de site XML. %2$sPlus d’informations sur les réglages de résultats de recherche%3$s."],"Help on the authors without posts archive search results setting":["Aide sur le réglage des résultats de recherche pour les archives des auteurs sans publication"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Ne pas afficher les archives d’auteurs dans les résultats de recherche implique qu’elles auront une consigne %1$s et seront exclues des plans de site XML. %2$sPlus d’informations sur les réglages de résultats de recherche%3$s."],"Help on the author archives search results setting":["Aide sur le réglage des résultats de recherche pour les archives d’auteurs"],"Archives settings help":["Aide sur les réglages d’archives "],"Learn more about the archives setting":["Aide sur les réglages d’archives"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Récupérez votre code de vérification Yandex dans %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Code de vérification Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Récupérez votre code de vérification Google dans %1$sGoogle Search Console%2$s."],"Google verification code":["Code de vérification Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Récupérez votre code de vérification Bing dans %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Code de vérification Bing "],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Vous pouvez utiliser les champs ci-dessous pour vérifier votre auprès des différents moteurs de recherche. Cette fonctionnalité ajoutera une métadonnée de vérification sur votre page d’accueil. Cliquez sur les liens des différents outils pour webmasters et utilisez les options de vérification par métadonnées pour obtenir votre code. Si votre site est déjà validé, vous pouvez oublier ces réglages."],"Learn more about the Webmaster Tools verification":["En savoir plus sur la vérification par les moteurs de recherche"],"On":["Activé"],"Help on: %s":["Aide sur : %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s propose de nombreuses fonctionnalités. Vous pouvez en activer/désactiver certaines ci-dessous. En cliquant sur le point d’interrogation, vous obtiendrez plus d’informations à leur sujet. "],"Off":["Désactivé"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["La section avancée de l’encart de métadonnées de %1$s permet aux utilisateurs de désindexer une publication ou d’en changer le lien canonique. Ce sont des manipulations qu’il ne vaut mieux pas laisser à la portée de tous les auteurs. C‘est pourquoi, par défaut, seuls les éditeurs et les administrateurs peuvent le faire. Régler à « %2$s » permet à tous les utilisateurs de modifier ces réglages."],"Security: no advanced settings for authors":["Sécurité : pas de réglages avancés pour les auteurs"],"See who contributed to %1$s.":["Voir qui a contribué à %1$s."],"Help on this search results setting":["Aide sur les réglages de résultats de recherche"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Ne pas afficher les archives des %1$s dans les résultats de recherche implique qu'elles auront une consigne %2$s et seront exclues des plans de site XML. %3$sPlus d'informations sur les réglages de résultats de recherche%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Ne pas afficher les %1$s dans les résultats de recherche implique qu'ils ou elles auront une consigne %2$s et seront exclu·es des plans de site XML. %3$sPlus d'informations sur les réglages de résultats de recherche%4$s."],"Default for %2$s, currently: %1$s":["Réglages par défaut pour %2$s, actuellement : %1$s "],"Show %s in search results?":["Afficher les %s dans les résultats de recherche?"],"this author's archives":["archives de cet auteur"],"Do not allow search engines to show %s in search results.":["Empêcher les moteurs de recherche d’afficher %s dans les résultats de recherche."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Les URL de catégorie contiennent un préfixe dans WordPress tel que %s. Cette fonctionnalité le retire mais seulement pour les catégories. "],"Category URLs":["URL des catégories "],"the archive for %s":["l'archive des %s"],"Redirect attachment URLs to the attachment itself?":["Rediriger les URL des fichiers joints aux médias?"],"We recommend you set this to Yes.":["Nous vous recommandons de sélectionner \"Oui\"."],"Media & attachment URLs":["URL de médias et fichiers joints"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["C'est ce qui apparaît dans les résultats de recherche lorsque les internautes trouvent votre page d'accueil. Cela signifie qu'ils vous recherchaient probablement au travers du nom de votre marque."],"date archives":["archives de date "],"archives for authors without posts":["archives d’auteurs sans publication "],"Read why XML Sitemaps are important for your site.":["Découvrez pourquoi les plans de site XML sont importants pour votre site."],"Enable the XML sitemaps that %s generates.":["Activer les plans de site générés par %s."],"See the XML sitemap.":["Voir le plan de site XML."],"%2$s (current default for %1$s)":["%2$s (réglage par défaut pour les %1$s) "],"Media":["Médias"],"Content Types":["Type de contenu "],"Should search engines follow links on this %1$s?":["Les moteurs de recherche doivent-ils suivre les liens sur le contenu %1$s?"],"Allow search engines to show this %s in search results?":["Autoriser les moteurs de recherche à afficher le contenu %s dans les résultats de recherche? "],"Search Appearance":["Réglages SEO"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Veuillez spécifier quel types de publications vous souhaiteriez voir apparaître \ndans les résultats de recherche.\nSi vous ne savez pas le déterminer, il vaut mieux mieux choisir \nles réglages par défaut."],"Search engines should show \"%1$s\" in search results:":["Les moteurs de recherche devraient afficher les %1$s dans les résultats de recherche :"],"Search engine visibility":["Visibilité dans les moteurs de recherche"],"Toggle %1$s's XML Sitemap":["Activer le plan de site XML de %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Les demandes de supports crées ici sont directement envoyés à notre outil de support qui est sécurisé avec un certificat SSL 256 bit afin que nos communications soient sécurisées."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La fonctionnalité des contenus Cornerstone vous permets de distinguer et filtrer les contenus les plus importants de votre site."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si vous avez un problème qui n'est pas résolu grâce à nos tutoriels vidéo ou notre base de connaissances, vous pouvez envoyer un message à notre support. Ils peuvent être contactés 24/7."],"Search result":["Résultats de recherche"],"Good results":["Déjà optimisé"],"Get better search results in local search":["Obtenez de meilleurs résultats locaux"],"Allow customers to pick up their %s order locally":["Permet à vos clients de récupérer leur commandes %s sur place. "],"SEO analysis":["Analyse SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["L'analyse SEO propose des suggestions pour améliorer le référencement de votre texte."],"Learn how the SEO analysis can help you rank.":["Découvrez comment l'analyse SEO peut améliorer votre référencement."],"The readability analysis offers suggestions to improve the structure and style of your text.":["L'analyse de lisibilité propose des suggestions pour améliorer la structure et le style de votre texte."],"Discover why readability is important for SEO.":["Découvrez pourquoi la lisibilité est importante pour le SEO."],"Find out how cornerstone content can help you improve your site structure.":["Découvrez comment les contenus Cornerstone peuvent améliorer votre structure de site."],"The text link counter helps you improve your site structure.":["Le compteur de liens vous aide à améliorer la structure de votre site."],"Find out how the text link counter can enhance your SEO.":["Découvrez comment le compteur de liens peut améliorer votre SEO."],"%s integration":["Intégration de %s "],"Read more about how %s works.":["Découvrez comment %s fonctionne."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activez cette fonctionnalité si vous voulez que Facebook et d'autres réseaux sociaux affichent un extrait avec images lorsque votre site est partagé."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activez cette fonctionnalité si vous voulez que Twitter affiche un extrait avec images lorsque votre site est partagé."],"Find out why you should upgrade to %s":["Découvrez pourquoi vous devriez passer à %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Derniers articles sur %1$s"],"Need help?":["Besoin d'aide?"],"Type here to search...":["Écrivez ici pour rechercher..."],"Search the Yoast Knowledge Base for answers to your questions:":["Cherchez dans la base de connaissances de Yoast pour trouver les réponses à vos questions :"],"Remove highlight from the text":["Retirer le surlignement du texte"],"Your site language is set to %s. ":[""],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Optimisez rapidement votre référencement avec %2$sl'assistant de configuration%3$s de %1$s!"],"First-time SEO configuration":["Première configuration SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["La langue de votre site est réglée à {language}. Si ce n’est pas approprié, contactez l’administrateur de votre site. "],"Your site language is set to {language}.":["Votre site est réglé en {language}. "],"Highlight this result in the text":["Surligner ce résultat dans le texte"],"Considerations":["Considérations "],"Errors":["Erreurs"],"Change language":["Changer de langue"],"You cannot create a %s file.":["Vous ne pouvez pas créer de fichier %s."],"You cannot edit the %s file.":["Vous ne pouvez pas modifier le fichier %s."],"Updated %s":["%s mis à jour"],"Create %s file":["Créer le fichier %s "],"Edit the content of your %s:":["Modifiez le contenu de votre %s :"],"Save changes to %s":["Enregistrer les changements de %s"],"%s file":["fichier %s "],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s et %2$s peuvent encore mieux fonctionner ensemble en ajoutant une extension complémentaire. Veuillez installer %3$s pour vous faciliter la vie. %4$s. "],"More information":["Plus d'informations"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s et %2$s peuvent encore mieux fonctionner ensemble en ajoutant une extension complémentaire. Veuillez activer %3$s pour vous faciliter la vie. "],"More information about %1$s":["Plus d'informations au sujet de %1$s"],"Configuration Wizard":["Assistant de configuration "],"You've done it!":["Vous avez réussi!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Intègre facilement %1$s à %2$s pour l'analyse de contenu!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s et %2$s peuvent encore mieux fonctionner ensemble en ajoutant une extension complémentaire. Veuillez installer %3$s pour vous faciliter la vie. "],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Les réglages SEO de %1$s sont composés de variables qui sont remplacées par les valeurs des pages en question. Le tableau ci-dessous donne la liste des variables disponibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marquez les contenus les plus importants des %1$s comme \"contenus Cornerstone\" pour améliorer la structure de votre site. %2$sEn savoir plus sur les contenus Cornerstone (en anglais)%3$s."],"Loading help center.":["Chargement du centre d'aide."],"Get support":["Obtenez de l'assistance"],"View in KB":["Voir dans la documentation"],"Go back":["Retour"],"Go back to the search results":["Retour aux résultats de recherche"],"(Opens in a new browser tab)":["(S’ouvre dans un nouvel onglet) "],"Posts %1$swithout%2$s a focus keyphrase":["Articles %1$ssans%2$s mot-clé principal"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, votre SEO se porte plutôt bien! Regardez les statistiques :"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Vous n'avez pas encore publié d'articles, vos scores SEO apparaîtront une fois que vous l'aurez fait!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Sur cette page, vous pouvez changer le nom de votre site et choisir\nle séparateur à utiliser. Ce dernier apparaîtra, par exemple, entre \nvotre titre de publication et le nom de votre site. Les symboles sont affichés \ndans la taille qu'ils auront dans les résultats de recherche. Choisissez-en\nun qui colle à votre marque ou qui prend le moins de place dans l'extrait."],"Something else":["Quelque chose d'autre"],"A portfolio":["Un portefeuille"],"A corporation":["Une compagnie"],"A small offline business":["Une petite entreprise « hors-ligne » "],"A news channel":["Une chaîne d’information "],"An online shop":["Une boutique en ligne "],"A blog":["Un blogue"],"What does the site %1$s represent?":["Que représente le site %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Si vous choisissez « Désactivé », vos archives d'auteur seront désactivées\npour éviter de générer du contenu dupliqué."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Remarque : Nous ne conservons aucune de vos données et nous n'avons pas accès \nà votre compte. Votre vie privée nous tient à cœur."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s s’intègre à Google Search Console, un outil indispensable pour les webmestres. Il vous permet d’obtenir des informations sur la santé de votre site. Vous n’avez pas encore de compte Google ou votre site n’est pas encore activé? %2$sDécouvrez comment lier Google Search Console à votre site.%3$s "],"Option B: My site is under construction and should not be indexed":["Option B : Mon site est en construction et ne devrait pas être indexé."],"Option A: My site is live and ready to be indexed":["Option A : Mon site est en live et prêt à être indexé."],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Choisissez \"en construction\" si vous souhaitez que votre site ne soit pas indexé par les moteurs de recherche. N’oubliez pas de changer le réglage une fois que votre site est prêt à être publié. "],"Please specify if your site is under construction or already active.":["Veuillez préciser si votre site est en construction ou déjà en ligne."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Cette information sera utilisée dans les cartes du Knowledge Graph de Google, \nle grand bloc d'informations que vous voyez à droite des résultats de recherche."],"Read more like this on our SEO blog":["Lisez plus d'informations comme celle-ci sur notre blog SEO"],"Readability: %s":[""],"Not activated":["Pas activé"],"Activated":["Activé"],"%1$s recommendations for you":["%1$s recommandations pour vous "],"All Readability Scores":["Tous les pointages de lisibilité "],"Filter by Readability Score":["Filtrer par pointage de lisibilité"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Vous ne recevez ni mises à jour, ni support ! Réglez ce problème en ajoutant ce site et activez %1$s pour ce domaine dans %2$s."],"Request method %1$s is not valid.":["La méthode de requête %1$s n'est pas valide."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Souhaitez-vous voir ce à quoi ressemblera le partage de cette publication sur %1$s ? Vous le pouvez, avec %2$s."],"Good job! All the links in your texts have been counted.":["Beau travail! Tous les liens dans vos textes ont été comptés."],"Calculation completed.":["Calcul terminé. "],"Calculation in progress...":["Calcul en cours… "],"Stop counting":["Calcul terminé."],"Counting links in your texts":["Comptage les liens dans vos textes "],"Text %1$s of %2$s processed.":["%1$s texte sur %2$s fait."],"All your texts are already counted, there is no need to count them again.":["Tous vos textes sont déjà comptés, ce n’est pas nécessaire de les compter à nouveau. "],"Count links in your texts":["Compter les liens dans vos textes "],"Text link counter":["Compteur de lien textuel"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Nombre de liens internes vers cette publication. Voir le texte \"Colonnes Yoast\" dans l'onglet aide pour plus d'info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Nombre de liens internes dans cette publication. Voir \"Colonnes Yoast\" dans l'onglet Aide pour plus d'info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s ajoute plusieurs colonnes à cette page. Nous avons écrit un article expliquant %2$scomment utiliser les pointages SEO et de lisibilité%3$s. La colonne des liens affiche le nombre de contenus sur ce site faisant des liens %5$svers%6$s ce contenu et le nombre d’URL visées %5$spar%6$s ce contenu. Apprenez-en plus sur %4$sl’utilisation de ces fonctionnalités et l’amélioration de votre maillage interne%3$s, ce qui améliore fortement votre référencement naturel."],"%s Columns":["Colonnes %s"],"Readability score":["Pointage de lisibilité"],"Other benefits of %s for you:":["Autres bénéfices de %s pour vous :"],"Scroll to see the preview content.":["Faire défiler pour voir l’aperçu du contenu."],"Cornerstone content":["Contenu Cornerstone"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s va maintenant prendre en charge l’optimisation technique nécessaire pour votre site. Pour vraiment améliorer sa performance dans les résultats de recherche, il est important de créer des contenus qui correspondent réellement aux requêtes qui vous intéressent. Visionnez cette vidéo pour savoir comment utiliser le gestionnaire de métadonnées de %1$s quand vous modifiez des articles ou des pages."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Si vous souhaitez dépasser la concurrence dans une ville ou une région spécifique, intéressez vous à notre extension %1$s ! Vous pourrez facilement insérer des cartes Google, les heures d’ouverture, des informations de contact et un localisateur de magasin. %1$s vous aide à améliorer la convivialité de votre page de contact."],"Attract more customers near you":["Attirez plus de consommateurs près de chez vous"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Voulez-vous tout connaître en ce qui concerne %1$s ? Voulez-vous tout apprendre sur nos réglages avancés/%postname%/.":["Vous n’avez pas le nom de l’article dans l’URL de vos articles et pages. Il est fortement recommandé de l’avoir. Il est suggéré d’ajuster la structure de vos permaliens pour /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Fils d’Ariane"],"or":["ou"],"Save Profile":["Enregistrer le profil"],"There were no profiles found":["Aucun profil n’a été trouvé. "],"Profile":["Profil"],"Current profile":["Profil actuel"],"Authenticate":["S’authentifier"],"Get Google Authorization Code":["Obtenir un Code d’Autorisation Google"],"Reload crawl issues":["Recharger les problèmes d’exploration"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Pour pouvoir créer une redirection et régler ce problème, vous avez besoin de %1$s. Vous pouvez acheter l’extension, incluant un an de support et de mises à jour, sur %2$s."],"Creating redirects is a %s feature":["la création de redirection est une fonctionnalité de %s."],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Les erreurs qui se sont produites lors de l’exploration du Googlebot pour les téléphones portables (les erreurs n’apparaissent pas dans les desktops)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Les erreurs qui se sont produites lors de l’exploration du Googlebot (les erreurs n’apparaissent pas pour les desktops)."],"Errors that occurred when your site was crawled by Googlebot.":["Les erreurs qui se sont produites lors de l’exploration du Googlebot."],"Issue categories":["Catégories de problème"],"Incorrect Google Authorization Code.":["Code d’autorisation de Google incorrect."],"The issues have been successfully reloaded!":["Les problèmes ont bien été rechargés !"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["La %1$s a été supprimée. Vous devrez vous réauthentifier si vous voulez retrouvez vos données."],"Crawl errors per page":["Erreurs d’exploration par page"],"Search":["Rechercher"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Ne ratez pas vos erreurs d’exploration : %1$sconnectez-vous avec votre Google Search Console ici%2$s."],"Create redirect":["Créer une redirection"],"Mark as fixed":["Marquer comme réglé"],"Response code":["Code de réponse"],"First detected":["Premier détecté"],"Last crawled":["Dernière exploration"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s a détecté que vous utiliser une version de %2$s qui est incompatible avec %1$s. Veuillez mettre à jour %2$s pour utiliser cette fonctionnalité."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Les extensions de Yoast partagent du code entre elles pour les rendre plus rapide. Cela suppose qu’elles soient toutes à jour. Nous avons détecté que ce n’est pas le cas, donc veuillez mettre à jour toutes les extensions de Yoast qui ne le sont pas."],"Feature phone":["Fonction téléphone"],"Smartphone":["Smartphone"],"Desktop":["Ordinateur"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["L’URL cible n’existe pas mais le serveur ne retourne pas d’erreur 404 (fichier non trouvé)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Le temps de la demande est écoulé ou le site bloque Google."],"Server Error":["Erreur serveur"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Le Googlebot pourrait accéder à votre site, mais l’accès à certaines adresses est bloqué dans votre %1$s. Ce blocage pourrait être pour tous les Googlebot ou uniquement pour le Googlebot-mobile."],"Blocked":["Bloqué"],"Google was unable to crawl this URL due to an undetermined issue.":["Google n’a pas pu exploré cette adresse en raison d’un problème indéterminé."],"URL points to a non-existent page.":["L’adresse pointe vers une page inexistante."],"Not found":["Non trouvé"],"Not followed":["Non suivi"],"Faulty redirects":["Redirections défectueuses"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Le serveur nécessite une authentification ou bloque l’accès au site au Googlebot."],"Access denied":["Accès refusé"],"Deactivate %s":["Désactiver %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["L’extension %1$s pourrait provoquer des problèmes si utiliser en conjonction avec %2$s."],"Upload Image":["Mettre en ligne une image"],"Remove these ads?":["Supprimer les publicités"],"%s Posts Overview":["Vue d’ensemble des articles de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Le titre est utilisé dans les fils d’Ariane où cette taxinomie apparait."],"Breadcrumbs title":["Titre du fil d’Ariane"],"The canonical link is shown on the archive page for this term.":["Le lien canonique s’affiche sur la page d’archive pour ce terme."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest "],"Other":["Autres"],"Archives":["Archives"],"Email":["E-mail"],"Previous":["Précédent"],"Next":["Suivant"],"Close":["Fermer"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s et %2$s peuvent tous les deux créer des plans de site XML. En avoir deux n’est pas recommandé pour les moteurs de recherche et pourrait même ralentir votre site."],"Configure %1$s's Open Graph settings":["Configurer les réglages de l’OpenGraph de %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["%1$s et %2$s créent des métadonnées OpenGraph, ce qui pourrait faire que Facebook, Twitter, LinkedIn et d’autres réseaux sociaux utilisent de mauvais textes et de mauvaises images lorsque vos pages sont partagées."],"%s Image":["%s Image"],"%s Description":["%s Description"],"%s Title":["%s Titre"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["La taille d’image recommandée pour %1$s est de %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Si vous voulez remplacer l’image utilisée pour cette publication sur %s, téléversez/choisissez une image ici."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si vous ne souhaitez pas utiliser la méta description pour partager l’article sur %s mais voulez une autre description, inscrivez-la ici."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si vous ne souhaitez pas utiliser le titre de l’article sur %s mais voulez au contraire un autre titre, enregistrez-le ici."],"very difficult":["très difficile"],"Try to make shorter sentences, using less difficult words to improve readability":["Essayez de faire des phrases plus courtes, en utilisant des mots moins compliqués afin d’améliorer la lisibilité"],"difficult":["difficile"],"Try to make shorter sentences to improve readability":["Essayez de faire des phrases plus courtes pour améliorer la lisibilité"],"fairly difficult":["assez difficile"],"OK":["OK"],"fairly easy":["assez facile"],"easy":["facile"],"very easy":["très facile"],"Meta Desc.":["Méta Desc."],"All SEO Scores":["Tous les scores SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problème SEO : L’image à la Une doit être au moins de 200 x 200 pixels pour être exploitable par Facebook et les autres réseaux sociaux."],"(no parent)":["(aucun parent)"],"Post is set to noindex.":["L’article est réglé sur noindex."],"The URL that this page should redirect to.":["L’URL vers laquelle cette page devrait rediriger."],"301 Redirect":["Redirection 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["L’URL canonique vers laquelle cette page devrait pointer. Laissez ce champ vide pour utiliser le permalien par défaut. Les %1$sURL canoniques vers d’autres domaines%2$s sont aussi supportées."],"Canonical URL":["URL canonique"],"Title to use for this page in breadcrumb paths":["Titre à utiliser pour cette page dans le fil d’Ariane"],"Breadcrumbs Title":["Titre pour le fil d’Ariane"],"No Snippet":["Pas d’extrait"],"No Archive":["Aucune archive"],"No Image Index":["Pas d’index pour l’image"],"None":["Aucun"],"Site-wide default: %s":["Valeur par défaut pour tout le site : %s"],"Advanced meta robots settings for this page.":["Réglages avancés des méta des robots pour cette page."],"Meta robots advanced":["Méta robots avancés"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Avertissement : même si vous pouvez modifier les méta « robots » ici, tout votre site est réglé en mode « noindex » dans les réglages de vie privée, toute modification effectuée ici n’aura donc aucun effet. "],"Meta description":["Méta description"],"SEO Title":["Titre SEO "],"Focus keyword":["Mot-clé principal "],"Snippet preview":["Aperçu de l’extrait"],"Settings successfully imported.":["Les réglages ont été importés."],"Settings could not be imported:":["Les réglagles n’ont pas été importés :"],"Breadcrumb for 404 pages:":["Fil d’Ariane pour la page 404 "],"Prefix for search result pages:":["Préfixe pour les pages de résultats de recherche :"],"Prefix for archive pages:":["Préfixe pour les pages d’archive :"],"Prefix for breadcrumbs:":["Préfixe pour le fil d’Ariane :"],"Anchor text for the homepage:":["Texte d’ancrage pour la page d’accueil"],"Breadcrumbs separator:":["Séparateur pour le fil d’Ariane :"],"%s Breadcrumbs":["Fil d’Ariane de %s"],"Use Image":["Utiliser l’image"],"Action":["Action"],"Page URL/Slug":["URL/Identifiant de la page"],"Publication date":["Date de Publication"],"Post Status":["État de l’article"],"WP Page Title":["Titre de la page"],"View":["Voir"],"View “%s”":["Voir “%s”"],"Preview":["Aperçu"],"Preview “%s”":["Prévisualiser “%s”"],"Edit":["Modifier"],"Filter":["Filtrer"],"New Yoast Meta Description":["Nouvelle méta description Yoast"],"Existing Yoast Meta Description":["Méta description Yoast actuelle"],"Facebook profile URL":["URL du profil Facebook"],"Twitter username (without @)":["Identifiant Twitter (sans le @)"],"FAQ":["Questions"],"Premium Support":["Support Premium"],"Settings":["Réglages"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Vous devez vous %1$srendre dans vos Réglages de Lecture%2$s et décocher la case Visibilité des moteurs de recherche."],"Huge SEO Issue: You're blocking access to robots.":["Important problème SEO : Vous bloquez actuellement l’accès aux robots des moteurs de recherche. "],"Posts":["Articles"],"Edit Files":["Modifier les fichiers"],"Advanced Variables":["Variables avancées"],"Basic Variables":["Variables de base"],"General":["Général"],"Extensions":["Extensions"],"Search Console":["Search Console"],"Tools":["Outils"],"Advanced":["Avancé"],"XML sitemaps":["Plan de site XML"],"Social":["Réseaux sociaux"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s a détecté que vous utiliser la version de %2$s de %3$s. Veuillez la mettre à jour pour éviter les problèmes de compatibilité."],"Just another WordPress site":["Un site utilisant WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Vous utilisez toujours le slogan par défaut de WordPress, un vide serait même plus efficace. %1$sVous pouvez régler cela dans la personnalisation%2$s."],"You have used HTML in your value which is not allowed.":["Votre valeur inclut du code HTML non autorisé."],"You can't edit %s that aren't yours.":["Vous ne pouvez pas modifier les %s qui ne sont pas à/de vous."],"You can't edit %s.":["Vous ne pouvez pas modifier %s."],"Post has an invalid Content Type: %s.":["L’article a un type de contenu non valide : %s."],"Post doesn't exist.":["L’article n’existe pas."],"course\u0004Free:":["Gratuit :"],"posts\u0004Trash (%s)":["Supprimez le (%s)","Supprimez les (%s)"],"posts\u0004All (%s)":["Tout (%s)","Tous (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/fr_FR.json b/Resources/Private/Languages/fr_FR.json index a34ec9e..24470d4 100644 --- a/Resources/Private/Languages/fr_FR.json +++ b/Resources/Private/Languages/fr_FR.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n > 1;","lang":"fr"},"Has feedback":["Dispose d’un retour"],"Content optimization:":["Optimisation du contenu :"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s : %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLisibilité%2$s : %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Lisez %1$scet article pour comprendre les raisons qui nous poussent à ne plus être compatible avec les anciennes versions.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Si vous avez repoussé la mise à jour vers la version %2$s (ou supérieur) à cause du nouvel éditeur Gutenberg, préférez l’installation de l’extension Classic Editor. Elle vous permettra d’avoir la même expérience d’édition mais avec la sécurité et les mises à jour de WordPress et %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sMettez à jour WordPress dans sa dernière version%2$s%3$sNous avons remarqué que vous n’utilisez pas la dernière version de WordPress, ce qui peut poser problème prochainement. Pour des raisons de sécurité et de stabilité, %4$s n’est compatible qu’avec la version actuelle et la précédente de WordPress. Lorsque la prochaine version sortira, nous serons alors compatible avec les versions %6$s et %7$s. Cela signifie que vous ne recevrez plus de mises à jour de %5$s tant que vous ne mettrez pas à jour WordPress alors assurez-vous de le faire rapidement !%3$s%3$s"],"Post Noindexed":["Publication désindexée"],"No Focus Keyphrase":["Pas de requête cible"],"Person logo / avatar":["Avatar/logo de personne"],"Extend %s":["Étendre %s"],"Enroll in the %s for WordPress training":["Suivez la formation pour WordPress de %s"],"Posts with the SEO score: %s":["Publications avec le score SEO : %s"],"SEO: %s":["SEO : %s"],"%s video tutorial":["Tutoriel vidéo de %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Pour voir vos erreurs d’exploration actuelles, %1$sveuillez vous rendre sur Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google a mis fin à son API d’erreurs d’exploration. Par conséquent, les éventuelles erreurs que vous pourriez avoir ne peuvent plus être affichées ici. %1$sLisez notre déclaration à ce sujet pour plus d’informations%2$s."],"Remove this message":["Supprimer ce message"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimisez vraiment votre site pour une audience locale avec notre extension %s ! Adresse postales détaillées, heures d’ouverture, localisateur de magasin et options de retrait !"],"Serving local customers?":["Vous travaillez avec des clients locaux ?"],"Get the %s plugin now":["Obtenez l’extension %s"],"Organization social profiles":["Profils sociaux de l’organisation"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Vous pouvez modifier les détails affichés dans les métadonnées comme les réseaux sociaux, le nom et la description de cet utilisateur au travers de leur page de profil %1$s."],"Personal info":["Informations personnelles"],"Organization logo":["Logo de l’organisation"],"Organization name":["Nom de l’organisation"],"Choose whether the site represents an organization or a person.":["Choisissez si votre site représente une organisation ou une personne."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Pour faire en sorte que votre vite représente une société ou une organisation, allez dans les %1$sréglages SEO%2$s et procédez à ce réglage."],"To change the social accounts used for your site, update the details for %1$s.":["Pour changer les comptes sociaux utilisés pour votre site, mettez à jour les détails de %1$s."],"That means that the form and information below is disabled, and not used.":["Cela signifie que le formulaire et les informations ci-dessous seront désactivées, si non utilisés."],"Your website is currently configured to represent a Person":["Votre site est actuellement configuré pour représenter une personne"],"(if one exists)":["(si une existe)"],"Wikipedia page about you":["Page Wikipédia à votre propos"],"YouTube profile URL":["URL de profil Youtube"],"Tumblr profile URL":["URL de profil Tumblr"],"SoundCloud profile URL":["URL de profil Soundcloud"],"MySpace profile URL":["URL de profil Myspace"],"Organization or person":["Organisation ou personne"],"The person":["La personne"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Votre site représente-t-il une personne ou une organisation ?"],"The name of the organization":["Le nom de l’organisation"],"Provide an image of the organization logo":["Fournissez une image du logo de l’organisation"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Vous avez précédemment réglé votre site en tant que représentant d’une personne. Nous avons amélioré les fonctionnalités de données structurées (Schema et Knowledge Graph), donc nous vous invitons à %1$s compléter ces réglages%2$s."],"Select a user...":["Sélectionner un utilisateur…"],"Uncategorized":["Non classé"],"Name:":["Nom :"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Vous avez sélectionné l’utilisateur %1$s en tant que personne représentée par ce site. Les informations de son profil seront maintenant utilisés pour les résultats de recherche. %2$sMettez à jour son profil pour vérifier que les informations sont correctes%3$s."],"Error: Please select a user below to make your site's meta data complete.":["Erreur : Veuillez sélectionner un utilisateur ci-dessous pour compléter les métadonnées de votre site."],"SEO score: %s":["Score SEO : %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Si une page Wikipédia existe à votre sujet ou à propos de votre organisation, ajoutez-la également."],"Wikipedia URL":["URL Wikipédia"],"Pinterest profile URL":["URL de profil Pinterest"],"Instagram profile URL":["URL de profil Instagram"],"LinkedIn profile URL":["URL de profil LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["La recherche de mots-clés est essentielle pour une stratégie de référencement. Vous décidez des termes de recherche grâce auxquels vous souhaitez être visible et déterminez ceux que votre audience utilise pour vous chercher. Une bonne étude lexicale vous indique les contenus que vous devrez produire pour être visible sur les requêtes souhaitées. Assurez-vous que vous ciblez des mots-clés crédibles ! La %1$s vous apprend à le faire, pas à pas."],"SEO for Beginners training":["Formation « SEO pour les débutants »"],"%s for WordPress training":["Formation « WordPress %s »"],"All-around SEO training":["Formation « Tout sur le SEO »"],"The image you selected is too small for Facebook":["L’image sélectionnée est trop petite pour Facebook"],"The given image url cannot be loaded":["L’URL de l’image ne peut pas être chargée"],"Find out what words your audience uses to find you":["Découvrez quels mots utilise votre audience pour vous chercher"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sTest de lisibilité Flesch%2$s : Votre contenu obtient %3$s au test, ce qui est considéré comme %4$s à lire. %5$s"],"No JSON object was returned.":["Aucun objet JSON n’a été renvoyé."],"Received internal links":["Liens internes reçus"],"Outgoing internal links":["Liens internes émis"],"New step added":["Nouvelle étape ajoutée"],"New question added":["Nouvelle question ajoutée"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Pour créer une redirection et corriger ce problème, il vous faut %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Vous pouvez acheter l’extension, avec un an de support et de mises à jour, sur %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["La fonctionnalité de comptage de liens vous permet de déterminer combien de liens contiennent vos textes et combien font des liens internes. C’est très utile lorsque vous améliorez votre %1$smaillage interne%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Pour que cette fonctionnalité fonctionne, %1$s nécessite au moins la version PHP %2$s. Nous avons détectée la version %3$s sur votre site."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Veuillez bien réfléchir aux implications et %1$slisez cet article (EN)%2$s si vous souhaitez plus d’informations sur l’affichage des médias dans les résultats de recherche."],"Keyphrase":["Requête"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Pour que cette fonctionnalité fonctionne, %1$s a besoin de créer une table dans votre base de données. Nous n’avons pas réussi à le faire automatiquement."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["En activant cette option, les URL de fichiers joints apparaissent à vos visiteurs et à Google. Vous ajouter de la valeur à votre site, ils devraient contenir des informations utiles. Dans le cas contraire, cela aura un impact négatif sur votre référencement."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["La fonctionnalité du %3$scompteur de liens%4$s (introduite dans %1$s %2$s) est actuellement désactivée."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Veuillez consulter %1$scet article de notre base de connaissances (EN)%2$s pour comprendre comment résoudre ce problème."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Pour nous assurer que tous les liens de vos textes sont comptés, nous devons analyser toutes vos publications."],"All you have to do is press the following button and we'll go through all your texts for you.":["Vous n’avez qu’à cliquer sur le bouton suivant et nous le ferons pour vous."],"Count links":["Compter les liens"],"Free":["Gratuit"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sTextes alternatifs%5$s : Sur %2$d images de cette publication, %1$d ont des textes alternatifs qui contiennent votre requête cible ou ses synonymes. C’est un peu trop. %4$sN’utilisez ces termes que lorsqu’ils correspondent réellement à l’image%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sTextes alternatifs%2$s : Bon travail !"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sTextes alternatifs%5$s : Sur %2$d images de cette publication, seulement %1$d a un texte alternatif qui reflète le sujet de votre texte. %4$sAjoutez votre requête cible ou ses synonymes aux textes alternatifs pertinents%5$s !","%3$sTextes alternatifs%5$s : Sur %2$d images de cette publication, seulement %1$d ont un texte alternatif qui reflète le sujet de votre texte. %4$sAjoutez votre requête cible ou ses synonymes aux textes alternatifs pertinents%5$s !"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sTextes alternatifs%3$s : Les images de cette publication n’ont pas de texte alternatif qui reflètent le sujet de votre texte. %2$sAjoutez votre requête cible ou ses synonymes aux textes alternatifs qui seraient pertinents%3$s !"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sTextes alternatifs%3$s : Les images de cette publication ont des textes alternatifs mais vous n’avez pas défini de requête cible. %2$sRenseignez-en une%3$s !"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sRequête en intertitre%2$s : %3$s de vos intertitres de haut-niveau reflète le sujet de votre contenu. Bon travail !","%1$sRequête en intertitre%2$s : %3$s de vos intertitres de haut-niveau reflètent le sujet de votre contenu. Bon travail !"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sRequête en intertitre%2$s : Vos intertitres de haut niveau reflètent le sujet de votre contenu. Bon travail !"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sRequête en intertitre%3$s : %2$sUtilisez plus souvent la requête cible ou ses synonymes dans vos intertitres de haut niveau%3$s !"],"Page %s":["Page %s"],"Cannot get the size of %1$s because of unknown reasons.":["Impossible de récupérer la taille de %1$s pour des raisons inconnues."],"Cannot get the size of %1$s because it is hosted externally.":["Impossible de récupérer la taille de %1$s car elle est externe au site."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Activez simplement la fonctionnalité et vous pourrez utiliser l’analyse recalibrée. En parallèle, nous vous ajouterons à notre liste de diffusion dédiée. Nous ne communiquerons avec vous qu’au sujet de votre expérience avec ce recalibrage !"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Nous avons %1$srecalibré notre analyse%2$s. Avec la nouvelle analyse, nous nous approcherons encore plus de la façon dont Google voit votre site. Ce serait %3$sfantastique%4$s si vous pouvez %3$snous aider à tester cette fonctionnalité%4$s !"],"Get an even better analysis":["Obtenez une analyse encore meilleure"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTitre de niveau 1%3$s : Les H1 ne devraient être utilisés que pour votre titre principal. Trouvez-les dans votre texte et %2$spassez-les à un niveau inférieur%3$s !"],"Improve sharing on Facebook and Pinterest":["Améliore le partage sur Facebook et Pinterest"],"You do not have the required rights to export settings.":["Vous n’avez pas les droits suffisant pour exporter les réglages."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copiez tous ces réglages dans l’onglet %1$s d’un autre site et cliquez ensuite sur « %1$s »."],"These are settings for the %1$s plugin by %2$s":["Ce sont des réglages pour l’extension %1$s par %2$s"],"No settings found.":["Aucun réglage trouvé."],"Export your %1$s settings here, to copy them on another site.":["Exportez vos réglages de %1$s ici, afin de les copier vers un autre site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["L’import de réglages ne fonctionne que sur les serveurs qui fonctionnent sous PHP 5.3 ou supérieur."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importez des réglages en collant ceux copiés depuis un autre site et cliquez sur « %s »."],"Paste your settings from another %s installation.":["Collez vos réglages depuis une autre installation de %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvée 0 fois. C’est moins que le minimum requis de %3$d fois pour un texte de cette taille. %4$sConcentrez-vous sur votre requête%2$s !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est moins que le minimum recommandé de %3$d fois pour un texte de cette taille. %4$sConcentrez-vous sur votre requête%2$s !","%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est moins que le minimum recommandé de %3$d fois pour un texte de cette taille. %4$sConcentrez-vous sur votre requête%2$s !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensité de requête%2$s : La requête cible a été trouvée %3$d fois. C’est très bien !","%1$sDensité de requête%2$s : La requête cible a été trouvée %3$d fois. C’est très bien !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s !","%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est bien plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s !","%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est bien plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s !"],"Indexable deleted for object %1$s with type %2$s":["Élément indexable supprimé pour l’objet %1$s avec type %2$s"],"Indexable saved for object %1$s with type %2$s":["Élément indexable enregistré pour l’objet %1$s avec type %2$s"],"Indexable created for object %1$s with type %2$s":["Élément indexable créé pour l’objet %1$s avec type %2$s"],"Indexable meta deleted.":["Métadonnée indexable supprimée."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Métadonnée indexable enregistrée pour l’ID indexable %1$s avec clé méta %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Métadonnée indexable créée pour l’ID indexable %1$s avec clé méta %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Aucune métadonnée n’a été trouvée pour l’ID indexable %1$s et clé méta %2$s."],"There is no indexable found for author id %1$s.":["Aucun élément indexable n’a été trouvé pour l’ID auteur %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Aucun terme primaire n’a été trouvé pour l’ID de publication %1$s et taxonomie %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Aucun élément indexable n’a été trouvé pour l’ID de terme %1$s et taxonomie %2$s."],"There is no indexable found for post id %1$s.":["Aucun élément indexable n’a été trouvé pour l’ID de publication %1$s."],"Method %1$s() does not exist in class %2$s":["La méthode %1$s() n’existe pas dans la classe %2$s"],"With %s, you can easily create such redirects.":["Avec %s, vous pouvez facilement créer de telles redirections."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Changer les réglages de permaliens peut sérieusement impacter votre visibilité sur les moteurs de recherche. On ne devrait %1$s jamais %2$s les changer sur un site en production."],"WARNING:":["AVERTISSEMENT :"],"Learn about why permalinks are important for SEO.":["Découvrez en quoi les permaliens sont importants pour votre référencement."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sMots-outils dans la requête%3$s : Votre requête « %4$s » contient uniquement des mots-outils. %2$sApprenez à concevoir de bonnes requêtes.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Saviez-vous que %s analyse également les différentes variantes de votre requête, comme le pluriel ou la conjugaison au passé ?"],"Clear Image":["Effacer l’image"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongueur de la requête%3$s : %2$sSaisissez une requête pour calculer votre score SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sRequête dans le slug%2$s : Plus de la moitié de votre requête apparaît dans le slug. C’est super !"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sRequête dans le slug%3$s : (Une partie de) votre requête n’apparaît pas dans le slug. %2$sAjoutez-en plus%3$s !"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sRequête dans le slug%2$s : Bon travail !"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sRequête dans le titre%3$s : Tous les mots de votre requête « %4$s » n’apparaissent pas dans le méta titre. %2$sEssayez d’utiliser les mêmes mots dans le même ordre%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sRequête dans le titre%3$s : Votre méta titre ne contient pas tous les mots. %2$sEssayez d’utiliser les mêmes mots dans le même ordre%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sRequête dans le titre%3$s : Les mots de votre requête apparaissent dans le méta titre, mais pas au début. %2$sEssayez de les déplacez%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sRequête dans le titre%2$s : Les mots de votre requête apparaissent au début de votre méta titre. Bon travail !"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribution de la requête%2$s : Bon travail !"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribution de la requête%3$s : inégale. Certaines parties de votre texte ne contiennent ni la requête, ni ses synonymes. %2$sDistribuez-les plus équitablement%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribution de la requête%3$s : très inégale. De grandes parties de votre texte ne contiennent ni votre requête, ni ses synonymes. %2$sDistribuez-les plus équitablement%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribution de requête%3$s : %2$sÉcrivez votre requête ou ses synonymes dans le texte afin que nous puissions calculer leur distribution%3$s."],"Help on choosing the perfect focus keyphrase":["Aide pour obtenir la requête cible parfaite"],"Would you like to add a related keyphrase?":["Souhaiteriez-vous ajouter une variante de requête ?"],"Go %s!":["Passez %s !"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Ne pas afficher la date des archives dans les résultats de recherche correspond techniquement à une métadonnée %1$s pour les robots. %2$sPlus d’informations sur les réglages des résultats de recherche%3$s."],"Rank better with synonyms & related keyphrases":["Soyez plus visible avec des synonymes et des variantes de votre requête"],"optimize a single post for synonyms and related keyphrases.":["optimisez une publication pour des synonymes et des variantes de votre requête."],"Synonyms & related keyphrases":["Synonymes et variantes de requête"],"Add related keyphrase":["Ajouter une variante"],"Dismiss %s upgrade notice":["Ignorer la notification pour passer à %s"],"Upgrade to %s":["Passez à %s"],"%1$s video":["Vidéo de %1$s"],"Get %s":["%s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sRequête déjà utilisée%6$s : Vous avez déjà utilisé cette requête %1$s%2$d fois%3$s. %5$sN’utilisez votre requête qu’une seule fois%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sRequête déjà utilisée%5$s : Vous avez déjà utilisé cette requête %1$sune fois%2$s. %4$sNe l’utilisez pas plus d’une fois%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sRequête déjà utilisée%2$s : Vous n’avez jamais utilisé cette requête, très bien."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sMots d’arrêt dans le slug%3$s : Le slug de cette page contient un mot d’arrêt. %2$sRetirez-le%3$s !","%1$sMots d’arrêt dans le slug%3$s : Le slug de cette page contient des mots d’arrêt. %2$sRetirez-les%3$s !"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug trop long%3$s : Le slug de cette page est un peu trop long. %2$sRaccourcissez-le%3$s !"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sTexte alternatif des images%3$s : Il n’y a pas d’image dans cette page. %2$sAjoutez-en%3$s !"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sAncre avec la requête cible%3$s : Vous faites un lien vers une autre page avec les mots de votre requête. %2$sNe faites pas ça%3$s !"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["C’est très en dessous du minimum recommandé de %5$d mot. %3$sAjoutez plus de contenu%4$s.","C’est très en dessous du minimum recommandé de %5$d mots. %3$sAjoutez plus de contenu%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["C’est en dessous du minimum recommandé de %5$d mot. %3$sAjoutez plus de contenu%4$s.","C’est en dessous du minimum recommandé de %5$d mots. %3$sAjoutez plus de contenu%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLongueur du contenu%4$s : Le contenu a une longueur de %1$d mot.","%2$sLongueur du contenu%4$s : Le contenu a une longueur de %1$d mots."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLongueur du contenu%3$s : Le contenu a une longueur de %1$d mot. Bon travail !","%2$sLongueur du contenu%3$s : Le contenu a une longueur de %1$d mots. Bon travail !"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sRequête en intertitre%3$s : Plus de 75%% de vos intertitres de haut niveau reflètent le sujet de votre contenu. C’est trop. %2$sNe sur-optimisez pas%3$s !"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sLongueur de méta titre%3$s : %2$sVeuillez créer un méta titre%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sLargeur de méta titre%3$s : Le méta titre est plus large que la limite visible. %2$sEssayez de le raccourcir%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sLongueur de méta titre%2$s : Bon travail !"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sLongueur de méta titre%3$s : Le méta titre est trop court. %2$sUtilisez l’espace disponible pour ajouter des variantes ou des appels à l’action%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sLiens externes%2$s : Il y a des liens nofollow et des liens normaux dans cette page. Bon travail !"],"%1$sOutbound links%2$s: Good job!":["%1$sLiens externes%2$s : Bon travail !"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sLiens externes%3$s : Tous les liens externes de cette page sont en nofollow. %2$sAjoutez des liens normaux%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sLiens externes%3$s : Il n’y a pas de lien externe dans cette page. %2$sAjoutez-en%3$s !"],"%1$sMeta description length%2$s: Well done!":["%1$sLongueur de méta description%2$s : Parfait !"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLongueur de méta description%3$s : La méta description fait plus de %4$d caractères. Pour vous assurer qu’elle soit entièrement visible, %2$svous devriez la raccourcir%3$s !"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLongueur de méta description%3$s : La méta description est trop courte (en dessous de %4$d caractères). Vous pouvez aller jusqu’à %5$d caractères, %2$sutilisez cet espace%3$s !"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLongueur de méta description%3$s : Aucune méta description n’a été renseignée. Les moteurs de recherches afficheront du contenu de la page à la place. %2$sAssurez-vous d’en écrire une%3$s !"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sRequête dans la méta description%2$s : La méta description a été renseignée mais elle ne contient pas la requête. %3$sAjoutez-la%4$s !"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sRequête dans la méta description%2$s : La méta description contient la requête %3$s fois, ce qui est supérieur au maximum conseillé de 2 fois. %4$sRéfrénez-vous%5$s !"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sRequête dans la méta description%2$s : La requête ou son synonyme apparaît dans la méta description. Parfait !"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongueur de la requête%5$s : La requête fait %1$d mots. C’est bien plus que le maximum recommandé de %2$d mots. %4$sChoisissez-en une plus courte%5$s !"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongueur de la requête%5$s : La requête fait %1$d mots. C’est au delà du maximum recommandé de %2$d mots. %4$sChoisissez-en une plus courte%5$s !"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLongueur de la requête%2$s : Bon travail !"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongueur de la requête%3$s : Aucune requête cible n’a été définie pour cette page. %2$sRenseignez une requête afin de calculer votre score SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sRequête dans l’introduction%3$s : Votre requête ou ses synonymes n’apparaissent pas dans le premier paragraphe. %2$sAssurez-vous que le sujet soit rapidement évoqué%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sRequête dans l’introduction%3$s : Votre requête ou ses synonymes apparaissent dans le premier paragraphe de la publication mais pas dans la même phrase. %2$sCorrigez ce point%3$s !"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sRequête dans l’introduction%2$s : Parfait !"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sMaillage interne%2$s : Il y a aussi bien des liens internes en nofollow que des liens normaux sur cette page. Bien joué !"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sMaillage interne%2$s : Vous avez assez de liens internes. Bon travail !"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sMaillage interne%3$s : Les liens internes dans cette page sont tous en nofollow. %2$sAjoutez donc de bons liens internes%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sMaillage interne%3$s : Il n’y a aucun lien interne dans cette page, %2$sassurez-vous d’en ajouter%3$s !"],"%1$sTransition words%2$s: Well done!":["%1$sMots de transition%2$s : Parfait !"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sMots de transition%2$s : Seulement %3$s des phrases contiennent des mots de transition, ce qui n’est pas suffisant. %4$sUtilisez-en plus souvent%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sMots de transition%2$s : Aucune de vos phrases ne contient de mots de transition. %3$sUtilisez-en%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sPas assez de contenu%2$s : %3$sVeuillez ajouter du contenu pour permettre une bonne analyse%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribution des intertitres%2$s : Vous n’utilisez pas d’intertitres mais votre contenu est suffisamment court pour ne pas en mériter."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribution des intertitres%2$s : Vous n’utilisez pas d’intertitres alors que votre contenu est relativement long. %3$sEssayez d’en ajouter%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribution des intertitres%2$s : %3$d section de votre contenu fait plus de %4$d mots et n’est pas séparée par des intertitres. %5$sAjoutez-en pour améliorer la lisibilité%2$s.","%1$sDistribution des intertitres%2$s : %3$d sections de votre contenu font plus de %4$d mots et ne sont pas séparées par des intertitres. %5$sAjoutez-en pour améliorer la lisibilité%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribution des intertitres%2$s : Bon travail !"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLongueur de phrase%2$s : %3$s des phrases contiennent plus de %4$s mots, ce qui est au delà du ratio maximum recommandé de %5$s. %6$sEssayez de raccourcir vos phrases%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLongueur de phrase%2$s : Très bien !"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sPhrases consécutives%2$s : Il y a suffisamment de variété dans vos phrases. C’est super !"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sPhrases consécutives%2$s : Le texte contient %3$d phrases consécutives qui commencent avec le même mot. %5$sAjoutez un peu de variété%2$s !","%1$sPhrases consécutives%2$s : Le texte contient %4$d instances dans lesquelles %3$d phrases consécutives ou plus commencent avec le même mot. %5$sAjoutez un peu de variété%2$s !"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVoix passive%2$s : %3$s des phrases sont à la forme passive, ce qui est au delà du ratio maximum recommandé de %4$s. %5$sPassez plutôt à la voix active%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVoix passive%2$s : Vous utilisez suffisamment la voix active. C’est super !"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLongueur des paragraphes%2$s : %3$d des paragraphes font plus du maximum recommandé de %4$d mots. %5$sRaccourcissez vos paragraphes%2$s !","%1$sLongueur des paragraphes%2$s : %3$d des paragraphes font plus du maximum recommandé de %4$d mots. %5$sRaccourcissez vos paragraphes%2$s !"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLongueur des paragraphes%2$s : Aucun de vos paragraphes n’est trop long. Bon travail !"],"Good job!":["Bon travail !"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sTest de lisibilité Flesch%2$s : Votre contenu obtient %3$s au test, ce qui est considéré comme %4$s à lire. %5$s%6$s%7$s"],"Focus keyphrase":["Requête cible"],"%1$s with ID %2$s couldn't be patched":["%1$s avec l’ID %2$s ne peut pas être réparé"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Requête POST non valide. Les valeurs de métadonnées existent déjà pour l’objet avec l’ID %1$s."],"Indexable with ID `%1$s` does not exist":["L’objet indexable dont l’ID est `%1$s` n’existe pas"],"No object with ID %1$s and %2$s could be found":["Aucun objet avec l’ID %1$s et %2$s n’a pu être trouvé"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` n’est pas un sous-type valide de `%2$s`"],"The object type `%1$s` is invalid":["Le type d’objet `%1$s` n’est pas valide"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Le type non valide `%1$s` pour le paramètre a été accepté. `%2$s` était attendu mais `%3$s` a été reçu"],"The parameter `%1$s` cannot be empty.":["Le paramètre `%1$s` ne peut pas être vide."],"Check Keyphrase Density":["Vérifier la densité de requête"],"Disable":["Désactiver"],"Allow Control":["Autoriser le contrôle"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Cet onglet vous permet de désactiver certaines fonctionnalités de %s pour tous les sites du réseau. Par défaut, toutes les fonctionnalités sont activées, ce qui permet aux administrateurs de choisir lesquelles ils veulent activer/désactiver pour leur site. Lorsque vous désactivez une fonctionnalité ici, les administrateurs des sites ne pourront plus l’utiliser du tout."],"%s is a required feature toggle argument.":["%s est un argument d’activation de fonctionnalité obligatoire."],"Keyphrase:":["Requête :"],"Remove keyphrase":["Retirer la requête"],"This feature has been disabled by the network admin.":["Cette fonctionnalité a été désactivée par l’administrateur du réseau."],"Focus keyphrase not set.":["Requête cible non définie."],"Multiple keyphrases":["Plusieurs requêtes cibles"],"Colon":["Deux-points"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s et %2$s gèrent tous les deux le référencement de votre site. En ayant deux solutions concurrentes, vous pourriez créer des conflits au détriment de votre visibilité."],"There is a new notification.":["Il y a une nouvelle notification.","Il y a des nouvelles notifications."],"Learn more about the readability analysis":["Apprenez-en plus sur l’analyse de lisibilité"],"Describe the duration of the instruction:":["Saisissez la durée de cette instruction :"],"Optional. Customize how you want to describe the duration of the instruction":["Optionnel. Personnalisez comment vous voulez décrire cette durée."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Ceci est une liste de contenu liés vers lesquels vous pourriez faire des liens dans cette publication. {{a}}Lisez notre article sur la structure des sites{{/a}} pour en apprendre plus sur l’intérêt du maillage interne pour votre référencement."],"%s, %s and %s":["%s, %s et %s"],"%s and %s":["%s et %s"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d heure","%d heures"],"%d day":["%d jour","%d jours"],"Enter a step title":["Donnez un titre à cette étape"],"Optional. This can give you better control over the styling of the steps.":["Facultatif. Cela vous donne plus de contrôle sur le style des étapes."],"CSS class(es) to apply to the steps":["Classe(s) CSS à appliquer aux étapes"],"minutes":["minutes"],"hours":["heures"],"days":["jours"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Créez un tutoriel optimisé pour le référencement. Vous ne pouvez utiliser qu’un seul bloc Tutoriel par publication."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Créez une FAQ optimisée pour le référencement. Vous ne pouvez utiliser qu’un seul bloc FAQ par publication."],"Copy error":["Erreur de copie"],"An error occurred loading the %s primary taxonomy picker.":["Une erreur est survenue pendant le chargement du sélecteur de taxonomie principale de %s."],"%1$s Structured Data Blocks":["Blocs de données structurées de %1$s "],"Time needed:":["Temps nécessaire :"],"Move question down":["Descendre la question"],"Move question up":["Monter la question"],"Insert question":["Insérer une question"],"Delete question":["Effacer la question"],"Enter the answer to the question":["Saisissez la réponse à la question"],"Enter a question":["Saisissez une question"],"Add question":["Ajouter une question"],"Frequently Asked Questions":["Foire aux questions"],"Great news: you can, with %s!":["Bonne nouvelle : vous le pouvez avec %s !"],"Select the primary %s":["Choisissez la %s principale"],"Check links to this URL":["Vérifier les liens vers cette URL"],"Keyword research training":["Formation à la recherche de mots-clés"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Veuillez vérifier le %1$smodèle d’archive%2$s pour le type de publication suivant : %3$s.","Veuillez vérifier les %1$smodèles d’archive%2$s pour les types de publication suivants : %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Essayez-vous d’utiliser plusieurs requêtes ? Vous devriez les ajouter ci-dessous séparément."],"Mark as cornerstone content":["Marquer comme contenu Cornerstone"],"Move step down":["Faire descendre l’étape"],"Move step up":["Faire monter l’étape"],"Insert step":["Insérer une étape"],"Delete step":["Effacer l’étape"],"Add image":["Ajouter une image"],"Enter a step description":["Saisissez une description d’étape"],"Enter a description":["Saisissez une description"],"Unordered list":["Liste non-ordonnée"],"Showing step items as an ordered list.":["Affichage des étapes comme une liste ordonnée."],"Showing step items as an unordered list":["Affichage des étapes comme une liste non-ordonnée."],"Add step":["Ajouter une étape"],"Delete total time":["Effacer le temps total"],"Add total time":["Ajouter le temps total"],"How to":["Tutoriel"],"How-to":["Tutoriel"],"Snippet Preview":["Édition des métadonnées"],"Analysis results":["Résultats de l’analyse"],"Enter a focus keyphrase to calculate the SEO score":["Saisissez une requête cible pour calculer votre score SEO"],"Learn more about Cornerstone Content.":["En savoir plus sur les contenus Cornerstone."],"Cornerstone content should be the most important and extensive articles on your site.":["Les contenus Cornerstone devraient être les publications les plus importantes et les plus longues de votre site."],"Restore Site":["Restaurer le site"],"Network Settings":["Réglages du réseau"],"You are not allowed to perform this action.":["Vous n’avez pas les droits suffisants pour faire cette action."],"Error: %s":["Erreur : %s"],"Success: %s":["Succès : %s"],"Site with ID %d not found.":["Le site avec l’ID %d est introuvable."],"No site has been selected to restore.":["Aucun site n’a été sélectionné pour la restauration."],"You are not allowed to modify unregistered network settings.":["Vous n’avez pas les droits suffisants pour modifier les réglages d’un réseau non-enregistré."],"deleted":["supprimé"],"Would you like to add another keyphrase?":["Souhaitez-vous ajouter une autre requête ?"],"image preview":["prévisualisation de l’image"],"Copied!":["Copié !"],"Not supported!":["Non compatible !"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lisez {{a}}notre article sur la structure de site{{/a}} pour en savoir plus sur l’impact du maillage interne sur votre référencement naturel."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Une fois que vous aurez ajouté plus de texte, nous vous donnerons une liste de contenus liés que vous pourriez mentionner dans votre publication."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Envisagez de faire des liens vers ces {{a}}articles Cornerstone :{{/a}}"],"Consider linking to these articles:":["Envisagez de faire des liens vers ces articles :"],"Copy link":["Copier le lien"],"Copy link to suggested article: %s":["Copier le lien de l’article suggéré : %s"],"The site's tagline":["Le slogan du site"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Nous avons récemment amélioré les réglages SEO. Malheureusement, nous avons découvert que dans certains cas, l’enregistrement des réglages pour certains types de publications personnalisés pouvait ne plus fonctionner correctement."],"Not all required fields are given. Missing field %1$s":["Tous les champs nécessaires ne sont pas renseignés. Champ manquant %1$s"],"Optimize your site for Google News.":["Optimisez votre pour Google News."],"Optimize your shop's SEO and sell more products!":["Optimisez le référencement de votre e-boutique et vendez plus de produits !"],"Be found in Google Video search and enhance your video sharing on social media.":["Soyez visible dans la recherche vidéo de Google et boostez vos partages sociaux."],"Be found in Google Maps and local results.":["Soyez visible dans Google Maps et les résultats locaux."],"Learn practical SEO skills to rank higher in Google.":["Apprenez des tactiques de référencement pour être plus visible dans Google."],"Don’t waste time figuring out the best settings yourself.":["Ne perdez pas de temps à deviner les meilleurs réglages par vous-même."],"Get quick wins to make your site rank higher in search engines.":["Devenez plus visible dans les résultats de recherche en quelques actions."],"Add synonyms":["Ajouter des synonymes"],"Would you like to add keyphrase synonyms?":["Souhaitez-vous ajouter des requêtes synonymes ?"],"Would you like to add more than one keyphrase?":["Souhaitez-vous ajouter plus d’une requête ?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Vous pouvez éditer les métadonnées SEO de cette page dans les réglages de la %1$spage Boutique%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Vous n’avez pas défini de page « Boutique » dans vos réglages WooCommerce. Veuillez le faire dans un premier temps."],"Current year":["Année en cours"],"Page":["Page"],"Breadcrumb settings for %s archive":["Réglages du fil d’Ariane pour les archives des %s"],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Modifiez votre méta description en l’éditant ici"],"description (custom taxonomy)":["description (taxonomie personnalisée)"],"(custom taxonomy)":["(taxonomie personnalisée)"],"(custom field)":["(champ personnalisé)"],"Term404":["Phrase404"],"Caption":["Légende"],"Pagenumber":["Numéropage"],"Pagetotal":["Nombrepages"],"Page number":["Numéro de page"],"User description":["Description de l’utilisateur"],"ID":["ID"],"Modified":["Modifié"],"Post type (plural)":["Types de publication (au pluriel)"],"Post type (singular)":["Type de publication (au singulier)"],"Separator":["Séparateur"],"Search phrase":["Phrase de recherche"],"Term title":["Titre du terme"],"Term description":["Description de l’élément"],"Tag description":["Étiquette du contenu"],"Category description":["Description de la catégorie"],"Primary category":["Catégorie principale"],"Category":["Catégorie"],"Tag":["Étiquette"],"Excerpt only":["Extrait seulement"],"Excerpt":["Extrait"],"Site title":["Titre du site"],"Archive title":["Titre de l’archive"],"Parent title":["Titre parent"],"Date":["Date"],"Label":["Libellé"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Vous devriez créer une redirection pour vous assurer que les visiteurs n’obtiennent pas une erreur 404 lorsqu’ils cliquent sur des URL cassées."],"Search engines and other websites can still send traffic to your deleted post.":["Les moteurs de recherche et d’autres sites peuvent continuer à envoyer du trafic à votre publication effacée."],"Make sure you don't miss out on traffic!":["Assurez-vous de ne pas perdre de trafic !"],"You just deleted a %1$s.":["Vous venez de supprimer un·e %1$s."],"You just trashed a %1$s.":["Vous venez de mettre un·e %1$s à la corbeille."],"Settings for %s archive":["Réglages pour les archives des %s"],"Settings for single %s URLs":["Réglages pour les URL de %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Les réglages sur cette page vous permettent de définir l’apparence par défaut de vos publications dans les résultats de recherche. Vous pouvez choisir quels types de publications seront indexés et comment doit être construite leur description par défaut."],"Note that not all variables can be used in every field.":["Sachez que toutes les variables ne peuvent pas être utilisées dans tous les champs."],"Snippet variables":["Variables de métadonnées"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s protège votre vie privée. Consultez notre %2$spolitique de confidentialité%3$s pour comprendre comment nous traitons vos données personnelles."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Si vous savez ce que cela signifie et que vous ne souhaitez plus voir ce message, vous pouvez %1$sle masquer%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Vos réglages permettent aux URL des fichiers joints d’exister. Veuillez consulter %1$scet article au sujet du problème que cela peut poser%2$s et vérifiez vos réglages ensuite."],"Unknown type %1$s":["Type inconnu %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Comprend un compte MyYoast gratuit qui vous donner accès à notre formation « SEO for Beginners » !"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Inscrivez-vous à notre newsletter si vous souhaitez rester à jour sur %1$s, d’autres extensions de %2$s, des actualités et des astuces du monde du référencement naturel."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Récupérez votre code de vérification Baidu dans %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Code de vérification Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["L’importateur %s utilise des tables temporaires de base de données. Il semblerait que votre installation WordPress ne le permette pas. Veuillez solliciter votre hébergeur."],"Cleanup of %s data failed.":["Le nettoyage des données de %s a échoué."],"Content Type":["Type de contenu"],"Filter by content type":["Filtrer par type de contenu"],"Show All Content Types":["Afficher tous les types de publication"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Pour régler ce problème, décochez la case de « Diviser les commentaires en pages… » dans %1$sles réglages de Discussion%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Remplacé avec un titre d’archive normal généré par WordPress"],"Clean":["Propre"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Une fois que vous avez la certitude que votre site est OK, vous pouvez le nettoyer. Cela retirera toutes les données antérieures."],"Step 5: Clean up":["Étape 5 : Nettoyez"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Vous devriez lancer l’assistant de configuration depuis SEO → Réglages généraux → Tableau de bord, pour vous assurer que tous les réglages sont corrects."],"Step 4: Run the configuration wizard":["Étape 4 : Lancez l’assistant de configuration"],"Please check your posts and pages and see if the metadata was successfully imported.":["Veuillez vérifier que les métadonnées de vos articles et pages soient bien importés."],"Step 3: Check your data":["Étape 3 : Vérifiez vos données"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Cela importera les métadonnées de vos publications telles que les titres et descriptions SEO dans %1$s. Cela ne fonctionnera que s’il n’existe pas encore de métadonnées appartenant à %1$s. Les données antérieures ne seront pas effacées."],"Step 2: Import":["Étape 2 : Importez"],"Please make a backup of your database before starting this process.":["Veuillez faire une sauvegarde de votre base de données avant de lancer ce processus."],"Step 1: Create a backup":["Étape 1 : Sauvegardez"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Nous avons détecté que vous utilisez une ou plusieurs extensions SEO sur votre site. Veuillez suivre les étapes suivantes pour en importer les données :"],"Plugin: ":["Extension : "],"%s did not detect any plugin data from plugins it can import from.":["%s n’a pas détecté d’extension dont il peut importer les données."],"Posts that should not show up in search results":["Articles qui ne devraient pas apparaître dans les résultats de recherche"],"%s data found.":["%s données trouvées."],"%s data successfully removed.":["Données de %s retirées."],"%s data successfully imported.":["Données de %s importées."],"%s data not found.":["%s données introuvables."],"Improve your SEO skills":["Améliorez vos compétences en référencement"],"24/7 email support":["Support par e-mail 24/7"],"No more dead links a.k.a. 404 pages":["Plus de liens morts (ou pages 404)"],"Get real-time suggestions for internal links":["Recevez des suggestions en temps réel sur votre maillage interne"],"Preview your page in Facebook and Twitter":["Prévisualisez votre page dans Facebook et Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Cliquez sur le bouton « %3$s » pour utiliser la méta description définie dans les %1$sréglages SEO de la page d’accueil%2$s."],"Help on copying the home meta description":["Aide pour copier la méta description de la page d’accueil"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Pour permettre aux moteurs de recherche de savoir quels profils sociaux sont associés à ce site, renseignez les données sociales ci-dessous."],"Learn more about your social profiles settings":["En savoir plus au sujet des réglages des profils sociaux"],"Remove the categories prefix":["Retirer le préfixe des catégories"],"Help on the category prefix setting":["Aide sur le réglage de préfixe de catégorie"],"Learn more about the available variables":["En savoir plus sur les variables disponibles"],"Learn more about the RSS feed setting":["En savoir plus sur les réglages de flux RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Lorsque vous téléversez un média dans WordPress (une image ou une vidéo par exemple), il crée également une URL de fichier joint. Ces pages sont relativement vides : elles contiennent le média et éventuellement un titre si vous en avez renseigné un. C’est pour cette raison que si vous n’utilisez pas les fichiers joints, il vaut mieux les désactiver et les rediriger vers les médias."],"Learn more about the Media and attachment URLs setting":["En savoir plus sur les réglages des URL de médias et fichiers joints"],"Learn more about the title separator setting":["En savoir plus sur le réglage du séparateur de titre"],"Learn more about the knowledge graph setting":["En savoir plus sur le réglage du Knowledge Graph"],"Learn more about the homepage setting":["En savoir plus sur le réglage de page d’accueil"],"Learn more about the special pages setting":["En savoir plus sur le réglage des pages spéciales"],"Help on the date archives search results setting":["Aide sur le réglage des résultats de recherche pour les archives de date"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Ne pas afficher les archives d’auteurs sans publication dans les résultats de recherche implique qu’elles auront une consigne %1$s et seront exclues des plans de site XML. %2$sPlus d’informations sur les réglages de résultats de recherche%3$s."],"Help on the authors without posts archive search results setting":["Aide sur le réglage des résultats de recherche pour les archives des auteurs sans publication"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Ne pas afficher les archives d’auteurs dans les résultats de recherche implique qu’elles auront une consigne %1$s et seront exclues des plans de site XML. %2$sPlus d’informations sur les réglages de résultats de recherche%3$s."],"Help on the author archives search results setting":["Aide sur le réglage des résultats de recherche pour les archives d’auteurs"],"Archives settings help":["Aide sur les réglages d’archives"],"Learn more about the archives setting":["En savoir plus sur les réglages des archives"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Récupérez votre code de vérification Yandex dans %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Code de vérification Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Récupérez votre code de vérification Google dans %1$sGoogle Search Console%2$s."],"Google verification code":["Code de vérification Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Récupérez votre code de vérification Bing dans %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Code de vérification Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Vous pouvez utiliser les champs ci-dessous pour vérifier votre auprès des différents moteurs de recherche. Cette fonctionnalité ajoutera une métadonnée de vérification sur votre page d’accueil. Cliquez sur les liens des différents outils pour webmasters et utilisez les options de vérification par métadonnées pour obtenir votre code. Si votre site est déjà validé, vous pouvez oublier ces réglages."],"Learn more about the Webmaster Tools verification":["En savoir plus sur la vérification par les moteurs de recherche"],"On":["Activé"],"Help on: %s":["Aide sur : %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s propose de nombreuses fonctionnalités. Vous pouvez en activer/désactiver certaines ci-dessous. En cliquant sur le point d’interrogation, vous obtiendrez plus d’informations à leur sujet."],"Off":["Désactivé"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["La section avancée du gestionnaire de métadonnées de %1$s permet aux utilisateurs de désindexer une publication ou d’en changer le lien canonique. Ce sont des manipulations qu’il ne vaut mieux pas laisser à la portée de tous les auteurs. C‘est pourquoi, par défaut, seuls les éditeurs et les administrateurs peuvent le faire. Sélectionner « %2$s » permet à tous les utilisateurs de modifier ces réglages."],"Security: no advanced settings for authors":["Sécurité : pas de réglages avancés pour les auteurs"],"See who contributed to %1$s.":["Voir qui a contribué à %1$s."],"Help on this search results setting":["Aide sur les réglages de résultats de recherche"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Ne pas afficher les archives des %1$s dans les résultats de recherche implique qu’elles auront une consigne %2$s et seront exclues des plans de site XML. %3$sPlus d’informations sur les réglages de résultats de recherche%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Ne pas afficher les %1$s dans les résultats de recherche implique qu’ils ou elles auront une consigne %2$s et seront exclu·es des plans de site XML. %3$sPlus d’informations sur les réglages de résultats de recherche%4$s."],"Check SEO configuration":["Vérifier la configuration SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Vous souhaitez vérifier que vos réglages de %1$s sont toujours bons ? %2$sOuvrez l’assistant de configuration%3$s pour le déterminer."],"Default for %2$s, currently: %1$s":["Réglages par défaut pour %2$s, actuellement : %1$s"],"Show %s in search results?":["Afficher les %s dans les résultats de recherche ?"],"this author's archives":["archives de cet auteur"],"Do not allow search engines to show %s in search results.":["Empêcher les moteurs de recherche d’afficher les %s dans les résultats de recherche."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Les URL de catégorie contiennent un préfixe dans WordPress tel que %s. Cette fonctionnalité le retire mais seulement pour les catégories."],"Category URLs":["URL des catégories"],"the archive for %s":["l’archive des %s"],"Redirect attachment URLs to the attachment itself?":["Rediriger les URL des fichiers joints aux médias ?"],"We recommend you set this to Yes.":["Nous vous recommandons de sélectionner « Oui »."],"Media & attachment URLs":["URL de médias et fichiers joints"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["C’est ce qui apparaît dans les résultats de recherche lorsque les internautes trouvent votre page d’accueil. Cela signifie qu’ils vous recherchaient probablement au travers du nom de votre marque."],"date archives":["archives de date"],"archives for authors without posts":["archives d’auteurs sans publication"],"Read why XML Sitemaps are important for your site.":["Découvrez pourquoi les plans de site XML sont importants pour votre site."],"Enable the XML sitemaps that %s generates.":["Activer les plans de site générés par %s."],"See the XML sitemap.":["Voir le plan de site XML."],"%2$s (current default for %1$s)":["%2$s (réglage par défaut pour les %1$s)"],"Media":["Médias"],"Content Types":["Types de publication"],"Should search engines follow links on this %1$s?":["Les moteurs de recherche doivent-ils suivre les liens sur le contenu %1$s ?"],"Allow search engines to show this %s in search results?":["Autoriser les moteurs de recherche à afficher le contenu %s dans les résultats de recherche ?"],"Search Appearance":["Réglages SEO"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Veuillez spécifier quel types de publications vous souhaiteriez voir apparaître dans les résultats de recherche. Si vous ne savez pas le déterminer, il vaut mieux choisir les réglages par défaut."],"Search engines should show \"%1$s\" in search results:":["Les moteurs de recherche devraient afficher les %1$s dans les résultats de recherche :"],"Search engine visibility":["Visibilité dans les moteurs de recherche"],"Toggle %1$s's XML Sitemap":["Activer le plan de site XML de %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Les demandes de supports crées ici sont directement envoyés à notre outil de support qui est sécurisé avec un certificat SSL 256 bit afin que nos communications soient sécurisées."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La fonctionnalité des contenus Cornerstone vous permets de distinguer et filtrer les contenus les plus importants de votre site."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si vous avez un problème qui n’est pas résolu grâce à nos tutoriels vidéo ou notre base de connaissances, vous pouvez envoyer un message à notre support. Ils peuvent être contactés 24h/24h 7j/7."],"Good results":["Déjà optimisé"],"Get better search results in local search":["Obtenez de meilleurs résultats locaux"],"Allow customers to pick up their %s order locally":["Permet à vos clients de récupérer leur commandes %s sur place."],"SEO analysis":["Analyse SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["L’analyse SEO propose des suggestions pour améliorer le référencement de votre texte."],"Learn how the SEO analysis can help you rank.":["Découvrez comment l’analyse SEO peut améliorer votre référencement."],"The readability analysis offers suggestions to improve the structure and style of your text.":["L’analyse de lisibilité propose des suggestions pour améliorer la structure et le style de votre texte."],"Discover why readability is important for SEO.":["Découvrez pourquoi la lisibilité est importante pour le SEO."],"Find out how cornerstone content can help you improve your site structure.":["Découvrez comment les contenus Cornerstone peuvent améliorer votre structure de site."],"The text link counter helps you improve your site structure.":["Le compteur de liens vous aide à améliorer la structure de votre site."],"Find out how the text link counter can enhance your SEO.":["Découvrez comment le compteur de liens peut améliorer votre SEO."],"%s integration":["Intégration de %s"],"Read more about how %s works.":["Découvrez comment %s fonctionne."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activez cette fonctionnalité si vous voulez que Facebook et d’autres réseaux sociaux affichent un extrait avec images lorsque votre site est partagé."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activez cette fonctionnalité si vous voulez que Twitter affiche un extrait avec images lorsque votre site est partagé."],"Find out why you should upgrade to %s":["Découvrez pourquoi vous devriez passer à %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Derniers articles sur %1$s"],"Need help?":["Besoin d’aide ?"],"Remove highlight from the text":["Retirer le surlignement du texte"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Optimisez rapidement votre référencement avec %2$sl’assistant de configuration%3$s de %1$s !"],"First-time SEO configuration":["Première configuration SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["La langue de votre site est réglée à {language}. Si ce n’est pas approprié, contactez l’administrateur de votre site."],"Your site language is set to {language}.":["Votre site est réglé en {language}."],"Highlight this result in the text":["Surligner ce résultat dans le texte"],"Considerations":["Considérations"],"Errors":["Erreurs"],"Change language":["Changer de langue"],"You cannot create a %s file.":["Vous ne pouvez pas créer de fichier %s."],"You cannot edit the %s file.":["Vous ne pouvez pas modifier le fichier %s."],"Updated %s":["%s mis à jour"],"Create %s file":["Créer le fichier %s"],"Edit the content of your %s:":["Modifiez le contenu de votre %s :"],"Save changes to %s":["Enregistrer les changements de %s"],"%s file":["fichier %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s et %2$s peuvent encore mieux fonctionner ensemble en ajoutant une extension complémentaire. Veuillez installer %3$s pour vous faciliter la vie. %4$s."],"More information":["Plus d’informations"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s et %2$s peuvent encore mieux fonctionner ensemble en ajoutant une extension complémentaire. Veuillez activer %3$s pour vous faciliter la vie."],"More information about %1$s":["Plus d’informations au sujet de %1$s"],"Configuration Wizard":["Assistant de configuration"],"You've done it!":["Vous avez réussi !"],"Seamlessly integrate %1$s into your AMP pages!":["Intègre facilement %1$s à vos pages AMP !"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Intègre facilement %1$s à %2$s pour l’analyse de contenu !"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s et %2$s peuvent encore mieux fonctionner ensemble en ajoutant une extension complémentaire. Veuillez installer %3$s pour vous faciliter la vie."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Les réglages SEO de %1$s sont composés de variables qui sont remplacées par les valeurs des pages en question. Le tableau ci-dessous donne la liste des variables disponibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marquez les contenus les plus importants des %1$s comme « contenus Cornerstone » pour améliorer la structure de votre site. %2$sEn savoir plus sur les contenus Cornerstone (en anglais)%3$s."],"Loading help center.":["Chargement du centre d’aide."],"Get support":["Obtenez de l’assistance"],"(Opens in a new browser tab)":["(S’ouvre dans un nouvel onglet)"],"Posts %1$swithout%2$s a focus keyphrase":["Articles %1$ssans%2$s requête cible"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, votre SEO se porte plutôt bien ! Regardez les statistiques :"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Vous n’avez pas encore publié d’articles, vos scores SEO apparaîtront une fois que vous l’aurez fait !"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Sur cette page, vous pouvez changer le nom de votre site et choisir le séparateur à utiliser. Ce dernier apparaîtra, par exemple, entre votre titre de publication et le nom de votre site. Les symboles sont affichés dans la taille qu’ils auront dans les résultats de recherche. Choisissez-en un qui colle à votre marque ou qui prend le moins de place dans les métadonnées."],"Something else":["Quelque chose d’autre"],"A portfolio":["Un portfolio"],"A corporation":["Une entreprise"],"A small offline business":["Une petite entreprise « hors-ligne »"],"A news channel":["Une chaîne d’information"],"An online shop":["Une boutique en ligne"],"A blog":["Un blog"],"What does the site %1$s represent?":["Que représente le site %1$s ?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Si vous choisissez « Désactivé », vos archives d’auteur seront désactivées pour éviter de générer du contenu dupliqué."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["NB : Nous ne conservons aucune de vos données et nous n’avons pas accès à votre compte. Votre vie privée nous tient à cœur."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s s’intègre à Google Search Console, un outil indispensable pour les webmasters. Il vous permet d’obtenir des informations sur la santé de votre site. Vous n’avez pas encore de compte Google ou votre site n’est pas encore activé ? %2$sDécouvrez comment lier Google Search Console à votre site%3$s."],"Option B: My site is under construction and should not be indexed":["Option B : Mon site est en construction et ne devrait pas être indexé."],"Option A: My site is live and ready to be indexed":["Option A : Mon site est en live et prêt à être indexé."],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Choisissez « en construction » si vous souhaitez que votre site ne soit pas indexé par les moteurs de recherche. N’oubliez pas de changer le réglage une fois que votre site est prêt à être publié."],"Please specify if your site is under construction or already active.":["Veuillez préciser si votre site est en construction ou déjà en ligne."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Cette information sera utilisée dans les cartes du Knowledge Graph de Google, le grand bloc d’informations que vous voyez à droite des résultats de recherche."],"Read more like this on our SEO blog":["Lisez plus d’informations comme celle-ci sur notre blog SEO"],"Readability: %s":["Lisibilité : %s"],"Not activated":["Non activé"],"Activated":["Activé"],"%1$s recommendations for you":["%1$s recommandations pour vous"],"All Readability Scores":["Tous les scores de lisibilité"],"Filter by Readability Score":["Filtrer par score de lisibilité"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Vous ne recevez ni mises à jour, ni support ! Réglez ce problème en ajoutant ce site et activez %1$s pour ce domaine dans %2$s."],"Request method %1$s is not valid.":["La méthode de requête %1$s n’est pas valide."],"Muted notifications:":["Notifications masquées :"],"Muted problems:":["Problèmes masqués :"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Souhaitez-vous voir ce à quoi ressemblera le partage de cette publication sur %1$s ? Vous le pouvez, avec %2$s."],"Good job! All the links in your texts have been counted.":["Bon travail ! Tous les liens dans vos textes ont été comptés."],"Calculation completed.":["Calcul terminé."],"Calculation in progress...":["Calcul en cours…"],"Stop counting":["Arrêter le comptage"],"Counting links in your texts":["Comptage les liens dans vos textes"],"Text %1$s of %2$s processed.":["%1$s texte sur %2$s fait."],"All your texts are already counted, there is no need to count them again.":["Tous vos textes sont déjà comptés, ce n’est pas nécessaire de les compter à nouveau."],"Count links in your texts":["Compter les liens dans vos textes"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Les liens dans tous vos textes publics doivent être comptés. Cela fournira des informations sur les textes qui nécessiteraient d’avoir plus de liens vers eux. Si vous souhaitez en savoir plus sur la façon d’utiliser les liens internes, consultez %1$s à propos des liens internes sur %2$s%3$s."],"Text link counter":["Compteur de lien textuel"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Nombre de liens internes VERS cette publication. Voir le texte « Colonnes Yoast » dans l’onglet aide pour plus d’info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Nombre de liens internes DEPUIS cette publication. Regardez le texte « Colonnes Yoast » dans l’onglet Aide pour plus d’info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s ajoute plusieurs colonnes à cette page. Nous avons écrit un article expliquant %2$scomment utiliser les scores SEO et de lisibilité%3$s. La colonne des liens affiche le nombre de contenus sur ce site faisant des liens %5$svers%6$s ce contenu et le nombre d’URL visées %5$spar%6$s ce contenu. Apprenez-en plus sur %4$sl’utilisation de ces fonctionnalités et l’amélioration de votre maillage interne%3$s, ce qui améliore fortement votre référencement naturel."],"%s Columns":["Colonnes %s"],"Readability score":["Score de lisibilité"],"Other benefits of %s for you:":["Les autres atouts de %s :"],"Scroll to see the preview content.":["Faites défiler pour voir la prévisualisation du contenu."],"Cornerstone content":["Contenu Cornestone"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s va maintenant prendre en charge l’optimisation technique nécessaire pour votre site. Pour vraiment améliorer sa performance dans les résultats de recherche, il est important de créer des contenus qui correspondent réellement aux requêtes qui vous intéressent. Visionnez cette vidéo pour savoir comment utiliser le gestionnaire de métadonnées de %1$s quand vous modifiez des articles ou des pages."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Si vous souhaitez dépasser la concurrence dans une ville ou une région spécifique, intéressez vous à notre extension %1$s ! Vous pourrez facilement insérer des cartes Google, les heures d’ouverture, des informations de contact et un localisateur de magasin. %1$s vous aide à améliorer la convivialité de votre page de contact."],"Attract more customers near you":["Attirez plus de consommateurs près de chez vous"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Voulez-vous tout connaître en ce qui concerne %1$s ? Voulez-vous tout apprendre sur nos réglages avancés ? Voulez-vous être en mesure de tirer le meilleur parti de l’extension %1$s ? Découvrez notre formation sur %1$s et battez votre concurrence !"],"Get the most out of %1$s with the %2$s":["Tirez le meilleur parti de %1$s avec %2$s"],"Upgrade to Premium":["Passez à la version Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Voulez-vous faire mieux que vos concurrents ? %1$s vous offre des fonctionnalités fantastiques qui vous aideront à mettre en place une stratégie de référencement comme un professionnel. Utilisez les synonymes et les requêtes cibles multiples, notre analyse SEO premium, le gestionnaire de redirection et notre outil de maillage interne. %1$s vous donnera également accès à un support premium."],"Outrank the competition with %s":["Dépassez la concurrence avec %s"],"You might like":["Vous pourriez aimer"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Nous avons détecté que vous n’avez pas suivi jusqu’au bout l’assistant. Nous vous recommandons donc de %2$slancer l’assistant de configuration pour configurer %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["L’assistant de configuration vous aide à configurer facilement votre site pour avoir des réglages SEO optimaux."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Passez à la version Premium et nos experts seront là pour répondre à toutes les questions que vous pourriez avoir concernant la configuration et l’utilisation de l’extension."],"Superfast internal linking suggestions":["Suggestions de liens internes super-rapides"],"Great news: you can, with %1$s!":["Bonne nouvelle : vous pouvez ajouter des variantes de requête, avec %1$s !"],"Save changes":["Enregistrer les modifications"],"1 year free support and updates included!":["1 an de mises à jour et de support offert !"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["L’extension %2$s modifie l’apparence de votre site et, ce faisant, elle diffère entre les moteurs de recherche et les utilisateurs normaux, c’est un processus qui se nomme cloaking. Nous vous recommandons vivement de la désactiver."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPrévisualisation des médias sociaux%2$s : Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sPlus jamais de liens morts%2$s : gestionnaire de redirection facile"],"No ads!":["Sans publicités !"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Prévisualisation sur les réseaux sociaux"],"Easy redirect manager":["Gestionnaire de redirections facile"],"No more dead links":["Il n’y a plus de liens morts"],"Increase your SEO reach":["Augmentez votre portée SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Si vous voulez de l’aide pour créer du contenu exceptionnel, consultez notre formation sur le %2$scopywriting SEO%3$s. Voulez-vous tout savoir sur les fonctionnalités de l’extension ? Envisagez de suivre notre %1$s !"],"Variable":["Variable"],"Available variables":["Variables disponibles"],"Scroll to see the table content.":["Faire défiler pour voir le contenu du tableau."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Veuillez vous référer à %1$snotre article pour savoir comment connecter votre site à la Google Search Console%2$s si vous avez besoin d’aide."],"An error occurred in the '%1$s' assessment":["Une erreur s’est produite dans l’analyse « %1$s »"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s des mots contiennent %2$splus que %3$s syllabes%4$s, ce qui est supérieur ou égale à la valeur maximale recommandée de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s des mots contiennent %2$splus que %3$s syllabes%4$s, ce qui est inférieur ou égale à la valeur maximale recommandée de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Vous êtes est légèrement en dessous du minimum recommandé de %5$d mot. %3$sAjoutez un peu plus de contenu%4$s.","Vous êtes est légèrement en dessous du minimum recommandé de %5$d mots. %3$sAjoutez un peu plus de contenu%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La méta description contient %1$d phrase %2$sde plus de %3$s mots%4$s. Essayez de raccourcir cette phrase.","La méta description contient %1$d phrases %2$sde plus de %3$s mots%4$s. Essayez de raccourcir ces phrases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La méta description ne contient aucune phrase %1$sde plus de %2$s mots%3$s."],"No new notifications.":["Aucune nouvelle notification."],"Save all":["Tout enregistrer"],"Save":["Enregistrer"],"%1$s, Author at %2$s":["%1$s, auteur sur %2$s"],"Mobile preview":["Prévisualisation \"Mobile\""],"Desktop preview":["Prévisualisation \"PC de bureau\""],"Select redirect":["Sélectionner la redirection"],"Please provide an SEO title by editing the snippet below.":["Merci de fournir un méta titre en modifiant le champ ci-dessous."],"Meta description preview:":["Prévisualisation de la méta description :"],"Slug preview:":["Prévisualisation du slug :"],"SEO title preview:":["Prévisualisation du méta titre :"],"Close snippet editor":["Fermer l’éditeur de métadonnées"],"Slug":["Slug"],"Remove marks in the text":["Retirer toutes les marques du texte"],"Mark this result in the text":["Marquer ce résultat dans le texte"],"Marks are disabled in current view":["Les marques sont désactivés dans la vue actuelle"],"Good SEO score":["Bon score SEO"],"OK SEO score":["Score SEO OK"],"Feedback":["Retour"],"ok":["OK"],"Choose an image":["Choisir une image"],"Remove the image":["Supprimer cette image"],"MailChimp signup failed:":["Échec d’inscription à MailChimp :"],"Sign Up!":["Abonnez-vous !"],"Name":["Nom"],"There is an error with the request.":["Une erreur s’est produite avec votre requête."],"Select profile":["Sélectionnez un profil"],"Choose a profile":["Choisissez un profil"],"Authorization code":["Code d’autorisation"],"Reauthenticate with Google":["Se ré-authentifier avec Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Pour permettre à %s de récupérer vos informations de la Google Search Console, veuillez saisir votre code d’autorisation de Google. Lorsque vous cliquerez sur le bouton ci-dessous une nouvelle fenêtre s’ouvrira."],"Please provide a meta description by editing the snippet below.":["Merci de fournir une méta description en modifiant le champ ci-dessous."],"Edit snippet":["Modifier les métadonnées"],"You can click on each element in the preview to jump to the Snippet Editor.":["Vous pouvez cliquez sur n’importe quel élément de la prévisualisation pour retourner dans l’éditeur de métadonnées."],"Close the Wizard":["Fermer l’assistant"],"Export settings":["Exporter les réglages"],"%1$s video tutorial":["Tutoriel vidéo de %1$s "],"%s › Configuration Wizard":["%s › Assistant de configuration"],"Please don't show me this notification anymore":["Merci de ne plus afficher cette notification"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Si vous rencontrez des problèmes, %1$sveuillez remplir un rapport de bug%2$s et nous ferons notre possible pour vous aider."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Nous avons remarqué que vous utilisez %1$s depuis un certain temps ; nous espérons que vous l’adorez ! Nous serions très heureux si vous pouviez %2$snous attribuer 5 étoiles sur WordPress.org%3$s !"],"Courses":["Cours"],"Date archives settings":["Réglages des archives de date"],"Author archives settings":["Réglages des archives d’auteur"],"%1$s by %2$s":["%1$s par %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Avertissement : la variable %s ne peut pas être utilisée dans ce modèle. Consultez le centre d’aide pour plus d’informations."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Au fait, savez-vous que nous avons aussi une %1$sextension Premium%2$s ? Elle offre des fonctionnalités avancées comme un gestionnaire de redirection et la prise en charge des requêtes multiples. Elle donne également accès à un support personnalisé 24/7."],"(no title)":["(sans titre)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["La barre de menu d’administration de %1$s contient des liens utiles vers des outils tiers pour l’analyse de vos pages et facilite l’affichage de nouvelles notifications."],"Admin bar menu":["Menu de la barre d’administration"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s vérifiera toutes les semaines si votre site est toujours indexable par les moteurs de recherche et %2$s vous avertira si ce n’est plus le cas."],"Features":["Fonctionnalités"],"SEO title":["Méta titre"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Tandis que nous essayons de rendre l’installation de %1$s aussi simple que possible, nous comprenons que cela peut rester intimidant. Si vous préférez que nous configurions %1$s pour vous (et obtenir une copie de %2$s), commandez nos %3$sservices de configuration de %1$s%4$s ici !"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bienvenue dans l’assistant de configuration de %1$s. En quelques étapes simples, nous vous aiderons à configurer vos réglages de SEO pour correspondre aux besoins de votre site Web !"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google affiche le nom de votre site dans ses résultats de recherche, si vous souhaitez le modifier, vous pouvez le faire ici."],"Greater than sign":["Signe supérieur à"],"Less than sign":["Signe inférieur à"],"Right angle quotation mark":["Guillemet droit à angle droit"],"Left angle quotation mark":["Guillemet gauche à angle droit"],"Small tilde":["Petit tilde"],"Vertical bar":["Barre verticale"],"Low asterisk":["Astérisque bas"],"Asterisk":["Astérisque"],"Bullet":["Puces"],"Middle dot":["Point au milieu"],"Em dash":["Tiret Em"],"En dash":["Tiret En"],"Dash":["Tiret"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Choisissez le symbole à utiliser comme séparateur de titre. il sera affiché, par exemple, entre le titre de votre publication et le nom de votre site. Les symboles sont présentés à la taille affichée dans les résultats de recherche."],"The name of the person":["Le nom de la personne"],"No":["Non"],"Yes":["Oui"],"Does, or will, your site have multiple authors?":["Votre site a, aura, plusieurs auteurs ?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress génère automatiquement une URL pour chaque élément de support dans la bibliothèque. L’activation permettra à Google d’indexer l’URL générée."],"Success!":["C’est validé !"],"Title settings":["Réglages des titres"],"Google Search Console":["Google Search Console"],"Multiple authors":["Plusieurs auteurs"],"Site type":["Type de site"],"Environment":["Environnement"],"Yoast option %1$s not found.":["L’option %1$s de Yoast est introuvable."],"Google Structured Data Test":["Test de données structurées de Google"],"Posts list":["Liste des publications"],"Posts list navigation":["Navigation dans la liste des publications"],"Filter posts list":["Filtrer la liste des publications"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Notez que les liens vers les archives pourraient être encore affichés par votre thème et que vous aurez besoin de les enlever séparément."],"%1$s to optimize your site even further":["%1$s pour optimiser encore plus votre site"],"%1$s extensions":["%1$s extensions"],"Comes with our 30-day no questions asked money back guarantee":["Livré avec une garantie 100 % satisfait ou remboursé sans demande de justification."],"More information %1$sabout %3$s%2$s":["Plus d’informations %1$sà propos de %3$s %2$s"],"Installed":["Installée"],"gain access to our 24/7 support team.":["accédez à notre équipe de support 24/7."],"Premium support":["Support Premium"],"check what your Facebook or Twitter post will look like.":["vérifiez à quoi ressemblera votre statut Facebook ou Twitter."],"Social previews":["Prévisualisation des réseaux sociaux"],"create and manage redirects from within your WordPress install.":["créez et gérez les redirections directement depuis votre installation WordPress."],"Redirect manager":["Gestionnaire de redirections"],"%1$s, take your optimization to the next level!":["%1$s emmène votre optimisation au niveau supérieur !"],"A seamless integration between %1$s and %2$s":["Une intégration invisible entre %1$s et %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utiliser les fils d’Ariane de %1$s plutôt que ceux de %2$s."],"Easily insert Google Maps, a store locator, opening hours and more":["Insérez facilement Google Maps, un localisateur de boutique, des horaires d’ouverture et bien plus"],"Creates XML News Sitemaps":["Crée des plans de site d’actualités XML"],"Immediately pings Google on the publication of a new post":["Notifie immédiatement Google de la sortie d’une nouvelle publication."],"Optimize your site for Google News":["Optimisez votre site pour Google Actualités."],"Make videos responsive through enabling fitvids.js":["Rendez vos vidéos responsive en activant fitvids.js"],"Enhance the experience of sharing posts with videos":["Améliorez l’expérience du partage de publications contenant des vidéos."],"Show your videos in Google Videos":["Affiche vos vidéos dans Google Vidéos"],"Crawl issues list":["Liste des problèmes d’exploration"],"Crawl issues list navigation":["Navigation de la liste des problèmes d’exploration"],"Edit “%s”":["Modifier “%s”"],"Premium":["Premium"],"Google Trends":["Tendances Google"],"Notifications":["Notifications"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Retire l’onglet de la requête cible du gestionnaire de métadonnées et désactive toutes les suggestions SEO."],"Disable SEO analysis":["Désactiver l’analyse SEO"],"Twitter settings":["Réglages Twitter"],"Pinterest settings":["Réglages Pinterest"],"Facebook settings":["Réglages Facebook"],"Title separator symbol":["Caractère de séparation du titre"],"RSS feed settings":["Réglages des flux RSS"],"Breadcrumbs settings":["Réglages du fil d’Ariane"],"Make primary":["Rendre principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Saisissez votre code d’autorisation de Google et appuyez sur le bouton d’authentification."],"%s notification":["%s notification","%s notifications"],"Disable readability analysis":["Désactiver l’analyse de lisibilité"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Retire l’onglet de l’analyse de lisibilité du gestionnaire de métadonnées et désactive toutes les suggestions liées."],"Readability analysis":["Analyse de la lisibilité"],"Needs improvement":["Besoin d’amélioration"],"Readability":["Lisibilité"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Vous essayez de charger des fichiers non minifiés. Ceux-ci ne sont disponibles que dans notre paquet de développement. Rendez-vous sur %1$s pour voir tous les fichiers source."],"Improvements":["Améliorations"],"Restore this item.":["Récupérer cet élément."],"Dismiss this item.":["Rejeter cet élément."],"Good job! We could detect no serious SEO problems.":["Beau travail ! Nous n’avons détecté aucun problème sérieux de référencement."],"We have detected the following issues that affect the SEO of your site.":["Nous avons détecté les problèmes suivants qui affectent le référencement de votre site."],"Problems":["Problèmes"],"Analysis":["Analyse"],"Not available":["Non disponible"],"Filter by SEO Score":["Filtrer par score SEO"],"Meta description not set.":["La méta description n’est pas définie."],"Video tutorial":["Tutoriel vidéo"],"Email support is a %s feature":["Le support par e-mail est une fonctionnalité %s"],"Knowledge base":["Base de connaissance"],"Open":["Ouvrir"],"Dashboard":["Tableau de bord"],"You can fix this on the %1$sPermalink settings page%2$s.":["Vous pouvez corriger cela sur la %1$spage des réglages des permaliens%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La pagination des commentaires est activée, ce n’est pas nécessaire dans 99% des cas, nous vous recommandons de la désactiver."],"Replaced with the primary category of the post/page":["Remplacé par la catégorie principale de l’article/page"],"Pinterest confirmation":["Vérification de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Si vous avez déjà confirmé votre site Web avec Pinterest, vous pouvez ignorer l’étape ci-dessous."],"Format-based archives":["Archives par formats"],"Webmaster Tools verification":["Vérification des outils pour les webmasters"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Suivez notre %1$s de formation WordPress et devenez un expert certifié %1$s !"],"Want to be a %s Expert?":["Vous voulez être un expert %s ?"],"Buy %s":["Achetez %s"],"Show information about errors in category %s":["Afficher des informations sur les erreurs dans la catégorie %s"],"New %1$s Title":["Nouveau titre %1$s"],"Existing %1$s Title":["Titre %1$s actuel"],"Expected an integer as input.":["L’entrée doit être un entier."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Tentative de construction d’une clé de cache sécurisée pour le plan de site, mais la combinaison du suffixe et du préfixe laisse trop peu de place pour le faire. Vous demandez probablement une page qui est bien loin de la plage attendue."],"Remove":["Supprimer"],"Keep":["Conserver"],"Bold the last page":["Mettre en gras la dernière page"],"Regular":["Normal"],"Bold":["Gras"],"Show Blog page":["Afficher la page de blog"],"Primary %s":["%s principal"],"Primary":["Principal"],"Make %1$s primary %2$s":["Faire de %1$s le %2$s principal"],"Term is set to noindex.":["Le terme est réglé sur noindex."],"Author archives":["Archives d’auteur"],"Show":["Afficher"],"Enabled":["Activé"],"Disabled":["Désactivé"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s n’a pas encore récupéré l’état d’indexabilité depuis %2$s."],"The separator defined in your theme's %s tag.":["Le séparateur défini dans la balise %s de votre thème."],"No index":["No index"],"Analyze entire site":["Analyser le site en entier"],"Fetch the current status":["Récupérer l’état actuel"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s n’a pas pu récupérer l’état d’indexabilité%3$s depuis %4$s."],"Your homepage can be indexed by search engines.":["Votre page d’accueil peut être indexée par les moteurs de recherche."],"Indexability check by %1$s":["Indexabilité vérifiée par %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Si vous souhaitez utiliser une image pour partager sur %1$s, vous pouvez téléverser / choisir une image ou ajouter son url ici."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Si vous ne voulez pas utiliser la méta description pour le partage de l’article sur %1$s, mais plutôt une autre description, écrivez-la ici."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Si vous ne souhaitez pas utiliser le titre de l’article pour le partager sur %1$s, mais que vous souhaitez un autre titre, écrivez-le ici."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sVotre page d’accueil ne peut pas être indexée par les moteurs de recherche%2$s. C’est très mauvais pour le SEO et doit être résolu."],"Once Weekly":["Une fois par semaine"],"Add-ons":["Add-ons"],"SEO score":["Score SEO"],"Twitter metadata":["métadonnées Twitter"],"Facebook / Open Graph metadata":["métadonnées Facebook / Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Nouveau calcul en cours des scores SEO pour tous les contenus avec une requête cible."],"%1$s of %2$s done.":["%1$s de %2$s effectué."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Nous avons mis à jour l’algorithme de calcul de nos scores SEO. %1$sCliquez ici pour les recalculer%2$s pour l’ensemble de vos articles et pages."],"Team Yoast":["L’équipe Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La première solution SEO tout-en-un pour WordPress, y compris l’analyse des pages de contenu, les plans de site XML et bien plus encore."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Échec de l’activation :"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["L’extension \"filter\" semble indisponible. Veuillez demander à votre hébergeur de l’activer."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["L’installation de l’extension %1$s est incomplète. Veuillez vous référer %2$saux informations d’installation%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Les extensions de la Librairie Standard PHP (SPL) semblent ne pas être disponibles.Demandez à votre hébergeur de les activer."],"SEO Settings":["Réglages SEO"],"Mobile-Friendly Test":["Test Mobile-Friendly"],"Google Page Speed Test":["Test de vitesse de page Google"],"CSS Validator":["Validateur CSS"],"HTML Validator":["Validateur HTML"],"Pinterest Rich Pins Validator":["Validateur de Rich Pins Pinterest"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Vérifier les en-têtes"],"Check Google Cache":["Vérifier le cache de Google"],"Analyze this page":["Analyser cette page"],"Keyword Research":["Recherche de mots-clés"],"%s does not seem to be a valid url. Please correct.":["%s ne semble pas être une URL valide. Veuillez corriger cela."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s ne semble pas être une chaine de caractères de vérification valide pour %2$s. Veuillez corriger."],"%s Archive":["%s Archive"],"You searched for %s":["Vous avez cherché %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s ne semble pas être un identifiant Twitter valide. Veuillez le corriger."],"Summary with large image":["Résumé avec grande image"],"Summary":["Résumé"],"The post %1$s appeared first on %2$s.":["L’article %1$s est apparu en premier sur %2$s."],"No numeric value was received.":["Les chiffres ne sont pas acceptés"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Blog inexistant. Le blog %s n’existe pas ou a été marqué comme étant supprimé."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Le réglage par défaut du blog doit être l’identifiant numérique du blog que vous souhaitez utiliser par défaut."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s n’est pas un choix valide pour ceux qui devraient être autorisés d’accéder aux réglages de %2$s. La valeur par défaut a été remise."],"Please select a valid post type for taxonomy \"%s\"":["Veuillez choisir un type de publication valide pour la taxonomie « %s »"],"Please select a valid taxonomy for post type \"%s\"":["Veuillez choisir une taxonomie valide pour le type de publication « %s »"],"You searched for":["Vous avez cherché"],"Home":["Accueil"],"Archives for":["Archives pour"],"Error 404: Page not found":["Erreur 404 : Page introuvable"],"Good":["Bon"],"Replaced with a custom taxonomies description":["Remplacé par une description des taxonomies personnalisées."],"Replaced with a posts custom taxonomies, comma separated.":["Remplacé par la(les) catégorie(s) de l’article, séparé par des virgules"],"Replaced with a posts custom field value":["Remplacé par une valeur de champ personnalisé"],"Replaced with the slug which caused the 404":["Remplacé par le slug qui a causé l’erreur 404"],"Replaced with the posts focus keyphrase":["Remplacé par la requête cible des publications"],"Attachment caption":["Légende de la pièce-jointe"],"Replaced with the current page number":["Remplacé par le numéro de la page en cours"],"Replaced with the current page total":["Remplacé par le nombre total de pages"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Remplacé par le numéro de page en cours avec le contexte (ex: page 2 sur 4)"],"Replaced with the post/page author's 'Biographical Info'":["Remplacé par « les informations biographiques » de l’auteur de la publication"],"Replaced with the post/page author's 'nicename'":["Remplacé par l’identifiant normalisé de l’auteur de la publication"],"Replaced with the post/page ID":["Remplacé par l’ID de la publication"],"Replaced with the post/page modified time":["Remplacé par l’heure de modification de la publication"],"Replaced with the content type plural label":["Remplacé par l’intitulé au pluriel du type de contenu"],"Replaced with the content type single label":["Remplacé par l’intitulé au singulier du type de contenu"],"Replaced with the current search phrase":["Remplacé par la phrase recherchée"],"Replaced with the term name":["Remplacé par le nom du terme"],"Replaced with the term description":["Remplacé par la description du terme"],"Replaced with the tag description":["Remplacé par la description du mot-clé"],"Replaced with the category description":["Remplacé par la description de la catégorie"],"Replaced with the post categories (comma separated)":["Remplacé par la(les) catégorie(s) de l’article (séparées par des virgules)"],"Replaced with the current tag/tags":["Remplacé par le(les) mot(s)-clé(s)"],"Replaced with the post/page excerpt (without auto-generation)":["Remplacé par l’extrait de la publication (sans auto-génération)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Remplacé par l’extrait de la publication (ou auto-généré, si l’extrait n’existe pas)"],"The site's name":["Le nom du site"],"Replaced with the title of the parent page of the current page":["Remplacé par le titre de la page parent de la présente page"],"Replaced with the title of the post/page":["Remplacé par le titre de la publication"],"Replaced with the date of the post/page":["Remplacé par la date de la publication"],"Page %1$d of %2$d":["Page %1$d sur %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Vous ne pouvez pas annuler une variable de remplacement standard de WPSEO en enregistrant une variable avec le même nom. Utilisez le filtre \"wpseo_replacements\" au lieu d’ajuster la valeur de remplacement."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Une variable de remplacement portant le même nom est déjà enregistrée. Essayez d’utiliser un nom de variable unique."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Une variable de remplacement ne peut commencer par \"%%cf_\" ou \"%%ct_\" car ces préfixes sont réservés aux variables standards de WPSEO pour les champs et les taxonomies personnalisés. Essayez d’utiliser un nom de variable unique."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Une variable de remplacement ne peut contenir que des caractères alpha-numériques, un souligné ou un tiret. Veuillez renommer votre variable"],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Avis aux administrateurs : cette page n’affiche pas de méta description car elle n’en a pas. Vous pouvez donc soit l’ajouter spécifiquement pour cette page soit vous rendre dans vos réglages (%1$s - %2$s) pour configurer un modèle."],"Page not found":["Page non trouvée"],"%s Archives":["Archives des %s"],"Search for \"%s\"":["Recherche pour \"%s\""],"Meta description to use for Author page":["Méta description à utiliser pour la page Auteur"],"Title to use for Author page":["Titre à utiliser pour la page Auteur"],"%1$s settings":["Réglages de %1$s"],"Export your %1$s settings":["Exporter vos réglages de %1$s"],"Import settings":["Importer les réglages"],"Import from other SEO plugins":["Importer à partir d’autres extensions de SEO"],"Import":["Importer"],"If you had a %s file and it was editable, you could edit it from here.":["Si vous aviez un %s et qu’il était modifiable, vous pourriez le modifier à partir d’ici."],"If your %s were writable, you could edit it from here.":["Si votre %s était accessible en écriture, vous pourriez le modifier à partir d’ici."],"You don't have a %s file, create one here:":["Vous n’avez pas de fichier %s, créez-en un ici :"],"A link to your site, with your site's name and description as anchor text.":["Un lien vers votre site, avec le nom de votre site et la description comme texte d’ancrage."],"A link to your site, with your site's name as anchor text.":["Un lien vers votre site, avec le nom de votre site comme texte d’ancrage."],"A link to the post, with the title as anchor text.":["Un lien vers la publication, avec le titre pour ancre de lien."],"A link to the archive for the post author, with the authors name as anchor text.":["Un lien vers les archives de l’auteur, avec le nom de l’auteur pour ancre de lien."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Vous pouvez utiliser les variables suivantes dans votre contenu, elles seront automatiquement remplacées par la valeur à droite."],"Content to put after each post in the feed":["Contenu à insérer après chaque article dans le flux"],"Content to put before each post in the feed":["Le contenu à ajouter avant chaque article dans le flux"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Cette fonctionnalité est utilisée pour ajouter automatiquement du contenu à vos flux RSS, plus spécifiquement, pour ajouter des liens vers votre blog et vos articles. Les agrégateurs de contenus vont également ajouter ces liens, aidant ainsi les moteurs de recherche à identifier votre site comme étant l’origine du contenu."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["L’utilisation de la fonctionnalité du fil d’Ariane est expliquée dans l’article %1$sde notre base de connaissances sur l’intégration du fil d’Ariane%2$s."],"How to insert breadcrumbs in your theme":["Comment insérer un fil d’Ariane dans votre thème ?"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Archive de type de contenu à afficher dans le fil d’Ariane pour les taxonomies"],"Taxonomy to show in breadcrumbs for content types":["Taxonomie à afficher dans le fil d’Ariane pour les types de publications"],"Breadcrumb for 404 Page":["Fil d’Ariane pour la page 404 "],"Prefix for Search Page breadcrumbs":["Préfixe pour le fil d’Ariane des pages de recherche "],"Prefix for Archive breadcrumbs":["Préfixe pour le fil d’Ariane des archives "],"Prefix for the breadcrumb path":["Préfixe pour le fil d’Ariane "],"Anchor text for the Homepage":["Texte d’ancrage pour la page d’accueil "],"Separator between breadcrumbs":["Séparateur pour le fil d’Ariane "],"Enable Breadcrumbs":["Activer le fil d’Ariane"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Retrouvez ci-dessous les scores SEO de vos articles publiés. C’est le moment de commencer à améliorer certains d’entre eux !"],"Credits":["Crédits"],"« Back to Tools page":["« Retour à la page Outils"],"%1$s comes with some very powerful built-in tools:":["%1$s propose des outils intégrés très puissants :"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Cet outil vous permet de modifier rapidement des fichiers importants pour votre référencement, comme le fichier robots.txt ou le fichier .htaccess si vous en avez un."],"File editor":["Éditeur de fichiers"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importez les réglages d’autres extensions de référencement et exportez les vôtres pour les réutiliser sur un autre site."],"Import and Export":["Import et Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Cet outil vous permet de modifier rapidement les titres et les descriptions de vos articles et pages, sans avoir à aller dans l’éditeur de chaque publication."],"Bulk editor":["Éditeur par lot"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Pour %1$svérifier votre site avec Pinterest%2$s, veuillez ajouter la balise méta ici :"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest, tout comme Facebook, utilise les métadonnées Open Graph. Assurez-vous donc d’avoir coché la case Open Graph dans l’onglet Facebook si vous souhaitez optimiser votre site pour Pinterest."],"The default card type to use":["Le type de carte à utiliser par défaut "],"Add Twitter card meta data":["Ajoute les métadonnées de carte Twitter"],"This image is used if the post/page being shared does not contain any images.":["Cette image est utilisée si la publication partagée ne contient aucune image."],"Default settings":["Réglages par défaut"],"Copy home meta description":["Copier les méta description de base"],"Description":["Description"],"Image URL":["URL de l’image"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Voici le titre, la description et l’image utilisés dans le meta tag Open Graph sur la page d’accueil de votre site."],"Frontpage settings":["Réglages de page d’accueil"],"Add Open Graph meta data":["Ajouter les métadonnées OpenGraph"],"YouTube URL":["URL YouTube"],"Pinterest URL":["URL Pinterest"],"MySpace URL":["URL MySpace"],"LinkedIn URL":["URL LinkedIn"],"Instagram URL":["URL Instagram"],"Twitter Username":["Nom d’utilisateur Twitter"],"Facebook Page URL":["URL de la page Facebook"],"Accounts":["Comptes"],"Restore site to defaults":["Restaurer les réglages du site aux valeurs par défaut"],"Site ID":["ID du site"],"Using this form you can reset a site to the default SEO settings.":["Grâce à ce formulaire, vous pouvez réinitialiser les réglages SEO de votre site aux réglages par défaut."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Les réglages confidentiels (administrateurs Facebook etc.), spécifiques aux thèmes (réécriture des titres) et quelques réglages très spécifiques au site actuel ne seront pas importés vers les nouveaux sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Saisissez l’%1$sID du site%2$s que vous utiliserez comme base pour les réglages de tous les nouveaux sites ajoutés à votre réseau. Laissez vide pour n’en choisir aucun. (Les réglages par défaut de l’extension seront alors utilisés)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Choisissez le site dont les réglages serviront de base à tous les nouveaux sites de votre réseau. Si vous choisissez ’Aucun’, les réglages par défaut de WordPress SEO seront utilisés."],"New sites in the network inherit their SEO settings from this site":["Les nouveaux sites du réseau héritent des réglages SEO de ce site"],"Super Admins only":["Super Administrateur uniquement"],"Site Admins (default)":["Administrateurs du site (par défaut)"],"Who should have access to the %1$s settings":["Qui devrait avoir accès aux réglages de %1$s"],"spam":["indésirable"],"mature":["adulte"],"archived":["archivé"],"public":["public"],"%s restored to default SEO settings.":["%s a été rétabli aux réglages SEO par défaut."],"Settings Updated.":["Les réglages ont été mis à jour."],"404 pages":["Pages 404"],"Search pages":["Pages de recherche"],"These pages will be %s by default, so they will never show up in search results.":["Ces pages seront réglées sur %s par défaut, donc elles n’apparaitront jamais dans les résultats de recherche."],"Special Pages":["Pages spéciales"],"Date-based archives could in some cases also be seen as duplicate content.":["Les archives basées sur la date pourraient, dans certains cas également être considérées comme du contenu dupliqué."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Si c’est le cas pour votre site, vous pouvez choisir de le désactiver (ce qui la redirigera vers la page d’accueil), ou d’y ajouter %s, de sorte qu’il n’apparaisse pas dans les résultats de recherche."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Si vous administrez un blog avec un seul auteur, la page d’archive de l’auteur sera exactement identique à votre page d’accueil. C’est ce qu’on appelle un %1$sproblème de contenu dupliqué%2$s."],"Date archives":["Archives par date"],"author archives":["Archives de l’auteur"],"Title":["Titre"],"%1$s Meta Box":["Gestionnaire de métadonnées de %1$s"],"Hide":["Masquer"],"Date in Snippet Preview":["Date dans la prévisualisation des métadonnées"],"Take note:":["À savoir :"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Vous pouvez définir le titre et la description pour la page du blog en %1$sla modifiant directement%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Vous pouvez déterminer le titre et la description de la page d’accueil en %1$sla modifiant directement%2$s."],"Homepage & Front page":["Page d’accueil & Première page"],"Title Separator":["Séparateur de titre"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s détecte automatiquement s’il a besoin de forcer la réécriture des titres de vos pages, si vous pensez que c’est incorrect et que vous savez ce que vous faites, vous pouvez modifier ce réglage ici."],"Force rewrite titles":["Forcer la réécriture des titres"],"Taxonomies":["Taxonomies"],"Homepage":["Page d’accueil"],"%1$s Extensions":["Extensions de %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Intégrez WooCommerce et %1$s et obtenez des fonctionnalités supplémentaires !"],"Rank better locally and in Google Maps, without breaking a sweat!":["Améliorez votre classement localement dans Google Maps, sans verser une goutte de sueur!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Êtes-vous sur Google Actualités ? Augmentez votre trafic de Google News grâce à son optimisation !"],"Optimize your videos to show them off in search results and get more clicks!":["Optimisez vos vidéos pour qu’elles apparaissent dans les résultats des recherches et obtenir plus de clics !"],"The premium version of %1$s with more features & support.":["La version Premium de %1$s avec plus de fonctionnalités & de support."],"Person":["Personne"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Cette donnée est affichée comme une métadonnée dans votre site. Elle apparaît dans le %1$sKnowledge Graph de Google%2$s. Vous pouvez être une société ou une personne."],"Website name":["Nom du Site Web"],"Webmaster Tools":["Outils pour les webmasters"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Vous n’avez pas le nom de l’article dans l’URL de vos articles et pages. Il est fortement recommandé de l’avoir. Il est suggéré d’ajuster la structure de vos permaliens pour /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Fil d’Ariane"],"or":["ou"],"Save Profile":["Enregistrer le profil"],"There were no profiles found":["Aucun profil n’a été trouvé. "],"Profile":["Profil"],"Current profile":["Profil actuel"],"Authenticate":["S’authentifier"],"Get Google Authorization Code":["Obtenir un Code d’Autorisation Google"],"Reload crawl issues":["Recharger les problèmes d’exploration"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Pour pouvoir créer une redirection et régler ce problème, vous avez besoin de %1$s. Vous pouvez acheter l’extension, incluant un an de support et de mises à jour, sur %2$s."],"Creating redirects is a %s feature":["la création de redirection est une fonctionnalité de %s."],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Les erreurs qui se sont produites lors de l’exploration du Googlebot pour les téléphones portables (les erreurs n’ont pas eu lieu sur ordinateur)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Les erreurs qui se sont produites lors de l’exploration du Googlebot (les erreurs n’apparaissent pas pour les desktops)."],"Errors that occurred when your site was crawled by Googlebot.":["Les erreurs qui se sont produites lors de l’exploration du Googlebot."],"Issue categories":["Catégories de problème"],"Incorrect Google Authorization Code.":["Code d’autorisation de Google incorrect."],"The issues have been successfully reloaded!":["Les problèmes ont bien été rechargés !"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["La %1$s a été supprimée. Vous devrez vous réauthentifier si vous voulez retrouvez vos données."],"Crawl errors per page":["Erreurs d’exploration par page"],"Search":["Rechercher"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Ne ratez pas vos erreurs d’exploration : %1$sconnectez-vous avec votre Google Search Console ici%2$s."],"Create redirect":["Créer une redirection"],"Mark as fixed":["Marquer comme réglé"],"Response code":["Code de réponse"],"First detected":["Premier détecté"],"Last crawled":["Dernière exploration"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s a détecté que vous utiliser une version de %2$s qui est incompatible avec %1$s. Veuillez mettre à jour %2$s pour utiliser cette fonctionnalité."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Les extensions de Yoast partagent du code entre elles pour les rendre plus rapide. Cela suppose qu’elles soient toutes à jour. Nous avons détecté que ce n’est pas le cas, donc veuillez mettre à jour toutes les extensions de Yoast qui ne le sont pas."],"Feature phone":["Téléphones basiques"],"Smartphone":["Smartphone"],"Desktop":["Ordinateur"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["L’URL cible n’existe pas mais le serveur ne retourne pas d’erreur 404 (fichier non trouvé)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Le temps de la demande est écoulé ou le site bloque Google."],"Server Error":["Erreur serveur"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Le Googlebot pourrait accéder à votre site, mais l’accès à certaines adresses est bloqué dans votre %1$s. Ce blocage pourrait être pour tous les Googlebot ou uniquement pour le Googlebot-mobile."],"Blocked":["Bloqué"],"Google was unable to crawl this URL due to an undetermined issue.":["Google n’a pas pu exploré cette adresse en raison d’un problème indéterminé."],"URL points to a non-existent page.":["L’adresse pointe vers une page inexistante."],"Not found":["Non trouvé"],"Not followed":["Non suivi"],"Faulty redirects":["Redirections défectueuses"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Le serveur nécessite une authentification ou bloque l’accès au site au Googlebot."],"Access denied":["Accès refusé"],"Deactivate %s":["Désactiver %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["L’extension %1$s pourrait provoquer des problèmes si utiliser en conjonction avec %2$s."],"Upload Image":["Téléverser une image"],"Remove these ads?":["Supprimer les publicités"],"%s Posts Overview":["Vue d’ensemble des publications de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Le titre est utilisé dans les fils d’Ariane où cette taxonomie apparait."],"Breadcrumbs title":["Titre du fil d’Ariane"],"The canonical link is shown on the archive page for this term.":["Le lien canonique s’affiche sur la page d’archive pour ce terme."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest "],"Other":["Autres"],"Archives":["Archives"],"Email":["E-mail"],"Close":["Fermer"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s et %2$s peuvent tous les deux créer des plans de site XML. En avoir deux n’est pas recommandé pour les moteurs de recherche et pourrait même ralentir votre site."],"Configure %1$s's Open Graph settings":["Configurer les réglages de l’OpenGraph de %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["%1$s et %2$s créent des métadonnées OpenGraph, ce qui pourrait faire que Facebook, Twitter, LinkedIn et d’autres réseaux sociaux utilisent de mauvais textes et de mauvaises images lorsque vos pages sont partagées."],"%s Image":["%s Image"],"%s Description":["%s Description"],"%s Title":["%s Titre"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["La taille d’image recommandée pour %1$s est de %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Si vous voulez remplacer l’image utilisée pour cette publication sur %s, téléversez/choisissez une image ou ici."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si vous ne souhaitez pas utiliser cette méta description pour partager la publication sur %s mais une autre, inscrivez-la ici."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si vous ne souhaitez pas utiliser ce titre pour partager la publication sur %s mais un autre, inscrivez-le ici."],"very difficult":["très difficile"],"Try to make shorter sentences, using less difficult words to improve readability":["Essayez de faire des phrases plus courtes, en utilisant des mots moins compliqués afin d’améliorer la lisibilité"],"difficult":["difficile"],"Try to make shorter sentences to improve readability":["Essayez de faire des phrases plus courtes pour améliorer la lisibilité"],"fairly difficult":["assez difficile"],"OK":["OK"],"fairly easy":["assez facile"],"easy":["facile"],"very easy":["très facile"],"Meta Desc.":["Méta Desc."],"All SEO Scores":["Tous les scores SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problème SEO : L’image à la Une doit être au moins de 200 x 200 pixels pour être exploitable par Facebook et les autres réseaux sociaux."],"(no parent)":["(aucun parent)"],"Post is set to noindex.":["La publication est réglée sur noindex."],"The URL that this page should redirect to.":["L’URL vers laquelle cette page devrait rediriger."],"301 Redirect":["Redirection 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["L’URL canonique vers laquelle cette page devrait pointer. Laissez ce champ vide pour utiliser le slug par défaut. Les %1$sURL canoniques vers d’autres domaines%2$s sont aussi prises en charge."],"Canonical URL":["URL canonique"],"Title to use for this page in breadcrumb paths":["Titre à utiliser pour cette page dans le fil d’Ariane"],"Breadcrumbs Title":["Titre pour le fil d’Ariane"],"No Snippet":["Pas de métadonnées"],"No Archive":["Aucune archive"],"No Image Index":["Pas d’index pour l’image"],"None":["Aucun"],"Site-wide default: %s":["Valeur par défaut pour tout le site : %s"],"Advanced meta robots settings for this page.":["Réglages avancés des méta des robots pour cette page."],"Meta robots advanced":["Méta robots avancés"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Avertissement : même si vous pouvez modifier les méta « robots » ici, tout votre site est réglé en mode « noindex » dans les réglages de vie privée, toute modification effectuée ici n’aura donc aucun effet."],"Meta description":["Méta description"],"SEO Title":["Méta titre "],"Focus keyword":["Requête cible"],"Snippet preview":["Prévisualisation des métadonnées"],"Settings successfully imported.":["Les réglages ont été importés."],"Settings could not be imported:":["Les réglagles n’ont pas été importés :"],"Error creating %1$s export: ":["Erreur de création de l’export de %1$s : "],"Breadcrumb for 404 pages:":["Fil d’Ariane pour la page 404 :"],"Prefix for search result pages:":["Préfixe pour les pages de résultats de recherche :"],"Prefix for archive pages:":["Préfixe pour les pages d’archive :"],"Prefix for breadcrumbs:":["Préfixe pour le fil d’Ariane :"],"Anchor text for the homepage:":["Texte d’ancrage pour la page d’accueil"],"Breadcrumbs separator:":["Séparateur pour le fil d’Ariane :"],"Remove blog page from breadcrumbs":["Retirer la page de blog du fil d’Ariane"],"%s Breadcrumbs":["Fil d’Ariane de %s"],"Use Image":["Utiliser l’image"],"Action":["Action"],"Page URL/Slug":["URL/Slug de la page"],"Publication date":["Date de Publication"],"Post Status":["État de la publication"],"WP Page Title":["Titre de la page"],"View":["Voir"],"View “%s”":["Voir “%s”"],"Preview":["Prévisualisation"],"Preview “%s”":["Prévisualiser “%s”"],"Edit":["Modifier"],"Filter":["Filtrer"],"New Yoast Meta Description":["Nouvelle méta description Yoast"],"Existing Yoast Meta Description":["Méta description Yoast actuelle"],"Facebook profile URL":["URL du profil Facebook"],"Twitter username (without @)":["Identifiant Twitter (sans le @)"],"FAQ":["FAQ"],"Premium Support":["Support Premium"],"Settings":["Réglages"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Vous devez vous %1$srendre dans vos Réglages de Lecture%2$s et décocher la case Visibilité des moteurs de recherche."],"Huge SEO Issue: You're blocking access to robots.":["Important problème SEO : Vous bloquez actuellement l’accès aux robots des moteurs de recherche."],"Posts":["Articles"],"Edit Files":["Modifier les fichiers"],"Advanced Variables":["Variables avancées"],"Basic Variables":["Variables de base"],"General":["Réglages généraux"],"Extensions":["Extensions"],"Search Console":["Search Console"],"Tools":["Outils"],"Advanced":["Avancé"],"XML sitemaps":["Plans de site XML"],"Social":["Réseaux sociaux"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s a détecté que vous utiliser la version de %2$s de %3$s. Veuillez la mettre à jour pour éviter les problèmes de compatibilité."],"Just another WordPress site":["Un site utilisant WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Vous utilisez toujours le slogan par défaut de WordPress, un vide serait même plus efficace. %1$sVous pouvez régler cela dans la personnalisation%2$s."],"You have used HTML in your value which is not allowed.":["Votre valeur inclut du code HTML non autorisé."],"You can't edit %s that aren't yours.":["Vous ne pouvez pas modifier les %s qui ne sont pas à/de vous."],"You can't edit %s.":["Vous ne pouvez pas modifier %s."],"Post has an invalid Content Type: %s.":["L’article a un type de publication non valide : %s."],"Post doesn't exist.":["L’article n’existe pas."],"course\u0004Free:":["Gratuit :"],"posts\u0004Trash (%s)":["Supprimez le (%s)","Supprimez les (%s)"],"posts\u0004All (%s)":["Tout (%s)","Tous (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n > 1;","lang":"fr"},"%s does not seem to be a valid Facebook App ID. Please correct.":["%s ne semble pas être un ID d’App Facebook valide. Veuillez le corriger."],"The submitted value was: %s":["La valeur entrée était : %s"],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Les codes de confirmation de Yandex ne peuvent contenir que des lettres de A à Z, des chiffres, tirets courts et tirets bas. %s"],"Twitter usernames can only contain letters, numbers, and underscores. %s":["Les identifiants Twitter ne peuvent contenir que des lettres, chiffres et tirets bas. %s"],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Les codes de confirmation de Pinterest ne peuvent contenir que des lettres de A à Z, des chiffres, tirets courts et tirets bas. %s"],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Les codes de confirmation de Bing ne peuvent contenir que des lettres de A à Z, des chiffres, tirets courts et tirets bas. %s"],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Les codes de confirmation de Yandex ne peuvent contenir que des lettres, des chiffres, tirets courts et tirets bas. %s"],"The Facebook App ID you entered doesn't exist. %s":["L’ID d’App Facebook que vous avez saisie n’existe pas. %s"],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Les codes de confirmation de Baidu ne peuvent contenir que des lettres, des chiffres, tirets courts et tirets bas. %s"],"Show this item.":["Afficher cet élément."],"Hide this item.":["Masquer cet élément."],"You have %d hidden problem:":["Vous avez %d problème masqué :","Vous avez %d problèmes masqués :"],"You have %d hidden notification:":["Vous avez %d notification masquée :","Vous avez %d notifications masquées :"],"Focus Keyphrase not set":["Requête cible non définie"],"The form contains %1$s error. %2$s":["Le formulaire contient %1$s erreur. %2$s","Le formulaire contient %1$s erreurs. %2$s"],"SEO settings configured":["Réglages SEO configurés"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["Si vous souhaitez re-vérifier ou modifier vos réglages de %1$s, vous pouvez toujours %2$srelancer l’assistant de configuration%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Les mots et groupes de mots suivants apparaissent le plus souvent dans votre texte. Cela vous donne un aperçu de la perception de votre contenu. Si les mots diffèrent de votre sujet principal, vous devriez réécrire votre contenu en conséquence. "],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["Une fois que vous aurez ajouté plus de texte, nous vous donnerons la liste des mots qui apparaissent le plus dans votre contenu. Cela vous donnera un aperçu de la perception de votre contenu."],"%d occurrences":["%d occurrences"],"Activate %s for your site on MyYoast":["Activez %s pour votre site sur MyYoast"],"Show blog page in breadcrumbs":["Afficher la page de blog dans le fil d’Ariane"],"We could not find any relevant articles on your website that you could link to from your post.":["Nous n’avons pas trouvé d’article pertinent sur votre site vers lequel vous pourriez faire un lien."],"Has feedback":["Dispose d’un retour"],"Content optimization:":["Optimisation du contenu :"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s : %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLisibilité%2$s : %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Lisez %1$scet article pour comprendre les raisons qui nous poussent à ne plus être compatible avec les anciennes versions.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Si vous avez repoussé la mise à jour vers la version %2$s (ou supérieure) à cause du nouvel éditeur Gutenberg, préférez l’installation de l’extension Classic Editor. Elle vous permettra d’avoir la même expérience d’édition mais avec la sécurité et les mises à jour de WordPress et %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sMettez à jour WordPress dans sa dernière version%2$s%3$sNous avons remarqué que vous n’utilisez pas la dernière version de WordPress, ce qui peut poser problème prochainement. Pour des raisons de sécurité et de stabilité, %4$s n’est compatible qu’avec la version actuelle et la précédente de WordPress. Lorsque la prochaine version sortira, nous serons alors compatible avec les versions %6$s et %7$s. Cela signifie que vous ne recevrez plus de mises à jour de %5$s tant que vous ne mettrez pas à jour WordPress alors assurez-vous de le faire rapidement !%3$s%3$s"],"Post Noindexed":["Publication désindexée"],"No Focus Keyphrase":["Pas de requête cible"],"Person logo / avatar":["Avatar/logo de personne"],"Extend %s":["Étendre %s"],"Enroll in the %s for WordPress training":["Suivez la formation pour WordPress de %s"],"Posts with the SEO score: %s":["Publications avec le score SEO : %s"],"SEO: %s":["SEO : %s"],"%s video tutorial":["Tutoriel vidéo de %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Pour voir vos erreurs d’exploration actuelles, %1$sveuillez vous rendre sur Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google a mis fin à son API d’erreurs d’exploration. Par conséquent, les éventuelles erreurs que vous pourriez avoir ne peuvent plus être affichées ici. %1$sLisez notre déclaration à ce sujet pour plus d’informations%2$s."],"Remove this message":["Supprimer ce message"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimisez vraiment votre site pour une audience locale avec notre extension %s ! Adresse postales détaillées, heures d’ouverture, localisateur de magasin et options de retrait !"],"Serving local customers?":["Vous travaillez avec des clients locaux ?"],"Get the %s plugin now":["Obtenez l’extension %s"],"Organization social profiles":["Profils sociaux de l’organisation"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Vous pouvez modifier les détails affichés dans les métadonnées comme les réseaux sociaux, le nom et la description de cet utilisateur au travers de leur page de profil %1$s."],"Personal info":["Informations personnelles"],"Organization logo":["Logo de l’organisation"],"Organization name":["Nom de l’organisation"],"Choose whether the site represents an organization or a person.":["Choisissez si votre site représente une organisation ou une personne."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Pour faire en sorte que votre vite représente une société ou une organisation, allez dans les %1$sréglages SEO%2$s et procédez à ce réglage."],"To change the social accounts used for your site, update the details for %1$s.":["Pour changer les comptes sociaux utilisés pour votre site, mettez à jour les détails de %1$s."],"That means that the form and information below is disabled, and not used.":["Cela signifie que le formulaire et les informations ci-dessous seront désactivées, si non utilisés."],"Your website is currently configured to represent a Person":["Votre site est actuellement configuré pour représenter une personne"],"(if one exists)":["(si une existe)"],"Wikipedia page about you":["Page Wikipédia à votre propos"],"YouTube profile URL":["URL de profil Youtube"],"Tumblr profile URL":["URL de profil Tumblr"],"SoundCloud profile URL":["URL de profil Soundcloud"],"MySpace profile URL":["URL de profil Myspace"],"Organization or person":["Organisation ou personne"],"The person":["La personne"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Votre site représente-t-il une personne ou une organisation ?"],"The name of the organization":["Le nom de l’organisation"],"Provide an image of the organization logo":["Fournissez une image du logo de l’organisation"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Vous avez précédemment réglé votre site en tant que représentant d’une personne. Nous avons amélioré les fonctionnalités de données structurées (Schema et Knowledge Graph), donc nous vous invitons à %1$s compléter ces réglages%2$s."],"Select a user...":["Sélectionner un utilisateur…"],"Uncategorized":["Non classé"],"Name:":["Nom :"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Vous avez sélectionné l’utilisateur %1$s en tant que personne représentée par ce site. Les informations de son profil seront maintenant utilisés pour les résultats de recherche. %2$sMettez à jour son profil pour vérifier que les informations sont correctes%3$s."],"Error: Please select a user below to make your site's meta data complete.":["Erreur : Veuillez sélectionner un utilisateur ci-dessous pour compléter les métadonnées de votre site."],"SEO score: %s":["Score SEO : %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Si une page Wikipédia existe à votre sujet ou à propos de votre organisation, ajoutez-la également."],"Wikipedia URL":["URL Wikipédia"],"Pinterest profile URL":["URL de profil Pinterest"],"Instagram profile URL":["URL de profil Instagram"],"LinkedIn profile URL":["URL de profil LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["La recherche de mots-clés est essentielle pour une stratégie de référencement. Vous décidez des termes de recherche grâce auxquels vous souhaitez être visible et déterminez ceux que votre audience utilise pour vous chercher. Une bonne étude lexicale vous indique les contenus que vous devrez produire pour être visible sur les requêtes souhaitées. Assurez-vous que vous ciblez des mots-clés crédibles ! La %1$s vous apprend à le faire, pas à pas."],"SEO for Beginners training":["Formation « SEO pour les débutants »"],"%s for WordPress training":["Formation « WordPress %s »"],"All-around SEO training":["Formation « Tout sur le SEO »"],"The image you selected is too small for Facebook":["L’image sélectionnée est trop petite pour Facebook"],"The given image url cannot be loaded":["L’URL de l’image ne peut pas être chargée"],"Find out what words your audience uses to find you":["Découvrez quels mots utilise votre audience pour vous chercher"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sTest de lisibilité Flesch%2$s : Votre contenu obtient %3$s au test, ce qui est considéré comme %4$s à lire. %5$s"],"No JSON object was returned.":["Aucun objet JSON n’a été renvoyé."],"Received internal links":["Liens internes reçus"],"Outgoing internal links":["Liens internes émis"],"New step added":["Nouvelle étape ajoutée"],"New question added":["Nouvelle question ajoutée"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Pour créer une redirection et corriger ce problème, il vous faut %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Vous pouvez acheter l’extension, avec un an de support et de mises à jour, sur %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["La fonctionnalité de comptage de liens vous permet de déterminer combien de liens contiennent vos textes et combien font des liens internes. C’est très utile lorsque vous améliorez votre %1$smaillage interne%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Pour que cette fonctionnalité fonctionne, %1$s nécessite au moins la version PHP %2$s. Nous avons détectée la version %3$s sur votre site."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Veuillez bien réfléchir aux implications et %1$slisez cet article (EN)%2$s si vous souhaitez plus d’informations sur l’affichage des médias dans les résultats de recherche."],"Keyphrase":["Requête"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Pour que cette fonctionnalité fonctionne, %1$s a besoin de créer une table dans votre base de données. Nous n’avons pas réussi à le faire automatiquement."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["En activant cette option, les URL de fichiers joints apparaissent à vos visiteurs et à Google. Vous ajouter de la valeur à votre site, ils devraient contenir des informations utiles. Dans le cas contraire, cela aura un impact négatif sur votre référencement."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["La fonctionnalité du %3$scompteur de liens%4$s (introduite dans %1$s %2$s) est actuellement désactivée."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Veuillez consulter %1$scet article de notre base de connaissances (EN)%2$s pour comprendre comment résoudre ce problème."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Pour nous assurer que tous les liens de vos textes sont comptés, nous devons analyser toutes vos publications."],"All you have to do is press the following button and we'll go through all your texts for you.":["Vous n’avez qu’à cliquer sur le bouton suivant et nous le ferons pour vous."],"Count links":["Compter les liens"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sTextes alternatifs%5$s : Sur %2$d images de cette publication, %1$d ont des textes alternatifs qui contiennent votre requête cible ou ses synonymes. C’est un peu trop. %4$sN’utilisez ces termes que lorsqu’ils correspondent réellement à l’image%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sTextes alternatifs%2$s : Bon travail !"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sTextes alternatifs%5$s : Sur %2$d images de cette publication, seulement %1$d a un texte alternatif qui reflète le sujet de votre texte. %4$sAjoutez votre requête cible ou ses synonymes aux textes alternatifs pertinents%5$s !","%3$sTextes alternatifs%5$s : Sur %2$d images de cette publication, seulement %1$d ont un texte alternatif qui reflète le sujet de votre texte. %4$sAjoutez votre requête cible ou ses synonymes aux textes alternatifs pertinents%5$s !"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sTextes alternatifs%3$s : Les images de cette publication n’ont pas de texte alternatif qui reflètent le sujet de votre texte. %2$sAjoutez votre requête cible ou ses synonymes aux textes alternatifs qui seraient pertinents%3$s !"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sTextes alternatifs%3$s : Les images de cette publication ont des textes alternatifs mais vous n’avez pas défini de requête cible. %2$sRenseignez-en une%3$s !"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sRequête dans les titres%2$s : %3$s de vos titres de haut-niveau reflète le sujet de votre contenu. Bon travail !","%1$sRequête dans les titres%2$s : %3$s de vos titres de haut-niveau reflètent le sujet de votre contenu. Bon travail !"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sRequête dans les titres%2$s : Vos titres de haut niveau reflètent le sujet de votre contenu. Bon travail !"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sRequête dans les titres%3$s : %2$sUtilisez plus souvent la requête cible ou ses synonymes dans vos titres de haut niveau%3$s !"],"Page %s":["Page %s"],"Cannot get the size of %1$s because of unknown reasons.":["Impossible de récupérer la taille de %1$s pour des raisons inconnues."],"Cannot get the size of %1$s because it is hosted externally.":["Impossible de récupérer la taille de %1$s car elle est externe au site."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Activez simplement la fonctionnalité et vous pourrez utiliser l’analyse recalibrée. En parallèle, nous vous ajouterons à notre liste de diffusion dédiée. Nous ne communiquerons avec vous qu’au sujet de votre expérience avec ce recalibrage !"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Nous avons %1$srecalibré notre analyse%2$s. Avec la nouvelle analyse, nous nous approcherons encore plus de la façon dont Google voit votre site. Ce serait %3$sfantastique%4$s si vous pouvez %3$snous aider à tester cette fonctionnalité%4$s !"],"Get an even better analysis":["Obtenez une analyse encore meilleure"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTitre de niveau 1%3$s : Les H1 ne devraient être utilisés que pour votre titre principal. Trouvez-les dans votre texte et %2$spassez-les à un niveau inférieur%3$s !"],"Improve sharing on Facebook and Pinterest":["Améliore le partage sur Facebook et Pinterest"],"You do not have the required rights to export settings.":["Vous n’avez pas les droits suffisant pour exporter les réglages."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copiez tous ces réglages dans l’onglet %1$s d’un autre site et cliquez ensuite sur « %1$s »."],"These are settings for the %1$s plugin by %2$s":["Ce sont des réglages pour l’extension %1$s par %2$s"],"No settings found.":["Aucun réglage trouvé."],"Export your %1$s settings here, to copy them on another site.":["Exportez vos réglages de %1$s ici, afin de les copier vers un autre site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["L’import de réglages ne fonctionne que sur les serveurs qui fonctionnent sous PHP 5.3 ou supérieur."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importez des réglages en collant ceux copiés depuis un autre site et cliquez sur « %s »."],"Paste your settings from another %s installation.":["Collez vos réglages depuis une autre installation de %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvée 0 fois. C’est moins que le minimum requis de %3$d fois pour un texte de cette taille. %4$sConcentrez-vous sur votre requête%2$s !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est moins que le minimum recommandé de %3$d fois pour un texte de cette taille. %4$sConcentrez-vous sur votre requête%2$s !","%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est moins que le minimum recommandé de %3$d fois pour un texte de cette taille. %4$sConcentrez-vous sur votre requête%2$s !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensité de requête%2$s : La requête cible a été trouvée %3$d fois. C’est très bien !","%1$sDensité de requête%2$s : La requête cible a été trouvée %3$d fois. C’est très bien !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s !","%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est bien plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s !","%1$sDensité de requête%2$s : La requête cible a été trouvé %5$d fois. C’est bien plus que le maximum recommandé de %3$d fois pour un texte de cette taille. %4$sNe sur-optimisez pas%2$s !"],"Indexable created for object %1$s with type %2$s":["Élément indexable créé pour l’objet %1$s avec type %2$s"],"Method %1$s() does not exist in class %2$s":["La méthode %1$s() n’existe pas dans la classe %2$s"],"With %s, you can easily create such redirects.":["Avec %s, vous pouvez facilement créer de telles redirections."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Changer les réglages de permaliens peut sérieusement impacter votre visibilité sur les moteurs de recherche. On ne devrait %1$s jamais %2$s les changer sur un site en production."],"WARNING:":["AVERTISSEMENT :"],"Learn about why permalinks are important for SEO.":["Découvrez en quoi les permaliens sont importants pour votre référencement."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sMots-outils dans la requête%3$s : Votre requête « %4$s » contient uniquement des mots-outils. %2$sApprenez à concevoir de bonnes requêtes.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Saviez-vous que %s analyse également les différentes variantes de votre requête, comme le pluriel ou la conjugaison au passé ?"],"Clear Image":["Effacer l’image"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongueur de la requête%3$s : %2$sSaisissez une requête pour calculer votre score SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sRequête dans le slug%2$s : Plus de la moitié de votre requête apparaît dans le slug. C’est super !"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sRequête dans le slug%3$s : (Une partie de) votre requête n’apparaît pas dans le slug. %2$sAjoutez-en plus%3$s !"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sRequête dans le slug%2$s : Bon travail !"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sRequête dans le titre%3$s : Tous les mots de votre requête « %4$s » n’apparaissent pas dans le méta titre. %2$sEssayez d’utiliser les mêmes mots dans le même ordre%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sRequête dans le titre%3$s : Votre méta titre ne contient pas tous les mots. %2$sEssayez d’utiliser les mêmes mots dans le même ordre%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sRequête dans le titre%3$s : Les mots de votre requête apparaissent dans le méta titre, mais pas au début. %2$sEssayez de les déplacez%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sRequête dans le titre%2$s : Les mots de votre requête apparaissent au début de votre méta titre. Bon travail !"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribution de la requête%2$s : Bon travail !"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribution de la requête%3$s : inégale. Certaines parties de votre texte ne contiennent ni la requête, ni ses synonymes. %2$sDistribuez-les plus équitablement%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribution de la requête%3$s : très inégale. De grandes parties de votre texte ne contiennent ni votre requête, ni ses synonymes. %2$sDistribuez-les plus équitablement%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribution de requête%3$s : %2$sÉcrivez votre requête ou ses synonymes dans le texte afin que nous puissions calculer leur distribution%3$s."],"Help on choosing the perfect focus keyphrase":["Aide pour obtenir la requête cible parfaite"],"Would you like to add a related keyphrase?":["Souhaiteriez-vous ajouter une variante de requête ?"],"Go %s!":["Passez %s !"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Ne pas afficher la date des archives dans les résultats de recherche correspond techniquement à une métadonnée %1$s pour les robots. %2$sPlus d’informations sur les réglages des résultats de recherche%3$s."],"Rank better with synonyms & related keyphrases":["Soyez plus visible avec des synonymes et des variantes de votre requête"],"optimize a single post for synonyms and related keyphrases.":["optimisez une publication pour des synonymes et des variantes de votre requête."],"Synonyms & related keyphrases":["Synonymes et variantes de requête"],"Add related keyphrase":["Ajouter une variante"],"Dismiss %s upgrade notice":["Ignorer la notification pour passer à %s"],"Upgrade to %s":["Passez à %s"],"%1$s video":["Vidéo de %1$s"],"Get %s":["%s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sRequête déjà utilisée%6$s : Vous avez déjà utilisé cette requête %1$s%2$d fois%3$s. %5$sN’utilisez votre requête qu’une seule fois%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sRequête déjà utilisée%5$s : Vous avez déjà utilisé cette requête %1$sune fois%2$s. %4$sNe l’utilisez pas plus d’une fois%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sRequête déjà utilisée%2$s : Vous n’avez jamais utilisé cette requête, très bien."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sMots d’arrêt dans le slug%3$s : Le slug de cette page contient un mot d’arrêt. %2$sRetirez-le%3$s !","%1$sMots d’arrêt dans le slug%3$s : Le slug de cette page contient des mots d’arrêt. %2$sRetirez-les%3$s !"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug trop long%3$s : Le slug de cette page est un peu trop long. %2$sRaccourcissez-le%3$s !"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sTexte alternatif des images%3$s : Il n’y a pas d’image dans cette page. %2$sAjoutez-en%3$s !"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sAncre avec la requête cible%3$s : Vous faites un lien vers une autre page avec les mots de votre requête. %2$sNe faites pas ça%3$s !"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["C’est très en dessous du minimum recommandé de %5$d mot. %3$sAjoutez plus de contenu%4$s.","C’est très en dessous du minimum recommandé de %5$d mots. %3$sAjoutez plus de contenu%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["C’est en dessous du minimum recommandé de %5$d mot. %3$sAjoutez plus de contenu%4$s.","C’est en dessous du minimum recommandé de %5$d mots. %3$sAjoutez plus de contenu%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLongueur du contenu%4$s : Le contenu a une longueur de %1$d mot.","%2$sLongueur du contenu%4$s : Le contenu a une longueur de %1$d mots."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLongueur du contenu%3$s : Le contenu a une longueur de %1$d mot. Bon travail !","%2$sLongueur du contenu%3$s : Le contenu a une longueur de %1$d mots. Bon travail !"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sRequête dans les titres%3$s : Plus de 75%% de vos titres de haut niveau reflètent le sujet de votre contenu. C’est trop. %2$sNe sur-optimisez pas%3$s !"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sLongueur de méta titre%3$s : %2$sVeuillez créer un méta titre%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sLargeur de méta titre%3$s : Le méta titre est plus large que la limite visible. %2$sEssayez de le raccourcir%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sLongueur de méta titre%2$s : Bon travail !"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sLongueur de méta titre%3$s : Le méta titre est trop court. %2$sUtilisez l’espace disponible pour ajouter des variantes ou des appels à l’action%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sLiens externes%2$s : Il y a des liens nofollow et des liens normaux dans cette page. Bon travail !"],"%1$sOutbound links%2$s: Good job!":["%1$sLiens externes%2$s : Bon travail !"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sLiens externes%3$s : Tous les liens externes de cette page sont en nofollow. %2$sAjoutez des liens normaux%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sLiens externes%3$s : Il n’y a pas de lien externe dans cette page. %2$sAjoutez-en%3$s !"],"%1$sMeta description length%2$s: Well done!":["%1$sLongueur de méta description%2$s : Parfait !"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLongueur de méta description%3$s : La méta description fait plus de %4$d caractères. Pour vous assurer qu’elle soit entièrement visible, %2$svous devriez la raccourcir%3$s !"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLongueur de méta description%3$s : La méta description est trop courte (en dessous de %4$d caractères). Vous pouvez aller jusqu’à %5$d caractères, %2$sutilisez cet espace%3$s !"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLongueur de méta description%3$s : Aucune méta description n’a été renseignée. Les moteurs de recherches afficheront du contenu de la page à la place. %2$sAssurez-vous d’en écrire une%3$s !"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sRequête dans la méta description%2$s : La méta description a été renseignée mais elle ne contient pas la requête. %3$sAjoutez-la%4$s !"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sRequête dans la méta description%2$s : La méta description contient la requête %3$s fois, ce qui est supérieur au maximum conseillé de 2 fois. %4$sRéfrénez-vous%5$s !"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sRequête dans la méta description%2$s : La requête ou son synonyme apparaît dans la méta description. Parfait !"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongueur de la requête%5$s : La requête fait %1$d mots. C’est bien plus que le maximum recommandé de %2$d mots. %4$sChoisissez-en une plus courte%5$s !"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLongueur de la requête%5$s : La requête fait %1$d mots. C’est au delà du maximum recommandé de %2$d mots. %4$sChoisissez-en une plus courte%5$s !"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLongueur de la requête%2$s : Bon travail !"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLongueur de la requête%3$s : Aucune requête cible n’a été définie pour cette page. %2$sRenseignez une requête afin de calculer votre score SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sRequête dans l’introduction%3$s : Votre requête ou ses synonymes n’apparaissent pas dans le premier paragraphe. %2$sAssurez-vous que le sujet soit rapidement évoqué%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sRequête dans l’introduction%3$s : Votre requête ou ses synonymes apparaissent dans le premier paragraphe de la publication mais pas dans la même phrase. %2$sCorrigez ce point%3$s !"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sRequête dans l’introduction%2$s : Parfait !"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sMaillage interne%2$s : Il y a aussi bien des liens internes en nofollow que des liens normaux sur cette page. Bien joué !"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sMaillage interne%2$s : Vous avez assez de liens internes. Bon travail !"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sMaillage interne%3$s : Les liens internes dans cette page sont tous en nofollow. %2$sAjoutez donc de bons liens internes%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sMaillage interne%3$s : Il n’y a aucun lien interne dans cette page, %2$sassurez-vous d’en ajouter%3$s !"],"%1$sTransition words%2$s: Well done!":["%1$sMots de transition%2$s : Parfait !"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sMots de transition%2$s : Seulement %3$s des phrases contiennent des mots de transition, ce qui n’est pas suffisant. %4$sUtilisez-en plus souvent%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sMots de transition%2$s : Aucune de vos phrases ne contient de mots de transition. %3$sUtilisez-en%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sPas assez de contenu%2$s : %3$sVeuillez ajouter du contenu pour permettre une bonne analyse%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sHiérarchie des titres%2$s : Vous n’utilisez pas de titres mais votre contenu est suffisamment court pour ne pas en mériter."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sHiérarchie des titres%2$s : Vous n’utilisez pas de titres alors que votre contenu est relativement long. %3$sEssayez d’en ajouter%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sHiérarchie des titres%2$s : %3$d section de votre contenu fait plus de %4$d mots et n’est pas séparée par des titres. %5$sAjoutez-en pour améliorer la lisibilité%2$s.","%1$sHiérarchie des titres%2$s : %3$d sections de votre contenu font plus de %4$d mots et ne sont pas séparées par des titres. %5$sAjoutez-en pour améliorer la lisibilité%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sHiérarchie des titres%2$s : Bon travail !"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLongueur de phrase%2$s : %3$s des phrases contiennent plus de %4$s mots, ce qui est au delà du ratio maximum recommandé de %5$s. %6$sEssayez de raccourcir vos phrases%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLongueur de phrase%2$s : Très bien !"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sPhrases consécutives%2$s : Il y a suffisamment de variété dans vos phrases. C’est super !"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sPhrases consécutives%2$s : Le texte contient %3$d phrases consécutives qui commencent avec le même mot. %5$sAjoutez un peu de variété%2$s !","%1$sPhrases consécutives%2$s : Le texte contient %4$d instances dans lesquelles %3$d phrases consécutives ou plus commencent avec le même mot. %5$sAjoutez un peu de variété%2$s !"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVoix passive%2$s : %3$s des phrases sont à la forme passive, ce qui est au delà du ratio maximum recommandé de %4$s. %5$sPassez plutôt à la voix active%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVoix passive%2$s : Vous utilisez suffisamment la voix active. C’est super !"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLongueur des paragraphes%2$s : %3$d des paragraphes font plus du maximum recommandé de %4$d mots. %5$sRaccourcissez vos paragraphes%2$s !","%1$sLongueur des paragraphes%2$s : %3$d des paragraphes font plus du maximum recommandé de %4$d mots. %5$sRaccourcissez vos paragraphes%2$s !"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLongueur des paragraphes%2$s : Aucun de vos paragraphes n’est trop long. Bon travail !"],"Good job!":["Bon travail !"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sTest de lisibilité Flesch%2$s : Votre contenu obtient %3$s au test, ce qui est considéré comme %4$s à lire. %5$s%6$s%7$s"],"Focus keyphrase":["Requête cible"],"%1$s with ID %2$s couldn't be patched":["%1$s avec l’ID %2$s ne peut pas être réparé"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Requête POST non valide. Les valeurs de métadonnées existent déjà pour l’objet avec l’ID %1$s."],"Indexable with ID `%1$s` does not exist":["L’objet indexable dont l’ID est `%1$s` n’existe pas"],"No object with ID %1$s and %2$s could be found":["Aucun objet avec l’ID %1$s et %2$s n’a pu être trouvé"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` n’est pas un sous-type valide de `%2$s`"],"The object type `%1$s` is invalid":["Le type d’objet `%1$s` n’est pas valide"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Le type non valide `%1$s` pour le paramètre a été accepté. `%2$s` était attendu mais `%3$s` a été reçu"],"The parameter `%1$s` cannot be empty.":["Le paramètre `%1$s` ne peut pas être vide."],"Check Keyphrase Density":["Vérifier la densité de requête"],"Disable":["Désactiver"],"Allow Control":["Autoriser le contrôle"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Cet onglet vous permet de désactiver certaines fonctionnalités de %s pour tous les sites du réseau. Par défaut, toutes les fonctionnalités sont activées, ce qui permet aux administrateurs de choisir lesquelles ils veulent activer/désactiver pour leur site. Lorsque vous désactivez une fonctionnalité ici, les administrateurs des sites ne pourront plus l’utiliser du tout."],"%s is a required feature toggle argument.":["%s est un argument d’activation de fonctionnalité obligatoire."],"Keyphrase:":["Requête :"],"Remove keyphrase":["Retirer la requête"],"This feature has been disabled by the network admin.":["Cette fonctionnalité a été désactivée par l’administrateur du réseau."],"Focus keyphrase not set.":["Requête cible non définie."],"Multiple keyphrases":["Plusieurs requêtes cibles"],"Colon":["Deux-points"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s et %2$s gèrent tous les deux le référencement de votre site. En ayant deux solutions concurrentes, vous pourriez créer des conflits au détriment de votre visibilité."],"There is a new notification.":["Il y a une nouvelle notification.","Il y a des nouvelles notifications."],"Learn more about the readability analysis":["Apprenez-en plus sur l’analyse de lisibilité"],"Describe the duration of the instruction:":["Saisissez la durée de cette instruction :"],"Optional. Customize how you want to describe the duration of the instruction":["Optionnel. Personnalisez comment vous voulez décrire cette durée."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Ceci est une liste de contenu liés vers lesquels vous pourriez faire des liens dans cette publication. {{a}}Lisez notre article sur la structure des sites{{/a}} pour en apprendre plus sur l’intérêt du maillage interne pour votre référencement."],"%s, %s and %s":["%s, %s et %s"],"%s and %s":["%s et %s"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d heure","%d heures"],"%d day":["%d jour","%d jours"],"Enter a step title":["Donnez un titre à cette étape"],"Optional. This can give you better control over the styling of the steps.":["Facultatif. Cela vous donne plus de contrôle sur le style des étapes."],"CSS class(es) to apply to the steps":["Classe(s) CSS à appliquer aux étapes"],"minutes":["minutes"],"hours":["heures"],"days":["jours"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Créez un tutoriel optimisé pour le référencement. Vous ne pouvez utiliser qu’un seul bloc Tutoriel par publication."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Créez une FAQ optimisée pour le référencement. Vous ne pouvez utiliser qu’un seul bloc FAQ par publication."],"Copy error":["Erreur de copie"],"An error occurred loading the %s primary taxonomy picker.":["Une erreur est survenue pendant le chargement du sélecteur de taxonomie principale de %s."],"%1$s Structured Data Blocks":["Blocs de données structurées de %1$s "],"Time needed:":["Temps nécessaire :"],"Move question down":["Descendre la question"],"Move question up":["Monter la question"],"Insert question":["Insérer une question"],"Delete question":["Effacer la question"],"Enter the answer to the question":["Saisissez la réponse à la question"],"Enter a question":["Saisissez une question"],"Add question":["Ajouter une question"],"Frequently Asked Questions":["Foire aux questions"],"Great news: you can, with %s!":["Bonne nouvelle : vous le pouvez avec %s !"],"Select the primary %s":["Choisissez la %s principale"],"Check links to this URL":["Vérifier les liens vers cette URL"],"Keyword research training":["Formation à la recherche de mots-clés"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Veuillez vérifier le %1$smodèle d’archive%2$s pour le type de publication suivant : %3$s.","Veuillez vérifier les %1$smodèles d’archive%2$s pour les types de publication suivants : %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Essayez-vous d’utiliser plusieurs requêtes ? Vous devriez les ajouter ci-dessous séparément."],"Mark as cornerstone content":["Marquer comme contenu Cornerstone"],"Move step down":["Faire descendre l’étape"],"Move step up":["Faire monter l’étape"],"Insert step":["Insérer une étape"],"Delete step":["Effacer l’étape"],"Add image":["Ajouter une image"],"Enter a step description":["Saisissez une description d’étape"],"Enter a description":["Saisissez une description"],"Unordered list":["Liste non-ordonnée"],"Showing step items as an ordered list.":["Affichage des étapes comme une liste ordonnée."],"Showing step items as an unordered list":["Affichage des étapes comme une liste non-ordonnée."],"Add step":["Ajouter une étape"],"Delete total time":["Effacer le temps total"],"Add total time":["Ajouter le temps total"],"How to":["Tutoriel"],"How-to":["Tutoriel"],"Snippet Preview":["Édition des métadonnées"],"Analysis results":["Résultats de l’analyse"],"Enter a focus keyphrase to calculate the SEO score":["Saisissez une requête cible pour calculer votre score SEO"],"Learn more about Cornerstone Content.":["En savoir plus sur les contenus Cornerstone."],"Cornerstone content should be the most important and extensive articles on your site.":["Les contenus Cornerstone devraient être les publications les plus importantes et les plus longues de votre site."],"Restore Site":["Restaurer le site"],"Network Settings":["Réglages du réseau"],"You are not allowed to perform this action.":["Vous n’avez pas les droits suffisants pour faire cette action."],"Error: %s":["Erreur : %s"],"Success: %s":["Succès : %s"],"Site with ID %d not found.":["Le site avec l’ID %d est introuvable."],"No site has been selected to restore.":["Aucun site n’a été sélectionné pour la restauration."],"You are not allowed to modify unregistered network settings.":["Vous n’avez pas les droits suffisants pour modifier les réglages d’un réseau non-enregistré."],"deleted":["supprimé"],"Would you like to add another keyphrase?":["Souhaitez-vous ajouter une autre requête ?"],"image preview":["prévisualisation de l’image"],"Copied!":["Copié !"],"Not supported!":["Non compatible !"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lisez {{a}}notre article sur la structure de site{{/a}} pour en savoir plus sur l’impact du maillage interne sur votre référencement naturel."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Une fois que vous aurez ajouté plus de texte, nous vous donnerons une liste de contenus liés que vous pourriez mentionner dans votre publication."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Envisagez de faire des liens vers ces {{a}}articles Cornerstone :{{/a}}"],"Consider linking to these articles:":["Envisagez de faire des liens vers ces articles :"],"Copy link":["Copier le lien"],"Copy link to suggested article: %s":["Copier le lien de l’article suggéré : %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Lisez notre %1$sguide ultime sur la recherche de mot-clé%2$s pour en apprendre plus à ce sujet."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Une fois que vous aurez ajouté plus de texte, nous vous donnerons la liste des mots et groupes de mots qui apparaissent le plus dans votre contenu. Cela vous donnera un aperçu de la perception de votre contenu."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Les mots suivants apparaissent le plus souvent dans votre texte. Cela vous donne un aperçu de la perception de votre contenu. Si les mots diffèrent de votre sujet principal, vous devriez réécrire votre contenu en conséquence. "],"Prominent words":["Mots proéminents"],"The site's tagline":["Le slogan du site"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Nous avons récemment amélioré les réglages SEO. Malheureusement, nous avons découvert que dans certains cas, l’enregistrement des réglages pour certains types de publications personnalisés pouvait ne plus fonctionner correctement."],"Not all required fields are given. Missing field %1$s":["Tous les champs nécessaires ne sont pas renseignés. Champ manquant %1$s"],"Optimize your site for Google News.":["Optimisez votre pour Google News."],"Optimize your shop's SEO and sell more products!":["Optimisez le référencement de votre e-boutique et vendez plus de produits !"],"Be found in Google Video search and enhance your video sharing on social media.":["Soyez visible dans la recherche vidéo de Google et boostez vos partages sociaux."],"Be found in Google Maps and local results.":["Soyez visible dans Google Maps et les résultats locaux."],"Learn practical SEO skills to rank higher in Google.":["Apprenez des tactiques de référencement pour être plus visible dans Google."],"Don’t waste time figuring out the best settings yourself.":["Ne perdez pas de temps à deviner les meilleurs réglages par vous-même."],"Get quick wins to make your site rank higher in search engines.":["Devenez plus visible dans les résultats de recherche en quelques actions."],"Add synonyms":["Ajouter des synonymes"],"Would you like to add keyphrase synonyms?":["Souhaitez-vous ajouter des requêtes synonymes ?"],"Would you like to add more than one keyphrase?":["Souhaitez-vous ajouter plus d’une requête ?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Vous pouvez éditer les métadonnées SEO de cette page dans les réglages de la %1$spage Boutique%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Vous n’avez pas défini de page « Boutique » dans vos réglages WooCommerce. Veuillez le faire dans un premier temps."],"Current year":["Année en cours"],"Page":["Page"],"Breadcrumb settings for %s archive":["Réglages du fil d’Ariane pour les archives des %s"],"Something went wrong. Please reload the page.":["Une erreur est survenue. Veuillez recharger la page."],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Modifiez votre méta description en l’éditant ici"],"description (custom taxonomy)":["description (taxonomie personnalisée)"],"(custom taxonomy)":["(taxonomie personnalisée)"],"(custom field)":["(champ personnalisé)"],"Term404":["Phrase404"],"Caption":["Légende"],"Pagenumber":["Numéropage"],"Pagetotal":["Nombrepages"],"Page number":["Numéro de page"],"User description":["Description de l’utilisateur"],"ID":["ID"],"Modified":["Modifié"],"Post type (plural)":["Types de publication (au pluriel)"],"Post type (singular)":["Type de publication (au singulier)"],"Separator":["Séparateur"],"Search phrase":["Phrase de recherche"],"Term title":["Titre du terme"],"Term description":["Description de l’élément"],"Tag description":["Étiquette du contenu"],"Category description":["Description de la catégorie"],"Primary category":["Catégorie principale"],"Category":["Catégorie"],"Tag":["Étiquette"],"Excerpt only":["Extrait seulement"],"Excerpt":["Extrait"],"Site title":["Titre du site"],"Archive title":["Titre de l’archive"],"Parent title":["Titre parent"],"Date":["Date"],"Label":["Libellé"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Vous devriez créer une redirection pour vous assurer que les visiteurs n’obtiennent pas une erreur 404 lorsqu’ils cliquent sur des URL cassées."],"Search engines and other websites can still send traffic to your deleted post.":["Les moteurs de recherche et d’autres sites peuvent continuer à envoyer du trafic à votre publication effacée."],"Make sure you don't miss out on traffic!":["Assurez-vous de ne pas perdre de trafic !"],"You just deleted a %1$s.":["Vous venez de supprimer un·e %1$s."],"You just trashed a %1$s.":["Vous venez de mettre un·e %1$s à la corbeille."],"Settings for %s archive":["Réglages pour les archives des %s"],"Settings for single %s URLs":["Réglages pour les URL de %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Les réglages sur cette page vous permettent de définir l’apparence par défaut de vos publications dans les résultats de recherche. Vous pouvez choisir quels types de publications seront indexés et comment doit être construite leur description par défaut."],"Url preview":["Prévisualisation de l’URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Veuillez renseigner une méta description en éditant le champ ci-dessous. Si vous ne le faites pas, Google essaiera de trouver une partie pertinente de votre publication et l’affichera dans les résultats de recherche."],"Insert snippet variable":["Insérez des variables de métadonnées"],"Dismiss this notice":["Masquer cette notification"],"No results":["Aucun résultat"],"%d result found, use up and down arrow keys to navigate":["%d résultat trouvé, utilisez vos flèches haut et bas pour naviguer.","%d résultats trouvés, utilisez vos flèches haut et bas pour naviguer."],"Your site language is set to %s. If this is not correct, contact your site administrator.":["La langue de votre site est réglée à %s. Si ce n’est pas bon, contactez l’administrateur du site."],"Number of results found: %d":["Nombre de résultats trouvés : %d"],"Note that not all variables can be used in every field.":["Sachez que toutes les variables ne peuvent pas être utilisées dans tous les champs."],"Snippet variables":["Variables de métadonnées"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s protège votre vie privée. Consultez notre %2$spolitique de confidentialité%3$s pour comprendre comment nous traitons vos données personnelles."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Si vous savez ce que cela signifie et que vous ne souhaitez plus voir ce message, vous pouvez %1$sle masquer%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Vos réglages permettent aux URL des fichiers joints d’exister. Veuillez consulter %1$scet article au sujet du problème que cela peut poser%2$s et vérifiez vos réglages ensuite."],"Unknown type %1$s":["Type inconnu %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Comprend un compte MyYoast gratuit qui vous donner accès à notre formation « SEO for Beginners » !"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Inscrivez-vous à notre newsletter si vous souhaitez rester à jour sur %1$s, d’autres extensions de %2$s, des actualités et des astuces du monde du référencement naturel."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Récupérez votre code de vérification Baidu dans %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Code de vérification Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["L’importateur %s utilise des tables temporaires de base de données. Il semblerait que votre installation WordPress ne le permette pas. Veuillez solliciter votre hébergeur."],"Cleanup of %s data failed.":["Le nettoyage des données de %s a échoué."],"Content Type":["Type de contenu"],"Filter by content type":["Filtrer par type de contenu"],"Show All Content Types":["Afficher tous les types de publication"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Pour régler ce problème, décochez la case de « Diviser les commentaires en pages… » dans %1$sles réglages de Discussion%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Remplacé avec un titre d’archive normal généré par WordPress"],"Clean":["Propre"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Une fois que vous avez la certitude que votre site est OK, vous pouvez le nettoyer. Cela retirera toutes les données antérieures."],"Step 5: Clean up":["Étape 5 : Nettoyez"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Vous devriez lancer l’assistant de configuration depuis SEO → Réglages généraux → Tableau de bord, pour vous assurer que tous les réglages sont corrects."],"Step 4: Run the configuration wizard":["Étape 4 : Lancez l’assistant de configuration"],"Please check your posts and pages and see if the metadata was successfully imported.":["Veuillez vérifier que les métadonnées de vos articles et pages soient bien importés."],"Step 3: Check your data":["Étape 3 : Vérifiez vos données"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Cela importera les métadonnées de vos publications telles que les titres et descriptions SEO dans %1$s. Cela ne fonctionnera que s’il n’existe pas encore de métadonnées appartenant à %1$s. Les données antérieures ne seront pas effacées."],"Step 2: Import":["Étape 2 : Importez"],"Please make a backup of your database before starting this process.":["Veuillez faire une sauvegarde de votre base de données avant de lancer ce processus."],"Step 1: Create a backup":["Étape 1 : Sauvegardez"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Nous avons détecté que vous utilisez une ou plusieurs extensions SEO sur votre site. Veuillez suivre les étapes suivantes pour en importer les données :"],"Plugin: ":["Extension : "],"%s did not detect any plugin data from plugins it can import from.":["%s n’a pas détecté d’extension dont il peut importer les données."],"Posts that should not show up in search results":["Articles qui ne devraient pas apparaître dans les résultats de recherche"],"%s data found.":["%s données trouvées."],"%s data successfully removed.":["Données de %s retirées."],"%s data successfully imported.":["Données de %s importées."],"%s data not found.":["%s données introuvables."],"Improve your SEO skills":["Améliorez vos compétences en référencement"],"24/7 email support":["Support par e-mail 24/7"],"No more dead links a.k.a. 404 pages":["Plus de liens morts (ou pages 404)"],"Get real-time suggestions for internal links":["Recevez des suggestions en temps réel sur votre maillage interne"],"Preview your page in Facebook and Twitter":["Prévisualisez votre page dans Facebook et Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Cliquez sur le bouton « %3$s » pour utiliser la méta description définie dans les %1$sréglages SEO de la page d’accueil%2$s."],"Help on copying the home meta description":["Aide pour copier la méta description de la page d’accueil"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Pour permettre aux moteurs de recherche de savoir quels profils sociaux sont associés à ce site, renseignez les données sociales ci-dessous."],"Learn more about your social profiles settings":["En savoir plus au sujet des réglages des profils sociaux"],"Remove the categories prefix":["Retirer le préfixe des catégories"],"Help on the category prefix setting":["Aide sur le réglage de préfixe de catégorie"],"Learn more about the available variables":["En savoir plus sur les variables disponibles"],"Learn more about the RSS feed setting":["En savoir plus sur les réglages de flux RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Lorsque vous téléversez un média dans WordPress (une image ou une vidéo par exemple), il crée également une URL de fichier joint. Ces pages sont relativement vides : elles contiennent le média et éventuellement un titre si vous en avez renseigné un. C’est pour cette raison que si vous n’utilisez pas les fichiers joints, il vaut mieux les désactiver et les rediriger vers les médias."],"Learn more about the Media and attachment URLs setting":["En savoir plus sur les réglages des URL de médias et fichiers joints"],"Learn more about the title separator setting":["En savoir plus sur le réglage du séparateur de titre"],"Learn more about the knowledge graph setting":["En savoir plus sur le réglage du Knowledge Graph"],"Learn more about the homepage setting":["En savoir plus sur le réglage de page d’accueil"],"Learn more about the special pages setting":["En savoir plus sur le réglage des pages spéciales"],"Help on the date archives search results setting":["Aide sur le réglage des résultats de recherche pour les archives de date"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Ne pas afficher les archives d’auteurs sans publication dans les résultats de recherche implique qu’elles auront une consigne %1$s et seront exclues des plans de site XML. %2$sPlus d’informations sur les réglages de résultats de recherche%3$s."],"Help on the authors without posts archive search results setting":["Aide sur le réglage des résultats de recherche pour les archives des auteurs sans publication"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Ne pas afficher les archives d’auteurs dans les résultats de recherche implique qu’elles auront une consigne %1$s et seront exclues des plans de site XML. %2$sPlus d’informations sur les réglages de résultats de recherche%3$s."],"Help on the author archives search results setting":["Aide sur le réglage des résultats de recherche pour les archives d’auteurs"],"Archives settings help":["Aide sur les réglages d’archives"],"Learn more about the archives setting":["En savoir plus sur les réglages des archives"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Récupérez votre code de vérification Yandex dans %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Code de vérification Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Récupérez votre code de vérification Google dans %1$sGoogle Search Console%2$s."],"Google verification code":["Code de vérification Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Récupérez votre code de vérification Bing dans %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Code de vérification Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Vous pouvez utiliser les champs ci-dessous pour vérifier votre auprès des différents moteurs de recherche. Cette fonctionnalité ajoutera une métadonnée de vérification sur votre page d’accueil. Cliquez sur les liens des différents outils pour webmasters et utilisez les options de vérification par métadonnées pour obtenir votre code. Si votre site est déjà validé, vous pouvez oublier ces réglages."],"Learn more about the Webmaster Tools verification":["En savoir plus sur la vérification par les moteurs de recherche"],"On":["Activé"],"Help on: %s":["Aide sur : %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s propose de nombreuses fonctionnalités. Vous pouvez en activer/désactiver certaines ci-dessous. En cliquant sur le point d’interrogation, vous obtiendrez plus d’informations à leur sujet."],"Off":["Désactivé"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["La section avancée du gestionnaire de métadonnées de %1$s permet aux utilisateurs de désindexer une publication ou d’en changer le lien canonique. Ce sont des manipulations qu’il ne vaut mieux pas laisser à la portée de tous les auteurs. C‘est pourquoi, par défaut, seuls les éditeurs et les administrateurs peuvent le faire. Sélectionner « %2$s » permet à tous les utilisateurs de modifier ces réglages."],"Security: no advanced settings for authors":["Sécurité : pas de réglages avancés pour les auteurs"],"See who contributed to %1$s.":["Voir qui a contribué à %1$s."],"Help on this search results setting":["Aide sur les réglages de résultats de recherche"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Ne pas afficher les archives des %1$s dans les résultats de recherche implique qu’elles auront une consigne %2$s et seront exclues des plans de site XML. %3$sPlus d’informations sur les réglages de résultats de recherche%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Ne pas afficher les %1$s dans les résultats de recherche implique qu’ils ou elles auront une consigne %2$s et seront exclu·es des plans de site XML. %3$sPlus d’informations sur les réglages de résultats de recherche%4$s."],"Default for %2$s, currently: %1$s":["Réglages par défaut pour %2$s, actuellement : %1$s"],"Show %s in search results?":["Afficher les %s dans les résultats de recherche ?"],"this author's archives":["archives de cet auteur"],"Do not allow search engines to show %s in search results.":["Empêcher les moteurs de recherche d’afficher les %s dans les résultats de recherche."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Les URL de catégorie contiennent un préfixe dans WordPress tel que %s. Cette fonctionnalité le retire mais seulement pour les catégories."],"Category URLs":["URL des catégories"],"the archive for %s":["l’archive des %s"],"Redirect attachment URLs to the attachment itself?":["Rediriger les URL des fichiers joints aux médias ?"],"We recommend you set this to Yes.":["Nous vous recommandons de sélectionner « Oui »."],"Media & attachment URLs":["URL de médias et fichiers joints"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["C’est ce qui apparaît dans les résultats de recherche lorsque les internautes trouvent votre page d’accueil. Cela signifie qu’ils vous recherchaient probablement au travers du nom de votre marque."],"date archives":["archives de date"],"archives for authors without posts":["archives d’auteurs sans publication"],"Read why XML Sitemaps are important for your site.":["Découvrez pourquoi les plans de site XML sont importants pour votre site."],"Enable the XML sitemaps that %s generates.":["Activer les plans de site générés par %s."],"See the XML sitemap.":["Voir le plan de site XML."],"%2$s (current default for %1$s)":["%2$s (réglage par défaut pour les %1$s)"],"Media":["Médias"],"Content Types":["Types de publication"],"Should search engines follow links on this %1$s?":["Les moteurs de recherche doivent-ils suivre les liens sur le contenu %1$s ?"],"Allow search engines to show this %s in search results?":["Autoriser les moteurs de recherche à afficher le contenu %s dans les résultats de recherche ?"],"Search Appearance":["Réglages SEO"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Veuillez spécifier quel types de publications vous souhaiteriez voir apparaître dans les résultats de recherche. Si vous ne savez pas le déterminer, il vaut mieux choisir les réglages par défaut."],"Search engines should show \"%1$s\" in search results:":["Les moteurs de recherche devraient afficher les %1$s dans les résultats de recherche :"],"Search engine visibility":["Visibilité dans les moteurs de recherche"],"Toggle %1$s's XML Sitemap":["Activer le plan de site XML de %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Les demandes de supports crées ici sont directement envoyés à notre outil de support qui est sécurisé avec un certificat SSL 256 bit afin que nos communications soient sécurisées."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La fonctionnalité des contenus Cornerstone vous permets de distinguer et filtrer les contenus les plus importants de votre site."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Si vous avez un problème qui n’est pas résolu grâce à nos tutoriels vidéo ou notre base de connaissances, vous pouvez envoyer un message à notre support. Ils peuvent être contactés 24h/24h 7j/7."],"Search result":["Résultats de recherche"],"Good results":["Déjà optimisé"],"Get better search results in local search":["Obtenez de meilleurs résultats locaux"],"Allow customers to pick up their %s order locally":["Permet à vos clients de récupérer leur commandes %s sur place."],"SEO analysis":["Analyse SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["L’analyse SEO propose des suggestions pour améliorer le référencement de votre texte."],"Learn how the SEO analysis can help you rank.":["Découvrez comment l’analyse SEO peut améliorer votre référencement."],"The readability analysis offers suggestions to improve the structure and style of your text.":["L’analyse de lisibilité propose des suggestions pour améliorer la structure et le style de votre texte."],"Discover why readability is important for SEO.":["Découvrez pourquoi la lisibilité est importante pour le SEO."],"Find out how cornerstone content can help you improve your site structure.":["Découvrez comment les contenus Cornerstone peuvent améliorer votre structure de site."],"The text link counter helps you improve your site structure.":["Le compteur de liens vous aide à améliorer la structure de votre site."],"Find out how the text link counter can enhance your SEO.":["Découvrez comment le compteur de liens peut améliorer votre SEO."],"%s integration":["Intégration de %s"],"Read more about how %s works.":["Découvrez comment %s fonctionne."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activez cette fonctionnalité si vous voulez que Facebook et d’autres réseaux sociaux affichent un extrait avec images lorsque votre site est partagé."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activez cette fonctionnalité si vous voulez que Twitter affiche un extrait avec images lorsque votre site est partagé."],"Find out why you should upgrade to %s":["Découvrez pourquoi vous devriez passer à %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Derniers articles sur %1$s"],"Need help?":["Besoin d’aide ?"],"Type here to search...":["Écrivez ici pour rechercher…"],"Search the Yoast Knowledge Base for answers to your questions:":["Cherchez dans la base de connaissances de Yoast pour trouver les réponses à vos questions :"],"Remove highlight from the text":["Retirer le surlignement du texte"],"Your site language is set to %s. ":["La langue de votre site est réglée à %s. "],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Optimisez rapidement votre référencement avec %2$sl’assistant de configuration%3$s de %1$s !"],"First-time SEO configuration":["Première configuration SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["La langue de votre site est réglée à {language}. Si ce n’est pas approprié, contactez l’administrateur de votre site."],"Your site language is set to {language}.":["Votre site est réglé en {language}."],"Highlight this result in the text":["Surligner ce résultat dans le texte"],"Considerations":["Considérations"],"Errors":["Erreurs"],"Change language":["Changer de langue"],"You cannot create a %s file.":["Vous ne pouvez pas créer de fichier %s."],"You cannot edit the %s file.":["Vous ne pouvez pas modifier le fichier %s."],"Updated %s":["%s mis à jour"],"Create %s file":["Créer le fichier %s"],"Edit the content of your %s:":["Modifiez le contenu de votre %s :"],"Save changes to %s":["Enregistrer les changements de %s"],"%s file":["fichier %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s et %2$s peuvent encore mieux fonctionner ensemble en ajoutant une extension complémentaire. Veuillez installer %3$s pour vous faciliter la vie. %4$s."],"More information":["Plus d’informations"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s et %2$s peuvent encore mieux fonctionner ensemble en ajoutant une extension complémentaire. Veuillez activer %3$s pour vous faciliter la vie."],"More information about %1$s":["Plus d’informations au sujet de %1$s"],"Configuration Wizard":["Assistant de configuration"],"You've done it!":["Vous avez réussi !"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Intègre facilement %1$s à %2$s pour l’analyse de contenu !"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s et %2$s peuvent encore mieux fonctionner ensemble en ajoutant une extension complémentaire. Veuillez installer %3$s pour vous faciliter la vie."],"Manage your %s subscription on MyYoast":["Gérez votre abonnement %s sur MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Les réglages SEO de %1$s sont composés de variables qui sont remplacées par les valeurs des pages en question. Le tableau ci-dessous donne la liste des variables disponibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marquez les contenus les plus importants des %1$s comme « contenus Cornerstone » pour améliorer la structure de votre site. %2$sEn savoir plus sur les contenus Cornerstone (en anglais)%3$s."],"Loading help center.":["Chargement du centre d’aide."],"Get support":["Obtenez de l’assistance"],"View in KB":["Voir dans la doc"],"Go back":["Retour"],"Go back to the search results":["Retour aux résultats de recherche"],"(Opens in a new browser tab)":["(S’ouvre dans un nouvel onglet)"],"Posts %1$swithout%2$s a focus keyphrase":["Articles %1$ssans%2$s requête cible"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, votre SEO se porte plutôt bien ! Regardez les statistiques :"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Vous n’avez pas encore publié d’articles, vos scores SEO apparaîtront une fois que vous l’aurez fait !"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Sur cette page, vous pouvez changer le nom de votre site et choisir le séparateur à utiliser. Ce dernier apparaîtra, par exemple, entre votre titre de publication et le nom de votre site. Les symboles sont affichés dans la taille qu’ils auront dans les résultats de recherche. Choisissez-en un qui colle à votre marque ou qui prend le moins de place dans les métadonnées."],"Something else":["Quelque chose d’autre"],"A portfolio":["Un portfolio"],"A corporation":["Une entreprise"],"A small offline business":["Une petite entreprise « hors-ligne »"],"A news channel":["Une chaîne d’information"],"An online shop":["Une boutique en ligne"],"A blog":["Un blog"],"What does the site %1$s represent?":["Que représente le site %1$s ?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Si vous choisissez « Désactivé », vos archives d’auteur seront désactivées pour éviter de générer du contenu dupliqué."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["NB : Nous ne conservons aucune de vos données et nous n’avons pas accès à votre compte. Votre vie privée nous tient à cœur."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s s’intègre à Google Search Console, un outil indispensable pour les webmasters. Il vous permet d’obtenir des informations sur la santé de votre site. Vous n’avez pas encore de compte Google ou votre site n’est pas encore activé ? %2$sDécouvrez comment lier Google Search Console à votre site%3$s."],"Option B: My site is under construction and should not be indexed":["Option B : Mon site est en construction et ne devrait pas être indexé."],"Option A: My site is live and ready to be indexed":["Option A : Mon site est en live et prêt à être indexé."],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Choisissez « en construction » si vous souhaitez que votre site ne soit pas indexé par les moteurs de recherche. N’oubliez pas de changer le réglage une fois que votre site est prêt à être publié."],"Please specify if your site is under construction or already active.":["Veuillez préciser si votre site est en construction ou déjà en ligne."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Cette information sera utilisée dans les cartes du Knowledge Graph de Google, le grand bloc d’informations que vous voyez à droite des résultats de recherche."],"Read more like this on our SEO blog":["Lisez plus d’informations comme celle-ci sur notre blog SEO"],"Readability: %s":["Lisibilité : %s"],"Not activated":["Non activé"],"Activated":["Activé"],"%1$s recommendations for you":["%1$s recommandations pour vous"],"All Readability Scores":["Tous les scores de lisibilité"],"Filter by Readability Score":["Filtrer par score de lisibilité"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Vous ne recevez ni mises à jour, ni support ! Réglez ce problème en ajoutant ce site et activez %1$s pour ce domaine dans %2$s."],"Request method %1$s is not valid.":["La méthode de requête %1$s n’est pas valide."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Souhaitez-vous voir ce à quoi ressemblera le partage de cette publication sur %1$s ? Vous le pouvez, avec %2$s."],"Good job! All the links in your texts have been counted.":["Bon travail ! Tous les liens dans vos textes ont été comptés."],"Calculation completed.":["Calcul terminé."],"Calculation in progress...":["Calcul en cours…"],"Stop counting":["Arrêter le comptage"],"Counting links in your texts":["Comptage les liens dans vos textes"],"Text %1$s of %2$s processed.":["%1$s texte sur %2$s fait."],"All your texts are already counted, there is no need to count them again.":["Tous vos textes sont déjà comptés, ce n’est pas nécessaire de les compter à nouveau."],"Count links in your texts":["Compter les liens dans vos textes"],"Text link counter":["Compteur de lien textuel"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Nombre de liens internes VERS cette publication. Voir le texte « Colonnes Yoast » dans l’onglet aide pour plus d’info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Nombre de liens internes DEPUIS cette publication. Regardez le texte « Colonnes Yoast » dans l’onglet Aide pour plus d’info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s ajoute plusieurs colonnes à cette page. Nous avons écrit un article expliquant %2$scomment utiliser les scores SEO et de lisibilité%3$s. La colonne des liens affiche le nombre de contenus sur ce site faisant des liens %5$svers%6$s ce contenu et le nombre d’URL visées %5$spar%6$s ce contenu. Apprenez-en plus sur %4$sl’utilisation de ces fonctionnalités et l’amélioration de votre maillage interne%3$s, ce qui améliore fortement votre référencement naturel."],"%s Columns":["Colonnes %s"],"Readability score":["Score de lisibilité"],"Other benefits of %s for you:":["Les autres atouts de %s :"],"Scroll to see the preview content.":["Faites défiler pour voir la prévisualisation du contenu."],"Cornerstone content":["Contenu Cornestone"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s va maintenant prendre en charge l’optimisation technique nécessaire pour votre site. Pour vraiment améliorer sa performance dans les résultats de recherche, il est important de créer des contenus qui correspondent réellement aux requêtes qui vous intéressent. Visionnez cette vidéo pour savoir comment utiliser le gestionnaire de métadonnées de %1$s quand vous modifiez des articles ou des pages."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Si vous souhaitez dépasser la concurrence dans une ville ou une région spécifique, intéressez vous à notre extension %1$s ! Vous pourrez facilement insérer des cartes Google, les heures d’ouverture, des informations de contact et un localisateur de magasin. %1$s vous aide à améliorer la convivialité de votre page de contact."],"Attract more customers near you":["Attirez plus de consommateurs près de chez vous"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Voulez-vous tout connaître en ce qui concerne %1$s ? Voulez-vous tout apprendre sur nos réglages avancés ? Voulez-vous être en mesure de tirer le meilleur parti de l’extension %1$s ? Découvrez notre formation sur %1$s et battez votre concurrence !"],"Get the most out of %1$s with the %2$s":["Tirez le meilleur parti de %1$s avec %2$s"],"Upgrade to Premium":["Passez à la version Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Voulez-vous faire mieux que vos concurrents ? %1$s vous offre des fonctionnalités fantastiques qui vous aideront à mettre en place une stratégie de référencement comme un professionnel. Utilisez les synonymes et les requêtes cibles multiples, notre analyse SEO premium, le gestionnaire de redirection et notre outil de maillage interne. %1$s vous donnera également accès à un support premium."],"Outrank the competition with %s":["Dépassez la concurrence avec %s"],"You might like":["Vous pourriez aimer"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Nous avons détecté que vous n’avez pas suivi jusqu’au bout l’assistant. Nous vous recommandons donc de %2$slancer l’assistant de configuration pour configurer %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["L’assistant de configuration vous aide à configurer facilement votre site pour avoir des réglages SEO optimaux."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Passez à la version Premium et nos experts seront là pour répondre à toutes les questions que vous pourriez avoir concernant la configuration et l’utilisation de l’extension."],"Superfast internal linking suggestions":["Suggestions de liens internes super-rapides"],"Great news: you can, with %1$s!":["Bonne nouvelle : vous pouvez ajouter des variantes de requête, avec %1$s !"],"Save changes":["Enregistrer les modifications"],"1 year free support and updates included!":["1 an de mises à jour et de support offert !"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["L’extension %2$s modifie l’apparence de votre site et, ce faisant, elle diffère entre les moteurs de recherche et les utilisateurs normaux, c’est un processus qui se nomme cloaking. Nous vous recommandons vivement de la désactiver."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPrévisualisation des médias sociaux%2$s : Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sPlus jamais de liens morts%2$s : gestionnaire de redirection facile"],"No ads!":["Sans publicités !"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Prévisualisation sur les réseaux sociaux"],"Easy redirect manager":["Gestionnaire de redirections facile"],"No more dead links":["Il n’y a plus de liens morts"],"Increase your SEO reach":["Augmentez votre portée SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Si vous voulez de l’aide pour créer du contenu exceptionnel, consultez notre formation sur le %2$scopywriting SEO%3$s. Voulez-vous tout savoir sur les fonctionnalités de l’extension ? Envisagez de suivre notre %1$s !"],"Variable":["Variable"],"Available variables":["Variables disponibles"],"Scroll to see the table content.":["Faire défiler pour voir le contenu du tableau."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Veuillez vous référer à %1$snotre article pour savoir comment connecter votre site à la Google Search Console%2$s si vous avez besoin d’aide."],"An error occurred in the '%1$s' assessment":["Une erreur s’est produite dans l’analyse « %1$s »"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s des mots contiennent %2$splus que %3$s syllabes%4$s, ce qui est supérieur ou égale à la valeur maximale recommandée de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s des mots contiennent %2$splus que %3$s syllabes%4$s, ce qui est inférieur ou égale à la valeur maximale recommandée de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Vous êtes est légèrement en dessous du minimum recommandé de %5$d mot. %3$sAjoutez un peu plus de contenu%4$s.","Vous êtes est légèrement en dessous du minimum recommandé de %5$d mots. %3$sAjoutez un peu plus de contenu%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La méta description contient %1$d phrase %2$sde plus de %3$s mots%4$s. Essayez de raccourcir cette phrase.","La méta description contient %1$d phrases %2$sde plus de %3$s mots%4$s. Essayez de raccourcir ces phrases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La méta description ne contient aucune phrase %1$sde plus de %2$s mots%3$s."],"Step %1$d: %2$s":["Étape %1$d : %2$s"],"No new notifications.":["Aucune nouvelle notification."],"Save all":["Tout enregistrer"],"Save":["Enregistrer"],"%1$s, Author at %2$s":["%1$s, auteur sur %2$s"],"Mobile preview":["Prévisualisation \"Mobile\""],"Desktop preview":["Prévisualisation \"PC de bureau\""],"Select redirect":["Sélectionner la redirection"],"Please provide an SEO title by editing the snippet below.":["Merci de fournir un méta titre en modifiant le champ ci-dessous."],"Meta description preview:":["Prévisualisation de la méta description :"],"Slug preview:":["Prévisualisation du slug :"],"SEO title preview:":["Prévisualisation du méta titre :"],"Close snippet editor":["Fermer l’éditeur de métadonnées"],"Slug":["Slug"],"Remove marks in the text":["Retirer toutes les marques du texte"],"Mark this result in the text":["Marquer ce résultat dans le texte"],"Marks are disabled in current view":["Les marques sont désactivés dans la vue actuelle"],"Good SEO score":["Bon score SEO"],"OK SEO score":["Score SEO OK"],"Feedback":["Retour"],"ok":["OK"],"Choose an image":["Choisir une image"],"Remove the image":["Supprimer cette image"],"MailChimp signup failed:":["Échec d’inscription à MailChimp :"],"Sign Up!":["Abonnez-vous !"],"Name":["Nom"],"There is an error with the request.":["Une erreur s’est produite avec votre requête."],"Select profile":["Sélectionnez un profil"],"Choose a profile":["Choisissez un profil"],"Authorization code":["Code d’autorisation"],"Reauthenticate with Google":["Se ré-authentifier avec Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Pour permettre à %s de récupérer vos informations de la Google Search Console, veuillez saisir votre code d’autorisation de Google. Lorsque vous cliquerez sur le bouton ci-dessous une nouvelle fenêtre s’ouvrira."],"Please provide a meta description by editing the snippet below.":["Merci de fournir une méta description en modifiant le champ ci-dessous."],"Edit snippet":["Modifier les métadonnées"],"You can click on each element in the preview to jump to the Snippet Editor.":["Vous pouvez cliquez sur n’importe quel élément de la prévisualisation pour retourner dans l’éditeur de métadonnées."],"SEO title preview":["Prévisualisation du méta titre"],"Meta description preview":["Prévisualisation de la méta description"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Un problème est survenu lors de l’enregistrement de l’étape en cours, {{link}}veuillez envoyer un rapport de bug{{/link}} décrivant l’étape sur laquelle vous vous trouvez et quels changements vous voulez y faire (le cas échéant)."],"Close the Wizard":["Fermer l’assistant"],"Export settings":["Exporter les réglages"],"%1$s video tutorial":["Tutoriel vidéo de %1$s "],"%s › Configuration Wizard":["%s › Assistant de configuration"],"Please don't show me this notification anymore":["Merci de ne plus afficher cette notification"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Si vous rencontrez des problèmes, %1$sveuillez remplir un rapport de bug%2$s et nous ferons notre possible pour vous aider."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Nous avons remarqué que vous utilisez %1$s depuis un certain temps ; nous espérons que vous l’adorez ! Nous serions très heureux si vous pouviez %2$snous attribuer 5 étoiles sur WordPress.org%3$s !"],"Date archives settings":["Réglages des archives de date"],"Author archives settings":["Réglages des archives d’auteur"],"%1$s by %2$s":["%1$s par %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Avertissement : la variable %s ne peut pas être utilisée dans ce modèle. Consultez le centre d’aide pour plus d’informations."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Au fait, savez-vous que nous avons aussi une %1$sextension Premium%2$s ? Elle offre des fonctionnalités avancées comme un gestionnaire de redirection et la prise en charge des requêtes multiples. Elle donne également accès à un support personnalisé 24/7."],"(no title)":["(sans titre)"],"%s installation wizard":["%s assistant d’installation"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["La barre de menu d’administration de %1$s contient des liens utiles vers des outils tiers pour l’analyse de vos pages et facilite l’affichage de nouvelles notifications."],"Admin bar menu":["Menu de la barre d’administration"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s vérifiera toutes les semaines si votre site est toujours indexable par les moteurs de recherche et %2$s vous avertira si ce n’est plus le cas."],"Features":["Fonctionnalités"],"SEO title":["Méta titre"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Tandis que nous essayons de rendre l’installation de %1$s aussi simple que possible, nous comprenons que cela peut rester intimidant. Si vous préférez que nous configurions %1$s pour vous (et obtenir une copie de %2$s), commandez nos %3$sservices de configuration de %1$s%4$s ici !"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bienvenue dans l’assistant de configuration de %1$s. En quelques étapes simples, nous vous aiderons à configurer vos réglages de SEO pour correspondre aux besoins de votre site Web !"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google affiche le nom de votre site dans ses résultats de recherche, si vous souhaitez le modifier, vous pouvez le faire ici."],"Greater than sign":["Signe supérieur à"],"Less than sign":["Signe inférieur à"],"Right angle quotation mark":["Guillemet droit à angle droit"],"Left angle quotation mark":["Guillemet gauche à angle droit"],"Small tilde":["Petit tilde"],"Vertical bar":["Barre verticale"],"Low asterisk":["Astérisque bas"],"Asterisk":["Astérisque"],"Bullet":["Puces"],"Middle dot":["Point au milieu"],"Em dash":["Tiret Em"],"En dash":["Tiret En"],"Dash":["Tiret"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Choisissez le symbole à utiliser comme séparateur de titre. il sera affiché, par exemple, entre le titre de votre publication et le nom de votre site. Les symboles sont présentés à la taille affichée dans les résultats de recherche."],"The name of the person":["Le nom de la personne"],"No":["Non"],"Yes":["Oui"],"Does, or will, your site have multiple authors?":["Votre site a, aura, plusieurs auteurs ?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress génère automatiquement une URL pour chaque élément de support dans la bibliothèque. L’activation permettra à Google d’indexer l’URL générée."],"Success!":["C’est validé !"],"Title settings":["Réglages des titres"],"Google Search Console":["Google Search Console"],"Multiple authors":["Plusieurs auteurs"],"Site type":["Type de site"],"Environment":["Environnement"],"Yoast option %1$s not found.":["L’option %1$s de Yoast est introuvable."],"Google Structured Data Test":["Test de données structurées de Google"],"Posts list":["Liste des publications"],"Posts list navigation":["Navigation dans la liste des publications"],"Filter posts list":["Filtrer la liste des publications"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Notez que les liens vers les archives pourraient être encore affichés par votre thème et que vous aurez besoin de les enlever séparément."],"%1$s to optimize your site even further":["%1$s pour optimiser encore plus votre site"],"%1$s extensions":["%1$s extensions"],"Comes with our 30-day no questions asked money back guarantee":["Livré avec une garantie 100 % satisfait ou remboursé sans demande de justification."],"More information %1$sabout %3$s%2$s":["Plus d’informations %1$sà propos de %3$s %2$s"],"Installed":["Installée"],"gain access to our 24/7 support team.":["accédez à notre équipe de support 24/7."],"Premium support":["Support premium"],"check what your Facebook or Twitter post will look like.":["vérifiez à quoi ressemblera votre statut Facebook ou Twitter."],"Social previews":["Prévisualisation des réseaux sociaux"],"create and manage redirects from within your WordPress install.":["créez et gérez les redirections directement depuis votre installation WordPress."],"Redirect manager":["Gestionnaire de redirections"],"%1$s, take your optimization to the next level!":["%1$s emmène votre optimisation au niveau supérieur !"],"A seamless integration between %1$s and %2$s":["Une intégration invisible entre %1$s et %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utiliser les fils d’Ariane de %1$s plutôt que ceux de %2$s."],"Easily insert Google Maps, a store locator, opening hours and more":["Insérez facilement Google Maps, un localisateur de boutique, des horaires d’ouverture et bien plus"],"Creates XML News Sitemaps":["Crée des plans de site d’actualités XML"],"Immediately pings Google on the publication of a new post":["Notifie immédiatement Google de la sortie d’une nouvelle publication."],"Optimize your site for Google News":["Optimisez votre site pour Google Actualités."],"Make videos responsive through enabling fitvids.js":["Rendez vos vidéos responsive en activant fitvids.js"],"Enhance the experience of sharing posts with videos":["Améliorez l’expérience du partage de publications contenant des vidéos."],"Show your videos in Google Videos":["Affiche vos vidéos dans Google Vidéos"],"Crawl issues list":["Liste des problèmes d’exploration"],"Crawl issues list navigation":["Navigation de la liste des problèmes d’exploration"],"Edit “%s”":["Modifier “%s”"],"Premium":["Premium"],"Google Trends":["Tendances Google"],"Notifications":["Notifications"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Retire l’onglet de la requête cible du gestionnaire de métadonnées et désactive toutes les suggestions SEO."],"Disable SEO analysis":["Désactiver l’analyse SEO"],"Twitter settings":["Réglages Twitter"],"Pinterest settings":["Réglages Pinterest"],"Facebook settings":["Réglages Facebook"],"Title separator symbol":["Caractère de séparation du titre"],"RSS feed settings":["Réglages des flux RSS"],"Breadcrumbs settings":["Réglages du fil d’Ariane"],"Make primary":["Rendre principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Saisissez votre code d’autorisation de Google et appuyez sur le bouton d’authentification."],"Knowledge base article":["Article de la base de connaissances"],"Open the knowledge base article in a new window or read it in the iframe below":["Ouvrez l’article de la base de connaissances dans une nouvelle fenêtre ou lisez-le dans l’iframe ci-dessous."],"Search results":["Résultats de recherche"],"%s notification":["%s notification","%s notifications"],"Disable readability analysis":["Désactiver l’analyse de lisibilité"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Retire l’onglet de l’analyse de lisibilité du gestionnaire de métadonnées et désactive toutes les suggestions liées."],"Readability analysis":["Analyse de la lisibilité"],"Needs improvement":["Besoin d’amélioration"],"Readability":["Lisibilité"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Vous essayez de charger des fichiers non minifiés. Ceux-ci ne sont disponibles que dans notre paquet de développement. Rendez-vous sur %1$s pour voir tous les fichiers source."],"Improvements":["Améliorations"],"Dismiss this item.":["Rejeter cet élément."],"Good job! We could detect no serious SEO problems.":["Beau travail ! Nous n’avons détecté aucun problème sérieux de référencement."],"We have detected the following issues that affect the SEO of your site.":["Nous avons détecté les problèmes suivants qui affectent le référencement de votre site."],"Problems":["Problèmes"],"Analysis":["Analyse"],"Not available":["Non disponible"],"Filter by SEO Score":["Filtrer par score SEO"],"Meta description not set.":["La méta description n’est pas définie."],"Video tutorial":["Tutoriel vidéo"],"Email support is a %s feature":["Le support par e-mail est une fonctionnalité %s"],"Knowledge base":["Base de connaissance"],"Open":["Ouvrir"],"Loading...":["En cours de chargement..."],"Something went wrong. Please try again later.":["Quelque chose s’est mal passé. Veuillez réessayer ultérieurement."],"No results found.":["Aucun résultat trouvé."],"Dashboard":["Tableau de bord"],"You can fix this on the %1$sPermalink settings page%2$s.":["Vous pouvez corriger cela sur la %1$spage des réglages des permaliens%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La pagination des commentaires est activée, ce n’est pas nécessaire dans 99% des cas, nous vous recommandons de la désactiver."],"Replaced with the primary category of the post/page":["Remplacé par la catégorie principale de l’article/page"],"Pinterest confirmation":["Vérification de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Si vous avez déjà confirmé votre site Web avec Pinterest, vous pouvez ignorer l’étape ci-dessous."],"Format-based archives":["Archives par formats"],"Webmaster Tools verification":["Vérification des outils pour les webmasters"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Suivez notre %1$s de formation WordPress et devenez un expert certifié %1$s !"],"Want to be a %s Expert?":["Vous voulez être un expert %s ?"],"Buy %s":["Achetez %s"],"Show information about errors in category %s":["Afficher des informations sur les erreurs dans la catégorie %s"],"New %1$s Title":["Nouveau titre %1$s"],"Existing %1$s Title":["Titre %1$s actuel"],"Expected an integer as input.":["L’entrée doit être un entier."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Tentative de construction d’une clé de cache sécurisée pour le plan de site, mais la combinaison du suffixe et du préfixe laisse trop peu de place pour le faire. Vous demandez probablement une page qui est bien loin de la plage attendue."],"Remove":["Supprimer"],"Keep":["Conserver"],"Bold the last page":["Mettre en gras la dernière page"],"Regular":["Normal"],"Bold":["Gras"],"Show Blog page":["Afficher la page de blog"],"Primary %s":["%s principal"],"Primary":["Principal"],"Make %1$s primary %2$s":["Faire de %1$s le %2$s principal"],"Term is set to noindex.":["Le terme est réglé sur noindex."],"Author archives":["Archives d’auteur"],"Show":["Afficher"],"Enabled":["Activé"],"Disabled":["Désactivé"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s n’a pas encore récupéré l’état d’indexabilité depuis %2$s."],"The separator defined in your theme's %s tag.":["Le séparateur défini dans la balise %s de votre thème."],"No index":["No index"],"Analyze entire site":["Analyser le site en entier"],"Fetch the current status":["Récupérer l’état actuel"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s n’a pas pu récupérer l’état d’indexabilité%3$s depuis %4$s."],"Your homepage can be indexed by search engines.":["Votre page d’accueil peut être indexée par les moteurs de recherche."],"Indexability check by %1$s":["Indexabilité vérifiée par %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Si vous souhaitez utiliser une image pour partager sur %1$s, vous pouvez téléverser / choisir une image ou ajouter son url ici."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Si vous ne voulez pas utiliser la méta description pour le partage de l’article sur %1$s, mais plutôt une autre description, écrivez-la ici."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Si vous ne souhaitez pas utiliser le titre de l’article pour le partager sur %1$s, mais que vous souhaitez un autre titre, écrivez-le ici."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sVotre page d’accueil ne peut pas être indexée par les moteurs de recherche%2$s. C’est très mauvais pour le SEO et doit être résolu."],"Once Weekly":["Une fois par semaine"],"SEO score":["Score SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Nouveau calcul en cours des scores SEO pour tous les contenus avec une requête cible."],"%1$s of %2$s done.":["%1$s de %2$s effectué."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Nous avons mis à jour l’algorithme de calcul de nos scores SEO. %1$sCliquez ici pour les recalculer%2$s pour l’ensemble de vos articles et pages."],"Team Yoast":["L’équipe Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La première solution SEO tout-en-un pour WordPress, y compris l’analyse des pages de contenu, les plans de site XML et bien plus encore."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Échec de l’activation :"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["L’extension \"filter\" semble indisponible. Veuillez demander à votre hébergeur de l’activer."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["L’installation de l’extension %1$s est incomplète. Veuillez vous référer %2$saux informations d’installation%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Les extensions de la Librairie Standard PHP (SPL) semblent ne pas être disponibles.Demandez à votre hébergeur de les activer."],"SEO Settings":["Réglages SEO"],"Mobile-Friendly Test":["Test Mobile-Friendly"],"Google Page Speed Test":["Test de vitesse de page Google"],"CSS Validator":["Validateur CSS"],"HTML Validator":["Validateur HTML"],"Pinterest Rich Pins Validator":["Validateur de Rich Pins Pinterest"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Vérifier les en-têtes"],"Check Google Cache":["Vérifier le cache de Google"],"Analyze this page":["Analyser cette page"],"Keyword Research":["Recherche de mots-clés"],"%s does not seem to be a valid url. Please correct.":["%s ne semble pas être une URL valide. Veuillez corriger cela."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s ne semble pas être une chaine de caractères de vérification valide pour %2$s. Veuillez corriger."],"%s Archive":["%s Archive"],"You searched for %s":["Vous avez cherché %s"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s ne semble pas être un identifiant Twitter valide. Veuillez le corriger."],"Summary with large image":["Résumé avec grande image"],"Summary":["Résumé"],"The post %1$s appeared first on %2$s.":["L’article %1$s est apparu en premier sur %2$s."],"No numeric value was received.":["Les chiffres ne sont pas acceptés"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Blog inexistant. Le blog %s n’existe pas ou a été marqué comme étant supprimé."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Le réglage par défaut du blog doit être l’identifiant numérique du blog que vous souhaitez utiliser par défaut."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s n’est pas un choix valide pour ceux qui devraient être autorisés d’accéder aux réglages de %2$s. La valeur par défaut a été remise."],"Please select a valid post type for taxonomy \"%s\"":["Veuillez choisir un type de publication valide pour la taxonomie « %s »"],"Please select a valid taxonomy for post type \"%s\"":["Veuillez choisir une taxonomie valide pour le type de publication « %s »"],"You searched for":["Vous avez cherché"],"Home":["Accueil"],"Archives for":["Archives pour"],"Error 404: Page not found":["Erreur 404 : Page introuvable"],"Good":["Bon"],"Replaced with a custom taxonomies description":["Remplacé par une description des taxonomies personnalisées."],"Replaced with a posts custom taxonomies, comma separated.":["Remplacé par la(les) catégorie(s) de l’article, séparé par des virgules"],"Replaced with a posts custom field value":["Remplacé par une valeur de champ personnalisé"],"Replaced with the slug which caused the 404":["Remplacé par le slug qui a causé l’erreur 404"],"Replaced with the posts focus keyphrase":["Remplacé par la requête cible des publications"],"Attachment caption":["Légende de la pièce-jointe"],"Replaced with the current page number":["Remplacé par le numéro de la page en cours"],"Replaced with the current page total":["Remplacé par le nombre total de pages"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Remplacé par le numéro de page en cours avec le contexte (ex: page 2 sur 4)"],"Replaced with the post/page author's 'Biographical Info'":["Remplacé par « les informations biographiques » de l’auteur de la publication"],"Replaced with the post/page author's 'nicename'":["Remplacé par l’identifiant normalisé de l’auteur de la publication"],"Replaced with the post/page ID":["Remplacé par l’ID de la publication"],"Replaced with the post/page modified time":["Remplacé par l’heure de modification de la publication"],"Replaced with the content type plural label":["Remplacé par l’intitulé au pluriel du type de contenu"],"Replaced with the content type single label":["Remplacé par l’intitulé au singulier du type de contenu"],"Replaced with the current search phrase":["Remplacé par la phrase recherchée"],"Replaced with the term name":["Remplacé par le nom du terme"],"Replaced with the term description":["Remplacé par la description du terme"],"Replaced with the tag description":["Remplacé par la description du mot-clé"],"Replaced with the category description":["Remplacé par la description de la catégorie"],"Replaced with the post categories (comma separated)":["Remplacé par la(les) catégorie(s) de l’article (séparées par des virgules)"],"Replaced with the current tag/tags":["Remplacé par le(les) mot(s)-clé(s)"],"Replaced with the post/page excerpt (without auto-generation)":["Remplacé par l’extrait de la publication (sans auto-génération)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Remplacé par l’extrait de la publication (ou auto-généré, si l’extrait n’existe pas)"],"The site's name":["Le nom du site"],"Replaced with the title of the parent page of the current page":["Remplacé par le titre de la page parent de la présente page"],"Replaced with the title of the post/page":["Remplacé par le titre de la publication"],"Replaced with the date of the post/page":["Remplacé par la date de la publication"],"Page %1$d of %2$d":["Page %1$d sur %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Vous ne pouvez pas annuler une variable de remplacement standard de WPSEO en enregistrant une variable avec le même nom. Utilisez le filtre \"wpseo_replacements\" au lieu d’ajuster la valeur de remplacement."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Une variable de remplacement portant le même nom est déjà enregistrée. Essayez d’utiliser un nom de variable unique."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Une variable de remplacement ne peut commencer par \"%%cf_\" ou \"%%ct_\" car ces préfixes sont réservés aux variables standards de WPSEO pour les champs et les taxonomies personnalisés. Essayez d’utiliser un nom de variable unique."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Une variable de remplacement ne peut contenir que des caractères alpha-numériques, un souligné ou un tiret. Veuillez renommer votre variable"],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Avis aux administrateurs : cette page n’affiche pas de méta description car elle n’en a pas. Vous pouvez donc soit l’ajouter spécifiquement pour cette page soit vous rendre dans vos réglages (%1$s - %2$s) pour configurer un modèle."],"Page not found":["Page non trouvée"],"%s Archives":["Archives des %s"],"Search for \"%s\"":["Recherche pour \"%s\""],"Meta description to use for Author page":["Méta description à utiliser pour la page Auteur"],"Title to use for Author page":["Titre à utiliser pour la page Auteur"],"%1$s settings":["Réglages de %1$s"],"Export your %1$s settings":["Exporter vos réglages de %1$s"],"Import settings":["Importer les réglages"],"Import from other SEO plugins":["Importer à partir d’autres extensions de SEO"],"Import":["Importer"],"If you had a %s file and it was editable, you could edit it from here.":["Si vous aviez un %s et qu’il était modifiable, vous pourriez le modifier à partir d’ici."],"If your %s were writable, you could edit it from here.":["Si votre %s était accessible en écriture, vous pourriez le modifier à partir d’ici."],"You don't have a %s file, create one here:":["Vous n’avez pas de fichier %s, créez-en un ici :"],"A link to your site, with your site's name and description as anchor text.":["Un lien vers votre site, avec le nom de votre site et la description comme texte d’ancrage."],"A link to your site, with your site's name as anchor text.":["Un lien vers votre site, avec le nom de votre site comme texte d’ancrage."],"A link to the post, with the title as anchor text.":["Un lien vers la publication, avec le titre pour ancre de lien."],"A link to the archive for the post author, with the authors name as anchor text.":["Un lien vers les archives de l’auteur, avec le nom de l’auteur pour ancre de lien."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Vous pouvez utiliser les variables suivantes dans votre contenu, elles seront automatiquement remplacées par la valeur à droite."],"Content to put after each post in the feed":["Contenu à insérer après chaque article dans le flux"],"Content to put before each post in the feed":["Le contenu à ajouter avant chaque article dans le flux"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Cette fonctionnalité est utilisée pour ajouter automatiquement du contenu à vos flux RSS, plus spécifiquement, pour ajouter des liens vers votre blog et vos articles. Les agrégateurs de contenus vont également ajouter ces liens, aidant ainsi les moteurs de recherche à identifier votre site comme étant l’origine du contenu."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["L’utilisation de la fonctionnalité du fil d’Ariane est expliquée dans l’article %1$sde notre base de connaissances sur l’intégration du fil d’Ariane%2$s."],"How to insert breadcrumbs in your theme":["Comment insérer un fil d’Ariane dans votre thème ?"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Archive de type de contenu à afficher dans le fil d’Ariane pour les taxonomies"],"Taxonomy to show in breadcrumbs for content types":["Taxonomie à afficher dans le fil d’Ariane pour les types de publications"],"Breadcrumb for 404 Page":["Fil d’Ariane pour la page 404 "],"Prefix for Search Page breadcrumbs":["Préfixe pour le fil d’Ariane des pages de recherche "],"Prefix for Archive breadcrumbs":["Préfixe pour le fil d’Ariane des archives "],"Prefix for the breadcrumb path":["Préfixe pour le fil d’Ariane "],"Anchor text for the Homepage":["Texte d’ancrage pour la page d’accueil "],"Separator between breadcrumbs":["Séparateur pour le fil d’Ariane "],"Enable Breadcrumbs":["Activer le fil d’Ariane"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Retrouvez ci-dessous les scores SEO de vos articles publiés. C’est le moment de commencer à améliorer certains d’entre eux !"],"Credits":["Crédits"],"« Back to Tools page":["« Retour à la page Outils"],"%1$s comes with some very powerful built-in tools:":["%1$s propose des outils intégrés très puissants :"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Cet outil vous permet de modifier rapidement des fichiers importants pour votre référencement, comme le fichier robots.txt ou le fichier .htaccess si vous en avez un."],"File editor":["Éditeur de fichiers"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importez les réglages d’autres extensions de référencement et exportez les vôtres pour les réutiliser sur un autre site."],"Import and Export":["Import et Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Cet outil vous permet de modifier rapidement les titres et les descriptions de vos articles et pages, sans avoir à aller dans l’éditeur de chaque publication."],"Bulk editor":["Éditeur par lot"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Pour %1$svérifier votre site avec Pinterest%2$s, veuillez ajouter la balise méta ici :"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest, tout comme Facebook, utilise les métadonnées Open Graph. Assurez-vous donc d’avoir coché la case Open Graph dans l’onglet Facebook si vous souhaitez optimiser votre site pour Pinterest."],"The default card type to use":["Le type de carte à utiliser par défaut "],"Add Twitter card meta data":["Ajoute les métadonnées de carte Twitter"],"This image is used if the post/page being shared does not contain any images.":["Cette image est utilisée si la publication partagée ne contient aucune image."],"Default settings":["Réglages par défaut"],"Copy home meta description":["Copier les méta description de base"],"Description":["Description"],"Image URL":["URL de l’image"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Voici le titre, la description et l’image utilisés dans le meta tag Open Graph sur la page d’accueil de votre site."],"Frontpage settings":["Réglages de page d’accueil"],"Add Open Graph meta data":["Ajouter les métadonnées OpenGraph"],"YouTube URL":["URL YouTube"],"Pinterest URL":["URL Pinterest"],"MySpace URL":["URL MySpace"],"LinkedIn URL":["URL LinkedIn"],"Instagram URL":["URL Instagram"],"Twitter Username":["Nom d’utilisateur Twitter"],"Facebook Page URL":["URL de la page Facebook"],"Accounts":["Comptes"],"Restore site to defaults":["Restaurer les réglages du site aux valeurs par défaut"],"Site ID":["ID du site"],"Using this form you can reset a site to the default SEO settings.":["Grâce à ce formulaire, vous pouvez réinitialiser les réglages SEO de votre site aux réglages par défaut."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Les réglages confidentiels (administrateurs Facebook etc.), spécifiques aux thèmes (réécriture des titres) et quelques réglages très spécifiques au site actuel ne seront pas importés vers les nouveaux sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Saisissez l’%1$sID du site%2$s que vous utiliserez comme base pour les réglages de tous les nouveaux sites ajoutés à votre réseau. Laissez vide pour n’en choisir aucun. (Les réglages par défaut de l’extension seront alors utilisés)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Choisissez le site dont les réglages serviront de base à tous les nouveaux sites de votre réseau. Si vous choisissez ’Aucun’, les réglages par défaut de WordPress SEO seront utilisés."],"New sites in the network inherit their SEO settings from this site":["Les nouveaux sites du réseau héritent des réglages SEO de ce site"],"Super Admins only":["Super Administrateur uniquement"],"Site Admins (default)":["Administrateurs du site (par défaut)"],"Who should have access to the %1$s settings":["Qui devrait avoir accès aux réglages de %1$s"],"spam":["indésirable"],"mature":["adulte"],"archived":["archivé"],"public":["public"],"%s restored to default SEO settings.":["%s a été rétabli aux réglages SEO par défaut."],"Settings Updated.":["Les réglages ont été mis à jour."],"404 pages":["Pages 404"],"Search pages":["Pages de recherche"],"These pages will be %s by default, so they will never show up in search results.":["Ces pages seront réglées sur %s par défaut, donc elles n’apparaitront jamais dans les résultats de recherche."],"Special Pages":["Pages spéciales"],"Date-based archives could in some cases also be seen as duplicate content.":["Les archives basées sur la date pourraient, dans certains cas également être considérées comme du contenu dupliqué."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Si c’est le cas pour votre site, vous pouvez choisir de le désactiver (ce qui la redirigera vers la page d’accueil), ou d’y ajouter %s, de sorte qu’il n’apparaisse pas dans les résultats de recherche."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Si vous administrez un blog avec un seul auteur, la page d’archive de l’auteur sera exactement identique à votre page d’accueil. C’est ce qu’on appelle un %1$sproblème de contenu dupliqué%2$s."],"Date archives":["Archives par date"],"author archives":["Archives de l’auteur"],"Title":["Titre"],"%1$s Meta Box":["Gestionnaire de métadonnées de %1$s"],"Hide":["Masquer"],"Date in Snippet Preview":["Date dans la prévisualisation des métadonnées"],"Take note:":["À savoir :"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Vous pouvez définir le titre et la description pour la page du blog en %1$sla modifiant directement%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Vous pouvez déterminer le titre et la description de la page d’accueil en %1$sla modifiant directement%2$s."],"Homepage & Front page":["Page d’accueil & Première page"],"Title Separator":["Séparateur de titre"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s détecte automatiquement s’il a besoin de forcer la réécriture des titres de vos pages, si vous pensez que c’est incorrect et que vous savez ce que vous faites, vous pouvez modifier ce réglage ici."],"Force rewrite titles":["Forcer la réécriture des titres"],"Taxonomies":["Taxonomies"],"Homepage":["Page d’accueil"],"%1$s Extensions":["Extensions de %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Intégrez WooCommerce et %1$s et obtenez des fonctionnalités supplémentaires !"],"Rank better locally and in Google Maps, without breaking a sweat!":["Améliorez votre classement localement dans Google Maps, sans verser une goutte de sueur!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Êtes-vous sur Google Actualités ? Augmentez votre trafic de Google News grâce à son optimisation !"],"Optimize your videos to show them off in search results and get more clicks!":["Optimisez vos vidéos pour qu’elles apparaissent dans les résultats des recherches et obtenir plus de clics !"],"The premium version of %1$s with more features & support.":["La version Premium de %1$s avec plus de fonctionnalités & de support."],"Person":["Personne"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Cette donnée est affichée comme une métadonnée dans votre site. Elle apparaît dans le %1$sKnowledge Graph de Google%2$s. Vous pouvez être une société ou une personne."],"Website name":["Nom du Site Web"],"Webmaster Tools":["Outils pour les webmasters"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Vous n’avez pas le nom de l’article dans l’URL de vos articles et pages. Il est fortement recommandé de l’avoir. Il est suggéré d’ajuster la structure de vos permaliens pour /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Fil d’Ariane"],"or":["ou"],"Save Profile":["Enregistrer le profil"],"There were no profiles found":["Aucun profil n’a été trouvé. "],"Profile":["Profil"],"Current profile":["Profil actuel"],"Authenticate":["S’authentifier"],"Get Google Authorization Code":["Obtenir un Code d’Autorisation Google"],"Reload crawl issues":["Recharger les problèmes d’exploration"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Pour pouvoir créer une redirection et régler ce problème, vous avez besoin de %1$s. Vous pouvez acheter l’extension, incluant un an de support et de mises à jour, sur %2$s."],"Creating redirects is a %s feature":["la création de redirection est une fonctionnalité de %s."],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Les erreurs qui se sont produites lors de l’exploration du Googlebot pour les téléphones portables (les erreurs n’ont pas eu lieu sur ordinateur)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Les erreurs qui se sont produites lors de l’exploration du Googlebot (les erreurs n’apparaissent pas pour les desktops)."],"Errors that occurred when your site was crawled by Googlebot.":["Les erreurs qui se sont produites lors de l’exploration du Googlebot."],"Issue categories":["Catégories de problème"],"Incorrect Google Authorization Code.":["Code d’autorisation de Google incorrect."],"The issues have been successfully reloaded!":["Les problèmes ont bien été rechargés !"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["La %1$s a été supprimée. Vous devrez vous réauthentifier si vous voulez retrouvez vos données."],"Crawl errors per page":["Erreurs d’exploration par page"],"Search":["Rechercher"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Ne ratez pas vos erreurs d’exploration : %1$sconnectez-vous avec votre Google Search Console ici%2$s."],"Create redirect":["Créer une redirection"],"Mark as fixed":["Marquer comme réglé"],"Response code":["Code de réponse"],"First detected":["Premier détecté"],"Last crawled":["Dernière exploration"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s a détecté que vous utiliser une version de %2$s qui est incompatible avec %1$s. Veuillez mettre à jour %2$s pour utiliser cette fonctionnalité."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Les extensions de Yoast partagent du code entre elles pour les rendre plus rapide. Cela suppose qu’elles soient toutes à jour. Nous avons détecté que ce n’est pas le cas, donc veuillez mettre à jour toutes les extensions de Yoast qui ne le sont pas."],"Feature phone":["Téléphones basiques"],"Smartphone":["Smartphone"],"Desktop":["Ordinateur"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["L’URL cible n’existe pas mais le serveur ne retourne pas d’erreur 404 (fichier non trouvé)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Le temps de la demande est écoulé ou le site bloque Google."],"Server Error":["Erreur serveur"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Le Googlebot pourrait accéder à votre site, mais l’accès à certaines adresses est bloqué dans votre %1$s. Ce blocage pourrait être pour tous les Googlebot ou uniquement pour le Googlebot-mobile."],"Blocked":["Bloqué"],"Google was unable to crawl this URL due to an undetermined issue.":["Google n’a pas pu exploré cette adresse en raison d’un problème indéterminé."],"URL points to a non-existent page.":["L’adresse pointe vers une page inexistante."],"Not found":["Non trouvé"],"Not followed":["Non suivi"],"Faulty redirects":["Redirections défectueuses"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Le serveur nécessite une authentification ou bloque l’accès au site au Googlebot."],"Access denied":["Accès refusé"],"Deactivate %s":["Désactiver %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["L’extension %1$s pourrait provoquer des problèmes si utiliser en conjonction avec %2$s."],"Upload Image":["Téléverser une image"],"Remove these ads?":["Supprimer les publicités"],"%s Posts Overview":["Vue d’ensemble des publications de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Le titre est utilisé dans les fils d’Ariane où cette taxonomie apparait."],"Breadcrumbs title":["Titre du fil d’Ariane"],"The canonical link is shown on the archive page for this term.":["Le lien canonique s’affiche sur la page d’archive pour ce terme."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest "],"Other":["Autres"],"Archives":["Archives"],"Email":["E-mail"],"Previous":["Précédent"],"Next":["Suivant"],"Close":["Fermer"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s et %2$s peuvent tous les deux créer des plans de site XML. En avoir deux n’est pas recommandé pour les moteurs de recherche et pourrait même ralentir votre site."],"Configure %1$s's Open Graph settings":["Configurer les réglages de l’OpenGraph de %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["%1$s et %2$s créent des métadonnées OpenGraph, ce qui pourrait faire que Facebook, Twitter, LinkedIn et d’autres réseaux sociaux utilisent de mauvais textes et de mauvaises images lorsque vos pages sont partagées."],"%s Image":["%s Image"],"%s Description":["%s Description"],"%s Title":["%s Titre"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["La taille d’image recommandée pour %1$s est de %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Si vous voulez remplacer l’image utilisée pour cette publication sur %s, téléversez/choisissez une image ou ici."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Si vous ne souhaitez pas utiliser cette méta description pour partager la publication sur %s mais une autre, inscrivez-la ici."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Si vous ne souhaitez pas utiliser ce titre pour partager la publication sur %s mais un autre, inscrivez-le ici."],"very difficult":["très difficile"],"Try to make shorter sentences, using less difficult words to improve readability":["Essayez de faire des phrases plus courtes, en utilisant des mots moins compliqués afin d’améliorer la lisibilité"],"difficult":["difficile"],"Try to make shorter sentences to improve readability":["Essayez de faire des phrases plus courtes pour améliorer la lisibilité"],"fairly difficult":["assez difficile"],"OK":["OK"],"fairly easy":["assez facile"],"easy":["facile"],"very easy":["très facile"],"Meta Desc.":["Méta Desc."],"All SEO Scores":["Tous les scores SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problème SEO : L’image à la Une doit être au moins de 200 x 200 pixels pour être exploitable par Facebook et les autres réseaux sociaux."],"(no parent)":["(aucun parent)"],"Post is set to noindex.":["La publication est réglée sur noindex."],"The URL that this page should redirect to.":["L’URL vers laquelle cette page devrait rediriger."],"301 Redirect":["Redirection 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["L’URL canonique vers laquelle cette page devrait pointer. Laissez ce champ vide pour utiliser le slug par défaut. Les %1$sURL canoniques vers d’autres domaines%2$s sont aussi prises en charge."],"Canonical URL":["URL canonique"],"Title to use for this page in breadcrumb paths":["Titre à utiliser pour cette page dans le fil d’Ariane"],"Breadcrumbs Title":["Titre pour le fil d’Ariane"],"No Snippet":["Pas de métadonnées"],"No Archive":["Aucune archive"],"No Image Index":["Pas d’index pour l’image"],"None":["Aucun"],"Site-wide default: %s":["Valeur par défaut pour tout le site : %s"],"Advanced meta robots settings for this page.":["Réglages avancés des méta des robots pour cette page."],"Meta robots advanced":["Méta robots avancés"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Avertissement : même si vous pouvez modifier les méta « robots » ici, tout votre site est réglé en mode « noindex » dans les réglages de vie privée, toute modification effectuée ici n’aura donc aucun effet."],"Meta description":["Méta description"],"SEO Title":["Méta titre "],"Focus keyword":["Requête cible"],"Snippet preview":["Prévisualisation des métadonnées"],"Settings successfully imported.":["Les réglages ont été importés."],"Settings could not be imported:":["Les réglagles n’ont pas été importés :"],"Breadcrumb for 404 pages:":["Fil d’Ariane pour la page 404 :"],"Prefix for search result pages:":["Préfixe pour les pages de résultats de recherche :"],"Prefix for archive pages:":["Préfixe pour les pages d’archive :"],"Prefix for breadcrumbs:":["Préfixe pour le fil d’Ariane :"],"Anchor text for the homepage:":["Texte d’ancrage pour la page d’accueil"],"Breadcrumbs separator:":["Séparateur pour le fil d’Ariane :"],"%s Breadcrumbs":["Fil d’Ariane de %s"],"Use Image":["Utiliser l’image"],"Action":["Action"],"Page URL/Slug":["URL/Slug de la page"],"Publication date":["Date de Publication"],"Post Status":["État de la publication"],"WP Page Title":["Titre de la page"],"View":["Voir"],"View “%s”":["Voir “%s”"],"Preview":["Prévisualisation"],"Preview “%s”":["Prévisualiser “%s”"],"Edit":["Modifier"],"Filter":["Filtrer"],"New Yoast Meta Description":["Nouvelle méta description Yoast"],"Existing Yoast Meta Description":["Méta description Yoast actuelle"],"Facebook profile URL":["URL du profil Facebook"],"Twitter username (without @)":["Identifiant Twitter (sans le @)"],"FAQ":["FAQ"],"Premium Support":["Support Premium"],"Settings":["Réglages"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Vous devez vous %1$srendre dans vos Réglages de Lecture%2$s et décocher la case Visibilité des moteurs de recherche."],"Huge SEO Issue: You're blocking access to robots.":["Important problème SEO : Vous bloquez actuellement l’accès aux robots des moteurs de recherche."],"Posts":["Articles"],"Edit Files":["Modifier les fichiers"],"Advanced Variables":["Variables avancées"],"Basic Variables":["Variables de base"],"General":["Réglages généraux"],"Extensions":["Extensions"],"Search Console":["Search Console"],"Tools":["Outils"],"Advanced":["Avancé"],"XML sitemaps":["Plans de site XML"],"Social":["Réseaux sociaux"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s a détecté que vous utiliser la version de %2$s de %3$s. Veuillez la mettre à jour pour éviter les problèmes de compatibilité."],"Just another WordPress site":["Un site utilisant WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Vous utilisez toujours le slogan par défaut de WordPress, un vide serait même plus efficace. %1$sVous pouvez régler cela dans la personnalisation%2$s."],"You have used HTML in your value which is not allowed.":["Votre valeur inclut du code HTML non autorisé."],"You can't edit %s that aren't yours.":["Vous ne pouvez pas modifier les %s qui ne sont pas à/de vous."],"You can't edit %s.":["Vous ne pouvez pas modifier %s."],"Post has an invalid Content Type: %s.":["L’article a un type de publication non valide : %s."],"Post doesn't exist.":["L’article n’existe pas."],"course\u0004Free:":["Gratuit :"],"posts\u0004Trash (%s)":["Supprimez le (%s)","Supprimez les (%s)"],"posts\u0004All (%s)":["Tout (%s)","Tous (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/gl_ES.json b/Resources/Private/Languages/gl_ES.json index ab976c0..62ee0be 100644 --- a/Resources/Private/Languages/gl_ES.json +++ b/Resources/Private/Languages/gl_ES.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"gl_ES"},"Has feedback":["Ten resposta"],"Content optimization:":["Optimización do contido:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLexibilidade%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Le %1$sesta entrada para máis información sobre por que non damos soporte a versións anteriores.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Se aínda non actualizaches a %2$s ou superior debido ao novo editor Gutenberg, por favor instala o plugin Classic editor. Darache a mesma experiencia de edición que tes agora, pero tamén a seguridade das novas versións de WordPress e %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sActualiza WordPress á última versión%2$s%3$sNotamos que non usas a última versión de WordPress, o que podería causar un problema en breve. %4$s (por razóns de seguridade e estabilidade) só da soporte á versión actual e á anterior de WordPress. Cando saia a próxima versión de WordPress, eso significa que daremos soporte a WordPress %6$s e %7$s. Isto significa que non recibirás ningunha actualización a %5$s ata que actualices o teu WordPress, así que, por favor, asegúrate de actualizar á última versión de WordPress canto antes!%3$s%3$s"],"Post Noindexed":["Publicación con no-index"],"No Focus Keyphrase":["Sen frase clave obxectivo"],"Person logo / avatar":["Logo / avatar da persoa"],"Extend %s":["Extender %s"],"Enroll in the %s for WordPress training":["Apúntate ao %s de formación para WordPress"],"Posts with the SEO score: %s":["Entradas coa puntuación de SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["videotutorial de %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["%1$sVisita Google Search Console%2$s para ver os teus erros de indexación."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google eliminou a API de erros de rastrexo, así que xa non é posible mostrar aquí os teus posibles erros de rastrexo. %1$sLe o noso comunicado para máis información%2$s."],"Remove this message":["Quitar esta mensaxe"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimiza ao máximo o teu sitio para unha audiencia local co noso plugin %s! Detalles das direccións optimizadas, horarios de apertura, localizador de tendas e opción de recollida!"],"Serving local customers?":["Serves a clientes locais?"],"Get the %s plugin now":["Consigue o plugin %s agora"],"Organization social profiles":["Perfís sociais da organización"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Podes editar os detalles amosados nos datos meta, como perfís sociais, o nome descrición deste usuario, na súa páxina de perfil de %1$s."],"Personal info":["Información personal"],"Organization logo":["Logotipo da organización"],"Organization name":["Nome da organización"],"Choose whether the site represents an organization or a person.":["Elixe se o sitio representa unha organización ou a unha persoa."],"Knowledge Graph & Schema.org":["Knowledge Graph e Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Para facer que o teu sitio represente a unha empresa ou organización, vai a %1$sApariencia no buscador%2$s e configúrao coma persoa ou pásao de persoa a «Empresa»."],"To change the social accounts used for your site, update the details for %1$s.":["Para cambiar as contas sociais usadas para o teu sitio actualiza os detalles de %1$s."],"That means that the form and information below is disabled, and not used.":["Isto significa que o formulario e a información a continuación están desactivadas e non se usan."],"Your website is currently configured to represent a Person":["A túa web está agora configurada para representar a outra persoa"],"(if one exists)":["(se é que existe)"],"Wikipedia page about you":["Páxina da Wikipedia acerca de ti"],"YouTube profile URL":["URL do perfil de YouTube"],"Tumblr profile URL":["URL do perfil en Tumblr"],"SoundCloud profile URL":["URL do perfil en SoundCloud"],"MySpace profile URL":["URL do perfil en MySpace"],"Organization or person":["Organización ou persoa"],"The person":["A persoa"],"Organization":["Organización"],"Does your site represent a person or an organization?":["Este sitio representa a unha persoa ou organización?"],"The name of the organization":["O nome da organización"],"Provide an image of the organization logo":["Facilita unha imaxe do logotipo da organización"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Antes configuraches o teu sitio para representar a unha persoa. Melloramos a nosa funcionalidade sobre Schema e o Knowledge Graph, así que deberías ir e %1$scompletar estos axustes%2$s."],"Select a user...":["Selecciona un usuario…"],"Uncategorized":["Sen categoría"],"Name:":["Nome:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Seleccionaches ao usuario %1$s como a persoa á que representa este sitio. A súa información do perfil de usuario utilizarase agora nos resultados da búsqueda. %2$sActualiza o seu perfil para estar seguro de que a información sexa a correcta%3$s."],"Error: Please select a user below to make your site's meta data complete.":["Error: Por favor, selecciona un usuario a continuación para completar os meta datos do teu sitio."],"SEO score: %s":["Puntuación SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Si existe unha páxina túa ou da túa organización na Wikipedia, engádea tamén."],"Wikipedia URL":["URL da Wikipedia"],"Pinterest profile URL":["URL do perfil de Pinterest"],"Instagram profile URL":["URL do perfil de Instagram"],"LinkedIn profile URL":["URL do perfil de Linkedin"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["A investigación de palabras clave é esencial en calquera estratexia de SEO. Ti decides os termos de procura polos que queres que te atopen, e descubre que palabras usa a túa audiencia para atoparte. Unha gran investigación de palabras clave indícache que contido necesitas para empezar a puntuar para os termos que queres posicionar. Asegúrate de que o teus esforzos vaian nas palabras clave para as que realmente tes posibilidades de posicionarte! O %1$s guíate a través deste proceso, paso a paso."],"SEO for Beginners training":["Formación SEO para principiantes"],"%s for WordPress training":["Formación de %s para WordPress"],"All-around SEO training":["Formación SEO integral"],"The image you selected is too small for Facebook":["A imaxe que elixiches é demasiado pequena para Facebook"],"The given image url cannot be loaded":["A URL da imaxe dada non se pode cargar"],"Find out what words your audience uses to find you":["Descubre que palabras usa a túa audiencia para atoparte"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFacilidade de lectura Flesch%2$s: Oescrito puntúa %3$s na proba, o que se considera %4$s de ler. %5$s"],"No JSON object was returned.":["Non se devolveu un obxecto JSON."],"Received internal links":["Ligazóns internas recibidas"],"Outgoing internal links":["Ligazóns externas recibidas"],"New step added":["Engadido un novo paso"],"New question added":["Engadida unha nova pregunta"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Para poder crear unha redirección e corrixir este problema necesitas %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Podes mercar o plugin, que inclúe un ano de soporte e actualizacións, en %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["A característica do contador de ligazóns de texto proporciona información acerca de cantas ligazóns atópanse no teu texto e cantas ligazóns ligan ao teu texto. Isto é moi útil cando estás mellorando a túa %1$ligazón interna%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Para que esta característica funcione %1$srequírese polo menos unha versión de PHP %2$s. Detectamos a versión PHP %3$s nesta web."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Por favor, considera coidadosamente as implicacións e %1$slé esta entrada%2$s se desexas máis información acerca do impacto de amosar medios nos resultados da busca."],"Keyphrase":["Frase clave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Para que esta característica funcione, %1$snecesita crear unha tabla na túa base de datos. Non foi posible crear esta tabla automáticamente."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ao activar esta opción, as URL adxuntas fanse visibles tanto para os visitantes como para Google. Para engadir valor a túa web, deben conter información útil, ou poderían ter un impacto negativo no teu posicionamento."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["A característica %3$scontador de ligazóns ao texto%4$s (introducida no %1$s %2$s) está actualmente desactivada."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Por favor, lé o seguinte %1$sartigo da base de coñecementos%2$s para saber como resolver este problema."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Para asegurarnos de que tódalas ligazóns os teus textos estén contados, necesitamos analizar tódolos teus textos."],"All you have to do is press the following button and we'll go through all your texts for you.":["Todo o que tes que facer é pulsar o seguinte botón e nos revisaremos tódolos teus textos por ti."],"Count links":["Contar ligazóns"],"Free":["Gratis"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAtributos alt de imaxes%5$s: De %2$d imaxes nesta páxina, %1$d teñeen atributos alt con palabras da túa frase clave ou sinónimos. Iso é demasiado. %4$sInclúe a frase clave ou sus sinónimos so cando realmente encaixen na imaxe%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtributos alt de imaxe%2$s: Ben feito!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtributos alt de imaxes%5$s: De %2$d imaxes nesta páxina, só %1$d ten un atributo alt que reflexa o tema do teu texto. %4$sEngade a túa frase clave ou sinónimos ás etiquetas alt das imaxes máis relevantes%5$s!","%3$sAtributos alt de imaxes%5$s: De %2$d imaxes nesta páxina, só %1$d teñen atributos alt que reflexan o tema do teu texto. %4$sEngade a túa frase clave ou sinónimos ás etiquetas alt das imaxes máis relevantes%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtributos de imaxe alt%3$s: As imaxes desta páxina non teñen atributos alt que reflexen o tema do teu texto. %2$sEngade a túa frase clave ou sinónimos ás etiquetas alt das imaxes relevantes%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAtributos alt de imaxes%3$s: As imaxes desta páxina teñen atributos alt, pero non estableciches a túa frase clave. %2$sCorrixe iso%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrase clave no subtítulo%2$s: %3$s dos teus subtítulos de nivel superior reflexan o tema do teu texto. Bo traballo!","%1$sFrase clave no subtítulo%2$s: %3$s dos teus subtítulos de nivel superior reflexan o tema de tu texto. Bo traballo!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrase clave no subtítulo%2$s: Os teus subtítulos de nivel superior reflexan o tema do teu texto Bo traballo! "],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrase clave no subtítulo%3$s: %2$sUsa máis frases clave ou sinónimos nos teus subtítulos de nivel superior%3$s! "],"Page %s":["Páxina %s"],"Cannot get the size of %1$s because of unknown reasons.":["Non se puido obter o tamaño de %1$s por razóns descoñecidas."],"Cannot get the size of %1$s because it is hosted externally.":["Non se puido obter o tamaño de %1$s por estar aloxada de forma externa."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simplemente cambia o conmutador a \"activado\" e poderás usar a análise recalibrada. Ao mesmo tempo, engadirémosche a nosa lista de correo específica. Só enviaremos correos electrónicos coas túas experiencias con esta recalibración!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Fomos quen de %1$srecalibrar a nosa análise%2$s. Coa nova análise, acercarémonos aínda máis á forma na que Google ve a túa web. Sería %3$sfantástico%4$s se quixeras %3$sprobar esta característica%4$s para nos!"],"Get an even better analysis":["Obtén unha análise aínda mellor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTítulo único%3$s: Só deberías usar H1 como o teu título principal. Encontra tódolos H1 no teu texto que non sexan o título principal e %2$scámbiaos a un nivel de encabezado inferior%3$s! "],"Improve sharing on Facebook and Pinterest":["Mellora o compartir en Facebook e Pinterest "],"You do not have the required rights to export settings.":["Non tes os permisos necesarios para exportar axustes."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copia todos estos axustes á pestana %1$s de outro sitio e fai clic en \"%1$s\" de alí. "],"These are settings for the %1$s plugin by %2$s":["Estos son os axustes do plugin %1$s de %2$s "],"No settings found.":["Non se atoparon axustes."],"Export your %1$s settings here, to copy them on another site.":["Exporta aquí os teus axustes de %1$s, para copialos noutro sitio. "],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["A importación dos axustes so son compatibles en servidores que executen PHP 5.3 ou superior. "],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importa os axustes pegando aquí os axustes que copiaches doutro sitio e facendo clic en \"%s\"."],"Paste your settings from another %s installation.":["Pega os teus axustes dende outra instalación de %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidade de frase clave%2$s: A frase clave obxetivo atopouse 0 veces. Iso é menos que o mínimo recomendado de %3$d veces para un texto con ista lonxitude. %4$sCéntrate na túa frase clave%2$s! "],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %5$d vez. Iso é menos que o mínimo recomendado de %3$d veces para un texto con esta lonxitude. %4$sCéntrate na túa frase clave%2$s!","%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %5$d veces. Iso é menos que o mínimo recomendado de %3$d veces para un texto con esta lonxitude. %4$sCéntrate na túa frase clave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %3$d vez. Iso é xenial!","%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %3$d veces Iso está xenial!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %5$d vez. Iso é máis que o máximo recomendado de %3$d veces para un texto con esta lonxitude. %4$sNon sobreoptimices%2$s!","%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %5$d veces. Iso é máis que o máximo recomendado de %3$d veces para un texto con esta lonxitude. %4$sNon sobreoptimices%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %5$d vez. Iso é moito máis que o máximo recomendado de %3$d veces para un texto con esta lonxitude. %4$sNon sobreoptimices%2$s!","%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %5$d veces. Iso é moito máis que o máximo recomendado de %3$d veces para un texto con esta lonxitude. %4$sNon sobreoptimices%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indexable borrada para o obxecto %1$s co tipo %2$s"],"Indexable saved for object %1$s with type %2$s":["Indexable gardada para o obxecto %1$s co tipo %2$s"],"Indexable created for object %1$s with type %2$s":["Indexable creada para o obxecto %1$s co tipo %2$s"],"Indexable meta deleted.":["Meta indexable borrada."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Meta indexable gardada para o id de indexable %1$s coa clave meta %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Meta indexable creada para o id de indexable %1$s coa clave meta %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Non se atopou ningunha meta para o id de indexable %1$s e a clave meta %2$s."],"There is no indexable found for author id %1$s.":["Non se atopou nada indexable para o id de autor %1$s. "],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Non se atopou ningún térmo principal para o id de entrada %1$s e a taxonomía %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Non se atopou nada indexable para o id de térmo %1$s e a taxonomía %2$s. "],"There is no indexable found for post id %1$s.":["Non se atopou nada indexable para o id de entrada %1$s. "],"Method %1$s() does not exist in class %2$s":["O método %1$s() non existe na clase %2$s"],"With %s, you can easily create such redirects.":["Con %s podes crear fácilmente esas redireccións."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Cambiar os teus axustes de ligazóns permanentes pode impactar seriamente na túa visibilidade nos motores de búsca. Non debería facerse case %1$s nunca %2$s nunha web pública. "],"WARNING:":["ADVERTENCIA:"],"Learn about why permalinks are important for SEO.":["Aprende sobre por qué as ligazóns permanentes son importantes para o SEO. "],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sPalabras funcionais na frase clave%3$s: A túa frase clave \"%4$s\" só ten palabras funcionais. %2$sAprende cómo é unha boa frase clave%3$s "],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Sabías que %s tamén analiza as distintas variaciones da túa frase clave, como plurais e tempos verbais? "],"Clear Image":["Baleirar imaxe"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLonxitude da frase clave%3$s: %2$sDefine unha frase clave para calcular a túa puntuación SEO%3$s. "],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase clave no slug%2$s: Máis da mitade da túa frase clave aparece no slug. Iso é fantástico!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrase clave no slug%3$s: (Parte da) túa frase clave non aparece no slug. %2$sCambia eso%3$s! "],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase clave no slug%2$s: Gran traballo! "],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave no título%3$s: Non todas as palabras da túa frase clave \"%4$s\" aparecen no título SEO. %2$sTrata de usar exactamente a túa mesma frase clave no título SEO%3$s. "],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave no título%3$s: Non coincide de todo.. %2$sTrata de escribir exactamente a túa mesma frase clave no título SEO%3$s. "],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFrase clave no título%3$s: A frase clave obxectivo exacta aparece no título SEO, pero non ao principio. %2$sTrata de movela ao principio%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrase clave no título%2$s: A frase clave obxectivo exacta aparece ao principio do título SEO. Bo traballo! "],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribución de frase clave%2$s: Bo traballo! "],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Desigual. Algunhas partes do teu texto non ten a frase clave ou os seus sinónimos. %2$sPódelas distribuir de forma máis uniforme%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Moi desigual. Grandes partes do teu texto non teñen a frase clave ou os seus sinónimos. %2$sPódelas distribuir de forma máis uniforme%3$s. "],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribución de frase clave%3$s: %2$sInclúe a túa frase clave ou os seus sinónimos no texto para que podamos comprobar a distribución da frase clave%3$s."],"Help on choosing the perfect focus keyphrase":["Axuda para elexir a frase clave obxectivo perfecta"],"Would you like to add a related keyphrase?":["Gustaríache engadir unha frase clave relacionada?"],"Go %s!":["Ir a %s! "],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Se non se atopan os arquivos de data nos resultados da busca, técnicamente siñifica que estes terán un meta robots %1$s.%2$sMáis información sobre os axustes dos resultados da busca%3$s."],"Rank better with synonyms & related keyphrases":["Posiciona mellor con sinónimos e frases clave relacionadas "],"optimize a single post for synonyms and related keyphrases.":["optimiza unha entrada para sinónimos e frases clave relacionadas."],"Synonyms & related keyphrases":["Sinónimos e frases clave relacionadas"],"Add related keyphrase":["Engadir frase clave relacionada"],"Dismiss %s upgrade notice":["Descartar o aviso da actualización de %s "],"Upgrade to %s":["Actualizar a %s"],"%1$s video":["Video %1$s"],"Get %s":["Consigue %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrase clave usada previamente%6$s: Usaches esta frase clave obxectivo %1$s%2$d veces antes%3$s. %5$sNon uses a túa frase clave obxectivo máis dunha vez%6$s. "],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrase clave usada previamente%5$s: Usaches esta frase clave obxectivo %1$sunha vez xa%2$s. %4$sNon uses a túa frase clave obxectivo máis dunha vez%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrase clave usada previamente%2$s: No usaches antes esta frase clave obxectivo, moi ben."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sPalabras vacías no slug%3$s: O slug desta páxina ten unha palabra vacía. %2$sTes que quitala%3$s!","%1$sPalabras vacías no slug%3$s: O slug desta páxina ten palabras vacías. %2$sTes que quitalas%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug demasiado longo%3$s: o slug desta páxina é un pouco longa. %2$sTes que recortala%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtributos alt de imaxe%3$s: Non hai imaxes nesta páxina. %2$sTes que engadir algunha%3$s! "],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLigazón da frase clave obxectivo%3$s: Estás engadindo a outra páxina cas palabras coas que queres posicionar esta páxina. %2$sNon fagas eso%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está moi por debaixo do mínimo recomendado de %5$d palabra. %3$sEngade máis contido%4$s.","Esto está moi por debaixo do mínimo de %5$d palabras. %3$sEngade máis contido%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está por debaixo do mínimo recomendado de %5$d palabra. %3$sEngade máis contido%4$s.","Esto está por debaixo do mínimo recomendado de %5$d palabras. %3$sEngade máis contido%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLonxitude do texto%4$s: O texto ten %1$d palabra.","%2$sLonxitude do texto%4$s: O texto ten %1$d palabras."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLonxitude do texto%3$s: O texto ten %1$d palabra. Bo traballo!","%2$sLonxitude do texto%3$s: O texto ten %1$d palabras. Bo traballo!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrase clave no subtítulo%3$s: Máis do 75%% dos teus subtítulos de primeiro nivel reflexan o tema do teu texto. Eso é demasiado. %2$sNon sobre-optimices%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sAncho do título SEO%3$s: %2$sPor favor, crea un título SEO%3$s. "],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sAncho do título SEO%3$s: O título SEO é máis ancho que o límite visible. %2$sProba a facelo máis curto%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sAncho do título SEO%2$s: Bo traballo!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sAncho do título SEO%3$s: O título SEO é demasiado curto. %2$sUsa o espazo para engadir variacións de palabras clave ou para crear un texto que anime a unha acción%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sLigazóns saintes%2$s: Hai ligazóns saintes nofollow e normales nesta páxina. Bo traballo!"],"%1$sOutbound links%2$s: Good job!":["%1$sLigazóns saintes%2$s: ¡Bo traballo!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sLigazóns saintes%3$s: Tódalas ligazóns saintes desta páxina son nofollow. %2$sEngade algúnha ligazón normal%3$s. "],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sLigazóns salientes%3$s: Non hai ligazóns saintes nesta páxina. %2$sTe que engadir algún%3$s! "],"%1$sMeta description length%2$s: Well done!":["%1$sLonxitude da meta description%2$s: Ben feito!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLonxitude da meta description%3$s: A meta description ten máis de %4$d caracteres. Asegúrate de que sexa visible toda a description, %2$sdeberías reducir a súa lonxitude%3$s! "],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLonxitude da meta description%3$s: A meta description é demasiado curta (menos de %4$d caracteres). Hai ata %5$d caracteres dispoñibles. %2$sTes que usar o espacio%3$s! "],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLonxitude da meta description%3$s: Non se especificou ningunha meta description. Os motores de busca mostrarán no seu lugar texto da páxina. %2$sAsegúrate de escribir unha%3$s! "],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrase clave na meta description%2$s: A meta description especificouse, pero non teñen a frase clave obxectivo. %3$sTes que arranxar eso%4$s! "],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase clave na meta description%2$s: A meta description ten a palabra clave obxectivo %3$s veces, que é máis do máximo recomendado de 2 veces. %4$sLimita iso%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFrase clave na meta description%2$s: A frase clave obxectivo ou o sinónimo aparece na meta description. Ben feito!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLonxitude da frase clave%5$s: A frase clave ten %1$d palabras. É moito máis que o máximo recomendado de %2$d palabras. %4$sFaina máis curta%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLonxitude da frase clave%5$s: A frase clave ten %1$d palabras. É máis que o máximo recomendado de %2$d palabras. %4$sFaina máis curta%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLonxitude da frase clave%2$s: Bo traballo!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLonxitude da frase clave%3$s: Non se ten establecida unha frase clave obxectivo para esta páxina. %2$sEstablece unha frase clave obxectivo para calcular a túa puntuación SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrase clave na introducción%3$s: A túa frase clave ou os seus sinónimos non aparecen no primeiro párrafo. %2$sAsegúrate de que o debate esté baleiro inmediatamente%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrase clave na introducción%3$s: A túa frase clave ou os seus sinónimos aparecen no primeiro párrafo do texto, pero non dentro de unah frase. %2$sArranxa iso%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase clave na introdución%2$s: Ben feito!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sLigazóns internas%2$s: Nesta páxina hai ligazóns internas nofollow e normais. Bo traballo!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sLigazóns internas%2$s: Tes ligazóns internas dabondo. Bo traballo!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sLigazóns internas%3$s: As ligazóns internas desta páxina son todos nofollow. %2$sEngade algúnha boa ligazóns interna%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sLigazóns internas%3$s: Non hai ligazóns internas nesta páxina, %2$sAsegúrate de engadir algunha%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sPalabras de transición%2$s: Ben feito!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sPalabras de transición%2$s: Só %3$s das frases teñen palabras de transición, e non é dabondo. %4$sUsa algunhas máis%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sPalabras de transición%2$s: Ningunha das frases teñen palabras de transición. %3$sUsa algunha%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNon hai suficiente contido%2$s: %3$sPor favor, engade algo de contido para permitir unha boa análise%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribución de subtítulos%2$s: Non estás usando ningún subtítulo, pero o teu texto é bastante curto e probablemente non os necesite."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribución de subtítulos%2$s: Non estás usando ningún subtítulo, ainda que o tu texto es bastante longo. %3$sProba a engadir algún subtítulo%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribución de subtítulos%2$s: %3$d sección do teu texto ten máis de %4$d palabras e non está separada por ningún subtítulo. %5$sEngade subtítulos para mellorar a lexibilidade%2$s.","%1$sDistribución de subtítulos%2$s: %3$d seccións do teu texto ten máis de %4$d palabras e non están separadas por ningún subtítulo. %5$sEngade subtítulos para mellorar a lexibilidade%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribución de subtítulos%2$s: Fantástico traballo!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLonxitude das frases%2$s: %3$s das frases teñen máis de %4$s palabras, que é máis do máximo recomendado de %5$s. %6$sTrata de acortar máis as frases%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLonxitude das frases%2$s: Fantástico!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFrases consecutivas%2$s: Hai variedade dabondo nas túas frases. Iso é fantástico!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFrases consecutivas%2$s: O texto ten %3$d frases consecutivas que empezan coa mesma palabra. %5$sIntenta probar cousas novas %2$s!","%1$sFrases consecutivas%2$s: O texto ten %4$d ocasións nas que %3$d ou máis frases consecutivas empezan coa mesma palabra. ¡%5$sIntenta probar cosas nuevas %2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVoz pasiva%2$s: %3$s das frases teñen unha voz pasiva, que é máis do máximo recomendado de %4$s. %5$sIntenta usar as súas equivalentes activas%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVoz pasiva%2$s: Estás usando suficientes voces activas. Iso é fantástico!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLonxitude do párrafo%2$s: %3$d dos párrafos teñen máis do máximo recomendado de %4$d palabras. %5$sAcorta os teus párrafos%2$s!","%1$sLonxitude do párrafo%2$s: %3$d dos párrafos teñen máis do máximo recomendado de %4$d palabras. %5$sAcorta os teus párrafos%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLonxitude do párrafo%2$s: Nengún dos párrafos é demasiado longo. Fantástico traballo!"],"Good job!":["Bo traballo!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sProba de lexibilidade Flesch%2$s: O texto puntúa %3$s na proba, o que se considera %4$s de ler. %5$s%6$s%7$s "],"Focus keyphrase":["Frase clave obxectivo"],"%1$s with ID %2$s couldn't be patched":["Non foi posibel sincronizarse o %1$s co ID %2$s"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Petición POST non válida. Os valores meta xa existen para o obxecto co ID %1$s."],"Indexable with ID `%1$s` does not exist":["O indexable co ID `%1$s` non existe"],"No object with ID %1$s and %2$s could be found":["Non se pudo atopar ningún obxecto co ID %1$s e %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` non é un subtipo válido de `%2$s`"],"The object type `%1$s` is invalid":["O tipo de obxecto `%1$s` non é válido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Tipo non válido para o parámetro `%1$s` pasado. Esperábase `%2$s`, pero se obtivo `%3$s`"],"The parameter `%1$s` cannot be empty.":["O parámetro `%1$s` non pode estar baleiro."],"Check Keyphrase Density":["Comproba a densidade da frase clave"],"Disable":["Desactivar"],"Allow Control":["Permitir control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Esta pestana permite desactivar selectivamente características de %s en tódolos sitios da redw. Por defecto están activas tódalas características, o que permite aos administradores do sitio elexir por sí mesmos si queren activar ou desactivar unha característica para o seu sitio. Cando desactives aquí unha característica os administradores do sitio non poderán usar esa característica."],"%s is a required feature toggle argument.":["%s é un argumento de activación da característica obligatoria."],"Keyphrase:":["Frase clave:"],"Remove keyphrase":["Quitar frase clave"],"This feature has been disabled by the network admin.":["Esta característica foi desactivada polo administrador da rede."],"Focus keyphrase not set.":["A frase clave obxectivo non está establecida."],"Multiple keyphrases":["Múltiples frases clave"],"Colon":["Dous puntos"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Tanto %1$s como %2$s xestionan o SEO do seu sitio. Executar dous plugins SEO ao mesmo tempo é prexudicial."],"There is a new notification.":["Hai unha nova notificación.","Hai novas notificacións."],"Learn more about the readability analysis":["Obteña máis información sobre Análise de lexibilidade."],"Describe the duration of the instruction:":["Describe a duración da instrución:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personaliza como queres describir a duración da instrución"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Esta é unha lista de contido relacionado ao que podes vincular na túa publicación. {{a}} Lea o noso artigo sobre a estrutura do sitio {{/ a}} para obter máis información sobre como o enlace interno pode axudar a mellorar o seu SEO."],"%s, %s and %s":["%s, %s e %s"],"%s and %s":["%s e %s"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d dia","%d dias"],"Enter a step title":["Introduce un título de paso"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Isto pode darlle un mellor control sobre o estilo dos pasos."],"CSS class(es) to apply to the steps":["Clase (s) CSS para aplicar aos pasos"],"minutes":["minutos"],"hours":["horas"],"days":["dias"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Cre unha guía de instrucións dunha maneira amigable con SEO. Só podes usar un bloque de instrucións por publicación."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Faga unha lista das súas preguntas frecuentes dunha maneira amigable con SEO. Só podes usar un bloque de preguntas frecuentes por publicación."],"Copy error":["Erro de copia"],"An error occurred loading the %s primary taxonomy picker.":["Produciuse un erro ao cargar o selector de taxonomía principal de %s."],"%1$s Structured Data Blocks":["%1$s bloques de datos estructurados"],"Time needed:":["Tempo necesario:"],"Move question down":["Mover a pregunta abaixo"],"Move question up":["Mover a pregunta cara arriba"],"Insert question":["Inserir pregunta"],"Delete question":["Eliminar pregunta"],"Enter the answer to the question":["Introduce a resposta á pregunta"],"Enter a question":["Introduce unha pregunta"],"Add question":["Engadir pregunta"],"Frequently Asked Questions":["Preguntas frecuentes"],"Great news: you can, with %s!":["Grandes novidades: pode, con %s!"],"Select the primary %s":["Seleccione o %s primario"],"Check links to this URL":["Ver ligazóns a esta URL"],"Keyword research training":["Adestramento en investigación de palabras crave"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Verifique a plantilla %2$s do arquivo %1$s para o seguinte tipo de contido: %3$s."," Verifique as plantillas %2$s dos arquivos %1$s para os seguintes tipos de contido: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Estás a tratar de usar varias palabras crave? Debe agregalas por separado a continuación."],"Mark as cornerstone content":["Marcar como contido fundamental"],"Move step down":["Mover o paso cara a abaixo"],"Move step up":["Mover o paso cara arriba"],"Insert step":["Inserir paso"],"Delete step":["Eliminar paso"],"Add image":["Engadir imaxe"],"Enter a step description":["Ingresar unha descrición de paso"],"Enter a description":["Ingresar unha descrición"],"Unordered list":["Lista desordenada"],"Showing step items as an ordered list.":["Mostrando elementos de paso como unha lista ordenada."],"Showing step items as an unordered list":["Mostrando elementos de paso como unha lista desordenada"],"Add step":["Engadir paso"],"Delete total time":["Eliminar o tempo total"],"Add total time":["Engadir o tempo total"],"How to":["Como"],"How-to":["Como"],"Snippet Preview":["Vista previa do snippet"],"Analysis results":["Resultados da análise"],"Enter a focus keyphrase to calculate the SEO score":["Introduce unha palabra clave para calcular a túa puntuación de SEO"],"Learn more about Cornerstone Content.":["Aprende máis sobre o contido esencial."],"Cornerstone content should be the most important and extensive articles on your site.":["O contido esencial deberían ser os artículos máis importantes e extensos do teu sitio."],"Restore Site":["Restaurar sitio"],"Network Settings":["Configuración de rede"],"You are not allowed to perform this action.":["Non tes permiso para realizar esta acción."],"Error: %s":["Erro: %s"],"Success: %s":["Éxito: %s"],"Site with ID %d not found.":["Sitio con ID %d non atopado."],"No site has been selected to restore.":["Non se seleccionou ningún sitio para restaurar."],"You are not allowed to modify unregistered network settings.":["Non podes modificar a configuración de rede non rexistrada."],"deleted":["borrado"],"Would you like to add another keyphrase?":["Gustaríache agregar outra palabra crave?"],"image preview":["previsualización de imaxe"],"Copied!":["Copiado!"],"Not supported!":["Non soportado!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Le {{a}}o noso artigo sobre a estrutura do sitio{{/ a}} para obter máis información sobre como as ligazóns internas poden axudarche a mellorar o teu SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Unha vez engadas un pouco máis de texto, darémosche aquí unha lista de contido relacionado o cal ti poderías ligar dende a túa entrada."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Considera ligar a estos {{a}}artigos esenciais:{{/a}}"],"Consider linking to these articles:":["Considera enlazar a estes artigos:"],"Copy link":["Copiar ligazon"],"Copy link to suggested article: %s":["Copia a ligazón ao artigo suxerido: %s"],"The site's tagline":["A frase distintiva do sitio"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Recentemente melloramos a funcionalidade da configuración de apariencia en búsqueda. Desafortunadamente, descubrimos que para algúns casos excepcionais, o feito de gardar a configuración en determinados arquivos de tipos de entradas pode non ter funcionado ben."],"Not all required fields are given. Missing field %1$s":["Non se proporcionaron tódolos campos requeridos. Falta o campo %1$s"],"Optimize your site for Google News.":["Optimiza o teu sitio web para Google News."],"Optimize your shop's SEO and sell more products!":["Optimice o SEO da súa tenda e venda máis produtos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Fai que te atopen na búsqueda de Google Video e fomenta que se comparta o teu vídeo nas redes sociais."],"Be found in Google Maps and local results.":["Fai que te atopen en Google Maps e nos resultados locais."],"Learn practical SEO skills to rank higher in Google.":["Aprende destrezas prácticas de SEO para posicionarte mellor en Google."],"Don’t waste time figuring out the best settings yourself.":["Non perdas tempo tentando achar as mellores configuracións por ti mesmo."],"Get quick wins to make your site rank higher in search engines.":["Consigue resultados rápidos para facer que o teu sitio se posicione mellor en buscadores."],"Add synonyms":["Engadir sinónimos"],"Would you like to add keyphrase synonyms?":["Queres engadir sinónimos de palabras clave?"],"Would you like to add more than one keyphrase?":["Gustaríalle engadir mais de unha palabra principal?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Podes editar os meta-datos de SEO para este tipo personalizado %2$s na páxina da tenda %1$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Non definiu unha páxina de tenda en súas opcións WooCommerce. Por favor, faino primeiro."],"Current year":["Ano actual"],"Page":["Paxina"],"Breadcrumb settings for %s archive":["Configuración de ruta de navegación para o arquivo %s"],"Tagline":["Lema"],"Modify your meta description by editing it right here":["Modifique a súa meta descrición editandoa aquí"],"description (custom taxonomy)":["descrición (taxonomía personalizada)"],"(custom taxonomy)":["(taxonomía personalizada)"],"(custom field)":["(campo persoalizado)"],"Term404":["Term404"],"Caption":["Subtítulo"],"Pagenumber":["Número de páxina"],"Pagetotal":["Total de páxinas"],"Page number":["Número de páxina"],"User description":["Descripción de usuario"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":["Tipo de publicación (plural)"],"Post type (singular)":["Tipo de publicación (singular)"],"Separator":["Separador"],"Search phrase":["Frase de búsqueda"],"Term title":["Título do termo"],"Term description":["Descrición do termo"],"Tag description":["Descripción da etiqueta"],"Category description":["Descripción da categoría"],"Primary category":["Categoría principal"],"Category":["Categoría"],"Tag":["Etiqueta"],"Excerpt only":["Só extracto"],"Excerpt":["Fragmento"],"Site title":["Título do sitio"],"Archive title":["Título do arquivo"],"Parent title":["Título primario"],"Date":["Data"],"Label":["Etiqueta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Debes crear un redireccionamiento para asegurarse de que os teus visitantes non obteñan un erro 404 cando fan clic nunha URL que xa non funciona."],"Search engines and other websites can still send traffic to your deleted post.":["Motores de busca e outras webs poden seguir enviando tráfico a túa entrada borrada."],"Make sure you don't miss out on traffic!":["Asegúrate de non perder tráfico!"],"You just deleted a %1$s.":["Acabas de borrar unha %1$s."],"You just trashed a %1$s.":["Enviaches a papeleira unha %1$s."],"Settings for %s archive":["Axustes do arquivo de %s"],"Settings for single %s URLs":["Axustes das URLs de cada %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Os axustes desta páxina permítenche especificar que aparencia debería ter o buscador por defecto de calquera tipo de contido que teñas. Podes elixir que tipos de contido aparecerán nos resultados de busca e cal debería ser a súa descrición por defecto."],"Note that not all variables can be used in every field.":["Ten en conta que non todas as variables se poden empregar en todos os campos."],"Snippet variables":["Variables de Snippet"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respecta a túa privacidade. Le a nosa %2$spolítica de privacidade%3$s sobre como manexar a túa información persoal."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Se sabes que significa isto e non queres ver esta mensaxe outra vez, podes %1$sdescartar esta mensaxe%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["A configuración do teu sitio actualmente permite que existan URL de anexos no teu sitio. Le %1$sesta publicación sobre un potencial problema%2$s con URL de anexos e comproba se tes a configuración correcta para o teu sitio."],"Unknown type %1$s":["Tipo descoñecido %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inclúe unha conta gratis MyYoast que che dá acceso ao noso curso gratis SEO para principiantes!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Subscríbete ao noso boletín se queres manterte informado sobre %1$s, outros plugins chulos de %2$s, e noticias e consellos interesantes do mundo SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Consigue o teu código de verificación Baidu en %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Código de verificación Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["A funcionalidade importadora %s usa temporalmente táboas de bases de datos. Parece que a instalación do teu WordPress non ten a capacidade para facer isto, por favor consúltallo ao teu provedor de hosting."],"Cleanup of %s data failed.":["Fallou a limpeza de %s datos."],"Content Type":["Tipo de Contido"],"Filter by content type":["Filtro por tipo de contido"],"Show All Content Types":["Mostrar todo tipo de contidos"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Para amañar isto, desmarca a opción fronte a \"Romper comentarios en páxinas...\" no %1$sComment settings page%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Substituír co título normal para un arquivo xerado por WordPress"],"Clean":["Limpar"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Cando esteas seguro de que o teu sitio está OK, podes limpar. Isto eliminará os datos orixinais."],"Step 5: Clean up":["Paso 5: Limpa"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Deberías executar o asistente de configuración, desde a SEO → Xeral → Panel de inicio, para estar seguro de que todas as configuracións do teu sitio son correctas."],"Step 4: Run the configuration wizard":["Paso 4: Executa o asistente de configuración"],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, revisa os teus artigos e páxinas e fíxate se os metadatos foron importados correctamente."],"Step 3: Check your data":["Paso 3: Revisa os teus datos"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Isto importará o post metadata como títulos SEO e descricións na túa %1$s metadata. Só o fará cando non haxa aínda ningunha %1$s metadata. Os datos orixinais permanecerán no seu lugar."],"Step 2: Import":["Paso 2: Importa"],"Please make a backup of your database before starting this process.":["Por favor, fai unha copia de seguridade da túa base de datos antes de comezar este proceso."],"Step 1: Create a backup":["Paso 1: Crea unha copia de seguridade"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Detectamos datos dun ou máis plugins SEO no teu sitio. Por favor, sigue os seguintes pasos para importar eses datos:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s non detectou ningún dato de plugin de plugins dos que pode importar."],"Posts that should not show up in search results":["Artigos que non deberían amosarse nos resultados de busca"],"%s data found.":["%s datos atopados."],"%s data successfully removed.":["%s datos eliminados correctamente."],"%s data successfully imported.":["%s datos importados correctamente."],"%s data not found.":["%s datos non atopados."],"Improve your SEO skills":["Mellora as túas destrezas SEO"],"24/7 email support":["24/7 soporte en correo electrónico"],"No more dead links a.k.a. 404 pages":["Non máis ligazóns sen saída a.k.a. páxinas 404"],"Get real-time suggestions for internal links":["Consigue suxestións a tempo real para ligazóns internas"],"Preview your page in Facebook and Twitter":["Previsualiza a túa páxina en Facebook e Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Fai clic no botón \"%3$s\" para usar a metadescrición xa configurada na configuración de %1$s Procura da páxina principal %2$s."],"Help on copying the home meta description":["Axuda para copiar a meta descrición da páxina de inicio"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Para que os motores de procura saiban que perfís sociais están asociados a este sitio, introduce os datos dos perfís sociais do teu sitio deseguido."],"Learn more about your social profiles settings":["Obteña máis información sobre a configuración dos seus perfís sociais"],"Remove the categories prefix":["Eliminar o prefixo de categorías"],"Help on the category prefix setting":["Axuda sobre a configuración do prefixo de categoría"],"Learn more about the available variables":["Aprenda máis sobre as variables dispoñibles"],"Learn more about the RSS feed setting":["Máis información sobre a configuración de fontes RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Cando cargas medios (unha imaxe ou vídeo, por exemplo) en WordPress, non só garda os medios, senón que crea un URL adxunto para eles. Estas páxinas de adxuntos están bastante baleiras: conteñen o elemento multimedia e talvez un título se o inseriches. Por iso, se nunca usas estes URL de arquivos adxuntos, é mellor desactivalos e redirixilos ao elemento de medios en si."],"Learn more about the Media and attachment URLs setting":["Obteña máis información acerca da configuración de Medios e URL de arquivos adxuntos"],"Learn more about the title separator setting":["Obteña máis información sobre a configuración do separador de título"],"Learn more about the knowledge graph setting":["Obteña máis información sobre a configuración do gráfico de coñecemento"],"Learn more about the homepage setting":["Obteña máis información sobre a configuración da páxina de inicio"],"Learn more about the special pages setting":["Obteña máis información sobre a configuración de páxinas especiais"],"Help on the date archives search results setting":["Axuda na configuración dos resultados de procura de arquivos de data"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Se non se mostran os arquivos dos autores sen publicacións nos resultados de procura, tecnicamente significa que terán unha meta de %1$s robots e serán excluídos dos mapas de sitio XML. %2$s Máis información sobre a configuración de resultados de procura %3$s."],"Help on the authors without posts archive search results setting":["Axuda para os autores sen configuración de resultados de procura do arquivo de publicacións"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Se non se mostra o arquivo dos autores nos resultados da procura, tecnicamente significa que terán unha meta de %1$s robots e serán excluídos dos mapas de sitio XML. %2$s Máis información sobre a configuración de resultados de procura %3$s."],"Help on the author archives search results setting":["Axudar na configuración dos resultados de procura Arquivo do Autor"],"Archives settings help":["Axuda de configuración de arquivos"],"Learn more about the archives setting":["Obteña máis información sobre a configuración de arquivos"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obtén o teu código de verificación de Yandex en %1$s Yandex Ferramentas para webmasters %2$s."],"Yandex verification code":["Código de verificación de Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obtén o teu código de verificación de Google en %1$s Consola de procura de Google %2$s."],"Google verification code":["Código de verificación de Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obtén o teu código de verificación de Bing en %1$s Bing Ferramentas para webmasters %2$s."],"Bing verification code":["Código de verificación de Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Pode usar os cadros a continuación para verificar coas diferentes Ferramentas para webmasters. Esta función agregará unha metaetiqueta de verificación na súa páxina de inicio. Siga as ligazóns ás diferentes Ferramentas para webmasters de Google e busque as instrucións para o método de verificación de metaetiquetas para obter o código de verificación. Se o seu sitio xa está verificado, simplemente pode esquecerse disto."],"Learn more about the Webmaster Tools verification":["Obteña máis información sobre a verificación de Ferramentas para webmasters de Google"],"On":["Acendido"],"Help on: %s":["Axuda en: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s vén con moitas funcións. Podes habilitar/ deshabilitar algunhas delas a continuación. Ao facer clic no signo de interrogación obtense máis información sobre a función."],"Off":["Apagado"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["A sección avanzada do cadro de meta de %1$s permite que un usuario elimine as publicacións dos resultados de procura ou cambie o canónico. Estas son cousas que poida que non desexe que faga ningún autor. É por iso que, de forma predeterminada, só os editores e os administradores poden facer isto. Ao establecer en \"%2$s\", todos os usuarios poden cambiar esta configuración."],"Security: no advanced settings for authors":["Seguridade: sen configuracións avanzadas para os autores"],"See who contributed to %1$s.":["Ver quen contribuíu con %1$s."],"Help on this search results setting":["Axuda nesta configuración de resultados de procura"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Se non se mostra o arquivo para %1$s nos resultados da procura, tecnicamente significa que eses terán unha meta de %2$s robots e serán excluídos dos mapas de sitio XML. %3$s Máis información sobre a configuración dos resultados de procura %4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Se non se mostran %1$s nos resultados de procura, tecnicamente significa que terán unha meta de %2$s robots e serán excluídos dos mapas de sitio XML. %3$s Máis información sobre a configuración dos resultados de procura %4$s."],"Check SEO configuration":["Verificar a configuración de SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Queres asegurarte de que a configuración de %1$s aínda está correcta? %2$s Abre o asistente de configuración de novo %3$s para validala."],"Default for %2$s, currently: %1$s":["Valor predeterminado para %2$s, actualmente: %1$s"],"Show %s in search results?":["Mostrar %s nos resultados de procura?"],"this author's archives":["os arquivos deste autor"],"Do not allow search engines to show %s in search results.":["Non permitir que os motores de procura amosen %s nos resultados de procura."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Os URLs de categoría en WordPress conteñen un prefixo, xeralmente %s, esta función elimina ese prefixo, só para categorías."],"Category URLs":["URLs de categorías"],"the archive for %s":["o arquivo para %s"],"Redirect attachment URLs to the attachment itself?":["Redirixir os URL adxuntos ao arquivo adxunto?"],"We recommend you set this to Yes.":["Recomendámosche que establezas isto en Si."],"Media & attachment URLs":["Medios e URLs adxuntos"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Isto é o que se mostra nos resultados de procura cando as persoas atopan a túa páxina de inicio. Significa que isto é probablemente o que ven cando buscan a túa marca."],"date archives":["arquivos de data"],"archives for authors without posts":["arquivos para autores sen publicacións"],"Read why XML Sitemaps are important for your site.":["Le por que os sitemaps XML son importantes para o teu sitio."],"Enable the XML sitemaps that %s generates.":["Habilita os mapas de sitio XML que xera %s."],"See the XML sitemap.":["Ver o mapa do sitio XML."],"%2$s (current default for %1$s)":["%2$s (valor predeterminado actual para %1$s)"],"Media":["Media"],"Content Types":["Tipos de contido"],"Should search engines follow links on this %1$s?":["Deben os motores de procura seguir as ligazóns neste %1$s ?"],"Allow search engines to show this %s in search results?":["Permitir que os motores de procura mostren este %s nos resultados de procura?"],"Search Appearance":["Aparencia de procura"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Por favor, especifica os tipos de contido que che gustaría que apareceran nos motores da busca. Se non coñeces as diferencias entre estes, é mellor elexir os axustes por defecto."],"Search engines should show \"%1$s\" in search results:":["Os motores de procura deberían mostrar \"%1$s\" nos resultados de procura:"],"Search engine visibility":["Visibilidade do motor de procura"],"Toggle %1$s's XML Sitemap":["Alternar o mapa do sitio XML de %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["As solicitudes de soporte que crees aquí envíanse directamente ao noso sistema de soporte, que está protexido con SSL de 256 bits, polo que a comunicación é 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["A característica fundamental de contido permíteche marcar e filtrar o contido básico no teu sitio web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Se ten un problema que non pode resolver cos nosos vídeos tutoriales ou base de coñecementos, pode enviar unha mensaxe ao noso equipo de soporte. Poden ser localizados as 24 horas, os 7 días da semana."],"Good results":["Bos resultados"],"Get better search results in local search":["Obtén mellores resultados de procura na procura local"],"Allow customers to pick up their %s order locally":["Permitir aos clientes recoller o seu pedido %s localmente"],"SEO analysis":["Análise SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["A análise SEO ofrece suxestións para mellorar a SEO do teu texto."],"Learn how the SEO analysis can help you rank.":["Descubra como o análise SEO pode axudalo a clasificarse."],"The readability analysis offers suggestions to improve the structure and style of your text.":["O análise de lexibilidade ofrece suxestións para mellorar a estrutura e o estilo do teu texto."],"Discover why readability is important for SEO.":["Descubre por que a lexibilidade é importante para a SEO."],"Find out how cornerstone content can help you improve your site structure.":["Descubre como o contido básico pode axudarte a mellorar a estrutura do teu sitio."],"The text link counter helps you improve your site structure.":["O contador de ligazóns de texto axúdache a mellorar a estrutura do teu sitio."],"Find out how the text link counter can enhance your SEO.":["Descubre como o contador de ligazóns de texto pode mellorar o teu SEO."],"%s integration":["%s integración"],"Read more about how %s works.":["Le máis acerca de como funciona %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta función se desexas que Facebook e outras redes sociais amosen unha vista previa con imaxes e un extracto de texto cando se comparta unha ligazón ao teu sitio."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta función se desexas que Twitter amose unha vista previa con imaxes e un extracto de texto cando se comparta unha ligazón ao teu sitio."],"Find out why you should upgrade to %s":["Descubre por que debes actualizar a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Últimas publicacións de blogue en %1$s"],"Need help?":["Necesitas axuda?"],"Remove highlight from the text":["Eliminar resaltado do texto"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Comezar rapidamente co %1$s %2$s asistente de configuración %3$s!"],"First-time SEO configuration":["Configuración de SEO por primeira vez"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["O idioma do teu sitio está configurado en {language}. Se isto non é correcto, comunícallo ao administrador do teu sitio."],"Your site language is set to {language}.":["O idioma do teu sitio está configurado en {language}."],"Highlight this result in the text":["Resalta este resultado no texto"],"Considerations":["Consideracións"],"Errors":["Erros"],"Change language":["Cambiar idioma"],"You cannot create a %s file.":["Non podes crear un arquivo %s."],"You cannot edit the %s file.":["Non pode editar o arquivo %s."],"Updated %s":["%s actualizado"],"Create %s file":["Crear ficheiro %s"],"Edit the content of your %s:":["Edita o contido do teu %s:"],"Save changes to %s":["Gardar cambios en %s"],"%s file":["%s arquivo"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s e %2$s poden funcionar xuntos moito mellor ao agregar un complemento auxiliar. Por favor, instala %3$s para facer a túa vida mellor. %4$s."],"More information":["Máis información"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s e %2$s poden funcionar xuntos moito mellor ao agregar un complemento auxiliar. Activa %3$s para mellorar a túa vida."],"More information about %1$s":["Máis información sobre %1$s"],"Configuration Wizard":["Asistente de configuración"],"You've done it!":["Fixéchelo!"],"Seamlessly integrate %1$s into your AMP pages!":["Integrar sen problemas %1$s nas súas páxinas AMP!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integrar sen problemas %2$s con %1$s para a análise de contido!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s e %2$s poden funcionar xuntos moito mellor ao agregar un complemento auxiliar. Por favor, instala %3$s para facer a túa vida mellor."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["A configuración da aparencia de procura para %1$s componse de variables que se substitúen por valores específicos da páxina cando se mostra a páxina. A seguinte táboa contén unha lista das variables dispoñibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marque o %1$s máis importante como \"contido básico\" para mellorar a estrutura do seu sitio. %2$s Obteña máis información sobre o contido básico %3$s."],"Loading help center.":["Cargando centro de axuda."],"Get support":["Obter soporte"],"(Opens in a new browser tab)":["(Ábrese nunha nova pestana do navegador)"],"Posts %1$swithout%2$s a focus keyphrase":["Publicacións %1$s sen %2$s unha palabra clave"],"Hey, your SEO is doing pretty well! Check out the stats:":["Oe, a teu SEO está a funcionar bastante ben! Mira as estatísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Non ten artigos publicados, as súas puntuacións SEO aparecerán aquí unha vez que faga a súa primeira publicación!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Nesta páxina, podes cambiar o nome do teu sitio e elixir que separador usar. O separador mostrarase, por exemplo, entre o título da túa entrada e o nome do sitio. Os símbolos móstranse no tamaño en que aparecerán nos resultados de busca. Elixe o que mellor se adapte á\ntúa marca ou ocupa o menor espazo nos snippets."],"Something else":["Algo máis"],"A portfolio":["Un portafolio"],"A corporation":["Unha corporación"],"A small offline business":["Un pequeno negocio fóra de liña"],"A news channel":["Unha canle de noticias"],"An online shop":["Unha tenda en liña"],"A blog":["Un blog"],"What does the site %1$s represent?":["Que representa o sitio %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Se elixes non, os teus arquivos de autor desactivaranse para evitar contidos duplicados."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: non almacenamos os seus datos de ningunha maneira e non temos acceso completo á túa conta. A túa privacidade está segura con nós."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s intégrase con Google Search Console, unha ferramenta imprescindible para os propietarios de sitios. Proporciónache información sobre o estado do teu sitio. Non tes unha conta de Google ou o teu sitio aínda non está activado? Busca %2$s como conectar Google Search Console ao teu sitio%3$s."],"Option B: My site is under construction and should not be indexed":["Opción B: o meu sitio está en construción e non debe ser indexado"],"Option A: My site is live and ready to be indexed":["Opción A: o meu sitio está en vivo e listo para ser indexado"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Elixe en construción se desexas manter o sitio fóra do índice dos motores da busca. Non esquezas activalo cando estés listo para publicar o teu sitio."],"Please specify if your site is under construction or already active.":["Por favor, especifica se o teu sitio está en construción ou xa está activo."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Esta información utilizarase na tarxeta gráfica de coñecemento de Google, o gran bloque de información que se ve no lado dereito dos resultados da busca."],"Read more like this on our SEO blog":["Máis como isto no noso blogue SEO"],"Readability: %s":["Lexibilidade: %s"],"Not activated":["Non está activado"],"Activated":["Activado"],"%1$s recommendations for you":["%1$s recomendacións para ti"],"All Readability Scores":["Todas as puntuacións de lexibilidade"],"Filter by Readability Score":["Filtrar por nivel de lexibilidade"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Non estás a recibir actualizacións nin soporte! Solucione este problema agregando este sitio e habilitando %1$s en %2$s."],"Request method %1$s is not valid.":["O método de solicitude %1$s non é válido."],"Muted notifications:":["Notificacións silenciadas:"],"Muted problems:":["Problemas silenciados:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Queres ver como se verá se as persoas comparten esta publicación en %1$s? Podes, con %2$s."],"Good job! All the links in your texts have been counted.":["Bo traballo! Contáronse todas as ligazóns dos teus textos."],"Calculation completed.":["Cálculo completado."],"Calculation in progress...":["Cálculo en curso ..."],"Stop counting":["Deixar de contar"],"Counting links in your texts":["Contando ligazóns nos teus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s procesado."],"All your texts are already counted, there is no need to count them again.":["Todos os teus textos xa están contados, non hai necesidade de contalos de novo."],"Count links in your texts":["Contar ligazóns nos teus textos"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Hai que contar as ligazóns en todos os teus textos públicos. Isto proporcionará información sobre os textos que necesitan máis ligazóns a eles. Se desexas saber máis sobre o porqué e o como da vinculación interna, consulta %1$s o artigo sobre a vinculación interna en %2$s %3$s."],"Text link counter":["Contador de ligazóns de texto"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de ligazóns internas que enlazan a esta publicación. Vexa o texto \"Yoast Columns\" na pestana de axuda para máis información."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de ligazóns internas nesta publicación. Mira o texto \"Columnas Yoast\" na pestana de axuda para máis información."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s agrega varias columnas a esta páxina. Escribimos un artigo sobre %2$s como usar a puntuación SEO e a puntuación de lectura %3$s. As columnas de ligazóns mostran o número de artigos neste sitio que enlazan %5$s a %6$s este artigo e o número de URL vinculadas %5$s de %6$s este artigo. Obtén máis información sobre %4$s como utilizar estas funcións para mellorar a túa vinculación interna %3$s, o que mellora en gran medida a túa SEO."],"%s Columns":["%s Columnas"],"Readability score":["Puntuación de lexibilidade"],"Other benefits of %s for you:":["Outros beneficios de %s para ti:"],"Scroll to see the preview content.":["Navega para ver a vista previa do contido."],"Cornerstone content":["Contido esencial"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s agora ocuparase de toda a optimización técnica necesaria para o teu sitio. Para mellorar de verdade o rendemento do teu sitio nos resultados de procura é importante empezar a crear contido que puntúe ben polas palabras que che interesen. Revisa este vídeo no que explicamos como usar a caixa meta %1$s cando editas artigos e páxinas."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Se queres gañar a túa competencia nunha rexión ou cidade específica bota unha ollada a noso plugin %1$s Poderás inserir facilmente mapas de Google, horarios de apertura, información de contacto e localizadores dá tenda. Ademais do todo isto %1$s che axuda a mellorar a usabilidade de túa páxina de contacto."],"Attract more customers near you":["Atrae máis clientes cerca de ti"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Queres coñecer todos os secretos do plugin %1$s? Queres aprender todo sobre os nosos axustes avanzados? Queres realmente sacar o máximo partido do plugin %1$s? Bota unha ollada ao noso adestramento do plugin %1$s e empeza a gañar a competición!"],"Get the most out of %1$s with the %2$s":["Saca o máximo partido de %1$s co %2$s"],"Upgrade to Premium":["Actualizar a premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Queres gañarlle á túa competencia? %1$s ofréceche fantásticas características adicionais que che axudarán a configurar a túa estratexia SEO como un profesional. Utiliza a funcionalidade de múltiples palabras clave obxectivo, o xestor de redireccións e a nosa ferramenta de ligazóns internas. %1$s tamén che dará acceso a soporte premium."],"Outrank the competition with %s":["Gaña a túa competencia con %s"],"You might like":["Poderíache gustar"],"Newsletter":["Boletín"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Detectamos que non completaches aínda este asistente, así que che recomendamos que %2$s inicies o asistente de configuración para configurar %1$s %3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["O asistente de configuración axúdate a configurar con facilidade o teu sitio para conseguir os axustes SEO óptimos."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Faite Premium e os nosos expertos responderán calquera pregunta que poidas ter acerca da configuración e o uso do plugin."],"Superfast internal linking suggestions":["Suxestións de vinculación interna de Superfast"],"Great news: you can, with %1$s!":["Grandes noticias: podes facelo, con %1$s!"],"Save changes":["Gardar cambios"],"1 year free support and updates included!":["Incluído 1 ano de soporte e actualizacións gratuítas!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["O plugin %2$s cambia o código do teu sitio facendo diferenzas entre os motores de procura e os usuarios normais, un proceso chamado cloaking. Recomendamos encarecidamente que o desactives."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPrevisualización de redes sociais%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$s non máis ligazóns mortas %2$s: fácil xestor de redireccións"],"No ads!":["Sen anuncios!"],"Facebook & Twitter":["Facebook e Twitter"],"Social media preview":["Vista previa en redes sociais"],"Easy redirect manager":["Fácil xestor de redireccións"],"No more dead links":["Non máis ligazóns mortas"],"Increase your SEO reach":["Aumenta teu alcance SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Se queres máis axuda para crear contido impactante revisa noso %2$s curso de escritura SEO %3$s. Queres coñecer todas as características do plugin?, exponche facer noso %1$s!"],"Variable":["Variable"],"Available variables":["Variables dispoñibles"],"Scroll to see the table content.":["Navega para ver o contido da táboa."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Por favor, se necesitas axuda, revisa %1$s o noso artigo sobre como conectar a túa web a Google Search Console %2$s."],"An error occurred in the '%1$s' assessment":["Ocorreu un erro na avaliación '%1$s' "],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s das palabras conteñen %2$s máis %3$s sílabas%4$s, o que é máis do máximo recomendado de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s das palabras conteñen %2$s máis %3$s sílabas %4$s, que é menor ou igual que o máximo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Isto está lixeiramente por baixo do mínimo recomendado de %5$d palabra. %3$sEscribe un pouco máis%4$s.","Isto está lixeiramente por baixo do mínimo recomendado de %5$d palabras. %3$sEscribe un pouco máis%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["A meta descrición contén %1$d frase %2$s de máis de %3$s palabras%4$s. Trata de acurtar esta frase.","A meta descricion contén %1$d frases %2$s de máis de %3$s palabras%4$s. Trata de acurtar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["A meta descricion non contén frases %1$s de máis de %2$s palabras %3$s."],"No new notifications.":["Non hai novos avisos."],"Save all":["Gardar todo"],"Save":["Gardar"],"%1$s, Author at %2$s":["%1$s, autor en %2$s"],"Mobile preview":["Vista previa móvil"],"Desktop preview":["Vista previa do escritorio"],"Select redirect":["Elixe redirección"],"Please provide an SEO title by editing the snippet below.":["Por favor, introduce un título SEO editando o snippet de abaixo."],"Meta description preview:":["Vista previa da meta descripción:"],"Slug preview:":["Vista previa do slug:"],"SEO title preview:":["Vista previa do título SEO:"],"Close snippet editor":["Pechar o editor de snippet"],"Slug":["Slug"],"Remove marks in the text":["Quitar marcas do texto"],"Mark this result in the text":["Marca este resultado no texto"],"Marks are disabled in current view":["As marcas están desactivadas na vista actual"],"Good SEO score":["Cualificación SEO boa"],"OK SEO score":["Puntuación SEO aceptable"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Elixe unha imaxe"],"Remove the image":["Quita a imaxe"],"MailChimp signup failed:":["Ou rexistro en Mailchimp fallou:"],"Sign Up!":["Rexístrate!"],"Name":["Nome"],"There is an error with the request.":["Ocorreu un erro na solicitude."],"Select profile":["Elixe perfil"],"Choose a profile":["Elixe un perfil"],"Authorization code":["Código de autorización"],"Reauthenticate with Google":["Volver a identificar con Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para permitir que %s obteña a túa información da consola de procura de Google, por favor, introduce o teu código de autorización de Google. Ao facer clic non botón de abaixo abrirase unha nova xanela."],"Please provide a meta description by editing the snippet below.":["Por favor, introduce unha meta descrición editando o snippet de abaixo."],"Edit snippet":["Editar snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Podes facer clic en calquera elemento dá vista previa para ir ao editor do snippet."],"Close the Wizard":["Pechar o asistente"],"Export settings":["Exportar configuracións"],"%1$s video tutorial":["%1$s vídeo titorial"],"%s › Configuration Wizard":["%s › Asistente de configuración"],"Please don't show me this notification anymore":["Por favor, non mostres máis este aviso"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Se estás a experimentar problemas, %1$s por favor, envía un informe dos fallos %2$s e faremos todo o posible para axudarche."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Detectamos que hai xa tempo que usas %1$s; esperamos que che encante! Emocionaríanos se nos %2$s deses unha valoración de 5 estrelas en WordPress.org %3$s!"],"Courses":["Cursos"],"Date archives settings":["Axustes de arquivos por data"],"Author archives settings":["Axustes dos arquivos do autor"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Aviso: a variable %s non se pode usar neste modelo. Vexa o centro de axuda para obter máis información."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Dito sexa do paso, sabías que tamén temos un %1$s plugin Premium%2$s? Ofrece funcionalidades avanzadas, como un xestor do redireccións, e compatibilidade con múltiples palabras clave. Tamén inclúe soporte personal 24/7."],"(no title)":["(sen título)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["O menú da barra de administración do %1$s contén ligazóns útiles a ferramentas de terceiros coas que analizar páxinas e ver de forma máis fácil se tes novos avisos."],"Admin bar menu":["Menú da barra do administración"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["A integración do %1$s comproba semanalmente se o teu sitio aínda está indexado nos motores de procura, e %2$s avísate cando non sexa así."],"Features":["Características"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Aínda que tratamos de facer que configurar %1$s sexa o máis fácil posible, entendemos que pode ser intimidante. Se prefires que configuremos %1$s por ti (e de paso ter unha copia do %2$s) contrata o noso %3$s%1$sservizo de configuración do %4$s aquí!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Benvido ao asistente da instalación do %1$s. Nuns poucos pasos axudarémosche a configurar os teus axustes SEO para que se axusten ás necesidades da túa web!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google mostra o nome da túa web nos resultados de procura, se queres cambialo, podes facelo aquí."],"Greater than sign":["Símbolo maior que"],"Less than sign":["Símbolo de menor que"],"Right angle quotation mark":["Comilla inclinada á dereita"],"Left angle quotation mark":["Comilla inclinada á esquerda"],"Small tilde":["Tilde pequeno"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco baixo"],"Asterisk":["Asterisco"],"Bullet":["Viñeta"],"Middle dot":["Punto medio"],"Em dash":["Guión longo"],"En dash":["Guión curto"],"Dash":["Guión"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Elixe que símbolo utilizar como separador do título. Amosarase, por exemplo, entre o título da túa publicación e o nome do sitio. Os símbolos amósanse no tamaño en que aparecerán os resultados da procura."],"The name of the person":["O nome da persoa"],"No":["Non"],"Yes":["Si"],"Does, or will, your site have multiple authors?":["Ten, ou terá, o teu sitio varios autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress xera automaticamente un URL para cada elemento multimedia existente na biblioteca. Activando isto permitiralle a Google indexar o URL xerado."],"Success!":["Lográchelo!"],"Title settings":["Axustes do título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Varios autores"],"Site type":["Tipo de sitio"],"Environment":["Contorna"],"Yoast option %1$s not found.":["O axuste %1$s de Yoast non está dispoñible."],"Google Structured Data Test":["Test de datos estruturados de Google"],"Posts list":["Lista de artigos"],"Posts list navigation":["Navegación pola lista de artigos"],"Filter posts list":["Filtrar a lista de artigos"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Observa que as ligazóns aos arquivos aínda se poderían ver no teu tema e pode que teñas que quitalos pola túa conta."],"%1$s to optimize your site even further":["%1$s para optimizar o teu sitio aínda máis"],"%1$s extensions":["Extensións de %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Con nosa garantía da devolución do diñeiro durante 30 días sen preguntas"],"More information %1$sabout %3$s%2$s":["Más información %1$s sobre %3$s %2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtén acceso ao noso equipo de soporte 24/7."],"Premium support":["Soporte premium"],"check what your Facebook or Twitter post will look like.":["comproba como se verá a túa publicación en Facebook ou Twitter."],"Social previews":["Vistas previas sociais"],"create and manage redirects from within your WordPress install.":["crea e administra redireccións desde dentro da túa instalación WordPress."],"Redirect manager":["Xestor de redireccións"],"%1$s, take your optimization to the next level!":["%1$s, leva a túa optimización ao seguinte nivel!"],"A seamless integration between %1$s and %2$s":["Integración sen fisuras entre %1$s e %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utiliza as faragullas de pan de %1$s en vez das de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inserción sinxela de Google Maps, un localizador de tendas, horas de apertura e máis"],"Creates XML News Sitemaps":["Crea mapas do sitio XML de noticias"],"Immediately pings Google on the publication of a new post":["Envía pings a Google inmediatamente, cada vez que se publique un novo artigo"],"Optimize your site for Google News":["Optimiza o teu sitio para Google News"],"Make videos responsive through enabling fitvids.js":["Feixe que vos vídeos sexan adaptables activando fitvids.js"],"Enhance the experience of sharing posts with videos":["Mellora a experiencia compartindo artigos con vídeos"],"Show your videos in Google Videos":["Mostra os teus vídeos en Google Vídeos"],"Crawl issues list":["Lista de problemas de rastrexo"],"Crawl issues list navigation":["Navegación pola lista de problemas de rastrexo"],"Edit “%s”":["Modificar “ %s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Avisos"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Quita a pestana da palabra clave da caixa meta e desactiva todas as suxestións relacionadas coa SEO."],"Disable SEO analysis":["Desactivar análise SEO"],"Twitter settings":["Axustes de Twitter"],"Pinterest settings":["Axustes de Pinterest"],"Facebook settings":["Axustes de Facebook"],"Title separator symbol":["Símbolo separador do título"],"RSS feed settings":["Axustes de feed RSS"],"Breadcrumbs settings":["Axustes de faragullas de pan"],"Make primary":["Facer principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Introduce o teu código de autorización de Google e preme o botón Autorizar."],"%s notification":["%s aviso","%s avisos"],"Disable readability analysis":["Desactivar a análise de lexibilidade"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Quita a pestana de lexibilidade da caixa meta e desactiva todas as suxestións relacionadas coa lexibilidade."],"Readability analysis":["Análise de lexibilidade"],"Needs improvement":["Necesita melloras"],"Readability":["Lexibilidade"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Estás a tratar de cargar arquivos sen minimizar, e só están dispoñibles en noso paquete de desenvolvemento. Revisa %1$s para ver todos os arquivos orixinais."],"Improvements":["Melloras"],"Restore this item.":["Restaurar este elemento."],"Dismiss this item.":["Descartar este elemento."],"Good job! We could detect no serious SEO problems.":["Bo traballo! Non detectamos ningún problema grave de SEO."],"We have detected the following issues that affect the SEO of your site.":["Detectamos os seguintes problemas que afectan ao SEO do teu sitio."],"Problems":["Problemas"],"Analysis":["Análise"],"Not available":["Non dispoñible"],"Filter by SEO Score":["Filtrar por puntuación SEO"],"Meta description not set.":["Non definiuse a meta descrición."],"Video tutorial":["Vídeo titorial"],"Email support is a %s feature":["O soporte por correo electrónico é unha característica %s"],"Knowledge base":["Base de coñecementos"],"Open":["Abrir"],"Dashboard":["Panel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Podes solucionar este problema na %1$s páxina de axustes dás ligazóns permanentes %2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["A paxinación dos comentarios está activada, isto non é necesario en 999 de 1000 casos, recomendámosche desactivala."],"Replaced with the primary category of the post/page":["Substituído coa categoría principal do artigo/páxina"],"Pinterest confirmation":["Confirmación de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Se xa confirmaches túa web en Pinterest podes saltarche este paso."],"Format-based archives":["Arquivos de formatos"],"Webmaster Tools verification":["Verificación nas ferramentas para webmasters"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Sigue nosa %1$s formación para WordPress e convirtete en un experto %1$s certificado!"],"Want to be a %s Expert?":["Queres ser un experto en %s?"],"Buy %s":["Comprar %s"],"Show information about errors in category %s":["Mostrar información dos erros da categoría %s"],"New %1$s Title":["Novo título de %1$s"],"Existing %1$s Title":["O título %1$s xa existe"],"Expected an integer as input.":["Esperábase un número enteiro."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Tentouse crear a clave de caché do mapa do sitio pero a combinación do sufixo e prefixo deixa demasiado abertas as opcións. É posible que queiras mostrar unha páxina que non estea no rango desexado."],"Remove":["Quitar"],"Keep":["Conservar"],"Bold the last page":["Última páxina en letra grosa"],"Regular":["Normal"],"Bold":["Letra grosa"],"Show Blog page":["Mostrar a páxina do blog"],"Primary %s":["Principal %s"],"Primary":["Principal"],"Make %1$s primary %2$s":["Facer %1$s primario %2$s"],"Term is set to noindex.":["O termo vaise etiquetar como noindex."],"Author archives":["Arquivos de autor"],"Show":["Mostrar"],"Enabled":["Activado"],"Disabled":["Desactivado"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s non obtivo aínda o estado de indexación do teu sitio dende %2$s"],"The separator defined in your theme's %s tag.":["O separador definido na etiqueta %s do teu tema."],"No index":["Non indexar"],"Analyze entire site":["Analizar o sitio completo"],"Fetch the current status":["Ver o estado actual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s non foi capaz de obter o estado de indexación do teu sitio%3$s dende %4$s"],"Your homepage can be indexed by search engines.":["A túa páxina de inicio pode ser indexada polos motores de procura."],"Indexability check by %1$s":["Comprobación de indexación de %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Se queres utilizar unha imaxe para compartir en %1$s podes subir/elexir unha imaxe ou engadir aquí a URL dá imaxe."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Se queres utilizar outro texto diferente á meta descrición para compartir en %1$s escríbeo aquí."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Se queres utilizar outro texto diferente ao título para compartir en %1$s escríbeo aquí."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$s a túa páxina principal non pode ser indexada polos motores de procura %2$s. Isto é moi prexudicial para o SEO e debe ser solucionado."],"Once Weekly":["Unha vez por semana"],"Add-ons":["Extras"],"SEO score":["Puntuación de SEO"],"Twitter metadata":["Metadatos de Twitter"],"Facebook / Open Graph metadata":["Metadatos de Facebook/Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculando a puntuación SEO para todo o contido coa palabra clave obxectivo."],"%1$s of %2$s done.":["%1$s de %2$s feito."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Actualizamos o noso algoritmo de puntuación SEO. %1$s Recalcula as puntuacións SEO %2$s de todos os artigos e páxinas."],"Team Yoast":["Equipo Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["A primeira verdadeira solución SEO todo nun para WordPress, incluíndo análise de contido de páxinas, mapas do sitio en XML e moito máis."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Fallou a activación:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["A extensión filtro parece non estar dispoñible. Por favor, pide ao teu provedor de aloxamento web que a habilite."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["A instalación do plugin %1$s non se completou. Por favor, consulta as %2$s instrucións de instalación %3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["A extensión da libraría estándar PHP (SPL) parece non estar dispoñible. Por favor, pídelle ao teu provedor de aloxamento que a active."],"SEO Settings":["Axustes SEO"],"Mobile-Friendly Test":["Proba de compatibilidade para móviles"],"Google Page Speed Test":["Test de rapidez de páxinas de Google"],"CSS Validator":["Validador de CSS"],"HTML Validator":["Validador de HTML"],"Pinterest Rich Pins Validator":["Validador de Pinterest Rich Pins"],"Facebook Debugger":["Depurador de Facebook"],"Check Headers":["Comprobar cabeceiras"],"Check Google Cache":["Comprobar a caché de Google"],"Analyze this page":["Analizar esta páxina"],"Keyword Research":["Análise de palabras crave"],"%s does not seem to be a valid url. Please correct.":["%s non parece ser unha url válida. Por favor corríxea."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s non parece que sexa unha cadea válida de verificación de %2$s. Por favor, corríxeo."],"%s Archive":["%s arquivo"],"You searched for %s":["Buscaches %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s non parece ser un user-ide válido de Twitter. Por favor, corríxeo."],"Summary with large image":["Resumo con imaxe grande"],"Summary":["Resumo"],"The post %1$s appeared first on %2$s.":["O artigo %1$s publicouse primeiro en %2$s."],"No numeric value was received.":["Non se recibiu ningún valor numérico."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Debe existir un blog. O blog %s non existe ou foi marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["A configuración predeterminada do blog debe ser o ID numérico do blog que queres utilizar como predeterminado."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s non é unha elección válida para quen debería ter acceso aos axustes de %2$s. O valor devolveuse ao predeterminado."],"Please select a valid post type for taxonomy \"%s\"":["Por favor, elixe un tipo de contido válido para a taxonomía \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor, elixe unha taxonomía válida para o tipo de contido \"%s\""],"You searched for":["Buscaches por"],"Home":["Portada"],"Archives for":["Arquivos de"],"Error 404: Page not found":["Erro 404: Páxina non atopada"],"Good":["Bo"],"Replaced with a custom taxonomies description":["Substituído cunha descrición personalizada de taxonomías"],"Replaced with a posts custom taxonomies, comma separated.":["Substituído con taxonomías personalizadas de artigos, separados por comas."],"Replaced with a posts custom field value":["Substituído cun valor de campo personalizado dos artigos"],"Replaced with the slug which caused the 404":["Substituído polo slug que causou o 404"],"Replaced with the posts focus keyphrase":["Substituído coa palabra clave obxectivo das publicacións"],"Attachment caption":["Pé de foto do adxunto"],"Replaced with the current page number":["Substituído polo número da páxina actual"],"Replaced with the current page total":["Substituído polo total da páxina actual"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Substituído polo número actual da páxina no contexto (por exemplo, páxina 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Substituído pola \"Información biográfica\" do autor do artigo/páxina"],"Replaced with the post/page author's 'nicename'":["Substituído co \"pseudónimo\" do autor do artigo/páxina."],"Replaced with the post/page ID":["Substituído coa IDE do artigo/páxina"],"Replaced with the post/page modified time":["Substituído coa data da modificación do artigo/páxina"],"Replaced with the content type plural label":["Substituído coa etiqueta do artigo en plural"],"Replaced with the content type single label":["Substituído coa etiqueta do artigo en singular"],"Replaced with the current search phrase":["Substituído coa frase de procura actual"],"Replaced with the term name":["Substituído co nome do termo"],"Replaced with the term description":["Substituído coa descrición do termo"],"Replaced with the tag description":["Substituído coa descrición da etiqueta"],"Replaced with the category description":["Substituído coa descrición da categoría"],"Replaced with the post categories (comma separated)":["Substituír coas categorías do artigo (separadas con coma)"],"Replaced with the current tag/tags":["Substituído coa(s) etiqueta(s) actuais"],"Replaced with the post/page excerpt (without auto-generation)":["Substituído co extracto do artigo/páxina (sen autoxeración)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Substituído co extracto do artigo/páxina (ou a autoxerada se non existe)"],"The site's name":["O nome do sitio"],"Replaced with the title of the parent page of the current page":["Substituído co título da páxina superior da páxina actual"],"Replaced with the title of the post/page":["Substituído co título do artigo/páxina"],"Replaced with the date of the post/page":["Substituído cos datos do artigo/páxina"],"Page %1$d of %2$d":["Páxina %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Non podes substituír unha variable de substitución estándar de WPSEO rexistrando unha variable co mesmo nome. Usa o filtro \"wpseo_replacements\" no canto de axustar o valor de substitución."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Xa foi rexistrada unha variable de substitución co mesmo nome. Trata de facer que o nome da variable sexa diferente e único."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Unha variable de substitución non pode comezar por \"%%cf_\" o \"%%ct_\" debido a que estas están reservadas para variables estándar de WPSEO para campos e taxonomías personalizadas. Intenta elixir nomes de variables únicos."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Unha variable de substitución soamente pode conter caracteres alfanuméricos, guión baixo, ou guión normal. Tenta renomear a túa variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Aviso só para o Administrador: esta páxina non mostra unha meta descrición porque non a ten. Feixe unha destas dúas cousas: escribe unha especificamente para esta páxina o vai ao menú [%1$s - %2$s] e configura unha persoal."],"Page not found":["Páxina non atopada"],"%s Archives":["%s arquivos"],"Search for \"%s\"":["Buscar por \"%s\""],"Meta description to use for Author page":["Meta descrición a usar na páxina do autor"],"Title to use for Author page":["Título para usar na páxina do autor"],"%1$s settings":["Axustes %1$s"],"Export your %1$s settings":["Exportar os teus axustes de %1$s"],"Import settings":["Axustes de importación"],"Import from other SEO plugins":["Importar de otros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Se tiveses un arquivo %s e fose editable poderías editalo dende aquí."],"If your %s were writable, you could edit it from here.":["Se teu arquivo %s tivese permisos de escritura poderías editalo dende aquí."],"You don't have a %s file, create one here:":["Non tes un arquivo %s, crea un aqui:"],"A link to your site, with your site's name and description as anchor text.":["Unha ligazón a teu sitio, co nome do sitio e a descrición como texto de ancoraxe."],"A link to your site, with your site's name as anchor text.":["Unha ligazón a teu sitio, co nome do sitio como texto de ancoraxe."],"A link to the post, with the title as anchor text.":["Unha ligazón ao artigo, co título como texto de ancoraxe."],"A link to the archive for the post author, with the authors name as anchor text.":["Unha ligazón ao arquivo do autor do artigo, co nome do autor como texto de ancoraxe."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Podes usar a seguintes variables dentro do contido, estas serán substituídas por o valor dá dereita."],"Content to put after each post in the feed":["Contido que se poñerá despois de cada artigo no feed"],"Content to put before each post in the feed":["Contido para poñer antes de cada artigo no feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta característica úsase para engadir contido automaticamente á túa RSS, en concreto, trátase de engadir ligazóns de volta ao teu sitio e aos artigos do teu sitio, para que os ladróns de contido torpes engadan automaticamente tamén esas ligazóns, así axudamos aos motores de procura a identificarte como a fonte orixinal de contido."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["O uso desta característica de faragullas de pan está explicada en %1$s o noso artigo sobre implementación de faragullas de pan%2$s."],"How to insert breadcrumbs in your theme":["Como inserir as faragullas de pan no teu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Arquivo do tipo de contido para mostrar nas faragullas de pan para as taxonomías"],"Taxonomy to show in breadcrumbs for content types":["Taxonomía que se mostra en faragullas de pan para os tipos de contido"],"Breadcrumb for 404 Page":["Faragullas de pan para a páxina 404"],"Prefix for Search Page breadcrumbs":["Prefixo para a páxina de procura das faragullas de pan"],"Prefix for Archive breadcrumbs":["Prefixo para os arquivos de faragullas de pan"],"Prefix for the breadcrumb path":["Prefixo da ruta das faragullas de pan"],"Anchor text for the Homepage":["Texto da ligazón para a páxina de inicio"],"Separator between breadcrumbs":["Separador das faragullas de pan"],"Enable Breadcrumbs":["Activar as faragullas de pan"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["A continuación tes as puntuacións SEO dos teus artigos publicados. Agora é un bo momento para empezar a mellorar algúns dos teus artigos!"],"Credits":["Créditos"],"« Back to Tools page":["« Volver á páxina de ferramentas"],"%1$s comes with some very powerful built-in tools:":["%1$s inclúe algunhas ferramentas integradas moi potentes:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta ferramenta permíteche modificar rapidamente arquivos importantes para o teu SEO, como o teu robots.txt e, se o tes, o teu arquivo .htaccess."],"File editor":["Editor de ficheiros"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importa a configuración doutro plugin SEO e exporta a súa configuración para reutilizala noutro sitio."],"Import and Export":["Importar e exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta ferramenta permíteche modificar rapidamente títulos e descricións de artigos e páxinas sen necesidade de editar cada páxina."],"Bulk editor":["Editor masivo"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$s verificar o teu sitio en Pinterest %2$s engade aquí a meta tag:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest utiliza metadatos Open Graph do mesmo xeito que Facebook, así que asegúrate de marcar a casa de Open Graph na pestana de Facebook se queres optimizar o teu sitio para Pinterest."],"The default card type to use":["O tipo de tarxeta predeterminada para utilizar"],"Add Twitter card meta data":["Engade meta datos a tarxeta de Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imaxe úsase se o artigo/páxina compartida non contén ningunha imaxe."],"Default settings":["Axustes por defecto"],"Copy home meta description":["Copiar a meta descrición da portada"],"Description":["Descrición"],"Image URL":["URL da imaxe"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Isto é o título, descrición e imaxe utilizados nas meta tags de Open Graph na páxina principal do teu sitio."],"Frontpage settings":["Axustes da páxina principal"],"Add Open Graph meta data":["Engadir metadatos Open Graph"],"YouTube URL":["URL de YouTube"],"Pinterest URL":["URL de Pinterest"],"MySpace URL":["URL de MySpace"],"LinkedIn URL":["URL de Linkedin"],"Instagram URL":["URL de Instagram"],"Twitter Username":["Usuario de Twitter"],"Facebook Page URL":["URL da páxina de Facebook"],"Accounts":["Contas"],"Restore site to defaults":["Restaurar o sitio con axustes por defecto"],"Site ID":["ID do sitio"],"Using this form you can reset a site to the default SEO settings.":["Usando este formulario podes devolver un sitio aos axustes SEO por defecto."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Os datos sensibles a privacidade (administradores de Facebook, por exemplo), os axustes específicos do tema (reescritura do título) e algúns axustes moi específicos non se importarán a novos blogues."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Introduce o %1$s ID do sitio %2$s cuxos axustes queres usar por defecto para todos os sitios que se engadan á túa rede. Déixao baleiro para ningún (ou sexa, para que se usen os axustes normais por defecto do plugin)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Elixe o sitio coa configuración que desexas utilizar de forma predeterminada para todos os sitios que se engadan á rede. Se elixes \"Ningunha\", utilizaranse os valores predeterminados normais do plugin."],"New sites in the network inherit their SEO settings from this site":["Os sitios novos da rede herdan os axustes SEO deste sitio"],"Super Admins only":["Só para super administradores"],"Site Admins (default)":["Administradores do sitio (por defecto)"],"Who should have access to the %1$s settings":["Quen debería ter acceso aos axustes de %1$s"],"spam":["spam"],"mature":["maduro"],"archived":["arquivado"],"public":["público"],"%s restored to default SEO settings.":["%s restaurouse axustes SEO por defecto."],"Settings Updated.":["Axustes actualizados."],"404 pages":["Páxinas 404"],"Search pages":["Páxinas de procura"],"These pages will be %s by default, so they will never show up in search results.":["Estas páxinas serán %s por defecto, polo que nunca se mostrarán nos resultados de procura."],"Special Pages":["Páxinas especiais"],"Date-based archives could in some cases also be seen as duplicate content.":["Os arquivos baseados en data poderían considerarse nalgúns casos como contido duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Se este é o caso no teu sitio, podes elixir desactivalo (o que fará que se redirixa á túa páxina principal), ou engádelle %s para que non apareza nos resultados de procura."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Se tes un sitio dun só autor o arquivo de autor será exactamente igual que túa páxina principal. Isto é o que se coñece como %1$s problema de contido duplicado %2$s."],"Date archives":["Arquivos por datas"],"author archives":["arquivos do autor"],"Title":["Título"],"%1$s Meta Box":["%1$s caixa meta"],"Hide":["Ocultar"],"Date in Snippet Preview":["Data na vista previa do snippet"],"Take note:":["Apunta:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Podes determinar o título e a descrición para a páxina do blog %1$seditando a mesma páxina do blog%2$s"],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Podes determinar o título e a descrición para a páxina de inicio %1$seditando a propia páxina de inicio%2$s"],"Homepage & Front page":["Portada & Páxina de inicio"],"Title Separator":["Separador do título"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s detectou de forma automática se se necesita forzar a reescritura dos títulos das túas páxinas. Se cres que é un erro e sabes o que fas, podes cambiar este axuste aquí."],"Force rewrite titles":["Forzar a reescritura dos títulos"],"Taxonomies":["Taxonomías"],"Homepage":["Portada"],"%1$s Extensions":["Extensións de %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integra facilmente WooCommerce con %1$s e consigue características adicionais!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Mellora o teu ránking local e o de Google Maps sen esforzo!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Estás en Google News? Incrementa o teu tráfico dende Google News optimizándoo!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimiza os teus vídeos para velos nos resultados de procura e conseguir máis clics!"],"The premium version of %1$s with more features & support.":["A versión premium de %1$s con máis características e soporte."],"Person":["Persoa"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Esta información móstrase como metadata no teu sitio. É a efectos de aparecer en %1$sGoogle's Knowledge Graph%2$s. Podes ser unha empresa ou unha persoa, elixe."],"Website name":["Nome da web"],"Webmaster Tools":["Webmaster tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Non hai nome do artigo na URL dos teus artigos e páxinas, é moi recomendable que o poñas. Exponche configurar a estrutura de teus ligazóns permanentes a /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Faragullas de pan"],"or":["ou"],"Save Profile":["Gardar o perfil"],"There were no profiles found":["Non se atoparon perfís"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autorizar"],"Get Google Authorization Code":["Obter o código de autorización de Google"],"Reload crawl issues":["Volver a cargar os problemas de rastrexo"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder crear unha redirección e solucionar este problema, necesitas %1$s. Podes comprar o plugin, cun ano de soporte e actualizacións incluídas, en %2$s."],"Creating redirects is a %s feature":["A creación de redireccións é unha característica de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Erros que só se produciron cando o teu sitio foi rastrexado por Googlebot para teléfonos móbiles sinxelos (os erros non apareceron na versión de escritorio)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Erros que se produciron só cando teu sitio foi rastrexado por Googlebot-Mobile (estes erros non apareceron na versión de escritorio)."],"Errors that occurred when your site was crawled by Googlebot.":["Erros que se produciron cando Googlebot rastrexou o teu sitio."],"Issue categories":["Categorías de problemas"],"Incorrect Google Authorization Code.":["Código de autorización de Google incorrecto."],"The issues have been successfully reloaded!":["Volvéronse a cargar os problemas!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Elimináronse os datos da %1$s. Se desexas recuperar os datos de novo debes volver a identificarte."],"Crawl errors per page":["Erros de rastrexo por páxina"],"Search":["Buscar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Non perdas erros de rastrexo: %1$s conecta aquí coa consola de Google Search %2$s."],"Create redirect":["Crear redirección"],"Mark as fixed":["Marcar como solucionado"],"Response code":["Código de resposta"],"First detected":["Primeiro detectado"],"Last crawled":["Último rastrexo"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detectou que estás a usar unha versión de %2$s que non é compatible con %1$s. Por favor, actualiza %2$s á versión máis recente para utilizar esta característica."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Os plugins Yoast comparten algo de código entre si para facer o teu sitio máis rápido. Como resultado, necesitamos que todos os teus plugins Yoast estean actualizados. Detectamos algún caso, así que por favor actualiza os plugins Yoast que aínda non estean actualizados."],"Feature phone":["Teléfono sinxelo"],"Smartphone":["Smartphone"],"Desktop":["Escritorio"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["O URL do destino non existe, pero o teu servidor non devolve un erro 404 (arquivo non atopado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tempo de espera esgotado ou o sitio está a bloquear a Google."],"Server Error":["Erro no servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot puido acceder ao teu sitio, pero certos URLs están bloqueados para Googlebot no teu ficheiro %1$s. Este bloqueo podería ser para todos os Googlebots ou mesmo especificamente para Googlebot-móbil."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google non foi capaz de rastrexar este URL debido a un problema sen determinar."],"URL points to a non-existent page.":["O URL apunta a unha páxina inexistente."],"Not found":["Non atopado"],"Not followed":["Non seguido"],"Faulty redirects":["Redireccións erróneas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["O servidor require identificación ou está a impedir que Googlebot acceda ao sitio."],"Access denied":["Acceso denegado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["O plugin %1$s podería provocar problemas usado conxuntamente con %2$s."],"Upload Image":["Subir imaxe"],"Remove these ads?":["Eliminar estes anuncios?"],"%s Posts Overview":["%s Información Xeral dos Artigos"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["O título das faragullas de pan utilízase nas faragullas de pan das taxonomías."],"Breadcrumbs title":["Título da ruta das faragullas de pan"],"The canonical link is shown on the archive page for this term.":["A ligazón canónica móstrase na páxina do arquivo para este termo."],"Facebook App ID":["ID da aplicación en Facebook"],"Pinterest":["Pinterest"],"Other":["Outro"],"Archives":["Arquivos"],"Email":["Correo"],"Close":["Pechar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Tanto %1$s como %2$s poden crear mapas do sitio XML. Ter dous mapas do sitio XML non é beneficioso para os motores de procura, e de feito poderían facer máis lento o teu sitio."],"Configure %1$s's Open Graph settings":["Configurar os axustes de OpenGraph %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Tanto %1$s como %2$s crean datos OpenGraph, o que podería facer que Facebook, Twitter, LinkedIn e outras redes sociais utilicen os textos e imaxes equivocados cando se compartan as túas páxinas."],"%s Image":["%s Imaxe"],"%s Description":["Descrición %s"],"%s Title":["%s Título"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["O tamaño da imaxe recomendado para %1$s é de %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Se queres eliminar a imaxe usada en %s para esta publicación, sube/elixe unha imaxe aquí."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Se non queres usar a meta descrición para compartir o artigo en %s pero queres usar outra descrición, escríbea aquí."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Se non queres utilizar o título da publicación para compartila en %s pero queres utilizar outro título, escríbeo aquí."],"very difficult":["moi difícil"],"Try to make shorter sentences, using less difficult words to improve readability":["Intenta facer frases máis curtas, utilizando menos palabras difíciles para mellorar a lexibilidade."],"difficult":["difícil"],"Try to make shorter sentences to improve readability":["Intenta facer frases máis curtas para mellorar a lexibilidade."],"fairly difficult":["bastante difícil"],"OK":["OK"],"fairly easy":["bastante fácil"],"easy":["fácil"],"very easy":["extremadamente fácil"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Todos os resultados SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["A imaxe destacada debe ser de polo menos 200 por 200 pixeles para que a use Facebook e outras redes sociais."],"(no parent)":["(sen superior)"],"Post is set to noindex.":["Entrada está establecida como noindex."],"The URL that this page should redirect to.":["O URL ao que debe redirixir esta páxina."],"301 Redirect":["Redirección 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["A URL canónica a que esta páxina debería sinalar. Déixaa baleira para usar por defecto a ligazón permanente. Tamén é compatible con %1$s canonical entre dominios%2$s."],"Canonical URL":["URL canónico"],"Title to use for this page in breadcrumb paths":["Título para usar nesta páxina na cadea de breadcrumbs"],"Breadcrumbs Title":["Título das faragullas de pan"],"No Snippet":["Sen snippet"],"No Archive":["Aplicar atributo \"Non Arquivo\" "],"No Image Index":["Ningún índice de imaxe"],"None":["Ningún"],"Site-wide default: %s":["Predeterminado de todo o sitio: %s"],"Advanced meta robots settings for this page.":["Axustes meta avanzados de robots para esta páxina."],"Meta robots advanced":["Meta robots avanzado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Aviso! Aínda que podes establecer aquí os axustes de meta robots, toda a web está establecida como nonindex nos axustes de privacidade para toda a web, polo que estes axustes non terán efecto."],"Meta description":["Meta descrición"],"SEO Title":["Título SEO"],"Focus keyword":["Palabra clave obxectivo"],"Snippet preview":["Vista previa do snippet"],"Settings successfully imported.":["As configuracións foron importadas con éxito."],"Settings could not be imported:":["As configuracions non poden importarse:"],"Error creating %1$s export: ":["Erro ao crear a exportación de %1$s "],"Breadcrumb for 404 pages:":["Faragullas de pan para as páxinas 404:"],"Prefix for search result pages:":["Prefixo para as páxinas dos resultados de procura:"],"Prefix for archive pages:":["Prefixo para as páxinas de arquivo:"],"Prefix for breadcrumbs:":["Prefixo para as faragullas de pan:"],"Anchor text for the homepage:":["Texto de ancoraxe para a páxina de inicio:"],"Breadcrumbs separator:":["Separador das faragullas de pan:"],"Remove blog page from breadcrumbs":["Elimina a páxina do blogue das faragullas de pan"],"%s Breadcrumbs":["%s Faragullas de pan"],"Use Image":["Usar imaxe"],"Action":["Acción"],"Page URL/Slug":["URL/Slug da páxina"],"Publication date":["Data de publicación"],"Post Status":["Estado da publicación"],"WP Page Title":["Título da páxina de WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Vista previa"],"Preview “%s”":["Vista previa “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nova meta descrición de Yoast"],"Existing Yoast Meta Description":["Meta descrición de Yoast actual"],"Facebook profile URL":["URL do perfil de Facebook"],"Twitter username (without @)":["Usuario de Twitter (sen @)"],"FAQ":["Preguntas frecuentes"],"Premium Support":["Soporte premium"],"Settings":["Axustes"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Debes %1$s ir aos teus axustes de lectura %2$s e desactivar a casa de visibilidade en buscadores."],"Huge SEO Issue: You're blocking access to robots.":["Gran problema de SEO: Estás a bloquearlles o acceso aos robots."],"Posts":["Artigos"],"Edit Files":["Editar ficheiros"],"Advanced Variables":["Variables avanzadas"],"Basic Variables":["Variables básicas"],"General":["Xeral"],"Extensions":["Extensións"],"Search Console":["Consola de procura"],"Tools":["Ferramentas"],"Advanced":["Avanzado"],"XML sitemaps":["Mapas do sitio XML"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detectou que estás a usar a versión %2$s de %3$s, por favor, actualiza a última versión para evitar problemas de compatibilidade."],"Just another WordPress site":["Outro sitio creado con WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Aínda tes a descrición curta do WordPress, ata deixala baleira sería mellor ca iso. %1$s Podes solucionalo no personalizador %2$s."],"You have used HTML in your value which is not allowed.":["Utilizaches HTML no valor e iso non está permitido."],"You can't edit %s that aren't yours.":["Non podes editar %s xa que non son teus."],"You can't edit %s.":["Non podes editar %s."],"Post has an invalid Content Type: %s.":["A artigo ten un tipo de contido non válido: %s."],"Post doesn't exist.":["O artigo non existe."],"course\u0004Free:":["De balde:"],"posts\u0004Trash (%s)":["Papeleira (%s)","Papeleira (%s)"],"posts\u0004All (%s)":["Todo (%s)","Todos (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"gl_ES"},"%s does not seem to be a valid Facebook App ID. Please correct.":["%s non parece ser un ID de aplicación válido de Facebook. Por favor, corríxeo."],"The submitted value was: %s":["O valor enviado foi: %s"],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Os códigos de confirmación de Yandex só poden conter letras da A á F, números, guións e guións baixos. %s"],"Twitter usernames can only contain letters, numbers, and underscores. %s":["Os nomes de usuario de Twitter só poden conter letras, números e guións baixos. %s"],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Os códigos de confirmación de Pinterest só poden conter letras da A á F, números, guións e guións baixos. %s"],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Os códigos de confirmación de Bing só poden conter letras da A á F, números, guións e guións bajos. %s"],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Os códigos de verificación de Google só poden conter letras, números, guións e guións baixos. %s"],"The Facebook App ID you entered doesn't exist. %s":["O ID de aplicación de Facebook que introduciches non existe. %s"],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Os códigos de confirmación de Baidu só poden conter letras, números, guións e guións baixos. %s"],"Show this item.":["Mostrar este elemento."],"Hide this item.":["Ocultar este elemento."],"You have %d hidden problem:":["Tes %d problema oculto:","Tes %d problemas ocultos."],"You have %d hidden notification:":["Tes %d aviso oculto:","Tes %d avisos ocultos:"],"Focus Keyphrase not set":["Frase clave obxectivo non establecida"],"The form contains %1$s error. %2$s":["O formulario contén %1$s erro. %2$s","O formulario contén %1$s erros. %2$s"],"SEO settings configured":["Axustes SEO configurados"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["Se queres volver a comprobar os teus axustes de %1$s ou cambiar algo, sempre podes %2$svolver a abrir o asistente de configuración%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["As seguintes palabras e combinacións de palabras son as que máis aparecen no contido. Estas dan unha indicación de en que se centra o teu contido. Se as palabras difiren moito da túa temática, pode que queiras rescribir o teu contido debidamente."],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["Unha vez que escribas un poco máis, darémosche a lista das palabras que máis aparecen no contido. Estas dan unha indicación de en que se centra o teu contido."],"%d occurrences":["%d aparicións"],"Activate %s for your site on MyYoast":["Activa %s para o teu sitio en MyYoast"],"Show blog page in breadcrumbs":["Mostrar a páxina do blog nas faragullas de pan"],"We could not find any relevant articles on your website that you could link to from your post.":["Non puidemos encontrar ningún artigo relevante na túa web ao que poidas enlazar desde a túa entrada."],"Has feedback":["Ten resposta"],"Content optimization:":["Optimización do contido:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLexibilidade%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Le %1$sesta entrada para máis información sobre por que non damos soporte a versións anteriores.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Se aínda non actualizaches a %2$s ou superior debido ao novo editor Gutenberg, por favor instala o plugin Classic editor. Darache a mesma experiencia de edición que tes agora, pero tamén a seguridade das novas versións de WordPress e %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sActualiza WordPress á última versión%2$s%3$sNotamos que non usas a última versión de WordPress, o que podería causar un problema en breve. %4$s (por razóns de seguridade e estabilidade) só da soporte á versión actual e á anterior de WordPress. Cando saia a próxima versión de WordPress, eso significa que daremos soporte a WordPress %6$s e %7$s. Isto significa que non recibirás ningunha actualización a %5$s ata que actualices o teu WordPress, así que, por favor, asegúrate de actualizar á última versión de WordPress canto antes!%3$s%3$s"],"Post Noindexed":["Publicación con no-index"],"No Focus Keyphrase":["Sen frase clave obxectivo"],"Person logo / avatar":["Logo / avatar da persoa"],"Extend %s":["Extender %s"],"Enroll in the %s for WordPress training":["Apúntate ao %s de formación para WordPress"],"Posts with the SEO score: %s":["Entradas coa puntuación de SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["videotutorial de %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["%1$sVisita Google Search Console%2$s para ver os teus erros de indexación."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google eliminou a API de erros de rastrexo, así que xa non é posible mostrar aquí os teus posibles erros de rastrexo. %1$sLe o noso comunicado para máis información%2$s."],"Remove this message":["Quitar esta mensaxe"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimiza ao máximo o teu sitio para unha audiencia local co noso plugin %s! Detalles das direccións optimizadas, horarios de apertura, localizador de tendas e opción de recollida!"],"Serving local customers?":["Serves a clientes locais?"],"Get the %s plugin now":["Consigue o plugin %s agora"],"Organization social profiles":["Perfís sociais da organización"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Podes editar os detalles amosados nos datos meta, como perfís sociais, o nome descrición deste usuario, na súa páxina de perfil de %1$s."],"Personal info":["Información personal"],"Organization logo":["Logotipo da organización"],"Organization name":["Nome da organización"],"Choose whether the site represents an organization or a person.":["Elixe se o sitio representa unha organización ou a unha persoa."],"Knowledge Graph & Schema.org":["Knowledge Graph e Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Para facer que o teu sitio represente a unha empresa ou organización, vai a %1$sApariencia no buscador%2$s e configúrao coma persoa ou pásao de persoa a «Empresa»."],"To change the social accounts used for your site, update the details for %1$s.":["Para cambiar as contas sociais usadas para o teu sitio actualiza os detalles de %1$s."],"That means that the form and information below is disabled, and not used.":["Isto significa que o formulario e a información a continuación están desactivadas e non se usan."],"Your website is currently configured to represent a Person":["A túa web está agora configurada para representar a outra persoa"],"(if one exists)":["(se é que existe)"],"Wikipedia page about you":["Páxina da Wikipedia acerca de ti"],"YouTube profile URL":["URL do perfil de YouTube"],"Tumblr profile URL":["URL do perfil en Tumblr"],"SoundCloud profile URL":["URL do perfil en SoundCloud"],"MySpace profile URL":["URL do perfil en MySpace"],"Organization or person":["Organización ou persoa"],"The person":["A persoa"],"Organization":["Organización"],"Does your site represent a person or an organization?":["Este sitio representa a unha persoa ou organización?"],"The name of the organization":["O nome da organización"],"Provide an image of the organization logo":["Facilita unha imaxe do logotipo da organización"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Antes configuraches o teu sitio para representar a unha persoa. Melloramos a nosa funcionalidade sobre Schema e o Knowledge Graph, así que deberías ir e %1$scompletar estos axustes%2$s."],"Select a user...":["Selecciona un usuario…"],"Uncategorized":["Sen categoría"],"Name:":["Nome:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Seleccionaches ao usuario %1$s como a persoa á que representa este sitio. A súa información do perfil de usuario utilizarase agora nos resultados da búsqueda. %2$sActualiza o seu perfil para estar seguro de que a información sexa a correcta%3$s."],"Error: Please select a user below to make your site's meta data complete.":["Error: Por favor, selecciona un usuario a continuación para completar os meta datos do teu sitio."],"SEO score: %s":["Puntuación SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Si existe unha páxina túa ou da túa organización na Wikipedia, engádea tamén."],"Wikipedia URL":["URL da Wikipedia"],"Pinterest profile URL":["URL do perfil de Pinterest"],"Instagram profile URL":["URL do perfil de Instagram"],"LinkedIn profile URL":["URL do perfil de Linkedin"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["A investigación de palabras clave é esencial en calquera estratexia de SEO. Ti decides os termos de procura polos que queres que te atopen, e descubre que palabras usa a túa audiencia para atoparte. Unha gran investigación de palabras clave indícache que contido necesitas para empezar a puntuar para os termos que queres posicionar. Asegúrate de que o teus esforzos vaian nas palabras clave para as que realmente tes posibilidades de posicionarte! O %1$s guíate a través deste proceso, paso a paso."],"SEO for Beginners training":["Formación SEO para principiantes"],"%s for WordPress training":["Formación de %s para WordPress"],"All-around SEO training":["Formación SEO integral"],"The image you selected is too small for Facebook":["A imaxe que elixiches é demasiado pequena para Facebook"],"The given image url cannot be loaded":["A URL da imaxe dada non se pode cargar"],"Find out what words your audience uses to find you":["Descubre que palabras usa a túa audiencia para atoparte"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFacilidade de lectura Flesch%2$s: Oescrito puntúa %3$s na proba, o que se considera %4$s de ler. %5$s"],"No JSON object was returned.":["Non se devolveu un obxecto JSON."],"Received internal links":["Ligazóns internas recibidas"],"Outgoing internal links":["Ligazóns externas recibidas"],"New step added":["Engadido un novo paso"],"New question added":["Engadida unha nova pregunta"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Para poder crear unha redirección e corrixir este problema necesitas %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Podes mercar o plugin, que inclúe un ano de soporte e actualizacións, en %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["A característica do contador de ligazóns de texto proporciona información acerca de cantas ligazóns atópanse no teu texto e cantas ligazóns ligan ao teu texto. Isto é moi útil cando estás mellorando a túa %1$ligazón interna%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Para que esta característica funcione %1$srequírese polo menos unha versión de PHP %2$s. Detectamos a versión PHP %3$s nesta web."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Por favor, considera coidadosamente as implicacións e %1$slé esta entrada%2$s se desexas máis información acerca do impacto de amosar medios nos resultados da busca."],"Keyphrase":["Frase clave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Para que esta característica funcione, %1$snecesita crear unha tabla na túa base de datos. Non foi posible crear esta tabla automáticamente."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ao activar esta opción, as URL adxuntas fanse visibles tanto para os visitantes como para Google. Para engadir valor a túa web, deben conter información útil, ou poderían ter un impacto negativo no teu posicionamento."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["A característica %3$scontador de ligazóns ao texto%4$s (introducida no %1$s %2$s) está actualmente desactivada."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Por favor, lé o seguinte %1$sartigo da base de coñecementos%2$s para saber como resolver este problema."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Para asegurarnos de que tódalas ligazóns os teus textos estén contados, necesitamos analizar tódolos teus textos."],"All you have to do is press the following button and we'll go through all your texts for you.":["Todo o que tes que facer é pulsar o seguinte botón e nos revisaremos tódolos teus textos por ti."],"Count links":["Contar ligazóns"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAtributos alt de imaxes%5$s: De %2$d imaxes nesta páxina, %1$d teñeen atributos alt con palabras da túa frase clave ou sinónimos. Iso é demasiado. %4$sInclúe a frase clave ou sus sinónimos so cando realmente encaixen na imaxe%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtributos alt de imaxe%2$s: Ben feito!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtributos alt de imaxes%5$s: De %2$d imaxes nesta páxina, só %1$d ten un atributo alt que reflexa o tema do teu texto. %4$sEngade a túa frase clave ou sinónimos ás etiquetas alt das imaxes máis relevantes%5$s!","%3$sAtributos alt de imaxes%5$s: De %2$d imaxes nesta páxina, só %1$d teñen atributos alt que reflexan o tema do teu texto. %4$sEngade a túa frase clave ou sinónimos ás etiquetas alt das imaxes máis relevantes%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtributos de imaxe alt%3$s: As imaxes desta páxina non teñen atributos alt que reflexen o tema do teu texto. %2$sEngade a túa frase clave ou sinónimos ás etiquetas alt das imaxes relevantes%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAtributos alt de imaxes%3$s: As imaxes desta páxina teñen atributos alt, pero non estableciches a túa frase clave. %2$sCorrixe iso%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrase clave no subtítulo%2$s: %3$s dos teus subtítulos de nivel superior reflexan o tema do teu texto. Bo traballo!","%1$sFrase clave no subtítulo%2$s: %3$s dos teus subtítulos de nivel superior reflexan o tema de tu texto. Bo traballo!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrase clave no subtítulo%2$s: Os teus subtítulos de nivel superior reflexan o tema do teu texto Bo traballo! "],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrase clave no subtítulo%3$s: %2$sUsa máis frases clave ou sinónimos nos teus subtítulos de nivel superior%3$s! "],"Page %s":["Páxina %s"],"Cannot get the size of %1$s because of unknown reasons.":["Non se puido obter o tamaño de %1$s por razóns descoñecidas."],"Cannot get the size of %1$s because it is hosted externally.":["Non se puido obter o tamaño de %1$s por estar aloxada de forma externa."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simplemente cambia o conmutador a \"activado\" e poderás usar a análise recalibrada. Ao mesmo tempo, engadirémosche a nosa lista de correo específica. Só enviaremos correos electrónicos coas túas experiencias con esta recalibración!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Fomos quen de %1$srecalibrar a nosa análise%2$s. Coa nova análise, acercarémonos aínda máis á forma na que Google ve a túa web. Sería %3$sfantástico%4$s se quixeras %3$sprobar esta característica%4$s para nos!"],"Get an even better analysis":["Obtén unha análise aínda mellor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTítulo único%3$s: Só deberías usar H1 como o teu título principal. Encontra tódolos H1 no teu texto que non sexan o título principal e %2$scámbiaos a un nivel de encabezado inferior%3$s! "],"Improve sharing on Facebook and Pinterest":["Mellora o compartir en Facebook e Pinterest "],"You do not have the required rights to export settings.":["Non tes os permisos necesarios para exportar axustes."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copia todos estos axustes á pestana %1$s de outro sitio e fai clic en \"%1$s\" de alí. "],"These are settings for the %1$s plugin by %2$s":["Estos son os axustes do plugin %1$s de %2$s "],"No settings found.":["Non se atoparon axustes."],"Export your %1$s settings here, to copy them on another site.":["Exporta aquí os teus axustes de %1$s, para copialos noutro sitio. "],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["A importación dos axustes so son compatibles en servidores que executen PHP 5.3 ou superior. "],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importa os axustes pegando aquí os axustes que copiaches doutro sitio e facendo clic en \"%s\"."],"Paste your settings from another %s installation.":["Pega os teus axustes dende outra instalación de %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidade de frase clave%2$s: A frase clave obxetivo atopouse 0 veces. Iso é menos que o mínimo recomendado de %3$d veces para un texto con ista lonxitude. %4$sCéntrate na túa frase clave%2$s! "],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %5$d vez. Iso é menos que o mínimo recomendado de %3$d veces para un texto con esta lonxitude. %4$sCéntrate na túa frase clave%2$s!","%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %5$d veces. Iso é menos que o mínimo recomendado de %3$d veces para un texto con esta lonxitude. %4$sCéntrate na túa frase clave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %3$d vez. Iso é xenial!","%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %3$d veces Iso está xenial!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %5$d vez. Iso é máis que o máximo recomendado de %3$d veces para un texto con esta lonxitude. %4$sNon sobreoptimices%2$s!","%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %5$d veces. Iso é máis que o máximo recomendado de %3$d veces para un texto con esta lonxitude. %4$sNon sobreoptimices%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %5$d vez. Iso é moito máis que o máximo recomendado de %3$d veces para un texto con esta lonxitude. %4$sNon sobreoptimices%2$s!","%1$sDensidade de frase clave%2$s: A frase clave obxectivo atopouse %5$d veces. Iso é moito máis que o máximo recomendado de %3$d veces para un texto con esta lonxitude. %4$sNon sobreoptimices%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexable creada para o obxecto %1$s co tipo %2$s"],"Method %1$s() does not exist in class %2$s":["O método %1$s() non existe na clase %2$s"],"With %s, you can easily create such redirects.":["Con %s podes crear fácilmente esas redireccións."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Cambiar os teus axustes de ligazóns permanentes pode impactar seriamente na túa visibilidade nos motores de búsca. Non debería facerse case %1$s nunca %2$s nunha web pública. "],"WARNING:":["ADVERTENCIA:"],"Learn about why permalinks are important for SEO.":["Aprende sobre por qué as ligazóns permanentes son importantes para o SEO. "],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sPalabras funcionais na frase clave%3$s: A túa frase clave \"%4$s\" só ten palabras funcionais. %2$sAprende cómo é unha boa frase clave%3$s "],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Sabías que %s tamén analiza as distintas variaciones da túa frase clave, como plurais e tempos verbais? "],"Clear Image":["Baleirar imaxe"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLonxitude da frase clave%3$s: %2$sDefine unha frase clave para calcular a túa puntuación SEO%3$s. "],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase clave no slug%2$s: Máis da mitade da túa frase clave aparece no slug. Iso é fantástico!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrase clave no slug%3$s: (Parte da) túa frase clave non aparece no slug. %2$sCambia eso%3$s! "],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase clave no slug%2$s: Gran traballo! "],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave no título%3$s: Non todas as palabras da túa frase clave \"%4$s\" aparecen no título SEO. %2$sTrata de usar exactamente a túa mesma frase clave no título SEO%3$s. "],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase clave no título%3$s: Non coincide de todo.. %2$sTrata de escribir exactamente a túa mesma frase clave no título SEO%3$s. "],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFrase clave no título%3$s: A frase clave obxectivo exacta aparece no título SEO, pero non ao principio. %2$sTrata de movela ao principio%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrase clave no título%2$s: A frase clave obxectivo exacta aparece ao principio do título SEO. Bo traballo! "],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribución de frase clave%2$s: Bo traballo! "],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Desigual. Algunhas partes do teu texto non ten a frase clave ou os seus sinónimos. %2$sPódelas distribuir de forma máis uniforme%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribución de frase clave%3$s: Moi desigual. Grandes partes do teu texto non teñen a frase clave ou os seus sinónimos. %2$sPódelas distribuir de forma máis uniforme%3$s. "],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribución de frase clave%3$s: %2$sInclúe a túa frase clave ou os seus sinónimos no texto para que podamos comprobar a distribución da frase clave%3$s."],"Help on choosing the perfect focus keyphrase":["Axuda para elexir a frase clave obxectivo perfecta"],"Would you like to add a related keyphrase?":["Gustaríache engadir unha frase clave relacionada?"],"Go %s!":["Ir a %s! "],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Se non se atopan os arquivos de data nos resultados da busca, técnicamente siñifica que estes terán un meta robots %1$s.%2$sMáis información sobre os axustes dos resultados da busca%3$s."],"Rank better with synonyms & related keyphrases":["Posiciona mellor con sinónimos e frases clave relacionadas "],"optimize a single post for synonyms and related keyphrases.":["optimiza unha entrada para sinónimos e frases clave relacionadas."],"Synonyms & related keyphrases":["Sinónimos e frases clave relacionadas"],"Add related keyphrase":["Engadir frase clave relacionada"],"Dismiss %s upgrade notice":["Descartar o aviso da actualización de %s "],"Upgrade to %s":["Actualizar a %s"],"%1$s video":["Video %1$s"],"Get %s":["Consigue %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrase clave usada previamente%6$s: Usaches esta frase clave obxectivo %1$s%2$d veces antes%3$s. %5$sNon uses a túa frase clave obxectivo máis dunha vez%6$s. "],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrase clave usada previamente%5$s: Usaches esta frase clave obxectivo %1$sunha vez xa%2$s. %4$sNon uses a túa frase clave obxectivo máis dunha vez%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrase clave usada previamente%2$s: No usaches antes esta frase clave obxectivo, moi ben."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sPalabras vacías no slug%3$s: O slug desta páxina ten unha palabra vacía. %2$sTes que quitala%3$s!","%1$sPalabras vacías no slug%3$s: O slug desta páxina ten palabras vacías. %2$sTes que quitalas%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug demasiado longo%3$s: o slug desta páxina é un pouco longa. %2$sTes que recortala%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtributos alt de imaxe%3$s: Non hai imaxes nesta páxina. %2$sTes que engadir algunha%3$s! "],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLigazón da frase clave obxectivo%3$s: Estás engadindo a outra páxina cas palabras coas que queres posicionar esta páxina. %2$sNon fagas eso%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está moi por debaixo do mínimo recomendado de %5$d palabra. %3$sEngade máis contido%4$s.","Esto está moi por debaixo do mínimo de %5$d palabras. %3$sEngade máis contido%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Esto está por debaixo do mínimo recomendado de %5$d palabra. %3$sEngade máis contido%4$s.","Esto está por debaixo do mínimo recomendado de %5$d palabras. %3$sEngade máis contido%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLonxitude do texto%4$s: O texto ten %1$d palabra.","%2$sLonxitude do texto%4$s: O texto ten %1$d palabras."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLonxitude do texto%3$s: O texto ten %1$d palabra. Bo traballo!","%2$sLonxitude do texto%3$s: O texto ten %1$d palabras. Bo traballo!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrase clave no subtítulo%3$s: Máis do 75%% dos teus subtítulos de primeiro nivel reflexan o tema do teu texto. Eso é demasiado. %2$sNon sobre-optimices%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sAncho do título SEO%3$s: %2$sPor favor, crea un título SEO%3$s. "],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sAncho do título SEO%3$s: O título SEO é máis ancho que o límite visible. %2$sProba a facelo máis curto%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sAncho do título SEO%2$s: Bo traballo!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sAncho do título SEO%3$s: O título SEO é demasiado curto. %2$sUsa o espazo para engadir variacións de palabras clave ou para crear un texto que anime a unha acción%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sLigazóns saintes%2$s: Hai ligazóns saintes nofollow e normales nesta páxina. Bo traballo!"],"%1$sOutbound links%2$s: Good job!":["%1$sLigazóns saintes%2$s: ¡Bo traballo!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sLigazóns saintes%3$s: Tódalas ligazóns saintes desta páxina son nofollow. %2$sEngade algúnha ligazón normal%3$s. "],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sLigazóns salientes%3$s: Non hai ligazóns saintes nesta páxina. %2$sTe que engadir algún%3$s! "],"%1$sMeta description length%2$s: Well done!":["%1$sLonxitude da meta description%2$s: Ben feito!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLonxitude da meta description%3$s: A meta description ten máis de %4$d caracteres. Asegúrate de que sexa visible toda a description, %2$sdeberías reducir a súa lonxitude%3$s! "],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLonxitude da meta description%3$s: A meta description é demasiado curta (menos de %4$d caracteres). Hai ata %5$d caracteres dispoñibles. %2$sTes que usar o espacio%3$s! "],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLonxitude da meta description%3$s: Non se especificou ningunha meta description. Os motores de busca mostrarán no seu lugar texto da páxina. %2$sAsegúrate de escribir unha%3$s! "],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrase clave na meta description%2$s: A meta description especificouse, pero non teñen a frase clave obxectivo. %3$sTes que arranxar eso%4$s! "],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase clave na meta description%2$s: A meta description ten a palabra clave obxectivo %3$s veces, que é máis do máximo recomendado de 2 veces. %4$sLimita iso%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFrase clave na meta description%2$s: A frase clave obxectivo ou o sinónimo aparece na meta description. Ben feito!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLonxitude da frase clave%5$s: A frase clave ten %1$d palabras. É moito máis que o máximo recomendado de %2$d palabras. %4$sFaina máis curta%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLonxitude da frase clave%5$s: A frase clave ten %1$d palabras. É máis que o máximo recomendado de %2$d palabras. %4$sFaina máis curta%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLonxitude da frase clave%2$s: Bo traballo!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLonxitude da frase clave%3$s: Non se ten establecida unha frase clave obxectivo para esta páxina. %2$sEstablece unha frase clave obxectivo para calcular a túa puntuación SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrase clave na introducción%3$s: A túa frase clave ou os seus sinónimos non aparecen no primeiro párrafo. %2$sAsegúrate de que o debate esté baleiro inmediatamente%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrase clave na introducción%3$s: A túa frase clave ou os seus sinónimos aparecen no primeiro párrafo do texto, pero non dentro de unah frase. %2$sArranxa iso%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase clave na introdución%2$s: Ben feito!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sLigazóns internas%2$s: Nesta páxina hai ligazóns internas nofollow e normais. Bo traballo!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sLigazóns internas%2$s: Tes ligazóns internas dabondo. Bo traballo!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sLigazóns internas%3$s: As ligazóns internas desta páxina son todos nofollow. %2$sEngade algúnha boa ligazóns interna%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sLigazóns internas%3$s: Non hai ligazóns internas nesta páxina, %2$sAsegúrate de engadir algunha%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sPalabras de transición%2$s: Ben feito!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sPalabras de transición%2$s: Só %3$s das frases teñen palabras de transición, e non é dabondo. %4$sUsa algunhas máis%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sPalabras de transición%2$s: Ningunha das frases teñen palabras de transición. %3$sUsa algunha%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNon hai suficiente contido%2$s: %3$sPor favor, engade algo de contido para permitir unha boa análise%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribución de subtítulos%2$s: Non estás usando ningún subtítulo, pero o teu texto é bastante curto e probablemente non os necesite."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribución de subtítulos%2$s: Non estás usando ningún subtítulo, ainda que o tu texto es bastante longo. %3$sProba a engadir algún subtítulo%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribución de subtítulos%2$s: %3$d sección do teu texto ten máis de %4$d palabras e non está separada por ningún subtítulo. %5$sEngade subtítulos para mellorar a lexibilidade%2$s.","%1$sDistribución de subtítulos%2$s: %3$d seccións do teu texto ten máis de %4$d palabras e non están separadas por ningún subtítulo. %5$sEngade subtítulos para mellorar a lexibilidade%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribución de subtítulos%2$s: Fantástico traballo!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLonxitude das frases%2$s: %3$s das frases teñen máis de %4$s palabras, que é máis do máximo recomendado de %5$s. %6$sTrata de acortar máis as frases%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLonxitude das frases%2$s: Fantástico!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFrases consecutivas%2$s: Hai variedade dabondo nas túas frases. Iso é fantástico!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFrases consecutivas%2$s: O texto ten %3$d frases consecutivas que empezan coa mesma palabra. %5$sIntenta probar cousas novas %2$s!","%1$sFrases consecutivas%2$s: O texto ten %4$d ocasións nas que %3$d ou máis frases consecutivas empezan coa mesma palabra. ¡%5$sIntenta probar cosas nuevas %2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVoz pasiva%2$s: %3$s das frases teñen unha voz pasiva, que é máis do máximo recomendado de %4$s. %5$sIntenta usar as súas equivalentes activas%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVoz pasiva%2$s: Estás usando suficientes voces activas. Iso é fantástico!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLonxitude do párrafo%2$s: %3$d dos párrafos teñen máis do máximo recomendado de %4$d palabras. %5$sAcorta os teus párrafos%2$s!","%1$sLonxitude do párrafo%2$s: %3$d dos párrafos teñen máis do máximo recomendado de %4$d palabras. %5$sAcorta os teus párrafos%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLonxitude do párrafo%2$s: Nengún dos párrafos é demasiado longo. Fantástico traballo!"],"Good job!":["Bo traballo!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sProba de lexibilidade Flesch%2$s: O texto puntúa %3$s na proba, o que se considera %4$s de ler. %5$s%6$s%7$s "],"Focus keyphrase":["Frase clave obxectivo"],"%1$s with ID %2$s couldn't be patched":["Non foi posibel sincronizarse o %1$s co ID %2$s"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Petición POST non válida. Os valores meta xa existen para o obxecto co ID %1$s."],"Indexable with ID `%1$s` does not exist":["O indexable co ID `%1$s` non existe"],"No object with ID %1$s and %2$s could be found":["Non se pudo atopar ningún obxecto co ID %1$s e %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` non é un subtipo válido de `%2$s`"],"The object type `%1$s` is invalid":["O tipo de obxecto `%1$s` non é válido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Tipo non válido para o parámetro `%1$s` pasado. Esperábase `%2$s`, pero se obtivo `%3$s`"],"The parameter `%1$s` cannot be empty.":["O parámetro `%1$s` non pode estar baleiro."],"Check Keyphrase Density":["Comproba a densidade da frase clave"],"Disable":["Desactivar"],"Allow Control":["Permitir control"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Esta pestana permite desactivar selectivamente características de %s en tódolos sitios da redw. Por defecto están activas tódalas características, o que permite aos administradores do sitio elexir por sí mesmos si queren activar ou desactivar unha característica para o seu sitio. Cando desactives aquí unha característica os administradores do sitio non poderán usar esa característica."],"%s is a required feature toggle argument.":["%s é un argumento de activación da característica obligatoria."],"Keyphrase:":["Frase clave:"],"Remove keyphrase":["Quitar frase clave"],"This feature has been disabled by the network admin.":["Esta característica foi desactivada polo administrador da rede."],"Focus keyphrase not set.":["A frase clave obxectivo non está establecida."],"Multiple keyphrases":["Múltiples frases clave"],"Colon":["Dous puntos"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Tanto %1$s como %2$s xestionan o SEO do seu sitio. Executar dous plugins SEO ao mesmo tempo é prexudicial."],"There is a new notification.":["Hai unha nova notificación.","Hai novas notificacións."],"Learn more about the readability analysis":["Obteña máis información sobre Análise de lexibilidade."],"Describe the duration of the instruction:":["Describe a duración da instrución:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personaliza como queres describir a duración da instrución"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Esta é unha lista de contido relacionado ao que podes vincular na túa publicación. {{a}} Lea o noso artigo sobre a estrutura do sitio {{/ a}} para obter máis información sobre como o enlace interno pode axudar a mellorar o seu SEO."],"%s, %s and %s":["%s, %s e %s"],"%s and %s":["%s e %s"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d dia","%d dias"],"Enter a step title":["Introduce un título de paso"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Isto pode darlle un mellor control sobre o estilo dos pasos."],"CSS class(es) to apply to the steps":["Clase (s) CSS para aplicar aos pasos"],"minutes":["minutos"],"hours":["horas"],"days":["dias"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Cre unha guía de instrucións dunha maneira amigable con SEO. Só podes usar un bloque de instrucións por publicación."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Faga unha lista das súas preguntas frecuentes dunha maneira amigable con SEO. Só podes usar un bloque de preguntas frecuentes por publicación."],"Copy error":["Erro de copia"],"An error occurred loading the %s primary taxonomy picker.":["Produciuse un erro ao cargar o selector de taxonomía principal de %s."],"%1$s Structured Data Blocks":["%1$s bloques de datos estructurados"],"Time needed:":["Tempo necesario:"],"Move question down":["Mover a pregunta abaixo"],"Move question up":["Mover a pregunta cara arriba"],"Insert question":["Inserir pregunta"],"Delete question":["Eliminar pregunta"],"Enter the answer to the question":["Introduce a resposta á pregunta"],"Enter a question":["Introduce unha pregunta"],"Add question":["Engadir pregunta"],"Frequently Asked Questions":["Preguntas frecuentes"],"Great news: you can, with %s!":["Grandes novidades: pode, con %s!"],"Select the primary %s":["Seleccione o %s primario"],"Check links to this URL":["Ver ligazóns a esta URL"],"Keyword research training":["Adestramento en investigación de palabras crave"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Verifique a plantilla %2$s do arquivo %1$s para o seguinte tipo de contido: %3$s."," Verifique as plantillas %2$s dos arquivos %1$s para os seguintes tipos de contido: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Estás a tratar de usar varias palabras crave? Debe agregalas por separado a continuación."],"Mark as cornerstone content":["Marcar como contido fundamental"],"Move step down":["Mover o paso cara a abaixo"],"Move step up":["Mover o paso cara arriba"],"Insert step":["Inserir paso"],"Delete step":["Eliminar paso"],"Add image":["Engadir imaxe"],"Enter a step description":["Ingresar unha descrición de paso"],"Enter a description":["Ingresar unha descrición"],"Unordered list":["Lista desordenada"],"Showing step items as an ordered list.":["Mostrando elementos de paso como unha lista ordenada."],"Showing step items as an unordered list":["Mostrando elementos de paso como unha lista desordenada"],"Add step":["Engadir paso"],"Delete total time":["Eliminar o tempo total"],"Add total time":["Engadir o tempo total"],"How to":["Como"],"How-to":["Como"],"Snippet Preview":["Vista previa do snippet"],"Analysis results":["Resultados da análise"],"Enter a focus keyphrase to calculate the SEO score":["Introduce unha palabra clave para calcular a túa puntuación de SEO"],"Learn more about Cornerstone Content.":["Aprende máis sobre o contido esencial."],"Cornerstone content should be the most important and extensive articles on your site.":["O contido esencial deberían ser os artículos máis importantes e extensos do teu sitio."],"Restore Site":["Restaurar sitio"],"Network Settings":["Configuración de rede"],"You are not allowed to perform this action.":["Non tes permiso para realizar esta acción."],"Error: %s":["Erro: %s"],"Success: %s":["Éxito: %s"],"Site with ID %d not found.":["Sitio con ID %d non atopado."],"No site has been selected to restore.":["Non se seleccionou ningún sitio para restaurar."],"You are not allowed to modify unregistered network settings.":["Non podes modificar a configuración de rede non rexistrada."],"deleted":["borrado"],"Would you like to add another keyphrase?":["Gustaríache agregar outra palabra crave?"],"image preview":["previsualización de imaxe"],"Copied!":["Copiado!"],"Not supported!":["Non soportado!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Le {{a}}o noso artigo sobre a estrutura do sitio{{/ a}} para obter máis información sobre como as ligazóns internas poden axudarche a mellorar o teu SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Unha vez engadas un pouco máis de texto, darémosche aquí unha lista de contido relacionado o cal ti poderías ligar dende a túa entrada."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Considera ligar a estos {{a}}artigos esenciais:{{/a}}"],"Consider linking to these articles:":["Considera enlazar a estes artigos:"],"Copy link":["Copiar ligazon"],"Copy link to suggested article: %s":["Copia a ligazón ao artigo suxerido: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Le a nosa %1$sguía definitiva da análise de palabras clave%2$s para saber máis sobre a análise de palabras clave e a estratexia de palabras clave."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Unha vez engadas un pouco máis de texto, darémosche unha lista de palabras e combinacións de palabras que ocorren máis frecuentemente no contido. Estas daranche unha indicación de en que se centra o teu contido."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["As seguintes palabras e combinacións de palabras son as que aparecen máis frecuentemente no teu contido. Estas dan unha indicación de en que se centra o teu contido. Se as palabras difiren moito da túa temática, quizás deberías reescribir o teu contido como corresponda. "],"Prominent words":["Palabras destacadas"],"The site's tagline":["A frase distintiva do sitio"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Recentemente melloramos a funcionalidade da configuración de apariencia en búsqueda. Desafortunadamente, descubrimos que para algúns casos excepcionais, o feito de gardar a configuración en determinados arquivos de tipos de entradas pode non ter funcionado ben."],"Not all required fields are given. Missing field %1$s":["Non se proporcionaron tódolos campos requeridos. Falta o campo %1$s"],"Optimize your site for Google News.":["Optimiza o teu sitio web para Google News."],"Optimize your shop's SEO and sell more products!":["Optimice o SEO da súa tenda e venda máis produtos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Fai que te atopen na búsqueda de Google Video e fomenta que se comparta o teu vídeo nas redes sociais."],"Be found in Google Maps and local results.":["Fai que te atopen en Google Maps e nos resultados locais."],"Learn practical SEO skills to rank higher in Google.":["Aprende destrezas prácticas de SEO para posicionarte mellor en Google."],"Don’t waste time figuring out the best settings yourself.":["Non perdas tempo tentando achar as mellores configuracións por ti mesmo."],"Get quick wins to make your site rank higher in search engines.":["Consigue resultados rápidos para facer que o teu sitio se posicione mellor en buscadores."],"Add synonyms":["Engadir sinónimos"],"Would you like to add keyphrase synonyms?":["Queres engadir sinónimos de palabras clave?"],"Would you like to add more than one keyphrase?":["Gustaríalle engadir mais de unha palabra principal?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Podes editar os meta-datos de SEO para este tipo personalizado %2$s na páxina da tenda %1$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Non definiu unha páxina de tenda en súas opcións WooCommerce. Por favor, faino primeiro."],"Current year":["Ano actual"],"Page":["Paxina"],"Breadcrumb settings for %s archive":["Configuración de ruta de navegación para o arquivo %s"],"Something went wrong. Please reload the page.":["Algo saíu mal. Volva cargar a páxina."],"Tagline":["Lema"],"Modify your meta description by editing it right here":["Modifique a súa meta descrición editandoa aquí"],"description (custom taxonomy)":["descrición (taxonomía personalizada)"],"(custom taxonomy)":["(taxonomía personalizada)"],"(custom field)":["(campo persoalizado)"],"Term404":["Term404"],"Caption":["Subtítulo"],"Pagenumber":["Número de páxina"],"Pagetotal":["Total de páxinas"],"Page number":["Número de páxina"],"User description":["Descripción de usuario"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":["Tipo de publicación (plural)"],"Post type (singular)":["Tipo de publicación (singular)"],"Separator":["Separador"],"Search phrase":["Frase de búsqueda"],"Term title":["Título do termo"],"Term description":["Descrición do termo"],"Tag description":["Descripción da etiqueta"],"Category description":["Descripción da categoría"],"Primary category":["Categoría principal"],"Category":["Categoría"],"Tag":["Etiqueta"],"Excerpt only":["Só extracto"],"Excerpt":["Fragmento"],"Site title":["Título do sitio"],"Archive title":["Título do arquivo"],"Parent title":["Título primario"],"Date":["Data"],"Label":["Etiqueta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Debes crear un redireccionamiento para asegurarse de que os teus visitantes non obteñan un erro 404 cando fan clic nunha URL que xa non funciona."],"Search engines and other websites can still send traffic to your deleted post.":["Motores de busca e outras webs poden seguir enviando tráfico a túa entrada borrada."],"Make sure you don't miss out on traffic!":["Asegúrate de non perder tráfico!"],"You just deleted a %1$s.":["Acabas de borrar unha %1$s."],"You just trashed a %1$s.":["Enviaches a papeleira unha %1$s."],"Settings for %s archive":["Axustes do arquivo de %s"],"Settings for single %s URLs":["Axustes das URLs de cada %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Os axustes desta páxina permítenche especificar que aparencia debería ter o buscador por defecto de calquera tipo de contido que teñas. Podes elixir que tipos de contido aparecerán nos resultados de busca e cal debería ser a súa descrición por defecto."],"Url preview":["Vista previa da URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Por favor, insire unha meta description editando o snippet de debaixo. Se non o fas Google intentará atopar unha parte relevante do teu contido para mostrala nos resultados de busca."],"Insert snippet variable":["Insire variable do snippet"],"Dismiss this notice":["Descarta este aviso"],"No results":["Non hai resultados"],"%d result found, use up and down arrow keys to navigate":["%d resultado atopado, usa as teclas de frecha arriba e abaixo para navegar","%d resultados atopados, usa as teclas de frecha arriba e abaixo para navegar"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["O idioma do teu sitio está configurado en %s. Se non é correcto, contacta co teu administrador de sitio."],"Number of results found: %d":["Número de resultados atopados: %d"],"Note that not all variables can be used in every field.":["Ten en conta que non todas as variables se poden empregar en todos os campos."],"Snippet variables":["Variables de Snippet"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respecta a túa privacidade. Le a nosa %2$spolítica de privacidade%3$s sobre como manexar a túa información persoal."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Se sabes que significa isto e non queres ver esta mensaxe outra vez, podes %1$sdescartar esta mensaxe%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["A configuración do teu sitio actualmente permite que existan URL de anexos no teu sitio. Le %1$sesta publicación sobre un potencial problema%2$s con URL de anexos e comproba se tes a configuración correcta para o teu sitio."],"Unknown type %1$s":["Tipo descoñecido %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inclúe unha conta gratis MyYoast que che dá acceso ao noso curso gratis SEO para principiantes!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Subscríbete ao noso boletín se queres manterte informado sobre %1$s, outros plugins chulos de %2$s, e noticias e consellos interesantes do mundo SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Consigue o teu código de verificación Baidu en %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Código de verificación Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["A funcionalidade importadora %s usa temporalmente táboas de bases de datos. Parece que a instalación do teu WordPress non ten a capacidade para facer isto, por favor consúltallo ao teu provedor de hosting."],"Cleanup of %s data failed.":["Fallou a limpeza de %s datos."],"Content Type":["Tipo de Contido"],"Filter by content type":["Filtro por tipo de contido"],"Show All Content Types":["Mostrar todo tipo de contidos"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Para amañar isto, desmarca a opción fronte a \"Romper comentarios en páxinas...\" no %1$sComment settings page%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Substituír co título normal para un arquivo xerado por WordPress"],"Clean":["Limpar"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Cando esteas seguro de que o teu sitio está OK, podes limpar. Isto eliminará os datos orixinais."],"Step 5: Clean up":["Paso 5: Limpa"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Deberías executar o asistente de configuración, desde a SEO → Xeral → Panel de inicio, para estar seguro de que todas as configuracións do teu sitio son correctas."],"Step 4: Run the configuration wizard":["Paso 4: Executa o asistente de configuración"],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, revisa os teus artigos e páxinas e fíxate se os metadatos foron importados correctamente."],"Step 3: Check your data":["Paso 3: Revisa os teus datos"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Isto importará o post metadata como títulos SEO e descricións na túa %1$s metadata. Só o fará cando non haxa aínda ningunha %1$s metadata. Os datos orixinais permanecerán no seu lugar."],"Step 2: Import":["Paso 2: Importa"],"Please make a backup of your database before starting this process.":["Por favor, fai unha copia de seguridade da túa base de datos antes de comezar este proceso."],"Step 1: Create a backup":["Paso 1: Crea unha copia de seguridade"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Detectamos datos dun ou máis plugins SEO no teu sitio. Por favor, sigue os seguintes pasos para importar eses datos:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s non detectou ningún dato de plugin de plugins dos que pode importar."],"Posts that should not show up in search results":["Artigos que non deberían amosarse nos resultados de busca"],"%s data found.":["%s datos atopados."],"%s data successfully removed.":["%s datos eliminados correctamente."],"%s data successfully imported.":["%s datos importados correctamente."],"%s data not found.":["%s datos non atopados."],"Improve your SEO skills":["Mellora as túas destrezas SEO"],"24/7 email support":["24/7 soporte en correo electrónico"],"No more dead links a.k.a. 404 pages":["Non máis ligazóns sen saída a.k.a. páxinas 404"],"Get real-time suggestions for internal links":["Consigue suxestións a tempo real para ligazóns internas"],"Preview your page in Facebook and Twitter":["Previsualiza a túa páxina en Facebook e Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Fai clic no botón \"%3$s\" para usar a metadescrición xa configurada na configuración de %1$s Procura da páxina principal %2$s."],"Help on copying the home meta description":["Axuda para copiar a meta descrición da páxina de inicio"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Para que os motores de procura saiban que perfís sociais están asociados a este sitio, introduce os datos dos perfís sociais do teu sitio deseguido."],"Learn more about your social profiles settings":["Obteña máis información sobre a configuración dos seus perfís sociais"],"Remove the categories prefix":["Eliminar o prefixo de categorías"],"Help on the category prefix setting":["Axuda sobre a configuración do prefixo de categoría"],"Learn more about the available variables":["Aprenda máis sobre as variables dispoñibles"],"Learn more about the RSS feed setting":["Máis información sobre a configuración de fontes RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Cando cargas medios (unha imaxe ou vídeo, por exemplo) en WordPress, non só garda os medios, senón que crea un URL adxunto para eles. Estas páxinas de adxuntos están bastante baleiras: conteñen o elemento multimedia e talvez un título se o inseriches. Por iso, se nunca usas estes URL de arquivos adxuntos, é mellor desactivalos e redirixilos ao elemento de medios en si."],"Learn more about the Media and attachment URLs setting":["Obteña máis información acerca da configuración de Medios e URL de arquivos adxuntos"],"Learn more about the title separator setting":["Obteña máis información sobre a configuración do separador de título"],"Learn more about the knowledge graph setting":["Obteña máis información sobre a configuración do gráfico de coñecemento"],"Learn more about the homepage setting":["Obteña máis información sobre a configuración da páxina de inicio"],"Learn more about the special pages setting":["Obteña máis información sobre a configuración de páxinas especiais"],"Help on the date archives search results setting":["Axuda na configuración dos resultados de procura de arquivos de data"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Se non se mostran os arquivos dos autores sen publicacións nos resultados de procura, tecnicamente significa que terán unha meta de %1$s robots e serán excluídos dos mapas de sitio XML. %2$s Máis información sobre a configuración de resultados de procura %3$s."],"Help on the authors without posts archive search results setting":["Axuda para os autores sen configuración de resultados de procura do arquivo de publicacións"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Se non se mostra o arquivo dos autores nos resultados da procura, tecnicamente significa que terán unha meta de %1$s robots e serán excluídos dos mapas de sitio XML. %2$s Máis información sobre a configuración de resultados de procura %3$s."],"Help on the author archives search results setting":["Axudar na configuración dos resultados de procura Arquivo do Autor"],"Archives settings help":["Axuda de configuración de arquivos"],"Learn more about the archives setting":["Obteña máis información sobre a configuración de arquivos"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obtén o teu código de verificación de Yandex en %1$s Yandex Ferramentas para webmasters %2$s."],"Yandex verification code":["Código de verificación de Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obtén o teu código de verificación de Google en %1$s Consola de procura de Google %2$s."],"Google verification code":["Código de verificación de Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obtén o teu código de verificación de Bing en %1$s Bing Ferramentas para webmasters %2$s."],"Bing verification code":["Código de verificación de Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Pode usar os cadros a continuación para verificar coas diferentes Ferramentas para webmasters. Esta función agregará unha metaetiqueta de verificación na súa páxina de inicio. Siga as ligazóns ás diferentes Ferramentas para webmasters de Google e busque as instrucións para o método de verificación de metaetiquetas para obter o código de verificación. Se o seu sitio xa está verificado, simplemente pode esquecerse disto."],"Learn more about the Webmaster Tools verification":["Obteña máis información sobre a verificación de Ferramentas para webmasters de Google"],"On":["Acendido"],"Help on: %s":["Axuda en: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s vén con moitas funcións. Podes habilitar/ deshabilitar algunhas delas a continuación. Ao facer clic no signo de interrogación obtense máis información sobre a función."],"Off":["Apagado"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["A sección avanzada do cadro de meta de %1$s permite que un usuario elimine as publicacións dos resultados de procura ou cambie o canónico. Estas son cousas que poida que non desexe que faga ningún autor. É por iso que, de forma predeterminada, só os editores e os administradores poden facer isto. Ao establecer en \"%2$s\", todos os usuarios poden cambiar esta configuración."],"Security: no advanced settings for authors":["Seguridade: sen configuracións avanzadas para os autores"],"See who contributed to %1$s.":["Ver quen contribuíu con %1$s."],"Help on this search results setting":["Axuda nesta configuración de resultados de procura"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Se non se mostra o arquivo para %1$s nos resultados da procura, tecnicamente significa que eses terán unha meta de %2$s robots e serán excluídos dos mapas de sitio XML. %3$s Máis información sobre a configuración dos resultados de procura %4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Se non se mostran %1$s nos resultados de procura, tecnicamente significa que terán unha meta de %2$s robots e serán excluídos dos mapas de sitio XML. %3$s Máis información sobre a configuración dos resultados de procura %4$s."],"Default for %2$s, currently: %1$s":["Valor predeterminado para %2$s, actualmente: %1$s"],"Show %s in search results?":["Mostrar %s nos resultados de procura?"],"this author's archives":["os arquivos deste autor"],"Do not allow search engines to show %s in search results.":["Non permitir que os motores de procura amosen %s nos resultados de procura."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Os URLs de categoría en WordPress conteñen un prefixo, xeralmente %s, esta función elimina ese prefixo, só para categorías."],"Category URLs":["URLs de categorías"],"the archive for %s":["o arquivo para %s"],"Redirect attachment URLs to the attachment itself?":["Redirixir os URL adxuntos ao arquivo adxunto?"],"We recommend you set this to Yes.":["Recomendámosche que establezas isto en Si."],"Media & attachment URLs":["Medios e URLs adxuntos"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Isto é o que se mostra nos resultados de procura cando as persoas atopan a túa páxina de inicio. Significa que isto é probablemente o que ven cando buscan a túa marca."],"date archives":["arquivos de data"],"archives for authors without posts":["arquivos para autores sen publicacións"],"Read why XML Sitemaps are important for your site.":["Le por que os sitemaps XML son importantes para o teu sitio."],"Enable the XML sitemaps that %s generates.":["Habilita os mapas de sitio XML que xera %s."],"See the XML sitemap.":["Ver o mapa do sitio XML."],"%2$s (current default for %1$s)":["%2$s (valor predeterminado actual para %1$s)"],"Media":["Media"],"Content Types":["Tipos de contido"],"Should search engines follow links on this %1$s?":["Deben os motores de procura seguir as ligazóns neste %1$s ?"],"Allow search engines to show this %s in search results?":["Permitir que os motores de procura mostren este %s nos resultados de procura?"],"Search Appearance":["Aparencia de procura"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Por favor, especifica os tipos de contido que che gustaría que apareceran nos motores da busca. Se non coñeces as diferencias entre estes, é mellor elexir os axustes por defecto."],"Search engines should show \"%1$s\" in search results:":["Os motores de procura deberían mostrar \"%1$s\" nos resultados de procura:"],"Search engine visibility":["Visibilidade do motor de procura"],"Toggle %1$s's XML Sitemap":["Alternar o mapa do sitio XML de %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["As solicitudes de soporte que crees aquí envíanse directamente ao noso sistema de soporte, que está protexido con SSL de 256 bits, polo que a comunicación é 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["A característica fundamental de contido permíteche marcar e filtrar o contido básico no teu sitio web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Se ten un problema que non pode resolver cos nosos vídeos tutoriales ou base de coñecementos, pode enviar unha mensaxe ao noso equipo de soporte. Poden ser localizados as 24 horas, os 7 días da semana."],"Search result":["Resultado da procura"],"Good results":["Bos resultados"],"Get better search results in local search":["Obtén mellores resultados de procura na procura local"],"Allow customers to pick up their %s order locally":["Permitir aos clientes recoller o seu pedido %s localmente"],"SEO analysis":["Análise SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["A análise SEO ofrece suxestións para mellorar a SEO do teu texto."],"Learn how the SEO analysis can help you rank.":["Descubra como o análise SEO pode axudalo a clasificarse."],"The readability analysis offers suggestions to improve the structure and style of your text.":["O análise de lexibilidade ofrece suxestións para mellorar a estrutura e o estilo do teu texto."],"Discover why readability is important for SEO.":["Descubre por que a lexibilidade é importante para a SEO."],"Find out how cornerstone content can help you improve your site structure.":["Descubre como o contido básico pode axudarte a mellorar a estrutura do teu sitio."],"The text link counter helps you improve your site structure.":["O contador de ligazóns de texto axúdache a mellorar a estrutura do teu sitio."],"Find out how the text link counter can enhance your SEO.":["Descubre como o contador de ligazóns de texto pode mellorar o teu SEO."],"%s integration":["%s integración"],"Read more about how %s works.":["Le máis acerca de como funciona %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta función se desexas que Facebook e outras redes sociais amosen unha vista previa con imaxes e un extracto de texto cando se comparta unha ligazón ao teu sitio."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activa esta función se desexas que Twitter amose unha vista previa con imaxes e un extracto de texto cando se comparta unha ligazón ao teu sitio."],"Find out why you should upgrade to %s":["Descubre por que debes actualizar a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Últimas publicacións de blogue en %1$s"],"Need help?":["Necesitas axuda?"],"Type here to search...":["Escribe aquí para buscar..."],"Search the Yoast Knowledge Base for answers to your questions:":["Busca na base de coñecementos de Yoast as respostas ás túas preguntas:"],"Remove highlight from the text":["Eliminar resaltado do texto"],"Your site language is set to %s. ":["O idioma do teu sitio está configurado en %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Comezar rapidamente co %1$s %2$s asistente de configuración %3$s!"],"First-time SEO configuration":["Configuración de SEO por primeira vez"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["O idioma do teu sitio está configurado en {language}. Se isto non é correcto, comunícallo ao administrador do teu sitio."],"Your site language is set to {language}.":["O idioma do teu sitio está configurado en {language}."],"Highlight this result in the text":["Resalta este resultado no texto"],"Considerations":["Consideracións"],"Errors":["Erros"],"Change language":["Cambiar idioma"],"You cannot create a %s file.":["Non podes crear un arquivo %s."],"You cannot edit the %s file.":["Non pode editar o arquivo %s."],"Updated %s":["%s actualizado"],"Create %s file":["Crear ficheiro %s"],"Edit the content of your %s:":["Edita o contido do teu %s:"],"Save changes to %s":["Gardar cambios en %s"],"%s file":["%s arquivo"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s e %2$s poden funcionar xuntos moito mellor ao agregar un complemento auxiliar. Por favor, instala %3$s para facer a túa vida mellor. %4$s."],"More information":["Máis información"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s e %2$s poden funcionar xuntos moito mellor ao agregar un complemento auxiliar. Activa %3$s para mellorar a túa vida."],"More information about %1$s":["Máis información sobre %1$s"],"Configuration Wizard":["Asistente de configuración"],"You've done it!":["Fixéchelo!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integrar sen problemas %2$s con %1$s para a análise de contido!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s e %2$s poden funcionar xuntos moito mellor ao agregar un complemento auxiliar. Por favor, instala %3$s para facer a túa vida mellor."],"Manage your %s subscription on MyYoast":["Administra a túa %s subscrición en My Yoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["A configuración da aparencia de procura para %1$s componse de variables que se substitúen por valores específicos da páxina cando se mostra a páxina. A seguinte táboa contén unha lista das variables dispoñibles."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marque o %1$s máis importante como \"contido básico\" para mellorar a estrutura do seu sitio. %2$s Obteña máis información sobre o contido básico %3$s."],"Loading help center.":["Cargando centro de axuda."],"Get support":["Obter soporte"],"View in KB":["Ver en KB"],"Go back":["Volver"],"Go back to the search results":["Volver aos resultados de procura"],"(Opens in a new browser tab)":["(Ábrese nunha nova pestana do navegador)"],"Posts %1$swithout%2$s a focus keyphrase":["Publicacións %1$s sen %2$s unha palabra clave"],"Hey, your SEO is doing pretty well! Check out the stats:":["Oe, a teu SEO está a funcionar bastante ben! Mira as estatísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Non ten artigos publicados, as súas puntuacións SEO aparecerán aquí unha vez que faga a súa primeira publicación!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Nesta páxina, podes cambiar o nome do teu sitio e elixir que separador usar. O separador mostrarase, por exemplo, entre o título da túa entrada e o nome do sitio. Os símbolos móstranse no tamaño en que aparecerán nos resultados de busca. Elixe o que mellor se adapte á\ntúa marca ou ocupa o menor espazo nos snippets."],"Something else":["Algo máis"],"A portfolio":["Un portafolio"],"A corporation":["Unha corporación"],"A small offline business":["Un pequeno negocio fóra de liña"],"A news channel":["Unha canle de noticias"],"An online shop":["Unha tenda en liña"],"A blog":["Un blog"],"What does the site %1$s represent?":["Que representa o sitio %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Se elixes non, os teus arquivos de autor desactivaranse para evitar contidos duplicados."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: non almacenamos os seus datos de ningunha maneira e non temos acceso completo á túa conta. A túa privacidade está segura con nós."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s intégrase con Google Search Console, unha ferramenta imprescindible para os propietarios de sitios. Proporciónache información sobre o estado do teu sitio. Non tes unha conta de Google ou o teu sitio aínda non está activado? Busca %2$s como conectar Google Search Console ao teu sitio%3$s."],"Option B: My site is under construction and should not be indexed":["Opción B: o meu sitio está en construción e non debe ser indexado"],"Option A: My site is live and ready to be indexed":["Opción A: o meu sitio está en vivo e listo para ser indexado"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Elixe en construción se desexas manter o sitio fóra do índice dos motores da busca. Non esquezas activalo cando estés listo para publicar o teu sitio."],"Please specify if your site is under construction or already active.":["Por favor, especifica se o teu sitio está en construción ou xa está activo."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Esta información utilizarase na tarxeta gráfica de coñecemento de Google, o gran bloque de información que se ve no lado dereito dos resultados da busca."],"Read more like this on our SEO blog":["Máis como isto no noso blogue SEO"],"Readability: %s":["Lexibilidade: %s"],"Not activated":["Non está activado"],"Activated":["Activado"],"%1$s recommendations for you":["%1$s recomendacións para ti"],"All Readability Scores":["Todas as puntuacións de lexibilidade"],"Filter by Readability Score":["Filtrar por nivel de lexibilidade"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Non estás a recibir actualizacións nin soporte! Solucione este problema agregando este sitio e habilitando %1$s en %2$s."],"Request method %1$s is not valid.":["O método de solicitude %1$s non é válido."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Queres ver como se verá se as persoas comparten esta publicación en %1$s? Podes, con %2$s."],"Good job! All the links in your texts have been counted.":["Bo traballo! Contáronse todas as ligazóns dos teus textos."],"Calculation completed.":["Cálculo completado."],"Calculation in progress...":["Cálculo en curso ..."],"Stop counting":["Deixar de contar"],"Counting links in your texts":["Contando ligazóns nos teus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s procesado."],"All your texts are already counted, there is no need to count them again.":["Todos os teus textos xa están contados, non hai necesidade de contalos de novo."],"Count links in your texts":["Contar ligazóns nos teus textos"],"Text link counter":["Contador de ligazóns de texto"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de ligazóns internas que enlazan a esta publicación. Vexa o texto \"Yoast Columns\" na pestana de axuda para máis información."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de ligazóns internas nesta publicación. Mira o texto \"Columnas Yoast\" na pestana de axuda para máis información."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s agrega varias columnas a esta páxina. Escribimos un artigo sobre %2$s como usar a puntuación SEO e a puntuación de lectura %3$s. As columnas de ligazóns mostran o número de artigos neste sitio que enlazan %5$s a %6$s este artigo e o número de URL vinculadas %5$s de %6$s este artigo. Obtén máis información sobre %4$s como utilizar estas funcións para mellorar a túa vinculación interna %3$s, o que mellora en gran medida a túa SEO."],"%s Columns":["%s Columnas"],"Readability score":["Puntuación de lexibilidade"],"Other benefits of %s for you:":["Outros beneficios de %s para ti:"],"Scroll to see the preview content.":["Navega para ver a vista previa do contido."],"Cornerstone content":["Contido esencial"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s agora ocuparase de toda a optimización técnica necesaria para o teu sitio. Para mellorar de verdade o rendemento do teu sitio nos resultados de procura é importante empezar a crear contido que puntúe ben polas palabras que che interesen. Revisa este vídeo no que explicamos como usar a caixa meta %1$s cando editas artigos e páxinas."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Se queres gañar a túa competencia nunha rexión ou cidade específica bota unha ollada a noso plugin %1$s Poderás inserir facilmente mapas de Google, horarios de apertura, información de contacto e localizadores dá tenda. Ademais do todo isto %1$s che axuda a mellorar a usabilidade de túa páxina de contacto."],"Attract more customers near you":["Atrae máis clientes cerca de ti"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Queres coñecer todos os secretos do plugin %1$s? Queres aprender todo sobre os nosos axustes avanzados? Queres realmente sacar o máximo partido do plugin %1$s? Bota unha ollada ao noso adestramento do plugin %1$s e empeza a gañar a competición!"],"Get the most out of %1$s with the %2$s":["Saca o máximo partido de %1$s co %2$s"],"Upgrade to Premium":["Actualizar a premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Queres gañarlle á túa competencia? %1$s ofréceche fantásticas características adicionais que che axudarán a configurar a túa estratexia SEO como un profesional. Utiliza a funcionalidade de múltiples palabras clave obxectivo, o xestor de redireccións e a nosa ferramenta de ligazóns internas. %1$s tamén che dará acceso a soporte premium."],"Outrank the competition with %s":["Gaña a túa competencia con %s"],"You might like":["Poderíache gustar"],"Newsletter":["Boletín"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Detectamos que non completaches aínda este asistente, así que che recomendamos que %2$s inicies o asistente de configuración para configurar %1$s %3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["O asistente de configuración axúdate a configurar con facilidade o teu sitio para conseguir os axustes SEO óptimos."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Faite Premium e os nosos expertos responderán calquera pregunta que poidas ter acerca da configuración e o uso do plugin."],"Superfast internal linking suggestions":["Suxestións de vinculación interna de Superfast"],"Great news: you can, with %1$s!":["Grandes noticias: podes facelo, con %1$s!"],"Save changes":["Gardar cambios"],"1 year free support and updates included!":["Incluído 1 ano de soporte e actualizacións gratuítas!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["O plugin %2$s cambia o código do teu sitio facendo diferenzas entre os motores de procura e os usuarios normais, un proceso chamado cloaking. Recomendamos encarecidamente que o desactives."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPrevisualización de redes sociais%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$s non máis ligazóns mortas %2$s: fácil xestor de redireccións"],"No ads!":["Sen anuncios!"],"Facebook & Twitter":["Facebook e Twitter"],"Social media preview":["Vista previa en redes sociais"],"Easy redirect manager":["Fácil xestor de redireccións"],"No more dead links":["Non máis ligazóns mortas"],"Increase your SEO reach":["Aumenta teu alcance SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Se queres máis axuda para crear contido impactante revisa noso %2$s curso de escritura SEO %3$s. Queres coñecer todas as características do plugin?, exponche facer noso %1$s!"],"Variable":["Variable"],"Available variables":["Variables dispoñibles"],"Scroll to see the table content.":["Navega para ver o contido da táboa."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Por favor, se necesitas axuda, revisa %1$s o noso artigo sobre como conectar a túa web a Google Search Console %2$s."],"An error occurred in the '%1$s' assessment":["Ocorreu un erro na avaliación '%1$s' "],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s das palabras conteñen %2$s máis %3$s sílabas%4$s, o que é máis do máximo recomendado de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s das palabras conteñen %2$s máis %3$s sílabas %4$s, que é menor ou igual que o máximo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Isto está lixeiramente por baixo do mínimo recomendado de %5$d palabra. %3$sEscribe un pouco máis%4$s.","Isto está lixeiramente por baixo do mínimo recomendado de %5$d palabras. %3$sEscribe un pouco máis%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["A meta descrición contén %1$d frase %2$s de máis de %3$s palabras%4$s. Trata de acurtar esta frase.","A meta descricion contén %1$d frases %2$s de máis de %3$s palabras%4$s. Trata de acurtar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["A meta descricion non contén frases %1$s de máis de %2$s palabras %3$s."],"Step %1$d: %2$s":["Paso %1$d: %2$s"],"No new notifications.":["Non hai novos avisos."],"Save all":["Gardar todo"],"Save":["Gardar"],"%1$s, Author at %2$s":["%1$s, autor en %2$s"],"Mobile preview":["Vista previa móvil"],"Desktop preview":["Vista previa do escritorio"],"Select redirect":["Elixe redirección"],"Please provide an SEO title by editing the snippet below.":["Por favor, introduce un título SEO editando o snippet de abaixo."],"Meta description preview:":["Vista previa da meta descripción:"],"Slug preview:":["Vista previa do slug:"],"SEO title preview:":["Vista previa do título SEO:"],"Close snippet editor":["Pechar o editor de snippet"],"Slug":["Slug"],"Remove marks in the text":["Quitar marcas do texto"],"Mark this result in the text":["Marca este resultado no texto"],"Marks are disabled in current view":["As marcas están desactivadas na vista actual"],"Good SEO score":["Cualificación SEO boa"],"OK SEO score":["Puntuación SEO aceptable"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Elixe unha imaxe"],"Remove the image":["Quita a imaxe"],"MailChimp signup failed:":["Ou rexistro en Mailchimp fallou:"],"Sign Up!":["Rexístrate!"],"Name":["Nome"],"There is an error with the request.":["Ocorreu un erro na solicitude."],"Select profile":["Elixe perfil"],"Choose a profile":["Elixe un perfil"],"Authorization code":["Código de autorización"],"Reauthenticate with Google":["Volver a identificar con Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para permitir que %s obteña a túa información da consola de procura de Google, por favor, introduce o teu código de autorización de Google. Ao facer clic non botón de abaixo abrirase unha nova xanela."],"Please provide a meta description by editing the snippet below.":["Por favor, introduce unha meta descrición editando o snippet de abaixo."],"Edit snippet":["Editar snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Podes facer clic en calquera elemento dá vista previa para ir ao editor do snippet."],"SEO title preview":["Vista previa do título SEO: "],"Meta description preview":["Vista previa da meta descrición"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Ocurreu un problema ao gardar este paso, {{link}} por favor, envía un informe dos fallos {{/link}} describindo en que paso estás e que cambios querías facer (se os houber)."],"Close the Wizard":["Pechar o asistente"],"Export settings":["Exportar configuracións"],"%1$s video tutorial":["%1$s vídeo titorial"],"%s › Configuration Wizard":["%s › Asistente de configuración"],"Please don't show me this notification anymore":["Por favor, non mostres máis este aviso"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Se estás a experimentar problemas, %1$s por favor, envía un informe dos fallos %2$s e faremos todo o posible para axudarche."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Detectamos que hai xa tempo que usas %1$s; esperamos que che encante! Emocionaríanos se nos %2$s deses unha valoración de 5 estrelas en WordPress.org %3$s!"],"Date archives settings":["Axustes de arquivos por data"],"Author archives settings":["Axustes dos arquivos do autor"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Aviso: a variable %s non se pode usar neste modelo. Vexa o centro de axuda para obter máis información."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Dito sexa do paso, sabías que tamén temos un %1$s plugin Premium%2$s? Ofrece funcionalidades avanzadas, como un xestor do redireccións, e compatibilidade con múltiples palabras clave. Tamén inclúe soporte personal 24/7."],"(no title)":["(sen título)"],"%s installation wizard":["%s asistente de instalación"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["O menú da barra de administración do %1$s contén ligazóns útiles a ferramentas de terceiros coas que analizar páxinas e ver de forma máis fácil se tes novos avisos."],"Admin bar menu":["Menú da barra do administración"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["A integración do %1$s comproba semanalmente se o teu sitio aínda está indexado nos motores de procura, e %2$s avísate cando non sexa así."],"Features":["Características"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Aínda que tratamos de facer que configurar %1$s sexa o máis fácil posible, entendemos que pode ser intimidante. Se prefires que configuremos %1$s por ti (e de paso ter unha copia do %2$s) contrata o noso %3$s%1$sservizo de configuración do %4$s aquí!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Benvido ao asistente da instalación do %1$s. Nuns poucos pasos axudarémosche a configurar os teus axustes SEO para que se axusten ás necesidades da túa web!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google mostra o nome da túa web nos resultados de procura, se queres cambialo, podes facelo aquí."],"Greater than sign":["Símbolo maior que"],"Less than sign":["Símbolo de menor que"],"Right angle quotation mark":["Comilla inclinada á dereita"],"Left angle quotation mark":["Comilla inclinada á esquerda"],"Small tilde":["Tilde pequeno"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco baixo"],"Asterisk":["Asterisco"],"Bullet":["Viñeta"],"Middle dot":["Punto medio"],"Em dash":["Guión longo"],"En dash":["Guión curto"],"Dash":["Guión"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Elixe que símbolo utilizar como separador do título. Amosarase, por exemplo, entre o título da túa publicación e o nome do sitio. Os símbolos amósanse no tamaño en que aparecerán os resultados da procura."],"The name of the person":["O nome da persoa"],"No":["Non"],"Yes":["Si"],"Does, or will, your site have multiple authors?":["Ten, ou terá, o teu sitio varios autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress xera automaticamente un URL para cada elemento multimedia existente na biblioteca. Activando isto permitiralle a Google indexar o URL xerado."],"Success!":["Lográchelo!"],"Title settings":["Axustes do título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Varios autores"],"Site type":["Tipo de sitio"],"Environment":["Contorna"],"Yoast option %1$s not found.":["O axuste %1$s de Yoast non está dispoñible."],"Google Structured Data Test":["Test de datos estruturados de Google"],"Posts list":["Lista de artigos"],"Posts list navigation":["Navegación pola lista de artigos"],"Filter posts list":["Filtrar a lista de artigos"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Observa que as ligazóns aos arquivos aínda se poderían ver no teu tema e pode que teñas que quitalos pola túa conta."],"%1$s to optimize your site even further":["%1$s para optimizar o teu sitio aínda máis"],"%1$s extensions":["Extensións de %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Con nosa garantía da devolución do diñeiro durante 30 días sen preguntas"],"More information %1$sabout %3$s%2$s":["Más información %1$s sobre %3$s %2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtén acceso ao noso equipo de soporte 24/7."],"Premium support":["Soporte premium"],"check what your Facebook or Twitter post will look like.":["comproba como se verá a túa publicación en Facebook ou Twitter."],"Social previews":["Vistas previas sociais"],"create and manage redirects from within your WordPress install.":["crea e administra redireccións desde dentro da túa instalación WordPress."],"Redirect manager":["Xestor de redireccións"],"%1$s, take your optimization to the next level!":["%1$s, leva a túa optimización ao seguinte nivel!"],"A seamless integration between %1$s and %2$s":["Integración sen fisuras entre %1$s e %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utiliza as faragullas de pan de %1$s en vez das de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inserción sinxela de Google Maps, un localizador de tendas, horas de apertura e máis"],"Creates XML News Sitemaps":["Crea mapas do sitio XML de noticias"],"Immediately pings Google on the publication of a new post":["Envía pings a Google inmediatamente, cada vez que se publique un novo artigo"],"Optimize your site for Google News":["Optimiza o teu sitio para Google News"],"Make videos responsive through enabling fitvids.js":["Feixe que vos vídeos sexan adaptables activando fitvids.js"],"Enhance the experience of sharing posts with videos":["Mellora a experiencia compartindo artigos con vídeos"],"Show your videos in Google Videos":["Mostra os teus vídeos en Google Vídeos"],"Crawl issues list":["Lista de problemas de rastrexo"],"Crawl issues list navigation":["Navegación pola lista de problemas de rastrexo"],"Edit “%s”":["Modificar “ %s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Avisos"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Quita a pestana da palabra clave da caixa meta e desactiva todas as suxestións relacionadas coa SEO."],"Disable SEO analysis":["Desactivar análise SEO"],"Twitter settings":["Axustes de Twitter"],"Pinterest settings":["Axustes de Pinterest"],"Facebook settings":["Axustes de Facebook"],"Title separator symbol":["Símbolo separador do título"],"RSS feed settings":["Axustes de feed RSS"],"Breadcrumbs settings":["Axustes de faragullas de pan"],"Make primary":["Facer principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Introduce o teu código de autorización de Google e preme o botón Autorizar."],"Knowledge base article":["Artigo dá base de coñecemento"],"Open the knowledge base article in a new window or read it in the iframe below":["Abre o artigo da base de coñecemento nunha nova xanela ou leo no marco de abaixo"],"Search results":["Resultados da procura"],"%s notification":["%s aviso","%s avisos"],"Disable readability analysis":["Desactivar a análise de lexibilidade"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Quita a pestana de lexibilidade da caixa meta e desactiva todas as suxestións relacionadas coa lexibilidade."],"Readability analysis":["Análise de lexibilidade"],"Needs improvement":["Necesita melloras"],"Readability":["Lexibilidade"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Estás a tratar de cargar arquivos sen minimizar, e só están dispoñibles en noso paquete de desenvolvemento. Revisa %1$s para ver todos os arquivos orixinais."],"Improvements":["Melloras"],"Dismiss this item.":["Descartar este elemento."],"Good job! We could detect no serious SEO problems.":["Bo traballo! Non detectamos ningún problema grave de SEO."],"We have detected the following issues that affect the SEO of your site.":["Detectamos os seguintes problemas que afectan ao SEO do teu sitio."],"Problems":["Problemas"],"Analysis":["Análise"],"Not available":["Non dispoñible"],"Filter by SEO Score":["Filtrar por puntuación SEO"],"Meta description not set.":["Non definiuse a meta descrición."],"Video tutorial":["Vídeo titorial"],"Email support is a %s feature":["O soporte por correo electrónico é unha característica %s"],"Knowledge base":["Base de coñecementos"],"Open":["Abrir"],"Loading...":["Cargando..."],"Something went wrong. Please try again later.":["Algo saíu mal. Por favor, téntao de novo máis tarde."],"No results found.":["Non se atoparon resultados."],"Dashboard":["Panel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Podes solucionar este problema na %1$s páxina de axustes dás ligazóns permanentes %2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["A paxinación dos comentarios está activada, isto non é necesario en 999 de 1000 casos, recomendámosche desactivala."],"Replaced with the primary category of the post/page":["Substituído coa categoría principal do artigo/páxina"],"Pinterest confirmation":["Confirmación de Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Se xa confirmaches túa web en Pinterest podes saltarche este paso."],"Format-based archives":["Arquivos de formatos"],"Webmaster Tools verification":["Verificación nas ferramentas para webmasters"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Sigue nosa %1$s formación para WordPress e convirtete en un experto %1$s certificado!"],"Want to be a %s Expert?":["Queres ser un experto en %s?"],"Buy %s":["Comprar %s"],"Show information about errors in category %s":["Mostrar información dos erros da categoría %s"],"New %1$s Title":["Novo título de %1$s"],"Existing %1$s Title":["O título %1$s xa existe"],"Expected an integer as input.":["Esperábase un número enteiro."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Tentouse crear a clave de caché do mapa do sitio pero a combinación do sufixo e prefixo deixa demasiado abertas as opcións. É posible que queiras mostrar unha páxina que non estea no rango desexado."],"Remove":["Quitar"],"Keep":["Conservar"],"Bold the last page":["Última páxina en letra grosa"],"Regular":["Normal"],"Bold":["Letra grosa"],"Show Blog page":["Mostrar a páxina do blog"],"Primary %s":["Principal %s"],"Primary":["Principal"],"Make %1$s primary %2$s":["Facer %1$s primario %2$s"],"Term is set to noindex.":["O termo vaise etiquetar como noindex."],"Author archives":["Arquivos de autor"],"Show":["Mostrar"],"Enabled":["Activado"],"Disabled":["Desactivado"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s non obtivo aínda o estado de indexación do teu sitio dende %2$s"],"The separator defined in your theme's %s tag.":["O separador definido na etiqueta %s do teu tema."],"No index":["Non indexar"],"Analyze entire site":["Analizar o sitio completo"],"Fetch the current status":["Ver o estado actual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s non foi capaz de obter o estado de indexación do teu sitio%3$s dende %4$s"],"Your homepage can be indexed by search engines.":["A túa páxina de inicio pode ser indexada polos motores de procura."],"Indexability check by %1$s":["Comprobación de indexación de %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Se queres utilizar unha imaxe para compartir en %1$s podes subir/elexir unha imaxe ou engadir aquí a URL dá imaxe."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Se queres utilizar outro texto diferente á meta descrición para compartir en %1$s escríbeo aquí."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Se queres utilizar outro texto diferente ao título para compartir en %1$s escríbeo aquí."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$s a túa páxina principal non pode ser indexada polos motores de procura %2$s. Isto é moi prexudicial para o SEO e debe ser solucionado."],"Once Weekly":["Unha vez por semana"],"SEO score":["Puntuación de SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculando a puntuación SEO para todo o contido coa palabra clave obxectivo."],"%1$s of %2$s done.":["%1$s de %2$s feito."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Actualizamos o noso algoritmo de puntuación SEO. %1$s Recalcula as puntuacións SEO %2$s de todos os artigos e páxinas."],"Team Yoast":["Equipo Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["A primeira verdadeira solución SEO todo nun para WordPress, incluíndo análise de contido de páxinas, mapas do sitio en XML e moito máis."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Fallou a activación:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["A extensión filtro parece non estar dispoñible. Por favor, pide ao teu provedor de aloxamento web que a habilite."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["A instalación do plugin %1$s non se completou. Por favor, consulta as %2$s instrucións de instalación %3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["A extensión da libraría estándar PHP (SPL) parece non estar dispoñible. Por favor, pídelle ao teu provedor de aloxamento que a active."],"SEO Settings":["Axustes SEO"],"Mobile-Friendly Test":["Proba de compatibilidade para móviles"],"Google Page Speed Test":["Test de rapidez de páxinas de Google"],"CSS Validator":["Validador de CSS"],"HTML Validator":["Validador de HTML"],"Pinterest Rich Pins Validator":["Validador de Pinterest Rich Pins"],"Facebook Debugger":["Depurador de Facebook"],"Check Headers":["Comprobar cabeceiras"],"Check Google Cache":["Comprobar a caché de Google"],"Analyze this page":["Analizar esta páxina"],"Keyword Research":["Análise de palabras crave"],"%s does not seem to be a valid url. Please correct.":["%s non parece ser unha url válida. Por favor corríxea."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s non parece que sexa unha cadea válida de verificación de %2$s. Por favor, corríxeo."],"%s Archive":["%s arquivo"],"You searched for %s":["Buscaches %s"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s non parece ser un nome de usuario válido de Twitter. Por favor, corríxeo."],"Summary with large image":["Resumo con imaxe grande"],"Summary":["Resumo"],"The post %1$s appeared first on %2$s.":["O artigo %1$s publicouse primeiro en %2$s."],"No numeric value was received.":["Non se recibiu ningún valor numérico."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Debe existir un blog. O blog %s non existe ou foi marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["A configuración predeterminada do blog debe ser o ID numérico do blog que queres utilizar como predeterminado."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s non é unha elección válida para quen debería ter acceso aos axustes de %2$s. O valor devolveuse ao predeterminado."],"Please select a valid post type for taxonomy \"%s\"":["Por favor, elixe un tipo de contido válido para a taxonomía \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor, elixe unha taxonomía válida para o tipo de contido \"%s\""],"You searched for":["Buscaches por"],"Home":["Portada"],"Archives for":["Arquivos de"],"Error 404: Page not found":["Erro 404: Páxina non atopada"],"Good":["Bo"],"Replaced with a custom taxonomies description":["Substituído cunha descrición personalizada de taxonomías"],"Replaced with a posts custom taxonomies, comma separated.":["Substituído con taxonomías personalizadas de artigos, separados por comas."],"Replaced with a posts custom field value":["Substituído cun valor de campo personalizado dos artigos"],"Replaced with the slug which caused the 404":["Substituído polo slug que causou o 404"],"Replaced with the posts focus keyphrase":["Substituído coa palabra clave obxectivo das publicacións"],"Attachment caption":["Pé de foto do adxunto"],"Replaced with the current page number":["Substituído polo número da páxina actual"],"Replaced with the current page total":["Substituído polo total da páxina actual"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Substituído polo número actual da páxina no contexto (por exemplo, páxina 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Substituído pola \"Información biográfica\" do autor do artigo/páxina"],"Replaced with the post/page author's 'nicename'":["Substituído co \"pseudónimo\" do autor do artigo/páxina."],"Replaced with the post/page ID":["Substituído coa IDE do artigo/páxina"],"Replaced with the post/page modified time":["Substituído coa data da modificación do artigo/páxina"],"Replaced with the content type plural label":["Substituído coa etiqueta do artigo en plural"],"Replaced with the content type single label":["Substituído coa etiqueta do artigo en singular"],"Replaced with the current search phrase":["Substituído coa frase de procura actual"],"Replaced with the term name":["Substituído co nome do termo"],"Replaced with the term description":["Substituído coa descrición do termo"],"Replaced with the tag description":["Substituído coa descrición da etiqueta"],"Replaced with the category description":["Substituído coa descrición da categoría"],"Replaced with the post categories (comma separated)":["Substituír coas categorías do artigo (separadas con coma)"],"Replaced with the current tag/tags":["Substituído coa(s) etiqueta(s) actuais"],"Replaced with the post/page excerpt (without auto-generation)":["Substituído co extracto do artigo/páxina (sen autoxeración)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Substituído co extracto do artigo/páxina (ou a autoxerada se non existe)"],"The site's name":["O nome do sitio"],"Replaced with the title of the parent page of the current page":["Substituído co título da páxina superior da páxina actual"],"Replaced with the title of the post/page":["Substituído co título do artigo/páxina"],"Replaced with the date of the post/page":["Substituído cos datos do artigo/páxina"],"Page %1$d of %2$d":["Páxina %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Non podes substituír unha variable de substitución estándar de WPSEO rexistrando unha variable co mesmo nome. Usa o filtro \"wpseo_replacements\" no canto de axustar o valor de substitución."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Xa foi rexistrada unha variable de substitución co mesmo nome. Trata de facer que o nome da variable sexa diferente e único."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Unha variable de substitución non pode comezar por \"%%cf_\" o \"%%ct_\" debido a que estas están reservadas para variables estándar de WPSEO para campos e taxonomías personalizadas. Intenta elixir nomes de variables únicos."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Unha variable de substitución soamente pode conter caracteres alfanuméricos, guión baixo, ou guión normal. Tenta renomear a túa variable."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Aviso só para o Administrador: esta páxina non mostra unha meta descrición porque non a ten. Feixe unha destas dúas cousas: escribe unha especificamente para esta páxina o vai ao menú [%1$s - %2$s] e configura unha persoal."],"Page not found":["Páxina non atopada"],"%s Archives":["%s arquivos"],"Search for \"%s\"":["Buscar por \"%s\""],"Meta description to use for Author page":["Meta descrición a usar na páxina do autor"],"Title to use for Author page":["Título para usar na páxina do autor"],"%1$s settings":["Axustes %1$s"],"Export your %1$s settings":["Exportar os teus axustes de %1$s"],"Import settings":["Axustes de importación"],"Import from other SEO plugins":["Importar de otros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Se tiveses un arquivo %s e fose editable poderías editalo dende aquí."],"If your %s were writable, you could edit it from here.":["Se teu arquivo %s tivese permisos de escritura poderías editalo dende aquí."],"You don't have a %s file, create one here:":["Non tes un arquivo %s, crea un aqui:"],"A link to your site, with your site's name and description as anchor text.":["Unha ligazón a teu sitio, co nome do sitio e a descrición como texto de ancoraxe."],"A link to your site, with your site's name as anchor text.":["Unha ligazón a teu sitio, co nome do sitio como texto de ancoraxe."],"A link to the post, with the title as anchor text.":["Unha ligazón ao artigo, co título como texto de ancoraxe."],"A link to the archive for the post author, with the authors name as anchor text.":["Unha ligazón ao arquivo do autor do artigo, co nome do autor como texto de ancoraxe."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Podes usar a seguintes variables dentro do contido, estas serán substituídas por o valor dá dereita."],"Content to put after each post in the feed":["Contido que se poñerá despois de cada artigo no feed"],"Content to put before each post in the feed":["Contido para poñer antes de cada artigo no feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta característica úsase para engadir contido automaticamente á túa RSS, en concreto, trátase de engadir ligazóns de volta ao teu sitio e aos artigos do teu sitio, para que os ladróns de contido torpes engadan automaticamente tamén esas ligazóns, así axudamos aos motores de procura a identificarte como a fonte orixinal de contido."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["O uso desta característica de faragullas de pan está explicada en %1$s o noso artigo sobre implementación de faragullas de pan%2$s."],"How to insert breadcrumbs in your theme":["Como inserir as faragullas de pan no teu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Arquivo do tipo de contido para mostrar nas faragullas de pan para as taxonomías"],"Taxonomy to show in breadcrumbs for content types":["Taxonomía que se mostra en faragullas de pan para os tipos de contido"],"Breadcrumb for 404 Page":["Faragullas de pan para a páxina 404"],"Prefix for Search Page breadcrumbs":["Prefixo para a páxina de procura das faragullas de pan"],"Prefix for Archive breadcrumbs":["Prefixo para os arquivos de faragullas de pan"],"Prefix for the breadcrumb path":["Prefixo da ruta das faragullas de pan"],"Anchor text for the Homepage":["Texto da ligazón para a páxina de inicio"],"Separator between breadcrumbs":["Separador das faragullas de pan"],"Enable Breadcrumbs":["Activar as faragullas de pan"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["A continuación tes as puntuacións SEO dos teus artigos publicados. Agora é un bo momento para empezar a mellorar algúns dos teus artigos!"],"Credits":["Créditos"],"« Back to Tools page":["« Volver á páxina de ferramentas"],"%1$s comes with some very powerful built-in tools:":["%1$s inclúe algunhas ferramentas integradas moi potentes:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta ferramenta permíteche modificar rapidamente arquivos importantes para o teu SEO, como o teu robots.txt e, se o tes, o teu arquivo .htaccess."],"File editor":["Editor de ficheiros"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importa a configuración doutro plugin SEO e exporta a súa configuración para reutilizala noutro sitio."],"Import and Export":["Importar e exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta ferramenta permíteche modificar rapidamente títulos e descricións de artigos e páxinas sen necesidade de editar cada páxina."],"Bulk editor":["Editor masivo"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$s verificar o teu sitio en Pinterest %2$s engade aquí a meta tag:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest utiliza metadatos Open Graph do mesmo xeito que Facebook, así que asegúrate de marcar a casa de Open Graph na pestana de Facebook se queres optimizar o teu sitio para Pinterest."],"The default card type to use":["O tipo de tarxeta predeterminada para utilizar"],"Add Twitter card meta data":["Engade meta datos a tarxeta de Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imaxe úsase se o artigo/páxina compartida non contén ningunha imaxe."],"Default settings":["Axustes por defecto"],"Copy home meta description":["Copiar a meta descrición da portada"],"Description":["Descrición"],"Image URL":["URL da imaxe"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Isto é o título, descrición e imaxe utilizados nas meta tags de Open Graph na páxina principal do teu sitio."],"Frontpage settings":["Axustes da páxina principal"],"Add Open Graph meta data":["Engadir metadatos Open Graph"],"YouTube URL":["URL de YouTube"],"Pinterest URL":["URL de Pinterest"],"MySpace URL":["URL de MySpace"],"LinkedIn URL":["URL de Linkedin"],"Instagram URL":["URL de Instagram"],"Twitter Username":["Usuario de Twitter"],"Facebook Page URL":["URL da páxina de Facebook"],"Accounts":["Contas"],"Restore site to defaults":["Restaurar o sitio con axustes por defecto"],"Site ID":["ID do sitio"],"Using this form you can reset a site to the default SEO settings.":["Usando este formulario podes devolver un sitio aos axustes SEO por defecto."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Os datos sensibles a privacidade (administradores de Facebook, por exemplo), os axustes específicos do tema (reescritura do título) e algúns axustes moi específicos non se importarán a novos blogues."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Introduce o %1$s ID do sitio %2$s cuxos axustes queres usar por defecto para todos os sitios que se engadan á túa rede. Déixao baleiro para ningún (ou sexa, para que se usen os axustes normais por defecto do plugin)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Elixe o sitio coa configuración que desexas utilizar de forma predeterminada para todos os sitios que se engadan á rede. Se elixes \"Ningunha\", utilizaranse os valores predeterminados normais do plugin."],"New sites in the network inherit their SEO settings from this site":["Os sitios novos da rede herdan os axustes SEO deste sitio"],"Super Admins only":["Só para super administradores"],"Site Admins (default)":["Administradores do sitio (por defecto)"],"Who should have access to the %1$s settings":["Quen debería ter acceso aos axustes de %1$s"],"spam":["spam"],"mature":["maduro"],"archived":["arquivado"],"public":["público"],"%s restored to default SEO settings.":["%s restaurouse axustes SEO por defecto."],"Settings Updated.":["Axustes actualizados."],"404 pages":["Páxinas 404"],"Search pages":["Páxinas de procura"],"These pages will be %s by default, so they will never show up in search results.":["Estas páxinas serán %s por defecto, polo que nunca se mostrarán nos resultados de procura."],"Special Pages":["Páxinas especiais"],"Date-based archives could in some cases also be seen as duplicate content.":["Os arquivos baseados en data poderían considerarse nalgúns casos como contido duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Se este é o caso no teu sitio, podes elixir desactivalo (o que fará que se redirixa á túa páxina principal), ou engádelle %s para que non apareza nos resultados de procura."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Se tes un sitio dun só autor o arquivo de autor será exactamente igual que túa páxina principal. Isto é o que se coñece como %1$s problema de contido duplicado %2$s."],"Date archives":["Arquivos por datas"],"author archives":["arquivos do autor"],"Title":["Título"],"%1$s Meta Box":["%1$s caixa meta"],"Hide":["Ocultar"],"Date in Snippet Preview":["Data na vista previa do snippet"],"Take note:":["Apunta:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Podes determinar o título e a descrición para a páxina do blog %1$seditando a mesma páxina do blog%2$s"],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Podes determinar o título e a descrición para a páxina de inicio %1$seditando a propia páxina de inicio%2$s"],"Homepage & Front page":["Portada & Páxina de inicio"],"Title Separator":["Separador do título"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s detectou de forma automática se se necesita forzar a reescritura dos títulos das túas páxinas. Se cres que é un erro e sabes o que fas, podes cambiar este axuste aquí."],"Force rewrite titles":["Forzar a reescritura dos títulos"],"Taxonomies":["Taxonomías"],"Homepage":["Portada"],"%1$s Extensions":["Extensións de %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integra facilmente WooCommerce con %1$s e consigue características adicionais!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Mellora o teu ránking local e o de Google Maps sen esforzo!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Estás en Google News? Incrementa o teu tráfico dende Google News optimizándoo!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimiza os teus vídeos para velos nos resultados de procura e conseguir máis clics!"],"The premium version of %1$s with more features & support.":["A versión premium de %1$s con máis características e soporte."],"Person":["Persoa"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Esta información móstrase como metadata no teu sitio. É a efectos de aparecer en %1$sGoogle's Knowledge Graph%2$s. Podes ser unha empresa ou unha persoa, elixe."],"Website name":["Nome da web"],"Webmaster Tools":["Webmaster tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Non hai nome do artigo na URL dos teus artigos e páxinas, é moi recomendable que o poñas. Exponche configurar a estrutura de teus ligazóns permanentes a /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Faragullas de pan"],"or":["ou"],"Save Profile":["Gardar o perfil"],"There were no profiles found":["Non se atoparon perfís"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autorizar"],"Get Google Authorization Code":["Obter o código de autorización de Google"],"Reload crawl issues":["Volver a cargar os problemas de rastrexo"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder crear unha redirección e solucionar este problema, necesitas %1$s. Podes comprar o plugin, cun ano de soporte e actualizacións incluídas, en %2$s."],"Creating redirects is a %s feature":["A creación de redireccións é unha característica de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Erros que só se produciron cando o teu sitio foi rastrexado por Googlebot para teléfonos móbiles sinxelos (os erros non apareceron na versión de escritorio)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Erros que se produciron só cando teu sitio foi rastrexado por Googlebot-Mobile (estes erros non apareceron na versión de escritorio)."],"Errors that occurred when your site was crawled by Googlebot.":["Erros que se produciron cando Googlebot rastrexou o teu sitio."],"Issue categories":["Categorías de problemas"],"Incorrect Google Authorization Code.":["Código de autorización de Google incorrecto."],"The issues have been successfully reloaded!":["Volvéronse a cargar os problemas!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Elimináronse os datos da %1$s. Se desexas recuperar os datos de novo debes volver a identificarte."],"Crawl errors per page":["Erros de rastrexo por páxina"],"Search":["Buscar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Non perdas erros de rastrexo: %1$s conecta aquí coa consola de Google Search %2$s."],"Create redirect":["Crear redirección"],"Mark as fixed":["Marcar como solucionado"],"Response code":["Código de resposta"],"First detected":["Primeiro detectado"],"Last crawled":["Último rastrexo"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detectou que estás a usar unha versión de %2$s que non é compatible con %1$s. Por favor, actualiza %2$s á versión máis recente para utilizar esta característica."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Os plugins Yoast comparten algo de código entre si para facer o teu sitio máis rápido. Como resultado, necesitamos que todos os teus plugins Yoast estean actualizados. Detectamos algún caso, así que por favor actualiza os plugins Yoast que aínda non estean actualizados."],"Feature phone":["Teléfono sinxelo"],"Smartphone":["Smartphone"],"Desktop":["Escritorio"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["O URL do destino non existe, pero o teu servidor non devolve un erro 404 (arquivo non atopado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tempo de espera esgotado ou o sitio está a bloquear a Google."],"Server Error":["Erro no servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot puido acceder ao teu sitio, pero certos URLs están bloqueados para Googlebot no teu ficheiro %1$s. Este bloqueo podería ser para todos os Googlebots ou mesmo especificamente para Googlebot-móbil."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google non foi capaz de rastrexar este URL debido a un problema sen determinar."],"URL points to a non-existent page.":["O URL apunta a unha páxina inexistente."],"Not found":["Non atopado"],"Not followed":["Non seguido"],"Faulty redirects":["Redireccións erróneas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["O servidor require identificación ou está a impedir que Googlebot acceda ao sitio."],"Access denied":["Acceso denegado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["O plugin %1$s podería provocar problemas usado conxuntamente con %2$s."],"Upload Image":["Subir imaxe"],"Remove these ads?":["Eliminar estes anuncios?"],"%s Posts Overview":["%s Información Xeral dos Artigos"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["O título das faragullas de pan utilízase nas faragullas de pan das taxonomías."],"Breadcrumbs title":["Título da ruta das faragullas de pan"],"The canonical link is shown on the archive page for this term.":["A ligazón canónica móstrase na páxina do arquivo para este termo."],"Facebook App ID":["ID da aplicación en Facebook"],"Pinterest":["Pinterest"],"Other":["Outro"],"Archives":["Arquivos"],"Email":["Correo"],"Previous":["Anterior"],"Next":["Seguinte"],"Close":["Pechar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Tanto %1$s como %2$s poden crear mapas do sitio XML. Ter dous mapas do sitio XML non é beneficioso para os motores de procura, e de feito poderían facer máis lento o teu sitio."],"Configure %1$s's Open Graph settings":["Configurar os axustes de OpenGraph %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Tanto %1$s como %2$s crean datos OpenGraph, o que podería facer que Facebook, Twitter, LinkedIn e outras redes sociais utilicen os textos e imaxes equivocados cando se compartan as túas páxinas."],"%s Image":["%s Imaxe"],"%s Description":["Descrición %s"],"%s Title":["%s Título"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["O tamaño da imaxe recomendado para %1$s é de %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Se queres eliminar a imaxe usada en %s para esta publicación, sube/elixe unha imaxe aquí."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Se non queres usar a meta descrición para compartir o artigo en %s pero queres usar outra descrición, escríbea aquí."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Se non queres utilizar o título da publicación para compartila en %s pero queres utilizar outro título, escríbeo aquí."],"very difficult":["moi difícil"],"Try to make shorter sentences, using less difficult words to improve readability":["Intenta facer frases máis curtas, utilizando menos palabras difíciles para mellorar a lexibilidade."],"difficult":["difícil"],"Try to make shorter sentences to improve readability":["Intenta facer frases máis curtas para mellorar a lexibilidade."],"fairly difficult":["bastante difícil"],"OK":["OK"],"fairly easy":["bastante fácil"],"easy":["fácil"],"very easy":["extremadamente fácil"],"Meta Desc.":["Meta Desc."],"All SEO Scores":["Todos os resultados SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["A imaxe destacada debe ser de polo menos 200 por 200 pixeles para que a use Facebook e outras redes sociais."],"(no parent)":["(sen superior)"],"Post is set to noindex.":["Entrada está establecida como noindex."],"The URL that this page should redirect to.":["O URL ao que debe redirixir esta páxina."],"301 Redirect":["Redirección 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["A URL canónica a que esta páxina debería sinalar. Déixaa baleira para usar por defecto a ligazón permanente. Tamén é compatible con %1$s canonical entre dominios%2$s."],"Canonical URL":["URL canónico"],"Title to use for this page in breadcrumb paths":["Título para usar nesta páxina na cadea de breadcrumbs"],"Breadcrumbs Title":["Título das faragullas de pan"],"No Snippet":["Sen snippet"],"No Archive":["Aplicar atributo \"Non Arquivo\" "],"No Image Index":["Ningún índice de imaxe"],"None":["Ningún"],"Site-wide default: %s":["Predeterminado de todo o sitio: %s"],"Advanced meta robots settings for this page.":["Axustes meta avanzados de robots para esta páxina."],"Meta robots advanced":["Meta robots avanzado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Aviso! Aínda que podes establecer aquí os axustes de meta robots, toda a web está establecida como nonindex nos axustes de privacidade para toda a web, polo que estes axustes non terán efecto."],"Meta description":["Meta descrición"],"SEO Title":["Título SEO"],"Focus keyword":["Palabra clave obxectivo"],"Snippet preview":["Vista previa do snippet"],"Settings successfully imported.":["As configuracións foron importadas con éxito."],"Settings could not be imported:":["As configuracions non poden importarse:"],"Breadcrumb for 404 pages:":["Faragullas de pan para as páxinas 404:"],"Prefix for search result pages:":["Prefixo para as páxinas dos resultados de procura:"],"Prefix for archive pages:":["Prefixo para as páxinas de arquivo:"],"Prefix for breadcrumbs:":["Prefixo para as faragullas de pan:"],"Anchor text for the homepage:":["Texto de ancoraxe para a páxina de inicio:"],"Breadcrumbs separator:":["Separador das faragullas de pan:"],"%s Breadcrumbs":["%s Faragullas de pan"],"Use Image":["Usar imaxe"],"Action":["Acción"],"Page URL/Slug":["URL/Slug da páxina"],"Publication date":["Data de publicación"],"Post Status":["Estado da publicación"],"WP Page Title":["Título da páxina de WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Vista previa"],"Preview “%s”":["Vista previa “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nova meta descrición de Yoast"],"Existing Yoast Meta Description":["Meta descrición de Yoast actual"],"Facebook profile URL":["URL do perfil de Facebook"],"Twitter username (without @)":["Usuario de Twitter (sen @)"],"FAQ":["Preguntas frecuentes"],"Premium Support":["Soporte premium"],"Settings":["Axustes"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Debes %1$s ir aos teus axustes de lectura %2$s e desactivar a casa de visibilidade en buscadores."],"Huge SEO Issue: You're blocking access to robots.":["Gran problema de SEO: Estás a bloquearlles o acceso aos robots."],"Posts":["Artigos"],"Edit Files":["Editar ficheiros"],"Advanced Variables":["Variables avanzadas"],"Basic Variables":["Variables básicas"],"General":["Xeral"],"Extensions":["Extensións"],"Search Console":["Consola de procura"],"Tools":["Ferramentas"],"Advanced":["Avanzado"],"XML sitemaps":["Mapas do sitio XML"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detectou que estás a usar a versión %2$s de %3$s, por favor, actualiza a última versión para evitar problemas de compatibilidade."],"Just another WordPress site":["Outro sitio creado con WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Aínda tes a descrición curta do WordPress, ata deixala baleira sería mellor ca iso. %1$s Podes solucionalo no personalizador %2$s."],"You have used HTML in your value which is not allowed.":["Utilizaches HTML no valor e iso non está permitido."],"You can't edit %s that aren't yours.":["Non podes editar %s xa que non son teus."],"You can't edit %s.":["Non podes editar %s."],"Post has an invalid Content Type: %s.":["A artigo ten un tipo de contido non válido: %s."],"Post doesn't exist.":["O artigo non existe."],"course\u0004Free:":["De balde:"],"posts\u0004Trash (%s)":["Papeleira (%s)","Papeleira (%s)"],"posts\u0004All (%s)":["Todo (%s)","Todos (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/he_IL.json b/Resources/Private/Languages/he_IL.json index f8620cd..da5337a 100644 --- a/Resources/Private/Languages/he_IL.json +++ b/Resources/Private/Languages/he_IL.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"he_IL"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":["ללא ביטויי מפתח"],"Person logo / avatar":["לוגו / צלמית משתמש אישית"],"Extend %s":["הרחבת %s"],"Enroll in the %s for WordPress training":["הרשמו לאימוני וורדפרס של %s"],"Posts with the SEO score: %s":["פוסטים עם ציון SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["דרכת וידאו של %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["כדי להציג את שגיאות הסריקה הנוכחיות, %1$sיש לבקר בקונסולת החיפוש של גוגל%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["גוגל הפסיקה לתמוך ב-API של שגיאות סריקה שלה. לכן, לא ניתן להציג יותר שגיאות סריקה אפשריות. %1$sלמידע נוסף ניתן לקרוא את ההצהרה שלנו בנושא זה%2$s."],"Remove this message":["הסר הודעה זו"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["ניתן לייעל עוד יותר את האתר עבור קהל מקומי באמצעות %s! אופטימיזציית כתובות, שעות פתיחה, איתור חנות ואפשרויות איסוף!"],"Serving local customers?":["משרתים לקוחות מקומיים?"],"Get the %s plugin now":["קבל את התוסף %s עכשיו"],"Organization social profiles":["פרופילים חברתיים של הארגון"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["ניתן לערוך את הפרטים שמוצגים בנתוני מטה דטה, כמו הפרופילים החברתיים, השם והתיאור של המשתמש הזה בדף הפרופיל של %1$s."],"Personal info":["מידע אישי"],"Organization logo":["לוגו ארגון"],"Organization name":["שם הארגון"],"Choose whether the site represents an organization or a person.":["בחר אם האתר מייצג ארגון או אדם."],"Knowledge Graph & Schema.org":["גרף הידע ו-Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["כדי שהאתר ייצג חברה או ארגון, גשו אל %1$s תצוגת חיפוש%2$s והגדירו \"ארגון\" בשדה \"ארגון או אדם\"."],"To change the social accounts used for your site, update the details for %1$s.":["כדי לשנות את החשבונות החברתיים המשמשים את האתר, יש לעדכן את הפרטים עבור %1$s."],"That means that the form and information below is disabled, and not used.":["משמעות הדבר היא כי הטופס והמידע שלהלן מושבתים, ולא נעשה בהם שימוש."],"Your website is currently configured to represent a Person":["האתר מוגדר לייצוג בן אדם"],"(if one exists)":["(אם קיים)"],"Wikipedia page about you":["עמוד ויקיפדיה אודותייך"],"YouTube profile URL":["כתובת פרופיל יוטיוב"],"Tumblr profile URL":["כתובת פרופיל טמבלר"],"SoundCloud profile URL":["כתובת פרופיל סאונד-קלאוד"],"MySpace profile URL":["כתובת פרופיל מיי-ספייס"],"Organization or person":["ארגון או אדם"],"The person":["האדם"],"Organization":["ארגון"],"Does your site represent a person or an organization?":["האם האתר מיצג אדם או ארגון?"],"The name of the organization":["השם של הארגון"],"Provide an image of the organization logo":["ספק תמונה של לוגו הארגון"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["בעבר האתר הוגדר לייצוג אדם. שיפרנו את פונקציונליות ה-Schema וגרף הידע, לכן יש %1$sלהשלים הגדרות נוספות%2$s."],"Select a user...":["בחירת משתמש..."],"Uncategorized":["ללא קטגוריה"],"Name:":["שם:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["המשתמש %1$s נבחר כאדם שמייצג אתר זה. פרטי פרופיל המשתמש שלו ישמשו כעת בתוצאות החיפוש. %2$sניתן לעדכן את פרופיל המשתמש כדי לוודא שהמידע נכון.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["שגיאה: נא לבחור משתמש כדי להשלים את המידע אודות האתר."],"SEO score: %s":["ציון SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["אם יש לך או לארגון שלך עמוד ויקיפדיה, הוסף גם אותו."],"Wikipedia URL":["כתובת ויקיפדיה"],"Pinterest profile URL":["כתובת פרופיל פינטרסט"],"Instagram profile URL":["כתובת פרופיל אינסטגרם"],"LinkedIn profile URL":["כתובת פרופיל לינקדאין"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["מחקר מילות מפתח הוא שלב חיוני בכל אסטרטגיה SEO. יש להחליט באילו מונחי חיפוש ברצונך להופיע, ולנסות להבין באילו מילות מפתח הגולשים משתמשים כדי למצוא את האתר. מחקר מילות מפתח טוב אומר איזה תוכן האתר צריך כדי להתחיל להיות מדורג במונחים שבהם מעוניינים להופיע. יש לוודא שמירב המאמצים מופנים למילות מפתח שיש סיכוי שתדורגו בהם! %1$s מעביר אותך בתהליך זה, צעד אחר צעד."],"SEO for Beginners training":["תרגול SEO למתחילים"],"%s for WordPress training":["%s לתרגול וורדפרס"],"All-around SEO training":["כל מה שקשור לתרגול SEO"],"The image you selected is too small for Facebook":["התמונה שנבחרה קטנה מדי עבור פייסבוק"],"The given image url cannot be loaded":["לא ניתן לטעון תמונה מהכתובת שניתנה"],"Find out what words your audience uses to find you":["גלה באילו מילים גולשי האתר משתמשים כדי למצוא אותך"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":["לא הוחזר אובייקט JSON."],"Received internal links":["קישורים פנימיים שהתקבלו"],"Outgoing internal links":["קישורים פנימיים יוצאים"],"New step added":["נוסף שלב חדש"],"New question added":["נוספה שאלה חדשה"],"To be able to create a redirect and fix this issue, you need %1$s. ":["כדי ליצור הפניה מחדש ולתקן את בעיה זו, אתה צריך %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["אתה יכול לרכוש את התוסף, כולל תמיכה לשנה ועידכונים, ב %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["מונה הקישורים בתוכן מספק תובנות לגבי מספר הקישורים שנמצאים בטקסט וכמה הקישורים מפנים לתכנים באתר. הדבר מועיל מאוד כשרוצים לשפר את %1$sהקישורים הפנימיים%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["כדי שתכונה זו תעבוד %1$s דורשת לפחות גירסה %2$s של PHP. באתר זה זוהתה גירסה %3$s של PHP."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["יש לשקול היטב את ההשלכות וכן %1$sלקרוא את הפוסט הזה%2$s אם ברצונך לקבל מידע נוסף על ההשפעה של הצגת מדיה בתוצאות החיפוש."],"Keyphrase":["ביטוי מפתח"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["כדי שתכונה זו תעבוד, %1$s צריך ליצור טבלה במסד הנתונים. לא הצלחנו ליצור טבלה זו באופן אוטומטי."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["על ידי הפעלת אפשרות זו, כתובות של קבצים מצורפים הופכות לגלוות, הן למבקרים והן לגוגל. כדי להוסיף ערך לאתר, הם צריכים להכיל מידע שימושי, או שהם עשויים להשפיע לרעה על דירוג האתר."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["המאפיין %3$sמונה קישורים בתוכן%4$s (שהוצג ב-%1$s %2$s) מושבת כעת."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["נא לקרא את %1$sהמאמר במאגר המידע%2$s כדי להבין כיצד לפתור בעיה זו."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["כדי לוודא שכל הקישורים בטקסט נספרו, אנחנו צריכים לנתח את כל הטקסטים."],"All you have to do is press the following button and we'll go through all your texts for you.":["כל שעליך לעשות הוא ללחוץ על הכפתור הזה ואנחנו נעבור על כל הטקסטים למענך. "],"Count links":["ספור קישורים"],"Free":["חינם"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":["%1$sתגיות ALT לתמונות%2$s: עבודה טובה!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sתגיות ALT לתמונות%3$s: לתמונות בעמוד זה חסרות תגיות alt המשקפות את התוכן. %2$sיש להוסיף ביטוי מפתח או מילים נרדפות לתגיות ALT של התמונות הרלוונטיות%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sתגיות ALT לתמונות%3$s: לתמונות בעמוד זה יש תגיות ALT, אך לא הוגדר בהם ביטוי מפתח. %2$sיש לתקן זאת%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sביטוי מפתח בכותרות משנה%2$s: %3$s מכותרות המשנה ברמה הגבוהה ביותר משקפות את הנושא של התוכן. עבודה טובה!","%1$sביטוי מפתח בכותרות משנה%2$s: %3$s מכותרות המשנה ברמה הגבוהה ביותר משקפות את הנושא של התוכן. עבודה טובה!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sביטוי מפתח בכותרות משנה%2$s: כותרת משנה ברמה הגבוהה יותר משקפת את הנושא של התוכן. עבודה טובה!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sביטוי מפתח בכותרות משנה%3$s: %2$sהשתמש ביותר ביטויי מפתח או המילים הנרדפות שלהם בכותרות משנה ברמה הגבוהה ביותר%3$s!"],"Page %s":["עמוד %s"],"Cannot get the size of %1$s because of unknown reasons.":["לא ניתן לקבל את הגודל של %1$s מסיבות לא ידועות."],"Cannot get the size of %1$s because it is hosted externally.":["לא ניתן לקבל את הגודל של %1$s מכיוון שהוא מתארח בשרת חיצוני."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["פשוט החלף את המעבר ל \"on\" ותוכל להשתמש בניתוח מכוייל מחדש. בנוסף, נצרף אותך לרשימת התפוצה הספציפית שלנו. אנו נשלח אליך אימייל רק על החוויות שלך עם כיול זה!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["אנחנו %1$sכיילנו מחדש את הניתוח שלנו%2$s. בעזרת הניתוח החדש, נדע טוב יותר איך גוגל רואה אתרים. זה יהיה %3$sמדהים%4$s אם תרצה %3$sלנסות את גרסת הבטא של התכונה הזו%4$s עבורנו!"],"Get an even better analysis":["קבל ניתוח אפילו יותר מעמיק"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sכותרת אחת%3$s: כותרת מסוג H1 צריכה לשמש רק את הכותרת הראשית. מצא את כל כותרות ה-H1 בתוכן שאינן הכותרת הראשית %2$sושנה אותן לכותרות ברמה נמוכה יותר%3$s!"],"Improve sharing on Facebook and Pinterest":["שיפור שיתופים בפייסבוק ובפינטרסט"],"You do not have the required rights to export settings.":["אין לך את ההרשאות הנדרשות כדי לייצא נתונים"],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["העתיקו את כל ההגדרות האלה לכרטיסיית %1$s באתר אחר וליחצו שם על \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["אלו הן ההגדרות עבור התוסף %1$s מאת %2$s"],"No settings found.":["לא נמצאו הגדרות."],"Export your %1$s settings here, to copy them on another site.":["ייצוא הגדרות %1$s כדי להעתיק אותם באתר אחר."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["ייבוא ​​הגדרות נתמך רק בשרתים שמפעילים PHP 5.3 ומעלה."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["ייבוא הגדרות על ידי הדבקת ההגדרות שהועתקו מאתר אחר ולחיצה על \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sצפיפות ביטויי מפתח%2$s: ביטוי מפתח למיקוד נמצא 0 פעמים. זה פחות מהמינימום המומלץ של %3$d פעמים עבור תוכן באורך זה. %4$sביטוי מפתח למיקוד שלך%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sצפיפות ביטויי מפתח%2$s: ביטוי מפתח למיקוד נמצא פעם %3$d. זה נהדר!","%1$sצפיפות ביטויי מפתח%2$s: ביטוי מפתח למיקוד נמצא %3$d פעמים. זה נהדר!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":["לא נמצא מונח עיקרי עבור פוסט עם מזהה %1$s וטקסונומיה %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":["המתודה %1$s() אינה קיימת בקלאס %2$s"],"With %s, you can easily create such redirects.":["באמצעות %s ניתן ליצור בקלות הפניות כאלה."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["שינוי מבנה קישורים יכול להשפיע משמעותית על נראות האתר במנועי חיפוש. מומלץ %1$s לעולם %2$s לא לבצע את זה על אתר חי."],"WARNING:":["אזהרה:"],"Learn about why permalinks are important for SEO.":["למד מדוע קישורים חשובים לקידום אתרים."],"Google Ads":["מודעות גוגל"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["האם ידעת ש%s בוחן גם את ההבדלים בביטויי מפתח, גם בהטיות של יחיד ורבים ואף זמני עבר?"],"Clear Image":["נקה תמונה"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sאורך ביטוי מפתח%3$s: %2$sהגדר ביטוי מפתח כדי לחשב ציון SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sביטוי מפתח בסלאג%2$s: יותר ממחצית מביטויי המפתח שלך מופיע בסלאג. זה נהדר!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sביטוי מפתח בסלאג%3$s: (חלק מ) ביטויי המפתח אינם מופיעים בסלאג. %2$sשנה את זה%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sביטוי מפתח בסלאג%2$s: עבודה טובה!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sביטוי מפתח בכותרת%3$s: לא כל המילים בביטוי הממפתח \"%4$s\" מופיעים בכותרת SEO. %2$sנסה להשתמש בביטוי מפתח מדויקת בכותרת SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sביטוי מפתח בכותרת%3$s: לא מכיל את אותן המילים. %2$sנסה להשתמש בביטוי מפתח מדויקת בכותרת SEO%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sפיזור ביטויי מפתח%2$s: עבודה טובה!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sפיזור ביטויי מפתח%3$s: לא אחיד. חלקים מסוימים בתוכן אינם מכילים ביטוי מפתח או את המילים הנרדפות שלו. %2$sיש לפזר אותם באופן שווה יותר%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sפיזור ביטויי מפתח%3$s: מאוד לא אחיד. חלקים גדולים בתוכן אינם מכילים ביטוי מפתח או את המילים הנרדפות שלו. %2$sיש לפזר אותם באופן שווה יותר%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sפיזור ביטויי מפתח%3$s: %2$sיש לכלול ביטוי מפתח או את המילים הנרדפות שלו בתוכן כדי שנוכל לבדוק את פיזור ביטויי המפתח%3$s."],"Help on choosing the perfect focus keyphrase":["עזרה בבחירת ביטוי מפתח מושלמים למיקוד"],"Would you like to add a related keyphrase?":["האם ברצונך להוסיף ביטוי מפתח דומה?"],"Go %s!":["לך %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":["דירוג גבוה יותר באמצעות מילים נרדפות וביטויי מפתח דומים"],"optimize a single post for synonyms and related keyphrases.":["אופטימיזצייה של פובט בודד עבור מילים נרדפות וביטוי מפתח דומים."],"Synonyms & related keyphrases":["מילים נרדפות וביטוי מפתח דומים"],"Add related keyphrase":["הוסף ביטוי מפתח רלוונטיים"],"Dismiss %s upgrade notice":["בטל הודעת שדרוג %s"],"Upgrade to %s":["שדרג אל %s"],"%1$s video":["%1$s וידאו"],"Get %s":["קבל %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sביטוי מפתח שהיה בשימוש בעבר%2$s: לא נעשה שימוש בביטוי מפתח זה בעבר, טוב מאוד."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sהסלאג ארוך מדי%3$s: הסלאג של העמוד הזה קצת ארוך. %2$sקצר אותו%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sתגיות ALT לתמונות%3$s: אין תמונות בעמוד זה. %2$sהוסף כמה%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sקישור לביטוי מפתח%3$s: אתה מקשר לעמוד אחר עם ביטוי מפתח שאתה רוצה שעמוד זה ידרג. %2$sאל תעשה את זה%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["זה הרבה מתחת למינימום המומלץ מילה %5$d. %3$s יש להוסיף תוכן נוסף %4$s.","זה הרבה מתחת למינימום המומלץ של %5$d מילים. %3$s יש להוסיף תוכן נוסף %4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["זה מתחת למינימום המומלץ של מילה %5$d. %3$s יש להוסיף תוכן נוסף %4$s.","זה מתחת למינימום המומלץ של %5$d מילים. %3$s יש להוסיף תוכן נוסף %4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sאורך הטקסט %4$s: הטקטס מכיל מילה %1$d.","%2$sאורך הטקסט %4$s: הטקטס מכיל %1$d מילים."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sאורך הטקסט %3$s: הטקטס מכיל מילה %1$d. עבודה טובה!","%2$sאורך הטקסט %3$s: הטקטס מכיל %1$d מילים. עבודה טובה!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sביטוי מפתח בכותרות משנה%3$s: מעל 75%% מכותרות המשנה ברמה הגבוהה משקפות את הנושא של התוכן. זה יותר מדי. %2$sאל תבצע אופטימיזציית יתר%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sאורך כותרת SEO%3$s: %2$sנא ליצור כותרת SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":["%1$sאורך כותרת SEO%2$s: עבודה טובה!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sקישורים יוצאים%2$s: בעמוד זה מופיעים גם קישורים יוצאים וגם קישורי nofollowed. עבודה טובה!"],"%1$sOutbound links%2$s: Good job!":["%1$sקישורים יוצאים%2$s: עבודה טובה!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sקישורים יוצאים%3$s: כל הקישורים היוצאים בדף זה הם nofollowed. %2$sהוסף כמה קישורים רגילים%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sקישורים יוצאים%3$s: אין קישורים יוצאים בעמוד זה. %2$sהוסף כמה%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sאורך תיאור מטא%2$s: כל הכבוד!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sאורך תיאור מטא%3$s: תיאור מטא מכיל מעל %4$d תווים. כדי לוודא שכל התיאור יוצג, %2$sיש להקטין את האורך%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sאורך תיאור מטא%3$s: תיאור מטא קצר מדי (מתחת ל-%4$d תווים). ניתן להשתמש עד %5$d תווים. %2$sנצלו את המקום שנותר%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sאורך תיאור מטא%3$s: לא הוגדר תיאור מטא. במקום זאת, מנועי חיפוש יציגו חלק מהתוכן של העמוד. %2$sיש לדאוג לכתוב תיאור מטא%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sאורך ביטוי מפתח%5$s: ביטוי מפתח באורך %1$d מילים. זה הרבה מעל המקסימום המותר של %2$d מילים. %4$sקצר אותו%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sאורך ביטוי מפתח%5$s: ביטוי מפתח באורך %1$d מילים. זה מעל המקסימום המותר של %2$d מילים. %4$sקצר אותו%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sאורך ביטוי מפתח%2$s: עבודה טובה!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sאורך ביטוי מפתח%3$s: לא הוגדר ביטוי מפתח עבור עמוד זה. %2$sהגדר ביטוי מפתח כדי לחשב ציון SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sביטויי מפתח בהקדמה%2$s: כל הכבוד!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sקישורים פנימיים%2$s: בעמוד זה מופיעים גם קישורים פנימיים וגם קישורי nofollowed. עבודה טובה!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sקישורים פנימיים%2$s: יש מספיק קישורים פנימיים. עבודה טובה!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sקישורים פנימיים%3$s: כל הקישורים הפנימיים בעמוד זה הם nofollowed. %2$sהוסף כמה קישורים פנימיים טובים%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sקישורים פנימיים%3$s: אין קישורים פנימיים בעמוד זה. %2$sהוסף כמה%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sמילות קישור%2$s: כל הכבוד!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sמילות קישור%2$s: רק %3$s מהמשפטים מכילים מילות מעבר, וזה לא מספיק. %4$sהשתמש ביותר מהם%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sמילות קישור%2$s: אף אחד מהמשפטים אינו מכיל מילות קישור. %3$sהשתמש בכמה%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sאין מספיק תוכן%2$s: %3$sיש להוסיף תוכן כדי לאפשר ניתוח טוב%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sפיזור כותרות משנה%2$s: אתה לא משתמש בכלל בכותרות משנה, אבל מכיוון שהטקסט קצר מספיק, וכנראה שלא צריך אותן."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sפיזור כותרות משנה%2$s: אתה לא משתמש בכלל כותרות משנה, למרות שהטקסט ארוך למדי. %3$sנסה להוסיף מספר כותרות משנה%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sפיזור כותרות משנה%2$s: אזור %3$d ארוך מ-%4$d מילים ולא מופרד בכותרות משנה כלשהן. %5$sנסה להוסיף כותרות משנה כדי לשפר את הקריאות%2$s.","%1$sפיזור כותרות משנה%2$s: %3$d אזורים ארוכים מ-%4$d מילים ולא מופרדים בכותרות משנה כלשהן. %5$sנסה להוסיף כותרות משנה כדי לשפר את הקריאות%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sפיזור כותרות משנה%2$s: עבודה טובה!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":["%1$sאורך המשפט%2$s: מעולה!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sמשפטים רצופים%2$s: המשפטים מגוונים מספיק. זה נהדר!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sמשפטים רצופים%2$s: התוכן מכיל %3$d משפטים רצופים המתחילים באותה מילה. %5$sנסו לערבב דברים%2$s!","%1$sמשפטים רצופים%2$s: התוכן מכיל %4$d מקרים שבהם %3$d או יותר משפטים רצופים המתחילים באותה מילה. %5$sנסו לערבב דברים%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sקול פסיבי%2$s: נעשה שימוש מספק בקול אקטיבי. זה נהדר!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sאורך פסקה%2$s: %3$d מהפסקאות מכילות יותר מילים מהמקסימום המומלץ של %4$d מילים. %5$sקצר את הפסקאות%2$s!","%1$sאורך פסקה%2$s: %3$d מהפסקאות מכילות יותר מילים מהמקסימום המומלץ של %4$d מילים. %5$sקצר את הפסקאות%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sאורך פסקה%2$s: אף אחת מהפסקאות לא ארוכה מדי. עבודה טובה!"],"Good job!":["עבודה טובה!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["ביטוי מפתח למיקוד"],"%1$s with ID %2$s couldn't be patched":["%1$s עם מזהה %2$s לא ניתן לתיקון"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["בקשת POST לא חוקית. ערכי meta כבר קיימים עבור אובייקט עם המזהה %1$s."],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":["לא ניתן למצוא אובייקט עם מזהה %1$s ו-%2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` אינו תת-סוג תקין של `%2$s`"],"The object type `%1$s` is invalid":["אובייקט מסוג `%1$s` לא תקין"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["התקבל פרמטר `%1$s` מסוג לא חוקי. צפוי `%2$s`, אך התקבל `%3$s`"],"The parameter `%1$s` cannot be empty.":["הפרמטר `%1$s` לא יכול להיות ריק."],"Check Keyphrase Density":["בדיקת צפיפות ביטוי מפתח"],"Disable":["כיבוי"],"Allow Control":["אפשר שליטה"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":["%s הוא ארגומנט מחייב לתכונה."],"Keyphrase:":["ביטוי מפתח:"],"Remove keyphrase":["הסר ביטוי מפתח"],"This feature has been disabled by the network admin.":["תכונה זו הושבתה על ידי מנהל הרשת."],"Focus keyphrase not set.":["לא הוגדרו ביטוי מפתח למיקוד."],"Multiple keyphrases":["ביטוי מפתח מרובים"],"Colon":["נקודתיים"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["גם %1$s וגם %2$s מנהלים את ה-SEO של האתר. הפעלת שני תוספי SEO במקביל יכול להזיק לאתר."],"There is a new notification.":["ישנה הודעה חדשה","ישנן הודעות חדשות"],"Learn more about the readability analysis":["מידע נוסף על ניתוח קריאות"],"Describe the duration of the instruction:":["תאר את משך ההוראה:"],"Optional. Customize how you want to describe the duration of the instruction":["אופציונאלי. התאמה אישית של האופן בו ברצונך לתאר את משך ההוראה"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["זוהי רשימה של תכנים רלוונטיים שניתן לקשר אליה מהפוסט. {{a}}קרא את המאמר שלנו על היררכית אתרים{{/a}} כדי ללמוד עוד על הדרך בה קישורים פנימיים יכולים לסייע בשיפור ה-SEO."],"%s, %s and %s":["%s, %s ו%s"],"%s and %s":["%s ו%s"],"%d minute":["דקה %d","%d דקות"],"%d hour":["שעה %d","%d שעות"],"%d day":["יום %d","%d ימים"],"Enter a step title":["הזן כותרת שלב"],"Optional. This can give you better control over the styling of the steps.":["אופציונאלי. יכול לתת שליטה טובה יותר על עיצוב השלבים."],"CSS class(es) to apply to the steps":["קלאסים של CSS להחיל על השלבים"],"minutes":["דקות"],"hours":["שעות"],"days":["ימים"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["רשום את השאלות הנפוצות שלך בצורה ידידותית ל-SEO. ניתן להשתמש בבלוק אחד בלבד בכל פוסט."],"Copy error":["העתק שגיאה"],"An error occurred loading the %s primary taxonomy picker.":["חלה תקלה בטעינת הטקסונומיה הראשית %s."],"%1$s Structured Data Blocks":["בלוק מבנה נתונים של %1$s"],"Time needed:":["זמן נדרש:"],"Move question down":["הורד שאלה למטה"],"Move question up":["העלה שאלה למעלה"],"Insert question":["הוסף שאלה"],"Delete question":["מחק שאלה"],"Enter the answer to the question":["הזן תשובה לשאלה"],"Enter a question":["הזן שאלה"],"Add question":["הוסף שאלה"],"Frequently Asked Questions":["שאלות נפוצות"],"Great news: you can, with %s!":["חדשות נהדרות: אתה יכול, עם %s!"],"Select the primary %s":["בחירת %s ראשי"],"Check links to this URL":["בדיקת קישורים בכתובת זו"],"Keyword research training":["תרגול מחקר מילות מפתח"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["נא לבדוק %1$sתבנית ארכיון%2$s עבור תכנים מסוג %3$s.","נא לבדוק %1$sתבניות ארכיון%2$s עבור תכנים מסוג %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["האם אתה מנסה להשתמש בביטוי מפתח מרובים? יש להוסיף אותם למטה בנפרד."],"Mark as cornerstone content":["סמן כעוגני תוכן"],"Move step down":["הורד שלב למטה"],"Move step up":["העלה שלב למעלה"],"Insert step":["הוסף שלב"],"Delete step":["מחק שלב"],"Add image":["הוסף תמונה"],"Enter a step description":["הזן תיאור שלב"],"Enter a description":["הזן תיאור"],"Unordered list":["רשימה לא ממוספרת"],"Showing step items as an ordered list.":["מציג צעדים כרשימה ממוספרת."],"Showing step items as an unordered list":["מציג צעדים כרשימה לא ממוספרת."],"Add step":["הוסף שלב"],"Delete total time":["מחק סה\"כ זמן"],"Add total time":["הוסף סה\"כ זמן"],"How to":["איך"],"How-to":["איך"],"Snippet Preview":["תצוגה מקדימה"],"Analysis results":["תוצאות ניתוח"],"Enter a focus keyphrase to calculate the SEO score":["הזן ביטוי מפתח למיקוד כדי לחשב ציון SEO"],"Learn more about Cornerstone Content.":["מידע נוסף על עוגני תוכן."],"Cornerstone content should be the most important and extensive articles on your site.":["עוגני תוכן אמורים להיות המאמרים הכי חשובים ונרחבים באתר."],"Restore Site":["שיחזור אתר"],"Network Settings":["הגדרות רשת"],"You are not allowed to perform this action.":["אינך מורשה לבצע פעולה זו."],"Error: %s":["שגיאה: %s"],"Success: %s":["הצלחה: %s"],"Site with ID %d not found.":["אתר עם מזהה %d לא נמצא."],"No site has been selected to restore.":["לא נבחר אתר לשחזור."],"You are not allowed to modify unregistered network settings.":["אינך מורשה לשנות הגדרות רשת לא רשומות."],"deleted":["נמחק"],"Would you like to add another keyphrase?":["האם ברצונך להוסיף ביטוי מפתח נוסף?"],"image preview":["תצוגת תמונה"],"Copied!":["הועתק"],"Not supported!":["לא נתמך!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["קרא {{a}}את המאמר שלנו על מבנה האתר{{/a}} כדי ללמוד איך קישורים פנימיים יכולים לשפר את ה-SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["לאחר הוספת תוכן נוסף, תוצג רשימה של תוכן קשור שאליו ניתן יהיה לקשר מהפוסט הזה."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["יש לשקול להוסיף קישורים ל{{a}}עוגני תוכן{{/a}} אלה:"],"Consider linking to these articles:":["יש לשקול להוסיף קישורים למאמרים אלה:"],"Copy link":["העתק קישור"],"Copy link to suggested article: %s":["העתק קישור למאמר מוצע: %s"],"The site's tagline":["תיאור האתר"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["לאחרונה שיפרנו את הפונקציונליות של הגדרות 'מראה חיפוש'. לצערנו, גילינו שבמקרים מסוימים, שמירת ההגדרות עבור ארכיונים ספציפיים של סוג פוסט עלולה להשתבש."],"Not all required fields are given. Missing field %1$s":["לא סופקו כל השדות הנדרשים. חסר שדה %1$s"],"Optimize your site for Google News.":["בצע אופטימיזציה לאתר בחדשות גוגל."],"Optimize your shop's SEO and sell more products!":["בצע אופטימיזציה ל-SEO של החנות ומכור יותר מוצרים!"],"Be found in Google Video search and enhance your video sharing on social media.":["תופיע בתוצאות החיפוש של גוגל וידאו ושפר את שיתופי הוידאו ברשתות חברתיות."],"Be found in Google Maps and local results.":["הימצא במפות גוגל ותוצאות מקומיות."],"Learn practical SEO skills to rank higher in Google.":["מידע נוסף על מיומנויות SEO מעשיות כדי לקבל דירוג גבוה יותר בגוגל."],"Don’t waste time figuring out the best settings yourself.":["אל תבזבז זמן להבין מהן ההגדרות הטובות ביותר בעצמך."],"Get quick wins to make your site rank higher in search engines.":["השג ניצחונות קטנים כדי לקבל דירוג גבוה יותר לאתר במנועי חיפוש."],"Add synonyms":["הוסף מילים נרדפות"],"Would you like to add keyphrase synonyms?":["האם תרצה להוסיף מילים נרדפות לביטוי מפתח?"],"Would you like to add more than one keyphrase?":["האם תרצה להוסיף יותר מביטוי מפתח אחד?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["ניתן לערוך את מתוני ה-meta עבור סוג מותאם ב%1$sעמוד החנות%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["לא הגדרת דף חנות בהגדרות ווקומרס. יש לבצע זאת תחילה."],"Current year":["שנה נוכחית"],"Page":["עמוד"],"Breadcrumb settings for %s archive":["הגדרות פירורי לחם עבור ארכיון %s"],"Tagline":["תיאור האתר"],"Modify your meta description by editing it right here":["שנה את תיאור המטא על ידי עריכתו כאן"],"description (custom taxonomy)":["תיאור (טקסונומיה מותאמת)"],"(custom taxonomy)":["(טקסונומיה מותאמת)"],"(custom field)":["(שדה מותאם)"],"Term404":["מונח 404"],"Caption":["כיתוב תמונה"],"Pagenumber":["מספר עמוד"],"Pagetotal":["סה\"כ דף"],"Page number":["מספר עמוד"],"User description":["תיאור משתמש"],"ID":["ID"],"Modified":["שונה"],"Post type (plural)":["סוג פוסט (רבים)"],"Post type (singular)":["סוג פוסט (יחיד)"],"Separator":["מפריד"],"Search phrase":["ביטוי חיפוש"],"Term title":["כותרת מונח"],"Term description":["תיאור מונח"],"Tag description":["תיאור תגית"],"Category description":["תיאור קטגוריה"],"Primary category":["קטגוריה ראשית"],"Category":["קטגוריה"],"Tag":["תגית"],"Excerpt only":["תיאור בלבד"],"Excerpt":["תיאור"],"Site title":["שם האתר"],"Archive title":["כותרת ארכיון"],"Parent title":["כותרת האב"],"Date":["תאריך"],"Label":["תווית"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["יש ליצור כתובת אתר להפניה מחדש כדי להבטיח שהמבקרים באתר לא יקבלו שגיאת 404 כאשר הם לוחצים על כתובת אתר שאינה פועלת עוד."],"Search engines and other websites can still send traffic to your deleted post.":["מנועי חיפוש ואתרי אינטרנט אחרים עדיין יכולים לשלוח תנועה לפוסט שנמחק."],"Make sure you don't miss out on traffic!":["ודא שאתה לא מחמיץ את התנועה!"],"You just deleted a %1$s.":["כרגע מחקת את %1$s."],"You just trashed a %1$s.":["כרגע העברת לאשפה את %1$s."],"Settings for %s archive":["הגדרות עבור ארכיון %s"],"Settings for single %s URLs":["הגדרות עבור %s יחיד"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["ההגדרות בדף זה מאפשרות להגדיר את הנראות בחיפוש המוגדר כברירת מחדל עבור כל סוג של תוכן שיש באתר. ניתן לבחור אילו סוגי תוכן יופיעו בתוצאות החיפוש ומה יהיה תיאור ברירת המחדל שלהם."],"Note that not all variables can be used in every field.":["שימו לב שלא כל המשתנים יכולים לשמש בכל שדה."],"Snippet variables":["משתני סניפט"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s מכבד את הפרטיות שלך. קרא את %2$sמדיניות פרטיות%3$s על האופן שבו אנו מטפלים במידע אישי."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["אם אתה יודע מה זה אומר ואתה כבר לא רוצה לראות את ההודעה הזאת, אתה יכול %1$sלבטל את ההודעה%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["הגדרות האתר מאפשרות להתקן כתובות של הקבצים המצורפים באתר. בבקשה תקראו %1$sעל בעיה פוטנציאלית עם כתובות אתר של קבצים מצורפים%2$s ובידקו האם באתר זה הוגדרו ההגדרות הנכונות."],"Unknown type %1$s":["סוג לא ידוע %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["כולל חשבון MyYoast חינם אשר נותן גישה חינם לקורס ה-SEO שלנו למתחילים!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["הירשם לניוזלטר שלנו אם אתה רוצה לשמור על עדכני %1$s, תוספים מגניבים אחרים על ידי%2$s, וכן חדשות מעניינות וטיפים מהעולם של SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["קבלת קוד אימות של ביידו דרך %1$sכלי מנהלי האתרים של ביידו%2$s."],"Baidu verification code":["קוד אימות של ביידו"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["פונקציית היבוא של %s משתמשת בטבלאות זמניות במסדי נתונים. נראה שהתקנת הוורדפרס באתר זה אינה יכולה לעמוד בעומס לביצוע המשימה, יש להתייעץ עם חברת האכסון."],"Cleanup of %s data failed.":["ניקוי מידע עבור %s נכשל"],"Content Type":["סוג תוכן"],"Filter by content type":["סינון לפי סוג תוכן"],"Show All Content Types":["הצג את כל סוגי התכנים"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["כדי לתקן את זה בטל את התיבה מול \"הפסקה הערות לתוך דפים ...\" על%1$sדף הגדרות תגובה%2$s."],"Replaced with the normal title for an archive generated by WordPress":["הוחלף בכותרת הרגילה של ארכיון שנוצר על ידי וורדפרס"],"Clean":["נקה"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["כשאתם בטוחים שהאתר שלכם בסדר, אתם יכולים לנקות - פעולה שתסיר את כל המידע המקורי"],"Step 5: Clean up":["שלב 5: ניקוי"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["מומלץ להפעיל את אשף ההתקנה, מתוך SEO > כללי > לוח בקרה, כדי לוודא שכל ההגדרות עבור האתר הוגדרו נכון."],"Step 4: Run the configuration wizard":["שלב 4 - התחל את אשף ההתקנה"],"Please check your posts and pages and see if the metadata was successfully imported.":["יש לבדוק הפוסטים והעמודים כדי לוודא שהמטה דטה יובא בהצלחה."],"Step 3: Check your data":["שלב 3: בדוק את המידע"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["שלב 2: יבוא"],"Please make a backup of your database before starting this process.":["אנא הכן גיבוי לבסיס הנתונים לפני תחילת התהליך."],"Step 1: Create a backup":["שלב 1: צור גיבוי"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["התגלה מידע מאחד או יותר תוספי SEO באתר. בכדי לייבא את המידע, אנא בצעו את השלבים הבאים:"],"Plugin: ":["תוסף:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["פוסטים שאמורים להופיע בתוצאות החיפוש"],"%s data found.":["%s מידע נמצא."],"%s data successfully removed.":["%s מידע נמחק בהצלחה."],"%s data successfully imported.":["%s מידע יובא בהצחה."],"%s data not found.":["%s מידע לא נמצא."],"Improve your SEO skills":["שיפור כישורי SEO"],"24/7 email support":["תמיכת אימייל 24/7"],"No more dead links a.k.a. 404 pages":["בלי קישורים מתים, כמו עמודי 404"],"Get real-time suggestions for internal links":["הצע הצעות ללינקים פנימיים בזמן-אמת"],"Preview your page in Facebook and Twitter":["תצוגה מקדימה של העמוד בפייסבוק ובטוויטר"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["ליחצו על הכפתור \"%3$s\" כדי להשתמש בתיאור מטא שכבר הוגדר בהגדרות %1$sתצוגת חיפוש בעמוד הבית%2$s."],"Help on copying the home meta description":["עזרה בהעתקת תיאור מטא מעמוד הבית"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["בכדי לאפשר למנועי חיפוש לדעת לאיזה רשת חברתית האתר מקושר, יש להכניס את המידע החברתי כאן."],"Learn more about your social profiles settings":["מידע נוסף על הגדרות הפרופילים החברתיים שלך"],"Remove the categories prefix":["הסר את קידומת הקטגוריות"],"Help on the category prefix setting":["עזרה בהגדרת קידומות לקטגוריות"],"Learn more about the available variables":["מידע נוסף על המשתנים הזמינים לשימוש"],"Learn more about the RSS feed setting":["מידע נוסף על הגדרות RSS "],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["כאשר מעלים קבצי מדיה (לדוגמא תמונה או וידאו) לאתר וורדפרס, המערכת לא רק שומרת את קובץ המדיה, היא גם יוצרת עמוד עם כתובת יעודית עבור קובץ המדיה המצורף. עמודי המדיה הללו הם די ריקים: הם מכילים את הקובץ עצמו ולעיתים גם את הכותרת, אם הוזנה כותרת. לכן, אם לא באמת משתמשים בעמודי המדיה הללו, עדיף לנטרל אותם ולהפנות אותם לקובץ המדיה עצמו."],"Learn more about the Media and attachment URLs setting":["מידע נוסף על הגדרת כתובות מדיה וקבצים מצורפים"],"Learn more about the title separator setting":["מידע נוסף על הגדרת מפריד כותרת"],"Learn more about the knowledge graph setting":["מידע נוסף על הגדרת גרף הידע"],"Learn more about the homepage setting":["מידע נוסף על הגדרות עמוד הבית"],"Learn more about the special pages setting":["מידע נוסף על הגדרות עמודים מיוחדים"],"Help on the date archives search results setting":["עזרה בהגדרת תוצאות חיפוש בארכיוני תאריכים"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":["עזרה בהגדרת תוצאות חיפוש בארכיוני מחברים ללא פוסטים"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":["עזרה בהגדרת תוצאות חיפוש בארכיוני מחברים"],"Archives settings help":["עזרה בהגדרות ארכיון"],"Learn more about the archives setting":["מידע נוסף על הגדרת ארכיון"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["קבלת קוד אימות של יאנדקס דרך %1$sכלי מנהלי האתרים של יאנדקס%2$s."],"Yandex verification code":["קוד אימות של יאנדקס"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["קבלת קוד אימות של גוגל דרך %1$sקונסולת החיפוש של גוגל%2$s."],"Google verification code":["קוד אימות של גוגל"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["קבלת קוד אימות של בינג דרך %1$sכלי מנהלי האתרים של בינג%2$s."],"Bing verification code":["קוד אימות של בינג"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["מידע נוסף על האימות של כלי מנהלי האתרים"],"On":["מופעל"],"Help on: %s":["עזרה ב: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s מגיע עם הרבה תכונות. ניתן להדליק ולכבות את חלקם. לחיצה על סימן השאלה יציג מידע נוסף על התכונות השונות."],"Off":["מכובה"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":["אבטחה: אין הגדרות מתקדמות עבור מחברים"],"See who contributed to %1$s.":["ראה מי תרם ל-%1$s."],"Help on this search results setting":["עזרה בהגדרת תוצאות החיפוש"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":["בדיקת הגדרות SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["רוצה לוודא שההגדרות של %1$s עדיין בסדר? %2$sהפעל שוב את אשף ההתקנה%3$s כדי לאמת אותם."],"Default for %2$s, currently: %1$s":["ברירת מחדל עבור %2$s, נוכחי: %1$s"],"Show %s in search results?":["הצג %s במנועי חיפוש"],"this author's archives":["ארכיונים של המחבר הזה"],"Do not allow search engines to show %s in search results.":["אל תאפשר למנועי חיפוש להציג %s בתוצאות חיפוש."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["כתובת הקטגוריה בוורדפרס מכילה קידומת, בדרך כלל %s. תכונה זו מסירה קידומת זו, עבור קטגוריות בלבד."],"Category URLs":["קישורי קטגוריות"],"the archive for %s":["ארכיון עבור %s"],"Redirect attachment URLs to the attachment itself?":["האם להפנות מעמודי קבצים מצורפים לקובץ עצמו?"],"We recommend you set this to Yes.":["ההמלצה שלנו היא לסמן \"כן\"."],"Media & attachment URLs":["כתובות מדיה וקבצים מצורפים"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["זה מה שמוצג בתוצאות החיפוש כאשר אנשים מוצאים את עמוד בית. כלומר, זה כנראה מה שהם יראו כשהם יחפשו את המותג."],"date archives":["ארכיון תאריך"],"archives for authors without posts":["ארכיון עבור מחברים ללא פוסטים"],"Read why XML Sitemaps are important for your site.":["קרא מדוע מפות XML חשובות עבור האתר."],"Enable the XML sitemaps that %s generates.":["הפעל יצירת מפות XML ש-%s יוצר."],"See the XML sitemap.":["צפיה במפת XML של האתר."],"%2$s (current default for %1$s)":["%2$s (ברירת מחדל נוכחית עבור %1$s)"],"Media":["מדיה"],"Content Types":["סוג התוכן"],"Should search engines follow links on this %1$s?":["האם מנועי חיפוש צריכים לעקוב אחרי הקישורים ב%1$s?"],"Allow search engines to show this %s in search results?":["האם לאפשר למנועי חיפוש להציג %s בתוצאות החיפוש?"],"Search Appearance":["תצוגת חיפוש"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["יש לציין אילו סוגי תוכן להציג במנועי חיפוש. אם אינך יודע את ההבדלים ביניהם, עדיף להישאר עם הגדרות ברירת המחדל."],"Search engines should show \"%1$s\" in search results:":["מנועי חיפוש יציגו את \"%1$s\" בתוצאות החיפוש:"],"Search engine visibility":["נראות במנוע חיפוש"],"Toggle %1$s's XML Sitemap":["פתח מפות XML של %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["בקשות תמיכה הנוצרות כאן נשלחות ישירות אל מערכת התמיכה שלנו, המאובטחת ב-256bit SSL, כך שהתקשורת מאובטחת ב-100%."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["עוגני תוכן מאפשרים לסמן ולסנן עוגני תוכן באתר."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["אם ישנה בעיה שלא ניתנת לפתרות בעזרת מדריכי הוידאו שלנו או במאגר המידע, ניתן לשלוח הודעה לצוות התמיכה. ניתן להשיגם 24/7."],"Good results":["תוצאות טובות"],"Get better search results in local search":["קבלו תוצאות מדוייקות יותר בחיפוש לוקאלי"],"Allow customers to pick up their %s order locally":["אפשר ללקוחות לאסוף את ה%s עצמאית"],"SEO analysis":["ניתוח SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["ניתוח SEO מציע הצעות לשיפור SEO עבור תכני האתר."],"Learn how the SEO analysis can help you rank.":["למד איך ניתוח SEO יכול לעזור להעלות בדירוג."],"The readability analysis offers suggestions to improve the structure and style of your text.":["ניתוח הקריאות מציע הצעות לשיפור המבנה והסגנון של תכני האתר."],"Discover why readability is important for SEO.":["גלה למה קריאות חשובה בשביל SEO."],"Find out how cornerstone content can help you improve your site structure.":["מצא כיצד עוגני תוכן יכולים לעזור לשפר את מבנה האתר."],"The text link counter helps you improve your site structure.":["מונה קישור בתוכן מסייע לשפר את מבנה האתר."],"Find out how the text link counter can enhance your SEO.":["גלו כיצד מונה הקישור בתכנים יכול לשפר את SEO."],"%s integration":["אינטגרציית %s"],"Read more about how %s works.":["קרא עוד על איך %s עובד"],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["הפעל תכונה זו אם ברצונך לאפשר לפייסבוק ורשתות חברתיות אחרות להציג תצוגה מקדימה עם תמונה ותיאור כאשר משתפים קישור מהאתר."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["הפעל תכונה זו אם ברצונך לאפשר לטוויטר להציג תצוגה מקדימה עם תמונה ותיאור כאשר משתפים קישור מהאתר."],"Find out why you should upgrade to %s":["מצא למה כדאי לך לשדרג ל %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["פוסטים אחרונים מהבלוג של %1$s"],"Need help?":["צריך עזרה?"],"Remove highlight from the text":["תמחק את ההדגשה מהטקסט"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["התחילו במהירות עם %2$sאשף ההתקנה%3$s של %1$s!"],"First-time SEO configuration":["הגדרה ראשונה של SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["שפת האתר מוגדרת לשפה ה {language}. אם הדבר לא נכון יש לפנות למנהל האתר."],"Your site language is set to {language}.":["שפת האתר נקבעה ל{language}."],"Highlight this result in the text":["הדגש את התוצאה הזו בטקסט"],"Considerations":["נקודות לשיקול דעת"],"Errors":["שגיאות"],"Change language":["שינוי שפה"],"You cannot create a %s file.":["לא ניתן ליצור את הקובץ %s."],"You cannot edit the %s file.":["לא ניתן לערוך את הקובץ %s."],"Updated %s":["%s עודכן"],"Create %s file":["צור קובץ %s"],"Edit the content of your %s:":["עריכת התוכן של הקובץ %s:"],"Save changes to %s":["שמור שינויים לקובץ %s"],"%s file":["קובץ %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s וגם %2$s יכולים לפעול הרבה יות טוב ביחד באמצעות תוסף עזר. יש להתקין את %3$s לניהול פשוט וקל. %4$s."],"More information":["מידע נוסף"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s וגם %2$s יכולים לפעול הרבה יות טוב ביחד באמצעות תוסף עזר. יש להפעיל את %3$s לניהול פשוט וקל."],"More information about %1$s":["מידע נוסף אודות %1$s"],"Configuration Wizard":["אשף ההתקנה"],"You've done it!":["עשית זאת!"],"Seamlessly integrate %1$s into your AMP pages!":["הטמיעו בצורה חלקה את %1$s בתוך עמודי AMP!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["הטמיעו בצורה חלקה את %2$s עם %1$s עבור ניתוח תוכן!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s וגם %2$s יכולים לפעול הרבה יות טוב ביחד באמצעות תוסף עזר. יש להתקין את %3$s לניהול פשוט וקל."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["הכותרת ו-amp, והגדרת תגיות המטה ל %1$s בנויים ממשתנים שמוחלפים מערכים ספציפיים מהעמוד כאשר העמוד מוצג. הטבלה מטה מכילה רשימה של משתנים זמינים לשימוש. "],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["סמן את ה%1$s החשובים ביותר כעוגני תוכן לשיפור מבנה האתר. %2$sמידע נוסף על עוגני תוכן%3$s."],"Loading help center.":["טוען את מרכז העזרה."],"Get support":["קבלו תמיכה"],"(Opens in a new browser tab)":["(פתח בטאב חדש בדפדפן)"],"Posts %1$swithout%2$s a focus keyphrase":["פוסטים %1$s ללא %2$s ביטוי מפתח למיקוד"],"Hey, your SEO is doing pretty well! Check out the stats:":["דירוג ה-SEO של האתר מצוין! בדוק כאן:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["עדיין לא פורסמו פוסטים, ציון ה-SEO יופיע כאן ברגע שהפוסט הראשון יהיה באוויר!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["בעמוד זה תוכל לשנות את שם האתר ולבחור במפריד בו יעשה שימוש. המפריד יוצג, בין היתר, בין כותרת האתר ושם האתר. הסמלים מופיעים בגודל בו הם נראים בתוצאות החיפוש. יש לבחור מפריד המתאים בצורה הטובה ביותר למותג או מפריד שתופס הכי פחות רווח בין השדות."],"Something else":["אחר"],"A portfolio":["פורטפוליו"],"A corporation":["תאגיד"],"A small offline business":["עסק פיזי קטן"],"A news channel":["ערוץ חדשות"],"An online shop":["חנות מקוונת"],"A blog":["בלוג"],"What does the site %1$s represent?":["מה האתר %1$s מייצג?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["אם תבחר שלא, ארכיון המחבר יושבת כדי למנוע כפילויות תוכן."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["הערה: איננו מאחסנים את המידע שלך בשום אופן או צורה ואין לנו גישה לחשבונך.\nהפרטיות שלך מוגנת עמנו."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s משתלב עם קונסולת החיפוש של גוגל, זהו כלי חובה למנהלי אתרים המספק מידע על תקינות האתר. אין לך חשבון גוגל? האתר עדיין לא הופעל, גלה איך %2$s מחבר את כלי מנהל האתרים של גוגל לאתר %3$s."],"Option B: My site is under construction and should not be indexed":["אפשרות ב: האתר עדיין בשלבי הקמה ואינו אמור להיות מאונדקס."],"Option A: My site is live and ready to be indexed":["אפשרות א: האתר באוויר ומוכן להיות מאונדקס"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["יש לבחור באפשרות \"אתר בהקמה\" כדי למנוע ממנועי חיפוש לאנדקס את האתר. לא לשכוח לשנות את האפשרות הזו כשהאתר יהיה מוכן לעלות לאוויר."],"Please specify if your site is under construction or already active.":["אנא ציין: האם האתר עדיין בשלבי הקמה? או שהוא כבר פעיל?"],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["מידע זה ישמש את כרטיסיית גרף הידע של גוגל, הבלוק הגדול עם המידע שניתן לראות בעמוד תוצאות החיפוש."],"Read more like this on our SEO blog":["קרא עוד על הנושא בבלוג ה-SEO שלנו"],"Readability: %s":[""],"Not activated":["אינו מופעל"],"Activated":["הופעל"],"%1$s recommendations for you":["%1$s המלצות עבורך"],"All Readability Scores":["כל מדדי הקריאות"],"Filter by Readability Score":["סינון לפי מדד קריאות"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["אינך מקבל עדכוני תמיכה! תקן בעיה זו ע\"י הוספת אתר זה, ופתיחת %1$s עבורו ב%2$s."],"Request method %1$s is not valid.":["המתודה הנדרשת %1$s אינה תקינה."],"Muted notifications:":["השתק התראות:"],"Muted problems:":["השתק בעיות:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["האם ברצונך לראות איך זה יראה אם אנשים ישתפו את הפוסט הזה ב-%1$s?\nאתה יכול, בעזרת %2$s."],"Good job! All the links in your texts have been counted.":["עבודה טובה! כל הלינקים בטקסטים נספרו."],"Calculation completed.":["החישוב הושלם."],"Calculation in progress...":["חישוב בתהליך..."],"Stop counting":["הפסק לספור"],"Counting links in your texts":["סופר קישורים בטקסט"],"Text %1$s of %2$s processed.":["טקסט %1$s מתוך %2$s עובד."],"All your texts are already counted, there is no need to count them again.":["כל הטקסטים כבר נספרו. אין צורך לספור אותם שוב."],"Count links in your texts":["ספור קישורים בטקסט"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["כל הקישורים בטקסטים הפומביים שלך צריכים להיספר, זאת כדי לספק תובנות לגבי אילו טקסטים זקוקים ליותר קישורים שיצביעו אליהם. לקבל מידע נוסף לגבי המדוע והאיך של קישורים פנימיים, ניתן להיכנס ל %1$s המאמר לגבי קישורים פנימיים ב %2$s%3$s."],"Text link counter":["מונה קישורים בטקסט"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["מספר הקישורים החיצוניים לפוסט הזה. ראה \"עמודות yoast\" טקסט בלשונית \"עזרה\" לפרטים נוספים"],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["מספר הקישורים הפנימיים היוצאים בפוסט זה. לקבלת מידע נוסף עיינו בטקסט של \"עמודות יוסט\" בלשונית העזרה."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s מוסיף מספר עמודות לדף זה. כתבנו מאמר בנוגע %2$sלאופן השימוש בציון ה- SEO ובציון הקריאות%3$s. עמודות הקישורים מציגות את כמות המאמרים באתר זה המקושרים %5$sאל%6$s כתבה זו ואת כמות המאמרים המקושרים %5$sמתוך%6$s כתבה זו. למד עוד בנוגע %4$s לאופן השימוש במאפיינים אלו כדי לשפר את הקישורים הפנימיים שלך%3$s, מה שישפר את ה- SEO שלך באופן משמעותי."],"%s Columns":["%s עמודות"],"Readability score":["ציון קריאות"],"Other benefits of %s for you:":["יתרונות אחרים של %s עבורך:"],"Scroll to see the preview content.":["גלול לתצוגה מוקדמת של התוכן."],"Cornerstone content":["עוגני תוכן"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s ידאג עכשיו לכל האופטימיזציה הטכנית לה זקוק האתר שלך. על מנת לשפר באמת את ביצועי האתר שלך בתוצאות החיפוש, חשוב להתחיל וליצור תוכן שידורג טוב עבור מילות מיקוד שברצונך לקדם. בדוק את הוידאו הזה, בו אנחנו מסבירים כיצד להשתמש בתיבת המטא של %1$s כשאתה עורך פוסטים או עמודים."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["אם אתה רוצה להתעלות על המתחרים בעיר או באזור ספציפי, בדוק את התוסף שלנו, %1$s! תוכל להכניס בקלות לגוגל מפות, שעות פתיחה, מידע ליצירת קשר ומאתר חנויות. חוץ מזה, %1$s עוזר לך לשפר את שימושיות דף יצירת הקשר שלך."],"Attract more customers near you":["משוך עוד לקוחות הקרובים אלייך"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["האם אתה רוצה לדעת על %1$s הכל כולל הכל? רוצה ללמוד הכל על ההגדרות המתקדמות שלנו? רוצה להפיק את המרב מ-%1$s? בדוק את ההכשרה שלנו עבור %1$s והתחל להתעלות מעל המתחרים!"],"Get the most out of %1$s with the %2$s":["קבל את המיטב מ %1$s באמצעות %2$s"],"Upgrade to Premium":["שדרג לפרימיום"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["רוצה להתעלות מעל המתחרים? %1$s מעניק לך מאפיינים נוספים מדהימים שיעזרו לך ליצור אסטרטגיית SEO כמו מקצוען. השתמש בכמה מילות מיקוד, במנהל ההפניות ובכלי שלנו לקישורים פנימיים. עם %1$s תקבל גם גישה לתמיכת פרימיום."],"Outrank the competition with %s":["נצח את התחרות עם %s"],"You might like":["אולי תאהב"],"Newsletter":["ניוזלטר"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["אשף ההתקנה עדיין לא הושלם, מומלץ %2$sלהפעיל את אשף ההתקנה כדי להגדיר את %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["אשף ההתקנה מאפשר להגדיר בקלות הגדרות SEO אופטימליות לאתר."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["שדרגו לפרימיום והמומחים שלנו יהיו שם בשבילכם לענות על כל שאלה שעלולה להיות לכם לגבי ההגדרות והשימוש בתוסף."],"Superfast internal linking suggestions":["הצעות סופר מהירות לקישורים פנימיים"],"Great news: you can, with %1$s!":["חדשות נהדרות: אתה יכול, עם %1$s!"],"Save changes":["שמור שינויים"],"1 year free support and updates included!":["כולל שנה חינם של עדכונים ושדרוגים!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["התוסף %2$s משנה את פלט האתר שלך, ובתוך כך מבדיל בין מנועי חיפוש לבין משתמשים רגילים. תהליך זה נקרא \"Cloaking\". אנו ממליצים לך מאוד לכבות אותו."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sתצוגה מקדימה של מדיה חברתית%2$s: פייסבוק וטוויטר"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sאין יותר קישורים שבורים%2$s: מנהל הפניות קל ונוח לשימוש"],"No ads!":["ללא פרסומות!"],"Facebook & Twitter":["פייסבוק וטוויטר"],"Social media preview":["תצוגה ברשתות חברתיות"],"Easy redirect manager":["מנהל הפניות פשוט וקל"],"No more dead links":["בלי קישורים מתים"],"Increase your SEO reach":["הגדל השפעת SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["לקבלת עזרה ביצירת תוכן מדהים, ניתן לבדוק את %2$sקורס הכתיבה הרעיונית%3$s שלנו. אם ברצונך להכיר את כל המאפיינים של התוסף, שקול לעבור את ה-%1$s שלנו!"],"Variable":["משתנה"],"Available variables":["משתנים זמינים"],"Scroll to see the table content.":["גלול לצפיה בתוכן הטבלה."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["אם אתה זקוק לסיוע אנא פנה אל %1$sהמאמר שלנו בנוגע לקישור האתר בקונסולת החיפוש של גוגל%2$s."],"An error occurred in the '%1$s' assessment":["חלה תקלה בהערכה של '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s מהמילים מכילים %2$s למעלה מ- %3$s הברות%4$s, יותר מהמקסימום המומלץ של %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s מהמילים מכילים %2$s למעלה מ- %3$s הברות%4$s, פחות מהמקסימום המומלץ של %5$s או שווה לו."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["התוכן הוא מעט מתחת למינימום המומלץ של מילה %5$d. %3$s יש להוסיף תוכן נוסף %4$s.","התוכן הוא מעט מתחת למינימום המומלץ של %5$d מילים. %3$s יש להוסיף תוכן נוסף %4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["תיאור המטא מכיל משפט %1$d %2$s עם למעלה מ- %3$s מילים%4$s. נסה לקצר את משפט זה.","תיאור המטא מכיל %1$d משפטים %2$s עם למעלה מ- %3$s מילים%4$s. נסה לקצר את משפטים האלה."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["תיאור המטא לא כולל משפטים %1$sעם למעלה מ- %2$s מילים%3$s."],"No new notifications.":["אין הודעות חדשות"],"Save all":["שמור הכל"],"Save":["שמירה"],"%1$s, Author at %2$s":["%1$s, מחבר ב-%2$s"],"Mobile preview":["תצוגה מקדימה למובייל"],"Desktop preview":["תצוגה מקדימה למחשב"],"Select redirect":["בחירת הפנייה"],"Please provide an SEO title by editing the snippet below.":["יש לספק כותרת SEO באמצעות עריכת התוכן המופיע למטה."],"Meta description preview:":["תצוגה מקדימה של תיאור מטא:"],"Slug preview:":["תצוגה מקדימה של הסלאג:"],"SEO title preview:":["תצוגה מקדימה של כותרת SEO:"],"Close snippet editor":["סגור את עורך הסניפט"],"Slug":["סלאג"],"Remove marks in the text":["הסר סימונים בטקסט"],"Mark this result in the text":["סמן תוצאה זו בטקסט"],"Marks are disabled in current view":["סימונים אינם פעילים בתצוגה הנוכחית"],"Good SEO score":["ציון SEO טוב"],"OK SEO score":["ציון SEO תקין"],"Feedback":["משוב"],"ok":["תקין"],"Choose an image":["בחר תמונה"],"Remove the image":["הסר תמונה"],"MailChimp signup failed:":["הרשמה למייל-צ'ימפ נכשלה:"],"Sign Up!":["הירשם!"],"Name":["שם"],"There is an error with the request.":["קיימת שגיאה בבקשה."],"Select profile":["בחירת פרופיל"],"Choose a profile":["בחר פרופיל"],"Authorization code":["קוד זיהוי"],"Reauthenticate with Google":["אמת מחדש באמצעות גוגל"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["כדי לאפשר ל-%s לאחזר מידע מקונסולת החיפוש של גוגל, אנא הזן את קוד הזיהוי של גוגל. לחיצה על הכפתור למטה תגרום לפתיחת חלון חדש."],"Please provide a meta description by editing the snippet below.":["יש לספק תיאור מטא באמצעות עריכת התוכן המופיע למטה."],"Edit snippet":["ערוך סניפט"],"You can click on each element in the preview to jump to the Snippet Editor.":["ניתן להקליק על כל אלמנט בתצוגה המקדימה כדי לדלג לעורך הסניפט."],"Close the Wizard":["סגור את האשף"],"Export settings":["ייצא הגדרות"],"%1$s video tutorial":["%1$s מדריך וידאו"],"%s › Configuration Wizard":["%s ‹ אשף ההתקנה"],"Please don't show me this notification anymore":["נא לא להציג יותר התראה זו"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["אם אתה חווה בעיות, %1$sאנא מלא דו\"ח תקלות%2$s ונעשה כמיטב יכולתנו על מנת לעזור לך."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["שמנו לב שאתה משתמש ב- %1$s כבר במשך זמן מה; אנחנו מקווים שאתה אוהב אותו! נשמח אם תוכל %2$sלתת לנו דירוג של 5 כוכבים ב- WordPress.org%3$s!"],"Courses":["קורסים"],"Date archives settings":["הגדרות ארכיוני תאריכים"],"Author archives settings":["הגדרת ארכיוני מחברים"],"%1$s by %2$s":["%1$s על ידי %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["המשתנה %s לא ניתן לשימוש בתבנית זו. למידע נוסף הסתכל במרכז העזרה"],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["דרך אגב, ידעת שיש לנו גם %1$sתוסף פרימיום%2$s? הוא מציע מאפיינים מתקדמים, כמו ניהול הפניות ותמיכה במספר ביטויי מפתח. כמו כן, הוא מגיע עם תמיכה אישית 24/7."],"(no title)":["(ללא כותרת)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["תפריט סרגל הניהול של %1$s מכיל קישורים שימושיים לכלים של צד שלישי לצורך ניתוח עמודים והוא מאפשר לכם לראות בקלות אם יש לכם הודעות חדשות."],"Admin bar menu":["תפריט בסרגל הניהול"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["מאפיינים"],"SEO title":["כותרת SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["למרות המאמצים הרבים להקל על תהליך הגדרה של %1$s, אנחנו מבינים שהדבר יכול להרתיעה. אם תעדיף שנגדיר עבורך את %1$s (ובתוך כך תקבל גם עותק של %2$s), הזמן את %3$s%1$s שירות הגדרות שלנו%4$s כאן!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["ברוך הבא לאשף ההתקנה של %1$s. בכמה צעדים פשוטים נעזור לך להגדיר הגדרות SEO, כך שיתאים לצורכי האתר!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["גוגל מציג את שם האתר בתוצאות חיפוש, אם ברצונך לשנות זאת, ניתן לעשות זאת כאן."],"Greater than sign":["סימן גדול מ-"],"Less than sign":["סימן פחות מ..."],"Right angle quotation mark":["סימן ציטוט זוויתי ימני"],"Left angle quotation mark":["סימן ציטוט זוויתי שמאלי"],"Small tilde":["טילדה קטנה"],"Vertical bar":["קו אנכי"],"Low asterisk":["כוכבית נמוכה"],"Asterisk":["כוכבית"],"Bullet":["נקודה"],"Middle dot":["נקודה אמצעית"],"Em dash":["מפריד Em"],"En dash":["מפריד En"],"Dash":["מפריד"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["יש לבחור את הסמל שישמש כמפריד כותרת. מפריד זה יוצג, למשל, בין כותרת הפוסט לבין שם האתר. הסמלים מוצגים בגודל בו הם יופיעו בתוצאות החיפוש."],"The name of the person":["השם של הבן אדם"],"No":["לא"],"Yes":["כן"],"Does, or will, your site have multiple authors?":["האם לאתר יש, או יהיו, מחברים מרובים?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["וורדפרס מייצר באופן אוטומטי כתובת לכל פריט מדיה בספרייה. אם תאפשר זאת, גוגל יוכל לאנדקס את הכתובות."],"Success!":["הצלחה!"],"Title settings":["הגדרות כותרת"],"Google Search Console":["קונסולת החיפוש של גוגל"],"Multiple authors":["מחברים מרובים"],"Site type":["סוג אתר"],"Environment":["סביבה"],"Yoast option %1$s not found.":["אפשרות יוסט %1$s לא נמצאה."],"Google Structured Data Test":["בדיקת מבנה נתונים לגוגל"],"Posts list":["רשימת פוסטים"],"Posts list navigation":["ניווט ברשימת הפוסטים"],"Filter posts list":["סינון רשימת פוסטים"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["שימו לב שהתבנית עלולה עדיין להפיק קישורים לארכיונים, כך שיהיה צורך להסיר אותם בנפרד."],"%1$s to optimize your site even further":["%1$s כדי לייעל את האתר אפילו יותר"],"%1$s extensions":["הרחבות %1$s"],"Comes with our 30-day no questions asked money back guarantee":["מגיע עם ההבטחה שלנו להחזר כספי תוך 30 יום מבלי לשאול שאלות"],"More information %1$sabout %3$s%2$s":["מידע נוסף %1$sאודות %3$s%2$s"],"Installed":["מותקן"],"gain access to our 24/7 support team.":["קבל גישה 24/7 לצוות התמיכה."],"Premium support":["תמיכת פרימיום"],"check what your Facebook or Twitter post will look like.":["בדוק איך הפוסט ייראה בפייסבוק או בטוויטר."],"Social previews":["תצוגות מקדימות לרשתות חברתיות"],"create and manage redirects from within your WordPress install.":["צור ונהל הפניות מתוך וורדפרס."],"Redirect manager":["מנהל הפניות"],"%1$s, take your optimization to the next level!":["%1$s, קחו את האופטימיזציה לשלב הבא!"],"A seamless integration between %1$s and %2$s":["אינטגרציה מלאה בין %1$s לבין %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["השתמש בפירורי לחם של %1$s במקום אלו של %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["הכנס בקלות גוגל מפות, מאתר חנויות, שעות פתיחה ועוד"],"Creates XML News Sitemaps":["יוצר מפת אתר"],"Immediately pings Google on the publication of a new post":["מיידע את גוגל באופן מיידי עם כל פרסום של פוסט חדש"],"Optimize your site for Google News":["בצע אופטימיזציה לאתר בחדשות גוגל"],"Make videos responsive through enabling fitvids.js":["הפוך סרטונים לרספונסיביים באמצעות הפעלת fitvids.js"],"Enhance the experience of sharing posts with videos":["שפר את חווית שיתוף הפוסטים באמצעות סרטונים"],"Show your videos in Google Videos":["הצג את הסרטונים שלך בגוגל וידאו"],"Crawl issues list":["רשימת בעיות סריקה"],"Crawl issues list navigation":["ניווט ברשימת בעיות סריקה"],"Edit “%s”":["ערוך את “%s”"],"Premium":["פרימיום"],"Google Trends":["גוגל טרנדים"],"Notifications":["התראות"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["מסיר את ביטוי מפתח למיקוד מה-metabox ומנטרל את כל המלצות ה-SEO."],"Disable SEO analysis":["בטל ניתוח SEO"],"Twitter settings":["הגדרת טוויטר"],"Pinterest settings":["הגדרות פינטרסט"],"Facebook settings":["הגדרות פייסבוק"],"Title separator symbol":["סמל מפריד הכותרת"],"RSS feed settings":["הגדרות פיד RSS"],"Breadcrumbs settings":["הגדרות פירורי לחם"],"Make primary":["הגדר כראשי"],"Enter your Google Authorization Code and press the Authenticate button.":["הזן קוד זיהוי של גוגל ולחץ על כפתור האימות."],"%s notification":["התראה %s","%s התראות"],"Disable readability analysis":["בטל ניתוח קריאות"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["מסיר את כרטיסיית ניתוח קריאות מה-metabox ומבטל את כל ההצעות הקשורות לקריאות."],"Readability analysis":["ניתוח קריאות"],"Needs improvement":["דרוש שיפור"],"Readability":["קריאוּת"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["אתה מנסה לטעון קבצים שלא הוקטנו, והם זמינים אך ורק דרך חבילת הפיתוח שלנו. בדוק את %1$s כדי לצפות בכל קבצי המקור."],"Improvements":["שיפורים"],"Restore this item.":["שחזר פריט זה."],"Dismiss this item.":["בטל פריט זה."],"Good job! We could detect no serious SEO problems.":["עבודה טובה! לא נמצאו בעיות SEO משמעותיות."],"We have detected the following issues that affect the SEO of your site.":["מצאנו את הסוגיות הבאות שמשפיעות על ה-SEO של אתרך."],"Problems":["בעיות"],"Analysis":["ניתוח"],"Not available":["לא זמין"],"Filter by SEO Score":["סינון לפי ציון SEO"],"Meta description not set.":["תיאור מטא טרם נקבע."],"Video tutorial":["מדריך וידאו"],"Email support is a %s feature":["תמיכה באימייל היא תכונה של %s"],"Knowledge base":["מאגר מידע"],"Open":["פתח"],"Dashboard":["לוח בקרה"],"You can fix this on the %1$sPermalink settings page%2$s.":["ניתן לתקן זאת דרך %1$sהגדרות מבנה קישורים%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["חלוקת תגובות לעמודים הופעלה. ב-999 מתוך 1,000 מקרים אין בה צורך, ולכן אנחנו ממליצים לבטל אותה."],"Replaced with the primary category of the post/page":["הוחלף בקטגוריה הראשית של הפוסט / העמוד"],"Pinterest confirmation":["אישור פינטרסט"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["אם כבר אישרת את האתר עם פינטרסט, ניתן לדלג על השלב הבא."],"Format-based archives":["ארכיונים מבוססי תבנית"],"Webmaster Tools verification":["אימות כלי מנהלי אתרים"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["עקוב אחר ה%1$s שלנו לאימון בWordPress ותהפוך למומחה %1$s מוסמך"],"Want to be a %s Expert?":["רוצה להיות מומחה ב%s?"],"Buy %s":["קנה %s"],"Show information about errors in category %s":["הצג מידע על שגיאות בקטגוריה %s"],"New %1$s Title":["כותרת %1$s חדשה"],"Existing %1$s Title":["כותרת %1$s קיימת"],"Expected an integer as input.":["ערך מספרי שלם מצופה כקלט"],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["ניסינו לבנות את מפתח המטמון למפת אתר, אך השילוב של תחילית וסופית משאיר מעט מדי מקום מכדי לעשות זאת. ככל הנראה העמוד שנמצא מעבר לטווח המצופה."],"Remove":["הסר"],"Keep":["שמור"],"Bold the last page":["הדגש עמוד אחרון"],"Regular":["רגיל"],"Bold":["מודגש"],"Show Blog page":["הצג עמוד בלוג"],"Primary %s":["%s ראשי"],"Primary":["ראשי"],"Make %1$s primary %2$s":["הפוך את %1$s ל%2$s הראשי"],"Term is set to noindex.":["המונח מוגדר כ-noindex."],"Author archives":["ארכיון מחברים"],"Show":["הצג"],"Enabled":["פעיל"],"Disabled":["מכובה"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s עדיין לא הצליח לבדוק את סטטוס האינדקס של האתר ב- %2$s"],"The separator defined in your theme's %s tag.":["הקו מפריד שהוגדר בתבנית שלך %s תגית."],"No index":["No index"],"Analyze entire site":["נתח את האתר כולו"],"Fetch the current status":["אתר את הסטטוס הנוכחי"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s לא יכול היה למשוך את סטטוס של האתר במנועי חיפוש%3$s מתוך %4$s"],"Your homepage can be indexed by search engines.":["עמוד הבית של האתר יכול להתאנדקס במנועי חיפוש."],"Indexability check by %1$s":["בדיקת יכולת אינדוקס בעזרת %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["אם אתם רוצים להשתמש בתמונה לשיתוף ב- %1$s, אתם יכולים להעלות/ לבחור או להוסיף כתובת URL של התמונה כאן."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["אם אינך רוצה שהתיאור יופיע ב%1$s, ניתן להזין כאן תיאור חלופי."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["אם אינך מעוניין להשתמש בכותרת הפוסט לשיתוף ב%1$s, אלא להגדיר כותרת אחרת, יש להזין אותה פה."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$s עמוד הבית לא ניתן לאינדוקס על ידי מנועי חיפוש %2$s. זה מונע ממנועי חיפוש להציג את האתר, יש לתקן זאת."],"Once Weekly":["פעם בשבוע"],"Add-ons":["תוספים"],"SEO score":["ציון SEO"],"Twitter metadata":["טוויטר מטה דטה"],"Facebook / Open Graph metadata":["מטה דטה עבור פייסבוק / Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["מחשב מחדש ציון SEO לכל התוכנים הכוללים את ביטוי מפתח למיקוד."],"%1$s of %2$s done.":["%1$s מ %2$s הסתיים."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["אנחנו עדכנו את אלגוריתם . %1$sלחצו כאן על מנת לשקלל את ציון ה- SEO %2$s לכל הדפים והפוסטים."],"Team Yoast":["צוות Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["פתרון ה-SEO הכולל הראשון עבור וורדפרס, הכולל ניתוח עמוד, מפות אתר ועוד."],"Yoast SEO":["יוסט SEO"],"Activation failed:":["ההפעלה נכשלה:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["כנראה שהמסנן אינו פעיל, יש לפנות לחברת האכסון כדי להפעיל אותו."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["התקנת התוסף %1$s לא הושלמה. אנא פנה אל %2$sהוראות ההתקנה%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["נראה כי ההרחבה Standard PHP Library (SPL) אינה זמינה. נא לפנות לחברת האחסון להפעיל אותה."],"SEO Settings":["הגדרות SEO"],"Mobile-Friendly Test":["בדיקת תאימות למובייל"],"Google Page Speed Test":["בדיקת מהירות טעינת עמוד"],"CSS Validator":["אימות תקינות CSS"],"HTML Validator":["אימות תקינות HTML"],"Pinterest Rich Pins Validator":["אימות תקינות פינים-עשירים של פינטרסט"],"Facebook Debugger":["פייסבוק דבאגר"],"Check Headers":["בדיקת כותרת עליונה"],"Check Google Cache":["בדיקת זיכרון מטמון של גוגל"],"Analyze this page":["נתח עמוד זה"],"Keyword Research":["מחקר מילות מפתח"],"%s does not seem to be a valid url. Please correct.":["%s איננה כתובת חוקית. נא לתקן."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["נראה כי %1$s איננה מחרוזת אימות %2$s תקינה. נא לתקן."],"%s Archive":["ארכיון %s"],"You searched for %s":["חיפוש עבור %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s איננו שם משתמש חוקי בטוויטר. נא לתקן."],"Summary with large image":["תקציר עם תמונה גדולה"],"Summary":["תקציר"],"The post %1$s appeared first on %2$s.":["הפוסט %1$s הופיע לראשונה ב-%2$s."],"No numeric value was received.":["לא התקבל ערך מספרי."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["זה חייב להיות אתר קיים. האתר %s לא קיימת או סומן כנמחק."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["הגדרת ברירת המחדל של האתר צריכה להיות ערך מספרי של האתר בו יש להשתמש כברירת מחדל."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s לא ניתן לאפשר גישה לבחירה זו %2$s. הבחירה אופסה לברירת מחדל."],"Please select a valid post type for taxonomy \"%s\"":["נא לבחור סוג תוכן לטקסונומיה \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["נא לבחור טקסונומיה לתוכן מסוג \"%s\""],"You searched for":["חיפשת"],"Home":["דף הבית"],"Archives for":["ארכיון עבור"],"Error 404: Page not found":["שגיאה 404: הדף לא נמצא"],"Good":["טוב"],"Replaced with a custom taxonomies description":["הוחלף בתיאור טקסונומיה"],"Replaced with a posts custom taxonomies, comma separated.":["הוחלף בטקסונומיות פוסטים מופרדים בפסיקים."],"Replaced with a posts custom field value":["הוחלף בערך של השדה המיוחד"],"Replaced with the slug which caused the 404":["הוחלף במזהה כתובת שיצר שגיאת 404"],"Replaced with the posts focus keyphrase":["הוחלף בביטוי מפתח למיקוד של הפוסטים"],"Attachment caption":["מצורף הכיתוב"],"Replaced with the current page number":["הוחלף במספר העמוד הנוכחי"],"Replaced with the current page total":["הוחלף במספר העמודים הכולל"],"Replaced with the current page number with context (i.e. page 2 of 4)":["הוחלף במספר העמוד הנוכחי כולל מלל (למשל עמוד 2 מתוך 4)"],"Replaced with the post/page author's 'Biographical Info'":["הוחלף בביוגרפיה של מחבר הפוסט/עמוד"],"Replaced with the post/page author's 'nicename'":["הוחלף בכינוי של מחבר העמוד/פוסט"],"Replaced with the post/page ID":["הוחלף במזהה של הפוסט/עמוד"],"Replaced with the post/page modified time":["הוחלף בשעת עדכון הפוסט/עמוד"],"Replaced with the content type plural label":["הוחלף בשם של סוג התוכן בלשון רבים"],"Replaced with the content type single label":["הוחלף בשם של סוג התוכן בלשון יחיד"],"Replaced with the current search phrase":["הוחלף בביטוי החיפוש הנוכחי"],"Replaced with the term name":["הוחלף בשם המונח"],"Replaced with the term description":["הוחלף בתיאור המונח"],"Replaced with the tag description":["הוחלף בתיאור התגית"],"Replaced with the category description":["הוחלף בתיאור הקטגוריה"],"Replaced with the post categories (comma separated)":["הוחלף בקטגוריות הפוסט (מופרדות בפסיקים)"],"Replaced with the current tag/tags":["הוחלף בתגיות הנוכחיות"],"Replaced with the post/page excerpt (without auto-generation)":["הוחלף בתקציר הפוסט/עמוד (ללא יצירה אוטומטית)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["הוחלף בתקציר הפוסט/עמוד (או שייווצר באופן אוטומטי אם לא קיים)"],"The site's name":["שם האתר"],"Replaced with the title of the parent page of the current page":["הוחלף בכותרת של עמוד-אב"],"Replaced with the title of the post/page":["הוחלף בכותרת הפוסט/עמוד"],"Replaced with the date of the post/page":["הוחלף בתאריך הפוסט/עמוד"],"Page %1$d of %2$d":["עמוד %1$d מתוך %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["לא ניתן שנות משתנה WPSEO על ידי רישום משתנה באותו שם, יש להשתמש בפילטר \"wpseo_replacements\"."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["כבר נרשם משתנה החלפה עם שם זהה. יש לבחור שם אחר למשתנה."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["משתנה החלפה לא יכול להתחיל עם \"%%cf_\" או עם \"%%ct_\" משום שתחיליות אלה שמורות למשתני ברירת המחדל של התוסף לתכנים מותאמים וטקסונומיות. יש לבחור שם אחר למשתנה."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["משתנה החלפה יכול להכיל רק תווים אלפאנומריים, קו תחתון או במקף. יש לשנות את המשתנה."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["מנהל שים לב: דף זה לא מציג תיאור מטא בגלל שאין לו תיאור. ניתן לכתוב תיאור ספציפי לעמוד זה או לגשת לתפריט [%1$s - %2$s] וליצור תיאור גנרי."],"Page not found":["העמוד לא נמצא"],"%s Archives":["ארכיון %s"],"Search for \"%s\"":["חיפוש \"%s\""],"Meta description to use for Author page":["תיאור מטא בדפי מחברים"],"Title to use for Author page":["כותרת בדף מחבר"],"%1$s settings":["הגדרות %1$s"],"Export your %1$s settings":["ייצוא הגדרות %1$s"],"Import settings":["ייבוא ​​הגדרות"],"Import from other SEO plugins":["ייבוא הגדרות מתוסף SEO אחר"],"Import":["ייבוא"],"If you had a %s file and it was editable, you could edit it from here.":["אם לאתר היה קובץ %s והוא היה פתוח לכתיבה, ניתן היה לערוך אותו מכאן."],"If your %s were writable, you could edit it from here.":["אם הקובץ %s היה פתוח לכתיבה, ניתן היה לערוך אותו מכאן."],"You don't have a %s file, create one here:":["לאתר אין קובץ %s, צור קובץ:"],"A link to your site, with your site's name and description as anchor text.":["קישור לאתר עם תיאור האתר בטקסט העוגן."],"A link to your site, with your site's name as anchor text.":["קישור לאתר עם שם האתר בטקסט העוגן."],"A link to the post, with the title as anchor text.":["קישור לפוסט עם הכותרת בטקסט העוגן."],"A link to the archive for the post author, with the authors name as anchor text.":["קישור לארכיון המחבר, עם שם המחבר בטקסט העוגן."],"You can use the following variables within the content, they will be replaced by the value on the right.":["ניתן להשתמש במשתנים הבאים בתוכן, הם יוחלפו בערכים המתאימים."],"Content to put after each post in the feed":["תוכן שיופיע אחרי כל פוסט בפיד"],"Content to put before each post in the feed":["תוכן שיופיע לפני כל פוסט בפיד"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["אפשרות זו מוסיפה לפיד ה-RSS קישורים לאתר ולפוסט הספציפי, כך שגנבי תוכן ומכונות אוטומטיות יקשרו בחזרה לאתר זה. הדבר יכול לעזור למנועי חיפוש לזהות את מקור התוכן המועתק."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["האופן שימוש בפירורי לחם מוסבר ב%1$sמדריך ליישום פירורי לחם%2$s."],"How to insert breadcrumbs in your theme":["כיצד להכניס פירורי לחם לתבנית"],"Blog":["אתר"],"Content type archive to show in breadcrumbs for taxonomies":["ארכיון סוגי תוכן להצגה בפירורי לחם של טקסונומיות"],"Taxonomy to show in breadcrumbs for content types":["טקסונומיה להצגה בפירורי לחם של סוגי תוכן"],"Breadcrumb for 404 Page":["פירורי לחם לעמודי 404"],"Prefix for Search Page breadcrumbs":["קידומת עבור פירורי לחם בעמוד חיפוש"],"Prefix for Archive breadcrumbs":["קידומת עבור פירורי לחם של ארכיונים"],"Prefix for the breadcrumb path":["קידומת לנתיב של פירורי לחם"],"Anchor text for the Homepage":["טקסט עוגן לעמוד הבית"],"Separator between breadcrumbs":["מפריד בין הפריטים בפירורי לחם"],"Enable Breadcrumbs":["אפשר פירורי לחם"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["בהמשך תמצאו את ציוני ה-SEO עבור הפוסט. זה זמן מצוין להתחיל לשפר את הפוסטים."],"Credits":["קרדיטים"],"« Back to Tools page":["חזרה לעמוד כלים"],"%1$s comes with some very powerful built-in tools:":["%1$s מגיע עם כמה כלים מובנים חזקים מאוד:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["כלי זה מאפשר לשנות בקלות קבצים חשובים לשיפור ה-SEO, לדוגמה קובץ robots.txt וקובץ .htaccess."],"File editor":["עריכת קבצים"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["ייבוא הגדרות מתוספי SEO אחרים או ייצוא הגדרות לשימוש באתר אחר."],"Import and Export":["ייבוא וייצוא"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["כלי זה מאפשר לך לבצע שינויים בכותרות ובתיאורי עמודים ומאמרים במהירות ללא צורך בכניסה לעורך טקסט של כל עמוד בנפרד."],"Bulk editor":["עריכה קבוצתית"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["כדי %1$sלאשר את האתר עם פינטרסט%2$s, יש להוסף תגית מטא כאן:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["פינטרסט משתמש בנתוני מטה דטה מסוג Open Graph בדומה לפייסבוק, יש לוודא כי תיבת הסימון של Open Graph מסומנת בלשונית של פייסבוק כדי לבצע אופטיזמציה של האתר בפינטרסט."],"The default card type to use":["השתמש בכרטיס מסוג"],"Add Twitter card meta data":["הוסף תגיות מטה דטה של כרטיס טוויטר"],"This image is used if the post/page being shared does not contain any images.":["תמונת ברירת מחדל לשיתוף כאשר העמוד/פוסט אינו מכיל תמונה ראשית."],"Default settings":["הגדרות ברירת מחדל"],"Copy home meta description":["העתק תיאור מטא של עמוד הבית"],"Description":["תאור"],"Image URL":["כתובת תמונה"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["הגדרות Open Graph אלה כוללות את הכותרת, התיאור והתמונה המשמשות בעמוד הראשי של האתר."],"Frontpage settings":["הגדרות דף ראשי"],"Add Open Graph meta data":["הוסף תגיות Open Graph"],"YouTube URL":["כתובת יוטיוב"],"Pinterest URL":["כתובת פינטרסט"],"MySpace URL":["כתובת מייספייס"],"LinkedIn URL":["כתובת לינקדאין"],"Instagram URL":["כתובת אינסטגרם"],"Twitter Username":["משתמש טוויטר"],"Facebook Page URL":["כתובת עמוד פייסבוק"],"Accounts":["חשבונות"],"Restore site to defaults":["שיחזור ברירת המחדל של האתר"],"Site ID":["ה-ID של האתר"],"Using this form you can reset a site to the default SEO settings.":["באמצעות טופס זה ניתן לשחזר את הגדרות ברירת המחדל."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["הגדרות רגישות לפרטיות (מנהלי פייסבוק וכאלה), הגדרות ספציפי לתבנית (שכתוב כותרות) וכמה הגדרות ספציפיות אחרות לא ייובאו לאתרים חדשים."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["יש להכניס את %1$sמזהה האתר%2$s שבהגדרותיו תרצה להשתמש כברירת מחדל עבור כל האתרים שהוספו לרשת. השאר ריק אם אין אתר כזה (במצב זה יעשה שימוש בהגדרות ברירת המחדל של התוסף)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["יש לבחור את האתר שהגדרותיו ישמשו כהגדרות ברירת מחדל לכל אחר חדש שיתווסף לרשת. אם לא יבחר אתר מסוים, יעשה שימשו בהגדרות ברירת המחדל של התוסף."],"New sites in the network inherit their SEO settings from this site":["אתרים חדשים ברשת יורשים את הגדרות ה-SEO שלהם מאתר זה."],"Super Admins only":["סופר מנהלים בלבד"],"Site Admins (default)":["מנהלי אתר (ברירת מחדל)"],"Who should have access to the %1$s settings":["קבע למי תהייה גישה להגדרות %1$s "],"spam":["ספאם"],"mature":["בוגר"],"archived":["אורכב"],"public":["ציבורי"],"%s restored to default SEO settings.":["%s שיחזרו להגדרות SEO ברירת מחדל."],"Settings Updated.":["עדכון הגדרות."],"404 pages":["עמודי 404"],"Search pages":["דפי חיפוש"],"These pages will be %s by default, so they will never show up in search results.":["דפים אלה יהיו %s כברירת מחדל, כך שהם לא יופיעו בתוצאות החיפוש."],"Special Pages":["דפים מיוחדים"],"Date-based archives could in some cases also be seen as duplicate content.":["דפי ארכיון מבוססי תאריך יכולים להיחשב כתוכן כפול במקרים מסוימים."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["אם זה המקרה באתר, ניתן לבחור לכבות אותו (מה שיגרום להפניה אל עמוד הבית), או להוסיף לו %s, כך שהוא לא יופיע בתוצאות החיפוש."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["במידה ולאתר יש כותב אחד, ארכיון הכותב יהיה זהה לארכיון של עמוד הבית. הדבר יוצר %1$sבעיית תוכן משוכפל%2$s."],"Date archives":["ארכיון תאריך"],"author archives":["ארכיון מחברים"],"Title":["כותרת"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["הסתר"],"Date in Snippet Preview":["תאריך בצפייה המקדימה"],"Take note:":["רשום הערה:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["עמוד הבית והעמוד הראשי"],"Title Separator":["מפריד כותרת"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s בודק אוטומטית אם יש צורך לכפות שכתוב כותרות, אם לדעתך הוא טועה, אפשר לשנות את ההגדרה כאן, בתנאי שידוע לך מה ההשלכות של הפעולה."],"Force rewrite titles":["חייב שכתוב מחדש של הכותרות"],"Taxonomies":["טקסונומיות"],"Homepage":["עמוד הבית"],"%1$s Extensions":["הרחבות %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["שלבו בצורה חלקה את ווקומרס עם %1$s וקבלו תכונות נוספות!"],"Rank better locally and in Google Maps, without breaking a sweat!":["דירוג גבוה יותר בחיפוש מקומי ובגוגל מפות, בלי לשבור את הראש!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["האם האתר מופיע בגוגל חדשות? הגדילו את התנועה מגוגל חדשות על ידי אופטימיזציה יעודית!"],"Optimize your videos to show them off in search results and get more clicks!":["אופטימיזציה לוידאו תחשוף אותם בתוצאות מנועי חיפוש ותייצר יותר הקלקות!"],"The premium version of %1$s with more features & support.":["גרסת פרימיום של %1$s עם תמיכה ומאפיינים נוספים."],"Person":["אדם"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["מידע זה מוצג במטה דטה באתר. הוא מיועד להופיע ב%1$sגרף הידע של גוגל%2$s. ניתן לייצג אדם או ארגון."],"Website name":["שם האתר"],"Webmaster Tools":["כלי מנהלי אתרים"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["אין את כותרת הפוסט בתוך ה URL, דבר שמאוד מומלץ. שקול שינוי הגדרת הלינקים ל/%postname%/."],"RSS":["RSS"],"Breadcrumbs":["פירורי לחם"],"or":["או"],"Save Profile":["שמירת פרופיל"],"There were no profiles found":["לא נמצאו פרופילים"],"Profile":["פרופיל"],"Current profile":["פרופיל נוכחי"],"Authenticate":["אימות"],"Get Google Authorization Code":["קבל קוד זיהוי מגוגל"],"Reload crawl issues":["טען מחדש בעיות סריקה"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["כדי שיתאפשר לכם לבצע הפניה ולתקן את הבעיה בזו, אתם צריכים %1$s. אתם יכולים לרכוש את התוסף, כולל שנה של תמיכה תכנית ועדכונים, ב- %2$s."],"Creating redirects is a %s feature":["יצירת הפניות היא אפשרות של %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["שגיאות שהתחרשו בזמן שהבוט של גוגל למכשירי טלפון פשוטים סרק את האתר (השגיאות לא הופיעו בסריקה של האתר הרגיל)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["שגיאות שהתחרשו בזמן שהבוט של גוגל למכשירים ניידים סרק את האתר (השגיאות לא הופיעו בסריקה של האתר הרגיל)."],"Errors that occurred when your site was crawled by Googlebot.":["שגיאות שהתרחשו בזמן שהבוט של גוגל סרק את האתר."],"Issue categories":["קטגוריות בעיות"],"Incorrect Google Authorization Code.":["קוד הזיהוי של גוגל היה שגוי."],"The issues have been successfully reloaded!":["הבעיות נטענו מחדש בהצלחה!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["נתוני %1$s הוסרו. יש לאמת מחדש כדי להחזר שוב את הנתונים."],"Crawl errors per page":["בעיות סריקה לפי עמוד"],"Search":["חיפוש"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["אל תחמיץ את שגיאות הסריקה באתר: %1$sהתחבר באמצעות קונסולת החיפוש של גוגל%2$s."],"Create redirect":["צור הפנייה"],"Mark as fixed":["סמן כ\"תוקן\""],"Response code":["קוד תגובה"],"First detected":["נמצא לראשונה"],"Last crawled":["נסרק לאחרונה"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":[" %1$s זיהה שגירסת %2$s אינה נתמכת על ידי %1$s. יש לעדכן את %2$s לגרסה האחרונה כדי להשתמש בתכונה זו."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["התוספים של יואסט משתפים ביניהם קוד כדי שהאתר יהיה מהיר יותר. כפועל יוצא, כל התוספים של יואסט צריכים להיות מעודכנים. באתר זה לא כולם מעודכנים, לכן יש לעדכן אותם."],"Feature phone":["טלפון פשוט"],"Smartphone":["טלפון חכם"],"Desktop":["מחשב שולחני"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["כתובת היעד לא קיימת אך השרת לא החזיר שגיאת 404 (הקובץ לא נמצא)."],"Soft 404":["404 רך"],"Request timed out or site is blocking Google.":["משך ההמתנה לבקשה ארוך מדי או שהאתר חוסם את גוגל."],"Server Error":["שגיאת שרת"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["הבוט של גוגל יכול היה לגשת לאתר, אבל כתובות מסוימות נחסמו עבורו בקובץ %1$s. חסימה זו יכולה הייתה להתייחס לכל הבוטים של גוגל או רק עבור הבוט הספציפי למכשירים ניידים."],"Blocked":["חסום"],"Google was unable to crawl this URL due to an undetermined issue.":["גוגל לא יכול לסרוק כתובת זו מסיבה לא ידועה."],"URL points to a non-existent page.":["הפניה לעמוד שלא קיים."],"Not found":["לא נמצא"],"Not followed":["לא נעקב"],"Faulty redirects":["הפניות שגויות"],"Server requires authentication or is blocking Googlebot from accessing the site.":["השרת דורש אימות או שהוא חוסם את הבוט של גוגל מגישה לאתר."],"Access denied":["גישה נדחתה"],"Deactivate %s":["כיבוי %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["התוסף %1$s עלול ליצור בעיות כשמשתמשים בו יחד עם %2$s."],"Upload Image":["העלאת תמונה"],"Remove these ads?":["הסרת מודעות?"],"%s Posts Overview":["סקירת %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["כותרת פירורי לחם מופיעה בפירורי לחם במקום בו מופיעה הטקסונומיה."],"Breadcrumbs title":["כותרת פירורי לחם"],"The canonical link is shown on the archive page for this term.":["קישור הקנוניקל מוצג בדף ארכיון עבור ביטוי זה."],"Facebook App ID":["פייסבוק App ID"],"Pinterest":["פינטרסט"],"Other":["אחר"],"Archives":["ארכיונים"],"Email":["אימייל"],"Close":["סגור"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["גם %1$s וגם %2$s יכולים ליצור מפת אתר בפורמט XML. לשתי מפות אתר בפורמט XML אין יתרון מבחינת מנועי חיפוש, והן עלולות להאט את האתר."],"Configure %1$s's Open Graph settings":["הגדר הגדרות Open Graph עבור %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["גם %1$s וגם %2$s יוצרים פלט Open Graph, מה שעלול לגרום לפייסבוק, טוויטר, לינקדאין ורשתות חברתיות אחרות להשתמש בתכנים כתובים ובתמונות לא נכונות כשמשתפים עמודים."],"%s Image":["תמונת %s"],"%s Description":["תאור %s"],"%s Title":["כותרת %s"],"Twitter":["טוויטר"],"Facebook":["פייסבוק"],"The recommended image size for %1$s is %2$s pixels.":["גודל תמונה מומלץ עבור %1$s הוא %2$s פיקסלים."],"If you want to override the image used on %s for this post, upload / choose an image here.":["אם תרצה להעלות עבור פוסט זה תמונה אחרת במקום התמונה ב%s, בחר או העלה תמונה כאן."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["אם תרצה שהתיאור שיוצג כאשר משתפים את העמוד ב%s, ובמקום התיאור הרגיל יופיע תיאור אחר, הזינו כאן את התיאור החלופי."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["אם תרצה שהכותרת תוצג כאשר משתפים את העמוד ב%s ובמקום הכותרת הרגילה תופיע כותרת אחרת, הזינו כאן את הכותרת החלופית."],"very difficult":["קשה מאוד"],"Try to make shorter sentences, using less difficult words to improve readability":["יש לנסות לקצר משפטים, עם מילים פשוטות יותר, כדי לשפר קריאות"],"difficult":["קשה"],"Try to make shorter sentences to improve readability":["יש לנסות לקצר משפטים כדי לשפר קריאות"],"fairly difficult":["קשה למדי"],"OK":["תקין"],"fairly easy":["קל למדי"],"easy":["קל"],"very easy":["קל מאוד"],"Meta Desc.":["תיאור מטא"],"All SEO Scores":["כל ציוני SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["בעיית SEO: התמונה הראשית צריכה להיות בגודל 200x200 פיקסלים לפחות בכדי שפייסבוק ורשתות חברתיות אחרות ישתמשו בה."],"(no parent)":["(ללא הורה)"],"Post is set to noindex.":["מוגדר לא לאנדקס."],"The URL that this page should redirect to.":["כתובת ה URL אליו דף זה פונה."],"301 Redirect":["הפניית 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["כתובת קנוניקל אליה צריך דף זה להפנות. ניתן להשאיר ריק לברירת המחדל של מבנה הקישורים. תומך גם ב%1$sדומיינים שונים%2$s."],"Canonical URL":["כתובת קנוניקל"],"Title to use for this page in breadcrumb paths":["כותרת לשימוש בעמוד זה בנתיב של פירורי לחם"],"Breadcrumbs Title":["כותרת פירורי לחם"],"No Snippet":["אין סניפט"],"No Archive":["אין ארכיון"],"No Image Index":["אין אינדקס תמונה"],"None":["ללא"],"Site-wide default: %s":["ברירת מחדל לכל האתר: %s"],"Advanced meta robots settings for this page.":["הגדרות מתקדמות עבור meta robots לדף זה."],"Meta robots advanced":["Meta Robots למתקדמים"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["אזהרה: למרות שניתן להגדיר כאן הגדרות לרובוטים, כל האתר מוגדר noindex בהגדרות הפרטיות, כך שלהגדרות אלה לא תהיינה השפעה."],"Meta description":["תיאור מטא"],"SEO Title":["כותרת SEO"],"Focus keyword":["מילת מפתח למיקוד"],"Snippet preview":["תצוגה מקדימה"],"Settings successfully imported.":["הגדרות יובאו בהצלחה."],"Settings could not be imported:":["לא ניתן לייבא את ההגדרות:"],"Error creating %1$s export: ":["שגיאה ביצירת קובץ הגדרות %1$s לייצוא:"],"Breadcrumb for 404 pages:":["פירורי לחם לעמודי 404:"],"Prefix for search result pages:":["קידומת לעמודי תוצאות חיפוש:"],"Prefix for archive pages:":["קידומת לעמודי ארכיון:"],"Prefix for breadcrumbs:":["קידומת לפירורי לחם:"],"Anchor text for the homepage:":["טקסט עוגן לעמוד הבית:"],"Breadcrumbs separator:":["מפריד פירורי לחם:"],"Remove blog page from breadcrumbs":["הסרת עמוד בלוג מפירורי לחם"],"%s Breadcrumbs":["%s פירורי לחם"],"Use Image":["השתמש בתמונה"],"Action":["פעולה"],"Page URL/Slug":["כתובת/סלאג"],"Publication date":["תאריך פרסום"],"Post Status":["סטטוס"],"WP Page Title":["כותרת של וורדפרס"],"View":["הצג"],"View “%s”":["הצג \"%s\""],"Preview":["תצוגה מקדימה"],"Preview “%s”":["תצוגה מקדימה של \"%s\""],"Edit":["עריכה"],"Filter":["סנן"],"New Yoast Meta Description":["תיאור מטא חדש"],"Existing Yoast Meta Description":["תיאור מטא נוכחי"],"Facebook profile URL":["כתובת פרופיל פייסבוק"],"Twitter username (without @)":["משתמש טוויטר (ללא @)"],"FAQ":["שאלות נפוצות"],"Premium Support":["תמיכת פרימיום"],"Settings":["הגדרות"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["יש לגשת ל%1$sהגדרות קריאה%2$s ולבטל סימון של אפשרות הנראות במנועי חיפוש."],"Huge SEO Issue: You're blocking access to robots.":["בעית SEO רצינית: אתה מונע גישה של רובוטים לאתר."],"Posts":["פוסטים"],"Edit Files":["עריכת קבצים"],"Advanced Variables":["משתנים מתקדמים"],"Basic Variables":["משתנים בסיסיים"],"General":["כללי"],"Extensions":["הרחבות"],"Search Console":["קונסולת חיפוש"],"Tools":["כלים"],"Advanced":["מתקדם"],"XML sitemaps":["מפות XML"],"Social":["חברתי"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s זיהה שאתם משתמשים בגרסה %2$s של %3$s, יש לעדכן לגרסה האחרונה כדי למנוע בעיות תאימות."],"Just another WordPress site":["עוד אתר וורדפרס"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["תיאור האתר שמגיע כברירת מחדל טרם שונה. כנראה שאפילו שורה ריקה תהיה טובה יותר. %1$sניתן לתקן את זה דרך מסך ההתאמה האישית%2$s."],"You have used HTML in your value which is not allowed.":["השתמשת ב-HTML בערך שהזנת, וזה אסור."],"You can't edit %s that aren't yours.":["אינך יכול לערוך %s שלא שלך."],"You can't edit %s.":["אינך יכול לערוך %s."],"Post has an invalid Content Type: %s.":["לפוסט יש סוג תוכן לא חוקי: %s."],"Post doesn't exist.":["הפוסט אינו קיים."],"course\u0004Free:":["קורס חינם:"],"posts\u0004Trash (%s)":["פח (%s)","פח (%s)"],"posts\u0004All (%s)":["הכל (%s)","הכל (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"he_IL"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":["ללא ביטויי מפתח"],"Person logo / avatar":["לוגו / צלמית משתמש אישית"],"Extend %s":["הרחבת %s"],"Enroll in the %s for WordPress training":["הרשמו לאימוני וורדפרס של %s"],"Posts with the SEO score: %s":["פוסטים עם ציון SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["דרכת וידאו של %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["כדי להציג את שגיאות הסריקה הנוכחיות, %1$sיש לבקר בקונסולת החיפוש של גוגל%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["גוגל הפסיקה לתמוך ב-API של שגיאות סריקה שלה. לכן, לא ניתן להציג יותר שגיאות סריקה אפשריות. %1$sלמידע נוסף ניתן לקרוא את ההצהרה שלנו בנושא זה%2$s."],"Remove this message":["הסר הודעה זו"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["ניתן לייעל עוד יותר את האתר עבור קהל מקומי באמצעות %s! אופטימיזציית כתובות, שעות פתיחה, איתור חנות ואפשרויות איסוף!"],"Serving local customers?":["משרתים לקוחות מקומיים?"],"Get the %s plugin now":["קבל את התוסף %s עכשיו"],"Organization social profiles":["פרופילים חברתיים של הארגון"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["ניתן לערוך את הפרטים שמוצגים בנתוני מטה דטה, כמו הפרופילים החברתיים, השם והתיאור של המשתמש הזה בדף הפרופיל של %1$s."],"Personal info":["מידע אישי"],"Organization logo":["לוגו ארגון"],"Organization name":["שם הארגון"],"Choose whether the site represents an organization or a person.":["בחר אם האתר מייצג ארגון או אדם."],"Knowledge Graph & Schema.org":["גרף הידע ו-Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["כדי שהאתר ייצג חברה או ארגון, גשו אל %1$s תצוגת חיפוש%2$s והגדירו \"ארגון\" בשדה \"ארגון או אדם\"."],"To change the social accounts used for your site, update the details for %1$s.":["כדי לשנות את החשבונות החברתיים המשמשים את האתר, יש לעדכן את הפרטים עבור %1$s."],"That means that the form and information below is disabled, and not used.":["משמעות הדבר היא כי הטופס והמידע שלהלן מושבתים, ולא נעשה בהם שימוש."],"Your website is currently configured to represent a Person":["האתר מוגדר לייצוג בן אדם"],"(if one exists)":["(אם קיים)"],"Wikipedia page about you":["עמוד ויקיפדיה אודותייך"],"YouTube profile URL":["כתובת פרופיל יוטיוב"],"Tumblr profile URL":["כתובת פרופיל טמבלר"],"SoundCloud profile URL":["כתובת פרופיל סאונד-קלאוד"],"MySpace profile URL":["כתובת פרופיל מיי-ספייס"],"Organization or person":["ארגון או אדם"],"The person":["האדם"],"Organization":["ארגון"],"Does your site represent a person or an organization?":["האם האתר מיצג אדם או ארגון?"],"The name of the organization":["השם של הארגון"],"Provide an image of the organization logo":["ספק תמונה של לוגו הארגון"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["בעבר האתר הוגדר לייצוג אדם. שיפרנו את פונקציונליות ה-Schema וגרף הידע, לכן יש %1$sלהשלים הגדרות נוספות%2$s."],"Select a user...":["בחירת משתמש..."],"Uncategorized":["ללא קטגוריה"],"Name:":["שם:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["המשתמש %1$s נבחר כאדם שמייצג אתר זה. פרטי פרופיל המשתמש שלו ישמשו כעת בתוצאות החיפוש. %2$sניתן לעדכן את פרופיל המשתמש כדי לוודא שהמידע נכון.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["שגיאה: נא לבחור משתמש כדי להשלים את המידע אודות האתר."],"SEO score: %s":["ציון SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["אם יש לך או לארגון שלך עמוד ויקיפדיה, הוסף גם אותו."],"Wikipedia URL":["כתובת ויקיפדיה"],"Pinterest profile URL":["כתובת פרופיל פינטרסט"],"Instagram profile URL":["כתובת פרופיל אינסטגרם"],"LinkedIn profile URL":["כתובת פרופיל לינקדאין"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["מחקר מילות מפתח הוא שלב חיוני בכל אסטרטגיה SEO. יש להחליט באילו מונחי חיפוש ברצונך להופיע, ולנסות להבין באילו מילות מפתח הגולשים משתמשים כדי למצוא את האתר. מחקר מילות מפתח טוב אומר איזה תוכן האתר צריך כדי להתחיל להיות מדורג במונחים שבהם מעוניינים להופיע. יש לוודא שמירב המאמצים מופנים למילות מפתח שיש סיכוי שתדורגו בהם! %1$s מעביר אותך בתהליך זה, צעד אחר צעד."],"SEO for Beginners training":["תרגול SEO למתחילים"],"%s for WordPress training":["%s לתרגול וורדפרס"],"All-around SEO training":["כל מה שקשור לתרגול SEO"],"The image you selected is too small for Facebook":["התמונה שנבחרה קטנה מדי עבור פייסבוק"],"The given image url cannot be loaded":["לא ניתן לטעון תמונה מהכתובת שניתנה"],"Find out what words your audience uses to find you":["גלה באילו מילים גולשי האתר משתמשים כדי למצוא אותך"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":["לא הוחזר אובייקט JSON."],"Received internal links":["קישורים פנימיים שהתקבלו"],"Outgoing internal links":["קישורים פנימיים יוצאים"],"New step added":["נוסף שלב חדש"],"New question added":["נוספה שאלה חדשה"],"To be able to create a redirect and fix this issue, you need %1$s. ":["כדי ליצור הפניה מחדש ולתקן את בעיה זו, אתה צריך %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["אתה יכול לרכוש את התוסף, כולל תמיכה לשנה ועידכונים, ב %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["מונה הקישורים בתוכן מספק תובנות לגבי מספר הקישורים שנמצאים בטקסט וכמה הקישורים מפנים לתכנים באתר. הדבר מועיל מאוד כשרוצים לשפר את %1$sהקישורים הפנימיים%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["כדי שתכונה זו תעבוד %1$s דורשת לפחות גירסה %2$s של PHP. באתר זה זוהתה גירסה %3$s של PHP."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["יש לשקול היטב את ההשלכות וכן %1$sלקרוא את הפוסט הזה%2$s אם ברצונך לקבל מידע נוסף על ההשפעה של הצגת מדיה בתוצאות החיפוש."],"Keyphrase":["ביטוי מפתח"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["כדי שתכונה זו תעבוד, %1$s צריך ליצור טבלה במסד הנתונים. לא הצלחנו ליצור טבלה זו באופן אוטומטי."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["על ידי הפעלת אפשרות זו, כתובות של קבצים מצורפים הופכות לגלוות, הן למבקרים והן לגוגל. כדי להוסיף ערך לאתר, הם צריכים להכיל מידע שימושי, או שהם עשויים להשפיע לרעה על דירוג האתר."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["המאפיין %3$sמונה קישורים בתוכן%4$s (שהוצג ב-%1$s %2$s) מושבת כעת."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["נא לקרא את %1$sהמאמר במאגר המידע%2$s כדי להבין כיצד לפתור בעיה זו."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["כדי לוודא שכל הקישורים בטקסט נספרו, אנחנו צריכים לנתח את כל הטקסטים."],"All you have to do is press the following button and we'll go through all your texts for you.":["כל שעליך לעשות הוא ללחוץ על הכפתור הזה ואנחנו נעבור על כל הטקסטים למענך. "],"Count links":["ספור קישורים"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":["%1$sתגיות ALT לתמונות%2$s: עבודה טובה!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sתגיות ALT לתמונות%3$s: לתמונות בעמוד זה חסרות תגיות alt המשקפות את התוכן. %2$sיש להוסיף ביטוי מפתח או מילים נרדפות לתגיות ALT של התמונות הרלוונטיות%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sתגיות ALT לתמונות%3$s: לתמונות בעמוד זה יש תגיות ALT, אך לא הוגדר בהם ביטוי מפתח. %2$sיש לתקן זאת%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sביטוי מפתח בכותרות משנה%2$s: %3$s מכותרות המשנה ברמה הגבוהה ביותר משקפות את הנושא של התוכן. עבודה טובה!","%1$sביטוי מפתח בכותרות משנה%2$s: %3$s מכותרות המשנה ברמה הגבוהה ביותר משקפות את הנושא של התוכן. עבודה טובה!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sביטוי מפתח בכותרות משנה%2$s: כותרת משנה ברמה הגבוהה יותר משקפת את הנושא של התוכן. עבודה טובה!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sביטוי מפתח בכותרות משנה%3$s: %2$sהשתמש ביותר ביטויי מפתח או המילים הנרדפות שלהם בכותרות משנה ברמה הגבוהה ביותר%3$s!"],"Page %s":["עמוד %s"],"Cannot get the size of %1$s because of unknown reasons.":["לא ניתן לקבל את הגודל של %1$s מסיבות לא ידועות."],"Cannot get the size of %1$s because it is hosted externally.":["לא ניתן לקבל את הגודל של %1$s מכיוון שהוא מתארח בשרת חיצוני."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["פשוט החלף את המעבר ל \"on\" ותוכל להשתמש בניתוח מכוייל מחדש. בנוסף, נצרף אותך לרשימת התפוצה הספציפית שלנו. אנו נשלח אליך אימייל רק על החוויות שלך עם כיול זה!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["אנחנו %1$sכיילנו מחדש את הניתוח שלנו%2$s. בעזרת הניתוח החדש, נדע טוב יותר איך גוגל רואה אתרים. זה יהיה %3$sמדהים%4$s אם תרצה %3$sלנסות את גרסת הבטא של התכונה הזו%4$s עבורנו!"],"Get an even better analysis":["קבל ניתוח אפילו יותר מעמיק"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sכותרת אחת%3$s: כותרת מסוג H1 צריכה לשמש רק את הכותרת הראשית. מצא את כל כותרות ה-H1 בתוכן שאינן הכותרת הראשית %2$sושנה אותן לכותרות ברמה נמוכה יותר%3$s!"],"Improve sharing on Facebook and Pinterest":["שיפור שיתופים בפייסבוק ובפינטרסט"],"You do not have the required rights to export settings.":["אין לך את ההרשאות הנדרשות כדי לייצא נתונים"],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["העתיקו את כל ההגדרות האלה לכרטיסיית %1$s באתר אחר וליחצו שם על \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["אלו הן ההגדרות עבור התוסף %1$s מאת %2$s"],"No settings found.":["לא נמצאו הגדרות."],"Export your %1$s settings here, to copy them on another site.":["ייצוא הגדרות %1$s כדי להעתיק אותם באתר אחר."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["ייבוא ​​הגדרות נתמך רק בשרתים שמפעילים PHP 5.3 ומעלה."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["ייבוא הגדרות על ידי הדבקת ההגדרות שהועתקו מאתר אחר ולחיצה על \"%s\"."],"Paste your settings from another %s installation.":["הדבק הגדרות מהתקנה אחרת של %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sצפיפות ביטויי מפתח%2$s: ביטוי מפתח למיקוד נמצא 0 פעמים. זה פחות מהמינימום המומלץ של %3$d פעמים עבור תוכן באורך זה. %4$sביטוי מפתח למיקוד שלך%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sצפיפות ביטויי מפתח%2$s: ביטוי מפתח למיקוד נמצא פעם %3$d. זה נהדר!","%1$sצפיפות ביטויי מפתח%2$s: ביטוי מפתח למיקוד נמצא %3$d פעמים. זה נהדר!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":[""],"Method %1$s() does not exist in class %2$s":["המתודה %1$s() אינה קיימת בקלאס %2$s"],"With %s, you can easily create such redirects.":["באמצעות %s ניתן ליצור בקלות הפניות כאלה."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["שינוי מבנה קישורים יכול להשפיע משמעותית על נראות האתר במנועי חיפוש. מומלץ %1$s לעולם %2$s לא לבצע את זה על אתר חי."],"WARNING:":["אזהרה:"],"Learn about why permalinks are important for SEO.":["למד מדוע קישורים חשובים לקידום אתרים."],"Google Ads":["מודעות גוגל"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["האם ידעת ש%s בוחן גם את ההבדלים בביטויי מפתח, גם בהטיות של יחיד ורבים ואף זמני עבר?"],"Clear Image":["נקה תמונה"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sאורך ביטוי מפתח%3$s: %2$sהגדר ביטוי מפתח כדי לחשב ציון SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sביטוי מפתח בסלאג%2$s: יותר ממחצית מביטויי המפתח שלך מופיע בסלאג. זה נהדר!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sביטוי מפתח בסלאג%3$s: (חלק מ) ביטויי המפתח אינם מופיעים בסלאג. %2$sשנה את זה%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sביטוי מפתח בסלאג%2$s: עבודה טובה!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sביטוי מפתח בכותרת%3$s: לא כל המילים בביטוי הממפתח \"%4$s\" מופיעים בכותרת SEO. %2$sנסה להשתמש בביטוי מפתח מדויקת בכותרת SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sביטוי מפתח בכותרת%3$s: לא מכיל את אותן המילים. %2$sנסה להשתמש בביטוי מפתח מדויקת בכותרת SEO%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sפיזור ביטויי מפתח%2$s: עבודה טובה!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sפיזור ביטויי מפתח%3$s: לא אחיד. חלקים מסוימים בתוכן אינם מכילים ביטוי מפתח או את המילים הנרדפות שלו. %2$sיש לפזר אותם באופן שווה יותר%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sפיזור ביטויי מפתח%3$s: מאוד לא אחיד. חלקים גדולים בתוכן אינם מכילים ביטוי מפתח או את המילים הנרדפות שלו. %2$sיש לפזר אותם באופן שווה יותר%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sפיזור ביטויי מפתח%3$s: %2$sיש לכלול ביטוי מפתח או את המילים הנרדפות שלו בתוכן כדי שנוכל לבדוק את פיזור ביטויי המפתח%3$s."],"Help on choosing the perfect focus keyphrase":["עזרה בבחירת ביטוי מפתח מושלמים למיקוד"],"Would you like to add a related keyphrase?":["האם ברצונך להוסיף ביטוי מפתח דומה?"],"Go %s!":["לך %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":["דירוג גבוה יותר באמצעות מילים נרדפות וביטויי מפתח דומים"],"optimize a single post for synonyms and related keyphrases.":["אופטימיזצייה של פובט בודד עבור מילים נרדפות וביטוי מפתח דומים."],"Synonyms & related keyphrases":["מילים נרדפות וביטוי מפתח דומים"],"Add related keyphrase":["הוסף ביטוי מפתח רלוונטיים"],"Dismiss %s upgrade notice":["בטל הודעת שדרוג %s"],"Upgrade to %s":["שדרג אל %s"],"%1$s video":["%1$s וידאו"],"Get %s":["קבל %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sביטוי מפתח שהיה בשימוש בעבר%2$s: לא נעשה שימוש בביטוי מפתח זה בעבר, טוב מאוד."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sהסלאג ארוך מדי%3$s: הסלאג של העמוד הזה קצת ארוך. %2$sקצר אותו%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sתגיות ALT לתמונות%3$s: אין תמונות בעמוד זה. %2$sהוסף כמה%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sקישור לביטוי מפתח%3$s: אתה מקשר לעמוד אחר עם ביטוי מפתח שאתה רוצה שעמוד זה ידרג. %2$sאל תעשה את זה%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["זה הרבה מתחת למינימום המומלץ מילה %5$d. %3$s יש להוסיף תוכן נוסף %4$s.","זה הרבה מתחת למינימום המומלץ של %5$d מילים. %3$s יש להוסיף תוכן נוסף %4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["זה מתחת למינימום המומלץ של מילה %5$d. %3$s יש להוסיף תוכן נוסף %4$s.","זה מתחת למינימום המומלץ של %5$d מילים. %3$s יש להוסיף תוכן נוסף %4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sאורך הטקסט %4$s: הטקטס מכיל מילה %1$d.","%2$sאורך הטקסט %4$s: הטקטס מכיל %1$d מילים."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sאורך הטקסט %3$s: הטקטס מכיל מילה %1$d. עבודה טובה!","%2$sאורך הטקסט %3$s: הטקטס מכיל %1$d מילים. עבודה טובה!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sביטוי מפתח בכותרות משנה%3$s: מעל 75%% מכותרות המשנה ברמה הגבוהה משקפות את הנושא של התוכן. זה יותר מדי. %2$sאל תבצע אופטימיזציית יתר%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sאורך כותרת SEO%3$s: %2$sנא ליצור כותרת SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":["%1$sאורך כותרת SEO%2$s: עבודה טובה!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sקישורים יוצאים%2$s: בעמוד זה מופיעים גם קישורים יוצאים וגם קישורי nofollowed. עבודה טובה!"],"%1$sOutbound links%2$s: Good job!":["%1$sקישורים יוצאים%2$s: עבודה טובה!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sקישורים יוצאים%3$s: כל הקישורים היוצאים בדף זה הם nofollowed. %2$sהוסף כמה קישורים רגילים%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sקישורים יוצאים%3$s: אין קישורים יוצאים בעמוד זה. %2$sהוסף כמה%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sאורך תיאור מטא%2$s: כל הכבוד!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sאורך תיאור מטא%3$s: תיאור מטא מכיל מעל %4$d תווים. כדי לוודא שכל התיאור יוצג, %2$sיש להקטין את האורך%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sאורך תיאור מטא%3$s: תיאור מטא קצר מדי (מתחת ל-%4$d תווים). ניתן להשתמש עד %5$d תווים. %2$sנצלו את המקום שנותר%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sאורך תיאור מטא%3$s: לא הוגדר תיאור מטא. במקום זאת, מנועי חיפוש יציגו חלק מהתוכן של העמוד. %2$sיש לדאוג לכתוב תיאור מטא%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sאורך ביטוי מפתח%5$s: ביטוי מפתח באורך %1$d מילים. זה הרבה מעל המקסימום המותר של %2$d מילים. %4$sקצר אותו%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sאורך ביטוי מפתח%5$s: ביטוי מפתח באורך %1$d מילים. זה מעל המקסימום המותר של %2$d מילים. %4$sקצר אותו%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sאורך ביטוי מפתח%2$s: עבודה טובה!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sאורך ביטוי מפתח%3$s: לא הוגדר ביטוי מפתח עבור עמוד זה. %2$sהגדר ביטוי מפתח כדי לחשב ציון SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sביטויי מפתח בהקדמה%2$s: כל הכבוד!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sקישורים פנימיים%2$s: בעמוד זה מופיעים גם קישורים פנימיים וגם קישורי nofollowed. עבודה טובה!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sקישורים פנימיים%2$s: יש מספיק קישורים פנימיים. עבודה טובה!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sקישורים פנימיים%3$s: כל הקישורים הפנימיים בעמוד זה הם nofollowed. %2$sהוסף כמה קישורים פנימיים טובים%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sקישורים פנימיים%3$s: אין קישורים פנימיים בעמוד זה. %2$sהוסף כמה%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sמילות קישור%2$s: כל הכבוד!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sמילות קישור%2$s: רק %3$s מהמשפטים מכילים מילות מעבר, וזה לא מספיק. %4$sהשתמש ביותר מהם%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sמילות קישור%2$s: אף אחד מהמשפטים אינו מכיל מילות קישור. %3$sהשתמש בכמה%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sאין מספיק תוכן%2$s: %3$sיש להוסיף תוכן כדי לאפשר ניתוח טוב%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sפיזור כותרות משנה%2$s: אתה לא משתמש בכלל בכותרות משנה, אבל מכיוון שהטקסט קצר מספיק, וכנראה שלא צריך אותן."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sפיזור כותרות משנה%2$s: אתה לא משתמש בכלל כותרות משנה, למרות שהטקסט ארוך למדי. %3$sנסה להוסיף מספר כותרות משנה%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sפיזור כותרות משנה%2$s: אזור %3$d ארוך מ-%4$d מילים ולא מופרד בכותרות משנה כלשהן. %5$sנסה להוסיף כותרות משנה כדי לשפר את הקריאות%2$s.","%1$sפיזור כותרות משנה%2$s: %3$d אזורים ארוכים מ-%4$d מילים ולא מופרדים בכותרות משנה כלשהן. %5$sנסה להוסיף כותרות משנה כדי לשפר את הקריאות%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sפיזור כותרות משנה%2$s: עבודה טובה!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":["%1$sאורך המשפט%2$s: מעולה!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sמשפטים רצופים%2$s: המשפטים מגוונים מספיק. זה נהדר!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sמשפטים רצופים%2$s: התוכן מכיל %3$d משפטים רצופים המתחילים באותה מילה. %5$sנסו לערבב דברים%2$s!","%1$sמשפטים רצופים%2$s: התוכן מכיל %4$d מקרים שבהם %3$d או יותר משפטים רצופים המתחילים באותה מילה. %5$sנסו לערבב דברים%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sקול פסיבי%2$s: נעשה שימוש מספק בקול אקטיבי. זה נהדר!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sאורך פסקה%2$s: %3$d מהפסקאות מכילות יותר מילים מהמקסימום המומלץ של %4$d מילים. %5$sקצר את הפסקאות%2$s!","%1$sאורך פסקה%2$s: %3$d מהפסקאות מכילות יותר מילים מהמקסימום המומלץ של %4$d מילים. %5$sקצר את הפסקאות%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sאורך פסקה%2$s: אף אחת מהפסקאות לא ארוכה מדי. עבודה טובה!"],"Good job!":["עבודה טובה!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["ביטוי מפתח למיקוד"],"%1$s with ID %2$s couldn't be patched":["%1$s עם מזהה %2$s לא ניתן לתיקון"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["בקשת POST לא חוקית. ערכי meta כבר קיימים עבור אובייקט עם המזהה %1$s."],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":["לא ניתן למצוא אובייקט עם מזהה %1$s ו-%2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` אינו תת-סוג תקין של `%2$s`"],"The object type `%1$s` is invalid":["אובייקט מסוג `%1$s` לא תקין"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["התקבל פרמטר `%1$s` מסוג לא חוקי. צפוי `%2$s`, אך התקבל `%3$s`"],"The parameter `%1$s` cannot be empty.":["הפרמטר `%1$s` לא יכול להיות ריק."],"Check Keyphrase Density":["בדיקת צפיפות ביטוי מפתח"],"Disable":["כיבוי"],"Allow Control":["אפשר שליטה"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":["%s הוא ארגומנט מחייב לתכונה."],"Keyphrase:":["ביטוי מפתח:"],"Remove keyphrase":["הסר ביטוי מפתח"],"This feature has been disabled by the network admin.":["תכונה זו הושבתה על ידי מנהל הרשת."],"Focus keyphrase not set.":["לא הוגדרו ביטוי מפתח למיקוד."],"Multiple keyphrases":["ביטוי מפתח מרובים"],"Colon":["נקודתיים"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["גם %1$s וגם %2$s מנהלים את ה-SEO של האתר. הפעלת שני תוספי SEO במקביל יכול להזיק לאתר."],"There is a new notification.":["ישנה הודעה חדשה","ישנן הודעות חדשות"],"Learn more about the readability analysis":["מידע נוסף על ניתוח קריאות"],"Describe the duration of the instruction:":["תאר את משך ההוראה:"],"Optional. Customize how you want to describe the duration of the instruction":["אופציונאלי. התאמה אישית של האופן בו ברצונך לתאר את משך ההוראה"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["זוהי רשימה של תכנים רלוונטיים שניתן לקשר אליה מהפוסט. {{a}}קרא את המאמר שלנו על היררכית אתרים{{/a}} כדי ללמוד עוד על הדרך בה קישורים פנימיים יכולים לסייע בשיפור ה-SEO."],"%s, %s and %s":["%s, %s ו%s"],"%s and %s":["%s ו%s"],"%d minute":["דקה %d","%d דקות"],"%d hour":["שעה %d","%d שעות"],"%d day":["יום %d","%d ימים"],"Enter a step title":["הזן כותרת שלב"],"Optional. This can give you better control over the styling of the steps.":["אופציונאלי. יכול לתת שליטה טובה יותר על עיצוב השלבים."],"CSS class(es) to apply to the steps":["קלאסים של CSS להחיל על השלבים"],"minutes":["דקות"],"hours":["שעות"],"days":["ימים"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["רשום את השאלות הנפוצות שלך בצורה ידידותית ל-SEO. ניתן להשתמש בבלוק אחד בלבד בכל פוסט."],"Copy error":["העתק שגיאה"],"An error occurred loading the %s primary taxonomy picker.":["חלה תקלה בטעינת הטקסונומיה הראשית %s."],"%1$s Structured Data Blocks":["בלוק מבנה נתונים של %1$s"],"Time needed:":["זמן נדרש:"],"Move question down":["הורד שאלה למטה"],"Move question up":["העלה שאלה למעלה"],"Insert question":["הוסף שאלה"],"Delete question":["מחק שאלה"],"Enter the answer to the question":["הזן תשובה לשאלה"],"Enter a question":["הזן שאלה"],"Add question":["הוסף שאלה"],"Frequently Asked Questions":["שאלות נפוצות"],"Great news: you can, with %s!":["חדשות נהדרות: אתה יכול, עם %s!"],"Select the primary %s":["בחירת %s ראשי"],"Check links to this URL":["בדיקת קישורים בכתובת זו"],"Keyword research training":["תרגול מחקר מילות מפתח"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["נא לבדוק %1$sתבנית ארכיון%2$s עבור תכנים מסוג %3$s.","נא לבדוק %1$sתבניות ארכיון%2$s עבור תכנים מסוג %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["האם אתה מנסה להשתמש בביטוי מפתח מרובים? יש להוסיף אותם למטה בנפרד."],"Mark as cornerstone content":["סמן כעוגני תוכן"],"Move step down":["הורד שלב למטה"],"Move step up":["העלה שלב למעלה"],"Insert step":["הוסף שלב"],"Delete step":["מחק שלב"],"Add image":["הוסף תמונה"],"Enter a step description":["הזן תיאור שלב"],"Enter a description":["הזן תיאור"],"Unordered list":["רשימה לא ממוספרת"],"Showing step items as an ordered list.":["מציג צעדים כרשימה ממוספרת."],"Showing step items as an unordered list":["מציג צעדים כרשימה לא ממוספרת."],"Add step":["הוסף שלב"],"Delete total time":["מחק סה\"כ זמן"],"Add total time":["הוסף סה\"כ זמן"],"How to":["איך"],"How-to":["איך"],"Snippet Preview":["תצוגה מקדימה"],"Analysis results":["תוצאות ניתוח"],"Enter a focus keyphrase to calculate the SEO score":["הזן ביטוי מפתח למיקוד כדי לחשב ציון SEO"],"Learn more about Cornerstone Content.":["מידע נוסף על עוגני תוכן."],"Cornerstone content should be the most important and extensive articles on your site.":["עוגני תוכן אמורים להיות המאמרים הכי חשובים ונרחבים באתר."],"Restore Site":["שיחזור אתר"],"Network Settings":["הגדרות רשת"],"You are not allowed to perform this action.":["אינך מורשה לבצע פעולה זו."],"Error: %s":["שגיאה: %s"],"Success: %s":["הצלחה: %s"],"Site with ID %d not found.":["אתר עם מזהה %d לא נמצא."],"No site has been selected to restore.":["לא נבחר אתר לשחזור."],"You are not allowed to modify unregistered network settings.":["אינך מורשה לשנות הגדרות רשת לא רשומות."],"deleted":["נמחק"],"Would you like to add another keyphrase?":["האם ברצונך להוסיף ביטוי מפתח נוסף?"],"image preview":["תצוגת תמונה"],"Copied!":["הועתק"],"Not supported!":["לא נתמך!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["קרא {{a}}את המאמר שלנו על מבנה האתר{{/a}} כדי ללמוד איך קישורים פנימיים יכולים לשפר את ה-SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["לאחר הוספת תוכן נוסף, תוצג רשימה של תוכן קשור שאליו ניתן יהיה לקשר מהפוסט הזה."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["יש לשקול להוסיף קישורים ל{{a}}עוגני תוכן{{/a}} אלה:"],"Consider linking to these articles:":["יש לשקול להוסיף קישורים למאמרים אלה:"],"Copy link":["העתק קישור"],"Copy link to suggested article: %s":["העתק קישור למאמר מוצע: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":["תיאור האתר"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["לאחרונה שיפרנו את הפונקציונליות של הגדרות 'מראה חיפוש'. לצערנו, גילינו שבמקרים מסוימים, שמירת ההגדרות עבור ארכיונים ספציפיים של סוג פוסט עלולה להשתבש."],"Not all required fields are given. Missing field %1$s":["לא סופקו כל השדות הנדרשים. חסר שדה %1$s"],"Optimize your site for Google News.":["בצע אופטימיזציה לאתר בחדשות גוגל."],"Optimize your shop's SEO and sell more products!":["בצע אופטימיזציה ל-SEO של החנות ומכור יותר מוצרים!"],"Be found in Google Video search and enhance your video sharing on social media.":["תופיע בתוצאות החיפוש של גוגל וידאו ושפר את שיתופי הוידאו ברשתות חברתיות."],"Be found in Google Maps and local results.":["הימצא במפות גוגל ותוצאות מקומיות."],"Learn practical SEO skills to rank higher in Google.":["מידע נוסף על מיומנויות SEO מעשיות כדי לקבל דירוג גבוה יותר בגוגל."],"Don’t waste time figuring out the best settings yourself.":["אל תבזבז זמן להבין מהן ההגדרות הטובות ביותר בעצמך."],"Get quick wins to make your site rank higher in search engines.":["השג ניצחונות קטנים כדי לקבל דירוג גבוה יותר לאתר במנועי חיפוש."],"Add synonyms":["הוסף מילים נרדפות"],"Would you like to add keyphrase synonyms?":["האם תרצה להוסיף מילים נרדפות לביטוי מפתח?"],"Would you like to add more than one keyphrase?":["האם תרצה להוסיף יותר מביטוי מפתח אחד?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["ניתן לערוך את מתוני ה-meta עבור סוג מותאם ב%1$sעמוד החנות%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["לא הגדרת דף חנות בהגדרות ווקומרס. יש לבצע זאת תחילה."],"Current year":["שנה נוכחית"],"Page":["עמוד"],"Breadcrumb settings for %s archive":["הגדרות פירורי לחם עבור ארכיון %s"],"Something went wrong. Please reload the page.":["משהו השתבש. טען מחדש את העמוד בבקשה."],"Tagline":["תיאור האתר"],"Modify your meta description by editing it right here":["שנה את תיאור המטא על ידי עריכתו כאן"],"description (custom taxonomy)":["תיאור (טקסונומיה מותאמת)"],"(custom taxonomy)":["(טקסונומיה מותאמת)"],"(custom field)":["(שדה מותאם)"],"Term404":["מונח 404"],"Caption":["כיתוב תמונה"],"Pagenumber":["מספר עמוד"],"Pagetotal":["סה\"כ דף"],"Page number":["מספר עמוד"],"User description":["תיאור משתמש"],"ID":["ID"],"Modified":["שונה"],"Post type (plural)":["סוג פוסט (רבים)"],"Post type (singular)":["סוג פוסט (יחיד)"],"Separator":["מפריד"],"Search phrase":["ביטוי חיפוש"],"Term title":["כותרת מונח"],"Term description":["תיאור מונח"],"Tag description":["תיאור תגית"],"Category description":["תיאור קטגוריה"],"Primary category":["קטגוריה ראשית"],"Category":["קטגוריה"],"Tag":["תגית"],"Excerpt only":["תיאור בלבד"],"Excerpt":["תיאור"],"Site title":["שם האתר"],"Archive title":["כותרת ארכיון"],"Parent title":["כותרת האב"],"Date":["תאריך"],"Label":["תווית"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["יש ליצור כתובת אתר להפניה מחדש כדי להבטיח שהמבקרים באתר לא יקבלו שגיאת 404 כאשר הם לוחצים על כתובת אתר שאינה פועלת עוד."],"Search engines and other websites can still send traffic to your deleted post.":["מנועי חיפוש ואתרי אינטרנט אחרים עדיין יכולים לשלוח תנועה לפוסט שנמחק."],"Make sure you don't miss out on traffic!":["ודא שאתה לא מחמיץ את התנועה!"],"You just deleted a %1$s.":["כרגע מחקת את %1$s."],"You just trashed a %1$s.":["כרגע העברת לאשפה את %1$s."],"Settings for %s archive":["הגדרות עבור ארכיון %s"],"Settings for single %s URLs":["הגדרות עבור %s יחיד"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["ההגדרות בדף זה מאפשרות להגדיר את הנראות בחיפוש המוגדר כברירת מחדל עבור כל סוג של תוכן שיש באתר. ניתן לבחור אילו סוגי תוכן יופיעו בתוצאות החיפוש ומה יהיה תיאור ברירת המחדל שלהם."],"Url preview":["תצוגה מקדימה של כתובת אתר"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["ציין תיאור meta על ידי עריכת קטע הקוד למטה. אם לא תעשה זאת, Google תנסה למצוא חלק רלוונטי מהפוסט שלך שיוצג בתוצאות החיפוש."],"Insert snippet variable":["הוסף משתנה קטע"],"Dismiss this notice":["דחה הודעה זו"],"No results":["אין תוצאות"],"%d result found, use up and down arrow keys to navigate":["%d תוצאות נמצאו, השתמש במקשי החצים למעלה ולמטה כדי לנווט","נמצאו %d תוצאות, השתמש במקשי החצים למעלה ולמטה כדי לנווט"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["שפת האתר שלך מוגדרת%s. אם זה לא נכון, צור קשר עם מנהל האתר שלך ."],"Number of results found: %d":["מספר התוצאות שנמצאו: %d"],"Note that not all variables can be used in every field.":["שימו לב שלא כל המשתנים יכולים לשמש בכל שדה."],"Snippet variables":["משתני סניפט"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s מכבד את הפרטיות שלך. קרא את %2$sמדיניות פרטיות%3$s על האופן שבו אנו מטפלים במידע אישי."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["אם אתה יודע מה זה אומר ואתה כבר לא רוצה לראות את ההודעה הזאת, אתה יכול %1$sלבטל את ההודעה%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["הגדרות האתר מאפשרות להתקן כתובות של הקבצים המצורפים באתר. בבקשה תקראו %1$sעל בעיה פוטנציאלית עם כתובות אתר של קבצים מצורפים%2$s ובידקו האם באתר זה הוגדרו ההגדרות הנכונות."],"Unknown type %1$s":["סוג לא ידוע %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["כולל חשבון MyYoast חינם אשר נותן גישה חינם לקורס ה-SEO שלנו למתחילים!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["הירשם לניוזלטר שלנו אם אתה רוצה לשמור על עדכני %1$s, תוספים מגניבים אחרים על ידי%2$s, וכן חדשות מעניינות וטיפים מהעולם של SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["קבלת קוד אימות של ביידו דרך %1$sכלי מנהלי האתרים של ביידו%2$s."],"Baidu verification code":["קוד אימות של ביידו"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["פונקציית היבוא של %s משתמשת בטבלאות זמניות במסדי נתונים. נראה שהתקנת הוורדפרס באתר זה אינה יכולה לעמוד בעומס לביצוע המשימה, יש להתייעץ עם חברת האכסון."],"Cleanup of %s data failed.":["ניקוי מידע עבור %s נכשל"],"Content Type":["סוג תוכן"],"Filter by content type":["סינון לפי סוג תוכן"],"Show All Content Types":["הצג את כל סוגי התכנים"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["כדי לתקן את זה בטל את התיבה מול \"הפסקה הערות לתוך דפים ...\" על%1$sדף הגדרות תגובה%2$s."],"Replaced with the normal title for an archive generated by WordPress":["הוחלף בכותרת הרגילה של ארכיון שנוצר על ידי וורדפרס"],"Clean":["נקה"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["כשאתם בטוחים שהאתר שלכם בסדר, אתם יכולים לנקות - פעולה שתסיר את כל המידע המקורי"],"Step 5: Clean up":["שלב 5: ניקוי"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["מומלץ להפעיל את אשף ההתקנה, מתוך SEO > כללי > לוח בקרה, כדי לוודא שכל ההגדרות עבור האתר הוגדרו נכון."],"Step 4: Run the configuration wizard":["שלב 4 - התחל את אשף ההתקנה"],"Please check your posts and pages and see if the metadata was successfully imported.":["יש לבדוק הפוסטים והעמודים כדי לוודא שהמטה דטה יובא בהצלחה."],"Step 3: Check your data":["שלב 3: בדוק את המידע"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["שלב 2: יבוא"],"Please make a backup of your database before starting this process.":["אנא הכן גיבוי לבסיס הנתונים לפני תחילת התהליך."],"Step 1: Create a backup":["שלב 1: צור גיבוי"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["התגלה מידע מאחד או יותר תוספי SEO באתר. בכדי לייבא את המידע, אנא בצעו את השלבים הבאים:"],"Plugin: ":["תוסף:"],"%s did not detect any plugin data from plugins it can import from.":["%s לא זיהה מידע על תוספים מהם ניתן לייבא מידע."],"Posts that should not show up in search results":["פוסטים שאמורים להופיע בתוצאות החיפוש"],"%s data found.":["%s מידע נמצא."],"%s data successfully removed.":["%s מידע נמחק בהצלחה."],"%s data successfully imported.":["%s מידע יובא בהצחה."],"%s data not found.":["%s מידע לא נמצא."],"Improve your SEO skills":["שיפור כישורי SEO"],"24/7 email support":["תמיכת אימייל 24/7"],"No more dead links a.k.a. 404 pages":["בלי קישורים מתים, כמו עמודי 404"],"Get real-time suggestions for internal links":["הצע הצעות ללינקים פנימיים בזמן-אמת"],"Preview your page in Facebook and Twitter":["תצוגה מקדימה של העמוד בפייסבוק ובטוויטר"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["ליחצו על הכפתור \"%3$s\" כדי להשתמש בתיאור מטא שכבר הוגדר בהגדרות %1$sתצוגת חיפוש בעמוד הבית%2$s."],"Help on copying the home meta description":["עזרה בהעתקת תיאור מטא מעמוד הבית"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["בכדי לאפשר למנועי חיפוש לדעת לאיזה רשת חברתית האתר מקושר, יש להכניס את המידע החברתי כאן."],"Learn more about your social profiles settings":["מידע נוסף על הגדרות הפרופילים החברתיים שלך"],"Remove the categories prefix":["הסר את קידומת הקטגוריות"],"Help on the category prefix setting":["עזרה בהגדרת קידומות לקטגוריות"],"Learn more about the available variables":["מידע נוסף על המשתנים הזמינים לשימוש"],"Learn more about the RSS feed setting":["מידע נוסף על הגדרות RSS "],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["כאשר מעלים קבצי מדיה (לדוגמא תמונה או וידאו) לאתר וורדפרס, המערכת לא רק שומרת את קובץ המדיה, היא גם יוצרת עמוד עם כתובת יעודית עבור קובץ המדיה המצורף. עמודי המדיה הללו הם די ריקים: הם מכילים את הקובץ עצמו ולעיתים גם את הכותרת, אם הוזנה כותרת. לכן, אם לא באמת משתמשים בעמודי המדיה הללו, עדיף לנטרל אותם ולהפנות אותם לקובץ המדיה עצמו."],"Learn more about the Media and attachment URLs setting":["מידע נוסף על הגדרת כתובות מדיה וקבצים מצורפים"],"Learn more about the title separator setting":["מידע נוסף על הגדרת מפריד כותרת"],"Learn more about the knowledge graph setting":["מידע נוסף על הגדרת גרף הידע"],"Learn more about the homepage setting":["מידע נוסף על הגדרות עמוד הבית"],"Learn more about the special pages setting":["מידע נוסף על הגדרות עמודים מיוחדים"],"Help on the date archives search results setting":["עזרה בהגדרת תוצאות חיפוש בארכיוני תאריכים"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":["עזרה בהגדרת תוצאות חיפוש בארכיוני מחברים ללא פוסטים"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":["עזרה בהגדרת תוצאות חיפוש בארכיוני מחברים"],"Archives settings help":["עזרה בהגדרות ארכיון"],"Learn more about the archives setting":["מידע נוסף על הגדרת ארכיון"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["קבלת קוד אימות של יאנדקס דרך %1$sכלי מנהלי האתרים של יאנדקס%2$s."],"Yandex verification code":["קוד אימות של יאנדקס"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["קבלת קוד אימות של גוגל דרך %1$sקונסולת החיפוש של גוגל%2$s."],"Google verification code":["קוד אימות של גוגל"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["קבלת קוד אימות של בינג דרך %1$sכלי מנהלי האתרים של בינג%2$s."],"Bing verification code":["קוד אימות של בינג"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["מידע נוסף על האימות של כלי מנהלי האתרים"],"On":["מופעל"],"Help on: %s":["עזרה ב: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s מגיע עם הרבה תכונות. ניתן להדליק ולכבות את חלקם. לחיצה על סימן השאלה יציג מידע נוסף על התכונות השונות."],"Off":["מכובה"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":["אבטחה: אין הגדרות מתקדמות עבור מחברים"],"See who contributed to %1$s.":["ראה מי תרם ל-%1$s."],"Help on this search results setting":["עזרה בהגדרת תוצאות החיפוש"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Default for %2$s, currently: %1$s":["ברירת מחדל עבור %2$s, נוכחי: %1$s"],"Show %s in search results?":["הצג %s במנועי חיפוש"],"this author's archives":["ארכיונים של המחבר הזה"],"Do not allow search engines to show %s in search results.":["אל תאפשר למנועי חיפוש להציג %s בתוצאות חיפוש."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["כתובת הקטגוריה בוורדפרס מכילה קידומת, בדרך כלל %s. תכונה זו מסירה קידומת זו, עבור קטגוריות בלבד."],"Category URLs":["קישורי קטגוריות"],"the archive for %s":["ארכיון עבור %s"],"Redirect attachment URLs to the attachment itself?":["האם להפנות מעמודי קבצים מצורפים לקובץ עצמו?"],"We recommend you set this to Yes.":["ההמלצה שלנו היא לסמן \"כן\"."],"Media & attachment URLs":["כתובות מדיה וקבצים מצורפים"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["זה מה שמוצג בתוצאות החיפוש כאשר אנשים מוצאים את עמוד בית. כלומר, זה כנראה מה שהם יראו כשהם יחפשו את המותג."],"date archives":["ארכיון תאריך"],"archives for authors without posts":["ארכיון עבור מחברים ללא פוסטים"],"Read why XML Sitemaps are important for your site.":["קרא מדוע מפות XML חשובות עבור האתר."],"Enable the XML sitemaps that %s generates.":["הפעל יצירת מפות XML ש-%s יוצר."],"See the XML sitemap.":["צפיה במפת XML של האתר."],"%2$s (current default for %1$s)":["%2$s (ברירת מחדל נוכחית עבור %1$s)"],"Media":["מדיה"],"Content Types":["סוג התוכן"],"Should search engines follow links on this %1$s?":["האם מנועי חיפוש צריכים לעקוב אחרי הקישורים ב%1$s?"],"Allow search engines to show this %s in search results?":["האם לאפשר למנועי חיפוש להציג %s בתוצאות החיפוש?"],"Search Appearance":["תצוגת חיפוש"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["יש לציין אילו סוגי תוכן להציג במנועי חיפוש. אם אינך יודע את ההבדלים ביניהם, עדיף להישאר עם הגדרות ברירת המחדל."],"Search engines should show \"%1$s\" in search results:":["מנועי חיפוש יציגו את \"%1$s\" בתוצאות החיפוש:"],"Search engine visibility":["נראות במנוע חיפוש"],"Toggle %1$s's XML Sitemap":["פתח מפות XML של %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["בקשות תמיכה הנוצרות כאן נשלחות ישירות אל מערכת התמיכה שלנו, המאובטחת ב-256bit SSL, כך שהתקשורת מאובטחת ב-100%."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["עוגני תוכן מאפשרים לסמן ולסנן עוגני תוכן באתר."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["אם ישנה בעיה שלא ניתנת לפתרות בעזרת מדריכי הוידאו שלנו או במאגר המידע, ניתן לשלוח הודעה לצוות התמיכה. ניתן להשיגם 24/7."],"Search result":["תוצאות חיפוש"],"Good results":["תוצאות טובות"],"Get better search results in local search":["קבלו תוצאות מדוייקות יותר בחיפוש לוקאלי"],"Allow customers to pick up their %s order locally":["אפשר ללקוחות לאסוף את ה%s עצמאית"],"SEO analysis":["ניתוח SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["ניתוח SEO מציע הצעות לשיפור SEO עבור תכני האתר."],"Learn how the SEO analysis can help you rank.":["למד איך ניתוח SEO יכול לעזור להעלות בדירוג."],"The readability analysis offers suggestions to improve the structure and style of your text.":["ניתוח הקריאות מציע הצעות לשיפור המבנה והסגנון של תכני האתר."],"Discover why readability is important for SEO.":["גלה למה קריאות חשובה בשביל SEO."],"Find out how cornerstone content can help you improve your site structure.":["מצא כיצד עוגני תוכן יכולים לעזור לשפר את מבנה האתר."],"The text link counter helps you improve your site structure.":["מונה קישור בתוכן מסייע לשפר את מבנה האתר."],"Find out how the text link counter can enhance your SEO.":["גלו כיצד מונה הקישור בתכנים יכול לשפר את SEO."],"%s integration":["אינטגרציית %s"],"Read more about how %s works.":["קרא עוד על איך %s עובד"],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["הפעל תכונה זו אם ברצונך לאפשר לפייסבוק ורשתות חברתיות אחרות להציג תצוגה מקדימה עם תמונה ותיאור כאשר משתפים קישור מהאתר."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["הפעל תכונה זו אם ברצונך לאפשר לטוויטר להציג תצוגה מקדימה עם תמונה ותיאור כאשר משתפים קישור מהאתר."],"Find out why you should upgrade to %s":["מצא למה כדאי לך לשדרג ל %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["פוסטים אחרונים מהבלוג של %1$s"],"Need help?":["צריך עזרה?"],"Type here to search...":["הקלידו כאן לחיפוש..."],"Search the Yoast Knowledge Base for answers to your questions:":["חיפוש תשובה לשאלה במאגר המידע של יוסט:"],"Remove highlight from the text":["תמחק את ההדגשה מהטקסט"],"Your site language is set to %s. ":["שפת האתר שלכם מוגדרת ל%s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["התחילו במהירות עם %2$sאשף ההתקנה%3$s של %1$s!"],"First-time SEO configuration":["הגדרה ראשונה של SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["שפת האתר מוגדרת לשפה ה {language}. אם הדבר לא נכון יש לפנות למנהל האתר."],"Your site language is set to {language}.":["שפת האתר נקבעה ל{language}."],"Highlight this result in the text":["הדגש את התוצאה הזו בטקסט"],"Considerations":["נקודות לשיקול דעת"],"Errors":["שגיאות"],"Change language":["שינוי שפה"],"You cannot create a %s file.":["לא ניתן ליצור את הקובץ %s."],"You cannot edit the %s file.":["לא ניתן לערוך את הקובץ %s."],"Updated %s":["%s עודכן"],"Create %s file":["צור קובץ %s"],"Edit the content of your %s:":["עריכת התוכן של הקובץ %s:"],"Save changes to %s":["שמור שינויים לקובץ %s"],"%s file":["קובץ %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s וגם %2$s יכולים לפעול הרבה יות טוב ביחד באמצעות תוסף עזר. יש להתקין את %3$s לניהול פשוט וקל. %4$s."],"More information":["מידע נוסף"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s וגם %2$s יכולים לפעול הרבה יות טוב ביחד באמצעות תוסף עזר. יש להפעיל את %3$s לניהול פשוט וקל."],"More information about %1$s":["מידע נוסף אודות %1$s"],"Configuration Wizard":["אשף ההתקנה"],"You've done it!":["עשית זאת!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["הטמיעו בצורה חלקה את %2$s עם %1$s עבור ניתוח תוכן!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s וגם %2$s יכולים לפעול הרבה יות טוב ביחד באמצעות תוסף עזר. יש להתקין את %3$s לניהול פשוט וקל."],"Manage your %s subscription on MyYoast":["נהלו את המנוי שלכם ב-%s באמצעות MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["הכותרת ו-amp, והגדרת תגיות המטה ל %1$s בנויים ממשתנים שמוחלפים מערכים ספציפיים מהעמוד כאשר העמוד מוצג. הטבלה מטה מכילה רשימה של משתנים זמינים לשימוש. "],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["סמן את ה%1$s החשובים ביותר כעוגני תוכן לשיפור מבנה האתר. %2$sמידע נוסף על עוגני תוכן%3$s."],"Loading help center.":["טוען את מרכז העזרה."],"Get support":["קבלו תמיכה"],"View in KB":["ראו במאגר המידע"],"Go back":["חזרה"],"Go back to the search results":["חזרה לתוצאות חיפוש"],"(Opens in a new browser tab)":["(פתח בטאב חדש בדפדפן)"],"Posts %1$swithout%2$s a focus keyphrase":["פוסטים %1$s ללא %2$s ביטוי מפתח למיקוד"],"Hey, your SEO is doing pretty well! Check out the stats:":["דירוג ה-SEO של האתר מצוין! בדוק כאן:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["עדיין לא פורסמו פוסטים, ציון ה-SEO יופיע כאן ברגע שהפוסט הראשון יהיה באוויר!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["בעמוד זה תוכל לשנות את שם האתר ולבחור במפריד בו יעשה שימוש. המפריד יוצג, בין היתר, בין כותרת האתר ושם האתר. הסמלים מופיעים בגודל בו הם נראים בתוצאות החיפוש. יש לבחור מפריד המתאים בצורה הטובה ביותר למותג או מפריד שתופס הכי פחות רווח בין השדות."],"Something else":["אחר"],"A portfolio":["פורטפוליו"],"A corporation":["תאגיד"],"A small offline business":["עסק פיזי קטן"],"A news channel":["ערוץ חדשות"],"An online shop":["חנות מקוונת"],"A blog":["בלוג"],"What does the site %1$s represent?":["מה האתר %1$s מייצג?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["אם תבחר שלא, ארכיון המחבר יושבת כדי למנוע כפילויות תוכן."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["הערה: איננו מאחסנים את המידע שלך בשום אופן או צורה ואין לנו גישה לחשבונך.\nהפרטיות שלך מוגנת עמנו."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s משתלב עם קונסולת החיפוש של גוגל, זהו כלי חובה למנהלי אתרים המספק מידע על תקינות האתר. אין לך חשבון גוגל? האתר עדיין לא הופעל, גלה איך %2$s מחבר את כלי מנהל האתרים של גוגל לאתר %3$s."],"Option B: My site is under construction and should not be indexed":["אפשרות ב: האתר עדיין בשלבי הקמה ואינו אמור להיות מאונדקס."],"Option A: My site is live and ready to be indexed":["אפשרות א: האתר באוויר ומוכן להיות מאונדקס"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["יש לבחור באפשרות \"אתר בהקמה\" כדי למנוע ממנועי חיפוש לאנדקס את האתר. לא לשכוח לשנות את האפשרות הזו כשהאתר יהיה מוכן לעלות לאוויר."],"Please specify if your site is under construction or already active.":["אנא ציין: האם האתר עדיין בשלבי הקמה? או שהוא כבר פעיל?"],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["מידע זה ישמש את כרטיסיית גרף הידע של גוגל, הבלוק הגדול עם המידע שניתן לראות בעמוד תוצאות החיפוש."],"Read more like this on our SEO blog":["קרא עוד על הנושא בבלוג ה-SEO שלנו"],"Readability: %s":["קריאות: %s"],"Not activated":["אינו מופעל"],"Activated":["הופעל"],"%1$s recommendations for you":["%1$s המלצות עבורך"],"All Readability Scores":["כל מדדי הקריאות"],"Filter by Readability Score":["סינון לפי מדד קריאות"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["אינך מקבל עדכוני תמיכה! תקן בעיה זו ע\"י הוספת אתר זה, ופתיחת %1$s עבורו ב%2$s."],"Request method %1$s is not valid.":["המתודה הנדרשת %1$s אינה תקינה."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["האם ברצונך לראות איך זה יראה אם אנשים ישתפו את הפוסט הזה ב-%1$s?\nאתה יכול, בעזרת %2$s."],"Good job! All the links in your texts have been counted.":["עבודה טובה! כל הלינקים בטקסטים נספרו."],"Calculation completed.":["החישוב הושלם."],"Calculation in progress...":["חישוב בתהליך..."],"Stop counting":["הפסק לספור"],"Counting links in your texts":["סופר קישורים בטקסט"],"Text %1$s of %2$s processed.":["טקסט %1$s מתוך %2$s עובד."],"All your texts are already counted, there is no need to count them again.":["כל הטקסטים כבר נספרו. אין צורך לספור אותם שוב."],"Count links in your texts":["ספור קישורים בטקסט"],"Text link counter":["מונה קישורים בטקסט"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["מספר הקישורים החיצוניים לפוסט הזה. ראה \"עמודות yoast\" טקסט בלשונית \"עזרה\" לפרטים נוספים"],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["מספר הקישורים הפנימיים היוצאים בפוסט זה. לקבלת מידע נוסף עיינו בטקסט של \"עמודות יוסט\" בלשונית העזרה."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s מוסיף מספר עמודות לדף זה. כתבנו מאמר בנוגע %2$sלאופן השימוש בציון ה- SEO ובציון הקריאות%3$s. עמודות הקישורים מציגות את כמות המאמרים באתר זה המקושרים %5$sאל%6$s כתבה זו ואת כמות המאמרים המקושרים %5$sמתוך%6$s כתבה זו. למד עוד בנוגע %4$s לאופן השימוש במאפיינים אלו כדי לשפר את הקישורים הפנימיים שלך%3$s, מה שישפר את ה- SEO שלך באופן משמעותי."],"%s Columns":["%s עמודות"],"Readability score":["ציון קריאות"],"Other benefits of %s for you:":["יתרונות אחרים של %s עבורך:"],"Scroll to see the preview content.":["גלול לתצוגה מוקדמת של התוכן."],"Cornerstone content":["עוגני תוכן"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s ידאג עכשיו לכל האופטימיזציה הטכנית לה זקוק האתר שלך. על מנת לשפר באמת את ביצועי האתר שלך בתוצאות החיפוש, חשוב להתחיל וליצור תוכן שידורג טוב עבור מילות מיקוד שברצונך לקדם. בדוק את הוידאו הזה, בו אנחנו מסבירים כיצד להשתמש בתיבת המטא של %1$s כשאתה עורך פוסטים או עמודים."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["אם אתה רוצה להתעלות על המתחרים בעיר או באזור ספציפי, בדוק את התוסף שלנו, %1$s! תוכל להכניס בקלות לגוגל מפות, שעות פתיחה, מידע ליצירת קשר ומאתר חנויות. חוץ מזה, %1$s עוזר לך לשפר את שימושיות דף יצירת הקשר שלך."],"Attract more customers near you":["משוך עוד לקוחות הקרובים אלייך"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["האם אתה רוצה לדעת על %1$s הכל כולל הכל? רוצה ללמוד הכל על ההגדרות המתקדמות שלנו? רוצה להפיק את המרב מ-%1$s? בדוק את ההכשרה שלנו עבור %1$s והתחל להתעלות מעל המתחרים!"],"Get the most out of %1$s with the %2$s":["קבל את המיטב מ %1$s באמצעות %2$s"],"Upgrade to Premium":["שדרג לפרימיום"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["רוצה להתעלות מעל המתחרים? %1$s מעניק לך מאפיינים נוספים מדהימים שיעזרו לך ליצור אסטרטגיית SEO כמו מקצוען. השתמש בכמה מילות מיקוד, במנהל ההפניות ובכלי שלנו לקישורים פנימיים. עם %1$s תקבל גם גישה לתמיכת פרימיום."],"Outrank the competition with %s":["נצח את התחרות עם %s"],"You might like":["אולי תאהב"],"Newsletter":["ניוזלטר"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["אשף ההתקנה עדיין לא הושלם, מומלץ %2$sלהפעיל את אשף ההתקנה כדי להגדיר את %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["אשף ההתקנה מאפשר להגדיר בקלות הגדרות SEO אופטימליות לאתר."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["שדרגו לפרימיום והמומחים שלנו יהיו שם בשבילכם לענות על כל שאלה שעלולה להיות לכם לגבי ההגדרות והשימוש בתוסף."],"Superfast internal linking suggestions":["הצעות סופר מהירות לקישורים פנימיים"],"Great news: you can, with %1$s!":["חדשות נהדרות: אתה יכול, עם %1$s!"],"Save changes":["שמור שינויים"],"1 year free support and updates included!":["כולל שנה חינם של עדכונים ושדרוגים!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["התוסף %2$s משנה את פלט האתר שלך, ובתוך כך מבדיל בין מנועי חיפוש לבין משתמשים רגילים. תהליך זה נקרא \"Cloaking\". אנו ממליצים לך מאוד לכבות אותו."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sתצוגה מקדימה של מדיה חברתית%2$s: פייסבוק וטוויטר"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sאין יותר קישורים שבורים%2$s: מנהל הפניות קל ונוח לשימוש"],"No ads!":["ללא פרסומות!"],"Facebook & Twitter":["פייסבוק וטוויטר"],"Social media preview":["תצוגה ברשתות חברתיות"],"Easy redirect manager":["מנהל הפניות פשוט וקל"],"No more dead links":["בלי קישורים מתים"],"Increase your SEO reach":["הגדל השפעת SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["לקבלת עזרה ביצירת תוכן מדהים, ניתן לבדוק את %2$sקורס הכתיבה הרעיונית%3$s שלנו. אם ברצונך להכיר את כל המאפיינים של התוסף, שקול לעבור את ה-%1$s שלנו!"],"Variable":["משתנה"],"Available variables":["משתנים זמינים"],"Scroll to see the table content.":["גלול לצפיה בתוכן הטבלה."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["אם אתה זקוק לסיוע אנא פנה אל %1$sהמאמר שלנו בנוגע לקישור האתר בקונסולת החיפוש של גוגל%2$s."],"An error occurred in the '%1$s' assessment":["חלה תקלה בהערכה של '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s מהמילים מכילים %2$s למעלה מ- %3$s הברות%4$s, יותר מהמקסימום המומלץ של %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s מהמילים מכילים %2$s למעלה מ- %3$s הברות%4$s, פחות מהמקסימום המומלץ של %5$s או שווה לו."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["התוכן הוא מעט מתחת למינימום המומלץ של מילה %5$d. %3$s יש להוסיף תוכן נוסף %4$s.","התוכן הוא מעט מתחת למינימום המומלץ של %5$d מילים. %3$s יש להוסיף תוכן נוסף %4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["תיאור המטא מכיל משפט %1$d %2$s עם למעלה מ- %3$s מילים%4$s. נסה לקצר את משפט זה.","תיאור המטא מכיל %1$d משפטים %2$s עם למעלה מ- %3$s מילים%4$s. נסה לקצר את משפטים האלה."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["תיאור המטא לא כולל משפטים %1$sעם למעלה מ- %2$s מילים%3$s."],"Step %1$d: %2$s":["שלב %1$d: %2$s"],"No new notifications.":["אין הודעות חדשות"],"Save all":["שמור הכל"],"Save":["שמירה"],"%1$s, Author at %2$s":["%1$s, מחבר ב-%2$s"],"Mobile preview":["תצוגה מקדימה למובייל"],"Desktop preview":["תצוגה מקדימה למחשב"],"Select redirect":["בחירת הפנייה"],"Please provide an SEO title by editing the snippet below.":["יש לספק כותרת SEO באמצעות עריכת התוכן המופיע למטה."],"Meta description preview:":["תצוגה מקדימה של תיאור מטא:"],"Slug preview:":["תצוגה מקדימה של הסלאג:"],"SEO title preview:":["תצוגה מקדימה של כותרת SEO:"],"Close snippet editor":["סגור את עורך הסניפט"],"Slug":["סלאג"],"Remove marks in the text":["הסר סימונים בטקסט"],"Mark this result in the text":["סמן תוצאה זו בטקסט"],"Marks are disabled in current view":["סימונים אינם פעילים בתצוגה הנוכחית"],"Good SEO score":["ציון SEO טוב"],"OK SEO score":["ציון SEO תקין"],"Feedback":["משוב"],"ok":["תקין"],"Choose an image":["בחר תמונה"],"Remove the image":["הסר תמונה"],"MailChimp signup failed:":["הרשמה למייל-צ'ימפ נכשלה:"],"Sign Up!":["הירשם!"],"Name":["שם"],"There is an error with the request.":["קיימת שגיאה בבקשה."],"Select profile":["בחירת פרופיל"],"Choose a profile":["בחר פרופיל"],"Authorization code":["קוד זיהוי"],"Reauthenticate with Google":["אמת מחדש באמצעות גוגל"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["כדי לאפשר ל-%s לאחזר מידע מקונסולת החיפוש של גוגל, אנא הזן את קוד הזיהוי של גוגל. לחיצה על הכפתור למטה תגרום לפתיחת חלון חדש."],"Please provide a meta description by editing the snippet below.":["יש לספק תיאור מטא באמצעות עריכת התוכן המופיע למטה."],"Edit snippet":["ערוך סניפט"],"You can click on each element in the preview to jump to the Snippet Editor.":["ניתן להקליק על כל אלמנט בתצוגה המקדימה כדי לדלג לעורך הסניפט."],"SEO title preview":["תצוגה מקדימה של כותרת SEO"],"Meta description preview":["תצוגה מקדימה של תיאור מטא"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["אירעה בעיה בעת שמירת השלב הנוכחי, {{link}}אנא מלא דו\"ח תקלה{{/link}} המתאר באיזה שלב אתה ואילו שינויים ברצונך לבצע (אם ישנם). "],"Close the Wizard":["סגור את האשף"],"Export settings":["ייצא הגדרות"],"%1$s video tutorial":["%1$s מדריך וידאו"],"%s › Configuration Wizard":["%s ‹ אשף ההתקנה"],"Please don't show me this notification anymore":["נא לא להציג יותר התראה זו"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["אם אתה חווה בעיות, %1$sאנא מלא דו\"ח תקלות%2$s ונעשה כמיטב יכולתנו על מנת לעזור לך."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["שמנו לב שאתה משתמש ב- %1$s כבר במשך זמן מה; אנחנו מקווים שאתה אוהב אותו! נשמח אם תוכל %2$sלתת לנו דירוג של 5 כוכבים ב- WordPress.org%3$s!"],"Date archives settings":["הגדרות ארכיוני תאריכים"],"Author archives settings":["הגדרת ארכיוני מחברים"],"%1$s by %2$s":["%1$s על ידי %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["המשתנה %s לא ניתן לשימוש בתבנית זו. למידע נוסף הסתכל במרכז העזרה"],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["דרך אגב, ידעת שיש לנו גם %1$sתוסף פרימיום%2$s? הוא מציע מאפיינים מתקדמים, כמו ניהול הפניות ותמיכה במספר ביטויי מפתח. כמו כן, הוא מגיע עם תמיכה אישית 24/7."],"(no title)":["(ללא כותרת)"],"%s installation wizard":["אשף התקנת %s"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["תפריט סרגל הניהול של %1$s מכיל קישורים שימושיים לכלים של צד שלישי לצורך ניתוח עמודים והוא מאפשר לכם לראות בקלות אם יש לכם הודעות חדשות."],"Admin bar menu":["תפריט בסרגל הניהול"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s יבדוק פעם בשבוע האם האתר עדיין מאונדקס במנועי חיפוש %2$s ויודיע כאשר זה לא המקרה."],"Features":["מאפיינים"],"SEO title":["כותרת SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["למרות המאמצים הרבים להקל על תהליך הגדרה של %1$s, אנחנו מבינים שהדבר יכול להרתיעה. אם תעדיף שנגדיר עבורך את %1$s (ובתוך כך תקבל גם עותק של %2$s), הזמן את %3$s%1$s שירות הגדרות שלנו%4$s כאן!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["ברוך הבא לאשף ההתקנה של %1$s. בכמה צעדים פשוטים נעזור לך להגדיר הגדרות SEO, כך שיתאים לצורכי האתר!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["גוגל מציג את שם האתר בתוצאות חיפוש, אם ברצונך לשנות זאת, ניתן לעשות זאת כאן."],"Greater than sign":["סימן גדול מ-"],"Less than sign":["סימן פחות מ..."],"Right angle quotation mark":["סימן ציטוט זוויתי ימני"],"Left angle quotation mark":["סימן ציטוט זוויתי שמאלי"],"Small tilde":["טילדה קטנה"],"Vertical bar":["קו אנכי"],"Low asterisk":["כוכבית נמוכה"],"Asterisk":["כוכבית"],"Bullet":["נקודה"],"Middle dot":["נקודה אמצעית"],"Em dash":["מפריד Em"],"En dash":["מפריד En"],"Dash":["מפריד"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["יש לבחור את הסמל שישמש כמפריד כותרת. מפריד זה יוצג, למשל, בין כותרת הפוסט לבין שם האתר. הסמלים מוצגים בגודל בו הם יופיעו בתוצאות החיפוש."],"The name of the person":["השם של הבן אדם"],"No":["לא"],"Yes":["כן"],"Does, or will, your site have multiple authors?":["האם לאתר יש, או יהיו, מחברים מרובים?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["וורדפרס מייצר באופן אוטומטי כתובת לכל פריט מדיה בספרייה. אם תאפשר זאת, גוגל יוכל לאנדקס את הכתובות."],"Success!":["הצלחה!"],"Title settings":["הגדרות כותרת"],"Google Search Console":["קונסולת החיפוש של גוגל"],"Multiple authors":["מחברים מרובים"],"Site type":["סוג אתר"],"Environment":["סביבה"],"Yoast option %1$s not found.":["אפשרות יוסט %1$s לא נמצאה."],"Google Structured Data Test":["בדיקת מבנה נתונים לגוגל"],"Posts list":["רשימת פוסטים"],"Posts list navigation":["ניווט ברשימת הפוסטים"],"Filter posts list":["סינון רשימת פוסטים"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["שימו לב שהתבנית עלולה עדיין להפיק קישורים לארכיונים, כך שיהיה צורך להסיר אותם בנפרד."],"%1$s to optimize your site even further":["%1$s כדי לייעל את האתר אפילו יותר"],"%1$s extensions":["הרחבות %1$s"],"Comes with our 30-day no questions asked money back guarantee":["מגיע עם ההבטחה שלנו להחזר כספי תוך 30 יום מבלי לשאול שאלות"],"More information %1$sabout %3$s%2$s":["מידע נוסף %1$sאודות %3$s%2$s"],"Installed":["מותקן"],"gain access to our 24/7 support team.":["קבל גישה 24/7 לצוות התמיכה."],"Premium support":["תמיכת פרימיום"],"check what your Facebook or Twitter post will look like.":["בדוק איך הפוסט ייראה בפייסבוק או בטוויטר."],"Social previews":["תצוגות מקדימות לרשתות חברתיות"],"create and manage redirects from within your WordPress install.":["צור ונהל הפניות מתוך וורדפרס."],"Redirect manager":["מנהל הפניות"],"%1$s, take your optimization to the next level!":["%1$s, קחו את האופטימיזציה לשלב הבא!"],"A seamless integration between %1$s and %2$s":["אינטגרציה מלאה בין %1$s לבין %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["השתמש בפירורי לחם של %1$s במקום אלו של %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["הכנס בקלות גוגל מפות, מאתר חנויות, שעות פתיחה ועוד"],"Creates XML News Sitemaps":["יוצר מפת אתר"],"Immediately pings Google on the publication of a new post":["מיידע את גוגל באופן מיידי עם כל פרסום של פוסט חדש"],"Optimize your site for Google News":["בצע אופטימיזציה לאתר בחדשות גוגל"],"Make videos responsive through enabling fitvids.js":["הפוך סרטונים לרספונסיביים באמצעות הפעלת fitvids.js"],"Enhance the experience of sharing posts with videos":["שפר את חווית שיתוף הפוסטים באמצעות סרטונים"],"Show your videos in Google Videos":["הצג את הסרטונים שלך בגוגל וידאו"],"Crawl issues list":["רשימת בעיות סריקה"],"Crawl issues list navigation":["ניווט ברשימת בעיות סריקה"],"Edit “%s”":["ערוך את “%s”"],"Premium":["פרימיום"],"Google Trends":["גוגל טרנדים"],"Notifications":["התראות"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["מסיר את ביטוי מפתח למיקוד מה-metabox ומנטרל את כל המלצות ה-SEO."],"Disable SEO analysis":["בטל ניתוח SEO"],"Twitter settings":["הגדרת טוויטר"],"Pinterest settings":["הגדרות פינטרסט"],"Facebook settings":["הגדרות פייסבוק"],"Title separator symbol":["סמל מפריד הכותרת"],"RSS feed settings":["הגדרות פיד RSS"],"Breadcrumbs settings":["הגדרות פירורי לחם"],"Make primary":["הגדר כראשי"],"Enter your Google Authorization Code and press the Authenticate button.":["הזן קוד זיהוי של גוגל ולחץ על כפתור האימות."],"Knowledge base article":["מאמר ממאגר המידע"],"Open the knowledge base article in a new window or read it in the iframe below":["פתח את המאמר ממאגר המידע בחלון חדש או קרא אותו ב-iFrame למטה"],"Search results":["תוצאות חיפוש"],"%s notification":["התראה %s","%s התראות"],"Disable readability analysis":["בטל ניתוח קריאות"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["מסיר את כרטיסיית ניתוח קריאות מה-metabox ומבטל את כל ההצעות הקשורות לקריאות."],"Readability analysis":["ניתוח קריאות"],"Needs improvement":["דרוש שיפור"],"Readability":["קריאוּת"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["אתה מנסה לטעון קבצים שלא הוקטנו, והם זמינים אך ורק דרך חבילת הפיתוח שלנו. בדוק את %1$s כדי לצפות בכל קבצי המקור."],"Improvements":["שיפורים"],"Dismiss this item.":["בטל פריט זה."],"Good job! We could detect no serious SEO problems.":["עבודה טובה! לא נמצאו בעיות SEO משמעותיות."],"We have detected the following issues that affect the SEO of your site.":["מצאנו את הסוגיות הבאות שמשפיעות על ה-SEO של אתרך."],"Problems":["בעיות"],"Analysis":["ניתוח"],"Not available":["לא זמין"],"Filter by SEO Score":["סינון לפי ציון SEO"],"Meta description not set.":["תיאור מטא טרם נקבע."],"Video tutorial":["מדריך וידאו"],"Email support is a %s feature":["תמיכה באימייל היא תכונה של %s"],"Knowledge base":["מאגר מידע"],"Open":["פתח"],"Loading...":["טוען..."],"Something went wrong. Please try again later.":["משהו השתבש, נא לנוסת שוב מאוחר יותר."],"No results found.":["לא נמצאו תוצאות."],"Dashboard":["לוח בקרה"],"You can fix this on the %1$sPermalink settings page%2$s.":["ניתן לתקן זאת דרך %1$sהגדרות מבנה קישורים%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["חלוקת תגובות לעמודים הופעלה. ב-999 מתוך 1,000 מקרים אין בה צורך, ולכן אנחנו ממליצים לבטל אותה."],"Replaced with the primary category of the post/page":["הוחלף בקטגוריה הראשית של הפוסט / העמוד"],"Pinterest confirmation":["אישור פינטרסט"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["אם כבר אישרת את האתר עם פינטרסט, ניתן לדלג על השלב הבא."],"Format-based archives":["ארכיונים מבוססי תבנית"],"Webmaster Tools verification":["אימות כלי מנהלי אתרים"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["עקוב אחר ה%1$s שלנו לאימון בWordPress ותהפוך למומחה %1$s מוסמך"],"Want to be a %s Expert?":["רוצה להיות מומחה ב%s?"],"Buy %s":["קנה %s"],"Show information about errors in category %s":["הצג מידע על שגיאות בקטגוריה %s"],"New %1$s Title":["כותרת %1$s חדשה"],"Existing %1$s Title":["כותרת %1$s קיימת"],"Expected an integer as input.":["ערך מספרי שלם מצופה כקלט"],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["ניסינו לבנות את מפתח המטמון למפת אתר, אך השילוב של תחילית וסופית משאיר מעט מדי מקום מכדי לעשות זאת. ככל הנראה העמוד שנמצא מעבר לטווח המצופה."],"Remove":["הסר"],"Keep":["שמור"],"Bold the last page":["הדגש עמוד אחרון"],"Regular":["רגיל"],"Bold":["מודגש"],"Show Blog page":["הצג עמוד בלוג"],"Primary %s":["%s ראשי"],"Primary":["ראשי"],"Make %1$s primary %2$s":["הפוך את %1$s ל%2$s הראשי"],"Term is set to noindex.":["המונח מוגדר כ-noindex."],"Author archives":["ארכיון מחברים"],"Show":["הצג"],"Enabled":["פעיל"],"Disabled":["מכובה"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s עדיין לא הצליח לבדוק את סטטוס האינדקס של האתר ב- %2$s"],"The separator defined in your theme's %s tag.":["הקו מפריד שהוגדר בתבנית שלך %s תגית."],"No index":["No index"],"Analyze entire site":["נתח את האתר כולו"],"Fetch the current status":["אתר את הסטטוס הנוכחי"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s לא יכול היה למשוך את סטטוס של האתר במנועי חיפוש%3$s מתוך %4$s"],"Your homepage can be indexed by search engines.":["עמוד הבית של האתר יכול להתאנדקס במנועי חיפוש."],"Indexability check by %1$s":["בדיקת יכולת אינדוקס בעזרת %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["אם אתם רוצים להשתמש בתמונה לשיתוף ב- %1$s, אתם יכולים להעלות/ לבחור או להוסיף כתובת URL של התמונה כאן."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["אם אינך רוצה שהתיאור יופיע ב%1$s, ניתן להזין כאן תיאור חלופי."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["אם אינך מעוניין להשתמש בכותרת הפוסט לשיתוף ב%1$s, אלא להגדיר כותרת אחרת, יש להזין אותה פה."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$s עמוד הבית לא ניתן לאינדוקס על ידי מנועי חיפוש %2$s. זה מונע ממנועי חיפוש להציג את האתר, יש לתקן זאת."],"Once Weekly":["פעם בשבוע"],"SEO score":["ציון SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["מחשב מחדש ציון SEO לכל התוכנים הכוללים את ביטוי מפתח למיקוד."],"%1$s of %2$s done.":["%1$s מ %2$s הסתיים."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["אנחנו עדכנו את אלגוריתם . %1$sלחצו כאן על מנת לשקלל את ציון ה- SEO %2$s לכל הדפים והפוסטים."],"Team Yoast":["צוות Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["פתרון ה-SEO הכולל הראשון עבור וורדפרס, הכולל ניתוח עמוד, מפות אתר ועוד."],"Yoast SEO":["יוסט SEO"],"Activation failed:":["ההפעלה נכשלה:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["כנראה שהמסנן אינו פעיל, יש לפנות לחברת האכסון כדי להפעיל אותו."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["התקנת התוסף %1$s לא הושלמה. אנא פנה אל %2$sהוראות ההתקנה%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["נראה כי ההרחבה Standard PHP Library (SPL) אינה זמינה. נא לפנות לחברת האחסון להפעיל אותה."],"SEO Settings":["הגדרות SEO"],"Mobile-Friendly Test":["בדיקת תאימות למובייל"],"Google Page Speed Test":["בדיקת מהירות טעינת עמוד"],"CSS Validator":["אימות תקינות CSS"],"HTML Validator":["אימות תקינות HTML"],"Pinterest Rich Pins Validator":["אימות תקינות פינים-עשירים של פינטרסט"],"Facebook Debugger":["פייסבוק דבאגר"],"Check Headers":["בדיקת כותרת עליונה"],"Check Google Cache":["בדיקת זיכרון מטמון של גוגל"],"Analyze this page":["נתח עמוד זה"],"Keyword Research":["מחקר מילות מפתח"],"%s does not seem to be a valid url. Please correct.":["%s איננה כתובת חוקית. נא לתקן."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["נראה כי %1$s איננה מחרוזת אימות %2$s תקינה. נא לתקן."],"%s Archive":["ארכיון %s"],"You searched for %s":["חיפוש עבור %s"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s איננו שם משתמש חוקי בטוויטר. נא לתקן."],"Summary with large image":["תקציר עם תמונה גדולה"],"Summary":["תקציר"],"The post %1$s appeared first on %2$s.":["הפוסט %1$s הופיע לראשונה ב-%2$s."],"No numeric value was received.":["לא התקבל ערך מספרי."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["זה חייב להיות אתר קיים. האתר %s לא קיימת או סומן כנמחק."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["הגדרת ברירת המחדל של האתר צריכה להיות ערך מספרי של האתר בו יש להשתמש כברירת מחדל."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s לא ניתן לאפשר גישה לבחירה זו %2$s. הבחירה אופסה לברירת מחדל."],"Please select a valid post type for taxonomy \"%s\"":["נא לבחור סוג תוכן לטקסונומיה \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["נא לבחור טקסונומיה לתוכן מסוג \"%s\""],"You searched for":["חיפשת"],"Home":["דף הבית"],"Archives for":["ארכיון עבור"],"Error 404: Page not found":["שגיאה 404: הדף לא נמצא"],"Good":["טוב"],"Replaced with a custom taxonomies description":["הוחלף בתיאור טקסונומיה"],"Replaced with a posts custom taxonomies, comma separated.":["הוחלף בטקסונומיות פוסטים מופרדים בפסיקים."],"Replaced with a posts custom field value":["הוחלף בערך של השדה המיוחד"],"Replaced with the slug which caused the 404":["הוחלף במזהה כתובת שיצר שגיאת 404"],"Replaced with the posts focus keyphrase":["הוחלף בביטוי מפתח למיקוד של הפוסטים"],"Attachment caption":["מצורף הכיתוב"],"Replaced with the current page number":["הוחלף במספר העמוד הנוכחי"],"Replaced with the current page total":["הוחלף במספר העמודים הכולל"],"Replaced with the current page number with context (i.e. page 2 of 4)":["הוחלף במספר העמוד הנוכחי כולל מלל (למשל עמוד 2 מתוך 4)"],"Replaced with the post/page author's 'Biographical Info'":["הוחלף בביוגרפיה של מחבר הפוסט/עמוד"],"Replaced with the post/page author's 'nicename'":["הוחלף בכינוי של מחבר העמוד/פוסט"],"Replaced with the post/page ID":["הוחלף במזהה של הפוסט/עמוד"],"Replaced with the post/page modified time":["הוחלף בשעת עדכון הפוסט/עמוד"],"Replaced with the content type plural label":["הוחלף בשם של סוג התוכן בלשון רבים"],"Replaced with the content type single label":["הוחלף בשם של סוג התוכן בלשון יחיד"],"Replaced with the current search phrase":["הוחלף בביטוי החיפוש הנוכחי"],"Replaced with the term name":["הוחלף בשם המונח"],"Replaced with the term description":["הוחלף בתיאור המונח"],"Replaced with the tag description":["הוחלף בתיאור התגית"],"Replaced with the category description":["הוחלף בתיאור הקטגוריה"],"Replaced with the post categories (comma separated)":["הוחלף בקטגוריות הפוסט (מופרדות בפסיקים)"],"Replaced with the current tag/tags":["הוחלף בתגיות הנוכחיות"],"Replaced with the post/page excerpt (without auto-generation)":["הוחלף בתקציר הפוסט/עמוד (ללא יצירה אוטומטית)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["הוחלף בתקציר הפוסט/עמוד (או שייווצר באופן אוטומטי אם לא קיים)"],"The site's name":["שם האתר"],"Replaced with the title of the parent page of the current page":["הוחלף בכותרת של עמוד-אב"],"Replaced with the title of the post/page":["הוחלף בכותרת הפוסט/עמוד"],"Replaced with the date of the post/page":["הוחלף בתאריך הפוסט/עמוד"],"Page %1$d of %2$d":["עמוד %1$d מתוך %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["לא ניתן שנות משתנה WPSEO על ידי רישום משתנה באותו שם, יש להשתמש בפילטר \"wpseo_replacements\"."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["כבר נרשם משתנה החלפה עם שם זהה. יש לבחור שם אחר למשתנה."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["משתנה החלפה לא יכול להתחיל עם \"%%cf_\" או עם \"%%ct_\" משום שתחיליות אלה שמורות למשתני ברירת המחדל של התוסף לתכנים מותאמים וטקסונומיות. יש לבחור שם אחר למשתנה."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["משתנה החלפה יכול להכיל רק תווים אלפאנומריים, קו תחתון או במקף. יש לשנות את המשתנה."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["מנהל שים לב: דף זה לא מציג תיאור מטא בגלל שאין לו תיאור. ניתן לכתוב תיאור ספציפי לעמוד זה או לגשת לתפריט [%1$s - %2$s] וליצור תיאור גנרי."],"Page not found":["העמוד לא נמצא"],"%s Archives":["ארכיון %s"],"Search for \"%s\"":["חיפוש \"%s\""],"Meta description to use for Author page":["תיאור מטא בדפי מחברים"],"Title to use for Author page":["כותרת בדף מחבר"],"%1$s settings":["הגדרות %1$s"],"Export your %1$s settings":["ייצוא הגדרות %1$s"],"Import settings":["ייבוא ​​הגדרות"],"Import from other SEO plugins":["ייבוא הגדרות מתוסף SEO אחר"],"Import":["ייבוא"],"If you had a %s file and it was editable, you could edit it from here.":["אם לאתר היה קובץ %s והוא היה פתוח לכתיבה, ניתן היה לערוך אותו מכאן."],"If your %s were writable, you could edit it from here.":["אם הקובץ %s היה פתוח לכתיבה, ניתן היה לערוך אותו מכאן."],"You don't have a %s file, create one here:":["לאתר אין קובץ %s, צור קובץ:"],"A link to your site, with your site's name and description as anchor text.":["קישור לאתר עם תיאור האתר בטקסט העוגן."],"A link to your site, with your site's name as anchor text.":["קישור לאתר עם שם האתר בטקסט העוגן."],"A link to the post, with the title as anchor text.":["קישור לפוסט עם הכותרת בטקסט העוגן."],"A link to the archive for the post author, with the authors name as anchor text.":["קישור לארכיון המחבר, עם שם המחבר בטקסט העוגן."],"You can use the following variables within the content, they will be replaced by the value on the right.":["ניתן להשתמש במשתנים הבאים בתוכן, הם יוחלפו בערכים המתאימים."],"Content to put after each post in the feed":["תוכן שיופיע אחרי כל פוסט בפיד"],"Content to put before each post in the feed":["תוכן שיופיע לפני כל פוסט בפיד"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["אפשרות זו מוסיפה לפיד ה-RSS קישורים לאתר ולפוסט הספציפי, כך שגנבי תוכן ומכונות אוטומטיות יקשרו בחזרה לאתר זה. הדבר יכול לעזור למנועי חיפוש לזהות את מקור התוכן המועתק."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["האופן שימוש בפירורי לחם מוסבר ב%1$sמדריך ליישום פירורי לחם%2$s."],"How to insert breadcrumbs in your theme":["כיצד להכניס פירורי לחם לתבנית"],"Blog":["אתר"],"Content type archive to show in breadcrumbs for taxonomies":["ארכיון סוגי תוכן להצגה בפירורי לחם של טקסונומיות"],"Taxonomy to show in breadcrumbs for content types":["טקסונומיה להצגה בפירורי לחם של סוגי תוכן"],"Breadcrumb for 404 Page":["פירורי לחם לעמודי 404"],"Prefix for Search Page breadcrumbs":["קידומת עבור פירורי לחם בעמוד חיפוש"],"Prefix for Archive breadcrumbs":["קידומת עבור פירורי לחם של ארכיונים"],"Prefix for the breadcrumb path":["קידומת לנתיב של פירורי לחם"],"Anchor text for the Homepage":["טקסט עוגן לעמוד הבית"],"Separator between breadcrumbs":["מפריד בין הפריטים בפירורי לחם"],"Enable Breadcrumbs":["אפשר פירורי לחם"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["בהמשך תמצאו את ציוני ה-SEO עבור הפוסט. זה זמן מצוין להתחיל לשפר את הפוסטים."],"Credits":["קרדיטים"],"« Back to Tools page":["חזרה לעמוד כלים"],"%1$s comes with some very powerful built-in tools:":["%1$s מגיע עם כמה כלים מובנים חזקים מאוד:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["כלי זה מאפשר לשנות בקלות קבצים חשובים לשיפור ה-SEO, לדוגמה קובץ robots.txt וקובץ .htaccess."],"File editor":["עריכת קבצים"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["ייבוא הגדרות מתוספי SEO אחרים או ייצוא הגדרות לשימוש באתר אחר."],"Import and Export":["ייבוא וייצוא"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["כלי זה מאפשר לך לבצע שינויים בכותרות ובתיאורי עמודים ומאמרים במהירות ללא צורך בכניסה לעורך טקסט של כל עמוד בנפרד."],"Bulk editor":["עריכה קבוצתית"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["כדי %1$sלאשר את האתר עם פינטרסט%2$s, יש להוסף תגית מטא כאן:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["פינטרסט משתמש בנתוני מטה דטה מסוג Open Graph בדומה לפייסבוק, יש לוודא כי תיבת הסימון של Open Graph מסומנת בלשונית של פייסבוק כדי לבצע אופטיזמציה של האתר בפינטרסט."],"The default card type to use":["השתמש בכרטיס מסוג"],"Add Twitter card meta data":["הוסף תגיות מטה דטה של כרטיס טוויטר"],"This image is used if the post/page being shared does not contain any images.":["תמונת ברירת מחדל לשיתוף כאשר העמוד/פוסט אינו מכיל תמונה ראשית."],"Default settings":["הגדרות ברירת מחדל"],"Copy home meta description":["העתק תיאור מטא של עמוד הבית"],"Description":["תאור"],"Image URL":["כתובת תמונה"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["הגדרות Open Graph אלה כוללות את הכותרת, התיאור והתמונה המשמשות בעמוד הראשי של האתר."],"Frontpage settings":["הגדרות דף ראשי"],"Add Open Graph meta data":["הוסף תגיות Open Graph"],"YouTube URL":["כתובת יוטיוב"],"Pinterest URL":["כתובת פינטרסט"],"MySpace URL":["כתובת מייספייס"],"LinkedIn URL":["כתובת לינקדאין"],"Instagram URL":["כתובת אינסטגרם"],"Twitter Username":["משתמש טוויטר"],"Facebook Page URL":["כתובת עמוד פייסבוק"],"Accounts":["חשבונות"],"Restore site to defaults":["שיחזור ברירת המחדל של האתר"],"Site ID":["ה-ID של האתר"],"Using this form you can reset a site to the default SEO settings.":["באמצעות טופס זה ניתן לשחזר את הגדרות ברירת המחדל."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["הגדרות רגישות לפרטיות (מנהלי פייסבוק וכאלה), הגדרות ספציפי לתבנית (שכתוב כותרות) וכמה הגדרות ספציפיות אחרות לא ייובאו לאתרים חדשים."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["יש להכניס את %1$sמזהה האתר%2$s שבהגדרותיו תרצה להשתמש כברירת מחדל עבור כל האתרים שהוספו לרשת. השאר ריק אם אין אתר כזה (במצב זה יעשה שימוש בהגדרות ברירת המחדל של התוסף)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["יש לבחור את האתר שהגדרותיו ישמשו כהגדרות ברירת מחדל לכל אחר חדש שיתווסף לרשת. אם לא יבחר אתר מסוים, יעשה שימשו בהגדרות ברירת המחדל של התוסף."],"New sites in the network inherit their SEO settings from this site":["אתרים חדשים ברשת יורשים את הגדרות ה-SEO שלהם מאתר זה."],"Super Admins only":["סופר מנהלים בלבד"],"Site Admins (default)":["מנהלי אתר (ברירת מחדל)"],"Who should have access to the %1$s settings":["קבע למי תהייה גישה להגדרות %1$s "],"spam":["ספאם"],"mature":["בוגר"],"archived":["אורכב"],"public":["ציבורי"],"%s restored to default SEO settings.":["%s שיחזרו להגדרות SEO ברירת מחדל."],"Settings Updated.":["עדכון הגדרות."],"404 pages":["עמודי 404"],"Search pages":["דפי חיפוש"],"These pages will be %s by default, so they will never show up in search results.":["דפים אלה יהיו %s כברירת מחדל, כך שהם לא יופיעו בתוצאות החיפוש."],"Special Pages":["דפים מיוחדים"],"Date-based archives could in some cases also be seen as duplicate content.":["דפי ארכיון מבוססי תאריך יכולים להיחשב כתוכן כפול במקרים מסוימים."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["אם זה המקרה באתר, ניתן לבחור לכבות אותו (מה שיגרום להפניה אל עמוד הבית), או להוסיף לו %s, כך שהוא לא יופיע בתוצאות החיפוש."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["במידה ולאתר יש כותב אחד, ארכיון הכותב יהיה זהה לארכיון של עמוד הבית. הדבר יוצר %1$sבעיית תוכן משוכפל%2$s."],"Date archives":["ארכיון תאריך"],"author archives":["ארכיון מחברים"],"Title":["כותרת"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["הסתר"],"Date in Snippet Preview":["תאריך בצפייה המקדימה"],"Take note:":["רשום הערה:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["ניתן לשלוט בכותרת ובתיאור של עמוד הפוסטים על ידי %1$s עריכת העמוד עצמו %2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["ניתן לשלוט בכותרת ובתיאור של העמוד הראשי על ידי %1$s עריכת העמוד הראשי %2$s."],"Homepage & Front page":["עמוד הבית והעמוד הראשי"],"Title Separator":["מפריד כותרת"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s בודק אוטומטית אם יש צורך לכפות שכתוב כותרות, אם לדעתך הוא טועה, אפשר לשנות את ההגדרה כאן, בתנאי שידוע לך מה ההשלכות של הפעולה."],"Force rewrite titles":["חייב שכתוב מחדש של הכותרות"],"Taxonomies":["טקסונומיות"],"Homepage":["עמוד הבית"],"%1$s Extensions":["הרחבות %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["שלבו בצורה חלקה את ווקומרס עם %1$s וקבלו תכונות נוספות!"],"Rank better locally and in Google Maps, without breaking a sweat!":["דירוג גבוה יותר בחיפוש מקומי ובגוגל מפות, בלי לשבור את הראש!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["האם האתר מופיע בגוגל חדשות? הגדילו את התנועה מגוגל חדשות על ידי אופטימיזציה יעודית!"],"Optimize your videos to show them off in search results and get more clicks!":["אופטימיזציה לוידאו תחשוף אותם בתוצאות מנועי חיפוש ותייצר יותר הקלקות!"],"The premium version of %1$s with more features & support.":["גרסת פרימיום של %1$s עם תמיכה ומאפיינים נוספים."],"Person":["אדם"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["מידע זה מוצג במטה דטה באתר. הוא מיועד להופיע ב%1$sגרף הידע של גוגל%2$s. ניתן לייצג אדם או ארגון."],"Website name":["שם האתר"],"Webmaster Tools":["כלי מנהלי אתרים"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["אין את כותרת הפוסט בתוך ה URL, דבר שמאוד מומלץ. שקול שינוי הגדרת הלינקים ל/%postname%/."],"RSS":["RSS"],"Breadcrumbs":["פירורי לחם"],"or":["או"],"Save Profile":["שמירת פרופיל"],"There were no profiles found":["לא נמצאו פרופילים"],"Profile":["פרופיל"],"Current profile":["פרופיל נוכחי"],"Authenticate":["אימות"],"Get Google Authorization Code":["קבל קוד זיהוי מגוגל"],"Reload crawl issues":["טען מחדש בעיות סריקה"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["כדי שיתאפשר לכם לבצע הפניה ולתקן את הבעיה בזו, אתם צריכים %1$s. אתם יכולים לרכוש את התוסף, כולל שנה של תמיכה תכנית ועדכונים, ב- %2$s."],"Creating redirects is a %s feature":["יצירת הפניות היא אפשרות של %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["שגיאות שהתחרשו בזמן שהבוט של גוגל למכשירי טלפון פשוטים סרק את האתר (השגיאות לא הופיעו בסריקה של האתר הרגיל)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["שגיאות שהתחרשו בזמן שהבוט של גוגל למכשירים ניידים סרק את האתר (השגיאות לא הופיעו בסריקה של האתר הרגיל)."],"Errors that occurred when your site was crawled by Googlebot.":["שגיאות שהתרחשו בזמן שהבוט של גוגל סרק את האתר."],"Issue categories":["קטגוריות בעיות"],"Incorrect Google Authorization Code.":["קוד הזיהוי של גוגל היה שגוי."],"The issues have been successfully reloaded!":["הבעיות נטענו מחדש בהצלחה!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["נתוני %1$s הוסרו. יש לאמת מחדש כדי להחזר שוב את הנתונים."],"Crawl errors per page":["בעיות סריקה לפי עמוד"],"Search":["חיפוש"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["אל תחמיץ את שגיאות הסריקה באתר: %1$sהתחבר באמצעות קונסולת החיפוש של גוגל%2$s."],"Create redirect":["צור הפנייה"],"Mark as fixed":["סמן כ\"תוקן\""],"Response code":["קוד תגובה"],"First detected":["נמצא לראשונה"],"Last crawled":["נסרק לאחרונה"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":[" %1$s זיהה שגירסת %2$s אינה נתמכת על ידי %1$s. יש לעדכן את %2$s לגרסה האחרונה כדי להשתמש בתכונה זו."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["התוספים של יואסט משתפים ביניהם קוד כדי שהאתר יהיה מהיר יותר. כפועל יוצא, כל התוספים של יואסט צריכים להיות מעודכנים. באתר זה לא כולם מעודכנים, לכן יש לעדכן אותם."],"Feature phone":["טלפון פשוט"],"Smartphone":["טלפון חכם"],"Desktop":["מחשב שולחני"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["כתובת היעד לא קיימת אך השרת לא החזיר שגיאת 404 (הקובץ לא נמצא)."],"Soft 404":["404 רך"],"Request timed out or site is blocking Google.":["משך ההמתנה לבקשה ארוך מדי או שהאתר חוסם את גוגל."],"Server Error":["שגיאת שרת"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["הבוט של גוגל יכול היה לגשת לאתר, אבל כתובות מסוימות נחסמו עבורו בקובץ %1$s. חסימה זו יכולה הייתה להתייחס לכל הבוטים של גוגל או רק עבור הבוט הספציפי למכשירים ניידים."],"Blocked":["חסום"],"Google was unable to crawl this URL due to an undetermined issue.":["גוגל לא יכול לסרוק כתובת זו מסיבה לא ידועה."],"URL points to a non-existent page.":["הפניה לעמוד שלא קיים."],"Not found":["לא נמצא"],"Not followed":["לא נעקב"],"Faulty redirects":["הפניות שגויות"],"Server requires authentication or is blocking Googlebot from accessing the site.":["השרת דורש אימות או שהוא חוסם את הבוט של גוגל מגישה לאתר."],"Access denied":["גישה נדחתה"],"Deactivate %s":["כיבוי %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["התוסף %1$s עלול ליצור בעיות כשמשתמשים בו יחד עם %2$s."],"Upload Image":["העלאת תמונה"],"Remove these ads?":["הסרת מודעות?"],"%s Posts Overview":["סקירת %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["כותרת פירורי לחם מופיעה בפירורי לחם במקום בו מופיעה הטקסונומיה."],"Breadcrumbs title":["כותרת פירורי לחם"],"The canonical link is shown on the archive page for this term.":["קישור הקנוניקל מוצג בדף ארכיון עבור ביטוי זה."],"Facebook App ID":["פייסבוק App ID"],"Pinterest":["פינטרסט"],"Other":["אחר"],"Archives":["ארכיונים"],"Email":["אימייל"],"Previous":["קודם"],"Next":["הבא"],"Close":["סגור"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["גם %1$s וגם %2$s יכולים ליצור מפת אתר בפורמט XML. לשתי מפות אתר בפורמט XML אין יתרון מבחינת מנועי חיפוש, והן עלולות להאט את האתר."],"Configure %1$s's Open Graph settings":["הגדר הגדרות Open Graph עבור %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["גם %1$s וגם %2$s יוצרים פלט Open Graph, מה שעלול לגרום לפייסבוק, טוויטר, לינקדאין ורשתות חברתיות אחרות להשתמש בתכנים כתובים ובתמונות לא נכונות כשמשתפים עמודים."],"%s Image":["תמונת %s"],"%s Description":["תאור %s"],"%s Title":["כותרת %s"],"Twitter":["טוויטר"],"Facebook":["פייסבוק"],"The recommended image size for %1$s is %2$s pixels.":["גודל תמונה מומלץ עבור %1$s הוא %2$s פיקסלים."],"If you want to override the image used on %s for this post, upload / choose an image here.":["אם תרצה להעלות עבור פוסט זה תמונה אחרת במקום התמונה ב%s, בחר או העלה תמונה כאן."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["אם תרצה שהתיאור שיוצג כאשר משתפים את העמוד ב%s, ובמקום התיאור הרגיל יופיע תיאור אחר, הזינו כאן את התיאור החלופי."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["אם תרצה שהכותרת תוצג כאשר משתפים את העמוד ב%s ובמקום הכותרת הרגילה תופיע כותרת אחרת, הזינו כאן את הכותרת החלופית."],"very difficult":["קשה מאוד"],"Try to make shorter sentences, using less difficult words to improve readability":["יש לנסות לקצר משפטים, עם מילים פשוטות יותר, כדי לשפר קריאות"],"difficult":["קשה"],"Try to make shorter sentences to improve readability":["יש לנסות לקצר משפטים כדי לשפר קריאות"],"fairly difficult":["קשה למדי"],"OK":["תקין"],"fairly easy":["קל למדי"],"easy":["קל"],"very easy":["קל מאוד"],"Meta Desc.":["תיאור מטא"],"All SEO Scores":["כל ציוני SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["בעיית SEO: התמונה הראשית צריכה להיות בגודל 200x200 פיקסלים לפחות בכדי שפייסבוק ורשתות חברתיות אחרות ישתמשו בה."],"(no parent)":["(ללא הורה)"],"Post is set to noindex.":["מוגדר לא לאנדקס."],"The URL that this page should redirect to.":["כתובת ה URL אליו דף זה פונה."],"301 Redirect":["הפניית 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["כתובת קנוניקל אליה צריך דף זה להפנות. ניתן להשאיר ריק לברירת המחדל של מבנה הקישורים. תומך גם ב%1$sדומיינים שונים%2$s."],"Canonical URL":["כתובת קנוניקל"],"Title to use for this page in breadcrumb paths":["כותרת לשימוש בעמוד זה בנתיב של פירורי לחם"],"Breadcrumbs Title":["כותרת פירורי לחם"],"No Snippet":["אין סניפט"],"No Archive":["אין ארכיון"],"No Image Index":["אין אינדקס תמונה"],"None":["ללא"],"Site-wide default: %s":["ברירת מחדל לכל האתר: %s"],"Advanced meta robots settings for this page.":["הגדרות מתקדמות עבור meta robots לדף זה."],"Meta robots advanced":["Meta Robots למתקדמים"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["אזהרה: למרות שניתן להגדיר כאן הגדרות לרובוטים, כל האתר מוגדר noindex בהגדרות הפרטיות, כך שלהגדרות אלה לא תהיינה השפעה."],"Meta description":["תיאור מטא"],"SEO Title":["כותרת SEO"],"Focus keyword":["מילת מפתח למיקוד"],"Snippet preview":["תצוגה מקדימה"],"Settings successfully imported.":["הגדרות יובאו בהצלחה."],"Settings could not be imported:":["לא ניתן לייבא את ההגדרות:"],"Breadcrumb for 404 pages:":["פירורי לחם לעמודי 404:"],"Prefix for search result pages:":["קידומת לעמודי תוצאות חיפוש:"],"Prefix for archive pages:":["קידומת לעמודי ארכיון:"],"Prefix for breadcrumbs:":["קידומת לפירורי לחם:"],"Anchor text for the homepage:":["טקסט עוגן לעמוד הבית:"],"Breadcrumbs separator:":["מפריד פירורי לחם:"],"%s Breadcrumbs":["%s פירורי לחם"],"Use Image":["השתמש בתמונה"],"Action":["פעולה"],"Page URL/Slug":["כתובת/סלאג"],"Publication date":["תאריך פרסום"],"Post Status":["סטטוס"],"WP Page Title":["כותרת של וורדפרס"],"View":["הצג"],"View “%s”":["הצג \"%s\""],"Preview":["תצוגה מקדימה"],"Preview “%s”":["תצוגה מקדימה של \"%s\""],"Edit":["עריכה"],"Filter":["סנן"],"New Yoast Meta Description":["תיאור מטא חדש"],"Existing Yoast Meta Description":["תיאור מטא נוכחי"],"Facebook profile URL":["כתובת פרופיל פייסבוק"],"Twitter username (without @)":["משתמש טוויטר (ללא @)"],"FAQ":["שאלות נפוצות"],"Premium Support":["תמיכת פרימיום"],"Settings":["הגדרות"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["יש לגשת ל%1$sהגדרות קריאה%2$s ולבטל סימון של אפשרות הנראות במנועי חיפוש."],"Huge SEO Issue: You're blocking access to robots.":["בעית SEO רצינית: אתה מונע גישה של רובוטים לאתר."],"Posts":["פוסטים"],"Edit Files":["עריכת קבצים"],"Advanced Variables":["משתנים מתקדמים"],"Basic Variables":["משתנים בסיסיים"],"General":["כללי"],"Extensions":["הרחבות"],"Search Console":["קונסולת חיפוש"],"Tools":["כלים"],"Advanced":["מתקדם"],"XML sitemaps":["מפות XML"],"Social":["חברתי"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s זיהה שאתם משתמשים בגרסה %2$s של %3$s, יש לעדכן לגרסה האחרונה כדי למנוע בעיות תאימות."],"Just another WordPress site":["עוד אתר וורדפרס"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["תיאור האתר שמגיע כברירת מחדל טרם שונה. כנראה שאפילו שורה ריקה תהיה טובה יותר. %1$sניתן לתקן את זה דרך מסך ההתאמה האישית%2$s."],"You have used HTML in your value which is not allowed.":["השתמשת ב-HTML בערך שהזנת, וזה אסור."],"You can't edit %s that aren't yours.":["אינך יכול לערוך %s שלא שלך."],"You can't edit %s.":["אינך יכול לערוך %s."],"Post has an invalid Content Type: %s.":["לפוסט יש סוג תוכן לא חוקי: %s."],"Post doesn't exist.":["הפוסט אינו קיים."],"course\u0004Free:":["קורס חינם:"],"posts\u0004Trash (%s)":["פח (%s)","פח (%s)"],"posts\u0004All (%s)":["הכל (%s)","הכל (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/hr.json b/Resources/Private/Languages/hr.json index 473f828..c52f429 100644 --- a/Resources/Private/Languages/hr.json +++ b/Resources/Private/Languages/hr.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);","lang":"hr"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Da biste pogledali trenutačne pogreške prilikom indeksiranja, %1$sposjetite konzolu Google Search%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google je ukinuo API za pogreške pri indeksiranju. Stoga se ovdje više ne mogu prikazati sve moguće pogreške pri indeksiranju. %1$s Pročitajte našu izjavu o tome za daljnje informacije %2$s."],"Remove this message":["Uklonite ovu poruku"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Uistinu optimizirajte svoju web-lokaciju za lokalnu publiku pomoću našeg %s dodatka! Optimizirani detalji adrese, radno vrijeme, lokator spremišta i mogućnost preuzimanja!"],"Serving local customers?":["Posluživanje lokalnih kupaca?"],"Get the %s plugin now":["Odmah nabavite dodatak %s"],"Organization social profiles":["Organizacijski socijalni profili"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Možete urediti detalje prikazane u meta podacima, kao što su društveni profili, ime i opis tog korisnika na %1$s stranici profila."],"Personal info":["Osobne informacije"],"Organization logo":["Logo organizacije"],"Organization name":["Naziv organizacije"],"Choose whether the site represents an organization or a person.":["Odaberite da li web-lokacija predstavlja organizaciju ili osobu."],"Knowledge Graph & Schema.org":["Grafikon znanja i Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Da bi vaša web-lokacija predstavljala tvrtku ili organizaciju, idite na %1$s Izgled pretraživanja %2$s i postavite Organizacija ili Osoba na \"Organizacija\"."],"To change the social accounts used for your site, update the details for %1$s.":["Da biste promijenili društvene račune koji se koriste za vašu web-lokaciju, ažurirajte pojedinosti za %1$s."],"That means that the form and information below is disabled, and not used.":["To znači da su obrazac i informacije u nastavku onemogućeni, a ne korišteni."],"Your website is currently configured to represent a Person":["Vaša je web-lokacija trenutno konfigurirana da predstavlja osobu"],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Odabir ključnih riječi ključan je za svaku SEO strategiju. Odlučite po kojim pojmovima pretraživanja želite da se vaša stranica pronađe i saznajte koje pojmove koristi vaša publika kako bi pronašla vašu stranicu. Dobar odabir ključnih riječi otkriva kakav sadržaj treba biti kako bi rangiranje počelo za one pojmove po kojima želite rangirati vašu stranicu. Koristite one ključne riječi za koje imate šansu ostvariti što bolje rangiranje. %1$s vas vodi kroz postupak korak po korak."],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":["Nijedan JSON objekt nije vraćen."],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":["Da biste stvorili preusmjeravanje i popravili ovaj problem, trebate %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Možete kupiti dodatak, uključujući jednu godinu podrške i ažuriranja, na %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":["Ključna riječ"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ako uključite ovu mogućnost, URL privitci postaju vidljivi vašim posjetiteljima i Googleu. Da biste dodali vrijednost vašoj stranici, oni bi trebali sadržavati korisne informacije, u suprotnom bi mogli imati negativan učinak na vaš ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Da bismo bili sigurni da su sve poveznice u vašem tekstu izbrojane, trebamo analizirati sve vaše tekstove."],"All you have to do is press the following button and we'll go through all your texts for you.":["Sve što trebate napraviti jest pritisnuti idući gumb i proći ćemo kroz sve vaše tekstove umjesto vas."],"Count links":["Broji poveznice"],"Free":["Besplatno"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Stranica %s"],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Jednostavno prebacite oznaku na \"on\" i bit ćete u mogućnosti koristiti rekalibriranu analizu. U isto vrijeme, dodat ćemo vas na našu posebnu mailing listu. Šaljemo vam samo mailove o vašem iskustvu sa ovom rekalibracijom!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["Dobijte još bolju analizu"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":["Nema pronađenih postavki."],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["UPOZORENJE:"],"Learn about why permalinks are important for SEO.":[""],"Google Ads":["Google oglasi"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Ukloni sliku"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":["%1$sIzlazne poveznice%2$s: Odličan posao!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":["%1$sDuljina rečenice%2$s: Sjajno!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["Dobar posao!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":["Onemogući"],"Allow Control":["Dopusti kontrolu"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Ova kartica omogućuje da selektivno onemogućite %s značajke za sve web-stranice u mreži. Izvorno sve značajke su omogućene, što dopušta administratoru web-stranice da odabere hoće li uključiti ili isključiti značajku. Kada onemogućite značajku ovdje, administratori web-stranice neće biti u mogućnosti koristiti tu značajku uopće."],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":["Ova značajka je onemogućena od stranice administratora mreže."],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":["Dvotočka"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s i %2$s obavljaju SEO na vašoj stranici. Štetno je koristiti dva SEO plugina istovremeno."],"There is a new notification.":["Imate novu obavijest.","Imate nove obavijesti.","Imate novih obavijesti."],"Learn more about the readability analysis":["Saznajte više o Analizi čitljivosti."],"Describe the duration of the instruction:":["Opišite trajanje instrukcije:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcionalno. Prilagodite kako želite opisati trajanje instrukcije."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Ovo je list srodnog sadržaja prema kojem možete postaviti poveznice u objavi. {{a}}Pročitajte naš članak o strukturi web-stranice{{/a}} kako bi naučili više o tome kako interno povezivanje može poboljšati SEO."],"%s, %s and %s":["%s, %s i %s"],"%s and %s":["%s i %s"],"%d minute":["%d minuta","%d minute","%d minuta"],"%d hour":["%d sat","%d sata","%d sati"],"%d day":["%d dan","%d dana","%d dana"],"Enter a step title":["Upišite naslov koraka"],"Optional. This can give you better control over the styling of the steps.":["Opcionalno. Ovo vam može dati bolju kontrolu nad stilom koraka."],"CSS class(es) to apply to the steps":["CSS klase koje će se primijeniti na korake"],"minutes":["minute"],"hours":["sati"],"days":["dani"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Kreirajte Kako vodič na SEO prihvatljiv način. Možete kreirati samo jedan Kako blok po objavi."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Izlistajte Često postavljana pitanja na SEO prihvatljiv način. Možete kreirati samo jedan ČPP blok po objavi."],"Copy error":["Kopiraj grešku"],"An error occurred loading the %s primary taxonomy picker.":["Dogodila se greška pri učitavanju %s primarnog selektora taksonomije."],"%1$s Structured Data Blocks":["%1$s Blok strukturiranih podataka"],"Time needed:":["Potrebno vremena"],"Move question down":["Povuci dole pitanje"],"Move question up":["Povuci pitanje gore "],"Insert question":["Postavite pitanje"],"Delete question":["Obrišite pitanje"],"Enter the answer to the question":["Umetnite odgovor na pitanje"],"Enter a question":["Postavite pitanje"],"Add question":["Dodaj pitanje"],"Frequently Asked Questions":["Često postavljana pitanja"],"Great news: you can, with %s!":["Odlične vijesti: možete, s %s!"],"Select the primary %s":["Odaberite primarni %s"],"Check links to this URL":["Provjeri poveznice do ovog URL-a"],"Keyword research training":["Obučavanje za pronalaženja ključnih riječi"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Provjerite %1$spredložak arhive%2$s zbog sljedeće vrste sadržaja: %3$s.","Provjerite %1$spredloška arhive%2$s zbog sljedeće vrste sadržaja: %3$s.","Provjerite %1$spredloške arhive%2$s zbog sljedeće vrste sadržaja: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Pokušavate upotrijebiti više ključnih riječi? Trebate ih dodati zasebno ispod."],"Mark as cornerstone content":["Označi kao temeljni sadržaj"],"Move step down":["Pomakni dolje za jedan nivo"],"Move step up":["Pomakni gore za jedan nivo"],"Insert step":["Ubaci korak"],"Delete step":["Obriši korak"],"Add image":["Dodaj sliku"],"Enter a step description":["Unesite opis koraka"],"Enter a description":["Unesite opis"],"Unordered list":["Nebrojčani popis"],"Showing step items as an ordered list.":["Prikazuju se stavke koraka kao brojčana lista."],"Showing step items as an unordered list":["Prikazuju se stavke koraka kao nebrojčana lista."],"Add step":["Dodaj korak"],"Delete total time":["Obriši cijelokupno vrijeme"],"Add total time":["Dodaj cijelokupno vrijeme"],"How to":["Kako"],"How-to":["Kako"],"Snippet Preview":["Pretpregled isječka"],"Analysis results":["Rezultat analize"],"Enter a focus keyphrase to calculate the SEO score":["Unesite ključnu riječ da izračunate SEO rezultat"],"Learn more about Cornerstone Content.":["Saznajte više o Temeljnom sadržaju."],"Cornerstone content should be the most important and extensive articles on your site.":["Temeljni sadržaj trebaju biti najvažniji i opširniji članci na vašoj web-stranici."],"Restore Site":["Oporavi web-stranicu"],"Network Settings":["Postavke mreže"],"You are not allowed to perform this action.":["Nije vam dozvoljena ta akcija"],"Error: %s":["Greška: %s"],"Success: %s":["Dovršeno: %s"],"Site with ID %d not found.":["Web-stranica ID %d nije pronađena"],"No site has been selected to restore.":["Nije odabrana web-stranicu za oporavak"],"You are not allowed to modify unregistered network settings.":["Nije vam dopušteno mijenjati neregistrirane postavke mreže."],"deleted":["obrisano"],"Would you like to add another keyphrase?":["Želite li dodati drugu ključnu riječ?"],"image preview":["Pregled slike"],"Copied!":["Kopirano!"],"Not supported!":["Nepodržano!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Pročitajte {{a}}naš artikl o strukturi{{/a}} web-stranice da bi više naučili kako unutarnje poveznice mogu pomoći poboljšati vaš SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Kada dodate još malo teksta, dobiti ćete listu predloženog sadržaja koje možete povezati u vašoj objavi."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Razmislite o povezivanju do ovih {{a}}temeljnih članaka:{{/a}}"],"Consider linking to these articles:":["Razmislite o povezivanju do ovih članaka:"],"Copy link":["Kopiraj poveznicu"],"Copy link to suggested article: %s":["Kopiraj poveznicu do predloženog članka; %s"],"The site's tagline":[" Slogan web-stranice"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Nedavno smo poboljšali funkcionalnost postavki Izgleda pretrage. Nažalost, otkrili smo da u nekim krajnjim slučajevima, spremanje postavki za određene arhive vrsti objava mogu poći krivo."],"Not all required fields are given. Missing field %1$s":["Sva obavezna polja nisu dana. Nedostaje polje %1$s"],"Optimize your site for Google News.":["Optimizirajte svoju stanicu za Google novosti."],"Optimize your shop's SEO and sell more products!":["Optimizirajte SEO svoje trgovine i prodajte više proizvoda."],"Be found in Google Video search and enhance your video sharing on social media.":["Postanite vidljivi na Google Video tražilici i povećajte broj dijeljenja vašeg videa na društvenim mrežama."],"Be found in Google Maps and local results.":["Budite pronađeni na na Google kartama i lokalnim rezultatima."],"Learn practical SEO skills to rank higher in Google.":["Naučite praktične SEO vještine kako bi se bolje rangirali na Google-u."],"Don’t waste time figuring out the best settings yourself.":["Nemojte trošiti vrijeme pokušavajući prokljuviti najbolje postavke sami."],"Get quick wins to make your site rank higher in search engines.":["Napravite kvalitetne poteze kako bi se web-stranica rangirala više na tražilicama."],"Add synonyms":["Dodajte sinonime"],"Would you like to add keyphrase synonyms?":["Želite li dodati sinonime ključne riječi?"],"Would you like to add more than one keyphrase?":["Želite li dodati više od jedne ključne riječi?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Možete urediti SEO meta podatke za ovu prilagođenu objavu na %1$sStranici trgovine%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Niste postavili Stranicu trgovine u WooCommerce postavkama. To trebate prvo napraviti."],"Current year":["Trenutna godina"],"Page":["Stranica"],"Breadcrumb settings for %s archive":["Postavke kružnih mrvica za %s arhivu"],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Izmijenite meta opis tako da ga uredite upravo ovdje"],"description (custom taxonomy)":["opis (prilagođena taksonomija)"],"(custom taxonomy)":["(prilagođena taksonomija)"],"(custom field)":["(dodatno polje)"],"Term404":["Term404"],"Caption":["Tekst opisa"],"Pagenumber":["Broj stranice"],"Pagetotal":["Pagetotal"],"Page number":["Boj stranice"],"User description":["Opis korisnika"],"ID":["ID"],"Modified":["Modificirano"],"Post type (plural)":["Vrsta objave (množina)"],"Post type (singular)":["Vrsta objave (jednina)"],"Separator":["Separator"],"Search phrase":["Fraza pretrage"],"Term title":["Naslov pojma"],"Term description":["Opis pojma"],"Tag description":["Opis oznake"],"Category description":["Opis kategorije"],"Primary category":["Osnovna kategorija"],"Category":["Kategorija"],"Tag":["Oznaka"],"Excerpt only":["Samo sažetak"],"Excerpt":["Sažetak"],"Site title":["Naslov stranice"],"Archive title":["Naslov arhive"],"Parent title":["Naslov matičnog"],"Date":["Datum"],"Label":["Natpis"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Trebali bi kreirati preusmjeravanje kako bi posjetitelji ne bi dobili 404 grešku kada kliknu na URL koji više ne radi."],"Search engines and other websites can still send traffic to your deleted post.":["Tražilice i druge web-stranice još uvijek mogu slati promet na obrisanu objavu."],"Make sure you don't miss out on traffic!":["Pobrinite se da ne izgubite promet!"],"You just deleted a %1$s.":["Upravo ste obrisali %1$s."],"You just trashed a %1$s.":["Poslali ste u smeće %1$s."],"Settings for %s archive":["Postavke za %s arhivu."],"Settings for single %s URLs":["Postavke za pojedinačne %s URL-e"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Postavke na ovo stranici omogućuju vam da odredite kakav bi izvorni izgled pretrage trebao biti za bilo koju vrstu sadržaja. Možete odabrati koje će se vrste sadržaja pojaviti u rezultatima pretrage i koji je njihov izvorni opis."],"Note that not all variables can be used in every field.":["Imajte na umu da se sve varijable mogu koristiti u svim poljima."],"Snippet variables":["Varijable isječka"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s poštuje vašu privatnost. Pročitajte naša %2$spravila privatnosti%3$s kako bi saznali kako upravljamo vašim osobnim informacijama."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Ako znate što ovo znači i ne želite više vidjeti ovu poruku, možete %1$szanemariti ovu poruku%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Postavke vaše web-stranice trenutno dopuštaju postojanje URL-e privitaka. Pročitajte %1$sovu objavu o potencijalnim problemima%2$s s URL-ovima privitaka i provjerite da li imate ispravne postavke na web-stranici."],"Unknown type %1$s":["Nepozanta vrsta %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Sadrži besplatni MyYoast račun koji vam daje pristup našem besplatnom tečaju SEO for Beginners"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Pretplatite se na naš newsletter ako želite ostati u toku s %1$s, drugim super %2$s dodacima, i zanimljivim vijestima i savjetima iz SEO svijeta."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Nabavite Baidu verifkacijski kod u %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verifkacijski kod"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Funkcionalnost uvoznika %s koristi privremene tablice baze podataka. Izgleda da vaša WordPress instalacija nema mogućnost za to, stoga kontaktiraje svoj hosting."],"Cleanup of %s data failed.":["Čišćenje %s podatka nije uspjelo."],"Content Type":["Vrsta sadržaja"],"Filter by content type":["Filter po vrsti sadržaja"],"Show All Content Types":["Prikaži sve vrste sadržaja"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Kako bi ovo popravili odznačite ispred \"Razbij komentare na stranice...\" na %1$szaslonu Postavke komentara%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Zamijenite s normalnim naslovom za arhivu koju će generirati WordPress."],"Clean":["Očisti"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Kada ste sigurni da je vaša web-stranica OK, možete očistiti. Ovo će ukloniti sve originalne podatke."],"Step 5: Clean up":["5. korak: Čišćenje"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Trebali bi pokrenuti konfiguracijski čarobnjak, s zaslona SEO → Općenito → Nadzorna ploča, kako bi se pobrinuli da su sve postavke ispravne za web-stranicu."],"Step 4: Run the configuration wizard":["4. korak: Pokrenite konfiguracijski čarobnjak"],"Please check your posts and pages and see if the metadata was successfully imported.":["Provjerite objave i stranice i pregledajte da li su meta podaci uspješno uvezeni."],"Step 3: Check your data":["3. korak: Provjerite svoje podatke"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Ovo će uvesti meta podatke objava kao što su SEO naslovi i opisi u vaše %1$s meta podatke. To će napraviti samo kada nema postojeći %1$s meta podataka. Originalni podaci ostati će gdje jesu."],"Step 2: Import":["2. korak: Uvoz"],"Please make a backup of your database before starting this process.":["Napravite sigurnosnu kopiju vaše baze podataka prije nego započete ovaj proces."],"Step 1: Create a backup":["1. korak: Kreirajte sigurnosnu kopiju"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Detektirali smo podatke iz jednog ili više SEo dodataka na vašoj web-stranici. Pratite sljedeće korake kako bi uvezli podatke:"],"Plugin: ":["Dodatak:"],"%s did not detect any plugin data from plugins it can import from.":["%s nije detektirao podatke iz dodataka iz kojih ih može uvesti."],"Posts that should not show up in search results":["Objave koje se ne bi trebale pojaviti u rezultatima pretrage"],"%s data found.":["Pronađeni podaci od %s."],"%s data successfully removed.":["Podaci od %s uspješno uklonjeni."],"%s data successfully imported.":["Podaci od %s uspješno uvezeni."],"%s data not found.":["Podaci od %s nisu pronađeni."],"Improve your SEO skills":["Unaprijedite svoje SEO vještine"],"24/7 email support":["Email podrška 24 sata, 7 dana u tjednu"],"No more dead links a.k.a. 404 pages":[""],"Get real-time suggestions for internal links":[""],"Preview your page in Facebook and Twitter":[""],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":[""],"Remove the categories prefix":[""],"Help on the category prefix setting":[""],"Learn more about the available variables":[""],"Learn more about the RSS feed setting":[""],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":[""],"Learn more about the title separator setting":[""],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":[""],"Learn more about the special pages setting":[""],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":["Yandex potvrdni kod"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":["Google potvrdni kod"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":["Bing potvrdni kod"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":[""],"On":[""],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":[""],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":[""],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":[""],"this author's archives":["arhive autora"],"Do not allow search engines to show %s in search results.":["Zabrani tražilicama da prikažu %s u rezultatima pretrage."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL-i kategorija u WordPressu sadrže prefiks, obično %s, ova značajka uklanja taj prefiks, ali samo za kategorije."],"Category URLs":["URL-i kategorija"],"the archive for %s":["arhiva za %s"],"Redirect attachment URLs to the attachment itself?":["Preusmjeri URL-e privitka izravno na sam privitak? "],"We recommend you set this to Yes.":["Preporučamo da ovo postavite na Da."],"Media & attachment URLs":["URL-i medija i privitaka"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Ovo se prikazuje u rezultatima pretrage kada posjetiocu pronađu vašu web-stranicu. To znači da je ovo najvjerojatnije ono što vide kada traže vaše brand ime."],"date archives":["arhiva datuma"],"archives for authors without posts":["arhive za autore bez objava"],"Read why XML Sitemaps are important for your site.":["Pročitajte zašto su XML Sitemaps važne za vašu web-stranicu."],"Enable the XML sitemaps that %s generates.":["Uključi XML sitemaps koje %s generira."],"See the XML sitemap.":["Pogledaj XML sitemap."],"%2$s (current default for %1$s)":["%2$s (trenutna izvorna vrijednost za %1$s)"],"Media":["Media"],"Content Types":["Vrste sadržaja"],"Should search engines follow links on this %1$s?":["Trebaju li tražilice pratiti poveznice u %1$s?"],"Allow search engines to show this %s in search results?":["Dopustiti tražilicama da prikažu %s u rezultatima pretrage?"],"Search Appearance":["Izgled pretrage"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Navedite koje vrste sadržaja želite da se prikazuju u tražilicama. Ako ne znate razliku između njih, najbolje je izabrati izvorne postavke."],"Search engines should show \"%1$s\" in search results:":["Tražilice bi trebale prikazati \"%1$s\" u rezultatima pretrage:"],"Search engine visibility":["Vidljivost u tražilicama"],"Toggle %1$s's XML Sitemap":["Uključi/isključi %1$s's XML Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Zahtjevi za podrškom koje ovdje napravite direktno se šalju u naš sistem za podršku, koji je osiguran s 256 bit SSL, tako da je komunikacija 100% sigurna."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Značajka temeljnog sadržaja omogućava vam označavanje i filtriranje temeljnog sadržaja na web-stranici."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Ako imate problem koji ne možete riješiti s našim video uputama ili bazom znanja, možete poslati poruku našem timu za podršku. Možete ih kontaktirati 24/7."],"Good results":["Dobri rezultati"],"Get better search results in local search":["Postignite bolje rezultate pretrage u lokalnoj pretrazi"],"Allow customers to pick up their %s order locally":["Dopustite kupcu da pokupi %s narudžbu lokalno"],"SEO analysis":["SEO analiza"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO analiza nudi prijedloge za poboljšanje SEO vašeg teksta."],"Learn how the SEO analysis can help you rank.":["Saznajte kako SEO analiza može pomoći pri rangiranju."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Analiza čitljivosti nudi prijedloge za poboljšanje strukture i stila vašeg teksta."],"Discover why readability is important for SEO.":["Otkrijte zašto je čitljivost važna za SEO."],"Find out how cornerstone content can help you improve your site structure.":["Saznajte kako temeljni sadržaj može pomoći pri poboljšanju strukture web-stranice."],"The text link counter helps you improve your site structure.":["Brojač tekstualnih poveznica pomaže vam poboljšati strukturu web-stranice."],"Find out how the text link counter can enhance your SEO.":["Saznajte kako brojač tekstualnih poveznica može poboljšati vaš SEO."],"%s integration":["%s integracija"],"Read more about how %s works.":["Pročitajte kako %s funkcionira."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Uključite ovu značajku ako želite da Facebook i druge društvene mreže prikažu pretpregled sa slikama i sažetkom tekst kada netko podijeli poveznicu na vašu web-stranicu."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Uključite ovu značajku ako želite da Twitter prikaže pretpregled sa slikama i sažetkom tekst kada netko podijeli poveznicu na vašu web-stranicu."],"Find out why you should upgrade to %s":["Saznajte zašto trebate nadograditi na %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Najnovije blog objave na %1$s"],"Need help?":["Trebate pomoć?"],"Remove highlight from the text":["Ukloniti istaknuto iz teksta"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Brzo započnite s %1$s %2$skonfiguracijskim čarobnjakom%3$s!"],"First-time SEO configuration":["Prva SEO konfiguracija"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Jezik web-stranice je postavljen na {language}. Ako ovo nije točnom kontaktirajte administratora web-stranice."],"Your site language is set to {language}.":["Jezik web-stranice je postavljen na {language}."],"Highlight this result in the text":["Označi ovaj rezultat u tekstu"],"Considerations":["Sagledavanja"],"Errors":["Greške"],"Change language":["Promijeni jezik"],"You cannot create a %s file.":["Ne možete kreirati %s datoteku."],"You cannot edit the %s file.":["Ne možete uređivati %s datoteku."],"Updated %s":["Ažuriran %s."],"Create %s file":["Kreiran %s."],"Edit the content of your %s:":["Uredite sadržaj datoteke %s:"],"Save changes to %s":["Spremite promijene u %s"],"%s file":["%s datoteka"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s i %2$s mogu zajedno funkcionirati puno bolje sa pomoćnim dodatkom. Instalirajte %3$s kako bi si olakšali život. %4$s."],"More information":["Više informacija"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s i %2$s mogu zajedno funkcionirati puno bolje sa pomoćnim dodatkom. Aktivirajte %3$s kako bi si olakšali život."],"More information about %1$s":["Više informacija o %1$s"],"Configuration Wizard":["Konfiguracijski čarobnjak"],"You've done it!":["Dovršili ste!"],"Seamlessly integrate %1$s into your AMP pages!":["Neprimjetno integrirajte %1$s u vaše AMP stranice!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Neprimjetno integrirajte %2$s s %1$s za analizu sadržaja!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s i %2$s mogu zajedno funkcionirati puno bolje sa pomoćnim dodatkom. Instalirajte %3$s kako bi si olakšali život."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Postavke izgleda pretrage za %1$s čine varijable koje su zamijenjene specifičnim vrijednostima sa stranice kada je ona prikazana. Tablica ispod sadrži listu dostupnih varijabli."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Označite najvažnije %1$s kao 'temeljni sadržaj' kako bi poboljšali strukturu vaše web-stranice. %2$sSaznajte više o temeljnom sadržaju%3$s."],"Loading help center.":["Učitavanje centra pomoći"],"Get support":["Zatraži podršku"],"(Opens in a new browser tab)":["(Otvara se u novoj kartice preglednika)"],"Posts %1$swithout%2$s a focus keyphrase":["Objave %1$sbez%2$s fokusne ključne riječi"],"Hey, your SEO is doing pretty well! Check out the stats:":["Vaša SEO je vrlo dobra! Pogledajte statistiku:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Nemate objavljenih objava, vaš SEO rezultat prikazati će se ovdje nakon što objavite prvu objavu!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Na ovoj stranici možete promijeniti ime vaše web-stranice i odabrati koji razdjelnik želite koristiti. Razdjelnik će se prikazati npr. između imena vaše objave i imena web-stranice. Simboli su prikazani u veličini kako će se prikazati u rezultatima pretrage. Odaberite onaj koji odgovara vašem brendu ili uzima najmanje mjesta u isječcima."],"Something else":["Nešto drugo"],"A portfolio":["Portfolio"],"A corporation":["Poduzeće"],"A small offline business":["Mali offline biznis"],"A news channel":["Kanal vijesti"],"An online shop":["Online trgovina"],"A blog":["Blog"],"What does the site %1$s represent?":["Što znači %1$s web-stranice?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Ako odaberete NE, arhive vaših autora biti će deaktivirane kako bi se spriječili problemi s duplim sadržajem."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Napomena: ne spremamo vaše podatke ni na koji način i nemamo puni pristup vašem računu. Vaša privatnost je sigurna s nama."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s se integrira s Google Search Console, obavezan alat za vlasnike web-stranica. Pruža vam informacije o zdravlju web-stranice. Još nemate Google račun, ili je vaša web-stranice još nije aktivna? Saznajte %2$skako povezati Google Search Console s vašom web-stranicom.%3$s."],"Option B: My site is under construction and should not be indexed":["Opcija B: Moja web-stranica još nije dovršena i ne bi trebala biti indeksirana"],"Option A: My site is live and ready to be indexed":["Opcija a: Moja web-stranica je dovršena i treba biti indeksirana"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Odaberite nedovršeno ako želite da stranica ne bude indeksirana od strane tražilica. Ne zaboravite aktivirati kad budete spremni objaviti vašu web-stranicu."],"Please specify if your site is under construction or already active.":["Navedite je li vaša web-stranica nedovršena ili već aktivna."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Ova informacija biti će korištena u Google Knowledge Graph Card, velikom bloku informacija koje vidite na desnoj strani rezultata pretrage."],"Read more like this on our SEO blog":["Pročitajte više na našem SEO blogu"],"Readability: %s":["Čitljivost: %s"],"Not activated":["Nije aktivirano"],"Activated":["Aktivirano"],"%1$s recommendations for you":["%1$s preporuke za vas"],"All Readability Scores":["Svi rezultati čitljivosti"],"Filter by Readability Score":["Filtriranje po rezultatima čitljivosti"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Ne dobivate ažuriranja ili podršku! Popravite ovaj problem tako što ćete dodati ovu web-stranicu i uključiti %1$s za nju u %2$s."],"Request method %1$s is not valid.":["Zatražena metoda %1$s nije ispravna."],"Muted notifications:":["Prigušene obavijesti:"],"Muted problems:":["Prigušeni problemi:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Želite li pretpregledati kako će izgledati ako ljudi podijele ovu objavu na %1$s? To možete s %2$s."],"Good job! All the links in your texts have been counted.":["Dobar posao! Sve poveznice u vašim tekstovima su prebrojane."],"Calculation completed.":["Računanje je dovršeno."],"Calculation in progress...":["Prebrojavanje je u tijeku…"],"Stop counting":["Zaustavi prebrojavanje"],"Counting links in your texts":["Prebrojavanje poveznica u tekstovima"],"Text %1$s of %2$s processed.":["Obrađuje se %1$s od %2$s tekstova"],"All your texts are already counted, there is no need to count them again.":["Svi tekstovi su prebrojani, nema potrebe za ponovnim računanjem."],"Count links in your texts":["Prebroji poveznice u tekstovima"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Potrebno je prebrojati poveznice u javno dostupnim tekstovima. Ovo će pružiti uvid prema kojim tekstovima treba više poveznica. Ako želite saznati više o unutarnjim poveznicama, provjerite %1$sčlanak o unutarnjim poveznicama na %2$s%3$s."],"Text link counter":["Brojanje poveznica u tekstovima"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Broj unutarnjih poveznica koje vode do ove objave. U kartici Pomoć pogledajte tekst \"Yoast Columns\" za više informacija."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Broj unutarnjih poveznica u ovoj objavi. U kartici Pomoć pogledajte tekst \"Yoast Columns\" za više informacija."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s dodaje par stupaca ovoj stranici. Napisan je članak o %2$stome kako upotrijebiti SEO rezultate i rezultate čitljivosti%3$s. Stupci poveznica prikazuju broj članaka na ovoj web-stranici koji imaju poveznice %5$sprema%6$s ovom članku i broj URL-a povezanih %5$siz%6$s ovog članka. Saznajte više o %4$skako upotrijebiti ove mogućnosti za poboljšanje unutarnjih poveznica%3$s, što višestruko poboljšava SEO."],"%s Columns":["%s stupci"],"Readability score":["Rezultat čitljivosti"],"Other benefits of %s for you:":["Drugi beneficije %s za vas:"],"Scroll to see the preview content.":["Pomaknite kako bi pretpregledali sadržaj."],"Cornerstone content":["Temeljni sadržaj"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s pobrinuti će se za svu potrebnu tehničku optimizaciju vaše web-stranice. Kako bi zbilja poboljšali preformanse web-stranice u rezultatima pretraga tražilica, važno je započeti kreirati sadržaj koji se dobro rangira za ključne riječi koje su vam važne. Pogledajte ovaj video u kojem objašnjavamo kako upotrijebiti %1$s metokvir kada uređujete objave i stranice."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Ako želite preteći konkurenciju u određenom gradu ili regiji, provjerite %1$s dodatak! Moći ćete jednostavno ubaciti Google karte, radno vrijeme, kontakt informacije i lokacije. Osim toga %1$s vam pomaže poboljšati upotrebljivost kontakt stranice."],"Attract more customers near you":["Privucite više kupaca iz svoje okolice"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Želite li znati sve o %1$s dodatku? Želite li naučiti o naprednim postavkama? Želite li izvući najviše iz %1$s dodatka? Provjerite naš trening za %1$s dodatak, i počnite preticati konkurenciju!"],"Get the most out of %1$s with the %2$s":["Dobijte najviše od %1$s s %2$s"],"Upgrade to Premium":["Nadogradnja na Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Želite preteći konkurenciju? %1$s dajem vam odlične dodatne mogućnosti koje će vam pomoći postaviti SEO strategiju kako profesionalac. Upotrijebite više ključnih riječi, upravitelja preusmjeravanjima i alat za interne poveznice. %1$s također će vam omogućiti pristup premium korisničkoj podršci."],"Outrank the competition with %s":["Pretecite konkurenciju s %s"],"You might like":["Možda vam se sviđa"],"Newsletter":["E-novosti"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Detektirali smo da niste završili s konfiguracijskim čarobnjakom, stoga vam preporučamo da %2$spokrenete konfiguracijski čarobnjak kako bi konfigurirali %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Konfiguracijski čarobnjak pomaže vam jednostavno konfigurirati web-stranicu za optimalne SEO postavke."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Nabavite Premium i naši stručnjaci će biti tu da vam odgovore na bilo koja pitanja koj možda imate o postavljanje i upotrebi dodatka."],"Superfast internal linking suggestions":["Super brzo predlaganje unutarnjih poveznica"],"Great news: you can, with %1$s!":["Odlične vijesti: možete s %1$s!"],"Save changes":["Spremi promjene"],"1 year free support and updates included!":["Uključena 1 godina besplatnih ažuriranja i nadogradnji!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Dodatak %2$s mijenja izlazne informacije vaše web-stranice i to čini razliku za tražilice i normalne korisnike, proces koji se naziva cloaking. Preporučamo da ga isključite."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPretpregled društvenih mreža%2$s: Facebook i Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNema više mrtvih poveznica%2$s: jednostavni upravitelj preusmjeravanjima"],"No ads!":["Bez oglasa!"],"Facebook & Twitter":["Facebook i Twitter"],"Social media preview":["Pretpregled društvenih medija"],"Easy redirect manager":["Jednostavni upravitelj preusmjeravanja"],"No more dead links":["Nema više mrtvih poveznica"],"Increase your SEO reach":["Povećajte svoj SEO domet"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Ako želite više pomoći pri kreiranju odličnog sadržaja, provjerite naš %2$sSEO copywriting course%3$s. Želite li znati sve o opcijama dodatka, razmislite o našem %1$s!"],"Variable":["Varijabla"],"Available variables":["Dostupne varijable"],"Scroll to see the table content.":["Pomaknite stranicu kako bi vidjeli sadržaj tablice."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Pročitajte %1$snaš članak o povezivanju vaše web-stranice s Google Search Console%2$s ako trebate pomoć."],"An error occurred in the '%1$s' assessment":["Pojavila se greška u '%1$s' procjeni"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s riječi sadrži %2$sviše od %3$s slogova%4$s, što je više od preporučenog maksimuma %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s riječi sadrži %2$sviše od %3$s slogova%4$s, što je manje od, ili jednako preporučenom maksimumu %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Ovo je neznatno ispod preporučenog minimuma od %5$d riječi. %3$sDodajte još malo teksta%4$s.","Ovo je neznatno ispod preporučenog minimuma od %5$d riječi. %3$sDodajte još malo teksta%4$s.","Ovo je neznatno ispod preporučenog minimuma od %5$d riječi. %3$sDodajte još malo teksta%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Meta opis sadrži %1$d rečenicu %2$ss više od %3$s riječi%4$s. Pokušajte skratiti rečenicu.","Meta opis sadrži %1$d rečenice %2$ss više od %3$s riječi%4$s. Pokušajte skratiti rečenice.","Meta opis sadrži %1$d rečenice %2$ss više od %3$s riječi%4$s. Pokušajte skratiti rečenice."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Meta opis ne sadrži rečenice %1$ss više od %2$s riječi%3$s."],"No new notifications.":["Nema novih obavijesti."],"Save all":["Spremi sve"],"Save":["Spremi"],"%1$s, Author at %2$s":["%1$s, Autor na %2$s"],"Mobile preview":["Mobilni pretpregled"],"Desktop preview":["Desktop pretpregled"],"Select redirect":["Odaberi preusmjeravanje"],"Please provide an SEO title by editing the snippet below.":["Molimo, navedite SEO naslov uređujući isječak u nastavku."],"Meta description preview:":["Pretpregled meta opisa:"],"Slug preview:":["Pretpregled sluga:"],"SEO title preview:":["Pretpregled SEO naslova:"],"Close snippet editor":["Zatvori uređivač isječaka"],"Slug":["Slug"],"Remove marks in the text":["Ukloni oznake (marks) u tekstu"],"Mark this result in the text":["Označi ovaj rezultat u tekstu"],"Marks are disabled in current view":["Oznake (Marks) su onesposobljene u trenutnom pregledu"],"Good SEO score":["Dobar SEO rezultat"],"OK SEO score":["Ok SEO rezultat"],"Feedback":["Povratne informacije"],"ok":["U redu"],"Choose an image":["Odaberite jednu sliku"],"Remove the image":["Uklonite sliku"],"MailChimp signup failed:":["Prijava na MailChimp nije uspjela:"],"Sign Up!":["Prijavite se!"],"Name":["Ime"],"There is an error with the request.":["Došlo je do pogreške u vašem zahtjevu."],"Select profile":["Izaberite profil"],"Choose a profile":["Izaberite profil"],"Authorization code":["Autorizacijski kod"],"Reauthenticate with Google":["Ponovna provjera s Googleom"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Da bi ste omogućili %s da dohvati vaše podatke sa Googleove konzole za pretraživanje molimo vas da unesete vaš Googleov autorizacijski kod. Klikom na gumb ispod otvoriti će se novi prozor."],"Please provide a meta description by editing the snippet below.":["Molimo, navedite meta opis uređujući isječak u nastavku."],"Edit snippet":["Uredi isječak"],"You can click on each element in the preview to jump to the Snippet Editor.":["U pretpregledu možete kliknuti na svaki element i skočiti u Uređivač isječaka."],"Close the Wizard":["Zatvorite Čarobnjaka"],"Export settings":["Izvezi postavke"],"%1$s video tutorial":["%1$s video vodič"],"%s › Configuration Wizard":["%s › Čarobnjak za konfiguraciju"],"Please don't show me this notification anymore":["Molim više ne prikazuj ovu poruku"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Ako se susrećete s poteškoćama, %1$spopunite izvješće o grešci%2$s a mi ćemo se potruditi riješiti problem."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Obavješteni smo da koristite %1$s već neko vrijeme; nadamo se da vam se sviđa! Bili bi smo oduševljeni ako bi ste mogli %2$sdati ocjenu od 5 zvjezdica na WordPress.org%3$s!"],"Courses":["Kursevi"],"Date archives settings":["Postavke arhiva datuma"],"Author archives settings":["Postavke Author arhive"],"%1$s by %2$s":["%1$s od %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Upozorenje: varijabla %s ne može se koristiti u ovom predlošku. Za više informacija poslužite se s centrom pomoći"],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Usput, jeste li znali da imamo %1$sPremium dodatak%2$s? Nudi vam napredne mogućnosti, poput upravljanje preusmjeravanjima i podršku za više ključnih riječi. Također dolazi s 24/7 osobnom podrškom."],"(no title)":["(bez naslova)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["%1$s administratorska traka izbornika sadrži korisne veze na alate naših partnera za analizu stranica i čini vam lakšim pogled na nove obavijesti."],"Admin bar menu":["Administratorska traka izbornika"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s provjerava na dnevnoj bazi da li je vaša web-stranica još uvijek vidljiva tražilicama za indeksiranje i %2$s vas obavještava u slučaju kada to nije tako."],"Features":["Značajke"],"SEO title":["SEO naslov"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Iako nastojimo učiniti postavljanje %1$s-a što jednostavnijim, razumijemo i da vam to može biti zastrašujuće. Ako bi ste radije nama prepustili postavljanje %1$s-a (i dobili kopiju %2$s unutar tog procesa) naručite naš %3$s%1$s uslugu konfiguracije%4$s ovdje!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Dobrodošli u %1$s konfiguracijski Čarobnjak. U nekoliko jednostavnih koraka pomoći ćemo vam konfigurirati SEO postavke koje će ispuniti potrebe vaše web-stranice!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google prikazuje naziv Vaše web-stranice u rezultatima pretraživanja, a ako to želite promijeniti, možete to učiniti ovdje."],"Greater than sign":["Znak više od"],"Less than sign":["Znak manje od"],"Right angle quotation mark":["Znak navodnika udesno"],"Left angle quotation mark":["Znak navodnika ulijevo"],"Small tilde":["Mala tilda"],"Vertical bar":["Ispravna crta"],"Low asterisk":["Zvjezdica nisko"],"Asterisk":["Zvjezdica"],"Bullet":["Veća točka"],"Middle dot":["Srednja točka"],"Em dash":["Em crtica"],"En dash":["En crtica"],"Dash":["Crtica"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Odaberite simbol koji ćete koristiti kao razdjelnik naslov. On će stajati, na primjer, između naslova objave i naziva stranice. Simboli su prikazani u veličini u kojoj će se pojaviti u rezultatima pretraživanja."],"The name of the person":["Ime osobe"],"No":["Ne"],"Yes":["Da"],"Does, or will, your site have multiple authors?":["Ima li, ili hoće li vaša stranica imati više autora?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatski stvara URL za svaku medijsku stavku u knjižnici. Uključivanjem ovoga Googleu će biti omogućeno indeksiranje stvorenih URL-ova."],"Success!":["Uspjeh!"],"Title settings":["Postavke naslova"],"Google Search Console":["Konzola Google pretraživanja"],"Multiple authors":["Više autora"],"Site type":["Vrsta stranice"],"Environment":["Okruženje"],"Yoast option %1$s not found.":["Yoast opcija %1$s nije pronađena."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Lista objava"],"Posts list navigation":["Navigacija liste objava"],"Filter posts list":["Filtriraj listu objava"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Imajte na umu da poveznice do arhiva možda još uvijek kreira vaša tema, i trebate ih ukloniti manualno."],"%1$s to optimize your site even further":["%1$s za daljnju optimizaciju vaše web-stranice"],"%1$s extensions":["%1$s extenzije"],"Comes with our 30-day no questions asked money back guarantee":["Dolazi s našom garancijom za povrat novca bez pitanja od 30 dana"],"More information %1$sabout %3$s%2$s":["Više informacija %1$so %3$s%2$s"],"Installed":["Instalirano"],"gain access to our 24/7 support team.":["Osigurajte pristup našem timu za podršku 24/7."],"Premium support":["Premium podrška"],"check what your Facebook or Twitter post will look like.":["Provjerite kako će izgledati vaše Facebook ili Twitter objave."],"Social previews":["Društveni pretpregledi"],"create and manage redirects from within your WordPress install.":["kreirajte i upravljajte preusmjeravanjima iz svoje WordPress instalacije."],"Redirect manager":["Upravitelj preusmjeravanjem"],"%1$s, take your optimization to the next level!":["%1$s, podignite optimizaciju na veći nivo!"],"A seamless integration between %1$s and %2$s":["Neprimjetna integracija između %1$s i %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Upotrijebite %1$s breadcrumbove umjesto %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Lako ugradite Google Maps, lokaciju trgovine, radno vrijeme i još puno toga"],"Creates XML News Sitemaps":["Kreira XML News mapu stranica"],"Immediately pings Google on the publication of a new post":["Odmah pinga Google o novoj objavi."],"Optimize your site for Google News":["Optimizirajte svoju web-stranicu za Google News"],"Make videos responsive through enabling fitvids.js":["Učinite video prilagodljivim uključivanjem fitvids.js"],"Enhance the experience of sharing posts with videos":["Poboljšajte iskustvo dijeljenja objava s videima"],"Show your videos in Google Videos":["Prikažite svoj video u Google Videos"],"Crawl issues list":["Lista Crawl problema"],"Crawl issues list navigation":["Navigacija liste Crawl problema"],"Edit “%s”":["Uredi “%s”"],"Premium":["Premium"],"Google Trends":["Google Trendovi"],"Notifications":["Obavijesti"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Uklanja karticu ključne riječi iz meta okvira i isključuje sve povezane prijedloge za ključnu riječ."],"Disable SEO analysis":["Isključi SEO analizu"],"Twitter settings":["Twitter postavke"],"Pinterest settings":["Pinterest postavke"],"Facebook settings":["Facebook postavke"],"Title separator symbol":["Simbol Razdjelnika naslova"],"RSS feed settings":["Postavke RSS kanala"],"Breadcrumbs settings":["Breadcrumbs postavke"],"Make primary":["Učini primarnim"],"Enter your Google Authorization Code and press the Authenticate button.":["Unesite svoj Google Authorization Code i kliknite gumb Autentifikacija."],"%s notification":["%s obavijest","%s obavijesti","%s obavijesti"],"Disable readability analysis":["Isključi analizu čitljivosti"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Uklanja sekciju analize čitljivosti iz meta okvira i isključuje sve povezane prijedloge za čitljivost."],"Readability analysis":["Analiza čitljivosti"],"Needs improvement":["Treba doraditi"],"Readability":["Čitljivost"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Pokušavate učitati datoteke koje nisu smanjene (non-minified). Navedene datoteke su dostupne samo u našem razvojnom paketu. Posjetite %1$s kako bi vidjeli sve izvorne datoteke."],"Improvements":["Poboljšanja"],"Restore this item.":["Vrati ovu stavku."],"Dismiss this item.":["Zanemari ovu stavku."],"Good job! We could detect no serious SEO problems.":["Odličan posao! Nismo detektirali nikakve ozbiljne SEO probleme."],"We have detected the following issues that affect the SEO of your site.":["Detektirali smo sljedeće probleme koji utječu na SEO vaše web stranice."],"Problems":["Problemi"],"Analysis":["Analiza"],"Not available":["Nije dostupno"],"Filter by SEO Score":["Filtriranje po SEO rezultatu"],"Meta description not set.":["Meta opis nije postavljen."],"Video tutorial":["Video upute"],"Email support is a %s feature":["Podrška e-poštom je %s značajka."],"Knowledge base":["Baza znanja"],"Open":["Otvori"],"Dashboard":["Nadzorna ploča"],"You can fix this on the %1$sPermalink settings page%2$s.":["Ovo možete popraviti na zaslonu %1$sPostavki stalnih veza%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Omogućena je podjela komentara na stranice, ovo nije potrebno u 999 od 1000 slučajeva, preporučamo da onemogućite ovo."],"Replaced with the primary category of the post/page":["Zamijeni s primarnom kategorijom objave/stranice"],"Pinterest confirmation":["Pinterest potvrda"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Ako ste već potvrdili svoju web stranicu s Pinterestom, možete preskočiti korak naveden ispod."],"Format-based archives":["Arhive temeljene na formatu"],"Webmaster Tools verification":["Verifikacija Webmaster Toolsa"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Pratite naše %1$s for WordPress training i postanite certificirani %1$s stručnjak!"],"Want to be a %s Expert?":["Želite biti %s stručnjak?"],"Buy %s":["Kupi %s"],"Show information about errors in category %s":["Prikaži informacije o greškama u kategoriji %s"],"New %1$s Title":["Novi %1$s Naslov"],"Existing %1$s Title":["Postoji %1$s Naslov"],"Expected an integer as input.":["Očekivani unos je cijeli broj."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Pri pokušaju kreiranja ključ predmemorije mape stranice (cache key), ali kombinacija postfixa i prefixa ne ostavlja dovoljno mjesta za ovo. Vjerojatno tražite stranicu koja je izvan očekivanoga raspona."],"Remove":["Obriši"],"Keep":["Zadrži"],"Bold the last page":["Podebljaj zadnju stranicu"],"Regular":["Normalno"],"Bold":["Podebljano"],"Show Blog page":["Pokaži Blog stranicu"],"Primary %s":["Primarna %s"],"Primary":["Primarna"],"Make %1$s primary %2$s":["Postavi %1$s kao primarnu %2$s"],"Term is set to noindex.":["Uvjet je postavljen na noindex."],"Author archives":["Arhive autora"],"Show":["Prikaži"],"Enabled":["Omogući"],"Disabled":["Onemogući"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s još nije dohvatio status indeksiranja web stranice s %2$s"],"The separator defined in your theme's %s tag.":["Razdjelnik je definiran u Vašoj temi %s oznakom."],"No index":["No index"],"Analyze entire site":["Analiziraj cijelu web stranicu"],"Fetch the current status":["Dohvati trenutni status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s još nije uspio dohvatio status indeksiranja web stranice%3$s s %4$s"],"Your homepage can be indexed by search engines.":["Vaša početna stranica ne može biti indeksirana od strane tražilica."],"Indexability check by %1$s":["Provjera mogućnosti indeksiranja s %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Ako želite upotrijebiti sliku za dijeljenje na %1$s, možete prenijeti / odabrati sliku ili ovdje dodati URL slike."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Ako ne želite koristiti meta opise za dijeljenje na %1$sm već želite koristiti drugi opis, napišite ga ovdje."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Ukoliko želite koristiti drugačiji naslov za dijeljenje na %1$s od naslova objave, unesite ga ovdje."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sVašu početnu stranicu tražilice ne mogu indeksirati%2$s. To je jako loše za SEO i to treba popraviti."],"Once Weekly":["Jednom tjedno"],"Add-ons":["Dodaci"],"SEO score":["SEO rezultat"],"Twitter metadata":["Twitter meta podaci"],"Facebook / Open Graph metadata":["Facebook / Open Graph meta podaci"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Preračunavam SEO ocjene za sve dijelove sadržaja s ključnom riječi."],"%1$s of %2$s done.":["%1$s od %2$s gotovo."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Ažurirali smo naš algoritam za SEO rezultat. %1$sPonovno izračunavanje SEO rezultata%2$s za sve objave i stranice."],"Team Yoast":["Tim Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Prvo pravo sve-u-jednom SEO rješenje za WordPress, uključujući on-page analizu sadržaja, XML mapom weba i mnogo toga drugog."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivacija nije uspjela:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Izgleda da je nedostupna filter ekstenzija. Kontaktirajte hosting da vam to omoguće."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Instalacija %1$s dodatka nije kompletna. Proučite %2$sinstalacijske upute%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Nadogradnja Standard PHP Library (SPL) nije dostupna. Zamolite vašeg web poslužitelja da vam je uključi."],"SEO Settings":["SEO postavke"],"Mobile-Friendly Test":["Test mobilne kompatibilnosti"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS validator"],"HTML Validator":["HTML validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Provjeri zaglavlja"],"Check Google Cache":["Provjeri Google Cache"],"Analyze this page":["Analiziraj ovu stranicu"],"Keyword Research":["Istraživanje ključnih riječi"],"%s does not seem to be a valid url. Please correct.":["Čini se da %s nije validan url. Molimo izmijenite."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s izgleda nije ispravan %2$s verifikacijski niz (string). Ispravite ovo."],"%s Archive":["%s Arhiva"],"You searched for %s":["Tražili ste %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s nije ispravan Twitter korisnički ID. Ispravite ovo."],"Summary with large image":["Sažetak s velikom slikom"],"Summary":["Sažetak"],"The post %1$s appeared first on %2$s.":["Objava %1$s pojavila se prvi puta na %2$s."],"No numeric value was received.":["Nije primljena nikakva numerička vrijednost."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Ovo treba biti postojeći blog. Blog %s ne postoji ili je označen kao obrisan."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Postavka zadanog bloga treba biti numerički blog ID bloga kojeg želite koristiti kao zadanog."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s nije valjani izbor za odabir tko ima pristup %2$s postavkama. Vrijednost je vraćena na izvornu."],"Please select a valid post type for taxonomy \"%s\"":["Izaberite ispravan tip objave za taksonomiju \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Molimo odaberite ispravnu taksonomiju za tip objave \"%s\""],"You searched for":["Tražili ste"],"Home":["Početna stranica"],"Archives for":["Arhiva za"],"Error 404: Page not found":["Greška 404: Stranica nije pronađena"],"Good":["Dobro"],"Replaced with a custom taxonomies description":["Zamijenjeno s vlastitim opisom taksonomije"],"Replaced with a posts custom taxonomies, comma separated.":["Zamijenjeno s prilagođenim taksonomijama objava, odvojeno zarezom."],"Replaced with a posts custom field value":["Zamijenjeno s sadržajem iz dodatnih polja objava"],"Replaced with the slug which caused the 404":["Zamijenjeno s slugom koji je uzrokovao 404"],"Replaced with the posts focus keyphrase":["Zamijenjeno s fokusiranom ključnom riječi objave"],"Attachment caption":["Naslov privitka"],"Replaced with the current page number":["Zamijenjeno s trenutnim brojem stranice"],"Replaced with the current page total":["Zamijenjeno s sumom trenutne stranice"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Zamijenjeno s trenutnim brojem stranice zajedno s kontekstom (npr. stranica 2 od 4)"],"Replaced with the post/page author's 'Biographical Info'":["Zamijenjeno s autorovom 'Biografskim informacijama' objave/stranice"],"Replaced with the post/page author's 'nicename'":["Zamijenjeno s 'nicename' imenom autora objave/stranice"],"Replaced with the post/page ID":["Zamijenjeno s ID-em objave/stranice"],"Replaced with the post/page modified time":["Zamijenjeno s promijenjenim vremenom objave/stranice"],"Replaced with the content type plural label":["Zamijenjeno s etiketom množine tipa objave"],"Replaced with the content type single label":["Zamijenjeno s etiketom jednine tipa objave"],"Replaced with the current search phrase":["Zamijenjeno s trenutnom frazom pretrage"],"Replaced with the term name":["Zamijenjeno s nazivom pojma"],"Replaced with the term description":["Zamijenjeno s opisom pojma"],"Replaced with the tag description":["Zamijenjeno s opisom oznake"],"Replaced with the category description":["Zamijenjeno s opisom kategorije"],"Replaced with the post categories (comma separated)":["Zamijenjeno s kategorijom objave (odvojeno zarezom)"],"Replaced with the current tag/tags":["Zamijenjeno s trenutnom oznakom/oznakama"],"Replaced with the post/page excerpt (without auto-generation)":["Zamijenjeno s izvatkom (bez automatski generiranog) objave/stranice"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Zamijenjeno s izvatkom (ili automatski generiranim ako ne postoji) objave/stranice"],"The site's name":["Naziv weba"],"Replaced with the title of the parent page of the current page":["Zamijenjeno s naslovom matične stranice trenutne stranice"],"Replaced with the title of the post/page":["Zamijenjeno s naslovom objave/stranice"],"Replaced with the date of the post/page":["Zamijenjeno s datumom objave/stranice"],"Page %1$d of %2$d":["Stranica %1$d od %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Ne možete nadvladati WPSEO standardnu zamjensku varijablu registrirajući varijablu s istim imenom. Upotrijebite filter \"wpseo_replacements\" za postavljanje zamjenske vrijednosti."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Zamjenska varijabla s istim imenom je već registrirana. Potrudite se da ime vaše varijable bude jedinstveno."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Zamjensku varijablu ne možete započeti s \"%%cf_\" ili \"%%ct_\" zato jer su rezervirane za WPSEO standardnu varijablu varijabli (standard variable variables) za dodatna polja i prilagođene taksonomije. Potrudite se da ime vaše varijable bude jedinstveno."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Zamjenska varijabla može sadržavati samo alfanumeričke znakove, donju crticu ili crticu. Probajte promijeniti varijablu."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Napomena samo za administratore: ova stranica ne pokazuje meta opis zato jer ga nema, ili ga napišite posebno za ovu stranicu ili idite u izbornik [%1$s - %2$s], i postavite predložak."],"Page not found":["Stranica nije pronađena"],"%s Archives":["Arhiva %s"],"Search for \"%s\"":["Traži \"%s\""],"Meta description to use for Author page":["Meta opis za korištenje na stranicama autora"],"Title to use for Author page":["Naslov koji se koristi na stranici autora"],"%1$s settings":["%1$s postavke"],"Export your %1$s settings":["Izvezi svoje %1$s postavke"],"Import settings":["Uvoz postavki"],"Import from other SEO plugins":["Uvezi iz ostalih SEO dodataka ( plugin )"],"Import":["Uvoz"],"If you had a %s file and it was editable, you could edit it from here.":["Da imate %s datoteku i da je možete mijenjati, mogli biste to uraditi ovdje."],"If your %s were writable, you could edit it from here.":["Da se u datoteku %s može pisati, mogli biste je izmijeniti ovdje."],"You don't have a %s file, create one here:":["Nemate %s datoteku, kreirajte ju ovdje:"],"A link to your site, with your site's name and description as anchor text.":["Poveznica do vašeg weba, s nazivom i opisom weba kao tekstom sidra."],"A link to your site, with your site's name as anchor text.":["Poveznica na vašu web stranicu, s nazivom web stranice kao sidrenim tekstom."],"A link to the post, with the title as anchor text.":["Poveznica do objave, s naslovom kao sidrom poveznice."],"A link to the archive for the post author, with the authors name as anchor text.":["Poveznica na arhivu autora objava, s autorovim imenom kao sidrenim tekstom."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Sljedeće varijable možete upotrijebiti unutar sadržaja, biti će zamijenjene s vrijednostima navedenim zdesna."],"Content to put after each post in the feed":["Sadržaj koji će se pojaviti nakon svake objave u kanalu (feed)"],"Content to put before each post in the feed":["Sadržaj koji će se nalaziti ispred svake objave u feedu"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Ova mogućnost se koristi za automatsko dodavanje sadržaja u RSS, točnije, namjena joj je dodavanje poveznica prema vašem blogu i objavama kako bi scraperi automatski dodali ove poveznice, pomažući tražilicama da identificiraju vas kao originalni izvor sadržaja."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Korištenje ove značajke breadcrumbova je objašnjeno u %1$sčlanku o implementaciji breadcrumbova u našoj bazi znanja%2$s."],"How to insert breadcrumbs in your theme":["Kako ubaciti breadcrumbove u vašu temu"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Prikaz arhive tipa objave u breadcrumbovima za taksonomije"],"Taxonomy to show in breadcrumbs for content types":["Prikaz taksonomije u breadcrumbovima za tipove objava"],"Breadcrumb for 404 Page":["Breadcrumb za 404 stranicu"],"Prefix for Search Page breadcrumbs":["Prefiks za breadcrumb Stranice pretrage"],"Prefix for Archive breadcrumbs":["Prefiks za breadcrumb Arhive"],"Prefix for the breadcrumb path":["Prefiks za breadcrumb putanju"],"Anchor text for the Homepage":["Tekst sidra za Početnu stranicu"],"Separator between breadcrumbs":["Razdjelnik između breadcrumbova"],"Enable Breadcrumbs":["Omogući breadcrumbove"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Ispod su SEO rezultati vaših objavljene objava. Sada je pravo vrijeme da počnete poboljšavati neke od svojih objava! "],"Credits":["Zasluge"],"« Back to Tools page":["« Natrag na stranicu s alatima"],"%1$s comes with some very powerful built-in tools:":["%1$s dolazi s nekim vrlo moćnim ugrađenim alatima:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Ovaj alat dopušta vam brzo mijenjanje datoteka važnih za vaš SEO, kao što su robots.txt, ako je imate, ili vaša .htaccess datoteka."],"File editor":["Uređivač datoteka"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Uvezite postavke iz drugih SEO dodataka i izvezite svoje postavke za ponovno korištenje na (još jednom) blogu."],"Import and Export":["Uvoz i izvoz"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Ovaj alat dopušta vam da brzo izmijenite naslove i opise u svojim objavama i na stranicama, bez da morate otvarati i uređivati svaku stranicu."],"Bulk editor":["Skupni uređivač"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Za %1$sverificiranje stranice kod Pinterest%2$s, dodajte meta oznaku ovdje:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest koristi Open Graph meta oznake kao i Facebook. Zato budite sigurni da vam je označen Open Graph na Facebook tab-u ukoliko želite optimizirati stranicu za Pinterest."],"The default card type to use":["Zadani tip kartice za korištenje"],"Add Twitter card meta data":["Dodaj Twitter card meta podatke"],"This image is used if the post/page being shared does not contain any images.":["Slika se koristi ako objava/stranica koja se dijeli ne sadrži nikakve slike."],"Default settings":["Zadane postavke"],"Copy home meta description":["Prekopiraj meta opis početne stranice"],"Description":["Opis"],"Image URL":["URL slike"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Ovo su naslov, opis i slika koji se koriste u Open Graph meta oznakama na početnoj stranici vaše web stranice."],"Frontpage settings":["Postavke početne stranice"],"Add Open Graph meta data":["Dodaj Open Graph meta podatke"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter korisničko ime"],"Facebook Page URL":["URL Facebook stranice"],"Accounts":["Računi"],"Restore site to defaults":["Vrati web na zadane postavke"],"Site ID":["ID weba"],"Using this form you can reset a site to the default SEO settings.":["Koristeći ovu formu možete resetirati web na zadane SEO postavke."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Postavke koje se tiču privatno osjetljivih informacija (FB admini i slično), postavke teme (ispis naslova) i neke druge specifične postavke neće biti uveze u nove web-stranice."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Upišite %1$sID web stranice%2$s čije postavke želite da budu zadane postavke za sve web stranice koje se nalaze u vašoj mreži. Ostavite prazno za nikakav odabir (biti će upotrijebljene izvorne postavke dodatka)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Odaberite web stranicu čije postavke želite koristiti kao zadane za sve web stranice koje se nalaze u vašoj mreži. Ako odaberete 'Ništa', biti će upotrijebljene izvorne postavke dodatka."],"New sites in the network inherit their SEO settings from this site":["Novi webovi u mreži nasljeđuju SEO postavke ovog weba"],"Super Admins only":["Samo Super Admini"],"Site Admins (default)":["Administratori weba (zadano)"],"Who should have access to the %1$s settings":["Tko bi trebao imati pristup %1$s postavkama"],"spam":["spam"],"mature":["zreli"],"archived":["arhiviran"],"public":["javni"],"%s restored to default SEO settings.":["%s vraćeni na izvorne SEO postavke."],"Settings Updated.":["Postavke ažurirane."],"404 pages":["Uvoz & izvoz"],"Search pages":["Stranice pretrage"],"These pages will be %s by default, so they will never show up in search results.":["Ove stranice biti će %s po zadanom, tako da se nikad neće pojavljivati u rezultatima pretraga."],"Special Pages":["Posebne stranice"],"Date-based archives could in some cases also be seen as duplicate content.":["U nekim slučajevima, arhiva bazirana na datumima može se također smatrati kao duplicirani sadržaj."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Ako je to slučaj na Vašim stranicama, možete odabrati bilo deaktiviranje (što će rezultirati preusmjeravanjem na početnu stranicu) bilo dodavanje u%s njemu, tako da se ne pojavljuje u rezultatima pretraživanja."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Ako na blogu piše samo jedan autor, onda će arhiva autora biti ista kao i početna/blog stranica. Ovo se zove %1$sproblem dupliciranog sadržaja%2$s."],"Date archives":["Arhiva po datumima"],"author archives":["Arhiva autora"],"Title":["Naslov"],"%1$s Meta Box":["%1$s meta okviri"],"Hide":["Sakrij"],"Date in Snippet Preview":["Datum u Pretpregledu isječka"],"Take note:":["Uzmi zabilješku:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Možete odrediti naslov i opis za blog stranicu %1$suređivanjem blog stranice%2$s"],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Možete odrediti naslov i opis za početnu stranicu %1$suređivanjem početne stranice%2$s"],"Homepage & Front page":["Početna & naslovna stranica"],"Title Separator":["Razdjelnik naslova"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s je automatski detektirao jeli treba prisilno promijeniti naslove vaših stranica. Ako mislite da to nije ispravno i znate što radite, postavke možete promijeniti ovdje."],"Force rewrite titles":["Forsiraj prepisivanje naslova"],"Taxonomies":["Taksonomije"],"Homepage":["Početna stranica"],"%1$s Extensions":["%1$s ekstenzije"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Neprimjetno integrirajte WooCommerce s %1$s kako biste dobili dodatne značajke!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Bolje se rangirajte lokalno i na Google Maps, bez puno muke!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Da li se nalazite u Google News? Povećajte broj posjeta s Google News optimizirajući sadržaj!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimizirajte svoje video uradke kako bi bili vidljivi u rezultatima pretraživanja i donijeli vam više klikova!"],"The premium version of %1$s with more features & support.":["Premium inačica %1$s s više mogućnosti i podrškom."],"Person":["Osoba"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Ovi podaci su prikazani kao meta podaci na vašoj web stranici. Namjena im je da se pojave u %1$sGoogle Knowledge Graph%2$s. Možete odabrati između opcija tvrtka/pravna osoba ili fizička osoba:"],"Website name":["Naziv web stranice"],"Webmaster Tools":["Alati za webmastere"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Nemate postname u URL-u svojih objava i stranica, što izričito preporučamo. Razmislite o postavljanju strukture stalnih veza na /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbovi"],"or":["ili"],"Save Profile":["Spremi profil"],"There were no profiles found":["Nema pronađenih profila"],"Profile":["Profil"],"Current profile":["Trenutni profil"],"Authenticate":["Autentifikacija"],"Get Google Authorization Code":["Zatraži Google Authorization Code"],"Reload crawl issues":["Ponovno učitaj probleme s crawlanjem"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Kako bi kreirali preusmjeravanje i ispravili ovaj problem, trebate %1$s. Dodatak možete kupiti, uključujući godinu dana podrške, ažuriranja i nadogradnji na %2$s."],"Creating redirects is a %s feature":["Stvaranje preusmjeravanja je dostupno kao dio %s "],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Greške koje su se dogodile kada je vašu stranicu indeksirao Googlebot za starije mobilne uređaje ( nisu prikazane greške za desktop )"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Greške koje su se dogodile kada je vašu stranicu indeksirao Googlebot - mobile ( nisu prikazane greške za desktop )"],"Errors that occurred when your site was crawled by Googlebot.":["Greške koje su se dogodile kada je vašu stranicu indeksirao Googlebot. "],"Issue categories":["Kategorije problema"],"Incorrect Google Authorization Code.":["Netočni Google Authorization Code."],"The issues have been successfully reloaded!":["Problemi su uspješno ponovno učitani!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s podaci su uklonjeni. Trebate ponoviti autentifikaciju ako želite ponovno primati podatke."],"Crawl errors per page":["Indeksirane greške po stranici"],"Search":["Pretraži"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Uočite greške u Crawlanju: %1$sovdje se spojite s Google Search Console%2$s."],"Create redirect":["Napravi preusmjeravanje"],"Mark as fixed":["Označi kao riješeno"],"Response code":["Kod odgovora"],"First detected":["Prvo prepoznato"],"Last crawled":["Zadnje indeksirano"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s je otkrio da koristite verziju %2$s kola nije kompatibilna %1$s. Molimo ažurirajte %2$s na najnoviju verziju kako bi mogli koristiti ovu značajku."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast dodaci međusobno dijele neke kodove da bi Vaše stranice ubrzali. Zato je potrebno da svi Yoast dodaci budu ažurni. Otkrili smo da to nije tako pa Vas molimo da ažurirate Yoast dodatke koji još nisu ažurni."],"Feature phone":["Osnovni telefon"],"Smartphone":["Pametni telefon"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Odredišni URL ne postoji, ali vaš server ne vraća 404 grešku"],"Soft 404":["Blagi (soft) 404"],"Request timed out or site is blocking Google.":["Zahtjev je istekao ili web stranica blokira Google."],"Server Error":["Server Error"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot može pristupiti vašoj web stranici, ali određeni URL-ovi su blokirani za Googlebot u %1$s datoteci. Ovo blokiranje je možda postavljeno za sve Googlebotove ili samo za Googlebot-mobile."],"Blocked":["Blokirano"],"Google was unable to crawl this URL due to an undetermined issue.":["Google ne može crawlati ovaj URL zbog neutvrđenog problema."],"URL points to a non-existent page.":["URL upućuje na nepostojeću stranicu."],"Not found":["Nije pronađeno"],"Not followed":["Nije praćeno"],"Faulty redirects":["Neispravna preumsjeravanja"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Potrebna je autentifikacija za poslužitelj, u protivnom će Googlebotu blokirati pristup stranici."],"Access denied":["Pristup zabranjen"],"Deactivate %s":["Deaktivirajte %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s dodatak može uzrokovati probleme kada se koristi zajedno s %2$s."],"Upload Image":["Upload slike"],"Remove these ads?":["Makni ove oglase?"],"%s Posts Overview":["%s pregled objava"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Breadcrumbs naslov se koristi u breadcrumbovina gdje se ova taksonomija pojavljuje."],"Breadcrumbs title":["Naslov breadcrumbova"],"The canonical link is shown on the archive page for this term.":["Kanonska poveznica je prikazana na stranici arhive ovog pojma"],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Drugo"],"Archives":["Arhiva"],"Email":["E-pošta"],"Close":["Zatvori"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s i %2$s mogu kreirati XML mape stranica. Dvostruke XML mape stranica nisu korisne pretraživačima, mogu čak i usporiti vašu web stranicu."],"Configure %1$s's Open Graph settings":["Konfiguracija %1$s OpenGraph postavki"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["I %1$s i %2$s stvaraju OpenGraph rezultat, što bi moglo izazvati prikazivanje krivih tekstova i slika na Facebooku, Twitteru, LinkedInu i drugim društvenim mrežama, kada se stranice dijele."],"%s Image":["%s Slika"],"%s Description":["%s Opis"],"%s Title":["%s Naslov"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Preporučene dimenzije %1$s slike su %2$s piksela."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Ako želite nadvladati sliku koja se koristi na %s za ovu objavu, prenesite / odaberite sliku ili ovdje dodajte URL slike."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Ako ne želite koristiti meta opis za dijeljenje objave na %s, već želite koristiti drugi opis, upišite ga ovdje."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Ako ne želite koristiti naslov članka kako biste objavili članak na %s, nego ovdje želite drugi naslov, zapišite ga ovdje."],"very difficult":["vrlo teško"],"Try to make shorter sentences, using less difficult words to improve readability":["Pokušajte pisati kraće rečenice, koristeći lakše riječi kako bi popravili čitljivost."],"difficult":["teško"],"Try to make shorter sentences to improve readability":["Pokušajte skratiti rečenice kako biste poboljšali čitljivost."],"fairly difficult":["prilično teško"],"OK":["u redu"],"fairly easy":["prilično jednostavno"],"easy":["jednostavno"],"very easy":["vrlo jednostavno"],"Meta Desc.":["Meta opis"],"All SEO Scores":["Svi SEO rezultati"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO problem: Istaknuta slika treba biti najmanje 200x200 piksela velika da bi bila prihvatljiva za Facebook i druge stranice društvenih mreža."],"(no parent)":["(nema roditelja)"],"Post is set to noindex.":["Objava je postavljena na noindex."],"The URL that this page should redirect to.":["URL na koji bi ova stranica se trebala preusmjeriti."],"301 Redirect":["301 preusmjeravanje"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Propisani URL na koji ova stranica treba usmjeravati. Ostavite prazan kao zadan za stalnu vezu. %1$sPodržava međudomenske propisane%2$s."],"Canonical URL":["Kanonični URL"],"Title to use for this page in breadcrumb paths":["Naslov koji će se koristiti za ovu stranicu u breadcrumb putanji"],"Breadcrumbs Title":["Breadcrumbs Naslov"],"No Snippet":["Nema isječka"],"No Archive":["Nema arhive"],"No Image Index":["Bez indeksa slika"],"None":["Nijedno"],"Site-wide default: %s":["Zadano za cijelu web stranicu: %s"],"Advanced meta robots settings for this page.":["Napredne meta robot postavke ove stranice."],"Meta robots advanced":["Napredni meta roboti"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Upozorenje: iako se postavke meta robota mogu podesiti ovdje, cijeli web je podešen da se ne indeksira (noindex) u glavnim postavkama privatnosti stoga ove postavke neće imati učinka."],"Meta description":["Meta opis"],"SEO Title":["SEO naslov"],"Focus keyword":["Fokusirana ključna riječ"],"Snippet preview":["Pretpregled isječka"],"Settings successfully imported.":["Postavke uspješno uvezene."],"Settings could not be imported:":["Postavke nisu uvezene:"],"Error creating %1$s export: ":["Greška pri kreiranju %1$s izvoza:"],"Breadcrumb for 404 pages:":["Breadcrumb za 404 stranice:"],"Prefix for search result pages:":["Prefiks za stranicu s rezultatima pretrage:"],"Prefix for archive pages:":["Prefiks za stranice arhive:"],"Prefix for breadcrumbs:":["Prefiks za breadcrumbove:"],"Anchor text for the homepage:":["Sidrišni tekst za početnu/naslovnu stranicu:"],"Breadcrumbs separator:":["Breadcrumb razdjelnik:"],"Remove blog page from breadcrumbs":["Ukloni blog stranicu iz breadcrumbova"],"%s Breadcrumbs":["%s Breadcrumbovi"],"Use Image":["Koristi sliku"],"Action":["Akcija"],"Page URL/Slug":["Slug/URL stranice"],"Publication date":["Datum objavljivanja"],"Post Status":["Status objave"],"WP Page Title":["WP naslov stranice"],"View":["Pregled"],"View “%s”":["Pregled “%s”"],"Preview":["Predpregled"],"Preview “%s”":["Predpregled “%s”"],"Edit":["Izmijeni"],"Filter":["Filtar"],"New Yoast Meta Description":["Novi Yoast meta opis"],"Existing Yoast Meta Description":["Postojeći Yoast Meta opis"],"Facebook profile URL":["URL Facebook profila"],"Twitter username (without @)":["Korisničko ime na Twitteru (bez @)"],"FAQ":["Česta pitanja"],"Premium Support":["Plaćena podrška"],"Settings":["Postavke"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Trebate %1$sotvoriti zaslon Postavki čitanja%2$s i odznačiti okvir za Vidljivost tražilicama."],"Huge SEO Issue: You're blocking access to robots.":["Veliki SEO problem: blokirali ste pristup robotima tj. tražilicama."],"Posts":["Objave"],"Edit Files":["Izmijeni datoteke"],"Advanced Variables":["Napredne varijable"],"Basic Variables":["Osnovne varijable"],"General":["Općenito"],"Extensions":["Nadogradnje"],"Search Console":["Search Console"],"Tools":["Alati"],"Advanced":["Napredno"],"XML sitemaps":["XML mape stranica"],"Social":["Društvene"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s je otkrio da koristite verziju %2$s od %3$s, molimo ažurirajte na najnoviju verziju kako bi spriječili probleme nekompatibilnosti."],"Just another WordPress site":["Samo još jedna WordPress web-stranica"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Još uvijek imate izvorni WordPress slogan, čak je i nikakav slogan bolji. %1$sOvo možete ispraviti u prilagodniku%2$s."],"You have used HTML in your value which is not allowed.":["Koristili ste HTML u svojoj vrijednosti što nije dopušteno."],"You can't edit %s that aren't yours.":["Ne možete ažurirati %s koji nisu vaši."],"You can't edit %s.":["Ne možete ažurirati %s."],"Post has an invalid Content Type: %s.":["Objava ima ne važeći tip objave: %s."],"Post doesn't exist.":["Objava ne postoji."],"course\u0004Free:":["Besplatno:"],"posts\u0004Trash (%s)":["Smeće (%s)","Smeća (%s)","Smeća (%s)"],"posts\u0004All (%s)":["Sva (%s)","Sve (%s)","Svih (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);","lang":"hr"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Da biste pogledali trenutačne pogreške prilikom indeksiranja, %1$sposjetite konzolu Google Search%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google je ukinuo API za pogreške pri indeksiranju. Stoga se ovdje više ne mogu prikazati sve moguće pogreške pri indeksiranju. %1$s Pročitajte našu izjavu o tome za daljnje informacije %2$s."],"Remove this message":["Uklonite ovu poruku"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Uistinu optimizirajte svoju web-lokaciju za lokalnu publiku pomoću našeg %s dodatka! Optimizirani detalji adrese, radno vrijeme, lokator spremišta i mogućnost preuzimanja!"],"Serving local customers?":["Posluživanje lokalnih kupaca?"],"Get the %s plugin now":["Odmah nabavite dodatak %s"],"Organization social profiles":["Organizacijski socijalni profili"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Možete urediti detalje prikazane u meta podacima, kao što su društveni profili, ime i opis tog korisnika na %1$s stranici profila."],"Personal info":["Osobne informacije"],"Organization logo":["Logo organizacije"],"Organization name":["Naziv organizacije"],"Choose whether the site represents an organization or a person.":["Odaberite da li web-lokacija predstavlja organizaciju ili osobu."],"Knowledge Graph & Schema.org":["Grafikon znanja i Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Da bi vaša web-lokacija predstavljala tvrtku ili organizaciju, idite na %1$s Izgled pretraživanja %2$s i postavite Organizacija ili Osoba na \"Organizacija\"."],"To change the social accounts used for your site, update the details for %1$s.":["Da biste promijenili društvene račune koji se koriste za vašu web-lokaciju, ažurirajte pojedinosti za %1$s."],"That means that the form and information below is disabled, and not used.":["To znači da su obrazac i informacije u nastavku onemogućeni, a ne korišteni."],"Your website is currently configured to represent a Person":["Vaša je web-lokacija trenutno konfigurirana da predstavlja osobu"],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Odabir ključnih riječi ključan je za svaku SEO strategiju. Odlučite po kojim pojmovima pretraživanja želite da se vaša stranica pronađe i saznajte koje pojmove koristi vaša publika kako bi pronašla vašu stranicu. Dobar odabir ključnih riječi otkriva kakav sadržaj treba biti kako bi rangiranje počelo za one pojmove po kojima želite rangirati vašu stranicu. Koristite one ključne riječi za koje imate šansu ostvariti što bolje rangiranje. %1$s vas vodi kroz postupak korak po korak."],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":["Nijedan JSON objekt nije vraćen."],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":["Da biste stvorili preusmjeravanje i popravili ovaj problem, trebate %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Možete kupiti dodatak, uključujući jednu godinu podrške i ažuriranja, na %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":["Ključna riječ"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ako uključite ovu mogućnost, URL privitci postaju vidljivi vašim posjetiteljima i Googleu. Da biste dodali vrijednost vašoj stranici, oni bi trebali sadržavati korisne informacije, u suprotnom bi mogli imati negativan učinak na vaš ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Da bismo bili sigurni da su sve poveznice u vašem tekstu izbrojane, trebamo analizirati sve vaše tekstove."],"All you have to do is press the following button and we'll go through all your texts for you.":["Sve što trebate napraviti jest pritisnuti idući gumb i proći ćemo kroz sve vaše tekstove umjesto vas."],"Count links":["Broji poveznice"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Stranica %s"],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Jednostavno prebacite oznaku na \"on\" i bit ćete u mogućnosti koristiti rekalibriranu analizu. U isto vrijeme, dodat ćemo vas na našu posebnu mailing listu. Šaljemo vam samo mailove o vašem iskustvu sa ovom rekalibracijom!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["Dobijte još bolju analizu"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":["Nema pronađenih postavki."],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["UPOZORENJE:"],"Learn about why permalinks are important for SEO.":[""],"Google Ads":["Google oglasi"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Ukloni sliku"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":["%1$sIzlazne poveznice%2$s: Odličan posao!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":["%1$sDuljina rečenice%2$s: Sjajno!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["Dobar posao!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Ključna riječ"],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":["Onemogući"],"Allow Control":["Dopusti kontrolu"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Ova kartica omogućuje da selektivno onemogućite %s značajke za sve web-stranice u mreži. Izvorno sve značajke su omogućene, što dopušta administratoru web-stranice da odabere hoće li uključiti ili isključiti značajku. Kada onemogućite značajku ovdje, administratori web-stranice neće biti u mogućnosti koristiti tu značajku uopće."],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":["Ova značajka je onemogućena od stranice administratora mreže."],"Focus keyphrase not set.":["Ključna riječ nije postavljena."],"Multiple keyphrases":[""],"Colon":["Dvotočka"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s i %2$s obavljaju SEO na vašoj stranici. Štetno je koristiti dva SEO plugina istovremeno."],"There is a new notification.":["Imate novu obavijest.","Imate nove obavijesti.","Imate novih obavijesti."],"Learn more about the readability analysis":["Saznajte više o Analizi čitljivosti."],"Describe the duration of the instruction:":["Opišite trajanje instrukcije:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcionalno. Prilagodite kako želite opisati trajanje instrukcije."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Ovo je list srodnog sadržaja prema kojem možete postaviti poveznice u objavi. {{a}}Pročitajte naš članak o strukturi web-stranice{{/a}} kako bi naučili više o tome kako interno povezivanje može poboljšati SEO."],"%s, %s and %s":["%s, %s i %s"],"%s and %s":["%s i %s"],"%d minute":["%d minuta","%d minute","%d minuta"],"%d hour":["%d sat","%d sata","%d sati"],"%d day":["%d dan","%d dana","%d dana"],"Enter a step title":["Upišite naslov koraka"],"Optional. This can give you better control over the styling of the steps.":["Opcionalno. Ovo vam može dati bolju kontrolu nad stilom koraka."],"CSS class(es) to apply to the steps":["CSS klase koje će se primijeniti na korake"],"minutes":["minute"],"hours":["sati"],"days":["dani"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Kreirajte Kako vodič na SEO prihvatljiv način. Možete kreirati samo jedan Kako blok po objavi."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Izlistajte Često postavljana pitanja na SEO prihvatljiv način. Možete kreirati samo jedan ČPP blok po objavi."],"Copy error":["Kopiraj grešku"],"An error occurred loading the %s primary taxonomy picker.":["Dogodila se greška pri učitavanju %s primarnog selektora taksonomije."],"%1$s Structured Data Blocks":["%1$s Blok strukturiranih podataka"],"Time needed:":["Potrebno vremena"],"Move question down":["Povuci dole pitanje"],"Move question up":["Povuci pitanje gore "],"Insert question":["Postavite pitanje"],"Delete question":["Obrišite pitanje"],"Enter the answer to the question":["Umetnite odgovor na pitanje"],"Enter a question":["Postavite pitanje"],"Add question":["Dodaj pitanje"],"Frequently Asked Questions":["Često postavljana pitanja"],"Great news: you can, with %s!":["Odlične vijesti: možete, s %s!"],"Select the primary %s":["Odaberite primarni %s"],"Check links to this URL":["Provjeri poveznice do ovog URL-a"],"Keyword research training":["Obučavanje za pronalaženja ključnih riječi"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Provjerite %1$spredložak arhive%2$s zbog sljedeće vrste sadržaja: %3$s.","Provjerite %1$spredloška arhive%2$s zbog sljedeće vrste sadržaja: %3$s.","Provjerite %1$spredloške arhive%2$s zbog sljedeće vrste sadržaja: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Pokušavate upotrijebiti više ključnih riječi? Trebate ih dodati zasebno ispod."],"Mark as cornerstone content":["Označi kao temeljni sadržaj"],"Move step down":["Pomakni dolje za jedan nivo"],"Move step up":["Pomakni gore za jedan nivo"],"Insert step":["Ubaci korak"],"Delete step":["Obriši korak"],"Add image":["Dodaj sliku"],"Enter a step description":["Unesite opis koraka"],"Enter a description":["Unesite opis"],"Unordered list":["Nebrojčani popis"],"Showing step items as an ordered list.":["Prikazuju se stavke koraka kao brojčana lista."],"Showing step items as an unordered list":["Prikazuju se stavke koraka kao nebrojčana lista."],"Add step":["Dodaj korak"],"Delete total time":["Obriši cijelokupno vrijeme"],"Add total time":["Dodaj cijelokupno vrijeme"],"How to":["Kako"],"How-to":["Kako"],"Snippet Preview":["Pretpregled isječka"],"Analysis results":["Rezultat analize"],"Enter a focus keyphrase to calculate the SEO score":["Unesite ključnu riječ da izračunate SEO rezultat"],"Learn more about Cornerstone Content.":["Saznajte više o Temeljnom sadržaju."],"Cornerstone content should be the most important and extensive articles on your site.":["Temeljni sadržaj trebaju biti najvažniji i opširniji članci na vašoj web-stranici."],"Restore Site":["Oporavi web-stranicu"],"Network Settings":["Postavke mreže"],"You are not allowed to perform this action.":["Nije vam dozvoljena ta akcija"],"Error: %s":["Greška: %s"],"Success: %s":["Dovršeno: %s"],"Site with ID %d not found.":["Web-stranica ID %d nije pronađena"],"No site has been selected to restore.":["Nije odabrana web-stranicu za oporavak"],"You are not allowed to modify unregistered network settings.":["Nije vam dopušteno mijenjati neregistrirane postavke mreže."],"deleted":["obrisano"],"Would you like to add another keyphrase?":["Želite li dodati drugu ključnu riječ?"],"image preview":["Pregled slike"],"Copied!":["Kopirano!"],"Not supported!":["Nepodržano!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Pročitajte {{a}}naš artikl o strukturi{{/a}} web-stranice da bi više naučili kako unutarnje poveznice mogu pomoći poboljšati vaš SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Kada dodate još malo teksta, dobiti ćete listu predloženog sadržaja koje možete povezati u vašoj objavi."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Razmislite o povezivanju do ovih {{a}}temeljnih članaka:{{/a}}"],"Consider linking to these articles:":["Razmislite o povezivanju do ovih članaka:"],"Copy link":["Kopiraj poveznicu"],"Copy link to suggested article: %s":["Kopiraj poveznicu do predloženog članka; %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Pročitajte naš %1$sultimativni vodič za pronalazak ključnih riječi%2$s kako bi više naučili o pronalasku ključnih riječi i strategiji ključnih riječi."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Kada dodate još malo teksta, dobiti ćete listu riječi i kombinaciju riječi koje se najviše pojavljuju u sadržaju. Te riječi daju indikaciju na što se fokusira vaš sadržaj."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Sljedeće riječi i kombinacije riječi najviše se pojavljuju u sadržaju. Te riječi daju indikaciju na što se fokusira vaš sadržaj. Ako se riječi jako razlikuju od teme sadržaja, trebali bi prepraviti sadržaj."],"Prominent words":["Značajne riječ"],"The site's tagline":[" Slogan web-stranice"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Nedavno smo poboljšali funkcionalnost postavki Izgleda pretrage. Nažalost, otkrili smo da u nekim krajnjim slučajevima, spremanje postavki za određene arhive vrsti objava mogu poći krivo."],"Not all required fields are given. Missing field %1$s":["Sva obavezna polja nisu dana. Nedostaje polje %1$s"],"Optimize your site for Google News.":["Optimizirajte svoju stanicu za Google novosti."],"Optimize your shop's SEO and sell more products!":["Optimizirajte SEO svoje trgovine i prodajte više proizvoda."],"Be found in Google Video search and enhance your video sharing on social media.":["Postanite vidljivi na Google Video tražilici i povećajte broj dijeljenja vašeg videa na društvenim mrežama."],"Be found in Google Maps and local results.":["Budite pronađeni na na Google kartama i lokalnim rezultatima."],"Learn practical SEO skills to rank higher in Google.":["Naučite praktične SEO vještine kako bi se bolje rangirali na Google-u."],"Don’t waste time figuring out the best settings yourself.":["Nemojte trošiti vrijeme pokušavajući prokljuviti najbolje postavke sami."],"Get quick wins to make your site rank higher in search engines.":["Napravite kvalitetne poteze kako bi se web-stranica rangirala više na tražilicama."],"Add synonyms":["Dodajte sinonime"],"Would you like to add keyphrase synonyms?":["Želite li dodati sinonime ključne riječi?"],"Would you like to add more than one keyphrase?":["Želite li dodati više od jedne ključne riječi?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Možete urediti SEO meta podatke za ovu prilagođenu objavu na %1$sStranici trgovine%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Niste postavili Stranicu trgovine u WooCommerce postavkama. To trebate prvo napraviti."],"Current year":["Trenutna godina"],"Page":["Stranica"],"Breadcrumb settings for %s archive":["Postavke kružnih mrvica za %s arhivu"],"Something went wrong. Please reload the page.":["Nešto je pošlo po krivu. Ponovno učitajte stranicu."],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Izmijenite meta opis tako da ga uredite upravo ovdje"],"description (custom taxonomy)":["opis (prilagođena taksonomija)"],"(custom taxonomy)":["(prilagođena taksonomija)"],"(custom field)":["(dodatno polje)"],"Term404":["Term404"],"Caption":["Tekst opisa"],"Pagenumber":["Broj stranice"],"Pagetotal":["Pagetotal"],"Page number":["Boj stranice"],"User description":["Opis korisnika"],"ID":["ID"],"Modified":["Modificirano"],"Post type (plural)":["Vrsta objave (množina)"],"Post type (singular)":["Vrsta objave (jednina)"],"Separator":["Separator"],"Search phrase":["Fraza pretrage"],"Term title":["Naslov pojma"],"Term description":["Opis pojma"],"Tag description":["Opis oznake"],"Category description":["Opis kategorije"],"Primary category":["Osnovna kategorija"],"Category":["Kategorija"],"Tag":["Oznaka"],"Excerpt only":["Samo sažetak"],"Excerpt":["Sažetak"],"Site title":["Naslov stranice"],"Archive title":["Naslov arhive"],"Parent title":["Naslov matičnog"],"Date":["Datum"],"Label":["Natpis"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Trebali bi kreirati preusmjeravanje kako bi posjetitelji ne bi dobili 404 grešku kada kliknu na URL koji više ne radi."],"Search engines and other websites can still send traffic to your deleted post.":["Tražilice i druge web-stranice još uvijek mogu slati promet na obrisanu objavu."],"Make sure you don't miss out on traffic!":["Pobrinite se da ne izgubite promet!"],"You just deleted a %1$s.":["Upravo ste obrisali %1$s."],"You just trashed a %1$s.":["Poslali ste u smeće %1$s."],"Settings for %s archive":["Postavke za %s arhivu."],"Settings for single %s URLs":["Postavke za pojedinačne %s URL-e"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Postavke na ovo stranici omogućuju vam da odredite kakav bi izvorni izgled pretrage trebao biti za bilo koju vrstu sadržaja. Možete odabrati koje će se vrste sadržaja pojaviti u rezultatima pretrage i koji je njihov izvorni opis."],"Url preview":["Url pretpregled"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Unesite meta opis tako da uredite isječak ispod. Ako ne unesete isječak, Google će pokušati pronaći relevantni dio vaše objave koji će prikazati u rezultatima pretrage."],"Insert snippet variable":["Unesi varijablu isječka"],"Dismiss this notice":["Odbaci ovu obavijest"],"No results":["Nema rezultata"],"%d result found, use up and down arrow keys to navigate":["%d rezultat pronađen, upotrijebite tipke sa strelicama za gore i dolje za navigaciju.","%d rezultata pronađena, upotrijebite tipke sa strelicama za gore i dolje za navigaciju.","%d rezultata pronađeno, upotrijebite tipke sa strelicama za gore i dolje za navigaciju."],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Jezik vaše web-stranice je postavljen na %s. Ako je to nije točno, kontaktirajte administratora web-stranice."],"Number of results found: %d":["Broj pronađenih rezultata: %d"],"Note that not all variables can be used in every field.":["Imajte na umu da se sve varijable mogu koristiti u svim poljima."],"Snippet variables":["Varijable isječka"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s poštuje vašu privatnost. Pročitajte naša %2$spravila privatnosti%3$s kako bi saznali kako upravljamo vašim osobnim informacijama."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Ako znate što ovo znači i ne želite više vidjeti ovu poruku, možete %1$szanemariti ovu poruku%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Postavke vaše web-stranice trenutno dopuštaju postojanje URL-e privitaka. Pročitajte %1$sovu objavu o potencijalnim problemima%2$s s URL-ovima privitaka i provjerite da li imate ispravne postavke na web-stranici."],"Unknown type %1$s":["Nepozanta vrsta %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Sadrži besplatni MyYoast račun koji vam daje pristup našem besplatnom tečaju SEO for Beginners"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Pretplatite se na naš newsletter ako želite ostati u toku s %1$s, drugim super %2$s dodacima, i zanimljivim vijestima i savjetima iz SEO svijeta."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Nabavite Baidu verifkacijski kod u %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verifkacijski kod"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Funkcionalnost uvoznika %s koristi privremene tablice baze podataka. Izgleda da vaša WordPress instalacija nema mogućnost za to, stoga kontaktiraje svoj hosting."],"Cleanup of %s data failed.":["Čišćenje %s podatka nije uspjelo."],"Content Type":["Vrsta sadržaja"],"Filter by content type":["Filter po vrsti sadržaja"],"Show All Content Types":["Prikaži sve vrste sadržaja"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Kako bi ovo popravili odznačite ispred \"Razbij komentare na stranice...\" na %1$szaslonu Postavke komentara%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Zamijenite s normalnim naslovom za arhivu koju će generirati WordPress."],"Clean":["Očisti"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Kada ste sigurni da je vaša web-stranica OK, možete očistiti. Ovo će ukloniti sve originalne podatke."],"Step 5: Clean up":["5. korak: Čišćenje"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Trebali bi pokrenuti konfiguracijski čarobnjak, s zaslona SEO → Općenito → Nadzorna ploča, kako bi se pobrinuli da su sve postavke ispravne za web-stranicu."],"Step 4: Run the configuration wizard":["4. korak: Pokrenite konfiguracijski čarobnjak"],"Please check your posts and pages and see if the metadata was successfully imported.":["Provjerite objave i stranice i pregledajte da li su meta podaci uspješno uvezeni."],"Step 3: Check your data":["3. korak: Provjerite svoje podatke"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Ovo će uvesti meta podatke objava kao što su SEO naslovi i opisi u vaše %1$s meta podatke. To će napraviti samo kada nema postojeći %1$s meta podataka. Originalni podaci ostati će gdje jesu."],"Step 2: Import":["2. korak: Uvoz"],"Please make a backup of your database before starting this process.":["Napravite sigurnosnu kopiju vaše baze podataka prije nego započete ovaj proces."],"Step 1: Create a backup":["1. korak: Kreirajte sigurnosnu kopiju"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Detektirali smo podatke iz jednog ili više SEo dodataka na vašoj web-stranici. Pratite sljedeće korake kako bi uvezli podatke:"],"Plugin: ":["Dodatak:"],"%s did not detect any plugin data from plugins it can import from.":["%s nije detektirao podatke iz dodataka iz kojih ih može uvesti."],"Posts that should not show up in search results":["Objave koje se ne bi trebale pojaviti u rezultatima pretrage"],"%s data found.":["Pronađeni podaci od %s."],"%s data successfully removed.":["Podaci od %s uspješno uklonjeni."],"%s data successfully imported.":["Podaci od %s uspješno uvezeni."],"%s data not found.":["Podaci od %s nisu pronađeni."],"Improve your SEO skills":["Unaprijedite svoje SEO vještine"],"24/7 email support":["Email podrška 24 sata, 7 dana u tjednu"],"No more dead links a.k.a. 404 pages":[""],"Get real-time suggestions for internal links":[""],"Preview your page in Facebook and Twitter":[""],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":[""],"Remove the categories prefix":[""],"Help on the category prefix setting":[""],"Learn more about the available variables":[""],"Learn more about the RSS feed setting":[""],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":[""],"Learn more about the title separator setting":[""],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":[""],"Learn more about the special pages setting":[""],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":["Yandex potvrdni kod"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":["Google potvrdni kod"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":["Bing potvrdni kod"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":[""],"On":[""],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":[""],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":[""],"this author's archives":["arhive autora"],"Do not allow search engines to show %s in search results.":["Zabrani tražilicama da prikažu %s u rezultatima pretrage."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL-i kategorija u WordPressu sadrže prefiks, obično %s, ova značajka uklanja taj prefiks, ali samo za kategorije."],"Category URLs":["URL-i kategorija"],"the archive for %s":["arhiva za %s"],"Redirect attachment URLs to the attachment itself?":["Preusmjeri URL-e privitka izravno na sam privitak? "],"We recommend you set this to Yes.":["Preporučamo da ovo postavite na Da."],"Media & attachment URLs":["URL-i medija i privitaka"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Ovo se prikazuje u rezultatima pretrage kada posjetiocu pronađu vašu web-stranicu. To znači da je ovo najvjerojatnije ono što vide kada traže vaše brand ime."],"date archives":["arhiva datuma"],"archives for authors without posts":["arhive za autore bez objava"],"Read why XML Sitemaps are important for your site.":["Pročitajte zašto su XML Sitemaps važne za vašu web-stranicu."],"Enable the XML sitemaps that %s generates.":["Uključi XML sitemaps koje %s generira."],"See the XML sitemap.":["Pogledaj XML sitemap."],"%2$s (current default for %1$s)":["%2$s (trenutna izvorna vrijednost za %1$s)"],"Media":["Media"],"Content Types":["Vrste sadržaja"],"Should search engines follow links on this %1$s?":["Trebaju li tražilice pratiti poveznice u %1$s?"],"Allow search engines to show this %s in search results?":["Dopustiti tražilicama da prikažu %s u rezultatima pretrage?"],"Search Appearance":["Izgled pretrage"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Navedite koje vrste sadržaja želite da se prikazuju u tražilicama. Ako ne znate razliku između njih, najbolje je izabrati izvorne postavke."],"Search engines should show \"%1$s\" in search results:":["Tražilice bi trebale prikazati \"%1$s\" u rezultatima pretrage:"],"Search engine visibility":["Vidljivost u tražilicama"],"Toggle %1$s's XML Sitemap":["Uključi/isključi %1$s's XML Sitemap"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Zahtjevi za podrškom koje ovdje napravite direktno se šalju u naš sistem za podršku, koji je osiguran s 256 bit SSL, tako da je komunikacija 100% sigurna."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Značajka temeljnog sadržaja omogućava vam označavanje i filtriranje temeljnog sadržaja na web-stranici."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Ako imate problem koji ne možete riješiti s našim video uputama ili bazom znanja, možete poslati poruku našem timu za podršku. Možete ih kontaktirati 24/7."],"Search result":["Rezultati pretrage"],"Good results":["Dobri rezultati"],"Get better search results in local search":["Postignite bolje rezultate pretrage u lokalnoj pretrazi"],"Allow customers to pick up their %s order locally":["Dopustite kupcu da pokupi %s narudžbu lokalno"],"SEO analysis":["SEO analiza"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO analiza nudi prijedloge za poboljšanje SEO vašeg teksta."],"Learn how the SEO analysis can help you rank.":["Saznajte kako SEO analiza može pomoći pri rangiranju."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Analiza čitljivosti nudi prijedloge za poboljšanje strukture i stila vašeg teksta."],"Discover why readability is important for SEO.":["Otkrijte zašto je čitljivost važna za SEO."],"Find out how cornerstone content can help you improve your site structure.":["Saznajte kako temeljni sadržaj može pomoći pri poboljšanju strukture web-stranice."],"The text link counter helps you improve your site structure.":["Brojač tekstualnih poveznica pomaže vam poboljšati strukturu web-stranice."],"Find out how the text link counter can enhance your SEO.":["Saznajte kako brojač tekstualnih poveznica može poboljšati vaš SEO."],"%s integration":["%s integracija"],"Read more about how %s works.":["Pročitajte kako %s funkcionira."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Uključite ovu značajku ako želite da Facebook i druge društvene mreže prikažu pretpregled sa slikama i sažetkom tekst kada netko podijeli poveznicu na vašu web-stranicu."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Uključite ovu značajku ako želite da Twitter prikaže pretpregled sa slikama i sažetkom tekst kada netko podijeli poveznicu na vašu web-stranicu."],"Find out why you should upgrade to %s":["Saznajte zašto trebate nadograditi na %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Najnovije blog objave na %1$s"],"Need help?":["Trebate pomoć?"],"Type here to search...":["Za pretragu pišite ovdje..."],"Search the Yoast Knowledge Base for answers to your questions:":["Pretražite Yoast Knowledge Base za odgovore na vaša pitanja:"],"Remove highlight from the text":["Ukloniti istaknuto iz teksta"],"Your site language is set to %s. ":["Jezik web-stranice je postavljen na %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Brzo započnite s %1$s %2$skonfiguracijskim čarobnjakom%3$s!"],"First-time SEO configuration":["Prva SEO konfiguracija"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Jezik web-stranice je postavljen na {language}. Ako ovo nije točnom kontaktirajte administratora web-stranice."],"Your site language is set to {language}.":["Jezik web-stranice je postavljen na {language}."],"Highlight this result in the text":["Označi ovaj rezultat u tekstu"],"Considerations":["Sagledavanja"],"Errors":["Greške"],"Change language":["Promijeni jezik"],"You cannot create a %s file.":["Ne možete kreirati %s datoteku."],"You cannot edit the %s file.":["Ne možete uređivati %s datoteku."],"Updated %s":["Ažuriran %s."],"Create %s file":["Kreiran %s."],"Edit the content of your %s:":["Uredite sadržaj datoteke %s:"],"Save changes to %s":["Spremite promijene u %s"],"%s file":["%s datoteka"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s i %2$s mogu zajedno funkcionirati puno bolje sa pomoćnim dodatkom. Instalirajte %3$s kako bi si olakšali život. %4$s."],"More information":["Više informacija"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s i %2$s mogu zajedno funkcionirati puno bolje sa pomoćnim dodatkom. Aktivirajte %3$s kako bi si olakšali život."],"More information about %1$s":["Više informacija o %1$s"],"Configuration Wizard":["Konfiguracijski čarobnjak"],"You've done it!":["Dovršili ste!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Neprimjetno integrirajte %2$s s %1$s za analizu sadržaja!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s i %2$s mogu zajedno funkcionirati puno bolje sa pomoćnim dodatkom. Instalirajte %3$s kako bi si olakšali život."],"Manage your %s subscription on MyYoast":["Upravljanje %s pretplatama na My Yoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Postavke izgleda pretrage za %1$s čine varijable koje su zamijenjene specifičnim vrijednostima sa stranice kada je ona prikazana. Tablica ispod sadrži listu dostupnih varijabli."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Označite najvažnije %1$s kao 'temeljni sadržaj' kako bi poboljšali strukturu vaše web-stranice. %2$sSaznajte više o temeljnom sadržaju%3$s."],"Loading help center.":["Učitavanje centra pomoći"],"Get support":["Zatraži podršku"],"View in KB":["Pogledajte u bazi znanja"],"Go back":["Povratak"],"Go back to the search results":["Povratak na rezultate pretrage"],"(Opens in a new browser tab)":["(Otvara se u novoj kartice preglednika)"],"Posts %1$swithout%2$s a focus keyphrase":["Objave %1$sbez%2$s fokusne ključne riječi"],"Hey, your SEO is doing pretty well! Check out the stats:":["Vaša SEO je vrlo dobra! Pogledajte statistiku:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Nemate objavljenih objava, vaš SEO rezultat prikazati će se ovdje nakon što objavite prvu objavu!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Na ovoj stranici možete promijeniti ime vaše web-stranice i odabrati koji razdjelnik želite koristiti. Razdjelnik će se prikazati npr. između imena vaše objave i imena web-stranice. Simboli su prikazani u veličini kako će se prikazati u rezultatima pretrage. Odaberite onaj koji odgovara vašem brendu ili uzima najmanje mjesta u isječcima."],"Something else":["Nešto drugo"],"A portfolio":["Portfolio"],"A corporation":["Poduzeće"],"A small offline business":["Mali offline biznis"],"A news channel":["Kanal vijesti"],"An online shop":["Online trgovina"],"A blog":["Blog"],"What does the site %1$s represent?":["Što znači %1$s web-stranice?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Ako odaberete NE, arhive vaših autora biti će deaktivirane kako bi se spriječili problemi s duplim sadržajem."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Napomena: ne spremamo vaše podatke ni na koji način i nemamo puni pristup vašem računu. Vaša privatnost je sigurna s nama."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s se integrira s Google Search Console, obavezan alat za vlasnike web-stranica. Pruža vam informacije o zdravlju web-stranice. Još nemate Google račun, ili je vaša web-stranice još nije aktivna? Saznajte %2$skako povezati Google Search Console s vašom web-stranicom.%3$s."],"Option B: My site is under construction and should not be indexed":["Opcija B: Moja web-stranica još nije dovršena i ne bi trebala biti indeksirana"],"Option A: My site is live and ready to be indexed":["Opcija a: Moja web-stranica je dovršena i treba biti indeksirana"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Odaberite nedovršeno ako želite da stranica ne bude indeksirana od strane tražilica. Ne zaboravite aktivirati kad budete spremni objaviti vašu web-stranicu."],"Please specify if your site is under construction or already active.":["Navedite je li vaša web-stranica nedovršena ili već aktivna."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Ova informacija biti će korištena u Google Knowledge Graph Card, velikom bloku informacija koje vidite na desnoj strani rezultata pretrage."],"Read more like this on our SEO blog":["Pročitajte više na našem SEO blogu"],"Readability: %s":["Čitljivost: %s"],"Not activated":["Nije aktivirano"],"Activated":["Aktivirano"],"%1$s recommendations for you":["%1$s preporuke za vas"],"All Readability Scores":["Svi rezultati čitljivosti"],"Filter by Readability Score":["Filtriranje po rezultatima čitljivosti"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Ne dobivate ažuriranja ili podršku! Popravite ovaj problem tako što ćete dodati ovu web-stranicu i uključiti %1$s za nju u %2$s."],"Request method %1$s is not valid.":["Zatražena metoda %1$s nije ispravna."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Želite li pretpregledati kako će izgledati ako ljudi podijele ovu objavu na %1$s? To možete s %2$s."],"Good job! All the links in your texts have been counted.":["Dobar posao! Sve poveznice u vašim tekstovima su prebrojane."],"Calculation completed.":["Računanje je dovršeno."],"Calculation in progress...":["Prebrojavanje je u tijeku…"],"Stop counting":["Zaustavi prebrojavanje"],"Counting links in your texts":["Prebrojavanje poveznica u tekstovima"],"Text %1$s of %2$s processed.":["Obrađuje se %1$s od %2$s tekstova"],"All your texts are already counted, there is no need to count them again.":["Svi tekstovi su prebrojani, nema potrebe za ponovnim računanjem."],"Count links in your texts":["Prebroji poveznice u tekstovima"],"Text link counter":["Brojanje poveznica u tekstovima"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Broj unutarnjih poveznica koje vode do ove objave. U kartici Pomoć pogledajte tekst \"Yoast Columns\" za više informacija."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Broj unutarnjih poveznica u ovoj objavi. U kartici Pomoć pogledajte tekst \"Yoast Columns\" za više informacija."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s dodaje par stupaca ovoj stranici. Napisan je članak o %2$stome kako upotrijebiti SEO rezultate i rezultate čitljivosti%3$s. Stupci poveznica prikazuju broj članaka na ovoj web-stranici koji imaju poveznice %5$sprema%6$s ovom članku i broj URL-a povezanih %5$siz%6$s ovog članka. Saznajte više o %4$skako upotrijebiti ove mogućnosti za poboljšanje unutarnjih poveznica%3$s, što višestruko poboljšava SEO."],"%s Columns":["%s stupci"],"Readability score":["Rezultat čitljivosti"],"Other benefits of %s for you:":["Drugi beneficije %s za vas:"],"Scroll to see the preview content.":["Pomaknite kako bi pretpregledali sadržaj."],"Cornerstone content":["Temeljni sadržaj"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s pobrinuti će se za svu potrebnu tehničku optimizaciju vaše web-stranice. Kako bi zbilja poboljšali preformanse web-stranice u rezultatima pretraga tražilica, važno je započeti kreirati sadržaj koji se dobro rangira za ključne riječi koje su vam važne. Pogledajte ovaj video u kojem objašnjavamo kako upotrijebiti %1$s metokvir kada uređujete objave i stranice."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Ako želite preteći konkurenciju u određenom gradu ili regiji, provjerite %1$s dodatak! Moći ćete jednostavno ubaciti Google karte, radno vrijeme, kontakt informacije i lokacije. Osim toga %1$s vam pomaže poboljšati upotrebljivost kontakt stranice."],"Attract more customers near you":["Privucite više kupaca iz svoje okolice"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Želite li znati sve o %1$s dodatku? Želite li naučiti o naprednim postavkama? Želite li izvući najviše iz %1$s dodatka? Provjerite naš trening za %1$s dodatak, i počnite preticati konkurenciju!"],"Get the most out of %1$s with the %2$s":["Dobijte najviše od %1$s s %2$s"],"Upgrade to Premium":["Nadogradnja na Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Želite preteći konkurenciju? %1$s dajem vam odlične dodatne mogućnosti koje će vam pomoći postaviti SEO strategiju kako profesionalac. Upotrijebite više ključnih riječi, upravitelja preusmjeravanjima i alat za interne poveznice. %1$s također će vam omogućiti pristup premium korisničkoj podršci."],"Outrank the competition with %s":["Pretecite konkurenciju s %s"],"You might like":["Možda vam se sviđa"],"Newsletter":["E-novosti"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Detektirali smo da niste završili s konfiguracijskim čarobnjakom, stoga vam preporučamo da %2$spokrenete konfiguracijski čarobnjak kako bi konfigurirali %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Konfiguracijski čarobnjak pomaže vam jednostavno konfigurirati web-stranicu za optimalne SEO postavke."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Nabavite Premium i naši stručnjaci će biti tu da vam odgovore na bilo koja pitanja koj možda imate o postavljanje i upotrebi dodatka."],"Superfast internal linking suggestions":["Super brzo predlaganje unutarnjih poveznica"],"Great news: you can, with %1$s!":["Odlične vijesti: možete s %1$s!"],"Save changes":["Spremi promjene"],"1 year free support and updates included!":["Uključena 1 godina besplatnih ažuriranja i nadogradnji!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Dodatak %2$s mijenja izlazne informacije vaše web-stranice i to čini razliku za tražilice i normalne korisnike, proces koji se naziva cloaking. Preporučamo da ga isključite."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPretpregled društvenih mreža%2$s: Facebook i Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNema više mrtvih poveznica%2$s: jednostavni upravitelj preusmjeravanjima"],"No ads!":["Bez oglasa!"],"Facebook & Twitter":["Facebook i Twitter"],"Social media preview":["Pretpregled društvenih medija"],"Easy redirect manager":["Jednostavni upravitelj preusmjeravanja"],"No more dead links":["Nema više mrtvih poveznica"],"Increase your SEO reach":["Povećajte svoj SEO domet"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Ako želite više pomoći pri kreiranju odličnog sadržaja, provjerite naš %2$sSEO copywriting course%3$s. Želite li znati sve o opcijama dodatka, razmislite o našem %1$s!"],"Variable":["Varijabla"],"Available variables":["Dostupne varijable"],"Scroll to see the table content.":["Pomaknite stranicu kako bi vidjeli sadržaj tablice."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Pročitajte %1$snaš članak o povezivanju vaše web-stranice s Google Search Console%2$s ako trebate pomoć."],"An error occurred in the '%1$s' assessment":["Pojavila se greška u '%1$s' procjeni"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s riječi sadrži %2$sviše od %3$s slogova%4$s, što je više od preporučenog maksimuma %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s riječi sadrži %2$sviše od %3$s slogova%4$s, što je manje od, ili jednako preporučenom maksimumu %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Ovo je neznatno ispod preporučenog minimuma od %5$d riječi. %3$sDodajte još malo teksta%4$s.","Ovo je neznatno ispod preporučenog minimuma od %5$d riječi. %3$sDodajte još malo teksta%4$s.","Ovo je neznatno ispod preporučenog minimuma od %5$d riječi. %3$sDodajte još malo teksta%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Meta opis sadrži %1$d rečenicu %2$ss više od %3$s riječi%4$s. Pokušajte skratiti rečenicu.","Meta opis sadrži %1$d rečenice %2$ss više od %3$s riječi%4$s. Pokušajte skratiti rečenice.","Meta opis sadrži %1$d rečenice %2$ss više od %3$s riječi%4$s. Pokušajte skratiti rečenice."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Meta opis ne sadrži rečenice %1$ss više od %2$s riječi%3$s."],"Step %1$d: %2$s":["Korak %1$d: %2$s"],"No new notifications.":["Nema novih obavijesti."],"Save all":["Spremi sve"],"Save":["Spremi"],"%1$s, Author at %2$s":["%1$s, Autor na %2$s"],"Mobile preview":["Mobilni pretpregled"],"Desktop preview":["Desktop pretpregled"],"Select redirect":["Odaberi preusmjeravanje"],"Please provide an SEO title by editing the snippet below.":["Molimo, navedite SEO naslov uređujući isječak u nastavku."],"Meta description preview:":["Pretpregled meta opisa:"],"Slug preview:":["Pretpregled sluga:"],"SEO title preview:":["Pretpregled SEO naslova:"],"Close snippet editor":["Zatvori uređivač isječaka"],"Slug":["Slug"],"Remove marks in the text":["Ukloni oznake (marks) u tekstu"],"Mark this result in the text":["Označi ovaj rezultat u tekstu"],"Marks are disabled in current view":["Oznake (Marks) su onesposobljene u trenutnom pregledu"],"Good SEO score":["Dobar SEO rezultat"],"OK SEO score":["Ok SEO rezultat"],"Feedback":["Povratne informacije"],"ok":["U redu"],"Choose an image":["Odaberite jednu sliku"],"Remove the image":["Uklonite sliku"],"MailChimp signup failed:":["Prijava na MailChimp nije uspjela:"],"Sign Up!":["Prijavite se!"],"Name":["Ime"],"There is an error with the request.":["Došlo je do pogreške u vašem zahtjevu."],"Select profile":["Izaberite profil"],"Choose a profile":["Izaberite profil"],"Authorization code":["Autorizacijski kod"],"Reauthenticate with Google":["Ponovna provjera s Googleom"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Da bi ste omogućili %s da dohvati vaše podatke sa Googleove konzole za pretraživanje molimo vas da unesete vaš Googleov autorizacijski kod. Klikom na gumb ispod otvoriti će se novi prozor."],"Please provide a meta description by editing the snippet below.":["Molimo, navedite meta opis uređujući isječak u nastavku."],"Edit snippet":["Uredi isječak"],"You can click on each element in the preview to jump to the Snippet Editor.":["U pretpregledu možete kliknuti na svaki element i skočiti u Uređivač isječaka."],"SEO title preview":["Predpregled SEO naslova"],"Meta description preview":["Pretpregled meta opisa"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Dogodio se problem prilikom spremanja ovog koraka, {{link}} molim vas da prijavite grešku {{/link}} te opišete u kojem koraku se nalazite te koje promjene želite napraviti."],"Close the Wizard":["Zatvorite Čarobnjaka"],"Export settings":["Izvezi postavke"],"%1$s video tutorial":["%1$s video vodič"],"%s › Configuration Wizard":["%s › Čarobnjak za konfiguraciju"],"Please don't show me this notification anymore":["Molim više ne prikazuj ovu poruku"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Ako se susrećete s poteškoćama, %1$spopunite izvješće o grešci%2$s a mi ćemo se potruditi riješiti problem."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Obavješteni smo da koristite %1$s već neko vrijeme; nadamo se da vam se sviđa! Bili bi smo oduševljeni ako bi ste mogli %2$sdati ocjenu od 5 zvjezdica na WordPress.org%3$s!"],"Date archives settings":["Postavke arhiva datuma"],"Author archives settings":["Postavke Author arhive"],"%1$s by %2$s":["%1$s od %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Upozorenje: varijabla %s ne može se koristiti u ovom predlošku. Za više informacija poslužite se s centrom pomoći"],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Usput, jeste li znali da imamo %1$sPremium dodatak%2$s? Nudi vam napredne mogućnosti, poput upravljanje preusmjeravanjima i podršku za više ključnih riječi. Također dolazi s 24/7 osobnom podrškom."],"(no title)":["(bez naslova)"],"%s installation wizard":["%s čarobnjak za instaliranje"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["%1$s administratorska traka izbornika sadrži korisne veze na alate naših partnera za analizu stranica i čini vam lakšim pogled na nove obavijesti."],"Admin bar menu":["Administratorska traka izbornika"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s provjerava na dnevnoj bazi da li je vaša web-stranica još uvijek vidljiva tražilicama za indeksiranje i %2$s vas obavještava u slučaju kada to nije tako."],"Features":["Značajke"],"SEO title":["SEO naslov"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Iako nastojimo učiniti postavljanje %1$s-a što jednostavnijim, razumijemo i da vam to može biti zastrašujuće. Ako bi ste radije nama prepustili postavljanje %1$s-a (i dobili kopiju %2$s unutar tog procesa) naručite naš %3$s%1$s uslugu konfiguracije%4$s ovdje!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Dobrodošli u %1$s konfiguracijski Čarobnjak. U nekoliko jednostavnih koraka pomoći ćemo vam konfigurirati SEO postavke koje će ispuniti potrebe vaše web-stranice!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google prikazuje naziv Vaše web-stranice u rezultatima pretraživanja, a ako to želite promijeniti, možete to učiniti ovdje."],"Greater than sign":["Znak više od"],"Less than sign":["Znak manje od"],"Right angle quotation mark":["Znak navodnika udesno"],"Left angle quotation mark":["Znak navodnika ulijevo"],"Small tilde":["Mala tilda"],"Vertical bar":["Ispravna crta"],"Low asterisk":["Zvjezdica nisko"],"Asterisk":["Zvjezdica"],"Bullet":["Veća točka"],"Middle dot":["Srednja točka"],"Em dash":["Em crtica"],"En dash":["En crtica"],"Dash":["Crtica"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Odaberite simbol koji ćete koristiti kao razdjelnik naslov. On će stajati, na primjer, između naslova objave i naziva stranice. Simboli su prikazani u veličini u kojoj će se pojaviti u rezultatima pretraživanja."],"The name of the person":["Ime osobe"],"No":["Ne"],"Yes":["Da"],"Does, or will, your site have multiple authors?":["Ima li, ili hoće li vaša stranica imati više autora?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatski stvara URL za svaku medijsku stavku u knjižnici. Uključivanjem ovoga Googleu će biti omogućeno indeksiranje stvorenih URL-ova."],"Success!":["Uspjeh!"],"Title settings":["Postavke naslova"],"Google Search Console":["Konzola Google pretraživanja"],"Multiple authors":["Više autora"],"Site type":["Vrsta stranice"],"Environment":["Okruženje"],"Yoast option %1$s not found.":["Yoast opcija %1$s nije pronađena."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Lista objava"],"Posts list navigation":["Navigacija liste objava"],"Filter posts list":["Filtriraj listu objava"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Imajte na umu da poveznice do arhiva možda još uvijek kreira vaša tema, i trebate ih ukloniti manualno."],"%1$s to optimize your site even further":["%1$s za daljnju optimizaciju vaše web-stranice"],"%1$s extensions":["%1$s extenzije"],"Comes with our 30-day no questions asked money back guarantee":["Dolazi s našom garancijom za povrat novca bez pitanja od 30 dana"],"More information %1$sabout %3$s%2$s":["Više informacija %1$so %3$s%2$s"],"Installed":["Instalirano"],"gain access to our 24/7 support team.":["Osigurajte pristup našem timu za podršku 24/7."],"Premium support":["Premium podrška"],"check what your Facebook or Twitter post will look like.":["Provjerite kako će izgledati vaše Facebook ili Twitter objave."],"Social previews":["Društveni pretpregledi"],"create and manage redirects from within your WordPress install.":["kreirajte i upravljajte preusmjeravanjima iz svoje WordPress instalacije."],"Redirect manager":["Upravitelj preusmjeravanjem"],"%1$s, take your optimization to the next level!":["%1$s, podignite optimizaciju na veći nivo!"],"A seamless integration between %1$s and %2$s":["Neprimjetna integracija između %1$s i %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Upotrijebite %1$s breadcrumbove umjesto %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Lako ugradite Google Maps, lokaciju trgovine, radno vrijeme i još puno toga"],"Creates XML News Sitemaps":["Kreira XML News mapu stranica"],"Immediately pings Google on the publication of a new post":["Odmah pinga Google o novoj objavi."],"Optimize your site for Google News":["Optimizirajte svoju web-stranicu za Google News"],"Make videos responsive through enabling fitvids.js":["Učinite video prilagodljivim uključivanjem fitvids.js"],"Enhance the experience of sharing posts with videos":["Poboljšajte iskustvo dijeljenja objava s videima"],"Show your videos in Google Videos":["Prikažite svoj video u Google Videos"],"Crawl issues list":["Lista Crawl problema"],"Crawl issues list navigation":["Navigacija liste Crawl problema"],"Edit “%s”":["Uredi “%s”"],"Premium":["Premium"],"Google Trends":["Google Trendovi"],"Notifications":["Obavijesti"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Uklanja karticu ključne riječi iz meta okvira i isključuje sve povezane prijedloge za ključnu riječ."],"Disable SEO analysis":["Isključi SEO analizu"],"Twitter settings":["Twitter postavke"],"Pinterest settings":["Pinterest postavke"],"Facebook settings":["Facebook postavke"],"Title separator symbol":["Simbol Razdjelnika naslova"],"RSS feed settings":["Postavke RSS kanala"],"Breadcrumbs settings":["Breadcrumbs postavke"],"Make primary":["Učini primarnim"],"Enter your Google Authorization Code and press the Authenticate button.":["Unesite svoj Google Authorization Code i kliknite gumb Autentifikacija."],"Knowledge base article":["Članak baze znanja"],"Open the knowledge base article in a new window or read it in the iframe below":["Otvori u novom prozoru članak baze znanja ili ga pročitajte ispod u iframeu"],"Search results":["Rezultati pretrage"],"%s notification":["%s obavijest","%s obavijesti","%s obavijesti"],"Disable readability analysis":["Isključi analizu čitljivosti"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Uklanja sekciju analize čitljivosti iz meta okvira i isključuje sve povezane prijedloge za čitljivost."],"Readability analysis":["Analiza čitljivosti"],"Needs improvement":["Treba doraditi"],"Readability":["Čitljivost"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Pokušavate učitati datoteke koje nisu smanjene (non-minified). Navedene datoteke su dostupne samo u našem razvojnom paketu. Posjetite %1$s kako bi vidjeli sve izvorne datoteke."],"Improvements":["Poboljšanja"],"Dismiss this item.":["Zanemari ovu stavku."],"Good job! We could detect no serious SEO problems.":["Odličan posao! Nismo detektirali nikakve ozbiljne SEO probleme."],"We have detected the following issues that affect the SEO of your site.":["Detektirali smo sljedeće probleme koji utječu na SEO vaše web stranice."],"Problems":["Problemi"],"Analysis":["Analiza"],"Not available":["Nije dostupno"],"Filter by SEO Score":["Filtriranje po SEO rezultatu"],"Meta description not set.":["Meta opis nije postavljen."],"Video tutorial":["Video upute"],"Email support is a %s feature":["Podrška e-poštom je %s značajka."],"Knowledge base":["Baza znanja"],"Open":["Otvori"],"Loading...":["Učitavanje..."],"Something went wrong. Please try again later.":["Nešto je pošlo krivo. Pokušajte ponovno kasnije."],"No results found.":["Nema rezultata pretrage."],"Dashboard":["Nadzorna ploča"],"You can fix this on the %1$sPermalink settings page%2$s.":["Ovo možete popraviti na zaslonu %1$sPostavki stalnih veza%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Omogućena je podjela komentara na stranice, ovo nije potrebno u 999 od 1000 slučajeva, preporučamo da onemogućite ovo."],"Replaced with the primary category of the post/page":["Zamijeni s primarnom kategorijom objave/stranice"],"Pinterest confirmation":["Pinterest potvrda"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Ako ste već potvrdili svoju web stranicu s Pinterestom, možete preskočiti korak naveden ispod."],"Format-based archives":["Arhive temeljene na formatu"],"Webmaster Tools verification":["Verifikacija Webmaster Toolsa"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Pratite naše %1$s for WordPress training i postanite certificirani %1$s stručnjak!"],"Want to be a %s Expert?":["Želite biti %s stručnjak?"],"Buy %s":["Kupi %s"],"Show information about errors in category %s":["Prikaži informacije o greškama u kategoriji %s"],"New %1$s Title":["Novi %1$s Naslov"],"Existing %1$s Title":["Postoji %1$s Naslov"],"Expected an integer as input.":["Očekivani unos je cijeli broj."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Pri pokušaju kreiranja ključ predmemorije mape stranice (cache key), ali kombinacija postfixa i prefixa ne ostavlja dovoljno mjesta za ovo. Vjerojatno tražite stranicu koja je izvan očekivanoga raspona."],"Remove":["Obriši"],"Keep":["Zadrži"],"Bold the last page":["Podebljaj zadnju stranicu"],"Regular":["Normalno"],"Bold":["Podebljano"],"Show Blog page":["Pokaži Blog stranicu"],"Primary %s":["Primarna %s"],"Primary":["Primarna"],"Make %1$s primary %2$s":["Postavi %1$s kao primarnu %2$s"],"Term is set to noindex.":["Uvjet je postavljen na noindex."],"Author archives":["Arhive autora"],"Show":["Prikaži"],"Enabled":["Omogući"],"Disabled":["Onemogući"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s još nije dohvatio status indeksiranja web stranice s %2$s"],"The separator defined in your theme's %s tag.":["Razdjelnik je definiran u Vašoj temi %s oznakom."],"No index":["No index"],"Analyze entire site":["Analiziraj cijelu web stranicu"],"Fetch the current status":["Dohvati trenutni status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s još nije uspio dohvatio status indeksiranja web stranice%3$s s %4$s"],"Your homepage can be indexed by search engines.":["Vaša početna stranica ne može biti indeksirana od strane tražilica."],"Indexability check by %1$s":["Provjera mogućnosti indeksiranja s %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Ako želite upotrijebiti sliku za dijeljenje na %1$s, možete prenijeti / odabrati sliku ili ovdje dodati URL slike."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Ako ne želite koristiti meta opise za dijeljenje na %1$sm već želite koristiti drugi opis, napišite ga ovdje."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Ukoliko želite koristiti drugačiji naslov za dijeljenje na %1$s od naslova objave, unesite ga ovdje."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sVašu početnu stranicu tražilice ne mogu indeksirati%2$s. To je jako loše za SEO i to treba popraviti."],"Once Weekly":["Jednom tjedno"],"SEO score":["SEO rezultat"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Preračunavam SEO ocjene za sve dijelove sadržaja s ključnom riječi."],"%1$s of %2$s done.":["%1$s od %2$s gotovo."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Ažurirali smo naš algoritam za SEO rezultat. %1$sPonovno izračunavanje SEO rezultata%2$s za sve objave i stranice."],"Team Yoast":["Tim Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Prvo pravo sve-u-jednom SEO rješenje za WordPress, uključujući on-page analizu sadržaja, XML mapom weba i mnogo toga drugog."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivacija nije uspjela:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Izgleda da je nedostupna filter ekstenzija. Kontaktirajte hosting da vam to omoguće."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Instalacija %1$s dodatka nije kompletna. Proučite %2$sinstalacijske upute%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Nadogradnja Standard PHP Library (SPL) nije dostupna. Zamolite vašeg web poslužitelja da vam je uključi."],"SEO Settings":["SEO postavke"],"Mobile-Friendly Test":["Test mobilne kompatibilnosti"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS validator"],"HTML Validator":["HTML validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Provjeri zaglavlja"],"Check Google Cache":["Provjeri Google Cache"],"Analyze this page":["Analiziraj ovu stranicu"],"Keyword Research":["Istraživanje ključnih riječi"],"%s does not seem to be a valid url. Please correct.":["Čini se da %s nije validan url. Molimo izmijenite."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s izgleda nije ispravan %2$s verifikacijski niz (string). Ispravite ovo."],"%s Archive":["%s Arhiva"],"You searched for %s":["Tražili ste %s"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s nije ispravan Twitter korisnički ID. Ispravite ovo."],"Summary with large image":["Sažetak s velikom slikom"],"Summary":["Sažetak"],"The post %1$s appeared first on %2$s.":["Objava %1$s pojavila se prvi puta na %2$s."],"No numeric value was received.":["Nije primljena nikakva numerička vrijednost."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Ovo treba biti postojeći blog. Blog %s ne postoji ili je označen kao obrisan."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Postavka zadanog bloga treba biti numerički blog ID bloga kojeg želite koristiti kao zadanog."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s nije valjani izbor za odabir tko ima pristup %2$s postavkama. Vrijednost je vraćena na izvornu."],"Please select a valid post type for taxonomy \"%s\"":["Izaberite ispravan tip objave za taksonomiju \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Molimo odaberite ispravnu taksonomiju za tip objave \"%s\""],"You searched for":["Tražili ste"],"Home":["Početna stranica"],"Archives for":["Arhiva za"],"Error 404: Page not found":["Greška 404: Stranica nije pronađena"],"Good":["Dobro"],"Replaced with a custom taxonomies description":["Zamijenjeno s vlastitim opisom taksonomije"],"Replaced with a posts custom taxonomies, comma separated.":["Zamijenjeno s prilagođenim taksonomijama objava, odvojeno zarezom."],"Replaced with a posts custom field value":["Zamijenjeno s sadržajem iz dodatnih polja objava"],"Replaced with the slug which caused the 404":["Zamijenjeno s slugom koji je uzrokovao 404"],"Replaced with the posts focus keyphrase":["Zamijenjeno s fokusiranom ključnom riječi objave"],"Attachment caption":["Naslov privitka"],"Replaced with the current page number":["Zamijenjeno s trenutnim brojem stranice"],"Replaced with the current page total":["Zamijenjeno s sumom trenutne stranice"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Zamijenjeno s trenutnim brojem stranice zajedno s kontekstom (npr. stranica 2 od 4)"],"Replaced with the post/page author's 'Biographical Info'":["Zamijenjeno s autorovom 'Biografskim informacijama' objave/stranice"],"Replaced with the post/page author's 'nicename'":["Zamijenjeno s 'nicename' imenom autora objave/stranice"],"Replaced with the post/page ID":["Zamijenjeno s ID-em objave/stranice"],"Replaced with the post/page modified time":["Zamijenjeno s promijenjenim vremenom objave/stranice"],"Replaced with the content type plural label":["Zamijenjeno s etiketom množine tipa objave"],"Replaced with the content type single label":["Zamijenjeno s etiketom jednine tipa objave"],"Replaced with the current search phrase":["Zamijenjeno s trenutnom frazom pretrage"],"Replaced with the term name":["Zamijenjeno s nazivom pojma"],"Replaced with the term description":["Zamijenjeno s opisom pojma"],"Replaced with the tag description":["Zamijenjeno s opisom oznake"],"Replaced with the category description":["Zamijenjeno s opisom kategorije"],"Replaced with the post categories (comma separated)":["Zamijenjeno s kategorijom objave (odvojeno zarezom)"],"Replaced with the current tag/tags":["Zamijenjeno s trenutnom oznakom/oznakama"],"Replaced with the post/page excerpt (without auto-generation)":["Zamijenjeno s izvatkom (bez automatski generiranog) objave/stranice"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Zamijenjeno s izvatkom (ili automatski generiranim ako ne postoji) objave/stranice"],"The site's name":["Naziv weba"],"Replaced with the title of the parent page of the current page":["Zamijenjeno s naslovom matične stranice trenutne stranice"],"Replaced with the title of the post/page":["Zamijenjeno s naslovom objave/stranice"],"Replaced with the date of the post/page":["Zamijenjeno s datumom objave/stranice"],"Page %1$d of %2$d":["Stranica %1$d od %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Ne možete nadvladati WPSEO standardnu zamjensku varijablu registrirajući varijablu s istim imenom. Upotrijebite filter \"wpseo_replacements\" za postavljanje zamjenske vrijednosti."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Zamjenska varijabla s istim imenom je već registrirana. Potrudite se da ime vaše varijable bude jedinstveno."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Zamjensku varijablu ne možete započeti s \"%%cf_\" ili \"%%ct_\" zato jer su rezervirane za WPSEO standardnu varijablu varijabli (standard variable variables) za dodatna polja i prilagođene taksonomije. Potrudite se da ime vaše varijable bude jedinstveno."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Zamjenska varijabla može sadržavati samo alfanumeričke znakove, donju crticu ili crticu. Probajte promijeniti varijablu."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Napomena samo za administratore: ova stranica ne pokazuje meta opis zato jer ga nema, ili ga napišite posebno za ovu stranicu ili idite u izbornik [%1$s - %2$s], i postavite predložak."],"Page not found":["Stranica nije pronađena"],"%s Archives":["Arhiva %s"],"Search for \"%s\"":["Traži \"%s\""],"Meta description to use for Author page":["Meta opis za korištenje na stranicama autora"],"Title to use for Author page":["Naslov koji se koristi na stranici autora"],"%1$s settings":["%1$s postavke"],"Export your %1$s settings":["Izvezi svoje %1$s postavke"],"Import settings":["Uvoz postavki"],"Import from other SEO plugins":["Uvezi iz ostalih SEO dodataka ( plugin )"],"Import":["Uvoz"],"If you had a %s file and it was editable, you could edit it from here.":["Da imate %s datoteku i da je možete mijenjati, mogli biste to uraditi ovdje."],"If your %s were writable, you could edit it from here.":["Da se u datoteku %s može pisati, mogli biste je izmijeniti ovdje."],"You don't have a %s file, create one here:":["Nemate %s datoteku, kreirajte ju ovdje:"],"A link to your site, with your site's name and description as anchor text.":["Poveznica do vašeg weba, s nazivom i opisom weba kao tekstom sidra."],"A link to your site, with your site's name as anchor text.":["Poveznica na vašu web stranicu, s nazivom web stranice kao sidrenim tekstom."],"A link to the post, with the title as anchor text.":["Poveznica do objave, s naslovom kao sidrom poveznice."],"A link to the archive for the post author, with the authors name as anchor text.":["Poveznica na arhivu autora objava, s autorovim imenom kao sidrenim tekstom."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Sljedeće varijable možete upotrijebiti unutar sadržaja, biti će zamijenjene s vrijednostima navedenim zdesna."],"Content to put after each post in the feed":["Sadržaj koji će se pojaviti nakon svake objave u kanalu (feed)"],"Content to put before each post in the feed":["Sadržaj koji će se nalaziti ispred svake objave u feedu"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Ova mogućnost se koristi za automatsko dodavanje sadržaja u RSS, točnije, namjena joj je dodavanje poveznica prema vašem blogu i objavama kako bi scraperi automatski dodali ove poveznice, pomažući tražilicama da identificiraju vas kao originalni izvor sadržaja."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Korištenje ove značajke breadcrumbova je objašnjeno u %1$sčlanku o implementaciji breadcrumbova u našoj bazi znanja%2$s."],"How to insert breadcrumbs in your theme":["Kako ubaciti breadcrumbove u vašu temu"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Prikaz arhive tipa objave u breadcrumbovima za taksonomije"],"Taxonomy to show in breadcrumbs for content types":["Prikaz taksonomije u breadcrumbovima za tipove objava"],"Breadcrumb for 404 Page":["Breadcrumb za 404 stranicu"],"Prefix for Search Page breadcrumbs":["Prefiks za breadcrumb Stranice pretrage"],"Prefix for Archive breadcrumbs":["Prefiks za breadcrumb Arhive"],"Prefix for the breadcrumb path":["Prefiks za breadcrumb putanju"],"Anchor text for the Homepage":["Tekst sidra za Početnu stranicu"],"Separator between breadcrumbs":["Razdjelnik između breadcrumbova"],"Enable Breadcrumbs":["Omogući breadcrumbove"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Ispod su SEO rezultati vaših objavljene objava. Sada je pravo vrijeme da počnete poboljšavati neke od svojih objava! "],"Credits":["Zasluge"],"« Back to Tools page":["« Natrag na stranicu s alatima"],"%1$s comes with some very powerful built-in tools:":["%1$s dolazi s nekim vrlo moćnim ugrađenim alatima:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Ovaj alat dopušta vam brzo mijenjanje datoteka važnih za vaš SEO, kao što su robots.txt, ako je imate, ili vaša .htaccess datoteka."],"File editor":["Uređivač datoteka"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Uvezite postavke iz drugih SEO dodataka i izvezite svoje postavke za ponovno korištenje na (još jednom) blogu."],"Import and Export":["Uvoz i izvoz"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Ovaj alat dopušta vam da brzo izmijenite naslove i opise u svojim objavama i na stranicama, bez da morate otvarati i uređivati svaku stranicu."],"Bulk editor":["Skupni uređivač"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Za %1$sverificiranje stranice kod Pinterest%2$s, dodajte meta oznaku ovdje:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest koristi Open Graph meta oznake kao i Facebook. Zato budite sigurni da vam je označen Open Graph na Facebook tab-u ukoliko želite optimizirati stranicu za Pinterest."],"The default card type to use":["Zadani tip kartice za korištenje"],"Add Twitter card meta data":["Dodaj Twitter card meta podatke"],"This image is used if the post/page being shared does not contain any images.":["Slika se koristi ako objava/stranica koja se dijeli ne sadrži nikakve slike."],"Default settings":["Zadane postavke"],"Copy home meta description":["Prekopiraj meta opis početne stranice"],"Description":["Opis"],"Image URL":["URL slike"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Ovo su naslov, opis i slika koji se koriste u Open Graph meta oznakama na početnoj stranici vaše web stranice."],"Frontpage settings":["Postavke početne stranice"],"Add Open Graph meta data":["Dodaj Open Graph meta podatke"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter korisničko ime"],"Facebook Page URL":["URL Facebook stranice"],"Accounts":["Računi"],"Restore site to defaults":["Vrati web na zadane postavke"],"Site ID":["ID weba"],"Using this form you can reset a site to the default SEO settings.":["Koristeći ovu formu možete resetirati web na zadane SEO postavke."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Postavke koje se tiču privatno osjetljivih informacija (FB admini i slično), postavke teme (ispis naslova) i neke druge specifične postavke neće biti uveze u nove web-stranice."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Upišite %1$sID web stranice%2$s čije postavke želite da budu zadane postavke za sve web stranice koje se nalaze u vašoj mreži. Ostavite prazno za nikakav odabir (biti će upotrijebljene izvorne postavke dodatka)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Odaberite web stranicu čije postavke želite koristiti kao zadane za sve web stranice koje se nalaze u vašoj mreži. Ako odaberete 'Ništa', biti će upotrijebljene izvorne postavke dodatka."],"New sites in the network inherit their SEO settings from this site":["Novi webovi u mreži nasljeđuju SEO postavke ovog weba"],"Super Admins only":["Samo Super Admini"],"Site Admins (default)":["Administratori weba (zadano)"],"Who should have access to the %1$s settings":["Tko bi trebao imati pristup %1$s postavkama"],"spam":["spam"],"mature":["zreli"],"archived":["arhiviran"],"public":["javni"],"%s restored to default SEO settings.":["%s vraćeni na izvorne SEO postavke."],"Settings Updated.":["Postavke ažurirane."],"404 pages":["Uvoz & izvoz"],"Search pages":["Stranice pretrage"],"These pages will be %s by default, so they will never show up in search results.":["Ove stranice biti će %s po zadanom, tako da se nikad neće pojavljivati u rezultatima pretraga."],"Special Pages":["Posebne stranice"],"Date-based archives could in some cases also be seen as duplicate content.":["U nekim slučajevima, arhiva bazirana na datumima može se također smatrati kao duplicirani sadržaj."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Ako je to slučaj na Vašim stranicama, možete odabrati bilo deaktiviranje (što će rezultirati preusmjeravanjem na početnu stranicu) bilo dodavanje u%s njemu, tako da se ne pojavljuje u rezultatima pretraživanja."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Ako na blogu piše samo jedan autor, onda će arhiva autora biti ista kao i početna/blog stranica. Ovo se zove %1$sproblem dupliciranog sadržaja%2$s."],"Date archives":["Arhiva po datumima"],"author archives":["Arhiva autora"],"Title":["Naslov"],"%1$s Meta Box":["%1$s meta okviri"],"Hide":["Sakrij"],"Date in Snippet Preview":["Datum u pretpregledu isječka"],"Take note:":["Uzmi zabilješku:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Možete odrediti naslov i opis za blog stranicu %1$suređivanjem blog stranice%2$s"],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Možete odrediti naslov i opis za početnu stranicu %1$suređivanjem početne stranice%2$s"],"Homepage & Front page":["Početna & naslovna stranica"],"Title Separator":["Razdjelnik naslova"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s je automatski detektirao jeli treba prisilno promijeniti naslove vaših stranica. Ako mislite da to nije ispravno i znate što radite, postavke možete promijeniti ovdje."],"Force rewrite titles":["Forsiraj prepisivanje naslova"],"Taxonomies":["Taksonomije"],"Homepage":["Početna stranica"],"%1$s Extensions":["%1$s ekstenzije"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Neprimjetno integrirajte WooCommerce s %1$s kako biste dobili dodatne značajke!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Bolje se rangirajte lokalno i na Google Maps, bez puno muke!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Da li se nalazite u Google News? Povećajte broj posjeta s Google News optimizirajući sadržaj!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimizirajte svoje video uradke kako bi bili vidljivi u rezultatima pretraživanja i donijeli vam više klikova!"],"The premium version of %1$s with more features & support.":["Premium inačica %1$s s više mogućnosti i podrškom."],"Person":["Osoba"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Ovi podaci su prikazani kao meta podaci na vašoj web stranici. Namjena im je da se pojave u %1$sGoogle Knowledge Graph%2$s. Možete odabrati između opcija tvrtka/pravna osoba ili fizička osoba:"],"Website name":["Naziv web stranice"],"Webmaster Tools":["Alati za webmastere"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Nemate postname u URL-u svojih objava i stranica, što izričito preporučamo. Razmislite o postavljanju strukture stalnih veza na /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbovi"],"or":["ili"],"Save Profile":["Spremi profil"],"There were no profiles found":["Nema pronađenih profila"],"Profile":["Profil"],"Current profile":["Trenutni profil"],"Authenticate":["Autentifikacija"],"Get Google Authorization Code":["Zatraži Google Authorization Code"],"Reload crawl issues":["Ponovno učitaj probleme s crawlanjem"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Kako bi kreirali preusmjeravanje i ispravili ovaj problem, trebate %1$s. Dodatak možete kupiti, uključujući godinu dana podrške, ažuriranja i nadogradnji na %2$s."],"Creating redirects is a %s feature":["Stvaranje preusmjeravanja je dostupno kao dio %s "],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Greške koje su se dogodile kada je vašu stranicu indeksirao Googlebot za starije mobilne uređaje ( nisu prikazane greške za desktop )"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Greške koje su se dogodile kada je vašu stranicu indeksirao Googlebot - mobile ( nisu prikazane greške za desktop )"],"Errors that occurred when your site was crawled by Googlebot.":["Greške koje su se dogodile kada je vašu stranicu indeksirao Googlebot. "],"Issue categories":["Kategorije problema"],"Incorrect Google Authorization Code.":["Netočni Google Authorization Code."],"The issues have been successfully reloaded!":["Problemi su uspješno ponovno učitani!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s podaci su uklonjeni. Trebate ponoviti autentifikaciju ako želite ponovno primati podatke."],"Crawl errors per page":["Indeksirane greške po stranici"],"Search":["Pretraži"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Uočite greške u Crawlanju: %1$sovdje se spojite s Google Search Console%2$s."],"Create redirect":["Napravi preusmjeravanje"],"Mark as fixed":["Označi kao riješeno"],"Response code":["Kod odgovora"],"First detected":["Prvo prepoznato"],"Last crawled":["Zadnje indeksirano"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s je otkrio da koristite verziju %2$s kola nije kompatibilna %1$s. Molimo ažurirajte %2$s na najnoviju verziju kako bi mogli koristiti ovu značajku."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast dodaci međusobno dijele neke kodove da bi Vaše stranice ubrzali. Zato je potrebno da svi Yoast dodaci budu ažurni. Otkrili smo da to nije tako pa Vas molimo da ažurirate Yoast dodatke koji još nisu ažurni."],"Feature phone":["Osnovni telefon"],"Smartphone":["Pametni telefon"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Odredišni URL ne postoji, ali vaš server ne vraća 404 grešku"],"Soft 404":["Blagi (soft) 404"],"Request timed out or site is blocking Google.":["Zahtjev je istekao ili web stranica blokira Google."],"Server Error":["Server Error"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot može pristupiti vašoj web stranici, ali određeni URL-ovi su blokirani za Googlebot u %1$s datoteci. Ovo blokiranje je možda postavljeno za sve Googlebotove ili samo za Googlebot-mobile."],"Blocked":["Blokirano"],"Google was unable to crawl this URL due to an undetermined issue.":["Google ne može crawlati ovaj URL zbog neutvrđenog problema."],"URL points to a non-existent page.":["URL upućuje na nepostojeću stranicu."],"Not found":["Nije pronađeno"],"Not followed":["Nije praćeno"],"Faulty redirects":["Neispravna preumsjeravanja"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Potrebna je autentifikacija za poslužitelj, u protivnom će Googlebotu blokirati pristup stranici."],"Access denied":["Pristup zabranjen"],"Deactivate %s":["Deaktivirajte %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s dodatak može uzrokovati probleme kada se koristi zajedno s %2$s."],"Upload Image":["Upload slike"],"Remove these ads?":["Makni ove oglase?"],"%s Posts Overview":["%s pregled objava"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Breadcrumbs naslov se koristi u breadcrumbovina gdje se ova taksonomija pojavljuje."],"Breadcrumbs title":["Naslov breadcrumbova"],"The canonical link is shown on the archive page for this term.":["Kanonska poveznica je prikazana na stranici arhive ovog pojma"],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Drugo"],"Archives":["Arhiva"],"Email":["E-pošta"],"Previous":["Prethodno"],"Next":["Sljedeće"],"Close":["Zatvori"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s i %2$s mogu kreirati XML mape stranica. Dvostruke XML mape stranica nisu korisne pretraživačima, mogu čak i usporiti vašu web stranicu."],"Configure %1$s's Open Graph settings":["Konfiguracija %1$s OpenGraph postavki"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["I %1$s i %2$s stvaraju OpenGraph rezultat, što bi moglo izazvati prikazivanje krivih tekstova i slika na Facebooku, Twitteru, LinkedInu i drugim društvenim mrežama, kada se stranice dijele."],"%s Image":["%s Slika"],"%s Description":["%s Opis"],"%s Title":["%s Naslov"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Preporučene dimenzije %1$s slike su %2$s piksela."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Ako želite nadvladati sliku koja se koristi na %s za ovu objavu, prenesite / odaberite sliku ili ovdje dodajte URL slike."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Ako ne želite koristiti meta opis za dijeljenje objave na %s, već želite koristiti drugi opis, upišite ga ovdje."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Ako ne želite koristiti naslov članka kako biste objavili članak na %s, nego ovdje želite drugi naslov, zapišite ga ovdje."],"very difficult":["vrlo teško"],"Try to make shorter sentences, using less difficult words to improve readability":["Pokušajte pisati kraće rečenice, koristeći lakše riječi kako bi popravili čitljivost."],"difficult":["teško"],"Try to make shorter sentences to improve readability":["Pokušajte skratiti rečenice kako biste poboljšali čitljivost."],"fairly difficult":["prilično teško"],"OK":["u redu"],"fairly easy":["prilično jednostavno"],"easy":["jednostavno"],"very easy":["vrlo jednostavno"],"Meta Desc.":["Meta opis"],"All SEO Scores":["Svi SEO rezultati"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO problem: Istaknuta slika treba biti najmanje 200x200 piksela velika da bi bila prihvatljiva za Facebook i druge stranice društvenih mreža."],"(no parent)":["(nema roditelja)"],"Post is set to noindex.":["Objava je postavljena na noindex."],"The URL that this page should redirect to.":["URL na koji bi ova stranica se trebala preusmjeriti."],"301 Redirect":["301 preusmjeravanje"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Propisani URL na koji ova stranica treba usmjeravati. Ostavite prazan kao zadan za stalnu vezu. %1$sPodržava međudomenske propisane%2$s."],"Canonical URL":["Kanonični URL"],"Title to use for this page in breadcrumb paths":["Naslov koji će se koristiti za ovu stranicu u breadcrumb putanji"],"Breadcrumbs Title":["Breadcrumbs Naslov"],"No Snippet":["Nema isječka"],"No Archive":["Nema arhive"],"No Image Index":["Bez indeksa slika"],"None":["Nijedno"],"Site-wide default: %s":["Zadano za cijelu web stranicu: %s"],"Advanced meta robots settings for this page.":["Napredne meta robot postavke ove stranice."],"Meta robots advanced":["Napredni meta roboti"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Upozorenje: iako se postavke meta robota mogu podesiti ovdje, cijeli web je podešen da se ne indeksira (noindex) u glavnim postavkama privatnosti stoga ove postavke neće imati učinka."],"Meta description":["Meta opis"],"SEO Title":["SEO naslov"],"Focus keyword":["Fokusirana ključna riječ"],"Snippet preview":["Pretpregled isječka"],"Settings successfully imported.":["Postavke uspješno uvezene."],"Settings could not be imported:":["Postavke nisu uvezene:"],"Breadcrumb for 404 pages:":["Breadcrumb za 404 stranice:"],"Prefix for search result pages:":["Prefiks za stranicu s rezultatima pretrage:"],"Prefix for archive pages:":["Prefiks za stranice arhive:"],"Prefix for breadcrumbs:":["Prefiks za breadcrumbove:"],"Anchor text for the homepage:":["Sidrišni tekst za početnu/naslovnu stranicu:"],"Breadcrumbs separator:":["Breadcrumb razdjelnik:"],"%s Breadcrumbs":["%s Breadcrumbovi"],"Use Image":["Koristi sliku"],"Action":["Akcija"],"Page URL/Slug":["Slug/URL stranice"],"Publication date":["Datum objavljivanja"],"Post Status":["Status objave"],"WP Page Title":["WP naslov stranice"],"View":["Pregled"],"View “%s”":["Pregled “%s”"],"Preview":["Predpregled"],"Preview “%s”":["Predpregled “%s”"],"Edit":["Izmijeni"],"Filter":["Filtar"],"New Yoast Meta Description":["Novi Yoast meta opis"],"Existing Yoast Meta Description":["Postojeći Yoast Meta opis"],"Facebook profile URL":["URL Facebook profila"],"Twitter username (without @)":["Korisničko ime na Twitteru (bez @)"],"FAQ":["Česta pitanja"],"Premium Support":["Plaćena podrška"],"Settings":["Postavke"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Trebate %1$sotvoriti zaslon Postavki čitanja%2$s i odznačiti okvir za Vidljivost tražilicama."],"Huge SEO Issue: You're blocking access to robots.":["Veliki SEO problem: blokirali ste pristup robotima tj. tražilicama."],"Posts":["Objave"],"Edit Files":["Izmijeni datoteke"],"Advanced Variables":["Napredne varijable"],"Basic Variables":["Osnovne varijable"],"General":["Općenito"],"Extensions":["Nadogradnje"],"Search Console":["Search Console"],"Tools":["Alati"],"Advanced":["Napredno"],"XML sitemaps":["XML mape stranica"],"Social":["Društvene mreže"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s je otkrio da koristite verziju %2$s od %3$s, molimo ažurirajte na najnoviju verziju kako bi spriječili probleme nekompatibilnosti."],"Just another WordPress site":["Samo još jedna WordPress web-stranica"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Još uvijek imate izvorni WordPress slogan, čak je i nikakav slogan bolji. %1$sOvo možete ispraviti u prilagodniku%2$s."],"You have used HTML in your value which is not allowed.":["Koristili ste HTML u svojoj vrijednosti što nije dopušteno."],"You can't edit %s that aren't yours.":["Ne možete ažurirati %s koji nisu vaši."],"You can't edit %s.":["Ne možete ažurirati %s."],"Post has an invalid Content Type: %s.":["Objava ima ne važeći tip objave: %s."],"Post doesn't exist.":["Objava ne postoji."],"course\u0004Free:":["Besplatno:"],"posts\u0004Trash (%s)":["Smeće (%s)","Smeća (%s)","Smeća (%s)"],"posts\u0004All (%s)":["Sva (%s)","Sve (%s)","Svih (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/hu_HU.json b/Resources/Private/Languages/hu_HU.json index 4280889..9f89c91 100644 --- a/Resources/Private/Languages/hu_HU.json +++ b/Resources/Private/Languages/hu_HU.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"hu"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":["Megvásárolhatod a bővítményt, mely tartalmazza a %1$s egy éves támogatását és frissítéseket."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["A szöveg link számláló belelátást ad hogy lássuk mennyi link található a szövegben és mennyi link referencia található a szövegben. Ez nagyon fontos mikor a weblapok %1$sbelső link kapcsolatait próbáljuk hatásosabbá tenni%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Hogy ez a lehetőség működjön %1$s legalább PHP verzió kell %2$s. Önnek PHP verzió %3$s ezen a weblapján."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Kérjük körültekintően vegye figyelembe a következményeket és %1$solvassa el ezt a bejegyzést%2$s ha több információt akar arról, hogy milyen hatása lesz ha médiát mutatunk a keresési találatokban."],"Keyphrase":["Kulcskifejezés"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Hogy ez a lehetőség működjon, %1$s kell egy új táblázatot hozzon létre az adatbázisában. Mi nem tudtunk új táblázatot létrehozni automatikusan."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ha bekapcsolja ezt az opciót, a csatolmányok URLja látható lesz mindkettőnek, a látogatónak és Googlenak is. Ha értéket akar adni weblapjának, tartalmazzanak hasznos információt, vagy negativan befolyásolhatja a weblapja elhelyezését a keresőkben."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["A %3$sSzöveg link számláló%4$s lehetőség (először bemutatva %1$s %2$s) jelenleg kikapcsolva."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Kérjük olvassa és a következő %1$studásbázis cikket%2$s hogy kell megoldani ezt a problémát."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Ahhoz hogy az összes link számlálva legyen, analizálnunk kell az összes szöveget."],"All you have to do is press the following button and we'll go through all your texts for you.":["Csak annyit kell csinálnia hogy kattintson a gombra és mi le ellenőrízzük az összes szöveget."],"Count links":["Számolja a linkeket"],"Free":["Ingyenes"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["%s. oldal"],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Egyszerűen kapcsolja a \"be\" állásra és tudni fogja használni az újrakalibrált jellemzést. Ugyanakkor, hozzáadjuk önt a célzott email listánkhoz. Csak olyan emailt fogunk küldeni ami kapcsolódik ehhez az újrakalibráláshoz."],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Újrakalibráltuk az %1$selemzéseinket%2$s. Az új elemzővel még közelebb kerülünk ahhoz, ahogyan Google látja az oldalad. %3$sSzuper lenne%4$s, ha %3$stesztelnéd nekünk az új funkciót%4$s!"],"Get an even better analysis":["Kapjunk egy még jobb elemzést"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":["Növeld a megosztást a Facebookon és a Pinteresten"],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":["Nem találhatók beállítások."],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":["Idexelhető meta törölve."],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["FIGYELMEZTETÉS:"],"Learn about why permalinks are important for SEO.":["Tudj meg többet arról, hogy miért fontosak a permalinkek a SEO-hoz."],"Google Ads":["Google Hirdetések"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":[""],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":["Szinonimák & kapcsolódó kulcskifejezések"],"Add related keyphrase":["Kapcsolódó kulcskifejezések hozzáadása"],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sBelinkelt kulcskifejezés%3$s: Azokkal szavakkal linkel át egy másik oldalra, amelyekkel ezt az oldalt szeretné jó helyen tartani a keresési eredmények sorrendjében. %2$sNe tegye%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","Ez túlságosan az ajánlott minimális%5$d szó alatt van. %3$sAdjon hozzá több tartalmat%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","Ez az ajánlott minimális%5$d szó alatt van. %3$sAdjon hozzá több tartalmat%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sText length%4$s: The text contains %1$d word.","%2$sSzöveg hossza%4$s: A szöveg %1$d szót tartalmaz."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sSzöveg hossza%3$s: A szöveg %1$d szót tartalmaz. Szép munka!","%2$sSzöveg hossza%3$s: A szöveg %1$d szót tartalmaz. Szép munka!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO cím hossza%3$s: %2$sKérjük készítsen egy SEO címet%3$s hosszan."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO cím hossza%3$s: A SEO cím hosszabb a látható tartománynál. %2$sPróbáljon rövidebben fogalmazni%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO cím hossza%2$s: Szép munka!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO cím hossza%3$s: A SEO cím túl rövid. %2$sHasználja ki a helyet: adjon hozzá kulcskifejezés-változatokat, vagy írjon egy lenyűgöző cselekvésre felhívó mondatot%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sKimenő linkek%2$s: Ezen az oldalon mind nofollow, mind normál kimenő linkek vannak. Szép munka!"],"%1$sOutbound links%2$s: Good job!":["%1$sKimenő linkek%2$s: Szép munka!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sKimenő linkek%3$s: Ezen az oldalon csak nofollow kimenő linkek vannak. %2$sAdjon hozzá néhány normál linket%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sKimenő linkek%3$s: Ezen az oldalon nincs megjenítve kimenő link. %2$sAdjon hozzá néhányat%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta leírás hossza%2$s: Nagyon jó!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta leírás hossza%3$s: A meta leírás hossza %4$d karakter felett. Hogy a teljes leírás látható legyen, %2$scsökkentenie kell a hosszát%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta leírás hossza%3$s: A meta leírás hossza túl rövid (kevesebb, mint %4$d karakter). %5$d karakter lehetséges. %2$sHasználja ki a helyet%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta leírás hossza%3$s: Nincs meta leírás készítve, így a kereső motorok az oldal egy kivonatát fogják megjeleníteni. %2$sBiztosan így akarja%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKulcskifejezés a metaleírásban%2$s: A metaleírás elkészült, de nem tartalmazza a kulcskifejezést. %3$sJavítsa%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKulcskifejezés a metaleírásban%2$s: A metaleírás %3$s alkalommal tartalmazza a kulcskifejezést, amely több mint a maximálisan ajánlott 2 előfordulás. %4$sCsökkentse%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKulcskifejezés a metaleírásban%2$s: A kulcskifejezés vagy szinonimája megjelenik a metaleírásban. Remek!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":["Kulcskifejezés-sűrűség ellenőrzése"],"Disable":["Kikapcsolás"],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Kulcskifejezés:"],"Remove keyphrase":["Kulcskifejezés eltávolítása"],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":["Fő kulcskifejezés nincs beállítva."],"Multiple keyphrases":["Több kulcskifejezés"],"Colon":["Kettőspont"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["Van egy új értesítés.","Új értesítések vannak."],"Learn more about the readability analysis":[""],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":["%s, %s és %s"],"%s and %s":["%s és %s"],"%d minute":["%d perc","%d perc"],"%d hour":["%d óra","%d óra"],"%d day":["%d nap","%d nap"],"Enter a step title":["Adjuk meg a lépés nevét"],"Optional. This can give you better control over the styling of the steps.":["Eredeti. Ez jobb ellenőrzési lehetőséget biztosít a lépések stilizálásához."],"CSS class(es) to apply to the steps":["Alkalmazandó CSS osztály(ok) a lépésekhez"],"minutes":["perc"],"hours":["óra"],"days":["nap"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":["Másolási hiba"],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":["Szükséges idő:"],"Move question down":["Kérdés lejjebb hozása"],"Move question up":["Kérdés feljebb hozása"],"Insert question":["Kérdés beszúrása"],"Delete question":["Kérdés törlése"],"Enter the answer to the question":["Írjuk be a kérdésre a választ!"],"Enter a question":["Írj be egy kérdést"],"Add question":["Kérdés hozzáadása"],"Frequently Asked Questions":["Gyakran Ismétlődő Kérdések"],"Great news: you can, with %s!":[""],"Select the primary %s":["Válaszd ki az elsődleges %s"],"Check links to this URL":["Linkek ellenőrzése ehhez az URL-hez"],"Keyword research training":["Kulcsszókutatási képzés"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Több kulcskifejezést próbál hozzáadni? Alább tudja hozzáadni őket elkülönítve."],"Mark as cornerstone content":[""],"Move step down":["Egy szinttel lejjebb mozgat"],"Move step up":[""],"Insert step":["Lépés beszúrása"],"Delete step":["Lépés törlése"],"Add image":["Kép hozzáadása"],"Enter a step description":["Adj meg egy lépés leírást"],"Enter a description":["Adj hozzá megjegyzést"],"Unordered list":["Rendezetlen lista"],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":["Lépés hozzáadása"],"Delete total time":["Összes idő törlése"],"Add total time":["Összes idő hozzáadása"],"How to":["Hogyan"],"How-to":["Hogyan"],"Snippet Preview":[""],"Analysis results":["Elemzés eredmények"],"Enter a focus keyphrase to calculate the SEO score":["A SEO-pontok kiszámításához Írjon be egy fő kulcskifejezést"],"Learn more about Cornerstone Content.":[""],"Cornerstone content should be the most important and extensive articles on your site.":[""],"Restore Site":["Oldal helyreállítása"],"Network Settings":["Hálózati beállítások"],"You are not allowed to perform this action.":["Nincs engedélye a művelethez."],"Error: %s":["Hiba: %s"],"Success: %s":["Siker: %s"],"Site with ID %d not found.":["A(z) %d azonosítójú oldal nem található"],"No site has been selected to restore.":["Nincs kiválasztva oldal a helyreállításhoz"],"You are not allowed to modify unregistered network settings.":[""],"deleted":["törölve"],"Would you like to add another keyphrase?":["Szeretne még egy kulcskifejezést hozzáadni?"],"image preview":["kép előnézete"],"Copied!":["Másolva!"],"Not supported!":["Nem támogatott!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Olvasd el {{a}}írásunkat az oldal struktúrákról{{/a}}, hogy megtudhasd miképp segít a belső linkelés növelni a SEO értéked."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":["Mérlegelje ezen cikkek linkelését:"],"Copy link":["Hivatkozás másolása"],"Copy link to suggested article: %s":[""],"The site's tagline":["Honlap jelmondata"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Nem régiben fejlesztettük a Keresési Megjelenés beállítások funkcióit. Sajnos azonban, felfedeztük, hogy néhány sarkalatos esetben a beállítások mentése, egyes archív bejegyzés típusoknál nem jól működik."],"Not all required fields are given. Missing field %1$s":["Nincs minden mező kitöltve.Hiányzó mezők: %1$s"],"Optimize your site for Google News.":["Optimlizáld weboldalad a Google Hírek számára"],"Optimize your shop's SEO and sell more products!":["Optimlizáld üzleted SEO beállításait és adj el több terméket!"],"Be found in Google Video search and enhance your video sharing on social media.":["Legyen megtalálható a Google Videók keresőben és bővítse ki videó megosztásait a közösségi médiában"],"Be found in Google Maps and local results.":["Legyen megtalálható a Google Térképen és a helyi találatokban"],"Learn practical SEO skills to rank higher in Google.":["Tanuljon praktikus SEO fogásokat, hogy jobb helyezést érhessen el a Google találatok közt!"],"Don’t waste time figuring out the best settings yourself.":["Ne vesztegesd az időd azzal, hogy kitalálod a számodra legmegfelelőbb beállításokat!"],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":["+ Szinonímák hozzáadása"],"Would you like to add keyphrase synonyms?":["Szeretne a kulcskifejezéshez szinonimákat megadni?"],"Would you like to add more than one keyphrase?":["Szeretne több kulcskifejezést megadni?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Még nincs Shop oldal megadva a WooCommerce beállításokban. Kérlek első lépésként tedd ezt!"],"Current year":["Jelenlegi év"],"Page":["Oldal"],"Breadcrumb settings for %s archive":["Kenyérmorzsa (breadcrumb) beállítás a(z) %s archívhoz"],"Tagline":["Jelmondat"],"Modify your meta description by editing it right here":["Itt szerkesztve módosíthatod a meta leírásod"],"description (custom taxonomy)":["leírás (egyéni taxonómia)"],"(custom taxonomy)":["egyedi osztályozás"],"(custom field)":["(egyedi mező)"],"Term404":["404-es kifejezés"],"Caption":["címke"],"Pagenumber":["Oldalszám"],"Pagetotal":["Oldalak összesen"],"Page number":["Oldalszám"],"User description":["Felhasználói leírás"],"ID":["ID"],"Modified":["Módosítva"],"Post type (plural)":["Bejegyzés típus (többesszám)"],"Post type (singular)":["Bejegyzés típus (egyes szám)"],"Separator":["Elválasztó"],"Search phrase":["Kereső kifejezés"],"Term title":["Kifejezés címe"],"Term description":["Kifejezés leírása"],"Tag description":["Címke leírása"],"Category description":["Ketegória leírás"],"Primary category":["Elsődleges kategória"],"Category":["Kategória"],"Tag":["Címke"],"Excerpt only":["Csak kivonat"],"Excerpt":["Kivonat"],"Site title":["Oldal cím"],"Archive title":["Archív cím"],"Parent title":["Szülő cím"],"Date":["Dátum"],"Label":["Címke"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Átirányítás készítése lenne szükséges, hogy a látogatok ne kapjanak 404-es hibát, amikor egy már nem létező URL-re kattintanak."],"Search engines and other websites can still send traffic to your deleted post.":["A kereső motrork ls egyéb weboldalak továbbra is forgalmat küldenek a törölt bejegyzésedre"],"Make sure you don't miss out on traffic!":["Bizonyosodj meg róla, hogy nem veszíted el a forgalmat!"],"You just deleted a %1$s.":["Töröltél egy %1$s."],"You just trashed a %1$s.":["Lomtárba helyeztél egy %1$s."],"Settings for %s archive":["%s archívok beállításai"],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Ezen az oldalon megadhatod a keresőben alapértelmezetten való megjelenést bármely tartalom típushoz, amellyel rendelkezel. Kiválaszthatod melyik tartalom típusok jelenjenek meg a keresési találatok közt és mi legyen az alapértelmezett \nleírásuk?"],"Note that not all variables can be used in every field.":[""],"Snippet variables":["Részlet változók"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s tiszteli adataid védelmét. Olvasd el %2$sadatvédelmi tájékoztatónk%3$s arról, hogy miként kezeljük személyes adataid."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Ha tudod, hogy ez mit jelent és nem szeretnéd látni többet ezt az üzenetet, %1$side kattintva bezárhatod%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["A webhely beállításai jelenleg lehetővé teszik a webhelyen található mellékletek URL-címének létezését. Kérjük, olvassa el %1$sezt a bejegyzést%2$s a potenciális problémáról a csatolt URL-ekkel, és ellenőrizze, hogy helyes-e a webhelye beállításai."],"Unknown type %1$s":["Ismeretlen formátum %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Tartalmaz egy ingyenes MyYoast-fiókot, amely hozzáférést biztosít az ingyenes SEO kezdőknek tanfolyamhoz!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Iratkozz fel hírlevelünkre, ha szeretnél naprakész információkat kapni az %1$s-ról, a többi %2$s bővítményről, valamint a SEO világából származó érdekes hírekről és tippekről."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Szerezd meg a Baidu igazoló kulcsot a %1$s Baidu Webmester Eszközöknél %2$s."],"Baidu verification code":["Baidu igazoló kulcs"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":["A %s adat eltávolítása sikertelen."],"Content Type":["Tartalom típus"],"Filter by content type":["Tartalom típus szerinti szűrés"],"Show All Content Types":["Összes tartalom típus mutatása"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":[""],"Clean":["Törlés"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Ha biztos vagy benne, hogy a webhely rendben akkor indíthatod a tisztítást. Ez eltávolítja az összes eredeti adatot."],"Step 5: Clean up":["5. lépés: Adatok takarítása"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":["4. lépés: Futtasd a konfigurációs varázslót"],"Please check your posts and pages and see if the metadata was successfully imported.":["Kérlek ellenőrizd a bejegyzéseket és az oldalakat, hogy a metaadatok sikeresen lettek-e importálva."],"Step 3: Check your data":["3. lépés: Ellenőrizd az adataid"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["2. lépés: Importáld"],"Please make a backup of your database before starting this process.":["Kérlek, készíts egy biztonsági mentést az adatbázisodról, mielőtt elkezded a folyamatot."],"Step 1: Create a backup":["1. lépés: Csinálj egy biztonsági mentést"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Úgy tűnik, egy vagy több SEO bővítményből származó adat van a weboldaladon. Kérlek kövesd az alábbi lépéseket az adatok importálásához:"],"Plugin: ":["Bővítmény: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Bejegyzések, amelyeknek nem kellene megjelennie a keresési találatok között"],"%s data found.":["%s adat található."],"%s data successfully removed.":["%s adatok sikeresen eltávolítva."],"%s data successfully imported.":["%s adat sikeresen importálva."],"%s data not found.":["%s adat nem található."],"Improve your SEO skills":["Fejleszd a SEO készségeid"],"24/7 email support":["24/7 email támogatás"],"No more dead links a.k.a. 404 pages":["Nincs többé 404-es hibakód"],"Get real-time suggestions for internal links":["Szerezz valós idejű javaslatok a belső linkekhez"],"Preview your page in Facebook and Twitter":["Nézd meg az oldalad előnézetét Facebookon és Twitteren"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Kattints a „%3$s” gombra a %1$sSearch Appearance Homepage%2$s beállításban már beállított metaleírás használatához."],"Help on copying the home meta description":["Segítség a kezdőoldal metaleírásának másolásához"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Annak érdekében, hogy a keresőmotorok tudják, mely céges profilok lettek társítva ehhez a webhelyhez, add meg a webhelyed céges profiljának adatait."],"Learn more about your social profiles settings":["Tudj meg többet a közösségi profilod beállításairól"],"Remove the categories prefix":["Kategória előtag eltávolítása"],"Help on the category prefix setting":["Segítség a kategória előtag beállításhoz"],"Learn more about the available variables":["Tudj meg többet a rendelkezésre álló változókról"],"Learn more about the RSS feed setting":["Tudj meg többet az RSS hírfolyam beállításairól"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Média feltöltésekor (például kép vagy videó) a WordPress nem csak elmenti média fájlokat, hanem csatolmány URL-t készít. Ezek a csatolmány oldalak aránylag üresek: tartalmazzák a média elemet és talán a média címét, amennyiben megadtad. Éppen ezért, ha sosem használod ezt csatolmány URL-t, jobb letiltani őket és és átirányítani magára a média elemre. "],"Learn more about the Media and attachment URLs setting":["Tudj meg többet a Média és csatlmányok URL-jeinek beállításairól"],"Learn more about the title separator setting":["Tudj meg többet a cím-elválasztó beállításairól"],"Learn more about the knowledge graph setting":["Tudjunk meg többet a knowledge graph beállításáról"],"Learn more about the homepage setting":["Tudj meg többet a főoldal beállításairól"],"Learn more about the special pages setting":["Tudj meg többet a különleges oldalak beállításairól"],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":["Yandex ellenőrző kód"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":["Google ellenőrző kód"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":["Bing ellenőrző kód"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["Tudj meg többet a Webmaster Tools ellenőrzésről"],"On":["Be"],"Help on: %s":["Segítség a következőről: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":["Ki"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":["Nézze meg, ki járult hozzá a %1$s-hoz."],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":[""],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":[""],"Default for %2$s, currently: %1$s":["Alapértelmezés az alábbihoz: %2$s, jelenleg: %1$s"],"Show %s in search results?":["Látszódjon a(z) %s a keresési találatokban?"],"this author's archives":["szerző archívumai"],"Do not allow search engines to show %s in search results.":["Ne engedje, hogy a keresőmotorok a keresési eredmények között mutassák: %s"],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["A WordPress kategóriás URL-jei előtagot tartalmaznak, általában %s -t, ez a funkció eltávolítja ezt az előtagot, csak a kategóriák esetében."],"Category URLs":["Kategória URL-ek"],"the archive for %s":["a(z) %s archívum"],"Redirect attachment URLs to the attachment itself?":["Csatolmány URL-ek átirányítása magához a csatolmányhoz?"],"We recommend you set this to Yes.":["Javasoljuk, hogy ezt az Igen értékre állítsa"],"Media & attachment URLs":["Média és mellékletek URL-címei"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":["dátum archívumok"],"archives for authors without posts":["archívok a bejegyzések nélküli szerzőkhöz"],"Read why XML Sitemaps are important for your site.":["Olvasd el, miért fontosak az oldalad számára az XML oldaltérképek?"],"Enable the XML sitemaps that %s generates.":["Engedélyezze az XML-webhelytérképeket, amelyek %s generálnak."],"See the XML sitemap.":["Lásd az XML-webhelytérképet."],"%2$s (current default for %1$s)":[""],"Media":["Média"],"Content Types":["Tartalom-típusok"],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":["Megengedjük a kereső motoroknak, hogy mutassák a(z) %s a keresési eredményekben?"],"Search Appearance":["Keresésben való megjelenés"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":["A kereső motorok mutassák a(z) \"%1$s\" a keresésési eredményekben:"],"Search engine visibility":["Keresési motor láthatósága"],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["A támogatási rendszerünkbe itt leadott támogatási kérés 256 bites SSL titkosítással történik, szóval 100%-ig biztonságos."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["A sarokkő-tartalom beállítás lehetővé teszi, hogy megjelöljön és szűrjön a sarokkő-tartalomra a webhelyén."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Ha problémád akadt amit nem tudsz megoldani oktatói videóink vagy tudás bázisunk segítségével, akkor üzenetet küldhetsz támogatói csapatunk részére. Ők a hét minden napján, 24 órában elérhetőek."],"Good results":["Jó eredmények"],"Get better search results in local search":["Érj el jobb keresési eredményt a helyi keresőben"],"Allow customers to pick up their %s order locally":["Megengedjük a vásárlóknak, hogy %s rendeléseiket felvegyék személyesen"],"SEO analysis":["SEO analysis"],"The SEO analysis offers suggestions to improve the SEO of your text.":["A SEO elemzés javaslatokat tesz a SEO szöveg feljavítására."],"Learn how the SEO analysis can help you rank.":["Tudd meg, hogyan segít a SEO elemzés a jobb helyezés elérésében?"],"The readability analysis offers suggestions to improve the structure and style of your text.":["Az olvashatósági elemzés javaslatokat tesz a szöveg struktúrájának és stílusának feljavítására."],"Discover why readability is important for SEO.":["Fedezd fel, hogy az olvashatóság miért fontos a SEO-ban."],"Find out how cornerstone content can help you improve your site structure.":["Fedezze fel, hogy a sarokkő-tartalom hogyan tudja javítani webhelye struktúráját!"],"The text link counter helps you improve your site structure.":["A szöveg link számláló segít feljavítani a weboldalad struktúráját."],"Find out how the text link counter can enhance your SEO.":["Tudjuk meg, hogyan növelheti a szöveges link-számláló a SEO értékünket!"],"%s integration":["%s integrálás"],"Read more about how %s works.":["Olvasson többet arról, hogy %s hogyan működik."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Engedélyezd ezt a funkciót, ha szeretnéd hogy a Twitter megjelenítse a képeket és a szöveg kivonatot amikor valamit megosztanak az oldalról."],"Find out why you should upgrade to %s":["Tudd meg miért érdemes frissítened a %s csomagra"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Legutóbbi blogbejegyzések a(z) %1$s oldalon"],"Need help?":["Szükséged van segítségre?"],"Remove highlight from the text":["Szövegkiemelés eltávolítása."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Kezdd el gyorsan a %1$s-t a %2$skonfigurációs varázslóval%3$s!"],"First-time SEO configuration":["SEO beállítások első alkalommal"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Az oldalad beállított nyelve: {language}. Amennyiben ez nem helyes, fordulj az oldal adminisztrátorához."],"Your site language is set to {language}.":["Az oldalad beállított nyelve: {language}."],"Highlight this result in the text":["Emeld ki ezt az eredményt a szövegben."],"Considerations":["Megfontolandók"],"Errors":["Hibák"],"Change language":["Nyelv változtatása"],"You cannot create a %s file.":["Nem hozhatsz létre egy %s fájlt."],"You cannot edit the %s file.":["Nem szerkesztheted a %s fájlt."],"Updated %s":["Frissítve %s"],"Create %s file":["%s fájl létrehozása"],"Edit the content of your %s:":["%s tartalmának szerkesztése:"],"Save changes to %s":["Változtatások mentése ide: %s"],"%s file":["%s fájl"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["A %1$s és %2$s sokkal jobban együttműködik egy támogató bővítmény segítségével. Kérjük telepítse a %3$s bővítményt, hogy életét könnyebbé tegye. %4$s."],"More information":["További információ"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":[""],"More information about %1$s":["Bővebb információ erről: %1$s"],"Configuration Wizard":["Konfiguráció varázsló"],"You've done it!":["Kész!"],"Seamlessly integrate %1$s into your AMP pages!":["Zökkenőmentesen integrálható a %1$s az AMP oldalain!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Az ACF zökkenőmentesen integrálható a %1$s tartalomelemzéshez!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["A %1$s és a %2$s sokkal könnyebben dolgozhat együtt egy segítő bővítmény hozzáadásával. Kérjük, telepítse a %3$s-t az élete jobbá tételéhez."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["A keresési megjelenés %1$s beállításai olyan változókból állnak, amelyeket az oldal megjelenítésekor az oldalon megadott értékek váltanak fel. Az alábbi táblázat tartalmazza az elérhető változók listáját."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Jelölje meg a legfontosabb %1$s-t \"sarokkő tartalmat\" a webhelystruktúra javítása érdekében. %2$s További információ a sarokkőről a %3$s-n."],"Loading help center.":["Súgó betöltése."],"Get support":["Kérjen támogatást"],"(Opens in a new browser tab)":["(Új böngésző lapon nyílik)"],"Posts %1$swithout%2$s a focus keyphrase":["Bejegyzések fő kulcskifejezés %1$snélkül%2$s"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hello, a honlapod SEO szempontból nagyon szépen teljesít! Nézd meg a statisztikákat:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Még nincs közzétett bejegyzésed, a SEO érték itt fog megjelenni, amint elkészíted az első bejegyzésed!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Ezen az oldalon tudod megváltoztatni a honlapod nevét és az elválasztójelet. Az elválasztójel a honlap neve és a bejegyzés címe között fog megjelenni. A szimbólumok a tényleges méretükben jelennek meg, ahogy a keresőben is meg fognak jelenni. Válaszd ki azt, amelyik leginkább illeszkedik a márkádhoz vagy ami a legkevesebb helyet foglalja el."],"Something else":["Valami más"],"A portfolio":["Portfólió"],"A corporation":["Cég"],"A small offline business":["Kis offline üzlet"],"A news channel":["Hírcsatorna"],"An online shop":["Online üzlet"],"A blog":["Blog"],"What does the site %1$s represent?":["Mit jelképez a %1$s oldal?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Ha a nemet választja, akkor a szerzői archívumok ki lesznek kapcsolva, hogy megakadályozzuk az ismétlődő tartalmak kialakulását."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Megjegyzés: semmilyen módon nem tároljuk adatait, és nem férünk hozzá teljes mértékben a fiókjához. Az Ön adatvédelme biztonságban van velünk."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["A %1$s integrálódik a Google Search Console-hoz, amely egy kötelező eszköz a webhely tulajdonosai számára. Ez információkkal szolgál az Ön webhelyének egészségi állapotáról. Még nincs Google-fiókja, vagy a webhely még nincs aktiválva? Ismerje meg, %2$shogy tudja összekapcsolni a Google Search Console-al a webhelyét%3$s."],"Option B: My site is under construction and should not be indexed":["B opció: Az oldal szerkesztés alatt van és nem kész az indexálásra"],"Option A: My site is live and ready to be indexed":["A opció: Az oldal éles és indexálásra kész"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Válasszuk a fejlesztés alatt opciót, ha nem akarjuk, hogy a keresők indexeljék az oldalunkat. Ne felejtsük el aktiválni, ha már publikálnánk az oldalt."],"Please specify if your site is under construction or already active.":["Kérjük jelezd, hogy az oldalad még szerkesztés alatt áll, vagy már aktív."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Ezt az információt a Google megjeleníti a Knowledge Graph Kártyán, ami egy nagy információs doboz a keresési eredmények mellett jobbra."],"Read more like this on our SEO blog":["Olvassa tovább ezt a SEO blogunkat"],"Readability: %s":["Olvashatóság: %s"],"Not activated":["Nincs aktiválva"],"Activated":["Aktiválva"],"%1$s recommendations for you":["%1$s ajánlatai neked"],"All Readability Scores":["Olvashatóság összes pontszáma"],"Filter by Readability Score":["Szűrés olvashatósági pontozás alapján"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Jelenleg nem kap frissítést vagy támogatást! Ez a probléma megoldhtó, amennyiben az oldalt hozzáadja és engedélyezi a %1$s részére a következben:%2$s."],"Request method %1$s is not valid.":["%1$s kérés módja nem megfelelő."],"Muted notifications:":["Elmaradt értesítések:"],"Muted problems:":["Elmaradt problémák:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Szeretné megtekinteni, hogyan fog kinézni, ha az emberek megosztják ezt a bejegyzést a %1$s-ban? Ezt a %2$s-vel teheti meg."],"Good job! All the links in your texts have been counted.":["Szép munka! Az összes link a szövegedben megszámolva."],"Calculation completed.":["A számítás befejeződött."],"Calculation in progress...":["Számítás folyamatban ..."],"Stop counting":["A számlálás leállítása"],"Counting links in your texts":["Linkek számlálása a szövegekben"],"Text %1$s of %2$s processed.":["A(z) %2$s %1$s szöveg feldolgozása folyamatban van."],"All your texts are already counted, there is no need to count them again.":["Valamennyi szöveged már megszámolva, nem kell újra számolni."],"Count links in your texts":["Számold a linkeket a szövegekben"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Az összes nyilvános szöveg linkjeit meg kell számolni. Ez biztosítja a betekintést, hogy mely szövegekhez kell több link. Ha többet szeretnél megtudni a belső összekapcsolás miértjeiről és módjairól, tekintsd meg a %1$sthe cikkét a %2$s%3$s belső linkeléséről."],"Text link counter":["Szöveges link-számláló"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Az ehhez a bejegyzéshez kapcsolódó belső hivatkozások száma. Nézd meg a \"Yoast oszlopok\" szöveget a súgó fülön további információkért."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["A kifelé irányuló belső linkek száma a bejegyzésben. További információk a Segítség menüpontban a \"Yoast Oszlopok\" alatt."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":[""],"%s Columns":["%s Oszlopok"],"Readability score":["Olvashatósági pontszám"],"Other benefits of %s for you:":["A %s további előnyei:"],"Scroll to see the preview content.":["Az előnézet megtekintéséhez görgessen lejjebb."],"Cornerstone content":["Sarokkő-tartalom"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["A %1$s ezentúl automatikusan elvégzi weboldalának keresőoptimalizálásához szükséges technikai teendőket. Lásson hozzá olyan tartalom feltöltéséhez, amely a látogatók számára értékes valamint kapcsolódik a megadott kulcskifejezésekhez. Az alábbi videón bemutatjuk a %1$s metadoboz használatát."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Ha egy adott városban vagy régióban szeretne felülkerekedni a versenyen, nézze meg a %1$s plugint! Könnyedén be tudod illeszteni a Google térképeket, a nyitvatartási időt, a kapcsolattartókat és egy bolthely-keresőt. Emellett a(z) %1$s segíti Önt abban, hogy javítsa a kapcsolattartók elérhetőségét."],"Attract more customers near you":["Vonzzon be mégtöbb látogatót környezetéből"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Szeretnéd tudni a %1$s plugin összes be és kimenetét? Szeretnél megtudni mindent a speciális beállításainkról? Szeretnéd tudni, hogyan kell kihozni a legtöbbet a %1$s bővítményből? Nézzd meg a %1$s plugin-tréningünket és előzz meg mindenkit!"],"Get the most out of %1$s with the %2$s":["Hozza ki a legtöbbet a %1$s bővítményből a %2$s ajánlattal"],"Upgrade to Premium":["Frissítsen Premium verzióra"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Hagyja le versenytársait a %smal"],"You might like":["Ajánljuk még"],"Newsletter":["Hírlevél"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":[""],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["A konfigurációs varázsló segít neked könnyedén konfigurálni az oldaladat az optimális SEO beállításokért."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Válassza a Premium verziót, hogy szakértőink a bővítmény telepítésével és használatával kapcsolatos minden kérdésére készséggel válaszoljanak."],"Superfast internal linking suggestions":["Szupergyors belső hivatkozási javaslatok"],"Great news: you can, with %1$s!":["Jó hír: a %1$s használatával képes rá!"],"Save changes":["Változtatások mentése"],"1 year free support and updates included!":["Ingyenes támogatás és frissítések egy éven át!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":[""],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sKözösségi média előnézet%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$s Nincs több halott link%2$s: egyszerű átirányítási menedzser"],"No ads!":["Reklámmentes!"],"Facebook & Twitter":["Facebook és Twitter"],"Social media preview":["Közösségi média előnézet"],"Easy redirect manager":["Egyszerű átirányítási menedzser"],"No more dead links":["Nincs több halott link"],"Increase your SEO reach":["Növelje SEO elérését"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":[""],"Variable":["Változó"],"Available variables":["Elérhető változók"],"Scroll to see the table content.":["Görgess lejjebb a táblázat tartalmához."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Kérjük tekintsd meg %1$shogyan csatlkoztasd weboldalad a Google Kereső Konzol szolgáltatáshoz cikkünket%2$s ha segítségre van szükséged."],"An error occurred in the '%1$s' assessment":["Hiba történt a '%1$s' kiértékelésekor"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$sa a szavaknak %2$stöbb, mint %3$s szótagból áll%4$s, ami több az ajánlott maximumnál, ami %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$sa a szavaknak %2$stöbb, mint %3$s szótagból áll%4$s, ami kevesebb vagy egyenlő az ajánlott maximummal, ami %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Ez valamivel kevesebb mint az ajánlott minimum, ami %5$d szó. %3$sAdjunk hozzá egy kicsit többet%4$s.","Ez valamivel kevesebb mint az ajánlott minimum, ami %5$d szó. %3$sAdjunk hozzá egy kicsit többet%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["A metaleírás %1$d darab olyan mondatot tartalmaz, amelyben az %2$s az ajánlottnál több, azaz %3$s darab szó%4$s van. Próbáld lerövidíteni a mondatot.","A metaleírás %1$d darab olyan mondatot tartalmaz, amelyben az %2$s az ajánlottnál több, azaz %3$s darab szó%4$s van. Próbáld lerövidíteni a mondatot."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["A metaleírás nem tartalmaz olyan mondatokat, amelyekben %1$s az ajánlottnál több, azaz %2$s darab szó%3$s van."],"No new notifications.":["Nincs új értesítés."],"Save all":["Mentsünk mindent"],"Save":["Mentés"],"%1$s, Author at %2$s":["%1$s, Szerző | %2$s"],"Mobile preview":["Mobil előnézett"],"Desktop preview":["Asztali előnézett"],"Select redirect":["Átirányítás engedélyezve"],"Please provide an SEO title by editing the snippet below.":["Kérlek adj meg egy SEO címet a lenti kivonat szerkesztésével."],"Meta description preview:":["Metaleírás előnézete:"],"Slug preview:":["Slug előnézet:"],"SEO title preview:":["Seo cím előnézet:"],"Close snippet editor":["Kivonat szerkesztő bezárása"],"Slug":["Keresőbarát név"],"Remove marks in the text":["Jelzések eltávolítása a szövegből"],"Mark this result in the text":["Jelöljük az eredményt a szövegben"],"Marks are disabled in current view":["A jelek tiltva vannak a jelenlegi nézetben"],"Good SEO score":["Jó SEO eredmény"],"OK SEO score":["Megfelelő SEO eredmény"],"Feedback":["Visszajelzés"],"ok":["rendben"],"Choose an image":["Kép kiválasztása"],"Remove the image":["Kép eltávolítás"],"MailChimp signup failed:":["MailChimp regisztráció sikertelen:"],"Sign Up!":["Regisztráció!"],"Name":["Név"],"There is an error with the request.":["Hiba történt a lekérés során."],"Select profile":["Profil választása"],"Choose a profile":["Profil választás"],"Authorization code":[""],"Reauthenticate with Google":["Google Újrahitelesítés"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Ahhoz, hogy %s letöltse a Google Search Console információkért kérjük, adja meg a Google engedélyezési kódot. Az alábbi gombra kattintva megnyílik egy új ablakban."],"Please provide a meta description by editing the snippet below.":["Kérjek az alábbi kivonat szerkesztésével adjon meg egy metaleírást."],"Edit snippet":["Kivonat szerkesztése"],"You can click on each element in the preview to jump to the Snippet Editor.":["Bármelyik elemre rákattinthatsz az előnézetben, hogy a Kivonat Szerkesztőhöz kerülj."],"Close the Wizard":["Varázsló bezárása"],"Export settings":["Beállítások exportálása"],"%1$s video tutorial":["%1$s videó útmutató"],"%s › Configuration Wizard":["%s › Beállítás varázsló"],"Please don't show me this notification anymore":["Nem akarom többé látni ezt az értesítést"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Ha problémákat észlelsz, %1$skérlek küldj egy hibajelentést%2$s és legjobb tudásunk alapján segítünk neked."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Észleltük, hogy egy ideje már használjuk a %1$s-t, reméljük örömmel. Nagyon boldogok lennénk, ha ezt %2$sa WordPress.org-on is megosztanád, és 5 csillaggal értékelnél minket%3$s!"],"Courses":["Tanfolyamok"],"Date archives settings":["Dátum szerinti archívum beállításai"],"Author archives settings":["Szerző archívumának beállításai"],"%1$s by %2$s":["%1$s x %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Figyelem: A %s változó nem használható ebben a sablonban. További információért tekintsd meg a súgó központot!"],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Egyébként tudta-e, hogy van egy %1$sPrémium bővítményünk%2$s? Ez speciális funkciókat is tartalmaz, mint az átirányítás-kezelő és több kulcskifejezés kezelését is támogatja egy tartalmon belül. Továbbá 24/7 nonstop személyes támgatást biztosít."],"(no title)":["(nincs cím)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["A %1$s admin menü hasznos, egyrészt hasznos, harmadik féltől származó eszközöket tartalmaz az oldalak elemzésére, másrészt megkönnyíti az új értesítések észrevételét."],"Admin bar menu":["Admin menüsor"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funkciók"],"SEO title":["SEO cím"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":[""],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Üdvözlünk a %1$s Beállítás varázslóban. Néhány lépésen keresztül segítünk testreszabni a SEO beállításokat a weboldaladnak megfelelően!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["A google, a weboldalad nevét mutatja a keresési eredményekben, ha szeretnél változtatni rajta, itt megteheted."],"Greater than sign":["Nagyobb jel"],"Less than sign":["Kisebb jel"],"Right angle quotation mark":["Jobbos macskaköröm"],"Left angle quotation mark":["Balos macskaköröm"],"Small tilde":["Kis hullám jel"],"Vertical bar":["Függőleges vonal"],"Low asterisk":["Alacsony csillag"],"Asterisk":["Csillag"],"Bullet":[""],"Middle dot":["Középső pont"],"Em dash":["Hosszú gondolatjel"],"En dash":["Gondolatjel"],"Dash":["Kötőjel"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Válaszd ki a jelet amit cím elválasztóként kívánsz használni. Ez fog megjelenni, például a bejegyzés címe és az oldal neve között. A jelek azonos méretben láthatóak mint ahogyan a keresési találatokban szereplnek."],"The name of the person":["A személy neve"],"No":["Nem"],"Yes":["Igen"],"Does, or will, your site have multiple authors?":["Az oldalnak több szerzője van/lesz?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["A WordPress automatikusan generál URL-t minden média elemhez a médiatárban. Ezt engedélyzve megengedjük a google-nek, hogy beindexelje a generált URL-t. "],"Success!":["Siker!"],"Title settings":["Címsor beállítások"],"Google Search Console":["Google Search Console"],"Multiple authors":["Több szerző"],"Site type":["Oldal típusa"],"Environment":["Környezet"],"Yoast option %1$s not found.":["A %1$s opció nem található."],"Google Structured Data Test":["Google strukturális adat teszt"],"Posts list":["Üzenetek listája"],"Posts list navigation":["Posztok lista navigációja"],"Filter posts list":["Üzenetek szűrése"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Vegye figyelembe, hogy az archívumokra mutató hivatkozások továbbra is megjelenhetnek a témánál, és külön kell eltávolítania őket."],"%1$s to optimize your site even further":["%1$s tovább optimalizálja a webhelyét"],"%1$s extensions":["%1$s bővítmény"],"Comes with our 30-day no questions asked money back guarantee":["Jön a mi 30 napos kérdezés nélküli pénzvisszafizetési garanciánk"],"More information %1$sabout %3$s%2$s":["További információ %1$sabout %3$s%2$s"],"Installed":["Telepítve"],"gain access to our 24/7 support team.":["szerezzünk hozzáférést a 24/7 ügyeleti csapathoz."],"Premium support":["Prémium támogatás"],"check what your Facebook or Twitter post will look like.":["ellenőrizze, hogy milyen lesz a Facebook vagy Twitter posztja."],"Social previews":["Köszösségi előképek"],"create and manage redirects from within your WordPress install.":["készíthet és menedzselhet átirányításokat a telepített wordpressen belül."],"Redirect manager":["Átirányítás kezelő"],"%1$s, take your optimization to the next level!":["%1$s optimizálása a következő szintre!"],"A seamless integration between %1$s and %2$s":["A %1$s and %2$s közötti problémamentes integráció"],"Use %1$s breadcrumbs instead of %2$s ones":["Használja a %1$s navigációs eszközt a %2$s helyett"],"Easily insert Google Maps, a store locator, opening hours and more":["Könnyedén szúrjon be Google Maps-et, egy boltkeresőt, nyitvatartási időt és másokat"],"Creates XML News Sitemaps":["XML Hírek Oldaltérképet hoz létre"],"Immediately pings Google on the publication of a new post":["Azonnal jelezzen a Google-nak egy új bejegyzés publikálásakor"],"Optimize your site for Google News":["Optimalizáld az oldalad a google hírek számára"],"Make videos responsive through enabling fitvids.js":["Készíts reszponzív videókat a fitvids.js bekapcsolásával"],"Enhance the experience of sharing posts with videos":["Növelje a megosztott posztok tapasztalatait videókkal"],"Show your videos in Google Videos":["Tedd közzé a videóid a google videók között"],"Crawl issues list":["Feltérképezési problémák listája"],"Crawl issues list navigation":["Feltérképezési problémák lista navigációja"],"Edit “%s”":["Szerkesztés “%s”"],"Premium":["Prémium"],"Google Trends":["Google Trends"],"Notifications":["Értesítések"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Eltávolítja a metadobozból a fő kulcskifejezés szakaszt, és letiltja az összes SEO-val kapcsolatos javaslatot."],"Disable SEO analysis":["SEO elemzés letiltása"],"Twitter settings":["Twitter beállítások"],"Pinterest settings":["Pinterest beállítások"],"Facebook settings":["Facebook beállítások"],"Title separator symbol":["Cím elválasztó szimbóluma"],"RSS feed settings":["RSS feed beállítások"],"Breadcrumbs settings":["Útvonalkövetés beállítások"],"Make primary":["Tedd elsődlegessé"],"Enter your Google Authorization Code and press the Authenticate button.":["Írd be a Google Authorization Code-ot (hitelesítő kód) és nyomj a Hitelesítés gombra."],"%s notification":["%s értesítés","%s értesítés"],"Disable readability analysis":["Olvashatósági elemzés kikapcsolása"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Eltünteti az olvashatóság fület a metaboxból és letilt minden olvashatósággal kapcsolatos javaslatot."],"Readability analysis":["Olvashatósági elemzés"],"Needs improvement":["Javítani szükséges"],"Readability":["Olvashatóság"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Nem-miniatürizált fájlt próbálunk betölteni, ez a funkció csak a fejlesztői csomagban érhető el. Nézzük meg az alábbi oldalt az összes forrásfájlhoz: %1$s"],"Improvements":["Fejlesztések"],"Restore this item.":["Állítsa helyre ezt az elemet."],"Dismiss this item.":["Hagyja figyelmen kívül ezt az elemet."],"Good job! We could detect no serious SEO problems.":["Szép munka! Nincs különösebb SEO probléma."],"We have detected the following issues that affect the SEO of your site.":["Az alábbi problémákat találtuk, amelyek befolyásolhatják az oldalad SEO-ját."],"Problems":["Problémák"],"Analysis":["Elemzés"],"Not available":["Nem elérhető"],"Filter by SEO Score":["Szűrés SEO pontszám szerint"],"Meta description not set.":["Metaleírás nincs megadva."],"Video tutorial":["Oktató videó"],"Email support is a %s feature":["Az email-es segítség %s szolgáltatás"],"Knowledge base":["Tudásbázis"],"Open":["Megnyitás"],"Dashboard":["Vezérlőpult"],"You can fix this on the %1$sPermalink settings page%2$s.":["Helyrehozhatod ezt a %1$sKözvetlen Hivatkozások oldalon%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["A hozzászólások lapozása engedélyezve, ami 1000-ből 999 alkalommal nem szükséges. Azt ajánljuk hogy inkább tiltsd le.."],"Replaced with the primary category of the post/page":["Kicserélve az oldal/bejegyzés főkategóriájára"],"Pinterest confirmation":["Pinterest megerősítés"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Ha már megerősítetted weboldaladat a Pinterest-el, hagyd ki a lenti lépést."],"Format-based archives":["Formátum alapú archívum"],"Webmaster Tools verification":["Webmestereszközök megerősítése"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Kövesd a %1$s WordPress képzésünket és légy hivatalos %1$s Szakértő!"],"Want to be a %s Expert?":["Szeretnél %s Szakértő lenni?"],"Buy %s":["%s vásárlása"],"Show information about errors in category %s":["Mutasson információt a következő kategória hibáiról: %s"],"New %1$s Title":["Új %1$s címsor"],"Existing %1$s Title":["Létező %1$s címsor"],"Expected an integer as input.":["Csak egész számot lehet megadni."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Megpróbálom felépíteni a webhelytérkép gyorsítótár kulcsát, de a postfix és prefix kombináció túl kevés helyet hagy ahhoz, hogy ezt megtehesse. Valószínűleg egy olyan oldalt kér, amely kifutott a várható tartományból."],"Remove":["Töröl"],"Keep":["Megtart"],"Bold the last page":["Vastagbetű az utolsó oldalon"],"Regular":["Szabályos"],"Bold":["Félkövér"],"Show Blog page":["Mutasd a Blog oldalt"],"Primary %s":["Elsődleges %s"],"Primary":["Elsődleges"],"Make %1$s primary %2$s":["Make %1$s primary %2$s"],"Term is set to noindex.":["A kifejezéshez noindex van állítva."],"Author archives":["Szerzői archívum"],"Show":["Mutat"],"Enabled":["Engedélyezve"],"Disabled":["Letiltva"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s nem tudta letölteni az oldalad indexelhetőségi státuszát az %2$s oldalról"],"The separator defined in your theme's %s tag.":["A téma %s címkéjében meghatározott elválasztó."],"No index":["No index"],"Analyze entire site":["Egész oldal elemzése"],"Fetch the current status":["Jelenlegi állapot lekérése"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s nem tudta letölteni az oldalunk indexelhetőségi státuszát%3$s a(z) %4$s oldalról"],"Your homepage can be indexed by search engines.":["A honlapod indexelhető a keresőmotorokkal."],"Indexability check by %1$s":["Indexelhetőségi ellenőrzés a %1$s által"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Ha szeretnénk a(z) %1$s megosztáshoz képet feltölteni / választani, akkor töltsük fel, vagy adjunk meg egy kép URL-t."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Ha nem a metaleírásban levő szöveggel szeretnénk megosztani a %1$s-on, akkor adja meg a kívánt szöveget itt."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Ha nem szeretnéd ezt a címet használni a %1$s felületen való megosztáshoz, de szeretnél egy másikat megadni, azt ide írd."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sA weboldalad nem indexelt a keresőmotor által%2$s. Ez nagyon rossz a SEO-nak és muszáj javítani."],"Once Weekly":["Hetente egyszer"],"Add-ons":["Kiegészítők"],"SEO score":["SEO pontszám"],"Twitter metadata":["Twitter metaadatok"],"Facebook / Open Graph metadata":["Facebook / Open Graph metaadatok"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["SEO-pontszám újraszámolása egy kulcskifejezésre a tartalom egészének figyelembevételével."],"%1$s of %2$s done.":["%2$s-ből kész %1$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Frissítettük az SEO elemzésünk algoritmusát. Az oldalak és bejegyzések %1$sSEO elemzésének újrakalkulásához kattints ide%2$s."],"Team Yoast":["Yoast csapata"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Az első valós minden-az-egyben SEO megoldás Wordpress-hez, amely oldalakon belüli tartalom elemzést, XML oldaltérképet és sok mást is tartalmaz."],"Yoast SEO":["Yoast Seo"],"Activation failed:":["Az aktiválás nem sikerült:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["A szűrő kiterjesztése elérhetetlennek tűnik.Kérlek, fordulj a web host -jához, hogy kapcsolja be."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["A %1$s plugin installálása nem teljes. Kérlek, hivatkozz a %2$sinstallálási instrukciókra%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Az alapvető PHP Könyvtár (SPL) kiterjesztés úgy néz ki elérhetetlen. Kérlek keresd a tárhely-szolgáltatódat az engedélyezze az elérést."],"SEO Settings":["SEO beállítások"],"Mobile-Friendly Test":["Mobilbarát teszt"],"Google Page Speed Test":["Google PageSpeed teszt"],"CSS Validator":["CSS Ellenőrző"],"HTML Validator":["HTML Ellenőrző"],"Pinterest Rich Pins Validator":["Pinterest Rich Pin validátor"],"Facebook Debugger":["Facebook hibakereső"],"Check Headers":["Fejlécek ellenörzése"],"Check Google Cache":["Google gyorsítótár ellenörzése"],"Analyze this page":["Oldal elemzése"],"Keyword Research":["Kulcsszókutatás"],"%s does not seem to be a valid url. Please correct.":["%s érvénytelen url. Kérjük javítani!"],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s érvénytelen %2$s érvényesítő kódnak látszik. Kérjük javítani!"],"%s Archive":["%s Archívált"],"You searched for %s":["Kereste a %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s érvénytelen Twitter felhasználó név. Kérlek javítsd ki."],"Summary with large image":["Összegzés nagyméretű képpel"],"Summary":["Összegzés"],"The post %1$s appeared first on %2$s.":["A %1$s bejegyzés először %2$s-én jelent meg."],"No numeric value was received.":["Nem numerikus értéket kapott."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Egy létező Blognak kell lennie. A Blog %s nem létezik, vagy törlésre van beállítva."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Az alap blog beállításnak meg kell egyeznie a használni kívánt numerikus blog id-val (azonosítóval)."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s nem helyes választás a tekintetben, hogy kinek kéne hozzáférnie a %2$s beállításokhoz. Érték visszaállítása az eredetire."],"Please select a valid post type for taxonomy \"%s\"":["Kérlek válassz egy helyes bejegyzés típust az alábbi taxonómiához: \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Kérlek válassz egy helyes taxonómiát az alábbi bejegyzés típushoz: \"%s\""],"You searched for":["A következőre kerestünk rá"],"Home":["Kezdőlap"],"Archives for":["Archívumban"],"Error 404: Page not found":["404-es hiba: az oldal nem található"],"Good":["Jó"],"Replaced with a custom taxonomies description":["Kicserélve az egyéni taxonómia leírásával"],"Replaced with a posts custom taxonomies, comma separated.":["Kicserélve a bejegyzések egyéni taxonomiáival, vesszővel elválasztva"],"Replaced with a posts custom field value":["Helyettesítve egy bejegyzés egyedi mezőértékével"],"Replaced with the slug which caused the 404":["Helyettesítve egy keresőbarát névvel, ami 404-es hibát okozott"],"Replaced with the posts focus keyphrase":["Felváltva a bejegyzés fő kulcskifejezésével"],"Attachment caption":["Mellékelt képaláírás"],"Replaced with the current page number":["Helyettesítve az aktuális oldal számával"],"Replaced with the current page total":["Behelyettesítve az aktuális oldal összes lap számával"],"Replaced with the current page number with context (i.e. page 2 of 4)":[""],"Replaced with the post/page author's 'Biographical Info'":["Behelyettesítve a bejegyzés / oldal szerzőjének (szerzőinek) 'Életrajzi adataival'"],"Replaced with the post/page author's 'nicename'":["Behelyettesítve a bejegyzés / oldal szerzőjének (szerzőinek) 'felhasználónevével'"],"Replaced with the post/page ID":["Behelyettesítve a bejegyzés / oldal ID-vel"],"Replaced with the post/page modified time":["A bejegyzés / oldal módosításának időpontjával helyettesítve"],"Replaced with the content type plural label":["Kicserélve a tartalom típus többes szám címkéjére"],"Replaced with the content type single label":["Kicserélve a tartalom típus egyes szám címkéjére"],"Replaced with the current search phrase":["Behelyettesítve az aktuális keresési kifejezéssel"],"Replaced with the term name":["A kategória névvel helyettesítve"],"Replaced with the term description":["A kategória leírással helyettesítve"],"Replaced with the tag description":["A címke leírásával helyettesítve"],"Replaced with the category description":["A kategória leírással helyettesítve"],"Replaced with the post categories (comma separated)":["A bejegyzés kategóriákkal helyettesítve (vesszővel elválasztva)"],"Replaced with the current tag/tags":["A jelenlegi címkével/címkékkel helyettesítve"],"Replaced with the post/page excerpt (without auto-generation)":["A bejegyzés / oldal kivonatával (nem automatikusan generálva)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["A bejegyzés / oldal kivonatával helyettesítve (vagy automatikusan legenerálva, amennyiben még nem létezett)"],"The site's name":["A weboldal neve"],"Replaced with the title of the parent page of the current page":["A jelenlegi oldal szülőoldalának címével behelyettesítve"],"Replaced with the title of the post/page":["A bejegyzés / oldal címével behelyettesítve"],"Replaced with the date of the post/page":["A bejegyzés / oldal dátumával behelyettesítve"],"Page %1$d of %2$d":["Oldal %1$d a %2$d-ből"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Nem szabályozhatod felül a WPSEO irányadó változó cseréjét azzal, hogy azonos névvel regisztálsz egy változót. Használd a \"wpseo_replacements\" szűrőt a csereérték megadása helyett!"],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["A helyettesítő változó ugyan ezzel a névvel már használatban van. Próbálj másik, egyedi változónevet megadni."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["A helyettesítő változó nem kezdődhet a \"%%cf_\" vagy \"%%ct_\" karakterlánccal, mivel ez a WPSEO egyéni változóinak és taxonómiáinak vannak fenntartva. Próbálj másik, egyedi változónevet megadni."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["A helyettesítő változó csak alfanumerikus (betűk és számok) karaktereket tartalmazhat, valamint aláhúzást és kötőjelet. Próbálj másik, egyedi változónevet megadni."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Adminisztrátornak szóló figyelmeztetés: ez az oldal azért nem jelenít meg metaleírást, mert nincs megadva hozzá. Írjunk hozzá egyet vagy a [%1$s - %2$s] menüben állítsunk be egy sablont!"],"Page not found":["Az oldal nem található"],"%s Archives":["%s Archívum"],"Search for \"%s\"":["Keresés \"%s\""],"Meta description to use for Author page":["A szerző oldalán használandó metalírás"],"Title to use for Author page":["A szerző oldalán használt cím"],"%1$s settings":["%1$s beállítások"],"Export your %1$s settings":["%1$s Beállításod exportálása"],"Import settings":["Beállítások importálása"],"Import from other SEO plugins":["Importálás másik SEO bővítményből"],"Import":["Importálás"],"If you had a %s file and it was editable, you could edit it from here.":["Ha %s fájlod van és az szerkeszthető, akkor itt szerkesztheted."],"If your %s were writable, you could edit it from here.":["Amennyiben a %s írható, akkor itt szerkesztheted."],"You don't have a %s file, create one here:":["A %s fájl hiányzik, itt hozható létre:"],"A link to your site, with your site's name and description as anchor text.":["HIvatkozás az Ön oldalára, az oldal neve és leírása legyen a horgonyszöveg (anchor text)"],"A link to your site, with your site's name as anchor text.":["Hivatkozás az Ön oldalára, az oldal neve legyen a hivatkozásban a horgonyszöveg (anchor text)"],"A link to the post, with the title as anchor text.":["Hivatkozás a hozzászólásra, a cím legyen a hivatkozásban a horgonyszöveg (anchor text)"],"A link to the archive for the post author, with the authors name as anchor text.":["Link a bejegyzés szerzőjéhez, melyben a szerző neve horgonnyal jelölt."],"You can use the following variables within the content, they will be replaced by the value on the right.":["A következő változókat használhatja a szövegben. A változók helyén a jobboldalon feltüntetett érték jelenik majd meg."],"Content to put after each post in the feed":["Minden bejegyzés után helyezd el a tartalmat a feed-ben"],"Content to put before each post in the feed":["Tartalom, melyet a feed-ben minden egyes bejegyzés elé lehet rakni"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Ezt a funkciót arra használjuk,hogy tartalmat adjunk az RSS-edhez, pontosabban arra való, hogy linkeket irányítsunk vissza a blogodra és a blogbejegyzéseide, így a buta keresőprogramok automatikusan hozzáaják ezeket a linekeket is, ezáltal segítve a keresőmotorokat abban, hogy téged azonosítsanak,mint a tartalom eredeti forrását."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Ennek a morzsa funkciónak a használata a %1$studásbázisunk bejegyzésben kerül elmagyarázásra a morzsa implementálásnál%2$s."],"How to insert breadcrumbs in your theme":["Hogyan lehet beilleszteni az útvonalkövetést sablonokba"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Post típus archívum megmutatása morzsák formájában a taxonómiákhoz"],"Taxonomy to show in breadcrumbs for content types":["Taxonómia megmutatása morzsa formájában a poszt típusokhoz"],"Breadcrumb for 404 Page":["404-es oldal kenyérmorzsája"],"Prefix for Search Page breadcrumbs":["Útvonalkövetést megelőző szöveg a keresés oldalon"],"Prefix for Archive breadcrumbs":["Útvonalkövetést megelőző szöveg archívum oldalon"],"Prefix for the breadcrumb path":["Kenyérmorzsát megelőző szöveg"],"Anchor text for the Homepage":["Nyitólap horgony szövege"],"Separator between breadcrumbs":["Elválasztó az útvonalkövetések között"],"Enable Breadcrumbs":["Útvonalkövetés engedélyezése"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Az alábbiakban megtaláljuk a bejegyzés SEO értékeit. Most érkezett el az idő arra, hogy fejlesszük néhány bejegyzésünket!"],"Credits":["Készítők"],"« Back to Tools page":["« Vissza az Eszközök oldalra"],"%1$s comes with some very powerful built-in tools:":["%1$s erőteljes beépített eszközökkel érkezik:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Ez az eszköz segít abban, hogy gyorsan változtathass a SEO-d szempontjából olyan fontos fájlokon mint a robots.tx, és a .htaccess."],"File editor":["Fájl szerkesztő"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Beállítások importálása más SEO bővítményekből és beállításaid mentése azok alkalmazásához (egy másik) blogon."],"Import and Export":["Importálás és Exportálás"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Ez az eszköz lehetővé teszi, hogy könnyen megváltoztassuk a bejegyzéseink címét és leírását anélkül, hogy az adott bejegyzések egyenként kellene szerkeszteni a hagyományos szerkesztővel."],"Bulk editor":["Tömeges szerkesztő"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["A weboldal %1$sPinteresttel történő megerősítéséhez%2$s itt adjon hozzá metacímkéket:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["A Pinterest a Facebook-kal megegyezően az Open Graph adatokat használja, így ellenőrizd hogy a Facebook fülön az Open Graph jelölőnégyzete ki van-e választva. Ha Pinterest-re is optimalizálni akarsz, válaszd ki az Open Graph-ot."],"The default card type to use":["Haználatban lévő alapértelmezett kártya típusa"],"Add Twitter card meta data":["Add hozzá a Twitter kártya meta-adatokat"],"This image is used if the post/page being shared does not contain any images.":["Ezt a képet akkor használja, ha a bejegyzés illetve oldal, amit közzétett, nem tartalmaz képeket."],"Default settings":["Alapértelmezett beállítások"],"Copy home meta description":["Másold a Főoldal meta-leírását"],"Description":["Leírás"],"Image URL":["Kép URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["A weboldal nyitólapján az Open Graph metacímkéiben ez a cím, leírás és kép kerül használatra."],"Frontpage settings":["Főoldal beállításai"],"Add Open Graph meta data":["Open Graph metaadatok hozzáadása"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter Felhasználónév"],"Facebook Page URL":["Facebook Oldal URL"],"Accounts":["Fiókok"],"Restore site to defaults":["Alapértelmezett beállítások visszaállítása"],"Site ID":["Oldal ID"],"Using this form you can reset a site to the default SEO settings.":["Az űrlap segítségével vissza tudod állítani az eredeti SEO beállításokat."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Adatvédelmileg érzékeny (FB adminok és hasonlók), téma specifikus (cím újraírás) és néhány oldal specifikus beállítás nem kerül importálásra az új blogokban."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Írd be azt a %sWeboldal Azonosítót (Site ID)%s amelynek a beállításai alapértelmezettek lesznek minden, a hálózatba felvett weboldal esetében. Hagyd üresen, ha egyik oldal beállításait se szeretnéd alapértelmezettnek (ebben az esetben a bővítmény saját alapbeállításai lesznek használatban)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Válassz egy weboldalt, amelynek a beállításai alapértelmezettek lesznek minden, a hálózatba felvett weboldal esetében. Ha az 'Egyik sem' (None) opciót választod, a bővítmény saját alapbeállításai lesznek használatban."],"New sites in the network inherit their SEO settings from this site":["A hálózatba kerülő új weboldalak ennek a weboldalnak a SEO beállításait öröklik"],"Super Admins only":["Csak szuper adminisztrátoroknak"],"Site Admins (default)":["Oldal adminisztrátoroknak (alapértelmezett)"],"Who should have access to the %1$s settings":["Akik hozzáférhetnek a %1$s beállításaihoz"],"spam":["spam"],"mature":["felnőtt"],"archived":["archiválva"],"public":["nyilvános"],"%s restored to default SEO settings.":["%s visszaállítva az eredeti SEO beállításokra."],"Settings Updated.":["Beállítások frissítve."],"404 pages":["404-es oldalak"],"Search pages":["Keresés oldalak"],"These pages will be %s by default, so they will never show up in search results.":["Ezeknek az oldalaknak %s meghatározásuk lesz, ezután alapértelmezés szerint Így soha nem fognak megjelenni a keresési eredmények között."],"Special Pages":["Speciális Oldalak"],"Date-based archives could in some cases also be seen as duplicate content.":["Adatalapú archívok némely esetben duplikált tartalomként jelennek meg."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Amennyiben ez a helyzet a weboldaladon, választhatod, hogy kikapcsolod (akkor átirányít más weboldalakra), vagy hozzáadhatod a %s -t, és akkor nem bukkan fel a keresési találatok között."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Amennyiben egy szerzős blogot üzemeltetsz, a a szerzői archívum ugyanolyan lesz,mint a weboldalad.Ez az, amit %1$sduplicate content problem%2$s -nek nevezünk."],"Date archives":["Időrendi archívumok"],"author archives":["Szerző archívumok"],"Title":["Címsor"],"%1$s Meta Box":["%1$s metadoboz"],"Hide":["Rejt"],"Date in Snippet Preview":["Dátum a találati lista előnézetében"],"Take note:":["Figyelembe kell venni:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Egyedi & Alapértelmezett kezdőoldal"],"Title Separator":["Cím elválasztó"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s érzékelte, hogy mire lenne szükséges átírni az oldalak címét, de ha úgy érzed ez nem jó és tudod mit csinálsz, itt módosíthatod a beállításokat."],"Force rewrite titles":["Címsorok átírásának kikényszerítése"],"Taxonomies":["Taxonómiák"],"Homepage":["Nyitólap"],"%1$s Extensions":["%1$s Kiterjesztések"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["A %1$s Wocemmerce integrációja zökkenőmentesen zajlik és extra funkciókhoz jutsz!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Érj el jobb helyezest mind helyi szinten, mind a Google Mapsban anélkül, hogy megizzadnál!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Ön tagja a Google hírek szolgáltatásnak? Növelje oldala forgalmát a Google hírek optimalizálásával!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimalizáld a videóidat, hogy megjelenjenek a keresési eredmények között és többen kattintsanak rád!"],"The premium version of %1$s with more features & support.":["A %1$s prémium változat, több beállítási lehetőséget és támogatást tartalmaz."],"Person":["Személy"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Ez az adat metaadatként szerepel a weboldalunkon, azzal a szándékkal, hogy megjelenjen a %1$sGoogle Knowledge Graph%2$s-ban. Lehetünk akár cég, vagy magánszemély."],"Website name":["Weboldal neve"],"Webmaster Tools":["Webmestereszközök"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Nincsen benne a bejegyzések címe a bejegyzések URL-ében, habár az erősen ajánlott lenne. Mérlegeljük a közvetlen hivatkozásoknál a /%postname%/ beállítását."],"RSS":["RSS"],"Breadcrumbs":["Kenyérmorzsák"],"or":["vagy"],"Save Profile":["Profil mentése"],"There were no profiles found":["Nem található ilyen profil"],"Profile":["Profil"],"Current profile":["Aktuális profil"],"Authenticate":["Hitelesítés"],"Get Google Authorization Code":["Adja meg a Google Jóváhagyó Kódját"],"Reload crawl issues":["Töltse be újra a feltérképezési problémákat"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Ahhoz, hogy átirányítást hozzunk létre és megoldjuk ezt a problémát, %1$s -ra van szükségünk. Megvásárolhatjuk a bővítményt, beleértve 1 évi támogatást és frissítést itt: %2$s."],"Creating redirects is a %s feature":["Készítsen átirányítást a %s bővítményhez"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Hibák, amik csak akkor történtek, amikor a telefonokhoz való Googlebot térképezte fel az oldalunkat (a hibák nem jelentek meg az asztali verzión)"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Hibák, amik csak akkor történtek, amikor a Googlebot-mobile térképezte fel az oldalunkat (a hibák nem jelentek meg az asztali verzión)."],"Errors that occurred when your site was crawled by Googlebot.":["Hibák, amik akkor történtek, amikor az oldalunkat a Googlebot térképezte fel."],"Issue categories":["Hiba kategóriák"],"Incorrect Google Authorization Code.":["Hibás Google azonosító kód."],"The issues have been successfully reloaded!":["A kérések sikeresen újratöltve!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["A %1$s adatok törlésre kerültek. Önnek újra kell hitelesítenie, ha azt szeretné, hogy az adatok újra láthatók legyenek."],"Crawl errors per page":["Feltérképezési hibák oldalanként"],"Search":["Keresés"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Ne feledjük a feltérképezési hibákat: %1$skapcsolódjunk össze a Google Search Console-lal itt %2$s."],"Create redirect":["Átirányítás létrehozása"],"Mark as fixed":["Javítottnak jelöl"],"Response code":["Válasz kód"],"First detected":["Először felfedezve"],"Last crawled":["Utoljára feltérképezve"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s felfedezte, hogy a használt verziónk a %2$s, ami nem kompatibilis a %1$s-sel. Kéjük frissítse a %2$s-t a legfrissebb verzióra a funkció használatához."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["A Yoast pluginjai néhány kódot megosztanak egymás között, hogy gyorsabbá tegyék az oldaladat.Ennek eredményeképpen szükséges a Yoast pluginokat mindig aktualizálni. Felfedeztük, hogy ez a legutóbbi frissítés nem történt meg, tehát kérünk, frissítsd azokat a Yoast pluginokat, amelyek nem aktuálisak."],"Feature phone":["Középkategóriás telefonnak"],"Smartphone":["Okostelefon"],"Desktop":["Asztali"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["A cél URL nem létezik, de a szerver nem tér vissza 404 (nem található) hibával."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Időtúllépés történt vagy az oldal blokkolja a Google-t."],"Server Error":["Szerver hiba"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["A Googlebot hozzá tudott férni a weboldaladhoz, de bizonyos URL-ek blokkolva vannak a Googlebot számára a %1$s file -ban. Ez a blokk vagy minden Googlebot számára létezik, vagy csak bizonyos Googlebo-mobiloknál."],"Blocked":["Blokkolva"],"Google was unable to crawl this URL due to an undetermined issue.":["A Google ismeretlen ok miatt képtelen volt ennek az URL-nek a feltérképezésére."],"URL points to a non-existent page.":["URL pont egy nem létező oldal."],"Not found":["Nem található"],"Not followed":["Nincs követés"],"Faulty redirects":["Hibás átirányítások"],"Server requires authentication or is blocking Googlebot from accessing the site.":["A kiszolgáló hitelesítést igényel, vagy blokkolja a Googlebot a hozzáférését az oldalon."],"Access denied":["Hozzáférés megtagadva"],"Deactivate %s":["%s kiegészítő kikapcsolása"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["A %1$s bővítmény problémát okozhat, ha együtt van használva a %2$s bővítménnyel."],"Upload Image":["Kép Feltöltése"],"Remove these ads?":["Eltávolíthatóak ezek a hirdetések?"],"%s Posts Overview":["%s - Bejegyzések áttekintése"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["A morzsa cím felhasználva a morzsákban, ahol ez a szótár megjelenik."],"Breadcrumbs title":["Útvonal címe"],"The canonical link is shown on the archive page for this term.":["A kanonikus link megjeleníti ezt a kifejezést az archív oldalon."],"Facebook App ID":["Facebook alkalmazás ID"],"Pinterest":["Pinterest"],"Other":["Egyéb"],"Archives":["Archíváltak"],"Email":["Email"],"Close":["Bezár"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Mind a %1$s , mind pedig a %2$s képes XML oldaltérképek létrehozására.Két XML oldaltérkép egyidejű használata nem tesz jót a keresőmotoroknak, hanem le is lassíthatják a weboldaladat."],"Configure %1$s's Open Graph settings":["%1$s Open Graph beállításai"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Mind a %1$s, mind pedig a %2$s Open Graph kimenetet hoz létre, amely előidézheti, hogy a Facebook, Twitter, LinkedIn és más közösségi hálózatok rossz szövegeket és képeket használnak, amikor az oldalaid megosztásra kerülnek."],"%s Image":["%s Kép"],"%s Description":["%s Leírás"],"%s Title":["%s Cím"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Az ajánlott fotóméret ehhez a %1$s %2$spx."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Ha szeretnéd felülírni a %s rendszerhez felhasznált képedet ehhez a bejegyzéshez, tölts fel egy másikat, vagy add meg az URL-jét itt."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Ha nem szeretnéd használni a bejegyzés metaleírását a %s felületen való megosztáskor, de szeretnél más leírást megadni hozzá, írd azt ide."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Ha nem a bejegyzés címét szeretnéd megjeleníteni megosztáskor a(z) %s oldalon, és másik címet szeretnél, akkor azt írd ide."],"very difficult":["nagyon nehéz"],"Try to make shorter sentences, using less difficult words to improve readability":["Próbáljunk meg rövidebb mondatokat írni, és használj könnyebb szavakat a tartalom olvashatóságának javítása érdekében"],"difficult":["nehéz"],"Try to make shorter sentences to improve readability":["Próbáljunk meg rövidebb mondatokat írni az olvashatóság javítása érdekében"],"fairly difficult":["viszonylag nehéz"],"OK":["OK"],"fairly easy":["viszonylag könnyű"],"easy":["könnyű"],"very easy":["nagyon könnyű"],"Meta Desc.":["Metaleírás"],"All SEO Scores":["Teljes SEO pontszám"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["A felhasznált képnek legalább 200x200pixel felbontásúnak kell lennie ahhoz, hogy felhasználható legyen a Facebook-on vagy más közösségi média oldalon."],"(no parent)":["(nincs szülő)"],"Post is set to noindex.":["Bejegyzéshez noindex van beállítva."],"The URL that this page should redirect to.":["Az URL, amire ennek az oldalnak át kell irányítania."],"301 Redirect":["301-es átirányítás"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["A kanonikus URL, amelyre ez az oldal mutasson. Hagyjuk üresen, ha az alapértelmezett közvetlen linkeket szeretnénk használni. %1$sDomainek közti kanonikus URL-ek%2$s is támogatottak."],"Canonical URL":["Kanonikus URL-ek"],"Title to use for this page in breadcrumb paths":["Ezt a címet jeleníti meg az oldalhoz az útvonalban"],"Breadcrumbs Title":["Útvonal mutató címe"],"No Snippet":["Nincs kódrészlet"],"No Archive":["Nincs archívum"],"No Image Index":["Nincs indexkép"],"None":["Egyik sem"],"Site-wide default: %s":["Az egész oldalra érvényes alapértelemezett: %s"],"Advanced meta robots settings for this page.":["Az oldal speciális meta robot beállításai."],"Meta robots advanced":["Robotok beállítása (haladó)"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Figyelmeztetés: noha itt is állíthatod a metarobotok beállításait, az egész oldal noindex-re van állítva az oldalra vonatkozó privacy beállításokban, így ezeknek a beállításoknak nem lesz hatása."],"Meta description":["Metaleírás"],"SEO Title":["SEO címsor"],"Focus keyword":["Fő kulcsszó"],"Snippet preview":["Keresési találat előnézete"],"Settings successfully imported.":["Beállítások sikeresen importálva."],"Settings could not be imported:":["A beállításokat nem sikerült importálni:"],"Error creating %1$s export: ":["Hiba a(z) %1$s exportálása közben: "],"Breadcrumb for 404 pages:":["Morzsa 404 oldalnak:"],"Prefix for search result pages:":["Találati oldalak előtagja:"],"Prefix for archive pages:":["Archív oldalak előtagja:"],"Prefix for breadcrumbs:":["Morzsamenü előtagja:"],"Anchor text for the homepage:":["A kezdőoldal horgony szövege:"],"Breadcrumbs separator:":["Morzsa elválasztó:"],"Remove blog page from breadcrumbs":["Törölje a blog oldalt a morzsamenüből"],"%s Breadcrumbs":["%s morzsák"],"Use Image":["Kép használata"],"Action":["Művelet"],"Page URL/Slug":["Oldal URL / Közvetlen hivatkozás"],"Publication date":["Közzététel dátuma"],"Post Status":["Bejegyzés állapota"],"WP Page Title":["WP oldal címe"],"View":["Megtekintés"],"View “%s”":["“%s” megtekintése"],"Preview":["Előnézet"],"Preview “%s”":["“%s” előnézete"],"Edit":["Szerkeszt"],"Filter":["Szűrő"],"New Yoast Meta Description":["Új Yoast metaleírás"],"Existing Yoast Meta Description":["Meglévő Yoast metaleírás"],"Facebook profile URL":["Facebook profil URL"],"Twitter username (without @)":["Twitter felhasználónév (@ nélkül)."],"FAQ":["GYIK"],"Premium Support":["Prémium támogatás"],"Settings":["Beállítások"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Ahhoz, hogy a keresőkben megjelenjen a weboldal %1$s kattints az Olvasás beállításokra %2$s és a Keresőmotor láthatóság opciónál töröld a keresők tiltását."],"Huge SEO Issue: You're blocking access to robots.":["Súlyos SEO hiba. A keresőrobotok blokkolva vannak."],"Posts":["Bejegyzések"],"Edit Files":["Fájlok szerkesztése"],"Advanced Variables":["Speciális változók"],"Basic Variables":["Alapvető változók"],"General":["Általános"],"Extensions":["Kiegészítők"],"Search Console":["Google Search Console"],"Tools":["Eszközök"],"Advanced":["Haladó"],"XML sitemaps":["XML oldaltérképek"],"Social":["Közösségi beállítások"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s észlelte, hogy a(z) %3$s %2$s verzióját használjuk, kérjük frissítse a legújabb verzióra a kompatibilitási hibák elkerülése végett."],"Just another WordPress site":["Újabb WordPress honlap"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Továbbra is az alapértelmezett jelmondatot használja, pedig talán még egy üres is jobb lenne. %1$sEz megoldható a testreszabási opcióval%2$s."],"You have used HTML in your value which is not allowed.":["Nem megengedett HTML használata az érték megadásánál."],"You can't edit %s that aren't yours.":["A %s nem szerkeszthető, mert nem a sajátja."],"You can't edit %s.":["A %s nem szerkeszthető."],"Post has an invalid Content Type: %s.":["A bejegyzéshez érvénytelen tartalom típus tartozik: %s."],"Post doesn't exist.":["A bejegyzés nem létezik."],"course\u0004Free:":["Ingyenes:"],"posts\u0004Trash (%s)":["Lomtár (%s)","Lomtár (%s)"],"posts\u0004All (%s)":["Összes (%s)","Összes (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"hu"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":["Megvásárolhatod a bővítményt, mely tartalmazza a %1$s egy éves támogatását és frissítéseket."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["A szöveg link számláló belelátást ad hogy lássuk mennyi link található a szövegben és mennyi link referencia található a szövegben. Ez nagyon fontos mikor a weblapok %1$sbelső link kapcsolatait próbáljuk hatásosabbá tenni%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Hogy ez a lehetőség működjön %1$s legalább PHP verzió kell %2$s. Önnek PHP verzió %3$s ezen a weblapján."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Kérjük körültekintően vegye figyelembe a következményeket és %1$solvassa el ezt a bejegyzést%2$s ha több információt akar arról, hogy milyen hatása lesz ha médiát mutatunk a keresési találatokban."],"Keyphrase":["Kulcskifejezés"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Hogy ez a lehetőség működjon, %1$s kell egy új táblázatot hozzon létre az adatbázisában. Mi nem tudtunk új táblázatot létrehozni automatikusan."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ha bekapcsolja ezt az opciót, a csatolmányok URLja látható lesz mindkettőnek, a látogatónak és Googlenak is. Ha értéket akar adni weblapjának, tartalmazzanak hasznos információt, vagy negativan befolyásolhatja a weblapja elhelyezését a keresőkben."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["A %3$sSzöveg link számláló%4$s lehetőség (először bemutatva %1$s %2$s) jelenleg kikapcsolva."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Kérjük olvassa és a következő %1$studásbázis cikket%2$s hogy kell megoldani ezt a problémát."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Ahhoz hogy az összes link számlálva legyen, analizálnunk kell az összes szöveget."],"All you have to do is press the following button and we'll go through all your texts for you.":["Csak annyit kell csinálnia hogy kattintson a gombra és mi le ellenőrízzük az összes szöveget."],"Count links":["Számolja a linkeket"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["%s. oldal"],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Egyszerűen kapcsolja a \"be\" állásra és tudni fogja használni az újrakalibrált jellemzést. Ugyanakkor, hozzáadjuk önt a célzott email listánkhoz. Csak olyan emailt fogunk küldeni ami kapcsolódik ehhez az újrakalibráláshoz."],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Újrakalibráltuk az %1$selemzéseinket%2$s. Az új elemzővel még közelebb kerülünk ahhoz, ahogyan Google látja az oldalad. %3$sSzuper lenne%4$s, ha %3$stesztelnéd nekünk az új funkciót%4$s!"],"Get an even better analysis":["Kapjunk egy még jobb elemzést"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":["Növeld a megosztást a Facebookon és a Pinteresten"],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":["Nem találhatók beállítások."],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["FIGYELMEZTETÉS:"],"Learn about why permalinks are important for SEO.":["Tudj meg többet arról, hogy miért fontosak a permalinkek a SEO-hoz."],"Google Ads":["Google Hirdetések"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":[""],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":["Szinonimák & kapcsolódó kulcskifejezések"],"Add related keyphrase":["Kapcsolódó kulcskifejezések hozzáadása"],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sBelinkelt kulcskifejezés%3$s: Azokkal szavakkal linkel át egy másik oldalra, amelyekkel ezt az oldalt szeretné jó helyen tartani a keresési eredmények sorrendjében. %2$sNe tegye%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","Ez túlságosan az ajánlott minimális%5$d szó alatt van. %3$sAdjon hozzá több tartalmat%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.","Ez az ajánlott minimális%5$d szó alatt van. %3$sAdjon hozzá több tartalmat%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sText length%4$s: The text contains %1$d word.","%2$sSzöveg hossza%4$s: A szöveg %1$d szót tartalmaz."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sSzöveg hossza%3$s: A szöveg %1$d szót tartalmaz. Szép munka!","%2$sSzöveg hossza%3$s: A szöveg %1$d szót tartalmaz. Szép munka!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO cím hossza%3$s: %2$sKérjük készítsen egy SEO címet%3$s hosszan."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO cím hossza%3$s: A SEO cím hosszabb a látható tartománynál. %2$sPróbáljon rövidebben fogalmazni%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO cím hossza%2$s: Szép munka!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO cím hossza%3$s: A SEO cím túl rövid. %2$sHasználja ki a helyet: adjon hozzá kulcskifejezés-változatokat, vagy írjon egy lenyűgöző cselekvésre felhívó mondatot%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sKimenő linkek%2$s: Ezen az oldalon mind nofollow, mind normál kimenő linkek vannak. Szép munka!"],"%1$sOutbound links%2$s: Good job!":["%1$sKimenő linkek%2$s: Szép munka!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sKimenő linkek%3$s: Ezen az oldalon csak nofollow kimenő linkek vannak. %2$sAdjon hozzá néhány normál linket%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sKimenő linkek%3$s: Ezen az oldalon nincs megjenítve kimenő link. %2$sAdjon hozzá néhányat%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta leírás hossza%2$s: Nagyon jó!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta leírás hossza%3$s: A meta leírás hossza %4$d karakter felett. Hogy a teljes leírás látható legyen, %2$scsökkentenie kell a hosszát%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta leírás hossza%3$s: A meta leírás hossza túl rövid (kevesebb, mint %4$d karakter). %5$d karakter lehetséges. %2$sHasználja ki a helyet%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta leírás hossza%3$s: Nincs meta leírás készítve, így a kereső motorok az oldal egy kivonatát fogják megjeleníteni. %2$sBiztosan így akarja%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKulcskifejezés a metaleírásban%2$s: A metaleírás elkészült, de nem tartalmazza a kulcskifejezést. %3$sJavítsa%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKulcskifejezés a metaleírásban%2$s: A metaleírás %3$s alkalommal tartalmazza a kulcskifejezést, amely több mint a maximálisan ajánlott 2 előfordulás. %4$sCsökkentse%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKulcskifejezés a metaleírásban%2$s: A kulcskifejezés vagy szinonimája megjelenik a metaleírásban. Remek!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":["Kulcskifejezés-sűrűség ellenőrzése"],"Disable":["Kikapcsolás"],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Kulcskifejezés:"],"Remove keyphrase":["Kulcskifejezés eltávolítása"],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":["Fő kulcskifejezés nincs beállítva."],"Multiple keyphrases":["Több kulcskifejezés"],"Colon":["Kettőspont"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["Van egy új értesítés.","Új értesítések vannak."],"Learn more about the readability analysis":[""],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":["%s, %s és %s"],"%s and %s":["%s és %s"],"%d minute":["%d perc","%d perc"],"%d hour":["%d óra","%d óra"],"%d day":["%d nap","%d nap"],"Enter a step title":["Adjuk meg a lépés nevét"],"Optional. This can give you better control over the styling of the steps.":["Eredeti. Ez jobb ellenőrzési lehetőséget biztosít a lépések stilizálásához."],"CSS class(es) to apply to the steps":["Alkalmazandó CSS osztály(ok) a lépésekhez"],"minutes":["perc"],"hours":["óra"],"days":["nap"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":["Másolási hiba"],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":["Szükséges idő:"],"Move question down":["Kérdés lejjebb hozása"],"Move question up":["Kérdés feljebb hozása"],"Insert question":["Kérdés beszúrása"],"Delete question":["Kérdés törlése"],"Enter the answer to the question":["Írjuk be a kérdésre a választ!"],"Enter a question":["Írj be egy kérdést"],"Add question":["Kérdés hozzáadása"],"Frequently Asked Questions":["Gyakran Ismétlődő Kérdések"],"Great news: you can, with %s!":[""],"Select the primary %s":["Válaszd ki az elsődleges %s"],"Check links to this URL":["Linkek ellenőrzése ehhez az URL-hez"],"Keyword research training":["Kulcsszókutatási képzés"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Több kulcskifejezést próbál hozzáadni? Alább tudja hozzáadni őket elkülönítve."],"Mark as cornerstone content":[""],"Move step down":["Egy szinttel lejjebb mozgat"],"Move step up":[""],"Insert step":["Lépés beszúrása"],"Delete step":["Lépés törlése"],"Add image":["Kép hozzáadása"],"Enter a step description":["Adj meg egy lépés leírást"],"Enter a description":["Adj hozzá megjegyzést"],"Unordered list":["Rendezetlen lista"],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":["Lépés hozzáadása"],"Delete total time":["Összes idő törlése"],"Add total time":["Összes idő hozzáadása"],"How to":["Hogyan"],"How-to":["Hogyan"],"Snippet Preview":[""],"Analysis results":["Elemzés eredmények"],"Enter a focus keyphrase to calculate the SEO score":["A SEO-pontok kiszámításához Írjon be egy fő kulcskifejezést"],"Learn more about Cornerstone Content.":[""],"Cornerstone content should be the most important and extensive articles on your site.":[""],"Restore Site":["Oldal helyreállítása"],"Network Settings":["Hálózati beállítások"],"You are not allowed to perform this action.":["Nincs engedélye a művelethez."],"Error: %s":["Hiba: %s"],"Success: %s":["Siker: %s"],"Site with ID %d not found.":["A(z) %d azonosítójú oldal nem található"],"No site has been selected to restore.":["Nincs kiválasztva oldal a helyreállításhoz"],"You are not allowed to modify unregistered network settings.":[""],"deleted":["törölve"],"Would you like to add another keyphrase?":["Szeretne még egy kulcskifejezést hozzáadni?"],"image preview":["kép előnézete"],"Copied!":["Másolva!"],"Not supported!":["Nem támogatott!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Olvasd el {{a}}írásunkat az oldal struktúrákról{{/a}}, hogy megtudhasd miképp segít a belső linkelés növelni a SEO értéked."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":["Mérlegelje ezen cikkek linkelését:"],"Copy link":["Hivatkozás másolása"],"Copy link to suggested article: %s":[""],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":["Honlap jelmondata"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Nem régiben fejlesztettük a Keresési Megjelenés beállítások funkcióit. Sajnos azonban, felfedeztük, hogy néhány sarkalatos esetben a beállítások mentése, egyes archív bejegyzés típusoknál nem jól működik."],"Not all required fields are given. Missing field %1$s":["Nincs minden mező kitöltve.Hiányzó mezők: %1$s"],"Optimize your site for Google News.":["Optimlizáld weboldalad a Google Hírek számára"],"Optimize your shop's SEO and sell more products!":["Optimlizáld üzleted SEO beállításait és adj el több terméket!"],"Be found in Google Video search and enhance your video sharing on social media.":["Legyen megtalálható a Google Videók keresőben és bővítse ki videó megosztásait a közösségi médiában"],"Be found in Google Maps and local results.":["Legyen megtalálható a Google Térképen és a helyi találatokban"],"Learn practical SEO skills to rank higher in Google.":["Tanuljon praktikus SEO fogásokat, hogy jobb helyezést érhessen el a Google találatok közt!"],"Don’t waste time figuring out the best settings yourself.":["Ne vesztegesd az időd azzal, hogy kitalálod a számodra legmegfelelőbb beállításokat!"],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":["+ Szinonímák hozzáadása"],"Would you like to add keyphrase synonyms?":["Szeretne a kulcskifejezéshez szinonimákat megadni?"],"Would you like to add more than one keyphrase?":["Szeretne több kulcskifejezést megadni?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Még nincs Shop oldal megadva a WooCommerce beállításokban. Kérlek első lépésként tedd ezt!"],"Current year":["Jelenlegi év"],"Page":["Oldal"],"Breadcrumb settings for %s archive":["Kenyérmorzsa (breadcrumb) beállítás a(z) %s archívhoz"],"Something went wrong. Please reload the page.":["Valami nem sikerült. Kérlek frissítsd az oldalt."],"Tagline":["Jelmondat"],"Modify your meta description by editing it right here":["Itt szerkesztve módosíthatod a meta leírásod"],"description (custom taxonomy)":["leírás (egyéni taxonómia)"],"(custom taxonomy)":["egyedi osztályozás"],"(custom field)":["(egyedi mező)"],"Term404":["404-es kifejezés"],"Caption":["címke"],"Pagenumber":["Oldalszám"],"Pagetotal":["Oldalak összesen"],"Page number":["Oldalszám"],"User description":["Felhasználói leírás"],"ID":["ID"],"Modified":["Módosítva"],"Post type (plural)":["Bejegyzés típus (többesszám)"],"Post type (singular)":["Bejegyzés típus (egyes szám)"],"Separator":["Elválasztó"],"Search phrase":["Kereső kifejezés"],"Term title":["Kifejezés címe"],"Term description":["Kifejezés leírása"],"Tag description":["Címke leírása"],"Category description":["Ketegória leírás"],"Primary category":["Elsődleges kategória"],"Category":["Kategória"],"Tag":["Címke"],"Excerpt only":["Csak kivonat"],"Excerpt":["Kivonat"],"Site title":["Oldal cím"],"Archive title":["Archív cím"],"Parent title":["Szülő cím"],"Date":["Dátum"],"Label":["Címke"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Átirányítás készítése lenne szükséges, hogy a látogatok ne kapjanak 404-es hibát, amikor egy már nem létező URL-re kattintanak."],"Search engines and other websites can still send traffic to your deleted post.":["A kereső motrork ls egyéb weboldalak továbbra is forgalmat küldenek a törölt bejegyzésedre"],"Make sure you don't miss out on traffic!":["Bizonyosodj meg róla, hogy nem veszíted el a forgalmat!"],"You just deleted a %1$s.":["Töröltél egy %1$s."],"You just trashed a %1$s.":["Lomtárba helyeztél egy %1$s."],"Settings for %s archive":["%s archívok beállításai"],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Ezen az oldalon megadhatod a keresőben alapértelmezetten való megjelenést bármely tartalom típushoz, amellyel rendelkezel. Kiválaszthatod melyik tartalom típusok jelenjenek meg a keresési találatok közt és mi legyen az alapértelmezett \nleírásuk?"],"Url preview":["Url előnézet"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":["Részlet változó beillesztése"],"Dismiss this notice":["Értesítés eltüntetése"],"No results":["Nincs eredmény"],"%d result found, use up and down arrow keys to navigate":["","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":[""],"Number of results found: %d":["Találati eredmények száma: %d"],"Note that not all variables can be used in every field.":[""],"Snippet variables":["Részlet változók"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s tiszteli adataid védelmét. Olvasd el %2$sadatvédelmi tájékoztatónk%3$s arról, hogy miként kezeljük személyes adataid."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Ha tudod, hogy ez mit jelent és nem szeretnéd látni többet ezt az üzenetet, %1$side kattintva bezárhatod%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["A webhely beállításai jelenleg lehetővé teszik a webhelyen található mellékletek URL-címének létezését. Kérjük, olvassa el %1$sezt a bejegyzést%2$s a potenciális problémáról a csatolt URL-ekkel, és ellenőrizze, hogy helyes-e a webhelye beállításai."],"Unknown type %1$s":["Ismeretlen formátum %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Tartalmaz egy ingyenes MyYoast-fiókot, amely hozzáférést biztosít az ingyenes SEO kezdőknek tanfolyamhoz!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Iratkozz fel hírlevelünkre, ha szeretnél naprakész információkat kapni az %1$s-ról, a többi %2$s bővítményről, valamint a SEO világából származó érdekes hírekről és tippekről."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Szerezd meg a Baidu igazoló kulcsot a %1$s Baidu Webmester Eszközöknél %2$s."],"Baidu verification code":["Baidu igazoló kulcs"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":["A %s adat eltávolítása sikertelen."],"Content Type":["Tartalom típus"],"Filter by content type":["Tartalom típus szerinti szűrés"],"Show All Content Types":["Összes tartalom típus mutatása"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":[""],"Clean":["Törlés"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Ha biztos vagy benne, hogy a webhely rendben akkor indíthatod a tisztítást. Ez eltávolítja az összes eredeti adatot."],"Step 5: Clean up":["5. lépés: Adatok takarítása"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":["4. lépés: Futtasd a konfigurációs varázslót"],"Please check your posts and pages and see if the metadata was successfully imported.":["Kérlek ellenőrizd a bejegyzéseket és az oldalakat, hogy a metaadatok sikeresen lettek-e importálva."],"Step 3: Check your data":["3. lépés: Ellenőrizd az adataid"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Ez importálja a bejegyzés metaadatokat, mint például a SEO címeket és leírásokat %1$s metaadataihoz. Ez csak akkor fog megtörténni, ha még nem létezik %1$s metaadat. Az eredeti adatok továbbra is érvényben maradnak."],"Step 2: Import":["2. lépés: Importáld"],"Please make a backup of your database before starting this process.":["Kérlek, készíts egy biztonsági mentést az adatbázisodról, mielőtt elkezded a folyamatot."],"Step 1: Create a backup":["1. lépés: Csinálj egy biztonsági mentést"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Úgy tűnik, egy vagy több SEO bővítményből származó adat van a weboldaladon. Kérlek kövesd az alábbi lépéseket az adatok importálásához:"],"Plugin: ":["Bővítmény: "],"%s did not detect any plugin data from plugins it can import from.":["%s nem talált olyan előző bővítményt, aminek az adatai importálhatóak."],"Posts that should not show up in search results":["Bejegyzések, amelyeknek nem kellene megjelennie a keresési találatok között"],"%s data found.":["%s adat található."],"%s data successfully removed.":["%s adatok sikeresen eltávolítva."],"%s data successfully imported.":["%s adat sikeresen importálva."],"%s data not found.":["%s adat nem található."],"Improve your SEO skills":["Fejleszd a SEO készségeid"],"24/7 email support":["24/7 email támogatás"],"No more dead links a.k.a. 404 pages":["Nincs többé 404-es hibakód"],"Get real-time suggestions for internal links":["Szerezz valós idejű javaslatok a belső linkekhez"],"Preview your page in Facebook and Twitter":["Nézd meg az oldalad előnézetét Facebookon és Twitteren"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Kattints a „%3$s” gombra a %1$sSearch Appearance Homepage%2$s beállításban már beállított metaleírás használatához."],"Help on copying the home meta description":["Segítség a kezdőoldal metaleírásának másolásához"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Annak érdekében, hogy a keresőmotorok tudják, mely céges profilok lettek társítva ehhez a webhelyhez, add meg a webhelyed céges profiljának adatait."],"Learn more about your social profiles settings":["Tudj meg többet a közösségi profilod beállításairól"],"Remove the categories prefix":["Kategória előtag eltávolítása"],"Help on the category prefix setting":["Segítség a kategória előtag beállításhoz"],"Learn more about the available variables":["Tudj meg többet a rendelkezésre álló változókról"],"Learn more about the RSS feed setting":["Tudj meg többet az RSS hírfolyam beállításairól"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Média feltöltésekor (például kép vagy videó) a WordPress nem csak elmenti média fájlokat, hanem csatolmány URL-t készít. Ezek a csatolmány oldalak aránylag üresek: tartalmazzák a média elemet és talán a média címét, amennyiben megadtad. Éppen ezért, ha sosem használod ezt csatolmány URL-t, jobb letiltani őket és és átirányítani magára a média elemre. "],"Learn more about the Media and attachment URLs setting":["Tudj meg többet a Média és csatlmányok URL-jeinek beállításairól"],"Learn more about the title separator setting":["Tudj meg többet a cím-elválasztó beállításairól"],"Learn more about the knowledge graph setting":["Tudjunk meg többet a knowledge graph beállításáról"],"Learn more about the homepage setting":["Tudj meg többet a főoldal beállításairól"],"Learn more about the special pages setting":["Tudj meg többet a különleges oldalak beállításairól"],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":["Yandex ellenőrző kód"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":["Google ellenőrző kód"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":["Bing ellenőrző kód"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["Tudj meg többet a Webmaster Tools ellenőrzésről"],"On":["Be"],"Help on: %s":["Segítség a következőről: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":["Ki"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":["Nézze meg, ki járult hozzá a %1$s-hoz."],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Default for %2$s, currently: %1$s":["Alapértelmezés az alábbihoz: %2$s, jelenleg: %1$s"],"Show %s in search results?":["Látszódjon a(z) %s a keresési találatokban?"],"this author's archives":["szerző archívumai"],"Do not allow search engines to show %s in search results.":["Ne engedje, hogy a keresőmotorok a keresési eredmények között mutassák: %s"],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["A WordPress kategóriás URL-jei előtagot tartalmaznak, általában %s -t, ez a funkció eltávolítja ezt az előtagot, csak a kategóriák esetében."],"Category URLs":["Kategória URL-ek"],"the archive for %s":["a(z) %s archívum"],"Redirect attachment URLs to the attachment itself?":["Csatolmány URL-ek átirányítása magához a csatolmányhoz?"],"We recommend you set this to Yes.":["Javasoljuk, hogy ezt az Igen értékre állítsa"],"Media & attachment URLs":["Média és mellékletek URL-címei"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":["dátum archívumok"],"archives for authors without posts":["archívok a bejegyzések nélküli szerzőkhöz"],"Read why XML Sitemaps are important for your site.":["Olvasd el, miért fontosak az oldalad számára az XML oldaltérképek?"],"Enable the XML sitemaps that %s generates.":["Engedélyezze az XML-webhelytérképeket, amelyek %s generálnak."],"See the XML sitemap.":["Lásd az XML-webhelytérképet."],"%2$s (current default for %1$s)":[""],"Media":["Média"],"Content Types":["Tartalom-típusok"],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":["Megengedjük a kereső motoroknak, hogy mutassák a(z) %s a keresési eredményekben?"],"Search Appearance":["Keresésben való megjelenés"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":["A kereső motorok mutassák a(z) \"%1$s\" a keresésési eredményekben:"],"Search engine visibility":["Keresési motor láthatósága"],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["A támogatási rendszerünkbe itt leadott támogatási kérés 256 bites SSL titkosítással történik, szóval 100%-ig biztonságos."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["A sarokkő-tartalom beállítás lehetővé teszi, hogy megjelöljön és szűrjön a sarokkő-tartalomra a webhelyén."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Ha problémád akadt amit nem tudsz megoldani oktatói videóink vagy tudás bázisunk segítségével, akkor üzenetet küldhetsz támogatói csapatunk részére. Ők a hét minden napján, 24 órában elérhetőek."],"Search result":["Keresési eredmények"],"Good results":["Jó eredmények"],"Get better search results in local search":["Érj el jobb keresési eredményt a helyi keresőben"],"Allow customers to pick up their %s order locally":["Megengedjük a vásárlóknak, hogy %s rendeléseiket felvegyék személyesen"],"SEO analysis":["SEO analysis"],"The SEO analysis offers suggestions to improve the SEO of your text.":["A SEO elemzés javaslatokat tesz a SEO szöveg feljavítására."],"Learn how the SEO analysis can help you rank.":["Tudd meg, hogyan segít a SEO elemzés a jobb helyezés elérésében?"],"The readability analysis offers suggestions to improve the structure and style of your text.":["Az olvashatósági elemzés javaslatokat tesz a szöveg struktúrájának és stílusának feljavítására."],"Discover why readability is important for SEO.":["Fedezd fel, hogy az olvashatóság miért fontos a SEO-ban."],"Find out how cornerstone content can help you improve your site structure.":["Fedezze fel, hogy a sarokkő-tartalom hogyan tudja javítani webhelye struktúráját!"],"The text link counter helps you improve your site structure.":["A szöveg link számláló segít feljavítani a weboldalad struktúráját."],"Find out how the text link counter can enhance your SEO.":["Tudjuk meg, hogyan növelheti a szöveges link-számláló a SEO értékünket!"],"%s integration":["%s integrálás"],"Read more about how %s works.":["Olvasson többet arról, hogy %s hogyan működik."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Engedélyezd ezt a funkciót, ha szeretnéd hogy a Twitter megjelenítse a képeket és a szöveg kivonatot amikor valamit megosztanak az oldalról."],"Find out why you should upgrade to %s":["Tudd meg miért érdemes frissítened a %s csomagra"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Legutóbbi blogbejegyzések a(z) %1$s oldalon"],"Need help?":["Szükséged van segítségre?"],"Type here to search...":["Írj be ide valamit a kereséshez ..."],"Search the Yoast Knowledge Base for answers to your questions:":["Keressen a Yoast Tudásbázisban a kérdésének megválaszolásához:"],"Remove highlight from the text":["Szövegkiemelés eltávolítása."],"Your site language is set to %s. ":["Az ön webhelyének beállított nyelve: %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Kezdd el gyorsan a %1$s-t a %2$skonfigurációs varázslóval%3$s!"],"First-time SEO configuration":["SEO beállítások első alkalommal"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Az oldalad beállított nyelve: {language}. Amennyiben ez nem helyes, fordulj az oldal adminisztrátorához."],"Your site language is set to {language}.":["Az oldalad beállított nyelve: {language}."],"Highlight this result in the text":["Emeld ki ezt az eredményt a szövegben."],"Considerations":["Megfontolandók"],"Errors":["Hibák"],"Change language":["Nyelv változtatása"],"You cannot create a %s file.":["Nem hozhatsz létre egy %s fájlt."],"You cannot edit the %s file.":["Nem szerkesztheted a %s fájlt."],"Updated %s":["Frissítve %s"],"Create %s file":["%s fájl létrehozása"],"Edit the content of your %s:":["%s tartalmának szerkesztése:"],"Save changes to %s":["Változtatások mentése ide: %s"],"%s file":["%s fájl"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["A %1$s és %2$s sokkal jobban együttműködik egy támogató bővítmény segítségével. Kérjük telepítse a %3$s bővítményt, hogy életét könnyebbé tegye. %4$s."],"More information":["További információ"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":[""],"More information about %1$s":["Bővebb információ erről: %1$s"],"Configuration Wizard":["Konfiguráció varázsló"],"You've done it!":["Kész!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Az ACF zökkenőmentesen integrálható a %1$s tartalomelemzéshez!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["A %1$s és a %2$s sokkal könnyebben dolgozhat együtt egy segítő bővítmény hozzáadásával. Kérjük, telepítse a %3$s-t az élete jobbá tételéhez."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["A keresési megjelenés %1$s beállításai olyan változókból állnak, amelyeket az oldal megjelenítésekor az oldalon megadott értékek váltanak fel. Az alábbi táblázat tartalmazza az elérhető változók listáját."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Jelölje meg a legfontosabb %1$s-t \"sarokkő tartalmat\" a webhelystruktúra javítása érdekében. %2$s További információ a sarokkőről a %3$s-n."],"Loading help center.":["Súgó betöltése."],"Get support":["Kérjen támogatást"],"View in KB":["Kilátás KB-ban"],"Go back":["Vissza"],"Go back to the search results":["Vissza a keresési előzményekre"],"(Opens in a new browser tab)":["(Új böngésző lapon nyílik)"],"Posts %1$swithout%2$s a focus keyphrase":["Bejegyzések fő kulcskifejezés %1$snélkül%2$s"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hello, a honlapod SEO szempontból nagyon szépen teljesít! Nézd meg a statisztikákat:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Még nincs közzétett bejegyzésed, a SEO érték itt fog megjelenni, amint elkészíted az első bejegyzésed!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Ezen az oldalon tudod megváltoztatni a honlapod nevét és az elválasztójelet. Az elválasztójel a honlap neve és a bejegyzés címe között fog megjelenni. A szimbólumok a tényleges méretükben jelennek meg, ahogy a keresőben is meg fognak jelenni. Válaszd ki azt, amelyik leginkább illeszkedik a márkádhoz vagy ami a legkevesebb helyet foglalja el."],"Something else":["Valami más"],"A portfolio":["Portfólió"],"A corporation":["Cég"],"A small offline business":["Kis offline üzlet"],"A news channel":["Hírcsatorna"],"An online shop":["Online üzlet"],"A blog":["Blog"],"What does the site %1$s represent?":["Mit jelképez a %1$s oldal?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Ha a nemet választja, akkor a szerzői archívumok ki lesznek kapcsolva, hogy megakadályozzuk az ismétlődő tartalmak kialakulását."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Megjegyzés: semmilyen módon nem tároljuk adatait, és nem férünk hozzá teljes mértékben a fiókjához. Az Ön adatvédelme biztonságban van velünk."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["A %1$s integrálódik a Google Search Console-hoz, amely egy kötelező eszköz a webhely tulajdonosai számára. Ez információkkal szolgál az Ön webhelyének egészségi állapotáról. Még nincs Google-fiókja, vagy a webhely még nincs aktiválva? Ismerje meg, %2$shogy tudja összekapcsolni a Google Search Console-al a webhelyét%3$s."],"Option B: My site is under construction and should not be indexed":["B opció: Az oldal szerkesztés alatt van és nem kész az indexálásra"],"Option A: My site is live and ready to be indexed":["A opció: Az oldal éles és indexálásra kész"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Válasszuk a fejlesztés alatt opciót, ha nem akarjuk, hogy a keresők indexeljék az oldalunkat. Ne felejtsük el aktiválni, ha már publikálnánk az oldalt."],"Please specify if your site is under construction or already active.":["Kérjük jelezd, hogy az oldalad még szerkesztés alatt áll, vagy már aktív."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Ezt az információt a Google megjeleníti a Knowledge Graph Kártyán, ami egy nagy információs doboz a keresési eredmények mellett jobbra."],"Read more like this on our SEO blog":["Olvassa tovább ezt a SEO blogunkat"],"Readability: %s":["Olvashatóság: %s"],"Not activated":["Nincs aktiválva"],"Activated":["Aktiválva"],"%1$s recommendations for you":["%1$s ajánlatai neked"],"All Readability Scores":["Olvashatóság összes pontszáma"],"Filter by Readability Score":["Szűrés olvashatósági pontozás alapján"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Jelenleg nem kap frissítést vagy támogatást! Ez a probléma megoldhtó, amennyiben az oldalt hozzáadja és engedélyezi a %1$s részére a következben:%2$s."],"Request method %1$s is not valid.":["%1$s kérés módja nem megfelelő."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Szeretné megtekinteni, hogyan fog kinézni, ha az emberek megosztják ezt a bejegyzést a %1$s-ban? Ezt a %2$s-vel teheti meg."],"Good job! All the links in your texts have been counted.":["Szép munka! Az összes link a szövegedben megszámolva."],"Calculation completed.":["A számítás befejeződött."],"Calculation in progress...":["Számítás folyamatban ..."],"Stop counting":["A számlálás leállítása"],"Counting links in your texts":["Linkek számlálása a szövegekben"],"Text %1$s of %2$s processed.":["A(z) %2$s %1$s szöveg feldolgozása folyamatban van."],"All your texts are already counted, there is no need to count them again.":["Valamennyi szöveged már megszámolva, nem kell újra számolni."],"Count links in your texts":["Számold a linkeket a szövegekben"],"Text link counter":["Szöveges link-számláló"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Az ehhez a bejegyzéshez kapcsolódó belső hivatkozások száma. Nézd meg a \"Yoast oszlopok\" szöveget a súgó fülön további információkért."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["A kifelé irányuló belső linkek száma a bejegyzésben. További információk a Segítség menüpontban a \"Yoast Oszlopok\" alatt."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":[""],"%s Columns":["%s Oszlopok"],"Readability score":["Olvashatósági pontszám"],"Other benefits of %s for you:":["A %s további előnyei:"],"Scroll to see the preview content.":["Az előnézet megtekintéséhez görgessen lejjebb."],"Cornerstone content":["Sarokkő-tartalom"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["A %1$s ezentúl automatikusan elvégzi weboldalának keresőoptimalizálásához szükséges technikai teendőket. Lásson hozzá olyan tartalom feltöltéséhez, amely a látogatók számára értékes valamint kapcsolódik a megadott kulcskifejezésekhez. Az alábbi videón bemutatjuk a %1$s metadoboz használatát."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Ha egy adott városban vagy régióban szeretne felülkerekedni a versenyen, nézze meg a %1$s plugint! Könnyedén be tudod illeszteni a Google térképeket, a nyitvatartási időt, a kapcsolattartókat és egy bolthely-keresőt. Emellett a(z) %1$s segíti Önt abban, hogy javítsa a kapcsolattartók elérhetőségét."],"Attract more customers near you":["Vonzzon be mégtöbb látogatót környezetéből"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Szeretnéd tudni a %1$s plugin összes be és kimenetét? Szeretnél megtudni mindent a speciális beállításainkról? Szeretnéd tudni, hogyan kell kihozni a legtöbbet a %1$s bővítményből? Nézzd meg a %1$s plugin-tréningünket és előzz meg mindenkit!"],"Get the most out of %1$s with the %2$s":["Hozza ki a legtöbbet a %1$s bővítményből a %2$s ajánlattal"],"Upgrade to Premium":["Frissítsen Premium verzióra"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Hagyja le versenytársait a %smal"],"You might like":["Ajánljuk még"],"Newsletter":["Hírlevél"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":[""],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["A konfigurációs varázsló segít neked könnyedén konfigurálni az oldaladat az optimális SEO beállításokért."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Válassza a Premium verziót, hogy szakértőink a bővítmény telepítésével és használatával kapcsolatos minden kérdésére készséggel válaszoljanak."],"Superfast internal linking suggestions":["Szupergyors belső hivatkozási javaslatok"],"Great news: you can, with %1$s!":["Jó hír: a %1$s használatával képes rá!"],"Save changes":["Változtatások mentése"],"1 year free support and updates included!":["Ingyenes támogatás és frissítések egy éven át!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":[""],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sKözösségi média előnézet%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$s Nincs több halott link%2$s: egyszerű átirányítási menedzser"],"No ads!":["Reklámmentes!"],"Facebook & Twitter":["Facebook és Twitter"],"Social media preview":["Közösségi média előnézet"],"Easy redirect manager":["Egyszerű átirányítási menedzser"],"No more dead links":["Nincs több halott link"],"Increase your SEO reach":["Növelje SEO elérését"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":[""],"Variable":["Változó"],"Available variables":["Elérhető változók"],"Scroll to see the table content.":["Görgess lejjebb a táblázat tartalmához."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Kérjük tekintsd meg %1$shogyan csatlkoztasd weboldalad a Google Kereső Konzol szolgáltatáshoz cikkünket%2$s ha segítségre van szükséged."],"An error occurred in the '%1$s' assessment":["Hiba történt a '%1$s' kiértékelésekor"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$sa a szavaknak %2$stöbb, mint %3$s szótagból áll%4$s, ami több az ajánlott maximumnál, ami %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$sa a szavaknak %2$stöbb, mint %3$s szótagból áll%4$s, ami kevesebb vagy egyenlő az ajánlott maximummal, ami %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Ez valamivel kevesebb mint az ajánlott minimum, ami %5$d szó. %3$sAdjunk hozzá egy kicsit többet%4$s.","Ez valamivel kevesebb mint az ajánlott minimum, ami %5$d szó. %3$sAdjunk hozzá egy kicsit többet%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["A metaleírás %1$d darab olyan mondatot tartalmaz, amelyben az %2$s az ajánlottnál több, azaz %3$s darab szó%4$s van. Próbáld lerövidíteni a mondatot.","A metaleírás %1$d darab olyan mondatot tartalmaz, amelyben az %2$s az ajánlottnál több, azaz %3$s darab szó%4$s van. Próbáld lerövidíteni a mondatot."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["A metaleírás nem tartalmaz olyan mondatokat, amelyekben %1$s az ajánlottnál több, azaz %2$s darab szó%3$s van."],"Step %1$d: %2$s":["%1$d. lépés: %2$s"],"No new notifications.":["Nincs új értesítés."],"Save all":["Mentsünk mindent"],"Save":["Mentés"],"%1$s, Author at %2$s":["%1$s, Szerző | %2$s"],"Mobile preview":["Mobil előnézett"],"Desktop preview":["Asztali előnézett"],"Select redirect":["Átirányítás engedélyezve"],"Please provide an SEO title by editing the snippet below.":["Kérlek adj meg egy SEO címet a lenti kivonat szerkesztésével."],"Meta description preview:":["Metaleírás előnézete:"],"Slug preview:":["Slug előnézet:"],"SEO title preview:":["Seo cím előnézet:"],"Close snippet editor":["Kivonat szerkesztő bezárása"],"Slug":["Keresőbarát név"],"Remove marks in the text":["Jelzések eltávolítása a szövegből"],"Mark this result in the text":["Jelöljük az eredményt a szövegben"],"Marks are disabled in current view":["A jelek tiltva vannak a jelenlegi nézetben"],"Good SEO score":["Jó SEO eredmény"],"OK SEO score":["Megfelelő SEO eredmény"],"Feedback":["Visszajelzés"],"ok":["rendben"],"Choose an image":["Kép kiválasztása"],"Remove the image":["Kép eltávolítás"],"MailChimp signup failed:":["MailChimp regisztráció sikertelen:"],"Sign Up!":["Regisztráció!"],"Name":["Név"],"There is an error with the request.":["Hiba történt a lekérés során."],"Select profile":["Profil választása"],"Choose a profile":["Profil választás"],"Authorization code":[""],"Reauthenticate with Google":["Google Újrahitelesítés"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Ahhoz, hogy %s letöltse a Google Search Console információkért kérjük, adja meg a Google engedélyezési kódot. Az alábbi gombra kattintva megnyílik egy új ablakban."],"Please provide a meta description by editing the snippet below.":["Kérjek az alábbi kivonat szerkesztésével adjon meg egy metaleírást."],"Edit snippet":["Kivonat szerkesztése"],"You can click on each element in the preview to jump to the Snippet Editor.":["Bármelyik elemre rákattinthatsz az előnézetben, hogy a Kivonat Szerkesztőhöz kerülj."],"SEO title preview":["SEO cím előnézet"],"Meta description preview":["Metaleírás előnézete"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":[""],"Close the Wizard":["Varázsló bezárása"],"Export settings":["Beállítások exportálása"],"%1$s video tutorial":["%1$s videó útmutató"],"%s › Configuration Wizard":["%s › Beállítás varázsló"],"Please don't show me this notification anymore":["Nem akarom többé látni ezt az értesítést"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Ha problémákat észlelsz, %1$skérlek küldj egy hibajelentést%2$s és legjobb tudásunk alapján segítünk neked."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Észleltük, hogy egy ideje már használjuk a %1$s-t, reméljük örömmel. Nagyon boldogok lennénk, ha ezt %2$sa WordPress.org-on is megosztanád, és 5 csillaggal értékelnél minket%3$s!"],"Date archives settings":["Dátum szerinti archívum beállításai"],"Author archives settings":["Szerző archívumának beállításai"],"%1$s by %2$s":["%1$s x %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Figyelem: A %s változó nem használható ebben a sablonban. További információért tekintsd meg a súgó központot!"],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Egyébként tudta-e, hogy van egy %1$sPrémium bővítményünk%2$s? Ez speciális funkciókat is tartalmaz, mint az átirányítás-kezelő és több kulcskifejezés kezelését is támogatja egy tartalmon belül. Továbbá 24/7 nonstop személyes támgatást biztosít."],"(no title)":["(nincs cím)"],"%s installation wizard":["%s telepítés varázsló"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["A %1$s admin menü hasznos, egyrészt hasznos, harmadik féltől származó eszközöket tartalmaz az oldalak elemzésére, másrészt megkönnyíti az új értesítések észrevételét."],"Admin bar menu":["Admin menüsor"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["A %1$s hetente ellenőrzi, hogy a weboldalad továbbra is indexelhető a kereső motorok számára és a %2$s értesít amennyiben ez nem így van."],"Features":["Funkciók"],"SEO title":["SEO cím"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":[""],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Üdvözlünk a %1$s Beállítás varázslóban. Néhány lépésen keresztül segítünk testreszabni a SEO beállításokat a weboldaladnak megfelelően!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["A google, a weboldalad nevét mutatja a keresési eredményekben, ha szeretnél változtatni rajta, itt megteheted."],"Greater than sign":["Nagyobb jel"],"Less than sign":["Kisebb jel"],"Right angle quotation mark":["Jobbos macskaköröm"],"Left angle quotation mark":["Balos macskaköröm"],"Small tilde":["Kis hullám jel"],"Vertical bar":["Függőleges vonal"],"Low asterisk":["Alacsony csillag"],"Asterisk":["Csillag"],"Bullet":[""],"Middle dot":["Középső pont"],"Em dash":["Hosszú gondolatjel"],"En dash":["Gondolatjel"],"Dash":["Kötőjel"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Válaszd ki a jelet amit cím elválasztóként kívánsz használni. Ez fog megjelenni, például a bejegyzés címe és az oldal neve között. A jelek azonos méretben láthatóak mint ahogyan a keresési találatokban szereplnek."],"The name of the person":["A személy neve"],"No":["Nem"],"Yes":["Igen"],"Does, or will, your site have multiple authors?":["Az oldalnak több szerzője van/lesz?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["A WordPress automatikusan generál URL-t minden média elemhez a médiatárban. Ezt engedélyzve megengedjük a google-nek, hogy beindexelje a generált URL-t. "],"Success!":["Siker!"],"Title settings":["Címsor beállítások"],"Google Search Console":["Google Search Console"],"Multiple authors":["Több szerző"],"Site type":["Oldal típusa"],"Environment":["Környezet"],"Yoast option %1$s not found.":["A %1$s opció nem található."],"Google Structured Data Test":["Google strukturális adat teszt"],"Posts list":["Üzenetek listája"],"Posts list navigation":["Posztok lista navigációja"],"Filter posts list":["Üzenetek szűrése"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Vegye figyelembe, hogy az archívumokra mutató hivatkozások továbbra is megjelenhetnek a témánál, és külön kell eltávolítania őket."],"%1$s to optimize your site even further":["%1$s tovább optimalizálja a webhelyét"],"%1$s extensions":["%1$s bővítmény"],"Comes with our 30-day no questions asked money back guarantee":["Jön a mi 30 napos kérdezés nélküli pénzvisszafizetési garanciánk"],"More information %1$sabout %3$s%2$s":["További információ %1$sabout %3$s%2$s"],"Installed":["Telepítve"],"gain access to our 24/7 support team.":["szerezzünk hozzáférést a 24/7 ügyeleti csapathoz."],"Premium support":["Prémium támogatás"],"check what your Facebook or Twitter post will look like.":["ellenőrizze, hogy milyen lesz a Facebook vagy Twitter posztja."],"Social previews":["Köszösségi előképek"],"create and manage redirects from within your WordPress install.":["készíthet és menedzselhet átirányításokat a telepített wordpressen belül."],"Redirect manager":["Átirányítás kezelő"],"%1$s, take your optimization to the next level!":["%1$s optimizálása a következő szintre!"],"A seamless integration between %1$s and %2$s":["A %1$s and %2$s közötti problémamentes integráció"],"Use %1$s breadcrumbs instead of %2$s ones":["Használja a %1$s navigációs eszközt a %2$s helyett"],"Easily insert Google Maps, a store locator, opening hours and more":["Könnyedén szúrjon be Google Maps-et, egy boltkeresőt, nyitvatartási időt és másokat"],"Creates XML News Sitemaps":["XML Hírek Oldaltérképet hoz létre"],"Immediately pings Google on the publication of a new post":["Azonnal jelezzen a Google-nak egy új bejegyzés publikálásakor"],"Optimize your site for Google News":["Optimalizáld az oldalad a google hírek számára"],"Make videos responsive through enabling fitvids.js":["Készíts reszponzív videókat a fitvids.js bekapcsolásával"],"Enhance the experience of sharing posts with videos":["Növelje a megosztott posztok tapasztalatait videókkal"],"Show your videos in Google Videos":["Tedd közzé a videóid a google videók között"],"Crawl issues list":["Feltérképezési problémák listája"],"Crawl issues list navigation":["Feltérképezési problémák lista navigációja"],"Edit “%s”":["Szerkesztés “%s”"],"Premium":["Prémium"],"Google Trends":["Google Trends"],"Notifications":["Értesítések"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Eltávolítja a metadobozból a fő kulcskifejezés szakaszt, és letiltja az összes SEO-val kapcsolatos javaslatot."],"Disable SEO analysis":["SEO elemzés letiltása"],"Twitter settings":["Twitter beállítások"],"Pinterest settings":["Pinterest beállítások"],"Facebook settings":["Facebook beállítások"],"Title separator symbol":["Cím elválasztó szimbóluma"],"RSS feed settings":["RSS feed beállítások"],"Breadcrumbs settings":["Útvonalkövetés beállítások"],"Make primary":["Tedd elsődlegessé"],"Enter your Google Authorization Code and press the Authenticate button.":["Írd be a Google Authorization Code-ot (hitelesítő kód) és nyomj a Hitelesítés gombra."],"Knowledge base article":["Tudásbázis cikk"],"Open the knowledge base article in a new window or read it in the iframe below":["Nyisd meg a tudásbázis cikket új ablakban vagy olvasd el a lenti iframeben"],"Search results":["Keresési eredmények"],"%s notification":["%s értesítés","%s értesítés"],"Disable readability analysis":["Olvashatósági elemzés kikapcsolása"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Eltünteti az olvashatóság fület a metaboxból és letilt minden olvashatósággal kapcsolatos javaslatot."],"Readability analysis":["Olvashatósági elemzés"],"Needs improvement":["Javítani szükséges"],"Readability":["Olvashatóság"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Nem-miniatürizált fájlt próbálunk betölteni, ez a funkció csak a fejlesztői csomagban érhető el. Nézzük meg az alábbi oldalt az összes forrásfájlhoz: %1$s"],"Improvements":["Fejlesztések"],"Dismiss this item.":["Hagyja figyelmen kívül ezt az elemet."],"Good job! We could detect no serious SEO problems.":["Szép munka! Nincs különösebb SEO probléma."],"We have detected the following issues that affect the SEO of your site.":["Az alábbi problémákat találtuk, amelyek befolyásolhatják az oldalad SEO-ját."],"Problems":["Problémák"],"Analysis":["Elemzés"],"Not available":["Nem elérhető"],"Filter by SEO Score":["Szűrés SEO pontszám szerint"],"Meta description not set.":["Metaleírás nincs megadva."],"Video tutorial":["Oktató videó"],"Email support is a %s feature":["Az email-es segítség %s szolgáltatás"],"Knowledge base":["Tudásbázis"],"Open":["Megnyitás"],"Loading...":["Betöltés..."],"Something went wrong. Please try again later.":["Hiba történt. Kérjük, próbálja meg később."],"No results found.":["Nincs találat."],"Dashboard":["Vezérlőpult"],"You can fix this on the %1$sPermalink settings page%2$s.":["Helyrehozhatod ezt a %1$sKözvetlen Hivatkozások oldalon%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["A hozzászólások lapozása engedélyezve, ami 1000-ből 999 alkalommal nem szükséges. Azt ajánljuk hogy inkább tiltsd le.."],"Replaced with the primary category of the post/page":["Kicserélve az oldal/bejegyzés főkategóriájára"],"Pinterest confirmation":["Pinterest megerősítés"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Ha már megerősítetted weboldaladat a Pinterest-el, hagyd ki a lenti lépést."],"Format-based archives":["Formátum alapú archívum"],"Webmaster Tools verification":["Webmestereszközök megerősítése"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Kövesd a %1$s WordPress képzésünket és légy hivatalos %1$s Szakértő!"],"Want to be a %s Expert?":["Szeretnél %s Szakértő lenni?"],"Buy %s":["%s vásárlása"],"Show information about errors in category %s":["Mutasson információt a következő kategória hibáiról: %s"],"New %1$s Title":["Új %1$s címsor"],"Existing %1$s Title":["Létező %1$s címsor"],"Expected an integer as input.":["Csak egész számot lehet megadni."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Megpróbálom felépíteni a webhelytérkép gyorsítótár kulcsát, de a postfix és prefix kombináció túl kevés helyet hagy ahhoz, hogy ezt megtehesse. Valószínűleg egy olyan oldalt kér, amely kifutott a várható tartományból."],"Remove":["Töröl"],"Keep":["Megtart"],"Bold the last page":["Vastagbetű az utolsó oldalon"],"Regular":["Szabályos"],"Bold":["Félkövér"],"Show Blog page":["Mutasd a Blog oldalt"],"Primary %s":["Elsődleges %s"],"Primary":["Elsődleges"],"Make %1$s primary %2$s":["Make %1$s primary %2$s"],"Term is set to noindex.":["A kifejezéshez noindex van állítva."],"Author archives":["Szerzői archívum"],"Show":["Mutat"],"Enabled":["Engedélyezve"],"Disabled":["Letiltva"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s nem tudta letölteni az oldalad indexelhetőségi státuszát az %2$s oldalról"],"The separator defined in your theme's %s tag.":["A téma %s címkéjében meghatározott elválasztó."],"No index":["No index"],"Analyze entire site":["Egész oldal elemzése"],"Fetch the current status":["Jelenlegi állapot lekérése"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s nem tudta letölteni az oldalunk indexelhetőségi státuszát%3$s a(z) %4$s oldalról"],"Your homepage can be indexed by search engines.":["A honlapod indexelhető a keresőmotorokkal."],"Indexability check by %1$s":["Indexelhetőségi ellenőrzés a %1$s által"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Ha szeretnénk a(z) %1$s megosztáshoz képet feltölteni / választani, akkor töltsük fel, vagy adjunk meg egy kép URL-t."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Ha nem a metaleírásban levő szöveggel szeretnénk megosztani a %1$s-on, akkor adja meg a kívánt szöveget itt."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Ha nem szeretnéd ezt a címet használni a %1$s felületen való megosztáshoz, de szeretnél egy másikat megadni, azt ide írd."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sA weboldalad nem indexelt a keresőmotor által%2$s. Ez nagyon rossz a SEO-nak és muszáj javítani."],"Once Weekly":["Hetente egyszer"],"SEO score":["SEO pontszám"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["SEO-pontszám újraszámolása egy kulcskifejezésre a tartalom egészének figyelembevételével."],"%1$s of %2$s done.":["%2$s-ből kész %1$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Frissítettük az SEO elemzésünk algoritmusát. Az oldalak és bejegyzések %1$sSEO elemzésének újrakalkulásához kattints ide%2$s."],"Team Yoast":["Yoast csapata"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Az első valós minden-az-egyben SEO megoldás Wordpress-hez, amely oldalakon belüli tartalom elemzést, XML oldaltérképet és sok mást is tartalmaz."],"Yoast SEO":["Yoast Seo"],"Activation failed:":["Az aktiválás nem sikerült:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["A szűrő kiterjesztése elérhetetlennek tűnik.Kérlek, fordulj a web host -jához, hogy kapcsolja be."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["A %1$s plugin installálása nem teljes. Kérlek, hivatkozz a %2$sinstallálási instrukciókra%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Az alapvető PHP Könyvtár (SPL) kiterjesztés úgy néz ki elérhetetlen. Kérlek keresd a tárhely-szolgáltatódat az engedélyezze az elérést."],"SEO Settings":["SEO beállítások"],"Mobile-Friendly Test":["Mobilbarát teszt"],"Google Page Speed Test":["Google PageSpeed teszt"],"CSS Validator":["CSS Ellenőrző"],"HTML Validator":["HTML Ellenőrző"],"Pinterest Rich Pins Validator":["Pinterest Rich Pin validátor"],"Facebook Debugger":["Facebook hibakereső"],"Check Headers":["Fejlécek ellenörzése"],"Check Google Cache":["Google gyorsítótár ellenörzése"],"Analyze this page":["Oldal elemzése"],"Keyword Research":["Kulcsszókutatás"],"%s does not seem to be a valid url. Please correct.":["%s érvénytelen url. Kérjük javítani!"],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s érvénytelen %2$s érvényesítő kódnak látszik. Kérjük javítani!"],"%s Archive":["%s Archívált"],"You searched for %s":["Kereste a %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Összegzés nagyméretű képpel"],"Summary":["Összegzés"],"The post %1$s appeared first on %2$s.":["A %1$s bejegyzés először %2$s-én jelent meg."],"No numeric value was received.":["Nem numerikus értéket kapott."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Egy létező Blognak kell lennie. A Blog %s nem létezik, vagy törlésre van beállítva."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Az alap blog beállításnak meg kell egyeznie a használni kívánt numerikus blog id-val (azonosítóval)."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s nem helyes választás a tekintetben, hogy kinek kéne hozzáférnie a %2$s beállításokhoz. Érték visszaállítása az eredetire."],"Please select a valid post type for taxonomy \"%s\"":["Kérlek válassz egy helyes bejegyzés típust az alábbi taxonómiához: \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Kérlek válassz egy helyes taxonómiát az alábbi bejegyzés típushoz: \"%s\""],"You searched for":["A következőre kerestünk rá"],"Home":["Kezdőlap"],"Archives for":["Archívumban"],"Error 404: Page not found":["404-es hiba: az oldal nem található"],"Good":["Jó"],"Replaced with a custom taxonomies description":["Kicserélve az egyéni taxonómia leírásával"],"Replaced with a posts custom taxonomies, comma separated.":["Kicserélve a bejegyzések egyéni taxonomiáival, vesszővel elválasztva"],"Replaced with a posts custom field value":["Helyettesítve egy bejegyzés egyedi mezőértékével"],"Replaced with the slug which caused the 404":["Helyettesítve egy keresőbarát névvel, ami 404-es hibát okozott"],"Replaced with the posts focus keyphrase":["Felváltva a bejegyzés fő kulcskifejezésével"],"Attachment caption":["Mellékelt képaláírás"],"Replaced with the current page number":["Helyettesítve az aktuális oldal számával"],"Replaced with the current page total":["Behelyettesítve az aktuális oldal összes lap számával"],"Replaced with the current page number with context (i.e. page 2 of 4)":[""],"Replaced with the post/page author's 'Biographical Info'":["Behelyettesítve a bejegyzés / oldal szerzőjének (szerzőinek) 'Életrajzi adataival'"],"Replaced with the post/page author's 'nicename'":["Behelyettesítve a bejegyzés / oldal szerzőjének (szerzőinek) 'felhasználónevével'"],"Replaced with the post/page ID":["Behelyettesítve a bejegyzés / oldal ID-vel"],"Replaced with the post/page modified time":["A bejegyzés / oldal módosításának időpontjával helyettesítve"],"Replaced with the content type plural label":["Kicserélve a tartalom típus többes szám címkéjére"],"Replaced with the content type single label":["Kicserélve a tartalom típus egyes szám címkéjére"],"Replaced with the current search phrase":["Behelyettesítve az aktuális keresési kifejezéssel"],"Replaced with the term name":["A kategória névvel helyettesítve"],"Replaced with the term description":["A kategória leírással helyettesítve"],"Replaced with the tag description":["A címke leírásával helyettesítve"],"Replaced with the category description":["A kategória leírással helyettesítve"],"Replaced with the post categories (comma separated)":["A bejegyzés kategóriákkal helyettesítve (vesszővel elválasztva)"],"Replaced with the current tag/tags":["A jelenlegi címkével/címkékkel helyettesítve"],"Replaced with the post/page excerpt (without auto-generation)":["A bejegyzés / oldal kivonatával (nem automatikusan generálva)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["A bejegyzés / oldal kivonatával helyettesítve (vagy automatikusan legenerálva, amennyiben még nem létezett)"],"The site's name":["A weboldal neve"],"Replaced with the title of the parent page of the current page":["A jelenlegi oldal szülőoldalának címével behelyettesítve"],"Replaced with the title of the post/page":["A bejegyzés / oldal címével behelyettesítve"],"Replaced with the date of the post/page":["A bejegyzés / oldal dátumával behelyettesítve"],"Page %1$d of %2$d":["Oldal %1$d a %2$d-ből"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Nem szabályozhatod felül a WPSEO irányadó változó cseréjét azzal, hogy azonos névvel regisztálsz egy változót. Használd a \"wpseo_replacements\" szűrőt a csereérték megadása helyett!"],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["A helyettesítő változó ugyan ezzel a névvel már használatban van. Próbálj másik, egyedi változónevet megadni."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["A helyettesítő változó nem kezdődhet a \"%%cf_\" vagy \"%%ct_\" karakterlánccal, mivel ez a WPSEO egyéni változóinak és taxonómiáinak vannak fenntartva. Próbálj másik, egyedi változónevet megadni."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["A helyettesítő változó csak alfanumerikus (betűk és számok) karaktereket tartalmazhat, valamint aláhúzást és kötőjelet. Próbálj másik, egyedi változónevet megadni."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Adminisztrátornak szóló figyelmeztetés: ez az oldal azért nem jelenít meg metaleírást, mert nincs megadva hozzá. Írjunk hozzá egyet vagy a [%1$s - %2$s] menüben állítsunk be egy sablont!"],"Page not found":["Az oldal nem található"],"%s Archives":["%s Archívum"],"Search for \"%s\"":["Keresés \"%s\""],"Meta description to use for Author page":["A szerző oldalán használandó metalírás"],"Title to use for Author page":["A szerző oldalán használt cím"],"%1$s settings":["%1$s beállítások"],"Export your %1$s settings":["%1$s Beállításod exportálása"],"Import settings":["Beállítások importálása"],"Import from other SEO plugins":["Importálás másik SEO bővítményből"],"Import":["Importálás"],"If you had a %s file and it was editable, you could edit it from here.":["Ha %s fájlod van és az szerkeszthető, akkor itt szerkesztheted."],"If your %s were writable, you could edit it from here.":["Amennyiben a %s írható, akkor itt szerkesztheted."],"You don't have a %s file, create one here:":["A %s fájl hiányzik, itt hozható létre:"],"A link to your site, with your site's name and description as anchor text.":["HIvatkozás az Ön oldalára, az oldal neve és leírása legyen a horgonyszöveg (anchor text)"],"A link to your site, with your site's name as anchor text.":["Hivatkozás az Ön oldalára, az oldal neve legyen a hivatkozásban a horgonyszöveg (anchor text)"],"A link to the post, with the title as anchor text.":["Hivatkozás a hozzászólásra, a cím legyen a hivatkozásban a horgonyszöveg (anchor text)"],"A link to the archive for the post author, with the authors name as anchor text.":["Link a bejegyzés szerzőjéhez, melyben a szerző neve horgonnyal jelölt."],"You can use the following variables within the content, they will be replaced by the value on the right.":["A következő változókat használhatja a szövegben. A változók helyén a jobboldalon feltüntetett érték jelenik majd meg."],"Content to put after each post in the feed":["Minden bejegyzés után helyezd el a tartalmat a feed-ben"],"Content to put before each post in the feed":["Tartalom, melyet a feed-ben minden egyes bejegyzés elé lehet rakni"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Ezt a funkciót arra használjuk,hogy tartalmat adjunk az RSS-edhez, pontosabban arra való, hogy linkeket irányítsunk vissza a blogodra és a blogbejegyzéseide, így a buta keresőprogramok automatikusan hozzáaják ezeket a linekeket is, ezáltal segítve a keresőmotorokat abban, hogy téged azonosítsanak,mint a tartalom eredeti forrását."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Ennek a morzsa funkciónak a használata a %1$studásbázisunk bejegyzésben kerül elmagyarázásra a morzsa implementálásnál%2$s."],"How to insert breadcrumbs in your theme":["Hogyan lehet beilleszteni az útvonalkövetést sablonokba"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Post típus archívum megmutatása morzsák formájában a taxonómiákhoz"],"Taxonomy to show in breadcrumbs for content types":["Taxonómia megmutatása morzsa formájában a poszt típusokhoz"],"Breadcrumb for 404 Page":["404-es oldal kenyérmorzsája"],"Prefix for Search Page breadcrumbs":["Útvonalkövetést megelőző szöveg a keresés oldalon"],"Prefix for Archive breadcrumbs":["Útvonalkövetést megelőző szöveg archívum oldalon"],"Prefix for the breadcrumb path":["Kenyérmorzsát megelőző szöveg"],"Anchor text for the Homepage":["Nyitólap horgony szövege"],"Separator between breadcrumbs":["Elválasztó az útvonalkövetések között"],"Enable Breadcrumbs":["Útvonalkövetés engedélyezése"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Az alábbiakban megtaláljuk a bejegyzés SEO értékeit. Most érkezett el az idő arra, hogy fejlesszük néhány bejegyzésünket!"],"Credits":["Készítők"],"« Back to Tools page":["« Vissza az Eszközök oldalra"],"%1$s comes with some very powerful built-in tools:":["%1$s erőteljes beépített eszközökkel érkezik:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Ez az eszköz segít abban, hogy gyorsan változtathass a SEO-d szempontjából olyan fontos fájlokon mint a robots.tx, és a .htaccess."],"File editor":["Fájl szerkesztő"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Beállítások importálása más SEO bővítményekből és beállításaid mentése azok alkalmazásához (egy másik) blogon."],"Import and Export":["Importálás és Exportálás"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Ez az eszköz lehetővé teszi, hogy könnyen megváltoztassuk a bejegyzéseink címét és leírását anélkül, hogy az adott bejegyzések egyenként kellene szerkeszteni a hagyományos szerkesztővel."],"Bulk editor":["Tömeges szerkesztő"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["A weboldal %1$sPinteresttel történő megerősítéséhez%2$s itt adjon hozzá metacímkéket:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["A Pinterest a Facebook-kal megegyezően az Open Graph adatokat használja, így ellenőrizd hogy a Facebook fülön az Open Graph jelölőnégyzete ki van-e választva. Ha Pinterest-re is optimalizálni akarsz, válaszd ki az Open Graph-ot."],"The default card type to use":["Haználatban lévő alapértelmezett kártya típusa"],"Add Twitter card meta data":["Add hozzá a Twitter kártya meta-adatokat"],"This image is used if the post/page being shared does not contain any images.":["Ezt a képet akkor használja, ha a bejegyzés illetve oldal, amit közzétett, nem tartalmaz képeket."],"Default settings":["Alapértelmezett beállítások"],"Copy home meta description":["Másold a Főoldal meta-leírását"],"Description":["Leírás"],"Image URL":["Kép URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["A weboldal nyitólapján az Open Graph metacímkéiben ez a cím, leírás és kép kerül használatra."],"Frontpage settings":["Főoldal beállításai"],"Add Open Graph meta data":["Open Graph metaadatok hozzáadása"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter Felhasználónév"],"Facebook Page URL":["Facebook Oldal URL"],"Accounts":["Fiókok"],"Restore site to defaults":["Alapértelmezett beállítások visszaállítása"],"Site ID":["Oldal ID"],"Using this form you can reset a site to the default SEO settings.":["Az űrlap segítségével vissza tudod állítani az eredeti SEO beállításokat."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Adatvédelmileg érzékeny (FB adminok és hasonlók), téma specifikus (cím újraírás) és néhány oldal specifikus beállítás nem kerül importálásra az új blogokban."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Írd be azt a %sWeboldal Azonosítót (Site ID)%s amelynek a beállításai alapértelmezettek lesznek minden, a hálózatba felvett weboldal esetében. Hagyd üresen, ha egyik oldal beállításait se szeretnéd alapértelmezettnek (ebben az esetben a bővítmény saját alapbeállításai lesznek használatban)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Válassz egy weboldalt, amelynek a beállításai alapértelmezettek lesznek minden, a hálózatba felvett weboldal esetében. Ha az 'Egyik sem' (None) opciót választod, a bővítmény saját alapbeállításai lesznek használatban."],"New sites in the network inherit their SEO settings from this site":["A hálózatba kerülő új weboldalak ennek a weboldalnak a SEO beállításait öröklik"],"Super Admins only":["Csak szuper adminisztrátoroknak"],"Site Admins (default)":["Oldal adminisztrátoroknak (alapértelmezett)"],"Who should have access to the %1$s settings":["Akik hozzáférhetnek a %1$s beállításaihoz"],"spam":["spam"],"mature":["felnőtt"],"archived":["archiválva"],"public":["nyilvános"],"%s restored to default SEO settings.":["%s visszaállítva az eredeti SEO beállításokra."],"Settings Updated.":["Beállítások frissítve."],"404 pages":["404-es oldalak"],"Search pages":["Keresés oldalak"],"These pages will be %s by default, so they will never show up in search results.":["Ezeknek az oldalaknak %s meghatározásuk lesz, ezután alapértelmezés szerint Így soha nem fognak megjelenni a keresési eredmények között."],"Special Pages":["Speciális Oldalak"],"Date-based archives could in some cases also be seen as duplicate content.":["Adatalapú archívok némely esetben duplikált tartalomként jelennek meg."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Amennyiben ez a helyzet a weboldaladon, választhatod, hogy kikapcsolod (akkor átirányít más weboldalakra), vagy hozzáadhatod a %s -t, és akkor nem bukkan fel a keresési találatok között."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Amennyiben egy szerzős blogot üzemeltetsz, a a szerzői archívum ugyanolyan lesz,mint a weboldalad.Ez az, amit %1$sduplicate content problem%2$s -nek nevezünk."],"Date archives":["Időrendi archívumok"],"author archives":["Szerző archívumok"],"Title":["Címsor"],"%1$s Meta Box":["%1$s metadoboz"],"Hide":["Rejt"],"Date in Snippet Preview":["Dátum a találati lista előnézetében"],"Take note:":["Figyelembe kell venni:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["A címet és a leírást a blog oldalhoz az %1$soldal szerkesztésénél%2$s adhatod meg."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["A címet és a leírást az egyedi kezdőoldalhoz az %1$soldal szerkesztésénél%2$s adhatod meg."],"Homepage & Front page":["Egyedi & Alapértelmezett kezdőoldal"],"Title Separator":["Cím elválasztó"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s érzékelte, hogy mire lenne szükséges átírni az oldalak címét, de ha úgy érzed ez nem jó és tudod mit csinálsz, itt módosíthatod a beállításokat."],"Force rewrite titles":["Címsorok átírásának kikényszerítése"],"Taxonomies":["Taxonómiák"],"Homepage":["Nyitólap"],"%1$s Extensions":["%1$s Kiterjesztések"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["A %1$s Wocemmerce integrációja zökkenőmentesen zajlik és extra funkciókhoz jutsz!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Érj el jobb helyezest mind helyi szinten, mind a Google Mapsban anélkül, hogy megizzadnál!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Ön tagja a Google hírek szolgáltatásnak? Növelje oldala forgalmát a Google hírek optimalizálásával!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimalizáld a videóidat, hogy megjelenjenek a keresési eredmények között és többen kattintsanak rád!"],"The premium version of %1$s with more features & support.":["A %1$s prémium változat, több beállítási lehetőséget és támogatást tartalmaz."],"Person":["Személy"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Ez az adat metaadatként szerepel a weboldalunkon, azzal a szándékkal, hogy megjelenjen a %1$sGoogle Knowledge Graph%2$s-ban. Lehetünk akár cég, vagy magánszemély."],"Website name":["Weboldal neve"],"Webmaster Tools":["Webmestereszközök"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Nincsen benne a bejegyzések címe a bejegyzések URL-ében, habár az erősen ajánlott lenne. Mérlegeljük a közvetlen hivatkozásoknál a /%postname%/ beállítását."],"RSS":["RSS"],"Breadcrumbs":["Kenyérmorzsák"],"or":["vagy"],"Save Profile":["Profil mentése"],"There were no profiles found":["Nem található ilyen profil"],"Profile":["Profil"],"Current profile":["Aktuális profil"],"Authenticate":["Hitelesítés"],"Get Google Authorization Code":["Adja meg a Google Jóváhagyó Kódját"],"Reload crawl issues":["Töltse be újra a feltérképezési problémákat"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Ahhoz, hogy átirányítást hozzunk létre és megoldjuk ezt a problémát, %1$s -ra van szükségünk. Megvásárolhatjuk a bővítményt, beleértve 1 évi támogatást és frissítést itt: %2$s."],"Creating redirects is a %s feature":["Készítsen átirányítást a %s bővítményhez"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Hibák, amik csak akkor történtek, amikor a telefonokhoz való Googlebot térképezte fel az oldalunkat (a hibák nem jelentek meg az asztali verzión)"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Hibák, amik csak akkor történtek, amikor a Googlebot-mobile térképezte fel az oldalunkat (a hibák nem jelentek meg az asztali verzión)."],"Errors that occurred when your site was crawled by Googlebot.":["Hibák, amik akkor történtek, amikor az oldalunkat a Googlebot térképezte fel."],"Issue categories":["Hiba kategóriák"],"Incorrect Google Authorization Code.":["Hibás Google azonosító kód."],"The issues have been successfully reloaded!":["A kérések sikeresen újratöltve!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["A %1$s adatok törlésre kerültek. Önnek újra kell hitelesítenie, ha azt szeretné, hogy az adatok újra láthatók legyenek."],"Crawl errors per page":["Feltérképezési hibák oldalanként"],"Search":["Keresés"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Ne feledjük a feltérképezési hibákat: %1$skapcsolódjunk össze a Google Search Console-lal itt %2$s."],"Create redirect":["Átirányítás létrehozása"],"Mark as fixed":["Javítottnak jelöl"],"Response code":["Válasz kód"],"First detected":["Először felfedezve"],"Last crawled":["Utoljára feltérképezve"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s felfedezte, hogy a használt verziónk a %2$s, ami nem kompatibilis a %1$s-sel. Kéjük frissítse a %2$s-t a legfrissebb verzióra a funkció használatához."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["A Yoast pluginjai néhány kódot megosztanak egymás között, hogy gyorsabbá tegyék az oldaladat.Ennek eredményeképpen szükséges a Yoast pluginokat mindig aktualizálni. Felfedeztük, hogy ez a legutóbbi frissítés nem történt meg, tehát kérünk, frissítsd azokat a Yoast pluginokat, amelyek nem aktuálisak."],"Feature phone":["Középkategóriás telefonnak"],"Smartphone":["Okostelefon"],"Desktop":["Asztali"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["A cél URL nem létezik, de a szerver nem tér vissza 404 (nem található) hibával."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Időtúllépés történt vagy az oldal blokkolja a Google-t."],"Server Error":["Szerver hiba"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["A Googlebot hozzá tudott férni a weboldaladhoz, de bizonyos URL-ek blokkolva vannak a Googlebot számára a %1$s file -ban. Ez a blokk vagy minden Googlebot számára létezik, vagy csak bizonyos Googlebo-mobiloknál."],"Blocked":["Blokkolva"],"Google was unable to crawl this URL due to an undetermined issue.":["A Google ismeretlen ok miatt képtelen volt ennek az URL-nek a feltérképezésére."],"URL points to a non-existent page.":["URL pont egy nem létező oldal."],"Not found":["Nem található"],"Not followed":["Nincs követés"],"Faulty redirects":["Hibás átirányítások"],"Server requires authentication or is blocking Googlebot from accessing the site.":["A kiszolgáló hitelesítést igényel, vagy blokkolja a Googlebot a hozzáférését az oldalon."],"Access denied":["Hozzáférés megtagadva"],"Deactivate %s":["%s kiegészítő kikapcsolása"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["A %1$s bővítmény problémát okozhat, ha együtt van használva a %2$s bővítménnyel."],"Upload Image":["Kép Feltöltése"],"Remove these ads?":["Eltávolíthatóak ezek a hirdetések?"],"%s Posts Overview":["%s - Bejegyzések áttekintése"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["A morzsa cím felhasználva a morzsákban, ahol ez a szótár megjelenik."],"Breadcrumbs title":["Útvonal címe"],"The canonical link is shown on the archive page for this term.":["A kanonikus link megjeleníti ezt a kifejezést az archív oldalon."],"Facebook App ID":["Facebook alkalmazás ID"],"Pinterest":["Pinterest"],"Other":["Egyéb"],"Archives":["Archíváltak"],"Email":["Email"],"Previous":["Előző"],"Next":["Következő"],"Close":["Bezár"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Mind a %1$s , mind pedig a %2$s képes XML oldaltérképek létrehozására.Két XML oldaltérkép egyidejű használata nem tesz jót a keresőmotoroknak, hanem le is lassíthatják a weboldaladat."],"Configure %1$s's Open Graph settings":["%1$s Open Graph beállításai"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Mind a %1$s, mind pedig a %2$s Open Graph kimenetet hoz létre, amely előidézheti, hogy a Facebook, Twitter, LinkedIn és más közösségi hálózatok rossz szövegeket és képeket használnak, amikor az oldalaid megosztásra kerülnek."],"%s Image":["%s Kép"],"%s Description":["%s Leírás"],"%s Title":["%s Cím"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Az ajánlott fotóméret ehhez a %1$s %2$spx."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Ha szeretnéd felülírni a %s rendszerhez felhasznált képedet ehhez a bejegyzéshez, tölts fel egy másikat, vagy add meg az URL-jét itt."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Ha nem szeretnéd használni a bejegyzés metaleírását a %s felületen való megosztáskor, de szeretnél más leírást megadni hozzá, írd azt ide."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Ha nem a bejegyzés címét szeretnéd megjeleníteni megosztáskor a(z) %s oldalon, és másik címet szeretnél, akkor azt írd ide."],"very difficult":["nagyon nehéz"],"Try to make shorter sentences, using less difficult words to improve readability":["Próbáljunk meg rövidebb mondatokat írni, és használj könnyebb szavakat a tartalom olvashatóságának javítása érdekében"],"difficult":["nehéz"],"Try to make shorter sentences to improve readability":["Próbáljunk meg rövidebb mondatokat írni az olvashatóság javítása érdekében"],"fairly difficult":["viszonylag nehéz"],"OK":["OK"],"fairly easy":["viszonylag könnyű"],"easy":["könnyű"],"very easy":["nagyon könnyű"],"Meta Desc.":["Metaleírás"],"All SEO Scores":["Teljes SEO pontszám"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["A felhasznált képnek legalább 200x200pixel felbontásúnak kell lennie ahhoz, hogy felhasználható legyen a Facebook-on vagy más közösségi média oldalon."],"(no parent)":["(nincs szülő)"],"Post is set to noindex.":["Bejegyzéshez noindex van beállítva."],"The URL that this page should redirect to.":["Az URL, amire ennek az oldalnak át kell irányítania."],"301 Redirect":["301-es átirányítás"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["A kanonikus URL, amelyre ez az oldal mutasson. Hagyjuk üresen, ha az alapértelmezett közvetlen linkeket szeretnénk használni. %1$sDomainek közti kanonikus URL-ek%2$s is támogatottak."],"Canonical URL":["Kanonikus URL-ek"],"Title to use for this page in breadcrumb paths":["Ezt a címet jeleníti meg az oldalhoz az útvonalban"],"Breadcrumbs Title":["Útvonal mutató címe"],"No Snippet":["Nincs kódrészlet"],"No Archive":["Nincs archívum"],"No Image Index":["Nincs indexkép"],"None":["Egyik sem"],"Site-wide default: %s":["Az egész oldalra érvényes alapértelemezett: %s"],"Advanced meta robots settings for this page.":["Az oldal speciális meta robot beállításai."],"Meta robots advanced":["Robotok beállítása (haladó)"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Figyelmeztetés: noha itt is állíthatod a metarobotok beállításait, az egész oldal noindex-re van állítva az oldalra vonatkozó privacy beállításokban, így ezeknek a beállításoknak nem lesz hatása."],"Meta description":["Metaleírás"],"SEO Title":["SEO címsor"],"Focus keyword":["Fő kulcsszó"],"Snippet preview":["Keresési találat előnézete"],"Settings successfully imported.":["Beállítások sikeresen importálva."],"Settings could not be imported:":["A beállításokat nem sikerült importálni:"],"Breadcrumb for 404 pages:":["Morzsa 404 oldalnak:"],"Prefix for search result pages:":["Találati oldalak előtagja:"],"Prefix for archive pages:":["Archív oldalak előtagja:"],"Prefix for breadcrumbs:":["Morzsamenü előtagja:"],"Anchor text for the homepage:":["A kezdőoldal horgony szövege:"],"Breadcrumbs separator:":["Morzsa elválasztó:"],"%s Breadcrumbs":["%s morzsák"],"Use Image":["Kép használata"],"Action":["Művelet"],"Page URL/Slug":["Oldal URL / Közvetlen hivatkozás"],"Publication date":["Közzététel dátuma"],"Post Status":["Bejegyzés állapota"],"WP Page Title":["WP oldal címe"],"View":["Megtekintés"],"View “%s”":["“%s” megtekintése"],"Preview":["Előnézet"],"Preview “%s”":["“%s” előnézete"],"Edit":["Szerkeszt"],"Filter":["Szűrő"],"New Yoast Meta Description":["Új Yoast metaleírás"],"Existing Yoast Meta Description":["Meglévő Yoast metaleírás"],"Facebook profile URL":["Facebook profil URL"],"Twitter username (without @)":["Twitter felhasználónév (@ nélkül)."],"FAQ":["GYIK"],"Premium Support":["Prémium támogatás"],"Settings":["Beállítások"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Ahhoz, hogy a keresőkben megjelenjen a weboldal %1$s kattints az Olvasás beállításokra %2$s és a Keresőmotor láthatóság opciónál töröld a keresők tiltását."],"Huge SEO Issue: You're blocking access to robots.":["Súlyos SEO hiba. A keresőrobotok blokkolva vannak."],"Posts":["Bejegyzések"],"Edit Files":["Fájlok szerkesztése"],"Advanced Variables":["Speciális változók"],"Basic Variables":["Alapvető változók"],"General":["Általános"],"Extensions":["Kiegészítők"],"Search Console":["Google Search Console"],"Tools":["Eszközök"],"Advanced":["Haladó"],"XML sitemaps":["XML oldaltérképek"],"Social":["Közösségi beállítások"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s észlelte, hogy a(z) %3$s %2$s verzióját használjuk, kérjük frissítse a legújabb verzióra a kompatibilitási hibák elkerülése végett."],"Just another WordPress site":["Újabb WordPress honlap"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Továbbra is az alapértelmezett jelmondatot használja, pedig talán még egy üres is jobb lenne. %1$sEz megoldható a testreszabási opcióval%2$s."],"You have used HTML in your value which is not allowed.":["Nem megengedett HTML használata az érték megadásánál."],"You can't edit %s that aren't yours.":["A %s nem szerkeszthető, mert nem a sajátja."],"You can't edit %s.":["A %s nem szerkeszthető."],"Post has an invalid Content Type: %s.":["A bejegyzéshez érvénytelen tartalom típus tartozik: %s."],"Post doesn't exist.":["A bejegyzés nem létezik."],"course\u0004Free:":["Ingyenes:"],"posts\u0004Trash (%s)":["Lomtár (%s)","Lomtár (%s)"],"posts\u0004All (%s)":["Összes (%s)","Összes (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/it_IT.json b/Resources/Private/Languages/it_IT.json index 830863d..96e7974 100644 --- a/Resources/Private/Languages/it_IT.json +++ b/Resources/Private/Languages/it_IT.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"it"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Leggi %1$squesto articolo per approfondire perchè non supportiamo le versioni più vecchie.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Se non hai ancora aggiornato alla versione %2$s e superiore a causa del nuovo editor Gutenberg, puoi installare il plugin Classic editor. Avrai la stessa esperienza di editing che stai avendo ora, ma anche la sicurezza garantita dalle versioni più nuove di WordPress e %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sAggiorna WordPress alla versione più recente%2$s%3$sAbbiamo notato che non stai usando l'ultima versione di WordPress, cosa che potrebbe creare presto problemi. %4$s (per ragioni di sicurezza e stabilità) supporta solo la versione corrente e quella appena precedente di WordPress. Quando uscirà la prossima versione di WordPress, quindi supporteremo le versioni di WordPress %6$s e %7$s. Questo significa che non avrai nessun aggiornamento per %5$s fino a che non aggiornerai WordPress, per questo aggiorna prima che puoi all'ultima versione di WordPress!%3$s%3$s"],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Per visualizzare i tuoi errori di crawl attuali, %1$svisita Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google ha sospeso la Crawl Errors API. Perciò, gli eventuali errori di crawl che potresti avere non possono più essere visualizzati qui. %1$sLeggi il nostro articolo per avere ulteriori informazioni%2$s."],"Remove this message":["Rimuovi questo messaggio"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Ottimizza al meglio il tuo sito per un pubblico locale con il nostro plugin %s! Dettagli ottimizzati degli indirizzi, orari di apertura, un localizzatore dei punti vendita e le opzioni di ritiro!"],"Serving local customers?":["Ti rivolgi a clienti locali?"],"Get the %s plugin now":["Acquista il plugin %s ora"],"Organization social profiles":["Profili dei social network dell'Organizzazione"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Puoi modificare i dettagli mostrati nei meta dati, come i profili dei social network, il nome e la descrizione di questo utente o la sua pagina del profilo %1$s."],"Personal info":["Unformazioni personali"],"Organization logo":["Logo dell'Organizzazione"],"Organization name":["Nome dell'Organizzazione"],"Choose whether the site represents an organization or a person.":["Scegli se il sito rappresenta un'Organizzazione o una Persona."],"Knowledge Graph & Schema.org":["Knowledge Graph e Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Per impostare se il sito rappresenta una Organizzazione o una Peronsa vai a %1$sAspetto della ricerca%2$s e imposta Organizzazione o Persona nel campo \"Organizzazione\"."],"To change the social accounts used for your site, update the details for %1$s.":["Per cambiare l'account dei social network usati per il sito, aggiorna i dettagli in %1$s."],"That means that the form and information below is disabled, and not used.":["Ciò significa che il modulo e le informazioni sotto sono disattivate e non usate."],"Your website is currently configured to represent a Person":["Il tuo sito web e attualmente configurato per rappresentare una Persona"],"(if one exists)":["(se uno esiste)"],"Wikipedia page about you":["La tua pagina Wikipedia"],"YouTube profile URL":["URL del profilo YouTube"],"Tumblr profile URL":["URL del profiloTumblr"],"SoundCloud profile URL":["URL del profilo SoundCloud"],"MySpace profile URL":["URL del profilo MySpace"],"Organization or person":["Organizzazione o Persona"],"The person":["La Persona"],"Organization":["Organizzazione"],"Does your site represent a person or an organization?":["Il tuo sito rappresenta un'Organizzazione o una Persona?"],"The name of the organization":["Il nome dell'Organizzazione"],"Provide an image of the organization logo":["Fornisce un'immagine del logo dell'Organizzazione"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["In precedenza hai impostato il sito per rappresentare una persona. Abbiamo migliorato le nostre funzionalità riguardanti i dati Schema e il Knowledge Graph, per questo dovresti andare a %1$scompletare queste impostazioni%2$s."],"Select a user...":["Seleziona un utente..."],"Uncategorized":["Senza categoria"],"Name:":["Nome:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Hai selezionato l'utente %1$s come la Persona che il sito rappresenta. Le sue informazioni personali saranno ora usate nei risultati di ricerca. %2$sAggiornane il profilo per assicurarti che siano corrette .%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Errore: seleziona un utente sotto per completare i dati meta del sito."],"SEO score: %s":["Punteggio SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Se hai una pagina Wikipedia a tuo nome della tua organizzazione, aggiungila. "],"Wikipedia URL":["URL di Wikipedia "],"Pinterest profile URL":["URL del profilo di Pinterest "],"Instagram profile URL":["URL del profilo Instagram "],"LinkedIn profile URL":["URL del profilo LinkedIn "],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["La ricerca per parole chiave è essenziale in qualunque strategia SEO. Devi decidere per quali termini di ricerca vuoi essere trovato ed immaginare quali parole può utilizzare il tuo pubblico per trovarti. Una buona scelta delle parole chiave ti dice quali contenuti servono per iniziare a salire le classifiche per i termini di tuo interesse. Concentra i tuoi sforzi sulle parole chiave che hanno qualche effettiva possibilità di finire in cima alla lista! Il corso %1$s ti guida passo passo in questo processo."],"SEO for Beginners training":["SEO for Beginners training"],"%s for WordPress training":["%s for WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["L'immagine che hai selezionato è troppo piccola per Facebook "],"The given image url cannot be loaded":["L'URL dell'immagine inserito non può essere caricato"],"Find out what words your audience uses to find you":["Scopri quali parole utilizza il tuo pubblico per trovarti"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: Il punteggio del contenuto nel test è %3$s, che è considerato %4$s da leggere. %5$s"],"No JSON object was returned.":["Non è stato restituito nessun oggetto JSON. "],"Received internal links":["Link interni ricevuti"],"Outgoing internal links":["Link interni in uscita"],"New step added":["È stato aggiunto un nuovo passaggio"],"New question added":["È stata aggiunta una nuova domanda"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Per poter creare un reindirizzamento (redirect) e risolvere questo problema, è necessario %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Puoi acquistare il plug-in, incluso un anno di supporto e aggiornamenti, su %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["La funzione Contatore dei link di testo fornisce informazioni sul numero di link trovati nel testo e sul numero di link a cui si riferiscono. Questo è molto utile quando stai migliorando il tuo sistema di %1$slink interni%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Affinché questa caratteristica funzioni in %1$s è necessario aver installato almeno la versione %2$s di PHP. Su questo sito abbiamo rilevato la versione %3$s di PHP."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Prendi in considerazione attentamente le implicazioni e %1$sleggi questo articolo%2$s se vuoi avere maggiori informazioni sull'impatto che ha mostrare i media nei risultati di ricerca."],"Keyphrase":["Frase chiave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Perché questa opzione funzioni, %1$s deve creare una tabella nel tuo database. Non è stato possibile creare questa tabella in automatico."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Abilitando questa opzione, l'URL degli allegati diventa visibile sia per i tuoi visitatori sia per Google. Per aggiungere valore al tuo sito, essi dovrebbero contenere informazioni utili; diversamente, potrebbero avere un impatto negativo sul tuo posizionamento."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Il %3$sContatore dei link del testo%4$s (introdotto con %1$s %2$s) è al momento attuale disabilitato."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Leggi il seguente %1$sarticolo nella documentazipone base%2$s per trovare la soluzione a questo problema."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Per essere sicuri che tutti i link nel testo siano contati, abbiamo bisogno di analizzare tutti i tuoi testi."],"All you have to do is press the following button and we'll go through all your texts for you.":["Devi solo fare clic sul pulsante seguente e noi faremo l'analisi di tutti i testi per te."],"Count links":["Conta i link"],"Free":["Gratuito"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAttributo alt dell'immagine%5$s: su %2$d immagini in questa pagina, %1$d hanno l'attributo alt con parole della tua frase chiave o dei suoi sinonimi. È un po' troppo. %4$sDovresti inserire la frase chiave o i suoi sinonimi solo quando davvero descrivono l'immagine%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAttributo alt dell'immagine%2$s: ottimo lavoro!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAttributo alt dell'immagine%5$s: su %2$d immagini in questa pagina, solo %1$d ha l'attributo alt che riflette l'argomento del tuo testo.%4$sDovresti inserire la frase chiave o i suoi sinonimi nel tag alt delle immagini più importanti!%5$s.","%3$sAttributo alt dell'immagine%5$s: su %2$d immagini in questa pagina, solo %1$d hanno l'attributo alt che riflette l'argomento del tuo testo.%4$sDovresti inserire la frase chiave o i suoi sinonimi nel tag alt delle immagini più importanti!%5$s."],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAttributo alt dell'immagine%3$s: le immagini in questa pagina non hanno l'attributo alt che riflette l'argomento del tuo testo %2$sDovresti inserire la frase chiave o i suoi sinonimi nel tag alt delle immagini più importanti%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAttributo alt dell'immagine%3$s: le immagini in questa pagina hanno l'attributo alt ma tu non hai impostato la frase chiave. %2$sInseriscila ora%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrase chiave nei sottotitoli%2$s: %3$s dei tuoi sottotitoli di livello più alto riflette l'argomento del tuo contenuto. Ottimo lavoro!","%1$sFrase chiave nei sottotitoli%2$s: %3$s dei tuoi sottotitoli di livello più alto riflettono l'argomento del tuo contenuto. Ottimo lavoro!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrase chiave nei sottotitoli%2$s: il sottotitolo di livello più alto riflette l'argomento del tuo contenuto. Perfetto!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrase chiave nei sottotitoli%3$s: %2$susa di più le frasi chiave o i loro sinonimi nei sottotitoli di livello più alto%3$s!"],"Page %s":["Pagina %s"],"Cannot get the size of %1$s because of unknown reasons.":["Non puoi avere la dimensione di %1$s per un motivo sconosciuto."],"Cannot get the size of %1$s because it is hosted externally.":["Non puoi avere la dimensione di %1$s perché è su un servizio di hosting esterno."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Seleziona \"on\" e potrai usare le analisi Ricalibrate. Nello stesso tempo, ti aggiungeremo alla nostra speciale mailing list. Ti scriveremo solo in relazione alla tua esperienza con questa nuova ricalibrazione!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Abbiamo le nostre %1$snuove analisi Ricalibrate%2$s. Con queste nuove analisi, ci avviciniamo sempre più a come Google vede il tuo sito web. Sarebbe %3$smagnifico%4$s se tu testassi %3$squesta funzione in beta%4$s per noi!"],"Get an even better analysis":["Ottieni un'analisi ancora migliore"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sUnico titolo%3$s: gli H1 dovrebbero essere usati soltanto come titolo principale. Trova tutti gli H1 nel tuo testo che non sono il tuo titolo principale e %2$smodificali con un livello di titolo inferiore%3$s!"],"Improve sharing on Facebook and Pinterest":["Migliora la condivisione su Facebook e Pinterest"],"You do not have the required rights to export settings.":["Non hai i diritti necessari per esportare le impostazioni."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copia tutte queste impostazioni nella scheda %1$s di un altro sito e fai clic \"%1$s\" lì."],"These are settings for the %1$s plugin by %2$s":["Queste sono le impostazioni per il plugin %1$s di %2$s"],"No settings found.":["Nessuna impostazione trovata."],"Export your %1$s settings here, to copy them on another site.":["Esporta le impostazioni di %1$s qui, per poi copiarle in un altro sito."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["L'importazione delle impostazioni è supportata solo sui server che eseguono PHP 5.3 o versioni successive."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importa le impostazioni incollando le impostazioni che hai copiato da un altro sito e fai clic su \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata 0 volte. Questo è meno del minimo suggerito di %3$d volte per un testo di questa lunghezza. %4$sInserisci la tua frase chiave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %5$d volta. Questo è meno del minimo suggerito di %3$d volte per un testo di questa lunghezza. %4$sInserisci la tua frase chiave%2$s!","%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %5$d volte. Questo è meno del minimo suggerito di %3$d volte per un testo di questa lunghezza. %4$sInserisci la tua frase chiave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %3$d volta. Questo è ottimo!","%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %3$d volte. Questo è ottimo!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %5$d volta. Questo è più del massimo suggerito di %3$d volte per un testo di questa lunghezza. %4$sNon esagerare%2$s!","%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %5$d volte. Questo è più del massimo suggerito di %3$d volte per un testo di questa lunghezza. %4$sNon esagerare%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %5$d volta. Questo è più del massimo suggerito di %3$d volte per un testo di questa lunghezza. %4$sNon esagerare%2$s!","%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %5$d volte. Questo è più del massimo suggerito di %3$d volte per un testo di questa lunghezza. %4$sNon esagerare%2$s!"],"Indexable deleted for object %1$s with type %2$s":["L'indicizzazione è eliminata per l'oggetto %1$s con il tipo %2$s"],"Indexable saved for object %1$s with type %2$s":["L'indicizzazione è salvata per l'oggetto %1$s con il tipo %2$s"],"Indexable created for object %1$s with type %2$s":["L'indicizzazione è creata per l'oggetto %1$s con il tipo %2$s"],"Indexable meta deleted.":["L'indicizzazione per i meta è eliminata. "],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Un meta indicizzabile è stato salvato per l'id %1$s con la chiave meta %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Un meta indicizzabile è stato creato per l'id %1$s con la chiave meta %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Non ci sono meta indicizzabili per l'id %1$s e la chiave meta %2$s."],"There is no indexable found for author id %1$s.":["Non è stato trovato alcun risultato indicizzabile per l'autore con id %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Non è stato trovato alcun termine principale per l'articolo con id %1$s e la tassonomia %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Non sono stati trovati risultati indicizzabili per il termine con id %1$s e la tassonomia %2$s."],"There is no indexable found for post id %1$s.":["Non è stato trovato nulla da indicizzare per l'articolo con id %1$s."],"Method %1$s() does not exist in class %2$s":["Il metodo %1$s() non esiste nella classe %2$s"],"With %s, you can easily create such redirects.":["Con %s, tu puoi facilmente creare tali reindirizzamenti (redirect)."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Cambiare le impostazioni dei permalink può influenzare la visibilità sui motori di ricerca. Non dovresti quasi %1$s mai %2$s farlo quando un sito è online."],"WARNING:":["ATTENZIONE:"],"Learn about why permalinks are important for SEO.":["Approfondisci il motivo per cui i permalink sono così importanti per la SEO. "],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sParole funzionali nell frase chiave%3$s: la tua frase chiave \"%4$s\" contiene solo parole funzionali. %2$sLeggi di più su come scegliere una perfetta frase chiave.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Sai che %s analizza anche le diverse forme delle tue frasi chiave, come i plurali e i tempi verbali?"],"Clear Image":["Cancella l'immagine"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLunghezza della frase chiave%2$s: %2$simposta una frase chiave, in modo che sia possibile calcolare il punteggio SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase chiave nello slug%2$s: più di mezza frase chiave è contenuta nello slug. Perfetto!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrase chiave nello slug%2$s: (parte) della tua frase chiave non è contenuta nello slug. %2$sTi suggeriamo di cambiarlo%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase chiave nello slug%2$s: ottimo lavoro!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase chiave nel titolo%3$s: non tutte le parole della tua frase chiave \"%4$s\" sono contenute nel titolo SEO. %2$sCerca di usare la frase chiave esatta nel titolo SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase chiave nel titolo%3$s: il titolo non contiene la frase esatta. %2$sCerca di usare la frase chiave esatta nel titolo SEO%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFrase chiave nel titolo%3$s: il titolo contiene la frase esatta, ma non all'inizio. %2$sCerca di usare la frase chiave esatta all'inizio del titolo SEO%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrase chiave nel titolo%2$s: il titolo SEO contiene la frase esatta all'inizio. Magnifico!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribuzione della frase chiave%2$s: grande lavoro!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribuzione della frase chiave%3$s: irregolare. Alcune parti del tuo testo non contengono la frase chiave o i suoi sinonimi. %2$sTi suggeriamo di distribuirli in modo più regolare%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribuzione della frase chiave%3$s: molto irregolare. Molte parti del tuo testo non contengono la frase chiave o i suoi sinonimi. %2$sTi suggeriamo di distribuirli in modo più regolare%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribuzione della frase chiave%3$s: %2$sincludi la parola chiave o i suoi sinonimi nel testo così è possibile calcolarne la distribuzione%3$s."],"Help on choosing the perfect focus keyphrase":["Aiuto nella scelta della perfetta frase chiave"],"Would you like to add a related keyphrase?":["Vorresti aggiungere una frase chiave correlata?"],"Go %s!":["Vai %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Non mostrare gli archivi per data nei motori di ricerca significa tecnicamente che essi avranno impostato un %1$s nei metadati dei robots. %2$sLeggi di più riguardo alle impostazioni dei risultati di ricerca%3$s."],"Rank better with synonyms & related keyphrases":["Posizionati meglio con i sinonimi e le frasi chiave correlate"],"optimize a single post for synonyms and related keyphrases.":["ottimizza un singolo articolo per i sinonimi e le frasi chiave correlate."],"Synonyms & related keyphrases":["Sinonimi e frasi chiave correlate."],"Add related keyphrase":["Aggiungi una frase chiave correlata"],"Dismiss %s upgrade notice":["Ignora il messaggio che ti invita a passare a %s "],"Upgrade to %s":["Passa a %s"],"%1$s video":["video %1$s"],"Get %s":["Passa a %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrase chiave usata in precedenza%6$s: hai usato questa frase chiave %1$s%2$d volte prima%3$s. %5$sNon dovresti usare la frase chiave più di una volta%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrase chiave usata in precedenza%5$s: hai già usato questa frase chiave %1$suna volta%3$s. %4$sNon dovresti usare la frase chiave più di una volta%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrase chiave usata in precedenza%2$s: non hai mai usato questa frase chiave. Ottimo!"],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sStopword nello slug%3$s: lo slug di questa pagina contiene una stopword. %2$sTi suggeriamo di toglierla%3$s!","%1$sStopword nello slug%3$s: lo slug di questa pagina contiene delle stopword. %2$sTi suggeriamo di toglierle%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug troppo lungo%3$s: lo slug di questa pagina è un po' troppo lungo. %2$sTi suggeriamo di accorciarlo%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAttributo alt dell'immagine%3$s: sembra che in questa pagina non ci siano immagini. %2$sTi suggeriamo di aggiungerne qualcuna%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink alla frase chiave%3$s: stai inserendo un link a una pagina per le parole per le quali vuoi posizionare questa pagina %2$sTi suggeriamo di non farlo%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Questo è molto lontano da %5$d, il numero minimo di parole che ti suggeriamo per il tuo contenuto. %3$sValuta se aggiungere altro contenuto%4$s.","Questo è molto lontano da %5$d, il numero minimo di parole che ti suggeriamo per il tuo contenuto. %3$sValuta se aggiungere altro contenuto%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Questo è sotto %5$d, il numero minimo di parole che ti suggeriamo per il tuo contenuto. %3$sValuta se aggiungere altro contenuto%4$s.","Questo è sotto %5$d, il numero minimo di parole che ti suggeriamo per il tuo contenuto. %3$sValuta se aggiungere altro contenuto%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLunghezza del testo%4$s: il testo contiene %1$d parola.","%2$sLunghezza del testo%4$s: il testo contiene %1$d parole."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLunghezza del testo%3$s: il testo contiene %1$d parola. Ottimo lavoro!","%2$sLunghezza del testo%3$s: il testo contiene %1$d parole. Ottimo lavoro!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrase chiave nei sottotitoli%3$s: più del 75%% dei sottotitoli del livello più alto riflettono l'argomento del tuo contenuto. Questo è troppo. %2$sNon esagerare%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sLarghezza del titolo SEO%3$s: %2$sScrivi un titolo SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sLarghezza del titolo SEO%3$s: il titolo SEO è più lungo dei limiti di carattere previsti. %2$sProva a scrivere un titolo più corto%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sLarghezza del titolo SEO%3$s: magnifico lavoro!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sLarghezza del titolo SEO%3$s: il titolo SEO è troppo corto %2$sTi suggeriamo di aggiungere variazioni della frase chiave per creare un testo accattivante che spinga i lettori all'azione%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sLink in uscita%2$s: ci sono sia link nofollow sia normali link in uscita in questa pagina. Perfetto!"],"%1$sOutbound links%2$s: Good job!":["%1$sLink in uscita%2$s: splendido lavoro!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sLink in uscita%3$s: tutti i link in uscita di questa pagina sono del tipo unfollow. %2$sTi suggeriamo di aggiungere anche dei link normali%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sLink in uscita%3$s: non ci sono link in uscita in questa pagina. %2$sTi suggeriamo di aggiungerne qualcuno%3$s."],"%1$sMeta description length%2$s: Well done!":["%1$sLunghezza della descrizione Meta%2$s: ben fatto!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLunghezza della descrizione Meta%2$s: la descrizione Meta supera i %4$d caratteri. Per essere sicuro che l'intera descrizione sia visibile, %2$svaluta se ridurre la lunghezza%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLunghezza della descrizione Meta%2$s: la descrizione Meta è troppo corta (al di sotto dei %4$d caratteri). Hai a disposizione %5$d caratteri. %2$sPotresti aggiungere degli spazi%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLunghezza della descrizione Meta%3$s: non hai inserito la descrizione Meta. I motori di ricerca visualizzeranno, così, delle parti di testo prese dalla tua pagina. %2$sTi consigliamo di scriverne una%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrase chiave nella descrizione Meta%2$s: hai scritto la descrizione Meta, ma non contiene la frase chiave. %3$sTi suggeriamo di modificarla%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase chiave nella descrizione Meta%2$s: la descrizione Meta contiene la frase chiave %3$s volte, che è più di 2, il numero consigliabile. %4$sTi suggeriamo di modificarla%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFrase chiave nella descrizione Meta%2$s: la frase chiave o i suoi sinonimi sono contenuti nella descrizione Meta. Splendido!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLunghezza della frase chiave%5$s: la frase chiave è lunga %1$s parole. È più lunga di %2$d, il numero di parole suggerito. %4$sTi suggeriamo di scriverne una più corta%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLunghezza della frase chiave%5$s: la frase chiave è lunga %1$d parole. È più lunga di %2$d, il numero di parole suggerito. %4$sTi suggeriamo di scriverne una più corta%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLunghezza della frase chiave%2$s: ottimo lavoro!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLunghezza della frase chiave%2$s: nessuna frase chiave è stata impostata per questa pagina. %2$sImposta una frase chiave, in modo che sia possibile calcolare il punteggio SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrase chiave nell'introduzione%3$s: la frase chiave che hai scelto o i suoi sinonimi non compaiono nel primo paragrafo. %2$sAssicurati che i tuoi lettori capiscano subito l'argomento%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrase chiave nell'introduzione%3$s: la frase chiave che hai scelto o i suoi sinonimi compaiono nel primo paragrafo, ma non in una frase. %2$sTi suggeriamo di modificare il testo%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase chiave nell'introduzione%2$s: ben fatto!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sLink interni%2$s: ci sono sia link nofollow sia link normali in questa pagina. Perfetto!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sLink interni%2$s: ci sono abbastanza link interni. Ottimo!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sLink interni%3$s: i link in questa pagina sono di tipo nofollow. %2$sTi suggeriamo di aggiungere qualche link normale%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sLink interni%3$s: sembra che non ci siano link in questa pagina. %2$sTi suggeriamo di aggiungerne qualcuno%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sParole di transizione%2$s: ben fatto!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sParole di transizione%2$s: solo il %3$s delle frasi contengono delle parole di transizione, che non è abbastanza. %4$sTi suggeriamo di aggiungerne altre%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sParole di transizione%2$s: nessuna frase contiene parole di transizione. %4$sTi suggeriamo di aggiungerne alcune%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNon c'è abbastanza contenuto%2$s: %3$sAggiungi altro contenuto per permettere una buona analisi di leggibilità%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribuzione dei sottotitoli%2$s: non stai usando i sottotitoli, ma il tuo testo è abbastanza corto e probabilmente non ti servono."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribuzione dei sottotitoli%2$s: non stai usando i sottotitoli, sebbene il tuo testo sia piuttosto lungo. %3$sTi suggeriamo di aggiungere i sottotitoli%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribuzione dei sottotitoli%2$s: %3$d sezione del tuo testo è più lunghe di %4$d parole e non è separata da sottotitoli. %5$sAggiungi dei sottotitoli per aumentare la leggibilità del testo%2$s.","%1$sDistribuzione dei sottotitoli%2$s: %3$d sezioni del tuo testo sono più lunghe di %4$d parole e non sonoseparate da sottotitoli. %5$sAggiungi dei sottotitoli per aumentare la leggibilità del testo%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribuzione dei sottotitoli%2$s: magnifico lavoro!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLunghezza delle frasi%2$s: il %3$s delle frasi contiene più di %4$s parole, che supera la lunghezza massima suggerita di %5$s. %6$sProva a scrivere frasi più corte%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLunghezza delle frasi%2$s: grande!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFrasi consecutive%2$s: c'è una grande varietà nelle frasi. Davvero grande!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFrasi consecutive%2$s: il testo contiene %3$d frasi consecutive che iniziano con la stessa parola. %5$sTi suggeriamo di provare a variare un po'%2$s!","%1$sFrasi consecutive%2$s: il testo contiene %4$d paragrafi nei quali %3$d o più frasi iniziano con la stessa parola. %5$sTi suggeriamo di provare a variare un po'%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sForme passive%2$s: %3$s delle frasi contiene delle forme passive, che è maggiore del massimo suggerito di %4$s. %5$sTi suggeriamo di provare a trasformarle in forma attiva%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sForme passive%2$s: stai usando solo forme attive. Davvero grande!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLunghezza dei paragrafi%2$s: %3$d dei paragrafi contiene più di %4$d parole, che è il numero suggerito. %5$sTi consigliamo di scrivere paragrafi più corti%2$s!","%1$sLunghezza dei paragrafi%2$s: %3$d dei paragrafi contiene più di %4$d parole, che è il numero suggerito. %5$sTi consigliamo di scrivere paragrafi più corti%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLunghezza dei paragrafi%2$s: tutti i paragrafi sono della giusta lunghezza- Ottimo lavoro!"],"Good job!":["Ottimo lavoro!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: il contenuto ha un punteggio di %3$s nel test, che è considerato %4$s da leggere. %5$s%6$s%7$s"],"Focus keyphrase":["Frase chiave"],"%1$s with ID %2$s couldn't be patched":["Il %1$s con l'ID %2$s non può essere modificato"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Richiesta per l'articolo non valida. Il valore meta esiste già per l'oggetto con l'D %1$s."],"Indexable with ID `%1$s` does not exist":["L'indicizzazione con l'ID `%1$s` non esiste"],"No object with ID %1$s and %2$s could be found":["Non è stato trovato alcun oggetto con l'ID %1$s e %2$s "],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` non è un valido sottotipo di `%2$s`"],"The object type `%1$s` is invalid":["Il tipo oggetto `%1$s` non è valido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Il tipo non è valido per il parametro '%1$s' passato.. Il tipo atteso è `%2$s`, e non `%3$s`"],"The parameter `%1$s` cannot be empty.":["Il parametro `%1$s` non può essere vuoto."],"Check Keyphrase Density":["Controlla la densità della frase chiave"],"Disable":["Disattiva"],"Allow Control":["Permetti il controllo"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Questa scheda ti permette di disattivare in modo selettivo le funzionalità di %s per tutti i siti del network. In modalità predefinita, tutte le funzionalità sono attivate: questo permette agli amministratori di scegliere quali funzioni attivare o meno per i propri siti. Quando disattivi una funzionalità qui, gli amministratori dei siti non potranno usarla per nulla."],"%s is a required feature toggle argument.":["%s è un argomento della funzionalità di attivazione obbligatorio."],"Keyphrase:":["Frase chiave:"],"Remove keyphrase":["Rimuovi la frase chiave"],"This feature has been disabled by the network admin.":["Questa funzionalità è stata disattivata dall'amministratore del network."],"Focus keyphrase not set.":["La frase chiave non è stata impostata."],"Multiple keyphrases":["Frasi chiave multiple"],"Colon":["Due punti"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Sia %1$s sia %2$s gestiscono la SEO del tuo sito. Avere due plugin SEO attivi contemporaneamente può esere dannoso."],"There is a new notification.":["C'è una nuova notifica. ","Ci sono nuove notifiche. "],"Learn more about the readability analysis":["Leggi di più sull'Analisi di leggibilità. "],"Describe the duration of the instruction:":["Descrivi la durata del processo indicato nelle istruzioni:"],"Optional. Customize how you want to describe the duration of the instruction":["Opzionale. Personalizza come vuoi descrivere la durata del processo indicato nelle istruzioni:"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Questa è una lista di contenuti correlati che potresti inserire come collegamenti nel tuo articolo {{a}}Leggi il nostro articolo sulla struttura di un sito{{/a}} per approfondire il ruolo dell'internal linking nella tua strategia SEO."],"%s, %s and %s":["%s, %s e %s"],"%s and %s":["%s e %s"],"%d minute":["%d minuto","%d minuti"],"%d hour":["%d ora","%d ore"],"%d day":["%d giorno","%d giorni"],"Enter a step title":["Inserisci un titolo del passaggio "],"Optional. This can give you better control over the styling of the steps.":["Opzionale. Questo ti fornisce un controllo migliore dello stile dei passaggi. "],"CSS class(es) to apply to the steps":["Classe(i) CSS da applicare ai passaggi "],"minutes":["minuti "],"hours":["ore"],"days":["giorni"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Crea una guida How-to in una modalità SEO-friendly. Puoi usare solo un blocco How-to per articolo."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Elenca le tue FAQ (Frequently Asked Questions) in una modalità SEO-friendly. Puoi usare solo un blocco FAQ per articolo. "],"Copy error":["Copia l'errore "],"An error occurred loading the %s primary taxonomy picker.":["Si è verificato un errore durante il caricamento del selettore della tassonomia primaria %s. "],"%1$s Structured Data Blocks":["Blocchi di Dati Strutturati di %1$s"],"Time needed:":["Tempo richiesto:"],"Move question down":["Sposta la domanda in basso"],"Move question up":["Sposta la domanda in alto"],"Insert question":["Inserisci domanda"],"Delete question":["Elimina domanda"],"Enter the answer to the question":["Inserisci la risposta alla domanda"],"Enter a question":["Inserisci una domanda"],"Add question":["Aggiungi domanda"],"Frequently Asked Questions":["Domande frequenti"],"Great news: you can, with %s!":["Ottime notizie: puoi con %s!"],"Select the primary %s":["Seleziona il %s primario"],"Check links to this URL":["Controlla i link a questo URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Controlla %1$sil template dell'archivio%2$s per il seguente tipo di contenuto: %3$s.","Controlla %1$si template dell'archivio%2$s per i seguenti tipi di contenuto: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Stai cercando di utilizzare più frasi chiave? Dovresti aggiungerle separatamente sotto."],"Mark as cornerstone content":["Indica come contenuto centrale"],"Move step down":["Sposta passaggio in basso"],"Move step up":["Sposta passaggio in alto"],"Insert step":["Inserisci passaggio"],"Delete step":["Elimina passaggio"],"Add image":["Aggiungi un'immagine"],"Enter a step description":["Inserisci una descrizione del passaggio"],"Enter a description":["Inserisci una descrizione"],"Unordered list":["Lista non ordinata"],"Showing step items as an ordered list.":["Mostra gli elementi del passaggio come un elenco ordinato."],"Showing step items as an unordered list":["Mostra gli elementi del passaggio come un elenco non ordinato"],"Add step":["Aggiungi un passaggio"],"Delete total time":["Elimina il tempo totale"],"Add total time":["Aggiungi il tempo totale"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Anteprima dello Snippet"],"Analysis results":["Risultati dell'analisi"],"Enter a focus keyphrase to calculate the SEO score":["Inserisci una frase chiave per calcolare il punteggio SEO"],"Learn more about Cornerstone Content.":["Ulteriori informazioni sui contenuti Cornerstone."],"Cornerstone content should be the most important and extensive articles on your site.":["I contenuti Cornerstone (contenuti centrali) dovrebbero essere gli articoli più importanti ed esaustivi del tuo sito."],"Restore Site":["Ripristina il sito web"],"Network Settings":["Impostazioni di rete"],"You are not allowed to perform this action.":["Non sei autorizzato a eseguire questa azione."],"Error: %s":["Errore: %s"],"Success: %s":["Successo: %s"],"Site with ID %d not found.":["Il sito web con l'ID %d non è stato trovato."],"No site has been selected to restore.":["Nessun sito web è stato selezionato per il ripristino."],"You are not allowed to modify unregistered network settings.":["Non sei autorizzato a modificare le impostazioni di rete non registrate."],"deleted":["eliminato"],"Would you like to add another keyphrase?":["Vorresti aggiungere un'altra frase chiave?"],"image preview":["anteprima dell'immagine"],"Copied!":["Copiato!"],"Not supported!":["Non supportato!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Leggi {{a}} il nostro articolo sulla struttura del sito {{/a}} per imparare di più su come i link interni possono aiutarti a migliorare la tua strategia SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Una volta aggiunto più contenuto, ti forniremo qui un elenco di contenuti correlati a cui potresti collegare il tuo articolo."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Prendi in considerazione di inserire il collegamento a questi {{a}}articoli cornerstone:{{/a}}"],"Consider linking to these articles:":["Prendi in considerazione di inserire il collegamento a questi articoli:"],"Copy link":["Copia il link"],"Copy link to suggested article: %s":["Copia il link all'articolo suggerito: %s"],"The site's tagline":["Tagline (motto) del sito"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Di recente abbiamo migliorato la funzionalità delle impostazioni dell'Aspetto della ricerca. Purtroppo, abbiamo scoperto che in alcuni casi limite, il salvataggio per specifici archivi di post type potrebbe non andare a buon fine."],"Not all required fields are given. Missing field %1$s":["Non sono stati riempiti tutti i campi obbligatori. Manca il campo %1$s"],"Optimize your site for Google News.":["Ottimizza il tuo sito per Google News."],"Optimize your shop's SEO and sell more products!":["Ottimizza la strategia SEO del tuo negozio e incrementa le vendite!"],"Be found in Google Video search and enhance your video sharing on social media.":["Fatti trovare da Google Video Search e migliora la condivisione dei tuoi video sui social media."],"Be found in Google Maps and local results.":["Fatti trovare su Google Maps e nelle ricerche locali."],"Learn practical SEO skills to rank higher in Google.":["Impara nuovi trucchi SEO pratici per migliorare il tuo posizionamento su Google."],"Don’t waste time figuring out the best settings yourself.":["Non sprecare il tuo tempo a capire da solo quali sono le impostazioni migliori."],"Get quick wins to make your site rank higher in search engines.":["Ottieni utili suggerimenti per innalzare il tuo posizionamento del tuo sito sui motori di ricerca."],"Add synonyms":["Aggiungi sinonimi"],"Would you like to add keyphrase synonyms?":["Vuoi aggiungere dei sinonimi della frase chiave?"],"Would you like to add more than one keyphrase?":["Vuoi aggiungere più di una frase chiave?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Puoi modificare i meta-dati SEO pei questo tipo personalizzato sulla %1$spagina del Negozio%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Non hai impostato una pagina Negozio nelle impostazioni di WooCommerce. Devi farlo come prima cosa."],"Current year":["Anno corrente"],"Page":["Pagina"],"Breadcrumb settings for %s archive":["Impostazioni dei breadcrumb per l'archivio %s"],"Tagline":["Motto del sito"],"Modify your meta description by editing it right here":["Modifica la tua descrizione meta scrivendola qui"],"description (custom taxonomy)":["descrizione (tassonomia personalizzata)"],"(custom taxonomy)":["(tassonomia personalizzata)"],"(custom field)":["(campo personalizzato)"],"Term404":["Errore 404"],"Caption":["Didascalia"],"Pagenumber":["Numero di pagina"],"Pagetotal":["Totale pagine"],"Page number":["Numero di pagina"],"User description":["Descrizione dell'utente"],"ID":["ID"],"Modified":["Modificato"],"Post type (plural)":["Post type (plurale)"],"Post type (singular)":["Post type (singolare)"],"Separator":["Separatore"],"Search phrase":["Frase di ricerca"],"Term title":["Titolo del termine"],"Term description":["Descrizione del termine"],"Tag description":["Descrizione del tag"],"Category description":["Descrizione della categoria"],"Primary category":["Categoria primaria"],"Category":["Categoria"],"Tag":["Tag"],"Excerpt only":["Solo riassunto"],"Excerpt":["Riassunto"],"Site title":["Titolo del sito"],"Archive title":["Titolo dell'archivio"],"Parent title":["Titolo genitore"],"Date":["Data"],"Label":["Etichetta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Dovresti creare un re-indirizzamento per assicurarti che i visitatori non incorrano in un errore 404 facendo clic su un URL non più funzionante."],"Search engines and other websites can still send traffic to your deleted post.":["I motori di ricerca e altri siti web possono ancora inviare il traffico all'articolo eliminato."],"Make sure you don't miss out on traffic!":["Assicurati di non perdere traffico!"],"You just deleted a %1$s.":["Hai appena eliminato %1$s."],"You just trashed a %1$s.":["Hai appena spostato nel cestino %1$s."],"Settings for %s archive":["Impostazioni per l'archivio %s"],"Settings for single %s URLs":["Impostazioni per singoli URL di %s "],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Le impostazioni in questa pagina ti permettono di specificare quale sarà l'aspetto predefinito della ricerca per ciascuno tipo di contenuto che hai. Puoi scegliere quali tipi di contenuto fare apparire nei risultati di ricerca e quale sarà la loro descrizione predefinita."],"Note that not all variables can be used in every field.":["Non tutte le variabili possono essere utilizzate in ogni campo."],"Snippet variables":["Variabili dello Snippet"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s rispetta la tua privacy. Leggi la nostra %2$sprivacy policy%3$s per sapere come vengono gestite le tue informazioni personali."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Se sai cosa significa e non vuoi più vedere questo messaggio, puoi %1$snon visualizzarlo più%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Attualmente le impostazioni del tuo sito permettono la presenza degli URL degli allegati presenti nel tuo sito. Leggi %1$s questo articolo su un potenziale problema %2$s con gli URL degli allegati e verifica se hai le impostazioni corrette per il tuo sito."],"Unknown type %1$s":["Tipo sconosciuto %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Include un account MyYoast gratuito che ti consentirà di accedere al nostro corso SEO gratuito per Principianti!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Iscriviti alla nostra newsletter se desideri rimanere aggiornato su %1$s, sugli altri fantastici plugin di %2$s e avere altre notizie interessanti e suggerimenti dal mondo dela strategia SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Puoi ottenere il codice di verifica Baidu su %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Codice di verifica di Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["La funzione %s di importazione usa tabelle temporanee di database. Sembra che la tua installazione di WordPress non sia in grado di gestirle, consulta il tuo provider."],"Cleanup of %s data failed.":["La pulizia dati di %s non è andata a buon fine."],"Content Type":["Tipo di contenuto"],"Filter by content type":["Filtra per tipo di contenuto"],"Show All Content Types":["Mostra tutti i tipi di contenuto"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Per risolvere il problema, deseleziona il box \"Dividi i commenti in pagine...\" nella %1$spagina di impostazione dei commenti%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Sostituisci con il titolo normale per un archivio generato da WordPress"],"Clean":["Pulisci"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Una volta che sei sicuro che il tuo sito sia a posto, puoi pulire. Questo rimuoverà tutti i dati originali."],"Step 5: Clean up":["Passaggio 5: Pulisci"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Avvia la procedura guidata, dal menu Yoast SEO → Generale → Bacheca per essere sicuro che tutte le impostazioni per il tuo sito siano corrette."],"Step 4: Run the configuration wizard":["Passaggio 4: Esegui la procedura guidata di configurazione"],"Please check your posts and pages and see if the metadata was successfully imported.":["Controlla le tue pagine e articoli e verifica che i metadata sono stati importati con successo."],"Step 3: Check your data":["Passaggio 3: Verifica i tuoi dati"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Passaggio 2: Importa"],"Please make a backup of your database before starting this process.":["Fai un backup del database prima di iniziare questo processo."],"Step 1: Create a backup":["Passaggio 1: Crea un backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Abbiamo trovato uno o più dati appartenenti ad altri plugin di SEO nel tuo sito. Segui i seguenti passi per importare i dati."],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Articoli da non mostrare nei risultati delle ricerche"],"%s data found.":["Dati trovati da %s."],"%s data successfully removed.":["%s dati rimossi con successo"],"%s data successfully imported.":["Dati importati con successo da %s."],"%s data not found.":["Non sono stati trovati dati da %s."],"Improve your SEO skills":["Migliora le tue competenze SEO."],"24/7 email support":["Supporto 24/7 via email"],"No more dead links a.k.a. 404 pages":["Più nessun errore 404 (pagina non trovata)"],"Get real-time suggestions for internal links":["Ottieni in tempo reale suggerimenti per i link interni"],"Preview your page in Facebook and Twitter":["Anteprima della tua pagina su Facebook e Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Fai clic sul pulsante \"%3$s\" per utilizzare la meta descrizione già impostata nelle Impostazioni dell'%1$sAspetto della ricerca per la Homepage%2$s."],"Help on copying the home meta description":["Aiuto per scrivere la meta descrizione della home"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Per consentire ai motori di ricerca di sapere quali profili social sono associati a questo sito, inserisci i dati dei profili social del tuo sito qui sotto."],"Learn more about your social profiles settings":["Leggi di più sulle impostazioni dei tuoi profili sui social network."],"Remove the categories prefix":["Rimuovi il prefisso delle categorie"],"Help on the category prefix setting":["Aiuto per le impostazioni del prefisso delle categorie"],"Learn more about the available variables":["Ulteriori informazioni sulle variabili disponibili"],"Learn more about the RSS feed setting":["Ulteriori informazioni sull'impostazione del feed RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Quando carichi contenuti multimediali (un'immagine o un video ad esempio), WordPress non salva solo i file multimediali, ma crea un URL di allegato. Queste pagine di allegati sono abbastanza vuote: contengono l'elemento multimediale e forse un titolo, se ne inserisci uno. Per questo motivo, se non usi mai questi URL degli allegati, è meglio disabilitarli e reindirizzarlili all'elemento multimediale stesso."],"Learn more about the Media and attachment URLs setting":["Ulteriori informazioni sull'impostazione degli URL dei Media e degli allegati"],"Learn more about the title separator setting":["Ulteriori informazioni sull'impostazione del separatore del titolo"],"Learn more about the knowledge graph setting":["Ulteriori informazioni sull'impostazione del knowledge graph"],"Learn more about the homepage setting":["Ulteriori informazioni sull'impostazione della homepage"],"Learn more about the special pages setting":["Ulteriori informazioni sull'impostazione delle pagine speciali"],"Help on the date archives search results setting":["Aiuto per le impostazioni dei motori di ricerca degli archivi per data"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Non mostrare gli archivi per gli autori senza articoli nei risultati di ricerca tecnicamente significa che quelli avranno una meta robot %1$s e saranno esclusi dalle sitemap XML. %2$sLeggi di più sulle impostazioni dei risultati di ricerca%3$s."],"Help on the authors without posts archive search results setting":["Aiuto per le impostazioni dei risultati di ricerca per gli autori senza un archivio degli articoli"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Non mostrare gli archivi per gli autori nei risultati di ricerca tecnicamente significa che quelli avranno una meta robot %1$s e saranno esclusi dalle sitemap XML. %2$sLeggi di più sulle impostazioni dei risultati di ricerca%3$s."],"Help on the author archives search results setting":["Aiuto per l'impostazione dei risutati della ricerca per gli archivi degli autori"],"Archives settings help":["Guida alle impostazioni degli archivi"],"Learn more about the archives setting":["Ulteriori informazioni sull'impostazione degli archivi"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Acquisisci il tuo codice di verifica Yandex da %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Codice di verifica Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Acquisisci il codice di verifica Google da %1$sGoogle Search Console%2$s."],"Google verification code":["Codice di verifica Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Acquisisci il codice di verifica Bing da %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Codice di verifica Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Puoi usare i box qui sotto per fare la verifica con i differenti Webmaster Tools. Questa funzione aggiungerà un meta tag di verifica sulla tua home page. Segui i links per i differenti Webmaster Tools e leggi le istruzioni per i metodi di verifica dei meta tag per ottenere il tuo codice di verifica. Se il tuo sito è già stato verificato, puoi lasciare tutto così com'è."],"Learn more about the Webmaster Tools verification":["Leggi di più sulla verifica con i Webmaster Tools"],"On":["On"],"Help on: %s":["Aiuto su: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s ha molte caratteristiche. Qui sotto, puoi abilitare - disabilitare alcune di queste. Facendo cic sul punto interrogativo, potrai avere più informazioni sulle caratteristiche."],"Off":["Off"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["La sezione avanzata della %1$s meta box consente a un utente di rimuovere gli articoli dai risultati della ricerca o di modificare il canonical. Queste sono cose che potresti volere impedire ad un autore. Ecco perché, per impostazione predefinita, solo gli editor e gli amministratori possono farlo. L'impostazione su \"%2$s\" consente a tutti gli utenti di modificare queste impostazioni."],"Security: no advanced settings for authors":["Sicurezza: nessuna impostazione avanzata per l'autore"],"See who contributed to %1$s.":["Guarda chi ha contribuito a %1$s."],"Help on this search results setting":["Aiuto per il settaggio di questi risultati di ricerca."],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Non mostrare l'archivio per %1$s nei risultati di ricerca tecnicamente significa che avranno meta robot %2$s e saranno esclusi dalle sitemap XML. %3$sLeggi di più sulle impostazioni dei risultati di ricerca%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["La mancata visualizzazione di %1$s nei risultati di ricerca significa tecnicamente che avranno un meta robot %2$s e saranno esclusi dalle sitemap XML. %3$sLeggi di più sulle impostazioni dei risultati di ricerca %4$s."],"Check SEO configuration":["Controlla la configurazione SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Vuoi essere sicuro che le impostazioni del tuo %1$s siano ancora OK? %2$sApri di nuovo il Wizard della configurazione%3$s per validarlo."],"Default for %2$s, currently: %1$s":["Predefinito per %2$s, attualmente: %1$s"],"Show %s in search results?":["Vuoi mostrare %s nei risultati di ricerca?"],"this author's archives":["archivi di questo autore"],"Do not allow search engines to show %s in search results.":["Non consentire ai motori di ricerca di mostrare %s nei risultati di ricerca."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Gli URL di categoria all'interno di WordPress usano un prefisso, solitamente %s. Questa funzione rimuove quel prefisso, soltanto dalle categorie."],"Category URLs":["URL delle categorie."],"the archive for %s":["l'archivio per %s"],"Redirect attachment URLs to the attachment itself?":["Reindirizzare gli URL degli allegati all'allegato stesso?"],"We recommend you set this to Yes.":["Ti consigliamo di impostarlo su Sì."],"Media & attachment URLs":["URL dei Media e degli allegati"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Questo è ciò che viene mostrato nei risultati della ricerca quando le persone trovano la tua homepage. Ciò significa che probabilmente è quello che vedono quando cercano il tuo marchio."],"date archives":["archivi per data"],"archives for authors without posts":["archivi per gli autori senza articoli"],"Read why XML Sitemaps are important for your site.":["Leggi perché gli le sitemap XML sono importanti per il tuo sito."],"Enable the XML sitemaps that %s generates.":["Abilita le sitemap XML generate da %s."],"See the XML sitemap.":["Vedi la mappa XML del sito."],"%2$s (current default for %1$s)":["%2$s (impostazione corrente predefinita per %1$s)"],"Media":["Media"],"Content Types":["Tipi di contenuto"],"Should search engines follow links on this %1$s?":["I motori di ricerca dovrebbero seguire i link per questo %1$s?"],"Allow search engines to show this %s in search results?":["Consenti ai motori di ricerca di mostrare %s nei risultati delle ricerche?"],"Search Appearance":["Aspetto della ricerca"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Specifica quali tipi di contenuti desideri visualizzare nei motori di ricerca. Se non conosci le differenze tra questi, è meglio scegliere le impostazioni predefinite."],"Search engines should show \"%1$s\" in search results:":["I motori di ricerca dovrebbero mostrare \"%1$s\" nel risultato della ricerca:"],"Search engine visibility":["Visibilità nei motori di ricerca"],"Toggle %1$s's XML Sitemap":["Attiva la Sitemap XML di %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Le richieste di supporto che crei qui sono inviate direttamente al nostro sistema di supporto, la cui sicurezza è garantita con SSL a 256 bit, pertanto le comunicazioni sono sicure al 100%."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La funzione del contenuto cornerstone ti consente di contrassegnare e filtrare i contenuti cornerstone sul tuo sito web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Se hai un problema che non riesci a risolvere con i nostri video tutorial o con gli articoli della sezione knowledge base sul sito, puoi inviare un messaggio al nostro team di supporto, che è attivo 24/7."],"Good results":["Risultati buoni"],"Get better search results in local search":["Ottieni risultati migliori nella ricerca locale"],"Allow customers to pick up their %s order locally":["Consenti ai clienti di ritirare il loro ordine %s a livello locale"],"SEO analysis":["Analisi SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["L'analisi SEO offre suggerimenti per migliorare la strategia SEO del tuo testo."],"Learn how the SEO analysis can help you rank.":["Scopri come l'analisi SEO può aiutare il tuo posizionamento."],"The readability analysis offers suggestions to improve the structure and style of your text.":["L'analisi di leggibilità offre suggerimenti per migliorare la struttura e lo stile del testo."],"Discover why readability is important for SEO.":["Scopri perché la leggibilità è importante per la strategia SEO."],"Find out how cornerstone content can help you improve your site structure.":["Scopri come i contenuti cornerstone possono aiutarti a migliorare la struttura del tuo sito."],"The text link counter helps you improve your site structure.":["Il contatore di link nel testo ti aiuta a migliorare la struttura del tuo sito."],"Find out how the text link counter can enhance your SEO.":["Scopri come il contatore di link di testo può migliorare la stategia SEO."],"%s integration":["%s integrazione"],"Read more about how %s works.":["Ulteriori informazioni su come funziona %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Abilita questa funzione se vuoi che Facebook e altri social media visualizzino un'anteprima con immagini e un riassunto di testo quando viene condiviso un link al tuo sito."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Abilita questa funzione se vuoi che Twitter mostri un'anteprima con le immagini ed un riassunto del testo quando un link del tuo sito viene condiviso."],"Find out why you should upgrade to %s":["Scopri perché dovresti passare a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Post recenti sul blog %1$s"],"Need help?":["Ti serve aiuto?"],"Remove highlight from the text":["Rimuovi evidenziazione nel testo"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Inizia subito con la %2$sconfigurazione guidata%3$s di %1$s!"],"First-time SEO configuration":["Configurazione SEO iniziale"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["La lingua del tuo sito è {language}. Se ciò non è corretto, contatta l'amministratore del tuo sito."],"Your site language is set to {language}.":["La lingua del tuo sito è {language}."],"Highlight this result in the text":["Evidenzia questo risultato nel testo"],"Considerations":["Considerazioni"],"Errors":["Errori"],"Change language":["Cambia lingua"],"You cannot create a %s file.":["Non è possibile creare un file %s."],"You cannot edit the %s file.":["Non è possibile modificare il file %s."],"Updated %s":["%s aggiornato"],"Create %s file":["Crea file %s"],"Edit the content of your %s:":["Modifica il contenuto del tuo %s:"],"Save changes to %s":["Salva le modifiche al %s"],"%s file":["File %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s e %2$s possono lavorare insieme molto meglio con l'aggiunta di un plugin helper. Installa %3$s per rendere la tua vita migliore. %4$s."],"More information":["Ulteriori informazioni"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s e %2$s possono lavorare insieme molto meglio con l'aggiunta di un plugin helper. Attiva %3$s per rendere la tua vita migliore."],"More information about %1$s":["Ulteriori informazioni su %1$s"],"Configuration Wizard":["Configurazione guidata"],"You've done it!":["Hai fatto!"],"Seamlessly integrate %1$s into your AMP pages!":["Integra al meglio %1$s nelle tue pagine AMP!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integra al meglio %2$s con %1$s per l'analisi del contenuto!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s e %2$s possono lavorare insieme molto meglio con l'aggiunta di un plugin helper. Installa %3$s per rendere la tua vita migliore."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Le impostazioni dell'Aspetto della ricerca di %1$s è costituita da variabili che vengono sostituite da altri valori quando la pagina viene visualizzata. La tabella seguente contiene un elenco delle variabili disponibili."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Contrassegna gli (le) %1$s più importanti come 'cornerstone content' (contenuti centrali) per migliorare la struttura del tuo sito. %2$sLeggi di più sui contenuti cornerstone%3$s."],"Loading help center.":["Caricamento help center in corso."],"Get support":["Assistenza"],"(Opens in a new browser tab)":["(Si apre in una nuova scheda del browser)"],"Posts %1$swithout%2$s a focus keyphrase":["Articoli %1$ssenza%2$s frase chiave"],"Hey, your SEO is doing pretty well! Check out the stats:":["Ehi, la tua SEO sta andando abbastanza bene! Guarda le statistiche:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Non hai pubblicato nessun post, i tuoi punteggi SEO appariranno qui appena scriverari il tuo primo post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["In questa pagina, puoi cambiare il nome del tuo sito e scegliere quale separatore utilizzare. Il separatore sarà mostrato, ad esempio, fra il titolo dell'articolo e il nome del sito. I simboli dei separatori qui sotto sono visualizzati nelle dimensioni con le quali appariranno nei risultati della ricerca. Scegli quello più adatto al tuo brand o quello che occupa meno spazio negli snippet."],"Something else":["Altro"],"A portfolio":["Un portfolio"],"A corporation":["Una grande azienda"],"A small offline business":["Una piccola attività offline"],"A news channel":["Un canale di news"],"An online shop":["Un negozio online"],"A blog":["Un blog"],"What does the site %1$s represent?":["Che tipo di sito è %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Se scegli no, i tuoi archivi autore saranno disattivati per prevenire problemi con contenuti duplicati."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: non conserviamo i tuoi dati in nessun modo e non abbiamo un accesso completo al tuo account. La tua privacy è al sicuro con noi."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s si integra con la Console di Google Search, un tool irrinunciabile per i proprietari di siti. Ti fornisce informazioni sulla salute del tuo sito. Non hai ancora un account Google o il tuo sito non è ancora attivato Scopri %2$scome collegare la Console di Google Search Console al tuo sito%3$s."],"Option B: My site is under construction and should not be indexed":["Opzione B: il mio sito è in costruzione e non deve essere indicizzato"],"Option A: My site is live and ready to be indexed":["Opzione A: il mio sito è online e pronto per essere indicizzato"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Scegli la modalità in costruzione se vuoi tenere il tuo sito fuori dall'indice dei motori di ricerca. Non dimenticare di cambiare questa impostazione quando il tuo sito è pronto per essere pubblicato."],"Please specify if your site is under construction or already active.":["Indica se il tuo sito è ancora in costruzione o già online."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Questa informazione sarà utilizzata nella Knowledge Graph Card di Google, il blocco di informazioni che vedi nella parte destra dei risultati di ricerca."],"Read more like this on our SEO blog":["Leggi più articoli di questo tipo nel nostro blog SEO."],"Readability: %s":[""],"Not activated":["Non attivato"],"Activated":["Attivato"],"%1$s recommendations for you":["Raccomandazioni per te da %1s"],"All Readability Scores":["Tutti i punteggi di leggibilità"],"Filter by Readability Score":["Filtra per punteggio di leggibilità"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Non stai ricevendo aggiornamenti o assistenza! Risolvi il problema aggiungendo questo sito e abilitando %1$s in %2$s."],"Request method %1$s is not valid.":["Il metodo di richiesta %1$s non è valido."],"Muted notifications:":["Notifiche nascoste:"],"Muted problems:":["Problemi nascosti:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Vuoi vedere un'anteprima di come questo articolo apparirà quando viene condiviso su %1$s? Ora puoi, con %2$s."],"Good job! All the links in your texts have been counted.":["Ottimo lavoro! Tutti i link nei tuoi testi sono stati contati."],"Calculation completed.":["Calcolo completato."],"Calculation in progress...":["Calcolo in corso..."],"Stop counting":["Interrompi il conteggio"],"Counting links in your texts":["Conteggio dei link nei tuoi testi"],"Text %1$s of %2$s processed.":["Testo %1$s di %2$s processati."],"All your texts are already counted, there is no need to count them again.":["Tutti i tuoi testi sono già stati contati, non c'è bisogno di contarli di nuovo. "],"Count links in your texts":["Conta i link nei tuoi testi"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["I link in tutti i tuoi testi pubblici hanno bisogno di essere contati. Ciò fornirà informazioni su quali testi hanno bisogno di più link. Se vuoi conoscere di più su come l'internal linking funziona, leggi %1$sl'articolo sull'internal linking su %2$s%3$s."],"Text link counter":["Contatore di link nei testi"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Numero di link interni che puntano a questo articolo. Vai nella sezione aiuto alla voce \"Colonne Yoast\" per maggiori informazioni."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Numero di link interni in questo articolo. Vai nella sezione aiuto alla voce \"Colonne Yoast\" per maggiori informazioni."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s aggiunge più colonne a questa pagina. Abbiamo scritto un articolo su %2$scome usare il punteggio SEO e il punteggio di leggibilità%3$s. Le colonne dei link mostrano il numero di articoli di questo sito collegati %5$sa%6$s questo articolo e il numero di URL linkati %5$sfrom%6$s questo articolo. Leggi di più su %4$scome usare queste caratteristiche per migliorare il tuo sistema di linkinterni%3$s, e migliorare così la tua stategia SEO."],"%s Columns":["Colonne %s"],"Readability score":["Punteggio di leggibilità"],"Other benefits of %s for you:":["Altri benefici da %s per te:"],"Scroll to see the preview content.":["Scorri per vedere l'anteprima del contenuto."],"Cornerstone content":["Contenuto Cornerstone (contenuto centrale)"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s si prenderà cura di tutte le ottimizzazioni tecniche necessarie per il tuo sito. Per migliorare davvero la posizione del tuo sito nei risultati di ricerca, è importante iniziare a creare contenuto che si posizioni bene in base alle frasi chiave che ti interessano. Guarda questo video in cui spieghiamo come usare la %1$s metabox quando scrivi articoli o pagine."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Se vuoi sorpassare la concorrenza in una città o regione specifica, prova il nostro plugin %1$s! Sarai in grado di inserire facilmente mappe di Google, orari di apertura, informazioni di contatto e un localizzatore dei punti vendita. Inoltre %1$s ti aiuta a migliorare l'usabilità della tua pagina contatti."],"Attract more customers near you":["Attrai più clienti vicino a te"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Vuoi conoscere tutte le sfaccettature di %1$s? Vuoi imparare tutto riguardo le nostre impostazioni avanzate? Vuoi essere in grado di ottenere il massimo da %1$s? Dai un'occhiata alle nostre guide sul plugin %1$s e inizia subito a superare i tuoi concorrenti!"],"Get the most out of %1$s with the %2$s":["Ottieni il massimo da %1$s con %2$s"],"Upgrade to Premium":["Passa a Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Vuoi superare i tuoi concorrenti? %1$s ti offre altre eccezionali funzionalità che ti aiuteranno a elaborare una strategia SEO come un professionista. Aggiungi sinonimi e parole chiave correlate, usa la nostra analisi SEO Premium, il redirect manager e il nostro tool per i link interni. %1$s ti permette di accedere anche all'assistenza premium."],"Outrank the competition with %s":["Supera la concorrenza con %s"],"You might like":["Ti potrebbe interessare"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Abbiamo rilevato che non hai ancora completato la configurazione guidata, ti raccomandiamo di %2$siniziare la procedura guidata di configurazione per %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["La procedura guidata di configurazione ti aiuta a configurare facilmente il tuo sito per avere impostazioni SEO ottimali."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Passa a Premium e i nostri esperti saranno lì per rispondere a tutte le domande che potresti avere sulla configurazione e sull'utilizzo del plugin!"],"Superfast internal linking suggestions":["Suggerimenti super veloci di link interni"],"Great news: you can, with %1$s!":["Novità importante: puoi con %1$s! "],"Save changes":["Salva le modifiche"],"1 year free support and updates included!":["1 anno di aggiornamenti e supporto personalizzato inclusi!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Il plugin %2$s modifica l'aspetto del tuo sito differenziando il contenuto per i motori di ricerca da quello per gli utenti \"normali\". Questo è un processo chiamato cloaking, che potrebbe portarti a brutte penalizzazioni. Ti suggeriamo di disabilitarlo."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sAnteprima dei social media%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNiente più link non funzionanti%2$s: easy redirect manager"],"No ads!":["Nessuna pubblicità!"],"Facebook & Twitter":["Facebook e Twitter"],"Social media preview":["Anteprima social media"],"Easy redirect manager":["Facile gestore per il reindirizzamento"],"No more dead links":["Niente più link non funzionanti"],"Increase your SEO reach":["Aumenta la tua visibilità SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Se vuoi aiuto per creare contenuti fantastici, dai un'occhiata al nostro %2$scorso di SEO copywriting%3$s. Se vuoi sapere tutto sulle funzionalità del plugin, valuta di seguire il nostro %1$s!"],"Variable":["Variabile"],"Available variables":["Variabili disponibili"],"Scroll to see the table content.":["Scorri per vedere il contenuto della tabella."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Se hai bisogno di aiuto, consulta %1$sil nostro articolo su come collegare il tuo sito web alla Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Si è verificato un errore nella valutazione di '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s parole contengono %2$soltre %3$s sillabe%4$s, che è più del massimo raccomandato di %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s parole contengono %2$s oltre %3$s sillabe%4$s, che è meno o uguale al massimo raccomandato di %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Questo è leggermente inferiore al numero minimo di %5$d parola. %3$sAggiungi ancora un po' di contenuto%4$s.","Questo è leggermente inferiore al numero minimo di %5$d parole. %3$sAggiungi ancora un po' di contenuto%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La meta descrizione contiene %1$d frase con %2$spiù di %3$sparole%4$s. Prova ad accorciarla.","La meta descrizione contiene %1$d frasi con %2$spiù di %3$sparole%4$s. Prova ad accorciarle."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La meta descrizione non contiene frasi con %1$spiù di %2$s parole%3$s."],"No new notifications.":["Nessuna nuova notifica."],"Save all":["Salva tutto"],"Save":["Salva"],"%1$s, Author at %2$s":["%1$s, Autore presso %2$s"],"Mobile preview":["Anteprima in modalità mobile"],"Desktop preview":["Anteprima in modalità desktop"],"Select redirect":["Seleziona reindirizzamento"],"Please provide an SEO title by editing the snippet below.":["Inserisci un titolo SEO modificando lo snippet sottostante."],"Meta description preview:":["Anteprima della meta descrizione:"],"Slug preview:":["Anteprima dello slug:"],"SEO title preview:":["Anteprima titolo SEO:"],"Close snippet editor":["Chiudi editor snippet"],"Slug":["Slug"],"Remove marks in the text":["Rimuovi l'evidenziazione nel testo"],"Mark this result in the text":["Segnare questo risultato nel testo"],"Marks are disabled in current view":["L'evidenziazione è disabilitata"],"Good SEO score":["Punteggio SEO Buono"],"OK SEO score":["Punteggio SEO Ok"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Seleziona un'immagine"],"Remove the image":["Rimuovi l'immagine"],"MailChimp signup failed:":["Iscrizione a MailChimp fallita:"],"Sign Up!":["Iscriviti!"],"Name":["Nome"],"There is an error with the request.":["C'è un errore con questa richiesta."],"Select profile":["Seleziona il profilo"],"Choose a profile":["Scegli un profilo"],"Authorization code":["Codice di autorizzazione"],"Reauthenticate with Google":["Autenticati nuovamente con Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Per consentire a %s di recuperare le tue informazioni dalla Google Search Console, inserisci il Codice di autorizzazione di Google. Facendo clic sul link sottostante si aprirà una nuova finestra."],"Please provide a meta description by editing the snippet below.":["Inserisci una meta descrizione modificando lo snippet sottostante."],"Edit snippet":["Modifica snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Puoi fare clic su ogni elemento nell'anteprima per passare all'editor dello snippet."],"Close the Wizard":["Chiudi la procedura guidata"],"Export settings":["Esporta le impostazioni"],"%1$s video tutorial":["Video lezione %1$s"],"%s › Configuration Wizard":["%s › Configurazione guidata"],"Please don't show me this notification anymore":["Non mostrarmi più questa notifica"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Se stai riscontrando problemi, %1$sinviaci un bug report%2$s e faremo del nostro meglio per aiutarti."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Abbiamo notato che stai utilizzando %1$s da un po' di tempo; ci auguriamo che ti stia piacendo! Saremmo entusiasti se tu volessi %2$sdarci un punteggio di 5 stelle su WordPress.org%3$s!"],"Courses":["Corsi"],"Date archives settings":["Impostazioni archivi per data"],"Author archives settings":["Impostazioni archivi autore"],"%1$s by %2$s":["%1$s per %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Attenzione: la variabile %s non può essere utilizzata in questo template. Vedi il centro di supporto per maggiori informazioni."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["A proposito, sapevi che abbiamo anche un %1$sPlugin Premium%2$s? Fornisce funzionalità più avanzate, quali un gestore di redirect ed il supporto per frasi chiave multiple. Inoltre dispone di una assistenza personalizzata 24/7."],"(no title)":["(senza titolo)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["La barra di amministrazione di %1$s contiene dei link utili a strumenti di terze parti per analizzare le pagine e rendere semplice verificare se si hanno nuove notifiche."],"Admin bar menu":["Menu della barra di amministrazione"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funzionalità"],"SEO title":["Titolo SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Anche se ci sforziamo di rendere la configurazione di %1$s più facile possibile, ci rendiamo conto che può essere complicata. Se preferisci che provvediamo noi alla configurazione di %1$s (e nel frattempo ottenere anche una copia di %2$s), ordina il nostro %3$sServizio di configurazione di %1$s%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Benvenuti alla procedura guidata di installazione di %1$s. In pochi semplici passi ti aiuteremo a configurare le tue impostazioni SEO affinché rispondano alle necessità del tuo sito!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google mostra il nome del tuo sito nei risultati della ricerca, se vuoi cambiarlo, puoi farlo da qui."],"Greater than sign":["Simbolo di maggiore"],"Less than sign":["Simboli di minore"],"Right angle quotation mark":["Virgoletta bassa destra"],"Left angle quotation mark":["Virgoletta bassa sinistra"],"Small tilde":["Tilde piccola"],"Vertical bar":["Barra verticale"],"Low asterisk":["Asterisco basso"],"Asterisk":["Asterisco"],"Bullet":["Punto"],"Middle dot":["punto medio"],"Em dash":["trattino em"],"En dash":["trattino en"],"Dash":["Trattino"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Scegli il simbolo da utilizzare come separatore del titolo. Apparirà, ad esempio, fra il titolo del tuo articolo ed il nome del sito. I simboli sono visualizzati nella dimensione con cui appariranno nei risultati delle ricerche."],"The name of the person":["Il nome della persona"],"No":["No"],"Yes":["Si"],"Does, or will, your site have multiple authors?":["Il tuo è un sito o sarà un sito con autori multipli?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genera automaticamente un URL per ciascun elemento della libreria media. Abilitando questa opzione si permetterà a google di indicizzare l'URL generata."],"Success!":["Fine!"],"Title settings":["Impostazioni del Titolo"],"Google Search Console":["Google Search Console"],"Multiple authors":["Autori multipli"],"Site type":["Tipo di sito"],"Environment":["Ambiente"],"Yoast option %1$s not found.":["L'opzione Yoast %1$s non è stata trovata."],"Google Structured Data Test":["Test per i Dati Strutturati di Google"],"Posts list":["Elenco articoli"],"Posts list navigation":["Navigazione elenco articoli"],"Filter posts list":["Filtro elenco articoli"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Si noti che i link agli archivi possono continuare ad essere visualizzati dal tema e occorrerà rimuoverli separatamente,"],"%1$s to optimize your site even further":["%1$s per ottimizzare ulteriormente il tuo sito"],"%1$s extensions":["Estensioni %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Include la nostra garanzia di restituzione dei soldi entro 30 giorni senza nessuna domanda sul motivo della richiesta"],"More information %1$sabout %3$s%2$s":["Ulteriori informazioni %1$ssu %3$s%2$s"],"Installed":["Installato"],"gain access to our 24/7 support team.":["Ottieni accesso al nostro team di assistenza 24/7."],"Premium support":["Assistenza premium"],"check what your Facebook or Twitter post will look like.":["verifica come appaiono i tuoi articoli su Facebook o Twitter."],"Social previews":["Antreprime social"],"create and manage redirects from within your WordPress install.":["crea e gestisci i redirect direttamente dalla tua installazione WordPress."],"Redirect manager":["Gestore dei redirect"],"%1$s, take your optimization to the next level!":["%1$s, porta la tua ottimizzazione ad un livello superiore!"],"A seamless integration between %1$s and %2$s":["Una integrazione senza interruzioni fra %1$s e %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utilizza le bricole di pane %1$s al posto di %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inserisci facilmente Google Maps, un localizzatore di punti vendita, gli orari di apertura e molto altro"],"Creates XML News Sitemaps":["Crea sitemap XML per le news"],"Immediately pings Google on the publication of a new post":["Fai un ping a Google alla pubblicazione di un nuovo articolo"],"Optimize your site for Google News":["Ottimizza il tuo sito per Google News"],"Make videos responsive through enabling fitvids.js":["Rendi i video responsive tramite l'abilitazione di fitvids.js"],"Enhance the experience of sharing posts with videos":["Migliora l'esperienza di condivisione di articoli contenenti video"],"Show your videos in Google Videos":["Visualizza i tuoi video su Google Videos"],"Crawl issues list":["Scorri l'elenco dei problemi"],"Crawl issues list navigation":["Scorri l'elenco dei problemi di navigazione"],"Edit “%s”":["Modifica “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notifiche"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Rimuovi la scheda delle frasi chiave dal meta box e disabilita tutti i suggerimenti relativi alla SEO."],"Disable SEO analysis":["Disabilita l'analisi SEO"],"Twitter settings":["Impostazioni Twitter"],"Pinterest settings":["Impostazioni Pintertest"],"Facebook settings":["Impostazioni Facebook"],"Title separator symbol":["Simbolo separatore del titolo"],"RSS feed settings":["Impostazioni feed RSS"],"Breadcrumbs settings":["Impostazioni dei Breadcrumbs"],"Make primary":["Rendi primario"],"Enter your Google Authorization Code and press the Authenticate button.":["inserisci il tuo Codice di Autorizzazione di Google e premi il pulsante di Autenticazione."],"%s notification":["%s notifica","%s notifiche"],"Disable readability analysis":["Disabilita l'analisi della leggibilità"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Rimuovi la scheda dell'analisi di leggibilità dal meta box e disabilita tutti i suggerimenti sulla leggibilità."],"Readability analysis":["Analisi leggibilità"],"Needs improvement":["Da migliorare"],"Readability":["Leggibilità"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Stai cercando di caricare dei file non minimizzati, questi sono disponibili solamente nel nostro pacchetto sviluppo. Guarda %1$s per vedere tutti i file sorgente."],"Improvements":["Miglioramenti"],"Restore this item.":["Ripristina questo elemento."],"Dismiss this item.":["Scarta questo elemento."],"Good job! We could detect no serious SEO problems.":["Buon lavoro! Non siamo in grado di individuare nessun problema SEO."],"We have detected the following issues that affect the SEO of your site.":["Abbiamo individuato i seguenti problemi che riguardano la SEO del tuo sito."],"Problems":["Problemi"],"Analysis":["Analisi"],"Not available":["Non disponibile"],"Filter by SEO Score":["Filtra per punteggio SEO"],"Meta description not set.":["Meta descrizione non impostata."],"Video tutorial":["Tutorial Video"],"Email support is a %s feature":["L'assistenza tramite email è una funzionalità %s"],"Knowledge base":["Knowledge base"],"Open":["Apri"],"Dashboard":["Bacheca"],"You can fix this on the %1$sPermalink settings page%2$s.":["Puoi correggerlo nella %1$sPagina delle impostazioni dei permalink%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La paginazione dei commenti è abilitata, ciò non è necessario in 999 casi su 1000, noi raccomandiamo di disabilitarla."],"Replaced with the primary category of the post/page":["Sostituito con la categoria principale nell'articolo/pagina"],"Pinterest confirmation":["Conferma Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Se hai già confermato il tuo sito in Pinterest, puoi saltare il passaggio successivo."],"Format-based archives":["Archivio Format-based"],"Webmaster Tools verification":["Verifica per gli strumenti per webmaster"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Segui il nostro corso %1$s for WordPress e diventa un Esperto Certificato %1$s!"],"Want to be a %s Expert?":["Vuoi diventare un Esperto di %s?"],"Buy %s":["Compra %s"],"Show information about errors in category %s":["Mostra informazioni sugli errori legati alla categoria %s"],"New %1$s Title":["Nuovo %1$s Titolo"],"Existing %1$s Title":["Titolo %1$s Esistente"],"Expected an integer as input.":["L'input dev'essere un intero"],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Sto provando a costruire una chiave sicura della cache della sitemap, ma la combinazione di suffisso e prefisso lascia poco spazio di azione. Probabilmente stai cercando di elaborare una pagina con molti caratteri."],"Remove":["Rimuovi"],"Keep":["Mantieni"],"Bold the last page":["Evidenzia in grassetto l'ultima pagina"],"Regular":["Standard"],"Bold":["Grassetto"],"Show Blog page":["Vedi la pagina del Blog"],"Primary %s":["%s Primario"],"Primary":["Primario"],"Make %1$s primary %2$s":["Rendi %1$s primario %2$s"],"Term is set to noindex.":["Il termine è impostato su noidex."],"Author archives":["Archivi autore"],"Show":["Visualizza"],"Enabled":["Abilitato"],"Disabled":["Disabilitato"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s non ha ancora calcolato lo stato di indicizzabilità del tuo sito da %2$s"],"The separator defined in your theme's %s tag.":["Il separatore definito nel tag %s del tuo tema."],"No index":["Noindex"],"Analyze entire site":["Analizza tutto il sito"],"Fetch the current status":["Carica lo status attuale"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s non è stato in grado di calcolare lo stato di indicizzabilità del tuo sito%3$s da %4$s"],"Your homepage can be indexed by search engines.":["La tua home page può essere indicizzata dai motori di ricerca."],"Indexability check by %1$s":["Controllo indicizzazione di %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Se vuoi usare un'immagine per la condivisione su %1$s, puoi caricare / scegliere un'immagine o aggiungere l'url dell'immagine qui."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Se non desideri utilizzare la meta descrizione per la condivisione su %1$s ma vuoi un'altra descrizione, scrivila qui."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Se non vuoi utilizzare il titolo dell'articolo per condividerlo su %1$s ma preferisci avere un titolo differente, scrivilo qui."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sLa tua homepage non può essere indicizzata dai motori di ricerca%2$s. Questo è molto grave per la SEO e deve essere corretto."],"Once Weekly":["Una volta alla settimana"],"Add-ons":["Add-ons"],"SEO score":["Punteggio SEO"],"Twitter metadata":["Metadati di Twitter"],"Facebook / Open Graph metadata":["Metadati Facebook / Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Ricalcolo dei punteggi SEO per i contenuti con una frase chiave in corso."],"%1$s of %2$s done.":["eseguito %1$s di %2$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Abbiamo aggiornato i nostri algoritmi per il punteggio SEO. %1$sRicalcola il punteggio SEO%2$s per tutti gli articoli e le pagine."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La prima vera soluzione SEO tutto-in-uno per WordPress, compresa l’analisi dei contenuti su ogni pagina, sitemap XML e molto altro."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Attivazione non riuscita:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["L'estensione del filtro sembra non essere disponibile. Suggeriamo di richiedere l'abilitazione al proprio gestore hosting."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["L'installazione del plugin %1$s è incompleta. Consulta le %2$sistruzioni per l'installazione%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["L'estensione Standard PHP Library (SPL) non pare disponibile. Richiedi al tuo host di abilitarla."],"SEO Settings":["Impostazioni SEO"],"Mobile-Friendly Test":["Test Mobile-Friendly"],"Google Page Speed Test":["Test Google Page Speed"],"CSS Validator":["Validazione CSS"],"HTML Validator":["Validazione HTML"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Debugger Facebook"],"Check Headers":["Controlla gli headers"],"Check Google Cache":["Controlla la Cache di Google"],"Analyze this page":["Analizza questa pagina"],"Keyword Research":["Ricerca Parole chiave"],"%s does not seem to be a valid url. Please correct.":["%s non sembra essere una url valida. Correggi e riprova."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%s non sembra essere una string di verifica valida %s. Correggi e riprova."],"%s Archive":["Archivi %s"],"You searched for %s":["Hai cercato %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s non sembra essere uno user-id valido di Twitter. Correggi e riprova."],"Summary with large image":["Sommario con immagini grandi"],"Summary":["Sommario"],"The post %1$s appeared first on %2$s.":["L'articolo %1$s proviene da %2$s."],"No numeric value was received.":["Nessun valore numerico inserito."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Questo deve essere un blog esistente. Il blog %s non esiste o è stato segnato come cancellato."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["L'impostazione di default del blog deve essere l'id numerico del blog che vuoi usare come default."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$snon è una scelta valida per chi dovrebbe essere autorizzato ad accedere alle impostazioni di %2$s. Valori ripristinati al default."],"Please select a valid post type for taxonomy \"%s\"":["Seleziona un tipo di contenuto valido per la tassonomia \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Seleziona una tassonomia valida per i contenuti di tipo \"%s\""],"You searched for":["Hai cercato"],"Home":["Home"],"Archives for":["Archivi per"],"Error 404: Page not found":["Errore 404: Pagina non trovata"],"Good":["Buona"],"Replaced with a custom taxonomies description":["Sostituito con la descrizione di una tassonomia custom"],"Replaced with a posts custom taxonomies, comma separated.":["Sostituito con una tassonomia personalizzata per gli articoli, separata da virgole."],"Replaced with a posts custom field value":["Sostituita con un valore di un campo personalizzato"],"Replaced with the slug which caused the 404":["Sostituito con lo slug che ha causato l'errore 404"],"Replaced with the posts focus keyphrase":["Sostituito dalla frase chiave principale dell'articolo"],"Attachment caption":["Didascalia Allegato"],"Replaced with the current page number":["Sostituito con il numero di pagina corrente"],"Replaced with the current page total":["Sostituito con il numero di pagine totale"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Sostituito con il numero di pagina corrente e relativo contesto(es. pagina 2 di 4)"],"Replaced with the post/page author's 'Biographical Info'":["Rimpiazzato con \"Informazioni biografiche\" dell'autore del post/pagina."],"Replaced with the post/page author's 'nicename'":["Sostituito con il 'nicename' dell'autore del post/pagina"],"Replaced with the post/page ID":["Sostituito con l'ID del post/pagina"],"Replaced with the post/page modified time":["Sostituito con l'ora di modifica del post/pagina "],"Replaced with the content type plural label":["Sostituito con l'etichetta plurima per il tipo di articolo"],"Replaced with the content type single label":["Sostituito con l'etichetta singola del tipo di articolo"],"Replaced with the current search phrase":["Sostituito con la frase di ricerca corrente"],"Replaced with the term name":["Sostituito dal nome del termine"],"Replaced with the term description":["Sostituito dalla descrizione del termine"],"Replaced with the tag description":["Sostituito dalla descrizione del tag"],"Replaced with the category description":["Sostituito dalla descrizione della categoria"],"Replaced with the post categories (comma separated)":["Sostituito dalle categorie dell'articolo (separate da una virgola)"],"Replaced with the current tag/tags":["Rimpiazzato dagli attuali tag"],"Replaced with the post/page excerpt (without auto-generation)":["Sostituito dal riassunto articolo/pagina (senza autogenerazione)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Sostituito dal riassunto articolo/pagina (autogenerato se non esiste)"],"The site's name":["Il nome del sito"],"Replaced with the title of the parent page of the current page":["Sostituito con il titolo della pagina padre della pagina corrente"],"Replaced with the title of the post/page":["Sostituito dal titolo del post/pagina"],"Replaced with the date of the post/page":["Rimpiazzato dalla data articolo/pagina"],"Page %1$d of %2$d":["Pagina %1$d di %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Non puoi sovrascrivere una variabile di sostituzione standard di WPSEO registrando una variabile con lo stesso nome. Utilizza piuttosto il filtro \"wpseo_replacements\" per aggiustare il valore di sostituzione."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Una variabile di sostituzione con questo nome è già stata registrata. Prova a rendere il nome di questa variabile ancora più univoco."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Una variabile di sostituzione non può iniziare con \"%%cf_\" o \"%%ct_\" perchè sono riservate per le variabili di variabili standard di WPSEO per i campi personalizzati e per le tassonomie personalizzate. Prova a rendere il nome di questa variabile univoco."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Una variabile di sostituzione può contenere solo caratteri alfanumerici, il carattere di sottolineatura o il trattino. Prova a rinoinare la tua variabile."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Avviso per l'amministratore: questa pagina non mostra una meta descrizione perché non ne ha una, è necessario scriverla per questa pagina o andare nel menu SEO -> Titoli & Metadati e impostare un template."],"Page not found":["Pagina non trovata"],"%s Archives":["%s Archivi"],"Search for \"%s\"":["Ricerca per \"%s\""],"Meta description to use for Author page":["Meta descrizione da usare per la pagina autore "],"Title to use for Author page":["Titolo da usare per la pagina autore"],"%1$s settings":["Impostazioni %1$s"],"Export your %1$s settings":["Esporta le tue impostazioni %1$s"],"Import settings":["Importa impostazioni"],"Import from other SEO plugins":["Importa da altri plugin SEO"],"Import":["Importa"],"If you had a %s file and it was editable, you could edit it from here.":["Se tu avessi un file %s e questo fosse modificabile, potresti modificarlo da qui."],"If your %s were writable, you could edit it from here.":["Se il tuo %s fosse modificabile, potresti modificarlo da qui."],"You don't have a %s file, create one here:":["Non hai un file %s, creane uno qui:"],"A link to your site, with your site's name and description as anchor text.":["Un link al tuo sito, con il nome e la descrizione del tuo sito come testo di ancoraggio."],"A link to your site, with your site's name as anchor text.":["Un link al tuo sito, con il nome del tuo sito come testo di ancoraggio."],"A link to the post, with the title as anchor text.":["Un link all'articolo, con il titolo come testo di ancoraggio."],"A link to the archive for the post author, with the authors name as anchor text.":["Un link all'archivio dell'autore dell'articolo, con il nome dell'autore come testo di ancoraggio."],"You can use the following variables within the content, they will be replaced by the value on the right.":["È possibile utilizzare le seguenti variabili all'interno del contenuto, verranno sostituite dal valore mostrato qui a destra."],"Content to put after each post in the feed":["Contenuto da inserire dopo qualsiasi post nel feed"],"Content to put before each post in the feed":["Contenuto da inserire prima di ogni post nel feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Questa funzionalità è utilizzata per aggiungere automaticamente contenuti al tuo RSS. Più nello specifico, è progettata per aggiungere link che rimandino al tuo blog e ai tuoi articoli, in modo che gli scrapers aggiungeranno a loro volta automaticamente questi links, aiutando i motori di ricerca ad identificarti come la fonte originale dei contenuti."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["L'utilizzo della funzione breadcrumbs è spiegata nel %1$snostro articolo nella knowledge-base sull'implementazione dei breadcrumbs%2$s."],"How to insert breadcrumbs in your theme":["Come inserire i breadcrumbs nel tuo tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Archivio dei post type da mostrare nei breadcrumbs per le tassonomie"],"Taxonomy to show in breadcrumbs for content types":["Tassonomia da mostrare nei breadcrumbs per i post type"],"Breadcrumb for 404 Page":["Breadcrumb per la pagina 404"],"Prefix for Search Page breadcrumbs":["Prefisso nel breadcrumbs delle pagina di ricerca"],"Prefix for Archive breadcrumbs":["Prefisso per gli archivi dei Breadcrumbs"],"Prefix for the breadcrumb path":["Prefisso per il percorso dei Breadcrumbs"],"Anchor text for the Homepage":["Testo del link per la Home Page"],"Separator between breadcrumbs":["Separatore tra i breadcrumbs"],"Enable Breadcrumbs":["Abilita i Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Di seguito sono elencati i punteggi SEO dei tuoi articoli pubblicati. Ora è il momento giusto per iniziare a migliorare alcuni dei tuoi post!"],"Credits":["Crediti"],"« Back to Tools page":["« Torna alla pagina degli strumenti"],"%1$s comes with some very powerful built-in tools:":["%1$s viene fornito con alcuni strumenti integrati molto potenti:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Questo strumento consente di modificare rapidamente file importanti per la SEO, come il vostro robots.txt e, se ne avete uno, il file .htaccess."],"File editor":["Modifica file"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importa le impostazioni da altri plugin per la SEO ed esportale per riutilizzarle su un altro blog."],"Import and Export":["Importa ed esporta"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Questo strumento permette di cambiare rapidamente i titoli e le descrizioni dei tuoi post e pagine senza dover andare nell'editor per ognuno di essi."],"Bulk editor":["Editor di massa"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Per %1$sconvalidare il tuo sito con Pinterest%2$s, aggiungi qui il meta tag:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest usa i metadata Open Graph come Facebook, per questo assicurati di aver spuntato la casella di verifica sulla scheda Facebook se vuoi ottimizzare il tuo sito per Pinterest."],"The default card type to use":["Il tipo di card di default da usare"],"Add Twitter card meta data":["Aggiungi i metadati della Twitter card"],"This image is used if the post/page being shared does not contain any images.":["Questa immagine viene utilizzata se un/a articolo/pagina che vengono condivisi non contengono alcuna immagine."],"Default settings":["Impostazioni standard"],"Copy home meta description":["Copia la meta descrizione della home"],"Description":["Descrizione"],"Image URL":["URL Immagine"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Questi sono il titolo, la descrizione e l'immagine utilizzata nei meta tag Open Graph nella pagina principale del tuo sito."],"Frontpage settings":["Impostazioni della pagina iniziale"],"Add Open Graph meta data":["Aggiungi meta dati Open Graph"],"YouTube URL":["URL di YouTube"],"Pinterest URL":["URL di Pinterest"],"MySpace URL":["URL di MySpace"],"LinkedIn URL":["URL di LinkedIn"],"Instagram URL":["URL di Instagram"],"Twitter Username":["Nome utente Twitter"],"Facebook Page URL":["URL della Pagina Facebook"],"Accounts":["Account"],"Restore site to defaults":["Reimposta il sito"],"Site ID":["ID Sito"],"Using this form you can reset a site to the default SEO settings.":["Usando questo modulo sarà possibile impostare il sito con i valori predefiniti di SEO."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["I dati sensibili della privacy (amministratori FB e similari), specifici per il tema (riscrittura titolo) ed alcune altre impostazioni specifichennon verranno importate nei nuovi siti."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Inserisci lo %1$sID del sito%2$s per il sito dal quale ricavare le impostazioni che desideri utilizzare come predefinite per tutti i siti già aggiunti al tuo network. Lascia vuoto per nessun sito (verranno utilizzati i valori predefiniti del plugin)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Scegli il sito le cui impostazioni verranno utilizzate come standard per tutti i siti che verranno aggiunti al network. Se scegli 'Nessuno', verranno utilizzati i valori standard del plugin."],"New sites in the network inherit their SEO settings from this site":["I nuovi siti del network erediteranno le impostazioni SEO da questo sito"],"Super Admins only":["Solo super amministratori"],"Site Admins (default)":["Amministratori del sito (predefinito)"],"Who should have access to the %1$s settings":["Chi dovrebbe avere accesso alle impostazioni di %1$s"],"spam":["spam"],"mature":["maturo"],"archived":["archiviato"],"public":["pubblico"],"%s restored to default SEO settings.":["%s ripristinato ai valori di default SEO."],"Settings Updated.":["Impostazioni aggiornate."],"404 pages":["Pagine 404"],"Search pages":["Pagine di ricerca"],"These pages will be %s by default, so they will never show up in search results.":["Queste pagine saranno %s di default, quindi non appariranno mai nei risultati delle ricerche."],"Special Pages":["Pagine speciali"],"Date-based archives could in some cases also be seen as duplicate content.":["Gli archivi per data potrebbero in alcuni casi essere rilevati come contenuti duplicati."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Se questo è il caso sul tuo sito, è possibile disabilitarlo (questo lo reindirizza alla home page), o aggiungergli %s in modo da non mostrarlo nei risultati della ricerca."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Se il tuo blog è curato solo da un autore l'archivio autori sarà esattamente uguale alla tua homepage. Questo è ciò che si intende quando si parla di %1$scontenuti duplicati%2$s."],"Date archives":["Archivi per data"],"author archives":["Archivi autori"],"Title":["Titolo"],"%1$s Meta Box":["Meta Box %1$s"],"Hide":["Nascondi"],"Date in Snippet Preview":["Data nell'anteprima dello snippet"],"Take note:":["Prendi nota:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Homepage & prima pagina"],"Title Separator":["Separatore del titolo"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$S determina automaticamente quando è necessario forzare la riscrittura dei titoli delle pagine, se pensate sia sbagliato e sapete quello che state facendo potete cambiare le impostazioni da qui."],"Force rewrite titles":["Forza la riscrittura dei titoli"],"Taxonomies":["Tassonomie"],"Homepage":["Homepage"],"%1$s Extensions":["Estensioni %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integra al meglio WooCommerce con %1$s ed ottieni funzionalità extra!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Migliora il posizionamento locale e su Google Maps, senza fare nessuno sforzo!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Sei su Google News? Aumenta il tuo traffico da Google News ottimizzandoti per esso!"],"Optimize your videos to show them off in search results and get more clicks!":["Ottimizza i tuoi video per visualizzarli nei risultati di ricerca ed avere più click!"],"The premium version of %1$s with more features & support.":["La versione premium di %1$s con molte altre funzionalità e l'assistenza."],"Person":["Persona"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Questo dato viene mostrato come dato meta del tuo sito. È destinato a comparire nel %1$sKnowledge Graph di Google%2$s. Puoi scegliere se essere una Organizzazione o una Persona."],"Website name":["Nome sito web"],"Webmaster Tools":["Strumenti per Webmaster"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Non appare il titolo dell'articolo nella URL dei tuoi articoli e pagine, si consiglia di inserirlo. Imposta la struttura del tuo permalink con /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["o"],"Save Profile":["Salva profilo"],"There were no profiles found":["Nessun profilo trovato"],"Profile":["Profilo"],"Current profile":["Profilo corrente"],"Authenticate":["Autenticati"],"Get Google Authorization Code":["Ricevi Codice di Autorizzazione di Google."],"Reload crawl issues":["Ricarica i problemi di indicizzazione"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Per essere in grado di creare un redirect e risolvere questo problema, hai bisogno di %1$s. È possibile acquistare il plugin, compreso un anno di assistenza e aggiornamenti, su %2$s."],"Creating redirects is a %s feature":["Creare redirect è una caratteristica di %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errori che si sono verificati quando il tuo sito è stato scansionato da Googlebot per feature phone (gli errori non sono comparsi per la versione desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Errori che si sono verificati solo quando il tuo sito è stato scansionato da Googlebot-Mobile (gli errori non sono comparsi per la versione desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Errori che si sono verificati quando il tuo sito è stato scansionato da Googlebot."],"Issue categories":["Categorie di problemi"],"Incorrect Google Authorization Code.":["Google Authorization Code Errato."],"The issues have been successfully reloaded!":["I problemi sono stati ricaricati con successo!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["I dati di %1$s sono stato rimossi. Sarà necessario ripetere l'autenticazione se si desidera recuperare i dati nuovamente."],"Crawl errors per page":["Errori di scansione per pagina"],"Search":["Ricerca"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Non perderti gli errori del crawl: %1$scollegati alla Google Search Console qui%2$s."],"Create redirect":["Crea un Redirect"],"Mark as fixed":["Segna come risolto"],"Response code":["Codice di risposta"],"First detected":["Scoperto per la prima volta"],"Last crawled":["Ultima scansione"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s ha scoperto che stai utilizzando la versione %2$s che non è compatibile con %1$s. Aggiorna %2$s all'ultima versione per per utilizzare questa funzionalità. "],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["I plugin di Yoast condividono parte del codice tra di loro per rendere il sito più veloce. Per questo motivo abbiamo bisogno che tutti i plugin di Yoast siano aggiornati. Abbiamo rilevato che in questo caso non è così, quindi si prega di aggiornare i plugin di Yoast che non sono ancora aggiornati."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["L'URL di destinazione non esiste, ma il server non restituisce un errore 404 (file non trovato)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["La richiesta è scaduta o il sito sta bloccando Google."],"Server Error":["Errore del server"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot può accedere al tuo sito, ma alcuni URL sono bloccati per il Googlebot nel tuo file %1$s. Questo blocco potrebbe essere sia per tutti i Googlebots o anche specifico per Googlebot-mobile."],"Blocked":["Bloccato"],"Google was unable to crawl this URL due to an undetermined issue.":["Google non è stato in grado di controllare questo URL a causa di un problema sconosciuto."],"URL points to a non-existent page.":["URL punta a una pagina che non esiste"],"Not found":["Non trovato"],"Not followed":["Non seguito"],"Faulty redirects":["Redirect difettosi"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Il server richiede una autenticazione o sta bloccando l'accesso al sito del googlebot."],"Access denied":["Accesso negato"],"Deactivate %s":["Disattivare %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["I plugin %1$s potrebbero causare problemi quando utilizzati in combinazione con %2$s."],"Upload Image":["Carica immagine"],"Remove these ads?":["Rimuovi queste pubblicità?"],"%s Posts Overview":["Panoramica degli articoli %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Il Titolo dei breadcrumbs è usato quando appare questa tassonomia."],"Breadcrumbs title":["Titolo dei breadcrumbs"],"The canonical link is shown on the archive page for this term.":["Il link alla URL canonical è mostrato nella pagina archivio per questo termine."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Altro"],"Archives":["Archivi"],"Email":["Email"],"Close":["Chiudi"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Sia %1$s che %2$s generano una mappa del sito XML. Avere due file XML non porta benefici per i motori di ricerca e potrebbe rallentare il sito."],"Configure %1$s's Open Graph settings":["Configura le impostazioni OpenGraph di %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Sia %1$s sia %2$s generano dei meta tag OpenGraph, che potrebbero causare immagini e testi sbagliati qualora fossero condivisi su Facebook, Twitter, LinkedIn ed altri social."],"%s Image":["Immagine per %s"],"%s Description":["Descrizione per %s"],"%s Title":["Titolo per %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["La dimensione dell'immagine consigliata per %1$s è di %2$s pixel."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Se vuoi sovrascrivere l'immagine usata su %s per questo articolo, carica / scegli un’immagine qui."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Se non vuoi usare la meta descrizione per la condivisione dell'articolo su %s, e vuoi usare un'altra descrizione, inseriscila qui."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Se non vuoi utilizzare il titolo del post nella condivisione su %s, ma desideri un altro titolo, scrivilo qui."],"very difficult":["molto difficile"],"Try to make shorter sentences, using less difficult words to improve readability":["Prova a scrivere frasi più brevi, usando parole meno difficili per migliorare la leggibilità. "],"difficult":["difficile"],"Try to make shorter sentences to improve readability":["Prova a creare frasi più brevi per migliorare la leggibilità."],"fairly difficult":["abbastanza difficile"],"OK":["OK"],"fairly easy":["abbastanza facile"],"easy":["facile"],"very easy":["molto facile"],"Meta Desc.":["Desc. meta"],"All SEO Scores":["Tutti i punteggi SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema SEO: l'immagine in evidenza deve avere una dimensione di almeno 200 per 200 pixel per poter essere utilizzata da Facebook e altri social media."],"(no parent)":["(nessun genitore)"],"Post is set to noindex.":["Articolo impostato come da non indicizzare"],"The URL that this page should redirect to.":["La URL alla quale questa pagina deve reindirizzare."],"301 Redirect":["Redirect 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["La URL canonica a cui questa pagina dovrebbe puntare. Lascia in bianco per utilizzare il permalink predefinito. Sono supportate anche le %1$sURL canoniche cross domain%2$s."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Titolo da usare nel percorso del breadcrumb in questa pagina"],"Breadcrumbs Title":["Titolo dei breadcrumbs"],"No Snippet":["Nessuno snippet"],"No Archive":["Nessun Archivio"],"No Image Index":["Nessuna immagine indice"],"None":["Nessuno"],"Site-wide default: %s":["Default di sistema: %s"],"Advanced meta robots settings for this page.":["Impostazioni Avanzate meta robots per questa pagina."],"Meta robots advanced":["Meta Robots avanzate"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Attenzione: anche se da qui puoi impostare i valori meta per le impostazioni per i robot, l'intero sito è impostato come da non indicizzare nelle impostazioni generali di privacy, quindi queste impostazioni non avranno alcun effetto."],"Meta description":["Meta descrizione"],"SEO Title":["Titolo SEO"],"Focus keyword":["Parola chiave principale"],"Snippet preview":["Anteprima dello snippet"],"Settings successfully imported.":["Impostazioni importate con successo."],"Settings could not be imported:":["Le impostazioni non possono essere importate:"],"Error creating %1$s export: ":["Errore nella creazione dell'export di %1$s: "],"Breadcrumb for 404 pages:":["Breadcrumb per le pagine 404:"],"Prefix for search result pages:":["Prefisso per le pagine dei risultati della ricerca:"],"Prefix for archive pages:":["Prefisso per le pagine archivio:"],"Prefix for breadcrumbs:":["Prefisso per i breadcrumb:"],"Anchor text for the homepage:":["Anchor text per la homepage:"],"Breadcrumbs separator:":["Separatore dei Breadcrumb:"],"Remove blog page from breadcrumbs":["Rimuovi la pagina del blog dai breadcrumb"],"%s Breadcrumbs":["%s Breadcrumb"],"Use Image":["Usa immagine"],"Action":["Azione"],"Page URL/Slug":["URL/Slug pagina"],"Publication date":["Data di pubblicazione"],"Post Status":["Stato articolo"],"WP Page Title":["Titolo pagina WP"],"View":["Visualizza"],"View “%s”":["Visualizza “%s”"],"Preview":["Anteprima"],"Preview “%s”":["Anteprima “%s”"],"Edit":["Modifica"],"Filter":["Filtro"],"New Yoast Meta Description":["Nuova meta descrizione Yoast"],"Existing Yoast Meta Description":["Meta descrizione Yoast esistente"],"Facebook profile URL":["URL profilo Facebook"],"Twitter username (without @)":["Username Twitter (senza @)"],"FAQ":["FAQ"],"Premium Support":["Supporto Premium"],"Settings":["Impostazioni"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Devi %1$sandare nelle Impostazioni Lettura%2$s e rimuovere la casella di spunta per la Visibilità ai motori di ricerca."],"Huge SEO Issue: You're blocking access to robots.":["Grande problema SEO: stai bloccando l'accesso ai robot."],"Posts":["Articoli"],"Edit Files":["Modifica Files"],"Advanced Variables":["Variabile Avanzate"],"Basic Variables":["Variabili di base"],"General":["Generale"],"Extensions":["Estensioni"],"Search Console":["Console di ricerca"],"Tools":["Strumenti"],"Advanced":["Avanzate"],"XML sitemaps":["Sitemaps XML"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s ha scoperto che stai utilizzando la versione %2$s di %3$s, aggiorna all'ultima versione per evitare problemi di compatibilità."],"Just another WordPress site":["Solo un altro sito WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Hai ancora il motto standard di WordPress, persino un motto vuoto è probabilmente migliore. %1$sPuoi correggerlo in personalizza%2$s."],"You have used HTML in your value which is not allowed.":["Non è consentito utilizzare HTML."],"You can't edit %s that aren't yours.":["Non puoi modificare i %s che non sono tuoi."],"You can't edit %s.":["Non puoi modificare %s."],"Post has an invalid Content Type: %s.":["L'articolo ha impostato un tipo invalido: %s."],"Post doesn't exist.":["L'articolo non esiste."],"course\u0004Free:":["Gratuito:"],"posts\u0004Trash (%s)":["Cestinato (%s)","Cestinati (%s)"],"posts\u0004All (%s)":["Tutto (%s)","Tutto (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"it"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["Il modulo contiene %1$s errore. %2$s","Il modulo contiene %1$s errori. %2$s"],"SEO settings configured":["Le impostazioni SEO configurate"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["Se vuoi controllare nuovamente le tue impostazioni di %1$s o vuoi cambiare qualcosa, puoi sempre %2$sriaprire il configuration wizard%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Le seguenti parole e combinazioni di parole sono quelle che ricorrono più spesso nel tuo testo. Tale analisi ti dà un'idea su cosa si concentra il tuo contenuto. Se le parole differiscono molto dal tuo argomento, dovresti riscrivere i tuoi contenuti in modo più coerente."],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["Una volta aggiunto altro contenuto, ti forniremo un elenco di parole che ricorrono maggiormente nel testo. Tale analisi ti dà un'idea su cosa si concentra il tuo testo."],"%d occurrences":["%d occorrenze"],"Activate %s for your site on MyYoast":["Attiva %s per il tuo sito su MyYoast"],"Show blog page in breadcrumbs":["Mostra la poagina blog nei breadcrumb"],"We could not find any relevant articles on your website that you could link to from your post.":["Non troviamo nessun articolo rilevante sul tuo sito che possa essere inserito come link nel tuo articolo."],"Has feedback":["Ha un feedback"],"Content optimization:":["Ottimizzazione del contenuto:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLeggibilità%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Leggi %1$squesto articolo per approfondire perchè non supportiamo le versioni più vecchie.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Se non hai ancora aggiornato alla versione %2$s o superiore a causa del nuovo editor Gutenberg, puoi installare il plugin Classic editor. Avrai la stessa esperienza di editing che stai avendo ora, ma anche la sicurezza garantita dalle versioni più nuove di WordPress e %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sAggiorna WordPress alla versione più recente%2$s%3$sAbbiamo notato che non stai usando l'ultima versione di WordPress, cosa che potrebbe creare presto problemi. %4$s (per ragioni di sicurezza e stabilità) supporta solo la versione corrente e quella appena precedente di WordPress. Quando uscirà la prossima versione di WordPress, quindi supporteremo le versioni di WordPress %6$s e %7$s. Questo significa che non avrai nessun aggiornamento per %5$s fino a che non aggiornerai WordPress, per questo aggiorna prima che puoi all'ultima versione di WordPress!%3$s%3$s"],"Post Noindexed":["Articoli non indicizzati"],"No Focus Keyphrase":["Manca la frase chiave"],"Person logo / avatar":["Logo/avatar per la persona"],"Extend %s":["Estende %s"],"Enroll in the %s for WordPress training":["Partecipa al %s per il training WordPress"],"Posts with the SEO score: %s":["Articoli con il punteggio SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video tutorial"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Per visualizzare i tuoi errori di crawl attuali, %1$svisita Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google ha sospeso la Crawl Errors API. Perciò, gli eventuali errori di crawl che potresti avere non possono più essere visualizzati qui. %1$sLeggi il nostro articolo per avere ulteriori informazioni%2$s."],"Remove this message":["Rimuovi questo messaggio"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Ottimizza al meglio il tuo sito per un pubblico locale con il nostro plugin %s! Dettagli ottimizzati degli indirizzi, orari di apertura, un localizzatore dei punti vendita e le opzioni di ritiro!"],"Serving local customers?":["Ti rivolgi a clienti locali?"],"Get the %s plugin now":["Acquista subito il plugin %s"],"Organization social profiles":["Profili sui social network per l'Organizzazione"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Puoi modificare i dettagli mostrati nei meta dati, come i profili dei social network, il nome e la descrizione di questo utente o la sua pagina del profilo %1$s."],"Personal info":["Informazioni personali"],"Organization logo":["Logo dell'Organizzazione"],"Organization name":["Nome dell'Organizzazione"],"Choose whether the site represents an organization or a person.":["Scegli se il sito rappresenta un'Organizzazione o una Persona."],"Knowledge Graph & Schema.org":["Knowledge Graph e Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Per impostare se il sito rappresenta un'Organizzazione o una Persona vai a %1$sAspetto della ricerca%2$s e imposta Organizzazione o Persona nel campo \"Organizzazione\"."],"To change the social accounts used for your site, update the details for %1$s.":["Per cambiare l'account dei social network usati per il sito, aggiorna i dettagli in %1$s."],"That means that the form and information below is disabled, and not used.":["Ciò significa che il modulo e le informazioni sotto sono disattivate e non usate."],"Your website is currently configured to represent a Person":["Il tuo sito web e attualmente configurato per rappresentare una Persona"],"(if one exists)":["(se uno esiste)"],"Wikipedia page about you":["La tua pagina Wikipedia"],"YouTube profile URL":["URL del profilo YouTube"],"Tumblr profile URL":["URL del profiloTumblr"],"SoundCloud profile URL":["URL del profilo SoundCloud"],"MySpace profile URL":["URL del profilo MySpace"],"Organization or person":["Organizzazione o Persona"],"The person":["La Persona"],"Organization":["Organizzazione"],"Does your site represent a person or an organization?":["Il tuo sito rappresenta un'Organizzazione o una Persona?"],"The name of the organization":["Il nome dell'Organizzazione"],"Provide an image of the organization logo":["Fornisce un'immagine del logo dell'Organizzazione"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["In precedenza hai impostato il sito per rappresentare una persona. Abbiamo migliorato le nostre funzionalità riguardanti i dati Schema e il Knowledge Graph, per questo dovresti andare a %1$scompletare queste impostazioni%2$s."],"Select a user...":["Seleziona un utente..."],"Uncategorized":["Senza categoria"],"Name:":["Nome:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Hai selezionato l'utente %1$s come la Persona che il sito rappresenta. Le sue informazioni personali saranno ora usate nei risultati di ricerca. %2$sAggiornane il profilo per assicurarti che siano corrette .%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Errore: seleziona un utente sotto per completare i dati meta del sito."],"SEO score: %s":["Punteggio SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Se hai una pagina Wikipedia a tuo nome della tua organizzazione, aggiungila. "],"Wikipedia URL":["URL di Wikipedia "],"Pinterest profile URL":["URL del profilo di Pinterest "],"Instagram profile URL":["URL del profilo Instagram "],"LinkedIn profile URL":["URL del profilo LinkedIn "],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["La ricerca per parole chiave è essenziale in qualunque strategia SEO. Devi decidere per quali termini di ricerca vuoi essere trovato ed immaginare quali parole può utilizzare il tuo pubblico per trovarti. Una buona scelta delle parole chiave ti dice quali contenuti servono per iniziare a salire le classifiche per i termini di tuo interesse. Concentra i tuoi sforzi sulle parole chiave che hanno qualche effettiva possibilità di finire in cima alla lista! Il corso %1$s ti guida passo passo in questo processo."],"SEO for Beginners training":["SEO for Beginners training"],"%s for WordPress training":["%s for WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["L'immagine che hai selezionato è troppo piccola per Facebook "],"The given image url cannot be loaded":["L'URL dell'immagine inserito non può essere caricato"],"Find out what words your audience uses to find you":["Scopri quali parole utilizza il tuo pubblico per trovarti"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: Il punteggio del contenuto nel test è %3$s, che è considerato %4$s da leggere. %5$s"],"No JSON object was returned.":["Non è stato restituito nessun oggetto JSON. "],"Received internal links":["Link interni ricevuti"],"Outgoing internal links":["Link interni in uscita"],"New step added":["È stato aggiunto un nuovo passaggio"],"New question added":["È stata aggiunta una nuova domanda"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Per poter creare un reindirizzamento (redirect) e risolvere questo problema, è necessario %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Puoi acquistare il plug-in, incluso un anno di supporto e aggiornamenti, su %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["La funzione Contatore dei link di testo fornisce informazioni sul numero di link trovati nel testo e sul numero di link a cui si riferiscono. Questo è molto utile quando stai migliorando il tuo sistema di %1$slink interni%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Affinché questa caratteristica funzioni in %1$s è necessario aver installato almeno la versione %2$s di PHP. Su questo sito abbiamo rilevato la versione %3$s di PHP."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Considera attentamente le implicazioni e %1$sleggi questo articolo%2$s se vuoi avere maggiori informazioni sull'impatto che ha mostrare i media nei risultati di ricerca."],"Keyphrase":["Frase chiave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Perché questa opzione funzioni, %1$s deve creare una tabella nel tuo database. Non è stato possibile creare questa tabella in automatico."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Abilitando questa opzione, l'URL degli allegati diventa visibile sia per i tuoi visitatori sia per Google. Per aggiungere valore al tuo sito, essi dovrebbero contenere informazioni utili; diversamente, potrebbero avere un impatto negativo sul tuo posizionamento."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Il %3$sContatore dei link del testo%4$s (introdotto con %1$s %2$s) è al momento attuale disabilitato."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Leggi il seguente %1$sarticolo nella documentazione base%2$s per trovare la soluzione a questo problema."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Per essere sicuri che tutti i link nel testo siano contati, abbiamo bisogno di analizzare tutti i tuoi testi."],"All you have to do is press the following button and we'll go through all your texts for you.":["Devi solo fare clic sul pulsante seguente e noi faremo l'analisi di tutti i testi per te."],"Count links":["Conta i link"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAttributo alt dell'immagine%5$s: su %2$d immagini in questa pagina, %1$d hanno l'attributo alt con parole della tua frase chiave o dei suoi sinonimi. È un po' troppo. %4$sDovresti inserire la frase chiave o i suoi sinonimi solo quando davvero descrivono l'immagine%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAttributo alt dell'immagine%2$s: ottimo lavoro!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAttributo alt dell'immagine%5$s: su %2$d immagini in questa pagina, solo %1$d ha l'attributo alt che riflette l'argomento del tuo testo.%4$sDovresti inserire la frase chiave o i suoi sinonimi nel tag alt delle immagini più importanti!%5$s.","%3$sAttributo alt dell'immagine%5$s: su %2$d immagini in questa pagina, solo %1$d hanno l'attributo alt che riflette l'argomento del tuo testo.%4$sDovresti inserire la frase chiave o i suoi sinonimi nel tag alt delle immagini più importanti!%5$s."],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAttributo alt dell'immagine%3$s: le immagini in questa pagina non hanno l'attributo alt che riflette l'argomento del tuo testo %2$sDovresti inserire la frase chiave o i suoi sinonimi nel tag alt delle immagini più importanti%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAttributo alt dell'immagine%3$s: le immagini in questa pagina hanno l'attributo alt ma tu non hai impostato la frase chiave. %2$sInseriscila ora%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrase chiave nei sottotitoli%2$s: %3$s dei tuoi sottotitoli di livello più alto riflette l'argomento del tuo contenuto. Ottimo lavoro!","%1$sFrase chiave nei sottotitoli%2$s: %3$s dei tuoi sottotitoli di livello più alto riflettono l'argomento del tuo contenuto. Ottimo lavoro!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrase chiave nei sottotitoli%2$s: il sottotitolo di livello più alto riflette l'argomento del tuo contenuto. Perfetto!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrase chiave nei sottotitoli%3$s: %2$susa di più le frasi chiave o i loro sinonimi nei sottotitoli di livello più alto%3$s!"],"Page %s":["Pagina %s"],"Cannot get the size of %1$s because of unknown reasons.":["Impossibile recuperare la dimensione di %1$s per motivi sconosciuti."],"Cannot get the size of %1$s because it is hosted externally.":["Impossibile recuperare la dimensione di %1$s perché è ospitata esternamente."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Imposta l'interrutore su \"on\" e potrai usare l'analisi ricalibrata. Contemporaneamente, ti aggiungeremo ad una nostra mailing list. Ti scriveremo soltanto in merito alla tua esperienza con questa ricalibrazione."],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Abbiamo %1$sricalibrato le nostre analisi%2$s. Con queste nuove analisi, ci avvicineremo sempre di più a come Google vede il tuo sito. Sarebbe %3$sfantastico%4$s se tu volessi %3$sprovare queste funzionalità%4$s (in beta) per noi!"],"Get an even better analysis":["Ottieni un'analisi ancora migliore"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTitolo unico%3$s: gli H1 dovrebbero essere usati soltanto come titolo principale. Trova tutti gli H1 nel tuo testo che non sono il tuo titolo principale e %2$smodificali con un livello di titolo inferiore%3$s!"],"Improve sharing on Facebook and Pinterest":["Migliora la condivisione su Facebook e Pinterest"],"You do not have the required rights to export settings.":["Non hai i diritti necessari per esportare le impostazioni."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copia tutte queste impostazioni nella scheda %1$s di un altro sito e fai clic \"%1$s\" lì."],"These are settings for the %1$s plugin by %2$s":["Queste sono le impostazioni per il plugin %1$s di %2$s"],"No settings found.":["Nessuna impostazione trovata."],"Export your %1$s settings here, to copy them on another site.":["Esporta le impostazioni di %1$s qui, per poi copiarle in un altro sito."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["L'importazione delle impostazioni è supportata solo sui server che eseguono PHP 5.3 o versioni successive."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importa le impostazioni incollando le impostazioni che hai copiato da un altro sito e fai clic su \"%s\"."],"Paste your settings from another %s installation.":["Incolla le tue impostazioni da un'altra installazione di %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata 0 volte. Questo è meno del minimo suggerito di %3$d volte per un testo di questa lunghezza. %4$sInserisci la tua frase chiave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %5$d volta. Questo è meno del minimo suggerito di %3$d volte per un testo di questa lunghezza. %4$sInserisci la tua frase chiave%2$s!","%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %5$d volte. Questo è meno del minimo suggerito di %3$d volte per un testo di questa lunghezza. %4$sInserisci la tua frase chiave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %3$d volta. Questo è ottimo!","%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %3$d volte. Questo è ottimo!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %5$d volta. Questo è più del massimo suggerito di %3$d volte per un testo di questa lunghezza. %4$sNon esagerare%2$s!","%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %5$d volte. Questo è più del massimo suggerito di %3$d volte per un testo di questa lunghezza. %4$sNon esagerare%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %5$d volta. Questo è più del massimo suggerito di %3$d volte per un testo di questa lunghezza. %4$sNon esagerare%2$s!","%1$sDensità della frase chiave%2$s: la frase chiave è stata trovata %5$d volte. Questo è più del massimo suggerito di %3$d volte per un testo di questa lunghezza. %4$sNon esagerare%2$s!"],"Indexable created for object %1$s with type %2$s":["L'indicizzazione è creata per l'oggetto %1$s con il tipo %2$s"],"Method %1$s() does not exist in class %2$s":["Il metodo %1$s() non esiste nella classe %2$s"],"With %s, you can easily create such redirects.":["Con %s, puoi facilmente creare reindirizzamenti (redirects)."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Cambiare le impostazioni dei permalink può influenzare la visibilità sui motori di ricerca. Non dovresti quasi %1$s mai %2$s farlo quando un sito è online."],"WARNING:":["ATTENZIONE:"],"Learn about why permalinks are important for SEO.":["Approfondisci il motivo per cui i permalink sono così importanti per la SEO. "],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sParole funzionali nell frase chiave%3$s: la tua frase chiave \"%4$s\" contiene solo parole funzionali. %2$sLeggi di più su come scegliere una perfetta frase chiave.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Sai che %s analizza anche le diverse forme delle tue frasi chiave, come i plurali e i tempi verbali?"],"Clear Image":["Cancella l'immagine"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLunghezza della frase chiave%2$s: %2$simposta una frase chiave, in modo che sia possibile calcolare il punteggio SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase chiave nello slug%2$s: più di mezza frase chiave è contenuta nello slug. Perfetto!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrase chiave nello slug%2$s: (parte) della tua frase chiave non è contenuta nello slug. %2$sTi suggeriamo di cambiarlo%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase chiave nello slug%2$s: ottimo lavoro!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase chiave nel titolo%3$s: non tutte le parole della tua frase chiave \"%4$s\" sono contenute nel titolo SEO. %2$sCerca di usare la frase chiave esatta nel titolo SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase chiave nel titolo%3$s: il titolo non contiene la frase esatta. %2$sCerca di usare la frase chiave esatta nel titolo SEO%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFrase chiave nel titolo%3$s: il titolo contiene la frase esatta, ma non all'inizio. %2$sCerca di usare la frase chiave esatta all'inizio del titolo SEO%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrase chiave nel titolo%2$s: il titolo SEO contiene la frase esatta all'inizio. Magnifico!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribuzione della frase chiave%2$s: ottimo lavoro!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribuzione della frase chiave%3$s: irregolare. Alcune parti del tuo testo non contengono la frase chiave o i suoi sinonimi. %2$sTi suggeriamo di distribuirli in modo più regolare%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribuzione della frase chiave%3$s: molto irregolare. Molte parti del tuo testo non contengono la frase chiave o i suoi sinonimi. %2$sTi suggeriamo di distribuirli in modo più regolare%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribuzione della frase chiave%3$s: %2$sincludi la parola chiave o i suoi sinonimi nel testo così è possibile calcolarne la distribuzione%3$s."],"Help on choosing the perfect focus keyphrase":["Aiuto nella scelta della frase chiave perfetta"],"Would you like to add a related keyphrase?":["Vorresti aggiungere una frase chiave correlata?"],"Go %s!":["Vai %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Non mostrare gli archivi per data nei motori di ricerca significa tecnicamente che essi avranno impostato un %1$s nei metadati dei robots. %2$sLeggi di più riguardo alle impostazioni dei risultati di ricerca%3$s."],"Rank better with synonyms & related keyphrases":["Posizionati meglio con i sinonimi e le frasi chiave correlate"],"optimize a single post for synonyms and related keyphrases.":["ottimizza un singolo articolo per i sinonimi e le frasi chiave correlate."],"Synonyms & related keyphrases":["Sinonimi e frasi chiave correlate."],"Add related keyphrase":["Aggiungi una frase chiave correlata"],"Dismiss %s upgrade notice":["Ignora il messaggio che ti invita a passare a %s "],"Upgrade to %s":["Passa a %s"],"%1$s video":["video %1$s"],"Get %s":["Passa a %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrase chiave usata in precedenza%6$s: hai usato questa frase chiave %1$s%2$d volte prima%3$s. %5$sNon dovresti usare la frase chiave più di una volta%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrase chiave usata in precedenza%5$s: hai già usato questa frase chiave %1$suna volta%3$s. %4$sNon dovresti usare la frase chiave più di una volta%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrase chiave usata in precedenza%2$s: non hai mai usato questa frase chiave. Ottimo!"],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sStopword nello slug%3$s: lo slug di questa pagina contiene una stopword. %2$sTi suggeriamo di toglierla%3$s!","%1$sStopword nello slug%3$s: lo slug di questa pagina contiene delle stopword. %2$sTi suggeriamo di toglierle%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug troppo lungo%3$s: lo slug di questa pagina è un po' troppo lungo. %2$sTi suggeriamo di accorciarlo%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAttributo alt dell'immagine%3$s: sembra che in questa pagina non ci siano immagini. %2$sTi suggeriamo di aggiungerne qualcuna%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLink alla frase chiave%3$s: stai inserendo un link a una pagina per le parole per le quali vuoi posizionare questa pagina %2$sTi suggeriamo di non farlo%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Questo è molto lontano da %5$d, il numero minimo di parole che ti suggeriamo per il tuo contenuto. %3$sValuta se aggiungere altro contenuto%4$s.","Questo è molto lontano da %5$d, il numero minimo di parole che ti suggeriamo per il tuo contenuto. %3$sValuta se aggiungere altro contenuto%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Questo è sotto %5$d, il numero minimo di parole che ti suggeriamo per il tuo contenuto. %3$sValuta se aggiungere altro contenuto%4$s.","Questo è sotto %5$d, il numero minimo di parole che ti suggeriamo per il tuo contenuto. %3$sValuta se aggiungere altro contenuto%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLunghezza del testo%4$s: il testo contiene %1$d parola.","%2$sLunghezza del testo%4$s: il testo contiene %1$d parole."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLunghezza del testo%3$s: il testo contiene %1$d parola. Ottimo lavoro!","%2$sLunghezza del testo%3$s: il testo contiene %1$d parole. Ottimo lavoro!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrase chiave nei sottotitoli%3$s: più del 75%% dei sottotitoli del livello più alto riflettono l'argomento del tuo contenuto. Questo è troppo. %2$sNon esagerare%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sLarghezza del titolo SEO%3$s: %2$sScrivi un titolo SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sLarghezza del titolo SEO%3$s: il titolo SEO è più lungo dei limiti di carattere previsti. %2$sProva a scrivere un titolo più corto%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sLarghezza del titolo SEO%3$s: magnifico lavoro!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sLarghezza del titolo SEO%3$s: il titolo SEO è troppo corto %2$sTi suggeriamo di aggiungere variazioni della frase chiave per creare un testo accattivante che spinga i lettori all'azione%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sLink in uscita%2$s: ci sono sia link nofollow sia normali link in uscita in questa pagina. Perfetto!"],"%1$sOutbound links%2$s: Good job!":["%1$sLink in uscita%2$s: splendido lavoro!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sLink in uscita%3$s: tutti i link in uscita di questa pagina sono del tipo unfollow. %2$sTi suggeriamo di aggiungere anche dei link normali%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sLink in uscita%3$s: non ci sono link in uscita in questa pagina. %2$sTi suggeriamo di aggiungerne qualcuno%3$s."],"%1$sMeta description length%2$s: Well done!":["%1$sLunghezza della descrizione Meta%2$s: ben fatto!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLunghezza della descrizione Meta%2$s: la descrizione Meta supera i %4$d caratteri. Per essere sicuro che l'intera descrizione sia visibile, %2$svaluta se ridurre la lunghezza%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLunghezza della descrizione Meta%2$s: la descrizione Meta è troppo corta (al di sotto dei %4$d caratteri). Hai a disposizione %5$d caratteri. %2$sPotresti aggiungere degli spazi%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLunghezza della descrizione Meta%3$s: non hai inserito la descrizione Meta. I motori di ricerca visualizzeranno, così, delle parti di testo prese dalla tua pagina. %2$sTi consigliamo di scriverne una%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrase chiave nella descrizione Meta%2$s: hai scritto la descrizione Meta, ma non contiene la frase chiave. %3$sTi suggeriamo di modificarla%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase chiave nella descrizione Meta%2$s: la descrizione Meta contiene la frase chiave %3$s volte, che è più di 2, il numero consigliabile. %4$sTi suggeriamo di modificarla%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFrase chiave nella descrizione Meta%2$s: la frase chiave o i suoi sinonimi sono contenuti nella descrizione Meta. Splendido!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLunghezza della frase chiave%5$s: la frase chiave è lunga %1$s parole. È più lunga di %2$d, il numero di parole suggerito. %4$sTi suggeriamo di scriverne una più corta%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLunghezza della frase chiave%5$s: la frase chiave è lunga %1$d parole. È più lunga di %2$d, il numero di parole suggerito. %4$sTi suggeriamo di scriverne una più corta%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLunghezza della frase chiave%2$s: ottimo lavoro!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLunghezza della frase chiave%2$s: nessuna frase chiave è stata impostata per questa pagina. %2$sImposta una frase chiave, in modo che sia possibile calcolare il punteggio SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrase chiave nell'introduzione%3$s: la frase chiave che hai scelto o i suoi sinonimi non compaiono nel primo paragrafo. %2$sAssicurati che i tuoi lettori capiscano subito l'argomento%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrase chiave nell'introduzione%3$s: la frase chiave che hai scelto o i suoi sinonimi compaiono nel primo paragrafo, ma non in una frase. %2$sTi suggeriamo di modificare il testo%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase chiave nell'introduzione%2$s: ben fatto!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sLink interni%2$s: ci sono sia link nofollow sia link normali in questa pagina. Perfetto!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sLink interni%2$s: ci sono abbastanza link interni. Ottimo!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sLink interni%3$s: i link in questa pagina sono di tipo nofollow. %2$sTi suggeriamo di aggiungere qualche link normale%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sLink interni%3$s: sembra che non ci siano link in questa pagina. %2$sTi suggeriamo di aggiungerne qualcuno%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sParole di transizione%2$s: ben fatto!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sParole di transizione%2$s: solo il %3$s delle frasi contengono delle parole di transizione, che non è abbastanza. %4$sTi suggeriamo di aggiungerne altre%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sParole di transizione%2$s: nessuna frase contiene parole di transizione. %4$sTi suggeriamo di aggiungerne alcune%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNon c'è abbastanza contenuto%2$s: %3$sAggiungi altro contenuto per permettere una buona analisi di leggibilità%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribuzione dei sottotitoli%2$s: non stai usando i sottotitoli, ma il tuo testo è abbastanza corto e probabilmente non ti servono."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribuzione dei sottotitoli%2$s: non stai usando i sottotitoli, sebbene il tuo testo sia piuttosto lungo. %3$sTi suggeriamo di aggiungere i sottotitoli%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribuzione dei sottotitoli%2$s: %3$d sezione del tuo testo è più lunghe di %4$d parole e non è separata da sottotitoli. %5$sAggiungi dei sottotitoli per aumentare la leggibilità del testo%2$s.","%1$sDistribuzione dei sottotitoli%2$s: %3$d sezioni del tuo testo sono più lunghe di %4$d parole e non sonoseparate da sottotitoli. %5$sAggiungi dei sottotitoli per aumentare la leggibilità del testo%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribuzione dei sottotitoli%2$s: magnifico lavoro!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLunghezza delle frasi%2$s: il %3$s delle frasi contiene più di %4$s parole, che supera la lunghezza massima suggerita di %5$s. %6$sProva a scrivere frasi più corte%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLunghezza delle frasi%2$s: grande!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFrasi consecutive%2$s: c'è una grande varietà nelle frasi. Davvero grande!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFrasi consecutive%2$s: il testo contiene %3$d frasi consecutive che iniziano con la stessa parola. %5$sTi suggeriamo di provare a variare un po'%2$s!","%1$sFrasi consecutive%2$s: il testo contiene %4$d paragrafi nei quali %3$d o più frasi iniziano con la stessa parola. %5$sTi suggeriamo di provare a variare un po'%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sForme passive%2$s: %3$s delle frasi contiene delle forme passive, che è maggiore del massimo suggerito di %4$s. %5$sTi suggeriamo di provare a trasformarle in forma attiva%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sForme passive%2$s: stai usando molte forme attive. Ottimo!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLunghezza dei paragrafi%2$s: %3$d dei paragrafi contiene più di %4$d parole, che è il numero suggerito. %5$sTi consigliamo di scrivere paragrafi più corti%2$s!","%1$sLunghezza dei paragrafi%2$s: %3$d dei paragrafi contiene più di %4$d parole, che è il numero suggerito. %5$sTi consigliamo di scrivere paragrafi più corti%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLunghezza dei paragrafi%2$s: tutti i paragrafi sono della giusta lunghezza- Ottimo lavoro!"],"Good job!":["Ottimo lavoro!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: il contenuto ha un punteggio di %3$s nel test, che è considerato %4$s da leggere. %5$s%6$s%7$s"],"Focus keyphrase":["Frase chiave"],"%1$s with ID %2$s couldn't be patched":["Il %1$s con l'ID %2$s non può essere modificato"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Richiesta per l'articolo non valida. Il valore meta esiste già per l'oggetto con l'D %1$s."],"Indexable with ID `%1$s` does not exist":["L'indicizzazione con l'ID `%1$s` non esiste"],"No object with ID %1$s and %2$s could be found":["Non è stato trovato alcun oggetto con l'ID %1$s e %2$s "],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` non è un valido sottotipo di `%2$s`"],"The object type `%1$s` is invalid":["Il tipo oggetto `%1$s` non è valido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Il tipo non è valido per il parametro '%1$s' passato.. Il tipo atteso è `%2$s`, e non `%3$s`"],"The parameter `%1$s` cannot be empty.":["Il parametro `%1$s` non può essere vuoto."],"Check Keyphrase Density":["Controlla la densità della frase chiave"],"Disable":["Disattiva"],"Allow Control":["Permetti il controllo"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Questa scheda ti permette di disattivare in modo selettivo le funzionalità di %s per tutti i siti del network. In modalità predefinita, tutte le funzionalità sono attivate: questo permette agli amministratori di scegliere quali funzioni attivare o meno per i propri siti. Quando disattivi una funzionalità qui, gli amministratori dei siti non potranno usarla per nulla."],"%s is a required feature toggle argument.":["%s è un argomento della funzionalità di attivazione obbligatorio."],"Keyphrase:":["Frase chiave:"],"Remove keyphrase":["Rimuovi la frase chiave"],"This feature has been disabled by the network admin.":["Questa funzionalità è stata disattivata dall'amministratore del network."],"Focus keyphrase not set.":["La frase chiave non è stata impostata."],"Multiple keyphrases":["Frasi chiave multiple"],"Colon":["Due punti"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Sia %1$s sia %2$s gestiscono la SEO del tuo sito. Avere due plugin SEO attivi contemporaneamente può esere dannoso."],"There is a new notification.":["C'è una nuova notifica. ","Ci sono nuove notifiche. "],"Learn more about the readability analysis":["Leggi di più sull'Analisi di leggibilità. "],"Describe the duration of the instruction:":["Descrivi la durata del processo indicato nelle istruzioni:"],"Optional. Customize how you want to describe the duration of the instruction":["Opzionale. Personalizza come vuoi descrivere la durata del processo indicato nelle istruzioni:"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Questa è una lista di contenuti correlati che potresti inserire come collegamenti nel tuo articolo {{a}}Leggi il nostro articolo sulla struttura di un sito{{/a}} per approfondire il ruolo dell'internal linking nella tua strategia SEO."],"%s, %s and %s":["%s, %s e %s"],"%s and %s":["%s e %s"],"%d minute":["%d minuto","%d minuti"],"%d hour":["%d ora","%d ore"],"%d day":["%d giorno","%d giorni"],"Enter a step title":["Inserisci un titolo del passaggio "],"Optional. This can give you better control over the styling of the steps.":["Opzionale. Questo ti fornisce un controllo migliore dello stile dei passaggi. "],"CSS class(es) to apply to the steps":["Classe(i) CSS da applicare ai passaggi "],"minutes":["minuti "],"hours":["ore"],"days":["giorni"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Crea una guida How-to in una modalità SEO-friendly. Puoi usare solo un blocco How-to per articolo."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Elenca le tue FAQ (Frequently Asked Questions) in una modalità SEO-friendly. Puoi usare solo un blocco FAQ per articolo. "],"Copy error":["Copia l'errore "],"An error occurred loading the %s primary taxonomy picker.":["Si è verificato un errore durante il caricamento del selettore della tassonomia primaria %s. "],"%1$s Structured Data Blocks":["Blocchi di Dati Strutturati di %1$s"],"Time needed:":["Tempo richiesto:"],"Move question down":["Sposta la domanda in basso"],"Move question up":["Sposta la domanda in alto"],"Insert question":["Inserisci domanda"],"Delete question":["Elimina domanda"],"Enter the answer to the question":["Inserisci la risposta alla domanda"],"Enter a question":["Inserisci una domanda"],"Add question":["Aggiungi domanda"],"Frequently Asked Questions":["Domande frequenti"],"Great news: you can, with %s!":["Ottime notizie: puoi con %s!"],"Select the primary %s":["Seleziona il %s primario"],"Check links to this URL":["Controlla i link a questo URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Controlla %1$sil template dell'archivio%2$s per il seguente tipo di contenuto: %3$s.","Controlla %1$si template dell'archivio%2$s per i seguenti tipi di contenuto: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Stai cercando di utilizzare più frasi chiave? Dovresti aggiungerle separatamente sotto."],"Mark as cornerstone content":["Indica come contenuto centrale"],"Move step down":["Sposta passaggio in basso"],"Move step up":["Sposta passaggio in alto"],"Insert step":["Inserisci passaggio"],"Delete step":["Elimina passaggio"],"Add image":["Aggiungi un'immagine"],"Enter a step description":["Inserisci una descrizione del passaggio"],"Enter a description":["Inserisci una descrizione"],"Unordered list":["Lista non ordinata"],"Showing step items as an ordered list.":["Mostra gli elementi del passaggio come un elenco ordinato."],"Showing step items as an unordered list":["Mostra gli elementi del passaggio come un elenco non ordinato"],"Add step":["Aggiungi un passaggio"],"Delete total time":["Elimina il tempo totale"],"Add total time":["Aggiungi il tempo totale"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Anteprima dello Snippet"],"Analysis results":["Risultati dell'analisi"],"Enter a focus keyphrase to calculate the SEO score":["Inserisci una frase chiave per calcolare il punteggio SEO"],"Learn more about Cornerstone Content.":["Ulteriori informazioni sui contenuti Cornerstone."],"Cornerstone content should be the most important and extensive articles on your site.":["I contenuti Cornerstone (contenuti centrali) dovrebbero essere gli articoli più importanti ed esaustivi del tuo sito."],"Restore Site":["Ripristina il sito web"],"Network Settings":["Impostazioni di rete"],"You are not allowed to perform this action.":["Non sei autorizzato a eseguire questa azione."],"Error: %s":["Errore: %s"],"Success: %s":["Successo: %s"],"Site with ID %d not found.":["Il sito web con l'ID %d non è stato trovato."],"No site has been selected to restore.":["Nessun sito web è stato selezionato per il ripristino."],"You are not allowed to modify unregistered network settings.":["Non sei autorizzato a modificare le impostazioni di rete non registrate."],"deleted":["eliminato"],"Would you like to add another keyphrase?":["Vorresti aggiungere un'altra frase chiave?"],"image preview":["anteprima dell'immagine"],"Copied!":["Copiato!"],"Not supported!":["Non supportato!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Leggi {{a}} il nostro articolo sulla struttura del sito {{/a}} per imparare di più su come i link interni possono aiutarti a migliorare la tua strategia SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Una volta aggiunto più contenuto, ti forniremo qui un elenco di contenuti correlati a cui potresti collegare il tuo articolo."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Prendi in considerazione di inserire il collegamento a questi {{a}}articoli cornerstone:{{/a}}"],"Consider linking to these articles:":["Prendi in considerazione di inserire il collegamento a questi articoli:"],"Copy link":["Copia il link"],"Copy link to suggested article: %s":["Copia il link all'articolo suggerito: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Leggi la nostra %1$sUltimate guide to keyword research%2$s per ulteriori informazioni sulla ricerca e sulla strategia per le parole chiave."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Una volta aggiunto altro contenuto, ti forniremo un elenco di parole e combinazioni di parole che ricorrono maggiormente nel testo. Tale analisi ti dà un'idea su cosa si concentra il tuo testo."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Le seguenti parole sono quelle che ricorrono più spesso nel tuo testo. Tale analisi ti dà un'idea su cosa si concentra il tuo contenuto. Se le parole differiscono molto dal tuo argomento, dovresti riscrivere i tuoi contenuti in modo più coerente."],"Prominent words":["Parole importanti"],"The site's tagline":["Tagline (motto) del sito"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Di recente abbiamo migliorato la funzionalità delle impostazioni dell'Aspetto della ricerca. Purtroppo, abbiamo scoperto che in alcuni casi limite, il salvataggio per specifici archivi di post type potrebbe non andare a buon fine."],"Not all required fields are given. Missing field %1$s":["Non sono stati riempiti tutti i campi obbligatori. Manca il campo %1$s"],"Optimize your site for Google News.":["Ottimizza il tuo sito per Google News."],"Optimize your shop's SEO and sell more products!":["Ottimizza la strategia SEO del tuo negozio e incrementa le vendite!"],"Be found in Google Video search and enhance your video sharing on social media.":["Fatti trovare da Google Video Search e migliora la condivisione dei tuoi video sui social media."],"Be found in Google Maps and local results.":["Fatti trovare su Google Maps e nelle ricerche locali."],"Learn practical SEO skills to rank higher in Google.":["Impara nuovi trucchi SEO pratici per migliorare il tuo posizionamento su Google."],"Don’t waste time figuring out the best settings yourself.":["Non sprecare il tuo tempo a capire da solo quali sono le impostazioni migliori."],"Get quick wins to make your site rank higher in search engines.":["Ottieni utili suggerimenti per innalzare il tuo posizionamento del tuo sito sui motori di ricerca."],"Add synonyms":["Aggiungi sinonimi"],"Would you like to add keyphrase synonyms?":["Vuoi aggiungere dei sinonimi della frase chiave?"],"Would you like to add more than one keyphrase?":["Vuoi aggiungere più di una frase chiave?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Puoi modificare i meta-dati SEO pei questo tipo personalizzato sulla %1$spagina del Negozio%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Non hai impostato una pagina Negozio nelle impostazioni di WooCommerce. Devi farlo come prima cosa."],"Current year":["Anno corrente"],"Page":["Pagina"],"Breadcrumb settings for %s archive":["Impostazioni dei breadcrumb per l'archivio %s"],"Something went wrong. Please reload the page.":["Qualcosa non ha funzionato. Prova a ricaricare la pagina."],"Tagline":["Motto del sito"],"Modify your meta description by editing it right here":["Modifica la tua descrizione meta scrivendola qui"],"description (custom taxonomy)":["descrizione (tassonomia personalizzata)"],"(custom taxonomy)":["(tassonomia personalizzata)"],"(custom field)":["(campo personalizzato)"],"Term404":["Errore 404"],"Caption":["Didascalia"],"Pagenumber":["Numero di pagina"],"Pagetotal":["Totale pagine"],"Page number":["Numero di pagina"],"User description":["Descrizione dell'utente"],"ID":["ID"],"Modified":["Modificato"],"Post type (plural)":["Post type (plurale)"],"Post type (singular)":["Post type (singolare)"],"Separator":["Separatore"],"Search phrase":["Frase di ricerca"],"Term title":["Titolo del termine"],"Term description":["Descrizione del termine"],"Tag description":["Descrizione del tag"],"Category description":["Descrizione della categoria"],"Primary category":["Categoria primaria"],"Category":["Categoria"],"Tag":["Tag"],"Excerpt only":["Solo riassunto"],"Excerpt":["Riassunto"],"Site title":["Titolo del sito"],"Archive title":["Titolo dell'archivio"],"Parent title":["Titolo genitore"],"Date":["Data"],"Label":["Etichetta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Dovresti creare un re-indirizzamento per assicurarti che i visitatori non incorrano in un errore 404 facendo clic su un URL non più funzionante."],"Search engines and other websites can still send traffic to your deleted post.":["I motori di ricerca e altri siti web possono ancora inviare il traffico all'articolo eliminato."],"Make sure you don't miss out on traffic!":["Assicurati di non perdere traffico!"],"You just deleted a %1$s.":["Hai appena eliminato %1$s."],"You just trashed a %1$s.":["Hai appena spostato nel cestino %1$s."],"Settings for %s archive":["Impostazioni per l'archivio %s"],"Settings for single %s URLs":["Impostazioni per singoli URL di %s "],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Le impostazioni in questa pagina ti permettono di specificare quale sarà l'aspetto predefinito della ricerca per ciascuno tipo di contenuto che hai. Puoi scegliere quali tipi di contenuto fare apparire nei risultati di ricerca e quale sarà la loro descrizione predefinita."],"Url preview":["Anteprima dell'URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Inserisci una descrizione meta editando lo snippet qui sotto. Se non lo fai, Google cercherà di indovinare dal tuo articolo cosa è rilevante per mostrarlo nei risultati di ricerca."],"Insert snippet variable":["Inserisci una variabile"],"Dismiss this notice":["Ignora questo avviso"],"No results":["Nessun risultato"],"%d result found, use up and down arrow keys to navigate":["È stato trovato %d risultato, usa i tasti freccia su e giù per navigare","Sono stati trovati %d risultati, usa i tasti freccia su e giù per navigare"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["La lingua del tuo sito è impostata su %s. Se non è corretto, contatta l'amministratore del sito."],"Number of results found: %d":["Risultati trovati: %d"],"Note that not all variables can be used in every field.":["Non tutte le variabili possono essere utilizzate in ogni campo."],"Snippet variables":["Variabili dello Snippet"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s rispetta la tua privacy. Leggi la nostra %2$sprivacy policy%3$s per sapere come vengono gestite le tue informazioni personali."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Se sai cosa significa e non vuoi più vedere questo messaggio, puoi %1$snon visualizzarlo più%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Attualmente le impostazioni del tuo sito permettono la presenza degli URL degli allegati presenti nel tuo sito. Leggi %1$s questo articolo su un potenziale problema %2$s con gli URL degli allegati e verifica se hai le impostazioni corrette per il tuo sito."],"Unknown type %1$s":["Tipo sconosciuto %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Include un account MyYoast gratuito che ti consentirà di accedere al nostro corso SEO gratuito per Principianti!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Iscriviti alla nostra newsletter se desideri rimanere aggiornato su %1$s, sugli altri fantastici plugin di %2$s e avere altre notizie interessanti e suggerimenti dal mondo dela strategia SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Puoi ottenere il codice di verifica Baidu su %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Codice di verifica di Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["La funzione %s di importazione usa tabelle temporanee di database. Sembra che la tua installazione di WordPress non sia in grado di gestirle, consulta il tuo provider."],"Cleanup of %s data failed.":["La pulizia dati di %s non è andata a buon fine."],"Content Type":["Tipo di contenuto"],"Filter by content type":["Filtra per tipo di contenuto"],"Show All Content Types":["Mostra tutti i tipi di contenuto"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Per risolvere il problema, deseleziona il box \"Dividi i commenti in pagine...\" nella %1$spagina di impostazione dei commenti%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Sostituisci con il titolo normale per un archivio generato da WordPress"],"Clean":["Pulisci"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Una volta che sei sicuro che il tuo sito sia a posto, puoi pulire. Questo rimuoverà tutti i dati originali."],"Step 5: Clean up":["Passaggio 5: Pulisci"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Avvia la procedura guidata, dal menu Yoast SEO → Generale → Bacheca per essere sicuro che tutte le impostazioni per il tuo sito siano corrette."],"Step 4: Run the configuration wizard":["Passaggio 4: Esegui la procedura guidata di configurazione"],"Please check your posts and pages and see if the metadata was successfully imported.":["Controlla le tue pagine e articoli e verifica che i metadata sono stati importati con successo."],"Step 3: Check your data":["Passaggio 3: Verifica i tuoi dati"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Questo importerà i metadata degli articoli come i titoli SEO e le descrizioni nei metadati di %1$s. Esegui l'azione solo se non ci sono ancora i metadati di %1$s. I dati esistenti non andranno persi."],"Step 2: Import":["Passaggio 2: Importa"],"Please make a backup of your database before starting this process.":["Fai un backup del database prima di iniziare questo processo."],"Step 1: Create a backup":["Passaggio 1: Crea un backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Abbiamo trovato uno o più dati appartenenti ad altri plugin di SEO nel tuo sito. Segui i seguenti passi per importare i dati."],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":["%s non ha trovato nessun dato dai plugin che possa essere importato."],"Posts that should not show up in search results":["Articoli da non mostrare nei risultati delle ricerche"],"%s data found.":["Dati trovati da %s."],"%s data successfully removed.":["%s dati rimossi con successo"],"%s data successfully imported.":["Dati importati con successo da %s."],"%s data not found.":["Non sono stati trovati dati da %s."],"Improve your SEO skills":["Migliora le tue competenze SEO."],"24/7 email support":["Supporto 24/7 via email"],"No more dead links a.k.a. 404 pages":["Più nessun errore 404 (pagina non trovata)"],"Get real-time suggestions for internal links":["Ottieni in tempo reale suggerimenti per i link interni"],"Preview your page in Facebook and Twitter":["Anteprima della tua pagina su Facebook e Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Fai clic sul pulsante \"%3$s\" per utilizzare la meta descrizione già impostata nelle Impostazioni dell'%1$sAspetto della ricerca per la Homepage%2$s."],"Help on copying the home meta description":["Aiuto per scrivere la meta descrizione della home"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Per consentire ai motori di ricerca di sapere quali profili social sono associati a questo sito, inserisci i dati dei profili social del tuo sito qui sotto."],"Learn more about your social profiles settings":["Leggi di più sulle impostazioni dei tuoi profili sui social network."],"Remove the categories prefix":["Rimuovi il prefisso delle categorie"],"Help on the category prefix setting":["Aiuto per le impostazioni del prefisso delle categorie"],"Learn more about the available variables":["Ulteriori informazioni sulle variabili disponibili"],"Learn more about the RSS feed setting":["Ulteriori informazioni sull'impostazione del feed RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Quando carichi contenuti multimediali (un'immagine o un video ad esempio), WordPress non salva solo i file multimediali, ma crea un URL di allegato. Queste pagine di allegati sono abbastanza vuote: contengono l'elemento multimediale e forse un titolo, se ne inserisci uno. Per questo motivo, se non usi mai questi URL degli allegati, è meglio disabilitarli e reindirizzarlili all'elemento multimediale stesso."],"Learn more about the Media and attachment URLs setting":["Ulteriori informazioni sull'impostazione degli URL dei Media e degli allegati"],"Learn more about the title separator setting":["Ulteriori informazioni sull'impostazione del separatore del titolo"],"Learn more about the knowledge graph setting":["Ulteriori informazioni sull'impostazione del knowledge graph"],"Learn more about the homepage setting":["Ulteriori informazioni sull'impostazione della homepage"],"Learn more about the special pages setting":["Ulteriori informazioni sull'impostazione delle pagine speciali"],"Help on the date archives search results setting":["Aiuto per le impostazioni dei motori di ricerca degli archivi per data"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Non mostrare gli archivi per gli autori senza articoli nei risultati di ricerca tecnicamente significa che quelli avranno una meta robot %1$s e saranno esclusi dalle sitemap XML. %2$sLeggi di più sulle impostazioni dei risultati di ricerca%3$s."],"Help on the authors without posts archive search results setting":["Aiuto per le impostazioni dei risultati di ricerca per gli autori senza un archivio degli articoli"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Non mostrare gli archivi per gli autori nei risultati di ricerca tecnicamente significa che quelli avranno una meta robot %1$s e saranno esclusi dalle sitemap XML. %2$sLeggi di più sulle impostazioni dei risultati di ricerca%3$s."],"Help on the author archives search results setting":["Aiuto per l'impostazione dei risutati della ricerca per gli archivi degli autori"],"Archives settings help":["Guida alle impostazioni degli archivi"],"Learn more about the archives setting":["Ulteriori informazioni sull'impostazione degli archivi"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Acquisisci il tuo codice di verifica Yandex da %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Codice di verifica Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Acquisisci il codice di verifica Google da %1$sGoogle Search Console%2$s."],"Google verification code":["Codice di verifica Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Acquisisci il codice di verifica Bing da %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Codice di verifica Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Puoi usare i box qui sotto per fare la verifica con i differenti Webmaster Tools. Questa funzione aggiungerà un meta tag di verifica sulla tua home page. Segui i links per i differenti Webmaster Tools e leggi le istruzioni per i metodi di verifica dei meta tag per ottenere il tuo codice di verifica. Se il tuo sito è già stato verificato, puoi lasciare tutto così com'è."],"Learn more about the Webmaster Tools verification":["Leggi di più sulla verifica con i Webmaster Tools"],"On":["On"],"Help on: %s":["Aiuto su: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s ha molte caratteristiche. Qui sotto, puoi abilitare - disabilitare alcune di queste. Facendo cic sul punto interrogativo, potrai avere più informazioni sulle caratteristiche."],"Off":["Off"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["La sezione avanzata della %1$s meta box consente a un utente di rimuovere gli articoli dai risultati della ricerca o di modificare il canonical. Queste sono cose che potresti volere impedire ad un autore. Ecco perché, per impostazione predefinita, solo gli editor e gli amministratori possono farlo. L'impostazione su \"%2$s\" consente a tutti gli utenti di modificare queste impostazioni."],"Security: no advanced settings for authors":["Sicurezza: nessuna impostazione avanzata per l'autore"],"See who contributed to %1$s.":["Guarda chi ha contribuito a %1$s."],"Help on this search results setting":["Aiuto per il settaggio di questi risultati di ricerca."],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Non mostrare l'archivio per %1$s nei risultati di ricerca tecnicamente significa che avranno meta robot %2$s e saranno esclusi dalle sitemap XML. %3$sLeggi di più sulle impostazioni dei risultati di ricerca%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["La mancata visualizzazione di %1$s nei risultati di ricerca significa tecnicamente che avranno un meta robot %2$s e saranno esclusi dalle sitemap XML. %3$sLeggi di più sulle impostazioni dei risultati di ricerca %4$s."],"Default for %2$s, currently: %1$s":["Predefinito per %2$s, attualmente: %1$s"],"Show %s in search results?":["Vuoi mostrare %s nei risultati di ricerca?"],"this author's archives":["archivi di questo autore"],"Do not allow search engines to show %s in search results.":["Non consentire ai motori di ricerca di mostrare %s nei risultati di ricerca."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Gli URL di categoria all'interno di WordPress usano un prefisso, solitamente %s. Questa funzione rimuove quel prefisso, soltanto dalle categorie."],"Category URLs":["URL delle categorie."],"the archive for %s":["l'archivio per %s"],"Redirect attachment URLs to the attachment itself?":["Reindirizzare gli URL degli allegati all'allegato stesso?"],"We recommend you set this to Yes.":["Ti consigliamo di impostarlo su Sì."],"Media & attachment URLs":["URL dei Media e degli allegati"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Questo è ciò che viene mostrato nei risultati della ricerca quando le persone trovano la tua homepage. Ciò significa che probabilmente è quello che vedono quando cercano il tuo marchio."],"date archives":["archivi per data"],"archives for authors without posts":["archivi per gli autori senza articoli"],"Read why XML Sitemaps are important for your site.":["Leggi perché gli le sitemap XML sono importanti per il tuo sito."],"Enable the XML sitemaps that %s generates.":["Abilita le sitemap XML generate da %s."],"See the XML sitemap.":["Vedi la mappa XML del sito."],"%2$s (current default for %1$s)":["%2$s (impostazione corrente predefinita per %1$s)"],"Media":["Media"],"Content Types":["Tipi di contenuto"],"Should search engines follow links on this %1$s?":["I motori di ricerca dovrebbero seguire i link per questo %1$s?"],"Allow search engines to show this %s in search results?":["Consenti ai motori di ricerca di mostrare %s nei risultati delle ricerche?"],"Search Appearance":["Aspetto della ricerca"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Specifica quali tipi di contenuti desideri visualizzare nei motori di ricerca. Se non conosci le differenze tra questi, è meglio scegliere le impostazioni predefinite."],"Search engines should show \"%1$s\" in search results:":["I motori di ricerca dovrebbero mostrare \"%1$s\" nel risultato della ricerca:"],"Search engine visibility":["Visibilità nei motori di ricerca"],"Toggle %1$s's XML Sitemap":["Attiva la Sitemap XML di %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Le richieste di supporto che crei qui sono inviate direttamente al nostro sistema di supporto, la cui sicurezza è garantita con SSL a 256 bit, pertanto le comunicazioni sono sicure al 100%."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["La funzione del contenuto cornerstone ti consente di contrassegnare e filtrare i contenuti cornerstone sul tuo sito web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Se hai un problema che non riesci a risolvere con i nostri video tutorial o con gli articoli della sezione knowledge base sul sito, puoi inviare un messaggio al nostro team di supporto, che è attivo 24/7."],"Search result":["Risultato di ricerca"],"Good results":["Risultati buoni"],"Get better search results in local search":["Ottieni risultati migliori nella ricerca locale"],"Allow customers to pick up their %s order locally":["Consenti ai clienti di ritirare il loro ordine %s a livello locale"],"SEO analysis":["Analisi SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["L'analisi SEO offre suggerimenti per migliorare la strategia SEO del tuo testo."],"Learn how the SEO analysis can help you rank.":["Scopri come l'analisi SEO può aiutare il tuo posizionamento."],"The readability analysis offers suggestions to improve the structure and style of your text.":["L'analisi di leggibilità offre suggerimenti per migliorare la struttura e lo stile del testo."],"Discover why readability is important for SEO.":["Scopri perché la leggibilità è importante per la strategia SEO."],"Find out how cornerstone content can help you improve your site structure.":["Scopri come i contenuti cornerstone possono aiutarti a migliorare la struttura del tuo sito."],"The text link counter helps you improve your site structure.":["Il contatore di link nel testo ti aiuta a migliorare la struttura del tuo sito."],"Find out how the text link counter can enhance your SEO.":["Scopri come il contatore di link di testo può migliorare la stategia SEO."],"%s integration":["%s integrazione"],"Read more about how %s works.":["Ulteriori informazioni su come funziona %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Abilita questa funzione se vuoi che Facebook e altri social media visualizzino un'anteprima con immagini e un riassunto di testo quando viene condiviso un link al tuo sito."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Abilita questa funzione se vuoi che Twitter mostri un'anteprima con le immagini ed un riassunto del testo quando un link del tuo sito viene condiviso."],"Find out why you should upgrade to %s":["Scopri perché dovresti passare a %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Post recenti sul blog %1$s"],"Need help?":["Ti serve aiuto?"],"Type here to search...":["Inserisci qui il termine da ricercare..."],"Search the Yoast Knowledge Base for answers to your questions:":["Cerca risposte alle tue domande nella Yoast Knowledge Base:"],"Remove highlight from the text":["Rimuovi evidenziazione nel testo"],"Your site language is set to %s. ":["La lingua del tuo sito è impostata su %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Inizia subito con la %2$sconfigurazione guidata%3$s di %1$s!"],"First-time SEO configuration":["Configurazione SEO iniziale"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["La lingua del tuo sito è {language}. Se ciò non è corretto, contatta l'amministratore del tuo sito."],"Your site language is set to {language}.":["La lingua del tuo sito è {language}."],"Highlight this result in the text":["Evidenzia questo risultato nel testo"],"Considerations":["Considerazioni"],"Errors":["Errori"],"Change language":["Cambia lingua"],"You cannot create a %s file.":["Non è possibile creare un file %s."],"You cannot edit the %s file.":["Non è possibile modificare il file %s."],"Updated %s":["%s aggiornato"],"Create %s file":["Crea file %s"],"Edit the content of your %s:":["Modifica il contenuto del tuo %s:"],"Save changes to %s":["Salva le modifiche al %s"],"%s file":["File %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s e %2$s possono lavorare insieme molto meglio con l'aggiunta di un plugin helper. Installa %3$s per rendere la tua vita migliore. %4$s."],"More information":["Ulteriori informazioni"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s e %2$s possono lavorare insieme molto meglio con l'aggiunta di un plugin helper. Attiva %3$s per rendere la tua vita migliore."],"More information about %1$s":["Ulteriori informazioni su %1$s"],"Configuration Wizard":["Configurazione guidata"],"You've done it!":["Hai fatto!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integra al meglio %2$s con %1$s per l'analisi del contenuto!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s e %2$s possono lavorare insieme molto meglio con l'aggiunta di un plugin helper. Installa %3$s per rendere la tua vita migliore."],"Manage your %s subscription on MyYoast":["Gestisci il tuo abbonamento per %s su MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Le impostazioni dell'Aspetto della ricerca di %1$s è costituita da variabili che vengono sostituite da altri valori quando la pagina viene visualizzata. La tabella seguente contiene un elenco delle variabili disponibili."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Contrassegna gli (le) %1$s più importanti come 'cornerstone content' (contenuti centrali) per migliorare la struttura del tuo sito. %2$sLeggi di più sui contenuti cornerstone%3$s."],"Loading help center.":["Caricamento help center in corso."],"Get support":["Assistenza"],"View in KB":["Vai alla KB"],"Go back":["Torna indietro"],"Go back to the search results":["Torna indietro ai risultati della ricerca"],"(Opens in a new browser tab)":["(Si apre in una nuova scheda del browser)"],"Posts %1$swithout%2$s a focus keyphrase":["Articoli %1$ssenza%2$s frase chiave"],"Hey, your SEO is doing pretty well! Check out the stats:":["Ehi, la tua SEO sta andando abbastanza bene! Guarda le statistiche:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Non hai pubblicato nessun post, i tuoi punteggi SEO appariranno qui appena scriverari il tuo primo post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["In questa pagina, puoi cambiare il nome del tuo sito e scegliere quale separatore utilizzare. Il separatore sarà mostrato, ad esempio, fra il titolo dell'articolo e il nome del sito. I simboli dei separatori qui sotto sono visualizzati nelle dimensioni con le quali appariranno nei risultati della ricerca. Scegli quello più adatto al tuo brand o quello che occupa meno spazio negli snippet."],"Something else":["Altro"],"A portfolio":["Un portfolio"],"A corporation":["Una grande azienda"],"A small offline business":["Una piccola attività offline"],"A news channel":["Un canale di news"],"An online shop":["Un negozio online"],"A blog":["Un blog"],"What does the site %1$s represent?":["Che tipo di sito è %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Se scegli no, i tuoi archivi autore saranno disattivati per prevenire problemi con contenuti duplicati."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: non conserviamo i tuoi dati in nessun modo e non abbiamo un accesso completo al tuo account. La tua privacy è al sicuro con noi."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s si integra con la Console di Google Search, un tool irrinunciabile per i proprietari di siti. Ti fornisce informazioni sulla salute del tuo sito. Non hai ancora un account Google o il tuo sito non è ancora attivato Scopri %2$scome collegare la Console di Google Search Console al tuo sito%3$s."],"Option B: My site is under construction and should not be indexed":["Opzione B: il mio sito è in costruzione e non deve essere indicizzato"],"Option A: My site is live and ready to be indexed":["Opzione A: il mio sito è online e pronto per essere indicizzato"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Scegli la modalità in costruzione se vuoi tenere il tuo sito fuori dall'indice dei motori di ricerca. Non dimenticare di cambiare questa impostazione quando il tuo sito è pronto per essere pubblicato."],"Please specify if your site is under construction or already active.":["Indica se il tuo sito è ancora in costruzione o già online."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Questa informazione sarà utilizzata nella Knowledge Graph Card di Google, il blocco di informazioni che vedi nella parte destra dei risultati di ricerca."],"Read more like this on our SEO blog":["Leggi più articoli di questo tipo nel nostro blog SEO."],"Readability: %s":["Leggibilità: %s"],"Not activated":["Non attivato"],"Activated":["Attivato"],"%1$s recommendations for you":["Raccomandazioni per te da %1s"],"All Readability Scores":["Tutti i punteggi di leggibilità"],"Filter by Readability Score":["Filtra per punteggio di leggibilità"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Non stai ricevendo aggiornamenti o assistenza! Risolvi il problema aggiungendo questo sito e abilitando %1$s in %2$s."],"Request method %1$s is not valid.":["Il metodo di richiesta %1$s non è valido."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Vuoi vedere un'anteprima di come questo articolo apparirà quando viene condiviso su %1$s? Ora puoi, con %2$s."],"Good job! All the links in your texts have been counted.":["Ottimo lavoro! Tutti i link nei tuoi testi sono stati contati."],"Calculation completed.":["Calcolo completato."],"Calculation in progress...":["Calcolo in corso..."],"Stop counting":["Interrompi il conteggio"],"Counting links in your texts":["Conteggio dei link nei tuoi testi"],"Text %1$s of %2$s processed.":["Testo %1$s di %2$s processati."],"All your texts are already counted, there is no need to count them again.":["Tutti i tuoi testi sono già stati contati, non c'è bisogno di contarli di nuovo. "],"Count links in your texts":["Conta i link nei tuoi testi"],"Text link counter":["Contatore di link nei testi"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Numero di link interni che puntano a questo articolo. Vai nella sezione aiuto alla voce \"Colonne Yoast\" per maggiori informazioni."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Numero di link interni in questo articolo. Vai nella sezione aiuto alla voce \"Colonne Yoast\" per maggiori informazioni."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s aggiunge più colonne a questa pagina. Abbiamo scritto un articolo su %2$scome usare il punteggio SEO e il punteggio di leggibilità%3$s. Le colonne dei link mostrano il numero di articoli di questo sito collegati %5$sa%6$s questo articolo e il numero di URL linkati %5$sfrom%6$s questo articolo. Leggi di più su %4$scome usare queste caratteristiche per migliorare il tuo sistema di linkinterni%3$s, e migliorare così la tua stategia SEO."],"%s Columns":["Colonne %s"],"Readability score":["Punteggio di leggibilità"],"Other benefits of %s for you:":["Altri benefici da %s per te:"],"Scroll to see the preview content.":["Scorri per vedere l'anteprima del contenuto."],"Cornerstone content":["Contenuto Cornerstone (contenuto centrale)"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s si prenderà cura di tutte le ottimizzazioni tecniche necessarie per il tuo sito. Per migliorare davvero la posizione del tuo sito nei risultati di ricerca, è importante iniziare a creare contenuto che si posizioni bene in base alle frasi chiave che ti interessano. Guarda questo video in cui spieghiamo come usare la %1$s metabox quando scrivi articoli o pagine."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Se vuoi sorpassare la concorrenza in una città o regione specifica, prova il nostro plugin %1$s! Sarai in grado di inserire facilmente mappe di Google, orari di apertura, informazioni di contatto e un localizzatore dei punti vendita. Inoltre %1$s ti aiuta a migliorare l'usabilità della tua pagina contatti."],"Attract more customers near you":["Attrai più clienti vicino a te"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Vuoi conoscere tutte le sfaccettature di %1$s? Vuoi imparare tutto riguardo le nostre impostazioni avanzate? Vuoi essere in grado di ottenere il massimo da %1$s? Dai un'occhiata alle nostre guide sul plugin %1$s e inizia subito a superare i tuoi concorrenti!"],"Get the most out of %1$s with the %2$s":["Ottieni il massimo da %1$s con %2$s"],"Upgrade to Premium":["Passa a Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Vuoi superare i tuoi concorrenti? %1$s ti offre altre eccezionali funzionalità che ti aiuteranno a elaborare una strategia SEO come un professionista. Aggiungi sinonimi e parole chiave correlate, usa la nostra analisi SEO Premium, il redirect manager e il nostro tool per i link interni. %1$s ti permette di accedere anche all'assistenza premium."],"Outrank the competition with %s":["Supera la concorrenza con %s"],"You might like":["Ti potrebbe interessare"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Abbiamo rilevato che non hai ancora completato la configurazione guidata, ti raccomandiamo di %2$siniziare la procedura guidata di configurazione per %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["La procedura guidata di configurazione ti aiuta a configurare facilmente il tuo sito per avere impostazioni SEO ottimali."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Passa a Premium e i nostri esperti saranno lì per rispondere a tutte le domande che potresti avere sulla configurazione e sull'utilizzo del plugin!"],"Superfast internal linking suggestions":["Suggerimenti super veloci di link interni"],"Great news: you can, with %1$s!":["Novità importante: puoi con %1$s! "],"Save changes":["Salva le modifiche"],"1 year free support and updates included!":["1 anno di aggiornamenti e supporto personalizzato inclusi!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Il plugin %2$s modifica l'aspetto del tuo sito differenziando il contenuto per i motori di ricerca da quello per gli utenti \"normali\". Questo è un processo chiamato cloaking, che potrebbe portarti a brutte penalizzazioni. Ti suggeriamo di disabilitarlo."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sAnteprima dei social media%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNiente più link non funzionanti%2$s: easy redirect manager"],"No ads!":["Nessuna pubblicità!"],"Facebook & Twitter":["Facebook e Twitter"],"Social media preview":["Anteprima social media"],"Easy redirect manager":["Facile gestore per il reindirizzamento"],"No more dead links":["Niente più link non funzionanti"],"Increase your SEO reach":["Aumenta la tua visibilità SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Se vuoi aiuto per creare contenuti fantastici, dai un'occhiata al nostro %2$scorso di SEO copywriting%3$s. Se vuoi sapere tutto sulle funzionalità del plugin, valuta di seguire il nostro %1$s!"],"Variable":["Variabile"],"Available variables":["Variabili disponibili"],"Scroll to see the table content.":["Scorri per vedere il contenuto della tabella."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Se hai bisogno di aiuto, consulta %1$sil nostro articolo su come collegare il tuo sito web alla Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Si è verificato un errore nella valutazione di '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s parole contengono %2$soltre %3$s sillabe%4$s, che è più del massimo raccomandato di %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s parole contengono %2$s oltre %3$s sillabe%4$s, che è meno o uguale al massimo raccomandato di %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Questo è leggermente inferiore al numero minimo di %5$d parola. %3$sAggiungi ancora un po' di contenuto%4$s.","Questo è leggermente inferiore al numero minimo di %5$d parole. %3$sAggiungi ancora un po' di contenuto%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["La meta descrizione contiene %1$d frase con %2$spiù di %3$sparole%4$s. Prova ad accorciarla.","La meta descrizione contiene %1$d frasi con %2$spiù di %3$sparole%4$s. Prova ad accorciarle."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["La meta descrizione non contiene frasi con %1$spiù di %2$s parole%3$s."],"Step %1$d: %2$s":["Passo %1$d: %2$s"],"No new notifications.":["Nessuna nuova notifica."],"Save all":["Salva tutto"],"Save":["Salva"],"%1$s, Author at %2$s":["%1$s, Autore presso %2$s"],"Mobile preview":["Anteprima in modalità mobile"],"Desktop preview":["Anteprima in modalità desktop"],"Select redirect":["Seleziona reindirizzamento"],"Please provide an SEO title by editing the snippet below.":["Inserisci un titolo SEO modificando lo snippet sottostante."],"Meta description preview:":["Anteprima della meta descrizione:"],"Slug preview:":["Anteprima dello slug:"],"SEO title preview:":["Anteprima titolo SEO:"],"Close snippet editor":["Chiudi editor snippet"],"Slug":["Slug"],"Remove marks in the text":["Rimuovi l'evidenziazione nel testo"],"Mark this result in the text":["Segnare questo risultato nel testo"],"Marks are disabled in current view":["L'evidenziazione è disabilitata"],"Good SEO score":["Punteggio SEO Buono"],"OK SEO score":["Punteggio SEO Ok"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Seleziona un'immagine"],"Remove the image":["Rimuovi l'immagine"],"MailChimp signup failed:":["Iscrizione a MailChimp fallita:"],"Sign Up!":["Iscriviti!"],"Name":["Nome"],"There is an error with the request.":["C'è un errore con questa richiesta."],"Select profile":["Seleziona il profilo"],"Choose a profile":["Scegli un profilo"],"Authorization code":["Codice di autorizzazione"],"Reauthenticate with Google":["Autenticati nuovamente con Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Per consentire a %s di recuperare le tue informazioni dalla Google Search Console, inserisci il Codice di autorizzazione di Google. Facendo clic sul link sottostante si aprirà una nuova finestra."],"Please provide a meta description by editing the snippet below.":["Inserisci una meta descrizione modificando lo snippet sottostante."],"Edit snippet":["Modifica snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Puoi fare clic su ogni elemento nell'anteprima per passare all'editor dello snippet."],"SEO title preview":["Anteprima del titolo SEO"],"Meta description preview":["Anteprima della meta descrizione"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Si è verificato un problema nel salvataggio di questo passaggio, {{link}}compila una segnalazione{{/link}} descrivendo in quale passaggio ti trovavi e quali modifiche volevi effettuare (se ne stavi facendo qualcuna)."],"Close the Wizard":["Chiudi la procedura guidata"],"Export settings":["Esporta le impostazioni"],"%1$s video tutorial":["Video lezione %1$s"],"%s › Configuration Wizard":["%s › Configurazione guidata"],"Please don't show me this notification anymore":["Non mostrarmi più questa notifica"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Se stai riscontrando problemi, %1$sinviaci un bug report%2$s e faremo del nostro meglio per aiutarti."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Abbiamo notato che stai utilizzando %1$s da un po' di tempo; ci auguriamo che ti stia piacendo! Saremmo entusiasti se tu volessi %2$sdarci un punteggio di 5 stelle su WordPress.org%3$s!"],"Date archives settings":["Impostazioni archivi per data"],"Author archives settings":["Impostazioni archivi autore"],"%1$s by %2$s":["%1$s per %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Attenzione: la variabile %s non può essere utilizzata in questo template. Vedi il centro di supporto per maggiori informazioni."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["A proposito, sapevi che abbiamo anche un %1$sPlugin Premium%2$s? Fornisce funzionalità più avanzate, quali un gestore di redirect ed il supporto per frasi chiave multiple. Inoltre dispone di una assistenza personalizzata 24/7."],"(no title)":["(senza titolo)"],"%s installation wizard":["Procedura di installazione guidata %s"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["La barra di amministrazione di %1$s contiene dei link utili a strumenti di terze parti per analizzare le pagine e rendere semplice verificare se si hanno nuove notifiche."],"Admin bar menu":["Menu della barra di amministrazione"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s controllerà settimanalmente che il tuo sito sia indicizzabile dai motori di ricerca e %2$s ti notificherà quando non sarà il caso."],"Features":["Funzionalità"],"SEO title":["Titolo SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Anche se ci sforziamo di rendere la configurazione di %1$s più facile possibile, ci rendiamo conto che può essere complicata. Se preferisci che provvediamo noi alla configurazione di %1$s (e nel frattempo ottenere anche una copia di %2$s), ordina il nostro %3$sServizio di configurazione di %1$s%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Benvenuti alla procedura guidata di installazione di %1$s. In pochi semplici passi ti aiuteremo a configurare le tue impostazioni SEO affinché rispondano alle necessità del tuo sito!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google mostra il nome del tuo sito nei risultati della ricerca, se vuoi cambiarlo, puoi farlo da qui."],"Greater than sign":["Simbolo di maggiore"],"Less than sign":["Simboli di minore"],"Right angle quotation mark":["Virgoletta bassa destra"],"Left angle quotation mark":["Virgoletta bassa sinistra"],"Small tilde":["Tilde piccola"],"Vertical bar":["Barra verticale"],"Low asterisk":["Asterisco basso"],"Asterisk":["Asterisco"],"Bullet":["Punto"],"Middle dot":["punto medio"],"Em dash":["trattino em"],"En dash":["trattino en"],"Dash":["Trattino"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Scegli il simbolo da utilizzare come separatore del titolo. Apparirà, ad esempio, fra il titolo del tuo articolo ed il nome del sito. I simboli sono visualizzati nella dimensione con cui appariranno nei risultati delle ricerche."],"The name of the person":["Il nome della persona"],"No":["No"],"Yes":["Si"],"Does, or will, your site have multiple authors?":["Il tuo è un sito o sarà un sito con autori multipli?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genera automaticamente un URL per ciascun elemento della libreria media. Abilitando questa opzione si permetterà a google di indicizzare l'URL generata."],"Success!":["Fine!"],"Title settings":["Impostazioni del Titolo"],"Google Search Console":["Google Search Console"],"Multiple authors":["Autori multipli"],"Site type":["Tipo di sito"],"Environment":["Ambiente"],"Yoast option %1$s not found.":["L'opzione Yoast %1$s non è stata trovata."],"Google Structured Data Test":["Test per i Dati Strutturati di Google"],"Posts list":["Elenco articoli"],"Posts list navigation":["Navigazione elenco articoli"],"Filter posts list":["Filtro elenco articoli"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Si noti che i link agli archivi possono continuare ad essere visualizzati dal tema e occorrerà rimuoverli separatamente,"],"%1$s to optimize your site even further":["%1$s per ottimizzare ulteriormente il tuo sito"],"%1$s extensions":["Estensioni %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Include la nostra garanzia di restituzione dei soldi entro 30 giorni senza nessuna domanda sul motivo della richiesta"],"More information %1$sabout %3$s%2$s":["Ulteriori informazioni %1$ssu %3$s%2$s"],"Installed":["Installato"],"gain access to our 24/7 support team.":["Ottieni accesso al nostro team di assistenza 24/7."],"Premium support":["Assistenza premium"],"check what your Facebook or Twitter post will look like.":["verifica come appaiono i tuoi articoli su Facebook o Twitter."],"Social previews":["Antreprime social"],"create and manage redirects from within your WordPress install.":["crea e gestisci i redirect direttamente dalla tua installazione WordPress."],"Redirect manager":["Gestore dei redirect"],"%1$s, take your optimization to the next level!":["%1$s, porta la tua ottimizzazione ad un livello superiore!"],"A seamless integration between %1$s and %2$s":["Una integrazione senza interruzioni fra %1$s e %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Utilizza le bricole di pane %1$s al posto di %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inserisci facilmente Google Maps, un localizzatore di punti vendita, gli orari di apertura e molto altro"],"Creates XML News Sitemaps":["Crea sitemap XML per le news"],"Immediately pings Google on the publication of a new post":["Fai un ping a Google alla pubblicazione di un nuovo articolo"],"Optimize your site for Google News":["Ottimizza il tuo sito per Google News"],"Make videos responsive through enabling fitvids.js":["Rendi i video responsive tramite l'abilitazione di fitvids.js"],"Enhance the experience of sharing posts with videos":["Migliora l'esperienza di condivisione di articoli contenenti video"],"Show your videos in Google Videos":["Visualizza i tuoi video su Google Videos"],"Crawl issues list":["Scorri l'elenco dei problemi"],"Crawl issues list navigation":["Scorri l'elenco dei problemi di navigazione"],"Edit “%s”":["Modifica “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notifiche"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Rimuovi la scheda delle frasi chiave dal meta box e disabilita tutti i suggerimenti relativi alla SEO."],"Disable SEO analysis":["Disabilita l'analisi SEO"],"Twitter settings":["Impostazioni Twitter"],"Pinterest settings":["Impostazioni Pintertest"],"Facebook settings":["Impostazioni Facebook"],"Title separator symbol":["Simbolo separatore del titolo"],"RSS feed settings":["Impostazioni feed RSS"],"Breadcrumbs settings":["Impostazioni dei Breadcrumbs"],"Make primary":["Rendi primario"],"Enter your Google Authorization Code and press the Authenticate button.":["inserisci il tuo Codice di Autorizzazione di Google e premi il pulsante di Autenticazione."],"Knowledge base article":["Articolo della knowledge base"],"Open the knowledge base article in a new window or read it in the iframe below":["Apri l'articolo della knowledge base in una nuova finestra o leggilo nell'iframe sottostante"],"Search results":["Risultati della ricerca"],"%s notification":["%s notifica","%s notifiche"],"Disable readability analysis":["Disabilita l'analisi della leggibilità"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Rimuovi la scheda dell'analisi di leggibilità dal meta box e disabilita tutti i suggerimenti sulla leggibilità."],"Readability analysis":["Analisi leggibilità"],"Needs improvement":["Da migliorare"],"Readability":["Leggibilità"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Stai cercando di caricare dei file non minimizzati, questi sono disponibili solamente nel nostro pacchetto sviluppo. Guarda %1$s per vedere tutti i file sorgente."],"Improvements":["Miglioramenti"],"Dismiss this item.":["Scarta questo elemento."],"Good job! We could detect no serious SEO problems.":["Buon lavoro! Non siamo in grado di individuare nessun problema SEO."],"We have detected the following issues that affect the SEO of your site.":["Abbiamo individuato i seguenti problemi che riguardano la SEO del tuo sito."],"Problems":["Problemi"],"Analysis":["Analisi"],"Not available":["Non disponibile"],"Filter by SEO Score":["Filtra per punteggio SEO"],"Meta description not set.":["Meta descrizione non impostata."],"Video tutorial":["Tutorial Video"],"Email support is a %s feature":["L'assistenza tramite email è una funzionalità %s"],"Knowledge base":["Knowledge base"],"Open":["Apri"],"Loading...":["Caricamento in corso..."],"Something went wrong. Please try again later.":["Qualcosa non ha funzionato. Riprova più tardi."],"No results found.":["Nessun risultato."],"Dashboard":["Bacheca"],"You can fix this on the %1$sPermalink settings page%2$s.":["Puoi correggerlo nella %1$sPagina delle impostazioni dei permalink%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["La paginazione dei commenti è abilitata, ciò non è necessario in 999 casi su 1000, noi raccomandiamo di disabilitarla."],"Replaced with the primary category of the post/page":["Sostituito con la categoria principale nell'articolo/pagina"],"Pinterest confirmation":["Conferma Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Se hai già confermato il tuo sito in Pinterest, puoi saltare il passaggio successivo."],"Format-based archives":["Archivio Format-based"],"Webmaster Tools verification":["Verifica per gli strumenti per webmaster"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Segui il nostro corso %1$s for WordPress e diventa un Esperto Certificato %1$s!"],"Want to be a %s Expert?":["Vuoi diventare un Esperto di %s?"],"Buy %s":["Compra %s"],"Show information about errors in category %s":["Mostra informazioni sugli errori legati alla categoria %s"],"New %1$s Title":["Nuovo %1$s Titolo"],"Existing %1$s Title":["Titolo %1$s Esistente"],"Expected an integer as input.":["L'input dev'essere un intero"],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Sto provando a costruire una chiave sicura della cache della sitemap, ma la combinazione di suffisso e prefisso lascia poco spazio di azione. Probabilmente stai cercando di elaborare una pagina con molti caratteri."],"Remove":["Rimuovi"],"Keep":["Mantieni"],"Bold the last page":["Evidenzia in grassetto l'ultima pagina"],"Regular":["Standard"],"Bold":["Grassetto"],"Show Blog page":["Vedi la pagina del Blog"],"Primary %s":["%s Primario"],"Primary":["Primario"],"Make %1$s primary %2$s":["Rendi %1$s primario %2$s"],"Term is set to noindex.":["Il termine è impostato su noidex."],"Author archives":["Archivi autore"],"Show":["Visualizza"],"Enabled":["Abilitato"],"Disabled":["Disabilitato"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s non ha ancora calcolato lo stato di indicizzabilità del tuo sito da %2$s"],"The separator defined in your theme's %s tag.":["Il separatore definito nel tag %s del tuo tema."],"No index":["Noindex"],"Analyze entire site":["Analizza tutto il sito"],"Fetch the current status":["Carica lo status attuale"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s non è stato in grado di calcolare lo stato di indicizzabilità del tuo sito%3$s da %4$s"],"Your homepage can be indexed by search engines.":["La tua home page può essere indicizzata dai motori di ricerca."],"Indexability check by %1$s":["Controllo indicizzazione di %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Se vuoi usare un'immagine per la condivisione su %1$s, puoi caricare / scegliere un'immagine o aggiungere l'url dell'immagine qui."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Se non desideri utilizzare la meta descrizione per la condivisione su %1$s ma vuoi un'altra descrizione, scrivila qui."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Se non vuoi utilizzare il titolo dell'articolo per condividerlo su %1$s ma preferisci avere un titolo differente, scrivilo qui."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sLa tua homepage non può essere indicizzata dai motori di ricerca%2$s. Questo è molto grave per la SEO e deve essere corretto."],"Once Weekly":["Una volta alla settimana"],"SEO score":["Punteggio SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Ricalcolo dei punteggi SEO per i contenuti con una frase chiave in corso."],"%1$s of %2$s done.":["eseguito %1$s di %2$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Abbiamo aggiornato i nostri algoritmi per il punteggio SEO. %1$sRicalcola il punteggio SEO%2$s per tutti gli articoli e le pagine."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["La prima vera soluzione SEO tutto-in-uno per WordPress, compresa l’analisi dei contenuti su ogni pagina, sitemap XML e molto altro."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Attivazione non riuscita:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["L'estensione del filtro sembra non essere disponibile. Suggeriamo di richiedere l'abilitazione al proprio gestore hosting."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["L'installazione del plugin %1$s è incompleta. Consulta le %2$sistruzioni per l'installazione%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["L'estensione Standard PHP Library (SPL) non pare disponibile. Richiedi al tuo host di abilitarla."],"SEO Settings":["Impostazioni SEO"],"Mobile-Friendly Test":["Test Mobile-Friendly"],"Google Page Speed Test":["Test Google Page Speed"],"CSS Validator":["Validazione CSS"],"HTML Validator":["Validazione HTML"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Debugger Facebook"],"Check Headers":["Controlla gli headers"],"Check Google Cache":["Controlla la Cache di Google"],"Analyze this page":["Analizza questa pagina"],"Keyword Research":["Ricerca Parole chiave"],"%s does not seem to be a valid url. Please correct.":["%s non sembra essere una url valida. Correggi e riprova."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%s non sembra essere una string di verifica valida %s. Correggi e riprova."],"%s Archive":["Archivi %s"],"You searched for %s":["Hai cercato %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Sommario con immagini grandi"],"Summary":["Sommario"],"The post %1$s appeared first on %2$s.":["L'articolo %1$s proviene da %2$s."],"No numeric value was received.":["Nessun valore numerico inserito."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Questo deve essere un blog esistente. Il blog %s non esiste o è stato segnato come cancellato."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["L'impostazione di default del blog deve essere l'id numerico del blog che vuoi usare come default."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$snon è una scelta valida per chi dovrebbe essere autorizzato ad accedere alle impostazioni di %2$s. Valori ripristinati al default."],"Please select a valid post type for taxonomy \"%s\"":["Seleziona un tipo di contenuto valido per la tassonomia \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Seleziona una tassonomia valida per i contenuti di tipo \"%s\""],"You searched for":["Hai cercato"],"Home":["Home"],"Archives for":["Archivi per"],"Error 404: Page not found":["Errore 404: Pagina non trovata"],"Good":["Buona"],"Replaced with a custom taxonomies description":["Sostituito con la descrizione di una tassonomia custom"],"Replaced with a posts custom taxonomies, comma separated.":["Sostituito con una tassonomia personalizzata per gli articoli, separata da virgole."],"Replaced with a posts custom field value":["Sostituita con un valore di un campo personalizzato"],"Replaced with the slug which caused the 404":["Sostituito con lo slug che ha causato l'errore 404"],"Replaced with the posts focus keyphrase":["Sostituito dalla frase chiave principale dell'articolo"],"Attachment caption":["Didascalia Allegato"],"Replaced with the current page number":["Sostituito con il numero di pagina corrente"],"Replaced with the current page total":["Sostituito con il numero di pagine totale"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Sostituito con il numero di pagina corrente e relativo contesto(es. pagina 2 di 4)"],"Replaced with the post/page author's 'Biographical Info'":["Rimpiazzato con \"Informazioni biografiche\" dell'autore del post/pagina."],"Replaced with the post/page author's 'nicename'":["Sostituito con il 'nicename' dell'autore del post/pagina"],"Replaced with the post/page ID":["Sostituito con l'ID del post/pagina"],"Replaced with the post/page modified time":["Sostituito con l'ora di modifica del post/pagina "],"Replaced with the content type plural label":["Sostituito con l'etichetta plurima per il tipo di articolo"],"Replaced with the content type single label":["Sostituito con l'etichetta singola del tipo di articolo"],"Replaced with the current search phrase":["Sostituito con la frase di ricerca corrente"],"Replaced with the term name":["Sostituito dal nome del termine"],"Replaced with the term description":["Sostituito dalla descrizione del termine"],"Replaced with the tag description":["Sostituito dalla descrizione del tag"],"Replaced with the category description":["Sostituito dalla descrizione della categoria"],"Replaced with the post categories (comma separated)":["Sostituito dalle categorie dell'articolo (separate da una virgola)"],"Replaced with the current tag/tags":["Rimpiazzato dagli attuali tag"],"Replaced with the post/page excerpt (without auto-generation)":["Sostituito dal riassunto articolo/pagina (senza autogenerazione)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Sostituito dal riassunto articolo/pagina (autogenerato se non esiste)"],"The site's name":["Il nome del sito"],"Replaced with the title of the parent page of the current page":["Sostituito con il titolo della pagina padre della pagina corrente"],"Replaced with the title of the post/page":["Sostituito dal titolo del post/pagina"],"Replaced with the date of the post/page":["Rimpiazzato dalla data articolo/pagina"],"Page %1$d of %2$d":["Pagina %1$d di %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Non puoi sovrascrivere una variabile di sostituzione standard di WPSEO registrando una variabile con lo stesso nome. Utilizza piuttosto il filtro \"wpseo_replacements\" per aggiustare il valore di sostituzione."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Una variabile di sostituzione con questo nome è già stata registrata. Prova a rendere il nome di questa variabile ancora più univoco."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Una variabile di sostituzione non può iniziare con \"%%cf_\" o \"%%ct_\" perchè sono riservate per le variabili di variabili standard di WPSEO per i campi personalizzati e per le tassonomie personalizzate. Prova a rendere il nome di questa variabile univoco."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Una variabile di sostituzione può contenere solo caratteri alfanumerici, il carattere di sottolineatura o il trattino. Prova a rinoinare la tua variabile."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Avviso per l'amministratore: questa pagina non mostra una meta descrizione perché non ne ha una, è necessario scriverla per questa pagina o andare nel menu SEO -> Titoli & Metadati e impostare un template."],"Page not found":["Pagina non trovata"],"%s Archives":["%s Archivi"],"Search for \"%s\"":["Ricerca per \"%s\""],"Meta description to use for Author page":["Meta descrizione da usare per la pagina autore "],"Title to use for Author page":["Titolo da usare per la pagina autore"],"%1$s settings":["Impostazioni %1$s"],"Export your %1$s settings":["Esporta le tue impostazioni %1$s"],"Import settings":["Importa impostazioni"],"Import from other SEO plugins":["Importa da altri plugin SEO"],"Import":["Importa"],"If you had a %s file and it was editable, you could edit it from here.":["Se tu avessi un file %s e questo fosse modificabile, potresti modificarlo da qui."],"If your %s were writable, you could edit it from here.":["Se il tuo %s fosse modificabile, potresti modificarlo da qui."],"You don't have a %s file, create one here:":["Non hai un file %s, creane uno qui:"],"A link to your site, with your site's name and description as anchor text.":["Un link al tuo sito, con il nome e la descrizione del tuo sito come testo di ancoraggio."],"A link to your site, with your site's name as anchor text.":["Un link al tuo sito, con il nome del tuo sito come testo di ancoraggio."],"A link to the post, with the title as anchor text.":["Un link all'articolo, con il titolo come testo di ancoraggio."],"A link to the archive for the post author, with the authors name as anchor text.":["Un link all'archivio dell'autore dell'articolo, con il nome dell'autore come testo di ancoraggio."],"You can use the following variables within the content, they will be replaced by the value on the right.":["È possibile utilizzare le seguenti variabili all'interno del contenuto, verranno sostituite dal valore mostrato qui a destra."],"Content to put after each post in the feed":["Contenuto da inserire dopo qualsiasi post nel feed"],"Content to put before each post in the feed":["Contenuto da inserire prima di ogni post nel feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Questa funzionalità è utilizzata per aggiungere automaticamente contenuti al tuo RSS. Più nello specifico, è progettata per aggiungere link che rimandino al tuo blog e ai tuoi articoli, in modo che gli scrapers aggiungeranno a loro volta automaticamente questi links, aiutando i motori di ricerca ad identificarti come la fonte originale dei contenuti."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["L'utilizzo della funzione breadcrumbs è spiegata nel %1$snostro articolo nella knowledge-base sull'implementazione dei breadcrumbs%2$s."],"How to insert breadcrumbs in your theme":["Come inserire i breadcrumbs nel tuo tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Archivio dei post type da mostrare nei breadcrumbs per le tassonomie"],"Taxonomy to show in breadcrumbs for content types":["Tassonomia da mostrare nei breadcrumbs per i post type"],"Breadcrumb for 404 Page":["Breadcrumb per la pagina 404"],"Prefix for Search Page breadcrumbs":["Prefisso nel breadcrumbs delle pagina di ricerca"],"Prefix for Archive breadcrumbs":["Prefisso per gli archivi dei Breadcrumbs"],"Prefix for the breadcrumb path":["Prefisso per il percorso dei Breadcrumbs"],"Anchor text for the Homepage":["Testo del link per la Home Page"],"Separator between breadcrumbs":["Separatore tra i breadcrumbs"],"Enable Breadcrumbs":["Abilita i Breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Di seguito sono elencati i punteggi SEO dei tuoi articoli pubblicati. Ora è il momento giusto per iniziare a migliorare alcuni dei tuoi post!"],"Credits":["Crediti"],"« Back to Tools page":["« Torna alla pagina degli strumenti"],"%1$s comes with some very powerful built-in tools:":["%1$s viene fornito con alcuni strumenti integrati molto potenti:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Questo strumento consente di modificare rapidamente file importanti per la SEO, come il vostro robots.txt e, se ne avete uno, il file .htaccess."],"File editor":["Modifica file"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importa le impostazioni da altri plugin per la SEO ed esportale per riutilizzarle su un altro blog."],"Import and Export":["Importa ed esporta"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Questo strumento permette di cambiare rapidamente i titoli e le descrizioni dei tuoi post e pagine senza dover andare nell'editor per ognuno di essi."],"Bulk editor":["Editor di massa"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Per %1$sconvalidare il tuo sito con Pinterest%2$s, aggiungi qui il meta tag:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest usa i metadata Open Graph come Facebook, per questo assicurati di aver spuntato la casella di verifica sulla scheda Facebook se vuoi ottimizzare il tuo sito per Pinterest."],"The default card type to use":["Il tipo di card di default da usare"],"Add Twitter card meta data":["Aggiungi i metadati della Twitter card"],"This image is used if the post/page being shared does not contain any images.":["Questa immagine viene utilizzata se un/a articolo/pagina che vengono condivisi non contengono alcuna immagine."],"Default settings":["Impostazioni standard"],"Copy home meta description":["Copia la meta descrizione della home"],"Description":["Descrizione"],"Image URL":["URL Immagine"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Questi sono il titolo, la descrizione e l'immagine utilizzata nei meta tag Open Graph nella pagina principale del tuo sito."],"Frontpage settings":["Impostazioni della pagina iniziale"],"Add Open Graph meta data":["Aggiungi meta dati Open Graph"],"YouTube URL":["URL di YouTube"],"Pinterest URL":["URL di Pinterest"],"MySpace URL":["URL di MySpace"],"LinkedIn URL":["URL di LinkedIn"],"Instagram URL":["URL di Instagram"],"Twitter Username":["Nome utente Twitter"],"Facebook Page URL":["URL della Pagina Facebook"],"Accounts":["Account"],"Restore site to defaults":["Reimposta il sito"],"Site ID":["ID Sito"],"Using this form you can reset a site to the default SEO settings.":["Usando questo modulo sarà possibile impostare il sito con i valori predefiniti di SEO."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["I dati sensibili della privacy (amministratori FB e similari), specifici per il tema (riscrittura titolo) ed alcune altre impostazioni specifichennon verranno importate nei nuovi siti."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Inserisci lo %1$sID del sito%2$s per il sito dal quale ricavare le impostazioni che desideri utilizzare come predefinite per tutti i siti già aggiunti al tuo network. Lascia vuoto per nessun sito (verranno utilizzati i valori predefiniti del plugin)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Scegli il sito le cui impostazioni verranno utilizzate come standard per tutti i siti che verranno aggiunti al network. Se scegli 'Nessuno', verranno utilizzati i valori standard del plugin."],"New sites in the network inherit their SEO settings from this site":["I nuovi siti del network erediteranno le impostazioni SEO da questo sito"],"Super Admins only":["Solo super amministratori"],"Site Admins (default)":["Amministratori del sito (predefinito)"],"Who should have access to the %1$s settings":["Chi dovrebbe avere accesso alle impostazioni di %1$s"],"spam":["spam"],"mature":["maturo"],"archived":["archiviato"],"public":["pubblico"],"%s restored to default SEO settings.":["%s ripristinato ai valori di default SEO."],"Settings Updated.":["Impostazioni aggiornate."],"404 pages":["Pagine 404"],"Search pages":["Pagine di ricerca"],"These pages will be %s by default, so they will never show up in search results.":["Queste pagine saranno %s di default, quindi non appariranno mai nei risultati delle ricerche."],"Special Pages":["Pagine speciali"],"Date-based archives could in some cases also be seen as duplicate content.":["Gli archivi per data potrebbero in alcuni casi essere rilevati come contenuti duplicati."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Se questo è il caso sul tuo sito, è possibile disabilitarlo (questo lo reindirizza alla home page), o aggiungergli %s in modo da non mostrarlo nei risultati della ricerca."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Se il tuo blog è curato solo da un autore l'archivio autori sarà esattamente uguale alla tua homepage. Questo è ciò che si intende quando si parla di %1$scontenuti duplicati%2$s."],"Date archives":["Archivi per data"],"author archives":["Archivi autori"],"Title":["Titolo"],"%1$s Meta Box":["Meta Box %1$s"],"Hide":["Nascondi"],"Date in Snippet Preview":["Data nell'anteprima dello snippet"],"Take note:":["Prendi nota:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Puoi definire il titolo e la descrizione della pagina blog %1$smodificando tu stesso la pagina%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Puoi impostare il titolo e la descrizione per la prima pagina %1$smodificando direttamente la prima pagina stessa%2$s"],"Homepage & Front page":["Homepage & prima pagina"],"Title Separator":["Separatore del titolo"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$S determina automaticamente quando è necessario forzare la riscrittura dei titoli delle pagine, se pensate sia sbagliato e sapete quello che state facendo potete cambiare le impostazioni da qui."],"Force rewrite titles":["Forza la riscrittura dei titoli"],"Taxonomies":["Tassonomie"],"Homepage":["Homepage"],"%1$s Extensions":["Estensioni %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integra al meglio WooCommerce con %1$s ed ottieni funzionalità extra!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Migliora il posizionamento locale e su Google Maps, senza fare nessuno sforzo!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Sei su Google News? Aumenta il tuo traffico da Google News ottimizzandoti per esso!"],"Optimize your videos to show them off in search results and get more clicks!":["Ottimizza i tuoi video per visualizzarli nei risultati di ricerca ed avere più click!"],"The premium version of %1$s with more features & support.":["La versione premium di %1$s con molte altre funzionalità e l'assistenza."],"Person":["Persona"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Questo dato viene mostrato come dato meta del tuo sito. È destinato a comparire nel %1$sKnowledge Graph di Google%2$s. Puoi scegliere se essere una Organizzazione o una Persona."],"Website name":["Nome sito web"],"Webmaster Tools":["Strumenti per Webmaster"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Non appare il titolo dell'articolo nella URL dei tuoi articoli e pagine, si consiglia di inserirlo. Imposta la struttura del tuo permalink con /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["o"],"Save Profile":["Salva profilo"],"There were no profiles found":["Nessun profilo trovato"],"Profile":["Profilo"],"Current profile":["Profilo corrente"],"Authenticate":["Autenticati"],"Get Google Authorization Code":["Ricevi Codice di Autorizzazione di Google."],"Reload crawl issues":["Ricarica i problemi di indicizzazione"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Per essere in grado di creare un redirect e risolvere questo problema, hai bisogno di %1$s. È possibile acquistare il plugin, compreso un anno di assistenza e aggiornamenti, su %2$s."],"Creating redirects is a %s feature":["Creare redirect è una caratteristica di %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Errori che si sono verificati quando il tuo sito è stato scansionato da Googlebot per feature phone (gli errori non sono comparsi per la versione desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Errori che si sono verificati solo quando il tuo sito è stato scansionato da Googlebot-Mobile (gli errori non sono comparsi per la versione desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Errori che si sono verificati quando il tuo sito è stato scansionato da Googlebot."],"Issue categories":["Categorie di problemi"],"Incorrect Google Authorization Code.":["Google Authorization Code Errato."],"The issues have been successfully reloaded!":["I problemi sono stati ricaricati con successo!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["I dati di %1$s sono stato rimossi. Sarà necessario ripetere l'autenticazione se si desidera recuperare i dati nuovamente."],"Crawl errors per page":["Errori di scansione per pagina"],"Search":["Ricerca"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Non perderti gli errori del crawl: %1$scollegati alla Google Search Console qui%2$s."],"Create redirect":["Crea un Redirect"],"Mark as fixed":["Segna come risolto"],"Response code":["Codice di risposta"],"First detected":["Scoperto per la prima volta"],"Last crawled":["Ultima scansione"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s ha scoperto che stai utilizzando la versione %2$s che non è compatibile con %1$s. Aggiorna %2$s all'ultima versione per per utilizzare questa funzionalità. "],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["I plugin di Yoast condividono parte del codice tra di loro per rendere il sito più veloce. Per questo motivo abbiamo bisogno che tutti i plugin di Yoast siano aggiornati. Abbiamo rilevato che in questo caso non è così, quindi si prega di aggiornare i plugin di Yoast che non sono ancora aggiornati."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["L'URL di destinazione non esiste, ma il server non restituisce un errore 404 (file non trovato)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["La richiesta è scaduta o il sito sta bloccando Google."],"Server Error":["Errore del server"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot può accedere al tuo sito, ma alcuni URL sono bloccati per il Googlebot nel tuo file %1$s. Questo blocco potrebbe essere sia per tutti i Googlebots o anche specifico per Googlebot-mobile."],"Blocked":["Bloccato"],"Google was unable to crawl this URL due to an undetermined issue.":["Google non è stato in grado di controllare questo URL a causa di un problema sconosciuto."],"URL points to a non-existent page.":["URL punta a una pagina che non esiste"],"Not found":["Non trovato"],"Not followed":["Non seguito"],"Faulty redirects":["Redirect difettosi"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Il server richiede una autenticazione o sta bloccando l'accesso al sito del googlebot."],"Access denied":["Accesso negato"],"Deactivate %s":["Disattivare %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["I plugin %1$s potrebbero causare problemi quando utilizzati in combinazione con %2$s."],"Upload Image":["Carica immagine"],"Remove these ads?":["Rimuovi queste pubblicità?"],"%s Posts Overview":["Panoramica degli articoli %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Il Titolo dei breadcrumbs è usato quando appare questa tassonomia."],"Breadcrumbs title":["Titolo dei breadcrumbs"],"The canonical link is shown on the archive page for this term.":["Il link alla URL canonical è mostrato nella pagina archivio per questo termine."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Altro"],"Archives":["Archivi"],"Email":["Email"],"Previous":["Precedente"],"Next":["Successivo"],"Close":["Chiudi"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Sia %1$s che %2$s generano una mappa del sito XML. Avere due file XML non porta benefici per i motori di ricerca e potrebbe rallentare il sito."],"Configure %1$s's Open Graph settings":["Configura le impostazioni OpenGraph di %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Sia %1$s sia %2$s generano dei meta tag OpenGraph, che potrebbero causare immagini e testi sbagliati qualora fossero condivisi su Facebook, Twitter, LinkedIn ed altri social."],"%s Image":["Immagine per %s"],"%s Description":["Descrizione per %s"],"%s Title":["Titolo per %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["La dimensione dell'immagine consigliata per %1$s è di %2$s pixel."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Se vuoi sovrascrivere l'immagine usata su %s per questo articolo, carica / scegli un’immagine qui."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Se non vuoi usare la meta descrizione per la condivisione dell'articolo su %s, e vuoi usare un'altra descrizione, inseriscila qui."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Se non vuoi utilizzare il titolo del post nella condivisione su %s, ma desideri un altro titolo, scrivilo qui."],"very difficult":["molto difficile"],"Try to make shorter sentences, using less difficult words to improve readability":["Prova a scrivere frasi più brevi, usando parole meno difficili per migliorare la leggibilità. "],"difficult":["difficile"],"Try to make shorter sentences to improve readability":["Prova a creare frasi più brevi per migliorare la leggibilità."],"fairly difficult":["abbastanza difficile"],"OK":["OK"],"fairly easy":["abbastanza facile"],"easy":["facile"],"very easy":["molto facile"],"Meta Desc.":["Desc. meta"],"All SEO Scores":["Tutti i punteggi SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema SEO: l'immagine in evidenza deve avere una dimensione di almeno 200 per 200 pixel per poter essere utilizzata da Facebook e altri social media."],"(no parent)":["(nessun genitore)"],"Post is set to noindex.":["Articolo impostato come da non indicizzare"],"The URL that this page should redirect to.":["La URL alla quale questa pagina deve reindirizzare."],"301 Redirect":["Redirect 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["La URL canonica a cui questa pagina dovrebbe puntare. Lascia in bianco per utilizzare il permalink predefinito. Sono supportate anche le %1$sURL canoniche cross domain%2$s."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Titolo da usare nel percorso del breadcrumb in questa pagina"],"Breadcrumbs Title":["Titolo dei breadcrumbs"],"No Snippet":["Nessuno snippet"],"No Archive":["Nessun Archivio"],"No Image Index":["Nessuna immagine indice"],"None":["Nessuno"],"Site-wide default: %s":["Default di sistema: %s"],"Advanced meta robots settings for this page.":["Impostazioni Avanzate meta robots per questa pagina."],"Meta robots advanced":["Meta Robots avanzate"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Attenzione: anche se da qui puoi impostare i valori meta per le impostazioni per i robot, l'intero sito è impostato come da non indicizzare nelle impostazioni generali di privacy, quindi queste impostazioni non avranno alcun effetto."],"Meta description":["Meta descrizione"],"SEO Title":["Titolo SEO"],"Focus keyword":["Parola chiave principale"],"Snippet preview":["Anteprima dello snippet"],"Settings successfully imported.":["Impostazioni importate con successo."],"Settings could not be imported:":["Le impostazioni non possono essere importate:"],"Breadcrumb for 404 pages:":["Breadcrumb per le pagine 404:"],"Prefix for search result pages:":["Prefisso per le pagine dei risultati della ricerca:"],"Prefix for archive pages:":["Prefisso per le pagine archivio:"],"Prefix for breadcrumbs:":["Prefisso per i breadcrumb:"],"Anchor text for the homepage:":["Anchor text per la homepage:"],"Breadcrumbs separator:":["Separatore dei Breadcrumb:"],"%s Breadcrumbs":["%s Breadcrumb"],"Use Image":["Usa immagine"],"Action":["Azione"],"Page URL/Slug":["URL/Slug pagina"],"Publication date":["Data di pubblicazione"],"Post Status":["Stato articolo"],"WP Page Title":["Titolo pagina WP"],"View":["Visualizza"],"View “%s”":["Visualizza “%s”"],"Preview":["Anteprima"],"Preview “%s”":["Anteprima “%s”"],"Edit":["Modifica"],"Filter":["Filtro"],"New Yoast Meta Description":["Nuova meta descrizione Yoast"],"Existing Yoast Meta Description":["Meta descrizione Yoast esistente"],"Facebook profile URL":["URL profilo Facebook"],"Twitter username (without @)":["Username Twitter (senza @)"],"FAQ":["FAQ"],"Premium Support":["Supporto Premium"],"Settings":["Impostazioni"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Devi %1$sandare nelle Impostazioni Lettura%2$s e rimuovere la casella di spunta per la Visibilità ai motori di ricerca."],"Huge SEO Issue: You're blocking access to robots.":["Grande problema SEO: stai bloccando l'accesso ai robot."],"Posts":["Articoli"],"Edit Files":["Modifica Files"],"Advanced Variables":["Variabile Avanzate"],"Basic Variables":["Variabili di base"],"General":["Generale"],"Extensions":["Estensioni"],"Search Console":["Console di ricerca"],"Tools":["Strumenti"],"Advanced":["Avanzate"],"XML sitemaps":["Sitemaps XML"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s ha scoperto che stai utilizzando la versione %2$s di %3$s, aggiorna all'ultima versione per evitare problemi di compatibilità."],"Just another WordPress site":["Solo un altro sito WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Hai ancora il motto standard di WordPress, persino un motto vuoto è probabilmente migliore. %1$sPuoi correggerlo in personalizza%2$s."],"You have used HTML in your value which is not allowed.":["Non è consentito utilizzare HTML."],"You can't edit %s that aren't yours.":["Non puoi modificare i %s che non sono tuoi."],"You can't edit %s.":["Non puoi modificare %s."],"Post has an invalid Content Type: %s.":["L'articolo ha impostato un tipo invalido: %s."],"Post doesn't exist.":["L'articolo non esiste."],"course\u0004Free:":["Gratuito:"],"posts\u0004Trash (%s)":["Cestinato (%s)","Cestinati (%s)"],"posts\u0004All (%s)":["Tutto (%s)","Tutto (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/ja.json b/Resources/Private/Languages/ja.json index 0ddc0c8..1c65269 100644 --- a/Resources/Private/Languages/ja.json +++ b/Resources/Private/Languages/ja.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=1; plural=0;","lang":"ja_JP"},"Has feedback":["フィードバックあり"],"Content optimization:":["コンテンツ最適化:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$s可読性%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":["%s を拡張"],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s 動画チュートリアル"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["現在のクロールエラーを表示するには、%1$sGoogle Search Console%2$s にアクセスしてください。"],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google は Crawl Errors API を廃止したため、発生した可能性があるクロールエラー\bはここで表示できなくなります。%1$s詳細については告知をご覧ください。%2$s"],"Remove this message":["メッセージを非表示"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["%s プラグインを使ってあなたのサイトを地元のお客様のために最適化しましょう。住所の詳細、営業時間、店舗検索、ピックアップオプション。"],"Serving local customers?":["地域のお客様にサービスを提供していますか ?"],"Get the %s plugin now":["%s プラグインを今すぐ入手"],"Organization social profiles":["組織のソーシャルプロフィール"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":["個人情報"],"Organization logo":["組織ロゴ"],"Organization name":["組織名"],"Choose whether the site represents an organization or a person.":["このサイトが個人または組織のどちらのものかを選択してください。"],"Knowledge Graph & Schema.org":["ナレッジグラフと Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["このサイトを企業または組織サイトとして設定するには、%1$s検索での見え方%2$sへ移動して、「組織または個人」で「組織」を選択してください。"],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":["これは、以下のフォームと情報が無効になっており、使用されていないことを意味します。"],"Your website is currently configured to represent a Person":["このサイトは現在、個人サイトとして設定されています"],"(if one exists)":["(存在する場合)"],"Wikipedia page about you":["あなたについての Wikipedia ページ"],"YouTube profile URL":["YouTube プロフィール URL"],"Tumblr profile URL":["Tumblr プロフィール URL"],"SoundCloud profile URL":["SoundCloud プロフィール URL"],"MySpace profile URL":["MySpace プロフィール URL"],"Organization or person":["組織または個人"],"The person":["個人"],"Organization":["組織"],"Does your site represent a person or an organization?":["サイトは個人または組織いずれのものですか ?"],"The name of the organization":["組織名"],"Provide an image of the organization logo":["組織のロゴを追加してください"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":["ユーザーを選択してください"],"Uncategorized":["未分類"],"Name:":["名前:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":["エラー: サイトのメタデータを完成させるには、以下でのユーザーを選択してください。"],"SEO score: %s":["SEOスコア: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["組織の Wikipedia ページがある場合は、そちらも追加してください。"],"Wikipedia URL":["Wikipedia URL"],"Pinterest profile URL":["Pinterest プロフィール URL"],"Instagram profile URL":["Instagram プロフィール URL"],"LinkedIn profile URL":["LinkedInプロフィール URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":["初心者向け SEO トレーニング"],"%s for WordPress training":["WordPress のための %s トレーニング"],"All-around SEO training":["包括的 SEO トレーニング"],"The image you selected is too small for Facebook":["Facebook 用に選択した画像が小さすぎます"],"The given image url cannot be loaded":["この画像の URL を読み込めません"],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":["内部リンクを受信しました"],"Outgoing internal links":[""],"New step added":["新しいステップを追加しました"],"New question added":["新しい質問を追加しました"],"To be able to create a redirect and fix this issue, you need %1$s. ":["リダイレクトを作成可能にし、問題を修正するには%1$sが必要です。"],"You can buy the plugin, including one year of support and updates, on %1$s.":["%1$s にて、1年間のサポートと更新つきでプラグインを購入することができます。"],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["テキストリンクカウンターは文中に見つかるリンク数と、文中に向けたリンク数のインサイトを提供します。%1$s内部リンク%2$sを改善するのに便利です。"],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["%1$s はこの機能を使用するために最低でも PHP バージョン%2$sが必要です。このサイトでは PHP バージョン%3$sを検出しました。"],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":["キーフレーズ"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["%1$s はこの機能を使用するためにデータベースでのテーブル作成が必要です。自動でテーブルを作成することができませんでした。"],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["有効にすると、添付ファイル URL をビジターと Google 両方に表示します。サイトの価値を高めるには有益な情報を含むべきです。でなければランキングにネガティブな影響を与えるでしょう。"],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["%3$sテキストリンクカウンター%4$s機能 (%1$s %2$s から提供) は現在停止中です。"],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["以下の%1$sナレッジベース記事%2$sをお読みいただき、問題の解決方法をお探しください。"],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["文中のすべてのリンクがカウントされるよう、すべての文章を解析する必要があります。"],"All you have to do is press the following button and we'll go through all your texts for you.":["以下のボタンを押すだけで、全文確認します。"],"Count links":["カウントリンク"],"Free":["無料"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$s画像の alt 属性%5$s: ページ内の画像%2$d枚中%1$d枚の alt 属性でキーフレーズまたは同義語を含んでいます。これはやや多すぎます。%4$s本当に適切な画像にのみキーフレーズまたは同義語を含めましょう%5$s。"],"%1$sImage alt attributes%2$s: Good job!":["%1$s画像の alt 属性%2$s: いいですね !"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$s画像の alt 属性%5$s: ページ内の画像%2$d枚中%1$d枚しか alt 属性がありません。これは本文の話題に影響します。%4$s適切な画像の alt 属性にキーフレーズまたは同義語を追加しましょう%5$s !"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$s画像の alt 属性%3$s: ページ内の画像に alt 属性がありません。これは本文の話題に影響します。%2$s適切な画像の alt 属性にキーフレーズまたは同義語を追加しましょう%3$s !"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$s画像の alt 属性%3$s: ページ内の画像に alt 属性がありますが、キーフレーズが含まれていません。%2$s修正しましょう%3$s !"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["ページ %s"],"Cannot get the size of %1$s because of unknown reasons.":["未知の理由により、%1$s のサイズを取得できません。"],"Cannot get the size of %1$s because it is hosted externally.":["外部でホストされているため、 %1$s のサイズを取得できません。"],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["改善された解析を入手"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$s単一タイトル%3$s: H1はメインのタイトルにのみ使用します。テキスト中にある、すべてのメインタイトルではない H1 を探し、%2$s下位レベルの見出しに変更してください%3$s !"],"Improve sharing on Facebook and Pinterest":["Facebook と Pinterest でのシェアを改善"],"You do not have the required rights to export settings.":["設定をエクスポートするのに必要な権限がありません。"],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["他のサイトの%1$sタブへすべての設定をコピーし、%1$sをクリックします。"],"These are settings for the %1$s plugin by %2$s":["%2$s による %1$s プラグインの設定があります。"],"No settings found.":["設定がありません。"],"Export your %1$s settings here, to copy them on another site.":["他のサイトでコピーできるよう、%1$s 設定をエクスポートします。"],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["設定のインポートは、PHP 5.3またはそれ以上が動作するサーバーのみ対応しています。"],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["他のサイトからコピーした設定を貼り付け、「%s」をクリックして設定をインポートします。"],"Paste your settings from another %s installation.":["他でインストールした %s の設定をペーストしてください。"],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sキーフレーズ密度%2$s: フォーカスキーフレーズが0回見つかりました。文字数に対するおすすめの最低数%3$d回に足りません。%4$sキーフレーズにフォーカスしましょう%2$s !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sキーフレーズ密度%2$s: フォーカスキーフレーズが%5$d回見つかりました。文字数に対するおすすめの最低数%3$d回に足りません。%4$sキーフレーズにフォーカスしましょう%2$s !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sキーフレーズ密度%2$s: フォーカスキーフレーズが%3$d回見つかりました。すばらしい !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sキーフレーズ密度%2$s: フォーカスキーフレーズが%5$d回見つかりました。文字数に対するおすすめの上限である%3$d回を超えています。%4$s過度な最適化はやめましょう%2$s !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sキーフレーズ密度%2$s: フォーカスキーフレーズが%5$d回見つかりました。文字数に対するおすすめの上限である%3$d回を超えています。%4$s過度な最適化はやめましょう%2$s !"],"Indexable deleted for object %1$s with type %2$s":["%2$sのオブジェクト%1$sへのインデックス許可を削除しました。"],"Indexable saved for object %1$s with type %2$s":["%2$sのオブジェクト%1$sへのインデックス許可を保存しました。"],"Indexable created for object %1$s with type %2$s":["%2$sのオブジェクト%1$sへのインデックス許可を作成しました。"],"Indexable meta deleted.":["メタのインデックス許可を削除しました。"],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":["メソッド %1$s() がクラス%2$sに存在しません"],"With %s, you can easily create such redirects.":["%s を使用すると、こうしたリダイレクトを簡単に作成できます。"],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["警告: "],"Learn about why permalinks are important for SEO.":["パーマリンクがなぜ SEO において重要なのか学びましょう。"],"Google Ads":["Google 広告"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["画像をクリア"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sキーフレーズの長さ%3$s: %2$sSEO スコアを計測するには、キーフレーズを設定しましょう%3$s。"],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sスラッグ中のキーフレーズ%2$s: 半分以上のキーフレーズがスラッグ中にあります。すばらしい !"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sスラッグ中のキーフレーズ%3$s: キーフレーズ (の一部) がスラッグ中にありません。%2$s変更しましょう%3$s !"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sスラッグ中のキーフレーズ%2$s: いいですね !"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sタイトル内のキーフレーズ%3$s: キーフレーズ「%4$s」のすべての語が SEO タイトルに表示されません。%2$sSEO タイトル内にキーフレーズの完全一致を書くようお試しください%3$s。"],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sタイトル内のキーフレーズ%3$s: キーフレーズの完全一致がありません。%2$sSEO タイトル内にキーフレーズの完全一致を書くようお試しください%3$s。"],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sタイトル内のキーフレーズ%3$s: SEO タイトル内にキーフレーズの完全一致がありますが、冒頭ではありません。%2$s冒頭への移動を試してください%3$s。"],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sタイトル内のキーフレーズ%2$s: SEO タイトルの冒頭がキーフレーズと完全一致しました。いいですね !"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sキーフレーズ分布%2$s: いいですね !"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sキーフレーズ分布%3$s: 均一ではありません。一部のテキストはキーフレーズや同義語を含んでいません。%2$s分布を均一にしましょう%3$s。"],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sキーフレーズ分布%3$s: とても均一とは言えません。大部分のテキストはキーフレーズや同義語を含んでいません。%2$s分布を均一にしましょう%3$s。"],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sキーフレーズ分布%3$s: %2$sキーフレーズまたは同義語をテキストに含むと、キーフレーズ分布をチェックすることができます%3$s。"],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":["類似キーフレーズを追加しますか ?"],"Go %s!":["%sへ移動"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":["同義語と関連キーフレーズでのランク向上"],"optimize a single post for synonyms and related keyphrases.":["個別投稿を同義語と関連キーフレーズに最適化します。"],"Synonyms & related keyphrases":["同義語と関連キーフレーズ"],"Add related keyphrase":["関連キーフレーズを追加"],"Dismiss %s upgrade notice":["%s のアップグレード通知を無視"],"Upgrade to %s":["%s にアップグレード"],"%1$s video":["%1$s動画"],"Get %s":["%s を入手"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":[""],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$s画像の alt 属性%3$s: ページに画像がありません。%2$s追加しましょう%3$s !"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":[""],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["推奨最低値である%5$d語を下回っています。%3$sもっとコンテンツを追加してください%4$s。"],"%2$sText length%4$s: The text contains %1$d word.":["%2$sテキストの長さ%4$s: テキストは%1$d語含んでいます。"],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sテキストの長さ%3$s: テキストは%1$d語含んでいます。いいですね !"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO タイトルの長さ%3$s: %2$sSEO タイトルを作成してください%3$s。"],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO タイトルの長さ%3$s: SEO タイトルが表示上限よりも幅広くなっています。%2$s短くしてください%3$s。"],"%1$sSEO title width%2$s: Good job!":["%1$sSEO タイトルの長さ%2$s: いいですね !"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO タイトルの長さ%3$s: SEO タイトルが短すぎます。%2$sキーフレーズの種類を増やすか、行動喚起フレーズを作成してください%3$s。"],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sメタディスクリプション中のキーフレーズ%2$s: メタディスクリプションが設定されていますが、キーフレーズがありません。%3$s修正しましょう%4$s !"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sメタディスクリプション中のキーフレーズ%2$s: メタディスクリプション中にキーフレーズが%3$s回含まれており、おすすめ上限の2回を超過しています。%4$s制限しましょう%5$s !"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sメタディスクリプション中のキーフレーズ%2$s: メタディスクリプション中にキーフレーズまたは同義語が含まれています。いいですね !"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sキーフレーズの長さ%5$s: キーフレーズの長さは%1$d語で、推奨上限値の%2$d語をかなり超えています。%4$sもっと短くしましょう%5$s。"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sキーフレーズの長さ%5$s: キーフレーズの長さは%1$d語で、推奨上限値の%2$d語を超えています。%4$sもっと短くしましょう%5$s。"],"%1$sKeyphrase length%2$s: Good job!":["%1$sキーフレーズの長さ%2$s: いいですね !"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sキーフレーズの長さ%3$s: ページにフォーカスキーフレーズが設定されていません。%2$sSEO スコアを計測するには、キーフレーズを設定しましょう%3$s。"],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$s冒頭のキーフレーズ%3$s: キーフレーズまたは同義語が第一段落に含まれていません。%2$s今すぐトピックを明確にしましょう%3$s !"],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$s冒頭のキーフレーズ%3$s: キーフレーズまたは同義語がコピーの第一段落に含まれていますが、一文に収まっていません。%2$s修正しましょう%3$s !"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$s冒頭のキーフレーズ%2$s: いいですね !"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$s内部リンク%2$s: ページ内に nofollow 済みのリンクおよび内部リンクの両方があります。いいですね !"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$s内部リンク%2$s: 十分な内部リンクがあります。いいですね !"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$s内部リンク%3$s: ページ内の内部リンクはすべて nofollow 済みです。%2$s内部リンクを追加しましょう%3$s。"],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$s内部リンク%3$s: ページ内に内部リンクがありません。%2$s必ず追加しましょう%3$s !"],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sサブ見出しの分布%2$s: %3$d個のテキストセクションの長さが%4$d語を超えており、サブ見出しで区切られていません。%5$s可読性を改善するためにサブ見出しを追加しましょう%2$s。"],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":[""],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$s段落の長さ%2$s: %3$d個の段落の長さが推奨上限値の%4$d語を超えています。%5$sもっと短くしましょう%2$s。"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["いいですね。"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["フォーカスキーフレーズ"],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":["ID%1$sの%2$sオブジェクトが見つかりません"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` は `%2$s` の有効なサブタイプではありません。"],"The object type `%1$s` is invalid":["オブジェクトタイプ `%1$s` は無効です"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":["変数 `%1$s` は空にできません。"],"Check Keyphrase Density":["キーフレーズ密度をチェック"],"Disable":["無効化"],"Allow Control":["コントロールを許可"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["キーフレーズ:"],"Remove keyphrase":["キーフレーズを削除"],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":["フォーカスキーフレーズが設定されていません。"],"Multiple keyphrases":["複数のキーフレーズ"],"Colon":["コロン"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s と %2$s がサイト SEO を重複管理しています。2つの SEO プラグインの同時稼働は問題を引き起こします。"],"There is a new notification.":["新しい通知があります。"],"Learn more about the readability analysis":["可読性分析の詳細"],"Describe the duration of the instruction:":["説明の長さを記述します:"],"Optional. Customize how you want to describe the duration of the instruction":["任意。説明の長さの表示をカスタマイズしましょう。"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":["%sと%s、%s"],"%s and %s":["%s, %s"],"%d minute":["%d分"],"%d hour":["%d時間"],"%d day":["%d日"],"Enter a step title":["ステップのタイトルを入力"],"Optional. This can give you better control over the styling of the steps.":["任意。ステップのスタイリングがより制御しやすくなります。"],"CSS class(es) to apply to the steps":["ステップに適用する CSS クラス"],"minutes":["分"],"hours":["時間"],"days":["日"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["よくある質問と回答を SEO フレンドリーな方法でリスト化します。"],"Copy error":["エラー文をコピー"],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":["%1$s 構造化データブロック"],"Time needed:":["所要時間:"],"Move question down":["質問を下へ移動"],"Move question up":["質問を上へ移動"],"Insert question":["質問の挿入"],"Delete question":["質問を削除"],"Enter the answer to the question":["質問の答えを入力してください"],"Enter a question":["質問を入力"],"Add question":["質問を追加"],"Frequently Asked Questions":["よくあるご質問"],"Great news: you can, with %s!":["朗報: %s で可能です !"],"Select the primary %s":["メイン%sを選択"],"Check links to this URL":["この URL へのリンクをチェックする"],"Keyword research training":["キーワードリサーチトレーニング"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["以下のコンテンツタイプの%1$sアーカイブテンプレート%2$sを確認してください: %3$s"],"Are you trying to use multiple keyphrases? You should add them separately below.":["複数のキーフレーズを使用したいですか ? 以下に個別に追加してください。"],"Mark as cornerstone content":["コーナーストーンコンテンツとしてマーク"],"Move step down":["ステップを下へ移動"],"Move step up":["ステップを上へ移動"],"Insert step":["ステップを挿入"],"Delete step":["ステップを削除"],"Add image":["画像を追加"],"Enter a step description":["ステップの説明を入力"],"Enter a description":["ディスクリプションを入力"],"Unordered list":["箇条書きリスト"],"Showing step items as an ordered list.":["ステップ項目を順序付きリストとして表示します。"],"Showing step items as an unordered list":["ステップ項目を箇条書きリストとして表示します。"],"Add step":["ステップを追加"],"Delete total time":["合計時間を削除"],"Add total time":["合計時間を追加"],"How to":["ハウツー"],"How-to":["ハウツー"],"Snippet Preview":["スニペットプレビュー"],"Analysis results":["解析結果"],"Enter a focus keyphrase to calculate the SEO score":["SEO スコアを計算するには、フォーカスするキーフレーズを入力します"],"Learn more about Cornerstone Content.":["コーナーストーンコンテンツについて詳しく知る"],"Cornerstone content should be the most important and extensive articles on your site.":["コーナーストーンコンテンツは、サイト上もっとも重要かつ広がりのある記事にしてください。"],"Restore Site":["サイトの復元"],"Network Settings":["サイトネットワーク設定"],"You are not allowed to perform this action.":["この操作の実行権限がありません。"],"Error: %s":["エラー: %s"],"Success: %s":["成功: %s"],"Site with ID %d not found.":["ID%dのサイトが見つかりません。"],"No site has been selected to restore.":["復元するサイトが選択されていません。"],"You are not allowed to modify unregistered network settings.":["未登録のネットワーク設定を変更する権限がありません。"],"deleted":["削除済み"],"Would you like to add another keyphrase?":["別のキーフレーズを追加しますか ?"],"image preview":["画像のプレビュー"],"Copied!":["コピーしました。"],"Not supported!":["サポート対象外です。"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["{{a}}サイト構造についての記事{{/a}}を読み、内部リンクが SEO を改善するしくみを学びましょう。"],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["文字をもう少し追加すると、記事内からリンクが可能な関連コンテンツがここにリスト表示されます。"],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["以下の{{a}}コーナーストーン記事{{/a}}へのリンクを検討してください:"],"Consider linking to these articles:":["これらの記事へのリンクを検討してください:"],"Copy link":["リンクをコピー"],"Copy link to suggested article: %s":["提案記事へのリンクをコピー: %s"],"The site's tagline":["サイトのタグライン"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["最近、「検索での見え方」設定を改善しました。稀なケースで、特定の投稿タイプアーカイブの設定の保存がうまくいかない場合があることが確認されています。"],"Not all required fields are given. Missing field %1$s":["未入力の必須フィールドがあります。%1$sフィールドがありません"],"Optimize your site for Google News.":["サイトを Google ニュース向けに最適化します。"],"Optimize your shop's SEO and sell more products!":["店舗を SEO 最適化して、商品をもっと販売しましょう !"],"Be found in Google Video search and enhance your video sharing on social media.":["Google 動画検索内に表示して、ソーシャルメディア上での動画共有を強化しましょう。"],"Be found in Google Maps and local results.":["Google Maps 上およびローカル検索で表示しましょう。"],"Learn practical SEO skills to rank higher in Google.":["Google で高くランクされる実践的な SEO スキルを学びます。"],"Don’t waste time figuring out the best settings yourself.":["自力でベストな設定をしようと時間を無駄にしないでください。"],"Get quick wins to make your site rank higher in search engines.":["サイトが検索エンジンでより高くランクされる最短方法を入手。"],"Add synonyms":["同義語の追加"],"Would you like to add keyphrase synonyms?":["類似キーフレーズを追加しますか ?"],"Would you like to add more than one keyphrase?":["複数のキーフレーズを追加しますか ?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["%1$sショップページ%2$sで、このカスタムタイプの SEO メタデータ編集が可能です。"],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["WooCommerce 設定のショップページが未設定です。先に設定してください。"],"Current year":["今年"],"Page":["固定ページ"],"Breadcrumb settings for %s archive":["%sアーカイブのパンくず設定"],"Tagline":["キャッチフレーズ"],"Modify your meta description by editing it right here":["メタディスクリプションの設定をここで編集して変更します"],"description (custom taxonomy)":["説明 (カスタム分類)"],"(custom taxonomy)":["(カスタム分類)"],"(custom field)":["(カスタムフィールド)"],"Term404":["404のターム"],"Caption":["キャプション"],"Pagenumber":["ページ番号"],"Pagetotal":["ページ合計"],"Page number":["ページ数"],"User description":["ユーザー説明"],"ID":["ID"],"Modified":["変更済み"],"Post type (plural)":["投稿タイプ (複数系)"],"Post type (singular)":["投稿タイプ (単数形)"],"Separator":["区切り"],"Search phrase":["検索フレーズ"],"Term title":["ターム名"],"Term description":["ターム説明"],"Tag description":["タグ説明"],"Category description":["カテゴリーの説明"],"Primary category":["メインカテゴリー"],"Category":["カテゴリー"],"Tag":["タグ"],"Excerpt only":["抜粋のみ"],"Excerpt":["抜粋"],"Site title":["サイトタイトル"],"Archive title":["アーカイブタイトル"],"Parent title":["親タイトル"],"Date":["日付"],"Label":["ラベル"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["訪問者が存在しない URL をクリックした際に404エラーが出ないよう、リダイレクトを設定してください。"],"Search engines and other websites can still send traffic to your deleted post.":["検索エンジンや他のサイトから、削除済みの投稿へのトラフィックがあるかもしれません。"],"Make sure you don't miss out on traffic!":["トラフィックを見逃していないか確認しましょう。"],"You just deleted a %1$s.":["%1$sを削除しました。"],"You just trashed a %1$s.":["%1$sをゴミ箱に移動しました。"],"Settings for %s archive":["%sアーカイブ設定"],"Settings for single %s URLs":["個別%sの URL 設定"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["このページの設定で任意の種類のコンテンツに対するデフォルトの検索での見え方を指定できます。検索結果に表示されるコンテンツタイプと、そのデフォルトの説明を選択できます。"],"Note that not all variables can be used in every field.":["すべての変数がすべてのフィールドで使用できるわけではないことに注意してください。"],"Snippet variables":["スニペット変数"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s はプライバシーを尊重します。個人情報の取り扱いに関する%2$sプライバシーポリシー%3$sをお読みください。"],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["これを理解していてメッセージもう見たくない場合、%1$s非表示%2$sにできます。"],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":["不明なタイプ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["初心者向け無料 SEO コースへのアクセスが可能な、無料の MyYoast アカウントを含みます。"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":[""],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["%1$sBaidu ウェブマスターツール%2$sからBaidu 認証コードを入手してください。"],"Baidu verification code":["Baidu の確認コード"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":["%s データの消去に失敗しました。"],"Content Type":["コンテンツタイプ"],"Filter by content type":["コンテンツタイプで絞り込み"],"Show All Content Types":["すべてのコンテンツタイプを表示する"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["WordPress が生成する通常のアーカイブタイトルを置き換えます。"],"Clean":["クリーン"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["サイトに問題がないことを確認したら、クリーンアップが可能です。元のデータはすべて削除されます。"],"Step 5: Clean up":["手順5: クリーンアップ"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["サイトのすべての設定が正しいことを確実にするために、SEO > 全般 > ダッシュボードから、設定ウィザードを実行してください。"],"Step 4: Run the configuration wizard":["手順4: 設定ウィザードを実行"],"Please check your posts and pages and see if the metadata was successfully imported.":["メタデータが正しくインポートされたかどうか、投稿と固定ページを確認してください。"],"Step 3: Check your data":["手順3: データを確認"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["手順2: インポート"],"Please make a backup of your database before starting this process.":["このプロセスを開始する前にデータベースのバックアップを作成してください。"],"Step 1: Create a backup":["手順1: バックアップを作成"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["サイト上で、1つ以上の SEO プラグインのデータを検出しました。データをインポートするには、以下の手順に従ってください。"],"Plugin: ":["プラグイン:"],"%s did not detect any plugin data from plugins it can import from.":["%s でインポート可能なプラグインは検出されませんでした。"],"Posts that should not show up in search results":["検索結果に表示しない投稿"],"%s data found.":["%s のデータが見つかりました。"],"%s data successfully removed.":["%s のデータを正常に削除しました。"],"%s data successfully imported.":["%s のデータを正常にインポートしました。"],"%s data not found.":["%s のデータが見つかりません。"],"Improve your SEO skills":["SEO スキルを向上"],"24/7 email support":["年中無休のメールサポート"],"No more dead links a.k.a. 404 pages":["デッドリンク (404ページ) とはさようなら"],"Get real-time suggestions for internal links":["内部リンクの提案をリアルタイムで受ける"],"Preview your page in Facebook and Twitter":["Facebook と Twitter でページをプレビュー"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["%1$sホームページの検索での見え方%2$s設定で設定済みのメタディスクリプションを使用するには「%3$s」ボタンをクリックします。"],"Help on copying the home meta description":["ホームのメタディスクリプションのコピーに関するヘルプ"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["サイトと関連するソーシャルプロファイルを検索エンジンに知らせるには、以下にサイトのソーシャルプロファイル情報を入力します。"],"Learn more about your social profiles settings":["ソーシャルプロフィール設定の詳細"],"Remove the categories prefix":["カテゴリー接頭辞を削除"],"Help on the category prefix setting":["カテゴリー接頭辞設定のヘルプ"],"Learn more about the available variables":["使用可能な変数についてもっと詳しく知る"],"Learn more about the RSS feed setting":["RSSフィード設定について詳しく知る"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["WordPress へメディア (画像や動画など) をアップロードすると、ただメディアを保存するのではなく、添付ファイルの URL が生成されます。こうした添付ファイルページはほとんど空っぽで、メディア項目と、タイトルを入力した場合はタイトルがあるだけです。そのため、添付ファイル URL を使用しない場合は無効にし、メディア項目自体にリダイレクトすることをおすすめします。"],"Learn more about the Media and attachment URLs setting":["メディアと添付ファイル URL 設定の詳細"],"Learn more about the title separator setting":["タイトル区切り設定の詳細"],"Learn more about the knowledge graph setting":["ナレッジグラフ設定の詳細"],"Learn more about the homepage setting":["ホームページ設定についてもっと詳しく知る"],"Learn more about the special pages setting":["特別なページの設定についてもっと詳しく知る"],"Help on the date archives search results setting":["日付アーカイブの検索結果設定についてのヘルプ"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["未投稿の投稿者アーカイブが技術的な理由で検索結果に表示されない場合、ロボットメタに%1$sが含まれていて、XML サイトマップから除外されています。%2$s検索結果設定についての追加情報%3$s。"],"Help on the authors without posts archive search results setting":["未投稿の投稿者アーカイブ検索結果の設定ヘルプ"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["投稿者アーカイブが技術的な理由で検索結果に表示されない場合、ロボットメタに%1$sが含まれていて、XML サイトマップから除外されています。%2$s検索結果設定についての追加情報%3$s。"],"Help on the author archives search results setting":["投稿者アーカイブ検索結果設定のヘルプ"],"Archives settings help":["アーカイブ設定のヘルプ"],"Learn more about the archives setting":["アーカイブの設定についてもっと詳しく知る"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["%1$sYandex ウェブマスターツール%2$sから Yandex 認証コードを入手してください。"],"Yandex verification code":["Yandex 認証コード"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["%1$sGoogle ウェブマスターツール%2$sからGoogle 認証コードを入手してください。"],"Google verification code":["Google 認証コード"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["%1$sBing ウェブマスターツール%2$sからBing 認証コードを入手してください。"],"Bing verification code":["Bing 認証コード"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["ウェブマスターツール検証の詳細"],"On":["オン"],"Help on: %s":["%s のヘルプ"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s にはたくさんの機能があります。以下から有効化および停止が可能です。はてなマークををクリックすると、その機能の詳細情報を表示します。"],"Off":["オフ"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["%1$s メタボックスの上級者向けセクションでは、ユーザーが検索結果から投稿を削除したり、カノニカルを変更でき、投稿者へ許可をなくしたい場合があります。デフォルトでは編集者と管理者のみ行えます。「%2$s」に設定すると、すべてのユーザーがこれらの設定を変更できます。"],"Security: no advanced settings for authors":["セキュリティ: 投稿者の高度な設定をオフ"],"See who contributed to %1$s.":["%1$s への貢献者をご覧ください。"],"Help on this search results setting":["検索結果設定に関するヘルプ"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["%1$sアーカイブが技術的な理由で検索結果に表示されない場合、ロボットメタに%2$sが含まれていて、XML サイトマップから除外されています。%3$s検索結果設定についての追加情報%4$s。"],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["%1$sが技術的な理由で検索結果に表示されない場合、ロボットメタに%2$sが含まれていて、XML サイトマップから除外されています。%3$s検索結果設定についての追加情報%4$s。"],"Check SEO configuration":["SEO 設定を確認"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["%1$s の設定が問題ないままかどうか、確認しますか ? %2$s設定ウィザードを再度を再度開き%3$s、ご確認ください。"],"Default for %2$s, currently: %1$s":["%2$sのデフォルト: %1$s"],"Show %s in search results?":["%sを検索結果に表示しますか ?"],"this author's archives":["この投稿者アーカイブ"],"Do not allow search engines to show %s in search results.":["検索エンジンに%sの検索結果への表示を不許可にします。"],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["WordPress のカテゴリー URL には通常は接頭辞 %s が含まれます。この機能では接頭辞を削除します。"],"Category URLs":["カテゴリー URL"],"the archive for %s":["%sのアーカイブ"],"Redirect attachment URLs to the attachment itself?":["添付ファイル URL を添付ファイルそのものにリダイレクトしますか ?"],"We recommend you set this to Yes.":["「はい」に設定することをおすすめします。"],"Media & attachment URLs":["メディア・添付ファイル URL"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["検索結果内であなたのホームページを見つけたときに表示されるものです。ブランド名の検索時に見るであろうものを意味します。"],"date archives":["日付アーカイブ"],"archives for authors without posts":["未投稿の投稿者のアーカイブ"],"Read why XML Sitemaps are important for your site.":["サイトの XML サイトマップが重要な理由をお読みください。"],"Enable the XML sitemaps that %s generates.":["%s が生成する XML サイトマップを有効にします。"],"See the XML sitemap.":["XML サイトマップを表示"],"%2$s (current default for %1$s)":["%2$s (%1$sのデフォルト)"],"Media":["メディア"],"Content Types":["コンテンツタイプ"],"Should search engines follow links on this %1$s?":["検索エンジンにこの%1$sのリンクをたどらせますか ?"],"Allow search engines to show this %s in search results?":["検索エンジンに、この%sの検索結果への表示を許可しますか ?"],"Search Appearance":["検索での見え方"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["検索エンジンに表示させたいコンテンツタイプを指定してください。違いが分からない場合は、デフォルト設定を選択することをおすすめします。"],"Search engines should show \"%1$s\" in search results:":["検索エンジンは、検索結果に「%1$s」を表示すべきです:"],"Search engine visibility":["検索エンジンでの表示"],"Toggle %1$s's XML Sitemap":["%1$s の XML サイトマップを切り替える"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["ここで作成するサポートリクエストは私たちのサポートシステムに直接送られます。256 bit SSL により保護されているため、このやりとりは100%安全です。"],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["コーナーストーンコンテンツは、サイトの重要なコンテンツに目印をつけたり、絞り込みます。"],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["ビデオチュートリアルやナレッジベースで解決できない問題がある場合は、サポートチームにメッセージをお送りください。24時間受け付けています。"],"Good results":["良い結果"],"Get better search results in local search":["ローカル検索での検索結果を改善"],"Allow customers to pick up their %s order locally":["お客様が %s での注文をローカルで取得できるようにする"],"SEO analysis":["SEO 解析"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO 解析は、テキストの SEO を改善提案を提供します。"],"Learn how the SEO analysis can help you rank.":["SEO 分析がいかにランク向上に貢献するか学びましょう。"],"The readability analysis offers suggestions to improve the structure and style of your text.":["可読性分析は、テキスト構造とスタイルを改善するための提案を提供します。"],"Discover why readability is important for SEO.":["SEO で可読性が重要な理由を理解しましょう。"],"Find out how cornerstone content can help you improve your site structure.":["コーナーストーンコンテンツがサイト構造の向上にどのように役立つか学びましょう。"],"The text link counter helps you improve your site structure.":["テキストリンクカウンターは、サイト構造の改善を手助けします。"],"Find out how the text link counter can enhance your SEO.":["テキストリンクカウンターが SEO をどのように強化させるか学びましょう。"],"%s integration":["%s 連携"],"Read more about how %s works.":[" %s のより詳しい仕組みはこちら。"],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["サイトを Facebook などのソーシャルメディアでシェアする際、画像と抜粋テキストつきのプレビューを表示するには、この機能を有効化してください。"],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["サイトを Twitter でシェアする際、画像と抜粋テキストつきのプレビューを表示するには、この機能を有効化してください。"],"Find out why you should upgrade to %s":["%s にアップグレードすべき理由"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["%1$s の最新ブログ"],"Need help?":["ヘルプが必要ですか ?"],"Remove highlight from the text":["テキストからハイライトを削除"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["%1$s %2$s設定ウィザード%3$sを使用してすぐに始めましょう!"],"First-time SEO configuration":["初回 SEO 設定"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["サイト言語は {language} に設定されています。異なる場合、サイト管理者に連絡して下さい。"],"Your site language is set to {language}.":["サイト言語が {language} に設定されています。"],"Highlight this result in the text":["この結果をテキストで強調表示"],"Considerations":["検討事項"],"Errors":["エラー"],"Change language":["言語変更"],"You cannot create a %s file.":["%s ファイルを作成できません。"],"You cannot edit the %s file.":["%s ファイルを編集できません。"],"Updated %s":["%s を更新しました"],"Create %s file":["%s を作成"],"Edit the content of your %s:":["%s の内容を編集:"],"Save changes to %s":["%s の変更を保存"],"%s file":["%s ファイル"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s と %2$s は、補助プラグインを追加するとより高度な連携が可能となります。%3$s をインストールして、より良い暮らしを送りましょう。%4$s。"],"More information":["詳細情報"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s と %2$s は、補助プラグインを追加するとより高度な連携が可能となります。%3$s を有効化して、より良い暮らしを送りましょう。"],"More information about %1$s":["%1$s の詳細情報"],"Configuration Wizard":["設定ウィザード"],"You've done it!":["完了しました"],"Seamlessly integrate %1$s into your AMP pages!":["%1$s と AMP ページをシームレスに連携 !"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["%2$s と%1$s をシームレスに連携し、コンテンツを分析します。"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s と %2$s は、補助プラグインを追加するとより高度な連携が可能となります。%3$s をインストールして、より良い暮らしを送りましょう。"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["最も重要な%1$sを「コーナーストーンコンテンツ」としてマークして、サイト構造を改善しましょう。%2$sコーナーストーンコンテンツの詳細はこちら%3$s。"],"Loading help center.":["ヘルプセンターを読み込んでいます。"],"Get support":["サポートを受ける"],"(Opens in a new browser tab)":["(新しいブラウザータブで開く)"],"Posts %1$swithout%2$s a focus keyphrase":["フォーカスキーフレーズを%1$s持たない%2$s投稿"],"Hey, your SEO is doing pretty well! Check out the stats:":["サイトの SEO はなかなかいい調子です。統計情報をチェックしてみてください。"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["公開済みの投稿がありません。最初の投稿をすると、SEO スコアがここに表示されます !"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["このページでは、サイト名を変更し、区切りを選択することができます。区切りは、例として投稿タイトルとサイト名の間に表示されます。記号は検索結果に表示される長さで表示されます。ブランドに合うものを選択するか、スニペット内のスペースを最小限に抑えます。"],"Something else":["その他"],"A portfolio":["ポートフォリオ"],"A corporation":["企業"],"A small offline business":["小規模なオフラインビジネス"],"A news channel":["ニュースチャンネル"],"An online shop":["オンラインショップ"],"A blog":["ブログ"],"What does the site %1$s represent?":["%1$s はどんなサイトですか ?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["いいえを選択すると、投稿者アーカイブを停止し、コンテンツが重複する問題を防ぎます。"],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["注: 個人データは一切保存しませんし、アカウントへフルアクセスするものではありません。\nあなたのプライバシーは安全です。"],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s は、サイト所有者にとっての必須ツール Google サーチコンソールと連携します。サイトの健全性についての情報の取得が可能です。Google アカウントを持っていない、または有効化していない場合、%2$sサイトを Google サーチコンソールに接続する方法%3$sをご確認ください。"],"Option B: My site is under construction and should not be indexed":["選択肢 B: サイト構築中で、インデックスを希望しない"],"Option A: My site is live and ready to be indexed":["選択肢 A: サイト公開中で、インデックスされる準備ができている"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["検索エンジンのインデックスからサイトの除外を続けるには、構築中を選択します。サイトを公開する準備ができたら、忘れずに有効化してください。"],"Please specify if your site is under construction or already active.":["サイトが構築中か、またはすでに公開済みかを指定してください。"],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["この情報は、検索結果右側に表示される大きな情報ブロック「Google ナレッジグラフカード」に使用されます。"],"Read more like this on our SEO blog":["弊社の SEO ブログで似た記事を読む"],"Readability: %s":["可読性: %s"],"Not activated":["有効化済みではありません"],"Activated":["有効化済み"],"%1$s recommendations for you":["%1$s によるおすすめ"],"All Readability Scores":["合計可読性スコア"],"Filter by Readability Score":["可読性スコアで絞り込む"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["更新やサポートの対象外です。問題を解決するには、%2$s でサイトを追加し、%1$s を有効にしてください。"],"Request method %1$s is not valid.":["リクエストメソッド %1$s は無効です。"],"Muted notifications:":["お知らせを非表示にする:"],"Muted problems:":["問題点を非表示にする:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["%1$s でこの投稿をシェアしたときの見た目のプレビューは、%2$s で可能です。"],"Good job! All the links in your texts have been counted.":["テキストのすべてのリンク数をカウント完了しました。"],"Calculation completed.":["計算が完了しました。"],"Calculation in progress...":["計算中…"],"Stop counting":["カウントを中止"],"Counting links in your texts":["テキストのリンク数をカウント中"],"Text %1$s of %2$s processed.":["%2$s件中%1$s件のテキストを処理しました。"],"All your texts are already counted, there is no need to count them again.":["すべてのテキストがすでにカウントされているため、再カウントする必要はありません。"],"Count links in your texts":["テキストのリンク数をカウント"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":[""],"Text link counter":["テキストリンクカウンター"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["この投稿にリンクしている内部リンク数。詳細はヘルプタブの「Yoast Columns」テキストを参照してください。"],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["この投稿内の内部リンク数。詳細はヘルプタブの「Yoast Columns」テキストを参照してください。"],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":[""],"%s Columns":["%sカラム"],"Readability score":["可読性スコア"],"Other benefits of %s for you:":["%s のその他の利点:"],"Scroll to see the preview content.":["コンテンツのプレビューを見るにはスクロールしてください。"],"Cornerstone content":["コーナーストーンコンテンツ"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s はこれから、サイトに必要な技術的最適化をすべて処理します。検索結果でサイトのパフォーマンスを本当に向上するには、関心のあるキーワードで上位になるようなコンテンツを作り始めることが重要です。投稿やページを編集するときに %1$s メタボックスを使用する方法を説明したこの動画をご覧ください。"],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["あなたの特定の町や地方での競争で抜きんでたければ、私たちの %1$s プラグインをチェックしてください!簡単にGoogleマップ、営業時間、連絡先、ストアロケーターなどを挿入できるようになります。そのうえ %1$s は、あなたの連絡先ページの使いやすさを向上します。"],"Attract more customers near you":["周りにいるお客様を呼び込みましょう"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["%1$s プラグインのすべてを知りたいですか ? 高度な設定についてのすべてを学びたいですか ? %1$s プラグインを最大限に活用したいですか ? %1$s プラグイントレーニングをチェックして、競争で優位に立ちましょう !"],"Get the most out of %1$s with the %2$s":["%2$s で %1$s を最大限に活用"],"Upgrade to Premium":["Premium にアップグレード"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["競争で優位に立ちたいですか ? %1$s はプロのような SEO 戦略の立ち上げに役立つ、素晴らしい追加機能を提供します。同義語や関連キーワードを追加し、プレミアム SEO 解析、リダイレクトマネージャ、内部リンクツールを使用しましょう。%1$s はさらに、有料サポートも利用可能です。"],"Outrank the competition with %s":["%s を使って競争に勝ち抜きましょう"],"You might like":["こちらもおすすめ"],"Newsletter":["メールマガジン"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["まだこのウィザードを完了していないことを検出しました。%2$s設定ウィザードを使って%1$s %3$sを設定することをおすすめします。"],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["設定ウィザードを使用すると、最適な SEO 設定になるようサイトを簡単にセットアップできます。"],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["プレミアム版にアップグレードすれば、プラグインの設定と使用についての質問に専門家がお答えします。"],"Superfast internal linking suggestions":["すばやい内部リンクの提案"],"Great news: you can, with %1$s!":["朗報: %1$s で可能です !"],"Save changes":["変更を保存"],"1 year free support and updates included!":["1年間の無料更新とアップグレードを含みます。"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["%2$s プラグインは、検索エンジンと通常のユーザーを区別してサイトの出力を変更する「クローキング」と呼ばれる処理を行います。無効にすることを強くおすすめします。"],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sソーシャルメディアのプレビュー%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sデッドリンクとは無縁に%2$s: かんたんリダイレクト管理"],"No ads!":["広告なし !"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["ソーシャルメディアのプレビュー"],"Easy redirect manager":["かんたんリダイレクト管理"],"No more dead links":["リンク切れもなし"],"Increase your SEO reach":["SEO リーチを拡大"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["すばらしいコンテンツを作成するため、さらに助けが必要な場合は %2$sSEO コピーライティングコース%3$sをご覧ください。プラグインの機能をすべて知るには、%1$s をご検討ください。"],"Variable":["変数"],"Available variables":["利用可能な変数"],"Scroll to see the table content.":["テーブルの内容を表示するにはスクロールしてください。"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["お手伝いが必要な場合は、%1$sサイトを Google サーチコンソールに接続する方法についての記事%2$sを参照してください。"],"An error occurred in the '%1$s' assessment":["%1$s評価の際にエラーが発生しました"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$sの単語に%2$s%3$s以上のシラブル%4$sが含まれています。おすすめの最大値%5$sを超過しています。"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$sの単語に%2$s%3$s以上のシラブル%4$sが含まれています。おすすめの最大値%5$sと同じか下回っています。"],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["推奨最低値である%5$d語をやや下回っています。%3$sもう少し文章を追加してください%4$s。"],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["メタディスクリプションに%2$s%3$s単語以上%4$s含まれる文章が%1$d文あります。文章を短くしてみましょう。"],"The meta description contains no sentences %1$sover %2$s words%3$s.":["メタディスクリプションに%1$s%2$s語以上の文%3$sが含まれていません。"],"No new notifications.":["新しい通知はありません。"],"Save all":["すべて保存"],"Save":["保存"],"%1$s, Author at %2$s":["%1$s (%2$s の投稿者)"],"Mobile preview":["モバイルプレビュー"],"Desktop preview":["デスクトッププレビュー"],"Select redirect":["リダイレクトを選択"],"Please provide an SEO title by editing the snippet below.":["SEO で重要な Title タグは、以下のスニペットから編集できます。"],"Meta description preview:":["メタディスクリプションのプレビュー:"],"Slug preview:":["スラッグをプレビュー:"],"SEO title preview:":["SEO タイトルのプレビュー:"],"Close snippet editor":["スニペットエディターを閉じる"],"Slug":["スラッグ"],"Remove marks in the text":["文章からマークを除去する"],"Mark this result in the text":["この結果をテキストにマークする"],"Marks are disabled in current view":["現在のビューでマークが無効になっています"],"Good SEO score":["非常に良い SEO スコアです"],"OK SEO score":["SEO スコアは OK です"],"Feedback":["フィードバック"],"ok":["ok"],"Choose an image":["画像を選択する"],"Remove the image":["画像を削除する"],"MailChimp signup failed:":["MailChimp の登録に失敗しました:"],"Sign Up!":["登録"],"Name":["名前"],"There is an error with the request.":["リクエストにエラーがあります。"],"Select profile":["プロフィールを選択"],"Choose a profile":["プロフィールを選択"],"Authorization code":["認証コード"],"Reauthenticate with Google":["Google で再認証する"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["%s がGoogle サーチコンソールの情報を取得するのを許可するには Google 認証コードを入力してください。下のボタンをクリックすると新しいウィンドウが開きます。"],"Please provide a meta description by editing the snippet below.":["以下のスニペットを編集し、メタディスクリプションを入力してください。"],"Edit snippet":["スニペットを編集"],"You can click on each element in the preview to jump to the Snippet Editor.":["プレビューで各要素をクリックすると、スニペットエディターにジャンプできます。"],"Close the Wizard":["ウィザードを閉じる"],"Export settings":["設定のエクスポート"],"%1$s video tutorial":["%1$s チュートリアル動画"],"%s › Configuration Wizard":["%s › 設定ウィザード"],"Please don't show me this notification anymore":["今後この通知を表示しない"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["問題がありましたら、%1$sバグをご報告%2$sください。最善を尽くしてお手伝いします。"],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["%1$s を継続してご利用いただき、ありがとうございます。ご満足いただましたら幸いです。差し支えなければ %2$sWordPress.org で5つ星評価をいただけたら%3$s大感激です。"],"Courses":["コース一覧"],"Date archives settings":["日付別アーカイブの設定"],"Author archives settings":["投稿者アーカイブ設定"],"%1$s by %2$s":["%1$s x %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["警告:%sはこのテンプレートでは利用できません。詳細はヘルプセンターにてお尋ねください。"],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["%1$sプレミアムプラグイン%2$sについてご存知でしたか ? リダイレクト管理や複数キーフレーズのサポートといった高度な機能を提供します。また、24時間年中無休のパーソナルサポートも付いています。"],"(no title)":["(タイトルなし)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["%1$s 管理バーメニューには、ページを分析するためのサードパーティーツールへの便利なリンクが含まれており、新しい通知があるかどうかを簡単に確認できます。"],"Admin bar menu":["管理バーメニュー"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["機能"],"SEO title":["SEO タイトル"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["%1$s のセットアップをできるだけ簡単にするよう努めていますが、限界があります。私たちによる %1$s の代理設定をご希望でしたら、%3$s%1$s 初期設定サービス%4$sをご利用ください ! %2$s もついてきます。"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["%1$s 設定ウィザードへようこそ。数個の簡単なステップで、サイトで必要な SEO 設定をお手伝いします。"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google は検索結果にサイト名を表示します。もし変更したい場合にはここで変更できます。"],"Greater than sign":["大なり記号"],"Less than sign":["小なり記号"],"Right angle quotation mark":["右角引用符"],"Left angle quotation mark":["左角引用符"],"Small tilde":["小文字のチルダ (~)"],"Vertical bar":["縦棒"],"Low asterisk":["下アスタリスク"],"Asterisk":["アスタリスク"],"Bullet":["箇条書き点"],"Middle dot":["中黒"],"Em dash":["Em ダッシュ"],"En dash":["En ダッシュ"],"Dash":["ダッシュ"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["タイトル区切りに使用する記号を選択してください。たとえば、投稿のタイトルとサイト名の間に表示されます。記号は検索結果に表示されるサイズで表示されます。"],"The name of the person":["人物の名前"],"No":["いいえ"],"Yes":["はい"],"Does, or will, your site have multiple authors?":["サイトに複数の投稿者がいますか ?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress は、ライブラリ内の各メディアの URL を自動的に生成します。これを有効にすると、Google は生成された URL のインデックスを作成します。"],"Success!":["成功しました。"],"Title settings":["タイトル設定"],"Google Search Console":["Google サーチコンソール"],"Multiple authors":["複数の作成者"],"Site type":["サイトタイプ"],"Environment":["環境"],"Yoast option %1$s not found.":["Yoast オプション %1$s が見つかりませんでした。"],"Google Structured Data Test":["Google 構造化データテスト"],"Posts list":["投稿リスト"],"Posts list navigation":["投稿リストナビゲーション"],"Filter posts list":["投稿リストの絞り込み"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["アーカイブへのリンクは、テーマによって出力されている可能性があり、個別に削除が必要であることに注意してください。"],"%1$s to optimize your site even further":["サイトをさらに最適化する %1$s"],"%1$s extensions":["%1$s 機能拡張"],"Comes with our 30-day no questions asked money back guarantee":["30日間の無条件返金保証付きです"],"More information %1$sabout %3$s%2$s":["%1$s%3$sに関する%2$s詳細情報"],"Installed":["インストール済み"],"gain access to our 24/7 support team.":["24 / 7サポートチームにアクセスできます。"],"Premium support":["プレミアムサポート"],"check what your Facebook or Twitter post will look like.":["Facebook や Twitter での見た目を確認しましょう。"],"Social previews":["ソーシャルプレビュー"],"create and manage redirects from within your WordPress install.":["WordPress のインストールディレクトリ配下のリダイレクトを作成・管理します。"],"Redirect manager":["リダイレクトマネージャー"],"%1$s, take your optimization to the next level!":["%1$s、最適化を次のレベルに !"],"A seamless integration between %1$s and %2$s":["%1$s と %2$s をシームレスに連携"],"Use %1$s breadcrumbs instead of %2$s ones":["%2$s のパンくずリストを %1$s に変更"],"Easily insert Google Maps, a store locator, opening hours and more":["Google マップ、店舗所在地、営業時間などを簡単に挿入"],"Creates XML News Sitemaps":["XML ニュースサイトマップを作成"],"Immediately pings Google on the publication of a new post":["新しい投稿の公開をすぐに Google へ通知"],"Optimize your site for Google News":["Google ニュース用にサイトを最適化"],"Make videos responsive through enabling fitvids.js":["fitvids.js を有効化して動画をレスポンシブにする"],"Enhance the experience of sharing posts with videos":["動画つき投稿のシェア体験を強化"],"Show your videos in Google Videos":["Google ビデオ内に動画を表示"],"Crawl issues list":["クロールの問題のリスト"],"Crawl issues list navigation":["クロールの問題のリストのナビゲーション"],"Edit “%s”":["“%s” を編集"],"Premium":["プレミアム"],"Google Trends":["Google トレンド"],"Notifications":["通知"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["メタボックスからフォーカスキーフレーズのタブを削除し、SEO に関連する提案機能をすべて停止します。"],"Disable SEO analysis":["SEO 解析を無効化"],"Twitter settings":["Twitter 設定"],"Pinterest settings":["Pinterest 設定"],"Facebook settings":["Facebook 設定"],"Title separator symbol":["タイトル区切り記号"],"RSS feed settings":["RSS フィード設定"],"Breadcrumbs settings":["パンくずリストの設定"],"Make primary":["メインにする"],"Enter your Google Authorization Code and press the Authenticate button.":["Google の認証コードを入力して、「認証」のボタンを押してください。"],"%s notification":["%s件の通知"],"Disable readability analysis":["可読性解析を停止"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["メタボックスに可読性タブを表示しないようにし、読みやすさに関連する提案機能をすべて無効化します。"],"Readability analysis":["可読性解析"],"Needs improvement":["改善が必要"],"Readability":["可読性"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["未軽量化ファイルを読み込もうとしています。開発用パッケージでのみ利用可能です。すべてのソースファイルは %1$s からご覧ください。"],"Improvements":["改善"],"Restore this item.":["この項目を復元します。"],"Dismiss this item.":["この項目を非表示にします。"],"Good job! We could detect no serious SEO problems.":["SEO の深刻な問題は検出できませんでした。"],"We have detected the following issues that affect the SEO of your site.":["サイトの SEO に影響を与える次の問題を検出しました。"],"Problems":["問題点"],"Analysis":["解析"],"Not available":["利用できません"],"Filter by SEO Score":["SEO スコアで絞り込む"],"Meta description not set.":["メタディスクリプションが設定されていません。"],"Video tutorial":["チュートリアル動画"],"Email support is a %s feature":["メールサポートは%sの機能です。"],"Knowledge base":["ナレッジベース"],"Open":["開く"],"Dashboard":["ダッシュボード"],"You can fix this on the %1$sPermalink settings page%2$s.":["これは%1$sパーマリンク設定ページ%2$sで修正できます。"],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["コメントのページングが有効です。これは1000件のうち999件では不要ですので、無効にすることをおすすめします。"],"Replaced with the primary category of the post/page":["投稿 / 固定ページのメインカテゴリーに置き換えました"],"Pinterest confirmation":["Pinterest の確認"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Pinterest でサイトをすでに認証済みの場合は、以下のステップをスキップすることができます。"],"Format-based archives":["形式ベースアーカイブ"],"Webmaster Tools verification":["ウェブマスターツールの検証"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["WordPressトレーニングの %1$s をフォローして、認定 %1$s エキスパートになろう !"],"Want to be a %s Expert?":["%s エキスパートになりたいですか ?"],"Buy %s":["%s を購入"],"Show information about errors in category %s":["%s カテゴリー内のエラーに関する情報を表示する"],"New %1$s Title":["新規 %1$s タイトル"],"Existing %1$s Title":["既存の %1$s タイトル"],"Expected an integer as input.":["整数を入力してください。"],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["サイトマップのキャッシュキーを作成しようとしましたが、ポストフィックスとプレフィクスの組み合わせが狭すぎます。想定範囲外のページをリクエストしているようです。"],"Remove":["削除"],"Keep":["維持"],"Bold the last page":["最後のページを太字にする"],"Regular":["標準"],"Bold":["太字"],"Show Blog page":["ブログページを表示"],"Primary %s":["メイン%s"],"Primary":["メイン"],"Make %1$s primary %2$s":["%1$sをメインの%2$sにする"],"Term is set to noindex.":["タームが noindex に指定されている"],"Author archives":["投稿者アーカイブ"],"Show":["表示"],"Enabled":["有効"],"Disabled":["無効"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s はサイトのインデックス性ステータスを %2$s からまだ取得していません"],"The separator defined in your theme's %s tag.":["セパレータはテーマの %s タグで定義されています。"],"No index":["インデックスされていません"],"Analyze entire site":["サイト全体を解析する"],"Fetch the current status":["現在のステータスを取得"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%2$s は %4$s から%1$sサイトのインデックス可否状態をフェッチできませんでした%3$s"],"Your homepage can be indexed by search engines.":["ホームページは検索エンジンによりインデックスされます。"],"Indexability check by %1$s":["%1$s によるインデクサビリティチェック"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["%1$s での共有に画像を使いたい場合は、ここで画像をアップロード / 選択するか、画像の URL を追加してください。"],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["%1$s で共有する際に実際のメタディスクリプションを使いたくない場合は、ここに代わりの文章を入力してください。"],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["%1$s で共有する際に実際のタイトルを使いたくない場合は、ここに代わりのタイトルを入力してください。"],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sサイトが検索エンジンでインデックスできません%2$s。SEO 上非常に悪く、修正が必要です。"],"Once Weekly":["週1回"],"Add-ons":["アドオン"],"SEO score":["SEO スコア"],"Twitter metadata":["Twitter メタデータ"],"Facebook / Open Graph metadata":["Facebook / Open Graph メタデータ"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["フォーカスキーフレーズを使用して、コンテンツ全体の SEO スコアを再計算します。"],"%1$s of %2$s done.":["%1$s / %2$s 完了。"],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["SEO スコアのアルゴリズムを更新しました。%1$s ここをクリックして、すべての投稿と固定ページの SEO スコアを再計算します。%2$s"],"Team Yoast":["チーム Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["WordPress のオールインワン型 SEO ソリューションを提供します。ページコンテンツの解析や XML サイトマップなど様々な機能があります。"],"Yoast SEO":["Yoast SEO"],"Activation failed:":["有効化に失敗しました:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["フィルタ拡張機能が使用できません。ホスティング会社に有効化するよう問い合わせてください。"],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["%1$s プラグインのインストールが不完全です。%2$sインストール手順%3$sに従ってください。"],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Standard PHP Library (SPL) 拡張機能が利用できないようです。ホスティング会社に有効にするよう問い合わせてください。"],"SEO Settings":["SEO 設定"],"Mobile-Friendly Test":["モバイル対応テスト"],"Google Page Speed Test":["Google PageSpeed Insights"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML Validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["ヘッダーをチェック"],"Check Google Cache":["Google キャッシュをチェック"],"Analyze this page":["このページを分析する"],"Keyword Research":["キーワードのリサーチ"],"%s does not seem to be a valid url. Please correct.":["%s は、有効なURLではないようです。修正してください。"],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s は有効な %2$s 確認用の文字列ではないようです。修正してください。"],"%s Archive":["%s アーカイブ"],"You searched for %s":["検索結果: %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s は有効な Twitter ユーザー ID ではないようです。修正してください。"],"Summary with large image":["大きな画像付きの概要"],"Summary":["概要"],"The post %1$s appeared first on %2$s.":["投稿 %1$s は %2$s に最初に表示されました。"],"No numeric value was received.":["数字の値を受け取れませんでした。"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["これはすでに存在するブログである必要があります。ブログ %s は存在しないか、削除されています。"],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["デフォルトブログ設定は、デフォルトで使いたいブログの ID の数字である必要があります。"],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s は %2$s 設定へのアクセスを許可するユーザーの選択としては正しくありません。デフォルトに戻しました。"],"Please select a valid post type for taxonomy \"%s\"":["タクソノミー \"%s\" の正しい投稿タイプを選んでください。"],"Please select a valid taxonomy for post type \"%s\"":["投稿タイプ \"%s\" の正しいタクソノミーを選んでください。"],"You searched for":["検索結果:"],"Home":["ホーム"],"Archives for":["アーカイブ: "],"Error 404: Page not found":["エラー 404: ページが見つかりません。"],"Good":["良い"],"Replaced with a custom taxonomies description":["カスタムタクソノミー説明文に置き換えられます"],"Replaced with a posts custom taxonomies, comma separated.":["カンマで区切られた投稿のカスタムタクソノミーに置き換えられます"],"Replaced with a posts custom field value":["現在の投稿カスタムフィールド値に置き換えられます"],"Replaced with the slug which caused the 404":["404の原因になるスラッグに置き換えられます"],"Replaced with the posts focus keyphrase":["投稿のフォーカスキーワードに置き換えられます"],"Attachment caption":["添付ファイルのキャプション"],"Replaced with the current page number":["現在のページナンバーに置き換えられます"],"Replaced with the current page total":["現在のページ数合計に置き換えられます"],"Replaced with the current page number with context (i.e. page 2 of 4)":["現在のページ数に置き換えられます (例: ページ 2/4)"],"Replaced with the post/page author's 'Biographical Info'":["投稿やページの投稿者のプロフィールに置き換えられます"],"Replaced with the post/page author's 'nicename'":["投稿 / ページの投稿者のニックネームに置き換えられます"],"Replaced with the post/page ID":["投稿 / ページの ID に置き換えられます"],"Replaced with the post/page modified time":["投稿/ページの更新時刻に置き換えられます"],"Replaced with the content type plural label":["コンテンツタイプの複数形ラベルで置き換えられます"],"Replaced with the content type single label":["コンテンツタイプの単数形ラベルで置き換えられます"],"Replaced with the current search phrase":["現在の検索語に置き換えられます"],"Replaced with the term name":["ターム名に置き換えられます"],"Replaced with the term description":["ターム説明文に置き換えられます"],"Replaced with the tag description":["タグ説明文に置き換えられます"],"Replaced with the category description":["カテゴリー説明文に置き換えられます"],"Replaced with the post categories (comma separated)":["投稿のカテゴリー (カンマで区切り) に置き換えられます"],"Replaced with the current tag/tags":["現在のタグに置き換えられます"],"Replaced with the post/page excerpt (without auto-generation)":["投稿/ページの抜粋 (自動生成しません) に置き換えられます"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["投稿/ページの抜粋 (存在しない場合は自動生成されます) に置き換えられます"],"The site's name":["サイト名"],"Replaced with the title of the parent page of the current page":["現在のページの親ページのタイトルに置き換えられます"],"Replaced with the title of the post/page":["投稿/ページのタイトルに置き換えられます"],"Replaced with the date of the post/page":["投稿や固定ページの日時に置き換えられます"],"Page %1$d of %2$d":["ページ %1$d / %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["同名の変数を登録しても、WPSEO 標準の変数置換を再定義することはできません。置換用の値を調整するのではなく \"wpseo_replacements\" フィルターを使用してください。"],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["既に使用されている置換変数名に変更しようとしています。もっとユニークな変数名にしましょう。"],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["置換変数は \"%%cf_\" または \"%%ct_\" で始めることはできません。これらはカスタムフィールドおよびカスタムタクソノミーの WPSEO 標準変数用変数として予約されているためです。変数名を一意にしてみてください。"],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["変数名を変更してください。アルファベット、数字、アンダーラインとハイフンのみ使用できます。"],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["管理者の方へ: ページにメタディスクリプションがないため、表示されません。ページ固有に記入するか、[%1$s - %2$s] メニューに移動してテンプレートを設定します。"],"Page not found":["ページが見つかりませんでした"],"%s Archives":["%s アーカイブ"],"Search for \"%s\"":["\"%s\"の検索結果"],"Meta description to use for Author page":["投稿者ページに使用するメタディスクリプション"],"Title to use for Author page":["投稿者ページに使用するタイトル"],"%1$s settings":["%1$s の設定"],"Export your %1$s settings":["%1$s の設定をエクスポートする"],"Import settings":["設定のインポート"],"Import from other SEO plugins":["他の SEO プラグインからインポート"],"Import":["インポート"],"If you had a %s file and it was editable, you could edit it from here.":[" %s ファイルが存在し、編集可能であれば、こちらより編集可能です。"],"If your %s were writable, you could edit it from here.":["%s が書き込み可能な場合、ここから編集することができます。"],"You don't have a %s file, create one here:":["%s ファイルがありません。ここで新規作成できます:"],"A link to your site, with your site's name and description as anchor text.":["サイト名と説明文のアンカーテキスト付きのサイトへのリンクです。"],"A link to your site, with your site's name as anchor text.":["サイト名のアンカーテキスト付きのサイトへのリンクです。"],"A link to the post, with the title as anchor text.":["タイトルのアンカーテキスト付きの投稿へのリンクです。"],"A link to the archive for the post author, with the authors name as anchor text.":["投稿者名のアンカーテキスト付きの投稿者のアーカイブへのリンクです。"],"You can use the following variables within the content, they will be replaced by the value on the right.":["コンテンツ内で次の変数を使用することができ、右側の値に置き換えられます。"],"Content to put after each post in the feed":["フィードの各投稿の後に表示するコンテンツ"],"Content to put before each post in the feed":["フィード内の各投稿の前に置くためのコンテンツ"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["この機能は自動的に RSS にコンテンツを追加するために使用されます。さらに具体的に言うと、それはあなたのブログやブログ投稿へ戻るリンクを追加します。まぬけなコンテンツ窃盗者は、自動的にこうしたリンクも追加してしまうため、検索エンジンがあなたのブログをコンテンツのオリジナルのソースとして識別するのに役立ちます。"],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["パンくずリスト機能の使い方は %1$sナレッジベース記事%2$sに掲載されています。"],"How to insert breadcrumbs in your theme":["テーマにパンくずリストを挿入する方法"],"Blog":["ブログ"],"Content type archive to show in breadcrumbs for taxonomies":["タクソノミーのパンくずリストで表示するコンテンツタイプアーカイブ"],"Taxonomy to show in breadcrumbs for content types":["コンテンツタイプのパンくずリストに表示するタクソノミー"],"Breadcrumb for 404 Page":["404ページのパンくずリスト"],"Prefix for Search Page breadcrumbs":["検索ページのパンくずリストの接頭辞"],"Prefix for Archive breadcrumbs":["アーカイブのパンくずリストの接頭辞"],"Prefix for the breadcrumb path":["パンくずリストのパスの接頭辞"],"Anchor text for the Homepage":["ホームページ用のアンカーテキスト"],"Separator between breadcrumbs":["パンくずリストの間の区切り"],"Enable Breadcrumbs":["パンくずリストを有効にする"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["以下は公開済み投稿の SEO スコアです。今すぐ投稿の改善を始めましょう。"],"Credits":["クレジット"],"« Back to Tools page":["« ツールページに戻る"],"%1$s comes with some very powerful built-in tools:":["%1$s はパワフルなツールをいくつか内蔵しています:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["このツールを使用すると robots.txt や .htaccess などの、 SEO にとって重要なファイルを簡単に編集できます。"],"File editor":["ファイルエディタ"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["他の SEO プラグインの設定をインポートしたり、他のブログで再利用するために設定をエクスポートしたりできます。"],"Import and Export":["インポート・エクスポート"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["このツールを使用すると、すべての投稿や固定ページのタイトルやディスクリプションを一括で変更できます。"],"Bulk editor":["一括変更"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["%1$s サイトを Pinterest で認証するには%2$s、ここにメタタグを追加してください:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest は Facebook と同様に Open Graph のメタデータを利用するため、サイトを Pinterest に最適化するには Facebook タブにある Open Graph のチェックボックスにチェックを入れてください。"],"The default card type to use":["使用するデフォルトカードタイプ"],"Add Twitter card meta data":["Twitter card のメタデータを追加"],"This image is used if the post/page being shared does not contain any images.":["シェアした投稿や固定ページに画像が含まれていない場合、この画像を使用します。"],"Default settings":["デフォルト設定"],"Copy home meta description":["ホームのメタディスクリプションを複製"],"Description":["説明"],"Image URL":["画像 URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["トップページの Open Graph メタデータで使用されるタイトル、ディスクリプション、画像です。"],"Frontpage settings":["フロントページ設定"],"Add Open Graph meta data":["Open Graph メタデータを追加する"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter ユーザー名"],"Facebook Page URL":["Facebook ページの URL"],"Accounts":["アカウント"],"Restore site to defaults":["サイトをデフォルト状態に復元"],"Site ID":["サイト ID"],"Using this form you can reset a site to the default SEO settings.":["このフォームを使って、サイトをデフォルトの SEO の設定にリセットすることができます。"],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["プライバシーの観点でセンシティブなもの (FB 管理者など)、テーマ固有のもの (タイトルのリライト) サイト特有の設定などは、新しいブログにインポートされません。"],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["ネットワークに追加したサイトで、デフォルトとして設定を使用したい%1$sサイト ID%2$s を入力してください。設定しない場合は空欄にします (例: 通常のプラグインのデフォルトを使用します)。"],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["ネットワークに追加されたすべてのサイトに対してのデフォルトサイト設定を選んでください。「なし」を選ぶとプラグインのデフォルトを使います。"],"New sites in the network inherit their SEO settings from this site":["このサイトからの SEO 設定を継承するネットワーク内の新しいサイト"],"Super Admins only":["特権管理者専用"],"Site Admins (default)":["サイト管理者(デフォルト)"],"Who should have access to the %1$s settings":["%1$s の設定にアクセスできる人"],"spam":["スパム"],"mature":["mature"],"archived":["アーカイブ済み"],"public":["公開済み"],"%s restored to default SEO settings.":["%s SEO 設定をデフォルトに戻しました。"],"Settings Updated.":["設定をアップデートしました。"],"404 pages":["404ページ"],"Search pages":["検索ページ"],"These pages will be %s by default, so they will never show up in search results.":["これらのページはデフォルトで %s になるため、検索結果に表示されることはありません。"],"Special Pages":["特別ページ"],"Date-based archives could in some cases also be seen as duplicate content.":["日付ベースのアーカイブも場合によっては重複コンテンツになることがあります。"],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["この問題に該当する場合、無効にする (ホームページへリダイレクトさせる) か、%sを検索結果に表示されないように追加できます。"],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["投稿者が一人のブログの場合、投稿者アーカイブはホームページと同一になってしまうという、%1$s重複コンテンツ問題%2$sと呼ばれる問題が起きます。"],"Date archives":["日付アーカイブ"],"author archives":["投稿者アーカイブ"],"Title":["タイトル"],"%1$s Meta Box":["%1$s メタボックス"],"Hide":["非表示"],"Date in Snippet Preview":["スニペットプレビューの日付"],"Take note:":["注意:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["ホームページとフロントページ"],"Title Separator":["タイトル区切り"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s は、ページのタイトルを書き換える必要があるかどうかを自動検出します。 それが間違っていて、どう変更すればいいか知っているなら、ここで設定を変更できます。"],"Force rewrite titles":["タイトルを強制的に書き換える"],"Taxonomies":["タクソノミー"],"Homepage":["ホームページ"],"%1$s Extensions":["%1$s 拡張機能"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["WooCommerce を %1$s とシームレスに統合したり追加機能を使えるようにしたりします!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Google マップのランキングで上位になりましょう!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Google ニュースに表示されてますか? 最適化してGoogle ニュースからのトラフィックを増やしましょう!"],"Optimize your videos to show them off in search results and get more clicks!":["動画を最適化して検索結果に表示させ、もっとクリックされるようにします!"],"The premium version of %1$s with more features & support.":["追加機能とサポートが得られるプレミアム版の %1$s です。"],"Person":["人"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["このデータはサイトのメタデータとして表示されます。%1$sGoogle ナレッジグラフ%2$sに表示されることを意図しています。個人または組織のいずれかを選択可能です。"],"Website name":["サイト名"],"Webmaster Tools":["ウェブマスターツール"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["投稿やページの URL に postname がありません。 postname を含めることを強くお勧めします。パーマリンク構造を /%postname%/ に設定することを検討してください。"],"RSS":["RSS"],"Breadcrumbs":["パンくずリスト"],"or":["または"],"Save Profile":["プロファイルの保存"],"There were no profiles found":["プロファイルがありません"],"Profile":["プロフィール"],"Current profile":["現在のプロファイル"],"Authenticate":["認証"],"Get Google Authorization Code":["Google 認証コードを取得する"],"Reload crawl issues":["クロールの問題をリロード"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["リダイレクトを作成してこの問題を修正するには %1$s が必要です。%2$sで、1年間のサポートと更新が含まれるプラグインを購入できます。"],"Creating redirects is a %s feature":["リダイレクトを設定するのは %s 機能です。"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["フィーチャフォン用の Googlebot がサイトをクロール中にエラーが起こりました。( デスクトップ用ではエラーはありません )"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Googlebot-Mobile がサイトをクロール中にエラーが起こりました。( デスクトップ用ではエラーはありません )"],"Errors that occurred when your site was crawled by Googlebot.":["Googlebot がサイトをクロールした時にエラーが起きました。"],"Issue categories":["問題のカテゴリー"],"Incorrect Google Authorization Code.":["Google 認証コードが間違っています。"],"The issues have been successfully reloaded!":["問題は再読み込みで解決されました。"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s のデータを削除しました。削除したデータを戻す場合、再認証が必要です。"],"Crawl errors per page":["ページごとのクロールエラー"],"Search":["検索"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["クロールエラーを見逃さないようにしましょう: %1$sGoogle Search Console と接続してください%2$s。"],"Create redirect":["リダイレクトの設定"],"Mark as fixed":["修正済みとする"],"Response code":["レスポンスコード"],"First detected":["最初の検出"],"Last crawled":["最終クロール"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s はあなたが%1$sと互換性のない、%2$sのバージョンを使用していることを検出しました。この機能を使用するにはバージョン%2$s を最新のバージョンへ更新してください。"],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast プラグインは、プラグイン間でコードを共有してサイトをより速くします。このため、すべての Yoast プラグインを最新にする必要があります。最新ではないものがあるようですので、すべての Yoast プラグインを更新してください。"],"Feature phone":["フィーチャーフォン"],"Smartphone":["スマートフォン"],"Desktop":["デスクトップ"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["ターゲット URL が存在しないのに、サーバーから 404(ファイルが見つかりません)エラーが返されません。"],"Soft 404":["ソフト 404"],"Request timed out or site is blocking Google.":["リクエストがタイムアウトしたか、サイトが Googlebot をブロックしています。"],"Server Error":["サーバーエラー"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot はサイトにアクセスできますが、一部の URL が %1$s ファイルで Googlebot をブロックしています。Googlebot すべてのブロック、Googlebot-mobile のみのブロックのどちらでも発生します。"],"Blocked":["ブロック"],"Google was unable to crawl this URL due to an undetermined issue.":["Googlebot は不明なエラーのためこの URL をクロールできませんでした。"],"URL points to a non-existent page.":["URL が存在しないページを指しています。"],"Not found":["見つかりません"],"Not followed":["フォローされていません"],"Faulty redirects":["リダイレクトのエラー"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Googlebot はサイトの URL をクロールできませんでした。サーバーでページのアクセスに認証が必須となっているか、Googlebot によるサイトへのアクセスがブロックされていることが原因です。"],"Access denied":["アクセスが拒否されました"],"Deactivate %s":["%s を無効化"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s プラグインを %2$s と併用すると問題が起きる可能性があります。"],"Upload Image":["画像をアップロード"],"Remove these ads?":["広告を無くしたいですか ?"],"%s Posts Overview":["%s 投稿の概要"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["パンくずリストのタイトルは、このタクソノミーが表示されるぱんくずリストで使用されます。"],"Breadcrumbs title":["パンくずリストのタイトル"],"The canonical link is shown on the archive page for this term.":["カノニカルリンクは、この語句のアーカイブページに表示されています。"],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["その他"],"Archives":["アーカイブ"],"Email":["メール"],"Close":["閉じる"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s と %2$s の両方が XML サイトマップを生成できる状態です。複数のサイトマップは検索エンジンにとって良くないだけでなく、サイトの速度を遅くする原因にもなります。"],"Configure %1$s's Open Graph settings":["%1$s のオープングラフを設定する"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s 用の画像"],"%s Description":["%s 用ディスクリプション"],"%s Title":["%s 用タイトル"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["%1$s の推奨画像サイズは %2$spx です。"],"If you want to override the image used on %s for this post, upload / choose an image here.":["投稿の %s 用画像を上書きするには、画像をアップロードまたは選択してください。"],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["%s で共有する際に実際のメタディスクリプションを使いたくない場合は、ここに代わりの文章を入力してください。"],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["%s で共有する際に実際のタイトルを使いたくない場合は、ここに代わりのタイトルを入力してください。"],"very difficult":["非常に難しい"],"Try to make shorter sentences, using less difficult words to improve readability":["可読性を向上させるために、難しい言葉を減らし、文章を短くしてみてください。"],"difficult":["難しい"],"Try to make shorter sentences to improve readability":["可読性を向上させるために、文章を短くしてみてください。"],"fairly difficult":["かなり難しい"],"OK":["OK"],"fairly easy":["かなり易しい"],"easy":["易しい"],"very easy":["非常に易しい"],"Meta Desc.":["メタディスクリプション。"],"All SEO Scores":["すべての SEO スコア"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO の問題: Facebook などのソーシャルメディアサイトで使われるようにするには、画像サイズを200x200ピクセル以上にするべきです。"],"(no parent)":["(親なし)"],"Post is set to noindex.":["投稿は noindex に設定されています。"],"The URL that this page should redirect to.":["このページのリダイレクト先URLです。"],"301 Redirect":["301リダイレクト"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["このページを示すカノニカル URL です。空欄にするとデフォルトでパーマリンクになります。%1$sクロスドメインカノニカル%2$sにも対応しています。"],"Canonical URL":["カノニカル URL"],"Title to use for this page in breadcrumb paths":["パンくずリストのパスにこのページに使用するためのタイトル"],"Breadcrumbs Title":["パンくずリストのタイトル"],"No Snippet":["スニペットなし"],"No Archive":["アーカイブなし"],"No Image Index":["画像インデックスなし"],"None":["なし"],"Site-wide default: %s":["サイト全体のデフォルト: %s"],"Advanced meta robots settings for this page.":["このページの追加 Robots メタ設定です。"],"Meta robots advanced":["追加 robots メタ"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["警告: メタロボット設定を設定できますが、サイト全体のプライバシー設定で noindex が設定されているため、設定は効果がありません。"],"Meta description":["メタディスクリプション"],"SEO Title":["SEOタイトル"],"Focus keyword":["フォーカスキーワード"],"Snippet preview":["スニペットのプレビュー"],"Settings successfully imported.":["設定をインポートしました。"],"Settings could not be imported:":["以下の設定がインポートできませんでした: "],"Error creating %1$s export: ":["%1$sのエクスポート中にエラーが発生しました: "],"Breadcrumb for 404 pages:":["404 ページのパンくずリスト:"],"Prefix for search result pages:":["検索結果のプレフィックス: "],"Prefix for archive pages:":["アーカイブのプレフィックス: "],"Prefix for breadcrumbs:":["パンくずリストのプレフィックス: "],"Anchor text for the homepage:":["トップページのアンカーテキスト: "],"Breadcrumbs separator:":["パンくずリストの区切り文字: "],"Remove blog page from breadcrumbs":["パンくずリストからブログページを削除"],"%s Breadcrumbs":["%s パンくずリスト"],"Use Image":["画像を使用する"],"Action":["操作"],"Page URL/Slug":["ページ URL / スラッグ"],"Publication date":["公開日"],"Post Status":["投稿ステータス"],"WP Page Title":["WP ページタイトル"],"View":["表示"],"View “%s”":["表示 “%s”"],"Preview":["プレビュー"],"Preview “%s”":["“%s” をプレビュー"],"Edit":["編集"],"Filter":["絞り込み検索"],"New Yoast Meta Description":["新しい Yoast メタディスクリプション"],"Existing Yoast Meta Description":["既存の Yoast メタディスクリプション"],"Facebook profile URL":["Facebook プロフィール URL"],"Twitter username (without @)":["Twitter ユーザー名 (@は不要)"],"FAQ":["よくあるご質問"],"Premium Support":["プレミアムサポート"],"Settings":["設定"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["表示設定 %2$s に移動 %1$s して、「検索エンジンでの表示」のチェックボックスのチェックを外してください。"],"Huge SEO Issue: You're blocking access to robots.":["深刻な SEO の問題:ロボットのアクセスをブロックしています。"],"Posts":["投稿"],"Edit Files":["ファイルの編集"],"Advanced Variables":["高度な変数"],"Basic Variables":["基本変数"],"General":["一般"],"Extensions":["拡張機能"],"Search Console":["Search Console"],"Tools":["ツール"],"Advanced":["上級者向け"],"XML sitemaps":["XML サイトマップ"],"Social":["ソーシャル"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s が %3$s のバージョン %2$s を利用していることを検出しました。互換性の問題を防ぐため、最新版に更新してください。"],"Just another WordPress site":["Just another WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["初期状態のキャッチコピーが設定されたままです。キャッチコピーを空欄にしたほうが良いでしょう。%1$sカスタマイザー内で修正しましょう%2$s。"],"You have used HTML in your value which is not allowed.":["許可されていないHTMLを使用しています。"],"You can't edit %s that aren't yours.":["%sは自分のものではないため編集できません。"],"You can't edit %s.":["%sは編集できません。"],"Post has an invalid Content Type: %s.":["投稿に無効なコンテンツタイプがあります: %s。"],"Post doesn't exist.":["投稿がありません。"],"course\u0004Free:":["無料:"],"posts\u0004Trash (%s)":["ゴミ箱 (%s)"],"posts\u0004All (%s)":["すべて (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=1; plural=0;","lang":"ja_JP"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":[""],"You have %d hidden notification:":[""],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":[""],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":["フィードバックあり"],"Content optimization:":["コンテンツ最適化:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$s可読性%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":["%s を拡張"],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s 動画チュートリアル"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["現在のクロールエラーを表示するには、%1$sGoogle Search Console%2$s にアクセスしてください。"],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google は Crawl Errors API を廃止したため、発生した可能性があるクロールエラー\bはここで表示できなくなります。%1$s詳細については告知をご覧ください。%2$s"],"Remove this message":["メッセージを非表示"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["%s プラグインを使ってあなたのサイトを地元のお客様のために最適化しましょう。住所の詳細、営業時間、店舗検索、ピックアップオプション。"],"Serving local customers?":["地域のお客様にサービスを提供していますか ?"],"Get the %s plugin now":["%s プラグインを今すぐ入手"],"Organization social profiles":["組織のソーシャルプロフィール"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["メタデーター内のソーシャルプロフィール、名前、その他ユーザーの詳細なデータを %1$s プロファイルページで編集できます。"],"Personal info":["個人情報"],"Organization logo":["組織ロゴ"],"Organization name":["組織名"],"Choose whether the site represents an organization or a person.":["このサイトが個人または組織のどちらのものかを選択してください。"],"Knowledge Graph & Schema.org":["ナレッジグラフと Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["このサイトを企業または組織サイトとして設定するには、%1$s検索での見え方%2$sへ移動して、「組織または個人」で「組織」を選択してください。"],"To change the social accounts used for your site, update the details for %1$s.":["あなたのサイトで使われているソーシァルアカウントを変更して、%1$sの詳細をアップデートしてください。"],"That means that the form and information below is disabled, and not used.":["これは、以下のフォームと情報が無効になっており、使用されていないことを意味します。"],"Your website is currently configured to represent a Person":["このサイトは現在、個人サイトとして設定されています"],"(if one exists)":["(存在する場合)"],"Wikipedia page about you":["あなたについての Wikipedia ページ"],"YouTube profile URL":["YouTube プロフィール URL"],"Tumblr profile URL":["Tumblr プロフィール URL"],"SoundCloud profile URL":["SoundCloud プロフィール URL"],"MySpace profile URL":["MySpace プロフィール URL"],"Organization or person":["組織または個人"],"The person":["個人"],"Organization":["組織"],"Does your site represent a person or an organization?":["サイトは個人または組織いずれのものですか ?"],"The name of the organization":["組織名"],"Provide an image of the organization logo":["組織のロゴを追加してください"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["前回あなたのサイトは個人で設定しました。その後私たちは、構造とナレッジグラフに関する機能を向上させたため、%2$sの設定を%1$sで完了させてください。"],"Select a user...":["ユーザーを選択してください"],"Uncategorized":["未分類"],"Name:":["名前:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["このサイトの代表者としてユーザー%1$sを選択しました。ユーザープロファイル情報は検索結果に使用されます。%2$s情報が正しいことを確認するためにプロファイルを更新してください。%3$s"],"Error: Please select a user below to make your site's meta data complete.":["エラー: サイトのメタデータを完成させるには、以下でのユーザーを選択してください。"],"SEO score: %s":["SEOスコア: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["組織の Wikipedia ページがある場合は、そちらも追加してください。"],"Wikipedia URL":["Wikipedia URL"],"Pinterest profile URL":["Pinterest プロフィール URL"],"Instagram profile URL":["Instagram プロフィール URL"],"LinkedIn profile URL":["LinkedInプロフィール URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":["初心者向け SEO トレーニング"],"%s for WordPress training":["WordPress のための %s トレーニング"],"All-around SEO training":["包括的 SEO トレーニング"],"The image you selected is too small for Facebook":["Facebook 用に選択した画像が小さすぎます"],"The given image url cannot be loaded":["この画像の URL を読み込めません"],"Find out what words your audience uses to find you":["顧客があなたを見つけるためにどんな言葉を使っているか調べてください"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":["JSON オブジェクトは返されませんでした。"],"Received internal links":["内部リンクを受信しました"],"Outgoing internal links":["内部リンクの発信"],"New step added":["新しいステップを追加しました"],"New question added":["新しい質問を追加しました"],"To be able to create a redirect and fix this issue, you need %1$s. ":["リダイレクトを作成可能にし、問題を修正するには%1$sが必要です。"],"You can buy the plugin, including one year of support and updates, on %1$s.":["%1$s にて、1年間のサポートと更新つきでプラグインを購入することができます。"],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["テキストリンクカウンターは文中に見つかるリンク数と、文中に向けたリンク数のインサイトを提供します。%1$s内部リンク%2$sを改善するのに便利です。"],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["%1$s はこの機能を使用するために最低でも PHP バージョン%2$sが必要です。このサイトでは PHP バージョン%3$sを検出しました。"],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":["キーフレーズ"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["%1$s はこの機能を使用するためにデータベースでのテーブル作成が必要です。自動でテーブルを作成することができませんでした。"],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["有効にすると、添付ファイル URL をビジターと Google 両方に表示します。サイトの価値を高めるには有益な情報を含むべきです。でなければランキングにネガティブな影響を与えるでしょう。"],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["%3$sテキストリンクカウンター%4$s機能 (%1$s %2$s から提供) は現在停止中です。"],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["以下の%1$sナレッジベース記事%2$sをお読みいただき、問題の解決方法をお探しください。"],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["文中のすべてのリンクがカウントされるよう、すべての文章を解析する必要があります。"],"All you have to do is press the following button and we'll go through all your texts for you.":["以下のボタンを押すだけで、全文確認します。"],"Count links":["カウントリンク"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$s画像の alt 属性%5$s: ページ内の画像%2$d枚中%1$d枚の alt 属性でキーフレーズまたは同義語を含んでいます。これはやや多すぎます。%4$s本当に適切な画像にのみキーフレーズまたは同義語を含めましょう%5$s。"],"%1$sImage alt attributes%2$s: Good job!":["%1$s画像の alt 属性%2$s: いいですね !"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$s画像の alt 属性%5$s: ページ内の画像%2$d枚中%1$d枚しか alt 属性がありません。これは本文の話題に影響します。%4$s適切な画像の alt 属性にキーフレーズまたは同義語を追加しましょう%5$s !"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$s画像の alt 属性%3$s: ページ内の画像に alt 属性がありません。これは本文の話題に影響します。%2$s適切な画像の alt 属性にキーフレーズまたは同義語を追加しましょう%3$s !"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$s画像の alt 属性%3$s: ページ内の画像に alt 属性がありますが、キーフレーズが含まれていません。%2$s修正しましょう%3$s !"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["ページ %s"],"Cannot get the size of %1$s because of unknown reasons.":["未知の理由により、%1$s のサイズを取得できません。"],"Cannot get the size of %1$s because it is hosted externally.":["外部でホストされているため、 %1$s のサイズを取得できません。"],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["改善された解析を入手"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$s単一タイトル%3$s: H1はメインのタイトルにのみ使用します。テキスト中にある、すべてのメインタイトルではない H1 を探し、%2$s下位レベルの見出しに変更してください%3$s !"],"Improve sharing on Facebook and Pinterest":["Facebook と Pinterest でのシェアを改善"],"You do not have the required rights to export settings.":["設定をエクスポートするのに必要な権限がありません。"],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["他のサイトの%1$sタブへすべての設定をコピーし、%1$sをクリックします。"],"These are settings for the %1$s plugin by %2$s":["%2$s による %1$s プラグインの設定があります。"],"No settings found.":["設定がありません。"],"Export your %1$s settings here, to copy them on another site.":["他のサイトでコピーできるよう、%1$s 設定をエクスポートします。"],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["設定のインポートは、PHP 5.3またはそれ以上が動作するサーバーのみ対応しています。"],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["他のサイトからコピーした設定を貼り付け、「%s」をクリックして設定をインポートします。"],"Paste your settings from another %s installation.":["他でインストールした %s の設定をペーストしてください。"],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sキーフレーズ密度%2$s: フォーカスキーフレーズが0回見つかりました。文字数に対するおすすめの最低数%3$d回に足りません。%4$sキーフレーズにフォーカスしましょう%2$s !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sキーフレーズ密度%2$s: フォーカスキーフレーズが%5$d回見つかりました。文字数に対するおすすめの最低数%3$d回に足りません。%4$sキーフレーズにフォーカスしましょう%2$s !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sキーフレーズ密度%2$s: フォーカスキーフレーズが%3$d回見つかりました。すばらしい !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sキーフレーズ密度%2$s: フォーカスキーフレーズが%5$d回見つかりました。文字数に対するおすすめの上限である%3$d回を超えています。%4$s過度な最適化はやめましょう%2$s !"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sキーフレーズ密度%2$s: フォーカスキーフレーズが%5$d回見つかりました。文字数に対するおすすめの上限である%3$d回を超えています。%4$s過度な最適化はやめましょう%2$s !"],"Indexable created for object %1$s with type %2$s":["%2$sのオブジェクト%1$sへのインデックス許可を作成しました。"],"Method %1$s() does not exist in class %2$s":["メソッド %1$s() がクラス%2$sに存在しません"],"With %s, you can easily create such redirects.":["%s を使用すると、こうしたリダイレクトを簡単に作成できます。"],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["警告: "],"Learn about why permalinks are important for SEO.":["パーマリンクがなぜ SEO において重要なのか学びましょう。"],"Google Ads":["Google 広告"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["画像をクリア"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sキーフレーズの長さ%3$s: %2$sSEO スコアを計測するには、キーフレーズを設定しましょう%3$s。"],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sスラッグ中のキーフレーズ%2$s: 半分以上のキーフレーズがスラッグ中にあります。すばらしい !"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sスラッグ中のキーフレーズ%3$s: キーフレーズ (の一部) がスラッグ中にありません。%2$s変更しましょう%3$s !"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sスラッグ中のキーフレーズ%2$s: いいですね !"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sタイトル内のキーフレーズ%3$s: キーフレーズ「%4$s」のすべての語が SEO タイトルに表示されません。%2$sSEO タイトル内にキーフレーズの完全一致を書くようお試しください%3$s。"],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sタイトル内のキーフレーズ%3$s: キーフレーズの完全一致がありません。%2$sSEO タイトル内にキーフレーズの完全一致を書くようお試しください%3$s。"],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sタイトル内のキーフレーズ%3$s: SEO タイトル内にキーフレーズの完全一致がありますが、冒頭ではありません。%2$s冒頭への移動を試してください%3$s。"],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sタイトル内のキーフレーズ%2$s: SEO タイトルの冒頭がキーフレーズと完全一致しました。いいですね !"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sキーフレーズ分布%2$s: いいですね !"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sキーフレーズ分布%3$s: 均一ではありません。一部のテキストはキーフレーズや同義語を含んでいません。%2$s分布を均一にしましょう%3$s。"],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sキーフレーズ分布%3$s: とても均一とは言えません。大部分のテキストはキーフレーズや同義語を含んでいません。%2$s分布を均一にしましょう%3$s。"],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sキーフレーズ分布%3$s: %2$sキーフレーズまたは同義語をテキストに含むと、キーフレーズ分布をチェックすることができます%3$s。"],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":["類似キーフレーズを追加しますか ?"],"Go %s!":["%sへ移動"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":["同義語と関連キーフレーズでのランク向上"],"optimize a single post for synonyms and related keyphrases.":["個別投稿を同義語と関連キーフレーズに最適化します。"],"Synonyms & related keyphrases":["同義語と関連キーフレーズ"],"Add related keyphrase":["関連キーフレーズを追加"],"Dismiss %s upgrade notice":["%s のアップグレード通知を無視"],"Upgrade to %s":["%s にアップグレード"],"%1$s video":["%1$s動画"],"Get %s":["%s を入手"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":[""],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$s画像の alt 属性%3$s: ページに画像がありません。%2$s追加しましょう%3$s !"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":[""],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["推奨最低値である%5$d語を下回っています。%3$sもっとコンテンツを追加してください%4$s。"],"%2$sText length%4$s: The text contains %1$d word.":["%2$sテキストの長さ%4$s: テキストは%1$d語含んでいます。"],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sテキストの長さ%3$s: テキストは%1$d語含んでいます。いいですね !"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO タイトルの長さ%3$s: %2$sSEO タイトルを作成してください%3$s。"],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO タイトルの長さ%3$s: SEO タイトルが表示上限よりも幅広くなっています。%2$s短くしてください%3$s。"],"%1$sSEO title width%2$s: Good job!":["%1$sSEO タイトルの長さ%2$s: いいですね !"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO タイトルの長さ%3$s: SEO タイトルが短すぎます。%2$sキーフレーズの種類を増やすか、行動喚起フレーズを作成してください%3$s。"],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sメタディスクリプション中のキーフレーズ%2$s: メタディスクリプションが設定されていますが、キーフレーズがありません。%3$s修正しましょう%4$s !"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sメタディスクリプション中のキーフレーズ%2$s: メタディスクリプション中にキーフレーズが%3$s回含まれており、おすすめ上限の2回を超過しています。%4$s制限しましょう%5$s !"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sメタディスクリプション中のキーフレーズ%2$s: メタディスクリプション中にキーフレーズまたは同義語が含まれています。いいですね !"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sキーフレーズの長さ%5$s: キーフレーズの長さは%1$d語で、推奨上限値の%2$d語をかなり超えています。%4$sもっと短くしましょう%5$s。"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sキーフレーズの長さ%5$s: キーフレーズの長さは%1$d語で、推奨上限値の%2$d語を超えています。%4$sもっと短くしましょう%5$s。"],"%1$sKeyphrase length%2$s: Good job!":["%1$sキーフレーズの長さ%2$s: いいですね !"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sキーフレーズの長さ%3$s: ページにフォーカスキーフレーズが設定されていません。%2$sSEO スコアを計測するには、キーフレーズを設定しましょう%3$s。"],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$s冒頭のキーフレーズ%3$s: キーフレーズまたは同義語が第一段落に含まれていません。%2$s今すぐトピックを明確にしましょう%3$s !"],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$s冒頭のキーフレーズ%3$s: キーフレーズまたは同義語がコピーの第一段落に含まれていますが、一文に収まっていません。%2$s修正しましょう%3$s !"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$s冒頭のキーフレーズ%2$s: いいですね !"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$s内部リンク%2$s: ページ内に nofollow 済みのリンクおよび内部リンクの両方があります。いいですね !"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$s内部リンク%2$s: 十分な内部リンクがあります。いいですね !"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$s内部リンク%3$s: ページ内の内部リンクはすべて nofollow 済みです。%2$s内部リンクを追加しましょう%3$s。"],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$s内部リンク%3$s: ページ内に内部リンクがありません。%2$s必ず追加しましょう%3$s !"],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sサブ見出しの分布%2$s: %3$d個のテキストセクションの長さが%4$d語を超えており、サブ見出しで区切られていません。%5$s可読性を改善するためにサブ見出しを追加しましょう%2$s。"],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":[""],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$s段落の長さ%2$s: %3$d個の段落の長さが推奨上限値の%4$d語を超えています。%5$sもっと短くしましょう%2$s。"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["いいですね。"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["フォーカスキーフレーズ"],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":["ID%1$sの%2$sオブジェクトが見つかりません"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` は `%2$s` の有効なサブタイプではありません。"],"The object type `%1$s` is invalid":["オブジェクトタイプ `%1$s` は無効です"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":["変数 `%1$s` は空にできません。"],"Check Keyphrase Density":["キーフレーズ密度をチェック"],"Disable":["無効化"],"Allow Control":["コントロールを許可"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["キーフレーズ:"],"Remove keyphrase":["キーフレーズを削除"],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":["フォーカスキーフレーズが設定されていません。"],"Multiple keyphrases":["複数のキーフレーズ"],"Colon":["コロン"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s と %2$s がサイト SEO を重複管理しています。2つの SEO プラグインの同時稼働は問題を引き起こします。"],"There is a new notification.":["新しい通知があります。"],"Learn more about the readability analysis":["可読性分析の詳細"],"Describe the duration of the instruction:":["説明の長さを記述します:"],"Optional. Customize how you want to describe the duration of the instruction":["任意。説明の長さの表示をカスタマイズしましょう。"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":["%sと%s、%s"],"%s and %s":["%s, %s"],"%d minute":["%d分"],"%d hour":["%d時間"],"%d day":["%d日"],"Enter a step title":["ステップのタイトルを入力"],"Optional. This can give you better control over the styling of the steps.":["任意。ステップのスタイリングがより制御しやすくなります。"],"CSS class(es) to apply to the steps":["ステップに適用する CSS クラス"],"minutes":["分"],"hours":["時間"],"days":["日"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["よくある質問と回答を SEO フレンドリーな方法でリスト化します。"],"Copy error":["エラー文をコピー"],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":["%1$s 構造化データブロック"],"Time needed:":["所要時間:"],"Move question down":["質問を下へ移動"],"Move question up":["質問を上へ移動"],"Insert question":["質問の挿入"],"Delete question":["質問を削除"],"Enter the answer to the question":["質問の答えを入力してください"],"Enter a question":["質問を入力"],"Add question":["質問を追加"],"Frequently Asked Questions":["よくあるご質問"],"Great news: you can, with %s!":["朗報: %s で可能です !"],"Select the primary %s":["メイン%sを選択"],"Check links to this URL":["この URL へのリンクをチェックする"],"Keyword research training":["キーワードリサーチトレーニング"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["以下のコンテンツタイプの%1$sアーカイブテンプレート%2$sを確認してください: %3$s"],"Are you trying to use multiple keyphrases? You should add them separately below.":["複数のキーフレーズを使用したいですか ? 以下に個別に追加してください。"],"Mark as cornerstone content":["コーナーストーンコンテンツとしてマーク"],"Move step down":["ステップを下へ移動"],"Move step up":["ステップを上へ移動"],"Insert step":["ステップを挿入"],"Delete step":["ステップを削除"],"Add image":["画像を追加"],"Enter a step description":["ステップの説明を入力"],"Enter a description":["ディスクリプションを入力"],"Unordered list":["箇条書きリスト"],"Showing step items as an ordered list.":["ステップ項目を順序付きリストとして表示します。"],"Showing step items as an unordered list":["ステップ項目を箇条書きリストとして表示します。"],"Add step":["ステップを追加"],"Delete total time":["合計時間を削除"],"Add total time":["合計時間を追加"],"How to":["ハウツー"],"How-to":["ハウツー"],"Snippet Preview":["スニペットプレビュー"],"Analysis results":["解析結果"],"Enter a focus keyphrase to calculate the SEO score":["SEO スコアを計算するには、フォーカスするキーフレーズを入力します"],"Learn more about Cornerstone Content.":["コーナーストーンコンテンツについて詳しく知る"],"Cornerstone content should be the most important and extensive articles on your site.":["コーナーストーンコンテンツは、サイト上もっとも重要かつ広がりのある記事にしてください。"],"Restore Site":["サイトの復元"],"Network Settings":["サイトネットワーク設定"],"You are not allowed to perform this action.":["この操作の実行権限がありません。"],"Error: %s":["エラー: %s"],"Success: %s":["成功: %s"],"Site with ID %d not found.":["ID%dのサイトが見つかりません。"],"No site has been selected to restore.":["復元するサイトが選択されていません。"],"You are not allowed to modify unregistered network settings.":["未登録のネットワーク設定を変更する権限がありません。"],"deleted":["削除済み"],"Would you like to add another keyphrase?":["別のキーフレーズを追加しますか ?"],"image preview":["画像のプレビュー"],"Copied!":["コピーしました。"],"Not supported!":["サポート対象外です。"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["{{a}}サイト構造についての記事{{/a}}を読み、内部リンクが SEO を改善するしくみを学びましょう。"],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["文字をもう少し追加すると、記事内からリンクが可能な関連コンテンツがここにリスト表示されます。"],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["以下の{{a}}コーナーストーン記事{{/a}}へのリンクを検討してください:"],"Consider linking to these articles:":["これらの記事へのリンクを検討してください:"],"Copy link":["リンクをコピー"],"Copy link to suggested article: %s":["提案記事へのリンクをコピー: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":["有名な言葉"],"The site's tagline":["サイトのタグライン"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["最近、「検索での見え方」設定を改善しました。稀なケースで、特定の投稿タイプアーカイブの設定の保存がうまくいかない場合があることが確認されています。"],"Not all required fields are given. Missing field %1$s":["未入力の必須フィールドがあります。%1$sフィールドがありません"],"Optimize your site for Google News.":["サイトを Google ニュース向けに最適化します。"],"Optimize your shop's SEO and sell more products!":["店舗を SEO 最適化して、商品をもっと販売しましょう !"],"Be found in Google Video search and enhance your video sharing on social media.":["Google 動画検索内に表示して、ソーシャルメディア上での動画共有を強化しましょう。"],"Be found in Google Maps and local results.":["Google Maps 上およびローカル検索で表示しましょう。"],"Learn practical SEO skills to rank higher in Google.":["Google で高くランクされる実践的な SEO スキルを学びます。"],"Don’t waste time figuring out the best settings yourself.":["自力でベストな設定をしようと時間を無駄にしないでください。"],"Get quick wins to make your site rank higher in search engines.":["サイトが検索エンジンでより高くランクされる最短方法を入手。"],"Add synonyms":["同義語の追加"],"Would you like to add keyphrase synonyms?":["類似キーフレーズを追加しますか ?"],"Would you like to add more than one keyphrase?":["複数のキーフレーズを追加しますか ?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["%1$sショップページ%2$sで、このカスタムタイプの SEO メタデータ編集が可能です。"],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["WooCommerce 設定のショップページが未設定です。先に設定してください。"],"Current year":["今年"],"Page":["固定ページ"],"Breadcrumb settings for %s archive":["%sアーカイブのパンくず設定"],"Something went wrong. Please reload the page.":["何かおかしいようです。ページをリロードしてください。"],"Tagline":["キャッチフレーズ"],"Modify your meta description by editing it right here":["メタディスクリプションの設定をここで編集して変更します"],"description (custom taxonomy)":["説明 (カスタム分類)"],"(custom taxonomy)":["(カスタム分類)"],"(custom field)":["(カスタムフィールド)"],"Term404":["404のターム"],"Caption":["キャプション"],"Pagenumber":["ページ番号"],"Pagetotal":["ページ合計"],"Page number":["ページ数"],"User description":["ユーザー説明"],"ID":["ID"],"Modified":["変更済み"],"Post type (plural)":["投稿タイプ (複数系)"],"Post type (singular)":["投稿タイプ (単数形)"],"Separator":["区切り"],"Search phrase":["検索フレーズ"],"Term title":["ターム名"],"Term description":["ターム説明"],"Tag description":["タグ説明"],"Category description":["カテゴリーの説明"],"Primary category":["メインカテゴリー"],"Category":["カテゴリー"],"Tag":["タグ"],"Excerpt only":["抜粋のみ"],"Excerpt":["抜粋"],"Site title":["サイトタイトル"],"Archive title":["アーカイブタイトル"],"Parent title":["親タイトル"],"Date":["日付"],"Label":["ラベル"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["訪問者が存在しない URL をクリックした際に404エラーが出ないよう、リダイレクトを設定してください。"],"Search engines and other websites can still send traffic to your deleted post.":["検索エンジンや他のサイトから、削除済みの投稿へのトラフィックがあるかもしれません。"],"Make sure you don't miss out on traffic!":["トラフィックを見逃していないか確認しましょう。"],"You just deleted a %1$s.":["%1$sを削除しました。"],"You just trashed a %1$s.":["%1$sをゴミ箱に移動しました。"],"Settings for %s archive":["%sアーカイブ設定"],"Settings for single %s URLs":["個別%sの URL 設定"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["このページの設定で任意の種類のコンテンツに対するデフォルトの検索での見え方を指定できます。検索結果に表示されるコンテンツタイプと、そのデフォルトの説明を選択できます。"],"Url preview":["URL のプレビュー:"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["以下のスニペットを編集して、メタディスクリプションを設定してください。設定しない場合、Google の検索結果で投稿の関連部分が表示されます。"],"Insert snippet variable":["スニペット変数の挿入"],"Dismiss this notice":["通知を非表示"],"No results":["結果なし"],"%d result found, use up and down arrow keys to navigate":["%d件見つかりました、上下の矢印キーを使用して移動します。"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["サイトの言語が %s に設定されています。これが正しくない場合は、サイト管理者に問い合わせてください。"],"Number of results found: %d":["%d 件の結果が見つかりました"],"Note that not all variables can be used in every field.":["すべての変数がすべてのフィールドで使用できるわけではないことに注意してください。"],"Snippet variables":["スニペット変数"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s はプライバシーを尊重します。個人情報の取り扱いに関する%2$sプライバシーポリシー%3$sをお読みください。"],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["これを理解していてメッセージもう見たくない場合、%1$s非表示%2$sにできます。"],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":["不明なタイプ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["初心者向け無料 SEO コースへのアクセスが可能な、無料の MyYoast アカウントを含みます。"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":[""],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["%1$sBaidu ウェブマスターツール%2$sからBaidu 認証コードを入手してください。"],"Baidu verification code":["Baidu の確認コード"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":["%s データの消去に失敗しました。"],"Content Type":["コンテンツタイプ"],"Filter by content type":["コンテンツタイプで絞り込み"],"Show All Content Types":["すべてのコンテンツタイプを表示する"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["WordPress が生成する通常のアーカイブタイトルを置き換えます。"],"Clean":["クリーン"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["サイトに問題がないことを確認したら、クリーンアップが可能です。元のデータはすべて削除されます。"],"Step 5: Clean up":["手順5: クリーンアップ"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["サイトのすべての設定が正しいことを確実にするために、SEO > 全般 > ダッシュボードから、設定ウィザードを実行してください。"],"Step 4: Run the configuration wizard":["手順4: 設定ウィザードを実行"],"Please check your posts and pages and see if the metadata was successfully imported.":["メタデータが正しくインポートされたかどうか、投稿と固定ページを確認してください。"],"Step 3: Check your data":["手順3: データを確認"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["手順2: インポート"],"Please make a backup of your database before starting this process.":["このプロセスを開始する前にデータベースのバックアップを作成してください。"],"Step 1: Create a backup":["手順1: バックアップを作成"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["サイト上で、1つ以上の SEO プラグインのデータを検出しました。データをインポートするには、以下の手順に従ってください。"],"Plugin: ":["プラグイン:"],"%s did not detect any plugin data from plugins it can import from.":["%s でインポート可能なプラグインは検出されませんでした。"],"Posts that should not show up in search results":["検索結果に表示しない投稿"],"%s data found.":["%s のデータが見つかりました。"],"%s data successfully removed.":["%s のデータを正常に削除しました。"],"%s data successfully imported.":["%s のデータを正常にインポートしました。"],"%s data not found.":["%s のデータが見つかりません。"],"Improve your SEO skills":["SEO スキルを向上"],"24/7 email support":["年中無休のメールサポート"],"No more dead links a.k.a. 404 pages":["デッドリンク (404ページ) とはさようなら"],"Get real-time suggestions for internal links":["内部リンクの提案をリアルタイムで受ける"],"Preview your page in Facebook and Twitter":["Facebook と Twitter でページをプレビュー"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["%1$sホームページの検索での見え方%2$s設定で設定済みのメタディスクリプションを使用するには「%3$s」ボタンをクリックします。"],"Help on copying the home meta description":["ホームのメタディスクリプションのコピーに関するヘルプ"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["サイトと関連するソーシャルプロファイルを検索エンジンに知らせるには、以下にサイトのソーシャルプロファイル情報を入力します。"],"Learn more about your social profiles settings":["ソーシャルプロフィール設定の詳細"],"Remove the categories prefix":["カテゴリー接頭辞を削除"],"Help on the category prefix setting":["カテゴリー接頭辞設定のヘルプ"],"Learn more about the available variables":["使用可能な変数についてもっと詳しく知る"],"Learn more about the RSS feed setting":["RSSフィード設定について詳しく知る"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["WordPress へメディア (画像や動画など) をアップロードすると、ただメディアを保存するのではなく、添付ファイルの URL が生成されます。こうした添付ファイルページはほとんど空っぽで、メディア項目と、タイトルを入力した場合はタイトルがあるだけです。そのため、添付ファイル URL を使用しない場合は無効にし、メディア項目自体にリダイレクトすることをおすすめします。"],"Learn more about the Media and attachment URLs setting":["メディアと添付ファイル URL 設定の詳細"],"Learn more about the title separator setting":["タイトル区切り設定の詳細"],"Learn more about the knowledge graph setting":["ナレッジグラフ設定の詳細"],"Learn more about the homepage setting":["ホームページ設定についてもっと詳しく知る"],"Learn more about the special pages setting":["特別なページの設定についてもっと詳しく知る"],"Help on the date archives search results setting":["日付アーカイブの検索結果設定についてのヘルプ"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["未投稿の投稿者アーカイブが技術的な理由で検索結果に表示されない場合、ロボットメタに%1$sが含まれていて、XML サイトマップから除外されています。%2$s検索結果設定についての追加情報%3$s。"],"Help on the authors without posts archive search results setting":["未投稿の投稿者アーカイブ検索結果の設定ヘルプ"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["投稿者アーカイブが技術的な理由で検索結果に表示されない場合、ロボットメタに%1$sが含まれていて、XML サイトマップから除外されています。%2$s検索結果設定についての追加情報%3$s。"],"Help on the author archives search results setting":["投稿者アーカイブ検索結果設定のヘルプ"],"Archives settings help":["アーカイブ設定のヘルプ"],"Learn more about the archives setting":["アーカイブの設定についてもっと詳しく知る"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["%1$sYandex ウェブマスターツール%2$sから Yandex 認証コードを入手してください。"],"Yandex verification code":["Yandex 認証コード"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["%1$sGoogle ウェブマスターツール%2$sからGoogle 認証コードを入手してください。"],"Google verification code":["Google 認証コード"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["%1$sBing ウェブマスターツール%2$sからBing 認証コードを入手してください。"],"Bing verification code":["Bing 認証コード"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["ウェブマスターツール検証の詳細"],"On":["オン"],"Help on: %s":["%s のヘルプ"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s にはたくさんの機能があります。以下から有効化および停止が可能です。はてなマークををクリックすると、その機能の詳細情報を表示します。"],"Off":["オフ"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["%1$s メタボックスの上級者向けセクションでは、ユーザーが検索結果から投稿を削除したり、カノニカルを変更でき、投稿者へ許可をなくしたい場合があります。デフォルトでは編集者と管理者のみ行えます。「%2$s」に設定すると、すべてのユーザーがこれらの設定を変更できます。"],"Security: no advanced settings for authors":["セキュリティ: 投稿者の高度な設定をオフ"],"See who contributed to %1$s.":["%1$s への貢献者をご覧ください。"],"Help on this search results setting":["検索結果設定に関するヘルプ"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["%1$sアーカイブが技術的な理由で検索結果に表示されない場合、ロボットメタに%2$sが含まれていて、XML サイトマップから除外されています。%3$s検索結果設定についての追加情報%4$s。"],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["%1$sが技術的な理由で検索結果に表示されない場合、ロボットメタに%2$sが含まれていて、XML サイトマップから除外されています。%3$s検索結果設定についての追加情報%4$s。"],"Default for %2$s, currently: %1$s":["%2$sのデフォルト: %1$s"],"Show %s in search results?":["%sを検索結果に表示しますか ?"],"this author's archives":["この投稿者アーカイブ"],"Do not allow search engines to show %s in search results.":["検索エンジンに%sの検索結果への表示を不許可にします。"],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["WordPress のカテゴリー URL には通常は接頭辞 %s が含まれます。この機能では接頭辞を削除します。"],"Category URLs":["カテゴリー URL"],"the archive for %s":["%sのアーカイブ"],"Redirect attachment URLs to the attachment itself?":["添付ファイル URL を添付ファイルそのものにリダイレクトしますか ?"],"We recommend you set this to Yes.":["「はい」に設定することをおすすめします。"],"Media & attachment URLs":["メディア・添付ファイル URL"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["検索結果内であなたのホームページを見つけたときに表示されるものです。ブランド名の検索時に見るであろうものを意味します。"],"date archives":["日付アーカイブ"],"archives for authors without posts":["未投稿の投稿者のアーカイブ"],"Read why XML Sitemaps are important for your site.":["サイトの XML サイトマップが重要な理由をお読みください。"],"Enable the XML sitemaps that %s generates.":["%s が生成する XML サイトマップを有効にします。"],"See the XML sitemap.":["XML サイトマップを表示"],"%2$s (current default for %1$s)":["%2$s (%1$sのデフォルト)"],"Media":["メディア"],"Content Types":["コンテンツタイプ"],"Should search engines follow links on this %1$s?":["検索エンジンにこの%1$sのリンクをたどらせますか ?"],"Allow search engines to show this %s in search results?":["検索エンジンに、この%sの検索結果への表示を許可しますか ?"],"Search Appearance":["検索での見え方"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["検索エンジンに表示させたいコンテンツタイプを指定してください。違いが分からない場合は、デフォルト設定を選択することをおすすめします。"],"Search engines should show \"%1$s\" in search results:":["検索エンジンは、検索結果に「%1$s」を表示すべきです:"],"Search engine visibility":["検索エンジンでの表示"],"Toggle %1$s's XML Sitemap":["%1$s の XML サイトマップを切り替える"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["ここで作成するサポートリクエストは私たちのサポートシステムに直接送られます。256 bit SSL により保護されているため、このやりとりは100%安全です。"],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["コーナーストーンコンテンツは、サイトの重要なコンテンツに目印をつけたり、絞り込みます。"],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["ビデオチュートリアルやナレッジベースで解決できない問題がある場合は、サポートチームにメッセージをお送りください。24時間受け付けています。"],"Search result":["検索結果"],"Good results":["良い結果"],"Get better search results in local search":["ローカル検索での検索結果を改善"],"Allow customers to pick up their %s order locally":["お客様が %s での注文をローカルで取得できるようにする"],"SEO analysis":["SEO 解析"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO 解析は、テキストの SEO を改善提案を提供します。"],"Learn how the SEO analysis can help you rank.":["SEO 分析がいかにランク向上に貢献するか学びましょう。"],"The readability analysis offers suggestions to improve the structure and style of your text.":["可読性分析は、テキスト構造とスタイルを改善するための提案を提供します。"],"Discover why readability is important for SEO.":["SEO で可読性が重要な理由を理解しましょう。"],"Find out how cornerstone content can help you improve your site structure.":["コーナーストーンコンテンツがサイト構造の向上にどのように役立つか学びましょう。"],"The text link counter helps you improve your site structure.":["テキストリンクカウンターは、サイト構造の改善を手助けします。"],"Find out how the text link counter can enhance your SEO.":["テキストリンクカウンターが SEO をどのように強化させるか学びましょう。"],"%s integration":["%s 連携"],"Read more about how %s works.":[" %s のより詳しい仕組みはこちら。"],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["サイトを Facebook などのソーシャルメディアでシェアする際、画像と抜粋テキストつきのプレビューを表示するには、この機能を有効化してください。"],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["サイトを Twitter でシェアする際、画像と抜粋テキストつきのプレビューを表示するには、この機能を有効化してください。"],"Find out why you should upgrade to %s":["%s にアップグレードすべき理由"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["%1$s の最新ブログ"],"Need help?":["ヘルプが必要ですか ?"],"Type here to search...":["入力して検索を開始…"],"Search the Yoast Knowledge Base for answers to your questions:":["Yoast ナレッジベースで、質問に対する回答を検索しましょう:"],"Remove highlight from the text":["テキストからハイライトを削除"],"Your site language is set to %s. ":["あなたのサイト言語は%sに設定されています。"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["%1$s %2$s設定ウィザード%3$sを使用してすぐに始めましょう!"],"First-time SEO configuration":["初回 SEO 設定"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["サイト言語は {language} に設定されています。異なる場合、サイト管理者に連絡して下さい。"],"Your site language is set to {language}.":["サイト言語が {language} に設定されています。"],"Highlight this result in the text":["この結果をテキストで強調表示"],"Considerations":["検討事項"],"Errors":["エラー"],"Change language":["言語変更"],"You cannot create a %s file.":["%s ファイルを作成できません。"],"You cannot edit the %s file.":["%s ファイルを編集できません。"],"Updated %s":["%s を更新しました"],"Create %s file":["%s を作成"],"Edit the content of your %s:":["%s の内容を編集:"],"Save changes to %s":["%s の変更を保存"],"%s file":["%s ファイル"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s と %2$s は、補助プラグインを追加するとより高度な連携が可能となります。%3$s をインストールして、より良い暮らしを送りましょう。%4$s。"],"More information":["詳細情報"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s と %2$s は、補助プラグインを追加するとより高度な連携が可能となります。%3$s を有効化して、より良い暮らしを送りましょう。"],"More information about %1$s":["%1$s の詳細情報"],"Configuration Wizard":["設定ウィザード"],"You've done it!":["完了しました"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["%2$s と%1$s をシームレスに連携し、コンテンツを分析します。"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s と %2$s は、補助プラグインを追加するとより高度な連携が可能となります。%3$s をインストールして、より良い暮らしを送りましょう。"],"Manage your %s subscription on MyYoast":["My Yoast で定期購入を管理する"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["最も重要な%1$sを「コーナーストーンコンテンツ」としてマークして、サイト構造を改善しましょう。%2$sコーナーストーンコンテンツの詳細はこちら%3$s。"],"Loading help center.":["ヘルプセンターを読み込んでいます。"],"Get support":["サポートを受ける"],"View in KB":["ナレッジベースで表示"],"Go back":["戻る"],"Go back to the search results":["検索結果へ戻る"],"(Opens in a new browser tab)":["(新しいブラウザータブで開く)"],"Posts %1$swithout%2$s a focus keyphrase":["フォーカスキーフレーズを%1$s持たない%2$s投稿"],"Hey, your SEO is doing pretty well! Check out the stats:":["サイトの SEO はなかなかいい調子です。統計情報をチェックしてみてください。"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["公開済みの投稿がありません。最初の投稿をすると、SEO スコアがここに表示されます !"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["このページでは、サイト名を変更し、区切りを選択することができます。区切りは、例として投稿タイトルとサイト名の間に表示されます。記号は検索結果に表示される長さで表示されます。ブランドに合うものを選択するか、スニペット内のスペースを最小限に抑えます。"],"Something else":["その他"],"A portfolio":["ポートフォリオ"],"A corporation":["企業"],"A small offline business":["小規模なオフラインビジネス"],"A news channel":["ニュースチャンネル"],"An online shop":["オンラインショップ"],"A blog":["ブログ"],"What does the site %1$s represent?":["%1$s はどんなサイトですか ?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["いいえを選択すると、投稿者アーカイブを停止し、コンテンツが重複する問題を防ぎます。"],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["注: 個人データは一切保存しませんし、アカウントへフルアクセスするものではありません。\nあなたのプライバシーは安全です。"],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s は、サイト所有者にとっての必須ツール Google サーチコンソールと連携します。サイトの健全性についての情報の取得が可能です。Google アカウントを持っていない、または有効化していない場合、%2$sサイトを Google サーチコンソールに接続する方法%3$sをご確認ください。"],"Option B: My site is under construction and should not be indexed":["選択肢 B: サイト構築中で、インデックスを希望しない"],"Option A: My site is live and ready to be indexed":["選択肢 A: サイト公開中で、インデックスされる準備ができている"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["検索エンジンのインデックスからサイトの除外を続けるには、構築中を選択します。サイトを公開する準備ができたら、忘れずに有効化してください。"],"Please specify if your site is under construction or already active.":["サイトが構築中か、またはすでに公開済みかを指定してください。"],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["この情報は、検索結果右側に表示される大きな情報ブロック「Google ナレッジグラフカード」に使用されます。"],"Read more like this on our SEO blog":["弊社の SEO ブログで似た記事を読む"],"Readability: %s":["可読性: %s"],"Not activated":["有効化済みではありません"],"Activated":["有効化済み"],"%1$s recommendations for you":["%1$s によるおすすめ"],"All Readability Scores":["合計可読性スコア"],"Filter by Readability Score":["可読性スコアで絞り込む"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["更新やサポートの対象外です。問題を解決するには、%2$s でサイトを追加し、%1$s を有効にしてください。"],"Request method %1$s is not valid.":["リクエストメソッド %1$s は無効です。"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["%1$s でこの投稿をシェアしたときの見た目のプレビューは、%2$s で可能です。"],"Good job! All the links in your texts have been counted.":["テキストのすべてのリンク数をカウント完了しました。"],"Calculation completed.":["計算が完了しました。"],"Calculation in progress...":["計算中…"],"Stop counting":["カウントを中止"],"Counting links in your texts":["テキストのリンク数をカウント中"],"Text %1$s of %2$s processed.":["%2$s件中%1$s件のテキストを処理しました。"],"All your texts are already counted, there is no need to count them again.":["すべてのテキストがすでにカウントされているため、再カウントする必要はありません。"],"Count links in your texts":["テキストのリンク数をカウント"],"Text link counter":["テキストリンクカウンター"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["この投稿にリンクしている内部リンク数。詳細はヘルプタブの「Yoast Columns」テキストを参照してください。"],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["この投稿内の内部リンク数。詳細はヘルプタブの「Yoast Columns」テキストを参照してください。"],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":[""],"%s Columns":["%sカラム"],"Readability score":["可読性スコア"],"Other benefits of %s for you:":["%s のその他の利点:"],"Scroll to see the preview content.":["コンテンツのプレビューを見るにはスクロールしてください。"],"Cornerstone content":["コーナーストーンコンテンツ"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s はこれから、サイトに必要な技術的最適化をすべて処理します。検索結果でサイトのパフォーマンスを本当に向上するには、関心のあるキーワードで上位になるようなコンテンツを作り始めることが重要です。投稿やページを編集するときに %1$s メタボックスを使用する方法を説明したこの動画をご覧ください。"],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["あなたの特定の町や地方での競争で抜きんでたければ、私たちの %1$s プラグインをチェックしてください!簡単にGoogleマップ、営業時間、連絡先、ストアロケーターなどを挿入できるようになります。そのうえ %1$s は、あなたの連絡先ページの使いやすさを向上します。"],"Attract more customers near you":["周りにいるお客様を呼び込みましょう"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["%1$s プラグインのすべてを知りたいですか ? 高度な設定についてのすべてを学びたいですか ? %1$s プラグインを最大限に活用したいですか ? %1$s プラグイントレーニングをチェックして、競争で優位に立ちましょう !"],"Get the most out of %1$s with the %2$s":["%2$s で %1$s を最大限に活用"],"Upgrade to Premium":["Premium にアップグレード"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["競争で優位に立ちたいですか ? %1$s はプロのような SEO 戦略の立ち上げに役立つ、素晴らしい追加機能を提供します。同義語や関連キーワードを追加し、プレミアム SEO 解析、リダイレクトマネージャ、内部リンクツールを使用しましょう。%1$s はさらに、有料サポートも利用可能です。"],"Outrank the competition with %s":["%s を使って競争に勝ち抜きましょう"],"You might like":["こちらもおすすめ"],"Newsletter":["メールマガジン"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["まだこのウィザードを完了していないことを検出しました。%2$s設定ウィザードを使って%1$s %3$sを設定することをおすすめします。"],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["設定ウィザードを使用すると、最適な SEO 設定になるようサイトを簡単にセットアップできます。"],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["プレミアム版にアップグレードすれば、プラグインの設定と使用についての質問に専門家がお答えします。"],"Superfast internal linking suggestions":["すばやい内部リンクの提案"],"Great news: you can, with %1$s!":["朗報: %1$s で可能です !"],"Save changes":["変更を保存"],"1 year free support and updates included!":["1年間の無料更新とアップグレードを含みます。"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["%2$s プラグインは、検索エンジンと通常のユーザーを区別してサイトの出力を変更する「クローキング」と呼ばれる処理を行います。無効にすることを強くおすすめします。"],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sソーシャルメディアのプレビュー%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sデッドリンクとは無縁に%2$s: かんたんリダイレクト管理"],"No ads!":["広告なし !"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["ソーシャルメディアのプレビュー"],"Easy redirect manager":["かんたんリダイレクト管理"],"No more dead links":["リンク切れもなし"],"Increase your SEO reach":["SEO リーチを拡大"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["すばらしいコンテンツを作成するため、さらに助けが必要な場合は %2$sSEO コピーライティングコース%3$sをご覧ください。プラグインの機能をすべて知るには、%1$s をご検討ください。"],"Variable":["変数"],"Available variables":["利用可能な変数"],"Scroll to see the table content.":["テーブルの内容を表示するにはスクロールしてください。"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["お手伝いが必要な場合は、%1$sサイトを Google サーチコンソールに接続する方法についての記事%2$sを参照してください。"],"An error occurred in the '%1$s' assessment":["%1$s評価の際にエラーが発生しました"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$sの単語に%2$s%3$s以上のシラブル%4$sが含まれています。おすすめの最大値%5$sを超過しています。"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$sの単語に%2$s%3$s以上のシラブル%4$sが含まれています。おすすめの最大値%5$sと同じか下回っています。"],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["推奨最低値である%5$d語をやや下回っています。%3$sもう少し文章を追加してください%4$s。"],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["メタディスクリプションに%2$s%3$s単語以上%4$s含まれる文章が%1$d文あります。文章を短くしてみましょう。"],"The meta description contains no sentences %1$sover %2$s words%3$s.":["メタディスクリプションに%1$s%2$s語以上の文%3$sが含まれていません。"],"Step %1$d: %2$s":["手順%1$d: %2$s"],"No new notifications.":["新しい通知はありません。"],"Save all":["すべて保存"],"Save":["保存"],"%1$s, Author at %2$s":["%1$s (%2$s の投稿者)"],"Mobile preview":["モバイルプレビュー"],"Desktop preview":["デスクトッププレビュー"],"Select redirect":["リダイレクトを選択"],"Please provide an SEO title by editing the snippet below.":["SEO で重要な Title タグは、以下のスニペットから編集できます。"],"Meta description preview:":["メタディスクリプションのプレビュー:"],"Slug preview:":["スラッグをプレビュー:"],"SEO title preview:":["SEO タイトルのプレビュー:"],"Close snippet editor":["スニペットエディターを閉じる"],"Slug":["スラッグ"],"Remove marks in the text":["文章からマークを除去する"],"Mark this result in the text":["この結果をテキストにマークする"],"Marks are disabled in current view":["現在のビューでマークが無効になっています"],"Good SEO score":["非常に良い SEO スコアです"],"OK SEO score":["SEO スコアは OK です"],"Feedback":["フィードバック"],"ok":["ok"],"Choose an image":["画像を選択する"],"Remove the image":["画像を削除する"],"MailChimp signup failed:":["MailChimp の登録に失敗しました:"],"Sign Up!":["登録"],"Name":["名前"],"There is an error with the request.":["リクエストにエラーがあります。"],"Select profile":["プロフィールを選択"],"Choose a profile":["プロフィールを選択"],"Authorization code":["認証コード"],"Reauthenticate with Google":["Google で再認証する"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["%s がGoogle サーチコンソールの情報を取得するのを許可するには Google 認証コードを入力してください。下のボタンをクリックすると新しいウィンドウが開きます。"],"Please provide a meta description by editing the snippet below.":["以下のスニペットを編集し、メタディスクリプションを入力してください。"],"Edit snippet":["スニペットを編集"],"You can click on each element in the preview to jump to the Snippet Editor.":["プレビューで各要素をクリックすると、スニペットエディターにジャンプできます。"],"SEO title preview":["SEO タイトルのプレビュー:"],"Meta description preview":["メタディスクリプションのプレビュー: "],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["現在のステップを保存する際に問題が発生しました。どのステップにいたのかと、何を変更したいのか (もしあれば) を添えて、{{link}}バグ報告を提出してください{{/link}}。"],"Close the Wizard":["ウィザードを閉じる"],"Export settings":["設定のエクスポート"],"%1$s video tutorial":["%1$s チュートリアル動画"],"%s › Configuration Wizard":["%s › 設定ウィザード"],"Please don't show me this notification anymore":["今後この通知を表示しない"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["問題がありましたら、%1$sバグをご報告%2$sください。最善を尽くしてお手伝いします。"],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["%1$s を継続してご利用いただき、ありがとうございます。ご満足いただましたら幸いです。差し支えなければ %2$sWordPress.org で5つ星評価をいただけたら%3$s大感激です。"],"Date archives settings":["日付別アーカイブの設定"],"Author archives settings":["投稿者アーカイブ設定"],"%1$s by %2$s":["%1$s x %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["警告:%sはこのテンプレートでは利用できません。詳細はヘルプセンターにてお尋ねください。"],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["%1$sプレミアムプラグイン%2$sについてご存知でしたか ? リダイレクト管理や複数キーフレーズのサポートといった高度な機能を提供します。また、24時間年中無休のパーソナルサポートも付いています。"],"(no title)":["(タイトルなし)"],"%s installation wizard":["%s インストールウィザード"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["%1$s 管理バーメニューには、ページを分析するためのサードパーティーツールへの便利なリンクが含まれており、新しい通知があるかどうかを簡単に確認できます。"],"Admin bar menu":["管理バーメニュー"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["機能"],"SEO title":["SEO タイトル"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["%1$s のセットアップをできるだけ簡単にするよう努めていますが、限界があります。私たちによる %1$s の代理設定をご希望でしたら、%3$s%1$s 初期設定サービス%4$sをご利用ください ! %2$s もついてきます。"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["%1$s 設定ウィザードへようこそ。数個の簡単なステップで、サイトで必要な SEO 設定をお手伝いします。"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google は検索結果にサイト名を表示します。もし変更したい場合にはここで変更できます。"],"Greater than sign":["大なり記号"],"Less than sign":["小なり記号"],"Right angle quotation mark":["右角引用符"],"Left angle quotation mark":["左角引用符"],"Small tilde":["小文字のチルダ (~)"],"Vertical bar":["縦棒"],"Low asterisk":["下アスタリスク"],"Asterisk":["アスタリスク"],"Bullet":["箇条書き点"],"Middle dot":["中黒"],"Em dash":["Em ダッシュ"],"En dash":["En ダッシュ"],"Dash":["ダッシュ"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["タイトル区切りに使用する記号を選択してください。たとえば、投稿のタイトルとサイト名の間に表示されます。記号は検索結果に表示されるサイズで表示されます。"],"The name of the person":["人物の名前"],"No":["いいえ"],"Yes":["はい"],"Does, or will, your site have multiple authors?":["サイトに複数の投稿者がいますか ?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress は、ライブラリ内の各メディアの URL を自動的に生成します。これを有効にすると、Google は生成された URL のインデックスを作成します。"],"Success!":["成功しました。"],"Title settings":["タイトル設定"],"Google Search Console":["Google サーチコンソール"],"Multiple authors":["複数の作成者"],"Site type":["サイトタイプ"],"Environment":["環境"],"Yoast option %1$s not found.":["Yoast オプション %1$s が見つかりませんでした。"],"Google Structured Data Test":["Google 構造化データテスト"],"Posts list":["投稿リスト"],"Posts list navigation":["投稿リストナビゲーション"],"Filter posts list":["投稿リストの絞り込み"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["アーカイブへのリンクは、テーマによって出力されている可能性があり、個別に削除が必要であることに注意してください。"],"%1$s to optimize your site even further":["サイトをさらに最適化する %1$s"],"%1$s extensions":["%1$s 機能拡張"],"Comes with our 30-day no questions asked money back guarantee":["30日間の無条件返金保証付きです"],"More information %1$sabout %3$s%2$s":["%1$s%3$sに関する%2$s詳細情報"],"Installed":["インストール済み"],"gain access to our 24/7 support team.":["24 / 7サポートチームにアクセスできます。"],"Premium support":["プレミアムサポート"],"check what your Facebook or Twitter post will look like.":["Facebook や Twitter での見た目を確認しましょう。"],"Social previews":["ソーシャルプレビュー"],"create and manage redirects from within your WordPress install.":["WordPress のインストールディレクトリ配下のリダイレクトを作成・管理します。"],"Redirect manager":["リダイレクトマネージャー"],"%1$s, take your optimization to the next level!":["%1$s、最適化を次のレベルに !"],"A seamless integration between %1$s and %2$s":["%1$s と %2$s をシームレスに連携"],"Use %1$s breadcrumbs instead of %2$s ones":["%2$s のパンくずリストを %1$s に変更"],"Easily insert Google Maps, a store locator, opening hours and more":["Google マップ、店舗所在地、営業時間などを簡単に挿入"],"Creates XML News Sitemaps":["XML ニュースサイトマップを作成"],"Immediately pings Google on the publication of a new post":["新しい投稿の公開をすぐに Google へ通知"],"Optimize your site for Google News":["Google ニュース用にサイトを最適化"],"Make videos responsive through enabling fitvids.js":["fitvids.js を有効化して動画をレスポンシブにする"],"Enhance the experience of sharing posts with videos":["動画つき投稿のシェア体験を強化"],"Show your videos in Google Videos":["Google ビデオ内に動画を表示"],"Crawl issues list":["クロールの問題のリスト"],"Crawl issues list navigation":["クロールの問題のリストのナビゲーション"],"Edit “%s”":["“%s” を編集"],"Premium":["プレミアム"],"Google Trends":["Google トレンド"],"Notifications":["通知"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["メタボックスからフォーカスキーフレーズのタブを削除し、SEO に関連する提案機能をすべて停止します。"],"Disable SEO analysis":["SEO 解析を無効化"],"Twitter settings":["Twitter 設定"],"Pinterest settings":["Pinterest 設定"],"Facebook settings":["Facebook 設定"],"Title separator symbol":["タイトル区切り記号"],"RSS feed settings":["RSS フィード設定"],"Breadcrumbs settings":["パンくずリストの設定"],"Make primary":["メインにする"],"Enter your Google Authorization Code and press the Authenticate button.":["Google の認証コードを入力して、「認証」のボタンを押してください。"],"Knowledge base article":["基本となる記事の知識"],"Open the knowledge base article in a new window or read it in the iframe below":["新しいウィンドウでナレッジベースの記事を開くか、下の iframe で読み込む"],"Search results":["検索結果"],"%s notification":["%s件の通知"],"Disable readability analysis":["可読性解析を停止"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["メタボックスに可読性タブを表示しないようにし、読みやすさに関連する提案機能をすべて無効化します。"],"Readability analysis":["可読性解析"],"Needs improvement":["改善が必要"],"Readability":["可読性"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["未軽量化ファイルを読み込もうとしています。開発用パッケージでのみ利用可能です。すべてのソースファイルは %1$s からご覧ください。"],"Improvements":["改善"],"Dismiss this item.":["この項目を非表示にします。"],"Good job! We could detect no serious SEO problems.":["SEO の深刻な問題は検出できませんでした。"],"We have detected the following issues that affect the SEO of your site.":["サイトの SEO に影響を与える次の問題を検出しました。"],"Problems":["問題点"],"Analysis":["解析"],"Not available":["利用できません"],"Filter by SEO Score":["SEO スコアで絞り込む"],"Meta description not set.":["メタディスクリプションが設定されていません。"],"Video tutorial":["チュートリアル動画"],"Email support is a %s feature":["メールサポートは%sの機能です。"],"Knowledge base":["ナレッジベース"],"Open":["開く"],"Loading...":["読み込み中…"],"Something went wrong. Please try again later.":["問題が発生しました。後ほど再度お試しください。"],"No results found.":["見つかりませんでした。"],"Dashboard":["ダッシュボード"],"You can fix this on the %1$sPermalink settings page%2$s.":["これは%1$sパーマリンク設定ページ%2$sで修正できます。"],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["コメントのページングが有効です。これは1000件のうち999件では不要ですので、無効にすることをおすすめします。"],"Replaced with the primary category of the post/page":["投稿 / 固定ページのメインカテゴリーに置き換えました"],"Pinterest confirmation":["Pinterest の確認"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Pinterest でサイトをすでに認証済みの場合は、以下のステップをスキップすることができます。"],"Format-based archives":["形式ベースアーカイブ"],"Webmaster Tools verification":["ウェブマスターツールの検証"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["WordPressトレーニングの %1$s をフォローして、認定 %1$s エキスパートになろう !"],"Want to be a %s Expert?":["%s エキスパートになりたいですか ?"],"Buy %s":["%s を購入"],"Show information about errors in category %s":["%s カテゴリー内のエラーに関する情報を表示する"],"New %1$s Title":["新規 %1$s タイトル"],"Existing %1$s Title":["既存の %1$s タイトル"],"Expected an integer as input.":["整数を入力してください。"],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["サイトマップのキャッシュキーを作成しようとしましたが、ポストフィックスとプレフィクスの組み合わせが狭すぎます。想定範囲外のページをリクエストしているようです。"],"Remove":["削除"],"Keep":["維持"],"Bold the last page":["最後のページを太字にする"],"Regular":["標準"],"Bold":["太字"],"Show Blog page":["ブログページを表示"],"Primary %s":["メイン%s"],"Primary":["メイン"],"Make %1$s primary %2$s":["%1$sをメインの%2$sにする"],"Term is set to noindex.":["タームが noindex に指定されている"],"Author archives":["投稿者アーカイブ"],"Show":["表示"],"Enabled":["有効"],"Disabled":["無効"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s はサイトのインデックス性ステータスを %2$s からまだ取得していません"],"The separator defined in your theme's %s tag.":["セパレータはテーマの %s タグで定義されています。"],"No index":["インデックスされていません"],"Analyze entire site":["サイト全体を解析する"],"Fetch the current status":["現在のステータスを取得"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%2$s は %4$s から%1$sサイトのインデックス可否状態をフェッチできませんでした%3$s"],"Your homepage can be indexed by search engines.":["ホームページは検索エンジンによりインデックスされます。"],"Indexability check by %1$s":["%1$s によるインデクサビリティチェック"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["%1$s での共有に画像を使いたい場合は、ここで画像をアップロード / 選択するか、画像の URL を追加してください。"],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["%1$s で共有する際に実際のメタディスクリプションを使いたくない場合は、ここに代わりの文章を入力してください。"],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["%1$s で共有する際に実際のタイトルを使いたくない場合は、ここに代わりのタイトルを入力してください。"],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sサイトが検索エンジンでインデックスできません%2$s。SEO 上非常に悪く、修正が必要です。"],"Once Weekly":["週1回"],"SEO score":["SEO スコア"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["フォーカスキーフレーズを使用して、コンテンツ全体の SEO スコアを再計算します。"],"%1$s of %2$s done.":["%1$s / %2$s 完了。"],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["SEO スコアのアルゴリズムを更新しました。%1$s ここをクリックして、すべての投稿と固定ページの SEO スコアを再計算します。%2$s"],"Team Yoast":["チーム Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["WordPress のオールインワン型 SEO ソリューションを提供します。ページコンテンツの解析や XML サイトマップなど様々な機能があります。"],"Yoast SEO":["Yoast SEO"],"Activation failed:":["有効化に失敗しました:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["フィルタ拡張機能が使用できません。ホスティング会社に有効化するよう問い合わせてください。"],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["%1$s プラグインのインストールが不完全です。%2$sインストール手順%3$sに従ってください。"],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Standard PHP Library (SPL) 拡張機能が利用できないようです。ホスティング会社に有効にするよう問い合わせてください。"],"SEO Settings":["SEO 設定"],"Mobile-Friendly Test":["モバイル対応テスト"],"Google Page Speed Test":["Google PageSpeed Insights"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML Validator"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins Validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["ヘッダーをチェック"],"Check Google Cache":["Google キャッシュをチェック"],"Analyze this page":["このページを分析する"],"Keyword Research":["キーワードのリサーチ"],"%s does not seem to be a valid url. Please correct.":["%s は、有効なURLではないようです。修正してください。"],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s は有効な %2$s 確認用の文字列ではないようです。修正してください。"],"%s Archive":["%s アーカイブ"],"You searched for %s":["検索結果: %s"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s は有効な Twitter ユーザー名ではないようです。修正してください。"],"Summary with large image":["大きな画像付きの概要"],"Summary":["概要"],"The post %1$s appeared first on %2$s.":["投稿 %1$s は %2$s に最初に表示されました。"],"No numeric value was received.":["数字の値を受け取れませんでした。"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["これはすでに存在するブログである必要があります。ブログ %s は存在しないか、削除されています。"],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["デフォルトブログ設定は、デフォルトで使いたいブログの ID の数字である必要があります。"],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s は %2$s 設定へのアクセスを許可するユーザーの選択としては正しくありません。デフォルトに戻しました。"],"Please select a valid post type for taxonomy \"%s\"":["タクソノミー \"%s\" の正しい投稿タイプを選んでください。"],"Please select a valid taxonomy for post type \"%s\"":["投稿タイプ \"%s\" の正しいタクソノミーを選んでください。"],"You searched for":["検索結果:"],"Home":["ホーム"],"Archives for":["アーカイブ: "],"Error 404: Page not found":["エラー 404: ページが見つかりません。"],"Good":["良い"],"Replaced with a custom taxonomies description":["カスタムタクソノミー説明文に置き換えられます"],"Replaced with a posts custom taxonomies, comma separated.":["カンマで区切られた投稿のカスタムタクソノミーに置き換えられます"],"Replaced with a posts custom field value":["現在の投稿カスタムフィールド値に置き換えられます"],"Replaced with the slug which caused the 404":["404の原因になるスラッグに置き換えられます"],"Replaced with the posts focus keyphrase":["投稿のフォーカスキーワードに置き換えられます"],"Attachment caption":["添付ファイルのキャプション"],"Replaced with the current page number":["現在のページナンバーに置き換えられます"],"Replaced with the current page total":["現在のページ数合計に置き換えられます"],"Replaced with the current page number with context (i.e. page 2 of 4)":["現在のページ数に置き換えられます (例: ページ 2/4)"],"Replaced with the post/page author's 'Biographical Info'":["投稿やページの投稿者のプロフィールに置き換えられます"],"Replaced with the post/page author's 'nicename'":["投稿 / ページの投稿者のニックネームに置き換えられます"],"Replaced with the post/page ID":["投稿 / ページの ID に置き換えられます"],"Replaced with the post/page modified time":["投稿/ページの更新時刻に置き換えられます"],"Replaced with the content type plural label":["コンテンツタイプの複数形ラベルで置き換えられます"],"Replaced with the content type single label":["コンテンツタイプの単数形ラベルで置き換えられます"],"Replaced with the current search phrase":["現在の検索語に置き換えられます"],"Replaced with the term name":["ターム名に置き換えられます"],"Replaced with the term description":["ターム説明文に置き換えられます"],"Replaced with the tag description":["タグ説明文に置き換えられます"],"Replaced with the category description":["カテゴリー説明文に置き換えられます"],"Replaced with the post categories (comma separated)":["投稿のカテゴリー (カンマで区切り) に置き換えられます"],"Replaced with the current tag/tags":["現在のタグに置き換えられます"],"Replaced with the post/page excerpt (without auto-generation)":["投稿/ページの抜粋 (自動生成しません) に置き換えられます"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["投稿/ページの抜粋 (存在しない場合は自動生成されます) に置き換えられます"],"The site's name":["サイト名"],"Replaced with the title of the parent page of the current page":["現在のページの親ページのタイトルに置き換えられます"],"Replaced with the title of the post/page":["投稿/ページのタイトルに置き換えられます"],"Replaced with the date of the post/page":["投稿や固定ページの日時に置き換えられます"],"Page %1$d of %2$d":["ページ %1$d / %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["同名の変数を登録しても、WPSEO 標準の変数置換を再定義することはできません。置換用の値を調整するのではなく \"wpseo_replacements\" フィルターを使用してください。"],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["既に使用されている置換変数名に変更しようとしています。もっとユニークな変数名にしましょう。"],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["置換変数は \"%%cf_\" または \"%%ct_\" で始めることはできません。これらはカスタムフィールドおよびカスタムタクソノミーの WPSEO 標準変数用変数として予約されているためです。変数名を一意にしてみてください。"],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["変数名を変更してください。アルファベット、数字、アンダーラインとハイフンのみ使用できます。"],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["管理者の方へ: ページにメタディスクリプションがないため、表示されません。ページ固有に記入するか、[%1$s - %2$s] メニューに移動してテンプレートを設定します。"],"Page not found":["ページが見つかりませんでした"],"%s Archives":["%s アーカイブ"],"Search for \"%s\"":["\"%s\"の検索結果"],"Meta description to use for Author page":["投稿者ページに使用するメタディスクリプション"],"Title to use for Author page":["投稿者ページに使用するタイトル"],"%1$s settings":["%1$s の設定"],"Export your %1$s settings":["%1$s の設定をエクスポートする"],"Import settings":["設定のインポート"],"Import from other SEO plugins":["他の SEO プラグインからインポート"],"Import":["インポート"],"If you had a %s file and it was editable, you could edit it from here.":[" %s ファイルが存在し、編集可能であれば、こちらより編集可能です。"],"If your %s were writable, you could edit it from here.":["%s が書き込み可能な場合、ここから編集することができます。"],"You don't have a %s file, create one here:":["%s ファイルがありません。ここで新規作成できます:"],"A link to your site, with your site's name and description as anchor text.":["サイト名と説明文のアンカーテキスト付きのサイトへのリンクです。"],"A link to your site, with your site's name as anchor text.":["サイト名のアンカーテキスト付きのサイトへのリンクです。"],"A link to the post, with the title as anchor text.":["タイトルのアンカーテキスト付きの投稿へのリンクです。"],"A link to the archive for the post author, with the authors name as anchor text.":["投稿者名のアンカーテキスト付きの投稿者のアーカイブへのリンクです。"],"You can use the following variables within the content, they will be replaced by the value on the right.":["コンテンツ内で次の変数を使用することができ、右側の値に置き換えられます。"],"Content to put after each post in the feed":["フィードの各投稿の後に表示するコンテンツ"],"Content to put before each post in the feed":["フィード内の各投稿の前に置くためのコンテンツ"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["この機能は自動的に RSS にコンテンツを追加するために使用されます。さらに具体的に言うと、それはあなたのブログやブログ投稿へ戻るリンクを追加します。まぬけなコンテンツ窃盗者は、自動的にこうしたリンクも追加してしまうため、検索エンジンがあなたのブログをコンテンツのオリジナルのソースとして識別するのに役立ちます。"],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["パンくずリスト機能の使い方は %1$sナレッジベース記事%2$sに掲載されています。"],"How to insert breadcrumbs in your theme":["テーマにパンくずリストを挿入する方法"],"Blog":["ブログ"],"Content type archive to show in breadcrumbs for taxonomies":["タクソノミーのパンくずリストで表示するコンテンツタイプアーカイブ"],"Taxonomy to show in breadcrumbs for content types":["コンテンツタイプのパンくずリストに表示するタクソノミー"],"Breadcrumb for 404 Page":["404ページのパンくずリスト"],"Prefix for Search Page breadcrumbs":["検索ページのパンくずリストの接頭辞"],"Prefix for Archive breadcrumbs":["アーカイブのパンくずリストの接頭辞"],"Prefix for the breadcrumb path":["パンくずリストのパスの接頭辞"],"Anchor text for the Homepage":["ホームページ用のアンカーテキスト"],"Separator between breadcrumbs":["パンくずリストの間の区切り"],"Enable Breadcrumbs":["パンくずリストを有効にする"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["以下は公開済み投稿の SEO スコアです。今すぐ投稿の改善を始めましょう。"],"Credits":["クレジット"],"« Back to Tools page":["« ツールページに戻る"],"%1$s comes with some very powerful built-in tools:":["%1$s はパワフルなツールをいくつか内蔵しています:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["このツールを使用すると robots.txt や .htaccess などの、 SEO にとって重要なファイルを簡単に編集できます。"],"File editor":["ファイルエディタ"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["他の SEO プラグインの設定をインポートしたり、他のブログで再利用するために設定をエクスポートしたりできます。"],"Import and Export":["インポート・エクスポート"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["このツールを使用すると、すべての投稿や固定ページのタイトルやディスクリプションを一括で変更できます。"],"Bulk editor":["一括変更"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["%1$s サイトを Pinterest で認証するには%2$s、ここにメタタグを追加してください:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest は Facebook と同様に Open Graph のメタデータを利用するため、サイトを Pinterest に最適化するには Facebook タブにある Open Graph のチェックボックスにチェックを入れてください。"],"The default card type to use":["使用するデフォルトカードタイプ"],"Add Twitter card meta data":["Twitter card のメタデータを追加"],"This image is used if the post/page being shared does not contain any images.":["シェアした投稿や固定ページに画像が含まれていない場合、この画像を使用します。"],"Default settings":["デフォルト設定"],"Copy home meta description":["ホームのメタディスクリプションを複製"],"Description":["説明"],"Image URL":["画像 URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["トップページの Open Graph メタデータで使用されるタイトル、ディスクリプション、画像です。"],"Frontpage settings":["フロントページ設定"],"Add Open Graph meta data":["Open Graph メタデータを追加する"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter ユーザー名"],"Facebook Page URL":["Facebook ページの URL"],"Accounts":["アカウント"],"Restore site to defaults":["サイトをデフォルト状態に復元"],"Site ID":["サイト ID"],"Using this form you can reset a site to the default SEO settings.":["このフォームを使って、サイトをデフォルトの SEO の設定にリセットすることができます。"],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["プライバシーの観点でセンシティブなもの (FB 管理者など)、テーマ固有のもの (タイトルのリライト) サイト特有の設定などは、新しいブログにインポートされません。"],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["ネットワークに追加したサイトで、デフォルトとして設定を使用したい%1$sサイト ID%2$s を入力してください。設定しない場合は空欄にします (例: 通常のプラグインのデフォルトを使用します)。"],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["ネットワークに追加されたすべてのサイトに対してのデフォルトサイト設定を選んでください。「なし」を選ぶとプラグインのデフォルトを使います。"],"New sites in the network inherit their SEO settings from this site":["このサイトからの SEO 設定を継承するネットワーク内の新しいサイト"],"Super Admins only":["特権管理者専用"],"Site Admins (default)":["サイト管理者(デフォルト)"],"Who should have access to the %1$s settings":["%1$s の設定にアクセスできる人"],"spam":["スパム"],"mature":["mature"],"archived":["アーカイブ済み"],"public":["公開済み"],"%s restored to default SEO settings.":["%s SEO 設定をデフォルトに戻しました。"],"Settings Updated.":["設定をアップデートしました。"],"404 pages":["404ページ"],"Search pages":["検索ページ"],"These pages will be %s by default, so they will never show up in search results.":["これらのページはデフォルトで %s になるため、検索結果に表示されることはありません。"],"Special Pages":["特別ページ"],"Date-based archives could in some cases also be seen as duplicate content.":["日付ベースのアーカイブも場合によっては重複コンテンツになることがあります。"],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["この問題に該当する場合、無効にする (ホームページへリダイレクトさせる) か、%sを検索結果に表示されないように追加できます。"],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["投稿者が一人のブログの場合、投稿者アーカイブはホームページと同一になってしまうという、%1$s重複コンテンツ問題%2$sと呼ばれる問題が起きます。"],"Date archives":["日付アーカイブ"],"author archives":["投稿者アーカイブ"],"Title":["タイトル"],"%1$s Meta Box":["%1$s メタボックス"],"Hide":["非表示"],"Date in Snippet Preview":["スニペットプレビューの日付"],"Take note:":["注意:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["ホームページとフロントページ"],"Title Separator":["タイトル区切り"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s は、ページのタイトルを書き換える必要があるかどうかを自動検出します。 それが間違っていて、どう変更すればいいか知っているなら、ここで設定を変更できます。"],"Force rewrite titles":["タイトルを強制的に書き換える"],"Taxonomies":["タクソノミー"],"Homepage":["ホームページ"],"%1$s Extensions":["%1$s 拡張機能"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["WooCommerce を %1$s とシームレスに統合したり追加機能を使えるようにしたりします!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Google マップのランキングで上位になりましょう!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Google ニュースに表示されてますか? 最適化してGoogle ニュースからのトラフィックを増やしましょう!"],"Optimize your videos to show them off in search results and get more clicks!":["動画を最適化して検索結果に表示させ、もっとクリックされるようにします!"],"The premium version of %1$s with more features & support.":["追加機能とサポートが得られるプレミアム版の %1$s です。"],"Person":["人"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["このデータはサイトのメタデータとして表示されます。%1$sGoogle ナレッジグラフ%2$sに表示されることを意図しています。個人または組織のいずれかを選択可能です。"],"Website name":["サイト名"],"Webmaster Tools":["ウェブマスターツール"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["投稿やページの URL に postname がありません。 postname を含めることを強くお勧めします。パーマリンク構造を /%postname%/ に設定することを検討してください。"],"RSS":["RSS"],"Breadcrumbs":["パンくずリスト"],"or":["または"],"Save Profile":["プロファイルの保存"],"There were no profiles found":["プロファイルがありません"],"Profile":["プロフィール"],"Current profile":["現在のプロファイル"],"Authenticate":["認証"],"Get Google Authorization Code":["Google 認証コードを取得する"],"Reload crawl issues":["クロールの問題をリロード"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["リダイレクトを作成してこの問題を修正するには %1$s が必要です。%2$sで、1年間のサポートと更新が含まれるプラグインを購入できます。"],"Creating redirects is a %s feature":["リダイレクトを設定するのは %s 機能です。"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["フィーチャフォン用の Googlebot がサイトをクロール中にエラーが起こりました。( デスクトップ用ではエラーはありません )"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Googlebot-Mobile がサイトをクロール中にエラーが起こりました。( デスクトップ用ではエラーはありません )"],"Errors that occurred when your site was crawled by Googlebot.":["Googlebot がサイトをクロールした時にエラーが起きました。"],"Issue categories":["問題のカテゴリー"],"Incorrect Google Authorization Code.":["Google 認証コードが間違っています。"],"The issues have been successfully reloaded!":["問題は再読み込みで解決されました。"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s のデータを削除しました。削除したデータを戻す場合、再認証が必要です。"],"Crawl errors per page":["ページごとのクロールエラー"],"Search":["検索"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["クロールエラーを見逃さないようにしましょう: %1$sGoogle Search Console と接続してください%2$s。"],"Create redirect":["リダイレクトの設定"],"Mark as fixed":["修正済みとする"],"Response code":["レスポンスコード"],"First detected":["最初の検出"],"Last crawled":["最終クロール"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s はあなたが%1$sと互換性のない、%2$sのバージョンを使用していることを検出しました。この機能を使用するにはバージョン%2$s を最新のバージョンへ更新してください。"],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast プラグインは、プラグイン間でコードを共有してサイトをより速くします。このため、すべての Yoast プラグインを最新にする必要があります。最新ではないものがあるようですので、すべての Yoast プラグインを更新してください。"],"Feature phone":["フィーチャーフォン"],"Smartphone":["スマートフォン"],"Desktop":["デスクトップ"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["ターゲット URL が存在しないのに、サーバーから 404(ファイルが見つかりません)エラーが返されません。"],"Soft 404":["ソフト 404"],"Request timed out or site is blocking Google.":["リクエストがタイムアウトしたか、サイトが Googlebot をブロックしています。"],"Server Error":["サーバーエラー"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot はサイトにアクセスできますが、一部の URL が %1$s ファイルで Googlebot をブロックしています。Googlebot すべてのブロック、Googlebot-mobile のみのブロックのどちらでも発生します。"],"Blocked":["ブロック"],"Google was unable to crawl this URL due to an undetermined issue.":["Googlebot は不明なエラーのためこの URL をクロールできませんでした。"],"URL points to a non-existent page.":["URL が存在しないページを指しています。"],"Not found":["見つかりません"],"Not followed":["フォローされていません"],"Faulty redirects":["リダイレクトのエラー"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Googlebot はサイトの URL をクロールできませんでした。サーバーでページのアクセスに認証が必須となっているか、Googlebot によるサイトへのアクセスがブロックされていることが原因です。"],"Access denied":["アクセスが拒否されました"],"Deactivate %s":["%s を無効化"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s プラグインを %2$s と併用すると問題が起きる可能性があります。"],"Upload Image":["画像をアップロード"],"Remove these ads?":["広告を無くしたいですか ?"],"%s Posts Overview":["%s 投稿の概要"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["パンくずリストのタイトルは、このタクソノミーが表示されるぱんくずリストで使用されます。"],"Breadcrumbs title":["パンくずリストのタイトル"],"The canonical link is shown on the archive page for this term.":["カノニカルリンクは、この語句のアーカイブページに表示されています。"],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["その他"],"Archives":["アーカイブ"],"Email":["メール"],"Previous":["前へ"],"Next":["次へ"],"Close":["閉じる"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s と %2$s の両方が XML サイトマップを生成できる状態です。複数のサイトマップは検索エンジンにとって良くないだけでなく、サイトの速度を遅くする原因にもなります。"],"Configure %1$s's Open Graph settings":["%1$s のオープングラフを設定する"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s 用の画像"],"%s Description":["%s 用ディスクリプション"],"%s Title":["%s 用タイトル"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["%1$s の推奨画像サイズは %2$spx です。"],"If you want to override the image used on %s for this post, upload / choose an image here.":["投稿の %s 用画像を上書きするには、画像をアップロードまたは選択してください。"],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["%s で共有する際に実際のメタディスクリプションを使いたくない場合は、ここに代わりの文章を入力してください。"],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["%s で共有する際に実際のタイトルを使いたくない場合は、ここに代わりのタイトルを入力してください。"],"very difficult":["非常に難しい"],"Try to make shorter sentences, using less difficult words to improve readability":["可読性を向上させるために、難しい言葉を減らし、文章を短くしてみてください。"],"difficult":["難しい"],"Try to make shorter sentences to improve readability":["可読性を向上させるために、文章を短くしてみてください。"],"fairly difficult":["かなり難しい"],"OK":["OK"],"fairly easy":["かなり易しい"],"easy":["易しい"],"very easy":["非常に易しい"],"Meta Desc.":["メタディスクリプション。"],"All SEO Scores":["すべての SEO スコア"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO の問題: Facebook などのソーシャルメディアサイトで使われるようにするには、画像サイズを200x200ピクセル以上にするべきです。"],"(no parent)":["(親なし)"],"Post is set to noindex.":["投稿は noindex に設定されています。"],"The URL that this page should redirect to.":["このページのリダイレクト先URLです。"],"301 Redirect":["301リダイレクト"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["このページを示すカノニカル URL です。空欄にするとデフォルトでパーマリンクになります。%1$sクロスドメインカノニカル%2$sにも対応しています。"],"Canonical URL":["カノニカル URL"],"Title to use for this page in breadcrumb paths":["パンくずリストのパスにこのページに使用するためのタイトル"],"Breadcrumbs Title":["パンくずリストのタイトル"],"No Snippet":["スニペットなし"],"No Archive":["アーカイブなし"],"No Image Index":["画像インデックスなし"],"None":["なし"],"Site-wide default: %s":["サイト全体のデフォルト: %s"],"Advanced meta robots settings for this page.":["このページの追加 Robots メタ設定です。"],"Meta robots advanced":["追加 robots メタ"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["警告: メタロボット設定を設定できますが、サイト全体のプライバシー設定で noindex が設定されているため、設定は効果がありません。"],"Meta description":["メタディスクリプション"],"SEO Title":["SEOタイトル"],"Focus keyword":["フォーカスキーワード"],"Snippet preview":["スニペットのプレビュー"],"Settings successfully imported.":["設定をインポートしました。"],"Settings could not be imported:":["以下の設定がインポートできませんでした: "],"Breadcrumb for 404 pages:":["404 ページのパンくずリスト:"],"Prefix for search result pages:":["検索結果のプレフィックス: "],"Prefix for archive pages:":["アーカイブのプレフィックス: "],"Prefix for breadcrumbs:":["パンくずリストのプレフィックス: "],"Anchor text for the homepage:":["トップページのアンカーテキスト: "],"Breadcrumbs separator:":["パンくずリストの区切り文字: "],"%s Breadcrumbs":["%s パンくずリスト"],"Use Image":["画像を使用する"],"Action":["操作"],"Page URL/Slug":["ページ URL / スラッグ"],"Publication date":["公開日"],"Post Status":["投稿ステータス"],"WP Page Title":["WP ページタイトル"],"View":["表示"],"View “%s”":["表示 “%s”"],"Preview":["プレビュー"],"Preview “%s”":["“%s” をプレビュー"],"Edit":["編集"],"Filter":["絞り込み検索"],"New Yoast Meta Description":["新しい Yoast メタディスクリプション"],"Existing Yoast Meta Description":["既存の Yoast メタディスクリプション"],"Facebook profile URL":["Facebook プロフィール URL"],"Twitter username (without @)":["Twitter ユーザー名 (@は不要)"],"FAQ":["よくあるご質問"],"Premium Support":["プレミアムサポート"],"Settings":["設定"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["表示設定 %2$s に移動 %1$s して、「検索エンジンでの表示」のチェックボックスのチェックを外してください。"],"Huge SEO Issue: You're blocking access to robots.":["深刻な SEO の問題:ロボットのアクセスをブロックしています。"],"Posts":["投稿"],"Edit Files":["ファイルの編集"],"Advanced Variables":["高度な変数"],"Basic Variables":["基本変数"],"General":["一般"],"Extensions":["拡張機能"],"Search Console":["Search Console"],"Tools":["ツール"],"Advanced":["上級者向け"],"XML sitemaps":["XML サイトマップ"],"Social":["ソーシャル"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s が %3$s のバージョン %2$s を利用していることを検出しました。互換性の問題を防ぐため、最新版に更新してください。"],"Just another WordPress site":["Just another WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["初期状態のキャッチコピーが設定されたままです。キャッチコピーを空欄にしたほうが良いでしょう。%1$sカスタマイザー内で修正しましょう%2$s。"],"You have used HTML in your value which is not allowed.":["許可されていないHTMLを使用しています。"],"You can't edit %s that aren't yours.":["%sは自分のものではないため編集できません。"],"You can't edit %s.":["%sは編集できません。"],"Post has an invalid Content Type: %s.":["投稿に無効なコンテンツタイプがあります: %s。"],"Post doesn't exist.":["投稿がありません。"],"course\u0004Free:":["無料:"],"posts\u0004Trash (%s)":["ゴミ箱 (%s)"],"posts\u0004All (%s)":["すべて (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/nb_NO.json b/Resources/Private/Languages/nb_NO.json index aefac87..bc9076c 100644 --- a/Resources/Private/Languages/nb_NO.json +++ b/Resources/Private/Languages/nb_NO.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"nb_NO"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLesbarhet%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Les %1$sdette innlegget for mer informasjon om hvorfor vi ikke støtter elsre versjoner.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":["Innlegg avindeksert"],"No Focus Keyphrase":["Ingen fokus-nøkkelord"],"Person logo / avatar":["Person-logo / avatar"],"Extend %s":["Utvid %s"],"Enroll in the %s for WordPress training":["Meld deg på %s for WordPress-opplæring"],"Posts with the SEO score: %s":["Innlegg med SEO-poeng: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s videoopplæring"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["For å se nåværende gjennomsøkingsfeil, %1$svenligst besøk Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":["Fjern denne meldingn"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimaliser ditt nettsted for lokalt publikum med vår %s-utvidelse! Optimaliserte adressedetaljer, åpningstider, butikkfinner og hentealternativ!"],"Serving local customers?":["Betjener du lokale kunder?"],"Get the %s plugin now":["Skaff utvidelsen %s nå"],"Organization social profiles":["Sosiale profiler for organisasjonen"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Du kan redigere detaljene vist i meta, som sosiale profiler, navnet og beskrivelsen til denne brukeren på dennes %1$s profilside."],"Personal info":["Personlig informasjon"],"Organization logo":["Logo til organisasjonen"],"Organization name":["Navn på organisasjonen"],"Choose whether the site represents an organization or a person.":["Velg om ditt nettsted representerer en organisasjon eller en person."],"Knowledge Graph & Schema.org":["Knowledge Graphog Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["For å angi at dtt nettsted representerer et selskap eller organisasjon går du til %1$sSøkeutseende%2$s og setter Organisasjon eller person to \"Organisasjon\"."],"To change the social accounts used for your site, update the details for %1$s.":["For å endre sosiale konti brukt på ditt nettsted, oppdater detaljene for %1$s."],"That means that the form and information below is disabled, and not used.":["Det betyr at skjemaet og informasjonen nedenfor er skrudd av og ikke i bruk."],"Your website is currently configured to represent a Person":["Ditt nettsted er for tiden satt opp til å representere en person"],"(if one exists)":["(om én finnes)"],"Wikipedia page about you":["Wikipedia-side om deg"],"YouTube profile URL":["YouTube profil-URL"],"Tumblr profile URL":["Tumblr profil-URL"],"SoundCloud profile URL":["SoundCloud profil-URL"],"MySpace profile URL":["MySpace profil-URL"],"Organization or person":["Organisasjon eller person"],"The person":["Personen"],"Organization":["Organisasjon"],"Does your site represent a person or an organization?":["Representerer ditt nettsted en person eller en organisasjon?"],"The name of the organization":["Navnet på organisasjonen"],"Provide an image of the organization logo":["Oppgi et bilde av organisasjonens logo"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Du har tidligere angitt at ditt nettsted representerer en person. Vi har forbedret vår funksjonalitet rundt Schema og Knowledge Graph slik at du bør gå inn og %1$sfullføre de innstillingene%2$s."],"Select a user...":["Velg en bruker..."],"Uncategorized":["Ukategorisert"],"Name:":["Navn:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Du har valgt brukeren %1$s som personen dette nettstedet representerer. Dennes brukerprofil-informasjon vil nå bli brukt i søkeresultatet. %2$sOppdater dennes profil for å forsikre deg om at informasjonen er korrekt.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Feil: Vennligst velg en brukere nedenfor for å gjøre ditt nettsteds metadata fullstendig."],"SEO score: %s":["SEO-poengsum: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Hvis det finnes en Wikipedia-side for deg eller organisasjonen din, kan du legge den til også."],"Wikipedia URL":["Wikipedia-URL"],"Pinterest profile URL":["URL til Pinterest-profil"],"Instagram profile URL":["URL til Instagram-profil"],"LinkedIn profile URL":["URL til LinkedIn-profil"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Nøkkelordundersøkelse er viktig i enhver SEO-strategi. Du bestemmer hvilke søkeord du vil bli funnet på, og finne ut hvilke ord publikum bruker for å finne deg. God nøkkelordundersøkelse forteller deg hvilket innhold du trenger for å starte opprangeringen for termene du vil rangeres for. Sørg for at din innsats går inn i nøkkellordene du faktisk har en sjanse til å få rangering for! %1$s leder deg gjennom denne prosessen, trinn for trinn."],"SEO for Beginners training":["Nybegynneropplæring for SEO"],"%s for WordPress training":["%s for WordPress-opplæring"],"All-around SEO training":["SEO-opplæring over det hele"],"The image you selected is too small for Facebook":["Bildet du valgte, er for lite for Facebook"],"The given image url cannot be loaded":["Kan ikke laste inn URL-adressen for angitt bilde"],"Find out what words your audience uses to find you":["Finn ut hvilke ord publikummet ditt bruker for å finne deg"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch lesbarhetstest%2$s: Kopien skårer %3$s i testen, noe som regnes som %4$s for å lese. %5$s"],"No JSON object was returned.":["Intet JSON-objekt ble returnert."],"Received internal links":["Mottatte interne lenker"],"Outgoing internal links":["Utgående interne lenker"],"New step added":["Nytt trinn lagt til"],"New question added":["Nytt spørsmål lagt til"],"To be able to create a redirect and fix this issue, you need %1$s. ":["For å opprette en omdirigering og ordne dette problemet behøver du %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Du kan kjøpe utvidelsen inkludert ett års brukerstøtte og oppdateringer på %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Tekstlink-tellefunksjonen gir innsikt i hvor mange lenker som finnes i teksten din og hvor mange lenker som refererer til teksten.Dette er veldig nyttig når du forbedrer din %1$sinterne lenking%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["For at denne funksjonen skal virke trenger %1$s minst PHP-versjon %2$s. Vi har funnet PHP-versjon %3$s på dette nettstedet."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Vær nøye med å vurdere konsekvensene og %1$sles dette innlegget%2$s hvis du vil ha mer informasjon om virkningen av å vise media i søkeresultatene."],"Keyphrase":["Nøkkelord"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["For at denne funksjonen skal fungere, trenger %1$s å opprette en tabell i databasen. Vi kunne ikke opprette denne tabellen automatisk."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ved å aktivere dette alternativet, blir vedleggsadresser synlige for både dine besøkende og Google.For å tilføre dette til nettstedet ditt, bør de inneholde nyttig informasjon, ellers kan de ha en negativ innvirkning på rangeringen din."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Tekstlenke-%3$stellefunksjonen%4$s (introdusert i %1$s %2$s) er ikke aktivert nå."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Vennligst les følgende %1$skunnskapsbase-artikkel%2$s for å finne ut hvordan du løser dette problemet."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["For å være sikker på at alle lenkene i tekstene dine er tellet, må vi analysere disse tekstene."],"All you have to do is press the following button and we'll go through all your texts for you.":["Alt du trenger å gjøre er å trykke på følgende knapp, og vi vil gjennomgå alle tekstene dine for deg."],"Count links":["Tell lenker"],"Free":["Gratis"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAlt-attributter for bilder%5$s: Av%2$d bilder på denne siden, har%1$d alt-attributter med ord fra dine nøkkelord eller synonymer. Det er litt mye. %4$sinkluderer bare nøkkelordene eller dens synonymer når den egentlig passer til bildet%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$salt-attributter for bilder%2$s: Godt jobbet!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAlt-attributter for bilder%5$s: Av %2$d bilder på denne siden har bare %1$d et alt-attributt som gjenspeiler emnet til teksten. %4$sLegg til nøkkelordene dine eller synonymer til alt-taggene på de mer relevante bildene%5$s!","%3$sAlt-attributter for bilder%5$s: Av %2$d bilder på denne siden har bare %1$d alt-attributter som gjenspeiler emnet til teksten. %4$sLegg til nøkkelordene dine eller synonymer til alt-taggene på de mer relevante bildene%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sNøkkelord i undertittel%3$s: Bilder på denne siden har ikke alt-attributter som gjenspeiler emnet i teksten. %2$sLegg dine nøkkelord eller synonymer til alt-attributtene på mer relevante bilder%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAlt-attributter på bilder%3$s: Bilder på denne siden har alt-attributter, men du har ikke angitt dine nøkkelord. %2$sFiks dette%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sNøkkelord i undertittel%2$s:%3$s av under overskriftene på høyere nivå gjenspeiler emnet i ditt eksemplar. Bra jobbet!","%1$sNøkkelord i undertittel%2$s:%3$s av under overskriftene på høyere nivå gjenspeiler emnet i ditt eksemplar. Bra jobbet!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sNøkkelord i undertittel%2$s: Undertittel på høyere nivå gjenspeiler emnet i kopien. Bra jobbet!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sNøkkelord i undertittel%3$s:%2$sBruk flere nøkkelord eller synonymer i undertitlene på høyere nivå%3$s!"],"Page %s":["Side %s"],"Cannot get the size of %1$s because of unknown reasons.":["Vi kan ikke få størrelsen på %1$s av ukjente årsaker."],"Cannot get the size of %1$s because it is hosted externally.":["Vi kan ikke få størrelsen på %1$s fordi den er levert fra en ekstern server."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Bare bytt bryteren til \"på\" for å kunne bruke den rekalibrerte analysen. Samtidig vil vi legge deg til i en spesifikk epost liste. Vi vil kun bruke e-posten din til å sende deg informasjon og høre fra deg om bruken av denne rekalibreringen!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Vi har %1$srekalibrert vår analyse%2$s. Med den nye analysen vil vi komme enda nærmere på hvordan Google ser nettstedet ditt. Det ville vært %3$sfantastisk%4$s om du kunne tenke deg å %3$sbetateste denne funksjonen%4$s for oss!"],"Get an even better analysis":["Få en enda bedre analyse"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sEnkel tittel%3$s: H1 skal bare brukes som hovedtittel. Finn alle H1-titler i teksten din som ikke er din hovedtittel og %2$sendre de til et lavere tittel-nivå%3$s!"],"Improve sharing on Facebook and Pinterest":["Forbedre deling på Facebook og Pinterest"],"You do not have the required rights to export settings.":["Du har ikke de nødvendige rettighetene for å eksportere innstillingene."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopier alle disse innstillingene til et annet nettsteds %1$s faneblad og klikk \"%1$s\" der."],"These are settings for the %1$s plugin by %2$s":["Dette er innstillinger for utvidelsen %1$s av %2$s"],"No settings found.":["Ingen innstillinger funnet."],"Export your %1$s settings here, to copy them on another site.":["Eksporter innstillingene for %1$s her for å kopiere dem til et annet nettsted."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import av innstilling er kun støttet servere som kjører PHP 5.3 eller nyere."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importer innstillinger ved å lime inn innstillingene du kopierte fra et annet område her, og klikk \"%s\"."],"Paste your settings from another %s installation.":["Lim inn dine innstillinger fra en annen %s-installasjon."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sNøkkelordtetthet%2$s: Fokusnøkkelordene ble funnet 0 ganger. Det er mindre enn det anbefalte minimum %3$d ganger for en tekst av denne lengden. %4$sFokus på dine nøkkelord%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sNøkkelordtetthet%2$s: Fokusnøkkelordene ble funnet %5$d ganger. Det er mindre enn det anbefalte minimum %3$d ganger for en tekst av denne lengden. %4$sFokus på dine nøkkelord%2$s!","%1$sNøkkelordtetthet%2$s: Fokusnøkkelordene ble funnet %5$d ganger. Det er mindre enn det anbefalte minimum %3$d ganger for en tekst av denne lengden. %4$sFokus på dine nøkkelord%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sNøkkelordtetthet%2$s: Fokusnøkkelordene ble funnet %3$d gang. Dette er meget bra!","%1$sNøkkelordtetthet%2$s: Fokusnøkkelordene ble funnet %3$d ganger. Dette er meget bra!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sNøkkelordtetthet%2$s: Fokusnøkkelordene ble funnet %5$d gang. Dette er er mer enn det anbefalte maksimum på %3$d ganger for en tekst av denne lengden. %4$sIkke over-optimaliser%2$s!","%1$sNøkkelordtetthet%2$s: Fokusnøkkelordene ble funnet %5$d ganger. Dette er er mer enn det anbefalte maksimum på %3$d ganger for en tekst av denne lengden. %4$sIkke over-optimaliser%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sNøkkelordtetthet%2$s: Fokusnøkkelordet ble funnet %5$d gang. Dette er er mye mer enn det anbefalte maksimum på %3$d ganger for en tekst av denne lengden. %4$sIkke overoptimaliser%2$s!","%1$sNøkkelordtetthet%2$s: Fokusnøkkelordet ble funnet %5$d ganger. Dette er er mye mer enn det anbefalte maksimum på %3$d ganger for en tekst av denne lengden. %4$sIkke over-optimaliser%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indekserbare slettet for objektet %1$s med typen %2$s"],"Indexable saved for object %1$s with type %2$s":["Indekserbare lagret for objektet %1$s med typen %2$s"],"Indexable created for object %1$s with type %2$s":["Indekserbare opprettet for objektet %1$s med typen %2$s"],"Indexable meta deleted.":["Indekserbar meta slettet."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Indekserbar meta lagret for indekserbar id %1$s med metatast %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Indekserbar meta opprettet for indekserbar id %1$s med meta-nøkkel %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Det finnes ingen meta-Indekserbar for id %1$s og meta-nøkkel %2$s."],"There is no indexable found for author id %1$s.":["Finner ingen Indekserbar for forfatter id %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Det finnes ingen primær term som er funnet for post id %1$s og taksonomi %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Finner ingen Indekserbar for term id %1$s og taksonomi %2$s."],"There is no indexable found for post id %1$s.":["Finner ingen Indekserbar for post id %1$s."],"Method %1$s() does not exist in class %2$s":["Metoden %1$s() finnes ikke i klassen %2$s"],"With %s, you can easily create such redirects.":["Med %s kan du enkelt lage slike redirigeringer."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Endring av permalenker kan negativt påvirke søkemotorsynligheten for ditt nettsted. Det bør omtrent %1$s aldri %2$s gjøres på en nettside som allerede er offentlig tilgjengelig."],"WARNING:":["ADVARSEL:"],"Learn about why permalinks are important for SEO.":["Lær om hvorfor permalenker er viktig for søkemotoroptimalisering."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sBindeord i nøkkelord%3$s: Dine nøkkelord \"%4$s\" inneholder bare bindeord. %2$sLær mer om hva som danner et godt nøkkelord.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Visste du at %s også analyserer de forskjellige ordformene til nøkkelordene dine, som flertallsformer og fortidsformer?"],"Clear Image":["Fjern bilde"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sNøkkelordlengde%3$s: %2$sSett et nøkkelord for å beregne SEO-poengsummen%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sNøkkelord i slug%2$s: Mer enn halvparten av dine nøkkelord vises i slug-en. Det er supert!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sNøkkelord i slug%3$s: (En del av) dine nøkkelord er ikke i slug-en. %2$sEndre det%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sNøkkelord i slug%2$s: Flott arbeid!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sNøkkelord i tittelen%3$s: Ikke alle ordene fra dine nøkkelord \"%4$s\" vises i SEO-tittelen. %2$sPrøv å bruke eksakt samsvar med nøkkelord i SEO-tittelen%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sNøkkelord i tittelen%3$s: Inneholder ikke det nøyaktige treffet. %2$sPrøv å skrive det nøyaktige treffet til nøkkelord i SEO-tittelen%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sNøkkelord i tittelen%3$s: Det nøyaktige treffet til nøkkelord vises i SEO-tittelen, men ikke i begynnelsen. %2$sPrøv å flytte den til begynnelsen%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sNøkkelord i tittelen%2$s: Det nøyaktige treffet til nøkkelord vises i begynnelsen av SEO-tittelen. Bra jobb!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sNøkkelordfordeling%2$s: Godt jobbet!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sNøkkelordfordeling%3$s: Ujevn. Enkelte deler av din tekst inneholder ikke nøkkelordet eller dets synonymer. %2$sDistribuer dem mer jevnt over%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sNøkkelordfordeling%3$s: Veldig ujevn. Store deler av din tekst inneholder ikke nøkkelordet eller dets synonymer. %2$sDistribuer dem mer jevnt over%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sNøkkelordfordeling%3$s: %2$sInkluder nøkkelordet eller dets synonymer i teksten slik at vi kan sjekke fordelingen av nøkkelord%3$s."],"Help on choosing the perfect focus keyphrase":["Hjelp til å velge det perfekte fokusnøkkelord"],"Would you like to add a related keyphrase?":["Vil du legge til relaterte nøkkelord?"],"Go %s!":["Gå %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Viser ikke datoen arkivene i søkeresultatene teknisk betyr at de vil ha en %1$s robots meta. %2$sMer informasjon om innstillingene for søkeresultater%3$s."],"Rank better with synonyms & related keyphrases":["Ranger bedre med synonymer og relaterte nøkkelord"],"optimize a single post for synonyms and related keyphrases.":["optimalisere et enkeltinnlegg for synonymer og relaterte nøkkelord."],"Synonyms & related keyphrases":["Synonymer og relaterte nøkkelord"],"Add related keyphrase":["Legg til relatert nøkkelord"],"Dismiss %s upgrade notice":["Avvis oppgraderingsvarsel for %s"],"Upgrade to %s":["Oppgrader til %s"],"%1$s video":["%1$s video"],"Get %s":["Skaff %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sTidligere brukte nøkkelord%6$s: Du har brukt disse nøkkelordene %1$s%2$d ganger før%3$s. %5$sIkke bruk samme nøkkelord mer enn én gang%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sTidligere brukte nøkkelord%5$s: Du har brukt disse nøkkelorden %1$sén gang før%2$s. %4$sIkke bruk samme nøkkelord mer enn én gang%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sTidligere brukte nøkkelord%2$s: Du har ikke brukt disse nøkkelordene før, veldig bra."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stoppord%3$s: Slug for denne siden inneholder et stopp ord. %2$sFjern det%3$s!","%1$sSlug stoppord%3$s: Slug for denne siden inneholder et stopp ord. %2$sFjern det%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug for lang%3$s: Slug-en for denne siden er litt lang. %2$sForkort den%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAlt-attributter for bilder%3$s: Ingen bilder vises på denne siden. %2$sLegg til noen%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLenke-nøkkelord%3$s: Du kobler til en annen side med ordene du vil at denne siden skal rangere for. %2$sIkke gjør det%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dette er langt under det anbefalte minimum på %5$d ord. %3$sLegg til mer innhold%4$s.","Dette er langt under det anbefalte minimum på %5$d ord. %3$sLegg til mer innhold%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dette er under det anbefalte minimum på %5$d ord. %3$sLegg til mer innhold%4$s.","Dette er under det anbefalte minimum på %5$d ord. %3$sLegg til mer innhold%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sTekstlengde%4$s: Teksten inneholder %1$d ord.","%2$sTekstlengde%4$s: Teksten inneholder %1$d ord."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sTekstlengde%3$s: Teksten inneholder %1$d ord. Bra jobb!","%2$sTekstlengde%3$s: Teksten inneholder %1$d ord. Bra jobb!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sNøkkelord i undertittel%3$s: Mer enn 75%% av overskriftene på høyere nivå gjenspeiler emnet i kopien. Det er for mye. Det er for mye. %2$sIkke overoptimaliser%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO-tittelbredde%3$s: %2$sVennligst opprett en SEO-tittel%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO tittelbredde%3$s: SEO-tittelen er bredere enn den synlige grensen. %2$sPrøv å gjøre den kortere%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO-tittel bredde%2$s: Godt jobbet!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO-tittelbredde%3$s: SEO-tittelen er for kort. %2$sBruk plassen til å legge inn nøkkelordvariasjoner eller opprett en overbevisende kopi av handlingsfremmeren%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sUtgående lenker%2$s: Det er både ikke-fulgte og vanlige utgående lenker på denne siden. Bra jobb!"],"%1$sOutbound links%2$s: Good job!":["%1$sUtgående lenker%2$s: Godt jobbet!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sUtgående lenker%3$s: Alle utgående lenker på denne siden er ikke-fulgte. %2$sLegg til noen vanlige lenker%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sUtgående lenker%3$s: Ingen utgående lenker vises på denne siden. %2$sLegg til noen%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLengde på meta-beskrivelse%2$s: Godt gjort!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta-beskrivelsens lengde er%3$s: Meta-beskrivelsen er over %4$d tegn. For å være sikker på at beskrivelsen skal være synlig %2$sbør du redusere lengden%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta-beskrivelses lengde%3$s: Meta-beskrivelsen er for kort (under %4$d tegn). Opptil %5$d tegn er tilgjengelige. %2$sBruk plassen%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta-beskrivelses lengde%3$s: Ingen meta-beskrivelse er angitt. Søkemotorer vil vise kopi fra siden i stedet. %2$sPass på å skrive en%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sNøkkelord i meta-beskrivelsen%2$s: Meta-beskrivelsen er angitt, men den inneholder ikke nøkkelordene. %3$sFiks det%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sNøkkelord i meta-beskrivelse%2$s: Meta-beskrivelsen inneholder nøkkelord %3$s ganger, som er over anbefalt maksimum 2 ganger. %4$sBegrens det%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sNøkkelord i meta-beskrivelse%2$s: Nøkkelord eller synonym vises i meta-beskrivelsen. Godt gjort!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sNøkkelordlengde%5$s: Nøkkelordet er %1$d ord langt. Det er mye mer enn den anbefalte maksimalt %2$d ord. %4$sLag den kortere%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sNøkkelordlengde%5$s: Nøkkelordene er %1$d ord lang. Det er mer enn anbefalt maksimum %2$d ord. %4$sLag den kortere%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sNøkkelfraselengde%2$s: Godt jobbet!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sNøkkelfraselengde%3$s: Ingen fokus-nøkkelfrase ble funnet på denne siden. %2$sAngi en nøkkelfrase for å regne ut dine SEO-poeng%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sNøkkelord i introduksjonen%3$s: Dine nøkkelord eller dens synonymer finnes ikke i første avsnitt. %2$sSørg for at emnet blir klart med én gang%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sNøkkelord i introduksjonen%3$s: Dine nøkkelord eller dens synonymer finnes i første avsnitt, men ikke i én setning. %2$sRett opp det%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sNøkkelord i introduksjonen%2$s: Riktig gjort!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterne lenker%2$s: Det er både ikke følgbare og vanlige interne lenker på denne siden. Bra jobbet!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterne lenker%2$s: Du har nok interne lenker. Bra jobbet!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterne lenker %3$s: De interne lenkene på denne siden er alle ikke-følgbare. %2$sLegg til noen gode interne lenker%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterne lenker%3$s: Ingen interne lenker vises på denne siden, %2$ssørg for å legge til noen%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sBindeord%2$s: Godt gjort!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sBindeord%2$s: Bare %3$s av setningene inneholder bideord, noe som ikke er nok. %4$sBruk flere av dem%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sBindeord%2$s: Ingen av setningene inneholder bindeord. %3$sBruk noen%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sIkke nok innhold%2$s: %3$sLegg til innhold for å muliggjøre en god analyse%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sUndertittel-fordeling%2$s: Du bruker ikke undertitler, men teksten er kort nok, og sannsynligvis ikke trenger dem."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sUnderittel-fordeling%2$s: Du bruker ikke noen undertitler, selv om teksten er ganske lang. %3$sPrøv å legge til noen undertitler%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sUnderittel-fordeling%2$s: %3$d delen av teksten er lengre enn %4$d ord og er ikke atskilt med noen underitler. %5$sLegg til undertitler for å forbedre lesbarheten%2$s.","%1$sUnderittel-fordeling%2$s: %3$d delen av teksten er lengre enn %4$d ord og er ikke atskilt med noen undertitlerer. %5$sLegg til undertitler for å forbedre lesbarheten%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sUndertittel-fordeling%2$s: Flott jobb!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSetningslengde%2$s: %3$s av setningene inneholder mer enn %4$s ord, som er mer enn den anbefalte maksimumsverdien på %5$s. %6$sPrøv å forkorte setningene%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSetningslengde%2$s: Flott!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sPåfølgende setninger%2$s: Det er nok variasjon i setningene. Det er supert!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sPåfølgende setninger%2$s: Teksten inneholder %3$d pfølgende setninger som starter med det samme ordet. %5$sPrøv å variere litt%2$s!","%1$sPåfølgende setninger%2$s: Teksten inneholder %4$d forekomster der %3$d eller flere påfølgende setninger begynner med det samme ordet. %5$sPrøv å variere litt%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassiv%2$s: %3$s av setningene inneholder passive verb, som er mer enn den anbefalte maksimumsverdien på %4$s. %5$sPrøv å bruke deres aktive former%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive%2$s: Du bruker nok aktiv form. det er supert!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sAvsnittslengde%2$s: %3$d i avsnittene inneholder mer enn anbefalt maksimum %4$d ord. %5$sForkort avsnittene%2$s!","%1$sAvsnittslengde%2$s: %3$d i avsnittene inneholder mer enn anbefalt maksimum %4$d ord. %5$sForkort avsnittene%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sAvsnittslengde%2$s: Ingen av avsnittene er for lange. Flott jobb!"],"Good job!":["Godt jobbet!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sLesbarhet%2$s: Teksten scorer %3$s i testen, som regnes som %4$s å lese. %5$s%6$s%7$s"],"Focus keyphrase":["Fokusnøkkelord"],"%1$s with ID %2$s couldn't be patched":["%1$s med ID %2$s kan ikke oppdateres"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Ugyldig POST-forespørsel. Meta-verdier finnes allerede for objekt med ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indekserbar med ID `%1$s` eksisterer ikke"],"No object with ID %1$s and %2$s could be found":["Ingen objekter med ID %1$s og %2$s ble funnet"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` er ikke en gyldig undertype av `%2$s`"],"The object type `%1$s` is invalid":["Objekttypen `%1$s` er ugyldig"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Ugyldig type for parameteren `%1$s` bestått. Forventet '%2$s ', men fikk '%3$s'"],"The parameter `%1$s` cannot be empty.":["Parameteren `%1$s` kan ikke være tom."],"Check Keyphrase Density":["Sjekk nøkkelordtettheten"],"Disable":["Deaktiver"],"Allow Control":["Tillat kontroll"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Denne kategorien lar deg selektivt deaktivere %s-funksjoner for alle nettsteder i nettverket. Som standard er alle funksjoner aktivert, som gjør at nettstedadministratorer selv kan velge om de vil slå av eller på en funksjon for eget nettsted. Når du deaktiverer en funksjon her, kan ikke nettstedsadministratorene bruke denne funksjonen i det hele tatt."],"%s is a required feature toggle argument.":["%s er et obligatorisk funksjonsvekslingsargument.."],"Keyphrase:":["Nøkkelord/frase:"],"Remove keyphrase":["Fjern nøkkelord"],"This feature has been disabled by the network admin.":["Denne funksjonen er deaktivert av nettverksadministratoren."],"Focus keyphrase not set.":["Fokusnøkkelord er ikke angitt."],"Multiple keyphrases":["Flere nøkkelord"],"Colon":["Kolon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Både %1$s og %2$s behandler SEO på ditt nettsted. Å kjøre to SEO-utvidelser på en gang er skadelig."],"There is a new notification.":["Det er et nytt varsel.","Det er nye varsler."],"Learn more about the readability analysis":["Lær mer om lesbarhetsanalyse"],"Describe the duration of the instruction:":["Beskriv varigheten av instruksjonen:"],"Optional. Customize how you want to describe the duration of the instruction":["Valgfritt. Tilpass hvordan du vil beskrive varigheten av instruksjonen"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Dette er en liste over relatert innhold som du kan lenke til i ditt innlegg. {{a}}Les vår artikkel om nettstedstruktur{{/a}} for å lære mer om hvordan intern lenking kan bidra til å forbedre din SEO."],"%s, %s and %s":["%s, %s og %s"],"%s and %s":["%s og %s"],"%d minute":["%d minutt","%d minutter"],"%d hour":["%d time","%d timer"],"%d day":["%d dag","%d dager"],"Enter a step title":["Legg til en tittel for trinnet"],"Optional. This can give you better control over the styling of the steps.":["Valgfritt. Dette kan gi deg bedre kontroll over styling av trinnene."],"CSS class(es) to apply to the steps":["CSS klasse(r) å bruke på trinnene"],"minutes":["minutter"],"hours":["timer"],"days":["dager"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Opprett en hvordan-veiledning på en SEO-vennlig måte. Du kan bare bruke én slik hvordan-blokk pr. innlegg."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Lag oversikt over dine ofte stilte spørsmål på en SEO-vennlig måte. Du kan bare bruke én FAQ-blokk pr. innlegg."],"Copy error":["Feil ved kopiering"],"An error occurred loading the %s primary taxonomy picker.":["Det oppstod en feil under innlasting av den primære taksonomivelgeren %s."],"%1$s Structured Data Blocks":["%1$s strukturerte datablokker"],"Time needed:":["Beregnet tid:"],"Move question down":["Flytt spørsmål ned"],"Move question up":["Flytt spørsmål opp"],"Insert question":["Fyll inn spørsmål"],"Delete question":["Slett spørsmål"],"Enter the answer to the question":["Skriv inn svar på spørsmålet"],"Enter a question":["Fyll inn spørsmålet ditt"],"Add question":["Legg til spørsmål"],"Frequently Asked Questions":["Ofte stilte spørsmål"],"Great news: you can, with %s!":["Gode nyheter: du kan, med %s!"],"Select the primary %s":["Velg hoved-%s"],"Check links to this URL":["Sjekk lenker til denne URLen"],"Keyword research training":["Opplæring i nøkkelordundersøkelse"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Venligst kontroller %1$sarkiv-malen%2$s for følgende innholdstype: %3$s.","Vennligst kontroller %1$sarkiv-malen%2$s for følgende innholdstyper: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Prøver du å bruke flere nøkkelord? Du bør legge dem separat nedenfor."],"Mark as cornerstone content":["Merk som hjørnesteinsinnhold"],"Move step down":["Flytt trinn ned"],"Move step up":["Flytt trinn opp"],"Insert step":["Sett inn trinn"],"Delete step":["Slett trinn"],"Add image":["Legg til bilde"],"Enter a step description":["Angi en trinnbeskrivelse"],"Enter a description":["Angi en beskrivelse"],"Unordered list":["Usortert liste"],"Showing step items as an ordered list.":["Viser trinnelementene som en ordnet liste."],"Showing step items as an unordered list":["Viser trinnelementene som en uordnet liste"],"Add step":["Legg til trinn"],"Delete total time":["Slett total tid"],"Add total time":["Legg til total tid"],"How to":["Hvordan"],"How-to":["Hvordan"],"Snippet Preview":["Forhåndsvisning av utdrag"],"Analysis results":["Analyseresultater"],"Enter a focus keyphrase to calculate the SEO score":["Skriv inn fokusnøkkelord for å beregne SEO-poengsummen"],"Learn more about Cornerstone Content.":["Lær mer om hjørnesteinsinnhold."],"Cornerstone content should be the most important and extensive articles on your site.":["Hjørnesteinsinnhold bør være de viktigste og mest omfattende artiklene på nettstedet ditt."],"Restore Site":["Gjenopprett nettsted"],"Network Settings":["Nettverksinnstillinger"],"You are not allowed to perform this action.":["Du har ikke lov til å utføre denne handlingen."],"Error: %s":["Feil: %s"],"Success: %s":["Suksess: %s"],"Site with ID %d not found.":["Nettsted med ID %d ikke funnet."],"No site has been selected to restore.":["Intet nettsted er valgt for å gjenopprette."],"You are not allowed to modify unregistered network settings.":["Du har ikke lov til å endre uregistrerte nettverksinnstillinger."],"deleted":["slettet"],"Would you like to add another keyphrase?":["Vil du legge til et nøkkelord til?"],"image preview":["forhåndsvisning av bilde"],"Copied!":["Kopiert!"],"Not supported!":["Ikke støttet!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Les {{a}}artikkelen vår om nettstedstruktur{{/a}} for å lære mer om hvordan internlenker kan hjelpe deg til bedre SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Når du legger til litt mer tekst, gir vi deg en liste over relatert innhold her som du kan lenke til i innlegget ditt."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Vurder å lenke til disse {{a}}hjørnesteinsartiklene:{{/a)}"],"Consider linking to these articles:":["Vurder å lenke til disse artiklene:"],"Copy link":["Kopier lenke"],"Copy link to suggested article: %s":["Kopier lenke til foreslått artikkel: %s"],"The site's tagline":["Nettstedets slagord"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Vi har nylig forbedret funksjonaliteten til innstillingene for søkeutseende. Dessverre har vi oppdaget at det i enkelte tilfeller har gått galt med lagring av innstillinger for bestemte innholdstyper."],"Not all required fields are given. Missing field %1$s":["Ikke alle påkrevde felt er fylt ut. Mangler feltet %1$s"],"Optimize your site for Google News.":["Optimaliser din nettside for Google News."],"Optimize your shop's SEO and sell more products!":["Optimaliser din butikk's SEO og sell fler produkter!"],"Be found in Google Video search and enhance your video sharing on social media.":["Bli funnet i Google Video-søk og forbedre deling av dine videoer på sosiale medier."],"Be found in Google Maps and local results.":["Bli funnet i Google Maps og lokale resultater."],"Learn practical SEO skills to rank higher in Google.":["Lær praktiske SEO-ferdigheter for å bli høyere rangert hos Google."],"Don’t waste time figuring out the best settings yourself.":["Ikke bruk tid på å finne de beste innstillingene selv."],"Get quick wins to make your site rank higher in search engines.":["Få raske gevinster med å få nettstedet til å score høyere i søkemotorer."],"Add synonyms":["Legg til synonymer"],"Would you like to add keyphrase synonyms?":["Vil du legge til nøkkelord-synonymer?"],"Would you like to add more than one keyphrase?":["Vil du legge til mer enn ett nøkkelord?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Du kan endre SEO-metadata for denne tilpassede typen på %1$sbutikksiden%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Du har ikke valgt en Butikk side i din WooCommerce innstillinger. Vær vennlig å gjør dette først."],"Current year":["Nåværende år"],"Page":["Side"],"Breadcrumb settings for %s archive":["Brødsmule-innstillinger for %s arkiv"],"Tagline":["Slagord"],"Modify your meta description by editing it right here":["Endre meta beskrivelsen din ved å redigere den her"],"description (custom taxonomy)":["beskrivelse (egendefinert taksonomi)"],"(custom taxonomy)":["(egendefinert taksonomi)"],"(custom field)":["(egendefinert felt)"],"Term404":["Begrep404"],"Caption":["Bildetekst"],"Pagenumber":["Sidenummer"],"Pagetotal":["Side total"],"Page number":["Sidenummer"],"User description":["Brukerbeskrivelse"],"ID":["ID"],"Modified":["Modifisert"],"Post type (plural)":["Innholdstype (flertall)"],"Post type (singular)":["Innholdstype (entall)"],"Separator":["Seperator"],"Search phrase":["Søkeuttrykk"],"Term title":["Begrepstittel"],"Term description":["Begrepsbeskrivelse"],"Tag description":["Stikkordbeskrivelse"],"Category description":["Kategoribeskrivelse"],"Primary category":["Primær kategori"],"Category":["Kategori"],"Tag":["Stikkord"],"Excerpt only":["Kun utdrag"],"Excerpt":["Utdrag"],"Site title":["Nettstedstittel"],"Archive title":["Arkivtittel"],"Parent title":["Foreldertittel"],"Date":["Dato"],"Label":["Merkelapp"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Du bør opprette en viderekobling for å sikre at de besøkende ikke får en 404-feil når de klikker på URL-adressen som ikke lenger fungerer."],"Search engines and other websites can still send traffic to your deleted post.":["Søkemotorer og andre nettsteder kan fortsatt sende trafikk til det slettede innlegget ditt."],"Make sure you don't miss out on traffic!":["Pass på at du ikke går glipp av trafikk!"],"You just deleted a %1$s.":["Du har nettopp slettet en %1$s."],"You just trashed a %1$s.":["Du har nettopp kastet en %1$s."],"Settings for %s archive":["Innstillinger for %s arkiv"],"Settings for single %s URLs":["Innstillinger for URL til enkelt %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Innstillingene på denne siden lar deg angi hva standard søk utseende bør være for hvilken type innhold du har. Du kan velge hvilke innholdstyper som vises i søkeresultatene og hva deres standardbeskrivelse skal være."],"Note that not all variables can be used in every field.":["Merk at ikke alle variabler kan brukes i alle felt."],"Snippet variables":["Tekstutdrag-variabler"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respekterer personvernet ditt. Les våre %2$spersonvernregler%3$s om hvordan vi håndterer dine personlige opplysninger."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Hvis du vet hva dette betyr, og du ikke vil se denne meldingen lenger, kan du %1$savvise denne meldingen%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Nettstedets innstillinger tillater nå at lenker til vedlegg finnes. Les %1$sdette innlegget om et mulig problem med vedlegg%2$s og kontroller om du har riktig innstilling for ditt nettsted."],"Unknown type %1$s":["Ukjent type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inkluderer en gratis MyYoast-konto, som gir deg tilgang til vårt gratis SEO for nybegynnere-kurs!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Meld deg på vårt nyhetsbrev om du ønsker å holde deg oppdatert om %1$s, andre kule utvidelser av %2$s, og interessante nyheter og tips fra SEO-verdenen."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Få din Baidu verifiseringskode %1$s Baidu Webmaster Tools %2$s."],"Baidu verification code":["Baidu verifiseringskode"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Funksjonen for %s-import bruker midlertidige database-tabeller. Det ser ut som din WordPress-installasjon ikke er satt opp til å kunne gjøre dette - vennligst kontakt din leverandør for hosting."],"Cleanup of %s data failed.":["Opprydding av %s data mislyktes."],"Content Type":["Innholdstype"],"Filter by content type":["Filtrer på innholdstype"],"Show All Content Types":["Vis alle innholdstyper"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["For å fikse dette fjerner du merket i boksen foran \"Del opp kommentarer i sider...\" på siden %1$sinnstillinger for diskusjon%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Erstattet med vanlig tittel for et arkiv generert av WordPress"],"Clean":["Rydd opp"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Når du er sikker på at nettstedet ditt er OK kan du rydde opp. Dette vil fjerne alt av opprinnelig innhold."],"Step 5: Clean up":["Trinn 5: Rydd opp"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Du burde kjøre konfigurasjons-veilederen fra siden for SEO &arr; Generelt &arr; Dashbord for å få bekreftet at alle innstillinger på nettstedet ditt er riktige."],"Step 4: Run the configuration wizard":["Trin 4: Kjør konfigurasjons-veiviseren"],"Please check your posts and pages and see if the metadata was successfully imported.":["Vennligst sjekk dine innlegg og sider for å se om metadata ble importert riktig."],"Step 3: Check your data":["Trinn 3: Sjekk dataene dine"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Dette vil importere metadata for innlegg som SEO-titler og beskrivelser inn i dine %1$s-metadata. Den vil kun gjøre dette om det ikke eksisterer %1$s-metadata der fra før. Opprinnelig data vil bli tatt vare på."],"Step 2: Import":["Trinn 2: Importer"],"Please make a backup of your database before starting this process.":["Vennligst ta en sikkerhetskopi av databasen din før du starter denne prosessen."],"Step 1: Create a backup":["Trinn 1: Opprett en sikkerhetskopi"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Vi har oppdaget data fra en eller flere SEO-utvidelser på nettstedet ditt. Følg fremgangsmåten nedenfor for å importere disse dataene:"],"Plugin: ":["Utvidelse: "],"%s did not detect any plugin data from plugins it can import from.":["%s oppdaget ikke noen data fra utvidelser det kan importere fra."],"Posts that should not show up in search results":["Innlegg som ikke burde vises i søkeresultater"],"%s data found.":["%s data funnet."],"%s data successfully removed.":["%s data ble fjernet."],"%s data successfully imported.":["%s-data importert."],"%s data not found.":["%s data ble ikke funnet."],"Improve your SEO skills":["Forbedre dine SEO ferdigheter"],"24/7 email support":["E-poststøtte 24/7"],"No more dead links a.k.a. 404 pages":["Ingen flere døde lenker, også kjent som 404 sider"],"Get real-time suggestions for internal links":["Få sanntidsforslag for interne linker"],"Preview your page in Facebook and Twitter":["Forhåndsvis siden din hos Facebook og Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Klikk knappen \"%3$s\" for å bruke metabeskrivelsen som allerede er angitt i innstillingen %1$ssøkeutseende på forsiden%2$s."],"Help on copying the home meta description":["Hjelp til å kopiere metabeskrivelsen for forsiden"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["For å la søkemotorene vite hvilke sosiale profiler som er assosiert med denne siden, skriv inn dine sosiale profiler nedenfor."],"Learn more about your social profiles settings":["Lær mer om innstillingene på dine sosiale profiler"],"Remove the categories prefix":["Fjern kategoriprefikset"],"Help on the category prefix setting":["Hjelp for innstillingen om kategori-prefiks"],"Learn more about the available variables":["Lær mer om de tilgjengelige variablene"],"Learn more about the RSS feed setting":["Lær mer om innstillingen for RSS-strøm"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Når du laster topp media (for eksempel et bilde eller en video) til WordPress, så vil det også lages en vedleggs URL for opplastingen. Disse vedleggssidene er ganske tomme: de inneholder mediet du lastet opp, og kanskje en tittel hvis du skrev inn en. Så hvis du ikke benytter vedleggs URL, er det kanskje bedre å deaktivere de, og heller videresende rett till mediet."],"Learn more about the Media and attachment URLs setting":["Lær mer om innstillingen for media og vedleggs-URL"],"Learn more about the title separator setting":["Lær mer om innstillingen for skilletegn i tittelen"],"Learn more about the knowledge graph setting":["Lær mer om innstillingen for kunskapskort"],"Learn more about the homepage setting":["Lær mer om innstillingen for hjemmesiden"],"Learn more about the special pages setting":["Lær mer om innstillingen for spesielle sider"],"Help on the date archives search results setting":["Hjelp til søkeresultatinnstillingen for datoarkivene"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Å ikke vise arkivene for forfatterne uten innlegg i søkeresultatene betyr teknisk at de vil ha en %1$s meta for roboter og vil bli ekskludert fra XML-netstedskartet. %2$sMer informasjon om innstillinger for søkeresultater%3$s."],"Help on the authors without posts archive search results setting":["Hjelp til innstillingen om søkeresultater for forfattere uten innleggsarkiv"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Ikke å vise arkiv for forfattere uten innlegg i søkeresultatene betyr teknisk at de vil ha en %1$s meta for roboter og vil bli ekskludert fra XML-nettstedskartet. %2$sMer informasjon om innstillinger for søkeresultater%3$s."],"Help on the author archives search results setting":["Hjelp for innstillingen om søkeresultater for forfatterarkiv"],"Archives settings help":["Hjelp med arkivinnstillinger"],"Learn more about the archives setting":["Lær mer om innstillingene for arkivene"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Få din Yandex verifiseringskode %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verifiseringskode"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Få din Google verifiseringskode her %1$sGoogle Search Console%2$s."],"Google verification code":["Google verifiseringskode"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Få verifikasjonskode til Bing i %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verifiseringskode"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Du kan bruke boksene nedenfor for å verifisere med de forskjellige verktøyene for nettredaktører. Denne funksjonen legger til en metatag for bekreftelse på hjemmesiden din. Følg koblingene til de forskjellige verktøyene for nettredaktører, og se etter instruksjoner om bekreftelsesmetoder for å få bekreftelseskoden. Hvis nettstedet ditt allerede er bekreftet, kan du bare glemme disse."],"Learn more about the Webmaster Tools verification":["Lær mer om verifisering med Webmaster Tools"],"On":["På"],"Help on: %s":["Hjelp med: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s kommer med mange funksjoner. Du kan aktivere/deaktivere noen av dem nedenfor. Hvis du klikker spørsmålstegnet, får du mer informasjon om funksjonen."],"Off":["Av"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Den avanserte delen av metaboksen %1$s meta lar en bruker fjerne innlegg fra søkeresultatene eller endre den kanoniske. Dette er ting du kanskje ikke vil at noen forfatter skal gjøre. Det er derfor, som standard, bare redaktører og administratorer kan gjøre dette. Hvis du angir \"%2$s\", kan alle brukere endre disse innstillingene."],"Security: no advanced settings for authors":["Sikkerhet: Ingen avanserte innstillinger for forfattere"],"See who contributed to %1$s.":["Se hvem som har bidratt til %1$s."],"Help on this search results setting":["Hjelp med denne innstillingen for søkeresultater"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Ikke å vise arkivet for%1$s i søkeresultater betyr teknisk at de vil ha en %2$s robotmeta og ville være utelukket fra XML-nettstedskartet. %3$sMer informasjon om innstillingene for søkeresultater%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Ikke vise %1$s i søkeresultatene betyr teknisk at de vil ha en %2$s meta for roboter og vil bli ekskludert fra XMLnettstedskartet. %3$sMer informasjon om innstillingene for søkeresultater%4$s."],"Check SEO configuration":["Sjekk SEO konfigurasjon"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Vil du kontrollere at innstillingene for %1$s fortsatt er OK? %2$sÅpne konfigurasjonsveiviseren på nytt%3$s for å validere dem."],"Default for %2$s, currently: %1$s":["Standard for %2$s, nåværende: %1$s"],"Show %s in search results?":["Vis %s i søkeresultater?"],"this author's archives":["denne forfatters arkiv"],"Do not allow search engines to show %s in search results.":["Ikke tillatt søkemotorer å vise %s i søkeresultater."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Kategori-URLer for WordPress inneholder et prefiks, normalt %s, og denne funksjonen fjerner det prefikset, kun for kategorier."],"Category URLs":["Kategori-URLer"],"the archive for %s":["arkivet for %s"],"Redirect attachment URLs to the attachment itself?":["Omdirigere vedleggs-URL-er til vedlegget selv?"],"We recommend you set this to Yes.":["Vi anbefaler å sette dette til JA."],"Media & attachment URLs":["Media og vedlegg URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Dette er hva som vises i søkeresultater når besøkende finner hjemmesiden din. Dette er antagelig det de ser når de søker etter ditt navn."],"date archives":["datoarkiver"],"archives for authors without posts":["arkiv for forfattere uten innlegg"],"Read why XML Sitemaps are important for your site.":["Les hvorfor XML sidekart er viktig for siden din."],"Enable the XML sitemaps that %s generates.":["Aktiver XML-nettstedskartet som %s genererer."],"See the XML sitemap.":["Se XML-nettstedskartet."],"%2$s (current default for %1$s)":["%2$s (nåværende standardverdi for %1$s)"],"Media":["Media"],"Content Types":["Innholdstyper"],"Should search engines follow links on this %1$s?":["Skal søkemotorer følge lenker på dette/denne %1$s?"],"Allow search engines to show this %s in search results?":["Tillat at søkemotorer viser %s i søkeresultatene?"],"Search Appearance":["Søkeutseende"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Vennligst spesifiser hvilke innholdstyper du vil se i søkemotorer. Hvis du ikke vet forskjellene mellom disse, er det best å velge standardinnstillingene."],"Search engines should show \"%1$s\" in search results:":["Søkemotorer bør vise \"%1$s\" i søkeresultatene:"],"Search engine visibility":["Synlighet i søkemotorer"],"Toggle %1$s's XML Sitemap":["Skru %1$s sitt XML-nettstedskart av/på"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Forespørsler om kundestøtte som du oppretter her blir sendt direkte til vårt system for kundestøtte. Forbindelsen er kryptert med 256 biters SSL slik at all kommunikasjon er 100% kryptert."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Funksjonen for hjørnesteinsinnhold lar deg merke og filtrere hjørnesteinsinnhold på nettstedet ditt."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Hvis du har problemer som du ikke får løst ved å se på våre video-veiledninger eller i vår kunnskapsbase, kan du sende en melding til vårt hjelpesenter. De tar i mot henvendelser 24/7."],"Good results":["Gode resultater"],"Get better search results in local search":["Oppnå bedre søkeresultater i lokale søk"],"Allow customers to pick up their %s order locally":["Tillat kunder å hente sin %s-bestilling lokalt"],"SEO analysis":["SEO-analyse"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO-analysen gir deg anbefalinger for å forberede SEO-en i teksten din."],"Learn how the SEO analysis can help you rank.":["Lær hvordan SEO analyse kan hjelpe deg å rangere bedre."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Lesbarhet analysen gir deg forslag til forbedringer av tekstens struktur og stil."],"Discover why readability is important for SEO.":["Oppdag hvorfor lesbarhet er viktig for SEO."],"Find out how cornerstone content can help you improve your site structure.":["Finn ut hvordan hjørnesteinsinnhold kan hjelpe deg med å forbedre strukturen på nettstedet ditt."],"The text link counter helps you improve your site structure.":["Tekstlenktelleren hjelper deg å forbedre strukturen på nettstedet."],"Find out how the text link counter can enhance your SEO.":["Finn ut hvordan tekstlenktelleren kan forbedre din SEO."],"%s integration":["%s-integrasjon"],"Read more about how %s works.":["Les mer om hvordan %s fungerer."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Aktiver denne funksjonen hvis du ønsker at Facebook og andre sosiale media skal vise en forhåndsvisning med bilde og et tekstutdrag når en lenk til ditt nettsted blir delt."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Aktiver denne funksjonen hvis du vil at Twitter skal vise en forhåndsvisning med bilde og et tekstutdrag når en lenk til nettstedet ditt blir delt."],"Find out why you should upgrade to %s":["Finn ut hvorfor du burde oppgradere til %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Siste blogginnlegg på %1$s"],"Need help?":["Trenger du hjelp?"],"Remove highlight from the text":["Fjern fremhevelse fra teksten"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Kom raskt i gang med %1$s %2$s konfigurasjonsveiviseren %3$s!"],"First-time SEO configuration":["Første gangs SEO-instillinger"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Ditt nettsted-språk er satt til {language}. Hvis dette ikke er riktig, vennligst kontakt administratoren for nettstedet."],"Your site language is set to {language}.":["Ditt nettsted-språk er satt til {language}."],"Highlight this result in the text":["Fremhev dette resultat i teksten"],"Considerations":["Vurderinger"],"Errors":["Feil"],"Change language":["Endre språk"],"You cannot create a %s file.":["Du kan ikke opprette %s fil."],"You cannot edit the %s file.":["Du kan ikke redigere filen %s ."],"Updated %s":["Oppdater %s"],"Create %s file":["Opprett %s filen"],"Edit the content of your %s:":["Rediger innholdet i %s:"],"Save changes to %s":["Lagre endringer for %s"],"%s file":["%s fil"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s og %2$s arbeider bedre sammen hvis du legger til en hjelpe plugin. Vennligst instalerl %3$s for å få en bedre løsning. %4$s."],"More information":["Mer informasjon"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s og %2$s fungerer bedre sammen dersom du legger til et hjelpeutvidelse. Vennligst aktiver %3$s for å få en bedre løsning."],"More information about %1$s":["Mer informasjon om %1$s"],"Configuration Wizard":["Konfigurasjonshjelper"],"You've done it!":["Du er ferdig!"],"Seamlessly integrate %1$s into your AMP pages!":["Integrer %1$s sømløst på dine AMP-sider!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integrer %2$s sømløst med %1$s for innholdsanalysen!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s og %2$s jobber bedre sammen ved å legge til en hjelpeutvidelse. Vennligst installer %3$s for å avhjelpe dette."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Tittelen & sine metainstillinger for %1$s er bygd opp av variabler som byttes ut med spesifikke verdier fra nettsiden når denne vises. Tabellen under inneholder en liste over de tilgjengelige variablene."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Merk den viktigste %1$s som 'primært innhold' for å forbedre sidestrukturen. %2$sLær mer om primært innhold.%3$s."],"Loading help center.":["Laster inn hjelpesenteret."],"Get support":["Få brukerstøtte"],"(Opens in a new browser tab)":["(Åpnes i en ny fane i nettleseren)"],"Posts %1$swithout%2$s a focus keyphrase":["Innlegg %1$suten%2$s et fokusnøkkelord"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hei, din SEO fungerer bra! Sjekk ut statistikken:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Du har ingen publiserte innlegg, SEO-poengsummen din vil synliggjøres når du har publisert ditt første innlegg!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["På denne siden kan du endre navnet på nettstedet ditt og velge hvilket skilletegn som skal brukes. Skiletegnet vil for eksempel vises mellom innleggstittel og nettstedsnavn. Symboler vises i størrelsen de vises i søkeresultatene. Velg den som passer best for merkevaren din eller tar opp minst plass i tekstutdragene."],"Something else":["Noe annet"],"A portfolio":["En portefølje"],"A corporation":["En virksomhet"],"A small offline business":["En liten offline-virksomhet"],"A news channel":["En nyhetskanal"],"An online shop":["En nettbutikk"],"A blog":["En blogg"],"What does the site %1$s represent?":["Hva står %1$s for?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Hvis du velger nei, vil forfatterarkivet ditt bli deaktivert for å forhindre problemer med duplikatinnhold."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Merk: Vi lagrer ikke dataene dine på noen måte og har ikke full tilgang til kontoen din. Ditt personvern er trygt hos oss."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integreres med Google Search Console, et verktøy nettstedseiere må ha. Det gir deg informasjon om helsen til nettstedet ditt. Har du ikke en Google-konto, eller er nettstedet ditt ikke aktivert ennå? Finn ut %2$sVis hvordan koble til Google Search Console til ditt nettstedet%3$s."],"Option B: My site is under construction and should not be indexed":["Valg B: Nettstedet mitt er under konstruksjon og bør ikke indekseres"],"Option A: My site is live and ready to be indexed":["Valg A: Nettstedet mitt er aktivt og er klart for å bli indeksert"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Velg under bygging hvis du vil holde nettstedet borte fra indeksen hos søkemotorer. Ikke glem å aktivere det når du er klar til å publisere nettstedet ditt."],"Please specify if your site is under construction or already active.":["Vennligst spesifiser om nettstedet er under konstruksjon eller allerede aktivt."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Denne informasjonen vil bli brukt i Googles kunnskapskort, den stor informsjonsboksen som vises på høyre side for søkeresultatene."],"Read more like this on our SEO blog":["Les mer som dette på vår SEO-blogg"],"Readability: %s":["Lesbarhet: %s"],"Not activated":["Ikke aktivert"],"Activated":["Aktivert"],"%1$s recommendations for you":["%1$s anbefalinger for deg"],"All Readability Scores":["Alle lesbarhetspoengene"],"Filter by Readability Score":["Filtrer på lesbarhetspoeng"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Du mottar ikke oppdateringer eller støtte! Løs dette problemet ved å legge til denne nettstedet og aktiver %1$s for den i %2$s."],"Request method %1$s is not valid.":["Forespørselsmetoden %1$s er ikke gyldig."],"Muted notifications:":["Avslåtte varsler:"],"Muted problems:":["Ignorerte problemer:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Vil du forhåndsvise hvordan det vil se ut hvis folk deler dette innlegget på %1$s? Du kan, med %2$s ."],"Good job! All the links in your texts have been counted.":["Bra jobba! Alle lenkene i tekstene dine er telt opp."],"Calculation completed.":["Opptelling fullført."],"Calculation in progress...":["Opptelling foregår ..."],"Stop counting":["Stopp opptelling"],"Counting links in your texts":["Teller lenker i tekstene dine"],"Text %1$s of %2$s processed.":["Tekst %1$s av %2$s fullført."],"All your texts are already counted, there is no need to count them again.":["Alle tekster er telt. Det er ikke nødvendig å telle dem på nytt."],"Count links in your texts":["Tell opp lenker i tekstene dine"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Lenkene i alle dine offentlige tekster trenger å telles. Dette vil gi innsikt over hvilke tekster som trenger flere lenker til dem. Hvis du vil vite mer om hvorfor og hvordan om interne lenker, sjekk %1$sartikkelen om interne lenker på %2$s%3$s."],"Text link counter":["Teller for tekstlenker"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Antall interne lenker som lenker til dette innlegget. Se \"Yoast Columns\" tekst i hjelp-fanen for mer informasjon."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Antall utgående interne lenker i dette innlegget. Se \"Yoast kolonner\"-teksten i hjelpfanen for mer informasjon."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s legger til flere kolonner til denne siden. Vi har skrevet en artikkel om %2$show hvordan bruke SEO score og Lesbarhets score%3$s. Lenke kolonnene viser antall artikler på denne siden som linker %5$sto%6$s denne artikkelen og antall URLer lenket %5$sfrom%6$s denne artikkelen. Lær mer om %4$show for å bruke disse funksjonene til å forbedre din interne lenking%3$s, som merkbart vil forbedre din SEO."],"%s Columns":["%s kolonner"],"Readability score":["Lesbarhetspoeng"],"Other benefits of %s for you:":["Andre fordeler %s gir deg:"],"Scroll to see the preview content.":["Bla ned for å se forhåndsvisningen."],"Cornerstone content":["Hjørnesten-innhold"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s vil nå ta vare på all nødvendig teknisk optimalisering av nettstedet ditt. For å forbedre nettstedets ytelse i søkeresultatene, er det viktig å begynne å lage innhold som stemmer godt med søkeord du benytter. Sjekk ut denne videoen hvor vi forklarer hvordan du bruker metaboxen %1$s når du redigerer innlegg eller sider."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Hvis du ønsker å rangere foran dine konkurrenter i en bestemt by eller region, sjekk ut pluginet for %1$s! Du kan enkelt sette inn Google Maps, åpningstider, kontaktinformasjon og en butikklokker. I tillegg hjelper %1$s deg med å forbedre brukervennligheten til kontaktsiden din."],"Attract more customers near you":["Tiltrekk deg flere kunder i nærheten av deg"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Vil du vite alle de minste detaljene i %1$s-utvidelsen? Vil du lære alt om våre avanserte innstillinger? Vil du få mest mulig ut av %1$s-utvidelsen? Sjekk ut vår %1$s-opplæring og begynn å utrangere konkurrentene!"],"Get the most out of %1$s with the %2$s":["Få det meste ut av %1$s med %2$s"],"Upgrade to Premium":["Oppgrader til Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Vil du utrangere konkurrentene? %1$s gir deg flere gode funksjoner som vil hjelpe deg å sette opp din SEO-strategi som en profesjonell. Bruk funksjonaliteten for flere fokusnøkkelord, omdirigeringsbehandleren og vårt internlenkeverktøy. %1$s vil også gi deg tilgang til premium-kundestøtte."],"Outrank the competition with %s":["Ranger foran konkurrentene med %s"],"You might like":["Du vil kanskje også like"],"Newsletter":["Nyhetsbrev"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Vi har oppdaget at du ikke har fullført veilederen ennå, så vi anbefaler deg å %2$sstarte konfigurasjonsveilederen for å konfigurere %1$s %3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Konfigurasjonsveilederen hjelper deg med å enkelt konfigurere ditt nettsted med de mest optimale SEO-innstillingene."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Bytt til Premium og våre eksperter vil hjelpe deg med å svare på eventuelle spørsmål du måtte ha om oppsett og bruk av plugin."],"Superfast internal linking suggestions":["Superaske forslag interne lenker"],"Great news: you can, with %1$s!":["Gode nyheter: Du kan, med %1$s!"],"Save changes":["Lagre endringer"],"1 year free support and updates included!":["1 års gratis brukerstøtte og oppgraderinger inkludert!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Pluginen %2$s forandrer din nettsides innhold og på den måten differensierer mellom søkemotorer og vanlige brukere, en prosess som kalles cloaking. Vi anbefaler på det sterkeste at du deaktiverer den."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sForhåndsvisning for sosiale medier%2$s: Facebook og Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sIngen flere døde lenker%2$s: enkelt verktøy for omdirigeringer"],"No ads!":["Ingen reklame!"],"Facebook & Twitter":["Facebook og Twitter"],"Social media preview":["Forhåndsvisning av sosiale medier"],"Easy redirect manager":["Enkelt verktøy for omdirigeringer"],"No more dead links":["Ingen flere døde lenker"],"Increase your SEO reach":["Øk din rekkevidde av SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Hvis du vil ha mer hjelp til å skape kjempebra innhold, sjekk ut vårt %2$sSEO copywriting kurs%3$s. Vil du vite alt om funksjonene i pluginet, bør du vurdere å gjøre vår %1$s!"],"Variable":["Variabel"],"Available variables":["Tilgjengelige variabler"],"Scroll to see the table content.":["Bla ned for å se tabellinnholdet."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Vennligst referer til %1$svår artikkel om hvordan koble din nettsted til Google Search Console%2$s hvis du trenger hjelp."],"An error occurred in the '%1$s' assessment":["Det oppstod en feil i '%1$s' vurderingen"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s av ordene inneholder %2$smer enn %3$s stavelser%4$s, noe som er mer enn de anbefalte %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s av ordene inneholder %2$smer enn %3$s stavelser%4$s, noe som er mindre enn eller like mye som de anbefalte %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Dette er litt under det anbefalte minimum på %5$d ord. Legg til litt mer %3$stekst%4$s.","Dette er litt under det anbefalte minimum på %5$d ord. Legg til litt mer %3$stekst%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Metabeskrivelsen inneholder %1$d setning %2$smed mer enn %3$s ord%4$s. Forsøk å korte ned denne setningen.","Metabeskrivelsen inneholder %1$d setninger %2$smed mer enn %3$s ord%4$s. Forsøk å korte ned disse setningene."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Metabeskrivelsen inneholder ingen setninger %1$smed mer enn %2$s ord%3$s."],"No new notifications.":["Ingen nye varsler."],"Save all":["Lagre alt"],"Save":["Lagre"],"%1$s, Author at %2$s":["%1$s, forfatter på %2$s"],"Mobile preview":["Mobilforhåndsvisning"],"Desktop preview":["Skrivebordsforhåndsvisning"],"Select redirect":["Velg viderekobling"],"Please provide an SEO title by editing the snippet below.":["Vennligst sett en SEO-tittel ved å endre tekstutdraget under."],"Meta description preview:":["Forhåndsvisning av metabeskrivelse:"],"Slug preview:":["Forhåndsvisning av permalenke:"],"SEO title preview:":["Forhåndsvisning av SEO-tittel:"],"Close snippet editor":["Lukk tekstvindu"],"Slug":["Permalenke"],"Remove marks in the text":["Fjern merker i teksten"],"Mark this result in the text":["Merk dette resultatet i teksten"],"Marks are disabled in current view":["Merker er deaktivert i den gjeldende visningen"],"Good SEO score":["Bra SEO-resultat"],"OK SEO score":["OK SEO-poengsum"],"Feedback":["Tilbakemelding"],"ok":["ok"],"Choose an image":["Velg et bilde"],"Remove the image":["Fjern bildet"],"MailChimp signup failed:":["MailChimp-registrering mislyktes:"],"Sign Up!":["Registrer!"],"Name":["Navn"],"There is an error with the request.":["Det er en feil med forespørselen."],"Select profile":["Velg profil"],"Choose a profile":["Velg en profil"],"Authorization code":["Godkjenningskode"],"Reauthenticate with Google":["Godkjenn på nytt med Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["For å tillate %s å hente informasjonen om Google Search Console, skriv inn Google Autorisasjonskoden din. Hvis du klikker på knappen nedenfor, åpnes et nytt vindu."],"Please provide a meta description by editing the snippet below.":["Vennligst oppgi en metabeskrivelse ved å redigere tekstutdraget nedenfor."],"Edit snippet":["Rediger tekstutdrag"],"You can click on each element in the preview to jump to the Snippet Editor.":["Du kan klikke på hvert element i forhåndsvisningen for å hoppe til tekstutdragredigeringen."],"Close the Wizard":["Lukke veilederen"],"Export settings":["Eksporter innstillinger"],"%1$s video tutorial":["%1$s videoopplæring"],"%s › Configuration Wizard":["%s › konfigurasjonsveileder"],"Please don't show me this notification anymore":["Vennligst ikke vis meg dette varselet mer"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Hvis du opplever problemer, %1$svennligst send inn en feilrapport%2$s, og vi vil gjøre vårt beste for å hjelpe deg."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Vi har lagt merke til at du har brukt %1$s i en stund nå. Vi håper du er fornøyd! Vi ville bli veldig glade hvis du kunne %2$sgitt oss en vurdering med 5 stjerner på WordPress.org%3$s!"],"Courses":["Kurs"],"Date archives settings":["Innstillinger for datoarkiv"],"Author archives settings":["Innstillinger for forfatterarkiv"],"%1$s by %2$s":["%1$s x %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Advarsel: Variabelen %s kan ikke brukes i denne malen. Se hjelpesenteret for mer informasjon."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Forresten, visste du at vi også har en %1$sPremium-utvidelse%2$s? Den tilbyr avanserte funksjoner, som omdirigeringsbehandling og støtte for flere nøkkelord. Den kommer også med personlig døgnåpen brukerstøtte."],"(no title)":["(ingen tittel)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Administrasjonsmenyen for %1$s inneholder nyttige lenker til tredjepartsverktøy for analyse av sider og gjør det enkelt å se om du har nye varsler."],"Admin bar menu":["Administrasjonsmeny"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s vil ukentlig sjekke om nettstedet fortsatt kan indekseres av søkemotorer og %2$s vil varsle deg hvis dette ikke er tilfelle."],"Features":["Funksjoner"],"SEO title":["SEO-tittel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Selv om vi forsøker å sette opp %1$s så enkelt som mulig, forstår vi at det kan være krevende. Hvis du vil ha oss til å konfigurere %1$s for deg (og få en kopi av %2$s i prosessen), bestil vår %3$s %1$s konfigurasjonstjeneste %4$s her!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Velkommen til konfigurasjonsveiviseren for %1$s. I noen få enkle trinn hjelper vi deg med å konfigurere SEO-innstillingene dine for å matche nettstedets behov!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google viser navnet på ditt nettsted i søkeresultatene. Hvis du vil endre navnet, kan du gjøre det her."],"Greater than sign":["Større enn-tegn"],"Less than sign":["Mindre enn-tegn"],"Right angle quotation mark":["Høyrevendt sitatmerke"],"Left angle quotation mark":["Venstrevendt sitatmerke"],"Small tilde":["Liten tilde"],"Vertical bar":["Vertikal strek"],"Low asterisk":["Lav stjerne"],"Asterisk":["Stjerne"],"Bullet":["Punkt"],"Middle dot":["Prikk"],"Em dash":["Lang strek"],"En dash":["Mellomstor strek"],"Dash":["Strek"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Velg symbolet som du vil bruke som tittel-separator. Dette vil for eksempel vises mellom en innleggstittel og tittelen på nettstedet. Symbolene vises i den størrelsen som de vil vises i søkeresultatene."],"The name of the person":["Personens navn"],"No":["Nei"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Har, eller vil, nettstedet få flere forfattere?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genererer automatisk en URL for hvert medieelement i biblioteket. Ved å aktivere dette vil Google tillates å indeksere den genererte URLen."],"Success!":["Suksess!"],"Title settings":["Tittelinnstillinger"],"Google Search Console":["Google Search Console"],"Multiple authors":["Flere forfattere"],"Site type":["Nettstedstype"],"Environment":["Miljø"],"Yoast option %1$s not found.":["Yoast-alternativet %1$s ble ikke funnet."],"Google Structured Data Test":["Google testverktøy for strukturerte data"],"Posts list":["Innleggsliste"],"Posts list navigation":["Navigering i oversikten over innlegg"],"Filter posts list":["Filtrér innleggsliste"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Vær oppmerksom på at arkivlenker fremdeles kan bli skrevet ut av temaet ditt og at du i såfall må fjerne dem separat."],"%1$s to optimize your site even further":["%1$s for å optimalisere nettstedet ytterligere"],"%1$s extensions":["Utvidelser til %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Kommer med vår 30-dagers returrett, uansett årsak"],"More information %1$sabout %3$s%2$s":["Mer informasjon %1$som %3$s%2$s"],"Installed":["Installert"],"gain access to our 24/7 support team.":["få tilgang til vår døgnåpne brukerstøtte."],"Premium support":["Premium-støtte"],"check what your Facebook or Twitter post will look like.":["sjekk hvordan dine Facebook- eller Twitter-innlegg vil se ut."],"Social previews":["Forhåndsvisninger for sosiale medier"],"create and manage redirects from within your WordPress install.":["opprett og administrer omdirigeringer fra WordPress-installasjonen."],"Redirect manager":["Videresendings-administrator"],"%1$s, take your optimization to the next level!":["Ta din optimalisering til neste nivå med %1$s!"],"A seamless integration between %1$s and %2$s":["En sømløs integrasjon mellom %1$s og %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Bruk brødsmulesti fra %1$s i stedet for fra %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Sett enkelt inn Google Maps, veibeskrivelse, åpningstider og mer"],"Creates XML News Sitemaps":["Lager XML-nettstedskart for nyheter"],"Immediately pings Google on the publication of a new post":["Umiddelbart varsle Google når et nytt innlegg publiseres"],"Optimize your site for Google News":["Optimaliser ditt nettsted for Google Nyheter"],"Make videos responsive through enabling fitvids.js":["Gjør videoer responsive ved å aktivere fitvids.js"],"Enhance the experience of sharing posts with videos":["Forbedre opplevelsen av å dele innlegg med videoer"],"Show your videos in Google Videos":["Vis dine videoer i Google Video"],"Crawl issues list":["Liste over gjennomsøkingsfeil"],"Crawl issues list navigation":["Navigering i oversikten over gjennomsøkingsproblemer"],"Edit “%s”":["Rediger “%s”"],"Premium":["Premium"],"Google Trends":["Google-trender"],"Notifications":["Varsler"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Fjerner nøkkelord-fanen fra metaboksen og deaktiverer alle SEO-relaterte forslag."],"Disable SEO analysis":["Deaktiver SEO-analyse"],"Twitter settings":["Twitter-innstillinger"],"Pinterest settings":["Pinterest-innstillinger"],"Facebook settings":["Facebook-innstillinger"],"Title separator symbol":["Skillesymbol for titler"],"RSS feed settings":["RSS-innstillinger"],"Breadcrumbs settings":["Innstillinger for brødsmuler"],"Make primary":["Gjør til primær"],"Enter your Google Authorization Code and press the Authenticate button.":["Skriv inn Google-autentiseringskoden din og trykk Autentiser-knappen."],"%s notification":["%s varsel","%s varsler"],"Disable readability analysis":["Deaktiver lesbarhetsanalyse"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Fjerner lesbarhetsfanen fra metaboksen og deaktiverer alle forslag relatert til lesbarhet."],"Readability analysis":["Lesbarhetsanalyse"],"Needs improvement":["Trenger forbedring"],"Readability":["Lesbarhet"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Du forsøker å laste ikke-minifiserte filer. Disse er kun tilgjengelig i vår utviklingspakke. Sjekk ut %1$s for å se alle kildefilene."],"Improvements":["Forbedringer"],"Restore this item.":["Tilbakestill dette elementet."],"Dismiss this item.":["Fjern dette elementet."],"Good job! We could detect no serious SEO problems.":["Bra jobbet! Vi kunne ikke finne noen alvorlige SEO problemer."],"We have detected the following issues that affect the SEO of your site.":["Vi har oppdaget følgende problemer som har effekt på SEO'en på din side."],"Problems":["Problemer"],"Analysis":["Analyse"],"Not available":["Ikke tilgjengelig"],"Filter by SEO Score":["Filtrer etter SEO-resultat"],"Meta description not set.":["Metabeskrivelse er ikke satt."],"Video tutorial":["Video-opplæring"],"Email support is a %s feature":["Brukerstøtte via e-post er en funksjon i %s"],"Knowledge base":["Kunnskapsdatabase"],"Open":["Åpen"],"Dashboard":["Kontrollpanel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Du kan fikse dette på siden %1$sinnstillinger for permalenker%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paginering for kommentarer er aktivert. I 999 av 1000 tilfeller er ikke dette nødvendig, Vi anbefaler å deaktivere det."],"Replaced with the primary category of the post/page":["Erstattet med den primære kategorien for innlegget/siden"],"Pinterest confirmation":["Pinterest-bekreftelse"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Om du allerede har bekreftet nettstedet ditt med Pinterest, kan du hoppe over steget under."],"Format-based archives":["Format-basert arkiv"],"Webmaster Tools verification":["Bekreftelser for nettredaktørverktøy"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Følg vår %1$s for WordPress-kurs og bli en sertifisert %1$s-ekspert!"],"Want to be a %s Expert?":["Vil du bli en ekspert på %s?"],"Buy %s":["Kjøp %s"],"Show information about errors in category %s":["Vis informasjon om feil i kategorien %s"],"New %1$s Title":["Ny %1$s-tittel"],"Existing %1$s Title":["Eksisterende %1$s-tittel"],"Expected an integer as input.":["Forventet et heltall som inndata."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Prøver å bygge mellomlagringsnøkkel for sidekartet, men kombinasjonen av postfiks og prefiks gir for lite plass til å gjøre dette. Du etterspør muligens en side som er utenfor det forventede området."],"Remove":["Fjern"],"Keep":["Behold"],"Bold the last page":["Uthev den siste siden"],"Regular":["Normal"],"Bold":["Uthev"],"Show Blog page":["Vis bloggside"],"Primary %s":["Primær %s"],"Primary":["Primær"],"Make %1$s primary %2$s":["Gjør %1$s til primær %2$s"],"Term is set to noindex.":["Termen er satt til «noindex»."],"Author archives":["Forfatterarkiver"],"Show":["Vis"],"Enabled":["Aktivert"],"Disabled":["Deaktivert"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s har ikke hentet ditt nettsteds indekserbarhetsstatus ennå fra %2$s"],"The separator defined in your theme's %s tag.":["Seperatoren definert i ditt temas %s-element."],"No index":["Ingen indeksering"],"Analyze entire site":["Analyser hele nettstedet"],"Fetch the current status":["Hent nåværende status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s har ikke kunnet hente ditt nettsteds indekserbarhetssstatus%3$s fra %4$s"],"Your homepage can be indexed by search engines.":["Hjemmesiden din kan indekseres av søkemotorer."],"Indexability check by %1$s":["Indekseringssjekk av %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Om du vil bruke et bilde for deling på %1$s, kan du laste opp/velge et bilde, eller legge inn bilde-URLen her."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Hvis du ikke vil bruke metabeskrivelsen for å dele på %1$s, men ønsker en annen beskrivelse, skriv den her."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Om du ikke vil bruke tittelen for deling på %1$s men vil ha en annen tittel der, skriv den her."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sHjemmesiden din kan ikke indekseres av søkemotorer%2$s. Dette er veldig dårlig for SEO og burde fikses."],"Once Weekly":["Ukentlig"],"Add-ons":["Utvidelser"],"SEO score":["SEO -poeng"],"Twitter metadata":["Twitter-metadata"],"Facebook / Open Graph metadata":["Facebook-/Open Graph-metadata"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Rekalkulerer SEO-poeng for alt innhold med et fokusnøkkelord."],"%1$s of %2$s done.":["%1$s av %2$s ferdig."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Vi har oppdatert vår algoritme for SEO-resultater. %1$sKlikk her for å rekalkulere SEO-resultatene%2$s for alle innlegg og sider."],"Team Yoast":["Vi i Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Den første virkelige alt-i-ett SEO-løsningen for WordPress, inkludert sidevis innholdsanalyse, XML-nettstedkart og mye mer."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivering mislyktes:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Filter-utvidelsen er ikke ut til å være tilgjengelig. Vennligst spør din leverandør av webhotell om å tilgjengeliggjøre den."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Installasjonen av utvidelsen %1$s er ikke ferdig. Vennligst sjekk %2$sinstallasjonsinstruksjonene%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Tillegget Standard PHP-bibliotek (SPL) ser ut til å være utilgjengelig. Vennligst be din nettvert om å aktivere dette."],"SEO Settings":["SEO-innstillinger"],"Mobile-Friendly Test":["Test for mobilvennlighet"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS-validator"],"HTML Validator":["HTML-validator"],"Pinterest Rich Pins Validator":["Pinterest «Rich Pins»-validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Sjekk headers"],"Check Google Cache":["Sjekk Google Cache"],"Analyze this page":["Analyser denne siden"],"Keyword Research":["Nøkkelordundersøkelse"],"%s does not seem to be a valid url. Please correct.":["%s ser ikke ut til å være en gyldig url. Vennligst korriger."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s ser ikke ut til å være et gyldig %2$s bekreftelsesstreng. Vennligst korriger."],"%s Archive":["Arkiv for %s"],"You searched for %s":["Du søkte etter %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s ser ikke ut til å være en gyldig Twitter-bruker-id. Vennligst korriger."],"Summary with large image":["Sammendrag med stort bilde"],"Summary":["Sammendrag"],"The post %1$s appeared first on %2$s.":["Innlegget %1$s dukket først opp på %2$s."],"No numeric value was received.":["Ingen numerisk verdi ble mottatt."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dette må være en eksisterende blogg. Blogg %s finnes ikke eller har blitt merket som slettet."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Standard blogg innstillingen må være den numeriske bloggen id av bloggen du vil bruke som standard."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s er ikke et gyldig valg for hvem som skal få adgang til innstillingene for %2$s. Verdien\ner tilbakestilt til standard."],"Please select a valid post type for taxonomy \"%s\"":["Vennligst velg en gyldig innholdstype for taksonomi «%s»"],"Please select a valid taxonomy for post type \"%s\"":["Vennligst velg en gyldig taksonomi for innholdstypen «%s»"],"You searched for":["Du søkte etter"],"Home":["Hjem"],"Archives for":["Arkiver for"],"Error 404: Page not found":["Feil 404: Siden ikke funnet"],"Good":["Bra"],"Replaced with a custom taxonomies description":["Erstattes med en beskrivelse av egendefinert taksonomi"],"Replaced with a posts custom taxonomies, comma separated.":["Erstattet med et innleggs egendefinerte taksonomier, kommaseparert."],"Replaced with a posts custom field value":["Erstattet med verdien fra et egendefinert felt på et innlegg"],"Replaced with the slug which caused the 404":["Erstattes med permalenken som forårsaket 404"],"Replaced with the posts focus keyphrase":["Erstattes med innleggets fokus-nøkkelord"],"Attachment caption":["Beskrivelse/bildetekst for vedlegg"],"Replaced with the current page number":["Erstattes med gjeldende sidenummer"],"Replaced with the current page total":["Erstattes med gjeldende totalt sideantall"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Erstattet med gjeldende sidenummer og totalt antall sider (dvs. side 2 av 4)"],"Replaced with the post/page author's 'Biographical Info'":["Erstattet med innleggets/sidens forfatters «Biografisk informasjon»"],"Replaced with the post/page author's 'nicename'":["Erstatt innlegget's/side forfatter 'Alias'"],"Replaced with the post/page ID":["Erstatt med innlegget's/side ID"],"Replaced with the post/page modified time":["Erstattet med tidspunktet innlegget/siden sist ble endret"],"Replaced with the content type plural label":["Erstattes med innholdstypens navn i flertallsform"],"Replaced with the content type single label":["Erstattes med innholdstypens navn i entallsform"],"Replaced with the current search phrase":["Erstattes med gjeldende søkeuttrykk"],"Replaced with the term name":["Erstatt med begrepet's navn"],"Replaced with the term description":["Erstatt med begrepet beskrivelse"],"Replaced with the tag description":["Erstattet med stikkord-beskrivelse"],"Replaced with the category description":["Erstattet med kategori-beskrivelse"],"Replaced with the post categories (comma separated)":["Erstatt innlegget's kategori (separer med komma)"],"Replaced with the current tag/tags":["Erstatt med nåværende tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Erstattet med innleggets/sidens sammendrag (uten auto-generering)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Erstatt med innlegg/side sammnedrag (eller auto-generer hvis det ikke eksisterer)"],"The site's name":["Nettsiden's navn"],"Replaced with the title of the parent page of the current page":["Erstattet med tittelen på foreldersiden til gjeldende side"],"Replaced with the title of the post/page":["Erstatt med tittel for innlegget/siden"],"Replaced with the date of the post/page":["Erstatt med dato for innlegget/siden"],"Page %1$d of %2$d":["Side %1$d av %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Du kan ikke overstyre en WPSEO standard variabelerstatning ved å registrere en variabel med det samme navnet. Bruk «wpseo_replacements»-filteret i stedet for å justere erstatningsvariabelen."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["En erstatningsvariabel med det samme navnet er allerede registrert. Forsøk å lag et mer unikt variabelnavn."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["En erstatningsvariabel kan ikke begynne med «%%cf_» eller «%%ct_» siden disse er reservert for WPSEO standardvariabler for egendefinert felt og klassifiseringer. Forsøk å gi variabelen et unikt navn."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["En erstatningsvariabel kan bare innholde alfanumeriske tegn, en understrek eller en bindestrek. Forsøk å gi variabelen et nytt navn."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Notis kun for admin: Denne siden viser ikke en meta-beskrivelse fordi den ikke har en. Enten opprett en for denne siden spesielt, eller gå til menypunktet [%1$s - %2$s] og sett opp en mal."],"Page not found":["Side ikke funnet"],"%s Archives":["%s Arkiver"],"Search for \"%s\"":["Søk etter \"%s\""],"Meta description to use for Author page":["Meta-beskrivelse for forfattersiden"],"Title to use for Author page":["Tittel på forfattersiden"],"%1$s settings":["Innstillinger for %1$s"],"Export your %1$s settings":["Eksporter dine innstillinger for %1$s"],"Import settings":["Importer innstillinger"],"Import from other SEO plugins":["Importer fra andre SEO-utvidelser"],"Import":["Importer"],"If you had a %s file and it was editable, you could edit it from here.":["Hvis du hadde en %s-fil og den var redigerbar, kunne du redigert den herfra."],"If your %s were writable, you could edit it from here.":["Hvis din %s var skrivbar, kunne du redigert den herifra."],"You don't have a %s file, create one here:":["Du har ikke en %s-fil, du kan lage en her:"],"A link to your site, with your site's name and description as anchor text.":["En kobling til nettstedet ditt, med nettstedets navn og beskrivelse som ankertekst."],"A link to your site, with your site's name as anchor text.":["En kobling til nettstedet ditt, med nettstedets navn som ankertekst."],"A link to the post, with the title as anchor text.":["En lenke til innlegget, med tittelen som ankertekst."],"A link to the archive for the post author, with the authors name as anchor text.":["En link til arkivet for forfatter, med forfatternes navn som ankertekst."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Du kan bruke følgende variabler i innholdet, de vil bli erstattet av verdien på høyre side."],"Content to put after each post in the feed":["Innhold som legges inn etter hvert innlegg i feeden"],"Content to put before each post in the feed":["Innhold å sette inn før hvert innlegg i RSS-strømmen"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Denne funksjonen brukes til å automatisk legge til innhold i din RSS. Mer spesifikt er det ment å legge til lenker tilbake til bloggen din og blogginnleggene, så dumme skrapere automatisk legger til disse linkene også. Dette hjelper søkemotorer å identifisere deg som den opprinnelige kilden til innholdet."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Bruk av denne brødsmulesti-funksjonen er beskrevet i %1$sartikkelen om brødsmulesti-implementering i vår kunnskapsbase%2$s."],"How to insert breadcrumbs in your theme":["Hvordan sette brødsmuler inn i ditt tema"],"Blog":["Blogg"],"Content type archive to show in breadcrumbs for taxonomies":["Innholdstypearkiv som vises i brødsmulesti for taksonomier"],"Taxonomy to show in breadcrumbs for content types":["Taksonomi å vise i brødsmulesti for innholdstyper"],"Breadcrumb for 404 Page":["Brødsmule for 404-side"],"Prefix for Search Page breadcrumbs":["Prefiks for søkeside-brødsmuler"],"Prefix for Archive breadcrumbs":["Prefiks for arkiv-brødsmuler"],"Prefix for the breadcrumb path":["Prefiks for brødsmulestien"],"Anchor text for the Homepage":["Ankertekst for hjemmeside"],"Separator between breadcrumbs":["Separator mellom brødsmuler"],"Enable Breadcrumbs":["Aktiver brødsmuler"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Under er SEO-resultater for dine publiserte innlegg. Det er bare å begynne med å forbedre noen av dine innlegg!"],"Credits":["Takk til"],"« Back to Tools page":["« Tilbake til verktøysiden"],"%1$s comes with some very powerful built-in tools:":["%1$s kommer med noen kraftige innebygde verktøy:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Dette verktøyet lar deg raskt endre viktige filer for SEO, slik som robots.txt og, om du har en, din .htaccess-fil."],"File editor":["Filredigering"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importer innstillinger fra andre SEO-utvidelser og eksporter dine innstillinger for gjenbruk i en annen blogg."],"Import and Export":["Import og eksport"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dette verktøyet gir deg muligheten til å endre titler og beskrivelser på dine innlegg og sider uten å måtte gå inn på hver enkelt side."],"Bulk editor":["Masseredigering"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["For å %1$sverifisere ditt nettsted med Pinterest%2$s, legg inn meta-elementet her:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest benytter seg av Open Graph metadata, akkurat som Facebook, så sørg for at avhukningsboksen på Facebookfanen er markert som aktiv, dersom du ønsker å optimalisere nettstedet ditt for Pinterest."],"The default card type to use":["Standardkorttype du vil bruke"],"Add Twitter card meta data":["Legg til metadata for Twitter-kort"],"This image is used if the post/page being shared does not contain any images.":["Dette bildet brukes hvis innlegget/siden blir delt som ikke inneholder noen bilder."],"Default settings":["Standardinnstillinger"],"Copy home meta description":["Kopier meta-beskrivelsen fra forsiden"],"Description":["Beskrivelse"],"Image URL":["Bilde-URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dette er tittelen, beskrivelsen og bildet som benyttes i metataggene for Open Graph på forsiden av nettstedet ditt."],"Frontpage settings":["Innstillinger for forside"],"Add Open Graph meta data":["Legg til Open Graph Meta Data"],"YouTube URL":["YouTube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-brukernavn"],"Facebook Page URL":["URL til Facebook-side"],"Accounts":["Kontoer"],"Restore site to defaults":["Tilbakestill siden til standard"],"Site ID":["Nettsted-ID"],"Using this form you can reset a site to the default SEO settings.":["Ved hjelp av dette skjemaet kan du tilbakestille et nettsted til standard SEO-innstillinger."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Innstillinger som er sensitive (FB-administratorer og slikt), temaspesifikke (omskriving av titler) og veldig nettstedspesifikke, vil ikke importeres til nye nettsteder."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Legg inn %1$sSite ID%2$s for nettstedet du ønsker å bruke som standardinnstillinger for alle nettsteder som legges til nettverket. La feltet være tomt for å bruke utvidelsens normale standardinnstillinger."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Velg hvilket nettsteds innstillinger du ønsker å benytte som standard for alle nettsteder som blir lagt til i nettverket. Hvis du velger «Ingen», vil de normale standardene for utvidelsen bli brukt."],"New sites in the network inherit their SEO settings from this site":["Nye nettsteder i nettverket arver SEO-innstillingene fra dette nettstedet"],"Super Admins only":["Kun super-admin"],"Site Admins (default)":["Nettsteds-administratorer (standard)"],"Who should have access to the %1$s settings":["Hvem skal ha tilgang til innstillinger for %1$s"],"spam":["spam"],"mature":["støtende"],"archived":["arkivert"],"public":["offentlig"],"%s restored to default SEO settings.":["%s tilbakestill til standard SEO-innstillinger."],"Settings Updated.":["Innstillinger oppdatert."],"404 pages":["404-sider"],"Search pages":["Søkesider"],"These pages will be %s by default, so they will never show up in search results.":["Disse sidene vil være %s som standard, slik at de aldri vil dukke opp i søkeresultatene."],"Special Pages":["Spesialsider"],"Date-based archives could in some cases also be seen as duplicate content.":["Dato-baserte arkiv kan i noen tilfeller bli sett på som duplikatinnhold."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Hvis dette er tilfellet på ditt nettsted, kan du velge å enten deaktivere det (noe som gjør at adressen omdirigeres til bloggsiden), eller legge til %s, så det ikke vises i søkeresultatene."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Hvis du driver en blogg med bare en forfatter, vil forfatterarkivet være helt likt forsiden din. Dette kalles et %1$sproblem med duplikatinnhold%2$s."],"Date archives":["Datoarkiv"],"author archives":["forfatter-arkiv"],"Title":["Tittel"],"%1$s Meta Box":["Metaboks for %1$s"],"Hide":["Skjul"],"Date in Snippet Preview":["Forhåndsvisning av dato i tekstutdrag"],"Take note:":["Vennligst bemerk:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Du kan bestemme tittelen og beskrivelsen for innleggssiden vd %1$sredigering av binnlegssiden selv%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Du kan bestemme tittel og beskrivelse for forsiden ved å %1$sredigere forsiden selv%2$s"],"Homepage & Front page":["Hjemmeside & forside"],"Title Separator":["Tittel-separator"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s har automatisk oppdaget om det er behov for å tvinge omskriving av titler for sidene dine. Hvis du er uenig og du vet hva du gjør, kan du endre innstillingen her."],"Force rewrite titles":["Tving omskriving av titler"],"Taxonomies":["Taksonomier"],"Homepage":["Hjemmeside"],"%1$s Extensions":["Utvidelser til %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integrér WooCommerce med %1$s sømløst og få ekstra funksjonalitet!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Få bedre rangeringer lokalt og i Google Maps, uten å bli andpusten!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Er nettstedet ditt i Google Nyheter? Øk trafikken fra Google Nyheter ved å optimalisere for det!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimaliser dine videoer for å vise dem frem i søkeresultater og få flere klikk!"],"The premium version of %1$s with more features & support.":["Premiumversjonen av %1$s med flere funksjoner og brukerstøtte."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Disse dataene er vist som metadata på ditt nettsted. De er ment å dukke opp i %1$sGoogles Knowledge Graph%2$s. Du kan enten være et organisasjon eller en person."],"Website name":["Nettstedsnavn"],"Webmaster Tools":["Verktøy for nettstedsadministratorer"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Du har ikke ditt innleggsnavn i nettadressen til dine innlegg og sider. Det er sterkt anbefalt at du gjør det. Vurder å sette din permalenkestruktur til /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Brødsmuler"],"or":["eller"],"Save Profile":["Lagre profil"],"There were no profiles found":["Fant ingen profiler"],"Profile":["Profil"],"Current profile":["Nåværende profil"],"Authenticate":["Autentisér"],"Get Google Authorization Code":["Hent autorisasjonskode fra Google"],"Reload crawl issues":["Last inn indekseringsfeil på nytt"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["For å kunne opprette en omdirigering og rette problemet, trenger du %1$s. Du kan kjøpe utvidelsen, inkludert et års support og oppdateringer på %2$s."],"Creating redirects is a %s feature":["Å opprette videresendinger er en funksjon som krever %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Feil som kun oppsto når nettstedet ditt ble gjennomsøkt av Googlebot for mobil (ikke smarttelefoner) – feil oppsto ikke for datamaskin."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Feil som kun oppsto når nettstedet ditt ble gjennomsøkt av Googlebot for mobil (feil oppsto ikke for datamaskin)."],"Errors that occurred when your site was crawled by Googlebot.":["Feil som har oppstått når siden din ble gjennomsøkt av Googlebot."],"Issue categories":["Problemkategorier"],"Incorrect Google Authorization Code.":["Feil autorisasjonskode fra Google."],"The issues have been successfully reloaded!":["Problemene har blitt oppdatert!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Dataene for %1$s har blitt fjernet. Du må reautentisere om du vil motta dataene igjen."],"Crawl errors per page":["Indekseringsfeil per side"],"Search":["Søk"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Gå ikke glipp av dine indekseringsfeil: %1$skoble til Google Search Console her%2$s."],"Create redirect":["Opprett omdirigering"],"Mark as fixed":["Marker som rettet"],"Response code":["Responskode"],"First detected":["Først oppdaget"],"Last crawled":["Sist gjennomsøkt"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s har oppdaget at du bruker en versjon av %2$s som ikke er kompitabel med %1$s. Vennligst oppgrader %2$s til den siste versjonen for å bruke denne funksjonen."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Utvidelser fra Yoast deler noe kode mellom seg for å gjøre siden din raskere. Som et resultat av dette, trenger vi at alle utvidelser fra Yoast er oppdaterte. Vi har oppdaget at dette ikke er tilfelle, så vennligst oppdater alle utvidelser fra Yoast som ikke er oppdaterte."],"Feature phone":["Mobil (ikke smarttelefon)"],"Smartphone":["Smarttelefon"],"Desktop":["Datamaskin"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Mål-URLen eksisterer ikke, men tjeneren din returnerer ikke en 404 (ikke funnet) feil."],"Soft 404":["Myk 404"],"Request timed out or site is blocking Google.":["Forespørselen timet ut eller nettstedet blokkerer Google."],"Server Error":["Tjenerfeil"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot kunne nå nettstedet ditt, men enkelte URLer er blokkert for Googlebot i din %1$s-fil. Denne blokkeringen kan enten være for alle Googleboter eller spesifikt for Googlebot-mobil."],"Blocked":["Blokkert"],"Google was unable to crawl this URL due to an undetermined issue.":["Google kunne ikke gjennomsøke denne URLen på grunn av en ukjent feil."],"URL points to a non-existent page.":["URL peker til en ikke-eksisterende side."],"Not found":["Ikke funnet"],"Not followed":["Ikke fulgt"],"Faulty redirects":["Videresendinger med feil"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Tjeneren kreveren autentisering eller blokkerer Googlebot fra å nå nettstedet."],"Access denied":["Tilgang nektet"],"Deactivate %s":["Deaktiver %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Utvidelsen %1$s kan skape problemer når de brukes sammen med %2$s."],"Upload Image":["Last opp bilde"],"Remove these ads?":["Fjerne disse annonsene?"],"%s Posts Overview":["%s innleggsoversikt"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Brødsmule-tittelen som skal brukes i brødsmuler der denne taksonomien vises."],"Breadcrumbs title":["Breadcrumbs tittel"],"The canonical link is shown on the archive page for this term.":["Den kanoniske lenken vises på arkivsiden for denne termen."],"Facebook App ID":["Facebook App-ID"],"Pinterest":["Pinterest"],"Other":["Andre"],"Archives":["Arkiver"],"Email":["E-post"],"Close":["Lukk"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Både %1$s og %2$s kan lage XML-nettstedkart. Å ha to XML-nettstedkart gir ingen ekstra fordeler, men kan gjøre siden din tregere."],"Configure %1$s's Open Graph settings":["Konfigurer %1$s sine OpenGraph-innstillinger"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Både %1$s og %2$s produserer OpenGraph-elementer, noe som kan gjøre at Facebook, Twitter, LinkedIn og andre sosiale nettverk bruker feil tekster og bilder når sidene dine deles."],"%s Image":["Bilde for %s"],"%s Description":["Beskrivelse for %s"],"%s Title":["Tittel for %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Den anbefalte bildestørrelsen for %1$s er %2$s piksler."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Hvis du vil overstyre bildet som brukes på %s for dette innlegget, last opp/velg et bilde eller legg til URL.en her."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Hvis du ikke vil bruke meta-beskrivelsen når innlegget deles på %s, men heller vil benytte en annen beskrivelse der, kan du skrive den inn her."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Hvis du ikke vil bruke innleggstittelen når innlegget deles på %s, men heller vil benytte en annen tittel der, kan du skrive den inn her."],"very difficult":["veldig vanskelig"],"Try to make shorter sentences, using less difficult words to improve readability":["Prøv å lage kortere setninger og bruk enklere ord for å bedre lesbarheten"],"difficult":["vanskelig"],"Try to make shorter sentences to improve readability":["Prøv å lage kortere setninger for å bedre lesbarheten"],"fairly difficult":["ganske vanskelig"],"OK":["OK"],"fairly easy":["ganske enkelt"],"easy":["enkelt"],"very easy":["veldig enkelt"],"Meta Desc.":["Metabeskrivelse."],"All SEO Scores":["Alle SEO-resultater"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO-problem: Det fremhevede bildet bør være minst 200x200 piksler for å plukkes opp av Facebook og andre sosiale medier."],"(no parent)":["(ingen foreldre)"],"Post is set to noindex.":["Innlegget er satt til «noindex»."],"The URL that this page should redirect to.":["URL adressen som denne siden skal viderekoble til."],"301 Redirect":["301-omadressering"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Den kanoniske URL denne siden skal peke til. La stå tomt hvis du skal bruke standard permalenke. %1$sKanoniske på tvers av domener%2$s støttes også."],"Canonical URL":["Kanonisk URL"],"Title to use for this page in breadcrumb paths":["Tittel å bruke for denne siden i brødsmulestier"],"Breadcrumbs Title":["Tittel for brødsmuler"],"No Snippet":["No Snippet"],"No Archive":["Ingen arkiv"],"No Image Index":["Ingen bilde-indeks"],"None":["Ingen"],"Site-wide default: %s":["Standard for hele nettstedet: %s"],"Advanced meta robots settings for this page.":["Avanserte meta-robots-innstillinger for denne siden."],"Meta robots advanced":["Avansert Meta Robots"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Advarsel: Selv om du kan sette innstillingen for meta-robots her, er hele nettstedet satt til noindex i nettstedets generelle innstillinger, så disse innstillingene her vil ikke ha noen effekt."],"Meta description":["Meta-beskrivelse"],"SEO Title":["SEO-tittel"],"Focus keyword":["Fokusnøkkelord"],"Snippet preview":["Forhåndsvis tekstutdrag"],"Settings successfully imported.":["Innstillinger er importert."],"Settings could not be imported:":["Innstillingene kunne ikke importeres:"],"Error creating %1$s export: ":["Feil under eksport for %1$s: "],"Breadcrumb for 404 pages:":["Brødsmule for 404-sider:"],"Prefix for search result pages:":["Prefiks for søkeresultat-sider:"],"Prefix for archive pages:":["Prefiks for arkivsider:"],"Prefix for breadcrumbs:":["Prefiks for brødsmulesti:"],"Anchor text for the homepage:":["Ankertekst for forsiden:"],"Breadcrumbs separator:":["Brødsmule-separator:"],"Remove blog page from breadcrumbs":["Fjern innleggsiden fra brødsmulestien"],"%s Breadcrumbs":["%s brødsmulesti"],"Use Image":["Bruk bilde"],"Action":["Handling"],"Page URL/Slug":["Side URL/Slug"],"Publication date":["Publiseringsdato"],"Post Status":["Innleggsstatus"],"WP Page Title":["WP sidetittel"],"View":["Vis"],"View “%s”":["Vis “%s”"],"Preview":["Forhåndsvis"],"Preview “%s”":["Forhåndsvis “%s”"],"Edit":["Rediger"],"Filter":["Filter"],"New Yoast Meta Description":["Ny Yoast metabeskrivelse"],"Existing Yoast Meta Description":["Eksisterende Yoast metabeskrivelse"],"Facebook profile URL":["Facebook profil-URL"],"Twitter username (without @)":["Twitter-brukernavn (uten @)"],"FAQ":["Ofte stilte spørsmål (FAQ)"],"Premium Support":["Premium brukerstøtte"],"Settings":["Innstillinger"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Du må %1$sgå til Instillinger for lesing%2$s og fjerne avmerkingen i boksen for «Synlighet for søkemotorer»."],"Huge SEO Issue: You're blocking access to robots.":["Stort SEO-problem: Du blokkerer tilgang til roboter."],"Posts":["Innlegg"],"Edit Files":["Rediger filer"],"Advanced Variables":["Avanserte variabler"],"Basic Variables":["Grunnleggende variabler"],"General":["Generelt"],"Extensions":["Utvidelser"],"Search Console":["Søkekonsoll"],"Tools":["Verktøy"],"Advanced":["Avansert"],"XML sitemaps":["XML-nettstedskart"],"Social":["Sosiale medier"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s har oppdaget at du bruker versjon %2$s av %3$s. Vennligst oppdater til den seneste versjonen for å unngå kompabilitetsproblemer."],"Just another WordPress site":["Bare enda et WordPress-nettsted"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Du har fortsatt standard slagord for WordPress. Selv en tom en er nok bedre. %1$sDu kan rette dette i tilpasseren%2$s."],"You have used HTML in your value which is not allowed.":["Du har brukt HTML-koder som ikke er tillatt."],"You can't edit %s that aren't yours.":["Du kan ikke redigere %s du ikke eier."],"You can't edit %s.":["Du kan ikke redigere %s."],"Post has an invalid Content Type: %s.":["Innlegget har en ugyldig innholdstype: %s."],"Post doesn't exist.":["Innlegget eksisterer ikke."],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Søppel (%s)","Søppel (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"nb_NO"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLesbarhet%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Les %1$sdette innlegget for mer informasjon om hvorfor vi ikke støtter elsre versjoner.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":["Innlegg avindeksert"],"No Focus Keyphrase":["Ingen fokus-nøkkelord"],"Person logo / avatar":["Person-logo / avatar"],"Extend %s":["Utvid %s"],"Enroll in the %s for WordPress training":["Meld deg på %s for WordPress-opplæring"],"Posts with the SEO score: %s":["Innlegg med SEO-poeng: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s videoopplæring"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["For å se nåværende gjennomsøkingsfeil, %1$svenligst besøk Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":["Fjern denne meldingn"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimaliser ditt nettsted for lokalt publikum med vår %s-utvidelse! Optimaliserte adressedetaljer, åpningstider, butikkfinner og hentealternativ!"],"Serving local customers?":["Betjener du lokale kunder?"],"Get the %s plugin now":["Skaff utvidelsen %s nå"],"Organization social profiles":["Sosiale profiler for organisasjonen"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Du kan redigere detaljene vist i meta, som sosiale profiler, navnet og beskrivelsen til denne brukeren på dennes %1$s profilside."],"Personal info":["Personlig informasjon"],"Organization logo":["Logo til organisasjonen"],"Organization name":["Navn på organisasjonen"],"Choose whether the site represents an organization or a person.":["Velg om ditt nettsted representerer en organisasjon eller en person."],"Knowledge Graph & Schema.org":["Knowledge Graphog Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["For å angi at dtt nettsted representerer et selskap eller organisasjon går du til %1$sSøkeutseende%2$s og setter Organisasjon eller person to \"Organisasjon\"."],"To change the social accounts used for your site, update the details for %1$s.":["For å endre sosiale konti brukt på ditt nettsted, oppdater detaljene for %1$s."],"That means that the form and information below is disabled, and not used.":["Det betyr at skjemaet og informasjonen nedenfor er skrudd av og ikke i bruk."],"Your website is currently configured to represent a Person":["Ditt nettsted er for tiden satt opp til å representere en person"],"(if one exists)":["(om én finnes)"],"Wikipedia page about you":["Wikipedia-side om deg"],"YouTube profile URL":["YouTube profil-URL"],"Tumblr profile URL":["Tumblr profil-URL"],"SoundCloud profile URL":["SoundCloud profil-URL"],"MySpace profile URL":["MySpace profil-URL"],"Organization or person":["Organisasjon eller person"],"The person":["Personen"],"Organization":["Organisasjon"],"Does your site represent a person or an organization?":["Representerer ditt nettsted en person eller en organisasjon?"],"The name of the organization":["Navnet på organisasjonen"],"Provide an image of the organization logo":["Oppgi et bilde av organisasjonens logo"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Du har tidligere angitt at ditt nettsted representerer en person. Vi har forbedret vår funksjonalitet rundt Schema og Knowledge Graph slik at du bør gå inn og %1$sfullføre de innstillingene%2$s."],"Select a user...":["Velg en bruker..."],"Uncategorized":["Ukategorisert"],"Name:":["Navn:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Du har valgt brukeren %1$s som personen dette nettstedet representerer. Dennes brukerprofil-informasjon vil nå bli brukt i søkeresultatet. %2$sOppdater dennes profil for å forsikre deg om at informasjonen er korrekt.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Feil: Vennligst velg en brukere nedenfor for å gjøre ditt nettsteds metadata fullstendig."],"SEO score: %s":["SEO-poengsum: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Hvis det finnes en Wikipedia-side for deg eller organisasjonen din, kan du legge den til også."],"Wikipedia URL":["Wikipedia-URL"],"Pinterest profile URL":["URL til Pinterest-profil"],"Instagram profile URL":["URL til Instagram-profil"],"LinkedIn profile URL":["URL til LinkedIn-profil"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Nøkkelordundersøkelse er viktig i enhver SEO-strategi. Du bestemmer hvilke søkeord du vil bli funnet på, og finne ut hvilke ord publikum bruker for å finne deg. God nøkkelordundersøkelse forteller deg hvilket innhold du trenger for å starte opprangeringen for termene du vil rangeres for. Sørg for at din innsats går inn i nøkkellordene du faktisk har en sjanse til å få rangering for! %1$s leder deg gjennom denne prosessen, trinn for trinn."],"SEO for Beginners training":["Nybegynneropplæring for SEO"],"%s for WordPress training":["%s for WordPress-opplæring"],"All-around SEO training":["SEO-opplæring over det hele"],"The image you selected is too small for Facebook":["Bildet du valgte, er for lite for Facebook"],"The given image url cannot be loaded":["Kan ikke laste inn URL-adressen for angitt bilde"],"Find out what words your audience uses to find you":["Finn ut hvilke ord publikummet ditt bruker for å finne deg"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch lesbarhetstest%2$s: Kopien skårer %3$s i testen, noe som regnes som %4$s for å lese. %5$s"],"No JSON object was returned.":["Intet JSON-objekt ble returnert."],"Received internal links":["Mottatte interne lenker"],"Outgoing internal links":["Utgående interne lenker"],"New step added":["Nytt trinn lagt til"],"New question added":["Nytt spørsmål lagt til"],"To be able to create a redirect and fix this issue, you need %1$s. ":["For å opprette en omdirigering og ordne dette problemet behøver du %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Du kan kjøpe utvidelsen inkludert ett års brukerstøtte og oppdateringer på %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Tekstlink-tellefunksjonen gir innsikt i hvor mange lenker som finnes i teksten din og hvor mange lenker som refererer til teksten.Dette er veldig nyttig når du forbedrer din %1$sinterne lenking%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["For at denne funksjonen skal virke trenger %1$s minst PHP-versjon %2$s. Vi har funnet PHP-versjon %3$s på dette nettstedet."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Vær nøye med å vurdere konsekvensene og %1$sles dette innlegget%2$s hvis du vil ha mer informasjon om virkningen av å vise media i søkeresultatene."],"Keyphrase":["Nøkkelord"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["For at denne funksjonen skal fungere, trenger %1$s å opprette en tabell i databasen. Vi kunne ikke opprette denne tabellen automatisk."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ved å aktivere dette alternativet, blir vedleggsadresser synlige for både dine besøkende og Google.For å tilføre dette til nettstedet ditt, bør de inneholde nyttig informasjon, ellers kan de ha en negativ innvirkning på rangeringen din."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Tekstlenke-%3$stellefunksjonen%4$s (introdusert i %1$s %2$s) er ikke aktivert nå."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Vennligst les følgende %1$skunnskapsbase-artikkel%2$s for å finne ut hvordan du løser dette problemet."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["For å være sikker på at alle lenkene i tekstene dine er tellet, må vi analysere disse tekstene."],"All you have to do is press the following button and we'll go through all your texts for you.":["Alt du trenger å gjøre er å trykke på følgende knapp, og vi vil gjennomgå alle tekstene dine for deg."],"Count links":["Tell lenker"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAlt-attributter for bilder%5$s: Av%2$d bilder på denne siden, har%1$d alt-attributter med ord fra dine nøkkelord eller synonymer. Det er litt mye. %4$sinkluderer bare nøkkelordene eller dens synonymer når den egentlig passer til bildet%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$salt-attributter for bilder%2$s: Godt jobbet!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAlt-attributter for bilder%5$s: Av %2$d bilder på denne siden har bare %1$d et alt-attributt som gjenspeiler emnet til teksten. %4$sLegg til nøkkelordene dine eller synonymer til alt-taggene på de mer relevante bildene%5$s!","%3$sAlt-attributter for bilder%5$s: Av %2$d bilder på denne siden har bare %1$d alt-attributter som gjenspeiler emnet til teksten. %4$sLegg til nøkkelordene dine eller synonymer til alt-taggene på de mer relevante bildene%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sNøkkelord i undertittel%3$s: Bilder på denne siden har ikke alt-attributter som gjenspeiler emnet i teksten. %2$sLegg dine nøkkelord eller synonymer til alt-attributtene på mer relevante bilder%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAlt-attributter på bilder%3$s: Bilder på denne siden har alt-attributter, men du har ikke angitt dine nøkkelord. %2$sFiks dette%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sNøkkelord i undertittel%2$s:%3$s av under overskriftene på høyere nivå gjenspeiler emnet i ditt eksemplar. Bra jobbet!","%1$sNøkkelord i undertittel%2$s:%3$s av under overskriftene på høyere nivå gjenspeiler emnet i ditt eksemplar. Bra jobbet!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sNøkkelord i undertittel%2$s: Undertittel på høyere nivå gjenspeiler emnet i kopien. Bra jobbet!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sNøkkelord i undertittel%3$s:%2$sBruk flere nøkkelord eller synonymer i undertitlene på høyere nivå%3$s!"],"Page %s":["Side %s"],"Cannot get the size of %1$s because of unknown reasons.":["Vi kan ikke få størrelsen på %1$s av ukjente årsaker."],"Cannot get the size of %1$s because it is hosted externally.":["Vi kan ikke få størrelsen på %1$s fordi den er levert fra en ekstern server."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Bare bytt bryteren til \"på\" for å kunne bruke den rekalibrerte analysen. Samtidig vil vi legge deg til i en spesifikk epost liste. Vi vil kun bruke e-posten din til å sende deg informasjon og høre fra deg om bruken av denne rekalibreringen!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Vi har %1$srekalibrert vår analyse%2$s. Med den nye analysen vil vi komme enda nærmere på hvordan Google ser nettstedet ditt. Det ville vært %3$sfantastisk%4$s om du kunne tenke deg å %3$sbetateste denne funksjonen%4$s for oss!"],"Get an even better analysis":["Få en enda bedre analyse"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sEnkel tittel%3$s: H1 skal bare brukes som hovedtittel. Finn alle H1-titler i teksten din som ikke er din hovedtittel og %2$sendre de til et lavere tittel-nivå%3$s!"],"Improve sharing on Facebook and Pinterest":["Forbedre deling på Facebook og Pinterest"],"You do not have the required rights to export settings.":["Du har ikke de nødvendige rettighetene for å eksportere innstillingene."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopier alle disse innstillingene til et annet nettsteds %1$s faneblad og klikk \"%1$s\" der."],"These are settings for the %1$s plugin by %2$s":["Dette er innstillinger for utvidelsen %1$s av %2$s"],"No settings found.":["Ingen innstillinger funnet."],"Export your %1$s settings here, to copy them on another site.":["Eksporter innstillingene for %1$s her for å kopiere dem til et annet nettsted."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import av innstilling er kun støttet servere som kjører PHP 5.3 eller nyere."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importer innstillinger ved å lime inn innstillingene du kopierte fra et annet område her, og klikk \"%s\"."],"Paste your settings from another %s installation.":["Lim inn dine innstillinger fra en annen %s-installasjon."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sNøkkelordtetthet%2$s: Fokusnøkkelordene ble funnet 0 ganger. Det er mindre enn det anbefalte minimum %3$d ganger for en tekst av denne lengden. %4$sFokus på dine nøkkelord%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sNøkkelordtetthet%2$s: Fokusnøkkelordene ble funnet %5$d ganger. Det er mindre enn det anbefalte minimum %3$d ganger for en tekst av denne lengden. %4$sFokus på dine nøkkelord%2$s!","%1$sNøkkelordtetthet%2$s: Fokusnøkkelordene ble funnet %5$d ganger. Det er mindre enn det anbefalte minimum %3$d ganger for en tekst av denne lengden. %4$sFokus på dine nøkkelord%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sNøkkelordtetthet%2$s: Fokusnøkkelordene ble funnet %3$d gang. Dette er meget bra!","%1$sNøkkelordtetthet%2$s: Fokusnøkkelordene ble funnet %3$d ganger. Dette er meget bra!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sNøkkelordtetthet%2$s: Fokusnøkkelordene ble funnet %5$d gang. Dette er er mer enn det anbefalte maksimum på %3$d ganger for en tekst av denne lengden. %4$sIkke over-optimaliser%2$s!","%1$sNøkkelordtetthet%2$s: Fokusnøkkelordene ble funnet %5$d ganger. Dette er er mer enn det anbefalte maksimum på %3$d ganger for en tekst av denne lengden. %4$sIkke over-optimaliser%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sNøkkelordtetthet%2$s: Fokusnøkkelordet ble funnet %5$d gang. Dette er er mye mer enn det anbefalte maksimum på %3$d ganger for en tekst av denne lengden. %4$sIkke overoptimaliser%2$s!","%1$sNøkkelordtetthet%2$s: Fokusnøkkelordet ble funnet %5$d ganger. Dette er er mye mer enn det anbefalte maksimum på %3$d ganger for en tekst av denne lengden. %4$sIkke over-optimaliser%2$s!"],"Indexable created for object %1$s with type %2$s":["Indekserbare opprettet for objektet %1$s med typen %2$s"],"Method %1$s() does not exist in class %2$s":["Metoden %1$s() finnes ikke i klassen %2$s"],"With %s, you can easily create such redirects.":["Med %s kan du enkelt lage slike redirigeringer."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Endring av permalenker kan negativt påvirke søkemotorsynligheten for ditt nettsted. Det bør omtrent %1$s aldri %2$s gjøres på en nettside som allerede er offentlig tilgjengelig."],"WARNING:":["ADVARSEL:"],"Learn about why permalinks are important for SEO.":["Lær om hvorfor permalenker er viktig for søkemotoroptimalisering."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sBindeord i nøkkelord%3$s: Dine nøkkelord \"%4$s\" inneholder bare bindeord. %2$sLær mer om hva som danner et godt nøkkelord.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Visste du at %s også analyserer de forskjellige ordformene til nøkkelordene dine, som flertallsformer og fortidsformer?"],"Clear Image":["Fjern bilde"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sNøkkelordlengde%3$s: %2$sSett et nøkkelord for å beregne SEO-poengsummen%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sNøkkelord i slug%2$s: Mer enn halvparten av dine nøkkelord vises i slug-en. Det er supert!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sNøkkelord i slug%3$s: (En del av) dine nøkkelord er ikke i slug-en. %2$sEndre det%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sNøkkelord i slug%2$s: Flott arbeid!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sNøkkelord i tittelen%3$s: Ikke alle ordene fra dine nøkkelord \"%4$s\" vises i SEO-tittelen. %2$sPrøv å bruke eksakt samsvar med nøkkelord i SEO-tittelen%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sNøkkelord i tittelen%3$s: Inneholder ikke det nøyaktige treffet. %2$sPrøv å skrive det nøyaktige treffet til nøkkelord i SEO-tittelen%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sNøkkelord i tittelen%3$s: Det nøyaktige treffet til nøkkelord vises i SEO-tittelen, men ikke i begynnelsen. %2$sPrøv å flytte den til begynnelsen%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sNøkkelord i tittelen%2$s: Det nøyaktige treffet til nøkkelord vises i begynnelsen av SEO-tittelen. Bra jobb!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sNøkkelordfordeling%2$s: Godt jobbet!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sNøkkelordfordeling%3$s: Ujevn. Enkelte deler av din tekst inneholder ikke nøkkelordet eller dets synonymer. %2$sDistribuer dem mer jevnt over%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sNøkkelordfordeling%3$s: Veldig ujevn. Store deler av din tekst inneholder ikke nøkkelordet eller dets synonymer. %2$sDistribuer dem mer jevnt over%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sNøkkelordfordeling%3$s: %2$sInkluder nøkkelordet eller dets synonymer i teksten slik at vi kan sjekke fordelingen av nøkkelord%3$s."],"Help on choosing the perfect focus keyphrase":["Hjelp til å velge det perfekte fokusnøkkelord"],"Would you like to add a related keyphrase?":["Vil du legge til relaterte nøkkelord?"],"Go %s!":["Gå %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Viser ikke datoen arkivene i søkeresultatene teknisk betyr at de vil ha en %1$s robots meta. %2$sMer informasjon om innstillingene for søkeresultater%3$s."],"Rank better with synonyms & related keyphrases":["Ranger bedre med synonymer og relaterte nøkkelord"],"optimize a single post for synonyms and related keyphrases.":["optimalisere et enkeltinnlegg for synonymer og relaterte nøkkelord."],"Synonyms & related keyphrases":["Synonymer og relaterte nøkkelord"],"Add related keyphrase":["Legg til relatert nøkkelord"],"Dismiss %s upgrade notice":["Avvis oppgraderingsvarsel for %s"],"Upgrade to %s":["Oppgrader til %s"],"%1$s video":["%1$s video"],"Get %s":["Skaff %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sTidligere brukte nøkkelord%6$s: Du har brukt disse nøkkelordene %1$s%2$d ganger før%3$s. %5$sIkke bruk samme nøkkelord mer enn én gang%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sTidligere brukte nøkkelord%5$s: Du har brukt disse nøkkelorden %1$sén gang før%2$s. %4$sIkke bruk samme nøkkelord mer enn én gang%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sTidligere brukte nøkkelord%2$s: Du har ikke brukt disse nøkkelordene før, veldig bra."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stoppord%3$s: Slug for denne siden inneholder et stopp ord. %2$sFjern det%3$s!","%1$sSlug stoppord%3$s: Slug for denne siden inneholder et stopp ord. %2$sFjern det%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug for lang%3$s: Slug-en for denne siden er litt lang. %2$sForkort den%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAlt-attributter for bilder%3$s: Ingen bilder vises på denne siden. %2$sLegg til noen%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLenke-nøkkelord%3$s: Du kobler til en annen side med ordene du vil at denne siden skal rangere for. %2$sIkke gjør det%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dette er langt under det anbefalte minimum på %5$d ord. %3$sLegg til mer innhold%4$s.","Dette er langt under det anbefalte minimum på %5$d ord. %3$sLegg til mer innhold%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dette er under det anbefalte minimum på %5$d ord. %3$sLegg til mer innhold%4$s.","Dette er under det anbefalte minimum på %5$d ord. %3$sLegg til mer innhold%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sTekstlengde%4$s: Teksten inneholder %1$d ord.","%2$sTekstlengde%4$s: Teksten inneholder %1$d ord."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sTekstlengde%3$s: Teksten inneholder %1$d ord. Bra jobb!","%2$sTekstlengde%3$s: Teksten inneholder %1$d ord. Bra jobb!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sNøkkelord i undertittel%3$s: Mer enn 75%% av overskriftene på høyere nivå gjenspeiler emnet i kopien. Det er for mye. Det er for mye. %2$sIkke overoptimaliser%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO-tittelbredde%3$s: %2$sVennligst opprett en SEO-tittel%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO tittelbredde%3$s: SEO-tittelen er bredere enn den synlige grensen. %2$sPrøv å gjøre den kortere%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO-tittel bredde%2$s: Godt jobbet!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO-tittelbredde%3$s: SEO-tittelen er for kort. %2$sBruk plassen til å legge inn nøkkelordvariasjoner eller opprett en overbevisende kopi av handlingsfremmeren%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sUtgående lenker%2$s: Det er både ikke-fulgte og vanlige utgående lenker på denne siden. Bra jobb!"],"%1$sOutbound links%2$s: Good job!":["%1$sUtgående lenker%2$s: Godt jobbet!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sUtgående lenker%3$s: Alle utgående lenker på denne siden er ikke-fulgte. %2$sLegg til noen vanlige lenker%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sUtgående lenker%3$s: Ingen utgående lenker vises på denne siden. %2$sLegg til noen%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLengde på meta-beskrivelse%2$s: Godt gjort!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta-beskrivelsens lengde er%3$s: Meta-beskrivelsen er over %4$d tegn. For å være sikker på at beskrivelsen skal være synlig %2$sbør du redusere lengden%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta-beskrivelses lengde%3$s: Meta-beskrivelsen er for kort (under %4$d tegn). Opptil %5$d tegn er tilgjengelige. %2$sBruk plassen%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta-beskrivelses lengde%3$s: Ingen meta-beskrivelse er angitt. Søkemotorer vil vise kopi fra siden i stedet. %2$sPass på å skrive en%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sNøkkelord i meta-beskrivelsen%2$s: Meta-beskrivelsen er angitt, men den inneholder ikke nøkkelordene. %3$sFiks det%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sNøkkelord i meta-beskrivelse%2$s: Meta-beskrivelsen inneholder nøkkelord %3$s ganger, som er over anbefalt maksimum 2 ganger. %4$sBegrens det%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sNøkkelord i meta-beskrivelse%2$s: Nøkkelord eller synonym vises i meta-beskrivelsen. Godt gjort!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sNøkkelordlengde%5$s: Nøkkelordet er %1$d ord langt. Det er mye mer enn den anbefalte maksimalt %2$d ord. %4$sLag den kortere%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sNøkkelordlengde%5$s: Nøkkelordene er %1$d ord lang. Det er mer enn anbefalt maksimum %2$d ord. %4$sLag den kortere%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sNøkkelfraselengde%2$s: Godt jobbet!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sNøkkelfraselengde%3$s: Ingen fokus-nøkkelfrase ble funnet på denne siden. %2$sAngi en nøkkelfrase for å regne ut dine SEO-poeng%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sNøkkelord i introduksjonen%3$s: Dine nøkkelord eller dens synonymer finnes ikke i første avsnitt. %2$sSørg for at emnet blir klart med én gang%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sNøkkelord i introduksjonen%3$s: Dine nøkkelord eller dens synonymer finnes i første avsnitt, men ikke i én setning. %2$sRett opp det%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sNøkkelord i introduksjonen%2$s: Riktig gjort!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterne lenker%2$s: Det er både ikke følgbare og vanlige interne lenker på denne siden. Bra jobbet!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterne lenker%2$s: Du har nok interne lenker. Bra jobbet!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterne lenker %3$s: De interne lenkene på denne siden er alle ikke-følgbare. %2$sLegg til noen gode interne lenker%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterne lenker%3$s: Ingen interne lenker vises på denne siden, %2$ssørg for å legge til noen%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sBindeord%2$s: Godt gjort!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sBindeord%2$s: Bare %3$s av setningene inneholder bideord, noe som ikke er nok. %4$sBruk flere av dem%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sBindeord%2$s: Ingen av setningene inneholder bindeord. %3$sBruk noen%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sIkke nok innhold%2$s: %3$sLegg til innhold for å muliggjøre en god analyse%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sUndertittel-fordeling%2$s: Du bruker ikke undertitler, men teksten er kort nok, og sannsynligvis ikke trenger dem."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sUnderittel-fordeling%2$s: Du bruker ikke noen undertitler, selv om teksten er ganske lang. %3$sPrøv å legge til noen undertitler%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sUnderittel-fordeling%2$s: %3$d delen av teksten er lengre enn %4$d ord og er ikke atskilt med noen underitler. %5$sLegg til undertitler for å forbedre lesbarheten%2$s.","%1$sUnderittel-fordeling%2$s: %3$d delen av teksten er lengre enn %4$d ord og er ikke atskilt med noen undertitlerer. %5$sLegg til undertitler for å forbedre lesbarheten%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sUndertittel-fordeling%2$s: Flott jobb!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sSetningslengde%2$s: %3$s av setningene inneholder mer enn %4$s ord, som er mer enn den anbefalte maksimumsverdien på %5$s. %6$sPrøv å forkorte setningene%2$s."],"%1$sSentence length%2$s: Great!":["%1$sSetningslengde%2$s: Flott!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sPåfølgende setninger%2$s: Det er nok variasjon i setningene. Det er supert!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sPåfølgende setninger%2$s: Teksten inneholder %3$d pfølgende setninger som starter med det samme ordet. %5$sPrøv å variere litt%2$s!","%1$sPåfølgende setninger%2$s: Teksten inneholder %4$d forekomster der %3$d eller flere påfølgende setninger begynner med det samme ordet. %5$sPrøv å variere litt%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sPassiv%2$s: %3$s av setningene inneholder passive verb, som er mer enn den anbefalte maksimumsverdien på %4$s. %5$sPrøv å bruke deres aktive former%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sPassive%2$s: Du bruker nok aktiv form. det er supert!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sAvsnittslengde%2$s: %3$d i avsnittene inneholder mer enn anbefalt maksimum %4$d ord. %5$sForkort avsnittene%2$s!","%1$sAvsnittslengde%2$s: %3$d i avsnittene inneholder mer enn anbefalt maksimum %4$d ord. %5$sForkort avsnittene%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sAvsnittslengde%2$s: Ingen av avsnittene er for lange. Flott jobb!"],"Good job!":["Godt jobbet!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sLesbarhet%2$s: Teksten scorer %3$s i testen, som regnes som %4$s å lese. %5$s%6$s%7$s"],"Focus keyphrase":["Fokusnøkkelord"],"%1$s with ID %2$s couldn't be patched":["%1$s med ID %2$s kan ikke oppdateres"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Ugyldig POST-forespørsel. Meta-verdier finnes allerede for objekt med ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indekserbar med ID `%1$s` eksisterer ikke"],"No object with ID %1$s and %2$s could be found":["Ingen objekter med ID %1$s og %2$s ble funnet"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` er ikke en gyldig undertype av `%2$s`"],"The object type `%1$s` is invalid":["Objekttypen `%1$s` er ugyldig"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Ugyldig type for parameteren `%1$s` bestått. Forventet '%2$s ', men fikk '%3$s'"],"The parameter `%1$s` cannot be empty.":["Parameteren `%1$s` kan ikke være tom."],"Check Keyphrase Density":["Sjekk nøkkelordtettheten"],"Disable":["Deaktiver"],"Allow Control":["Tillat kontroll"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Denne kategorien lar deg selektivt deaktivere %s-funksjoner for alle nettsteder i nettverket. Som standard er alle funksjoner aktivert, som gjør at nettstedadministratorer selv kan velge om de vil slå av eller på en funksjon for eget nettsted. Når du deaktiverer en funksjon her, kan ikke nettstedsadministratorene bruke denne funksjonen i det hele tatt."],"%s is a required feature toggle argument.":["%s er et obligatorisk funksjonsvekslingsargument.."],"Keyphrase:":["Nøkkelord/frase:"],"Remove keyphrase":["Fjern nøkkelord"],"This feature has been disabled by the network admin.":["Denne funksjonen er deaktivert av nettverksadministratoren."],"Focus keyphrase not set.":["Fokusnøkkelord er ikke angitt."],"Multiple keyphrases":["Flere nøkkelord"],"Colon":["Kolon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Både %1$s og %2$s behandler SEO på ditt nettsted. Å kjøre to SEO-utvidelser på en gang er skadelig."],"There is a new notification.":["Det er et nytt varsel.","Det er nye varsler."],"Learn more about the readability analysis":["Lær mer om lesbarhetsanalyse"],"Describe the duration of the instruction:":["Beskriv varigheten av instruksjonen:"],"Optional. Customize how you want to describe the duration of the instruction":["Valgfritt. Tilpass hvordan du vil beskrive varigheten av instruksjonen"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Dette er en liste over relatert innhold som du kan lenke til i ditt innlegg. {{a}}Les vår artikkel om nettstedstruktur{{/a}} for å lære mer om hvordan intern lenking kan bidra til å forbedre din SEO."],"%s, %s and %s":["%s, %s og %s"],"%s and %s":["%s og %s"],"%d minute":["%d minutt","%d minutter"],"%d hour":["%d time","%d timer"],"%d day":["%d dag","%d dager"],"Enter a step title":["Legg til en tittel for trinnet"],"Optional. This can give you better control over the styling of the steps.":["Valgfritt. Dette kan gi deg bedre kontroll over styling av trinnene."],"CSS class(es) to apply to the steps":["CSS klasse(r) å bruke på trinnene"],"minutes":["minutter"],"hours":["timer"],"days":["dager"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Opprett en hvordan-veiledning på en SEO-vennlig måte. Du kan bare bruke én slik hvordan-blokk pr. innlegg."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Lag oversikt over dine ofte stilte spørsmål på en SEO-vennlig måte. Du kan bare bruke én FAQ-blokk pr. innlegg."],"Copy error":["Feil ved kopiering"],"An error occurred loading the %s primary taxonomy picker.":["Det oppstod en feil under innlasting av den primære taksonomivelgeren %s."],"%1$s Structured Data Blocks":["%1$s strukturerte datablokker"],"Time needed:":["Beregnet tid:"],"Move question down":["Flytt spørsmål ned"],"Move question up":["Flytt spørsmål opp"],"Insert question":["Fyll inn spørsmål"],"Delete question":["Slett spørsmål"],"Enter the answer to the question":["Skriv inn svar på spørsmålet"],"Enter a question":["Fyll inn spørsmålet ditt"],"Add question":["Legg til spørsmål"],"Frequently Asked Questions":["Ofte stilte spørsmål"],"Great news: you can, with %s!":["Gode nyheter: du kan, med %s!"],"Select the primary %s":["Velg hoved-%s"],"Check links to this URL":["Sjekk lenker til denne URLen"],"Keyword research training":["Opplæring i nøkkelordundersøkelse"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Venligst kontroller %1$sarkiv-malen%2$s for følgende innholdstype: %3$s.","Vennligst kontroller %1$sarkiv-malen%2$s for følgende innholdstyper: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Prøver du å bruke flere nøkkelord? Du bør legge dem separat nedenfor."],"Mark as cornerstone content":["Merk som hjørnesteinsinnhold"],"Move step down":["Flytt trinn ned"],"Move step up":["Flytt trinn opp"],"Insert step":["Sett inn trinn"],"Delete step":["Slett trinn"],"Add image":["Legg til bilde"],"Enter a step description":["Angi en trinnbeskrivelse"],"Enter a description":["Angi en beskrivelse"],"Unordered list":["Usortert liste"],"Showing step items as an ordered list.":["Viser trinnelementene som en ordnet liste."],"Showing step items as an unordered list":["Viser trinnelementene som en uordnet liste"],"Add step":["Legg til trinn"],"Delete total time":["Slett total tid"],"Add total time":["Legg til total tid"],"How to":["Hvordan"],"How-to":["Hvordan"],"Snippet Preview":["Forhåndsvisning av utdrag"],"Analysis results":["Analyseresultater"],"Enter a focus keyphrase to calculate the SEO score":["Skriv inn fokusnøkkelord for å beregne SEO-poengsummen"],"Learn more about Cornerstone Content.":["Lær mer om hjørnesteinsinnhold."],"Cornerstone content should be the most important and extensive articles on your site.":["Hjørnesteinsinnhold bør være de viktigste og mest omfattende artiklene på nettstedet ditt."],"Restore Site":["Gjenopprett nettsted"],"Network Settings":["Nettverksinnstillinger"],"You are not allowed to perform this action.":["Du har ikke lov til å utføre denne handlingen."],"Error: %s":["Feil: %s"],"Success: %s":["Suksess: %s"],"Site with ID %d not found.":["Nettsted med ID %d ikke funnet."],"No site has been selected to restore.":["Intet nettsted er valgt for å gjenopprette."],"You are not allowed to modify unregistered network settings.":["Du har ikke lov til å endre uregistrerte nettverksinnstillinger."],"deleted":["slettet"],"Would you like to add another keyphrase?":["Vil du legge til et nøkkelord til?"],"image preview":["forhåndsvisning av bilde"],"Copied!":["Kopiert!"],"Not supported!":["Ikke støttet!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Les {{a}}artikkelen vår om nettstedstruktur{{/a}} for å lære mer om hvordan internlenker kan hjelpe deg til bedre SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Når du legger til litt mer tekst, gir vi deg en liste over relatert innhold her som du kan lenke til i innlegget ditt."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Vurder å lenke til disse {{a}}hjørnesteinsartiklene:{{/a)}"],"Consider linking to these articles:":["Vurder å lenke til disse artiklene:"],"Copy link":["Kopier lenke"],"Copy link to suggested article: %s":["Kopier lenke til foreslått artikkel: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Les vår %1$sultimate veiledning til nøkkelord-forskning%2$s for å lære mer om nøkkelordforskning og -strategi."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["De følgende ord og ordkombinasjoner opptrer mest hyppig. Disse gir en indikasjon på hva innholdet ditt bør fokusere på. Dersom ordene ikke passer godt overens med ditt fokusområde bør du vurdere å skrive om innholdet ditt deretter. "],"Prominent words":["Framtredende ord"],"The site's tagline":["Nettstedets slagord"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Vi har nylig forbedret funksjonaliteten til innstillingene for søkeutseende. Dessverre har vi oppdaget at det i enkelte tilfeller har gått galt med lagring av innstillinger for bestemte innholdstyper."],"Not all required fields are given. Missing field %1$s":["Ikke alle påkrevde felt er fylt ut. Mangler feltet %1$s"],"Optimize your site for Google News.":["Optimaliser din nettside for Google News."],"Optimize your shop's SEO and sell more products!":["Optimaliser din butikk's SEO og sell fler produkter!"],"Be found in Google Video search and enhance your video sharing on social media.":["Bli funnet i Google Video-søk og forbedre deling av dine videoer på sosiale medier."],"Be found in Google Maps and local results.":["Bli funnet i Google Maps og lokale resultater."],"Learn practical SEO skills to rank higher in Google.":["Lær praktiske SEO-ferdigheter for å bli høyere rangert hos Google."],"Don’t waste time figuring out the best settings yourself.":["Ikke bruk tid på å finne de beste innstillingene selv."],"Get quick wins to make your site rank higher in search engines.":["Få raske gevinster med å få nettstedet til å score høyere i søkemotorer."],"Add synonyms":["Legg til synonymer"],"Would you like to add keyphrase synonyms?":["Vil du legge til nøkkelord-synonymer?"],"Would you like to add more than one keyphrase?":["Vil du legge til mer enn ett nøkkelord?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Du kan endre SEO-metadata for denne tilpassede typen på %1$sbutikksiden%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Du har ikke valgt en Butikk side i din WooCommerce innstillinger. Vær vennlig å gjør dette først."],"Current year":["Nåværende år"],"Page":["Side"],"Breadcrumb settings for %s archive":["Brødsmule-innstillinger for %s arkiv"],"Something went wrong. Please reload the page.":["Noe gikk galt, vennligst last siden på nytt."],"Tagline":["Slagord"],"Modify your meta description by editing it right here":["Endre meta beskrivelsen din ved å redigere den her"],"description (custom taxonomy)":["beskrivelse (egendefinert taksonomi)"],"(custom taxonomy)":["(egendefinert taksonomi)"],"(custom field)":["(egendefinert felt)"],"Term404":["Begrep404"],"Caption":["Bildetekst"],"Pagenumber":["Sidenummer"],"Pagetotal":["Side total"],"Page number":["Sidenummer"],"User description":["Brukerbeskrivelse"],"ID":["ID"],"Modified":["Modifisert"],"Post type (plural)":["Innholdstype (flertall)"],"Post type (singular)":["Innholdstype (entall)"],"Separator":["Seperator"],"Search phrase":["Søkeuttrykk"],"Term title":["Begrepstittel"],"Term description":["Begrepsbeskrivelse"],"Tag description":["Stikkordbeskrivelse"],"Category description":["Kategoribeskrivelse"],"Primary category":["Primær kategori"],"Category":["Kategori"],"Tag":["Stikkord"],"Excerpt only":["Kun utdrag"],"Excerpt":["Utdrag"],"Site title":["Nettstedstittel"],"Archive title":["Arkivtittel"],"Parent title":["Foreldertittel"],"Date":["Dato"],"Label":["Merkelapp"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Du bør opprette en viderekobling for å sikre at de besøkende ikke får en 404-feil når de klikker på URL-adressen som ikke lenger fungerer."],"Search engines and other websites can still send traffic to your deleted post.":["Søkemotorer og andre nettsteder kan fortsatt sende trafikk til det slettede innlegget ditt."],"Make sure you don't miss out on traffic!":["Pass på at du ikke går glipp av trafikk!"],"You just deleted a %1$s.":["Du har nettopp slettet en %1$s."],"You just trashed a %1$s.":["Du har nettopp kastet en %1$s."],"Settings for %s archive":["Innstillinger for %s arkiv"],"Settings for single %s URLs":["Innstillinger for URL til enkelt %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Innstillingene på denne siden lar deg angi hva standard søk utseende bør være for hvilken type innhold du har. Du kan velge hvilke innholdstyper som vises i søkeresultatene og hva deres standardbeskrivelse skal være."],"Url preview":["Forhåndsvisning av URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Vennligst oppgi en metabeskrivelse ved å redigere koden nedenfor. Hvis du ikke gjør det, vil Google prøve å finne en relevant del av innlegget ditt for å vise i søkeresultatene."],"Insert snippet variable":["Sett inn tekstutdrag-variabel"],"Dismiss this notice":["Fjern denne beskjeden"],"No results":["Ingen resultater"],"%d result found, use up and down arrow keys to navigate":["%d resultat funnet, bruk opp og ned piltastene for å navigere","%d resultater funnet, bruk opp og ned piltastene for å navigere"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Nettstedet ditt er satt til %s. Hvis dette ikke er riktig, ta kontakt med nettstedets administrator."],"Number of results found: %d":["Antall resultater funnet: %d"],"Note that not all variables can be used in every field.":["Merk at ikke alle variabler kan brukes i alle felt."],"Snippet variables":["Tekstutdrag-variabler"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respekterer personvernet ditt. Les våre %2$spersonvernregler%3$s om hvordan vi håndterer dine personlige opplysninger."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Hvis du vet hva dette betyr, og du ikke vil se denne meldingen lenger, kan du %1$savvise denne meldingen%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Nettstedets innstillinger tillater nå at lenker til vedlegg finnes. Les %1$sdette innlegget om et mulig problem med vedlegg%2$s og kontroller om du har riktig innstilling for ditt nettsted."],"Unknown type %1$s":["Ukjent type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inkluderer en gratis MyYoast-konto, som gir deg tilgang til vårt gratis SEO for nybegynnere-kurs!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Meld deg på vårt nyhetsbrev om du ønsker å holde deg oppdatert om %1$s, andre kule utvidelser av %2$s, og interessante nyheter og tips fra SEO-verdenen."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Få din Baidu verifiseringskode %1$s Baidu Webmaster Tools %2$s."],"Baidu verification code":["Baidu verifiseringskode"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Funksjonen for %s-import bruker midlertidige database-tabeller. Det ser ut som din WordPress-installasjon ikke er satt opp til å kunne gjøre dette - vennligst kontakt din leverandør for hosting."],"Cleanup of %s data failed.":["Opprydding av %s data mislyktes."],"Content Type":["Innholdstype"],"Filter by content type":["Filtrer på innholdstype"],"Show All Content Types":["Vis alle innholdstyper"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["For å fikse dette fjerner du merket i boksen foran \"Del opp kommentarer i sider...\" på siden %1$sinnstillinger for diskusjon%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Erstattet med vanlig tittel for et arkiv generert av WordPress"],"Clean":["Rydd opp"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Når du er sikker på at nettstedet ditt er OK kan du rydde opp. Dette vil fjerne alt av opprinnelig innhold."],"Step 5: Clean up":["Trinn 5: Rydd opp"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Du burde kjøre konfigurasjons-veilederen fra siden for SEO &arr; Generelt &arr; Dashbord for å få bekreftet at alle innstillinger på nettstedet ditt er riktige."],"Step 4: Run the configuration wizard":["Trin 4: Kjør konfigurasjons-veiviseren"],"Please check your posts and pages and see if the metadata was successfully imported.":["Vennligst sjekk dine innlegg og sider for å se om metadata ble importert riktig."],"Step 3: Check your data":["Trinn 3: Sjekk dataene dine"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Dette vil importere metadata for innlegg som SEO-titler og beskrivelser inn i dine %1$s-metadata. Den vil kun gjøre dette om det ikke eksisterer %1$s-metadata der fra før. Opprinnelig data vil bli tatt vare på."],"Step 2: Import":["Trinn 2: Importer"],"Please make a backup of your database before starting this process.":["Vennligst ta en sikkerhetskopi av databasen din før du starter denne prosessen."],"Step 1: Create a backup":["Trinn 1: Opprett en sikkerhetskopi"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Vi har oppdaget data fra en eller flere SEO-utvidelser på nettstedet ditt. Følg fremgangsmåten nedenfor for å importere disse dataene:"],"Plugin: ":["Utvidelse: "],"%s did not detect any plugin data from plugins it can import from.":["%s oppdaget ikke noen data fra utvidelser det kan importere fra."],"Posts that should not show up in search results":["Innlegg som ikke burde vises i søkeresultater"],"%s data found.":["%s data funnet."],"%s data successfully removed.":["%s data ble fjernet."],"%s data successfully imported.":["%s-data importert."],"%s data not found.":["%s data ble ikke funnet."],"Improve your SEO skills":["Forbedre dine SEO ferdigheter"],"24/7 email support":["E-poststøtte 24/7"],"No more dead links a.k.a. 404 pages":["Ingen flere døde lenker, også kjent som 404 sider"],"Get real-time suggestions for internal links":["Få sanntidsforslag for interne linker"],"Preview your page in Facebook and Twitter":["Forhåndsvis siden din hos Facebook og Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Klikk knappen \"%3$s\" for å bruke metabeskrivelsen som allerede er angitt i innstillingen %1$ssøkeutseende på forsiden%2$s."],"Help on copying the home meta description":["Hjelp til å kopiere metabeskrivelsen for forsiden"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["For å la søkemotorene vite hvilke sosiale profiler som er assosiert med denne siden, skriv inn dine sosiale profiler nedenfor."],"Learn more about your social profiles settings":["Lær mer om innstillingene på dine sosiale profiler"],"Remove the categories prefix":["Fjern kategoriprefikset"],"Help on the category prefix setting":["Hjelp for innstillingen om kategori-prefiks"],"Learn more about the available variables":["Lær mer om de tilgjengelige variablene"],"Learn more about the RSS feed setting":["Lær mer om innstillingen for RSS-strøm"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Når du laster topp media (for eksempel et bilde eller en video) til WordPress, så vil det også lages en vedleggs URL for opplastingen. Disse vedleggssidene er ganske tomme: de inneholder mediet du lastet opp, og kanskje en tittel hvis du skrev inn en. Så hvis du ikke benytter vedleggs URL, er det kanskje bedre å deaktivere de, og heller videresende rett till mediet."],"Learn more about the Media and attachment URLs setting":["Lær mer om innstillingen for media og vedleggs-URL"],"Learn more about the title separator setting":["Lær mer om innstillingen for skilletegn i tittelen"],"Learn more about the knowledge graph setting":["Lær mer om innstillingen for kunskapskort"],"Learn more about the homepage setting":["Lær mer om innstillingen for hjemmesiden"],"Learn more about the special pages setting":["Lær mer om innstillingen for spesielle sider"],"Help on the date archives search results setting":["Hjelp til søkeresultatinnstillingen for datoarkivene"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Å ikke vise arkivene for forfatterne uten innlegg i søkeresultatene betyr teknisk at de vil ha en %1$s meta for roboter og vil bli ekskludert fra XML-netstedskartet. %2$sMer informasjon om innstillinger for søkeresultater%3$s."],"Help on the authors without posts archive search results setting":["Hjelp til innstillingen om søkeresultater for forfattere uten innleggsarkiv"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Ikke å vise arkiv for forfattere uten innlegg i søkeresultatene betyr teknisk at de vil ha en %1$s meta for roboter og vil bli ekskludert fra XML-nettstedskartet. %2$sMer informasjon om innstillinger for søkeresultater%3$s."],"Help on the author archives search results setting":["Hjelp for innstillingen om søkeresultater for forfatterarkiv"],"Archives settings help":["Hjelp med arkivinnstillinger"],"Learn more about the archives setting":["Lær mer om innstillingene for arkivene"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Få din Yandex verifiseringskode %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verifiseringskode"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Få din Google verifiseringskode her %1$sGoogle Search Console%2$s."],"Google verification code":["Google verifiseringskode"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Få verifikasjonskode til Bing i %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verifiseringskode"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Du kan bruke boksene nedenfor for å verifisere med de forskjellige verktøyene for nettredaktører. Denne funksjonen legger til en metatag for bekreftelse på hjemmesiden din. Følg koblingene til de forskjellige verktøyene for nettredaktører, og se etter instruksjoner om bekreftelsesmetoder for å få bekreftelseskoden. Hvis nettstedet ditt allerede er bekreftet, kan du bare glemme disse."],"Learn more about the Webmaster Tools verification":["Lær mer om verifisering med Webmaster Tools"],"On":["På"],"Help on: %s":["Hjelp med: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s kommer med mange funksjoner. Du kan aktivere/deaktivere noen av dem nedenfor. Hvis du klikker spørsmålstegnet, får du mer informasjon om funksjonen."],"Off":["Av"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Den avanserte delen av metaboksen %1$s meta lar en bruker fjerne innlegg fra søkeresultatene eller endre den kanoniske. Dette er ting du kanskje ikke vil at noen forfatter skal gjøre. Det er derfor, som standard, bare redaktører og administratorer kan gjøre dette. Hvis du angir \"%2$s\", kan alle brukere endre disse innstillingene."],"Security: no advanced settings for authors":["Sikkerhet: Ingen avanserte innstillinger for forfattere"],"See who contributed to %1$s.":["Se hvem som har bidratt til %1$s."],"Help on this search results setting":["Hjelp med denne innstillingen for søkeresultater"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Ikke å vise arkivet for%1$s i søkeresultater betyr teknisk at de vil ha en %2$s robotmeta og ville være utelukket fra XML-nettstedskartet. %3$sMer informasjon om innstillingene for søkeresultater%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Ikke vise %1$s i søkeresultatene betyr teknisk at de vil ha en %2$s meta for roboter og vil bli ekskludert fra XMLnettstedskartet. %3$sMer informasjon om innstillingene for søkeresultater%4$s."],"Default for %2$s, currently: %1$s":["Standard for %2$s, nåværende: %1$s"],"Show %s in search results?":["Vis %s i søkeresultater?"],"this author's archives":["denne forfatters arkiv"],"Do not allow search engines to show %s in search results.":["Ikke tillatt søkemotorer å vise %s i søkeresultater."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Kategori-URLer for WordPress inneholder et prefiks, normalt %s, og denne funksjonen fjerner det prefikset, kun for kategorier."],"Category URLs":["Kategori-URLer"],"the archive for %s":["arkivet for %s"],"Redirect attachment URLs to the attachment itself?":["Omdirigere vedleggs-URL-er til vedlegget selv?"],"We recommend you set this to Yes.":["Vi anbefaler å sette dette til JA."],"Media & attachment URLs":["Media og vedlegg URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Dette er hva som vises i søkeresultater når besøkende finner hjemmesiden din. Dette er antagelig det de ser når de søker etter ditt navn."],"date archives":["datoarkiver"],"archives for authors without posts":["arkiv for forfattere uten innlegg"],"Read why XML Sitemaps are important for your site.":["Les hvorfor XML sidekart er viktig for siden din."],"Enable the XML sitemaps that %s generates.":["Aktiver XML-nettstedskartet som %s genererer."],"See the XML sitemap.":["Se XML-nettstedskartet."],"%2$s (current default for %1$s)":["%2$s (nåværende standardverdi for %1$s)"],"Media":["Media"],"Content Types":["Innholdstyper"],"Should search engines follow links on this %1$s?":["Skal søkemotorer følge lenker på dette/denne %1$s?"],"Allow search engines to show this %s in search results?":["Tillat at søkemotorer viser %s i søkeresultatene?"],"Search Appearance":["Søkeutseende"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Vennligst spesifiser hvilke innholdstyper du vil se i søkemotorer. Hvis du ikke vet forskjellene mellom disse, er det best å velge standardinnstillingene."],"Search engines should show \"%1$s\" in search results:":["Søkemotorer bør vise \"%1$s\" i søkeresultatene:"],"Search engine visibility":["Synlighet i søkemotorer"],"Toggle %1$s's XML Sitemap":["Skru %1$s sitt XML-nettstedskart av/på"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Forespørsler om kundestøtte som du oppretter her blir sendt direkte til vårt system for kundestøtte. Forbindelsen er kryptert med 256 biters SSL slik at all kommunikasjon er 100% kryptert."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Funksjonen for hjørnesteinsinnhold lar deg merke og filtrere hjørnesteinsinnhold på nettstedet ditt."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Hvis du har problemer som du ikke får løst ved å se på våre video-veiledninger eller i vår kunnskapsbase, kan du sende en melding til vårt hjelpesenter. De tar i mot henvendelser 24/7."],"Search result":["Søkeresultat"],"Good results":["Gode resultater"],"Get better search results in local search":["Oppnå bedre søkeresultater i lokale søk"],"Allow customers to pick up their %s order locally":["Tillat kunder å hente sin %s-bestilling lokalt"],"SEO analysis":["SEO-analyse"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO-analysen gir deg anbefalinger for å forberede SEO-en i teksten din."],"Learn how the SEO analysis can help you rank.":["Lær hvordan SEO analyse kan hjelpe deg å rangere bedre."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Lesbarhet analysen gir deg forslag til forbedringer av tekstens struktur og stil."],"Discover why readability is important for SEO.":["Oppdag hvorfor lesbarhet er viktig for SEO."],"Find out how cornerstone content can help you improve your site structure.":["Finn ut hvordan hjørnesteinsinnhold kan hjelpe deg med å forbedre strukturen på nettstedet ditt."],"The text link counter helps you improve your site structure.":["Tekstlenktelleren hjelper deg å forbedre strukturen på nettstedet."],"Find out how the text link counter can enhance your SEO.":["Finn ut hvordan tekstlenktelleren kan forbedre din SEO."],"%s integration":["%s-integrasjon"],"Read more about how %s works.":["Les mer om hvordan %s fungerer."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Aktiver denne funksjonen hvis du ønsker at Facebook og andre sosiale media skal vise en forhåndsvisning med bilde og et tekstutdrag når en lenk til ditt nettsted blir delt."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Aktiver denne funksjonen hvis du vil at Twitter skal vise en forhåndsvisning med bilde og et tekstutdrag når en lenk til nettstedet ditt blir delt."],"Find out why you should upgrade to %s":["Finn ut hvorfor du burde oppgradere til %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Siste blogginnlegg på %1$s"],"Need help?":["Trenger du hjelp?"],"Type here to search...":["Skriv her for å søke..."],"Search the Yoast Knowledge Base for answers to your questions:":["Søk i Yoast kunnskapsdatabase for svar på dine spørsmål:"],"Remove highlight from the text":["Fjern fremhevelse fra teksten"],"Your site language is set to %s. ":["Ditt nettsted-språk er satt til %s. "],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Kom raskt i gang med %1$s %2$s konfigurasjonsveiviseren %3$s!"],"First-time SEO configuration":["Første gangs SEO-instillinger"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Ditt nettsted-språk er satt til {language}. Hvis dette ikke er riktig, vennligst kontakt administratoren for nettstedet."],"Your site language is set to {language}.":["Ditt nettsted-språk er satt til {language}."],"Highlight this result in the text":["Fremhev dette resultat i teksten"],"Considerations":["Vurderinger"],"Errors":["Feil"],"Change language":["Endre språk"],"You cannot create a %s file.":["Du kan ikke opprette %s fil."],"You cannot edit the %s file.":["Du kan ikke redigere filen %s ."],"Updated %s":["Oppdater %s"],"Create %s file":["Opprett %s filen"],"Edit the content of your %s:":["Rediger innholdet i %s:"],"Save changes to %s":["Lagre endringer for %s"],"%s file":["%s fil"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s og %2$s arbeider bedre sammen hvis du legger til en hjelpe plugin. Vennligst instalerl %3$s for å få en bedre løsning. %4$s."],"More information":["Mer informasjon"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s og %2$s fungerer bedre sammen dersom du legger til et hjelpeutvidelse. Vennligst aktiver %3$s for å få en bedre løsning."],"More information about %1$s":["Mer informasjon om %1$s"],"Configuration Wizard":["Konfigurasjonshjelper"],"You've done it!":["Du er ferdig!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integrer %2$s sømløst med %1$s for innholdsanalysen!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s og %2$s jobber bedre sammen ved å legge til en hjelpeutvidelse. Vennligst installer %3$s for å avhjelpe dette."],"Manage your %s subscription on MyYoast":["Behandle ditt %s-abonnement på My Yoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Tittelen & sine metainstillinger for %1$s er bygd opp av variabler som byttes ut med spesifikke verdier fra nettsiden når denne vises. Tabellen under inneholder en liste over de tilgjengelige variablene."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Merk den viktigste %1$s som 'primært innhold' for å forbedre sidestrukturen. %2$sLær mer om primært innhold.%3$s."],"Loading help center.":["Laster inn hjelpesenteret."],"Get support":["Få brukerstøtte"],"View in KB":["Vis i KB"],"Go back":["Gå tilbake"],"Go back to the search results":["Gå tilbake til søkeresultatene"],"(Opens in a new browser tab)":["(Åpnes i en ny fane i nettleseren)"],"Posts %1$swithout%2$s a focus keyphrase":["Innlegg %1$suten%2$s et fokusnøkkelord"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hei, din SEO fungerer bra! Sjekk ut statistikken:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Du har ingen publiserte innlegg, SEO-poengsummen din vil synliggjøres når du har publisert ditt første innlegg!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["På denne siden kan du endre navnet på nettstedet ditt og velge hvilket skilletegn som skal brukes. Skiletegnet vil for eksempel vises mellom innleggstittel og nettstedsnavn. Symboler vises i størrelsen de vises i søkeresultatene. Velg den som passer best for merkevaren din eller tar opp minst plass i tekstutdragene."],"Something else":["Noe annet"],"A portfolio":["En portefølje"],"A corporation":["En virksomhet"],"A small offline business":["En liten offline-virksomhet"],"A news channel":["En nyhetskanal"],"An online shop":["En nettbutikk"],"A blog":["En blogg"],"What does the site %1$s represent?":["Hva står %1$s for?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Hvis du velger nei, vil forfatterarkivet ditt bli deaktivert for å forhindre problemer med duplikatinnhold."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Merk: Vi lagrer ikke dataene dine på noen måte og har ikke full tilgang til kontoen din. Ditt personvern er trygt hos oss."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integreres med Google Search Console, et verktøy nettstedseiere må ha. Det gir deg informasjon om helsen til nettstedet ditt. Har du ikke en Google-konto, eller er nettstedet ditt ikke aktivert ennå? Finn ut %2$sVis hvordan koble til Google Search Console til ditt nettstedet%3$s."],"Option B: My site is under construction and should not be indexed":["Valg B: Nettstedet mitt er under konstruksjon og bør ikke indekseres"],"Option A: My site is live and ready to be indexed":["Valg A: Nettstedet mitt er aktivt og er klart for å bli indeksert"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Velg under bygging hvis du vil holde nettstedet borte fra indeksen hos søkemotorer. Ikke glem å aktivere det når du er klar til å publisere nettstedet ditt."],"Please specify if your site is under construction or already active.":["Vennligst spesifiser om nettstedet er under konstruksjon eller allerede aktivt."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Denne informasjonen vil bli brukt i Googles kunnskapskort, den stor informsjonsboksen som vises på høyre side for søkeresultatene."],"Read more like this on our SEO blog":["Les mer som dette på vår SEO-blogg"],"Readability: %s":["Lesbarhet: %s"],"Not activated":["Ikke aktivert"],"Activated":["Aktivert"],"%1$s recommendations for you":["%1$s anbefalinger for deg"],"All Readability Scores":["Alle lesbarhetspoengene"],"Filter by Readability Score":["Filtrer på lesbarhetspoeng"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Du mottar ikke oppdateringer eller støtte! Løs dette problemet ved å legge til denne nettstedet og aktiver %1$s for den i %2$s."],"Request method %1$s is not valid.":["Forespørselsmetoden %1$s er ikke gyldig."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Vil du forhåndsvise hvordan det vil se ut hvis folk deler dette innlegget på %1$s? Du kan, med %2$s ."],"Good job! All the links in your texts have been counted.":["Bra jobba! Alle lenkene i tekstene dine er telt opp."],"Calculation completed.":["Opptelling fullført."],"Calculation in progress...":["Opptelling foregår ..."],"Stop counting":["Stopp opptelling"],"Counting links in your texts":["Teller lenker i tekstene dine"],"Text %1$s of %2$s processed.":["Tekst %1$s av %2$s fullført."],"All your texts are already counted, there is no need to count them again.":["Alle tekster er telt. Det er ikke nødvendig å telle dem på nytt."],"Count links in your texts":["Tell opp lenker i tekstene dine"],"Text link counter":["Teller for tekstlenker"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Antall interne lenker som lenker til dette innlegget. Se \"Yoast Columns\" tekst i hjelp-fanen for mer informasjon."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Antall utgående interne lenker i dette innlegget. Se \"Yoast kolonner\"-teksten i hjelpfanen for mer informasjon."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s legger til flere kolonner til denne siden. Vi har skrevet en artikkel om %2$show hvordan bruke SEO score og Lesbarhets score%3$s. Lenke kolonnene viser antall artikler på denne siden som linker %5$sto%6$s denne artikkelen og antall URLer lenket %5$sfrom%6$s denne artikkelen. Lær mer om %4$show for å bruke disse funksjonene til å forbedre din interne lenking%3$s, som merkbart vil forbedre din SEO."],"%s Columns":["%s kolonner"],"Readability score":["Lesbarhetspoeng"],"Other benefits of %s for you:":["Andre fordeler %s gir deg:"],"Scroll to see the preview content.":["Bla ned for å se forhåndsvisningen."],"Cornerstone content":["Hjørnesten-innhold"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s vil nå ta vare på all nødvendig teknisk optimalisering av nettstedet ditt. For å forbedre nettstedets ytelse i søkeresultatene, er det viktig å begynne å lage innhold som stemmer godt med søkeord du benytter. Sjekk ut denne videoen hvor vi forklarer hvordan du bruker metaboxen %1$s når du redigerer innlegg eller sider."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Hvis du ønsker å rangere foran dine konkurrenter i en bestemt by eller region, sjekk ut pluginet for %1$s! Du kan enkelt sette inn Google Maps, åpningstider, kontaktinformasjon og en butikklokker. I tillegg hjelper %1$s deg med å forbedre brukervennligheten til kontaktsiden din."],"Attract more customers near you":["Tiltrekk deg flere kunder i nærheten av deg"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Vil du vite alle de minste detaljene i %1$s-utvidelsen? Vil du lære alt om våre avanserte innstillinger? Vil du få mest mulig ut av %1$s-utvidelsen? Sjekk ut vår %1$s-opplæring og begynn å utrangere konkurrentene!"],"Get the most out of %1$s with the %2$s":["Få det meste ut av %1$s med %2$s"],"Upgrade to Premium":["Oppgrader til Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Vil du utrangere konkurrentene? %1$s gir deg flere gode funksjoner som vil hjelpe deg å sette opp din SEO-strategi som en profesjonell. Bruk funksjonaliteten for flere fokusnøkkelord, omdirigeringsbehandleren og vårt internlenkeverktøy. %1$s vil også gi deg tilgang til premium-kundestøtte."],"Outrank the competition with %s":["Ranger foran konkurrentene med %s"],"You might like":["Du vil kanskje også like"],"Newsletter":["Nyhetsbrev"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Vi har oppdaget at du ikke har fullført veilederen ennå, så vi anbefaler deg å %2$sstarte konfigurasjonsveilederen for å konfigurere %1$s %3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Konfigurasjonsveilederen hjelper deg med å enkelt konfigurere ditt nettsted med de mest optimale SEO-innstillingene."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Bytt til Premium og våre eksperter vil hjelpe deg med å svare på eventuelle spørsmål du måtte ha om oppsett og bruk av plugin."],"Superfast internal linking suggestions":["Superaske forslag interne lenker"],"Great news: you can, with %1$s!":["Gode nyheter: Du kan, med %1$s!"],"Save changes":["Lagre endringer"],"1 year free support and updates included!":["1 års gratis brukerstøtte og oppgraderinger inkludert!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Pluginen %2$s forandrer din nettsides innhold og på den måten differensierer mellom søkemotorer og vanlige brukere, en prosess som kalles cloaking. Vi anbefaler på det sterkeste at du deaktiverer den."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sForhåndsvisning for sosiale medier%2$s: Facebook og Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sIngen flere døde lenker%2$s: enkelt verktøy for omdirigeringer"],"No ads!":["Ingen reklame!"],"Facebook & Twitter":["Facebook og Twitter"],"Social media preview":["Forhåndsvisning av sosiale medier"],"Easy redirect manager":["Enkelt verktøy for omdirigeringer"],"No more dead links":["Ingen flere døde lenker"],"Increase your SEO reach":["Øk din rekkevidde av SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Hvis du vil ha mer hjelp til å skape kjempebra innhold, sjekk ut vårt %2$sSEO copywriting kurs%3$s. Vil du vite alt om funksjonene i pluginet, bør du vurdere å gjøre vår %1$s!"],"Variable":["Variabel"],"Available variables":["Tilgjengelige variabler"],"Scroll to see the table content.":["Bla ned for å se tabellinnholdet."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Vennligst referer til %1$svår artikkel om hvordan koble din nettsted til Google Search Console%2$s hvis du trenger hjelp."],"An error occurred in the '%1$s' assessment":["Det oppstod en feil i '%1$s' vurderingen"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s av ordene inneholder %2$smer enn %3$s stavelser%4$s, noe som er mer enn de anbefalte %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s av ordene inneholder %2$smer enn %3$s stavelser%4$s, noe som er mindre enn eller like mye som de anbefalte %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Dette er litt under det anbefalte minimum på %5$d ord. Legg til litt mer %3$stekst%4$s.","Dette er litt under det anbefalte minimum på %5$d ord. Legg til litt mer %3$stekst%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Metabeskrivelsen inneholder %1$d setning %2$smed mer enn %3$s ord%4$s. Forsøk å korte ned denne setningen.","Metabeskrivelsen inneholder %1$d setninger %2$smed mer enn %3$s ord%4$s. Forsøk å korte ned disse setningene."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Metabeskrivelsen inneholder ingen setninger %1$smed mer enn %2$s ord%3$s."],"Step %1$d: %2$s":["Trinn %1$d: %2$s"],"No new notifications.":["Ingen nye varsler."],"Save all":["Lagre alt"],"Save":["Lagre"],"%1$s, Author at %2$s":["%1$s, forfatter på %2$s"],"Mobile preview":["Mobilforhåndsvisning"],"Desktop preview":["Skrivebordsforhåndsvisning"],"Select redirect":["Velg viderekobling"],"Please provide an SEO title by editing the snippet below.":["Vennligst sett en SEO-tittel ved å endre tekstutdraget under."],"Meta description preview:":["Forhåndsvisning av metabeskrivelse:"],"Slug preview:":["Forhåndsvisning av permalenke:"],"SEO title preview:":["Forhåndsvisning av SEO-tittel:"],"Close snippet editor":["Lukk tekstvindu"],"Slug":["Permalenke"],"Remove marks in the text":["Fjern merker i teksten"],"Mark this result in the text":["Merk dette resultatet i teksten"],"Marks are disabled in current view":["Merker er deaktivert i den gjeldende visningen"],"Good SEO score":["Bra SEO-resultat"],"OK SEO score":["OK SEO-poengsum"],"Feedback":["Tilbakemelding"],"ok":["ok"],"Choose an image":["Velg et bilde"],"Remove the image":["Fjern bildet"],"MailChimp signup failed:":["MailChimp-registrering mislyktes:"],"Sign Up!":["Registrer!"],"Name":["Navn"],"There is an error with the request.":["Det er en feil med forespørselen."],"Select profile":["Velg profil"],"Choose a profile":["Velg en profil"],"Authorization code":["Godkjenningskode"],"Reauthenticate with Google":["Godkjenn på nytt med Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["For å tillate %s å hente informasjonen om Google Search Console, skriv inn Google Autorisasjonskoden din. Hvis du klikker på knappen nedenfor, åpnes et nytt vindu."],"Please provide a meta description by editing the snippet below.":["Vennligst oppgi en metabeskrivelse ved å redigere tekstutdraget nedenfor."],"Edit snippet":["Rediger tekstutdrag"],"You can click on each element in the preview to jump to the Snippet Editor.":["Du kan klikke på hvert element i forhåndsvisningen for å hoppe til tekstutdragredigeringen."],"SEO title preview":["Forhåndsvisning av SEO-tittel"],"Meta description preview":["Forhåndsvisning av meta-beskrivelse"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Et problem oppstod under lagring av gjeldende trinn. {{link}}Vennligst send inn en feilrapport{{/link}} med beskrivelse av hvilket trinn du er på, og hvilke endringer du ønsker å gjøre (hvis noen)."],"Close the Wizard":["Lukke veilederen"],"Export settings":["Eksporter innstillinger"],"%1$s video tutorial":["%1$s videoopplæring"],"%s › Configuration Wizard":["%s › konfigurasjonsveileder"],"Please don't show me this notification anymore":["Vennligst ikke vis meg dette varselet mer"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Hvis du opplever problemer, %1$svennligst send inn en feilrapport%2$s, og vi vil gjøre vårt beste for å hjelpe deg."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Vi har lagt merke til at du har brukt %1$s i en stund nå. Vi håper du er fornøyd! Vi ville bli veldig glade hvis du kunne %2$sgitt oss en vurdering med 5 stjerner på WordPress.org%3$s!"],"Date archives settings":["Innstillinger for datoarkiv"],"Author archives settings":["Innstillinger for forfatterarkiv"],"%1$s by %2$s":["%1$s x %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Advarsel: Variabelen %s kan ikke brukes i denne malen. Se hjelpesenteret for mer informasjon."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Forresten, visste du at vi også har en %1$sPremium-utvidelse%2$s? Den tilbyr avanserte funksjoner, som omdirigeringsbehandling og støtte for flere nøkkelord. Den kommer også med personlig døgnåpen brukerstøtte."],"(no title)":["(ingen tittel)"],"%s installation wizard":["%s installasjonsveiviser"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Administrasjonsmenyen for %1$s inneholder nyttige lenker til tredjepartsverktøy for analyse av sider og gjør det enkelt å se om du har nye varsler."],"Admin bar menu":["Administrasjonsmeny"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s vil ukentlig sjekke om nettstedet fortsatt kan indekseres av søkemotorer og %2$s vil varsle deg hvis dette ikke er tilfelle."],"Features":["Funksjoner"],"SEO title":["SEO-tittel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Selv om vi forsøker å sette opp %1$s så enkelt som mulig, forstår vi at det kan være krevende. Hvis du vil ha oss til å konfigurere %1$s for deg (og få en kopi av %2$s i prosessen), bestil vår %3$s %1$s konfigurasjonstjeneste %4$s her!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Velkommen til konfigurasjonsveiviseren for %1$s. I noen få enkle trinn hjelper vi deg med å konfigurere SEO-innstillingene dine for å matche nettstedets behov!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google viser navnet på ditt nettsted i søkeresultatene. Hvis du vil endre navnet, kan du gjøre det her."],"Greater than sign":["Større enn-tegn"],"Less than sign":["Mindre enn-tegn"],"Right angle quotation mark":["Høyrevendt sitatmerke"],"Left angle quotation mark":["Venstrevendt sitatmerke"],"Small tilde":["Liten tilde"],"Vertical bar":["Vertikal strek"],"Low asterisk":["Lav stjerne"],"Asterisk":["Stjerne"],"Bullet":["Punkt"],"Middle dot":["Prikk"],"Em dash":["Lang strek"],"En dash":["Mellomstor strek"],"Dash":["Strek"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Velg symbolet som du vil bruke som tittel-separator. Dette vil for eksempel vises mellom en innleggstittel og tittelen på nettstedet. Symbolene vises i den størrelsen som de vil vises i søkeresultatene."],"The name of the person":["Personens navn"],"No":["Nei"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Har, eller vil, nettstedet få flere forfattere?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genererer automatisk en URL for hvert medieelement i biblioteket. Ved å aktivere dette vil Google tillates å indeksere den genererte URLen."],"Success!":["Suksess!"],"Title settings":["Tittelinnstillinger"],"Google Search Console":["Google Search Console"],"Multiple authors":["Flere forfattere"],"Site type":["Nettstedstype"],"Environment":["Miljø"],"Yoast option %1$s not found.":["Yoast-alternativet %1$s ble ikke funnet."],"Google Structured Data Test":["Google testverktøy for strukturerte data"],"Posts list":["Innleggsliste"],"Posts list navigation":["Navigering i oversikten over innlegg"],"Filter posts list":["Filtrér innleggsliste"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Vær oppmerksom på at arkivlenker fremdeles kan bli skrevet ut av temaet ditt og at du i såfall må fjerne dem separat."],"%1$s to optimize your site even further":["%1$s for å optimalisere nettstedet ytterligere"],"%1$s extensions":["Utvidelser til %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Kommer med vår 30-dagers returrett, uansett årsak"],"More information %1$sabout %3$s%2$s":["Mer informasjon %1$som %3$s%2$s"],"Installed":["Installert"],"gain access to our 24/7 support team.":["få tilgang til vår døgnåpne brukerstøtte."],"Premium support":["Premium-støtte"],"check what your Facebook or Twitter post will look like.":["sjekk hvordan dine Facebook- eller Twitter-innlegg vil se ut."],"Social previews":["Forhåndsvisninger for sosiale medier"],"create and manage redirects from within your WordPress install.":["opprett og administrer omdirigeringer fra WordPress-installasjonen."],"Redirect manager":["Videresendings-administrator"],"%1$s, take your optimization to the next level!":["Ta din optimalisering til neste nivå med %1$s!"],"A seamless integration between %1$s and %2$s":["En sømløs integrasjon mellom %1$s og %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Bruk brødsmulesti fra %1$s i stedet for fra %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Sett enkelt inn Google Maps, veibeskrivelse, åpningstider og mer"],"Creates XML News Sitemaps":["Lager XML-nettstedskart for nyheter"],"Immediately pings Google on the publication of a new post":["Umiddelbart varsle Google når et nytt innlegg publiseres"],"Optimize your site for Google News":["Optimaliser ditt nettsted for Google Nyheter"],"Make videos responsive through enabling fitvids.js":["Gjør videoer responsive ved å aktivere fitvids.js"],"Enhance the experience of sharing posts with videos":["Forbedre opplevelsen av å dele innlegg med videoer"],"Show your videos in Google Videos":["Vis dine videoer i Google Video"],"Crawl issues list":["Liste over gjennomsøkingsfeil"],"Crawl issues list navigation":["Navigering i oversikten over gjennomsøkingsproblemer"],"Edit “%s”":["Rediger “%s”"],"Premium":["Premium"],"Google Trends":["Google-trender"],"Notifications":["Varsler"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Fjerner nøkkelord-fanen fra metaboksen og deaktiverer alle SEO-relaterte forslag."],"Disable SEO analysis":["Deaktiver SEO-analyse"],"Twitter settings":["Twitter-innstillinger"],"Pinterest settings":["Pinterest-innstillinger"],"Facebook settings":["Facebook-innstillinger"],"Title separator symbol":["Skillesymbol for titler"],"RSS feed settings":["RSS-innstillinger"],"Breadcrumbs settings":["Innstillinger for brødsmuler"],"Make primary":["Gjør til primær"],"Enter your Google Authorization Code and press the Authenticate button.":["Skriv inn Google-autentiseringskoden din og trykk Autentiser-knappen."],"Knowledge base article":["Kunnskapsbase-artikkel"],"Open the knowledge base article in a new window or read it in the iframe below":["Åpne kunnskapsbase-artikkelen i et nytt vindu, eller les den i iframen under"],"Search results":["Søkeresultater"],"%s notification":["%s varsel","%s varsler"],"Disable readability analysis":["Deaktiver lesbarhetsanalyse"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Fjerner lesbarhetsfanen fra metaboksen og deaktiverer alle forslag relatert til lesbarhet."],"Readability analysis":["Lesbarhetsanalyse"],"Needs improvement":["Trenger forbedring"],"Readability":["Lesbarhet"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Du forsøker å laste ikke-minifiserte filer. Disse er kun tilgjengelig i vår utviklingspakke. Sjekk ut %1$s for å se alle kildefilene."],"Improvements":["Forbedringer"],"Dismiss this item.":["Fjern dette elementet."],"Good job! We could detect no serious SEO problems.":["Bra jobbet! Vi kunne ikke finne noen alvorlige SEO problemer."],"We have detected the following issues that affect the SEO of your site.":["Vi har oppdaget følgende problemer som har effekt på SEO'en på din side."],"Problems":["Problemer"],"Analysis":["Analyse"],"Not available":["Ikke tilgjengelig"],"Filter by SEO Score":["Filtrer etter SEO-resultat"],"Meta description not set.":["Metabeskrivelse er ikke satt."],"Video tutorial":["Video-opplæring"],"Email support is a %s feature":["Brukerstøtte via e-post er en funksjon i %s"],"Knowledge base":["Kunnskapsdatabase"],"Open":["Åpen"],"Loading...":["Laster …"],"Something went wrong. Please try again later.":["Noe gikk galt. Vennligst prøv igjen senere."],"No results found.":["Ingen resultater funnet."],"Dashboard":["Kontrollpanel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Du kan fikse dette på siden %1$sinnstillinger for permalenker%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paginering for kommentarer er aktivert. I 999 av 1000 tilfeller er ikke dette nødvendig, Vi anbefaler å deaktivere det."],"Replaced with the primary category of the post/page":["Erstattet med den primære kategorien for innlegget/siden"],"Pinterest confirmation":["Pinterest-bekreftelse"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Om du allerede har bekreftet nettstedet ditt med Pinterest, kan du hoppe over steget under."],"Format-based archives":["Format-basert arkiv"],"Webmaster Tools verification":["Bekreftelser for nettredaktørverktøy"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Følg vår %1$s for WordPress-kurs og bli en sertifisert %1$s-ekspert!"],"Want to be a %s Expert?":["Vil du bli en ekspert på %s?"],"Buy %s":["Kjøp %s"],"Show information about errors in category %s":["Vis informasjon om feil i kategorien %s"],"New %1$s Title":["Ny %1$s-tittel"],"Existing %1$s Title":["Eksisterende %1$s-tittel"],"Expected an integer as input.":["Forventet et heltall som inndata."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Prøver å bygge mellomlagringsnøkkel for sidekartet, men kombinasjonen av postfiks og prefiks gir for lite plass til å gjøre dette. Du etterspør muligens en side som er utenfor det forventede området."],"Remove":["Fjern"],"Keep":["Behold"],"Bold the last page":["Uthev den siste siden"],"Regular":["Normal"],"Bold":["Uthev"],"Show Blog page":["Vis bloggside"],"Primary %s":["Primær %s"],"Primary":["Primær"],"Make %1$s primary %2$s":["Gjør %1$s til primær %2$s"],"Term is set to noindex.":["Termen er satt til «noindex»."],"Author archives":["Forfatterarkiver"],"Show":["Vis"],"Enabled":["Aktivert"],"Disabled":["Deaktivert"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s har ikke hentet ditt nettsteds indekserbarhetsstatus ennå fra %2$s"],"The separator defined in your theme's %s tag.":["Seperatoren definert i ditt temas %s-element."],"No index":["Ingen indeksering"],"Analyze entire site":["Analyser hele nettstedet"],"Fetch the current status":["Hent nåværende status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s har ikke kunnet hente ditt nettsteds indekserbarhetssstatus%3$s fra %4$s"],"Your homepage can be indexed by search engines.":["Hjemmesiden din kan indekseres av søkemotorer."],"Indexability check by %1$s":["Indekseringssjekk av %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Om du vil bruke et bilde for deling på %1$s, kan du laste opp/velge et bilde, eller legge inn bilde-URLen her."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Hvis du ikke vil bruke metabeskrivelsen for å dele på %1$s, men ønsker en annen beskrivelse, skriv den her."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Om du ikke vil bruke tittelen for deling på %1$s men vil ha en annen tittel der, skriv den her."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sHjemmesiden din kan ikke indekseres av søkemotorer%2$s. Dette er veldig dårlig for SEO og burde fikses."],"Once Weekly":["Ukentlig"],"SEO score":["SEO -poeng"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Rekalkulerer SEO-poeng for alt innhold med et fokusnøkkelord."],"%1$s of %2$s done.":["%1$s av %2$s ferdig."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Vi har oppdatert vår algoritme for SEO-resultater. %1$sKlikk her for å rekalkulere SEO-resultatene%2$s for alle innlegg og sider."],"Team Yoast":["Vi i Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Den første virkelige alt-i-ett SEO-løsningen for WordPress, inkludert sidevis innholdsanalyse, XML-nettstedkart og mye mer."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivering mislyktes:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Filter-utvidelsen er ikke ut til å være tilgjengelig. Vennligst spør din leverandør av webhotell om å tilgjengeliggjøre den."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Installasjonen av utvidelsen %1$s er ikke ferdig. Vennligst sjekk %2$sinstallasjonsinstruksjonene%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Tillegget Standard PHP-bibliotek (SPL) ser ut til å være utilgjengelig. Vennligst be din nettvert om å aktivere dette."],"SEO Settings":["SEO-innstillinger"],"Mobile-Friendly Test":["Test for mobilvennlighet"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS-validator"],"HTML Validator":["HTML-validator"],"Pinterest Rich Pins Validator":["Pinterest «Rich Pins»-validator"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Sjekk headers"],"Check Google Cache":["Sjekk Google Cache"],"Analyze this page":["Analyser denne siden"],"Keyword Research":["Nøkkelordundersøkelse"],"%s does not seem to be a valid url. Please correct.":["%s ser ikke ut til å være en gyldig url. Vennligst korriger."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s ser ikke ut til å være et gyldig %2$s bekreftelsesstreng. Vennligst korriger."],"%s Archive":["Arkiv for %s"],"You searched for %s":["Du søkte etter %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Sammendrag med stort bilde"],"Summary":["Sammendrag"],"The post %1$s appeared first on %2$s.":["Innlegget %1$s dukket først opp på %2$s."],"No numeric value was received.":["Ingen numerisk verdi ble mottatt."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dette må være en eksisterende blogg. Blogg %s finnes ikke eller har blitt merket som slettet."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Standard blogg innstillingen må være den numeriske bloggen id av bloggen du vil bruke som standard."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s er ikke et gyldig valg for hvem som skal få adgang til innstillingene for %2$s. Verdien\ner tilbakestilt til standard."],"Please select a valid post type for taxonomy \"%s\"":["Vennligst velg en gyldig innholdstype for taksonomi «%s»"],"Please select a valid taxonomy for post type \"%s\"":["Vennligst velg en gyldig taksonomi for innholdstypen «%s»"],"You searched for":["Du søkte etter"],"Home":["Hjem"],"Archives for":["Arkiver for"],"Error 404: Page not found":["Feil 404: Siden ikke funnet"],"Good":["Bra"],"Replaced with a custom taxonomies description":["Erstattes med en beskrivelse av egendefinert taksonomi"],"Replaced with a posts custom taxonomies, comma separated.":["Erstattet med et innleggs egendefinerte taksonomier, kommaseparert."],"Replaced with a posts custom field value":["Erstattet med verdien fra et egendefinert felt på et innlegg"],"Replaced with the slug which caused the 404":["Erstattes med permalenken som forårsaket 404"],"Replaced with the posts focus keyphrase":["Erstattes med innleggets fokus-nøkkelord"],"Attachment caption":["Beskrivelse/bildetekst for vedlegg"],"Replaced with the current page number":["Erstattes med gjeldende sidenummer"],"Replaced with the current page total":["Erstattes med gjeldende totalt sideantall"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Erstattet med gjeldende sidenummer og totalt antall sider (dvs. side 2 av 4)"],"Replaced with the post/page author's 'Biographical Info'":["Erstattet med innleggets/sidens forfatters «Biografisk informasjon»"],"Replaced with the post/page author's 'nicename'":["Erstatt innlegget's/side forfatter 'Alias'"],"Replaced with the post/page ID":["Erstatt med innlegget's/side ID"],"Replaced with the post/page modified time":["Erstattet med tidspunktet innlegget/siden sist ble endret"],"Replaced with the content type plural label":["Erstattes med innholdstypens navn i flertallsform"],"Replaced with the content type single label":["Erstattes med innholdstypens navn i entallsform"],"Replaced with the current search phrase":["Erstattes med gjeldende søkeuttrykk"],"Replaced with the term name":["Erstatt med begrepet's navn"],"Replaced with the term description":["Erstatt med begrepet beskrivelse"],"Replaced with the tag description":["Erstattet med stikkord-beskrivelse"],"Replaced with the category description":["Erstattet med kategori-beskrivelse"],"Replaced with the post categories (comma separated)":["Erstatt innlegget's kategori (separer med komma)"],"Replaced with the current tag/tags":["Erstatt med nåværende tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Erstattet med innleggets/sidens sammendrag (uten auto-generering)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Erstatt med innlegg/side sammnedrag (eller auto-generer hvis det ikke eksisterer)"],"The site's name":["Nettsiden's navn"],"Replaced with the title of the parent page of the current page":["Erstattet med tittelen på foreldersiden til gjeldende side"],"Replaced with the title of the post/page":["Erstatt med tittel for innlegget/siden"],"Replaced with the date of the post/page":["Erstatt med dato for innlegget/siden"],"Page %1$d of %2$d":["Side %1$d av %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Du kan ikke overstyre en WPSEO standard variabelerstatning ved å registrere en variabel med det samme navnet. Bruk «wpseo_replacements»-filteret i stedet for å justere erstatningsvariabelen."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["En erstatningsvariabel med det samme navnet er allerede registrert. Forsøk å lag et mer unikt variabelnavn."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["En erstatningsvariabel kan ikke begynne med «%%cf_» eller «%%ct_» siden disse er reservert for WPSEO standardvariabler for egendefinert felt og klassifiseringer. Forsøk å gi variabelen et unikt navn."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["En erstatningsvariabel kan bare innholde alfanumeriske tegn, en understrek eller en bindestrek. Forsøk å gi variabelen et nytt navn."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Notis kun for admin: Denne siden viser ikke en meta-beskrivelse fordi den ikke har en. Enten opprett en for denne siden spesielt, eller gå til menypunktet [%1$s - %2$s] og sett opp en mal."],"Page not found":["Side ikke funnet"],"%s Archives":["%s Arkiver"],"Search for \"%s\"":["Søk etter \"%s\""],"Meta description to use for Author page":["Meta-beskrivelse for forfattersiden"],"Title to use for Author page":["Tittel på forfattersiden"],"%1$s settings":["Innstillinger for %1$s"],"Export your %1$s settings":["Eksporter dine innstillinger for %1$s"],"Import settings":["Importer innstillinger"],"Import from other SEO plugins":["Importer fra andre SEO-utvidelser"],"Import":["Importer"],"If you had a %s file and it was editable, you could edit it from here.":["Hvis du hadde en %s-fil og den var redigerbar, kunne du redigert den herfra."],"If your %s were writable, you could edit it from here.":["Hvis din %s var skrivbar, kunne du redigert den herifra."],"You don't have a %s file, create one here:":["Du har ikke en %s-fil, du kan lage en her:"],"A link to your site, with your site's name and description as anchor text.":["En kobling til nettstedet ditt, med nettstedets navn og beskrivelse som ankertekst."],"A link to your site, with your site's name as anchor text.":["En kobling til nettstedet ditt, med nettstedets navn som ankertekst."],"A link to the post, with the title as anchor text.":["En lenke til innlegget, med tittelen som ankertekst."],"A link to the archive for the post author, with the authors name as anchor text.":["En link til arkivet for forfatter, med forfatternes navn som ankertekst."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Du kan bruke følgende variabler i innholdet, de vil bli erstattet av verdien på høyre side."],"Content to put after each post in the feed":["Innhold som legges inn etter hvert innlegg i feeden"],"Content to put before each post in the feed":["Innhold å sette inn før hvert innlegg i RSS-strømmen"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Denne funksjonen brukes til å automatisk legge til innhold i din RSS. Mer spesifikt er det ment å legge til lenker tilbake til bloggen din og blogginnleggene, så dumme skrapere automatisk legger til disse linkene også. Dette hjelper søkemotorer å identifisere deg som den opprinnelige kilden til innholdet."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Bruk av denne brødsmulesti-funksjonen er beskrevet i %1$sartikkelen om brødsmulesti-implementering i vår kunnskapsbase%2$s."],"How to insert breadcrumbs in your theme":["Hvordan sette brødsmuler inn i ditt tema"],"Blog":["Blogg"],"Content type archive to show in breadcrumbs for taxonomies":["Innholdstypearkiv som vises i brødsmulesti for taksonomier"],"Taxonomy to show in breadcrumbs for content types":["Taksonomi å vise i brødsmulesti for innholdstyper"],"Breadcrumb for 404 Page":["Brødsmule for 404-side"],"Prefix for Search Page breadcrumbs":["Prefiks for søkeside-brødsmuler"],"Prefix for Archive breadcrumbs":["Prefiks for arkiv-brødsmuler"],"Prefix for the breadcrumb path":["Prefiks for brødsmulestien"],"Anchor text for the Homepage":["Ankertekst for hjemmeside"],"Separator between breadcrumbs":["Separator mellom brødsmuler"],"Enable Breadcrumbs":["Aktiver brødsmuler"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Under er SEO-resultater for dine publiserte innlegg. Det er bare å begynne med å forbedre noen av dine innlegg!"],"Credits":["Takk til"],"« Back to Tools page":["« Tilbake til verktøysiden"],"%1$s comes with some very powerful built-in tools:":["%1$s kommer med noen kraftige innebygde verktøy:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Dette verktøyet lar deg raskt endre viktige filer for SEO, slik som robots.txt og, om du har en, din .htaccess-fil."],"File editor":["Filredigering"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importer innstillinger fra andre SEO-utvidelser og eksporter dine innstillinger for gjenbruk i en annen blogg."],"Import and Export":["Import og eksport"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dette verktøyet gir deg muligheten til å endre titler og beskrivelser på dine innlegg og sider uten å måtte gå inn på hver enkelt side."],"Bulk editor":["Masseredigering"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["For å %1$sverifisere ditt nettsted med Pinterest%2$s, legg inn meta-elementet her:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest benytter seg av Open Graph metadata, akkurat som Facebook, så sørg for at avhukningsboksen på Facebookfanen er markert som aktiv, dersom du ønsker å optimalisere nettstedet ditt for Pinterest."],"The default card type to use":["Standardkorttype du vil bruke"],"Add Twitter card meta data":["Legg til metadata for Twitter-kort"],"This image is used if the post/page being shared does not contain any images.":["Dette bildet brukes hvis innlegget/siden blir delt som ikke inneholder noen bilder."],"Default settings":["Standardinnstillinger"],"Copy home meta description":["Kopier meta-beskrivelsen fra forsiden"],"Description":["Beskrivelse"],"Image URL":["Bilde-URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dette er tittelen, beskrivelsen og bildet som benyttes i metataggene for Open Graph på forsiden av nettstedet ditt."],"Frontpage settings":["Innstillinger for forside"],"Add Open Graph meta data":["Legg til Open Graph Meta Data"],"YouTube URL":["YouTube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-brukernavn"],"Facebook Page URL":["URL til Facebook-side"],"Accounts":["Kontoer"],"Restore site to defaults":["Tilbakestill siden til standard"],"Site ID":["Nettsted-ID"],"Using this form you can reset a site to the default SEO settings.":["Ved hjelp av dette skjemaet kan du tilbakestille et nettsted til standard SEO-innstillinger."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Innstillinger som er sensitive (FB-administratorer og slikt), temaspesifikke (omskriving av titler) og veldig nettstedspesifikke, vil ikke importeres til nye nettsteder."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Legg inn %1$sSite ID%2$s for nettstedet du ønsker å bruke som standardinnstillinger for alle nettsteder som legges til nettverket. La feltet være tomt for å bruke utvidelsens normale standardinnstillinger."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Velg hvilket nettsteds innstillinger du ønsker å benytte som standard for alle nettsteder som blir lagt til i nettverket. Hvis du velger «Ingen», vil de normale standardene for utvidelsen bli brukt."],"New sites in the network inherit their SEO settings from this site":["Nye nettsteder i nettverket arver SEO-innstillingene fra dette nettstedet"],"Super Admins only":["Kun super-admin"],"Site Admins (default)":["Nettsteds-administratorer (standard)"],"Who should have access to the %1$s settings":["Hvem skal ha tilgang til innstillinger for %1$s"],"spam":["spam"],"mature":["støtende"],"archived":["arkivert"],"public":["offentlig"],"%s restored to default SEO settings.":["%s tilbakestill til standard SEO-innstillinger."],"Settings Updated.":["Innstillinger oppdatert."],"404 pages":["404-sider"],"Search pages":["Søkesider"],"These pages will be %s by default, so they will never show up in search results.":["Disse sidene vil være %s som standard, slik at de aldri vil dukke opp i søkeresultatene."],"Special Pages":["Spesialsider"],"Date-based archives could in some cases also be seen as duplicate content.":["Dato-baserte arkiv kan i noen tilfeller bli sett på som duplikatinnhold."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Hvis dette er tilfellet på ditt nettsted, kan du velge å enten deaktivere det (noe som gjør at adressen omdirigeres til bloggsiden), eller legge til %s, så det ikke vises i søkeresultatene."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Hvis du driver en blogg med bare en forfatter, vil forfatterarkivet være helt likt forsiden din. Dette kalles et %1$sproblem med duplikatinnhold%2$s."],"Date archives":["Datoarkiv"],"author archives":["forfatter-arkiv"],"Title":["Tittel"],"%1$s Meta Box":["Metaboks for %1$s"],"Hide":["Skjul"],"Date in Snippet Preview":["Forhåndsvisning av dato i tekstutdrag"],"Take note:":["Vennligst bemerk:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Du kan bestemme tittelen og beskrivelsen for innleggssiden vd %1$sredigering av binnlegssiden selv%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Du kan bestemme tittel og beskrivelse for forsiden ved å %1$sredigere forsiden selv%2$s"],"Homepage & Front page":["Hjemmeside & forside"],"Title Separator":["Tittel-separator"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s har automatisk oppdaget om det er behov for å tvinge omskriving av titler for sidene dine. Hvis du er uenig og du vet hva du gjør, kan du endre innstillingen her."],"Force rewrite titles":["Tving omskriving av titler"],"Taxonomies":["Taksonomier"],"Homepage":["Hjemmeside"],"%1$s Extensions":["Utvidelser til %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integrér WooCommerce med %1$s sømløst og få ekstra funksjonalitet!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Få bedre rangeringer lokalt og i Google Maps, uten å bli andpusten!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Er nettstedet ditt i Google Nyheter? Øk trafikken fra Google Nyheter ved å optimalisere for det!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimaliser dine videoer for å vise dem frem i søkeresultater og få flere klikk!"],"The premium version of %1$s with more features & support.":["Premiumversjonen av %1$s med flere funksjoner og brukerstøtte."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Disse dataene er vist som metadata på ditt nettsted. De er ment å dukke opp i %1$sGoogles Knowledge Graph%2$s. Du kan enten være et organisasjon eller en person."],"Website name":["Nettstedsnavn"],"Webmaster Tools":["Verktøy for nettstedsadministratorer"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Du har ikke ditt innleggsnavn i nettadressen til dine innlegg og sider. Det er sterkt anbefalt at du gjør det. Vurder å sette din permalenkestruktur til /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Brødsmuler"],"or":["eller"],"Save Profile":["Lagre profil"],"There were no profiles found":["Fant ingen profiler"],"Profile":["Profil"],"Current profile":["Nåværende profil"],"Authenticate":["Autentisér"],"Get Google Authorization Code":["Hent autorisasjonskode fra Google"],"Reload crawl issues":["Last inn indekseringsfeil på nytt"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["For å kunne opprette en omdirigering og rette problemet, trenger du %1$s. Du kan kjøpe utvidelsen, inkludert et års support og oppdateringer på %2$s."],"Creating redirects is a %s feature":["Å opprette videresendinger er en funksjon som krever %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Feil som kun oppsto når nettstedet ditt ble gjennomsøkt av Googlebot for mobil (ikke smarttelefoner) – feil oppsto ikke for datamaskin."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Feil som kun oppsto når nettstedet ditt ble gjennomsøkt av Googlebot for mobil (feil oppsto ikke for datamaskin)."],"Errors that occurred when your site was crawled by Googlebot.":["Feil som har oppstått når siden din ble gjennomsøkt av Googlebot."],"Issue categories":["Problemkategorier"],"Incorrect Google Authorization Code.":["Feil autorisasjonskode fra Google."],"The issues have been successfully reloaded!":["Problemene har blitt oppdatert!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Dataene for %1$s har blitt fjernet. Du må reautentisere om du vil motta dataene igjen."],"Crawl errors per page":["Indekseringsfeil per side"],"Search":["Søk"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Gå ikke glipp av dine indekseringsfeil: %1$skoble til Google Search Console her%2$s."],"Create redirect":["Opprett omdirigering"],"Mark as fixed":["Marker som rettet"],"Response code":["Responskode"],"First detected":["Først oppdaget"],"Last crawled":["Sist gjennomsøkt"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s har oppdaget at du bruker en versjon av %2$s som ikke er kompitabel med %1$s. Vennligst oppgrader %2$s til den siste versjonen for å bruke denne funksjonen."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Utvidelser fra Yoast deler noe kode mellom seg for å gjøre siden din raskere. Som et resultat av dette, trenger vi at alle utvidelser fra Yoast er oppdaterte. Vi har oppdaget at dette ikke er tilfelle, så vennligst oppdater alle utvidelser fra Yoast som ikke er oppdaterte."],"Feature phone":["Mobil (ikke smarttelefon)"],"Smartphone":["Smarttelefon"],"Desktop":["Datamaskin"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Mål-URLen eksisterer ikke, men tjeneren din returnerer ikke en 404 (ikke funnet) feil."],"Soft 404":["Myk 404"],"Request timed out or site is blocking Google.":["Forespørselen timet ut eller nettstedet blokkerer Google."],"Server Error":["Tjenerfeil"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot kunne nå nettstedet ditt, men enkelte URLer er blokkert for Googlebot i din %1$s-fil. Denne blokkeringen kan enten være for alle Googleboter eller spesifikt for Googlebot-mobil."],"Blocked":["Blokkert"],"Google was unable to crawl this URL due to an undetermined issue.":["Google kunne ikke gjennomsøke denne URLen på grunn av en ukjent feil."],"URL points to a non-existent page.":["URL peker til en ikke-eksisterende side."],"Not found":["Ikke funnet"],"Not followed":["Ikke fulgt"],"Faulty redirects":["Videresendinger med feil"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Tjeneren kreveren autentisering eller blokkerer Googlebot fra å nå nettstedet."],"Access denied":["Tilgang nektet"],"Deactivate %s":["Deaktiver %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Utvidelsen %1$s kan skape problemer når de brukes sammen med %2$s."],"Upload Image":["Last opp bilde"],"Remove these ads?":["Fjerne disse annonsene?"],"%s Posts Overview":["%s innleggsoversikt"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Brødsmule-tittelen som skal brukes i brødsmuler der denne taksonomien vises."],"Breadcrumbs title":["Breadcrumbs tittel"],"The canonical link is shown on the archive page for this term.":["Den kanoniske lenken vises på arkivsiden for denne termen."],"Facebook App ID":["Facebook App-ID"],"Pinterest":["Pinterest"],"Other":["Andre"],"Archives":["Arkiver"],"Email":["E-post"],"Previous":["Forrige"],"Next":["Neste"],"Close":["Lukk"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Både %1$s og %2$s kan lage XML-nettstedkart. Å ha to XML-nettstedkart gir ingen ekstra fordeler, men kan gjøre siden din tregere."],"Configure %1$s's Open Graph settings":["Konfigurer %1$s sine OpenGraph-innstillinger"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Både %1$s og %2$s produserer OpenGraph-elementer, noe som kan gjøre at Facebook, Twitter, LinkedIn og andre sosiale nettverk bruker feil tekster og bilder når sidene dine deles."],"%s Image":["Bilde for %s"],"%s Description":["Beskrivelse for %s"],"%s Title":["Tittel for %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Den anbefalte bildestørrelsen for %1$s er %2$s piksler."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Hvis du vil overstyre bildet som brukes på %s for dette innlegget, last opp/velg et bilde eller legg til URL.en her."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Hvis du ikke vil bruke meta-beskrivelsen når innlegget deles på %s, men heller vil benytte en annen beskrivelse der, kan du skrive den inn her."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Hvis du ikke vil bruke innleggstittelen når innlegget deles på %s, men heller vil benytte en annen tittel der, kan du skrive den inn her."],"very difficult":["veldig vanskelig"],"Try to make shorter sentences, using less difficult words to improve readability":["Prøv å lage kortere setninger og bruk enklere ord for å bedre lesbarheten"],"difficult":["vanskelig"],"Try to make shorter sentences to improve readability":["Prøv å lage kortere setninger for å bedre lesbarheten"],"fairly difficult":["ganske vanskelig"],"OK":["OK"],"fairly easy":["ganske enkelt"],"easy":["enkelt"],"very easy":["veldig enkelt"],"Meta Desc.":["Metabeskrivelse."],"All SEO Scores":["Alle SEO-resultater"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO-problem: Det fremhevede bildet bør være minst 200x200 piksler for å plukkes opp av Facebook og andre sosiale medier."],"(no parent)":["(ingen foreldre)"],"Post is set to noindex.":["Innlegget er satt til «noindex»."],"The URL that this page should redirect to.":["URL adressen som denne siden skal viderekoble til."],"301 Redirect":["301-omadressering"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Den kanoniske URL denne siden skal peke til. La stå tomt hvis du skal bruke standard permalenke. %1$sKanoniske på tvers av domener%2$s støttes også."],"Canonical URL":["Kanonisk URL"],"Title to use for this page in breadcrumb paths":["Tittel å bruke for denne siden i brødsmulestier"],"Breadcrumbs Title":["Tittel for brødsmuler"],"No Snippet":["No Snippet"],"No Archive":["Ingen arkiv"],"No Image Index":["Ingen bilde-indeks"],"None":["Ingen"],"Site-wide default: %s":["Standard for hele nettstedet: %s"],"Advanced meta robots settings for this page.":["Avanserte meta-robots-innstillinger for denne siden."],"Meta robots advanced":["Avansert Meta Robots"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Advarsel: Selv om du kan sette innstillingen for meta-robots her, er hele nettstedet satt til noindex i nettstedets generelle innstillinger, så disse innstillingene her vil ikke ha noen effekt."],"Meta description":["Meta-beskrivelse"],"SEO Title":["SEO-tittel"],"Focus keyword":["Fokusnøkkelord"],"Snippet preview":["Forhåndsvis tekstutdrag"],"Settings successfully imported.":["Innstillinger er importert."],"Settings could not be imported:":["Innstillingene kunne ikke importeres:"],"Breadcrumb for 404 pages:":["Brødsmule for 404-sider:"],"Prefix for search result pages:":["Prefiks for søkeresultat-sider:"],"Prefix for archive pages:":["Prefiks for arkivsider:"],"Prefix for breadcrumbs:":["Prefiks for brødsmulesti:"],"Anchor text for the homepage:":["Ankertekst for forsiden:"],"Breadcrumbs separator:":["Brødsmule-separator:"],"%s Breadcrumbs":["%s brødsmulesti"],"Use Image":["Bruk bilde"],"Action":["Handling"],"Page URL/Slug":["Side URL/Slug"],"Publication date":["Publiseringsdato"],"Post Status":["Innleggsstatus"],"WP Page Title":["WP sidetittel"],"View":["Vis"],"View “%s”":["Vis “%s”"],"Preview":["Forhåndsvis"],"Preview “%s”":["Forhåndsvis “%s”"],"Edit":["Rediger"],"Filter":["Filter"],"New Yoast Meta Description":["Ny Yoast metabeskrivelse"],"Existing Yoast Meta Description":["Eksisterende Yoast metabeskrivelse"],"Facebook profile URL":["Facebook profil-URL"],"Twitter username (without @)":["Twitter-brukernavn (uten @)"],"FAQ":["Ofte stilte spørsmål (FAQ)"],"Premium Support":["Premium brukerstøtte"],"Settings":["Innstillinger"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Du må %1$sgå til Instillinger for lesing%2$s og fjerne avmerkingen i boksen for «Synlighet for søkemotorer»."],"Huge SEO Issue: You're blocking access to robots.":["Stort SEO-problem: Du blokkerer tilgang til roboter."],"Posts":["Innlegg"],"Edit Files":["Rediger filer"],"Advanced Variables":["Avanserte variabler"],"Basic Variables":["Grunnleggende variabler"],"General":["Generelt"],"Extensions":["Utvidelser"],"Search Console":["Søkekonsoll"],"Tools":["Verktøy"],"Advanced":["Avansert"],"XML sitemaps":["XML-nettstedskart"],"Social":["Sosiale medier"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s har oppdaget at du bruker versjon %2$s av %3$s. Vennligst oppdater til den seneste versjonen for å unngå kompabilitetsproblemer."],"Just another WordPress site":["Bare enda et WordPress-nettsted"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Du har fortsatt standard slagord for WordPress. Selv en tom en er nok bedre. %1$sDu kan rette dette i tilpasseren%2$s."],"You have used HTML in your value which is not allowed.":["Du har brukt HTML-koder som ikke er tillatt."],"You can't edit %s that aren't yours.":["Du kan ikke redigere %s du ikke eier."],"You can't edit %s.":["Du kan ikke redigere %s."],"Post has an invalid Content Type: %s.":["Innlegget har en ugyldig innholdstype: %s."],"Post doesn't exist.":["Innlegget eksisterer ikke."],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Søppel (%s)","Søppel (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/nl_BE.json b/Resources/Private/Languages/nl_BE.json index 9a33e38..93a01e9 100644 --- a/Resources/Private/Languages/nl_BE.json +++ b/Resources/Private/Languages/nl_BE.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"nl_BE"},"Has feedback":["Heeft feedback"],"Content optimization:":["Inhoudsoptimalisatie:"],"%1$sSEO%2$s: %3$s":["%1$s op %2$s %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLeesbaarheid%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Lees %1$sdit bericht voor meer informatie over waarom we oudere versies niet ondersteunen.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Als je het updaten naar %2$s en hoger hebt uitgesteld in verband met de nieuwe Gutenberg editor, installeer dan de Classic editor plugin. Het geeft je dezelfde bewerk ervaringen die je nu hebt, maar ook de veiligheid van de nieuwere WorPress versies en %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sUpgrade WordPress naar de meest recente versie%2$s%3$sWe hebben opgemerkt dat je niet werkt met de laatste WordPress versie, wat binnenkort een probleem kan worden. %4$s (om redenen van veiligheid en stabiliteit)\nondersteunt alleen de huidige en vorige WordPress versie. Wanneer de volgende versie van WordPress uitkomt, betekent dit dat we WordPress %6$s en %7$s ondersteunen. Dit betekent dat je geen updates meer ontvangt voor %5$s totdat je WordPress update, zorg er dan ook voor dat je binnenkort upgrade naar de laatste WordPress versie!%3$s%3$s"],"Post Noindexed":["Bericht Noindexed"],"No Focus Keyphrase":["Geen Focus-keyphrase"],"Person logo / avatar":["Persoonlijk logo / avatar"],"Extend %s":["Breid %s uit"],"Enroll in the %s for WordPress training":["Meldt je aan voor de %s voor WordPress-training"],"Posts with the SEO score: %s":["Berichten met de SEO score: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video tutorial"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Om je huidige crawlfouten te bekijken, %1$sbezoek je Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google heeft haar Crawl Errors API stopgezet. Het is daarom niet meer mogelijk om eventuele crawlfouten hier te laten zien. %1$sLees onze verklaring voor meer informatie%2$s."],"Remove this message":["Verwijder dit bericht"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimaliseer je website echt voor lokaal publiek met onze %s plugin! Geoptimaliseerde adres gegevens, openingstijden, winkel locatie kiezer en ophaal optie!"],"Serving local customers?":["Bedien je lokale klanten?"],"Get the %s plugin now":["Download nu de %s plugin"],"Organization social profiles":["Bedrijfsprofielen op social media"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Je kunt de details die worden getoond in de metadata bewerken, zoals de sociale profielen, de naam en beschrijving van de gebruiker op hun %1$s profielpagina."],"Personal info":["Persoonlijke informatie"],"Organization logo":["Bedrijfslogo"],"Organization name":["Bedrijfsnaam"],"Choose whether the site represents an organization or a person.":["Kies of je website een organisatie vertegenwoordigd of een persoon."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Om je website een Bedrijf of Organisatie te laten representeren, ga je naar %1$sZoekweergave%2$s en kies je bij Bedrijf of Persoon voor \"Bedrijf\"."],"To change the social accounts used for your site, update the details for %1$s.":["Om de sociale accounts die je gebruikt voor je website te veranderen, werk je de gegevens voor %1$s bij."],"That means that the form and information below is disabled, and not used.":["Dat betekent dat het formulier en de informatie hieronder is uitgeschakeld en niet wordt gebruikt."],"Your website is currently configured to represent a Person":["Je website is momenteel geconfigureerd om een persoon te vertegenwoordigen"],"(if one exists)":["(als er een bestaat)"],"Wikipedia page about you":["Wikipedia pagina over jou"],"YouTube profile URL":["YouTube profiel URL"],"Tumblr profile URL":["Tumblr profiel URL"],"SoundCloud profile URL":["SoundCloud profiel URL"],"MySpace profile URL":["MySpace profiel URL"],"Organization or person":["Bedrijf of persoon"],"The person":["De persoon"],"Organization":["Bedrijf"],"Does your site represent a person or an organization?":["Vertegenwoordigd je site een persoon of een organisatie?"],"The name of the organization":["De naam van de organisatie"],"Provide an image of the organization logo":["Selecteer een afbeelding van het bedrijfslogo"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Je hebt eerder ingesteld dat je website een persoon vertegenwoordigd. We hebben onze mogelijkheden rond Schema en de Knowledge Graph verbeterd, dus je kunt het beste inloggen en %1$s instellingen daar invullen%2$s."],"Select a user...":["Selecteer een gebruiker..."],"Uncategorized":["Ongecategoriseerd"],"Name:":["Naam:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Je hebt gebruiker %1$s ingesteld als de persoon waarvoor deze website is gemaakt. De profielgegevens van zijn of haar account worden nu gebruikt in de zoekresultaten. %2$sWerk het profiel bij om zeker te weten dat alle informatie klopt.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Fout: selecteer hieronder een gebruiker om de metadata voor je website compleet te maken."],"SEO score: %s":["SEO score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Als er een Wikipedia-pagina over jou of je organisatie bestaat, voeg deze dan ook toe."],"Wikipedia URL":["Wikipedia URL "],"Pinterest profile URL":["Pinterest profiel URL"],"Instagram profile URL":["Instagram profiel URL"],"LinkedIn profile URL":["LinkedIn profiel URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword research is essentieel in elke SEO strategie. Je beslist de zoektermen waar je op gevonden wil worden en ontdek welke woorden je publiek gebruikt om je te vinden. Goede keyword research verteld je welke inhoud je nodig hebt om een goede ranking te krijgen voor de termen waarop je naar voren wil komen. Zorg ervoor dat je inspanningen richt op de keywords waar je echt een kans maakt om op te ranken. De %1$s helpt je door dit proces, stap voor stap."],"SEO for Beginners training":["SEO voor beginners training"],"%s for WordPress training":["%s voor WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["De afbeelding die u hebt geselecteerd is te klein voor Facebook"],"The given image url cannot be loaded":["De opgegeven afbeeldings-URL kan niet worden geladen"],"Find out what words your audience uses to find you":["Zoek uit welke woorden uw publiek gebruikt om u te vinden"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The tekst scoort %3$s in de test wat %4$s wordt beoordeeld om te lezen. %5$s"],"No JSON object was returned.":["Er is geen JSON-object terug gekomen."],"Received internal links":["Ontvangen interne links"],"Outgoing internal links":["Uitgaande interne links"],"New step added":["Nieuwe stap toegevoegd"],"New question added":["Nieuwe vraag toegevoegd"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Om een redirect aan te kunnen maken en deze issue op te lossen heb je %1$s nodig."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Je kunt de plugin aanschaffen, inclusief een jaar lang support en updates, op %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["De tekst link teller functie geeft je inzicht in hoeveel links worden gevonden in je tekst en hoeveel links verwijzen naar jouw tekst. Dit is erg nuttig wanneer je de %1$sinterne linkstructuur%2$s aan het verbeteren bent."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Voor de werking van deze functie met %1$s is op zijn minst PHP versie %2$s vereist. Wij hebben geconstateerd dat je nog gebruik maat van PHP versie %3$s. Werk je PHP versie."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Denk goed na over de implicaties en %1$slees dit bericht%2$s als je meer informatie wil over de impact van het weergeven van media in zoekresultaten ."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Om deze functie werkend te maken zal %1$s een tabel in je database moeten kunnen aanmaken. We kunnen deze tabel helaas niet automatisch aanmaken."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Door deze optie in te schakelen worden de URL's zichtbaar voor zowel bezoekers als voor Google. Om waarde toe te voegen aan je website moet deze informatie van toegevoegde waarde zijn of anders heeft het mogelijk een negatieve impact op je ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["De %3$stekst link teller%4$s functie (geïntroduceerd in %1$s %2$s) is momenteel uitgeschakeld."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Lees het volgende %1$skennisbank artikel%2$s om te ontdekken hoe je dit probleem oplost."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Om ervoor te zorgen dat alle links in je teksten geteld worden, moeten we al je teksten analyseren."],"All you have to do is press the following button and we'll go through all your texts for you.":["Druk op de deze knop en we analyseren alle teksten voor je."],"Count links":["Tel het aantal links"],"Free":["Gratis"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributen%5$s: Van de %2$d afbeeldingen op deze pagina ,%1$d hebben alt-attributen met woorden uit je keyphrase of synoniemen. Dat is een beetje teveel. %4$sNeem enkel de keyphrase of de synoniemen ervan op als deze echt in de afbeelding past%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributen%2$s: Goed gedaan!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sImage alt-attributen%5$s: Van de %2$d afbeeldingen op deze pagina heeft alleen %1$d een alt-attribuut dat het onderwerp van je tekst weergeeft. %4$s Voeg je keyphrase of synoniemen toe aan de alt-tags van relevantere afbeeldingen%5$s!","%3$sImage alt-attributen%5$s: Van de %2$d afbeeldingen op deze pagina heeft alleen %1$d een alt-attribuut dat het onderwerp van je tekst weergeeft. %4$s Voeg je keyphrase of synoniemen toe aan de alt-tags van relevantere afbeeldingen%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sImage alt attributen%3$s: Afbeeldingen op deze pagina hebben geen alt-attributen die het onderwerp van uw tekst weergeven.%2$sVoeg je keyphrase of synoniemen toe aan de alt-tags van relevante afbeeldingen%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sImage alt attributen%3$s: Afbeeldingen op deze pagina hebben alt-kenmerken, maar je hebt je keyphrase nog niet ingesteld .%2$sDoe dat eerst%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in subkop%2$s: %3$s van de koppen met een hoger niveau geeft het onderwerp van je kopie weer. Goed gedaan!","%1$sKeyphrase in subkop%2$s: %3$s van de koppen met een hoger niveau geeft het onderwerp van je kopie weer. Goed gedaan!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in subkop%2$s: Je subkop(en) met een hoger niveau geven het onderwerp van je kopie weer. Goed gedaan!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in subkopje%3$s: %2$sGebruik meer keyphrases of synoniemen in je hogere rubrieken%3$s!"],"Page %s":["Pagina %s"],"Cannot get the size of %1$s because of unknown reasons.":["Kan de grootte van %1$s niet krijgen vanwege onbekende redenen."],"Cannot get the size of %1$s because it is hosted externally.":["Kan de grootte van niet krijgen %1$s omdat het extern wordt gehost."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Schakel eenvoudig de schakelaar naar \"aan\" en je kunt de opnieuw gekalibreerde analyse gebruiken. Tegelijkertijd, zullen we je toevoegen aan onze specifieke mailinglijst. We sturen je enkel een e-mail over je ervaringen met deze herijking!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Wij hebben %1$sonze analyse opnieuw gekalibreerd%2$s. Met de nieuwe analyse komen we nog dichter bij hoe Google je website ziet. Het zou zijn%3$sgeweldig%4$s als je deze zou willen %3$sbetatesten%4$s voor ons!"],"Get an even better analysis":["Krijg een nog betere analyse"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sEnkele titel%3$s: H1s moeten alleen gebruikt worden voor de hoofd titel. Vind alle H1s in je tekst die niet de hoofdtitel zijn en %2$swijzig ze naar een lager koptekst niveau%3$s!"],"Improve sharing on Facebook and Pinterest":["Verbeter delen op Facebook en Pinterest"],"You do not have the required rights to export settings.":["Je hebt niet de benodigde rechten om instellingen te exporteren."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopieer al deze instellingen naar een andere websites %1$s tabblad en klik daar op \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["Dit zijn instellingen voor de %1$s plugin van %2$s"],"No settings found.":["Geen instellingen gevonden."],"Export your %1$s settings here, to copy them on another site.":["Exporteer je %1$s instellingen hier om ze te kopiëren naar andere websites."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Het importeren van instellingen wordt alleen ondersteund op servers die PHP 5.3 of hoger gebruiken."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importeer de instellingen door de instellingen te plakken die je hebt gekopieerd vanaf een andere site door te klikken op \"%s\"."],"Paste your settings from another %s installation.":["Plak je instellingen hier vanuit een andere Yoast SEO installatie."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is 0 keer gevonden. Dat is minder dan het minimaal aanbevolen aantal van %3$d keer voor een tekst van deze lengte. %4$sFocus op je keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is minder dan het minimum aanbevolen aantal van %3$d keer voor een tekst van deze lengte. %4$sFocus op je keyphrase%2$s!","%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is minder dan het minimum aanbevolen aantal van %3$d keer voor een tekst van deze lengte. %4$sFocus op je keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %3$d keer gevonden. Dit is goed!","%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %3$d keer gevonden. Dit is goed!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase dichtheid%2$s:De focus keyphrase is %5$d keer gevonden. Dat is meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!","%1$sKeyphrase dichtheid%2$s:De focus keyphrase is %5$d keer gevonden. Dat is meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is veel meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!","%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is veel meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!"],"Indexable deleted for object %1$s with type %2$s":["indexeerbare object %1$s met type %2$s verwijderd"],"Indexable saved for object %1$s with type %2$s":["indexeerbare object %1$s met type %2$s bewaard"],"Indexable created for object %1$s with type %2$s":["indexeerbare object %1$s met type %2$s bewaard"],"Indexable meta deleted.":["Indexeerbare meta verwijderd"],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Indexeerbare meta bewaard voor indexeerbare id %1$s met metasleutel %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Indexeerbare meta gemaakt voor indexeerbaar id %1$s met meta key %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Er is geen meta gevonden voor indexeerbare id %1$s en metasleutel %2$s"],"There is no indexable found for author id %1$s.":["Er is geen index gevonden voor auteurid %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Er is geen primaire term gevonden voor postid %1$s en taxonomie %2$s"],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Er is geen index gevonden voor termid %1$s en taxonomie %2$s"],"There is no indexable found for post id %1$s.":["Er is geen index gevonden voor postid %1$s"],"Method %1$s() does not exist in class %2$s":["Methode %1$s() bestaat niet in class %2$s"],"With %s, you can easily create such redirects.":["Met %s, kun je eenvoudig deze redirects maken."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Het veranderen van je permalinks kan een serieuze invloed hebben op de zichtbaarheid in zoekmachines. Het moet bijna %1$s nooit %2$s gedaan worden op een live website."],"WARNING:":["WAARSCHUWING:"],"Learn about why permalinks are important for SEO.":["Leer waarom permalinks zo belangrijk zijn voor SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunctiewoorden in trefzin%3$s: Je keyphrase \"%4$s\" bavet alleen functiewoorden. %2$sBekijk wat een goede keyphrase is.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Wist je dat %s ook verschillende woordvormen in je keyphrase analyseert, zoals meervoud of verleden tijd?"],"Clear Image":["Haal afbeelding weg"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase lengte%3$s: %2$sGeef een keyphrase op om je SEO score te kunnen berekenen%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase in slug%2$s: Meer dan de helft van je keyphrase komt voor in de slug. Heel goed!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase in slug%3$s: (Een deel van) je keyphrase lijkt niet voor te komen in de slug. %2$sVerander dit%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase in slug%2$s: Goed bezig!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in de titel%3$s: Niet alle woorden uit je keyphrase \"%4$s\" zitten in de SEO-titel. %2$sProbeer om je volledige keyphrase te gebruiken in de SEO-titel%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in de titel%3$s: De titel bevat niet de volledige keyphrase. %2$sProbeer om je volledige keyphrase te gebruiken in de SEO-titel%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase in de titel%3$s: Je volledige keyphrase staat in de SEO-titel, maar niet aan het begin. %2$sProbeer de volledige keyphrase naar het begin te verplaatsen%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase in de titel%2$s: De volledige keyphrase staat aan het begin van de SEO-titel. Goed gedaan!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sKeyphrase verdeling%2$s: Goed gedaan!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase verdeling%3$s: Slecht verdeeld. In sommige delen van je tekst komen de keyphrase of synoniemen niet voor. %2$sVerdeel ze beter over de tekst%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase verdeling%3$s: Zeer slecht verdeeld. In sommige delen van je tekst komen de keyphrase of synoniemen niet voor. %2$sVerdeel ze beter over de tekst%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sKeyphrase verdeling%3$s: %2$sGebruik je keyphrases of synoniemen in de tekst zodat we de keyphrase dichtheid kunnen bepalen%3$s."],"Help on choosing the perfect focus keyphrase":["Hulp bij het kiezen van de perfecte focus keyphrase"],"Would you like to add a related keyphrase?":["Wil je een verwant keyphrase toevoegen?"],"Go %s!":["Ga %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Het niet tonen van de datum archives in de zoekresultaten betekend technisch gezien dat deze een %1$s robots meta hebben. %2$sMeer informatie over de zoekmachine instellingen%3$s."],"Rank better with synonyms & related keyphrases":["Scoor beter met synoniemen en verwante keyphrases"],"optimize a single post for synonyms and related keyphrases.":["Verbeter een bericht op synoniemen en verwante keyphrases"],"Synonyms & related keyphrases":["Synoniemen & gerelateerde keyphrases"],"Add related keyphrase":["Voeg een gerelateerde keyphrase toe"],"Dismiss %s upgrade notice":["Verwijder %s upgrade bericht"],"Upgrade to %s":["Upgrade naar %s"],"%1$s video":["%1$s video"],"Get %s":["Koop %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sEerder gebruikte keyphrase%6$s: Je hebt de volgende keyphrase %1$s%2$d keer eerder gebruikt%3$s. %5$sGebruik je keyphrase niet meer dan één keer%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sEerder gebruikte keyphrase%5$s: Je hebt de volgende keyphrase %1$séén keer eerder gebruikt%2$s. %4$sGebruik je keyphrase niet meer dan één keer%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sEerder gebruikt keyphrase%2$s: Je hebt dit keyphrase nog niet eerder gebruikt, heel goed."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopwoorden%3$s: De slug voor deze pagina bevat een stopwoord. %2$sVerwijder deze%3$s!","%1$sSlug stopwoorden%3$s: De slug voor deze pagina bevat stopwoorden. %2$sVerwijder deze%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug te lang%3$s: de slug voor deze pagina is een beetje te lang. %2$sMaak hem korter%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAfbeelding alt attributes%3$s: Er staan geen afbeeldingen op deze pagina %2$sVoeg er een paar toe%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sKeyphrase-links%3$s: Je linkt naar een andere pagina met de woorden waarvan je wil dat deze pagina er op gevonden wordt. %2$sDat moet je niet doen%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dit is veel minder dan het aanbevolen minimum aantal van %5$d woord. %3$sVoeg meer inhoud toe%4$s.","Dit is veel minder dan het aanbevolen minimum aantal van %5$d woorden. %3$sVoeg meer inhoud toe%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dit is minder dan het aanbevolen aantal van %5$d woord. %3$sVoeg meer inhoud toe%4$s.","Dit is minder dan het aanbevolen aantal van %5$d woorden. %3$sVoeg meer inhoud toe%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sTekstlengte%4$s: De tekst bevat %1$d woord.","%2$sTekstlengte%4$s: De tekst bevat %1$d woorden."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sTekstlengte%3$s: De tekst bevat %1$d woord. Goed gedaan!","%2$sTekstlengte%3$s: De tekst bevat %1$d woorden. Goed gedaan!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in subkopje%3$s: Meer dan 75 %% van je subkoppen op een hoger niveau geven het onderwerp van je exemplaar weer. Dat is te veel. %2$sOver-optimaliseer niet%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO titel breedte%3$s: %2$sVoeg een SEO titel toe%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO-titel lengte%3$s: de SEO-titel is te lang.%2$sProbeer die korter te maken%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$s SEO titel breedte%2$s: Goed gedaan!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sBreedte van de SEO-titel%3$s: De SEO-titel is te kort. %2$sGebruik de ruimte om variaties op je keyphrase toe te voegen of schrijf een overtuigende call-to-action%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sUitgaande links%2$s: Er staan zowel nietvolg- als gewone uitkoppelingen op deze pagina. Goed gedaan!"],"%1$sOutbound links%2$s: Good job!":["%1$sUitgaande links%2$s: Goed gedaan!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sUitgaande links%3$s: Alle uitgaande links op deze pagina zijn onvolgbaar. %2$sVoeg een aantal normale links toe%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sUitgaande links%3$s: Geen uitkoppelingen op deze pagina. . %2$sVoeg ze toe%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLengte van de meta beschrijving%2$s: Goed gedaan!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLengte metabeschrijving%3$s: De metabeschrijving telt meer dan %4$d letters. Om er zeker van te zijn dat de hele beschrijving zichtbaar is %2$smoet je de tekst inkorten%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLengte metabeschrijving%3$s: De metabeschrijving is te kort (minder dan %4$d letters). Je hebt nog ruimte voor %5$d letters. %2$sGebruik die%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLengte metaomschrijving%3$s: Er is geen metaomschrijving. Zoekmachines tonen in plaats daarvan de tekst van het bericht. %2$sGeef een omschrijving%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in meta description%2$s: Er is een meta description, maar de keyphrase zit er niet in. %3$sLos dat op%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in meta description%2$s: De meta description bevat de keyphrase %3$s keer, wat meer is dan het geadviseerde maximum van 2 keer. %4$sPas dat aan%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in metaomschrijving%2$s: De keyphrase of synoniem staan in de metaomschrijving. Goed zo!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphraselengte%5$s: De keyphrase is %1$d woorden lang. Dat is veel meer dan het aanbevolen maximum van %2$d woorden. %4$sMaak het korter%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase lengte%5$s: De keyphrase is %1$d woorden lang. Dat is meer dan het aanbevolen maximum van %2$d woorden. %4$sMaak het korter%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sKeyphraselengte%2$s: goed gedaan!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase lengte%3$s: er is geen focus keyphrase ingesteld voor deze pagina. %2$sStel een keyphrase in om je SEO score te kunnen berekenen%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in introductie%3$s: je keyphrase of synoniemen staan niet in de eerste paragraaf. %2$sZorg ervoor dat het onderwerp direct duidelijk is%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in introductie%3$s: je keyphrase of synoniem staan in de eerste paragraaf van de tekst, maar niet in één zin. %2$sDoe dit wel%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in introductie%2$s: goed gedaan!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterne links%2$s: er staan no-follow en normale interne links op deze pagina. Goed werk!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterne links%2$s: je hebt voldoende interne links. Goed werk!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterne links%3$s: de interne links op deze pagina zijn allemaal no-follow. %2$sVoeg wat goede interne links toe%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterne links%3$s: er staan geen interne links op deze pagina, %2$svoeg er een aantal toe%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sOvergangswoorden%2$s: goed gedaan!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sOvergangswoorden%2$s: slechts %3$s van de zinnen bevatten overgangswoorden, dat is niet genoeg. %4$sGebruik er meer van%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sOvergangswoorden%2$s: geen enkele zin bevat overgangswoorden. %3$sGebruik er een paar%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sOnvoldoende inhoud%2$s: %3$sVoeg wat inhoud toe om een goede analyse mogelijk te maken%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sKoptekst-verdeling%2$s: je gebruikt geen koptekst, maar je tekst is kort genoeg en heeft ze waarschijnlijk niet nodig."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sKoptekst-verdeling%2$s: je gebruik geen kopteksten, hoewel je tekst vrij lang is. %3$sProbeer wat kopteksten toe te voegen%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sKoptekst-verdeling%2$s: %3$d sectie van je tekst is langer dan %4$d woorden, en wordt niet verdeeld door kopteksten. %5$sVoeg kopteksten toe om de leesbaarheid te verbeteren%2$s.","%1$sKopteksten-verdeling%2$s: %3$d secties van je tekst zijn langer dan %4$d woorden, en worden niet verdeeld door kopteksten. %5$sVoeg kopteksten toe om de leesbaarheid te verbeteren%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sKoptekst-verdeling%2$s: goed gedaan!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sZinlengte%2$s: %3$s van de zinnen bevatten meer dan %4$s woorden, wat meer is dan het aanbevolen maximum van %5$s. %6$sProbeer de zinnen in te korten%2$s."],"%1$sSentence length%2$s: Great!":["%1$sZinlengte%2$s: Fantastisch!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sOpeenvolgende zinnen%2$s: er zit voldoende variatie in je zinnen. Dat is goed!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sOpeenvolgende zinnen%2$s: de tekst bevat %3$d opeenvolgende zinnen die beginnen met hetzelfde woord. %5$sProbeer het te variëren%2$s!","%1$sOpeenvolgende zinnen%2$s: de tekst bevat %4$d plaatsen waar %3$d of meer opeenvolgende zinnen die beginnen met hetzelfde woord. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sLijdende vorm%2$s: %3$s van de zinnen bevat lijdende vorm, wat meer is dan het aangeraden maximum van %4$s. %5$sProbeer hun actieve tegenhangers te gebruiken%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sLijdende vorm%2$s: je gebruik voldoende actieve vorm. Dat is goed!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sParagraaflengte%2$s: %3$d van de paragrafen bevat meer dan het aanbevolen aantal van %4$d woorden. %5$sMaak je paragrafen korter%2$s!","%1$ssParagraaflengte%2$s: %3$d van de paragrafen bevatten meer dan het aanbevolen aantal van %4$d woorden. %5$sMaak je paragrafen korter%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$ssParagraaflengte%2$s: geen van de paragrafen is te lang. Goed werk!"],"Good job!":["Goed gedaan!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: de tekst scoort %3$s in de test, wat wordt beschouwd als %4$s te lezen. %5$s%6$s%7$s"],"Focus keyphrase":["Focus keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s met ID %2$s kan niet worden gepatcht"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Ongeldig POST verzoek. Meta waarden bestaan al voor het object met ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexeerbaar met ID `%1$s` bestaat niet"],"No object with ID %1$s and %2$s could be found":["Geen object met ID %1$s en %2$s kon niet worden gevonden"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` is geen geldig subtype van `%2$s`"],"The object type `%1$s` is invalid":["Het object type `%1$s` is ongeldig"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Ongeldig type voor parameter `%1$s` geslaagd. Verwacht `%2$s`, maar kreeg `%3$s`"],"The parameter `%1$s` cannot be empty.":["De parameter `%1$s` mag niet leeg zijn."],"Check Keyphrase Density":["Controleer Keyphrase dichtheid"],"Disable":["Uitschakelen"],"Allow Control":["Sta controle toe"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Deze tab laat je selectief bepaalde %s functionaliteit uitzetten voor alle sites in het netwerk. Standaard staan alle functies aan, wat site admins toestaat zelf te bepalen welke functies ze aan of uit willen zetten voor hun site. Wanneer je hier een functie uitzet, zullen site admins die functie helemaal niet kunnen gebruiken."],"%s is a required feature toggle argument.":["%s is een vereiste functie-schakel mogelijkheid."],"Keyphrase:":["Keyphrase:"],"Remove keyphrase":["Verwijder keyphrase"],"This feature has been disabled by the network admin.":["Deze optie is uitgeschakeld door de netwerk admin."],"Focus keyphrase not set.":["Focus keyphrase niet ingesteld."],"Multiple keyphrases":["Meerdere keyphrases"],"Colon":["Dubbele punt"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Zowel %1$s als %2$s beheren de SEO van jouw site. Het tegelijkertijd draaien van twee SEO plugins kan schadelijk zijn."],"There is a new notification.":["Er is een nieuwe notificatie.","Er zijn nieuwe notificaties."],"Learn more about the readability analysis":["Leer meer over Leesbaarheidsanalyse"],"Describe the duration of the instruction:":["Beschrijf de duur van de instructie:"],"Optional. Customize how you want to describe the duration of the instruction":["Optioneel: Pas de omschrijving van de duur van de instructie aan."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Dit is een lijst van gerelateerde content waar je naar kunt linken in je bericht. {{a}}Lees ons artikel over site structure{{/a}} om meer te leren over hoe intern linken je SEO kan verbeteren."],"%s, %s and %s":["%s, %s en %s"],"%s and %s":["%s en %s"],"%d minute":["%d minuut","%d minuten"],"%d hour":["%d uur","%d uren"],"%d day":["%d dag","%d dagen"],"Enter a step title":["Voer een stap titel in"],"Optional. This can give you better control over the styling of the steps.":["Optioneel. Hiermee heb je meer controle over de styling van de stappen."],"CSS class(es) to apply to the steps":["CSS class(es) die gebruikt worden voor de stappen"],"minutes":["minuten"],"hours":["uren"],"days":["dagen"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Maak een How-to guide op een SEO-vriendelijke manier. Je kunt slechts één How-to block per bericht gebruiken."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Toon je veelgestelde vragen (FAQ's) op een SEO-vriendelijke manier. Je kunt slechts één FAQ block per bericht gebruiken."],"Copy error":["Copy fout"],"An error occurred loading the %s primary taxonomy picker.":["Er deed zich een fout voor met het laden van de %s primaire taxonomy picker."],"%1$s Structured Data Blocks":["%1$s Structured Data Blocks"],"Time needed:":["Tijd nodig:"],"Move question down":["Verplaats vraag naar beneden"],"Move question up":["Verplaats vraag naar boven"],"Insert question":["Vraag invoegen"],"Delete question":["Vraag verwijderen"],"Enter the answer to the question":["Voer het antwoord op de vraag in"],"Enter a question":["Voer een vraag in"],"Add question":["Vraag toevoegen"],"Frequently Asked Questions":["Frequently Asked Questions"],"Great news: you can, with %s!":["Goed nieuws: dat kan, met %s!"],"Select the primary %s":["Selecteer de primaire %s"],"Check links to this URL":["Controleer links naar deze URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Controleer de %1$sarchive template%2$s voor het volgende contenttype: %3$s.","Controleer de %1$sarchive templates%2$s voor de volgende contenttypes: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Probeer je meerdere keyphrases te gebruiken? Vul ze dan hieronder apart in."],"Mark as cornerstone content":["Markeer als cornerstone content"],"Move step down":["Stap naar beneden verplaatsen"],"Move step up":["Stap naar boven verplaatsen"],"Insert step":["Stap toevoegen"],"Delete step":["Stap verwijderen"],"Add image":["Afbeelding toevoegen"],"Enter a step description":["Beschrijving van een stap invullen"],"Enter a description":["Een beschrijving invullen"],"Unordered list":["Ongesorteerde lijst"],"Showing step items as an ordered list.":["Toon de stap onderdelen als geordende lijst."],"Showing step items as an unordered list":["Toon de stap onderdelen als ongeordende lijst"],"Add step":["Stap toevoegen"],"Delete total time":["Totale tijd verwijderen"],"Add total time":["Totale tijd toevoegen"],"How to":["Instructie"],"How-to":["Instructie"],"Snippet Preview":["Snippetvoorvertoning"],"Analysis results":["Analyse-resultaten"],"Enter a focus keyphrase to calculate the SEO score":["Voer een focus keyphrase in om de SEO score te berekenen"],"Learn more about Cornerstone Content.":["Leer meer over cornerstone content."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone content zou de belangrijkste en omvangrijkste artikelen op je site moeten zijn."],"Restore Site":["Website herstellen"],"Network Settings":["Netwerkinstellingen"],"You are not allowed to perform this action.":["Je hebt geen toestemming om deze actie uit te voeren."],"Error: %s":["Fout: %s"],"Success: %s":["Gelukt: %s"],"Site with ID %d not found.":["De site met ID %d is niet gevonden."],"No site has been selected to restore.":["Er is geen website geselecteerd om te herstellen."],"You are not allowed to modify unregistered network settings.":["Je hebt geen toestemming om ongeregistreerde netwerk instellingen aanpassen."],"deleted":["verwijderd"],"Would you like to add another keyphrase?":["Wil je nog een keyphrase toevoegen?"],"image preview":["Voorbeeld van afbeelding"],"Copied!":["Gekopieerd!"],"Not supported!":["Niet ondersteund!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lees {{a}}ons artikel over websitestructuur{{/a}} om meer te leren hoe intern linken je kan helpen met het verbeteren van je SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Zodra je meer inhoud toevoegt geven we je hier een lijst met gerelateerde inhoud waar je naar zou kunnen linken in je bericht."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Overweeg om te linken naar deze {{a}}cornerstone artikelen:{{/a}}"],"Consider linking to these articles:":["Overweeg naar deze artikelen te linken:"],"Copy link":["Link kopieëren"],"Copy link to suggested article: %s":["Kopieer link naar het voorgestelde artikel: %s"],"The site's tagline":["De slogan van de website"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["We hebben de functionaliteit van de zoekweergave-instellingen recent verbeterd. Helaas hebben we ontdekt dat, in enkele bijzondere gevallen, het opslaan van de instellingen voor specifieke posttype-archieven fout is gegaan."],"Not all required fields are given. Missing field %1$s":["Niet alle verplichte velden zijn ingevuld. Het veld %1$s ontbreekt."],"Optimize your site for Google News.":["Optimaliseer je site voor Google Nieuws."],"Optimize your shop's SEO and sell more products!":["Optimaliseer de SEO van je webwinkel en verkoop meer producten!"],"Be found in Google Video search and enhance your video sharing on social media.":["Wordt gevonden in Google Video-resultaten en verbeter je videobereik op sociale media."],"Be found in Google Maps and local results.":["Wordt gevonden in Google Maps en lokale zoekresultaten."],"Learn practical SEO skills to rank higher in Google.":["Leer praktische SEO-vaardigheden om beter gevonden te worden in Google."],"Don’t waste time figuring out the best settings yourself.":["Verspil geen tijd aan het zelf uitzoeken van de beste instellingen."],"Get quick wins to make your site rank higher in search engines.":["Maak snelle stappen om je site hoger te laten scoren in zoekmachines."],"Add synonyms":["Synoniemen toevoegen"],"Would you like to add keyphrase synonyms?":["Wil je keyphrase synoniemen toevoegen?"],"Would you like to add more than one keyphrase?":["Wil je meer dan een keyphrase toevoegen?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Je kunt je SEO meta-data voor dit aangepaste type bewerken op de %1$sWinkel pagina%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Je hebt nog geen Winkel pagina in je WooCommerce instellingen gemaakt. Doe dit eerst."],"Current year":["Huidig jaar"],"Page":["Pagina"],"Breadcrumb settings for %s archive":["Broodkruimel-instellingen voor %s-archief"],"Tagline":["Tag"],"Modify your meta description by editing it right here":["Pas je metabeschrijving aan, door deze hier te bewerken"],"description (custom taxonomy)":["beschrijving (aangepaste taxonomie)"],"(custom taxonomy)":["(aangepaste taxonomie)"],"(custom field)":["(aangepast veld)"],"Term404":["Term404"],"Caption":["Onderschrift"],"Pagenumber":["Paginanummer"],"Pagetotal":["Paginatotaal"],"Page number":["Paginanummer"],"User description":["Gebruikersbeschrijving"],"ID":["ID"],"Modified":["Aangepast"],"Post type (plural)":["Berichttypes (meervoud)"],"Post type (singular)":["Berichttype (enkelvoud)"],"Separator":["Scheidingsteken"],"Search phrase":["Zoekzin"],"Term title":["Termtitel"],"Term description":["Termbeschrijving"],"Tag description":["Tagbeschrijving"],"Category description":["Categorie beschrijving"],"Primary category":["Primaire categorie"],"Category":["Categorie"],"Tag":["Tag"],"Excerpt only":["Alleen de samenvatting"],"Excerpt":["Uittreksel"],"Site title":["Website titel"],"Archive title":["Archief titel"],"Parent title":["Bovenliggende titel"],"Date":["Datum"],"Label":["Label"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["U moet een redirect maken om ervoor te zorgen dat uw bezoekers geen 404-fout krijgen als ze op de niet langer werkende URL klikken."],"Search engines and other websites can still send traffic to your deleted post.":["Zoekmachines en andere websites kunnen nog steeds verkeer naar uw verwijderde post verzenden."],"Make sure you don't miss out on traffic!":["Zorg dat u geen verkeer mist!"],"You just deleted a %1$s.":["Je hebt een %1$s verwijderd."],"You just trashed a %1$s.":["Je hebt een %1$s definitief verwijderd."],"Settings for %s archive":["Instellingen voor %s archief"],"Settings for single %s URLs":["Instellingen voor enkelvoudige %s URL's"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Met de instellingen op deze pagina kunt u opgeven wat de standaard zoekweergave moet zijn voor elk type inhoud dat u heeft. U kunt kiezen welke inhoudstypen worden weergegeven in de zoekresultaten en wat hun standaardbeschrijving moet zijn."],"Note that not all variables can be used in every field.":["Let op dat niet alle variabelen in elk veld gebruikt kunnen worden."],"Snippet variables":["Snippet variabelen"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respecteert je privacy. Lees onze %2$sprivacy policy%3$s over hoe we omgaan met jouw persoonlijke informatie."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Als je weet wat dit betekent en je dit bericht niet meer wilt zien, kun je %1$sdit bericht sluiten%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["De instellingen van je site staan toe dat bijlage URLs kunnen bestaan. Lees %1$sdit bericht over mogelijke problemen%2$s met bijlage URLs en controleer of je de juiste instellingen hebt voor jouw site."],"Unknown type %1$s":["Onbekend type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Hier zit ook een gratis MyYoast account bij waarmee je toegang hebt tot onze gratis 'SEO for Beginners'-cursus!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Abonneer je op onze newsletter als je up-to-date wilt blijven over %1$s, andere coole plugins van %2$s en interessant nieuws en tips uit de wereld van SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Je Baidu verificatiecode ophalen in %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verificatiecode"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["De %s importeer functionaliteit gebruikt tijdelijke database tabellen. Het lijkt erop dat je WordPress installatie niet de mogelijkheid heeft om dit te doen, raadpleeg a.u.b. je hostingaanbieder."],"Cleanup of %s data failed.":["Het opschonen van de %s gegevens is mislukt."],"Content Type":["Contenttype"],"Filter by content type":["Filter op contenttype"],"Show All Content Types":["Alle contenttypes weergeven"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Om dit op te lossen haal je het vinkje weg voor \"Reacties over meerdere pagina's verdelen\" op de %1$sReactie instellingen pagina%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Vervangen door de normale titel voor een archief gegenereerd door WordPress"],"Clean":["Opschonen"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Als je er zeker van bent dat je website OK is, kun je opruimen. Dit zal alle oorspronkelijke data verwijderen."],"Step 5: Clean up":["Stap 5: Opkuisen"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Je zou de configuratie wizard moeten starten vanuit de SEO Algemeen Dashboard pagina, om er zeker van te zijn dat al je instellingen voor de site goed zijn."],"Step 4: Run the configuration wizard":["Stap 4: Start de configuratie wizard"],"Please check your posts and pages and see if the metadata was successfully imported.":["Controleer a.u.b. je posts en pagina's en bekijk of de metagegevens succesvol geïmporteerd zijn."],"Step 3: Check your data":["Stap 3: Controleer je data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Dit importeert de bericht metadata zoals SEO titels en beschrijvingen in je Yoast SEO metadata. Dit wordt alleen gedaan als er nog geen bestaande Yoast SEO metadata aanwezig is. De originele data blijft gewoon staan."],"Step 2: Import":["Stap 2: Importeer"],"Please make a backup of your database before starting this process.":["Maak eerst een back-up van je database vooraleer je dit proces start."],"Step 1: Create a backup":["Stap 1: Maak een back-up"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["We hebben data gedetecteerd van een of meer SEO plugins op je site. Volg de volgende stappen om deze data te importeren:"],"Plugin: ":["Plug-in:"],"%s did not detect any plugin data from plugins it can import from.":["Yoast SEO heeft geen data gevonden van plugins die geïmporteerd kunnen worden."],"Posts that should not show up in search results":["Berichten die niet zichtbaar moeten zijn in de zoekresultaten"],"%s data found.":["%s data gevonden."],"%s data successfully removed.":["%s data succesvol verwijderd."],"%s data successfully imported.":["%s data succesvol geïmporteerd."],"%s data not found.":["%s data niet gevonden."],"Improve your SEO skills":["Verbeter je SEO vaardigheden"],"24/7 email support":["24/7 e-mailondersteuning"],"No more dead links a.k.a. 404 pages":["Geen dode links meer, ofwel 404 pagina's"],"Get real-time suggestions for internal links":["Krijg real-time suggesties voor interne links"],"Preview your page in Facebook and Twitter":["Bekijk het voorbeeld van je pagina in Facebook en Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Klik de \"%3$s\" knop om de meta beschrijving te gebruiken die al ingesteld is in %1$sZoek uiterlijk op homepage%2$s instelling."],"Help on copying the home meta description":["Hulp bij het kopiëren van de homepage meta beschrijving"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Om ervoor te zorgen dat zoekmachines weten welke sociale profielen geassocieerd zijn met deze website kan je hieronder je sociale profielen invullen."],"Learn more about your social profiles settings":["Kom meer te weten over jouw sociale profielen instellingen"],"Remove the categories prefix":["Verwijder de categorieën prefix"],"Help on the category prefix setting":["Hulp bij de categorie prefix instelling"],"Learn more about the available variables":["Kom meer te weten over de beschikbare variabelen"],"Learn more about the RSS feed setting":["Kom meer te weten over de RSS feed instelling"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Wanneer je media upload (bijvoorbeeld een afbeelding of video) in WordPress, wordt er naast het opslaan van de media ook een bijlage URL gemaakt. Deze bijlage pagina's zijn vrij leeg: ze bevatten de media en misschien een titel wanneer die is ingevoerd. Om die reden, als je de bijlage URLs nooit gebruikt, is het beter om deze uit te schakelen en ze door te sturen naar media."],"Learn more about the Media and attachment URLs setting":["Kom meer te weten over de media en attachment url's instelling"],"Learn more about the title separator setting":["Leer meer over de titel scheidingsteken instelling"],"Learn more about the knowledge graph setting":["Kom meer te weten over de kennis grafiek instelling"],"Learn more about the homepage setting":["Kom meer te weten over de homepage instelling"],"Learn more about the special pages setting":["Kom meer te weten over de speciale pagina's instelling"],"Help on the date archives search results setting":["Hulp voor de datum archieven zoekresultaten instelling"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["De archieven niet tonen voor auteurs zonder berichten in de zoekresultaten betekent technisch dat ze een %1$s robots meta krijgen en worden uitgesloten van de XML sitemaps. %2$sMeer info over de zoekresultaten instellingen%3$s. "],"Help on the authors without posts archive search results setting":["Help voor de auteurs zonder berichten archief zoekresultaten instelling"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Het archief voor auteurs niet tonen in de zoek resultaten betekend technisch dat ze een %1$s robots meta krijgen en worden uitsloten in de XML sitemap. %2$sMeer info over de instellingen voor zoek resultaten%3$s."],"Help on the author archives search results setting":["Help voor de auteur archieven zoekresultaten instelling"],"Archives settings help":["Archief instelling hulp"],"Learn more about the archives setting":["Kom meer te weten over de archief instelling"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Download je Yandex verificatie code op %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verficatie code"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Download je Google verificatie code op %1$sGoogle Search Console%2$s."],"Google verification code":["Google verificatie code"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Download je Bing verificatie code op %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verificatie code"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Je kan de vakken hieronder gebruiken om te verifiëren met de verschillende Webmaster Tools. Deze functionaliteit voegt een verificatie meta tag toe aan de homepagina. Volg de links naar de verschillende Webmaster Tools en zoek naar de instructies voor de meta tag verificatie methode om de verificatie code te krijgen. Als jouw website al geverifieerd is kan je dit overslaan."],"Learn more about the Webmaster Tools verification":["Kom meer te weten over de Webmaster Tools verificatie"],"On":["Aan"],"Help on: %s":["Hulp bij: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s wordt geleverd met veel functies. Je kunt sommige hiervan hieronder inschakelen / uitschakelen. Klik op het vraagteken voor meer informatie over de functie."],"Off":["Uit"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["In het geavanceerde gedeelte van de %1$s metabox kan een gebruiker berichten uit de zoekresultaten verwijderen of de canonical wijzigen. Dit zijn dingen die je misschien niet wilt dat een auteur doet. Daarom kunnen enkel editors en beheerders dit standaard doen. Als je dit instelt op \"%2$s\", kunnen alle gebruikers deze instellingen wijzigen."],"Security: no advanced settings for authors":["Beveiliging: geen geavanceerde instellingen voor auteurs"],"See who contributed to %1$s.":["Bekijk wie heeft bijgedragen aan %1$s."],"Help on this search results setting":["Hulp bij deze zoekresultaat instelling"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Het niet tonen van het archief voor %1$s in de zoek resultaten betekend technisch gezien dat die een %2$s robots meta zullen hebben en niet worden opgenomen in de XML sitemaps. %3$sMeer info over de zoek resultaat instellingen%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Het niet in de zoekresultaten tonen van %1$s betekent technisch gezien dat deze een %2$s robots meta zullen hebben en dat deze zullen worden uitgesloten van XML sitemaps. %3$sMeer info over de zoekresultaat intellingen%4$s."],"Check SEO configuration":["Controleer SEO configuratie"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Wil je zeker weten dat jouw %1$s instellingen OK zijn? %2$sOpen opnieuw de configuratiewizard %3$s om ze te valideren."],"Default for %2$s, currently: %1$s":["Standaard voor %2$s, momenteel: %1$s"],"Show %s in search results?":["Toon %s in zoekresultaten?"],"this author's archives":["de archieven van deze auteur"],"Do not allow search engines to show %s in search results.":["Sta zoekmachines niet toe om %s te tonen in de zoekresultaten."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Categorie-URLs in WordPress bevatten een voorvoegsel, doorgaans %s, deze optie verwijderd dat voorvoegsel, alleen voor categorieën."],"Category URLs":["Categorie-URLs"],"the archive for %s":["het archief voor %s"],"Redirect attachment URLs to the attachment itself?":["Redirect bijlage-URLs naar de bijlage?"],"We recommend you set this to Yes.":["We raden aan deze instelling op Ja te zetten."],"Media & attachment URLs":["Media- en bijlage-URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Dit is wat wordt getoond in de zoekresultaten als men je homepage vindt. Dat betekent waarschijnlijk dat dit is wat ze zien wanneer ze jouw merknaam zoeken."],"date archives":["datum archieven"],"archives for authors without posts":["archieven voor auteurs zonder berichten"],"Read why XML Sitemaps are important for your site.":["Lees waarom XML-sitemaps belangrijk zijn voor je site."],"Enable the XML sitemaps that %s generates.":["Schakel de XML-sitemaps in die worden gegenereerd door %s."],"See the XML sitemap.":["Bekijk de XML sitemap."],"%2$s (current default for %1$s)":["%2$s (huidige standaard voor %1$s)"],"Media":["Media"],"Content Types":["Contenttypes"],"Should search engines follow links on this %1$s?":["Moeten zoekmachines links volgen op deze %1$s?"],"Allow search engines to show this %s in search results?":["Sta zoekmachines toe om deze %s te tonen in zoekresultaten?"],"Search Appearance":["Zoekweergave"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Geef aan welke contenttypes getoond moeten worden in zoekmachines. Als je het verschil tussen de contenttypes niet weet kan je het beste de standaardinstellingen kiezen. "],"Search engines should show \"%1$s\" in search results:":["Zoekmachines moeten \"%1$s\" tonen in de zoekresultaten:"],"Search engine visibility":["Zichtbaarheid in zoekmachines"],"Toggle %1$s's XML Sitemap":["Schakel %1$s's XML-sitemap in of uit"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Ondersteuningsaanvragen die je hier maakt worden direct naar ons supportsysteem verzonden, dat beveiligd is met 256-bit SSL, zodat de communicatie 100% veilig is."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["De cornerstone content-functionaliteit laat je cornerstone content op je website markeren en filteren."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Als je een probleem hebt dat je niet krijgt opgelost met onze videohandleidingen of kennisbank, dan kan je een bericht sturen naar onze klantenservice. Je kan deze 24/7 bereiken."],"Good results":["Goeie resultaten"],"Get better search results in local search":["Krijg betere zoekresultaten in lokale zoekopdrachten"],"Allow customers to pick up their %s order locally":["Biedt je gebruikers aan om hun %s bestellingen lokaal op te halen"],"SEO analysis":["SEO-analyse"],"The SEO analysis offers suggestions to improve the SEO of your text.":["De SEO-analyse geeft suggesties om de SEO van je tekst te verbeteren."],"Learn how the SEO analysis can help you rank.":["Leer hoe de SEO-analyse je kan helpen om te ranken."],"The readability analysis offers suggestions to improve the structure and style of your text.":["De leesbaarheidsanalyse geeft suggesties om de structuur en stijl van je tekst te verbeteren."],"Discover why readability is important for SEO.":["Ontdek waarom leesbaarheid belangrijk is voor SEO."],"Find out how cornerstone content can help you improve your site structure.":["Leer hoe cornerstone content je kan helpen om de structuur van je website te verbeteren."],"The text link counter helps you improve your site structure.":["De tekstlinkteller helpt je om de structuur van je website te verbeteren."],"Find out how the text link counter can enhance your SEO.":["Leer hoe de tekstlinkteller je SEO kan verbeteren."],"%s integration":["%s integratie"],"Read more about how %s works.":["Lees meer over hoe %s werkt."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Zet deze functionaliteit aan als je wilt dat Facebook en andere sociale media een preview met afbeeldingen en een samenvatting van de tekst toont als een link naar je site wordt gedeeld."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Zet deze functionaliteit aan als je wilt dat Twitter een preview met afbeeldingen en een samenvatting van de tekst toont als een link naar je site wordt gedeeld."],"Find out why you should upgrade to %s":["Lees hier waarom je zou moeten upgraden naar %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["De laatste blogberichten op %1$s"],"Need help?":["Hulp nodig?"],"Remove highlight from the text":["Markering uit de tekst verwijderen"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Snel aan de slag met de %1$s %2$sconfiguratie wizard%3$s!"],"First-time SEO configuration":["Allereerste SEO configuratie"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["De taal van je website is ingesteld op {language}. Neem contact op met de beheerder van je website als dit niet klopt."],"Your site language is set to {language}.":["De taal van je website staat ingesteld op {language}."],"Highlight this result in the text":["Markeer dit resultaat in de tekst"],"Considerations":["Overwegingen"],"Errors":["Fouten"],"Change language":["Wijzig taal"],"You cannot create a %s file.":["Je kunt geen %s bestand maken."],"You cannot edit the %s file.":["Je kunt het %s bestand niet wijzigen."],"Updated %s":["%s is bijgewerkt."],"Create %s file":["Maak %s bestand aan."],"Edit the content of your %s:":["Wijzig de inhoud van je %s:"],"Save changes to %s":["Sla %s wijzigingen op."],"%s file":["%s bestand"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s en %2$s werken veel beter samen als er een extra, ondersteunende plugin wordt gebruikt. Installeer %3$s, daar wordt je leven makkelijker van. %4$s."],"More information":["Meer informatie"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s en %2$s werken veel beter samen als er een extra, ondersteunende plugin wordt gebruikt. Activeer %3$s, daar wordt je leven makkelijker van."],"More information about %1$s":["Meer informatie over %1$s"],"Configuration Wizard":["Configuratie Wizard"],"You've done it!":["Je hebt het gedaan!"],"Seamlessly integrate %1$s into your AMP pages!":["Integreer %1$s naadloos in je AMP pagina's!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integreer %2$s naadloos met %1$s voor de inhoudsanalyse!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s en %2$s kunnen beter samenwerken door het toevoegen van een hulp plugin. Installeer %3$s om je leven makkelijker te maken."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["De zoekweergave-instellingen voor %1$s zijn gebaseerd op variabelen die vervangen worden door specifieke waardes van de pagina wanneer die getoond wordt. De onderstaande tabel toont een lijst met beschikbare variabelen."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Markeer de meest belangrlijke %1$s als 'cornerstone content' om jouw websitestructuur te verbeteren. %2$sLeer meer over cornerstone content%3$s."],"Loading help center.":["Helpcenter wordt geladen."],"Get support":["Krijg ondersteuning"],"(Opens in a new browser tab)":["(Opent in een nieuwe browsertab)"],"Posts %1$swithout%2$s a focus keyphrase":["Berichten %1$szonder%2$s een focus keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, je SEO doet het goed! Kijk eens naar je statistieken:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Je hebt geen gepubliceerde berichten, je SEO scores worden hier zichtbaar nadat je je eerste bericht hebt gemaakt!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Op deze pagina kun je de naam van je site veranderen en kiezen welk\nscheidingsteken je wilt gebruiken. Het scheidingsteken wordt bijvoorbeeld\n getoond tussen je berichttitel en de sitenaam. Symbolen worden getoond in\n \nde grootte waarin ze te zien zijn in de zoekresultaten. Kies degene die het\nbeste past bij je merk of die de minste ruimte inneemt in de snippets."],"Something else":["Iets anders"],"A portfolio":["Een portfolio"],"A corporation":["Een groot bedrijf"],"A small offline business":["Een klein offline bedrijf"],"A news channel":["Een nieuwskanaal"],"An online shop":["Een webshop"],"A blog":["Een blog"],"What does the site %1$s represent?":["Wat vertegenwoordigt je site %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Als je nee kiest, worden de auteurarchieven gedeactiveerd om \ndubbele-inhoudproblemen te voorkomen."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Let op: we slaan je gegeven op geen enkele manier op en hebben geen volledige toegang tot je account.\nJe privacy is bij ons veilig."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integreert met de Google Search Console, een tool die website eigenaren moeten hebben.\n Het geeft je informatie over de gezondheid van je site. \n Heb je nog een Google account of is je site nog niet geactiveerd?\n Lees hier %2$shoe de Google Search Console aan je site te koppelen.%3$s"],"Option B: My site is under construction and should not be indexed":["Optie B: Mijn website is in ontwikkeling en mag niet geïndexeerd worden"],"Option A: My site is live and ready to be indexed":["Optie A: Mijn website staat online en is klaar om geïndexeerd te worden"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Kies under constructie als je de website uit de index of zoek machines wilt\nhouden. Vergeet niet om dit weer te activeren als je er klaar voor bent om de site\nte publiceren."],"Please specify if your site is under construction or already active.":["Geef aan of je website onder constructie of al actief is."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Deze informatie zal worden gebruikt in Google's Knowledge Graph Card, het grote blok aan informatie dat je aan de rechterkant van de zoekresultaten ziet."],"Read more like this on our SEO blog":["Lees meer zoals dit op ons SEO blog"],"Readability: %s":["Leesbaarheid: OK"],"Not activated":["Niet geactiveerd"],"Activated":["Geactiveerd"],"%1$s recommendations for you":["%1$s aanbevelingen voor jou"],"All Readability Scores":["Alle leesbaarheidsscores"],"Filter by Readability Score":["Filter op leesbaarheidsscore"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Je ontvangt geen updates of ondersteuning. Los dit probleem op door deze website toe te voegen en %1$s te activeren voor deze website in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is niet geldig."],"Muted notifications:":["Stille meldingen:"],"Muted problems:":["Stille problemen:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Wil je een voorbeeld van hoe het er uit ziet als anderen dit bericht delen op %1$s? Dat kan nu met %2$s."],"Good job! All the links in your texts have been counted.":["Goed gedaan. Alle links in je teksten zijn geteld."],"Calculation completed.":["Berekening gereed."],"Calculation in progress...":["Berekening in uitvoering..."],"Stop counting":["Stop met tellen"],"Counting links in your texts":["Links in je teksten worden geteld"],"Text %1$s of %2$s processed.":["Tekst %1$s van %2$s verwerkt."],"All your texts are already counted, there is no need to count them again.":["Al je teksten zijn al geteld, er is geen reden om ze opnieuw te tellen."],"Count links in your texts":["De links in je teksten tellen"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["De links in al je gepubliceerde teksten moeten worden geteld. Dit geeft inzicht in de teksten die meer inkomende links nodig hebben. Als je meer wilt weten over het hoe en waarom van intern linken, lees dan het %1$s artikel over intern linken op %2$s%3$s."],"Text link counter":["Tekstlinkteller"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Aantal interne links die naar dit bericht linken. Kijk voor meer informatie in de hulptab onder \"Yoast kolommen\"."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Aantal interne links in deze post. Zie “Yoast Columns” tekst in het hulp tabblad voor meer informatie."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s voegt meerdere kolommen toe aan deze pagina. We hebben een artikel geschreven over %2$shoe je de SEO-score en leesbaarheidsscore%3$s kunt gebruiken. De linkkolommen tonen het aantal artikelen op deze website die linken \n %5$snaar%6$s dit artikel en het aantal URL's die linken %5$svanaf%6$s dit artikel. Leer meer over %4$shoe deze opties je interne linkstructuur kunnen verbeteren%3$s, wat je SEO aanzienlijk versterkt."],"%s Columns":["%s kolommen"],"Readability score":["Leesbaarheidsscore"],"Other benefits of %s for you:":["Andere voordelen van %s voor jou:"],"Scroll to see the preview content.":["Scrol om de voorbeeldinhoud te zien."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s zorgt nu voor alle technische optimalisaties op je website. Om de prestaties van je website in de zoekresultaten te verbeteren is het van belang om inhoud te schrijven die goed rankt op de trefwoorden die jij het belangrijkst vindt. Bekijk deze video waarin we uitleggen hoe je de %1$s metabox moet gebruiken bij het bewerken van je berichten of pagina's."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Wanneer je de concurrentie wil verslaan in een specifieke regio of stad, bekijk dan onze %1$s plugin! Je kunt er makkelijk Google maps, openingsuren en contact informatie toevoegen. Daarnaast helpt %1$s jou met het verbeteren van de bruikbaarheid van je contactpagina."],"Attract more customers near you":["Meer lokale klanten aantrekken"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Wil je alle ins en outs van %1$s weten? Wil je alles leren over de geavanceerde instellingen? Wil je het maximale uit de %1$s plugin halen? Bekijk dan onze %1$s plugin training en overtref je concurrentie!"],"Get the most out of %1$s with the %2$s":["Haal het maximale uit %1$s met de %2$s"],"Upgrade to Premium":["Naar Premium upgraden"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Wil je de concurrentie overstijgen? %1$s geeft je geweldige extra mogelijkheden die je helpen om je SEO strategie op te zetten zoals een professional. Gebruik de focus trefwoord functionaliteit voor meerdere trefwoorden, de redirect beheerder en onze interne linking tool. %1$s biedt je ook toegang tot ondersteuning van het Yoast-team."],"Outrank the competition with %s":["Overtref je concurrenten met %s"],"You might like":["Wellicht ook interessant"],"Newsletter":["Nieuwsbrief"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We hebben gedetecteerd dat je de configuratiehulp nog niet hebt afgerond. We raden aan om de %2$sconfiguratiehulp te starten om %1$s in te stellen%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["De configuratiehulp helpt je om gemakkelijk de optimale SEO-instellingen voor je website in te stellen."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Gebruik Premium en onze experts zijn er voor je om vragen die je hebt over het instellen en gebruik van de plugin te beantwoorden."],"Superfast internal linking suggestions":["Supersnelle interne linksuggesties"],"Great news: you can, with %1$s!":["Fantastisch nieuws: jij kan het met %1$s!"],"Save changes":["Wijzigingen opslaan"],"1 year free support and updates included!":["1 jaar gratis bijwerken en nieuwe versies ontvangen is inbegrepen!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["De plugin %2$s past de uitvoer van gegevens op je site aan waardoor een verschil ontstaat tussen wat zoekmachines en normale gebruikers zien. Dit wordt cloaking genoemd en is een negatieve factor voor ranking. We raden je ten zeerste aan om de %2$s plugin uit te schakelen."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial media preview%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sGeen dode links meer%2$s: eenvoudige redirect manager"],"No ads!":["Geen advertenties!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Sociale media preview"],"Easy redirect manager":["Eenvoudige redirect manager"],"No more dead links":["Geen dode links meer"],"Increase your SEO reach":["Je SEO bereik verhogen"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Als je hulp nodig hebt bij het schrijven van fantastische content, probeer dan eens onze %2$sSEO copywritingcursus%3$s. Wil je alles weten over de functies van de plugin, dan heb je onze %1$s nodig!"],"Variable":["Variabele"],"Available variables":["Beschikbare variabelen"],"Scroll to see the table content.":["Scrol om de inhoud van de tabel te zien"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Als je hulp nodig hebt, kun je ons %1$sartikel over het koppelen van je website aan Google Search Console%2$s lezen."],"An error occurred in the '%1$s' assessment":["Er ging iets fout in de '%1$s'-beoordeling"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s van de woorden bevat %2$sover %3$s lettergrepen%4$s, wat meer is dan het aanbevolen maximum van %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s van de woorden bevat %2$sover %3$s lettergrepen%4$s, wat minder is dan of gelijk aan het aanbevolen maximum van %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Dit is een beetje beneden het aanbevolen minimumaantal van %2$d woord. Voeg nog iets meer tekst toe.","Dit is een beetje beneden het aanbevolen minimumaantal van %2$d woorden. Voeg nog iets meer tekst toe."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["De meta-omschrijving bevat %1$d zin van %2$smeer dan %3$s woorden%4$s. Probeer deze in te korten.","De meta-omschrijving bevat %1$d zinnen van %2$smeer dan %3$s woorden%4$s. Probeer deze in te korten."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["De meta-omschrijving bevat geen zinnen van %1$smeer dan %2$s woorden%3$s."],"No new notifications.":["Geen nieuwe meldingen."],"Save all":["Alles opslaan"],"Save":["Opslaan"],"%1$s, Author at %2$s":["%1$s, auteur op %2$s"],"Mobile preview":["Mobiel preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Redirect selecteren"],"Please provide an SEO title by editing the snippet below.":["Voeg een SEO-titel toe door de snippet hieronder te bewerken."],"Meta description preview:":["Meta-omschrijvingvoorvertoning:"],"Slug preview:":["Voorvertoning slug:"],"SEO title preview:":["SEO titel voorbeeld:"],"Close snippet editor":["Snippet-editor sluiten"],"Slug":["Slug"],"Remove marks in the text":["Markeringen in de tekst verwijderen"],"Mark this result in the text":["Dit resultaat markeren in de text"],"Marks are disabled in current view":["Markeringen zijn uitgeschakeld in de huidige weergave"],"Good SEO score":["Goede SEO-score"],"OK SEO score":["Redelijke SEO-score"],"Feedback":["Reacties"],"ok":["ok"],"Choose an image":["Een afbeelding kiezen"],"Remove the image":["De afbeelding verwijderen"],"MailChimp signup failed:":["Aanmelden voor Mailchimp mislukt:"],"Sign Up!":["Meld je aan!"],"Name":["Naam"],"There is an error with the request.":["Tijdens je verzoek is er een fout opgetreden."],"Select profile":["Profiel selecteren"],"Choose a profile":["Een profiel kiezen"],"Authorization code":["Autorisatiecode"],"Reauthenticate with Google":["Herautoriseer met Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Voer uw Google-autorisatiecode in zodat %s de informatie uit Google Search Console kan ophalen. De knop hieronder opent een nieuw venster."],"Please provide a meta description by editing the snippet below.":["Voeg een meta-omschrijving toe door de onderstaande snippet te bewerken."],"Edit snippet":["Snippet bewerken"],"You can click on each element in the preview to jump to the Snippet Editor.":["Je kan op elk element in het voorbeeld klikken om naar de snippet-editor te gaan."],"Close the Wizard":["De hulp sluiten"],"Export settings":["Instellingen exporteren"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuratieassistent"],"Please don't show me this notification anymore":["%1$sDeze notificatie niet meer tonen%2$s"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Als je problemen ondervindt, %1$svul een foutrapport in%2$s en we zullen ons best doen om je te helpen."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We hebben gemerkt dat je %1$s enige tijd nu gebruikt; we hopen dat het je bevalt! Wij zouden zeer erkentelijk zijn als je ons %2$seen 5 ster waardering geeft op WordPress.org%3$s!"],"Courses":["Cursussen"],"Date archives settings":["Instellingen datum-archieven"],"Author archives settings":["Instellingen auteursarchieven"],"%1$s by %2$s":["%1$s bij %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Waarschuwing: de variabele %s kan niet gebruikt worden in deze template. Zie het helpcenter voor meer informatie."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Trouwens, wist je dat we ook een %1$sPremium Plugin%2$s hebben? Het biedt geavanceerde functies, zoals een doorstuur manager en ondersteuning voor meerdere trefwoorden. Het komt ook met 24/7 persoonlijke ondersteuning."],"(no title)":["(geen titel)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Het %1$s toolbar-menu bevat handige links naar tools van derden waarmee je je pagina's kan analyseren en geeft inzicht in hoeveel SEO-meldingen gevonden zijn."],"Admin bar menu":["Toolbar-menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["Er vindt door %1$s een dagelijkse controle plaats of je website nog geïndexeerd kan worden door de diverse zoekmachines en stuurt je een bericht als dit niet het geval is."],"Features":["Functies"],"SEO title":["SEO-titel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Hoewel we er naar streven %1$s zo gemakkelijk mogelijk te maken, kan het zijn dat er instellingen zijn die ingewikkeld over kunnen komen. Als je liever hebt dat wij %1$s voor je instellen, bestel dan onze %3$s%1$s configuratiedienst%4$s (inclusief onze %2$s-plugin)."],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welkom bij de configuratiehulp van %1$s. In een paar eenvoudige stappen helpen we je de SEO-instellingen naar de behoeften van deze website te configureren."],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google toont de naam van de website in de zoekresultaten; als je dat wilt veranderen, doe het dan hier."],"Greater than sign":["Groter dan-teken"],"Less than sign":["Kleiner dan-teken"],"Right angle quotation mark":["Naar rechts gericht aanhalingsteken"],"Left angle quotation mark":["Naar links gericht aanhalingsteken"],"Small tilde":["Kleine tilde"],"Vertical bar":["Vertikale balk"],"Low asterisk":["Laag sterretje"],"Asterisk":["Sterretje"],"Bullet":["Bolletje"],"Middle dot":["Midden-punt"],"Em dash":["Em-streepje"],"En dash":["En-streepje"],"Dash":["Streepje"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Kies het symbool dat je als titelscheidingsteken wilt gebruiken.Dit wordt bijvoorbeeld getoond tussen de berichttitel en de sitenaam. De symbolen worden getoond in de grootte waarmee ze in de zoekresultaten zullen verschijnen."],"The name of the person":["De naam van de persoon"],"No":["Nee"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Heb jij of heeft de website meerdere auteurs?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genereert automatisch een URL voor elk bestand in de mediabibliotheek. Door deze functie te activeren kan Google de gegenereerde URL indexeren. "],"Success!":["Geslaagd!"],"Title settings":["Titelinstellingen"],"Google Search Console":["Google Search Console"],"Multiple authors":["Meerdere auteurs"],"Site type":["Type site"],"Environment":["Omgeving"],"Yoast option %1$s not found.":["Yoast-optie %1$s niet gevonden."],"Google Structured Data Test":["Gestructureerde datatest van Google"],"Posts list":["Berichtenlijst"],"Posts list navigation":["Berichtenlijst-navigatie"],"Filter posts list":["Berichtenlijst filteren"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Hou er rekening mee dat links naar archieven wellicht nog steeds gebruikt kunnen worden door jouw thema en dat je ze apart zult moeten verwijderen."],"%1$s to optimize your site even further":["%1$s om je website nog verder te optimaliseren"],"%1$s extensions":["%1$s extensies"],"Comes with our 30-day no questions asked money back guarantee":["Komt met onze 30 dagen 'niet goed, geld terug'-garantie"],"More information %1$sabout %3$s%2$s":["Meer informatie %1$sover %3$s%2$s"],"Installed":["Geïnstalleerd"],"gain access to our 24/7 support team.":["krijg toegang tot ons 24/7 supportteam."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["bekijk hoe je bericht op Facebook of Twitter eruit ziet."],"Social previews":["Social previews"],"create and manage redirects from within your WordPress install.":["maak en beheer redirects vanuit je WordPress installatie."],"Redirect manager":["Redirectbeheer"],"%1$s, take your optimization to the next level!":["%1$s, breng jouw optimalisatie naar een hoger niveau!"],"A seamless integration between %1$s and %2$s":["Een naadloze integratie tussen %1$s en %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Gebruik de %1$s broodkruimel-implementatie in plaats van de %2$s-implementatie"],"Easily insert Google Maps, a store locator, opening hours and more":["Eenvoudig Google Maps, een winkelvinder, openingstijden en nog meer toevoegen"],"Creates XML News Sitemaps":["Maakt XML-nieuws-sitemaps"],"Immediately pings Google on the publication of a new post":["Stuurt Google direct een melding bij de publicatie van een nieuw bericht"],"Optimize your site for Google News":["Optimaliseer je site voor Google News"],"Make videos responsive through enabling fitvids.js":["Maak video's responsive door fitvids.js in te schakelen"],"Enhance the experience of sharing posts with videos":["Verbeter de ervaring van het delen van berichten die video's bevatten"],"Show your videos in Google Videos":["Toon je video's in Google Videos"],"Crawl issues list":["Crawlproblemenlijst"],"Crawl issues list navigation":["Crawlproblemenlijst-navigatie"],"Edit “%s”":["“%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Meldingen"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Verwijderd de trefwoord-tab van de metabox en schakelt alle SEO-gerelateerde suggesties uit."],"Disable SEO analysis":["SEO analyse uitschakelen"],"Twitter settings":["Titelinstellingen"],"Pinterest settings":["Pinterest-instellingen"],"Facebook settings":["Facebookinstellingen"],"Title separator symbol":["Titel verbindingsteken"],"RSS feed settings":["RSS-feed instellingen"],"Breadcrumbs settings":["Kruimelpadinstellingen"],"Make primary":["Primair maken"],"Enter your Google Authorization Code and press the Authenticate button.":["Voer de Google-autorisatiecode in en druk op de knop Autenticatie."],"%s notification":["%s melding","%s meldingen"],"Disable readability analysis":["Leesbaarheidsanalyse uitschakelen"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Verwijdert de leesbaarheids-tab uit de metabox en schakelt alle suggesties met betrekking tot leesbaarheid uit."],"Readability analysis":["Leesbaarheidsanalyse"],"Needs improvement":["Heeft verbetering nodig"],"Readability":["Leesbaarheid"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Je probeert om niet-verkleinde bestanden te laden, deze zijn alleen beschikbaar in het pakket voor ontwikkelaars. Bekijk %1$s om alle bronbestanden te zien."],"Improvements":["Verbeteringen"],"Restore this item.":["Dit item herstellen."],"Dismiss this item.":["Deze melding negeren."],"Good job! We could detect no serious SEO problems.":["Goed gedaan! We konden geen serieuze SEO-problemen vinden."],"We have detected the following issues that affect the SEO of your site.":["We hebben de volgende problemen ontdekt die invloed hebben op de SEO van je website."],"Problems":["Problemen"],"Analysis":["Analyse"],"Not available":["Niet beschikbaar"],"Filter by SEO Score":["Op SEO-score filteren"],"Meta description not set.":["Geen meta-omschrijving ingesteld."],"Video tutorial":["Video-instructie"],"Email support is a %s feature":["E-mailondersteuning is een %s eigenschap"],"Knowledge base":["Kennisbank"],"Open":["Open"],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["Je kan dit verhelpen op de %1$sPermalink-instellingenpagina%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Het pagineren van reacties is ingeschakeld, dit is in 999 van de 1000 gevallen niet nodig, wij adviseren om dit uit te schakelen."],"Replaced with the primary category of the post/page":["Vervangen door de primaire categorie van bericht/pagina"],"Pinterest confirmation":["Pinterest-bevestiging"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Als je al de website bij Pinterest bevestigd hebt, kun je de stap hieronder overslaan."],"Format-based archives":["Opmaak-gebaseerde archieven"],"Webmaster Tools verification":["Verificatie van de webmaster-tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Neem deel aan onze %1$s voor WordPress-training en wordt een gecertificeerde %1$s-expert."],"Want to be a %s Expert?":["Wil je een %s-expert worden?"],"Buy %s":["%s kopen"],"Show information about errors in category %s":["Toon informatie over fouten in de categorie 'Overige'"],"New %1$s Title":["Nieuwe %1$s-titel"],"Existing %1$s Title":["Bestaande %1$s-titel"],"Expected an integer as input.":["Heel getal verwacht als invoer."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Er is geprobeerd een goede sitemapcachesleutel te maken, maar de combinatie van voor- en achtervoegsel geeft hiervoor te weinig mogelijkheden. Je probeert waarschijnlijk een pagina op te vragen die ver buiten het verwachte bereik valt."],"Remove":["Verwijderen"],"Keep":["Behouden"],"Bold the last page":["Toon de laatste pagina vetgedrukt"],"Regular":["Normaal"],"Bold":["Vetgedrukt"],"Show Blog page":["Toon berichtenpagina"],"Primary %s":["Primair %s"],"Primary":["Primair"],"Make %1$s primary %2$s":["Maak %1$s primair %2$s"],"Term is set to noindex.":["Term is ingesteld op noindex."],"Author archives":["Auteursarchieven"],"Show":["Tonen"],"Enabled":["Ingeschakeld"],"Disabled":["Uitgeschakeld"],"%1$s has not fetched your site's indexability status yet from %2$s":["%s heeft indexeerbaarheidsstatus van je site nog niet opgehaald van OnPage.org"],"The separator defined in your theme's %s tag.":["Het scheidingsteken zoals gedefinieerd in de %s-tag van het thema."],"No index":["Noindex"],"Analyze entire site":["De volledige website analyseren"],"Fetch the current status":["Huidige status ophalen"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s was niet in staat de indexeerbaarheid van de website op te halen%3$s van OnPage.org"],"Your homepage can be indexed by search engines.":["De homepage kan geïndexeerd worden door zoekmachines."],"Indexability check by %1$s":["Indexeerbaarheidscontrole door %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Als je een afbeelding wilt gebruiken om te delen op %1$s, kun je deze hier uploaden/selecteren, of een URL invoeren."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Als je de meta-omschrijving niet wilt gebruiken om het bericht op %1$s te delen, maar een andere omschrijving wilt, kun je die hier schrijven."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Als je de berichttitel niet wilt gebruiken voor het delen van een bericht op %1$s, maar een andere titel wilt gebruiken, voer die hier dan in."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sDe homepagina kan niet geïndexeerd worden door zoekmachines%2$s. Dit is erg slecht voor de SEO en moet opgelost worden."],"Once Weekly":["Wekelijks"],"Add-ons":["Addons"],"SEO score":["SEO score"],"Twitter metadata":["Twitter-metadata"],"Facebook / Open Graph metadata":["Facebook/OpenGraph-metadata"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["SEO-scores herberekenen voor alle inhoudsonderdelen met een focus-zoekwoord."],"%1$s of %2$s done.":["%1$s van %2$s gedaan."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Het algoritme dat de SEO-score berekent, is vernieuwd. %1$sKlik hier om de SEO-scores opnieuw te berekenen%2$s voor alle berichten en pagina's."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["De eerste echte alles-in-één SEO-oplossing voor WordPress, inclusief inhoudsanalyse per pagina, XML-sitemaps en veel meer."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activering mislukt:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["De filter-extensie is niet beschikbaar. Vraag je hostingprovider om deze in te schakelen."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["De %1$s plugininstallatie is onvolledig. Meer informatie in de %2$sinstallatiehandleiding%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["De extensie Standaard-PHP-bibliotheek (SPL) lijkt niet beschikbaar. Vraag de hostingprovider deze te activeren."],"SEO Settings":["SEO-instellingen"],"Mobile-Friendly Test":["Test mobielvriendelijkheid"],"Google Page Speed Test":["'Google Page speed'-test"],"CSS Validator":["CSS-validator"],"HTML Validator":["HTML-validator"],"Pinterest Rich Pins Validator":["'Pinterest rich pins'-validator"],"Facebook Debugger":["Facebook-foutopsporing"],"Check Headers":["Headers controleren"],"Check Google Cache":["Google Cache controleren"],"Analyze this page":["Deze pagina analyseren"],"Keyword Research":["Trefwoordenonderzoek"],"%s does not seem to be a valid url. Please correct.":["%s is geen geldige URL. Vul een geldige URL in."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s is geen geldige %2$s-verificatiestring. Gelieve te corrigeren."],"%s Archive":["Archief %s"],"You searched for %s":["Je hebt gezocht naar %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s is geen geldig Twittergebruikers-ID. Vul een geldig ID in."],"Summary with large image":["Samenvatting met grote afbeelding"],"Summary":["Samenvatting"],"The post %1$s appeared first on %2$s.":["Het bericht %1$s verscheen eerst op %2$s."],"No numeric value was received.":["Geen numerieke waarde ontvangen."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dit moet een bestaand blog zijn. Blog %s bestaat niet of is gemarkeerd als verwijderd."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["De standaard bloginstellingen moeten het numerieke blog-ID hebben van het blog dat je als standaard wilt gebruiken."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is geen geldige keuze voor wie er toegang moet hebben tot de instellingen van %2$s. De standaardwaarde is hersteld."],"Please select a valid post type for taxonomy \"%s\"":["Een geldig berichttype voor taxonomie '%s' selecteren"],"Please select a valid taxonomy for post type \"%s\"":["Een geldige taxonomie selecteren voor berichttype '%s'"],"You searched for":["Je zocht naar"],"Home":["Home"],"Archives for":["Archieven voor"],"Error 404: Page not found":["404-fout: pagina niet gevonden"],"Good":["Goed"],"Replaced with a custom taxonomies description":["Vervangen door een aangepaste taxonomie-omschrijving"],"Replaced with a posts custom taxonomies, comma separated.":["Vervangen door de aangepaste taxonomieën van een bericht, door komma's gescheiden."],"Replaced with a posts custom field value":["Vervangen door de aangepaste veldwaarde van een bericht"],"Replaced with the slug which caused the 404":["De slug vervangen die een 404 veroorzaakt"],"Replaced with the posts focus keyphrase":["Vervangen door het focus-zoekwoord van het bericht"],"Attachment caption":["Bijlage-onderschrift"],"Replaced with the current page number":["Vervangen door het huidige paginanummer"],"Replaced with the current page total":["Vervangen door het huidige paginatotaal"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Vervangen door het huidige paginanummer met context (bv pagina 2 van 8)"],"Replaced with the post/page author's 'Biographical Info'":["Vervangen door de 'Biografie-informatie' van de bericht/pagina-auteur"],"Replaced with the post/page author's 'nicename'":["Vervangen door de 'nicename' van de auteur van bericht/pagina"],"Replaced with the post/page ID":["Vervangen door het bericht-/pagina-ID"],"Replaced with the post/page modified time":["Vervangen door de aangepast tijd van bericht/pagina"],"Replaced with the content type plural label":["Vervangen door het berichttype-meervoudslabel"],"Replaced with the content type single label":["Vervangen door enkelvoudig label van het berichttype"],"Replaced with the current search phrase":["Vervangen door de huidige zoekzin"],"Replaced with the term name":["Vervangen door de term-naam"],"Replaced with the term description":["Vervangen door de term-omschrijving"],"Replaced with the tag description":["Vervangen door de tag-omschrijving"],"Replaced with the category description":["Vervangen door de categorie-omschrijving"],"Replaced with the post categories (comma separated)":["Vervangen door de bericht-categorieën (door komma's gescheiden)"],"Replaced with the current tag/tags":["Vervangen door de huidige tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Vervangen door de bericht/pagina-samenvatting (niet automatisch gegenereerd)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Vervangen door de bericht/pagina-samenvatting (of automatisch gegenereerd als deze niet bestaat)"],"The site's name":["De naam van de website"],"Replaced with the title of the parent page of the current page":["Vervangen door de titel van de bovenliggende pagina van de huidige pagina"],"Replaced with the title of the post/page":["Vervangen door de titel van het bericht of de pagina"],"Replaced with the date of the post/page":["Vervangen door de datum van het bericht of de pagina"],"Page %1$d of %2$d":["Pagina %1$d van %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["De standaardvariabele-vervanging van de WP-SEO kan niet worden overschreven door het registreren van een nieuwe variabele met dezelfde naam. Gebruik in plaats daarvan het 'wpseo_replacements'-filter om de vervangingswaarde in te stellen."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Een vervangingsvariabele met dezelfde naam is al geregistreerd. Probeer de variabelenaam uniek te maken."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Een vervangingsvariable kan niet beginnen met '%%cf_' of '%%ct_' omdat deze gereserveerd zijn voor de standaardvariablen van de WP-SEO voor aangepaste velden en taxonomieën. Probeer de variabelenaam uniek te maken."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Een vervangingsvariabele kan alleen alfanummerieke karakters, een liggende streep of een verbindingsstreepje bevatten. Probeer de variabele te hernoemen."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Bericht alleen voor de beheerder: deze pagina toont geen meta-omschrijving omdat er geen opgegeven is. Schrijf er specifiek een voor deze pagina of ga naar het menu SEO -> Titels om een sjabloon op te zetten."],"Page not found":["Pagina niet gevonden"],"%s Archives":["%s Archieven"],"Search for \"%s\"":["Naar '%s' zoeken"],"Meta description to use for Author page":["Meta-omschrijving voor de auteurspagina"],"Title to use for Author page":["Titel voor de auteurspagina"],"%1$s settings":["%1$s-instellingen"],"Export your %1$s settings":["De %1$s-instellingen exporteren"],"Import settings":["Instellingen importeren"],"Import from other SEO plugins":["Vanuit andere SEO-plugins importeren"],"Import":["Importeren"],"If you had a %s file and it was editable, you could edit it from here.":["Als je een '.htaccess'-bestand hebt dat je mag bewerken, dan kun je het hier bewerken."],"If your %s were writable, you could edit it from here.":["Als %s beschrijfbaar is, kun je het hier bewerken."],"You don't have a %s file, create one here:":["Je hebt geen %s bestand. Maak er hier één aan:"],"A link to your site, with your site's name and description as anchor text.":["Een link naar je website, met de naam en omschrijving van je website als linktekst."],"A link to your site, with your site's name as anchor text.":["Een link naar je website, met de naam van je website als linktekst."],"A link to the post, with the title as anchor text.":["Een link naar het bericht, met de titel als linktekst."],"A link to the archive for the post author, with the authors name as anchor text.":["Een link naar het archief van de berichtauteur, met de naam van de auteur als linktekst."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Je kunt de volgende variabelen in de inhoud gebruiken, ze worden vervangen door de waarde aan de rechterkant."],"Content to put after each post in the feed":["Informatie die geplaatst wordt na elk RSS-bericht"],"Content to put before each post in the feed":["Content die voor elk bericht in de feed moet komen"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Deze instelling wordt gebruikt om automatisch tekst aan je RSS toe te voegen. Specifieker: het is om koppeling naar je website en je berichten toe te voegen. Hierdoor zullen 'domme' robots automatisch deze koppelingen ook toevoegen en zullen zoekmachines jou identificeren als de originele bron van de berichtinhoud."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Het gebruik van de functie 'kruimelpad' wordt uitgelegd in %1$sons kennisbankartikel op kruimelpadimplementatie%2$s."],"How to insert breadcrumbs in your theme":["Hoe een kruimelpad aan het thema toe te voegen"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Berichttype-archief om te tonen in het kruimelpad voor taxonomieën"],"Taxonomy to show in breadcrumbs for content types":["Taxonomy om te tonen in het kruimelpad van de berichttypen"],"Breadcrumb for 404 Page":["Kruimelpad voor 404-pagina"],"Prefix for Search Page breadcrumbs":["Voorvoegsel voor kruimelpad op de zoekpagina"],"Prefix for Archive breadcrumbs":["Voorvoegsel voor kruimelpad-archief"],"Prefix for the breadcrumb path":["Voorvoegsel voor het kruimelpad"],"Anchor text for the Homepage":["Linktekst voor de homepagina"],"Separator between breadcrumbs":["Scheidingsteken tussen kruimels"],"Enable Breadcrumbs":["Kruimelpad inschakelen"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Hieronder staan de SEO-scores van de gepubliceerde berichten. Het is nu het goede moment om een aantal van je berichten te verbeteren!"],"Credits":["Credits"],"« Back to Tools page":["« Terug naar de pagina Extra"],"%1$s comes with some very powerful built-in tools:":["%1$s heeft enkele zeer krachtige ingebouwde functies:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Deze tool stelt je in staat snel belangrijke bestanden van de SEO te veranderen, zoals het robots.txt en .htaccess-bestand (als dit bestaat)."],"File editor":["Bestandsbewerker"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Instellingen importeren van andere SEO-plugins en exporteren van deze instellingen voor hergebruik op een (ander) blog."],"Import and Export":["Importeren en Exporteren"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dit hulpmiddel stelt je in staat snel titels en omschrijvingen van berichten en pagina's te veranderen zonder dat je voor elke pagina naar de editor hoeft te gaan."],"Bulk editor":["Bulk editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Hier je meta tag invoeren om je %1$ssite te valideren met Pinterest%2$s:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest maakt - net als Facebook - gebruik van 'Open Graph'-metadata. Houd Open Graph aangevinkt op het Facebook-tabblad, als je de site wilt optimaliseren voor Pinterest."],"The default card type to use":["Het standaard 'card type' om te gebruiken"],"Add Twitter card meta data":["'Twitter card'-metadata toevoegen"],"This image is used if the post/page being shared does not contain any images.":["Deze afbeelding wordt gebruikt als het bericht of de pagina geen afbeeldingen bevat."],"Default settings":["Standaardinstellingen"],"Copy home meta description":["Home-metaomschrijving kopiëren"],"Description":["Omschrijving"],"Image URL":["Afbeeldings-URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dit zijn de titel, beschrijving en afbeelding die gebruikt worden in de 'Open Graph'-metatags op de voorpagina van de site."],"Frontpage settings":["Voorpagina-instellingen"],"Add Open Graph meta data":["'Open Graph'-metadata toevoegen"],"YouTube URL":["YouTube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-gebruikersnaam"],"Facebook Page URL":["Facebookpagina-URL"],"Accounts":["Accounts"],"Restore site to defaults":["Pagina standaard instellingen terugzetten"],"Site ID":["Site-ID"],"Using this form you can reset a site to the default SEO settings.":["Door dit formulier te gebruiken kun je een website terugzetten naar de standaard SEO-instellingen."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Privacygevoelige (FB-beheerders e.d.), thema-specifieke (titelherschrijving) en een paar erg website-specifieke instellingen zullen niet in nieuwe blogs geïmporteerd worden."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Voer het %1$sSite-ID%2$s in voor de website waarvan de instellingen als standaard moeten worden gebruikt voor alle nieuwe websites in het netwerk. Laat het vak leeg voor geen standaardwaarden (de normale plugin-standaardwaarden zullen worden gebruikt)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Kies de website waarvan de instellingen als standaard worden gebruikt voor elke nieuwe site in het netwerk. Bij het kiezen van 'Geen' worden de standaard plugininstellingen gebruikt."],"New sites in the network inherit their SEO settings from this site":["Nieuwe websites in het netwerk overerven de SEO-instellingen van deze website"],"Super Admins only":["Alleen superbeheerders"],"Site Admins (default)":["Websitebeheerders (standaard)"],"Who should have access to the %1$s settings":["Wie moet toegang hebben tot de %1$s-instellingen"],"spam":["spam"],"mature":["volwassen"],"archived":["gearchiveerd"],"public":["openbaar"],"%s restored to default SEO settings.":["%s is teruggezet naar standaard SEO-instellingen."],"Settings Updated.":["Instellingen bijgewerkt."],"404 pages":["404-pagina's"],"Search pages":["Zoekpagina's"],"These pages will be %s by default, so they will never show up in search results.":["Deze pagina's krijgen standaard %s, dus zullen ze nooit in de zoekresultaten verschijnen."],"Special Pages":["Speciale pagina's"],"Date-based archives could in some cases also be seen as duplicate content.":["Op datum gebaseerde archieven zouden in sommige gevallen ook als dubbele inhoud aangemerkt kunnen worden."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Als dit het geval is op je site, kun je ervoor kiezen het uit te schakelen (wat ervoor zorgt dat men doorgestuurd wordt naar de homepagina), of %s eraan toe te voegen zodat het niet voorkomt in de zoekresultaten."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Als je een auteursblog hebt, zal het auteursarchief dezelfde inhoud bevatten als de homepagina. Dit noemt men een %1$s'dubbele inhoud'-probleem%2$s."],"Date archives":["Datum-archieven"],"author archives":["auteur archieven"],"Title":["Titel"],"%1$s Meta Box":["%1$s-metabox"],"Hide":["Verbergen"],"Date in Snippet Preview":["Datum in Snippetvoorvertoning"],"Take note:":["Let op:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Je kan de titel en beschrijving van de blogpagina instellen door %1$sde blogpagina zelf te bewerken »%2$s "],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Je kunt de titel en omschrijving voor de voorpagina instellen door %1$sde voorpagina zelf te bewerken »%2$s"],"Homepage & Front page":["Homepage & voorpagina"],"Title Separator":["Scheidingsteken in de titel"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s heeft automatisch vastgesteld of het de titels op je pagina's moet herschrijven. Als je denkt dat dat niet goed is en je weet wat je doet, dan kun je de instelling hier veranderen."],"Force rewrite titles":["Titels geforceerd herschrijven"],"Taxonomies":["Taxonomieën"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s-extensies"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integreer WooCommerce naadloos in %1$s en krijg zo extra functies!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Zonder moeite een betere lokale score en op Google Maps krijgen."],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Lid van Google News? Verhoog dan het verkeer vanaf Google News door ervoor te optimaliseren."],"Optimize your videos to show them off in search results and get more clicks!":["Optimaliseer je video's om ze te tonen in de zoekresultaten en zo meer 'clicks' te krijgen."],"The premium version of %1$s with more features & support.":["The premium-versie van %1$s met meer functies & support."],"Person":["Persoon"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Deze gegevens worden als metadata getoond op de site. Ze zijn bedoeld om te verschijnen in Google kenniskaarten. Je kunt of een bedrijf of een persoon zijn; kies wat je bent:"],"Website name":["Websitenaam"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["De URL van de berichten en pagina's bevat niet de berichtnaam; het is ten zeerste aan te bevelen dat wel te doen. Overweeg de permalink-structuur aan te passen naar /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Kruimelpad"],"or":["of"],"Save Profile":["Profiel opslaan"],"There were no profiles found":["Er zijn geen profielen gevonden"],"Profile":["Profiel"],"Current profile":["Huidig profiel"],"Authenticate":["Autoriseren"],"Get Google Authorization Code":["Google-autorisatiecode verkrijgen"],"Reload crawl issues":["Crawl-problemen opnieuw laden"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Om een doorstuuradres aan te maken en dit probleem op te lossen, heb je %1$s nodig. Je kan de plugin, inclusief een jaar ondersteuning en updates, kopen op %2$s."],"Creating redirects is a %s feature":["Het aanmaken van doorstuuradressen is een %s-functie"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fouten die enkel voorkomen toen je site gecrawld werd door de Googlebot voor simpele telefoons (fouten kwamen niet voor op de desktop versie)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fouten die alleen zijn opgetreden toen je website werd gecrawld door Googlebot-Mobile. (Deze fouten waren niet zichtbaar voor desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Fouten die zijn opgetreden toen de site gecrawld werd door Googlebot."],"Issue categories":["Probleemcategorieën"],"Incorrect Google Authorization Code.":["Onjuiste Google-autorisatiecode."],"The issues have been successfully reloaded!":["De problemen zijn succesvol herladen!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["De %1$s-gegevens zijn verwijderd. Autoriseer opnieuw om de gegevens weer te kunnen ophalen."],"Crawl errors per page":["Aantal crawl-fouten per pagina"],"Search":["Zoeken"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Mis de crawl-fouten niet: %1$smaak verbinding met Google Search Console%2$s."],"Create redirect":["Doorstuuradres aanmaken"],"Mark as fixed":["Als opgelost markeren"],"Response code":["Responscode"],"First detected":["Voor het eerst ontdekt"],"Last crawled":["Het laatst gecrawld"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s heeft gedetecteerd dat je een versie van %2$s gebruikt die niet compatibel is met %1$s. Werk %2$s bij naar de nieuwste versie om deze functie te gebruiken."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast-plugins delen een gedeelte van hun code om ervoor te zorgen dat de website sneller wordt. Als gevolg daarvan moeten alle Yoast-plugins bij zijn. We hebben ontdekt dat dit niet het geval is. Werk dus alle Yoast-plugins bij die nog niet zijn bijgewerkt."],"Feature phone":["Eenvoudige telefoon"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["De URL bestaat niet, maar de server geeft geen 404-fout (bestand niet gevonden)."],"Soft 404":["Softwarematige 404"],"Request timed out or site is blocking Google.":["Verzoek is verlopen of de site blokkeert Google."],"Server Error":["Serverfout"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot kan toegang verkrijgen tot je website, maar bepaalde URLs zijn geblokkeerd voor Googlebot in het %1$s bestand. Deze blokkade kan voor alle Googlebots gelden of zelfs specifiek voor Googlebot-mobile."],"Blocked":["Geblokkeerd"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was niet in staat deze URL te crawlen door een onbekend probleem."],"URL points to a non-existent page.":["URL verwijst naar een niet bestaande pagina."],"Not found":["Niet gevonden"],"Not followed":["Niet gevolgd"],"Faulty redirects":["Kapotte redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["De server vereist autorisatie of blokkeert de toegang tot de site voor Googlebot."],"Access denied":["Toegang geweigerd"],"Deactivate %s":["%s deactiveren"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["De plugin %1$s veroorzaakt mogelijk problemen als deze in combinatie met %2$s wordt gebruikt."],"Upload Image":["Afbeelding uploaden"],"Remove these ads?":["Deze advertenties verwijderen?"],"%s Posts Overview":["%s-berichtenoverzicht"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["De kruimelpad-titel wordt gebruikt in het kruimelpad waar deze taxonomie voorkomt."],"Breadcrumbs title":["Kruimelpadtitel"],"The canonical link is shown on the archive page for this term.":["De canonieke link wordt getoond op de archiefpagina van deze uitdrukking."],"Facebook App ID":["Facebook-app-ID"],"Pinterest":["Pinterest"],"Other":["Overig"],"Archives":["Archieven"],"Email":["E-mailadres"],"Close":["Sluiten"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Zowel %1$s als %2$s kunnen XML-sitemaps creëren. Het hebben van twee XML-sitemaps is niet bevorderlijk voor zoekmachines en dit kan de website langzamer maken."],"Configure %1$s's Open Graph settings":["OpenGraph-instellingen van %1$s configureren"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Zowel %1$s als %2$s creëren OpenGraph-uitvoer wat ervoor kan zorgen dat Facebook, Twitter, LinkedIn en andere sociale netwerken de verkeerde tekst of afbeelding gebruiken als jouw pagina's worden gedeeld."],"%s Image":["Afbeelding %s"],"%s Description":["Omschrijving %s"],"%s Title":["Titel %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["De aanbevolen afbeeldingsgrootte voor %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Als je de afbeelding die gebruikt wordt op %s voor dit bericht wilt overschrijven, kies of verstuur er dan een of voer de URL hier in."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Als je geen gebruik wilt maken van de meta-omschrijving voor het delen van dit bericht op %s, schrijf hier dan een andere."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Als je een andere berichttitel dan deze wilt gebruiken voor het delen van dit bericht op %s, tik hem dan hier in."],"very difficult":["heel moeilijk"],"Try to make shorter sentences, using less difficult words to improve readability":["Probeer kortere zinnen met minder moeilijke woorden te maken om de leesbaarheid te verbeteren."],"difficult":["moeilijk"],"Try to make shorter sentences to improve readability":["Probeer kortere zinnen te maken om de leesbaarheid te verbeteren."],"fairly difficult":["redelijk moeilijk"],"OK":["OK"],"fairly easy":["redelijk eenvoudig"],"easy":["eenvoudig"],"very easy":["heel eenvoudig"],"Meta Desc.":["Meta-omschrijving."],"All SEO Scores":["Alle SEO-scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO probleem: De uitgelichte afbeelding moet minimaal 200x200 pixels groot zijn om te worden gebruikt door Facebook en andere sociale media."],"(no parent)":["(geen hoofd)"],"Post is set to noindex.":["Bericht is ingesteld op noindex."],"The URL that this page should redirect to.":["De URL waar deze pagina naar moet doorsturen."],"301 Redirect":["301-doorsturen"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["De canonical URL waar deze pagina naar zou verwijzen, laat leeg om de standaard permalink te behouden. %1$sCross domain canonical%2$s ook ondersteund."],"Canonical URL":["Canonieke URL"],"Title to use for this page in breadcrumb paths":["Titels die voor deze pagina gebruikt worden in het kruimelpad"],"Breadcrumbs Title":["Kruimelpadtitel"],"No Snippet":["Geen snippet"],"No Archive":["Geen archief"],"No Image Index":["Geen afbeeldingsindex"],"None":["Geen"],"Site-wide default: %s":["Standaard voor de hele site: %s"],"Advanced meta robots settings for this page.":["Geavanceerde meta-robotsinstellingen voor deze pagina."],"Meta robots advanced":["Meta Robots geavanceerd"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Waarschuwing: hoewel hier de 'meta robots'-instelling geregeld kan worden, heeft dit geen effect, aangezien de hele site is op 'noindex' ingesteld is in de algemene privacy-instellingen."],"Meta description":["Meta-omschrijving"],"SEO Title":["SEO-titel"],"Focus keyword":["Focustrefwoord"],"Snippet preview":["Snippetvoorvertoning"],"Settings successfully imported.":["De instellingen zijn met succes geïmporteerd."],"Settings could not be imported:":["Instellingen konden niet geïmporteerd worden:"],"Error creating %1$s export: ":["Fout bij maken %1$s-export: "],"Breadcrumb for 404 pages:":["Kruimelpad voor 404-pagina:"],"Prefix for search result pages:":["Voorvoegsel voor kruimelpad op zoekresultatenpagina's:"],"Prefix for archive pages:":["Voorvoegsel voor kruimelpad op archiefpagina's:"],"Prefix for breadcrumbs:":["Prefix voor kruimelpad:"],"Anchor text for the homepage:":["Ankertekst voor de homepagina:"],"Breadcrumbs separator:":["Scheidingsteken voor kruimelpad:"],"Remove blog page from breadcrumbs":["Blogpagina uit het kruimelpad verwijderen"],"%s Breadcrumbs":["%s-kruimelpad"],"Use Image":["Afbeelding gebruiken"],"Action":["Actie"],"Page URL/Slug":["Pagina-URL/Slug"],"Publication date":["Publicatiedatum"],"Post Status":["Berichtstatus"],"WP Page Title":["WP-paginatitel"],"View":["Bekijken"],"View “%s”":["“%s”"],"Preview":["Voorbeeld"],"Preview “%s”":["Voorbeeld “%s”"],"Edit":["Bewerken"],"Filter":["Filteren"],"New Yoast Meta Description":["Nieuwe Yoast-meta-omschrijving"],"Existing Yoast Meta Description":["Bestaande Yoast-meta-omschrijving"],"Facebook profile URL":["Facebookprofiel-URL"],"Twitter username (without @)":["Twitter-gebruikersnaam (zonder @)"],"FAQ":["FAQ"],"Premium Support":["Premium support"],"Settings":["Instellingen"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Ga naar %1$sInstellingen => Lezen%2$s en haal het vinkje weg bij 'Zoekmachinezichtbaarheid'."],"Huge SEO Issue: You're blocking access to robots.":["Groot SEO probleem: toegang voor robots wordt geblokkeerd."],"Posts":["Berichten"],"Edit Files":["Bestanden bewerken"],"Advanced Variables":["Geavanceerde variabelen"],"Basic Variables":["Basisvariabelen"],"General":["Algemeen"],"Extensions":["Extensies"],"Search Console":["Search Console"],"Tools":["Extra"],"Advanced":["Geavanceerd"],"XML sitemaps":["XML sitemaps"],"Social":["Sociaal"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s heeft gedetecteerd dat je versie %2$s gebruikt van %3$s, update deze naar de nieuwste versie om compatibiliteitsproblemen te voorkomen."],"Just another WordPress site":["En nog een WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Je gebruikt nog steeds de standaard WordPress-omschrijving, zelfs een lege is waarschijnlijk beter. %1$sJe kunt dit oplossen in de customizer%2$s."],"You have used HTML in your value which is not allowed.":["Het gebruik van HTML in de waarde is niet toegestaan."],"You can't edit %s that aren't yours.":["Je kunt geen %s bewerken die niet van jou zijn."],"You can't edit %s.":["%s bewerken niet mogelijk."],"Post has an invalid Content Type: %s.":["Bericht heeft een ongeldig berichttype: %s."],"Post doesn't exist.":["Dit bericht bestaat niet."],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Prullenbak (%s)","Prullenbak (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"nl_BE"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":["Activeer %s voor je website op MyYoast"],"Show blog page in breadcrumbs":["Toon je blogpagina in het kruimelpad"],"We could not find any relevant articles on your website that you could link to from your post.":["We konden geen enkel relevant bericht op je website vinden om een link te maken in dit bericht."],"Has feedback":["Heeft feedback"],"Content optimization:":["Inhoudsoptimalisatie:"],"%1$sSEO%2$s: %3$s":["%1$s op %2$s %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLeesbaarheid%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Lees %1$sdit bericht voor meer informatie over waarom we oudere versies niet ondersteunen.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Als je het updaten naar %2$s en hoger hebt uitgesteld in verband met de nieuwe Gutenberg editor, installeer dan de Classic editor plugin. Het geeft je dezelfde bewerk-ervaringen die je nu hebt, maar ook de veiligheid van de nieuwere WorPress versies en %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sUpgrade WordPress naar de meest recente versie%2$s%3$sWe hebben opgemerkt dat je niet werkt met de laatste WordPress versie, wat binnenkort een probleem kan worden. %4$s (om redenen van veiligheid en stabiliteit)\nondersteunt alleen de huidige en vorige WordPress versie. Wanneer de volgende versie van WordPress uitkomt, betekent dit dat we WordPress %6$s en %7$s ondersteunen. Dit betekent dat je geen updates meer ontvangt voor %5$s totdat je WordPress update, zorg er dan ook voor dat je binnenkort upgrade naar de laatste WordPress versie!%3$s%3$s"],"Post Noindexed":["Bericht Noindexed"],"No Focus Keyphrase":["Geen Focus-keyphrase"],"Person logo / avatar":["Persoonlijk logo / avatar"],"Extend %s":["Breid %s uit"],"Enroll in the %s for WordPress training":["Meldt je aan voor de %s voor WordPress-training"],"Posts with the SEO score: %s":["Berichten met de SEO score: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video tutorial"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Om je huidige crawlfouten te bekijken, %1$sbezoek je Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google heeft haar Crawl Errors API stopgezet. Het is daarom niet meer mogelijk om eventuele crawlfouten hier te laten zien. %1$sLees onze verklaring voor meer informatie%2$s."],"Remove this message":["Verwijder dit bericht"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimaliseer je website echt voor lokaal publiek met onze %s plugin! Geoptimaliseerde adres gegevens, openingstijden, winkel locatie kiezer en ophaal optie!"],"Serving local customers?":["Bedien je lokale klanten?"],"Get the %s plugin now":["Download nu de %s plugin"],"Organization social profiles":["Bedrijfsprofielen op social media"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Je kunt de details die worden getoond in de metadata bewerken, zoals de sociale profielen, de naam en beschrijving van de gebruiker op hun %1$s profielpagina."],"Personal info":["Persoonlijke informatie"],"Organization logo":["Bedrijfslogo"],"Organization name":["Bedrijfsnaam"],"Choose whether the site represents an organization or a person.":["Kies of je website een organisatie vertegenwoordigd of een persoon."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Om je website een Bedrijf of Organisatie te laten representeren, ga je naar %1$sZoekweergave%2$s en kies je bij Bedrijf of Persoon voor \"Bedrijf\"."],"To change the social accounts used for your site, update the details for %1$s.":["Om de sociale accounts die je gebruikt voor je website te veranderen, werk je de gegevens voor %1$s bij."],"That means that the form and information below is disabled, and not used.":["Dat betekent dat het formulier en de informatie hieronder is uitgeschakeld en niet wordt gebruikt."],"Your website is currently configured to represent a Person":["Je website is momenteel geconfigureerd om een persoon te vertegenwoordigen"],"(if one exists)":["(als er een bestaat)"],"Wikipedia page about you":["Wikipedia pagina over jou"],"YouTube profile URL":["YouTube profiel URL"],"Tumblr profile URL":["Tumblr profiel URL"],"SoundCloud profile URL":["SoundCloud profiel URL"],"MySpace profile URL":["MySpace profiel URL"],"Organization or person":["Bedrijf of persoon"],"The person":["De persoon"],"Organization":["Bedrijf"],"Does your site represent a person or an organization?":["Vertegenwoordigd je site een persoon of een organisatie?"],"The name of the organization":["De naam van de organisatie"],"Provide an image of the organization logo":["Selecteer een afbeelding van het bedrijfslogo"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Je hebt eerder ingesteld dat je website een persoon vertegenwoordigd. We hebben onze mogelijkheden rond Schema en de Knowledge Graph verbeterd, dus je kunt het beste inloggen en %1$s instellingen daar invullen%2$s."],"Select a user...":["Selecteer een gebruiker..."],"Uncategorized":["Ongecategoriseerd"],"Name:":["Naam:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Je hebt gebruiker %1$s ingesteld als de persoon waarvoor deze website is gemaakt. De profielgegevens van zijn of haar account worden nu gebruikt in de zoekresultaten. %2$sWerk het profiel bij om zeker te weten dat alle informatie klopt.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Fout: selecteer hieronder een gebruiker om de metadata voor je website compleet te maken."],"SEO score: %s":["SEO score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Als er een Wikipedia-pagina over jou of je organisatie bestaat, voeg deze dan ook toe."],"Wikipedia URL":["Wikipedia URL "],"Pinterest profile URL":["Pinterest profiel URL"],"Instagram profile URL":["Instagram profiel URL"],"LinkedIn profile URL":["LinkedIn profiel URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword research is essentieel in elke SEO strategie. Je beslist de zoektermen waar je op gevonden wil worden en ontdek welke woorden je publiek gebruikt om je te vinden. Goede keyword research verteld je welke inhoud je nodig hebt om een goede ranking te krijgen voor de termen waarop je naar voren wil komen. Zorg ervoor dat je inspanningen richt op de keywords waar je echt een kans maakt om op te ranken. De %1$s helpt je door dit proces, stap voor stap."],"SEO for Beginners training":["SEO voor beginners training"],"%s for WordPress training":["%s voor WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["De afbeelding die u hebt geselecteerd is te klein voor Facebook"],"The given image url cannot be loaded":["De opgegeven afbeeldings-URL kan niet worden geladen"],"Find out what words your audience uses to find you":["Zoek uit welke woorden uw publiek gebruikt om u te vinden"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The tekst scoort %3$s in de test wat %4$s wordt beoordeeld om te lezen. %5$s"],"No JSON object was returned.":["Er is geen JSON-object terug gekomen."],"Received internal links":["Ontvangen interne links"],"Outgoing internal links":["Uitgaande interne links"],"New step added":["Nieuwe stap toegevoegd"],"New question added":["Nieuwe vraag toegevoegd"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Om een redirect aan te kunnen maken en deze issue op te lossen heb je %1$s nodig."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Je kunt de plugin aanschaffen, inclusief een jaar lang support en updates, op %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["De tekst link teller functie geeft je inzicht in hoeveel links worden gevonden in je tekst en hoeveel links verwijzen naar jouw tekst. Dit is erg nuttig wanneer je de %1$sinterne linkstructuur%2$s aan het verbeteren bent."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Voor de werking van deze functie met %1$s is op zijn minst PHP versie %2$s vereist. Wij hebben geconstateerd dat je nog gebruik maat van PHP versie %3$s. Werk je PHP versie."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Denk goed na over de implicaties en %1$slees dit bericht%2$s als je meer informatie wil over de impact van het weergeven van media in zoekresultaten ."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Om deze functie werkend te maken zal %1$s een tabel in je database moeten kunnen aanmaken. We kunnen deze tabel helaas niet automatisch aanmaken."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Door deze optie in te schakelen worden de URL's zichtbaar voor zowel bezoekers als voor Google. Om waarde toe te voegen aan je website moet deze informatie van toegevoegde waarde zijn of anders heeft het mogelijk een negatieve impact op je ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["De %3$stekst link teller%4$s functie (geïntroduceerd in %1$s %2$s) is momenteel uitgeschakeld."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Lees het volgende %1$skennisbank artikel%2$s om te ontdekken hoe je dit probleem oplost."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Om ervoor te zorgen dat alle links in je teksten geteld worden, moeten we al je teksten analyseren."],"All you have to do is press the following button and we'll go through all your texts for you.":["Druk op de deze knop en we analyseren alle teksten voor je."],"Count links":["Tel het aantal links"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributen%5$s: Van de %2$d afbeeldingen op deze pagina ,%1$d hebben alt-attributen met woorden uit je keyphrase of synoniemen. Dat is een beetje teveel. %4$sNeem enkel de keyphrase of de synoniemen ervan op als deze echt in de afbeelding past%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributen%2$s: Goed gedaan!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sImage alt-attributen%5$s: Van de %2$d afbeeldingen op deze pagina heeft alleen %1$d een alt-attribuut dat het onderwerp van je tekst weergeeft. %4$s Voeg je keyphrase of synoniemen toe aan de alt-tags van relevantere afbeeldingen%5$s!","%3$sImage alt-attributen%5$s: Van de %2$d afbeeldingen op deze pagina heeft alleen %1$d een alt-attribuut dat het onderwerp van je tekst weergeeft. %4$s Voeg je keyphrase of synoniemen toe aan de alt-tags van relevantere afbeeldingen%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sImage alt attributen%3$s: Afbeeldingen op deze pagina hebben geen alt-attributen die het onderwerp van uw tekst weergeven.%2$sVoeg je keyphrase of synoniemen toe aan de alt-tags van relevante afbeeldingen%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sImage alt attributen%3$s: Afbeeldingen op deze pagina hebben alt-kenmerken, maar je hebt je keyphrase nog niet ingesteld .%2$sDoe dat eerst%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in subkop%2$s: %3$s van de koppen met een hoger niveau geeft het onderwerp van je kopie weer. Goed gedaan!","%1$sKeyphrase in subkop%2$s: %3$s van de koppen met een hoger niveau geeft het onderwerp van je kopie weer. Goed gedaan!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in subkop%2$s: Je subkop(en) met een hoger niveau geven het onderwerp van je kopie weer. Goed gedaan!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in subkopje%3$s: %2$sGebruik meer keyphrases of synoniemen in je hogere rubrieken%3$s!"],"Page %s":["Pagina %s"],"Cannot get the size of %1$s because of unknown reasons.":["Kan de grootte van %1$s niet krijgen vanwege onbekende redenen."],"Cannot get the size of %1$s because it is hosted externally.":["Kan de grootte van niet krijgen %1$s omdat het extern wordt gehost."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Schakel eenvoudig de schakelaar naar \"aan\" en je kunt de opnieuw gekalibreerde analyse gebruiken. Tegelijkertijd, zullen we je toevoegen aan onze specifieke mailinglijst. We sturen je enkel een e-mail over je ervaringen met deze herijking!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Wij hebben %1$sonze analyse opnieuw gekalibreerd%2$s. Met de nieuwe analyse komen we nog dichter bij hoe Google je website ziet. Het zou zijn%3$sgeweldig%4$s als je deze zou willen %3$sbetatesten%4$s voor ons!"],"Get an even better analysis":["Krijg een nog betere analyse"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sEnkele titel%3$s: H1s moeten alleen gebruikt worden voor de hoofd titel. Vind alle H1s in je tekst die niet de hoofdtitel zijn en %2$swijzig ze naar een lager koptekst niveau%3$s!"],"Improve sharing on Facebook and Pinterest":["Verbeter delen op Facebook en Pinterest"],"You do not have the required rights to export settings.":["Je hebt niet de benodigde rechten om instellingen te exporteren."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopieer al deze instellingen naar een andere websites %1$s tabblad en klik daar op \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["Dit zijn instellingen voor de %1$s plugin van %2$s"],"No settings found.":["Geen instellingen gevonden."],"Export your %1$s settings here, to copy them on another site.":["Exporteer je %1$s instellingen hier om ze te kopiëren naar andere websites."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Het importeren van instellingen wordt alleen ondersteund op servers die PHP 5.3 of hoger gebruiken."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importeer de instellingen door de instellingen te plakken die je hebt gekopieerd vanaf een andere site door te klikken op \"%s\"."],"Paste your settings from another %s installation.":["Plak je instellingen hier vanuit een andere Yoast SEO installatie."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is 0 keer gevonden. Dat is minder dan het minimaal aanbevolen aantal van %3$d keer voor een tekst van deze lengte. %4$sFocus op je keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is minder dan het minimum aanbevolen aantal van %3$d keer voor een tekst van deze lengte. %4$sFocus op je keyphrase%2$s!","%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is minder dan het minimum aanbevolen aantal van %3$d keer voor een tekst van deze lengte. %4$sFocus op je keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %3$d keer gevonden. Dit is goed!","%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %3$d keer gevonden. Dit is goed!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase dichtheid%2$s:De focus keyphrase is %5$d keer gevonden. Dat is meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!","%1$sKeyphrase dichtheid%2$s:De focus keyphrase is %5$d keer gevonden. Dat is meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is veel meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!","%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is veel meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!"],"Indexable created for object %1$s with type %2$s":["indexeerbare object %1$s met type %2$s bewaard"],"Method %1$s() does not exist in class %2$s":["Methode %1$s() bestaat niet in class %2$s"],"With %s, you can easily create such redirects.":["Met %s, kun je eenvoudig deze redirects maken."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Het veranderen van je permalinks kan een serieuze invloed hebben op de zichtbaarheid in zoekmachines. Het moet bijna %1$s nooit %2$s gedaan worden op een live website."],"WARNING:":["WAARSCHUWING:"],"Learn about why permalinks are important for SEO.":["Leer waarom permalinks zo belangrijk zijn voor SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunctiewoorden in trefzin%3$s: Je keyphrase \"%4$s\" bavet alleen functiewoorden. %2$sBekijk wat een goede keyphrase is.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Wist je dat %s ook verschillende woordvormen in je keyphrase analyseert, zoals meervoud of verleden tijd?"],"Clear Image":["Haal afbeelding weg"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase lengte%3$s: %2$sGeef een keyphrase op om je SEO score te kunnen berekenen%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase in slug%2$s: Meer dan de helft van je keyphrase komt voor in de slug. Heel goed!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase in slug%3$s: (Een deel van) je keyphrase lijkt niet voor te komen in de slug. %2$sVerander dit%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase in slug%2$s: Goed bezig!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in de titel%3$s: Niet alle woorden uit je keyphrase \"%4$s\" zitten in de SEO-titel. %2$sProbeer om je volledige keyphrase te gebruiken in de SEO-titel%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in de titel%3$s: De titel bevat niet de volledige keyphrase. %2$sProbeer om je volledige keyphrase te gebruiken in de SEO-titel%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase in de titel%3$s: Je volledige keyphrase staat in de SEO-titel, maar niet aan het begin. %2$sProbeer de volledige keyphrase naar het begin te verplaatsen%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase in de titel%2$s: De volledige keyphrase staat aan het begin van de SEO-titel. Goed gedaan!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sKeyphrase verdeling%2$s: Goed gedaan!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase verdeling%3$s: Slecht verdeeld. In sommige delen van je tekst komen de keyphrase of synoniemen niet voor. %2$sVerdeel ze beter over de tekst%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase verdeling%3$s: Zeer slecht verdeeld. In sommige delen van je tekst komen de keyphrase of synoniemen niet voor. %2$sVerdeel ze beter over de tekst%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sKeyphrase verdeling%3$s: %2$sGebruik je keyphrases of synoniemen in de tekst zodat we de keyphrase dichtheid kunnen bepalen%3$s."],"Help on choosing the perfect focus keyphrase":["Hulp bij het kiezen van de perfecte focus keyphrase"],"Would you like to add a related keyphrase?":["Wil je een verwant keyphrase toevoegen?"],"Go %s!":["Ga %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Het niet tonen van de datum archives in de zoekresultaten betekend technisch gezien dat deze een %1$s robots meta hebben. %2$sMeer informatie over de zoekmachine instellingen%3$s."],"Rank better with synonyms & related keyphrases":["Scoor beter met synoniemen en verwante keyphrases"],"optimize a single post for synonyms and related keyphrases.":["Verbeter een bericht op synoniemen en verwante keyphrases"],"Synonyms & related keyphrases":["Synoniemen & gerelateerde keyphrases"],"Add related keyphrase":["Voeg een gerelateerde keyphrase toe"],"Dismiss %s upgrade notice":["Verwijder %s upgrade bericht"],"Upgrade to %s":["Upgrade naar %s"],"%1$s video":["%1$s video"],"Get %s":["Koop %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sEerder gebruikte keyphrase%6$s: Je hebt de volgende keyphrase %1$s%2$d keer eerder gebruikt%3$s. %5$sGebruik je keyphrase niet meer dan één keer%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sEerder gebruikte keyphrase%5$s: Je hebt de volgende keyphrase %1$séén keer eerder gebruikt%2$s. %4$sGebruik je keyphrase niet meer dan één keer%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sEerder gebruikt keyphrase%2$s: Je hebt dit keyphrase nog niet eerder gebruikt, heel goed."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopwoorden%3$s: De slug voor deze pagina bevat een stopwoord. %2$sVerwijder deze%3$s!","%1$sSlug stopwoorden%3$s: De slug voor deze pagina bevat stopwoorden. %2$sVerwijder deze%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug te lang%3$s: de slug voor deze pagina is een beetje te lang. %2$sMaak hem korter%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAfbeelding alt attributes%3$s: Er staan geen afbeeldingen op deze pagina %2$sVoeg er een paar toe%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sKeyphrase-links%3$s: Je linkt naar een andere pagina met de woorden waarvan je wil dat deze pagina er op gevonden wordt. %2$sDat moet je niet doen%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dit is veel minder dan het aanbevolen minimum aantal van %5$d woord. %3$sVoeg meer inhoud toe%4$s.","Dit is veel minder dan het aanbevolen minimum aantal van %5$d woorden. %3$sVoeg meer inhoud toe%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dit is minder dan het aanbevolen aantal van %5$d woord. %3$sVoeg meer inhoud toe%4$s.","Dit is minder dan het aanbevolen aantal van %5$d woorden. %3$sVoeg meer inhoud toe%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sTekstlengte%4$s: De tekst bevat %1$d woord.","%2$sTekstlengte%4$s: De tekst bevat %1$d woorden."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sTekstlengte%3$s: De tekst bevat %1$d woord. Goed gedaan!","%2$sTekstlengte%3$s: De tekst bevat %1$d woorden. Goed gedaan!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in subkopje%3$s: Meer dan 75 %% van je subkoppen op een hoger niveau geven het onderwerp van je exemplaar weer. Dat is te veel. %2$sOver-optimaliseer niet%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO titel breedte%3$s: %2$sVoeg een SEO titel toe%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO-titel lengte%3$s: de SEO-titel is te lang.%2$sProbeer die korter te maken%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$s SEO titel breedte%2$s: Goed gedaan!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sBreedte van de SEO-titel%3$s: De SEO-titel is te kort. %2$sGebruik de ruimte om variaties op je keyphrase toe te voegen of schrijf een overtuigende call-to-action%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sUitgaande links%2$s: Er staan zowel nietvolg- als gewone uitkoppelingen op deze pagina. Goed gedaan!"],"%1$sOutbound links%2$s: Good job!":["%1$sUitgaande links%2$s: Goed gedaan!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sUitgaande links%3$s: Alle uitgaande links op deze pagina zijn onvolgbaar. %2$sVoeg een aantal normale links toe%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sUitgaande links%3$s: Geen uitkoppelingen op deze pagina. . %2$sVoeg ze toe%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLengte van de meta beschrijving%2$s: Goed gedaan!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLengte metabeschrijving%3$s: De metabeschrijving telt meer dan %4$d letters. Om er zeker van te zijn dat de hele beschrijving zichtbaar is %2$smoet je de tekst inkorten%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLengte metabeschrijving%3$s: De metabeschrijving is te kort (minder dan %4$d letters). Je hebt nog ruimte voor %5$d letters. %2$sGebruik die%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLengte metaomschrijving%3$s: Er is geen metaomschrijving. Zoekmachines tonen in plaats daarvan de tekst van het bericht. %2$sGeef een omschrijving%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in meta description%2$s: Er is een meta description, maar de keyphrase zit er niet in. %3$sLos dat op%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in meta description%2$s: De meta description bevat de keyphrase %3$s keer, wat meer is dan het geadviseerde maximum van 2 keer. %4$sPas dat aan%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in metaomschrijving%2$s: De keyphrase of synoniem staan in de metaomschrijving. Goed zo!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphraselengte%5$s: De keyphrase is %1$d woorden lang. Dat is veel meer dan het aanbevolen maximum van %2$d woorden. %4$sMaak het korter%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase lengte%5$s: De keyphrase is %1$d woorden lang. Dat is meer dan het aanbevolen maximum van %2$d woorden. %4$sMaak het korter%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sKeyphraselengte%2$s: goed gedaan!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase lengte%3$s: er is geen focus keyphrase ingesteld voor deze pagina. %2$sStel een keyphrase in om je SEO score te kunnen berekenen%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in introductie%3$s: je keyphrase of synoniemen staan niet in de eerste paragraaf. %2$sZorg ervoor dat het onderwerp direct duidelijk is%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in introductie%3$s: je keyphrase of synoniem staan in de eerste paragraaf van de tekst, maar niet in één zin. %2$sDoe dit wel%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in introductie%2$s: goed gedaan!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterne links%2$s: er staan no-follow en normale interne links op deze pagina. Goed werk!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterne links%2$s: je hebt voldoende interne links. Goed werk!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterne links%3$s: de interne links op deze pagina zijn allemaal no-follow. %2$sVoeg wat goede interne links toe%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterne links%3$s: er staan geen interne links op deze pagina, %2$svoeg er een aantal toe%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sOvergangswoorden%2$s: goed gedaan!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sOvergangswoorden%2$s: slechts %3$s van de zinnen bevatten overgangswoorden, dat is niet genoeg. %4$sGebruik er meer van%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sOvergangswoorden%2$s: geen enkele zin bevat overgangswoorden. %3$sGebruik er een paar%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sOnvoldoende inhoud%2$s: %3$sVoeg wat inhoud toe om een goede analyse mogelijk te maken%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sKoptekst-verdeling%2$s: je gebruikt geen koptekst, maar je tekst is kort genoeg en heeft ze waarschijnlijk niet nodig."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sKoptekst-verdeling%2$s: je gebruik geen kopteksten, hoewel je tekst vrij lang is. %3$sProbeer wat kopteksten toe te voegen%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sKoptekst-verdeling%2$s: %3$d sectie van je tekst is langer dan %4$d woorden, en wordt niet verdeeld door kopteksten. %5$sVoeg kopteksten toe om de leesbaarheid te verbeteren%2$s.","%1$sKopteksten-verdeling%2$s: %3$d secties van je tekst zijn langer dan %4$d woorden, en worden niet verdeeld door kopteksten. %5$sVoeg kopteksten toe om de leesbaarheid te verbeteren%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sKoptekst-verdeling%2$s: goed gedaan!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sZinlengte%2$s: %3$s van de zinnen bevatten meer dan %4$s woorden, wat meer is dan het aanbevolen maximum van %5$s. %6$sProbeer de zinnen in te korten%2$s."],"%1$sSentence length%2$s: Great!":["%1$sZinlengte%2$s: Fantastisch!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sOpeenvolgende zinnen%2$s: er zit voldoende variatie in je zinnen. Dat is goed!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sOpeenvolgende zinnen%2$s: de tekst bevat %3$d opeenvolgende zinnen die beginnen met hetzelfde woord. %5$sProbeer het te variëren%2$s!","%1$sOpeenvolgende zinnen%2$s: de tekst bevat %4$d plaatsen waar %3$d of meer opeenvolgende zinnen die beginnen met hetzelfde woord. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sLijdende vorm%2$s: %3$s van de zinnen bevat lijdende vorm, wat meer is dan het aangeraden maximum van %4$s. %5$sProbeer hun actieve tegenhangers te gebruiken%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sLijdende vorm%2$s: je gebruik voldoende actieve vorm. Dat is goed!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sParagraaflengte%2$s: %3$d van de paragrafen bevat meer dan het aanbevolen aantal van %4$d woorden. %5$sMaak je paragrafen korter%2$s!","%1$ssParagraaflengte%2$s: %3$d van de paragrafen bevatten meer dan het aanbevolen aantal van %4$d woorden. %5$sMaak je paragrafen korter%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$ssParagraaflengte%2$s: geen van de paragrafen is te lang. Goed werk!"],"Good job!":["Goed gedaan!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: de tekst scoort %3$s in de test, wat wordt beschouwd als %4$s te lezen. %5$s%6$s%7$s"],"Focus keyphrase":["Focus keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s met ID %2$s kan niet worden gepatcht"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Ongeldig POST verzoek. Meta waarden bestaan al voor het object met ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexeerbaar met ID `%1$s` bestaat niet"],"No object with ID %1$s and %2$s could be found":["Geen object met ID %1$s en %2$s kon niet worden gevonden"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` is geen geldig subtype van `%2$s`"],"The object type `%1$s` is invalid":["Het object type `%1$s` is ongeldig"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Ongeldig type voor parameter `%1$s` geslaagd. Verwacht `%2$s`, maar kreeg `%3$s`"],"The parameter `%1$s` cannot be empty.":["De parameter `%1$s` mag niet leeg zijn."],"Check Keyphrase Density":["Controleer Keyphrase dichtheid"],"Disable":["Uitschakelen"],"Allow Control":["Sta controle toe"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Deze tab laat je selectief bepaalde %s functionaliteit uitzetten voor alle sites in het netwerk. Standaard staan alle functies aan, wat site admins toestaat zelf te bepalen welke functies ze aan of uit willen zetten voor hun site. Wanneer je hier een functie uitzet, zullen site admins die functie helemaal niet kunnen gebruiken."],"%s is a required feature toggle argument.":["%s is een vereiste functie-schakel mogelijkheid."],"Keyphrase:":["Keyphrase:"],"Remove keyphrase":["Verwijder keyphrase"],"This feature has been disabled by the network admin.":["Deze optie is uitgeschakeld door de netwerk admin."],"Focus keyphrase not set.":["Focus keyphrase niet ingesteld."],"Multiple keyphrases":["Meerdere keyphrases"],"Colon":["Dubbele punt"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Zowel %1$s als %2$s beheren de SEO van jouw site. Het tegelijkertijd draaien van twee SEO plugins kan schadelijk zijn."],"There is a new notification.":["Er is een nieuwe notificatie.","Er zijn nieuwe notificaties."],"Learn more about the readability analysis":["Leer meer over Leesbaarheidsanalyse"],"Describe the duration of the instruction:":["Beschrijf de duur van de instructie:"],"Optional. Customize how you want to describe the duration of the instruction":["Optioneel: Pas de omschrijving van de duur van de instructie aan."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Dit is een lijst van gerelateerde content waar je naar kunt linken in je bericht. {{a}}Lees ons artikel over site structure{{/a}} om meer te leren over hoe intern linken je SEO kan verbeteren."],"%s, %s and %s":["%s, %s en %s"],"%s and %s":["%s en %s"],"%d minute":["%d minuut","%d minuten"],"%d hour":["%d uur","%d uren"],"%d day":["%d dag","%d dagen"],"Enter a step title":["Voer een stap titel in"],"Optional. This can give you better control over the styling of the steps.":["Optioneel. Hiermee heb je meer controle over de styling van de stappen."],"CSS class(es) to apply to the steps":["CSS class(es) die gebruikt worden voor de stappen"],"minutes":["minuten"],"hours":["uren"],"days":["dagen"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Maak een How-to guide op een SEO-vriendelijke manier. Je kunt slechts één How-to block per bericht gebruiken."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Toon je veelgestelde vragen (FAQ's) op een SEO-vriendelijke manier. Je kunt slechts één FAQ block per bericht gebruiken."],"Copy error":["Copy fout"],"An error occurred loading the %s primary taxonomy picker.":["Er deed zich een fout voor met het laden van de %s primaire taxonomy picker."],"%1$s Structured Data Blocks":["%1$s Structured Data Blocks"],"Time needed:":["Tijd nodig:"],"Move question down":["Verplaats vraag naar beneden"],"Move question up":["Verplaats vraag naar boven"],"Insert question":["Vraag invoegen"],"Delete question":["Vraag verwijderen"],"Enter the answer to the question":["Voer het antwoord op de vraag in"],"Enter a question":["Voer een vraag in"],"Add question":["Vraag toevoegen"],"Frequently Asked Questions":["Frequently Asked Questions"],"Great news: you can, with %s!":["Goed nieuws: dat kan, met %s!"],"Select the primary %s":["Selecteer de primaire %s"],"Check links to this URL":["Controleer links naar deze URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Controleer de %1$sarchive template%2$s voor het volgende contenttype: %3$s.","Controleer de %1$sarchive templates%2$s voor de volgende contenttypes: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Probeer je meerdere keyphrases te gebruiken? Vul ze dan hieronder apart in."],"Mark as cornerstone content":["Markeer als cornerstone content"],"Move step down":["Stap naar beneden verplaatsen"],"Move step up":["Stap naar boven verplaatsen"],"Insert step":["Stap toevoegen"],"Delete step":["Stap verwijderen"],"Add image":["Afbeelding toevoegen"],"Enter a step description":["Beschrijving van een stap invullen"],"Enter a description":["Een beschrijving invullen"],"Unordered list":["Ongesorteerde lijst"],"Showing step items as an ordered list.":["Toon de stap onderdelen als geordende lijst."],"Showing step items as an unordered list":["Toon de stap onderdelen als ongeordende lijst"],"Add step":["Stap toevoegen"],"Delete total time":["Totale tijd verwijderen"],"Add total time":["Totale tijd toevoegen"],"How to":["Instructie"],"How-to":["Instructie"],"Snippet Preview":["Snippetvoorvertoning"],"Analysis results":["Analyse-resultaten"],"Enter a focus keyphrase to calculate the SEO score":["Voer een focus keyphrase in om de SEO score te berekenen"],"Learn more about Cornerstone Content.":["Leer meer over cornerstone content."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone content zou de belangrijkste en omvangrijkste artikelen op je site moeten zijn."],"Restore Site":["Website herstellen"],"Network Settings":["Netwerkinstellingen"],"You are not allowed to perform this action.":["Je hebt geen toestemming om deze actie uit te voeren."],"Error: %s":["Fout: %s"],"Success: %s":["Gelukt: %s"],"Site with ID %d not found.":["De site met ID %d is niet gevonden."],"No site has been selected to restore.":["Er is geen website geselecteerd om te herstellen."],"You are not allowed to modify unregistered network settings.":["Je hebt geen toestemming om ongeregistreerde netwerk instellingen aanpassen."],"deleted":["verwijderd"],"Would you like to add another keyphrase?":["Wil je nog een keyphrase toevoegen?"],"image preview":["Voorbeeld van afbeelding"],"Copied!":["Gekopieerd!"],"Not supported!":["Niet ondersteund!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lees {{a}}ons artikel over websitestructuur{{/a}} om meer te leren hoe intern linken je kan helpen met het verbeteren van je SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Zodra je meer inhoud toevoegt geven we je hier een lijst met gerelateerde inhoud waar je naar zou kunnen linken in je bericht."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Overweeg om te linken naar deze {{a}}cornerstone artikelen:{{/a}}"],"Consider linking to these articles:":["Overweeg naar deze artikelen te linken:"],"Copy link":["Link kopieëren"],"Copy link to suggested article: %s":["Kopieer link naar het voorgestelde artikel: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":["De slogan van de website"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["We hebben de functionaliteit van de zoekweergave-instellingen recent verbeterd. Helaas hebben we ontdekt dat, in enkele bijzondere gevallen, het opslaan van de instellingen voor specifieke posttype-archieven fout is gegaan."],"Not all required fields are given. Missing field %1$s":["Niet alle verplichte velden zijn ingevuld. Het veld %1$s ontbreekt."],"Optimize your site for Google News.":["Optimaliseer je site voor Google Nieuws."],"Optimize your shop's SEO and sell more products!":["Optimaliseer de SEO van je webwinkel en verkoop meer producten!"],"Be found in Google Video search and enhance your video sharing on social media.":["Wordt gevonden in Google Video-resultaten en verbeter je videobereik op sociale media."],"Be found in Google Maps and local results.":["Wordt gevonden in Google Maps en lokale zoekresultaten."],"Learn practical SEO skills to rank higher in Google.":["Leer praktische SEO-vaardigheden om beter gevonden te worden in Google."],"Don’t waste time figuring out the best settings yourself.":["Verspil geen tijd aan het zelf uitzoeken van de beste instellingen."],"Get quick wins to make your site rank higher in search engines.":["Maak snelle stappen om je site hoger te laten scoren in zoekmachines."],"Add synonyms":["Synoniemen toevoegen"],"Would you like to add keyphrase synonyms?":["Wil je keyphrase synoniemen toevoegen?"],"Would you like to add more than one keyphrase?":["Wil je meer dan een keyphrase toevoegen?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Je kunt je SEO meta-data voor dit aangepaste type bewerken op de %1$sWinkel pagina%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Je hebt nog geen Winkel pagina in je WooCommerce instellingen gemaakt. Doe dit eerst."],"Current year":["Huidig jaar"],"Page":["Pagina"],"Breadcrumb settings for %s archive":["Broodkruimel-instellingen voor %s-archief"],"Something went wrong. Please reload the page.":[""],"Tagline":["Tag"],"Modify your meta description by editing it right here":["Pas je metabeschrijving aan, door deze hier te bewerken"],"description (custom taxonomy)":["beschrijving (aangepaste taxonomie)"],"(custom taxonomy)":["(aangepaste taxonomie)"],"(custom field)":["(aangepast veld)"],"Term404":["Term404"],"Caption":["Onderschrift"],"Pagenumber":["Paginanummer"],"Pagetotal":["Paginatotaal"],"Page number":["Paginanummer"],"User description":["Gebruikersbeschrijving"],"ID":["ID"],"Modified":["Aangepast"],"Post type (plural)":["Berichttypes (meervoud)"],"Post type (singular)":["Berichttype (enkelvoud)"],"Separator":["Scheidingsteken"],"Search phrase":["Zoekzin"],"Term title":["Termtitel"],"Term description":["Termbeschrijving"],"Tag description":["Tagbeschrijving"],"Category description":["Categorie beschrijving"],"Primary category":["Primaire categorie"],"Category":["Categorie"],"Tag":["Tag"],"Excerpt only":["Alleen de samenvatting"],"Excerpt":["Uittreksel"],"Site title":["Website titel"],"Archive title":["Archief titel"],"Parent title":["Bovenliggende titel"],"Date":["Datum"],"Label":["Label"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["U moet een redirect maken om ervoor te zorgen dat uw bezoekers geen 404-fout krijgen als ze op de niet langer werkende URL klikken."],"Search engines and other websites can still send traffic to your deleted post.":["Zoekmachines en andere websites kunnen nog steeds verkeer naar uw verwijderde post verzenden."],"Make sure you don't miss out on traffic!":["Zorg dat u geen verkeer mist!"],"You just deleted a %1$s.":["Je hebt een %1$s verwijderd."],"You just trashed a %1$s.":["Je hebt een %1$s definitief verwijderd."],"Settings for %s archive":["Instellingen voor %s archief"],"Settings for single %s URLs":["Instellingen voor enkelvoudige %s URL's"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Met de instellingen op deze pagina kunt u opgeven wat de standaard zoekweergave moet zijn voor elk type inhoud dat u heeft. U kunt kiezen welke inhoudstypen worden weergegeven in de zoekresultaten en wat hun standaardbeschrijving moet zijn."],"Url preview":[""],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":[""],"No results":[""],"%d result found, use up and down arrow keys to navigate":["","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":[""],"Number of results found: %d":[""],"Note that not all variables can be used in every field.":["Let op dat niet alle variabelen in elk veld gebruikt kunnen worden."],"Snippet variables":["Snippet variabelen"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respecteert je privacy. Lees onze %2$sprivacy policy%3$s over hoe we omgaan met jouw persoonlijke informatie."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Als je weet wat dit betekent en je dit bericht niet meer wilt zien, kun je %1$sdit bericht sluiten%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["De instellingen van je site staan toe dat bijlage URLs kunnen bestaan. Lees %1$sdit bericht over mogelijke problemen%2$s met bijlage URLs en controleer of je de juiste instellingen hebt voor jouw site."],"Unknown type %1$s":["Onbekend type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Hier zit ook een gratis MyYoast account bij waarmee je toegang hebt tot onze gratis 'SEO for Beginners'-cursus!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Abonneer je op onze newsletter als je up-to-date wilt blijven over %1$s, andere coole plugins van %2$s en interessant nieuws en tips uit de wereld van SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Je Baidu verificatiecode ophalen in %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verificatiecode"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["De %s importeer functionaliteit gebruikt tijdelijke database tabellen. Het lijkt erop dat je WordPress installatie niet de mogelijkheid heeft om dit te doen, raadpleeg a.u.b. je hostingaanbieder."],"Cleanup of %s data failed.":["Het opschonen van de %s gegevens is mislukt."],"Content Type":["Contenttype"],"Filter by content type":["Filter op contenttype"],"Show All Content Types":["Alle contenttypes weergeven"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Om dit op te lossen haal je het vinkje weg voor \"Reacties over meerdere pagina's verdelen\" op de %1$sReactie instellingen pagina%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Vervangen door de normale titel voor een archief gegenereerd door WordPress"],"Clean":["Opschonen"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Als je er zeker van bent dat je website OK is, kun je opruimen. Dit zal alle oorspronkelijke data verwijderen."],"Step 5: Clean up":["Stap 5: Opkuisen"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Je zou de configuratie wizard moeten starten vanuit de SEO Algemeen Dashboard pagina, om er zeker van te zijn dat al je instellingen voor de site goed zijn."],"Step 4: Run the configuration wizard":["Stap 4: Start de configuratie wizard"],"Please check your posts and pages and see if the metadata was successfully imported.":["Controleer a.u.b. je posts en pagina's en bekijk of de metagegevens succesvol geïmporteerd zijn."],"Step 3: Check your data":["Stap 3: Controleer je data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Dit importeert de bericht metadata zoals SEO titels en beschrijvingen in je Yoast SEO metadata. Dit wordt alleen gedaan als er nog geen bestaande Yoast SEO metadata aanwezig is. De originele data blijft gewoon staan."],"Step 2: Import":["Stap 2: Importeer"],"Please make a backup of your database before starting this process.":["Maak eerst een back-up van je database vooraleer je dit proces start."],"Step 1: Create a backup":["Stap 1: Maak een back-up"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["We hebben data gedetecteerd van een of meer SEO plugins op je site. Volg de volgende stappen om deze data te importeren:"],"Plugin: ":["Plug-in:"],"%s did not detect any plugin data from plugins it can import from.":["Yoast SEO heeft geen data gevonden van plugins die geïmporteerd kunnen worden."],"Posts that should not show up in search results":["Berichten die niet zichtbaar moeten zijn in de zoekresultaten"],"%s data found.":["%s data gevonden."],"%s data successfully removed.":["%s data succesvol verwijderd."],"%s data successfully imported.":["%s data succesvol geïmporteerd."],"%s data not found.":["%s data niet gevonden."],"Improve your SEO skills":["Verbeter je SEO vaardigheden"],"24/7 email support":["24/7 e-mailondersteuning"],"No more dead links a.k.a. 404 pages":["Geen dode links meer, ofwel 404 pagina's"],"Get real-time suggestions for internal links":["Krijg real-time suggesties voor interne links"],"Preview your page in Facebook and Twitter":["Bekijk het voorbeeld van je pagina in Facebook en Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Klik de \"%3$s\" knop om de meta beschrijving te gebruiken die al ingesteld is in %1$sZoek uiterlijk op homepage%2$s instelling."],"Help on copying the home meta description":["Hulp bij het kopiëren van de homepage meta beschrijving"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Om ervoor te zorgen dat zoekmachines weten welke sociale profielen geassocieerd zijn met deze website kan je hieronder je sociale profielen invullen."],"Learn more about your social profiles settings":["Kom meer te weten over jouw sociale profielen instellingen"],"Remove the categories prefix":["Verwijder de categorieën prefix"],"Help on the category prefix setting":["Hulp bij de categorie prefix instelling"],"Learn more about the available variables":["Kom meer te weten over de beschikbare variabelen"],"Learn more about the RSS feed setting":["Kom meer te weten over de RSS feed instelling"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Wanneer je media upload (bijvoorbeeld een afbeelding of video) in WordPress, wordt er naast het opslaan van de media ook een bijlage URL gemaakt. Deze bijlage pagina's zijn vrij leeg: ze bevatten de media en misschien een titel wanneer die is ingevoerd. Om die reden, als je de bijlage URLs nooit gebruikt, is het beter om deze uit te schakelen en ze door te sturen naar media."],"Learn more about the Media and attachment URLs setting":["Kom meer te weten over de media en attachment url's instelling"],"Learn more about the title separator setting":["Leer meer over de titel scheidingsteken instelling"],"Learn more about the knowledge graph setting":["Kom meer te weten over de kennis grafiek instelling"],"Learn more about the homepage setting":["Kom meer te weten over de homepage instelling"],"Learn more about the special pages setting":["Kom meer te weten over de speciale pagina's instelling"],"Help on the date archives search results setting":["Hulp voor de datum archieven zoekresultaten instelling"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["De archieven niet tonen voor auteurs zonder berichten in de zoekresultaten betekent technisch dat ze een %1$s robots meta krijgen en worden uitgesloten van de XML sitemaps. %2$sMeer info over de zoekresultaten instellingen%3$s. "],"Help on the authors without posts archive search results setting":["Help voor de auteurs zonder berichten archief zoekresultaten instelling"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Het archief voor auteurs niet tonen in de zoek resultaten betekend technisch dat ze een %1$s robots meta krijgen en worden uitsloten in de XML sitemap. %2$sMeer info over de instellingen voor zoek resultaten%3$s."],"Help on the author archives search results setting":["Help voor de auteur archieven zoekresultaten instelling"],"Archives settings help":["Archief instelling hulp"],"Learn more about the archives setting":["Kom meer te weten over de archief instelling"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Download je Yandex verificatie code op %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verficatie code"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Download je Google verificatie code op %1$sGoogle Search Console%2$s."],"Google verification code":["Google verificatie code"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Download je Bing verificatie code op %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verificatie code"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Je kan de vakken hieronder gebruiken om te verifiëren met de verschillende Webmaster Tools. Deze functionaliteit voegt een verificatie meta tag toe aan de homepagina. Volg de links naar de verschillende Webmaster Tools en zoek naar de instructies voor de meta tag verificatie methode om de verificatie code te krijgen. Als jouw website al geverifieerd is kan je dit overslaan."],"Learn more about the Webmaster Tools verification":["Kom meer te weten over de Webmaster Tools verificatie"],"On":["Aan"],"Help on: %s":["Hulp bij: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s wordt geleverd met veel functies. Je kunt sommige hiervan hieronder inschakelen / uitschakelen. Klik op het vraagteken voor meer informatie over de functie."],"Off":["Uit"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["In het geavanceerde gedeelte van de %1$s metabox kan een gebruiker berichten uit de zoekresultaten verwijderen of de canonical wijzigen. Dit zijn dingen die je misschien niet wilt dat een auteur doet. Daarom kunnen enkel editors en beheerders dit standaard doen. Als je dit instelt op \"%2$s\", kunnen alle gebruikers deze instellingen wijzigen."],"Security: no advanced settings for authors":["Beveiliging: geen geavanceerde instellingen voor auteurs"],"See who contributed to %1$s.":["Bekijk wie heeft bijgedragen aan %1$s."],"Help on this search results setting":["Hulp bij deze zoekresultaat instelling"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Het niet tonen van het archief voor %1$s in de zoek resultaten betekend technisch gezien dat die een %2$s robots meta zullen hebben en niet worden opgenomen in de XML sitemaps. %3$sMeer info over de zoek resultaat instellingen%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Het niet in de zoekresultaten tonen van %1$s betekent technisch gezien dat deze een %2$s robots meta zullen hebben en dat deze zullen worden uitgesloten van XML sitemaps. %3$sMeer info over de zoekresultaat intellingen%4$s."],"Default for %2$s, currently: %1$s":["Standaard voor %2$s, momenteel: %1$s"],"Show %s in search results?":["Toon %s in zoekresultaten?"],"this author's archives":["de archieven van deze auteur"],"Do not allow search engines to show %s in search results.":["Sta zoekmachines niet toe om %s te tonen in de zoekresultaten."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Categorie-URLs in WordPress bevatten een voorvoegsel, doorgaans %s, deze optie verwijderd dat voorvoegsel, alleen voor categorieën."],"Category URLs":["Categorie-URLs"],"the archive for %s":["het archief voor %s"],"Redirect attachment URLs to the attachment itself?":["Redirect bijlage-URLs naar de bijlage?"],"We recommend you set this to Yes.":["We raden aan deze instelling op Ja te zetten."],"Media & attachment URLs":["Media- en bijlage-URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Dit is wat wordt getoond in de zoekresultaten als men je homepage vindt. Dat betekent waarschijnlijk dat dit is wat ze zien wanneer ze jouw merknaam zoeken."],"date archives":["datum archieven"],"archives for authors without posts":["archieven voor auteurs zonder berichten"],"Read why XML Sitemaps are important for your site.":["Lees waarom XML-sitemaps belangrijk zijn voor je site."],"Enable the XML sitemaps that %s generates.":["Schakel de XML-sitemaps in die worden gegenereerd door %s."],"See the XML sitemap.":["Bekijk de XML sitemap."],"%2$s (current default for %1$s)":["%2$s (huidige standaard voor %1$s)"],"Media":["Media"],"Content Types":["Contenttypes"],"Should search engines follow links on this %1$s?":["Moeten zoekmachines links volgen op deze %1$s?"],"Allow search engines to show this %s in search results?":["Sta zoekmachines toe om deze %s te tonen in zoekresultaten?"],"Search Appearance":["Zoekweergave"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Geef aan welke contenttypes getoond moeten worden in zoekmachines. Als je het verschil tussen de contenttypes niet weet kan je het beste de standaardinstellingen kiezen. "],"Search engines should show \"%1$s\" in search results:":["Zoekmachines moeten \"%1$s\" tonen in de zoekresultaten:"],"Search engine visibility":["Zichtbaarheid in zoekmachines"],"Toggle %1$s's XML Sitemap":["Schakel %1$s's XML-sitemap in of uit"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Ondersteuningsaanvragen die je hier maakt worden direct naar ons supportsysteem verzonden, dat beveiligd is met 256-bit SSL, zodat de communicatie 100% veilig is."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["De cornerstone content-functionaliteit laat je cornerstone content op je website markeren en filteren."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Als je een probleem hebt dat je niet krijgt opgelost met onze videohandleidingen of kennisbank, dan kan je een bericht sturen naar onze klantenservice. Je kan deze 24/7 bereiken."],"Search result":[""],"Good results":["Goeie resultaten"],"Get better search results in local search":["Krijg betere zoekresultaten in lokale zoekopdrachten"],"Allow customers to pick up their %s order locally":["Biedt je gebruikers aan om hun %s bestellingen lokaal op te halen"],"SEO analysis":["SEO-analyse"],"The SEO analysis offers suggestions to improve the SEO of your text.":["De SEO-analyse geeft suggesties om de SEO van je tekst te verbeteren."],"Learn how the SEO analysis can help you rank.":["Leer hoe de SEO-analyse je kan helpen om te ranken."],"The readability analysis offers suggestions to improve the structure and style of your text.":["De leesbaarheidsanalyse geeft suggesties om de structuur en stijl van je tekst te verbeteren."],"Discover why readability is important for SEO.":["Ontdek waarom leesbaarheid belangrijk is voor SEO."],"Find out how cornerstone content can help you improve your site structure.":["Leer hoe cornerstone content je kan helpen om de structuur van je website te verbeteren."],"The text link counter helps you improve your site structure.":["De tekstlinkteller helpt je om de structuur van je website te verbeteren."],"Find out how the text link counter can enhance your SEO.":["Leer hoe de tekstlinkteller je SEO kan verbeteren."],"%s integration":["%s integratie"],"Read more about how %s works.":["Lees meer over hoe %s werkt."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Zet deze functionaliteit aan als je wilt dat Facebook en andere sociale media een preview met afbeeldingen en een samenvatting van de tekst toont als een link naar je site wordt gedeeld."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Zet deze functionaliteit aan als je wilt dat Twitter een preview met afbeeldingen en een samenvatting van de tekst toont als een link naar je site wordt gedeeld."],"Find out why you should upgrade to %s":["Lees hier waarom je zou moeten upgraden naar %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["De laatste blogberichten op %1$s"],"Need help?":["Hulp nodig?"],"Type here to search...":["Typ hier om te zoeken..."],"Search the Yoast Knowledge Base for answers to your questions:":[""],"Remove highlight from the text":["Markering uit de tekst verwijderen"],"Your site language is set to %s. ":[""],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Snel aan de slag met de %1$s %2$sconfiguratie wizard%3$s!"],"First-time SEO configuration":["Allereerste SEO configuratie"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["De taal van je website is ingesteld op {language}. Neem contact op met de beheerder van je website als dit niet klopt."],"Your site language is set to {language}.":["De taal van je website staat ingesteld op {language}."],"Highlight this result in the text":["Markeer dit resultaat in de tekst"],"Considerations":["Overwegingen"],"Errors":["Fouten"],"Change language":["Wijzig taal"],"You cannot create a %s file.":["Je kunt geen %s bestand maken."],"You cannot edit the %s file.":["Je kunt het %s bestand niet wijzigen."],"Updated %s":["%s is bijgewerkt."],"Create %s file":["Maak %s bestand aan."],"Edit the content of your %s:":["Wijzig de inhoud van je %s:"],"Save changes to %s":["Sla %s wijzigingen op."],"%s file":["%s bestand"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s en %2$s werken veel beter samen als er een extra, ondersteunende plugin wordt gebruikt. Installeer %3$s, daar wordt je leven makkelijker van. %4$s."],"More information":["Meer informatie"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s en %2$s werken veel beter samen als er een extra, ondersteunende plugin wordt gebruikt. Activeer %3$s, daar wordt je leven makkelijker van."],"More information about %1$s":["Meer informatie over %1$s"],"Configuration Wizard":["Configuratie Wizard"],"You've done it!":["Je hebt het gedaan!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integreer %2$s naadloos met %1$s voor de inhoudsanalyse!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s en %2$s kunnen beter samenwerken door het toevoegen van een hulp plugin. Installeer %3$s om je leven makkelijker te maken."],"Manage your %s subscription on MyYoast":["Beheer je %s abonnement op MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["De zoekweergave-instellingen voor %1$s zijn gebaseerd op variabelen die vervangen worden door specifieke waardes van de pagina wanneer die getoond wordt. De onderstaande tabel toont een lijst met beschikbare variabelen."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Markeer de meest belangrlijke %1$s als 'cornerstone content' om jouw websitestructuur te verbeteren. %2$sLeer meer over cornerstone content%3$s."],"Loading help center.":["Helpcenter wordt geladen."],"Get support":["Krijg ondersteuning"],"View in KB":["Bekijk in de kennisbank"],"Go back":["Ga terug"],"Go back to the search results":["Ga terug naar de zoekresultaten"],"(Opens in a new browser tab)":["(Opent in een nieuwe browsertab)"],"Posts %1$swithout%2$s a focus keyphrase":["Berichten %1$szonder%2$s een focus keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, je SEO doet het goed! Kijk eens naar je statistieken:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Je hebt geen gepubliceerde berichten, je SEO scores worden hier zichtbaar nadat je je eerste bericht hebt gemaakt!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Op deze pagina kun je de naam van je site veranderen en kiezen welk\nscheidingsteken je wilt gebruiken. Het scheidingsteken wordt bijvoorbeeld\n getoond tussen je berichttitel en de sitenaam. Symbolen worden getoond in\n \nde grootte waarin ze te zien zijn in de zoekresultaten. Kies degene die het\nbeste past bij je merk of die de minste ruimte inneemt in de snippets."],"Something else":["Iets anders"],"A portfolio":["Een portfolio"],"A corporation":["Een groot bedrijf"],"A small offline business":["Een klein offline bedrijf"],"A news channel":["Een nieuwskanaal"],"An online shop":["Een webshop"],"A blog":["Een blog"],"What does the site %1$s represent?":["Wat vertegenwoordigt je site %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Als je nee kiest, worden de auteurarchieven gedeactiveerd om \ndubbele-inhoudproblemen te voorkomen."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Let op: we slaan je gegeven op geen enkele manier op en hebben geen volledige toegang tot je account.\nJe privacy is bij ons veilig."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integreert met de Google Search Console, een tool die website eigenaren moeten hebben.\n Het geeft je informatie over de gezondheid van je site. \n Heb je nog een Google account of is je site nog niet geactiveerd?\n Lees hier %2$shoe de Google Search Console aan je site te koppelen.%3$s"],"Option B: My site is under construction and should not be indexed":["Optie B: Mijn website is in ontwikkeling en mag niet geïndexeerd worden"],"Option A: My site is live and ready to be indexed":["Optie A: Mijn website staat online en is klaar om geïndexeerd te worden"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Kies under constructie als je de website uit de index of zoek machines wilt\nhouden. Vergeet niet om dit weer te activeren als je er klaar voor bent om de site\nte publiceren."],"Please specify if your site is under construction or already active.":["Geef aan of je website onder constructie of al actief is."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Deze informatie zal worden gebruikt in Google's Knowledge Graph Card, het grote blok aan informatie dat je aan de rechterkant van de zoekresultaten ziet."],"Read more like this on our SEO blog":["Lees meer zoals dit op ons SEO blog"],"Readability: %s":["Leesbaarheid: OK"],"Not activated":["Niet geactiveerd"],"Activated":["Geactiveerd"],"%1$s recommendations for you":["%1$s aanbevelingen voor jou"],"All Readability Scores":["Alle leesbaarheidsscores"],"Filter by Readability Score":["Filter op leesbaarheidsscore"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Je ontvangt geen updates of ondersteuning. Los dit probleem op door deze website toe te voegen en %1$s te activeren voor deze website in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is niet geldig."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Wil je een voorbeeld van hoe het er uit ziet als anderen dit bericht delen op %1$s? Dat kan nu met %2$s."],"Good job! All the links in your texts have been counted.":["Goed gedaan. Alle links in je teksten zijn geteld."],"Calculation completed.":["Berekening gereed."],"Calculation in progress...":["Berekening in uitvoering..."],"Stop counting":["Stop met tellen"],"Counting links in your texts":["Links in je teksten worden geteld"],"Text %1$s of %2$s processed.":["Tekst %1$s van %2$s verwerkt."],"All your texts are already counted, there is no need to count them again.":["Al je teksten zijn al geteld, er is geen reden om ze opnieuw te tellen."],"Count links in your texts":["De links in je teksten tellen"],"Text link counter":["Tekstlinkteller"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Aantal interne links die naar dit bericht linken. Kijk voor meer informatie in de hulptab onder \"Yoast kolommen\"."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Aantal interne links in deze post. Zie “Yoast Columns” tekst in het hulp tabblad voor meer informatie."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s voegt meerdere kolommen toe aan deze pagina. We hebben een artikel geschreven over %2$shoe je de SEO-score en leesbaarheidsscore%3$s kunt gebruiken. De linkkolommen tonen het aantal artikelen op deze website die linken \n %5$snaar%6$s dit artikel en het aantal URL's die linken %5$svanaf%6$s dit artikel. Leer meer over %4$shoe deze opties je interne linkstructuur kunnen verbeteren%3$s, wat je SEO aanzienlijk versterkt."],"%s Columns":["%s kolommen"],"Readability score":["Leesbaarheidsscore"],"Other benefits of %s for you:":["Andere voordelen van %s voor jou:"],"Scroll to see the preview content.":["Scrol om de voorbeeldinhoud te zien."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s zorgt nu voor alle technische optimalisaties op je website. Om de prestaties van je website in de zoekresultaten te verbeteren is het van belang om inhoud te schrijven die goed rankt op de trefwoorden die jij het belangrijkst vindt. Bekijk deze video waarin we uitleggen hoe je de %1$s metabox moet gebruiken bij het bewerken van je berichten of pagina's."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Wanneer je de concurrentie wil verslaan in een specifieke regio of stad, bekijk dan onze %1$s plugin! Je kunt er makkelijk Google maps, openingsuren en contact informatie toevoegen. Daarnaast helpt %1$s jou met het verbeteren van de bruikbaarheid van je contactpagina."],"Attract more customers near you":["Meer lokale klanten aantrekken"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Wil je alle ins en outs van %1$s weten? Wil je alles leren over de geavanceerde instellingen? Wil je het maximale uit de %1$s plugin halen? Bekijk dan onze %1$s plugin training en overtref je concurrentie!"],"Get the most out of %1$s with the %2$s":["Haal het maximale uit %1$s met de %2$s"],"Upgrade to Premium":["Naar Premium upgraden"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Wil je de concurrentie overstijgen? %1$s geeft je geweldige extra mogelijkheden die je helpen om je SEO strategie op te zetten zoals een professional. Gebruik de focus trefwoord functionaliteit voor meerdere trefwoorden, de redirect beheerder en onze interne linking tool. %1$s biedt je ook toegang tot ondersteuning van het Yoast-team."],"Outrank the competition with %s":["Overtref je concurrenten met %s"],"You might like":["Wellicht ook interessant"],"Newsletter":["Nieuwsbrief"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We hebben gedetecteerd dat je de configuratiehulp nog niet hebt afgerond. We raden aan om de %2$sconfiguratiehulp te starten om %1$s in te stellen%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["De configuratiehulp helpt je om gemakkelijk de optimale SEO-instellingen voor je website in te stellen."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Gebruik Premium en onze experts zijn er voor je om vragen die je hebt over het instellen en gebruik van de plugin te beantwoorden."],"Superfast internal linking suggestions":["Supersnelle interne linksuggesties"],"Great news: you can, with %1$s!":["Fantastisch nieuws: jij kan het met %1$s!"],"Save changes":["Wijzigingen opslaan"],"1 year free support and updates included!":["1 jaar gratis bijwerken en nieuwe versies ontvangen is inbegrepen!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["De plugin %2$s past de uitvoer van gegevens op je site aan waardoor een verschil ontstaat tussen wat zoekmachines en normale gebruikers zien. Dit wordt cloaking genoemd en is een negatieve factor voor ranking. We raden je ten zeerste aan om de %2$s plugin uit te schakelen."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial media preview%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sGeen dode links meer%2$s: eenvoudige redirect manager"],"No ads!":["Geen advertenties!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Sociale media preview"],"Easy redirect manager":["Eenvoudige redirect manager"],"No more dead links":["Geen dode links meer"],"Increase your SEO reach":["Je SEO bereik verhogen"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Als je hulp nodig hebt bij het schrijven van fantastische content, probeer dan eens onze %2$sSEO copywritingcursus%3$s. Wil je alles weten over de functies van de plugin, dan heb je onze %1$s nodig!"],"Variable":["Variabele"],"Available variables":["Beschikbare variabelen"],"Scroll to see the table content.":["Scrol om de inhoud van de tabel te zien"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Als je hulp nodig hebt, kun je ons %1$sartikel over het koppelen van je website aan Google Search Console%2$s lezen."],"An error occurred in the '%1$s' assessment":["Er ging iets fout in de '%1$s'-beoordeling"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s van de woorden bevat %2$sover %3$s lettergrepen%4$s, wat meer is dan het aanbevolen maximum van %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s van de woorden bevat %2$sover %3$s lettergrepen%4$s, wat minder is dan of gelijk aan het aanbevolen maximum van %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Dit is een beetje beneden het aanbevolen minimumaantal van %2$d woord. Voeg nog iets meer tekst toe.","Dit is een beetje beneden het aanbevolen minimumaantal van %2$d woorden. Voeg nog iets meer tekst toe."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["De meta-omschrijving bevat %1$d zin van %2$smeer dan %3$s woorden%4$s. Probeer deze in te korten.","De meta-omschrijving bevat %1$d zinnen van %2$smeer dan %3$s woorden%4$s. Probeer deze in te korten."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["De meta-omschrijving bevat geen zinnen van %1$smeer dan %2$s woorden%3$s."],"Step %1$d: %2$s":["Stap %1$d: %2$s"],"No new notifications.":["Geen nieuwe meldingen."],"Save all":["Alles opslaan"],"Save":["Opslaan"],"%1$s, Author at %2$s":["%1$s, auteur op %2$s"],"Mobile preview":["Mobiel preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Redirect selecteren"],"Please provide an SEO title by editing the snippet below.":["Voeg een SEO-titel toe door de snippet hieronder te bewerken."],"Meta description preview:":["Meta-omschrijvingvoorvertoning:"],"Slug preview:":["Voorvertoning slug:"],"SEO title preview:":["SEO titel voorbeeld:"],"Close snippet editor":["Snippet-editor sluiten"],"Slug":["Slug"],"Remove marks in the text":["Markeringen in de tekst verwijderen"],"Mark this result in the text":["Dit resultaat markeren in de text"],"Marks are disabled in current view":["Markeringen zijn uitgeschakeld in de huidige weergave"],"Good SEO score":["Goede SEO-score"],"OK SEO score":["Redelijke SEO-score"],"Feedback":["Reacties"],"ok":["ok"],"Choose an image":["Een afbeelding kiezen"],"Remove the image":["De afbeelding verwijderen"],"MailChimp signup failed:":["Aanmelden voor Mailchimp mislukt:"],"Sign Up!":["Meld je aan!"],"Name":["Naam"],"There is an error with the request.":["Tijdens je verzoek is er een fout opgetreden."],"Select profile":["Profiel selecteren"],"Choose a profile":["Een profiel kiezen"],"Authorization code":["Autorisatiecode"],"Reauthenticate with Google":["Herautoriseer met Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Voer uw Google-autorisatiecode in zodat %s de informatie uit Google Search Console kan ophalen. De knop hieronder opent een nieuw venster."],"Please provide a meta description by editing the snippet below.":["Voeg een meta-omschrijving toe door de onderstaande snippet te bewerken."],"Edit snippet":["Snippet bewerken"],"You can click on each element in the preview to jump to the Snippet Editor.":["Je kan op elk element in het voorbeeld klikken om naar de snippet-editor te gaan."],"SEO title preview":[""],"Meta description preview":[""],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Er deed zich een probleem voor bij het opslaan van de huidige stap, {{link}}verstuur een bug report{{/link}} met een beschrijving bij welke stap het mis ging en welke wijziging je wilde maken (indien van toepassing)."],"Close the Wizard":["De hulp sluiten"],"Export settings":["Instellingen exporteren"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuratieassistent"],"Please don't show me this notification anymore":["%1$sDeze notificatie niet meer tonen%2$s"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Als je problemen ondervindt, %1$svul een foutrapport in%2$s en we zullen ons best doen om je te helpen."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We hebben gemerkt dat je %1$s enige tijd nu gebruikt; we hopen dat het je bevalt! Wij zouden zeer erkentelijk zijn als je ons %2$seen 5 ster waardering geeft op WordPress.org%3$s!"],"Date archives settings":["Instellingen datum-archieven"],"Author archives settings":["Instellingen auteursarchieven"],"%1$s by %2$s":["%1$s bij %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Waarschuwing: de variabele %s kan niet gebruikt worden in deze template. Zie het helpcenter voor meer informatie."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Trouwens, wist je dat we ook een %1$sPremium Plugin%2$s hebben? Het biedt geavanceerde functies, zoals een doorstuur manager en ondersteuning voor meerdere trefwoorden. Het komt ook met 24/7 persoonlijke ondersteuning."],"(no title)":["(geen titel)"],"%s installation wizard":["%s installatie wizard"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Het %1$s toolbar-menu bevat handige links naar tools van derden waarmee je je pagina's kan analyseren en geeft inzicht in hoeveel SEO-meldingen gevonden zijn."],"Admin bar menu":["Toolbar-menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["Er vindt door %1$s een dagelijkse controle plaats of je website nog geïndexeerd kan worden door de diverse zoekmachines en stuurt je een bericht als dit niet het geval is."],"Features":["Functies"],"SEO title":["SEO-titel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Hoewel we er naar streven %1$s zo gemakkelijk mogelijk te maken, kan het zijn dat er instellingen zijn die ingewikkeld over kunnen komen. Als je liever hebt dat wij %1$s voor je instellen, bestel dan onze %3$s%1$s configuratiedienst%4$s (inclusief onze %2$s-plugin)."],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welkom bij de configuratiehulp van %1$s. In een paar eenvoudige stappen helpen we je de SEO-instellingen naar de behoeften van deze website te configureren."],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google toont de naam van de website in de zoekresultaten; als je dat wilt veranderen, doe het dan hier."],"Greater than sign":["Groter dan-teken"],"Less than sign":["Kleiner dan-teken"],"Right angle quotation mark":["Naar rechts gericht aanhalingsteken"],"Left angle quotation mark":["Naar links gericht aanhalingsteken"],"Small tilde":["Kleine tilde"],"Vertical bar":["Vertikale balk"],"Low asterisk":["Laag sterretje"],"Asterisk":["Sterretje"],"Bullet":["Bolletje"],"Middle dot":["Midden-punt"],"Em dash":["Em-streepje"],"En dash":["En-streepje"],"Dash":["Streepje"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Kies het symbool dat je als titelscheidingsteken wilt gebruiken.Dit wordt bijvoorbeeld getoond tussen de berichttitel en de sitenaam. De symbolen worden getoond in de grootte waarmee ze in de zoekresultaten zullen verschijnen."],"The name of the person":["De naam van de persoon"],"No":["Nee"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Heb jij of heeft de website meerdere auteurs?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genereert automatisch een URL voor elk bestand in de mediabibliotheek. Door deze functie te activeren kan Google de gegenereerde URL indexeren. "],"Success!":["Geslaagd!"],"Title settings":["Titelinstellingen"],"Google Search Console":["Google Search Console"],"Multiple authors":["Meerdere auteurs"],"Site type":["Type site"],"Environment":["Omgeving"],"Yoast option %1$s not found.":["Yoast-optie %1$s niet gevonden."],"Google Structured Data Test":["Gestructureerde datatest van Google"],"Posts list":["Berichtenlijst"],"Posts list navigation":["Berichtenlijst-navigatie"],"Filter posts list":["Berichtenlijst filteren"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Hou er rekening mee dat links naar archieven wellicht nog steeds gebruikt kunnen worden door jouw thema en dat je ze apart zult moeten verwijderen."],"%1$s to optimize your site even further":["%1$s om je website nog verder te optimaliseren"],"%1$s extensions":["%1$s extensies"],"Comes with our 30-day no questions asked money back guarantee":["Komt met onze 30 dagen 'niet goed, geld terug'-garantie"],"More information %1$sabout %3$s%2$s":["Meer informatie %1$sover %3$s%2$s"],"Installed":["Geïnstalleerd"],"gain access to our 24/7 support team.":["krijg toegang tot ons 24/7 supportteam."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["bekijk hoe je bericht op Facebook of Twitter eruit ziet."],"Social previews":["Social previews"],"create and manage redirects from within your WordPress install.":["maak en beheer redirects vanuit je WordPress installatie."],"Redirect manager":["Redirectbeheer"],"%1$s, take your optimization to the next level!":["%1$s, breng jouw optimalisatie naar een hoger niveau!"],"A seamless integration between %1$s and %2$s":["Een naadloze integratie tussen %1$s en %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Gebruik de %1$s broodkruimel-implementatie in plaats van de %2$s-implementatie"],"Easily insert Google Maps, a store locator, opening hours and more":["Eenvoudig Google Maps, een winkelvinder, openingstijden en nog meer toevoegen"],"Creates XML News Sitemaps":["Maakt XML-nieuws-sitemaps"],"Immediately pings Google on the publication of a new post":["Stuurt Google direct een melding bij de publicatie van een nieuw bericht"],"Optimize your site for Google News":["Optimaliseer je site voor Google News"],"Make videos responsive through enabling fitvids.js":["Maak video's responsive door fitvids.js in te schakelen"],"Enhance the experience of sharing posts with videos":["Verbeter de ervaring van het delen van berichten die video's bevatten"],"Show your videos in Google Videos":["Toon je video's in Google Videos"],"Crawl issues list":["Crawlproblemenlijst"],"Crawl issues list navigation":["Crawlproblemenlijst-navigatie"],"Edit “%s”":["“%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Meldingen"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Verwijderd de trefwoord-tab van de metabox en schakelt alle SEO-gerelateerde suggesties uit."],"Disable SEO analysis":["SEO analyse uitschakelen"],"Twitter settings":["Titelinstellingen"],"Pinterest settings":["Pinterest-instellingen"],"Facebook settings":["Facebookinstellingen"],"Title separator symbol":["Titel verbindingsteken"],"RSS feed settings":["RSS-feed instellingen"],"Breadcrumbs settings":["Kruimelpadinstellingen"],"Make primary":["Primair maken"],"Enter your Google Authorization Code and press the Authenticate button.":["Voer de Google-autorisatiecode in en druk op de knop Autenticatie."],"Knowledge base article":["Kennisbank-artikel"],"Open the knowledge base article in a new window or read it in the iframe below":["Open het kennisbank artikel in een nieuw venster of lees het in het iframe hieronder"],"Search results":["Zoekresultaten"],"%s notification":["%s melding","%s meldingen"],"Disable readability analysis":["Leesbaarheidsanalyse uitschakelen"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Verwijdert de leesbaarheids-tab uit de metabox en schakelt alle suggesties met betrekking tot leesbaarheid uit."],"Readability analysis":["Leesbaarheidsanalyse"],"Needs improvement":["Heeft verbetering nodig"],"Readability":["Leesbaarheid"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Je probeert om niet-verkleinde bestanden te laden, deze zijn alleen beschikbaar in het pakket voor ontwikkelaars. Bekijk %1$s om alle bronbestanden te zien."],"Improvements":["Verbeteringen"],"Dismiss this item.":["Deze melding negeren."],"Good job! We could detect no serious SEO problems.":["Goed gedaan! We konden geen serieuze SEO-problemen vinden."],"We have detected the following issues that affect the SEO of your site.":["We hebben de volgende problemen ontdekt die invloed hebben op de SEO van je website."],"Problems":["Problemen"],"Analysis":["Analyse"],"Not available":["Niet beschikbaar"],"Filter by SEO Score":["Op SEO-score filteren"],"Meta description not set.":["Geen meta-omschrijving ingesteld."],"Video tutorial":["Video-instructie"],"Email support is a %s feature":["E-mailondersteuning is een %s eigenschap"],"Knowledge base":["Kennisbank"],"Open":["Open"],"Loading...":["Laden..."],"Something went wrong. Please try again later.":["Er is iets misgegaan. Probeer het later opnieuw."],"No results found.":["Geen resultaten gevonden."],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["Je kan dit verhelpen op de %1$sPermalink-instellingenpagina%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Het pagineren van reacties is ingeschakeld, dit is in 999 van de 1000 gevallen niet nodig, wij adviseren om dit uit te schakelen."],"Replaced with the primary category of the post/page":["Vervangen door de primaire categorie van bericht/pagina"],"Pinterest confirmation":["Pinterest-bevestiging"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Als je al de website bij Pinterest bevestigd hebt, kun je de stap hieronder overslaan."],"Format-based archives":["Opmaak-gebaseerde archieven"],"Webmaster Tools verification":["Verificatie van de webmaster-tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Neem deel aan onze %1$s voor WordPress-training en wordt een gecertificeerde %1$s-expert."],"Want to be a %s Expert?":["Wil je een %s-expert worden?"],"Buy %s":["%s kopen"],"Show information about errors in category %s":["Toon informatie over fouten in de categorie 'Overige'"],"New %1$s Title":["Nieuwe %1$s-titel"],"Existing %1$s Title":["Bestaande %1$s-titel"],"Expected an integer as input.":["Heel getal verwacht als invoer."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Er is geprobeerd een goede sitemapcachesleutel te maken, maar de combinatie van voor- en achtervoegsel geeft hiervoor te weinig mogelijkheden. Je probeert waarschijnlijk een pagina op te vragen die ver buiten het verwachte bereik valt."],"Remove":["Verwijderen"],"Keep":["Behouden"],"Bold the last page":["Toon de laatste pagina vetgedrukt"],"Regular":["Normaal"],"Bold":["Vetgedrukt"],"Show Blog page":["Toon berichtenpagina"],"Primary %s":["Primair %s"],"Primary":["Primair"],"Make %1$s primary %2$s":["Maak %1$s primair %2$s"],"Term is set to noindex.":["Term is ingesteld op noindex."],"Author archives":["Auteursarchieven"],"Show":["Tonen"],"Enabled":["Ingeschakeld"],"Disabled":["Uitgeschakeld"],"%1$s has not fetched your site's indexability status yet from %2$s":["%s heeft indexeerbaarheidsstatus van je site nog niet opgehaald van OnPage.org"],"The separator defined in your theme's %s tag.":["Het scheidingsteken zoals gedefinieerd in de %s-tag van het thema."],"No index":["Noindex"],"Analyze entire site":["De volledige website analyseren"],"Fetch the current status":["Huidige status ophalen"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s was niet in staat de indexeerbaarheid van de website op te halen%3$s van OnPage.org"],"Your homepage can be indexed by search engines.":["De homepage kan geïndexeerd worden door zoekmachines."],"Indexability check by %1$s":["Indexeerbaarheidscontrole door %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Als je een afbeelding wilt gebruiken om te delen op %1$s, kun je deze hier uploaden/selecteren, of een URL invoeren."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Als je de meta-omschrijving niet wilt gebruiken om het bericht op %1$s te delen, maar een andere omschrijving wilt, kun je die hier schrijven."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Als je de berichttitel niet wilt gebruiken voor het delen van een bericht op %1$s, maar een andere titel wilt gebruiken, voer die hier dan in."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sDe homepagina kan niet geïndexeerd worden door zoekmachines%2$s. Dit is erg slecht voor de SEO en moet opgelost worden."],"Once Weekly":["Wekelijks"],"SEO score":["SEO score"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["SEO-scores herberekenen voor alle inhoudsonderdelen met een focus-zoekwoord."],"%1$s of %2$s done.":["%1$s van %2$s gedaan."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Het algoritme dat de SEO-score berekent, is vernieuwd. %1$sKlik hier om de SEO-scores opnieuw te berekenen%2$s voor alle berichten en pagina's."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["De eerste echte alles-in-één SEO-oplossing voor WordPress, inclusief inhoudsanalyse per pagina, XML-sitemaps en veel meer."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activering mislukt:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["De filter-extensie is niet beschikbaar. Vraag je hostingprovider om deze in te schakelen."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["De %1$s plugininstallatie is onvolledig. Meer informatie in de %2$sinstallatiehandleiding%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["De extensie Standaard-PHP-bibliotheek (SPL) lijkt niet beschikbaar. Vraag de hostingprovider deze te activeren."],"SEO Settings":["SEO-instellingen"],"Mobile-Friendly Test":["Test mobielvriendelijkheid"],"Google Page Speed Test":["'Google Page speed'-test"],"CSS Validator":["CSS-validator"],"HTML Validator":["HTML-validator"],"Pinterest Rich Pins Validator":["'Pinterest rich pins'-validator"],"Facebook Debugger":["Facebook-foutopsporing"],"Check Headers":["Headers controleren"],"Check Google Cache":["Google Cache controleren"],"Analyze this page":["Deze pagina analyseren"],"Keyword Research":["Trefwoordenonderzoek"],"%s does not seem to be a valid url. Please correct.":["%s is geen geldige URL. Vul een geldige URL in."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s is geen geldige %2$s-verificatiestring. Gelieve te corrigeren."],"%s Archive":["Archief %s"],"You searched for %s":["Je hebt gezocht naar %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Samenvatting met grote afbeelding"],"Summary":["Samenvatting"],"The post %1$s appeared first on %2$s.":["Het bericht %1$s verscheen eerst op %2$s."],"No numeric value was received.":["Geen numerieke waarde ontvangen."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dit moet een bestaand blog zijn. Blog %s bestaat niet of is gemarkeerd als verwijderd."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["De standaard bloginstellingen moeten het numerieke blog-ID hebben van het blog dat je als standaard wilt gebruiken."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is geen geldige keuze voor wie er toegang moet hebben tot de instellingen van %2$s. De standaardwaarde is hersteld."],"Please select a valid post type for taxonomy \"%s\"":["Een geldig berichttype voor taxonomie '%s' selecteren"],"Please select a valid taxonomy for post type \"%s\"":["Een geldige taxonomie selecteren voor berichttype '%s'"],"You searched for":["Je zocht naar"],"Home":["Home"],"Archives for":["Archieven voor"],"Error 404: Page not found":["404-fout: pagina niet gevonden"],"Good":["Goed"],"Replaced with a custom taxonomies description":["Vervangen door een aangepaste taxonomie-omschrijving"],"Replaced with a posts custom taxonomies, comma separated.":["Vervangen door de aangepaste taxonomieën van een bericht, door komma's gescheiden."],"Replaced with a posts custom field value":["Vervangen door de aangepaste veldwaarde van een bericht"],"Replaced with the slug which caused the 404":["De slug vervangen die een 404 veroorzaakt"],"Replaced with the posts focus keyphrase":["Vervangen door het focus-zoekwoord van het bericht"],"Attachment caption":["Bijlage-onderschrift"],"Replaced with the current page number":["Vervangen door het huidige paginanummer"],"Replaced with the current page total":["Vervangen door het huidige paginatotaal"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Vervangen door het huidige paginanummer met context (bv pagina 2 van 8)"],"Replaced with the post/page author's 'Biographical Info'":["Vervangen door de 'Biografie-informatie' van de bericht/pagina-auteur"],"Replaced with the post/page author's 'nicename'":["Vervangen door de 'nicename' van de auteur van bericht/pagina"],"Replaced with the post/page ID":["Vervangen door het bericht-/pagina-ID"],"Replaced with the post/page modified time":["Vervangen door de aangepast tijd van bericht/pagina"],"Replaced with the content type plural label":["Vervangen door het berichttype-meervoudslabel"],"Replaced with the content type single label":["Vervangen door enkelvoudig label van het berichttype"],"Replaced with the current search phrase":["Vervangen door de huidige zoekzin"],"Replaced with the term name":["Vervangen door de term-naam"],"Replaced with the term description":["Vervangen door de term-omschrijving"],"Replaced with the tag description":["Vervangen door de tag-omschrijving"],"Replaced with the category description":["Vervangen door de categorie-omschrijving"],"Replaced with the post categories (comma separated)":["Vervangen door de bericht-categorieën (door komma's gescheiden)"],"Replaced with the current tag/tags":["Vervangen door de huidige tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Vervangen door de bericht/pagina-samenvatting (niet automatisch gegenereerd)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Vervangen door de bericht/pagina-samenvatting (of automatisch gegenereerd als deze niet bestaat)"],"The site's name":["De naam van de website"],"Replaced with the title of the parent page of the current page":["Vervangen door de titel van de bovenliggende pagina van de huidige pagina"],"Replaced with the title of the post/page":["Vervangen door de titel van het bericht of de pagina"],"Replaced with the date of the post/page":["Vervangen door de datum van het bericht of de pagina"],"Page %1$d of %2$d":["Pagina %1$d van %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["De standaardvariabele-vervanging van de WP-SEO kan niet worden overschreven door het registreren van een nieuwe variabele met dezelfde naam. Gebruik in plaats daarvan het 'wpseo_replacements'-filter om de vervangingswaarde in te stellen."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Een vervangingsvariabele met dezelfde naam is al geregistreerd. Probeer de variabelenaam uniek te maken."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Een vervangingsvariable kan niet beginnen met '%%cf_' of '%%ct_' omdat deze gereserveerd zijn voor de standaardvariablen van de WP-SEO voor aangepaste velden en taxonomieën. Probeer de variabelenaam uniek te maken."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Een vervangingsvariabele kan alleen alfanummerieke karakters, een liggende streep of een verbindingsstreepje bevatten. Probeer de variabele te hernoemen."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Bericht alleen voor de beheerder: deze pagina toont geen meta-omschrijving omdat er geen opgegeven is. Schrijf er specifiek een voor deze pagina of ga naar het menu SEO -> Titels om een sjabloon op te zetten."],"Page not found":["Pagina niet gevonden"],"%s Archives":["%s Archieven"],"Search for \"%s\"":["Naar '%s' zoeken"],"Meta description to use for Author page":["Meta-omschrijving voor de auteurspagina"],"Title to use for Author page":["Titel voor de auteurspagina"],"%1$s settings":["%1$s-instellingen"],"Export your %1$s settings":["De %1$s-instellingen exporteren"],"Import settings":["Instellingen importeren"],"Import from other SEO plugins":["Vanuit andere SEO-plugins importeren"],"Import":["Importeren"],"If you had a %s file and it was editable, you could edit it from here.":["Als je een '.htaccess'-bestand hebt dat je mag bewerken, dan kun je het hier bewerken."],"If your %s were writable, you could edit it from here.":["Als %s beschrijfbaar is, kun je het hier bewerken."],"You don't have a %s file, create one here:":["Je hebt geen %s bestand. Maak er hier één aan:"],"A link to your site, with your site's name and description as anchor text.":["Een link naar je website, met de naam en omschrijving van je website als linktekst."],"A link to your site, with your site's name as anchor text.":["Een link naar je website, met de naam van je website als linktekst."],"A link to the post, with the title as anchor text.":["Een link naar het bericht, met de titel als linktekst."],"A link to the archive for the post author, with the authors name as anchor text.":["Een link naar het archief van de berichtauteur, met de naam van de auteur als linktekst."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Je kunt de volgende variabelen in de inhoud gebruiken, ze worden vervangen door de waarde aan de rechterkant."],"Content to put after each post in the feed":["Informatie die geplaatst wordt na elk RSS-bericht"],"Content to put before each post in the feed":["Content die voor elk bericht in de feed moet komen"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Deze instelling wordt gebruikt om automatisch tekst aan je RSS toe te voegen. Specifieker: het is om koppeling naar je website en je berichten toe te voegen. Hierdoor zullen 'domme' robots automatisch deze koppelingen ook toevoegen en zullen zoekmachines jou identificeren als de originele bron van de berichtinhoud."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Het gebruik van de functie 'kruimelpad' wordt uitgelegd in %1$sons kennisbankartikel op kruimelpadimplementatie%2$s."],"How to insert breadcrumbs in your theme":["Hoe een kruimelpad aan het thema toe te voegen"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Berichttype-archief om te tonen in het kruimelpad voor taxonomieën"],"Taxonomy to show in breadcrumbs for content types":["Taxonomy om te tonen in het kruimelpad van de berichttypen"],"Breadcrumb for 404 Page":["Kruimelpad voor 404-pagina"],"Prefix for Search Page breadcrumbs":["Voorvoegsel voor kruimelpad op de zoekpagina"],"Prefix for Archive breadcrumbs":["Voorvoegsel voor kruimelpad-archief"],"Prefix for the breadcrumb path":["Voorvoegsel voor het kruimelpad"],"Anchor text for the Homepage":["Linktekst voor de homepagina"],"Separator between breadcrumbs":["Scheidingsteken tussen kruimels"],"Enable Breadcrumbs":["Kruimelpad inschakelen"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Hieronder staan de SEO-scores van de gepubliceerde berichten. Het is nu het goede moment om een aantal van je berichten te verbeteren!"],"Credits":["Credits"],"« Back to Tools page":["« Terug naar de pagina Extra"],"%1$s comes with some very powerful built-in tools:":["%1$s heeft enkele zeer krachtige ingebouwde functies:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Deze tool stelt je in staat snel belangrijke bestanden van de SEO te veranderen, zoals het robots.txt en .htaccess-bestand (als dit bestaat)."],"File editor":["Bestandsbewerker"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Instellingen importeren van andere SEO-plugins en exporteren van deze instellingen voor hergebruik op een (ander) blog."],"Import and Export":["Importeren en Exporteren"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dit hulpmiddel stelt je in staat snel titels en omschrijvingen van berichten en pagina's te veranderen zonder dat je voor elke pagina naar de editor hoeft te gaan."],"Bulk editor":["Bulk editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Hier je meta tag invoeren om je %1$ssite te valideren met Pinterest%2$s:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest maakt - net als Facebook - gebruik van 'Open Graph'-metadata. Houd Open Graph aangevinkt op het Facebook-tabblad, als je de site wilt optimaliseren voor Pinterest."],"The default card type to use":["Het standaard 'card type' om te gebruiken"],"Add Twitter card meta data":["'Twitter card'-metadata toevoegen"],"This image is used if the post/page being shared does not contain any images.":["Deze afbeelding wordt gebruikt als het bericht of de pagina geen afbeeldingen bevat."],"Default settings":["Standaardinstellingen"],"Copy home meta description":["Home-metaomschrijving kopiëren"],"Description":["Omschrijving"],"Image URL":["Afbeeldings-URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dit zijn de titel, beschrijving en afbeelding die gebruikt worden in de 'Open Graph'-metatags op de voorpagina van de site."],"Frontpage settings":["Voorpagina-instellingen"],"Add Open Graph meta data":["'Open Graph'-metadata toevoegen"],"YouTube URL":["YouTube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-gebruikersnaam"],"Facebook Page URL":["Facebookpagina-URL"],"Accounts":["Accounts"],"Restore site to defaults":["Pagina standaard instellingen terugzetten"],"Site ID":["Site-ID"],"Using this form you can reset a site to the default SEO settings.":["Door dit formulier te gebruiken kun je een website terugzetten naar de standaard SEO-instellingen."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Privacygevoelige (FB-beheerders e.d.), thema-specifieke (titelherschrijving) en een paar erg website-specifieke instellingen zullen niet in nieuwe blogs geïmporteerd worden."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Voer het %1$sSite-ID%2$s in voor de website waarvan de instellingen als standaard moeten worden gebruikt voor alle nieuwe websites in het netwerk. Laat het vak leeg voor geen standaardwaarden (de normale plugin-standaardwaarden zullen worden gebruikt)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Kies de website waarvan de instellingen als standaard worden gebruikt voor elke nieuwe site in het netwerk. Bij het kiezen van 'Geen' worden de standaard plugininstellingen gebruikt."],"New sites in the network inherit their SEO settings from this site":["Nieuwe websites in het netwerk overerven de SEO-instellingen van deze website"],"Super Admins only":["Alleen superbeheerders"],"Site Admins (default)":["Websitebeheerders (standaard)"],"Who should have access to the %1$s settings":["Wie moet toegang hebben tot de %1$s-instellingen"],"spam":["spam"],"mature":["volwassen"],"archived":["gearchiveerd"],"public":["openbaar"],"%s restored to default SEO settings.":["%s is teruggezet naar standaard SEO-instellingen."],"Settings Updated.":["Instellingen bijgewerkt."],"404 pages":["404-pagina's"],"Search pages":["Zoekpagina's"],"These pages will be %s by default, so they will never show up in search results.":["Deze pagina's krijgen standaard %s, dus zullen ze nooit in de zoekresultaten verschijnen."],"Special Pages":["Speciale pagina's"],"Date-based archives could in some cases also be seen as duplicate content.":["Op datum gebaseerde archieven zouden in sommige gevallen ook als dubbele inhoud aangemerkt kunnen worden."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Als dit het geval is op je site, kun je ervoor kiezen het uit te schakelen (wat ervoor zorgt dat men doorgestuurd wordt naar de homepagina), of %s eraan toe te voegen zodat het niet voorkomt in de zoekresultaten."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Als je een auteursblog hebt, zal het auteursarchief dezelfde inhoud bevatten als de homepagina. Dit noemt men een %1$s'dubbele inhoud'-probleem%2$s."],"Date archives":["Datum-archieven"],"author archives":["auteur archieven"],"Title":["Titel"],"%1$s Meta Box":["%1$s-metabox"],"Hide":["Verbergen"],"Date in Snippet Preview":["Datum in Snippetvoorvertoning"],"Take note:":["Let op:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Je kan de titel en beschrijving van de blogpagina instellen door %1$sde blogpagina zelf te bewerken »%2$s "],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Je kunt de titel en omschrijving voor de voorpagina instellen door %1$sde voorpagina zelf te bewerken »%2$s"],"Homepage & Front page":["Homepage & voorpagina"],"Title Separator":["Scheidingsteken in de titel"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s heeft automatisch vastgesteld of het de titels op je pagina's moet herschrijven. Als je denkt dat dat niet goed is en je weet wat je doet, dan kun je de instelling hier veranderen."],"Force rewrite titles":["Titels geforceerd herschrijven"],"Taxonomies":["Taxonomieën"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s-extensies"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integreer WooCommerce naadloos in %1$s en krijg zo extra functies!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Zonder moeite een betere lokale score en op Google Maps krijgen."],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Lid van Google News? Verhoog dan het verkeer vanaf Google News door ervoor te optimaliseren."],"Optimize your videos to show them off in search results and get more clicks!":["Optimaliseer je video's om ze te tonen in de zoekresultaten en zo meer 'clicks' te krijgen."],"The premium version of %1$s with more features & support.":["The premium-versie van %1$s met meer functies & support."],"Person":["Persoon"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Deze gegevens worden als metadata getoond op de site. Ze zijn bedoeld om te verschijnen in Google kenniskaarten. Je kunt of een bedrijf of een persoon zijn; kies wat je bent:"],"Website name":["Websitenaam"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["De URL van de berichten en pagina's bevat niet de berichtnaam; het is ten zeerste aan te bevelen dat wel te doen. Overweeg de permalink-structuur aan te passen naar /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Kruimelpad"],"or":["of"],"Save Profile":["Profiel opslaan"],"There were no profiles found":["Er zijn geen profielen gevonden"],"Profile":["Profiel"],"Current profile":["Huidig profiel"],"Authenticate":["Autoriseren"],"Get Google Authorization Code":["Google-autorisatiecode verkrijgen"],"Reload crawl issues":["Crawl-problemen opnieuw laden"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Om een doorstuuradres aan te maken en dit probleem op te lossen, heb je %1$s nodig. Je kan de plugin, inclusief een jaar ondersteuning en updates, kopen op %2$s."],"Creating redirects is a %s feature":["Het aanmaken van doorstuuradressen is een %s-functie"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fouten die enkel voorkomen toen je site gecrawld werd door de Googlebot voor simpele telefoons (fouten kwamen niet voor op de desktop versie)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fouten die alleen zijn opgetreden toen je website werd gecrawld door Googlebot-Mobile. (Deze fouten waren niet zichtbaar voor desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Fouten die zijn opgetreden toen de site gecrawld werd door Googlebot."],"Issue categories":["Probleemcategorieën"],"Incorrect Google Authorization Code.":["Onjuiste Google-autorisatiecode."],"The issues have been successfully reloaded!":["De problemen zijn succesvol herladen!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["De %1$s-gegevens zijn verwijderd. Autoriseer opnieuw om de gegevens weer te kunnen ophalen."],"Crawl errors per page":["Aantal crawl-fouten per pagina"],"Search":["Zoeken"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Mis de crawl-fouten niet: %1$smaak verbinding met Google Search Console%2$s."],"Create redirect":["Doorstuuradres aanmaken"],"Mark as fixed":["Als opgelost markeren"],"Response code":["Responscode"],"First detected":["Voor het eerst ontdekt"],"Last crawled":["Het laatst gecrawld"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s heeft gedetecteerd dat je een versie van %2$s gebruikt die niet compatibel is met %1$s. Werk %2$s bij naar de nieuwste versie om deze functie te gebruiken."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast-plugins delen een gedeelte van hun code om ervoor te zorgen dat de website sneller wordt. Als gevolg daarvan moeten alle Yoast-plugins bij zijn. We hebben ontdekt dat dit niet het geval is. Werk dus alle Yoast-plugins bij die nog niet zijn bijgewerkt."],"Feature phone":["Eenvoudige telefoon"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["De URL bestaat niet, maar de server geeft geen 404-fout (bestand niet gevonden)."],"Soft 404":["Softwarematige 404"],"Request timed out or site is blocking Google.":["Verzoek is verlopen of de site blokkeert Google."],"Server Error":["Serverfout"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot kan toegang verkrijgen tot je website, maar bepaalde URLs zijn geblokkeerd voor Googlebot in het %1$s bestand. Deze blokkade kan voor alle Googlebots gelden of zelfs specifiek voor Googlebot-mobile."],"Blocked":["Geblokkeerd"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was niet in staat deze URL te crawlen door een onbekend probleem."],"URL points to a non-existent page.":["URL verwijst naar een niet bestaande pagina."],"Not found":["Niet gevonden"],"Not followed":["Niet gevolgd"],"Faulty redirects":["Kapotte redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["De server vereist autorisatie of blokkeert de toegang tot de site voor Googlebot."],"Access denied":["Toegang geweigerd"],"Deactivate %s":["%s deactiveren"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["De plugin %1$s veroorzaakt mogelijk problemen als deze in combinatie met %2$s wordt gebruikt."],"Upload Image":["Afbeelding uploaden"],"Remove these ads?":["Deze advertenties verwijderen?"],"%s Posts Overview":["%s-berichtenoverzicht"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["De kruimelpad-titel wordt gebruikt in het kruimelpad waar deze taxonomie voorkomt."],"Breadcrumbs title":["Kruimelpadtitel"],"The canonical link is shown on the archive page for this term.":["De canonieke link wordt getoond op de archiefpagina van deze uitdrukking."],"Facebook App ID":["Facebook-app-ID"],"Pinterest":["Pinterest"],"Other":["Overig"],"Archives":["Archieven"],"Email":["E-mailadres"],"Previous":["Vorige"],"Next":["Volgende"],"Close":["Sluiten"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Zowel %1$s als %2$s kunnen XML-sitemaps creëren. Het hebben van twee XML-sitemaps is niet bevorderlijk voor zoekmachines en dit kan de website langzamer maken."],"Configure %1$s's Open Graph settings":["OpenGraph-instellingen van %1$s configureren"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Zowel %1$s als %2$s creëren OpenGraph-uitvoer wat ervoor kan zorgen dat Facebook, Twitter, LinkedIn en andere sociale netwerken de verkeerde tekst of afbeelding gebruiken als jouw pagina's worden gedeeld."],"%s Image":["Afbeelding %s"],"%s Description":["Omschrijving %s"],"%s Title":["Titel %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["De aanbevolen afbeeldingsgrootte voor %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Als je de afbeelding die gebruikt wordt op %s voor dit bericht wilt overschrijven, kies of verstuur er dan een of voer de URL hier in."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Als je geen gebruik wilt maken van de meta-omschrijving voor het delen van dit bericht op %s, schrijf hier dan een andere."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Als je een andere berichttitel dan deze wilt gebruiken voor het delen van dit bericht op %s, tik hem dan hier in."],"very difficult":["heel moeilijk"],"Try to make shorter sentences, using less difficult words to improve readability":["Probeer kortere zinnen met minder moeilijke woorden te maken om de leesbaarheid te verbeteren."],"difficult":["moeilijk"],"Try to make shorter sentences to improve readability":["Probeer kortere zinnen te maken om de leesbaarheid te verbeteren."],"fairly difficult":["redelijk moeilijk"],"OK":["OK"],"fairly easy":["redelijk eenvoudig"],"easy":["eenvoudig"],"very easy":["heel eenvoudig"],"Meta Desc.":["Meta-omschrijving."],"All SEO Scores":["Alle SEO-scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO probleem: De uitgelichte afbeelding moet minimaal 200x200 pixels groot zijn om te worden gebruikt door Facebook en andere sociale media."],"(no parent)":["(geen hoofd)"],"Post is set to noindex.":["Bericht is ingesteld op noindex."],"The URL that this page should redirect to.":["De URL waar deze pagina naar moet doorsturen."],"301 Redirect":["301-doorsturen"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["De canonical URL waar deze pagina naar zou verwijzen, laat leeg om de standaard permalink te behouden. %1$sCross domain canonical%2$s ook ondersteund."],"Canonical URL":["Canonieke URL"],"Title to use for this page in breadcrumb paths":["Titels die voor deze pagina gebruikt worden in het kruimelpad"],"Breadcrumbs Title":["Kruimelpadtitel"],"No Snippet":["Geen snippet"],"No Archive":["Geen archief"],"No Image Index":["Geen afbeeldingsindex"],"None":["Geen"],"Site-wide default: %s":["Standaard voor de hele site: %s"],"Advanced meta robots settings for this page.":["Geavanceerde meta-robotsinstellingen voor deze pagina."],"Meta robots advanced":["Meta Robots geavanceerd"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Waarschuwing: hoewel hier de 'meta robots'-instelling geregeld kan worden, heeft dit geen effect, aangezien de hele site is op 'noindex' ingesteld is in de algemene privacy-instellingen."],"Meta description":["Meta-omschrijving"],"SEO Title":["SEO-titel"],"Focus keyword":["Focustrefwoord"],"Snippet preview":["Snippetvoorvertoning"],"Settings successfully imported.":["De instellingen zijn met succes geïmporteerd."],"Settings could not be imported:":["Instellingen konden niet geïmporteerd worden:"],"Breadcrumb for 404 pages:":["Kruimelpad voor 404-pagina:"],"Prefix for search result pages:":["Voorvoegsel voor kruimelpad op zoekresultatenpagina's:"],"Prefix for archive pages:":["Voorvoegsel voor kruimelpad op archiefpagina's:"],"Prefix for breadcrumbs:":["Prefix voor kruimelpad:"],"Anchor text for the homepage:":["Ankertekst voor de homepagina:"],"Breadcrumbs separator:":["Scheidingsteken voor kruimelpad:"],"%s Breadcrumbs":["%s-kruimelpad"],"Use Image":["Afbeelding gebruiken"],"Action":["Actie"],"Page URL/Slug":["Pagina-URL/Slug"],"Publication date":["Publicatiedatum"],"Post Status":["Berichtstatus"],"WP Page Title":["WP-paginatitel"],"View":["Bekijken"],"View “%s”":["“%s”"],"Preview":["Voorbeeld"],"Preview “%s”":["Voorbeeld “%s”"],"Edit":["Bewerken"],"Filter":["Filteren"],"New Yoast Meta Description":["Nieuwe Yoast-meta-omschrijving"],"Existing Yoast Meta Description":["Bestaande Yoast-meta-omschrijving"],"Facebook profile URL":["Facebookprofiel-URL"],"Twitter username (without @)":["Twitter-gebruikersnaam (zonder @)"],"FAQ":["FAQ"],"Premium Support":["Premium support"],"Settings":["Instellingen"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Ga naar %1$sInstellingen => Lezen%2$s en haal het vinkje weg bij 'Zoekmachinezichtbaarheid'."],"Huge SEO Issue: You're blocking access to robots.":["Groot SEO probleem: toegang voor robots wordt geblokkeerd."],"Posts":["Berichten"],"Edit Files":["Bestanden bewerken"],"Advanced Variables":["Geavanceerde variabelen"],"Basic Variables":["Basisvariabelen"],"General":["Algemeen"],"Extensions":["Extensies"],"Search Console":["Search Console"],"Tools":["Extra"],"Advanced":["Geavanceerd"],"XML sitemaps":["XML sitemaps"],"Social":["Sociaal"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s heeft gedetecteerd dat je versie %2$s gebruikt van %3$s, update deze naar de nieuwste versie om compatibiliteitsproblemen te voorkomen."],"Just another WordPress site":["En nog een WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Je gebruikt nog steeds de standaard WordPress-omschrijving, zelfs een lege is waarschijnlijk beter. %1$sJe kunt dit oplossen in de customizer%2$s."],"You have used HTML in your value which is not allowed.":["Het gebruik van HTML in de waarde is niet toegestaan."],"You can't edit %s that aren't yours.":["Je kunt geen %s bewerken die niet van jou zijn."],"You can't edit %s.":["%s bewerken niet mogelijk."],"Post has an invalid Content Type: %s.":["Bericht heeft een ongeldig berichttype: %s."],"Post doesn't exist.":["Dit bericht bestaat niet."],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Prullenbak (%s)","Prullenbak (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/nl_NL-formal.json b/Resources/Private/Languages/nl_NL-formal.json index 51c732e..35f323f 100644 --- a/Resources/Private/Languages/nl_NL-formal.json +++ b/Resources/Private/Languages/nl_NL-formal.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"nl"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"Free":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":[""],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":[""],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":[""],"Learn about why permalinks are important for SEO.":[""],"Google Ads":[""],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":[""],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":[""],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":[""],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["","There are new notifications."],"Learn more about the readability analysis":[""],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":[""],"%s and %s":[""],"%d minute":["","%d minutes"],"%d hour":["","%d hours"],"%d day":["","%d days"],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":[""],"hours":[""],"days":[""],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":[""],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":[""],"Move question down":[""],"Move question up":[""],"Insert question":[""],"Delete question":[""],"Enter the answer to the question":[""],"Enter a question":[""],"Add question":[""],"Frequently Asked Questions":[""],"Great news: you can, with %s!":[""],"Select the primary %s":[""],"Check links to this URL":[""],"Keyword research training":[""],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":[""],"Move step down":[""],"Move step up":[""],"Insert step":[""],"Delete step":[""],"Add image":[""],"Enter a step description":[""],"Enter a description":[""],"Unordered list":[""],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":[""],"Delete total time":[""],"Add total time":[""],"How to":[""],"How-to":[""],"Snippet Preview":[""],"Analysis results":[""],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":[""],"Cornerstone content should be the most important and extensive articles on your site.":[""],"Restore Site":[""],"Network Settings":[""],"You are not allowed to perform this action.":[""],"Error: %s":[""],"Success: %s":[""],"Site with ID %d not found.":[""],"No site has been selected to restore.":[""],"You are not allowed to modify unregistered network settings.":[""],"deleted":[""],"Would you like to add another keyphrase?":[""],"image preview":[""],"Copied!":[""],"Not supported!":[""],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":[""],"Copy link":[""],"Copy link to suggested article: %s":[""],"The site's tagline":[""],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":[""],"Optimize your site for Google News.":[""],"Optimize your shop's SEO and sell more products!":[""],"Be found in Google Video search and enhance your video sharing on social media.":[""],"Be found in Google Maps and local results.":[""],"Learn practical SEO skills to rank higher in Google.":[""],"Don’t waste time figuring out the best settings yourself.":[""],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":[""],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":[""],"Current year":[""],"Page":[""],"Breadcrumb settings for %s archive":[""],"Tagline":[""],"Modify your meta description by editing it right here":[""],"description (custom taxonomy)":[""],"(custom taxonomy)":[""],"(custom field)":[""],"Term404":[""],"Caption":[""],"Pagenumber":[""],"Pagetotal":[""],"Page number":[""],"User description":[""],"ID":[""],"Modified":[""],"Post type (plural)":[""],"Post type (singular)":[""],"Separator":[""],"Search phrase":[""],"Term title":[""],"Term description":[""],"Tag description":[""],"Category description":[""],"Primary category":[""],"Category":[""],"Tag":[""],"Excerpt only":[""],"Excerpt":[""],"Site title":[""],"Archive title":[""],"Parent title":[""],"Date":[""],"Label":[""],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":[""],"Search engines and other websites can still send traffic to your deleted post.":[""],"Make sure you don't miss out on traffic!":[""],"You just deleted a %1$s.":[""],"You just trashed a %1$s.":[""],"Settings for %s archive":[""],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Note that not all variables can be used in every field.":[""],"Snippet variables":[""],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":[""],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":[""],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":[""],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":[""],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Abonneert u op onze newsletter als u up-to-date wilt blijven over %1$s, andere coole plugins van %2$s en interessant nieuws en tips uit de wereld van SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":[""],"Baidu verification code":[""],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":[""],"Content Type":[""],"Filter by content type":[""],"Show All Content Types":[""],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":[""],"Clean":[""],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":[""],"Step 5: Clean up":[""],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":[""],"Please check your posts and pages and see if the metadata was successfully imported.":[""],"Step 3: Check your data":[""],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":[""],"Please make a backup of your database before starting this process.":[""],"Step 1: Create a backup":[""],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":[""],"Plugin: ":[""],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":[""],"%s data found.":[""],"%s data successfully removed.":[""],"%s data successfully imported.":[""],"%s data not found.":[""],"Improve your SEO skills":[""],"24/7 email support":[""],"No more dead links a.k.a. 404 pages":[""],"Get real-time suggestions for internal links":[""],"Preview your page in Facebook and Twitter":[""],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":[""],"Remove the categories prefix":[""],"Help on the category prefix setting":[""],"Learn more about the available variables":[""],"Learn more about the RSS feed setting":[""],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":[""],"Learn more about the title separator setting":[""],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":[""],"Learn more about the special pages setting":[""],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":[""],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":[""],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":[""],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":[""],"On":[""],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":[""],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":[""],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":[""],"this author's archives":[""],"Do not allow search engines to show %s in search results.":[""],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":[""],"Category URLs":[""],"the archive for %s":[""],"Redirect attachment URLs to the attachment itself?":[""],"We recommend you set this to Yes.":[""],"Media & attachment URLs":[""],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":[""],"archives for authors without posts":[""],"Read why XML Sitemaps are important for your site.":[""],"Enable the XML sitemaps that %s generates.":[""],"See the XML sitemap.":[""],"%2$s (current default for %1$s)":[""],"Media":[""],"Content Types":[""],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":[""],"Search Appearance":[""],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":[""],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":[""],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":[""],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":[""],"Good results":[""],"Get better search results in local search":[""],"Allow customers to pick up their %s order locally":[""],"SEO analysis":[""],"The SEO analysis offers suggestions to improve the SEO of your text.":[""],"Learn how the SEO analysis can help you rank.":[""],"The readability analysis offers suggestions to improve the structure and style of your text.":[""],"Discover why readability is important for SEO.":[""],"Find out how cornerstone content can help you improve your site structure.":[""],"The text link counter helps you improve your site structure.":[""],"Find out how the text link counter can enhance your SEO.":[""],"%s integration":[""],"Read more about how %s works.":[""],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Find out why you should upgrade to %s":[""],"https://yoa.st/1uk":[""],"https://yoa.st/1uj":[""],"Latest blog posts on %1$s":[""],"Need help?":[""],"Remove highlight from the text":[""],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Snel aan de slag met de %1$s %2$sconfiguratiewizard%3$s!"],"First-time SEO configuration":["Initiële SEO configuratie"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":[""],"Your site language is set to {language}.":["De taal van uw website is ingesteld op {language}."],"Highlight this result in the text":["Markeer dit resultaat in de tekst"],"Considerations":["Overwegingen"],"Errors":["Foutmeldingen"],"Change language":["Wijzig uw taal"],"You cannot create a %s file.":["U mag geen %s bestand aanmaken."],"You cannot edit the %s file.":["U mag het %s bestand niet wijzigen."],"Updated %s":["%s gewijzigd"],"Create %s file":["Maak %s bestand"],"Edit the content of your %s:":["Pas de inhoud van uw %s aan:"],"Save changes to %s":["Sla uw wijzigingen in %s op"],"%s file":["%s-bestand"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s en %2$s werken nog beter samen als u een extra, ondersteunende plugin toevoegt. Installeert u alstublieft %3$s. %4$s."],"More information":["Meer informatie"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s en %2$s werken nog beter samen als u een extra, ondersteunende plugin toevoegt. Activeert u alstublieft %3$s."],"More information about %1$s":["Meer informatie over %1$s"],"Configuration Wizard":["Configuratiewizard"],"You've done it!":["Klaar!"],"Seamlessly integrate %1$s into your AMP pages!":["Integreer %1$s naadloos in uw AMP pagina's!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integreer %2$s naadloos met %1$s t.b.v. de contentanalyse!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s en %2$s werken nog beter samen als u een extra, ondersteunende plugin toevoegt. Installeert u alstublieft %3$s."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Maak van de belangrijkste %1$s 'cornerstone content' om de structuur van uw site te verbeteren. %2$sLeer meer over cornerstone content%3$s."],"Loading help center.":["Het helpcenter wordt geladen."],"Get support":["Vraag ondersteuning"],"(Opens in a new browser tab)":["(Opent een nieuwe browsertab)"],"Posts %1$swithout%2$s a focus keyphrase":[""],"Hey, your SEO is doing pretty well! Check out the stats:":["Goedendag, uw SEO ziet er prima uit! Bekijk de statistieken:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["U heeft momenteel geen gepubliceerde berichten. Uw SEO scores zullen hier vereschijnen als u uw eerste bericht plaatst!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Iets anders"],"A portfolio":["Een portfolio"],"A corporation":["Een groot bedrijf"],"A small offline business":["Een klein offline bedrijf"],"A news channel":["Een nieuwskanaal"],"An online shop":["Een webshop"],"A blog":["Een blog"],"What does the site %1$s represent?":["Waar staat de site %1$s voor?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Optie B: Mijn site is \"under construction\" (nog niet af) en dient niet geïndexeerd te worden"],"Option A: My site is live and ready to be indexed":["Optie A: Mijn site is live en klaar om geïndexeerd te worden"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Geeft u alstublieft aan of uw site nog \"under construction\" is of reeds actief."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Lees gerelateerde artikelen op onze SEO blog"],"Readability: %s":[""],"Not activated":["Niet geactiveerd"],"Activated":["Geactiveerd"],"%1$s recommendations for you":[""],"All Readability Scores":["Alle leesbaarheidsscores"],"Filter by Readability Score":["Filter op leesbaarheidsscore"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["U ontvangt geen updates of ondersteuning. Los dit probleem op door deze site toe te voegen en %1$s te activeren voor deze site in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is niet geldig."],"Muted notifications:":["Stille meldingen:"],"Muted problems:":["Stille problemen:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Wilt u een voorbeeld van hoe het er uit ziet als anderen dit bericht delen op %1$s? Dat kan nu met %2$s."],"Good job! All the links in your texts have been counted.":["Goed gedaan. Alle links in uw teksten zijn geteld."],"Calculation completed.":["Berekening gereed."],"Calculation in progress...":["Berekening in uitvoering..."],"Stop counting":["Stop met tellen"],"Counting links in your texts":["Links in uw teksten worden geteld"],"Text %1$s of %2$s processed.":["Tekst %1$s van %2$s verwerkt."],"All your texts are already counted, there is no need to count them again.":["Al uw teksten zijn al geteld, er is geen reden om ze opnieuw te tellen."],"Count links in your texts":["De links in uw teksten tellen"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["De links in al uw gepubliceerde teksten moeten worden geteld. Dit geeft inzicht in de teksten die meer inkomende links nodig hebben. Als u meer wilt weten over het hoe en waarom van intern linken, lees dan het %1$s artikel over intern linken op %2$s%3$s."],"Text link counter":["Tekstlinkteller"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Aantal interne links die naar dit bericht linken. Kijk voor meer informatie in de hulptab onder \"Yoast kolommen\"."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s voegt meerdere kolommen toe aan deze pagina. We hebben een artikel geschreven over %2$shoe u de SEO-score en leesbaarheidsscore%3$s kunt gebruiken. De linkkolommen tonen het aantal artikelen op deze website die linken \n %5$snaar%6$s dit artikel en het aantal URL's die linken %5$svanaf%6$s dit artikel. Leer meer over %4$shoe deze opties uw interne linkstructuur kunnen verbeteren%3$s, wat uw SEO aanzienlijk versterkt."],"%s Columns":["%s kolommen"],"Readability score":["Leesbaarheidsscore"],"Other benefits of %s for you:":["Andere voordelen van %s voor u:"],"Scroll to see the preview content.":["Scrol om de voorbeeldinhoud te zien."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Wanneer u de concurrentie wil verslaan in een specifieke regio of stad, bekijk dan onze %1$s plugin! U kunt er makkelijk Google maps, openingsuren en contact informatie toevoegen. Daarnaast helpt %1$s u met het verbeteren van de bruikbaarheid van uw contactpagina."],"Attract more customers near you":["Meer lokale klanten aantrekken"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Wilt u alle ins en outs van %1$s weten? Wilt u alles leren over de geavanceerde instellingen? Wilt u het maximale uit de %1$s plugin halen? Bekijk dan onze %1$s plugin training en overtref uw concurrentie!"],"Get the most out of %1$s with the %2$s":["Haal het maximale uit %1$s met de %2$s"],"Upgrade to Premium":["Naar Premium upgraden"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Overtref uw concurrenten met %s"],"You might like":["Wellicht ook interessant"],"Newsletter":["Nieuwsbrief"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We hebben gedetecteerd dat u de configuratiehulp nog niet hebt afgerond. We raden aan om de %2$sconfiguratiehulp te starten om %1$s in te stellen%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["De configuratiehulp helpt u om gemakkelijk de optimale SEO-instellingen voor uw site in te stellen."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Gebruik Premium en onze experts zijn er voor u om vragen die u hebt over het instellen en gebruik van de plugin te beantwoorden."],"Superfast internal linking suggestions":["Supersnelle 'interne link'-suggesties"],"Great news: you can, with %1$s!":["Fantastisch nieuws: u kan het met %1$s!"],"Save changes":["Wijzigingen opslaan"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["De plugin %2$s past de uitvoer van gegevens op uw site aan waardoor een verschil ontstaat tussen wat zoekmachines en normale gebruikers zien. Dit wordt cloaking genoemd en is een negatieve factor voor ranking. We raden u ten zeerste aan om de plugin uit te schakelen."],"%1$sSocial media preview%2$s: Facebook & Twitter":[""],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sGeen dode links meer%2$s: eenvoudige redirect manager"],"No ads!":["Geen advertenties!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Sociale media preview"],"Easy redirect manager":["Eenvoudige redirect manager"],"No more dead links":["Geen dode links meer"],"Increase your SEO reach":["Uw SEO bereik verhogen"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Als u hulp nodig hebt bij het schrijven van fantastische content, probeer dan eens onze %2$sSEO copywritingcursus%3$s. Wilt u alles weten over de functies van de plugin, dan heeft u onze %1$s nodig!"],"Variable":["Variabele"],"Available variables":["Beschikbare variabelen"],"Scroll to see the table content.":["Scrol om de inhoud van de tabel te zien"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Als u hulp nodig hebt, kunt u ons %1$sartikel over het koppelen van uw website aan Google Search Console%2$s lezen."],"An error occurred in the '%1$s' assessment":["Er ging iets fout in de '%1$s'-beoordeling"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s van de woorden bevat %2$sover %3$s lettergrepen%4$s, wat meer is dan het aanbevolen maximum van %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s van de woorden bevat %2$sover %3$s lettergrepen%4$s, wat minder is dan of gelijk aan het aanbevolen maximum van %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["De meta-omschrijving bevat %1$d zin van %2$smeer dan %3$s woorden%4$s. Probeer deze in te korten.","De meta-omschrijving bevat %1$d zinnen van %2$smeer dan %3$s woorden%4$s. Probeer deze in te korten."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["De meta-omschrijving bevat geen zinnen van %1$smeer dan %2$s woorden%3$s."],"No new notifications.":["Geen nieuwe meldingen."],"Save all":["Alles opslaan"],"Save":["Opslaan"],"%1$s, Author at %2$s":["%1$s, auteur op %2$s"],"Mobile preview":["Mobiel preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Redirect selecteren"],"Please provide an SEO title by editing the snippet below.":["Voeg een SEO-titel toe door de snippet hieronder te bewerken."],"Meta description preview:":["Meta-omschrijvingvoorvertoning:"],"Slug preview:":["Voorvertoning slug:"],"SEO title preview:":["SEO-titel-preview:"],"Close snippet editor":["Snippet-editor sluiten"],"Slug":["Slug"],"Remove marks in the text":["Markeringen in de tekst verwijderen"],"Mark this result in the text":["Dit resultaat markeren in de text"],"Marks are disabled in current view":["Markeringen zijn uitgeschakeld in de huidige weergave"],"Good SEO score":["Goede SEO-score"],"OK SEO score":["Redelijke SEO-score"],"Feedback":["Reacties"],"ok":["ok"],"Choose an image":["Een afbeelding kiezen"],"Remove the image":["De afbeelding verwijderen"],"MailChimp signup failed:":["Aanmelden voor Mailchimp mislukt:"],"Sign Up!":["Meld u aan!"],"Name":["Naam"],"There is an error with the request.":["Tijdens uw verzoek is er een fout opgetreden."],"Select profile":["Profiel selecteren"],"Choose a profile":["Een profiel kiezen"],"Authorization code":[""],"Reauthenticate with Google":["Herautoriseer met Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Voer uw Google-autorisatiecode in zodat %s de informatie uit Google Search Console kan ophalen. De knop hieronder opent een nieuw venster."],"Please provide a meta description by editing the snippet below.":["Voeg een meta-omschrijving toe door de onderstaande snippet te bewerken."],"Edit snippet":["Snippet bewerken"],"You can click on each element in the preview to jump to the Snippet Editor.":["U kan op elk element in het voorbeeld klikken om naar de snippet-editor te gaan."],"Close the Wizard":["De hulp sluiten"],"Export settings":["Instellingen exporteren"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuratieassistent"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Als u problemen ondervindt, %1$svul een foutrapport in%2$s en we zullen ons best doen om u te helpen."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We hebben gemerkt dat u %1$s enige tijd nu gebruikt; we hopen dat het u bevalt! Wij zouden zeer erkentelijk zijn als u ons %2$seen 5 ster waardering geeft op WordPress.org%3$s!"],"Courses":["Cursussen"],"Date archives settings":["Instellingen datum-archieven"],"Author archives settings":["Instellingen auteursarchieven"],"%1$s by %2$s":["%1$s bij %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Waarschuwing: de variabele %s kan niet gebruikt worden in deze template. Zie het helpcenter voor meer informatie."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(geen titel)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Het %1$s toolbar-menu bevat handige links naar tools van derden waarmee u uw pagina's kan analyseren en geeft inzicht in hoeveel SEO-meldingen gevonden zijn."],"Admin bar menu":["Toolbar-menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Functies"],"SEO title":["SEO-titel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Hoewel we er naar streven %1$s zo gemakkelijk mogelijk te maken, kan het zijn dat er instellingen zijn die ingewikkeld over kunnen komen. Als u liever heeft dat wij %1$s voor u instellen, bestel dan onze %3$s%1$s configuratiedienst%4$s (inclusief onze %2$s-plugin)."],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welkom bij de configuratiehulp van %1$s. In een paar eenvoudige stappen helpen we u de SEO-instellingen naar de behoeften van deze website te configureren."],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google toont de naam van de website in de zoekresultaten; als u dat wilt veranderen, doe het dan hier."],"Greater than sign":["Groter dan-teken"],"Less than sign":["Kleiner dan-teken"],"Right angle quotation mark":["Naar rechts gericht aanhalingsteken"],"Left angle quotation mark":["Naar links gericht aanhalingsteken"],"Small tilde":["Kleine tilde"],"Vertical bar":["Verticale balk"],"Low asterisk":["Laag sterretje"],"Asterisk":["Sterretje"],"Bullet":["Bolletje"],"Middle dot":["Midden-punt"],"Em dash":["Em-streepje"],"En dash":["En-streepje"],"Dash":["Streepje"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Kies het symbool dat u als titelscheidingsteken wilt gebruiken.Dit wordt bijvoorbeeld getoond tussen de berichttitel en de sitenaam. De symbolen worden getoond in de grootte waarmee ze in de zoekresultaten zullen verschijnen."],"The name of the person":["De naam van de persoon"],"No":["Nee"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Heeft uw site meerdere auteurs?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genereert automatisch een URL voor elk bestand in de mediabibliotheek. Door deze functie te activeren kan Google de gegenereerde URL indexeren. "],"Success!":["Geslaagd!"],"Title settings":["Titelinstellingen"],"Google Search Console":["Google Search Console"],"Multiple authors":["Meerdere auteurs"],"Site type":["Type site"],"Environment":["Omgeving"],"Yoast option %1$s not found.":["Yoast-optie %1$s niet gevonden."],"Google Structured Data Test":["Gestructureerde datatest van Google"],"Posts list":["Berichtenlijst"],"Posts list navigation":["Berichtenlijst-navigatie"],"Filter posts list":["Berichtenlijst filteren"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Hou er rekening mee dat links naar archieven wellicht nog steeds gebruikt kunnen worden door uw thema en dat u ze apart zult moeten verwijderen."],"%1$s to optimize your site even further":["%1$s om uw site nog verder te optimaliseren"],"%1$s extensions":["%1$s-extensies"],"Comes with our 30-day no questions asked money back guarantee":["Komt met onze 30 dagen 'niet goed, geld terug'-garantie"],"More information %1$sabout %3$s%2$s":["Meer informatie %1$sover %3$s%2$s"],"Installed":["Geïnstalleerd "],"gain access to our 24/7 support team.":["krijg toegang tot onze 24/7 klantenservice."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["bepaal hoe uw pagina er op Facebook en Twitter uit zal zien"],"Social previews":["Sociale media-voorvertoning"],"create and manage redirects from within your WordPress install.":["maak en beheer redirects vanuit uw WordPress installatie."],"Redirect manager":["Redirectbeheer"],"%1$s, take your optimization to the next level!":["%1$s, breng uw optimalisatie naar een hoger niveau!"],"A seamless integration between %1$s and %2$s":["Een naadloze integratie tussen %1$s en %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Gebruik de %1$s broodkruimel-implementatie in plaats van de %2$s-implementatie"],"Easily insert Google Maps, a store locator, opening hours and more":["Voeg makkelijk Google Maps, een winkelzoeker, openingstijden en meer toe"],"Creates XML News Sitemaps":["Maakt XML-nieuws-sitemaps"],"Immediately pings Google on the publication of a new post":["Stuurt Google direct een melding bij de publicatie van een nieuw bericht"],"Optimize your site for Google News":["Optimaliseer uw site voor Google News"],"Make videos responsive through enabling fitvids.js":["Maak video's responsive door fitvids.js in te schakelen"],"Enhance the experience of sharing posts with videos":["Verbeter de ervaring van het delen van berichten die video's bevatten"],"Show your videos in Google Videos":["Toon uw video's in Google Videos"],"Crawl issues list":["Crawlproblemenlijst"],"Crawl issues list navigation":["Crawlproblemenlijst-navigatie"],"Edit “%s”":["Bewerk “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Meldingen"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["SEO analyse uitschakelen"],"Twitter settings":["Titelinstellingen"],"Pinterest settings":["Pinterest-instellingen"],"Facebook settings":["Facebookinstellingen"],"Title separator symbol":["Titel verbindingsteken"],"RSS feed settings":["RSS-feed instellingen"],"Breadcrumbs settings":["Kruimelpadinstellingen"],"Make primary":["Primair maken"],"Enter your Google Authorization Code and press the Authenticate button.":["Voer de Google-autorisatiecode in en druk op de knop Autenticatie."],"%s notification":["%s melding","%s meldingen"],"Disable readability analysis":["Leesbaarheidsanalyse uitschakelen"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Leesbaarheidsanalyse"],"Needs improvement":["Heeft verbetering nodig"],"Readability":["Leesbaarheid"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":[""],"Improvements":["Verbeteringen"],"Restore this item.":["Dit item herstellen."],"Dismiss this item.":["Deze melding negeren."],"Good job! We could detect no serious SEO problems.":["Goed gedaan! We konden geen serieuze SEO-problemen vinden."],"We have detected the following issues that affect the SEO of your site.":["We hebben de volgende problemen ontdekt die invloed hebben op de SEO van uw website."],"Problems":["Problemen"],"Analysis":["Analyse"],"Not available":["Niet beschikbaar"],"Filter by SEO Score":["Op SEO-score filteren"],"Meta description not set.":["Geen meta-omschrijving ingesteld."],"Video tutorial":["Video-instructie"],"Email support is a %s feature":["E-mailondersteuning is een %s eigenschap"],"Knowledge base":["Kennisbank"],"Open":["Open"],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["U kunt dit verhelpen op de %1$sPermalink-instellingenpagina%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Het pagineren van reacties is ingeschakeld, dit is in 999 van de 1000 gevallen niet nodig, wij adviseren om dit uit te schakelen."],"Replaced with the primary category of the post/page":["Vervangen door de primaire categorie van bericht/pagina"],"Pinterest confirmation":["Pinterest-bevestiging"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Als u al de website bij Pinterest bevestigd hebt, kunt u de stap hieronder overslaan."],"Format-based archives":["Opmaak-gebaseerde archieven"],"Webmaster Tools verification":["Verificatie van de webmaster-tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Neem deel aan onze %1$s voor WordPress-cursus en wordt een gecertificeerde %1$s-expert."],"Want to be a %s Expert?":["Wilt u een %s-expert worden?"],"Buy %s":["%s kopen"],"Show information about errors in category %s":[""],"New %1$s Title":["Nieuwe %1$s-titel"],"Existing %1$s Title":["Bestaande %1$s-titel"],"Expected an integer as input.":["Geheel getal verwacht als invoer."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Er is geprobeerd een goede sitemapcachesleutel te maken, maar de combinatie van voor- en achtervoegsel geeft hiervoor te weinig mogelijkheden. U probeert waarschijnlijk een pagina op te vragen die ver buiten het verwachte bereik valt."],"Remove":["Verwijderen"],"Keep":["Behouden"],"Bold the last page":["Toon de laatste pagina vetgedrukt"],"Regular":["Normaal"],"Bold":["Vetgedrukt"],"Show Blog page":["Toon berichtenpagina"],"Primary %s":["Primair %s"],"Primary":["Primair"],"Make %1$s primary %2$s":["Maak %1$s primair %2$s"],"Term is set to noindex.":["Term is ingesteld op noindex"],"Author archives":["Auteursarchieven"],"Show":["Tonen"],"Enabled":["Ingeschakeld"],"Disabled":["Uitgeschakeld"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s heeft de indexeerbaarheid-status van uw site nog niet opgehaald van %2$s"],"The separator defined in your theme's %s tag.":["Het scheidingsteken zoals gedefinieerd in de %s-tag van het thema."],"No index":["Noindex"],"Analyze entire site":["De volledige site analyseren"],"Fetch the current status":["Huidige status ophalen"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s was niet in staat de indexeerbaarheid-status van de website op te halen%3$s van %4$s"],"Your homepage can be indexed by search engines.":["De homepage kan geïndexeerd worden door zoekmachines."],"Indexability check by %1$s":["Indexeerbaarheidscontrole door %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Als u een afbeelding wilt gebruiken om te delen op %1$s, kunt u deze hier uploaden/selecteren, of een URL invoeren."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Als u de meta-omschrijving niet wilt gebruiken om het bericht op %1$s te delen, maar een andere omschrijving wilt, kunt u die hier schrijven."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Als u de berichttitel niet wilt gebruiken voor het delen van een bericht op %1$s, maar een andere titel wilt gebruiken, voer die hier dan in."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sDe homepagina kan niet geïndexeerd worden door zoekmachines%2$s. Dit is erg slecht voor de SEO en moet opgelost worden."],"Once Weekly":["Wekelijks"],"Add-ons":["Addons"],"SEO score":["SEO score"],"Twitter metadata":["Twitter-metadata"],"Facebook / Open Graph metadata":["Facebook/OpenGraph-metadata"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["%1$s van %2$s gedaan."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Het algoritme dat de SEO-score berekent, is vernieuwd. %1$sKlik hier om de SEO-scores opnieuw te berekenen%2$s voor alle berichten en pagina's."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["De eerste echte alles-in-één SEO-oplossing voor WordPress, inclusief analyse per pagina, XML-sitemaps en veel meer."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activering mislukt:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["De filter-extensie is niet beschikbaar. Vraag uw hostingprovider om deze in te schakelen."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["De %1$s plugininstallatie is onvolledig. Meer informatie in de %2$sinstallatiehandleiding%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["De extensie Standaard-PHP-bibliotheek (SPL) lijkt niet beschikbaar. Vraag de hostingprovider deze te activeren."],"SEO Settings":["SEO-instellingen"],"Mobile-Friendly Test":["Test mobielvriendelijkheid"],"Google Page Speed Test":["'Google Page speed'-test"],"CSS Validator":["CSS-validator"],"HTML Validator":["HTML-validator"],"Pinterest Rich Pins Validator":["'Pinterest rich pins'-validator"],"Facebook Debugger":["Facebook-foutopsporing"],"Check Headers":["Headers controleren"],"Check Google Cache":["Google Cache controleren"],"Analyze this page":["Deze pagina analyseren"],"Keyword Research":["Trefwoordenonderzoek"],"%s does not seem to be a valid url. Please correct.":["%s is geen geldige URL. Vul een geldige URL in."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s is geen geldige %2$s-verificatiestring. Gelieve te corrigeren."],"%s Archive":["Archief %s"],"You searched for %s":["U hebt gezocht naar %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s is geen geldig Twittergebruikers-ID. Vul een geldig ID in."],"Summary with large image":["Samenvatting met grote afbeelding"],"Summary":["Samenvatting"],"The post %1$s appeared first on %2$s.":["Het bericht %1$s verscheen eerst op %2$s."],"No numeric value was received.":["Geen numerieke waarde ontvangen."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dit moet een bestaand blog zijn. Blog %s bestaat niet of is gemarkeerd als verwijderd."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["De standaard bloginstellingen moeten het numerieke blog-ID hebben van het blog dat u als standaard wilt gebruiken."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is geen geldige keuze voor wie er toegang moet hebben tot de instellingen van %2$s. De standaardwaarde is hersteld."],"Please select a valid post type for taxonomy \"%s\"":["Een geldig berichttype voor taxonomie '%s' selecteren"],"Please select a valid taxonomy for post type \"%s\"":["Een geldige taxonomie selecteren voor berichttype '%s'"],"You searched for":["U zocht naar"],"Home":["Home"],"Archives for":["Archieven voor"],"Error 404: Page not found":["404-fout: pagina niet gevonden"],"Good":["Goed"],"Replaced with a custom taxonomies description":["Vervangen door een aangepaste taxonomie-omschrijving"],"Replaced with a posts custom taxonomies, comma separated.":["Vervangen door de aangepaste taxonomieën van een bericht, door komma's gescheiden."],"Replaced with a posts custom field value":["Vervangen door de aangepaste veldwaarde van een bericht"],"Replaced with the slug which caused the 404":["De slug vervangen die een 404 veroorzaakt"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Bijlage-onderschrift"],"Replaced with the current page number":["Vervangen door het huidige paginanummer"],"Replaced with the current page total":["Vervangen door het huidige paginatotaal"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Vervangen door het huidige paginanummer met context (bv pagina 2 van 8)"],"Replaced with the post/page author's 'Biographical Info'":["Vervangen door de 'Biografie-informatie' van de bericht/pagina-auteur"],"Replaced with the post/page author's 'nicename'":["Vervangen door de 'nicename' van de auteur van bericht/pagina"],"Replaced with the post/page ID":["Vervangen door het bericht-/pagina-ID"],"Replaced with the post/page modified time":["Vervangen door de aangepast tijd van bericht/pagina"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["Vervangen door de huidige zoekzin"],"Replaced with the term name":["Vervangen door de term-naam"],"Replaced with the term description":["Vervangen door de term-omschrijving"],"Replaced with the tag description":["Vervangen door de tag-omschrijving"],"Replaced with the category description":["Vervangen door de categorie-omschrijving"],"Replaced with the post categories (comma separated)":["Vervangen door de bericht-categorieën (door komma's gescheiden)"],"Replaced with the current tag/tags":["Vervangen door de huidige tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Vervangen door de bericht/pagina-samenvatting (niet automatisch gegenereerd)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Vervangen door de bericht/pagina-samenvatting (of automatisch gegenereerd als deze niet bestaat)"],"The site's name":["De naam van de website"],"Replaced with the title of the parent page of the current page":["Vervangen door de titel van de bovenliggende pagina van de huidige."],"Replaced with the title of the post/page":["Vervangen door de titel van het bericht of de pagina"],"Replaced with the date of the post/page":["Vervangen door de datum van het bericht of de pagina"],"Page %1$d of %2$d":["Pagina %1$d van %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["De standaardvariabele-vervanging van de WP-SEO kan niet worden overschreven door het registreren van een nieuwe variabele met dezelfde naam. Gebruik in plaats daarvan het 'wpseo_replacements'-filter om de vervangingswaarde in te stellen."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Een vervangingsvariabele met dezelfde naam is al geregistreerd. Probeer de variabelenaam uniek te maken."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Een vervangingsvariable kan niet beginnen met '%%cf_' of '%%ct_' omdat deze gereserveerd zijn voor de standaardvariablen van de WP-SEO voor aangepaste velden en taxonomieën. Probeer de variabelenaam uniek te maken."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Een vervangingsvariabele kan alleen alfanummerieke karakters, een liggende streep of een verbindingsstreepje bevatten. Probeer de variabele te hernoemen."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Pagina niet gevonden"],"%s Archives":["%s Archieven"],"Search for \"%s\"":["Naar '%s' zoeken"],"Meta description to use for Author page":["Meta-omschrijving voor de auteurspagina"],"Title to use for Author page":["Titel voor de auteurspagina"],"%1$s settings":["%1$s-instellingen"],"Export your %1$s settings":["De %1$s-instellingen exporteren"],"Import settings":["Instellingen importeren"],"Import from other SEO plugins":["Vanuit andere SEO-plugins importeren"],"Import":["Importeren"],"If you had a %s file and it was editable, you could edit it from here.":["Als u een beschrijfbaar %s-bestand hebt, dan kunt u het hier bewerken."],"If your %s were writable, you could edit it from here.":["Als uw %s beschrijfbaar is, kunt u het hier bewerken."],"You don't have a %s file, create one here:":["U heeft momenteel geen %s-bestand. Maak er hier een aan:"],"A link to your site, with your site's name and description as anchor text.":["Een link naar uw website, met de naam en omschrijving van uw website als linktekst."],"A link to your site, with your site's name as anchor text.":["Een link naar uw website, met de naam van uw website als linktekst."],"A link to the post, with the title as anchor text.":["Een link naar het bericht, met de titel als linktekst."],"A link to the archive for the post author, with the authors name as anchor text.":["Een link naar het archief van de berichtauteur, met de naam van de auteur als linktekst."],"You can use the following variables within the content, they will be replaced by the value on the right.":["U kunt de volgende variabelen in de inhoud gebruiken, ze worden vervangen door de waarde aan de rechterkant."],"Content to put after each post in the feed":["Informatie die geplaatst wordt na elk RSS-bericht"],"Content to put before each post in the feed":["Content die voor elk bericht in de feed moet komen"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Deze instelling wordt gebruikt om automatisch tekst aan uw RSS toe te voegen. Specifieker: het is om koppeling naar uw website en uw berichten toe te voegen. Hierdoor zullen 'domme' robots automatisch deze koppelingen ook toevoegen en zullen zoekmachines u identificeren als de originele bron van de berichtinhoud."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Het gebruik van de functie 'kruimelpad' wordt uitgelegd in %1$sons kennisbankartikel op kruimelpadimplementatie%2$s."],"How to insert breadcrumbs in your theme":["Hoe een kruimelpad aan het thema toe te voegen"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":[""],"Taxonomy to show in breadcrumbs for content types":[""],"Breadcrumb for 404 Page":["Kruimelpad voor 404-pagina"],"Prefix for Search Page breadcrumbs":["Voorvoegsel voor kruimelpad op de zoekpagina"],"Prefix for Archive breadcrumbs":["Voorvoegsel voor kruimelpad-archief"],"Prefix for the breadcrumb path":["Voorvoegsel voor het kruimelpad"],"Anchor text for the Homepage":["Linktekst voor de homepagina"],"Separator between breadcrumbs":["Scheidingsteken tussen kruimels"],"Enable Breadcrumbs":["Kruimelpad inschakelen"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Hieronder staan de SEO-scores van de gepubliceerde berichten. Het is nu het goede moment om een aantal van uw berichten te verbeteren!"],"Credits":["Credits"],"« Back to Tools page":["« Terug naar de pagina Extra"],"%1$s comes with some very powerful built-in tools:":["%1$s heeft enkele zeer krachtige ingebouwde functies:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Deze tool stelt u in staat snel belangrijke bestanden van de SEO te veranderen, zoals het robots.txt- en .htaccess-bestand (als dit bestaat)."],"File editor":["Bestandsbewerker"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Instellingen importeren van andere SEO-plugins en exporteren van deze instellingen voor hergebruik op een (ander) blog."],"Import and Export":["Importeren en Exporteren"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dit hulpmiddel stelt u in staat snel titels en omschrijvingen van berichten en pagina's te veranderen zonder dat u voor elke pagina naar de editor hoeft te gaan."],"Bulk editor":["Massabewerker"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Hier uw metatag invoeren om uw %1$ssite te valideren met Pinterest%2$s:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest maakt - net als Facebook - gebruik van 'Open Graph'-metadata. Houd Open Graph aangevinkt op het Facebook-tabblad, als u de site wilt optimaliseren voor Pinterest."],"The default card type to use":["Het te gebruiken standaard 'card type'."],"Add Twitter card meta data":["'Twitter card'-metadata toevoegen"],"This image is used if the post/page being shared does not contain any images.":["Deze afbeelding wordt gebruikt als het bericht of de pagina geen afbeeldingen bevat."],"Default settings":["Standaardinstellingen"],"Copy home meta description":["Home-metaomschrijving kopiëren"],"Description":["Omschrijving"],"Image URL":["Afbeeldings-URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dit zijn de titel, beschrijving en afbeelding die gebruikt worden in de 'Open Graph'-metatags op de voorpagina van de site."],"Frontpage settings":["Voorpagina-instellingen"],"Add Open Graph meta data":["'Open Graph'-metadata toevoegen"],"YouTube URL":["YouTube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-gebruikersnaam"],"Facebook Page URL":["Facebookpagina-URL"],"Accounts":["Accounts"],"Restore site to defaults":["Site naar standaardinstellingen terugzetten"],"Site ID":["Site-ID"],"Using this form you can reset a site to the default SEO settings.":["Door dit formulier te gebruiken kunt u een site terugzetten naar de standaard SEO-instellingen."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":[""],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Voer het %1$sSite-ID%2$s in voor de site waarvan de instellingen als standaard moeten worden gebruikt voor alle nieuwe sites in het netwerk. Laat het vak leeg voor geen standaardwaarden (de normale plugin-standaardwaarden zullen worden gebruikt)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Kies de site waarvan de instellingen als standaard worden gebruikt voor elke nieuwe site in het netwerk. Bij het kiezen van 'Geen' worden de standaard plugininstellingen gebruikt."],"New sites in the network inherit their SEO settings from this site":["Nieuwe sites in het netwerk overerven de SEO-instellingen van deze site"],"Super Admins only":["Alleen superbeheerders"],"Site Admins (default)":["Sitebeheerders (standaard)"],"Who should have access to the %1$s settings":["Wie moet toegang hebben tot de %1$s-instellingen"],"spam":["spam"],"mature":["volwassen"],"archived":["gearchiveerd"],"public":["openbaar"],"%s restored to default SEO settings.":["%s is teruggezet naar standaard SEO-instellingen."],"Settings Updated.":["Instellingen bijgewerkt."],"404 pages":["404-pagina's"],"Search pages":["Zoekpagina's"],"These pages will be %s by default, so they will never show up in search results.":["Deze pagina's krijgen standaard %s, dus zullen ze nooit in de zoekresultaten verschijnen."],"Special Pages":["Speciale pagina's"],"Date-based archives could in some cases also be seen as duplicate content.":["Op datum gebaseerde archieven zouden in sommige gevallen ook als dubbele inhoud aangemerkt kunnen worden."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Als dit het geval is op de site, kunt u ervoor kiezen het uit te schakelen (wat ervoor zorgt dat men doorgestuurd wordt naar de homepagina) of %s eraan toe te voegen, zodat het niet voorkomt in de zoekresultaten."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Als u een auteursblog hebt, zal het auteursarchief dezelfde inhoud bevatten als de homepagina. Dit noemt men een %1$s'dubbele inhoud'-probleem%2$s."],"Date archives":["Datum-archieven"],"author archives":[""],"Title":["Titel"],"%1$s Meta Box":["%1$s-metabox"],"Hide":["Verbergen"],"Date in Snippet Preview":["Datum in Snippetvoorvertoning"],"Take note:":["Let op:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Homepage & voorpagina"],"Title Separator":["Scheidingsteken in de titel"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s heeft automatisch vastgesteld of het de titels op uw pagina's moet herschrijven. Als u denkt dat dat niet goed is en u weet wat u doet, dan kunt u de instelling hier veranderen."],"Force rewrite titles":["Titels geforceerd herschrijven"],"Taxonomies":["Taxonomieën"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s-extensies"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integreer WooCommerce naadloos in %1$s en krijg zo extra functies."],"Rank better locally and in Google Maps, without breaking a sweat!":["Zonder moeite een betere lokale score en op Google Maps krijgen."],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Lid van Google News? Verhoog dan het verkeer vanaf Google News door ervoor te optimaliseren."],"Optimize your videos to show them off in search results and get more clicks!":["Optimaliseer uw video's om ze te tonen in de zoekresultaten en zo meer 'clicks' te krijgen."],"The premium version of %1$s with more features & support.":["The premium-versie van %1$s met meer functies & support."],"Person":["Persoon"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Websitenaam"],"Webmaster Tools":[""],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["De URL van de berichten en pagina's bevat niet de berichtnaam; het is ten zeerste aan te bevelen dat wel te doen. Overweeg de permalink-structuur aan te passen naar /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Kruimelpad"],"or":["of"],"Save Profile":["Profiel opslaan"],"There were no profiles found":["Er zijn geen profielen gevonden"],"Profile":["Profiel"],"Current profile":["Huidig profiel"],"Authenticate":["Autoriseren"],"Get Google Authorization Code":["Google-autorisatiecode verkrijgen"],"Reload crawl issues":["Crawl-problemen opnieuw laden"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Om een doorstuuradres aan te maken en dit probleem op te lossen, heeft u %1$s nodig. U kan de plugin, inclusief een jaar ondersteuning en updates, kopen op %2$s."],"Creating redirects is a %s feature":["Het aanmaken van doorstuuradressen is een %s-functie"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fouten die alleen zijn opgetreden toen de site werd gecrawld door Googlebot voor eenvoudige telefoons. (Deze fouten waren niet zichtbaar op de desktopversie). "],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fouten die alleen zijn opgetreden toen de site werd gecrawld door Googlebot-Mobile. (Deze fouten waren niet zichtbaar op de desktopversie). "],"Errors that occurred when your site was crawled by Googlebot.":["Fouten die zijn opgetreden toen de site gecrawld werd door Googlebot."],"Issue categories":["Probleemcategorieën"],"Incorrect Google Authorization Code.":["Onjuiste Google-autorisatiecode."],"The issues have been successfully reloaded!":["De problemen zijn met succes herladen!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["De %1$s-gegevens zijn verwijderd. Autoriseer opnieuw om de gegevens weer te kunnen ophalen."],"Crawl errors per page":["Aantal crawl-fouten per pagina"],"Search":["Zoeken"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Mis de crawl-fouten niet: %1$smaak verbinding met Google Search Console%2$s."],"Create redirect":["Doorstuuradres aanmaken"],"Mark as fixed":["Als opgelost markeren"],"Response code":["Responscode"],"First detected":["Voor het eerst ontdekt"],"Last crawled":["Het laatst gecrawld"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s heeft gedetecteerd dat u een versie van %2$s gebruikt die niet compatibel is met %1$s. Werk %2$s bij naar de nieuwste versie om deze functie te gebruiken."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast-plugins delen een gedeelte van hun code om ervoor te zorgen dat de website sneller wordt. Als gevolg daarvan moeten alle Yoast-plugins bij zijn. We hebben ontdekt dat dit niet het geval is. Werk dus alle Yoast-plugins bij die nog niet zijn bijgewerkt."],"Feature phone":["Eenvoudige telefoon"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["De URL bestaat niet, maar de server geeft geen 404-fout (bestand niet gevonden)."],"Soft 404":["Softwarematige 404"],"Request timed out or site is blocking Google.":["Verzoek is verlopen of de site blokkeert Google."],"Server Error":["Serverfout"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot kan de website benaderen, maar bepaalde URL's zijn geblokkeerd voor Googlebot in het %1$s-bestand. Deze blokkade kan voor alle Googlebots gelden of zelfs specifiek voor Googlebot-mobile. "],"Blocked":["Geblokkeerd"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was niet in staat deze URL te crawlen door een onbekend probleem."],"URL points to a non-existent page.":["URL verwijst naar een niet bestaande pagina."],"Not found":["Niet gevonden"],"Not followed":["Niet gevolgd"],"Faulty redirects":["Kapotte redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["De server vereist autorisatie of blokkeert de toegang tot de site voor Googlebot."],"Access denied":["Toegang geweigerd"],"Deactivate %s":["%s deactiveren"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["De plugin %1$s veroorzaakt mogelijk problemen als deze in combinatie met %2$s wordt gebruikt."],"Upload Image":["Afbeelding uploaden"],"Remove these ads?":["Deze advertenties verwijderen?"],"%s Posts Overview":["%s-berichtenoverzicht"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["De kruimelpad-titel wordt gebruikt in het kruimelpad waar deze taxonomie voorkomt."],"Breadcrumbs title":["Kruimelpadtitel"],"The canonical link is shown on the archive page for this term.":["De canonieke link wordt getoond op de archiefpagina van deze uitdrukking."],"Facebook App ID":["Facebook-app-ID"],"Pinterest":["Pinterest"],"Other":["Overig"],"Archives":["Archieven"],"Email":["E-mailadres"],"Close":["Sluiten"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["Afbeelding %s"],"%s Description":["Omschrijving %s"],"%s Title":["Titel %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["De aanbevolen afbeeldingsgrootte voor %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Als u geen gebruik wilt maken van de meta-omschrijving voor het delen van dit bericht op %s, schrijf hier dan een andere."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Als u een andere berichttitel dan deze wilt gebruiken voor het delen van dit bericht op %s, tik hem dan hier in."],"very difficult":["heel moeilijk"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["moeilijk"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["redelijk moeilijk"],"OK":["OK"],"fairly easy":["redelijk eenvoudig"],"easy":["eenvoudig"],"very easy":["heel eenvoudig"],"Meta Desc.":["Meta-omschrijving"],"All SEO Scores":["Alle SEO-scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO probleem: De uitgelichte afbeelding moet minimaal 200x200 pixels groot zijn om te worden gebruikt door Facebook en andere sociale media."],"(no parent)":["(geen hoofd)"],"Post is set to noindex.":["Bericht is ingesteld op noindex."],"The URL that this page should redirect to.":["De URL waar deze pagina naar moet doorsturen."],"301 Redirect":["301-doorsturen"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["Canonieke URL"],"Title to use for this page in breadcrumb paths":["Titels die voor deze pagina gebruikt worden in het kruimelpad"],"Breadcrumbs Title":["Kruimelpadtitel"],"No Snippet":["Geen snippet"],"No Archive":["Geen archief"],"No Image Index":["Geen afbeeldingsindex"],"None":["Geen"],"Site-wide default: %s":["Standaard voor de hele site: %s"],"Advanced meta robots settings for this page.":["Geavanceerde meta-robotsinstellingen voor deze pagina."],"Meta robots advanced":["Meta Robots geavanceerd"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Waarschuwing: hoewel hier de 'metarobots'-instelling geregeld kan worden, heeft dit geen effect, aangezien de hele site op 'noindex' is ingesteld in de privacy-instellingen van de site."],"Meta description":["Meta-omschrijving"],"SEO Title":["SEO-titel"],"Focus keyword":["Focustrefwoord"],"Snippet preview":["Snippetvoorvertoning"],"Settings successfully imported.":["De instellingen zijn met succes geïmporteerd."],"Settings could not be imported:":["Instellingen konden niet geïmporteerd worden:"],"Error creating %1$s export: ":["Fout bij maken %1$s-export: "],"Breadcrumb for 404 pages:":["Kruimelpad voor 404-pagina:"],"Prefix for search result pages:":["Voorvoegsel voor kruimelpad op zoekresultatenpagina's:"],"Prefix for archive pages:":["Voorvoegsel voor kruimelpad op archiefpagina's:"],"Prefix for breadcrumbs:":["Prefix voor kruimelpad:"],"Anchor text for the homepage:":["Ankertekst voor de homepagina:"],"Breadcrumbs separator:":["Scheidingsteken voor kruimelpad: "],"Remove blog page from breadcrumbs":["Blogpagina uit het kruimelpad verwijderen"],"%s Breadcrumbs":["%s-kruimelpad"],"Use Image":["Afbeelding gebruiken"],"Action":["Actie"],"Page URL/Slug":["Pagina-URL/Slug"],"Publication date":["Publicatiedatum"],"Post Status":["Berichtstatus"],"WP Page Title":["WP-paginatitel"],"View":["Bekijken"],"View “%s”":["“%s” bekijken"],"Preview":["Voorbeeld"],"Preview “%s”":["Voorbeeld “%s”"],"Edit":["Bewerken"],"Filter":["Filteren"],"New Yoast Meta Description":["Nieuwe Yoast-meta-omschrijving"],"Existing Yoast Meta Description":["Bestaande Yoast-meta-omschrijving"],"Facebook profile URL":["Facebookprofiel-URL"],"Twitter username (without @)":["Twitter-gebruikersnaam (zonder @)"],"FAQ":["FAQ"],"Premium Support":["Premium-ondersteuning"],"Settings":["Instellingen"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Ga naar %1$sInstellingen => Lezen%2$s en haal het vinkje weg bij 'Zoekmachinezichtbaarheid'."],"Huge SEO Issue: You're blocking access to robots.":["Groot SEO probleem: toegang voor robots wordt geblokkeerd."],"Posts":["Berichten"],"Edit Files":["Bestanden bewerken"],"Advanced Variables":["Geavanceerde variabelen"],"Basic Variables":["Basisvariabelen"],"General":["Algemeen"],"Extensions":["Extensies"],"Search Console":["Zoekpaneel"],"Tools":["Extra"],"Advanced":["Geavanceerd"],"XML sitemaps":[""],"Social":["Sociaal"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s heeft gedetecteerd dat u versie %2$s gebruikt van %3$s, werk deze bij naar de nieuwste versie om compatibiliteitsproblemen te voorkomen. "],"Just another WordPress site":["En nog een WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["U gebruikt nog steeds de standaard WordPress-omschrijving, zelfs een lege is waarschijnlijk beter. %1$sU kunt dit oplossen in de customizer%2$s."],"You have used HTML in your value which is not allowed.":["Het gebruik van HTML in de waarde is niet toegestaan."],"You can't edit %s that aren't yours.":["U kunt geen %s bewerken die niet van u zijn."],"You can't edit %s.":["%s bewerken niet mogelijk."],"Post has an invalid Content Type: %s.":[""],"Post doesn't exist.":["Dit bericht bestaat niet."],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["Prullenbak (%s)","Prullenbak (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"nl"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":[""],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":[""],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":[""],"Learn about why permalinks are important for SEO.":[""],"Google Ads":[""],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":[""],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":[""],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":[""],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["","There are new notifications."],"Learn more about the readability analysis":[""],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":[""],"%s and %s":[""],"%d minute":["","%d minutes"],"%d hour":["","%d hours"],"%d day":["","%d days"],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":[""],"hours":[""],"days":[""],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":[""],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":[""],"Move question down":[""],"Move question up":[""],"Insert question":[""],"Delete question":[""],"Enter the answer to the question":[""],"Enter a question":[""],"Add question":[""],"Frequently Asked Questions":[""],"Great news: you can, with %s!":[""],"Select the primary %s":[""],"Check links to this URL":[""],"Keyword research training":[""],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":[""],"Move step down":[""],"Move step up":[""],"Insert step":[""],"Delete step":[""],"Add image":[""],"Enter a step description":[""],"Enter a description":[""],"Unordered list":[""],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":[""],"Delete total time":[""],"Add total time":[""],"How to":[""],"How-to":[""],"Snippet Preview":[""],"Analysis results":[""],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":[""],"Cornerstone content should be the most important and extensive articles on your site.":[""],"Restore Site":[""],"Network Settings":[""],"You are not allowed to perform this action.":[""],"Error: %s":[""],"Success: %s":[""],"Site with ID %d not found.":[""],"No site has been selected to restore.":[""],"You are not allowed to modify unregistered network settings.":[""],"deleted":[""],"Would you like to add another keyphrase?":[""],"image preview":[""],"Copied!":[""],"Not supported!":[""],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":[""],"Copy link":[""],"Copy link to suggested article: %s":[""],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":[""],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":[""],"Optimize your site for Google News.":[""],"Optimize your shop's SEO and sell more products!":[""],"Be found in Google Video search and enhance your video sharing on social media.":[""],"Be found in Google Maps and local results.":[""],"Learn practical SEO skills to rank higher in Google.":[""],"Don’t waste time figuring out the best settings yourself.":[""],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":[""],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":[""],"Current year":[""],"Page":[""],"Breadcrumb settings for %s archive":[""],"Something went wrong. Please reload the page.":[""],"Tagline":[""],"Modify your meta description by editing it right here":[""],"description (custom taxonomy)":[""],"(custom taxonomy)":[""],"(custom field)":[""],"Term404":[""],"Caption":[""],"Pagenumber":[""],"Pagetotal":[""],"Page number":[""],"User description":[""],"ID":[""],"Modified":[""],"Post type (plural)":[""],"Post type (singular)":[""],"Separator":[""],"Search phrase":[""],"Term title":[""],"Term description":[""],"Tag description":[""],"Category description":[""],"Primary category":[""],"Category":[""],"Tag":[""],"Excerpt only":[""],"Excerpt":[""],"Site title":[""],"Archive title":[""],"Parent title":[""],"Date":[""],"Label":[""],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":[""],"Search engines and other websites can still send traffic to your deleted post.":[""],"Make sure you don't miss out on traffic!":[""],"You just deleted a %1$s.":[""],"You just trashed a %1$s.":[""],"Settings for %s archive":[""],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Url preview":[""],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":[""],"No results":[""],"%d result found, use up and down arrow keys to navigate":["","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":[""],"Number of results found: %d":[""],"Note that not all variables can be used in every field.":[""],"Snippet variables":[""],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":[""],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":[""],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":[""],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":[""],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Abonneert u op onze newsletter als u up-to-date wilt blijven over %1$s, andere coole plugins van %2$s en interessant nieuws en tips uit de wereld van SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":[""],"Baidu verification code":[""],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":[""],"Content Type":[""],"Filter by content type":[""],"Show All Content Types":[""],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":[""],"Clean":[""],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":[""],"Step 5: Clean up":[""],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":[""],"Please check your posts and pages and see if the metadata was successfully imported.":[""],"Step 3: Check your data":[""],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":[""],"Please make a backup of your database before starting this process.":[""],"Step 1: Create a backup":[""],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":[""],"Plugin: ":[""],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":[""],"%s data found.":[""],"%s data successfully removed.":[""],"%s data successfully imported.":[""],"%s data not found.":[""],"Improve your SEO skills":[""],"24/7 email support":[""],"No more dead links a.k.a. 404 pages":[""],"Get real-time suggestions for internal links":[""],"Preview your page in Facebook and Twitter":[""],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":[""],"Remove the categories prefix":[""],"Help on the category prefix setting":[""],"Learn more about the available variables":[""],"Learn more about the RSS feed setting":[""],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":[""],"Learn more about the title separator setting":[""],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":[""],"Learn more about the special pages setting":[""],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":[""],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":[""],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":[""],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":[""],"On":[""],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":[""],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":[""],"this author's archives":[""],"Do not allow search engines to show %s in search results.":[""],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":[""],"Category URLs":[""],"the archive for %s":[""],"Redirect attachment URLs to the attachment itself?":[""],"We recommend you set this to Yes.":[""],"Media & attachment URLs":[""],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":[""],"archives for authors without posts":[""],"Read why XML Sitemaps are important for your site.":[""],"Enable the XML sitemaps that %s generates.":[""],"See the XML sitemap.":[""],"%2$s (current default for %1$s)":[""],"Media":[""],"Content Types":[""],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":[""],"Search Appearance":[""],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":[""],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":[""],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":[""],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":[""],"Search result":[""],"Good results":[""],"Get better search results in local search":[""],"Allow customers to pick up their %s order locally":[""],"SEO analysis":[""],"The SEO analysis offers suggestions to improve the SEO of your text.":[""],"Learn how the SEO analysis can help you rank.":[""],"The readability analysis offers suggestions to improve the structure and style of your text.":[""],"Discover why readability is important for SEO.":[""],"Find out how cornerstone content can help you improve your site structure.":[""],"The text link counter helps you improve your site structure.":[""],"Find out how the text link counter can enhance your SEO.":[""],"%s integration":[""],"Read more about how %s works.":[""],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Find out why you should upgrade to %s":[""],"https://yoa.st/1uk":[""],"https://yoa.st/1uj":[""],"Latest blog posts on %1$s":[""],"Need help?":[""],"Type here to search...":[""],"Search the Yoast Knowledge Base for answers to your questions:":[""],"Remove highlight from the text":[""],"Your site language is set to %s. ":[""],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Snel aan de slag met de %1$s %2$sconfiguratiewizard%3$s!"],"First-time SEO configuration":["Initiële SEO configuratie"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":[""],"Your site language is set to {language}.":["De taal van uw website is ingesteld op {language}."],"Highlight this result in the text":["Markeer dit resultaat in de tekst"],"Considerations":["Overwegingen"],"Errors":["Foutmeldingen"],"Change language":["Wijzig uw taal"],"You cannot create a %s file.":["U mag geen %s bestand aanmaken."],"You cannot edit the %s file.":["U mag het %s bestand niet wijzigen."],"Updated %s":["%s gewijzigd"],"Create %s file":["Maak %s bestand"],"Edit the content of your %s:":["Pas de inhoud van uw %s aan:"],"Save changes to %s":["Sla uw wijzigingen in %s op"],"%s file":["%s-bestand"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s en %2$s werken nog beter samen als u een extra, ondersteunende plugin toevoegt. Installeert u alstublieft %3$s. %4$s."],"More information":["Meer informatie"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s en %2$s werken nog beter samen als u een extra, ondersteunende plugin toevoegt. Activeert u alstublieft %3$s."],"More information about %1$s":["Meer informatie over %1$s"],"Configuration Wizard":["Configuratiewizard"],"You've done it!":["Klaar!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integreer %2$s naadloos met %1$s t.b.v. de contentanalyse!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s en %2$s werken nog beter samen als u een extra, ondersteunende plugin toevoegt. Installeert u alstublieft %3$s."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Maak van de belangrijkste %1$s 'cornerstone content' om de structuur van uw site te verbeteren. %2$sLeer meer over cornerstone content%3$s."],"Loading help center.":["Het helpcenter wordt geladen."],"Get support":["Vraag ondersteuning"],"View in KB":["Bekijk in KB"],"Go back":["Ga terug"],"Go back to the search results":["Ga terug naar de zoekresultaten"],"(Opens in a new browser tab)":["(Opent een nieuwe browsertab)"],"Posts %1$swithout%2$s a focus keyphrase":[""],"Hey, your SEO is doing pretty well! Check out the stats:":["Goedendag, uw SEO ziet er prima uit! Bekijk de statistieken:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["U heeft momenteel geen gepubliceerde berichten. Uw SEO scores zullen hier vereschijnen als u uw eerste bericht plaatst!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Iets anders"],"A portfolio":["Een portfolio"],"A corporation":["Een groot bedrijf"],"A small offline business":["Een klein offline bedrijf"],"A news channel":["Een nieuwskanaal"],"An online shop":["Een webshop"],"A blog":["Een blog"],"What does the site %1$s represent?":["Waar staat de site %1$s voor?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Optie B: Mijn site is \"under construction\" (nog niet af) en dient niet geïndexeerd te worden"],"Option A: My site is live and ready to be indexed":["Optie A: Mijn site is live en klaar om geïndexeerd te worden"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Geeft u alstublieft aan of uw site nog \"under construction\" is of reeds actief."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Lees gerelateerde artikelen op onze SEO blog"],"Readability: %s":[""],"Not activated":["Niet geactiveerd"],"Activated":["Geactiveerd"],"%1$s recommendations for you":[""],"All Readability Scores":["Alle leesbaarheidsscores"],"Filter by Readability Score":["Filter op leesbaarheidsscore"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["U ontvangt geen updates of ondersteuning. Los dit probleem op door deze site toe te voegen en %1$s te activeren voor deze site in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is niet geldig."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Wilt u een voorbeeld van hoe het er uit ziet als anderen dit bericht delen op %1$s? Dat kan nu met %2$s."],"Good job! All the links in your texts have been counted.":["Goed gedaan. Alle links in uw teksten zijn geteld."],"Calculation completed.":["Berekening gereed."],"Calculation in progress...":["Berekening in uitvoering..."],"Stop counting":["Stop met tellen"],"Counting links in your texts":["Links in uw teksten worden geteld"],"Text %1$s of %2$s processed.":["Tekst %1$s van %2$s verwerkt."],"All your texts are already counted, there is no need to count them again.":["Al uw teksten zijn al geteld, er is geen reden om ze opnieuw te tellen."],"Count links in your texts":["De links in uw teksten tellen"],"Text link counter":["Tekstlinkteller"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Aantal interne links die naar dit bericht linken. Kijk voor meer informatie in de hulptab onder \"Yoast kolommen\"."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s voegt meerdere kolommen toe aan deze pagina. We hebben een artikel geschreven over %2$shoe u de SEO-score en leesbaarheidsscore%3$s kunt gebruiken. De linkkolommen tonen het aantal artikelen op deze website die linken \n %5$snaar%6$s dit artikel en het aantal URL's die linken %5$svanaf%6$s dit artikel. Leer meer over %4$shoe deze opties uw interne linkstructuur kunnen verbeteren%3$s, wat uw SEO aanzienlijk versterkt."],"%s Columns":["%s kolommen"],"Readability score":["Leesbaarheidsscore"],"Other benefits of %s for you:":["Andere voordelen van %s voor u:"],"Scroll to see the preview content.":["Scrol om de voorbeeldinhoud te zien."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Wanneer u de concurrentie wil verslaan in een specifieke regio of stad, bekijk dan onze %1$s plugin! U kunt er makkelijk Google maps, openingsuren en contact informatie toevoegen. Daarnaast helpt %1$s u met het verbeteren van de bruikbaarheid van uw contactpagina."],"Attract more customers near you":["Meer lokale klanten aantrekken"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Wilt u alle ins en outs van %1$s weten? Wilt u alles leren over de geavanceerde instellingen? Wilt u het maximale uit de %1$s plugin halen? Bekijk dan onze %1$s plugin training en overtref uw concurrentie!"],"Get the most out of %1$s with the %2$s":["Haal het maximale uit %1$s met de %2$s"],"Upgrade to Premium":["Naar Premium upgraden"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Overtref uw concurrenten met %s"],"You might like":["Wellicht ook interessant"],"Newsletter":["Nieuwsbrief"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We hebben gedetecteerd dat u de configuratiehulp nog niet hebt afgerond. We raden aan om de %2$sconfiguratiehulp te starten om %1$s in te stellen%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["De configuratiehulp helpt u om gemakkelijk de optimale SEO-instellingen voor uw site in te stellen."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Gebruik Premium en onze experts zijn er voor u om vragen die u hebt over het instellen en gebruik van de plugin te beantwoorden."],"Superfast internal linking suggestions":["Supersnelle 'interne link'-suggesties"],"Great news: you can, with %1$s!":["Fantastisch nieuws: u kan het met %1$s!"],"Save changes":["Wijzigingen opslaan"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["De plugin %2$s past de uitvoer van gegevens op uw site aan waardoor een verschil ontstaat tussen wat zoekmachines en normale gebruikers zien. Dit wordt cloaking genoemd en is een negatieve factor voor ranking. We raden u ten zeerste aan om de plugin uit te schakelen."],"%1$sSocial media preview%2$s: Facebook & Twitter":[""],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sGeen dode links meer%2$s: eenvoudige redirect manager"],"No ads!":["Geen advertenties!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Sociale media preview"],"Easy redirect manager":["Eenvoudige redirect manager"],"No more dead links":["Geen dode links meer"],"Increase your SEO reach":["Uw SEO bereik verhogen"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Als u hulp nodig hebt bij het schrijven van fantastische content, probeer dan eens onze %2$sSEO copywritingcursus%3$s. Wilt u alles weten over de functies van de plugin, dan heeft u onze %1$s nodig!"],"Variable":["Variabele"],"Available variables":["Beschikbare variabelen"],"Scroll to see the table content.":["Scrol om de inhoud van de tabel te zien"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Als u hulp nodig hebt, kunt u ons %1$sartikel over het koppelen van uw website aan Google Search Console%2$s lezen."],"An error occurred in the '%1$s' assessment":["Er ging iets fout in de '%1$s'-beoordeling"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s van de woorden bevat %2$sover %3$s lettergrepen%4$s, wat meer is dan het aanbevolen maximum van %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s van de woorden bevat %2$sover %3$s lettergrepen%4$s, wat minder is dan of gelijk aan het aanbevolen maximum van %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["De meta-omschrijving bevat %1$d zin van %2$smeer dan %3$s woorden%4$s. Probeer deze in te korten.","De meta-omschrijving bevat %1$d zinnen van %2$smeer dan %3$s woorden%4$s. Probeer deze in te korten."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["De meta-omschrijving bevat geen zinnen van %1$smeer dan %2$s woorden%3$s."],"Step %1$d: %2$s":["Stap %1$d: %2$s"],"No new notifications.":["Geen nieuwe meldingen."],"Save all":["Alles opslaan"],"Save":["Opslaan"],"%1$s, Author at %2$s":["%1$s, auteur op %2$s"],"Mobile preview":["Mobiel preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Redirect selecteren"],"Please provide an SEO title by editing the snippet below.":["Voeg een SEO-titel toe door de snippet hieronder te bewerken."],"Meta description preview:":["Meta-omschrijvingvoorvertoning:"],"Slug preview:":["Voorvertoning slug:"],"SEO title preview:":["SEO-titel-preview:"],"Close snippet editor":["Snippet-editor sluiten"],"Slug":["Slug"],"Remove marks in the text":["Markeringen in de tekst verwijderen"],"Mark this result in the text":["Dit resultaat markeren in de text"],"Marks are disabled in current view":["Markeringen zijn uitgeschakeld in de huidige weergave"],"Good SEO score":["Goede SEO-score"],"OK SEO score":["Redelijke SEO-score"],"Feedback":["Reacties"],"ok":["ok"],"Choose an image":["Een afbeelding kiezen"],"Remove the image":["De afbeelding verwijderen"],"MailChimp signup failed:":["Aanmelden voor Mailchimp mislukt:"],"Sign Up!":["Meld u aan!"],"Name":["Naam"],"There is an error with the request.":["Tijdens uw verzoek is er een fout opgetreden."],"Select profile":["Profiel selecteren"],"Choose a profile":["Een profiel kiezen"],"Authorization code":[""],"Reauthenticate with Google":["Herautoriseer met Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Voer uw Google-autorisatiecode in zodat %s de informatie uit Google Search Console kan ophalen. De knop hieronder opent een nieuw venster."],"Please provide a meta description by editing the snippet below.":["Voeg een meta-omschrijving toe door de onderstaande snippet te bewerken."],"Edit snippet":["Snippet bewerken"],"You can click on each element in the preview to jump to the Snippet Editor.":["U kan op elk element in het voorbeeld klikken om naar de snippet-editor te gaan."],"SEO title preview":[""],"Meta description preview":[""],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["De huidige stap kon niet opgeslagen worden, {{link}}verstuur een foutrapport{{/link}} met een beschrijving bij welke stap het mis gaat en welke wijziging u wilt maken (indien van toepassing)."],"Close the Wizard":["De hulp sluiten"],"Export settings":["Instellingen exporteren"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuratieassistent"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Als u problemen ondervindt, %1$svul een foutrapport in%2$s en we zullen ons best doen om u te helpen."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We hebben gemerkt dat u %1$s enige tijd nu gebruikt; we hopen dat het u bevalt! Wij zouden zeer erkentelijk zijn als u ons %2$seen 5 ster waardering geeft op WordPress.org%3$s!"],"Date archives settings":["Instellingen datum-archieven"],"Author archives settings":["Instellingen auteursarchieven"],"%1$s by %2$s":["%1$s bij %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Waarschuwing: de variabele %s kan niet gebruikt worden in deze template. Zie het helpcenter voor meer informatie."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(geen titel)"],"%s installation wizard":["%s installatie wizard"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Het %1$s toolbar-menu bevat handige links naar tools van derden waarmee u uw pagina's kan analyseren en geeft inzicht in hoeveel SEO-meldingen gevonden zijn."],"Admin bar menu":["Toolbar-menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Functies"],"SEO title":["SEO-titel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Hoewel we er naar streven %1$s zo gemakkelijk mogelijk te maken, kan het zijn dat er instellingen zijn die ingewikkeld over kunnen komen. Als u liever heeft dat wij %1$s voor u instellen, bestel dan onze %3$s%1$s configuratiedienst%4$s (inclusief onze %2$s-plugin)."],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welkom bij de configuratiehulp van %1$s. In een paar eenvoudige stappen helpen we u de SEO-instellingen naar de behoeften van deze website te configureren."],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google toont de naam van de website in de zoekresultaten; als u dat wilt veranderen, doe het dan hier."],"Greater than sign":["Groter dan-teken"],"Less than sign":["Kleiner dan-teken"],"Right angle quotation mark":["Naar rechts gericht aanhalingsteken"],"Left angle quotation mark":["Naar links gericht aanhalingsteken"],"Small tilde":["Kleine tilde"],"Vertical bar":["Verticale balk"],"Low asterisk":["Laag sterretje"],"Asterisk":["Sterretje"],"Bullet":["Bolletje"],"Middle dot":["Midden-punt"],"Em dash":["Em-streepje"],"En dash":["En-streepje"],"Dash":["Streepje"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Kies het symbool dat u als titelscheidingsteken wilt gebruiken.Dit wordt bijvoorbeeld getoond tussen de berichttitel en de sitenaam. De symbolen worden getoond in de grootte waarmee ze in de zoekresultaten zullen verschijnen."],"The name of the person":["De naam van de persoon"],"No":["Nee"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Heeft uw site meerdere auteurs?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genereert automatisch een URL voor elk bestand in de mediabibliotheek. Door deze functie te activeren kan Google de gegenereerde URL indexeren. "],"Success!":["Geslaagd!"],"Title settings":["Titelinstellingen"],"Google Search Console":["Google Search Console"],"Multiple authors":["Meerdere auteurs"],"Site type":["Type site"],"Environment":["Omgeving"],"Yoast option %1$s not found.":["Yoast-optie %1$s niet gevonden."],"Google Structured Data Test":["Gestructureerde datatest van Google"],"Posts list":["Berichtenlijst"],"Posts list navigation":["Berichtenlijst-navigatie"],"Filter posts list":["Berichtenlijst filteren"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Hou er rekening mee dat links naar archieven wellicht nog steeds gebruikt kunnen worden door uw thema en dat u ze apart zult moeten verwijderen."],"%1$s to optimize your site even further":["%1$s om uw site nog verder te optimaliseren"],"%1$s extensions":["%1$s-extensies"],"Comes with our 30-day no questions asked money back guarantee":["Komt met onze 30 dagen 'niet goed, geld terug'-garantie"],"More information %1$sabout %3$s%2$s":["Meer informatie %1$sover %3$s%2$s"],"Installed":["Geïnstalleerd "],"gain access to our 24/7 support team.":["krijg toegang tot onze 24/7 klantenservice."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["bepaal hoe uw pagina er op Facebook en Twitter uit zal zien"],"Social previews":["Sociale media-voorvertoning"],"create and manage redirects from within your WordPress install.":["maak en beheer redirects vanuit uw WordPress installatie."],"Redirect manager":["Redirectbeheer"],"%1$s, take your optimization to the next level!":["%1$s, breng uw optimalisatie naar een hoger niveau!"],"A seamless integration between %1$s and %2$s":["Een naadloze integratie tussen %1$s en %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Gebruik de %1$s broodkruimel-implementatie in plaats van de %2$s-implementatie"],"Easily insert Google Maps, a store locator, opening hours and more":["Voeg makkelijk Google Maps, een winkelzoeker, openingstijden en meer toe"],"Creates XML News Sitemaps":["Maakt XML-nieuws-sitemaps"],"Immediately pings Google on the publication of a new post":["Stuurt Google direct een melding bij de publicatie van een nieuw bericht"],"Optimize your site for Google News":["Optimaliseer uw site voor Google News"],"Make videos responsive through enabling fitvids.js":["Maak video's responsive door fitvids.js in te schakelen"],"Enhance the experience of sharing posts with videos":["Verbeter de ervaring van het delen van berichten die video's bevatten"],"Show your videos in Google Videos":["Toon uw video's in Google Videos"],"Crawl issues list":["Crawlproblemenlijst"],"Crawl issues list navigation":["Crawlproblemenlijst-navigatie"],"Edit “%s”":["Bewerk “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Meldingen"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["SEO analyse uitschakelen"],"Twitter settings":["Titelinstellingen"],"Pinterest settings":["Pinterest-instellingen"],"Facebook settings":["Facebookinstellingen"],"Title separator symbol":["Titel verbindingsteken"],"RSS feed settings":["RSS-feed instellingen"],"Breadcrumbs settings":["Kruimelpadinstellingen"],"Make primary":["Primair maken"],"Enter your Google Authorization Code and press the Authenticate button.":["Voer de Google-autorisatiecode in en druk op de knop Autenticatie."],"Knowledge base article":["Kennisbank-artikel"],"Open the knowledge base article in a new window or read it in the iframe below":["Open het kennisbank-artikel in een nieuw venster of lees het in het iframe hieronder"],"Search results":["Zoekresultaten"],"%s notification":["%s melding","%s meldingen"],"Disable readability analysis":["Leesbaarheidsanalyse uitschakelen"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Leesbaarheidsanalyse"],"Needs improvement":["Heeft verbetering nodig"],"Readability":["Leesbaarheid"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":[""],"Improvements":["Verbeteringen"],"Dismiss this item.":["Deze melding negeren."],"Good job! We could detect no serious SEO problems.":["Goed gedaan! We konden geen serieuze SEO-problemen vinden."],"We have detected the following issues that affect the SEO of your site.":["We hebben de volgende problemen ontdekt die invloed hebben op de SEO van uw website."],"Problems":["Problemen"],"Analysis":["Analyse"],"Not available":["Niet beschikbaar"],"Filter by SEO Score":["Op SEO-score filteren"],"Meta description not set.":["Geen meta-omschrijving ingesteld."],"Video tutorial":["Video-instructie"],"Email support is a %s feature":["E-mailondersteuning is een %s eigenschap"],"Knowledge base":["Kennisbank"],"Open":["Open"],"Loading...":["Laden..."],"Something went wrong. Please try again later.":["Er is iets misgegaan. Probeer het later opnieuw."],"No results found.":["Niets gevonden."],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["U kunt dit verhelpen op de %1$sPermalink-instellingenpagina%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Het pagineren van reacties is ingeschakeld, dit is in 999 van de 1000 gevallen niet nodig, wij adviseren om dit uit te schakelen."],"Replaced with the primary category of the post/page":["Vervangen door de primaire categorie van bericht/pagina"],"Pinterest confirmation":["Pinterest-bevestiging"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Als u al de website bij Pinterest bevestigd hebt, kunt u de stap hieronder overslaan."],"Format-based archives":["Opmaak-gebaseerde archieven"],"Webmaster Tools verification":["Verificatie van de webmaster-tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Neem deel aan onze %1$s voor WordPress-cursus en wordt een gecertificeerde %1$s-expert."],"Want to be a %s Expert?":["Wilt u een %s-expert worden?"],"Buy %s":["%s kopen"],"Show information about errors in category %s":[""],"New %1$s Title":["Nieuwe %1$s-titel"],"Existing %1$s Title":["Bestaande %1$s-titel"],"Expected an integer as input.":["Geheel getal verwacht als invoer."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Er is geprobeerd een goede sitemapcachesleutel te maken, maar de combinatie van voor- en achtervoegsel geeft hiervoor te weinig mogelijkheden. U probeert waarschijnlijk een pagina op te vragen die ver buiten het verwachte bereik valt."],"Remove":["Verwijderen"],"Keep":["Behouden"],"Bold the last page":["Toon de laatste pagina vetgedrukt"],"Regular":["Normaal"],"Bold":["Vetgedrukt"],"Show Blog page":["Toon berichtenpagina"],"Primary %s":["Primair %s"],"Primary":["Primair"],"Make %1$s primary %2$s":["Maak %1$s primair %2$s"],"Term is set to noindex.":["Term is ingesteld op noindex"],"Author archives":["Auteursarchieven"],"Show":["Tonen"],"Enabled":["Ingeschakeld"],"Disabled":["Uitgeschakeld"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s heeft de indexeerbaarheid-status van uw site nog niet opgehaald van %2$s"],"The separator defined in your theme's %s tag.":["Het scheidingsteken zoals gedefinieerd in de %s-tag van het thema."],"No index":["Noindex"],"Analyze entire site":["De volledige site analyseren"],"Fetch the current status":["Huidige status ophalen"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s was niet in staat de indexeerbaarheid-status van de website op te halen%3$s van %4$s"],"Your homepage can be indexed by search engines.":["De homepage kan geïndexeerd worden door zoekmachines."],"Indexability check by %1$s":["Indexeerbaarheidscontrole door %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Als u een afbeelding wilt gebruiken om te delen op %1$s, kunt u deze hier uploaden/selecteren, of een URL invoeren."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Als u de meta-omschrijving niet wilt gebruiken om het bericht op %1$s te delen, maar een andere omschrijving wilt, kunt u die hier schrijven."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Als u de berichttitel niet wilt gebruiken voor het delen van een bericht op %1$s, maar een andere titel wilt gebruiken, voer die hier dan in."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sDe homepagina kan niet geïndexeerd worden door zoekmachines%2$s. Dit is erg slecht voor de SEO en moet opgelost worden."],"Once Weekly":["Wekelijks"],"SEO score":["SEO score"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["%1$s van %2$s gedaan."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Het algoritme dat de SEO-score berekent, is vernieuwd. %1$sKlik hier om de SEO-scores opnieuw te berekenen%2$s voor alle berichten en pagina's."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["De eerste echte alles-in-één SEO-oplossing voor WordPress, inclusief analyse per pagina, XML-sitemaps en veel meer."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activering mislukt:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["De filter-extensie is niet beschikbaar. Vraag uw hostingprovider om deze in te schakelen."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["De %1$s plugininstallatie is onvolledig. Meer informatie in de %2$sinstallatiehandleiding%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["De extensie Standaard-PHP-bibliotheek (SPL) lijkt niet beschikbaar. Vraag de hostingprovider deze te activeren."],"SEO Settings":["SEO-instellingen"],"Mobile-Friendly Test":["Test mobielvriendelijkheid"],"Google Page Speed Test":["'Google Page speed'-test"],"CSS Validator":["CSS-validator"],"HTML Validator":["HTML-validator"],"Pinterest Rich Pins Validator":["'Pinterest rich pins'-validator"],"Facebook Debugger":["Facebook-foutopsporing"],"Check Headers":["Headers controleren"],"Check Google Cache":["Google Cache controleren"],"Analyze this page":["Deze pagina analyseren"],"Keyword Research":["Trefwoordenonderzoek"],"%s does not seem to be a valid url. Please correct.":["%s is geen geldige URL. Vul een geldige URL in."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s is geen geldige %2$s-verificatiestring. Gelieve te corrigeren."],"%s Archive":["Archief %s"],"You searched for %s":["U hebt gezocht naar %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Samenvatting met grote afbeelding"],"Summary":["Samenvatting"],"The post %1$s appeared first on %2$s.":["Het bericht %1$s verscheen eerst op %2$s."],"No numeric value was received.":["Geen numerieke waarde ontvangen."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dit moet een bestaand blog zijn. Blog %s bestaat niet of is gemarkeerd als verwijderd."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["De standaard bloginstellingen moeten het numerieke blog-ID hebben van het blog dat u als standaard wilt gebruiken."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is geen geldige keuze voor wie er toegang moet hebben tot de instellingen van %2$s. De standaardwaarde is hersteld."],"Please select a valid post type for taxonomy \"%s\"":["Een geldig berichttype voor taxonomie '%s' selecteren"],"Please select a valid taxonomy for post type \"%s\"":["Een geldige taxonomie selecteren voor berichttype '%s'"],"You searched for":["U zocht naar"],"Home":["Home"],"Archives for":["Archieven voor"],"Error 404: Page not found":["404-fout: pagina niet gevonden"],"Good":["Goed"],"Replaced with a custom taxonomies description":["Vervangen door een aangepaste taxonomie-omschrijving"],"Replaced with a posts custom taxonomies, comma separated.":["Vervangen door de aangepaste taxonomieën van een bericht, door komma's gescheiden."],"Replaced with a posts custom field value":["Vervangen door de aangepaste veldwaarde van een bericht"],"Replaced with the slug which caused the 404":["De slug vervangen die een 404 veroorzaakt"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Bijlage-onderschrift"],"Replaced with the current page number":["Vervangen door het huidige paginanummer"],"Replaced with the current page total":["Vervangen door het huidige paginatotaal"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Vervangen door het huidige paginanummer met context (bv pagina 2 van 8)"],"Replaced with the post/page author's 'Biographical Info'":["Vervangen door de 'Biografie-informatie' van de bericht/pagina-auteur"],"Replaced with the post/page author's 'nicename'":["Vervangen door de 'nicename' van de auteur van bericht/pagina"],"Replaced with the post/page ID":["Vervangen door het bericht-/pagina-ID"],"Replaced with the post/page modified time":["Vervangen door de aangepast tijd van bericht/pagina"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["Vervangen door de huidige zoekzin"],"Replaced with the term name":["Vervangen door de term-naam"],"Replaced with the term description":["Vervangen door de term-omschrijving"],"Replaced with the tag description":["Vervangen door de tag-omschrijving"],"Replaced with the category description":["Vervangen door de categorie-omschrijving"],"Replaced with the post categories (comma separated)":["Vervangen door de bericht-categorieën (door komma's gescheiden)"],"Replaced with the current tag/tags":["Vervangen door de huidige tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Vervangen door de bericht/pagina-samenvatting (niet automatisch gegenereerd)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Vervangen door de bericht/pagina-samenvatting (of automatisch gegenereerd als deze niet bestaat)"],"The site's name":["De naam van de website"],"Replaced with the title of the parent page of the current page":["Vervangen door de titel van de bovenliggende pagina van de huidige."],"Replaced with the title of the post/page":["Vervangen door de titel van het bericht of de pagina"],"Replaced with the date of the post/page":["Vervangen door de datum van het bericht of de pagina"],"Page %1$d of %2$d":["Pagina %1$d van %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["De standaardvariabele-vervanging van de WP-SEO kan niet worden overschreven door het registreren van een nieuwe variabele met dezelfde naam. Gebruik in plaats daarvan het 'wpseo_replacements'-filter om de vervangingswaarde in te stellen."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Een vervangingsvariabele met dezelfde naam is al geregistreerd. Probeer de variabelenaam uniek te maken."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Een vervangingsvariable kan niet beginnen met '%%cf_' of '%%ct_' omdat deze gereserveerd zijn voor de standaardvariablen van de WP-SEO voor aangepaste velden en taxonomieën. Probeer de variabelenaam uniek te maken."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Een vervangingsvariabele kan alleen alfanummerieke karakters, een liggende streep of een verbindingsstreepje bevatten. Probeer de variabele te hernoemen."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Pagina niet gevonden"],"%s Archives":["%s Archieven"],"Search for \"%s\"":["Naar '%s' zoeken"],"Meta description to use for Author page":["Meta-omschrijving voor de auteurspagina"],"Title to use for Author page":["Titel voor de auteurspagina"],"%1$s settings":["%1$s-instellingen"],"Export your %1$s settings":["De %1$s-instellingen exporteren"],"Import settings":["Instellingen importeren"],"Import from other SEO plugins":["Vanuit andere SEO-plugins importeren"],"Import":["Importeren"],"If you had a %s file and it was editable, you could edit it from here.":["Als u een beschrijfbaar %s-bestand hebt, dan kunt u het hier bewerken."],"If your %s were writable, you could edit it from here.":["Als uw %s beschrijfbaar is, kunt u het hier bewerken."],"You don't have a %s file, create one here:":["U heeft momenteel geen %s-bestand. Maak er hier een aan:"],"A link to your site, with your site's name and description as anchor text.":["Een link naar uw website, met de naam en omschrijving van uw website als linktekst."],"A link to your site, with your site's name as anchor text.":["Een link naar uw website, met de naam van uw website als linktekst."],"A link to the post, with the title as anchor text.":["Een link naar het bericht, met de titel als linktekst."],"A link to the archive for the post author, with the authors name as anchor text.":["Een link naar het archief van de berichtauteur, met de naam van de auteur als linktekst."],"You can use the following variables within the content, they will be replaced by the value on the right.":["U kunt de volgende variabelen in de inhoud gebruiken, ze worden vervangen door de waarde aan de rechterkant."],"Content to put after each post in the feed":["Informatie die geplaatst wordt na elk RSS-bericht"],"Content to put before each post in the feed":["Content die voor elk bericht in de feed moet komen"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Deze instelling wordt gebruikt om automatisch tekst aan uw RSS toe te voegen. Specifieker: het is om koppeling naar uw website en uw berichten toe te voegen. Hierdoor zullen 'domme' robots automatisch deze koppelingen ook toevoegen en zullen zoekmachines u identificeren als de originele bron van de berichtinhoud."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Het gebruik van de functie 'kruimelpad' wordt uitgelegd in %1$sons kennisbankartikel op kruimelpadimplementatie%2$s."],"How to insert breadcrumbs in your theme":["Hoe een kruimelpad aan het thema toe te voegen"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":[""],"Taxonomy to show in breadcrumbs for content types":[""],"Breadcrumb for 404 Page":["Kruimelpad voor 404-pagina"],"Prefix for Search Page breadcrumbs":["Voorvoegsel voor kruimelpad op de zoekpagina"],"Prefix for Archive breadcrumbs":["Voorvoegsel voor kruimelpad-archief"],"Prefix for the breadcrumb path":["Voorvoegsel voor het kruimelpad"],"Anchor text for the Homepage":["Linktekst voor de homepagina"],"Separator between breadcrumbs":["Scheidingsteken tussen kruimels"],"Enable Breadcrumbs":["Kruimelpad inschakelen"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Hieronder staan de SEO-scores van de gepubliceerde berichten. Het is nu het goede moment om een aantal van uw berichten te verbeteren!"],"Credits":["Credits"],"« Back to Tools page":["« Terug naar de pagina Extra"],"%1$s comes with some very powerful built-in tools:":["%1$s heeft enkele zeer krachtige ingebouwde functies:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Deze tool stelt u in staat snel belangrijke bestanden van de SEO te veranderen, zoals het robots.txt- en .htaccess-bestand (als dit bestaat)."],"File editor":["Bestandsbewerker"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Instellingen importeren van andere SEO-plugins en exporteren van deze instellingen voor hergebruik op een (ander) blog."],"Import and Export":["Importeren en Exporteren"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dit hulpmiddel stelt u in staat snel titels en omschrijvingen van berichten en pagina's te veranderen zonder dat u voor elke pagina naar de editor hoeft te gaan."],"Bulk editor":["Massabewerker"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Hier uw metatag invoeren om uw %1$ssite te valideren met Pinterest%2$s:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest maakt - net als Facebook - gebruik van 'Open Graph'-metadata. Houd Open Graph aangevinkt op het Facebook-tabblad, als u de site wilt optimaliseren voor Pinterest."],"The default card type to use":["Het te gebruiken standaard 'card type'."],"Add Twitter card meta data":["'Twitter card'-metadata toevoegen"],"This image is used if the post/page being shared does not contain any images.":["Deze afbeelding wordt gebruikt als het bericht of de pagina geen afbeeldingen bevat."],"Default settings":["Standaardinstellingen"],"Copy home meta description":["Home-metaomschrijving kopiëren"],"Description":["Omschrijving"],"Image URL":["Afbeeldings-URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dit zijn de titel, beschrijving en afbeelding die gebruikt worden in de 'Open Graph'-metatags op de voorpagina van de site."],"Frontpage settings":["Voorpagina-instellingen"],"Add Open Graph meta data":["'Open Graph'-metadata toevoegen"],"YouTube URL":["YouTube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-gebruikersnaam"],"Facebook Page URL":["Facebookpagina-URL"],"Accounts":["Accounts"],"Restore site to defaults":["Site naar standaardinstellingen terugzetten"],"Site ID":["Site-ID"],"Using this form you can reset a site to the default SEO settings.":["Door dit formulier te gebruiken kunt u een site terugzetten naar de standaard SEO-instellingen."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":[""],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Voer het %1$sSite-ID%2$s in voor de site waarvan de instellingen als standaard moeten worden gebruikt voor alle nieuwe sites in het netwerk. Laat het vak leeg voor geen standaardwaarden (de normale plugin-standaardwaarden zullen worden gebruikt)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Kies de site waarvan de instellingen als standaard worden gebruikt voor elke nieuwe site in het netwerk. Bij het kiezen van 'Geen' worden de standaard plugininstellingen gebruikt."],"New sites in the network inherit their SEO settings from this site":["Nieuwe sites in het netwerk overerven de SEO-instellingen van deze site"],"Super Admins only":["Alleen superbeheerders"],"Site Admins (default)":["Sitebeheerders (standaard)"],"Who should have access to the %1$s settings":["Wie moet toegang hebben tot de %1$s-instellingen"],"spam":["spam"],"mature":["volwassen"],"archived":["gearchiveerd"],"public":["openbaar"],"%s restored to default SEO settings.":["%s is teruggezet naar standaard SEO-instellingen."],"Settings Updated.":["Instellingen bijgewerkt."],"404 pages":["404-pagina's"],"Search pages":["Zoekpagina's"],"These pages will be %s by default, so they will never show up in search results.":["Deze pagina's krijgen standaard %s, dus zullen ze nooit in de zoekresultaten verschijnen."],"Special Pages":["Speciale pagina's"],"Date-based archives could in some cases also be seen as duplicate content.":["Op datum gebaseerde archieven zouden in sommige gevallen ook als dubbele inhoud aangemerkt kunnen worden."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Als dit het geval is op de site, kunt u ervoor kiezen het uit te schakelen (wat ervoor zorgt dat men doorgestuurd wordt naar de homepagina) of %s eraan toe te voegen, zodat het niet voorkomt in de zoekresultaten."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Als u een auteursblog hebt, zal het auteursarchief dezelfde inhoud bevatten als de homepagina. Dit noemt men een %1$s'dubbele inhoud'-probleem%2$s."],"Date archives":["Datum-archieven"],"author archives":[""],"Title":["Titel"],"%1$s Meta Box":["%1$s-metabox"],"Hide":["Verbergen"],"Date in Snippet Preview":["Datum in Snippetvoorvertoning"],"Take note:":["Let op:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Homepage & voorpagina"],"Title Separator":["Scheidingsteken in de titel"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s heeft automatisch vastgesteld of het de titels op uw pagina's moet herschrijven. Als u denkt dat dat niet goed is en u weet wat u doet, dan kunt u de instelling hier veranderen."],"Force rewrite titles":["Titels geforceerd herschrijven"],"Taxonomies":["Taxonomieën"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s-extensies"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integreer WooCommerce naadloos in %1$s en krijg zo extra functies."],"Rank better locally and in Google Maps, without breaking a sweat!":["Zonder moeite een betere lokale score en op Google Maps krijgen."],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Lid van Google News? Verhoog dan het verkeer vanaf Google News door ervoor te optimaliseren."],"Optimize your videos to show them off in search results and get more clicks!":["Optimaliseer uw video's om ze te tonen in de zoekresultaten en zo meer 'clicks' te krijgen."],"The premium version of %1$s with more features & support.":["The premium-versie van %1$s met meer functies & support."],"Person":["Persoon"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Websitenaam"],"Webmaster Tools":[""],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["De URL van de berichten en pagina's bevat niet de berichtnaam; het is ten zeerste aan te bevelen dat wel te doen. Overweeg de permalink-structuur aan te passen naar /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Kruimelpad"],"or":["of"],"Save Profile":["Profiel opslaan"],"There were no profiles found":["Er zijn geen profielen gevonden"],"Profile":["Profiel"],"Current profile":["Huidig profiel"],"Authenticate":["Autoriseren"],"Get Google Authorization Code":["Google-autorisatiecode verkrijgen"],"Reload crawl issues":["Crawl-problemen opnieuw laden"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Om een doorstuuradres aan te maken en dit probleem op te lossen, heeft u %1$s nodig. U kan de plugin, inclusief een jaar ondersteuning en updates, kopen op %2$s."],"Creating redirects is a %s feature":["Het aanmaken van doorstuuradressen is een %s-functie"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fouten die alleen zijn opgetreden toen de site werd gecrawld door Googlebot voor eenvoudige telefoons. (Deze fouten waren niet zichtbaar op de desktopversie). "],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fouten die alleen zijn opgetreden toen de site werd gecrawld door Googlebot-Mobile. (Deze fouten waren niet zichtbaar op de desktopversie). "],"Errors that occurred when your site was crawled by Googlebot.":["Fouten die zijn opgetreden toen de site gecrawld werd door Googlebot."],"Issue categories":["Probleemcategorieën"],"Incorrect Google Authorization Code.":["Onjuiste Google-autorisatiecode."],"The issues have been successfully reloaded!":["De problemen zijn met succes herladen!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["De %1$s-gegevens zijn verwijderd. Autoriseer opnieuw om de gegevens weer te kunnen ophalen."],"Crawl errors per page":["Aantal crawl-fouten per pagina"],"Search":["Zoeken"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Mis de crawl-fouten niet: %1$smaak verbinding met Google Search Console%2$s."],"Create redirect":["Doorstuuradres aanmaken"],"Mark as fixed":["Als opgelost markeren"],"Response code":["Responscode"],"First detected":["Voor het eerst ontdekt"],"Last crawled":["Het laatst gecrawld"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s heeft gedetecteerd dat u een versie van %2$s gebruikt die niet compatibel is met %1$s. Werk %2$s bij naar de nieuwste versie om deze functie te gebruiken."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast-plugins delen een gedeelte van hun code om ervoor te zorgen dat de website sneller wordt. Als gevolg daarvan moeten alle Yoast-plugins bij zijn. We hebben ontdekt dat dit niet het geval is. Werk dus alle Yoast-plugins bij die nog niet zijn bijgewerkt."],"Feature phone":["Eenvoudige telefoon"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["De URL bestaat niet, maar de server geeft geen 404-fout (bestand niet gevonden)."],"Soft 404":["Softwarematige 404"],"Request timed out or site is blocking Google.":["Verzoek is verlopen of de site blokkeert Google."],"Server Error":["Serverfout"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot kan de website benaderen, maar bepaalde URL's zijn geblokkeerd voor Googlebot in het %1$s-bestand. Deze blokkade kan voor alle Googlebots gelden of zelfs specifiek voor Googlebot-mobile. "],"Blocked":["Geblokkeerd"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was niet in staat deze URL te crawlen door een onbekend probleem."],"URL points to a non-existent page.":["URL verwijst naar een niet bestaande pagina."],"Not found":["Niet gevonden"],"Not followed":["Niet gevolgd"],"Faulty redirects":["Kapotte redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["De server vereist autorisatie of blokkeert de toegang tot de site voor Googlebot."],"Access denied":["Toegang geweigerd"],"Deactivate %s":["%s deactiveren"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["De plugin %1$s veroorzaakt mogelijk problemen als deze in combinatie met %2$s wordt gebruikt."],"Upload Image":["Afbeelding uploaden"],"Remove these ads?":["Deze advertenties verwijderen?"],"%s Posts Overview":["%s-berichtenoverzicht"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["De kruimelpad-titel wordt gebruikt in het kruimelpad waar deze taxonomie voorkomt."],"Breadcrumbs title":["Kruimelpadtitel"],"The canonical link is shown on the archive page for this term.":["De canonieke link wordt getoond op de archiefpagina van deze uitdrukking."],"Facebook App ID":["Facebook-app-ID"],"Pinterest":["Pinterest"],"Other":["Overig"],"Archives":["Archieven"],"Email":["E-mailadres"],"Previous":["Vorige"],"Next":["Volgende"],"Close":["Sluiten"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["Afbeelding %s"],"%s Description":["Omschrijving %s"],"%s Title":["Titel %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["De aanbevolen afbeeldingsgrootte voor %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Als u geen gebruik wilt maken van de meta-omschrijving voor het delen van dit bericht op %s, schrijf hier dan een andere."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Als u een andere berichttitel dan deze wilt gebruiken voor het delen van dit bericht op %s, tik hem dan hier in."],"very difficult":["heel moeilijk"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["moeilijk"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["redelijk moeilijk"],"OK":["OK"],"fairly easy":["redelijk eenvoudig"],"easy":["eenvoudig"],"very easy":["heel eenvoudig"],"Meta Desc.":["Meta-omschrijving"],"All SEO Scores":["Alle SEO-scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO probleem: De uitgelichte afbeelding moet minimaal 200x200 pixels groot zijn om te worden gebruikt door Facebook en andere sociale media."],"(no parent)":["(geen hoofd)"],"Post is set to noindex.":["Bericht is ingesteld op noindex."],"The URL that this page should redirect to.":["De URL waar deze pagina naar moet doorsturen."],"301 Redirect":["301-doorsturen"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["Canonieke URL"],"Title to use for this page in breadcrumb paths":["Titels die voor deze pagina gebruikt worden in het kruimelpad"],"Breadcrumbs Title":["Kruimelpadtitel"],"No Snippet":["Geen snippet"],"No Archive":["Geen archief"],"No Image Index":["Geen afbeeldingsindex"],"None":["Geen"],"Site-wide default: %s":["Standaard voor de hele site: %s"],"Advanced meta robots settings for this page.":["Geavanceerde meta-robotsinstellingen voor deze pagina."],"Meta robots advanced":["Meta Robots geavanceerd"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Waarschuwing: hoewel hier de 'metarobots'-instelling geregeld kan worden, heeft dit geen effect, aangezien de hele site op 'noindex' is ingesteld in de privacy-instellingen van de site."],"Meta description":["Meta-omschrijving"],"SEO Title":["SEO-titel"],"Focus keyword":["Focustrefwoord"],"Snippet preview":["Snippetvoorvertoning"],"Settings successfully imported.":["De instellingen zijn met succes geïmporteerd."],"Settings could not be imported:":["Instellingen konden niet geïmporteerd worden:"],"Breadcrumb for 404 pages:":["Kruimelpad voor 404-pagina:"],"Prefix for search result pages:":["Voorvoegsel voor kruimelpad op zoekresultatenpagina's:"],"Prefix for archive pages:":["Voorvoegsel voor kruimelpad op archiefpagina's:"],"Prefix for breadcrumbs:":["Prefix voor kruimelpad:"],"Anchor text for the homepage:":["Ankertekst voor de homepagina:"],"Breadcrumbs separator:":["Scheidingsteken voor kruimelpad: "],"%s Breadcrumbs":["%s-kruimelpad"],"Use Image":["Afbeelding gebruiken"],"Action":["Actie"],"Page URL/Slug":["Pagina-URL/Slug"],"Publication date":["Publicatiedatum"],"Post Status":["Berichtstatus"],"WP Page Title":["WP-paginatitel"],"View":["Bekijken"],"View “%s”":["“%s” bekijken"],"Preview":["Voorbeeld"],"Preview “%s”":["Voorbeeld “%s”"],"Edit":["Bewerken"],"Filter":["Filteren"],"New Yoast Meta Description":["Nieuwe Yoast-meta-omschrijving"],"Existing Yoast Meta Description":["Bestaande Yoast-meta-omschrijving"],"Facebook profile URL":["Facebookprofiel-URL"],"Twitter username (without @)":["Twitter-gebruikersnaam (zonder @)"],"FAQ":["FAQ"],"Premium Support":["Premium-ondersteuning"],"Settings":["Instellingen"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Ga naar %1$sInstellingen => Lezen%2$s en haal het vinkje weg bij 'Zoekmachinezichtbaarheid'."],"Huge SEO Issue: You're blocking access to robots.":["Groot SEO probleem: toegang voor robots wordt geblokkeerd."],"Posts":["Berichten"],"Edit Files":["Bestanden bewerken"],"Advanced Variables":["Geavanceerde variabelen"],"Basic Variables":["Basisvariabelen"],"General":["Algemeen"],"Extensions":["Extensies"],"Search Console":["Zoekpaneel"],"Tools":["Extra"],"Advanced":["Geavanceerd"],"XML sitemaps":[""],"Social":["Sociaal"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s heeft gedetecteerd dat u versie %2$s gebruikt van %3$s, werk deze bij naar de nieuwste versie om compatibiliteitsproblemen te voorkomen. "],"Just another WordPress site":["En nog een WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["U gebruikt nog steeds de standaard WordPress-omschrijving, zelfs een lege is waarschijnlijk beter. %1$sU kunt dit oplossen in de customizer%2$s."],"You have used HTML in your value which is not allowed.":["Het gebruik van HTML in de waarde is niet toegestaan."],"You can't edit %s that aren't yours.":["U kunt geen %s bewerken die niet van u zijn."],"You can't edit %s.":["%s bewerken niet mogelijk."],"Post has an invalid Content Type: %s.":[""],"Post doesn't exist.":["Dit bericht bestaat niet."],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["Prullenbak (%s)","Prullenbak (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/nl_NL.json b/Resources/Private/Languages/nl_NL.json index b8c6369..b6f95a8 100644 --- a/Resources/Private/Languages/nl_NL.json +++ b/Resources/Private/Languages/nl_NL.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"nl"},"Has feedback":["Heeft feedback"],"Content optimization:":["Inhoudsoptimalisatie:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLeesbaarheid%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Lees %1$sdit bericht voor meer informatie over waarom we oudere versies niet ondersteunen.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Als je het updaten naar %2$s en hoger hebt uitgesteld in verband met de nieuwe Gutenberg editor, installeer dan de Classic editor plugin. Het geeft je dezelfde bewerk ervaringen die je nu hebt, maar ook de veiligheid van de nieuwere WorPress versies en %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sUpgrade WordPress naar de meest recente versie%2$s%3$sWe hebben opgemerkt dat je niet werkt met de laatste WordPress versie, wat binnenkort een probleem kan worden. %4$s (om redenen van veiligheid en stabiliteit)\nondersteunt alleen de huidige en vorige WordPress versie. Wanneer de volgende versie van WordPress uitkomt, betekent dit dat we WordPress %6$s en %7$s ondersteunen. Dit betekent dat je geen updates meer ontvangt voor %5$s totdat je WordPress update, zorg er dan ook voor dat je binnenkort upgrade naar de laatste WordPress versie!%3$s%3$s"],"Post Noindexed":["Bericht Noindexed"],"No Focus Keyphrase":["Geen Focus-keyphrase"],"Person logo / avatar":["Persoonlijk logo / avatar"],"Extend %s":["Breid %s uit"],"Enroll in the %s for WordPress training":["Meldt je aan voor de %s voor WordPress-training"],"Posts with the SEO score: %s":["Berichten met de SEO score: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video tutorial"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Om je huidige crawlfouten te bekijken, %1$sbezoek je Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google heeft haar Crawl Errors API stopgezet. Het is daarom niet meer mogelijk om eventuele crawlfouten hier te laten zien. %1$sLees onze verklaring voor meer informatie%2$s."],"Remove this message":["Verwijder dit bericht"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimaliseer je site echt voor lokaal publiek met onze %s plugin! Geoptimaliseerde adres gegevens, openingstijden, winkel locatie kiezer en ophaal optie!"],"Serving local customers?":["Bedien je lokale klanten?"],"Get the %s plugin now":["Download nu de %s plugin"],"Organization social profiles":["Sociale profielen van de organisatie"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Je kunt de details die worden getoond in de metadata bewerken, zoals de sociale profielen, de naam en beschrijving van de gebruiker op hun %1$s profielpagina."],"Personal info":["Persoonlijke info"],"Organization logo":["Logo organisatie"],"Organization name":["Organisatienaam"],"Choose whether the site represents an organization or a person.":["Kies of je site een organisatie vertegenwoordigd of een persoon."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Om je site een Bedrijf of Organisatie te laten representeren, ga je naar %1$sZoekweergave%2$s en kies je bij Bedrijf of Persoon voor \"Bedrijf\"."],"To change the social accounts used for your site, update the details for %1$s.":["Om de sociale accounts die je gebruikt voor je site te veranderen, werk je de gegevens voor %1$s bij."],"That means that the form and information below is disabled, and not used.":["Dat betekend dat het formulier en de informatie hieronder zijn uitgeschakeld en niet worden gebruikt."],"Your website is currently configured to represent a Person":["Je website is momenteel geconfigureerd om een persoon te vertegenwoordigen"],"(if one exists)":["(als die bestaat)"],"Wikipedia page about you":["Wikipedia pagina over jou"],"YouTube profile URL":["YouTube profiel URL"],"Tumblr profile URL":["Tumblr profiel URL"],"SoundCloud profile URL":["SoundCloud profiel URL"],"MySpace profile URL":["MySpace profiel URL"],"Organization or person":["Organisatie of persoon"],"The person":["De persoon"],"Organization":["Organisatie"],"Does your site represent a person or an organization?":["Vertegenwoordigd je site een persoon of een organisatie?"],"The name of the organization":["De naam van de organisatie"],"Provide an image of the organization logo":["Zorg voor een afbeelding van het logo van de organisatie"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Je hebt eerder ingesteld dat je site een persoon vertegenwoordigd. We hebben onze mogelijkheden rond Schema en de Knowledge Graph verbeterd, dus je kunt het beste inloggen en %1$s instellingen daar invullen%2$s."],"Select a user...":["Selecteer een gebruiker..."],"Uncategorized":["Ongecategoriseerd"],"Name:":["Naam:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Je hebt gebruiker %1$s ingesteld als de persoon waarvoor deze site is gemaakt. De profielgegevens van zijn of haar account worden nu gebruikt in de zoekresultaten. %2$sWerk het profiel bij om zeker te weten dat alle informatie klopt.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Fout: selecteer hieronder een gebruiker om de metadata voor je site compleet te maken."],"SEO score: %s":["SEO-score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Als er een Wikipedia-pagina over jou of je organisatie bestaat, voeg deze dan ook toe."],"Wikipedia URL":["Wikipedia-URL"],"Pinterest profile URL":["Pinterest profiel URL"],"Instagram profile URL":["Instagram profiel URL"],"LinkedIn profile URL":["LinkedIn profiel URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword research is essentieel in elke SEO strategie. Je beslist de zoektermen waar je op gevonden wil worden en ontdek welke woorden je publiek gebruikt om je te vinden. Goede keyword research verteld je welke inhoud je nodig hebt om een goede ranking te krijgen voor de termen waarop je naar voren wil komen. Zorg ervoor dat je inspanningen richt op de keywords waar je echt een kans maakt om op te ranken. De %1$s helpt je door dit proces, stap voor stap."],"SEO for Beginners training":["SEO voor Beginners training"],"%s for WordPress training":["%s voor WordPress training"],"All-around SEO training":["All-around SEO training"],"The image you selected is too small for Facebook":["De afbeelding die je hebt geselecteerd is te klein voor Facebook"],"The given image url cannot be loaded":["De opgegeven afbeelding url kan niet worden geladen"],"Find out what words your audience uses to find you":["Ontdek welke woorden je publiek gebruikt om je te vinden"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: The tekst scoort %3$s in de test wat %4$s wordt beoordeeld om te lezen. %5$s"],"No JSON object was returned.":["Er werd geen JSON object teruggestuurd."],"Received internal links":["Interne links ontvangen"],"Outgoing internal links":["Uitgaande interne links"],"New step added":["Nieuwe stap toegevoegd"],"New question added":["Nieuwe vraag toegevoegd"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Om een redirect aan te kunnen maken en deze issue op te lossen heb je %1$s nodig."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Je kunt de plugin aanschaffen, inclusief een jaar lang support en updates, op %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["De tekst link teller functie geeft je inzicht in hoeveel links worden gevonden in je tekst en hoeveel links verwijzen naar jouw tekst. Dit is erg nuttig wanneer je de %1$sinterne linkstructuur%2$s aan het verbeteren bent."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Voor de werking van deze functie met %1$s is op zijn minst PHP versie %2$s vereist. Wij hebben geconstateerd dat je nog gebruik maat van PHP versie %3$s. Werk je PHP versie."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Denk goed na over de implicaties en %1$slees dit bericht%2$s als je meer informatie wil over de impact van het weergeven van media in zoekresultaten ."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Om deze functie werkend te maken zal %1$s een tabel in je database moeten kunnen aanmaken. We kunnen deze tabel helaas niet automatisch aanmaken."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Door deze optie in te schakelen worden de URL's zichtbaar voor zowel bezoekers als voor Google. Om waarde toe te voegen aan je website moet deze informatie van toegevoegde waarde zijn of anders heeft het mogelijk een negatieve impact op je ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["De %3$stekst link teller%4$s functie (geïntroduceerd in %1$s %2$s) is momenteel uitgeschakeld."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Lees het volgende %1$skennisbank artikel%2$s om te ontdekken hoe je dit probleem oplost."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Om ervoor te zorgen dat alle links in je teksten geteld worden, moeten we al je teksten analyseren."],"All you have to do is press the following button and we'll go through all your texts for you.":["Druk op de deze knop en we analyseren alle teksten voor je."],"Count links":["Tel het aantal links"],"Free":["Gratis"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributen%5$s: Van de %2$d afbeeldingen op deze pagina ,%1$d hebben alt-attributen met woorden uit je keyphrase of synoniemen. Dat is een beetje teveel. %4$sNeem enkel de keyphrase of de synoniemen ervan op als deze echt in de afbeelding past%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributen%2$s: Goed gedaan!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["Enkelvoud:%3$sImage alt-attributen%5$s: Van de %2$d afbeeldingen op deze pagina heeft alleen %1$d een alt-attribuut dat het onderwerp van je tekst weergeeft. %4$s Voeg je keyphrase of synoniemen toe aan de alt-tags van relevantere afbeeldingen%5$s!","Meervoud:%3$sImage alt-attributen%5$s: Van de %2$d afbeeldingen op deze pagina heeft alleen %1$d een alt-attribuut dat het onderwerp van je tekst weergeeft. %4$s Voeg je keyphrase of synoniemen toe aan de alt-tags van relevantere afbeeldingen%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sImage alt attributen%3$s: Afbeeldingen op deze pagina hebben geen alt-attributen die het onderwerp van uw tekst weergeven.%2$sVoeg je keyphrase of synoniemen toe aan de alt-tags van relevante afbeeldingen%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sImage alt attributen%3$s: Afbeeldingen op deze pagina hebben alt-kenmerken, maar je hebt je keyphrase nog niet ingesteld .%2$sDoe dat eerst%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in subkop%2$s: %3$s van de koppen met een hoger niveau geeft het onderwerp van je kopie weer. Goed gedaan!","%1$sKeyphrase in subkoppen%2$s: %3$s van de koppen met een hoger niveau geeft het onderwerp van je kopie weer. Goed gedaan!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in subkop%2$s: Je subkop(en) met een hoger niveau geven het onderwerp van je kopie weer. Goed gedaan!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in subkopje%3$s: %2$sGebruik meer keyphrases of synoniemen in je hogere rubrieken%3$s!"],"Page %s":["Pagina %s"],"Cannot get the size of %1$s because of unknown reasons.":["Kan de grootte van %1$s niet krijgen vanwege onbekende redenen."],"Cannot get the size of %1$s because it is hosted externally.":["Kan de grootte van niet krijgen %1$s omdat het extern wordt gehost."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Schakel eenvoudig de schakelaar naar \"aan\" en je kunt de opnieuw gekalibreerde analyse gebruiken. Tegelijkertijd, zullen we je toevoegen aan onze specifieke mailinglijst. We sturen je enkel een e-mail over je ervaringen met deze herijking!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Wij hebben %1$sonze analyse opnieuw gekalibreerd%2$s. Met de nieuwe analyse komen we nog dichter bij hoe Google je website ziet. Het zou zijn%3$sgeweldig%4$s als je deze zou willen %3$sbetatesten%4$s voor ons!"],"Get an even better analysis":["Krijg een nog betere analyse"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sEnkele titel%3$s: H1s moeten alleen gebruikt worden voor de hoofd titel. Vind alle H1s in je tekst die niet de hoofdtitel zijn en %2$swijzig ze naar een lager koptekst niveau%3$s!"],"Improve sharing on Facebook and Pinterest":["Verbeter delen op Facebook en Pinterest"],"You do not have the required rights to export settings.":["Je hebt niet de benodigde rechten om instellingen te exporteren."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopieer al deze instellingen naar een andere sites %1$s tabblad en klik daar op \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["Dit zijn instellingen voor de %1$s plugin van %2$s"],"No settings found.":["Geen instellingen gevonden."],"Export your %1$s settings here, to copy them on another site.":["Exporteer je %1$s instellingen hier om ze te kopiëren naar andere websites."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Het importeren van instellingen wordt alleen ondersteund op servers die PHP 5.3 of hoger gebruiken."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importeer de instellingen door de instellingen te plakken die je hebt gekopieerd vanaf een andere site door te klikken op \"%s\"."],"Paste your settings from another %s installation.":["Plak hier je instellingen vanuit een andere %s installatie."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is 0 keer gevonden. Dat is minder dan het minimaal aanbevolen aantal van %3$d keer voor een tekst van deze lengte. %4$sFocus op je keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is minder dan het minimum aanbevolen aantal van %3$d keer voor een tekst van deze lengte. %4$sFocus op je keyphrase%2$s!","%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is minder dan het minimum aanbevolen aantal van %3$d keer voor een tekst van deze lengte. %4$sFocus op je keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %3$d keer gevonden. Dit is goed!","%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %3$d keer gevonden. Dit is goed!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase dichtheid%2$s:De focus keyphrase is %5$d keer gevonden. Dat is meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!","%1$sKeyphrase dichtheid%2$s:De focus keyphrase is %5$d keer gevonden. Dat is meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is veel meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!","%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is veel meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!"],"Indexable deleted for object %1$s with type %2$s":["indexeerbare object %1$s met type %2$s verwijderd"],"Indexable saved for object %1$s with type %2$s":["indexeerbare object %1$s met type %2$s bewaard"],"Indexable created for object %1$s with type %2$s":["indexeerbare object %1$s met type %2$s bewaard"],"Indexable meta deleted.":["Indexeerbare meta verwijderd"],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Indexeerbare meta bewaard voor indexeerbare id %1$s met metasleutel %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Indexeerbare meta gemaakt voor indexeerbaar id %1$s met meta key %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Er is geen meta gevonden voor indexeerbare id %1$s en metasleutel %2$s"],"There is no indexable found for author id %1$s.":["Er is geen index gevonden voor auteurid %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Er is geen primaire term gevonden voor postid %1$s en taxonomie %2$s"],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Er is geen index gevonden voor termid %1$s en taxonomie %2$s"],"There is no indexable found for post id %1$s.":["Er is geen index gevonden voor postid %1$s"],"Method %1$s() does not exist in class %2$s":["Methode %1$s() bestaat niet in class %2$s"],"With %s, you can easily create such redirects.":["Met %s, kun je eenvoudig deze redirects maken."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Het veranderen van je permalinks kan een serieuze invloed hebben op de zichtbaarheid in zoekmachines. Het moet bijna %1$s nooit %2$s gedaan worden op een live website."],"WARNING:":["WAARSCHUWING:"],"Learn about why permalinks are important for SEO.":["Leer waarom permalinks zo belangrijk zijn voor SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunctiewoorden in trefzin%3$s: Je keyphrase \"%4$s\" bavet alleen functiewoorden. %2$sBekijk wat een goede keyphrase is.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Wist je dat %s ook verschillende woordvormen in je keyphrase analyseert, zoals meervoud of verleden tijd?"],"Clear Image":["Haal afbeelding weg"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase lengte%3$s: %2$sGeef een keyphrase op om je SEO score te kunnen berekenen%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase in slug%2$s: Meer dan de helft van je keyphrase komt voor in de slug. Heel goed!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase in slug%3$s: (Een deel van) je keyphrase lijkt niet voor te komen in de slug. %2$sVerander dit%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase in slug%2$s: Goed bezig!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in de titel%3$s: Niet alle woorden uit je keyphrase \"%4$s\" zitten in de SEO-titel. %2$sProbeer om je volledige keyphrase te gebruiken in de SEO-titel%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in de titel%3$s: De titel bevat niet de volledige keyphrase. %2$sProbeer om je volledige keyphrase te gebruiken in de SEO-titel%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase in de titel%3$s: Je volledige keyphrase staat in de SEO-titel, maar niet aan het begin. %2$sProbeer de volledige keyphrase naar het begin te verplaatsen%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase in de titel%2$s: De volledige keyphrase staat aan het begin van de SEO-titel. Goed gedaan!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sKeyphrase verdeling%2$s: Goed gedaan!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase verdeling%3$s: Slecht verdeeld. In sommige delen van je tekst komen de keyphrase of synoniemen niet voor. %2$sVerdeel ze beter over de tekst%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase verdeling%3$s: Zeer slecht verdeeld. In sommige delen van je tekst komen de keyphrase of synoniemen niet voor. %2$sVerdeel ze beter over de tekst%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sKeyphrase verdeling%3$s: %2$sGebruik je keyphrases of synoniemen in de tekst zodat we de keyphrase dichtheid kunnen bepalen%3$s."],"Help on choosing the perfect focus keyphrase":["Hulp bij het kiezen van de perfecte focus keyphrase"],"Would you like to add a related keyphrase?":["Wil je een verwant keyphrase toevoegen?"],"Go %s!":["Ga %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Het niet tonen van de datum archives in de zoekresultaten betekent technisch gezien dat deze een %1$s robots meta hebben. %2$sMeer informatie over de zoekmachine-instellingen%3$s."],"Rank better with synonyms & related keyphrases":["Scoor beter met synoniemen en verwante keyphrases"],"optimize a single post for synonyms and related keyphrases.":["Verbeter een bericht op synoniemen en verwante keyphrases"],"Synonyms & related keyphrases":["Synoniemen & gerelateerde keyphrases"],"Add related keyphrase":["Voeg een gerelateerde keyphrase toe"],"Dismiss %s upgrade notice":["Verwijder %s upgrade bericht"],"Upgrade to %s":["Upgrade naar %s"],"%1$s video":["%1$s video"],"Get %s":["Koop %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sEerder gebruikte keyphrase%6$s: Je hebt de volgende keyphrase %1$s%2$d keer eerder gebruikt%3$s. %5$sGebruik je keyphrase niet meer dan één keer%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sEerder gebruikte keyphrase%5$s: Je hebt de volgende keyphrase %1$séén keer eerder gebruikt%2$s. %4$sGebruik je keyphrase niet meer dan één keer%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sEerder gebruikt keyphrase%2$s: Je hebt dit keyphrase nog niet eerder gebruikt, heel goed."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopwoorden%3$s: De slug voor deze pagina bevat een stopwoord. %2$sVerwijder deze%3$s!","%1$sSlug stopwoorden%3$s: De slug voor deze pagina bevat stopwoorden. %2$sVerwijder deze%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug te lang%3$s: de slug voor deze pagina is een beetje te lang. %2$sMaak hem korter%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAfbeelding alt attributes%3$s: Er staan geen afbeeldingen op deze pagina %2$sVoeg er een paar toe%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sKeyphrase-links%3$s: Je linkt naar een andere pagina met de woorden waarvan je wil dat deze pagina er op gevonden wordt. %2$sDat moet je niet doen%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dit is veel minder dan het aanbevolen minimum aantal van %5$d woord. %3$sVoeg meer inhoud toe%4$s.","Dit is veel minder dan het aanbevolen minimum aantal van %5$d woorden. %3$sVoeg meer inhoud toe%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dit is minder dan het aanbevolen aantal van %5$d woord. %3$sVoeg meer inhoud toe%4$s.","Dit is minder dan het aanbevolen aantal van %5$d woorden. %3$sVoeg meer inhoud toe%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sTekstlengte%4$s: De tekst bevat %1$d woord.","%2$sTekstlengte%4$s: De tekst bevat %1$d woorden."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sTekstlengte%3$s: De tekst bevat %1$d woord. Goed gedaan!","%2$sTekstlengte%3$s: De tekst bevat %1$d woorden. Goed gedaan!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in subkopje%3$s: Meer dan 75 %% van je subkoppen op een hoger niveau geven het onderwerp van je exemplaar weer. Dat is te veel. %2$sOver-optimaliseer niet%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO titel breedte%3$s: %2$sVoeg een SEO titel toe%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO titel lengte%3$s: de SEO-titel is langer dan de zichtbare limiet. %2$sProbeer die korter te maken%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$s SEO titel breedte%2$s: Goed gedaan!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sBreedte van de SEO-titel%3$s: De SEO-titel is te kort. %2$sGebruik de ruimte om variaties op je keyphrase toe te voegen of schrijf een overtuigende call-to-action%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sUitgaande links%2$s: Er staan zowel nofollow- als follow uitgaande links op deze pagina. Goed gedaan!"],"%1$sOutbound links%2$s: Good job!":["%1$sUitgaande links%2$s: Goed gedaan!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sUitgaande links%3$s: Alle uitgaande links op deze pagina zijn onvolgbaar. %2$sVoeg een aantal normale links toe%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sUitgaande links%3$s: Geen uitgaande links op deze pagina. %2$sVoeg ze toe%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLengte van de meta beschrijving%2$s: Goed gedaan!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLengte metabeschrijving%3$s: De metabeschrijving telt meer dan %4$d letters. Om er zeker van te zijn dat de hele beschrijving zichtbaar is %2$smoet je de tekst inkorten%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLengte metabeschrijving%3$s: De metabeschrijving is te kort (minder dan %4$d letters). Je hebt nog ruimte voor %5$d letters. %2$sGebruik die%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLengte metaomschrijving%3$s: Er is geen metaomschrijving. Zoekmachines tonen in plaats daarvan de tekst van het bericht. %2$sGeef een omschrijving%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in meta description%2$s: Er is een meta description, maar de keyphrase zit er niet in. %3$sLos dat op%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in meta description%2$s: De meta description bevat de keyphrase %3$s keer, wat meer is dan het geadviseerde maximum van 2 keer. %4$sPas dat aan%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in metaomschrijving%2$s: De keyphrase of synoniem staan in de metaomschrijving. Goed zo!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphraselengte%5$s: De keyphrase is %1$d woorden lang. Dat is veel meer dan het aanbevolen maximum van %2$d woorden. %4$sMaak het korter%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase lengte%5$s: De keyphrase is %1$d woorden lang. Dat is meer dan het aanbevolen maximum van %2$d woorden. %4$sMaak het korter%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sKeyphraselengte%2$s: goed gedaan!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase lengte%3$s: er is geen focus keyphrase ingesteld voor deze pagina. %2$sStel een keyphrase in om je SEO score te kunnen berekenen%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in introductie%3$s: je keyphrase of synoniemen staan niet in de eerste alinea. %2$sZorg ervoor dat het onderwerp direct duidelijk is%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in introductie%3$s: je keyphrase of synoniem staan in de eerste alinea van de tekst, maar niet in één zin. %2$sDoe dit wel%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in introductie%2$s: goed gedaan!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterne links%2$s: er staan no-follow en normale interne links op deze pagina. Goed werk!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterne links%2$s: je hebt voldoende interne links. Goed werk!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterne links%3$s: de interne links op deze pagina zijn allemaal no-follow. %2$sVoeg wat goede interne links toe%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterne links%3$s: er staan geen interne links op deze pagina, %2$svoeg er een aantal toe%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sOvergangswoorden%2$s: goed gedaan!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sOvergangswoorden%2$s: slechts %3$s van de zinnen bevatten overgangswoorden, dat is niet genoeg. %4$sGebruik er meer van%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sOvergangswoorden%2$s: geen enkele zin bevat overgangswoorden. %3$sGebruik er een paar%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sOnvoldoende inhoud%2$s: %3$sVoeg wat inhoud toe om een goede analyse mogelijk te maken%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sKoptekst-verdeling%2$s: je gebruikt geen koptekst, maar je tekst is kort genoeg en heeft ze waarschijnlijk niet nodig."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sKoptekst-verdeling%2$s: je gebruik geen kopteksten, hoewel je tekst vrij lang is. %3$sProbeer wat kopteksten toe te voegen%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sKoptekst-verdeling%2$s: %3$d sectie van je tekst is langer dan %4$d woorden, en wordt niet verdeeld door kopteksten. %5$sVoeg kopteksten toe om de leesbaarheid te verbeteren%2$s.","%1$sKopteksten-verdeling%2$s: %3$d secties van je tekst zijn langer dan %4$d woorden, en worden niet verdeeld door kopteksten. %5$sVoeg kopteksten toe om de leesbaarheid te verbeteren%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sKoptekst-verdeling%2$s: goed gedaan!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sZinlengte%2$s: %3$s van de zinnen bevatten meer dan %4$s woorden, wat meer is dan het aanbevolen maximum van %5$s. %6$sProbeer de zinnen in te korten%2$s."],"%1$sSentence length%2$s: Great!":["%1$sZinlengte%2$s: Fantastisch!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sOpeenvolgende zinnen%2$s: er zit voldoende variatie in je zinnen. Dat is goed!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sOpeenvolgende zinnen%2$s: de tekst bevat %3$d opeenvolgende zinnen die beginnen met hetzelfde woord. %5$sProbeer het te variëren%2$s!","%1$sOpeenvolgende zinnen%2$s: de tekst bevat %4$d plaatsen waar %3$d of meer opeenvolgende zinnen die beginnen met hetzelfde woord. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sLijdende vorm%2$s: %3$s van de zinnen bevat lijdende vorm, wat meer is dan het aangeraden maximum van %4$s. %5$sProbeer hun actieve tegenhangers te gebruiken%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sLijdende vorm%2$s: je gebruik voldoende actieve vorm. Dat is goed!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sParagraaflengte%2$s: %3$d van de paragrafen bevat meer dan het aanbevolen aantal van %4$d woorden. %5$sMaak je paragrafen korter%2$s!","%1$sParagraaflengte%2$s: %3$d van de paragrafen bevatten meer dan het aanbevolen aantal van %4$d woorden. %5$sMaak je paragrafen korter%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sParagraaflengte%2$s: geen van de paragrafen is te lang. Goed werk!"],"Good job!":["Goed gedaan!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: de tekst scoort %3$s in de test, wat wordt beschouwd als %4$s te lezen. %5$s%6$s%7$s"],"Focus keyphrase":["Focus keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s met ID %2$s kan niet worden gepatcht"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Ongeldig POST verzoek. Meta waarden bestaan al voor het object met ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexeerbaar met ID `%1$s` bestaat niet"],"No object with ID %1$s and %2$s could be found":["Geen object met ID %1$s en %2$s kon niet worden gevonden"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` is geen geldig subtype van `%2$s`"],"The object type `%1$s` is invalid":["Het object type `%1$s` is ongeldig"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Ongeldig type voor parameter `%1$s` geslaagd. Verwacht `%2$s`, maar kreeg `%3$s`"],"The parameter `%1$s` cannot be empty.":["De parameter `%1$s` mag niet leeg zijn."],"Check Keyphrase Density":["Controleer Keyphrase dichtheid"],"Disable":["Uitschakelen"],"Allow Control":["Sta controle toe"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Deze tab laat je selectief bepaalde %s functionaliteit uitzetten voor alle sites in het netwerk. Standaard staan alle functies aan, wat site admins toestaat zelf te bepalen welke functies ze aan of uit willen zetten voor hun site. Wanneer je hier een functie uitzet, zullen site admins die functie helemaal niet kunnen gebruiken."],"%s is a required feature toggle argument.":["%s is een vereiste functie-schakel mogelijkheid."],"Keyphrase:":["Keyphrase:"],"Remove keyphrase":["Verwijder keyphrase"],"This feature has been disabled by the network admin.":["Deze optie is uitgeschakeld door de netwerk admin."],"Focus keyphrase not set.":["Focus keyphrase niet ingesteld."],"Multiple keyphrases":["Meerdere keyphrases"],"Colon":["Dubbele punt"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Zowel %1$s als %2$s beheren de SEO van jouw site. Het tegelijkertijd draaien van twee SEO plugins kan schadelijk zijn."],"There is a new notification.":["Er is een nieuwe notificatie.","Er zijn nieuwe notificaties."],"Learn more about the readability analysis":["Leer meer over Leesbaarheidsanalyse"],"Describe the duration of the instruction:":["Beschrijf de duur van de instructie:"],"Optional. Customize how you want to describe the duration of the instruction":["Optioneel: Pas de omschrijving van de duur van de instructie aan."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Dit is een lijst van gerelateerde content waar je naar kunt linken in je bericht. {{a}}Lees ons artikel over site structure{{/a}} om meer te leren over hoe intern linken je SEO kan verbeteren."],"%s, %s and %s":["%s, %s en %s"],"%s and %s":["%s en %s"],"%d minute":["%d minuut","%d minuten"],"%d hour":["%d uur","%d uren"],"%d day":["%d dag","%d dagen"],"Enter a step title":["Voer een stap titel in"],"Optional. This can give you better control over the styling of the steps.":["Optioneel. Hiermee heb je meer controle over de styling van de stappen."],"CSS class(es) to apply to the steps":["CSS class(es) die gebruikt worden voor de stappen"],"minutes":["minuten"],"hours":["uren"],"days":["dagen"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Maak een How-to guide op een SEO-vriendelijke manier. Je kunt slechts één How-to block per bericht gebruiken."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Toon je veelgestelde vragen (FAQ's) op een SEO-vriendelijke manier. Je kunt slechts één FAQ block per bericht gebruiken."],"Copy error":["Copy fout"],"An error occurred loading the %s primary taxonomy picker.":["Er deed zich een fout voor met het laden van de %s primaire taxonomy picker."],"%1$s Structured Data Blocks":["%1$s Structured Data Blocks"],"Time needed:":["Benodigde tijd:"],"Move question down":["Verplaats vraag naar beneden"],"Move question up":["Verplaats vraag naar boven"],"Insert question":["Vraag invoeren"],"Delete question":["Verwijder vraag"],"Enter the answer to the question":["Voer het antwoord op de vraag in"],"Enter a question":["Voer een vraag in"],"Add question":["Vraag toevoegen"],"Frequently Asked Questions":["Frequently Asked Questions"],"Great news: you can, with %s!":["Goed nieuws: dat kan, met %s!"],"Select the primary %s":["Selecteer de primaire %s"],"Check links to this URL":["Controleer links naar deze URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Controleer de %1$sarchive template%2$s voor het volgende contenttype: %3$s.","Controleer de %1$sarchive templates%2$s voor de volgende contenttypes: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Probeer je meerdere keyphrases te gebruiken? Vul ze dan hieronder apart in."],"Mark as cornerstone content":["Markeer als cornerstone content"],"Move step down":["Stap naar beneden verplaatsen"],"Move step up":["Stap naar boven verplaatsen"],"Insert step":["Stap toevoegen"],"Delete step":["Stap verwijderen"],"Add image":["Afbeelding toevoegen"],"Enter a step description":["Beschrijving van een stap invullen"],"Enter a description":["Een beschrijving invullen"],"Unordered list":["Ongesorteerde lijst"],"Showing step items as an ordered list.":["Toon de stap onderdelen als geordende lijst."],"Showing step items as an unordered list":["Toon de stap onderdelen als ongeordende lijst"],"Add step":["Stap toevoegen"],"Delete total time":["Totale tijd verwijderen"],"Add total time":["Totale tijd toevoegen"],"How to":["Instructie"],"How-to":["Instructie"],"Snippet Preview":["Snippetvoorvertoning"],"Analysis results":["Analyse-resultaten"],"Enter a focus keyphrase to calculate the SEO score":["Voer een focus keyphrase in om de SEO score te berekenen"],"Learn more about Cornerstone Content.":["Leer meer over cornerstone content."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone content zou de belangrijkste en omvangrijkste artikelen op je site moeten zijn."],"Restore Site":["Site herstellen"],"Network Settings":["Netwerkinstellingen"],"You are not allowed to perform this action.":["Je hebt geen toestemming om deze actie uit te voeren."],"Error: %s":["Fout: %s"],"Success: %s":["Gelukt: %s"],"Site with ID %d not found.":["De site met ID %d is niet gevonden."],"No site has been selected to restore.":["Er is geen site geselecteerd om te herstellen."],"You are not allowed to modify unregistered network settings.":["Je hebt geen toestemming om ongeregistreerde netwerk instellingen aanpassen."],"deleted":["verwijderd"],"Would you like to add another keyphrase?":["Wil je nog een keyphrase toevoegen?"],"image preview":["Voorbeeld van afbeelding"],"Copied!":["Gekopieerd!"],"Not supported!":["Niet ondersteund!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lees {{a}}ons artikel over sitestructuur{{/a}} om meer te leren hoe intern linken je kan helpen met het verbeteren van je SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Zodra je meer inhoud toevoegt geven we je hier een lijst met gerelateerde inhoud waar je naar zou kunnen linken in je bericht."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Overweeg om te linken naar deze {{a}}cornerstone artikelen:{{/a}}"],"Consider linking to these articles:":["Overweeg naar deze artikelen te linken:"],"Copy link":["Link kopieëren"],"Copy link to suggested article: %s":["Kopieer link naar het voorgestelde artikel: %s"],"The site's tagline":["De slogan van de site"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["We hebben de functionaliteit van de zoekweergave-instellingen recent verbeterd. Helaas hebben we ontdekt dat, in enkele bijzondere gevallen, het opslaan van de instellingen voor specifieke posttype-archieven fout is gegaan."],"Not all required fields are given. Missing field %1$s":["Niet alle verplichte velden zijn ingevuld. Het veld %1$s ontbreekt."],"Optimize your site for Google News.":["Optimaliseer je site voor Google Nieuws."],"Optimize your shop's SEO and sell more products!":["Optimaliseer de SEO van je webwinkel en verkoop meer producten!"],"Be found in Google Video search and enhance your video sharing on social media.":["Wordt gevonden in Google Video-resultaten en verbeter je videobereik op sociale media."],"Be found in Google Maps and local results.":["Wordt gevonden in Google Maps en lokale zoekresultaten."],"Learn practical SEO skills to rank higher in Google.":["Leer praktische SEO-vaardigheden om beter gevonden te worden in Google."],"Don’t waste time figuring out the best settings yourself.":["Verspil geen tijd aan het zelf uitzoeken van de beste instellingen."],"Get quick wins to make your site rank higher in search engines.":["Maak snelle stappen om je site hoger te laten scoren in zoekmachines."],"Add synonyms":["Synoniemen toevoegen"],"Would you like to add keyphrase synonyms?":["Wil je keyphrase synoniemen toevoegen?"],"Would you like to add more than one keyphrase?":["Wil je meer dan een keyphrase toevoegen?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Je kunt je SEO meta-data voor dit aangepaste type bewerken op de %1$sWinkel pagina%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Je hebt nog geen Winkel pagina in je WooCommerce instellingen gemaakt. Doe dit eerst."],"Current year":["Huidig jaar"],"Page":["Pagina"],"Breadcrumb settings for %s archive":["Broodkruimel-instellingen voor %s-archief"],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Bewerk je meta beschrijving door hem hier te bewerken"],"description (custom taxonomy)":["beschrijving (aangepaste taxonomy)"],"(custom taxonomy)":["(aangepaste taxonomy)"],"(custom field)":["(aangepast veld)"],"Term404":["Term404"],"Caption":["Onderschrift"],"Pagenumber":["Paginanummer"],"Pagetotal":["Paginatotaal"],"Page number":["Paginanummer"],"User description":["Gebruikersbeschrijving"],"ID":["ID"],"Modified":["Gewijzigd"],"Post type (plural)":["Berichttypes (meervoud)"],"Post type (singular)":["Berichttype (enkelvoud)"],"Separator":["Scheidingsteken"],"Search phrase":["Zoekzin"],"Term title":["Termtitel"],"Term description":["Termbeschrijving"],"Tag description":["Tagbeschrijving"],"Category description":["Categoriebeschrijving"],"Primary category":["Primaire categorie"],"Category":["Categorie"],"Tag":["Tag"],"Excerpt only":["Alleen de samenvatting"],"Excerpt":["Samenvatting"],"Site title":["Site-titel"],"Archive title":["Archieftitel"],"Parent title":["Bovenliggende titel"],"Date":["Datum"],"Label":["Label"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Je zou een redirect moeten maken om ervoor te zorgen dat je bezoekers geen 404 foutmelding krijgen wanneer ze klikken op een niet meer werkende URL."],"Search engines and other websites can still send traffic to your deleted post.":["Zoekmachines en andere websites kunnen nog steeds bezoekers sturen naar een verwijderd bericht."],"Make sure you don't miss out on traffic!":["Zorg ervoor dat je geen internetverkeer mist!"],"You just deleted a %1$s.":["Je hebt zojuist een %1$s verwijderd."],"You just trashed a %1$s.":["Je hebt zojuist een %1$s naar de prullenbak verplaatst."],"Settings for %s archive":["Instellingen voor %s archief"],"Settings for single %s URLs":["Instellingen voor een %s URL"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["De instellingen op deze pagina zorgen ervoor dat je kunt opgeven wat de standaard zoekweergave moet zijn voor ieder type inhoud dat je hebt. Je kunt kiezen welke inhoudstypes verschijnen in zoekresultaten en wat hun standaard-omschrijving moet zijn."],"Note that not all variables can be used in every field.":["Let op dat niet alle variabelen in elk veld gebruikt kunnen worden."],"Snippet variables":["Snippet variabelen"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respecteert je privacy. Lees onze %2$sprivacy policy%3$s over hoe we omgaan met jouw persoonlijke informatie."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Als je weet wat dit betekent en je dit bericht niet meer wilt zien, kun je %1$sdit bericht sluiten%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["De instellingen van je site staan toe dat bijlage URLs kunnen bestaan. Lees %1$sdit bericht over mogelijke problemen%2$s met bijlage URLs en controleer of je de juiste instellingen hebt voor jouw site."],"Unknown type %1$s":["Onbekend type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Hier zit ook een gratis MyYoast account bij waarmee je toegang hebt tot onze gratis 'SEO for Beginners'-cursus!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Abonneer je op onze newsletter als je up-to-date wilt blijven over %1$s, andere coole plugins van %2$s en interessant nieuws en tips uit de wereld van SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Je Baidu verificatiecode ophalen in %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verificatiecode"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["De %s importeer functionaliteit gebruikt tijdelijke database tabellen. Het lijkt erop dat je WordPress installatie niet de mogelijkheid heeft om dit te doen, raadpleeg a.u.b. je hostingaanbieder."],"Cleanup of %s data failed.":["Het opschonen van de %s gegevens is mislukt."],"Content Type":["Contenttype"],"Filter by content type":["Filter op contenttype"],"Show All Content Types":["Alle contenttypes weergeven"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Om dit op te lossen haal je het vinkje weg voor \"Reacties over meerdere pagina's verdelen\" op de %1$sReactie instellingen pagina%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Vervangen door de normale titel voor een archief gegenereerd door WordPress"],"Clean":["Opschonen"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Als je er zeker van bent dat je site OK is, kun je opruimen. Dit zal alle oorspronkelijke data verwijderen."],"Step 5: Clean up":["Stap 5: Opschonen"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Je zou de configuratie wizard moeten starten vanuit de SEO Algemeen Dashboard pagina, om er zeker van te zijn dat al je instellingen voor de site goed zijn."],"Step 4: Run the configuration wizard":["Stap 4: Start de configuratie wizard"],"Please check your posts and pages and see if the metadata was successfully imported.":["Controleer a.u.b. je posts en pagina's en bekijk of de metagegevens succesvol geïmporteerd zijn."],"Step 3: Check your data":["Stap 3: Controleer je data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Dit importeert de post metadata zoals SEO titels en omschrijvingen in je %1$s metadata. Dit gebeurt enkel wanneer er nog geen bestaande %1$s metadata bestaat. De orginele data blijft dan staan."],"Step 2: Import":["Stap 2: Importeren"],"Please make a backup of your database before starting this process.":["Maak een backup van je database voordat je dit proces start."],"Step 1: Create a backup":["Stap 1: Maak een backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["We hebben data gedetecteerd van een of meer SEO plugins op je site. Volg de volgende stappen om deze data te importeren:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s heeft geen data gevonden van plugins die geïmporteerd kunnen worden."],"Posts that should not show up in search results":["Berichten die niet zichtbaar moeten zijn in de zoekresultaten"],"%s data found.":["%s data gevonden."],"%s data successfully removed.":["%s data succesvol verwijderd."],"%s data successfully imported.":["%s data succesvol geïmporteerd."],"%s data not found.":["%s data niet gevonden."],"Improve your SEO skills":["Verbeter je SEO vaardigheden"],"24/7 email support":["24/7 e-mail ondersteuning"],"No more dead links a.k.a. 404 pages":["Geen dode links meer, ofwel 404 pagina's"],"Get real-time suggestions for internal links":["Krijg real-time suggesties voor interne links"],"Preview your page in Facebook and Twitter":["Bekijk het voorbeeld van je pagina in Facebook en Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Klik de \"%3$s\" knop om de meta beschrijving te gebruiken die al ingesteld is in %1$sZoek uiterlijk op homepage%2$s instelling."],"Help on copying the home meta description":["Hulp bij het kopiëren van de homepage meta beschrijving"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Om ervoor te zorgen dat zoekmachines weten welke sociale profielen geassocieerd zijn met deze website kan je hieronder je sociale profielen invullen."],"Learn more about your social profiles settings":["Kom meer te weten over jouw sociale profielen instellingen"],"Remove the categories prefix":["Verwijder de categorie prefix"],"Help on the category prefix setting":["Hulp bij de categorie prefix instelling"],"Learn more about the available variables":["Kom meer te weten over de beschikbare variabelen"],"Learn more about the RSS feed setting":["Kom meer te weten over de RSS feed instelling"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Wanneer je media upload (bijvoorbeeld een afbeelding of video) in WordPress, wordt er naast het opslaan van de media ook een bijlage URL gemaakt. Deze bijlage pagina's zijn vrij leeg: ze bevatten de media en misschien een titel wanneer die is ingevoerd. Om die reden, als je de bijlage URLs nooit gebruikt, is het beter om deze uit te schakelen en ze door te sturen naar media."],"Learn more about the Media and attachment URLs setting":["Kom meer te weten over de media en attachment url's instelling"],"Learn more about the title separator setting":["Leer meer over de titel scheidingsteken instelling"],"Learn more about the knowledge graph setting":["Kom meer te weten over de kennis grafiek instelling"],"Learn more about the homepage setting":["Kom meer te weten over de homepage instelling"],"Learn more about the special pages setting":["Kom meer te weten over de speciale pagina's instelling"],"Help on the date archives search results setting":["Hulp voor de datum archieven zoekresultaten instelling"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["De archieven niet tonen voor auteurs zonder berichten in de zoekresultaten betekent technisch dat ze een %1$s robots meta krijgen en worden uitgesloten van de XML sitemaps. %2$sMeer info over de zoekresultaten instellingen%3$s. "],"Help on the authors without posts archive search results setting":["Help voor de auteurs zonder berichten archief zoekresultaten instelling"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Het archief voor auteurs niet tonen in de zoek resultaten betekent technisch dat ze een %1$s robots meta krijgen en worden uitsloten in de XML sitemap. %2$sMeer info over de instellingen voor zoekresultaten%3$s."],"Help on the author archives search results setting":["Help voor de auteur archieven zoekresultaten instelling"],"Archives settings help":["Archief instelling hulp"],"Learn more about the archives setting":["Kom meer te weten over de archief instelling"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Download je Yandex verificatie code op %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verificatie code"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Download je Google verificatie code op %1$sGoogle Search Console%2$s."],"Google verification code":["Google verificatie code"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Download je Bing verificatie code op %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verificatie code"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Je kan de vakken hieronder gebruiken om te verifiëren met de verschillende Webmaster Tools. Deze functionaliteit voegt een verificatie meta tag toe aan de homepagina. Volg de links naar de verschillende Webmaster Tools en zoek naar de instructies voor de meta tag verificatie methode om de verificatie code te krijgen. Als jouw website al geverifieerd is kan je dit overslaan."],"Learn more about the Webmaster Tools verification":["Kom meer te weten over de Webmaster Tools verificatie"],"On":["Aan"],"Help on: %s":["Hulp bij: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s wordt geleverd met veel functies. Je kunt sommige hiervan hieronder inschakelen / uitschakelen. Klik op het vraagteken voor meer informatie over de functie."],"Off":["Uit"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["In het geavanceerde gedeelte van de %1$s metabox kan een gebruiker berichten uit de zoekresultaten verwijderen of de canonical wijzigen. Dit zijn dingen die je misschien niet wilt dat een auteur doet. Daarom kunnen enkel editors en beheerders dit standaard doen. Als je dit instelt op \"%2$s\", kunnen alle gebruikers deze instellingen wijzigen."],"Security: no advanced settings for authors":["Beveiliging: geen geavanceerde instellingen voor auteurs"],"See who contributed to %1$s.":["Bekijk wie heeft bijgedragen aan %1$s."],"Help on this search results setting":["Hulp bij deze zoekresultaat instelling"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Het niet tonen van het archief voor %1$s in de zoekresultaten betekent technisch gezien dat die een %2$s robots meta zullen hebben en niet worden opgenomen in de XML sitemaps. %3$sMeer info over de zoekresultaat-instellingen%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Het niet in de zoekresultaten tonen van %1$s betekent technisch gezien dat deze een %2$s robots meta zullen hebben en dat deze zullen worden uitgesloten van XML sitemaps. %3$sMeer info over de zoekresultaat intellingen%4$s."],"Check SEO configuration":["Controleer SEO configuratie"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Wil je zeker weten dat jouw %1$s instellingen OK zijn? %2$sOpen dan de configuratiewizard opnieuw %3$s om ze te valideren."],"Default for %2$s, currently: %1$s":["Standaard voor %2$s, momenteel: %1$s"],"Show %s in search results?":["Toon %s in zoekresultaten?"],"this author's archives":["de archieven van deze auteur"],"Do not allow search engines to show %s in search results.":["Sta zoekmachines niet toe om %s te tonen in de zoekresultaten."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Categorie-URLs in WordPress bevatten een voorvoegsel, doorgaans %s, deze optie verwijderd dat voorvoegsel, alleen voor categorieën."],"Category URLs":["Categorie-URLs"],"the archive for %s":["het archief voor %s"],"Redirect attachment URLs to the attachment itself?":["Redirect bijlage-URLs naar de bijlage?"],"We recommend you set this to Yes.":["We raden aan deze instelling op Ja te zetten."],"Media & attachment URLs":["Media- en bijlage-URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Dit is wat wordt getoond in de zoekresultaten als men je homepage vindt. Dat betekent waarschijnlijk dat dit is wat ze zien wanneer ze jouw merknaam zoeken."],"date archives":["datum archieven"],"archives for authors without posts":["archieven voor auteurs zonder berichten"],"Read why XML Sitemaps are important for your site.":["Lees waarom XML-sitemaps belangrijk zijn voor je site."],"Enable the XML sitemaps that %s generates.":["Schakel de XML-sitemaps in die worden gegenereerd door %s."],"See the XML sitemap.":["Bekijk de XML-sitemap."],"%2$s (current default for %1$s)":["%2$s (huidige standaard voor %1$s)"],"Media":["Media"],"Content Types":["Contenttypes"],"Should search engines follow links on this %1$s?":["Moeten zoekmachines links volgen op deze %1$s?"],"Allow search engines to show this %s in search results?":["Sta zoekmachines toe om deze %s te tonen in zoekresultaten?"],"Search Appearance":["Zoekweergave"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Geef aan welke contenttypes getoond moeten worden in zoekmachines. Als je het verschil tussen de contenttypes niet weet kan je het beste de standaardinstellingen kiezen. "],"Search engines should show \"%1$s\" in search results:":["Zoekmachines moeten \"%1$s\" tonen in de zoekresultaten:"],"Search engine visibility":["Zichtbaarheid in zoekmachines"],"Toggle %1$s's XML Sitemap":["Schakel %1$s's XML-sitemap in of uit"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Ondersteuningsaanvragen die je hier maakt worden direct naar ons supportsysteem verzonden, dat beveiligd is met 256-bit SSL, zodat de communicatie 100% veilig is."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["De cornerstone content-functionaliteit laat je cornerstone content op je website markeren en filteren."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Als je een probleem hebt dat je niet krijgt opgelost met onze videohandleidingen of kennisbank, dan kan je een bericht sturen naar onze klantenservice. Je kan deze 24/7 bereiken."],"Good results":["Goede resultaten"],"Get better search results in local search":["Krijg betere zoekresultaten in lokale zoekopdrachten"],"Allow customers to pick up their %s order locally":["Biedt je gebruikers aan om hun %s bestellingen lokaal op te halen"],"SEO analysis":["SEO-analyse"],"The SEO analysis offers suggestions to improve the SEO of your text.":["De SEO-analyse geeft suggesties om de SEO van je tekst te verbeteren."],"Learn how the SEO analysis can help you rank.":["Leer hoe de SEO-analyse je kan helpen om te ranken."],"The readability analysis offers suggestions to improve the structure and style of your text.":["De leesbaarheidsanalyse geeft suggesties om de structuur en stijl van je tekst te verbeteren."],"Discover why readability is important for SEO.":["Ontdek waarom leesbaarheid belangrijk is voor SEO."],"Find out how cornerstone content can help you improve your site structure.":["Leer hoe cornerstone content je kan helpen om de structuur van je website te verbeteren."],"The text link counter helps you improve your site structure.":["De tekstlinkteller helpt je om de structuur van je website te verbeteren."],"Find out how the text link counter can enhance your SEO.":["Leer hoe de tekstlinkteller je SEO kan verbeteren."],"%s integration":["%s integratie"],"Read more about how %s works.":["Lees meer over hoe %s werkt."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Zet deze functionaliteit aan als je wilt dat Facebook en andere sociale media een preview met afbeeldingen en een samenvatting van de tekst toont als een link naar je site wordt gedeeld."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Zet deze functionaliteit aan als je wilt dat Twitter een preview met afbeeldingen en een samenvatting van de tekst toont als een link naar je site wordt gedeeld."],"Find out why you should upgrade to %s":["Lees hier waarom je zou moeten upgraden naar %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["De laatste blogberichten op %1$s"],"Need help?":["Hulp nodig?"],"Remove highlight from the text":["Markering uit de tekst verwijderen"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Snel aan de slag met de %1$s %2$sconfiguratie wizard%3$s!"],"First-time SEO configuration":["Initiële SEO configuratie"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["De taal van je site is ingesteld op {language}. Neem contact op met de beheerder van je site als dit niet klopt."],"Your site language is set to {language}.":["De taal van je website staat ingesteld op {language}."],"Highlight this result in the text":["Markeer dit resultaat in de tekst"],"Considerations":["Overwegingen"],"Errors":["Fouten"],"Change language":["Wijzig taal"],"You cannot create a %s file.":["Je kunt geen %s bestand maken."],"You cannot edit the %s file.":["Je kunt het %s bestand niet wijzigen."],"Updated %s":["%s is bijgewerkt."],"Create %s file":["Maak %s bestand aan."],"Edit the content of your %s:":["Bewerk de inhoud van je %s."],"Save changes to %s":["Sla %s wijzigingen op."],"%s file":["%s bestand"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s en %2$s werken veel beter samen als er een extra, ondersteunende plugin wordt gebruikt. Installeer %3$s, daar wordt je leven makkelijker van. %4$s."],"More information":["Meer informatie"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s en %2$s werken veel beter samen als er een extra, ondersteunende plugin wordt gebruikt. Activeer %3$s, daar wordt je leven makkelijker van."],"More information about %1$s":["Meer informatie over %1$s"],"Configuration Wizard":["Configuratie Wizard"],"You've done it!":["Je hebt het gedaan!"],"Seamlessly integrate %1$s into your AMP pages!":["Integreer %1$s naadloos in je AMP pagina's!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integreer %2$s naadloos met %1$s voor de inhoudsanalyse!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s en %2$s kunnen beter samenwerken door het toevoegen van een hulp plugin. Installeer %3$s om je leven makkelijker te maken."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["De zoekweergave-instellingen voor %1$s zijn gebaseerd op variabelen die vervangen worden door specifieke waardes van de pagina wanneer die getoond wordt. De onderstaande tabel toont een lijst met beschikbare variabelen."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Markeer de meest belangrlijke %1$s als 'cornerstone content' om jouw sitestructuur te verbeteren. %2$sLeer meer over cornerstone content%3$s."],"Loading help center.":["Helpcenter wordt geladen."],"Get support":["Krijg ondersteuning"],"(Opens in a new browser tab)":["(Opent in een nieuwe browsertab)"],"Posts %1$swithout%2$s a focus keyphrase":["Berichten %1$szonder%2$s een focus keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, je SEO doet het goed! Kijk eens naar je statistieken:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Je hebt geen gepubliceerde berichten, je SEO scores worden hier zichtbaar nadat je je eerste bericht hebt gemaakt!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Op deze pagina kun je de naam van je site veranderen en kiezen welk\nscheidingsteken je wilt gebruiken. Het scheidingsteken wordt bijvoorbeeld\n getoond tussen je berichttitel en de sitenaam. Symbolen worden getoond in\n \nde grootte waarin ze te zien zijn in de zoekresultaten. Kies degene die het\nbeste past bij je merk of die de minste ruimte inneemt in de snippets."],"Something else":["Iets anders"],"A portfolio":["Een portfolio"],"A corporation":["Een groot bedrijf"],"A small offline business":["Een klein offline bedrijf"],"A news channel":["Een nieuwskanaal"],"An online shop":["Een webshop"],"A blog":["Een blog"],"What does the site %1$s represent?":["Wat vertegenwoordigt je site %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Als je nee kiest, worden de auteurarchieven gedeactiveerd om \ndubbele-inhoudproblemen te voorkomen."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Let op: we slaan je gegeven op geen enkele manier op en hebben geen volledige toegang tot je account.\nJe privacy is bij ons veilig."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integreert met de Google Search Console, een tool die site eigenaren moeten hebben. Het geeft je informatie over de gezondheid van je site. Heb je nog een Google account of is je site nog niet geactiveerd? Lees hier %2$shoe de Google Search Console aan je site te koppelen.%3$s"],"Option B: My site is under construction and should not be indexed":["Optie B: Mijn site is in ontwikkeling en mag niet geïndexeerd worden"],"Option A: My site is live and ready to be indexed":["Optie A: Mijn site is live en klaar om geïndexeerd te worden"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Kies under constructie als je de site uit de index of zoek machines wilt\nhouden. Vergeet niet om dit weer te activeren als je er klaar voor bent om de site\nte publiceren."],"Please specify if your site is under construction or already active.":["Geef aan of je site onder constructie of al actief is."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Deze informatie zal worden gebruikt in Google's Knowledge Graph Card, het grote blok aan informatie dat je aan de rechterkant van de zoekresultaten ziet."],"Read more like this on our SEO blog":["Lees meer zoals dit op ons SEO blog"],"Readability: %s":["Leesbaarheid: %s"],"Not activated":["Niet geactiveerd"],"Activated":["Geactiveerd"],"%1$s recommendations for you":["%1$s aanbevelingen voor jou"],"All Readability Scores":["Alle leesbaarheidsscores"],"Filter by Readability Score":["Filter op leesbaarheidsscore"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Je ontvangt geen updates of ondersteuning. Los dit probleem op door deze site toe te voegen en %1$s te activeren voor deze site in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is niet geldig."],"Muted notifications:":["Stille meldingen:"],"Muted problems:":["Stille problemen:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Wil je een voorbeeld van hoe het er uit ziet als anderen dit bericht delen op %1$s? Dat kan nu met %2$s."],"Good job! All the links in your texts have been counted.":["Goed gedaan. Alle links in je teksten zijn geteld."],"Calculation completed.":["Berekening gereed."],"Calculation in progress...":["Berekening in uitvoering..."],"Stop counting":["Stop met tellen"],"Counting links in your texts":["Links in je teksten worden geteld"],"Text %1$s of %2$s processed.":["Tekst %1$s van %2$s verwerkt."],"All your texts are already counted, there is no need to count them again.":["Al je teksten zijn al geteld, er is geen reden om ze opnieuw te tellen."],"Count links in your texts":["De links in je teksten tellen"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["De links in al je gepubliceerde teksten moeten worden geteld. Dit geeft inzicht in de teksten die meer inkomende links nodig hebben. Als je meer wilt weten over het hoe en waarom van intern linken, lees dan het %1$s artikel over intern linken op %2$s%3$s."],"Text link counter":["Tekstlinkteller"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Aantal interne links die naar dit bericht linken. Kijk voor meer informatie in de hulptab onder \"Yoast kolommen\"."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Aantal interne links in dit bericht. Zie \"Yoast kolommen\" in het hulptab voor meer informatie."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s voegt meerdere kolommen toe aan deze pagina. We hebben een artikel geschreven over %2$shoe je de SEO-score en leesbaarheidsscore%3$s kunt gebruiken. De linkkolommen tonen het aantal artikelen op deze website die linken \n %5$snaar%6$s dit artikel en het aantal URL's die linken %5$svanaf%6$s dit artikel. Leer meer over %4$shoe deze opties je interne linkstructuur kunnen verbeteren%3$s, wat je SEO aanzienlijk versterkt."],"%s Columns":["%s kolommen"],"Readability score":["Leesbaarheidsscore"],"Other benefits of %s for you:":["Andere voordelen van %s voor jou:"],"Scroll to see the preview content.":["Scrol om de voorbeeldinhoud te zien."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s zorgt nu voor alle technische optimalisaties op je site. Om de prestaties van je website in de zoekresultaten te verbeteren is het van belang om inhoud te schrijven die goed rankt op de keyphrases die jij het belangrijkst vindt. Bekijk deze video waarin we uitleggen hoe je de %1$s metabox moet gebruiken bij het bewerken van je berichten of pagina's."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Wanneer je de concurrentie wil verslaan in een specifieke regio of stad, bekijk dan onze %1$s plugin! Je kunt er makkelijk Google maps, openingsuren en contact informatie toevoegen. Daarnaast helpt %1$s jou met het verbeteren van de bruikbaarheid van je contactpagina."],"Attract more customers near you":["Meer lokale klanten aantrekken"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Wil je alle ins en outs van %1$s weten? Wil je alles leren over de geavanceerde instellingen? Wil je het maximale uit de %1$s plugin halen? Bekijk dan onze %1$s plugin training en overtref je concurrentie!"],"Get the most out of %1$s with the %2$s":["Haal het maximale uit %1$s met de %2$s"],"Upgrade to Premium":["Naar Premium upgraden"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Wil je je concurrentie overtreffen? %1$s geeft je geweldige extra functies die het uitvoeren van je SEO-werk eenvoudiger maken. Optimaliseer je berichten voor meerdere trefwoorden, verwijs pagina's met de redirect manager en verbeter je interne linkstructuur. %1$s geeft je ook toegang tot onze Premium support."],"Outrank the competition with %s":["Overtref je concurrenten met %s"],"You might like":["Wellicht ook interessant"],"Newsletter":["Nieuwsbrief"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We hebben gedetecteerd dat je de configuratiehulp nog niet hebt afgerond. We raden aan om de %2$sconfiguratiehulp te starten om %1$s in te stellen%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["De configuratiehulp helpt je om gemakkelijk de optimale SEO-instellingen voor je site in te stellen."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Gebruik Premium en onze experts zijn er voor je om vragen die je hebt over het instellen en gebruik van de plugin te beantwoorden."],"Superfast internal linking suggestions":["Supersnelle interne linksuggesties"],"Great news: you can, with %1$s!":["Fantastisch nieuws: jij kan het met %1$s!"],"Save changes":["Wijzigingen opslaan"],"1 year free support and updates included!":["1 jaar gratis ondersteuning en updates inbegrepen!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["De plugin %2$s past de uitvoer van gegevens op je site aan waardoor een verschil ontstaat tussen wat zoekmachines en normale gebruikers zien. Dit wordt cloaking genoemd en is een negatieve factor voor ranking. We raden je ten zeerste aan om de %2$s plugin uit te schakelen."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial media preview%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sGeen dode links meer%2$s: eenvoudige redirect manager"],"No ads!":["Geen advertenties!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Sociale media preview"],"Easy redirect manager":["Eenvoudige redirect manager"],"No more dead links":["Geen dode links meer"],"Increase your SEO reach":["Je SEO bereik verhogen"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Als je hulp nodig hebt bij het schrijven van fantastische content, probeer dan eens onze %2$sSEO copywritingcursus%3$s. Wil je alles weten over de functies van de plugin, dan heb je onze %1$s nodig!"],"Variable":["Variabele"],"Available variables":["Beschikbare variabelen"],"Scroll to see the table content.":["Scrol om de inhoud van de tabel te zien"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Als je hulp nodig hebt, kun je ons %1$sartikel over het koppelen van je website aan Google Search Console%2$s lezen."],"An error occurred in the '%1$s' assessment":["Er ging iets fout in de '%1$s'-beoordeling"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s van de woorden bevat %2$sover %3$s lettergrepen%4$s, wat meer is dan het aanbevolen maximum van %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s van de woorden bevat %2$sover %3$s lettergrepen%4$s, wat minder is dan of gelijk aan het aanbevolen maximum van %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Dit is net onder het %2$sminimum aantal aanbevolen%3$s van %4$d woord. Voeg nog iets meer tekst toe.","Dit is net onder het %2$sminimum aantal aanbevolen%3$s van %4$d woorden. Voeg nog iets meer tekst toe."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["De meta-omschrijving bevat %1$d zin van %2$smeer dan %3$s woorden%4$s. Probeer deze in te korten.","De meta-omschrijving bevat %1$d zinnen van %2$smeer dan %3$s woorden%4$s. Probeer deze in te korten."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["De meta-omschrijving bevat geen zinnen van %1$smeer dan %2$s woorden%3$s."],"No new notifications.":["Geen nieuwe meldingen."],"Save all":["Alles opslaan"],"Save":["Opslaan"],"%1$s, Author at %2$s":["%1$s, auteur op %2$s"],"Mobile preview":["Mobiel preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Redirect selecteren"],"Please provide an SEO title by editing the snippet below.":["Voeg een SEO-titel toe door de snippet hieronder te bewerken."],"Meta description preview:":["Meta-omschrijvingvoorvertoning:"],"Slug preview:":["Voorvertoning slug:"],"SEO title preview:":["SEO-titel-preview:"],"Close snippet editor":["Snippet-editor sluiten"],"Slug":["Slug"],"Remove marks in the text":["Markeringen in de tekst verwijderen"],"Mark this result in the text":["Dit resultaat markeren in de text"],"Marks are disabled in current view":["Markeringen zijn uitgeschakeld in de huidige weergave"],"Good SEO score":["Goede SEO-score"],"OK SEO score":["Redelijke SEO-score"],"Feedback":["Reacties"],"ok":["ok"],"Choose an image":["Een afbeelding kiezen"],"Remove the image":["De afbeelding verwijderen"],"MailChimp signup failed:":["Aanmelden voor Mailchimp mislukt:"],"Sign Up!":["Meld je aan!"],"Name":["Naam"],"There is an error with the request.":["Tijdens je verzoek is er een fout opgetreden."],"Select profile":["Profiel selecteren"],"Choose a profile":["Een profiel kiezen"],"Authorization code":["Autorisatiecode"],"Reauthenticate with Google":["Herautoriseer met Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Voer uw Google-autorisatiecode in zodat %s de informatie uit Google Search Console kan ophalen. De knop hieronder opent een nieuw venster."],"Please provide a meta description by editing the snippet below.":["Voeg een meta-omschrijving toe door de onderstaande snippet te bewerken."],"Edit snippet":["Snippet bewerken"],"You can click on each element in the preview to jump to the Snippet Editor.":["Je kan op elk element in het voorbeeld klikken om naar de snippet-editor te gaan."],"Close the Wizard":["De hulp sluiten"],"Export settings":["Instellingen exporteren"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuratieassistent"],"Please don't show me this notification anymore":["Deze melding niet meer tonen"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Als je problemen ondervindt, %1$svul een foutrapport in%2$s en we zullen ons best doen om je te helpen."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We hebben gemerkt dat je %1$s enige tijd nu gebruikt; we hopen dat het je bevalt! Wij zouden zeer erkentelijk zijn als je ons %2$seen 5 ster waardering geeft op WordPress.org%3$s!"],"Courses":["Cursussen"],"Date archives settings":["Instellingen datum-archieven"],"Author archives settings":["Instellingen auteursarchieven"],"%1$s by %2$s":["%1$s bij %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Waarschuwing: de variabele %s kan niet gebruikt worden in deze template. Zie het helpcenter voor meer informatie."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Wist je dat er ook een %1$sPremium Plugin%2$s is? Deze biedt geavanceerde functies, zoals een redirect manager en ondersteuning voor meerdere trefzinnen. Daarnaast is er ook een 24/7 persoonlijke ondersteuning."],"(no title)":["(geen titel)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Het %1$s toolbar-menu bevat handige links naar tools van derden waarmee je je pagina's kan analyseren en geeft inzicht in hoeveel SEO-meldingen gevonden zijn."],"Admin bar menu":["Toolbar-menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s zal wekelijks controleren of je site nog geïndexeerd kan worden door zoekmachines en %2$s stuurt je een bericht als dit niet het geval is."],"Features":["Functies"],"SEO title":["SEO-titel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Hoewel we er naar streven %1$s zo gemakkelijk mogelijk te maken, kan het zijn dat er instellingen zijn die ingewikkeld over kunnen komen. Als je liever hebt dat wij %1$s voor je instellen, bestel dan onze %3$s%1$s configuratiedienst%4$s (inclusief onze %2$s-plugin)."],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welkom bij de configuratiehulp van %1$s. In een paar eenvoudige stappen helpen we je de SEO-instellingen naar de behoeften van deze website te configureren."],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google toont de naam van de website in de zoekresultaten; als je dat wilt veranderen, doe het dan hier."],"Greater than sign":["Groter dan-teken"],"Less than sign":["Kleiner dan-teken"],"Right angle quotation mark":["Naar rechts gericht aanhalingsteken"],"Left angle quotation mark":["Naar links gericht aanhalingsteken"],"Small tilde":["Kleine tilde"],"Vertical bar":["Vertikale balk"],"Low asterisk":["Laag sterretje"],"Asterisk":["Sterretje"],"Bullet":["Bolletje"],"Middle dot":["Midden-punt"],"Em dash":["Em-streepje"],"En dash":["En-streepje"],"Dash":["Streepje"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Kies het symbool dat je als titelscheidingsteken wilt gebruiken.Dit wordt bijvoorbeeld getoond tussen de berichttitel en de sitenaam. De symbolen worden getoond in de grootte waarmee ze in de zoekresultaten zullen verschijnen."],"The name of the person":["De naam van de persoon"],"No":["Nee"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Heb jij of heeft de site meerdere auteurs?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genereert automatisch een URL voor elk bestand in de mediabibliotheek. Door deze functie te activeren kan Google de gegenereerde URL indexeren. "],"Success!":["Geslaagd!"],"Title settings":["Titelinstellingen"],"Google Search Console":["Google Search Console"],"Multiple authors":["Meerdere auteurs"],"Site type":["Type site"],"Environment":["Omgeving"],"Yoast option %1$s not found.":["Yoast-optie %1$s niet gevonden."],"Google Structured Data Test":["Gestructureerde datatest van Google"],"Posts list":["Berichtenlijst"],"Posts list navigation":["Berichtenlijst-navigatie"],"Filter posts list":["Berichtenlijst filteren"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Hou er rekening mee dat links naar archieven wellicht nog steeds gebruikt kunnen worden door jouw thema en dat je ze apart zult moeten verwijderen."],"%1$s to optimize your site even further":["%1$s om je site nog verder te optimaliseren"],"%1$s extensions":["%1$s-extensies"],"Comes with our 30-day no questions asked money back guarantee":["Komt met onze 30 dagen 'niet goed, geld terug'-garantie"],"More information %1$sabout %3$s%2$s":["Meer informatie %1$sover %3$s%2$s"],"Installed":["Geïnstalleerd "],"gain access to our 24/7 support team.":["krijg toegang tot onze 24/7 klantenservice."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["bepaal hoe je pagina er op Facebook en Twitter uit zal zien"],"Social previews":["Social previews"],"create and manage redirects from within your WordPress install.":["maak en beheer redirects vanuit je WordPress installatie."],"Redirect manager":["Redirectbeheer"],"%1$s, take your optimization to the next level!":["%1$s, breng jouw optimalisatie naar een hoger niveau!"],"A seamless integration between %1$s and %2$s":["Een naadloze integratie tussen %1$s en %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Gebruik de %1$s broodkruimel-implementatie in plaats van de %2$s-implementatie"],"Easily insert Google Maps, a store locator, opening hours and more":["Voeg makkelijk Google Maps, een winkelzoeker, openingstijden en meer toe"],"Creates XML News Sitemaps":["Maakt XML-nieuws-sitemaps"],"Immediately pings Google on the publication of a new post":["Stuurt Google direct een melding bij de publicatie van een nieuw bericht"],"Optimize your site for Google News":["Optimaliseer je site voor Google News"],"Make videos responsive through enabling fitvids.js":["Maak video's responsive door fitvids.js in te schakelen"],"Enhance the experience of sharing posts with videos":["Verbeter de ervaring van het delen van berichten die video's bevatten"],"Show your videos in Google Videos":["Toon je video's in Google Videos"],"Crawl issues list":["Crawlproblemenlijst"],"Crawl issues list navigation":["Crawlproblemenlijst-navigatie"],"Edit “%s”":["Bewerk “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Meldingen"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Verwijdert het keyphrase-tabblad uit de metabox en schakelt alle SEO-gerelateerde suggesties uit."],"Disable SEO analysis":["SEO analyse uitschakelen"],"Twitter settings":["Titelinstellingen"],"Pinterest settings":["Pinterest-instellingen"],"Facebook settings":["Facebookinstellingen"],"Title separator symbol":["Titel verbindingsteken"],"RSS feed settings":["RSS-feed instellingen"],"Breadcrumbs settings":["Kruimelpadinstellingen"],"Make primary":["Primair maken"],"Enter your Google Authorization Code and press the Authenticate button.":["Voer de Google-autorisatiecode in en druk op de knop Autoriseren."],"%s notification":["%s melding","%s meldingen"],"Disable readability analysis":["Leesbaarheidsanalyse uitschakelen"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Verwijdert de leesbaarheidsanalyse-sectie uit de metabox en schakelt alle suggesties met betrekking tot leesbaarheid uit."],"Readability analysis":["Leesbaarheidsanalyse"],"Needs improvement":["Heeft verbetering nodig"],"Readability":["Leesbaarheid"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Je probeert bestanden te laden die niet verkleind zijn. Deze zijn alleen beschikbaar in het pakket voor ontwikkelaars. Bekijk %1$s om alle bronbestanden te zien."],"Improvements":["Verbeteringen"],"Restore this item.":["Dit item herstellen."],"Dismiss this item.":["Deze melding negeren."],"Good job! We could detect no serious SEO problems.":["Goed gedaan! We konden geen serieuze SEO-problemen vinden."],"We have detected the following issues that affect the SEO of your site.":["We hebben de volgende problemen ontdekt die invloed hebben op de SEO van je website."],"Problems":["Problemen"],"Analysis":["Analyse"],"Not available":["Niet beschikbaar"],"Filter by SEO Score":["Op SEO-score filteren"],"Meta description not set.":["Geen meta-omschrijving ingesteld."],"Video tutorial":["Video-instructie"],"Email support is a %s feature":["E-mailondersteuning is een %s eigenschap"],"Knowledge base":["Kennisbank"],"Open":["Open"],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["Je kan dit verhelpen op de %1$sPermalink-instellingenpagina%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Het pagineren van reacties is ingeschakeld, dit is in 999 van de 1000 gevallen niet nodig, wij adviseren om dit uit te schakelen."],"Replaced with the primary category of the post/page":["Vervangen door de primaire categorie van bericht/pagina"],"Pinterest confirmation":["Pinterest-bevestiging"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Als je al de website bij Pinterest bevestigd hebt, kun je de stap hieronder overslaan."],"Format-based archives":["Opmaak-gebaseerde archieven"],"Webmaster Tools verification":["Verificatie van de webmaster-tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Neem deel aan onze %1$s voor WordPress-cursus en wordt een gecertificeerde %1$s-expert."],"Want to be a %s Expert?":["Wil je een %s-expert worden?"],"Buy %s":["%s kopen"],"Show information about errors in category %s":["Toon informatie over fouten in de categorie %s"],"New %1$s Title":["Nieuwe %1$s-titel"],"Existing %1$s Title":["Bestaande %1$s-titel"],"Expected an integer as input.":["Heel getal verwacht als invoer."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Er is geprobeerd een goede sitemapcachesleutel te maken, maar de combinatie van voor- en achtervoegsel geeft hiervoor te weinig mogelijkheden. Je probeert waarschijnlijk een pagina op te vragen die ver buiten het verwachte bereik valt."],"Remove":["Verwijderen"],"Keep":["Behouden"],"Bold the last page":["Toon de laatste pagina vetgedrukt"],"Regular":["Normaal"],"Bold":["Vetgedrukt"],"Show Blog page":["Toon berichtenpagina"],"Primary %s":["Primair %s"],"Primary":["Primair"],"Make %1$s primary %2$s":["Maak %1$s primair %2$s"],"Term is set to noindex.":["Term is ingesteld op noindex"],"Author archives":["Auteursarchieven"],"Show":["Tonen"],"Enabled":["Ingeschakeld"],"Disabled":["Uitgeschakeld"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s heeft de indexeerbaarheid-status van je site nog niet opgehaald van %2$s"],"The separator defined in your theme's %s tag.":["Het scheidingsteken zoals gedefinieerd in de %s-tag van het thema."],"No index":["Noindex"],"Analyze entire site":["De volledige site analyseren"],"Fetch the current status":["Huidige status ophalen"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s was niet in staat de indexeerbaarheid-status van de website op te halen%3$s van %4$s"],"Your homepage can be indexed by search engines.":["De homepage kan geïndexeerd worden door zoekmachines."],"Indexability check by %1$s":["Indexeerbaarheidscontrole door %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Als je een afbeelding wilt gebruiken om te delen op %1$s, kun je deze hier uploaden/selecteren, of een URL invoeren."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Als je de meta-omschrijving niet wilt gebruiken om het bericht op %1$s te delen, maar een andere omschrijving wilt, kun je die hier schrijven."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Als je de berichttitel niet wilt gebruiken voor het delen van een bericht op %1$s, maar een andere titel wilt gebruiken, voer die hier dan in."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sDe homepagina kan niet geïndexeerd worden door zoekmachines%2$s. Dit is erg slecht voor de SEO en moet opgelost worden."],"Once Weekly":["Wekelijks"],"Add-ons":["Addons"],"SEO score":["SEO score"],"Twitter metadata":["Twitter-metadata"],"Facebook / Open Graph metadata":["Facebook/OpenGraph-metadata"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["SEO-scores herberekenen voor alle inhoudsonderdelen met een focus keyphrase."],"%1$s of %2$s done.":["%1$s van %2$s gedaan."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Het algoritme dat de SEO-score berekent, is vernieuwd. %1$sKlik hier om de SEO-scores opnieuw te berekenen%2$s voor alle berichten en pagina's."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["De eerste echte alles-in-één SEO-oplossing voor WordPress, inclusief inhoudsanalyse per pagina, XML-sitemaps en veel meer."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activering mislukt:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["De filter-extensie is niet beschikbaar. Vraag je hostingprovider om deze in te schakelen."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["De %1$s plugininstallatie is onvolledig. Meer informatie in de %2$sinstallatiehandleiding%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["De extensie Standaard-PHP-bibliotheek (SPL) lijkt niet beschikbaar. Vraag de hostingprovider deze te activeren."],"SEO Settings":["SEO-instellingen"],"Mobile-Friendly Test":["Test mobielvriendelijkheid"],"Google Page Speed Test":["'Google Page speed'-test"],"CSS Validator":["CSS-validator"],"HTML Validator":["HTML-validator"],"Pinterest Rich Pins Validator":["'Pinterest rich pins'-validator"],"Facebook Debugger":["Facebook-foutopsporing"],"Check Headers":["Headers controleren"],"Check Google Cache":["Google Cache controleren"],"Analyze this page":["Deze pagina analyseren"],"Keyword Research":["Trefwoordenonderzoek"],"%s does not seem to be a valid url. Please correct.":["%s is geen geldige URL. Vul een geldige URL in."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%s is geen geldige %s-verificatiestring. Gelieve te corrigeren."],"%s Archive":["Archief %s"],"You searched for %s":["Je hebt gezocht naar %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s is geen geldig Twittergebruikers-ID. Vul een geldig ID in."],"Summary with large image":["Samenvatting met grote afbeelding"],"Summary":["Samenvatting"],"The post %1$s appeared first on %2$s.":["Het bericht %1$s verscheen eerst op %2$s."],"No numeric value was received.":["Geen numerieke waarde ontvangen."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dit moet een bestaand blog zijn. Blog %s bestaat niet of is gemarkeerd als verwijderd."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["De standaard bloginstellingen moeten het numerieke blog-ID hebben van het blog dat je als standaard wilt gebruiken."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is geen geldige keuze voor wie er toegang moet hebben tot de instellingen van %2$s. De standaardwaarde is hersteld."],"Please select a valid post type for taxonomy \"%s\"":["Een geldig berichttype voor taxonomie '%s' selecteren"],"Please select a valid taxonomy for post type \"%s\"":["Een geldige taxonomie selecteren voor berichttype '%s'"],"You searched for":["Je zocht naar"],"Home":["Home"],"Archives for":["Archieven voor"],"Error 404: Page not found":["404-fout: pagina niet gevonden"],"Good":["Goed"],"Replaced with a custom taxonomies description":["Vervangen door een aangepaste taxonomie-omschrijving"],"Replaced with a posts custom taxonomies, comma separated.":["Vervangen door de aangepaste taxonomieën van een bericht, door komma's gescheiden."],"Replaced with a posts custom field value":["Vervangen door de aangepaste veldwaarde van een bericht"],"Replaced with the slug which caused the 404":["De slug vervangen die een 404 veroorzaakt"],"Replaced with the posts focus keyphrase":["Vervangen door de focus keyphrase van het bericht"],"Attachment caption":["Bijlage-onderschrift"],"Replaced with the current page number":["Vervangen door het huidige paginanummer"],"Replaced with the current page total":["Vervangen door het huidige paginatotaal"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Vervangen door het huidige paginanummer met context (bv pagina 2 van 8)"],"Replaced with the post/page author's 'Biographical Info'":["Vervangen door de 'Biografie-informatie' van de bericht/pagina-auteur"],"Replaced with the post/page author's 'nicename'":["Vervangen door de 'nicename' van de auteur van bericht/pagina"],"Replaced with the post/page ID":["Vervangen door het bericht-/pagina-ID"],"Replaced with the post/page modified time":["Vervangen door de aangepast tijd van bericht/pagina"],"Replaced with the content type plural label":["Vervangen door het berichttype-meervoudslabel"],"Replaced with the content type single label":["Vervangen door enkelvoudig label van het berichttype"],"Replaced with the current search phrase":["Vervangen door de huidige zoekzin"],"Replaced with the term name":["Vervangen door de term-naam"],"Replaced with the term description":["Vervangen door de term-omschrijving"],"Replaced with the tag description":["Vervangen door de tag-omschrijving"],"Replaced with the category description":["Vervangen door de categorie-omschrijving"],"Replaced with the post categories (comma separated)":["Vervangen door de bericht-categorieën (door komma's gescheiden)"],"Replaced with the current tag/tags":["Vervangen door de huidige tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Vervangen door de bericht/pagina-samenvatting (niet automatisch gegenereerd)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Vervangen door de bericht/pagina-samenvatting (of automatisch gegenereerd als deze niet bestaat)"],"The site's name":["De naam van de website"],"Replaced with the title of the parent page of the current page":["Vervangen door de titel van de bovenliggende pagina van de huidige."],"Replaced with the title of the post/page":["Vervangen door de titel van het bericht of de pagina"],"Replaced with the date of the post/page":["Vervangen door de datum van het bericht of de pagina"],"Page %1$d of %2$d":["Pagina %1$d van %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["De standaardvariabele-vervanging van de WP-SEO kan niet worden overschreven door het registreren van een nieuwe variabele met dezelfde naam. Gebruik in plaats daarvan het 'wpseo_replacements'-filter om de vervangingswaarde in te stellen."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Een vervangingsvariabele met dezelfde naam is al geregistreerd. Probeer de variabelenaam uniek te maken."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Een vervangingsvariable kan niet beginnen met '%%cf_' of '%%ct_' omdat deze gereserveerd zijn voor de standaardvariablen van de WP-SEO voor aangepaste velden en taxonomieën. Probeer de variabelenaam uniek te maken."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Een vervangingsvariabele kan alleen alfanummerieke karakters, een liggende streep of een verbindingsstreepje bevatten. Probeer de variabele te hernoemen."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Opmerking voor de admin: deze pagina toont geen meta description omdat het geen heeft. Dit kun je oplossen door er een voor deze pagina te schrijven of ga naar het [%1$s - %2$s] menu en stel een template in."],"Page not found":["Pagina niet gevonden"],"%s Archives":["%s Archieven"],"Search for \"%s\"":["Naar '%s' zoeken"],"Meta description to use for Author page":["Meta-omschrijving voor de auteurspagina"],"Title to use for Author page":["Titel voor de auteurspagina"],"%1$s settings":["%1$s-instellingen"],"Export your %1$s settings":["De %1$s-instellingen exporteren"],"Import settings":["Instellingen importeren"],"Import from other SEO plugins":["Vanuit andere SEO-plugins importeren"],"Import":["Importeren"],"If you had a %s file and it was editable, you could edit it from here.":["Als je een beschrijfbaar %s-bestand hebt, dan kun je het hier bewerken."],"If your %s were writable, you could edit it from here.":["Als %s beschrijfbaar is, kun je het hier bewerken."],"You don't have a %s file, create one here:":["Er bestaat geen %s-bestand. Maak er hier een aan:"],"A link to your site, with your site's name and description as anchor text.":["Een link naar je website, met de naam en omschrijving van je website als linktekst."],"A link to your site, with your site's name as anchor text.":["Een link naar je website, met de naam van je website als linktekst."],"A link to the post, with the title as anchor text.":["Een link naar het bericht, met de titel als linktekst."],"A link to the archive for the post author, with the authors name as anchor text.":["Een link naar het archief van de berichtauteur, met de naam van de auteur als linktekst."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Je kunt de volgende variabelen in de inhoud gebruiken, ze worden vervangen door de waarde aan de rechterkant."],"Content to put after each post in the feed":["Informatie die geplaatst wordt na elk RSS-bericht"],"Content to put before each post in the feed":["Content die voor elk bericht in de feed moet komen"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Deze instelling wordt gebruikt om automatisch tekst aan je RSS toe te voegen. Specifieker: het is om koppeling naar je website en je berichten toe te voegen. Hierdoor zullen 'domme' robots automatisch deze koppelingen ook toevoegen en zullen zoekmachines jou identificeren als de originele bron van de berichtinhoud."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Het gebruik van de functie 'kruimelpad' wordt uitgelegd in %1$sons kennisbankartikel op kruimelpadimplementatie%2$s."],"How to insert breadcrumbs in your theme":["Hoe een kruimelpad aan het thema toe te voegen"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Te tonen berichttype-archief in het kruimelpad voor taxonomieën"],"Taxonomy to show in breadcrumbs for content types":["Te tonen taxonomie in het kruimelpad voor berichttypes"],"Breadcrumb for 404 Page":["Kruimelpad voor 404-pagina"],"Prefix for Search Page breadcrumbs":["Voorvoegsel voor kruimelpad op de zoekpagina"],"Prefix for Archive breadcrumbs":["Voorvoegsel voor kruimelpad-archief"],"Prefix for the breadcrumb path":["Voorvoegsel voor het kruimelpad"],"Anchor text for the Homepage":["Linktekst voor de homepagina"],"Separator between breadcrumbs":["Scheidingsteken tussen kruimels"],"Enable Breadcrumbs":["Kruimelpad inschakelen"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Hieronder staan de SEO-scores van de gepubliceerde berichten. Het is nu het goede moment om een aantal van je berichten te verbeteren!"],"Credits":["Credits"],"« Back to Tools page":["« Terug naar de pagina Extra"],"%1$s comes with some very powerful built-in tools:":["%1$s heeft enkele zeer krachtige ingebouwde functies:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Deze tool stelt je in staat snel belangrijke bestanden van de SEO te veranderen, zoals het robots.txt- en .htaccess-bestand (als dit bestaat)."],"File editor":["Bestandsbewerker"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Instellingen importeren van andere SEO-plugins en exporteren van deze instellingen voor hergebruik op een (ander) blog."],"Import and Export":["Importeren en Exporteren"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dit hulpmiddel stelt je in staat snel titels en omschrijvingen van berichten en pagina's te veranderen zonder dat je voor elke pagina naar de editor hoeft te gaan."],"Bulk editor":["Bulk editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Hier je metatag invoeren om je %1$ssite te valideren met Pinterest%2$s:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest maakt - net als Facebook - gebruik van 'Open Graph'-metadata. Houd Open Graph aangevinkt op het Facebook-tabblad, als je de site wilt optimaliseren voor Pinterest."],"The default card type to use":["Het te gebruiken standaard 'card type'."],"Add Twitter card meta data":["'Twitter card'-metadata toevoegen"],"This image is used if the post/page being shared does not contain any images.":["Deze afbeelding wordt gebruikt als het bericht of de pagina geen afbeeldingen bevat."],"Default settings":["Standaardinstellingen"],"Copy home meta description":["Home-metaomschrijving kopiëren"],"Description":["Omschrijving"],"Image URL":["Afbeeldings-URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dit zijn de titel, beschrijving en afbeelding die gebruikt worden in de 'Open Graph'-metatags op de voorpagina van de site."],"Frontpage settings":["Voorpagina-instellingen"],"Add Open Graph meta data":["'Open Graph'-metadata toevoegen"],"YouTube URL":["YouTube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-gebruikersnaam"],"Facebook Page URL":["Facebookpagina-URL"],"Accounts":["Accounts"],"Restore site to defaults":["Site naar standaardinstellingen terugzetten"],"Site ID":["Site-ID"],"Using this form you can reset a site to the default SEO settings.":["Door dit formulier te gebruiken kun je een site terugzetten naar de standaard SEO-instellingen."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Privacygevoelige (FB-beheerders e.d.), thema-specifieke (titelherschrijving) en een paar erg site-specifieke instellingen zullen niet in nieuwe sites geïmporteerd worden."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Voer het %1$sSite-ID%2$s in voor de site waarvan de instellingen als standaard moeten worden gebruikt voor alle nieuwe sites in het netwerk. Laat het vak leeg voor geen standaardwaarden (de normale plugin-standaardwaarden zullen worden gebruikt)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Kies de site waarvan de instellingen als standaard worden gebruikt voor elke nieuwe site in het netwerk. Bij het kiezen van 'Geen' worden de standaard plugininstellingen gebruikt."],"New sites in the network inherit their SEO settings from this site":["Nieuwe sites in het netwerk overerven de SEO-instellingen van deze site"],"Super Admins only":["Alleen superbeheerders"],"Site Admins (default)":["Sitebeheerders (standaard)"],"Who should have access to the %1$s settings":["Wie moet toegang hebben tot de %1$s-instellingen"],"spam":["spam"],"mature":["volwassen"],"archived":["gearchiveerd"],"public":["openbaar"],"%s restored to default SEO settings.":["%s is teruggezet naar standaard SEO-instellingen."],"Settings Updated.":["Instellingen bijgewerkt."],"404 pages":["404-pagina's"],"Search pages":["Zoekpagina's"],"These pages will be %s by default, so they will never show up in search results.":["Deze pagina's krijgen standaard %s, dus zullen ze nooit in de zoekresultaten verschijnen."],"Special Pages":["Speciale pagina's"],"Date-based archives could in some cases also be seen as duplicate content.":["Op datum gebaseerde archieven zouden in sommige gevallen ook als dubbele inhoud aangemerkt kunnen worden."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Als dit het geval is op de site, kun je ervoor kiezen het uit te schakelen (wat ervoor zorgt dat men doorgestuurd wordt naar de homepagina) of %s eraan toe te voegen, zodat het niet voorkomt in de zoekresultaten."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Als je een auteursblog hebt, zal het auteursarchief dezelfde inhoud bevatten als de homepagina. Dit noemt men een %1$s'dubbele inhoud'-probleem%2$s."],"Date archives":["Datum-archieven"],"author archives":["Auteur-archieven"],"Title":["Titel"],"%1$s Meta Box":["%1$s-metabox"],"Hide":["Verbergen"],"Date in Snippet Preview":["Datum in Snippetvoorvertoning"],"Take note:":["Let op:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Je kunt de titel en omschrijving voor de blogpagina bepalen door %1$sde blogpagina zelf te bewerken%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Je kunt de titel en omschrijving voor de voorpagina instellen door %1$sde voorpagina zelf te bewerken%2$s"],"Homepage & Front page":["Homepage & voorpagina"],"Title Separator":["Scheidingsteken in de titel"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s heeft automatisch vastgesteld of het de titels op je pagina's moet herschrijven. Als je denkt dat dat niet goed is en je weet wat je doet, dan kun je de instelling hier veranderen."],"Force rewrite titles":["Titels geforceerd herschrijven"],"Taxonomies":["Taxonomieën"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s-extensies"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integreer WooCommerce naadloos in %1$s en krijg zo extra functies."],"Rank better locally and in Google Maps, without breaking a sweat!":["Zonder moeite een betere lokale score en op Google Maps krijgen."],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Lid van Google News? Verhoog dan het verkeer vanaf Google News door ervoor te optimaliseren."],"Optimize your videos to show them off in search results and get more clicks!":["Optimaliseer je video's om ze te tonen in de zoekresultaten en zo meer 'clicks' te krijgen."],"The premium version of %1$s with more features & support.":["The premium-versie van %1$s met meer functies & support."],"Person":["Persoon"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Deze gegevens worden als metadata getoond op je site. Ze zijn bedoeld om te %1$sGoogle's Knowledge Graph%2$s. Je kunt of een bedrijf of een persoon zijn."],"Website name":["Websitenaam"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["De URL van de berichten en pagina's bevat niet de berichtnaam; het is ten zeerste aan te bevelen dat wel te doen. Overweeg de permalink-structuur aan te passen naar /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Kruimelpad"],"or":["of"],"Save Profile":["Profiel opslaan"],"There were no profiles found":["Er zijn geen profielen gevonden"],"Profile":["Profiel"],"Current profile":["Huidig profiel"],"Authenticate":["Autoriseren"],"Get Google Authorization Code":["Google-autorisatiecode verkrijgen"],"Reload crawl issues":["Crawl-problemen opnieuw laden"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Om een doorstuuradres aan te maken en dit probleem op te lossen, heb je %1$s nodig. Je kan de plugin, inclusief een jaar ondersteuning en updates, kopen op %2$s."],"Creating redirects is a %s feature":["Het aanmaken van doorstuuradressen is een %s-functie"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fouten die alleen zijn opgetreden toen de site werd gecrawld door Googlebot voor eenvoudige telefoons. (Deze fouten waren niet zichtbaar op de desktopversie). "],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fouten die alleen zijn opgetreden toen de site werd gecrawld door Googlebot-Mobile. (Deze fouten waren niet zichtbaar op de desktopversie). "],"Errors that occurred when your site was crawled by Googlebot.":["Fouten die zijn opgetreden toen de site gecrawld werd door Googlebot."],"Issue categories":["Probleemcategorieën"],"Incorrect Google Authorization Code.":["Onjuiste Google-autorisatiecode."],"The issues have been successfully reloaded!":["De problemen zijn met succes herladen. "],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["De %1$s-gegevens zijn verwijderd. Autoriseer opnieuw om de gegevens weer te kunnen ophalen."],"Crawl errors per page":["Aantal crawl-fouten per pagina"],"Search":["Zoeken"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Mis de crawl-fouten niet: %1$smaak verbinding met Google Search Console%2$s."],"Create redirect":["Doorstuuradres aanmaken"],"Mark as fixed":["Als opgelost markeren"],"Response code":["Responscode"],"First detected":["Voor het eerst ontdekt"],"Last crawled":["Het laatst gecrawld"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s heeft gedetecteerd dat je een versie van %2$s gebruikt die niet compatibel is met %1$s. Werk %2$s bij naar de nieuwste versie om deze functie te gebruiken."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast-plugins delen een gedeelte van hun code om ervoor te zorgen dat de website sneller wordt. Als gevolg daarvan moeten alle Yoast-plugins bij zijn. We hebben ontdekt dat dit niet het geval is. Werk dus alle Yoast-plugins bij die nog niet zijn bijgewerkt."],"Feature phone":["Eenvoudige telefoon"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["De URL bestaat niet, maar de server geeft geen 404-fout (bestand niet gevonden)."],"Soft 404":["Softwarematige 404"],"Request timed out or site is blocking Google.":["Verzoek is verlopen of de site blokkeert Google."],"Server Error":["Serverfout"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot kan de website benaderen, maar bepaalde URL's zijn geblokkeerd voor Googlebot in het %1$s-bestand. Deze blokkade kan voor alle Googlebots gelden of zelfs specifiek voor Googlebot-mobile. "],"Blocked":["Geblokkeerd"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was niet in staat deze URL te crawlen door een onbekend probleem."],"URL points to a non-existent page.":["URL verwijst naar een niet-bestaande pagina."],"Not found":["Niet gevonden"],"Not followed":["Niet gevolgd"],"Faulty redirects":["Kapotte redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["De server vereist autorisatie of blokkeert de toegang tot de site voor Googlebot."],"Access denied":["Toegang geweigerd"],"Deactivate %s":["%s deactiveren"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["De plugin %1$s veroorzaakt mogelijk problemen als deze in combinatie met %2$s wordt gebruikt."],"Upload Image":["Afbeelding uploaden"],"Remove these ads?":["Deze advertenties verwijderen?"],"%s Posts Overview":["%s-berichtenoverzicht"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["De kruimelpad-titel wordt gebruikt in het kruimelpad waar deze taxonomie voorkomt."],"Breadcrumbs title":["Kruimelpadtitel"],"The canonical link is shown on the archive page for this term.":["De canonieke link wordt getoond op de archiefpagina van deze uitdrukking."],"Facebook App ID":["Facebook-app-ID"],"Pinterest":["Pinterest"],"Other":["Overig"],"Archives":["Archieven"],"Email":["E-mailadres"],"Close":["Sluiten"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Zowel %1$s als %2$s kunnen XML-sitemaps creëren. Het hebben van twee XML-sitemaps is niet bevorderlijk voor zoekmachines en kan je site trager maken."],"Configure %1$s's Open Graph settings":["OpenGraph-instellingen van %1$s configureren"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Zowel %1$s als %2$s creëren OpenGraph-uitvoer wat ervoor kan zorgen dat Facebook, Twitter, LinkedIn en andere sociale netwerken de verkeerde tekst of afbeelding gebruiken als jouw pagina's worden gedeeld."],"%s Image":["Afbeelding %s"],"%s Description":["Omschrijving %s"],"%s Title":["Titel %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["De aanbevolen afbeeldingsgrootte voor %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Als je de afbeelding die gebruikt wordt op %s voor dit bericht wilt overschrijven, kies of upload hier een afbeelding."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Als je geen gebruik wilt maken van de meta-omschrijving voor het delen van dit bericht op %s, schrijf hier dan een andere."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Als je een andere berichttitel dan deze wilt gebruiken voor het delen van dit bericht op %s, tik hem dan hier in."],"very difficult":["heel moeilijk"],"Try to make shorter sentences, using less difficult words to improve readability":["Probeer kortere zinnen met minder moeilijke woorden te maken om de leesbaarheid te verbeteren."],"difficult":["moeilijk"],"Try to make shorter sentences to improve readability":["Probeer kortere zinnen te maken om de leesbaarheid te verbeteren."],"fairly difficult":["redelijk moeilijk"],"OK":["OK"],"fairly easy":["redelijk eenvoudig"],"easy":["eenvoudig"],"very easy":["heel eenvoudig"],"Meta Desc.":["Meta-omschrijving"],"All SEO Scores":["Alle SEO-scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO probleem: De uitgelichte afbeelding moet minimaal 200x200 pixels groot zijn om te worden gebruikt door Facebook en andere sociale media."],"(no parent)":["(geen hoofd)"],"Post is set to noindex.":["Bericht is ingesteld op noindex."],"The URL that this page should redirect to.":["De URL waar deze pagina naar moet doorsturen."],"301 Redirect":["301-doorsturen"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["De canonieke URL waar deze pagina naar moet verwijzen; laat dit leeg om naar de eigen permalink te verwijzen. %1$sCross domain canonical%2$s wordt ook ondersteund."],"Canonical URL":["Canonieke URL"],"Title to use for this page in breadcrumb paths":["Titels die voor deze pagina gebruikt worden in het kruimelpad"],"Breadcrumbs Title":["Kruimelpadtitel"],"No Snippet":["Geen snippet"],"No Archive":["Geen archief"],"No Image Index":["Geen afbeeldingsindex"],"None":["Geen"],"Site-wide default: %s":["Standaard voor de hele site: %s"],"Advanced meta robots settings for this page.":["Geavanceerde meta-robotsinstellingen voor deze pagina."],"Meta robots advanced":["Meta Robots geavanceerd"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Waarschuwing: hoewel hier de 'metarobots'-instelling geregeld kan worden, heeft dit geen effect, aangezien de hele site op 'noindex' is ingesteld in de privacy-instellingen van de site."],"Meta description":["Meta-omschrijving"],"SEO Title":["SEO-titel"],"Focus keyword":["Focustrefwoord"],"Snippet preview":["Snippetvoorvertoning"],"Settings successfully imported.":["De instellingen zijn met succes geïmporteerd."],"Settings could not be imported:":["Instellingen konden niet geïmporteerd worden:"],"Error creating %1$s export: ":["Fout bij maken %1$s-export: "],"Breadcrumb for 404 pages:":["Kruimelpad voor 404-pagina:"],"Prefix for search result pages:":["Voorvoegsel voor kruimelpad op zoekresultatenpagina's:"],"Prefix for archive pages:":["Voorvoegsel voor kruimelpad op archiefpagina's:"],"Prefix for breadcrumbs:":["Prefix voor kruimelpad:"],"Anchor text for the homepage:":["Ankertekst voor de homepagina:"],"Breadcrumbs separator:":["Scheidingsteken voor kruimelpad: "],"Remove blog page from breadcrumbs":["Blogpagina uit het kruimelpad verwijderen"],"%s Breadcrumbs":["%s-kruimelpad"],"Use Image":["Afbeelding gebruiken"],"Action":["Actie"],"Page URL/Slug":["Pagina-URL/Slug"],"Publication date":["Publicatiedatum"],"Post Status":["Berichtstatus"],"WP Page Title":["WP-paginatitel"],"View":["Bekijken"],"View “%s”":["“%s” bekijken"],"Preview":["Voorbeeld"],"Preview “%s”":["Voorbeeld “%s”"],"Edit":["Bewerken"],"Filter":["Filteren"],"New Yoast Meta Description":["Nieuwe Yoast-meta-omschrijving"],"Existing Yoast Meta Description":["Bestaande Yoast-meta-omschrijving"],"Facebook profile URL":["Facebookprofiel-URL"],"Twitter username (without @)":["Twitter-gebruikersnaam (zonder @)"],"FAQ":["FAQ"],"Premium Support":["Premium support"],"Settings":["Instellingen"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Ga naar %1$sInstellingen => Lezen%2$s en haal het vinkje weg bij 'Zoekmachinezichtbaarheid'."],"Huge SEO Issue: You're blocking access to robots.":["Groot SEO-probleem: toegang voor robots wordt geblokkeerd."],"Posts":["Berichten"],"Edit Files":["Bestanden bewerken"],"Advanced Variables":["Geavanceerde variabelen"],"Basic Variables":["Basisvariabelen"],"General":["Algemeen"],"Extensions":["Extensies"],"Search Console":["Search Console"],"Tools":["Extra"],"Advanced":["Geavanceerd"],"XML sitemaps":["XML-sitemaps"],"Social":["Sociaal"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s heeft gedetecteerd dat je versie %2$s gebruikt van %3$s, werk deze bij naar de nieuwste versie om compatibiliteitsproblemen te voorkomen. "],"Just another WordPress site":["En nog een WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Je gebruikt nog steeds de standaard WordPress-omschrijving, zelfs een lege is waarschijnlijk beter. %1$sJe kunt dit oplossen in de customizer%2$s."],"You have used HTML in your value which is not allowed.":["Het gebruik van HTML in de waarde is niet toegestaan."],"You can't edit %s that aren't yours.":["Je kunt geen %s bewerken die niet van jou zijn."],"You can't edit %s.":["%s bewerken niet mogelijk."],"Post has an invalid Content Type: %s.":["Bericht heeft een ongeldig berichttype: %s."],"Post doesn't exist.":["Dit bericht bestaat niet."],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Prullenbak (%s)","Prullenbak (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"nl"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["Het formulier bevat %1$s fout. %2$s","Het formulier bevat %1$s fouten. %2$s"],"SEO settings configured":["SEO-instellingen zijn geconfigureerd"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["Als je je %1$s-instellingen nogmaals wilt controleren, of iets wil veranderen dan kan je %2$sde configuratie wizard altijd opnieuw openen%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["De volgende woorden en woordcombinaties komen het vaakst voor in de tekst. Deze geven een indicatie van de focus van je tekst. Als de woorden sterk afwijken van je onderwerp dan wil je je tekst misschien herschrijven om dat op te lossen."],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["Zodra je wat meer inhoud hebt toegevoegd geven we je een lijst met woorden die het vaakst voorkomen in de inhoud. Deze geven je een beeld van waar je inhoud op focust."],"%d occurrences":["%d gevallen"],"Activate %s for your site on MyYoast":["Activeer %s voor je site in MyYoast"],"Show blog page in breadcrumbs":["Blogpagina in kruimelpad tonen"],"We could not find any relevant articles on your website that you could link to from your post.":["We hebben geen relevante artikelen gevonden op je website waar je naartoe kan linken vanuit je bericht."],"Has feedback":["Heeft feedback"],"Content optimization:":["Inhoudsoptimalisatie:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLeesbaarheid%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Lees %1$sdit bericht voor meer informatie over waarom we oudere versies niet ondersteunen.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Als je het updaten naar %2$s en hoger hebt uitgesteld in verband met de nieuwe Gutenberg editor, installeer dan na het updaten van WordPress de Classic editor plugin. Het geeft je dezelfde bewerk-ervaring die je nu hebt, maar ook de veiligheid van de nieuwste versies van WordPress en %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sUpgrade WordPress naar de meest recente versie%2$s%3$sWe hebben opgemerkt dat je niet werkt met de laatste WordPress versie, wat binnenkort een probleem kan worden. %4$s (om redenen van veiligheid en stabiliteit)\nondersteunt alleen de huidige en vorige WordPress versie. Wanneer de volgende versie van WordPress uitkomt, betekent dit dat we WordPress %6$s en %7$s ondersteunen. Dit betekent dat je geen updates meer ontvangt voor %5$s totdat je WordPress update, zorg er dan ook voor dat je binnenkort upgrade naar de laatste WordPress versie!%3$s%3$s"],"Post Noindexed":["Bericht Noindexed"],"No Focus Keyphrase":["Geen Focus-keyphrase"],"Person logo / avatar":["Persoonlijk logo / avatar"],"Extend %s":["Breid %s uit"],"Enroll in the %s for WordPress training":["Meldt je aan voor de %s voor WordPress-training"],"Posts with the SEO score: %s":["Berichten met de SEO score: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video tutorial"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Om je huidige crawlfouten te bekijken, %1$sbezoek je Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google heeft haar Crawl Errors API stopgezet. Het is daarom niet meer mogelijk om eventuele crawlfouten hier te laten zien. %1$sLees onze verklaring voor meer informatie%2$s."],"Remove this message":["Verwijder dit bericht"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimaliseer je site echt voor lokaal publiek met onze %s plugin! Geoptimaliseerde adres gegevens, openingstijden, winkel locatie kiezer en ophaal optie!"],"Serving local customers?":["Bedien je lokale klanten?"],"Get the %s plugin now":["Download nu de %s plugin"],"Organization social profiles":["Sociale profielen van de organisatie"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Je kunt de details die worden getoond in de metadata bewerken, zoals de sociale profielen, de naam en beschrijving van de gebruiker op hun %1$s profielpagina."],"Personal info":["Persoonlijke info"],"Organization logo":["Logo organisatie"],"Organization name":["Organisatienaam"],"Choose whether the site represents an organization or a person.":["Kies of je site een organisatie vertegenwoordigt of een persoon."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Om je site een Bedrijf of Organisatie te laten representeren, ga je naar %1$sZoekweergave%2$s en kies je bij Bedrijf of Persoon voor \"Bedrijf\"."],"To change the social accounts used for your site, update the details for %1$s.":["Om de sociale accounts die je gebruikt voor je site te veranderen, werk je de gegevens voor %1$s bij."],"That means that the form and information below is disabled, and not used.":["Dat betekent dat het formulier en de informatie hieronder zijn uitgeschakeld en niet worden gebruikt."],"Your website is currently configured to represent a Person":["Je website is momenteel geconfigureerd om een persoon te vertegenwoordigen"],"(if one exists)":["(als die bestaat)"],"Wikipedia page about you":["Wikipedia pagina over jou"],"YouTube profile URL":["YouTube-profiel-URL"],"Tumblr profile URL":["Tumblr-profiel-URL"],"SoundCloud profile URL":["SoundCloud-profiel-URL"],"MySpace profile URL":["MySpace-profiel-URL"],"Organization or person":["Organisatie of persoon"],"The person":["De persoon"],"Organization":["Organisatie"],"Does your site represent a person or an organization?":["Vertegenwoordigt je site een persoon of een organisatie?"],"The name of the organization":["De naam van de organisatie"],"Provide an image of the organization logo":["Zorg voor een afbeelding van het logo van de organisatie"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Je hebt eerder ingesteld dat je site een persoon vertegenwoordigt. We hebben onze mogelijkheden rond Schema en de Knowledge Graph verbeterd, dus je kunt het beste inloggen en %1$s instellingen daar invullen%2$s."],"Select a user...":["Selecteer een gebruiker..."],"Uncategorized":["Ongecategoriseerd"],"Name:":["Naam:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Je hebt gebruiker %1$s ingesteld als de persoon waarvoor deze site is gemaakt. De profielgegevens van zijn of haar account worden nu gebruikt in de zoekresultaten. %2$sWerk het profiel bij om zeker te weten dat alle informatie klopt.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Fout: selecteer hieronder een gebruiker om de metadata voor je site compleet te maken."],"SEO score: %s":["SEO-score: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Als er een Wikipedia-pagina over jou of je organisatie bestaat, voeg deze dan ook toe."],"Wikipedia URL":["Wikipedia-URL"],"Pinterest profile URL":["Pinterest profiel URL"],"Instagram profile URL":["Instagram profiel URL"],"LinkedIn profile URL":["LinkedIn profiel URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Keyword research is essentieel in elke SEO-strategie. Je kiest de zoektermen waar je op gevonden wil worden en zoekt uit welke woorden je publiek gebruikt om je te vinden. Goed keyword research vertelt je welke inhoud je nodig hebt om een goede ranking te krijgen voor de termen waarop je gevonden wilt worden. Zorg ervoor dat je je inspanningen richt op de keywords waar je echt een kans maakt om op te ranken. De %1$s helpt je door dit proces, stap voor stap."],"SEO for Beginners training":["SEO voor beginners-training"],"%s for WordPress training":["%s voor WordPress-training"],"All-around SEO training":["All-around SEO-training"],"The image you selected is too small for Facebook":["De afbeelding die je hebt geselecteerd is te klein voor Facebook"],"The given image url cannot be loaded":["De opgegeven afbeelding url kan niet worden geladen"],"Find out what words your audience uses to find you":["Ontdek welke woorden je publiek gebruikt om je te vinden"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: de tekst scoort %3$s in de test wat wordt beoordeeld als %4$s om te lezen. %5$s"],"No JSON object was returned.":["Er werd geen JSON-object teruggestuurd."],"Received internal links":["Interne links ontvangen"],"Outgoing internal links":["Uitgaande interne links"],"New step added":["Nieuwe stap toegevoegd"],"New question added":["Nieuwe vraag toegevoegd"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Om een redirect aan te kunnen maken en deze issue op te lossen heb je %1$s nodig."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Je kunt de plugin aanschaffen, inclusief een jaar lang support en updates, op %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["De tekst link teller functie geeft je inzicht in hoeveel links worden gevonden in je tekst en hoeveel links verwijzen naar jouw tekst. Dit is erg nuttig wanneer je de %1$sinterne linkstructuur%2$s aan het verbeteren bent."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Voor de werking van deze functie met %1$s is op zijn minst PHP versie %2$s vereist. Wij hebben geconstateerd dat je nog gebruik maat van PHP versie %3$s. Werk je PHP versie."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Denk goed na over de implicaties en %1$slees dit bericht%2$s als je meer informatie wil over de impact van het weergeven van media in zoekresultaten ."],"Keyphrase":["Keyphrase"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Om deze functie werkend te maken zal %1$s een tabel in je database moeten kunnen aanmaken. We kunnen deze tabel helaas niet automatisch aanmaken."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Door deze optie in te schakelen worden de URL's zichtbaar voor zowel bezoekers als voor Google. Om waarde toe te voegen aan je website moet deze informatie van toegevoegde waarde zijn of anders heeft het mogelijk een negatieve impact op je ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["De %3$stekst link teller%4$s functie (geïntroduceerd in %1$s %2$s) is momenteel uitgeschakeld."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Lees het volgende %1$skennisbank artikel%2$s om te ontdekken hoe je dit probleem oplost."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Om ervoor te zorgen dat alle links in je teksten geteld worden, moeten we al je teksten analyseren."],"All you have to do is press the following button and we'll go through all your texts for you.":["Druk op de deze knop en we analyseren alle teksten voor je."],"Count links":["Tel het aantal links"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributen%5$s: Van de %2$d afbeeldingen op deze pagina ,%1$d hebben alt-attributen met woorden uit je keyphrase of synoniemen. Dat is een beetje teveel. %4$sNeem enkel de keyphrase of de synoniemen ervan op als deze echt in de afbeelding past%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sImage alt attributen%2$s: Goed gedaan!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["Enkelvoud:%3$sImage alt-attributen%5$s: Van de %2$d afbeeldingen op deze pagina heeft alleen %1$d een alt-attribuut dat het onderwerp van je tekst weergeeft. %4$s Voeg je keyphrase of synoniemen toe aan de alt-tags van relevantere afbeeldingen%5$s!","Meervoud:%3$sImage alt-attributen%5$s: Van de %2$d afbeeldingen op deze pagina heeft alleen %1$d een alt-attribuut dat het onderwerp van je tekst weergeeft. %4$s Voeg je keyphrase of synoniemen toe aan de alt-tags van relevantere afbeeldingen%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sImage alt attributen%3$s: Afbeeldingen op deze pagina hebben geen alt-attributen die het onderwerp van uw tekst weergeven.%2$sVoeg je keyphrase of synoniemen toe aan de alt-tags van relevante afbeeldingen%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sImage alt attributen%3$s: Afbeeldingen op deze pagina hebben alt-kenmerken, maar je hebt je keyphrase nog niet ingesteld .%2$sDoe dat eerst%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sKeyphrase in subkop%2$s: %3$s van de koppen met een hoger niveau geeft het onderwerp van je kopie weer. Goed gedaan!","%1$sKeyphrase in subkoppen%2$s: %3$s van de koppen met een hoger niveau geeft het onderwerp van je kopie weer. Goed gedaan!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sKeyphrase in subkop%2$s: Je subkop(en) met een hoger niveau geven het onderwerp van je kopie weer. Goed gedaan!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sKeyphrase in subkopje%3$s: %2$sGebruik meer keyphrases of synoniemen in je hogere rubrieken%3$s!"],"Page %s":["Pagina %s"],"Cannot get the size of %1$s because of unknown reasons.":["Kan de grootte van %1$s niet krijgen vanwege onbekende redenen."],"Cannot get the size of %1$s because it is hosted externally.":["Kan de grootte van niet krijgen %1$s omdat het extern wordt gehost."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Schakel eenvoudig de schakelaar naar \"aan\" en je kunt de opnieuw gekalibreerde analyse gebruiken. Tegelijkertijd, zullen we je toevoegen aan onze specifieke mailinglijst. We sturen je enkel een e-mail over je ervaringen met deze herijking!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Wij hebben %1$sonze analyse opnieuw gekalibreerd%2$s. Met de nieuwe analyse komen we nog dichter bij hoe Google je website ziet. Het zou zijn%3$sgeweldig%4$s als je deze zou willen %3$sbetatesten%4$s voor ons!"],"Get an even better analysis":["Krijg een nog betere analyse"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sEnkele titel%3$s: H1s moeten alleen gebruikt worden voor de hoofd titel. Vind alle H1s in je tekst die niet de hoofdtitel zijn en %2$swijzig ze naar een lager koptekst niveau%3$s!"],"Improve sharing on Facebook and Pinterest":["Verbeter delen op Facebook en Pinterest"],"You do not have the required rights to export settings.":["Je hebt niet de benodigde rechten om instellingen te exporteren."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopieer al deze instellingen naar het %1$s-tabblad van een andere site en klik daar op \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["Dit zijn instellingen voor de %1$s-plugin van %2$s"],"No settings found.":["Geen instellingen gevonden."],"Export your %1$s settings here, to copy them on another site.":["Exporteer hier je %1$s-instellingen om ze te kopiëren naar een andere website."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Het importeren van instellingen wordt alleen ondersteund op servers die PHP 5.3 of hoger gebruiken."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importeer de instellingen door de instellingen te plakken die je hebt gekopieerd vanaf een andere site door te klikken op \"%s\"."],"Paste your settings from another %s installation.":["Plak hier je instellingen vanuit een andere %s installatie."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is 0 keer gevonden. Dat is minder dan het minimaal aanbevolen aantal van %3$d keer voor een tekst van deze lengte. %4$sFocus op je keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is minder dan het minimum aanbevolen aantal van %3$d keer voor een tekst van deze lengte. %4$sFocus op je keyphrase%2$s!","%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is minder dan het minimum aanbevolen aantal van %3$d keer voor een tekst van deze lengte. %4$sFocus op je keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %3$d keer gevonden. Dit is goed!","%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %3$d keer gevonden. Dit is goed!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase dichtheid%2$s:De focus keyphrase is %5$d keer gevonden. Dat is meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!","%1$sKeyphrase dichtheid%2$s:De focus keyphrase is %5$d keer gevonden. Dat is meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is veel meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!","%1$sKeyphrase dichtheid%2$s: De focus keyphrase is %5$d keer gevonden. Dat is veel meer dan het aanbevolen maximaal aantal van %3$d keer voor een tekst van deze lengte. %4$sProbeer niet te over optimaliseren%2$s!"],"Indexable created for object %1$s with type %2$s":["indexeerbare object %1$s met type %2$s bewaard"],"Method %1$s() does not exist in class %2$s":["Methode %1$s() bestaat niet in class %2$s"],"With %s, you can easily create such redirects.":["Met %s kun je eenvoudig deze redirects maken."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Het veranderen van je permalinks kan een serieuze invloed hebben op de zichtbaarheid in zoekmachines. Het moet bijna %1$s nooit %2$s gedaan worden op een live website."],"WARNING:":["WAARSCHUWING:"],"Learn about why permalinks are important for SEO.":["Leer waarom permalinks zo belangrijk zijn voor SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunctiewoorden in trefzin%3$s: Je keyphrase \"%4$s\" bavet alleen functiewoorden. %2$sBekijk wat een goede keyphrase is.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Wist je dat %s ook verschillende woordvormen in je keyphrase analyseert, zoals meervoud of verleden tijd?"],"Clear Image":["Haal afbeelding weg"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase lengte%3$s: %2$sGeef een keyphrase op om je SEO score te kunnen berekenen%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sKeyphrase in slug%2$s: Meer dan de helft van je keyphrase komt voor in de slug. Heel goed!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sKeyphrase in slug%3$s: (Een deel van) je keyphrase lijkt niet voor te komen in de slug. %2$sVerander dit%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKeyphrase in slug%2$s: Goed bezig!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in de titel%3$s: Niet alle woorden uit je keyphrase \"%4$s\" zitten in de SEO-titel. %2$sProbeer om je volledige keyphrase te gebruiken in de SEO-titel%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sKeyphrase in de titel%3$s: De titel bevat niet de volledige keyphrase. %2$sProbeer om je volledige keyphrase te gebruiken in de SEO-titel%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sKeyphrase in de titel%3$s: Je volledige keyphrase staat in de SEO-titel, maar niet aan het begin. %2$sProbeer de volledige keyphrase naar het begin te verplaatsen%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKeyphrase in de titel%2$s: De volledige keyphrase staat aan het begin van de SEO-titel. Goed gedaan!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sKeyphrase verdeling%2$s: Goed gedaan!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase verdeling%3$s: Slecht verdeeld. In sommige delen van je tekst komen de keyphrase of synoniemen niet voor. %2$sVerdeel ze beter over de tekst%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sKeyphrase verdeling%3$s: Zeer slecht verdeeld. In sommige delen van je tekst komen de keyphrase of synoniemen niet voor. %2$sVerdeel ze beter over de tekst%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sKeyphrase verdeling%3$s: %2$sGebruik je keyphrases of synoniemen in de tekst zodat we de keyphrase dichtheid kunnen bepalen%3$s."],"Help on choosing the perfect focus keyphrase":["Hulp bij het kiezen van de perfecte focus keyphrase"],"Would you like to add a related keyphrase?":["Wil je een verwant keyphrase toevoegen?"],"Go %s!":["Ga %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Het niet tonen van de datum archives in de zoekresultaten betekent technisch gezien dat deze een %1$s robots meta hebben. %2$sMeer informatie over de zoekmachine-instellingen%3$s."],"Rank better with synonyms & related keyphrases":["Scoor beter met synoniemen en verwante keyphrases"],"optimize a single post for synonyms and related keyphrases.":["Verbeter een bericht op synoniemen en verwante keyphrases"],"Synonyms & related keyphrases":["Synoniemen & gerelateerde keyphrases"],"Add related keyphrase":["Voeg een gerelateerde keyphrase toe"],"Dismiss %s upgrade notice":["Verwijder %s upgrade bericht"],"Upgrade to %s":["Upgrade naar %s"],"%1$s video":["%1$s video"],"Get %s":["Koop %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sEerder gebruikte keyphrase%6$s: Je hebt de volgende keyphrase %1$s%2$d keer eerder gebruikt%3$s. %5$sGebruik je keyphrase niet meer dan één keer%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sEerder gebruikte keyphrase%5$s: Je hebt de volgende keyphrase %1$séén keer eerder gebruikt%2$s. %4$sGebruik je keyphrase niet meer dan één keer%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sEerder gebruikt keyphrase%2$s: Je hebt dit keyphrase nog niet eerder gebruikt, heel goed."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug stopwoorden%3$s: De slug voor deze pagina bevat een stopwoord. %2$sVerwijder deze%3$s!","%1$sSlug stopwoorden%3$s: De slug voor deze pagina bevat stopwoorden. %2$sVerwijder deze%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug te lang%3$s: de slug voor deze pagina is een beetje te lang. %2$sMaak hem korter%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAfbeelding alt attributes%3$s: Er staan geen afbeeldingen op deze pagina %2$sVoeg er een paar toe%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sKeyphrase-links%3$s: Je linkt naar een andere pagina met de woorden waarvan je wil dat deze pagina er op gevonden wordt. %2$sDat moet je niet doen%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dit is veel minder dan het aanbevolen minimum aantal van %5$d woord. %3$sVoeg meer inhoud toe%4$s.","Dit is veel minder dan het aanbevolen minimum aantal van %5$d woorden. %3$sVoeg meer inhoud toe%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Dit is minder dan het aanbevolen aantal van %5$d woord. %3$sVoeg meer inhoud toe%4$s.","Dit is minder dan het aanbevolen aantal van %5$d woorden. %3$sVoeg meer inhoud toe%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sTekstlengte%4$s: De tekst bevat %1$d woord.","%2$sTekstlengte%4$s: De tekst bevat %1$d woorden."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sTekstlengte%3$s: De tekst bevat %1$d woord. Goed gedaan!","%2$sTekstlengte%3$s: De tekst bevat %1$d woorden. Goed gedaan!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sKeyphrase in subkopje%3$s: Meer dan 75 %% van je subkoppen op een hoger niveau geven het onderwerp van je exemplaar weer. Dat is te veel. %2$sOver-optimaliseer niet%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO titel breedte%3$s: %2$sVoeg een SEO titel toe%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO titel lengte%3$s: de SEO-titel is langer dan de zichtbare limiet. %2$sProbeer die korter te maken%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$s SEO titel breedte%2$s: Goed gedaan!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sBreedte van de SEO-titel%3$s: De SEO-titel is te kort. %2$sGebruik de ruimte om variaties op je keyphrase toe te voegen of schrijf een overtuigende call-to-action%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sUitgaande links%2$s: Er staan zowel nofollow- als follow uitgaande links op deze pagina. Goed gedaan!"],"%1$sOutbound links%2$s: Good job!":["%1$sUitgaande links%2$s: Goed gedaan!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sUitgaande links%3$s: Alle uitgaande links op deze pagina zijn onvolgbaar. %2$sVoeg een aantal normale links toe%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sUitgaande links%3$s: Geen uitgaande links op deze pagina. %2$sVoeg ze toe%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLengte van de meta beschrijving%2$s: Goed gedaan!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLengte metabeschrijving%3$s: De metabeschrijving telt meer dan %4$d letters. Om er zeker van te zijn dat de hele beschrijving zichtbaar is %2$smoet je de tekst inkorten%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLengte metabeschrijving%3$s: De metabeschrijving is te kort (minder dan %4$d letters). Je hebt nog ruimte voor %5$d letters. %2$sGebruik die%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLengte metaomschrijving%3$s: Er is geen metaomschrijving. Zoekmachines tonen in plaats daarvan de tekst van het bericht. %2$sGeef een omschrijving%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sKeyphrase in meta description%2$s: Er is een meta description, maar de keyphrase zit er niet in. %3$sLos dat op%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sKeyphrase in meta description%2$s: De meta description bevat de keyphrase %3$s keer, wat meer is dan het geadviseerde maximum van 2 keer. %4$sPas dat aan%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sKeyphrase in metaomschrijving%2$s: De keyphrase of synoniem staan in de metaomschrijving. Goed zo!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphraselengte%5$s: De keyphrase is %1$d woorden lang. Dat is veel meer dan het aanbevolen maximum van %2$d woorden. %4$sMaak het korter%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sKeyphrase lengte%5$s: De keyphrase is %1$d woorden lang. Dat is meer dan het aanbevolen maximum van %2$d woorden. %4$sMaak het korter%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sKeyphraselengte%2$s: goed gedaan!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sKeyphrase lengte%3$s: Er is geen focus keyphrase ingesteld voor deze pagina. %2$sStel een keyphrase in om je SEO score te kunnen berekenen%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sKeyphrase in introductie%3$s: je keyphrase of synoniemen staan niet in de eerste alinea. %2$sZorg ervoor dat het onderwerp direct duidelijk is%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sKeyphrase in introductie%3$s: je keyphrase of synoniem staan in de eerste alinea van de tekst, maar niet in één zin. %2$sDoe dit wel%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sKeyphrase in introductie%2$s: goed gedaan!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterne links%2$s: er staan no-follow en normale interne links op deze pagina. Goed werk!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterne links%2$s: je hebt voldoende interne links. Goed werk!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterne links%3$s: de interne links op deze pagina zijn allemaal no-follow. %2$sVoeg wat goede interne links toe%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterne links%3$s: er staan geen interne links op deze pagina, %2$svoeg er een aantal toe%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sOvergangswoorden%2$s: goed gedaan!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sOvergangswoorden%2$s: slechts %3$s van de zinnen bevatten overgangswoorden, dat is niet genoeg. %4$sGebruik er meer van%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sOvergangswoorden%2$s: geen enkele zin bevat overgangswoorden. %3$sGebruik er een paar%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sOnvoldoende inhoud%2$s: %3$sVoeg wat inhoud toe om een goede analyse mogelijk te maken%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sKoptekst-verdeling%2$s: je gebruikt geen koptekst, maar je tekst is kort genoeg en heeft ze waarschijnlijk niet nodig."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sKoptekst-verdeling%2$s: je gebruik geen kopteksten, hoewel je tekst vrij lang is. %3$sProbeer wat kopteksten toe te voegen%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sKoptekst-verdeling%2$s: %3$d sectie van je tekst is langer dan %4$d woorden, en wordt niet verdeeld door kopteksten. %5$sVoeg kopteksten toe om de leesbaarheid te verbeteren%2$s.","%1$sKopteksten-verdeling%2$s: %3$d secties van je tekst zijn langer dan %4$d woorden, en worden niet verdeeld door kopteksten. %5$sVoeg kopteksten toe om de leesbaarheid te verbeteren%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sKoptekst-verdeling%2$s: goed gedaan!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sZinslengte%2$s: %3$s van de zinnen bevat meer dan %4$s woorden, wat meer is dan het aanbevolen maximum van %5$s. %6$sProbeer de zinnen in te korten%2$s."],"%1$sSentence length%2$s: Great!":["%1$sZinslengte%2$s: Fantastisch!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sOpeenvolgende zinnen%2$s: er zit voldoende variatie in je zinnen. Dat is goed!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sOpeenvolgende zinnen%2$s: de tekst bevat %3$d opeenvolgende zinnen die beginnen met hetzelfde woord. %5$sProbeer het te variëren%2$s!","%1$sOpeenvolgende zinnen%2$s: de tekst bevat %4$d plaatsen waar %3$d of meer opeenvolgende zinnen die beginnen met hetzelfde woord. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sLijdende vorm%2$s: %3$s van de zinnen bevat lijdende vorm, wat meer is dan het aangeraden maximum van %4$s. %5$sProbeer hun actieve tegenhangers te gebruiken%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sLijdende vorm%2$s: je gebruikt voldoende actieve vorm. Dat is goed!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sParagraaflengte%2$s: %3$d van de paragrafen bevat meer dan het aanbevolen aantal van %4$d woorden. %5$sMaak je paragrafen korter%2$s!","%1$sParagraaflengte%2$s: %3$d van de paragrafen bevatten meer dan het aanbevolen aantal van %4$d woorden. %5$sMaak je paragrafen korter%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sParagraaflengte%2$s: geen van de paragrafen is te lang. Goed werk!"],"Good job!":["Goed gedaan!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFlesch Reading Ease%2$s: de tekst scoort %3$s in de test, wat wordt beschouwd als %4$s te lezen. %5$s%6$s%7$s"],"Focus keyphrase":["Focus keyphrase"],"%1$s with ID %2$s couldn't be patched":["%1$s met ID %2$s kan niet worden gepatcht"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Ongeldig POST verzoek. Meta waarden bestaan al voor het object met ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexeerbaar met ID `%1$s` bestaat niet"],"No object with ID %1$s and %2$s could be found":["Geen object met ID %1$s en %2$s kon niet worden gevonden"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` is geen geldig subtype van `%2$s`"],"The object type `%1$s` is invalid":["Het object type `%1$s` is ongeldig"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Ongeldig type voor parameter `%1$s` geslaagd. Verwacht `%2$s`, maar kreeg `%3$s`"],"The parameter `%1$s` cannot be empty.":["De parameter `%1$s` mag niet leeg zijn."],"Check Keyphrase Density":["Controleer Keyphrase dichtheid"],"Disable":["Uitschakelen"],"Allow Control":["Sta controle toe"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Deze tab laat je selectief bepaalde %s functionaliteit uitzetten voor alle sites in het netwerk. Standaard staan alle functies aan, wat site admins toestaat zelf te bepalen welke functies ze aan of uit willen zetten voor hun site. Wanneer je hier een functie uitzet, zullen site admins die functie helemaal niet kunnen gebruiken."],"%s is a required feature toggle argument.":["%s is een vereiste functie-schakel mogelijkheid."],"Keyphrase:":["Keyphrase:"],"Remove keyphrase":["Verwijder keyphrase"],"This feature has been disabled by the network admin.":["Deze optie is uitgeschakeld door de netwerk admin."],"Focus keyphrase not set.":["Focus keyphrase niet ingesteld."],"Multiple keyphrases":["Meerdere keyphrases"],"Colon":["Dubbele punt"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Zowel %1$s als %2$s beheren de SEO van jouw site. Het tegelijkertijd draaien van twee SEO plugins kan schadelijk zijn."],"There is a new notification.":["Er is een nieuwe notificatie.","Er zijn nieuwe notificaties."],"Learn more about the readability analysis":["Leer meer over Leesbaarheidsanalyse"],"Describe the duration of the instruction:":["Beschrijf de duur van de instructie:"],"Optional. Customize how you want to describe the duration of the instruction":["Optioneel: Pas de omschrijving van de duur van de instructie aan."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Dit is een lijst van gerelateerde content waar je naar kunt linken in je bericht. {{a}}Lees ons artikel over site structure{{/a}} om meer te leren over hoe intern linken je SEO kan verbeteren."],"%s, %s and %s":["%s, %s en %s"],"%s and %s":["%s en %s"],"%d minute":["%d minuut","%d minuten"],"%d hour":["%d uur","%d uren"],"%d day":["%d dag","%d dagen"],"Enter a step title":["Voer een stap titel in"],"Optional. This can give you better control over the styling of the steps.":["Optioneel. Hiermee heb je meer controle over de styling van de stappen."],"CSS class(es) to apply to the steps":["CSS class(es) die gebruikt worden voor de stappen"],"minutes":["minuten"],"hours":["uren"],"days":["dagen"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Maak een How-to guide op een SEO-vriendelijke manier. Je kunt slechts één How-to block per bericht gebruiken."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Toon je veelgestelde vragen (FAQ's) op een SEO-vriendelijke manier. Je kunt slechts één FAQ block per bericht gebruiken."],"Copy error":["Copy fout"],"An error occurred loading the %s primary taxonomy picker.":["Er deed zich een fout voor met het laden van de %s primaire taxonomy picker."],"%1$s Structured Data Blocks":["%1$s Structured Data Blocks"],"Time needed:":["Benodigde tijd:"],"Move question down":["Verplaats vraag naar beneden"],"Move question up":["Verplaats vraag naar boven"],"Insert question":["Vraag invoeren"],"Delete question":["Verwijder vraag"],"Enter the answer to the question":["Voer het antwoord op de vraag in"],"Enter a question":["Voer een vraag in"],"Add question":["Vraag toevoegen"],"Frequently Asked Questions":["Frequently Asked Questions"],"Great news: you can, with %s!":["Goed nieuws: dat kan, met %s!"],"Select the primary %s":["Selecteer de primaire %s"],"Check links to this URL":["Controleer links naar deze URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Controleer de %1$sarchive template%2$s voor het volgende contenttype: %3$s.","Controleer de %1$sarchive templates%2$s voor de volgende contenttypes: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Probeer je meerdere keyphrases te gebruiken? Vul ze dan hieronder apart in."],"Mark as cornerstone content":["Markeer als cornerstone content"],"Move step down":["Stap naar beneden verplaatsen"],"Move step up":["Stap naar boven verplaatsen"],"Insert step":["Stap toevoegen"],"Delete step":["Stap verwijderen"],"Add image":["Afbeelding toevoegen"],"Enter a step description":["Beschrijving van een stap invullen"],"Enter a description":["Een beschrijving invullen"],"Unordered list":["Ongesorteerde lijst"],"Showing step items as an ordered list.":["Toon de stap onderdelen als geordende lijst."],"Showing step items as an unordered list":["Toon de stap onderdelen als ongeordende lijst"],"Add step":["Stap toevoegen"],"Delete total time":["Totale tijd verwijderen"],"Add total time":["Totale tijd toevoegen"],"How to":["Instructie"],"How-to":["Instructie"],"Snippet Preview":["Snippetvoorvertoning"],"Analysis results":["Analyse-resultaten"],"Enter a focus keyphrase to calculate the SEO score":["Voer een focus keyphrase in om de SEO-score te berekenen"],"Learn more about Cornerstone Content.":["Leer meer over cornerstone content."],"Cornerstone content should be the most important and extensive articles on your site.":["Cornerstone content zou de belangrijkste en omvangrijkste artikelen op je site moeten zijn."],"Restore Site":["Site herstellen"],"Network Settings":["Netwerkinstellingen"],"You are not allowed to perform this action.":["Je hebt geen toestemming om deze actie uit te voeren."],"Error: %s":["Fout: %s"],"Success: %s":["Gelukt: %s"],"Site with ID %d not found.":["De site met ID %d is niet gevonden."],"No site has been selected to restore.":["Er is geen site geselecteerd om te herstellen."],"You are not allowed to modify unregistered network settings.":["Je hebt geen toestemming om ongeregistreerde netwerk instellingen aanpassen."],"deleted":["verwijderd"],"Would you like to add another keyphrase?":["Wil je nog een keyphrase toevoegen?"],"image preview":["Voorbeeld van afbeelding"],"Copied!":["Gekopieerd!"],"Not supported!":["Niet ondersteund!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Lees {{a}}ons artikel over sitestructuur{{/a}} om meer te leren hoe intern linken je kan helpen met het verbeteren van je SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Zodra je meer inhoud toevoegt geven we je hier een lijst met gerelateerde inhoud waar je naar zou kunnen linken in je bericht."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Overweeg om te linken naar deze {{a}}cornerstone artikelen:{{/a}}"],"Consider linking to these articles:":["Overweeg naar deze artikelen te linken:"],"Copy link":["Link kopieëren"],"Copy link to suggested article: %s":["Kopieer de link naar het voorgestelde artikel: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Lees onze %1$sultieme gids voor trefwoord-onderzoek%2$s om meer te leren over trefwoord-onderzoek en trefwoord-strategie."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Zodra je wat meer inhoud hebt toegevoegd, geven we je een lijst met woorden en woordcombinaties die het meest voorkomen in de tekst. Deze geven een indicatie van de focus van je tekst."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["De volgende woorden komen het meest voor in de tekst. Deze geven een indicatie van de focus van je tekst. Als de woorden erg afwijken van je onderwerp kun je overwegen om de tekst daarop te herschrijven."],"Prominent words":["Prominente woorden"],"The site's tagline":["De slogan van de site"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["We hebben de functionaliteit van de zoekweergave-instellingen recent verbeterd. Helaas hebben we ontdekt dat, in enkele bijzondere gevallen, het opslaan van de instellingen voor specifieke posttype-archieven fout is gegaan."],"Not all required fields are given. Missing field %1$s":["Niet alle verplichte velden zijn ingevuld. Het veld %1$s ontbreekt."],"Optimize your site for Google News.":["Optimaliseer je site voor Google Nieuws."],"Optimize your shop's SEO and sell more products!":["Optimaliseer de SEO van je webwinkel en verkoop meer producten!"],"Be found in Google Video search and enhance your video sharing on social media.":["Wordt gevonden in Google Video-resultaten en verbeter je videobereik op sociale media."],"Be found in Google Maps and local results.":["Wordt gevonden in Google Maps en lokale zoekresultaten."],"Learn practical SEO skills to rank higher in Google.":["Leer praktische SEO-vaardigheden om beter gevonden te worden in Google."],"Don’t waste time figuring out the best settings yourself.":["Verspil geen tijd aan het zelf uitzoeken van de beste instellingen."],"Get quick wins to make your site rank higher in search engines.":["Maak snelle stappen om je site hoger te laten scoren in zoekmachines."],"Add synonyms":["Synoniemen toevoegen"],"Would you like to add keyphrase synonyms?":["Wil je keyphrase synoniemen toevoegen?"],"Would you like to add more than one keyphrase?":["Wil je meer dan een keyphrase toevoegen?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Je kunt je SEO meta-data voor dit aangepaste type bewerken op de %1$sWinkel pagina%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Je hebt nog geen Winkel pagina in je WooCommerce instellingen gemaakt. Doe dit eerst."],"Current year":["Huidig jaar"],"Page":["Pagina"],"Breadcrumb settings for %s archive":["Broodkruimel-instellingen voor %s-archief"],"Something went wrong. Please reload the page.":["Er is iets fout gegaan. Herlaad de pagina."],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Bewerk je meta description door hem hier te bewerken"],"description (custom taxonomy)":["beschrijving (aangepaste taxonomie)"],"(custom taxonomy)":["(aangepaste taxonomie)"],"(custom field)":["(aangepast veld)"],"Term404":["Term404"],"Caption":["Onderschrift"],"Pagenumber":["Paginanummer"],"Pagetotal":["Paginatotaal"],"Page number":["Paginanummer"],"User description":["Gebruikersbeschrijving"],"ID":["ID"],"Modified":["Gewijzigd"],"Post type (plural)":["Berichttypes (meervoud)"],"Post type (singular)":["Berichttype (enkelvoud)"],"Separator":["Scheidingsteken"],"Search phrase":["Zoekzin"],"Term title":["Termtitel"],"Term description":["Termbeschrijving"],"Tag description":["Tagbeschrijving"],"Category description":["Categoriebeschrijving"],"Primary category":["Primaire categorie"],"Category":["Categorie"],"Tag":["Tag"],"Excerpt only":["Alleen de samenvatting"],"Excerpt":["Samenvatting"],"Site title":["Site-titel"],"Archive title":["Archieftitel"],"Parent title":["Bovenliggende titel"],"Date":["Datum"],"Label":["Label"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Je zou een redirect moeten maken om ervoor te zorgen dat je bezoekers geen 404 foutmelding krijgen wanneer ze klikken op een niet meer werkende URL."],"Search engines and other websites can still send traffic to your deleted post.":["Zoekmachines en andere websites kunnen nog steeds bezoekers sturen naar een verwijderd bericht."],"Make sure you don't miss out on traffic!":["Zorg ervoor dat je geen internetverkeer mist!"],"You just deleted a %1$s.":["Je hebt zojuist een %1$s verwijderd."],"You just trashed a %1$s.":["Je hebt zojuist een %1$s naar de prullenbak verplaatst."],"Settings for %s archive":["Instellingen voor %s archief"],"Settings for single %s URLs":["Instellingen voor een %s URL"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["De instellingen op deze pagina zorgen ervoor dat je kunt opgeven wat de standaard zoekweergave moet zijn voor ieder type inhoud dat je hebt. Je kunt kiezen welke inhoudstypes verschijnen in zoekresultaten en wat hun standaard-omschrijving moet zijn."],"Url preview":["Url voorbeeld"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Voeg een meta beschrijving toe door onderstaande snippet te bewerken. Als je dat niet doet zal Google proberen een relevant stukje uit je bericht te vinden om te tonen in de zoekresultaten."],"Insert snippet variable":["Snippet variabele invoegen"],"Dismiss this notice":["Verwijder dit bericht"],"No results":["Geen resultaten"],"%d result found, use up and down arrow keys to navigate":["%d resultaat gevonden, gebruik de pijl omhoog en omlaag om te navigeren","%d resultaten gevonden, gebruik de pijl omhoog en omlaag om te navigeren"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["De taal van je site is ingesteld op %s. Als dit niet juist is kun je contact opnemen met je site administrator."],"Number of results found: %d":["Aantal gevonden resultaten: %d"],"Note that not all variables can be used in every field.":["Let op dat niet alle variabelen in elk veld gebruikt kunnen worden."],"Snippet variables":["Snippet variabelen"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respecteert je privacy. Lees onze %2$sprivacy policy%3$s over hoe we omgaan met jouw persoonlijke informatie."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Als je weet wat dit betekent en je dit bericht niet meer wilt zien, kun je %1$sdit bericht sluiten%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["De instellingen van je site staan toe dat bijlage URLs kunnen bestaan. Lees %1$sdit bericht over mogelijke problemen%2$s met bijlage URLs en controleer of je de juiste instellingen hebt voor jouw site."],"Unknown type %1$s":["Onbekend type %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Hier zit ook een gratis MyYoast account bij waarmee je toegang hebt tot onze gratis 'SEO for Beginners'-cursus!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Abonneer je op onze newsletter als je up-to-date wilt blijven over %1$s, andere coole plugins van %2$s en interessant nieuws en tips uit de wereld van SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Je Baidu verificatiecode ophalen in %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu verificatiecode"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["De %s importeer functionaliteit gebruikt tijdelijke database tabellen. Het lijkt erop dat je WordPress installatie niet de mogelijkheid heeft om dit te doen, raadpleeg a.u.b. je hostingaanbieder."],"Cleanup of %s data failed.":["Het opschonen van de %s gegevens is mislukt."],"Content Type":["Contenttype"],"Filter by content type":["Filter op contenttype"],"Show All Content Types":["Alle contenttypes weergeven"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Om dit op te lossen haal je het vinkje weg voor \"Reacties over meerdere pagina's verdelen\" op de %1$sReactie instellingen pagina%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Vervangen door de normale titel voor een archief gegenereerd door WordPress"],"Clean":["Opschonen"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Als je er zeker van bent dat je site OK is, kun je opruimen. Dit zal alle oorspronkelijke data verwijderen."],"Step 5: Clean up":["Stap 5: Opschonen"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Je zou de configuratie wizard moeten starten vanuit de SEO Algemeen Dashboard pagina, om er zeker van te zijn dat al je instellingen voor de site goed zijn."],"Step 4: Run the configuration wizard":["Stap 4: Start de configuratiewizard"],"Please check your posts and pages and see if the metadata was successfully imported.":["Controleer a.u.b. je posts en pagina's en bekijk of de metagegevens succesvol geïmporteerd zijn."],"Step 3: Check your data":["Stap 3: Controleer je data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Dit importeert de post metadata zoals SEO titels en omschrijvingen in je %1$s metadata. Dit gebeurt enkel wanneer er nog geen bestaande %1$s metadata bestaat. De orginele data blijft dan staan."],"Step 2: Import":["Stap 2: Importeren"],"Please make a backup of your database before starting this process.":["Maak een backup van je database voordat je dit proces start."],"Step 1: Create a backup":["Stap 1: Maak een backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["We hebben data gedetecteerd van een of meer SEO plugins op je site. Volg de volgende stappen om deze data te importeren:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s heeft geen data gevonden van plugins die geïmporteerd kunnen worden."],"Posts that should not show up in search results":["Berichten die niet zichtbaar moeten zijn in de zoekresultaten"],"%s data found.":["%s data gevonden."],"%s data successfully removed.":["%s data succesvol verwijderd."],"%s data successfully imported.":["%s data succesvol geïmporteerd."],"%s data not found.":["%s data niet gevonden."],"Improve your SEO skills":["Verbeter je SEO vaardigheden"],"24/7 email support":["24/7 e-mail ondersteuning"],"No more dead links a.k.a. 404 pages":["Geen dode links meer, ofwel 404 pagina's"],"Get real-time suggestions for internal links":["Krijg real-time suggesties voor interne links"],"Preview your page in Facebook and Twitter":["Bekijk het voorbeeld van je pagina in Facebook en Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Klik de \"%3$s\" knop om de meta beschrijving te gebruiken die al ingesteld is in %1$sZoek uiterlijk op homepage%2$s instelling."],"Help on copying the home meta description":["Hulp bij het kopiëren van de homepage meta beschrijving"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Om ervoor te zorgen dat zoekmachines weten welke sociale profielen geassocieerd zijn met deze website kan je hieronder je sociale profielen invullen."],"Learn more about your social profiles settings":["Kom meer te weten over jouw sociale profielen instellingen"],"Remove the categories prefix":["Verwijder de categorie prefix"],"Help on the category prefix setting":["Hulp bij de categorie prefix instelling"],"Learn more about the available variables":["Kom meer te weten over de beschikbare variabelen"],"Learn more about the RSS feed setting":["Kom meer te weten over de RSS feed instelling"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Wanneer je media upload (bijvoorbeeld een afbeelding of video) in WordPress, wordt er naast het opslaan van de media ook een bijlage URL gemaakt. Deze bijlage pagina's zijn vrij leeg: ze bevatten de media en misschien een titel wanneer die is ingevoerd. Om die reden, als je de bijlage URLs nooit gebruikt, is het beter om deze uit te schakelen en ze door te sturen naar media."],"Learn more about the Media and attachment URLs setting":["Kom meer te weten over de media en attachment url's instelling"],"Learn more about the title separator setting":["Leer meer over de titel scheidingsteken instelling"],"Learn more about the knowledge graph setting":["Kom meer te weten over de kennis grafiek instelling"],"Learn more about the homepage setting":["Kom meer te weten over de homepage instelling"],"Learn more about the special pages setting":["Kom meer te weten over de speciale pagina's instelling"],"Help on the date archives search results setting":["Hulp voor de datum archieven zoekresultaten instelling"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["De archieven niet tonen voor auteurs zonder berichten in de zoekresultaten betekent technisch dat ze een %1$s robots meta krijgen en worden uitgesloten van de XML sitemaps. %2$sMeer info over de zoekresultaten instellingen%3$s. "],"Help on the authors without posts archive search results setting":["Help voor de auteurs zonder berichten archief zoekresultaten instelling"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Het archief voor auteurs niet tonen in de zoek resultaten betekent technisch dat ze een %1$s robots meta krijgen en worden uitsloten in de XML sitemap. %2$sMeer info over de instellingen voor zoekresultaten%3$s."],"Help on the author archives search results setting":["Help voor de auteur archieven zoekresultaten instelling"],"Archives settings help":["Archief instelling hulp"],"Learn more about the archives setting":["Kom meer te weten over de archief instelling"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Download je Yandex verificatie code op %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verificatiecode"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Download je Google verificatie code op %1$sGoogle Search Console%2$s."],"Google verification code":["Google verificatiecode"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Download je Bing verificatie code op %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verificatiecode"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Je kan de vakken hieronder gebruiken om te verifiëren met de verschillende Webmaster Tools. Deze functionaliteit voegt een verificatie meta tag toe aan de homepagina. Volg de links naar de verschillende Webmaster Tools en zoek naar de instructies voor de meta tag verificatie methode om de verificatie code te krijgen. Als jouw website al geverifieerd is kan je dit overslaan."],"Learn more about the Webmaster Tools verification":["Kom meer te weten over de Webmaster Tools verificatie"],"On":["Aan"],"Help on: %s":["Hulp bij: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s wordt geleverd met veel functies. Je kunt sommige hiervan hieronder inschakelen / uitschakelen. Klik op het vraagteken voor meer informatie over de functie."],"Off":["Uit"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["In het geavanceerde gedeelte van de %1$s metabox kan een gebruiker berichten uit de zoekresultaten verwijderen of de canonical wijzigen. Dit zijn dingen die je misschien niet wilt dat een auteur doet. Daarom kunnen enkel editors en beheerders dit standaard doen. Als je dit instelt op \"%2$s\", kunnen alle gebruikers deze instellingen wijzigen."],"Security: no advanced settings for authors":["Beveiliging: geen geavanceerde instellingen voor auteurs"],"See who contributed to %1$s.":["Bekijk wie heeft bijgedragen aan %1$s."],"Help on this search results setting":["Hulp bij deze zoekresultaat instelling"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Het niet tonen van het archief voor %1$s in de zoekresultaten betekent technisch gezien dat die een %2$s robots meta zullen hebben en niet worden opgenomen in de XML sitemaps. %3$sMeer info over de zoekresultaat-instellingen%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Het niet in de zoekresultaten tonen van %1$s betekent technisch gezien dat deze een %2$s robots meta zullen hebben en dat deze zullen worden uitgesloten van XML sitemaps. %3$sMeer info over de zoekresultaat intellingen%4$s."],"Default for %2$s, currently: %1$s":["Standaard voor %2$s, momenteel: %1$s"],"Show %s in search results?":["Toon %s in zoekresultaten?"],"this author's archives":["de archieven van deze auteur"],"Do not allow search engines to show %s in search results.":["Sta zoekmachines niet toe om %s te tonen in de zoekresultaten."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Categorie-URLs in WordPress bevatten een voorvoegsel, doorgaans %s, deze optie verwijdert dat voorvoegsel, alleen voor categorieën."],"Category URLs":["Categorie-URLs"],"the archive for %s":["het archief voor %s"],"Redirect attachment URLs to the attachment itself?":["Redirect bijlage-URLs naar de bijlage?"],"We recommend you set this to Yes.":["We raden aan deze instelling op Ja te zetten."],"Media & attachment URLs":["Media- en bijlage-URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Dit is wat wordt getoond in de zoekresultaten als men je homepage vindt. Dat betekent waarschijnlijk dat dit is wat ze zien wanneer ze jouw merknaam zoeken."],"date archives":["datum archieven"],"archives for authors without posts":["archieven voor auteurs zonder berichten"],"Read why XML Sitemaps are important for your site.":["Lees waarom XML-sitemaps belangrijk zijn voor je site."],"Enable the XML sitemaps that %s generates.":["Schakel de XML-sitemaps in die worden gegenereerd door %s."],"See the XML sitemap.":["Bekijk de XML-sitemap."],"%2$s (current default for %1$s)":["%2$s (huidige standaard voor %1$s)"],"Media":["Media"],"Content Types":["Contenttypes"],"Should search engines follow links on this %1$s?":["Moeten zoekmachines links volgen op deze %1$s?"],"Allow search engines to show this %s in search results?":["Sta zoekmachines toe om deze %s te tonen in zoekresultaten?"],"Search Appearance":["Zoekweergave"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Geef aan welke contenttypes getoond moeten worden in zoekmachines. Als je het verschil tussen de contenttypes niet weet kan je het beste de standaardinstellingen kiezen. "],"Search engines should show \"%1$s\" in search results:":["Zoekmachines moeten \"%1$s\" tonen in de zoekresultaten:"],"Search engine visibility":["Zichtbaarheid in zoekmachines"],"Toggle %1$s's XML Sitemap":["Schakel %1$s's XML-sitemap in of uit"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Ondersteuningsaanvragen die je hier maakt worden direct naar ons supportsysteem verzonden, dat beveiligd is met 256-bit SSL, zodat de communicatie 100% veilig is."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["De cornerstone content-functionaliteit laat je cornerstone content op je website markeren en filteren."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Als je een probleem hebt dat je niet krijgt opgelost met onze videohandleidingen of kennisbank, dan kan je een bericht sturen naar onze klantenservice. Je kan deze 24/7 bereiken."],"Search result":["Zoekresultaat"],"Good results":["Goede resultaten"],"Get better search results in local search":["Krijg betere zoekresultaten in lokale zoekopdrachten"],"Allow customers to pick up their %s order locally":["Biedt je gebruikers aan om hun %s bestellingen lokaal op te halen"],"SEO analysis":["SEO-analyse"],"The SEO analysis offers suggestions to improve the SEO of your text.":["De SEO-analyse geeft suggesties om de SEO van je tekst te verbeteren."],"Learn how the SEO analysis can help you rank.":["Leer hoe de SEO-analyse je kan helpen om te ranken."],"The readability analysis offers suggestions to improve the structure and style of your text.":["De leesbaarheidsanalyse geeft suggesties om de structuur en stijl van je tekst te verbeteren."],"Discover why readability is important for SEO.":["Ontdek waarom leesbaarheid belangrijk is voor SEO."],"Find out how cornerstone content can help you improve your site structure.":["Leer hoe cornerstone content je kan helpen om de structuur van je website te verbeteren."],"The text link counter helps you improve your site structure.":["De tekstlinkteller helpt je om de structuur van je website te verbeteren."],"Find out how the text link counter can enhance your SEO.":["Leer hoe de tekstlinkteller je SEO kan verbeteren."],"%s integration":["%s integratie"],"Read more about how %s works.":["Lees meer over hoe %s werkt."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Zet deze functionaliteit aan als je wilt dat Facebook en andere sociale media een preview met afbeeldingen en een samenvatting van de tekst toont als een link naar je site wordt gedeeld."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Zet deze functionaliteit aan als je wilt dat Twitter een preview met afbeeldingen en een samenvatting van de tekst toont als een link naar je site wordt gedeeld."],"Find out why you should upgrade to %s":["Lees hier waarom je zou moeten upgraden naar %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["De laatste blogberichten op %1$s"],"Need help?":["Hulp nodig?"],"Type here to search...":["Type hier om te zoeken..."],"Search the Yoast Knowledge Base for answers to your questions:":["Zoek in de Yoast Knowledge Base naar antwoorden op je vragen:"],"Remove highlight from the text":["Markering uit de tekst verwijderen"],"Your site language is set to %s. ":["De taal van je site in ingesteld op %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Snel aan de slag met de %1$s %2$sconfiguratie wizard%3$s!"],"First-time SEO configuration":["Initiële SEO configuratie"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["De taal van je site is ingesteld op {language}. Neem contact op met de beheerder van je site als dit niet klopt."],"Your site language is set to {language}.":["De taal van je website staat ingesteld op {language}."],"Highlight this result in the text":["Markeer dit resultaat in de tekst"],"Considerations":["Overwegingen"],"Errors":["Fouten"],"Change language":["Wijzig taal"],"You cannot create a %s file.":["Je kunt geen %s bestand maken."],"You cannot edit the %s file.":["Je kunt het %s bestand niet wijzigen."],"Updated %s":["%s is bijgewerkt."],"Create %s file":["Maak %s bestand aan."],"Edit the content of your %s:":["Bewerk de inhoud van je %s."],"Save changes to %s":["Sla %s wijzigingen op."],"%s file":["%s bestand"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s en %2$s werken veel beter samen als er een extra, ondersteunende plugin wordt gebruikt. Installeer %3$s, daar wordt je leven makkelijker van. %4$s."],"More information":["Meer informatie"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s en %2$s werken veel beter samen als er een extra, ondersteunende plugin wordt gebruikt. Activeer %3$s, daar wordt je leven makkelijker van."],"More information about %1$s":["Meer informatie over %1$s"],"Configuration Wizard":["Configuratiewizard"],"You've done it!":["Je hebt het gedaan!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integreer %2$s naadloos met %1$s voor de inhoudsanalyse!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s en %2$s kunnen beter samenwerken door het toevoegen van een hulpplugin. Installeer %3$s om je leven makkelijker te maken."],"Manage your %s subscription on MyYoast":["Beheer je %s-abonnement in MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["De zoekweergave-instellingen voor %1$s zijn gebaseerd op variabelen die vervangen worden door specifieke waardes van de pagina wanneer die getoond wordt. De onderstaande tabel toont een lijst met beschikbare variabelen."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Markeer de meest belangrlijke %1$s als 'cornerstone content' om jouw sitestructuur te verbeteren. %2$sLeer meer over cornerstone content%3$s."],"Loading help center.":["Helpcenter wordt geladen."],"Get support":["Krijg ondersteuning"],"View in KB":["Toon in de kennisbank"],"Go back":["Ga terug"],"Go back to the search results":["Ga terug naar de zoekresultaten"],"(Opens in a new browser tab)":["(Opent in een nieuwe browsertab)"],"Posts %1$swithout%2$s a focus keyphrase":["Berichten %1$szonder%2$s een focus keyphrase"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, je SEO doet het goed! Kijk eens naar je statistieken:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Je hebt geen gepubliceerde berichten, je SEO-scores worden hier zichtbaar nadat je je eerste bericht hebt gemaakt!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Op deze pagina kun je de naam van je site veranderen en kiezen welk\nscheidingsteken je wilt gebruiken. Het scheidingsteken wordt bijvoorbeeld\n getoond tussen je berichttitel en de sitenaam. Symbolen worden getoond in\n \nde grootte waarin ze te zien zijn in de zoekresultaten. Kies degene die het\nbeste past bij je merk of die de minste ruimte inneemt in de snippets."],"Something else":["Iets anders"],"A portfolio":["Een portfolio"],"A corporation":["Een groot bedrijf"],"A small offline business":["Een klein offline bedrijf"],"A news channel":["Een nieuwskanaal"],"An online shop":["Een webshop"],"A blog":["Een blog"],"What does the site %1$s represent?":["Wat vertegenwoordigt je site %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Als je nee kiest, worden de auteurarchieven gedeactiveerd om \ndubbele-inhoudproblemen te voorkomen."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Let op: we slaan je gegeven op geen enkele manier op en hebben geen volledige toegang tot je account.\nJe privacy is bij ons veilig."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integreert met de Google Search Console, een tool die site eigenaren moeten hebben. Het geeft je informatie over de gezondheid van je site. Heb je nog een Google account of is je site nog niet geactiveerd? Lees hier %2$shoe de Google Search Console aan je site te koppelen.%3$s"],"Option B: My site is under construction and should not be indexed":["Optie B: Mijn site is in ontwikkeling en mag niet geïndexeerd worden"],"Option A: My site is live and ready to be indexed":["Optie A: Mijn site is live en klaar om geïndexeerd te worden"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Kies under constructie als je de site uit de index of zoek machines wilt\nhouden. Vergeet niet om dit weer te activeren als je er klaar voor bent om de site\nte publiceren."],"Please specify if your site is under construction or already active.":["Geef aan of je site onder constructie of al actief is."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Deze informatie zal worden gebruikt in Google's Knowledge Graph Card, het grote blok aan informatie dat je aan de rechterkant van de zoekresultaten ziet."],"Read more like this on our SEO blog":["Lees meer zoals dit op ons SEO blog"],"Readability: %s":["Leesbaarheid: %s"],"Not activated":["Niet geactiveerd"],"Activated":["Geactiveerd"],"%1$s recommendations for you":["%1$s aanbevelingen voor jou"],"All Readability Scores":["Alle leesbaarheidsscores"],"Filter by Readability Score":["Filter op leesbaarheidsscore"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Je ontvangt geen updates of ondersteuning. Los dit probleem op door deze site toe te voegen en %1$s te activeren voor deze site in %2$s."],"Request method %1$s is not valid.":["Request method %1$s is niet geldig."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Wil je een voorbeeld van hoe het er uit ziet als anderen dit bericht delen op %1$s? Dat kan nu met %2$s."],"Good job! All the links in your texts have been counted.":["Goed gedaan. Alle links in je teksten zijn geteld."],"Calculation completed.":["Berekening gereed."],"Calculation in progress...":["Berekening in uitvoering..."],"Stop counting":["Stop met tellen"],"Counting links in your texts":["Links in je teksten worden geteld"],"Text %1$s of %2$s processed.":["Tekst %1$s van %2$s verwerkt."],"All your texts are already counted, there is no need to count them again.":["Al je teksten zijn al geteld, er is geen reden om ze opnieuw te tellen."],"Count links in your texts":["De links in je teksten tellen"],"Text link counter":["Tekstlinkteller"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Aantal interne links die naar dit bericht linken. Kijk voor meer informatie in de hulptab onder \"Yoast kolommen\"."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Aantal interne links in dit bericht. Zie \"Yoast kolommen\" in het hulptab voor meer informatie."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s voegt meerdere kolommen toe aan deze pagina. We hebben een artikel geschreven over %2$shoe je de SEO-score en leesbaarheidsscore%3$s kunt gebruiken. De linkkolommen tonen het aantal artikelen op deze website die linken \n %5$snaar%6$s dit artikel en het aantal URL's die linken %5$svanaf%6$s dit artikel. Leer meer over %4$shoe deze opties je interne linkstructuur kunnen verbeteren%3$s, wat je SEO aanzienlijk versterkt."],"%s Columns":["%s kolommen"],"Readability score":["Leesbaarheidsscore"],"Other benefits of %s for you:":["Andere voordelen van %s voor jou:"],"Scroll to see the preview content.":["Scrol om de voorbeeldinhoud te zien."],"Cornerstone content":["Cornerstone content"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s zorgt nu voor alle technische optimalisaties op je site. Om de prestaties van je website in de zoekresultaten te verbeteren is het van belang om inhoud te schrijven die goed rankt op de keyphrases die jij het belangrijkst vindt. Bekijk deze video waarin we uitleggen hoe je de %1$s metabox moet gebruiken bij het bewerken van je berichten of pagina's."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Wanneer je de concurrentie wil verslaan in een specifieke regio of stad, bekijk dan onze %1$s plugin! Je kunt er makkelijk Google maps, openingsuren en contact informatie toevoegen. Daarnaast helpt %1$s jou met het verbeteren van de bruikbaarheid van je contactpagina."],"Attract more customers near you":["Meer lokale klanten aantrekken"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Wil je alle ins en outs van %1$s weten? Wil je alles leren over de geavanceerde instellingen? Wil je het maximale uit de %1$s plugin halen? Bekijk dan onze %1$s plugin training en overtref je concurrentie!"],"Get the most out of %1$s with the %2$s":["Haal het maximale uit %1$s met de %2$s"],"Upgrade to Premium":["Naar Premium upgraden"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Wil je je concurrentie overtreffen? %1$s geeft je geweldige extra functies die het uitvoeren van je SEO-werk eenvoudiger maken. Optimaliseer je berichten voor meerdere trefwoorden, verwijs pagina's met de redirect manager en verbeter je interne linkstructuur. %1$s geeft je ook toegang tot onze Premium support."],"Outrank the competition with %s":["Overtref je concurrenten met %s"],"You might like":["Wellicht ook interessant"],"Newsletter":["Nieuwsbrief"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["We hebben gedetecteerd dat je de configuratiehulp nog niet hebt afgerond. We raden aan om de %2$sconfiguratiehulp te starten om %1$s in te stellen%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["De configuratiehulp helpt je om gemakkelijk de optimale SEO-instellingen voor je site in te stellen."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Gebruik Premium en onze experts zijn er voor je om vragen die je hebt over het instellen en gebruik van de plugin te beantwoorden."],"Superfast internal linking suggestions":["Supersnelle interne linksuggesties"],"Great news: you can, with %1$s!":["Fantastisch nieuws: jij kan het met %1$s!"],"Save changes":["Wijzigingen opslaan"],"1 year free support and updates included!":["1 jaar gratis ondersteuning en updates inbegrepen!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["De plugin %2$s past de uitvoer van gegevens op je site aan waardoor een verschil ontstaat tussen wat zoekmachines en normale gebruikers zien. Dit wordt cloaking genoemd en is een negatieve factor voor ranking. We raden je ten zeerste aan om de %2$s plugin uit te schakelen."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSocial media preview%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sGeen dode links meer%2$s: eenvoudige redirect manager"],"No ads!":["Geen advertenties!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Sociale media preview"],"Easy redirect manager":["Eenvoudige redirect manager"],"No more dead links":["Geen dode links meer"],"Increase your SEO reach":["Je SEO bereik verhogen"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Als je hulp nodig hebt bij het schrijven van fantastische content, probeer dan eens onze %2$sSEO copywritingcursus%3$s. Wil je alles weten over de functies van de plugin, dan heb je onze %1$s nodig!"],"Variable":["Variabele"],"Available variables":["Beschikbare variabelen"],"Scroll to see the table content.":["Scrol om de inhoud van de tabel te zien"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Als je hulp nodig hebt, kun je ons %1$sartikel over het koppelen van je website aan Google Search Console%2$s lezen."],"An error occurred in the '%1$s' assessment":["Er ging iets fout in de '%1$s'-beoordeling"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s van de woorden bevat %2$sover %3$s lettergrepen%4$s, wat meer is dan het aanbevolen maximum van %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s van de woorden bevat %2$sover %3$s lettergrepen%4$s, wat minder is dan of gelijk aan het aanbevolen maximum van %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Dit is net onder het %2$sminimum aantal aanbevolen%3$s van %4$d woord. Voeg nog iets meer tekst toe.","Dit is net onder het %2$sminimum aantal aanbevolen%3$s van %4$d woorden. Voeg nog iets meer tekst toe."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["De meta-omschrijving bevat %1$d zin van %2$smeer dan %3$s woorden%4$s. Probeer deze in te korten.","De meta-omschrijving bevat %1$d zinnen van %2$smeer dan %3$s woorden%4$s. Probeer deze in te korten."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["De meta-omschrijving bevat geen zinnen van %1$smeer dan %2$s woorden%3$s."],"Step %1$d: %2$s":["Stap %1$d: %2$s"],"No new notifications.":["Geen nieuwe meldingen."],"Save all":["Alles opslaan"],"Save":["Opslaan"],"%1$s, Author at %2$s":["%1$s, auteur op %2$s"],"Mobile preview":["Mobiele preview"],"Desktop preview":["Desktop preview"],"Select redirect":["Redirect selecteren"],"Please provide an SEO title by editing the snippet below.":["Voeg een SEO-titel toe door de snippet hieronder te bewerken."],"Meta description preview:":["Meta-omschrijvingvoorvertoning:"],"Slug preview:":["Voorvertoning slug:"],"SEO title preview:":["SEO-titel-preview:"],"Close snippet editor":["Snippet-editor sluiten"],"Slug":["Slug"],"Remove marks in the text":["Markeringen in de tekst verwijderen"],"Mark this result in the text":["Dit resultaat markeren in de text"],"Marks are disabled in current view":["Markeringen zijn uitgeschakeld in de huidige weergave"],"Good SEO score":["Goede SEO-score"],"OK SEO score":["Redelijke SEO-score"],"Feedback":["Reacties"],"ok":["ok"],"Choose an image":["Een afbeelding kiezen"],"Remove the image":["De afbeelding verwijderen"],"MailChimp signup failed:":["Aanmelden voor Mailchimp mislukt:"],"Sign Up!":["Meld je aan!"],"Name":["Naam"],"There is an error with the request.":["Tijdens je verzoek is er een fout opgetreden."],"Select profile":["Profiel selecteren"],"Choose a profile":["Een profiel kiezen"],"Authorization code":["Autorisatiecode"],"Reauthenticate with Google":["Herautoriseer met Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Voer uw Google-autorisatiecode in zodat %s de informatie uit Google Search Console kan ophalen. De knop hieronder opent een nieuw venster."],"Please provide a meta description by editing the snippet below.":["Voeg een meta-omschrijving toe door de onderstaande snippet te bewerken."],"Edit snippet":["Snippet bewerken"],"You can click on each element in the preview to jump to the Snippet Editor.":["Je kan op elk element in het voorbeeld klikken om naar de snippet-editor te gaan."],"SEO title preview":["SEO titel voorbeeld"],"Meta description preview":["Voorbeeld van de meta omschrijving"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["De huidige stap kon niet opgeslagen worden, {{link}}verstuur een foutrapport{{/link}} met een beschrijving bij welke stap het mis gaat en welke wijziging je wil maken (indien van toepassing)."],"Close the Wizard":["De hulp sluiten"],"Export settings":["Instellingen exporteren"],"%1$s video tutorial":["%1$s video tutorial"],"%s › Configuration Wizard":["%s › Configuratieassistent"],"Please don't show me this notification anymore":["Deze melding niet meer tonen"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Als je problemen ondervindt, %1$svul een foutrapport in%2$s en we zullen ons best doen om je te helpen."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["We hebben gemerkt dat je %1$s enige tijd nu gebruikt; we hopen dat het je bevalt! Wij zouden zeer erkentelijk zijn als je ons %2$seen 5 ster waardering geeft op WordPress.org%3$s!"],"Date archives settings":["Instellingen datum-archieven"],"Author archives settings":["Instellingen auteursarchieven"],"%1$s by %2$s":["%1$s bij %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Waarschuwing: de variabele %s kan niet gebruikt worden in deze template. Zie het helpcenter voor meer informatie."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Wist je dat er ook een %1$sPremium Plugin%2$s is? Deze biedt geavanceerde functies, zoals een redirect manager en ondersteuning voor meerdere trefzinnen. Daarnaast is er ook een 24/7 persoonlijke ondersteuning."],"(no title)":["(geen titel)"],"%s installation wizard":["%s installatie wizard"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Het %1$s toolbar-menu bevat handige links naar tools van derden waarmee je je pagina's kan analyseren en geeft inzicht in hoeveel SEO-meldingen gevonden zijn."],"Admin bar menu":["Toolbar-menu"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s zal wekelijks controleren of je site nog geïndexeerd kan worden door zoekmachines en %2$s stuurt je een bericht als dit niet het geval is."],"Features":["Functies"],"SEO title":["SEO-titel"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Hoewel we er naar streven %1$s zo gemakkelijk mogelijk te maken, kan het zijn dat er instellingen zijn die ingewikkeld over kunnen komen. Als je liever hebt dat wij %1$s voor je instellen, bestel dan onze %3$s%1$s configuratiedienst%4$s (inclusief onze %2$s-plugin)."],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Welkom bij de configuratiehulp van %1$s. In een paar eenvoudige stappen helpen we je de SEO-instellingen naar de behoeften van deze website te configureren."],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google toont de naam van de website in de zoekresultaten; als je dat wilt veranderen, doe het dan hier."],"Greater than sign":["Groter dan-teken"],"Less than sign":["Kleiner dan-teken"],"Right angle quotation mark":["Naar rechts gericht aanhalingsteken"],"Left angle quotation mark":["Naar links gericht aanhalingsteken"],"Small tilde":["Kleine tilde"],"Vertical bar":["Vertikale balk"],"Low asterisk":["Laag sterretje"],"Asterisk":["Sterretje"],"Bullet":["Bolletje"],"Middle dot":["Midden-punt"],"Em dash":["Em-streepje"],"En dash":["En-streepje"],"Dash":["Streepje"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Kies het symbool dat je als titelscheidingsteken wilt gebruiken.Dit wordt bijvoorbeeld getoond tussen de berichttitel en de sitenaam. De symbolen worden getoond in de grootte waarmee ze in de zoekresultaten zullen verschijnen."],"The name of the person":["De naam van de persoon"],"No":["Nee"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Heb jij of heeft de site meerdere auteurs?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genereert automatisch een URL voor elk bestand in de mediabibliotheek. Door deze functie te activeren kan Google de gegenereerde URL indexeren. "],"Success!":["Geslaagd!"],"Title settings":["Titelinstellingen"],"Google Search Console":["Google Search Console"],"Multiple authors":["Meerdere auteurs"],"Site type":["Type site"],"Environment":["Omgeving"],"Yoast option %1$s not found.":["Yoast-optie %1$s niet gevonden."],"Google Structured Data Test":["Gestructureerde datatest van Google"],"Posts list":["Berichtenlijst"],"Posts list navigation":["Berichtenlijst-navigatie"],"Filter posts list":["Berichtenlijst filteren"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Hou er rekening mee dat links naar archieven wellicht nog steeds gebruikt kunnen worden door jouw thema en dat je ze apart zult moeten verwijderen."],"%1$s to optimize your site even further":["%1$s om je site nog verder te optimaliseren"],"%1$s extensions":["%1$s-extensies"],"Comes with our 30-day no questions asked money back guarantee":["Komt met onze 30 dagen 'niet goed, geld terug'-garantie"],"More information %1$sabout %3$s%2$s":["Meer informatie %1$sover %3$s%2$s"],"Installed":["Geïnstalleerd "],"gain access to our 24/7 support team.":["krijg toegang tot onze 24/7 klantenservice."],"Premium support":["Premium support"],"check what your Facebook or Twitter post will look like.":["bepaal hoe je pagina er op Facebook en Twitter uit zal zien"],"Social previews":["Social previews"],"create and manage redirects from within your WordPress install.":["maak en beheer redirects vanuit je WordPress installatie."],"Redirect manager":["Redirectbeheer"],"%1$s, take your optimization to the next level!":["%1$s, breng jouw optimalisatie naar een hoger niveau!"],"A seamless integration between %1$s and %2$s":["Een naadloze integratie tussen %1$s en %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Gebruik de %1$s broodkruimel-implementatie in plaats van de %2$s-implementatie"],"Easily insert Google Maps, a store locator, opening hours and more":["Voeg makkelijk Google Maps, een winkelzoeker, openingstijden en meer toe"],"Creates XML News Sitemaps":["Maakt XML-nieuws-sitemaps"],"Immediately pings Google on the publication of a new post":["Stuurt Google direct een melding bij de publicatie van een nieuw bericht"],"Optimize your site for Google News":["Optimaliseer je site voor Google News"],"Make videos responsive through enabling fitvids.js":["Maak video's responsive door fitvids.js in te schakelen"],"Enhance the experience of sharing posts with videos":["Verbeter de ervaring van het delen van berichten die video's bevatten"],"Show your videos in Google Videos":["Toon je video's in Google Videos"],"Crawl issues list":["Crawlproblemenlijst"],"Crawl issues list navigation":["Crawlproblemenlijst-navigatie"],"Edit “%s”":["Bewerk “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Meldingen"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Verwijdert het keyphrase-tabblad uit de metabox en schakelt alle SEO-gerelateerde suggesties uit."],"Disable SEO analysis":["SEO analyse uitschakelen"],"Twitter settings":["Titelinstellingen"],"Pinterest settings":["Pinterest-instellingen"],"Facebook settings":["Facebookinstellingen"],"Title separator symbol":["Titel verbindingsteken"],"RSS feed settings":["RSS-feed instellingen"],"Breadcrumbs settings":["Kruimelpadinstellingen"],"Make primary":["Primair maken"],"Enter your Google Authorization Code and press the Authenticate button.":["Voer de Google-autorisatiecode in en druk op de knop Autoriseren."],"Knowledge base article":["Kennisbank-artikel"],"Open the knowledge base article in a new window or read it in the iframe below":["Open het kennisbank-artikel in een nieuw venster of lees het in het iframe hieronder"],"Search results":["Zoekresultaten"],"%s notification":["%s melding","%s meldingen"],"Disable readability analysis":["Leesbaarheidsanalyse uitschakelen"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Verwijdert de leesbaarheidsanalyse-sectie uit de metabox en schakelt alle suggesties met betrekking tot leesbaarheid uit."],"Readability analysis":["Leesbaarheidsanalyse"],"Needs improvement":["Heeft verbetering nodig"],"Readability":["Leesbaarheid"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Je probeert bestanden te laden die niet verkleind zijn. Deze zijn alleen beschikbaar in het pakket voor ontwikkelaars. Bekijk %1$s om alle bronbestanden te zien."],"Improvements":["Verbeteringen"],"Dismiss this item.":["Deze melding negeren."],"Good job! We could detect no serious SEO problems.":["Goed gedaan! We konden geen serieuze SEO-problemen vinden."],"We have detected the following issues that affect the SEO of your site.":["We hebben de volgende problemen ontdekt die invloed hebben op de SEO van je website."],"Problems":["Problemen"],"Analysis":["Analyse"],"Not available":["Niet beschikbaar"],"Filter by SEO Score":["Op SEO-score filteren"],"Meta description not set.":["Geen meta-omschrijving ingesteld."],"Video tutorial":["Video-instructie"],"Email support is a %s feature":["E-mailondersteuning is een %s eigenschap"],"Knowledge base":["Kennisbank"],"Open":["Open"],"Loading...":["Laden..."],"Something went wrong. Please try again later.":["Er is iets misgegaan. Probeer het later opnieuw."],"No results found.":["Niets gevonden."],"Dashboard":["Dashboard"],"You can fix this on the %1$sPermalink settings page%2$s.":["Je kan dit verhelpen op de %1$sPermalink-instellingenpagina%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Het pagineren van reacties is ingeschakeld, dit is in 999 van de 1000 gevallen niet nodig, wij adviseren om dit uit te schakelen."],"Replaced with the primary category of the post/page":["Vervangen door de primaire categorie van bericht/pagina"],"Pinterest confirmation":["Pinterest-bevestiging"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Als je al de website bij Pinterest bevestigd hebt, kun je de stap hieronder overslaan."],"Format-based archives":["Opmaak-gebaseerde archieven"],"Webmaster Tools verification":["Verificatie van de webmaster-tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Neem deel aan onze %1$s voor WordPress-cursus en wordt een gecertificeerde %1$s-expert."],"Want to be a %s Expert?":["Wil je een %s-expert worden?"],"Buy %s":["%s kopen"],"Show information about errors in category %s":["Toon informatie over fouten in de categorie %s"],"New %1$s Title":["Nieuwe %1$s-titel"],"Existing %1$s Title":["Bestaande %1$s-titel"],"Expected an integer as input.":["Heel getal verwacht als invoer."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Er is geprobeerd een goede sitemapcachesleutel te maken, maar de combinatie van voor- en achtervoegsel geeft hiervoor te weinig mogelijkheden. Je probeert waarschijnlijk een pagina op te vragen die ver buiten het verwachte bereik valt."],"Remove":["Verwijderen"],"Keep":["Behouden"],"Bold the last page":["Toon de laatste pagina vetgedrukt"],"Regular":["Normaal"],"Bold":["Vetgedrukt"],"Show Blog page":["Toon berichtenpagina"],"Primary %s":["Primair %s"],"Primary":["Primair"],"Make %1$s primary %2$s":["Maak %1$s primair %2$s"],"Term is set to noindex.":["Term is ingesteld op noindex"],"Author archives":["Auteursarchieven"],"Show":["Tonen"],"Enabled":["Ingeschakeld"],"Disabled":["Uitgeschakeld"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s heeft de indexeerbaarheid-status van je site nog niet opgehaald van %2$s"],"The separator defined in your theme's %s tag.":["Het scheidingsteken zoals gedefinieerd in de %s-tag van het thema."],"No index":["Noindex"],"Analyze entire site":["De volledige site analyseren"],"Fetch the current status":["Huidige status ophalen"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s was niet in staat de indexeerbaarheid-status van de website op te halen%3$s van %4$s"],"Your homepage can be indexed by search engines.":["De homepage kan geïndexeerd worden door zoekmachines."],"Indexability check by %1$s":["Indexeerbaarheidscontrole door %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Als je een afbeelding wilt gebruiken om te delen op %1$s, kun je deze hier uploaden/selecteren, of een URL invoeren."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Als je de meta-omschrijving niet wilt gebruiken om het bericht op %1$s te delen, maar een andere omschrijving wilt, kun je die hier schrijven."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Als je de berichttitel niet wilt gebruiken voor het delen van een bericht op %1$s, maar een andere titel wilt gebruiken, voer die hier dan in."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sDe homepagina kan niet geïndexeerd worden door zoekmachines%2$s. Dit is erg slecht voor de SEO en moet opgelost worden."],"Once Weekly":["Wekelijks"],"SEO score":["SEO score"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["SEO-scores herberekenen voor alle inhoudsonderdelen met een focus keyphrase."],"%1$s of %2$s done.":["%1$s van %2$s gedaan."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Het algoritme dat de SEO-score berekent, is vernieuwd. %1$sKlik hier om de SEO-scores opnieuw te berekenen%2$s voor alle berichten en pagina's."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["De eerste echte alles-in-één SEO-oplossing voor WordPress, inclusief inhoudsanalyse per pagina, XML-sitemaps en veel meer."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activering mislukt:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["De filter-extensie is niet beschikbaar. Vraag je hostingprovider om deze in te schakelen."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["De %1$s plugininstallatie is onvolledig. Meer informatie in de %2$sinstallatiehandleiding%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["De extensie Standaard-PHP-bibliotheek (SPL) lijkt niet beschikbaar. Vraag de hostingprovider deze te activeren."],"SEO Settings":["SEO-instellingen"],"Mobile-Friendly Test":["Test mobielvriendelijkheid"],"Google Page Speed Test":["'Google Page speed'-test"],"CSS Validator":["CSS-validator"],"HTML Validator":["HTML-validator"],"Pinterest Rich Pins Validator":["'Pinterest rich pins'-validator"],"Facebook Debugger":["Facebook-foutopsporing"],"Check Headers":["Headers controleren"],"Check Google Cache":["Google Cache controleren"],"Analyze this page":["Deze pagina analyseren"],"Keyword Research":["Trefwoordenonderzoek"],"%s does not seem to be a valid url. Please correct.":["%s is geen geldige URL. Vul een geldige URL in."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%s is geen geldige %s-verificatiestring. Gelieve te corrigeren."],"%s Archive":["Archief %s"],"You searched for %s":["Je hebt gezocht naar %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Samenvatting met grote afbeelding"],"Summary":["Samenvatting"],"The post %1$s appeared first on %2$s.":["Het bericht %1$s verscheen eerst op %2$s."],"No numeric value was received.":["Geen numerieke waarde ontvangen."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Dit moet een bestaand blog zijn. Blog %s bestaat niet of is gemarkeerd als verwijderd."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["De standaard bloginstellingen moeten het numerieke blog-ID hebben van het blog dat je als standaard wilt gebruiken."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s is geen geldige keuze voor wie er toegang moet hebben tot de instellingen van %2$s. De standaardwaarde is hersteld."],"Please select a valid post type for taxonomy \"%s\"":["Een geldig berichttype voor taxonomie '%s' selecteren"],"Please select a valid taxonomy for post type \"%s\"":["Een geldige taxonomie selecteren voor berichttype '%s'"],"You searched for":["Je zocht naar"],"Home":["Home"],"Archives for":["Archieven voor"],"Error 404: Page not found":["404-fout: pagina niet gevonden"],"Good":["Goed"],"Replaced with a custom taxonomies description":["Vervangen door een aangepaste taxonomie-omschrijving"],"Replaced with a posts custom taxonomies, comma separated.":["Vervangen door de aangepaste taxonomieën van een bericht, door komma's gescheiden."],"Replaced with a posts custom field value":["Vervangen door de aangepaste veldwaarde van een bericht"],"Replaced with the slug which caused the 404":["De slug vervangen die een 404 veroorzaakt"],"Replaced with the posts focus keyphrase":["Vervangen door de focus keyphrase van het bericht"],"Attachment caption":["Bijlage-onderschrift"],"Replaced with the current page number":["Vervangen door het huidige paginanummer"],"Replaced with the current page total":["Vervangen door het huidige paginatotaal"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Vervangen door het huidige paginanummer met context (bv pagina 2 van 8)"],"Replaced with the post/page author's 'Biographical Info'":["Vervangen door de 'Biografie-informatie' van de bericht/pagina-auteur"],"Replaced with the post/page author's 'nicename'":["Vervangen door de 'nicename' van de auteur van bericht/pagina"],"Replaced with the post/page ID":["Vervangen door het bericht-/pagina-ID"],"Replaced with the post/page modified time":["Vervangen door de aangepast tijd van bericht/pagina"],"Replaced with the content type plural label":["Vervangen door het berichttype-meervoudslabel"],"Replaced with the content type single label":["Vervangen door enkelvoudig label van het berichttype"],"Replaced with the current search phrase":["Vervangen door de huidige zoekzin"],"Replaced with the term name":["Vervangen door de term-naam"],"Replaced with the term description":["Vervangen door de term-omschrijving"],"Replaced with the tag description":["Vervangen door de tag-omschrijving"],"Replaced with the category description":["Vervangen door de categorie-omschrijving"],"Replaced with the post categories (comma separated)":["Vervangen door de bericht-categorieën (door komma's gescheiden)"],"Replaced with the current tag/tags":["Vervangen door de huidige tag/tags"],"Replaced with the post/page excerpt (without auto-generation)":["Vervangen door de bericht/pagina-samenvatting (niet automatisch gegenereerd)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Vervangen door de bericht/pagina-samenvatting (of automatisch gegenereerd als deze niet bestaat)"],"The site's name":["De naam van de website"],"Replaced with the title of the parent page of the current page":["Vervangen door de titel van de bovenliggende pagina van de huidige."],"Replaced with the title of the post/page":["Vervangen door de titel van het bericht of de pagina"],"Replaced with the date of the post/page":["Vervangen door de datum van het bericht of de pagina"],"Page %1$d of %2$d":["Pagina %1$d van %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["De standaardvariabele-vervanging van de WP-SEO kan niet worden overschreven door het registreren van een nieuwe variabele met dezelfde naam. Gebruik in plaats daarvan het 'wpseo_replacements'-filter om de vervangingswaarde in te stellen."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Een vervangingsvariabele met dezelfde naam is al geregistreerd. Probeer de variabelenaam uniek te maken."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Een vervangingsvariable kan niet beginnen met '%%cf_' of '%%ct_' omdat deze gereserveerd zijn voor de standaardvariablen van de WP-SEO voor aangepaste velden en taxonomieën. Probeer de variabelenaam uniek te maken."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Een vervangingsvariabele kan alleen alfanummerieke karakters, een liggende streep of een verbindingsstreepje bevatten. Probeer de variabele te hernoemen."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Opmerking voor de admin: deze pagina toont geen meta description omdat het geen heeft. Dit kun je oplossen door er een voor deze pagina te schrijven of ga naar het [%1$s - %2$s] menu en stel een template in."],"Page not found":["Pagina niet gevonden"],"%s Archives":["%s Archieven"],"Search for \"%s\"":["Naar '%s' zoeken"],"Meta description to use for Author page":["Meta-omschrijving voor de auteurspagina"],"Title to use for Author page":["Titel voor de auteurspagina"],"%1$s settings":["%1$s-instellingen"],"Export your %1$s settings":["De %1$s-instellingen exporteren"],"Import settings":["Instellingen importeren"],"Import from other SEO plugins":["Vanuit andere SEO-plugins importeren"],"Import":["Importeren"],"If you had a %s file and it was editable, you could edit it from here.":["Als je een beschrijfbaar %s-bestand hebt, dan kun je het hier bewerken."],"If your %s were writable, you could edit it from here.":["Als %s beschrijfbaar is, kun je het hier bewerken."],"You don't have a %s file, create one here:":["Er bestaat geen %s-bestand. Maak er hier een aan:"],"A link to your site, with your site's name and description as anchor text.":["Een link naar je website, met de naam en omschrijving van je website als linktekst."],"A link to your site, with your site's name as anchor text.":["Een link naar je website, met de naam van je website als linktekst."],"A link to the post, with the title as anchor text.":["Een link naar het bericht, met de titel als linktekst."],"A link to the archive for the post author, with the authors name as anchor text.":["Een link naar het archief van de berichtauteur, met de naam van de auteur als linktekst."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Je kunt de volgende variabelen in de inhoud gebruiken, ze worden vervangen door de waarde aan de rechterkant."],"Content to put after each post in the feed":["Informatie die geplaatst wordt na elk RSS-bericht"],"Content to put before each post in the feed":["Content die voor elk bericht in de feed moet komen"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Deze instelling wordt gebruikt om automatisch tekst aan je RSS toe te voegen. Specifieker: het is om koppeling naar je website en je berichten toe te voegen. Hierdoor zullen 'domme' robots automatisch deze koppelingen ook toevoegen en zullen zoekmachines jou identificeren als de originele bron van de berichtinhoud."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Het gebruik van de functie 'kruimelpad' wordt uitgelegd in %1$sons kennisbankartikel op kruimelpadimplementatie%2$s."],"How to insert breadcrumbs in your theme":["Hoe een kruimelpad aan het thema toe te voegen"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Te tonen berichttype-archief in het kruimelpad voor taxonomieën"],"Taxonomy to show in breadcrumbs for content types":["Te tonen taxonomie in het kruimelpad voor berichttypes"],"Breadcrumb for 404 Page":["Kruimelpad voor 404-pagina"],"Prefix for Search Page breadcrumbs":["Voorvoegsel voor kruimelpad op de zoekpagina"],"Prefix for Archive breadcrumbs":["Voorvoegsel voor kruimelpad-archief"],"Prefix for the breadcrumb path":["Voorvoegsel voor het kruimelpad"],"Anchor text for the Homepage":["Linktekst voor de homepagina"],"Separator between breadcrumbs":["Scheidingsteken tussen kruimels"],"Enable Breadcrumbs":["Kruimelpad inschakelen"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Hieronder staan de SEO-scores van de gepubliceerde berichten. Het is nu het goede moment om een aantal van je berichten te verbeteren!"],"Credits":["Credits"],"« Back to Tools page":["« Terug naar de pagina Extra"],"%1$s comes with some very powerful built-in tools:":["%1$s heeft enkele zeer krachtige ingebouwde functies:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Deze tool stelt je in staat snel belangrijke bestanden van de SEO te veranderen, zoals het robots.txt- en .htaccess-bestand (als dit bestaat)."],"File editor":["Bestandsbewerker"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Instellingen importeren van andere SEO-plugins en exporteren van deze instellingen voor hergebruik op een (ander) blog."],"Import and Export":["Importeren en Exporteren"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Dit hulpmiddel stelt je in staat snel titels en omschrijvingen van berichten en pagina's te veranderen zonder dat je voor elke pagina naar de editor hoeft te gaan."],"Bulk editor":["Bulk editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Hier je metatag invoeren om je %1$ssite te valideren met Pinterest%2$s:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest maakt - net als Facebook - gebruik van 'Open Graph'-metadata. Houd Open Graph aangevinkt op het Facebook-tabblad, als je de site wilt optimaliseren voor Pinterest."],"The default card type to use":["Het te gebruiken standaard 'card type'."],"Add Twitter card meta data":["'Twitter card'-metadata toevoegen"],"This image is used if the post/page being shared does not contain any images.":["Deze afbeelding wordt gebruikt als het bericht of de pagina geen afbeeldingen bevat."],"Default settings":["Standaardinstellingen"],"Copy home meta description":["Home-metaomschrijving kopiëren"],"Description":["Omschrijving"],"Image URL":["Afbeeldings-URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Dit zijn de titel, beschrijving en afbeelding die gebruikt worden in de 'Open Graph'-metatags op de voorpagina van de site."],"Frontpage settings":["Voorpagina-instellingen"],"Add Open Graph meta data":["'Open Graph'-metadata toevoegen"],"YouTube URL":["YouTube-URL"],"Pinterest URL":["Pinterest-URL"],"MySpace URL":["MySpace-URL"],"LinkedIn URL":["LinkedIn-URL"],"Instagram URL":["Instagram-URL"],"Twitter Username":["Twitter-gebruikersnaam"],"Facebook Page URL":["Facebookpagina-URL"],"Accounts":["Accounts"],"Restore site to defaults":["Site naar standaardinstellingen terugzetten"],"Site ID":["Site-ID"],"Using this form you can reset a site to the default SEO settings.":["Door dit formulier te gebruiken kun je een site terugzetten naar de standaard SEO-instellingen."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Privacygevoelige (FB-beheerders e.d.), thema-specifieke (titelherschrijving) en een paar erg site-specifieke instellingen zullen niet in nieuwe sites geïmporteerd worden."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Voer het %1$sSite-ID%2$s in voor de site waarvan de instellingen als standaard moeten worden gebruikt voor alle nieuwe sites in het netwerk. Laat het vak leeg voor geen standaardwaarden (de normale plugin-standaardwaarden zullen worden gebruikt)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Kies de site waarvan de instellingen als standaard worden gebruikt voor elke nieuwe site in het netwerk. Bij het kiezen van 'Geen' worden de standaard plugininstellingen gebruikt."],"New sites in the network inherit their SEO settings from this site":["Nieuwe sites in het netwerk overerven de SEO-instellingen van deze site"],"Super Admins only":["Alleen superbeheerders"],"Site Admins (default)":["Sitebeheerders (standaard)"],"Who should have access to the %1$s settings":["Wie moet toegang hebben tot de %1$s-instellingen"],"spam":["spam"],"mature":["volwassen"],"archived":["gearchiveerd"],"public":["openbaar"],"%s restored to default SEO settings.":["%s is teruggezet naar standaard SEO-instellingen."],"Settings Updated.":["Instellingen bijgewerkt."],"404 pages":["404-pagina's"],"Search pages":["Zoekpagina's"],"These pages will be %s by default, so they will never show up in search results.":["Deze pagina's krijgen standaard %s, dus zullen ze nooit in de zoekresultaten verschijnen."],"Special Pages":["Speciale pagina's"],"Date-based archives could in some cases also be seen as duplicate content.":["Op datum gebaseerde archieven zouden in sommige gevallen ook als dubbele inhoud aangemerkt kunnen worden."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Als dit het geval is op de site, kun je ervoor kiezen het uit te schakelen (wat ervoor zorgt dat men doorgestuurd wordt naar de homepagina) of %s eraan toe te voegen, zodat het niet voorkomt in de zoekresultaten."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Als je een auteursblog hebt, zal het auteursarchief dezelfde inhoud bevatten als de homepagina. Dit noemt men een %1$s'dubbele inhoud'-probleem%2$s."],"Date archives":["Datum-archieven"],"author archives":["Auteur-archieven"],"Title":["Titel"],"%1$s Meta Box":["%1$s-metabox"],"Hide":["Verbergen"],"Date in Snippet Preview":["Datum in Snippetvoorvertoning"],"Take note:":["Let op:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Je kunt de titel en omschrijving voor de blogpagina bepalen door %1$sde blogpagina zelf te bewerken%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Je kunt de titel en omschrijving voor de voorpagina instellen door %1$sde voorpagina zelf te bewerken%2$s"],"Homepage & Front page":["Homepage & voorpagina"],"Title Separator":["Scheidingsteken in de titel"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s heeft automatisch vastgesteld of het de titels op je pagina's moet herschrijven. Als je denkt dat dat niet goed is en je weet wat je doet, dan kun je de instelling hier veranderen."],"Force rewrite titles":["Titels geforceerd herschrijven"],"Taxonomies":["Taxonomieën"],"Homepage":["Homepage"],"%1$s Extensions":["%1$s-extensies"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integreer WooCommerce naadloos in %1$s en krijg zo extra functies."],"Rank better locally and in Google Maps, without breaking a sweat!":["Zonder moeite een betere lokale score en op Google Maps krijgen."],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Lid van Google News? Verhoog dan het verkeer vanaf Google News door ervoor te optimaliseren."],"Optimize your videos to show them off in search results and get more clicks!":["Optimaliseer je video's om ze te tonen in de zoekresultaten en zo meer 'clicks' te krijgen."],"The premium version of %1$s with more features & support.":["The premium-versie van %1$s met meer functies & support."],"Person":["Persoon"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Deze gegevens worden als metadata getoond op je site. Ze zijn bedoeld om te %1$sGoogle's Knowledge Graph%2$s. Je kunt of een bedrijf of een persoon zijn."],"Website name":["Websitenaam"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["De URL van de berichten en pagina's bevat niet de berichtnaam; het is ten zeerste aan te bevelen dat wel te doen. Overweeg de permalink-structuur aan te passen naar /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Kruimelpad"],"or":["of"],"Save Profile":["Profiel opslaan"],"There were no profiles found":["Er zijn geen profielen gevonden"],"Profile":["Profiel"],"Current profile":["Huidig profiel"],"Authenticate":["Autoriseren"],"Get Google Authorization Code":["Google-autorisatiecode verkrijgen"],"Reload crawl issues":["Crawl-problemen opnieuw laden"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Om een doorstuuradres aan te maken en dit probleem op te lossen, heb je %1$s nodig. Je kan de plugin, inclusief een jaar ondersteuning en updates, kopen op %2$s."],"Creating redirects is a %s feature":["Het aanmaken van doorstuuradressen is een %s-functie"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fouten die alleen zijn opgetreden toen de site werd gecrawld door Googlebot voor eenvoudige telefoons. (Deze fouten waren niet zichtbaar op de desktopversie). "],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fouten die alleen zijn opgetreden toen de site werd gecrawld door Googlebot-Mobile. (Deze fouten waren niet zichtbaar op de desktopversie). "],"Errors that occurred when your site was crawled by Googlebot.":["Fouten die zijn opgetreden toen de site gecrawld werd door Googlebot."],"Issue categories":["Probleemcategorieën"],"Incorrect Google Authorization Code.":["Onjuiste Google-autorisatiecode."],"The issues have been successfully reloaded!":["De problemen zijn met succes herladen. "],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["De %1$s-gegevens zijn verwijderd. Autoriseer opnieuw om de gegevens weer te kunnen ophalen."],"Crawl errors per page":["Aantal crawl-fouten per pagina"],"Search":["Zoeken"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Mis de crawl-fouten niet: %1$smaak verbinding met Google Search Console%2$s."],"Create redirect":["Doorstuuradres aanmaken"],"Mark as fixed":["Als opgelost markeren"],"Response code":["Responscode"],"First detected":["Voor het eerst ontdekt"],"Last crawled":["Het laatst gecrawld"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s heeft gedetecteerd dat je een versie van %2$s gebruikt die niet compatibel is met %1$s. Werk %2$s bij naar de nieuwste versie om deze functie te gebruiken."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast-plugins delen een gedeelte van hun code om ervoor te zorgen dat de website sneller wordt. Als gevolg daarvan moeten alle Yoast-plugins bij zijn. We hebben ontdekt dat dit niet het geval is. Werk dus alle Yoast-plugins bij die nog niet zijn bijgewerkt."],"Feature phone":["Eenvoudige telefoon"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["De URL bestaat niet, maar de server geeft geen 404-fout (bestand niet gevonden)."],"Soft 404":["Softwarematige 404"],"Request timed out or site is blocking Google.":["Verzoek is verlopen of de site blokkeert Google."],"Server Error":["Serverfout"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot kan de website benaderen, maar bepaalde URL's zijn geblokkeerd voor Googlebot in het %1$s-bestand. Deze blokkade kan voor alle Googlebots gelden of zelfs specifiek voor Googlebot-mobile. "],"Blocked":["Geblokkeerd"],"Google was unable to crawl this URL due to an undetermined issue.":["Google was niet in staat deze URL te crawlen door een onbekend probleem."],"URL points to a non-existent page.":["URL verwijst naar een niet-bestaande pagina."],"Not found":["Niet gevonden"],"Not followed":["Niet gevolgd"],"Faulty redirects":["Kapotte redirects"],"Server requires authentication or is blocking Googlebot from accessing the site.":["De server vereist autorisatie of blokkeert de toegang tot de site voor Googlebot."],"Access denied":["Toegang geweigerd"],"Deactivate %s":["%s deactiveren"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["De plugin %1$s veroorzaakt mogelijk problemen als deze in combinatie met %2$s wordt gebruikt."],"Upload Image":["Afbeelding uploaden"],"Remove these ads?":["Deze advertenties verwijderen?"],"%s Posts Overview":["%s-berichtenoverzicht"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["De kruimelpad-titel wordt gebruikt in het kruimelpad waar deze taxonomie voorkomt."],"Breadcrumbs title":["Kruimelpadtitel"],"The canonical link is shown on the archive page for this term.":["De canonieke link wordt getoond op de archiefpagina van deze uitdrukking."],"Facebook App ID":["Facebook-app-ID"],"Pinterest":["Pinterest"],"Other":["Overig"],"Archives":["Archieven"],"Email":["E-mailadres"],"Previous":["Vorige"],"Next":["Volgende"],"Close":["Sluiten"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Zowel %1$s als %2$s kunnen XML-sitemaps creëren. Het hebben van twee XML-sitemaps is niet bevorderlijk voor zoekmachines en kan je site trager maken."],"Configure %1$s's Open Graph settings":["OpenGraph-instellingen van %1$s configureren"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Zowel %1$s als %2$s creëren OpenGraph-uitvoer wat ervoor kan zorgen dat Facebook, Twitter, LinkedIn en andere sociale netwerken de verkeerde tekst of afbeelding gebruiken als jouw pagina's worden gedeeld."],"%s Image":["Afbeelding %s"],"%s Description":["Omschrijving %s"],"%s Title":["Titel %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["De aanbevolen afbeeldingsgrootte voor %1$s is %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Als je de afbeelding die gebruikt wordt op %s voor dit bericht wilt overschrijven, kies of upload hier een afbeelding."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Als je geen gebruik wilt maken van de meta-omschrijving voor het delen van dit bericht op %s, schrijf hier dan een andere."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Als je een andere berichttitel dan deze wilt gebruiken voor het delen van dit bericht op %s, tik hem dan hier in."],"very difficult":["heel moeilijk"],"Try to make shorter sentences, using less difficult words to improve readability":["Probeer kortere zinnen met minder moeilijke woorden te maken om de leesbaarheid te verbeteren."],"difficult":["moeilijk"],"Try to make shorter sentences to improve readability":["Probeer kortere zinnen te maken om de leesbaarheid te verbeteren."],"fairly difficult":["redelijk moeilijk"],"OK":["OK"],"fairly easy":["redelijk eenvoudig"],"easy":["eenvoudig"],"very easy":["heel eenvoudig"],"Meta Desc.":["Meta-omschrijving"],"All SEO Scores":["Alle SEO-scores"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO probleem: De uitgelichte afbeelding moet minimaal 200x200 pixels groot zijn om te worden gebruikt door Facebook en andere sociale media."],"(no parent)":["(geen hoofd)"],"Post is set to noindex.":["Bericht is ingesteld op noindex."],"The URL that this page should redirect to.":["De URL waar deze pagina naar moet doorsturen."],"301 Redirect":["301-doorsturen"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["De canonieke URL waar deze pagina naar moet verwijzen; laat dit leeg om naar de eigen permalink te verwijzen. %1$sCross domain canonical%2$s wordt ook ondersteund."],"Canonical URL":["Canonieke URL"],"Title to use for this page in breadcrumb paths":["Titels die voor deze pagina gebruikt worden in het kruimelpad"],"Breadcrumbs Title":["Kruimelpadtitel"],"No Snippet":["Geen snippet"],"No Archive":["Geen archief"],"No Image Index":["Geen afbeeldingsindex"],"None":["Geen"],"Site-wide default: %s":["Standaard voor de hele site: %s"],"Advanced meta robots settings for this page.":["Geavanceerde meta-robotsinstellingen voor deze pagina."],"Meta robots advanced":["Meta Robots geavanceerd"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Waarschuwing: hoewel hier de 'metarobots'-instelling geregeld kan worden, heeft dit geen effect, aangezien de hele site op 'noindex' is ingesteld in de privacy-instellingen van de site."],"Meta description":["Meta-omschrijving"],"SEO Title":["SEO-titel"],"Focus keyword":["Focustrefwoord"],"Snippet preview":["Snippetvoorvertoning"],"Settings successfully imported.":["De instellingen zijn met succes geïmporteerd."],"Settings could not be imported:":["Instellingen konden niet geïmporteerd worden:"],"Breadcrumb for 404 pages:":["Kruimelpad voor 404-pagina:"],"Prefix for search result pages:":["Voorvoegsel voor kruimelpad op zoekresultatenpagina's:"],"Prefix for archive pages:":["Voorvoegsel voor kruimelpad op archiefpagina's:"],"Prefix for breadcrumbs:":["Prefix voor kruimelpad:"],"Anchor text for the homepage:":["Ankertekst voor de homepagina:"],"Breadcrumbs separator:":["Scheidingsteken voor kruimelpad: "],"%s Breadcrumbs":["%s-kruimelpad"],"Use Image":["Afbeelding gebruiken"],"Action":["Actie"],"Page URL/Slug":["Pagina-URL/Slug"],"Publication date":["Publicatiedatum"],"Post Status":["Berichtstatus"],"WP Page Title":["WP-paginatitel"],"View":["Bekijken"],"View “%s”":["“%s” bekijken"],"Preview":["Voorbeeld"],"Preview “%s”":["Voorbeeld “%s”"],"Edit":["Bewerken"],"Filter":["Filteren"],"New Yoast Meta Description":["Nieuwe Yoast-meta-omschrijving"],"Existing Yoast Meta Description":["Bestaande Yoast-meta-omschrijving"],"Facebook profile URL":["Facebookprofiel-URL"],"Twitter username (without @)":["Twitter-gebruikersnaam (zonder @)"],"FAQ":["FAQ"],"Premium Support":["Premium support"],"Settings":["Instellingen"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Ga naar %1$sInstellingen => Lezen%2$s en haal het vinkje weg bij 'Zoekmachinezichtbaarheid'."],"Huge SEO Issue: You're blocking access to robots.":["Groot SEO-probleem: toegang voor robots wordt geblokkeerd."],"Posts":["Berichten"],"Edit Files":["Bestanden bewerken"],"Advanced Variables":["Geavanceerde variabelen"],"Basic Variables":["Basisvariabelen"],"General":["Algemeen"],"Extensions":["Extensies"],"Search Console":["Search Console"],"Tools":["Extra"],"Advanced":["Geavanceerd"],"XML sitemaps":["XML-sitemaps"],"Social":["Sociaal"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s heeft gedetecteerd dat je versie %2$s gebruikt van %3$s, werk deze bij naar de nieuwste versie om compatibiliteitsproblemen te voorkomen. "],"Just another WordPress site":["En nog een WordPress site"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Je gebruikt nog steeds de standaard WordPress-omschrijving, zelfs een lege is waarschijnlijk beter. %1$sJe kunt dit oplossen in de customizer%2$s."],"You have used HTML in your value which is not allowed.":["Het gebruik van HTML in de waarde is niet toegestaan."],"You can't edit %s that aren't yours.":["Je kunt geen %s bewerken die niet van jou zijn."],"You can't edit %s.":["%s bewerken niet mogelijk."],"Post has an invalid Content Type: %s.":["Bericht heeft een ongeldig berichttype: %s."],"Post doesn't exist.":["Dit bericht bestaat niet."],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Prullenbak (%s)","Prullenbak (%s)"],"posts\u0004All (%s)":["Alle (%s)","Alle (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/pl_PL.json b/Resources/Private/Languages/pl_PL.json index 839611d..5aa61c3 100644 --- a/Resources/Private/Languages/pl_PL.json +++ b/Resources/Private/Languages/pl_PL.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);","lang":"pl"},"Has feedback":["Dostępne uwagi"],"Content optimization:":["Optymalizacja treści:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sCzytelność%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Przeczytaj %1$sten wpis, aby uzyskać więcej informacji o tym, dlaczego nie wspieramy starszych wersji.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Jeśli wstrzymałeś się z aktualizacją do %2$s i wyższych z powodu nowego edytora Gutenberga, zainstaluj wtyczkę klasycznego edytora. Daje ci to takie samo doświadczenie w edycji, jakie masz teraz, ale także bezpieczeństwo nowszych wersji WordPressa i %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sZaktualizuj WordPressa do najnowszej wersji%2$s%3$sZauważyliśmy, że nie używasz najnowszej wersji WordPressa, co może wkrótce spowodować problemy. %4$s (ze względów bezpieczeństwa i stabilności) obsługuje tylko bieżącą i poprzednią wersję WordPressa. Kiedy pojawi się następna wersja WordPressa, oznacza to, że będziemy wspierać WordPressa %6$s i %7$s. Oznacza to, że nie otrzymasz żadnych aktualizacji do %5$s dopóki nie zaktualizujesz WordPressa, więc upewnij się, że wkrótce zaktualizujesz do najnowszej wersji WordPressa!%3$s%3$s"],"Post Noindexed":["Wpis Noindex"],"No Focus Keyphrase":["Brak frazy kluczowej"],"Person logo / avatar":["Logo osoby / awatar"],"Extend %s":["Rozbuduj %s"],"Enroll in the %s for WordPress training":["Zapisz się na szkolenia WordPressa z %s"],"Posts with the SEO score: %s":["Wpisy z wynikiem SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["Video poradnik %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Aby wyświetlić błędy indeksowania, %1$s odwiedź Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google zamknął API błędów indeksowania. W związku z tym, błędy indeksowania, które mogły się pojawić, nie mogą być już wyświetlane w tym miejscu. %1$sPrzeczytaj nasz komunikat, aby uzyskać więcej informacji.%2$s."],"Remove this message":["Usuń tę wiadomość"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Zoptymalizuj swoją witrynę dla lokalnych klientów za pomocą wtyczki %s. Zoptymalizowane dane adresowe, godziny otwarcia, lokalizator sklepu i opcje odbioru!"],"Serving local customers?":["Obsługujesz lokalnych klientów?"],"Get the %s plugin now":["Kup teraz wtyczkę %s"],"Organization social profiles":["Profile społecznościowe organizacji"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Możesz edytować szczegóły wyświetlane w metadanych, takie jak profile społecznościowe, nazwę i opis tego użytkownika na stronie: %1$s."],"Personal info":["Dane osobowe"],"Organization logo":["Logo organizacji"],"Organization name":["Nazwa organizacji"],"Choose whether the site represents an organization or a person.":["Wybierz czy strona reprezentuje organizację czy osobę."],"Knowledge Graph & Schema.org":["Knowledge Graph i Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Aby twoja witryna reprezentowała firmę lub organizację przejdź do menu %1$sWyszukiwarki%2$s i ustaw organizację lub osobę na \"organizację\"."],"To change the social accounts used for your site, update the details for %1$s.":["Aby zmienić profile społecznościowe używane w twojej witrynie, zaktualizuj dane: %1$s."],"That means that the form and information below is disabled, and not used.":["Oznacza to, że poniższy formularz i informacje są wyłączone i nie są wykorzystywane."],"Your website is currently configured to represent a Person":["Twoja witryna jest obecnie skonfigurowana tak, aby reprezentować osobę"],"(if one exists)":["(jeżeli istnieje)"],"Wikipedia page about you":["Strona Wikipedii o tobie"],"YouTube profile URL":["URL profilu YouTube"],"Tumblr profile URL":["URL profilu Tumblr"],"SoundCloud profile URL":["URL profilu SoundCloud"],"MySpace profile URL":["URL profilu MySpace"],"Organization or person":["Organizacja lub osoba"],"The person":["Osoba"],"Organization":["Organizacja"],"Does your site represent a person or an organization?":["Czy Twoja witryna reprezentuje osobę czy organizację?"],"The name of the organization":["Nazwa organizacji"],"Provide an image of the organization logo":["Dodaj logo organizacji"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Wcześniej ustawiono witrynę tak, aby reprezentowała osobę. Ulepszyliśmy naszą funkcjonalność Schema.org i Knowledge Graph, więc zalecamy do %1$suzupełnienie tych ustawień%2$s."],"Select a user...":["Wybierz użytkownika…"],"Uncategorized":["Bez kategorii"],"Name:":["Nazwa:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Wybrano użytkownika %1$s jako osobę, którą reprezentuje ta witryna. Informacje o profilu użytkownika będą teraz wykorzystywane w wynikach wyszukiwania. %2$sUaktualnij ten profil, aby upewnić się, że informacje są poprawne.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Błąd: Proszę wybrać użytkownika poniżej, aby uzupełnić metadane swojej witryny."],"SEO score: %s":["Wynik SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Jeśli istnieje strona Wikipedii dla ciebie lub twojej organizacji, również ją dodaj."],"Wikipedia URL":["URL Wikipedii"],"Pinterest profile URL":["URL profilu Pinterest"],"Instagram profile URL":["URL profilu Instagram"],"LinkedIn profile URL":["URL profilu LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Badania nad słowami kluczowymi są niezbędne w każdej strategii SEO. Ty decydujesz o tym, dla jakich szukanych terminów chcesz być znaleziony i dowiadujesz się, jakich słów używają twoi odbiorcy, aby cię znaleźć. Świetne badanie słów kluczowych mówi, jakie treści są potrzebne do wysokiego rankingu. Upewnij się, że twoje wysiłki są skierowane na słowa kluczowe, na które rzeczywiście masz szansę pojawiać się wysoko! %1$s poprowadzi cię przez ten proces, krok po kroku."],"SEO for Beginners training":["Kurs SEO dla początkujących"],"%s for WordPress training":["Kurs %s dla WordPressa"],"All-around SEO training":["Kurs SEO"],"The image you selected is too small for Facebook":["Wybrany obrazek jest za mały na Facebooka"],"The given image url cannot be loaded":["Podany adres obrazka nie może zostać wczytany"],"Find out what words your audience uses to find you":["Dowiedz się, jakich słów używają twoi użytkownicy, aby cię znaleźć"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sCzytelność%2$s: Treść została oceniona na %3$s w teście, co oznacza, że tekst jest %4$s do przeczytania. %5$s"],"No JSON object was returned.":["Został zwrócony obiekt innego typu niż JSON."],"Received internal links":["Przychodzące wewnętrzne odnośniki"],"Outgoing internal links":["Wychodzące wewnętrzne odnośniki"],"New step added":["Nowy krok został dodany"],"New question added":["Nowe pytanie zostało dodane"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Aby móc utworzyć przekierowanie i naprawić ten problem, potrzebujesz %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Możesz kupić tę wtyczkę, wraz z rocznym wsparciem i aktualizacjami na %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Licznik linków w tekście daje pojęcie ile linków znajduje się w twoim tekście i ile linków wskazuje na twój tekst. To jest bardzo pomocne gdy poprawiasz swoje %1$slinki wewnętrzne%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Ta funkcja %1$s wymaga co najmniej PHP w wersji %2$s. Na twoim serwerze znaleźliśmy wersję %3$s."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Rozważ skutki i %1$sprzeczytaj ten wpis%2$s, jeżeli chcesz dowiedzieć się więcej o wpływie wyświetlania mediów w wynikach wyszukiwania."],"Keyphrase":["Fraza kluczowa"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Aby ta funkcja działała, %1$s musi utworzyć tabelę w twojej bazie danych. Nie byliśmy w stanie jej utworzyć automatycznie."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Włączając tę opcję, sprawisz, że adresy URL do załączników staną się widoczne zarówno dla użytkowników jak i Google. By zadziałało to na korzyść strony, powinny one zawierać pożyteczne informacje, inaczej może mieć to negatywny wpływ na twój ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Funkcja %3$slicznik linków w tekście%4$s (dodana w %1$s %2$s) jest wyłączona."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Przeczytaj %1$sartykuł z bazy wiedzy%2$s, aby dowiedzieć się, jak rozwiązać ten problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["By mieć pewność, że wszystkie linki w twoich tekstach zostały policzone musimy przeanalizować wszystkie teksty."],"All you have to do is press the following button and we'll go through all your texts for you.":["Wszystko, co musisz zrobić, to kliknięcie przycisku, a my sprawdzimy wszystkie twoje teksty."],"Count links":["Policz linki"],"Free":["Za darmo"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAtrybuty alt obrazków%5$s: Z %2$d obrazów na tej stronie, %1$d ma atrybuty alt ze słowami z fraz kluczowych lub synonimami. To trochę za dużo. %4$sUżywaj frazy kluczowej lub synonimów tylko wtedy, kiedy naprawdę pasują do obrazu%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtrybuty alt obrazków%2$s: Dobra robota!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtrybuty alt obrazków%5$s: Z %2$d obrazków na tej stronie, tylko %1$d ma atrybut alt pokrywający się z tematem wpisu. %4$sDodaj frazę kluczową lub jej synonimy do tagu alt obrazków%5$s!","%3$sAtrybuty alt obrazków%5$s: Z %2$d obrazków na tej stronie, tylko %1$d mają atrybuty alt pokrywający się z tematem wpisu. %4$sDodaj frazę kluczową lub jej synonimy do tagu alt obrazków%5$s!","%3$sAtrybuty alt obrazków%5$s: Z %2$d obrazków na tej stronie, tylko %1$d ma atrybuty alt pokrywający się z tematem wpisu. %4$sDodaj frazę kluczową lub jej synonimy do tagu alt obrazków%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtrybuty alt obrazków%3$s: Obrazki na tej stronie nie mają atrybutów alt pokrywających się z tematem wpisu. %2$sDodaj frazę kluczową lub jej synonimy do atrybutów alt obrazków%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAtrybuty alt obrazków%3$s: Obrazki na tej stronie mają atrybuty alt, ale nie została ustawiona fraza kluczowa. %2$sNapraw to%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sSłowo kluczowe w nagłówku%2$s: %3$s z twoich nagłówków wyższego rzędu pokrywa się z tematem wpisu. Dobra robota!","%1$sSłowo kluczowe w nagłówku%2$s: %3$s z twoich nagłówków wyższego rzędu pokrywa się z tematem wpisu. Dobra robota!","%1$sSłowo kluczowe w nagłówku%2$s: %3$s z twoich nagłówków wyższego rzędu pokrywa się z tematem wpisu. Dobra robota!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sSłowo kluczowe w nagłówku%2$s: Nagłówków wyższego rzędu pokrywa się z tematem wpisu. Dobra robota!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sSłowo kluczowe w nagłówku%3$s:%2$sUżywaj częściej słów kluczowych lub ich synonimów z nagłówkach wyższego rzędu%3$s!"],"Page %s":["Strona %s"],"Cannot get the size of %1$s because of unknown reasons.":["Nie można uzyskać rozmiaru %1$s z nieznanego powodu."],"Cannot get the size of %1$s because it is hosted externally.":["Nie można uzyskać rozmiaru %1$s, ponieważ znajduje się na zewnętrznym serwerze."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Po prostu przełącz na \"włączony\" i będziesz mógł skorzystać z dostosowanej analizy. Jednocześnie dodamy cię do naszej specjalnej listy wysyłkowej. Będziemy wysyłać ci tylko wiadomości o twoich działaniach związanych z tym dostosowywaniem."],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["%1$sDostosowaliśmy naszą analizę%2$s. Dzięki nowej analizie, będziemy jeszcze bliżej tego, jak Google widzi twoją witrynę. To byłoby %3$swspaniałe%4$s, jeśli chcesz %3$sprzetestować tę funkcję beta%4$s dla nas!"],"Get an even better analysis":["Zdobądź jeszcze lepszą analitykę "],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTytuł%3$s: Nagłówek H1 powinien być użyty tylko jako tytuł tekstu. Znajdź wszystkie nagłówki H1 w tekście i %2$s zamień je na nagłówki niższego poziomu%3$s!"],"Improve sharing on Facebook and Pinterest":["Ulepsz udostępnianie na Facebook i Pinterest"],"You do not have the required rights to export settings.":["Nie masz wystarczających uprawnień do eksportu ustawień."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Skopiuj wszystkie ustawienia do zakładki %1$s w nowej witrynie i kliknij tam \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["To są ustawienia dla wtyczki %1$s z %2$s"],"No settings found.":["Nie znaleziono ustawień."],"Export your %1$s settings here, to copy them on another site.":["Wyeksportuj tutaj swoje ustawienia %1$s, aby skopiować je do innej witryny."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import ustawień jest wspierany jedynie na serwerach używających wersji PHP 5.3 i wyższych."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Zaimportuj ustawienia wklejając tutaj ustawienia z innej witryny i kliknij \"%s\"."],"Paste your settings from another %s installation.":["Wklej swoje ustawienia z innej instalacji %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe nie zostało znalezione. To mniej niż zalecane minimum %3$d razy dla tekstu o tej długości. %4$sSkup się na słowie kluczowym%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d raz. To mniej niż zalecane minimum %3$d razy dla tekstu o tej długości. %4$sSkup się na słowie kluczowym%2$s!","%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d razy. To mniej niż zalecane minimum %3$d razy dla tekstu o tej długości. %4$sSkup się na słowie kluczowym%2$s!","%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d razy. To mniej niż zalecane minimum %3$d razy dla tekstu o tej długości. %4$sSkup się na słowie kluczowym%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %3$d raz. Świetnie!","%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %3$d razy. Świetnie!","%1$sGęstość frazy kluczowej%2$s: Fraza kluczowa została znaleziona %3$d razy. Świetnie!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d raz. To więcej niż zalecane maksymalne %3$d razy dla tekstu o tej długości. %4$sNie optymalizuj zbyt agresywnie%2$s!","%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d raz. To o wiele więcej niż zalecane maksymalne %3$d razy dla tekstu o tej długości. %4$sNie optymalizuj zbyt agresywnie%2$s!","%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d raz. To o wiele więcej niż zalecane maksymalne %3$d razy dla tekstu o tej długości. %4$sNie optymalizuj zbyt agresywnie%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d raz. To o wiele więcej niż zalecane maksymalne %3$d razy dla tekstu o tej długości. %4$sNie optymalizuj zbyt agresywnie%2$s!","%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d razy. To o wiele więcej niż zalecane maksymalne %3$d razy dla tekstu o tej długości. %4$sNie optymalizuj zbyt agresywnie%2$s!","%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d razy. To o wiele więcej niż zalecane maksymalne %3$d razy dla tekstu o tej długości. %4$sNie optymalizuj zbyt agresywnie%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indeksowalna dla obiektu %1$s o typie %2$s została usunięta"],"Indexable saved for object %1$s with type %2$s":["Indeksowalna dla obiektu %1$s o typie %2$s została zapisana"],"Indexable created for object %1$s with type %2$s":["Indeksowalna dla obiektu %1$s o typie %2$s została utworzona"],"Indexable meta deleted.":["Indeksowalny znacznik meta został usunięty."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Indeksowalne meta zapisane dla indeksowalnego id %1$s wraz z kluczem meta %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Indeksowalne meta dla indeksowalnego id %1$s wraz z kluczem meta %2$s zostało utworzone"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Nie znaleziono meta dla indeksowalnego id %1$s i klucza meta %2$s."],"There is no indexable found for author id %1$s.":["Nie znaleziono indeksowalnej dla autora o id %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Nie znaleziono podstawowej wartości dla wpisu o id %1$s i taksonomii %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Nie znaleziono indeksowalnej dla wartości o id %1$s i taksonomii %2$s."],"There is no indexable found for post id %1$s.":["Nie znaleziono indeksowalnego dla wpisu o id %1$s."],"Method %1$s() does not exist in class %2$s":["Metoda %1$s() nie występuje w klasie %2$s"],"With %s, you can easily create such redirects.":["Możesz łatwo stworzyć takie przekierowania z %s."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Zmiana ustawień bezpośrednich odnośników może poważnie wpłynąć na widoczność w wyszukiwarce. To prawie %1$s nigdy %2$s nie powinno być zrobione w witrynie produkcyjnej."],"WARNING:":["OSTRZEŻENIE:"],"Learn about why permalinks are important for SEO.":["Dowiedz się więcej, dlaczego odnośniki bezpośrednie są tak ważne w SEO."],"Google Ads":["Reklamy Google"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunktory w frazie kluczowej%3$s: Fraza kluczowa \"%4$s\" zawiera jedynie funktory. %2$sDowiedz się więcej o tworzeniu dobrych fraz kluczowych.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Czy wiesz, że %s analizuje również formy słów twojej frazy kluczowej, takie jak liczba mnoga i czas przeszły?"],"Clear Image":["Usuń obrazek"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sDługość frazy kluczowej%3$s: %2$sWpisz frazę kluczową, aby obliczyć wynik SEO %3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFraza kluczowa w bezpośrednim odnośniku%2$s: Więcej niż połowa frazy kluczowej pojawiła się w bezpośrednim odnośniku. Świetnie!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFraza kluczowa w bezpośrednim odnośniku%3$s: (Część lub cała) fraza kluczowa nie pojawia się w bezpośrednim odnośniku. %2$sZmień to%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFraza kluczowa w bezpośrednim odnośniku%2$s: Dobra robota!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFraza kluczowa w tytule%3$s: Nie wszystkie słowa z frazy kluczowej \"%4$s\" pojawiły się w tytule. %2$sPostaraj się użyć wszystkich słów z frazy kluczowej w tytule%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFraza kluczowa w tytule%3$s: Brak dokładnego dopasowania. %2$sSpróbuj dopasować tytuł do frazy kluczowej%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFraza kluczowa w tytule%3$s: Fraza kluczowa występuje w tytule, ale nie na początku. %2$sSpróbuj przesunąć ją na początek%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFraza kluczowa w tytule%2$s: Dokładnie dopasowana fraza kluczowa występuje już na początku tytułu. Dobra robota!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sRozkład frazy kluczowej%2$s: Dobra robota!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sRozkład frazy kluczowej%3$s: Nierówny. Niektóre partie tekstu nie zawierają fraz kluczowych lub ich synonimów. %2$sRozłóż je równomiernie%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sRozkład frazy kluczowej%3$s: Bardzo nierówny. Duże części tekstu nie zawierają frazy kluczowej lub jej synonimów. %2$sRozłóż je równomiernie%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sRozkład fraz kluczowych%3$s: %2$sUwzględnij frazę kluczową i jej synonimy w tekście, aby sprawdzić jej rozkład%3$s."],"Help on choosing the perfect focus keyphrase":["Pomoc przy wyborze najlepszej frazy kluczowej"],"Would you like to add a related keyphrase?":["Czy chcesz dodać podobną frazę kluczową?"],"Go %s!":["Idź do %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Nie pokazywanie archiwów dat w wynikach wyszukiwania oznacza, że będą one miały ustawiony meta %1$s. %2$sWięcej informacji na temat ustawień wyników wyszukiwania%3$s."],"Rank better with synonyms & related keyphrases":["Popraw swoją pozycję używając synonimów i podobnych fraz kluczowych"],"optimize a single post for synonyms and related keyphrases.":["optymalizuj pojedynczy wpis dla synonimów i podobnych fraz."],"Synonyms & related keyphrases":["Synonimy i podobne frazy kluczowe"],"Add related keyphrase":["Dodaj podobną frazę kluczową"],"Dismiss %s upgrade notice":["Wyłącz komunikat o możliwości aktualizacji do %s"],"Upgrade to %s":["Aktualizuj do %s"],"%1$s video":["Film %1$s"],"Get %s":["Kup %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sUżyta fraza kluczowa%6$s: Słowo kluczowe zostało już użyte %1$s%2$d wcześniej%3$s. %5$sProszę nie używać słowa kluczowego więcej niż raz%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sUżyta fraza kluczowa%5$s: Słowo kluczowe zostało już użyte %1$swcześniej%2$s. %4$sProszę nie używać słowa kluczowego więcej niż raz%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sUżyta fraza kluczowa%2$s: Słowo kluczowe nie zostało jeszcze użyte, bardzo dobrze."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$s\"Słowa stop\" w bezpośrednim odnośniku%3$s: Bezpośredni odnośnik do tej strony zawiera \"słowo stop\". %2$sUsuń je%3$s!","%1$s\"Słowa stop\" w bezpośrednim odnośniku%3$s: Bezpośredni odnośnik do tej strony zawiera \"słowa stop\". %2$sUsuń je%3$s!","%1$s\"Słowa stop\" w bezpośrednim odnośniku%3$s: Bezpośredni odnośnik do tej strony zawiera \"słowa stop\". %2$sUsuń je%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sBezpośredni odnośnik jest za długi%3$s: bezpośredni odnośnik dla tej strony jest trochę za długi. %2$sSkróć go%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtrybuty alt obrazków%3$s: Brak obrazków na tej stronie. %2$sDodaj jakieś%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLinkowana fraza kluczowa%3$s: Linkujesz do innej strony na słowa kluczowe, które chcesz, aby obecna strona była wysoko. %2$sNie rób tego%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["To dużo mniej, niż zalecane minimum %5$d słowo. %3$sDopisz więcej treści%4$s.","To dużo mniej, niż zalecane minimum %5$d słowa. %3$sDopisz więcej treści%4$s.","To dużo mniej, niż zalecane minimum %5$d słów. %3$sDopisz więcej treści%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["To mniej, niż zalecane minimum %5$d słowo. %3$sDopisz więcej treści%4$s.","To mniej, niż zalecane minimum %5$d słowa. %3$sDopisz więcej treści%4$s.","To mniej, niż zalecane minimum %5$d słów. %3$sDopisz więcej treści%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sDługość tekstu%4$s: Tekst zawiera %1$d słowo.","%2$sDługość tekstu%4$s: Tekst zawiera %1$d słowa.","%2$sDługość tekstu%4$s: Tekst zawiera %1$d słów."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sDługość tekstu%3$s: Tekst zawiera %1$d słowo. Dobra robota!","%2$sDługość tekstu%3$s: Tekst zawiera %1$d słowa. Dobra robota!","%2$sDługość tekstu%3$s: Tekst zawiera %1$d słów. Dobra robota!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sSłowo kluczowe w nagłówku%3$s: Ponad 75% z twoich nagłówków wyższego rzędu pokrywa się z tematem wpisu. To za dużo. %2$sNie optymalizuj zbyt agresywnie%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sDługość tytułu SEO%3$s: %2$sProszę utworzyć tytuł SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sDługość tytułu SEO%3$s: Tytuł SEO jest za długi. %2$sSpróbuj go skrócić%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sDługość tytułu SEO%2$s:Dobra robota!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sDługość tytułu SEO%3$s: Tytuł SEO jest za krótki. %2$sProszę dodać warianty frazy kluczowej lub utworzyć treść z wezwaniem do działania%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sWychodzące odnośniki%2$s: Na tej stronie występują wychodzące odnośniki z atrybutami \"nofollow\" i zwykłe. Dobra robota!"],"%1$sOutbound links%2$s: Good job!":["%1$sWychodzące odnośniki%2$s: Dobra robota!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sWychodzące odnośniki%3$s: Wszystkie wychodzące odnośniki na tej stronie posiadają atrybut \"nofollow\". %2$sDodaj również zwykłe linki%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sWychodzące odnośniki%3$s: Na tej stronie nie znaleziono wychodzących odnośników. %2$sDodaj jakieś%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sDługość meta opisu%2$s: Dobra robota!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sDługość meta opisu%3$s: Meta opis zawiera ponad %4$d znaków. Aby upewnić się, że cały meta opis będzie widoczny, %2$sskróć go%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sDługość meta opisu%3$s: Meta opis jest za krótki (poniżej %4$d znaków). Dostępne jest jeszcze %5$d znaków. %2$sWykorzystaj je%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sDługość meta opisu%3$s: Nie wpisano opisu meta. Wyszukiwarki użyją części wpisu jako opisu meta. %2$sUzupełnij go%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFraza kluczowa w opisie meta%2$s: Opis meta został wprowadzony, ale nie zawiera frazy kluczowej. %3$sPopraw to%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFraza kluczowa w opisie meta%2$s: Opis meta zawiera frazę kluczową %3$s razy, co stanowi przekroczenie zalecanego maksimum 2 razy. %4$sOgranicz użycie%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFraza kluczowa w opisie meta%2$s: Fraza kluczowa lub jej synonimy pojawiają się w opisie meta. Dobra robota!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sDługość frazy kluczowej%5$s: Fraza kluczowa zawiera %1$d słów. To jest zdecydowanie za dużo wobec rekomendowanego maksimum %2$d słów. %4$sSkróć frazę%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sDługość frazy kluczowej%5$s: Fraza kluczowa zawiera %1$d słów. To jest za dużo wobec rekomendowanego maksimum %2$d słów. %4$sSkróć frazę%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sDługość frazy kluczowej%2$s: Dobra robota!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sDługość frazy kluczowej%3$s: Na tej stronie nie ustawiono frazy kluczowej. %2$sWpisz frazę kluczową, aby obliczyć wynik SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFraza kluczowa we wstępie%3$s: Twoja fraza kluczowa lub jej synonimy nie pojawiają się w pierwszym paragrafie. %2$sUpewnij się, że temat wpisu jest niezwłocznie opisany%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFraza kluczowa we wstępie%3$s: Twoja fraza kluczowa lub jej synonimy nie pojawiają się w pierwszym paragrafie, ale nie w jednym zdaniu. %2$sPopraw to%3$s."],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFraza kluczowa we wstępie%2$s: Dobra robota!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sWewnętrzne odnośniki%2$s: Na stronie znajdują się zarówno odnośniki zwykłe, jak i \"nofollow\". Dobra robota!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sWewnętrzne odnośniki%2$s: Masz wystarczającą liczbę wewnętrznych odnośników. Dobra robota!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sWewnętrzne odnośniki%3$s: Wszystkie wewnętrzne odnośniki na tej stronie mają ustawiony atrybut nofollow. %2$sDodaj inne wewnętrzne linki%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sWewnętrzne odnośniki%3$s: Na tej stronie nie ma żadnego wewnętrznego odnośnika. %2$sDodaj jakieś%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sSłowa łączące%2$s: Dobra robota!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sSłowa łączące%2$s: Tylko %3$s zdań zawiera słowa łączące, to za mało. %4$sUżywaj ich częściej%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sSłowa łączące%2$s: Żadne zdanie nie zawiera słów łączących. %3$sUżyj ich%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sZa mało treści%2$s: %3$sDodaj więcej treści, aby wykonać analizę%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sRozkład nagłówków%2$s: Nie korzystasz z nagłówków, ale tekst jest wystarczająco krótki i prawdopodobnie ich nie potrzebuje."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sRozkład podtytułów%2$s: Nie korzystasz z nagłówków, choć ten tekst jest raczej długi. %3$sSpróbuj dodać nagłówki%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sRozkład nagłówków%2$s: %3$d sekcja tekstu jest dłuższa niż %4$d słów i nie jest podzielona żadnymi nagłówkami. %5$sDodaj nagłówki, aby poprawić czytelność%2$s.","%1$sPodział nagłówków%2$s: %3$d sekcje tekstu są dłuższe niż %4$d słów i nie są podzielone żadnymi nagłówkami. %5$sDodaj nagłówki, aby poprawić czytelność%2$s.","%1$sPodział nagłówków%2$s: %3$d sekcji tekstu jest dłuższych niż %4$d słów i nie są podzielone żadnymi nagłówkami. %5$sDodaj nagłówki, aby poprawić czytelność%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sRozkład nagłówków%2$s: Dobra robota!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sDługość zdań%2$s: %3$s zdań zawiera więcej niż %4$s słów, czyli więcej niż rekomendowane maksimum %5$s zdań. %6$sSpróbuj skrócić zdania%2$s."],"%1$sSentence length%2$s: Great!":["%1$sDługość zdań%2$s: Dobra robota!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sNastępujące zdania%2$s: Zdania są wystarczająco zróżnicowane. Świetnie!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sNastępujące zdania%2$s: Tekst zawiera %3$d następujące po sobie zdanie zaczynające się tym samym słowem. %5$sSpróbuj wprowadzić trochę różnorodności%2$s!","%1$sNastępujące zdania%2$s: Tekst zawiera %4$d przypadki, w których %3$d następujące po sobie zdania zaczyna się tym samym słowem. %5$s Spróbuj zmienić szyk wyrazów i zdań%2$s!","%1$sNastępujące zdania%2$s: Tekst zawiera %4$d przypadki, w których %3$d następujących po sobie zdań zaczyna się tym samym słowem. %5$s Spróbuj zmienić szyk wyrazów i zdań%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sStrona bierna%2$s: %3$s zdań zawiera stronę bierną, co przekracza zalecaną maksymalną ilość %4$s. %5$sSpróbuj częściej użyć strony czynnej%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sStrona bierna%2$s: Używasz wystarczająco często strony czynnej. Świetnie!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sDługość akapitów%2$s: %3$d akapit zawiera więcej niż zalecane maksimum %4$d słów. %5$sSkróć ten akapit%2$s!","%1$sDługość akapitów%2$s: %3$d akapity zawierają więcej niż zalecane maksimum %4$d słów. %5$sSkróć te akapity%2$s!","%1$sDługość akapitów%2$s: %3$d akapitów zawierają więcej niż zalecane maksimum %4$d słów. %5$sSkróć te akapity%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sDługość akapitów%2$s: Żaden z akapitów nie jest za długi. Dobra robota!"],"Good job!":["Dobra robota!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sCzytelność%2$s: Treść została oceniona na %3$s w teście, co oznacza, że tekst jest %4$s do przeczytania. %5$s%6$s%7$s"],"Focus keyphrase":["Fraza kluczowa"],"%1$s with ID %2$s couldn't be patched":["%1$s z ID %2$s nie może być poprawiony"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Nieprawidłowe żądanie POST. Wartości meta dla obiektu o ID %1$s już istnieją."],"Indexable with ID `%1$s` does not exist":["Indeksowalne z ID `%1$s` nie istnieje"],"No object with ID %1$s and %2$s could be found":["Nie znaleziono obiektu o ID %1$s i typie %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` nie jest prawidłowym podtypem `%2$s`"],"The object type `%1$s` is invalid":["Obiekt typu `%1$s` jest nieprawidłowy"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Przekazano nieprawidłowy typ dla parametru `%1$s. Oczekiwano `%2$s`, a otrzymano `%3$s`"],"The parameter `%1$s` cannot be empty.":["Parametr `%1$s` nie może być pusty."],"Check Keyphrase Density":["Sprawdź gęstość fraz kluczowych"],"Disable":["Wyłącz"],"Allow Control":["Pozwól na kontrolę"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Ta zakładka umożliwia wybiórcze wyłączanie funkcji %s dla wszystkich witryn w sieci. Domyślnie włączone są wszystkie funkcje, które umożliwiają administratorom witryn samodzielne wybieranie, jeśli chcą włączyć lub wyłączyć funkcję dla swojej witryny. Po wyłączeniu funkcji administratorzy witryny nie będą mogli w ogóle korzystać z tej funkcji."],"%s is a required feature toggle argument.":["%s jest wymaganą funkcją przełączającą."],"Keyphrase:":["Fraza kluczowa:"],"Remove keyphrase":["Usuń frazę kluczową"],"This feature has been disabled by the network admin.":["Ta funkcja została wyłączona przez administratora sieci."],"Focus keyphrase not set.":["Fraza kluczowa nie została ustawiona."],"Multiple keyphrases":["Wiele fraz kluczowych"],"Colon":["Dwukropek"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Zarówno %1$s i %2$s zarządzają SEO witryny. Jednoczesne uruchomienie dwóch wtyczek SEO jest szkodliwe."],"There is a new notification.":["Pojawiło się nowe powiadomienie.","Pojawiły się nowe powiadomienia.","Pojawiły się nowe powiadomienia."],"Learn more about the readability analysis":["Dowiedz się więcej o analizie czytelności"],"Describe the duration of the instruction:":["Opisać czas trwania instrukcji:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcjonalnie. Dostosuj sposób, w jaki chcesz opisać czas trwania instrukcji"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Jest to lista powiązanych treści, do których możesz się odnieść w swoim poście. {{{a}}}Zapoznaj się z naszym artykułem na temat struktury witryny{{/a}}, aby dowiedzieć się więcej na temat tego, w jaki sposób wewnętrzne linkowanie może pomóc ulepszyć SEO."],"%s, %s and %s":["%s, %s i %s"],"%s and %s":["%s i %s"],"%d minute":["%d min.","%d min.","%d min."],"%d hour":["%d godz.","%d godz.","%d godz."],"%d day":["%d dzień","%d dni","%d dni"],"Enter a step title":["Wpisz tytuł kroku"],"Optional. This can give you better control over the styling of the steps.":["Opcjonalnie. To może dać ci lepszą kontrolę nad wyglądem kroków."],"CSS class(es) to apply to the steps":["Klasa(y) CSS do zastosowania do kroków"],"minutes":["min."],"hours":["godz."],"days":["dni"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Stwórz przewodnik w sposób przyjazny dla SEO. Możesz użyć tylko jednego bloku dla każdego wpisu."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Wymień najczęściej zadawane pytania w sposób przyjazny dla SEO. Możesz użyć tylko jednego bloku FAQ na wpis."],"Copy error":["Błąd kopiowania"],"An error occurred loading the %s primary taxonomy picker.":["Wystąpił błąd podczas ładowania głównej taksonomii %s."],"%1$s Structured Data Blocks":["Bloki danych strukturalnych %1$s"],"Time needed:":["Potrzebny czas:"],"Move question down":["Przesuń pytanie w dół"],"Move question up":["Przesuń pytanie w górę"],"Insert question":["Wstaw pytanie"],"Delete question":["Usuń pytanie"],"Enter the answer to the question":["Wpisz odpowiedź na pytanie"],"Enter a question":["Wpisz pytanie"],"Add question":["Dodaj pytanie"],"Frequently Asked Questions":["Najczęściej zadawane pytania"],"Great news: you can, with %s!":["Wspaniała wiadomość: możesz, z %s!"],"Select the primary %s":["Wybierz główną %s"],"Check links to this URL":["Sprawdź linki do tego adresu URL"],"Keyword research training":["Szkolenie z szukania słów kluczowych"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Sprawdź %1$szablon archiwum%2$s dla następującego typu treści: %3$s."," Sprawdź %1$szablon archiwum%2$s dla następujących typów treści: %3$s."," Sprawdź %1$szablon archiwum%2$s dla następujących typów treści: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Chcesz użyć wielu słów kluczowych? Wpisz je oddzielnie poniżej."],"Mark as cornerstone content":["Zaznacz jako kluczową treść"],"Move step down":["Przesuń krok w dół"],"Move step up":["Przesuń krok w górę"],"Insert step":["Wstaw krok"],"Delete step":["Usuń krok"],"Add image":["Dodaj obrazek"],"Enter a step description":["Wpisz opis kroku"],"Enter a description":["Wpisz opis"],"Unordered list":["Lista nieuporządkowana"],"Showing step items as an ordered list.":["Pokazuj kroki jako uporządkowaną listę."],"Showing step items as an unordered list":["Pokazuj kroki jako nieuporządkowaną listę."],"Add step":["Dodaj krok"],"Delete total time":["Usuń całkowity czas"],"Add total time":["Dodaj całkowity czas"],"How to":["Instrukcja obsługi"],"How-to":["Instrukcja obsługi"],"Snippet Preview":["Podgląd w wyszukiwarce"],"Analysis results":["Wyniki analizy"],"Enter a focus keyphrase to calculate the SEO score":["Wpisz słowo kluczowe, aby obliczyć swój wynik SEO"],"Learn more about Cornerstone Content.":["Dowiedz się więcej o kluczowych treściach."],"Cornerstone content should be the most important and extensive articles on your site.":["Kluczowa treść to artykuły na twojej stronie, które są najlepsze i najcenniejsze."],"Restore Site":["Przywróć witrynę"],"Network Settings":["Ustawienia sieci"],"You are not allowed to perform this action.":["Nie posiadasz uprawnień do wykonania tej czynności."],"Error: %s":["Błąd: %s"],"Success: %s":["Sukces: %s"],"Site with ID %d not found.":["Witryna o ID %d nie została znaleziona."],"No site has been selected to restore.":["Nie zaznaczyłeś żadnej witryny do przywrócenia."],"You are not allowed to modify unregistered network settings.":["Nie posiadasz uprawnień do modyfikowania niezarejestrowanych ustawień sieci."],"deleted":["usunięta"],"Would you like to add another keyphrase?":["Chcesz dodać kolejne słowo kluczowe?"],"image preview":["podgląd obrazka"],"Copied!":["Skopiowano!"],"Not supported!":["Brak wsparcia!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Przeczytaj {{a}}nasz artykuł o strukturze witryny{{/a}}, aby dowiedzieć się więcej jak wewnętrzne linki mogą poprawić twoje SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Gdy tylko dodasz trochę więcej tekstu, wyświetlimy listę podobnych artykułów, do których możesz dodać link."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Rozważ dodanie linków do tych {{a}}kluczowych artykułów:{{/a}}"],"Consider linking to these articles:":["Rozważ dodanie linków do tych artykułów:"],"Copy link":["Skopiuj link"],"Copy link to suggested article: %s":["Skopiuj link do sugerowanego artykułu: %s"],"The site's tagline":["Opis strony"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Aktualnie pracujemy nad poprawą funkcjonalności ustawień wyglądu w wyszukiwarce. Niestety, odkryliśmy, że w niektórych skrajnych przypadkach, zapisanie ustawień dla wpisów typu archiwum może zakończyć się błędem."],"Not all required fields are given. Missing field %1$s":["Nie wszystkie pola zostały uzupełnione. Brakuje pola %1$s"],"Optimize your site for Google News.":["Zoptymalizuj swoją stronę pod Google News."],"Optimize your shop's SEO and sell more products!":["Zoptymalizuj SEO swojego sklepu i sprzedawaj więcej produktów!"],"Be found in Google Video search and enhance your video sharing on social media.":["Daj się znaleźć w wynikach wyszukiwania Google Video, a także polepsz pozycję swojego wideo w mediach społecznościowych."],"Be found in Google Maps and local results.":["Daj się znaleźć w Google Maps i lokalnych wynikach."],"Learn practical SEO skills to rank higher in Google.":["Naucz się praktycznych umiejętności SEO, aby być wyżej w wynikach wyszukiwania Google."],"Don’t waste time figuring out the best settings yourself.":["Nie marnuj czasu na poszukiwania najlepszych ustawień."],"Get quick wins to make your site rank higher in search engines.":["Błyskawiczny sposób, aby twoja strona znalazła się wyżej w wynikach wyszukiwania."],"Add synonyms":["Dodaj synonimy"],"Would you like to add keyphrase synonyms?":["Czy chcesz dodać synonimy słowa kluczowego?"],"Would you like to add more than one keyphrase?":["Czy chcesz dodać więcej niż jedno słowo kluczowe?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Możesz edytować dane meta SEO dla tego typu wpisu na %1$sstronie sklepu%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Nie masz ustawionej strony sklepu w WooCommerce. Zrób to najpierw."],"Current year":["Bieżący rok"],"Page":["Strona"],"Breadcrumb settings for %s archive":["Ustawienia okruszków dla archiwum: %s"],"Tagline":["Opis strony"],"Modify your meta description by editing it right here":["Zmień opis meta edytując go tutaj"],"description (custom taxonomy)":["opis (własna taksonomia)"],"(custom taxonomy)":["(własna taksonomia)"],"(custom field)":["(własne pole)"],"Term404":["Taksonomia404"],"Caption":["Podpis"],"Pagenumber":["Numerstrony"],"Pagetotal":["Liczbastron"],"Page number":["Numer strony"],"User description":["Opis użytkownika"],"ID":["ID"],"Modified":["Zmodyfikowano"],"Post type (plural)":["Typ wpisu (liczba mnoga)"],"Post type (singular)":["Typ wpisu (liczba pojedyncza)"],"Separator":["Separator"],"Search phrase":["Wyszukiwana fraza"],"Term title":["Tytuł taksonomii"],"Term description":["Opis taksonomii"],"Tag description":["Opis tagu"],"Category description":["Opis kategorii"],"Primary category":["Główna kategoria"],"Category":["Kategoria"],"Tag":["Tag"],"Excerpt only":["Tylko wypis"],"Excerpt":["Wypis"],"Site title":["Tytuł strony"],"Archive title":["Tytuł archiwum"],"Parent title":["Tytuł rodzica"],"Date":["Data"],"Label":["Etykieta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Należy utworzyć przekierowanie w celu zapewnienia, że użytkownicy nie natrafią na błąd 404 po kliknięciu w niedziałający adres URL."],"Search engines and other websites can still send traffic to your deleted post.":["Wyszukiwarki i inne strony mogą nadal przekierowywać ruch do usuniętych wpisów."],"Make sure you don't miss out on traffic!":["Upewnij się, że nie stracisz tego ruchu!"],"You just deleted a %1$s.":["Właśnie usunięto %1$s."],"You just trashed a %1$s.":["Właśnie przeniesiono do kosza %1$s."],"Settings for %s archive":["Ustawienia dla archiwum: %s"],"Settings for single %s URLs":["Ustawienia dla pojedynczych adresów URL: %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Ustawienia na tej stronie umożliwiają określenie domyślnego wyglądu typów treści w wynikach wyszukiwania. Możesz wybrać, które typy treści będą się pojawiać w wynikach wyszukiwania i jakie będą miały domyślne opisy."],"Note that not all variables can be used in every field.":["Uwaga, nie wszystkie zmienne mogą być używane w każdym polu."],"Snippet variables":["Zmienne podglądu"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s szanuje twoją prywatność. Przeczytaj naszą %2$spolitykę prywatności %3$s, w jaki sposób wykorzystujemy twoje dane osobowe."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Jeśli wiesz, co to oznacza i nie chcesz już widzieć tej wiadomości, możesz %1$sją ukryć%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Ustawienia witryny umożliwiają wyświetlanie adresów URL załączników w twojej witrynie. Przeczytaj %1$sten wpis o potencjalnym problemie%2$s z adresami URL załączników i sprawdź, czy masz poprawne ustawienie dla witryny."],"Unknown type %1$s":["Nieznany typ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Zawiera darmowe konto MyYoast, które daje dostęp do naszego darmowego kursu SEO dla Początkujących!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Zapisz się do naszego newslettera, jeśli chcesz być na bieżąco z %1$s, innymi wtyczkami %2$s i interesującymi wiadomościami i poradami ze świata SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Zdobądź swój kod weryfikacyjny Baidu w %1$snarzędziach webmastera Baidu%2$s. "],"Baidu verification code":["Kod weryfikacyjny Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Importer %s wykorzystuje tymczasowe tabele w bazie danych. Wygląda na to, że twoja instalacja WordPressa nie jest w stanie ich stworzyć, skontaktuj się ze swoim dostawcą hostingu."],"Cleanup of %s data failed.":["Czyszczenie danych %s nie powiodło się."],"Content Type":["Typ treści"],"Filter by content type":["Filtrowanie według typu treści"],"Show All Content Types":["Pokaż wszystkie typy treści"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["W celu naprawy błędu, odznacz pole \"Podziel komentarze na strony...\" w %1$sustawieniach komentarzy%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Zastępowany normalnym tytułem dla archiwum wygenerowanego przez WordPressa"],"Clean":["Usuń"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Po upewnieniu się, że wszystko się zgadza, możesz usunąć zbędne dane. Ta opcja usunie stare dane."],"Step 5: Clean up":["Krok 5: Usuń zbędne dane"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Uruchom kreatora konfiguracji z panel SEO → Ogólne → Kokpit, aby upewnić się, że wszystkie ustawienia witryny są prawidłowe."],"Step 4: Run the configuration wizard":["Krok 4: Uruchom kreatora konfiguracji"],"Please check your posts and pages and see if the metadata was successfully imported.":["Sprawdź, czy metadane wpisów i stron zostały prawidłowo zaimportowane."],"Step 3: Check your data":["Krok 3: Sprawdź dane"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Metadane, jak tytuły i opisy zostaną zaimportowane i zapisane metadanych %1$s. Pod warunkiem, że metadane %1$s będą puste. Istniejące dane nie zostaną nadpisane."],"Step 2: Import":["Krok 2: Zaimportuj"],"Please make a backup of your database before starting this process.":["Wykonaj kopię zapasową bazy danych przed rozpoczęciem procesu."],"Step 1: Create a backup":["Krok 1: Stwórz kopię zapasową"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Wykryliśmy w twojej witrynie dane z innych wtyczek SEO. Wykonaj poniższe kroki, aby zaimportować te dane:"],"Plugin: ":["Wtyczka:"],"%s did not detect any plugin data from plugins it can import from.":["%s nie wykryło żadnych danych z wtyczek, które może zaimportować."],"Posts that should not show up in search results":["Wpisy, które nie powinny pojawić się w wynikach wyszukiwania"],"%s data found.":["Dane z wtyczki %s zostały znalezione. "],"%s data successfully removed.":["Dane z wtyczki %s zostały usunięte."],"%s data successfully imported.":["Dane z wtyczki %s zostały zaimportowane."],"%s data not found.":["Dane z wtyczki %s nie zostały znalezione."],"Improve your SEO skills":["Popraw swoje umiejętności SEO"],"24/7 email support":["Pomoc e-mail 24/7"],"No more dead links a.k.a. 404 pages":["Nigdy więcej martwych odnośników, czyli stron 404"],"Get real-time suggestions for internal links":["Podpowiedzi do wewnętrznych linków w czasie rzeczywistym"],"Preview your page in Facebook and Twitter":["Podgląd twojej strony na Facebooku i Twitterze"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Kliknij przycisk \"%3$s\", aby użyć meta opis, który wcześniej ustawiłeś w ustawieniach %1$sWyszukiwarki - Strona główna%2$s."],"Help on copying the home meta description":["Pomoc do kopiowania meta opisu strony głównej"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Poinformuj wyszukiwarki, które profile społecznościowe są połączone z witryną. Dane swoich profili można wpisać poniżej."],"Learn more about your social profiles settings":["Dowiedz się więcej o ustawieniach swoich profili społecznościowych"],"Remove the categories prefix":["Usuń prefiks kategorii"],"Help on the category prefix setting":["Pomoc do ustawień prefiksu kategorii"],"Learn more about the available variables":["Dowiedz się więcej o dostępnych zmiennych"],"Learn more about the RSS feed setting":["Dowiedz się więcej o ustawieniach RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Gdy przesyłasz media na stronę (na przykład obrazek lub film), WordPress nie tylko je zapisuje, ale tworzy też podstronę dla każdego załącznika. Na takiej podstronie znajduje się tylko tytuł i link do załącznika. Większość osób nie potrzebuje takich podstron, więc najlepiej je wyłączyć i przekierować adres do pliku załącznika."],"Learn more about the Media and attachment URLs setting":["Dowiedz się więcej o ustawieniach adresów URL mediów i załączników"],"Learn more about the title separator setting":["Dowiedz się więcej o ustawieniach separatora tytułu"],"Learn more about the knowledge graph setting":["Dowiedz się więcej o ustawieniach Knowledge Graph"],"Learn more about the homepage setting":["Dowiedz się więcej o ustawieniach strony głównej"],"Learn more about the special pages setting":["Dowiedz się więcej o ustawieniach stron specjalnych"],"Help on the date archives search results setting":["Pomoc do ustawień wyglądu w wynikach wyszukiwania archiwów dat"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Brak archiwum autorów bez wpisów w wynikach wyszukiwania oznacza dodanie znacznika %1$s i wykluczenie z mapy strony. %2$sWięcej informacji o ustawieniach wyników wyszukiwania%3$s. "],"Help on the authors without posts archive search results setting":["Pomoc do ustawień wyglądu w wynikach wyszukiwania archiwów autorów, którzy nie dodali jeszcze wpisów"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Brak archiwów autorów w wynikach wyszukiwania oznacza dodanie znacznika %1$s i wykluczenie z mapy strony. %2$sWięcej informacji o ustawieniach wyników wyszukiwania%3$s."],"Help on the author archives search results setting":["Pomoc do ustawień wyglądu w wynikach wyszukiwania archiwów autorów"],"Archives settings help":["Pomoc ustawień archiwum"],"Learn more about the archives setting":["Dowiedz się więcej o ustawieniach archiwów"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Zdobądź swój kod weryfikacyjny Yandex w %1$snarzędziach webmastera Yandex%2$s."],"Yandex verification code":["Kod weryfikacyjny Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Zdobądź swój kod weryfikacyjny Google w %1$sGoogle Search Console%2$s."],"Google verification code":["Kod weryfikacyjny Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Zdobądź swój kod weryfikacyjny Bing w %1$snarzędziach webmastera Bing%2$s."],"Bing verification code":["Kod weryfikacyjny Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Poniżej możesz zweryfikować różne narzędzia dla webmasterów. Ta opcja doda znacznik meta z kodami weryfikacyjnymi do strony głównej. Kliknij w linki poniżej i przeczytaj instrukcje, jak zdobyć kody weryfikacyjne do różnych narzędzi dla webmasterów. Jeżeli twoja witryna została zweryfikowana, nie musisz tego robić ponownie."],"Learn more about the Webmaster Tools verification":["Dowiedz się więcej o weryfikacji narzędzi dla webmasterów"],"On":["Włącz"],"Help on: %s":["Pomoc do: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s posiada wiele funkcji. Możesz włączyć lub wyłączyć je poniżej. Kliknij w znak zapytania, aby dowiedzieć się więcej o danej funkcji."],"Off":["Wyłącz"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Sekcja zaawansowanych ustawień %1$s pozwala użytkownikom usuwać wpisy z wyników wyszukiwania lub zmienić link kanoniczny. To są opcje dla zaawansowanych użytkowników, dlatego domyślnie tylko redaktorzy i administratorzy mogą je zmieniać. Zmiana opcji na \"%2$s\" pozwala wszystkim użytkownikom na zmianę tych ustawień."],"Security: no advanced settings for authors":["Bezpieczeństwo: brak zaawansowanych ustawień dla autorów"],"See who contributed to %1$s.":["Sprawdź, kto wspiera %1$s."],"Help on this search results setting":["Pomoc do ustawień wyników wyszukiwania"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Brak archiwów dla %1$s w wynikach wyszukiwania oznacza dodanie znacznika %2$s i wykluczenie z mapy strony. %3$sWięcej informacji o ustawieniach wyników wyszukiwania%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Brak %1$s w wynikach wyszukiwania oznacza dodanie znacznika %2$s i wykluczenie z mapy strony. %3$sWięcej informacji o ustawieniach wyników wyszukiwania%4$s."],"Check SEO configuration":["Sprawdź konfigurację SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Chcesz się upewnić, że ustawienia %1$s są w porządku? %2$sOtwórz kreatora konfiguracji%3$s, aby je zweryfikować."],"Default for %2$s, currently: %1$s":["Domyślnie dla %2$s, aktualnie: %1$s"],"Show %s in search results?":["Wyświetlać %s w wynikach wyszukiwania?"],"this author's archives":["archiwum autora"],"Do not allow search engines to show %s in search results.":["Nie pozwalaj wyszukiwarkom wyświetlania %s w wynikach wyszukiwań."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Adresy URL kategorii zawierają prefiks. Zazwyczaj jest to %s. Ta opcja usuwa ten prefiks (tylko dla kategorii)."],"Category URLs":["Adresy URL kategorii"],"the archive for %s":["archiwa dla typu %s"],"Redirect attachment URLs to the attachment itself?":["Przekierować adres URL załącznika do pliku załącznika?"],"We recommend you set this to Yes.":["Zalecamy ustawienie tej opcji na Tak."],"Media & attachment URLs":["Adresy URL obrazków i załączników"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["To widzą użytkownicy w wynikach wyszukiwania, gdy szukają twojej strony."],"date archives":["archiwa dat"],"archives for authors without posts":["archiwa dla autorów bez wpisów"],"Read why XML Sitemaps are important for your site.":["Przeczytaj, dlaczego mapy strony XML są ważne dla twojej witryny."],"Enable the XML sitemaps that %s generates.":["Włącz mapę strony, którą generuje %s."],"See the XML sitemap.":["Zobacz mapę strony XML."],"%2$s (current default for %1$s)":["%2$s (aktualnie domyślnie dla: %1$s)"],"Media":["Media"],"Content Types":["Rodzaje treści"],"Should search engines follow links on this %1$s?":["Czy wyszukiwarka powinna podążać za linkami do %1$s?"],"Allow search engines to show this %s in search results?":["%s: pozwolić wyszukiwarkom na pokazywanie w wynikach wyszukiwania?"],"Search Appearance":["Wyszukiwarki"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Wybierz, które typy treści mają się pojawiać w wyszukiwarkach. Jeżeli nie wiesz co wybrać, najlepiej zostaw domyślne ustawienia."],"Search engines should show \"%1$s\" in search results:":["Wyszukiwarki powinny pokazać \"%1$s\" w wynikach wyszukiwania:"],"Search engine visibility":["Widoczność w wyszukiwarce"],"Toggle %1$s's XML Sitemap":["Przełącz mapę XML strony %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Wszystkie wiadomości do naszego supportu są zabezpieczone 256 bitowym SSL, więc komunikacja jest w 100% bezpieczna."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Kluczowe treści pozwalają wskazać i filtrować najważniejsze artykuły w twojej witrynie."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Jeżeli masz problem, na który nie znalazłeś odpowiedzi w naszych filmach oraz w bazie wiedzy, wyślij wiadomość do naszego supportu. Jesteśmy dostępni 24/7."],"Good results":["Dobre wyniki"],"Get better search results in local search":["Popraw swoją pozycję w lokalnych wynikach wyszukiwania"],"Allow customers to pick up their %s order locally":["Daj klientom możliwość osobistego odbioru zamówienia %s"],"SEO analysis":["Analiza SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["Analiza SEO podpowiada, jak poprawić SEO twojego tekstu."],"Learn how the SEO analysis can help you rank.":["Dowiedz się, jak analiza SEO może pomóc zwiększyć twój ranking."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Analiza czytelności podpowiada, jak ulepszyć strukturę i styl twojego tekstu."],"Discover why readability is important for SEO.":["Sprawdź, dlaczego czytelność jest ważna w SEO."],"Find out how cornerstone content can help you improve your site structure.":["Sprawdź, jak kluczowe treści mogę pomóc w poprawie struktury twojej witryny."],"The text link counter helps you improve your site structure.":["Licznik linków w tekście pomaga ulepszyć strukturę twojej witryny."],"Find out how the text link counter can enhance your SEO.":["Sprawdź, jak licznik linków w tekście może poprawić twoje SEO."],"%s integration":["Integracja z %s"],"Read more about how %s works.":["Przeczytaj więcej na temat działania %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Włącz tą funkcję, jeżeli chcesz, aby Facebook i inne serwisy społecznościowe wyświetlały podgląd zawierający obrazki i fragment tekstu, gdy link do twojej strony zostanie udostępniony."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Włącz tą funkcję, jeżeli chcesz, aby Twitter wyświetlał podgląd zawierający zdjęcia i fragment tekstu, gdy link do twojej strony zostanie udostępniony."],"Find out why you should upgrade to %s":["Sprawdź, dlaczego warto przejść na %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Najnowsze wpisy na %1$s"],"Need help?":["Potrzebujesz pomocy?"],"Remove highlight from the text":["Usuń podświetlenia z tekstu"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Zacznij szybko z użyciem %2$skreatora konfiguracji%3$s %1$s!"],"First-time SEO configuration":["Pierwsza konfiguracja SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Język twojej witryny jest ustawiony jako {language}. Jeśli nie jest on poprawny, skontaktuj się z administratorem witryny."],"Your site language is set to {language}.":["Język twojej witryny to {language}."],"Highlight this result in the text":["Podświetlaj ten wynik w tekście"],"Considerations":["Warte rozważenia"],"Errors":["Błędy"],"Change language":["Zmień język"],"You cannot create a %s file.":["Nie możesz utworzyć pliku %s."],"You cannot edit the %s file.":["Nie możesz edytować pliku %s."],"Updated %s":["Zaktualizowano plik %s"],"Create %s file":["Utwórz plik %s"],"Edit the content of your %s:":["Edytuj zawartość pliku %s:"],"Save changes to %s":["Zapisz zmiany w pliku %s"],"%s file":["plik %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s oraz %2$s mogą pracować razem o wiele lepiej po dodaniu wtyczki pomocniczej. Zainstaluj, %3$saby uprościć sobie życie. %4$s."],"More information":["Więcej informacji"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s oraz %2$s mogą pracować razem o wiele lepiej po dodaniu wtyczki pomocniczej. Zainstaluj, %3$saby uprościć sobie życie."],"More information about %1$s":["Więcej informacji o: %1$s"],"Configuration Wizard":["Kreator konfiguracji"],"You've done it!":["Gotowe!"],"Seamlessly integrate %1$s into your AMP pages!":["Bezproblemowo zintegruj %1$s ze swoimi stronami AMP!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Bezproblemowo analizuj treści z pól %2$s w %1$s!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s oraz %2$s mogą pracować razem o wiele lepiej po dodaniu wtyczki wspomagającej. Zainstaluj, %3$saby uprościć sobie życie."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Ustawienia metadanych %1$s składają się ze zmiennych, które są zamieniane na odpowiednie wartości z tej strony, gdy jest ona wyświetlana. Tabela poniżej zawiera listę dostępnych zmiennych."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Oznacz najważniejsze %1$s jako \"kluczowe treści\", aby poprawić strukturę witryny. %2$sDowiedz się więcej o kluczowych treściach%3$s."],"Loading help center.":["Wczytywanie centrum pomocy."],"Get support":["Uzyskaj pomoc"],"(Opens in a new browser tab)":["(Otworzy się w nowej zakładce)"],"Posts %1$swithout%2$s a focus keyphrase":["Wpisy %1$sbez%2$s frazy kluczowej"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hej, twoje SEO działa całkiem dobrze!. Zobacz statystyki:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Nie masz opublikowanych żadnych wpisów, twója ocena SEO będzie widoczna tutaj po stworzeniu pierwszego wpisu."],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Na tej stronie możesz zmienić nazwę swojej witryny i wybrać używany separator. Ten separator będzie wyświetlany m.in. pomiędzy tytułem wpisu i nazwą witryny. Pokazywane symbole pojawią się w wynikach wyszukiwania. Wybierz te, które najlepiej pasują do twojej branży lub zajmują najmniej miejsca."],"Something else":["Coś innego"],"A portfolio":["Portfolio"],"A corporation":["Korporacja"],"A small offline business":["Mała firma lokalna"],"A news channel":["Strona z aktualnościami"],"An online shop":["Sklep internetowy"],"A blog":["Blog"],"What does the site %1$s represent?":["Co przedstawia strona %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Jeśli wybierzesz nie, archiwa autorów będą wyłączone, aby zapobiec problemom z duplikowaniem treści."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Pamiętaj: nie przechowujemy twoich danych oraz nie mamy pełnego dostępu do twojego konta. Twoja prywatność jest dla nas najważniejsza."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integruje z Google Search Console, niezbędnym narzędziem dla właścicieli witryn. Dostarcza informacji o stanie twojej witryny. Nie masz konta Google lub twoja witryna nie jest jeszcze aktywowana? Sprawdź %2$sjak połączyć Google Search Console ze swoją witryną.%3$s"],"Option B: My site is under construction and should not be indexed":["Opcja B: Moja strona jest w trakcie budowy i nie powinna być indeksowana"],"Option A: My site is live and ready to be indexed":["Opcja A: Moja strona jest gotowa do indeksowania"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Wybierz opcję \"w trakcie budowy\", aby wyszukiwarki nie indeksowały twojej witryny. Nie zapomnij zmienić opcji, gdy strona będzie gotowa."],"Please specify if your site is under construction or already active.":["Proszę wybierz czy twoja strona jest w trakcie budowy czy już działa."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Te informacje będą użyte w karcie Google Knowledge Graph. To blok informacji możesz zobaczyć po prawej stronie w wynikach wyszukiwania."],"Read more like this on our SEO blog":["Przeczytaj więcej na naszym SEO blogu"],"Readability: %s":["Czytelność: %s"],"Not activated":["Wyłączone"],"Activated":["Włączone"],"%1$s recommendations for you":["%1$s poleca dla ciebie"],"All Readability Scores":["Wszystkie oceny czytelności"],"Filter by Readability Score":["Filtruj wg oceny czytelności"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Nie otrzymujesz obecnie aktualizacji ani wsparcia! Napraw ten problem dodając swoją witrynę i włączając %1$s w %2$s."],"Request method %1$s is not valid.":["Metoda zapytania %1$s nie jest poprawna."],"Muted notifications:":["Ukryte powiadomienia:"],"Muted problems:":["Ukryte problemy:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Chcesz zobaczyć podgląd wpisu w: %1$s? Możesz to zrobić z %2$s."],"Good job! All the links in your texts have been counted.":["Dobra robota! Wszystkie linki we wpisach zostały policzone."],"Calculation completed.":["Liczenie zostało zakończone."],"Calculation in progress...":["Trwa liczenie..."],"Stop counting":["Zatrzymaj liczenie"],"Counting links in your texts":["Liczenie linków we wpisach"],"Text %1$s of %2$s processed.":["Przetwarzanie wpisów (%1$s z %2$s)."],"All your texts are already counted, there is no need to count them again.":["Wszystkie wpisy zostały przeliczone, aktualnie nie jest potrzebne przeliczanie."],"Count links in your texts":["Policz linki we wpisach"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Linki we wszystkich publicznych wpisach wymagają policzenia. Te dane dadzą informację, które wpisy potrzebują więcej linków. Jeśli chcesz dowiedzieć się więcej o wewnętrznym linkowaniu sprawdź %1$sten artykuł o wewnętrznym linkowaniu na %2$s%3$s."],"Text link counter":["Licznik linków we wpisach"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Liczba wewnętrznych odnośników do tego wpisu. Zobacz \"kolumny Yoast\" w pomocy, aby dowiedzieć się więcej."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Liczba wewnętrznych linków w tym wpisie. Zobacz \"kolumny Yoast\" w zakładce pomocy, aby dowiedzieć się więcej."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s dodaje kilka kolumn do tej strony. Napisaliśmy artykuł o tym %2$sjak korzystać z ocen SEO i czytelności%3$s. Kolumny linków pokazują liczbę wpisów w tej witrynie linkujących %5$sdo%6$s tego wpisu oraz liczbę adresów URL linkowanych %5$sz%6$s tego wpisu. Dowiedz się więcej o tym, %4$sjak korzystać z tych funkcji, aby poprawić wewnętrzne linkowanie%3$s, które znacznie poprawia twoje SEO."],"%s Columns":["Kolumny %s"],"Readability score":["Ocena czytelności"],"Other benefits of %s for you:":["Inne korzyści z używania %s:"],"Scroll to see the preview content.":["Przewiń, aby zobaczyć podgląd treści."],"Cornerstone content":["Kluczowe treści"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s zajmie się wszelką potrzebną techniczną optymalizacją twojej witryny. Aby zauważalnie poprawić widoczność witryny w wynikach wyszukiwania, ważne jest, aby zacząć tworzyć treści dobrze dopasowane do słów kluczowych, które cię interesują. Obejrzyj ten film, w którym wyjaśniamy, jak używać ustawień %1$s podczas edycji wpisów lub stron."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Jeśli chcesz prześcignąć konkurencję w konkretnym mieście/regionie, sprawdź naszą wtyczkę %1$s! Dzięki niej będziesz w stanie łatwo wprowadzić Mapy Google, godziny otwarcia, informacje kontaktowe i lokalizator sklepów. Poza tym %1$s pomoże ci zwiększyć użyteczność twojej strony kontaktowej."],"Attract more customers near you":["Dotrzyj do większej liczby odbiorców w twojej okolicy"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Chcesz poznać wszystkie tajniki wtyczki %1$s? Chcesz się nauczyć wszystkiego o jej zaawansowanych ustawieniach? Chcesz być w stanie wycisnąć wszystko z wtyczki %1$s? Sprawdź nasz trening z wtyczki %1$s i pokonaj konkurencję!"],"Get the most out of %1$s with the %2$s":["Wykorzystaj maksymalnie możliwości %1$s z %2$s"],"Upgrade to Premium":["Kup Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Chcesz być lepszy od konkurencji? %1$s daje ci dodatkowe świetne funkcje, które pomogą ci określić twoją strategię SEO jak profesjonalista. Skorzystaj z funkcji obsługi wielu słów kluczowych, menadżera przekierowań i naszego wewnętrznego narzędzia do linkowania. %1$s daje ci także dostęp do supportu premium."],"Outrank the competition with %s":["Pokonaj konkurencję z %s"],"You might like":["Możesz polubić"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Zauważyliśmy, że nie konfiguracja wtyczki w kreatorze nie została zakończona, dlatego zalecamy %2$suruchomienia kreatora konfiguracji %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Kreator konfiguracji pomoże ci łatwo skonfigurować ustawienia SEO w twojej witrynie."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Kup wersję Premium, a nasi eksperci będą odpowiadać na twoje pytania dotyczące ustawiania i używania wtyczki."],"Superfast internal linking suggestions":["Superszybkie sugestie linkowania wewnętrznego"],"Great news: you can, with %1$s!":["Mamy świetną wiadomość: możesz to zrobić z %1$s!"],"Save changes":["Zapisz zmiany"],"1 year free support and updates included!":["Zapewnione darmowe aktualizacje i nowe funkcje przez 1 rok!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Wtyczka %2$s zmienia kod wynikowy twojej witryny, wysyłając inne treści do wyszukiwarki, a inne do normalnych użytkowników, co jest zwane cloakingiem. Zdecydowanie zalecamy wyłączenie tej wtyczki."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPodgląd w serwisach społecznościowych%2$s: Facebook i Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sKoniec z niedziałającymi odnośnikami%2$s: prosty menadżer przekierowań"],"No ads!":["Brak reklam!"],"Facebook & Twitter":["Facebook i Twitter"],"Social media preview":["Podgląd w serwisach społecznościowych"],"Easy redirect manager":["Prosty menadżer przekierowań"],"No more dead links":["Koniec z niedziałającymi odnośnikami"],"Increase your SEO reach":["Zwiększ zasięg swojego pozycjonowania"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Jeśli potrzebujesz więcej pomocy na temat tworzenia dobrych treści, zobacz nasz %2$skurs tworzenia treści na cele pozycjonowania%3$s. Jeśli chcesz poznać wszystkie funkcje wtyczki, zobacz %1$s!"],"Variable":["Zmienna"],"Available variables":["Dostępne zmienne"],"Scroll to see the table content.":["Przewiń, aby zobaczyć zawartość tabeli."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Jeśli potrzebujesz pomocy, przeczytaj nasz %1$sartykuł o łączeniu witryny z Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Wystąpił błąd podczas wykonywania oceny \"%1$s\""],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s wyrazów zawiera %2$sponad %3$s sylab%4$s, czyli więcej, niż wynosi zalecane maksimum (%5$s). "],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s wyrazów zawiera %2$sponad %3$s sylab%4$s, czyli mniej lub tyle, ile wynosi zalecane maksimum (%5$s)."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["To trochę mniej, niż %2$szalecane minimum%3$s słów: %4$d. Dopisz trochę więcej treści.","To trochę mniej, niż %2$szalecane minimum%3$s słów: %4$d. Dopisz trochę więcej treści.","To trochę mniej, niż %2$szalecane minimum%3$s słów: %4$d. Dopisz trochę więcej treści."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Opis meta zawiera %1$d zdań mających %2$sponad %3$s wyrazów%4$s. Spróbuj skrócić te zdania.","Opis meta zawiera %1$d zdania mające %2$sponad %3$s wyrazów%4$s. Spróbuj skrócić te zdania.","Opis meta zawiera %1$d zdań mających %2$sponad %3$s wyrazów%4$s. Spróbuj skrócić te zdania."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Opis meta nie zawiera zdań, które mają %1$sponad %2$s wyrazów%3$s."],"No new notifications.":["Brak nowych powiadomień."],"Save all":["Zapisz wszystko"],"Save":["Zapisz"],"%1$s, Author at %2$s":["%1$s, Autor w serwisie %2$s"],"Mobile preview":["Podgląd na urządzeniach mobilnych"],"Desktop preview":["Podgląd na komputerach"],"Select redirect":["Wybierz przekierowanie"],"Please provide an SEO title by editing the snippet below.":["Wprowadź tytuł SEO w poniższym polu edytora wyglądu wyników wyszukiwania."],"Meta description preview:":["Podgląd opisu meta:"],"Slug preview:":["Podgląd sluga:"],"SEO title preview:":["Podgląd tytułu SEO:"],"Close snippet editor":["Zamknij edytor wyglądu podstrony w wynikach wyszukiwania"],"Slug":["Slug"],"Remove marks in the text":["Usuń znaczniki w tekście"],"Mark this result in the text":["Zaznacz ten wynik w tekście"],"Marks are disabled in current view":["Znaczniki są wyłączone w obecnym widoku"],"Good SEO score":["Dobra ocena SEO"],"OK SEO score":["Wystarczająca ocena SEO"],"Feedback":["Opinie"],"ok":["ok"],"Choose an image":["Wybierz obrazek"],"Remove the image":["Usuń obrazek"],"MailChimp signup failed:":["Zapis do MailChimpa nie powiódł się:"],"Sign Up!":["Zapisz się!"],"Name":["Imię"],"There is an error with the request.":["Wystąpił błąd w zapytaniu."],"Select profile":["Wybierz profil"],"Choose a profile":["Wybierz profil"],"Authorization code":["Kod uwierzytelniający"],"Reauthenticate with Google":["Ponowne uwierzytelnienie w Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Aby umożliwić %s pobieranie informacji z Google Search Console, wprowadź kod uwierzytelniający od Google. Kliknięcie poniższego przycisku otworzy nowe okno."],"Please provide a meta description by editing the snippet below.":["Wprowadź opis meta w poniższym polu edytora wyglądu wyników wyszukiwania."],"Edit snippet":["Edytuj wygląd podstrony w wynikach wyszukiwania"],"You can click on each element in the preview to jump to the Snippet Editor.":["Możesz kliknąć na dowolny element podglądu, aby przejść do edycji jego treści."],"Close the Wizard":["Zamknij kreator"],"Export settings":["Eksportuj ustawienia"],"%1$s video tutorial":["Samouczek wideo %1$s"],"%s › Configuration Wizard":["%s › Kreator konfiguracji"],"Please don't show me this notification anymore":["Proszę o niewyświetlanie już tego powiadomienia"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Jeśli napotykasz problemy, prosimy o %1$szgłoszenie ich%2$s, a dołożymy wszelkich starań, aby pomóc."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Zauważyliśmy, że używasz %1$s już od pewnego czasu; mamy nadzieję, że Ci się podoba! Będziemy zachwyceni, jeśli %2$socenisz wtyczkę na 5 gwiazdek na WordPress.org%3$s!"],"Courses":["Kursy"],"Date archives settings":["Ustawienia archiwów dat"],"Author archives settings":["Ustawienia archiwów autorów"],"%1$s by %2$s":["%1$s na %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Uwaga: zmienna %s nie może być stosowana w tym szablonie. Zobacz centrum pomocy, aby uzyskać więcej informacji."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Czy wiesz, że oferujemy także %1$swtyczkę w wersji premium%2$s? Posiada ona wiele zaawansowanych funkcji, takich jak menadżer przekierowań oraz obsługę wielu słów kluczowych. W cenie jest także pomoc 24 godziny na dobę, 7 dni w tygodniu."],"(no title)":["(brak tytułu)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Menu %1$s w pasku administracyjnym zawiera przydatne odnośniki do zewnętrznych narzędzi, służących do analizy stron i ułatwia sprawdzenie, czy masz nowe powiadomienia."],"Admin bar menu":["Menu w pasku administracyjnym"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["Integracja z %1$s sprawdza codziennie, czy twoja witryna jest indeksowana przez wyszukiwarki, %2$s powiadami cię, jeżeli tak nie jest."],"Features":["Funkcje"],"SEO title":["Tytuł SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Staramy się możliwie ułatwić ustawianie %1$s, ale rozumiemy, że może to być zniechęcające. Jeśli wolisz, możesz zlecić nam ustawienie %1$s dla Ciebie (przy okazji otrzymasz kopię %2$s) - zamów naszą %3$susługę konfiguracji %1$s%4$s tutaj!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Witamy w kreatorze konfiguracji %1$s. W kilku prostych krokach pomożemy Ci skonfigurować ustawienia pozycjonowania tak, aby były dopasowane do potrzeb Twojej witryny!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google pokazuję nazwę Twojej witryny w wynikach wyszukiwania. Jeśli chcesz ją zmienić, możesz zrobić to tutaj."],"Greater than sign":["Znak większości"],"Less than sign":["Znak mniejszości"],"Right angle quotation mark":["Cudzysłów ostrokątny skierowany w prawo"],"Left angle quotation mark":["Cudzysłów ostrokątny skierowany w lewo"],"Small tilde":["Tylda"],"Vertical bar":["Pionowa kreska"],"Low asterisk":["Obniżona gwiazdka"],"Asterisk":["Gwiazdka"],"Bullet":["Punkt"],"Middle dot":["Wycentrowana kropka"],"Em dash":["Szeroki myślnik"],"En dash":["Krótki myślnik"],"Dash":["Pauza (znak minusa)"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Wybierz symbol, który wyświetlany będzie jako separator w tytule, np. pomiędzy tytułem wpisu i nazwą witryny. Symbole są pokazane w takim rozmiarze, w jakim będą wyświetlane w wynikach wyszukiwania."],"The name of the person":["Imię i nazwisko osoby"],"No":["Nie"],"Yes":["Tak"],"Does, or will, your site have multiple authors?":["Czy Twoja strona ma lub będzie miała wielu autorów treści?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatycznie generuje adres URL dla każdego elementu z biblioteki mediów. Włączenie tego ustawienia zezwoli Google na zaindeksowanie tego wygenerowanego adresu URL."],"Success!":["Sukces!"],"Title settings":["Ustawienia tytułu"],"Google Search Console":["Google Search Console"],"Multiple authors":["Wielu autorów treści"],"Site type":["Typ witryny"],"Environment":["Środowisko"],"Yoast option %1$s not found.":["Nie znaleziono opcji Yoast %1$s."],"Google Structured Data Test":["Test danych strukturalnych Google"],"Posts list":["Lista wpisów"],"Posts list navigation":["Nawigacja listy wpisów"],"Filter posts list":["Filtruj listę wpisów"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Zwróć uwagę, że odnośniki do podstron z archiwami mogą być zamieszczane przez używany przez Ciebie motyw i w takiej sytuacji trzeba usunąć je samodzielnie."],"%1$s to optimize your site even further":["%1$s, aby zoptymalizować swoją witrynę jeszcze bardziej"],"%1$s extensions":["Rozszerzenia %1$s"],"Comes with our 30-day no questions asked money back guarantee":["W cenie 30-dniowa gwarancja, umożliwiającą zwrot pieniędzy bez zadawania pytań."],"More information %1$sabout %3$s%2$s":["Więcej informacji %1$so %3$s%2$s"],"Installed":["Zainstalowane"],"gain access to our 24/7 support team.":["uzyskaj dostęp do naszego zespołu pomocy 24 godziny na dobę, 7 dni w tygodniu."],"Premium support":["Pomoc Premium"],"check what your Facebook or Twitter post will look like.":["sprawdzaj, jak będzie wyglądać Twój wpis na Facebooku lub Twiterze."],"Social previews":["Podglądy w mediach społecznościowych"],"create and manage redirects from within your WordPress install.":["twórz i zarządzaj przekierowaniami z poziomu Twojej instalacji WordPressa."],"Redirect manager":["Menadżer przekierowań"],"%1$s, take your optimization to the next level!":["%1$s - podnieś swoją optymalizację na wyższy poziom!"],"A seamless integration between %1$s and %2$s":["gładka integracja pomiędzy %1$s i %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Użyj menu okruszkowego %1$s zamiast %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Łatwo wstaw Mapę Google, wyszukiwarkę sklepów, godziny otwarcia i inne elementy"],"Creates XML News Sitemaps":["Tworzy mapę nowości w formacie XML"],"Immediately pings Google on the publication of a new post":["Natychmiastowe wysłanie do Google powiadomienia o publikacji nowego wpisu"],"Optimize your site for Google News":["Zoptymalizuj swoją witrynę dla Google News"],"Make videos responsive through enabling fitvids.js":["Włącz responsywność filmów dzięki włączeniu fitvids.js"],"Enhance the experience of sharing posts with videos":["Ulepsz doświadczenie udostępniania wpisów z filmami"],"Show your videos in Google Videos":["Pokazuj swoje filmy w Google Videos"],"Crawl issues list":["Lista problemów z przeglądaniem witryny przez wyszukiwarki"],"Crawl issues list navigation":["Lista nawigacji problemów z przeglądaniem witryny przez wyszukiwarki"],"Edit “%s”":["Edytuj „%s”"],"Premium":["Premium"],"Google Trends":["Trendy Google"],"Notifications":["Powiadomienia"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Usuwa zakładkę z frazami kluczowymi z obszaru ustawień pozycjonowania i wyłącza wszystkie sugestie związane z pozycjonowaniem."],"Disable SEO analysis":["Wyłącz analizę pod kątem pozycjonowania"],"Twitter settings":["Ustawienia Twittera"],"Pinterest settings":["Ustawienia Pinterestu"],"Facebook settings":["Ustawienia Facebooka"],"Title separator symbol":["Symbol separatora tytułu"],"RSS feed settings":["Ustawienia kanałów RSS"],"Breadcrumbs settings":["Ustawienia menu okruszkowego"],"Make primary":["Ustaw jako główną"],"Enter your Google Authorization Code and press the Authenticate button.":["Wprowadź kod uwierzytelniający od Google i wciśnij przycisk Uwierzytelnij."],"%s notification":["%s powiadomień","%s powiadomienia","%s powiadomień"],"Disable readability analysis":["Wyłącz analizę czytelności"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Usuwa zakładkę czytelności z sekcji ustawień pozycjonowania danej podstrony i wyłącza wszystkie sugestie dotyczące czytelności."],"Readability analysis":["Analiza czytelności"],"Needs improvement":["Wymaga poprawy"],"Readability":["Czytelność"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Próbujesz wczytać pliki, które nie są zmniejszone i dostępne są tylko w paczce dla programistów. Sprawdź %1$s, aby zobaczyć wszystkie pliki źródłowe."],"Improvements":["Usprawnienia"],"Restore this item.":["Przywróć powiadomienie o tym elemencie."],"Dismiss this item.":["Pomiń ten element."],"Good job! We could detect no serious SEO problems.":["Dobra robota! Nie wykryliśmy żadnych poważnych problemów związanych z pozycjonowaniem."],"We have detected the following issues that affect the SEO of your site.":["Wykryliśmy następujące problemy, które wpływają na pozycjonowanie Twojej witryny."],"Problems":["Problemy"],"Analysis":["Analiza"],"Not available":["Niedostępna"],"Filter by SEO Score":["Filtruj wg oceny SEO"],"Meta description not set.":["Opis meta nie został wprowadzony."],"Video tutorial":["Samouczek wideo"],"Email support is a %s feature":["Pomoc e-mailowa jest jedną z funkcji %s"],"Knowledge base":["Baza wiedzy"],"Open":["Otwórz"],"Dashboard":["Kokpit"],"You can fix this on the %1$sPermalink settings page%2$s.":["Możesz naprawić to w sekcji %1$sUstawień odnośników bezpośrednich%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paginacja komentarzy jest włączona. Nie jest to konieczne w 999 przypadkach na 1000. Zalecamy wyłączenie tej funkcji."],"Replaced with the primary category of the post/page":["Zastępowane główną kategorią wpisu lub strony"],"Pinterest confirmation":["Weryfikacja Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Jeśli zweryfikowałeś już swoją witrynę w Pinterest, możesz pominąć poniższy krok."],"Format-based archives":["Archiwa formatów treści"],"Webmaster Tools verification":["Weryfikacja w Narzędziach dla Webmasterów"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Zapisz się na nasze szkolenie z %1$s i zostań certyfikowanym Ekspertem %1$s!"],"Want to be a %s Expert?":["Chcesz zostać Ekspertem %s?"],"Buy %s":["Kup %s"],"Show information about errors in category %s":["Pokaż informacje na temat błędów w kategorii \"%s\""],"New %1$s Title":["Nowy tytuł %1$s"],"Existing %1$s Title":["Obecny tytuł %1$s"],"Expected an integer as input.":["Spodziewaliśmy się liczby całkowitej jako danej wejściowej."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Próbowaliśmy stworzyć klucz cache'u dla mapy XML witryny, ale kombinacja postfiksu i prefiksu nie pozostawia wystarczająco dużo miejsca, by to zrobić. Zapewne chcesz załadować stronę daleko spoza spodziewanego zakresu."],"Remove":["Usuń"],"Keep":["Zachowaj"],"Bold the last page":["Pogrub ostatnią stronę"],"Regular":["Pozostaw normalnie"],"Bold":["Pogrub"],"Show Blog page":["Pokaż stronę z wpisami"],"Primary %s":["Główny termin taksonomii: %s"],"Primary":["Główna"],"Make %1$s primary %2$s":["Ustaw %1$s jako główny termin dla taksonomii %2$s"],"Term is set to noindex.":["Termin ma ustawiony atrybut noindex."],"Author archives":["Archiwa autorów"],"Show":["Pokaż"],"Enabled":["Włączone"],"Disabled":["Wyłączone"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s nie sprawdził jeszcze możliwości indeksacji witryny za pośrednictwem %2$s"],"The separator defined in your theme's %s tag.":["Separator zdefiniowany w funkcji %s Twojego motywu."],"No index":["Nie indeksuj"],"Analyze entire site":["Analizuj całą witrynę"],"Fetch the current status":["Sprawdź bieżący stan"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s nie udało się sprawdzić możliwości indeksacji witryny%3$s za pośrednictwem %4$s"],"Your homepage can be indexed by search engines.":["Twoja witryna może być indeksowana przez wyszukiwarki."],"Indexability check by %1$s":["Sprawdzanie indeksowania dzięki %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Jeśli chcesz użyć obrazka do udostępniania w serwisie %1$s, w tym miejscu możesz przesłać / wybrać obrazek lub podać jego adres."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Jeśli nie chcesz używać opisu meta podstrony podczas udostępniania w serwisie %1$s, lecz chcesz ustawić inny opis, wpisz go w tym polu."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Jeśli nie chcesz użyć tytułu podstrony do wyświetlania podczas udostępniania w serwisie %1$s, lecz chcesz ustawić inny tytuł, wpisz go w tym polu."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sTwoja strona główna nie może być indeksowana przez wyszukiwarki%2$s. Jest to duży problem pod kątem pozycjonowania, który powinien zostać naprawiony."],"Once Weekly":["Raz tygodniowo"],"Add-ons":["Dodatki"],"SEO score":["Ocena SEO"],"Twitter metadata":["Dane meta Twittera"],"Facebook / Open Graph metadata":["Dane meta Facebooka / Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Przeliczanie wyników SEO dla wszystkich treści z ustawioną frazą kluczową."],"%1$s of %2$s done.":["Ponownie przeliczono %1$s z %2$s wyników SEO."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Zaktualizowaliśmy nasz algorytm oceny pozycjonowania. %1$sKliknij tutaj, aby ponownie przeliczyć oceny poprawności pozycjonowania%2$s dla wszystkich wpisów i stron."],"Team Yoast":["Zespół Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Pierwsze, prawdziwie kompletne rozwiązanie SEO dla WordPressa, które zawiera analizator podstron, mapy XML i wiele więcej."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Błąd aktywacji:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Rozszerzenie Filter języka PHP wydaje się być niedostępne. Poproś swojego dostawcę hostingu, by je włączył."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Instalacja wtyczki %1$s nie jest ukończona. Zobacz %2$sinstrukcję instalacji%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Rozszerzenie PHP Standard Library (SPL) wydaje się być niedostępne. Poproś swojego dostawce hostingu o włączenie tego rozszerzenia."],"SEO Settings":["Ustawienia SEO"],"Mobile-Friendly Test":["Test zgodności z urządzeniami przenośnymi"],"Google Page Speed Test":["Test Google Page Speed"],"CSS Validator":["Walidator CSS"],"HTML Validator":["Walidator HTML"],"Pinterest Rich Pins Validator":["Walidator Pinterest Rich Pins"],"Facebook Debugger":["Debuger Facebooka"],"Check Headers":["Sprawdź nagłówki"],"Check Google Cache":["Sprawdź Google Cache"],"Analyze this page":["Analiza strony"],"Keyword Research":["Odkrywanie fraz kluczowych"],"%s does not seem to be a valid url. Please correct.":["%s nie wydaje się być poprawnym adresem. Popraw go."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s nie wydaje się być poprawnym kodem weryfikacyjnym %2$s. Popraw go."],"%s Archive":["Archiwum %s"],"You searched for %s":["Wyniki wyszukiwania \"%s\""],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s nie wydaje się być poprawnym identyfikatorem użytkownika Twittera. Popraw go."],"Summary with large image":["Podsumowanie z dużym zdjęciem"],"Summary":["Podsumowanie"],"The post %1$s appeared first on %2$s.":["Artykuł %1$s pochodzi z serwisu %2$s."],"No numeric value was received.":["Nie otrzymano wartości liczbowej."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Blog ten musi istnieć. Blog %s nie istnieje lub został oznaczony jako usunięty."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Ustawienie domyślnego bloga musi zawierać jego numer identyfikacyjny."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s nie jest poprawną wartością, określającą, kto powinien mieć dostęp do ustawień wtyczki %2$s. Przywrócono wartość domyślną."],"Please select a valid post type for taxonomy \"%s\"":["Proszę wskazać poprawny typ treści dla taksonomii \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Wskaż poprawną taksonomię dla treści typu \"%s\""],"You searched for":["Wyniki wyszukiwania"],"Home":["Strona główna"],"Archives for":["Archiwum dla"],"Error 404: Page not found":["Błąd 404: Strony nie znaleziono"],"Good":["Dobre"],"Replaced with a custom taxonomies description":["Zastępowane opisem własnej taksonomii"],"Replaced with a posts custom taxonomies, comma separated.":["Zastępowane własnymi taksonomiami wpisu, oddzielonymi przecinkami."],"Replaced with a posts custom field value":["Zastępowane wartością z pola własnego"],"Replaced with the slug which caused the 404":["Zastępowane adresem (slug), który spowodował wyświetlenie błędu 404"],"Replaced with the posts focus keyphrase":["Zastąpione słowem kluczowym wpisu"],"Attachment caption":["Etykieta załącznika"],"Replaced with the current page number":["Zastąpione numerem aktualnej strony"],"Replaced with the current page total":["Zastąpione aktualną liczbą stron"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Zastępowane aktualnym numerem podstrony wraz z kontekstem (np. strona 2 z 4)"],"Replaced with the post/page author's 'Biographical Info'":["Zastępowane treścią z pola Biografii autora danego wpisu lub strony"],"Replaced with the post/page author's 'nicename'":["Zastąpione nazwą autora wpisu/strony"],"Replaced with the post/page ID":["Zastąpione ID wpisu/strony"],"Replaced with the post/page modified time":["Zastąpione datą ostatniej modyfikacji wpisu/strony"],"Replaced with the content type plural label":["Zastępowane nazwą typu treści w liczbie mnogiej"],"Replaced with the content type single label":["Zastępowane nazwą typu treści w liczbie pojedynczej"],"Replaced with the current search phrase":["Zastąpione aktualnie wyszukiwaną frazą"],"Replaced with the term name":["Zastąpione nazwą terminu"],"Replaced with the term description":["Zastąpione opisem terminu"],"Replaced with the tag description":["Zastąpione opisem tagu"],"Replaced with the category description":["Zastąpione opisem kategorii"],"Replaced with the post categories (comma separated)":["Zastąpione kategoriami wpisu (oddzielone przecinkami)"],"Replaced with the current tag/tags":["Zastąpione aktualnym tagiem/tagami"],"Replaced with the post/page excerpt (without auto-generation)":["Zastąpione skrótem wpisu/strony (bez automatycznego generowania)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Zastępowane zajawką wpisu/strony (lub automatycznie generowaną zajawką, jeśli takowa nie istnieje)"],"The site's name":["Nazwa strony"],"Replaced with the title of the parent page of the current page":["Zastępowane tytułem strony nadrzędnej względem obecnej strony."],"Replaced with the title of the post/page":["Zastępowane tytułem wpisu/strony"],"Replaced with the date of the post/page":["Zastępowane datą wpisu/strony"],"Page %1$d of %2$d":["Strona %1$d z %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Nie możesz nadpisać zmiennej WP SEO, rejestrując swoją zmienną z taką samą nazwą. Użyj filtra \"wpseo_replacements\", by ustawić zastępowaną wartość."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Zastępowana zmienna ma taką samą nazwę, jak już zarejestrowana. Ustaw unikalną nazwę zmiennej."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Zastępowana zmienna nie może zaczynać się od \"%%cf_\" lub \"%%ct_\", ponieważ te nazwy są zarezerwowane dla zmiennych WP SEO lub pól własnego typu, bądź własnych taksonomii. Ustaw unikalną nazwę zmiennej."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Zastępcza zmienna może zawierać tylko znaki alfanumeryczne, podkreślenia i pauzy. Zmień nazwę zmiennej."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Uwaga do administratora: ta strona nie wyświetla meta opisu ponieważ go nie posiada. Napisz go dla tej strony lub przejdź do menu [%1$s - %2$s] i ustaw szablon dla opisów."],"Page not found":["Strony nie znaleziono"],"%s Archives":["%s"],"Search for \"%s\"":["Szukaj \"%s\""],"Meta description to use for Author page":["Meta opis na stronie autora"],"Title to use for Author page":["Tytuł dla strony autora"],"%1$s settings":["Ustawienia %1$s"],"Export your %1$s settings":["Eksportuj swoje ustawienia %1$s"],"Import settings":["Importuj ustawienia"],"Import from other SEO plugins":["Import z innych wtyczek do pozycjonowania"],"Import":["Importuj"],"If you had a %s file and it was editable, you could edit it from here.":["Jeśli plik %s by istniał i był możliwy do edycji, można by go było edytować tutaj."],"If your %s were writable, you could edit it from here.":["Jeśli plik %s miałby prawa do zapisu, można by go było edytować tutaj."],"You don't have a %s file, create one here:":["Nie posiadasz pliku %s, możesz go tutaj utworzyć:"],"A link to your site, with your site's name and description as anchor text.":["Link do strony, z jej nazwą i opisem jako linkiem."],"A link to your site, with your site's name as anchor text.":["Link do strony, z nazwą strony jako linkiem."],"A link to the post, with the title as anchor text.":["Link do wpisu, z tytułem jako linkiem."],"A link to the archive for the post author, with the authors name as anchor text.":["Link do archiwum autora wpisu, z nazwą autora jako anchor tekst."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Możesz używać tych zmiennych w ramach treści, które zostaną zmienione na odpowiednie wartości po prawej stronie."],"Content to put after each post in the feed":["Treść dodawana na końcu każdego wpisu w wątku RSS"],"Content to put before each post in the feed":["Zawartość, która ma pojawić się przed wpisem w RSS"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Ta funkcja jest wykorzystywana do automatycznego dodawania treści do kanału RSS, a dokładniej, jest przeznaczona do dodawania linków zwrotnych do Twojego bloga i wpisów aby aplikacje pobierające treści RSS również je dodawały, co pomaga wyszukiwarkom identyfikowanie Twojej strony jako oryginalne źródło treści."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Użycie tej funkcji związanej z menu okruszkowym zostało wyjaśnione w %1$s artykule o wdrożeniu menu okruszkowego w naszej bazie wiedzy%2$s."],"How to insert breadcrumbs in your theme":["Jak wstawić okruszki do motywu"],"Blog":["Strony z wpisami"],"Content type archive to show in breadcrumbs for taxonomies":["Archiwum typu treści wyświetlane w menu okruszków dla taksonomii"],"Taxonomy to show in breadcrumbs for content types":["Taksonomia wyświetlana w menu okruszków dla typów treści"],"Breadcrumb for 404 Page":["Okruszki dla stron 404"],"Prefix for Search Page breadcrumbs":["Prefiks okruszków dla strony z wynikami wyszukiwania"],"Prefix for Archive breadcrumbs":["Prefiks okruszków dla archiwów"],"Prefix for the breadcrumb path":["Prefiks ścieżki okruszków"],"Anchor text for the Homepage":["Tekst linka do strony głównej"],"Separator between breadcrumbs":["Separator pomiędzy okruszkami"],"Enable Breadcrumbs":["Włącz okruszki"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Poniżej znajdują się oceny SEO opublikowanych wpisów. Możesz zacząć je ulepszać już teraz!"],"Credits":["Autorzy"],"« Back to Tools page":["« Powrót do Narzędzi"],"%1$s comes with some very powerful built-in tools:":["%1$s posiada bardzo przydatne, wbudowane narzędzia:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["To narzędzie pozwala na szybką zmianę zawartości plików ważnych dla pozycjonowania, takich jak robots.txt i .htaccess (jeśli go używasz)."],"File editor":["Edytor plików"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Możesz importować ustawienia z innych wtyczek do pozycjonowania i eksportować ustawienia w celu szybkiego ich wdrożenia na innych swoich witrynach."],"Import and Export":["Import i eksport"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["To narzędzie pozwala na szybką zmianę tytułów i opisów Twoich stron i wpisów, bez potrzeby wchodzenia na każdą podstronę edycji treści z osobna."],"Bulk editor":["Edytor hurtowy"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Aby %1$szweryfikować Twoją witrynę w Pinterest%2$s, wklej tutaj jego znacznik meta:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest używa danych meta Open Graph podobnie jak Facebook, więc upewnij się, że w zakładce Facebook masz włączoną obsługę Open Graph, aby Twoja witryna była zoptymalizowana dla serwisu Pinterest."],"The default card type to use":["Domyślny typ karty do użycia"],"Add Twitter card meta data":["Dodaj dane meta Karty Twitter"],"This image is used if the post/page being shared does not contain any images.":["Ten obraz jest używany, gdy udostępniony post/strona nie zawiera żadnych obrazów."],"Default settings":["Ustawienia domyślne:"],"Copy home meta description":["Wklej meta opis"],"Description":["Opis"],"Image URL":["Adres URL obrazka"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["To są ustawienia tytułu, opisu i grafiki dla tagów Open Graph strony głównej Twojej witryny."],"Frontpage settings":["Ustawienia strony głównej"],"Add Open Graph meta data":["Włącz dodawanie danych Open Graph"],"YouTube URL":["Adres YouTube"],"Pinterest URL":["Adres Pinterest"],"MySpace URL":["Adres MySpace"],"LinkedIn URL":["Adres LinkedIn"],"Instagram URL":["Adres Instagramu"],"Twitter Username":["Nazwa użytkownika na Twitterze"],"Facebook Page URL":["Adres URL strony na Facebooku"],"Accounts":["Profile"],"Restore site to defaults":["Przywróć ustawienia domyślne"],"Site ID":["ID Witryny"],"Using this form you can reset a site to the default SEO settings.":["Używając tego formularza możesz przywrócić domyślne ustawienia SEO dla witryny."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Pewne ustawienia, takie jak prywatności (np. administratorzy stron na Facebooku), czy nadpisywania tytułów nie zostaną zaimportowane do nowych witryn."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Wprowadź %1$sID Witryny%2$s, której ustawienia mają być domyślnie używane dla witryn dodawanych do Twojej sieci stron. Pozostaw pole puste, by użyć domyślnych ustawień wtyczki."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Wybierz stronę, której ustawienia chcesz traktować jako domyślne dla stron dodawanych do Twojej sieci witryn. Jeśli wybierzesz \"Żadna\" (None), użyte będą domyślne ustawienia wtyczki."],"New sites in the network inherit their SEO settings from this site":["Nowe strony w sieci odziedziczają ustawienia SEO z tej witryny"],"Super Admins only":["Tylko Super Administratorzy"],"Site Admins (default)":["Administratorzy strony (domyślne)"],"Who should have access to the %1$s settings":["Kto powinien mieć dostęp do ustawień %1$s"],"spam":["spam"],"mature":["dorosły"],"archived":["zarchiwizowany"],"public":["publiczny"],"%s restored to default SEO settings.":["%s przywrócono do domyślnych ustawień SEO."],"Settings Updated.":["Ustawienia zostały zaktualizowane."],"404 pages":["Strony 404"],"Search pages":["Strony z wynikami wyszukiwania"],"These pages will be %s by default, so they will never show up in search results.":["Te strony będą domyślnie oznaczone opcjami %s. Z tego też powodu nigdy nie pojawią się w wynikach wyszukiwania."],"Special Pages":["Strony specjalne"],"Date-based archives could in some cases also be seen as duplicate content.":["Archiwa dat mogą w pewnych przypadkach także być postrzegane jako zduplikowana treść."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Jeśli taka sytuacja ma miejsce na Twojej witrynie, możesz wyłączyć strony archiwów autorów (wtedy utworzone zostanie przekierowanie z nich na stronę główną), albo dodać do nich %s, co zapobiegnie ich wyświetlaniu w wynikach wyszukiwania."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Jeśli wpisy na Twoim blogu pochodzą od jednego autora, to archiwum tego autora będzie mieć taką samą treść, jak strona główna. Ten problem nazywamy %1$szduplikowaną treścią%2$s."],"Date archives":["Archiwa dat"],"author archives":["archiwa autorów"],"Title":["Tytuł"],"%1$s Meta Box":["Ustawienia meta %1$s"],"Hide":["Ukryj"],"Date in Snippet Preview":["Data w podglądzie"],"Take note:":["Uwaga:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Możesz określić tytuł i opis strony z wpisami %1$sedytując tę stronę bloga%2$s"],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Możesz określić tytuł i opis strony głównej %1$sedytując tę stronę główną%2$s"],"Homepage & Front page":["Strona główna (Homepage) & strona z wpisami (Front page)"],"Title Separator":["Separator tytułu"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s automatycznie wykrył, czy jest potrzeba stosowania wymuszonego nadpisywania tytułów na Twojej stronie. Jeśli jednak uważasz, że obecne ustawienie nie jest poprawne i wiesz, co robisz, możesz zmienić je w tym miejscu."],"Force rewrite titles":["Wymuszanie nadpisywania tytułów"],"Taxonomies":["Taksonomie"],"Homepage":["Strona główna"],"%1$s Extensions":["Rozszerzenia %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Bezproblemowo połącz WooCommerce z %1$s, by zyskać nowe możliwości!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Z łatwością zajmij wyższe pozycje w Mapach Google!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Jesteś w Google News? Zwiększ ruch z Google News przez optymalizację!"],"Optimize your videos to show them off in search results and get more clicks!":["Optymalizuj swoje filmy, by wyróżniały się w wynikach wyszukiwania i przynosiły większy ruch!"],"The premium version of %1$s with more features & support.":["Wersja premium %1$s z większą ilością opcji i wsparciem technicznym."],"Person":["Osoba"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Te informacje wyświetlane są jako metadane twojej witryny. Przeznaczone są dla %1$sGoogle Knowledge Graph%2$s. Możesz występować jako organizacja lub osoba prywatna."],"Website name":["Nazwa witryny"],"Webmaster Tools":["Narzędzia webmasterów"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Nazwa wpisu nie jest ustawiona jako bezpośredni odnośnik stron i wpisów, co jest zdecydowanie rekomendowane. Rozważ ustawienie bezpośrednich odnośników na /%postname%/."],"RSS":["Kanał RSS"],"Breadcrumbs":["Okruszki"],"or":["lub"],"Save Profile":["Zapisz profil"],"There were no profiles found":["Nie znaleziono żadnych profilów"],"Profile":["Profil"],"Current profile":["Obecny profil"],"Authenticate":["Uwierzytelnij"],"Get Google Authorization Code":["Pobierz kod uwierzytelniający Google"],"Reload crawl issues":["Wczytaj ponownie błędy indeksowania"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Aby mieć możliwość stworzenia przekierowania i naprawienia tego problemu potrzebujesz wtyczki %1$s. Możesz kupić wtyczkę, wraz z rocznym wsparciem i aktualizacjami, na stronie %2$s."],"Creating redirects is a %s feature":["Tworzenie przekierowań jest funkcją %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Błędy, które wystąpiły tylko przy przeglądaniu Twojej strony przez roboty Google dla Telefonów z internetem (błędy nie wystąpiły w wersji strony dla komputera)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Błędy, które wystąpiły tylko podczas przeglądania Twojej witryny przez robota Google Mobile (błędy nie wystąpiły w wersji na komputer)."],"Errors that occurred when your site was crawled by Googlebot.":["Błędy, które wystąpiły podczas ostatniej wizyty robota Google"],"Issue categories":["Kategorie problemów"],"Incorrect Google Authorization Code.":["Nieprawidłowy kod uwierzytelniający Google"],"The issues have been successfully reloaded!":["Lista problemów została pomyślnie pobrana ponownie."],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Dane %1$s zostały usunięte. Musisz ponownie autoryzować dostęp, jeżeli chcesz ponownie pobierać dane."],"Crawl errors per page":["Błędy indeksowania stron"],"Search":["Szukaj"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Nie przegap błędów indeksowania witryny: %1$społącz ją z Google Search Console%2$s."],"Create redirect":["Stwórz przekierowanie"],"Mark as fixed":["Oznacz jako naprawione"],"Response code":["Kod odpowiedzi"],"First detected":["Pierwsze wykrycie"],"Last crawled":["Ostatnio sprawdzono"],"URL":["Adres URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s wykrył, że używasz wtyczki %2$s w wersji, która nie jest kompatybilna z %1$s. Uaktualnij %2$s do najnowszej wersji, aby mieć dostęp do tej funkcji."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Wtyczki Yoast współpracują ze sobą przez używanie wspólnego kodu, co przyspiesza działanie Twojej witryny. Skutkiem tego, wszystkie wtyczki Yoast muszą być zaktualizowane do najnowszych wersji. Zauważyliśmy, że tak nie jest, więc prosimy o przeprowadzenie aktualizacji wtyczek firmy Yoast."],"Feature phone":["Telefon z internetem"],"Smartphone":["Smartfon"],"Desktop":["Wersja dla komputera"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Wskazany adres URL nie istnieje, ale Twój serwer nie zwraca błędu 404 (strony nie znaleziono)."],"Soft 404":["Miękkie 404"],"Request timed out or site is blocking Google.":["Zapytanie przekroczyło czas oczekiwania na odpowiedź lub witryna blokuje Google."],"Server Error":["Błąd serwera"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Robot Google może otworzyć Twoją stronę, ale dostęp przez niego do niektórych adresów URL jest zablokowany przez wpisy w pliku %1$s. Ta blokada może być nałożona na wszystkie roboty Google lub nawet tylko dla robota Google Mobile."],"Blocked":["Zablokowano"],"Google was unable to crawl this URL due to an undetermined issue.":["Google nie mogło otworzyć tego adresu URL z nieznanych przyczyn."],"URL points to a non-existent page.":["Adres URL wskazuje na stronę, która nie istnieje."],"Not found":["Nie znaleziono"],"Not followed":["Z atrybutem nofollow"],"Faulty redirects":["Błędne przekierowania"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Serwer wymaga uwierzytelnienia lub blokuje robotowi Google dostęp do witryny."],"Access denied":["Dostęp zabroniony"],"Deactivate %s":["Wyłącz %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Wtyczka %1$s może powodować problemy w połączeniu z wtyczką %2$s."],"Upload Image":["Dodaj obrazek"],"Remove these ads?":["Usunąć te reklamy?"],"%s Posts Overview":["Przegląd wpisów według %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Tytuł w menu okruszkowym jest wyświetlany w menu okruszkowym w miejscu reprezentującym tą taksonomię."],"Breadcrumbs title":["Tytuł okruszków"],"The canonical link is shown on the archive page for this term.":["Link kanoniczny jest wyświetlany na stronie archiwum tego terminu."],"Facebook App ID":["ID Aplikacji na Facebooku"],"Pinterest":["Pinterest"],"Other":["Inne"],"Archives":["Archiwa"],"Email":["Email"],"Close":["Zamknij"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Wtyczki %1$s i %2$s generują mapy XML tej witryny. Nie ma potrzeby, by robiły to dwie wtyczki, a może to powodować spowolnienie witryny."],"Configure %1$s's Open Graph settings":["Skonfiguruj ustawienia OpenGraph we wtyczce %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Wtyczki %1$s oraz %2$s generują znaczniki OpenGraph, co może powodować, że serwisy społecznościowe takie jak Facebook, Twitter, czy LinkedIn zastosują niewłaściwe opisy i obrazki podczas publikowania przez Internautów odnośników do twojej strony."],"%s Image":["Obrazek - %s"],"%s Description":["Opis - %s"],"%s Title":["Tytuł - %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Zalecany rozmiar obrazka dla serwisu %1$s wynosi %2$s pikseli."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Jeśli chcesz zmienić domyślny obrazek, widoczny przy udostępnianiu tego wpisu na %s, dodaj lub wybierz obrazek, bądź wprowadź jego adres w tym miejscu."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Jeśli nie chcesz używać opisu meta tej podstrony przy udostępnianiu jej na %s, lecz chcesz podać osobny opis, wpisz go tutaj."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Jeśli nie chcesz używać tytułu tej podstrony przy udostępnianiu jej na %s, lecz chcesz podać osobny tytuł, wpisz go tutaj."],"very difficult":["bardzo trudna"],"Try to make shorter sentences, using less difficult words to improve readability":["Aby poprawić czytelność, spróbuj trochę skrócić zdania i używać prostszych słów"],"difficult":["trudna"],"Try to make shorter sentences to improve readability":["Aby poprawić czytelność, spróbuj trochę skrócić zdania"],"fairly difficult":["dość trudna"],"OK":["OK"],"fairly easy":["dość łatwa"],"easy":["łatwa"],"very easy":["bardzo łatwa"],"Meta Desc.":["Opis w Tagu Meta"],"All SEO Scores":["Wszystkie oceny SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problem z pozycjonowaniem: Obrazek wyróżniający powinien mieć rozmiary przynajmniej 200 x 200 pixeli, by Facebook i inne serwisy społecznościowe mogły go użyć."],"(no parent)":["(brak rodzica)"],"Post is set to noindex.":["Post jest ustawiony na noindex"],"The URL that this page should redirect to.":["Adres URL na przekierowania strony."],"301 Redirect":["Przekierowanie 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Podaj kanoniczny adres URL, na który ta strona powinna wskazywać, albo pozostaw pole puste, aby zastosować domyślny bezpośredni adres strony. %1$sAdresy kanoniczne dla zewnętrznych domen%2$s także są obsługiwane."],"Canonical URL":["Kanoniczny URL"],"Title to use for this page in breadcrumb paths":["Tytuł strony w ścieżce okruszków"],"Breadcrumbs Title":["Tytuł okruszków"],"No Snippet":["Bez podglądu"],"No Archive":["Bez archiwum"],"No Image Index":["Bez indeksu grafik"],"None":["Brak"],"Site-wide default: %s":["Domyślne ustawienia witryny: %s"],"Advanced meta robots settings for this page.":["Zaawansowane ustawienia meta robots dla tej strony."],"Meta robots advanced":["Zaawansowane ustawienia znaczników meta dla robotów"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Uwaga: mimo, że możesz tu zmienić ustawienia meta robots, cała witryna ma obecnie ustawiony atrybut noindex w ustawieniach WordPressa, więc te zmiany nie przyniosą żadnego skutku."],"Meta description":["Opis"],"SEO Title":["Tytuł SEO"],"Focus keyword":["Słowo kluczowe"],"Snippet preview":["Podgląd tej strony w wynikach wyszukiwania"],"Settings successfully imported.":["Ustawienia zostały zaimportowane."],"Settings could not be imported:":["Ustawienia nie mogą zostać zaimportowane:"],"Error creating %1$s export: ":["Błąd podczas tworzenia eksportu %1$s: "],"Breadcrumb for 404 pages:":["Okruszek dla stron błędu 404:"],"Prefix for search result pages:":["Prefiks dla strony z wynikami wyszukiwania:"],"Prefix for archive pages:":["Prefiks dla stron archiwum:"],"Prefix for breadcrumbs:":["Prefiks dla menu okruszkowego:"],"Anchor text for the homepage:":["Treść okruszka strony głównej:"],"Breadcrumbs separator:":["Separator okruszków:"],"Remove blog page from breadcrumbs":["Usuń stronę ze spisem wpisów z menu okruszkowego"],"%s Breadcrumbs":["Okruszki %s"],"Use Image":["Użyj obrazka"],"Action":["Działanie"],"Page URL/Slug":["Adres podstrony (slug)"],"Publication date":["Data publikacji"],"Post Status":["Stan podstrony"],"WP Page Title":["Tytuł podstrony w WP"],"View":["Zobacz"],"View “%s”":["Zobacz “%s”"],"Preview":["Podgląd"],"Preview “%s”":["Podgląd “%s”"],"Edit":["Edytuj"],"Filter":["Filtruj"],"New Yoast Meta Description":["Nowy Opis Meta w Yoast"],"Existing Yoast Meta Description":["Aktualny Opis Meta w Yoast"],"Facebook profile URL":["URL profilu na Facebooku"],"Twitter username (without @)":["Nazwa użytkownika Twitter (bez @)"],"FAQ":["FAQ"],"Premium Support":["Płatne Wsparcie"],"Settings":["Ustawienia"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Udaj się do sekcji %1$sUstawienia czytania%2$s i odznacz pole opisujące Widoczność witryny dla wyszukiwarek."],"Huge SEO Issue: You're blocking access to robots.":["Duży problem z SEO: Blokujesz dostęp dla wyszukiwarek."],"Posts":["Wpisy"],"Edit Files":["Edytuj pliki"],"Advanced Variables":["Zaawansowane Zmienne"],"Basic Variables":["Podstawowe zmienne"],"General":["Ogólne"],"Extensions":["Rozszerzenia"],"Search Console":["Search Console"],"Tools":["Narzędzia"],"Advanced":["Zaawansowane"],"XML sitemaps":["Mapa strony XML"],"Social":["Społeczności"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s wykrył, że używasz wersji %2$s wtyczki %3$s. Uaktualnij ją do najnowszej wersji, aby uniknąć problemów z kompatybilnością."],"Just another WordPress site":["Kolejna witryna oparta na WordPressie"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Twoja witryna ma wprowadzony domyślny opis WordPressa, natomiast nawet pusty opis byłby zapewne lepszy. %1$sMożesz zmienić opis w sekcji Personalizacji%2$s."],"You have used HTML in your value which is not allowed.":["W wartości podałeś kod HTML, co nie jest dozwolone."],"You can't edit %s that aren't yours.":["Nie możesz edytować treści %s których nie jesteś autorem."],"You can't edit %s.":["Nie możesz edytować %s."],"Post has an invalid Content Type: %s.":["Treść ma niepoprawny typ: %s."],"Post doesn't exist.":["Wpis nie istnieje."],"course\u0004Free:":["Darmowy:"],"posts\u0004Trash (%s)":["Kosz (%s)","Kosz (%s)","Kosz (%s)"],"posts\u0004All (%s)":["Wszystkie: (%s)","Wszystkie: (%s)","Wszystkie: (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);","lang":"pl"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":["Dostępne uwagi"],"Content optimization:":["Optymalizacja treści:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sCzytelność%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Przeczytaj %1$sten wpis, aby uzyskać więcej informacji o tym, dlaczego nie wspieramy starszych wersji.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sZaktualizuj WordPressa do najnowszej wersji%2$s%3$sZauważyliśmy, że nie używasz najnowszej wersji WordPressa, co może wkrótce spowodować problemy. %4$s (ze względów bezpieczeństwa i stabilności) obsługuje tylko bieżącą i poprzednią wersję WordPressa. Kiedy pojawi się następna wersja WordPressa, oznacza to, że będziemy wspierać WordPressa %6$s i %7$s. Oznacza to, że nie otrzymasz żadnych aktualizacji do %5$s dopóki nie zaktualizujesz WordPressa, więc upewnij się, że wkrótce zaktualizujesz do najnowszej wersji WordPressa!%3$s%3$s"],"Post Noindexed":["Wpis Noindex"],"No Focus Keyphrase":["Brak frazy kluczowej"],"Person logo / avatar":["Logo osoby / awatar"],"Extend %s":["Rozbuduj %s"],"Enroll in the %s for WordPress training":["Zapisz się na szkolenia WordPressa z %s"],"Posts with the SEO score: %s":["Wpisy z wynikiem SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["Video poradnik %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Aby wyświetlić błędy indeksowania, %1$s odwiedź Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google zamknął API błędów indeksowania. W związku z tym, błędy indeksowania, które mogły się pojawić, nie mogą być już wyświetlane w tym miejscu. %1$sPrzeczytaj nasz komunikat, aby uzyskać więcej informacji.%2$s."],"Remove this message":["Usuń tę wiadomość"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Zoptymalizuj swoją witrynę dla lokalnych klientów za pomocą wtyczki %s. Zoptymalizowane dane adresowe, godziny otwarcia, lokalizator sklepu i opcje odbioru!"],"Serving local customers?":["Obsługujesz lokalnych klientów?"],"Get the %s plugin now":["Kup teraz wtyczkę %s"],"Organization social profiles":["Profile społecznościowe organizacji"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Możesz edytować szczegóły wyświetlane w metadanych, takie jak profile społecznościowe, nazwę i opis tego użytkownika na stronie: %1$s."],"Personal info":["Dane osobowe"],"Organization logo":["Logo organizacji"],"Organization name":["Nazwa organizacji"],"Choose whether the site represents an organization or a person.":["Wybierz czy strona reprezentuje organizację czy osobę."],"Knowledge Graph & Schema.org":["Knowledge Graph i Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Aby twoja witryna reprezentowała firmę lub organizację przejdź do menu %1$sWyszukiwarki%2$s i ustaw organizację lub osobę na \"organizację\"."],"To change the social accounts used for your site, update the details for %1$s.":["Aby zmienić profile społecznościowe używane w twojej witrynie, zaktualizuj dane: %1$s."],"That means that the form and information below is disabled, and not used.":["Oznacza to, że poniższy formularz i informacje są wyłączone i nie są wykorzystywane."],"Your website is currently configured to represent a Person":["Twoja witryna jest obecnie skonfigurowana tak, aby reprezentować osobę"],"(if one exists)":["(jeżeli istnieje)"],"Wikipedia page about you":["Strona Wikipedii o tobie"],"YouTube profile URL":["URL profilu YouTube"],"Tumblr profile URL":["URL profilu Tumblr"],"SoundCloud profile URL":["URL profilu SoundCloud"],"MySpace profile URL":["URL profilu MySpace"],"Organization or person":["Organizacja lub osoba"],"The person":["Osoba"],"Organization":["Organizacja"],"Does your site represent a person or an organization?":["Czy Twoja witryna reprezentuje osobę czy organizację?"],"The name of the organization":["Nazwa organizacji"],"Provide an image of the organization logo":["Dodaj logo organizacji"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Wcześniej ustawiono witrynę tak, aby reprezentowała osobę. Ulepszyliśmy naszą funkcjonalność Schema.org i Knowledge Graph, więc zalecamy do %1$suzupełnienie tych ustawień%2$s."],"Select a user...":["Wybierz użytkownika…"],"Uncategorized":["Bez kategorii"],"Name:":["Nazwa:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Wybrano użytkownika %1$s jako osobę, którą reprezentuje ta witryna. Informacje o profilu użytkownika będą teraz wykorzystywane w wynikach wyszukiwania. %2$sUaktualnij ten profil, aby upewnić się, że informacje są poprawne.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Błąd: Proszę wybrać użytkownika poniżej, aby uzupełnić metadane swojej witryny."],"SEO score: %s":["Wynik SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Jeśli istnieje strona Wikipedii dla ciebie lub twojej organizacji, również ją dodaj."],"Wikipedia URL":["URL Wikipedii"],"Pinterest profile URL":["URL profilu Pinterest"],"Instagram profile URL":["URL profilu Instagram"],"LinkedIn profile URL":["URL profilu LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Badania nad słowami kluczowymi są niezbędne w każdej strategii SEO. Ty decydujesz o tym, dla jakich szukanych terminów chcesz być znaleziony i dowiadujesz się, jakich słów używają twoi odbiorcy, aby cię znaleźć. Świetne badanie słów kluczowych mówi, jakie treści są potrzebne do wysokiego rankingu. Upewnij się, że twoje wysiłki są skierowane na słowa kluczowe, na które rzeczywiście masz szansę pojawiać się wysoko! %1$s poprowadzi cię przez ten proces, krok po kroku."],"SEO for Beginners training":["Kurs SEO dla początkujących"],"%s for WordPress training":["Kurs %s dla WordPressa"],"All-around SEO training":["Kurs SEO"],"The image you selected is too small for Facebook":["Wybrany obrazek jest za mały na Facebooka"],"The given image url cannot be loaded":["Podany adres obrazka nie może zostać wczytany"],"Find out what words your audience uses to find you":["Dowiedz się, jakich słów używają twoi użytkownicy, aby cię znaleźć"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sCzytelność%2$s: Treść została oceniona na %3$s w teście, co oznacza, że tekst jest %4$s do przeczytania. %5$s"],"No JSON object was returned.":["Został zwrócony obiekt innego typu niż JSON."],"Received internal links":["Przychodzące wewnętrzne odnośniki"],"Outgoing internal links":["Wychodzące wewnętrzne odnośniki"],"New step added":["Nowy krok został dodany"],"New question added":["Nowe pytanie zostało dodane"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Aby móc utworzyć przekierowanie i naprawić ten problem, potrzebujesz %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Możesz kupić tę wtyczkę, wraz z rocznym wsparciem i aktualizacjami na %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Licznik linków w tekście daje pojęcie ile linków znajduje się w twoim tekście i ile linków wskazuje na twój tekst. To jest bardzo pomocne gdy poprawiasz swoje %1$slinki wewnętrzne%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Ta funkcja %1$s wymaga co najmniej PHP w wersji %2$s. Na twoim serwerze znaleźliśmy wersję %3$s."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Rozważ skutki i %1$sprzeczytaj ten wpis%2$s, jeżeli chcesz dowiedzieć się więcej o wpływie wyświetlania mediów w wynikach wyszukiwania."],"Keyphrase":["Fraza kluczowa"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Aby ta funkcja działała, %1$s musi utworzyć tabelę w twojej bazie danych. Nie byliśmy w stanie jej utworzyć automatycznie."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Włączając tę opcję, sprawisz, że adresy URL do załączników staną się widoczne zarówno dla użytkowników jak i Google. By zadziałało to na korzyść strony, powinny one zawierać pożyteczne informacje, inaczej może mieć to negatywny wpływ na twój ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Funkcja %3$slicznik linków w tekście%4$s (dodana w %1$s %2$s) jest wyłączona."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Przeczytaj %1$sartykuł z bazy wiedzy%2$s, aby dowiedzieć się, jak rozwiązać ten problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["By mieć pewność, że wszystkie linki w twoich tekstach zostały policzone musimy przeanalizować wszystkie teksty."],"All you have to do is press the following button and we'll go through all your texts for you.":["Wszystko, co musisz zrobić, to kliknięcie przycisku, a my sprawdzimy wszystkie twoje teksty."],"Count links":["Policz linki"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAtrybuty alt obrazków%5$s: Z %2$d obrazów na tej stronie, %1$d ma atrybuty alt ze słowami z fraz kluczowych lub synonimami. To trochę za dużo. %4$sUżywaj frazy kluczowej lub synonimów tylko wtedy, kiedy naprawdę pasują do obrazu%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtrybuty alt obrazków%2$s: Dobra robota!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtrybuty alt obrazków%5$s: Z %2$d obrazków na tej stronie, tylko %1$d ma atrybut alt pokrywający się z tematem wpisu. %4$sDodaj frazę kluczową lub jej synonimy do tagu alt obrazków%5$s!","%3$sAtrybuty alt obrazków%5$s: Z %2$d obrazków na tej stronie, tylko %1$d mają atrybuty alt pokrywający się z tematem wpisu. %4$sDodaj frazę kluczową lub jej synonimy do tagu alt obrazków%5$s!","%3$sAtrybuty alt obrazków%5$s: Z %2$d obrazków na tej stronie, tylko %1$d ma atrybuty alt pokrywający się z tematem wpisu. %4$sDodaj frazę kluczową lub jej synonimy do tagu alt obrazków%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtrybuty alt obrazków%3$s: Obrazki na tej stronie nie mają atrybutów alt pokrywających się z tematem wpisu. %2$sDodaj frazę kluczową lub jej synonimy do atrybutów alt obrazków%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAtrybuty alt obrazków%3$s: Obrazki na tej stronie mają atrybuty alt, ale nie została ustawiona fraza kluczowa. %2$sNapraw to%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sSłowo kluczowe w nagłówku%2$s: %3$s z twoich nagłówków wyższego rzędu pokrywa się z tematem wpisu. Dobra robota!","%1$sSłowo kluczowe w nagłówku%2$s: %3$s z twoich nagłówków wyższego rzędu pokrywa się z tematem wpisu. Dobra robota!","%1$sSłowo kluczowe w nagłówku%2$s: %3$s z twoich nagłówków wyższego rzędu pokrywa się z tematem wpisu. Dobra robota!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sSłowo kluczowe w nagłówku%2$s: Nagłówków wyższego rzędu pokrywa się z tematem wpisu. Dobra robota!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sSłowo kluczowe w nagłówku%3$s:%2$sUżywaj częściej słów kluczowych lub ich synonimów z nagłówkach wyższego rzędu%3$s!"],"Page %s":["Strona %s"],"Cannot get the size of %1$s because of unknown reasons.":["Nie można uzyskać rozmiaru %1$s z nieznanego powodu."],"Cannot get the size of %1$s because it is hosted externally.":["Nie można uzyskać rozmiaru %1$s, ponieważ znajduje się na zewnętrznym serwerze."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Po prostu przełącz na \"włączony\" i będziesz mógł skorzystać z dostosowanej analizy. Jednocześnie dodamy cię do naszej specjalnej listy wysyłkowej. Będziemy wysyłać ci tylko wiadomości o twoich działaniach związanych z tym dostosowywaniem."],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["%1$sDostosowaliśmy naszą analizę%2$s. Dzięki nowej analizie, będziemy jeszcze bliżej tego, jak Google widzi twoją witrynę. To byłoby %3$swspaniałe%4$s, jeśli chcesz %3$sprzetestować tę funkcję beta%4$s dla nas!"],"Get an even better analysis":["Zdobądź jeszcze lepszą analitykę "],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTytuł%3$s: Nagłówek H1 powinien być użyty tylko jako tytuł tekstu. Znajdź wszystkie nagłówki H1 w tekście i %2$s zamień je na nagłówki niższego poziomu%3$s!"],"Improve sharing on Facebook and Pinterest":["Ulepsz udostępnianie na Facebook i Pinterest"],"You do not have the required rights to export settings.":["Nie masz wystarczających uprawnień do eksportu ustawień."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Skopiuj wszystkie ustawienia do zakładki %1$s w nowej witrynie i kliknij tam \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["To są ustawienia dla wtyczki %1$s z %2$s"],"No settings found.":["Nie znaleziono ustawień."],"Export your %1$s settings here, to copy them on another site.":["Wyeksportuj tutaj swoje ustawienia %1$s, aby skopiować je do innej witryny."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import ustawień jest wspierany jedynie na serwerach używających wersji PHP 5.3 i wyższych."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Zaimportuj ustawienia wklejając tutaj ustawienia z innej witryny i kliknij \"%s\"."],"Paste your settings from another %s installation.":["Wklej swoje ustawienia z innej instalacji %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe nie zostało znalezione. To mniej niż zalecane minimum %3$d razy dla tekstu o tej długości. %4$sSkup się na słowie kluczowym%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d raz. To mniej niż zalecane minimum %3$d razy dla tekstu o tej długości. %4$sSkup się na słowie kluczowym%2$s!","%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d razy. To mniej niż zalecane minimum %3$d razy dla tekstu o tej długości. %4$sSkup się na słowie kluczowym%2$s!","%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d razy. To mniej niż zalecane minimum %3$d razy dla tekstu o tej długości. %4$sSkup się na słowie kluczowym%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %3$d raz. Świetnie!","%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %3$d razy. Świetnie!","%1$sGęstość frazy kluczowej%2$s: Fraza kluczowa została znaleziona %3$d razy. Świetnie!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d raz. To więcej niż zalecane maksymalne %3$d razy dla tekstu o tej długości. %4$sNie optymalizuj zbyt agresywnie%2$s!","%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d raz. To o wiele więcej niż zalecane maksymalne %3$d razy dla tekstu o tej długości. %4$sNie optymalizuj zbyt agresywnie%2$s!","%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d raz. To o wiele więcej niż zalecane maksymalne %3$d razy dla tekstu o tej długości. %4$sNie optymalizuj zbyt agresywnie%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d raz. To o wiele więcej niż zalecane maksymalne %3$d razy dla tekstu o tej długości. %4$sNie optymalizuj zbyt agresywnie%2$s!","%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d razy. To o wiele więcej niż zalecane maksymalne %3$d razy dla tekstu o tej długości. %4$sNie optymalizuj zbyt agresywnie%2$s!","%1$sGęstość słowa kluczowego%2$s: Słowo kluczowe zostało znalezione %5$d razy. To o wiele więcej niż zalecane maksymalne %3$d razy dla tekstu o tej długości. %4$sNie optymalizuj zbyt agresywnie%2$s!"],"Indexable created for object %1$s with type %2$s":["Indeksowalna dla obiektu %1$s o typie %2$s została utworzona"],"Method %1$s() does not exist in class %2$s":["Metoda %1$s() nie występuje w klasie %2$s"],"With %s, you can easily create such redirects.":["Możesz łatwo stworzyć takie przekierowania z %s."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Zmiana ustawień bezpośrednich odnośników może poważnie wpłynąć na widoczność w wyszukiwarce. To prawie %1$s nigdy %2$s nie powinno być zrobione w witrynie produkcyjnej."],"WARNING:":["OSTRZEŻENIE:"],"Learn about why permalinks are important for SEO.":["Dowiedz się więcej, dlaczego odnośniki bezpośrednie są tak ważne w SEO."],"Google Ads":["Reklamy Google"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunktory w frazie kluczowej%3$s: Fraza kluczowa \"%4$s\" zawiera jedynie funktory. %2$sDowiedz się więcej o tworzeniu dobrych fraz kluczowych.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Czy wiesz, że %s analizuje również formy słów twojej frazy kluczowej, takie jak liczba mnoga i czas przeszły?"],"Clear Image":["Usuń obrazek"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sDługość frazy kluczowej%3$s: %2$sWpisz frazę kluczową, aby obliczyć wynik SEO %3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFraza kluczowa w bezpośrednim odnośniku%2$s: Więcej niż połowa frazy kluczowej pojawiła się w bezpośrednim odnośniku. Świetnie!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFraza kluczowa w bezpośrednim odnośniku%3$s: (Część lub cała) fraza kluczowa nie pojawia się w bezpośrednim odnośniku. %2$sZmień to%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFraza kluczowa w bezpośrednim odnośniku%2$s: Dobra robota!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFraza kluczowa w tytule%3$s: Nie wszystkie słowa z frazy kluczowej \"%4$s\" pojawiły się w tytule. %2$sPostaraj się użyć wszystkich słów z frazy kluczowej w tytule%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFraza kluczowa w tytule%3$s: Brak dokładnego dopasowania. %2$sSpróbuj dopasować tytuł do frazy kluczowej%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFraza kluczowa w tytule%3$s: Fraza kluczowa występuje w tytule, ale nie na początku. %2$sSpróbuj przesunąć ją na początek%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFraza kluczowa w tytule%2$s: Dokładnie dopasowana fraza kluczowa występuje już na początku tytułu. Dobra robota!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sRozkład frazy kluczowej%2$s: Dobra robota!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sRozkład frazy kluczowej%3$s: Nierówny. Niektóre partie tekstu nie zawierają fraz kluczowych lub ich synonimów. %2$sRozłóż je równomiernie%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sRozkład frazy kluczowej%3$s: Bardzo nierówny. Duże części tekstu nie zawierają frazy kluczowej lub jej synonimów. %2$sRozłóż je równomiernie%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sRozkład fraz kluczowych%3$s: %2$sUwzględnij frazę kluczową i jej synonimy w tekście, aby sprawdzić jej rozkład%3$s."],"Help on choosing the perfect focus keyphrase":["Pomoc przy wyborze najlepszej frazy kluczowej"],"Would you like to add a related keyphrase?":["Czy chcesz dodać podobną frazę kluczową?"],"Go %s!":["Idź do %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Nie pokazywanie archiwów dat w wynikach wyszukiwania oznacza, że będą one miały ustawiony meta %1$s. %2$sWięcej informacji na temat ustawień wyników wyszukiwania%3$s."],"Rank better with synonyms & related keyphrases":["Popraw swoją pozycję używając synonimów i podobnych fraz kluczowych"],"optimize a single post for synonyms and related keyphrases.":["optymalizuj pojedynczy wpis dla synonimów i podobnych fraz."],"Synonyms & related keyphrases":["Synonimy i podobne frazy kluczowe"],"Add related keyphrase":["Dodaj podobną frazę kluczową"],"Dismiss %s upgrade notice":["Wyłącz komunikat o możliwości aktualizacji do %s"],"Upgrade to %s":["Aktualizuj do %s"],"%1$s video":["Film %1$s"],"Get %s":["Kup %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sUżyta fraza kluczowa%6$s: Słowo kluczowe zostało już użyte %1$s%2$d wcześniej%3$s. %5$sProszę nie używać słowa kluczowego więcej niż raz%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sUżyta fraza kluczowa%5$s: Słowo kluczowe zostało już użyte %1$swcześniej%2$s. %4$sProszę nie używać słowa kluczowego więcej niż raz%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sUżyta fraza kluczowa%2$s: Słowo kluczowe nie zostało jeszcze użyte, bardzo dobrze."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$s\"Słowa stop\" w bezpośrednim odnośniku%3$s: Bezpośredni odnośnik do tej strony zawiera \"słowo stop\". %2$sUsuń je%3$s!","%1$s\"Słowa stop\" w bezpośrednim odnośniku%3$s: Bezpośredni odnośnik do tej strony zawiera \"słowa stop\". %2$sUsuń je%3$s!","%1$s\"Słowa stop\" w bezpośrednim odnośniku%3$s: Bezpośredni odnośnik do tej strony zawiera \"słowa stop\". %2$sUsuń je%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sBezpośredni odnośnik jest za długi%3$s: bezpośredni odnośnik dla tej strony jest trochę za długi. %2$sSkróć go%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtrybuty alt obrazków%3$s: Brak obrazków na tej stronie. %2$sDodaj jakieś%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLinkowana fraza kluczowa%3$s: Linkujesz do innej strony na słowa kluczowe, które chcesz, aby obecna strona była wysoko. %2$sNie rób tego%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["To dużo mniej, niż zalecane minimum %5$d słowo. %3$sDopisz więcej treści%4$s.","To dużo mniej, niż zalecane minimum %5$d słowa. %3$sDopisz więcej treści%4$s.","To dużo mniej, niż zalecane minimum %5$d słów. %3$sDopisz więcej treści%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["To mniej, niż zalecane minimum %5$d słowo. %3$sDopisz więcej treści%4$s.","To mniej, niż zalecane minimum %5$d słowa. %3$sDopisz więcej treści%4$s.","To mniej, niż zalecane minimum %5$d słów. %3$sDopisz więcej treści%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sDługość tekstu%4$s: Tekst zawiera %1$d słowo.","%2$sDługość tekstu%4$s: Tekst zawiera %1$d słowa.","%2$sDługość tekstu%4$s: Tekst zawiera %1$d słów."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sDługość tekstu%3$s: Tekst zawiera %1$d słowo. Dobra robota!","%2$sDługość tekstu%3$s: Tekst zawiera %1$d słowa. Dobra robota!","%2$sDługość tekstu%3$s: Tekst zawiera %1$d słów. Dobra robota!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sSłowo kluczowe w nagłówku%3$s: Ponad 75% z twoich nagłówków wyższego rzędu pokrywa się z tematem wpisu. To za dużo. %2$sNie optymalizuj zbyt agresywnie%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sDługość tytułu SEO%3$s: %2$sProszę utworzyć tytuł SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sDługość tytułu SEO%3$s: Tytuł SEO jest za długi. %2$sSpróbuj go skrócić%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sDługość tytułu SEO%2$s:Dobra robota!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sDługość tytułu SEO%3$s: Tytuł SEO jest za krótki. %2$sProszę dodać warianty frazy kluczowej lub utworzyć treść z wezwaniem do działania%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sWychodzące odnośniki%2$s: Na tej stronie występują wychodzące odnośniki z atrybutami \"nofollow\" i zwykłe. Dobra robota!"],"%1$sOutbound links%2$s: Good job!":["%1$sWychodzące odnośniki%2$s: Dobra robota!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sWychodzące odnośniki%3$s: Wszystkie wychodzące odnośniki na tej stronie posiadają atrybut \"nofollow\". %2$sDodaj również zwykłe linki%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sWychodzące odnośniki%3$s: Na tej stronie nie znaleziono wychodzących odnośników. %2$sDodaj jakieś%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sDługość meta opisu%2$s: Dobra robota!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sDługość meta opisu%3$s: Meta opis zawiera ponad %4$d znaków. Aby upewnić się, że cały meta opis będzie widoczny, %2$sskróć go%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sDługość meta opisu%3$s: Meta opis jest za krótki (poniżej %4$d znaków). Dostępne jest jeszcze %5$d znaków. %2$sWykorzystaj je%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sDługość meta opisu%3$s: Nie wpisano opisu meta. Wyszukiwarki użyją części wpisu jako opisu meta. %2$sUzupełnij go%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFraza kluczowa w opisie meta%2$s: Opis meta został wprowadzony, ale nie zawiera frazy kluczowej. %3$sPopraw to%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFraza kluczowa w opisie meta%2$s: Opis meta zawiera frazę kluczową %3$s razy, co stanowi przekroczenie zalecanego maksimum 2 razy. %4$sOgranicz użycie%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFraza kluczowa w opisie meta%2$s: Fraza kluczowa lub jej synonimy pojawiają się w opisie meta. Dobra robota!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sDługość frazy kluczowej%5$s: Fraza kluczowa zawiera %1$d słów. To jest zdecydowanie za dużo wobec rekomendowanego maksimum %2$d słów. %4$sSkróć frazę%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sDługość frazy kluczowej%5$s: Fraza kluczowa zawiera %1$d słów. To jest za dużo wobec rekomendowanego maksimum %2$d słów. %4$sSkróć frazę%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sDługość frazy kluczowej%2$s: Dobra robota!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sDługość frazy kluczowej%3$s: Na tej stronie nie ustawiono frazy kluczowej. %2$sWpisz frazę kluczową, aby obliczyć wynik SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFraza kluczowa we wstępie%3$s: Twoja fraza kluczowa lub jej synonimy nie pojawiają się w pierwszym paragrafie. %2$sUpewnij się, że temat wpisu jest niezwłocznie opisany%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFraza kluczowa we wstępie%3$s: Twoja fraza kluczowa lub jej synonimy nie pojawiają się w pierwszym paragrafie, ale nie w jednym zdaniu. %2$sPopraw to%3$s."],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFraza kluczowa we wstępie%2$s: Dobra robota!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sWewnętrzne odnośniki%2$s: Na stronie znajdują się zarówno odnośniki zwykłe, jak i \"nofollow\". Dobra robota!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sWewnętrzne odnośniki%2$s: Masz wystarczającą liczbę wewnętrznych odnośników. Dobra robota!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sWewnętrzne odnośniki%3$s: Wszystkie wewnętrzne odnośniki na tej stronie mają ustawiony atrybut nofollow. %2$sDodaj inne wewnętrzne linki%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sWewnętrzne odnośniki%3$s: Na tej stronie nie ma żadnego wewnętrznego odnośnika. %2$sDodaj jakieś%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sSłowa łączące%2$s: Dobra robota!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sSłowa łączące%2$s: Tylko %3$s zdań zawiera słowa łączące, to za mało. %4$sUżywaj ich częściej%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sSłowa łączące%2$s: Żadne zdanie nie zawiera słów łączących. %3$sUżyj ich%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sZa mało treści%2$s: %3$sDodaj więcej treści, aby wykonać analizę%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sRozkład nagłówków%2$s: Nie korzystasz z nagłówków, ale tekst jest wystarczająco krótki i prawdopodobnie ich nie potrzebuje."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sRozkład podtytułów%2$s: Nie korzystasz z nagłówków, choć ten tekst jest raczej długi. %3$sSpróbuj dodać nagłówki%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sRozkład nagłówków%2$s: %3$d sekcja tekstu jest dłuższa niż %4$d słów i nie jest podzielona żadnymi nagłówkami. %5$sDodaj nagłówki, aby poprawić czytelność%2$s.","%1$sPodział nagłówków%2$s: %3$d sekcje tekstu są dłuższe niż %4$d słów i nie są podzielone żadnymi nagłówkami. %5$sDodaj nagłówki, aby poprawić czytelność%2$s.","%1$sPodział nagłówków%2$s: %3$d sekcji tekstu jest dłuższych niż %4$d słów i nie są podzielone żadnymi nagłówkami. %5$sDodaj nagłówki, aby poprawić czytelność%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sRozkład nagłówków%2$s: Dobra robota!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sDługość zdań%2$s: %3$s zdań zawiera więcej niż %4$s słów, czyli więcej niż rekomendowane maksimum %5$s zdań. %6$sSpróbuj skrócić zdania%2$s."],"%1$sSentence length%2$s: Great!":["%1$sDługość zdań%2$s: Dobra robota!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sNastępujące zdania%2$s: Zdania są wystarczająco zróżnicowane. Świetnie!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sNastępujące zdania%2$s: Tekst zawiera %3$d następujące po sobie zdanie zaczynające się tym samym słowem. %5$sSpróbuj wprowadzić trochę różnorodności%2$s!","%1$sNastępujące zdania%2$s: Tekst zawiera %4$d przypadki, w których %3$d następujące po sobie zdania zaczyna się tym samym słowem. %5$s Spróbuj zmienić szyk wyrazów i zdań%2$s!","%1$sNastępujące zdania%2$s: Tekst zawiera %4$d przypadki, w których %3$d następujących po sobie zdań zaczyna się tym samym słowem. %5$s Spróbuj zmienić szyk wyrazów i zdań%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sStrona bierna%2$s: %3$s zdań zawiera stronę bierną, co przekracza zalecaną maksymalną ilość %4$s. %5$sSpróbuj częściej użyć strony czynnej%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sStrona bierna%2$s: Używasz wystarczająco często strony czynnej. Świetnie!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sDługość akapitów%2$s: %3$d akapit zawiera więcej niż zalecane maksimum %4$d słów. %5$sSkróć ten akapit%2$s!","%1$sDługość akapitów%2$s: %3$d akapity zawierają więcej niż zalecane maksimum %4$d słów. %5$sSkróć te akapity%2$s!","%1$sDługość akapitów%2$s: %3$d akapitów zawierają więcej niż zalecane maksimum %4$d słów. %5$sSkróć te akapity%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sDługość akapitów%2$s: Żaden z akapitów nie jest za długi. Dobra robota!"],"Good job!":["Dobra robota!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sCzytelność%2$s: Treść została oceniona na %3$s w teście, co oznacza, że tekst jest %4$s do przeczytania. %5$s%6$s%7$s"],"Focus keyphrase":["Fraza kluczowa"],"%1$s with ID %2$s couldn't be patched":["%1$s z ID %2$s nie może być poprawiony"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Nieprawidłowe żądanie POST. Wartości meta dla obiektu o ID %1$s już istnieją."],"Indexable with ID `%1$s` does not exist":["Indeksowalne z ID `%1$s` nie istnieje"],"No object with ID %1$s and %2$s could be found":["Nie znaleziono obiektu o ID %1$s i typie %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` nie jest prawidłowym podtypem `%2$s`"],"The object type `%1$s` is invalid":["Obiekt typu `%1$s` jest nieprawidłowy"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Przekazano nieprawidłowy typ dla parametru `%1$s. Oczekiwano `%2$s`, a otrzymano `%3$s`"],"The parameter `%1$s` cannot be empty.":["Parametr `%1$s` nie może być pusty."],"Check Keyphrase Density":["Sprawdź gęstość fraz kluczowych"],"Disable":["Wyłącz"],"Allow Control":["Pozwól na kontrolę"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Ta zakładka umożliwia wybiórcze wyłączanie funkcji %s dla wszystkich witryn w sieci. Domyślnie włączone są wszystkie funkcje, które umożliwiają administratorom witryn samodzielne wybieranie, jeśli chcą włączyć lub wyłączyć funkcję dla swojej witryny. Po wyłączeniu funkcji administratorzy witryny nie będą mogli w ogóle korzystać z tej funkcji."],"%s is a required feature toggle argument.":["%s jest wymaganą funkcją przełączającą."],"Keyphrase:":["Fraza kluczowa:"],"Remove keyphrase":["Usuń frazę kluczową"],"This feature has been disabled by the network admin.":["Ta funkcja została wyłączona przez administratora sieci."],"Focus keyphrase not set.":["Fraza kluczowa nie została ustawiona."],"Multiple keyphrases":["Wiele fraz kluczowych"],"Colon":["Dwukropek"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Zarówno %1$s i %2$s zarządzają SEO witryny. Jednoczesne uruchomienie dwóch wtyczek SEO jest szkodliwe."],"There is a new notification.":["Pojawiło się nowe powiadomienie.","Pojawiły się nowe powiadomienia.","Pojawiły się nowe powiadomienia."],"Learn more about the readability analysis":["Dowiedz się więcej o analizie czytelności"],"Describe the duration of the instruction:":["Opisać czas trwania instrukcji:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcjonalnie. Dostosuj sposób, w jaki chcesz opisać czas trwania instrukcji"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Jest to lista powiązanych treści, do których możesz się odnieść w swoim poście. {{{a}}}Zapoznaj się z naszym artykułem na temat struktury witryny{{/a}}, aby dowiedzieć się więcej na temat tego, w jaki sposób wewnętrzne linkowanie może pomóc ulepszyć SEO."],"%s, %s and %s":["%s, %s i %s"],"%s and %s":["%s i %s"],"%d minute":["%d min.","%d min.","%d min."],"%d hour":["%d godz.","%d godz.","%d godz."],"%d day":["%d dzień","%d dni","%d dni"],"Enter a step title":["Wpisz tytuł kroku"],"Optional. This can give you better control over the styling of the steps.":["Opcjonalnie. To może dać ci lepszą kontrolę nad wyglądem kroków."],"CSS class(es) to apply to the steps":["Klasa(y) CSS do zastosowania do kroków"],"minutes":["min."],"hours":["godz."],"days":["dni"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Stwórz przewodnik w sposób przyjazny dla SEO. Możesz użyć tylko jednego bloku dla każdego wpisu."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Wymień najczęściej zadawane pytania w sposób przyjazny dla SEO. Możesz użyć tylko jednego bloku FAQ na wpis."],"Copy error":["Błąd kopiowania"],"An error occurred loading the %s primary taxonomy picker.":["Wystąpił błąd podczas ładowania głównej taksonomii %s."],"%1$s Structured Data Blocks":["Bloki danych strukturalnych %1$s"],"Time needed:":["Potrzebny czas:"],"Move question down":["Przesuń pytanie w dół"],"Move question up":["Przesuń pytanie w górę"],"Insert question":["Wstaw pytanie"],"Delete question":["Usuń pytanie"],"Enter the answer to the question":["Wpisz odpowiedź na pytanie"],"Enter a question":["Wpisz pytanie"],"Add question":["Dodaj pytanie"],"Frequently Asked Questions":["Najczęściej zadawane pytania"],"Great news: you can, with %s!":["Wspaniała wiadomość: możesz, z %s!"],"Select the primary %s":["Wybierz główną %s"],"Check links to this URL":["Sprawdź linki do tego adresu URL"],"Keyword research training":["Szkolenie z szukania słów kluczowych"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Sprawdź %1$szablon archiwum%2$s dla następującego typu treści: %3$s."," Sprawdź %1$szablon archiwum%2$s dla następujących typów treści: %3$s."," Sprawdź %1$szablon archiwum%2$s dla następujących typów treści: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Chcesz użyć wielu słów kluczowych? Wpisz je oddzielnie poniżej."],"Mark as cornerstone content":["Zaznacz jako kluczową treść"],"Move step down":["Przesuń krok w dół"],"Move step up":["Przesuń krok w górę"],"Insert step":["Wstaw krok"],"Delete step":["Usuń krok"],"Add image":["Dodaj obrazek"],"Enter a step description":["Wpisz opis kroku"],"Enter a description":["Wpisz opis"],"Unordered list":["Lista nieuporządkowana"],"Showing step items as an ordered list.":["Pokazuj kroki jako uporządkowaną listę."],"Showing step items as an unordered list":["Pokazuj kroki jako nieuporządkowaną listę."],"Add step":["Dodaj krok"],"Delete total time":["Usuń całkowity czas"],"Add total time":["Dodaj całkowity czas"],"How to":["Instrukcja obsługi"],"How-to":["Instrukcja obsługi"],"Snippet Preview":["Podgląd w wyszukiwarce"],"Analysis results":["Wyniki analizy"],"Enter a focus keyphrase to calculate the SEO score":["Wpisz słowo kluczowe, aby obliczyć swój wynik SEO"],"Learn more about Cornerstone Content.":["Dowiedz się więcej o kluczowych treściach."],"Cornerstone content should be the most important and extensive articles on your site.":["Kluczowa treść to artykuły na twojej stronie, które są najlepsze i najcenniejsze."],"Restore Site":["Przywróć witrynę"],"Network Settings":["Ustawienia sieci"],"You are not allowed to perform this action.":["Nie posiadasz uprawnień do wykonania tej czynności."],"Error: %s":["Błąd: %s"],"Success: %s":["Sukces: %s"],"Site with ID %d not found.":["Witryna o ID %d nie została znaleziona."],"No site has been selected to restore.":["Nie zaznaczyłeś żadnej witryny do przywrócenia."],"You are not allowed to modify unregistered network settings.":["Nie posiadasz uprawnień do modyfikowania niezarejestrowanych ustawień sieci."],"deleted":["usunięta"],"Would you like to add another keyphrase?":["Chcesz dodać kolejne słowo kluczowe?"],"image preview":["podgląd obrazka"],"Copied!":["Skopiowano!"],"Not supported!":["Brak wsparcia!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Przeczytaj {{a}}nasz artykuł o strukturze witryny{{/a}}, aby dowiedzieć się więcej jak wewnętrzne linki mogą poprawić twoje SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Gdy tylko dodasz trochę więcej tekstu, wyświetlimy listę podobnych artykułów, do których możesz dodać link."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Rozważ dodanie linków do tych {{a}}kluczowych artykułów:{{/a}}"],"Consider linking to these articles:":["Rozważ dodanie linków do tych artykułów:"],"Copy link":["Skopiuj link"],"Copy link to suggested article: %s":["Skopiuj link do sugerowanego artykułu: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Przeczytaj nasz %1$sprzewodnik o szukaniu słów kluczowych%2$s, aby dowiedzieć się więcej o szukaniu słów kluczowych i strategii ich dobierania."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":["Popularne słowa"],"The site's tagline":["Opis strony"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Aktualnie pracujemy nad poprawą funkcjonalności ustawień wyglądu w wyszukiwarce. Niestety, odkryliśmy, że w niektórych skrajnych przypadkach, zapisanie ustawień dla wpisów typu archiwum może zakończyć się błędem."],"Not all required fields are given. Missing field %1$s":["Nie wszystkie pola zostały uzupełnione. Brakuje pola %1$s"],"Optimize your site for Google News.":["Zoptymalizuj swoją stronę pod Google News."],"Optimize your shop's SEO and sell more products!":["Zoptymalizuj SEO swojego sklepu i sprzedawaj więcej produktów!"],"Be found in Google Video search and enhance your video sharing on social media.":["Daj się znaleźć w wynikach wyszukiwania Google Video, a także polepsz pozycję swojego wideo w mediach społecznościowych."],"Be found in Google Maps and local results.":["Daj się znaleźć w Google Maps i lokalnych wynikach."],"Learn practical SEO skills to rank higher in Google.":["Naucz się praktycznych umiejętności SEO, aby być wyżej w wynikach wyszukiwania Google."],"Don’t waste time figuring out the best settings yourself.":["Nie marnuj czasu na poszukiwania najlepszych ustawień."],"Get quick wins to make your site rank higher in search engines.":["Błyskawiczny sposób, aby twoja strona znalazła się wyżej w wynikach wyszukiwania."],"Add synonyms":["Dodaj synonimy"],"Would you like to add keyphrase synonyms?":["Czy chcesz dodać synonimy słowa kluczowego?"],"Would you like to add more than one keyphrase?":["Czy chcesz dodać więcej niż jedno słowo kluczowe?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Możesz edytować dane meta SEO dla tego typu wpisu na %1$sstronie sklepu%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Nie masz ustawionej strony sklepu w WooCommerce. Zrób to najpierw."],"Current year":["Bieżący rok"],"Page":["Strona"],"Breadcrumb settings for %s archive":["Ustawienia okruszków dla archiwum: %s"],"Something went wrong. Please reload the page.":["Coś poszło nie tak. Proszę odświeżyć stronę."],"Tagline":["Opis strony"],"Modify your meta description by editing it right here":["Zmień opis meta edytując go tutaj"],"description (custom taxonomy)":["opis (własna taksonomia)"],"(custom taxonomy)":["(własna taksonomia)"],"(custom field)":["(własne pole)"],"Term404":["Taksonomia404"],"Caption":["Podpis"],"Pagenumber":["Numerstrony"],"Pagetotal":["Liczbastron"],"Page number":["Numer strony"],"User description":["Opis użytkownika"],"ID":["ID"],"Modified":["Zmodyfikowano"],"Post type (plural)":["Typ wpisu (liczba mnoga)"],"Post type (singular)":["Typ wpisu (liczba pojedyncza)"],"Separator":["Separator"],"Search phrase":["Wyszukiwana fraza"],"Term title":["Tytuł taksonomii"],"Term description":["Opis taksonomii"],"Tag description":["Opis tagu"],"Category description":["Opis kategorii"],"Primary category":["Główna kategoria"],"Category":["Kategoria"],"Tag":["Tag"],"Excerpt only":["Tylko wypis"],"Excerpt":["Wypis"],"Site title":["Tytuł strony"],"Archive title":["Tytuł archiwum"],"Parent title":["Tytuł rodzica"],"Date":["Data"],"Label":["Etykieta"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Należy utworzyć przekierowanie w celu zapewnienia, że użytkownicy nie natrafią na błąd 404 po kliknięciu w niedziałający adres URL."],"Search engines and other websites can still send traffic to your deleted post.":["Wyszukiwarki i inne strony mogą nadal przekierowywać ruch do usuniętych wpisów."],"Make sure you don't miss out on traffic!":["Upewnij się, że nie stracisz tego ruchu!"],"You just deleted a %1$s.":["Właśnie usunięto %1$s."],"You just trashed a %1$s.":["Właśnie przeniesiono do kosza %1$s."],"Settings for %s archive":["Ustawienia dla archiwum: %s"],"Settings for single %s URLs":["Ustawienia dla pojedynczych adresów URL: %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Ustawienia na tej stronie umożliwiają określenie domyślnego wyglądu typów treści w wynikach wyszukiwania. Możesz wybrać, które typy treści będą się pojawiać w wynikach wyszukiwania i jakie będą miały domyślne opisy."],"Url preview":["Podgląd adresu URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Dodaj opis meta, edytując podgląd poniżej. Jeśli go nie dodasz, Google będzie starał się znaleźć odpowiednią część wpisu, aby pokazać w go wynikach wyszukiwania."],"Insert snippet variable":["Wstaw zmienną podglądu"],"Dismiss this notice":["Ukryj to powiadomienie"],"No results":["Brak wyników"],"%d result found, use up and down arrow keys to navigate":["Znaleziono %d wynik, użyj klawiszy strzałek, aby nawigować","Znaleziono %d wyniki, użyj klawiszy strzałek, aby nawigować","Znaleziono %d wyników, użyj klawiszy strzałek, aby nawigować"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Język witryny jest ustawiony na %s. Jeśli nie jest to poprawne, skontaktuj się z administratorem."],"Number of results found: %d":["Liczba wyników wyszukiwania: %d"],"Note that not all variables can be used in every field.":["Uwaga, nie wszystkie zmienne mogą być używane w każdym polu."],"Snippet variables":["Zmienne podglądu"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s szanuje twoją prywatność. Przeczytaj naszą %2$spolitykę prywatności %3$s, w jaki sposób wykorzystujemy twoje dane osobowe."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Jeśli wiesz, co to oznacza i nie chcesz już widzieć tej wiadomości, możesz %1$sją ukryć%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Ustawienia witryny umożliwiają wyświetlanie adresów URL załączników w twojej witrynie. Przeczytaj %1$sten wpis o potencjalnym problemie%2$s z adresami URL załączników i sprawdź, czy masz poprawne ustawienie dla witryny."],"Unknown type %1$s":["Nieznany typ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Zawiera darmowe konto MyYoast, które daje dostęp do naszego darmowego kursu SEO dla Początkujących!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Zapisz się do naszego newslettera, jeśli chcesz być na bieżąco z %1$s, innymi wtyczkami %2$s i interesującymi wiadomościami i poradami ze świata SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Zdobądź swój kod weryfikacyjny Baidu w %1$snarzędziach webmastera Baidu%2$s. "],"Baidu verification code":["Kod weryfikacyjny Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Importer %s wykorzystuje tymczasowe tabele w bazie danych. Wygląda na to, że twoja instalacja WordPressa nie jest w stanie ich stworzyć, skontaktuj się ze swoim dostawcą hostingu."],"Cleanup of %s data failed.":["Czyszczenie danych %s nie powiodło się."],"Content Type":["Typ treści"],"Filter by content type":["Filtrowanie według typu treści"],"Show All Content Types":["Pokaż wszystkie typy treści"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["W celu naprawy błędu, odznacz pole \"Podziel komentarze na strony...\" w %1$sustawieniach komentarzy%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Zastępowany normalnym tytułem dla archiwum wygenerowanego przez WordPressa"],"Clean":["Usuń"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Po upewnieniu się, że wszystko się zgadza, możesz usunąć zbędne dane. Ta opcja usunie stare dane."],"Step 5: Clean up":["Krok 5: Usuń zbędne dane"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Uruchom kreatora konfiguracji z panel SEO → Ogólne → Kokpit, aby upewnić się, że wszystkie ustawienia witryny są prawidłowe."],"Step 4: Run the configuration wizard":["Krok 4: Uruchom kreatora konfiguracji"],"Please check your posts and pages and see if the metadata was successfully imported.":["Sprawdź, czy metadane wpisów i stron zostały prawidłowo zaimportowane."],"Step 3: Check your data":["Krok 3: Sprawdź dane"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Metadane, jak tytuły i opisy zostaną zaimportowane i zapisane metadanych %1$s. Pod warunkiem, że metadane %1$s będą puste. Istniejące dane nie zostaną nadpisane."],"Step 2: Import":["Krok 2: Zaimportuj"],"Please make a backup of your database before starting this process.":["Wykonaj kopię zapasową bazy danych przed rozpoczęciem procesu."],"Step 1: Create a backup":["Krok 1: Stwórz kopię zapasową"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Wykryliśmy w twojej witrynie dane z innych wtyczek SEO. Wykonaj poniższe kroki, aby zaimportować te dane:"],"Plugin: ":["Wtyczka:"],"%s did not detect any plugin data from plugins it can import from.":["%s nie wykryło żadnych danych z wtyczek, które może zaimportować."],"Posts that should not show up in search results":["Wpisy, które nie powinny pojawić się w wynikach wyszukiwania"],"%s data found.":["Dane z wtyczki %s zostały znalezione. "],"%s data successfully removed.":["Dane z wtyczki %s zostały usunięte."],"%s data successfully imported.":["Dane z wtyczki %s zostały zaimportowane."],"%s data not found.":["Dane z wtyczki %s nie zostały znalezione."],"Improve your SEO skills":["Popraw swoje umiejętności SEO"],"24/7 email support":["Pomoc e-mail 24/7"],"No more dead links a.k.a. 404 pages":["Nigdy więcej martwych odnośników, czyli stron 404"],"Get real-time suggestions for internal links":["Podpowiedzi do wewnętrznych linków w czasie rzeczywistym"],"Preview your page in Facebook and Twitter":["Podgląd twojej strony na Facebooku i Twitterze"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Kliknij przycisk \"%3$s\", aby użyć meta opis, który wcześniej ustawiłeś w ustawieniach %1$sWyszukiwarki - Strona główna%2$s."],"Help on copying the home meta description":["Pomoc do kopiowania meta opisu strony głównej"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Poinformuj wyszukiwarki, które profile społecznościowe są połączone z witryną. Dane swoich profili można wpisać poniżej."],"Learn more about your social profiles settings":["Dowiedz się więcej o ustawieniach swoich profili społecznościowych"],"Remove the categories prefix":["Usuń prefiks kategorii"],"Help on the category prefix setting":["Pomoc do ustawień prefiksu kategorii"],"Learn more about the available variables":["Dowiedz się więcej o dostępnych zmiennych"],"Learn more about the RSS feed setting":["Dowiedz się więcej o ustawieniach RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Gdy przesyłasz media na stronę (na przykład obrazek lub film), WordPress nie tylko je zapisuje, ale tworzy też podstronę dla każdego załącznika. Na takiej podstronie znajduje się tylko tytuł i link do załącznika. Większość osób nie potrzebuje takich podstron, więc najlepiej je wyłączyć i przekierować adres do pliku załącznika."],"Learn more about the Media and attachment URLs setting":["Dowiedz się więcej o ustawieniach adresów URL mediów i załączników"],"Learn more about the title separator setting":["Dowiedz się więcej o ustawieniach separatora tytułu"],"Learn more about the knowledge graph setting":["Dowiedz się więcej o ustawieniach Knowledge Graph"],"Learn more about the homepage setting":["Dowiedz się więcej o ustawieniach strony głównej"],"Learn more about the special pages setting":["Dowiedz się więcej o ustawieniach stron specjalnych"],"Help on the date archives search results setting":["Pomoc do ustawień wyglądu w wynikach wyszukiwania archiwów dat"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Brak archiwum autorów bez wpisów w wynikach wyszukiwania oznacza dodanie znacznika %1$s i wykluczenie z mapy strony. %2$sWięcej informacji o ustawieniach wyników wyszukiwania%3$s. "],"Help on the authors without posts archive search results setting":["Pomoc do ustawień wyglądu w wynikach wyszukiwania archiwów autorów, którzy nie dodali jeszcze wpisów"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Brak archiwów autorów w wynikach wyszukiwania oznacza dodanie znacznika %1$s i wykluczenie z mapy strony. %2$sWięcej informacji o ustawieniach wyników wyszukiwania%3$s."],"Help on the author archives search results setting":["Pomoc do ustawień wyglądu w wynikach wyszukiwania archiwów autorów"],"Archives settings help":["Pomoc ustawień archiwum"],"Learn more about the archives setting":["Dowiedz się więcej o ustawieniach archiwów"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Zdobądź swój kod weryfikacyjny Yandex w %1$snarzędziach webmastera Yandex%2$s."],"Yandex verification code":["Kod weryfikacyjny Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Zdobądź swój kod weryfikacyjny Google w %1$sGoogle Search Console%2$s."],"Google verification code":["Kod weryfikacyjny Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Zdobądź swój kod weryfikacyjny Bing w %1$snarzędziach webmastera Bing%2$s."],"Bing verification code":["Kod weryfikacyjny Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Poniżej możesz zweryfikować różne narzędzia dla webmasterów. Ta opcja doda znacznik meta z kodami weryfikacyjnymi do strony głównej. Kliknij w linki poniżej i przeczytaj instrukcje, jak zdobyć kody weryfikacyjne do różnych narzędzi dla webmasterów. Jeżeli twoja witryna została zweryfikowana, nie musisz tego robić ponownie."],"Learn more about the Webmaster Tools verification":["Dowiedz się więcej o weryfikacji narzędzi dla webmasterów"],"On":["Włącz"],"Help on: %s":["Pomoc do: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s posiada wiele funkcji. Możesz włączyć lub wyłączyć je poniżej. Kliknij w znak zapytania, aby dowiedzieć się więcej o danej funkcji."],"Off":["Wyłącz"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Sekcja zaawansowanych ustawień %1$s pozwala użytkownikom usuwać wpisy z wyników wyszukiwania lub zmienić link kanoniczny. To są opcje dla zaawansowanych użytkowników, dlatego domyślnie tylko redaktorzy i administratorzy mogą je zmieniać. Zmiana opcji na \"%2$s\" pozwala wszystkim użytkownikom na zmianę tych ustawień."],"Security: no advanced settings for authors":["Bezpieczeństwo: brak zaawansowanych ustawień dla autorów"],"See who contributed to %1$s.":["Sprawdź, kto wspiera %1$s."],"Help on this search results setting":["Pomoc do ustawień wyników wyszukiwania"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Brak archiwów dla %1$s w wynikach wyszukiwania oznacza dodanie znacznika %2$s i wykluczenie z mapy strony. %3$sWięcej informacji o ustawieniach wyników wyszukiwania%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Brak %1$s w wynikach wyszukiwania oznacza dodanie znacznika %2$s i wykluczenie z mapy strony. %3$sWięcej informacji o ustawieniach wyników wyszukiwania%4$s."],"Default for %2$s, currently: %1$s":["Domyślnie dla %2$s, aktualnie: %1$s"],"Show %s in search results?":["Wyświetlać %s w wynikach wyszukiwania?"],"this author's archives":["archiwum autora"],"Do not allow search engines to show %s in search results.":["Nie pozwalaj wyszukiwarkom wyświetlania %s w wynikach wyszukiwań."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Adresy URL kategorii zawierają prefiks. Zazwyczaj jest to %s. Ta opcja usuwa ten prefiks (tylko dla kategorii)."],"Category URLs":["Adresy URL kategorii"],"the archive for %s":["archiwa dla typu %s"],"Redirect attachment URLs to the attachment itself?":["Przekierować adres URL załącznika do pliku załącznika?"],"We recommend you set this to Yes.":["Zalecamy ustawienie tej opcji na Tak."],"Media & attachment URLs":["Adresy URL obrazków i załączników"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["To widzą użytkownicy w wynikach wyszukiwania, gdy szukają twojej strony."],"date archives":["archiwa dat"],"archives for authors without posts":["archiwa dla autorów bez wpisów"],"Read why XML Sitemaps are important for your site.":["Przeczytaj, dlaczego mapy strony XML są ważne dla twojej witryny."],"Enable the XML sitemaps that %s generates.":["Włącz mapę strony, którą generuje %s."],"See the XML sitemap.":["Zobacz mapę strony XML."],"%2$s (current default for %1$s)":["%2$s (aktualnie domyślnie dla: %1$s)"],"Media":["Media"],"Content Types":["Rodzaje treści"],"Should search engines follow links on this %1$s?":["Czy wyszukiwarka powinna podążać za linkami do %1$s?"],"Allow search engines to show this %s in search results?":["%s: pozwolić wyszukiwarkom na pokazywanie w wynikach wyszukiwania?"],"Search Appearance":["Wyszukiwarki"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Wybierz, które typy treści mają się pojawiać w wyszukiwarkach. Jeżeli nie wiesz co wybrać, najlepiej zostaw domyślne ustawienia."],"Search engines should show \"%1$s\" in search results:":["Wyszukiwarki powinny pokazać \"%1$s\" w wynikach wyszukiwania:"],"Search engine visibility":["Widoczność w wyszukiwarce"],"Toggle %1$s's XML Sitemap":["Przełącz mapę XML strony %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Wszystkie wiadomości do naszego supportu są zabezpieczone 256 bitowym SSL, więc komunikacja jest w 100% bezpieczna."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Kluczowe treści pozwalają wskazać i filtrować najważniejsze artykuły w twojej witrynie."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Jeżeli masz problem, na który nie znalazłeś odpowiedzi w naszych filmach oraz w bazie wiedzy, wyślij wiadomość do naszego supportu. Jesteśmy dostępni 24/7."],"Search result":["Wynik wyszukiwania"],"Good results":["Dobre wyniki"],"Get better search results in local search":["Popraw swoją pozycję w lokalnych wynikach wyszukiwania"],"Allow customers to pick up their %s order locally":["Daj klientom możliwość osobistego odbioru zamówienia %s"],"SEO analysis":["Analiza SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["Analiza SEO podpowiada, jak poprawić SEO twojego tekstu."],"Learn how the SEO analysis can help you rank.":["Dowiedz się, jak analiza SEO może pomóc zwiększyć twój ranking."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Analiza czytelności podpowiada, jak ulepszyć strukturę i styl twojego tekstu."],"Discover why readability is important for SEO.":["Sprawdź, dlaczego czytelność jest ważna w SEO."],"Find out how cornerstone content can help you improve your site structure.":["Sprawdź, jak kluczowe treści mogę pomóc w poprawie struktury twojej witryny."],"The text link counter helps you improve your site structure.":["Licznik linków w tekście pomaga ulepszyć strukturę twojej witryny."],"Find out how the text link counter can enhance your SEO.":["Sprawdź, jak licznik linków w tekście może poprawić twoje SEO."],"%s integration":["Integracja z %s"],"Read more about how %s works.":["Przeczytaj więcej na temat działania %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Włącz tą funkcję, jeżeli chcesz, aby Facebook i inne serwisy społecznościowe wyświetlały podgląd zawierający obrazki i fragment tekstu, gdy link do twojej strony zostanie udostępniony."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Włącz tą funkcję, jeżeli chcesz, aby Twitter wyświetlał podgląd zawierający zdjęcia i fragment tekstu, gdy link do twojej strony zostanie udostępniony."],"Find out why you should upgrade to %s":["Sprawdź, dlaczego warto przejść na %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Najnowsze wpisy na %1$s"],"Need help?":["Potrzebujesz pomocy?"],"Type here to search...":["Wpisz tutaj, aby wyszukać..."],"Search the Yoast Knowledge Base for answers to your questions:":["Przeszukaj bazę wiedzy Yoast, w poszukiwaniu odpowiedzi na swoje pytania:"],"Remove highlight from the text":["Usuń podświetlenia z tekstu"],"Your site language is set to %s. ":["Język twojej witryny to %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Zacznij szybko z użyciem %2$skreatora konfiguracji%3$s %1$s!"],"First-time SEO configuration":["Pierwsza konfiguracja SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Język twojej witryny jest ustawiony jako {language}. Jeśli nie jest on poprawny, skontaktuj się z administratorem witryny."],"Your site language is set to {language}.":["Język twojej witryny to {language}."],"Highlight this result in the text":["Podświetlaj ten wynik w tekście"],"Considerations":["Warte rozważenia"],"Errors":["Błędy"],"Change language":["Zmień język"],"You cannot create a %s file.":["Nie możesz utworzyć pliku %s."],"You cannot edit the %s file.":["Nie możesz edytować pliku %s."],"Updated %s":["Zaktualizowano plik %s"],"Create %s file":["Utwórz plik %s"],"Edit the content of your %s:":["Edytuj zawartość pliku %s:"],"Save changes to %s":["Zapisz zmiany w pliku %s"],"%s file":["plik %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s oraz %2$s mogą pracować razem o wiele lepiej po dodaniu wtyczki pomocniczej. Zainstaluj, %3$saby uprościć sobie życie. %4$s."],"More information":["Więcej informacji"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s oraz %2$s mogą pracować razem o wiele lepiej po dodaniu wtyczki pomocniczej. Zainstaluj, %3$saby uprościć sobie życie."],"More information about %1$s":["Więcej informacji o: %1$s"],"Configuration Wizard":["Kreator konfiguracji"],"You've done it!":["Gotowe!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Bezproblemowo analizuj treści z pól %2$s w %1$s!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s oraz %2$s mogą pracować razem o wiele lepiej po dodaniu wtyczki wspomagającej. Zainstaluj, %3$saby uprościć sobie życie."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Ustawienia metadanych %1$s składają się ze zmiennych, które są zamieniane na odpowiednie wartości z tej strony, gdy jest ona wyświetlana. Tabela poniżej zawiera listę dostępnych zmiennych."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Oznacz najważniejsze %1$s jako \"kluczowe treści\", aby poprawić strukturę witryny. %2$sDowiedz się więcej o kluczowych treściach%3$s."],"Loading help center.":["Wczytywanie centrum pomocy."],"Get support":["Uzyskaj pomoc"],"View in KB":["Zobacz w bazie wiedzy"],"Go back":["Wróć"],"Go back to the search results":["Wróć do wyników wyszukiwania"],"(Opens in a new browser tab)":["(Otworzy się w nowej zakładce)"],"Posts %1$swithout%2$s a focus keyphrase":["Wpisy %1$sbez%2$s frazy kluczowej"],"Hey, your SEO is doing pretty well! Check out the stats:":["Hej, twoje SEO działa całkiem dobrze!. Zobacz statystyki:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Nie masz opublikowanych żadnych wpisów, twója ocena SEO będzie widoczna tutaj po stworzeniu pierwszego wpisu."],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Na tej stronie możesz zmienić nazwę swojej witryny i wybrać używany separator. Ten separator będzie wyświetlany m.in. pomiędzy tytułem wpisu i nazwą witryny. Pokazywane symbole pojawią się w wynikach wyszukiwania. Wybierz te, które najlepiej pasują do twojej branży lub zajmują najmniej miejsca."],"Something else":["Coś innego"],"A portfolio":["Portfolio"],"A corporation":["Korporacja"],"A small offline business":["Mała firma lokalna"],"A news channel":["Strona z aktualnościami"],"An online shop":["Sklep internetowy"],"A blog":["Blog"],"What does the site %1$s represent?":["Co przedstawia strona %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Jeśli wybierzesz nie, archiwa autorów będą wyłączone, aby zapobiec problemom z duplikowaniem treści."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Pamiętaj: nie przechowujemy twoich danych oraz nie mamy pełnego dostępu do twojego konta. Twoja prywatność jest dla nas najważniejsza."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integruje z Google Search Console, niezbędnym narzędziem dla właścicieli witryn. Dostarcza informacji o stanie twojej witryny. Nie masz konta Google lub twoja witryna nie jest jeszcze aktywowana? Sprawdź %2$sjak połączyć Google Search Console ze swoją witryną.%3$s"],"Option B: My site is under construction and should not be indexed":["Opcja B: Moja strona jest w trakcie budowy i nie powinna być indeksowana"],"Option A: My site is live and ready to be indexed":["Opcja A: Moja strona jest gotowa do indeksowania"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Wybierz opcję \"w trakcie budowy\", aby wyszukiwarki nie indeksowały twojej witryny. Nie zapomnij zmienić opcji, gdy strona będzie gotowa."],"Please specify if your site is under construction or already active.":["Proszę wybierz czy twoja strona jest w trakcie budowy czy już działa."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Te informacje będą użyte w karcie Google Knowledge Graph. To blok informacji możesz zobaczyć po prawej stronie w wynikach wyszukiwania."],"Read more like this on our SEO blog":["Przeczytaj więcej na naszym SEO blogu"],"Readability: %s":["Czytelność: %s"],"Not activated":["Wyłączone"],"Activated":["Włączone"],"%1$s recommendations for you":["%1$s poleca dla ciebie"],"All Readability Scores":["Wszystkie oceny czytelności"],"Filter by Readability Score":["Filtruj wg oceny czytelności"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Nie otrzymujesz obecnie aktualizacji ani wsparcia! Napraw ten problem dodając swoją witrynę i włączając %1$s w %2$s."],"Request method %1$s is not valid.":["Metoda zapytania %1$s nie jest poprawna."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Chcesz zobaczyć podgląd wpisu w: %1$s? Możesz to zrobić z %2$s."],"Good job! All the links in your texts have been counted.":["Dobra robota! Wszystkie linki we wpisach zostały policzone."],"Calculation completed.":["Liczenie zostało zakończone."],"Calculation in progress...":["Trwa liczenie..."],"Stop counting":["Zatrzymaj liczenie"],"Counting links in your texts":["Liczenie linków we wpisach"],"Text %1$s of %2$s processed.":["Przetwarzanie wpisów (%1$s z %2$s)."],"All your texts are already counted, there is no need to count them again.":["Wszystkie wpisy zostały przeliczone, aktualnie nie jest potrzebne przeliczanie."],"Count links in your texts":["Policz linki we wpisach"],"Text link counter":["Licznik linków we wpisach"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Liczba wewnętrznych odnośników do tego wpisu. Zobacz \"kolumny Yoast\" w pomocy, aby dowiedzieć się więcej."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Liczba wewnętrznych linków w tym wpisie. Zobacz \"kolumny Yoast\" w zakładce pomocy, aby dowiedzieć się więcej."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s dodaje kilka kolumn do tej strony. Napisaliśmy artykuł o tym %2$sjak korzystać z ocen SEO i czytelności%3$s. Kolumny linków pokazują liczbę wpisów w tej witrynie linkujących %5$sdo%6$s tego wpisu oraz liczbę adresów URL linkowanych %5$sz%6$s tego wpisu. Dowiedz się więcej o tym, %4$sjak korzystać z tych funkcji, aby poprawić wewnętrzne linkowanie%3$s, które znacznie poprawia twoje SEO."],"%s Columns":["Kolumny %s"],"Readability score":["Ocena czytelności"],"Other benefits of %s for you:":["Inne korzyści z używania %s:"],"Scroll to see the preview content.":["Przewiń, aby zobaczyć podgląd treści."],"Cornerstone content":["Kluczowe treści"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s zajmie się wszelką potrzebną techniczną optymalizacją twojej witryny. Aby zauważalnie poprawić widoczność witryny w wynikach wyszukiwania, ważne jest, aby zacząć tworzyć treści dobrze dopasowane do słów kluczowych, które cię interesują. Obejrzyj ten film, w którym wyjaśniamy, jak używać ustawień %1$s podczas edycji wpisów lub stron."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Jeśli chcesz prześcignąć konkurencję w konkretnym mieście/regionie, sprawdź naszą wtyczkę %1$s! Dzięki niej będziesz w stanie łatwo wprowadzić Mapy Google, godziny otwarcia, informacje kontaktowe i lokalizator sklepów. Poza tym %1$s pomoże ci zwiększyć użyteczność twojej strony kontaktowej."],"Attract more customers near you":["Dotrzyj do większej liczby odbiorców w twojej okolicy"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Chcesz poznać wszystkie tajniki wtyczki %1$s? Chcesz się nauczyć wszystkiego o jej zaawansowanych ustawieniach? Chcesz być w stanie wycisnąć wszystko z wtyczki %1$s? Sprawdź nasz trening z wtyczki %1$s i pokonaj konkurencję!"],"Get the most out of %1$s with the %2$s":["Wykorzystaj maksymalnie możliwości %1$s z %2$s"],"Upgrade to Premium":["Kup Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Chcesz być lepszy od konkurencji? %1$s daje ci dodatkowe świetne funkcje, które pomogą ci określić twoją strategię SEO jak profesjonalista. Skorzystaj z funkcji obsługi wielu słów kluczowych, menadżera przekierowań i naszego wewnętrznego narzędzia do linkowania. %1$s daje ci także dostęp do supportu premium."],"Outrank the competition with %s":["Pokonaj konkurencję z %s"],"You might like":["Możesz polubić"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Zauważyliśmy, że nie konfiguracja wtyczki w kreatorze nie została zakończona, dlatego zalecamy %2$suruchomienia kreatora konfiguracji %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Kreator konfiguracji pomoże ci łatwo skonfigurować ustawienia SEO w twojej witrynie."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Kup wersję Premium, a nasi eksperci będą odpowiadać na twoje pytania dotyczące ustawiania i używania wtyczki."],"Superfast internal linking suggestions":["Superszybkie sugestie linkowania wewnętrznego"],"Great news: you can, with %1$s!":["Mamy świetną wiadomość: możesz to zrobić z %1$s!"],"Save changes":["Zapisz zmiany"],"1 year free support and updates included!":["Zapewnione darmowe aktualizacje i nowe funkcje przez 1 rok!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Wtyczka %2$s zmienia kod wynikowy twojej witryny, wysyłając inne treści do wyszukiwarki, a inne do normalnych użytkowników, co jest zwane cloakingiem. Zdecydowanie zalecamy wyłączenie tej wtyczki."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPodgląd w serwisach społecznościowych%2$s: Facebook i Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sKoniec z niedziałającymi odnośnikami%2$s: prosty menadżer przekierowań"],"No ads!":["Brak reklam!"],"Facebook & Twitter":["Facebook i Twitter"],"Social media preview":["Podgląd w serwisach społecznościowych"],"Easy redirect manager":["Prosty menadżer przekierowań"],"No more dead links":["Koniec z niedziałającymi odnośnikami"],"Increase your SEO reach":["Zwiększ zasięg swojego pozycjonowania"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Jeśli potrzebujesz więcej pomocy na temat tworzenia dobrych treści, zobacz nasz %2$skurs tworzenia treści na cele pozycjonowania%3$s. Jeśli chcesz poznać wszystkie funkcje wtyczki, zobacz %1$s!"],"Variable":["Zmienna"],"Available variables":["Dostępne zmienne"],"Scroll to see the table content.":["Przewiń, aby zobaczyć zawartość tabeli."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Jeśli potrzebujesz pomocy, przeczytaj nasz %1$sartykuł o łączeniu witryny z Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Wystąpił błąd podczas wykonywania oceny \"%1$s\""],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s wyrazów zawiera %2$sponad %3$s sylab%4$s, czyli więcej, niż wynosi zalecane maksimum (%5$s). "],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s wyrazów zawiera %2$sponad %3$s sylab%4$s, czyli mniej lub tyle, ile wynosi zalecane maksimum (%5$s)."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["To trochę mniej, niż %2$szalecane minimum%3$s słów: %4$d. Dopisz trochę więcej treści.","To trochę mniej, niż %2$szalecane minimum%3$s słów: %4$d. Dopisz trochę więcej treści.","To trochę mniej, niż %2$szalecane minimum%3$s słów: %4$d. Dopisz trochę więcej treści."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Opis meta zawiera %1$d zdań mających %2$sponad %3$s wyrazów%4$s. Spróbuj skrócić te zdania.","Opis meta zawiera %1$d zdania mające %2$sponad %3$s wyrazów%4$s. Spróbuj skrócić te zdania.","Opis meta zawiera %1$d zdań mających %2$sponad %3$s wyrazów%4$s. Spróbuj skrócić te zdania."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Opis meta nie zawiera zdań, które mają %1$sponad %2$s wyrazów%3$s."],"Step %1$d: %2$s":["Krok %1$d: %2$s"],"No new notifications.":["Brak nowych powiadomień."],"Save all":["Zapisz wszystko"],"Save":["Zapisz"],"%1$s, Author at %2$s":["%1$s, Autor w serwisie %2$s"],"Mobile preview":["Podgląd na urządzeniach mobilnych"],"Desktop preview":["Podgląd na komputerach"],"Select redirect":["Wybierz przekierowanie"],"Please provide an SEO title by editing the snippet below.":["Wprowadź tytuł SEO w poniższym polu edytora wyglądu wyników wyszukiwania."],"Meta description preview:":["Podgląd opisu meta:"],"Slug preview:":["Podgląd sluga:"],"SEO title preview:":["Podgląd tytułu SEO:"],"Close snippet editor":["Zamknij edytor wyglądu podstrony w wynikach wyszukiwania"],"Slug":["Slug"],"Remove marks in the text":["Usuń znaczniki w tekście"],"Mark this result in the text":["Zaznacz ten wynik w tekście"],"Marks are disabled in current view":["Znaczniki są wyłączone w obecnym widoku"],"Good SEO score":["Dobra ocena SEO"],"OK SEO score":["Wystarczająca ocena SEO"],"Feedback":["Opinie"],"ok":["ok"],"Choose an image":["Wybierz obrazek"],"Remove the image":["Usuń obrazek"],"MailChimp signup failed:":["Zapis do MailChimpa nie powiódł się:"],"Sign Up!":["Zapisz się!"],"Name":["Imię"],"There is an error with the request.":["Wystąpił błąd w zapytaniu."],"Select profile":["Wybierz profil"],"Choose a profile":["Wybierz profil"],"Authorization code":["Kod uwierzytelniający"],"Reauthenticate with Google":["Ponowne uwierzytelnienie w Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Aby umożliwić %s pobieranie informacji z Google Search Console, wprowadź kod uwierzytelniający od Google. Kliknięcie poniższego przycisku otworzy nowe okno."],"Please provide a meta description by editing the snippet below.":["Wprowadź opis meta w poniższym polu edytora wyglądu wyników wyszukiwania."],"Edit snippet":["Edytuj wygląd podstrony w wynikach wyszukiwania"],"You can click on each element in the preview to jump to the Snippet Editor.":["Możesz kliknąć na dowolny element podglądu, aby przejść do edycji jego treści."],"SEO title preview":["Podgląd tytułu SEO"],"Meta description preview":["Podgląd opisu meta"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Wystąpił problem przy zapisywaniu obecnego kroku. {{link}}Prosimy o przekazanie informacji o błędzie{{/link}}, opisując, w którym kroku problem wystąpił i co wtedy miało być zmienione (jeśli cokolwiek)."],"Close the Wizard":["Zamknij kreator"],"Export settings":["Eksportuj ustawienia"],"%1$s video tutorial":["Samouczek wideo %1$s"],"%s › Configuration Wizard":["%s › Kreator konfiguracji"],"Please don't show me this notification anymore":["Proszę o niewyświetlanie już tego powiadomienia"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Jeśli napotykasz problemy, prosimy o %1$szgłoszenie ich%2$s, a dołożymy wszelkich starań, aby pomóc."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Zauważyliśmy, że używasz %1$s już od pewnego czasu; mamy nadzieję, że Ci się podoba! Będziemy zachwyceni, jeśli %2$socenisz wtyczkę na 5 gwiazdek na WordPress.org%3$s!"],"Date archives settings":["Ustawienia archiwów dat"],"Author archives settings":["Ustawienia archiwów autorów"],"%1$s by %2$s":["%1$s na %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Uwaga: zmienna %s nie może być stosowana w tym szablonie. Zobacz centrum pomocy, aby uzyskać więcej informacji."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Czy wiesz, że oferujemy także %1$swtyczkę w wersji premium%2$s? Posiada ona wiele zaawansowanych funkcji, takich jak menadżer przekierowań oraz obsługę wielu słów kluczowych. W cenie jest także pomoc 24 godziny na dobę, 7 dni w tygodniu."],"(no title)":["(brak tytułu)"],"%s installation wizard":["Kreator konfiguracji %s"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Menu %1$s w pasku administracyjnym zawiera przydatne odnośniki do zewnętrznych narzędzi, służących do analizy stron i ułatwia sprawdzenie, czy masz nowe powiadomienia."],"Admin bar menu":["Menu w pasku administracyjnym"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["Integracja z %1$s sprawdza codziennie, czy twoja witryna jest indeksowana przez wyszukiwarki, %2$s powiadami cię, jeżeli tak nie jest."],"Features":["Funkcje"],"SEO title":["Tytuł SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Staramy się możliwie ułatwić ustawianie %1$s, ale rozumiemy, że może to być zniechęcające. Jeśli wolisz, możesz zlecić nam ustawienie %1$s dla Ciebie (przy okazji otrzymasz kopię %2$s) - zamów naszą %3$susługę konfiguracji %1$s%4$s tutaj!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Witamy w kreatorze konfiguracji %1$s. W kilku prostych krokach pomożemy Ci skonfigurować ustawienia pozycjonowania tak, aby były dopasowane do potrzeb Twojej witryny!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google pokazuję nazwę Twojej witryny w wynikach wyszukiwania. Jeśli chcesz ją zmienić, możesz zrobić to tutaj."],"Greater than sign":["Znak większości"],"Less than sign":["Znak mniejszości"],"Right angle quotation mark":["Cudzysłów ostrokątny skierowany w prawo"],"Left angle quotation mark":["Cudzysłów ostrokątny skierowany w lewo"],"Small tilde":["Tylda"],"Vertical bar":["Pionowa kreska"],"Low asterisk":["Obniżona gwiazdka"],"Asterisk":["Gwiazdka"],"Bullet":["Punkt"],"Middle dot":["Wycentrowana kropka"],"Em dash":["Szeroki myślnik"],"En dash":["Krótki myślnik"],"Dash":["Pauza (znak minusa)"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Wybierz symbol, który wyświetlany będzie jako separator w tytule, np. pomiędzy tytułem wpisu i nazwą witryny. Symbole są pokazane w takim rozmiarze, w jakim będą wyświetlane w wynikach wyszukiwania."],"The name of the person":["Imię i nazwisko osoby"],"No":["Nie"],"Yes":["Tak"],"Does, or will, your site have multiple authors?":["Czy Twoja strona ma lub będzie miała wielu autorów treści?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress automatycznie generuje adres URL dla każdego elementu z biblioteki mediów. Włączenie tego ustawienia zezwoli Google na zaindeksowanie tego wygenerowanego adresu URL."],"Success!":["Sukces!"],"Title settings":["Ustawienia tytułu"],"Google Search Console":["Google Search Console"],"Multiple authors":["Wielu autorów treści"],"Site type":["Typ witryny"],"Environment":["Środowisko"],"Yoast option %1$s not found.":["Nie znaleziono opcji Yoast %1$s."],"Google Structured Data Test":["Test danych strukturalnych Google"],"Posts list":["Lista wpisów"],"Posts list navigation":["Nawigacja listy wpisów"],"Filter posts list":["Filtruj listę wpisów"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Zwróć uwagę, że odnośniki do podstron z archiwami mogą być zamieszczane przez używany przez Ciebie motyw i w takiej sytuacji trzeba usunąć je samodzielnie."],"%1$s to optimize your site even further":["%1$s, aby zoptymalizować swoją witrynę jeszcze bardziej"],"%1$s extensions":["Rozszerzenia %1$s"],"Comes with our 30-day no questions asked money back guarantee":["W cenie 30-dniowa gwarancja, umożliwiającą zwrot pieniędzy bez zadawania pytań."],"More information %1$sabout %3$s%2$s":["Więcej informacji %1$so %3$s%2$s"],"Installed":["Zainstalowane"],"gain access to our 24/7 support team.":["uzyskaj dostęp do naszego zespołu pomocy 24 godziny na dobę, 7 dni w tygodniu."],"Premium support":["Pomoc Premium"],"check what your Facebook or Twitter post will look like.":["sprawdzaj, jak będzie wyglądać Twój wpis na Facebooku lub Twiterze."],"Social previews":["Podglądy w mediach społecznościowych"],"create and manage redirects from within your WordPress install.":["twórz i zarządzaj przekierowaniami z poziomu Twojej instalacji WordPressa."],"Redirect manager":["Menadżer przekierowań"],"%1$s, take your optimization to the next level!":["%1$s - podnieś swoją optymalizację na wyższy poziom!"],"A seamless integration between %1$s and %2$s":["gładka integracja pomiędzy %1$s i %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Użyj menu okruszkowego %1$s zamiast %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Łatwo wstaw Mapę Google, wyszukiwarkę sklepów, godziny otwarcia i inne elementy"],"Creates XML News Sitemaps":["Tworzy mapę nowości w formacie XML"],"Immediately pings Google on the publication of a new post":["Natychmiastowe wysłanie do Google powiadomienia o publikacji nowego wpisu"],"Optimize your site for Google News":["Zoptymalizuj swoją witrynę dla Google News"],"Make videos responsive through enabling fitvids.js":["Włącz responsywność filmów dzięki włączeniu fitvids.js"],"Enhance the experience of sharing posts with videos":["Ulepsz doświadczenie udostępniania wpisów z filmami"],"Show your videos in Google Videos":["Pokazuj swoje filmy w Google Videos"],"Crawl issues list":["Lista problemów z przeglądaniem witryny przez wyszukiwarki"],"Crawl issues list navigation":["Lista nawigacji problemów z przeglądaniem witryny przez wyszukiwarki"],"Edit “%s”":["Edytuj „%s”"],"Premium":["Premium"],"Google Trends":["Trendy Google"],"Notifications":["Powiadomienia"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Usuwa zakładkę z frazami kluczowymi z obszaru ustawień pozycjonowania i wyłącza wszystkie sugestie związane z pozycjonowaniem."],"Disable SEO analysis":["Wyłącz analizę pod kątem pozycjonowania"],"Twitter settings":["Ustawienia Twittera"],"Pinterest settings":["Ustawienia Pinterestu"],"Facebook settings":["Ustawienia Facebooka"],"Title separator symbol":["Symbol separatora tytułu"],"RSS feed settings":["Ustawienia kanałów RSS"],"Breadcrumbs settings":["Ustawienia menu okruszkowego"],"Make primary":["Ustaw jako główną"],"Enter your Google Authorization Code and press the Authenticate button.":["Wprowadź kod uwierzytelniający od Google i wciśnij przycisk Uwierzytelnij."],"Knowledge base article":["Artykuł bazy wiedzy"],"Open the knowledge base article in a new window or read it in the iframe below":["Otwórz artykuł bazy wiedzy w nowym oknie lub przeczytaj go w ramce poniżej."],"Search results":["Wyniki wyszukiwania"],"%s notification":["%s powiadomień","%s powiadomienia","%s powiadomień"],"Disable readability analysis":["Wyłącz analizę czytelności"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Usuwa zakładkę czytelności z sekcji ustawień pozycjonowania danej podstrony i wyłącza wszystkie sugestie dotyczące czytelności."],"Readability analysis":["Analiza czytelności"],"Needs improvement":["Wymaga poprawy"],"Readability":["Czytelność"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Próbujesz wczytać pliki, które nie są zmniejszone i dostępne są tylko w paczce dla programistów. Sprawdź %1$s, aby zobaczyć wszystkie pliki źródłowe."],"Improvements":["Usprawnienia"],"Dismiss this item.":["Pomiń ten element."],"Good job! We could detect no serious SEO problems.":["Dobra robota! Nie wykryliśmy żadnych poważnych problemów związanych z pozycjonowaniem."],"We have detected the following issues that affect the SEO of your site.":["Wykryliśmy następujące problemy, które wpływają na pozycjonowanie Twojej witryny."],"Problems":["Problemy"],"Analysis":["Analiza"],"Not available":["Niedostępna"],"Filter by SEO Score":["Filtruj wg oceny SEO"],"Meta description not set.":["Opis meta nie został wprowadzony."],"Video tutorial":["Samouczek wideo"],"Email support is a %s feature":["Pomoc e-mailowa jest jedną z funkcji %s"],"Knowledge base":["Baza wiedzy"],"Open":["Otwórz"],"Loading...":["Ładowanie..."],"Something went wrong. Please try again later.":["Coś poszło nie tak. Spróbuj ponownie później."],"No results found.":["Niczego nie znaleziono."],"Dashboard":["Kokpit"],"You can fix this on the %1$sPermalink settings page%2$s.":["Możesz naprawić to w sekcji %1$sUstawień odnośników bezpośrednich%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paginacja komentarzy jest włączona. Nie jest to konieczne w 999 przypadkach na 1000. Zalecamy wyłączenie tej funkcji."],"Replaced with the primary category of the post/page":["Zastępowane główną kategorią wpisu lub strony"],"Pinterest confirmation":["Weryfikacja Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Jeśli zweryfikowałeś już swoją witrynę w Pinterest, możesz pominąć poniższy krok."],"Format-based archives":["Archiwa formatów treści"],"Webmaster Tools verification":["Weryfikacja w Narzędziach dla Webmasterów"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Zapisz się na nasze szkolenie z %1$s i zostań certyfikowanym Ekspertem %1$s!"],"Want to be a %s Expert?":["Chcesz zostać Ekspertem %s?"],"Buy %s":["Kup %s"],"Show information about errors in category %s":["Pokaż informacje na temat błędów w kategorii \"%s\""],"New %1$s Title":["Nowy tytuł %1$s"],"Existing %1$s Title":["Obecny tytuł %1$s"],"Expected an integer as input.":["Spodziewaliśmy się liczby całkowitej jako danej wejściowej."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Próbowaliśmy stworzyć klucz cache'u dla mapy XML witryny, ale kombinacja postfiksu i prefiksu nie pozostawia wystarczająco dużo miejsca, by to zrobić. Zapewne chcesz załadować stronę daleko spoza spodziewanego zakresu."],"Remove":["Usuń"],"Keep":["Zachowaj"],"Bold the last page":["Pogrub ostatnią stronę"],"Regular":["Pozostaw normalnie"],"Bold":["Pogrub"],"Show Blog page":["Pokaż stronę z wpisami"],"Primary %s":["Główny termin taksonomii: %s"],"Primary":["Główna"],"Make %1$s primary %2$s":["Ustaw %1$s jako główny termin dla taksonomii %2$s"],"Term is set to noindex.":["Termin ma ustawiony atrybut noindex."],"Author archives":["Archiwa autorów"],"Show":["Pokaż"],"Enabled":["Włączone"],"Disabled":["Wyłączone"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s nie sprawdził jeszcze możliwości indeksacji witryny za pośrednictwem %2$s"],"The separator defined in your theme's %s tag.":["Separator zdefiniowany w funkcji %s Twojego motywu."],"No index":["Nie indeksuj"],"Analyze entire site":["Analizuj całą witrynę"],"Fetch the current status":["Sprawdź bieżący stan"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s nie udało się sprawdzić możliwości indeksacji witryny%3$s za pośrednictwem %4$s"],"Your homepage can be indexed by search engines.":["Twoja witryna może być indeksowana przez wyszukiwarki."],"Indexability check by %1$s":["Sprawdzanie indeksowania dzięki %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Jeśli chcesz użyć obrazka do udostępniania w serwisie %1$s, w tym miejscu możesz przesłać / wybrać obrazek lub podać jego adres."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Jeśli nie chcesz używać opisu meta podstrony podczas udostępniania w serwisie %1$s, lecz chcesz ustawić inny opis, wpisz go w tym polu."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Jeśli nie chcesz użyć tytułu podstrony do wyświetlania podczas udostępniania w serwisie %1$s, lecz chcesz ustawić inny tytuł, wpisz go w tym polu."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sTwoja strona główna nie może być indeksowana przez wyszukiwarki%2$s. Jest to duży problem pod kątem pozycjonowania, który powinien zostać naprawiony."],"Once Weekly":["Raz tygodniowo"],"SEO score":["Ocena SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Przeliczanie wyników SEO dla wszystkich treści z ustawioną frazą kluczową."],"%1$s of %2$s done.":["Ponownie przeliczono %1$s z %2$s wyników SEO."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Zaktualizowaliśmy nasz algorytm oceny pozycjonowania. %1$sKliknij tutaj, aby ponownie przeliczyć oceny poprawności pozycjonowania%2$s dla wszystkich wpisów i stron."],"Team Yoast":["Zespół Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Pierwsze, prawdziwie kompletne rozwiązanie SEO dla WordPressa, które zawiera analizator podstron, mapy XML i wiele więcej."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Błąd aktywacji:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Rozszerzenie Filter języka PHP wydaje się być niedostępne. Poproś swojego dostawcę hostingu, by je włączył."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Instalacja wtyczki %1$s nie jest ukończona. Zobacz %2$sinstrukcję instalacji%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Rozszerzenie PHP Standard Library (SPL) wydaje się być niedostępne. Poproś swojego dostawce hostingu o włączenie tego rozszerzenia."],"SEO Settings":["Ustawienia SEO"],"Mobile-Friendly Test":["Test zgodności z urządzeniami przenośnymi"],"Google Page Speed Test":["Test Google Page Speed"],"CSS Validator":["Walidator CSS"],"HTML Validator":["Walidator HTML"],"Pinterest Rich Pins Validator":["Walidator Pinterest Rich Pins"],"Facebook Debugger":["Debuger Facebooka"],"Check Headers":["Sprawdź nagłówki"],"Check Google Cache":["Sprawdź Google Cache"],"Analyze this page":["Analiza strony"],"Keyword Research":["Odkrywanie fraz kluczowych"],"%s does not seem to be a valid url. Please correct.":["%s nie wydaje się być poprawnym adresem. Popraw go."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s nie wydaje się być poprawnym kodem weryfikacyjnym %2$s. Popraw go."],"%s Archive":["Archiwum %s"],"You searched for %s":["Wyniki wyszukiwania \"%s\""],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Podsumowanie z dużym zdjęciem"],"Summary":["Podsumowanie"],"The post %1$s appeared first on %2$s.":["Artykuł %1$s pochodzi z serwisu %2$s."],"No numeric value was received.":["Nie otrzymano wartości liczbowej."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Blog ten musi istnieć. Blog %s nie istnieje lub został oznaczony jako usunięty."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Ustawienie domyślnego bloga musi zawierać jego numer identyfikacyjny."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s nie jest poprawną wartością, określającą, kto powinien mieć dostęp do ustawień wtyczki %2$s. Przywrócono wartość domyślną."],"Please select a valid post type for taxonomy \"%s\"":["Proszę wskazać poprawny typ treści dla taksonomii \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Wskaż poprawną taksonomię dla treści typu \"%s\""],"You searched for":["Wyniki wyszukiwania"],"Home":["Strona główna"],"Archives for":["Archiwum dla"],"Error 404: Page not found":["Błąd 404: Strony nie znaleziono"],"Good":["Dobre"],"Replaced with a custom taxonomies description":["Zastępowane opisem własnej taksonomii"],"Replaced with a posts custom taxonomies, comma separated.":["Zastępowane własnymi taksonomiami wpisu, oddzielonymi przecinkami."],"Replaced with a posts custom field value":["Zastępowane wartością z pola własnego"],"Replaced with the slug which caused the 404":["Zastępowane adresem (slug), który spowodował wyświetlenie błędu 404"],"Replaced with the posts focus keyphrase":["Zastąpione słowem kluczowym wpisu"],"Attachment caption":["Etykieta załącznika"],"Replaced with the current page number":["Zastąpione numerem aktualnej strony"],"Replaced with the current page total":["Zastąpione aktualną liczbą stron"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Zastępowane aktualnym numerem podstrony wraz z kontekstem (np. strona 2 z 4)"],"Replaced with the post/page author's 'Biographical Info'":["Zastępowane treścią z pola Biografii autora danego wpisu lub strony"],"Replaced with the post/page author's 'nicename'":["Zastąpione nazwą autora wpisu/strony"],"Replaced with the post/page ID":["Zastąpione ID wpisu/strony"],"Replaced with the post/page modified time":["Zastąpione datą ostatniej modyfikacji wpisu/strony"],"Replaced with the content type plural label":["Zastępowane nazwą typu treści w liczbie mnogiej"],"Replaced with the content type single label":["Zastępowane nazwą typu treści w liczbie pojedynczej"],"Replaced with the current search phrase":["Zastąpione aktualnie wyszukiwaną frazą"],"Replaced with the term name":["Zastąpione nazwą terminu"],"Replaced with the term description":["Zastąpione opisem terminu"],"Replaced with the tag description":["Zastąpione opisem tagu"],"Replaced with the category description":["Zastąpione opisem kategorii"],"Replaced with the post categories (comma separated)":["Zastąpione kategoriami wpisu (oddzielone przecinkami)"],"Replaced with the current tag/tags":["Zastąpione aktualnym tagiem/tagami"],"Replaced with the post/page excerpt (without auto-generation)":["Zastąpione skrótem wpisu/strony (bez automatycznego generowania)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Zastępowane zajawką wpisu/strony (lub automatycznie generowaną zajawką, jeśli takowa nie istnieje)"],"The site's name":["Nazwa strony"],"Replaced with the title of the parent page of the current page":["Zastępowane tytułem strony nadrzędnej względem obecnej strony."],"Replaced with the title of the post/page":["Zastępowane tytułem wpisu/strony"],"Replaced with the date of the post/page":["Zastępowane datą wpisu/strony"],"Page %1$d of %2$d":["Strona %1$d z %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Nie możesz nadpisać zmiennej WP SEO, rejestrując swoją zmienną z taką samą nazwą. Użyj filtra \"wpseo_replacements\", by ustawić zastępowaną wartość."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Zastępowana zmienna ma taką samą nazwę, jak już zarejestrowana. Ustaw unikalną nazwę zmiennej."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Zastępowana zmienna nie może zaczynać się od \"%%cf_\" lub \"%%ct_\", ponieważ te nazwy są zarezerwowane dla zmiennych WP SEO lub pól własnego typu, bądź własnych taksonomii. Ustaw unikalną nazwę zmiennej."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Zastępcza zmienna może zawierać tylko znaki alfanumeryczne, podkreślenia i pauzy. Zmień nazwę zmiennej."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Uwaga do administratora: ta strona nie wyświetla meta opisu ponieważ go nie posiada. Napisz go dla tej strony lub przejdź do menu [%1$s - %2$s] i ustaw szablon dla opisów."],"Page not found":["Strony nie znaleziono"],"%s Archives":["%s"],"Search for \"%s\"":["Szukaj \"%s\""],"Meta description to use for Author page":["Meta opis na stronie autora"],"Title to use for Author page":["Tytuł dla strony autora"],"%1$s settings":["Ustawienia %1$s"],"Export your %1$s settings":["Eksportuj swoje ustawienia %1$s"],"Import settings":["Importuj ustawienia"],"Import from other SEO plugins":["Import z innych wtyczek do pozycjonowania"],"Import":["Importuj"],"If you had a %s file and it was editable, you could edit it from here.":["Jeśli plik %s by istniał i był możliwy do edycji, można by go było edytować tutaj."],"If your %s were writable, you could edit it from here.":["Jeśli plik %s miałby prawa do zapisu, można by go było edytować tutaj."],"You don't have a %s file, create one here:":["Nie posiadasz pliku %s, możesz go tutaj utworzyć:"],"A link to your site, with your site's name and description as anchor text.":["Link do strony, z jej nazwą i opisem jako linkiem."],"A link to your site, with your site's name as anchor text.":["Link do strony, z nazwą strony jako linkiem."],"A link to the post, with the title as anchor text.":["Link do wpisu, z tytułem jako linkiem."],"A link to the archive for the post author, with the authors name as anchor text.":["Link do archiwum autora wpisu, z nazwą autora jako anchor tekst."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Możesz używać tych zmiennych w ramach treści, które zostaną zmienione na odpowiednie wartości po prawej stronie."],"Content to put after each post in the feed":["Treść dodawana na końcu każdego wpisu w wątku RSS"],"Content to put before each post in the feed":["Zawartość, która ma pojawić się przed wpisem w RSS"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Ta funkcja jest wykorzystywana do automatycznego dodawania treści do kanału RSS, a dokładniej, jest przeznaczona do dodawania linków zwrotnych do Twojego bloga i wpisów aby aplikacje pobierające treści RSS również je dodawały, co pomaga wyszukiwarkom identyfikowanie Twojej strony jako oryginalne źródło treści."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Użycie tej funkcji związanej z menu okruszkowym zostało wyjaśnione w %1$s artykule o wdrożeniu menu okruszkowego w naszej bazie wiedzy%2$s."],"How to insert breadcrumbs in your theme":["Jak wstawić okruszki do motywu"],"Blog":["Strony z wpisami"],"Content type archive to show in breadcrumbs for taxonomies":["Archiwum typu treści wyświetlane w menu okruszków dla taksonomii"],"Taxonomy to show in breadcrumbs for content types":["Taksonomia wyświetlana w menu okruszków dla typów treści"],"Breadcrumb for 404 Page":["Okruszki dla stron 404"],"Prefix for Search Page breadcrumbs":["Prefiks okruszków dla strony z wynikami wyszukiwania"],"Prefix for Archive breadcrumbs":["Prefiks okruszków dla archiwów"],"Prefix for the breadcrumb path":["Prefiks ścieżki okruszków"],"Anchor text for the Homepage":["Tekst linka do strony głównej"],"Separator between breadcrumbs":["Separator pomiędzy okruszkami"],"Enable Breadcrumbs":["Włącz okruszki"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Poniżej znajdują się oceny SEO opublikowanych wpisów. Możesz zacząć je ulepszać już teraz!"],"Credits":["Autorzy"],"« Back to Tools page":["« Powrót do Narzędzi"],"%1$s comes with some very powerful built-in tools:":["%1$s posiada bardzo przydatne, wbudowane narzędzia:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["To narzędzie pozwala na szybką zmianę zawartości plików ważnych dla pozycjonowania, takich jak robots.txt i .htaccess (jeśli go używasz)."],"File editor":["Edytor plików"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Możesz importować ustawienia z innych wtyczek do pozycjonowania i eksportować ustawienia w celu szybkiego ich wdrożenia na innych swoich witrynach."],"Import and Export":["Import i eksport"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["To narzędzie pozwala na szybką zmianę tytułów i opisów Twoich stron i wpisów, bez potrzeby wchodzenia na każdą podstronę edycji treści z osobna."],"Bulk editor":["Edytor hurtowy"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Aby %1$szweryfikować Twoją witrynę w Pinterest%2$s, wklej tutaj jego znacznik meta:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest używa danych meta Open Graph podobnie jak Facebook, więc upewnij się, że w zakładce Facebook masz włączoną obsługę Open Graph, aby Twoja witryna była zoptymalizowana dla serwisu Pinterest."],"The default card type to use":["Domyślny typ karty do użycia"],"Add Twitter card meta data":["Dodaj dane meta Karty Twitter"],"This image is used if the post/page being shared does not contain any images.":["Ten obraz jest używany, gdy udostępniony post/strona nie zawiera żadnych obrazów."],"Default settings":["Ustawienia domyślne:"],"Copy home meta description":["Wklej meta opis"],"Description":["Opis"],"Image URL":["Adres URL obrazka"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["To są ustawienia tytułu, opisu i grafiki dla tagów Open Graph strony głównej Twojej witryny."],"Frontpage settings":["Ustawienia strony głównej"],"Add Open Graph meta data":["Włącz dodawanie danych Open Graph"],"YouTube URL":["Adres YouTube"],"Pinterest URL":["Adres Pinterest"],"MySpace URL":["Adres MySpace"],"LinkedIn URL":["Adres LinkedIn"],"Instagram URL":["Adres Instagramu"],"Twitter Username":["Nazwa użytkownika na Twitterze"],"Facebook Page URL":["Adres URL strony na Facebooku"],"Accounts":["Profile"],"Restore site to defaults":["Przywróć ustawienia domyślne"],"Site ID":["ID Witryny"],"Using this form you can reset a site to the default SEO settings.":["Używając tego formularza możesz przywrócić domyślne ustawienia SEO dla witryny."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Pewne ustawienia, takie jak prywatności (np. administratorzy stron na Facebooku), czy nadpisywania tytułów nie zostaną zaimportowane do nowych witryn."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Wprowadź %1$sID Witryny%2$s, której ustawienia mają być domyślnie używane dla witryn dodawanych do Twojej sieci stron. Pozostaw pole puste, by użyć domyślnych ustawień wtyczki."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Wybierz stronę, której ustawienia chcesz traktować jako domyślne dla stron dodawanych do Twojej sieci witryn. Jeśli wybierzesz \"Żadna\" (None), użyte będą domyślne ustawienia wtyczki."],"New sites in the network inherit their SEO settings from this site":["Nowe strony w sieci odziedziczają ustawienia SEO z tej witryny"],"Super Admins only":["Tylko Super Administratorzy"],"Site Admins (default)":["Administratorzy strony (domyślne)"],"Who should have access to the %1$s settings":["Kto powinien mieć dostęp do ustawień %1$s"],"spam":["spam"],"mature":["dorosły"],"archived":["zarchiwizowany"],"public":["publiczny"],"%s restored to default SEO settings.":["%s przywrócono do domyślnych ustawień SEO."],"Settings Updated.":["Ustawienia zostały zaktualizowane."],"404 pages":["Strony 404"],"Search pages":["Strony z wynikami wyszukiwania"],"These pages will be %s by default, so they will never show up in search results.":["Te strony będą domyślnie oznaczone opcjami %s. Z tego też powodu nigdy nie pojawią się w wynikach wyszukiwania."],"Special Pages":["Strony specjalne"],"Date-based archives could in some cases also be seen as duplicate content.":["Archiwa dat mogą w pewnych przypadkach także być postrzegane jako zduplikowana treść."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Jeśli taka sytuacja ma miejsce na Twojej witrynie, możesz wyłączyć strony archiwów autorów (wtedy utworzone zostanie przekierowanie z nich na stronę główną), albo dodać do nich %s, co zapobiegnie ich wyświetlaniu w wynikach wyszukiwania."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Jeśli wpisy na Twoim blogu pochodzą od jednego autora, to archiwum tego autora będzie mieć taką samą treść, jak strona główna. Ten problem nazywamy %1$szduplikowaną treścią%2$s."],"Date archives":["Archiwa dat"],"author archives":["archiwa autorów"],"Title":["Tytuł"],"%1$s Meta Box":["Ustawienia meta %1$s"],"Hide":["Ukryj"],"Date in Snippet Preview":["Data w podglądzie"],"Take note:":["Uwaga:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Możesz określić tytuł i opis strony z wpisami %1$sedytując tę stronę bloga%2$s"],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Możesz określić tytuł i opis strony głównej %1$sedytując tę stronę główną%2$s"],"Homepage & Front page":["Strona główna (Homepage) & strona z wpisami (Front page)"],"Title Separator":["Separator tytułu"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s automatycznie wykrył, czy jest potrzeba stosowania wymuszonego nadpisywania tytułów na Twojej stronie. Jeśli jednak uważasz, że obecne ustawienie nie jest poprawne i wiesz, co robisz, możesz zmienić je w tym miejscu."],"Force rewrite titles":["Wymuszanie nadpisywania tytułów"],"Taxonomies":["Taksonomie"],"Homepage":["Strona główna"],"%1$s Extensions":["Rozszerzenia %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Bezproblemowo połącz WooCommerce z %1$s, by zyskać nowe możliwości!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Z łatwością zajmij wyższe pozycje w Mapach Google!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Jesteś w Google News? Zwiększ ruch z Google News przez optymalizację!"],"Optimize your videos to show them off in search results and get more clicks!":["Optymalizuj swoje filmy, by wyróżniały się w wynikach wyszukiwania i przynosiły większy ruch!"],"The premium version of %1$s with more features & support.":["Wersja premium %1$s z większą ilością opcji i wsparciem technicznym."],"Person":["Osoba"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Te informacje wyświetlane są jako metadane twojej witryny. Przeznaczone są dla %1$sGoogle Knowledge Graph%2$s. Możesz występować jako organizacja lub osoba prywatna."],"Website name":["Nazwa witryny"],"Webmaster Tools":["Narzędzia webmasterów"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Nazwa wpisu nie jest ustawiona jako bezpośredni odnośnik stron i wpisów, co jest zdecydowanie rekomendowane. Rozważ ustawienie bezpośrednich odnośników na /%postname%/."],"RSS":["Kanał RSS"],"Breadcrumbs":["Okruszki"],"or":["lub"],"Save Profile":["Zapisz profil"],"There were no profiles found":["Nie znaleziono żadnych profilów"],"Profile":["Profil"],"Current profile":["Obecny profil"],"Authenticate":["Uwierzytelnij"],"Get Google Authorization Code":["Pobierz kod uwierzytelniający Google"],"Reload crawl issues":["Wczytaj ponownie błędy indeksowania"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Aby mieć możliwość stworzenia przekierowania i naprawienia tego problemu potrzebujesz wtyczki %1$s. Możesz kupić wtyczkę, wraz z rocznym wsparciem i aktualizacjami, na stronie %2$s."],"Creating redirects is a %s feature":["Tworzenie przekierowań jest funkcją %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Błędy, które wystąpiły tylko przy przeglądaniu Twojej strony przez roboty Google dla Telefonów z internetem (błędy nie wystąpiły w wersji strony dla komputera)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Błędy, które wystąpiły tylko podczas przeglądania Twojej witryny przez robota Google Mobile (błędy nie wystąpiły w wersji na komputer)."],"Errors that occurred when your site was crawled by Googlebot.":["Błędy, które wystąpiły podczas ostatniej wizyty robota Google"],"Issue categories":["Kategorie problemów"],"Incorrect Google Authorization Code.":["Nieprawidłowy kod uwierzytelniający Google"],"The issues have been successfully reloaded!":["Lista problemów została pomyślnie pobrana ponownie."],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Dane %1$s zostały usunięte. Musisz ponownie autoryzować dostęp, jeżeli chcesz ponownie pobierać dane."],"Crawl errors per page":["Błędy indeksowania stron"],"Search":["Szukaj"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Nie przegap błędów indeksowania witryny: %1$społącz ją z Google Search Console%2$s."],"Create redirect":["Stwórz przekierowanie"],"Mark as fixed":["Oznacz jako naprawione"],"Response code":["Kod odpowiedzi"],"First detected":["Pierwsze wykrycie"],"Last crawled":["Ostatnio sprawdzono"],"URL":["Adres URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s wykrył, że używasz wtyczki %2$s w wersji, która nie jest kompatybilna z %1$s. Uaktualnij %2$s do najnowszej wersji, aby mieć dostęp do tej funkcji."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Wtyczki Yoast współpracują ze sobą przez używanie wspólnego kodu, co przyspiesza działanie Twojej witryny. Skutkiem tego, wszystkie wtyczki Yoast muszą być zaktualizowane do najnowszych wersji. Zauważyliśmy, że tak nie jest, więc prosimy o przeprowadzenie aktualizacji wtyczek firmy Yoast."],"Feature phone":["Telefon z internetem"],"Smartphone":["Smartfon"],"Desktop":["Wersja dla komputera"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Wskazany adres URL nie istnieje, ale Twój serwer nie zwraca błędu 404 (strony nie znaleziono)."],"Soft 404":["Miękkie 404"],"Request timed out or site is blocking Google.":["Zapytanie przekroczyło czas oczekiwania na odpowiedź lub witryna blokuje Google."],"Server Error":["Błąd serwera"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Robot Google może otworzyć Twoją stronę, ale dostęp przez niego do niektórych adresów URL jest zablokowany przez wpisy w pliku %1$s. Ta blokada może być nałożona na wszystkie roboty Google lub nawet tylko dla robota Google Mobile."],"Blocked":["Zablokowano"],"Google was unable to crawl this URL due to an undetermined issue.":["Google nie mogło otworzyć tego adresu URL z nieznanych przyczyn."],"URL points to a non-existent page.":["Adres URL wskazuje na stronę, która nie istnieje."],"Not found":["Nie znaleziono"],"Not followed":["Z atrybutem nofollow"],"Faulty redirects":["Błędne przekierowania"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Serwer wymaga uwierzytelnienia lub blokuje robotowi Google dostęp do witryny."],"Access denied":["Dostęp zabroniony"],"Deactivate %s":["Wyłącz %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Wtyczka %1$s może powodować problemy w połączeniu z wtyczką %2$s."],"Upload Image":["Dodaj obrazek"],"Remove these ads?":["Usunąć te reklamy?"],"%s Posts Overview":["Przegląd wpisów według %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Tytuł w menu okruszkowym jest wyświetlany w menu okruszkowym w miejscu reprezentującym tą taksonomię."],"Breadcrumbs title":["Tytuł okruszków"],"The canonical link is shown on the archive page for this term.":["Link kanoniczny jest wyświetlany na stronie archiwum tego terminu."],"Facebook App ID":["ID Aplikacji na Facebooku"],"Pinterest":["Pinterest"],"Other":["Inne"],"Archives":["Archiwa"],"Email":["Email"],"Previous":["Wstecz"],"Next":["Dalej"],"Close":["Zamknij"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Wtyczki %1$s i %2$s generują mapy XML tej witryny. Nie ma potrzeby, by robiły to dwie wtyczki, a może to powodować spowolnienie witryny."],"Configure %1$s's Open Graph settings":["Skonfiguruj ustawienia OpenGraph we wtyczce %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Wtyczki %1$s oraz %2$s generują znaczniki OpenGraph, co może powodować, że serwisy społecznościowe takie jak Facebook, Twitter, czy LinkedIn zastosują niewłaściwe opisy i obrazki podczas publikowania przez Internautów odnośników do twojej strony."],"%s Image":["Obrazek - %s"],"%s Description":["Opis - %s"],"%s Title":["Tytuł - %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Zalecany rozmiar obrazka dla serwisu %1$s wynosi %2$s pikseli."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Jeśli chcesz zmienić domyślny obrazek, widoczny przy udostępnianiu tego wpisu na %s, dodaj lub wybierz obrazek, bądź wprowadź jego adres w tym miejscu."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Jeśli nie chcesz używać opisu meta tej podstrony przy udostępnianiu jej na %s, lecz chcesz podać osobny opis, wpisz go tutaj."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Jeśli nie chcesz używać tytułu tej podstrony przy udostępnianiu jej na %s, lecz chcesz podać osobny tytuł, wpisz go tutaj."],"very difficult":["bardzo trudna"],"Try to make shorter sentences, using less difficult words to improve readability":["Aby poprawić czytelność, spróbuj trochę skrócić zdania i używać prostszych słów"],"difficult":["trudna"],"Try to make shorter sentences to improve readability":["Aby poprawić czytelność, spróbuj trochę skrócić zdania"],"fairly difficult":["dość trudna"],"OK":["OK"],"fairly easy":["dość łatwa"],"easy":["łatwa"],"very easy":["bardzo łatwa"],"Meta Desc.":["Opis w Tagu Meta"],"All SEO Scores":["Wszystkie oceny SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problem z pozycjonowaniem: Obrazek wyróżniający powinien mieć rozmiary przynajmniej 200 x 200 pixeli, by Facebook i inne serwisy społecznościowe mogły go użyć."],"(no parent)":["(brak rodzica)"],"Post is set to noindex.":["Post jest ustawiony na noindex"],"The URL that this page should redirect to.":["Adres URL na przekierowania strony."],"301 Redirect":["Przekierowanie 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Podaj kanoniczny adres URL, na który ta strona powinna wskazywać, albo pozostaw pole puste, aby zastosować domyślny bezpośredni adres strony. %1$sAdresy kanoniczne dla zewnętrznych domen%2$s także są obsługiwane."],"Canonical URL":["Kanoniczny URL"],"Title to use for this page in breadcrumb paths":["Tytuł strony w ścieżce okruszków"],"Breadcrumbs Title":["Tytuł okruszków"],"No Snippet":["Bez podglądu"],"No Archive":["Bez archiwum"],"No Image Index":["Bez indeksu grafik"],"None":["Brak"],"Site-wide default: %s":["Domyślne ustawienia witryny: %s"],"Advanced meta robots settings for this page.":["Zaawansowane ustawienia meta robots dla tej strony."],"Meta robots advanced":["Zaawansowane ustawienia znaczników meta dla robotów"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Uwaga: mimo, że możesz tu zmienić ustawienia meta robots, cała witryna ma obecnie ustawiony atrybut noindex w ustawieniach WordPressa, więc te zmiany nie przyniosą żadnego skutku."],"Meta description":["Opis"],"SEO Title":["Tytuł SEO"],"Focus keyword":["Słowo kluczowe"],"Snippet preview":["Podgląd tej strony w wynikach wyszukiwania"],"Settings successfully imported.":["Ustawienia zostały zaimportowane."],"Settings could not be imported:":["Ustawienia nie mogą zostać zaimportowane:"],"Breadcrumb for 404 pages:":["Okruszek dla stron błędu 404:"],"Prefix for search result pages:":["Prefiks dla strony z wynikami wyszukiwania:"],"Prefix for archive pages:":["Prefiks dla stron archiwum:"],"Prefix for breadcrumbs:":["Prefiks dla menu okruszkowego:"],"Anchor text for the homepage:":["Treść okruszka strony głównej:"],"Breadcrumbs separator:":["Separator okruszków:"],"%s Breadcrumbs":["Okruszki %s"],"Use Image":["Użyj obrazka"],"Action":["Działanie"],"Page URL/Slug":["Adres podstrony (slug)"],"Publication date":["Data publikacji"],"Post Status":["Stan podstrony"],"WP Page Title":["Tytuł podstrony w WP"],"View":["Zobacz"],"View “%s”":["Zobacz “%s”"],"Preview":["Podgląd"],"Preview “%s”":["Podgląd “%s”"],"Edit":["Edytuj"],"Filter":["Filtruj"],"New Yoast Meta Description":["Nowy Opis Meta w Yoast"],"Existing Yoast Meta Description":["Aktualny Opis Meta w Yoast"],"Facebook profile URL":["URL profilu na Facebooku"],"Twitter username (without @)":["Nazwa użytkownika Twitter (bez @)"],"FAQ":["FAQ"],"Premium Support":["Płatne Wsparcie"],"Settings":["Ustawienia"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Udaj się do sekcji %1$sUstawienia czytania%2$s i odznacz pole opisujące Widoczność witryny dla wyszukiwarek."],"Huge SEO Issue: You're blocking access to robots.":["Duży problem z SEO: Blokujesz dostęp dla wyszukiwarek."],"Posts":["Wpisy"],"Edit Files":["Edytuj pliki"],"Advanced Variables":["Zaawansowane Zmienne"],"Basic Variables":["Podstawowe zmienne"],"General":["Ogólne"],"Extensions":["Rozszerzenia"],"Search Console":["Search Console"],"Tools":["Narzędzia"],"Advanced":["Zaawansowane"],"XML sitemaps":["Mapa strony XML"],"Social":["Społeczności"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s wykrył, że używasz wersji %2$s wtyczki %3$s. Uaktualnij ją do najnowszej wersji, aby uniknąć problemów z kompatybilnością."],"Just another WordPress site":["Kolejna witryna oparta na WordPressie"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Twoja witryna ma wprowadzony domyślny opis WordPressa, natomiast nawet pusty opis byłby zapewne lepszy. %1$sMożesz zmienić opis w sekcji Personalizacji%2$s."],"You have used HTML in your value which is not allowed.":["W wartości podałeś kod HTML, co nie jest dozwolone."],"You can't edit %s that aren't yours.":["Nie możesz edytować treści %s których nie jesteś autorem."],"You can't edit %s.":["Nie możesz edytować %s."],"Post has an invalid Content Type: %s.":["Treść ma niepoprawny typ: %s."],"Post doesn't exist.":["Wpis nie istnieje."],"course\u0004Free:":["Darmowy:"],"posts\u0004Trash (%s)":["Kosz (%s)","Kosz (%s)","Kosz (%s)"],"posts\u0004All (%s)":["Wszystkie: (%s)","Wszystkie: (%s)","Wszystkie: (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/pt_AO.json b/Resources/Private/Languages/pt_AO.json index ed01a90..838091d 100644 --- a/Resources/Private/Languages/pt_AO.json +++ b/Resources/Private/Languages/pt_AO.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"pt_AO"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":["Remover esta mensagem"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":["Servir clientes locais?"],"Get the %s plugin now":["Obter o plugin %s agora"],"Organization social profiles":["Perfis sociais da organização"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":["Informações pessoais"],"Organization logo":["Logo da organização"],"Organization name":["Nome da organização"],"Choose whether the site represents an organization or a person.":["Escolha se o site representa uma organização ou uma pessoa."],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":["Isso significa que o formulário e a informação abaixo estão desativados, e não utilizados."],"Your website is currently configured to represent a Person":["O seu site está configurado de momento para representar uma pessoa"],"(if one exists)":["(se existir)"],"Wikipedia page about you":["Página da Wikipedia sobre você"],"YouTube profile URL":["URL do perfil do YouTube"],"Tumblr profile URL":["URL do perfil do Tumblr"],"SoundCloud profile URL":["URL do perfil do SoundCloud"],"MySpace profile URL":["URL do perfil do MySpace"],"Organization or person":["Organização ou Pessoa"],"The person":["A pessoa"],"Organization":["Organização"],"Does your site represent a person or an organization?":["Seu site representa uma pessoa ou uma organização?"],"The name of the organization":[" O nome da organização"],"Provide an image of the organization logo":[" Fornecer uma imagem do logotipo da organização"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":["Selecionar um usuário..."],"Uncategorized":["Sem categoria"],"Name:":["Nome:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":["Pontuação SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":["Nenhum objecto JSON devolvido."],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":["Frase-chave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"Free":["Gratuito"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Página %s"],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["Obtenha uma análise ainda melhor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":["Melhore a partilha no Facebook e no Pinterest"],"You do not have the required rights to export settings.":["Não tem permissão para exportar definições."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":["Estas são definições do plugin %1$s da %2$s"],"No settings found.":["Nenhuma definição encontrada."],"Export your %1$s settings here, to copy them on another site.":["Exporte aqui as suas definições do %1$s, para copiar para outro site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["A importação de definições apenas é suportada em servidores com o PHP 5.3 ou superior."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importe as definições colando aqui as definições copiadas de outro site e clicando em \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["AVISO:"],"Learn about why permalinks are important for SEO.":[""],"Google Ads":[""],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Limpar imagem"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase-chave na slug%2$s: Mais de metade da sua frase-chave aparece na slug. Isto é óptimo!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase-chave na slug%2$s: Óptimo trabalho!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":["Ajuda sobre como escolher uma frase-chave principal perfeita"],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":["Ignorar a notificação de actualização do %s"],"Upgrade to %s":["Actualize para o %s"],"%1$s video":["Vídeo sobre %1$s"],"Get %s":["Obter o %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sComprimento do texto%4$s: O texto contém %1$d palavra.","%2$sComprimento do texto%4$s: O texto contém %1$d palavras."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sComprimento do texto%3$s: O texto contém %1$d palavra. Bom trabalho!","%2$sComprimento do texto%3$s: O texto contém %1$d palavras. Bom trabalho!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase-chave na descrição%2$s: A descrição contém a frase-chave %3$s vezes, o que é superior ao máximo recomendado de 2 vezes. %4$sLimite isto%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":["%1$sComprimento da frase-chave%2$s: Bom trabalho!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase-chave na introdução%2$s: Muito bem!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribuição de subtítulos%2$s: Óptimo trabalho!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":["%1$sComprimento da frase%2$s: Óptimo!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["Bom trabalho!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Frase-chave principal"],"%1$s with ID %2$s couldn't be patched":["Não foi possível aplicar patch a %1$s com o ID %2$s"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Pedido POST inválido. Os valores dos metadados já existem para o objecto com ID %1$s."],"Indexable with ID `%1$s` does not exist":["Não existe indexável com ID `%1$s`"],"No object with ID %1$s and %2$s could be found":["Nenhum objecto encontrado com o ID %1$s e do tipo %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` não é um subtipo válido de `%2$s`"],"The object type `%1$s` is invalid":["O tipo de objecto `%1$s` é inválido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Foi passado um tipo inválido para o parâmetro `%1$s`. É esperado `%2$s`, mas foi obtido `%3$s`"],"The parameter `%1$s` cannot be empty.":["O parâmetro `%1$s` não pode estar em branco."],"Check Keyphrase Density":["Verificar densidade de frases-chave"],"Disable":["Desactivar"],"Allow Control":["Permitir controlo"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Frase-chave:"],"Remove keyphrase":["Remover frase-chave"],"This feature has been disabled by the network admin.":["Esta funcionalidade foi desactivada pelo administrador da rede."],"Focus keyphrase not set.":["Frase-chave principal não definida."],"Multiple keyphrases":["Múltiplas frases-chave"],"Colon":["Dois pontos"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Ambos os plugins %1$s e %2$s gerem o SEO do seu site. A execução simultânea de dois plugins de SEO é prejudicial."],"There is a new notification.":["Existe uma nova notificação.","Existem novas notificações."],"Learn more about the readability analysis":["Saiba mais sobre a análise de legibilidade"],"Describe the duration of the instruction:":["Descreva a duração das instruções:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personalize a forma como quer descrever a duração das instruções."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Esta é uma lista de conteúdos relacionados para os quais poderá criar ligações no seu conteúdo. {{a}}Leia o nosso artigo sobre a estrutura do site{{/a}} para saber mais sobre como as ligações internas podem ajudar a melhorar o seu SEO."],"%s, %s and %s":["%s, %s e %s"],"%s and %s":["%s e %s"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d dia","%d dias"],"Enter a step title":["Insira o título do passo"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Isto permite-lhe ter melhor controlo sobre os estilos dos passos."],"CSS class(es) to apply to the steps":["Classe(s) CSS a aplicar aos passos"],"minutes":["minutos"],"hours":["horas"],"days":["dias"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Crie um tutorial compatível com SEO. Apenas pode utilizar um bloco de tutorial por conteúdo."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Crie uma lista de perguntas frequentes compatível com SEO. Apenas pode utilizar um bloco de perguntas frequentes por conteúdo."],"Copy error":["Erro ao copiar"],"An error occurred loading the %s primary taxonomy picker.":["Ocorreu um erro ao carregar o selector da taxonomia principal de %s."],"%1$s Structured Data Blocks":["Blocos de dados estruturados do %1$s"],"Time needed:":["Tempo necessário:"],"Move question down":["Mover pergunta para baixo"],"Move question up":["Mover pergunta para cima"],"Insert question":["Inserir pergunta"],"Delete question":["Eliminar pergunta"],"Enter the answer to the question":["Insira a resposta à pergunta"],"Enter a question":["Insira uma pergunta"],"Add question":["Adicionar pergunta"],"Frequently Asked Questions":["Perguntas frequentes"],"Great news: you can, with %s!":["Boas notícias: pode, com o %s!"],"Select the primary %s":["Seleccionar %s principal"],"Check links to this URL":["Verificar ligações para este URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Está a tentar usar múltiplas frases-chave? Deve adicioná-las abaixo separadamente."],"Mark as cornerstone content":["Marcar como conteúdo principal"],"Move step down":["Mover passo para baixo"],"Move step up":["Mover passo para cima"],"Insert step":["Inserir passo"],"Delete step":["Eliminar passo"],"Add image":["Adicionar imagem"],"Enter a step description":["Insira a descrição do passo"],"Enter a description":["Insira uma descrição"],"Unordered list":["Lista não ordenada"],"Showing step items as an ordered list.":["Mostrar passos como uma lista ordenada."],"Showing step items as an unordered list":["Mostrar passos como uma lista não ordenada."],"Add step":["Adicionar passo"],"Delete total time":["Eliminar tempo total"],"Add total time":["Adicionar tempo total"],"How to":["Como"],"How-to":["Tutorial"],"Snippet Preview":["Pré-visualização do fragmento"],"Analysis results":["Resultados da análise"],"Enter a focus keyphrase to calculate the SEO score":["Insira uma frase-chave principal para calcular a classificação SEO"],"Learn more about Cornerstone Content.":["Saiba mais sobre conteúdo principal."],"Cornerstone content should be the most important and extensive articles on your site.":["Os conteúdos principais devem ser os artigos mais importantes e extensos do seu site."],"Restore Site":["Repor site"],"Network Settings":["Definições da rede"],"You are not allowed to perform this action.":["Não tem permissão para executar esta acção."],"Error: %s":["Erro: %s"],"Success: %s":["Sucesso: %s"],"Site with ID %d not found.":["Site com ID %d não encontrado."],"No site has been selected to restore.":["Nenhum site seleccionado para repor."],"You are not allowed to modify unregistered network settings.":["Não tem permissão para modificar opções não explicitamente registadas na rede."],"deleted":["eliminado"],"Would you like to add another keyphrase?":["Gostaria de adicionar outra frase-chave?"],"image preview":["Pré-visualização da imagem"],"Copied!":["Copiado!"],"Not supported!":["Não suportado!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Ao adicionar mais algum texto, será mostrada aqui uma lista de conteúdos relacionados, para os quais poderá adicionar ligações no seu conteúdo."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Considere criar ligações para estes {{a}}artigos principais{{/a}}:"],"Consider linking to these articles:":["Considere criar ligações para estes artigos:"],"Copy link":["Copiar ligação"],"Copy link to suggested article: %s":["Copiar ligação para o artigo sugerido: %s"],"The site's tagline":["A descrição do site"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":["Não foram preenchidos todos os campos obrigatórios. Falta o campo %1$s"],"Optimize your site for Google News.":["Optimize o seu site para Google News."],"Optimize your shop's SEO and sell more products!":["Melhore o SEO da sua loja e venda mais produtos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Seja encontrado na pesquisa Google Video e aumente a partilha do seu vídeo nas redes sociais."],"Be found in Google Maps and local results.":["Seja encontrado no Google Maps e nos resultados locais."],"Learn practical SEO skills to rank higher in Google.":[""],"Don’t waste time figuring out the best settings yourself.":["Não perca o seu tempo à procura das melhores configurações."],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":["Adicionar sinónimos"],"Would you like to add keyphrase synonyms?":["Gostaria de adicionar sinónimos da frase-chave?"],"Would you like to add more than one keyphrase?":["Gostaria de adicionar mais do que uma frase-chave?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Pode editar os metadados de SEO para este tipo de conteúdo personalizado na %1$spágina da loja%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Não definiu a página da loja nas configurações do WooCommerce. Por favor, faça isto primeiro."],"Current year":["Ano actual"],"Page":["Página"],"Breadcrumb settings for %s archive":["Definições de breadcrumbs para o arquivo de %s"],"Tagline":["Descrição"],"Modify your meta description by editing it right here":["Modifique sua descrição editando-a aqui"],"description (custom taxonomy)":["descrição (taxonomia personalizada)"],"(custom taxonomy)":["(taxonomia personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":[""],"Caption":["Legenda"],"Pagenumber":["Número de página"],"Pagetotal":["Total de páginas"],"Page number":["Número de página"],"User description":["Descrição do utilizador"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":["Tipo de conteúdo (plural)"],"Post type (singular)":["Tipo de conteúdo (singular)"],"Separator":["Separador"],"Search phrase":["Frase de pesquisa"],"Term title":["Título do termo"],"Term description":["Descrição do termo"],"Tag description":["Descrição da etiqueta"],"Category description":["Descrição da categoria"],"Primary category":["Categoria principal"],"Category":["Categoria"],"Tag":["Etiqueta"],"Excerpt only":["Apenas o excerto"],"Excerpt":["Excerto"],"Site title":["Título do site"],"Archive title":["Título do arquivo"],"Parent title":["Título do superior"],"Date":["Data"],"Label":["Legenda"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Deverá criar um redireccionamento para garantir que seus visitantes não recebem um erro 404 ao clicarem no URL que não já funciona."],"Search engines and other websites can still send traffic to your deleted post.":["Os motores de pesquisa e outros sites ainda poderão enviar tráfego para o seu conteúdo eliminado."],"Make sure you don't miss out on traffic!":["Certifique-se de não perder o tráfego!"],"You just deleted a %1$s.":["Eliminou um(a) %1$s."],"You just trashed a %1$s.":["Moveu um(a) %1$s para o lixo."],"Settings for %s archive":["Definições do arquivo de %s"],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Note that not all variables can be used in every field.":["Atenção que nem todas as variáveis podem ser usadas em todos os campos."],"Snippet variables":["Variáveis de fragmentos"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["O %1$s respeita a sua privacidade. Leia a nossa %2$spolítica de privacidade%3$s sobre como utilizamos as suas informações pessoais."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Se souber o que isto significa e não quiser mais ver esta mensagem, pode %1$sdescartar esta mensagem%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":["Tipo desconhecido %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inclui uma conta gratuita em MyYoast que lhe dá acesso ao nosso curso gratuito \"SEO for Beginners\"!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Subscreva a nossa newsletter para receber as últimas novidades do %1$s ou dos outros plugins da %2$s, e para receber notícias e dicas relevantes do universo SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obtenha o seu código de verificação do Baidu em %1$sFerramentas de webmaster do Baidu%2$s."],"Baidu verification code":["Código de verificação do Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["A funcionalidade do importador do %s usa tabelas temporárias de base de dados. Parece que a sua instalação WordPress não tem a capacidade de fazer isto, consulte seu serviço de alojamento."],"Cleanup of %s data failed.":["Falhou ao limpar os dados de %s."],"Content Type":["Tipo de conteúdo"],"Filter by content type":["Filtrar por tipo de conteúdo"],"Show All Content Types":["Mostrar todos os tipos de conteúdo"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["Substituído pelo título normal de um arquivo gerado pelo WordPress"],"Clean":["Limpar"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Quando se certificar que o seu site está bem, pode limpar. Isto irá remover todos os dados originais."],"Step 5: Clean up":["Passo 5: Limpeza"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Deve executar o assistente de configuração a partir da página SEO → Geral → Painel, para garantir que todas as definições do seu site estão correctas."],"Step 4: Run the configuration wizard":["Passo 4: Execute o assistente de configuração"],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, verifique se os metadados dos seus conteúdos e páginas foram importados com sucesso."],"Step 3: Check your data":["Passo 3: Verifique seus dados"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Passo 2: Importação"],"Please make a backup of your database before starting this process.":["Por favor, faça uma cópia de segurança da sua base de dados antes de iniciar este processo."],"Step 1: Create a backup":["Passo 1: Crie uma cópia de segurança"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Foram detectados dados de um ou mais plugins de SEO no seu site. Por favor siga os seguintes passos para importar os dados respectivos:"],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Conteúdos que não devem ser apresentados nos resultados de pesquisa"],"%s data found.":["Foram encontrados dados de %s."],"%s data successfully removed.":["Os dados de %s foram removidos com sucesso."],"%s data successfully imported.":["Os dados de %s foram importados com sucesso."],"%s data not found.":["Não foram encontrados dados de %s."],"Improve your SEO skills":["Melhore as suas competências de SEO"],"24/7 email support":["Suporte por email 24/7"],"No more dead links a.k.a. 404 pages":["Não mais ligações quebradas, também conhecidas como páginas 404"],"Get real-time suggestions for internal links":["Obtenha sugestões em tempo real para ligações internas"],"Preview your page in Facebook and Twitter":["Pré-visualize a sua página no Facebook e Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Clique no botão \"%3$s\" para usar a descrição já definida na %1$sApresentação da pesquisa da página inicial%2$s."],"Help on copying the home meta description":["Ajude-nos a copiar a descrição da página inicial"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Para que os motores de pesquisa conheçam os perfis de redes sociais associados ao site, insira abaixo os dados respectivos."],"Learn more about your social profiles settings":["Saiba mais sobre a configuração dos seus perfis em redes sociais"],"Remove the categories prefix":["Remover prefixo de categorias"],"Help on the category prefix setting":["Ajuda sobre a configuração de prefixo da categoria"],"Learn more about the available variables":["Saiba mais sobre as variáveis ​​disponíveis"],"Learn more about the RSS feed setting":["Saiba mais sobre a configuração do feed RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Ao carregar itens multimédia (por exemplo, uma imagem ou um vídeo) para o WordPress, não é guardado apenas o item multimédia, é criado também um URL do anexo respectivo. Estas páginas de anexo são bastante simples: contêm o item multimédia e eventualmente um título, caso o tenha inserido. Por isso, se nunca usar estes URL de anexos, é melhor desactivar e redireccionar para o próprio item multimédia."],"Learn more about the Media and attachment URLs setting":["Saiba mais sobre a configuração do URL de multimédia e anexos"],"Learn more about the title separator setting":["Saiba mais sobre a configuração do separador do título"],"Learn more about the knowledge graph setting":["Saiba mais sobre a configuração do Gráfico de Conhecimento"],"Learn more about the homepage setting":["Saiba mais sobre a configuração da página inicial"],"Learn more about the special pages setting":["Saiba mais sobre a configuração de páginas especiais"],"Help on the date archives search results setting":["Ajuda sobre a configuração dos resultados de pesquisa do arquivo por datas"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Não mostrar o arquivo de autores sem conteúdos nos resultados de pesquisa, tecnicamente significa que este terá a informação %1$s para robôs e será excluído dos sitemaps XML. %2$sMais informações sobre as definições dos resultados de pesquisa%3$s."],"Help on the authors without posts archive search results setting":["Ajuda sobre a configuração dos resultados de pesquisa do arquivo de autores sem conteúdos"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Não mostrar o arquivo por autores nos resultados de pesquisa, tecnicamente significa que este terá a informação %1$s para robôs e será excluído dos sitemaps XML. %2$sMais informações sobre as definições dos resultados de pesquisa%3$s."],"Help on the author archives search results setting":["Ajuda sobre a configuração dos resultados de pesquisa do arquivo por autores"],"Archives settings help":["Ajuda sobre as definições de arquivo"],"Learn more about the archives setting":["Saiba mais sobre a configuração dos arquivos"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obtenha seu código de verificação do Yandex em %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Código de verificação do Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obtenha seu código de verificação do Google em %1$sGoogle Search Console%2$s."],"Google verification code":["Código de verificação do Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obtenha o seu código de verificação do Bing em %1$sFerramentas de webmaster do Bing%2$s."],"Bing verification code":["Código de verificação do Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["Saiba mais sobre a verificação das ferramentas de webmaster"],"On":["Ligado"],"Help on: %s":["Ajuda sobre: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["O %1$s inclui muitas funcionalidades. Pode activar / desactivar algumas abaixo. Ao clicar no ponto de interrogação obtém mais informações sobre a funcionalidade."],"Off":["Desligado"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":["Segurança: sem definições avançadas para autores"],"See who contributed to %1$s.":["Veja quem contribuiu para o %1$s."],"Help on this search results setting":["Ajuda sobre a configuração destes resultados de pesquisa"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Não mostrar o arquivo de %1$s nos resultados de pesquisa, tecnicamente significa que este terá a informação %2$s para robôs e será excluído dos sitemaps XML. %3$sMais informações sobre as definições dos resultados de pesquisa%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Não mostrar %1$s nos resultados de pesquisa, tecnicamente significa que estes terão a informação %2$s para robôs e serão excluídos dos sitemaps XML. %3$sMais informações sobre as definições dos resultados de pesquisa%4$s."],"Check SEO configuration":["Verificar a configuração de SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Quer verificar se as suas definições do %1$s estão bem? %2$sAbra de novo o assistente de configuração%3$s para as validar."],"Default for %2$s, currently: %1$s":["Por omissão para %2$s, actualmente: %1$s"],"Show %s in search results?":["Mostrar %s nos resultados de pesquisa?"],"this author's archives":["o arquivo deste autor"],"Do not allow search engines to show %s in search results.":["Não permitir aos motores de pesquisa mostrar %s nos resultados de pesquisa."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Os URL das categorias do WordPress contêm um prefixo, geralmente %s, esta funcionalidade remove este prefixo, apenas para as categorias."],"Category URLs":[""],"the archive for %s":["o arquivo de %s"],"Redirect attachment URLs to the attachment itself?":["Redireccionar os URL dos anexos para os anexos respectivos?"],"We recommend you set this to Yes.":["Recomendamos que seleccione sim."],"Media & attachment URLs":["URL de itens multimédia e anexos"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Isto é o que é mostrado nos resultados de pesquisa quando alguém encontrar o seu site. Isto significa que provavelmente é o que verão ao pesquisar pela sua marca."],"date archives":["arquivo por datas"],"archives for authors without posts":["arquivo de autores sem conteúdos"],"Read why XML Sitemaps are important for your site.":["Saiba porque é que os sitemaps XML são importantes para o seu site."],"Enable the XML sitemaps that %s generates.":["Activa os sitemaps XML gerados pelo %s."],"See the XML sitemap.":["Veja o sitemap XML."],"%2$s (current default for %1$s)":["%2$s (por omissão para %1$s)"],"Media":["Multimédia"],"Content Types":["Tipos de conteúdo"],"Should search engines follow links on this %1$s?":["Os motores de pesquisa deve seguir ligações de %1$s?"],"Allow search engines to show this %s in search results?":["Permitir que os motores de pesquisa mostrem %s no resultados de pesquisa?"],"Search Appearance":["Apresentação da pesquisa"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Por favor, especifique os tipos de conteúdo que quer mostrar nos motores de pesquisa.\nSe não souber a diferença entre estes, sugerimos as definições por omissão."],"Search engines should show \"%1$s\" in search results:":["Os motores de pesquisa devem mostrar %1$s nos resultados:"],"Search engine visibility":["Visibilidade em motores de pesquisa"],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Os pedidos de suporte criados aqui serão enviados directamente para o nosso sistema de suporte, com segurança SSL de 256 bit, a comunicação é 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["A funcionalidade de conteúdo principal permite-lhe identificar e filtrar conteúdos principais no seu site."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Se tiver um problema que não consegue resolver através dos tutoriais em vídeo ou da base de conhecimento, pode enviar uma mensagem para a nossa equipa de suporte, que está contactável 24 horas por dia."],"Good results":["Bons resultados"],"Get better search results in local search":["Obtenha melhores resultados em pesquisas locais"],"Allow customers to pick up their %s order locally":["Permitir aos clientes levantar localmente as encomendas do %s"],"SEO analysis":["Análise de SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["A análise de SEO oferece sugestões para melhoras a classificação de SEO do seu texto."],"Learn how the SEO analysis can help you rank.":["Saiba como a análise de SEO pode ajudar a melhorar o posicionamento nos motores de pesquisa."],"The readability analysis offers suggestions to improve the structure and style of your text.":["A análise de legibilidade oferece sugestões para melhorar a estrutura e o estilo do seu texto."],"Discover why readability is important for SEO.":["Saiba porque a legibilidade é importante para o SEO."],"Find out how cornerstone content can help you improve your site structure.":["Saiba como os conteúdos principais podem ajudar a melhorar a estrutura do seu site."],"The text link counter helps you improve your site structure.":["O contador de ligações dos textos ajuda-o a melhorar a estrutura do seu site."],"Find out how the text link counter can enhance your SEO.":["Saiba como o contador de ligações dos textos pode ajudar a melhorar a classificação de SEO."],"%s integration":["Integração com %s"],"Read more about how %s works.":["Leia mais sobre como funciona o %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Active esta funcionalidade se quiser que o Facebook e outras redes sociais mostrem uma pré-visualização com imagens e excerto do texto ao partilhar uma ligação para o seu site."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Active esta funcionalidade se quiser que o Twitter mostre uma pré-visualização com imagens e excerto do texto ao partilhar uma ligação para o seu site."],"Find out why you should upgrade to %s":["Saiba porque deve actualizar para o %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Artigos mais recentes em %1$s"],"Need help?":["Precisa de ajuda?"],"Remove highlight from the text":["Remover o destaque do texto"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Comece rapidamente com o %2$sassistente de configuração%3$s do %1$s!"],"First-time SEO configuration":["Configuração inicial de SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["O idioma do seu site está definido como {language}. Se isto não estiver correcto, contacte o administrador do seu site."],"Your site language is set to {language}.":["O idioma do seu site está definido como {language}."],"Highlight this result in the text":["Destacar este resultado no texto"],"Considerations":["Considerações"],"Errors":["Erros"],"Change language":["Alterar idioma"],"You cannot create a %s file.":["Não pode criar um ficheiro %s."],"You cannot edit the %s file.":["Não pode editar o ficheiro %s."],"Updated %s":["%s actualizado"],"Create %s file":["Criar ficheiro %s"],"Edit the content of your %s:":["Editar o conteúdo do seu %s:"],"Save changes to %s":["Guardar alterações para %s"],"%s file":["Ficheiro %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["Os plugins %1$s e %2$s podem funcionar muito melhor se utilizar um plugin de ligação. Por favor, instale o %3$s para facilitar a sua vida. %4$s."],"More information":["Mais informações"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["Os plugins %1$s e %2$s podem funcionar muito melhor se utilizar um plugin de ligação. Por favor, active o %3$s para facilitar a sua vida."],"More information about %1$s":["Mais informações sobre %1$s"],"Configuration Wizard":["Assistente de configuração"],"You've done it!":["Conseguiu!"],"Seamlessly integrate %1$s into your AMP pages!":["Integre o %1$s sem dificuldade nas suas páginas AMP!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integre o %2$s com o %1$s sem dificuldade para a análise dos seus conteúdos!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["Os plugins %1$s e %2$s podem funcionar muito melhor se utilizar um plugin de ligação. Por favor, instale o %3$s para facilitar a sua vida."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["As definições da apresentação da pesquisa do %1$s são constituídas por variáveis que serão substituídas por valores específicos ao mostrar a página. A tabela abaixo contém uma lista de variáveis disponíveis."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Identifique os itens de %1$s mais importantes como 'conteúdo principal' para melhorar a estrutura do seu site. %2$sSaiba mais sobre conteúdo principal%3$s."],"Loading help center.":["A carregar centro de ajuda."],"Get support":["Obter suporte"],"(Opens in a new browser tab)":["(Abrir num novo separador)"],"Posts %1$swithout%2$s a focus keyphrase":["Conteúdos %1$ssem%2$s frase-chave principal"],"Hey, your SEO is doing pretty well! Check out the stats:":["Olá, a sua classificação de SEO está óptima! Consulte as estatísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Ainda não tem conteúdos publicados, as suas classificações de SEO serão mostradas aqui assim que criar o seu primeiro conteúdo!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Outro"],"A portfolio":["Um porftólio"],"A corporation":["Uma empresa"],"A small offline business":["Um pequeno negócio local"],"A news channel":["Um canal de notícias"],"An online shop":["Uma loja online"],"A blog":["Um blog"],"What does the site %1$s represent?":["O que representa o site %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Opção B: O meu site está em construção e não deverá ser indexado"],"Option A: My site is live and ready to be indexed":["Opção A: O meu site está público e pronto a ser indexado"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Por favor, indique se o seu site está em construção ou se já está público."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Leia mais no nosso blog de SEO"],"Readability: %s":[""],"Not activated":["Não activado"],"Activated":["Activado"],"%1$s recommendations for you":["Recomendações do %1$s para si"],"All Readability Scores":["Todas as classificações de legibilidade"],"Filter by Readability Score":["Filtrar por classificação de legibilidade"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Não está a receber actualizações nem suporte! Corrija este problema através de adicionar este site e activar o %1$s em %2$s."],"Request method %1$s is not valid.":["O método de pedido %1$s não é válido."],"Muted notifications:":["Notificações silenciadas:"],"Muted problems:":["Problemas silenciados:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Gostaria de pré-visualizar como este conteúdo será mostrado ao ser partilhado por outras pessoas no %1$s? É possível, com o %2$s."],"Good job! All the links in your texts have been counted.":["Bom trabalho! Foram contadas todas as ligações dos seus textos."],"Calculation completed.":["Cálculo concluído."],"Calculation in progress...":["Cálculo em curso..."],"Stop counting":["Parar contagem"],"Counting links in your texts":["A contar ligações nos seus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s processado."],"All your texts are already counted, there is no need to count them again.":["Todos os seus textos já foram contados, não há necessidade de contá-los de novo."],"Count links in your texts":["Contar ligações nos seus textos"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["As ligações de todos os seus textos públicos têm de ser contadas. Isto permite-lhe saber quantos textos precisam de mais ligações. Se quiser saber mais sobre como e porquê criar ligações internas, leia o %1$sartigo sobre ligações internas em %2$s%3$s."],"Text link counter":["Contador de ligações dos textos"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de ligações internas para este conteúdo. Veja o texto \"Colunas do Yoast\" no separador de ajuda para mais informações."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de links internos de saída nesta postagem. Consulte o texto \"colunas de Yoast\" na guia de ajuda para obter mais informações."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["O %1$s adiciona diversas colunas a esta página. Escrevemos um artigo sobre %2$scomo usar as classificações de SEO e de legibilidade%3$s. As colunas das ligações mostram o número de conteúdos neste site com ligações %5$spara%6$s este conteúdo e o número de ligações %5$sneste%6$s conteúdo. Saiba mais sobre %4$scomo usar estas funcionalidades para melhorar as suas ligações internas%3$s, o que melhora em muito o seu SEO."],"%s Columns":["Colunas do %s"],"Readability score":["Classificação de legibilidade"],"Other benefits of %s for you:":["Outros benefícios do %s para si:"],"Scroll to see the preview content.":["Deslize para baixo para pré-visualizar o conteúdo."],"Cornerstone content":["Conteúdo principal"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["O %1$s irá agora tratar de todas as optimizações técnicas do seu site. Para melhorar o desempenho do seu site nos resultados de pesquisa, é importante começar a criar conteúdos que se classifiquem bem para as frases-chave que lhe interessam. Veja este vídeo em que explicamos como usar a metabox do %1$s ao editar conteúdos e páginas."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Se quiser superar a sua concorrência numa cidade ou região específica, conheça o nosso plugin %1$s! Poderá facilmente inserir mapas do Google, horário de funcionamento, informações de contacto e localizador de lojas. Além de tudo isto, o %1$s permite-lhe melhorar a usabilidade da sua página de contacto."],"Attract more customers near you":["Atraia mais clientes perto de si"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Gostaria de conhecer todos os detalhes do plugin %1$s? Gostaria de saber tudo sobre as suas definições avançadas? Gostaria de aproveitar ao máximo o plugin %1$s? Consulte os nossos cursos sobre o plugin %1$s e comece a superar a sua concorrência!"],"Get the most out of %1$s with the %2$s":["Obtenha o máximo do %1$s com o %2$s"],"Upgrade to Premium":["Actualizar para Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Gostaria de superar a sua concorrência? O %1$s tem funcionalidades fantásticas para o ajudar a configurar a sua estratégia de SEO como um profissional. Adicione sinónimos e frases-chave relacionadas, utilize a nossa ferramenta de análise Premium, o gestor de redireccionamentos e a nossa ferramenta de ligações internas. Com o %1$s tem ainda acesso a suporte premium."],"Outrank the competition with %s":["Supere a sua concorrência com o %s"],"You might like":["Poderá gostar"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Detectámos que ainda não concluiu este assistente, recomendamos que %2$sinicie o assistente de configuração para configurar o %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["O assistente de configuração ajuda-o a configurar facilmente o seu site para ter as melhores definições de SEO."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Obtenha a versão premium e os nossos especialistas estarão disponíveis para ajudar em qualquer dúvida sobre a configuração e utilização do plugin."],"Superfast internal linking suggestions":["Sugestões rápidas para ligações internas"],"Great news: you can, with %1$s!":["Boas notícias: é possível com o %1$s!"],"Save changes":["Guardar alterações"],"1 year free support and updates included!":["1 ano de suporte gratuito e atualizações incluídas!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["O plugin %2$s altera a saída do seu site e em fazendo isso diferencia entre os mecanismos de busca e usuários normais, um processo que é chamado de camuflagem. Nós recomendamos muito que você o desative."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPré-visualizações das redes sociais%2$s: Facebook e Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNão mais ligações quebradas%2$s: Easy Redirect Manager"],"No ads!":["Sem anúncios!"],"Facebook & Twitter":["Facebook e Twitter"],"Social media preview":["Pré-visualizações das redes sociais"],"Easy redirect manager":["Easy Redirect Manager"],"No more dead links":["Não mais ligações quebradas"],"Increase your SEO reach":["Aumente o alcance do seu SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Se você quiser mais ajuda para criar conteúdo incrível, confira nosso%2$sSEO copywriting curso%3$s. Você quer saber tudo sobre as características do plugin, considere fazer o nosso%1$s!"],"Variable":["Variável"],"Available variables":["Variáveis disponíveis"],"Scroll to see the table content.":["Deslize para baixo para ver o conteúdo da tabela."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Se precisar de ajuda consulte o %1$snosso artigo sobre como ligar o seu site à Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Ocorreu um erro na avaliação de '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s das palavras contêm %2$smais de %3$s sílabas%4$s, o que é superior ao máximo recomendado de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s das palavras contêm %2$smais de %3$s sílabas%4$s, o que é inferior ou igual ao mínimo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Isto é um pouco inferior ao mínimo recomendado de %5$d palavra. %3$sAdicione mais algum texto%4$s.","Isto é um pouco inferior ao mínimo recomendado de %5$d palavras. %3$sAdicione mais algum texto%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["A descrição contém %1$d frase %2$scom mais de %3$s palavras%4$s. Tente encurtar esta frase.","A descrição contém %1$d frases %2$scom mais de %3$s palavras%4$s. Tente encurtar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["A descrição não contém frases %1$scom mais de %2$s palavras%3$s."],"No new notifications.":["Nenhuma notificação nova."],"Save all":["Guardar tudo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, autor em %2$s"],"Mobile preview":["Pré-visualizar em dispositivo móvel"],"Desktop preview":["Pré-visualizar em computador"],"Select redirect":["Seleccione o redireccionamento"],"Please provide an SEO title by editing the snippet below.":["Por favor, insira um título SEO editando o fragmento abaixo."],"Meta description preview:":["Pré-visualização da descrição:"],"Slug preview:":["Pré-visualização da slug:"],"SEO title preview:":["Pré-visualização do título SEO:"],"Close snippet editor":["Fechar editor de fragmentos"],"Slug":["Slug"],"Remove marks in the text":["Remover marcas no texto"],"Mark this result in the text":["Realçar este resultado no texto"],"Marks are disabled in current view":["Marcações desativadas na vista atual"],"Good SEO score":["Classificação boa de SEO"],"OK SEO score":["Classificação razoável de SEO"],"Feedback":["Feedback"],"ok":["razoável"],"Choose an image":["Escolha uma imagem"],"Remove the image":["Remover a imagem"],"MailChimp signup failed:":["Falhou ao subscrever no MailChimp:"],"Sign Up!":["Subscrever!"],"Name":["Nome"],"There is an error with the request.":["Ocorreu um erro com o pedido."],"Select profile":["Seleccionar perfil"],"Choose a profile":["Escolha um perfil"],"Authorization code":["Código de autorização"],"Reauthenticate with Google":["Autenticar de novo com o Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para autorizar o %s a obter a sua informação do Google Search Console, por favor insira o seu código de autorização do Google. Ao clicar no botão abaixo abre uma nova janela."],"Please provide a meta description by editing the snippet below.":["Por favor, insira uma descrição editando o fragmento abaixo."],"Edit snippet":["Editar fragmento"],"You can click on each element in the preview to jump to the Snippet Editor.":["Pode clicar em cada elemento na pré-visualização para ir para o Editor de fragmentos."],"Close the Wizard":["Fechar o assistente"],"Export settings":["Exportar definições"],"%1$s video tutorial":["Tutorial vídeo do %1$s"],"%s › Configuration Wizard":["%s › Assistente de configuração"],"Please don't show me this notification anymore":["Por favor, não me mostre esta notificação mais"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Se tiver algum problema, %1$spor favor submeta um relatório de erro%2$s e faremos o nosso melhor para ajudá-lo."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Notámos que está a usar o %1$s há algum tempo, esperamos que esteja a gostar! Ficaremos muito gratos se nos quiser %2$sclassificar com 5 estrelas em WordPress.org%3$s!"],"Courses":["Cursos"],"Date archives settings":["Definições do arquivo por datas"],"Author archives settings":["Definições do arquivo por autores"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Aviso: não é possível usar a variável %s neste modelo. Consulte o centro de ajuda para obter mais informações."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["A propósito, sabia que também temos um %1$splugin Premium%2$s? Tem funcionalidades avançadas, como um gestor de redireccionamentos e suporte para múltiplas frases-chave principais. Também inclui suporte pessoal 24/7."],"(no title)":["(sem título)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["O menu da barra de administração do %1$s contém ligações úteis para ferramentas de terceiros para analisar páginas e para que seja mais fácil ver se tem novas notificações."],"Admin bar menu":["Menu da barra de administração"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funcionalidades"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Embora tentemos manter a configuração do %1$s o mais fácil possível, sabemos que pode ser algo assustador. Se preferir que sejamos nós a configurar o %1$s (e obter uma cópia do %2$s no processo), encomende aqui o %3$s%1$s Configuration Service%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bem-vindo ao assistente de configuração do %1$s. Vamos ajudá-lo passo a passo a configurar as definições do Yoast SEO de acordo com a necessidades do seu site!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["O Google mostra o nome do seu site nos resultados de pesquisa, se pretender alterá-lo, pode fazê-lo aqui."],"Greater than sign":["Sinal de maior"],"Less than sign":["Sinal de menor"],"Right angle quotation mark":["Símbolo de citação à direita"],"Left angle quotation mark":["Símbolo de citação à esquerda"],"Small tilde":["Til pequeno"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco inferior"],"Asterisk":["Asterisco"],"Bullet":["Marca"],"Middle dot":["Ponto médio"],"Em dash":["Travessão"],"En dash":["Traço"],"Dash":["Hífen"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Escolha o símbolo a usar como separador do título. Isto será mostrado, por exemplo, entre o título do conteúdo e o nome do site. Os símbolos serão mostrados no tamanho em que aparecem nos resultados da pesquisa."],"The name of the person":["O nome da pessoa"],"No":["Não"],"Yes":["Sim"],"Does, or will, your site have multiple authors?":["O seu site tem ou terá múltiplos autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["O WordPress cria automaticamente um URL para cada item de média da biblioteca. Activar isto permitirá ao Google indexar o URL criado."],"Success!":["Sucesso!"],"Title settings":["Definições do título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Múltiplos autores"],"Site type":["Tipo de site"],"Environment":["Ambiente"],"Yoast option %1$s not found.":["Opção %1$s do Yoast não encontrada."],"Google Structured Data Test":["Teste de dados estruturados do Google"],"Posts list":["Lista de conteúdos"],"Posts list navigation":["Navegação da lista de conteúdos"],"Filter posts list":["Filtrar lista de conteúdos"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Atenção que as ligações para o arquivo podem ser atribuídas pelo tema e terá de as remover separadamente."],"%1$s to optimize your site even further":["%1$s para optimizar ainda mais o seu site"],"%1$s extensions":["Extensões do %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Experimente e use durante 30 dias, garantia de devolução do pagamento sem perguntas"],"More information %1$sabout %3$s%2$s":["Mais informações %1$ssobre %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtenha acesso à nossa equipa de suporte 24/7."],"Premium support":["Suporte Premium"],"check what your Facebook or Twitter post will look like.":["verifique a aparência das publicações no Facebook e Twitter."],"Social previews":["Pré-visualizações das redes sociais"],"create and manage redirects from within your WordPress install.":["crie e organize redireccionamentos a partir da sua instalação WordPress."],"Redirect manager":["Gestor de redireccionamentos"],"%1$s, take your optimization to the next level!":["%1$s, eleva a sua optimização a um nível superior!"],"A seamless integration between %1$s and %2$s":["Uma óptima integração entre %1$s e %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use breadcrumbs de %1$s em vez de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Insira facilmente Google Maps, localização de lojas, horário de funcionamento, etc."],"Creates XML News Sitemaps":["Crie sitemap XML de notícias"],"Immediately pings Google on the publication of a new post":["Informe de imediato o Google sobre a publicação de um novo conteúdo"],"Optimize your site for Google News":["Optimize o seu site para o Google News"],"Make videos responsive through enabling fitvids.js":["Faça vídeos responsivos activando fitvids.js"],"Enhance the experience of sharing posts with videos":["Melhore a experiência de partilha de conteúdos com vídeos"],"Show your videos in Google Videos":["Mostre os seus vídeos no Google Vídeos"],"Crawl issues list":["Lista de problemas de rastreamento"],"Crawl issues list navigation":["Navegação da lista de problemas de rastreamento"],"Edit “%s”":["Editar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notificações"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Remove da metabox o separador da frase-chave e desactiva todas as sugestões relacionadas com SEO."],"Disable SEO analysis":["Desactivar análise de SEO"],"Twitter settings":["Definições do Twitter"],"Pinterest settings":["Definições do Pinterest"],"Facebook settings":["Definições do Facebook"],"Title separator symbol":["Símbolo separador do título"],"RSS feed settings":["Definições do feed RSS"],"Breadcrumbs settings":["Definições de breadcrumbs"],"Make primary":["Tornar principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Insira o seu código de autorização do Google e carregue no botão Autenticar."],"%s notification":["%s notificação","%s notificações"],"Disable readability analysis":["Desactivar análise de legibilidade"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Remove da metabox a secção da análise de legibilidade e desactiva todas as sugestões relacionadas com legibilidade."],"Readability analysis":["Análise de legibilidade"],"Needs improvement":["Precisa de melhorar"],"Readability":["Legibilidade"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Está a tentar carregar ficheiros não minificados, estes apenas estão disponíveis no nosso pacote de desenvolvimento. Veja %1$s para ver todos os ficheiros do código fonte."],"Improvements":["Melhoramentos"],"Restore this item.":["Repor este item."],"Dismiss this item.":["Ignorar este item."],"Good job! We could detect no serious SEO problems.":["Bom trabalho! Não foram detectados problemas graves de SEO."],"We have detected the following issues that affect the SEO of your site.":["Foram detectados os seguintes problemas a afectar a classificação SEO do seu site."],"Problems":["Problemas"],"Analysis":["Análise"],"Not available":["Não disponível"],"Filter by SEO Score":["Filtrar por classificação SEO"],"Meta description not set.":["Descrição não definida."],"Video tutorial":["Tutorial vídeo"],"Email support is a %s feature":["Suporte por email é uma funcionalidade de %s"],"Knowledge base":["Base de conhecimento"],"Open":["Abrir"],"Dashboard":["Painel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Pode resolver isto na %1$spágina das Ligações permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["A paginação de comentários está activada e isto não é necessário em 999 a cada 1000 casos, por isso recomendamos a sua desactivação."],"Replaced with the primary category of the post/page":["Substituído pela categoria principal do conteúdo"],"Pinterest confirmation":["Confirmação do Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Se já confirmou o seu site no Pinterest, pode saltar o passo abaixo."],"Format-based archives":["Arquivo baseado no formato"],"Webmaster Tools verification":["Verificação de ferramentas de webmaster"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":[""],"Want to be a %s Expert?":[""],"Buy %s":["Comprar %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Novo título do %1$s"],"Existing %1$s Title":["Título existente do %1$s"],"Expected an integer as input.":["A entrada deve ser um número inteiro."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["A tentar criar uma chave de cache segura para o sitemap mas a combinação de sufixo e prefixo não deixa muito espaço para o fazer. Está provavelmente a pedir uma página que estará muito fora do alcance expectável."],"Remove":["Remover"],"Keep":["Manter"],"Bold the last page":["Negrito na última página"],"Regular":["Normal"],"Bold":["Negrito"],"Show Blog page":["Mostrar página de artigos"],"Primary %s":["%s principal"],"Primary":["Principal"],"Make %1$s primary %2$s":["Tornar %1$s principal em %2$s"],"Term is set to noindex.":["Termo está definido como a não indexar."],"Author archives":["Arquivo por autores"],"Show":["Mostrar"],"Enabled":["Activo"],"Disabled":["Inactivo"],"%1$s has not fetched your site's indexability status yet from %2$s":["O %1$s ainda não carregou o estado de indexação do seu site a partir de %2$s"],"The separator defined in your theme's %s tag.":["O separador definido no %s do seu tema."],"No index":["Não indexar"],"Analyze entire site":["Analisar todo o site"],"Fetch the current status":["Verificar estado actual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$sO %2$s não conseguiu carregar o estado de indexação do seu site%3$s a partir de %4$s"],"Your homepage can be indexed by search engines.":["A sua página inicial pode ser indexada pelos motores de pesquisa."],"Indexability check by %1$s":["Verificação de indexação por %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Se quiser usar uma imagem para partilhar no %1$s, pode carregar/escolher uma imagem ou adicionar aqui o seu URL."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Se não quiser usar a descrição para partilhar no %1$s, e preferir uma descrição alternativa, escreva-a aqui."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Se não quiser usar o título para partilhar no %1$s, e preferir um título alternativo, escreva-o aqui."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sA sua página inicial não pode ser indexada pelos motores de pesquisa%2$s. Isto é muito mau para classificação SEO e deve ser resolvido."],"Once Weekly":["Uma vez por semana"],"Add-ons":["Add-ons"],"SEO score":["Classificação de SEO"],"Twitter metadata":["Metadados do Twitter"],"Facebook / Open Graph metadata":["Metadados do Facebook / Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["A recalcular as classificações SEO para todos os conteúdos com a frase-chave principal."],"%1$s of %2$s done.":["Concluído(s) %1$s de %2$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Actualizámos o nosso algoritmo de classificação SEO. %1$sCarregue aqui para recalcular as suas classificações SEO%2$s para todos os conteúdos e páginas."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["A primeira solução integrada de SEO para WordPress, com análise de conteúdo na página, sitemaps XML e muito mais."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activação falhou:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["A extensão Filter não está disponível. Por favor peça ao seu serviço de alojamento para activá-la."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["A instalação do plugin %1$s está incompleta. Por favor, leia as %2$sinstruções de instalação%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["A extensão PHP Library (padrão) não está disponível. Por favor peça ao seu serviço de alojamento para activá-la."],"SEO Settings":["Definições de SEO"],"Mobile-Friendly Test":["Teste de compatibilidade com dispositivos móveis"],"Google Page Speed Test":["Teste PageSpeed do Google"],"CSS Validator":["Validação de CSS"],"HTML Validator":["Validação de HTML"],"Pinterest Rich Pins Validator":["Validação de Rich Pins do Pinterest"],"Facebook Debugger":["Depurador do Facebook"],"Check Headers":["Verificar cabeçalhos"],"Check Google Cache":["Verificar cache do Google"],"Analyze this page":["Analisar esta página"],"Keyword Research":["Pesquisa de palavras-chave"],"%s does not seem to be a valid url. Please correct.":["%s não parece ser um URL válido. Por favor tente de novo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s não parece ser uma variável de verificação de %2$s válida. Por favor tente de novo."],"%s Archive":["Arquivo de %s"],"You searched for %s":["Pesquisou por %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s não parece ser um utilizador válido do Twitter. Por favor tente de novo."],"Summary with large image":["Resumo com imagem grande"],"Summary":["Resumo"],"The post %1$s appeared first on %2$s.":["O conteúdo %1$s aparece primeiro em %2$s."],"No numeric value was received.":["Não foi recebido nenhum valor numérico."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Tem de ser um site existente. O site %s não existe ou foi marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["As definições por omissão têm que ser o ID numérico do site cujas definições pretende usar por omissão."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s não é uma escolha válida para quem deve ter permissões de acesso às configurações do %2$s. Foi reposto o valor por omissão."],"Please select a valid post type for taxonomy \"%s\"":["Por favor seleccione um tipo de conteúdo válido para a taxonomia \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor seleccione uma taxonomia para o tipo de conteúdo \"%s\""],"You searched for":["Pesquisou por"],"Home":["Início"],"Archives for":["Arquivo de"],"Error 404: Page not found":["Erro 404: Página não encontrada"],"Good":["Bom"],"Replaced with a custom taxonomies description":["Substituído pela descrição da taxonomia personalizada"],"Replaced with a posts custom taxonomies, comma separated.":["Substituído pelas taxonomias personalizadas do conteúdo, separadas por vírgulas."],"Replaced with a posts custom field value":["Substituído pelo valor de um campo personalizado do conteúdo"],"Replaced with the slug which caused the 404":["Substituído pela slug que causou o erro 404"],"Replaced with the posts focus keyphrase":["Substituído pela frase-chave principal do conteúdo"],"Attachment caption":["Legenda do anexo"],"Replaced with the current page number":["Substituído pelo número da página actual"],"Replaced with the current page total":["Substituído pelo número total de páginas"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Substituído pelo número actual de página em contexto (p.ex. página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Substituído pela informação biográfica do autor do conteúdo"],"Replaced with the post/page author's 'nicename'":["Substituído pela alcunha do autor do conteúdo"],"Replaced with the post/page ID":["Substituído pelo ID do conteúdo"],"Replaced with the post/page modified time":["Substituído pela hora de modificação do conteúdo"],"Replaced with the content type plural label":["Substituído pela legenda plural do tipo de conteúdo"],"Replaced with the content type single label":["Substituído pela legenda singular do tipo de conteúdo"],"Replaced with the current search phrase":["Substituído pela actual frase de pesquisa"],"Replaced with the term name":["Substituído pelo nome do termo"],"Replaced with the term description":["Substituído pela descrição do termo"],"Replaced with the tag description":["Substituído pela descrição da etiqueta"],"Replaced with the category description":["Substituído pela descrição da categoria"],"Replaced with the post categories (comma separated)":["Substituído pelas categorias do conteúdo (separado por vírgulas)"],"Replaced with the current tag/tags":["Substituído pelas etiquetas actuais"],"Replaced with the post/page excerpt (without auto-generation)":["Substituído pelo excerto do conteúdo (sem gerar automaticamente)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Substituído pelo excerto do conteúdo (ou gerado automaticamente caso não exista)"],"The site's name":["Nome do site"],"Replaced with the title of the parent page of the current page":["Substituído pelo título da página superior da página actual"],"Replaced with the title of the post/page":["Substituído pelo título do conteúdo"],"Replaced with the date of the post/page":["Substituído pela data do conteúdo"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Não pode sobrepor uma substituição de variável predefinida do WPSEO ao registar uma variável com o mesmo nome. Em alternativa use o filtro \"wpseo_replacements\" para ajustar o valor de substituição."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Já foi registada uma variável de substituição com o mesmo nome. Tente usar um nome exclusivo para a sua variável."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Uma variável de substituição não pode começar com \"%%cf_\" ou \"%%ct_\" pois estas estão reservadas pelo WPSEO como variáveis por omissão para campos personalizados e taxonomias personalizadas. Tente usar um nome único para a sua variável."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Uma variável de substituição apenas pode conter caracteres alfanuméricos, underscores ou hífenes. Tente renomear a sua variável."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Nota apenas para administradores: esta página não mostra nenhuma descrição porque ainda não foi definida. Escreva uma especificamente para esta página ou então vá ao menu [%1$s - %2$s] e defina um modelo."],"Page not found":["Página não encontrada"],"%s Archives":["Arquivo de %s"],"Search for \"%s\"":["Pesquisar por \"%s\""],"Meta description to use for Author page":["Descrição da página de autor"],"Title to use for Author page":["Título da página de autor"],"%1$s settings":["Definições do %1$s"],"Export your %1$s settings":["Exportar as suas definições de %1$s"],"Import settings":["Importar definições"],"Import from other SEO plugins":["Importar de outros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Caso tenha o ficheiro %s e este tiver permissões de escrita, pode editá-lo aqui."],"If your %s were writable, you could edit it from here.":["Se o seu ficheiro %s tiver permissões de escrita, pode editá-lo aqui."],"You don't have a %s file, create one here:":["Não tem o ficheiro %s, crie um aqui:"],"A link to your site, with your site's name and description as anchor text.":["A ligação para o seu site, com o nome e descrição do site como texto âncora."],"A link to your site, with your site's name as anchor text.":["A ligação para o seu site, com o nome do site como texto âncora."],"A link to the post, with the title as anchor text.":["A ligação para o conteúdo, com este título como texto âncora."],"A link to the archive for the post author, with the authors name as anchor text.":["A ligação para o arquivo do autor deste conteúdo, com os nome do autor como de texto âncora."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Dentro das informações pode incluir as variáveis abaixo, que serão substituídas pelo valor à direita."],"Content to put after each post in the feed":["Informação a inserir depois de cada conteúdo do feed"],"Content to put before each post in the feed":["Informação a inserir antes de cada conteúdo do feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta funcionalidade é usada para adicionar informação automaticamente ao seu RSS. O objectivo é adicionar ligações para o seu site e respectivos conteúdos, para que os motores de pesquisa adicionem também estas ligações, permitindo a sua identificação como fonte original dos conteúdos."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["O uso da função de breadcrumbs é explicado %1$sno artigo da nossa base de conhecimento sobre implementação de breadcrumbs%2$s."],"How to insert breadcrumbs in your theme":["Como inserir breadcrumbs no seu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Arquivo do tipo de conteúdo a apresentar em breadcrumbs de taxonomias"],"Taxonomy to show in breadcrumbs for content types":["Taxonomia a apresentar em breadcrumbs para tipos de conteúdo"],"Breadcrumb for 404 Page":["Breadcrumb para página 404"],"Prefix for Search Page breadcrumbs":["Prefixo para breadcrumbs de página de pesquisa"],"Prefix for Archive breadcrumbs":["Prefixo para breadcrumbs de arquivo"],"Prefix for the breadcrumb path":["Prefixo para o caminho de breadcrumb"],"Anchor text for the Homepage":["Texto âncora para a página inicial"],"Separator between breadcrumbs":["Separador entre breadcrumbs"],"Enable Breadcrumbs":["Activar breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Abaixo pode encontrar as classificações SEO dos conteúdos publicados. Pode começar agora a melhorar alguns dos seus conteúdos!"],"Credits":["Créditos"],"« Back to Tools page":["« Voltar à página Ferramentas"],"%1$s comes with some very powerful built-in tools:":["O %1$s inclui algumas ferramentas poderosas:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta ferramenta permite-lhe alterar rapidamente ficheiros importantes para o seu SEO, como o ficheiro robots.txt e, se tiver, o ficheiro .htaccess."],"File editor":["Editor de ficheiro"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importe as definições de outros plugins SEO e exporte as suas definições para as reutilizar noutro site."],"Import and Export":["Importar e exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta ferramenta permite-lhe alterar títulos e descrições dos seus conteúdos e páginas sem ter de usar o editor para cada página."],"Bulk editor":["Editor por lote"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sconfirmar o seu site com o Pinterest%2$s, adicione a meta tag aqui:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["O Pinterest utiliza metadados Open Graph, tal como o Facebook, active a opção de metadados Open Graph no separador Facebook se quiser optimizar o seu site para o Pinterest."],"The default card type to use":["Tipo de cartão por omissão"],"Add Twitter card meta data":["Adicionar metadados do cartão do Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imagem é usada se o conteúdo não tiver nenhuma imagem."],"Default settings":["Definições por omissão"],"Copy home meta description":["Copiar a descrição da página inicial"],"Description":["Descrição"],"Image URL":["URL da imagem"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Estes são o título, descrição e imagem usados nos metadados Open Graph, na página inicial do seu site."],"Frontpage settings":["Definições da página inicial"],"Add Open Graph meta data":["Adicionar metadados Open Graph"],"YouTube URL":["URL do YouTube"],"Pinterest URL":["URL do Pinterest"],"MySpace URL":["URL do MySpace"],"LinkedIn URL":["URL do LinkedIn"],"Instagram URL":["URL do Instagram"],"Twitter Username":["Nome de utilizador do Twitter"],"Facebook Page URL":["URL da página do Facebook"],"Accounts":["Contas"],"Restore site to defaults":["Repor definições originais"],"Site ID":["ID do site"],"Using this form you can reset a site to the default SEO settings.":["Através deste formulário pode repor as definições por omissão de SEO de um site."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Definições relacionadas com privacidade (administradores do FB e similares), específicas de temas (reescrever título) e ainda algumas definições muito específicas do site não serão importadas para novos sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Insira o %1$sID do site%2$s cujas definições quer usar por omissão para todos os sites que são adicionados à sua rede. Deixe em branco para nenhum (p.ex. serão usadas as definições por omissão)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Escolha o site cujas definições deseja usar por omissão para todos os sites que são adicionados à sua rede. Se escolher 'Nenhum', serão utilizadas as definições por omissão do plugin."],"New sites in the network inherit their SEO settings from this site":["Novos sites na rede herdam as definições SEO deste site"],"Super Admins only":["Apenas super administradores"],"Site Admins (default)":["Administradores do site (por omissão)"],"Who should have access to the %1$s settings":["Quem deverá aceder às definições de %1$s"],"spam":["spam"],"mature":["conteúdo para adultos"],"archived":["arquivado"],"public":["público"],"%s restored to default SEO settings.":["%s reposto para as definições de SEO por omissão."],"Settings Updated.":["Definições actualizadas."],"404 pages":["Páginas 404"],"Search pages":["Páginas de pesquisa"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas estão definidas como %s por omissão, de modo a nunca aparecerem em resultados de pesquisa."],"Special Pages":["Páginas especiais"],"Date-based archives could in some cases also be seen as duplicate content.":["Arquivos baseados na data podem, nalguns casos, ser vistos como conteúdo duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Se este é o caso do seu site, pode escolher entre desactivá-lo (que leva ao redireccionamento para a página inicial), ou adicionar %s para que não apareça nos resultados de pesquisa."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Se está a gerir um site apenas com um autor, o arquivo do autor será o mesmo que a sua página inicial. Isto é o que se chama %1$sum problema de conteúdo duplicado%2$s."],"Date archives":["Arquivo por datas"],"author archives":["arquivo por autores"],"Title":["Título"],"%1$s Meta Box":["Metabox do %1$s"],"Hide":["Esconder"],"Date in Snippet Preview":["Data na pré-visualização dos fragmentos"],"Take note:":["Nota:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Página inicial"],"Title Separator":["Separador de títulos"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["O %1$s detectou automaticamente que precisa forçar a reescrita dos títulos das suas páginas. Se achar que isto está errado e souber o que está a fazer, pode alterar esta opção aqui."],"Force rewrite titles":["Forçar reescrita dos títulos"],"Taxonomies":["Taxonomias"],"Homepage":["Página inicial"],"%1$s Extensions":["Extensões do %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integre o WooCommerce com o %1$s sem dificuldade e obtenha funcionalidades extra!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Melhore o seu posicionamento na sua comunidade local e no Google Maps, sem esforço!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Está no Google News? Aumente o seu tráfego optimizando-o para o Google News!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimize os seus vídeos para os mostrar em resultados de pesquisas e gerar mais tráfego!"],"The premium version of %1$s with more features & support.":["A versão premium do %1$s com mais funcionalidades e suporte."],"Person":["Pessoa"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Esses dados são mostrados como metadados em seu site. Destina-se a aparecer em%1$sGoogle gráfico de conhecimento%2$s. Você pode ser uma organização, ou uma pessoa."],"Website name":["Nome do site"],"Webmaster Tools":["Ferramentas de webmaster"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Não tem o título do conteúdo no URL dos seus conteúdos e páginas, é altamente recomendável que o faça. Considere definir as suas ligações permanentes como /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["ou"],"Save Profile":["Guardar perfil"],"There were no profiles found":["Nenhum perfil encontrado"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autenticar"],"Get Google Authorization Code":["Obter o código de autorização do Google"],"Reload crawl issues":["Actualizar problemas de rastreamento"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder criar um redireccionamento e resolver este assunto, precisa de %1$s. Pode comprar o plugin, incluindo actualizações e suporte durante um ano em %2$s."],"Creating redirects is a %s feature":["Criar redireccionamentos é uma funcionalidade de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Erros ocorridos apenas quando o seu site foi rastreado pelo Googlebot para telefones (erros que não surgiram em computadores)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Erros ocorridos apenas quando o seu site foi rastreado pelo Googlebot-Mobile (erros que não surgiram em computadores)."],"Errors that occurred when your site was crawled by Googlebot.":["Erros ocorridos quando o seu site foi rastreado pelo Googlebot."],"Issue categories":["Categorias de problemas"],"Incorrect Google Authorization Code.":["Código de autorização do Google incorrecto."],"The issues have been successfully reloaded!":["Os problemas foram recarregados com sucesso!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Os dados de %1$s foram removidos. Tem de autenticar-se de novo para obter os dados."],"Crawl errors per page":["Erros de rastreamento por página"],"Search":["Pesquisar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Não perca os seus erros de rastreamento: %1$sligue-se aqui à Google Search Console%2$s."],"Create redirect":["Criar redireccionamento"],"Mark as fixed":["Marcar como resolvido"],"Response code":["Código de resposta"],"First detected":["Detectado em"],"Last crawled":["Último rastreamento"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["O %1$s detectou que está a usar uma versão do %2$s que não é compatível com o %1$s. Por favor, actualize o %2$s para a versão mais recente para poder usar esta funcionalidade."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Os plugins Yoast partilham algum código entre eles, para que o seu site seja rápido. Para isto, é necessário que os plugins Yoast estejam actualizados. Foi detectado que este não é o caso, por favor, actualize os plugins Yoast que não estão actualizados."],"Feature phone":["Telefone"],"Smartphone":["Smartphone"],"Desktop":["Computador"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["O URL de destino não existe mas o seu servidor não está a retornar um erro 404 (ficheiro não encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tempo de operação excedido ou o site está a bloquear o Google."],"Server Error":["Erro de servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["O Googlebot acedeu ao seu site mas certos URL foram bloqueados pelo Googlebot no seu ficheiro %1$s. Este bloqueio pode ser para todos os Googlebots ou apenas específico para o Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google foi incapaz de rastrear este URL devido a um problema indeterminado."],"URL points to a non-existent page.":["O URL aponta para uma página que não existe."],"Not found":["Não encontrado"],"Not followed":["Não seguido"],"Faulty redirects":["Redireccionamentos com falhas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["O servidor requer autenticação ou está a bloquear o acesso do Googlebot ao site."],"Access denied":["Acesso negado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["O plugin %1$s pode causar problemas quando usado em conjugação com %2$s."],"Upload Image":["Carregar imagem"],"Remove these ads?":["Remover estes anúncios?"],"%s Posts Overview":["Visão geral dos conteúdos de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["O título de breadcrumbs é usado em breadcrumbs onde esta taxonomia aparece."],"Breadcrumbs title":["Título de breadcrumbs"],"The canonical link is shown on the archive page for this term.":["A ligação canónica é mostrada na página de arquivo para este termo."],"Facebook App ID":["ID da app do Facebook"],"Pinterest":["Pinterest"],"Other":["Outros"],"Archives":["Arquivo"],"Email":["Email"],"Close":["Fechar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Tanto o plugin %1$s como o %2$s podem criar sitemaps XML. Ter dois sitemaps XML não é benéfico para os motores de pesquisa e pode diminuir a velocidade o seu site."],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["Imagem de %s"],"%s Description":["Descrição de %s"],"%s Title":["Título de %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["O tamanho recomendado da imagem para %1$s é de %2$s píxeis."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Se não quiser usar a descrição para partilhar o conteúdo no %s, e preferir uma descrição alternativa, escreva-a aqui."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Se não quiser usar o título do conteúdo para partilhar o conteúdo no %s, e preferir um título alternativo, escreva-o aqui."],"very difficult":["muito difícil"],"Try to make shorter sentences, using less difficult words to improve readability":["Tente criar frases mais curtas e usar menos palavras difíceis para melhorar a legibilidade"],"difficult":["difícil"],"Try to make shorter sentences to improve readability":["Tente criar frases mais curtas para melhorar a legibilidade"],"fairly difficult":["razoavelmente difícil"],"OK":["Razoável"],"fairly easy":["razoavelmente fácil"],"easy":["fácil"],"very easy":["muito fácil"],"Meta Desc.":["Descrição"],"All SEO Scores":["Todas as classificações SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: A imagem de destaque deve ter pelo menos 200x200 píxeis para ser utilizada pelo Facebook e outras redes sociais."],"(no parent)":["(sem superior)"],"Post is set to noindex.":["Conteúdo está definido como a não indexar."],"The URL that this page should redirect to.":["O URL para onde esta página deverá ser redireccionada."],"301 Redirect":["Redireccionamento 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["URL canónico"],"Title to use for this page in breadcrumb paths":["Título desta página no caminho das breadcrumbs"],"Breadcrumbs Title":["Título de breadcrumbs"],"No Snippet":["Não mostrar fragmento"],"No Archive":["Não arquivar"],"No Image Index":["Não indexar imagens"],"None":["Nenhum"],"Site-wide default: %s":["Valor por omissão para todo o site: %s"],"Advanced meta robots settings for this page.":["Definições avançadas de meta de robôs para esta página."],"Meta robots advanced":["Metadados avançados para robôs"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Aviso: apesar de poder aqui configurar aqui as definições de robôs, todo o site está definido para não ser indexado nas definições globais de privacidade, assim estas definições não terão efeito."],"Meta description":["Descrição"],"SEO Title":["Título SEO"],"Focus keyword":["Palavra-chave principal"],"Snippet preview":["Pré-visualização do fragmento"],"Settings successfully imported.":["Definições importadas com sucesso."],"Settings could not be imported:":["Não é possível importar definições:"],"Error creating %1$s export: ":["Erro ao criar %1$s para exportação: "],"Breadcrumb for 404 pages:":["Breadcrumb para páginas 404:"],"Prefix for search result pages:":["Prefixo para páginas de resultados de pesquisa:"],"Prefix for archive pages:":["Prefixo para páginas de arquivo:"],"Prefix for breadcrumbs:":["Prefixo para breadcrumbs:"],"Anchor text for the homepage:":["Texto âncora para a página inicial:"],"Breadcrumbs separator:":["Separador de breadcrumbs:"],"Remove blog page from breadcrumbs":["Remover a página do site de breadcrumbs"],"%s Breadcrumbs":["Breadcrumbs de %s"],"Use Image":["Usar imagem"],"Action":["Acção"],"Page URL/Slug":["URL/slug da página"],"Publication date":["Data de publicação"],"Post Status":["Estado do conteúdo"],"WP Page Title":["Título de página do WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Pré-visualização"],"Preview “%s”":["Pré-visualizar “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nova descrição do Yoast"],"Existing Yoast Meta Description":["Descrição existente do Yoast"],"Facebook profile URL":["URL do perfil do Facebook"],"Twitter username (without @)":["Nome de utilizador do Twitter (sem @)"],"FAQ":[""],"Premium Support":["Suporte Premium"],"Settings":["Definições"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Deve ir %1$sàs opções de leitura%2$s e desmarcar a caixa relativa à visibilidade nos motores de pesquisa."],"Huge SEO Issue: You're blocking access to robots.":["Problema grave de SEO: Está a bloquear o acesso a robôs dos motores de pesquisa."],"Posts":["Conteúdos"],"Edit Files":["Editar ficheiros"],"Advanced Variables":["Variáveis avançadas"],"Basic Variables":["Variáveis básicas"],"General":["Geral"],"Extensions":["Extensões"],"Search Console":["Search Console"],"Tools":["Ferramentas"],"Advanced":["Avançadas"],"XML sitemaps":["Sitemaps XML"],"Social":["Redes sociais"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["O %1$s detectou que está a usar a versão %2$s de %3$s, por favor, actualize para a mais recente versão para evitar problemas de incompatibilidade."],"Just another WordPress site":["Mais um site WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Ainda tem a descrição do site WordPress por omissão, mesmo uma descrição em branco será provavelmente melhor. Pode resolver isto no %1$sPersonalizador%2$s."],"You have used HTML in your value which is not allowed.":["O valor que introduziu contém HTML, o que não é permitido."],"You can't edit %s that aren't yours.":["Não pode editar %s de que não é autor."],"You can't edit %s.":["Não pode editar %s."],"Post has an invalid Content Type: %s.":["O conteúdo é de um tipo de conteúdo inválido: %s."],"Post doesn't exist.":["O conteúdo não existe."],"course\u0004Free:":["Gratuito:"],"posts\u0004Trash (%s)":["Lixo (%s)","Lixo (%s)"],"posts\u0004All (%s)":["Tudo (%s)","Tudo (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"pt_AO"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":["Remover esta mensagem"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":["Servir clientes locais?"],"Get the %s plugin now":["Obter o plugin %s agora"],"Organization social profiles":["Perfis sociais da organização"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":["Informações pessoais"],"Organization logo":["Logo da organização"],"Organization name":["Nome da organização"],"Choose whether the site represents an organization or a person.":["Escolha se o site representa uma organização ou uma pessoa."],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":["Isso significa que o formulário e a informação abaixo estão desativados, e não utilizados."],"Your website is currently configured to represent a Person":["O seu site está configurado de momento para representar uma pessoa"],"(if one exists)":["(se existir)"],"Wikipedia page about you":["Página da Wikipedia sobre você"],"YouTube profile URL":["URL do perfil do YouTube"],"Tumblr profile URL":["URL do perfil do Tumblr"],"SoundCloud profile URL":["URL do perfil do SoundCloud"],"MySpace profile URL":["URL do perfil do MySpace"],"Organization or person":["Organização ou Pessoa"],"The person":["A pessoa"],"Organization":["Organização"],"Does your site represent a person or an organization?":["Seu site representa uma pessoa ou uma organização?"],"The name of the organization":[" O nome da organização"],"Provide an image of the organization logo":[" Fornecer uma imagem do logotipo da organização"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":["Selecionar um usuário..."],"Uncategorized":["Sem categoria"],"Name:":["Nome:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":["Pontuação SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":["Nenhum objecto JSON devolvido."],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":["Frase-chave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Página %s"],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["Obtenha uma análise ainda melhor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":["Melhore a partilha no Facebook e no Pinterest"],"You do not have the required rights to export settings.":["Não tem permissão para exportar definições."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":["Estas são definições do plugin %1$s da %2$s"],"No settings found.":["Nenhuma definição encontrada."],"Export your %1$s settings here, to copy them on another site.":["Exporte aqui as suas definições do %1$s, para copiar para outro site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["A importação de definições apenas é suportada em servidores com o PHP 5.3 ou superior."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importe as definições colando aqui as definições copiadas de outro site e clicando em \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["AVISO:"],"Learn about why permalinks are important for SEO.":[""],"Google Ads":[""],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Limpar imagem"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase-chave na slug%2$s: Mais de metade da sua frase-chave aparece na slug. Isto é óptimo!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase-chave na slug%2$s: Óptimo trabalho!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":["Ajuda sobre como escolher uma frase-chave principal perfeita"],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":["Ignorar a notificação de actualização do %s"],"Upgrade to %s":["Actualize para o %s"],"%1$s video":["Vídeo sobre %1$s"],"Get %s":["Obter o %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sComprimento do texto%4$s: O texto contém %1$d palavra.","%2$sComprimento do texto%4$s: O texto contém %1$d palavras."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sComprimento do texto%3$s: O texto contém %1$d palavra. Bom trabalho!","%2$sComprimento do texto%3$s: O texto contém %1$d palavras. Bom trabalho!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase-chave na descrição%2$s: A descrição contém a frase-chave %3$s vezes, o que é superior ao máximo recomendado de 2 vezes. %4$sLimite isto%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":["%1$sComprimento da frase-chave%2$s: Bom trabalho!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase-chave na introdução%2$s: Muito bem!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribuição de subtítulos%2$s: Óptimo trabalho!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":["%1$sComprimento da frase%2$s: Óptimo!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["Bom trabalho!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Frase-chave principal"],"%1$s with ID %2$s couldn't be patched":["Não foi possível aplicar patch a %1$s com o ID %2$s"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Pedido POST inválido. Os valores dos metadados já existem para o objecto com ID %1$s."],"Indexable with ID `%1$s` does not exist":["Não existe indexável com ID `%1$s`"],"No object with ID %1$s and %2$s could be found":["Nenhum objecto encontrado com o ID %1$s e do tipo %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` não é um subtipo válido de `%2$s`"],"The object type `%1$s` is invalid":["O tipo de objecto `%1$s` é inválido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Foi passado um tipo inválido para o parâmetro `%1$s`. É esperado `%2$s`, mas foi obtido `%3$s`"],"The parameter `%1$s` cannot be empty.":["O parâmetro `%1$s` não pode estar em branco."],"Check Keyphrase Density":["Verificar densidade de frases-chave"],"Disable":["Desactivar"],"Allow Control":["Permitir controlo"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Frase-chave:"],"Remove keyphrase":["Remover frase-chave"],"This feature has been disabled by the network admin.":["Esta funcionalidade foi desactivada pelo administrador da rede."],"Focus keyphrase not set.":["Frase-chave principal não definida."],"Multiple keyphrases":["Múltiplas frases-chave"],"Colon":["Dois pontos"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Ambos os plugins %1$s e %2$s gerem o SEO do seu site. A execução simultânea de dois plugins de SEO é prejudicial."],"There is a new notification.":["Existe uma nova notificação.","Existem novas notificações."],"Learn more about the readability analysis":["Saiba mais sobre a análise de legibilidade"],"Describe the duration of the instruction:":["Descreva a duração das instruções:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personalize a forma como quer descrever a duração das instruções."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Esta é uma lista de conteúdos relacionados para os quais poderá criar ligações no seu conteúdo. {{a}}Leia o nosso artigo sobre a estrutura do site{{/a}} para saber mais sobre como as ligações internas podem ajudar a melhorar o seu SEO."],"%s, %s and %s":["%s, %s e %s"],"%s and %s":["%s e %s"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d dia","%d dias"],"Enter a step title":["Insira o título do passo"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Isto permite-lhe ter melhor controlo sobre os estilos dos passos."],"CSS class(es) to apply to the steps":["Classe(s) CSS a aplicar aos passos"],"minutes":["minutos"],"hours":["horas"],"days":["dias"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Crie um tutorial compatível com SEO. Apenas pode utilizar um bloco de tutorial por conteúdo."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Crie uma lista de perguntas frequentes compatível com SEO. Apenas pode utilizar um bloco de perguntas frequentes por conteúdo."],"Copy error":["Erro ao copiar"],"An error occurred loading the %s primary taxonomy picker.":["Ocorreu um erro ao carregar o selector da taxonomia principal de %s."],"%1$s Structured Data Blocks":["Blocos de dados estruturados do %1$s"],"Time needed:":["Tempo necessário:"],"Move question down":["Mover pergunta para baixo"],"Move question up":["Mover pergunta para cima"],"Insert question":["Inserir pergunta"],"Delete question":["Eliminar pergunta"],"Enter the answer to the question":["Insira a resposta à pergunta"],"Enter a question":["Insira uma pergunta"],"Add question":["Adicionar pergunta"],"Frequently Asked Questions":["Perguntas frequentes"],"Great news: you can, with %s!":["Boas notícias: pode, com o %s!"],"Select the primary %s":["Seleccionar %s principal"],"Check links to this URL":["Verificar ligações para este URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Está a tentar usar múltiplas frases-chave? Deve adicioná-las abaixo separadamente."],"Mark as cornerstone content":["Marcar como conteúdo principal"],"Move step down":["Mover passo para baixo"],"Move step up":["Mover passo para cima"],"Insert step":["Inserir passo"],"Delete step":["Eliminar passo"],"Add image":["Adicionar imagem"],"Enter a step description":["Insira a descrição do passo"],"Enter a description":["Insira uma descrição"],"Unordered list":["Lista não ordenada"],"Showing step items as an ordered list.":["Mostrar passos como uma lista ordenada."],"Showing step items as an unordered list":["Mostrar passos como uma lista não ordenada."],"Add step":["Adicionar passo"],"Delete total time":["Eliminar tempo total"],"Add total time":["Adicionar tempo total"],"How to":["Como"],"How-to":["Tutorial"],"Snippet Preview":["Pré-visualização do fragmento"],"Analysis results":["Resultados da análise"],"Enter a focus keyphrase to calculate the SEO score":["Insira uma frase-chave principal para calcular a classificação SEO"],"Learn more about Cornerstone Content.":["Saiba mais sobre conteúdo principal."],"Cornerstone content should be the most important and extensive articles on your site.":["Os conteúdos principais devem ser os artigos mais importantes e extensos do seu site."],"Restore Site":["Repor site"],"Network Settings":["Definições da rede"],"You are not allowed to perform this action.":["Não tem permissão para executar esta acção."],"Error: %s":["Erro: %s"],"Success: %s":["Sucesso: %s"],"Site with ID %d not found.":["Site com ID %d não encontrado."],"No site has been selected to restore.":["Nenhum site seleccionado para repor."],"You are not allowed to modify unregistered network settings.":["Não tem permissão para modificar opções não explicitamente registadas na rede."],"deleted":["eliminado"],"Would you like to add another keyphrase?":["Gostaria de adicionar outra frase-chave?"],"image preview":["Pré-visualização da imagem"],"Copied!":["Copiado!"],"Not supported!":["Não suportado!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Ao adicionar mais algum texto, será mostrada aqui uma lista de conteúdos relacionados, para os quais poderá adicionar ligações no seu conteúdo."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Considere criar ligações para estes {{a}}artigos principais{{/a}}:"],"Consider linking to these articles:":["Considere criar ligações para estes artigos:"],"Copy link":["Copiar ligação"],"Copy link to suggested article: %s":["Copiar ligação para o artigo sugerido: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":["A descrição do site"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":["Não foram preenchidos todos os campos obrigatórios. Falta o campo %1$s"],"Optimize your site for Google News.":["Optimize o seu site para Google News."],"Optimize your shop's SEO and sell more products!":["Melhore o SEO da sua loja e venda mais produtos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Seja encontrado na pesquisa Google Video e aumente a partilha do seu vídeo nas redes sociais."],"Be found in Google Maps and local results.":["Seja encontrado no Google Maps e nos resultados locais."],"Learn practical SEO skills to rank higher in Google.":[""],"Don’t waste time figuring out the best settings yourself.":["Não perca o seu tempo à procura das melhores configurações."],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":["Adicionar sinónimos"],"Would you like to add keyphrase synonyms?":["Gostaria de adicionar sinónimos da frase-chave?"],"Would you like to add more than one keyphrase?":["Gostaria de adicionar mais do que uma frase-chave?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Pode editar os metadados de SEO para este tipo de conteúdo personalizado na %1$spágina da loja%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Não definiu a página da loja nas configurações do WooCommerce. Por favor, faça isto primeiro."],"Current year":["Ano actual"],"Page":["Página"],"Breadcrumb settings for %s archive":["Definições de breadcrumbs para o arquivo de %s"],"Something went wrong. Please reload the page.":[""],"Tagline":["Descrição"],"Modify your meta description by editing it right here":["Modifique sua descrição editando-a aqui"],"description (custom taxonomy)":["descrição (taxonomia personalizada)"],"(custom taxonomy)":["(taxonomia personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":[""],"Caption":["Legenda"],"Pagenumber":["Número de página"],"Pagetotal":["Total de páginas"],"Page number":["Número de página"],"User description":["Descrição do utilizador"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":["Tipo de conteúdo (plural)"],"Post type (singular)":["Tipo de conteúdo (singular)"],"Separator":["Separador"],"Search phrase":["Frase de pesquisa"],"Term title":["Título do termo"],"Term description":["Descrição do termo"],"Tag description":["Descrição da etiqueta"],"Category description":["Descrição da categoria"],"Primary category":["Categoria principal"],"Category":["Categoria"],"Tag":["Etiqueta"],"Excerpt only":["Apenas o excerto"],"Excerpt":["Excerto"],"Site title":["Título do site"],"Archive title":["Título do arquivo"],"Parent title":["Título do superior"],"Date":["Data"],"Label":["Legenda"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Deverá criar um redireccionamento para garantir que seus visitantes não recebem um erro 404 ao clicarem no URL que não já funciona."],"Search engines and other websites can still send traffic to your deleted post.":["Os motores de pesquisa e outros sites ainda poderão enviar tráfego para o seu conteúdo eliminado."],"Make sure you don't miss out on traffic!":["Certifique-se de não perder o tráfego!"],"You just deleted a %1$s.":["Eliminou um(a) %1$s."],"You just trashed a %1$s.":["Moveu um(a) %1$s para o lixo."],"Settings for %s archive":["Definições do arquivo de %s"],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Url preview":[""],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":[""],"No results":[""],"%d result found, use up and down arrow keys to navigate":["","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":[""],"Number of results found: %d":["Número de resultados encontrados: %d"],"Note that not all variables can be used in every field.":["Atenção que nem todas as variáveis podem ser usadas em todos os campos."],"Snippet variables":["Variáveis de fragmentos"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["O %1$s respeita a sua privacidade. Leia a nossa %2$spolítica de privacidade%3$s sobre como utilizamos as suas informações pessoais."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Se souber o que isto significa e não quiser mais ver esta mensagem, pode %1$sdescartar esta mensagem%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":["Tipo desconhecido %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inclui uma conta gratuita em MyYoast que lhe dá acesso ao nosso curso gratuito \"SEO for Beginners\"!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Subscreva a nossa newsletter para receber as últimas novidades do %1$s ou dos outros plugins da %2$s, e para receber notícias e dicas relevantes do universo SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obtenha o seu código de verificação do Baidu em %1$sFerramentas de webmaster do Baidu%2$s."],"Baidu verification code":["Código de verificação do Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["A funcionalidade do importador do %s usa tabelas temporárias de base de dados. Parece que a sua instalação WordPress não tem a capacidade de fazer isto, consulte seu serviço de alojamento."],"Cleanup of %s data failed.":["Falhou ao limpar os dados de %s."],"Content Type":["Tipo de conteúdo"],"Filter by content type":["Filtrar por tipo de conteúdo"],"Show All Content Types":["Mostrar todos os tipos de conteúdo"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["Substituído pelo título normal de um arquivo gerado pelo WordPress"],"Clean":["Limpar"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Quando se certificar que o seu site está bem, pode limpar. Isto irá remover todos os dados originais."],"Step 5: Clean up":["Passo 5: Limpeza"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Deve executar o assistente de configuração a partir da página SEO → Geral → Painel, para garantir que todas as definições do seu site estão correctas."],"Step 4: Run the configuration wizard":["Passo 4: Execute o assistente de configuração"],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, verifique se os metadados dos seus conteúdos e páginas foram importados com sucesso."],"Step 3: Check your data":["Passo 3: Verifique seus dados"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Passo 2: Importação"],"Please make a backup of your database before starting this process.":["Por favor, faça uma cópia de segurança da sua base de dados antes de iniciar este processo."],"Step 1: Create a backup":["Passo 1: Crie uma cópia de segurança"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Foram detectados dados de um ou mais plugins de SEO no seu site. Por favor siga os seguintes passos para importar os dados respectivos:"],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Conteúdos que não devem ser apresentados nos resultados de pesquisa"],"%s data found.":["Foram encontrados dados de %s."],"%s data successfully removed.":["Os dados de %s foram removidos com sucesso."],"%s data successfully imported.":["Os dados de %s foram importados com sucesso."],"%s data not found.":["Não foram encontrados dados de %s."],"Improve your SEO skills":["Melhore as suas competências de SEO"],"24/7 email support":["Suporte por email 24/7"],"No more dead links a.k.a. 404 pages":["Não mais ligações quebradas, também conhecidas como páginas 404"],"Get real-time suggestions for internal links":["Obtenha sugestões em tempo real para ligações internas"],"Preview your page in Facebook and Twitter":["Pré-visualize a sua página no Facebook e Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Clique no botão \"%3$s\" para usar a descrição já definida na %1$sApresentação da pesquisa da página inicial%2$s."],"Help on copying the home meta description":["Ajude-nos a copiar a descrição da página inicial"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Para que os motores de pesquisa conheçam os perfis de redes sociais associados ao site, insira abaixo os dados respectivos."],"Learn more about your social profiles settings":["Saiba mais sobre a configuração dos seus perfis em redes sociais"],"Remove the categories prefix":["Remover prefixo de categorias"],"Help on the category prefix setting":["Ajuda sobre a configuração de prefixo da categoria"],"Learn more about the available variables":["Saiba mais sobre as variáveis ​​disponíveis"],"Learn more about the RSS feed setting":["Saiba mais sobre a configuração do feed RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Ao carregar itens multimédia (por exemplo, uma imagem ou um vídeo) para o WordPress, não é guardado apenas o item multimédia, é criado também um URL do anexo respectivo. Estas páginas de anexo são bastante simples: contêm o item multimédia e eventualmente um título, caso o tenha inserido. Por isso, se nunca usar estes URL de anexos, é melhor desactivar e redireccionar para o próprio item multimédia."],"Learn more about the Media and attachment URLs setting":["Saiba mais sobre a configuração do URL de multimédia e anexos"],"Learn more about the title separator setting":["Saiba mais sobre a configuração do separador do título"],"Learn more about the knowledge graph setting":["Saiba mais sobre a configuração do Gráfico de Conhecimento"],"Learn more about the homepage setting":["Saiba mais sobre a configuração da página inicial"],"Learn more about the special pages setting":["Saiba mais sobre a configuração de páginas especiais"],"Help on the date archives search results setting":["Ajuda sobre a configuração dos resultados de pesquisa do arquivo por datas"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Não mostrar o arquivo de autores sem conteúdos nos resultados de pesquisa, tecnicamente significa que este terá a informação %1$s para robôs e será excluído dos sitemaps XML. %2$sMais informações sobre as definições dos resultados de pesquisa%3$s."],"Help on the authors without posts archive search results setting":["Ajuda sobre a configuração dos resultados de pesquisa do arquivo de autores sem conteúdos"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Não mostrar o arquivo por autores nos resultados de pesquisa, tecnicamente significa que este terá a informação %1$s para robôs e será excluído dos sitemaps XML. %2$sMais informações sobre as definições dos resultados de pesquisa%3$s."],"Help on the author archives search results setting":["Ajuda sobre a configuração dos resultados de pesquisa do arquivo por autores"],"Archives settings help":["Ajuda sobre as definições de arquivo"],"Learn more about the archives setting":["Saiba mais sobre a configuração dos arquivos"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obtenha seu código de verificação do Yandex em %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Código de verificação do Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obtenha seu código de verificação do Google em %1$sGoogle Search Console%2$s."],"Google verification code":["Código de verificação do Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obtenha o seu código de verificação do Bing em %1$sFerramentas de webmaster do Bing%2$s."],"Bing verification code":["Código de verificação do Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["Saiba mais sobre a verificação das ferramentas de webmaster"],"On":["Ligado"],"Help on: %s":["Ajuda sobre: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["O %1$s inclui muitas funcionalidades. Pode activar / desactivar algumas abaixo. Ao clicar no ponto de interrogação obtém mais informações sobre a funcionalidade."],"Off":["Desligado"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":["Segurança: sem definições avançadas para autores"],"See who contributed to %1$s.":["Veja quem contribuiu para o %1$s."],"Help on this search results setting":["Ajuda sobre a configuração destes resultados de pesquisa"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Não mostrar o arquivo de %1$s nos resultados de pesquisa, tecnicamente significa que este terá a informação %2$s para robôs e será excluído dos sitemaps XML. %3$sMais informações sobre as definições dos resultados de pesquisa%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Não mostrar %1$s nos resultados de pesquisa, tecnicamente significa que estes terão a informação %2$s para robôs e serão excluídos dos sitemaps XML. %3$sMais informações sobre as definições dos resultados de pesquisa%4$s."],"Default for %2$s, currently: %1$s":["Por omissão para %2$s, actualmente: %1$s"],"Show %s in search results?":["Mostrar %s nos resultados de pesquisa?"],"this author's archives":["o arquivo deste autor"],"Do not allow search engines to show %s in search results.":["Não permitir aos motores de pesquisa mostrar %s nos resultados de pesquisa."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Os URL das categorias do WordPress contêm um prefixo, geralmente %s, esta funcionalidade remove este prefixo, apenas para as categorias."],"Category URLs":[""],"the archive for %s":["o arquivo de %s"],"Redirect attachment URLs to the attachment itself?":["Redireccionar os URL dos anexos para os anexos respectivos?"],"We recommend you set this to Yes.":["Recomendamos que seleccione sim."],"Media & attachment URLs":["URL de itens multimédia e anexos"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Isto é o que é mostrado nos resultados de pesquisa quando alguém encontrar o seu site. Isto significa que provavelmente é o que verão ao pesquisar pela sua marca."],"date archives":["arquivo por datas"],"archives for authors without posts":["arquivo de autores sem conteúdos"],"Read why XML Sitemaps are important for your site.":["Saiba porque é que os sitemaps XML são importantes para o seu site."],"Enable the XML sitemaps that %s generates.":["Activa os sitemaps XML gerados pelo %s."],"See the XML sitemap.":["Veja o sitemap XML."],"%2$s (current default for %1$s)":["%2$s (por omissão para %1$s)"],"Media":["Multimédia"],"Content Types":["Tipos de conteúdo"],"Should search engines follow links on this %1$s?":["Os motores de pesquisa deve seguir ligações de %1$s?"],"Allow search engines to show this %s in search results?":["Permitir que os motores de pesquisa mostrem %s no resultados de pesquisa?"],"Search Appearance":["Apresentação da pesquisa"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Por favor, especifique os tipos de conteúdo que quer mostrar nos motores de pesquisa.\nSe não souber a diferença entre estes, sugerimos as definições por omissão."],"Search engines should show \"%1$s\" in search results:":["Os motores de pesquisa devem mostrar %1$s nos resultados:"],"Search engine visibility":["Visibilidade em motores de pesquisa"],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Os pedidos de suporte criados aqui serão enviados directamente para o nosso sistema de suporte, com segurança SSL de 256 bit, a comunicação é 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["A funcionalidade de conteúdo principal permite-lhe identificar e filtrar conteúdos principais no seu site."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Se tiver um problema que não consegue resolver através dos tutoriais em vídeo ou da base de conhecimento, pode enviar uma mensagem para a nossa equipa de suporte, que está contactável 24 horas por dia."],"Search result":["Resultado de pesquisa"],"Good results":["Bons resultados"],"Get better search results in local search":["Obtenha melhores resultados em pesquisas locais"],"Allow customers to pick up their %s order locally":["Permitir aos clientes levantar localmente as encomendas do %s"],"SEO analysis":["Análise de SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["A análise de SEO oferece sugestões para melhoras a classificação de SEO do seu texto."],"Learn how the SEO analysis can help you rank.":["Saiba como a análise de SEO pode ajudar a melhorar o posicionamento nos motores de pesquisa."],"The readability analysis offers suggestions to improve the structure and style of your text.":["A análise de legibilidade oferece sugestões para melhorar a estrutura e o estilo do seu texto."],"Discover why readability is important for SEO.":["Saiba porque a legibilidade é importante para o SEO."],"Find out how cornerstone content can help you improve your site structure.":["Saiba como os conteúdos principais podem ajudar a melhorar a estrutura do seu site."],"The text link counter helps you improve your site structure.":["O contador de ligações dos textos ajuda-o a melhorar a estrutura do seu site."],"Find out how the text link counter can enhance your SEO.":["Saiba como o contador de ligações dos textos pode ajudar a melhorar a classificação de SEO."],"%s integration":["Integração com %s"],"Read more about how %s works.":["Leia mais sobre como funciona o %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Active esta funcionalidade se quiser que o Facebook e outras redes sociais mostrem uma pré-visualização com imagens e excerto do texto ao partilhar uma ligação para o seu site."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Active esta funcionalidade se quiser que o Twitter mostre uma pré-visualização com imagens e excerto do texto ao partilhar uma ligação para o seu site."],"Find out why you should upgrade to %s":["Saiba porque deve actualizar para o %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Artigos mais recentes em %1$s"],"Need help?":["Precisa de ajuda?"],"Type here to search...":["Digite aqui para pesquisar..."],"Search the Yoast Knowledge Base for answers to your questions:":["Pesquise por respostas às suas dúvidas na base de conhecimento do Yoast:"],"Remove highlight from the text":["Remover o destaque do texto"],"Your site language is set to %s. ":[""],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Comece rapidamente com o %2$sassistente de configuração%3$s do %1$s!"],"First-time SEO configuration":["Configuração inicial de SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["O idioma do seu site está definido como {language}. Se isto não estiver correcto, contacte o administrador do seu site."],"Your site language is set to {language}.":["O idioma do seu site está definido como {language}."],"Highlight this result in the text":["Destacar este resultado no texto"],"Considerations":["Considerações"],"Errors":["Erros"],"Change language":["Alterar idioma"],"You cannot create a %s file.":["Não pode criar um ficheiro %s."],"You cannot edit the %s file.":["Não pode editar o ficheiro %s."],"Updated %s":["%s actualizado"],"Create %s file":["Criar ficheiro %s"],"Edit the content of your %s:":["Editar o conteúdo do seu %s:"],"Save changes to %s":["Guardar alterações para %s"],"%s file":["Ficheiro %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["Os plugins %1$s e %2$s podem funcionar muito melhor se utilizar um plugin de ligação. Por favor, instale o %3$s para facilitar a sua vida. %4$s."],"More information":["Mais informações"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["Os plugins %1$s e %2$s podem funcionar muito melhor se utilizar um plugin de ligação. Por favor, active o %3$s para facilitar a sua vida."],"More information about %1$s":["Mais informações sobre %1$s"],"Configuration Wizard":["Assistente de configuração"],"You've done it!":["Conseguiu!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integre o %2$s com o %1$s sem dificuldade para a análise dos seus conteúdos!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["Os plugins %1$s e %2$s podem funcionar muito melhor se utilizar um plugin de ligação. Por favor, instale o %3$s para facilitar a sua vida."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["As definições da apresentação da pesquisa do %1$s são constituídas por variáveis que serão substituídas por valores específicos ao mostrar a página. A tabela abaixo contém uma lista de variáveis disponíveis."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Identifique os itens de %1$s mais importantes como 'conteúdo principal' para melhorar a estrutura do seu site. %2$sSaiba mais sobre conteúdo principal%3$s."],"Loading help center.":["A carregar centro de ajuda."],"Get support":["Obter suporte"],"View in KB":["Ver em KB"],"Go back":["Voltar"],"Go back to the search results":["Voltar aos resultados de pesquisa"],"(Opens in a new browser tab)":["(Abrir num novo separador)"],"Posts %1$swithout%2$s a focus keyphrase":["Conteúdos %1$ssem%2$s frase-chave principal"],"Hey, your SEO is doing pretty well! Check out the stats:":["Olá, a sua classificação de SEO está óptima! Consulte as estatísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Ainda não tem conteúdos publicados, as suas classificações de SEO serão mostradas aqui assim que criar o seu primeiro conteúdo!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Outro"],"A portfolio":["Um porftólio"],"A corporation":["Uma empresa"],"A small offline business":["Um pequeno negócio local"],"A news channel":["Um canal de notícias"],"An online shop":["Uma loja online"],"A blog":["Um blog"],"What does the site %1$s represent?":["O que representa o site %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Opção B: O meu site está em construção e não deverá ser indexado"],"Option A: My site is live and ready to be indexed":["Opção A: O meu site está público e pronto a ser indexado"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Por favor, indique se o seu site está em construção ou se já está público."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Leia mais no nosso blog de SEO"],"Readability: %s":[""],"Not activated":["Não activado"],"Activated":["Activado"],"%1$s recommendations for you":["Recomendações do %1$s para si"],"All Readability Scores":["Todas as classificações de legibilidade"],"Filter by Readability Score":["Filtrar por classificação de legibilidade"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Não está a receber actualizações nem suporte! Corrija este problema através de adicionar este site e activar o %1$s em %2$s."],"Request method %1$s is not valid.":["O método de pedido %1$s não é válido."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Gostaria de pré-visualizar como este conteúdo será mostrado ao ser partilhado por outras pessoas no %1$s? É possível, com o %2$s."],"Good job! All the links in your texts have been counted.":["Bom trabalho! Foram contadas todas as ligações dos seus textos."],"Calculation completed.":["Cálculo concluído."],"Calculation in progress...":["Cálculo em curso..."],"Stop counting":["Parar contagem"],"Counting links in your texts":["A contar ligações nos seus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s processado."],"All your texts are already counted, there is no need to count them again.":["Todos os seus textos já foram contados, não há necessidade de contá-los de novo."],"Count links in your texts":["Contar ligações nos seus textos"],"Text link counter":["Contador de ligações dos textos"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de ligações internas para este conteúdo. Veja o texto \"Colunas do Yoast\" no separador de ajuda para mais informações."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de links internos de saída nesta postagem. Consulte o texto \"colunas de Yoast\" na guia de ajuda para obter mais informações."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["O %1$s adiciona diversas colunas a esta página. Escrevemos um artigo sobre %2$scomo usar as classificações de SEO e de legibilidade%3$s. As colunas das ligações mostram o número de conteúdos neste site com ligações %5$spara%6$s este conteúdo e o número de ligações %5$sneste%6$s conteúdo. Saiba mais sobre %4$scomo usar estas funcionalidades para melhorar as suas ligações internas%3$s, o que melhora em muito o seu SEO."],"%s Columns":["Colunas do %s"],"Readability score":["Classificação de legibilidade"],"Other benefits of %s for you:":["Outros benefícios do %s para si:"],"Scroll to see the preview content.":["Deslize para baixo para pré-visualizar o conteúdo."],"Cornerstone content":["Conteúdo principal"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["O %1$s irá agora tratar de todas as optimizações técnicas do seu site. Para melhorar o desempenho do seu site nos resultados de pesquisa, é importante começar a criar conteúdos que se classifiquem bem para as frases-chave que lhe interessam. Veja este vídeo em que explicamos como usar a metabox do %1$s ao editar conteúdos e páginas."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Se quiser superar a sua concorrência numa cidade ou região específica, conheça o nosso plugin %1$s! Poderá facilmente inserir mapas do Google, horário de funcionamento, informações de contacto e localizador de lojas. Além de tudo isto, o %1$s permite-lhe melhorar a usabilidade da sua página de contacto."],"Attract more customers near you":["Atraia mais clientes perto de si"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Gostaria de conhecer todos os detalhes do plugin %1$s? Gostaria de saber tudo sobre as suas definições avançadas? Gostaria de aproveitar ao máximo o plugin %1$s? Consulte os nossos cursos sobre o plugin %1$s e comece a superar a sua concorrência!"],"Get the most out of %1$s with the %2$s":["Obtenha o máximo do %1$s com o %2$s"],"Upgrade to Premium":["Actualizar para Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Gostaria de superar a sua concorrência? O %1$s tem funcionalidades fantásticas para o ajudar a configurar a sua estratégia de SEO como um profissional. Adicione sinónimos e frases-chave relacionadas, utilize a nossa ferramenta de análise Premium, o gestor de redireccionamentos e a nossa ferramenta de ligações internas. Com o %1$s tem ainda acesso a suporte premium."],"Outrank the competition with %s":["Supere a sua concorrência com o %s"],"You might like":["Poderá gostar"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Detectámos que ainda não concluiu este assistente, recomendamos que %2$sinicie o assistente de configuração para configurar o %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["O assistente de configuração ajuda-o a configurar facilmente o seu site para ter as melhores definições de SEO."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Obtenha a versão premium e os nossos especialistas estarão disponíveis para ajudar em qualquer dúvida sobre a configuração e utilização do plugin."],"Superfast internal linking suggestions":["Sugestões rápidas para ligações internas"],"Great news: you can, with %1$s!":["Boas notícias: é possível com o %1$s!"],"Save changes":["Guardar alterações"],"1 year free support and updates included!":["1 ano de suporte gratuito e atualizações incluídas!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["O plugin %2$s altera a saída do seu site e em fazendo isso diferencia entre os mecanismos de busca e usuários normais, um processo que é chamado de camuflagem. Nós recomendamos muito que você o desative."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPré-visualizações das redes sociais%2$s: Facebook e Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNão mais ligações quebradas%2$s: Easy Redirect Manager"],"No ads!":["Sem anúncios!"],"Facebook & Twitter":["Facebook e Twitter"],"Social media preview":["Pré-visualizações das redes sociais"],"Easy redirect manager":["Easy Redirect Manager"],"No more dead links":["Não mais ligações quebradas"],"Increase your SEO reach":["Aumente o alcance do seu SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Se você quiser mais ajuda para criar conteúdo incrível, confira nosso%2$sSEO copywriting curso%3$s. Você quer saber tudo sobre as características do plugin, considere fazer o nosso%1$s!"],"Variable":["Variável"],"Available variables":["Variáveis disponíveis"],"Scroll to see the table content.":["Deslize para baixo para ver o conteúdo da tabela."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Se precisar de ajuda consulte o %1$snosso artigo sobre como ligar o seu site à Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Ocorreu um erro na avaliação de '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s das palavras contêm %2$smais de %3$s sílabas%4$s, o que é superior ao máximo recomendado de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s das palavras contêm %2$smais de %3$s sílabas%4$s, o que é inferior ou igual ao mínimo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Isto é um pouco inferior ao mínimo recomendado de %5$d palavra. %3$sAdicione mais algum texto%4$s.","Isto é um pouco inferior ao mínimo recomendado de %5$d palavras. %3$sAdicione mais algum texto%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["A descrição contém %1$d frase %2$scom mais de %3$s palavras%4$s. Tente encurtar esta frase.","A descrição contém %1$d frases %2$scom mais de %3$s palavras%4$s. Tente encurtar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["A descrição não contém frases %1$scom mais de %2$s palavras%3$s."],"Step %1$d: %2$s":[""],"No new notifications.":["Nenhuma notificação nova."],"Save all":["Guardar tudo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, autor em %2$s"],"Mobile preview":["Pré-visualizar em dispositivo móvel"],"Desktop preview":["Pré-visualizar em computador"],"Select redirect":["Seleccione o redireccionamento"],"Please provide an SEO title by editing the snippet below.":["Por favor, insira um título SEO editando o fragmento abaixo."],"Meta description preview:":["Pré-visualização da descrição:"],"Slug preview:":["Pré-visualização da slug:"],"SEO title preview:":["Pré-visualização do título SEO:"],"Close snippet editor":["Fechar editor de fragmentos"],"Slug":["Slug"],"Remove marks in the text":["Remover marcas no texto"],"Mark this result in the text":["Realçar este resultado no texto"],"Marks are disabled in current view":["Marcações desativadas na vista atual"],"Good SEO score":["Classificação boa de SEO"],"OK SEO score":["Classificação razoável de SEO"],"Feedback":["Feedback"],"ok":["razoável"],"Choose an image":["Escolha uma imagem"],"Remove the image":["Remover a imagem"],"MailChimp signup failed:":["Falhou ao subscrever no MailChimp:"],"Sign Up!":["Subscrever!"],"Name":["Nome"],"There is an error with the request.":["Ocorreu um erro com o pedido."],"Select profile":["Seleccionar perfil"],"Choose a profile":["Escolha um perfil"],"Authorization code":["Código de autorização"],"Reauthenticate with Google":["Autenticar de novo com o Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para autorizar o %s a obter a sua informação do Google Search Console, por favor insira o seu código de autorização do Google. Ao clicar no botão abaixo abre uma nova janela."],"Please provide a meta description by editing the snippet below.":["Por favor, insira uma descrição editando o fragmento abaixo."],"Edit snippet":["Editar fragmento"],"You can click on each element in the preview to jump to the Snippet Editor.":["Pode clicar em cada elemento na pré-visualização para ir para o Editor de fragmentos."],"SEO title preview":[""],"Meta description preview":[""],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":[""],"Close the Wizard":["Fechar o assistente"],"Export settings":["Exportar definições"],"%1$s video tutorial":["Tutorial vídeo do %1$s"],"%s › Configuration Wizard":["%s › Assistente de configuração"],"Please don't show me this notification anymore":["Por favor, não me mostre esta notificação mais"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Se tiver algum problema, %1$spor favor submeta um relatório de erro%2$s e faremos o nosso melhor para ajudá-lo."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Notámos que está a usar o %1$s há algum tempo, esperamos que esteja a gostar! Ficaremos muito gratos se nos quiser %2$sclassificar com 5 estrelas em WordPress.org%3$s!"],"Date archives settings":["Definições do arquivo por datas"],"Author archives settings":["Definições do arquivo por autores"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Aviso: não é possível usar a variável %s neste modelo. Consulte o centro de ajuda para obter mais informações."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["A propósito, sabia que também temos um %1$splugin Premium%2$s? Tem funcionalidades avançadas, como um gestor de redireccionamentos e suporte para múltiplas frases-chave principais. Também inclui suporte pessoal 24/7."],"(no title)":["(sem título)"],"%s installation wizard":[""],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["O menu da barra de administração do %1$s contém ligações úteis para ferramentas de terceiros para analisar páginas e para que seja mais fácil ver se tem novas notificações."],"Admin bar menu":["Menu da barra de administração"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funcionalidades"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Embora tentemos manter a configuração do %1$s o mais fácil possível, sabemos que pode ser algo assustador. Se preferir que sejamos nós a configurar o %1$s (e obter uma cópia do %2$s no processo), encomende aqui o %3$s%1$s Configuration Service%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bem-vindo ao assistente de configuração do %1$s. Vamos ajudá-lo passo a passo a configurar as definições do Yoast SEO de acordo com a necessidades do seu site!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["O Google mostra o nome do seu site nos resultados de pesquisa, se pretender alterá-lo, pode fazê-lo aqui."],"Greater than sign":["Sinal de maior"],"Less than sign":["Sinal de menor"],"Right angle quotation mark":["Símbolo de citação à direita"],"Left angle quotation mark":["Símbolo de citação à esquerda"],"Small tilde":["Til pequeno"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco inferior"],"Asterisk":["Asterisco"],"Bullet":["Marca"],"Middle dot":["Ponto médio"],"Em dash":["Travessão"],"En dash":["Traço"],"Dash":["Hífen"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Escolha o símbolo a usar como separador do título. Isto será mostrado, por exemplo, entre o título do conteúdo e o nome do site. Os símbolos serão mostrados no tamanho em que aparecem nos resultados da pesquisa."],"The name of the person":["O nome da pessoa"],"No":["Não"],"Yes":["Sim"],"Does, or will, your site have multiple authors?":["O seu site tem ou terá múltiplos autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["O WordPress cria automaticamente um URL para cada item de média da biblioteca. Activar isto permitirá ao Google indexar o URL criado."],"Success!":["Sucesso!"],"Title settings":["Definições do título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Múltiplos autores"],"Site type":["Tipo de site"],"Environment":["Ambiente"],"Yoast option %1$s not found.":["Opção %1$s do Yoast não encontrada."],"Google Structured Data Test":["Teste de dados estruturados do Google"],"Posts list":["Lista de conteúdos"],"Posts list navigation":["Navegação da lista de conteúdos"],"Filter posts list":["Filtrar lista de conteúdos"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Atenção que as ligações para o arquivo podem ser atribuídas pelo tema e terá de as remover separadamente."],"%1$s to optimize your site even further":["%1$s para optimizar ainda mais o seu site"],"%1$s extensions":["Extensões do %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Experimente e use durante 30 dias, garantia de devolução do pagamento sem perguntas"],"More information %1$sabout %3$s%2$s":["Mais informações %1$ssobre %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtenha acesso à nossa equipa de suporte 24/7."],"Premium support":["Suporte Premium"],"check what your Facebook or Twitter post will look like.":["verifique a aparência das publicações no Facebook e Twitter."],"Social previews":["Pré-visualizações das redes sociais"],"create and manage redirects from within your WordPress install.":["crie e organize redireccionamentos a partir da sua instalação WordPress."],"Redirect manager":["Gestor de redireccionamentos"],"%1$s, take your optimization to the next level!":["%1$s, eleva a sua optimização a um nível superior!"],"A seamless integration between %1$s and %2$s":["Uma óptima integração entre %1$s e %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use breadcrumbs de %1$s em vez de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Insira facilmente Google Maps, localização de lojas, horário de funcionamento, etc."],"Creates XML News Sitemaps":["Crie sitemap XML de notícias"],"Immediately pings Google on the publication of a new post":["Informe de imediato o Google sobre a publicação de um novo conteúdo"],"Optimize your site for Google News":["Optimize o seu site para o Google News"],"Make videos responsive through enabling fitvids.js":["Faça vídeos responsivos activando fitvids.js"],"Enhance the experience of sharing posts with videos":["Melhore a experiência de partilha de conteúdos com vídeos"],"Show your videos in Google Videos":["Mostre os seus vídeos no Google Vídeos"],"Crawl issues list":["Lista de problemas de rastreamento"],"Crawl issues list navigation":["Navegação da lista de problemas de rastreamento"],"Edit “%s”":["Editar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notificações"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Remove da metabox o separador da frase-chave e desactiva todas as sugestões relacionadas com SEO."],"Disable SEO analysis":["Desactivar análise de SEO"],"Twitter settings":["Definições do Twitter"],"Pinterest settings":["Definições do Pinterest"],"Facebook settings":["Definições do Facebook"],"Title separator symbol":["Símbolo separador do título"],"RSS feed settings":["Definições do feed RSS"],"Breadcrumbs settings":["Definições de breadcrumbs"],"Make primary":["Tornar principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Insira o seu código de autorização do Google e carregue no botão Autenticar."],"Knowledge base article":["Artigo da base de conhecimento"],"Open the knowledge base article in a new window or read it in the iframe below":["Abrir o artigo da base de conhecimento numa nova janela ou ler num iframe abaixo"],"Search results":["Resultados da pesquisa"],"%s notification":["%s notificação","%s notificações"],"Disable readability analysis":["Desactivar análise de legibilidade"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Remove da metabox a secção da análise de legibilidade e desactiva todas as sugestões relacionadas com legibilidade."],"Readability analysis":["Análise de legibilidade"],"Needs improvement":["Precisa de melhorar"],"Readability":["Legibilidade"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Está a tentar carregar ficheiros não minificados, estes apenas estão disponíveis no nosso pacote de desenvolvimento. Veja %1$s para ver todos os ficheiros do código fonte."],"Improvements":["Melhoramentos"],"Dismiss this item.":["Ignorar este item."],"Good job! We could detect no serious SEO problems.":["Bom trabalho! Não foram detectados problemas graves de SEO."],"We have detected the following issues that affect the SEO of your site.":["Foram detectados os seguintes problemas a afectar a classificação SEO do seu site."],"Problems":["Problemas"],"Analysis":["Análise"],"Not available":["Não disponível"],"Filter by SEO Score":["Filtrar por classificação SEO"],"Meta description not set.":["Descrição não definida."],"Video tutorial":["Tutorial vídeo"],"Email support is a %s feature":["Suporte por email é uma funcionalidade de %s"],"Knowledge base":["Base de conhecimento"],"Open":["Abrir"],"Loading...":["A carregar..."],"Something went wrong. Please try again later.":["Alguma coisa correu mal. Por favor, tente de novo mais tarde."],"No results found.":["Nenhum resultado encontrado."],"Dashboard":["Painel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Pode resolver isto na %1$spágina das Ligações permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["A paginação de comentários está activada e isto não é necessário em 999 a cada 1000 casos, por isso recomendamos a sua desactivação."],"Replaced with the primary category of the post/page":["Substituído pela categoria principal do conteúdo"],"Pinterest confirmation":["Confirmação do Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Se já confirmou o seu site no Pinterest, pode saltar o passo abaixo."],"Format-based archives":["Arquivo baseado no formato"],"Webmaster Tools verification":["Verificação de ferramentas de webmaster"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":[""],"Want to be a %s Expert?":[""],"Buy %s":["Comprar %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Novo título do %1$s"],"Existing %1$s Title":["Título existente do %1$s"],"Expected an integer as input.":["A entrada deve ser um número inteiro."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["A tentar criar uma chave de cache segura para o sitemap mas a combinação de sufixo e prefixo não deixa muito espaço para o fazer. Está provavelmente a pedir uma página que estará muito fora do alcance expectável."],"Remove":["Remover"],"Keep":["Manter"],"Bold the last page":["Negrito na última página"],"Regular":["Normal"],"Bold":["Negrito"],"Show Blog page":["Mostrar página de artigos"],"Primary %s":["%s principal"],"Primary":["Principal"],"Make %1$s primary %2$s":["Tornar %1$s principal em %2$s"],"Term is set to noindex.":["Termo está definido como a não indexar."],"Author archives":["Arquivo por autores"],"Show":["Mostrar"],"Enabled":["Activo"],"Disabled":["Inactivo"],"%1$s has not fetched your site's indexability status yet from %2$s":["O %1$s ainda não carregou o estado de indexação do seu site a partir de %2$s"],"The separator defined in your theme's %s tag.":["O separador definido no %s do seu tema."],"No index":["Não indexar"],"Analyze entire site":["Analisar todo o site"],"Fetch the current status":["Verificar estado actual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$sO %2$s não conseguiu carregar o estado de indexação do seu site%3$s a partir de %4$s"],"Your homepage can be indexed by search engines.":["A sua página inicial pode ser indexada pelos motores de pesquisa."],"Indexability check by %1$s":["Verificação de indexação por %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Se quiser usar uma imagem para partilhar no %1$s, pode carregar/escolher uma imagem ou adicionar aqui o seu URL."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Se não quiser usar a descrição para partilhar no %1$s, e preferir uma descrição alternativa, escreva-a aqui."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Se não quiser usar o título para partilhar no %1$s, e preferir um título alternativo, escreva-o aqui."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sA sua página inicial não pode ser indexada pelos motores de pesquisa%2$s. Isto é muito mau para classificação SEO e deve ser resolvido."],"Once Weekly":["Uma vez por semana"],"SEO score":["Classificação de SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["A recalcular as classificações SEO para todos os conteúdos com a frase-chave principal."],"%1$s of %2$s done.":["Concluído(s) %1$s de %2$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Actualizámos o nosso algoritmo de classificação SEO. %1$sCarregue aqui para recalcular as suas classificações SEO%2$s para todos os conteúdos e páginas."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["A primeira solução integrada de SEO para WordPress, com análise de conteúdo na página, sitemaps XML e muito mais."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activação falhou:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["A extensão Filter não está disponível. Por favor peça ao seu serviço de alojamento para activá-la."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["A instalação do plugin %1$s está incompleta. Por favor, leia as %2$sinstruções de instalação%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["A extensão PHP Library (padrão) não está disponível. Por favor peça ao seu serviço de alojamento para activá-la."],"SEO Settings":["Definições de SEO"],"Mobile-Friendly Test":["Teste de compatibilidade com dispositivos móveis"],"Google Page Speed Test":["Teste PageSpeed do Google"],"CSS Validator":["Validação de CSS"],"HTML Validator":["Validação de HTML"],"Pinterest Rich Pins Validator":["Validação de Rich Pins do Pinterest"],"Facebook Debugger":["Depurador do Facebook"],"Check Headers":["Verificar cabeçalhos"],"Check Google Cache":["Verificar cache do Google"],"Analyze this page":["Analisar esta página"],"Keyword Research":["Pesquisa de palavras-chave"],"%s does not seem to be a valid url. Please correct.":["%s não parece ser um URL válido. Por favor tente de novo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s não parece ser uma variável de verificação de %2$s válida. Por favor tente de novo."],"%s Archive":["Arquivo de %s"],"You searched for %s":["Pesquisou por %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Resumo com imagem grande"],"Summary":["Resumo"],"The post %1$s appeared first on %2$s.":["O conteúdo %1$s aparece primeiro em %2$s."],"No numeric value was received.":["Não foi recebido nenhum valor numérico."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Tem de ser um site existente. O site %s não existe ou foi marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["As definições por omissão têm que ser o ID numérico do site cujas definições pretende usar por omissão."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s não é uma escolha válida para quem deve ter permissões de acesso às configurações do %2$s. Foi reposto o valor por omissão."],"Please select a valid post type for taxonomy \"%s\"":["Por favor seleccione um tipo de conteúdo válido para a taxonomia \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor seleccione uma taxonomia para o tipo de conteúdo \"%s\""],"You searched for":["Pesquisou por"],"Home":["Início"],"Archives for":["Arquivo de"],"Error 404: Page not found":["Erro 404: Página não encontrada"],"Good":["Bom"],"Replaced with a custom taxonomies description":["Substituído pela descrição da taxonomia personalizada"],"Replaced with a posts custom taxonomies, comma separated.":["Substituído pelas taxonomias personalizadas do conteúdo, separadas por vírgulas."],"Replaced with a posts custom field value":["Substituído pelo valor de um campo personalizado do conteúdo"],"Replaced with the slug which caused the 404":["Substituído pela slug que causou o erro 404"],"Replaced with the posts focus keyphrase":["Substituído pela frase-chave principal do conteúdo"],"Attachment caption":["Legenda do anexo"],"Replaced with the current page number":["Substituído pelo número da página actual"],"Replaced with the current page total":["Substituído pelo número total de páginas"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Substituído pelo número actual de página em contexto (p.ex. página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Substituído pela informação biográfica do autor do conteúdo"],"Replaced with the post/page author's 'nicename'":["Substituído pela alcunha do autor do conteúdo"],"Replaced with the post/page ID":["Substituído pelo ID do conteúdo"],"Replaced with the post/page modified time":["Substituído pela hora de modificação do conteúdo"],"Replaced with the content type plural label":["Substituído pela legenda plural do tipo de conteúdo"],"Replaced with the content type single label":["Substituído pela legenda singular do tipo de conteúdo"],"Replaced with the current search phrase":["Substituído pela actual frase de pesquisa"],"Replaced with the term name":["Substituído pelo nome do termo"],"Replaced with the term description":["Substituído pela descrição do termo"],"Replaced with the tag description":["Substituído pela descrição da etiqueta"],"Replaced with the category description":["Substituído pela descrição da categoria"],"Replaced with the post categories (comma separated)":["Substituído pelas categorias do conteúdo (separado por vírgulas)"],"Replaced with the current tag/tags":["Substituído pelas etiquetas actuais"],"Replaced with the post/page excerpt (without auto-generation)":["Substituído pelo excerto do conteúdo (sem gerar automaticamente)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Substituído pelo excerto do conteúdo (ou gerado automaticamente caso não exista)"],"The site's name":["Nome do site"],"Replaced with the title of the parent page of the current page":["Substituído pelo título da página superior da página actual"],"Replaced with the title of the post/page":["Substituído pelo título do conteúdo"],"Replaced with the date of the post/page":["Substituído pela data do conteúdo"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Não pode sobrepor uma substituição de variável predefinida do WPSEO ao registar uma variável com o mesmo nome. Em alternativa use o filtro \"wpseo_replacements\" para ajustar o valor de substituição."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Já foi registada uma variável de substituição com o mesmo nome. Tente usar um nome exclusivo para a sua variável."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Uma variável de substituição não pode começar com \"%%cf_\" ou \"%%ct_\" pois estas estão reservadas pelo WPSEO como variáveis por omissão para campos personalizados e taxonomias personalizadas. Tente usar um nome único para a sua variável."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Uma variável de substituição apenas pode conter caracteres alfanuméricos, underscores ou hífenes. Tente renomear a sua variável."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Nota apenas para administradores: esta página não mostra nenhuma descrição porque ainda não foi definida. Escreva uma especificamente para esta página ou então vá ao menu [%1$s - %2$s] e defina um modelo."],"Page not found":["Página não encontrada"],"%s Archives":["Arquivo de %s"],"Search for \"%s\"":["Pesquisar por \"%s\""],"Meta description to use for Author page":["Descrição da página de autor"],"Title to use for Author page":["Título da página de autor"],"%1$s settings":["Definições do %1$s"],"Export your %1$s settings":["Exportar as suas definições de %1$s"],"Import settings":["Importar definições"],"Import from other SEO plugins":["Importar de outros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Caso tenha o ficheiro %s e este tiver permissões de escrita, pode editá-lo aqui."],"If your %s were writable, you could edit it from here.":["Se o seu ficheiro %s tiver permissões de escrita, pode editá-lo aqui."],"You don't have a %s file, create one here:":["Não tem o ficheiro %s, crie um aqui:"],"A link to your site, with your site's name and description as anchor text.":["A ligação para o seu site, com o nome e descrição do site como texto âncora."],"A link to your site, with your site's name as anchor text.":["A ligação para o seu site, com o nome do site como texto âncora."],"A link to the post, with the title as anchor text.":["A ligação para o conteúdo, com este título como texto âncora."],"A link to the archive for the post author, with the authors name as anchor text.":["A ligação para o arquivo do autor deste conteúdo, com os nome do autor como de texto âncora."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Dentro das informações pode incluir as variáveis abaixo, que serão substituídas pelo valor à direita."],"Content to put after each post in the feed":["Informação a inserir depois de cada conteúdo do feed"],"Content to put before each post in the feed":["Informação a inserir antes de cada conteúdo do feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta funcionalidade é usada para adicionar informação automaticamente ao seu RSS. O objectivo é adicionar ligações para o seu site e respectivos conteúdos, para que os motores de pesquisa adicionem também estas ligações, permitindo a sua identificação como fonte original dos conteúdos."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["O uso da função de breadcrumbs é explicado %1$sno artigo da nossa base de conhecimento sobre implementação de breadcrumbs%2$s."],"How to insert breadcrumbs in your theme":["Como inserir breadcrumbs no seu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Arquivo do tipo de conteúdo a apresentar em breadcrumbs de taxonomias"],"Taxonomy to show in breadcrumbs for content types":["Taxonomia a apresentar em breadcrumbs para tipos de conteúdo"],"Breadcrumb for 404 Page":["Breadcrumb para página 404"],"Prefix for Search Page breadcrumbs":["Prefixo para breadcrumbs de página de pesquisa"],"Prefix for Archive breadcrumbs":["Prefixo para breadcrumbs de arquivo"],"Prefix for the breadcrumb path":["Prefixo para o caminho de breadcrumb"],"Anchor text for the Homepage":["Texto âncora para a página inicial"],"Separator between breadcrumbs":["Separador entre breadcrumbs"],"Enable Breadcrumbs":["Activar breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Abaixo pode encontrar as classificações SEO dos conteúdos publicados. Pode começar agora a melhorar alguns dos seus conteúdos!"],"Credits":["Créditos"],"« Back to Tools page":["« Voltar à página Ferramentas"],"%1$s comes with some very powerful built-in tools:":["O %1$s inclui algumas ferramentas poderosas:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta ferramenta permite-lhe alterar rapidamente ficheiros importantes para o seu SEO, como o ficheiro robots.txt e, se tiver, o ficheiro .htaccess."],"File editor":["Editor de ficheiro"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importe as definições de outros plugins SEO e exporte as suas definições para as reutilizar noutro site."],"Import and Export":["Importar e exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta ferramenta permite-lhe alterar títulos e descrições dos seus conteúdos e páginas sem ter de usar o editor para cada página."],"Bulk editor":["Editor por lote"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sconfirmar o seu site com o Pinterest%2$s, adicione a meta tag aqui:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["O Pinterest utiliza metadados Open Graph, tal como o Facebook, active a opção de metadados Open Graph no separador Facebook se quiser optimizar o seu site para o Pinterest."],"The default card type to use":["Tipo de cartão por omissão"],"Add Twitter card meta data":["Adicionar metadados do cartão do Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imagem é usada se o conteúdo não tiver nenhuma imagem."],"Default settings":["Definições por omissão"],"Copy home meta description":["Copiar a descrição da página inicial"],"Description":["Descrição"],"Image URL":["URL da imagem"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Estes são o título, descrição e imagem usados nos metadados Open Graph, na página inicial do seu site."],"Frontpage settings":["Definições da página inicial"],"Add Open Graph meta data":["Adicionar metadados Open Graph"],"YouTube URL":["URL do YouTube"],"Pinterest URL":["URL do Pinterest"],"MySpace URL":["URL do MySpace"],"LinkedIn URL":["URL do LinkedIn"],"Instagram URL":["URL do Instagram"],"Twitter Username":["Nome de utilizador do Twitter"],"Facebook Page URL":["URL da página do Facebook"],"Accounts":["Contas"],"Restore site to defaults":["Repor definições originais"],"Site ID":["ID do site"],"Using this form you can reset a site to the default SEO settings.":["Através deste formulário pode repor as definições por omissão de SEO de um site."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Definições relacionadas com privacidade (administradores do FB e similares), específicas de temas (reescrever título) e ainda algumas definições muito específicas do site não serão importadas para novos sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Insira o %1$sID do site%2$s cujas definições quer usar por omissão para todos os sites que são adicionados à sua rede. Deixe em branco para nenhum (p.ex. serão usadas as definições por omissão)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Escolha o site cujas definições deseja usar por omissão para todos os sites que são adicionados à sua rede. Se escolher 'Nenhum', serão utilizadas as definições por omissão do plugin."],"New sites in the network inherit their SEO settings from this site":["Novos sites na rede herdam as definições SEO deste site"],"Super Admins only":["Apenas super administradores"],"Site Admins (default)":["Administradores do site (por omissão)"],"Who should have access to the %1$s settings":["Quem deverá aceder às definições de %1$s"],"spam":["spam"],"mature":["conteúdo para adultos"],"archived":["arquivado"],"public":["público"],"%s restored to default SEO settings.":["%s reposto para as definições de SEO por omissão."],"Settings Updated.":["Definições actualizadas."],"404 pages":["Páginas 404"],"Search pages":["Páginas de pesquisa"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas estão definidas como %s por omissão, de modo a nunca aparecerem em resultados de pesquisa."],"Special Pages":["Páginas especiais"],"Date-based archives could in some cases also be seen as duplicate content.":["Arquivos baseados na data podem, nalguns casos, ser vistos como conteúdo duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Se este é o caso do seu site, pode escolher entre desactivá-lo (que leva ao redireccionamento para a página inicial), ou adicionar %s para que não apareça nos resultados de pesquisa."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Se está a gerir um site apenas com um autor, o arquivo do autor será o mesmo que a sua página inicial. Isto é o que se chama %1$sum problema de conteúdo duplicado%2$s."],"Date archives":["Arquivo por datas"],"author archives":["arquivo por autores"],"Title":["Título"],"%1$s Meta Box":["Metabox do %1$s"],"Hide":["Esconder"],"Date in Snippet Preview":["Data na pré-visualização dos fragmentos"],"Take note:":["Nota:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Página inicial"],"Title Separator":["Separador de títulos"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["O %1$s detectou automaticamente que precisa forçar a reescrita dos títulos das suas páginas. Se achar que isto está errado e souber o que está a fazer, pode alterar esta opção aqui."],"Force rewrite titles":["Forçar reescrita dos títulos"],"Taxonomies":["Taxonomias"],"Homepage":["Página inicial"],"%1$s Extensions":["Extensões do %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integre o WooCommerce com o %1$s sem dificuldade e obtenha funcionalidades extra!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Melhore o seu posicionamento na sua comunidade local e no Google Maps, sem esforço!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Está no Google News? Aumente o seu tráfego optimizando-o para o Google News!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimize os seus vídeos para os mostrar em resultados de pesquisas e gerar mais tráfego!"],"The premium version of %1$s with more features & support.":["A versão premium do %1$s com mais funcionalidades e suporte."],"Person":["Pessoa"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Esses dados são mostrados como metadados em seu site. Destina-se a aparecer em%1$sGoogle gráfico de conhecimento%2$s. Você pode ser uma organização, ou uma pessoa."],"Website name":["Nome do site"],"Webmaster Tools":["Ferramentas de webmaster"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Não tem o título do conteúdo no URL dos seus conteúdos e páginas, é altamente recomendável que o faça. Considere definir as suas ligações permanentes como /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["ou"],"Save Profile":["Guardar perfil"],"There were no profiles found":["Nenhum perfil encontrado"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autenticar"],"Get Google Authorization Code":["Obter o código de autorização do Google"],"Reload crawl issues":["Actualizar problemas de rastreamento"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder criar um redireccionamento e resolver este assunto, precisa de %1$s. Pode comprar o plugin, incluindo actualizações e suporte durante um ano em %2$s."],"Creating redirects is a %s feature":["Criar redireccionamentos é uma funcionalidade de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Erros ocorridos apenas quando o seu site foi rastreado pelo Googlebot para telefones (erros que não surgiram em computadores)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Erros ocorridos apenas quando o seu site foi rastreado pelo Googlebot-Mobile (erros que não surgiram em computadores)."],"Errors that occurred when your site was crawled by Googlebot.":["Erros ocorridos quando o seu site foi rastreado pelo Googlebot."],"Issue categories":["Categorias de problemas"],"Incorrect Google Authorization Code.":["Código de autorização do Google incorrecto."],"The issues have been successfully reloaded!":["Os problemas foram recarregados com sucesso!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Os dados de %1$s foram removidos. Tem de autenticar-se de novo para obter os dados."],"Crawl errors per page":["Erros de rastreamento por página"],"Search":["Pesquisar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Não perca os seus erros de rastreamento: %1$sligue-se aqui à Google Search Console%2$s."],"Create redirect":["Criar redireccionamento"],"Mark as fixed":["Marcar como resolvido"],"Response code":["Código de resposta"],"First detected":["Detectado em"],"Last crawled":["Último rastreamento"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["O %1$s detectou que está a usar uma versão do %2$s que não é compatível com o %1$s. Por favor, actualize o %2$s para a versão mais recente para poder usar esta funcionalidade."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Os plugins Yoast partilham algum código entre eles, para que o seu site seja rápido. Para isto, é necessário que os plugins Yoast estejam actualizados. Foi detectado que este não é o caso, por favor, actualize os plugins Yoast que não estão actualizados."],"Feature phone":["Telefone"],"Smartphone":["Smartphone"],"Desktop":["Computador"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["O URL de destino não existe mas o seu servidor não está a retornar um erro 404 (ficheiro não encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tempo de operação excedido ou o site está a bloquear o Google."],"Server Error":["Erro de servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["O Googlebot acedeu ao seu site mas certos URL foram bloqueados pelo Googlebot no seu ficheiro %1$s. Este bloqueio pode ser para todos os Googlebots ou apenas específico para o Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google foi incapaz de rastrear este URL devido a um problema indeterminado."],"URL points to a non-existent page.":["O URL aponta para uma página que não existe."],"Not found":["Não encontrado"],"Not followed":["Não seguido"],"Faulty redirects":["Redireccionamentos com falhas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["O servidor requer autenticação ou está a bloquear o acesso do Googlebot ao site."],"Access denied":["Acesso negado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["O plugin %1$s pode causar problemas quando usado em conjugação com %2$s."],"Upload Image":["Carregar imagem"],"Remove these ads?":["Remover estes anúncios?"],"%s Posts Overview":["Visão geral dos conteúdos de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["O título de breadcrumbs é usado em breadcrumbs onde esta taxonomia aparece."],"Breadcrumbs title":["Título de breadcrumbs"],"The canonical link is shown on the archive page for this term.":["A ligação canónica é mostrada na página de arquivo para este termo."],"Facebook App ID":["ID da app do Facebook"],"Pinterest":["Pinterest"],"Other":["Outros"],"Archives":["Arquivo"],"Email":["Email"],"Previous":[""],"Next":[""],"Close":["Fechar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Tanto o plugin %1$s como o %2$s podem criar sitemaps XML. Ter dois sitemaps XML não é benéfico para os motores de pesquisa e pode diminuir a velocidade o seu site."],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["Imagem de %s"],"%s Description":["Descrição de %s"],"%s Title":["Título de %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["O tamanho recomendado da imagem para %1$s é de %2$s píxeis."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Se não quiser usar a descrição para partilhar o conteúdo no %s, e preferir uma descrição alternativa, escreva-a aqui."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Se não quiser usar o título do conteúdo para partilhar o conteúdo no %s, e preferir um título alternativo, escreva-o aqui."],"very difficult":["muito difícil"],"Try to make shorter sentences, using less difficult words to improve readability":["Tente criar frases mais curtas e usar menos palavras difíceis para melhorar a legibilidade"],"difficult":["difícil"],"Try to make shorter sentences to improve readability":["Tente criar frases mais curtas para melhorar a legibilidade"],"fairly difficult":["razoavelmente difícil"],"OK":["Razoável"],"fairly easy":["razoavelmente fácil"],"easy":["fácil"],"very easy":["muito fácil"],"Meta Desc.":["Descrição"],"All SEO Scores":["Todas as classificações SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: A imagem de destaque deve ter pelo menos 200x200 píxeis para ser utilizada pelo Facebook e outras redes sociais."],"(no parent)":["(sem superior)"],"Post is set to noindex.":["Conteúdo está definido como a não indexar."],"The URL that this page should redirect to.":["O URL para onde esta página deverá ser redireccionada."],"301 Redirect":["Redireccionamento 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["URL canónico"],"Title to use for this page in breadcrumb paths":["Título desta página no caminho das breadcrumbs"],"Breadcrumbs Title":["Título de breadcrumbs"],"No Snippet":["Não mostrar fragmento"],"No Archive":["Não arquivar"],"No Image Index":["Não indexar imagens"],"None":["Nenhum"],"Site-wide default: %s":["Valor por omissão para todo o site: %s"],"Advanced meta robots settings for this page.":["Definições avançadas de meta de robôs para esta página."],"Meta robots advanced":["Metadados avançados para robôs"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Aviso: apesar de poder aqui configurar aqui as definições de robôs, todo o site está definido para não ser indexado nas definições globais de privacidade, assim estas definições não terão efeito."],"Meta description":["Descrição"],"SEO Title":["Título SEO"],"Focus keyword":["Palavra-chave principal"],"Snippet preview":["Pré-visualização do fragmento"],"Settings successfully imported.":["Definições importadas com sucesso."],"Settings could not be imported:":["Não é possível importar definições:"],"Breadcrumb for 404 pages:":["Breadcrumb para páginas 404:"],"Prefix for search result pages:":["Prefixo para páginas de resultados de pesquisa:"],"Prefix for archive pages:":["Prefixo para páginas de arquivo:"],"Prefix for breadcrumbs:":["Prefixo para breadcrumbs:"],"Anchor text for the homepage:":["Texto âncora para a página inicial:"],"Breadcrumbs separator:":["Separador de breadcrumbs:"],"%s Breadcrumbs":["Breadcrumbs de %s"],"Use Image":["Usar imagem"],"Action":["Acção"],"Page URL/Slug":["URL/slug da página"],"Publication date":["Data de publicação"],"Post Status":["Estado do conteúdo"],"WP Page Title":["Título de página do WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Pré-visualização"],"Preview “%s”":["Pré-visualizar “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nova descrição do Yoast"],"Existing Yoast Meta Description":["Descrição existente do Yoast"],"Facebook profile URL":["URL do perfil do Facebook"],"Twitter username (without @)":["Nome de utilizador do Twitter (sem @)"],"FAQ":[""],"Premium Support":["Suporte Premium"],"Settings":["Definições"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Deve ir %1$sàs opções de leitura%2$s e desmarcar a caixa relativa à visibilidade nos motores de pesquisa."],"Huge SEO Issue: You're blocking access to robots.":["Problema grave de SEO: Está a bloquear o acesso a robôs dos motores de pesquisa."],"Posts":["Conteúdos"],"Edit Files":["Editar ficheiros"],"Advanced Variables":["Variáveis avançadas"],"Basic Variables":["Variáveis básicas"],"General":["Geral"],"Extensions":["Extensões"],"Search Console":["Search Console"],"Tools":["Ferramentas"],"Advanced":["Avançadas"],"XML sitemaps":["Sitemaps XML"],"Social":["Redes sociais"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["O %1$s detectou que está a usar a versão %2$s de %3$s, por favor, actualize para a mais recente versão para evitar problemas de incompatibilidade."],"Just another WordPress site":["Mais um site WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Ainda tem a descrição do site WordPress por omissão, mesmo uma descrição em branco será provavelmente melhor. Pode resolver isto no %1$sPersonalizador%2$s."],"You have used HTML in your value which is not allowed.":["O valor que introduziu contém HTML, o que não é permitido."],"You can't edit %s that aren't yours.":["Não pode editar %s de que não é autor."],"You can't edit %s.":["Não pode editar %s."],"Post has an invalid Content Type: %s.":["O conteúdo é de um tipo de conteúdo inválido: %s."],"Post doesn't exist.":["O conteúdo não existe."],"course\u0004Free:":["Gratuito:"],"posts\u0004Trash (%s)":["Lixo (%s)","Lixo (%s)"],"posts\u0004All (%s)":["Tudo (%s)","Tudo (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/pt_BR.json b/Resources/Private/Languages/pt_BR.json index 37f6b26..8bc2453 100644 --- a/Resources/Private/Languages/pt_BR.json +++ b/Resources/Private/Languages/pt_BR.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=(n > 1);","lang":"pt_BR"},"Has feedback":[""],"Content optimization:":["Otimização de conteúdo"],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":["%1$sLegibilidade%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Leia %1$s esse post para mais informações sobre o porquê de não estarmos oferecendo suporte à versões antigas.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":["Logo pessoal / avatar"],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":["SEO: %s"],"%s video tutorial":["Tutorial em vídeo do %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["O Google descontinuou sua API de Erros de Crawl. Portanto, qualquer eventual erro de Crawl não será mais exibido aqui. %1$sLeia nossa declaração para maiores informações%2$s."],"Remove this message":["Remover essa mensagem"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Realmente otimize seu site para um público local com nosso %s plugin! detalhes de endereço otimizado, horário de funcionamento, localizador de lojas e opção de coleta!"],"Serving local customers?":["Atender clientes locais?"],"Get the %s plugin now":["Obtenha %s plugin agora"],"Organization social profiles":["Perfis sociais da organização"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Você pode editar os detalhes mostrados em metadados, como os perfis sociais, o nome e a descrição desse usuário em sua página de perfil %1$s."],"Personal info":["Informação pessoal"],"Organization logo":["Logo da empresa"],"Organization name":["Nome da empresa"],"Choose whether the site represents an organization or a person.":["Escolha se o site representa uma empresa ou uma pessoa."],"Knowledge Graph & Schema.org":["Gráfico de conhecimento & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Para fazer o site representar um empresa ou organização vá até %1$saparência de pesquisa%2$s e configure organização ou pessoa para \"organização\"."],"To change the social accounts used for your site, update the details for %1$s.":["Para mudar as contas de redes sociais do seu site, atualize os detalhes para %1$s."],"That means that the form and information below is disabled, and not used.":["Isto significa que o formulário abaixo está desativado e não usado."],"Your website is currently configured to represent a Person":["Seu site está no momento configurado para representar uma pessoa"],"(if one exists)":["(se houver)"],"Wikipedia page about you":["Página da Wikipedia sobre você"],"YouTube profile URL":["URL do perfil do YouTube"],"Tumblr profile URL":["URL do perfil do Tumblr"],"SoundCloud profile URL":["URL do perfil do SoundCloud"],"MySpace profile URL":["URL do perfil do MySpace"],"Organization or person":["Empresa ou Pessoa"],"The person":["A pessoa"],"Organization":["Empresa"],"Does your site represent a person or an organization?":["O seu site representa uma pessoa ou uma organização?"],"The name of the organization":["Nome da empresa"],"Provide an image of the organization logo":["Forneça uma imagem da logo da empresa"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":["Selecionar um usuário..."],"Uncategorized":["Sem categoria"],"Name:":["Nome:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":["Erro: selecione um usuário abaixo para concluir os metadados do site."],"SEO score: %s":["Pontuação do SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Se existe uma página Wikipedia para você ou sua empresa, adicione também."],"Wikipedia URL":["URL da Wikipedia"],"Pinterest profile URL":["URL do perfil do Pinterest"],"Instagram profile URL":["URL do perfil do Instagram"],"LinkedIn profile URL":["URL do perfil do LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":["Treinamento de SEO para iniciantes"],"%s for WordPress training":["Treinamento %s para WordPress"],"All-around SEO training":["Treinamento de SEO completo"],"The image you selected is too small for Facebook":["A imagem que você selecionou é muito pequena para o Facebook"],"The given image url cannot be loaded":["O URL da imagem especificada não pode ser carregado"],"Find out what words your audience uses to find you":["Encontre as palavras que sua audiência usa para procurar por você"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFacilidade de leitura Flesch%2$s: A pontuação alcançada no teste foi %3$s, que é considerada %4$s de ler. %5$s"],"No JSON object was returned.":["Não retornou nenhum objeto JSON."],"Received internal links":["Links internos recebidos"],"Outgoing internal links":["Links internos de saída"],"New step added":["Novo passo adicionado"],"New question added":["Nova pergunta adicionada"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Para poder criar um redirecionamento e corrigir esse problema, você precisa %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Você pode comprar o plugin, incluindo um ano de suporte e atualizações, em %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["O recurso Contador de Links de texto fornece insights sobre quantos links são encontrados em seu texto e quantos links estão ligados ao seu texto. Isso é muito útil quando você está melhorando %1$sinternal linking%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Para esta função possa funcionar %1$s é necessário pelo menos a versão PHP %2$s. Nós detectamos que você tem a versão PHP %3$s neste site."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Favor considerar as implicações e %1$s ler este post %2$s se quiser saber mais informações sobre o impacto de mostrar arquivos de mídia nos resultados de busca. "],"Keyphrase":["Frase-chave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Para que esta função funcione, %1$s é necessário criar uma tabela no seu banco de dados. Não foi possível a criação desta tabela automaticamente."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ao ativar essa opção, os URLs de anexos ficam visíveis para seus visitantes e para o Google. Para agregar valor ao seu website, eles devem conter informações úteis ou podem ter um impacto negativo na sua classificação."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["O recurso %3$sText link counter%4$s (introduzido em %1$s %2$s) está desativado"],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Por favor leia o seguinte %1$sartigo da base de conhecimento%2$s para descobrir como resolver este problema."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Para ter certeza que todos os links no seu textos estão sendo contabilizados, precisamos analizar todos os seus textos."],"All you have to do is press the following button and we'll go through all your texts for you.":["Tudo o que você precisa fazer é pressionar o botão a seguir e nós vamos passar por todos os seus textos para você."],"Count links":["Contagem de links"],"Free":["Grátis"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAtributos alt da imagem%5$s: Das %2$d imagens nessa página, %1$d tem atributos alt com palavras de sua frase-chave ou sinônimos. Isso é um pouco demais.%4$sInclua apenas a frase-chave, ou seus sinônimos, quando ela realmente se encaixa na imagem%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtributo alt de imagem%2$s: Bom trabalho!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtributos alt da imagem%5$s: Das %2$d imagens nessa página, apenas %1$d tem um texto alternativo que reflete o tema do seu texto. %4$sAdicione sua frase-chave ou sinônimos ao texto alternativo das imagens mais relevantes%5$s!","%3$sAtributos alt da imagem%5$s: Das %2$d imagens nessa página, apenas %1$d tem um texto alternativo que reflete o tema do seu texto. %4$sAdicione sua frase-chave ou sinônimos ao texto alternativo das imagens mais relevantes%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtributo alt da imagem%3$s: As imagens desta página não possuem um texto alternativo que corresponda ao tópico do seu texto. %2$sAdicione a sua frase-chave, ou seus sinônimos, nos textos alternativos (atributos 'alt') das imagens relevantes%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sTexto alternativo da imagem%3$s: As imagens dessa página já tem um texto alternativo (atributo 'alt') definido, mas você não configurou a sua frase-chave. %2$sCorrija isto%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrase-chave em subtítulo%2$s: %3$s subtítulo corresponde ao tópico do seu texto. Bom trabalho!","%1$sFrase-chave em subtítulos%2$s: %3$s subtítulos correspondem ao tópico do seu texto. Bom trabalho!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrase-chave em subtítulo%2$s: O seu subtítulo corresponde com o tópico do seu texto. Bom trabalho!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrase-chave nos subtítulos%3$s: %2$sUse mais vezes a sua frase-chave, ou sinônimos dela, nos subtítulos%3$s!"],"Page %s":["Página %s"],"Cannot get the size of %1$s because of unknown reasons.":["Não é possível obter o tamanho de %1$s por motivos desconhecidos."],"Cannot get the size of %1$s because it is hosted externally.":["Não é possível obter o tamanho de %1$s porque está em uma hospedagem externa."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simplesmente mude o botão para \"on\" e você poderá usar a análise recalibrada. Ao mesmo tempo, vamos adicioná-lo à nossa lista de discussão específica. Enviaremos apenas e-mail sobre suas experiências com essa recalibração!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Nós %1$s recalibramos nossa análise%2$s . Com a nova análise, iremos chegar ainda mais próximo da forma que o Google vê o seu website. Seria %3$sótimo%4s se você testasse esta %3$s função beta %4$s para nós!"],"Get an even better analysis":["Obtenha uma análise ainda melhor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTítulo Único%3$s: A tag H1 só deve ser usada para o seu título principal. Encontre todas as tags H1 em seu texto que não sejam do seu título principal e %2$saltere-as para um título de nível inferior%3$s!"],"Improve sharing on Facebook and Pinterest":["Melhore o compartilhamento no Facebook e Pinterest"],"You do not have the required rights to export settings.":["Você não possui os direitos obrigatório para exportar as configurações."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copie todas estas configurações para outro site %1$s aba e clique \"%1$s\" lá."],"These are settings for the %1$s plugin by %2$s":["Estas são as configurações para o plugin %1$s por %2$s"],"No settings found.":["Nenhuma configuração foi encontrada."],"Export your %1$s settings here, to copy them on another site.":["Exporte suas configurações %1$s aqui, para copiá-las para outro site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Importação de configurações é somente suportado em servidores que rodam PHP 5.3 ou superiores."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importe configurações colando as configurações que você copiou de outro site aqui e clicando em \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidade da frase-chave%2$s: A sua frase-chave em foco não foi encontrada nenhuma vez. Isso é menos que o mínimo recomendado de %3$d vezes para um texto desse tamanho. %4$sConcentre-se em sua frase-chave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidade da frase-chave%2$s: A frase-chave em foco foi encontrada %5$d vez. O mínimo recomendado é de %3$d vezes para um texto deste tamanho. %4$sConcentre-se na sua frase-chave%2$s!","%1$sDensidade da frase-chave%2$s: A frase-chave em foco foi encontrada %5$d vezes. O mínimo recomendado é de %3$d vezes para um texto deste tamanho. %4$sConcentre-se na sua frase-chave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensidade da frase-chave%2$s: A frase-chave em foco foi encontrada %3$d vez. Isso é ótimo!","%1$sDensidade da frase-chave%2$s: A frase-chave em foco foi encontrada %3$d vezes. Isso é ótimo!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidade da frase-chave%2$s: A frase-chave em foco foi encontrada %5$d vez. O máximo recomendado é de %3$d vezes para um texto deste tamanho. %4$sNão exagere na otimização%2$s!","%1$sDensidade da frase-chave%2$s: A frase-chave em foco foi encontrada %5$d vezes. O máximo recomendado é de %3$d vezes para um texto deste tamanho. %4$sNão exagere na otimização%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidade da frase-chave%2$s: a frase-chave em foco foi encontrada %5$d vez. Isso é muito mais do que o máximo recomendado de %3$d vezes para um texto desse tamanho. %4$sNão exagere na otimização%2$s!","%1$sDensidade da frase-chave%2$s: a frase-chave em foco foi encontrada %5$d vezes. Isso é muito mais do que o máximo recomendado de %3$d vezes para um texto desse tamanho. %4$sNão exagere na otimização%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indexável excluído para o objeto %1$s com o tipo %2$s"],"Indexable saved for object %1$s with type %2$s":["Indexável salvo para o objeto %1$s com o tipo %2$s"],"Indexable created for object %1$s with type %2$s":["Indexável criado para o objeto %1$s com o tipo %2$s"],"Indexable meta deleted.":["Meta indexável excluída."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Meta indexável salva for id %1$s indexável com chave meta %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Meta indexável criada por id %1$s indexável com chave meta%2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Não há meta encontrada para id %1$s indexável e chave meta %2$s."],"There is no indexable found for author id %1$s.":["Não há nenhum indexável encontrado para o ID do autor %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Não há um termo principal encontrado para o post id %1$s e taxonomia %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Não há nenhum indexável encontrado para o ID do termo %1$s e taxonomia %2$s."],"There is no indexable found for post id %1$s.":["Nenhum indexável encontrado para a postagem id %1$s."],"Method %1$s() does not exist in class %2$s":["O método %1$s() não existe na classe %2$s"],"With %s, you can easily create such redirects.":["Com %s, você pode criar facilmente esses redirecionamentos."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Alterar as configurações de links permanentes pode impactar seriamente na visibilidade dos buscadores. Isso não deve ser feito quase %1$s nunca %2$s em um site ativo."],"WARNING:":["ATENÇÃO:"],"Learn about why permalinks are important for SEO.":["Entenda porque links permanentes são importantes para SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sPalavras de função na frase-chave%3$s: Sua frase-chave \"%4$s\" contém apenas palavras de função. %2$sSaiba mais sobre o que faz uma boa frase-chave.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Você sabia que %s também analisa as diferentes formas de palavras de sua frase-chave, como plurais e tempos passados?"],"Clear Image":["Remover imagem"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sTamanho da frase-chave%3$s: %2$sDefina uma frase-chave para podermos calcular sua pontuação de SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase-chave no slug%2$s: Mais da metade da sua frase-chave aparece no slug. Isso é ótimo!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrase-chave no slug%3$s: (Parte da) sua frase-chave não aparece no slug. %2$sMude isso%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase-chave na slug%2$s: bom trabalho!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase-chave no título%3$s: Nem todos os termos da sua frase-chave \"%4$s\" aparecem no título de SEO. %2$sTente deixar sua frase-chave correspondente ao título de SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase-chave no título%3$s: Não é exatamente a mesma. %2$sTente escrever seu título SEO com a combinação exata de palavras da frase-chave%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sPalavrachave no título%3$s: A combinação exata de sua frase-chave aparece no título de SEO, mas não no início. %2$sTente mover para o início%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrase-chave no título%2$s: A frase-chave combina e aparece no início do seu título de SEO. Parabéns!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribuição de frase-chave%2$s: Bom trabalho!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistruibuição de frase-chave%3$s: Desigual. Algumas partes do seu texto não contém a frase-chave ou algum sinônimo. %2$sMelhore sua distribuição no texto todo%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribuição da frase-chave%3$s: Muito desigual. Boa parte do seu texto não contém a frase-chave ou sinônimos dela. %2$sFaça uma melhor distribuição%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribuição da frase-chave%3$s: %2$sInclua sua frase-chave, ou sinônimos dela, no texto para verificar a distribuição da frase-chave%3$s."],"Help on choosing the perfect focus keyphrase":["Ajuda sobre a escolha da frase-chave de foco perfeita"],"Would you like to add a related keyphrase?":["Gostaria de adicionar uma frase-chave relacionada?"],"Go %s!":["Vai %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Não exibir as páginas de arquivos de data nos resultados de busca implica que elas vão ter uma marcação HTML %1$s no código-fonte dessas páginas. %2$sMais informações nas configurações dos resultados de busca%3$s."],"Rank better with synonyms & related keyphrases":["Posicione melhor com sinônimos e frases-chave relacionadas"],"optimize a single post for synonyms and related keyphrases.":["otimize um post único para sinônimos e frases-chave relacionadas."],"Synonyms & related keyphrases":["Sinônimos e frases-chave relacionadas"],"Add related keyphrase":["Adicionar frase-chave relacionada"],"Dismiss %s upgrade notice":["Dispensar aviso de atualização %s"],"Upgrade to %s":["Atualizar para %s"],"%1$s video":["%1$s video"],"Get %s":["Obter %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrase-chave usada anteriormente%6$s: Você usou esta frase-chave %1$s%2$d vezes antes%3$s. %5$sNão use a sua frase-chave mais de uma vez%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrase-chave usada anteriormente%5$s: Você usou esta frase-chave %1$suma vez antes%2$s. %4$sNão use a sua frase-chave mais de uma vez%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrase-chave utilizada anteriormente%2$s: Você não usou essa frase-chave antes, muito bom."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug com palavra de parada%3$s: O slug dessa página contém um termo irrelevante. %2$sRemover%3$s!","%1$sSlug com palavra de parada%3$s: O slug dessa página contém termos irrelevantes. %2$sRemovê-los%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug muito longo%3$s: o slug para esta página está um pouco longo. %2$sEncurte-o%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtributo alt da imagem%3$s: Nenhuma imagem encontrada nesta página. %2$sAdicione alguma%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLinks com frase-chave%3$s: Você está vinculando para outra página com as palavras que você quer que essa página classifique. %2$sNão faça isso%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Isso está muito abaixo o mínimo recomendado de %5$d palavra. %3$sAdicione mais conteúdo%4$s.","Isso está muito abaixo o mínimo recomendado de %5$d palavras. %3$sAdicione mais conteúdo%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Isso está abaixo do mínimo recomendado de %5$d palavra. %3$sAdicione mais conteúdo%4$s.","Isso está abaixo do mínimo recomendado de %5$d palavras. %3$sAdicione mais conteúdo%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sComprimento de texto%4$s: o texto contém %1$d palavra.","%2$sComprimento de texto%4$s: o texto contém %1$d palavras."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sComprimento de texto%3$s: o texto contém %1$d palavra. Bom trabalho!","%2$sComprimento de texto%3$s: o texto contém %1$d palavras. Bom trabalho!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrase-chave em subtítulo%3$s: Mais do que 75%% dos subtítulos correspondem com o tópico do seu texto. %2$sNão exagere na otimização%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sLargura de título do SEO%3$s: %2$s crie um título de SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":["%1$sSEO largura do título%2$s: bom trabalho!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sTamanho do título de SEO%3$s: O título de SEO é muito pequeno. %2$sAproveite o espaço para adicionar variações da frase-chave ou crie textos atrativos com chamadas de ação%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sLinks de saída%2$s: Existem ambos links de saída, nofollow e normal, nesta página. Bom trabalho!"],"%1$sOutbound links%2$s: Good job!":["%1$sLinks de saída%2$s: Bom trabalho!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sLinks de saída%3$s: todos os links de saída desta pagina são nofollow. %2$sAdicione alguns links normais%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sLinks de saída%3$s: nenhum link de saída aparece nesta página. %2$sAdicione alguns%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sTamanho da meta descrição%2$s: Bom trabalho!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sTamanho da meta descrição%3$s: A meta descrição excede %4$d caracteres. Para garantir que a descrição inteira esteja visível, %2$svocê deve reduzir o tamanho%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sTamanho da meta descrição%3$s: A meta descrição é muito pequena (abaixo de %4$d caracteres). Há %5$d caracteres estão disponíveis. %2$sAproveite o espaço%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sTamanho da meta descrição%3$s: nenhuma meta descrição foi especificada. Mecanismos de pesquisa irão mostrar uma cópia no lugar. %2$sNão esqueça de escrever uma%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrase-chave na meta descrição%2$s: a meta descrição foi definida, mas não contém a frase-chave. %3$sCorrija%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase-chave na meta descrição%2$s: A meta descrição contém a frase-chave %3$s vezes, porém o limite máximo é 2 vezes. %4$sCorrija%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFrase-chave na meta descrição%2$s: Frase-chave ou sinônimo aparece na meta descrição. Bom trabalho!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sTamanho da frase-chave%5$s: A sua frase-chave tem %1$d palavras. Isso é muito mais do que o máximo recomendado de %2$d palavras. %4$sDeixe-a mais curta%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sTamanho da frase-chave%5$s: A sua frase-chave tem %1$d palavras. Isso é mais do que o máximo recomendado de %2$d palavras. %4$sDeixe-a mais curta%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sTamanho da frase-chave%2$s: Bom trabalho!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sTamanho da frase-chave%3$s: Nenhuma frase-chave foi definida para essa página. %2$sDefina uma frase-chave para podermos calcular sua pontuação de SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrase-chave na introdução%3$s: Sua frase-chave, ou algum sinônimo, não está no primeiro parágrafo do texto. %2$sCertifique-se de que o assunto seja identificado imediatamente%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrase-chave na introdução%3$s: Sua frase-chave, ou um sinônimo, aparece no primeiro parágrafo do texto, porém não está dentro de uma sentença. %2$sCorrija isto%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase-chave na introdução%2$s: Bom trabalho!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sLinks internos%2$s: Existem tanto links nofollow quanto normais nessa página. Bom trabalho!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sLinks internos%2$s: Você tem links internos o suficiente. Bom trabalho!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sLinks internos%3$s: Todos os links desta página são nofollow. %2$sAdicione bons links internos%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sLinks internos%3$s: Nenhum link interno aparece nesta página, %2$sAdicione alguns links%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sPalavras de transição%2$s: concluído!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sPalavras de transição%2$s: Somente %3$s das suas sentenças contêm palavras de transição, o que não é suficiente. %4$sUtilize mais palavras%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sPalavras de transição%2$s: Nenhuma das sentenças contêm palavras de transição. %3$sUtilize algumas%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sConteúdo insuficiente%2$s: %3$sAdicione algum conteúdo para que uma boa análise seja feita%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribuição de subtítulos%2$s: Você não está usando nenhum subtítulo, mas seu texto é pequeno o bastante para provavelmente não precisar deles."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribuição de subtítulos%2$s: Você não está usando nenhum subtítulo, apesar de seu texto ser longo. %3$sTente adicionar alguns subtítulos%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribuição de subtítulos%2$s: %3$d sessão do seu texto é maior do que %4$d palavras, e não está separada por nenhum subtítulo. %5$sAdicione subtítulos para melhorar a leitura.%2$s.","%1$sDistribuição de subtítulos%2$s: %3$d sessões do seu texto são maiores do que %4$d palavras, e não estão separadas por nenhum subtítulo. %5$sAdicione subtítulos para melhorar a leitura.%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribuição de subtítulos%2$s: Bom trabalho!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sTamanho da sentença%2$s: %3$s sentenças contém mais do que %4$s palavras, e o máximo recomendado é de %5$s. %6$sTente encurtar as sentenças%2$s."],"%1$sSentence length%2$s: Great!":["%1$sTamanho da frase%2$s: Ótimo!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFrases consecutivas%2$s: Há variedade suficiente em suas frases. Isso é ótimo!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFrases consecutivas%2$s: O texto contém %3$d frases consecutivas começando com a mesma palavra. %5$sTente diversificar as coisas%2$s!","%1$sFrases consecutivas%2$s: O texto contém %4$d instâncias, onde %3$d ou mais frases consecutivas começam com a mesma palavra. %5$sTente diversificar as coisas%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVoz passiva%2$s: %3$s das frases contém voz passiva, o que é mais do que o recomendado de %4$s. %5$sExperimente usar suas alternativas em voz ativa%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVoz passiva%2$s: Você esta usando voz ativa o suficiente. Isso é ótimo!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sTamanho do parágrafo%2$s: %3$d parágrafo contém mais do que o máximo recomendado de %4$d palavras. %5$sEncurte seu parágrafo%2$s!","%1$sTamanho do parágrafo%2$s: %3$d parágrafos contém mais do que o máximo recomendado de %4$d palavras. %5$sEncurte seus parágrafos%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sTamanho dos parágrafos%2$s: Nenhum dos parágrafos é longo demais. Bom trabalho!"],"Good job!":["Bom trabalho!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFacilidade de leitura Flesch%2$s: A pontuação alcançada no teste foi %3$s, que é considerada %4$s de ler. %5$s%6$s%7$s"],"Focus keyphrase":["Frase-chave de foco"],"%1$s with ID %2$s couldn't be patched":["%1$s com o ID %2$s não pôde ser corrigido"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Pedido POST inválido . Valores Meta já existem para o objeto com ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexável com o ID `%1$s` não existe"],"No object with ID %1$s and %2$s could be found":["Nenhum objeto com ID %1$s e %2$s foram encontrados"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` não é um subtipo valido de `%2$s`"],"The object type `%1$s` is invalid":["O objeto tipo `%1$s` é inválido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Tipo inválido para o parâmetro `%1$s`. Esperado `%2$s`, mas recebido `%3$s`"],"The parameter `%1$s` cannot be empty.":["O parâmetro `%1$s` não pode ser vazio."],"Check Keyphrase Density":["Verifique a Densidade da Palavra-Chave"],"Disable":["Desativar"],"Allow Control":["Permitir controle"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Essa guia permite que você desative seletivamente os recursos de %s para todos os sites na rede. Por padrão, todos os recursos estão ativados, o que permite que os administradores do site escolham por si mesmos se quiserem ativar ou desativar um recurso para o site. Quando você desativa um recurso aqui, os administradores do site não poderão usar esse recurso."],"%s is a required feature toggle argument.":["%sé um recurso obrigatório para alternar o argumento."],"Keyphrase:":["Frase-chave:"],"Remove keyphrase":["Remover frase-chave"],"This feature has been disabled by the network admin.":["Este recurso foi desativado pelo administrador da rede."],"Focus keyphrase not set.":["Frase-chave em foco não definida."],"Multiple keyphrases":["Frase-chave múltiplas"],"Colon":["Dois pontos"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Ambos %1$s e %2$s gerenciam o SEO do seu site. Utilizar dois plugins de SEO ao mesmo tempo é prejudicial."],"There is a new notification.":["Existe um novo aviso.","Existem novos avisos."],"Learn more about the readability analysis":["Saiba mais sobre a análise de legibilidade"],"Describe the duration of the instruction:":["Descreva a duração da instrução:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personalize como você quer descrever a duração da instrução"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Essa é uma lista de conteúdos relacionados a quais você poderia incluir um link no seu post. {{a}} Leia nosso artigo sobre estrutura de site {{/a}} para aprender mais como links internos pode ajudar a melhorar seu SEO."],"%s, %s and %s":["%s, %s e %s"],"%s and %s":["%s e %s"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d dia","%d dias"],"Enter a step title":["Digite um título para a etapa"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Isso pode lhe dar melhor controle sobre o estilo das etapas."],"CSS class(es) to apply to the steps":["Classe(s) de CSS para aplicar às etapas"],"minutes":["minutos"],"hours":["horas"],"days":["dias"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Cria um guia de instruções de um jeito favorável a SEO. Você pode usar apenas um bloco de instruções por postagem."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Lista suas Perguntas Frequentes (FAQs) de uma forma favorável a SEO. Você pode usar apenas um bloco de FAQ por post."],"Copy error":["Erro ao copiar"],"An error occurred loading the %s primary taxonomy picker.":["Um erro ocorreu durante o carregando do %s seletor de taxonomia primário."],"%1$s Structured Data Blocks":["%1$s Blocos de Dados Estruturados"],"Time needed:":["Tempo necessário:"],"Move question down":["Mover pergunta para baixo"],"Move question up":["Mover pergunta para cima"],"Insert question":["Inserir questão"],"Delete question":["Excluir questão"],"Enter the answer to the question":["Digite a resposta para a questão"],"Enter a question":["Digite uma pergunta"],"Add question":["Adicionar questão"],"Frequently Asked Questions":["Perguntas Frequentes"],"Great news: you can, with %s!":["Boas Notícias: você pode, com %s!"],"Select the primary %s":["Selecione o primário %s "],"Check links to this URL":["Conferir links para esse URL"],"Keyword research training":["Treinamento sobre pesquisa de palavra-chave"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Por favor verifique o %1$smodelo de arquivo%2$s do seguinte tipo de conteúdo: %3$s.","Por favor verifique o %1$smodelo de arquivo%2$s dos seguintes tipos de conteúdo: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Você está tentando usar mais de uma frase-chave? Você deve adicioná-las separadamente abaixo."],"Mark as cornerstone content":["Marcar como conteúdo de base"],"Move step down":["Mover para baixo"],"Move step up":["Mover para cima"],"Insert step":["Inserir etapa"],"Delete step":["Excluir etapa"],"Add image":["Adicionar imagem"],"Enter a step description":["Digite uma descrição para o passo"],"Enter a description":["Digite uma descrição"],"Unordered list":["Lista não ordenada"],"Showing step items as an ordered list.":["Mostrando itens como uma lista ordenada"],"Showing step items as an unordered list":["Mostrando itens da etapa como uma lista não ordenada"],"Add step":["Adicionar passo"],"Delete total time":["Excluir tempo total"],"Add total time":["Adicionar tempo total"],"How to":["Como"],"How-to":["Como"],"Snippet Preview":["Prévia de amostra"],"Analysis results":["Resultado da análise"],"Enter a focus keyphrase to calculate the SEO score":["Insira uma frase-chave em foco para calcular a sua pontuação em SEO"],"Learn more about Cornerstone Content.":["Saiba mais sobre o conteúdo do Cornerstone."],"Cornerstone content should be the most important and extensive articles on your site.":["O conteúdo Cornerstone deve ser o artigo mais importante e extenso do seu site."],"Restore Site":["Restaurar Site"],"Network Settings":["Configurações de rede"],"You are not allowed to perform this action.":["Você não tem permissão para realizar essa ação."],"Error: %s":["Erro: %s"],"Success: %s":["Sucesso: %s"],"Site with ID %d not found.":["Site com ID %d não encontrado."],"No site has been selected to restore.":["Nenhum site foi selecionado para restaurar."],"You are not allowed to modify unregistered network settings.":["Sem permissão para modificar as configurações de rede não registradas."],"deleted":["excluído"],"Would you like to add another keyphrase?":["Gostaria de adicionar outra frase-chave?"],"image preview":["Pré-visualizar imagem"],"Copied!":["Copiado!"],"Not supported!":["Não suportado!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Leia {{a}}nosso artigo sobre estrutura de sites{{/a}} para aprender mais sobre como links internos podem ajudar a melhorar seu SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Depois de adicionar um pouco mais de texto, forneceremos uma lista de conteúdo relacionado ao qual você pode vincular sua postagem."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Considere linkar com estes {{a}}artigos de embasamento{{/a}}"],"Consider linking to these articles:":["Considere fazer link para esses artigos:"],"Copy link":["Copiar link"],"Copy link to suggested article: %s":["Copiar link para artigos sugeridos: %s"],"The site's tagline":["O slogan do site"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Recentemente melhoramos o recurso da configuração de Aparência da pesquisa. Infelizmente descobrimos que, em alguns casos extremos, ao salvar as configurações para os arquivos de tipos de post específicos, algo pode dar errado."],"Not all required fields are given. Missing field %1$s":["Nem todos os campos obrigatórios foram preenchidos. São eles: %1$s"],"Optimize your site for Google News.":["Otimize seu site para o Google Notícias."],"Optimize your shop's SEO and sell more products!":["Otimize o SEO da sua loja e venda mais produtos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Seja encontrado na Busca de Vídeos do Google e aumente seus compartilhamentos de vídeo nas mídias sociais."],"Be found in Google Maps and local results.":["Seja encontrado no Google Mapas e resultados de buscas locais."],"Learn practical SEO skills to rank higher in Google.":["Aprenda habilidades práticas de SEO para rankear mais alto no Google."],"Don’t waste time figuring out the best settings yourself.":["Não perca tempo tentando descobrir as melhores configurações."],"Get quick wins to make your site rank higher in search engines.":["Faça alterações rápidas para fazer seu site se posicionar melhor nos mecanismos de busca."],"Add synonyms":["Adicionar sinônimos"],"Would you like to add keyphrase synonyms?":["Gostaria de adicionar sinônimos da frase-chave?"],"Would you like to add more than one keyphrase?":["Gostaria de incluir mais de uma frase-chave?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Você pode editar os metadados de SEO para este tipo personalizado na %1$spágina da loja%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Você ainda não definiu a sua página da loja nas configurações do WooCommerce. Configure-a primeiro."],"Current year":["Ano atual"],"Page":["Página"],"Breadcrumb settings for %s archive":["Configurações do Breadcrumb para %s o arquivo "],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Modifique sua meta descrição editando aqui"],"description (custom taxonomy)":["descrição (taxonomia personalizada)"],"(custom taxonomy)":["(taxonomia personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":["Erro 404"],"Caption":["Legenda"],"Pagenumber":["Número de página"],"Pagetotal":["Total de páginas"],"Page number":["Número de página"],"User description":["Descrição de usuário"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":["Tipo de post (plural)"],"Post type (singular)":["Tipo de post (singular)"],"Separator":["Separador"],"Search phrase":["Frase de busca"],"Term title":["Título do termo"],"Term description":["Descrição do termo"],"Tag description":["Descrição da tag"],"Category description":["Descrição da categoria"],"Primary category":["Categoria primária"],"Category":["Categoria"],"Tag":["Tag"],"Excerpt only":["Somente resumo"],"Excerpt":["Resumo"],"Site title":["Título do site"],"Archive title":["Título do arquivo"],"Parent title":["Título do ascendente"],"Date":["Data"],"Label":["Rótulo"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Você deveria criar um redirecionamento para se assegurar de que os seus visitantes não recebam um erro 404 quando clicarem em URLs inativos."],"Search engines and other websites can still send traffic to your deleted post.":["Mecanismos de busca e outros sites ainda podem direcionar usuários para seu post excluído."],"Make sure you don't miss out on traffic!":["Certifique-se de não perder o tráfego!"],"You just deleted a %1$s.":["Voce deletou um %1$s."],"You just trashed a %1$s.":["Você colocou um %1$s na lixeira."],"Settings for %s archive":["Configurações para o arquivo %s"],"Settings for single %s URLs":["Configurações para URLs %s únicas"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["As configurações desta página permitirão a você especificar qual aparência o campo de busca padrão deve ter para cada tipo de conteúdo seu. Você pode definir quais tipos de conteúdos aparecem nos resultados de busca e sua descrição padrão."],"Note that not all variables can be used in every field.":["Perceba que nem todas as variáveis podem ser usadas em todos os campos."],"Snippet variables":["Variáveis da amostra"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respeita sua privacidade. Leia nossa %2$spolítica de privacidade%3$s e entenda como lidamos com suas informações pessoais."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Se você souber o que isto significa e não quiser ver esta mensagem nunca mais, você pode %1$sdispensar esta mensagem%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["As configurações do seu site atualmente permitem que existam URLs de anexos no seu site. Leia %1$seste post sobre um problema potencial%2$s com esses URLs de anexos e verifique se você tem a configuração correta para o seu site."],"Unknown type %1$s":["Tipo desconhecido %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inclui uma conta gratuita no MyYoast que lhe dá acesso ao nosso curso gratuito SEO para Iniciantes!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Assine nossa newsletter se quiser se manter atualizado sobre %1$s, outros plugins interessantes de %2$s, e notícias e dicas interessantes do mundo de SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obtenha seu código de verificação Baidu em %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Código de verificação do Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["O recurso importador do %s usa tabelas temporárias no banco de dados. Parece que a sua instalação do WordPress não tem a capacidade de fazer isso, consulte o seu provedor de hospedagem."],"Cleanup of %s data failed.":["Falha ao apagar dados de %s."],"Content Type":["Tipo de conteúdo"],"Filter by content type":["Filtro por tipo de conteúdo"],"Show All Content Types":["Mostrar todos os tipos de conteúdo"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Para consertar isso desmarque a caixa em frente a \"Dividir comentários em páginas...\" na %1$sPágina de configuração de comentários%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Substituir pelo título normal de um arquivo gerado pelo WordPress"],"Clean":["Limpo"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Quando você estiver certo de que o seu site está OK, você pode limpar. Isso irá remover todos os dados originais."],"Step 5: Clean up":["Passo 5: limpar"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Você deve executar o assistente de configuração, a partir da página SEO → Geral → Painel, para certificar-se de que todas as configurações para o seu site estão corretas."],"Step 4: Run the configuration wizard":["Etapa 4: executar o assistente de configuração"],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, verifique suas mensagens e páginas e veja se os metadados foram importados com êxito."],"Step 3: Check your data":["Passo 3: conferir seus dados"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Passo 2: importação"],"Please make a backup of your database before starting this process.":["Faça um backup do seu banco de dados antes de iniciar este processo."],"Step 1: Create a backup":["Passo 1: Criar um backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Detectamos dados de um ou mais plugins de SEO em seu site. Siga as seguintes etapas para importar esses dados:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Posts que não devem aparecer nos resultados da pesquisa"],"%s data found.":["%s dados encontrados."],"%s data successfully removed.":["%s dados removidos com sucesso."],"%s data successfully imported.":["%s dados importados com sucesso."],"%s data not found.":["%s dados não encontrados."],"Improve your SEO skills":["Melhore suas habilidades em SEO"],"24/7 email support":["Suporte por e-mail 24/7"],"No more dead links a.k.a. 404 pages":["Não há mais links quebrados ou para páginas com erro 404"],"Get real-time suggestions for internal links":["Obter sugestões em tempo real para links internos"],"Preview your page in Facebook and Twitter":["Prévia na sua página no Facebook e no Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Clique no botão \"%3$s\" para usar a descrição objetiva já definida nas configurações de %1$sSearch Appearance Página Principal%2$s."],"Help on copying the home meta description":["Ajuda para copiar a meta descrição da página inicial."],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Para que os mecanismos de busca saibam quais perfis sociais estão associados a este site, digite os dados dos perfis sociais do seu site abaixo."],"Learn more about your social profiles settings":["Saiba mais sobre as configurações dos seus perfis sociais"],"Remove the categories prefix":["Remover o prefixo das categorias"],"Help on the category prefix setting":["Ajuda na configuração do prefixo de categoria"],"Learn more about the available variables":["Saiba mais sobre as variáveis disponíveis"],"Learn more about the RSS feed setting":["Saiba mais sobre a configuração de feed RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Quando você envia um item de mídia (ex: imagem ou vídeo) para o WordPress, ele não apenas salva a mídia, mas também cria um URL de anexo para esta mídia. Estas páginas de anexo são bastante vazias: elas contêm apenas o item de mídia e talvez um título, se foi inserido durante o envio. Por causa disso, se você nunca usa estes URLs de anexo, é melhor desativá-los e redirecioná-los para o próprio item de mídia."],"Learn more about the Media and attachment URLs setting":["Saiba mais sobre a configuração de URLs de mídia e anexos"],"Learn more about the title separator setting":["Saiba mais sobre a configuração do separador de título"],"Learn more about the knowledge graph setting":["Saiba mais sobre a configuração do knowledge graph"],"Learn more about the homepage setting":["Saiba mais sobre a configuração da página incial"],"Learn more about the special pages setting":["Saiba mais sobre a configuração de páginas especiais"],"Help on the date archives search results setting":["Ajuda na configuração dos resultados da pesquisa dos arquivos da data"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Não mostrar os arquivos para autores sem posts nos resultados de pesquisa significa tecnicamente que esses terão um meta de robôs %1$s e serão excluídos dos sitesmaps XML. %2$s Mais informações nas configurações de resultados de pesquisa %3$s."],"Help on the authors without posts archive search results setting":["Ajuda sobre os autores sem a definição de resultados de pesquisa de arquivo de postagens"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Não exibir o arquivo para autores nos resultados de pesquisa significa tecnicamente que aqueles terão um meta de robôs %1$s e serão excluídos dos sitesmaps XML. %2$s Mais informações nas configurações de resultados de pesquisa %3$s."],"Help on the author archives search results setting":["Ajuda sobre a configuração dos resultados da pesquisa dos arquivos do autor"],"Archives settings help":["Ajuda na configuração das páginas de arquivos"],"Learn more about the archives setting":["Leia mais sobre a configuração de arquivos"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obtenha seu código de verificação Yandex em %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Código de verificação Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obtenha seu código de verificação Google em %1$sGoogle Search Console%2$s."],"Google verification code":["Código de verificação Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obtenha seu código de verificação do Bing no %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Código de verificação Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Você pode usar as caixas abaixo para verificar nas diferentes Ferramentas para Webmasters. Esse recurso adicionará uma meta tag de verificação em sua página inicial. Siga os links para as diferentes Ferramentas de Webmaster e procure instruções para o método de verificação de meta-tag para obter o código de verificação. Se o seu site já foi verificado, você pode simplesmente ignorar isso."],"Learn more about the Webmaster Tools verification":["Saiba mais sobre a verificação das Ferramentas do Webmaster"],"On":["Ligado"],"Help on: %s":["Ajuda sobre: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s vem com muitos recursos. Você pode ativar / desativar alguns deles abaixo. Clicar no ponto de interrogação fornece mais informações sobre o recurso."],"Off":["Desligado"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["A seção avançada da caixa de meta %1$s permite que um usuário remova posts dos resultados da pesquisa ou altere o canônico. Estas são coisas que você pode não querer que nenhum autor faça. É por isso que, por padrão, apenas editores e administradores podem fazer isso. A configuração para \"%2$s\" permite que todos os usuários alterem essas configurações."],"Security: no advanced settings for authors":["Segurança: sem configurações avançadas para autores"],"See who contributed to %1$s.":["Veja quem contribuiu para %1$s."],"Help on this search results setting":["Ajuda sobre essa configuração dos resultados de busca"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Não mostrar o arquivo para %1$s nos resultados de pesquisa tecnicamente significa que aqueles terão um meta de robôs %2$s e serão excluídos dos sitesmaps XML. %3$s Mais informações nas configurações de resultados de pesquisa %4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Não mostrar %1$s nos resultados de pesquisa tecnicamente significa que eles terão uma informação meta %2$s para os robôs e serão excluídos dos sitemaps em XML. %3$sMais informações sobre as configurações de resultados de pesquisa%4$s."],"Check SEO configuration":["Verificar as configurações de SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Deseja certificar-se de que as configurações do %1$s ainda estejam corretas? %2$sAbra o assistente de configuração novamente%3$s para validá-las."],"Default for %2$s, currently: %1$s":["Padrão para %2$s, atualmente: %1$s"],"Show %s in search results?":["Mostrar %s nos resultados de pesquisa?"],"this author's archives":["arquivos deste autor"],"Do not allow search engines to show %s in search results.":["Não permitir que os mecanismos de busca mostrem %s nos resultados de busca."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URLs de categoria no WordPress contêm um prefixo, geralmente %s, esse recurso remove esse prefixo, apenas para categorias."],"Category URLs":["URLs de categoria"],"the archive for %s":["o arquivo para %s"],"Redirect attachment URLs to the attachment itself?":["Redirecionar URLs de anexos para o anexo em si?"],"We recommend you set this to Yes.":["Recomendamos que você defina isso como Sim."],"Media & attachment URLs":["URLs de mídia e anexos"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Isto é o que mostra nos resultados da pesquisa quando as pessoas acham sua página inicial. Isso significa que isso provavelmente é o que eles vêem quando eles procuram seu nome de marca."],"date archives":["arquivos de data"],"archives for authors without posts":["arquivos para autores sem posts"],"Read why XML Sitemaps are important for your site.":["Leia porque os Sitemaps XML são importantes para o seu site."],"Enable the XML sitemaps that %s generates.":["Ativar os sitemaps XML que %s gera."],"See the XML sitemap.":["Veja o Sitemap XML."],"%2$s (current default for %1$s)":["%2$s (padrão atual para %1$s)"],"Media":["Mídia"],"Content Types":["Tipos de Conteúdo"],"Should search engines follow links on this %1$s?":["Os mecanismos de busca devem seguir os links em %1$s?"],"Allow search engines to show this %s in search results?":["Permitir que os mecanismos de pesquisa mostrem %s nos resultados de busca?"],"Search Appearance":["Aparência na Pesquisa"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Defina quais tipos de conteúdo você quer que apareçam nos mecanismos de pesquisa. Se você não sabe a diferença entre eles, é melhor escolher as configurações padrões."],"Search engines should show \"%1$s\" in search results:":["Os mecanismos de pesquisa devem mostrar \"%1$s\" nos resultados de busca:"],"Search engine visibility":["Visibilidade do mecanismo de pesquisa"],"Toggle %1$s's XML Sitemap":["Alternar o sitemap XML de %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["As solicitações de suporte que você cria aqui são enviadas diretamente para o nosso sistema de suporte, que é protegido com SSL de 256 bits, para que a comunicação seja 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["O recurso de conteúdo fundamental, permite que você marque e filtre este tipo de conteúdo em seu site."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Se você tiver um problema que não possa resolver com nossos tutoriais em vídeo ou na base de conhecimento, envie uma mensagem para nossa equipe de suporte. Atendemos 24 horas por dia, 7 dias na semana. "],"Good results":["Bons resultados "],"Get better search results in local search":["Obter melhores resultados de pesquisa em buscas locais"],"Allow customers to pick up their %s order locally":["Permita que os clientes coletem seus pedidos do %s localmente"],"SEO analysis":["Análise de SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["A análise de SEO oferece sugestões para melhorar o SEO do seu texto."],"Learn how the SEO analysis can help you rank.":["Saiba como a análise de SEO pode ajudar a melhorar o seu posicionamento."],"The readability analysis offers suggestions to improve the structure and style of your text.":["A análise de legibilidade oferece sugestões para melhorar a estrutura e o estilo do seu texto."],"Discover why readability is important for SEO.":["Descubra por que legibilidade é importante para SEO."],"Find out how cornerstone content can help you improve your site structure.":["Descubra como nossa base de conteúdo pode ajudá-lo a melhorar a estrutura geral do seu site."],"The text link counter helps you improve your site structure.":["O contador de link de texto ajuda a melhorar a estrutura do site."],"Find out how the text link counter can enhance your SEO.":["Descubra como o contador de links de texto pode melhorar o seu SEO."],"%s integration":["%s integração"],"Read more about how %s works.":["Leia mais sobre como %s funciona."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Ativar esse recurso se quiser que o Facebook e outras mídias sociais exibam uma visualização com imagens e um resumo de texto quando um link para seu site for compartilhado."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Ativar esse recurso se quiser que o Twitter exiba uma visualização com imagens e um resumo de texto quando um link para seu site for compartilhado."],"Find out why you should upgrade to %s":["Descubra por que você deve atualizar para %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Posts mais recentes em %1$s"],"Need help?":["Precisando de ajuda?"],"Remove highlight from the text":["Remover o destaque do texto"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Comece rapidamente com o %1$s %2$sassistente de configuração%3$s!"],"First-time SEO configuration":["Configurações de SEO pela primeira vez"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["A linguagem do seu site está definido como {language}. Se isso não estiver certo entre em contato com o administrador do site."],"Your site language is set to {language}.":["Seu site está definido para a seguinte língua: "],"Highlight this result in the text":["Realçar este resultado no texto"],"Considerations":["Considerações"],"Errors":["Erros"],"Change language":["Alterar língua"],"You cannot create a %s file.":["Você não pode criar um arquivo %s."],"You cannot edit the %s file.":["Você não pode editar o arquivo %s."],"Updated %s":["Atualizado %s"],"Create %s file":["Criar arquivo %s"],"Edit the content of your %s:":["Editar o conteúdo do seu %s:"],"Save changes to %s":["Salvar alterações em %s"],"%s file":["%s arquivo"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s e %2$s podem trabalhar juntos muito melhor adicionando um plugin auxiliar. Por favor, instale %3$s para fazer sua vida melhor. %4$s."],"More information":["Mais informações"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s e %2$s podem funcionar muito melhor juntos adicionando um plugin auxiliar. Ative o %3$s para facilitar sua vida."],"More information about %1$s":["Mais informação sobre %1$s"],"Configuration Wizard":["Assistente de configuração"],"You've done it!":["Concluído!"],"Seamlessly integrate %1$s into your AMP pages!":["Integre o %1$s de forma transparente em suas páginas com AMP!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Intregre o %2$s de forma transparente com o %1$s para a anáise de conteúdo!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s e %2$s trabalham muito melhor juntos adicionando um plugin auxiliar. Instale o %3$s para melhorar sua vida."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["As configuração de aparência da pesquisa para %1$s são feitas por variáveis, que são substituídas por valores específicos, a partir da página quando ela for exibida. A tabela abaixo contém a lista de variáveis disponíveis."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marca o mais importante %1$s como 'Conteúdo Estrutural' para melhorar a estrutura do seu site. %2$sAprenda mais sobre Conteúdo Estrutural%3$s."],"Loading help center.":["Carregando central de ajuda."],"Get support":["Conseguir suporte"],"(Opens in a new browser tab)":["(Abre numa nova aba do navegador)"],"Posts %1$swithout%2$s a focus keyphrase":["Posts %1$ssem%2$s uma frase-chave em foco."],"Hey, your SEO is doing pretty well! Check out the stats:":["Ei, seu SEO está indo muito bem! Confira as estatísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Você não tem posts publicados, suas pontuações de SEO aparecerão aqui quando você publicar seu primeiro post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Nessa página você pode alterar o nome do seu site e escolher qual separador usar. O separador será exibido entre o título do seu post e o nome do site, por exemplo. Os símbolos são exibidos do mesmo tamanho que aparecerão nos resultados de busca. Escolha a opção que mais combina com seu negócio ou escolha a opção que ocupe menos espaço no endereço da página."],"Something else":["Outro"],"A portfolio":["Um portfólio"],"A corporation":["Uma corporação"],"A small offline business":["Um pequeno negócio off-line"],"A news channel":["Um canal de notícias"],"An online shop":["Uma loja virtual"],"A blog":["Um blog"],"What does the site %1$s represent?":["O que o site %1$s representa?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Se você escolher não, seus arquivos do autor serão desativados para evitar\nproblemas de conteúdo duplicado."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: não armazenamos seus dados de forma alguma e não temos acesso total à sua conta. \nSua privacidade está segura."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integra-se com o Google Search Console, ferramenta essencial para administradores de sites. Ela fornece informações sobre a saúde do seu site. Não têm uma conta Google ou seu site não está conectado na ferramenta? Veja %2$ scomo conectar o Google Search Console no seu site %3$s "],"Option B: My site is under construction and should not be indexed":["Opção B: Meu site está sendo contruído e não deverá ser indexado"],"Option A: My site is live and ready to be indexed":["Opçāo A: Meu site está online e pronto para ser indexado"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Escolha 'em construção' se você deseja manter o site fora do índice dos mecanismos de busca. Não se esqueça de ativá-lo quando estiver pronto para\npublicar seu site."],"Please specify if your site is under construction or already active.":["Por favor defina se seu site está sendo construído ou já está ativado."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Esta informação será usada no cartão do Knowledge Graph da Google, o grande bloco de informações que você vê no lado direito dos resultados da pesquisa."],"Read more like this on our SEO blog":["Leia mais sobre isso em nosso blog sobre SEO"],"Readability: %s":["Legibilidade: %s"],"Not activated":["Não ativado"],"Activated":["Ativado"],"%1$s recommendations for you":["%1$s recomendações para você"],"All Readability Scores":["Todas as pontuações de legibilidade"],"Filter by Readability Score":["Filtrar por pontuação de legibilidade"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Você não está recebendo atualizações nem suporte! Corrija esse problema adicionando este site e habilitando %1$s no %2$s."],"Request method %1$s is not valid.":["O método de solicitação %1$s não é válido."],"Muted notifications:":["Notificações silenciadas:"],"Muted problems:":["Problemas silenciados:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Você quer visualizar como este post seria exibido se ele fosse compartilhado no %1$s? Você pode, com %2$s."],"Good job! All the links in your texts have been counted.":["Bom trabalho! Todos os links nos seus textos foram contados."],"Calculation completed.":["Cálculos completos."],"Calculation in progress...":["Cálculos em progresso..."],"Stop counting":["Parar de contar"],"Counting links in your texts":["Contando links em seus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s processado!"],"All your texts are already counted, there is no need to count them again.":["Todos os seus textos já foram contados, não há necessidade de contá-los novamente."],"Count links in your texts":["Contar links em seus textos"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Os links em todos os seus textos publicos precisam ser contabilizados. Isso fornecerá informações sobre quais textos precisam de mais links para eles. Se você quiser saber mais sobre o porquê e mais sobre a linkagem interna, consulte o artigo%1$s sobre a linkagem interna em %2$s%3$s."],"Text link counter":["Contador de links no texto"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de links internos apontados para este post. Consulte o texto \"Yoast Columns\" no menu de ajuda para obter mais informações."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de links internos neste post. Consulte o texto \"Colunas Yoast\" na aba do menu de ajuda para obter mais informações."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s adiciona várias colunas a esta página. Nós escrevemos um artigo sobre %2$scomo usar o placar SEO e o placar de legibilidade%3$s. A coluna links mostra o número de artigos neste site com links %5$spara%6$s este artigo e o número de URLs ligadas %5$sa partir%6$s deste artigo. Aprenda mais sobre %4$scomo usar estes recursos para aperfeiçoar seus links internos%3$s, o que melhora muito seu SEO."],"%s Columns":["%s colunas"],"Readability score":["Pontuação de legibilidade"],"Other benefits of %s for you:":["Outros benefícios do %s para você:"],"Scroll to see the preview content.":["Role para baixo para visualizar o conteúdo."],"Cornerstone content":["Conteúdo estrutural"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["O %1$s agora cuidará de toda a otimização técnica necessária do seu site. Para realmente melhorar o desempenho do site nos resultados de busca, é importante começar a criar conteúdo que seja bem classificado para as frases-chave de seu interesse. Assista a este vídeo no qual explicamos como usar a meta box do %1$s ao editar posts ou páginas."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Se quiser superar a concorrência em uma cidade ou região específica, confira nosso plugin %1$s! Você poderá inserir facilmente mapas do Google, horários de funcionamento, informações de contato e um localizador de lojas. Além disso, o %1$s ajuda você a melhorar a usabilidade de sua página de contato."],"Attract more customers near you":["Atraia mais clientes próximos a você"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Quer saber de todos os prós e contras do plugin %1$s? Quer aprender tudo sobre nossas configurações avançadas? Quer aproveitar ao máximo o plugin %1$s? Confira nosso treinamento do plugin %1$s e comece a superar a concorrência!"],"Get the most out of %1$s with the %2$s":["Aproveite ao máximo %1$s com o %2$s"],"Upgrade to Premium":["Atualizar para Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Quer superar a concorrência? O %1$s oferece recursos adicionais incríveis que ajudarão você a configurar sua estratégia de SEO de forma profissional. Adicione sinônimos e palavras-chave relacionadas, use nossa análise Premium de SEO, o gerenciador de redirecionamento e a nossa ferramenta de link interno. O %1$s também fornece um atendimento personalizado."],"Outrank the competition with %s":["Supere a concorrência com o %s"],"You might like":["Você pode gostar"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Detectamos que você não ainda não finalizou o tour, então recomendamos que você %2$sinicie o assistente de configuração para configurar o %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["O assistente de configuração ajuda a configurar facilmente o seu site para ter ótimas configurações para SEO."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Seja Premium e nossos especialistas estarão lá para responder a quaisquer perguntas que você possa ter sobre a instalação e o uso do plugin."],"Superfast internal linking suggestions":["Sugestões super-rápidas de links internos"],"Great news: you can, with %1$s!":["Boas novas: você pode, com o %1$s!"],"Save changes":["Salvar alterações"],"1 year free support and updates included!":["1 ano de suporte gratuito e atualizações incluídos!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["O plugin %2$s altera a saída do seu site e, ao fazer isso, diferencia entre os mecanismos de pesquisa e usuários normais, um processo que é chamado de camuflagem. Recomendamos que você o desative."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPrévia da Rede Social%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sChega de links quebrados%2$s: gerenciador de redirecionamento simplificado"],"No ads!":["Sem anúncios!"],"Facebook & Twitter":["Facebook e Twitter"],"Social media preview":["Pré-visualização em mídias sociais"],"Easy redirect manager":["Gerenciador de redirecionamento simplificado"],"No more dead links":["Chega de links quebrados"],"Increase your SEO reach":["Aumente seu alcance de SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Se precisa de mais ajuda ao criar conteúdos incríveis, confira nosso %2$scurso de SEO copywriting%3$s. Se quiser saber tudo sobre os recursos do plugin, é uma boa ideia fazer o nosso %1$s!"],"Variable":["Variável"],"Available variables":["Variáveis disponíveis"],"Scroll to see the table content.":["Deslize para ver a tabela de conteúdo."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Consulte %1$snosso artigo sobre como conectar seu site ao Google Search Console%2$s, caso precise de ajuda."],"An error occurred in the '%1$s' assessment":["Ocorreu um erro no item %1$s"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s palavra(s) contém %2$smais de %3$s sílabas%4$s, o que ultrapassa o máximo recomendado de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s palavra(s) contém %2$smais de %3$s sílabas%4$s, o que é menor ou igual ao máximo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Isso é um pouco abaixo do recomendado de %5$d palavra. %3$sAdicione um pouco mais %4$s.","Isso é um pouco abaixo do recomendado de %5$d palavras. %3$sAdicione um pouco mais %4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["A meta descrição contém %1$d sentença %2$s que excede %3$s palavras %4$s. Tente encurtar esta frase.","A meta descrição contém %1$d sentenças %2$s que excedem %3$s palavras %4$s. Tente encurtar essas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["A meta descrição não contém frases %1$s que excedem %2$s palavras %3$s."],"No new notifications.":["Não há novas notificações."],"Save all":["Salvar tudo"],"Save":["Salvar"],"%1$s, Author at %2$s":["%1$s, Autor em %2$s"],"Mobile preview":["Pré-visualização para dispositivos móveis"],"Desktop preview":["Pré-visualização para computadores"],"Select redirect":["Selecionar redirecionamento"],"Please provide an SEO title by editing the snippet below.":["Forneça um título SEO editando a amostra abaixo."],"Meta description preview:":["Pré-visualização da Meta descrição:"],"Slug preview:":["Pré-visualização do Slug:"],"SEO title preview:":["Prévia do título SEO:"],"Close snippet editor":["Fechar editor de amostra"],"Slug":["Slug"],"Remove marks in the text":["Remover marcas no texto"],"Mark this result in the text":["Marcar este resultado no texto"],"Marks are disabled in current view":["Marcações desabilitadas na visualização atual"],"Good SEO score":["Pontuação de SEO boa"],"OK SEO score":["Pontuação de SEO média"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Escolha uma imagem"],"Remove the image":["Remover a imagem"],"MailChimp signup failed:":["O registro no MailChimp falhou:"],"Sign Up!":["Cadastre-se!"],"Name":["Nome"],"There is an error with the request.":["Há um erro na sua solicitação."],"Select profile":["Selecione o perfil"],"Choose a profile":["Escolha um perfil"],"Authorization code":["Código de autorização"],"Reauthenticate with Google":["Reautenticar com o Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para autorizar %s a buscar suas informações do Google Search Console, digite o seu código de autorização do Google. Clique no botão abaixo para abrir uma nova janela."],"Please provide a meta description by editing the snippet below.":["Forneça uma meta-descrição editando a amostra abaixo."],"Edit snippet":["Editar amostra"],"You can click on each element in the preview to jump to the Snippet Editor.":["Você pode clicar em cada elemento na prévia para ir ao Editor de Amostra."],"Close the Wizard":["Fechar assistente de configuração"],"Export settings":["Exportar configurações"],"%1$s video tutorial":["Tutorial em video %1$s"],"%s › Configuration Wizard":["%s › Assistente de configuração"],"Please don't show me this notification anymore":["Não mostre mais essa notificação"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Se estiver enfrentando problemas, %1$senvie um relatório de erro%2$s e faremos tudo o que pudermos para ajudar você."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Percebemos que você já está usando o %1$s há algum tempo; esperamos que esteja gostando! Nós adoraríamos se você pudesse %2$snos classificar com 5 estrelas no WordPress.org%3$s!"],"Courses":["Cursos"],"Date archives settings":["Configurações de arquivos de datas"],"Author archives settings":["Configurações de arquivos do autor"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Atenção: a variável %s não pode ser usada neste modelo. Consulte a Central de ajuda para saber mais."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["A propósito, sabia que também temos um %1$sPlugin Premium%2$s? Ele oferece recursos avançados, como um gerenciador de redirecionamentos e suporte para várias frases-chave na mesma página. Também inclui suporte 24h por dia."],"(no title)":["(sem título)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["O menu da barra de administração do %1$s contém links úteis a ferramentas de terceiros para analisar páginas, além de facilitar a visualização de novas notificações."],"Admin bar menu":["Menu da barra do administrador"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Recursos"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Ainda que nos esforcemos para facilitar ao máximo a configuração do %1$s, entendemos como ela pode ser intimidante. Se preferir que configuremos o %1$s para você (e receber uma cópia do %2$s no processo), solicite nosso %3$sserviço de configuração do %1$s%4$s aqui!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Olá, este é o assistente de instalação do %1$s. Vamos ajudar você a configurar em poucos passos as definições de SEO que atendam às necessidades do seu site!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["O Google mostra o nome do seu site nos resultados de pesquisa, se você quiser, pode mudar isso aqui."],"Greater than sign":["Sinal de maior"],"Less than sign":["Sinal de menor do que"],"Right angle quotation mark":["Aspas em ângulo à direita"],"Left angle quotation mark":["Aspas em ângulo à esquerda"],"Small tilde":["Til"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco baixo"],"Asterisk":["Asterisco normal"],"Bullet":["Marcador"],"Middle dot":["Ponto mediano"],"Em dash":["Travessão"],"En dash":["Meia-risca"],"Dash":["Traço"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Escolha o símbolo para usar como seu separador de titulo. Isso vai aparecer, por exemplo, entre o titulo do seu post e o nome do site. Símbolos são mostrados no tamanho que vão aparecer no resultado das buscas."],"The name of the person":["O nome da pessoa"],"No":["Não"],"Yes":["Sim"],"Does, or will, your site have multiple authors?":["Seu site tem, ou terá, vários autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["O WordPress gera automaticamente uma URL para cada item de mídia na biblioteca. Habilitar isso vai permitir ao Google indexar a URL gerada."],"Success!":["Sucesso!"],"Title settings":["Configurações de título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Múltiplos autores"],"Site type":["Tipo de site"],"Environment":["Ambiente"],"Yoast option %1$s not found.":["A opção Yoast %1$s não foi encontrada."],"Google Structured Data Test":["Teste de dados estruturados no Google"],"Posts list":["Lista de posts"],"Posts list navigation":["Navegação da lista de posts"],"Filter posts list":["Filtrar lista de posts"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Observe que os links para arquivos ainda podem ser exibidos pelo seu tema e você teria que removê-los separadamente."],"%1$s to optimize your site even further":["%1$s para otimizar seu site ainda mais"],"%1$s extensions":["%1$s extensões"],"Comes with our 30-day no questions asked money back guarantee":["O produto tem garantia de 30 dias. Sem necessidade de se justificar, devolvemos o seu dinheiro"],"More information %1$sabout %3$s%2$s":["Mais informações %1$ssobre o %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["tenha acesso à nossa equipe de suporte 24h."],"Premium support":["Suporte Premium"],"check what your Facebook or Twitter post will look like.":["verifique como vai ficar seu post do Facebook ou Twitter."],"Social previews":["Prévias sociais"],"create and manage redirects from within your WordPress install.":["crie e administre redirecionamentos de dentro da sua instalação do WordPress."],"Redirect manager":["Gerenciador de redirecionamentos"],"%1$s, take your optimization to the next level!":["%1$s, leve sua otimização para o próximo nível!"],"A seamless integration between %1$s and %2$s":["Uma integração perfeita entre %1$s e %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Usar os breadcrumb do %1$s ao invés do %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Insira facilmente o Google Maps, um localizador de estabelecimento, horário de funcionamento e mais"],"Creates XML News Sitemaps":["Crie Sitemaps XML de notícias"],"Immediately pings Google on the publication of a new post":["Informe o Google imediatamente sobre a publicação de um post novo"],"Optimize your site for Google News":["Otimize seu site para o Google News"],"Make videos responsive through enabling fitvids.js":["Torne os videos responsivos habilitando o fitvids.js"],"Enhance the experience of sharing posts with videos":["Melhore a experiência de compartilhar posts com vídeos "],"Show your videos in Google Videos":["Mostre seus vídeos no Google Videos"],"Crawl issues list":["Lista de problemas de rastreamento"],"Crawl issues list navigation":["Navegação da lista de problemas de rastreamento"],"Edit “%s”":["Editar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notificações"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Remove a seção de frase-chave da caixa de metadados e desativa todas as sugestões relacionadas à SEO."],"Disable SEO analysis":["Desabilitar análise de SEO"],"Twitter settings":["Configurações do Twitter"],"Pinterest settings":["Configurações do Pinterest"],"Facebook settings":["Configurações do Facebook"],"Title separator symbol":["Simbolo separador do título"],"RSS feed settings":["Configurações do feed RSS"],"Breadcrumbs settings":["Configurações de breadcrumbs"],"Make primary":["Tornar primário"],"Enter your Google Authorization Code and press the Authenticate button.":["Digite seu código de autorização do Google e pressione o botão Autenticar."],"%s notification":["%s notificação","%s notificações"],"Disable readability analysis":["Desativar a análise de legibilidade"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Remove a seção de legibilidade da caixa de metadados e desativa todas as sugestões relacionadas à legibilidade."],"Readability analysis":["Análise da legibilidade"],"Needs improvement":["Precisa melhorar"],"Readability":["Legibilidade"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Você está tentando carregar arquivos não-minificados. Eles estão disponíveis apenas no nosso pacote de desenvolvimento. Consulte %1$s para ver todos os arquivos fonte."],"Improvements":["Melhorias"],"Restore this item.":["Restaure este item."],"Dismiss this item.":["Descarte este item."],"Good job! We could detect no serious SEO problems.":["Bom trabalho! Não detectamos nenhum problema grave de SEO."],"We have detected the following issues that affect the SEO of your site.":["Detectamos os seguintes problemas que afetam o SEO de seu site."],"Problems":["Problemas"],"Analysis":["Análise"],"Not available":["Não disponível"],"Filter by SEO Score":["Filtrar por pontuação de SEO"],"Meta description not set.":["Descrição não definida."],"Video tutorial":["Tutorial em vídeo"],"Email support is a %s feature":["Suporte por email é um recurso %s"],"Knowledge base":["Base de conhecimento"],"Open":["Abrir"],"Dashboard":["Painel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Você pode corrigir isso na %1$spágina de configurações de links permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["A paginação de comentários está ativa e como isso não é necessário em 999 de cada 1.000 casos, recomendamos desativá-la."],"Replaced with the primary category of the post/page":["Substituído pela categoria principal do post/página"],"Pinterest confirmation":["Confirmação do Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Caso já tenha confirmado seu website com o Pinterest, você pode pular o passo abaixo."],"Format-based archives":["Arquivos baseados em formato"],"Webmaster Tools verification":["Verificação no Webmaster Tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Siga nosso %1$s para treinamento em Wordpress e torne-se um especialista %1$s certificado!"],"Want to be a %s Expert?":["Quer ser um especialista em %s?"],"Buy %s":["Comprar %s"],"Show information about errors in category %s":["Mostrar informações sobre erros na categoria %s"],"New %1$s Title":["Novo título de %1$s"],"Existing %1$s Title":["Título de %1$s existente"],"Expected an integer as input.":["O campo espera um número inteiro."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Tentando construir uma chave de cache para o arquivo sitemap, mas a combinação de sufixo e prefixo não deixa muito espaço para isso. Você provavelmente está solicitando uma página que está fora do intervalo esperado."],"Remove":["Remover"],"Keep":["Manter"],"Bold the last page":["Destacar a última página"],"Regular":["Normal"],"Bold":["Negrito"],"Show Blog page":["Exibir a página do blog"],"Primary %s":["Primário %s"],"Primary":["Primário"],"Make %1$s primary %2$s":["Torne %1$s a %2$s primária"],"Term is set to noindex.":["Termo configurado para não ser indexado."],"Author archives":["Arquivo do autor"],"Show":["Exibir"],"Enabled":["Ativo"],"Disabled":["Inativo"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s ainda não coletou o status de indexação do seu site no %2$s"],"The separator defined in your theme's %s tag.":["O separador definido na tag %s do seu tema."],"No index":["Não índexar"],"Analyze entire site":["Analisar o site inteiro"],"Fetch the current status":["Obter o status atual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s não foi capaz de coletar o status da indexação do seu site%3$s no %4$s"],"Your homepage can be indexed by search engines.":["Sua página inicial pode ser indexada pelos mecanismos de pesquisa."],"Indexability check by %1$s":["Verificação de indexabilidade por %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Se você deseja usar uma imagem no compartilhamento do %1$s, você pode fazer upload/escolher uma imagem ou adicionar o URL da imagem aqui."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Se você não quer usar a meta-descrição do post para compartilhar no %1$s, mas prefere outra descrição em seu lugar, escreva-a aqui."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Se você não quer usar o título do post para compartilhar no %1$s, mas prefere outro título em seu lugar, escreva-o aqui."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sSua página inicial não pode ser indexada pelos mecanismos de pesquisa%2$s. Isso é muito ruim para SEO e deve ser corrigido."],"Once Weekly":["Uma vez por semana"],"Add-ons":["Complementos"],"SEO score":["Pontuação de SEO"],"Twitter metadata":["Metadados do Twitter"],"Facebook / Open Graph metadata":["Metadados Facebook / Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculando a pontuação de SEO de todos os conteúdos com a frase-chave em foco."],"%1$s of %2$s done.":["%1$s de %2$s concluído(s)."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Nós atualizamos nosso algoritmo de pontuação de SEO. %1$sRecalcule a pontuação de SEO%2$s de todos os posts e páginas."],"Team Yoast":["Equipe da Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["A primeira verdadeira solução completa de SEO para o WordPress, incluindo a análise de conteúdo por página, sitemaps XML e muito mais."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ativação falhou:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Essa extensão de filtro parece estar indisponível. Por favor peça a sua hospedagem para habilitá-la."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["A instalação do plugin %1$s está incompleta. Consulte as %2$sinstruções de instalação%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["The Standard PHP Library (SPL) parece não estar disponível. Por favor, solicite ao seu host para habilitá-lo."],"SEO Settings":["Configurações de SEO"],"Mobile-Friendly Test":["Teste de dispositivos móveis"],"Google Page Speed Test":["Teste de Velocidade de Página do Google"],"CSS Validator":["Validador CSS"],"HTML Validator":["Validador HTML"],"Pinterest Rich Pins Validator":["Validador Rich Pins do Pinterest"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Checar Cabeçalhos"],"Check Google Cache":["Checar Cache do Google"],"Analyze this page":["Analisar esta página"],"Keyword Research":["Pesquisa de palavra-chave"],"%s does not seem to be a valid url. Please correct.":["%s não parece ser uma URL válida. Por favor, corrija."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%s não parece ser um %s válido verificação de string. Por favor, corrija."],"%s Archive":["Arquivo %s"],"You searched for %s":["Você pesquisou por %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s não parece ser um Twitter user-id válido. Por favor, corrija."],"Summary with large image":["Resumo com imagem grande"],"Summary":["Resumo"],"The post %1$s appeared first on %2$s.":["O post %s apareceu primeiro em %s."],"No numeric value was received.":["Nenhum valor numérico foi recebido."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Este deve ser um blog já existente. O blog %s não existe ou foi marcado como excluído."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["A configuração padrão do blog deve ser o id do blog que você deseja usar como padrão."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s não é uma opção válida para quem deve ter acesso às configurações do %2$s. O valor foi redefinido para o padrão."],"Please select a valid post type for taxonomy \"%s\"":["Selecione um tipo de resposta válido para a taxonomia \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor selecione uma taxonomia válida para o tipo de mensagem \"%s\""],"You searched for":["Você pesquisou por"],"Home":["Início"],"Archives for":["Arquivos para"],"Error 404: Page not found":["Erro 404: Página não encontrada"],"Good":["Bom"],"Replaced with a custom taxonomies description":["Sobrescrito por uma descrição de taxonomia customizada"],"Replaced with a posts custom taxonomies, comma separated.":["Substituído pelas taxonomias personalizadas do post (separadas por vírgulas)"],"Replaced with a posts custom field value":["Substituído pelo valor de um campo personalizado do post"],"Replaced with the slug which caused the 404":["Substituição do slug que causou erro 404"],"Replaced with the posts focus keyphrase":["Substituído pela frase-chave em foco do post"],"Attachment caption":["Substituído pela legenda do anexo"],"Replaced with the current page number":["Substituído pelo número da página atual"],"Replaced with the current page total":["Substituído pelo total de páginas atual"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Substituído com o número da página atual com o contexto (Ex: página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Substituído com o post/página do(s) autor(es) 'Biographical Info'"],"Replaced with the post/page author's 'nicename'":["Substituído pelo 'nome de exibição' do autor do post/página"],"Replaced with the post/page ID":["Substituído pela ID do post/página"],"Replaced with the post/page modified time":["Substituído pelo horário modificado do post/página"],"Replaced with the content type plural label":["Substituído pelo rótulo do tipo de conteúdo no plural"],"Replaced with the content type single label":["Substituído pelo rótulo do tipo de conteúdo no singular"],"Replaced with the current search phrase":["Substituído pela frase de busca atual"],"Replaced with the term name":["Substituído pelo nome do termo"],"Replaced with the term description":["Substituído pela descrição do termo"],"Replaced with the tag description":["Substituído pela descrição da tag"],"Replaced with the category description":["Substituído pela descrição da categoria"],"Replaced with the post categories (comma separated)":["Substituído pelas categorias do post (separadas por vírgulas)"],"Replaced with the current tag/tags":["Substituído pela tag/tags atuais"],"Replaced with the post/page excerpt (without auto-generation)":["Substituído pelo resumo do post/página (sem geração automática)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Substituído pelo resumo do post/página (ou gerado automaticamente caso não exista)"],"The site's name":["Substituído pelo nome do site"],"Replaced with the title of the parent page of the current page":["Substituído pelo o título da página pai da página atual"],"Replaced with the title of the post/page":["Substituído pelo título do post/página"],"Replaced with the date of the post/page":["Substituído pela data do post/page"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Você não pode ignorar uma substituição de variável padrão de WPSEO registrando uma variável com o mesmo nome. Use o filtro \"wpseo_replacements\" em vez de ajustar o valor de substituição."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Uma variável de substituição com o mesmo nome já foi registrado. Tente criar um nome de variável exclusivo."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Uma variável de substituição não pode começar com \"%%cf_\" ou \"%%ct_\", sendo estes reservados para variáveis ​​padrão do WPSEO, campos personalizados e taxonomias personalizadas. Tente criar um nome de variável exclusivo."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Uma variável de substituição só pode conter caracteres alfanuméricos, sublinhados ou um traço. Tente mudar sua variável."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Aviso apenas para o administrador: esta página não mostra uma meta descrição porque não possui nenhuma, escreva depois uma meta-descrição especificamente para esta página ou vá ao menu [%1$s - %2$s] e configure um padrão."],"Page not found":["Página não encontrada"],"%s Archives":["Arquivos %s"],"Search for \"%s\"":["Busca por \"%s\""],"Meta description to use for Author page":["Meta-descrição a usar para a página de Autor"],"Title to use for Author page":["Título a usar para a página de Autor"],"%1$s settings":["Configurações do %1$s"],"Export your %1$s settings":["Exportar configurações do %1$s"],"Import settings":["Importar configurações"],"Import from other SEO plugins":["Importar de outros plugins de SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Se você tivesse um arquivo %s e ele fosse editável, você poderia editá-lo a partir daqui."],"If your %s were writable, you could edit it from here.":["Se seu %s fosse tivesse permissão de gravação, você poderia editá-lo a partir daqui."],"You don't have a %s file, create one here:":["Você não tem um arquivo %s, crie um aqui:"],"A link to your site, with your site's name and description as anchor text.":["Link apontando para a URL de seu site e contendo o nome mais a descrição do site como âncora de texto."],"A link to your site, with your site's name as anchor text.":["Link apontando para a URL de seu site e contendo o nome do site como âncora de texto."],"A link to the post, with the title as anchor text.":["Link apontando para a URL do post e contendo o título do post como âncora de texto."],"A link to the archive for the post author, with the authors name as anchor text.":["Link apontando para a URL do arquivo de posts do autor e contendo o nome do autor como âncora de texto."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Você pode usar as variáveis abaixo nos campos. Elas serão substituídas pelos valores à direita."],"Content to put after each post in the feed":["Conteúdo a ser adicIonado após cada post do feed"],"Content to put before each post in the feed":["Conteúdo a colocar no início de cada post do feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Este recurso é usado para automaticamente acrescentar conteúdo a seu feed RSS. Mais especificamente, sua função é acrescentar links de retorno apontando para seu blog e para os posts em seu blog, de maneira que scrapers estúpidos também os acrescentem automaticamente, ajudando assim os mecanismos de pesquisa a identificarem você como a fonte original do conteúdo."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["O uso do recurso breadcrumbs é explicado em nossa %1$sbase de conhecimento no artigo sobre implementação de breadcrumbs%2$s."],"How to insert breadcrumbs in your theme":["Como inserir breadcrumbs em seu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Arquivo de tipo de conteúdo a ser exibido no caminho de navegação para as taxonomias"],"Taxonomy to show in breadcrumbs for content types":["Taxonomia a ser exibida no caminho de navegação para tipos de conteúdo"],"Breadcrumb for 404 Page":["Breadcrumbs da página 404"],"Prefix for Search Page breadcrumbs":["Prefixo dos breadcrumbs na páginas de busca"],"Prefix for Archive breadcrumbs":["Prefixo dos breadcrumbs em arquivos"],"Prefix for the breadcrumb path":["Prefixo dos breadcrumbs"],"Anchor text for the Homepage":["Texto do link para a Página Inicial"],"Separator between breadcrumbs":["Separador de itens dos breadcrumbs"],"Enable Breadcrumbs":["Ativar breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Abaixo estão os pontos SEO de suas publicações. Agora é um bom momento, como sempre, para começar a melhorar suas postagens!"],"Credits":["Créditos"],"« Back to Tools page":["« Voltar para a página Ferramentas"],"%1$s comes with some very powerful built-in tools:":["%1$s já vem com algumas ferramentas poderosas de fábrica"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta ferramenta permite que você mude rapidamente arquivos importantes para o seu SEO, como o robots.txt e, caso você tenha um, o seu arquivo .htaccess."],"File editor":["Editor de arquivo"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importar as configurações de outros plugins de SEO e exportar suas configurações para reutilizá-las posteriormente ou em outro blog."],"Import and Export":["Importar e Exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta ferramenta permite que você altere rapidamente títulos e descrições de seus posts e páginas sem precisar editá-los um por um."],"Bulk editor":["Editor em massa"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sverificar seu site no Pinterest%2$s, adicione sua meta tag aqui:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest usa metadados Open Graph assim como o Facebook, então não se esqueça de manter a caixa de seleção Open Graph na aba Facebook selecionada caso você deseje otimizar seu site para o Pinterest."],"The default card type to use":["O tipo de cartão padrão para uso"],"Add Twitter card meta data":["Acrescentar metadados Twitter card"],"This image is used if the post/page being shared does not contain any images.":["Essa imagem é usada se o post/página compartilhado não contém nenhuma imagem."],"Default settings":["Configurações padrão"],"Copy home meta description":["Copiar meta descrição da home"],"Description":["Descrição"],"Image URL":["URL da Imagem"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Estes são o título, descrição e imagem utilizados nas meta tags Open Graph na primeira página do seu site."],"Frontpage settings":["Configurações da Página Inicial"],"Add Open Graph meta data":["Adicionar metadados Open Graph"],"YouTube URL":["URL do YouTube"],"Pinterest URL":["URL do Pinterest"],"MySpace URL":["URL do MySpace"],"LinkedIn URL":["URL do LinkedIn"],"Instagram URL":["URL do Instagram"],"Twitter Username":["Usuário do Twitter"],"Facebook Page URL":["URL da página do Facebook"],"Accounts":["Contas"],"Restore site to defaults":["Restaurar site para o padrão"],"Site ID":["Site ID"],"Using this form you can reset a site to the default SEO settings.":["Usando este formulário você pode redefinir um site de volta às configurações padrão de SEO."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Dados de privacidade sensíveis (ex: admins do FB, etc.), dados específicos do tema (reescrita de títulos) e algumas configurações muito específicas do site não será importadas para novos sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Informe o %1$sID do Site%2$s do qual você deseja usar as configurações como padrão para todos os sites que são adicionados à sua rede. Deixe em branco para nenhum (ou seja, os padrões normais do plugin serão utilizados)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Escolha o site cujas configurações você deseja usar como padrão para todos os sites que são adicionados à rede. Se você escolher \"None\", os padrões normais do plugin será utilizado."],"New sites in the network inherit their SEO settings from this site":["Novos sites na rede herdam as configurações de SEO deste site"],"Super Admins only":["Super Administradores apenas"],"Site Admins (default)":["Administradores de Site (padrão)"],"Who should have access to the %1$s settings":["Quem deve ter acesso as configurações %1$s"],"spam":["spam"],"mature":["maduro"],"archived":["arquivado"],"public":["público"],"%s restored to default SEO settings.":["%s restaurado para as configurações padrão de SEO."],"Settings Updated.":["Configurações Atualizadas."],"404 pages":["Páginas 404"],"Search pages":["Páginas de busca"],"These pages will be %s by default, so they will never show up in search results.":["Essas páginas seráo %s por padrão, então elas não aparecerão nos resultados da busca."],"Special Pages":["Páginas Especiais"],"Date-based archives could in some cases also be seen as duplicate content.":["Arquivos baseados em data podem, em alguns casos, serem vistos também como conteúdo duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Se este é o caso no seu site, você pode optar por desativá-lo (o que irá redireciona-lo para a página inicial), ou adicionar %s nele para que ele não apareça nos resultados da busca."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Se você estiver usando um site para um único autor, o arquivo de autor será exatamente o mesmo que a sua página inicial. Isto é chamado de %1$sproblema de conteúdo duplicado%2$s"],"Date archives":["Arquivos de data"],"author archives":["arquivos do autor"],"Title":["Título"],"%1$s Meta Box":["Caixa de informações do %1$s"],"Hide":["Ocultar"],"Date in Snippet Preview":["Data na prévia da amostra"],"Take note:":["Atenção:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Páginas Inicial & Página de Posts"],"Title Separator":["Separador de Título"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s detectou automaticamente quando é necessário forçar a reescrita dos títulos de suas páginas. Caso acredite que há algo errado, e se você sabe o que está fazendo, você pode modificar as configurações aqui. "],"Force rewrite titles":["Forçar a reescrita dos títulos"],"Taxonomies":["Taxonomias"],"Homepage":["Página inicial"],"%1$s Extensions":["%1$s Extensões"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integre perfeitamente o WooCommerce com o %1$s e tenha recursos extras!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Posicione-se melhor no Google Maps, sem suar a camisa!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Você está no Google News? Aumente seu tráfego do Google News, otimizando seu site para ele!"],"Optimize your videos to show them off in search results and get more clicks!":["Otimize seus vídeos para mostrá-las nos resultados de busca e assim conseguir mais cliques!"],"The premium version of %1$s with more features & support.":["A versão premium do %1$s com mais recursos e suporte."],"Person":["Pessoa"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Nome do site"],"Webmaster Tools":["Ferramentas para Webmasters"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["O nome do post não aparece nas URLs de seus posts e páginas, e é altamente recomendável que apareçam. Considere configurar sua estrutura de links permanentes para /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["ou"],"Save Profile":["Salvar Perfil"],"There were no profiles found":["Nenhum perfil encontrado"],"Profile":["Perfil"],"Current profile":["Perfil atual"],"Authenticate":["Autenticar"],"Get Google Authorization Code":["Obter Código de Autorização do Google"],"Reload crawl issues":["Recarregar questões de rastreamento"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder criar um redirecionamento e corrigir esse problema, você precisa do %1$s. Você pode comprar esse plugin com um ano de suporte e atualizações em %2$s."],"Creating redirects is a %s feature":["A criação de redirecionamentos é um recurso do %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Erros que ocorreram apenas quando seu site foi rastreado pelo Googlebot para Feature phones (erros não apareceram em desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Erros que ocorreram somente quando seu site foi rastreado pelo Googlebot-Mobile (erros não aparecem para desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Erros que ocorreram quando seu site foi rastreado pelo Googlebot."],"Issue categories":["Categorias de problemas"],"Incorrect Google Authorization Code.":["Código de autorização do Google incorreto."],"The issues have been successfully reloaded!":["Os problemas foram recarregados com sucesso."],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Os dados do %1$s foram removidos. Você terá que autenticar novamente se você deseja recuperar os dados."],"Crawl errors per page":["Erros de rastreamento por página"],"Search":["Pesquisar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Não deixe escapar seus erros de rastreamento: %1$sconecte-se com o Google Search Console aqui%2$s."],"Create redirect":["Criar redirecionamento"],"Mark as fixed":["Marcar como resolvido"],"Response code":["Código de resposta"],"First detected":["Detectado pela 1ª vez"],"Last crawled":["Último rastreamento"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detectou que você está usando uma versão de %2$s que não é compatível com %1$s. Por favor, atualize %2$s para a versão mais recente para usar este recurso."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Os plugins Yoast partilham alguns código entre eles para tornar o seu site mais rápido. Para isto, é necessário que todos os plugins Yoast estejam atualizados. Detectamos que este não é o caso neste site, atualize os plugins Yoast que não estejam atualizados."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["O URL de destino não existe, mas o servidor não está retornando um erro 404 (arquivo não encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["A solicitação expirou ou site está bloqueando o Google."],"Server Error":["Erro do Servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["O Googlebot acessou seu site, mas certos URLs foram bloqueados em seu arquivo %1$s. Pode ser que este bloqueio seja para todos os Googlebots ou especificamente para o Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["O Google não conseguiu rastrear este URL devido a um problema indeterminado."],"URL points to a non-existent page.":["URL aponta para uma página inexistente."],"Not found":["Não encontrado"],"Not followed":["Não seguido"],"Faulty redirects":["Redirecionamentos com falhas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["O servidor requer autenticação ou está bloqueando o Googlebot de acessar o site."],"Access denied":["Acesso negado"],"Deactivate %s":["Desativar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["O plugin %1$s pode causar problemas quando utilizado em conjunto com %2$s."],"Upload Image":["Envio de imagem"],"Remove these ads?":["Remover estes anúncios?"],"%s Posts Overview":["Visão Geral dos Posts %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["O Título do Breadcrumbs é utilizado nos breadcrumbs onde esta taxonomia aparece."],"Breadcrumbs title":["Título do Breadcrumbs"],"The canonical link is shown on the archive page for this term.":["O link canônico é mostrado na página de arquivo para este termo."],"Facebook App ID":["ID do aplicativo do Facebook"],"Pinterest":["Pinterest"],"Other":["Outros"],"Archives":["Arquivo"],"Email":["E-mail"],"Close":["Fechar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Você instalou %1$s e %2$s, e ambos podem criar sitemaps em XML. Ter dois Sitemaps XML não é benéfico para os mecanismos de pesquisa e ainda podem deixar seu site lento."],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["Imagem no %s"],"%s Description":["Descrição no %s"],"%s Title":["Título no %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["O tamanho recomendado para a imagem %1$s é %2$spx."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Se você deseja substituir a imagem usada em %s para esse post, faça upload ou escolha uma imagem."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Se você não deseja utilizar a meta descrição para compartilhamento do tópico no %s, mas, deseja utilizar outra descrição, insira-a aqui."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Se você não desejar usar o título do post ao compartilha-lo no %s e preferir usar outro título, insira-o aqui."],"very difficult":["muito difícil de"],"Try to make shorter sentences, using less difficult words to improve readability":["Tente escrever sentenças mais curtas, usando palavras menos difíceis para melhorar a leitura"],"difficult":["difícil de"],"Try to make shorter sentences to improve readability":["Tente escrever sentenças mais curtas para aumentar a legibilidade"],"fairly difficult":["razoavelmente difícil de"],"OK":["OK"],"fairly easy":["razoavelmente fácil de"],"easy":["fácil de"],"very easy":["muito fácil de"],"Meta Desc.":["Meta-Desc."],"All SEO Scores":["Todas as pontuações de SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["A imagem destacada deve ter pelo menos 200x200 pixels para ser capturada pelo Facebook e outras redes sociais."],"(no parent)":["(sem parente)"],"Post is set to noindex.":["O post está definido como não-indexável (noindex)."],"The URL that this page should redirect to.":["A URL para a qual esta página deve redirecionar."],"301 Redirect":["Redirecionamento 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["A URL canônica para a qual esta página deve apontar, deixe em branco para usar o link permanente. %1$sURLs canônicos entre domínios%2$s também são suportados."],"Canonical URL":["URL Canônica"],"Title to use for this page in breadcrumb paths":["Título usado para esta página nos breadcrumbs"],"Breadcrumbs Title":["Título do Breadcrumbs"],"No Snippet":["Sem amostra"],"No Archive":["Nenhum arquivo"],"No Image Index":["Não indexar Imagem"],"None":["Nenhum"],"Site-wide default: %s":["Site-wide padrão: %s"],"Advanced meta robots settings for this page.":["Configurações avançadas de meta robots para esta página."],"Meta robots advanced":["Meta robots avançado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Atenção: mesmo que você possa definir as configurações dos meta robots aqui, todo o site está definido para noindex nas configurações de privacidade, de modo que essas configurações não terão efeito."],"Meta description":["Meta-descrição"],"SEO Title":["Título SEO"],"Focus keyword":["Frase-chave em foco"],"Snippet preview":["Prévia de amostra"],"Settings successfully imported.":["Configurações importadas com sucesso."],"Settings could not be imported:":["As configurações não puderam ser importadas:"],"Error creating %1$s export: ":["Erro ao criar exportação de %1$s: "],"Breadcrumb for 404 pages:":["Breadcrumbs para páginas 404:"],"Prefix for search result pages:":["Prefixo para páginas de resultados de busca:"],"Prefix for archive pages:":["Prefixo para arquivo de páginas:"],"Prefix for breadcrumbs:":["Prefixo dos breadcrumbs:"],"Anchor text for the homepage:":["Texto âncora para a página inicial:"],"Breadcrumbs separator:":["Separador de breadcrumbs:"],"Remove blog page from breadcrumbs":["Remover página de blog dos breadcrumbs"],"%s Breadcrumbs":["Breadcrumbs do %s"],"Use Image":["Usar imagem"],"Action":["Ação"],"Page URL/Slug":["URL/Slug da Página"],"Publication date":["Data de publicação"],"Post Status":["Status do Post"],"WP Page Title":["Título da Página WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Visualizar"],"Preview “%s”":["Visualizar “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nova Yoast Meta Descrição"],"Existing Yoast Meta Description":["Yoast Meta Descrição existente"],"Facebook profile URL":["URL do perfil no Facebook"],"Twitter username (without @)":["Usuário do Twitter (sem o @)"],"FAQ":["FAQ"],"Premium Support":["Suporte Premium"],"Settings":["Configurações"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Você deve %1$sacessar as Configurações de leitura%2$s e desmarcar a opção \"Visibilidade nos mecanismos de pesquisa\"."],"Huge SEO Issue: You're blocking access to robots.":["Problema grave de SEO: Você está bloqueando o acesso dos robôs."],"Posts":["Posts"],"Edit Files":["Editar Arquivos"],"Advanced Variables":["Variáveis avançadas"],"Basic Variables":["Variáveis básicas"],"General":["Geral"],"Extensions":["Extensões"],"Search Console":["Console de Pesquisa"],"Tools":["Ferramentas"],"Advanced":["Avançado"],"XML sitemaps":["Sitemaps XML"],"Social":["Redes Sociais"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detectou que você está usando a versão %2$s, a qual não é compatível com %3$s. Por favor, atualize para a versão mais recente para evitar problemas de compatibilidade"],"Just another WordPress site":["Apenas outro site do Wordpress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Você ainda usa o slogan padrão do WordPress, provavelmente deixar em branco é melhor. %1$sYou pode corrigir isso no personalizador%2$s."],"You have used HTML in your value which is not allowed.":["Você utilizou HTML em um campo que não é permitido."],"You can't edit %s that aren't yours.":["Você não pode editar %s que não são seus."],"You can't edit %s.":["Você não pode editar %s."],"Post has an invalid Content Type: %s.":["O post tem um tipo de conteúdo inválido: %s."],"Post doesn't exist.":["O post não existe."],"course\u0004Free:":["Grátis:"],"posts\u0004Trash (%s)":["Lixeira (%s)","Lixeira (%s)"],"posts\u0004All (%s)":["Tudo (%s)","Tudo (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=(n > 1);","lang":"pt_BR"},"%s does not seem to be a valid Facebook App ID. Please correct.":["%s parece não ser um id válido de aplicativo do Facebook. É necessário corrigir."],"The submitted value was: %s":["O valor enviado foi: %s"],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Códigos de confirmação do Yandex podem conter apenas letras de A a F, números, hífens e underscores. %s"],"Twitter usernames can only contain letters, numbers, and underscores. %s":["Nome de usuário do Twitter pode conter apenas letras, números e underscores. %s"],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Códigos de confirmação do Pinterest podem conter apenas letras de A a F, números, hífens e underscores. %s"],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Códigos de confirmação do Bing podem conter apenas letras de A a F, números, hífens e underscores. %s"],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Códigos de verificação do Google podem conter apenas letras, números, hifens e underscores. %s"],"The Facebook App ID you entered doesn't exist. %s":["O id de aplicativo no Facebook informado não existe. %s"],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Códigos de verificação do Baidu podem conter apenas letras, números, hifens e underscores. %s"],"Show this item.":["Mostrar este item."],"Hide this item.":["Esconder este item."],"You have %d hidden problem:":["Você tem %d problema escondido:","Você tem %d problemas escondidos:"],"You have %d hidden notification:":["Você tem %d notificação escondida:","Você tem %d notificações escondidas:"],"Focus Keyphrase not set":["Frase-chave em foco não definida"],"The form contains %1$s error. %2$s":["O formulário contém %1$s erro. %2$s","O formulário contém %1$s erros. %2$s"],"SEO settings configured":["Configurações de SEO definidas"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["Se você quiser verificar novamente suas configurações de %1$s, ou alterar algo, você sempre pode %2$sreabrir o assistente de configuração%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["As seguintes palavras e combinações de palavras ocorrem mais no conteúdo. Elas indicam o foco do seu conteúdo. Se as palavras diferirem muito do seu tópico, você talvez queira reescrever seu conteúdo de acordo."],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["Assim que você adicionar um pouco mais de texto, forneceremos uma lista de palavras que mais ocorrem no conteúdo. Elas indicam qual é o foco do seu conteúdo."],"%d occurrences":["%d ocorrências"],"Activate %s for your site on MyYoast":["Ative %s para o seu site no MyYoast"],"Show blog page in breadcrumbs":["Mostrar a página de blog no caminho de navegação"],"We could not find any relevant articles on your website that you could link to from your post.":["Não foi possível encontrar nenhum artigo relevante no seu website que você possa vincular a partir de sua postagem."],"Has feedback":["Tem feedback"],"Content optimization:":["Otimização de conteúdo"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLegibilidade%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Leia %1$s esse post para mais informações sobre o porquê de não estarmos oferecendo suporte à versões antigas.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Se você parou de atualizar para %2$s e superior por causa do novo editor Gutenberg, instale o plugin do editor clássico. Ele lhe dará a mesma experiência de edição que você tem agora, mas também a segurança das novas versões do WordPress e %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sAtualize o WordPress para a versão mais recente%2$s%3$sPercebemos que você não tem a versão mais recente do WordPress, o que pode causar um problema em breve. %4$s (por razões de segurança e estabilidade) é compatível apenas com a versão atual e anterior do WordPress. Quando a próxima versão do WordPress for lançada, a compatibilidade se aplicará ao WordPress %6$s e %7$s. Isso significa que você não receberá nenhuma atualização para %5$s até que atualize o seu WordPress, por isso, certifique-se de atualizar para a versão mais recente do WordPress!%3$s%3$s"],"Post Noindexed":["Post não indexado"],"No Focus Keyphrase":["Nenhuma frase-chave em foco"],"Person logo / avatar":["Logo pessoal / avatar"],"Extend %s":["Estender %s"],"Enroll in the %s for WordPress training":["Inscreva-se no %s para treinamentos em WordPress"],"Posts with the SEO score: %s":["Posts com a pontuação de SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["Tutorial em vídeo do %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Para visualizar os erros de rastreamento, %1$spor favor visite o Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["O Google descontinuou sua API de Erros de Crawl. Portanto, qualquer eventual erro de Crawl não será mais exibido aqui. %1$sLeia nossa declaração para maiores informações%2$s."],"Remove this message":["Remover essa mensagem"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Realmente otimize seu site para um público local com nosso %s plugin! detalhes de endereço otimizado, horário de funcionamento, localizador de lojas e opção de coleta!"],"Serving local customers?":["Atender clientes locais?"],"Get the %s plugin now":["Obtenha %s plugin agora"],"Organization social profiles":["Perfis sociais da organização"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Você pode editar os detalhes mostrados em metadados, como os perfis sociais, o nome e a descrição desse usuário em sua página de perfil %1$s."],"Personal info":["Informação pessoal"],"Organization logo":["Logo da empresa"],"Organization name":["Nome da empresa"],"Choose whether the site represents an organization or a person.":["Escolha se o site representa uma empresa ou uma pessoa."],"Knowledge Graph & Schema.org":["Gráfico de conhecimento & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Para fazer o site representar um empresa ou organização vá até %1$saparência de pesquisa%2$s e configure organização ou pessoa para \"organização\"."],"To change the social accounts used for your site, update the details for %1$s.":["Para mudar as contas de redes sociais do seu site, atualize os detalhes para %1$s."],"That means that the form and information below is disabled, and not used.":["Isto significa que o formulário abaixo está desativado e não usado."],"Your website is currently configured to represent a Person":["Seu site está no momento configurado para representar uma pessoa"],"(if one exists)":["(se houver)"],"Wikipedia page about you":["Página da Wikipedia sobre você"],"YouTube profile URL":["URL do perfil do YouTube"],"Tumblr profile URL":["URL do perfil do Tumblr"],"SoundCloud profile URL":["URL do perfil do SoundCloud"],"MySpace profile URL":["URL do perfil do MySpace"],"Organization or person":["Empresa ou Pessoa"],"The person":["A pessoa"],"Organization":["Empresa"],"Does your site represent a person or an organization?":["O seu site representa uma pessoa ou uma organização?"],"The name of the organization":["Nome da empresa"],"Provide an image of the organization logo":["Forneça uma imagem da logo da empresa"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Você já configurou seu site para representar uma pessoa. Nós atualizamos nossa funcionalidade acerca do Schema e do Gráfico de Conhecimento, você deve entrar e %1$scompletar estas configurações%2$s."],"Select a user...":["Selecionar um usuário..."],"Uncategorized":["Sem categoria"],"Name:":["Nome:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Você selecionou o usuário %1$s como uma pessoa que este site representa. Suas informações de perfil de usuário agora serão usadas nos resultados de pesquisa. %2$sAtualize seus perfis para ter certeza de que as informações estão corretas.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Erro: selecione um usuário abaixo para concluir os metadados do site."],"SEO score: %s":["Pontuação do SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Se existe uma página Wikipedia para você ou sua empresa, adicione também."],"Wikipedia URL":["URL da Wikipedia"],"Pinterest profile URL":["URL do perfil do Pinterest"],"Instagram profile URL":["URL do perfil do Instagram"],"LinkedIn profile URL":["URL do perfil do LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["A pesquisa de palavras-chave é essencial em qualquer estratégia de SEO. Você decide os termos de pesquisa que deseja encontrar e descobre quais palavras seu público usa para encontrar você. Uma boa pesquisa de palavras-chave revela a você qual conteúdo você precisa começar a classificação para os termos que você deseja classificar. Certifique-se de que seus esforços enfoquem as palavras-chave que você realmente tem a chance de classificar! O %1$s orienta você nesse processo, passo a passo."],"SEO for Beginners training":["Treinamento de SEO para iniciantes"],"%s for WordPress training":["Treinamento %s para WordPress"],"All-around SEO training":["Treinamento de SEO completo"],"The image you selected is too small for Facebook":["A imagem que você selecionou é muito pequena para o Facebook"],"The given image url cannot be loaded":["O URL da imagem especificada não pode ser carregado"],"Find out what words your audience uses to find you":["Encontre as palavras que sua audiência usa para procurar por você"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFacilidade de leitura Flesch%2$s: A pontuação alcançada no teste foi %3$s, que é considerada %4$s de ler. %5$s"],"No JSON object was returned.":["Não retornou nenhum objeto JSON."],"Received internal links":["Links internos recebidos"],"Outgoing internal links":["Links internos de saída"],"New step added":["Novo passo adicionado"],"New question added":["Nova pergunta adicionada"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Para poder criar um redirecionamento e corrigir esse problema, você precisa %1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["Você pode comprar o plugin, incluindo um ano de suporte e atualizações, em %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["O recurso Contador de Links de texto fornece insights sobre quantos links são encontrados em seu texto e quantos links estão ligados ao seu texto. Isso é muito útil quando você está melhorando %1$sinternal linking%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Para esta função possa funcionar %1$s é necessário pelo menos a versão PHP %2$s. Nós detectamos que você tem a versão PHP %3$s neste site."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Favor considerar as implicações e %1$s ler este post %2$s se quiser saber mais informações sobre o impacto de mostrar arquivos de mídia nos resultados de busca. "],"Keyphrase":["Frase-chave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Para que esta função funcione, %1$s é necessário criar uma tabela no seu banco de dados. Não foi possível a criação desta tabela automaticamente."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ao ativar essa opção, os URLs de anexos ficam visíveis para seus visitantes e para o Google. Para agregar valor ao seu website, eles devem conter informações úteis ou podem ter um impacto negativo na sua classificação."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["O recurso %3$sText link counter%4$s (introduzido em %1$s %2$s) está desativado"],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Por favor leia o seguinte %1$sartigo da base de conhecimento%2$s para descobrir como resolver este problema."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Para ter certeza que todos os links no seu textos estão sendo contabilizados, precisamos analizar todos os seus textos."],"All you have to do is press the following button and we'll go through all your texts for you.":["Tudo o que você precisa fazer é pressionar o botão a seguir e nós vamos passar por todos os seus textos para você."],"Count links":["Contagem de links"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAtributos alt da imagem%5$s: Das %2$d imagens nessa página, %1$d tem atributos alt com palavras de sua frase-chave ou sinônimos. Isso é um pouco demais.%4$sInclua apenas a frase-chave, ou seus sinônimos, quando ela realmente se encaixa na imagem%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtributo alt de imagem%2$s: Bom trabalho!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtributos alt da imagem%5$s: Das %2$d imagens nessa página, apenas %1$d tem um texto alternativo que reflete o tema do seu texto. %4$sAdicione sua frase-chave ou sinônimos ao texto alternativo das imagens mais relevantes%5$s!","%3$sAtributos alt da imagem%5$s: Das %2$d imagens nessa página, apenas %1$d tem um texto alternativo que reflete o tema do seu texto. %4$sAdicione sua frase-chave ou sinônimos ao texto alternativo das imagens mais relevantes%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtributo alt da imagem%3$s: As imagens desta página não possuem um texto alternativo que corresponda ao tópico do seu texto. %2$sAdicione a sua frase-chave, ou seus sinônimos, nos textos alternativos (atributos 'alt') das imagens relevantes%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sTexto alternativo da imagem%3$s: As imagens dessa página já tem um texto alternativo (atributo 'alt') definido, mas você não configurou a sua frase-chave. %2$sCorrija isto%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrase-chave em subtítulo%2$s: %3$s subtítulo corresponde ao tópico do seu texto. Bom trabalho!","%1$sFrase-chave em subtítulos%2$s: %3$s subtítulos correspondem ao tópico do seu texto. Bom trabalho!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrase-chave em subtítulo%2$s: O seu subtítulo corresponde com o tópico do seu texto. Bom trabalho!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrase-chave nos subtítulos%3$s: %2$sUse mais vezes a sua frase-chave, ou sinônimos dela, nos subtítulos%3$s!"],"Page %s":["Página %s"],"Cannot get the size of %1$s because of unknown reasons.":["Não é possível obter o tamanho de %1$s por motivos desconhecidos."],"Cannot get the size of %1$s because it is hosted externally.":["Não é possível obter o tamanho de %1$s porque está em uma hospedagem externa."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Simplesmente mude o botão para \"on\" e você poderá usar a análise recalibrada. Ao mesmo tempo, vamos adicioná-lo à nossa lista de discussão específica. Enviaremos apenas e-mail sobre suas experiências com essa recalibração!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Nós %1$s recalibramos nossa análise%2$s . Com a nova análise, iremos chegar ainda mais próximo da forma que o Google vê o seu website. Seria %3$sótimo%4s se você testasse esta %3$s função beta %4$s para nós!"],"Get an even better analysis":["Obtenha uma análise ainda melhor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTítulo Único%3$s: A tag H1 só deve ser usada para o seu título principal. Encontre todas as tags H1 em seu texto que não sejam do seu título principal e %2$saltere-as para um título de nível inferior%3$s!"],"Improve sharing on Facebook and Pinterest":["Melhore o compartilhamento no Facebook e Pinterest"],"You do not have the required rights to export settings.":["Você não possui os direitos obrigatório para exportar as configurações."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copie todas estas configurações para outro site %1$s aba e clique \"%1$s\" lá."],"These are settings for the %1$s plugin by %2$s":["Estas são as configurações para o plugin %1$s por %2$s"],"No settings found.":["Nenhuma configuração foi encontrada."],"Export your %1$s settings here, to copy them on another site.":["Exporte suas configurações %1$s aqui, para copiá-las para outro site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Importação de configurações é somente suportado em servidores que rodam PHP 5.3 ou superiores."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importe configurações colando as configurações que você copiou de outro site aqui e clicando em \"%s\"."],"Paste your settings from another %s installation.":["Cole suas configurações de outra instalação do %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidade da frase-chave%2$s: A sua frase-chave em foco não foi encontrada nenhuma vez. Isso é menos que o mínimo recomendado de %3$d vezes para um texto desse tamanho. %4$sConcentre-se em sua frase-chave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensidade da frase-chave%2$s: A frase-chave em foco foi encontrada %5$d vez. O mínimo recomendado é de %3$d vezes para um texto deste tamanho. %4$sConcentre-se na sua frase-chave%2$s!","%1$sDensidade da frase-chave%2$s: A frase-chave em foco foi encontrada %5$d vezes. O mínimo recomendado é de %3$d vezes para um texto deste tamanho. %4$sConcentre-se na sua frase-chave%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensidade da frase-chave%2$s: A frase-chave em foco foi encontrada %3$d vez. Isso é ótimo!","%1$sDensidade da frase-chave%2$s: A frase-chave em foco foi encontrada %3$d vezes. Isso é ótimo!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidade da frase-chave%2$s: A frase-chave em foco foi encontrada %5$d vez. O máximo recomendado é de %3$d vezes para um texto deste tamanho. %4$sNão exagere na otimização%2$s!","%1$sDensidade da frase-chave%2$s: A frase-chave em foco foi encontrada %5$d vezes. O máximo recomendado é de %3$d vezes para um texto deste tamanho. %4$sNão exagere na otimização%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensidade da frase-chave%2$s: a frase-chave em foco foi encontrada %5$d vez. Isso é muito mais do que o máximo recomendado de %3$d vezes para um texto desse tamanho. %4$sNão exagere na otimização%2$s!","%1$sDensidade da frase-chave%2$s: a frase-chave em foco foi encontrada %5$d vezes. Isso é muito mais do que o máximo recomendado de %3$d vezes para um texto desse tamanho. %4$sNão exagere na otimização%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexável criado para o objeto %1$s com o tipo %2$s"],"Method %1$s() does not exist in class %2$s":["O método %1$s() não existe na classe %2$s"],"With %s, you can easily create such redirects.":["Com %s, você pode criar facilmente esses redirecionamentos."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Alterar as configurações de links permanentes pode impactar seriamente na visibilidade dos buscadores. Isso não deve ser feito quase %1$s nunca %2$s em um site ativo."],"WARNING:":["ATENÇÃO:"],"Learn about why permalinks are important for SEO.":["Entenda porque links permanentes são importantes para SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sPalavras de função na frase-chave%3$s: Sua frase-chave \"%4$s\" contém apenas palavras de função. %2$sSaiba mais sobre o que faz uma boa frase-chave.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Você sabia que %s também analisa as diferentes formas de palavras de sua frase-chave, como plurais e tempos passados?"],"Clear Image":["Remover imagem"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sTamanho da frase-chave%3$s: %2$sDefina uma frase-chave para podermos calcular sua pontuação de SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase-chave no slug%2$s: Mais da metade da sua frase-chave aparece no slug. Isso é ótimo!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrase-chave no slug%3$s: (Parte da) sua frase-chave não aparece no slug. %2$sMude isso%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase-chave na slug%2$s: bom trabalho!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase-chave no título%3$s: Nem todos os termos da sua frase-chave \"%4$s\" aparecem no título de SEO. %2$sTente deixar sua frase-chave correspondente ao título de SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrase-chave no título%3$s: Não é exatamente a mesma. %2$sTente escrever seu título SEO com a combinação exata de palavras da frase-chave%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sPalavrachave no título%3$s: A combinação exata de sua frase-chave aparece no título de SEO, mas não no início. %2$sTente mover para o início%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrase-chave no título%2$s: A frase-chave combina e aparece no início do seu título de SEO. Parabéns!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribuição de frase-chave%2$s: Bom trabalho!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistruibuição de frase-chave%3$s: Desigual. Algumas partes do seu texto não contém a frase-chave ou algum sinônimo. %2$sMelhore sua distribuição no texto todo%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribuição da frase-chave%3$s: Muito desigual. Boa parte do seu texto não contém a frase-chave ou sinônimos dela. %2$sFaça uma melhor distribuição%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribuição da frase-chave%3$s: %2$sInclua sua frase-chave, ou sinônimos dela, no texto para verificar a distribuição da frase-chave%3$s."],"Help on choosing the perfect focus keyphrase":["Ajuda sobre a escolha da frase-chave de foco perfeita"],"Would you like to add a related keyphrase?":["Gostaria de adicionar uma frase-chave relacionada?"],"Go %s!":["Vai %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Não exibir as páginas de arquivos de data nos resultados de busca implica que elas vão ter uma marcação HTML %1$s no código-fonte dessas páginas. %2$sMais informações nas configurações dos resultados de busca%3$s."],"Rank better with synonyms & related keyphrases":["Posicione melhor com sinônimos e frases-chave relacionadas"],"optimize a single post for synonyms and related keyphrases.":["otimize um post único para sinônimos e frases-chave relacionadas."],"Synonyms & related keyphrases":["Sinônimos e frases-chave relacionadas"],"Add related keyphrase":["Adicionar frase-chave relacionada"],"Dismiss %s upgrade notice":["Dispensar aviso de atualização %s"],"Upgrade to %s":["Atualizar para %s"],"%1$s video":["%1$s video"],"Get %s":["Obter %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrase-chave usada anteriormente%6$s: Você usou esta frase-chave %1$s%2$d vezes antes%3$s. %5$sNão use a sua frase-chave mais de uma vez%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrase-chave usada anteriormente%5$s: Você usou esta frase-chave %1$suma vez antes%2$s. %4$sNão use a sua frase-chave mais de uma vez%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrase-chave utilizada anteriormente%2$s: Você não usou essa frase-chave antes, muito bom."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug com palavra de parada%3$s: O slug dessa página contém um termo irrelevante. %2$sRemover%3$s!","%1$sSlug com palavra de parada%3$s: O slug dessa página contém termos irrelevantes. %2$sRemovê-los%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug muito longo%3$s: o slug para esta página está um pouco longo. %2$sEncurte-o%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtributo alt da imagem%3$s: Nenhuma imagem encontrada nesta página. %2$sAdicione alguma%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLinks com frase-chave%3$s: Você está vinculando para outra página com as palavras que você quer que essa página classifique. %2$sNão faça isso%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Isso está muito abaixo o mínimo recomendado de %5$d palavra. %3$sAdicione mais conteúdo%4$s.","Isso está muito abaixo o mínimo recomendado de %5$d palavras. %3$sAdicione mais conteúdo%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Isso está abaixo do mínimo recomendado de %5$d palavra. %3$sAdicione mais conteúdo%4$s.","Isso está abaixo do mínimo recomendado de %5$d palavras. %3$sAdicione mais conteúdo%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sComprimento de texto%4$s: o texto contém %1$d palavra.","%2$sComprimento de texto%4$s: o texto contém %1$d palavras."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sComprimento de texto%3$s: o texto contém %1$d palavra. Bom trabalho!","%2$sComprimento de texto%3$s: o texto contém %1$d palavras. Bom trabalho!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrase-chave em subtítulo%3$s: Mais do que 75%% dos subtítulos correspondem com o tópico do seu texto. %2$sNão exagere na otimização%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sLargura de título do SEO%3$s: %2$s crie um título de SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sLargura do título de SEO%3$s: O título de SEO é maior do que o limite visível. %2$sTente encurtá-lo%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO largura do título%2$s: bom trabalho!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sTamanho do título de SEO%3$s: O título de SEO é muito pequeno. %2$sAproveite o espaço para adicionar variações da frase-chave ou crie textos atrativos com chamadas de ação%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sLinks de saída%2$s: Existem ambos links de saída, nofollow e normal, nesta página. Bom trabalho!"],"%1$sOutbound links%2$s: Good job!":["%1$sLinks de saída%2$s: Bom trabalho!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sLinks de saída%3$s: todos os links de saída desta pagina são nofollow. %2$sAdicione alguns links normais%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sLinks de saída%3$s: nenhum link de saída aparece nesta página. %2$sAdicione alguns%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sTamanho da meta descrição%2$s: Bom trabalho!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sTamanho da meta descrição%3$s: A meta descrição excede %4$d caracteres. Para garantir que a descrição inteira esteja visível, %2$svocê deve reduzir o tamanho%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sTamanho da meta descrição%3$s: A meta descrição é muito pequena (abaixo de %4$d caracteres). Há %5$d caracteres estão disponíveis. %2$sAproveite o espaço%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sTamanho da meta descrição%3$s: nenhuma meta descrição foi especificada. Mecanismos de pesquisa irão mostrar uma cópia no lugar. %2$sNão esqueça de escrever uma%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrase-chave na meta descrição%2$s: a meta descrição foi definida, mas não contém a frase-chave. %3$sCorrija%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase-chave na meta descrição%2$s: A meta descrição contém a frase-chave %3$s vezes, porém o limite máximo é 2 vezes. %4$sCorrija%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFrase-chave na meta descrição%2$s: Frase-chave ou sinônimo aparece na meta descrição. Bom trabalho!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sTamanho da frase-chave%5$s: A sua frase-chave tem %1$d palavras. Isso é muito mais do que o máximo recomendado de %2$d palavras. %4$sDeixe-a mais curta%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sTamanho da frase-chave%5$s: A sua frase-chave tem %1$d palavras. Isso é mais do que o máximo recomendado de %2$d palavras. %4$sDeixe-a mais curta%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sTamanho da frase-chave%2$s: Bom trabalho!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sTamanho da frase-chave%3$s: Nenhuma frase-chave foi definida para essa página. %2$sDefina uma frase-chave para podermos calcular sua pontuação de SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrase-chave na introdução%3$s: Sua frase-chave, ou algum sinônimo, não está no primeiro parágrafo do texto. %2$sCertifique-se de que o assunto seja identificado imediatamente%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrase-chave na introdução%3$s: Sua frase-chave, ou um sinônimo, aparece no primeiro parágrafo do texto, porém não está dentro de uma sentença. %2$sCorrija isto%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase-chave na introdução%2$s: Bom trabalho!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sLinks internos%2$s: Existem tanto links nofollow quanto normais nessa página. Bom trabalho!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sLinks internos%2$s: Você tem links internos o suficiente. Bom trabalho!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sLinks internos%3$s: Todos os links desta página são nofollow. %2$sAdicione bons links internos%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sLinks internos%3$s: Nenhum link interno aparece nesta página, %2$sAdicione alguns links%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sPalavras de transição%2$s: concluído!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sPalavras de transição%2$s: Somente %3$s das suas sentenças contêm palavras de transição, o que não é suficiente. %4$sUtilize mais palavras%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sPalavras de transição%2$s: Nenhuma das sentenças contêm palavras de transição. %3$sUtilize algumas%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sConteúdo insuficiente%2$s: %3$sAdicione algum conteúdo para que uma boa análise seja feita%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribuição de subtítulos%2$s: Você não está usando nenhum subtítulo, mas seu texto é pequeno o bastante para provavelmente não precisar deles."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribuição de subtítulos%2$s: Você não está usando nenhum subtítulo, apesar de seu texto ser longo. %3$sTente adicionar alguns subtítulos%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribuição de subtítulos%2$s: %3$d sessão do seu texto é maior do que %4$d palavras, e não está separada por nenhum subtítulo. %5$sAdicione subtítulos para melhorar a leitura.%2$s.","%1$sDistribuição de subtítulos%2$s: %3$d sessões do seu texto são maiores do que %4$d palavras, e não estão separadas por nenhum subtítulo. %5$sAdicione subtítulos para melhorar a leitura.%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribuição de subtítulos%2$s: Bom trabalho!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sTamanho da sentença%2$s: %3$s sentenças contém mais do que %4$s palavras, e o máximo recomendado é de %5$s. %6$sTente encurtar as sentenças%2$s."],"%1$sSentence length%2$s: Great!":["%1$sTamanho da frase%2$s: Ótimo!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sFrases consecutivas%2$s: Há variedade suficiente em suas frases. Isso é ótimo!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sFrases consecutivas%2$s: O texto contém %3$d frases consecutivas começando com a mesma palavra. %5$sTente diversificar as coisas%2$s!","%1$sFrases consecutivas%2$s: O texto contém %4$d instâncias, onde %3$d ou mais frases consecutivas começam com a mesma palavra. %5$sTente diversificar as coisas%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sVoz passiva%2$s: %3$s das frases contém voz passiva, o que é mais do que o recomendado de %4$s. %5$sExperimente usar suas alternativas em voz ativa%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sVoz passiva%2$s: Você esta usando voz ativa o suficiente. Isso é ótimo!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sTamanho do parágrafo%2$s: %3$d parágrafo contém mais do que o máximo recomendado de %4$d palavras. %5$sEncurte seu parágrafo%2$s!","%1$sTamanho do parágrafo%2$s: %3$d parágrafos contém mais do que o máximo recomendado de %4$d palavras. %5$sEncurte seus parágrafos%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sTamanho dos parágrafos%2$s: Nenhum dos parágrafos é longo demais. Bom trabalho!"],"Good job!":["Bom trabalho!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sFacilidade de leitura Flesch%2$s: A pontuação alcançada no teste foi %3$s, que é considerada %4$s de ler. %5$s%6$s%7$s"],"Focus keyphrase":["Frase-chave de foco"],"%1$s with ID %2$s couldn't be patched":["%1$s com o ID %2$s não pôde ser corrigido"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Pedido POST inválido . Valores Meta já existem para o objeto com ID %1$s."],"Indexable with ID `%1$s` does not exist":["Indexável com o ID `%1$s` não existe"],"No object with ID %1$s and %2$s could be found":["Nenhum objeto com ID %1$s e %2$s foram encontrados"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` não é um subtipo valido de `%2$s`"],"The object type `%1$s` is invalid":["O objeto tipo `%1$s` é inválido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Tipo inválido para o parâmetro `%1$s`. Esperado `%2$s`, mas recebido `%3$s`"],"The parameter `%1$s` cannot be empty.":["O parâmetro `%1$s` não pode ser vazio."],"Check Keyphrase Density":["Verifique a Densidade da Palavra-Chave"],"Disable":["Desativar"],"Allow Control":["Permitir controle"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Essa guia permite que você desative seletivamente os recursos de %s para todos os sites na rede. Por padrão, todos os recursos estão ativados, o que permite que os administradores do site escolham por si mesmos se quiserem ativar ou desativar um recurso para o site. Quando você desativa um recurso aqui, os administradores do site não poderão usar esse recurso."],"%s is a required feature toggle argument.":["%sé um recurso obrigatório para alternar o argumento."],"Keyphrase:":["Frase-chave:"],"Remove keyphrase":["Remover frase-chave"],"This feature has been disabled by the network admin.":["Este recurso foi desativado pelo administrador da rede."],"Focus keyphrase not set.":["Frase-chave em foco não definida."],"Multiple keyphrases":["Frase-chave múltiplas"],"Colon":["Dois pontos"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Ambos %1$s e %2$s gerenciam o SEO do seu site. Utilizar dois plugins de SEO ao mesmo tempo é prejudicial."],"There is a new notification.":["Existe um novo aviso.","Existem novos avisos."],"Learn more about the readability analysis":["Saiba mais sobre a análise de legibilidade"],"Describe the duration of the instruction:":["Descreva a duração da instrução:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personalize como você quer descrever a duração da instrução"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Essa é uma lista de conteúdos relacionados a quais você poderia incluir um link no seu post. {{a}} Leia nosso artigo sobre estrutura de site {{/a}} para aprender mais como links internos pode ajudar a melhorar seu SEO."],"%s, %s and %s":["%s, %s e %s"],"%s and %s":["%s e %s"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d dia","%d dias"],"Enter a step title":["Digite um título para a etapa"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Isso pode lhe dar melhor controle sobre o estilo das etapas."],"CSS class(es) to apply to the steps":["Classe(s) de CSS para aplicar às etapas"],"minutes":["minutos"],"hours":["horas"],"days":["dias"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Cria um guia de instruções de um jeito favorável a SEO. Você pode usar apenas um bloco de instruções por postagem."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Lista suas Perguntas Frequentes (FAQs) de uma forma favorável a SEO. Você pode usar apenas um bloco de FAQ por post."],"Copy error":["Erro ao copiar"],"An error occurred loading the %s primary taxonomy picker.":["Um erro ocorreu durante o carregando do %s seletor de taxonomia primário."],"%1$s Structured Data Blocks":["%1$s Blocos de Dados Estruturados"],"Time needed:":["Tempo necessário:"],"Move question down":["Mover pergunta para baixo"],"Move question up":["Mover pergunta para cima"],"Insert question":["Inserir questão"],"Delete question":["Excluir questão"],"Enter the answer to the question":["Digite a resposta para a questão"],"Enter a question":["Digite uma pergunta"],"Add question":["Adicionar questão"],"Frequently Asked Questions":["Perguntas Frequentes"],"Great news: you can, with %s!":["Boas Notícias: você pode, com %s!"],"Select the primary %s":["Selecione o(a) %s primário(a)"],"Check links to this URL":["Conferir links para esse URL"],"Keyword research training":["Treinamento sobre pesquisa de palavra-chave"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Por favor verifique o %1$smodelo de arquivo%2$s do seguinte tipo de conteúdo: %3$s.","Por favor verifique o %1$smodelo de arquivo%2$s dos seguintes tipos de conteúdo: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Você está tentando usar mais de uma frase-chave? Você deve adicioná-las separadamente abaixo."],"Mark as cornerstone content":["Marcar como conteúdo de base"],"Move step down":["Mover para baixo"],"Move step up":["Mover para cima"],"Insert step":["Inserir etapa"],"Delete step":["Excluir etapa"],"Add image":["Adicionar imagem"],"Enter a step description":["Digite uma descrição para o passo"],"Enter a description":["Digite uma descrição"],"Unordered list":["Lista não ordenada"],"Showing step items as an ordered list.":["Mostrando itens como uma lista ordenada"],"Showing step items as an unordered list":["Mostrando itens da etapa como uma lista não ordenada"],"Add step":["Adicionar passo"],"Delete total time":["Excluir tempo total"],"Add total time":["Adicionar tempo total"],"How to":["Como"],"How-to":["Como"],"Snippet Preview":["Prévia de amostra"],"Analysis results":["Resultado da análise"],"Enter a focus keyphrase to calculate the SEO score":["Insira uma frase-chave em foco para calcular a sua pontuação em SEO"],"Learn more about Cornerstone Content.":["Saiba mais sobre o conteúdo do Cornerstone."],"Cornerstone content should be the most important and extensive articles on your site.":["O conteúdo Cornerstone deve ser o artigo mais importante e extenso do seu site."],"Restore Site":["Restaurar Site"],"Network Settings":["Configurações de rede"],"You are not allowed to perform this action.":["Você não tem permissão para realizar essa ação."],"Error: %s":["Erro: %s"],"Success: %s":["Sucesso: %s"],"Site with ID %d not found.":["Site com ID %d não encontrado."],"No site has been selected to restore.":["Nenhum site foi selecionado para restaurar."],"You are not allowed to modify unregistered network settings.":["Sem permissão para modificar as configurações de rede não registradas."],"deleted":["excluído"],"Would you like to add another keyphrase?":["Gostaria de adicionar outra frase-chave?"],"image preview":["Pré-visualizar imagem"],"Copied!":["Copiado!"],"Not supported!":["Não suportado!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Leia {{a}}nosso artigo sobre estrutura de sites{{/a}} para aprender mais sobre como links internos podem ajudar a melhorar seu SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Depois de adicionar um pouco mais de texto, forneceremos uma lista de conteúdo relacionado ao qual você pode vincular sua postagem."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Considere linkar com estes {{a}}artigos de embasamento{{/a}}"],"Consider linking to these articles:":["Considere fazer link para esses artigos:"],"Copy link":["Copiar link"],"Copy link to suggested article: %s":["Copiar link para artigos sugeridos: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Leia nosso %1$sguia definitivo para pesquisa de palavra-chave%2$s para aprender mais sobre pesquisa de palavra-chave e estratégia de palavra-chave. "],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Assim que você adicionar um pouco mais de texto, forneceremos uma lista de palavras e combinações de palavras que mais ocorrem no conteúdo. Elas indicam qual é o foco do seu conteúdo."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["As seguintes palavras e combinações de palavras ocorrem mais no conteúdo. Elas indicam o foco do seu conteúdo. Se as palavras diferirem muito do seu tópico, você talvez queira reescrever seu conteúdo de acordo."],"Prominent words":["Palavras proeminentes"],"The site's tagline":["O slogan do site"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Recentemente melhoramos o recurso da configuração de Aparência da pesquisa. Infelizmente descobrimos que, em alguns casos extremos, ao salvar as configurações para os arquivos de tipos de post específicos, algo pode dar errado."],"Not all required fields are given. Missing field %1$s":["Nem todos os campos obrigatórios foram preenchidos. São eles: %1$s"],"Optimize your site for Google News.":["Otimize seu site para o Google Notícias."],"Optimize your shop's SEO and sell more products!":["Otimize o SEO da sua loja e venda mais produtos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Seja encontrado na Busca de Vídeos do Google e aumente seus compartilhamentos de vídeo nas mídias sociais."],"Be found in Google Maps and local results.":["Seja encontrado no Google Mapas e resultados de buscas locais."],"Learn practical SEO skills to rank higher in Google.":["Aprenda habilidades práticas de SEO para rankear mais alto no Google."],"Don’t waste time figuring out the best settings yourself.":["Não perca tempo tentando descobrir as melhores configurações."],"Get quick wins to make your site rank higher in search engines.":["Faça alterações rápidas para fazer seu site se posicionar melhor nos mecanismos de busca."],"Add synonyms":["Adicionar sinônimos"],"Would you like to add keyphrase synonyms?":["Gostaria de adicionar sinônimos da frase-chave?"],"Would you like to add more than one keyphrase?":["Gostaria de incluir mais de uma frase-chave?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Você pode editar os metadados de SEO para este tipo personalizado na %1$spágina da loja%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Você ainda não definiu a sua página da loja nas configurações do WooCommerce. Configure-a primeiro."],"Current year":["Ano atual"],"Page":["Página"],"Breadcrumb settings for %s archive":["Configurações do Breadcrumb para %s o arquivo "],"Something went wrong. Please reload the page.":["Algo deu errado. Recarregue a página."],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Modifique sua meta descrição editando aqui"],"description (custom taxonomy)":["descrição (taxonomia personalizada)"],"(custom taxonomy)":["(taxonomia personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":["Erro 404"],"Caption":["Legenda"],"Pagenumber":["Número de página"],"Pagetotal":["Total de páginas"],"Page number":["Número de página"],"User description":["Descrição de usuário"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":["Tipo de post (plural)"],"Post type (singular)":["Tipo de post (singular)"],"Separator":["Separador"],"Search phrase":["Frase de busca"],"Term title":["Título do termo"],"Term description":["Descrição do termo"],"Tag description":["Descrição da tag"],"Category description":["Descrição da categoria"],"Primary category":["Categoria primária"],"Category":["Categoria"],"Tag":["Tag"],"Excerpt only":["Somente resumo"],"Excerpt":["Resumo"],"Site title":["Título do site"],"Archive title":["Título do arquivo"],"Parent title":["Título do ascendente"],"Date":["Data"],"Label":["Rótulo"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Você deveria criar um redirecionamento para se assegurar de que os seus visitantes não recebam um erro 404 quando clicarem em URLs inativos."],"Search engines and other websites can still send traffic to your deleted post.":["Mecanismos de busca e outros sites ainda podem direcionar usuários para seu post excluído."],"Make sure you don't miss out on traffic!":["Certifique-se de não perder o tráfego!"],"You just deleted a %1$s.":["Voce deletou um %1$s."],"You just trashed a %1$s.":["Você colocou um %1$s na lixeira."],"Settings for %s archive":["Configurações para o arquivo %s"],"Settings for single %s URLs":["Configurações para URLs %s únicas"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["As configurações desta página permitirão a você especificar qual aparência o campo de busca padrão deve ter para cada tipo de conteúdo seu. Você pode definir quais tipos de conteúdos aparecem nos resultados de busca e sua descrição padrão."],"Url preview":["Pré-visualização de URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Forneça uma meta-descrição editando a amostra abaixo. Se você não fizer isso, o Google tentará encontrar uma parte relevante do seu conteúdo para mostrar nos resultados da pesquisa."],"Insert snippet variable":["Inserir variável de amostra"],"Dismiss this notice":["Dispensar este aviso"],"No results":["Nenhum resultado"],"%d result found, use up and down arrow keys to navigate":["%d resultado encontrado, use as teclas para cima e para baixo para navegar","%d resultados encontrados, use as teclas para cima e para baixo para navegar"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["O idioma do seu site está definido como %s. Se essa informação não está correta, entre em contato com seu administrador do site."],"Number of results found: %d":["Número de resultados encontrados: %d"],"Note that not all variables can be used in every field.":["Perceba que nem todas as variáveis podem ser usadas em todos os campos."],"Snippet variables":["Variáveis da amostra"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respeita sua privacidade. Leia nossa %2$spolítica de privacidade%3$s e entenda como lidamos com suas informações pessoais."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Se você souber o que isto significa e não quiser ver esta mensagem nunca mais, você pode %1$sdispensar esta mensagem%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["As configurações do seu site atualmente permitem que existam URLs de anexos no seu site. Leia %1$seste post sobre um problema potencial%2$s com esses URLs de anexos e verifique se você tem a configuração correta para o seu site."],"Unknown type %1$s":["Tipo desconhecido %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inclui uma conta gratuita no MyYoast que lhe dá acesso ao nosso curso gratuito SEO para Iniciantes!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Assine nossa newsletter se quiser se manter atualizado sobre %1$s, outros plugins interessantes de %2$s, e notícias e dicas interessantes do mundo de SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obtenha seu código de verificação Baidu em %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Código de verificação do Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["O recurso importador do %s usa tabelas temporárias no banco de dados. Parece que a sua instalação do WordPress não tem a capacidade de fazer isso, consulte o seu provedor de hospedagem."],"Cleanup of %s data failed.":["Falha ao apagar dados de %s."],"Content Type":["Tipo de conteúdo"],"Filter by content type":["Filtro por tipo de conteúdo"],"Show All Content Types":["Mostrar todos os tipos de conteúdo"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Para consertar isso desmarque a caixa em frente a \"Dividir comentários em páginas...\" na %1$sPágina de configuração de comentários%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Substituir pelo título normal de um arquivo gerado pelo WordPress"],"Clean":["Limpo"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Quando você estiver certo de que o seu site está OK, você pode limpar. Isso irá remover todos os dados originais."],"Step 5: Clean up":["Passo 5: limpar"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Você deve executar o assistente de configuração, a partir da página SEO → Geral → Painel, para certificar-se de que todas as configurações para o seu site estão corretas."],"Step 4: Run the configuration wizard":["Etapa 4: executar o assistente de configuração"],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, verifique suas mensagens e páginas e veja se os metadados foram importados com êxito."],"Step 3: Check your data":["Passo 3: conferir seus dados"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Isso importará os metadados dos posts, como títulos e descrições de SEO, para os seus metadados do %1$s. Ele só fará isso quando não houver metadados do %1$s. Os dados originais permanecerão no lugar."],"Step 2: Import":["Passo 2: importação"],"Please make a backup of your database before starting this process.":["Faça um backup do seu banco de dados antes de iniciar este processo."],"Step 1: Create a backup":["Passo 1: Criar um backup"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Detectamos dados de um ou mais plugins de SEO em seu site. Siga as seguintes etapas para importar esses dados:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["Não foi encontrada nenhuma informação de plugins que possa ser importada em %s."],"Posts that should not show up in search results":["Posts que não devem aparecer nos resultados da pesquisa"],"%s data found.":["%s dados encontrados."],"%s data successfully removed.":["%s dados removidos com sucesso."],"%s data successfully imported.":["%s dados importados com sucesso."],"%s data not found.":["%s dados não encontrados."],"Improve your SEO skills":["Melhore suas habilidades em SEO"],"24/7 email support":["Suporte por e-mail 24/7"],"No more dead links a.k.a. 404 pages":["Não há mais links quebrados ou para páginas com erro 404"],"Get real-time suggestions for internal links":["Obter sugestões em tempo real para links internos"],"Preview your page in Facebook and Twitter":["Prévia na sua página no Facebook e no Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Clique no botão \"%3$s\" para usar a descrição objetiva já definida nas configurações de %1$sSearch Appearance Página Principal%2$s."],"Help on copying the home meta description":["Ajuda para copiar a meta descrição da página inicial."],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Para que os mecanismos de busca saibam quais perfis sociais estão associados a este site, digite os dados dos perfis sociais do seu site abaixo."],"Learn more about your social profiles settings":["Saiba mais sobre as configurações dos seus perfis sociais"],"Remove the categories prefix":["Remover o prefixo das categorias"],"Help on the category prefix setting":["Ajuda na configuração do prefixo de categoria"],"Learn more about the available variables":["Saiba mais sobre as variáveis disponíveis"],"Learn more about the RSS feed setting":["Saiba mais sobre a configuração de feed RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Quando você envia um item de mídia (ex: imagem ou vídeo) para o WordPress, ele não apenas salva a mídia, mas também cria um URL de anexo para esta mídia. Estas páginas de anexo são bastante vazias: elas contêm apenas o item de mídia e talvez um título, se foi inserido durante o envio. Por causa disso, se você nunca usa estes URLs de anexo, é melhor desativá-los e redirecioná-los para o próprio item de mídia."],"Learn more about the Media and attachment URLs setting":["Saiba mais sobre a configuração de URLs de mídia e anexos"],"Learn more about the title separator setting":["Saiba mais sobre a configuração do separador de título"],"Learn more about the knowledge graph setting":["Saiba mais sobre a configuração do knowledge graph"],"Learn more about the homepage setting":["Saiba mais sobre a configuração da página incial"],"Learn more about the special pages setting":["Saiba mais sobre a configuração de páginas especiais"],"Help on the date archives search results setting":["Ajuda na configuração dos resultados da pesquisa dos arquivos da data"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Não mostrar os arquivos para autores sem posts nos resultados de pesquisa significa tecnicamente que esses terão um meta de robôs %1$s e serão excluídos dos sitesmaps XML. %2$s Mais informações nas configurações de resultados de pesquisa %3$s."],"Help on the authors without posts archive search results setting":["Ajuda sobre os autores sem a definição de resultados de pesquisa de arquivo de postagens"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Não exibir o arquivo para autores nos resultados de pesquisa significa tecnicamente que aqueles terão um meta de robôs %1$s e serão excluídos dos sitesmaps XML. %2$s Mais informações nas configurações de resultados de pesquisa %3$s."],"Help on the author archives search results setting":["Ajuda sobre a configuração dos resultados da pesquisa dos arquivos do autor"],"Archives settings help":["Ajuda na configuração das páginas de arquivos"],"Learn more about the archives setting":["Leia mais sobre a configuração de arquivos"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obtenha seu código de verificação Yandex em %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Código de verificação Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obtenha seu código de verificação Google em %1$sGoogle Search Console%2$s."],"Google verification code":["Código de verificação Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obtenha seu código de verificação do Bing no %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Código de verificação Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Você pode usar as caixas abaixo para verificar nas diferentes Ferramentas para Webmasters. Esse recurso adicionará uma meta tag de verificação em sua página inicial. Siga os links para as diferentes Ferramentas de Webmaster e procure instruções para o método de verificação de meta-tag para obter o código de verificação. Se o seu site já foi verificado, você pode simplesmente ignorar isso."],"Learn more about the Webmaster Tools verification":["Saiba mais sobre a verificação das Ferramentas do Webmaster"],"On":["Ligado"],"Help on: %s":["Ajuda sobre: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s vem com muitos recursos. Você pode ativar / desativar alguns deles abaixo. Clicar no ponto de interrogação fornece mais informações sobre o recurso."],"Off":["Desligado"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["A seção avançada da caixa de meta %1$s permite que um usuário remova posts dos resultados da pesquisa ou altere o canônico. Estas são coisas que você pode não querer que nenhum autor faça. É por isso que, por padrão, apenas editores e administradores podem fazer isso. A configuração para \"%2$s\" permite que todos os usuários alterem essas configurações."],"Security: no advanced settings for authors":["Segurança: sem configurações avançadas para autores"],"See who contributed to %1$s.":["Veja quem contribuiu para %1$s."],"Help on this search results setting":["Ajuda sobre essa configuração dos resultados de busca"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Não mostrar o arquivo para %1$s nos resultados de pesquisa tecnicamente significa que aqueles terão um meta de robôs %2$s e serão excluídos dos sitesmaps XML. %3$s Mais informações nas configurações de resultados de pesquisa %4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Não mostrar %1$s nos resultados de pesquisa tecnicamente significa que eles terão uma informação meta %2$s para os robôs e serão excluídos dos sitemaps em XML. %3$sMais informações sobre as configurações de resultados de pesquisa%4$s."],"Default for %2$s, currently: %1$s":["Padrão para %2$s, atualmente: %1$s"],"Show %s in search results?":["Mostrar %s nos resultados de pesquisa?"],"this author's archives":["arquivos deste autor"],"Do not allow search engines to show %s in search results.":["Não permitir que os mecanismos de busca mostrem %s nos resultados de busca."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URLs de categoria no WordPress contêm um prefixo, geralmente %s, esse recurso remove esse prefixo, apenas para categorias."],"Category URLs":["URLs de categoria"],"the archive for %s":["o arquivo para %s"],"Redirect attachment URLs to the attachment itself?":["Redirecionar URLs de anexos para o anexo em si?"],"We recommend you set this to Yes.":["Recomendamos que você defina isso como Sim."],"Media & attachment URLs":["URLs de mídia e anexos"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Isto é o que mostra nos resultados da pesquisa quando as pessoas acham sua página inicial. Isso significa que isso provavelmente é o que eles vêem quando eles procuram seu nome de marca."],"date archives":["arquivos de data"],"archives for authors without posts":["arquivos para autores sem posts"],"Read why XML Sitemaps are important for your site.":["Leia porque os Sitemaps XML são importantes para o seu site."],"Enable the XML sitemaps that %s generates.":["Ativar os sitemaps XML que %s gera."],"See the XML sitemap.":["Veja o Sitemap XML."],"%2$s (current default for %1$s)":["%2$s (padrão atual para %1$s)"],"Media":["Mídia"],"Content Types":["Tipos de Conteúdo"],"Should search engines follow links on this %1$s?":["Os mecanismos de busca devem seguir os links em %1$s?"],"Allow search engines to show this %s in search results?":["Permitir que os mecanismos de pesquisa mostrem %s nos resultados de busca?"],"Search Appearance":["Aparência na Pesquisa"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Defina quais tipos de conteúdo você quer que apareçam nos mecanismos de pesquisa. Se você não sabe a diferença entre eles, é melhor escolher as configurações padrões."],"Search engines should show \"%1$s\" in search results:":["Os mecanismos de pesquisa devem mostrar \"%1$s\" nos resultados de busca:"],"Search engine visibility":["Visibilidade do mecanismo de pesquisa"],"Toggle %1$s's XML Sitemap":["Alternar o sitemap XML de %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["As solicitações de suporte que você cria aqui são enviadas diretamente para o nosso sistema de suporte, que é protegido com SSL de 256 bits, para que a comunicação seja 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["O recurso de conteúdo fundamental, permite que você marque e filtre este tipo de conteúdo em seu site."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Se você tiver um problema que não possa resolver com nossos tutoriais em vídeo ou na base de conhecimento, envie uma mensagem para nossa equipe de suporte. Atendemos 24 horas por dia, 7 dias na semana. "],"Search result":["Resultado da pesquisa"],"Good results":["Bons resultados "],"Get better search results in local search":["Obter melhores resultados de pesquisa em buscas locais"],"Allow customers to pick up their %s order locally":["Permita que os clientes coletem seus pedidos do %s localmente"],"SEO analysis":["Análise de SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["A análise de SEO oferece sugestões para melhorar o SEO do seu texto."],"Learn how the SEO analysis can help you rank.":["Saiba como a análise de SEO pode ajudar a melhorar o seu posicionamento."],"The readability analysis offers suggestions to improve the structure and style of your text.":["A análise de legibilidade oferece sugestões para melhorar a estrutura e o estilo do seu texto."],"Discover why readability is important for SEO.":["Descubra por que legibilidade é importante para SEO."],"Find out how cornerstone content can help you improve your site structure.":["Descubra como nossa base de conteúdo pode ajudá-lo a melhorar a estrutura geral do seu site."],"The text link counter helps you improve your site structure.":["O contador de link de texto ajuda a melhorar a estrutura do site."],"Find out how the text link counter can enhance your SEO.":["Descubra como o contador de links de texto pode melhorar o seu SEO."],"%s integration":["%s integração"],"Read more about how %s works.":["Leia mais sobre como %s funciona."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Ativar esse recurso se quiser que o Facebook e outras mídias sociais exibam uma visualização com imagens e um resumo de texto quando um link para seu site for compartilhado."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Ativar esse recurso se quiser que o Twitter exiba uma visualização com imagens e um resumo de texto quando um link para seu site for compartilhado."],"Find out why you should upgrade to %s":["Descubra por que você deve atualizar para %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Posts mais recentes em %1$s"],"Need help?":["Precisando de ajuda?"],"Type here to search...":["Digite aqui para pesquisar..."],"Search the Yoast Knowledge Base for answers to your questions:":["Pesquisar na Base de Conhecimento do Yoast para obter respostas às suas perguntas:"],"Remove highlight from the text":["Remover o destaque do texto"],"Your site language is set to %s. ":["O idioma do seu site está definido como %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Comece rapidamente com o %1$s %2$sassistente de configuração%3$s!"],"First-time SEO configuration":["Configurações de SEO pela primeira vez"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["A linguagem do seu site está definido como {language}. Se isso não estiver certo entre em contato com o administrador do site."],"Your site language is set to {language}.":["Seu site está definido para a seguinte língua: "],"Highlight this result in the text":["Realçar este resultado no texto"],"Considerations":["Considerações"],"Errors":["Erros"],"Change language":["Alterar língua"],"You cannot create a %s file.":["Você não pode criar um arquivo %s."],"You cannot edit the %s file.":["Você não pode editar o arquivo %s."],"Updated %s":["Atualizado %s"],"Create %s file":["Criar arquivo %s"],"Edit the content of your %s:":["Editar o conteúdo do seu %s:"],"Save changes to %s":["Salvar alterações em %s"],"%s file":["%s arquivo"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s e %2$s podem trabalhar juntos muito melhor adicionando um plugin auxiliar. Por favor, instale %3$s para fazer sua vida melhor. %4$s."],"More information":["Mais informações"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s e %2$s podem funcionar muito melhor juntos adicionando um plugin auxiliar. Ative o %3$s para facilitar sua vida."],"More information about %1$s":["Mais informação sobre %1$s"],"Configuration Wizard":["Assistente de configuração"],"You've done it!":["Concluído!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Intregre o %2$s de forma transparente com o %1$s para a anáise de conteúdo!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s e %2$s trabalham muito melhor juntos adicionando um plugin auxiliar. Instale o %3$s para melhorar sua vida."],"Manage your %s subscription on MyYoast":["Gerencie sua assinatura no My Yoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["As configuração de aparência da pesquisa para %1$s são feitas por variáveis, que são substituídas por valores específicos, a partir da página quando ela for exibida. A tabela abaixo contém a lista de variáveis disponíveis."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marca o mais importante %1$s como 'Conteúdo Estrutural' para melhorar a estrutura do seu site. %2$sAprenda mais sobre Conteúdo Estrutural%3$s."],"Loading help center.":["Carregando central de ajuda."],"Get support":["Conseguir suporte"],"View in KB":["Ver na BC"],"Go back":["Voltar"],"Go back to the search results":["Voltar aos resultados da pesquisa"],"(Opens in a new browser tab)":["(Abre numa nova aba do navegador)"],"Posts %1$swithout%2$s a focus keyphrase":["Posts %1$ssem%2$s uma frase-chave em foco."],"Hey, your SEO is doing pretty well! Check out the stats:":["Ei, seu SEO está indo muito bem! Confira as estatísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Você não tem posts publicados, suas pontuações de SEO aparecerão aqui quando você publicar seu primeiro post!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Nessa página você pode alterar o nome do seu site e escolher qual separador usar. O separador será exibido entre o título do seu post e o nome do site, por exemplo. Os símbolos são exibidos do mesmo tamanho que aparecerão nos resultados de busca. Escolha a opção que mais combina com seu negócio ou escolha a opção que ocupe menos espaço no endereço da página."],"Something else":["Outro"],"A portfolio":["Um portfólio"],"A corporation":["Uma corporação"],"A small offline business":["Um pequeno negócio off-line"],"A news channel":["Um canal de notícias"],"An online shop":["Uma loja virtual"],"A blog":["Um blog"],"What does the site %1$s represent?":["O que o site %1$s representa?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Se você escolher não, seus arquivos do autor serão desativados para evitar\nproblemas de conteúdo duplicado."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: não armazenamos seus dados de forma alguma e não temos acesso total à sua conta. \nSua privacidade está segura."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integra-se com o Google Search Console, ferramenta essencial para administradores de sites. Ela fornece informações sobre a saúde do seu site. Não têm uma conta Google ou seu site não está conectado na ferramenta? Veja %2$ scomo conectar o Google Search Console no seu site %3$s "],"Option B: My site is under construction and should not be indexed":["Opção B: Meu site está sendo contruído e não deverá ser indexado"],"Option A: My site is live and ready to be indexed":["Opçāo A: Meu site está online e pronto para ser indexado"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Escolha 'em construção' se você deseja manter o site fora do índice dos mecanismos de busca. Não se esqueça de ativá-lo quando estiver pronto para\npublicar seu site."],"Please specify if your site is under construction or already active.":["Por favor defina se seu site está sendo construído ou já está ativado."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Esta informação será usada no cartão do Knowledge Graph da Google, o grande bloco de informações que você vê no lado direito dos resultados da pesquisa."],"Read more like this on our SEO blog":["Leia mais sobre isso em nosso blog sobre SEO"],"Readability: %s":["Legibilidade: %s"],"Not activated":["Não ativado"],"Activated":["Ativado"],"%1$s recommendations for you":["%1$s recomendações para você"],"All Readability Scores":["Todas as pontuações de legibilidade"],"Filter by Readability Score":["Filtrar por pontuação de legibilidade"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Você não está recebendo atualizações nem suporte! Corrija esse problema adicionando este site e habilitando %1$s no %2$s."],"Request method %1$s is not valid.":["O método de solicitação %1$s não é válido."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Você quer visualizar como este post seria exibido se ele fosse compartilhado no %1$s? Você pode, com %2$s."],"Good job! All the links in your texts have been counted.":["Bom trabalho! Todos os links nos seus textos foram contados."],"Calculation completed.":["Cálculos completos."],"Calculation in progress...":["Cálculos em progresso..."],"Stop counting":["Parar de contar"],"Counting links in your texts":["Contando links em seus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s processado!"],"All your texts are already counted, there is no need to count them again.":["Todos os seus textos já foram contados, não há necessidade de contá-los novamente."],"Count links in your texts":["Contar links em seus textos"],"Text link counter":["Contador de links no texto"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de links internos apontados para este post. Consulte o texto \"Yoast Columns\" no menu de ajuda para obter mais informações."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de links internos neste post. Consulte o texto \"Colunas Yoast\" na aba do menu de ajuda para obter mais informações."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s adiciona várias colunas a esta página. Nós escrevemos um artigo sobre %2$scomo usar o placar SEO e o placar de legibilidade%3$s. A coluna links mostra o número de artigos neste site com links %5$spara%6$s este artigo e o número de URLs ligadas %5$sa partir%6$s deste artigo. Aprenda mais sobre %4$scomo usar estes recursos para aperfeiçoar seus links internos%3$s, o que melhora muito seu SEO."],"%s Columns":["%s colunas"],"Readability score":["Pontuação de legibilidade"],"Other benefits of %s for you:":["Outros benefícios do %s para você:"],"Scroll to see the preview content.":["Role para baixo para visualizar o conteúdo."],"Cornerstone content":["Conteúdo estrutural"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["O %1$s agora cuidará de toda a otimização técnica necessária do seu site. Para realmente melhorar o desempenho do site nos resultados de busca, é importante começar a criar conteúdo que seja bem classificado para as frases-chave de seu interesse. Assista a este vídeo no qual explicamos como usar a meta box do %1$s ao editar posts ou páginas."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Se quiser superar a concorrência em uma cidade ou região específica, confira nosso plugin %1$s! Você poderá inserir facilmente mapas do Google, horários de funcionamento, informações de contato e um localizador de lojas. Além disso, o %1$s ajuda você a melhorar a usabilidade de sua página de contato."],"Attract more customers near you":["Atraia mais clientes próximos a você"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Quer saber de todos os prós e contras do plugin %1$s? Quer aprender tudo sobre nossas configurações avançadas? Quer aproveitar ao máximo o plugin %1$s? Confira nosso treinamento do plugin %1$s e comece a superar a concorrência!"],"Get the most out of %1$s with the %2$s":["Aproveite ao máximo %1$s com o %2$s"],"Upgrade to Premium":["Atualizar para Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Quer superar a concorrência? O %1$s oferece recursos adicionais incríveis que ajudarão você a configurar sua estratégia de SEO de forma profissional. Adicione sinônimos e palavras-chave relacionadas, use nossa análise Premium de SEO, o gerenciador de redirecionamento e a nossa ferramenta de link interno. O %1$s também fornece um atendimento personalizado."],"Outrank the competition with %s":["Supere a concorrência com o %s"],"You might like":["Você pode gostar"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Detectamos que você não ainda não finalizou o tour, então recomendamos que você %2$sinicie o assistente de configuração para configurar o %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["O assistente de configuração ajuda a configurar facilmente o seu site para ter ótimas configurações para SEO."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Seja Premium e nossos especialistas estarão lá para responder a quaisquer perguntas que você possa ter sobre a instalação e o uso do plugin."],"Superfast internal linking suggestions":["Sugestões super-rápidas de links internos"],"Great news: you can, with %1$s!":["Boas novas: você pode, com o %1$s!"],"Save changes":["Salvar alterações"],"1 year free support and updates included!":["1 ano de suporte gratuito e atualizações incluídos!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["O plugin %2$s altera a saída do seu site e, ao fazer isso, diferencia entre os mecanismos de pesquisa e usuários normais, um processo que é chamado de camuflagem. Recomendamos que você o desative."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPrévia da Rede Social%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sChega de links quebrados%2$s: gerenciador de redirecionamento simplificado"],"No ads!":["Sem anúncios!"],"Facebook & Twitter":["Facebook e Twitter"],"Social media preview":["Pré-visualização em mídias sociais"],"Easy redirect manager":["Gerenciador de redirecionamento simplificado"],"No more dead links":["Chega de links quebrados"],"Increase your SEO reach":["Aumente seu alcance de SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Se precisa de mais ajuda ao criar conteúdos incríveis, confira nosso %2$scurso de SEO copywriting%3$s. Se quiser saber tudo sobre os recursos do plugin, é uma boa ideia fazer o nosso %1$s!"],"Variable":["Variável"],"Available variables":["Variáveis disponíveis"],"Scroll to see the table content.":["Deslize para ver a tabela de conteúdo."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Consulte %1$snosso artigo sobre como conectar seu site ao Google Search Console%2$s, caso precise de ajuda."],"An error occurred in the '%1$s' assessment":["Ocorreu um erro no item %1$s"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s palavra(s) contém %2$smais de %3$s sílabas%4$s, o que ultrapassa o máximo recomendado de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s palavra(s) contém %2$smais de %3$s sílabas%4$s, o que é menor ou igual ao máximo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Isso é um pouco abaixo do recomendado de %5$d palavra. %3$sAdicione um pouco mais %4$s.","Isso é um pouco abaixo do recomendado de %5$d palavras. %3$sAdicione um pouco mais %4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["A meta descrição contém %1$d sentença %2$s que excede %3$s palavras %4$s. Tente encurtar esta frase.","A meta descrição contém %1$d sentenças %2$s que excedem %3$s palavras %4$s. Tente encurtar essas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["A meta descrição não contém frases %1$s que excedem %2$s palavras %3$s."],"Step %1$d: %2$s":["Passo %1$d: %2$s"],"No new notifications.":["Não há novas notificações."],"Save all":["Salvar tudo"],"Save":["Salvar"],"%1$s, Author at %2$s":["%1$s, Autor em %2$s"],"Mobile preview":["Pré-visualização para dispositivos móveis"],"Desktop preview":["Pré-visualização para computadores"],"Select redirect":["Selecionar redirecionamento"],"Please provide an SEO title by editing the snippet below.":["Forneça um título SEO editando a amostra abaixo."],"Meta description preview:":["Pré-visualização da Meta descrição:"],"Slug preview:":["Pré-visualização do Slug:"],"SEO title preview:":["Prévia do título SEO:"],"Close snippet editor":["Fechar editor de amostra"],"Slug":["Slug"],"Remove marks in the text":["Remover marcas no texto"],"Mark this result in the text":["Marcar este resultado no texto"],"Marks are disabled in current view":["Marcações desabilitadas na visualização atual"],"Good SEO score":["Pontuação de SEO boa"],"OK SEO score":["Pontuação de SEO média"],"Feedback":["Feedback"],"ok":["ok"],"Choose an image":["Escolha uma imagem"],"Remove the image":["Remover a imagem"],"MailChimp signup failed:":["O registro no MailChimp falhou:"],"Sign Up!":["Cadastre-se!"],"Name":["Nome"],"There is an error with the request.":["Há um erro na sua solicitação."],"Select profile":["Selecione o perfil"],"Choose a profile":["Escolha um perfil"],"Authorization code":["Código de autorização"],"Reauthenticate with Google":["Reautenticar com o Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para autorizar %s a buscar suas informações do Google Search Console, digite o seu código de autorização do Google. Clique no botão abaixo para abrir uma nova janela."],"Please provide a meta description by editing the snippet below.":["Forneça uma meta-descrição editando a amostra abaixo."],"Edit snippet":["Editar amostra"],"You can click on each element in the preview to jump to the Snippet Editor.":["Você pode clicar em cada elemento na prévia para ir ao Editor de Amostra."],"SEO title preview":["Prévia do título de SEO"],"Meta description preview":["Pré-visualização da meta-descrição"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Um problema ocorreu ao salvar o processo atual, {{link}}envie um relatório de erros{{/link}} descrevendo em qual processo você estava e quais alterações você queria fazer (se for o caso)."],"Close the Wizard":["Fechar assistente de configuração"],"Export settings":["Exportar configurações"],"%1$s video tutorial":["Tutorial em video %1$s"],"%s › Configuration Wizard":["%s › Assistente de configuração"],"Please don't show me this notification anymore":["Não mostre mais essa notificação"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Se estiver enfrentando problemas, %1$senvie um relatório de erro%2$s e faremos tudo o que pudermos para ajudar você."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Percebemos que você já está usando o %1$s há algum tempo; esperamos que esteja gostando! Nós adoraríamos se você pudesse %2$snos classificar com 5 estrelas no WordPress.org%3$s!"],"Date archives settings":["Configurações de arquivos de datas"],"Author archives settings":["Configurações de arquivos do autor"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Atenção: a variável %s não pode ser usada neste modelo. Consulte a Central de ajuda para saber mais."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["A propósito, sabia que também temos um %1$sPlugin Premium%2$s? Ele oferece recursos avançados, como um gerenciador de redirecionamentos e suporte para várias frases-chave na mesma página. Também inclui suporte 24h por dia."],"(no title)":["(sem título)"],"%s installation wizard":["Assistente de instalação"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["O menu da barra de administração do %1$s contém links úteis a ferramentas de terceiros para analisar páginas, além de facilitar a visualização de novas notificações."],"Admin bar menu":["Menu da barra do administrador"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s irá verificar semanalmente se o site ainda é indexável por mecanismos de pesquisa e o %2$s notificará você quando este não for o caso."],"Features":["Recursos"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Ainda que nos esforcemos para facilitar ao máximo a configuração do %1$s, entendemos como ela pode ser intimidante. Se preferir que configuremos o %1$s para você (e receber uma cópia do %2$s no processo), solicite nosso %3$sserviço de configuração do %1$s%4$s aqui!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Olá, este é o assistente de instalação do %1$s. Vamos ajudar você a configurar em poucos passos as definições de SEO que atendam às necessidades do seu site!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["O Google mostra o nome do seu site nos resultados de pesquisa, se você quiser, pode mudar isso aqui."],"Greater than sign":["Sinal de maior"],"Less than sign":["Sinal de menor do que"],"Right angle quotation mark":["Aspas em ângulo à direita"],"Left angle quotation mark":["Aspas em ângulo à esquerda"],"Small tilde":["Til"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco baixo"],"Asterisk":["Asterisco normal"],"Bullet":["Marcador"],"Middle dot":["Ponto mediano"],"Em dash":["Travessão"],"En dash":["Meia-risca"],"Dash":["Traço"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Escolha o símbolo para usar como seu separador de titulo. Isso vai aparecer, por exemplo, entre o titulo do seu post e o nome do site. Símbolos são mostrados no tamanho que vão aparecer no resultado das buscas."],"The name of the person":["O nome da pessoa"],"No":["Não"],"Yes":["Sim"],"Does, or will, your site have multiple authors?":["Seu site tem, ou terá, vários autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["O WordPress gera automaticamente uma URL para cada item de mídia na biblioteca. Habilitar isso vai permitir ao Google indexar a URL gerada."],"Success!":["Sucesso!"],"Title settings":["Configurações de título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Múltiplos autores"],"Site type":["Tipo de site"],"Environment":["Ambiente"],"Yoast option %1$s not found.":["A opção Yoast %1$s não foi encontrada."],"Google Structured Data Test":["Teste de dados estruturados no Google"],"Posts list":["Lista de posts"],"Posts list navigation":["Navegação da lista de posts"],"Filter posts list":["Filtrar lista de posts"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Observe que os links para arquivos ainda podem ser exibidos pelo seu tema e você teria que removê-los separadamente."],"%1$s to optimize your site even further":["%1$s para otimizar seu site ainda mais"],"%1$s extensions":["%1$s extensões"],"Comes with our 30-day no questions asked money back guarantee":["O produto tem garantia de 30 dias. Sem necessidade de se justificar, devolvemos o seu dinheiro"],"More information %1$sabout %3$s%2$s":["Mais informações %1$ssobre o %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["tenha acesso à nossa equipe de suporte 24h."],"Premium support":["Suporte Premium"],"check what your Facebook or Twitter post will look like.":["verifique como vai ficar seu post do Facebook ou Twitter."],"Social previews":["Prévias sociais"],"create and manage redirects from within your WordPress install.":["crie e administre redirecionamentos de dentro da sua instalação do WordPress."],"Redirect manager":["Gerenciador de redirecionamentos"],"%1$s, take your optimization to the next level!":["%1$s, leve sua otimização para o próximo nível!"],"A seamless integration between %1$s and %2$s":["Uma integração perfeita entre %1$s e %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Usar os breadcrumb do %1$s ao invés do %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Insira facilmente o Google Maps, um localizador de estabelecimento, horário de funcionamento e mais"],"Creates XML News Sitemaps":["Crie Sitemaps XML de notícias"],"Immediately pings Google on the publication of a new post":["Informe o Google imediatamente sobre a publicação de um post novo"],"Optimize your site for Google News":["Otimize seu site para o Google News"],"Make videos responsive through enabling fitvids.js":["Torne os videos responsivos habilitando o fitvids.js"],"Enhance the experience of sharing posts with videos":["Melhore a experiência de compartilhar posts com vídeos "],"Show your videos in Google Videos":["Mostre seus vídeos no Google Videos"],"Crawl issues list":["Lista de problemas de rastreamento"],"Crawl issues list navigation":["Navegação da lista de problemas de rastreamento"],"Edit “%s”":["Editar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notificações"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Remove a seção de frase-chave da caixa de metadados e desativa todas as sugestões relacionadas à SEO."],"Disable SEO analysis":["Desabilitar análise de SEO"],"Twitter settings":["Configurações do Twitter"],"Pinterest settings":["Configurações do Pinterest"],"Facebook settings":["Configurações do Facebook"],"Title separator symbol":["Simbolo separador do título"],"RSS feed settings":["Configurações do feed RSS"],"Breadcrumbs settings":["Configurações de breadcrumbs"],"Make primary":["Tornar primário"],"Enter your Google Authorization Code and press the Authenticate button.":["Digite seu código de autorização do Google e pressione o botão Autenticar."],"Knowledge base article":["Artigo da base de conhecimento"],"Open the knowledge base article in a new window or read it in the iframe below":["Abra o artigo da base de conhecimento em uma nova janela ou leia-o no quadro abaixo"],"Search results":["Resultados da pesquisa"],"%s notification":["%s notificação","%s notificações"],"Disable readability analysis":["Desativar a análise de legibilidade"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Remove a seção de legibilidade da caixa de metadados e desativa todas as sugestões relacionadas à legibilidade."],"Readability analysis":["Análise da legibilidade"],"Needs improvement":["Precisa melhorar"],"Readability":["Legibilidade"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Você está tentando carregar arquivos não-minificados. Eles estão disponíveis apenas no nosso pacote de desenvolvimento. Consulte %1$s para ver todos os arquivos fonte."],"Improvements":["Melhorias"],"Dismiss this item.":["Descarte este item."],"Good job! We could detect no serious SEO problems.":["Bom trabalho! Não detectamos nenhum problema grave de SEO."],"We have detected the following issues that affect the SEO of your site.":["Detectamos os seguintes problemas que afetam o SEO de seu site."],"Problems":["Problemas"],"Analysis":["Análise"],"Not available":["Não disponível"],"Filter by SEO Score":["Filtrar por pontuação de SEO"],"Meta description not set.":["Descrição não definida."],"Video tutorial":["Tutorial em vídeo"],"Email support is a %s feature":["Suporte por email é um recurso %s"],"Knowledge base":["Base de conhecimento"],"Open":["Abrir"],"Loading...":["Carregando..."],"Something went wrong. Please try again later.":["Algo deu errado! Tente de novo mais tarde."],"No results found.":["Nenhum resultado encontrado."],"Dashboard":["Painel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Você pode corrigir isso na %1$spágina de configurações de links permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["A paginação de comentários está ativa e como isso não é necessário em 999 de cada 1.000 casos, recomendamos desativá-la."],"Replaced with the primary category of the post/page":["Substituído pela categoria principal do post/página"],"Pinterest confirmation":["Confirmação do Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Caso já tenha confirmado seu website com o Pinterest, você pode pular o passo abaixo."],"Format-based archives":["Arquivos baseados em formato"],"Webmaster Tools verification":["Verificação no Webmaster Tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Siga nosso %1$s para treinamento em Wordpress e torne-se um especialista %1$s certificado!"],"Want to be a %s Expert?":["Quer ser um especialista em %s?"],"Buy %s":["Comprar %s"],"Show information about errors in category %s":["Mostrar informações sobre erros na categoria %s"],"New %1$s Title":["Novo título de %1$s"],"Existing %1$s Title":["Título de %1$s existente"],"Expected an integer as input.":["O campo espera um número inteiro."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Tentando construir uma chave de cache para o arquivo sitemap, mas a combinação de sufixo e prefixo não deixa muito espaço para isso. Você provavelmente está solicitando uma página que está fora do intervalo esperado."],"Remove":["Remover"],"Keep":["Manter"],"Bold the last page":["Destacar a última página"],"Regular":["Normal"],"Bold":["Negrito"],"Show Blog page":["Exibir a página do blog"],"Primary %s":["Primário %s"],"Primary":["Primário"],"Make %1$s primary %2$s":["Torne %1$s a %2$s primária"],"Term is set to noindex.":["Termo configurado para não ser indexado."],"Author archives":["Arquivo do autor"],"Show":["Exibir"],"Enabled":["Ativo"],"Disabled":["Inativo"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s ainda não coletou o status de indexação do seu site no %2$s"],"The separator defined in your theme's %s tag.":["O separador definido na tag %s do seu tema."],"No index":["Não índexar"],"Analyze entire site":["Analisar o site inteiro"],"Fetch the current status":["Obter o status atual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s não foi capaz de coletar o status da indexação do seu site%3$s no %4$s"],"Your homepage can be indexed by search engines.":["Sua página inicial pode ser indexada pelos mecanismos de pesquisa."],"Indexability check by %1$s":["Verificação de indexabilidade por %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Se você deseja usar uma imagem no compartilhamento do %1$s, você pode fazer upload/escolher uma imagem ou adicionar o URL da imagem aqui."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Se você não quer usar a meta-descrição do post para compartilhar no %1$s, mas prefere outra descrição em seu lugar, escreva-a aqui."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Se você não quer usar o título do post para compartilhar no %1$s, mas prefere outro título em seu lugar, escreva-o aqui."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sSua página inicial não pode ser indexada pelos mecanismos de pesquisa%2$s. Isso é muito ruim para SEO e deve ser corrigido."],"Once Weekly":["Uma vez por semana"],"SEO score":["Pontuação de SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalculando a pontuação de SEO de todos os conteúdos com a frase-chave em foco."],"%1$s of %2$s done.":["%1$s de %2$s concluído(s)."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Nós atualizamos nosso algoritmo de pontuação de SEO. %1$sRecalcule a pontuação de SEO%2$s de todos os posts e páginas."],"Team Yoast":["Equipe da Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["A primeira verdadeira solução completa de SEO para o WordPress, incluindo a análise de conteúdo por página, sitemaps XML e muito mais."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ativação falhou:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Essa extensão de filtro parece estar indisponível. Por favor peça a sua hospedagem para habilitá-la."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["A instalação do plugin %1$s está incompleta. Consulte as %2$sinstruções de instalação%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["The Standard PHP Library (SPL) parece não estar disponível. Por favor, solicite ao seu host para habilitá-lo."],"SEO Settings":["Configurações de SEO"],"Mobile-Friendly Test":["Teste de dispositivos móveis"],"Google Page Speed Test":["Teste de Velocidade de Página do Google"],"CSS Validator":["Validador CSS"],"HTML Validator":["Validador HTML"],"Pinterest Rich Pins Validator":["Validador Rich Pins do Pinterest"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Checar Cabeçalhos"],"Check Google Cache":["Checar Cache do Google"],"Analyze this page":["Analisar esta página"],"Keyword Research":["Pesquisa de palavra-chave"],"%s does not seem to be a valid url. Please correct.":["%s não parece ser uma URL válida. Por favor, corrija."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%s não parece ser um %s válido verificação de string. Por favor, corrija."],"%s Archive":["Arquivo %s"],"You searched for %s":["Você pesquisou por %s"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s não parece ser um nome de usuário válido no Twitter. É necessário corrigir."],"Summary with large image":["Resumo com imagem grande"],"Summary":["Resumo"],"The post %1$s appeared first on %2$s.":["O post %s apareceu primeiro em %s."],"No numeric value was received.":["Nenhum valor numérico foi recebido."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Este deve ser um blog já existente. O blog %s não existe ou foi marcado como excluído."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["A configuração padrão do blog deve ser o id do blog que você deseja usar como padrão."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s não é uma opção válida para quem deve ter acesso às configurações do %2$s. O valor foi redefinido para o padrão."],"Please select a valid post type for taxonomy \"%s\"":["Selecione um tipo de resposta válido para a taxonomia \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor selecione uma taxonomia válida para o tipo de mensagem \"%s\""],"You searched for":["Você pesquisou por"],"Home":["Início"],"Archives for":["Arquivos para"],"Error 404: Page not found":["Erro 404: Página não encontrada"],"Good":["Bom"],"Replaced with a custom taxonomies description":["Sobrescrito por uma descrição de taxonomia customizada"],"Replaced with a posts custom taxonomies, comma separated.":["Substituído pelas taxonomias personalizadas do post (separadas por vírgulas)"],"Replaced with a posts custom field value":["Substituído pelo valor de um campo personalizado do post"],"Replaced with the slug which caused the 404":["Substituição do slug que causou erro 404"],"Replaced with the posts focus keyphrase":["Substituído pela frase-chave em foco do post"],"Attachment caption":["Substituído pela legenda do anexo"],"Replaced with the current page number":["Substituído pelo número da página atual"],"Replaced with the current page total":["Substituído pelo total de páginas atual"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Substituído com o número da página atual com o contexto (Ex: página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Substituído com o post/página do(s) autor(es) 'Biographical Info'"],"Replaced with the post/page author's 'nicename'":["Substituído pelo 'nome de exibição' do autor do post/página"],"Replaced with the post/page ID":["Substituído pela ID do post/página"],"Replaced with the post/page modified time":["Substituído pelo horário modificado do post/página"],"Replaced with the content type plural label":["Substituído pelo rótulo do tipo de conteúdo no plural"],"Replaced with the content type single label":["Substituído pelo rótulo do tipo de conteúdo no singular"],"Replaced with the current search phrase":["Substituído pela frase de busca atual"],"Replaced with the term name":["Substituído pelo nome do termo"],"Replaced with the term description":["Substituído pela descrição do termo"],"Replaced with the tag description":["Substituído pela descrição da tag"],"Replaced with the category description":["Substituído pela descrição da categoria"],"Replaced with the post categories (comma separated)":["Substituído pelas categorias do post (separadas por vírgulas)"],"Replaced with the current tag/tags":["Substituído pela tag/tags atuais"],"Replaced with the post/page excerpt (without auto-generation)":["Substituído pelo resumo do post/página (sem geração automática)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Substituído pelo resumo do post/página (ou gerado automaticamente caso não exista)"],"The site's name":["Substituído pelo nome do site"],"Replaced with the title of the parent page of the current page":["Substituído pelo o título da página pai da página atual"],"Replaced with the title of the post/page":["Substituído pelo título do post/página"],"Replaced with the date of the post/page":["Substituído pela data do post/page"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Você não pode ignorar uma substituição de variável padrão de WPSEO registrando uma variável com o mesmo nome. Use o filtro \"wpseo_replacements\" em vez de ajustar o valor de substituição."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Uma variável de substituição com o mesmo nome já foi registrado. Tente criar um nome de variável exclusivo."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Uma variável de substituição não pode começar com \"%%cf_\" ou \"%%ct_\", sendo estes reservados para variáveis ​​padrão do WPSEO, campos personalizados e taxonomias personalizadas. Tente criar um nome de variável exclusivo."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Uma variável de substituição só pode conter caracteres alfanuméricos, sublinhados ou um traço. Tente mudar sua variável."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Aviso apenas para o administrador: esta página não mostra uma meta descrição porque não possui nenhuma, escreva depois uma meta-descrição especificamente para esta página ou vá ao menu [%1$s - %2$s] e configure um padrão."],"Page not found":["Página não encontrada"],"%s Archives":["Arquivos %s"],"Search for \"%s\"":["Busca por \"%s\""],"Meta description to use for Author page":["Meta-descrição a usar para a página de Autor"],"Title to use for Author page":["Título a usar para a página de Autor"],"%1$s settings":["Configurações do %1$s"],"Export your %1$s settings":["Exportar configurações do %1$s"],"Import settings":["Importar configurações"],"Import from other SEO plugins":["Importar de outros plugins de SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Se você tivesse um arquivo %s e ele fosse editável, você poderia editá-lo a partir daqui."],"If your %s were writable, you could edit it from here.":["Se seu %s fosse tivesse permissão de gravação, você poderia editá-lo a partir daqui."],"You don't have a %s file, create one here:":["Você não tem um arquivo %s, crie um aqui:"],"A link to your site, with your site's name and description as anchor text.":["Link apontando para a URL de seu site e contendo o nome mais a descrição do site como âncora de texto."],"A link to your site, with your site's name as anchor text.":["Link apontando para a URL de seu site e contendo o nome do site como âncora de texto."],"A link to the post, with the title as anchor text.":["Link apontando para a URL do post e contendo o título do post como âncora de texto."],"A link to the archive for the post author, with the authors name as anchor text.":["Link apontando para a URL do arquivo de posts do autor e contendo o nome do autor como âncora de texto."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Você pode usar as variáveis abaixo nos campos. Elas serão substituídas pelos valores à direita."],"Content to put after each post in the feed":["Conteúdo a ser adicIonado após cada post do feed"],"Content to put before each post in the feed":["Conteúdo a colocar no início de cada post do feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Este recurso é usado para automaticamente acrescentar conteúdo a seu feed RSS. Mais especificamente, sua função é acrescentar links de retorno apontando para seu blog e para os posts em seu blog, de maneira que scrapers estúpidos também os acrescentem automaticamente, ajudando assim os mecanismos de pesquisa a identificarem você como a fonte original do conteúdo."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["O uso do recurso breadcrumbs é explicado em nossa %1$sbase de conhecimento no artigo sobre implementação de breadcrumbs%2$s."],"How to insert breadcrumbs in your theme":["Como inserir breadcrumbs em seu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Arquivo de tipo de conteúdo a ser exibido no caminho de navegação para as taxonomias"],"Taxonomy to show in breadcrumbs for content types":["Taxonomia a ser exibida no caminho de navegação para tipos de conteúdo"],"Breadcrumb for 404 Page":["Breadcrumbs da página 404"],"Prefix for Search Page breadcrumbs":["Prefixo dos breadcrumbs na páginas de busca"],"Prefix for Archive breadcrumbs":["Prefixo dos breadcrumbs em arquivos"],"Prefix for the breadcrumb path":["Prefixo dos breadcrumbs"],"Anchor text for the Homepage":["Texto do link para a Página Inicial"],"Separator between breadcrumbs":["Separador de itens dos breadcrumbs"],"Enable Breadcrumbs":["Ativar breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Abaixo estão os pontos SEO de suas publicações. Agora é um bom momento, como sempre, para começar a melhorar suas postagens!"],"Credits":["Créditos"],"« Back to Tools page":["« Voltar para a página Ferramentas"],"%1$s comes with some very powerful built-in tools:":["%1$s já vem com algumas ferramentas poderosas de fábrica"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta ferramenta permite que você mude rapidamente arquivos importantes para o seu SEO, como o robots.txt e, caso você tenha um, o seu arquivo .htaccess."],"File editor":["Editor de arquivo"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importar as configurações de outros plugins de SEO e exportar suas configurações para reutilizá-las posteriormente ou em outro blog."],"Import and Export":["Importar e Exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta ferramenta permite que você altere rapidamente títulos e descrições de seus posts e páginas sem precisar editá-los um por um."],"Bulk editor":["Editor em massa"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sverificar seu site no Pinterest%2$s, adicione sua meta tag aqui:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest usa metadados Open Graph assim como o Facebook, então não se esqueça de manter a caixa de seleção Open Graph na aba Facebook selecionada caso você deseje otimizar seu site para o Pinterest."],"The default card type to use":["O tipo de cartão padrão para uso"],"Add Twitter card meta data":["Acrescentar metadados Twitter card"],"This image is used if the post/page being shared does not contain any images.":["Essa imagem é usada se o post/página compartilhado não contém nenhuma imagem."],"Default settings":["Configurações padrão"],"Copy home meta description":["Copiar meta descrição da home"],"Description":["Descrição"],"Image URL":["URL da Imagem"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Estes são o título, descrição e imagem utilizados nas meta tags Open Graph na primeira página do seu site."],"Frontpage settings":["Configurações da Página Inicial"],"Add Open Graph meta data":["Adicionar metadados Open Graph"],"YouTube URL":["URL do YouTube"],"Pinterest URL":["URL do Pinterest"],"MySpace URL":["URL do MySpace"],"LinkedIn URL":["URL do LinkedIn"],"Instagram URL":["URL do Instagram"],"Twitter Username":["Usuário do Twitter"],"Facebook Page URL":["URL da página do Facebook"],"Accounts":["Contas"],"Restore site to defaults":["Restaurar site para o padrão"],"Site ID":["Site ID"],"Using this form you can reset a site to the default SEO settings.":["Usando este formulário você pode redefinir um site de volta às configurações padrão de SEO."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Dados de privacidade sensíveis (ex: admins do FB, etc.), dados específicos do tema (reescrita de títulos) e algumas configurações muito específicas do site não será importadas para novos sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Informe o %1$sID do Site%2$s do qual você deseja usar as configurações como padrão para todos os sites que são adicionados à sua rede. Deixe em branco para nenhum (ou seja, os padrões normais do plugin serão utilizados)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Escolha o site cujas configurações você deseja usar como padrão para todos os sites que são adicionados à rede. Se você escolher \"None\", os padrões normais do plugin será utilizado."],"New sites in the network inherit their SEO settings from this site":["Novos sites na rede herdam as configurações de SEO deste site"],"Super Admins only":["Super Administradores apenas"],"Site Admins (default)":["Administradores de Site (padrão)"],"Who should have access to the %1$s settings":["Quem deve ter acesso as configurações %1$s"],"spam":["spam"],"mature":["maduro"],"archived":["arquivado"],"public":["público"],"%s restored to default SEO settings.":["%s restaurado para as configurações padrão de SEO."],"Settings Updated.":["Configurações Atualizadas."],"404 pages":["Páginas 404"],"Search pages":["Páginas de busca"],"These pages will be %s by default, so they will never show up in search results.":["Essas páginas seráo %s por padrão, então elas não aparecerão nos resultados da busca."],"Special Pages":["Páginas Especiais"],"Date-based archives could in some cases also be seen as duplicate content.":["Arquivos baseados em data podem, em alguns casos, serem vistos também como conteúdo duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Se este é o caso no seu site, você pode optar por desativá-lo (o que irá redireciona-lo para a página inicial), ou adicionar %s nele para que ele não apareça nos resultados da busca."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Se você estiver usando um site para um único autor, o arquivo de autor será exatamente o mesmo que a sua página inicial. Isto é chamado de %1$sproblema de conteúdo duplicado%2$s"],"Date archives":["Arquivos de data"],"author archives":["arquivos do autor"],"Title":["Título"],"%1$s Meta Box":["Caixa de informações do %1$s"],"Hide":["Ocultar"],"Date in Snippet Preview":["Data na prévia da amostra"],"Take note:":["Atenção:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Você pode determinar o título e a descrição da página de posts %1$seditando a página de posts diretamente%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Você pode determinar o título e a descrição da página inicial %1$seditando a página inicial diretamente%2$s."],"Homepage & Front page":["Páginas Inicial & Página de Posts"],"Title Separator":["Separador de Título"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s detectou automaticamente quando é necessário forçar a reescrita dos títulos de suas páginas. Caso acredite que há algo errado, e se você sabe o que está fazendo, você pode modificar as configurações aqui. "],"Force rewrite titles":["Forçar a reescrita dos títulos"],"Taxonomies":["Taxonomias"],"Homepage":["Página inicial"],"%1$s Extensions":["%1$s Extensões"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integre perfeitamente o WooCommerce com o %1$s e tenha recursos extras!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Posicione-se melhor no Google Maps, sem suar a camisa!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Você está no Google News? Aumente seu tráfego do Google News, otimizando seu site para ele!"],"Optimize your videos to show them off in search results and get more clicks!":["Otimize seus vídeos para mostrá-las nos resultados de busca e assim conseguir mais cliques!"],"The premium version of %1$s with more features & support.":["A versão premium do %1$s com mais recursos e suporte."],"Person":["Pessoa"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Estes dados são apresentados como metadados no seu site. Essa informação será usada pelo %1$sGráfico de conhecimento do Google%2$s. Você pode ser uma organização, ou uma pessoa."],"Website name":["Nome do site"],"Webmaster Tools":["Ferramentas para Webmasters"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["O nome do post não aparece nas URLs de seus posts e páginas, e é altamente recomendável que apareçam. Considere configurar sua estrutura de links permanentes para /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["ou"],"Save Profile":["Salvar Perfil"],"There were no profiles found":["Nenhum perfil encontrado"],"Profile":["Perfil"],"Current profile":["Perfil atual"],"Authenticate":["Autenticar"],"Get Google Authorization Code":["Obter Código de Autorização do Google"],"Reload crawl issues":["Recarregar questões de rastreamento"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder criar um redirecionamento e corrigir esse problema, você precisa do %1$s. Você pode comprar esse plugin com um ano de suporte e atualizações em %2$s."],"Creating redirects is a %s feature":["A criação de redirecionamentos é um recurso do %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Erros que ocorreram apenas quando seu site foi rastreado pelo Googlebot para Feature phones (erros não apareceram em desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Erros que ocorreram somente quando seu site foi rastreado pelo Googlebot-Mobile (erros não aparecem para desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Erros que ocorreram quando seu site foi rastreado pelo Googlebot."],"Issue categories":["Categorias de problemas"],"Incorrect Google Authorization Code.":["Código de autorização do Google incorreto."],"The issues have been successfully reloaded!":["Os problemas foram recarregados com sucesso."],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Os dados do %1$s foram removidos. Você terá que autenticar novamente se você deseja recuperar os dados."],"Crawl errors per page":["Erros de rastreamento por página"],"Search":["Pesquisar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Não deixe escapar seus erros de rastreamento: %1$sconecte-se com o Google Search Console aqui%2$s."],"Create redirect":["Criar redirecionamento"],"Mark as fixed":["Marcar como resolvido"],"Response code":["Código de resposta"],"First detected":["Detectado pela 1ª vez"],"Last crawled":["Último rastreamento"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s detectou que você está usando uma versão de %2$s que não é compatível com %1$s. Por favor, atualize %2$s para a versão mais recente para usar este recurso."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Os plugins Yoast partilham alguns código entre eles para tornar o seu site mais rápido. Para isto, é necessário que todos os plugins Yoast estejam atualizados. Detectamos que este não é o caso neste site, atualize os plugins Yoast que não estejam atualizados."],"Feature phone":["Feature phone"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["O URL de destino não existe, mas o servidor não está retornando um erro 404 (arquivo não encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["A solicitação expirou ou site está bloqueando o Google."],"Server Error":["Erro do Servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["O Googlebot acessou seu site, mas certos URLs foram bloqueados em seu arquivo %1$s. Pode ser que este bloqueio seja para todos os Googlebots ou especificamente para o Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["O Google não conseguiu rastrear este URL devido a um problema indeterminado."],"URL points to a non-existent page.":["URL aponta para uma página inexistente."],"Not found":["Não encontrado"],"Not followed":["Não seguido"],"Faulty redirects":["Redirecionamentos com falhas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["O servidor requer autenticação ou está bloqueando o Googlebot de acessar o site."],"Access denied":["Acesso negado"],"Deactivate %s":["Desativar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["O plugin %1$s pode causar problemas quando utilizado em conjunto com %2$s."],"Upload Image":["Envio de imagem"],"Remove these ads?":["Remover estes anúncios?"],"%s Posts Overview":["Visão Geral dos Posts %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["O Título do Breadcrumbs é utilizado nos breadcrumbs onde esta taxonomia aparece."],"Breadcrumbs title":["Título do Breadcrumbs"],"The canonical link is shown on the archive page for this term.":["O link canônico é mostrado na página de arquivo para este termo."],"Facebook App ID":["ID do aplicativo do Facebook"],"Pinterest":["Pinterest"],"Other":["Outros"],"Archives":["Arquivo"],"Email":["E-mail"],"Previous":["Anterior"],"Next":["Próximo"],"Close":["Fechar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Você instalou %1$s e %2$s, e ambos podem criar sitemaps em XML. Ter dois Sitemaps XML não é benéfico para os mecanismos de pesquisa e ainda podem deixar seu site lento."],"Configure %1$s's Open Graph settings":["Defina as configurações Open Graph do %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Você instalou %1$s e %2$s, e ambos criam dados Open Graph que podem fazer com que o Facebook, Twitter, LinkedIn e outras redes sociais usem textos e imagens erradas quando suas páginas forem compartilhadas."],"%s Image":["Imagem no %s"],"%s Description":["Descrição no %s"],"%s Title":["Título no %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["O tamanho recomendado para a imagem %1$s é %2$spx."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Se você deseja substituir a imagem usada em %s para esse post, faça upload ou escolha uma imagem."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Se você não deseja utilizar a meta descrição para compartilhamento do tópico no %s, mas, deseja utilizar outra descrição, insira-a aqui."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Se você não desejar usar o título do post ao compartilha-lo no %s e preferir usar outro título, insira-o aqui."],"very difficult":["muito difícil de"],"Try to make shorter sentences, using less difficult words to improve readability":["Tente escrever sentenças mais curtas, usando palavras menos difíceis para melhorar a leitura"],"difficult":["difícil de"],"Try to make shorter sentences to improve readability":["Tente escrever sentenças mais curtas para aumentar a legibilidade"],"fairly difficult":["razoavelmente difícil de"],"OK":["OK"],"fairly easy":["razoavelmente fácil de"],"easy":["fácil de"],"very easy":["muito fácil de"],"Meta Desc.":["Meta-Desc."],"All SEO Scores":["Todas as pontuações de SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["A imagem destacada deve ter pelo menos 200x200 pixels para ser capturada pelo Facebook e outras redes sociais."],"(no parent)":["(sem parente)"],"Post is set to noindex.":["O post está definido como não-indexável (noindex)."],"The URL that this page should redirect to.":["A URL para a qual esta página deve redirecionar."],"301 Redirect":["Redirecionamento 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["A URL canônica para a qual esta página deve apontar, deixe em branco para usar o link permanente. %1$sURLs canônicos entre domínios%2$s também são suportados."],"Canonical URL":["URL Canônica"],"Title to use for this page in breadcrumb paths":["Título usado para esta página nos breadcrumbs"],"Breadcrumbs Title":["Título do Breadcrumbs"],"No Snippet":["Sem amostra"],"No Archive":["Nenhum arquivo"],"No Image Index":["Não indexar Imagem"],"None":["Nenhum"],"Site-wide default: %s":["Site-wide padrão: %s"],"Advanced meta robots settings for this page.":["Configurações avançadas de meta robots para esta página."],"Meta robots advanced":["Meta robots avançado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Atenção: mesmo que você possa definir as configurações dos meta robots aqui, todo o site está definido para noindex nas configurações de privacidade, de modo que essas configurações não terão efeito."],"Meta description":["Meta-descrição"],"SEO Title":["Título SEO"],"Focus keyword":["Frase-chave em foco"],"Snippet preview":["Prévia de amostra"],"Settings successfully imported.":["Configurações importadas com sucesso."],"Settings could not be imported:":["As configurações não puderam ser importadas:"],"Breadcrumb for 404 pages:":["Breadcrumbs para páginas 404:"],"Prefix for search result pages:":["Prefixo para páginas de resultados de busca:"],"Prefix for archive pages:":["Prefixo para arquivo de páginas:"],"Prefix for breadcrumbs:":["Prefixo dos breadcrumbs:"],"Anchor text for the homepage:":["Texto âncora para a página inicial:"],"Breadcrumbs separator:":["Separador de breadcrumbs:"],"%s Breadcrumbs":["Breadcrumbs do %s"],"Use Image":["Usar imagem"],"Action":["Ação"],"Page URL/Slug":["URL/Slug da Página"],"Publication date":["Data de publicação"],"Post Status":["Status do Post"],"WP Page Title":["Título da Página WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Visualizar"],"Preview “%s”":["Visualizar “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nova Yoast Meta Descrição"],"Existing Yoast Meta Description":["Yoast Meta Descrição existente"],"Facebook profile URL":["URL do perfil no Facebook"],"Twitter username (without @)":["Usuário do Twitter (sem o @)"],"FAQ":["FAQ"],"Premium Support":["Suporte Premium"],"Settings":["Configurações"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Você deve %1$sacessar as Configurações de leitura%2$s e desmarcar a opção \"Visibilidade nos mecanismos de pesquisa\"."],"Huge SEO Issue: You're blocking access to robots.":["Problema grave de SEO: Você está bloqueando o acesso dos robôs."],"Posts":["Posts"],"Edit Files":["Editar Arquivos"],"Advanced Variables":["Variáveis avançadas"],"Basic Variables":["Variáveis básicas"],"General":["Geral"],"Extensions":["Extensões"],"Search Console":["Console de Pesquisa"],"Tools":["Ferramentas"],"Advanced":["Avançado"],"XML sitemaps":["Sitemaps XML"],"Social":["Redes Sociais"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detectou que você está usando a versão %2$s do %3$s. Por favor, atualize para a versão mais recente para evitar problemas de compatibilidade."],"Just another WordPress site":["Apenas outro site do Wordpress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Você ainda usa o slogan padrão do WordPress, provavelmente deixar em branco é melhor. %1$sYou pode corrigir isso no personalizador%2$s."],"You have used HTML in your value which is not allowed.":["Você utilizou HTML em um campo que não é permitido."],"You can't edit %s that aren't yours.":["Você não pode editar %s que não são seus."],"You can't edit %s.":["Você não pode editar %s."],"Post has an invalid Content Type: %s.":["O post tem um tipo de conteúdo inválido: %s."],"Post doesn't exist.":["O post não existe."],"course\u0004Free:":["Grátis:"],"posts\u0004Trash (%s)":["Lixeira (%s)","Lixeira (%s)"],"posts\u0004All (%s)":["Tudo (%s)","Tudo (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/pt_PT-ao90.json b/Resources/Private/Languages/pt_PT-ao90.json deleted file mode 100644 index edf5213..0000000 --- a/Resources/Private/Languages/pt_PT-ao90.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"pt"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"Free":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":[""],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":[""],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":[""],"Learn about why permalinks are important for SEO.":[""],"Google Ads":[""],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":[""],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":[""],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":[""],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["","There are new notifications."],"Learn more about the readability analysis":[""],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":[""],"%s and %s":[""],"%d minute":["","%d minutes"],"%d hour":["","%d hours"],"%d day":["","%d days"],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":[""],"hours":[""],"days":[""],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":[""],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":[""],"Move question down":[""],"Move question up":[""],"Insert question":[""],"Delete question":[""],"Enter the answer to the question":[""],"Enter a question":[""],"Add question":[""],"Frequently Asked Questions":[""],"Great news: you can, with %s!":[""],"Select the primary %s":[""],"Check links to this URL":[""],"Keyword research training":[""],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":[""],"Move step down":[""],"Move step up":[""],"Insert step":[""],"Delete step":[""],"Add image":[""],"Enter a step description":[""],"Enter a description":[""],"Unordered list":[""],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":[""],"Delete total time":[""],"Add total time":[""],"How to":[""],"How-to":[""],"Snippet Preview":[""],"Analysis results":[""],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":[""],"Cornerstone content should be the most important and extensive articles on your site.":[""],"Restore Site":[""],"Network Settings":[""],"You are not allowed to perform this action.":[""],"Error: %s":[""],"Success: %s":[""],"Site with ID %d not found.":[""],"No site has been selected to restore.":[""],"You are not allowed to modify unregistered network settings.":[""],"deleted":[""],"Would you like to add another keyphrase?":[""],"image preview":[""],"Copied!":[""],"Not supported!":[""],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":[""],"Copy link":[""],"Copy link to suggested article: %s":[""],"The site's tagline":[""],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":[""],"Optimize your site for Google News.":[""],"Optimize your shop's SEO and sell more products!":[""],"Be found in Google Video search and enhance your video sharing on social media.":[""],"Be found in Google Maps and local results.":[""],"Learn practical SEO skills to rank higher in Google.":[""],"Don’t waste time figuring out the best settings yourself.":[""],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":[""],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":[""],"Current year":[""],"Page":[""],"Breadcrumb settings for %s archive":[""],"Tagline":[""],"Modify your meta description by editing it right here":[""],"description (custom taxonomy)":[""],"(custom taxonomy)":[""],"(custom field)":[""],"Term404":[""],"Caption":[""],"Pagenumber":[""],"Pagetotal":[""],"Page number":[""],"User description":[""],"ID":[""],"Modified":[""],"Post type (plural)":[""],"Post type (singular)":[""],"Separator":[""],"Search phrase":[""],"Term title":[""],"Term description":[""],"Tag description":[""],"Category description":[""],"Primary category":[""],"Category":[""],"Tag":[""],"Excerpt only":[""],"Excerpt":[""],"Site title":[""],"Archive title":[""],"Parent title":[""],"Date":[""],"Label":[""],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":[""],"Search engines and other websites can still send traffic to your deleted post.":[""],"Make sure you don't miss out on traffic!":[""],"You just deleted a %1$s.":[""],"You just trashed a %1$s.":[""],"Settings for %s archive":[""],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Note that not all variables can be used in every field.":[""],"Snippet variables":[""],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":[""],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":[""],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":[""],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":[""],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":[""],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":[""],"Baidu verification code":[""],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":[""],"Content Type":[""],"Filter by content type":[""],"Show All Content Types":[""],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":[""],"Clean":[""],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":[""],"Step 5: Clean up":[""],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":[""],"Please check your posts and pages and see if the metadata was successfully imported.":[""],"Step 3: Check your data":[""],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":[""],"Please make a backup of your database before starting this process.":[""],"Step 1: Create a backup":[""],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":[""],"Plugin: ":[""],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":[""],"%s data found.":[""],"%s data successfully removed.":[""],"%s data successfully imported.":[""],"%s data not found.":[""],"Improve your SEO skills":[""],"24/7 email support":[""],"No more dead links a.k.a. 404 pages":[""],"Get real-time suggestions for internal links":[""],"Preview your page in Facebook and Twitter":[""],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":[""],"Remove the categories prefix":[""],"Help on the category prefix setting":[""],"Learn more about the available variables":[""],"Learn more about the RSS feed setting":[""],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":[""],"Learn more about the title separator setting":[""],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":[""],"Learn more about the special pages setting":[""],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":[""],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":[""],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":[""],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":[""],"On":[""],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":[""],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":[""],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":[""],"this author's archives":[""],"Do not allow search engines to show %s in search results.":[""],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":[""],"Category URLs":[""],"the archive for %s":[""],"Redirect attachment URLs to the attachment itself?":[""],"We recommend you set this to Yes.":[""],"Media & attachment URLs":[""],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":[""],"archives for authors without posts":[""],"Read why XML Sitemaps are important for your site.":[""],"Enable the XML sitemaps that %s generates.":[""],"See the XML sitemap.":[""],"%2$s (current default for %1$s)":[""],"Media":[""],"Content Types":[""],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":[""],"Search Appearance":[""],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":[""],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":[""],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":[""],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":[""],"Good results":[""],"Get better search results in local search":[""],"Allow customers to pick up their %s order locally":[""],"SEO analysis":[""],"The SEO analysis offers suggestions to improve the SEO of your text.":[""],"Learn how the SEO analysis can help you rank.":[""],"The readability analysis offers suggestions to improve the structure and style of your text.":[""],"Discover why readability is important for SEO.":[""],"Find out how cornerstone content can help you improve your site structure.":[""],"The text link counter helps you improve your site structure.":[""],"Find out how the text link counter can enhance your SEO.":[""],"%s integration":[""],"Read more about how %s works.":[""],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Find out why you should upgrade to %s":["Saiba porque deve atualizar para o %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":[""],"Need help?":["Precisa de ajuda?"],"Remove highlight from the text":["Remover o destaque do texto"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":[""],"First-time SEO configuration":[""],"Your site language is set to {language}. If this is not correct, contact your site administrator.":[""],"Your site language is set to {language}.":[""],"Highlight this result in the text":["Destacar este resultado no texto"],"Considerations":["Considerações"],"Errors":["Erros"],"Change language":["Alterar idioma"],"You cannot create a %s file.":["Não pode criar um ficheiro %s."],"You cannot edit the %s file.":["Não pode editar o ficheiro %s."],"Updated %s":["%s atualizado"],"Create %s file":["Criar ficheiro %s"],"Edit the content of your %s:":["Editar o conteúdo do seu %s:"],"Save changes to %s":["Guardar alterações para %s"],"%s file":["Ficheiro %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":[""],"More information":["Mais informações"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":[""],"More information about %1$s":["Mais informações sobre %1$s"],"Configuration Wizard":["Assistente de configuração"],"You've done it!":["Conseguiu!"],"Seamlessly integrate %1$s into your AMP pages!":[""],"Seamlessly integrate %2$s with %1$s for the content analysis!":[""],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":[""],"Loading help center.":[""],"Get support":["Obter suporte"],"(Opens in a new browser tab)":["(Abrir num novo separador)"],"Posts %1$swithout%2$s a focus keyphrase":[""],"Hey, your SEO is doing pretty well! Check out the stats:":[""],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Ainda não tem conteúdos publicados, as suas classificações de SEO serão mostradas aqui assim que criar o seu primeiro conteúdo!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Outro"],"A portfolio":["Um porftólio"],"A corporation":["Uma empresa"],"A small offline business":["Um pequeno negócio local"],"A news channel":["Um canal de notícias"],"An online shop":["Uma loja online"],"A blog":["Um blog"],"What does the site %1$s represent?":[""],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":[""],"Option A: My site is live and ready to be indexed":[""],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":[""],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":[""],"Readability: %s":[""],"Not activated":["Não ativado"],"Activated":["Ativado"],"%1$s recommendations for you":[""],"All Readability Scores":["Todas as classificações de legibilidade"],"Filter by Readability Score":["Filtrar por classificação de legibilidade"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Não está a receber atualizações nem suporte! Corrija este problema através de adicionar este site e ativar o %1$s em %2$s."],"Request method %1$s is not valid.":["O método de pedido %1$s não é válido."],"Muted notifications:":["Notificações silenciadas:"],"Muted problems:":["Problemas silenciados:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Gostaria de pré-visualizar como este conteúdo será mostrado ao ser partilhado por outras pessoas no %1$s? É possível, com o %2$s."],"Good job! All the links in your texts have been counted.":["Bom trabalho! Foram contadas todas as ligações dos seus textos."],"Calculation completed.":["Cálculo concluído."],"Calculation in progress...":["Cálculo em curso..."],"Stop counting":["Parar contagem"],"Counting links in your texts":["A contar ligações nos seus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s processado."],"All your texts are already counted, there is no need to count them again.":["Todos os seus textos já foram contados, não há necessidade de contá-los de novo."],"Count links in your texts":["Contar ligações nos seus textos"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["As ligações de todos os seus textos públicos têm de ser contadas. Isto permite-lhe saber quantos textos precisam de mais ligações. Se quiser saber mais sobre como e porquê criar ligações internas, leia o %1$sartigo sobre ligações internas em %2$s%3$s."],"Text link counter":["Contador de ligações dos textos"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de ligações internas para este conteúdo. Veja o texto \"Colunas do Yoast\" no separador de ajuda para mais informações."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["O %1$s adiciona diversas colunas a esta página. Escrevemos um artigo sobre %2$scomo usar as classificações de SEO e de legibilidade%3$s. As colunas das ligações mostram o número de conteúdos neste site com ligações %5$spara%6$s este conteúdo e o número de ligações %5$sneste%6$s conteúdo. Saiba mais sobre %4$scomo usar estas funcionalidades para melhorar as suas ligações internas%3$s, o que melhora em muito o seu SEO."],"%s Columns":["Colunas do %s"],"Readability score":["Classificação de legibilidade"],"Other benefits of %s for you:":["Outros benefícios do %s para si:"],"Scroll to see the preview content.":["Deslize para baixo para pré-visualizar o conteúdo."],"Cornerstone content":["Conteúdo principal"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":[""],"Attract more customers near you":["Atraia mais clientes perto de si"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":[""],"Get the most out of %1$s with the %2$s":["Obtenha o máximo do %1$s com o %2$s"],"Upgrade to Premium":[""],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["Supere a sua concorrência com o %s"],"You might like":["Poderá gostar"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Detetámos que ainda não concluiu este assistente, recomendamos que %2$sinicie o assistente de configuração para configurar o %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["O assistente de configuração ajuda-o a configurar facilmente o seu site para ter as melhores definições de SEO."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Obtenha a versão premium e os nossos especialistas estarão disponíveis para ajudar em qualquer dúvida sobre a configuração e utilização do plugin."],"Superfast internal linking suggestions":["Sugestões rápidas para ligações internas"],"Great news: you can, with %1$s!":["Boas notícias: é possível com o %1$s!"],"Save changes":["Guardar alterações"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":[""],"%1$sSocial media preview%2$s: Facebook & Twitter":[""],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNão mais ligações quebradas%2$s: Easy Redirect Manager"],"No ads!":["Sem anúncios!"],"Facebook & Twitter":["Facebook e Twitter"],"Social media preview":["Pré-visualizações das redes sociais"],"Easy redirect manager":["Easy Redirect Manager"],"No more dead links":["Não mais ligações quebradas"],"Increase your SEO reach":["Aumente o alcance do seu SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":[""],"Variable":["Variável"],"Available variables":["Variáveis disponíveis"],"Scroll to see the table content.":["Deslize para baixo para ver o conteúdo da tabela."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Se precisar de ajuda consulte o %1$snosso artigo sobre como ligar o seu site à Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Ocorreu um erro na avaliação de '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s das palavras contêm %2$smais de %3$s sílabas%4$s, o que é superior ao máximo recomendado de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s das palavras contêm %2$smais de %3$s sílabas%4$s, o que é inferior ou igual ao mínimo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["A descrição contém %1$d frase %2$scom mais de %3$s palavras%4$s. Tente encurtar esta frase.","A descrição contém %1$d frases %2$scom mais de %3$s palavras%4$s. Tente encurtar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["A descrição não contém frases %1$scom mais de %2$s palavras%3$s."],"No new notifications.":["Nenhuma notificação nova."],"Save all":["Guardar tudo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, autor em %2$s"],"Mobile preview":["Pré-visualizar em dispositivo móvel"],"Desktop preview":["Pré-visualizar em computador"],"Select redirect":["Selecione o redireccionamento"],"Please provide an SEO title by editing the snippet below.":["Por favor, insira um título SEO editando o fragmento abaixo."],"Meta description preview:":["Pré-visualização da descrição:"],"Slug preview:":["Pré-visualização da slug:"],"SEO title preview:":["Pré-visualização do título SEO:"],"Close snippet editor":["Fechar editor de fragmentos"],"Slug":["Slug"],"Remove marks in the text":["Remover marcas no texto"],"Mark this result in the text":["Realçar este resultado no texto"],"Marks are disabled in current view":["Marcações desativadas na vista atual"],"Good SEO score":["Classificação boa de SEO"],"OK SEO score":["Classificação razoável de SEO"],"Feedback":["Feedback"],"ok":["razoável"],"Choose an image":["Escolha uma imagem"],"Remove the image":["Remover a imagem"],"MailChimp signup failed:":["Falhou ao subscrever no MailChimp:"],"Sign Up!":["Subscrever!"],"Name":["Nome"],"There is an error with the request.":["Ocorreu um erro com o pedido."],"Select profile":["Selecionar perfil"],"Choose a profile":["Escolha um perfil"],"Authorization code":[""],"Reauthenticate with Google":["Autenticar de novo com o Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para autorizar o %s a obter a sua informação do Google Search Console, por favor insira o seu código de autorização do Google. Ao clicar no botão abaixo abre uma nova janela."],"Please provide a meta description by editing the snippet below.":["Por favor, insira uma descrição editando o fragmento abaixo."],"Edit snippet":["Editar fragmento"],"You can click on each element in the preview to jump to the Snippet Editor.":["Pode clicar em cada elemento na pré-visualização para ir para o Editor de fragmentos."],"Close the Wizard":["Fechar o assistente"],"Export settings":["Exportar definições"],"%1$s video tutorial":["Tutorial vídeo do %1$s"],"%s › Configuration Wizard":["%s › Assistente de configuração"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Se tiver algum problema, %1$spor favor submeta um relatório de erro%2$s e faremos o nosso melhor para ajudá-lo."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Notámos que está a usar o %1$s há algum tempo, esperamos que esteja a gostar! Ficaremos muito gratos se nos quiser %2$sclassificar com 5 estrelas em WordPress.org%3$s!"],"Courses":["Cursos"],"Date archives settings":["Definições do arquivo por datas"],"Author archives settings":["Definições do arquivo de autor"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":[""],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(sem título)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["O menu da barra de administração do %1$s contém ligações úteis para ferramentas de terceiros para analisar páginas e para que seja mais fácil ver se tem novas notificações."],"Admin bar menu":["Menu da barra de administração"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funcionalidades"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Embora tentemos manter a configuração do %1$s o mais fácil possível, sabemos que pode ser algo assustador. Se preferir que sejamos nós a configurar o %1$s (e obter uma cópia do %2$s no processo), encomende aqui o %3$s%1$s Configuration Service%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bem-vindo ao assistente de configuração do %1$s. Vamos ajudá-lo passo a passo a configurar as definições do Yoast SEO de acordo com a necessidades do seu site!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["O Google mostra o nome do seu site nos resultados de pesquisa, se pretender alterá-lo, pode fazê-lo aqui."],"Greater than sign":["Sinal de maior"],"Less than sign":["Sinal de menor"],"Right angle quotation mark":["Símbolo de citação à direita"],"Left angle quotation mark":["Símbolo de citação à esquerda"],"Small tilde":["Til pequeno"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco inferior"],"Asterisk":["Asterisco"],"Bullet":["Bola"],"Middle dot":["Ponto médio"],"Em dash":["Travessão"],"En dash":["Traço"],"Dash":["Hífen"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Escolha o símbolo a usar como separador do título. Isto será mostrado, por exemplo, entre o título do conteúdo e o nome do site. Os símbolos serão mostrados no tamanho em que aparecem nos resultados da pesquisa."],"The name of the person":["O nome da pessoa"],"No":["Não"],"Yes":["Sim"],"Does, or will, your site have multiple authors?":["O seu site tem ou terá múltiplos autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["O WordPress cria automaticamente um URL para cada item de média da biblioteca. Ativar isto permitirá ao Google indexar o URL criado."],"Success!":["Sucesso!"],"Title settings":["Definições do título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Múltiplos autores"],"Site type":["Tipo de site"],"Environment":["Ambiente"],"Yoast option %1$s not found.":["Opção %1$s do Yoast não encontrada."],"Google Structured Data Test":["Teste de dados estruturados do Google"],"Posts list":["Lista de conteúdos"],"Posts list navigation":["Navegação da lista de conteúdos"],"Filter posts list":["Filtrar lista de conteúdos"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Atenção que as ligações para o arquivo podem ser atribuídas pelo tema e terá de as remover separadamente."],"%1$s to optimize your site even further":["%1$s para otimizar ainda mais o seu site"],"%1$s extensions":["Extensões de %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Experimente e use durante 30 dias, garantia de devolução do pagamento sem perguntas."],"More information %1$sabout %3$s%2$s":["Mais informações %1$ssobre %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtenha acesso à nossa equipa de suporte 24/7."],"Premium support":["Suporte Premium"],"check what your Facebook or Twitter post will look like.":["verifique a aparência das publicações no Facebook e Twitter."],"Social previews":["Pré-visualizações das redes sociais"],"create and manage redirects from within your WordPress install.":["crie e organize redireccionamentos a partir da sua instalação WordPress."],"Redirect manager":["Gestor de redireccionamentos"],"%1$s, take your optimization to the next level!":["%1$s, eleva a sua otimização a um nível superior!"],"A seamless integration between %1$s and %2$s":["Uma ótima integração entre %1$s e %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use breadcrumbs de %1$s em vez de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Insira facilmente Google Maps, localização de lojas, horário de funcionamento, etc."],"Creates XML News Sitemaps":["Crie sitemap XML de notícias"],"Immediately pings Google on the publication of a new post":["Informe de imediato o Google sobre a publicação de um novo conteúdo"],"Optimize your site for Google News":["Otimize o seu site para o Google News"],"Make videos responsive through enabling fitvids.js":["Faça vídeos responsivos ativando fitvids.js"],"Enhance the experience of sharing posts with videos":["Melhore a experiência de partilha de conteúdos com vídeos"],"Show your videos in Google Videos":["Mostre os seus vídeos no Google Vídeos"],"Crawl issues list":["Lista de problemas de rastreamento"],"Crawl issues list navigation":["Navegação da lista de problemas de rastreamento"],"Edit “%s”":["Editar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notificações"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["Desativar análise de SEO"],"Twitter settings":["Definições do Twitter"],"Pinterest settings":["Definições do Pinterest"],"Facebook settings":["Definições do Facebook"],"Title separator symbol":["Símbolo separador do título"],"RSS feed settings":["Definições do feed RSS"],"Breadcrumbs settings":["Definições de breadcrumbs"],"Make primary":["Tornar primário"],"Enter your Google Authorization Code and press the Authenticate button.":["Insira o seu código de autorização do Google e carregue no botão Autenticar."],"%s notification":["%s notificação","%s notificações"],"Disable readability analysis":["Desativar análise de legibilidade"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Análise de legibilidade"],"Needs improvement":["Precisa de melhoramentos"],"Readability":["Legibilidade"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":[""],"Improvements":["Melhoramentos"],"Restore this item.":["Repor este item."],"Dismiss this item.":["Ignorar este item."],"Good job! We could detect no serious SEO problems.":["Bom trabalho! Não foram detetados problemas graves de SEO."],"We have detected the following issues that affect the SEO of your site.":["Foram detetados os seguintes problemas a afetar a classificação SEO do seu site."],"Problems":["Problemas"],"Analysis":["Análise"],"Not available":["Não disponivel"],"Filter by SEO Score":["Filtrar por classificação SEO"],"Meta description not set.":["Descrição não definida."],"Video tutorial":["Tutorial vídeo"],"Email support is a %s feature":["Suporte por email é uma funcionalidade de %s"],"Knowledge base":["Base de conhecimento"],"Open":[""],"Dashboard":["Painel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Pode resolver isto na %1$spágina das Ligações permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["A paginação de comentários está ativada e isto não é necessário em 999 a cada 1000 casos, por isso recomendamos a sua desativação."],"Replaced with the primary category of the post/page":["Substituído pela categoria primária do conteúdo"],"Pinterest confirmation":["Confirmação do Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Se já confirmou o seu site no Pinterest, pode saltar o passo abaixo."],"Format-based archives":["Arquivo baseado no formato"],"Webmaster Tools verification":["Verificação de ferramentas de webmaster"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":[""],"Want to be a %s Expert?":[""],"Buy %s":["Comprar %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Novo título do %1$s"],"Existing %1$s Title":["Título existente do %1$s"],"Expected an integer as input.":["A entrada deve ser um número inteiro."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["A tentar criar uma chave de cache segura para o sitemap mas a combinação de sufixo e prefixo não deixa muito espaço para o fazer. Está provavelmente a pedir uma página que estará muito fora do alcance expectável."],"Remove":["Remover"],"Keep":["Manter"],"Bold the last page":["Negrito na última página"],"Regular":["Normal"],"Bold":["Negrito"],"Show Blog page":["Mostrar página de artigos"],"Primary %s":["%s primário(a)"],"Primary":["Primário(a)"],"Make %1$s primary %2$s":["Tornar %1$s primário em %2$s"],"Term is set to noindex.":["Termo está definido como a não indexar."],"Author archives":["Arquivo de autor"],"Show":["Mostrar"],"Enabled":["Ativo"],"Disabled":["Inativo"],"%1$s has not fetched your site's indexability status yet from %2$s":["O %1$s ainda não carregou o estado de indexação do seu site a partir de %2$s"],"The separator defined in your theme's %s tag.":["O separador definido no %s do seu tema."],"No index":["Não indexar"],"Analyze entire site":["Analisar todo o site"],"Fetch the current status":["Verificar estado atual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$sO %2$s não conseguiu carregar o estado de indexação do seu site%3$s a partir de %4$s"],"Your homepage can be indexed by search engines.":["A sua página inicial pode ser indexada pelos motores de pesquisa."],"Indexability check by %1$s":["Verificação de indexação por %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Se quiser usar uma imagem para partilhar no %1$s, pode carregar/escolher uma imagem ou adicionar aqui o seu URL."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Se não quiser usar a descrição para partilhar no %1$s, e preferir uma descrição alternativa, escreva-a aqui."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Se não quiser usar o título para partilhar no %1$s, e preferir um título alternativo, escreva-o aqui."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sA sua página inicial não pode ser indexada pelos motores de pesquisa%2$s. Isto é muito mau para classificação SEO e deve ser resolvido."],"Once Weekly":["Uma vez por semana"],"Add-ons":["Add-ons"],"SEO score":["Classificação de SEO"],"Twitter metadata":["Metadados do Twitter"],"Facebook / Open Graph metadata":["Metadados do Facebook / Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["Concluído(s) %1$s de %2$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Atualizámos o nosso algoritmo de classificação SEO. %1$sCarregue aqui para recalcular as suas classificações SEO%2$s para todos os conteúdos e páginas."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["A primeira solução integrada de SEO para WordPress, com análise de conteúdo na página, sitemaps XML e muito mais."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Ativação falhou:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["A extensão Filter não está disponível. Por favor peça ao seu serviço de alojamento para ativá-la."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["A instalação do plugin %1$s está incompleta. Por favor, leia as %2$sinstruções de instalação%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["A extensão PHP Library (padrão) não está disponível. Por favor peça ao seu serviço de alojamento para ativá-la."],"SEO Settings":["Definições de SEO"],"Mobile-Friendly Test":["Teste de compatibilidade com dispositivos móveis"],"Google Page Speed Test":["Teste PageSpeed do Google"],"CSS Validator":["Validação de CSS"],"HTML Validator":["Validação de HTML"],"Pinterest Rich Pins Validator":["Validação de Rich Pins do Pinterest"],"Facebook Debugger":["Depurador do Facebook"],"Check Headers":["Verificar cabeçalhos"],"Check Google Cache":["Verificar cache do Google"],"Analyze this page":["Analisar esta página"],"Keyword Research":["Pesquisa de palavras-chave"],"%s does not seem to be a valid url. Please correct.":["%s não parece ser um URL válido. Por favor tente de novo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s não parece ser uma variável de verificação de %2$s válida. Por favor tente de novo."],"%s Archive":["Arquivo de %s"],"You searched for %s":["Pesquisou por %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s não parece ser um utilizador válido do Twitter. Por favor tente de novo."],"Summary with large image":["Resumo com imagem grande"],"Summary":["Resumo"],"The post %1$s appeared first on %2$s.":["O conteúdo %1$s aparece primeiro em %2$s."],"No numeric value was received.":["Não foi recebido nenhum valor numérico."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Tem de ser um site existente. O site %s não existe ou foi marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["As definições por omissão têm que ser o ID numérico do site cujas definições pretende usar por omissão."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s não é uma escolha válida para quem deve ter permissões de acesso às configurações do %2$s. Foi reposto o valor por omissão."],"Please select a valid post type for taxonomy \"%s\"":["Por favor selecione um tipo de conteúdo válido para a taxonomia \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor selecione uma taxonomia para o tipo de conteúdo \"%s\""],"You searched for":["Pesquisou por"],"Home":["Início"],"Archives for":["Arquivo de"],"Error 404: Page not found":["Erro 404: Página não encontrada"],"Good":["Bom"],"Replaced with a custom taxonomies description":["Substituído pela descrição da taxonomia personalizada"],"Replaced with a posts custom taxonomies, comma separated.":["Substituído pelas taxonomias personalizadas do conteúdo, separadas por vírgulas."],"Replaced with a posts custom field value":["Substituído pelo valor de um campo personalizado do conteúdo"],"Replaced with the slug which caused the 404":["Substituído pela slug que causou o erro 404"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Legenda do anexo"],"Replaced with the current page number":["Substituído pelo número da página atual"],"Replaced with the current page total":["Substituído pelo número total de páginas"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Substituído pelo número atual de página em contexto (p.ex. página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Substituído pela informação biográfica do autor do conteúdo"],"Replaced with the post/page author's 'nicename'":["Substituído pela alcunha do autor do conteúdo"],"Replaced with the post/page ID":["Substituído pelo ID do conteúdo"],"Replaced with the post/page modified time":["Substituído pela hora de modificação do conteúdo"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["Substituído pela atual frase de pesquisa"],"Replaced with the term name":["Substituído pelo nome do termo"],"Replaced with the term description":["Substituído pela descrição do termo"],"Replaced with the tag description":["Substituído pela descrição da etiqueta"],"Replaced with the category description":["Substituído pela descrição da categoria"],"Replaced with the post categories (comma separated)":["Substituído pelas categorias do conteúdo (separado por vírgulas)"],"Replaced with the current tag/tags":["Substituído pelas etiquetas atuais"],"Replaced with the post/page excerpt (without auto-generation)":["Substituído pelo excerto do conteúdo (sem gerar automaticamente)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Substituído pelo excerto do conteúdo (ou gerado automaticamente caso não exista)"],"The site's name":["Nome do site"],"Replaced with the title of the parent page of the current page":["Substituído pelo título da página superior da página atual"],"Replaced with the title of the post/page":["Substituído pelo título do conteúdo"],"Replaced with the date of the post/page":["Substituído pela data do conteúdo"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Não pode sobrepor uma substituição de variável predefinida do WPSEO ao registar uma variável com o mesmo nome. Em alternativa use o filtro \"wpseo_replacements\" para ajustar o valor de substituição."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Já foi registada uma variável de substituição com o mesmo nome. Tente usar um nome exclusivo para a sua variável."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Uma variável de substituição não pode começar com \"%%cf_\" ou \"%%ct_\" pois estas estão reservadas pelo WPSEO como variáveis por omissão para campos personalizados e taxonomias personalizadas. Tente usar um nome único para a sua variável."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Uma variável de substituição apenas pode conter carateres alfanuméricos, underscores ou hífenes. Tente renomear a sua variável."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Página não encontrada"],"%s Archives":["Arquivo de %s"],"Search for \"%s\"":["Procurar por \"%s\""],"Meta description to use for Author page":["Descrição da página de autor"],"Title to use for Author page":["Título da página de autor"],"%1$s settings":["Definições do %1$s"],"Export your %1$s settings":["Exportar as suas definições de %1$s"],"Import settings":["Importar definições"],"Import from other SEO plugins":["Importar de outros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Caso tenha o ficheiro %s e este tiver permissões de escrita, pode editá-lo aqui."],"If your %s were writable, you could edit it from here.":["Se o seu ficheiro %s tiver permissões de escrita, pode editá-lo aqui."],"You don't have a %s file, create one here:":["Não tem o ficheiro %s, crie um aqui:"],"A link to your site, with your site's name and description as anchor text.":["A ligação para o seu site, com o nome e descrição do site como texto âncora."],"A link to your site, with your site's name as anchor text.":["A ligação para o seu site, com o nome do site como texto âncora."],"A link to the post, with the title as anchor text.":["A ligação para o conteúdo, com este título como texto âncora."],"A link to the archive for the post author, with the authors name as anchor text.":["A ligação para o arquivo do autor deste conteúdo, com os nome do autor como de texto âncora."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Dentro das informações pode incluir as variáveis abaixo, que serão substituídas pelo valor à direita."],"Content to put after each post in the feed":["Informação a inserir depois de cada conteúdo do feed"],"Content to put before each post in the feed":["Informação a inserir antes de cada conteúdo do feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta funcionalidade é usada para adicionar informação automaticamente ao seu RSS. O objetivo é adicionar ligações para o seu site e respetivos conteúdos, para que os motores de pesquisa adicionem também estas ligações, permitindo a sua identificação como fonte original dos conteúdos."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["O uso da função de breadcrumbs é explicado %1$sno artigo da nossa base de conhecimento sobre implementação de breadcrumbs%2$s."],"How to insert breadcrumbs in your theme":["Como inserir breadcrumbs no seu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":[""],"Taxonomy to show in breadcrumbs for content types":[""],"Breadcrumb for 404 Page":["Breadcrumb para página 404"],"Prefix for Search Page breadcrumbs":["Prefixo para breadcrumbs de página de pesquisa"],"Prefix for Archive breadcrumbs":["Prefixo para breadcrumbs de arquivo"],"Prefix for the breadcrumb path":["Prefixo para o caminho de breadcrumb"],"Anchor text for the Homepage":["Texto âncora para a página inical"],"Separator between breadcrumbs":["Separador entre breadcrumbs"],"Enable Breadcrumbs":["Ativar breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Abaixo pode encontrar as classificações SEO dos conteúdos publicados. Pode começar agora a melhorar alguns dos seus conteúdos!"],"Credits":["Créditos"],"« Back to Tools page":["« Voltar à página Ferramentas"],"%1$s comes with some very powerful built-in tools:":["O %1$s inclui algumas ferramentas poderosas:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta ferramenta permite-lhe alterar rapidamente ficheiros importantes para o seu SEO, como o ficheiro robots.txt e, se tiver, o ficheiro .htaccess."],"File editor":["Editor de ficheiro"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importe as definições de outros plugins SEO e exporte as suas definições para as reutilizar noutro site."],"Import and Export":["Importar e exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta ferramenta permite-lhe alterar títulos e descrições dos seus conteúdos e páginas sem ter de usar o editor para cada página."],"Bulk editor":["Editor por lote"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sconfirmar o seu site com o Pinterest%2$s, adicione a meta tag aqui:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["O Pinterest utiliza metadados Open Graph, tal como o Facebook, ative a opção de metadados Open Graph no separador Facebook se quiser otimizar o seu site para o Pinterest."],"The default card type to use":["Tipo de cartão por omissão"],"Add Twitter card meta data":["Adicionar metadados do cartão do Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imagem é usada se o conteúdo não tiver nenhuma imagem."],"Default settings":["Definições por omissão"],"Copy home meta description":["Copiar a descrição da página inicial"],"Description":["Descrição"],"Image URL":["URL da imagem"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Estes são o título, descrição e imagem usados nos metadados Open Graph, na página inicial do seu site."],"Frontpage settings":["Definições da página inicial"],"Add Open Graph meta data":["Adicionar metadados Open Graph"],"YouTube URL":["URL do YouTube"],"Pinterest URL":["URL do Pinterest"],"MySpace URL":["URL do MySpace"],"LinkedIn URL":["URL do LinkedIn"],"Instagram URL":["URL do Instagram"],"Twitter Username":["Nome de utilizador do Twitter"],"Facebook Page URL":["URL da página do Facebook"],"Accounts":["Contas"],"Restore site to defaults":["Repor definições originais"],"Site ID":["ID do site"],"Using this form you can reset a site to the default SEO settings.":["Através deste formulário pode repor as definições por omissão de SEO de um site."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":[""],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Insira o %1$sID do site%2$s cujas definições quer usar por omissão para todos os sites que são adicionados à sua rede. Deixe em branco para nenhum (p.ex. serão usadas as definições por omissão)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Escolha o site cujas definições deseja usar por omissão para todos os sites que são adicionados à sua rede. Se escolher 'Nenhum', serão utilizadas as definições por omissão do plugin."],"New sites in the network inherit their SEO settings from this site":["Novos sites na rede herdam as definições SEO deste site"],"Super Admins only":["Apenas super administradores"],"Site Admins (default)":["Administradores do site (por omissão)"],"Who should have access to the %1$s settings":["Quem deverá aceder às definições de %1$s"],"spam":["spam"],"mature":["adulto"],"archived":["arquivado"],"public":["público"],"%s restored to default SEO settings.":["%s reposto para as definições de SEO por omissão."],"Settings Updated.":["Definições atualizadas."],"404 pages":["Páginas 404"],"Search pages":["Páginas de pesquisa"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas estão definidas como %s por omissão, de modo a nunca aparecerem em resultados de pesquisa."],"Special Pages":["Páginas especiais"],"Date-based archives could in some cases also be seen as duplicate content.":["Arquivos baseados na data podem, nalguns casos, ser vistos como conteúdo duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Se este é o caso do seu site, pode escolher entre desativá-lo (que leva ao redireccionamento para a página inicial), ou adicionar %s para que não apareça nos resultados de pesquisa."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Se está a gerir um site apenas com um autor, o arquivo do autor será o mesmo que a sua página inicial. Isto é o que se chama %1$sum problema de conteúdo duplicado%2$s."],"Date archives":["Arquivo por datas"],"author archives":[""],"Title":["Título"],"%1$s Meta Box":["Metabox do %1$s"],"Hide":["Esconder"],"Date in Snippet Preview":["Data na pré-visualização dos fragmentos"],"Take note:":["Nota:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Página inicial"],"Title Separator":["Separador de títulos"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["O %1$s detetou automaticamente que precisa forçar a reescrita dos títulos das suas páginas. Se achar que isto está errado e souber o que está a fazer, pode alterar esta opção aqui."],"Force rewrite titles":["Forçar reescrita dos títulos"],"Taxonomies":["Taxonomias"],"Homepage":["Página inicial"],"%1$s Extensions":["Extensões de %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integre o WooCommerce com o %1$s sem dificuldade e obtenha funcionalidades extra!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Melhore o seu posicionamento na sua comunidade local e no Google Maps, sem esforço!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Está no Google News? Aumente o seu tráfego otimizando-o para o Google News!"],"Optimize your videos to show them off in search results and get more clicks!":["Otimize os seus vídeos para os mostrar em resultados de pesquisas e gerar mais tráfego!"],"The premium version of %1$s with more features & support.":["A versão premium do %1$s com mais funcionalidades e suporte."],"Person":["Pessoa"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Nome do site"],"Webmaster Tools":[""],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Não tem o título do conteúdo no URL dos seus conteúdos e páginas, é altamente recomendável que o faça. Considere definir as suas ligações permanentes como /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["ou"],"Save Profile":["Guardar perfil"],"There were no profiles found":["Nenhum perfil encontrado"],"Profile":["Perfil"],"Current profile":["Perfil atual"],"Authenticate":["Autenticar"],"Get Google Authorization Code":["Obter o código de autorização do Google"],"Reload crawl issues":["Atualizar problemas de rastreamento"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder criar um redireccionamento e resolver este assunto, precisa de %1$s. Pode comprar o plugin, incluindo atualizações e suporte durante um ano em %2$s."],"Creating redirects is a %s feature":["Criar redireccionamentos é uma funcionalidade de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Erros ocorridos apenas quando o seu site foi rastreado pelo Googlebot para telefones (erros que não surgiram em computadores)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Erros ocorridos apenas quando o seu site foi rastreado pelo Googlebot-Mobile (erros que não surgiram em computadores)."],"Errors that occurred when your site was crawled by Googlebot.":["Erros ocorridos quando o seu site foi rastreado pelo Googlebot."],"Issue categories":["Categorias de problemas"],"Incorrect Google Authorization Code.":["Código de autorização do Google incorreto."],"The issues have been successfully reloaded!":["Os problemas foram recarregados com sucesso."],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Os dados de %1$s foram removidos. Tem de autenticar-se de novo para obter os dados."],"Crawl errors per page":["Erros de rastreamento por página"],"Search":["Procurar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Não perca os seus erros de rastreamento: %1$sligue-se aqui à Google Search Console%2$s."],"Create redirect":["Criar redireccionamento"],"Mark as fixed":["Marcar como resolvido"],"Response code":["Código de resposta"],"First detected":["Detetado em"],"Last crawled":["Último rastreamento"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["O %1$s detetou que está a usar uma versão do %2$s que não é compatível com o %1$s. Por favor, atualize o %2$s para a versão mais recente para poder usar esta funcionalidade."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Os plugins Yoast partilham algum código entre eles, para que o seu site seja rápido. Para isto, é necessário que os plugins Yoast estejam atualizados. Foi detetado que este não é o caso, por favor, atualize os plugins Yoast que não estão atualizados."],"Feature phone":["Telefone"],"Smartphone":["Smartphone"],"Desktop":["Computador"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["O URL de destino não existe mas o seu servidor não está a retornar um erro 404 (ficheiro não encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tempo de operação excedido ou o site está a bloquear o Google."],"Server Error":["Erro de servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["O Googlebot acedeu ao seu site mas certos URL foram bloqueados pelo Googlebot no seu ficheiro %1$s. Este bloqueio pode ser para todos os Googlebots ou apenas específico para o Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google foi incapaz de rastrear este URL devido a um problema indeterminado."],"URL points to a non-existent page.":["O URL aponta para uma página que não existe."],"Not found":["Não encontrado"],"Not followed":["Não seguido"],"Faulty redirects":["Redireccionamentos com falhas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["O servidor requer autenticação ou está a bloquear o acesso do Googlebot ao site."],"Access denied":["Acesso negado"],"Deactivate %s":["Desativar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["O plugin %1$s pode causar problemas quando usado em conjugação com %2$s."],"Upload Image":["Carregar imagem"],"Remove these ads?":["Remover estes anúncios?"],"%s Posts Overview":["Visão geral dos conteúdos de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["O título de breadcrumbs é usado em breadcrumbs onde esta taxonomia aparece."],"Breadcrumbs title":["Título de breadcrumbs"],"The canonical link is shown on the archive page for this term.":["A ligação canónica é mostrada na página de arquivo para este termo."],"Facebook App ID":["ID da app do Facebook"],"Pinterest":["Pinterest"],"Other":["Outros"],"Archives":["Arquivo"],"Email":["Email"],"Close":["Fechar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["Imagem de %s"],"%s Description":["Descrição de %s"],"%s Title":["Título de %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["O tamanho recomendado da imagem para %1$s é de %2$s píxeis."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Se não quiser usar a descrição para partilhar o conteúdo no %s, e preferir uma descrição alternativa, escreva-a aqui."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Se não quiser usar o título do conteúdo para partilhar o conteúdo no %s, e preferir um título alternativo, escreva-o aqui."],"very difficult":["muito difícil"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["difícil"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["razoavelmente difícil"],"OK":["Razoável"],"fairly easy":["razoavelmente fácil"],"easy":["fácil"],"very easy":["muito fácil"],"Meta Desc.":["Descrição"],"All SEO Scores":["Todas as classificações SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: A imagem de destaque deve ter pelo menos 200x200 píxeis para ser utilizada pelo Facebook e outras redes sociais."],"(no parent)":["(sem superior)"],"Post is set to noindex.":["Conteúdo está definido como a não indexar."],"The URL that this page should redirect to.":["O URL para onde esta página deverá ser redirecionada."],"301 Redirect":["Redireccionamento 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["URL canónico"],"Title to use for this page in breadcrumb paths":["Título desta página no caminho das breadcrumbs"],"Breadcrumbs Title":["Título de breadcrumbs"],"No Snippet":["Não mostrar fragmento"],"No Archive":["Não arquivar"],"No Image Index":["Não indexar imagens"],"None":["Nenhum"],"Site-wide default: %s":["Valor por omissão para todo o site: %s"],"Advanced meta robots settings for this page.":["Definições avançadas de robôs para esta página."],"Meta robots advanced":["Robôs - avançado"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Aviso: apesar de poder aqui configurar aqui as definições de robôs, todo o site está definido para não ser indexado nas definições globais de privacidade, assim estas definições não terão efeito."],"Meta description":["Descrição"],"SEO Title":["Título SEO"],"Focus keyword":["Palavra-chave principal"],"Snippet preview":["Pré-visualização do fragmento"],"Settings successfully imported.":["Definições importadas com sucesso."],"Settings could not be imported:":["Não é possível importar definições:"],"Error creating %1$s export: ":["Erro ao criar %1$s para exportação: "],"Breadcrumb for 404 pages:":["Breadcrumb para páginas 404:"],"Prefix for search result pages:":["Prefixo para páginas de resultados de pesquisa:"],"Prefix for archive pages:":["Prefixo para páginas de arquivo:"],"Prefix for breadcrumbs:":["Prefixo para breadcrumbs:"],"Anchor text for the homepage:":["Texto âncora para a página inical:"],"Breadcrumbs separator:":["Separador de breadcrumbs:"],"Remove blog page from breadcrumbs":["Remover a página do site de breadcrumbs"],"%s Breadcrumbs":["Breadcrumbs de %s"],"Use Image":["Usar imagem"],"Action":["Ação"],"Page URL/Slug":["URL/slug da página"],"Publication date":["Data de publicação"],"Post Status":["Estado do conteúdo"],"WP Page Title":["Título de página do WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Pré-visualização"],"Preview “%s”":["Pré-visualizar “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nova descrição do Yoast"],"Existing Yoast Meta Description":["Descrição existente do Yoast"],"Facebook profile URL":["URL do perfil do Facebook"],"Twitter username (without @)":["Nome de utilizador do Twitter (sem @)"],"FAQ":["FAQ"],"Premium Support":["Suporte Premium"],"Settings":["Definições"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Deve ir %1$sàs opções de leitura%2$s e desmarcar a caixa relativa à visibilidade nos motores de pesquisa."],"Huge SEO Issue: You're blocking access to robots.":["Problema grave de SEO: Está a bloquear o acesso a robôs dos motores de pesquisa."],"Posts":["Conteúdos"],"Edit Files":["Editar ficheiros"],"Advanced Variables":["Variáveis avançadas"],"Basic Variables":["Variáveis básicas"],"General":["Geral"],"Extensions":["Extensões"],"Search Console":["Search Console"],"Tools":["Ferramentas"],"Advanced":["Avançadas"],"XML sitemaps":[""],"Social":["Redes sociais"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["O %1$s detetou que está a usar a versão %2$s de %3$s, por favor, atualize para a mais recente versão para evitar problemas de incompatibilidade."],"Just another WordPress site":["Mais um site WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Ainda tem a descrição do site WordPress por omissão, mesmo uma descrição em branco será provavelmente melhor. Pode resolver isto no %1$spersonalizador%2$s."],"You have used HTML in your value which is not allowed.":["O valor que introduziu contém HTML, o que não é permitido."],"You can't edit %s that aren't yours.":["Não pode editar %s de que não é autor."],"You can't edit %s.":["Não pode editar %s."],"Post has an invalid Content Type: %s.":[""],"Post doesn't exist.":["O conteúdo não existe."],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["Lixo (%s)","Lixo (%s)"],"posts\u0004All (%s)":["Tudo (%s)","Tudo (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/pt_PT.json b/Resources/Private/Languages/pt_PT.json index d18af3a..611a659 100644 --- a/Resources/Private/Languages/pt_PT.json +++ b/Resources/Private/Languages/pt_PT.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"pt"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":["Nenhum objecto JSON devolvido."],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":["Frase-chave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"Free":["Gratuito"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Página %s"],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["Obtenha uma análise ainda melhor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":["Melhore a partilha no Facebook e no Pinterest"],"You do not have the required rights to export settings.":["Não tem permissão para exportar definições."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":["Estas são definições do plugin %1$s da %2$s"],"No settings found.":["Nenhuma definição encontrada."],"Export your %1$s settings here, to copy them on another site.":["Exporte aqui as suas definições do %1$s, para copiar para outro site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["A importação de definições apenas é suportada em servidores com o PHP 5.3 ou superior."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importe as definições colando aqui as definições copiadas de outro site e clicando em \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["AVISO:"],"Learn about why permalinks are important for SEO.":[""],"Google Ads":[""],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Limpar imagem"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase-chave na slug%2$s: Mais de metade da sua frase-chave aparece na slug. Isto é óptimo!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase-chave na slug%2$s: Óptimo trabalho!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":["Ajuda sobre como escolher uma frase-chave principal perfeita"],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":["Ignorar a notificação de actualização do %s"],"Upgrade to %s":["Actualize para o %s"],"%1$s video":["Vídeo sobre %1$s"],"Get %s":["Obter o %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sComprimento do texto%4$s: O texto contém %1$d palavra.","%2$sComprimento do texto%4$s: O texto contém %1$d palavras."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sComprimento do texto%3$s: O texto contém %1$d palavra. Bom trabalho!","%2$sComprimento do texto%3$s: O texto contém %1$d palavras. Bom trabalho!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase-chave na descrição%2$s: A descrição contém a frase-chave %3$s vezes, o que é superior ao máximo recomendado de 2 vezes. %4$sLimite isto%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":["%1$sComprimento da frase-chave%2$s: Bom trabalho!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase-chave na introdução%2$s: Muito bem!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribuição de subtítulos%2$s: Óptimo trabalho!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":["%1$sComprimento da frase%2$s: Óptimo!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["Bom trabalho!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Frase-chave principal"],"%1$s with ID %2$s couldn't be patched":["Não foi possível aplicar patch a %1$s com o ID %2$s"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Pedido POST inválido. Os valores dos metadados já existem para o objecto com ID %1$s."],"Indexable with ID `%1$s` does not exist":["Não existe indexável com ID `%1$s`"],"No object with ID %1$s and %2$s could be found":["Nenhum objecto encontrado com o ID %1$s e do tipo %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` não é um subtipo válido de `%2$s`"],"The object type `%1$s` is invalid":["O tipo de objecto `%1$s` é inválido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Foi passado um tipo inválido para o parâmetro `%1$s`. É esperado `%2$s`, mas foi obtido `%3$s`"],"The parameter `%1$s` cannot be empty.":["O parâmetro `%1$s` não pode estar em branco."],"Check Keyphrase Density":["Verificar densidade de frases-chave"],"Disable":["Desactivar"],"Allow Control":["Permitir controlo"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Frase-chave:"],"Remove keyphrase":["Remover frase-chave"],"This feature has been disabled by the network admin.":["Esta funcionalidade foi desactivada pelo administrador da rede."],"Focus keyphrase not set.":["Frase-chave principal não definida."],"Multiple keyphrases":["Múltiplas frases-chave"],"Colon":["Dois pontos"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Ambos os plugins %1$s e %2$s gerem o SEO do seu site. A execução simultânea de dois plugins de SEO é prejudicial."],"There is a new notification.":["Existe uma nova notificação.","Existem novas notificações."],"Learn more about the readability analysis":["Saiba mais sobre a análise de legibilidade"],"Describe the duration of the instruction:":["Descreva a duração das instruções:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personalize a forma como quer descrever a duração das instruções."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Esta é uma lista de conteúdos relacionados para os quais poderá criar ligações no seu conteúdo. {{a}}Leia o nosso artigo sobre a estrutura do site{{/a}} para saber mais sobre como as ligações internas podem ajudar a melhorar o seu SEO."],"%s, %s and %s":["%s, %s e %s"],"%s and %s":["%s e %s"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d dia","%d dias"],"Enter a step title":["Insira o título do passo"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Isto permite-lhe ter melhor controlo sobre os estilos dos passos."],"CSS class(es) to apply to the steps":["Classe(s) CSS a aplicar aos passos"],"minutes":["minutos"],"hours":["horas"],"days":["dias"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Crie um tutorial compatível com SEO. Apenas pode utilizar um bloco de tutorial por conteúdo."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Crie uma lista de perguntas frequentes compatível com SEO. Apenas pode utilizar um bloco de perguntas frequentes por conteúdo."],"Copy error":["Erro ao copiar"],"An error occurred loading the %s primary taxonomy picker.":["Ocorreu um erro ao carregar o selector da taxonomia principal de %s."],"%1$s Structured Data Blocks":["Blocos de dados estruturados do %1$s"],"Time needed:":["Tempo necessário:"],"Move question down":["Mover pergunta para baixo"],"Move question up":["Mover pergunta para cima"],"Insert question":["Inserir pergunta"],"Delete question":["Eliminar pergunta"],"Enter the answer to the question":["Insira a resposta à pergunta"],"Enter a question":["Insira uma pergunta"],"Add question":["Adicionar pergunta"],"Frequently Asked Questions":["Perguntas frequentes"],"Great news: you can, with %s!":["Boas notícias: pode, com o %s!"],"Select the primary %s":["Seleccionar %s principal"],"Check links to this URL":["Verificar ligações para este URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Está a tentar usar múltiplas frases-chave? Deve adicioná-las abaixo separadamente."],"Mark as cornerstone content":["Marcar como conteúdo principal"],"Move step down":["Mover passo para baixo"],"Move step up":["Mover passo para cima"],"Insert step":["Inserir passo"],"Delete step":["Eliminar passo"],"Add image":["Adicionar imagem"],"Enter a step description":["Insira a descrição do passo"],"Enter a description":["Insira uma descrição"],"Unordered list":["Lista não ordenada"],"Showing step items as an ordered list.":["Mostrar passos como uma lista ordenada."],"Showing step items as an unordered list":["Mostrar passos como uma lista não ordenada."],"Add step":["Adicionar passo"],"Delete total time":["Eliminar tempo total"],"Add total time":["Adicionar tempo total"],"How to":["Como"],"How-to":["Tutorial"],"Snippet Preview":["Pré-visualização do fragmento"],"Analysis results":["Resultados da análise"],"Enter a focus keyphrase to calculate the SEO score":["Insira uma frase-chave principal para calcular a classificação SEO"],"Learn more about Cornerstone Content.":["Saiba mais sobre conteúdo principal."],"Cornerstone content should be the most important and extensive articles on your site.":["Os conteúdos principais devem ser os artigos mais importantes e extensos do seu site."],"Restore Site":["Repor site"],"Network Settings":["Definições da rede"],"You are not allowed to perform this action.":["Não tem permissão para executar esta acção."],"Error: %s":["Erro: %s"],"Success: %s":["Sucesso: %s"],"Site with ID %d not found.":["Site com ID %d não encontrado."],"No site has been selected to restore.":["Nenhum site seleccionado para repor."],"You are not allowed to modify unregistered network settings.":["Não tem permissão para modificar opções não explicitamente registadas na rede."],"deleted":["eliminado"],"Would you like to add another keyphrase?":["Gostaria de adicionar outra frase-chave?"],"image preview":["Pré-visualização da imagem"],"Copied!":["Copiado!"],"Not supported!":["Não suportado!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Ao adicionar mais algum texto, será mostrada aqui uma lista de conteúdos relacionados, para os quais poderá adicionar ligações no seu conteúdo."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Considere criar ligações para estes {{a}}artigos principais{{/a}}:"],"Consider linking to these articles:":["Considere criar ligações para estes artigos:"],"Copy link":["Copiar ligação"],"Copy link to suggested article: %s":["Copiar ligação para o artigo sugerido: %s"],"The site's tagline":["A descrição do site"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":["Não foram preenchidos todos os campos obrigatórios. Falta o campo %1$s"],"Optimize your site for Google News.":["Optimize o seu site para Google News."],"Optimize your shop's SEO and sell more products!":["Melhore o SEO da sua loja e venda mais produtos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Seja encontrado na pesquisa Google Video e aumente a partilha do seu vídeo nas redes sociais."],"Be found in Google Maps and local results.":["Seja encontrado no Google Maps e nos resultados locais."],"Learn practical SEO skills to rank higher in Google.":[""],"Don’t waste time figuring out the best settings yourself.":["Não perca o seu tempo à procura das melhores configurações."],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":["Adicionar sinónimos"],"Would you like to add keyphrase synonyms?":["Gostaria de adicionar sinónimos da frase-chave?"],"Would you like to add more than one keyphrase?":["Gostaria de adicionar mais do que uma frase-chave?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Pode editar os metadados de SEO para este tipo de conteúdo personalizado na %1$spágina da loja%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Não definiu a página da loja nas configurações do WooCommerce. Por favor, faça isto primeiro."],"Current year":["Ano actual"],"Page":["Página"],"Breadcrumb settings for %s archive":["Definições de breadcrumbs para o arquivo de %s"],"Tagline":["Descrição"],"Modify your meta description by editing it right here":["Modifique sua descrição editando-a aqui"],"description (custom taxonomy)":["descrição (taxonomia personalizada)"],"(custom taxonomy)":["(taxonomia personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":[""],"Caption":["Legenda"],"Pagenumber":["Número de página"],"Pagetotal":["Total de páginas"],"Page number":["Número de página"],"User description":["Descrição do utilizador"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":["Tipo de conteúdo (plural)"],"Post type (singular)":["Tipo de conteúdo (singular)"],"Separator":["Separador"],"Search phrase":["Frase de pesquisa"],"Term title":["Título do termo"],"Term description":["Descrição do termo"],"Tag description":["Descrição da etiqueta"],"Category description":["Descrição da categoria"],"Primary category":["Categoria principal"],"Category":["Categoria"],"Tag":["Etiqueta"],"Excerpt only":["Apenas o excerto"],"Excerpt":["Excerto"],"Site title":["Título do site"],"Archive title":["Título do arquivo"],"Parent title":["Título do superior"],"Date":["Data"],"Label":["Legenda"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Deverá criar um redireccionamento para garantir que seus visitantes não recebem um erro 404 ao clicarem no URL que não já funciona."],"Search engines and other websites can still send traffic to your deleted post.":["Os motores de pesquisa e outros sites ainda poderão enviar tráfego para o seu conteúdo eliminado."],"Make sure you don't miss out on traffic!":["Certifique-se de não perder o tráfego!"],"You just deleted a %1$s.":["Eliminou um(a) %1$s."],"You just trashed a %1$s.":["Moveu um(a) %1$s para o lixo."],"Settings for %s archive":["Definições do arquivo de %s"],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Note that not all variables can be used in every field.":["Atenção que nem todas as variáveis podem ser usadas em todos os campos."],"Snippet variables":["Variáveis de fragmentos"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["O %1$s respeita a sua privacidade. Leia a nossa %2$spolítica de privacidade%3$s sobre como utilizamos as suas informações pessoais."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Se souber o que isto significa e não quiser mais ver esta mensagem, pode %1$sdescartar esta mensagem%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":["Tipo desconhecido %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inclui uma conta gratuita em MyYoast que lhe dá acesso ao nosso curso gratuito \"SEO for Beginners\"!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Subscreva a nossa newsletter para receber as últimas novidades do %1$s ou dos outros plugins da %2$s, e para receber notícias e dicas relevantes do universo SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obtenha o seu código de verificação do Baidu em %1$sFerramentas de webmaster do Baidu%2$s."],"Baidu verification code":["Código de verificação do Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["A funcionalidade do importador do %s usa tabelas temporárias de base de dados. Parece que a sua instalação WordPress não tem a capacidade de fazer isto, consulte seu serviço de alojamento."],"Cleanup of %s data failed.":["Falhou ao limpar os dados de %s."],"Content Type":["Tipo de conteúdo"],"Filter by content type":["Filtrar por tipo de conteúdo"],"Show All Content Types":["Mostrar todos os tipos de conteúdo"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["Substituído pelo título normal de um arquivo gerado pelo WordPress"],"Clean":["Limpar"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Quando se certificar que o seu site está bem, pode limpar. Isto irá remover todos os dados originais."],"Step 5: Clean up":["Passo 5: Limpeza"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Deve executar o assistente de configuração a partir da página SEO → Geral → Painel, para garantir que todas as definições do seu site estão correctas."],"Step 4: Run the configuration wizard":["Passo 4: Execute o assistente de configuração"],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, verifique se os metadados dos seus conteúdos e páginas foram importados com sucesso."],"Step 3: Check your data":["Passo 3: Verifique seus dados"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Passo 2: Importação"],"Please make a backup of your database before starting this process.":["Por favor, faça uma cópia de segurança da sua base de dados antes de iniciar este processo."],"Step 1: Create a backup":["Passo 1: Crie uma cópia de segurança"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Foram detectados dados de um ou mais plugins de SEO no seu site. Por favor siga os seguintes passos para importar os dados respectivos:"],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Conteúdos que não devem ser apresentados nos resultados de pesquisa"],"%s data found.":["Foram encontrados dados de %s."],"%s data successfully removed.":["Os dados de %s foram removidos com sucesso."],"%s data successfully imported.":["Os dados de %s foram importados com sucesso."],"%s data not found.":["Não foram encontrados dados de %s."],"Improve your SEO skills":["Melhore as suas competências de SEO"],"24/7 email support":["Suporte por email 24/7"],"No more dead links a.k.a. 404 pages":["Não mais ligações quebradas, também conhecidas como páginas 404"],"Get real-time suggestions for internal links":["Obtenha sugestões em tempo real para ligações internas"],"Preview your page in Facebook and Twitter":["Pré-visualize a sua página no Facebook e Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Clique no botão \"%3$s\" para usar a descrição já definida na %1$sApresentação da pesquisa da página inicial%2$s."],"Help on copying the home meta description":["Ajude-nos a copiar a descrição da página inicial"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Para que os motores de pesquisa conheçam os perfis de redes sociais associados ao site, insira abaixo os dados respectivos."],"Learn more about your social profiles settings":["Saiba mais sobre a configuração dos seus perfis em redes sociais"],"Remove the categories prefix":["Remover prefixo de categorias"],"Help on the category prefix setting":["Ajuda sobre a configuração de prefixo da categoria"],"Learn more about the available variables":["Saiba mais sobre as variáveis ​​disponíveis"],"Learn more about the RSS feed setting":["Saiba mais sobre a configuração do feed RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Ao carregar itens multimédia (por exemplo, uma imagem ou um vídeo) para o WordPress, não é guardado apenas o item multimédia, é criado também um URL do anexo respectivo. Estas páginas de anexo são bastante simples: contêm o item multimédia e eventualmente um título, caso o tenha inserido. Por isso, se nunca usar estes URL de anexos, é melhor desactivar e redireccionar para o próprio item multimédia."],"Learn more about the Media and attachment URLs setting":["Saiba mais sobre a configuração do URL de multimédia e anexos"],"Learn more about the title separator setting":["Saiba mais sobre a configuração do separador do título"],"Learn more about the knowledge graph setting":["Saiba mais sobre a configuração do Gráfico de Conhecimento"],"Learn more about the homepage setting":["Saiba mais sobre a configuração da página inicial"],"Learn more about the special pages setting":["Saiba mais sobre a configuração de páginas especiais"],"Help on the date archives search results setting":["Ajuda sobre a configuração dos resultados de pesquisa do arquivo por datas"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Não mostrar o arquivo de autores sem conteúdos nos resultados de pesquisa, tecnicamente significa que este terá a informação %1$s para robôs e será excluído dos sitemaps XML. %2$sMais informações sobre as definições dos resultados de pesquisa%3$s."],"Help on the authors without posts archive search results setting":["Ajuda sobre a configuração dos resultados de pesquisa do arquivo de autores sem conteúdos"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Não mostrar o arquivo por autores nos resultados de pesquisa, tecnicamente significa que este terá a informação %1$s para robôs e será excluído dos sitemaps XML. %2$sMais informações sobre as definições dos resultados de pesquisa%3$s."],"Help on the author archives search results setting":["Ajuda sobre a configuração dos resultados de pesquisa do arquivo por autores"],"Archives settings help":["Ajuda sobre as definições de arquivo"],"Learn more about the archives setting":["Saiba mais sobre a configuração dos arquivos"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obtenha seu código de verificação do Yandex em %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Código de verificação do Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obtenha seu código de verificação do Google em %1$sGoogle Search Console%2$s."],"Google verification code":["Código de verificação do Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obtenha o seu código de verificação do Bing em %1$sFerramentas de webmaster do Bing%2$s."],"Bing verification code":["Código de verificação do Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["Saiba mais sobre a verificação das ferramentas de webmaster"],"On":["Ligado"],"Help on: %s":["Ajuda sobre: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["O %1$s inclui muitas funcionalidades. Pode activar / desactivar algumas abaixo. Ao clicar no ponto de interrogação obtém mais informações sobre a funcionalidade."],"Off":["Desligado"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":["Segurança: sem definições avançadas para autores"],"See who contributed to %1$s.":["Veja quem contribuiu para o %1$s."],"Help on this search results setting":["Ajuda sobre a configuração destes resultados de pesquisa"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Não mostrar o arquivo de %1$s nos resultados de pesquisa, tecnicamente significa que este terá a informação %2$s para robôs e será excluído dos sitemaps XML. %3$sMais informações sobre as definições dos resultados de pesquisa%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Não mostrar %1$s nos resultados de pesquisa, tecnicamente significa que estes terão a informação %2$s para robôs e serão excluídos dos sitemaps XML. %3$sMais informações sobre as definições dos resultados de pesquisa%4$s."],"Check SEO configuration":["Verificar a configuração de SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Quer verificar se as suas definições do %1$s estão bem? %2$sAbra de novo o assistente de configuração%3$s para as validar."],"Default for %2$s, currently: %1$s":["Por omissão para %2$s, actualmente: %1$s"],"Show %s in search results?":["Mostrar %s nos resultados de pesquisa?"],"this author's archives":["o arquivo deste autor"],"Do not allow search engines to show %s in search results.":["Não permitir aos motores de pesquisa mostrar %s nos resultados de pesquisa."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Os URL das categorias do WordPress contêm um prefixo, geralmente %s, esta funcionalidade remove este prefixo, apenas para as categorias."],"Category URLs":[""],"the archive for %s":["o arquivo de %s"],"Redirect attachment URLs to the attachment itself?":["Redireccionar os URL dos anexos para os anexos respectivos?"],"We recommend you set this to Yes.":["Recomendamos que seleccione sim."],"Media & attachment URLs":["URL de itens multimédia e anexos"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Isto é o que é mostrado nos resultados de pesquisa quando alguém encontrar o seu site. Isto significa que provavelmente é o que verão ao pesquisar pela sua marca."],"date archives":["arquivo por datas"],"archives for authors without posts":["arquivo de autores sem conteúdos"],"Read why XML Sitemaps are important for your site.":["Saiba porque é que os sitemaps XML são importantes para o seu site."],"Enable the XML sitemaps that %s generates.":["Activa os sitemaps XML gerados pelo %s."],"See the XML sitemap.":["Veja o sitemap XML."],"%2$s (current default for %1$s)":["%2$s (por omissão para %1$s)"],"Media":["Multimédia"],"Content Types":["Tipos de conteúdo"],"Should search engines follow links on this %1$s?":["Os motores de pesquisa deve seguir ligações de %1$s?"],"Allow search engines to show this %s in search results?":["Permitir que os motores de pesquisa mostrem %s no resultados de pesquisa?"],"Search Appearance":["Apresentação da pesquisa"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Por favor, especifique os tipos de conteúdo que quer mostrar nos motores de pesquisa.\nSe não souber a diferença entre estes, sugerimos as definições por omissão."],"Search engines should show \"%1$s\" in search results:":["Os motores de pesquisa devem mostrar %1$s nos resultados:"],"Search engine visibility":["Visibilidade em motores de pesquisa"],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Os pedidos de suporte criados aqui serão enviados directamente para o nosso sistema de suporte, com segurança SSL de 256 bit, a comunicação é 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["A funcionalidade de conteúdo principal permite-lhe identificar e filtrar conteúdos principais no seu site."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Se tiver um problema que não consegue resolver através dos tutoriais em vídeo ou da base de conhecimento, pode enviar uma mensagem para a nossa equipa de suporte, que está contactável 24 horas por dia."],"Good results":["Bons resultados"],"Get better search results in local search":["Obtenha melhores resultados em pesquisas locais"],"Allow customers to pick up their %s order locally":["Permitir aos clientes levantar localmente as encomendas do %s"],"SEO analysis":["Análise de SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["A análise de SEO oferece sugestões para melhoras a classificação de SEO do seu texto."],"Learn how the SEO analysis can help you rank.":["Saiba como a análise de SEO pode ajudar a melhorar o posicionamento nos motores de pesquisa."],"The readability analysis offers suggestions to improve the structure and style of your text.":["A análise de legibilidade oferece sugestões para melhorar a estrutura e o estilo do seu texto."],"Discover why readability is important for SEO.":["Saiba porque a legibilidade é importante para o SEO."],"Find out how cornerstone content can help you improve your site structure.":["Saiba como os conteúdos principais podem ajudar a melhorar a estrutura do seu site."],"The text link counter helps you improve your site structure.":["O contador de ligações dos textos ajuda-o a melhorar a estrutura do seu site."],"Find out how the text link counter can enhance your SEO.":["Saiba como o contador de ligações dos textos pode ajudar a melhorar a classificação de SEO."],"%s integration":["Integração com %s"],"Read more about how %s works.":["Leia mais sobre como funciona o %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Active esta funcionalidade se quiser que o Facebook e outras redes sociais mostrem uma pré-visualização com imagens e excerto do texto ao partilhar uma ligação para o seu site."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Active esta funcionalidade se quiser que o Twitter mostre uma pré-visualização com imagens e excerto do texto ao partilhar uma ligação para o seu site."],"Find out why you should upgrade to %s":["Saiba porque deve actualizar para o %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Artigos mais recentes em %1$s"],"Need help?":["Precisa de ajuda?"],"Remove highlight from the text":["Remover o destaque do texto"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Comece rapidamente com o %2$sassistente de configuração%3$s do %1$s!"],"First-time SEO configuration":["Configuração inicial de SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["O idioma do seu site está definido como {language}. Se isto não estiver correcto, contacte o administrador do seu site."],"Your site language is set to {language}.":["O idioma do seu site está definido como {language}."],"Highlight this result in the text":["Destacar este resultado no texto"],"Considerations":["Considerações"],"Errors":["Erros"],"Change language":["Alterar idioma"],"You cannot create a %s file.":["Não pode criar um ficheiro %s."],"You cannot edit the %s file.":["Não pode editar o ficheiro %s."],"Updated %s":["%s actualizado"],"Create %s file":["Criar ficheiro %s"],"Edit the content of your %s:":["Editar o conteúdo do seu %s:"],"Save changes to %s":["Guardar alterações para %s"],"%s file":["Ficheiro %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["Os plugins %1$s e %2$s podem funcionar muito melhor se utilizar um plugin de ligação. Por favor, instale o %3$s para facilitar a sua vida. %4$s."],"More information":["Mais informações"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["Os plugins %1$s e %2$s podem funcionar muito melhor se utilizar um plugin de ligação. Por favor, active o %3$s para facilitar a sua vida."],"More information about %1$s":["Mais informações sobre %1$s"],"Configuration Wizard":["Assistente de configuração"],"You've done it!":["Conseguiu!"],"Seamlessly integrate %1$s into your AMP pages!":["Integre o %1$s sem dificuldade nas suas páginas AMP!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integre o %2$s com o %1$s sem dificuldade para a análise dos seus conteúdos!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["Os plugins %1$s e %2$s podem funcionar muito melhor se utilizar um plugin de ligação. Por favor, instale o %3$s para facilitar a sua vida."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["As definições da apresentação da pesquisa do %1$s são constituídas por variáveis que serão substituídas por valores específicos ao mostrar a página. A tabela abaixo contém uma lista de variáveis disponíveis."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Identifique os itens de %1$s mais importantes como 'conteúdo principal' para melhorar a estrutura do seu site. %2$sSaiba mais sobre conteúdo principal%3$s."],"Loading help center.":["A carregar centro de ajuda."],"Get support":["Obter suporte"],"(Opens in a new browser tab)":["(Abrir num novo separador)"],"Posts %1$swithout%2$s a focus keyphrase":["Conteúdos %1$ssem%2$s frase-chave principal"],"Hey, your SEO is doing pretty well! Check out the stats:":["Olá, a sua classificação de SEO está óptima! Consulte as estatísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Ainda não tem conteúdos publicados, as suas classificações de SEO serão mostradas aqui assim que criar o seu primeiro conteúdo!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Outro"],"A portfolio":["Um porftólio"],"A corporation":["Uma empresa"],"A small offline business":["Um pequeno negócio local"],"A news channel":["Um canal de notícias"],"An online shop":["Uma loja online"],"A blog":["Um blog"],"What does the site %1$s represent?":["O que representa o site %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Opção B: O meu site está em construção e não deverá ser indexado"],"Option A: My site is live and ready to be indexed":["Opção A: O meu site está público e pronto a ser indexado"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Por favor, indique se o seu site está em construção ou se já está público."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Leia mais no nosso blog de SEO"],"Readability: %s":[""],"Not activated":["Não activado"],"Activated":["Activado"],"%1$s recommendations for you":["Recomendações do %1$s para si"],"All Readability Scores":["Todas as classificações de legibilidade"],"Filter by Readability Score":["Filtrar por classificação de legibilidade"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Não está a receber actualizações nem suporte! Corrija este problema através de adicionar este site e activar o %1$s em %2$s."],"Request method %1$s is not valid.":["O método de pedido %1$s não é válido."],"Muted notifications:":["Notificações silenciadas:"],"Muted problems:":["Problemas silenciados:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Gostaria de pré-visualizar como este conteúdo será mostrado ao ser partilhado por outras pessoas no %1$s? É possível, com o %2$s."],"Good job! All the links in your texts have been counted.":["Bom trabalho! Foram contadas todas as ligações dos seus textos."],"Calculation completed.":["Cálculo concluído."],"Calculation in progress...":["Cálculo em curso..."],"Stop counting":["Parar contagem"],"Counting links in your texts":["A contar ligações nos seus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s processado."],"All your texts are already counted, there is no need to count them again.":["Todos os seus textos já foram contados, não há necessidade de contá-los de novo."],"Count links in your texts":["Contar ligações nos seus textos"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["As ligações de todos os seus textos públicos têm de ser contadas. Isto permite-lhe saber quantos textos precisam de mais ligações. Se quiser saber mais sobre como e porquê criar ligações internas, leia o %1$sartigo sobre ligações internas em %2$s%3$s."],"Text link counter":["Contador de ligações dos textos"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de ligações internas para este conteúdo. Veja o texto \"Colunas do Yoast\" no separador de ajuda para mais informações."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["O %1$s adiciona diversas colunas a esta página. Escrevemos um artigo sobre %2$scomo usar as classificações de SEO e de legibilidade%3$s. As colunas das ligações mostram o número de conteúdos neste site com ligações %5$spara%6$s este conteúdo e o número de ligações %5$sneste%6$s conteúdo. Saiba mais sobre %4$scomo usar estas funcionalidades para melhorar as suas ligações internas%3$s, o que melhora em muito o seu SEO."],"%s Columns":["Colunas do %s"],"Readability score":["Classificação de legibilidade"],"Other benefits of %s for you:":["Outros benefícios do %s para si:"],"Scroll to see the preview content.":["Deslize para baixo para pré-visualizar o conteúdo."],"Cornerstone content":["Conteúdo principal"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["O %1$s irá agora tratar de todas as optimizações técnicas do seu site. Para melhorar o desempenho do seu site nos resultados de pesquisa, é importante começar a criar conteúdos que se classifiquem bem para as frases-chave que lhe interessam. Veja este vídeo em que explicamos como usar a metabox do %1$s ao editar conteúdos e páginas."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Se quiser superar a sua concorrência numa cidade ou região específica, conheça o nosso plugin %1$s! Poderá facilmente inserir mapas do Google, horário de funcionamento, informações de contacto e localizador de lojas. Além de tudo isto, o %1$s permite-lhe melhorar a usabilidade da sua página de contacto."],"Attract more customers near you":["Atraia mais clientes perto de si"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Gostaria de conhecer todos os detalhes do plugin %1$s? Gostaria de saber tudo sobre as suas definições avançadas? Gostaria de aproveitar ao máximo o plugin %1$s? Consulte os nossos cursos sobre o plugin %1$s e comece a superar a sua concorrência!"],"Get the most out of %1$s with the %2$s":["Obtenha o máximo do %1$s com o %2$s"],"Upgrade to Premium":["Actualizar para Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Gostaria de superar a sua concorrência? O %1$s tem funcionalidades fantásticas para o ajudar a configurar a sua estratégia de SEO como um profissional. Adicione sinónimos e frases-chave relacionadas, utilize a nossa ferramenta de análise Premium, o gestor de redireccionamentos e a nossa ferramenta de ligações internas. Com o %1$s tem ainda acesso a suporte premium."],"Outrank the competition with %s":["Supere a sua concorrência com o %s"],"You might like":["Poderá gostar"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Detectámos que ainda não concluiu este assistente, recomendamos que %2$sinicie o assistente de configuração para configurar o %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["O assistente de configuração ajuda-o a configurar facilmente o seu site para ter as melhores definições de SEO."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Obtenha a versão premium e os nossos especialistas estarão disponíveis para ajudar em qualquer dúvida sobre a configuração e utilização do plugin."],"Superfast internal linking suggestions":["Sugestões rápidas para ligações internas"],"Great news: you can, with %1$s!":["Boas notícias: é possível com o %1$s!"],"Save changes":["Guardar alterações"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":[""],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPré-visualizações das redes sociais%2$s: Facebook e Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNão mais ligações quebradas%2$s: Easy Redirect Manager"],"No ads!":["Sem anúncios!"],"Facebook & Twitter":["Facebook e Twitter"],"Social media preview":["Pré-visualizações das redes sociais"],"Easy redirect manager":["Easy Redirect Manager"],"No more dead links":["Não mais ligações quebradas"],"Increase your SEO reach":["Aumente o alcance do seu SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":[""],"Variable":["Variável"],"Available variables":["Variáveis disponíveis"],"Scroll to see the table content.":["Deslize para baixo para ver o conteúdo da tabela."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Se precisar de ajuda consulte o %1$snosso artigo sobre como ligar o seu site à Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Ocorreu um erro na avaliação de '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s das palavras contêm %2$smais de %3$s sílabas%4$s, o que é superior ao máximo recomendado de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s das palavras contêm %2$smais de %3$s sílabas%4$s, o que é inferior ou igual ao mínimo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Isto é um pouco inferior ao mínimo recomendado de %5$d palavra. %3$sAdicione mais algum texto%4$s.","Isto é um pouco inferior ao mínimo recomendado de %5$d palavras. %3$sAdicione mais algum texto%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["A descrição contém %1$d frase %2$scom mais de %3$s palavras%4$s. Tente encurtar esta frase.","A descrição contém %1$d frases %2$scom mais de %3$s palavras%4$s. Tente encurtar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["A descrição não contém frases %1$scom mais de %2$s palavras%3$s."],"No new notifications.":["Nenhuma notificação nova."],"Save all":["Guardar tudo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, autor em %2$s"],"Mobile preview":["Pré-visualizar em dispositivo móvel"],"Desktop preview":["Pré-visualizar em computador"],"Select redirect":["Seleccione o redireccionamento"],"Please provide an SEO title by editing the snippet below.":["Por favor, insira um título SEO editando o fragmento abaixo."],"Meta description preview:":["Pré-visualização da descrição:"],"Slug preview:":["Pré-visualização da slug:"],"SEO title preview:":["Pré-visualização do título SEO:"],"Close snippet editor":["Fechar editor de fragmentos"],"Slug":["Slug"],"Remove marks in the text":["Remover marcas no texto"],"Mark this result in the text":["Realçar este resultado no texto"],"Marks are disabled in current view":["Marcações desativadas na vista atual"],"Good SEO score":["Classificação boa de SEO"],"OK SEO score":["Classificação razoável de SEO"],"Feedback":["Feedback"],"ok":["razoável"],"Choose an image":["Escolha uma imagem"],"Remove the image":["Remover a imagem"],"MailChimp signup failed:":["Falhou ao subscrever no MailChimp:"],"Sign Up!":["Subscrever!"],"Name":["Nome"],"There is an error with the request.":["Ocorreu um erro com o pedido."],"Select profile":["Seleccionar perfil"],"Choose a profile":["Escolha um perfil"],"Authorization code":["Código de autorização"],"Reauthenticate with Google":["Autenticar de novo com o Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para autorizar o %s a obter a sua informação do Google Search Console, por favor insira o seu código de autorização do Google. Ao clicar no botão abaixo abre uma nova janela."],"Please provide a meta description by editing the snippet below.":["Por favor, insira uma descrição editando o fragmento abaixo."],"Edit snippet":["Editar fragmento"],"You can click on each element in the preview to jump to the Snippet Editor.":["Pode clicar em cada elemento na pré-visualização para ir para o Editor de fragmentos."],"Close the Wizard":["Fechar o assistente"],"Export settings":["Exportar definições"],"%1$s video tutorial":["Tutorial vídeo do %1$s"],"%s › Configuration Wizard":["%s › Assistente de configuração"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Se tiver algum problema, %1$spor favor submeta um relatório de erro%2$s e faremos o nosso melhor para ajudá-lo."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Notámos que está a usar o %1$s há algum tempo, esperamos que esteja a gostar! Ficaremos muito gratos se nos quiser %2$sclassificar com 5 estrelas em WordPress.org%3$s!"],"Courses":["Cursos"],"Date archives settings":["Definições do arquivo por datas"],"Author archives settings":["Definições do arquivo por autores"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Aviso: não é possível usar a variável %s neste modelo. Consulte o centro de ajuda para obter mais informações."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["A propósito, sabia que também temos um %1$splugin Premium%2$s? Tem funcionalidades avançadas, como um gestor de redireccionamentos e suporte para múltiplas frases-chave principais. Também inclui suporte pessoal 24/7."],"(no title)":["(sem título)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["O menu da barra de administração do %1$s contém ligações úteis para ferramentas de terceiros para analisar páginas e para que seja mais fácil ver se tem novas notificações."],"Admin bar menu":["Menu da barra de administração"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funcionalidades"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Embora tentemos manter a configuração do %1$s o mais fácil possível, sabemos que pode ser algo assustador. Se preferir que sejamos nós a configurar o %1$s (e obter uma cópia do %2$s no processo), encomende aqui o %3$s%1$s Configuration Service%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bem-vindo ao assistente de configuração do %1$s. Vamos ajudá-lo passo a passo a configurar as definições do Yoast SEO de acordo com a necessidades do seu site!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["O Google mostra o nome do seu site nos resultados de pesquisa, se pretender alterá-lo, pode fazê-lo aqui."],"Greater than sign":["Sinal de maior"],"Less than sign":["Sinal de menor"],"Right angle quotation mark":["Símbolo de citação à direita"],"Left angle quotation mark":["Símbolo de citação à esquerda"],"Small tilde":["Til pequeno"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco inferior"],"Asterisk":["Asterisco"],"Bullet":["Marca"],"Middle dot":["Ponto médio"],"Em dash":["Travessão"],"En dash":["Traço"],"Dash":["Hífen"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Escolha o símbolo a usar como separador do título. Isto será mostrado, por exemplo, entre o título do conteúdo e o nome do site. Os símbolos serão mostrados no tamanho em que aparecem nos resultados da pesquisa."],"The name of the person":["O nome da pessoa"],"No":["Não"],"Yes":["Sim"],"Does, or will, your site have multiple authors?":["O seu site tem ou terá múltiplos autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["O WordPress cria automaticamente um URL para cada item de média da biblioteca. Activar isto permitirá ao Google indexar o URL criado."],"Success!":["Sucesso!"],"Title settings":["Definições do título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Múltiplos autores"],"Site type":["Tipo de site"],"Environment":["Ambiente"],"Yoast option %1$s not found.":["Opção %1$s do Yoast não encontrada."],"Google Structured Data Test":["Teste de dados estruturados do Google"],"Posts list":["Lista de conteúdos"],"Posts list navigation":["Navegação da lista de conteúdos"],"Filter posts list":["Filtrar lista de conteúdos"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Atenção que as ligações para o arquivo podem ser atribuídas pelo tema e terá de as remover separadamente."],"%1$s to optimize your site even further":["%1$s para optimizar ainda mais o seu site"],"%1$s extensions":["Extensões do %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Experimente e use durante 30 dias, garantia de devolução do pagamento sem perguntas"],"More information %1$sabout %3$s%2$s":["Mais informações %1$ssobre %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtenha acesso à nossa equipa de suporte 24/7."],"Premium support":["Suporte Premium"],"check what your Facebook or Twitter post will look like.":["verifique a aparência das publicações no Facebook e Twitter."],"Social previews":["Pré-visualizações das redes sociais"],"create and manage redirects from within your WordPress install.":["crie e organize redireccionamentos a partir da sua instalação WordPress."],"Redirect manager":["Gestor de redireccionamentos"],"%1$s, take your optimization to the next level!":["%1$s, eleva a sua optimização a um nível superior!"],"A seamless integration between %1$s and %2$s":["Uma óptima integração entre %1$s e %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use breadcrumbs de %1$s em vez de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Insira facilmente Google Maps, localização de lojas, horário de funcionamento, etc."],"Creates XML News Sitemaps":["Crie sitemap XML de notícias"],"Immediately pings Google on the publication of a new post":["Informe de imediato o Google sobre a publicação de um novo conteúdo"],"Optimize your site for Google News":["Optimize o seu site para o Google News"],"Make videos responsive through enabling fitvids.js":["Faça vídeos responsivos activando fitvids.js"],"Enhance the experience of sharing posts with videos":["Melhore a experiência de partilha de conteúdos com vídeos"],"Show your videos in Google Videos":["Mostre os seus vídeos no Google Vídeos"],"Crawl issues list":["Lista de problemas de rastreamento"],"Crawl issues list navigation":["Navegação da lista de problemas de rastreamento"],"Edit “%s”":["Editar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notificações"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Remove da metabox o separador da frase-chave e desactiva todas as sugestões relacionadas com SEO."],"Disable SEO analysis":["Desactivar análise de SEO"],"Twitter settings":["Definições do Twitter"],"Pinterest settings":["Definições do Pinterest"],"Facebook settings":["Definições do Facebook"],"Title separator symbol":["Símbolo separador do título"],"RSS feed settings":["Definições do feed RSS"],"Breadcrumbs settings":["Definições de breadcrumbs"],"Make primary":["Tornar principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Insira o seu código de autorização do Google e carregue no botão Autenticar."],"%s notification":["%s notificação","%s notificações"],"Disable readability analysis":["Desactivar análise de legibilidade"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Remove da metabox a secção da análise de legibilidade e desactiva todas as sugestões relacionadas com legibilidade."],"Readability analysis":["Análise de legibilidade"],"Needs improvement":["Precisa de melhorar"],"Readability":["Legibilidade"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Está a tentar carregar ficheiros não minificados, estes apenas estão disponíveis no nosso pacote de desenvolvimento. Veja %1$s para ver todos os ficheiros do código fonte."],"Improvements":["Melhoramentos"],"Restore this item.":["Repor este item."],"Dismiss this item.":["Ignorar este item."],"Good job! We could detect no serious SEO problems.":["Bom trabalho! Não foram detectados problemas graves de SEO."],"We have detected the following issues that affect the SEO of your site.":["Foram detectados os seguintes problemas a afectar a classificação SEO do seu site."],"Problems":["Problemas"],"Analysis":["Análise"],"Not available":["Não disponível"],"Filter by SEO Score":["Filtrar por classificação SEO"],"Meta description not set.":["Descrição não definida."],"Video tutorial":["Tutorial vídeo"],"Email support is a %s feature":["Suporte por email é uma funcionalidade de %s"],"Knowledge base":["Base de conhecimento"],"Open":["Abrir"],"Dashboard":["Painel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Pode resolver isto na %1$spágina das Ligações permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["A paginação de comentários está activada e isto não é necessário em 999 a cada 1000 casos, por isso recomendamos a sua desactivação."],"Replaced with the primary category of the post/page":["Substituído pela categoria principal do conteúdo"],"Pinterest confirmation":["Confirmação do Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Se já confirmou o seu site no Pinterest, pode saltar o passo abaixo."],"Format-based archives":["Arquivo baseado no formato"],"Webmaster Tools verification":["Verificação de ferramentas de webmaster"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Inscreva-se no nosso curso %1$s for WordPress Training e torne-se um especialista certificado em %1$s!"],"Want to be a %s Expert?":["Quer ser um especialista em %s?"],"Buy %s":["Comprar %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Novo título do %1$s"],"Existing %1$s Title":["Título existente do %1$s"],"Expected an integer as input.":["A entrada deve ser um número inteiro."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["A tentar criar uma chave de cache segura para o sitemap mas a combinação de sufixo e prefixo não deixa muito espaço para o fazer. Está provavelmente a pedir uma página que estará muito fora do alcance expectável."],"Remove":["Remover"],"Keep":["Manter"],"Bold the last page":["Negrito na última página"],"Regular":["Normal"],"Bold":["Negrito"],"Show Blog page":["Mostrar página de artigos"],"Primary %s":["%s principal"],"Primary":["Principal"],"Make %1$s primary %2$s":["Tornar %1$s principal em %2$s"],"Term is set to noindex.":["Termo está definido como a não indexar."],"Author archives":["Arquivo por autores"],"Show":["Mostrar"],"Enabled":["Activo"],"Disabled":["Inactivo"],"%1$s has not fetched your site's indexability status yet from %2$s":["O %1$s ainda não carregou o estado de indexação do seu site a partir de %2$s"],"The separator defined in your theme's %s tag.":["O separador definido no %s do seu tema."],"No index":["Não indexar"],"Analyze entire site":["Analisar todo o site"],"Fetch the current status":["Verificar estado actual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$sO %2$s não conseguiu carregar o estado de indexação do seu site%3$s a partir de %4$s"],"Your homepage can be indexed by search engines.":["A sua página inicial pode ser indexada pelos motores de pesquisa."],"Indexability check by %1$s":["Verificação de indexação por %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Se quiser usar uma imagem para partilhar no %1$s, pode carregar/escolher uma imagem ou adicionar aqui o seu URL."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Se não quiser usar a descrição para partilhar no %1$s, e preferir uma descrição alternativa, escreva-a aqui."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Se não quiser usar o título para partilhar no %1$s, e preferir um título alternativo, escreva-o aqui."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sA sua página inicial não pode ser indexada pelos motores de pesquisa%2$s. Isto é muito mau para classificação SEO e deve ser resolvido."],"Once Weekly":["Uma vez por semana"],"Add-ons":["Add-ons"],"SEO score":["Classificação de SEO"],"Twitter metadata":["Metadados do Twitter"],"Facebook / Open Graph metadata":["Metadados do Facebook / Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["A recalcular as classificações SEO para todos os conteúdos com a frase-chave principal."],"%1$s of %2$s done.":["Concluído(s) %1$s de %2$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Actualizámos o nosso algoritmo de classificação SEO. %1$sCarregue aqui para recalcular as suas classificações SEO%2$s para todos os conteúdos e páginas."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["A primeira solução integrada de SEO para WordPress, com análise de conteúdo na página, sitemaps XML e muito mais."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activação falhou:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["A extensão Filter não está disponível. Por favor peça ao seu serviço de alojamento para activá-la."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["A instalação do plugin %1$s está incompleta. Por favor, leia as %2$sinstruções de instalação%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["A extensão PHP Library (padrão) não está disponível. Por favor peça ao seu serviço de alojamento para activá-la."],"SEO Settings":["Definições de SEO"],"Mobile-Friendly Test":["Teste de compatibilidade com dispositivos móveis"],"Google Page Speed Test":["Teste PageSpeed do Google"],"CSS Validator":["Validação de CSS"],"HTML Validator":["Validação de HTML"],"Pinterest Rich Pins Validator":["Validação de Rich Pins do Pinterest"],"Facebook Debugger":["Depurador do Facebook"],"Check Headers":["Verificar cabeçalhos"],"Check Google Cache":["Verificar cache do Google"],"Analyze this page":["Analisar esta página"],"Keyword Research":["Pesquisa de palavras-chave"],"%s does not seem to be a valid url. Please correct.":["%s não parece ser um URL válido. Por favor tente de novo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s não parece ser uma variável de verificação de %2$s válida. Por favor tente de novo."],"%s Archive":["Arquivo de %s"],"You searched for %s":["Pesquisou por %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s não parece ser um utilizador válido do Twitter. Por favor tente de novo."],"Summary with large image":["Resumo com imagem grande"],"Summary":["Resumo"],"The post %1$s appeared first on %2$s.":["O conteúdo %1$s aparece primeiro em %2$s."],"No numeric value was received.":["Não foi recebido nenhum valor numérico."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Tem de ser um site existente. O site %s não existe ou foi marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["As definições por omissão têm que ser o ID numérico do site cujas definições pretende usar por omissão."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s não é uma escolha válida para quem deve ter permissões de acesso às configurações do %2$s. Foi reposto o valor por omissão."],"Please select a valid post type for taxonomy \"%s\"":["Por favor seleccione um tipo de conteúdo válido para a taxonomia \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor seleccione uma taxonomia para o tipo de conteúdo \"%s\""],"You searched for":["Pesquisou por"],"Home":["Início"],"Archives for":["Arquivo de"],"Error 404: Page not found":["Erro 404: Página não encontrada"],"Good":["Bom"],"Replaced with a custom taxonomies description":["Substituído pela descrição da taxonomia personalizada"],"Replaced with a posts custom taxonomies, comma separated.":["Substituído pelas taxonomias personalizadas do conteúdo, separadas por vírgulas."],"Replaced with a posts custom field value":["Substituído pelo valor de um campo personalizado do conteúdo"],"Replaced with the slug which caused the 404":["Substituído pela slug que causou o erro 404"],"Replaced with the posts focus keyphrase":["Substituído pela frase-chave principal do conteúdo"],"Attachment caption":["Legenda do anexo"],"Replaced with the current page number":["Substituído pelo número da página actual"],"Replaced with the current page total":["Substituído pelo número total de páginas"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Substituído pelo número actual de página em contexto (p.ex. página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Substituído pela informação biográfica do autor do conteúdo"],"Replaced with the post/page author's 'nicename'":["Substituído pela alcunha do autor do conteúdo"],"Replaced with the post/page ID":["Substituído pelo ID do conteúdo"],"Replaced with the post/page modified time":["Substituído pela hora de modificação do conteúdo"],"Replaced with the content type plural label":["Substituído pela legenda plural do tipo de conteúdo"],"Replaced with the content type single label":["Substituído pela legenda singular do tipo de conteúdo"],"Replaced with the current search phrase":["Substituído pela actual frase de pesquisa"],"Replaced with the term name":["Substituído pelo nome do termo"],"Replaced with the term description":["Substituído pela descrição do termo"],"Replaced with the tag description":["Substituído pela descrição da etiqueta"],"Replaced with the category description":["Substituído pela descrição da categoria"],"Replaced with the post categories (comma separated)":["Substituído pelas categorias do conteúdo (separado por vírgulas)"],"Replaced with the current tag/tags":["Substituído pelas etiquetas actuais"],"Replaced with the post/page excerpt (without auto-generation)":["Substituído pelo excerto do conteúdo (sem gerar automaticamente)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Substituído pelo excerto do conteúdo (ou gerado automaticamente caso não exista)"],"The site's name":["Nome do site"],"Replaced with the title of the parent page of the current page":["Substituído pelo título da página superior da página actual"],"Replaced with the title of the post/page":["Substituído pelo título do conteúdo"],"Replaced with the date of the post/page":["Substituído pela data do conteúdo"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Não pode sobrepor uma substituição de variável predefinida do WPSEO ao registar uma variável com o mesmo nome. Em alternativa use o filtro \"wpseo_replacements\" para ajustar o valor de substituição."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Já foi registada uma variável de substituição com o mesmo nome. Tente usar um nome exclusivo para a sua variável."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Uma variável de substituição não pode começar com \"%%cf_\" ou \"%%ct_\" pois estas estão reservadas pelo WPSEO como variáveis por omissão para campos personalizados e taxonomias personalizadas. Tente usar um nome único para a sua variável."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Uma variável de substituição apenas pode conter caracteres alfanuméricos, underscores ou hífenes. Tente renomear a sua variável."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Nota apenas para administradores: esta página não mostra nenhuma descrição porque ainda não foi definida. Escreva uma especificamente para esta página ou então vá ao menu [%1$s - %2$s] e defina um modelo."],"Page not found":["Página não encontrada"],"%s Archives":["Arquivo de %s"],"Search for \"%s\"":["Pesquisar por \"%s\""],"Meta description to use for Author page":["Descrição da página de autor"],"Title to use for Author page":["Título da página de autor"],"%1$s settings":["Definições do %1$s"],"Export your %1$s settings":["Exportar as suas definições de %1$s"],"Import settings":["Importar definições"],"Import from other SEO plugins":["Importar de outros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Caso tenha o ficheiro %s e este tiver permissões de escrita, pode editá-lo aqui."],"If your %s were writable, you could edit it from here.":["Se o seu ficheiro %s tiver permissões de escrita, pode editá-lo aqui."],"You don't have a %s file, create one here:":["Não tem o ficheiro %s, crie um aqui:"],"A link to your site, with your site's name and description as anchor text.":["A ligação para o seu site, com o nome e descrição do site como texto âncora."],"A link to your site, with your site's name as anchor text.":["A ligação para o seu site, com o nome do site como texto âncora."],"A link to the post, with the title as anchor text.":["A ligação para o conteúdo, com este título como texto âncora."],"A link to the archive for the post author, with the authors name as anchor text.":["A ligação para o arquivo do autor deste conteúdo, com os nome do autor como de texto âncora."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Dentro das informações pode incluir as variáveis abaixo, que serão substituídas pelo valor à direita."],"Content to put after each post in the feed":["Informação a inserir depois de cada conteúdo do feed"],"Content to put before each post in the feed":["Informação a inserir antes de cada conteúdo do feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta funcionalidade é usada para adicionar informação automaticamente ao seu RSS. O objectivo é adicionar ligações para o seu site e respectivos conteúdos, para que os motores de pesquisa adicionem também estas ligações, permitindo a sua identificação como fonte original dos conteúdos."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["O uso da função de breadcrumbs é explicado %1$sno artigo da nossa base de conhecimento sobre implementação de breadcrumbs%2$s."],"How to insert breadcrumbs in your theme":["Como inserir breadcrumbs no seu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Arquivo do tipo de conteúdo a apresentar em breadcrumbs de taxonomias"],"Taxonomy to show in breadcrumbs for content types":["Taxonomia a apresentar em breadcrumbs para tipos de conteúdo"],"Breadcrumb for 404 Page":["Breadcrumb para página 404"],"Prefix for Search Page breadcrumbs":["Prefixo para breadcrumbs de página de pesquisa"],"Prefix for Archive breadcrumbs":["Prefixo para breadcrumbs de arquivo"],"Prefix for the breadcrumb path":["Prefixo para o caminho de breadcrumb"],"Anchor text for the Homepage":["Texto âncora para a página inicial"],"Separator between breadcrumbs":["Separador entre breadcrumbs"],"Enable Breadcrumbs":["Activar breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Abaixo pode encontrar as classificações SEO dos conteúdos publicados. Pode começar agora a melhorar alguns dos seus conteúdos!"],"Credits":["Créditos"],"« Back to Tools page":["« Voltar à página Ferramentas"],"%1$s comes with some very powerful built-in tools:":["O %1$s inclui algumas ferramentas poderosas:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta ferramenta permite-lhe alterar rapidamente ficheiros importantes para o seu SEO, como o ficheiro robots.txt e, se tiver, o ficheiro .htaccess."],"File editor":["Editor de ficheiro"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importe as definições de outros plugins SEO e exporte as suas definições para as reutilizar noutro site."],"Import and Export":["Importar e exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta ferramenta permite-lhe alterar títulos e descrições dos seus conteúdos e páginas sem ter de usar o editor para cada página."],"Bulk editor":["Editor por lote"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sconfirmar o seu site com o Pinterest%2$s, adicione a meta tag aqui:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["O Pinterest utiliza metadados Open Graph, tal como o Facebook, active a opção de metadados Open Graph no separador Facebook se quiser optimizar o seu site para o Pinterest."],"The default card type to use":["Tipo de cartão por omissão"],"Add Twitter card meta data":["Adicionar metadados do cartão do Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imagem é usada se o conteúdo não tiver nenhuma imagem."],"Default settings":["Definições por omissão"],"Copy home meta description":["Copiar a descrição da página inicial"],"Description":["Descrição"],"Image URL":["URL da imagem"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Estes são o título, descrição e imagem usados nos metadados Open Graph, na página inicial do seu site."],"Frontpage settings":["Definições da página inicial"],"Add Open Graph meta data":["Adicionar metadados Open Graph"],"YouTube URL":["URL do YouTube"],"Pinterest URL":["URL do Pinterest"],"MySpace URL":["URL do MySpace"],"LinkedIn URL":["URL do LinkedIn"],"Instagram URL":["URL do Instagram"],"Twitter Username":["Nome de utilizador do Twitter"],"Facebook Page URL":["URL da página do Facebook"],"Accounts":["Contas"],"Restore site to defaults":["Repor definições originais"],"Site ID":["ID do site"],"Using this form you can reset a site to the default SEO settings.":["Através deste formulário pode repor as definições por omissão de SEO de um site."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Definições relacionadas com privacidade (administradores do FB e similares), específicas de temas (reescrever título) e ainda algumas definições muito específicas do site não serão importadas para novos sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Insira o %1$sID do site%2$s cujas definições quer usar por omissão para todos os sites que são adicionados à sua rede. Deixe em branco para nenhum (p.ex. serão usadas as definições por omissão)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Escolha o site cujas definições deseja usar por omissão para todos os sites que são adicionados à sua rede. Se escolher 'Nenhum', serão utilizadas as definições por omissão do plugin."],"New sites in the network inherit their SEO settings from this site":["Novos sites na rede herdam as definições SEO deste site"],"Super Admins only":["Apenas super administradores"],"Site Admins (default)":["Administradores do site (por omissão)"],"Who should have access to the %1$s settings":["Quem deverá aceder às definições de %1$s"],"spam":["spam"],"mature":["conteúdo para adultos"],"archived":["arquivado"],"public":["público"],"%s restored to default SEO settings.":["%s reposto para as definições de SEO por omissão."],"Settings Updated.":["Definições actualizadas."],"404 pages":["Páginas 404"],"Search pages":["Páginas de pesquisa"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas estão definidas como %s por omissão, de modo a nunca aparecerem em resultados de pesquisa."],"Special Pages":["Páginas especiais"],"Date-based archives could in some cases also be seen as duplicate content.":["Arquivos baseados na data podem, nalguns casos, ser vistos como conteúdo duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Se este é o caso do seu site, pode escolher entre desactivá-lo (que leva ao redireccionamento para a página inicial), ou adicionar %s para que não apareça nos resultados de pesquisa."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Se está a gerir um site apenas com um autor, o arquivo do autor será o mesmo que a sua página inicial. Isto é o que se chama %1$sum problema de conteúdo duplicado%2$s."],"Date archives":["Arquivo por datas"],"author archives":["arquivo por autores"],"Title":["Título"],"%1$s Meta Box":["Metabox do %1$s"],"Hide":["Esconder"],"Date in Snippet Preview":["Data na pré-visualização dos fragmentos"],"Take note:":["Nota:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Página inicial"],"Title Separator":["Separador de títulos"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["O %1$s detectou automaticamente que precisa forçar a reescrita dos títulos das suas páginas. Se achar que isto está errado e souber o que está a fazer, pode alterar esta opção aqui."],"Force rewrite titles":["Forçar reescrita dos títulos"],"Taxonomies":["Taxonomias"],"Homepage":["Página inicial"],"%1$s Extensions":["Extensões do %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integre o WooCommerce com o %1$s sem dificuldade e obtenha funcionalidades extra!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Melhore o seu posicionamento na sua comunidade local e no Google Maps, sem esforço!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Está no Google News? Aumente o seu tráfego optimizando-o para o Google News!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimize os seus vídeos para os mostrar em resultados de pesquisas e gerar mais tráfego!"],"The premium version of %1$s with more features & support.":["A versão premium do %1$s com mais funcionalidades e suporte."],"Person":["Pessoa"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Nome do site"],"Webmaster Tools":["Ferramentas de webmaster"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Não tem o título do conteúdo no URL dos seus conteúdos e páginas, é altamente recomendável que o faça. Considere definir as suas ligações permanentes como /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["ou"],"Save Profile":["Guardar perfil"],"There were no profiles found":["Nenhum perfil encontrado"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autenticar"],"Get Google Authorization Code":["Obter o código de autorização do Google"],"Reload crawl issues":["Actualizar problemas de rastreamento"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder criar um redireccionamento e resolver este assunto, precisa de %1$s. Pode comprar o plugin, incluindo actualizações e suporte durante um ano em %2$s."],"Creating redirects is a %s feature":["Criar redireccionamentos é uma funcionalidade de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Erros ocorridos apenas quando o seu site foi rastreado pelo Googlebot para telefones (erros que não surgiram em computadores)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Erros ocorridos apenas quando o seu site foi rastreado pelo Googlebot-Mobile (erros que não surgiram em computadores)."],"Errors that occurred when your site was crawled by Googlebot.":["Erros ocorridos quando o seu site foi rastreado pelo Googlebot."],"Issue categories":["Categorias de problemas"],"Incorrect Google Authorization Code.":["Código de autorização do Google incorrecto."],"The issues have been successfully reloaded!":["Os problemas foram recarregados com sucesso!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Os dados de %1$s foram removidos. Tem de autenticar-se de novo para obter os dados."],"Crawl errors per page":["Erros de rastreamento por página"],"Search":["Pesquisar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Não perca os seus erros de rastreamento: %1$sligue-se aqui à Google Search Console%2$s."],"Create redirect":["Criar redireccionamento"],"Mark as fixed":["Marcar como resolvido"],"Response code":["Código de resposta"],"First detected":["Detectado em"],"Last crawled":["Último rastreamento"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["O %1$s detectou que está a usar uma versão do %2$s que não é compatível com o %1$s. Por favor, actualize o %2$s para a versão mais recente para poder usar esta funcionalidade."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Os plugins Yoast partilham algum código entre eles, para que o seu site seja rápido. Para isto, é necessário que os plugins Yoast estejam actualizados. Foi detectado que este não é o caso, por favor, actualize os plugins Yoast que não estão actualizados."],"Feature phone":["Telefone"],"Smartphone":["Smartphone"],"Desktop":["Computador"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["O URL de destino não existe mas o seu servidor não está a retornar um erro 404 (ficheiro não encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tempo de operação excedido ou o site está a bloquear o Google."],"Server Error":["Erro de servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["O Googlebot acedeu ao seu site mas certos URL foram bloqueados pelo Googlebot no seu ficheiro %1$s. Este bloqueio pode ser para todos os Googlebots ou apenas específico para o Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google foi incapaz de rastrear este URL devido a um problema indeterminado."],"URL points to a non-existent page.":["O URL aponta para uma página que não existe."],"Not found":["Não encontrado"],"Not followed":["Não seguido"],"Faulty redirects":["Redireccionamentos com falhas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["O servidor requer autenticação ou está a bloquear o acesso do Googlebot ao site."],"Access denied":["Acesso negado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["O plugin %1$s pode causar problemas quando usado em conjugação com %2$s."],"Upload Image":["Carregar imagem"],"Remove these ads?":["Remover estes anúncios?"],"%s Posts Overview":["Visão geral dos conteúdos de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["O título de breadcrumbs é usado em breadcrumbs onde esta taxonomia aparece."],"Breadcrumbs title":["Título de breadcrumbs"],"The canonical link is shown on the archive page for this term.":["A ligação canónica é mostrada na página de arquivo para este termo."],"Facebook App ID":["ID da app do Facebook"],"Pinterest":["Pinterest"],"Other":["Outros"],"Archives":["Arquivo"],"Email":["Email"],"Close":["Fechar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Tanto o plugin %1$s como o %2$s podem criar sitemaps XML. Ter dois sitemaps XML não é benéfico para os motores de pesquisa e pode diminuir a velocidade o seu site."],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["Imagem de %s"],"%s Description":["Descrição de %s"],"%s Title":["Título de %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["O tamanho recomendado da imagem para %1$s é de %2$s píxeis."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Se não quiser usar a descrição para partilhar o conteúdo no %s, e preferir uma descrição alternativa, escreva-a aqui."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Se não quiser usar o título do conteúdo para partilhar o conteúdo no %s, e preferir um título alternativo, escreva-o aqui."],"very difficult":["muito difícil"],"Try to make shorter sentences, using less difficult words to improve readability":["Tente criar frases mais curtas e usar menos palavras difíceis para melhorar a legibilidade"],"difficult":["difícil"],"Try to make shorter sentences to improve readability":["Tente criar frases mais curtas para melhorar a legibilidade"],"fairly difficult":["razoavelmente difícil"],"OK":["Razoável"],"fairly easy":["razoavelmente fácil"],"easy":["fácil"],"very easy":["muito fácil"],"Meta Desc.":["Descrição"],"All SEO Scores":["Todas as classificações SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: A imagem de destaque deve ter pelo menos 200x200 píxeis para ser utilizada pelo Facebook e outras redes sociais."],"(no parent)":["(sem superior)"],"Post is set to noindex.":["Conteúdo está definido como a não indexar."],"The URL that this page should redirect to.":["O URL para onde esta página deverá ser redireccionada."],"301 Redirect":["Redireccionamento 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["URL canónico"],"Title to use for this page in breadcrumb paths":["Título desta página no caminho das breadcrumbs"],"Breadcrumbs Title":["Título de breadcrumbs"],"No Snippet":["Não mostrar fragmento"],"No Archive":["Não arquivar"],"No Image Index":["Não indexar imagens"],"None":["Nenhum"],"Site-wide default: %s":["Valor por omissão para todo o site: %s"],"Advanced meta robots settings for this page.":["Definições avançadas de meta de robôs para esta página."],"Meta robots advanced":["Metadados avançados para robôs"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Aviso: apesar de poder aqui configurar aqui as definições de robôs, todo o site está definido para não ser indexado nas definições globais de privacidade, assim estas definições não terão efeito."],"Meta description":["Descrição"],"SEO Title":["Título SEO"],"Focus keyword":["Palavra-chave principal"],"Snippet preview":["Pré-visualização do fragmento"],"Settings successfully imported.":["Definições importadas com sucesso."],"Settings could not be imported:":["Não é possível importar definições:"],"Error creating %1$s export: ":["Erro ao criar %1$s para exportação: "],"Breadcrumb for 404 pages:":["Breadcrumb para páginas 404:"],"Prefix for search result pages:":["Prefixo para páginas de resultados de pesquisa:"],"Prefix for archive pages:":["Prefixo para páginas de arquivo:"],"Prefix for breadcrumbs:":["Prefixo para breadcrumbs:"],"Anchor text for the homepage:":["Texto âncora para a página inicial:"],"Breadcrumbs separator:":["Separador de breadcrumbs:"],"Remove blog page from breadcrumbs":["Remover a página do site de breadcrumbs"],"%s Breadcrumbs":["Breadcrumbs de %s"],"Use Image":["Usar imagem"],"Action":["Acção"],"Page URL/Slug":["URL/slug da página"],"Publication date":["Data de publicação"],"Post Status":["Estado do conteúdo"],"WP Page Title":["Título de página do WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Pré-visualização"],"Preview “%s”":["Pré-visualizar “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nova descrição do Yoast"],"Existing Yoast Meta Description":["Descrição existente do Yoast"],"Facebook profile URL":["URL do perfil do Facebook"],"Twitter username (without @)":["Nome de utilizador do Twitter (sem @)"],"FAQ":["Perguntas frequentes"],"Premium Support":["Suporte Premium"],"Settings":["Definições"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Deve ir %1$sàs opções de leitura%2$s e desmarcar a caixa relativa à visibilidade nos motores de pesquisa."],"Huge SEO Issue: You're blocking access to robots.":["Problema grave de SEO: Está a bloquear o acesso a robôs dos motores de pesquisa."],"Posts":["Conteúdos"],"Edit Files":["Editar ficheiros"],"Advanced Variables":["Variáveis avançadas"],"Basic Variables":["Variáveis básicas"],"General":["Geral"],"Extensions":["Extensões"],"Search Console":["Search Console"],"Tools":["Ferramentas"],"Advanced":["Avançadas"],"XML sitemaps":["Sitemaps XML"],"Social":["Redes sociais"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["O %1$s detectou que está a usar a versão %2$s de %3$s, por favor, actualize para a mais recente versão para evitar problemas de incompatibilidade."],"Just another WordPress site":["Mais um site WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Ainda tem a descrição do site WordPress por omissão, mesmo uma descrição em branco será provavelmente melhor. Pode resolver isto no %1$sPersonalizador%2$s."],"You have used HTML in your value which is not allowed.":["O valor que introduziu contém HTML, o que não é permitido."],"You can't edit %s that aren't yours.":["Não pode editar %s de que não é autor."],"You can't edit %s.":["Não pode editar %s."],"Post has an invalid Content Type: %s.":["O conteúdo é de um tipo de conteúdo inválido: %s."],"Post doesn't exist.":["O conteúdo não existe."],"course\u0004Free:":["Gratuito:"],"posts\u0004Trash (%s)":["Lixo (%s)","Lixo (%s)"],"posts\u0004All (%s)":["Tudo (%s)","Tudo (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"pt"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":["Mostrar a página do site nas breadcrumbs"],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":["Tem feedback"],"Content optimization:":["Optimização de conteúdo:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLegibilidade%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":["Nenhuma frase-chave principal"],"Person logo / avatar":["Logótipo ou avatar da pessoa"],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":["Conteúdos com classificação SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":["Remover esta mensagem"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":["Obter agora o plugin %s"],"Organization social profiles":["Perfis de redes sociais da organização"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":["Informações pessoais"],"Organization logo":["Logótipo da organização"],"Organization name":["Nome da organização"],"Choose whether the site represents an organization or a person.":["Escolha se o site representa uma organização ou uma pessoa."],"Knowledge Graph & Schema.org":["Painel de Conhecimentos e Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":["Isto significa que as informações abaixo estão desactivadas e não serão usadas."],"Your website is currently configured to represent a Person":["O seu site está configurado para representar uma pessoa"],"(if one exists)":["(se existir)"],"Wikipedia page about you":["Página da Wikipedia sobre si"],"YouTube profile URL":["URL do perfil do YouTube"],"Tumblr profile URL":["URL do perfil do Tumblr"],"SoundCloud profile URL":["URL do perfil do SoundCloud"],"MySpace profile URL":["URL do perfil do MySpace"],"Organization or person":["Organização ou pessoa"],"The person":["A pessoa"],"Organization":["Organização"],"Does your site represent a person or an organization?":["O seu site representa uma organização ou uma pessoa?"],"The name of the organization":["Nome da organização"],"Provide an image of the organization logo":["Forneça uma imagem para logótipo da organização"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":["Seleccione um utilizador..."],"Uncategorized":["Sem categoria"],"Name:":["Nome:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":["Erro: Por favor seleccione um utilizador abaixo para completar os metadados do seu site."],"SEO score: %s":["Classificação SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":["URL da Wikipedia"],"Pinterest profile URL":["URL do perfil do Pinterest"],"Instagram profile URL":["URL do perfil do Instagram"],"LinkedIn profile URL":["URL do perfil do LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":["A imagem seleccionada é demasiado pequena para o Facebook"],"The given image url cannot be loaded":["Não é possível carregar o URL da imagem"],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":["Nenhum objecto JSON devolvido."],"Received internal links":[""],"Outgoing internal links":[""],"New step added":["Novo passo adicionado"],"New question added":["Nova pergunta adicionada"],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":["Frase-chave"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Página %s"],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["Obtenha uma análise ainda melhor"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":["Melhore a partilha no Facebook e no Pinterest"],"You do not have the required rights to export settings.":["Não tem permissão para exportar definições."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":["Estas são definições do plugin %1$s da %2$s"],"No settings found.":["Nenhuma definição encontrada."],"Export your %1$s settings here, to copy them on another site.":["Exporte aqui as suas definições do %1$s, para copiar para outro site."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["A importação de definições apenas é suportada em servidores com o PHP 5.3 ou superior."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importe as definições colando aqui as definições copiadas de outro site e clicando em \"%s\"."],"Paste your settings from another %s installation.":["Cole as definições de outra instalação %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["AVISO:"],"Learn about why permalinks are important for SEO.":[""],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Limpar imagem"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrase-chave na slug%2$s: Mais de metade da sua frase-chave aparece na slug. Isto é óptimo!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrase-chave na slug%2$s: Óptimo trabalho!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":["Ajuda sobre como escolher uma frase-chave principal perfeita"],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":["Ignorar a notificação de actualização do %s"],"Upgrade to %s":["Actualize para o %s"],"%1$s video":["Vídeo sobre %1$s"],"Get %s":["Obter o %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sComprimento do texto%4$s: O texto contém %1$d palavra.","%2$sComprimento do texto%4$s: O texto contém %1$d palavras."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sComprimento do texto%3$s: O texto contém %1$d palavra. Bom trabalho!","%2$sComprimento do texto%3$s: O texto contém %1$d palavras. Bom trabalho!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrase-chave na descrição%2$s: A descrição contém a frase-chave %3$s vezes, o que é superior ao máximo recomendado de 2 vezes. %4$sLimite isto%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":["%1$sComprimento da frase-chave%2$s: Bom trabalho!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrase-chave na introdução%2$s: Muito bem!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribuição de subtítulos%2$s: Óptimo trabalho!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":["%1$sComprimento da frase%2$s: Óptimo!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["Bom trabalho!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Frase-chave principal"],"%1$s with ID %2$s couldn't be patched":["Não foi possível aplicar patch a %1$s com o ID %2$s"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Pedido POST inválido. Os valores dos metadados já existem para o objecto com ID %1$s."],"Indexable with ID `%1$s` does not exist":["Não existe indexável com ID `%1$s`"],"No object with ID %1$s and %2$s could be found":["Nenhum objecto encontrado com o ID %1$s e do tipo %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` não é um subtipo válido de `%2$s`"],"The object type `%1$s` is invalid":["O tipo de objecto `%1$s` é inválido"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Foi passado um tipo inválido para o parâmetro `%1$s`. É esperado `%2$s`, mas foi obtido `%3$s`"],"The parameter `%1$s` cannot be empty.":["O parâmetro `%1$s` não pode estar em branco."],"Check Keyphrase Density":["Verificar densidade de frases-chave"],"Disable":["Desactivar"],"Allow Control":["Permitir controlo"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Frase-chave:"],"Remove keyphrase":["Remover frase-chave"],"This feature has been disabled by the network admin.":["Esta funcionalidade foi desactivada pelo administrador da rede."],"Focus keyphrase not set.":["Frase-chave principal não definida."],"Multiple keyphrases":["Múltiplas frases-chave"],"Colon":["Dois pontos"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Ambos os plugins %1$s e %2$s gerem o SEO do seu site. A execução simultânea de dois plugins de SEO é prejudicial."],"There is a new notification.":["Existe uma nova notificação.","Existem novas notificações."],"Learn more about the readability analysis":["Saiba mais sobre a análise de legibilidade"],"Describe the duration of the instruction:":["Descreva a duração das instruções:"],"Optional. Customize how you want to describe the duration of the instruction":["Opcional. Personalize a forma como quer descrever a duração das instruções."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Esta é uma lista de conteúdos relacionados para os quais poderá criar ligações no seu conteúdo. {{a}}Leia o nosso artigo sobre a estrutura do site{{/a}} para saber mais sobre como as ligações internas podem ajudar a melhorar o seu SEO."],"%s, %s and %s":["%s, %s e %s"],"%s and %s":["%s e %s"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d dia","%d dias"],"Enter a step title":["Insira o título do passo"],"Optional. This can give you better control over the styling of the steps.":["Opcional. Isto permite-lhe ter melhor controlo sobre os estilos dos passos."],"CSS class(es) to apply to the steps":["Classe(s) CSS a aplicar aos passos"],"minutes":["minutos"],"hours":["horas"],"days":["dias"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Crie um tutorial compatível com SEO. Apenas pode utilizar um bloco de tutorial por conteúdo."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Crie uma lista de perguntas frequentes compatível com SEO. Apenas pode utilizar um bloco de perguntas frequentes por conteúdo."],"Copy error":["Erro ao copiar"],"An error occurred loading the %s primary taxonomy picker.":["Ocorreu um erro ao carregar o selector da taxonomia principal de %s."],"%1$s Structured Data Blocks":["Blocos de dados estruturados do %1$s"],"Time needed:":["Tempo necessário:"],"Move question down":["Mover pergunta para baixo"],"Move question up":["Mover pergunta para cima"],"Insert question":["Inserir pergunta"],"Delete question":["Eliminar pergunta"],"Enter the answer to the question":["Insira a resposta à pergunta"],"Enter a question":["Insira uma pergunta"],"Add question":["Adicionar pergunta"],"Frequently Asked Questions":["Perguntas frequentes"],"Great news: you can, with %s!":["Boas notícias: pode, com o %s!"],"Select the primary %s":["Seleccionar %s principal"],"Check links to this URL":["Verificar ligações para este URL"],"Keyword research training":["Keyword research training"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Está a tentar usar múltiplas frases-chave? Deve adicioná-las abaixo separadamente."],"Mark as cornerstone content":["Marcar como conteúdo principal"],"Move step down":["Mover passo para baixo"],"Move step up":["Mover passo para cima"],"Insert step":["Inserir passo"],"Delete step":["Eliminar passo"],"Add image":["Adicionar imagem"],"Enter a step description":["Insira a descrição do passo"],"Enter a description":["Insira uma descrição"],"Unordered list":["Lista não ordenada"],"Showing step items as an ordered list.":["Mostrar passos como uma lista ordenada."],"Showing step items as an unordered list":["Mostrar passos como uma lista não ordenada."],"Add step":["Adicionar passo"],"Delete total time":["Eliminar tempo total"],"Add total time":["Adicionar tempo total"],"How to":["Como"],"How-to":["Tutorial"],"Snippet Preview":["Pré-visualização do fragmento"],"Analysis results":["Resultados da análise"],"Enter a focus keyphrase to calculate the SEO score":["Insira uma frase-chave principal para calcular a classificação SEO"],"Learn more about Cornerstone Content.":["Saiba mais sobre conteúdo principal."],"Cornerstone content should be the most important and extensive articles on your site.":["Os conteúdos principais devem ser os artigos mais importantes e extensos do seu site."],"Restore Site":["Repor site"],"Network Settings":["Definições da rede"],"You are not allowed to perform this action.":["Não tem permissão para executar esta acção."],"Error: %s":["Erro: %s"],"Success: %s":["Sucesso: %s"],"Site with ID %d not found.":["Site com ID %d não encontrado."],"No site has been selected to restore.":["Nenhum site seleccionado para repor."],"You are not allowed to modify unregistered network settings.":["Não tem permissão para modificar opções não explicitamente registadas na rede."],"deleted":["eliminado"],"Would you like to add another keyphrase?":["Gostaria de adicionar outra frase-chave?"],"image preview":["Pré-visualização da imagem"],"Copied!":["Copiado!"],"Not supported!":["Não suportado!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Ao adicionar mais algum texto, será mostrada aqui uma lista de conteúdos relacionados, para os quais poderá adicionar ligações no seu conteúdo."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Considere criar ligações para estes {{a}}artigos principais{{/a}}:"],"Consider linking to these articles:":["Considere criar ligações para estes artigos:"],"Copy link":["Copiar ligação"],"Copy link to suggested article: %s":["Copiar ligação para o artigo sugerido: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":["Palavras proeminentes"],"The site's tagline":["A descrição do site"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":["Não foram preenchidos todos os campos obrigatórios. Falta o campo %1$s"],"Optimize your site for Google News.":["Optimize o seu site para Google News."],"Optimize your shop's SEO and sell more products!":["Melhore o SEO da sua loja e venda mais produtos!"],"Be found in Google Video search and enhance your video sharing on social media.":["Seja encontrado na pesquisa Google Video e aumente a partilha do seu vídeo nas redes sociais."],"Be found in Google Maps and local results.":["Seja encontrado no Google Maps e nos resultados locais."],"Learn practical SEO skills to rank higher in Google.":[""],"Don’t waste time figuring out the best settings yourself.":["Não perca o seu tempo à procura das melhores configurações."],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":["Adicionar sinónimos"],"Would you like to add keyphrase synonyms?":["Gostaria de adicionar sinónimos da frase-chave?"],"Would you like to add more than one keyphrase?":["Gostaria de adicionar mais do que uma frase-chave?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Pode editar os metadados de SEO para este tipo de conteúdo personalizado na %1$spágina da loja%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Não definiu a página da loja nas configurações do WooCommerce. Por favor, faça isto primeiro."],"Current year":["Ano actual"],"Page":["Página"],"Breadcrumb settings for %s archive":["Definições de breadcrumbs para o arquivo de %s"],"Something went wrong. Please reload the page.":["Algo correu mal. Por favor recarregue a página."],"Tagline":["Descrição"],"Modify your meta description by editing it right here":["Modifique sua descrição editando-a aqui"],"description (custom taxonomy)":["descrição (taxonomia personalizada)"],"(custom taxonomy)":["(taxonomia personalizada)"],"(custom field)":["(campo personalizado)"],"Term404":[""],"Caption":["Legenda"],"Pagenumber":["Número de página"],"Pagetotal":["Total de páginas"],"Page number":["Número de página"],"User description":["Descrição do utilizador"],"ID":["ID"],"Modified":["Modificado"],"Post type (plural)":["Tipo de conteúdo (plural)"],"Post type (singular)":["Tipo de conteúdo (singular)"],"Separator":["Separador"],"Search phrase":["Frase de pesquisa"],"Term title":["Título do termo"],"Term description":["Descrição do termo"],"Tag description":["Descrição da etiqueta"],"Category description":["Descrição da categoria"],"Primary category":["Categoria principal"],"Category":["Categoria"],"Tag":["Etiqueta"],"Excerpt only":["Apenas o excerto"],"Excerpt":["Excerto"],"Site title":["Título do site"],"Archive title":["Título do arquivo"],"Parent title":["Título do superior"],"Date":["Data"],"Label":["Legenda"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Deverá criar um redireccionamento para garantir que seus visitantes não recebem um erro 404 ao clicarem no URL que não já funciona."],"Search engines and other websites can still send traffic to your deleted post.":["Os motores de pesquisa e outros sites ainda poderão enviar tráfego para o seu conteúdo eliminado."],"Make sure you don't miss out on traffic!":["Certifique-se de não perder o tráfego!"],"You just deleted a %1$s.":["Eliminou um(a) %1$s."],"You just trashed a %1$s.":["Moveu um(a) %1$s para o lixo."],"Settings for %s archive":["Definições do arquivo de %s"],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Url preview":["Pré-visualização de URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Por favor, insira uma descrição editando o fragmento abaixo. Se não o fizer, o Google tentará encontrar uma parte relevante do seu conteúdo para mostrar nos resultados de pesquisa."],"Insert snippet variable":["Inserir variável de fragmento"],"Dismiss this notice":["Ignorar este aviso"],"No results":["Nenhum resultado"],"%d result found, use up and down arrow keys to navigate":["%d resultado encontrado, use as setas para cima e para baixo para navegar","%d resultados encontrados, use as setas para cima e para baixo para navegar"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["O idioma do seu site está configurado como %s. Se isto está incorrecto, contacte o administrador do site."],"Number of results found: %d":["Número de resultados encontrados: %d"],"Note that not all variables can be used in every field.":["Atenção que nem todas as variáveis podem ser usadas em todos os campos."],"Snippet variables":["Variáveis de fragmentos"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["O %1$s respeita a sua privacidade. Leia a nossa %2$spolítica de privacidade%3$s sobre como utilizamos as suas informações pessoais."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Se souber o que isto significa e não quiser mais ver esta mensagem, pode %1$sdescartar esta mensagem%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":["Tipo desconhecido %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inclui uma conta gratuita em MyYoast que lhe dá acesso ao nosso curso gratuito \"SEO for Beginners\"!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Subscreva a nossa newsletter para receber as últimas novidades do %1$s ou dos outros plugins da %2$s, e para receber notícias e dicas relevantes do universo SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obtenha o seu código de verificação do Baidu em %1$sFerramentas de webmaster do Baidu%2$s."],"Baidu verification code":["Código de verificação do Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["A funcionalidade do importador do %s usa tabelas temporárias de base de dados. Parece que a sua instalação WordPress não tem a capacidade de fazer isto, consulte seu serviço de alojamento."],"Cleanup of %s data failed.":["Falhou ao limpar os dados de %s."],"Content Type":["Tipo de conteúdo"],"Filter by content type":["Filtrar por tipo de conteúdo"],"Show All Content Types":["Mostrar todos os tipos de conteúdo"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["Substituído pelo título normal de um arquivo gerado pelo WordPress"],"Clean":["Limpar"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Quando se certificar que o seu site está bem, pode limpar. Isto irá remover todos os dados originais."],"Step 5: Clean up":["Passo 5: Limpeza"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Deve executar o assistente de configuração a partir da página SEO → Geral → Painel, para garantir que todas as definições do seu site estão correctas."],"Step 4: Run the configuration wizard":["Passo 4: Execute o assistente de configuração"],"Please check your posts and pages and see if the metadata was successfully imported.":["Por favor, verifique se os metadados dos seus conteúdos e páginas foram importados com sucesso."],"Step 3: Check your data":["Passo 3: Verifique seus dados"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Isto importará metadados como títulos SEO e descrições para os seus metadados do %1$s, caso ainda não existam metadados do %1$s. Os dados originais permanecerão inalterados."],"Step 2: Import":["Passo 2: Importação"],"Please make a backup of your database before starting this process.":["Por favor, faça uma cópia de segurança da sua base de dados antes de iniciar este processo."],"Step 1: Create a backup":["Passo 1: Crie uma cópia de segurança"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Foram detectados dados de um ou mais plugins de SEO no seu site. Por favor siga os seguintes passos para importar os dados respectivos:"],"Plugin: ":["Plugin:"],"%s did not detect any plugin data from plugins it can import from.":["O %s não detectou quaisquer dados de plugins para importar."],"Posts that should not show up in search results":["Conteúdos que não devem ser apresentados nos resultados de pesquisa"],"%s data found.":["Foram encontrados dados de %s."],"%s data successfully removed.":["Os dados de %s foram removidos com sucesso."],"%s data successfully imported.":["Os dados de %s foram importados com sucesso."],"%s data not found.":["Não foram encontrados dados de %s."],"Improve your SEO skills":["Melhore as suas competências de SEO"],"24/7 email support":["Suporte por email 24/7"],"No more dead links a.k.a. 404 pages":["Não mais ligações quebradas, também conhecidas como páginas 404"],"Get real-time suggestions for internal links":["Obtenha sugestões em tempo real para ligações internas"],"Preview your page in Facebook and Twitter":["Pré-visualize a sua página no Facebook e Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Clique no botão \"%3$s\" para usar a descrição já definida na %1$sApresentação da pesquisa da página inicial%2$s."],"Help on copying the home meta description":["Ajude-nos a copiar a descrição da página inicial"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Para que os motores de pesquisa conheçam os perfis de redes sociais associados ao site, insira abaixo os dados respectivos."],"Learn more about your social profiles settings":["Saiba mais sobre a configuração dos seus perfis em redes sociais"],"Remove the categories prefix":["Remover prefixo de categorias"],"Help on the category prefix setting":["Ajuda sobre a configuração de prefixo da categoria"],"Learn more about the available variables":["Saiba mais sobre as variáveis ​​disponíveis"],"Learn more about the RSS feed setting":["Saiba mais sobre a configuração do feed RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Ao carregar itens multimédia (por exemplo, uma imagem ou um vídeo) para o WordPress, não é guardado apenas o item multimédia, é criado também um URL do anexo respectivo. Estas páginas de anexo são bastante simples: contêm o item multimédia e eventualmente um título, caso o tenha inserido. Por isso, se nunca usar estes URL de anexos, é melhor desactivar e redireccionar para o próprio item multimédia."],"Learn more about the Media and attachment URLs setting":["Saiba mais sobre a configuração do URL de multimédia e anexos"],"Learn more about the title separator setting":["Saiba mais sobre a configuração do separador do título"],"Learn more about the knowledge graph setting":["Saiba mais sobre a configuração do Painel de Conhecimentos"],"Learn more about the homepage setting":["Saiba mais sobre a configuração da página inicial"],"Learn more about the special pages setting":["Saiba mais sobre a configuração de páginas especiais"],"Help on the date archives search results setting":["Ajuda sobre a configuração dos resultados de pesquisa do arquivo por datas"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Não mostrar o arquivo de autores sem conteúdos nos resultados de pesquisa, tecnicamente significa que este terá a informação %1$s para robôs e será excluído dos sitemaps XML. %2$sMais informações sobre as definições dos resultados de pesquisa%3$s."],"Help on the authors without posts archive search results setting":["Ajuda sobre a configuração dos resultados de pesquisa do arquivo de autores sem conteúdos"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Não mostrar o arquivo por autores nos resultados de pesquisa, tecnicamente significa que este terá a informação %1$s para robôs e será excluído dos sitemaps XML. %2$sMais informações sobre as definições dos resultados de pesquisa%3$s."],"Help on the author archives search results setting":["Ajuda sobre a configuração dos resultados de pesquisa do arquivo por autores"],"Archives settings help":["Ajuda sobre as definições de arquivo"],"Learn more about the archives setting":["Saiba mais sobre a configuração dos arquivos"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obtenha seu código de verificação do Yandex em %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Código de verificação do Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obtenha seu código de verificação do Google em %1$sGoogle Search Console%2$s."],"Google verification code":["Código de verificação do Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obtenha o seu código de verificação do Bing em %1$sFerramentas de webmaster do Bing%2$s."],"Bing verification code":["Código de verificação do Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["Saiba mais sobre a verificação das ferramentas de webmaster"],"On":["Ligado"],"Help on: %s":["Ajuda sobre: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["O %1$s inclui muitas funcionalidades. Pode activar / desactivar algumas abaixo. Ao clicar no ponto de interrogação obtém mais informações sobre a funcionalidade."],"Off":["Desligado"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":["Segurança: sem definições avançadas para autores"],"See who contributed to %1$s.":["Veja quem contribuiu para o %1$s."],"Help on this search results setting":["Ajuda sobre a configuração destes resultados de pesquisa"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Não mostrar o arquivo de %1$s nos resultados de pesquisa, tecnicamente significa que este terá a informação %2$s para robôs e será excluído dos sitemaps XML. %3$sMais informações sobre as definições dos resultados de pesquisa%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Não mostrar %1$s nos resultados de pesquisa, tecnicamente significa que estes terão a informação %2$s para robôs e serão excluídos dos sitemaps XML. %3$sMais informações sobre as definições dos resultados de pesquisa%4$s."],"Default for %2$s, currently: %1$s":["Por omissão para %2$s, actualmente: %1$s"],"Show %s in search results?":["Mostrar %s nos resultados de pesquisa?"],"this author's archives":["o arquivo deste autor"],"Do not allow search engines to show %s in search results.":["Não permitir aos motores de pesquisa mostrar %s nos resultados de pesquisa."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Os URL das categorias do WordPress contêm um prefixo, geralmente %s, esta funcionalidade remove este prefixo, apenas para as categorias."],"Category URLs":["URL das categorias"],"the archive for %s":["o arquivo de %s"],"Redirect attachment URLs to the attachment itself?":["Redireccionar os URL dos anexos para os anexos respectivos?"],"We recommend you set this to Yes.":["Recomendamos que seleccione sim."],"Media & attachment URLs":["URL de itens multimédia e anexos"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Isto é o que é mostrado nos resultados de pesquisa quando alguém encontrar o seu site. Isto significa que provavelmente é o que verão ao pesquisar pela sua marca."],"date archives":["arquivo por datas"],"archives for authors without posts":["arquivo de autores sem conteúdos"],"Read why XML Sitemaps are important for your site.":["Saiba porque é que os sitemaps XML são importantes para o seu site."],"Enable the XML sitemaps that %s generates.":["Activa os sitemaps XML gerados pelo %s."],"See the XML sitemap.":["Veja o sitemap XML."],"%2$s (current default for %1$s)":["%2$s (por omissão para %1$s)"],"Media":["Multimédia"],"Content Types":["Tipos de conteúdo"],"Should search engines follow links on this %1$s?":["Os motores de pesquisa deve seguir ligações de %1$s?"],"Allow search engines to show this %s in search results?":["Permitir que os motores de pesquisa mostrem %s no resultados de pesquisa?"],"Search Appearance":["Apresentação da pesquisa"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Por favor, especifique os tipos de conteúdo que quer mostrar nos motores de pesquisa.\nSe não souber a diferença entre estes, sugerimos as definições por omissão."],"Search engines should show \"%1$s\" in search results:":["Os motores de pesquisa devem mostrar %1$s nos resultados:"],"Search engine visibility":["Visibilidade em motores de pesquisa"],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Os pedidos de suporte criados aqui serão enviados directamente para o nosso sistema de suporte, com segurança SSL de 256 bit, a comunicação é 100% segura."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["A funcionalidade de conteúdo principal permite-lhe identificar e filtrar conteúdos principais no seu site."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Se tiver um problema que não consegue resolver através dos tutoriais em vídeo ou da base de conhecimento, pode enviar uma mensagem para a nossa equipa de suporte, que está contactável 24 horas por dia."],"Search result":["Resultado de pesquisa"],"Good results":["Bons resultados"],"Get better search results in local search":["Obtenha melhores resultados em pesquisas locais"],"Allow customers to pick up their %s order locally":["Permitir aos clientes levantar localmente as encomendas do %s"],"SEO analysis":["Análise de SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["A análise de SEO oferece sugestões para melhoras a classificação de SEO do seu texto."],"Learn how the SEO analysis can help you rank.":["Saiba como a análise de SEO pode ajudar a melhorar o posicionamento nos motores de pesquisa."],"The readability analysis offers suggestions to improve the structure and style of your text.":["A análise de legibilidade oferece sugestões para melhorar a estrutura e o estilo do seu texto."],"Discover why readability is important for SEO.":["Saiba porque a legibilidade é importante para o SEO."],"Find out how cornerstone content can help you improve your site structure.":["Saiba como os conteúdos principais podem ajudar a melhorar a estrutura do seu site."],"The text link counter helps you improve your site structure.":["O contador de ligações dos textos ajuda-o a melhorar a estrutura do seu site."],"Find out how the text link counter can enhance your SEO.":["Saiba como o contador de ligações dos textos pode ajudar a melhorar a classificação de SEO."],"%s integration":["Integração com %s"],"Read more about how %s works.":["Leia mais sobre como funciona o %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Active esta funcionalidade se quiser que o Facebook e outras redes sociais mostrem uma pré-visualização com imagens e excerto do texto ao partilhar uma ligação para o seu site."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Active esta funcionalidade se quiser que o Twitter mostre uma pré-visualização com imagens e excerto do texto ao partilhar uma ligação para o seu site."],"Find out why you should upgrade to %s":["Saiba porque deve actualizar para o %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Artigos mais recentes em %1$s"],"Need help?":["Precisa de ajuda?"],"Type here to search...":["Digite aqui para pesquisar..."],"Search the Yoast Knowledge Base for answers to your questions:":["Pesquise por respostas às suas dúvidas na base de conhecimento do Yoast:"],"Remove highlight from the text":["Remover o destaque do texto"],"Your site language is set to %s. ":["O idioma do seu site é %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Comece rapidamente com o %2$sassistente de configuração%3$s do %1$s!"],"First-time SEO configuration":["Configuração inicial de SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["O idioma do seu site está definido como {language}. Se isto não estiver correcto, contacte o administrador do seu site."],"Your site language is set to {language}.":["O idioma do seu site está definido como {language}."],"Highlight this result in the text":["Destacar este resultado no texto"],"Considerations":["Considerações"],"Errors":["Erros"],"Change language":["Alterar idioma"],"You cannot create a %s file.":["Não pode criar um ficheiro %s."],"You cannot edit the %s file.":["Não pode editar o ficheiro %s."],"Updated %s":["%s actualizado"],"Create %s file":["Criar ficheiro %s"],"Edit the content of your %s:":["Editar o conteúdo do seu %s:"],"Save changes to %s":["Guardar alterações para %s"],"%s file":["Ficheiro %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["Os plugins %1$s e %2$s podem funcionar muito melhor se utilizar um plugin de ligação. Por favor, instale o %3$s para facilitar a sua vida. %4$s."],"More information":["Mais informações"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["Os plugins %1$s e %2$s podem funcionar muito melhor se utilizar um plugin de ligação. Por favor, active o %3$s para facilitar a sua vida."],"More information about %1$s":["Mais informações sobre %1$s"],"Configuration Wizard":["Assistente de configuração"],"You've done it!":["Conseguiu!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integre o %2$s com o %1$s sem dificuldade para a análise dos seus conteúdos!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["Os plugins %1$s e %2$s podem funcionar muito melhor se utilizar um plugin de ligação. Por favor, instale o %3$s para facilitar a sua vida."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["As definições da apresentação da pesquisa do %1$s são constituídas por variáveis que serão substituídas por valores específicos ao mostrar a página. A tabela abaixo contém uma lista de variáveis disponíveis."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Identifique os itens de %1$s mais importantes como 'conteúdo principal' para melhorar a estrutura do seu site. %2$sSaiba mais sobre conteúdo principal%3$s."],"Loading help center.":["A carregar centro de ajuda."],"Get support":["Obter suporte"],"View in KB":["Ver em KB"],"Go back":["Voltar"],"Go back to the search results":["Voltar aos resultados de pesquisa"],"(Opens in a new browser tab)":["(Abrir num novo separador)"],"Posts %1$swithout%2$s a focus keyphrase":["Conteúdos %1$ssem%2$s frase-chave principal"],"Hey, your SEO is doing pretty well! Check out the stats:":["Olá, a sua classificação de SEO está óptima! Consulte as estatísticas:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Ainda não tem conteúdos publicados, as suas classificações de SEO serão mostradas aqui assim que criar o seu primeiro conteúdo!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Outro"],"A portfolio":["Um porftólio"],"A corporation":["Uma empresa"],"A small offline business":["Um pequeno negócio local"],"A news channel":["Um canal de notícias"],"An online shop":["Uma loja online"],"A blog":["Um blog"],"What does the site %1$s represent?":["O que representa o site %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Se escolher não, o seu arquivo do autor será desactivado para evitar problemas de duplicação de conteúdos."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Nota: não armazenamos os seus dados de modo algum e não temos acesso completo à sua conta. A sua privacidade está segura connosco."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Opção B: O meu site está em construção e não deverá ser indexado"],"Option A: My site is live and ready to be indexed":["Opção A: O meu site está público e pronto a ser indexado"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Escolha em construção se quiser que o site não seja indexado pelos motores de pesquisa. Não se esqueça de activar quando estiver pronto para publicar o seu site."],"Please specify if your site is under construction or already active.":["Por favor, indique se o seu site está em construção ou se já está público."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Esta informação será utilizada no cartão do Painel de Conhecimentos do Google,\naquela caixa grande com informações à direita dos resultados de pesquisa."],"Read more like this on our SEO blog":["Leia mais no nosso blog de SEO"],"Readability: %s":["Legibilidade: %s"],"Not activated":["Não activado"],"Activated":["Activado"],"%1$s recommendations for you":["Recomendações do %1$s para si"],"All Readability Scores":["Todas as classificações de legibilidade"],"Filter by Readability Score":["Filtrar por classificação de legibilidade"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Não está a receber actualizações nem suporte! Corrija este problema através de adicionar este site e activar o %1$s em %2$s."],"Request method %1$s is not valid.":["O método de pedido %1$s não é válido."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Gostaria de pré-visualizar como este conteúdo será mostrado ao ser partilhado por outras pessoas no %1$s? É possível, com o %2$s."],"Good job! All the links in your texts have been counted.":["Bom trabalho! Foram contadas todas as ligações dos seus textos."],"Calculation completed.":["Cálculo concluído."],"Calculation in progress...":["Cálculo em curso..."],"Stop counting":["Parar contagem"],"Counting links in your texts":["A contar ligações nos seus textos"],"Text %1$s of %2$s processed.":["Texto %1$s de %2$s processado."],"All your texts are already counted, there is no need to count them again.":["Todos os seus textos já foram contados, não há necessidade de contá-los de novo."],"Count links in your texts":["Contar ligações nos seus textos"],"Text link counter":["Contador de ligações dos textos"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Número de ligações internas para este conteúdo. Veja o texto \"Colunas do Yoast\" no separador de ajuda para mais informações."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["O %1$s adiciona diversas colunas a esta página. Escrevemos um artigo sobre %2$scomo usar as classificações de SEO e de legibilidade%3$s. As colunas das ligações mostram o número de conteúdos neste site com ligações %5$spara%6$s este conteúdo e o número de ligações %5$sneste%6$s conteúdo. Saiba mais sobre %4$scomo usar estas funcionalidades para melhorar as suas ligações internas%3$s, o que melhora em muito o seu SEO."],"%s Columns":["Colunas do %s"],"Readability score":["Classificação de legibilidade"],"Other benefits of %s for you:":["Outros benefícios do %s para si:"],"Scroll to see the preview content.":["Deslize para baixo para pré-visualizar o conteúdo."],"Cornerstone content":["Conteúdo principal"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["O %1$s irá agora tratar de todas as optimizações técnicas do seu site. Para melhorar o desempenho do seu site nos resultados de pesquisa, é importante começar a criar conteúdos que se classifiquem bem para as frases-chave que lhe interessam. Veja este vídeo em que explicamos como usar a metabox do %1$s ao editar conteúdos e páginas."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Se quiser superar a sua concorrência numa cidade ou região específica, conheça o nosso plugin %1$s! Poderá facilmente inserir mapas do Google, horário de funcionamento, informações de contacto e localizador de lojas. Além de tudo isto, o %1$s permite-lhe melhorar a usabilidade da sua página de contacto."],"Attract more customers near you":["Atraia mais clientes perto de si"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Gostaria de conhecer todos os detalhes do plugin %1$s? Gostaria de saber tudo sobre as suas definições avançadas? Gostaria de aproveitar ao máximo o plugin %1$s? Consulte os nossos cursos sobre o plugin %1$s e comece a superar a sua concorrência!"],"Get the most out of %1$s with the %2$s":["Obtenha o máximo do %1$s com o %2$s"],"Upgrade to Premium":["Actualizar para Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Gostaria de superar a sua concorrência? O %1$s tem funcionalidades fantásticas para o ajudar a configurar a sua estratégia de SEO como um profissional. Adicione sinónimos e frases-chave relacionadas, utilize a nossa ferramenta de análise Premium, o gestor de redireccionamentos e a nossa ferramenta de ligações internas. Com o %1$s tem ainda acesso a suporte premium."],"Outrank the competition with %s":["Supere a sua concorrência com o %s"],"You might like":["Poderá gostar"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Detectámos que ainda não concluiu este assistente, recomendamos que %2$sinicie o assistente de configuração para configurar o %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["O assistente de configuração ajuda-o a configurar facilmente o seu site para ter as melhores definições de SEO."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Obtenha a versão premium e os nossos especialistas estarão disponíveis para ajudar em qualquer dúvida sobre a configuração e utilização do plugin."],"Superfast internal linking suggestions":["Sugestões rápidas para ligações internas"],"Great news: you can, with %1$s!":["Boas notícias: é possível com o %1$s!"],"Save changes":["Guardar alterações"],"1 year free support and updates included!":["1 ano de suporte e actualizações incluídas!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":[""],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPré-visualizações das redes sociais%2$s: Facebook e Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNão mais ligações quebradas%2$s: Easy Redirect Manager"],"No ads!":["Sem anúncios!"],"Facebook & Twitter":["Facebook e Twitter"],"Social media preview":["Pré-visualizações das redes sociais"],"Easy redirect manager":["Easy Redirect Manager"],"No more dead links":["Não mais ligações quebradas"],"Increase your SEO reach":["Aumente o alcance do seu SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":[""],"Variable":["Variável"],"Available variables":["Variáveis disponíveis"],"Scroll to see the table content.":["Deslize para baixo para ver o conteúdo da tabela."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Se precisar de ajuda consulte o %1$snosso artigo sobre como ligar o seu site à Google Search Console%2$s."],"An error occurred in the '%1$s' assessment":["Ocorreu um erro na avaliação de '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s das palavras contêm %2$smais de %3$s sílabas%4$s, o que é superior ao máximo recomendado de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s das palavras contêm %2$smais de %3$s sílabas%4$s, o que é inferior ou igual ao mínimo recomendado de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Isto é um pouco inferior ao mínimo recomendado de %5$d palavra. %3$sAdicione mais algum texto%4$s.","Isto é um pouco inferior ao mínimo recomendado de %5$d palavras. %3$sAdicione mais algum texto%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["A descrição contém %1$d frase %2$scom mais de %3$s palavras%4$s. Tente encurtar esta frase.","A descrição contém %1$d frases %2$scom mais de %3$s palavras%4$s. Tente encurtar estas frases."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["A descrição não contém frases %1$scom mais de %2$s palavras%3$s."],"Step %1$d: %2$s":["Passo %1$d: %2$s"],"No new notifications.":["Nenhuma notificação nova."],"Save all":["Guardar tudo"],"Save":["Guardar"],"%1$s, Author at %2$s":["%1$s, autor em %2$s"],"Mobile preview":["Pré-visualizar em dispositivo móvel"],"Desktop preview":["Pré-visualizar em computador"],"Select redirect":["Seleccione o redireccionamento"],"Please provide an SEO title by editing the snippet below.":["Por favor, insira um título SEO editando o fragmento abaixo."],"Meta description preview:":["Pré-visualização da descrição:"],"Slug preview:":["Pré-visualização da slug:"],"SEO title preview:":["Pré-visualização do título SEO:"],"Close snippet editor":["Fechar editor de fragmentos"],"Slug":["Slug"],"Remove marks in the text":["Remover marcas no texto"],"Mark this result in the text":["Realçar este resultado no texto"],"Marks are disabled in current view":["Marcações desativadas na vista atual"],"Good SEO score":["Classificação boa de SEO"],"OK SEO score":["Classificação razoável de SEO"],"Feedback":["Feedback"],"ok":["razoável"],"Choose an image":["Escolha uma imagem"],"Remove the image":["Remover a imagem"],"MailChimp signup failed:":["Falhou ao subscrever no MailChimp:"],"Sign Up!":["Subscrever!"],"Name":["Nome"],"There is an error with the request.":["Ocorreu um erro com o pedido."],"Select profile":["Seleccionar perfil"],"Choose a profile":["Escolha um perfil"],"Authorization code":["Código de autorização"],"Reauthenticate with Google":["Autenticar de novo com o Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Para autorizar o %s a obter a sua informação do Google Search Console, por favor insira o seu código de autorização do Google. Ao clicar no botão abaixo abre uma nova janela."],"Please provide a meta description by editing the snippet below.":["Por favor, insira uma descrição editando o fragmento abaixo."],"Edit snippet":["Editar fragmento"],"You can click on each element in the preview to jump to the Snippet Editor.":["Pode clicar em cada elemento na pré-visualização para ir para o Editor de fragmentos."],"SEO title preview":["Pré-visualização do título SEO"],"Meta description preview":["Pré-visualização da descrição"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Ocorreu um problema ao guardar o passo actual, {{link}}por favor submeta um relatório de erro{{/link}} descrevendo em que passo está e que alterações pretende efectuar (caso queira alterar algo)."],"Close the Wizard":["Fechar o assistente"],"Export settings":["Exportar definições"],"%1$s video tutorial":["Tutorial vídeo do %1$s"],"%s › Configuration Wizard":["%s › Assistente de configuração"],"Please don't show me this notification anymore":["Por favor, não me mostrem mais esta notificação"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Se tiver algum problema, %1$spor favor submeta um relatório de erro%2$s e faremos o nosso melhor para ajudá-lo."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Notámos que está a usar o %1$s há algum tempo, esperamos que esteja a gostar! Ficaremos muito gratos se nos quiser %2$sclassificar com 5 estrelas em WordPress.org%3$s!"],"Date archives settings":["Definições do arquivo por datas"],"Author archives settings":["Definições do arquivo por autores"],"%1$s by %2$s":["%1$s por %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Aviso: não é possível usar a variável %s neste modelo. Consulte o centro de ajuda para obter mais informações."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["A propósito, sabia que também temos um %1$splugin Premium%2$s? Tem funcionalidades avançadas, como um gestor de redireccionamentos e suporte para múltiplas frases-chave principais. Também inclui suporte pessoal 24/7."],"(no title)":["(sem título)"],"%s installation wizard":["Assistente de instalação de %s"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["O menu da barra de administração do %1$s contém ligações úteis para ferramentas de terceiros para analisar páginas e para que seja mais fácil ver se tem novas notificações."],"Admin bar menu":["Menu da barra de administração"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["O %1$s verifica semanalmente se o seu site pode ser indexado pelos motores de pesquisa e o %2$s notifica-o caso não seja possível."],"Features":["Funcionalidades"],"SEO title":["Título SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Embora tentemos manter a configuração do %1$s o mais fácil possível, sabemos que pode ser algo assustador. Se preferir que sejamos nós a configurar o %1$s (e obter uma cópia do %2$s no processo), encomende aqui o %3$s%1$s Configuration Service%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bem-vindo ao assistente de configuração do %1$s. Vamos ajudá-lo passo a passo a configurar as definições do Yoast SEO de acordo com a necessidades do seu site!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["O Google mostra o nome do seu site nos resultados de pesquisa, se pretender alterá-lo, pode fazê-lo aqui."],"Greater than sign":["Sinal de maior"],"Less than sign":["Sinal de menor"],"Right angle quotation mark":["Símbolo de citação à direita"],"Left angle quotation mark":["Símbolo de citação à esquerda"],"Small tilde":["Til pequeno"],"Vertical bar":["Barra vertical"],"Low asterisk":["Asterisco inferior"],"Asterisk":["Asterisco"],"Bullet":["Marca"],"Middle dot":["Ponto médio"],"Em dash":["Travessão"],"En dash":["Traço"],"Dash":["Hífen"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Escolha o símbolo a usar como separador do título. Isto será mostrado, por exemplo, entre o título do conteúdo e o nome do site. Os símbolos serão mostrados no tamanho em que aparecem nos resultados da pesquisa."],"The name of the person":["O nome da pessoa"],"No":["Não"],"Yes":["Sim"],"Does, or will, your site have multiple authors?":["O seu site tem ou terá múltiplos autores?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["O WordPress cria automaticamente um URL para cada item de média da biblioteca. Activar isto permitirá ao Google indexar o URL criado."],"Success!":["Sucesso!"],"Title settings":["Definições do título"],"Google Search Console":["Google Search Console"],"Multiple authors":["Múltiplos autores"],"Site type":["Tipo de site"],"Environment":["Ambiente"],"Yoast option %1$s not found.":["Opção %1$s do Yoast não encontrada."],"Google Structured Data Test":["Teste de dados estruturados do Google"],"Posts list":["Lista de conteúdos"],"Posts list navigation":["Navegação da lista de conteúdos"],"Filter posts list":["Filtrar lista de conteúdos"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Atenção que as ligações para o arquivo podem ser atribuídas pelo tema e terá de as remover separadamente."],"%1$s to optimize your site even further":["%1$s para optimizar ainda mais o seu site"],"%1$s extensions":["Extensões do %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Experimente e use durante 30 dias, garantia de devolução do pagamento sem perguntas"],"More information %1$sabout %3$s%2$s":["Mais informações %1$ssobre %3$s%2$s"],"Installed":["Instalado"],"gain access to our 24/7 support team.":["obtenha acesso à nossa equipa de suporte 24/7."],"Premium support":["Suporte Premium"],"check what your Facebook or Twitter post will look like.":["verifique a aparência das publicações no Facebook e Twitter."],"Social previews":["Pré-visualizações das redes sociais"],"create and manage redirects from within your WordPress install.":["crie e organize redireccionamentos a partir da sua instalação WordPress."],"Redirect manager":["Gestor de redireccionamentos"],"%1$s, take your optimization to the next level!":["%1$s, eleva a sua optimização a um nível superior!"],"A seamless integration between %1$s and %2$s":["Uma óptima integração entre %1$s e %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Use breadcrumbs de %1$s em vez de %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Insira facilmente Google Maps, localização de lojas, horário de funcionamento, etc."],"Creates XML News Sitemaps":["Crie sitemap XML de notícias"],"Immediately pings Google on the publication of a new post":["Informe de imediato o Google sobre a publicação de um novo conteúdo"],"Optimize your site for Google News":["Optimize o seu site para o Google News"],"Make videos responsive through enabling fitvids.js":["Faça vídeos responsivos activando fitvids.js"],"Enhance the experience of sharing posts with videos":["Melhore a experiência de partilha de conteúdos com vídeos"],"Show your videos in Google Videos":["Mostre os seus vídeos no Google Vídeos"],"Crawl issues list":["Lista de problemas de rastreamento"],"Crawl issues list navigation":["Navegação da lista de problemas de rastreamento"],"Edit “%s”":["Editar “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notificações"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Remove da metabox o separador da frase-chave e desactiva todas as sugestões relacionadas com SEO."],"Disable SEO analysis":["Desactivar análise de SEO"],"Twitter settings":["Definições do Twitter"],"Pinterest settings":["Definições do Pinterest"],"Facebook settings":["Definições do Facebook"],"Title separator symbol":["Símbolo separador do título"],"RSS feed settings":["Definições do feed RSS"],"Breadcrumbs settings":["Definições de breadcrumbs"],"Make primary":["Tornar principal"],"Enter your Google Authorization Code and press the Authenticate button.":["Insira o seu código de autorização do Google e carregue no botão Autenticar."],"Knowledge base article":["Artigo da base de conhecimento"],"Open the knowledge base article in a new window or read it in the iframe below":["Abrir o artigo da base de conhecimento numa nova janela ou ler num iframe abaixo"],"Search results":["Resultados da pesquisa"],"%s notification":["%s notificação","%s notificações"],"Disable readability analysis":["Desactivar análise de legibilidade"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Remove da metabox a secção da análise de legibilidade e desactiva todas as sugestões relacionadas com legibilidade."],"Readability analysis":["Análise de legibilidade"],"Needs improvement":["Precisa de melhorar"],"Readability":["Legibilidade"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Está a tentar carregar ficheiros não minificados, estes apenas estão disponíveis no nosso pacote de desenvolvimento. Veja %1$s para ver todos os ficheiros do código fonte."],"Improvements":["Melhoramentos"],"Dismiss this item.":["Ignorar este item."],"Good job! We could detect no serious SEO problems.":["Bom trabalho! Não foram detectados problemas graves de SEO."],"We have detected the following issues that affect the SEO of your site.":["Foram detectados os seguintes problemas a afectar a classificação SEO do seu site."],"Problems":["Problemas"],"Analysis":["Análise"],"Not available":["Não disponível"],"Filter by SEO Score":["Filtrar por classificação SEO"],"Meta description not set.":["Descrição não definida."],"Video tutorial":["Tutorial vídeo"],"Email support is a %s feature":["Suporte por email é uma funcionalidade de %s"],"Knowledge base":["Base de conhecimento"],"Open":["Abrir"],"Loading...":["A carregar..."],"Something went wrong. Please try again later.":["Alguma coisa correu mal. Por favor, tente de novo mais tarde."],"No results found.":["Nenhum resultado encontrado."],"Dashboard":["Painel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Pode resolver isto na %1$spágina das Ligações permanentes%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["A paginação de comentários está activada e isto não é necessário em 999 a cada 1000 casos, por isso recomendamos a sua desactivação."],"Replaced with the primary category of the post/page":["Substituído pela categoria principal do conteúdo"],"Pinterest confirmation":["Confirmação do Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Se já confirmou o seu site no Pinterest, pode saltar o passo abaixo."],"Format-based archives":["Arquivo baseado no formato"],"Webmaster Tools verification":["Verificação de ferramentas de webmaster"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Inscreva-se no nosso curso %1$s for WordPress Training e torne-se um especialista certificado em %1$s!"],"Want to be a %s Expert?":["Quer ser um especialista em %s?"],"Buy %s":["Comprar %s"],"Show information about errors in category %s":["Mostrar informação sobre erros na categoria %s"],"New %1$s Title":["Novo título do %1$s"],"Existing %1$s Title":["Título existente do %1$s"],"Expected an integer as input.":["A entrada deve ser um número inteiro."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["A tentar criar uma chave de cache segura para o sitemap mas a combinação de sufixo e prefixo não deixa muito espaço para o fazer. Está provavelmente a pedir uma página que estará muito fora do alcance expectável."],"Remove":["Remover"],"Keep":["Manter"],"Bold the last page":["Negrito na última página"],"Regular":["Normal"],"Bold":["Negrito"],"Show Blog page":["Mostrar página de artigos"],"Primary %s":["%s principal"],"Primary":["Principal"],"Make %1$s primary %2$s":["Tornar %1$s principal em %2$s"],"Term is set to noindex.":["Termo está definido como a não indexar."],"Author archives":["Arquivo por autores"],"Show":["Mostrar"],"Enabled":["Activo"],"Disabled":["Inactivo"],"%1$s has not fetched your site's indexability status yet from %2$s":["O %1$s ainda não carregou o estado de indexação do seu site a partir de %2$s"],"The separator defined in your theme's %s tag.":["O separador definido no %s do seu tema."],"No index":["Não indexar"],"Analyze entire site":["Analisar todo o site"],"Fetch the current status":["Verificar estado actual"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$sO %2$s não conseguiu carregar o estado de indexação do seu site%3$s a partir de %4$s"],"Your homepage can be indexed by search engines.":["A sua página inicial pode ser indexada pelos motores de pesquisa."],"Indexability check by %1$s":["Verificação de indexação por %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Se quiser usar uma imagem para partilhar no %1$s, pode carregar/escolher uma imagem ou adicionar aqui o seu URL."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Se não quiser usar a descrição para partilhar no %1$s, e preferir uma descrição alternativa, escreva-a aqui."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Se não quiser usar o título para partilhar no %1$s, e preferir um título alternativo, escreva-o aqui."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sA sua página inicial não pode ser indexada pelos motores de pesquisa%2$s. Isto é muito mau para classificação SEO e deve ser resolvido."],"Once Weekly":["Uma vez por semana"],"SEO score":["Classificação de SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["A recalcular as classificações SEO para todos os conteúdos com a frase-chave principal."],"%1$s of %2$s done.":["Concluído(s) %1$s de %2$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Actualizámos o nosso algoritmo de classificação SEO. %1$sCarregue aqui para recalcular as suas classificações SEO%2$s para todos os conteúdos e páginas."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["A primeira solução integrada de SEO para WordPress, com análise de conteúdo na página, sitemaps XML e muito mais."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activação falhou:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["A extensão Filter não está disponível. Por favor peça ao seu serviço de alojamento para activá-la."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["A instalação do plugin %1$s está incompleta. Por favor, leia as %2$sinstruções de instalação%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["A extensão PHP Library (padrão) não está disponível. Por favor peça ao seu serviço de alojamento para activá-la."],"SEO Settings":["Definições de SEO"],"Mobile-Friendly Test":["Teste de compatibilidade com dispositivos móveis"],"Google Page Speed Test":["Teste PageSpeed do Google"],"CSS Validator":["Validação de CSS"],"HTML Validator":["Validação de HTML"],"Pinterest Rich Pins Validator":["Validação de Rich Pins do Pinterest"],"Facebook Debugger":["Depurador do Facebook"],"Check Headers":["Verificar cabeçalhos"],"Check Google Cache":["Verificar cache do Google"],"Analyze this page":["Analisar esta página"],"Keyword Research":["Pesquisa de palavras-chave"],"%s does not seem to be a valid url. Please correct.":["%s não parece ser um URL válido. Por favor tente de novo."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s não parece ser uma variável de verificação de %2$s válida. Por favor tente de novo."],"%s Archive":["Arquivo de %s"],"You searched for %s":["Pesquisou por %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Resumo com imagem grande"],"Summary":["Resumo"],"The post %1$s appeared first on %2$s.":["O conteúdo %1$s aparece primeiro em %2$s."],"No numeric value was received.":["Não foi recebido nenhum valor numérico."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Tem de ser um site existente. O site %s não existe ou foi marcado como eliminado."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["As definições por omissão têm que ser o ID numérico do site cujas definições pretende usar por omissão."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s não é uma escolha válida para quem deve ter permissões de acesso às configurações do %2$s. Foi reposto o valor por omissão."],"Please select a valid post type for taxonomy \"%s\"":["Por favor seleccione um tipo de conteúdo válido para a taxonomia \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Por favor seleccione uma taxonomia para o tipo de conteúdo \"%s\""],"You searched for":["Pesquisou por"],"Home":["Início"],"Archives for":["Arquivo de"],"Error 404: Page not found":["Erro 404: Página não encontrada"],"Good":["Bom"],"Replaced with a custom taxonomies description":["Substituído pela descrição da taxonomia personalizada"],"Replaced with a posts custom taxonomies, comma separated.":["Substituído pelas taxonomias personalizadas do conteúdo, separadas por vírgulas."],"Replaced with a posts custom field value":["Substituído pelo valor de um campo personalizado do conteúdo"],"Replaced with the slug which caused the 404":["Substituído pela slug que causou o erro 404"],"Replaced with the posts focus keyphrase":["Substituído pela frase-chave principal do conteúdo"],"Attachment caption":["Legenda do anexo"],"Replaced with the current page number":["Substituído pelo número da página actual"],"Replaced with the current page total":["Substituído pelo número total de páginas"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Substituído pelo número actual de página em contexto (p.ex. página 2 de 4)"],"Replaced with the post/page author's 'Biographical Info'":["Substituído pela informação biográfica do autor do conteúdo"],"Replaced with the post/page author's 'nicename'":["Substituído pela alcunha do autor do conteúdo"],"Replaced with the post/page ID":["Substituído pelo ID do conteúdo"],"Replaced with the post/page modified time":["Substituído pela hora de modificação do conteúdo"],"Replaced with the content type plural label":["Substituído pela legenda plural do tipo de conteúdo"],"Replaced with the content type single label":["Substituído pela legenda singular do tipo de conteúdo"],"Replaced with the current search phrase":["Substituído pela actual frase de pesquisa"],"Replaced with the term name":["Substituído pelo nome do termo"],"Replaced with the term description":["Substituído pela descrição do termo"],"Replaced with the tag description":["Substituído pela descrição da etiqueta"],"Replaced with the category description":["Substituído pela descrição da categoria"],"Replaced with the post categories (comma separated)":["Substituído pelas categorias do conteúdo (separado por vírgulas)"],"Replaced with the current tag/tags":["Substituído pelas etiquetas actuais"],"Replaced with the post/page excerpt (without auto-generation)":["Substituído pelo excerto do conteúdo (sem gerar automaticamente)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Substituído pelo excerto do conteúdo (ou gerado automaticamente caso não exista)"],"The site's name":["Nome do site"],"Replaced with the title of the parent page of the current page":["Substituído pelo título da página superior da página actual"],"Replaced with the title of the post/page":["Substituído pelo título do conteúdo"],"Replaced with the date of the post/page":["Substituído pela data do conteúdo"],"Page %1$d of %2$d":["Página %1$d de %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Não pode sobrepor uma substituição de variável predefinida do WPSEO ao registar uma variável com o mesmo nome. Em alternativa use o filtro \"wpseo_replacements\" para ajustar o valor de substituição."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Já foi registada uma variável de substituição com o mesmo nome. Tente usar um nome exclusivo para a sua variável."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Uma variável de substituição não pode começar com \"%%cf_\" ou \"%%ct_\" pois estas estão reservadas pelo WPSEO como variáveis por omissão para campos personalizados e taxonomias personalizadas. Tente usar um nome único para a sua variável."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Uma variável de substituição apenas pode conter caracteres alfanuméricos, underscores ou hífenes. Tente renomear a sua variável."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Nota apenas para administradores: esta página não mostra nenhuma descrição porque ainda não foi definida. Escreva uma especificamente para esta página ou então vá ao menu [%1$s - %2$s] e defina um modelo."],"Page not found":["Página não encontrada"],"%s Archives":["Arquivo de %s"],"Search for \"%s\"":["Pesquisar por \"%s\""],"Meta description to use for Author page":["Descrição da página de autor"],"Title to use for Author page":["Título da página de autor"],"%1$s settings":["Definições do %1$s"],"Export your %1$s settings":["Exportar as suas definições de %1$s"],"Import settings":["Importar definições"],"Import from other SEO plugins":["Importar de outros plugins SEO"],"Import":["Importar"],"If you had a %s file and it was editable, you could edit it from here.":["Caso tenha o ficheiro %s e este tiver permissões de escrita, pode editá-lo aqui."],"If your %s were writable, you could edit it from here.":["Se o seu ficheiro %s tiver permissões de escrita, pode editá-lo aqui."],"You don't have a %s file, create one here:":["Não tem o ficheiro %s, crie um aqui:"],"A link to your site, with your site's name and description as anchor text.":["A ligação para o seu site, com o nome e descrição do site como texto âncora."],"A link to your site, with your site's name as anchor text.":["A ligação para o seu site, com o nome do site como texto âncora."],"A link to the post, with the title as anchor text.":["A ligação para o conteúdo, com este título como texto âncora."],"A link to the archive for the post author, with the authors name as anchor text.":["A ligação para o arquivo do autor deste conteúdo, com os nome do autor como de texto âncora."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Dentro das informações pode incluir as variáveis abaixo, que serão substituídas pelo valor à direita."],"Content to put after each post in the feed":["Informação a inserir depois de cada conteúdo do feed"],"Content to put before each post in the feed":["Informação a inserir antes de cada conteúdo do feed"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Esta funcionalidade é usada para adicionar informação automaticamente ao seu RSS. O objectivo é adicionar ligações para o seu site e respectivos conteúdos, para que os motores de pesquisa adicionem também estas ligações, permitindo a sua identificação como fonte original dos conteúdos."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["O uso da função de breadcrumbs é explicado %1$sno artigo da nossa base de conhecimento sobre implementação de breadcrumbs%2$s."],"How to insert breadcrumbs in your theme":["Como inserir breadcrumbs no seu tema"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Arquivo do tipo de conteúdo a apresentar em breadcrumbs de taxonomias"],"Taxonomy to show in breadcrumbs for content types":["Taxonomia a apresentar em breadcrumbs para tipos de conteúdo"],"Breadcrumb for 404 Page":["Breadcrumb para página 404"],"Prefix for Search Page breadcrumbs":["Prefixo para breadcrumbs de página de pesquisa"],"Prefix for Archive breadcrumbs":["Prefixo para breadcrumbs de arquivo"],"Prefix for the breadcrumb path":["Prefixo para o caminho de breadcrumb"],"Anchor text for the Homepage":["Texto âncora para a página inicial"],"Separator between breadcrumbs":["Separador entre breadcrumbs"],"Enable Breadcrumbs":["Activar breadcrumbs"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Abaixo pode encontrar as classificações SEO dos conteúdos publicados. Pode começar agora a melhorar alguns dos seus conteúdos!"],"Credits":["Créditos"],"« Back to Tools page":["« Voltar à página Ferramentas"],"%1$s comes with some very powerful built-in tools:":["O %1$s inclui algumas ferramentas poderosas:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Esta ferramenta permite-lhe alterar rapidamente ficheiros importantes para o seu SEO, como o ficheiro robots.txt e, se tiver, o ficheiro .htaccess."],"File editor":["Editor de ficheiro"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importe as definições de outros plugins SEO e exporte as suas definições para as reutilizar noutro site."],"Import and Export":["Importar e exportar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Esta ferramenta permite-lhe alterar títulos e descrições dos seus conteúdos e páginas sem ter de usar o editor para cada página."],"Bulk editor":["Editor por lote"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Para %1$sconfirmar o seu site com o Pinterest%2$s, adicione a meta tag aqui:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["O Pinterest utiliza metadados Open Graph, tal como o Facebook, active a opção de metadados Open Graph no separador Facebook se quiser optimizar o seu site para o Pinterest."],"The default card type to use":["Tipo de cartão por omissão"],"Add Twitter card meta data":["Adicionar metadados do cartão do Twitter"],"This image is used if the post/page being shared does not contain any images.":["Esta imagem é usada se o conteúdo não tiver nenhuma imagem."],"Default settings":["Definições por omissão"],"Copy home meta description":["Copiar a descrição da página inicial"],"Description":["Descrição"],"Image URL":["URL da imagem"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Estes são o título, descrição e imagem usados nos metadados Open Graph, na página inicial do seu site."],"Frontpage settings":["Definições da página inicial"],"Add Open Graph meta data":["Adicionar metadados Open Graph"],"YouTube URL":["URL do YouTube"],"Pinterest URL":["URL do Pinterest"],"MySpace URL":["URL do MySpace"],"LinkedIn URL":["URL do LinkedIn"],"Instagram URL":["URL do Instagram"],"Twitter Username":["Nome de utilizador do Twitter"],"Facebook Page URL":["URL da página do Facebook"],"Accounts":["Contas"],"Restore site to defaults":["Repor definições originais"],"Site ID":["ID do site"],"Using this form you can reset a site to the default SEO settings.":["Através deste formulário pode repor as definições por omissão de SEO de um site."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Definições relacionadas com privacidade (administradores do FB e similares), específicas de temas (reescrever título) e ainda algumas definições muito específicas do site não serão importadas para novos sites."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Insira o %1$sID do site%2$s cujas definições quer usar por omissão para todos os sites que são adicionados à sua rede. Deixe em branco para nenhum (p.ex. serão usadas as definições por omissão)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Escolha o site cujas definições deseja usar por omissão para todos os sites que são adicionados à sua rede. Se escolher 'Nenhum', serão utilizadas as definições por omissão do plugin."],"New sites in the network inherit their SEO settings from this site":["Novos sites na rede herdam as definições SEO deste site"],"Super Admins only":["Apenas super administradores"],"Site Admins (default)":["Administradores do site (por omissão)"],"Who should have access to the %1$s settings":["Quem deverá aceder às definições de %1$s"],"spam":["spam"],"mature":["conteúdo para adultos"],"archived":["arquivado"],"public":["público"],"%s restored to default SEO settings.":["%s reposto para as definições de SEO por omissão."],"Settings Updated.":["Definições actualizadas."],"404 pages":["Páginas 404"],"Search pages":["Páginas de pesquisa"],"These pages will be %s by default, so they will never show up in search results.":["Estas páginas estão definidas como %s por omissão, de modo a nunca aparecerem em resultados de pesquisa."],"Special Pages":["Páginas especiais"],"Date-based archives could in some cases also be seen as duplicate content.":["Arquivos baseados na data podem, nalguns casos, ser vistos como conteúdo duplicado."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Se este é o caso do seu site, pode escolher entre desactivá-lo (que leva ao redireccionamento para a página inicial), ou adicionar %s para que não apareça nos resultados de pesquisa."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Se está a gerir um site apenas com um autor, o arquivo do autor será o mesmo que a sua página inicial. Isto é o que se chama %1$sum problema de conteúdo duplicado%2$s."],"Date archives":["Arquivo por datas"],"author archives":["arquivo por autores"],"Title":["Título"],"%1$s Meta Box":["Metabox do %1$s"],"Hide":["Esconder"],"Date in Snippet Preview":["Data na pré-visualização dos fragmentos"],"Take note:":["Nota:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Pode indicar o título e descrição da página de artigos do site ao %1$seditar a página de artigos%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Pode indicar o título e descrição da página inicial ao %1$seditar a página inicial%2$s."],"Homepage & Front page":["Página inicial"],"Title Separator":["Separador de títulos"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["O %1$s detectou automaticamente que precisa forçar a reescrita dos títulos das suas páginas. Se achar que isto está errado e souber o que está a fazer, pode alterar esta opção aqui."],"Force rewrite titles":["Forçar reescrita dos títulos"],"Taxonomies":["Taxonomias"],"Homepage":["Página inicial"],"%1$s Extensions":["Extensões do %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integre o WooCommerce com o %1$s sem dificuldade e obtenha funcionalidades extra!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Melhore o seu posicionamento na sua comunidade local e no Google Maps, sem esforço!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Está no Google News? Aumente o seu tráfego optimizando-o para o Google News!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimize os seus vídeos para os mostrar em resultados de pesquisas e gerar mais tráfego!"],"The premium version of %1$s with more features & support.":["A versão premium do %1$s com mais funcionalidades e suporte."],"Person":["Pessoa"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Estes dados são apresentados como metadados no seu site. Destinam-se a ser mostrados no %1$sPainel de Conhecimentos do Google%2$s. Pode ser uma empresa ou uma pessoa."],"Website name":["Nome do site"],"Webmaster Tools":["Ferramentas de webmaster"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Não tem o título do conteúdo no URL dos seus conteúdos e páginas, é altamente recomendável que o faça. Considere definir as suas ligações permanentes como /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["ou"],"Save Profile":["Guardar perfil"],"There were no profiles found":["Nenhum perfil encontrado"],"Profile":["Perfil"],"Current profile":["Perfil actual"],"Authenticate":["Autenticar"],"Get Google Authorization Code":["Obter o código de autorização do Google"],"Reload crawl issues":["Actualizar problemas de rastreamento"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Para poder criar um redireccionamento e resolver este assunto, precisa de %1$s. Pode comprar o plugin, incluindo actualizações e suporte durante um ano em %2$s."],"Creating redirects is a %s feature":["Criar redireccionamentos é uma funcionalidade de %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Erros ocorridos apenas quando o seu site foi rastreado pelo Googlebot para telefones (erros que não surgiram em computadores)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Erros ocorridos apenas quando o seu site foi rastreado pelo Googlebot-Mobile (erros que não surgiram em computadores)."],"Errors that occurred when your site was crawled by Googlebot.":["Erros ocorridos quando o seu site foi rastreado pelo Googlebot."],"Issue categories":["Categorias de problemas"],"Incorrect Google Authorization Code.":["Código de autorização do Google incorrecto."],"The issues have been successfully reloaded!":["Os problemas foram recarregados com sucesso!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Os dados de %1$s foram removidos. Tem de autenticar-se de novo para obter os dados."],"Crawl errors per page":["Erros de rastreamento por página"],"Search":["Pesquisar"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Não perca os seus erros de rastreamento: %1$sligue-se aqui à Google Search Console%2$s."],"Create redirect":["Criar redireccionamento"],"Mark as fixed":["Marcar como resolvido"],"Response code":["Código de resposta"],"First detected":["Detectado em"],"Last crawled":["Último rastreamento"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["O %1$s detectou que está a usar uma versão do %2$s que não é compatível com o %1$s. Por favor, actualize o %2$s para a versão mais recente para poder usar esta funcionalidade."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Os plugins Yoast partilham algum código entre eles, para que o seu site seja rápido. Para isto, é necessário que os plugins Yoast estejam actualizados. Foi detectado que este não é o caso, por favor, actualize os plugins Yoast que não estão actualizados."],"Feature phone":["Telefone"],"Smartphone":["Smartphone"],"Desktop":["Computador"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["O URL de destino não existe mas o seu servidor não está a retornar um erro 404 (ficheiro não encontrado)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Tempo de operação excedido ou o site está a bloquear o Google."],"Server Error":["Erro de servidor"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["O Googlebot acedeu ao seu site mas certos URL foram bloqueados pelo Googlebot no seu ficheiro %1$s. Este bloqueio pode ser para todos os Googlebots ou apenas específico para o Googlebot-mobile."],"Blocked":["Bloqueado"],"Google was unable to crawl this URL due to an undetermined issue.":["Google foi incapaz de rastrear este URL devido a um problema indeterminado."],"URL points to a non-existent page.":["O URL aponta para uma página que não existe."],"Not found":["Não encontrado"],"Not followed":["Não seguido"],"Faulty redirects":["Redireccionamentos com falhas"],"Server requires authentication or is blocking Googlebot from accessing the site.":["O servidor requer autenticação ou está a bloquear o acesso do Googlebot ao site."],"Access denied":["Acesso negado"],"Deactivate %s":["Desactivar %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["O plugin %1$s pode causar problemas quando usado em conjugação com %2$s."],"Upload Image":["Carregar imagem"],"Remove these ads?":["Remover estes anúncios?"],"%s Posts Overview":["Visão geral dos conteúdos de %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["O título de breadcrumbs é usado em breadcrumbs onde esta taxonomia aparece."],"Breadcrumbs title":["Título de breadcrumbs"],"The canonical link is shown on the archive page for this term.":["A ligação canónica é mostrada na página de arquivo para este termo."],"Facebook App ID":["ID da app do Facebook"],"Pinterest":["Pinterest"],"Other":["Outros"],"Archives":["Arquivo"],"Email":["Email"],"Previous":["Anterior"],"Next":["Seguinte"],"Close":["Fechar"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Tanto o plugin %1$s como o %2$s podem criar sitemaps XML. Ter dois sitemaps XML não é benéfico para os motores de pesquisa e pode diminuir a velocidade o seu site."],"Configure %1$s's Open Graph settings":["Configure as definições de OpenGraph do %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["Imagem de %s"],"%s Description":["Descrição de %s"],"%s Title":["Título de %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["O tamanho recomendado da imagem para %1$s é de %2$s píxeis."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Se quiser substituir a imagem utilizada no %s para este conteúdo, carregue ou escolha uma imagem."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Se não quiser usar a descrição para partilhar o conteúdo no %s, e preferir uma descrição alternativa, escreva-a aqui."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Se não quiser usar o título do conteúdo para partilhar o conteúdo no %s, e preferir um título alternativo, escreva-o aqui."],"very difficult":["muito difícil"],"Try to make shorter sentences, using less difficult words to improve readability":["Tente criar frases mais curtas e usar menos palavras difíceis para melhorar a legibilidade"],"difficult":["difícil"],"Try to make shorter sentences to improve readability":["Tente criar frases mais curtas para melhorar a legibilidade"],"fairly difficult":["razoavelmente difícil"],"OK":["Razoável"],"fairly easy":["razoavelmente fácil"],"easy":["fácil"],"very easy":["muito fácil"],"Meta Desc.":["Descrição"],"All SEO Scores":["Todas as classificações SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problema de SEO: A imagem de destaque deve ter pelo menos 200x200 píxeis para ser utilizada pelo Facebook e outras redes sociais."],"(no parent)":["(sem superior)"],"Post is set to noindex.":["Conteúdo está definido como a não indexar."],"The URL that this page should redirect to.":["O URL para onde esta página deverá ser redireccionada."],"301 Redirect":["Redireccionamento 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["URL canónico"],"Title to use for this page in breadcrumb paths":["Título desta página no caminho das breadcrumbs"],"Breadcrumbs Title":["Título de breadcrumbs"],"No Snippet":["Não mostrar fragmento"],"No Archive":["Não arquivar"],"No Image Index":["Não indexar imagens"],"None":["Nenhum"],"Site-wide default: %s":["Valor por omissão para todo o site: %s"],"Advanced meta robots settings for this page.":["Definições avançadas de meta de robôs para esta página."],"Meta robots advanced":["Metadados avançados para robôs"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Aviso: apesar de poder aqui configurar aqui as definições de robôs, todo o site está definido para não ser indexado nas definições globais de privacidade, assim estas definições não terão efeito."],"Meta description":["Descrição"],"SEO Title":["Título SEO"],"Focus keyword":["Palavra-chave principal"],"Snippet preview":["Pré-visualização do fragmento"],"Settings successfully imported.":["Definições importadas com sucesso."],"Settings could not be imported:":["Não é possível importar definições:"],"Breadcrumb for 404 pages:":["Breadcrumb para páginas 404:"],"Prefix for search result pages:":["Prefixo para páginas de resultados de pesquisa:"],"Prefix for archive pages:":["Prefixo para páginas de arquivo:"],"Prefix for breadcrumbs:":["Prefixo para breadcrumbs:"],"Anchor text for the homepage:":["Texto âncora para a página inicial:"],"Breadcrumbs separator:":["Separador de breadcrumbs:"],"%s Breadcrumbs":["Breadcrumbs de %s"],"Use Image":["Usar imagem"],"Action":["Acção"],"Page URL/Slug":["URL/slug da página"],"Publication date":["Data de publicação"],"Post Status":["Estado do conteúdo"],"WP Page Title":["Título de página do WP"],"View":["Ver"],"View “%s”":["Ver “%s”"],"Preview":["Pré-visualização"],"Preview “%s”":["Pré-visualizar “%s”"],"Edit":["Editar"],"Filter":["Filtro"],"New Yoast Meta Description":["Nova descrição do Yoast"],"Existing Yoast Meta Description":["Descrição existente do Yoast"],"Facebook profile URL":["URL do perfil do Facebook"],"Twitter username (without @)":["Nome de utilizador do Twitter (sem @)"],"FAQ":["Perguntas frequentes"],"Premium Support":["Suporte Premium"],"Settings":["Definições"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Deve ir %1$sàs opções de leitura%2$s e desmarcar a caixa relativa à visibilidade nos motores de pesquisa."],"Huge SEO Issue: You're blocking access to robots.":["Problema grave de SEO: Está a bloquear o acesso a robôs dos motores de pesquisa."],"Posts":["Conteúdos"],"Edit Files":["Editar ficheiros"],"Advanced Variables":["Variáveis avançadas"],"Basic Variables":["Variáveis básicas"],"General":["Geral"],"Extensions":["Extensões"],"Search Console":["Search Console"],"Tools":["Ferramentas"],"Advanced":["Avançadas"],"XML sitemaps":["Sitemaps XML"],"Social":["Redes sociais"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["O %1$s detectou que está a usar a versão %2$s de %3$s, por favor, actualize para a mais recente versão para evitar problemas de incompatibilidade."],"Just another WordPress site":["Mais um site WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Ainda tem a descrição do site WordPress por omissão, mesmo uma descrição em branco será provavelmente melhor. Pode resolver isto no %1$sPersonalizador%2$s."],"You have used HTML in your value which is not allowed.":["O valor que introduziu contém HTML, o que não é permitido."],"You can't edit %s that aren't yours.":["Não pode editar %s de que não é autor."],"You can't edit %s.":["Não pode editar %s."],"Post has an invalid Content Type: %s.":["O conteúdo é de um tipo de conteúdo inválido: %s."],"Post doesn't exist.":["O conteúdo não existe."],"course\u0004Free:":["Gratuito:"],"posts\u0004Trash (%s)":["Lixo (%s)","Lixo (%s)"],"posts\u0004All (%s)":["Tudo (%s)","Tudo (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/ro_RO.json b/Resources/Private/Languages/ro_RO.json index 79adf75..70c3a3a 100644 --- a/Resources/Private/Languages/ro_RO.json +++ b/Resources/Private/Languages/ro_RO.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);","lang":"ro"},"Has feedback":["Are impresii"],"Content optimization:":["Optimizare conținut:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLizibilitate%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Citește %1$sacest articol pentru mai multe informații despre motivul pentru care nu mai sprijinim versiunile mai vechi.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Dacă te-ai abținut să actualizezi la versiunea %2$s și apoi la o versiune ulterioară din cauza noului editor Gutenberg, te rog instalează modulul Editor clasic. Acesta îți va oferi aceeași experiență de editare cu care te-ai obișnuit, dar și securitatea versiunilor mai noi ale WordPress și %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sActualizează WordPress la ultima versiune%2$s%3$sAm observat că nu ai ultima versiune de WordPress, acest lucru ți-ar putea cauza o problemă în curând. Din motive de securitate, %4$s suportă numai versiunea actuală și cea anterioară a WordPress. Când va fi lansată următoarea versiune de WordPress, modulul nostru va suporta WordPress %6$s și %7$s. Aceasta înseamnă că nu vei primi nicio actualizare pentru %5$s până când nu actualizezi WordPress, deci asigură-te că ai actualizat la ultima versiune WordPress!%3$s%3$s"],"Post Noindexed":["Articolul nu a fost indexat"],"No Focus Keyphrase":["Nicio frază cheie"],"Person logo / avatar":["Logo/avatar persoană"],"Extend %s":["Extinde %s"],"Enroll in the %s for WordPress training":["Înscrie-te la instruirea %s pentru WordPress"],"Posts with the SEO score: %s":["Articole cu punctaj SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["Tutorial video %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Pentru a vedea erorile curente de accesare cu crawlere, %1$ste rog vizitează Consola de căutare Google%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google a renunțat la API-ul pentru erorile de accesare cu crawlere. Prin urmare, orice posibile erori de accesare cu crawlere pe care le-ar putea avea situl tău nu mai sunt afișate aici. Pentru mai multe informații în acest sens, %1$scitește expunerea noastră%2$s."],"Remove this message":["Înlătură acest mesaj"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Îți optimizezi cu adevărat situl pentru un public local cu modulul nostru %s! Detalii despre adresă și programul de funcționare optimizate și opțiuni pentru localizarea magazinului și preluarea comenzilor!"],"Serving local customers?":["Ai clienți locali?"],"Get the %s plugin now":["Ia modul %s acum"],"Organization social profiles":["Profiluri sociale pentru organizație"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Poți edita detaliile afișate în metadate, cum ar fi profilurile sociale, numele și descrierea unui utilizator, pe pagina de profil %1$s."],"Personal info":["Informații personale"],"Organization logo":["Logo organizație"],"Organization name":["Nume organizație"],"Choose whether the site represents an organization or a person.":["Alege dacă situl reprezintă o organizație sau o persoană."],"Knowledge Graph & Schema.org":["Knowledge Graph și Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Pentru ca situl tău să reprezinte o companie sau o organizație, mergi la %1$sAspect în căutare%2$s și setează organizația sau persoana la „organizație”."],"To change the social accounts used for your site, update the details for %1$s.":["Pentru a schimba conturile sociale folosite pentru situl tău, actualizează detaliile pentru %1$s."],"That means that the form and information below is disabled, and not used.":["Asta înseamnă că formularul și informațiile de mai jos sunt dezactivate și nu sunt utilizate."],"Your website is currently configured to represent a Person":["În prezent, situl tău web este configurat să reprezinte o persoană"],"(if one exists)":["(dacă există)"],"Wikipedia page about you":["Pagina Wikipedia despre tine"],"YouTube profile URL":["URL profil YouTube"],"Tumblr profile URL":["URL profil Tumblr"],"SoundCloud profile URL":["URL profil SoundCloud"],"MySpace profile URL":["URL profil MySpace"],"Organization or person":["Organizație sau persoană"],"The person":["Persoana"],"Organization":["Organizație"],"Does your site represent a person or an organization?":["Situl tău reprezintă o persoană sau o organizație?"],"The name of the organization":["Numele organizației"],"Provide an image of the organization logo":["Furnizează o imagine pentru logoul organizației"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Ai setat anterior că situl tău reprezintă o persoană. Am îmbunătățit funcționalitatea noastră privind la Schema.org și Knowledge Graph, deci ar trebui să mergi să %1$scompletezi aceste setări%2$s."],"Select a user...":["Selectează un utilizator..."],"Uncategorized":["Fără categorie"],"Name:":["Nume:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Ai selectat utilizatorul %1$s drept persoana pe care acest sit o reprezintă. Informațiile despre profilurile utilizatorului vor fi folosite acum în rezultatele de căutare. %2$sActualizează profilurile utilizatorului pentru a te asigura că informațiile sunt corecte.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Eroare: te rog selectează un utilizator de mai jos pentru a completa metadatele sitului."],"SEO score: %s":["Punctaj SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Dacă ai o pagină pe Wikipedia, a ta sau a organizației tale, o adaugi și pe ea."],"Wikipedia URL":["URL Wikipedia"],"Pinterest profile URL":["URL profil Pinterest"],"Instagram profile URL":["URL profil Instagram"],"LinkedIn profile URL":["URL profil LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Investigarea cuvintelor cheie este esențială în orice strategie SEO. Tu decizi termenii de căutare care vrei să fie găsiți și înțelegi ce cuvinte folosește publicul tău pentru a te găsi. O investigare foarte bună a cuvintelor cheie îți spune care este conținutul de care ai nevoie pentru a începe să-ți clasezi termenii pe care vrei să-i evaluezi. Asigură-te că eforturile tale se îndreaptă spre cuvintele cheie pentru care ai de fapt o șansă de clasare! %1$s te conduce prin acest proces, pas cu pas."],"SEO for Beginners training":["SEO pentru instruire începători"],"%s for WordPress training":["%s pentru instruire WordPress"],"All-around SEO training":["Instruire SEO pentru toată lumea"],"The image you selected is too small for Facebook":["Imaginea selectată este prea mică pentru Facebook"],"The given image url cannot be loaded":["URL-ul dat pentru imagine nu poate fi încărcat"],"Find out what words your audience uses to find you":["Află ce cuvinte folosește publicul tău pentru a te găsi"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sCât de ușor este citit (Flesch Reading Ease)%2$s: textul a primit punctajul %3$s la efectuarea testului, este considerat %4$s de citit. %5$s"],"No JSON object was returned.":["Nu a fost returnat niciun obiect JSON."],"Received internal links":["Legături interne primite"],"Outgoing internal links":["Legături interne de ieșire"],"New step added":["A fost adăugat un pas nou"],"New question added":["A fost adăugată o întrebare nouă"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Pentru a putea crea o redirecționare și a corecta această problemă, ai nevoie de %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Poți cumpăra modulu, inclusiv un an de suport și actualizări, la %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Funcționalitatea Contor legături text oferă informații despre numărul de legături găsite în textele tale și câte legături fac referire la textele tale. Este foarte utilă când îți îmbunătățești %1$slegăturile interne%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Pentru ca această funcționalitate să funcționeze, %1$s are nevoie de cel puțin versiunea PHP %2$s. Pe situl tău am detectat versiunea PHP %3$s."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Te rog ia în considerare cu atenție implicațiile și %1$scitește acest articol%2$s dacă vrei mai multe informații despre impactul afișării elementelor media în rezultate de căutare."],"Keyphrase":["Frază cheie"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Pentru ca această funcționalitate să funcționeze, %1$s trebuie să creeze un tabel în baza ta de date. Nu am putut să creăm automat acest tabel."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Activând această opțiune, URL-urile de atașamente devin vizibile atât pentru vizitatori cât și pentru Google. Pentru a-i da mai multă valoare sitului tău web, ele ar trebui să conțină informații utile sau, în caz contrar, ar putea avea un impact negativ asupra clasării sitului în Google."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Funcționalitatea %3$sContor legături text%4$s (introdusă în %1$s %2$s) este acum dezactivată."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Te rog citește următorul %1$sarticol despre baza de cunoștințe%2$s pentru a găsi cum să rezolvi această problemă."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Pentru a ne asigura că sunt numărate toate legăturile din textele tale, trebuie să analizăm toate textele."],"All you have to do is press the following button and we'll go through all your texts for you.":["Trebuie doar să apeși butonul următor și îți vom parcurge toate textele."],"Count links":["Numără legăturile"],"Free":["Gratuit"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAtribute alt imagini%5$s: din %2$d imagini existente în această pagină, %1$d au atribute alt care cu cuvinte din fraza cheie sau sinonimele ei. E un pic cam mult. %4$sInclude numai fraza cheie sau sinonimele ei când chiar se potrivesc cu imaginea%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtribute alt imagini%2$s: Foarte bine!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtribute alt imagini%5$s: din %2$d imagini existente în această pagină, numai una are un atribut alt care reflectă subiectul textului. %4$sAdaugă fraza cheie sau sinonimele ei la tagurile alt pentru mai multe imagini relevante%5$s!","%3$sAtribute alt imagini%5$s: din %2$d imagini existente în această pagină, numai %1$d au atribute alt care reflectă subiectul textului. %4$sAdaugă fraza cheie sau sinonimele ei la tagurile alt pentru mai multe imagini relevante%5$s!","%3$sAtribute alt imagini%5$s: din %2$d imagini existente în această pagină, numai %1$d au atribute alt care reflectă subiectul textului. %4$sAdaugă fraza cheie sau sinonimele ei la tagurile alt pentru mai multe imagini relevante%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtribute alt imagini%3$s: imaginile din această pagină nu au atribute alt care să reflecte subiectul textului. %2$sAdaugă fraza cheie sau sinonimele ei la tagurile alt ale imaginilor relevante%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAtribute alt imagini%3$s: imaginile din această pagină au atribute alt, dar nu ai setat o frază cheie. %2$sCorectează asta%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrază cheie în subtitluri%2$s: unul dintre subtitlurile tale reflectă subiectul textului. Foarte bine!","%1$sFrază cheie în subtitluri%2$s: %3$s dintre subtitlurile tale reflectă subiectul textului. Foarte bine!","%1$sFrază cheie în subtitluri%2$s: %3$s dintre subtitlurile tale reflectă subiectul textului. Foarte bine!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrază cheie în subtitluri%2$s: subtitlul tău reflectă subiectul textului. Foarte bine!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrază cheie în subtitluri%3$s: %2$sfolosește mai multe fraze cheie sau sinonimele ei în subtitluri%3$s!"],"Page %s":["Pagina %s"],"Cannot get the size of %1$s because of unknown reasons.":["Nu pot prelua dimensiunea %1$s din cauza unor motive necunoscute."],"Cannot get the size of %1$s because it is hosted externally.":["Nu pot prelua dimensiunea %1$s deoarece este găzduit extern."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Comută comutatorul pe „pornit” și vei putea folosi analiza recalibrată. În același timp, te vom adăuga în lista noastră specială de corespondență. Îți vom trimite emailuri referitoare numai la experiențele tale cu această recalibrare!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Am %1$srecalibrat analiza noastră%2$s. Cu noua analiză, ne vom apropia și mai mult de felul în care Google vede situl tău web. Ar fi %3$sextraordinar%4$s dacă vrei să %3$stestezi această funcționalitate în beta%4$s pentru noi!"],"Get an even better analysis":["Ai o analiză mult mai bună"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sNumai un titlu%3$s: H1 ar trebui să fie folosit numai pentru titlul principal. Găsește toate subtitlurile H1 din text care nu sunt folosite ca titlu principal și %2$smodifică-le în subtitluri inferioare (H2, H3...)%3$s!"],"Improve sharing on Facebook and Pinterest":["Îmbunătățește partajarea pe Facebook și Pinterest"],"You do not have the required rights to export settings.":["Nu ai drepturile necesare pentru a exporta setări."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copiază toate aceste setări în fila %1$s a unui alt sit și dă clic acolo pe „%1$s”."],"These are settings for the %1$s plugin by %2$s":["Acestea sunt setările pentru modulul %1$s de %2$s"],"No settings found.":["Nicio setare găsită."],"Export your %1$s settings here, to copy them on another site.":["Exportă-ți aici setările %1$s pentru a le copia pe un alt sit."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Importul setărilor este suportat numai pe servere care rulează PHP 5.3 sau o versiune ulterioară."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importă setările prin plasarea aici a setărilor pe care le-ai copiat de pe un alt sit și dând clic pe „%s”."],"Paste your settings from another %s installation.":["Plasează-ți setările de la o altă instalare %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensitate frază cheie%2$s: fraza cheie nu a fost găsită. Este sub minimul recomandat de %3$d ori pentru un text de această lungime. %4$sFolosește-o mai des%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită o singură dată. Este sub minimul recomandat de %3$d ori pentru un text de această lungime. %4$sFolosește-o mai des%2$s!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %5$d ori. Este sub minimul recomandat de %3$d ori pentru un text de această lungime. %4$sFolosește-o mai des%2$s!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %5$d de ori. Este sub minimul recomandat de %3$d de ori pentru un text de această lungime. %4$sFolosește-o mai des%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită o singură dată. Foarte bine!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %3$d ori. Foarte bine!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %3$d de ori. Foarte bine!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită o singură dată. Este peste maximul recomandat de %3$d ori pentru un text de această lungime. %4$sO folosești de prea multe ori%2$s!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %5$d ori. Este peste maximul recomandat de %3$d ori pentru un text de această lungime. %4$sO folosești de prea multe ori%2$s!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %5$d de ori. Este peste maximul recomandat de %3$d de ori pentru un text de această lungime. %4$sO folosești de prea multe ori%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită o singură dată. Este cu mult peste maximul recomandat de %3$d ori pentru un text de această lungime. %4$sO folosești de prea multe ori%2$s!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %5$d ori. Este cu mult peste maximul recomandat de %3$d ori pentru un text de această lungime. %4$sO folosești de prea multe ori%2$s!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %5$d de ori. Este cu mult peste maximul recomandat de %3$d de ori pentru un text de această lungime. %4$sO folosești de prea multe ori%2$s!"],"Indexable deleted for object %1$s with type %2$s":["S-au șters valorile care pot fi indexate pentru obiectul %1$s cu tipul %2$s"],"Indexable saved for object %1$s with type %2$s":["S-au salvat valorile care pot fi indexate pentru obiectul %1$s cu tipul %2$s"],"Indexable created for object %1$s with type %2$s":["S-au creat valori care pot fi indexate pentru obiectul %1$s cu tipul %2$s"],"Indexable meta deleted.":["S-au șters metadatele care pot fi indexate."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["S-au salvat metadatele care pot fi indexate pentru ID-ul indexabil %1$s și cheia meta %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["S-au creat metadatele care pot fi indexate pentru ID-ul indexabil %1$s și cheia meta %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Nu s-a găsit nicio metadată pentru ID-ul indexabil %1$s și cheia meta %2$s."],"There is no indexable found for author id %1$s.":["Nu s-a găsit nicio valoare care poate fi indexată pentru ID-ul autorului %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Nu s-a găsit niciun termen principal pentru ID-ul articolului %1$s și taxonomia %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Nu s-a găsit nicio valoare care poate fi indexată pentru ID-ul termenului %1$s și taxonomia %2$s."],"There is no indexable found for post id %1$s.":["Nu s-a găsit nicio valoare care poate fi indexată pentru ID-ul articolului %1$s."],"Method %1$s() does not exist in class %2$s":["Metoda %1$s() nu există în clasa %2$s"],"With %s, you can easily create such redirects.":["Cu %s, poți crea cu ușurință astfel de redirecționări."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Modificarea setărilor legăturilor permanente poate afecta serios vizibilitatea motoarelor de căutare. Nu ar trebui să le modifici %1$s niciodată %2$s pe un sit web live."],"WARNING:":["AVERTIZARE:"],"Learn about why permalinks are important for SEO.":["Află de ce legăturile permanente sunt importante pentru SEO."],"Google Ads":["Anunțuri Google"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sDeterminanți în fraza cheie%3$s: fraza ta cheie „%4$s” conține numai determinanți. %2$sAflă mai multe despre cum se alcătuiește o frază cheie bună.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Știai că %s analizează și alte forme ale cuvintelor frazei cheie, cum ar fi pluralul și participiul trecut?"],"Clear Image":["Șterge imaginea"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLungime frază cheie%3$s: %2$sintrodu o frază cheie pentru a calcula punctajul SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrază cheie în descriptor%2$s: mai mult de jumătate din fraza ta cheie apare în descriptor. Foarte bine!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrază cheie în descriptor%3$s: fraza ta cheie (sau o parte din ea) nu apare în descriptor. %2$sCorectează asta%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrază cheie în descriptor%2$s: foarte bine!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrază cheie în titlu%3$s: în titlul SEO nu apar toate cuvintele din fraza ta cheie „%4$s”. %2$sÎncearcă să folosești în titlul SEO chiar fraza cheie%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrază cheie în titlu%3$s: titlul nu conține fraza cheie. %2$sÎncearcă să scrii în titlul SEO chiar fraza cheie%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFrază cheie în titlu%3$s: fraza cheie apare în titlul SEO, dar nu este la începutul lui. %2$sÎncearcă să o muți la începutul titlului%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrază cheie în titlu%2$s: fraza cheie apare la începutul titlului SEO. Foarte bine!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribuție frază cheie%2$s: foarte bine!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribuție frază cheie%3$s: inegală. Unele părți ale textului nu conțin fraza cheie sau sinonimele ei. %2$sDistribuie fraza cheie uniform%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribuție frază cheie%3$s: inegală. Părți mari de text nu conțin fraza cheie sau sinonimele ei. %2$sDistribuie fraza cheie uniform%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribuție frază cheie%3$s: %2$sinclude fraza cheie sau sinonimele ei în text ca să putem verifica distribuția ei (lor)%3$s."],"Help on choosing the perfect focus keyphrase":["Ajutor pentru alegerea frazei cheie perfecte"],"Would you like to add a related keyphrase?":["Vrei să adaugi o frază cheie similară?"],"Go %s!":["Fă %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Dacă nu arăți arhivele de date în rezultatele de căutare, din punct de vedere tehnic înseamnă că ele vor avea metadatele pentru roboți setate la %1$s. %2$sMai multe informații despre setările rezultatelor de căutare%3$s."],"Rank better with synonyms & related keyphrases":["Te clasezi mai sus cu fraze cheie sinonime și similare"],"optimize a single post for synonyms and related keyphrases.":["optimizează un singur articol cu fraze cheie sinonime și similare."],"Synonyms & related keyphrases":["Fraze cheie sinonime și similare"],"Add related keyphrase":["Adaugă fraze cheie similare"],"Dismiss %s upgrade notice":["Respinge notificarea de actualizare la %s"],"Upgrade to %s":["Actualizează la %s"],"%1$s video":["Video %1$s"],"Get %s":["Ia %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrază cheie folosită anterior%6$s: ai folosit această frază cheie de %1$s%2$d ori mai înainte%3$s. %5$sFolosește o frază cheie numai o singură dată%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrază cheie folosită anterior%5$s: ai folosit această frază cheie %1$saltădată, mai înainte%2$s. %4$sFolosește o frază cheie numai o singură dată%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrază cheie folosită anterior%2$s: nu ai mai folosit această frază cheie, foarte bine."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sCuvinte stop în descriptor%3$s: descriptorul acestei pagini conține un cuvânt stop. %2$sÎnlătură-l%3$s!","%1$sCuvinte stop în descriptor%3$s: descriptorul acestei pagini conține cuvinte stop. %2$sÎnlătură-le%3$s!","%1$sCuvinte stop în descriptor%3$s: descriptorul acestei pagini conține cuvinte stop. %2$sÎnlătură-le%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sDescriptor prea lung%3$s: descriptorul acestei pagini este un pic prea lung. %2$sScurtează-l%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtribute alt imagini%3$s: nu apare nicio imagine în această pagină. %2$sAdaugă cel puțin una%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLegătură frază cheie%3$s: ești legat la o altă pagină cu cuvintele frazei cheie pe care vrei să o folosești pentru această pagină. %2$sNu face asta%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Este cu mult sub minimul recomandat de %5$d cuvânt. %3$sAdaugă mai mult conținut%4$s.","Este cu mult sub minimul recomandat de %5$d cuvinte. %3$sAdaugă mai mult conținut%4$s.","Este cu mult sub minimul recomandat de %5$d de cuvinte. %3$sAdaugă mai mult conținut%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Este sub minimul recomandat de %5$d cuvânt. %3$sAdaugă mai mult conținut%4$s.","Este sub minimul recomandat de %5$d cuvinte. %3$sAdaugă mai mult conținut%4$s.","Este sub minimul recomandat de %5$d de cuvinte. %3$sAdaugă mai mult conținut%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLungime text%4$s: textul conține un cuvânt.","%2$sLungime text%4$s: textul conține %1$d cuvinte.","%2$sLungime text%4$s: textul conține %1$d de cuvinte."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLungime text%3$s: textul conține un cuvânt. Foarte bine!","%2$sLungime text%3$s: textul conține %1$d cuvinte. Foarte bine!","%2$sLungime text%3$s: textul conține %1$d de cuvinte. Foarte bine!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrază cheie în subtitluri%3$s: mai mult de 75%% dintre subtitlurile tale reflectă subiectul textului. E prea mult. %2$sNu optimiza în exces%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sLungime titlu SEO%3$s: %2$ste rog crează un titlu SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sLungime titlu SEO%3$s: titlul SEO mai mare decât limita vizibilă. %2$sÎncearcă să-l scurtezi%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sLungime titlu SEO%2$s: foarte bine!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sLungime titlu SEO%3$s: titlul SEO este prea scurt. %2$sFolosește întreg spațiul pentru a adăuga variante de cuvinte cheie sau pentru a crea un apel la acțiune convingător%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sLegături externe%2$s: în această pagină sunt legături externe nofollow și normale. Foarte bine!"],"%1$sOutbound links%2$s: Good job!":["%1$sLegături externe%2$s: foarte bine!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sLegături externe%3$s: în această pagină toate legăturile externe sunt nofollow. %2$sAdaugă și legături normale%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sLegături externe%3$s: în această pagină nu apare nicio legătură externă. %2$sAdaugă câteva%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLungime descriere meta%2$s: foarte bună!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLungime descriere meta%3$s: descrierea meta are mai mult de %4$d de caractere. Pentru a te asigura că va fi vizibilă în întregime, %2$sar trebui să-i reduci lungimea%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLungime descriere meta%3$s: descrierea meta este prea scurtă (are mai puțin de %4$d de caractere). Sunt disponibile până la %5$d de caractere. %2$sFolosește acest spațiu%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLungime descriere meta%3$s: nu a fost specificată nicio descriere meta. În locul ei, motoarele de căutare vor afișa un text din pagină. %2$sAsigură-te că scrii una%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrază cheie în descrierea meta%2$s: descrierea meta a fost specificată, dar nu conține fraza cheie. %3$sCorectează asta%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrază cheie în descrierea meta%2$s: descrierea meta conține de %3$s ori fraza cheie, este peste maximul recomandat, de 2 ori. %4$sÎncadrează-te%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFrază cheie în descrierea meta%2$s: descrierea meta conține fraza cheie sau sinonimele ei. Foarte bine!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLungime frază cheie%5$s: fraza cheie are %1$d cuvinte. Este cu mult mai mare decât maximul recomandat de %2$d cuvinte. %4$sScurtează fraza%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLungime frază cheie%5$s: fraza cheie are %1$d cuvinte. Este mai mare decât maximul recomandat de %2$d cuvinte. %4$sScurtează fraza%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLungime frază cheie%2$s: foarte bine!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLungime frază cheie%3$s: nu ai stabilit nicio frază cheie pentru această pagină. %2$sIntrodu o frază cheie pentru a calcula punctajul SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrază cheie în introducere%3$s: fraza cheie sau sinonimele ei nu apar în primul paragraf. %2$sAsigură-te că apar în introducere%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrază cheie în introducere%3$s: fraza cheie sau sinonimele ei apar în primul paragraf al textului, dar cuvintele nu sunt în aceeași propoziție. %2$sCorectează asta%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrază cheie în introducere%2$s: foarte bine!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sLegături interne%2$s: în această pagină sunt legături interne nofollow și normale. Foarte bine!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sLegături interne%2$s: ai suficiente legături interne. Foarte bine!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sLegături interne%3$s: în această pagină legăturile interne sunt nofollow. %2$sAdaugă și legături interne normale%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sLegături interne%3$s: în această pagină nu apare nicio legătură internă, %2$sasigură-te că adaugi câteva%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sCuvinte de legătură%2$s: foarte bine!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sCuvinte de legătură%2$s: numai %3$s dintre propoziții conțin cuvinte de legătură, nu este suficient. %4$sFolosește mai multe%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sCuvinte de legătură%2$s: niciuna dintre propoziții nu conține cuvinte de legătură. %3$sFolosește câteva%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sConținut insuficient%2$s: %3$ste rog adaugă mai mult conținut pentru a permite o analiză completă%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribuție subtitluri%2$s: nu folosești niciun subtitlu, dar textul este destul de scurt și probabil subtitlurile nu sunt necesare."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribuție subtitluri%2$s: nu folosești niciun subtitlu, cu toate că textul este destul de lung. %3$sÎncearcă să adaugi câteva subtitluri%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribuție subtitluri%2$s: o secțiune a textului are mai mult de %4$d de cuvinte și nu este separată de niciun subtitlu. %5$sAdaugă subtitluri pentru a îmbunătăți lizibilitatea%2$s.","%1$sDistribuție subtitluri%2$s: %3$d secțiuni ale textului au mai mult de %4$d de cuvinte și nu sunt separate de niciun subtitlu. %5$sAdaugă subtitluri pentru a îmbunătăți lizibilitatea%2$s.","%1$sDistribuție subtitluri%2$s: %3$d de secțiuni ale textului au mai mult de %4$d de cuvinte și nu sunt separate de niciun subtitlu. %5$sAdaugă subtitluri pentru a îmbunătăți lizibilitatea%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribuție subtitluri%2$s: foarte bine!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLungime propoziție%2$s: %3$s dintre propoziții conțin mai mult de %4$s cuvinte, este mai mult decât maximul recomandat de %5$s. %6$sÎncearcă să le scurtezi%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLungime propoziție%2$s: bună!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sPropoziții consecutive%2$s: propozițiile sunt destul de diversificate. Foarte bine!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sPropoziții consecutive%2$s: textul conține %3$d propoziții consecutive care încep cu același cuvânt. %5$sÎncearcă să combini cuvintele%2$s!","%1$sPropoziții consecutive%2$s: textul conține %4$d situații în care %3$d sau mai multe propoziții consecutive încep cu același cuvânt. %5$sÎncearcă să combini cuvintele%2$s!","%1$sPropoziții consecutive%2$s: textul conține %4$d de situații în care %3$d sau mai multe propoziții consecutive încep cu același cuvânt. %5$sÎncearcă să combini cuvintele%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sDiateză pasivă%2$s: %3$s dintre propoziții folosesc diateza pasivă, este mai mare decât maximul recomandat de %4$s. %5$sÎncearcă să folosești în schimb diateza activă%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sDiateză pasivă%2$s: folosești suficient diateza activă. Foarte bine!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLungime paragraf%2$s: un paragraf este mai mare decât maximul recomandat de %4$d de cuvinte. %5$sScurtează paragraful%2$s!","%1$sLungime paragraf%2$s: %3$d paragrafe sunt mai mari decât maximul recomandat de %4$d de cuvinte. %5$sScurtează paragrafele%2$s!","%1$sLungime paragraf%2$s: %3$d de paragrafe sunt mai mari decât maximul recomandat de %4$d de cuvinte. %5$sScurtează paragrafele%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLungime paragraf%2$s: niciun paragraf nu este prea lung. Foarte bine!"],"Good job!":["Foarte bine!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sCât de ușor este citit (Flesch Reading Ease)%2$s: textul a primit punctajul %3$s la efectuarea testului, este considerat %4$s de citit. %5$s%6$s%7$s"],"Focus keyphrase":["Frază cheie"],"%1$s with ID %2$s couldn't be patched":["%1$s cu ID-ul %2$s nu a putut fi corectat"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Cerere POST invalidă. Valorile meta există deja pentru obiectul cu ID-ul %1$s."],"Indexable with ID `%1$s` does not exist":["Nu există indexări cu ID-ul „%1$s”"],"No object with ID %1$s and %2$s could be found":["Nu a putut fi găsit niciun obiect cu ID-ul %1$s și de tipul %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["„%1$s” nu este un subtip valid pentru „%2$s”"],"The object type `%1$s` is invalid":["Tipul de obiect „%1$s” este invalid"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["A fost trecut un tip de parametru invalid „%1$s”. Era așteptat „%2$s”, dar s-a primit „%3$s”"],"The parameter `%1$s` cannot be empty.":["Parametrul „%1$s” nu poate fi gol."],"Check Keyphrase Density":["Verifică densitatea frazei cheie"],"Disable":["Dezactivează"],"Allow Control":["Permite controlul"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Această filă îți permite să dezactivezi selectiv funcționalitățile %s pentru toate siturile din rețea. Toate funcționalitățile sunt implicit activate, astfel li se permite administratorilor de situri să aleagă ei înșiși dacă doresc să o mențină activată sau să dezactiveze o funcționalitate pentru siturile lor. Dacă dezactivezi o funcționalitate aici, administratorii de situri nu vor putea să folosească deloc acea funcționalitate."],"%s is a required feature toggle argument.":["%s este un argument pentru comutarea funcționalităților necesare."],"Keyphrase:":["Frază cheie:"],"Remove keyphrase":["Înlătură fraza cheie"],"This feature has been disabled by the network admin.":["Această funcționalitate a fost dezactivată de administratorul rețelei."],"Focus keyphrase not set.":["Fraza cheie nu este setată."],"Multiple keyphrases":["Mai multe fraze cheie"],"Colon":["Două puncte"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Atât %1$s cât și %2$s îți administrează SEO pe sit. Rularea a două module pentru SEO în același timp este dăunătoare."],"There is a new notification.":["Există o notificare nouă.","Există notificări noi.","Există notificări noi."],"Learn more about the readability analysis":["Află mai multe despre analiza lizibilității"],"Describe the duration of the instruction:":["Descrie durata instruirii:"],"Optional. Customize how you want to describe the duration of the instruction":["Opțional. Personalizează cum vrei să descrii durata instruirii"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Aceasta este o listă a conținuturilor similare pe care ai putea să le legi în articolul tău. {{a}}Citește articolul nostru despre structura sitului{{/a}} pentru a afla mai multe despre cum legăturile interne pot ajuta la îmbunătățirea SEO."],"%s, %s and %s":["%s, %s și %s"],"%s and %s":["%s și %s"],"%d minute":["1 minut","%d minute","%d de minute"],"%d hour":["O oră","%d ore","%d de ore"],"%d day":["O zi","%d zile","%d de zile"],"Enter a step title":["Introdu un titlu pentru pas"],"Optional. This can give you better control over the styling of the steps.":["Opțional. Acest lucru îți poate oferi un control mai bun asupra stilului pașilor."],"CSS class(es) to apply to the steps":["Clasă (clase) CSS de aplicat la pași"],"minutes":["minute"],"hours":["ore"],"days":["zile"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Creează un ghid de sfaturi practice într-o manieră prietenoasă pentru SEO. Poți folosi numai un singur bloc Sfaturi practice pentru fiecare articol."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Afișează-ți întrebările frecvente într-o manieră prietenoasă pentru SEO. Poți folosi numai un singur bloc Întrebările frecvente pentru fiecare articol."],"Copy error":["Eroare text"],"An error occurred loading the %s primary taxonomy picker.":["A apărut o eroare la încărcarea selectorului taxonomiei principale %s."],"%1$s Structured Data Blocks":["Blocuri de date structurate %1$s"],"Time needed:":["Timp necesar:"],"Move question down":["Mută întrebarea în jos"],"Move question up":["Mută întrebarea în sus"],"Insert question":["Inserează întrebarea"],"Delete question":["Șterge întrebarea"],"Enter the answer to the question":["Introdu răspunsul la întrebare"],"Enter a question":["Introdu o întrebare"],"Add question":["Adaugă o întrebare"],"Frequently Asked Questions":["Întrebări frecvente"],"Great news: you can, with %s!":["Vești bune: poți, cu %s!"],"Select the primary %s":["Selectează %s principal"],"Check links to this URL":["Verifică legăturile la acest URL"],"Keyword research training":["Instruire în investigarea cuvintelor cheie"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Te rog inspectează %1$sșablonul arhivă%2$s pentru următorul tip de conținut: %3$s","Te rog inspectează %1$sșabloanele arhivă%2$s pentru următoarele tipuri de conținut: %3$s","Te rog inspectează %1$sșabloanele arhivă%2$s pentru următoarele tipuri de conținut: %3$s"],"Are you trying to use multiple keyphrases? You should add them separately below.":["Încerci să folosești mai multe fraze cheie? Ar trebui să le adaugi separat, mai jos."],"Mark as cornerstone content":["Fă-l conținut fundamental"],"Move step down":["Mută pasul în jos"],"Move step up":["Mută pasul în sus"],"Insert step":["Inserează pas"],"Delete step":["Șterge pasul"],"Add image":["Adaugă imagine"],"Enter a step description":["Introdu o descriere pentru pas"],"Enter a description":["Introdu o descriere"],"Unordered list":["Listă neordonată"],"Showing step items as an ordered list.":["Afișez elementele pasului ca listă ordonată."],"Showing step items as an unordered list":["Afișez elementele pasului ca listă neordonată."],"Add step":["Adaugă pas"],"Delete total time":["Șterge timpul total"],"Add total time":["Adaugă timp total"],"How to":["Sfaturi practice"],"How-to":["Sfaturi practice"],"Snippet Preview":["Previzualizare fragment"],"Analysis results":["Rezultate analiză"],"Enter a focus keyphrase to calculate the SEO score":["Introdu o frază cheie pentru a calcula punctajul SEO"],"Learn more about Cornerstone Content.":["Află mai multe despre conținutul fundamental."],"Cornerstone content should be the most important and extensive articles on your site.":["Conținutul fundamental ar trebui să fie cele mai importante și mai ample articole de pe situl tău."],"Restore Site":["Restaurează situl"],"Network Settings":["Setări rețea"],"You are not allowed to perform this action.":["Nu ai voie să execuți această acțiune."],"Error: %s":["Eroare: %s"],"Success: %s":["Succes: %s"],"Site with ID %d not found.":["Situl cu ID-ul %d negăsit."],"No site has been selected to restore.":["Nu a fost selectat niciun sit pentru restaurare."],"You are not allowed to modify unregistered network settings.":["Nu ai voie să modifici setările rețelei neînregistrate."],"deleted":["șters"],"Would you like to add another keyphrase?":["Vrei să adaugi o altă frază cheie?"],"image preview":["previzualizare imagine"],"Copied!":["Copiată!"],"Not supported!":["Nesuportată!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Citește {{a}}articolul nostru despre structura sitului{{/a}} pentru a afla mai multe despre cum te pot ajuta legăturile interne să-ți îmbunătățească SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["După ce adaugi mai mult text, îți vom oferi aici o listă cu conținut similar la care ai putea să te legi în articolul tău."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Ia în considerare legarea la aceste {{a}}articole fundamentale:{{/a}}"],"Consider linking to these articles:":["Ia în considerare legarea la aceste articole:"],"Copy link":["Copiază legătura"],"Copy link to suggested article: %s":["Copiază legătura la articolul sugerat: %s"],"The site's tagline":["Sloganul sitului"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Recent am îmbunătățit funcționalitatea setărilor în Aspect în căutare. Din nefericire, am descoperit că, în unele cazuri, salvarea setărilor pentru anumite arhive tip de articol poate merge prost."],"Not all required fields are given. Missing field %1$s":["Nu sunt date toate câmpurile obligatorii. Lipsește câmpul %1$s"],"Optimize your site for Google News.":["Optimizează-ți situl pentru Google News."],"Optimize your shop's SEO and sell more products!":["Optimizează SEO pentru magazinul tău și vinzi mai multe produse!"],"Be found in Google Video search and enhance your video sharing on social media.":["Fii prezent în căutarea Google Video și îmbunătățești partajarea videourilor pe media socială."],"Be found in Google Maps and local results.":["Fii prezent în Google Maps și rezultatele locale."],"Learn practical SEO skills to rank higher in Google.":["Învață abilitățile practice SEO pentru a te clasa mai sus în ierarhia Google."],"Don’t waste time figuring out the best settings yourself.":["Nu-ți pierde timpul ca să găsești singur cele mai bune setări."],"Get quick wins to make your site rank higher in search engines.":["Obții victorii rapide pentru a-ți face situl să fie clasat mai sus în motoarele de căutare."],"Add synonyms":["Adaugă sinonime"],"Would you like to add keyphrase synonyms?":["Vrei să adaugi sinonime ale frazei cheie?"],"Would you like to add more than one keyphrase?":["Vrei să adaugi mai mult decât o singură frază cheie?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Poți edita metadatele SEO pentru acest tip personalizat în %1$spagina magazinului%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Nu ai setat o Pagină magazin în setările tale WooCommerce. Te rog să faci asta mai întâi."],"Current year":["Anul curent"],"Page":["Pagină"],"Breadcrumb settings for %s archive":["Setări firimituri pentru arhiva %s"],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Modifică-ți descrierea meta editând-o chiar aici"],"description (custom taxonomy)":["descriere (taxonomie personalizată)"],"(custom taxonomy)":["(taxonomie personalizată)"],"(custom field)":["(câmp personalizat)"],"Term404":["Termen 404"],"Caption":["Text asociat"],"Pagenumber":["Număr pagină"],"Pagetotal":["Total pagină"],"Page number":["Număr pagină"],"User description":["Descriere utilizator"],"ID":["ID"],"Modified":["Modificată"],"Post type (plural)":["Tip de articol (plural)"],"Post type (singular)":["Tip de articol (singular)"],"Separator":["Separator"],"Search phrase":["Frază de căutare"],"Term title":["Titlu termen"],"Term description":["Descriere termen"],"Tag description":["Descriere etichetă"],"Category description":["Descriere categorie"],"Primary category":["Categorie principală"],"Category":["Categorie"],"Tag":["Etichetă"],"Excerpt only":["Numai rezumat"],"Excerpt":["Rezumat"],"Site title":["Titlu sit"],"Archive title":["Titlu arhivă"],"Parent title":["Titlu părinte"],"Date":["Dată"],"Label":["Etichetă"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Ar trebui să creezi o redirecționare pentru a te asigura că vizitatorii tăi nu primesc o eroare 404 când dau clic pe URL-ul care nu mai funcționează."],"Search engines and other websites can still send traffic to your deleted post.":["Motoarele de căutare și alte situri web pot trimite în continuare trafic la articolul tău șters."],"Make sure you don't miss out on traffic!":["Asigură-te că nu pierzi trafic!"],"You just deleted a %1$s.":["Tocmai ai șters o %1$s."],"You just trashed a %1$s.":["Tocmai ai aruncat la gunoi o %1$s."],"Settings for %s archive":["Setări pentru arhiva %s"],"Settings for single %s URLs":["Setări pentru URL-uri %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Setările din această pagină îți permit să specifici aspectul în căutare implicit pentru toate tipurile de conținut pe care le ai. Poți alege care tipuri de conținut apar în rezultatele de căutare și care ar trebui să fie descrierea lor implicită."],"Note that not all variables can be used in every field.":["Reține că nu toate variabilele pot fi folosite în fiecare câmp."],"Snippet variables":["Variabile fragment"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s îți respectă confidențialitatea. Citește în %2$spolitica noastră de confidențialitate%3$s despre cum îți gestionăm informațiile personale."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Dacă știi ce înseamnă asta și nu mai vrei să vezi acest mesaj, poți %1$sascunde acest mesaj%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Setările sitului tău permit în prezent să existe URL-uri de atașamente pe sit. Te rog citește %1$sacest articol despre o problemă potențială%2$s cu URL-urile de atașamente și verifică dacă ai setarea corectă pentru situl tău."],"Unknown type %1$s":["Tip de %1$s necunoscut"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Include un cont MyYoast gratuit care îți oferă acces la cursul nostru SEO gratuit pentru începători!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Înscrie-te pentru buletinul nostru informativ dacă vrei să fii la zi cu %1$s, cu alte module create de %2$s și cu știri interesante și sfaturi din lumea SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obții codul tău de verificare Baidu în %1$sInstrumente pentru webmasteri Baidu%2$s."],"Baidu verification code":["Cod de verificare Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Funcționalitatea importatorului %s folosește tabele temporare ale bazei de date. Se pare că instalarea ta WordPress nu are capabilitatea de a face acest lucru, te rog consultă furnizorul tău de găzduire."],"Cleanup of %s data failed.":["Ștergerea datelor %s a eșuat."],"Content Type":["Tip de conținut"],"Filter by content type":["Filtrează după tip de conținut"],"Show All Content Types":["Arată toate tipurile de conținut"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Pentru a corecta asta debifează căsuța „Împarte comentariile în pagini cu...” în %1$spagina setări Discuții%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Înlocuiește titlul normal pentru o arhivă generată de WordPress"],"Clean":["Șterge"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["După ce ești sigur că situl tău este OK, poți face curățenie. Se vor înlătura toate datele originale."],"Step 5: Clean up":["Pasul 5: fă curețenie"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Ar trebui să rulezi asistentul de configurare din pagina SEO → Generale → Panou de control pentru a te asigura că toate setările SEO sunt corecte."],"Step 4: Run the configuration wizard":["Pasul 4: rulează asistentul de configurare"],"Please check your posts and pages and see if the metadata was successfully imported.":["Te rog verifică-ți articolele și paginile și vezi dacă metadatele au fost importate cu succes."],"Step 3: Check your data":["Pasul 3: verifică-ți datele"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Vom importa metadatele articolelor, cum ar fi titluri și descrieri SEO, în metadatele tale %1$s. Importul se va face numai când nu există deja metadate %1$s. Metadatele originale vor rămâne la locul lor."],"Step 2: Import":["Pasul 2: importă"],"Please make a backup of your database before starting this process.":["Te rog fă o copie de siguranță a bazei tale de date înainte de a începe acest proces."],"Step 1: Create a backup":["Pasul 1: creează o copie de siguranță"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Am detectat date de la unul sau mai multe module SEO pe situl tău. Te rog urmează pașii de mai jos pentru a importa aceste date:"],"Plugin: ":["Modul: "],"%s did not detect any plugin data from plugins it can import from.":["%s nu a detectat date ale unui modul în modulele din care poți importa date."],"Posts that should not show up in search results":["Articole care nu ar trebui să apară în rezultatele de căutare"],"%s data found.":["Am găsit date în %s"],"%s data successfully removed.":["Datele %s s-au înlăturat cu succes."],"%s data successfully imported.":["Datele %s s-au importat cu succes."],"%s data not found.":["N-am găsit date în %s"],"Improve your SEO skills":["Îți îmbunătățești deprinderile SEO"],"24/7 email support":["Suport prin email non-stop (24/7)"],"No more dead links a.k.a. 404 pages":["Nu mai ai legături moarte, de exemplu pagini 404"],"Get real-time suggestions for internal links":["Primești sugestii în timp real pentru legături interne"],"Preview your page in Facebook and Twitter":["Îți previzualizezi pagina pe Facebook și Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Dă clic pe butonul „%3$s” pentru a folosi descrierea meta care a fost setată deja pentru %1$sprima pagină în Aspect în căutare%2$s."],"Help on copying the home meta description":["Ajutor pentru copierea descrierii meta a primei pagini"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Pentru a permite motoarelor de căutare să știe care profiluri sociale sunt asociate cu acest sit, introdu mai jos datele profilurilor sociale ale sitului."],"Learn more about your social profiles settings":["Află mai mult despre setările profilurilor tale sociale"],"Remove the categories prefix":["Înlătură prefixul categoriilor"],"Help on the category prefix setting":["Ajutor pentru setarea prefix categorie"],"Learn more about the available variables":["Află mai mult despre variabilele disponibile"],"Learn more about the RSS feed setting":["Află mai mult despre setarea fluxului RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Când încarci media pe WordPress (de exemplu, o imagine sau un video), nu se salvează doar fișierul media, ci se creează și un URL de atașament pentru el. Aceste pagini de atașamente sunt oarecum goale: ele conțin elementul media și poate un titlu dacă l-ai introdus. Din cauza asta, dacă nu folosești niciodată aceste URL-uri de atașamente, este mai bine să le dezactivezi și să le redirecționezi către elementul media în sine."],"Learn more about the Media and attachment URLs setting":["Află mai mult despre setarea URL-urilor media și de atașamente"],"Learn more about the title separator setting":["Află mai mult despre setarea separatorului în titlu"],"Learn more about the knowledge graph setting":["Află mai mult despre setarea Knowledge Graph"],"Learn more about the homepage setting":["Află mai mult despre setarea primei pagini"],"Learn more about the special pages setting":["Află mai mult despre setarea paginilor speciale"],"Help on the date archives search results setting":["Ajutor pentru setarea arhivelor de date în rezultatele de căutare"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Dacă nu arăți arhivele autorilor fără articole în rezultatele de căutare, din punct de vedere tehnic înseamnă că ele vor avea metadatele pentru roboți setate la %1$s și vor fi excluse din hărțile sit XML. %2$sMai multe informații despre setările rezultatelor de căutare%3$s."],"Help on the authors without posts archive search results setting":["Ajutor pentru setarea arhivei autori fără articole în rezultatele de căutare"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Dacă nu arăți arhivele autorilor în rezultatele de căutare, din punct de vedere tehnic înseamnă că ele vor avea metadatele pentru roboți setate la %1$s și vor fi excluse din hărțile sit XML. %2$sMai multe informații despre setările rezultatelor de căutare%3$s."],"Help on the author archives search results setting":["Ajutor pentru setarea arhivelor autorilor în rezultatele de căutare"],"Archives settings help":["Ajutor setări arhive"],"Learn more about the archives setting":["Află mai mult despre setarea arhivelor"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obții codul tău de verificare Yandex în %1$sInstrumente pentru webmasteri Yandex%2$s."],"Yandex verification code":["Cod de verificare Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obții codul tău de verificare Google în %1$sConsola de căutare Google%2$s."],"Google verification code":["Cod de verificare Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obții codul tău de verificare Bing în %1$sInstrumente pentru webmasteri Bing%2$s."],"Bing verification code":["Cod de verificare Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Poți folosi casetele de mai jos pentru verificări cu diferite Instrumente pentru webmasteri. Această funcționalitate va adăuga un tag meta de verificare pe prima ta pagină. Urmărește legăturile la diferite Instrumente pentru webmasteri și caută instrucțiuni pentru metoda de verificare a tagul meta pentru a obține codul de verificare. Dacă situl tău este deja verificat, poți sări peste ele."],"Learn more about the Webmaster Tools verification":["Află mai mult despre verificarea cu instrumente pentru webmasteri"],"On":["Pornit"],"Help on: %s":["Ajutor pentru: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s are o mulțime de funcționalități. Poți activa/dezactiva unele dintre ele mai jos. Dacă dai clic pe semnul întrebării vei primi mai multe informații despre acea funcționalitate."],"Off":["Oprit"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Secțiunea avansată a casetei meta %1$s permite unui utilizator să înlăture articole din rezultatele de căutare sau să modifice canonicul. Acestea sunt lucruri pe care nu dorești să le facă vreun autor. De aceea, implicit, numai editorii și administratorii pot face asta. Setarea „%2$s” permite tuturor utilizatorilor să modifice aceste setări."],"Security: no advanced settings for authors":["Securitate: nicio setare avansată pentru autori"],"See who contributed to %1$s.":["Vezi cine a contribuit la %1$s."],"Help on this search results setting":["Ajutor pentru această setare pentru rezultate de căutare"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Dacă nu arăți arhivele %1$s în rezultatele de căutare, din punct de vedere tehnic înseamnă că ele vor avea metadatele pentru roboți setate la %2$s și vor fi excluse din hărțile sit XML. %3$sMai multe informații despre setările rezultatelor de căutare%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Dacă nu arăți %1$s în rezultatele de căutare, din punct de vedere tehnic înseamnă că ele vor avea metadatele pentru roboți setate la %2$s și vor fi excluse din hărțile sit XML. %3$sMai multe informații despre setările rezultatelor de căutare%4$s."],"Check SEO configuration":["Verifică configurarea SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Vrei să te asiguri că setările %1$s sunt încă OK? %2$sDeschide din nou asistentul de configurare%3$s pentru a le valida."],"Default for %2$s, currently: %1$s":["Implicit pentru %2$s, acum: %1$s"],"Show %s in search results?":["Arăți %s în rezultatele de căutare?"],"this author's archives":["arhivele acestui autor"],"Do not allow search engines to show %s in search results.":["Nu permite motoarelor de căutare să arate %s în rezultatele de căutare."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL-urile categoriilor în WordPress conțin un prefix, de obicei %s, această funcționalitate înlătură acest prefix, numai pentru categorii."],"Category URLs":["URL-uri categorii"],"the archive for %s":["arhiva %s"],"Redirect attachment URLs to the attachment itself?":["Redirecționezi URL-urile atașamentelor la atașamentul în sine?"],"We recommend you set this to Yes.":["Îți recomandăm să setezi aceasta la Da."],"Media & attachment URLs":["URL-uri media și atașamente"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Este ceea ce se arată în rezultatele de căutare când oamenii îți găsesc prima pagină. Înseamnă că probabil asta văd când îți caută numele sau brandul."],"date archives":["arhive de date"],"archives for authors without posts":["arhive ale autorilor fără articole"],"Read why XML Sitemaps are important for your site.":["Citește de ce hărțile sit XML sunt importante pentru situl tău."],"Enable the XML sitemaps that %s generates.":["Activează hărțile sit XML generate de %s."],"See the XML sitemap.":["Vezi harta sit XML."],"%2$s (current default for %1$s)":["%2$s (acum implicit pentru %1$s)"],"Media":["Media"],"Content Types":["Tipuri de conținut"],"Should search engines follow links on this %1$s?":["Ar trebui motoarele de căutare să urmărească legăturile pentru acest %1$s?"],"Allow search engines to show this %s in search results?":["Permiți motoarelor de căutare să arate acest %s în rezultatele căutării?"],"Search Appearance":["Aspect în căutare"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Te rog specifică ce tipuri de conținut vrei să apară în motoarele de căutare. Dacă nu știi care este diferența dintre ele, cel mai bine este să alegi\nsetările implicite."],"Search engines should show \"%1$s\" in search results:":["Motoarele de căutare ar trebui să arate „%1$s” în rezultatele căutării:"],"Search engine visibility":["Vizibilitate pentru motoare de căutare"],"Toggle %1$s's XML Sitemap":["Comută la harta sit %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Cererile de suport pe care le creezi aici sunt trimise direct în sistemul nostru de suport, care este securizat cu SSL de 256 biți, deci comunicarea este 100% sigură."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Funcționalitatea conținut fundamental îți permite să marchezi și să filtrezi conținutul fundamental pe situl tău web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Dacă ai o problemă pe care n-o poți rezolva cu ajutorul tutorialelor noastre video sau apelând la baza noastră de cunoștințe, poți trimite un mesaj echipei noastre de suport. Programul este non-stop (24/7)."],"Good results":["Rezultate bune"],"Get better search results in local search":["Obții rezultate de căutare mai bune în căutarea locală"],"Allow customers to pick up their %s order locally":["Permite clienților să-și ridice comenzile %s din cel mai apropiat loc"],"SEO analysis":["Analiză SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["Analiza SEO oferă sugestii pentru a-ți îmbunătăți SEO pentru text."],"Learn how the SEO analysis can help you rank.":["Află cum analiza SEO te poate ajuta într-o clasare superioară."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Analiza lizibilității oferă sugestii pentru a-ți îmbunătăți structura și stilul textului."],"Discover why readability is important for SEO.":["Află de ce lizibilitatea este importantă pentru SEO."],"Find out how cornerstone content can help you improve your site structure.":["Află cum conținutul fundamental te poate ajuta să-ți îmbunătățești structura stilului."],"The text link counter helps you improve your site structure.":["Contorul legături text te ajută să-ți îmbunătățești structura sitului."],"Find out how the text link counter can enhance your SEO.":["Află cum contorul legături text îți poate îmbunătăți SEO."],"%s integration":["Integrare %s"],"Read more about how %s works.":["Citește mai mult despre cum funcționează %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activează această funcționalitate dacă vrei ca Facebook și altele din media socială să afișeze o previzualizare cu imagini și un rezumat de text când este partajată o legătură la situl tău."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activează această funcționalitate dacă vrei ca Twitter să afișeze o previzualizare cu imagini și un rezumat de text când este partajată o legătură la situl tău."],"Find out why you should upgrade to %s":["Află de ce ar trebui să actualizezi la %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Ultimele articole pe blogul %1$s"],"Need help?":["Ai nevoie de ajutor?"],"Remove highlight from the text":["Înlătură evidențiarea din text"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Începe rapid cu %2$sasistentul de configurare%3$s %1$s!"],"First-time SEO configuration":["Prima configurare SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Limba sitului tău este setată la {language}. Dacă aceasta nu este cea corectă, contactează administratorul sitului."],"Your site language is set to {language}.":["Limba sitului tău este setată la {language}."],"Highlight this result in the text":["Evidențiază acest rezultat în text"],"Considerations":["Considerații"],"Errors":["Erori"],"Change language":["Schimbă limba"],"You cannot create a %s file.":["Nu poți crea un fișier %s."],"You cannot edit the %s file.":["Nu poți edita fișierul %s."],"Updated %s":["%s actualizat"],"Create %s file":["Creează fișier %s"],"Edit the content of your %s:":["Editează-ți conținutul din %s:"],"Save changes to %s":["Salvează modificările în %s"],"%s file":["Fișier %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s și %2$s pot funcționa mult mai bine împreună prin adăugarea unui modul ajutător. Te rog instalează %3$s pentru a-ți face viața mai bună. %4$s."],"More information":["Mai multe informații"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s și %2$s pot funcționa mult mai bine împreună prin adăugarea unui modul ajutător. Te rog activează %3$s pentru a-ți face viața mai bună."],"More information about %1$s":["Mai multe informații despre %1$s"],"Configuration Wizard":["Asistent de configurare"],"You've done it!":["Ai făcut-o!"],"Seamlessly integrate %1$s into your AMP pages!":["Integrează perfect %1$s în paginile tale AMP!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integrează perfect %2$s cu %1$s pentru analiza conținutului!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s și %2$s pot lucra împreună mult mai bine prin adăugarea unui modul ajutător. Te rog instalează %3$s pentru a-ți face viața mai ușoară."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Setările aspectului în căutare pentru %1$s sunt formate din variabile care sunt înlocuite cu anumite valori din pagină atunci când pagina este afișată. Tabelul de mai jos conține o listă a variabilelor disponibile."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marchează cea mai importantă %1$s drept „conținut fundamental” pentru a-ți îmbunătăți structura sitului. %2$sAflă mai mult despre conținut fundamental%3$s."],"Loading help center.":["Încarc centrul de ajutor."],"Get support":["Obții suport"],"(Opens in a new browser tab)":["(Se deschide într-o filă nouă a navigatorului)"],"Posts %1$swithout%2$s a focus keyphrase":["Articole %1$sfără%2$s o frază cheie"],"Hey, your SEO is doing pretty well! Check out the stats:":["Bună, SEO arată destul de bine! Verifică-ți statisticile:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Nu ai niciun articol publicat, punctajele tale SEO vor apărea aici odată ce scrii primul articol!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["În această pagină, îți poți modifica numele sitului și să alegi care separator să fie folosit. De exemplu, separatorul va fi afișat între titlul articolului și numele sitului. Simbolurile sunt arătate la dimensiunea la care ele vor apărea în rezultatele căutării. Alege-l pe cel care se potrivește cel mai bine cu brandul tău sau pe cel care ocupă cel mai mic spațiu în fragmente."],"Something else":["Altceva"],"A portfolio":["Un portofoliu"],"A corporation":["O corporație"],"A small offline business":["O mică afacere offline"],"A news channel":["Un canal de știri"],"An online shop":["Un magazin online"],"A blog":["Un blog"],"What does the site %1$s represent?":["Ce reprezintă %1$s sitului?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Dacă alegi nu, arhivele tale de autor vor fi dezactivate pentru a împiedica probleme de conținut duplicat."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Notă: nu-ți stocăm datele în niciun fel și nu avem acces complet la contul tău. Confidențialitatea ta este în siguranță cu noi."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s se integrează cu Consola de căutare Google, un instrument pe care trebuie să-l aibă proprietarii de situri. Ea îți oferă informații despre sănătatea sitului tău. Nu ai încă un cont Google sau situl tău nu este încă activat? Află %2$scum să conectezi Consola de căutare Google la situl tău.%3$s"],"Option B: My site is under construction and should not be indexed":["Opțiunea B: situl meu este în construcție și nu ar trebui să fie indexat"],"Option A: My site is live and ready to be indexed":["Opțiunea A: situl meu este live și este pregătit să fie indexat"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Alege în construcție dacă nu vrei ca motoarele de căutare să-ți indexeze situl. Nu uita să activezi din nou indexarea după ce ești pregătit să-ți publici situl."],"Please specify if your site is under construction or already active.":["Te rog specifică dacă situl tău este în construcție sau este deja activ."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Această informație va fi folosită în cardul Knowledge Graph de la Google, blocul mare de informații pe care îl vezi în partea dreaptă a rezultatelor de căutare."],"Read more like this on our SEO blog":["Citește mai multe ca acestea pe blogul nostru SEO"],"Readability: %s":["Lizibilitate: %s"],"Not activated":["Neactivată"],"Activated":["Activată"],"%1$s recommendations for you":["Recomandări %1$s pentru tine"],"All Readability Scores":["Toate punctajele lizibilitate"],"Filter by Readability Score":["Filtrează după punctaj lizibilitate"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Nu primești actualizări sau suport! Corectează această problemă adăugând acest sit și activând %1$s pentru el în %2$s."],"Request method %1$s is not valid.":["Metoda de solicitare %1$s nu este validă."],"Muted notifications:":["Anunțuri ignorate:"],"Muted problems:":["Probleme ignorate:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Vrei să previzualizezi cum va arăta când oamenii partajează acest articol pe %1$s? Poți, cu %2$s."],"Good job! All the links in your texts have been counted.":["Bună treabă! Toate legăturile din textele tale au fost numărate."],"Calculation completed.":["Calcul finalizat."],"Calculation in progress...":["Calcul în desfășurare..."],"Stop counting":["Oprește numărarea"],"Counting links in your texts":["Număr legăturile din textele tale"],"Text %1$s of %2$s processed.":["%1$s (de) texte din %2$s procesate."],"All your texts are already counted, there is no need to count them again.":["Toate textele tale sunt deja numărate, nu mai este nevoie să le numeri din nou."],"Count links in your texts":["Numără legăturile din textele tale"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Legăturile din toate textele tale publice trebuie să fie numărate. Acest lucru va oferi informații despre textele care au nevoie de mai multe legături către ele. Dacă vrei să afli mai multe despre legăturile interne, consultă %1$sarticolul despre legături interne pe %2$s%3$s."],"Text link counter":["Contor legături text"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Numărul de legături interne care se leagă la acest articol. Vezi textul „Coloane Yoast” din fila de ajutor pentru mai multe informații."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Numărul de legături interne de ieșire în acest articol. Vezi textul „Coloane Yoast” din fila de ajutor pentru mai multe informații."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s adaugă mai multe coloane în această pagină. Am scris un articol despre %2$scum se folosește punctajul SEO și punctajul lizibilitate%3$s. Coloanele de legături arată numărul de articole de pe acest sit care se leagă %5$sla%6$s acest articol și numărul de URL-uri legate %5$sde la%6$s acest articol. Află mai mult despre %4$scum să folosești aceste funcționalități pentru a-ți îmbunătăți legăturile interne%3$s, care îmbunătățesc foarte mult SEO."],"%s Columns":["Coloane %s"],"Readability score":["Punctaj lizibilitate"],"Other benefits of %s for you:":["Alte avantaje ale %s pentru tine:"],"Scroll to see the preview content.":["Derulează pentru a vedea conținutul previzualizării."],"Cornerstone content":["Conținut fundamental"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["Acum %1$s va avea grijă de toate optimizările tehnice necesare sitului tău. Pentru a îmbunătăți cu adevărat performanța sitului în rezultatele căutării, este important să începi crearea unui conținut care se clasează bine pentru frazele cheie care te interesează. Vezi acest video în care explicăm cum se folosește caseta meta %1$s când editezi articole sau pagini."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Dacă vrei să surclasezi concurența dintr-un anumit oraș sau dintr-o regiune, vezi modulul nostru %1$s! Vei putea insera cu ușurință hărți Google, ore de funcționare, informații de contact și localizarea magazinului. Pe lângă faptul că %1$s te ajută să-ți îmbunătățești gradul de utilizare a paginii tale de contact."],"Attract more customers near you":["Atrage mai mulți clienți din apropiere"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Vrei să știi toate dedesubturile modulului %1$s? Vrei să afli totul despre setările avansate? Vrei să poți să obții cu adevărat maximul de la modulul %1$s? Vezi instruirea noastră pentru modulul %1$s și începe surclasarea concurenței!"],"Get the most out of %1$s with the %2$s":["Obții maximul de la %1$s cu %2$s"],"Upgrade to Premium":["Actualizează la Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Vrei să-ți surclasezi concurența? %1$s îți oferă funcționalități suplimentare minunate care te ajută să inițializezi strategia SEO ca un profesionist. Adaugi fraze cheie sinonime și similare, folosești analiza noastră SEO Premium, managerul de redirecționare și instrumentul nostru pentru legături interne. De asemenea, %1$s își va oferi acces la suport premium."],"Outrank the competition with %s":["Surclasează concurența cu %s"],"You might like":["S-ar putea să-ți placă"],"Newsletter":["Buletin de știri"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Am detectat că nu ai finalizat încă cu acest asistent, așa că îți recomandăm să %2$spornești asistentul de configurare pentru a configura %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Asistentul de configurare te ajută să-ți configurezi cu ușurință situl pentru a avea setările SEO optime."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Ia Premium și experții noștri vor fi acolo pentru a-ți răspunde la orice fel de întrebări pe care ai putea să le ai despre inițializarea și utilizarea modulului."],"Superfast internal linking suggestions":["Sugestii de legare internă ultrarapidă"],"Great news: you can, with %1$s!":["Vești bune: poți, cu %1$s!"],"Save changes":["Salvează modificările"],"1 year free support and updates included!":["Sunt incluse suport și actualizări gratuite pentru un an!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Modulul %2$s modifică ieșirea situl tău și face diferențieri între motoarele de căutare și utilizatorii normali, un proces care este denumit camuflare. Îți recomandăm să-l dezactivezi."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPrevizualizare media socială%2$s: Facebook și Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNicio legătură moartă%2$s: manager de redirecționare simplu"],"No ads!":["Fără anunțuri!"],"Facebook & Twitter":["Facebook și Twitter"],"Social media preview":["Previzualizare media socială"],"Easy redirect manager":["Manager de redirecționare simplu"],"No more dead links":["Nicio legătură moartă"],"Increase your SEO reach":["Mărește raza ta de acțiune SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Dacă vrei mai mult ajutor pentru crearea unui conținut minunat, vezi %2$scursul nostru SEO de copywriting%3$s. Dacă vrei să știi totul despre funcționalitățile modulului, ia în considerare participarea la %1$s!"],"Variable":["Variabilă"],"Available variables":["Variabile disponibile"],"Scroll to see the table content.":["Derulează pentru a vedea conținutul tabelului."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Te rog consultă %1$sarticolul nostru despre cum să-ți conectezi situl web la Consola de căutare Google%2$s dacă ai nevoie de ajutor."],"An error occurred in the '%1$s' assessment":["A apărut o eroare în evaluarea '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s din cuvinte conțin %2$speste %3$s silabe%4$s, care este mai mult decât recomandarea maximă de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s din cuvinte conțin %2$speste %3$s silabe%4$s, care este mai puțin sau egal decât recomandarea maximă de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Este cu puțin sub minimul recomandat de %5$d cuvânt. %3$sMai adaugă puțin text%4$s.","Este cu puțin sub minimul recomandat de %5$d cuvinte. %3$sMai adaugă puțin text%4$s.","Este cu puțin sub minimul recomandat de %5$d de cuvinte. %3$sMai adaugă puțin text%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Descrierea meta conține %1$d propoziție %2$scu peste %3$s de cuvinte%4$s. Încearcă să scurtezi această propoziție.","Descrierea meta conține %1$d propoziții %2$scu peste %3$s de cuvinte%4$s. Încearcă să scurtezi aceste propoziții.","Descrierea meta conține %1$d de propoziții %2$scu peste %3$s de cuvinte%4$s. Încearcă să scurtezi aceste propoziții."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Descrierea meta conține nicio propoziție %1$s cu peste %2$s de cuvinte%3$s."],"No new notifications.":["Nicio notificare nouă."],"Save all":["Salvează tot"],"Save":["Salvează"],"%1$s, Author at %2$s":["%1$s, autor la %2$s"],"Mobile preview":["Previzualizare pe mobil"],"Desktop preview":["Previzualizare desktop"],"Select redirect":["Selectează redirecționare"],"Please provide an SEO title by editing the snippet below.":["Te rog furnizează un titlu SEO prin editarea fragmentului de mai jos."],"Meta description preview:":["Previzualizare descriere meta:"],"Slug preview:":["Previzualizare descriptor:"],"SEO title preview:":["Previzualizare titlu SEO:"],"Close snippet editor":["Închide editor fragment"],"Slug":["Descriptor"],"Remove marks in the text":["Înlătură marcaje în text"],"Mark this result in the text":["Marchează acest rezultat în text"],"Marks are disabled in current view":["Marcajele sunt dezactivate în vizualizarea curentă"],"Good SEO score":["Punctaj SEO bun"],"OK SEO score":["Punctaj SEO OK"],"Feedback":["Impresii"],"ok":["ok"],"Choose an image":["Alege o imagine"],"Remove the image":["Înlătură imaginea"],"MailChimp signup failed:":["Autentificarea MailChimp a eșuat:"],"Sign Up!":["Înregistrează-te!"],"Name":["Nume"],"There is an error with the request.":["Există o eroare cu cererea."],"Select profile":["Selectează profil"],"Choose a profile":["Alege un profil"],"Authorization code":["Cod de autorizare"],"Reauthenticate with Google":["Reautentificare cu Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Pentru a-i permite lui %s să aducă informațiile tale din Consola de căutare Google, te rog introdu codul de autorizare Google. Dând clic pe butonul de mai jos se va deschide o fereastră nouă."],"Please provide a meta description by editing the snippet below.":["Te rog furnizează o descriere meta prin editarea fragmentului de mai jos."],"Edit snippet":["Editează fragment"],"You can click on each element in the preview to jump to the Snippet Editor.":["Poți da clic pe fiecare element din previzualizare pentru a sări la editor fragment."],"Close the Wizard":["Închide asistentul"],"Export settings":["Exportă setări"],"%1$s video tutorial":["Tutorial video %1$s"],"%s › Configuration Wizard":["%s › Asistent de configurare"],"Please don't show me this notification anymore":["Te rog nu-mi mai arăta această notificare"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Dacă întâmpini probleme, %1$ste rog completează un raport de eroare%2$s și vom face tot posibilul pentru a te ajuta."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Am observat că ai folosit %1$s de ceva timp; sperăm să-l îndrăgești! Am fi încântați dacă ai putea %2$ssă ne acorzi o evaluare de 5 stele pe WordPress.org%3$s!"],"Courses":["Cursuri"],"Date archives settings":["Setări arhive de date"],"Author archives settings":["Setări arhive autor"],"%1$s by %2$s":["%1$s de %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Avertizare: variabila %s nu poate fi folosită în acest șablon. Vezi centrul de ajutor pentru mai multe informații."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Apropo, știai că avem și un %1$smodul Premium%2$s? El oferă funcționalități avansate, cum ar fi un manager de redirecționare și suport pentru mai multe fraze cheie. De asemenea, vine cu suport personal non-stop (24/7)."],"(no title)":["(fără titlu)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Meniul barei de administrare %1$s conține legături utile către instrumente terțe pentru analizarea paginilor și în el vezi imediat dacă ai notificări noi."],"Admin bar menu":["Meniu bară de administrare"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s va verifica săptămânal dacă situl tău încă este indexat de către motoarele de căutare și %2$s te va notifica în cazul când nu este indexat."],"Features":["Funcționalități"],"SEO title":["Titlu SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["În timp ce ne străduim să facem inițializarea %1$s cât mai ușor posibilă, înțelegem că poate fi totuși descurajantă. Dacă preferi să ne lași să inițializăm %1$s pentru tine (și să primești un exemplar al %2$s în acest proces), comandă aici %3$sserviciul nostru de configurare %1$s%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bine ai venit la asistentul de configurare %1$s. În câțiva pași simpli te vom ajuta să-ți configurezi setările SEO pentru a se potrivi nevoilor sitului tău web!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google arată numele sitului tău în rezultatele căutării, dacă vrei să-l schimbi, poți să faci asta aici."],"Greater than sign":["Semn mai mare decât"],"Less than sign":["Semn mai mic decât"],"Right angle quotation mark":["Ghilimele dreapta"],"Left angle quotation mark":["Ghilimele stânga"],"Small tilde":["Tildă mică"],"Vertical bar":["Bară verticală"],"Low asterisk":["Asterisc jos"],"Asterisk":["Asterisc"],"Bullet":["Bulină"],"Middle dot":["Punct la mijloc"],"Em dash":["Liniuță lungă"],"En dash":["Liniuță scurtă"],"Dash":["Liniuță"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Alege simbolul pe care să-l folosești ca separator în titlu. De exemplu, acesta se va afișa între titlul articolului și numele sitului tău. Simbolurile sunt arătate la dimensiunea în care ele vor apărea în rezultatele de căutare."],"The name of the person":["Numele persoanei"],"No":["Nu"],"Yes":["Da"],"Does, or will, your site have multiple authors?":["Situl tău are sau va avea mai mulți autori?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress generează automat un URL pentru fiecare element media din bibliotecă. Activând asta va permite ca Google să indexeze URL-ul generat."],"Success!":["Succes!"],"Title settings":["Setări titlu"],"Google Search Console":["Consolă de căutare Google"],"Multiple authors":["Autori multipli"],"Site type":["Tip de sit"],"Environment":["Mediu"],"Yoast option %1$s not found.":["Opțiunea Yoast %1$s negăsită."],"Google Structured Data Test":["Test date structurate Google"],"Posts list":["Listă articole"],"Posts list navigation":["Navigare în listă articole"],"Filter posts list":["Filtrează lista de articole"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Reține că legăturile către arhive ar putea fi încă ieșirea către tema ta și ar trebui să le înlături separat."],"%1$s to optimize your site even further":["%1$s pentru a-ți optimiza situl chiar mai mult"],"%1$s extensions":["Extensii %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Vine cu oferta noastră de 30 de zile fără întrebări pentru restituirea garantată a banilor"],"More information %1$sabout %3$s%2$s":["Mai multe informații %1$sdespre %3$s%2$s"],"Installed":["Instalat"],"gain access to our 24/7 support team.":["obții acces non-stop (24/7) la echipa noastră de suport."],"Premium support":["Suport premium"],"check what your Facebook or Twitter post will look like.":["verifică cum va arăta articolul tău pe Facebook sau Twitter."],"Social previews":["Previzualizări sociale"],"create and manage redirects from within your WordPress install.":["creează și gestionează redirecționări din interiorul instalării tale WordPress."],"Redirect manager":["Manager de redirecționare"],"%1$s, take your optimization to the next level!":["%1$s, treci cu optimizarea la nivelul următor!"],"A seamless integration between %1$s and %2$s":["O integrare perfectă între %1$s și %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Folosește firimituri %1$s în loc de cele %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inserează cu ușurință Google Maps, o localizare a magazinului, program de lucru și altele"],"Creates XML News Sitemaps":["Creează hărți sit XML noi"],"Immediately pings Google on the publication of a new post":["Interoghează imediat Google cu privire la publicarea unui articol nou"],"Optimize your site for Google News":["Optimizează-ți situl pentru Google News"],"Make videos responsive through enabling fitvids.js":["Fă-ți videourile responsive prin activarea fitvids.js"],"Enhance the experience of sharing posts with videos":["Sporește experiența de partajare a articolelor cu videouri"],"Show your videos in Google Videos":["Arată-ți videourile în Google Videos"],"Crawl issues list":["Listă probleme de accesare cu crawlere"],"Crawl issues list navigation":["Navigare în listă probleme de accesare cu crawlere"],"Edit “%s”":["Editează „%s”"],"Premium":["Premium"],"Google Trends":["Tendințe Google"],"Notifications":["Notificări"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Înlătură secțiunea frază cheie din caseta meta și dezactivează toate sugestiile legate de SEO."],"Disable SEO analysis":["Dezactivează analiză SEO"],"Twitter settings":["Setări Twitter"],"Pinterest settings":["Setări Pinterest"],"Facebook settings":["Setări Facebook"],"Title separator symbol":["Simbol separator titlu"],"RSS feed settings":["Setări flux RSS"],"Breadcrumbs settings":["Setări firimituri"],"Make primary":["Fă-o principală"],"Enter your Google Authorization Code and press the Authenticate button.":["Introdu codul tău de autorizare Google și apasă butonul Autentificare."],"%s notification":["%s notificare","%s notificări","%s de notificări"],"Disable readability analysis":["Dezactivează analiză lizibilitate"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Înlătură secțiunea analiză lizibilitate din caseta meta și dezactivează toate sugestiile legate de lizibilitate."],"Readability analysis":["Analiză lizibilitate"],"Needs improvement":["Necesită îmbunătățire"],"Readability":["Lizibilitate"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Încerci să încarci fișiere ne-minificate. Ele sunt disponibile numai în pachetul nostru de dezvoltare. Consultă %1$s pentru a vedea toate fișierele sursă."],"Improvements":["Necesită îmbunătățire"],"Restore this item.":["Restaurează acest element."],"Dismiss this item.":["Înlătură acest element."],"Good job! We could detect no serious SEO problems.":["Bună treabă! Nu am putut detecta nicio problemă SEO serioasă."],"We have detected the following issues that affect the SEO of your site.":["Am detectat următoarele probleme care afectează SEO pe situl tău."],"Problems":["Probleme"],"Analysis":["Analiză"],"Not available":["Indisponibilă"],"Filter by SEO Score":["Filtrează după punctaj SEO"],"Meta description not set.":["Descriere meta nesetată."],"Video tutorial":["Tutorial video"],"Email support is a %s feature":["Suport prin email este o funcționalitate %s"],"Knowledge base":["Bază de cunoștințe"],"Open":["Deschide"],"Dashboard":["Panou de control"],"You can fix this on the %1$sPermalink settings page%2$s.":["Poți corecta acest lucru în %1$spagina de setări Legături permanente%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paginația comentariilor este activată, acest lucru nu este necesar în 999 din 1000 de cazuri, îți recomandăm s-o dezactivezi."],"Replaced with the primary category of the post/page":["Înlocuiește categoria principală a articolului/paginii"],"Pinterest confirmation":["Confirmare Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Dacă ai confirmat deja situl tău cu Pinterest, poți să sari peste pasul de mai jos."],"Format-based archives":["Arhive în format de bază"],"Webmaster Tools verification":["Verificare cu instrumente pentru webmasteri"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Urmează instruirea noastră %1$s pentru WordPress și devii un expert %1$s certificat!"],"Want to be a %s Expert?":["Vrei să fii un expert %s?"],"Buy %s":["Cumpără %s"],"Show information about errors in category %s":["Arată informații despre erorile din categoria %s"],"New %1$s Title":["Titlu %1$s nou"],"Existing %1$s Title":["Titlu %1$s existent"],"Expected an integer as input.":["Se cere un număr întreg ca intrare."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Încerci să construiești o cheie cache pentru harta sit, dar combinația sufix și prefix lasă prea puțin loc pentru a face acest lucru. Probabil soliciți o pagină care este neconvențională cu șirul pe care-l dorești."],"Remove":["Înlătură"],"Keep":["Păstrează"],"Bold the last page":["Boldează ultima pagină"],"Regular":["Normal"],"Bold":["Aldin"],"Show Blog page":["Arată pagina blogului"],"Primary %s":["%s principală"],"Primary":["Principală"],"Make %1$s primary %2$s":["Fă %1$s principală %2$s"],"Term is set to noindex.":["Termenul este setat noindex."],"Author archives":["Arhive autor"],"Show":["Arată"],"Enabled":["Activată(e)"],"Disabled":["Dezactivată(e)"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s încă nu a adus starea de indexare a sitului tău din %2$s"],"The separator defined in your theme's %s tag.":["Separatorul definit în tagul %s al temei tale."],"No index":["Fără index"],"Analyze entire site":["Analiza completă a sitului"],"Fetch the current status":["Preluare stare curentă"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s nu a reușit să aducă starea de indexare a sitului tău%3$s din %4$s"],"Your homepage can be indexed by search engines.":["Prima pagină poate fi indexată de către motoarele de căutare."],"Indexability check by %1$s":["Indexabilitate verificată de %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Dacă vrei să partajezi o imagine pe %1$s, poți încărca / alege o imagine sau să adaugi URL-ul imaginii aici."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Dacă nu vrei să folosești descrierea meta când partajezi articolul pe %1$s dar dorești o altă descriere, o poți scrie aici."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Dacă nu vrei să folosești titlul pentru partajare pe %1$s dar în schimb dorești un alt titlu acolo, scrie-l aici."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sPrima pagină nu poate fi indexată de către motoarele de căutare%2$s. Acest lucru este foarte grav pentru SEO și ar trebui remediat."],"Once Weekly":["O dată pe săptămână"],"Add-ons":["Suplimente"],"SEO score":["Punctaj SEO"],"Twitter metadata":["Metadate Twitter"],"Facebook / Open Graph metadata":["Metadate Facebook / Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalcularea punctajelor SEO pentru toate paginile de conținut cu o frază cheie."],"%1$s of %2$s done.":["S-au finalizat %1$s din %2$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Am actualizat algoritmul pentru calculul punctajului SEO. %1$sRecalculează punctajele SEO%2$s pentru toate articolele și paginile."],"Team Yoast":["Echipa Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Prima soluție SEO viabilă și complexă pentru WordPress, inclusiv analiza conținutului de pagină, hărți sit XML și multe altele."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activarea a eșuat:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Extensia filtrului pare a fi indisponibilă. Te rog cere serviciului tău de găzduire s-o activeze."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Instalarea modulului %1$s este incompletă. Te rog respectă %2$sinstrucțiunile de instalare%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Extensia Standard PHP Library (SPL) pare a fi indisponibilă. Te rog cere serviciului tău de găzduire s-o activeze."],"SEO Settings":["Setări SEO"],"Mobile-Friendly Test":["Test Mobile-Friendly"],"Google Page Speed Test":["Test Google Page Speed"],"CSS Validator":["Validator CSS"],"HTML Validator":["Validator HTML"],"Pinterest Rich Pins Validator":["Validator Rich Pins Pinterest"],"Facebook Debugger":["Depanator Facebook"],"Check Headers":["Verifică antete"],"Check Google Cache":["Verifică cache Google"],"Analyze this page":["Analizează această pagină"],"Keyword Research":["Investigare cuvinte cheie"],"%s does not seem to be a valid url. Please correct.":["%s nu pare a fi un URL valid. Te rog corectează."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s nu pare a fi un șir valid %2$s de verificare. Te rog corectează."],"%s Archive":["Arhivă %s"],"You searched for %s":["Ai căutat după %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s nu pare a fi un ID de utilizator Twitter valid. Te rog corectează."],"Summary with large image":["Rezumat cu imagine mare"],"Summary":["Rezumat"],"The post %1$s appeared first on %2$s.":["Articolul %1$s apare prima dată în %2$s."],"No numeric value was received.":["Nu a fost primită nicio valoare numerică."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Acesta trebuie să fie un blog existent. Blogul %s nu există sau a fost marcat ca șters."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Setarea implicită pentru blog trebuie să fie ID-ul numeric al blogului pe care vrei să-l folosești în mod implicit."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s nu este o opțiune validă pentru cei care ar trebui să aibă acces la setările %2$s. Valoarea s-a resetat la cea implictă."],"Please select a valid post type for taxonomy \"%s\"":["Te rog selectează un tip de articol valid pentru taxonomia \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Te rog selectează o taxonomie validă pentru tipul de articol \"%s\""],"You searched for":["Ai căutat după"],"Home":["Prima pagină"],"Archives for":["Arhive pentru"],"Error 404: Page not found":["Eroare 404: pagină negăsită"],"Good":["Bune"],"Replaced with a custom taxonomies description":["Înlocuiește descrierea taxonomiilor personalizate"],"Replaced with a posts custom taxonomies, comma separated.":["Înlocuiește taxonomiile personalizate ale articolelor, separate cu virgulă."],"Replaced with a posts custom field value":["Înlocuiește valoarea câmpului personalizat al articolelor"],"Replaced with the slug which caused the 404":["Înlocuiește descriptorul care a provocat eroarea 404"],"Replaced with the posts focus keyphrase":["Înlocuiește fraza cheie a articolelor"],"Attachment caption":["Text asociat atașament"],"Replaced with the current page number":["Înlocuiește numărul paginii curente"],"Replaced with the current page total":["Înlocuiește totalul paginii curente"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Înlocuiește numărul paginii curente din context (de exemplu: pagina 2 din 4)"],"Replaced with the post/page author's 'Biographical Info'":["Înlocuiește „Informațiile biografice” ale autorului articolului/paginii."],"Replaced with the post/page author's 'nicename'":["Înlocuiește „numele frumos” al autorului articolului/paginii"],"Replaced with the post/page ID":["Înlocuiește ID-ul articolului/paginii"],"Replaced with the post/page modified time":["Înlocuiește ora modificată a articolului/paginii."],"Replaced with the content type plural label":["Înlocuiește eticheta de plural al tipului de conținut"],"Replaced with the content type single label":["Înlocuiește eticheta de singular al tipului de conținut"],"Replaced with the current search phrase":["Înlocuiește fraza de căutare curentă"],"Replaced with the term name":["Înlocuiește numele termenului"],"Replaced with the term description":["Înlocuiește descrierea termenului"],"Replaced with the tag description":["Înlocuiește descrierea etichetei"],"Replaced with the category description":["Înlocuiește descrierea categoriei"],"Replaced with the post categories (comma separated)":["Înlocuiește categoriile articolelor (separate cu virgulă)"],"Replaced with the current tag/tags":["Înlocuiește eticheta actuală/etichetele actuale"],"Replaced with the post/page excerpt (without auto-generation)":["Înlocuiește rezumatul articolului/paginii (fără generare automată)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Înlocuiește rezumatul articolului/paginii (sau generat automat în cazul în care nu există)"],"The site's name":["Numele sitului"],"Replaced with the title of the parent page of the current page":["Înlocuiește titlul paginii părinte a paginii curente"],"Replaced with the title of the post/page":["Înlocuiește titlul articolului/paginii"],"Replaced with the date of the post/page":["Înlocuiește data articolului/paginii"],"Page %1$d of %2$d":["Pagina %1$d din %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Nu poți înlocui valoarea standard a unei variabile WPSEO prin înregistrarea unei variabile cu același nume. Folosește filtrul \"wpseo_replacements\" pentru a ajusta valoarea de înlocuire."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["O variabilă de înlocuire cu același nume a fost deja înregistrată. Încearcă să găsești un nume unic pentru variabila ta."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["O variabilă de înlocuire nu poate începe cu \"%%cf_\" sau \"%%ct_\" deoarece acestea sunt rezervate pentru variabilele standard WPSEO, variabile pentru câmpuri și taxonomii personalizate. Încearcă să găsești un nume unic pentru variabila ta."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["O variabilă de înlocuire poate conține numai caractere alfanumerice, o liniuță-jos sau o liniuță. Încearcă redenumirea variabilei tale."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Observație numai pentru administratori: această pagină nu arată o descriere meta deoarece nu are o niciuna, fie scrie una specifică pentru această pagină ori fie mergi în meniul [%1$s - %2$s] și inițializează un șablon."],"Page not found":["Pagină negăsită"],"%s Archives":["Arhive %s"],"Search for \"%s\"":["Caută după \"%s\""],"Meta description to use for Author page":["Descrierea meta de folosit pentru pagina autorului"],"Title to use for Author page":["Titlul de folosit pentru pagina autorului"],"%1$s settings":["Setări %1$s"],"Export your %1$s settings":["Exportă setările tale %1$s"],"Import settings":["Importă setări"],"Import from other SEO plugins":["Importă din alte module SEO"],"Import":["Importă"],"If you had a %s file and it was editable, you could edit it from here.":["Dacă ai avut un fișier %s și putea fi scris, l-ai fi putut edita de aici."],"If your %s were writable, you could edit it from here.":["Dacă fișierul tău %s putea fi scris, l-ai fi putut edita de aici."],"You don't have a %s file, create one here:":["Nu ai un fișier %s, crează unul aici:"],"A link to your site, with your site's name and description as anchor text.":["O legătură la situl tău, cu numele și descrierea sitului ca text ancoră."],"A link to your site, with your site's name as anchor text.":["O legătură la situl tău, cu numele sitului ca text ancoră."],"A link to the post, with the title as anchor text.":["O legătură la articol, cu titlul ca text ancoră."],"A link to the archive for the post author, with the authors name as anchor text.":["O legătură la arhiva autorilor de articole, cu numele autorilor ca text ancoră."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Poți folosi următoarele variabile în conținut, ele vor fi înlocuite cu valoarea descrisă în partea dreaptă."],"Content to put after each post in the feed":["Conținut de afișat după fiecare articol în flux"],"Content to put before each post in the feed":["Conținut de afișat înaintea fiecărui articol în flux"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Această funcționalitate este folosită pentru a adăuga automat conținut în fluxul tău RSS, mai precis înseamnă că adaugă legături în spatele blogului și în spatele articolelor blogului, astfel încât screperele vor adăuga automat, de asemenea, aceste legături, ajutând motoarele de căutare să te identifice ca sursă originală a conținutului."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Folosirea funcționalității firimituri este explicată în articolul %1$sBază de cunoștințe pentru implementarea firimiturilor%2$s."],"How to insert breadcrumbs in your theme":["Cum să inserezi firimituri în temă ta"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Arhivă tipuri de conținut de arătat în firimituri pentru taxonomii"],"Taxonomy to show in breadcrumbs for content types":["Taxonomie de arătat în firimituri pentru tipuri de conținut"],"Breadcrumb for 404 Page":["Firimituri pentru pagina 404"],"Prefix for Search Page breadcrumbs":["Prefix pentru firimituri pagină de căutare"],"Prefix for Archive breadcrumbs":["Prefix pentru firimituri arhivă"],"Prefix for the breadcrumb path":["Prefix pentru calea firimiturilor"],"Anchor text for the Homepage":["Text ancoră pentru prima pagină"],"Separator between breadcrumbs":["Separatorul între firimituri"],"Enable Breadcrumbs":["Activează firimituri"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Mai jos sunt punctajele SEO pentru articolele tale publicate. Acum este momentul potrivit să începi îmbunătățirea unora dintre articolele tale!"],"Credits":["Recunoștințe"],"« Back to Tools page":["« Înapoi la pagina Unelte"],"%1$s comes with some very powerful built-in tools:":["%1$s vine cu unele instrumente native foarte puternice:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Acest instrument îți permite să modifici rapid fișierele importante pentru SEO, cum ar fi robots.txt și .htaccess, dacă există."],"File editor":["Editor fișier"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importă setări din alte module SEO și exportă setările tale pentru reutilizare pe un (alt) blog."],"Import and Export":["Import și export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Acest instrument îți permite să schimbi rapid titlurile și descrierile articolelor și paginilor fără a fi nevoie să mergi în editor pentru fiecare pagină."],"Bulk editor":["Editor acțiuni în masă"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Pentru a-ți %1$sconfirma sitului cu Pinterest%2$s, adaugă tagul meta aici:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest folosește metadate Open Graph la fel ca Facebook, deci asigură-te că Open Graph este bifată pe fila Facebook, dacă vrei să-ți optimizezi situl pentru Pinterest."],"The default card type to use":["Tipul de card implicit de folosit"],"Add Twitter card meta data":["Adaugă metadate card Twitter"],"This image is used if the post/page being shared does not contain any images.":["Această imagine este folosită dacă articolul partajat/pagina partajată nu conține niciun fel de imagini."],"Default settings":["Setări implicite"],"Copy home meta description":["Copiază descrierea meta a primei pagini"],"Description":["Descriere"],"Image URL":["URL imagine"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Acestea sunt titlul, descrierea și imaginea utilizate în tagurile meta Open Graph pe pagina din față a sitului tău."],"Frontpage settings":["Setări pagina din față"],"Add Open Graph meta data":["Adaugă metadate Open Graph"],"YouTube URL":["URL YouTube"],"Pinterest URL":["URL Pinterest"],"MySpace URL":["URL MySpace"],"LinkedIn URL":["URL LinkedIn"],"Instagram URL":["URL Instagram"],"Twitter Username":["Nume utilizator Twitter"],"Facebook Page URL":["URL pagină Facebook"],"Accounts":["Conturi"],"Restore site to defaults":["Restaurează situl la valori implicite"],"Site ID":["ID sit"],"Using this form you can reset a site to the default SEO settings.":["Folosind acest formular poți reseta un sit la setările implicite SEO."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Informațiile confidențiale sensibile (administratori FB și altele asemănătoare), specificul temei (rescriere titlu) și alte câteva setări specifice sitului nu vor fi importate în siturile noi."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Introdu %1$sID sit%2$s pentru situl ale cărui setări vrei să le utilizezi ca implicite pentru toate siturile care sunt adăugate în rețeaua ta. Lasă necompletat pentru niciunul (de exemplu: vor fi utilizate valorile implicite normale ale modulului)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Alege-ți situl ale cărui setări vrei să le folosești ca implicite pentru toate siturile care sunt adăugate în rețea. Dacă alegi \"Niciunul\", vor fi folosite valorile implicite normale ale modulului."],"New sites in the network inherit their SEO settings from this site":["Siturile noi din rețea moștenesc setările SEO din acest sit"],"Super Admins only":["Numai super-administratori"],"Site Admins (default)":["Administratori sit (implicit)"],"Who should have access to the %1$s settings":["Cine ar trebui să aibă acces la setările %1$s "],"spam":["spam"],"mature":["matur"],"archived":["arhivate"],"public":["public "],"%s restored to default SEO settings.":["%s restaurat la setările SEO implicite."],"Settings Updated.":["Setări actualizate."],"404 pages":["Pagini 404"],"Search pages":["Pagini de căutare"],"These pages will be %s by default, so they will never show up in search results.":["Aceste pagini vor fi în mod implicit %s, astfel încât ele nu vor apărea în rezultatele căutării."],"Special Pages":["Pagini speciale"],"Date-based archives could in some cases also be seen as duplicate content.":["În anumite cazuri, arhivele bazate pe date ar putea fi văzute, de asemenea, ca un conținut duplicat."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Dacă această situație se regăsește pe situl tău, poți alege fie să dezactivezi (redirecționarea se face la prima pagină) sau să adaugi %s, astfel încât să nu apară în rezultatele de căutare."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Dacă blogul are un singur autor, arhiva autorului va fi exact la fel ca prima pagină. Acest lucru este numit %1$sproblemă de conținut duplicat%2$s."],"Date archives":["Arhive de date"],"author archives":["arhive autor"],"Title":["Titlu"],"%1$s Meta Box":["Casetă meta %1$s"],"Hide":["Ascunde"],"Date in Snippet Preview":["Dată în previzualizare fragment"],"Take note:":["Reține:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Poți stabili titlul și descrierea pentru pagina blogului prin %1$seditarea paginii blogului în sine%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Poți stabili titlul și descrierea pentru pagina din față prin %1$seditarea paginii din față în sine%2$s."],"Homepage & Front page":["Prima pagină și pagina din față"],"Title Separator":["Separator titlu"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s detectează automat dacă e nevoie să forțeze rescrierea titlurilor pentru paginile tale. Dacă crezi că nu e bine și știi ce trebuie să faci, poți schimba setarea aici."],"Force rewrite titles":["Forțează rescrierea titlurilor"],"Taxonomies":["Taxonomii"],"Homepage":["Prima pagină"],"%1$s Extensions":["Extensii %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integrează fără probleme WooCommerce cu %1$s și obții funcționalități suplimentare!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Obții o poziție locală mai bună și în Hărțile Google, fără niciun efort!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Ești în Google News? Crește-ți traficul din Google News prin optimizare!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimizează-ți videourile pentru a le scoate în evidență în rezultatele căutării și pentru a obține mai multe clicuri!"],"The premium version of %1$s with more features & support.":["Versiunea premium pentru %1$s cu mai multe funcționalități și suport."],"Person":["Persoană"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Aceste date sunt arătate ca metadate în situl tău. Sunt destinate să apară în %1$s Knowledge Graph de la Google%2$s. Poți fi o organizație sau o persoană."],"Website name":["Nume sit web"],"Webmaster Tools":["Instrumente pentru webmasteri"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Nu ai numele articolului în URL-ul articolelor și paginilor tale, așa cum este recomandat să fie. Ia în considerare să setezi structura legăturii permanente la /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Firimituri"],"or":["sau"],"Save Profile":["Salvează profilul"],"There were no profiles found":["N-am găsit niciun profil"],"Profile":["Profil"],"Current profile":["Profil actual"],"Authenticate":["Autentificare"],"Get Google Authorization Code":["Obține codul de autorizare Google"],"Reload crawl issues":["Reîncarcă problemele cu crawlere"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Pentru a putea să creezi o redirecționare și să rezolvi această problemă, ai nevoie de %1$s. Poți cumpăra modulul, inclusiv un an de suport și actualizări, de la %2$s."],"Creating redirects is a %s feature":["Crearea redirecționărilor este o funcționalitate %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Erori care au apărut doar atunci când sitului tău a fost accesat cu crawlere de Googlebot pentru telefoane din gama medie (erorile nu apar pe desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Erori care au apărut doar atunci când situl tău a fost accesat cu crawlere de Googlebot-Mobile (erorile nu apar pe desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Erori care au apărut atunci când situl tău a fost accesat cu crawlere de Googlebot."],"Issue categories":["Categorii de probleme"],"Incorrect Google Authorization Code.":["Cod de autorizare Google incorect."],"The issues have been successfully reloaded!":["Problemele au fost reîncărcate cu succes!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Datele %1$s au fost înlăturate. Va trebui să te reautentifici dacă vrei să recuperezi datele."],"Crawl errors per page":["Erori de accesare cu crawlere per pagină"],"Search":["Caută"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Nu sări peste erorile de accesare cu crawlere: %1$sconectează-te la Consola de căutare Google aici%2$s."],"Create redirect":["Crează redirecționare"],"Mark as fixed":["Marchează ca rezolvat"],"Response code":["Cod de răspuns"],"First detected":["Primul detectat"],"Last crawled":["Ultima accesare cu crawlere"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s a detectat că utilizezi versiunea %2$s care nu este compatibilă cu %1$s. Te rog actualizează %2$s la cea mai recentă versiune pentru a folosi această funcționalitate."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Modulele Yoast partajează un cod între ele pentru a face situl mai rapid. Ca urmare, avem nevoie ca toate modulele Yoast să fie actualizate. Am detectat acest lucru, te rog să actualizezi modulele Yoast care nu sunt încă actualizate."],"Feature phone":["Telefon din gama medie"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["URL-ul de destinație nu există, dar serverul tău nu returnează o eroare 404 (fișier negăsit)."],"Soft 404":["404 soft (pagina existentă, dar fără conținut)"],"Request timed out or site is blocking Google.":["Cererea a expirat sau situl blochează Google."],"Server Error":["Eroare server"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot poate accesa situl tău, dar anumite URL-uri sunt blocate pentru Googlebot în fișierul tău %1$s. Această blocare ar putea fi pentru toți boții Google sau numai pentru botul Google pentru mobile."],"Blocked":["Blocat"],"Google was unable to crawl this URL due to an undetermined issue.":["Google nu a putut accesa cu crawlere acest URL dintr-o cauză necunoscută."],"URL points to a non-existent page.":["URL-ul duce la o pagină inexistentă."],"Not found":["Negăsit"],"Not followed":["Neurmărite"],"Faulty redirects":["Redirecționări defectuoase"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Serverul necesită autentificare sau blochează Googlebot la accesarea sitului."],"Access denied":["Acces refuzat"],"Deactivate %s":["Dezactivează %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Modulul %1$s ar putea cauza probleme atunci când este folosit împreună cu %2$s."],"Upload Image":["Încarcă o imagine"],"Remove these ads?":["Înlături aceste anunțuri?"],"%s Posts Overview":["Prezentare generală articole %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Titlul firimiturilor este folosit în firimiturile unde apare această taxonomie."],"Breadcrumbs title":["Titlu firimituri"],"The canonical link is shown on the archive page for this term.":["Legătura canonică pentru acest termen este afișată în pagina de arhivă."],"Facebook App ID":["ID aplicație Facebook"],"Pinterest":["Pinterest"],"Other":["Altele"],"Archives":["Arhive"],"Email":["Email"],"Close":["Închide"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Atât %1$s cât și %2$s pot crea hărți sit XML. Având două hărți sit XML nu este benefic pentru motoarele de căutare și ți-ar putea încetini situl."],"Configure %1$s's Open Graph settings":["Configurează setările Open Graph pentru %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Atât %1$s cât și %2$s crează o ieșire Open Graph care ar putea face ca Facebook, Twitter, LinkedIn și alte rețele sociale să folosească texte și imagini greșite când paginile tale sunt partajate."],"%s Image":["Imagine %s"],"%s Description":["Descriere %s"],"%s Title":["Titlu %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Dimensiunea recomandată a imaginii pentru %1$s este de %2$s pixeli."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Dacă vrei să înlocuiești imaginea folosită pe %s pentru acest articol, încarcă/alege o imagine aici."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Dacă nu vrei să folosești descrierea meta când partajezi articolul pe %s dar dorești o altă descriere, o poți scrie aici."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Dacă nu vrei să folosești titlul articolului pentru partajarea articolului pe %s, dar vrei în schimb să folosești alt titlu, scrie-l aici."],"very difficult":["foarte dificil"],"Try to make shorter sentences, using less difficult words to improve readability":["Pentru a îmbunătăți lizibilitatea, încearcă să faci propoziții mai scurte, folosind cuvinte mai puțin dificile."],"difficult":["dificil"],"Try to make shorter sentences to improve readability":["Pentru a îmbunătăți lizibilitatea, încearcă să faci propoziții mai scurte."],"fairly difficult":["destul de dificil"],"OK":["OK"],"fairly easy":["destul de ușor"],"easy":["ușor"],"very easy":["foarte ușor"],"Meta Desc.":["Descriere meta"],"All SEO Scores":["Toate punctajele SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problemă SEO: imaginea reprezentativă trebuie să fie de cel puțin de 200 pe 200 pixeli pentru a putea fi preluată de către Facebook și alte situri de media socială."],"(no parent)":["(fără părinte)"],"Post is set to noindex.":["Articolul este setat la noindex."],"The URL that this page should redirect to.":["URL-ul unde această pagină ar trebui să redirecționeze."],"301 Redirect":["Redirecționare 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["URL-ul canonic pe care ar trebui să-l indice această pagină. Lasă gol pentru URL-ul implicit la legătura permanentă. Este acceptat și %1$sdomeniul canonic încrucișat%2$s."],"Canonical URL":["URL canonic"],"Title to use for this page in breadcrumb paths":["Titlul folosit pentru această pagină în căile firimituri"],"Breadcrumbs Title":["Titlu firimituri"],"No Snippet":["Fără fragment"],"No Archive":["Nicio arhivă"],"No Image Index":["Niciun index imagine"],"None":["Niciunul"],"Site-wide default: %s":["Global implicit: %s"],"Advanced meta robots settings for this page.":["Setări metadate pentru roboți avansate pentru această pagină."],"Meta robots advanced":["Metadate pentru roboți avansate"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Avertizare: chiar dacă poți stabili aici setările metadatelor pentru roboți, situl întreg este setat la noindex în setările de confidențialitate globale, deci aceste setări nu vor avea niciun efect."],"Meta description":["Descriere meta"],"SEO Title":["Titlu SEO"],"Focus keyword":["Cuvânt/frază cheie"],"Snippet preview":["Previzualizare fragment"],"Settings successfully imported.":["Setări importate cu succes."],"Settings could not be imported:":["Setările care nu au putut fi importate:"],"Error creating %1$s export: ":["Eroare la crearea exportului %1$s:"],"Breadcrumb for 404 pages:":["Firimituri pentru pagini 404:"],"Prefix for search result pages:":["Prefix pentru pagini rezultatul căutării:"],"Prefix for archive pages:":["Prefix pentru pagini arhivă:"],"Prefix for breadcrumbs:":["Prefix pentru firimituri:"],"Anchor text for the homepage:":["Text ancoră pentru prima pagină:"],"Breadcrumbs separator:":["Separator firimituri:"],"Remove blog page from breadcrumbs":["Înlătură pagină de blog din firimituri"],"%s Breadcrumbs":["Firimituri %s"],"Use Image":["Folosește imaginea"],"Action":["Acțiune"],"Page URL/Slug":["URL/descriptor pagină"],"Publication date":["Data publicării"],"Post Status":["Stare articol"],"WP Page Title":["Titlu pagină WP"],"View":["Vezi"],"View “%s”":["Vezi „%s”"],"Preview":["Previzualizează"],"Preview “%s”":["Previzualizează „%s”"],"Edit":["Editează"],"Filter":["Filtrează"],"New Yoast Meta Description":["Descriere meta Yoast nouă"],"Existing Yoast Meta Description":["Descriere meta Yoast existentă"],"Facebook profile URL":["URL profil Facebook"],"Twitter username (without @)":["Nume utilizator Twitter (fără @)"],"FAQ":["Întrebări frecvente"],"Premium Support":["Suport premium"],"Settings":["Setări"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Trebuie %1$ssă mergi la setările de Afișare%2$s și să debifezi caseta Vizibilitate în motoarele de căutare."],"Huge SEO Issue: You're blocking access to robots.":["Problemă SEO foarte mare: blochezi accesul roboților."],"Posts":["Articole"],"Edit Files":["Editează fișiere"],"Advanced Variables":["Variabile avansate"],"Basic Variables":["Variabile de bază"],"General":["Generale"],"Extensions":["Extensii"],"Search Console":["Consolă de căutare"],"Tools":["Unelte"],"Advanced":["Avansat"],"XML sitemaps":["Hărți sit XML"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s a detectat că utilizezi versiunea %2$s pentru %3$s, te rog actualizează la cea mai recentă versiune pentru a preveni problemele de compatibilitate."],"Just another WordPress site":["Doar un alt sit WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Ai încă un slogan implicit WordPress, chiar unul gol este probabil mai bun. %1$sPoți remedia acest lucru în personalizator%2$s."],"You have used HTML in your value which is not allowed.":["Ai folosit HTML în câmpul de valoare, lucru nepermis."],"You can't edit %s that aren't yours.":["Nu poți edita %s nu sunt ale tale."],"You can't edit %s.":["Nu poți edita %s. "],"Post has an invalid Content Type: %s.":["Articolul are un tip de conținut invalid: %s."],"Post doesn't exist.":["Articolul nu există."],"course\u0004Free:":["Gratuite:"],"posts\u0004Trash (%s)":["La gunoi (%s)","La gunoi (%s)","La gunoi (%s)"],"posts\u0004All (%s)":["Toate (%s)","Toate (%s)","Toate (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);","lang":"ro"},"%s does not seem to be a valid Facebook App ID. Please correct.":["%s nu pare a fi un ID de aplicație Facebook valid. Te rog corectează."],"The submitted value was: %s":["Valoarea trimisă a fost: %s"],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Codurile de confirmare Yandex pot conține numai litere, de la A la F, cifre, cratime și liniuțe-jos. %s"],"Twitter usernames can only contain letters, numbers, and underscores. %s":["Numele de utilizator Twitter pot conține numai litere, cifre și liniuțe-jos. %s"],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Codurile de confirmare Pinterest pot conține numai litere, de la A la F, cifre, cratime și liniuțe-jos. %s"],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":["Codurile de confirmare Bing pot conține numai litere, de la A la F, cifre, cratime și liniuțe-jos. %s"],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Codurile de verificare Google pot conține numai litere, cifre, cratime și liniuțe-jos. %s"],"The Facebook App ID you entered doesn't exist. %s":["ID-ul aplicației Facebook pe care l-ai introdus nu există. %s"],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":["Codurile de verificare Baidu pot conține numai litere, cifre, cratime și liniuțe-jos. %s"],"Show this item.":["Arată acest element."],"Hide this item.":["Ascunde acest element."],"You have %d hidden problem:":["Ai o problemă ascunsă:","Ai %d probleme ascunse:","Ai %d de probleme ascunse:"],"You have %d hidden notification:":["Ai o notificare ascunsă:","Ai %d notificări ascunse:","Ai %d de notificări ascunse:"],"Focus Keyphrase not set":["Fraza cheie nu este setată"],"The form contains %1$s error. %2$s":["Formularul conține o eroare. %2$s","Formularul conține %1$s erori. %2$s","Formularul conține %1$s de erori. %2$s"],"SEO settings configured":["Setări SEO configurate"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":["Dacă vrei să reverifici setările %1$s sau să modifici ceva, poți oricând să %2$sredeschizi asistentul de configurare%3$s."],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Următoarele cuvinte și combinații de cuvinte apar cel mai mult în conținut. Ele oferă o indicație despre pe ce se axează conținutul tău. Dacă cuvintele diferă foarte mult de subiectul tău, poate vrei să rescrii conținutul ca atare."],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["După ce adaugi mai mult text, îți vom oferi o listă de cuvinte care apar cel mai mult în conținut. Ele oferă o indicație despre pe ce se axează conținutul tău."],"%d occurrences":["%d apariții"],"Activate %s for your site on MyYoast":["Activează %s pentru situl tău pe MyYoast"],"Show blog page in breadcrumbs":["Arată paginile blogului în firimituri"],"We could not find any relevant articles on your website that you could link to from your post.":["Nu am putut găsi niciun articol relevant pe situl tău web pe care să-l poți lega la articolul tău."],"Has feedback":["Are impresii"],"Content optimization:":["Optimizare conținut:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLizibilitate%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Citește %1$sacest articol pentru mai multe informații despre motivul pentru care nu mai sprijinim versiunile mai vechi.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Dacă te-ai abținut să actualizezi la versiunea %2$s și apoi la o versiune ulterioară din cauza noului editor Gutenberg, te rog instalează modulul Editor clasic. Acesta îți va oferi aceeași experiență de editare cu care te-ai obișnuit, dar și securitatea versiunilor mai noi ale WordPress și %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sActualizează WordPress la ultima versiune%2$s%3$sAm observat că nu ai ultima versiune de WordPress, acest lucru ți-ar putea cauza o problemă în curând. Din motive de securitate, %4$s suportă numai versiunea actuală și cea anterioară a WordPress. Când va fi lansată următoarea versiune de WordPress, modulul nostru va suporta WordPress %6$s și %7$s. Aceasta înseamnă că nu vei primi nicio actualizare pentru %5$s până când nu actualizezi WordPress, deci asigură-te că ai actualizat la ultima versiune WordPress!%3$s%3$s"],"Post Noindexed":["Articolul nu a fost indexat"],"No Focus Keyphrase":["Nicio frază cheie"],"Person logo / avatar":["Logo/avatar persoană"],"Extend %s":["Extinde %s"],"Enroll in the %s for WordPress training":["Înscrie-te la instruirea %s pentru WordPress"],"Posts with the SEO score: %s":["Articole cu punctaj SEO %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["Tutorial video %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Pentru a vedea erorile curente de accesare cu crawlere, %1$ste rog vizitează Consola de căutare Google%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google a renunțat la API-ul pentru erorile de accesare cu crawlere. Prin urmare, orice posibile erori de accesare cu crawlere pe care le-ar putea avea situl tău nu mai sunt afișate aici. Pentru mai multe informații în acest sens, %1$scitește expunerea noastră%2$s."],"Remove this message":["Înlătură acest mesaj"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Îți optimizezi cu adevărat situl pentru un public local cu modulul nostru %s! Detalii despre adresă și programul de funcționare optimizate și opțiuni pentru localizarea magazinului și preluarea comenzilor!"],"Serving local customers?":["Ai clienți locali?"],"Get the %s plugin now":["Ia modul %s acum"],"Organization social profiles":["Profiluri sociale pentru organizație"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Poți edita detaliile afișate în metadate, cum ar fi profilurile sociale, numele și descrierea unui utilizator, pe pagina de profil %1$s."],"Personal info":["Informații personale"],"Organization logo":["Logo organizație"],"Organization name":["Nume organizație"],"Choose whether the site represents an organization or a person.":["Alege dacă situl reprezintă o organizație sau o persoană."],"Knowledge Graph & Schema.org":["Knowledge Graph și Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Pentru ca situl tău să reprezinte o companie sau o organizație, mergi la %1$sAspect în căutare%2$s și setează organizația sau persoana la „organizație”."],"To change the social accounts used for your site, update the details for %1$s.":["Pentru a schimba conturile sociale folosite pentru situl tău, actualizează detaliile pentru %1$s."],"That means that the form and information below is disabled, and not used.":["Asta înseamnă că formularul și informațiile de mai jos sunt dezactivate și nu sunt utilizate."],"Your website is currently configured to represent a Person":["În prezent, situl tău web este configurat să reprezinte o persoană"],"(if one exists)":["(dacă există)"],"Wikipedia page about you":["Pagina Wikipedia despre tine"],"YouTube profile URL":["URL profil YouTube"],"Tumblr profile URL":["URL profil Tumblr"],"SoundCloud profile URL":["URL profil SoundCloud"],"MySpace profile URL":["URL profil MySpace"],"Organization or person":["Organizație sau persoană"],"The person":["Persoana"],"Organization":["Organizație"],"Does your site represent a person or an organization?":["Situl tău reprezintă o persoană sau o organizație?"],"The name of the organization":["Numele organizației"],"Provide an image of the organization logo":["Furnizează o imagine pentru logoul organizației"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Ai setat anterior că situl tău reprezintă o persoană. Am îmbunătățit funcționalitatea noastră privind la Schema.org și Knowledge Graph, deci ar trebui să mergi să %1$scompletezi aceste setări%2$s."],"Select a user...":["Selectează un utilizator..."],"Uncategorized":["Fără categorie"],"Name:":["Nume:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Ai selectat utilizatorul %1$s drept persoana pe care acest sit o reprezintă. Informațiile despre profilul utilizatorului vor fi folosite acum în rezultatele de căutare. %2$sActualizează profilul utilizatorului pentru a te asigura că informațiile sunt corecte.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Eroare: te rog selectează un utilizator de mai jos pentru a completa metadatele sitului."],"SEO score: %s":["Punctaj SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Dacă ai o pagină pe Wikipedia, a ta sau a organizației tale, o adaugi și pe ea."],"Wikipedia URL":["URL Wikipedia"],"Pinterest profile URL":["URL profil Pinterest"],"Instagram profile URL":["URL profil Instagram"],"LinkedIn profile URL":["URL profil LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Investigarea cuvintelor cheie este esențială în orice strategie SEO. Tu decizi termenii de căutare care vrei să fie găsiți și înțelegi ce cuvinte folosește publicul tău pentru a te găsi. O investigare foarte bună a cuvintelor cheie îți spune care este conținutul de care ai nevoie pentru a începe să-ți clasezi termenii pe care vrei să-i evaluezi. Asigură-te că eforturile tale se îndreaptă spre cuvintele cheie pentru care ai de fapt o șansă de clasare! %1$s te conduce prin acest proces, pas cu pas."],"SEO for Beginners training":["SEO pentru instruire începători"],"%s for WordPress training":["%s pentru instruire WordPress"],"All-around SEO training":["Instruire SEO pentru toată lumea"],"The image you selected is too small for Facebook":["Imaginea selectată este prea mică pentru Facebook"],"The given image url cannot be loaded":["URL-ul dat pentru imagine nu poate fi încărcat"],"Find out what words your audience uses to find you":["Află ce cuvinte folosește publicul tău pentru a te găsi"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sCât de ușor este citit (Flesch Reading Ease)%2$s: textul a primit punctajul %3$s la efectuarea testului, este considerat %4$s de citit. %5$s"],"No JSON object was returned.":["Nu a fost returnat niciun obiect JSON."],"Received internal links":["Legături interne primite"],"Outgoing internal links":["Legături interne de ieșire"],"New step added":["A fost adăugat un pas nou"],"New question added":["A fost adăugată o întrebare nouă"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Pentru a putea crea o redirecționare și a corecta această problemă, ai nevoie de %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Poți cumpăra modulu, inclusiv un an de suport și actualizări, la %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Funcționalitatea Contor legături text oferă informații despre numărul de legături găsite în textele tale și câte legături fac referire la textele tale. Este foarte utilă când îți îmbunătățești %1$slegăturile interne%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Pentru ca această funcționalitate să funcționeze, %1$s are nevoie de cel puțin versiunea PHP %2$s. Pe situl tău am detectat versiunea PHP %3$s."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Te rog ia în considerare cu atenție implicațiile și %1$scitește acest articol%2$s dacă vrei mai multe informații despre impactul afișării elementelor media în rezultate de căutare."],"Keyphrase":["Frază cheie"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Pentru ca această funcționalitate să funcționeze, %1$s trebuie să creeze un tabel în baza ta de date. Nu am putut să creăm automat acest tabel."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Activând această opțiune, URL-urile de atașamente devin vizibile atât pentru vizitatori cât și pentru Google. Pentru a-i da mai multă valoare sitului tău web, ele ar trebui să conțină informații utile sau, în caz contrar, ar putea avea un impact negativ asupra clasării sitului în Google."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Funcționalitatea %3$sContor legături text%4$s (introdusă în %1$s %2$s) este acum dezactivată."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Te rog citește următorul %1$sarticol despre baza de cunoștințe%2$s pentru a găsi cum să rezolvi această problemă."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Pentru a ne asigura că sunt numărate toate legăturile din textele tale, trebuie să analizăm toate textele."],"All you have to do is press the following button and we'll go through all your texts for you.":["Trebuie doar să apeși butonul următor și îți vom parcurge toate textele."],"Count links":["Numără legăturile"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAtribute alt imagini%5$s: din %2$d imagini existente în această pagină, %1$d au atribute alt care cu cuvinte din fraza cheie sau sinonimele ei. E un pic cam mult. %4$sInclude numai fraza cheie sau sinonimele ei când chiar se potrivesc cu imaginea%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtribute alt imagini%2$s: Foarte bine!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAtribute alt imagini%5$s: din %2$d imagini existente în această pagină, numai una are un atribut alt care reflectă subiectul textului. %4$sAdaugă fraza cheie sau sinonimele ei la tagurile alt pentru mai multe imagini relevante%5$s!","%3$sAtribute alt imagini%5$s: din %2$d imagini existente în această pagină, numai %1$d au atribute alt care reflectă subiectul textului. %4$sAdaugă fraza cheie sau sinonimele ei la tagurile alt pentru mai multe imagini relevante%5$s!","%3$sAtribute alt imagini%5$s: din %2$d imagini existente în această pagină, numai %1$d au atribute alt care reflectă subiectul textului. %4$sAdaugă fraza cheie sau sinonimele ei la tagurile alt pentru mai multe imagini relevante%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAtribute alt imagini%3$s: imaginile din această pagină nu au atribute alt care să reflecte subiectul textului. %2$sAdaugă fraza cheie sau sinonimele ei la tagurile alt ale imaginilor relevante%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAtribute alt imagini%3$s: imaginile din această pagină au atribute alt, dar nu ai setat o frază cheie. %2$sCorectează asta%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sFrază cheie în subtitluri%2$s: unul dintre subtitlurile tale reflectă subiectul textului. Foarte bine!","%1$sFrază cheie în subtitluri%2$s: %3$s dintre subtitlurile tale reflectă subiectul textului. Foarte bine!","%1$sFrază cheie în subtitluri%2$s: %3$s dintre subtitlurile tale reflectă subiectul textului. Foarte bine!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sFrază cheie în subtitluri%2$s: subtitlul tău reflectă subiectul textului. Foarte bine!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sFrază cheie în subtitluri%3$s: %2$sfolosește mai multe fraze cheie sau sinonimele ei în subtitluri%3$s!"],"Page %s":["Pagina %s"],"Cannot get the size of %1$s because of unknown reasons.":["Nu pot prelua dimensiunea %1$s din cauza unor motive necunoscute."],"Cannot get the size of %1$s because it is hosted externally.":["Nu pot prelua dimensiunea %1$s deoarece este găzduit extern."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Comută comutatorul pe „pornit” și vei putea folosi analiza recalibrată. În același timp, te vom adăuga în lista noastră specială de corespondență. Îți vom trimite emailuri referitoare numai la experiențele tale cu această recalibrare!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Am %1$srecalibrat analiza noastră%2$s. Cu noua analiză, ne vom apropia și mai mult de felul în care Google vede situl tău web. Ar fi %3$sextraordinar%4$s dacă vrei să %3$stestezi această funcționalitate în beta%4$s pentru noi!"],"Get an even better analysis":["Ai o analiză mult mai bună"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sNumai un titlu%3$s: H1 ar trebui să fie folosit numai pentru titlul principal. Găsește toate subtitlurile H1 din text care nu sunt folosite ca titlu principal și %2$smodifică-le în subtitluri inferioare (H2, H3...)%3$s!"],"Improve sharing on Facebook and Pinterest":["Îmbunătățește partajarea pe Facebook și Pinterest"],"You do not have the required rights to export settings.":["Nu ai drepturile necesare pentru a exporta setări."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Copiază toate aceste setări în fila %1$s a unui alt sit și dă clic acolo pe „%1$s”."],"These are settings for the %1$s plugin by %2$s":["Acestea sunt setările pentru modulul %1$s de %2$s"],"No settings found.":["Nicio setare găsită."],"Export your %1$s settings here, to copy them on another site.":["Exportă-ți aici setările %1$s pentru a le copia pe un alt sit."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Importul setărilor este suportat numai pe servere care rulează PHP 5.3 sau o versiune ulterioară."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importă setările prin plasarea aici a setărilor pe care le-ai copiat de pe un alt sit și dând clic pe „%s”."],"Paste your settings from another %s installation.":["Plasează-ți setările de la o altă instalare %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensitate frază cheie%2$s: fraza cheie nu a fost găsită. Este sub minimul recomandat de %3$d ori pentru un text de această lungime. %4$sFolosește-o mai des%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită o singură dată. Este sub minimul recomandat de %3$d ori pentru un text de această lungime. %4$sFolosește-o mai des%2$s!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %5$d ori. Este sub minimul recomandat de %3$d ori pentru un text de această lungime. %4$sFolosește-o mai des%2$s!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %5$d de ori. Este sub minimul recomandat de %3$d de ori pentru un text de această lungime. %4$sFolosește-o mai des%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită o singură dată. Foarte bine!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %3$d ori. Foarte bine!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %3$d de ori. Foarte bine!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită o singură dată. Este peste maximul recomandat de %3$d ori pentru un text de această lungime. %4$sO folosești de prea multe ori%2$s!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %5$d ori. Este peste maximul recomandat de %3$d ori pentru un text de această lungime. %4$sO folosești de prea multe ori%2$s!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %5$d de ori. Este peste maximul recomandat de %3$d de ori pentru un text de această lungime. %4$sO folosești de prea multe ori%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită o singură dată. Este cu mult peste maximul recomandat de %3$d ori pentru un text de această lungime. %4$sO folosești de prea multe ori%2$s!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %5$d ori. Este cu mult peste maximul recomandat de %3$d ori pentru un text de această lungime. %4$sO folosești de prea multe ori%2$s!","%1$sDensitate frază cheie%2$s: fraza cheie a fost găsită de %5$d de ori. Este cu mult peste maximul recomandat de %3$d de ori pentru un text de această lungime. %4$sO folosești de prea multe ori%2$s!"],"Indexable created for object %1$s with type %2$s":["S-au creat valori care pot fi indexate pentru obiectul %1$s cu tipul %2$s"],"Method %1$s() does not exist in class %2$s":["Metoda %1$s() nu există în clasa %2$s"],"With %s, you can easily create such redirects.":["Cu %s, poți crea cu ușurință astfel de redirecționări."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Modificarea setărilor legăturilor permanente poate afecta serios vizibilitatea motoarelor de căutare. Nu ar trebui să le modifici %1$s niciodată %2$s pe un sit web live."],"WARNING:":["AVERTIZARE:"],"Learn about why permalinks are important for SEO.":["Află de ce legăturile permanente sunt importante pentru SEO."],"Google Ads":["Anunțuri Google"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sDeterminanți în fraza cheie%3$s: fraza ta cheie „%4$s” conține numai determinanți. %2$sAflă mai multe despre cum se alcătuiește o frază cheie bună.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Știai că %s analizează și alte forme ale cuvintelor frazei cheie, cum ar fi pluralul și participiul trecut?"],"Clear Image":["Șterge imaginea"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLungime frază cheie%3$s: %2$sintrodu o frază cheie pentru a calcula punctajul SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sFrază cheie în descriptor%2$s: mai mult de jumătate din fraza ta cheie apare în descriptor. Foarte bine!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sFrază cheie în descriptor%3$s: fraza ta cheie (sau o parte din ea) nu apare în descriptor. %2$sCorectează asta%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sFrază cheie în descriptor%2$s: foarte bine!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrază cheie în titlu%3$s: în titlul SEO nu apar toate cuvintele din fraza ta cheie „%4$s”. %2$sÎncearcă să folosești în titlul SEO chiar fraza cheie%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sFrază cheie în titlu%3$s: titlul nu conține fraza cheie. %2$sÎncearcă să scrii în titlul SEO chiar fraza cheie%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sFrază cheie în titlu%3$s: fraza cheie apare în titlul SEO, dar nu este la începutul lui. %2$sÎncearcă să o muți la începutul titlului%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sFrază cheie în titlu%2$s: fraza cheie apare la începutul titlului SEO. Foarte bine!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribuție frază cheie%2$s: foarte bine!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribuție frază cheie%3$s: inegală. Unele părți ale textului nu conțin fraza cheie sau sinonimele ei. %2$sDistribuie fraza cheie uniform%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribuție frază cheie%3$s: inegală. Părți mari de text nu conțin fraza cheie sau sinonimele ei. %2$sDistribuie fraza cheie uniform%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sDistribuție frază cheie%3$s: %2$sinclude fraza cheie sau sinonimele ei în text ca să putem verifica distribuția ei (lor)%3$s."],"Help on choosing the perfect focus keyphrase":["Ajutor pentru alegerea frazei cheie perfecte"],"Would you like to add a related keyphrase?":["Vrei să adaugi o frază cheie similară?"],"Go %s!":["Fă %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Dacă nu arăți arhivele de date în rezultatele de căutare, din punct de vedere tehnic înseamnă că ele vor avea metadatele pentru roboți setate la %1$s. %2$sMai multe informații despre setările rezultatelor de căutare%3$s."],"Rank better with synonyms & related keyphrases":["Te clasezi mai sus cu fraze cheie sinonime și similare"],"optimize a single post for synonyms and related keyphrases.":["optimizează un singur articol cu fraze cheie sinonime și similare."],"Synonyms & related keyphrases":["Fraze cheie sinonime și similare"],"Add related keyphrase":["Adaugă fraze cheie similare"],"Dismiss %s upgrade notice":["Respinge notificarea de actualizare la %s"],"Upgrade to %s":["Actualizează la %s"],"%1$s video":["Video %1$s"],"Get %s":["Ia %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sFrază cheie folosită anterior%6$s: ai folosit această frază cheie de %1$s%2$d ori mai înainte%3$s. %5$sFolosește o frază cheie numai o singură dată%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sFrază cheie folosită anterior%5$s: ai folosit această frază cheie %1$saltădată, mai înainte%2$s. %4$sFolosește o frază cheie numai o singură dată%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sFrază cheie folosită anterior%2$s: nu ai mai folosit această frază cheie, foarte bine."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sCuvinte stop în descriptor%3$s: descriptorul acestei pagini conține un cuvânt stop. %2$sÎnlătură-l%3$s!","%1$sCuvinte stop în descriptor%3$s: descriptorul acestei pagini conține cuvinte stop. %2$sÎnlătură-le%3$s!","%1$sCuvinte stop în descriptor%3$s: descriptorul acestei pagini conține cuvinte stop. %2$sÎnlătură-le%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sDescriptor prea lung%3$s: descriptorul acestei pagini este un pic prea lung. %2$sScurtează-l%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAtribute alt imagini%3$s: nu apare nicio imagine în această pagină. %2$sAdaugă cel puțin una%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sLegătură frază cheie%3$s: ești legat la o altă pagină cu cuvintele frazei cheie pe care vrei să o folosești pentru această pagină. %2$sNu face asta%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Este cu mult sub minimul recomandat de %5$d cuvânt. %3$sAdaugă mai mult conținut%4$s.","Este cu mult sub minimul recomandat de %5$d cuvinte. %3$sAdaugă mai mult conținut%4$s.","Este cu mult sub minimul recomandat de %5$d de cuvinte. %3$sAdaugă mai mult conținut%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Este sub minimul recomandat de %5$d cuvânt. %3$sAdaugă mai mult conținut%4$s.","Este sub minimul recomandat de %5$d cuvinte. %3$sAdaugă mai mult conținut%4$s.","Este sub minimul recomandat de %5$d de cuvinte. %3$sAdaugă mai mult conținut%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sLungime text%4$s: textul conține un cuvânt.","%2$sLungime text%4$s: textul conține %1$d cuvinte.","%2$sLungime text%4$s: textul conține %1$d de cuvinte."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sLungime text%3$s: textul conține un cuvânt. Foarte bine!","%2$sLungime text%3$s: textul conține %1$d cuvinte. Foarte bine!","%2$sLungime text%3$s: textul conține %1$d de cuvinte. Foarte bine!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sFrază cheie în subtitluri%3$s: mai mult de 75%% dintre subtitlurile tale reflectă subiectul textului. E prea mult. %2$sNu optimiza în exces%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sLungime titlu SEO%3$s: %2$ste rog crează un titlu SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sLungime titlu SEO%3$s: titlul SEO mai mare decât limita vizibilă. %2$sÎncearcă să-l scurtezi%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sLungime titlu SEO%2$s: foarte bine!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sLungime titlu SEO%3$s: titlul SEO este prea scurt. %2$sFolosește întreg spațiul pentru a adăuga variante de cuvinte cheie sau pentru a crea un apel la acțiune convingător%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sLegături externe%2$s: în această pagină sunt legături externe nofollow și normale. Foarte bine!"],"%1$sOutbound links%2$s: Good job!":["%1$sLegături externe%2$s: foarte bine!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sLegături externe%3$s: în această pagină toate legăturile externe sunt nofollow. %2$sAdaugă și legături normale%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sLegături externe%3$s: în această pagină nu apare nicio legătură externă. %2$sAdaugă câteva%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sLungime descriere meta%2$s: foarte bună!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sLungime descriere meta%3$s: descrierea meta are mai mult de %4$d de caractere. Pentru a te asigura că va fi vizibilă în întregime, %2$sar trebui să-i reduci lungimea%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sLungime descriere meta%3$s: descrierea meta este prea scurtă (are mai puțin de %4$d de caractere). Sunt disponibile până la %5$d de caractere. %2$sFolosește acest spațiu%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sLungime descriere meta%3$s: nu a fost specificată nicio descriere meta. În locul ei, motoarele de căutare vor afișa un text din pagină. %2$sAsigură-te că scrii una%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sFrază cheie în descrierea meta%2$s: descrierea meta a fost specificată, dar nu conține fraza cheie. %3$sCorectează asta%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sFrază cheie în descrierea meta%2$s: descrierea meta conține de %3$s ori fraza cheie, este peste maximul recomandat, de 2 ori. %4$sÎncadrează-te%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sFrază cheie în descrierea meta%2$s: descrierea meta conține fraza cheie sau sinonimele ei. Foarte bine!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLungime frază cheie%5$s: fraza cheie are %1$d cuvinte. Este cu mult mai mare decât maximul recomandat de %2$d cuvinte. %4$sScurtează fraza%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sLungime frază cheie%5$s: fraza cheie are %1$d cuvinte. Este mai mare decât maximul recomandat de %2$d cuvinte. %4$sScurtează fraza%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sLungime frază cheie%2$s: foarte bine!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLungime frază cheie%3$s: nu ai stabilit nicio frază cheie pentru această pagină. %2$sIntrodu o frază cheie pentru a calcula punctajul SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sFrază cheie în introducere%3$s: fraza cheie sau sinonimele ei nu apar în primul paragraf. %2$sAsigură-te că apar în introducere%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sFrază cheie în introducere%3$s: fraza cheie sau sinonimele ei apar în primul paragraf al textului, dar cuvintele nu sunt în aceeași propoziție. %2$sCorectează asta%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sFrază cheie în introducere%2$s: foarte bine!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sLegături interne%2$s: în această pagină sunt legături interne nofollow și normale. Foarte bine!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sLegături interne%2$s: ai suficiente legături interne. Foarte bine!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sLegături interne%3$s: în această pagină legăturile interne sunt nofollow. %2$sAdaugă și legături interne normale%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sLegături interne%3$s: în această pagină nu apare nicio legătură internă, %2$sasigură-te că adaugi câteva%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sCuvinte de legătură%2$s: foarte bine!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sCuvinte de legătură%2$s: numai %3$s dintre propoziții conțin cuvinte de legătură, nu este suficient. %4$sFolosește mai multe%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sCuvinte de legătură%2$s: niciuna dintre propoziții nu conține cuvinte de legătură. %3$sFolosește câteva%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sConținut insuficient%2$s: %3$ste rog adaugă mai mult conținut pentru a permite o analiză completă%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sDistribuție subtitluri%2$s: nu folosești niciun subtitlu, dar textul este destul de scurt și probabil subtitlurile nu sunt necesare."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sDistribuție subtitluri%2$s: nu folosești niciun subtitlu, cu toate că textul este destul de lung. %3$sÎncearcă să adaugi câteva subtitluri%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sDistribuție subtitluri%2$s: o secțiune a textului are mai mult de %4$d de cuvinte și nu este separată de niciun subtitlu. %5$sAdaugă subtitluri pentru a îmbunătăți lizibilitatea%2$s.","%1$sDistribuție subtitluri%2$s: %3$d secțiuni ale textului au mai mult de %4$d de cuvinte și nu sunt separate de niciun subtitlu. %5$sAdaugă subtitluri pentru a îmbunătăți lizibilitatea%2$s.","%1$sDistribuție subtitluri%2$s: %3$d de secțiuni ale textului au mai mult de %4$d de cuvinte și nu sunt separate de niciun subtitlu. %5$sAdaugă subtitluri pentru a îmbunătăți lizibilitatea%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sDistribuție subtitluri%2$s: foarte bine!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sLungime propoziție%2$s: %3$s dintre propoziții conțin mai mult de %4$s cuvinte, este mai mult decât maximul recomandat de %5$s. %6$sÎncearcă să le scurtezi%2$s."],"%1$sSentence length%2$s: Great!":["%1$sLungime propoziție%2$s: bună!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sPropoziții consecutive%2$s: propozițiile sunt destul de diversificate. Foarte bine!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sPropoziții consecutive%2$s: textul conține %3$d propoziții consecutive care încep cu același cuvânt. %5$sÎncearcă să combini cuvintele%2$s!","%1$sPropoziții consecutive%2$s: textul conține %4$d situații în care %3$d sau mai multe propoziții consecutive încep cu același cuvânt. %5$sÎncearcă să combini cuvintele%2$s!","%1$sPropoziții consecutive%2$s: textul conține %4$d de situații în care %3$d sau mai multe propoziții consecutive încep cu același cuvânt. %5$sÎncearcă să combini cuvintele%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sDiateză pasivă%2$s: %3$s dintre propoziții folosesc diateza pasivă, este mai mare decât maximul recomandat de %4$s. %5$sÎncearcă să folosești în schimb diateza activă%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sDiateză pasivă%2$s: folosești suficient diateza activă. Foarte bine!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sLungime paragraf%2$s: un paragraf este mai mare decât maximul recomandat de %4$d de cuvinte. %5$sScurtează paragraful%2$s!","%1$sLungime paragraf%2$s: %3$d paragrafe sunt mai mari decât maximul recomandat de %4$d de cuvinte. %5$sScurtează paragrafele%2$s!","%1$sLungime paragraf%2$s: %3$d de paragrafe sunt mai mari decât maximul recomandat de %4$d de cuvinte. %5$sScurtează paragrafele%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLungime paragraf%2$s: niciun paragraf nu este prea lung. Foarte bine!"],"Good job!":["Foarte bine!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sCât de ușor este citit (Flesch Reading Ease)%2$s: textul a primit punctajul %3$s la efectuarea testului, este considerat %4$s de citit. %5$s%6$s%7$s"],"Focus keyphrase":["Frază cheie"],"%1$s with ID %2$s couldn't be patched":["%1$s cu ID-ul %2$s nu a putut fi corectat"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Cerere POST invalidă. Valorile meta există deja pentru obiectul cu ID-ul %1$s."],"Indexable with ID `%1$s` does not exist":["Nu există indexări cu ID-ul „%1$s”"],"No object with ID %1$s and %2$s could be found":["Nu a putut fi găsit niciun obiect cu ID-ul %1$s și de tipul %2$s"],"`%1$s` is not a valid subtype of `%2$s`":["„%1$s” nu este un subtip valid pentru „%2$s”"],"The object type `%1$s` is invalid":["Tipul de obiect „%1$s” este invalid"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["A fost trecut un tip de parametru invalid „%1$s”. Era așteptat „%2$s”, dar s-a primit „%3$s”"],"The parameter `%1$s` cannot be empty.":["Parametrul „%1$s” nu poate fi gol."],"Check Keyphrase Density":["Verifică densitatea frazei cheie"],"Disable":["Dezactivează"],"Allow Control":["Permite controlul"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Această filă îți permite să dezactivezi selectiv funcționalitățile %s pentru toate siturile din rețea. Toate funcționalitățile sunt implicit activate, astfel li se permite administratorilor de situri să aleagă ei înșiși dacă doresc să o mențină activată sau să dezactiveze o funcționalitate pentru siturile lor. Dacă dezactivezi o funcționalitate aici, administratorii de situri nu vor putea să folosească deloc acea funcționalitate."],"%s is a required feature toggle argument.":["%s este un argument pentru comutarea funcționalităților necesare."],"Keyphrase:":["Frază cheie:"],"Remove keyphrase":["Înlătură fraza cheie"],"This feature has been disabled by the network admin.":["Această funcționalitate a fost dezactivată de administratorul rețelei."],"Focus keyphrase not set.":["Fraza cheie nu este setată."],"Multiple keyphrases":["Mai multe fraze cheie"],"Colon":["Două puncte"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Atât %1$s cât și %2$s îți administrează SEO pe sit. Rularea a două module pentru SEO în același timp este dăunătoare."],"There is a new notification.":["Există o notificare nouă.","Există notificări noi.","Există notificări noi."],"Learn more about the readability analysis":["Află mai multe despre analiza lizibilității"],"Describe the duration of the instruction:":["Descrie durata instruirii:"],"Optional. Customize how you want to describe the duration of the instruction":["Opțional. Personalizează cum vrei să descrii durata instruirii"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Aceasta este o listă a conținuturilor similare pe care ai putea să le legi în articolul tău. {{a}}Citește articolul nostru despre structura sitului{{/a}} pentru a afla mai multe despre cum legăturile interne pot ajuta la îmbunătățirea SEO."],"%s, %s and %s":["%s, %s și %s"],"%s and %s":["%s și %s"],"%d minute":["1 minut","%d minute","%d de minute"],"%d hour":["O oră","%d ore","%d de ore"],"%d day":["O zi","%d zile","%d de zile"],"Enter a step title":["Introdu un titlu pentru pas"],"Optional. This can give you better control over the styling of the steps.":["Opțional. Acest lucru îți poate oferi un control mai bun asupra stilului pașilor."],"CSS class(es) to apply to the steps":["Clasă (clase) CSS de aplicat la pași"],"minutes":["minute"],"hours":["ore"],"days":["zile"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Creează un ghid de sfaturi practice într-o manieră prietenoasă pentru SEO. Poți folosi numai un singur bloc Sfaturi practice pentru fiecare articol."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Afișează-ți întrebările frecvente într-o manieră prietenoasă pentru SEO. Poți folosi numai un singur bloc Întrebările frecvente pentru fiecare articol."],"Copy error":["Eroare text"],"An error occurred loading the %s primary taxonomy picker.":["A apărut o eroare la încărcarea selectorului taxonomiei principale %s."],"%1$s Structured Data Blocks":["Blocuri de date structurate %1$s"],"Time needed:":["Timp necesar:"],"Move question down":["Mută întrebarea în jos"],"Move question up":["Mută întrebarea în sus"],"Insert question":["Inserează întrebarea"],"Delete question":["Șterge întrebarea"],"Enter the answer to the question":["Introdu răspunsul la întrebare"],"Enter a question":["Introdu o întrebare"],"Add question":["Adaugă o întrebare"],"Frequently Asked Questions":["Întrebări frecvente"],"Great news: you can, with %s!":["Vești bune: poți, cu %s!"],"Select the primary %s":["Selectează %s principal"],"Check links to this URL":["Verifică legăturile la acest URL"],"Keyword research training":["Instruire în investigarea cuvintelor cheie"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Te rog inspectează %1$sșablonul arhivă%2$s pentru următorul tip de conținut: %3$s","Te rog inspectează %1$sșabloanele arhivă%2$s pentru următoarele tipuri de conținut: %3$s","Te rog inspectează %1$sșabloanele arhivă%2$s pentru următoarele tipuri de conținut: %3$s"],"Are you trying to use multiple keyphrases? You should add them separately below.":["Încerci să folosești mai multe fraze cheie? Ar trebui să le adaugi separat, mai jos."],"Mark as cornerstone content":["Fă-l conținut fundamental"],"Move step down":["Mută pasul în jos"],"Move step up":["Mută pasul în sus"],"Insert step":["Inserează pas"],"Delete step":["Șterge pasul"],"Add image":["Adaugă imagine"],"Enter a step description":["Introdu o descriere pentru pas"],"Enter a description":["Introdu o descriere"],"Unordered list":["Listă neordonată"],"Showing step items as an ordered list.":["Afișez elementele pasului ca listă ordonată."],"Showing step items as an unordered list":["Afișez elementele pasului ca listă neordonată."],"Add step":["Adaugă pas"],"Delete total time":["Șterge timpul total"],"Add total time":["Adaugă timp total"],"How to":["Sfaturi practice"],"How-to":["Sfaturi practice"],"Snippet Preview":["Previzualizare fragment"],"Analysis results":["Rezultate analiză"],"Enter a focus keyphrase to calculate the SEO score":["Introdu o frază cheie pentru a calcula punctajul SEO"],"Learn more about Cornerstone Content.":["Află mai multe despre conținutul fundamental."],"Cornerstone content should be the most important and extensive articles on your site.":["Conținutul fundamental ar trebui să fie cele mai importante și mai ample articole de pe situl tău."],"Restore Site":["Restaurează situl"],"Network Settings":["Setări rețea"],"You are not allowed to perform this action.":["Nu ai voie să execuți această acțiune."],"Error: %s":["Eroare: %s"],"Success: %s":["Succes: %s"],"Site with ID %d not found.":["Situl cu ID-ul %d negăsit."],"No site has been selected to restore.":["Nu a fost selectat niciun sit pentru restaurare."],"You are not allowed to modify unregistered network settings.":["Nu ai voie să modifici setările rețelei neînregistrate."],"deleted":["șters"],"Would you like to add another keyphrase?":["Vrei să adaugi o altă frază cheie?"],"image preview":["previzualizare imagine"],"Copied!":["Copiată!"],"Not supported!":["Nesuportată!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Citește {{a}}articolul nostru despre structura sitului{{/a}} pentru a afla mai multe despre cum te pot ajuta legăturile interne să-ți îmbunătățească SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["După ce adaugi mai mult text, îți vom oferi aici o listă cu conținut similar la care ai putea să te legi în articolul tău."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Ia în considerare legarea la aceste {{a}}articole fundamentale:{{/a}}"],"Consider linking to these articles:":["Ia în considerare legarea la aceste articole:"],"Copy link":["Copiază legătura"],"Copy link to suggested article: %s":["Copiază legătura la articolul sugerat: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Citește %1$sultimul nostru ghid pentru investigarea cuvintelor cheie%2$s pentru a afla mai multe despre strategia de investigare și strategia cuvintelor cheie."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["După ce adaugi mai mult text, îți vom oferi o listă de cuvinte și combinații de cuvinte care apar cel mai mult în conținut. Ele oferă o indicație despre pe ce se axează conținutul tău."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Următoarele cuvinte apar cel mai mult în conținut. Ele oferă o indicație despre pe ce se axează conținutul tău. Dacă cuvintele diferă foarte mult de subiectul tău, poate vrei să rescrii conținutul ca atare."],"Prominent words":["Cuvinte marcante"],"The site's tagline":["Sloganul sitului"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Recent am îmbunătățit funcționalitatea setărilor în Aspect în căutare. Din nefericire, am descoperit că, în unele cazuri, salvarea setărilor pentru anumite arhive tip de articol poate merge prost."],"Not all required fields are given. Missing field %1$s":["Nu sunt date toate câmpurile obligatorii. Lipsește câmpul %1$s"],"Optimize your site for Google News.":["Optimizează-ți situl pentru Google News."],"Optimize your shop's SEO and sell more products!":["Optimizează SEO pentru magazinul tău și vinzi mai multe produse!"],"Be found in Google Video search and enhance your video sharing on social media.":["Fii prezent în căutarea Google Video și îmbunătățești partajarea videourilor pe media socială."],"Be found in Google Maps and local results.":["Fii prezent în Google Maps și rezultatele locale."],"Learn practical SEO skills to rank higher in Google.":["Învață abilitățile practice SEO pentru a te clasa mai sus în ierarhia Google."],"Don’t waste time figuring out the best settings yourself.":["Nu-ți pierde timpul ca să găsești singur cele mai bune setări."],"Get quick wins to make your site rank higher in search engines.":["Obții victorii rapide pentru a-ți face situl să fie clasat mai sus în motoarele de căutare."],"Add synonyms":["Adaugă sinonime"],"Would you like to add keyphrase synonyms?":["Vrei să adaugi sinonime ale frazei cheie?"],"Would you like to add more than one keyphrase?":["Vrei să adaugi mai mult decât o singură frază cheie?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Poți edita metadatele SEO pentru acest tip personalizat în %1$spagina magazinului%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Nu ai setat o Pagină magazin în setările tale WooCommerce. Te rog să faci asta mai întâi."],"Current year":["Anul curent"],"Page":["Pagină"],"Breadcrumb settings for %s archive":["Setări firimituri pentru arhiva %s"],"Something went wrong. Please reload the page.":["Ceva nu a mers bine. Te rog reîncarcă pagina."],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Modifică-ți descrierea meta editând-o chiar aici"],"description (custom taxonomy)":["descriere (taxonomie personalizată)"],"(custom taxonomy)":["(taxonomie personalizată)"],"(custom field)":["(câmp personalizat)"],"Term404":["Termen 404"],"Caption":["Text asociat"],"Pagenumber":["Număr pagină"],"Pagetotal":["Total pagină"],"Page number":["Număr pagină"],"User description":["Descriere utilizator"],"ID":["ID"],"Modified":["Modificată"],"Post type (plural)":["Tip de articol (plural)"],"Post type (singular)":["Tip de articol (singular)"],"Separator":["Separator"],"Search phrase":["Frază de căutare"],"Term title":["Titlu termen"],"Term description":["Descriere termen"],"Tag description":["Descriere etichetă"],"Category description":["Descriere categorie"],"Primary category":["Categorie principală"],"Category":["Categorie"],"Tag":["Etichetă"],"Excerpt only":["Numai rezumat"],"Excerpt":["Rezumat"],"Site title":["Titlu sit"],"Archive title":["Titlu arhivă"],"Parent title":["Titlu părinte"],"Date":["Dată"],"Label":["Etichetă"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Ar trebui să creezi o redirecționare pentru a te asigura că vizitatorii tăi nu primesc o eroare 404 când dau clic pe URL-ul care nu mai funcționează."],"Search engines and other websites can still send traffic to your deleted post.":["Motoarele de căutare și alte situri web pot trimite în continuare trafic la articolul tău șters."],"Make sure you don't miss out on traffic!":["Asigură-te că nu pierzi trafic!"],"You just deleted a %1$s.":["Tocmai ai șters o %1$s."],"You just trashed a %1$s.":["Tocmai ai aruncat la gunoi o %1$s."],"Settings for %s archive":["Setări pentru arhiva %s"],"Settings for single %s URLs":["Setări pentru URL-uri %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Setările din această pagină îți permit să specifici aspectul în căutare implicit pentru toate tipurile de conținut pe care le ai. Poți alege care tipuri de conținut apar în rezultatele de căutare și care ar trebui să fie descrierea lor implicită."],"Url preview":["Previzualizare URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Te rog furnizează o descriere meta prin editarea fragmentului de mai jos. Dacă nu o oferi, Google va încerca să găsească o parte relevantă din articolul tău pe care s-o arate în rezultatele de căutare."],"Insert snippet variable":["Inserează variabilă fragment"],"Dismiss this notice":["Respinge această notificare"],"No results":["Niciun rezultat"],"%d result found, use up and down arrow keys to navigate":["Un rezultat găsit, folosește tastele săgeată sus și jos pentru a naviga","%d rezultate găsite, folosește tastele săgeată sus și jos pentru a naviga","%d de rezultate găsite, folosește tastele săgeată sus și jos pentru a naviga"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Limba sitului tău este setată la limba %s. Dacă nu este cea corectă, contactează administratorul sitului."],"Number of results found: %d":["Număr de rezultate găsite: %d"],"Note that not all variables can be used in every field.":["Reține că nu toate variabilele pot fi folosite în fiecare câmp."],"Snippet variables":["Variabile fragment"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s îți respectă confidențialitatea. Citește în %2$spolitica noastră de confidențialitate%3$s despre cum îți gestionăm informațiile personale."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Dacă știi ce înseamnă asta și nu mai vrei să vezi acest mesaj, poți %1$sascunde acest mesaj%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Setările sitului tău permit în prezent să existe URL-uri de atașamente pe sit. Te rog citește %1$sacest articol despre o problemă potențială%2$s cu URL-urile de atașamente și verifică dacă ai setarea corectă pentru situl tău."],"Unknown type %1$s":["Tip de %1$s necunoscut"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Include un cont MyYoast gratuit care îți oferă acces la cursul nostru SEO gratuit pentru începători!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Înscrie-te pentru buletinul nostru informativ dacă vrei să fii la zi cu %1$s, cu alte module create de %2$s și cu știri interesante și sfaturi din lumea SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Obții codul tău de verificare Baidu în %1$sInstrumente pentru webmasteri Baidu%2$s."],"Baidu verification code":["Cod de verificare Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Funcționalitatea importatorului %s folosește tabele temporare ale bazei de date. Se pare că instalarea ta WordPress nu are capabilitatea de a face acest lucru, te rog consultă furnizorul tău de găzduire."],"Cleanup of %s data failed.":["Ștergerea datelor %s a eșuat."],"Content Type":["Tip de conținut"],"Filter by content type":["Filtrează după tip de conținut"],"Show All Content Types":["Arată toate tipurile de conținut"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Pentru a corecta asta debifează căsuța „Împarte comentariile în pagini cu...” în %1$spagina setări Discuții%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Înlocuiește titlul normal pentru o arhivă generată de WordPress"],"Clean":["Șterge"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["După ce ești sigur că situl tău este OK, poți face curățenie. Se vor înlătura toate datele originale."],"Step 5: Clean up":["Pasul 5: fă curețenie"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Ar trebui să rulezi asistentul de configurare din pagina SEO → Generale → Panou de control pentru a te asigura că toate setările SEO sunt corecte."],"Step 4: Run the configuration wizard":["Pasul 4: rulează asistentul de configurare"],"Please check your posts and pages and see if the metadata was successfully imported.":["Te rog verifică-ți articolele și paginile și vezi dacă metadatele au fost importate cu succes."],"Step 3: Check your data":["Pasul 3: verifică-ți datele"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Vom importa metadatele articolelor, cum ar fi titluri și descrieri SEO, în metadatele tale %1$s. Importul se va face numai când nu există deja metadate %1$s. Metadatele originale vor rămâne la locul lor."],"Step 2: Import":["Pasul 2: importă"],"Please make a backup of your database before starting this process.":["Te rog fă o copie de siguranță a bazei tale de date înainte de a începe acest proces."],"Step 1: Create a backup":["Pasul 1: creează o copie de siguranță"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Am detectat date de la unul sau mai multe module SEO pe situl tău. Te rog urmează pașii de mai jos pentru a importa aceste date:"],"Plugin: ":["Modul: "],"%s did not detect any plugin data from plugins it can import from.":["%s nu a detectat date ale unui modul în modulele din care poți importa date."],"Posts that should not show up in search results":["Articole care nu ar trebui să apară în rezultatele de căutare"],"%s data found.":["Am găsit date în %s"],"%s data successfully removed.":["Datele %s s-au înlăturat cu succes."],"%s data successfully imported.":["Datele %s s-au importat cu succes."],"%s data not found.":["N-am găsit date în %s"],"Improve your SEO skills":["Îți îmbunătățești deprinderile SEO"],"24/7 email support":["Suport prin email non-stop (24/7)"],"No more dead links a.k.a. 404 pages":["Nu mai ai legături moarte, de exemplu pagini 404"],"Get real-time suggestions for internal links":["Primești sugestii în timp real pentru legături interne"],"Preview your page in Facebook and Twitter":["Îți previzualizezi pagina pe Facebook și Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Dă clic pe butonul „%3$s” pentru a folosi descrierea meta care a fost setată deja pentru %1$sprima pagină în Aspect în căutare%2$s."],"Help on copying the home meta description":["Ajutor pentru copierea descrierii meta a primei pagini"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Pentru a permite motoarelor de căutare să știe care profiluri sociale sunt asociate cu acest sit, introdu mai jos datele profilurilor sociale ale sitului."],"Learn more about your social profiles settings":["Află mai mult despre setările profilurilor tale sociale"],"Remove the categories prefix":["Înlătură prefixul categoriilor"],"Help on the category prefix setting":["Ajutor pentru setarea prefix categorie"],"Learn more about the available variables":["Află mai mult despre variabilele disponibile"],"Learn more about the RSS feed setting":["Află mai mult despre setarea fluxului RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Când încarci media pe WordPress (de exemplu, o imagine sau un video), nu se salvează doar fișierul media, ci se creează și un URL de atașament pentru el. Aceste pagini de atașamente sunt oarecum goale: ele conțin elementul media și poate un titlu dacă l-ai introdus. Din cauza asta, dacă nu folosești niciodată aceste URL-uri de atașamente, este mai bine să le dezactivezi și să le redirecționezi către elementul media în sine."],"Learn more about the Media and attachment URLs setting":["Află mai mult despre setarea URL-urilor media și de atașamente"],"Learn more about the title separator setting":["Află mai mult despre setarea separatorului în titlu"],"Learn more about the knowledge graph setting":["Află mai mult despre setarea Knowledge Graph"],"Learn more about the homepage setting":["Află mai mult despre setarea primei pagini"],"Learn more about the special pages setting":["Află mai mult despre setarea paginilor speciale"],"Help on the date archives search results setting":["Ajutor pentru setarea arhivelor de date în rezultatele de căutare"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Dacă nu arăți arhivele autorilor fără articole în rezultatele de căutare, din punct de vedere tehnic înseamnă că ele vor avea metadatele pentru roboți setate la %1$s și vor fi excluse din hărțile sit XML. %2$sMai multe informații despre setările rezultatelor de căutare%3$s."],"Help on the authors without posts archive search results setting":["Ajutor pentru setarea arhivei autori fără articole în rezultatele de căutare"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Dacă nu arăți arhivele autorilor în rezultatele de căutare, din punct de vedere tehnic înseamnă că ele vor avea metadatele pentru roboți setate la %1$s și vor fi excluse din hărțile sit XML. %2$sMai multe informații despre setările rezultatelor de căutare%3$s."],"Help on the author archives search results setting":["Ajutor pentru setarea arhivelor autorilor în rezultatele de căutare"],"Archives settings help":["Ajutor setări arhive"],"Learn more about the archives setting":["Află mai mult despre setarea arhivelor"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Obții codul tău de verificare Yandex în %1$sInstrumente pentru webmasteri Yandex%2$s."],"Yandex verification code":["Cod de verificare Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Obții codul tău de verificare Google în %1$sConsola de căutare Google%2$s."],"Google verification code":["Cod de verificare Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Obții codul tău de verificare Bing în %1$sInstrumente pentru webmasteri Bing%2$s."],"Bing verification code":["Cod de verificare Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Poți folosi casetele de mai jos pentru verificări cu diferite Instrumente pentru webmasteri. Această funcționalitate va adăuga un tag meta de verificare pe prima ta pagină. Urmărește legăturile la diferite Instrumente pentru webmasteri și caută instrucțiuni pentru metoda de verificare a tagul meta pentru a obține codul de verificare. Dacă situl tău este deja verificat, poți sări peste ele."],"Learn more about the Webmaster Tools verification":["Află mai mult despre verificarea cu instrumente pentru webmasteri"],"On":["Pornit"],"Help on: %s":["Ajutor pentru: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s are o mulțime de funcționalități. Poți activa/dezactiva unele dintre ele mai jos. Dacă dai clic pe semnul întrebării vei primi mai multe informații despre acea funcționalitate."],"Off":["Oprit"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Secțiunea avansată a casetei meta %1$s permite unui utilizator să înlăture articole din rezultatele de căutare sau să modifice canonicul. Acestea sunt lucruri pe care nu dorești să le facă vreun autor. De aceea, implicit, numai editorii și administratorii pot face asta. Setarea „%2$s” permite tuturor utilizatorilor să modifice aceste setări."],"Security: no advanced settings for authors":["Securitate: nicio setare avansată pentru autori"],"See who contributed to %1$s.":["Vezi cine a contribuit la %1$s."],"Help on this search results setting":["Ajutor pentru această setare pentru rezultate de căutare"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Dacă nu arăți arhivele %1$s în rezultatele de căutare, din punct de vedere tehnic înseamnă că ele vor avea metadatele pentru roboți setate la %2$s și vor fi excluse din hărțile sit XML. %3$sMai multe informații despre setările rezultatelor de căutare%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Dacă nu arăți %1$s în rezultatele de căutare, din punct de vedere tehnic înseamnă că ele vor avea metadatele pentru roboți setate la %2$s și vor fi excluse din hărțile sit XML. %3$sMai multe informații despre setările rezultatelor de căutare%4$s."],"Default for %2$s, currently: %1$s":["Implicit pentru %2$s, acum: %1$s"],"Show %s in search results?":["Arăți %s în rezultatele de căutare?"],"this author's archives":["arhivele acestui autor"],"Do not allow search engines to show %s in search results.":["Nu permite motoarelor de căutare să arate %s în rezultatele de căutare."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL-urile categoriilor în WordPress conțin un prefix, de obicei %s, această funcționalitate înlătură acest prefix, numai pentru categorii."],"Category URLs":["URL-uri categorii"],"the archive for %s":["arhiva %s"],"Redirect attachment URLs to the attachment itself?":["Redirecționezi URL-urile atașamentelor la atașamentul în sine?"],"We recommend you set this to Yes.":["Îți recomandăm să setezi aceasta la Da."],"Media & attachment URLs":["URL-uri media și atașamente"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Este ceea ce se arată în rezultatele de căutare când oamenii îți găsesc prima pagină. Înseamnă că probabil asta văd când îți caută numele sau brandul."],"date archives":["arhive de date"],"archives for authors without posts":["arhive ale autorilor fără articole"],"Read why XML Sitemaps are important for your site.":["Citește de ce hărțile sit XML sunt importante pentru situl tău."],"Enable the XML sitemaps that %s generates.":["Activează hărțile sit XML generate de %s."],"See the XML sitemap.":["Vezi harta sit XML."],"%2$s (current default for %1$s)":["%2$s (acum implicit pentru %1$s)"],"Media":["Media"],"Content Types":["Tipuri de conținut"],"Should search engines follow links on this %1$s?":["Ar trebui motoarele de căutare să urmărească legăturile pentru acest %1$s?"],"Allow search engines to show this %s in search results?":["Permiți motoarelor de căutare să arate acest %s în rezultatele căutării?"],"Search Appearance":["Aspect în căutare"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Te rog specifică ce tipuri de conținut vrei să apară în motoarele de căutare. Dacă nu știi care este diferența dintre ele, cel mai bine este să alegi\nsetările implicite."],"Search engines should show \"%1$s\" in search results:":["Motoarele de căutare ar trebui să arate „%1$s” în rezultatele căutării:"],"Search engine visibility":["Vizibilitate pentru motoare de căutare"],"Toggle %1$s's XML Sitemap":["Comută la harta sit %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Cererile de suport pe care le creezi aici sunt trimise direct în sistemul nostru de suport, care este securizat cu SSL de 256 biți, deci comunicarea este 100% sigură."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Funcționalitatea conținut fundamental îți permite să marchezi și să filtrezi conținutul fundamental pe situl tău web."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Dacă ai o problemă pe care n-o poți rezolva cu ajutorul tutorialelor noastre video sau apelând la baza noastră de cunoștințe, poți trimite un mesaj echipei noastre de suport. Programul este non-stop (24/7)."],"Search result":["Rezultatul căutării"],"Good results":["Rezultate bune"],"Get better search results in local search":["Obții rezultate de căutare mai bune în căutarea locală"],"Allow customers to pick up their %s order locally":["Permite clienților să-și ridice comenzile %s din cel mai apropiat loc"],"SEO analysis":["Analiză SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["Analiza SEO oferă sugestii pentru a-ți îmbunătăți SEO pentru text."],"Learn how the SEO analysis can help you rank.":["Află cum analiza SEO te poate ajuta într-o clasare superioară."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Analiza lizibilității oferă sugestii pentru a-ți îmbunătăți structura și stilul textului."],"Discover why readability is important for SEO.":["Află de ce lizibilitatea este importantă pentru SEO."],"Find out how cornerstone content can help you improve your site structure.":["Află cum conținutul fundamental te poate ajuta să-ți îmbunătățești structura stilului."],"The text link counter helps you improve your site structure.":["Contorul legături text te ajută să-ți îmbunătățești structura sitului."],"Find out how the text link counter can enhance your SEO.":["Află cum contorul legături text îți poate îmbunătăți SEO."],"%s integration":["Integrare %s"],"Read more about how %s works.":["Citește mai mult despre cum funcționează %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Activează această funcționalitate dacă vrei ca Facebook și altele din media socială să afișeze o previzualizare cu imagini și un rezumat de text când este partajată o legătură la situl tău."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Activează această funcționalitate dacă vrei ca Twitter să afișeze o previzualizare cu imagini și un rezumat de text când este partajată o legătură la situl tău."],"Find out why you should upgrade to %s":["Află de ce ar trebui să actualizezi la %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Ultimele articole pe blogul %1$s"],"Need help?":["Ai nevoie de ajutor?"],"Type here to search...":["Tastează aici pentru a căuta..."],"Search the Yoast Knowledge Base for answers to your questions:":["Caută răspunsuri la întrebările tale în Baza de cunoștințe Yoast:"],"Remove highlight from the text":["Înlătură evidențiarea din text"],"Your site language is set to %s. ":["Limba sitului tău este setată la %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Începe rapid cu %2$sasistentul de configurare%3$s %1$s!"],"First-time SEO configuration":["Prima configurare SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Limba sitului tău este setată la {language}. Dacă aceasta nu este cea corectă, contactează administratorul sitului."],"Your site language is set to {language}.":["Limba sitului tău este setată la {language}."],"Highlight this result in the text":["Evidențiază acest rezultat în text"],"Considerations":["Considerații"],"Errors":["Erori"],"Change language":["Schimbă limba"],"You cannot create a %s file.":["Nu poți crea un fișier %s."],"You cannot edit the %s file.":["Nu poți edita fișierul %s."],"Updated %s":["%s actualizat"],"Create %s file":["Creează fișier %s"],"Edit the content of your %s:":["Editează-ți conținutul din %s:"],"Save changes to %s":["Salvează modificările în %s"],"%s file":["Fișier %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s și %2$s pot funcționa mult mai bine împreună prin adăugarea unui modul ajutător. Te rog instalează %3$s pentru a-ți face viața mai bună. %4$s."],"More information":["Mai multe informații"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s și %2$s pot funcționa mult mai bine împreună prin adăugarea unui modul ajutător. Te rog activează %3$s pentru a-ți face viața mai bună."],"More information about %1$s":["Mai multe informații despre %1$s"],"Configuration Wizard":["Asistent de configurare"],"You've done it!":["Ai făcut-o!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integrează perfect %2$s cu %1$s pentru analiza conținutului!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s și %2$s pot lucra împreună mult mai bine prin adăugarea unui modul ajutător. Te rog instalează %3$s pentru a-ți face viața mai ușoară."],"Manage your %s subscription on MyYoast":["Administrează-ți abonamentul %s pe My Yoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Setările aspectului în căutare pentru %1$s sunt formate din variabile care sunt înlocuite cu anumite valori din pagină atunci când pagina este afișată. Tabelul de mai jos conține o listă a variabilelor disponibile."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Marchează cea mai importantă %1$s drept „conținut fundamental” pentru a-ți îmbunătăți structura sitului. %2$sAflă mai mult despre conținut fundamental%3$s."],"Loading help center.":["Încarc centrul de ajutor."],"Get support":["Obții suport"],"View in KB":["Vezi în baza de cunoștințe"],"Go back":["Înapoi"],"Go back to the search results":["Înapoi la rezultatele căutării"],"(Opens in a new browser tab)":["(Se deschide într-o filă nouă a navigatorului)"],"Posts %1$swithout%2$s a focus keyphrase":["Articole %1$sfără%2$s o frază cheie"],"Hey, your SEO is doing pretty well! Check out the stats:":["Bună, SEO arată destul de bine! Verifică-ți statisticile:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Nu ai niciun articol publicat, punctajele tale SEO vor apărea aici odată ce scrii primul articol!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["În această pagină, îți poți modifica numele sitului și să alegi care separator să fie folosit. De exemplu, separatorul va fi afișat între titlul articolului și numele sitului. Simbolurile sunt arătate la dimensiunea la care ele vor apărea în rezultatele căutării. Alege-l pe cel care se potrivește cel mai bine cu brandul tău sau pe cel care ocupă cel mai mic spațiu în fragmente."],"Something else":["Altceva"],"A portfolio":["Un portofoliu"],"A corporation":["O corporație"],"A small offline business":["O mică afacere offline"],"A news channel":["Un canal de știri"],"An online shop":["Un magazin online"],"A blog":["Un blog"],"What does the site %1$s represent?":["Ce reprezintă situl %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Dacă alegi nu, arhivele tale de autor vor fi dezactivate pentru a împiedica probleme de conținut duplicat."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Notă: nu-ți stocăm datele în niciun fel și nu avem acces complet la contul tău. Confidențialitatea ta este în siguranță cu noi."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s se integrează cu Consola de căutare Google, un instrument pe care trebuie să-l aibă proprietarii de situri. Ea îți oferă informații despre sănătatea sitului tău. Nu ai încă un cont Google sau situl tău nu este încă activat? Află %2$scum să conectezi Consola de căutare Google la situl tău.%3$s"],"Option B: My site is under construction and should not be indexed":["Opțiunea B: situl meu este în construcție și nu ar trebui să fie indexat"],"Option A: My site is live and ready to be indexed":["Opțiunea A: situl meu este live și este pregătit să fie indexat"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Alege în construcție dacă nu vrei ca motoarele de căutare să-ți indexeze situl. Nu uita să activezi din nou indexarea după ce ești pregătit să-ți publici situl."],"Please specify if your site is under construction or already active.":["Te rog specifică dacă situl tău este în construcție sau este deja activ."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Această informație va fi folosită în cardul Knowledge Graph de la Google, blocul mare de informații pe care îl vezi în partea dreaptă a rezultatelor de căutare."],"Read more like this on our SEO blog":["Citește mai multe ca acestea pe blogul nostru SEO"],"Readability: %s":["Lizibilitate: %s"],"Not activated":["Neactivată"],"Activated":["Activată"],"%1$s recommendations for you":["Recomandări %1$s pentru tine"],"All Readability Scores":["Toate punctajele lizibilitate"],"Filter by Readability Score":["Filtrează după punctaj lizibilitate"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Nu primești actualizări sau suport! Corectează această problemă adăugând acest sit și activând %1$s pentru el în %2$s."],"Request method %1$s is not valid.":["Metoda de solicitare %1$s nu este validă."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Vrei să previzualizezi cum va arăta când oamenii partajează acest articol pe %1$s? Poți, cu %2$s."],"Good job! All the links in your texts have been counted.":["Bună treabă! Toate legăturile din textele tale au fost numărate."],"Calculation completed.":["Calcul finalizat."],"Calculation in progress...":["Calcul în desfășurare..."],"Stop counting":["Oprește numărarea"],"Counting links in your texts":["Număr legăturile din textele tale"],"Text %1$s of %2$s processed.":["%1$s (de) texte din %2$s procesate."],"All your texts are already counted, there is no need to count them again.":["Toate textele tale sunt deja numărate, nu mai este nevoie să le numeri din nou."],"Count links in your texts":["Numără legăturile din textele tale"],"Text link counter":["Contor legături text"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Numărul de legături interne care se leagă la acest articol. Vezi textul „Coloane Yoast” din fila de ajutor pentru mai multe informații."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Numărul de legături interne de ieșire în acest articol. Vezi textul „Coloane Yoast” din fila de ajutor pentru mai multe informații."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s adaugă mai multe coloane în această pagină. Am scris un articol despre %2$scum se folosește punctajul SEO și punctajul lizibilitate%3$s. Coloanele de legături arată numărul de articole de pe acest sit care se leagă %5$sla%6$s acest articol și numărul de URL-uri legate %5$sde la%6$s acest articol. Află mai mult despre %4$scum să folosești aceste funcționalități pentru a-ți îmbunătăți legăturile interne%3$s, care îmbunătățesc foarte mult SEO."],"%s Columns":["Coloane %s"],"Readability score":["Punctaj lizibilitate"],"Other benefits of %s for you:":["Alte avantaje ale %s pentru tine:"],"Scroll to see the preview content.":["Derulează pentru a vedea conținutul previzualizării."],"Cornerstone content":["Conținut fundamental"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["Acum %1$s va avea grijă de toate optimizările tehnice necesare sitului tău. Pentru a îmbunătăți cu adevărat performanța sitului în rezultatele căutării, este important să începi crearea unui conținut care se clasează bine pentru frazele cheie care te interesează. Vezi acest video în care explicăm cum se folosește caseta meta %1$s când editezi articole sau pagini."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Dacă vrei să surclasezi concurența dintr-un anumit oraș sau dintr-o regiune, vezi modulul nostru %1$s! Vei putea insera cu ușurință hărți Google, ore de funcționare, informații de contact și localizarea magazinului. Pe lângă faptul că %1$s te ajută să-ți îmbunătățești gradul de utilizare a paginii tale de contact."],"Attract more customers near you":["Atrage mai mulți clienți din apropiere"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Vrei să știi toate dedesubturile modulului %1$s? Vrei să afli totul despre setările avansate? Vrei să poți să obții cu adevărat maximul de la modulul %1$s? Vezi instruirea noastră pentru modulul %1$s și începe surclasarea concurenței!"],"Get the most out of %1$s with the %2$s":["Obții maximul de la %1$s cu %2$s"],"Upgrade to Premium":["Actualizează la Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Vrei să-ți surclasezi concurența? %1$s îți oferă funcționalități suplimentare minunate care te ajută să inițializezi strategia SEO ca un profesionist. Adaugi fraze cheie sinonime și similare, folosești analiza noastră SEO Premium, managerul de redirecționare și instrumentul nostru pentru legături interne. De asemenea, %1$s își va oferi acces la suport premium."],"Outrank the competition with %s":["Surclasează concurența cu %s"],"You might like":["S-ar putea să-ți placă"],"Newsletter":["Buletin de știri"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Am detectat că nu ai finalizat încă cu acest asistent, așa că îți recomandăm să %2$spornești asistentul de configurare pentru a configura %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Asistentul de configurare te ajută să-ți configurezi cu ușurință situl pentru a avea setările SEO optime."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Ia Premium și experții noștri vor fi acolo pentru a-ți răspunde la orice fel de întrebări pe care ai putea să le ai despre inițializarea și utilizarea modulului."],"Superfast internal linking suggestions":["Sugestii de legare internă ultrarapidă"],"Great news: you can, with %1$s!":["Vești bune: poți, cu %1$s!"],"Save changes":["Salvează modificările"],"1 year free support and updates included!":["Sunt incluse suport și actualizări gratuite pentru un an!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Modulul %2$s modifică ieșirea situl tău și face diferențieri între motoarele de căutare și utilizatorii normali, un proces care este denumit camuflare. Îți recomandăm să-l dezactivezi."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sPrevizualizare media socială%2$s: Facebook și Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sNicio legătură moartă%2$s: manager de redirecționare simplu"],"No ads!":["Fără anunțuri!"],"Facebook & Twitter":["Facebook și Twitter"],"Social media preview":["Previzualizare media socială"],"Easy redirect manager":["Manager de redirecționare simplu"],"No more dead links":["Nicio legătură moartă"],"Increase your SEO reach":["Mărește raza ta de acțiune SEO"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Dacă vrei mai mult ajutor pentru crearea unui conținut minunat, vezi %2$scursul nostru SEO de copywriting%3$s. Dacă vrei să știi totul despre funcționalitățile modulului, ia în considerare participarea la %1$s!"],"Variable":["Variabilă"],"Available variables":["Variabile disponibile"],"Scroll to see the table content.":["Derulează pentru a vedea conținutul tabelului."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Te rog consultă %1$sarticolul nostru despre cum să-ți conectezi situl web la Consola de căutare Google%2$s dacă ai nevoie de ajutor."],"An error occurred in the '%1$s' assessment":["A apărut o eroare în evaluarea '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s din cuvinte conțin %2$speste %3$s silabe%4$s, care este mai mult decât recomandarea maximă de %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s din cuvinte conțin %2$speste %3$s silabe%4$s, care este mai puțin sau egal decât recomandarea maximă de %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Este cu puțin sub minimul recomandat de %5$d cuvânt. %3$sMai adaugă puțin text%4$s.","Este cu puțin sub minimul recomandat de %5$d cuvinte. %3$sMai adaugă puțin text%4$s.","Este cu puțin sub minimul recomandat de %5$d de cuvinte. %3$sMai adaugă puțin text%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Descrierea meta conține %1$d propoziție %2$scu peste %3$s de cuvinte%4$s. Încearcă să scurtezi această propoziție.","Descrierea meta conține %1$d propoziții %2$scu peste %3$s de cuvinte%4$s. Încearcă să scurtezi aceste propoziții.","Descrierea meta conține %1$d de propoziții %2$scu peste %3$s de cuvinte%4$s. Încearcă să scurtezi aceste propoziții."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Descrierea meta conține nicio propoziție %1$s cu peste %2$s de cuvinte%3$s."],"Step %1$d: %2$s":["Pasul %1$d: %2$s"],"No new notifications.":["Nicio notificare nouă."],"Save all":["Salvează tot"],"Save":["Salvează"],"%1$s, Author at %2$s":["%1$s, autor la %2$s"],"Mobile preview":["Previzualizare pe mobil"],"Desktop preview":["Previzualizare desktop"],"Select redirect":["Selectează redirecționare"],"Please provide an SEO title by editing the snippet below.":["Te rog furnizează un titlu SEO prin editarea fragmentului de mai jos."],"Meta description preview:":["Previzualizare descriere meta:"],"Slug preview:":["Previzualizare descriptor:"],"SEO title preview:":["Previzualizare titlu SEO:"],"Close snippet editor":["Închide editor fragment"],"Slug":["Descriptor"],"Remove marks in the text":["Înlătură marcaje în text"],"Mark this result in the text":["Marchează acest rezultat în text"],"Marks are disabled in current view":["Marcajele sunt dezactivate în vizualizarea curentă"],"Good SEO score":["Punctaj SEO bun"],"OK SEO score":["Punctaj SEO OK"],"Feedback":["Impresii"],"ok":["OK"],"Choose an image":["Alege o imagine"],"Remove the image":["Înlătură imaginea"],"MailChimp signup failed:":["Autentificarea MailChimp a eșuat:"],"Sign Up!":["Înregistrează-te!"],"Name":["Nume"],"There is an error with the request.":["Există o eroare cu cererea."],"Select profile":["Selectează profil"],"Choose a profile":["Alege un profil"],"Authorization code":["Cod de autorizare"],"Reauthenticate with Google":["Reautentificare cu Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Pentru a-i permite lui %s să aducă informațiile tale din Consola de căutare Google, te rog introdu codul de autorizare Google. Dând clic pe butonul de mai jos se va deschide o fereastră nouă."],"Please provide a meta description by editing the snippet below.":["Te rog furnizează o descriere meta prin editarea fragmentului de mai jos."],"Edit snippet":["Editează fragment"],"You can click on each element in the preview to jump to the Snippet Editor.":["Poți da clic pe fiecare element din previzualizare pentru a sări la editor fragment."],"SEO title preview":["Previzualizare titlu SEO"],"Meta description preview":["Previzualizare descriere meta"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["A apărut o problemă în timpul salvării pasului actual, {{link}}te rog completează un raport de eroare{{/link}} descriind la care pas ești și ce modificări vrei să faci (dacă este vreuna)."],"Close the Wizard":["Închide asistentul"],"Export settings":["Exportă setări"],"%1$s video tutorial":["Tutorial video %1$s"],"%s › Configuration Wizard":["%s › Asistent de configurare"],"Please don't show me this notification anymore":["Te rog nu-mi mai arăta această notificare"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Dacă întâmpini probleme, %1$ste rog completează un raport de eroare%2$s și vom face tot posibilul pentru a te ajuta."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Am observat că ai folosit %1$s de ceva timp; sperăm să-l îndrăgești! Am fi încântați dacă ai putea %2$ssă ne acorzi o evaluare de 5 stele pe WordPress.org%3$s!"],"Date archives settings":["Setări arhive de date"],"Author archives settings":["Setări arhive autor"],"%1$s by %2$s":["%1$s de %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Avertizare: variabila %s nu poate fi folosită în acest șablon. Vezi centrul de ajutor pentru mai multe informații."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Apropo, știai că avem și un %1$smodul Premium%2$s? El oferă funcționalități avansate, cum ar fi un manager de redirecționare și suport pentru mai multe fraze cheie. De asemenea, vine cu suport personal non-stop (24/7)."],"(no title)":["(fără titlu)"],"%s installation wizard":["Asistent de instalare %s"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Meniul barei de administrare %1$s conține legături utile către instrumente terțe pentru analizarea paginilor și în el vezi imediat dacă ai notificări noi."],"Admin bar menu":["Meniu bară de administrare"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s va verifica săptămânal dacă situl tău încă este indexat de către motoarele de căutare și %2$s te va notifica în cazul când nu este indexat."],"Features":["Funcționalități"],"SEO title":["Titlu SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["În timp ce ne străduim să facem inițializarea %1$s cât mai ușor posibilă, înțelegem că poate fi totuși descurajantă. Dacă preferi să ne lași să inițializăm %1$s pentru tine (și să primești un exemplar al %2$s în acest proces), comandă aici %3$sserviciul nostru de configurare %1$s%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Bine ai venit la asistentul de configurare %1$s. În câțiva pași simpli te vom ajuta să-ți configurezi setările SEO pentru a se potrivi nevoilor sitului tău web!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google arată numele sitului tău în rezultatele căutării, dacă vrei să-l schimbi, poți să faci asta aici."],"Greater than sign":["Semn mai mare decât"],"Less than sign":["Semn mai mic decât"],"Right angle quotation mark":["Ghilimele dreapta"],"Left angle quotation mark":["Ghilimele stânga"],"Small tilde":["Tildă mică"],"Vertical bar":["Bară verticală"],"Low asterisk":["Asterisc jos"],"Asterisk":["Asterisc"],"Bullet":["Bulină"],"Middle dot":["Punct la mijloc"],"Em dash":["Liniuță lungă"],"En dash":["Liniuță scurtă"],"Dash":["Liniuță"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Alege simbolul pe care să-l folosești ca separator în titlu. De exemplu, acesta se va afișa între titlul articolului și numele sitului tău. Simbolurile sunt arătate la dimensiunea în care ele vor apărea în rezultatele de căutare."],"The name of the person":["Numele persoanei"],"No":["Nu"],"Yes":["Da"],"Does, or will, your site have multiple authors?":["Situl tău are sau va avea mai mulți autori?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress generează automat un URL pentru fiecare element media din bibliotecă. Activând asta va permite ca Google să indexeze URL-ul generat."],"Success!":["Succes!"],"Title settings":["Setări titlu"],"Google Search Console":["Consolă de căutare Google"],"Multiple authors":["Autori multipli"],"Site type":["Tip de sit"],"Environment":["Mediu"],"Yoast option %1$s not found.":["Opțiunea Yoast %1$s negăsită."],"Google Structured Data Test":["Test date structurate Google"],"Posts list":["Listă articole"],"Posts list navigation":["Navigare în listă articole"],"Filter posts list":["Filtrează lista de articole"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Reține că legăturile către arhive ar putea fi încă ieșirea către tema ta și ar trebui să le înlături separat."],"%1$s to optimize your site even further":["%1$s pentru a-ți optimiza situl chiar mai mult"],"%1$s extensions":["Extensii %1$s"],"Comes with our 30-day no questions asked money back guarantee":["Vine cu oferta noastră de 30 de zile fără întrebări pentru restituirea garantată a banilor"],"More information %1$sabout %3$s%2$s":["Mai multe informații %1$sdespre %3$s%2$s"],"Installed":["Instalat"],"gain access to our 24/7 support team.":["obții acces non-stop (24/7) la echipa noastră de suport."],"Premium support":["Suport premium"],"check what your Facebook or Twitter post will look like.":["verifică cum va arăta articolul tău pe Facebook sau Twitter."],"Social previews":["Previzualizări sociale"],"create and manage redirects from within your WordPress install.":["creează și gestionează redirecționări din interiorul instalării tale WordPress."],"Redirect manager":["Manager de redirecționare"],"%1$s, take your optimization to the next level!":["%1$s, treci cu optimizarea la nivelul următor!"],"A seamless integration between %1$s and %2$s":["O integrare perfectă între %1$s și %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Folosește firimituri %1$s în loc de cele %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Inserează cu ușurință Google Maps, o localizare a magazinului, program de lucru și altele"],"Creates XML News Sitemaps":["Creează hărți sit XML noi"],"Immediately pings Google on the publication of a new post":["Interoghează imediat Google cu privire la publicarea unui articol nou"],"Optimize your site for Google News":["Optimizează-ți situl pentru Google News"],"Make videos responsive through enabling fitvids.js":["Fă-ți videourile responsive prin activarea fitvids.js"],"Enhance the experience of sharing posts with videos":["Sporește experiența de partajare a articolelor cu videouri"],"Show your videos in Google Videos":["Arată-ți videourile în Google Videos"],"Crawl issues list":["Listă probleme de accesare cu crawlere"],"Crawl issues list navigation":["Navigare în listă probleme de accesare cu crawlere"],"Edit “%s”":["Editează „%s”"],"Premium":["Premium"],"Google Trends":["Tendințe Google"],"Notifications":["Notificări"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Înlătură secțiunea frază cheie din caseta meta și dezactivează toate sugestiile legate de SEO."],"Disable SEO analysis":["Dezactivează analiză SEO"],"Twitter settings":["Setări Twitter"],"Pinterest settings":["Setări Pinterest"],"Facebook settings":["Setări Facebook"],"Title separator symbol":["Simbol separator titlu"],"RSS feed settings":["Setări flux RSS"],"Breadcrumbs settings":["Setări firimituri"],"Make primary":["Fă-o principală"],"Enter your Google Authorization Code and press the Authenticate button.":["Introdu codul tău de autorizare Google și apasă butonul Autentificare."],"Knowledge base article":["Articol bază de cunoștințe"],"Open the knowledge base article in a new window or read it in the iframe below":["Deschide articolul despre baza de cunoștințe într-o fereastră nouă sau citește-l în iframe-ul de mai jos"],"Search results":["Rezultate căutare"],"%s notification":["%s notificare","%s notificări","%s de notificări"],"Disable readability analysis":["Dezactivează analiză lizibilitate"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Înlătură secțiunea analiză lizibilitate din caseta meta și dezactivează toate sugestiile legate de lizibilitate."],"Readability analysis":["Analiză lizibilitate"],"Needs improvement":["Necesită îmbunătățire"],"Readability":["Lizibilitate"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Încerci să încarci fișiere ne-minificate. Ele sunt disponibile numai în pachetul nostru de dezvoltare. Consultă %1$s pentru a vedea toate fișierele sursă."],"Improvements":["Necesită îmbunătățire"],"Dismiss this item.":["Înlătură acest element."],"Good job! We could detect no serious SEO problems.":["Bună treabă! Nu am putut detecta nicio problemă SEO serioasă."],"We have detected the following issues that affect the SEO of your site.":["Am detectat următoarele probleme care afectează SEO pe situl tău."],"Problems":["Probleme"],"Analysis":["Analiză"],"Not available":["Indisponibilă"],"Filter by SEO Score":["Filtrează după punctajul SEO"],"Meta description not set.":["Descriere meta nesetată."],"Video tutorial":["Tutorial video"],"Email support is a %s feature":["Suport prin email este o funcționalitate %s"],"Knowledge base":["Bază de cunoștințe"],"Open":["Deschide"],"Loading...":["Încarc..."],"Something went wrong. Please try again later.":["Ceva n-a mers bine. Te rog încearcă din nou mai târziu."],"No results found.":["Niciun rezultat găsit."],"Dashboard":["Panou de control"],"You can fix this on the %1$sPermalink settings page%2$s.":["Poți corecta acest lucru în %1$spagina de setări Legături permanente%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Paginația comentariilor este activată, acest lucru nu este necesar în 999 din 1000 de cazuri, îți recomandăm s-o dezactivezi."],"Replaced with the primary category of the post/page":["Înlocuiește categoria principală a articolului/paginii"],"Pinterest confirmation":["Confirmare Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Dacă ai confirmat deja situl tău cu Pinterest, poți să sari peste pasul de mai jos."],"Format-based archives":["Arhive în format de bază"],"Webmaster Tools verification":["Verificare cu instrumente pentru webmasteri"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Urmează instruirea noastră %1$s pentru WordPress și devii un expert %1$s certificat!"],"Want to be a %s Expert?":["Vrei să fii un expert %s?"],"Buy %s":["Cumpără %s"],"Show information about errors in category %s":["Arată informații despre erorile din categoria %s"],"New %1$s Title":["Titlu %1$s nou"],"Existing %1$s Title":["Titlu %1$s existent"],"Expected an integer as input.":["Se cere un număr întreg ca intrare."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Încerci să construiești o cheie cache pentru harta sit, dar combinația sufix și prefix lasă prea puțin loc pentru a face acest lucru. Probabil soliciți o pagină care este neconvențională cu șirul pe care-l dorești."],"Remove":["Înlătură"],"Keep":["Păstrează"],"Bold the last page":["Boldează ultima pagină"],"Regular":["Normal"],"Bold":["Aldin"],"Show Blog page":["Arată pagina blogului"],"Primary %s":["%s principală"],"Primary":["Principală"],"Make %1$s primary %2$s":["Fă %1$s principală %2$s"],"Term is set to noindex.":["Termenul este setat noindex."],"Author archives":["Arhive autor"],"Show":["Arată"],"Enabled":["Activată(e)"],"Disabled":["Dezactivată(e)"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s încă nu a adus starea de indexare a sitului tău din %2$s"],"The separator defined in your theme's %s tag.":["Separatorul definit în tagul %s al temei tale."],"No index":["Fără index"],"Analyze entire site":["Analiza completă a sitului"],"Fetch the current status":["Preluare stare curentă"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s nu a reușit să aducă starea de indexare a sitului tău%3$s din %4$s"],"Your homepage can be indexed by search engines.":["Prima pagină poate fi indexată de către motoarele de căutare."],"Indexability check by %1$s":["Indexabilitate verificată de %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Dacă vrei să partajezi o imagine pe %1$s, poți încărca / alege o imagine sau să adaugi URL-ul imaginii aici."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Dacă nu vrei să folosești descrierea meta când partajezi articolul pe %1$s dar dorești o altă descriere, o poți scrie aici."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Dacă nu vrei să folosești titlul pentru partajare pe %1$s dar în schimb dorești un alt titlu acolo, scrie-l aici."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sPrima pagină nu poate fi indexată de către motoarele de căutare%2$s. Acest lucru este foarte grav pentru SEO și ar trebui remediat."],"Once Weekly":["O dată pe săptămână"],"SEO score":["Punctaj SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Recalcularea punctajelor SEO pentru toate paginile de conținut cu o frază cheie."],"%1$s of %2$s done.":["S-au finalizat %1$s din %2$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Am actualizat algoritmul pentru calculul punctajului SEO. %1$sRecalculează punctajele SEO%2$s pentru toate articolele și paginile."],"Team Yoast":["Echipa Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Prima soluție SEO viabilă și complexă pentru WordPress, inclusiv analiza conținutului de pagină, hărți sit XML și multe altele."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Activarea a eșuat:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Extensia filtrului pare a fi indisponibilă. Te rog cere serviciului tău de găzduire s-o activeze."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Instalarea modulului %1$s este incompletă. Te rog respectă %2$sinstrucțiunile de instalare%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Extensia Standard PHP Library (SPL) pare a fi indisponibilă. Te rog cere serviciului tău de găzduire s-o activeze."],"SEO Settings":["Setări SEO"],"Mobile-Friendly Test":["Test Mobile-Friendly"],"Google Page Speed Test":["Test Google Page Speed"],"CSS Validator":["Validator CSS"],"HTML Validator":["Validator HTML"],"Pinterest Rich Pins Validator":["Validator Rich Pins Pinterest"],"Facebook Debugger":["Depanator Facebook"],"Check Headers":["Verifică antete"],"Check Google Cache":["Verifică cache Google"],"Analyze this page":["Analizează această pagină"],"Keyword Research":["Investigare cuvinte cheie"],"%s does not seem to be a valid url. Please correct.":["%s nu pare a fi un URL valid. Te rog corectează."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s nu pare a fi un șir valid %2$s de verificare. Te rog corectează."],"%s Archive":["Arhivă %s"],"You searched for %s":["Ai căutat după %s"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s nu pare a fi un nume de utilizator Twitter valid. Te rog corectează."],"Summary with large image":["Rezumat cu imagine mare"],"Summary":["Rezumat"],"The post %1$s appeared first on %2$s.":["Articolul %1$s apare prima dată în %2$s."],"No numeric value was received.":["Nu a fost primită nicio valoare numerică."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Acesta trebuie să fie un blog existent. Blogul %s nu există sau a fost marcat ca șters."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Setarea implicită pentru blog trebuie să fie ID-ul numeric al blogului pe care vrei să-l folosești în mod implicit."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s nu este o opțiune validă pentru cei care ar trebui să aibă acces la setările %2$s. Valoarea s-a resetat la cea implictă."],"Please select a valid post type for taxonomy \"%s\"":["Te rog selectează un tip de articol valid pentru taxonomia \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Te rog selectează o taxonomie validă pentru tipul de articol \"%s\""],"You searched for":["Ai căutat după"],"Home":["Prima pagină"],"Archives for":["Arhive pentru"],"Error 404: Page not found":["Eroare 404: pagină negăsită"],"Good":["bun"],"Replaced with a custom taxonomies description":["Înlocuiește descrierea taxonomiilor personalizate"],"Replaced with a posts custom taxonomies, comma separated.":["Înlocuiește taxonomiile personalizate ale articolelor, separate cu virgulă."],"Replaced with a posts custom field value":["Înlocuiește valoarea câmpului personalizat al articolelor"],"Replaced with the slug which caused the 404":["Înlocuiește descriptorul care a provocat eroarea 404"],"Replaced with the posts focus keyphrase":["Înlocuiește fraza cheie a articolelor"],"Attachment caption":["Text asociat atașament"],"Replaced with the current page number":["Înlocuiește numărul paginii curente"],"Replaced with the current page total":["Înlocuiește totalul paginii curente"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Înlocuiește numărul paginii curente din context (de exemplu: pagina 2 din 4)"],"Replaced with the post/page author's 'Biographical Info'":["Înlocuiește „Informațiile biografice” ale autorului articolului/paginii."],"Replaced with the post/page author's 'nicename'":["Înlocuiește „numele frumos” al autorului articolului/paginii"],"Replaced with the post/page ID":["Înlocuiește ID-ul articolului/paginii"],"Replaced with the post/page modified time":["Înlocuiește ora modificată a articolului/paginii."],"Replaced with the content type plural label":["Înlocuiește eticheta de plural al tipului de conținut"],"Replaced with the content type single label":["Înlocuiește eticheta de singular al tipului de conținut"],"Replaced with the current search phrase":["Înlocuiește fraza de căutare curentă"],"Replaced with the term name":["Înlocuiește numele termenului"],"Replaced with the term description":["Înlocuiește descrierea termenului"],"Replaced with the tag description":["Înlocuiește descrierea etichetei"],"Replaced with the category description":["Înlocuiește descrierea categoriei"],"Replaced with the post categories (comma separated)":["Înlocuiește categoriile articolelor (separate cu virgulă)"],"Replaced with the current tag/tags":["Înlocuiește eticheta actuală/etichetele actuale"],"Replaced with the post/page excerpt (without auto-generation)":["Înlocuiește rezumatul articolului/paginii (fără generare automată)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Înlocuiește rezumatul articolului/paginii (sau generat automat în cazul în care nu există)"],"The site's name":["Numele sitului"],"Replaced with the title of the parent page of the current page":["Înlocuiește titlul paginii părinte a paginii curente"],"Replaced with the title of the post/page":["Înlocuiește titlul articolului/paginii"],"Replaced with the date of the post/page":["Înlocuiește data articolului/paginii"],"Page %1$d of %2$d":["Pagina %1$d din %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Nu poți înlocui valoarea standard a unei variabile WPSEO prin înregistrarea unei variabile cu același nume. Folosește filtrul \"wpseo_replacements\" pentru a ajusta valoarea de înlocuire."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["O variabilă de înlocuire cu același nume a fost deja înregistrată. Încearcă să găsești un nume unic pentru variabila ta."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["O variabilă de înlocuire nu poate începe cu \"%%cf_\" sau \"%%ct_\" deoarece acestea sunt rezervate pentru variabilele standard WPSEO, variabile pentru câmpuri și taxonomii personalizate. Încearcă să găsești un nume unic pentru variabila ta."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["O variabilă de înlocuire poate conține numai caractere alfanumerice, o liniuță-jos sau o liniuță. Încearcă redenumirea variabilei tale."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Observație numai pentru administratori: această pagină nu arată o descriere meta deoarece nu are o niciuna, fie scrie una specifică pentru această pagină ori fie mergi în meniul [%1$s - %2$s] și inițializează un șablon."],"Page not found":["Pagină negăsită"],"%s Archives":["Arhive %s"],"Search for \"%s\"":["Caută după \"%s\""],"Meta description to use for Author page":["Descrierea meta de folosit pentru pagina autorului"],"Title to use for Author page":["Titlul de folosit pentru pagina autorului"],"%1$s settings":["Setări %1$s"],"Export your %1$s settings":["Exportă setările tale %1$s"],"Import settings":["Importă setări"],"Import from other SEO plugins":["Importă din alte module SEO"],"Import":["Importă"],"If you had a %s file and it was editable, you could edit it from here.":["Dacă ai avut un fișier %s și putea fi scris, l-ai fi putut edita de aici."],"If your %s were writable, you could edit it from here.":["Dacă fișierul tău %s putea fi scris, l-ai fi putut edita de aici."],"You don't have a %s file, create one here:":["Nu ai un fișier %s, crează unul aici:"],"A link to your site, with your site's name and description as anchor text.":["O legătură la situl tău, cu numele și descrierea sitului ca text ancoră."],"A link to your site, with your site's name as anchor text.":["O legătură la situl tău, cu numele sitului ca text ancoră."],"A link to the post, with the title as anchor text.":["O legătură la articol, cu titlul ca text ancoră."],"A link to the archive for the post author, with the authors name as anchor text.":["O legătură la arhiva autorilor de articole, cu numele autorilor ca text ancoră."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Poți folosi următoarele variabile în conținut, ele vor fi înlocuite cu valoarea descrisă în partea dreaptă."],"Content to put after each post in the feed":["Conținut de afișat după fiecare articol în flux"],"Content to put before each post in the feed":["Conținut de afișat înaintea fiecărui articol în flux"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Această funcționalitate este folosită pentru a adăuga automat conținut în fluxul tău RSS, mai precis înseamnă că adaugă legături în spatele blogului și în spatele articolelor blogului, astfel încât screperele vor adăuga automat, de asemenea, aceste legături, ajutând motoarele de căutare să te identifice ca sursă originală a conținutului."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Folosirea funcționalității firimituri este explicată în articolul %1$sBază de cunoștințe pentru implementarea firimiturilor%2$s."],"How to insert breadcrumbs in your theme":["Cum să inserezi firimituri în temă ta"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Arhivă tipuri de conținut de arătat în firimituri pentru taxonomii"],"Taxonomy to show in breadcrumbs for content types":["Taxonomie de arătat în firimituri pentru tipuri de conținut"],"Breadcrumb for 404 Page":["Firimituri pentru pagina 404"],"Prefix for Search Page breadcrumbs":["Prefix pentru firimituri pagină de căutare"],"Prefix for Archive breadcrumbs":["Prefix pentru firimituri arhivă"],"Prefix for the breadcrumb path":["Prefix pentru calea firimiturilor"],"Anchor text for the Homepage":["Text ancoră pentru prima pagină"],"Separator between breadcrumbs":["Separatorul între firimituri"],"Enable Breadcrumbs":["Activează firimituri"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Mai jos sunt punctajele SEO pentru articolele tale publicate. Acum este momentul potrivit să începi îmbunătățirea unora dintre articolele tale!"],"Credits":["Recunoștințe"],"« Back to Tools page":["« Înapoi la pagina Unelte"],"%1$s comes with some very powerful built-in tools:":["%1$s vine cu unele instrumente native foarte puternice:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Acest instrument îți permite să modifici rapid fișierele importante pentru SEO, cum ar fi robots.txt și .htaccess, dacă există."],"File editor":["Editor fișier"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importă setări din alte module SEO și exportă setările tale pentru reutilizare pe un (alt) blog."],"Import and Export":["Import și export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Acest instrument îți permite să schimbi rapid titlurile și descrierile articolelor și paginilor fără a fi nevoie să mergi în editor pentru fiecare pagină."],"Bulk editor":["Editor acțiuni în masă"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Pentru a-ți %1$sconfirma sitului cu Pinterest%2$s, adaugă tagul meta aici:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest folosește metadate Open Graph la fel ca Facebook, deci asigură-te că Open Graph este bifată pe fila Facebook, dacă vrei să-ți optimizezi situl pentru Pinterest."],"The default card type to use":["Tipul de card implicit de folosit"],"Add Twitter card meta data":["Adaugă metadate card Twitter"],"This image is used if the post/page being shared does not contain any images.":["Această imagine este folosită dacă articolul partajat/pagina partajată nu conține niciun fel de imagini."],"Default settings":["Setări implicite"],"Copy home meta description":["Copiază descrierea meta a primei pagini"],"Description":["Descriere"],"Image URL":["URL imagine"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Acestea sunt titlul, descrierea și imaginea utilizate în tagurile meta Open Graph pe pagina din față a sitului tău."],"Frontpage settings":["Setări pagina din față"],"Add Open Graph meta data":["Adaugă metadate Open Graph"],"YouTube URL":["URL YouTube"],"Pinterest URL":["URL Pinterest"],"MySpace URL":["URL MySpace"],"LinkedIn URL":["URL LinkedIn"],"Instagram URL":["URL Instagram"],"Twitter Username":["Nume utilizator Twitter"],"Facebook Page URL":["URL pagină Facebook"],"Accounts":["Conturi"],"Restore site to defaults":["Restaurează situl la valori implicite"],"Site ID":["ID sit"],"Using this form you can reset a site to the default SEO settings.":["Folosind acest formular poți reseta un sit la setările implicite SEO."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Informațiile confidențiale sensibile (administratori FB și altele asemănătoare), specificul temei (rescriere titlu) și alte câteva setări specifice sitului nu vor fi importate în siturile noi."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Introdu %1$sID sit%2$s pentru situl ale cărui setări vrei să le utilizezi ca implicite pentru toate siturile care sunt adăugate în rețeaua ta. Lasă necompletat pentru niciunul (de exemplu: vor fi utilizate valorile implicite normale ale modulului)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Alege-ți situl ale cărui setări vrei să le folosești ca implicite pentru toate siturile care sunt adăugate în rețea. Dacă alegi \"Niciunul\", vor fi folosite valorile implicite normale ale modulului."],"New sites in the network inherit their SEO settings from this site":["Siturile noi din rețea moștenesc setările SEO din acest sit"],"Super Admins only":["Numai super-administratori"],"Site Admins (default)":["Administratori sit (implicit)"],"Who should have access to the %1$s settings":["Cine ar trebui să aibă acces la setările %1$s "],"spam":["spam"],"mature":["matur"],"archived":["arhivate"],"public":["public "],"%s restored to default SEO settings.":["%s restaurat la setările SEO implicite."],"Settings Updated.":["Setări actualizate."],"404 pages":["Pagini 404"],"Search pages":["Pagini de căutare"],"These pages will be %s by default, so they will never show up in search results.":["Aceste pagini vor fi în mod implicit %s, astfel încât ele nu vor apărea în rezultatele căutării."],"Special Pages":["Pagini speciale"],"Date-based archives could in some cases also be seen as duplicate content.":["În anumite cazuri, arhivele bazate pe date ar putea fi văzute, de asemenea, ca un conținut duplicat."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Dacă această situație se regăsește pe situl tău, poți alege fie să dezactivezi (redirecționarea se face la prima pagină) sau să adaugi %s, astfel încât să nu apară în rezultatele de căutare."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Dacă blogul are un singur autor, arhiva autorului va fi exact la fel ca prima pagină. Acest lucru este numit %1$sproblemă de conținut duplicat%2$s."],"Date archives":["Arhive de date"],"author archives":["arhive autor"],"Title":["Titlu"],"%1$s Meta Box":["Casetă meta %1$s"],"Hide":["Ascunde"],"Date in Snippet Preview":["Dată în previzualizare fragment"],"Take note:":["Reține:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Poți stabili titlul și descrierea pentru pagina blogului prin %1$seditarea paginii blogului în sine%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Poți stabili titlul și descrierea pentru pagina din față prin %1$seditarea paginii din față în sine%2$s."],"Homepage & Front page":["Prima pagină și pagina din față"],"Title Separator":["Separator titlu"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s detectează automat dacă e nevoie să forțeze rescrierea titlurilor pentru paginile tale. Dacă crezi că nu e bine și știi ce trebuie să faci, poți schimba setarea aici."],"Force rewrite titles":["Forțează rescrierea titlurilor"],"Taxonomies":["Taxonomii"],"Homepage":["Prima pagină"],"%1$s Extensions":["Extensii %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integrează fără probleme WooCommerce cu %1$s și obții funcționalități suplimentare!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Obții o poziție locală mai bună și în Hărțile Google, fără niciun efort!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Ești în Google News? Crește-ți traficul din Google News prin optimizare!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimizează-ți videourile pentru a le scoate în evidență în rezultatele căutării și pentru a obține mai multe clicuri!"],"The premium version of %1$s with more features & support.":["Versiunea premium pentru %1$s cu mai multe funcționalități și suport."],"Person":["Persoană"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Aceste date sunt arătate ca metadate în situl tău. Sunt destinate să apară în %1$s Knowledge Graph de la Google%2$s. Poți fi o organizație sau o persoană."],"Website name":["Nume sit web"],"Webmaster Tools":["Instrumente pentru webmasteri"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Nu ai numele articolului în URL-ul articolelor și paginilor tale, așa cum este recomandat să fie. Ia în considerare să setezi structura legăturii permanente la /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Firimituri"],"or":["sau"],"Save Profile":["Salvează profilul"],"There were no profiles found":["N-am găsit niciun profil"],"Profile":["Profil"],"Current profile":["Profil actual"],"Authenticate":["Autentificare"],"Get Google Authorization Code":["Obține codul de autorizare Google"],"Reload crawl issues":["Reîncarcă problemele cu crawlere"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Pentru a putea să creezi o redirecționare și să rezolvi această problemă, ai nevoie de %1$s. Poți cumpăra modulul, inclusiv un an de suport și actualizări, de la %2$s."],"Creating redirects is a %s feature":["Crearea redirecționărilor este o funcționalitate %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Erori care au apărut doar atunci când sitului tău a fost accesat cu crawlere de Googlebot pentru telefoane din gama medie (erorile nu apar pe desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Erori care au apărut doar atunci când situl tău a fost accesat cu crawlere de Googlebot-Mobile (erorile nu apar pe desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Erori care au apărut atunci când situl tău a fost accesat cu crawlere de Googlebot."],"Issue categories":["Categorii de probleme"],"Incorrect Google Authorization Code.":["Cod de autorizare Google incorect."],"The issues have been successfully reloaded!":["Problemele au fost reîncărcate cu succes!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Datele %1$s au fost înlăturate. Va trebui să te reautentifici dacă vrei să recuperezi datele."],"Crawl errors per page":["Erori de accesare cu crawlere per pagină"],"Search":["Caută"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Nu sări peste erorile de accesare cu crawlere: %1$sconectează-te la Consola de căutare Google aici%2$s."],"Create redirect":["Crează o redirecționare"],"Mark as fixed":["Marchează ca rezolvat"],"Response code":["Cod de răspuns"],"First detected":["Primul detectat"],"Last crawled":["Ultima accesare cu crawlere"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s a detectat că utilizezi versiunea %2$s care nu este compatibilă cu %1$s. Te rog actualizează %2$s la cea mai recentă versiune pentru a folosi această funcționalitate."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Modulele Yoast partajează un cod între ele pentru a face situl mai rapid. Ca urmare, avem nevoie ca toate modulele Yoast să fie actualizate. Am detectat acest lucru, te rog să actualizezi modulele Yoast care nu sunt încă actualizate."],"Feature phone":["Telefon din gama medie"],"Smartphone":["Smartphone"],"Desktop":["Desktop"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["URL-ul de destinație nu există, dar serverul tău nu returnează o eroare 404 (fișier negăsit)."],"Soft 404":["404 soft (pagina existentă, dar fără conținut)"],"Request timed out or site is blocking Google.":["Cererea a expirat sau situl blochează Google."],"Server Error":["Eroare server"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot poate accesa situl tău, dar anumite URL-uri sunt blocate pentru Googlebot în fișierul tău %1$s. Această blocare ar putea fi pentru toți boții Google sau numai pentru botul Google pentru mobile."],"Blocked":["Blocat"],"Google was unable to crawl this URL due to an undetermined issue.":["Google nu a putut accesa cu crawlere acest URL dintr-o cauză necunoscută."],"URL points to a non-existent page.":["URL-ul duce la o pagină inexistentă."],"Not found":["Negăsit"],"Not followed":["Neurmărite"],"Faulty redirects":["Redirecționări defectuoase"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Serverul necesită autentificare sau blochează Googlebot la accesarea sitului."],"Access denied":["Acces refuzat"],"Deactivate %s":["Dezactivează %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Modulul %1$s ar putea cauza probleme atunci când este folosit împreună cu %2$s."],"Upload Image":["Încarcă o imagine"],"Remove these ads?":["Înlături aceste anunțuri?"],"%s Posts Overview":["Prezentare generală articole %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Titlul firimiturilor este folosit în firimiturile unde apare această taxonomie."],"Breadcrumbs title":["Titlu firimituri"],"The canonical link is shown on the archive page for this term.":["Legătura canonică pentru acest termen este afișată în pagina de arhivă."],"Facebook App ID":["ID aplicație Facebook"],"Pinterest":["Pinterest"],"Other":["Altele"],"Archives":["Arhive"],"Email":["Email"],"Previous":["Anterior"],"Next":["Următor"],"Close":["Închide"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Atât %1$s cât și %2$s pot crea hărți sit XML. Având două hărți sit XML nu este benefic pentru motoarele de căutare și ți-ar putea încetini situl."],"Configure %1$s's Open Graph settings":["Configurează setările Open Graph pentru %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Atât %1$s cât și %2$s crează o ieșire Open Graph care ar putea face ca Facebook, Twitter, LinkedIn și alte rețele sociale să folosească texte și imagini greșite când paginile tale sunt partajate."],"%s Image":["Imagine %s"],"%s Description":["Descriere %s"],"%s Title":["Titlu %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Dimensiunea recomandată a imaginii pentru %1$s este de %2$s pixeli."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Dacă vrei să înlocuiești imaginea folosită pe %s pentru acest articol, încarcă/alege o imagine aici."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Dacă nu vrei să folosești descrierea meta când partajezi articolul pe %s dar dorești o altă descriere, o poți scrie aici."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Dacă nu vrei să folosești titlul articolului pentru partajarea articolului pe %s, dar vrei în schimb să folosești alt titlu, scrie-l aici."],"very difficult":["foarte dificil"],"Try to make shorter sentences, using less difficult words to improve readability":["Pentru a îmbunătăți lizibilitatea, încearcă să faci propoziții mai scurte, folosind cuvinte mai puțin dificile."],"difficult":["dificil"],"Try to make shorter sentences to improve readability":["Pentru a îmbunătăți lizibilitatea, încearcă să faci propoziții mai scurte."],"fairly difficult":["destul de dificil"],"OK":["OK"],"fairly easy":["destul de ușor"],"easy":["ușor"],"very easy":["foarte ușor"],"Meta Desc.":["Descriere meta"],"All SEO Scores":["Toate punctajele SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Problemă SEO: imaginea reprezentativă trebuie să fie de cel puțin de 200 pe 200 pixeli pentru a putea fi preluată de către Facebook și alte situri de media socială."],"(no parent)":["(fără părinte)"],"Post is set to noindex.":["Articolul este setat la noindex."],"The URL that this page should redirect to.":["URL-ul unde această pagină ar trebui să redirecționeze."],"301 Redirect":["Redirecționare 301"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["URL-ul canonic pe care ar trebui să-l indice această pagină. Lasă gol pentru URL-ul implicit la legătura permanentă. Este acceptat și %1$sdomeniul canonic încrucișat%2$s."],"Canonical URL":["URL canonic"],"Title to use for this page in breadcrumb paths":["Titlul folosit pentru această pagină în căile firimituri"],"Breadcrumbs Title":["Titlu firimituri"],"No Snippet":["Fără fragment"],"No Archive":["Nicio arhivă"],"No Image Index":["Niciun index imagine"],"None":["Niciunul"],"Site-wide default: %s":["Global implicit: %s"],"Advanced meta robots settings for this page.":["Setări metadate pentru roboți avansate pentru această pagină."],"Meta robots advanced":["Metadate pentru roboți avansate"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Avertizare: chiar dacă poți stabili aici setările metadatelor pentru roboți, situl întreg este setat la noindex în setările de confidențialitate globale, deci aceste setări nu vor avea niciun efect."],"Meta description":["Descriere meta"],"SEO Title":["Titlu SEO"],"Focus keyword":["Cuvânt/frază cheie"],"Snippet preview":["Previzualizare fragment"],"Settings successfully imported.":["Setări importate cu succes."],"Settings could not be imported:":["Setările care nu au putut fi importate:"],"Breadcrumb for 404 pages:":["Firimituri pentru pagini 404:"],"Prefix for search result pages:":["Prefix pentru pagini rezultatul căutării:"],"Prefix for archive pages:":["Prefix pentru pagini arhivă:"],"Prefix for breadcrumbs:":["Prefix pentru firimituri:"],"Anchor text for the homepage:":["Text ancoră pentru prima pagină:"],"Breadcrumbs separator:":["Separator firimituri:"],"%s Breadcrumbs":["Firimituri %s"],"Use Image":["Folosește imaginea"],"Action":["Acțiune"],"Page URL/Slug":["URL/descriptor pagină"],"Publication date":["Data publicării"],"Post Status":["Stare articol"],"WP Page Title":["Titlu pagină WP"],"View":["Vezi"],"View “%s”":["Vezi „%s”"],"Preview":["Previzualizează"],"Preview “%s”":["Previzualizează „%s”"],"Edit":["Editează"],"Filter":["Filtrează"],"New Yoast Meta Description":["Descriere meta Yoast nouă"],"Existing Yoast Meta Description":["Descriere meta Yoast existentă"],"Facebook profile URL":["URL profil Facebook"],"Twitter username (without @)":["Nume utilizator Twitter (fără @)"],"FAQ":["Întrebări frecvente"],"Premium Support":["Suport premium"],"Settings":["Setări"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Trebuie %1$ssă mergi la setările de Afișare%2$s și să debifezi caseta Vizibilitate pentru motoare de căutare."],"Huge SEO Issue: You're blocking access to robots.":["Problemă SEO foarte mare: blochezi accesul roboților."],"Posts":["Articole"],"Edit Files":["Editează fișierele"],"Advanced Variables":["Variabile avansate"],"Basic Variables":["Variabile de bază"],"General":["Generale"],"Extensions":["Extensii"],"Search Console":["Consolă de căutare"],"Tools":["Unelte"],"Advanced":["Avansat"],"XML sitemaps":["Hărți sit XML"],"Social":["Social"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s a detectat că utilizezi versiunea %2$s pentru %3$s, te rog actualizează la cea mai recentă versiune pentru a preveni problemele de compatibilitate."],"Just another WordPress site":["Doar un alt sit WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Ai încă un slogan implicit WordPress, chiar unul gol este probabil mai bun. %1$sPoți remedia acest lucru în personalizator%2$s."],"You have used HTML in your value which is not allowed.":["Ai folosit HTML în câmpul de valoare, lucru nepermis."],"You can't edit %s that aren't yours.":["Nu poți edita %s, nu sunt ale tale."],"You can't edit %s.":["Nu poți edita %s. "],"Post has an invalid Content Type: %s.":["Articolul are un tip de conținut invalid: %s."],"Post doesn't exist.":["Articolul nu există."],"course\u0004Free:":["Gratuite:"],"posts\u0004Trash (%s)":["La gunoi (%s)","La gunoi (%s)","La gunoi (%s)"],"posts\u0004All (%s)":["Toate (%s)","Toate (%s)","Toate (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/ru_RU.json b/Resources/Private/Languages/ru_RU.json index 8261b7e..782e220 100644 --- a/Resources/Private/Languages/ru_RU.json +++ b/Resources/Private/Languages/ru_RU.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);","lang":"ru"},"Has feedback":["Есть обратная связь"],"Content optimization:":["Оптимизация содержимого:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sЧитабельность%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Прочтите %1$sэто сообщение для получения дополнительной информации о том, почему мы не поддерживаем более старые версии.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Если вы отложили обновление до версии %2$s и выше из-за нового редактора Gutenberg, пожалуйста установите плагин Classic editor. Он предоставит вам тот же функционал, плюс больший уровень безопасности вместе с новыми версиями WordPress и %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sОбновите WordPress до последней версии%2$s%3$sМы заметили, что ваша версия WordPress устарела, что может привести в скором времени к ошибкам. %4$s (по причинам безопасности и стабильности) поддерживает только текущую и предыдущую версии WordPress. Когда выходит следующая версия WordPress, мы обеспечиваем поддержку WordPress версий %6$s и %7$s. То есть, вы не сможете получить обновления %5$s, пока вы не обновите ваш WordPress, поэтому, пожалуйста, уделите внимание обновлению WordPress до последней версии в ближайшее время!%3$s%3$s"],"Post Noindexed":["Запись отмечена noindex"],"No Focus Keyphrase":["Нет фокусной ключевой фразы"],"Person logo / avatar":["Личный логотип / аватар"],"Extend %s":["Улучшить %s"],"Enroll in the %s for WordPress training":["Примите участие в тренинге %s для WordPress"],"Posts with the SEO score: %s":["Записи с SEO оценкой: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["Обучающие видео %s "],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Чтобы ознакомиться с актуальными результатами проверки на ошибки, %1$sпожалуйста, посетите панель администратора Google%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Работа Google API для проверки ошибок прекращена. По этой причине любые возможные результаты проверки не могут быть отображены. %1$sОзнакомьтесь с нашим соглашением по этому поводу для получения дальнейшей информации%2$s."],"Remove this message":["Удалить это сообщение"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Оптимизируйте свой сайт для местной аудитории с помощью нашего плагина %s! Оптимизированные детали адреса, часы работы, поиск магазина и возможность получения товара!"],"Serving local customers?":["Обслуживаете местных клиентов?"],"Get the %s plugin now":["Получить плагин %s сейчас"],"Organization social profiles":["Профили организации в соцсетях"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Вы можете редактировать сведения, отображаемые в метаданных, такие как профили в социальных сетях, имя и описание этого пользователя на странице %1$s его профиля."],"Personal info":["Персональная информация"],"Organization logo":["Логотип организации"],"Organization name":["Название организации"],"Choose whether the site represents an organization or a person.":["Выберите, представляет ли сайт организацию или частное лицо."],"Knowledge Graph & Schema.org":["Knowledge Graph и Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Чтобы ваш сайт представлял компанию или организацию, перейдите в раздел %1$sОтображение в поисковой выдаче%2$s и установите для параметра Организация или лицо значение «Организация»."],"To change the social accounts used for your site, update the details for %1$s.":["Чтобы изменить учетные записи социальных сетей, используемые для вашего сайта, обновите данные для %1$s."],"That means that the form and information below is disabled, and not used.":["Это означает, что форма и информация ниже отключены и не используются."],"Your website is currently configured to represent a Person":["Ваш веб-сайт в настоящее время настроен на представление личности"],"(if one exists)":["(если существует)"],"Wikipedia page about you":["Страница о вас в Wikipedia"],"YouTube profile URL":["Ссылка на профиль YouTube"],"Tumblr profile URL":["Ссылка на профиль Tumblr"],"SoundCloud profile URL":["Ссылка на профиль SoundCloud"],"MySpace profile URL":["Ссылка на профиль в MySpace"],"Organization or person":["Организация или персона"],"The person":["Персона"],"Organization":["Организация"],"Does your site represent a person or an organization?":["Представляет ли ваш сайт лицо или организацию?"],"The name of the organization":["Название организации"],"Provide an image of the organization logo":["Предоставить изображение логотипа организации"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Ранее вы установили, что ваш сайт будет представлять интересы конкретного человека. Мы улучшили нашу функциональность в отношении Schema и Knowledge Graph, поэтому вам нужно войти и %1$s заполнить эти настройки %2$s."],"Select a user...":["Выбрать пользователя..."],"Uncategorized":["Без категории"],"Name:":["Имя:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Вы выбрали пользователя %1$s в качестве лица, представляющего этот сайт. Теперь в результатах поиска будет использована информация из профиля пользователя. %2$sОбновите его профиль, чтобы убедиться, что информация верна.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Ошибка: Пожалуйста, выберите пользователя ниже, чтобы сделать метаданные вашего сайта полными."],"SEO score: %s":["Оценка SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Если в Википедии есть страница, посвященная вам или вашей организации, добавьте и ее."],"Wikipedia URL":["Ссылка на статью в Википедии"],"Pinterest profile URL":["Ссылка на профиль в Pinterest"],"Instagram profile URL":["Ссылка на профиль в Instagram"],"LinkedIn profile URL":["Ссылка на профиль в LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Исследование ключевых слов - необходимый этап в построении стратегии SEO. Вы определяете поисковые запросы, по котором вы хотите быть найденным, и находите слова, которые используют ваши читатели, чтобы найти вас. Хорошее исследование ключевых слов помогает вам определить, какой контент вам нужен для того, чтобы начать ранкироваться по запросам, по которым вы хотите ранкироваться! Убедитесь, что вы работаете в направлении ключевых слов, которые вам по силам! Наш %1$s поможет вам в исследовании ключевых слов, шаг за шагом."],"SEO for Beginners training":["Трейнинг SEO для начинающих"],"%s for WordPress training":["Трейнинг %s для WordPress"],"All-around SEO training":["Трейнинг SEO от А до Я"],"The image you selected is too small for Facebook":["Выбранное изображение слишком маленькое для Facebook"],"The given image url cannot be loaded":["Ссылка на изображение не загружается"],"Find out what words your audience uses to find you":["Узнайте, какие слова ваши читатели используют, чтобы найти вас"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sИндекс читаемости Флеша%2$s: Ваш текст получил оценку %3$s в тесте удобочитаемости, что означает, что его %4$s читать. %5$s"],"No JSON object was returned.":["Не был получен объект JSON."],"Received internal links":["Принятые исходящие ссылки"],"Outgoing internal links":["Исходящие внутренние ссылки"],"New step added":["Добавлен новый шаг"],"New question added":["Добавлен новый вопрос"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Чтобы иметь возможность создать редирект и исправить эту проблему, вам нужно %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Вы можете купить плагин, включая один год поддержки и обновлений, на %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Функция счетчика текстовых ссылок позволяет узнать, сколько ссылок находится в тексте и сколько ссылок ссылается на текст. Это очень полезно, когда вы улучшаете %1$sвнутренние ссылки%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Для работы этой функции %1$s требуется как минимум версия PHP %2$s. Мы обнаружили версию PHP %3$s на этом сайте."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Пожалуйста, внимательно рассмотрите последствия и %1$sпрочитайте этот пост%2$s, если вам нужна дополнительная информация о влиянии показа мультимедиа в результатах поиска."],"Keyphrase":["Ключевая фраза"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Для работы этой функции, %1$s необходимо создать таблицу в базе данных. Мы можем создать эту таблицу автоматически."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Включив эту опцию, URL-адреса вложений станут видны как вашим посетителям, так и Google. Чтобы повысить ценность вашего сайта, они должны содержать полезную информацию, иначе они могут негативно повлиять на ваш рейтинг."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Функция %3$sСчетчик текстовых ссылок%4$s\n(введено в %1$s %2$s) в настоящее время отключено."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Прочтите следующую статью %1$sв базе знаний%2$s, чтобы узнать, как решить эту проблему."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Чтобы все ссылки в ваших текстах были учтены, нам нужно проанализировать все ваши тексты."],"All you have to do is press the following button and we'll go through all your texts for you.":["Все, что вам нужно сделать, это нажать следующую кнопку, и мы просмотрим все ваши тексты."],"Count links":["Количество ссылок"],"Free":["Бесплатно"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$salt атрибуты изображения%5$s: из %2$d изображений на этой странице, %1$d содержат слова из ключевой фразы или синонимов. Это многовато. %4$s Включайте ключевую фразу или ее синонимы только в том случае, если они действительно соответствуют изображению%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sАтрибуты изображений alt%2$s: Хорошая работа!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sАтрибут изображения alt%5$s: из %2$d изображений на этой странице, только %1$d имеет атрибут alt, который отражает тему вашего текста. %4$sДобавьте ключевую фразу или синонимы к тэгам alt более релевантных изображений%5$s!","%3$sАтрибуты изображений alt%5$s: из %2$d изображений на этой странице, только %1$d имеют атрибут alt, который отражает тему вашего текста. %4$sДобавьте ключевую фразу или синонимы к тэгам alt более релевантных изображений%5$s!","%3$sАтрибуты изображений alt%5$s: из %2$d изображений на этой странице, только %1$d имеют атрибут alt, который отражает тему вашего текста. %4$sДобавьте ключевую фразу или синонимы к тэгам alt более релевантных изображений%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$s alt атрибуты изображения%3$s: изображения на этой странице не имеют атрибутов alt, отражающих тему вашего текста. %2$sДобавьте ключевую фразу или синонимы к тэгам alt соответствующих изображений%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$salt атрибуты изображения%3$s: изображений на этой странице имеют атрибуты alt, но вы не задали ключевую фразу. %2$sИсправьте это%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sКлючевая фраза в подзаголовке%2$s: %3$s ваших подзаголовков более высокого уровня отражает тему вашей статьи. Хорошая работа!","%1$sКлючевые фразы в подзаголовке%2$s: %3$s ваших подзаголовков более высокого уровня отражают тему вашей статьи. Хорошая работа!","%1$sКлючевых фраз в подзаголовке%2$s: %3$s ваших подзаголовков более высокого уровня отражают тему вашей статьи. Хорошая работа!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sКлючевая фраза в подзаголовке%2$s: Ваш подзаголовок более высокого уровня отражает тему вашей статьи. Хорошая работа!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sКлючевая фраза в подзаголовке%3$s: %2$sИспользуйте больше ключевых фраз или синонимов в подзаголовках более высокого уровня%3$s!"],"Page %s":["Страница %s"],"Cannot get the size of %1$s because of unknown reasons.":["Невозможно получить размер %1$s по неизвестным причинам."],"Cannot get the size of %1$s because it is hosted externally.":["Невозможно получить размер %1$s, поскольку он размещен снаружи."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Установите переключатель в положение «Вкл», и вы сможете использовать уточненный анализ. В то же время мы добавим вас в наш список рассылки. Мы будем сообщать вам по электронной почте о результатах этой настройки!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Мы %1$sуточнили наш анализ%2$s. Благодаря новому анализу мы станем еще ближе к тому, как Google видит ваш сайт. Было бы %3$sинтересно%4$s, если бы вы захотели провести %3$s бета-тестирование этой функции%4$s для нас!"],"Get an even better analysis":["Получите еще лучший анализ"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sОдиночный заголовок%3$s: H1 должен использоваться только в качестве основного заголовка. Найдите в тексте все H1, которые не являются главным заголовком, и %2$sизмените их на более низкий уровень заголовка%3$s!"],"Improve sharing on Facebook and Pinterest":["Улучшение обмена на Facebook и Pinterest"],"You do not have the required rights to export settings.":["У вас нет необходимых прав для экспорта настроек."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Скопируйте все эти настройки на вкладку %1$s другого сайта и нажмите там \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["Это настройки для %1$s плагина от %2$s"],"No settings found.":["Настроек не найдено."],"Export your %1$s settings here, to copy them on another site.":["Экспортируйте настройки %1$s здесь, чтобы скопировать их на другой сайт."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Импорт настроек доступен только на серверах с PHP 5.3 или выше."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Импортируйте настройки, вставив сюда скопированные настройки с другого сайта и нажав \"%s\"."],"Paste your settings from another %s installation.":["Вставьте свои настройки из другой установки %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза была найдена 0 раз. Это меньше рекомендуемого минимума%3$d раз для текста этой длины. %4$sСосредоточьтесь на вашей ключевой фразе%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раз. Это меньше, чем рекомендуемый минимум %3$d раз для текста такой длины. %4$sСосредоточьтесь на вашей ключевой фразе%2$s!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раза. Это меньше, чем рекомендуемый минимум %3$d раз для текста такой длины. %4$sСосредоточьтесь на вашей ключевой фразе%2$s!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раз. Это меньше, чем рекомендуемый минимум %3$d раз для текста такой длины. %4$sСосредоточьтесь на вашей ключевой фразе%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %3$d раз. Это замечательно!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %3$d раза. Это замечательно!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %3$d раз. Это замечательно!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раз. Это больше, чем рекомендуемый максимум %3$d раз для текста такой длины. %4$sНе переоптимизируйте%2$s!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раза. Это больше, чем рекомендуемый максимум %3$d раз для текста такой длины. %4$sНе переоптимизируйте%2$s!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раз. Это больше, чем рекомендуемый максимум %3$d раз для текста такой длины. %4$sНе переоптимизируйте%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раз. Это намного больше, чем рекомендуемый максимум %3$d раз для текста такой длины. %4$sНе переоптимизируйте%2$s!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раза. Это намного больше, чем рекомендуемый максимум %3$d раз для текста такой длины. %4$sНе переоптимизируйте%2$s!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раз. Это намного больше, чем рекомендуемый максимум %3$d раз для текста такой длины. %4$sНе переоптимизируйте%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Индексируемый элемент удален для объекта %1$s с типом %2$s"],"Indexable saved for object %1$s with type %2$s":["Индексируемый элемент сохранен для объекта %1$s с типом %2$s"],"Indexable created for object %1$s with type %2$s":["Индексируемый элемент создан для объекта %1$s с типом %2$s"],"Indexable meta deleted.":["Индексируемая мета удалена."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Индексируемая мета сохранена для индексируемого id %1$s с мета-ключом %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Индексируемая мета создана для индексируемого id %1$s с мета-ключом %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Не найдено мета для индексируемого id %1$s и мета ключа %2$s."],"There is no indexable found for author id %1$s.":["Индексируемый идентификатор автора %1$s не найден."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Основной термин для идентификатора записи %1$s и таксономии %2$s не найден."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Не найдено индексируемых терминов id %1$s и таксономии %2$s."],"There is no indexable found for post id %1$s.":["Индексируемый идентификатор записи %1$s не найден."],"Method %1$s() does not exist in class %2$s":["Метод %1$s() не существует для класса %2$s"],"With %s, you can easily create such redirects.":["C %s, вы с легкостью можете создавать такие перенаправления."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Измерение настроек постоянных ссылок может серьезно повлиять на видимость сайта в поисковых системах. Почти %1$s никогда %2$s это лучше не делать на живом сайте."],"WARNING:":["ПРЕДУПРЕЖДЕНИЕ:"],"Learn about why permalinks are important for SEO.":["Узнайте почему постоянные ссылки важны для SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sСлужебные слова в ключевой фразе%3$s: Ваша ключевая фраза \"%4$s\" содержит исключительно служебные слова. %2$sУзнайте больше о хороших ключевых фразах.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["А вы знаете что %s также анализирует разные формы слов из ключевой фразы, например, множественное число или прошедшее время?"],"Clear Image":["Очистить изображение"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sДлина ключевой фразы%3$s: %2$sВведите ключевую фразу, чтобы мы могли посчитать вашу оценку SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sКлючевое слово в ярлыке%2$s: Больше половины ключевой фразы есть в ярлыке. Это замечательно!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sКлючевое слово в ярлыке%3$s: В ярлыке нет (части) фразы ключевого слова. %2$sИзмените это%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sКлючевое слово в ярлыке%2$s: Отлично сделано!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sКлючевая фраза в заголовке%3$s: Не все слова из вашей ключевой фразы \"%4$s\" встречаются в SEO заголовке. %2$sИспользуйте точную копию ключевой фразы в SEO заголовке%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sКлючевая фраза в заголовке%3$s: SEO заголовок не содержит точную копию ключевой фразы. %2$sИспользуйте точную копию ключевой фразы в SEO заголовке%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sКлючевая фраза в заголовке%3$s: Точная копия ключевой фразы встречается в SEO заголовке, но не в его начале. %2$sПостарайтесь передвинуть его в начало SEO заголовка%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sКлючевая фраза в заголовке%2$s: Точная копия ключевой фразы встречается в SEO заголовке. Отличная работа!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sРаспределение ключевой фразы%2$s: Отлично!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sРаспределение ключевой фразы%3$s: Неравномерное. Некоторые части вашего текста не содержат ключевой фразы или ее синонимов. %2$sРаспределите их более равномерно%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sРаспределение ключевой фразы%3$s: Очень неравномерное. Большие части вашего текста не содержат ключевой фразы или ее синонимов. %2$sРаспределите их более равномерно%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sРаспределение ключевой фразы%3$s: %2$sИспользуйте в тексте вашу ключевую фразу и ее синонимы, чтобы мы могли посчитать распределение ключевой фразы%3$s."],"Help on choosing the perfect focus keyphrase":["Помощь по выбору идеального фокусного ключевого слова."],"Would you like to add a related keyphrase?":["Хотите добавить похожее ключевое слово?"],"Go %s!":["Перейти %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Не показывать архивы по дате в результатах поиска технически значит, что они будут иметь метатэг %1$s robots. %2$sБольше информации о настройках результатов поиска%3$s."],"Rank better with synonyms & related keyphrases":["Получите лучшую ранжировку с использованием синонимов и похожих ключевых слов"],"optimize a single post for synonyms and related keyphrases.":["оптимизируйте отдельную запись по синонимам и похожим ключевым словам."],"Synonyms & related keyphrases":["Синонимы и похожие ключевые слова"],"Add related keyphrase":["Добавить похожее ключевое слово"],"Dismiss %s upgrade notice":["Скрыть заметку об обновлении %s"],"Upgrade to %s":["Обновить до %s"],"%1$s video":["%1$s видео"],"Get %s":["Получите %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sРанее использованное ключевое слово%6$s: вы уже использовали это ключевое слово %1$s%2$d раз перед%3$s. %5$sНе используйте ключевые слова более одного раза%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sРанее использованное ключевое слово%5$s: вы уже использовали это ключевое слово %1$sодин раз перед%2$s. %4$sНе используйте ключевые слова более одного раза%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sРанее использованное ключевое слово%2$s: Вы еще не использовали это ключевое слово. Отлично!"],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sСтоп-слова в ярлыке%3$s: Ярлык у этой страницы содержит стоп-слово. %2$sУберите его%3$s!","%1$sСтоп-слова в ярлыке%3$s: Ярлык у этой страницы содержит стоп-слова. %2$sУберите его%3$s!","%1$sСтоп-слова в ярлыке%3$s: Ярлык у этой страницы содержит стоп-слова. %2$sУберите его%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sЯрлык слишком длинный%3$s: ярлык для этой страницы слишком длинный. %2$sСократите его%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAlt-атрибуты изображений%3$s: На этой странице нет изображений. %2$sДобавьте их%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sСсылка с ключевой фразой%3$s: Вы ссылаетесь на другую страницу, используя слова из ключевой фразы. %2$sНе делайте этого%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Это существенно ниже рекомендуемого минимума в %5$d слово. %3$sДобавьте больше текста%4$s.","Это существенно ниже рекомендуемого минимума в %5$d слова. %3$sДобавьте больше текста%4$s.","Это существенно ниже рекомендуемого минимума в %5$d слов. %3$sДобавьте больше текста%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Это ниже рекомендуемого минимума в %5$d слово. %3$sДобавьте больше текста%4$s.","Это ниже рекомендуемого минимума в %5$d слова. %3$sДобавьте больше текста%4$s.","Это ниже рекомендуемого минимума в %5$d слов. %3$sДобавьте больше текста%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sДлина текста%4$s: Текст содержит %1$d слово.","%2$sДлина текста%4$s: Текст содержит %1$d слова.","%2$sДлина текста%4$s: Текст содержит %1$d слов."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sДлина текста%3$s: Текста содержит %1$d слово. Отличная работа!","%2$sДлина текста%3$s: Текста содержит %1$d слова. Отличная работа!","%2$sДлина текста%3$s: Текста содержит %1$d слов. Отличная работа!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sКлючевая фраза в подзаголовках%3$s: Более 75%% ваших подзаголовков верхнего уровня отражают тему вашего текста. Это слишком много. %2$sНе переоптимизируйте%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sШирина SEO заголовка%3$s: %2$sПожалуйста, добавьте SEO заголовок%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sШирина SEO заголовка%3$s: Ваш SEO заголовок выходит за видимый предел. %2$sПостарайтесь сократить его%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sШирина SEO заголовка%2$s: Отличная работа!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sШирина SEO заголовка%3$s: SEO заголовок слишком короткий. %2$sИспользуйте пространство, чтобы добавить слова из ключевой фразы или призыв к действию%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sИсходящие ссылки%2$s: Есть ссылки и нормальные и с атрибутами nofollow. Хорошо!"],"%1$sOutbound links%2$s: Good job!":["%1$sИсходящие ссылки%2$s: Хорошая работа!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sИсходящие ссылки%3$s: Все исходящие ссылки имеют атрибут nofollow. %2$sДобавьте пару нормальных ссылок%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sИсходящие ссылки%3$s: На странице нет исходящих ссылок. %2$sДобавьте их%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sДлина мета описания%2$s: Отлично!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sДлина мета описания%3$s: Ваше мета описание длиннее %4$d символов. Чтобы сделать ваше описание полностью видимым, %2$sвам надо сократить длину мета описания%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sДлина мета описания%3$s: Ваше мета описание слишком короткое (менее %4$d символов). Вам доступны %5$d символов. %2$sИспользуйте их%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sДлина мета описания%3$s: Вы еще не добавили мета описание. Вместо него поисковые системы будут отображать части содержимого с вашей страницы. %2$sСоздайте мета описание%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sКлючевая фраза в мета описании%2$s: Вы добавили мета описание, но вы не включили в него вашу ключевую фразу. %3$sИсправьте это%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sКлючевая фраза в мета описании%2$s: Ваше мета описание содержит ключевую фразу %3$s раз, что больше рекомендуемого максимума (2 раза). %4$sНе повторяйтесь%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sКлючевая фраза в мета описании%2$s: Ключевая фраза или ее синоним встречаются в мета описании. Отлично!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sДлина ключевой фразы%5$s: Ваша ключевая фраза содержит %1$d слов. Это существенно больше чем рекомендуемый максимум (%2$d слов). %4$sУкоротите ее%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sДлина ключевой фразы%5$s: Ваша ключевая фраза содержит %1$d слов. Это больше чем рекомендуемый максимум (%2$d слов). %4$sУкоротите ее%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sДлина ключевой фразы%2$s: Отлично!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sДлина ключевой фразы%3$s: Для этой страницы не установлено фокусное ключевое слово. %2$sУстановите его для расчета SEO оценки%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sКлючевая фраза во вступлении%3$s: Ваша ключевая фраза или ее синонимы не встречаются в первом абзаце. %2$sУбедитесь, что тема текста ясна сразу%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sКлючевая фраза во вступлении%3$s: Ваша ключевая фраза или ее синонимы встречаются в первом абзаце, но не внутри одного предложения. %2$sИсправьте это%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sКлючевая фраза во вступлении%2$s: Отлично!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sВнутренние ссылки%2$s: В тексте есть внутренние ссылки с атрибутом nofollow и обычные внутренние ссылки. Хорошая работа!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sВнутренние ссылки%2$s: В вашем тексте достаточно внутренних ссылок. Хорошая работа!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sВнутренние ссылки%3$s: В тексте есть только внутренние ссылки с атрибутом nofollow. %2$sДобавьте несколько хороших внутренних ссылок%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sВнутренние ссылки%3$s: В тексте нет внутренних ссылок, %2$sдобавьте несколько%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sПереходные слова%2$s: Отличная работа!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sПереходные слова%2$s: Только %3$s предложений содержат переходные слова, этого не достаточно. %4$sИспользуйте больше переходных слов%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sПереходные слова%2$s: Ни одно из предложений не содержит переходных слов. %3$sИспользуйте переходные слова%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sНедостаточно содержимого%2$s: %3$sПожалуйста, добавьте больше текста, чтобы мы смогли качественно его проанализировать%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sРаспределение подзаголовков%2$s: Вы не используете подзаголовки, но ваш текст достаточно короткий, так что возможно они и не нужны."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sРаспределение подзаголовков%2$s: Вы не используете подзаголовки хотя ваш текст достаточно длинный. %3$sПостарайтесь добавить несколько подзаголовков%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sРаспределение подзаголовков%2$s: %3$d секция вашего текста длиннее, чем %4$d слов и не разделена подзаголовками. %5$sДобавьте подзаголовки, чтобы улучшить читаемость%2$s.","%1$sРаспределение подзаголовков%2$s: %3$d секции вашего текста длиннее, чем %4$d слов и не разделены подзаголовками. %5$sДобавьте подзаголовки, чтобы улучшить читаемость%2$s.","%1$sРаспределение подзаголовков%2$s: %3$d секций вашего текста длиннее, чем %4$d слов и не разделены подзаголовками. %5$sДобавьте подзаголовки, чтобы улучшить читаемость%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sРаспределение подзаголовков%2$s: Отличная работа!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sДлина предложений%2$s: %3$s ваших предложений длиннее, чем %4$s слов, что больше, чем рекомендуемый максимум в %5$s. %6$sПопытайтесь укоротить предложения%2$s."],"%1$sSentence length%2$s: Great!":["%1$sДлина предложений%2$s: Отлично!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sПоследовательные предложения%2$s: В ваших предложениях достаточно разнообразия. Это очень хорошо!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sПоследовательные предложения%2$s: Ваш текст содержит %3$d предложений подряд, которые начинаются с одного и того же слова. %5$sДобавьте разнообразия%2$s!","%1$sПоследовательные предложения%2$s: Ваш текст содержит %4$d частей, где %3$d предложений подряд начинаются с одного и того же слова. %5$sДобавьте разнообразия%2$s!","%1$sПоследовательные предложения%2$s: Ваш текст содержит %4$d частей, где %3$d предложений подряд начинаются с одного и того же слова. %5$sДобавьте разнообразия%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sПассивный голос%2$s: %3$s ваших предложений содержат пассивный голос, что выше рекомендуемого максимума в %4$s. %5$sСтарайтесь использовать больше активного голоса%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sПассивный голос%2$s: Вы используете достаточно активного голоса. Это прекрасно!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sДлина абзацев%2$s: %3$d из ваших абзацев содержит больше, чем рекомендуемым максимум в %4$d слов. %5$sУкоротите абзацы%2$s!","%1$sДлина абзацев%2$s: %3$d из ваших абзацев содержат больше, чем рекомендуемым максимум в %4$d слов. %5$sУкоротите абзацы%2$s!","%1$sДлина абзацев%2$s: %3$d из ваших абзацев содержат больше, чем рекомендуемым максимум в %4$d слов. %5$sУкоротите абзацы%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sДлина абзацев%2$s: Ни один из ваших абзацев не слишком длинный. Отличная работа!"],"Good job!":["Отличная работа!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sИндекс читаемости Флеша%2$s: Ваш текст получил оценку %3$s в тесте удобочитаемости, что означает, что его %4$s читать. %5$s%6$s%7$s"],"Focus keyphrase":["Фокусное ключевое слово"],"%1$s with ID %2$s couldn't be patched":["%1$s с ID %2$s не может быть исправлен"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Неверный запрос POST. Мета значения уже существуют для объекта с ID %1$s."],"Indexable with ID `%1$s` does not exist":["Индексируемый объект с ID `%1$s` не существует"],"No object with ID %1$s and %2$s could be found":["Объекты с ID %1$s и %2$s не могут быть найдены"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` - неверный подтип `%2$s`"],"The object type `%1$s` is invalid":["Неверный тип объекта `%1$s`"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Указан неверный тип параметра `%1$s`. Ожидалось `%2$s`, но получено `%3$s`"],"The parameter `%1$s` cannot be empty.":["Параметр `%1$s` не может быть пустым."],"Check Keyphrase Density":["Проверить плотность ключевых слов"],"Disable":["Отключить"],"Allow Control":["Разрешить контроль"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["На этой вкладке можно выборочно отключить возможности %s для всех сайтов сети. По умолчанию все возможности включены, что позволяет администраторам сайта настраивать их самостоятельно для своих сайтов. Если вы отключите какую-либо возможность здесь, то администраторы сайта не смогут ее использовать совсем."],"%s is a required feature toggle argument.":["%s - требуемый аргумент для включения или выключения возможности."],"Keyphrase:":["Ключевое слово:"],"Remove keyphrase":["Убрать ключевое слово"],"This feature has been disabled by the network admin.":["Эта возможность отключена администратором сети."],"Focus keyphrase not set.":["Фокусное ключевое слово не установлено."],"Multiple keyphrases":["Множественные ключевые слова"],"Colon":["Двоеточие"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s и %2$s управляют настройками SEO вашего сайта. Запуск двух плагинов SEO одновременно может навредить вашему сайту."],"There is a new notification.":["Есть новое уведомление.","Есть новые уведомления.","Есть новые уведомления."],"Learn more about the readability analysis":["Подробнее об анализе читаемости"],"Describe the duration of the instruction:":["Опишите длительность инструкции:"],"Optional. Customize how you want to describe the duration of the instruction":["Не обязательно. Настройте то, как вы хотите описать длительность инструкции"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Это список связанного содержимого, на которое вы можете сослаться в записи. {{a}}Прочитайте нашу статью о структуре сайта{{/a}}, чтобы узнать как внутренняя перелинковка может улучшить SEO."],"%s, %s and %s":["%s, %s и %s"],"%s and %s":["%s и %s"],"%d minute":["%d минута","%d минуты","%d минут"],"%d hour":["%d час","%d часа","%d часов"],"%d day":["%d день","%d дня","%d дней"],"Enter a step title":["Введите название шага"],"Optional. This can give you better control over the styling of the steps.":["Необязательно, но это даст вам больший контроль над стилем шагов."],"CSS class(es) to apply to the steps":["CSS класс(ы) применяемые к шагам"],"minutes":["минуты"],"hours":["часы"],"days":["дни"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Создавайте ваши Howto-руководства в SEO-оптимизированном виде. Вы можете использовать только 1 блок Howto на запись. "],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Создавайте списки ваших Часто Задаваемых Вопросов в SEO-оптимизированном виде. Вы можете использовать только 1 блок FAQ на запись."],"Copy error":["Ошибка копирования"],"An error occurred loading the %s primary taxonomy picker.":["Возникла ошибка загрузки %s выбора основной таксономии."],"%1$s Structured Data Blocks":["%1$s структурированные блоки данных"],"Time needed:":["Необходимое время:"],"Move question down":["Переместить вопрос ниже"],"Move question up":["Переместить вопрос выше"],"Insert question":["Вставить вопрос"],"Delete question":["Удалить вопрос"],"Enter the answer to the question":["Введите ответ на вопрос"],"Enter a question":["Введите вопрос"],"Add question":["Добавить вопрос"],"Frequently Asked Questions":["Часто задаваемые вопросы"],"Great news: you can, with %s!":["Отличная новость: вы можете, с %s!"],"Select the primary %s":["Выбрать основной %s"],"Check links to this URL":["Проверить ссылки на этот URL"],"Keyword research training":["Тренинг по ключевым словам"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Пожалуйста, проверьте %1$sшаблон архива%2$s для следующего типа контента: %3$s.","Пожалуйста, проверьте %1$sшаблона архива%2$s для следующих типов контента: %3$s.","Пожалуйста, проверьте %1$sшаблонов архива%2$s для следующих типов контента: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Вы пытаетесь использовать несколько ключевых слов? Вы должны добавить их раздельно ниже."],"Mark as cornerstone content":["Отметить как основное содержимое"],"Move step down":["Переместить шаг вниз"],"Move step up":["Переместить шаг наверх"],"Insert step":["Вставить шаг"],"Delete step":["Удалить шаг"],"Add image":["Добавить изображение"],"Enter a step description":["Указать описание шага"],"Enter a description":["Указать описание"],"Unordered list":["Несортированый список"],"Showing step items as an ordered list.":["Элементы шагов указаны в упорядоченном списке."],"Showing step items as an unordered list":["Элементы шагов указаны в неупорядоченном списке."],"Add step":["Добавить шаг"],"Delete total time":["Удалить общее время"],"Add total time":["Добавить общее время"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Предварительный просмотр сниппета"],"Analysis results":["Результаты анализа"],"Enter a focus keyphrase to calculate the SEO score":["Введите фокусное ключевое слово для расчета оценки SEO"],"Learn more about Cornerstone Content.":["Узнайте больше про Основное содержимое."],"Cornerstone content should be the most important and extensive articles on your site.":["Основным содержимым должны быть наиболее важные и обширные статьи на вашем сайте."],"Restore Site":["Восстановить сайт"],"Network Settings":["Настройки сети"],"You are not allowed to perform this action.":["Вам не разрешено выполнить это действие."],"Error: %s":["Ошибка: %s"],"Success: %s":["Успешно: %s"],"Site with ID %d not found.":["Сайт с ID %d не найден."],"No site has been selected to restore.":["Не выбран сайт для восстановления."],"You are not allowed to modify unregistered network settings.":["Вам не разрешено изменять незарегистрированные настойки сети."],"deleted":["удалено"],"Would you like to add another keyphrase?":["Хотите добавить другое ключевое слово?"],"image preview":["Предварительный просмотр изображения"],"Copied!":["Скопировано!"],"Not supported!":["Не поддерживается!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Прочитайте {{a}}нашу статью о структуре сайта{{/a}} для того, чтобы узнать больше как внутренняя перелинковка улучшает SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Как только вы напишете чуть больше, мы предложим вам список связанного содержимого, на которое вы можете сослаться в записи."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Рассмотрите создание ссылок на эти {{a}}статьи основного содержимого:{{/a}}"],"Consider linking to these articles:":["Подумайте о размещении ссылок на эти статьи:"],"Copy link":["Скопировать ссылку"],"Copy link to suggested article: %s":["Скопировать ссылку в предложенную статью: %s"],"The site's tagline":["Краткое описание сайта"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Мы недавно улучшили функциональность настроек вида результатов поиска. К сожалению, мы обнаружили, что в отдельных крайних случаях сохранение настроек для отдельных типов архивов записей работало некорректно."],"Not all required fields are given. Missing field %1$s":["Заполнены не все обязательные поля. Пропущено поле %1$s"],"Optimize your site for Google News.":["Оптимизируйте ваш сайт для Google News."],"Optimize your shop's SEO and sell more products!":["Оптимизируйте SEO вашего магазина и продавайте больше!"],"Be found in Google Video search and enhance your video sharing on social media.":["Пусть вас находят в Google поиске видео, а также улучшите распространение видео в социальных сетях."],"Be found in Google Maps and local results.":["Пусть вас находят на Google картах и в локальном поиске."],"Learn practical SEO skills to rank higher in Google.":["Изучите практические навыки SEO, для повышения рейтинга в Google."],"Don’t waste time figuring out the best settings yourself.":["Не тратьте время на то, чтобы самостоятельно определять лучшие настройки."],"Get quick wins to make your site rank higher in search engines.":["Достигните быстрых побед в ранжировке вашего сайта в поисковых системах."],"Add synonyms":["Добавить синонимы"],"Would you like to add keyphrase synonyms?":["Вы хотите добавить синонимы ключевых слов?"],"Would you like to add more than one keyphrase?":["Вы хотите добавить несколько ключевых слов?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Вы можете редактировать SEO мета-данные для этого пользовательского типа на %1$sстранице магазина%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Вы не установили страницу магазина в настройках WooCommerce. Установите её сейчас."],"Current year":["Этот год"],"Page":["Страница"],"Breadcrumb settings for %s archive":["Настройки \"хлебных крошек\" для архивов %s"],"Tagline":["Подзаголовок"],"Modify your meta description by editing it right here":["Измените свое мета-описание, отредактировав его прямо здесь"],"description (custom taxonomy)":["описание (произвольная таксономия)"],"(custom taxonomy)":["(произвольная таксономия)"],"(custom field)":["(произвольное поле)"],"Term404":["Элемент404"],"Caption":["Подпись"],"Pagenumber":["Номер страницы"],"Pagetotal":["Число страниц всего"],"Page number":["Номер страницы"],"User description":["Описание пользователя"],"ID":["ID"],"Modified":["Изменено"],"Post type (plural)":["Тип записей (plural)"],"Post type (singular)":["Тип записи (singular)"],"Separator":["Разделитель"],"Search phrase":["Поисковая фраза"],"Term title":["Заголовок элемента"],"Term description":["Описание элемента"],"Tag description":["Описание метки"],"Category description":["Описание рубрики"],"Primary category":["Основная рубрика"],"Category":["Рубрика"],"Tag":["Метка"],"Excerpt only":["Только отрывок"],"Excerpt":["Отрывок"],"Site title":["Название сайта"],"Archive title":["Заголовок архива"],"Parent title":["Заголовок родителя"],"Date":["Дата"],"Label":["Ярлык"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Вам стоит создать перенаправление, чтобы посетители не получали 404 ошибку при переходе на более несуществующий URL."],"Search engines and other websites can still send traffic to your deleted post.":["Поисковые системы и другие сайты все еще могут генерировать трафик на удаленную запись."],"Make sure you don't miss out on traffic!":["Не пропустите трафик!"],"You just deleted a %1$s.":["Вы удалили %1$s."],"You just trashed a %1$s.":["Вы переместили %1$s в корзину."],"Settings for %s archive":["Настройки для архивов %s"],"Settings for single %s URLs":["Настройки URL для отдельных %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Настройки на этой странице позволяют указать как будет выглядеть результат поиска по умолчанию для любого типа содержимого. Вы можете выбрать какой тип содержимого появится в результатах поиска и вариант описания по умолчанию."],"Note that not all variables can be used in every field.":["Учтите то, что не все переменные можно использовать в каждом поле."],"Snippet variables":["Переменные сниппета"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s уважает Вашу конфиденциальность. Прочтите наш %2$sprivacy policy%3$s о том, как мы поступаем с Вашей личной информацией."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Вы можете %1$s отклонить это сообщение%2$s, если знаете, что это значит, и не хотите больше видеть это сообщение."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Настройки Вашего сайта разрешают прикреплять URL на Ваш сайт. Пожалуйста, прочтите %1$s этот пост о потенциальных проблемах %2$s с прикреплёнными URL и проверьте, если у Вас установлены правильные настройки для Вашего сайта."],"Unknown type %1$s":["Неизвестный тип %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Включает бесплатную учётную запись MyYoast, которая дает вам доступ к нашему бесплатному курсу SEO для начинающих!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Подпишитесь на нашу новостную рассылку, если хотите получать новости о %1$s и других классных плагинах %2$s, а также читать интересные новости и советы из мира SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Получите ваш код верификации Baidu в %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Код верификации Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Импортер %s использует временные таблицы баз данных. WordPress, который вы используете, не может делать этого. Пожалуйста, обратитесь к вашему хостинг-провайдеру."],"Cleanup of %s data failed.":["Очистка данных %s не удалась."],"Content Type":["Тип содержимого"],"Filter by content type":["Фильтровать по типу содержимого"],"Show All Content Types":["Показывать все типы содержимого"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Чтобы исправить это, уберите галочку с \"Разделять комментарии по страницам...\" на странице %1$sНастройки комментариев%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Заменено на нормальный заголовок для архива, сгенерированного WordPress"],"Clean":["Очистить"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Если вы уверены, что ваш сайт в порядке, вы можете провести очистку, это удалит все исходные данные."],"Step 5: Clean up":["Шаг 5: очистка"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Вам нужно запустить мастер конфигурации со страницы SEO → General → Dashboard, чтобы убедиться, что ваш сайт настроен правильно. "],"Step 4: Run the configuration wizard":["Шаг 4: запустите мастер настроек"],"Please check your posts and pages and see if the metadata was successfully imported.":["Пожалуйста, проверьте ваши статьи и страницы и убедитесь, что метаданные были импортированы правильно."],"Step 3: Check your data":["Шаг 3: проверьте ваши данные"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Это импортирует метаданные типа заголовка SEO и описаний в метаданные %1$s. Это произойдет только в том случае, если вы еще не задали метаданные %1$s. Первоначальные данные останутся на месте."],"Step 2: Import":["Шаг 2: импорт"],"Please make a backup of your database before starting this process.":["Пожалуйста, создайте бекап-версию вашей базы данных прежде чем начинать."],"Step 1: Create a backup":["Шаг 1: создайте резервную копию"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Мы обнаружили данные одного или нескольких плагинов SEO на вашем сайте. Пожалуйста, пройдите по следующим ссылкам, чтобы импортировать ваши данные."],"Plugin: ":["Плагин:"],"%s did not detect any plugin data from plugins it can import from.":["%s не обнаружил данных других плагинов для импорта."],"Posts that should not show up in search results":["Записи которые не должны показываться в результатах поиска"],"%s data found.":["%s данные найдены."],"%s data successfully removed.":["%s данные удалены"],"%s data successfully imported.":["%s данные импортированы."],"%s data not found.":["%s данные не найдены."],"Improve your SEO skills":["Улучшите ваши навыки SEO"],"24/7 email support":["Поддержка по e-mail 24/7 "],"No more dead links a.k.a. 404 pages":["Больше нет мертвых ссылок (404 страниц)"],"Get real-time suggestions for internal links":["Получайте мгновенные предложения по внутренним ссылкам для вашего сайта"],"Preview your page in Facebook and Twitter":["Предпросмотр вашей страницы на Facebook и Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Нажмите кнопку \"%3$s\", чтобы использовать мета-описание, уже установленное в настройке %1$s Поиск по сайту %2$s."],"Help on copying the home meta description":["Помощь по копированию мета-описания главной страницы"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Для того чтобы сообщить поисковикам о том, какие профили в социальных сетях привязаны к этому сайту, введите ниже информацию о профилях социальных сетей вашего сайта"],"Learn more about your social profiles settings":["Узнайте подробнее о настройках ваших профилей в соцсетях."],"Remove the categories prefix":["Удалить префиксы рубрик"],"Help on the category prefix setting":["Помощь в настройках префиксов рубрик"],"Learn more about the available variables":["Узнайте поподробнее о доступных переменных"],"Learn more about the RSS feed setting":["Узнайте поподробнее о настройках RSS-ленты"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Если вы загружаете медиафайл (например, изображение или видео), WordPress не только сохраняет ваш медиафайл, но и создает URL для него. Страницы с этими URL почти пустые: на них есть только ваше медиа и, возможно, заголовок (если вы его добавили). По этой причине, если вы никогда не используете эти URL, лучше деактивировать их и перенаправить их на сам медиа-объект."],"Learn more about the Media and attachment URLs setting":["Узнайте больше о настройках URL медиафайлов и вложений"],"Learn more about the title separator setting":["Подробнее о настройке разделителя заголовков ..."],"Learn more about the knowledge graph setting":["Подробнее о настройке графа знаний ..."],"Learn more about the homepage setting":["Подробнее о настройке домашней страницы ..."],"Learn more about the special pages setting":["Подробнее о настройке специальных страниц"],"Help on the date archives search results setting":["Помощь в настройке результатов поиска в датированных архивах"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Запрет показа архива авторов без публикаций в результатах поиска технически означает, что у них будет %1$s тег в robots meta и они будут исключены из XML карт сайта. %2$sБольше информации о настройках результатов поиска%3$s."],"Help on the authors without posts archive search results setting":["Помощь в настройке результатов поиска для архива авторов без публикаций"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Запрет показа архива авторов в результатах поиска технически означает, что у них будет %1$s тег в robots meta и они будут исключены из XML карт сайта. %2$sБольше информации о настройках результатов поиска%3$s."],"Help on the author archives search results setting":["Помощь в настройке результатов поиска авторских архивов"],"Archives settings help":["Помощь с настройками архивов"],"Learn more about the archives setting":["Узнайте больше о настройках архивов"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Получите ваш код верификации Яндекс в %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Код верификации Яндекс"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Получите код верификации Google в %1$s Google Search Console %2$s."],"Google verification code":["Код верификации Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Получите код верификации Bing в %1$s Bing Инструменты для веб-разработчиков %2$s."],"Bing verification code":["Код верификации Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Используйте следующие блоки, чтобы верифициаровать ваш сайт в разных поисковых системах. Эта настройка добавит метатег верификации на вашу домашнюю страницу. Пройдите по ссылкам на Инструменты для веб-разработчиков разных поисковых систем и получите верификационные коды. Если ваш сайт уже был верифицирован, вам ничего не надо делать. "],"Learn more about the Webmaster Tools verification":["Узнать больше о верификации в Инструментах для веб-разработчиков"],"On":["Вкл"],"Help on: %s":["Справка по: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s предлагает множество разных сервисов. Вы можете активировать/деактивировать некоторые из них ниже. Кликните на знак вопроса, чтобы получить больше информации о сервисе."],"Off":["Выкл"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Профессиональная секция метабокса %1$s позволяет пользователю удалять посты из результатов поиска или менять канонические ссылки. Возможно, вы не хотите, чтобы любой автор мог это делать на вашем сайте. Поэтому, по умолчанию, это могут делать только редакторы и администраторы. Настройка \"%2$s\" позволит любому пользователю менять эти настройки."],"Security: no advanced settings for authors":["Безопасность: нет дополнительных настроек для авторов"],"See who contributed to %1$s.":["Посмотрите, кто внес вклад в %1$s."],"Help on this search results setting":["Помощь с настройкой результатов поиска"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Запрет отображения архива %1$s в результатах поиска технически означает, что для них будет отображаться %2$s robots meta они будут исключены из XML карт сайта. %3$sБольше информации о настройках результатов поиска%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Запрет отображения %1$s в результатах поиска технически означает, что для них будет отображаться %2$s robots meta они будут исключены из XML карт сайта. %3$sБольше информации о настройках результатов поиска%4$s."],"Check SEO configuration":["Проверить SEO конфигурацию"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Если вы хотите быть уверены, что настройки %1$s в порядке, %2$sоткройте мастер настроек еще раз%3$s."],"Default for %2$s, currently: %1$s":["По умолчанию для %2$s, в настоящее время: %1$s"],"Show %s in search results?":["Показать %s в результатах поиска?"],"this author's archives":["архивы этого автора"],"Do not allow search engines to show %s in search results.":["Запретить поисковым системам показывать %s в результатах поиска."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL-адреса рубрик в WordPress содержат префикс, обычно %s, эта функция удаляет этот префикс только для рубрик."],"Category URLs":["URL рубрик"],"the archive for %s":["архив для %s"],"Redirect attachment URLs to the attachment itself?":["Перенаправить URL вложений на файл вложения?"],"We recommend you set this to Yes.":["Мы рекомендуем \"Да\""],"Media & attachment URLs":["URL медиафайлов и вложений"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Так выглядит результат поиска, когда люди находят вашу домашнюю страницу. То есть, вероятно, они видят это, когда ищут имя вашего бренда."],"date archives":["датированные архивы"],"archives for authors without posts":["архивы авторов без записей"],"Read why XML Sitemaps are important for your site.":["Узнайте почему XML карты важны для вашего сайта"],"Enable the XML sitemaps that %s generates.":["Включите файлы Sitemap XML, которые генерирует %s."],"See the XML sitemap.":["Посмотреть XML карту сайта"],"%2$s (current default for %1$s)":["%2$s (текущее значение по умолчанию для %1$s)"],"Media":["Медиа"],"Content Types":["Типы содержимого"],"Should search engines follow links on this %1$s?":["Должны ли поисковые системы проходить по ссылкам в статье %1$s?"],"Allow search engines to show this %s in search results?":["Разрешить поисковым системам показывать %s в результатах поиска?"],"Search Appearance":["Отображение в поисковой выдаче"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Пожалуйста, укажите, какие типы контента должны появляться в выдачах поисковиков. Если вы не знаете различий между ними, выберите настройки по умолчанию."],"Search engines should show \"%1$s\" in search results:":["Поисковые системы должны показывать \"%1$s\" в результатах поиска:"],"Search engine visibility":["Видимость для поисковых систем"],"Toggle %1$s's XML Sitemap":["Переключить %1$s's XML-карту сайта"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Отправляемые отсюда запросы идут напрямую в нашу техподдержку через 256-битный SSL, так что переписка защищена на 100%."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Функция ключевого содержимого позволяет вам указывать ключевое содержимое на вашем сайте и фильтровать по нему."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Если вы столкнулись с проблемой, для которой нет решения в наших видеоуроках и базе знаний, можно послать сообщение в нашу техподдержку. Мы работаем круглосуточно."],"Good results":["Хорошие результаты"],"Get better search results in local search":["Улучшить результаты в локальном поиске."],"Allow customers to pick up their %s order locally":["Разрешить покупателям забрать заказ с %s на месте"],"SEO analysis":["SEO анализ"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO Анализ предлагает предложения по улучшению SEO вашего текста."],"Learn how the SEO analysis can help you rank.":["Узнайте, как SEO анализ может помочь вам продвинуться в результатах поиска."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Анализ читабельности подскажет, как улучшить структуру и стиль вашего текста."],"Discover why readability is important for SEO.":["Узнайте, почему читабельность важна для SEO."],"Find out how cornerstone content can help you improve your site structure.":["Узнайте, как ключевое содержимое может улучшить структуру вашего сайта."],"The text link counter helps you improve your site structure.":["Счетчик текстовых ссылок поможет улучшить структуру вашего сайта."],"Find out how the text link counter can enhance your SEO.":["Узнайте, как счетчик текстовых ссылок может улучшить ваше SEO."],"%s integration":["%s интеграция"],"Read more about how %s works.":["Узнайте больше о том, как работает %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Активируйте, если вы хотите, чтобы Facebook и другие социальные сети отображали изображения и отрывок текста в предпросмотре, если кто-то поделится ссылкой на ваш сайт."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Активируйте, если вы хотите, чтобы Twitter отображал изображения и отрывок текста в предпросмотре, если кто-то поделится ссылкой на ваш сайт."],"Find out why you should upgrade to %s":["Узнайте почему вам нужно обновиться до %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Последние записи блогов на %1$s"],"Need help?":["Нужна помощь?"],"Remove highlight from the text":["Убрать выделение из текста"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Быстро начать работу с %1$s %2$sмастером настройки%3$s!"],"First-time SEO configuration":["Первичная SEO настройка"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Языком Вашего сайта выбран {language}. Если эта информация не верна, свяжитесь с администратором Вашего сайта."],"Your site language is set to {language}.":["Языком Вашего сайта выбран {language}. "],"Highlight this result in the text":["Выделить результат в тексте"],"Considerations":["На рассмотрении"],"Errors":["Ошибки"],"Change language":["Сменить язык"],"You cannot create a %s file.":["Вы не можете создать файл %s."],"You cannot edit the %s file.":["Вы не можете редактировать файл %s."],"Updated %s":["%s обновлен"],"Create %s file":["Создать файл %s"],"Edit the content of your %s:":["Редактировать содержимое файла %s:"],"Save changes to %s":["Сохранить изменения в %s"],"%s file":["файл %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s и %2$s могут работать лучше, если вы добавите вспомогательный плагин. Пожалуйста, установите %3$s, чтобы сделать вашу жизнь проще. %4$s."],"More information":["Больше информации"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s и %2$s могут работать лучше, если вы добавите вспомогательный плагин. Пожалуйста, установите %3$s, чтобы сделать вашу жизнь проще. "],"More information about %1$s":["Больше информации о %1$s"],"Configuration Wizard":["Мастер настройки"],"You've done it!":["Вы сделали это!"],"Seamlessly integrate %1$s into your AMP pages!":["Безупречная интергация %1$s в Ваши AMP страницы!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Безупречная интергация %2$s c %1$s для анализа контента!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s и %2$s могут работать лучше, если установить дополнительный плагин. Пожалуйста, установите %3$s, чтобы сделать жизнь проще."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Настройка вида в результатах поиска для %1$s устанавливается переменными, которые заменяются конкретными значениями с вашей страницы, в тот момент, когда страница показывается на экране. В таблице ниже перечислены все доступные переменные. "],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Обозначьте, какой контент (%1$s) является 'ключевым содержимым'. Это улучшит структуру вашего сайта. %2$sУзнайте больше о ключевом содержимом%3$s."],"Loading help center.":["Загружаем центр помощи."],"Get support":["Обратиться в поддержку"],"(Opens in a new browser tab)":["(Откроется в новой вкладке браузера)"],"Posts %1$swithout%2$s a focus keyphrase":["Записи %1$sбез%2$s фокусного ключевого слова"],"Hey, your SEO is doing pretty well! Check out the stats:":["Эй! У вас отличные оценки SEO! Посмотрите статистику:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["У вас нет опубликованных записей, ваша SEO оценка появится после того, как вы опубликуете свою первую запись!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["На этой странице вы можете изменить название своего сайта и выбрать, какой разделитель использовать. Разделитель будет отображаться, например, между заголовком записи и названием сайта. Символы отображаются в том же размере, который показывается в результатах поиска. Выберите тот, который лучше всего подходит вашему бренду, или занимает наименьшее место в сниппетах."],"Something else":["Что-то еще"],"A portfolio":["Портфолио"],"A corporation":["Корпорация"],"A small offline business":["Малый оффлайн бизнес"],"A news channel":["Новостной канал"],"An online shop":["Онлайн-магазин"],"A blog":["Блог"],"What does the site %1$s represent?":["Кого представляет этот сайт %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Если вы выберете \"нет\", ваши авторские архивы будут деактивированы, чтобы не создавать вторую копию содержимого."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Внимание: мы не храним ваши данные и у нас нет полного доступа к вашей учетной записи.\nС нами ваши личные данные в безопасности."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s интегрируется с Google Search Console, обязательным инструментом для владельцев сайтов. Он предоставляет вам информацию о состоянии вашего сайта. У вас нет учетной записи Google или ваш сайт еще не активирован? Узнайте, %2$sкак подключить Google Search Console к вашему сайту%3$s."],"Option B: My site is under construction and should not be indexed":["Вариант 2: Мой сайт еще создается и не должен быть индексирован"],"Option A: My site is live and ready to be indexed":["Вариант 1: Мой сайт работает и готов к индексации"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Выберите \"В стадии разработки\", если хотите, чтобы сайт не был проиндексирован поисковыми сервисами. Не забудьте изменить эту настройку потом, когда будете готовы опубликовать свой сайт."],"Please specify if your site is under construction or already active.":["Пожалуйста, укажите, ваш сайт еще разрабатывается или уже работает."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Эта информация будет использоваться в карточке Google Knowledge Graph, большом \n блоке информации, которую вы иногда видите справа от выдачи поиска."],"Read more like this on our SEO blog":["Больше таких статей на нашем SEO блоге"],"Readability: %s":["Читабельность: %s"],"Not activated":["Не активирован"],"Activated":["Активирован"],"%1$s recommendations for you":["%1$s рекомендует"],"All Readability Scores":["Все оценки читаемости"],"Filter by Readability Score":["Фильтровать по оценке читаемости"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Вы не получаете обновления или поддержку! Решите эту проблему, добавив этот сайт и включив %1$s для него в %2$s."],"Request method %1$s is not valid.":["Метод запроса %1$s неверен."],"Muted notifications:":["Спрятанные уведомления:"],"Muted problems:":["Спрятанные проблемы:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Хотите увидеть, как ваша запись будет смотреться, если кто-то поделится ею на %1$s? Это возможно с %2$s."],"Good job! All the links in your texts have been counted.":["Отличная работа! Все ссылки в ваших текстах посчитаны."],"Calculation completed.":["Подсчет завершен."],"Calculation in progress...":["Идет подсчет ..."],"Stop counting":["Остановить подсчет"],"Counting links in your texts":["Считаем ссылки в ваших текстах"],"Text %1$s of %2$s processed.":["Обработан текст %1$s из %2$s ."],"All your texts are already counted, there is no need to count them again.":["Все ваши тексты уже пересчитаны, нет необходимости делать это снова."],"Count links in your texts":["Считать ссылки в ваших текстах"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Если вы проанализируете все ссылки во всех опубликованных текстах на вашем сайте, то сможете понять, каким текстам нужно больше ссылок. Если вы хотите знать больше о том, как работают внутренние ссылки, почитайте %1$sнашу статью на %2$s%3$s."],"Text link counter":["Счетчик текстовых ссылок"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Число внутренних ссылок, ссылающихся на эту запись. Подробности во вкладке Помощь, \"Столбцы Yoast\"."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Количество внутренних ссылок в этом посте. Подробности во вкладке Помощь, \"Столбцы Yoast\"."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s добавляет несколько столбцов на эту страницу. Мы написали статью о том, %2$sкак использовать оценку SEO и показатель удобочитаемости%3$s. В столбцах ссылок показано количество статей на этом сайте, которые ссылаются %5$sна%6$s эту статью, и количество URL-адресов %5$sв%6$s этой статье. Узнайте больше о том, %4$sкак использовать эти функции, чтобы улучшить ваши внутренние ссылки%3$s, что значительно улучшает ваше SEO."],"%s Columns":["%s Столбцы"],"Readability score":["Оценка читабельности"],"Other benefits of %s for you:":["Другие возможности %s для вас:"],"Scroll to see the preview content.":["Прокрутите, чтобы увидеть предпросмотр содержимого."],"Cornerstone content":["Ключевое содержимое"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s теперь позаботится обо всем, что касается технической оптимизации вашего сайта. Для того, чтобы улучшить показатели вашего сайта в поисковой выдаче, очень важно создавать содержимое, которое хорошо подходит для тех ключевых слов, которые вам важны. Посмотрите это видео, в котором мы объясняем как использовать %1$s метабокс когда вы редактируете статьи или страницы."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Если вы хотите иметь более высокий ранг по сравнению с конкурентами в определенном городе или регионе, смотрите наш %1$s плагин! Вы лекго сможете добавить Google карты, часы работы, контактную информацию и поиск местоположений. Кроме этого %1$s помогает вам улучшить удобство использования вашей страницы контактов."],"Attract more customers near you":["Привлечь больше клиентов возле вас"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Хотите узнать все тонкости %1$s плагина? Хотите узнать все о наших расширенных настройках? Хотите иметь возможность действительно получить максимум от %1$s плагина? Узнайте больше о наших обучающих курсах по работе с плагином %1$s и начните превосходить конкурентов! "],"Get the most out of %1$s with the %2$s":["Получите максимум от %1$s с %2$s"],"Upgrade to Premium":["Обновитесь до Премиум"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Хотите ли вы иметь более высокий ранг по сравнению с конкурентами? %1$s предоставляет отличные дополнительные возможности, которые помогут вам профессионально построить вашу SEO стратегию. Используйте функцию добавления множества ключевых слов, менеджера редиректов и наш инструмент внутренней перелинковки. %1$s также предоставит вам доступ к премиум поддержке."],"Outrank the competition with %s":["Превзойти конкурентов с %s"],"You might like":["Вам может понравиться"],"Newsletter":["Новостная рассылка"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Мы обнаружили что вы ещё не закончили настройку, поэтому мы рекомендуем вам %2$sзапустить мастера настройки для того, чтобы сконфигурировать %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Мастер настройки поможет вам с легкостью сконфигурировать оптимальные SEO настройки для вашего сайта."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Перейдите на Premium и наши специалисты будут рады ответить на любые вопросы по настройке и использовании плагина."],"Superfast internal linking suggestions":["Мгновенно предлагаемые внутренние ссылки"],"Great news: you can, with %1$s!":["Отличные новости: вы можете с %1$s!"],"Save changes":["Сохранить изменения"],"1 year free support and updates included!":["1 год бесплатных обновлений и улучшений включен!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Плагин %2$s изменяет вид вашего сайта, так что поисковые системы и обычные пользователи видят его по-разному (это называется cloaking). Мы очень рекомендуем вам отключить его."],"%1$sSocial media preview%2$s: Facebook & Twitter":["Предварительный просмотр %1$sсоциальных медиа%2$s: Facebook и Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sБольше никаких мертвых ссылок%2$s: простое управление перенаправлением"],"No ads!":["Без рекламы!"],"Facebook & Twitter":["Facebook и Twitter"],"Social media preview":["Предварительный просмотр в социальных сетях"],"Easy redirect manager":["Легкий менеджер переадресации"],"No more dead links":["Больше никаких мертвых ссылок"],"Increase your SEO reach":["Увеличить SEO-доступность"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Если вам нужна помощь в создании качественного контента, наш %2$sкурс SEO копирайтинга%3$s для вас! Если вы хотите знать все о возможностях плагина, пройдите наш курс %1$s!"],"Variable":["Переменная"],"Available variables":["Доступные переменные"],"Scroll to see the table content.":["Прокрутите, чтобы увидеть содержимое таблицы."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Пожалуйста посмотрите %1$sнашу статью о том как подключить консоль поиска Google%2$s к вашему сайту, если вам нужна помощь."],"An error occurred in the '%1$s' assessment":["Ошибка при оценке '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s слов содержат %2$sболее %3$s слогов%4$s, это больше рекомендуемого максимума (%5$s)."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s слов содержат %2$sболее %3$s слогов%4$s, это меньше рекомендованного максимума %5$s или равно ему."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Это немного меньше рекомендованного минимума в %5$d слово. %3$sДобавьте чуть больше содержания, имеющего отношение к данной теме%4$s.","Это немного меньше рекомендованного минимума в %5$d слова. %3$sДобавьте чуть больше содержания, имеющего отношение к данной теме%4$s.","Это немного меньше рекомендованного минимума в %5$d слов. %3$sДобавьте чуть больше содержания, имеющего отношение к данной теме%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Мета-описание содержит %1$d предложение, состоящее из %2$sболее %3$s слов%4$s. Постарайтесь сократить это предложение.","Мета-описание содержит %1$d предложения, состоящих из %2$sболее %3$s слов%4$s. Постарайтесь сократить эти предложения.","Мета-описание содержит %1$d предложений, состоящих из %2$sболее %3$s слов%4$s. Постарайтесь сократить эти предложения."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Мета-описание не содержит предложений, состоящих из %1$sболее %2$s слов%3$s."],"No new notifications.":["Нет новых уведомлений."],"Save all":["Сохранить все"],"Save":["Сохранить"],"%1$s, Author at %2$s":["%1$s, Автор в %2$s"],"Mobile preview":["Предварительный просмотр для мобильного устройства."],"Desktop preview":["Предварительный просмотр для Настольного ПК"],"Select redirect":["Выберите перенаправление"],"Please provide an SEO title by editing the snippet below.":["Укажите SEO-заголовок страницы в этом сниппете."],"Meta description preview:":["Просмотр мета-описания:"],"Slug preview:":["Просмотр ярлыка:"],"SEO title preview:":["Предварительный просмотр SEO названия:"],"Close snippet editor":["Закрыть редактор сниппета"],"Slug":["Ярлык"],"Remove marks in the text":["Удалить метки в тексте"],"Mark this result in the text":["Отметить этот результат в тексте"],"Marks are disabled in current view":["Маhrths отключены в текущем представлении"],"Good SEO score":["Хорошая оценка SEO"],"OK SEO score":["Оценка SEO: уд-ная"],"Feedback":["Обратная связь"],"ok":["OK"],"Choose an image":["Выберите изображение"],"Remove the image":["Удалить изображение"],"MailChimp signup failed:":["Регистрация в MailChimp не удалась:"],"Sign Up!":["Зарегистрироваться!"],"Name":["Имя"],"There is an error with the request.":["Ошибка запроса."],"Select profile":["Выберите профиль"],"Choose a profile":["Выберите профиль"],"Authorization code":["Код авторизации"],"Reauthenticate with Google":["Повторно авторизоваться с помощью Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Чтобы разрешить %s извлечь информацию Google Search Console, введите код авторизации Google. При нажатии на кнопку ниже, откроется новое окно."],"Please provide a meta description by editing the snippet below.":["Укажите мета-описание страницы в этом сниппете."],"Edit snippet":["Изменить сниппет"],"You can click on each element in the preview to jump to the Snippet Editor.":["Кликните на любом элементе предпросмотра, чтобы перейти к редактору снипета."],"Close the Wizard":["Закройте мастер"],"Export settings":["Экспорт настроек"],"%1$s video tutorial":["%1$s видеоурок"],"%s › Configuration Wizard":["%s › Мастер настройки"],"Please don't show me this notification anymore":["Не показывайте мне больше это уведомление"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Если у вас возникли проблемы, %1$s предоставьте отчет об ошибке %2$s и мы сделаем все возможное, чтобы помочь вам."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Мы заметили, вы используете %1$s в течение некоторого времени; мы надеемся, что вы любите его! Мы были бы в восторге, если вы могли бы %2$s дать нам 5 звезд рейтинга на WordPress.org%3$s!"],"Courses":["Курсы"],"Date archives settings":["Настройка архивов по датам"],"Author archives settings":["Настройки архивов авторов"],"%1$s by %2$s":["%1$s от %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Предупреждение: переменная %s не может быть использована в этом шаблоне. Смотрите справочный центр для получения дополнительной информации."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Знаете ли вы, что у нас также есть %1$sпремиум-плагин%2$s? Он предлагает расширенные функции, такие как переадресация и поддержка нескольких ключевых слов. Он поставляется с персональной поддержкой 24/7."],"(no title)":["(нет заголовка)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["%1$s меню администратора. Панель содержит список инструментов анализа страниц и предложения для исправлений."],"Admin bar menu":["Меню в панели администратора"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s проверяет ежедневно, если ваш сайт индексируется поисковыми системами и %2$s уведомляет вас, если это не так."],"Features":["Возможности"],"SEO title":["SEO-заголовок"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["В то время как мы стремимся сделать настройки %1$s как можно проще, мы понимаем, что они все равно могут быть для вас сложными. Если вы предпочитаете, чтобы мы установили %1$sдля вас (и получить копию %2$s в процессе), закажите нашу %3$s%1$s конфигурационную услугу%4$s здесь!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Добро пожаловать в %1$s мастер настройки. Нескольких простых шагов помогут Вам настроить параметры SEO вашего сайта!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google показывает имя вашего сайта в результатах поиска, если вы хотите изменить его, можете сделать это здесь."],"Greater than sign":["Больше, чем знак"],"Less than sign":["Знак меньше"],"Right angle quotation mark":["Правая угловая кавычка"],"Left angle quotation mark":["Левая угловая кавычка"],"Small tilde":["Малая тильда"],"Vertical bar":["Вертикальная полоса"],"Low asterisk":["Нижний знак сноски"],"Asterisk":["Звездочка"],"Bullet":["Маркер"],"Middle dot":["Средняя точка"],"Em dash":["Длинное тире"],"En dash":["Короткое тире"],"Dash":["Тире"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Выберите символ для использования в качестве разделителя заголовка. Он будет показан между вашим названием сообщения и названием сайта. Символы будут появляться в результатах поиска."],"The name of the person":["Имя лица"],"No":["Нет"],"Yes":["Да"],"Does, or will, your site have multiple authors?":["Имеет ли или будет ли иметь ваш сайт несколько авторов?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress автоматически генерирует URL для каждого медиа элемента в библиотеке. Включение этой позиции позволит Google индексировать сгенерированный URL."],"Success!":["Успех!"],"Title settings":["Настройки Заглавия"],"Google Search Console":["Поисковая консоль Google"],"Multiple authors":["Несколько авторов"],"Site type":["Тип сайта"],"Environment":["Окружающая среда"],"Yoast option %1$s not found.":["Yoast опция %1$s не найдена."],"Google Structured Data Test":["Google Структурированные данные теста"],"Posts list":["Список сообщений"],"Posts list navigation":["Навигация Списка сообщений"],"Filter posts list":["Фильтр списка сообщений"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Обратите внимание, что ссылки на архивы могут иметь еще выход из вашей темы, и вам нужно будет удалить их по отдельности."],"%1$s to optimize your site even further":["%1$s еще больше для оптимизации вашего сайта"],"%1$s extensions":["%1$s расширений"],"Comes with our 30-day no questions asked money back guarantee":["Поставляется с 30-дневной гарантией возврата денег."],"More information %1$sabout %3$s%2$s":["Дополнительная информация %1$s о %3$s%2$s"],"Installed":["Установлено"],"gain access to our 24/7 support team.":["получить доступ к нашей службе поддержки 24/7."],"Premium support":["Премиум-поддержка"],"check what your Facebook or Twitter post will look like.":["Проверяет, как будет выглядеть запись в Facebook или Twitter"],"Social previews":["Социальные предварительные просмотры"],"create and manage redirects from within your WordPress install.":["создавать и управлять переадресацией из вашего WordPress."],"Redirect manager":["Менеджер перенаправления"],"%1$s, take your optimization to the next level!":["%1$s, принял меры по оптимизации на следующем уровне!"],"A seamless integration between %1$s and %2$s":["Бесшовная интеграция между %1$s и %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Использовать %1$s хлебные крошки вместо %2$s ones"],"Easily insert Google Maps, a store locator, opening hours and more":["Легко вставить Google Maps, локатор магазинов, часы и многое другое"],"Creates XML News Sitemaps":["Создает XML Sitemap для новостей"],"Immediately pings Google on the publication of a new post":["Сразу пингует Google о публикации нового поста"],"Optimize your site for Google News":["Оптимизация сайта для Google News"],"Make videos responsive through enabling fitvids.js":["Сделать видео позволяющее реагировать через fitvids.js"],"Enhance the experience of sharing posts with videos":["Повышайте опыт обмена сообщениями с видео"],"Show your videos in Google Videos":["Покажите свои видео в Google Видео"],"Crawl issues list":["Список вопросов обхода контента"],"Crawl issues list navigation":["Сканирование пунктов списка навигации"],"Edit “%s”":["Редактировать “%s”"],"Premium":["Премиум"],"Google Trends":["Google тренды"],"Notifications":["Уведомления"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Удаляет вкладку ключевых слов из METABOX и отключает все связанные с ней SEO предложения."],"Disable SEO analysis":["Отключить SEO анализ"],"Twitter settings":["Настройки Twitter"],"Pinterest settings":["Настройки Pinterest"],"Facebook settings":["Настройки Facebook"],"Title separator symbol":["Символ разделителя Заглавия"],"RSS feed settings":["Настройки RSS канала"],"Breadcrumbs settings":["Настройки \"Хлебных крошек\""],"Make primary":["Сделать основной"],"Enter your Google Authorization Code and press the Authenticate button.":["Введите ваш код авторизации Google и, нажмите кнопку Аутентификация"],"%s notification":["%s уведомление","%s уведомления","%s уведомлений"],"Disable readability analysis":["Отключить анализ читаемости"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Удаляет вкладку \"Читаемость\" из METABOX и отключает все связанные с ней предложения."],"Readability analysis":["Анализ удобочитаемости"],"Needs improvement":["Требуется улучшение"],"Readability":["Читабельность"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Вы пытаетесь загрузить не уменьшенные файлы, они доступны только в нашем пакете разработки. Проверьте %1$s чтобы увидеть исходные файлы."],"Improvements":["Улучшения"],"Restore this item.":["Восстановить элемент."],"Dismiss this item.":["Скрыть элемент."],"Good job! We could detect no serious SEO problems.":["Отличная работа! Каких-либо серьезных проблем SEO не обнаружено."],"We have detected the following issues that affect the SEO of your site.":["Мы обнаружили следующие проблемы, влияющие на SEO вашего сайта."],"Problems":["Проблемы"],"Analysis":["Анализ"],"Not available":["Недоступен"],"Filter by SEO Score":["Фильтровать по SEO Оценке"],"Meta description not set.":["Мета-описание не задано."],"Video tutorial":["Видео учебник"],"Email support is a %s feature":["Поддержка по e-mail доступна только для %s"],"Knowledge base":["База знаний"],"Open":["Открыть"],"Dashboard":["Консоль"],"You can fix this on the %1$sPermalink settings page%2$s.":["Вы можете исправить это на %1$s Постоянная ссылка страницы настройки %2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Включено деление комментариев на страницы. Этого не требуется в 999 из 1000 случаев. Рекомендуем отключить."],"Replaced with the primary category of the post/page":["Основная рубрика записи/страницы"],"Pinterest confirmation":["Подтверждение Pinterest "],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Если вы уже связали свой сайт с Pinterest, можно пропустить следующий шаг."],"Format-based archives":["Архивы по формату"],"Webmaster Tools verification":["Подтверждение инструментов для веб-мастеров"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Подпишитесь на наш тренинг по %1$s для WordPress и станьте сертифицированным экспертом по %1$s!"],"Want to be a %s Expert?":["Хотите стать экспертом по %s?"],"Buy %s":["Купить %s"],"Show information about errors in category %s":["Показать информацию об ошибках в категории %s"],"New %1$s Title":["Новый заголовок %1$s"],"Existing %1$s Title":["Текущий заголовок %1$s"],"Expected an integer as input.":["На ввод ожидается целочисленное значение."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Попытка создать ключ кэша карты сайта, но постфиксу и комбинации префикса оставлено слишком мало места. Возможно вы запрашиваете страницу, которая находится вне ожидаемого диапазона."],"Remove":["Убрать"],"Keep":["Оставить"],"Bold the last page":["Выделить последнюю страницу"],"Regular":["Обычный"],"Bold":["Полужирный"],"Show Blog page":["Показывать страницу блога"],"Primary %s":["Основная %s"],"Primary":["Основная"],"Make %1$s primary %2$s":["Сделать %1$s основной %2$s"],"Term is set to noindex.":["Для элемента задан атрибут noindex."],"Author archives":["Архивы авторов"],"Show":["Показать"],"Enabled":["Включено"],"Disabled":["Отключено"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s еще не получил статус индексируемости вашего сайта с %2$s"],"The separator defined in your theme's %s tag.":["Разделитель определен в вашей теме %s тег."],"No index":["Не индексировать"],"Analyze entire site":["Проанализировать весь сайт"],"Fetch the current status":["Получить текущее состояние"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s не смог получить статус индексируемости вашего сайта %3$s с %4$s"],"Your homepage can be indexed by search engines.":["Ваша домашняя страница может быть проиндексирована поисковыми системами."],"Indexability check by %1$s":["Проверка индексируемости на %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Если вы хотите использовать изображение для публикации в %1$s, загрузите (выберите) его или введите здесь здесь его URL-адрес."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Если вы не хотите использовать мета-описание для публикации в %1$s, но хотите ещё одно описание, напишите его здесь."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Если вы не хотите использовать название для совместного использования на %1$s но вместо этого хотите другой заголовок там, напишите его здесь."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$s Ваша главная страница не может быть проиндексирована поисковыми системами %2$s. Это очень плохо для SEO и должно быть исправлено."],"Once Weekly":["Раз в неделю"],"Add-ons":["Расширения"],"SEO score":["Оценка SEO"],"Twitter metadata":["Метаданные Twitter"],"Facebook / Open Graph metadata":["Метаданные Facebook / Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Перерасчет оценки SEO для всех частей содержания с фокусным ключевым словом."],"%1$s of %2$s done.":["%1$s из %2$s готово."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Мы обновили алгоритм оценки SEO. %1$s Пересчитать оценки SEO %2$s для всех сообщений и страниц."],"Team Yoast":["Команда Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Первое настоящее и полноценное решение для SEO в WordPress, в которое включен анализ содержимого страницы, создание карты сайта в формате XML и многое другое."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Не удалось активировать:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Расширение фильтрации может быть недоступно. Свяжитесь с поставщиком услуг хостинга для включения."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Установка плагина %1$s не завершена. Обратитесь, пожалуйста, к %2$sинструкции по установке%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Похоже, что стандартная библиотека PHP (SPL) недоступна. Пожалуйста, попросите вашу хостинг-компанию включить ее."],"SEO Settings":["Настройки SEO"],"Mobile-Friendly Test":["Тестирование использования на мобильных устройствах"],"Google Page Speed Test":["Тест скорости загрузки страницы от Google"],"CSS Validator":["Валидатор CSS"],"HTML Validator":["Валидатор HTML"],"Pinterest Rich Pins Validator":["Валидатор Pinterest Rich Pins"],"Facebook Debugger":["Отладчик Facebook"],"Check Headers":["Проверить Заголовки"],"Check Google Cache":["Проверить кэш Google "],"Analyze this page":["Проанализировать эту страницу"],"Keyword Research":["Исследование ключевых слов"],"%s does not seem to be a valid url. Please correct.":["%s — некорректный адрес URL. Пожалуйста, исправьте его."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["Похоже, что %1$s — некорректный проверочный код для %2$s. Пожалуйста исправьте его."],"%s Archive":["Архив %s"],"You searched for %s":["Вы искали %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s — некорректное имя пользователя в Twitter. Пожалуйста, исправьте его."],"Summary with large image":["Краткое содержание с большой картинкой"],"Summary":["Краткое содержание"],"The post %1$s appeared first on %2$s.":["Сообщение %1$s появились сначала на %2$s."],"No numeric value was received.":["Нет числового значения."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Этот идентификатор должен принадлежать существующему блогу. Блог %s - не существует, или помечен на удаление."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Настройка «блог по умолчанию» должна быть числовым ID того блога, который вы хотите использовать по умолчанию."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s — это неправильное значение для имени пользователя, которому можно разрешить доступ к настройкам %2$s. Значение сброшено к первоначальному."],"Please select a valid post type for taxonomy \"%s\"":["Пожалуйста выберите корректный тип записи для таксономии «%s»"],"Please select a valid taxonomy for post type \"%s\"":["Пожалуйста, выберите допустимую таксономию для типа записей «%s»"],"You searched for":["Вы искали"],"Home":["Главная страница"],"Archives for":["Архивы для"],"Error 404: Page not found":["Ошибка 404: страница не найдена"],"Good":["Хорошо"],"Replaced with a custom taxonomies description":["Описание произвольной таксономии"],"Replaced with a posts custom taxonomies, comma separated.":["Значение пользовательских таксономий из записи (через запятую)"],"Replaced with a posts custom field value":["Значение пользовательского поля из записи"],"Replaced with the slug which caused the 404":["Ярлык, вызвавший ошибку 404"],"Replaced with the posts focus keyphrase":["Заменяется фокусным ключевым словом записи"],"Attachment caption":["Подпись под вложением"],"Replaced with the current page number":["Номер страницы текущей записи"],"Replaced with the current page total":["Общее количество страниц текущей записи"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Номер текущей страницы в контексте (т. е. страница 2 из 4)"],"Replaced with the post/page author's 'Biographical Info'":["Биография автора записи/страницы"],"Replaced with the post/page author's 'nicename'":["Псевдоним автора записи/страницы"],"Replaced with the post/page ID":["ID записи/страницы"],"Replaced with the post/page modified time":["Время изменения записи/страницы"],"Replaced with the content type plural label":["Заменено на множественное число лейбла типа содержимого"],"Replaced with the content type single label":["Заменено на единственное число лейбла типа содержимого"],"Replaced with the current search phrase":["Текущая фраза поиска"],"Replaced with the term name":["Название термина"],"Replaced with the term description":["Описание термина"],"Replaced with the tag description":["Описание метки"],"Replaced with the category description":["Описание рубрики"],"Replaced with the post categories (comma separated)":["Рубрики записи (через запятую)"],"Replaced with the current tag/tags":["Текущая(ие) метка/метки"],"Replaced with the post/page excerpt (without auto-generation)":["Цитата записи/страницы (без автоматической генерации)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Цитата записи/страницы (при отсутствии генерируется автоматически)"],"The site's name":["Имя сайта"],"Replaced with the title of the parent page of the current page":["Заголовок родительской страницы"],"Replaced with the title of the post/page":["Название записи/страницы"],"Replaced with the date of the post/page":["Дата записи/страницы"],"Page %1$d of %2$d":["Страница %1$d из %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Вы не можете переопределить стандартную переменную плагина. Чтобы изменить значение этой переменной, используйте фильтр «wpseo_replacements»."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Переменная для замены с таким же именем уже зарегистрирована. Постарайтесь выбрать уникальное имя для вашей переменной. "],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Переменная для замены не может начинаться с «%%cf_» или «%%ct_», эти символы зарезервированы для дополнительных полей и таксономий плагина. Постарайтесь выбрать уникальное имя для вашей переменной."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Переменная для замены может содержать только алфавитно-цифровые символы, подчёркивание или дефис. Попробуйте переименовать переменную."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Заметка для администратора: на этой странице не отображается мета-описание, потому что оно не задано. Укажите его для данной страницы, либо перейдите в меню [%1$s - %2$s] и настройте шаблон."],"Page not found":["Страница не найдена"],"%s Archives":["Архивы %s"],"Search for \"%s\"":["Поиск \"%s\""],"Meta description to use for Author page":["Мета-описание для страницы автора"],"Title to use for Author page":["Название для страницы автора"],"%1$s settings":["Настройки %1$s"],"Export your %1$s settings":["Экспортировать ваши %1$sнастройки."],"Import settings":["Импортировать настройки"],"Import from other SEO plugins":["Импортировать из других плагинов SEO"],"Import":["Импортировать"],"If you had a %s file and it was editable, you could edit it from here.":["Если бы у вас был файл %s, доступный для записи, здесь можно было бы его изменить."],"If your %s were writable, you could edit it from here.":["Если ваш файл %s доступен для записи, вы можете отредактировать его здесь."],"You don't have a %s file, create one here:":["На сайте отсутствует файл %s, создайте его сейчас:"],"A link to your site, with your site's name and description as anchor text.":["Ссылка на ваш сайт с именем вашего сайта и описанием в качестве текста ссылки."],"A link to your site, with your site's name as anchor text.":["Ссылка на ваш сайт с названием сайта в качестве текста ссылки."],"A link to the post, with the title as anchor text.":["Ссылка на запись с названием в качестве текста ссылки."],"A link to the archive for the post author, with the authors name as anchor text.":["Ссылка на архив автора записи с именем автора в качестве текста ссылки."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Следующие переменные можно использовать в шаблоне, они будут заменены на значения, указанные справа."],"Content to put after each post in the feed":["Контент ставить после каждого сообщения"],"Content to put before each post in the feed":["Содержимое для размещения перед каждой Записью в ленте новостей"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Эта функция автоматически добавит содержимое в RSS-поток, Вы можете добавить ссылки на Ваш сайт в каждую запись, защитив содержимое от автоматических агрегаторов, и указав поисковым системам адрес первоисточника."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Использование этой функции «хлебных крошек» описывается в нашей %1$sстатье о внедрении «хлебных крошек»%2$s. Не забудьте добавить код в нужное место вашего шаблона (темы)."],"How to insert breadcrumbs in your theme":["Как добавить «хлебные крошки» в вашу тему"],"Blog":["Блог"],"Content type archive to show in breadcrumbs for taxonomies":["Архив типа записей, который будет показан в «хлебных крошках» для таксономий"],"Taxonomy to show in breadcrumbs for content types":["Таксономия, которая будет показана в «хлебных крошках» для типов записей"],"Breadcrumb for 404 Page":["«Хлебные крошки» на странице 404"],"Prefix for Search Page breadcrumbs":["Префикс для «хлебных крошек» на странице поиска"],"Prefix for Archive breadcrumbs":["Префикс для «хлебных крошек» на страницах архива"],"Prefix for the breadcrumb path":["Префикс"],"Anchor text for the Homepage":["Текст ссылки на главную страницу"],"Separator between breadcrumbs":["Разделитель между «хлебными крошками»"],"Enable Breadcrumbs":["Включить «хлебные крошки»"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Ниже приведены SEO оценки ваших опубликованных записей. Самое время начать улучшать ваши записи!"],"Credits":["О создателях"],"« Back to Tools page":["« назад на страницу инструментов"],"%1$s comes with some very powerful built-in tools:":["%1$s содержит несколько очень мощных инструментов:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Этот инструмент позволит быстро отредактировать такие важные для вашего SEO файлы, как robots.txt и .htaccess (при его наличии)."],"File editor":["Редактор файлов"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Импортировать настройки из других SEO плагинов и экспортировать настройки для повторного использования на (другом) блоге."],"Import and Export":["Импорт и экспорт"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Этот инструмент позволит вам быстро изменить заголовки и описания ваших записей и страниц без редактирования отдельных страниц."],"Bulk editor":["Групповой редактор"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Чтобы %1$sподтвердить авторство сайта для Pinterest%2$s, добавьте мета-тег здесь:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest использует метаданные Open Graph по аналогии с Facebook, поэтому если вы хотите оптимизировать ваш сайт для Pinterest, убедитесь, что чекбокс Open Graph на вкладке Facebook отмечен."],"The default card type to use":["Использовать тип карточки по-умолчанию"],"Add Twitter card meta data":["Добавить метаданные Twitter"],"This image is used if the post/page being shared does not contain any images.":["Если страницей или записью поделятся (shared) и они не содержит изображений, то тогда будет использоваться эта картинка, "],"Default settings":["Настройки по умолчанию"],"Copy home meta description":["Скопировать мета-описание с главной"],"Description":["Описание"],"Image URL":["URL-адрес изображения"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Заголовок, описание и изображение, используемые в мета-тегах Open Graph на главной странице сайта."],"Frontpage settings":["Настройки главной страницы"],"Add Open Graph meta data":["Добавить метаданные Open Graph"],"YouTube URL":["URL-адрес YouTube"],"Pinterest URL":["URL-адрес Pinterest"],"MySpace URL":["URL-адрес MySpace"],"LinkedIn URL":["URL-адрес LinkedIn"],"Instagram URL":["URL-адрес Instagram"],"Twitter Username":["Имя пользователя в Twitter"],"Facebook Page URL":["Ссылка на страницу Facebook"],"Accounts":["Аккаунты"],"Restore site to defaults":["Восстановить сайт по умолчанию"],"Site ID":["ID сайта"],"Using this form you can reset a site to the default SEO settings.":["С помощью этой формы Вы можете восстановить SEO настройки сайта по умолчанию."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Конфиденциальные данные (администраторы Facebook и т.п.), параметры темы (перезапись заголовков) и несколько других параметров, относящихся только к данному сайту, не будут импортированы на новые сайты."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Укажите %1$sSite ID%2$s, параметры которого вы хотите использовать по умолчанию для всех сайтов сети. Если оставить поле пустым, будут использоваться стандартные настройки плагина."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Выберите сайт, параметры которого вы хотите использовать по умолчанию для всех сайтов сети. Если выбрать «Нет», будут использоваться стандартные настройки."],"New sites in the network inherit their SEO settings from this site":["Новые сайты сети унаследуют SEO-настройки от этого сайта"],"Super Admins only":["Только суперадминистраторы"],"Site Admins (default)":["Администраторы сайта (по умолчанию)"],"Who should have access to the %1$s settings":["Кто должен иметь доступ к настройкам %1$s"],"spam":["спам"],"mature":["для взрослых"],"archived":["в архиве"],"public":["публичный"],"%s restored to default SEO settings.":["%s сброшены в начальные значения SEO."],"Settings Updated.":["Настройки обновлены."],"404 pages":["Страницы 404"],"Search pages":["Страницы поиска"],"These pages will be %s by default, so they will never show up in search results.":["Эта страница %s по умолчанию проиндексирована не будет, а это значит, что в выдаче поисковых систем не отобразится."],"Special Pages":["Особые страницы"],"Date-based archives could in some cases also be seen as duplicate content.":["Архив по дате в некоторых случаях, также может выглядеть как дублированное содержимое."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Если у вас именно такая ситуация, вы можете либо отключить её (будет происходить перенаправление на домашнюю страницу), либо добавить к ссылке %s, чтобы исключить её из результатов поиска."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Если вы ведете свой личный блог, архив автора будет полностью совпадать с домашней страницей. Это называется %1$sпроблема дублирования содержимого%2$s."],"Date archives":["Архивы по дате"],"author archives":["Архивы автора"],"Title":["Название"],"%1$s Meta Box":["Блок %1$s"],"Hide":["Скрыть"],"Date in Snippet Preview":["Дата в предпросмотре фрагмента"],"Take note:":["Обратите внимание:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Вы можете определить название и описание для страницы блога %1$sредактированием самой страницы блога%2$s"],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Вы можете определить название и описание для главной страницы %1$sредактированием самой страницы%2$s"],"Homepage & Front page":["Домашняя страница и главная страница"],"Title Separator":["Разделитель для заголовка"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s автоматически определяет необходимость изменения заголовков Записей на вашем сайте, если вы уверены, что этого делать НЕ надо, отметьте этот пункт."],"Force rewrite titles":["Принудительная перезапись заголовков"],"Taxonomies":["Таксономии"],"Homepage":["Главная страница"],"%1$s Extensions":["Расширения %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Легкая интеграция плагина электронной коммерции WooCommerce с плагином %1$s даст много дополнительных функций!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Получите лучший рейтинг среди локальных ресурсов на Картах Google без лишних усилий!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Вы зарегистрированы в Google News? Вы можете увеличить трафик оттуда на свой сайт с помощью оптимизации!"],"Optimize your videos to show them off in search results and get more clicks!":["Оптимизируйте свои видео-записи, чтобы они попадали в результаты поиска и получали больше кликов!"],"The premium version of %1$s with more features & support.":["Премиум-версия плагина %1$s с дополнительными функциями и поддержкой."],"Person":["Частное лицо"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Эти данные показываются как метаданные вашего сайта. Они предназначены для %1$sGoogle's Knowledge Graph%2$s. Вы можете быть либо Компанией, либо Частным лицом."],"Website name":["Название сайта"],"Webmaster Tools":["Инструменты веб-мастеров"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["В URL-адресах Ваших записей и страниц отсутствует заголовок. Настоятельно рекомендуется, чтобы он там был. Советуем выбрать /%postname%/ в качестве структуры постоянных ссылок."],"RSS":["RSS"],"Breadcrumbs":["«Хлебные крошки»"],"or":["или "],"Save Profile":["Сохранить профиль"],"There were no profiles found":["Не было найдено профилей"],"Profile":["Профиль"],"Current profile":["Текущий профиль"],"Authenticate":["Аутентификация"],"Get Google Authorization Code":["Получить код авторизации от Google"],"Reload crawl issues":["Перезагрузить вопросы обхода"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Чтобы создать перенаправление и исправить эту проблему, необходим %1$s. Купить этот плагин, а также год поддержки и обновлений, можно на %2$s."],"Creating redirects is a %s feature":["Создание перенаправлений — функция %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Ошибки, которые происходили, когда ваш сайт обходил робот Google для обычных телефонов (ошибки не появляются на рабочем столе)"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Ошибки индексирования вашего сайта роботом Google для мобильных устройств (ошибки не связанные с настольными компьютерами)"],"Errors that occurred when your site was crawled by Googlebot.":["Ошибки, произошедшие во время индексирования вашего сайта Google-ботом"],"Issue categories":["Категории проблем"],"Incorrect Google Authorization Code.":["Некорректный код авторизации Google"],"The issues have been successfully reloaded!":["Недочёты были успешно перезагружены!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["В %1$s данные были удалены. Вам необходимо повторно пройти проверку подлинности, если вы хотите получить данные снова."],"Crawl errors per page":["Ошибки на странице после индексирования поисковыми системами"],"Search":["Поиск"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Не пропустите свои ошибки индексирования: %1$sподключитесь к Google Search Console здесь%2$s."],"Create redirect":["Создать перенаправление (redirect)"],"Mark as fixed":["Пометить как исправленное"],"Response code":["Код ответа"],"First detected":["Первый обнаружен"],"Last crawled":["Последнее индексирование поисковыми системами"],"URL":["URL-адрес"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s обнаружил, что вы используете версию %2$s, который не совместим с %1$s. Пожалуйста, обновите %2$s до последней версии, чтобы использовать эту функцию."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Плагины Yoast используют общий код, чтобы сделать ваш сайт быстрее. Как следствие, все плагины Yoast должны быть обновлены до последней версии. Мы обнаружили, что в вашем случае это не так. Пожалуйста, обновите плагины Yoast, использующие старые версии."],"Feature phone":["Мобильный телефон"],"Smartphone":["Смартфон"],"Desktop":["Настольный компьютер"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Целевой URL не существует, однако Ваш сервер не выдаёт ошибку 404 (Страница не найдена)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Время запроса истекло, либо сайт блокирует Google."],"Server Error":["Ошибка сервера"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot удалось зайти на сайт, но некоторые URL-адреса заблокированы для него в файле %1$s . Блокировка может быть либо для всех Googlebot'ов, либо только для Googlebot-mobile."],"Blocked":["Заблокировано "],"Google was unable to crawl this URL due to an undetermined issue.":["Google не удалось проиндексировать этот URL-адрес по неизвестной причине."],"URL points to a non-existent page.":["URL указывает на несуществующую страницу."],"Not found":["Не найдено"],"Not followed":["Не последовало"],"Faulty redirects":["Ошибочные перенаправления"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Сервер запрашивает авторизацию или блокирует доступ к сайту для Googlebot ."],"Access denied":["Доступ запрещён"],"Deactivate %s":["Деактивировать %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Плагин %1$s может вызвать проблемы в сочетании с %2$s."],"Upload Image":["Загрузить изображение"],"Remove these ads?":["Удалить эту рекламу?"],"%s Posts Overview":["Обзор публикаций %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["«Заголовок „крошек“» используется в навигационных «крошках» там, где появляется эта таксономия."],"Breadcrumbs title":["Заголовок для «хлебных крошек»"],"The canonical link is shown on the archive page for this term.":["Каноническая ссылка отображается на странице архива этого термина."],"Facebook App ID":["ID Facebook приложения"],"Pinterest":["Pinterest"],"Other":["Другое"],"Archives":["Архивы"],"Email":["Email"],"Close":["Закрыть"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["И %1$s и %2$s могут создавать XML-карты вашего сайта. Наличие двух карт сайта плохо сказывается на результатах выдачи поисковых систем, а также замедляет скорость работы сайта."],"Configure %1$s's Open Graph settings":["Настроить %1$s Open Graph"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["И %1$s и %2$s создают вывод Open Graph, который может привести к использованию неправильных текстов и изображений социальными сетями (Facebook, Twitter, LinkedIn и др.), если вашими страницами поделятся в них."],"%s Image":["Изображение для %s"],"%s Description":["Описание для %s"],"%s Title":["Заголовок для %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Рекомендованный размер изображения для %1$s — %2$s px."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Если вы хотите использовать для этой записи другое изображение в %s, загрузите (выберите) его."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Если вы не хотите использовать мета-описание для публикации в %s, но хотите ещё одно описание, напишите его здесь."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Если вы хотите использовать для публикации в %s другой заголовок Записи, тогда введите его здесь."],"very difficult":["очень трудно"],"Try to make shorter sentences, using less difficult words to improve readability":["Попробуйте писать более короткими предложениями и использовать меньше трудных слов, чтобы улучшить читабельность."],"difficult":["трудно"],"Try to make shorter sentences to improve readability":["Попробуйте писать более короткими предложениями, чтобы улучшить читабельность."],"fairly difficult":["довольно трудно"],"OK":["ОК"],"fairly easy":["довольно легко"],"easy":["легко"],"very easy":["очень легко"],"Meta Desc.":["Мета описание"],"All SEO Scores":["Все оценки SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Это изображение должно быть как минимум 200х200 пикселей, чтобы Facebook и другие социальные сети могли его использовать."],"(no parent)":["(без родителя)"],"Post is set to noindex.":["Запись отмечена как неиндексируемая."],"The URL that this page should redirect to.":["URL-адрес, на который должна перенаправлять эта страница."],"301 Redirect":["301 перенаправление (redirect)"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Канонический URL, на который должна указывать эта страница. Если оставить пустым, это будет ссылка по умолчанию. Также поддерживаются %1$sссылки на другие домены%2$s."],"Canonical URL":["Канонический URL-адрес"],"Title to use for this page in breadcrumb paths":["Заголовок этой страницы, который будет выводиться в «хлебных крошках»"],"Breadcrumbs Title":["Заголовок для «хлебных крошек»"],"No Snippet":["Без сниппета"],"No Archive":["Не архивировать"],"No Image Index":["Не индексировать изображения"],"None":["Пусто"],"Site-wide default: %s":["По умолчанию на сайте: %s"],"Advanced meta robots settings for this page.":["Расширенные meta robots настройки для этой страницы."],"Meta robots advanced":["Расширенная настройка тега Meta Robots "],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Предупреждение: Вы можете указать здесь параметры мета-тегов robots, однако в настройках чтения Вашего сайта включена опция «Попросить поисковые системы не индексировать сайт», так что эти настройки ни на что не повлияют."],"Meta description":["Мета-описание"],"SEO Title":["SEO заголовок"],"Focus keyword":["Фокусное ключевое слово"],"Snippet preview":["Просмотр сниппета"],"Settings successfully imported.":["Настройки успешно импортированы."],"Settings could not be imported:":["Настройки не могут быть импортированы:"],"Error creating %1$s export: ":["Ошибка при создании %1$s на экспорт:"],"Breadcrumb for 404 pages:":["«Хлебные крошки» для страниц с ошибкой 404:"],"Prefix for search result pages:":["Prefix для страниц результатов поиска:"],"Prefix for archive pages:":["Префикс для страниц архива:"],"Prefix for breadcrumbs:":["Префикс для «хлебных крошек»:"],"Anchor text for the homepage:":["Анкорный текст для главной страницы:"],"Breadcrumbs separator:":["Разделитель для «хлебных крошек»:"],"Remove blog page from breadcrumbs":["Удалить страницу блога из «хлебных крошек»"],"%s Breadcrumbs":["«Хлебные крошки» %s"],"Use Image":["Использовать изображение"],"Action":["Действие"],"Page URL/Slug":["Ярлык страницы"],"Publication date":["Дата публикации"],"Post Status":["Статус"],"WP Page Title":["Заголовок страницы WP"],"View":["Показать"],"View “%s”":["Показать “%s”"],"Preview":["Предпросмотр"],"Preview “%s”":["Предпросмотр “%s”"],"Edit":["Изменить"],"Filter":["Фильтр"],"New Yoast Meta Description":["Новое мета-описание Yoast"],"Existing Yoast Meta Description":["Существующее мета-описание Yoast"],"Facebook profile URL":["Ссылка на профиль в Facebook"],"Twitter username (without @)":["Ваше имя на Twitter (без @)"],"FAQ":["FAQ"],"Premium Support":["Премиум-поддержка"],"Settings":["Настройки"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Вы должны %1$sзайти в Настройки чтения%2$s и убрать галочку рядом с пунктом \"Видимость для поисковых систем\"."],"Huge SEO Issue: You're blocking access to robots.":["Серьёзная проблема для SEO: Вы блокируете доступ для поисковых роботов."],"Posts":["Записи"],"Edit Files":["Изменить файлы"],"Advanced Variables":["Дополнительные переменные"],"Basic Variables":["Основные переменные"],"General":["Общие"],"Extensions":["Расширения"],"Search Console":["Консоль поиска"],"Tools":["Инструменты"],"Advanced":["Дополнительно"],"XML sitemaps":["XML-карта сайта"],"Social":["Социальные сети"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s обнаружил, что используется версия %3$s или %2$s. Обновите плагин до последней версии, чтобы предотвратить проблемы совместимости."],"Just another WordPress site":["Просто еще один сайт WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["У вас в WordPress, до сих пор установлено название сайта по умолчанию. Наверно лучше сделать его пустым, чем как сейчас. %1$s вы всегда можете исправить его в настройщике %2$s."],"You have used HTML in your value which is not allowed.":["В этом поле нельзя использовать HTML-теги."],"You can't edit %s that aren't yours.":["Вы не можете редактировать %s, не принадлежащие вам."],"You can't edit %s.":["Вы не можете редактировать %s."],"Post has an invalid Content Type: %s.":["У записи неверный тип: %s."],"Post doesn't exist.":["Запись не существует."],"course\u0004Free:":["Бесплатные:"],"posts\u0004Trash (%s)":["Удаленные (%s)","Удаленные (%s)","Удаленные (%s)"],"posts\u0004All (%s)":["Все (%s)","Все (%s)","Все (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);","lang":"ru"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Следующие слова и комбинации слов встречаются в содержимом чаще всего. Это дает информацию о том, какая основная тема Вашего текста. Если данные слова сильно отличаются от задуманной темы, возможно Вы захотите соответствующим образом переписать текст."],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":["Как только вы напишете чуть больше, мы предложим вам список слов и комбинаций, которые чаще всего встречаются в содержимом. Они покажут на чем фокусируется ваше содержимое."],"%d occurrences":["%d совпадений"],"Activate %s for your site on MyYoast":["Активировать %s для вашего сайта на MyYoast"],"Show blog page in breadcrumbs":["Показывать страницу блога в \"хлебных крошках\""],"We could not find any relevant articles on your website that you could link to from your post.":["Мы не смогли найти на вашем веб-сайте соответствующие статьи, на которые вы могли бы сослаться в своем сообщении."],"Has feedback":["Есть обратная связь"],"Content optimization:":["Оптимизация содержимого:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sЧитабельность%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Прочтите %1$sэто сообщение для получения дополнительной информации о том, почему мы не поддерживаем более старые версии.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Если вы отложили обновление до версии %2$s и выше из-за нового редактора Gutenberg, пожалуйста установите плагин Classic editor. Он предоставит вам тот же функционал, плюс больший уровень безопасности вместе с новыми версиями WordPress и %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sОбновите WordPress до последней версии%2$s%3$sМы заметили, что ваша версия WordPress устарела, что может привести в скором времени к ошибкам. %4$s (по причинам безопасности и стабильности) поддерживает только текущую и предыдущую версии WordPress. Когда выходит следующая версия WordPress, мы обеспечиваем поддержку WordPress версий %6$s и %7$s. То есть, вы не сможете получить обновления %5$s, пока вы не обновите ваш WordPress, поэтому, пожалуйста, уделите внимание обновлению WordPress до последней версии в ближайшее время!%3$s%3$s"],"Post Noindexed":["Запись отмечена noindex"],"No Focus Keyphrase":["Нет фокусной ключевой фразы"],"Person logo / avatar":["Личный логотип / аватар"],"Extend %s":["Улучшить %s"],"Enroll in the %s for WordPress training":["Примите участие в тренинге %s для WordPress"],"Posts with the SEO score: %s":["Записи с SEO оценкой: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["Обучающие видео %s "],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Чтобы ознакомиться с актуальными результатами проверки на ошибки, %1$sпожалуйста, посетите панель администратора Google%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Работа Google API для проверки ошибок прекращена. По этой причине любые возможные результаты проверки не могут быть отображены. %1$sОзнакомьтесь с нашим соглашением по этому поводу для получения дальнейшей информации%2$s."],"Remove this message":["Удалить это сообщение"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Оптимизируйте свой сайт для местной аудитории с помощью нашего плагина %s! Оптимизированные детали адреса, часы работы, поиск магазина и возможность получения товара!"],"Serving local customers?":["Обслуживаете местных клиентов?"],"Get the %s plugin now":["Получить плагин %s сейчас"],"Organization social profiles":["Профили организации в соцсетях"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Вы можете редактировать сведения, отображаемые в метаданных, такие как профили в социальных сетях, имя и описание этого пользователя на странице %1$s его профиля."],"Personal info":["Персональная информация"],"Organization logo":["Логотип организации"],"Organization name":["Название организации"],"Choose whether the site represents an organization or a person.":["Выберите, представляет ли сайт организацию или частное лицо."],"Knowledge Graph & Schema.org":["Knowledge Graph и Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Чтобы ваш сайт представлял компанию или организацию, перейдите в раздел %1$sОтображение в поисковой выдаче%2$s и установите для параметра Организация или лицо значение «Организация»."],"To change the social accounts used for your site, update the details for %1$s.":["Чтобы изменить учетные записи социальных сетей, используемые для вашего сайта, обновите данные для %1$s."],"That means that the form and information below is disabled, and not used.":["Это означает, что форма и информация ниже отключены и не используются."],"Your website is currently configured to represent a Person":["Ваш веб-сайт в настоящее время настроен на представление личности"],"(if one exists)":["(если существует)"],"Wikipedia page about you":["Страница о вас в Wikipedia"],"YouTube profile URL":["Ссылка на профиль YouTube"],"Tumblr profile URL":["Ссылка на профиль Tumblr"],"SoundCloud profile URL":["Ссылка на профиль SoundCloud"],"MySpace profile URL":["Ссылка на профиль в MySpace"],"Organization or person":["Организация или персона"],"The person":["Персона"],"Organization":["Организация"],"Does your site represent a person or an organization?":["Представляет ли ваш сайт лицо или организацию?"],"The name of the organization":["Название организации"],"Provide an image of the organization logo":["Предоставить изображение логотипа организации"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Ранее вы установили, что ваш сайт будет представлять интересы конкретного человека. Мы улучшили нашу функциональность в отношении Schema и Knowledge Graph, поэтому вам нужно войти и %1$s заполнить эти настройки %2$s."],"Select a user...":["Выбрать пользователя..."],"Uncategorized":["Без категории"],"Name:":["Имя:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Вы выбрали пользователя %1$s в качестве лица, представляющего этот сайт. Теперь в результатах поиска будет использована информация из профиля пользователя. %2$sОбновите его профиль, чтобы убедиться, что информация верна.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Ошибка: Пожалуйста, выберите пользователя ниже, чтобы сделать метаданные вашего сайта полными."],"SEO score: %s":["Оценка SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Если в Википедии есть страница, посвященная вам или вашей организации, добавьте и ее."],"Wikipedia URL":["Ссылка на статью в Википедии"],"Pinterest profile URL":["Ссылка на профиль в Pinterest"],"Instagram profile URL":["Ссылка на профиль в Instagram"],"LinkedIn profile URL":["Ссылка на профиль в LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Исследование ключевых слов - необходимый этап в построении стратегии SEO. Вы определяете поисковые запросы, по котором вы хотите быть найденным, и находите слова, которые используют ваши читатели, чтобы найти вас. Хорошее исследование ключевых слов помогает вам определить, какой контент вам нужен для того, чтобы начать ранкироваться по запросам, по которым вы хотите ранкироваться! Убедитесь, что вы работаете в направлении ключевых слов, которые вам по силам! Наш %1$s поможет вам в исследовании ключевых слов, шаг за шагом."],"SEO for Beginners training":["Трейнинг SEO для начинающих"],"%s for WordPress training":["Трейнинг %s для WordPress"],"All-around SEO training":["Трейнинг SEO от А до Я"],"The image you selected is too small for Facebook":["Выбранное изображение слишком маленькое для Facebook"],"The given image url cannot be loaded":["Ссылка на изображение не загружается"],"Find out what words your audience uses to find you":["Узнайте, какие слова ваши читатели используют, чтобы найти вас"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sИндекс читаемости Флеша%2$s: Ваш текст получил оценку %3$s в тесте удобочитаемости, что означает, что его %4$s читать. %5$s"],"No JSON object was returned.":["Не был получен объект JSON."],"Received internal links":["Принятые исходящие ссылки"],"Outgoing internal links":["Исходящие внутренние ссылки"],"New step added":["Добавлен новый шаг"],"New question added":["Добавлен новый вопрос"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Чтобы иметь возможность создать редирект и исправить эту проблему, вам нужно %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Вы можете купить плагин, включая один год поддержки и обновлений, на %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Функция счетчика текстовых ссылок позволяет узнать, сколько ссылок находится в тексте и сколько ссылок ссылается на текст. Это очень полезно, когда вы улучшаете %1$sвнутренние ссылки%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Для работы этой функции %1$s требуется как минимум версия PHP %2$s. Мы обнаружили версию PHP %3$s на этом сайте."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Пожалуйста, внимательно рассмотрите последствия и %1$sпрочитайте этот пост%2$s, если вам нужна дополнительная информация о влиянии показа мультимедиа в результатах поиска."],"Keyphrase":["Ключевая фраза"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Для работы этой функции, %1$s необходимо создать таблицу в базе данных. Мы можем создать эту таблицу автоматически."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Включив эту опцию, URL-адреса вложений станут видны как вашим посетителям, так и Google. Чтобы повысить ценность вашего сайта, они должны содержать полезную информацию, иначе они могут негативно повлиять на ваш рейтинг."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Функция %3$sСчетчик текстовых ссылок%4$s\n(введено в %1$s %2$s) в настоящее время отключено."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Прочтите следующую статью %1$sв базе знаний%2$s, чтобы узнать, как решить эту проблему."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Чтобы все ссылки в ваших текстах были учтены, нам нужно проанализировать все ваши тексты."],"All you have to do is press the following button and we'll go through all your texts for you.":["Все, что вам нужно сделать, это нажать следующую кнопку, и мы просмотрим все ваши тексты."],"Count links":["Количество ссылок"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$salt атрибуты изображения%5$s: из %2$d изображений на этой странице, %1$d содержат слова из ключевой фразы или синонимов. Это многовато. %4$s Включайте ключевую фразу или ее синонимы только в том случае, если они действительно соответствуют изображению%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sАтрибуты изображений alt%2$s: Хорошая работа!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sАтрибут изображения alt%5$s: из %2$d изображений на этой странице, только %1$d имеет атрибут alt, который отражает тему вашего текста. %4$sДобавьте ключевую фразу или синонимы к тэгам alt более релевантных изображений%5$s!","%3$sАтрибуты изображений alt%5$s: из %2$d изображений на этой странице, только %1$d имеют атрибут alt, который отражает тему вашего текста. %4$sДобавьте ключевую фразу или синонимы к тэгам alt более релевантных изображений%5$s!","%3$sАтрибуты изображений alt%5$s: из %2$d изображений на этой странице, только %1$d имеют атрибут alt, который отражает тему вашего текста. %4$sДобавьте ключевую фразу или синонимы к тэгам alt более релевантных изображений%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$s alt атрибуты изображения%3$s: изображения на этой странице не имеют атрибутов alt, отражающих тему вашего текста. %2$sДобавьте ключевую фразу или синонимы к тэгам alt соответствующих изображений%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$salt атрибуты изображения%3$s: изображений на этой странице имеют атрибуты alt, но вы не задали ключевую фразу. %2$sИсправьте это%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sКлючевая фраза в подзаголовке%2$s: %3$s ваших подзаголовков более высокого уровня отражает тему вашей статьи. Хорошая работа!","%1$sКлючевые фразы в подзаголовке%2$s: %3$s ваших подзаголовков более высокого уровня отражают тему вашей статьи. Хорошая работа!","%1$sКлючевых фраз в подзаголовке%2$s: %3$s ваших подзаголовков более высокого уровня отражают тему вашей статьи. Хорошая работа!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sКлючевая фраза в подзаголовке%2$s: Ваш подзаголовок более высокого уровня отражает тему вашей статьи. Хорошая работа!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sКлючевая фраза в подзаголовке%3$s: %2$sИспользуйте больше ключевых фраз или синонимов в подзаголовках более высокого уровня%3$s!"],"Page %s":["Страница %s"],"Cannot get the size of %1$s because of unknown reasons.":["Невозможно получить размер %1$s по неизвестным причинам."],"Cannot get the size of %1$s because it is hosted externally.":["Невозможно получить размер %1$s, поскольку он размещен снаружи."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Установите переключатель в положение «Вкл», и вы сможете использовать уточненный анализ. В то же время мы добавим вас в наш список рассылки. Мы будем сообщать вам по электронной почте о результатах этой настройки!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Мы %1$sуточнили наш анализ%2$s. Благодаря новому анализу мы станем еще ближе к тому, как Google видит ваш сайт. Было бы %3$sинтересно%4$s, если бы вы захотели провести %3$s бета-тестирование этой функции%4$s для нас!"],"Get an even better analysis":["Получите еще лучший анализ"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sОдиночный заголовок%3$s: H1 должен использоваться только в качестве основного заголовка. Найдите в тексте все H1, которые не являются главным заголовком, и %2$sизмените их на более низкий уровень заголовка%3$s!"],"Improve sharing on Facebook and Pinterest":["Улучшение обмена на Facebook и Pinterest"],"You do not have the required rights to export settings.":["У вас нет необходимых прав для экспорта настроек."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Скопируйте все эти настройки на вкладку %1$s другого сайта и нажмите там \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["Это настройки для %1$s плагина от %2$s"],"No settings found.":["Настроек не найдено."],"Export your %1$s settings here, to copy them on another site.":["Экспортируйте настройки %1$s здесь, чтобы скопировать их на другой сайт."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Импорт настроек доступен только на серверах с PHP 5.3 или выше."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Импортируйте настройки, вставив сюда скопированные настройки с другого сайта и нажав \"%s\"."],"Paste your settings from another %s installation.":["Вставьте свои настройки из другой установки %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза была найдена 0 раз. Это меньше рекомендуемого минимума%3$d раз для текста этой длины. %4$sСосредоточьтесь на вашей ключевой фразе%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раз. Это меньше, чем рекомендуемый минимум %3$d раз для текста такой длины. %4$sСосредоточьтесь на вашей ключевой фразе%2$s!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раза. Это меньше, чем рекомендуемый минимум %3$d раз для текста такой длины. %4$sСосредоточьтесь на вашей ключевой фразе%2$s!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раз. Это меньше, чем рекомендуемый минимум %3$d раз для текста такой длины. %4$sСосредоточьтесь на вашей ключевой фразе%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %3$d раз. Это замечательно!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %3$d раза. Это замечательно!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %3$d раз. Это замечательно!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раз. Это больше, чем рекомендуемый максимум %3$d раз для текста такой длины. %4$sНе переоптимизируйте%2$s!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раза. Это больше, чем рекомендуемый максимум %3$d раз для текста такой длины. %4$sНе переоптимизируйте%2$s!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раз. Это больше, чем рекомендуемый максимум %3$d раз для текста такой длины. %4$sНе переоптимизируйте%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раз. Это намного больше, чем рекомендуемый максимум %3$d раз для текста такой длины. %4$sНе переоптимизируйте%2$s!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раза. Это намного больше, чем рекомендуемый максимум %3$d раз для текста такой длины. %4$sНе переоптимизируйте%2$s!","%1$sПлотность ключевой фразы%2$s: Фокусная ключевая фраза найдена %5$d раз. Это намного больше, чем рекомендуемый максимум %3$d раз для текста такой длины. %4$sНе переоптимизируйте%2$s!"],"Indexable created for object %1$s with type %2$s":["Индексируемый элемент создан для объекта %1$s с типом %2$s"],"Method %1$s() does not exist in class %2$s":["Метод %1$s() не существует для класса %2$s"],"With %s, you can easily create such redirects.":["C %s, вы с легкостью можете создавать такие перенаправления."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Измерение настроек постоянных ссылок может серьезно повлиять на видимость сайта в поисковых системах. Почти %1$s никогда %2$s это лучше не делать на живом сайте."],"WARNING:":["ПРЕДУПРЕЖДЕНИЕ:"],"Learn about why permalinks are important for SEO.":["Узнайте почему постоянные ссылки важны для SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sСлужебные слова в ключевой фразе%3$s: Ваша ключевая фраза \"%4$s\" содержит исключительно служебные слова. %2$sУзнайте больше о хороших ключевых фразах.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["А вы знаете что %s также анализирует разные формы слов из ключевой фразы, например, множественное число или прошедшее время?"],"Clear Image":["Очистить изображение"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sДлина ключевой фразы%3$s: %2$sВведите ключевую фразу, чтобы мы могли посчитать вашу оценку SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sКлючевое слово в ярлыке%2$s: Больше половины ключевой фразы есть в ярлыке. Это замечательно!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sКлючевое слово в ярлыке%3$s: В ярлыке нет (части) фразы ключевого слова. %2$sИзмените это%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sКлючевое слово в ярлыке%2$s: Отлично сделано!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sКлючевая фраза в заголовке%3$s: Не все слова из вашей ключевой фразы \"%4$s\" встречаются в SEO заголовке. %2$sИспользуйте точную копию ключевой фразы в SEO заголовке%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sКлючевая фраза в заголовке%3$s: SEO заголовок не содержит точную копию ключевой фразы. %2$sИспользуйте точную копию ключевой фразы в SEO заголовке%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sКлючевая фраза в заголовке%3$s: Точная копия ключевой фразы встречается в SEO заголовке, но не в его начале. %2$sПостарайтесь передвинуть его в начало SEO заголовка%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sКлючевая фраза в заголовке%2$s: Точная копия ключевой фразы встречается в SEO заголовке. Отличная работа!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sРаспределение ключевой фразы%2$s: Отлично!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sРаспределение ключевой фразы%3$s: Неравномерное. Некоторые части вашего текста не содержат ключевой фразы или ее синонимов. %2$sРаспределите их более равномерно%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sРаспределение ключевой фразы%3$s: Очень неравномерное. Большие части вашего текста не содержат ключевой фразы или ее синонимов. %2$sРаспределите их более равномерно%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sРаспределение ключевой фразы%3$s: %2$sИспользуйте в тексте вашу ключевую фразу и ее синонимы, чтобы мы могли посчитать распределение ключевой фразы%3$s."],"Help on choosing the perfect focus keyphrase":["Помощь по выбору идеального фокусного ключевого слова."],"Would you like to add a related keyphrase?":["Хотите добавить похожее ключевое слово?"],"Go %s!":["Перейти %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Не показывать архивы по дате в результатах поиска технически значит, что они будут иметь метатэг %1$s robots. %2$sБольше информации о настройках результатов поиска%3$s."],"Rank better with synonyms & related keyphrases":["Получите лучшую ранжировку с использованием синонимов и похожих ключевых слов"],"optimize a single post for synonyms and related keyphrases.":["оптимизируйте отдельную запись по синонимам и похожим ключевым словам."],"Synonyms & related keyphrases":["Синонимы и похожие ключевые слова"],"Add related keyphrase":["Добавить похожее ключевое слово"],"Dismiss %s upgrade notice":["Скрыть заметку об обновлении %s"],"Upgrade to %s":["Обновить до %s"],"%1$s video":["%1$s видео"],"Get %s":["Получите %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sРанее использованное ключевое слово%6$s: вы уже использовали это ключевое слово %1$s%2$d раз перед%3$s. %5$sНе используйте ключевые слова более одного раза%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sРанее использованное ключевое слово%5$s: вы уже использовали это ключевое слово %1$sодин раз перед%2$s. %4$sНе используйте ключевые слова более одного раза%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sРанее использованное ключевое слово%2$s: Вы еще не использовали это ключевое слово. Отлично!"],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sСтоп-слова в ярлыке%3$s: Ярлык у этой страницы содержит стоп-слово. %2$sУберите его%3$s!","%1$sСтоп-слова в ярлыке%3$s: Ярлык у этой страницы содержит стоп-слова. %2$sУберите его%3$s!","%1$sСтоп-слова в ярлыке%3$s: Ярлык у этой страницы содержит стоп-слова. %2$sУберите его%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sЯрлык слишком длинный%3$s: ярлык для этой страницы слишком длинный. %2$sСократите его%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAlt-атрибуты изображений%3$s: На этой странице нет изображений. %2$sДобавьте их%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sСсылка с ключевой фразой%3$s: Вы ссылаетесь на другую страницу, используя слова из ключевой фразы. %2$sНе делайте этого%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Это существенно ниже рекомендуемого минимума в %5$d слово. %3$sДобавьте больше текста%4$s.","Это существенно ниже рекомендуемого минимума в %5$d слова. %3$sДобавьте больше текста%4$s.","Это существенно ниже рекомендуемого минимума в %5$d слов. %3$sДобавьте больше текста%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Это ниже рекомендуемого минимума в %5$d слово. %3$sДобавьте больше текста%4$s.","Это ниже рекомендуемого минимума в %5$d слова. %3$sДобавьте больше текста%4$s.","Это ниже рекомендуемого минимума в %5$d слов. %3$sДобавьте больше текста%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sДлина текста%4$s: Текст содержит %1$d слово.","%2$sДлина текста%4$s: Текст содержит %1$d слова.","%2$sДлина текста%4$s: Текст содержит %1$d слов."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sДлина текста%3$s: Текста содержит %1$d слово. Отличная работа!","%2$sДлина текста%3$s: Текста содержит %1$d слова. Отличная работа!","%2$sДлина текста%3$s: Текста содержит %1$d слов. Отличная работа!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sКлючевая фраза в подзаголовках%3$s: Более 75%% ваших подзаголовков верхнего уровня отражают тему вашего текста. Это слишком много. %2$sНе переоптимизируйте%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sШирина SEO заголовка%3$s: %2$sПожалуйста, добавьте SEO заголовок%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sШирина SEO заголовка%3$s: Ваш SEO заголовок выходит за видимый предел. %2$sПостарайтесь сократить его%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sШирина SEO заголовка%2$s: Отличная работа!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sШирина SEO заголовка%3$s: SEO заголовок слишком короткий. %2$sИспользуйте пространство, чтобы добавить слова из ключевой фразы или призыв к действию%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sИсходящие ссылки%2$s: Есть ссылки и нормальные и с атрибутами nofollow. Хорошо!"],"%1$sOutbound links%2$s: Good job!":["%1$sИсходящие ссылки%2$s: Хорошая работа!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sИсходящие ссылки%3$s: Все исходящие ссылки имеют атрибут nofollow. %2$sДобавьте пару нормальных ссылок%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sИсходящие ссылки%3$s: На странице нет исходящих ссылок. %2$sДобавьте их%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sДлина мета описания%2$s: Отлично!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sДлина мета описания%3$s: Ваше мета описание длиннее %4$d символов. Чтобы сделать ваше описание полностью видимым, %2$sвам надо сократить длину мета описания%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sДлина мета описания%3$s: Ваше мета описание слишком короткое (менее %4$d символов). Вам доступны %5$d символов. %2$sИспользуйте их%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sДлина мета описания%3$s: Вы еще не добавили мета описание. Вместо него поисковые системы будут отображать части содержимого с вашей страницы. %2$sСоздайте мета описание%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sКлючевая фраза в мета описании%2$s: Вы добавили мета описание, но вы не включили в него вашу ключевую фразу. %3$sИсправьте это%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sКлючевая фраза в мета описании%2$s: Ваше мета описание содержит ключевую фразу %3$s раз, что больше рекомендуемого максимума (2 раза). %4$sНе повторяйтесь%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sКлючевая фраза в мета описании%2$s: Ключевая фраза или ее синоним встречаются в мета описании. Отлично!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sДлина ключевой фразы%5$s: Ваша ключевая фраза содержит %1$d слов. Это существенно больше чем рекомендуемый максимум (%2$d слов). %4$sУкоротите ее%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sДлина ключевой фразы%5$s: Ваша ключевая фраза содержит %1$d слов. Это больше чем рекомендуемый максимум (%2$d слов). %4$sУкоротите ее%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sДлина ключевой фразы%2$s: Отлично!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sДлина ключевой фразы%3$s: Для этой страницы не установлено фокусное ключевое слово. %2$sУстановите его для расчета SEO оценки%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sКлючевая фраза во вступлении%3$s: Ваша ключевая фраза или ее синонимы не встречаются в первом абзаце. %2$sУбедитесь, что тема текста ясна сразу%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sКлючевая фраза во вступлении%3$s: Ваша ключевая фраза или ее синонимы встречаются в первом абзаце, но не внутри одного предложения. %2$sИсправьте это%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sКлючевая фраза во вступлении%2$s: Отлично!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sВнутренние ссылки%2$s: В тексте есть внутренние ссылки с атрибутом nofollow и обычные внутренние ссылки. Хорошая работа!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sВнутренние ссылки%2$s: В вашем тексте достаточно внутренних ссылок. Хорошая работа!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sВнутренние ссылки%3$s: В тексте есть только внутренние ссылки с атрибутом nofollow. %2$sДобавьте несколько хороших внутренних ссылок%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sВнутренние ссылки%3$s: В тексте нет внутренних ссылок, %2$sдобавьте несколько%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sПереходные слова%2$s: Отличная работа!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sПереходные слова%2$s: Только %3$s предложений содержат переходные слова, этого не достаточно. %4$sИспользуйте больше переходных слов%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sПереходные слова%2$s: Ни одно из предложений не содержит переходных слов. %3$sИспользуйте переходные слова%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sНедостаточно содержимого%2$s: %3$sПожалуйста, добавьте больше текста, чтобы мы смогли качественно его проанализировать%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sРаспределение подзаголовков%2$s: Вы не используете подзаголовки, но ваш текст достаточно короткий, так что возможно они и не нужны."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sРаспределение подзаголовков%2$s: Вы не используете подзаголовки хотя ваш текст достаточно длинный. %3$sПостарайтесь добавить несколько подзаголовков%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sРаспределение подзаголовков%2$s: %3$d секция вашего текста длиннее, чем %4$d слов и не разделена подзаголовками. %5$sДобавьте подзаголовки, чтобы улучшить читаемость%2$s.","%1$sРаспределение подзаголовков%2$s: %3$d секции вашего текста длиннее, чем %4$d слов и не разделены подзаголовками. %5$sДобавьте подзаголовки, чтобы улучшить читаемость%2$s.","%1$sРаспределение подзаголовков%2$s: %3$d секций вашего текста длиннее, чем %4$d слов и не разделены подзаголовками. %5$sДобавьте подзаголовки, чтобы улучшить читаемость%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sРаспределение подзаголовков%2$s: Отличная работа!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sДлина предложений%2$s: %3$s ваших предложений длиннее, чем %4$s слов, что больше, чем рекомендуемый максимум в %5$s. %6$sПопытайтесь укоротить предложения%2$s."],"%1$sSentence length%2$s: Great!":["%1$sДлина предложений%2$s: Отлично!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sПоследовательные предложения%2$s: В ваших предложениях достаточно разнообразия. Это очень хорошо!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sПоследовательные предложения%2$s: Ваш текст содержит %3$d предложений подряд, которые начинаются с одного и того же слова. %5$sДобавьте разнообразия%2$s!","%1$sПоследовательные предложения%2$s: Ваш текст содержит %4$d частей, где %3$d предложений подряд начинаются с одного и того же слова. %5$sДобавьте разнообразия%2$s!","%1$sПоследовательные предложения%2$s: Ваш текст содержит %4$d частей, где %3$d предложений подряд начинаются с одного и того же слова. %5$sДобавьте разнообразия%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sПассивный голос%2$s: %3$s ваших предложений содержат пассивный голос, что выше рекомендуемого максимума в %4$s. %5$sСтарайтесь использовать больше активного голоса%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sПассивный голос%2$s: Вы используете достаточно активного голоса. Это прекрасно!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sДлина абзацев%2$s: %3$d из ваших абзацев содержит больше, чем рекомендуемым максимум в %4$d слов. %5$sУкоротите абзацы%2$s!","%1$sДлина абзацев%2$s: %3$d из ваших абзацев содержат больше, чем рекомендуемым максимум в %4$d слов. %5$sУкоротите абзацы%2$s!","%1$sДлина абзацев%2$s: %3$d из ваших абзацев содержат больше, чем рекомендуемым максимум в %4$d слов. %5$sУкоротите абзацы%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sДлина абзацев%2$s: Ни один из ваших абзацев не слишком длинный. Отличная работа!"],"Good job!":["Отличная работа!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sИндекс читаемости Флеша%2$s: Ваш текст получил оценку %3$s в тесте удобочитаемости, что означает, что его %4$s читать. %5$s%6$s%7$s"],"Focus keyphrase":["Фокусное ключевое слово"],"%1$s with ID %2$s couldn't be patched":["%1$s с ID %2$s не может быть исправлен"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Неверный запрос POST. Мета значения уже существуют для объекта с ID %1$s."],"Indexable with ID `%1$s` does not exist":["Индексируемый объект с ID `%1$s` не существует"],"No object with ID %1$s and %2$s could be found":["Объекты с ID %1$s и %2$s не могут быть найдены"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` - неверный подтип `%2$s`"],"The object type `%1$s` is invalid":["Неверный тип объекта `%1$s`"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Указан неверный тип параметра `%1$s`. Ожидалось `%2$s`, но получено `%3$s`"],"The parameter `%1$s` cannot be empty.":["Параметр `%1$s` не может быть пустым."],"Check Keyphrase Density":["Проверить плотность ключевых слов"],"Disable":["Отключить"],"Allow Control":["Разрешить контроль"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["На этой вкладке можно выборочно отключить возможности %s для всех сайтов сети. По умолчанию все возможности включены, что позволяет администраторам сайта настраивать их самостоятельно для своих сайтов. Если вы отключите какую-либо возможность здесь, то администраторы сайта не смогут ее использовать совсем."],"%s is a required feature toggle argument.":["%s - требуемый аргумент для включения или выключения возможности."],"Keyphrase:":["Ключевое слово:"],"Remove keyphrase":["Убрать ключевое слово"],"This feature has been disabled by the network admin.":["Эта возможность отключена администратором сети."],"Focus keyphrase not set.":["Фокусное ключевое слово не установлено."],"Multiple keyphrases":["Множественные ключевые слова"],"Colon":["Двоеточие"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s и %2$s управляют настройками SEO вашего сайта. Запуск двух плагинов SEO одновременно может навредить вашему сайту."],"There is a new notification.":["Есть новое уведомление.","Есть новые уведомления.","Есть новые уведомления."],"Learn more about the readability analysis":["Подробнее об анализе читаемости"],"Describe the duration of the instruction:":["Опишите длительность инструкции:"],"Optional. Customize how you want to describe the duration of the instruction":["Не обязательно. Настройте то, как вы хотите описать длительность инструкции"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Это список связанного содержимого, на которое вы можете сослаться в записи. {{a}}Прочитайте нашу статью о структуре сайта{{/a}}, чтобы узнать как внутренняя перелинковка может улучшить SEO."],"%s, %s and %s":["%s, %s и %s"],"%s and %s":["%s и %s"],"%d minute":["%d минута","%d минуты","%d минут"],"%d hour":["%d час","%d часа","%d часов"],"%d day":["%d день","%d дня","%d дней"],"Enter a step title":["Введите название шага"],"Optional. This can give you better control over the styling of the steps.":["Необязательно, но это даст вам больший контроль над стилем шагов."],"CSS class(es) to apply to the steps":["CSS класс(ы) применяемые к шагам"],"minutes":["минуты"],"hours":["часы"],"days":["дни"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Создавайте ваши Howto-руководства в SEO-оптимизированном виде. Вы можете использовать только 1 блок Howto на запись. "],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Создавайте списки ваших Часто Задаваемых Вопросов в SEO-оптимизированном виде. Вы можете использовать только 1 блок FAQ на запись."],"Copy error":["Ошибка копирования"],"An error occurred loading the %s primary taxonomy picker.":["Возникла ошибка загрузки %s выбора основной таксономии."],"%1$s Structured Data Blocks":["%1$s структурированные блоки данных"],"Time needed:":["Необходимое время:"],"Move question down":["Переместить вопрос ниже"],"Move question up":["Переместить вопрос выше"],"Insert question":["Вставить вопрос"],"Delete question":["Удалить вопрос"],"Enter the answer to the question":["Введите ответ на вопрос"],"Enter a question":["Введите вопрос"],"Add question":["Добавить вопрос"],"Frequently Asked Questions":["Часто задаваемые вопросы"],"Great news: you can, with %s!":["Отличная новость: вы можете, с %s!"],"Select the primary %s":["Выбрать основной %s"],"Check links to this URL":["Проверить ссылки на этот URL"],"Keyword research training":["Тренинг по ключевым словам"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Пожалуйста, проверьте %1$sшаблон архива%2$s для следующего типа контента: %3$s.","Пожалуйста, проверьте %1$sшаблона архива%2$s для следующих типов контента: %3$s.","Пожалуйста, проверьте %1$sшаблонов архива%2$s для следующих типов контента: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Вы пытаетесь использовать несколько ключевых слов? Вы должны добавить их раздельно ниже."],"Mark as cornerstone content":["Отметить как основное содержимое"],"Move step down":["Переместить шаг вниз"],"Move step up":["Переместить шаг наверх"],"Insert step":["Вставить шаг"],"Delete step":["Удалить шаг"],"Add image":["Добавить изображение"],"Enter a step description":["Указать описание шага"],"Enter a description":["Указать описание"],"Unordered list":["Несортированый список"],"Showing step items as an ordered list.":["Элементы шагов указаны в упорядоченном списке."],"Showing step items as an unordered list":["Элементы шагов указаны в неупорядоченном списке."],"Add step":["Добавить шаг"],"Delete total time":["Удалить общее время"],"Add total time":["Добавить общее время"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Предварительный просмотр сниппета"],"Analysis results":["Результаты анализа"],"Enter a focus keyphrase to calculate the SEO score":["Введите фокусное ключевое слово для расчета оценки SEO"],"Learn more about Cornerstone Content.":["Узнайте больше про Основное содержимое."],"Cornerstone content should be the most important and extensive articles on your site.":["Основным содержимым должны быть наиболее важные и обширные статьи на вашем сайте."],"Restore Site":["Восстановить сайт"],"Network Settings":["Настройки сети"],"You are not allowed to perform this action.":["Вам не разрешено выполнить это действие."],"Error: %s":["Ошибка: %s"],"Success: %s":["Успешно: %s"],"Site with ID %d not found.":["Сайт с ID %d не найден."],"No site has been selected to restore.":["Не выбран сайт для восстановления."],"You are not allowed to modify unregistered network settings.":["Вам не разрешено изменять незарегистрированные настойки сети."],"deleted":["удалено"],"Would you like to add another keyphrase?":["Хотите добавить другое ключевое слово?"],"image preview":["Предварительный просмотр изображения"],"Copied!":["Скопировано!"],"Not supported!":["Не поддерживается!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Прочитайте {{a}}нашу статью о структуре сайта{{/a}} для того, чтобы узнать больше как внутренняя перелинковка улучшает SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Как только вы напишете чуть больше, мы предложим вам список связанного содержимого, на которое вы можете сослаться в записи."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Рассмотрите создание ссылок на эти {{a}}статьи основного содержимого:{{/a}}"],"Consider linking to these articles:":["Подумайте о размещении ссылок на эти статьи:"],"Copy link":["Скопировать ссылку"],"Copy link to suggested article: %s":["Скопировать ссылку в предложенную статью: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Прочтите наше%1$sзамечательное руководство по исследованию ключевых слов%2$s, чтобы узнать больше о исследовании и стратегии ключевых слов."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":["Как только вы напишете чуть больше, мы предложим вам список слов и комбинаций, которые чаще всего встречаются в содержимом. Они покажут на чем фокусируется ваше содержимое."],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Следующие слова и комбинации слов встречаются в содержимом чаще всего. Это дает информацию о том, какая основная тема Вашего текста. Если данные слова сильно отличаются от задуманной темы, возможно Вы захотите соответствующим образом переписать текст."],"Prominent words":["Важные слова"],"The site's tagline":["Краткое описание сайта"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Мы недавно улучшили функциональность настроек вида результатов поиска. К сожалению, мы обнаружили, что в отдельных крайних случаях сохранение настроек для отдельных типов архивов записей работало некорректно."],"Not all required fields are given. Missing field %1$s":["Заполнены не все обязательные поля. Пропущено поле %1$s"],"Optimize your site for Google News.":["Оптимизируйте ваш сайт для Google News."],"Optimize your shop's SEO and sell more products!":["Оптимизируйте SEO вашего магазина и продавайте больше!"],"Be found in Google Video search and enhance your video sharing on social media.":["Пусть вас находят в Google поиске видео, а также улучшите распространение видео в социальных сетях."],"Be found in Google Maps and local results.":["Пусть вас находят на Google картах и в локальном поиске."],"Learn practical SEO skills to rank higher in Google.":["Изучите практические навыки SEO, для повышения рейтинга в Google."],"Don’t waste time figuring out the best settings yourself.":["Не тратьте время на то, чтобы самостоятельно определять лучшие настройки."],"Get quick wins to make your site rank higher in search engines.":["Достигните быстрых побед в ранжировке вашего сайта в поисковых системах."],"Add synonyms":["Добавить синонимы"],"Would you like to add keyphrase synonyms?":["Вы хотите добавить синонимы ключевых слов?"],"Would you like to add more than one keyphrase?":["Вы хотите добавить несколько ключевых слов?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Вы можете редактировать SEO мета-данные для этого пользовательского типа на %1$sстранице магазина%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Вы не установили страницу магазина в настройках WooCommerce. Установите её сейчас."],"Current year":["Этот год"],"Page":["Страница"],"Breadcrumb settings for %s archive":["Настройки \"хлебных крошек\" для архивов %s"],"Something went wrong. Please reload the page.":["Что-то пошло не так, перезагрузите страницу."],"Tagline":["Подзаголовок"],"Modify your meta description by editing it right here":["Измените свое мета-описание, отредактировав его прямо здесь"],"description (custom taxonomy)":["описание (произвольная таксономия)"],"(custom taxonomy)":["(произвольная таксономия)"],"(custom field)":["(произвольное поле)"],"Term404":["Элемент404"],"Caption":["Подпись"],"Pagenumber":["Номер страницы"],"Pagetotal":["Число страниц всего"],"Page number":["Номер страницы"],"User description":["Описание пользователя"],"ID":["ID"],"Modified":["Изменено"],"Post type (plural)":["Тип записей (plural)"],"Post type (singular)":["Тип записи (singular)"],"Separator":["Разделитель"],"Search phrase":["Поисковая фраза"],"Term title":["Заголовок элемента"],"Term description":["Описание элемента"],"Tag description":["Описание метки"],"Category description":["Описание рубрики"],"Primary category":["Основная рубрика"],"Category":["Рубрика"],"Tag":["Метка"],"Excerpt only":["Только отрывок"],"Excerpt":["Отрывок"],"Site title":["Название сайта"],"Archive title":["Заголовок архива"],"Parent title":["Заголовок родителя"],"Date":["Дата"],"Label":["Ярлык"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Вам стоит создать перенаправление, чтобы посетители не получали 404 ошибку при переходе на более несуществующий URL."],"Search engines and other websites can still send traffic to your deleted post.":["Поисковые системы и другие сайты все еще могут генерировать трафик на удаленную запись."],"Make sure you don't miss out on traffic!":["Не пропустите трафик!"],"You just deleted a %1$s.":["Вы удалили %1$s."],"You just trashed a %1$s.":["Вы переместили %1$s в корзину."],"Settings for %s archive":["Настройки для архивов %s"],"Settings for single %s URLs":["Настройки URL для отдельных %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Настройки на этой странице позволяют указать как будет выглядеть результат поиска по умолчанию для любого типа содержимого. Вы можете выбрать какой тип содержимого появится в результатах поиска и вариант описания по умолчанию."],"Url preview":["Предпросмотр URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Пожалуйста, укажите мета-описание, изменив фрагмент снизу. Если Вы не сделаете этого, Google попытается найти соответствующую часть Вашего поста, чтобы показать в поисковых результатах."],"Insert snippet variable":["Введите переменную фрагмента"],"Dismiss this notice":["Закрыть это уведомление"],"No results":["Нет результатов"],"%d result found, use up and down arrow keys to navigate":["%d результат найден, используйте стрелки вверх и вниз для навигации","%d результата найдены, используйте стрелки вверх и вниз для навигации","%d результатов найдено, используйте стрелки вверх и вниз для навигации"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Язык вашего сайта - %s. Если это неверно, сообщите администратору вашего сайта."],"Number of results found: %d":["Количество найденых результатов: %d"],"Note that not all variables can be used in every field.":["Учтите то, что не все переменные можно использовать в каждом поле."],"Snippet variables":["Переменные сниппета"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s уважает Вашу конфиденциальность. Прочтите наш %2$sprivacy policy%3$s о том, как мы поступаем с Вашей личной информацией."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Вы можете %1$s отклонить это сообщение%2$s, если знаете, что это значит, и не хотите больше видеть это сообщение."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Настройки Вашего сайта разрешают прикреплять URL на Ваш сайт. Пожалуйста, прочтите %1$s этот пост о потенциальных проблемах %2$s с прикреплёнными URL и проверьте, если у Вас установлены правильные настройки для Вашего сайта."],"Unknown type %1$s":["Неизвестный тип %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Включает бесплатную учётную запись MyYoast, которая дает вам доступ к нашему бесплатному курсу SEO для начинающих!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Подпишитесь на нашу новостную рассылку, если хотите получать новости о %1$s и других классных плагинах %2$s, а также читать интересные новости и советы из мира SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Получите ваш код верификации Baidu в %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Код верификации Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Импортер %s использует временные таблицы баз данных. WordPress, который вы используете, не может делать этого. Пожалуйста, обратитесь к вашему хостинг-провайдеру."],"Cleanup of %s data failed.":["Очистка данных %s не удалась."],"Content Type":["Тип содержимого"],"Filter by content type":["Фильтровать по типу содержимого"],"Show All Content Types":["Показывать все типы содержимого"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Чтобы исправить это, уберите галочку с \"Разделять комментарии по страницам...\" на странице %1$sНастройки комментариев%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Заменено на нормальный заголовок для архива, сгенерированного WordPress"],"Clean":["Очистить"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Если вы уверены, что ваш сайт в порядке, вы можете провести очистку, это удалит все исходные данные."],"Step 5: Clean up":["Шаг 5: очистка"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Вам нужно запустить мастер конфигурации со страницы SEO → General → Dashboard, чтобы убедиться, что ваш сайт настроен правильно. "],"Step 4: Run the configuration wizard":["Шаг 4: запустите мастер настроек"],"Please check your posts and pages and see if the metadata was successfully imported.":["Пожалуйста, проверьте ваши статьи и страницы и убедитесь, что метаданные были импортированы правильно."],"Step 3: Check your data":["Шаг 3: проверьте ваши данные"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Это импортирует метаданные типа заголовка SEO и описаний в метаданные %1$s. Это произойдет только в том случае, если вы еще не задали метаданные %1$s. Первоначальные данные останутся на месте."],"Step 2: Import":["Шаг 2: импорт"],"Please make a backup of your database before starting this process.":["Пожалуйста, создайте бекап-версию вашей базы данных прежде чем начинать."],"Step 1: Create a backup":["Шаг 1: создайте резервную копию"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Мы обнаружили данные одного или нескольких плагинов SEO на вашем сайте. Пожалуйста, пройдите по следующим ссылкам, чтобы импортировать ваши данные."],"Plugin: ":["Плагин:"],"%s did not detect any plugin data from plugins it can import from.":["%s не обнаружил данных других плагинов для импорта."],"Posts that should not show up in search results":["Записи которые не должны показываться в результатах поиска"],"%s data found.":["%s данные найдены."],"%s data successfully removed.":["%s данные удалены"],"%s data successfully imported.":["%s данные импортированы."],"%s data not found.":["%s данные не найдены."],"Improve your SEO skills":["Улучшите ваши навыки SEO"],"24/7 email support":["Поддержка по e-mail 24/7 "],"No more dead links a.k.a. 404 pages":["Больше нет битых ссылок (404 страниц)"],"Get real-time suggestions for internal links":["Получайте мгновенные предложения по внутренним ссылкам для вашего сайта"],"Preview your page in Facebook and Twitter":["Предпросмотр вашей страницы на Facebook и Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Нажмите кнопку \"%3$s\", чтобы использовать мета-описание, уже установленное в настройке %1$s Поиск по сайту %2$s."],"Help on copying the home meta description":["Помощь по копированию мета-описания главной страницы"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Для того чтобы сообщить поисковикам о том, какие профили в социальных сетях привязаны к этому сайту, введите ниже информацию о профилях социальных сетей вашего сайта"],"Learn more about your social profiles settings":["Узнайте подробнее о настройках ваших профилей в соцсетях."],"Remove the categories prefix":["Удалить префиксы рубрик"],"Help on the category prefix setting":["Помощь в настройках префиксов рубрик"],"Learn more about the available variables":["Узнайте поподробнее о доступных переменных"],"Learn more about the RSS feed setting":["Узнайте поподробнее о настройках RSS-ленты"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Если вы загружаете медиафайл (например, изображение или видео), WordPress не только сохраняет ваш медиафайл, но и создает URL для него. Страницы с этими URL почти пустые: на них есть только ваше медиа и, возможно, заголовок (если вы его добавили). По этой причине, если вы никогда не используете эти URL, лучше деактивировать их и перенаправить их на сам медиа-объект."],"Learn more about the Media and attachment URLs setting":["Узнайте больше о настройках URL медиафайлов и вложений"],"Learn more about the title separator setting":["Подробнее о настройке разделителя заголовков ..."],"Learn more about the knowledge graph setting":["Подробнее о настройке графа знаний ..."],"Learn more about the homepage setting":["Подробнее о настройке домашней страницы ..."],"Learn more about the special pages setting":["Подробнее о настройке специальных страниц"],"Help on the date archives search results setting":["Помощь в настройке результатов поиска в датированных архивах"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Запрет показа архива авторов без публикаций в результатах поиска технически означает, что у них будет %1$s тег в robots meta и они будут исключены из XML карт сайта. %2$sБольше информации о настройках результатов поиска%3$s."],"Help on the authors without posts archive search results setting":["Помощь в настройке результатов поиска для архива авторов без публикаций"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Запрет показа архива авторов в результатах поиска технически означает, что у них будет %1$s тег в robots meta и они будут исключены из XML карт сайта. %2$sБольше информации о настройках результатов поиска%3$s."],"Help on the author archives search results setting":["Помощь в настройке результатов поиска авторских архивов"],"Archives settings help":["Помощь с настройками архивов"],"Learn more about the archives setting":["Узнайте больше о настройках архивов"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Получите ваш код верификации Яндекс в %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Код верификации Яндекс"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Получите код верификации Google в %1$s Google Search Console %2$s."],"Google verification code":["Код верификации Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Получите код верификации Bing в %1$s Bing Инструменты для веб-разработчиков %2$s."],"Bing verification code":["Код верификации Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Используйте следующие блоки, чтобы верифициаровать ваш сайт в разных поисковых системах. Эта настройка добавит метатег верификации на вашу домашнюю страницу. Пройдите по ссылкам на Инструменты для веб-разработчиков разных поисковых систем и получите верификационные коды. Если ваш сайт уже был верифицирован, вам ничего не надо делать. "],"Learn more about the Webmaster Tools verification":["Узнать больше о верификации в Инструментах для веб-разработчиков"],"On":["Вкл"],"Help on: %s":["Справка по: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s предлагает множество разных сервисов. Вы можете активировать/деактивировать некоторые из них ниже. Кликните на знак вопроса, чтобы получить больше информации о сервисе."],"Off":["Выкл"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Профессиональная секция метабокса %1$s позволяет пользователю удалять посты из результатов поиска или менять канонические ссылки. Возможно, вы не хотите, чтобы любой автор мог это делать на вашем сайте. Поэтому, по умолчанию, это могут делать только редакторы и администраторы. Настройка \"%2$s\" позволит любому пользователю менять эти настройки."],"Security: no advanced settings for authors":["Безопасность: нет дополнительных настроек для авторов"],"See who contributed to %1$s.":["Посмотрите, кто внес вклад в %1$s."],"Help on this search results setting":["Помощь с настройкой результатов поиска"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Запрет отображения архива %1$s в результатах поиска технически означает, что для них будет отображаться %2$s robots meta они будут исключены из XML карт сайта. %3$sБольше информации о настройках результатов поиска%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Запрет отображения %1$s в результатах поиска технически означает, что для них будет отображаться %2$s robots meta они будут исключены из XML карт сайта. %3$sБольше информации о настройках результатов поиска%4$s."],"Default for %2$s, currently: %1$s":["По умолчанию для %2$s, в настоящее время: %1$s"],"Show %s in search results?":["Показать %s в результатах поиска?"],"this author's archives":["архивы этого автора"],"Do not allow search engines to show %s in search results.":["Запретить поисковым системам показывать %s в результатах поиска."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL-адреса рубрик в WordPress содержат префикс, обычно %s, эта функция удаляет этот префикс только для рубрик."],"Category URLs":["URL рубрик"],"the archive for %s":["архив для %s"],"Redirect attachment URLs to the attachment itself?":["Перенаправить URL вложений на файл вложения?"],"We recommend you set this to Yes.":["Мы рекомендуем \"Да\""],"Media & attachment URLs":["URL медиафайлов и вложений"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Так выглядит результат поиска, когда люди находят вашу домашнюю страницу. То есть, вероятно, они видят это, когда ищут имя вашего бренда."],"date archives":["датированные архивы"],"archives for authors without posts":["архивы авторов без записей"],"Read why XML Sitemaps are important for your site.":["Узнайте почему XML карты важны для вашего сайта"],"Enable the XML sitemaps that %s generates.":["Включите файлы Sitemap XML, которые генерирует %s."],"See the XML sitemap.":["Посмотреть XML карту сайта"],"%2$s (current default for %1$s)":["%2$s (текущее значение по умолчанию для %1$s)"],"Media":["Медиа"],"Content Types":["Типы содержимого"],"Should search engines follow links on this %1$s?":["Должны ли поисковые системы проходить по ссылкам в статье %1$s?"],"Allow search engines to show this %s in search results?":["Разрешить поисковым системам показывать %s в результатах поиска?"],"Search Appearance":["Отображение в поисковой выдаче"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Пожалуйста, укажите, какие типы контента должны появляться в выдачах поисковиков. Если вы не знаете различий между ними, выберите настройки по умолчанию."],"Search engines should show \"%1$s\" in search results:":["Поисковые системы должны показывать \"%1$s\" в результатах поиска:"],"Search engine visibility":["Видимость для поисковых систем"],"Toggle %1$s's XML Sitemap":["Переключить %1$s's XML-карту сайта"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Отправляемые отсюда запросы идут напрямую в нашу техподдержку через 256-битный SSL, так что переписка защищена на 100%."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Функция ключевого содержимого позволяет вам указывать ключевое содержимое на вашем сайте и фильтровать по нему."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Если вы столкнулись с проблемой, для которой нет решения в наших видеоуроках и базе знаний, можно послать сообщение в нашу техподдержку. Мы работаем круглосуточно."],"Search result":["Результат поиска"],"Good results":["Хорошие результаты"],"Get better search results in local search":["Улучшить результаты в локальном поиске."],"Allow customers to pick up their %s order locally":["Разрешить покупателям забрать заказ с %s на месте"],"SEO analysis":["SEO анализ"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO Анализ предлагает предложения по улучшению SEO вашего текста."],"Learn how the SEO analysis can help you rank.":["Узнайте, как SEO анализ может помочь вам продвинуться в результатах поиска."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Анализ читабельности подскажет, как улучшить структуру и стиль вашего текста."],"Discover why readability is important for SEO.":["Узнайте, почему читабельность важна для SEO."],"Find out how cornerstone content can help you improve your site structure.":["Узнайте, как ключевое содержимое может улучшить структуру вашего сайта."],"The text link counter helps you improve your site structure.":["Счетчик текстовых ссылок поможет улучшить структуру вашего сайта."],"Find out how the text link counter can enhance your SEO.":["Узнайте, как счетчик текстовых ссылок может улучшить ваше SEO."],"%s integration":["%s интеграция"],"Read more about how %s works.":["Узнайте больше о том, как работает %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Активируйте, если вы хотите, чтобы Facebook и другие социальные сети отображали изображения и отрывок текста в предпросмотре, если кто-то поделится ссылкой на ваш сайт."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Активируйте, если вы хотите, чтобы Twitter отображал изображения и отрывок текста в предпросмотре, если кто-то поделится ссылкой на ваш сайт."],"Find out why you should upgrade to %s":["Узнайте почему вам нужно обновиться до %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Последние записи блогов на %1$s"],"Need help?":["Нужна помощь?"],"Type here to search...":["Введите сюда поисковый запрос..."],"Search the Yoast Knowledge Base for answers to your questions:":["Используйте Базу Знаний Yoast для поиска ответов на Ваши вопросы:"],"Remove highlight from the text":["Убрать выделение из текста"],"Your site language is set to %s. ":["Язык вашего сайта установлен как %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Быстро начать работу с %1$s %2$sмастером настройки%3$s!"],"First-time SEO configuration":["Первичная SEO настройка"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Языком Вашего сайта выбран {language}. Если эта информация не верна, свяжитесь с администратором Вашего сайта."],"Your site language is set to {language}.":["Языком Вашего сайта выбран {language}. "],"Highlight this result in the text":["Выделить результат в тексте"],"Considerations":["На рассмотрении"],"Errors":["Ошибки"],"Change language":["Сменить язык"],"You cannot create a %s file.":["Вы не можете создать файл %s."],"You cannot edit the %s file.":["Вы не можете редактировать файл %s."],"Updated %s":["%s обновлен"],"Create %s file":["Создать файл %s"],"Edit the content of your %s:":["Редактировать содержимое файла %s:"],"Save changes to %s":["Сохранить изменения в %s"],"%s file":["файл %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s и %2$s могут работать лучше, если вы добавите вспомогательный плагин. Пожалуйста, установите %3$s, чтобы сделать вашу жизнь проще. %4$s."],"More information":["Больше информации"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s и %2$s могут работать лучше, если вы добавите вспомогательный плагин. Пожалуйста, установите %3$s, чтобы сделать вашу жизнь проще. "],"More information about %1$s":["Больше информации о %1$s"],"Configuration Wizard":["Мастер настройки"],"You've done it!":["Вы сделали это!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Безупречная интергация %2$s c %1$s для анализа контента!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s и %2$s могут работать лучше, если установить дополнительный плагин. Пожалуйста, установите %3$s, чтобы сделать жизнь проще."],"Manage your %s subscription on MyYoast":["Управление %s подпиской My Yoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Настройка вида в результатах поиска для %1$s устанавливается переменными, которые заменяются конкретными значениями с вашей страницы, в тот момент, когда страница показывается на экране. В таблице ниже перечислены все доступные переменные. "],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Обозначьте, какой контент (%1$s) является 'ключевым содержимым'. Это улучшит структуру вашего сайта. %2$sУзнайте больше о ключевом содержимом%3$s."],"Loading help center.":["Загружаем центр помощи."],"Get support":["Обратиться в поддержку"],"View in KB":["Посмотреть в базе знаний"],"Go back":["Назад"],"Go back to the search results":["Назад к результатам поиска"],"(Opens in a new browser tab)":["(Откроется в новой вкладке браузера)"],"Posts %1$swithout%2$s a focus keyphrase":["Записи %1$sбез%2$s фокусного ключевого слова"],"Hey, your SEO is doing pretty well! Check out the stats:":["Эй! У вас отличные оценки SEO! Посмотрите статистику:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["У вас нет опубликованных записей, ваша SEO оценка появится после того, как вы опубликуете свою первую запись!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["На этой странице вы можете изменить название своего сайта и выбрать, какой разделитель использовать. Разделитель будет отображаться, например, между заголовком записи и названием сайта. Символы отображаются в том же размере, который показывается в результатах поиска. Выберите тот, который лучше всего подходит вашему бренду, или занимает наименьшее место в сниппетах."],"Something else":["Что-то еще"],"A portfolio":["Портфолио"],"A corporation":["Корпорация"],"A small offline business":["Малый оффлайн бизнес"],"A news channel":["Новостной канал"],"An online shop":["Онлайн-магазин"],"A blog":["Блог"],"What does the site %1$s represent?":["Кого представляет этот сайт %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Если вы выберете \"нет\", ваши авторские архивы будут деактивированы, чтобы не создавать вторую копию содержимого."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Внимание: мы не храним ваши данные и у нас нет полного доступа к вашей учетной записи.\nС нами ваши личные данные в безопасности."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s интегрируется с Google Search Console, обязательным инструментом для владельцев сайтов. Он предоставляет вам информацию о состоянии вашего сайта. У вас нет учетной записи Google или ваш сайт еще не активирован? Узнайте, %2$sкак подключить Google Search Console к вашему сайту%3$s."],"Option B: My site is under construction and should not be indexed":["Вариант 2: Мой сайт еще создается и не должен быть индексирован"],"Option A: My site is live and ready to be indexed":["Вариант 1: Мой сайт работает и готов к индексации"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Выберите \"В стадии разработки\", если хотите, чтобы сайт не был проиндексирован поисковыми сервисами. Не забудьте изменить эту настройку потом, когда будете готовы опубликовать свой сайт."],"Please specify if your site is under construction or already active.":["Пожалуйста, укажите, ваш сайт еще разрабатывается или уже работает."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Эта информация будет использоваться в карточке Google Knowledge Graph, большом \n блоке информации, которую вы иногда видите справа от выдачи поиска."],"Read more like this on our SEO blog":["Больше таких статей на нашем SEO блоге"],"Readability: %s":["Читабельность: %s"],"Not activated":["Не активирован"],"Activated":["Активирован"],"%1$s recommendations for you":["%1$s рекомендует"],"All Readability Scores":["Все оценки читаемости"],"Filter by Readability Score":["Фильтровать по оценке читаемости"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Вы не получаете обновления или поддержку! Решите эту проблему, добавив этот сайт и включив %1$s для него в %2$s."],"Request method %1$s is not valid.":["Метод запроса %1$s неверен."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Хотите увидеть, как ваша запись будет смотреться, если кто-то поделится ею на %1$s? Это возможно с %2$s."],"Good job! All the links in your texts have been counted.":["Отличная работа! Все ссылки в ваших текстах посчитаны."],"Calculation completed.":["Подсчет завершен."],"Calculation in progress...":["Идет подсчет ..."],"Stop counting":["Остановить подсчет"],"Counting links in your texts":["Считаем ссылки в ваших текстах"],"Text %1$s of %2$s processed.":["Обработан текст %1$s из %2$s ."],"All your texts are already counted, there is no need to count them again.":["Все ваши тексты уже пересчитаны, нет необходимости делать это снова."],"Count links in your texts":["Считать ссылки в ваших текстах"],"Text link counter":["Счетчик текстовых ссылок"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Число внутренних ссылок, ссылающихся на эту запись. Подробности во вкладке Помощь, \"Столбцы Yoast\"."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Количество внутренних ссылок в этом посте. Подробности во вкладке Помощь, \"Столбцы Yoast\"."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s добавляет несколько столбцов на эту страницу. Мы написали статью о том, %2$sкак использовать оценку SEO и показатель удобочитаемости%3$s. В столбцах ссылок показано количество статей на этом сайте, которые ссылаются %5$sна%6$s эту статью, и количество URL-адресов %5$sв%6$s этой статье. Узнайте больше о том, %4$sкак использовать эти функции, чтобы улучшить ваши внутренние ссылки%3$s, что значительно улучшает ваше SEO."],"%s Columns":["%s Столбцы"],"Readability score":["Оценка читабельности"],"Other benefits of %s for you:":["Другие возможности %s для вас:"],"Scroll to see the preview content.":["Прокрутите, чтобы увидеть предпросмотр содержимого."],"Cornerstone content":["Ключевое содержимое"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s теперь позаботится обо всем, что касается технической оптимизации вашего сайта. Для того, чтобы улучшить показатели вашего сайта в поисковой выдаче, очень важно создавать содержимое, которое хорошо подходит для тех ключевых слов, которые вам важны. Посмотрите это видео, в котором мы объясняем как использовать %1$s метабокс когда вы редактируете статьи или страницы."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Если вы хотите иметь более высокий ранг по сравнению с конкурентами в определенном городе или регионе, смотрите наш %1$s плагин! Вы лекго сможете добавить Google карты, часы работы, контактную информацию и поиск местоположений. Кроме этого %1$s помогает вам улучшить удобство использования вашей страницы контактов."],"Attract more customers near you":["Привлечь больше клиентов возле вас"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Хотите узнать все тонкости %1$s плагина? Хотите узнать все о наших расширенных настройках? Хотите иметь возможность действительно получить максимум от %1$s плагина? Узнайте больше о наших обучающих курсах по работе с плагином %1$s и начните превосходить конкурентов! "],"Get the most out of %1$s with the %2$s":["Получите максимум от %1$s с %2$s"],"Upgrade to Premium":["Обновитесь до Премиум"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Хотите ли вы иметь более высокий ранг по сравнению с конкурентами? %1$s предоставляет отличные дополнительные возможности, которые помогут вам профессионально построить вашу SEO стратегию. Используйте функцию добавления множества ключевых слов, менеджера редиректов и наш инструмент внутренней перелинковки. %1$s также предоставит вам доступ к премиум поддержке."],"Outrank the competition with %s":["Превзойти конкурентов с %s"],"You might like":["Вам может понравиться"],"Newsletter":["Новостная рассылка"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Мы обнаружили что вы ещё не закончили настройку, поэтому мы рекомендуем вам %2$sзапустить мастера настройки для того, чтобы сконфигурировать %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Мастер настройки поможет вам с легкостью сконфигурировать оптимальные SEO настройки для вашего сайта."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Перейдите на Premium и наши специалисты будут рады ответить на любые вопросы по настройке и использовании плагина."],"Superfast internal linking suggestions":["Мгновенно предлагаемые внутренние ссылки"],"Great news: you can, with %1$s!":["Отличные новости: вы можете с %1$s!"],"Save changes":["Сохранить изменения"],"1 year free support and updates included!":["1 год бесплатных обновлений и улучшений включен!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Плагин %2$s изменяет вид вашего сайта, так что поисковые системы и обычные пользователи видят его по-разному (это называется cloaking). Мы очень рекомендуем вам отключить его."],"%1$sSocial media preview%2$s: Facebook & Twitter":["Предварительный просмотр %1$sсоциальных медиа%2$s: Facebook и Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sБольше никаких мертвых ссылок%2$s: простое управление перенаправлением"],"No ads!":["Без рекламы!"],"Facebook & Twitter":["Facebook и Twitter"],"Social media preview":["Предварительный просмотр в социальных сетях"],"Easy redirect manager":["Легкий менеджер переадресации"],"No more dead links":["Больше никаких мертвых ссылок"],"Increase your SEO reach":["Увеличить SEO-доступность"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Если вам нужна помощь в создании качественного контента, наш %2$sкурс SEO копирайтинга%3$s для вас! Если вы хотите знать все о возможностях плагина, пройдите наш курс %1$s!"],"Variable":["Переменная"],"Available variables":["Доступные переменные"],"Scroll to see the table content.":["Прокрутите, чтобы увидеть содержимое таблицы."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Пожалуйста посмотрите %1$sнашу статью о том как подключить консоль поиска Google%2$s к вашему сайту, если вам нужна помощь."],"An error occurred in the '%1$s' assessment":["Ошибка при оценке '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s слов содержат %2$sболее %3$s слогов%4$s, это больше рекомендуемого максимума (%5$s)."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s слов содержат %2$sболее %3$s слогов%4$s, это меньше рекомендованного максимума %5$s или равно ему."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Это немного меньше рекомендованного минимума в %5$d слово. %3$sДобавьте чуть больше содержания, имеющего отношение к данной теме%4$s.","Это немного меньше рекомендованного минимума в %5$d слова. %3$sДобавьте чуть больше содержания, имеющего отношение к данной теме%4$s.","Это немного меньше рекомендованного минимума в %5$d слов. %3$sДобавьте чуть больше содержания, имеющего отношение к данной теме%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Мета-описание содержит %1$d предложение, состоящее из %2$sболее %3$s слов%4$s. Постарайтесь сократить это предложение.","Мета-описание содержит %1$d предложения, состоящих из %2$sболее %3$s слов%4$s. Постарайтесь сократить эти предложения.","Мета-описание содержит %1$d предложений, состоящих из %2$sболее %3$s слов%4$s. Постарайтесь сократить эти предложения."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Мета-описание не содержит предложений, состоящих из %1$sболее %2$s слов%3$s."],"Step %1$d: %2$s":["Шаг %1$d: %2$s"],"No new notifications.":["Нет новых уведомлений."],"Save all":["Сохранить все"],"Save":["Сохранить"],"%1$s, Author at %2$s":["%1$s, Автор в %2$s"],"Mobile preview":["Предварительный просмотр для мобильного устройства."],"Desktop preview":["Предварительный просмотр для Настольного ПК"],"Select redirect":["Выберите перенаправление"],"Please provide an SEO title by editing the snippet below.":["Укажите SEO-заголовок страницы в этом сниппете."],"Meta description preview:":["Просмотр мета-описания:"],"Slug preview:":["Просмотр ярлыка:"],"SEO title preview:":["Предварительный просмотр SEO названия:"],"Close snippet editor":["Закрыть редактор сниппета"],"Slug":["Ярлык"],"Remove marks in the text":["Удалить метки в тексте"],"Mark this result in the text":["Отметить этот результат в тексте"],"Marks are disabled in current view":["Маhrths отключены в текущем представлении"],"Good SEO score":["Хорошая оценка SEO"],"OK SEO score":["Оценка SEO: уд-ная"],"Feedback":["Обратная связь"],"ok":["OK"],"Choose an image":["Выберите изображение"],"Remove the image":["Удалить изображение"],"MailChimp signup failed:":["Регистрация в MailChimp не удалась:"],"Sign Up!":["Зарегистрироваться!"],"Name":["Имя"],"There is an error with the request.":["Ошибка запроса."],"Select profile":["Выберите профиль"],"Choose a profile":["Выберите профиль"],"Authorization code":["Код авторизации"],"Reauthenticate with Google":["Повторно авторизоваться с помощью Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Чтобы разрешить %s извлечь информацию Google Search Console, введите код авторизации Google. При нажатии на кнопку ниже, откроется новое окно."],"Please provide a meta description by editing the snippet below.":["Укажите мета-описание страницы в этом сниппете."],"Edit snippet":["Изменить сниппет"],"You can click on each element in the preview to jump to the Snippet Editor.":["Кликните на любом элементе предпросмотра, чтобы перейти к редактору снипета."],"SEO title preview":["Предварительный просмотр SEO названия: "],"Meta description preview":["Просмотр мета-описания: "],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Возникла проблема при сохранении текущего шага, {{link}}отправьте сообщение об ошибке{{/link}} описывая на каком вы шаге и какие изменения хотите сделать (если таковые имеются)."],"Close the Wizard":["Закройте мастер"],"Export settings":["Экспорт настроек"],"%1$s video tutorial":["%1$s видеоурок"],"%s › Configuration Wizard":["%s › Мастер настройки"],"Please don't show me this notification anymore":["Не показывайте мне больше это уведомление"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Если у вас возникли проблемы, %1$s предоставьте отчет об ошибке %2$s и мы сделаем все возможное, чтобы помочь вам."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Мы заметили, вы используете %1$s в течение некоторого времени; мы надеемся, что вы любите его! Мы были бы в восторге, если вы могли бы %2$s дать нам 5 звезд рейтинга на WordPress.org%3$s!"],"Date archives settings":["Настройка архивов по датам"],"Author archives settings":["Настройки архивов авторов"],"%1$s by %2$s":["%1$s от %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Предупреждение: переменная %s не может быть использована в этом шаблоне. Смотрите справочный центр для получения дополнительной информации."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Знаете ли вы, что у нас также есть %1$sпремиум-плагин%2$s? Он предлагает расширенные функции, такие как переадресация и поддержка нескольких ключевых слов. Он поставляется с персональной поддержкой 24/7."],"(no title)":["(нет заголовка)"],"%s installation wizard":["%s мастер установки"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["%1$s меню администратора. Панель содержит список инструментов анализа страниц и предложения для исправлений."],"Admin bar menu":["Меню в панели администратора"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s проверяет ежедневно, если ваш сайт индексируется поисковыми системами и %2$s уведомляет вас, если это не так."],"Features":["Возможности"],"SEO title":["SEO-заголовок"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["В то время как мы стремимся сделать настройки %1$s как можно проще, мы понимаем, что они все равно могут быть для вас сложными. Если вы предпочитаете, чтобы мы установили %1$sдля вас (и получить копию %2$s в процессе), закажите нашу %3$s%1$s конфигурационную услугу%4$s здесь!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Добро пожаловать в %1$s мастер настройки. Нескольких простых шагов помогут Вам настроить параметры SEO вашего сайта!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google показывает имя вашего сайта в результатах поиска, если вы хотите изменить его, можете сделать это здесь."],"Greater than sign":["Больше, чем знак"],"Less than sign":["Знак меньше"],"Right angle quotation mark":["Правая угловая кавычка"],"Left angle quotation mark":["Левая угловая кавычка"],"Small tilde":["Малая тильда"],"Vertical bar":["Вертикальная полоса"],"Low asterisk":["Нижний знак сноски"],"Asterisk":["Звездочка"],"Bullet":["Маркер"],"Middle dot":["Средняя точка"],"Em dash":["Длинное тире"],"En dash":["Короткое тире"],"Dash":["Тире"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Выберите символ для использования в качестве разделителя заголовка. Он будет показан между вашим названием сообщения и названием сайта. Символы будут появляться в результатах поиска."],"The name of the person":["Имя лица"],"No":["Нет"],"Yes":["Да"],"Does, or will, your site have multiple authors?":["Имеет ли или будет ли иметь ваш сайт несколько авторов?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress автоматически генерирует URL для каждого медиа элемента в библиотеке. Включение этой позиции позволит Google индексировать сгенерированный URL."],"Success!":["Успех!"],"Title settings":["Настройки Заглавия"],"Google Search Console":["Поисковая консоль Google"],"Multiple authors":["Несколько авторов"],"Site type":["Тип сайта"],"Environment":["Окружающая среда"],"Yoast option %1$s not found.":["Yoast опция %1$s не найдена."],"Google Structured Data Test":["Google Структурированные данные теста"],"Posts list":["Список сообщений"],"Posts list navigation":["Навигация Списка сообщений"],"Filter posts list":["Фильтр списка сообщений"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Обратите внимание, что ссылки на архивы могут иметь еще выход из вашей темы, и вам нужно будет удалить их по отдельности."],"%1$s to optimize your site even further":["%1$s еще больше для оптимизации вашего сайта"],"%1$s extensions":["%1$s расширений"],"Comes with our 30-day no questions asked money back guarantee":["Поставляется с 30-дневной гарантией возврата денег."],"More information %1$sabout %3$s%2$s":["Дополнительная информация %1$s о %3$s%2$s"],"Installed":["Установлено"],"gain access to our 24/7 support team.":["получить доступ к нашей службе поддержки 24/7."],"Premium support":["Премиум-поддержка"],"check what your Facebook or Twitter post will look like.":["Проверяет, как будет выглядеть запись в Facebook или Twitter"],"Social previews":["Социальные предварительные просмотры"],"create and manage redirects from within your WordPress install.":["создавать и управлять переадресацией из вашего WordPress."],"Redirect manager":["Менеджер перенаправления"],"%1$s, take your optimization to the next level!":["%1$s, принял меры по оптимизации на следующем уровне!"],"A seamless integration between %1$s and %2$s":["Бесшовная интеграция между %1$s и %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Использовать %1$s хлебные крошки вместо %2$s ones"],"Easily insert Google Maps, a store locator, opening hours and more":["Легко вставить Google Maps, локатор магазинов, часы и многое другое"],"Creates XML News Sitemaps":["Создает XML Sitemap для новостей"],"Immediately pings Google on the publication of a new post":["Сразу пингует Google о публикации нового поста"],"Optimize your site for Google News":["Оптимизация сайта для Google News"],"Make videos responsive through enabling fitvids.js":["Сделать видео позволяющее реагировать через fitvids.js"],"Enhance the experience of sharing posts with videos":["Повышайте опыт обмена сообщениями с видео"],"Show your videos in Google Videos":["Покажите свои видео в Google Видео"],"Crawl issues list":["Список вопросов обхода контента"],"Crawl issues list navigation":["Сканирование пунктов списка навигации"],"Edit “%s”":["Редактировать “%s”"],"Premium":["Премиум"],"Google Trends":["Google тренды"],"Notifications":["Уведомления"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Удаляет вкладку ключевых слов из METABOX и отключает все связанные с ней SEO предложения."],"Disable SEO analysis":["Отключить SEO анализ"],"Twitter settings":["Настройки Twitter"],"Pinterest settings":["Настройки Pinterest"],"Facebook settings":["Настройки Facebook"],"Title separator symbol":["Символ разделителя Заглавия"],"RSS feed settings":["Настройки RSS канала"],"Breadcrumbs settings":["Настройки \"Хлебных крошек\""],"Make primary":["Сделать основной"],"Enter your Google Authorization Code and press the Authenticate button.":["Введите ваш код авторизации Google и, нажмите кнопку Аутентификация"],"Knowledge base article":["Статья базы знаний"],"Open the knowledge base article in a new window or read it in the iframe below":["Открыть статью базы знаний в новом вкладке или прочитать в приведенном ниже окне"],"Search results":["Результаты поиска"],"%s notification":["%s уведомление","%s уведомления","%s уведомлений"],"Disable readability analysis":["Отключить анализ читаемости"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Удаляет вкладку \"Читаемость\" из METABOX и отключает все связанные с ней предложения."],"Readability analysis":["Анализ удобочитаемости"],"Needs improvement":["Требуется улучшение"],"Readability":["Читабельность"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Вы пытаетесь загрузить не уменьшенные файлы, они доступны только в нашем пакете разработки. Проверьте %1$s чтобы увидеть исходные файлы."],"Improvements":["Улучшения"],"Dismiss this item.":["Скрыть элемент."],"Good job! We could detect no serious SEO problems.":["Отличная работа! Каких-либо серьезных проблем SEO не обнаружено."],"We have detected the following issues that affect the SEO of your site.":["Мы обнаружили следующие проблемы, влияющие на SEO вашего сайта."],"Problems":["Проблемы"],"Analysis":["Анализ"],"Not available":["Недоступно"],"Filter by SEO Score":["Фильтровать по SEO Оценке"],"Meta description not set.":["Мета-описание не задано."],"Video tutorial":["Видео учебник"],"Email support is a %s feature":["Поддержка по e-mail доступна только для %s"],"Knowledge base":["База знаний"],"Open":["Открыть"],"Loading...":["Загрузка..."],"Something went wrong. Please try again later.":["Произошла ошибка. Повторите попытку позже."],"No results found.":["Результатов не найдено."],"Dashboard":["Консоль"],"You can fix this on the %1$sPermalink settings page%2$s.":["Вы можете исправить это на %1$s Постоянная ссылка страницы настройки %2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Включено деление комментариев на страницы. Этого не требуется в 999 из 1000 случаев. Рекомендуем отключить."],"Replaced with the primary category of the post/page":["Основная рубрика записи/страницы"],"Pinterest confirmation":["Подтверждение Pinterest "],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Если вы уже связали свой сайт с Pinterest, можно пропустить следующий шаг."],"Format-based archives":["Архивы по формату"],"Webmaster Tools verification":["Подтверждение инструментов для веб-мастеров"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Подпишитесь на наш тренинг по %1$s для WordPress и станьте сертифицированным экспертом по %1$s!"],"Want to be a %s Expert?":["Хотите стать экспертом по %s?"],"Buy %s":["Купить %s"],"Show information about errors in category %s":["Показать информацию об ошибках в категории %s"],"New %1$s Title":["Новый заголовок %1$s"],"Existing %1$s Title":["Текущий заголовок %1$s"],"Expected an integer as input.":["На ввод ожидается целочисленное значение."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Попытка создать ключ кэша карты сайта, но постфиксу и комбинации префикса оставлено слишком мало места. Возможно вы запрашиваете страницу, которая находится вне ожидаемого диапазона."],"Remove":["Убрать"],"Keep":["Оставить"],"Bold the last page":["Выделить последнюю страницу"],"Regular":["Обычный"],"Bold":["Полужирный"],"Show Blog page":["Показывать страницу блога"],"Primary %s":["Основная %s"],"Primary":["Основная"],"Make %1$s primary %2$s":["Сделать %1$s основной %2$s"],"Term is set to noindex.":["Для элемента задан атрибут noindex."],"Author archives":["Архивы авторов"],"Show":["Показать"],"Enabled":["Включено"],"Disabled":["Отключено"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s еще не получил статус индексируемости вашего сайта с %2$s"],"The separator defined in your theme's %s tag.":["Разделитель определен в вашей теме %s тег."],"No index":["Не индексировать"],"Analyze entire site":["Проанализировать весь сайт"],"Fetch the current status":["Получить текущее состояние"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s не смог получить статус индексируемости вашего сайта %3$s с %4$s"],"Your homepage can be indexed by search engines.":["Ваша домашняя страница может быть проиндексирована поисковыми системами."],"Indexability check by %1$s":["Проверка индексируемости на %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Если вы хотите использовать изображение для публикации в %1$s, загрузите (выберите) его или введите здесь здесь его URL-адрес."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Если вы не хотите использовать мета-описание для публикации в %1$s, но хотите ещё одно описание, напишите его здесь."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Если вы не хотите использовать название для совместного использования на %1$s но вместо этого хотите другой заголовок там, напишите его здесь."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$s Ваша главная страница не может быть проиндексирована поисковыми системами %2$s. Это очень плохо для SEO и должно быть исправлено."],"Once Weekly":["Раз в неделю"],"SEO score":["Оценка SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Перерасчет оценки SEO для всех частей содержания с фокусным ключевым словом."],"%1$s of %2$s done.":["%1$s из %2$s готово."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Мы обновили алгоритм оценки SEO. %1$s Пересчитать оценки SEO %2$s для всех сообщений и страниц."],"Team Yoast":["Команда Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Первое настоящее и полноценное решение для SEO в WordPress, в которое включен анализ содержимого страницы, создание карты сайта в формате XML и многое другое."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Не удалось активировать:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Расширение фильтрации может быть недоступно. Свяжитесь с поставщиком услуг хостинга для включения."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Установка плагина %1$s не завершена. Обратитесь, пожалуйста, к %2$sинструкции по установке%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Похоже, что стандартная библиотека PHP (SPL) недоступна. Пожалуйста, попросите вашу хостинг-компанию включить ее."],"SEO Settings":["Настройки SEO"],"Mobile-Friendly Test":["Тестирование использования на мобильных устройствах"],"Google Page Speed Test":["Тест скорости загрузки страницы от Google"],"CSS Validator":["Валидатор CSS"],"HTML Validator":["Валидатор HTML"],"Pinterest Rich Pins Validator":["Валидатор Pinterest Rich Pins"],"Facebook Debugger":["Отладчик Facebook"],"Check Headers":["Проверить Заголовки"],"Check Google Cache":["Проверить кэш Google "],"Analyze this page":["Проанализировать эту страницу"],"Keyword Research":["Исследование ключевых слов"],"%s does not seem to be a valid url. Please correct.":["%s — некорректный адрес URL. Пожалуйста, исправьте его."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["Похоже, что %1$s — некорректный проверочный код для %2$s. Пожалуйста исправьте его."],"%s Archive":["Архив %s"],"You searched for %s":["Вы искали %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Краткое содержание с большой картинкой"],"Summary":["Краткое содержание"],"The post %1$s appeared first on %2$s.":["Сообщение %1$s появились сначала на %2$s."],"No numeric value was received.":["Нет числового значения."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Этот идентификатор должен принадлежать существующему блогу. Блог %s - не существует, или помечен на удаление."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Настройка «блог по умолчанию» должна быть числовым ID того блога, который вы хотите использовать по умолчанию."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s — это неправильное значение для имени пользователя, которому можно разрешить доступ к настройкам %2$s. Значение сброшено к первоначальному."],"Please select a valid post type for taxonomy \"%s\"":["Пожалуйста выберите корректный тип записи для таксономии «%s»"],"Please select a valid taxonomy for post type \"%s\"":["Пожалуйста, выберите допустимую таксономию для типа записей «%s»"],"You searched for":["Вы искали"],"Home":["Главная страница"],"Archives for":["Архивы для"],"Error 404: Page not found":["Ошибка 404: страница не найдена"],"Good":["Хорошо"],"Replaced with a custom taxonomies description":["Описание произвольной таксономии"],"Replaced with a posts custom taxonomies, comma separated.":["Значение пользовательских таксономий из записи (через запятую)"],"Replaced with a posts custom field value":["Значение пользовательского поля из записи"],"Replaced with the slug which caused the 404":["Ярлык, вызвавший ошибку 404"],"Replaced with the posts focus keyphrase":["Заменяется фокусным ключевым словом записи"],"Attachment caption":["Подпись под вложением"],"Replaced with the current page number":["Номер страницы текущей записи"],"Replaced with the current page total":["Общее количество страниц текущей записи"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Номер текущей страницы в контексте (т. е. страница 2 из 4)"],"Replaced with the post/page author's 'Biographical Info'":["Биография автора записи/страницы"],"Replaced with the post/page author's 'nicename'":["Псевдоним автора записи/страницы"],"Replaced with the post/page ID":["ID записи/страницы"],"Replaced with the post/page modified time":["Время изменения записи/страницы"],"Replaced with the content type plural label":["Заменено на множественное число лейбла типа содержимого"],"Replaced with the content type single label":["Заменено на единственное число лейбла типа содержимого"],"Replaced with the current search phrase":["Текущая фраза поиска"],"Replaced with the term name":["Название термина"],"Replaced with the term description":["Описание термина"],"Replaced with the tag description":["Описание метки"],"Replaced with the category description":["Описание рубрики"],"Replaced with the post categories (comma separated)":["Рубрики записи (через запятую)"],"Replaced with the current tag/tags":["Текущая(ие) метка/метки"],"Replaced with the post/page excerpt (without auto-generation)":["Цитата записи/страницы (без автоматической генерации)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Цитата записи/страницы (при отсутствии генерируется автоматически)"],"The site's name":["Имя сайта"],"Replaced with the title of the parent page of the current page":["Заголовок родительской страницы"],"Replaced with the title of the post/page":["Название записи/страницы"],"Replaced with the date of the post/page":["Дата записи/страницы"],"Page %1$d of %2$d":["Страница %1$d из %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Вы не можете переопределить стандартную переменную плагина. Чтобы изменить значение этой переменной, используйте фильтр «wpseo_replacements»."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Переменная для замены с таким же именем уже зарегистрирована. Постарайтесь выбрать уникальное имя для вашей переменной. "],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Переменная для замены не может начинаться с «%%cf_» или «%%ct_», эти символы зарезервированы для дополнительных полей и таксономий плагина. Постарайтесь выбрать уникальное имя для вашей переменной."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Переменная для замены может содержать только алфавитно-цифровые символы, подчёркивание или дефис. Попробуйте переименовать переменную."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Заметка для администратора: на этой странице не отображается мета-описание, потому что оно не задано. Укажите его для данной страницы, либо перейдите в меню [%1$s - %2$s] и настройте шаблон."],"Page not found":["Страница не найдена"],"%s Archives":["Архивы %s"],"Search for \"%s\"":["Поиск \"%s\""],"Meta description to use for Author page":["Мета-описание для страницы автора"],"Title to use for Author page":["Название для страницы автора"],"%1$s settings":["Настройки %1$s"],"Export your %1$s settings":["Экспортировать ваши %1$sнастройки."],"Import settings":["Импортировать настройки"],"Import from other SEO plugins":["Импортировать из других плагинов SEO"],"Import":["Импортировать"],"If you had a %s file and it was editable, you could edit it from here.":["Если бы у вас был файл %s, доступный для записи, здесь можно было бы его изменить."],"If your %s were writable, you could edit it from here.":["Если ваш файл %s доступен для записи, вы можете отредактировать его здесь."],"You don't have a %s file, create one here:":["На сайте отсутствует файл %s, создайте его сейчас:"],"A link to your site, with your site's name and description as anchor text.":["Ссылка на ваш сайт с именем вашего сайта и описанием в качестве текста ссылки."],"A link to your site, with your site's name as anchor text.":["Ссылка на ваш сайт с названием сайта в качестве текста ссылки."],"A link to the post, with the title as anchor text.":["Ссылка на запись с названием в качестве текста ссылки."],"A link to the archive for the post author, with the authors name as anchor text.":["Ссылка на архив автора записи с именем автора в качестве текста ссылки."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Следующие переменные можно использовать в шаблоне, они будут заменены на значения, указанные справа."],"Content to put after each post in the feed":["Контент ставить после каждого сообщения"],"Content to put before each post in the feed":["Содержимое для размещения перед каждой Записью в ленте новостей"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Эта функция автоматически добавит содержимое в RSS-поток, Вы можете добавить ссылки на Ваш сайт в каждую запись, защитив содержимое от автоматических агрегаторов, и указав поисковым системам адрес первоисточника."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Использование этой функции «хлебных крошек» описывается в нашей %1$sстатье о внедрении «хлебных крошек»%2$s. Не забудьте добавить код в нужное место вашего шаблона (темы)."],"How to insert breadcrumbs in your theme":["Как добавить «хлебные крошки» в вашу тему"],"Blog":["Блог"],"Content type archive to show in breadcrumbs for taxonomies":["Архив типа записей, который будет показан в «хлебных крошках» для таксономий"],"Taxonomy to show in breadcrumbs for content types":["Таксономия, которая будет показана в «хлебных крошках» для типов записей"],"Breadcrumb for 404 Page":["«Хлебные крошки» на странице 404"],"Prefix for Search Page breadcrumbs":["Префикс для «хлебных крошек» на странице поиска"],"Prefix for Archive breadcrumbs":["Префикс для «хлебных крошек» на страницах архива"],"Prefix for the breadcrumb path":["Префикс"],"Anchor text for the Homepage":["Текст ссылки на главную страницу"],"Separator between breadcrumbs":["Разделитель между «хлебными крошками»"],"Enable Breadcrumbs":["Включить «хлебные крошки»"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Ниже приведены SEO оценки ваших опубликованных записей. Самое время начать улучшать ваши записи!"],"Credits":["О создателях"],"« Back to Tools page":["« назад на страницу инструментов"],"%1$s comes with some very powerful built-in tools:":["%1$s содержит несколько очень мощных инструментов:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Этот инструмент позволит быстро отредактировать такие важные для вашего SEO файлы, как robots.txt и .htaccess (при его наличии)."],"File editor":["Редактор файлов"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Импортировать настройки из других SEO плагинов и экспортировать настройки для повторного использования на (другом) блоге."],"Import and Export":["Импорт и экспорт"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Этот инструмент позволит вам быстро изменить заголовки и описания ваших записей и страниц без редактирования отдельных страниц."],"Bulk editor":["Групповой редактор"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Чтобы %1$sподтвердить авторство сайта для Pinterest%2$s, добавьте мета-тег здесь:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest использует метаданные Open Graph по аналогии с Facebook, поэтому если вы хотите оптимизировать ваш сайт для Pinterest, убедитесь, что чекбокс Open Graph на вкладке Facebook отмечен."],"The default card type to use":["Использовать тип карточки по-умолчанию"],"Add Twitter card meta data":["Добавить метаданные Twitter"],"This image is used if the post/page being shared does not contain any images.":["Если страницей или записью поделятся (shared) и они не содержит изображений, то тогда будет использоваться эта картинка, "],"Default settings":["Настройки по умолчанию"],"Copy home meta description":["Скопировать мета-описание с главной"],"Description":["Описание"],"Image URL":["URL-адрес изображения"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Заголовок, описание и изображение, используемые в мета-тегах Open Graph на главной странице сайта."],"Frontpage settings":["Настройки главной страницы"],"Add Open Graph meta data":["Добавить метаданные Open Graph"],"YouTube URL":["URL-адрес YouTube"],"Pinterest URL":["URL-адрес Pinterest"],"MySpace URL":["URL-адрес MySpace"],"LinkedIn URL":["URL-адрес LinkedIn"],"Instagram URL":["URL-адрес Instagram"],"Twitter Username":["Имя пользователя в Twitter"],"Facebook Page URL":["Ссылка на страницу Facebook"],"Accounts":["Аккаунты"],"Restore site to defaults":["Восстановить сайт по умолчанию"],"Site ID":["ID сайта"],"Using this form you can reset a site to the default SEO settings.":["С помощью этой формы Вы можете восстановить SEO настройки сайта по умолчанию."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Конфиденциальные данные (администраторы Facebook и т.п.), параметры темы (перезапись заголовков) и несколько других параметров, относящихся только к данному сайту, не будут импортированы на новые сайты."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Укажите %1$sSite ID%2$s, параметры которого вы хотите использовать по умолчанию для всех сайтов сети. Если оставить поле пустым, будут использоваться стандартные настройки плагина."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Выберите сайт, параметры которого вы хотите использовать по умолчанию для всех сайтов сети. Если выбрать «Нет», будут использоваться стандартные настройки."],"New sites in the network inherit their SEO settings from this site":["Новые сайты сети унаследуют SEO-настройки от этого сайта"],"Super Admins only":["Только суперадминистраторы"],"Site Admins (default)":["Администраторы сайта (по умолчанию)"],"Who should have access to the %1$s settings":["Кто должен иметь доступ к настройкам %1$s"],"spam":["спам"],"mature":["для взрослых"],"archived":["в архиве"],"public":["публичный"],"%s restored to default SEO settings.":["%s сброшены в начальные значения SEO."],"Settings Updated.":["Настройки обновлены."],"404 pages":["Страницы 404"],"Search pages":["Страницы поиска"],"These pages will be %s by default, so they will never show up in search results.":["Эта страница %s по умолчанию проиндексирована не будет, а это значит, что в выдаче поисковых систем не отобразится."],"Special Pages":["Особые страницы"],"Date-based archives could in some cases also be seen as duplicate content.":["Архив по дате в некоторых случаях, также может выглядеть как дублированное содержимое."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Если у вас именно такая ситуация, вы можете либо отключить её (будет происходить перенаправление на домашнюю страницу), либо добавить к ссылке %s, чтобы исключить её из результатов поиска."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Если вы ведете свой личный блог, архив автора будет полностью совпадать с домашней страницей. Это называется %1$sпроблема дублирования содержимого%2$s."],"Date archives":["Архивы по дате"],"author archives":["Архивы автора"],"Title":["Название"],"%1$s Meta Box":["Блок %1$s"],"Hide":["Скрыть"],"Date in Snippet Preview":["Дата в предпросмотре фрагмента"],"Take note:":["Обратите внимание:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Вы можете определить название и описание для страницы блога %1$sредактированием самой страницы блога%2$s"],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Вы можете определить название и описание для главной страницы %1$sредактированием самой страницы%2$s"],"Homepage & Front page":["Домашняя страница и главная страница"],"Title Separator":["Разделитель для заголовка"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s автоматически определяет необходимость изменения заголовков Записей на вашем сайте, если вы уверены, что этого делать НЕ надо, отметьте этот пункт."],"Force rewrite titles":["Принудительная перезапись заголовков"],"Taxonomies":["Таксономии"],"Homepage":["Главная страница"],"%1$s Extensions":["Расширения %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Легкая интеграция плагина электронной коммерции WooCommerce с плагином %1$s даст много дополнительных функций!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Получите лучший рейтинг среди локальных ресурсов на Картах Google без лишних усилий!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Вы зарегистрированы в Google News? Вы можете увеличить трафик оттуда на свой сайт с помощью оптимизации!"],"Optimize your videos to show them off in search results and get more clicks!":["Оптимизируйте свои видео-записи, чтобы они попадали в результаты поиска и получали больше кликов!"],"The premium version of %1$s with more features & support.":["Премиум-версия плагина %1$s с дополнительными функциями и поддержкой."],"Person":["Частное лицо"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Эти данные показываются как метаданные вашего сайта. Они предназначены для %1$sGoogle's Knowledge Graph%2$s. Вы можете быть либо Компанией, либо Частным лицом."],"Website name":["Название сайта"],"Webmaster Tools":["Инструменты веб-мастеров"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["В URL-адресах Ваших записей и страниц отсутствует заголовок. Настоятельно рекомендуется, чтобы он там был. Советуем выбрать /%postname%/ в качестве структуры постоянных ссылок."],"RSS":["RSS"],"Breadcrumbs":["«Хлебные крошки»"],"or":["или "],"Save Profile":["Сохранить профиль"],"There were no profiles found":["Не было найдено профилей"],"Profile":["Профиль"],"Current profile":["Текущий профиль"],"Authenticate":["Аутентификация"],"Get Google Authorization Code":["Получить код авторизации от Google"],"Reload crawl issues":["Перезагрузить вопросы обхода"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Чтобы создать перенаправление и исправить эту проблему, необходим %1$s. Купить этот плагин, а также год поддержки и обновлений, можно на %2$s."],"Creating redirects is a %s feature":["Создание перенаправлений — функция %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Ошибки, которые происходили, когда ваш сайт обходил робот Google для обычных телефонов (ошибки не появляются на рабочем столе)"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Ошибки индексирования вашего сайта роботом Google для мобильных устройств (ошибки не связанные с настольными компьютерами)"],"Errors that occurred when your site was crawled by Googlebot.":["Ошибки, произошедшие во время индексирования вашего сайта Google-ботом"],"Issue categories":["Категории проблем"],"Incorrect Google Authorization Code.":["Некорректный код авторизации Google"],"The issues have been successfully reloaded!":["Недочёты были успешно перезагружены!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["В %1$s данные были удалены. Вам необходимо повторно пройти проверку подлинности, если вы хотите получить данные снова."],"Crawl errors per page":["Ошибки на странице после индексирования поисковыми системами"],"Search":["Поиск"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Не пропустите свои ошибки индексирования: %1$sподключитесь к Google Search Console здесь%2$s."],"Create redirect":["Создать перенаправление (redirect)"],"Mark as fixed":["Пометить как исправленное"],"Response code":["Код ответа"],"First detected":["Первый обнаружен"],"Last crawled":["Последнее индексирование поисковыми системами"],"URL":["URL-адрес"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s обнаружил, что вы используете версию %2$s, который не совместим с %1$s. Пожалуйста, обновите %2$s до последней версии, чтобы использовать эту функцию."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Плагины Yoast используют общий код, чтобы сделать ваш сайт быстрее. Как следствие, все плагины Yoast должны быть обновлены до последней версии. Мы обнаружили, что в вашем случае это не так. Пожалуйста, обновите плагины Yoast, использующие старые версии."],"Feature phone":["Мобильный телефон"],"Smartphone":["Смартфон"],"Desktop":["Настольный компьютер"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Целевой URL не существует, однако Ваш сервер не выдаёт ошибку 404 (Страница не найдена)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Время запроса истекло, либо сайт блокирует Google."],"Server Error":["Ошибка сервера"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot удалось зайти на сайт, но некоторые URL-адреса заблокированы для него в файле %1$s . Блокировка может быть либо для всех Googlebot'ов, либо только для Googlebot-mobile."],"Blocked":["Заблокировано "],"Google was unable to crawl this URL due to an undetermined issue.":["Google не удалось проиндексировать этот URL-адрес по неизвестной причине."],"URL points to a non-existent page.":["URL указывает на несуществующую страницу."],"Not found":["Не найдено"],"Not followed":["Не последовало"],"Faulty redirects":["Ошибочные перенаправления"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Сервер запрашивает авторизацию или блокирует доступ к сайту для Googlebot ."],"Access denied":["Доступ запрещён"],"Deactivate %s":["Деактивировать %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Плагин %1$s может вызвать проблемы в сочетании с %2$s."],"Upload Image":["Загрузить изображение"],"Remove these ads?":["Удалить эту рекламу?"],"%s Posts Overview":["Обзор публикаций %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["«Заголовок „крошек“» используется в навигационных «крошках» там, где появляется эта таксономия."],"Breadcrumbs title":["Заголовок для «хлебных крошек»"],"The canonical link is shown on the archive page for this term.":["Каноническая ссылка отображается на странице архива этого термина."],"Facebook App ID":["ID Facebook приложения"],"Pinterest":["Pinterest"],"Other":["Другое"],"Archives":["Архивы"],"Email":["Email"],"Previous":["Назад"],"Next":["Далее"],"Close":["Закрыть"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["И %1$s и %2$s могут создавать XML-карты вашего сайта. Наличие двух карт сайта плохо сказывается на результатах выдачи поисковых систем, а также замедляет скорость работы сайта."],"Configure %1$s's Open Graph settings":["Настроить %1$s Open Graph"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["И %1$s и %2$s создают вывод Open Graph, который может привести к использованию неправильных текстов и изображений социальными сетями (Facebook, Twitter, LinkedIn и др.), если вашими страницами поделятся в них."],"%s Image":["Изображение для %s"],"%s Description":["Описание для %s"],"%s Title":["Заголовок для %s"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Рекомендованный размер изображения для %1$s — %2$s px."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Если вы хотите использовать для этой записи другое изображение в %s, загрузите (выберите) его."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Если вы не хотите использовать мета-описание для публикации в %s, но хотите ещё одно описание, напишите его здесь."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Если вы хотите использовать для публикации в %s другой заголовок Записи, тогда введите его здесь."],"very difficult":["очень трудно"],"Try to make shorter sentences, using less difficult words to improve readability":["Попробуйте писать более короткими предложениями и использовать меньше трудных слов, чтобы улучшить читабельность."],"difficult":["трудно"],"Try to make shorter sentences to improve readability":["Попробуйте писать более короткими предложениями, чтобы улучшить читабельность."],"fairly difficult":["довольно трудно"],"OK":["ОК"],"fairly easy":["довольно легко"],"easy":["легко"],"very easy":["очень легко"],"Meta Desc.":["Мета описание"],"All SEO Scores":["Все оценки SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Это изображение должно быть как минимум 200х200 пикселей, чтобы Facebook и другие социальные сети могли его использовать."],"(no parent)":["(без родителя)"],"Post is set to noindex.":["Запись отмечена как неиндексируемая."],"The URL that this page should redirect to.":["URL-адрес, на который должна перенаправлять эта страница."],"301 Redirect":["301 перенаправление (redirect)"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Канонический URL, на который должна указывать эта страница. Если оставить пустым, это будет ссылка по умолчанию. Также поддерживаются %1$sссылки на другие домены%2$s."],"Canonical URL":["Канонический URL-адрес"],"Title to use for this page in breadcrumb paths":["Заголовок этой страницы, который будет выводиться в «хлебных крошках»"],"Breadcrumbs Title":["Заголовок для «хлебных крошек»"],"No Snippet":["Без сниппета"],"No Archive":["Не архивировать"],"No Image Index":["Не индексировать изображения"],"None":["Пусто"],"Site-wide default: %s":["По умолчанию на сайте: %s"],"Advanced meta robots settings for this page.":["Расширенные meta robots настройки для этой страницы."],"Meta robots advanced":["Расширенная настройка тега Meta Robots "],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Предупреждение: Вы можете указать здесь параметры мета-тегов robots, однако в настройках чтения Вашего сайта включена опция «Попросить поисковые системы не индексировать сайт», так что эти настройки ни на что не повлияют."],"Meta description":["Мета-описание"],"SEO Title":["SEO заголовок"],"Focus keyword":["Фокусное ключевое слово"],"Snippet preview":["Просмотр сниппета"],"Settings successfully imported.":["Настройки успешно импортированы."],"Settings could not be imported:":["Настройки не могут быть импортированы:"],"Breadcrumb for 404 pages:":["«Хлебные крошки» для страниц с ошибкой 404:"],"Prefix for search result pages:":["Prefix для страниц результатов поиска:"],"Prefix for archive pages:":["Префикс для страниц архива:"],"Prefix for breadcrumbs:":["Префикс для «хлебных крошек»:"],"Anchor text for the homepage:":["Анкорный текст для главной страницы:"],"Breadcrumbs separator:":["Разделитель для «хлебных крошек»:"],"%s Breadcrumbs":["«Хлебные крошки» %s"],"Use Image":["Использовать изображение"],"Action":["Действие"],"Page URL/Slug":["Ярлык страницы"],"Publication date":["Дата публикации"],"Post Status":["Статус"],"WP Page Title":["Заголовок страницы WP"],"View":["Показать"],"View “%s”":["Показать “%s”"],"Preview":["Предпросмотр"],"Preview “%s”":["Предпросмотр “%s”"],"Edit":["Изменить"],"Filter":["Фильтр"],"New Yoast Meta Description":["Новое мета-описание Yoast"],"Existing Yoast Meta Description":["Существующее мета-описание Yoast"],"Facebook profile URL":["Ссылка на профиль в Facebook"],"Twitter username (without @)":["Ваше имя на Twitter (без @)"],"FAQ":["FAQ"],"Premium Support":["Премиум-поддержка"],"Settings":["Настройки"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Вы должны %1$sзайти в Настройки чтения%2$s и убрать галочку рядом с пунктом \"Видимость для поисковых систем\"."],"Huge SEO Issue: You're blocking access to robots.":["Серьёзная проблема для SEO: Вы блокируете доступ для поисковых роботов."],"Posts":["Записи"],"Edit Files":["Изменить файлы"],"Advanced Variables":["Дополнительные переменные"],"Basic Variables":["Основные переменные"],"General":["Общие"],"Extensions":["Расширения"],"Search Console":["Консоль поиска"],"Tools":["Инструменты"],"Advanced":["Дополнительно"],"XML sitemaps":["XML-карта сайта"],"Social":["Социальные сети"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s обнаружил, что используется версия %3$s или %2$s. Обновите плагин до последней версии, чтобы предотвратить проблемы совместимости."],"Just another WordPress site":["Просто еще один сайт WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["У вас в WordPress, до сих пор установлено название сайта по умолчанию. Наверно лучше сделать его пустым, чем как сейчас. %1$s вы всегда можете исправить его в настройщике %2$s."],"You have used HTML in your value which is not allowed.":["В этом поле нельзя использовать HTML-теги."],"You can't edit %s that aren't yours.":["Вы не можете редактировать %s, не принадлежащие вам."],"You can't edit %s.":["Вы не можете редактировать %s."],"Post has an invalid Content Type: %s.":["У записи неверный тип: %s."],"Post doesn't exist.":["Запись не существует."],"course\u0004Free:":["Бесплатные:"],"posts\u0004Trash (%s)":["Удаленные (%s)","Удаленные (%s)","Удаленные (%s)"],"posts\u0004All (%s)":["Все (%s)","Все (%s)","Все (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/sk_SK.json b/Resources/Private/Languages/sk_SK.json index 0b552ed..24f5044 100644 --- a/Resources/Private/Languages/sk_SK.json +++ b/Resources/Private/Languages/sk_SK.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;","lang":"sk"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sČitateľnosť%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Prečítajte si %1$stento článok o tom, prečo nepodporujeme staršie verzie.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":["Osobné logo / avatar"],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video návod"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Ak chcete zobraziť aktuálne chyby indexového prehľadávania, %1$snavštívte prosím Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":["Odstrániť túto správu"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Skutočná optimalizácia vašej webovej stránky pre miestne publikum s našim %s pluginom! Optimalizované detaily adresy, otváracie hodiny, vyhľadávač obchodu a možnosti vyzdvihnutia!"],"Serving local customers?":["Obsluhujete miestnych zákazníkov?"],"Get the %s plugin now":["Získajte %s plugin teraz"],"Organization social profiles":["Sociálne profily organizácie"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Môžete upraviť detaily zobrazené v meta dátach, ako napr. sociálne profily, meno a popis tohto používateľa na ich %1$s profilovej stránke."],"Personal info":["Osobné info"],"Organization logo":["Logo organizácie"],"Organization name":["Meno organizácie"],"Choose whether the site represents an organization or a person.":["Vyberte, či webová stránka predstavuje organizáciu alebo osobu."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Aby vaša webová stránka reprezentovala Spoločnosť alebo Organizáciu choďte na %1$sVzhľad vyhľadávania%2$s a nastavte Organizáciu alebo Osobu na \"Organizácia\"."],"To change the social accounts used for your site, update the details for %1$s.":["Na zmenu sociálnych účtov používaných na Vašu web stránku, aktualizujte detaily pre %1$s."],"That means that the form and information below is disabled, and not used.":["To znamená, že formulár a informácia nižšie sú zakázané a nie sú používané."],"Your website is currently configured to represent a Person":["Vaša webová stránka je momentálne nastavená, aby reprezentovala Osobu"],"(if one exists)":["(ak existuje)"],"Wikipedia page about you":["Stránka Wikipedie o Vás"],"YouTube profile URL":["URL adresa profilu YouTube"],"Tumblr profile URL":["URL adresa profilu Tumblr"],"SoundCloud profile URL":["URL adresa profilu SoundCloud"],"MySpace profile URL":["URL adresa profilu MySpace"],"Organization or person":["Organizácia alebo osoba"],"The person":["Osoba"],"Organization":["Organizácia"],"Does your site represent a person or an organization?":["Reprezentuje vaša stránka osobu alebo organizáciu?"],"The name of the organization":["Názov organizácie"],"Provide an image of the organization logo":["Poskytnite obrázok loga organizácie"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["V minulosti ste zadali, že Vaša webová stránka predstavuje osobu. Zlepšili sme našu funkcionalitu okolo Schém a Knowledge Graph, tak by ste ich mali pozrieť a %1$sdoplniť tieto nastavenia%2$s."],"Select a user...":["Vyberte používateľa..."],"Uncategorized":["Nekategorizované"],"Name:":["Meno:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Vybrali ste používateľa %1$s ako osobu, ktorú táto webová stránka predstavuje. Informácia o používateľskom profile bude teraz využívaná vo výsledkoch hľadania. %2$sAktualizujte ich profil, aby sa zabezpečilo, že informácie sú správne.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Chyba: Prosím zvoľte nižšie používateľa, aby ste skompletizovali meta dáta webovej stránky."],"SEO score: %s":["SEO skóre: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Ak máte stránku o Vás alebo Vašej organizácii na Wikipédii, pridajte ju tiež."],"Wikipedia URL":["URL adresa Wikipédie"],"Pinterest profile URL":["URL adresa profilu Pinterest"],"Instagram profile URL":["URL adresa profilu Instagram"],"LinkedIn profile URL":["URL adresa profilu LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Prehľad kľúčových slov je dôležitý v každej SEO stratégii. Vy sa rozhodnete, ktoré výrazy majú byť vyhľadateľné a zistite, ktoré slová vaši návštevníci používajú, aby Vvás našli. Dobrý prehľad kľúčových slov vám povie, aký obsah potrebujete začať zaraďovať do rebríčka pre výrazy, ktoré chcete zoraďovať! %1$s vám pomôže prejsť týmto procesom krok po kroku."],"SEO for Beginners training":["Tréning SEO pre začiatočníkov"],"%s for WordPress training":["Tréning %s pre WordPress"],"All-around SEO training":["Celkový SEO tréning"],"The image you selected is too small for Facebook":["Obrázok, ktorý ste vybrali je pre Facebook príliš malý"],"The given image url cannot be loaded":["Nie je možné načítať obrázok na zadanej url adrese"],"Find out what words your audience uses to find you":["Zistite, aké slová používajú Vaši návštevníci, aby Vás našli"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sĽahkosť čítania Flesch%2$s: Kópia získala v teste %3$s, čo sa považuje za %4$s na čítanie. %5$s"],"No JSON object was returned.":["Nevrátil sa žiaden objekt JSON."],"Received internal links":["Prijaté vnútorné linky"],"Outgoing internal links":["Odchádzajúce vnútorné linky"],"New step added":["Nový krok pridaný"],"New question added":["Nová otázka pridaná"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Na to, aby ste vytvorili presmerovanie a opravili tento problém, potrebujete %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Môžete si zakúpiť plugin, vrátane podpory na 1 rok na %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Funkcia počítadla textových odkazov poskytuje informácie o tom, koľko odkazov sa nachádza vo vašom texte a koľko odkazov odkazuje na váš text. Je to veľmi užitočné, keď zlepšujete svoje %1$s interné prepojenia %2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Aby táto funkcia fungovala,%1$s vyžaduje aspoň PHP verziu%2$s. Na tejto webovej lokalite sme zistili PHP verziu %3$s."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Pozorne zvážte dôsledky a %1$sprečítajte si tento príspevok%2$s, ak chcete získať viac informácií o vplyve zobrazovania médií vo výsledkoch vyhľadávania."],"Keyphrase":["Kľúčové slovo"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Aby táto funkcia fungovala,%1$s potrebuje vytvoriť tabuľku vo vašej databáze. Túto tabuľku sme nedokázali vytvoriť automaticky."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ak povolíte túto možnosť, adresy URL príloh sa stanú viditeľnými pre návštevníkov aj pre spoločnosť Google. Ak chcete pridať hodnotu na svoje webové stránky, mali by obsahovať užitočné informácie alebo by mohli mať negatívny vplyv na vaše poradie."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Funkcia %3$s Počítadlo textových odkazov %4$s (zavedená v %1$s %2$s) je momentálne zakázaná."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Prečítajte si nasledujúci článok %1$szákladné skúsenosti%2$s a zistite, ako vyriešiť tento problém."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Aby ste sa uistili, že všetky odkazy vo vašich textoch sú započítané, musíme analyzovať všetky vaše texty."],"All you have to do is press the following button and we'll go through all your texts for you.":["Jediné, čo musíte urobiť, je stlačiť nasledujúce tlačidlo a my prejdeme cez všetky vaše texty pre vás."],"Count links":["Počítadlo odkazov"],"Free":["Zadarmo"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAlt atribúty obrázka%5$s: Z %2$d obrázkov na tejto stránke, %1$d má atribút alt so slovami z Vašej kľúčovej frázy alebo synonymum. To je trochu veľa. %4$sZahrňte kľúčovú frázu alebo jej synonymy iba vtedy, ak to naozaj sedí na obrázok%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtribúty obrázka alt%2$s: Dobrá práca!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAlt atribúty obrázka%5$s: Z %2$d obrázkov na tejto stránke, iba %1$d má atribút alt, ktorý odzrkadľuje tému Vášho textu. %4$sPridajte Vašu kľúčovú frázu alebo synonymá do značky alt viacerým relevantným obrázkom%5$s!","%3$sAlt atribúty obrázka%5$s: Z %2$d obrázkov na tejto stránke, iba %1$d majú atribút alt, ktorý odzrkadľuje tému Vášho textu. %4$sPridajte Vašu kľúčovú frázu alebo synonymá do značky alt viacerým relevantným obrázkom%5$s!","%3$sAlt atribúty obrázka%5$s: Z %2$d obrázkov na tejto stránke, iba %1$d má atribút alt, ktorý odzrkadľuje tému Vášho textu. %4$sPridajte Vašu kľúčovú frázu alebo synonymá do značky alt viacerým relevantným obrázkom%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Stránka %s"],"Cannot get the size of %1$s because of unknown reasons.":["Z neznámych dôvodov nie je možné získať veľkosť %1$s."],"Cannot get the size of %1$s because it is hosted externally.":["Nie je možné získať veľkosť %1$s pretože je hostovaný externe."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Jednoducho prepnite prepínač na \"Zapnuté\" a budete môcť použiť rekalibrovanú analýzu. Súčasne vás pridáme do nášho konkrétneho mailing listu. Pošleme vám len informácie o vašich skúsenostiach s touto rekalibráciou!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Máme %1$s rekalibrovanú našu analýzu %2$s. S novou analýzou sa budeme ešte viac približovať tomu, ako spoločnosť Google vidí vaše webové stránky. Bolo by to %3$s úžasné %4$s, ak by ste chceli %3$s otestovať túto funkciu %4$s pre nás!"],"Get an even better analysis":["Získajte ešte lepšie analýzu "],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sJeden titulok%3$s: H1 značka by mala byť použitá iba pre hlavný titulok. Nájdite všetky H1 značky vo vašom texte, ktoré neslúžia ako hlavný titulok a %2$sznížte úroveň nadpisu%3$s!"],"Improve sharing on Facebook and Pinterest":["Zlepšite zdieľanie na Facebook a Pinterest"],"You do not have the required rights to export settings.":["Nemáte vyžadované oprávnenia na export nastavení."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":["Tu sú nastavenia pre plugin %1$s od %2$s"],"No settings found.":["Neboli nájdené žiadne nastavenia."],"Export your %1$s settings here, to copy them on another site.":["Exportujte vaše %1$s nastavenie tu pre kopírovanie na inú stránku."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import nastavení je podporovaný iba na serveroch s PHP 5.3 a vyšším."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":["Vložte vaše nastavenia z inej %s inštalácie."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sHustota kľúčovej frázy%2$s: Kľúčová fráza bola nájdená 0-krát. To je menej ako odporúčané minimum %3$d-krát pre text tejto dĺžky. %4$sSústreďte sa na svoju kľúčovú frázu%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sHustota kľúčovej frázy%2$s: Kľúčová fráza bola nájdená %3$d-krát. To je skvelé!","%1$sHustota kľúčovej frázy%2$s: Kľúčová fráza bola nájdená %3$d-krát. To je skvelé!","%1$sHustota kľúčovej frázy%2$s: Kľúčová fráza bola nájdená %3$d-krát. To je skvelé!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indexovanie odstránené pre objekt %1$s s typom %2$s"],"Indexable saved for object %1$s with type %2$s":["Indexovanie uložené pre objekt %1$s s typom %2$s"],"Indexable created for object %1$s with type %2$s":["Indexovanie vytvorené pre objekt %1$s s typom %2$s"],"Indexable meta deleted.":["Indexovateľné meta odstránené."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Indexovateľné meta uložené pre indexovanie id %1$s s meta kľúčom %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":["Nie je žiadny indexovateľný objekt pre autora %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["V príspevku id %1$s a taxonómii %2$s nie je nájdený primárny výraz."],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":["Žiadne indexovateľné informácie v príspevku %1$s."],"Method %1$s() does not exist in class %2$s":["Metóda %1$s() neexistuje v triede %2$s"],"With %s, you can easily create such redirects.":["Pomocou %s môžeš jednoducho vytvoriť ako presmerovanie."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Zmena nastavení trvalých odkazov môže mať vážny dopad na viditeľnosť Vašej stránky vo vyhľadávačoch. Takmer %1$s nikdy %2$s by ste zmenu nemali prevádzať na živej webovej stránke."],"WARNING:":["VAROVANIE:"],"Learn about why permalinks are important for SEO.":["Zistite, prečo sú trvalé odkazy dôležité pre SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunkčné slová v kľúčovej fráze%3$s: Vaša kľúčová fráza \"%4$s\" obsahuje iba funkčné slová. %2$sDozveďte sa viac čo robí dobrú kľúčovú frázu naozaj dobrou..%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Vedeli ste, že %s analyzuje aj rôzne tvary slov vo vašej kľúčovej fráze, ako napríklad množné čísla a minulé časy?"],"Clear Image":["Vyčistiť obrázok"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribúcia kľúčových fráz%2$s: Dobrá práca!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":["Chceli by ste pridať súvisiacu kľúčovú frázu?"],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":["Synonymá a príbuzné kľúčové frázy"],"Add related keyphrase":["Pridať podobnú kľúčovú frázu"],"Dismiss %s upgrade notice":[""],"Upgrade to %s":["Inovovať na %s"],"%1$s video":["%1$s video"],"Get %s":["Získať %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sDĺžka textu%4$s: Text obsahuje %1$d slovo.","%2$sDĺžka textu%4$s: Text obsahuje %1$d slová.","%2$sDĺžka textu%4$s: Text obsahuje %1$d slov."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sDĺžka textu%3$s: Text obsahuje %1$d slovo. Dobrá práca!","%2$sDĺžka textu%3$s: Text obsahuje %1$d slová. Dobrá práca!","%2$sDĺžka textu%3$s: Text obsahuje %1$d slov. Dobrá práca!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":["%1$sOdchádzajúce odkazy%2$s: Dobrá práca!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":["%1$sDĺžka Meta popisku%2$s: Výborná!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sDĺžka Meta popisku%3$s: Meta popisok má viac ako %4$d znakov. Aby ste zaistili, aby sa popisok zobrazoval celý, %2$smali by ste zvážiť skrátenie dĺžky popisku%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sDĺžka kľúčovej frázy%5$s:Kľúčová fráza sa skladá z %1$d slov. To je viac ako je odporúčaná maximálna dĺžka %2$d slov. %4$sSkráťte ju%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sDĺžka kľúčovej frázy%5$s:Kľúčová fráza sa skladá z %1$d slov. To je viac ako je odporúčaná maximálna dĺžka %2$d slov. %4$sSkráťte ju%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sDĺžka kľúčovej frázy%2$s: Dobrá práca!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sVnútorné odkazy%2$s: Máte dostatok vnútorných odkazov. Dobrá práca!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":["%1$sDĺžka vety%2$s: Skvelé!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["Skvelá práca! "],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":["Skontrolovať hustotu kľúčovej frázy"],"Disable":["Zakázať"],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Kľúčová fráza:"],"Remove keyphrase":["Vymazať kľúčovú frázu"],"This feature has been disabled by the network admin.":["Táto funkcia bola zablokovaná správcom siete."],"Focus keyphrase not set.":["Hlavná kľúčová fráza nebola nastavená."],"Multiple keyphrases":["Viacero kľúčových fráz"],"Colon":["Dvojbodka"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["Máte nové upozornenie.","Máte nové upozornenia.","Máte nové upozornenia."],"Learn more about the readability analysis":["Prečítajte si viac o Analýze čitateľnosti."],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":["%s, %s a %s"],"%s and %s":["%s a %s"],"%d minute":["%d minúta","%d minúty","%d minút"],"%d hour":["%d hodina","%d hodiny","%d hodín"],"%d day":["%d deň","%d dni","%d dní"],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":["minúty"],"hours":["hodiny"],"days":["dni"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":["Kopírovať chybu"],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":["Potrebný čas:"],"Move question down":["Presunúť otázku nižšie"],"Move question up":["Presunúť otázku vyššie"],"Insert question":["Vložiť otázku"],"Delete question":["Zmazať otázku"],"Enter the answer to the question":["Vložiť odpoveď na otázku"],"Enter a question":["Zadať otázku"],"Add question":["Pridať otázku"],"Frequently Asked Questions":["Najčastejšie otázky"],"Great news: you can, with %s!":["Dobrá správa: môžte, s %s!"],"Select the primary %s":["Vyberte primárnu %s"],"Check links to this URL":["Skontrolujte odkaz na túto URL"],"Keyword research training":["Tréning pre výskum kľúčových slov"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s.","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":[""],"Move step down":["Posunúť krok nadol"],"Move step up":["Posunúť krok nahor"],"Insert step":["Vložiť krok"],"Delete step":["Zmazať krok"],"Add image":["Pridať obrázok"],"Enter a step description":[""],"Enter a description":["Zadajte popis"],"Unordered list":["Neusporiadaný zoznam."],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":["Pridať krok"],"Delete total time":["Zmazať celkový čas"],"Add total time":["Pridať celkový čas"],"How to":["Ako"],"How-to":["Ako"],"Snippet Preview":[""],"Analysis results":["Výsledky analýzy"],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":["Zisti viac o Cornerstone Content. "],"Cornerstone content should be the most important and extensive articles on your site.":[""],"Restore Site":["Obnoviť stránku"],"Network Settings":["Nastavenia siete"],"You are not allowed to perform this action.":["Nie ste oprávnený vykonať túto operáciu."],"Error: %s":["Chyba: %s"],"Success: %s":["Úspešne: %s"],"Site with ID %d not found.":["Webová stránka s ID %d nebola nájdená."],"No site has been selected to restore.":[""],"You are not allowed to modify unregistered network settings.":[""],"deleted":["zmazaný"],"Would you like to add another keyphrase?":["Chceli by ste pridať ďalšiu kľúčovú frázu?"],"image preview":["náhľad obrázka"],"Copied!":["Skopírované!"],"Not supported!":["Nie je podporované!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Prečítajte si {{a}}náš článok o štruktúre webovej stránky{{/a}}, kde sa dozviete viac o tom, ako môžu interné odkazy pomôcť vášmu SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":["Zvážte prelinkovanie na tieto články:"],"Copy link":["Skopírovať odkaz"],"Copy link to suggested article: %s":[""],"The site's tagline":[""],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":["Nie sú uvedené všetky požadované polia. Chýbajúce pole %1$s"],"Optimize your site for Google News.":["Optimalizujte svoje stránky pre Správy Google."],"Optimize your shop's SEO and sell more products!":["Optimalizujte SEO vášho obchodu a predajte viac produktov!"],"Be found in Google Video search and enhance your video sharing on social media.":["Buďte vyhladatelný v Google Video vyhladávači a zdokonalte zdieľanie videa na sociálnych sieťach."],"Be found in Google Maps and local results.":["Buďte vyhľadateľný v Google mapách a v lokálnych výsledkoch."],"Learn practical SEO skills to rank higher in Google.":["Naučte sa praktické zručnosti SEO, aby ste sa v službe Google zaradili vyššie."],"Don’t waste time figuring out the best settings yourself.":["Nestrácajte čas zisťovaním najlepších nastavení svojpomocne."],"Get quick wins to make your site rank higher in search engines.":["Získajte rýchle riešenia aby sa Vaša stránka zaradila vyžšie vo vyhladávacích nástrojoch."],"Add synonyms":["+ Pridaj synonymum"],"Would you like to add keyphrase synonyms?":["Chcete pridať synonymá pre kľúčové slová?"],"Would you like to add more than one keyphrase?":["Chcete pridať viac ako jedno kľúčové slovo?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":[""],"Current year":["Current year"],"Page":["Stránka"],"Breadcrumb settings for %s archive":["Nastavenie breadcrumb navigácie pre archív %s"],"Tagline":["Značka"],"Modify your meta description by editing it right here":["Upravte váš meta popis priamou editáciou tu."],"description (custom taxonomy)":["popis (vlastná taxonómia)"],"(custom taxonomy)":["(vlastná taxonómia)"],"(custom field)":["(vlastné pole)"],"Term404":["Term404"],"Caption":["Titulok"],"Pagenumber":["Číslo strany"],"Pagetotal":["Počet strán"],"Page number":["Číslo stránky"],"User description":["Popis používateľa"],"ID":["ID"],"Modified":["Upravené"],"Post type (plural)":["Typ obsahu (plural)"],"Post type (singular)":["Typ obsahu (singular)"],"Separator":["Oddeľovač"],"Search phrase":["Vyhľadávaná fráza"],"Term title":[""],"Term description":[""],"Tag description":[""],"Category description":["Popis kategórie"],"Primary category":["Primárna kategória"],"Category":["Kategória"],"Tag":[""],"Excerpt only":[""],"Excerpt":[""],"Site title":["Názov webovej stránky"],"Archive title":[""],"Parent title":[""],"Date":["Dátum"],"Label":[""],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":[""],"Search engines and other websites can still send traffic to your deleted post.":[""],"Make sure you don't miss out on traffic!":[""],"You just deleted a %1$s.":["Práve ste zmazali %1$s."],"You just trashed a %1$s.":["Práve ste zahodili %1$s."],"Settings for %s archive":[""],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Nastavenia na tejto stránke umožňujú určiť, aký by mal byť predvolený vzhľad vyhľadávania pre akýkoľvek typ obsahu, ktorý máte. Môžete si vybrať, ktoré typy obsahu sa budú zobrazovať vo výsledkoch vyhľadávania a aký by mal byť ich predvolený popis."],"Note that not all variables can be used in every field.":[""],"Snippet variables":[""],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":[""],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":[""],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":["Neznámy typ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":[""],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":[""],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":[""],"Baidu verification code":["Baidu overovací kód"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":[""],"Content Type":["Typ obsahu"],"Filter by content type":["Filtrovať podľa typu obsahu"],"Show All Content Types":["Zobraziť všetky typy obsahu"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["Nahradený normálnym názvom pre archív vytvorený službou WordPress"],"Clean":["Čisté"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":[""],"Step 5: Clean up":["Krok 5: Vyčistiť"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":["Krok 4: Spustite sprievodcu konfiguráciou"],"Please check your posts and pages and see if the metadata was successfully imported.":["Skontrolujte svoje články a stránky a uistite sa, či boli metadáta úspešne importované."],"Step 3: Check your data":["Krok 3: Skontrolujte vaše údaje"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Krok 2: Importovať"],"Please make a backup of your database before starting this process.":["Pred spustením tohto procesu zálohujte vašu databázu."],"Step 1: Create a backup":["Krok 1: Vytvorte zálohu"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":[""],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Články, ktoré by sa nemali zobrazovať vo výsledkoch vyhľadávania"],"%s data found.":["%s nájdených údajov."],"%s data successfully removed.":["%s dát bolo úspešne odstránených."],"%s data successfully imported.":["%s dát bolo úspešne importovaných."],"%s data not found.":[""],"Improve your SEO skills":["Zlepšite svoje SEO zručnosti"],"24/7 email support":["Emailová podpora 24/7"],"No more dead links a.k.a. 404 pages":["Žiadne ďalšie mŕtve odkazy ako 404"],"Get real-time suggestions for internal links":["Získať návrhy na interné odkazy v reálnom čase "],"Preview your page in Facebook and Twitter":["Náhľad stránky vo Facebooku a Twittery"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":[""],"Remove the categories prefix":[""],"Help on the category prefix setting":[""],"Learn more about the available variables":["Dozvedieť sa viac o dostupných premenných"],"Learn more about the RSS feed setting":["Dozvedieť sa viac o nastaveniach RSS správ"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":[""],"Learn more about the title separator setting":[""],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":["Dozvedieť sa viac o nastaveniach hlavnej stránky"],"Learn more about the special pages setting":["Dozvedieť sa viac o nastaveniach šepcialnej stránky"],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":["Yandex verifikačný kód"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":["Google verifikačný kód"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":["Bing overovací kód"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["Dozvedieť sa viac o nástroji na overovanie Webmaster Tools verification"],"On":["Zapnúť"],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":["Vypnúť"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":["Skontrolovať konfiguráciu SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":["Zobraziť %s vo výsledkoch vyhľadávania?"],"this author's archives":["archív autora"],"Do not allow search engines to show %s in search results.":["Nepovoliť vyhľadávačom zobrazovať %s vo výsledkoch vyhľadávania."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":[""],"Category URLs":[""],"the archive for %s":["archív pre %s"],"Redirect attachment URLs to the attachment itself?":["Presmerovať adresy URL príloh na prílohu samotnú?"],"We recommend you set this to Yes.":["Odporúčame nastaviť na Áno."],"Media & attachment URLs":["URL adresy médií a príloh"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":[""],"archives for authors without posts":[""],"Read why XML Sitemaps are important for your site.":["Prečítajte si prečo sú XML mapy stránok dôležité pre vašu webovú stránku."],"Enable the XML sitemaps that %s generates.":[""],"See the XML sitemap.":["Zobraziť XML sitemap súbor."],"%2$s (current default for %1$s)":[""],"Media":[""],"Content Types":["Typy obsahu"],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":["Povoliť vyhľadávačom zobraziť %s vo výsledkoch vyhľadávania?"],"Search Appearance":["Vzhľad vyhľadávania"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":["Viditeľnosť vo vyhľadávačoch"],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":[""],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":[""],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":[""],"Good results":["Dobré výsledky"],"Get better search results in local search":[""],"Allow customers to pick up their %s order locally":[""],"SEO analysis":["SEO analýza"],"The SEO analysis offers suggestions to improve the SEO of your text.":[""],"Learn how the SEO analysis can help you rank.":[""],"The readability analysis offers suggestions to improve the structure and style of your text.":[""],"Discover why readability is important for SEO.":[""],"Find out how cornerstone content can help you improve your site structure.":[""],"The text link counter helps you improve your site structure.":[""],"Find out how the text link counter can enhance your SEO.":[""],"%s integration":[""],"Read more about how %s works.":["Prečítajte si viac o tom ako funguje %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Find out why you should upgrade to %s":[""],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Najnovšie príspevky na %1$s"],"Need help?":["Potrebujete pomoc?"],"Remove highlight from the text":["Odstrániť zvýraznenie textu"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Začnite rýchlo pomocou sprievodcu %1$s %2$sconfiguration wizard%3$s!"],"First-time SEO configuration":["Prvá SEO konfigurácia."],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Jazyk vášho webu je nastavený na {language}. Ak to nie je správne, obráťte sa na správcu webu."],"Your site language is set to {language}.":["Jazyk vášho webu je nastavený na {language}."],"Highlight this result in the text":["Zvýrazni tento výsledok v texte."],"Considerations":["Dôležité informácie"],"Errors":["Chyby"],"Change language":["Zmeň jazyk"],"You cannot create a %s file.":["Nedá sa vytvoriť %s súboru."],"You cannot edit the %s file.":["Nedá sa editovať %s súboru."],"Updated %s":["Aktualizované %s"],"Create %s file":["Vytvoriť %s súbor"],"Edit the content of your %s:":["Upraviť obsah vášho %s:"],"Save changes to %s":["Uložiť zmeny do %s"],"%s file":["%s súbor"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":[""],"More information":["Viac informácií"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":[""],"More information about %1$s":["Viac informácií okolo %1$s"],"Configuration Wizard":["Sprievodca nastavením"],"You've done it!":["Zvládli ste to!"],"Seamlessly integrate %1$s into your AMP pages!":["Bezproblémová integrácia %1$s do vašich AMP stránok!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":[""],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":[""],"Loading help center.":["Načítanie centra pomoci."],"Get support":["Získať pomoc"],"(Opens in a new browser tab)":["(Otvára sa na novej karte prehliadača)"],"Posts %1$swithout%2$s a focus keyphrase":["Články %1$sbez%2$s kľúčového slova"],"Hey, your SEO is doing pretty well! Check out the stats:":["Tvoje SEO je na tom dosť dobre! Pozri si štatistiky:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Zatiaľ si nepublikoval žiadne články, tvoje SEO skóre sa objaví hneď, ako vytvoríš svoj prvý článok!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Niečo iné"],"A portfolio":["Portfólio"],"A corporation":["Spoločnosť"],"A small offline business":["Malý offline business"],"A news channel":["Nový kanál"],"An online shop":["Online obchod"],"A blog":["Blog"],"What does the site %1$s represent?":["Čo predstavuje stránka %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Ak vyberiete nie, archív autorov sa deaktivuje, aby sa zabránilo problémom s duplicitným obsahom."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Možnosť B: Na webovej stránke sa ešte pracuje a nemala by byť indexovaná."],"Option A: My site is live and ready to be indexed":["Možnosť A: Moja webová stránka je online a môže byť indexovaná."],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Zvoľte možnosť údržby ak chcete aby vaša stránka nebola indexovaná vyhľadávačmi. Nezabudnite to aktivovať, keď budete pripravený publikovať stránku."],"Please specify if your site is under construction or already active.":["Prosím uveďte či sa na vašej webovej stránke pracuje alebo je už aktívna."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Viac podobného sa dočítate na našom SEO blogu. "],"Readability: %s":["Čitateľnosť: %s"],"Not activated":["Neaktivované"],"Activated":["Aktivované"],"%1$s recommendations for you":["%1$s odporúčaní pre Vás"],"All Readability Scores":["Všetky skóre čitateľností"],"Filter by Readability Score":["Filtrovať podľa skóre čitateľností"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Nedostávate aktualizácie alebo podporu! Opravte tento problém pridaním tejto webovej stránky a zapnite pre ňu %1$s na %2$s."],"Request method %1$s is not valid.":["Požadovaná metóda %1$s nie je platná."],"Muted notifications:":["Vypnuté notifikácie:"],"Muted problems:":["Vypnuté/Stlmené problémy:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Chcete si prehliadnuť ako to bude vyzerať, keď ľudia budú zdieľať tento článok cez %1$s?\nMôžete s %2$s."],"Good job! All the links in your texts have been counted.":["Dobrá práca! Všetky odkazy vo vašom texte boli spočítané."],"Calculation completed.":["Výpočet bol dokončený."],"Calculation in progress...":["Prebieha výpočet..."],"Stop counting":["Prestať počítať"],"Counting links in your texts":["Počítam odkazy vo vašom texte"],"Text %1$s of %2$s processed.":["Text %1$s z %2$s spracovaný."],"All your texts are already counted, there is no need to count them again.":["Všetky vaše texty sú už spočítané, nie je potrebné ich počítať znova."],"Count links in your texts":["Spočítajte odkazy vo vašom texte"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Odkazy vo vašich verejných textoch potrebujú byť spočítané. Toto vám prezradí, ktoré z vašich textov potrebujú viac odkazov. Ak chcete vedieť viac o tom, prečo a ako sa používajú interné odkazy, pozrite sa na %1$sčlánok o interných odkazoch na %2$s%3$s."],"Text link counter":["Počítadlo textových odkazov"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":[""],"%s Columns":["%s Stĺpce/ov"],"Readability score":["Skóre čitateľnosti"],"Other benefits of %s for you:":["Ďalšie výhody %s pre vás:"],"Scroll to see the preview content.":["Prejdite na zobrazenie ukážky obsahu."],"Cornerstone content":["Kľúčový obsah"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":[""],"Attract more customers near you":["Oslovte viacej zákazníkov blízko Vás"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":[""],"Get the most out of %1$s with the %2$s":[""],"Upgrade to Premium":["Aktualizovať na Prémium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":[""],"You might like":["Môže sa vám páčiť"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":[""],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":[""],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":[""],"Superfast internal linking suggestions":["Superrýchle interné návrhy prepojení"],"Great news: you can, with %1$s!":["Skvelá správa: môžete s %1$s!"],"Save changes":["Uložiť zmeny"],"1 year free support and updates included!":["1 rok zdarma aktualizácie a vylepšenia v cene!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":[""],"%1$sSocial media preview%2$s: Facebook & Twitter":[""],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sŽiadne mŕtve linky%2$s: jednoduchý manažér presmerovania"],"No ads!":["Žiadne reklamy!"],"Facebook & Twitter":["Facebook a Twitter"],"Social media preview":["Náhľad sociálnych medií"],"Easy redirect manager":["Jednoduchý manažér pre presmerovanie"],"No more dead links":["Už žiadne mŕtve odkazy"],"Increase your SEO reach":["Zvýšte Vás SEO dosah"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":[""],"Variable":["Premenná"],"Available variables":["Dostupné premenné"],"Scroll to see the table content.":["Posunúť na zobrazenie obsahu tabuľky"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":[""],"An error occurred in the '%1$s' assessment":["V hodnotení '%1$s' sa vyskytla chyba"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":[""],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":[""],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s.","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["","The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences.","The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences."],"The meta description contains no sentences %1$sover %2$s words%3$s.":[""],"No new notifications.":["Žiadne nové upozornenia."],"Save all":["Uložiť všetko"],"Save":["Uložiť"],"%1$s, Author at %2$s":["%1$s, autor na %2$s"],"Mobile preview":["Mobilné zobrazenie"],"Desktop preview":[""],"Select redirect":["Vyberte presmerovanie"],"Please provide an SEO title by editing the snippet below.":["Prosím, uveďte SEO titulok vyplnením úryvku nižšie."],"Meta description preview:":["Náhľad Meta popisu:"],"Slug preview:":["Náhľad slugu:"],"SEO title preview:":["Náhľad SEO názvu:"],"Close snippet editor":["Zatvoriť editor úryvku"],"Slug":["Slug"],"Remove marks in the text":["Odstráňte značky v texte"],"Mark this result in the text":["Označte tento výsledok v texte"],"Marks are disabled in current view":["Značky sú zakázané v aktuálnom pohľade"],"Good SEO score":["Dobré SEO skóre"],"OK SEO score":["OK SEO skóre"],"Feedback":["Spätná väzba"],"ok":["dobre"],"Choose an image":["Vyberte si obrázok"],"Remove the image":["Odstrániť obrázok"],"MailChimp signup failed:":["MailChimp registrácia zlyhala:"],"Sign Up!":["Prihláste sa!"],"Name":["Meno"],"There is an error with the request.":["Vyskytla sa chyba pri tejto požiadavke."],"Select profile":["Vybrať profil"],"Choose a profile":["Zvoliť profil"],"Authorization code":["Autorizačný kód"],"Reauthenticate with Google":["Re-autorizovať s Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":[""],"Please provide a meta description by editing the snippet below.":["Prosím zadajte meta popis úpravou úryvku nižšie."],"Edit snippet":["Editovať úryvok"],"You can click on each element in the preview to jump to the Snippet Editor.":["Môžete kliknúť na každý prvok v náhľade a rovno ho upraviť v editore."],"Close the Wizard":["Zatvoriť sprievodcu"],"Export settings":["Nastavenia exportu"],"%1$s video tutorial":["%1$s video príručka"],"%s › Configuration Wizard":["%s › Sprievodca konfiguráciou"],"Please don't show me this notification anymore":["Viac mi toto upozornenie nezobrazujte"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":[""],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":[""],"Courses":["Kurzy"],"Date archives settings":["Nastavenie dátumu archívu"],"Author archives settings":["Nastavenie autora archívu"],"%1$s by %2$s":["%1$s od %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":[""],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(bez nadpisu)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":[""],"Admin bar menu":[""],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funkcie"],"SEO title":["SEO názov"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":[""],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":[""],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google zobrazuje názov Vašej webovej stránky vo výsledkoch vyhľadávania. Ak to chcete zmeniť, môžete tak urobiť tu."],"Greater than sign":["Znak väčšie ako"],"Less than sign":["Znak menšie ako"],"Right angle quotation mark":[""],"Left angle quotation mark":[""],"Small tilde":[""],"Vertical bar":["Vertikálna lišta"],"Low asterisk":[""],"Asterisk":["Hviezdička"],"Bullet":[""],"Middle dot":["Bodka v strede riadku"],"Em dash":["Dlhá pomlčka"],"En dash":["Dlhšia pomlčka"],"Dash":["Pomlčka"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":[""],"The name of the person":["Meno osoby"],"No":["Nie"],"Yes":["Áno"],"Does, or will, your site have multiple authors?":["Má, alebo bude mať, vaša stránka viacero autorov?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":[""],"Success!":["Úspech!"],"Title settings":["Nastavenia titulku"],"Google Search Console":["Google Search Console"],"Multiple authors":["Viacerí autori"],"Site type":["Typ stránky"],"Environment":["Prostredie"],"Yoast option %1$s not found.":["Yoast voľba %1$s nenájdená."],"Google Structured Data Test":[""],"Posts list":["Zoznam článkov"],"Posts list navigation":["Navigácia zoznamu článkov"],"Filter posts list":["Filter zoznamu článkov"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":[""],"%1$s to optimize your site even further":["%1$s optimalizujte vaše stránky ešte viac"],"%1$s extensions":["%1$s rozšírenia"],"Comes with our 30-day no questions asked money back guarantee":[""],"More information %1$sabout %3$s%2$s":["Viac informácii %1$s o %3$s%2$s"],"Installed":["Inštalované"],"gain access to our 24/7 support team.":["získať prístup k podpore 24/7"],"Premium support":["Premium podpora"],"check what your Facebook or Twitter post will look like.":["skontrolujte, ako bude váš Facebook alebo Twitter článok vyzerať."],"Social previews":[""],"create and manage redirects from within your WordPress install.":[""],"Redirect manager":["Manažér presmerovaní"],"%1$s, take your optimization to the next level!":["%1$s, dostaňte vašu optimalizáciu na vyšší level!"],"A seamless integration between %1$s and %2$s":[""],"Use %1$s breadcrumbs instead of %2$s ones":[""],"Easily insert Google Maps, a store locator, opening hours and more":[""],"Creates XML News Sitemaps":[""],"Immediately pings Google on the publication of a new post":[""],"Optimize your site for Google News":["Optimalizovať vaše stránky pre Google News"],"Make videos responsive through enabling fitvids.js":[""],"Enhance the experience of sharing posts with videos":[""],"Show your videos in Google Videos":["Zobraziť vaše videá na Google Videos"],"Crawl issues list":["Zoznam problémov Crawl"],"Crawl issues list navigation":[""],"Edit “%s”":["Upraviť “%s”"],"Premium":[""],"Google Trends":["Trendy Google"],"Notifications":["Notifikácie"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["Zakázať analýzu SEO"],"Twitter settings":["Twitter nastavenia"],"Pinterest settings":["Pinterest nastavenia"],"Facebook settings":["Facebook nastavenia"],"Title separator symbol":["Symbol oddeľovača nadpisu"],"RSS feed settings":["Nastavenia RSS kanála"],"Breadcrumbs settings":["Nastavenia mininavigácie"],"Make primary":["Urobiť primárne"],"Enter your Google Authorization Code and press the Authenticate button.":["Zadajte svoj Google autorizačný kód a stlačte tlačidlo autentifikovať."],"%s notification":["%s oznámenie","%s oznámenia","%s oznámení"],"Disable readability analysis":["Zakázať analýzu čitateľnosti"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Analýza čitateľnosti"],"Needs improvement":["Potrebuje vylepšenie"],"Readability":["Čitateľnosť"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":[""],"Improvements":["Vylepšenia"],"Restore this item.":["Obnoviť túto položku."],"Dismiss this item.":["Skryť túto položku."],"Good job! We could detect no serious SEO problems.":["Skvelé! Nenašli sme žiadne vážne problémy so SEO."],"We have detected the following issues that affect the SEO of your site.":["Zistili sme, že tieto problémy majú vplyv na výsledné SEO vašej stránky."],"Problems":["Problémy"],"Analysis":["Analýza"],"Not available":["Nie je k dispozícii"],"Filter by SEO Score":["Filtrovať podľa SEO skóre"],"Meta description not set.":["Meta popis nie je nastavený."],"Video tutorial":["Video návod"],"Email support is a %s feature":["E-mailová podpora je %s funkcia"],"Knowledge base":["Databáza znalostí"],"Open":["Otvoriť"],"Dashboard":["Nástenka"],"You can fix this on the %1$sPermalink settings page%2$s.":[""],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":[""],"Replaced with the primary category of the post/page":[""],"Pinterest confirmation":["Pinterest konfigurácia"],"If you have already confirmed your website with Pinterest, you can skip the step below.":[""],"Format-based archives":[""],"Webmaster Tools verification":["Verifikácia Webmaster Tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":[""],"Want to be a %s Expert?":["Chcete byť %s expertom?"],"Buy %s":["Kúpiť %s"],"Show information about errors in category %s":["Zobraziť informácie o chybách v kategórii %s"],"New %1$s Title":["Nový %1$s nadpis"],"Existing %1$s Title":["Existujúci %1$s nadpis"],"Expected an integer as input.":["Očakáva sa celočíselná hodnota na vstupe."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":[""],"Remove":["Odobrať"],"Keep":["Zachovať"],"Bold the last page":["Zvýrazni poslednú stranu"],"Regular":["Normálne"],"Bold":["Tučné"],"Show Blog page":[""],"Primary %s":[""],"Primary":["Primárne"],"Make %1$s primary %2$s":[""],"Term is set to noindex.":[""],"Author archives":["Archívy autora"],"Show":["Ukáž"],"Enabled":["Zapnuté"],"Disabled":["Zablokované"],"%1$s has not fetched your site's indexability status yet from %2$s":[""],"The separator defined in your theme's %s tag.":["Separátor definovaný vo vašej téme je tag %s."],"No index":["Bez indexu"],"Analyze entire site":["Analyzovať celý web"],"Fetch the current status":["Načítať aktuálny stav"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":[""],"Your homepage can be indexed by search engines.":["Vaša domovská stránka môže byť indexovaná pomocou vyhľadávačov."],"Indexability check by %1$s":[""],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Ak chcete použiť obrázok pre zdieľanie na %1$s, môžete nahrať / vybrať obrázok alebo pridať URL obrázku tu."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Ak nechcete použiť meta popis pre zdieľanie príspevku na %1$s, ale chcete namiesto neho iný popis, napíšte ho sem."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Ak nechcete použiť nadpis pre zdieľanie príspevku na %1$s, ale chcete namiesto neho iný, napíšte ho sem."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sVaša domovská stránka nemôže byť indexovaná vyhľadávačmi%2$s. Toto je veľmi zlé pre SEO a malo by sa to opraviť."],"Once Weekly":["Jedenkrát týždenne"],"Add-ons":["Doplnky"],"SEO score":["SEO skóre"],"Twitter metadata":["Twitter metadáta"],"Facebook / Open Graph metadata":["Facebook / Open Graph metadata"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["%1$s z %2$s hotovo."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":[""],"Team Yoast":["Tím Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Prvé SEO riešenie pre WordPress obsahujúce analýzu obsahu stránky, XML mapy stránok a veľa iného."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivácia sa nepodarila:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Rozšírenie filtra nie je dostupné. Požiadajte web host pre odblokovanie."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Inštalácia pluginu %1$s nie je kompletná. Prosím pozrite si %2$sinštrukcie k inštalácií%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Rozšírenie štandardnej knižnice PHP (SPL) nie je dostupné. Zistite v hostingu ako ho aktivovať."],"SEO Settings":["Nastavenia SEO"],"Mobile-Friendly Test":["Test použiteľnosti pre mobily"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS validátor"],"HTML Validator":["HTML validátor"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins validátor"],"Facebook Debugger":["Ladenie chýb Facebook"],"Check Headers":["Skontrolovať hlavičky"],"Check Google Cache":["Skontrolovať Google Cache"],"Analyze this page":["Analyzovať túto stránku"],"Keyword Research":["Prieskum kľúčových slov"],"%s does not seem to be a valid url. Please correct.":["%s nie je platná URL adresa. Opravte ju prosím."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s nevyzerá ako platný overovací reťazec pre %2$s. Opravte ho prosím."],"%s Archive":["Archív %s"],"You searched for %s":["Hľadali ste %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s nie je platné ID Twitter používateľa. Opravte ho prosím."],"Summary with large image":["Zhrnutie s veľkým obrázkom"],"Summary":["Sumár"],"The post %1$s appeared first on %2$s.":["Článok %1$s je zobrazený ako prvý na %2$s."],"No numeric value was received.":["Nebola prijatá číselná hodnota."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Musí byť existujúci blog. Blog %s neexistuje, alebo bol označený ako zmazaný."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Základné nastavenie blogu, musí obsahovať ID blogu, kotrý chcete použiť ako predvolený."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s nie je platná voľba pre tých, ktorí majú prístup k %2$s nastaveniam. Hodnota bola obnovená na predvolenú."],"Please select a valid post type for taxonomy \"%s\"":["Prosím, vyberte platný typ článku pre taxonómiu \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Prosím, vyberte platnú taxonómiu pre typ článku \"%s\""],"You searched for":["Hľadali ste"],"Home":["Domovská stránka"],"Archives for":["Archívy"],"Error 404: Page not found":["Chyba 404: Stránka nebola nájdená"],"Good":["Dobré"],"Replaced with a custom taxonomies description":["Nahradené vlastným popisom taxonómie"],"Replaced with a posts custom taxonomies, comma separated.":["Nahradené vlastnou taxonómiou príspevku, hodnoty oddelené čiarkou."],"Replaced with a posts custom field value":["Nahradené hodnotou vlastného pola prípevku"],"Replaced with the slug which caused the 404":["Nahradené slugom. ktorý spôsobil chybu 404"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Titulok prílohy"],"Replaced with the current page number":["Nahradené aktuálným číslom stránky"],"Replaced with the current page total":["Nahradené aktuálnym súčtom"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Nahradené aktuálnym číslom stránky s kontextom (napr. stránka 2 z 4)"],"Replaced with the post/page author's 'Biographical Info'":["Nahradené informáciou o autorovi článku/stránky"],"Replaced with the post/page author's 'nicename'":["Nahradené používateľským menom autora príspevku/článku"],"Replaced with the post/page ID":["Nahradené ID číslom príspevku/stránku"],"Replaced with the post/page modified time":["Nahradené upraveným časom príspevku/stránky"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["Nahradené súčasnou frázou vyhľadávania"],"Replaced with the term name":["Nahradené názvom výrazu"],"Replaced with the term description":["Nahradené popisom výrazu"],"Replaced with the tag description":["Nahradené popisom značky"],"Replaced with the category description":["Nahradené popisom kategórie"],"Replaced with the post categories (comma separated)":["Nahradené kategóriami príspevku (oddelenými čiarkami)"],"Replaced with the current tag/tags":["Nahradené aktuálnou značkou/značkami"],"Replaced with the post/page excerpt (without auto-generation)":["Nahradené zhrnutím príspevku/stránky (nebude automaticky vygenerované)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Nahradené zhrnutím príspevku/stránky (bude automaticky vygenerované ak neexistuje)"],"The site's name":["Názov stránky"],"Replaced with the title of the parent page of the current page":["Nahradené nadpisom aktuálneho príspevku/stránky"],"Replaced with the title of the post/page":["Nahradené nadpisom príspevku/stránky"],"Replaced with the date of the post/page":["Nahradiť dátumom príspevku/stránky"],"Page %1$d of %2$d":["Stránka %1$d z %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Nemôžete prepísať štandard WPSEO pomocou registrácie premennej s rovnakým menom. Použite filter \"wpseo_replacements\" a upravte hodnoty."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Už bola zaregistrovaná náhradná premenná s rovnakým názvom. Skúste vytvoriť jedinečný názov premennej."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Náhrada premennej nemôže začínať s \"%%cf_\" alebo \"%%ct_\". Tieto sú rezervované pre premenné WPSEO vlastné polia a taxonómie.. Použite unikátne meno."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Náhrada premenných môže obsahovať iba čísla, písmená, podtržníky alebo pomlčky. Skúste premenovať premennú."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Stránka nebola nájdená"],"%s Archives":["Archívy %s"],"Search for \"%s\"":["Hľadať \"%s\""],"Meta description to use for Author page":["Meta popis pre stránku autora"],"Title to use for Author page":["Nadpis pre stránku autora"],"%1$s settings":["%1$s nastavenia"],"Export your %1$s settings":["Exportujte vaše %1$s nastavenia"],"Import settings":["Importovať nastavenia"],"Import from other SEO plugins":["Importovať z iných SEO modulov"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["Ak máte súbor %s a je zapisovateľný, môžete ho upraviť tu. "],"If your %s were writable, you could edit it from here.":[""],"You don't have a %s file, create one here:":["Ak nemáte súbor %s, tu jeden vytvoríte:"],"A link to your site, with your site's name and description as anchor text.":["Odkaz na vašu stránku, ako text odkazu sa použije názov a popis stránky."],"A link to your site, with your site's name as anchor text.":["Odkaz na vašu stránku, ako text odkazu sa použije názov vašej stránky."],"A link to the post, with the title as anchor text.":["Odkaz na príspevok, ako text odkazu sa použije nadpis príspevku."],"A link to the archive for the post author, with the authors name as anchor text.":["Odkaz na archív autora, ako text odkazu sa použije autorove meno."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Môžete použiť nasledovné premenné v obsahu, budú nahradené hodnotou vpravo."],"Content to put after each post in the feed":["Obsah vložený vo feede za každým príspevkom."],"Content to put before each post in the feed":["Obsah ktorý sa vkladá pred každý obsah správy"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Táto vlastnosť je používaná na automatické pridávanie obsahu do RSS, špecifickejšie, pridáva odkazy na váš blog a vaše príspevky, pomáha to vyhľadávačom označiť vás ako autora obsahu."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Používanie tejto mininavigácie je vysvetlené v %1$snašej databáze znalostí v článku o mininavigácii%2$s."],"How to insert breadcrumbs in your theme":["Ako vložiť mininavigáciu do vašej témy"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":[""],"Taxonomy to show in breadcrumbs for content types":[""],"Breadcrumb for 404 Page":["Mininavigácia pre stránku 404"],"Prefix for Search Page breadcrumbs":["Prefix stránky hľadania v mininavigácii"],"Prefix for Archive breadcrumbs":["Prefix archívu mininavigácie"],"Prefix for the breadcrumb path":["Prefix cesty k mininavigácii"],"Anchor text for the Homepage":["Text odkazu pre domovskú stránku"],"Separator between breadcrumbs":["Oddeľovač v mininavigácii"],"Enable Breadcrumbs":["Povoliť mininavigáciu"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":[""],"Credits":["Titulky"],"« Back to Tools page":["« Späť na Nástroje"],"%1$s comes with some very powerful built-in tools:":["%1$s prichádza s veľmi silnými zabudovanými nástrojmi:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Tento nástroj vám povolí rýchlo zmeniť dôležité súbory vášho SEO ako napríklad robots.txt, a ak používate, tak tiež .htaccess súbor."],"File editor":["Editor súborov"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importovať nastavenia z iných SEO modulov a exportovať vaše nastavenia pre použitie na (ďalšom) blogu."],"Import and Export":["Import a Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Tento nástroj vám umožní rýchlo zmeniť nadpisy a podpisy vašich príspevkov a stránok bez toho, aby ste použili editor na každej stránke."],"Bulk editor":["Hromadný editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Pre %1$soverenie vašej webovej stránky s Pinterest%2$s, pridajte meta tag sem:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest používa Open Graph metadáta ako Facebook, uistite sa preto, že Open Graph voľba na karte Facebook je zaškrtnutá. Platí ak chcete optimalizovať stránku pre Pinterest."],"The default card type to use":["Predvolený typ karty"],"Add Twitter card meta data":["Pridať meta dáta Twitter karty"],"This image is used if the post/page being shared does not contain any images.":["Tento obrázok je použitý ak príspevok/stránka neobsahuje žiadne obrázky."],"Default settings":["Základné nastavenia"],"Copy home meta description":["Skopírovať meta popis úvodnej stránky"],"Description":["Popis"],"Image URL":["URL adresa obrázka"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Nadpis, popis a obrázok použitý v Open Graph značkách na vašej úvodnej stránke."],"Frontpage settings":["Nastavenia úvodnej stránky"],"Add Open Graph meta data":["Pridať meta dáta Open Graph"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter používateľske meno"],"Facebook Page URL":["URL adresa Facebook stránky"],"Accounts":["Účty"],"Restore site to defaults":["Obnoviť stránku na základnú"],"Site ID":["ID stránky"],"Using this form you can reset a site to the default SEO settings.":["Pomocou tohto formulára môžete obnoviť nastavenia SEO na základné."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Citlivé dáta (FB administrátori a pod), témou špecifické (prepisovanie nadpisov) a niektoré iné nastavenia webovej stránky nebudú importované do nové webové stránky."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Zadajte%1$sID stránky%2$s, ktorej nastavenie chcete použiť ako predvolené na všetky webové stránky pridané do vašej siete. Pole môžete nechať prázdne (budú použité základné nastavenia pluginu)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Zvolte predvolené nastavenia. Standardne budú použité nastavenia tej stránky, ktorú zvolíte."],"New sites in the network inherit their SEO settings from this site":["Nové stránky v sieti zdedia SEO nastavenia tejto stránky"],"Super Admins only":["Iba Super administrátori"],"Site Admins (default)":["Administrátori(základné)"],"Who should have access to the %1$s settings":["Kto bude mať prístup k %1$s nastaveniam"],"spam":["spam"],"mature":["dospelý"],"archived":["archivovaný"],"public":["verejný"],"%s restored to default SEO settings.":["%s obnovil SEO nastavenia na základné."],"Settings Updated.":["Nastavenia aktualizované."],"404 pages":["404 stránky"],"Search pages":["Stránky vyhľadávania"],"These pages will be %s by default, so they will never show up in search results.":["Tieto stránky budú nastavené na %s, takže sa nikdy nezobrazia vo výsledkoch vyhľadávania vo vyhľadávačoch."],"Special Pages":["Špeciálne stránky"],"Date-based archives could in some cases also be seen as duplicate content.":["Archívy článkov podľa dátumov môžu tiež v niektorých prípadoch vytvárať duplicitný obsah."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Ak je toto váš prípad, môžete sa rozhodnúť ho vypnúť (presmerovať archív na homepage) alebo pridať %s, aby sa nezobrazoval vo výsledkoch vyhľadávania."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["V prípade, že máte na svojom blogu iba 1 autora, archív článkov tohto autora bude rovnaký ako homepage. Toto sa nazýva %1$sproblém duplicitného obsahu%2$s."],"Date archives":["Archív dátumov"],"author archives":["archívy autora"],"Title":["Nadpis"],"%1$s Meta Box":[""],"Hide":["Schovať"],"Date in Snippet Preview":["Dátum v náhľade snippetu"],"Take note:":["Spraviť poznámku:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Môžete nastaviť nadpis a popis stránky článkov pomocou %1$súpravy samotnej stránky článkov%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Môžete nastaviť nadpis a popis domovskej stránky pomocou %1$súpravy samotnej domovskej stránky%2$s."],"Homepage & Front page":["Uvodná a predná stránka"],"Title Separator":["Oddeľovač nadpisov"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s automaticky zistilo potrebu prepísať nadpisy vašich stránok. Ak si myslíte, že je to zle, a viete čo robíte, môžete zmeniť toto nastavenie tu."],"Force rewrite titles":["Vynútiť prepísanie nadpisov"],"Taxonomies":["Taxonómie"],"Homepage":["Úvodná stránka"],"%1$s Extensions":["%1$s rozšírenia"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Bezproblémovo integrujte WooCommerce s %1$s a získate extra funkcionality!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Získajte bez námahy lepšie hodnotenie na Google Maps!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Používate Google News? Zvýšte návštevnosť pomocou optimalizácie!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimalizujte video pre zobrazenie vo vyhľadávaní! Získate viac kliknutí."],"The premium version of %1$s with more features & support.":["Prémiová verzia %1$s s rozšírenými funkcionalitami a podporou."],"Person":["Osoba"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Tieto dáta sú zobrazené ako metadáta na vašej stránke. Ich účelom je zobrazovanie %1$sv Google Knowledge Graph%2$s. Môžete byť spoločnosť alebo osoba."],"Website name":["Názov stránky"],"Webmaster Tools":["Webmaster tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Nemáte zadané meno príspevku (postname) vo vašej URL adrese. Veľmi odporúčame jeho použitie. Zvážte zmenu štruktúry trvalých odkazov na /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Mininavigácia"],"or":["alebo"],"Save Profile":["Uložiť profil"],"There were no profiles found":["Žiadne profily neboli nájdené"],"Profile":["Profil"],"Current profile":["Aktuálny profil"],"Authenticate":["Autentifikovať"],"Get Google Authorization Code":["Získať Google autorizačný kód"],"Reload crawl issues":["Chyba znovunačítania indexovania"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":[""],"Creating redirects is a %s feature":[""],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":[""],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Chyby, ktoré sa objavili, keď Vaše stránky navštívil Googlebot-Mobile (nezobrazuje chyby pre desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Chyby, ktoré sa objavili, keď Vaše stránky navštívil Googlebot."],"Issue categories":["Kategórie chýb"],"Incorrect Google Authorization Code.":["Nesprávny Google Authorization Code."],"The issues have been successfully reloaded!":[""],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":[""],"Crawl errors per page":["Chyby indexácie na stránku"],"Search":["Vyhľadať"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Neprehliadnite chyby indexácie: %1$sprepojte s Google Search Console%2$s."],"Create redirect":["Vytvoriť presmerovanie"],"Mark as fixed":["Označiť ako vyriešené"],"Response code":["Kód odpovede"],"First detected":["Prvý-krát zistené"],"Last crawled":["Posledná indexácia"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s zistil že používate verziu %2$s ktorá nie je kompatibilná s %1$s. Prosím aktualizujte %2$s na najnovšiu verziu aby ste mohli využiť všetky vlastnosti."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Pluginy Yoast zdieľajú medzi sebou časť kódu aby urýchlili vaše webové stránky. Kvôli tomu potrebujeme aby všetky pluginy Yoast boli aktualizované. Zistili sme, že to tak nie je, preto prosím aktualizujte Yoast pluginy, ktoré ešte nie sú aktuálne."],"Feature phone":["Funkcie telefónu"],"Smartphone":["Smartfón"],"Desktop":["Počítač"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Cieľová adresa URL neexistuje, ale Váš server nevrátil chybu 404 (súbor nebol nájdený)."],"Soft 404":[""],"Request timed out or site is blocking Google.":["Vypršal časový limit žiadosti alebo webstránku blokuje Google."],"Server Error":["Chyba servera"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":[""],"Blocked":["Blokovaný"],"Google was unable to crawl this URL due to an undetermined issue.":["Google nebol schopný indexovať túto URL adresu z neznámych dôvodov."],"URL points to a non-existent page.":["URL odkazuje na neexistujúcu stránku."],"Not found":["Nenájdené"],"Not followed":["Nesledované (no follow)"],"Faulty redirects":["Chybné presmerovanie"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server vyžaduje autentifikáciu, alebo blokuje prístup Googlebot na webovú stránku."],"Access denied":["Prístup zamietnutý"],"Deactivate %s":["Deaktivovať %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":[""],"Upload Image":["Nahrať obrázok"],"Remove these ads?":["Odstrániť tieto reklamy?"],"%s Posts Overview":["%s prehľady článkov"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Nadpis mininavigácie sa zobrazuje v mininávigácii - na mieste použitia tejto taxonómie."],"Breadcrumbs title":["Nadpis mininavigácie"],"The canonical link is shown on the archive page for this term.":["Kánonický odkaz je zobrazený v archíve stránky pre tento výraz."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Iné"],"Archives":["Archívy"],"Email":["Email"],"Close":["Zatvoriť"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s aj %2$s vytvoria XML mapu stránok. Ak sa vytvoria dve XML mapy stránok, môže to mať za následok spomalenie webstránky, tiež to nie je užitočné pre vyhľadávače."],"Configure %1$s's Open Graph settings":["Konfigurovať OpenGraph nastavenia pre %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Oboje %1$s a %2$s vytvoria výstup pre OpenGraph, čo môže mať za následok, že Facebook, Twitter, LInkedIn a ďalšie sociálne siete použijú nesprávne texty a obrázky pri zdieľaní stránok."],"%s Image":["%s Obrázok"],"%s Description":["%s Popis"],"%s Title":["%s Nadpis"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Odporúčaná veľkosť obrázku pre %1$s je %2$s pixelov."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Ak si prajete prepísať obrázok použitý na %s pre tento príspevok, nahrajte / zvoľte obrázok tu."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Ak si neprajete používať meta popis pre zdieľaný príspevok %s, ale chete použiť iný popis, vložte ho sem."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Ak si neprajete používať nadpis príspevku pri zdieľaní príspevku %s ale namiesto toho chcete použiť iný nadpis, vpíšte ho sem."],"very difficult":["veľmi tažké"],"Try to make shorter sentences, using less difficult words to improve readability":["Skúste tvoriť kratšie vety a používať jednoduchšie slová, aby ste zlepšili čitateľnosť"],"difficult":["tažké"],"Try to make shorter sentences to improve readability":["Skúste tvoriť kratšie vety pre zjednodušenie čítania"],"fairly difficult":["trochu tažké"],"OK":["OK"],"fairly easy":["normálne"],"easy":["ľahké"],"very easy":["veľmi ľahké"],"Meta Desc.":["Meta popis"],"All SEO Scores":["All SEO Skóre"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO problém: Hlavný obrázok by mal mať veľkosť minimálne 200x200 pixelov, aby mohol byť použitý pre Facebook a iné sociálne siete."],"(no parent)":["(bez nadradenej)"],"Post is set to noindex.":["Vypnuté indexovanie príspevku"],"The URL that this page should redirect to.":["URL adresa na ktorú vás táto stránka presmeruje."],"301 Redirect":["301 presmerovanie"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Jednoznačná URL adresa, na ktorú by táto stránka mala odkazovať, nechajte prázdne pre základné použitie trvalého odkazu. %1$sCross domain canonical%2$s je taktiež podporovaná.."],"Canonical URL":["Jednoznačná URL adresa"],"Title to use for this page in breadcrumb paths":["Nadpis používaný na tejto stránke v adrese mininavigácii"],"Breadcrumbs Title":["Nadpis mininavigácie"],"No Snippet":["Žiadny úryvok"],"No Archive":["Žiadny archív"],"No Image Index":["Obsah bez obrázka"],"None":["žiadny"],"Site-wide default: %s":["Štandardne pre celú stránku: %s"],"Advanced meta robots settings for this page.":["Pokročilé nastavenia meta robotov pre túto stránku."],"Meta robots advanced":["Pokročilé nastavenia meta robotov"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Varovanie: Aj keď tu nastavíte meta roboty, vaša stránka má nastavené zrušenie indexovania(v nastaveniach stránky), nebudú vás roboty vidieť."],"Meta description":["Meta popis"],"SEO Title":["Nadpis SEO"],"Focus keyword":["Hlavné kľúčové slovo"],"Snippet preview":["Náhľad snippetu"],"Settings successfully imported.":["Nastavenia úspešne importované."],"Settings could not be imported:":["Nastavenia nemohli byť importované:"],"Error creating %1$s export: ":["Chyba pri vytváraní %1$s exportu:"],"Breadcrumb for 404 pages:":[""],"Prefix for search result pages:":["Prefix pre stránky výsledkov hľadania:"],"Prefix for archive pages:":["Prefix pre stránky archívu:"],"Prefix for breadcrumbs:":["Predpona Omrvinkovej navigácie:"],"Anchor text for the homepage:":["Anchor text pre domovskú stránku:"],"Breadcrumbs separator:":["Oddelovač Omrvinkovej navigácie:"],"Remove blog page from breadcrumbs":[""],"%s Breadcrumbs":[""],"Use Image":["Použiť obrázok"],"Action":["Akcia"],"Page URL/Slug":["URL adresa/slug stránky"],"Publication date":["Dátum publikovania"],"Post Status":["Stav článku"],"WP Page Title":["Nadpis WP stránky"],"View":["Zobraziť"],"View “%s”":["Zobraziť “%s”"],"Preview":["Náhľad"],"Preview “%s”":["Náhľad “%s”"],"Edit":["Edituj"],"Filter":["Filter"],"New Yoast Meta Description":["Nový Yoast meta popis"],"Existing Yoast Meta Description":["Existujúci Yoast meta popis"],"Facebook profile URL":["URL adresa profilu na Facebooku"],"Twitter username (without @)":["Používateľské meno na Twitteri (bez @)"],"FAQ":["Časté otázky"],"Premium Support":["Platená podpora"],"Settings":["Nastavenia"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Musíte %1$sísť do nastavení Čítanie%2$s a odznačiť políčko Viditeľnosť pre vyhľadávače."],"Huge SEO Issue: You're blocking access to robots.":["Veľká chyba SEO: Blokujete prístup robotom."],"Posts":["Príspevky"],"Edit Files":["Upraviť súbory"],"Advanced Variables":["Pokročilé premenné"],"Basic Variables":["Základné premenné"],"General":["Všeobecné"],"Extensions":["Rozšírenia"],"Search Console":["Search Console"],"Tools":["Nástroje"],"Advanced":["Pokročilé"],"XML sitemaps":["XML Mapy stránok"],"Social":["Sociálne siete"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detekuje, že používate verziu %2$s z %3$s, prosím, aktualizujte na najnovšiu verziu, aby sa zabránilo problémom s kompatibilitou."],"Just another WordPress site":["Len ďalšia WordPress stránka"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Stále máte predvolený slogan WordPress, dokonca aj prázdny je pravdepodobne lepší. %1$sMôžete to opraviť v nástroji na prispôsobenie%2$s."],"You have used HTML in your value which is not allowed.":["Použili ste HTML vo vašej hodnote, použitie HTML nie je povolené."],"You can't edit %s that aren't yours.":["Nemôžete upravovať %s. Nemáte dostatočné práva."],"You can't edit %s.":["Nemôžete upravovať %s."],"Post has an invalid Content Type: %s.":["Článok má neplatný typ obsahu: %s."],"Post doesn't exist.":["Článok neexistuje"],"course\u0004Free:":["Zdarma:"],"posts\u0004Trash (%s)":["Kôš (%s)","Kôš (%s)","Kôš (%s)"],"posts\u0004All (%s)":["Všetok (%s)","Všetky (%s)","Všetkých (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;","lang":"sk"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["Formulár obsahuje %1$s chybu.%2$s","Formulár obsahuje %1$s chyby.%2$s","Formulár obsahuje %1$s chýb.%2$s"],"SEO settings configured":["SEO nastavenia konfigurované"],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":["Aktivujte %s pre vašu webovú stránku na MyYoast"],"Show blog page in breadcrumbs":["Zobraziť stránku blog v breadcrumbs navigácii"],"We could not find any relevant articles on your website that you could link to from your post.":["Nenašli sme na vašej webstránke relevantné články na ktoré by ste mohli prelinkovať z vášho článku"],"Has feedback":["Má odozvu"],"Content optimization:":["Optimalizácia obsahu:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sČitateľnosť%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Prečítajte si %1$stento článok o tom, prečo nepodporujeme staršie verzie.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sAktualizujte WordPress na najaktuálnejšiu verziu%2$s%3$sVšimli sme si, že nepoužívate aktuálnu WordPressu, čo môže čoskoro spôsobiť problém. %4$s (z dôvodov bezpečnosti a stability) podporuje iba aktuálnu a predošlú verziu WordPressu. Po spustení ďalšej verzie WordPressu, budeme podporovať iba WordPress %6$s a %7$s. To znamená, že nebudete dostávať žiadne aktualizácie %5$s pokým si neaktualizujete svoj WordPress, uistite sa preto prosím, že si aktualizujete WordPressu na najnovšiu verziu čo najskôr!%3$s%3$s"],"Post Noindexed":["Neindexovaný príspevok"],"No Focus Keyphrase":["Žiadna kľúčová fráza"],"Person logo / avatar":["Osobné logo / avatar"],"Extend %s":["Rozšíriť %s"],"Enroll in the %s for WordPress training":["Prihláste sa na školenie %s pre WordPress"],"Posts with the SEO score: %s":["Príspevky so SEO hodnotením: : %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video návod"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Ak chcete zobraziť aktuálne chyby indexového prehľadávania, %1$snavštívte prosím Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google ukončil prevádzku Crawl Errors API. Preto tu nie je možné zobraziť žiadne prípadné chyby indexového prehľadávania. %1$sĎalšie informácie nájdete v našom vyhlásení k tejto téme%2$s. "],"Remove this message":["Odstrániť túto správu"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Skutočná optimalizácia vašej webovej stránky pre miestne publikum s našim %s pluginom! Optimalizované detaily adresy, otváracie hodiny, vyhľadávač obchodu a možnosti vyzdvihnutia!"],"Serving local customers?":["Obsluhujete miestnych zákazníkov?"],"Get the %s plugin now":["Získajte %s plugin teraz"],"Organization social profiles":["Sociálne profily organizácie"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Môžete upraviť detaily zobrazené v meta dátach, ako napr. sociálne profily, meno a popis tohto používateľa na ich %1$s profilovej stránke."],"Personal info":["Osobné info"],"Organization logo":["Logo organizácie"],"Organization name":["Meno organizácie"],"Choose whether the site represents an organization or a person.":["Vyberte, či webová stránka predstavuje organizáciu alebo osobu."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Aby vaša webová stránka reprezentovala Spoločnosť alebo Organizáciu choďte na %1$sVzhľad vyhľadávania%2$s a nastavte Organizáciu alebo Osobu na \"Organizácia\"."],"To change the social accounts used for your site, update the details for %1$s.":["Na zmenu sociálnych účtov používaných na Vašu web stránku, aktualizujte detaily pre %1$s."],"That means that the form and information below is disabled, and not used.":["To znamená, že formulár a informácia nižšie sú zakázané a nie sú používané."],"Your website is currently configured to represent a Person":["Vaša webová stránka je momentálne nastavená, aby reprezentovala Osobu"],"(if one exists)":["(ak existuje)"],"Wikipedia page about you":["Stránka Wikipedie o Vás"],"YouTube profile URL":["URL adresa profilu YouTube"],"Tumblr profile URL":["URL adresa profilu Tumblr"],"SoundCloud profile URL":["URL adresa profilu SoundCloud"],"MySpace profile URL":["URL adresa profilu MySpace"],"Organization or person":["Organizácia alebo osoba"],"The person":["Osoba"],"Organization":["Organizácia"],"Does your site represent a person or an organization?":["Reprezentuje vaša stránka osobu alebo organizáciu?"],"The name of the organization":["Názov organizácie"],"Provide an image of the organization logo":["Poskytnite obrázok loga organizácie"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["V minulosti ste zadali, že Vaša webová stránka predstavuje osobu. Zlepšili sme našu funkcionalitu okolo Schém a Knowledge Graph, tak by ste ich mali pozrieť a %1$sdoplniť tieto nastavenia%2$s."],"Select a user...":["Vyberte používateľa..."],"Uncategorized":["Nekategorizované"],"Name:":["Meno:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Vybrali ste používateľa %1$s ako osobu, ktorú táto webová stránka predstavuje. Informácia o používateľskom profile bude teraz využívaná vo výsledkoch hľadania. %2$sAktualizujte ich profil, aby sa zabezpečilo, že informácie sú správne.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Chyba: Prosím zvoľte nižšie používateľa, aby ste skompletizovali meta dáta webovej stránky."],"SEO score: %s":["SEO skóre: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Ak máte stránku o Vás alebo Vašej organizácii na Wikipédii, pridajte ju tiež."],"Wikipedia URL":["URL adresa Wikipédie"],"Pinterest profile URL":["URL adresa profilu Pinterest"],"Instagram profile URL":["URL adresa profilu Instagram"],"LinkedIn profile URL":["URL adresa profilu LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Prehľad kľúčových slov je dôležitý v každej SEO stratégii. Vy sa rozhodnete, ktoré výrazy majú byť vyhľadateľné a zistite, ktoré slová vaši návštevníci používajú, aby Vvás našli. Dobrý prehľad kľúčových slov vám povie, aký obsah potrebujete začať zaraďovať do rebríčka pre výrazy, ktoré chcete zoraďovať! %1$s vám pomôže prejsť týmto procesom krok po kroku."],"SEO for Beginners training":["Tréning SEO pre začiatočníkov"],"%s for WordPress training":["Tréning %s pre WordPress"],"All-around SEO training":["Celkový SEO tréning"],"The image you selected is too small for Facebook":["Obrázok, ktorý ste vybrali je pre Facebook príliš malý"],"The given image url cannot be loaded":["Nie je možné načítať obrázok na zadanej url adrese"],"Find out what words your audience uses to find you":["Zistite, aké slová používajú Vaši návštevníci, aby Vás našli"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sĽahkosť čítania Flesch%2$s: Kópia získala v teste %3$s, čo sa považuje za %4$s na čítanie. %5$s"],"No JSON object was returned.":["Nevrátil sa žiaden objekt JSON."],"Received internal links":["Prijaté vnútorné linky"],"Outgoing internal links":["Odchádzajúce vnútorné linky"],"New step added":["Nový krok pridaný"],"New question added":["Nová otázka pridaná"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Na to, aby ste vytvorili presmerovanie a opravili tento problém, potrebujete %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Môžete si zakúpiť plugin, vrátane podpory na 1 rok na %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Funkcia počítadla textových odkazov poskytuje informácie o tom, koľko odkazov sa nachádza vo vašom texte a koľko odkazov odkazuje na váš text. Je to veľmi užitočné, keď zlepšujete svoje %1$s interné prepojenia %2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Aby táto funkcia fungovala,%1$s vyžaduje aspoň PHP verziu%2$s. Na tejto webovej lokalite sme zistili PHP verziu %3$s."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Pozorne zvážte dôsledky a %1$sprečítajte si tento príspevok%2$s, ak chcete získať viac informácií o vplyve zobrazovania médií vo výsledkoch vyhľadávania."],"Keyphrase":["Kľúčové slovo"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Aby táto funkcia fungovala,%1$s potrebuje vytvoriť tabuľku vo vašej databáze. Túto tabuľku sme nedokázali vytvoriť automaticky."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Ak povolíte túto možnosť, adresy URL príloh sa stanú viditeľnými pre návštevníkov aj pre spoločnosť Google. Ak chcete pridať hodnotu na svoje webové stránky, mali by obsahovať užitočné informácie alebo by mohli mať negatívny vplyv na vaše poradie."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Funkcia %3$s Počítadlo textových odkazov %4$s (zavedená v %1$s %2$s) je momentálne zakázaná."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Prečítajte si nasledujúci článok %1$szákladné skúsenosti%2$s a zistite, ako vyriešiť tento problém."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Aby ste sa uistili, že všetky odkazy vo vašich textoch sú započítané, musíme analyzovať všetky vaše texty."],"All you have to do is press the following button and we'll go through all your texts for you.":["Jediné, čo musíte urobiť, je stlačiť nasledujúce tlačidlo a my prejdeme cez všetky vaše texty pre vás."],"Count links":["Počítadlo odkazov"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAlt atribúty obrázka%5$s: Z %2$d obrázkov na tejto stránke, %1$d má atribút alt so slovami z Vašej kľúčovej frázy alebo synonymum. To je trochu veľa. %4$sZahrňte kľúčovú frázu alebo jej synonymy iba vtedy, ak to naozaj sedí na obrázok%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sAtribúty obrázka alt%2$s: Dobrá práca!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAlt atribúty obrázka%5$s: Z %2$d obrázkov na tejto stránke, iba %1$d má atribút alt, ktorý odzrkadľuje tému Vášho textu. %4$sPridajte Vašu kľúčovú frázu alebo synonymá do značky alt viacerým relevantným obrázkom%5$s!","%3$sAlt atribúty obrázka%5$s: Z %2$d obrázkov na tejto stránke, iba %1$d majú atribút alt, ktorý odzrkadľuje tému Vášho textu. %4$sPridajte Vašu kľúčovú frázu alebo synonymá do značky alt viacerým relevantným obrázkom%5$s!","%3$sAlt atribúty obrázka%5$s: Z %2$d obrázkov na tejto stránke, iba %1$d má atribút alt, ktorý odzrkadľuje tému Vášho textu. %4$sPridajte Vašu kľúčovú frázu alebo synonymá do značky alt viacerým relevantným obrázkom%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAlt attribúty obrázkov%3$s: Obrázky na tejto stránke majú alt atribúty, ale nenastavili ste kľúčové slovo. %2$sOpravte to%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Stránka %s"],"Cannot get the size of %1$s because of unknown reasons.":["Z neznámych dôvodov nie je možné získať veľkosť %1$s."],"Cannot get the size of %1$s because it is hosted externally.":["Nie je možné získať veľkosť %1$s pretože je hostovaný externe."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Jednoducho prepnite prepínač na \"Zapnuté\" a budete môcť použiť rekalibrovanú analýzu. Súčasne vás pridáme do nášho konkrétneho mailing listu. Pošleme vám len informácie o vašich skúsenostiach s touto rekalibráciou!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Máme %1$s rekalibrovanú našu analýzu %2$s. S novou analýzou sa budeme ešte viac približovať tomu, ako spoločnosť Google vidí vaše webové stránky. Bolo by to %3$s úžasné %4$s, ak by ste chceli %3$s otestovať túto funkciu %4$s pre nás!"],"Get an even better analysis":["Získajte ešte lepšie analýzu "],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sJeden titulok%3$s: H1 značka by mala byť použitá iba pre hlavný titulok. Nájdite všetky H1 značky vo vašom texte, ktoré neslúžia ako hlavný titulok a %2$sznížte úroveň nadpisu%3$s!"],"Improve sharing on Facebook and Pinterest":["Zlepšite zdieľanie na Facebook a Pinterest"],"You do not have the required rights to export settings.":["Nemáte vyžadované oprávnenia na export nastavení."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopírujte všetky tieto nastavenia do %1$s okna ďalšiej webovej stránky a tam kliknite na \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["Tu sú nastavenia pre plugin %1$s od %2$s"],"No settings found.":["Neboli nájdené žiadne nastavenia."],"Export your %1$s settings here, to copy them on another site.":["Exportujte vaše %1$s nastavenie tu pre kopírovanie na inú stránku."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import nastavení je podporovaný iba na serveroch s PHP 5.3 a vyšším."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importuje nastavenia vložením nastavení, ktoré ste skopírovali z iného webu a kliknite na \"%s\"."],"Paste your settings from another %s installation.":["Vložte vaše nastavenia z inej %s inštalácie."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sHustota kľúčovej frázy%2$s: Kľúčová fráza bola nájdená 0-krát. To je menej ako odporúčané minimum %3$d-krát pre text tejto dĺžky. %4$sSústreďte sa na svoju kľúčovú frázu%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sHustota kľúčovej frázy%2$s: Kľúčová fráza bola nájdená %5$d krát. To je menej ako je je odporúčané minimum %3$d krát pre text s takouto dĺžkou. %4$sZamerajte sa na vašu kľúčovú frázu%2$s","%1$sHustota kľúčovej frázy%2$s: Kľúčová fráza bola nájdená %5$d krát. To je menej ako je je odporúčané minimum %3$d krát pre text s takouto dĺžkou. %4$sZamerajte sa na vašu kľúčovú frázu%2$s","%1$sHustota kľúčovej frázy%2$s: Kľúčová fráza bola nájdená %5$d krát. To je menej ako je je odporúčané minimum %3$d krát pre text s takouto dĺžkou. %4$sZamerajte sa na vašu kľúčovú frázu%2$s"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sHustota kľúčovej frázy%2$s: Kľúčová fráza bola nájdená %3$d-krát. To je skvelé!","%1$sHustota kľúčovej frázy%2$s: Kľúčová fráza bola nájdená %3$d-krát. To je skvelé!","%1$sHustota kľúčovej frázy%2$s: Kľúčová fráza bola nájdená %3$d-krát. To je skvelé!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sHustota kľúčovej frázy%2$s: Kľúčová fráza bola nájdená %5$d krát. To je viac ako odporúčané minimum %3$d krát pre text s takouto dĺžkou. %4$sNepredimenzujte to%2$s","%1$sHustota kľúčovej frázy%2$s: Kľúčová fráza bola nájdená %5$d krát. To je viac ako odporúčané minimum %3$d krát pre text s takouto dĺžkou. %4$sNepredimenzujte to%2$s","%1$sHustota kľúčovej frázy%2$s: Kľúčová fráza bola nájdená %5$d krát. To je viac ako odporúčané minimum %3$d krát pre text s takouto dĺžkou. %4$sNepredimenzujte to%2$s"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexovanie vytvorené pre objekt %1$s s typom %2$s"],"Method %1$s() does not exist in class %2$s":["Metóda %1$s() neexistuje v triede %2$s"],"With %s, you can easily create such redirects.":["Pomocou %s môžeš jednoducho vytvoriť ako presmerovanie."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Zmena nastavení trvalých odkazov môže mať vážny dopad na viditeľnosť Vašej stránky vo vyhľadávačoch. Takmer %1$s nikdy %2$s by ste zmenu nemali prevádzať na živej webovej stránke."],"WARNING:":["VAROVANIE:"],"Learn about why permalinks are important for SEO.":["Zistite, prečo sú trvalé odkazy dôležité pre SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunkčné slová v kľúčovej fráze%3$s: Vaša kľúčová fráza \"%4$s\" obsahuje iba funkčné slová. %2$sDozveďte sa viac čo robí dobrú kľúčovú frázu naozaj dobrou..%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Vedeli ste, že %s analyzuje aj rôzne tvary slov vo vašej kľúčovej fráze, ako napríklad množné čísla a minulé časy?"],"Clear Image":["Vyčistiť obrázok"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sDĺžka kľúčovej frázy%3$s: %2$sNastavte kľúčovú frázu pre vypočítanie vášho SEO skóre%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sKľúčové slovo sa nachádza v slug(u)%2$s: Dobrá práca!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sKľúčová fráza v nadpise%2$s: Na začiatku SEO nadpisu sa nachádza presné znenie kľúčovej frázy. Dobrá práca!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sDistribúcia kľúčových fráz%2$s: Dobrá práca!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribúcia kľúčovej frázy%3$s: Nerovnomerná. Niektoré časti vášho textu neobsahujú kľúčovú frázu ani jej synonymá. %2$sRozložte ich rovnomernejšie%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sDistribúcia kľúčovej frázy%3$s: Veľmi nerovnomerná. Veľké časti vášho textu neobsahujú kľúčovú frázu ani jej synonymá. %2$sRozložte ich rovnomernejšie%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":["Chceli by ste pridať súvisiacu kľúčovú frázu?"],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":["optimalizovať článok pre synonymá a súvisiace kľúčové slová."],"Synonyms & related keyphrases":["Synonymá a príbuzné kľúčové frázy"],"Add related keyphrase":["Pridať podobnú kľúčovú frázu"],"Dismiss %s upgrade notice":["Upustiť %s od oznámenia aktualizácie"],"Upgrade to %s":["Inovovať na %s"],"%1$s video":["%1$s video"],"Get %s":["Získať %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sPredchádzajúce použitie kľúčovej frázy%2$s: Túto kľúčovú frázu ste zatiaľ nepoužili, vynikajúce."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sDĺžka textu%4$s: Text obsahuje %1$d slovo.","%2$sDĺžka textu%4$s: Text obsahuje %1$d slová.","%2$sDĺžka textu%4$s: Text obsahuje %1$d slov."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sDĺžka textu%3$s: Text obsahuje %1$d slovo. Dobrá práca!","%2$sDĺžka textu%3$s: Text obsahuje %1$d slová. Dobrá práca!","%2$sDĺžka textu%3$s: Text obsahuje %1$d slov. Dobrá práca!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":["%1$sOdchádzajúce odkazy%2$s: Dobrá práca!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":["%1$sDĺžka Meta popisku%2$s: Výborná!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sDĺžka Meta popisku%3$s: Meta popisok má viac ako %4$d znakov. Aby ste zaistili, aby sa popisok zobrazoval celý, %2$smali by ste zvážiť skrátenie dĺžky popisku%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sDĺžka kľúčovej frázy%5$s:Kľúčová fráza sa skladá z %1$d slov. To je viac ako je odporúčaná maximálna dĺžka %2$d slov. %4$sSkráťte ju%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sDĺžka kľúčovej frázy%5$s:Kľúčová fráza sa skladá z %1$d slov. To je viac ako je odporúčaná maximálna dĺžka %2$d slov. %4$sSkráťte ju%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sDĺžka kľúčovej frázy%2$s: Dobrá práca!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sVnútorné odkazy%2$s: Máte dostatok vnútorných odkazov. Dobrá práca!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sNedostatok obsahu%2$s: %3$sPridajte viac obsahu, aby bolo možné stránku dobre analyzovať%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":["%1$sDĺžka vety%2$s: Skvelé!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sDĺžka odstavcov%2$s: Žiadny odstavec nie je príliš dlhý. Skvelá práca!"],"Good job!":["Skvelá práca! "],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Hlavné kľúčové slovo"],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":["Nebol nájdený žiadny objekt s ID %1$s a %2$s"],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":["Parameter `%1$s` nemôže byť prázdny."],"Check Keyphrase Density":["Skontrolovať hustotu kľúčovej frázy"],"Disable":["Zakázať"],"Allow Control":["Povoliť kontrolu"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Kľúčová fráza:"],"Remove keyphrase":["Vymazať kľúčovú frázu"],"This feature has been disabled by the network admin.":["Táto funkcia bola zablokovaná správcom siete."],"Focus keyphrase not set.":["Hlavná kľúčová fráza nebola nastavená."],"Multiple keyphrases":["Viacero kľúčových fráz"],"Colon":["Dvojbodka"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["Máte nové upozornenie.","Máte nové upozornenia.","Máte nové upozornenia."],"Learn more about the readability analysis":["Prečítajte si viac o Analýze čitateľnosti."],"Describe the duration of the instruction:":["Popíšte trvanie inštrukcie:"],"Optional. Customize how you want to describe the duration of the instruction":["Voliteľné. Určite, ako chcete popísať trvanie inštrukcie."],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":["%s, %s a %s"],"%s and %s":["%s a %s"],"%d minute":["%d minúta","%d minúty","%d minút"],"%d hour":["%d hodina","%d hodiny","%d hodín"],"%d day":["%d deň","%d dni","%d dní"],"Enter a step title":["Zadajte názov kroku"],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":["minúty"],"hours":["hodiny"],"days":["dni"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":["Kopírovať chybu"],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":["Potrebný čas:"],"Move question down":["Presunúť otázku nižšie"],"Move question up":["Presunúť otázku vyššie"],"Insert question":["Vložiť otázku"],"Delete question":["Zmazať otázku"],"Enter the answer to the question":["Vložiť odpoveď na otázku"],"Enter a question":["Zadať otázku"],"Add question":["Pridať otázku"],"Frequently Asked Questions":["Najčastejšie otázky"],"Great news: you can, with %s!":["Dobrá správa: môžte, s %s!"],"Select the primary %s":["Vyberte primárnu %s"],"Check links to this URL":["Skontrolujte odkaz na túto URL"],"Keyword research training":["Tréning pre výskum kľúčových slov"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s.","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":[""],"Move step down":["Posunúť krok nadol"],"Move step up":["Posunúť krok nahor"],"Insert step":["Vložiť krok"],"Delete step":["Zmazať krok"],"Add image":["Pridať obrázok"],"Enter a step description":[""],"Enter a description":["Zadajte popis"],"Unordered list":["Neusporiadaný zoznam."],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":["Pridať krok"],"Delete total time":["Zmazať celkový čas"],"Add total time":["Pridať celkový čas"],"How to":["Ako"],"How-to":["Ako"],"Snippet Preview":["Náhľad snippetu"],"Analysis results":["Výsledky analýzy"],"Enter a focus keyphrase to calculate the SEO score":["Zadajte kľúčovú frázu pre výpočet SEO skóre."],"Learn more about Cornerstone Content.":["Zisti viac o Cornerstone Content. "],"Cornerstone content should be the most important and extensive articles on your site.":[""],"Restore Site":["Obnoviť stránku"],"Network Settings":["Nastavenia siete"],"You are not allowed to perform this action.":["Nie ste oprávnený vykonať túto operáciu."],"Error: %s":["Chyba: %s"],"Success: %s":["Úspešne: %s"],"Site with ID %d not found.":["Webová stránka s ID %d nebola nájdená."],"No site has been selected to restore.":[""],"You are not allowed to modify unregistered network settings.":[""],"deleted":["zmazaný"],"Would you like to add another keyphrase?":["Chceli by ste pridať ďalšiu kľúčovú frázu?"],"image preview":["náhľad obrázka"],"Copied!":["Skopírované!"],"Not supported!":["Nie je podporované!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Prečítajte si {{a}}náš článok o štruktúre webovej stránky{{/a}}, kde sa dozviete viac o tom, ako môžu interné odkazy pomôcť vášmu SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":["Zvážte prelinkovanie na tieto články:"],"Copy link":["Skopírovať odkaz"],"Copy link to suggested article: %s":["Skopírovať link na navrhovaný článok: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":["Slogan webu"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":["Nie sú uvedené všetky požadované polia. Chýbajúce pole %1$s"],"Optimize your site for Google News.":["Optimalizujte svoje stránky pre Správy Google."],"Optimize your shop's SEO and sell more products!":["Optimalizujte SEO vášho obchodu a predajte viac produktov!"],"Be found in Google Video search and enhance your video sharing on social media.":["Buďte vyhladatelný v Google Video vyhladávači a zdokonalte zdieľanie videa na sociálnych sieťach."],"Be found in Google Maps and local results.":["Buďte vyhľadateľný v Google mapách a v lokálnych výsledkoch."],"Learn practical SEO skills to rank higher in Google.":["Naučte sa praktické zručnosti SEO, aby ste sa v službe Google zaradili vyššie."],"Don’t waste time figuring out the best settings yourself.":["Nestrácajte čas zisťovaním najlepších nastavení svojpomocne."],"Get quick wins to make your site rank higher in search engines.":["Získajte rýchle riešenia aby sa Vaša stránka zaradila vyžšie vo vyhladávacích nástrojoch."],"Add synonyms":["+ Pridaj synonymum"],"Would you like to add keyphrase synonyms?":["Chcete pridať synonymá pre kľúčové slová?"],"Would you like to add more than one keyphrase?":["Chcete pridať viac ako jedno kľúčové slovo?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Nemáte nastavenú Nákupnú stránku vo WooCommerce nastaveniach. Najskôr ju nastavte."],"Current year":["Current year"],"Page":["Stránka"],"Breadcrumb settings for %s archive":["Nastavenie breadcrumb navigácie pre archív %s"],"Something went wrong. Please reload the page.":["Niečo sa pokazilo. Načítajte znovu stránku."],"Tagline":["Značka"],"Modify your meta description by editing it right here":["Upravte váš meta popis priamou editáciou tu."],"description (custom taxonomy)":["popis (vlastná taxonómia)"],"(custom taxonomy)":["(vlastná taxonómia)"],"(custom field)":["(vlastné pole)"],"Term404":["Term404"],"Caption":["Titulok"],"Pagenumber":["Číslo strany"],"Pagetotal":["Počet strán"],"Page number":["Číslo stránky"],"User description":["Popis používateľa"],"ID":["ID"],"Modified":["Upravené"],"Post type (plural)":["Typ obsahu (plural)"],"Post type (singular)":["Typ obsahu (singular)"],"Separator":["Oddeľovač"],"Search phrase":["Vyhľadávaná fráza"],"Term title":[""],"Term description":[""],"Tag description":[""],"Category description":["Popis kategórie"],"Primary category":["Primárna kategória"],"Category":["Kategória"],"Tag":[""],"Excerpt only":[""],"Excerpt":[""],"Site title":["Názov webovej stránky"],"Archive title":[""],"Parent title":[""],"Date":["Dátum"],"Label":[""],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":[""],"Search engines and other websites can still send traffic to your deleted post.":[""],"Make sure you don't miss out on traffic!":[""],"You just deleted a %1$s.":["Práve ste zmazali %1$s."],"You just trashed a %1$s.":["Práve ste zahodili %1$s."],"Settings for %s archive":[""],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Nastavenia na tejto stránke umožňujú určiť, aký by mal byť predvolený vzhľad vyhľadávania pre akýkoľvek typ obsahu, ktorý máte. Môžete si vybrať, ktoré typy obsahu sa budú zobrazovať vo výsledkoch vyhľadávania a aký by mal byť ich predvolený popis."],"Url preview":["Ukážka URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":["Zrušiť oznámenie"],"No results":["Žiadne výsledky"],"%d result found, use up and down arrow keys to navigate":["","%d results found, use up and down arrow keys to navigate","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Jazykom vašej webovej stránky je %s. Ak je nastavenie nesprávne, kontaktujte administrátora vašej webovej stránky."],"Number of results found: %d":["Počet nájdených výsledkov: %d"],"Note that not all variables can be used in every field.":[""],"Snippet variables":[""],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":[""],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":[""],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":["Neznámy typ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":[""],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":[""],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":[""],"Baidu verification code":["Baidu overovací kód"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":[""],"Content Type":["Typ obsahu"],"Filter by content type":["Filtrovať podľa typu obsahu"],"Show All Content Types":["Zobraziť všetky typy obsahu"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["Nahradený normálnym názvom pre archív vytvorený službou WordPress"],"Clean":["Čisté"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":[""],"Step 5: Clean up":["Krok 5: Vyčistiť"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":["Krok 4: Spustite sprievodcu konfiguráciou"],"Please check your posts and pages and see if the metadata was successfully imported.":["Skontrolujte svoje články a stránky a uistite sa, či boli metadáta úspešne importované."],"Step 3: Check your data":["Krok 3: Skontrolujte vaše údaje"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Krok 2: Importovať"],"Please make a backup of your database before starting this process.":["Pred spustením tohto procesu zálohujte vašu databázu."],"Step 1: Create a backup":["Krok 1: Vytvorte zálohu"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":[""],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Články, ktoré by sa nemali zobrazovať vo výsledkoch vyhľadávania"],"%s data found.":["%s nájdených údajov."],"%s data successfully removed.":["%s dát bolo úspešne odstránených."],"%s data successfully imported.":["%s dát bolo úspešne importovaných."],"%s data not found.":["%s dát nebolo nájdených."],"Improve your SEO skills":["Zlepšite svoje SEO zručnosti"],"24/7 email support":["Emailová podpora 24/7"],"No more dead links a.k.a. 404 pages":["Žiadne ďalšie mŕtve odkazy ako 404"],"Get real-time suggestions for internal links":["Získať návrhy na interné odkazy v reálnom čase "],"Preview your page in Facebook and Twitter":["Náhľad stránky vo Facebooku a Twittery"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":[""],"Remove the categories prefix":[""],"Help on the category prefix setting":[""],"Learn more about the available variables":["Dozvedieť sa viac o dostupných premenných"],"Learn more about the RSS feed setting":["Dozvedieť sa viac o nastaveniach RSS správ"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":[""],"Learn more about the title separator setting":[""],"Learn more about the knowledge graph setting":[""],"Learn more about the homepage setting":["Dozvedieť sa viac o nastaveniach hlavnej stránky"],"Learn more about the special pages setting":["Dozvedieť sa viac o nastaveniach šepcialnej stránky"],"Help on the date archives search results setting":[""],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":[""],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":[""],"Archives settings help":[""],"Learn more about the archives setting":[""],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":["Yandex verifikačný kód"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Získajte svoj overovací kód Google v %1$sGoogle Search Console%2$s."],"Google verification code":["Google verifikačný kód"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":["Bing overovací kód"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["Dozvedieť sa viac o nástroji na overovanie Webmaster Tools verification"],"On":["Zapnúť"],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":["Vypnúť"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":[""],"See who contributed to %1$s.":[""],"Help on this search results setting":[""],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":["Zobraziť %s vo výsledkoch vyhľadávania?"],"this author's archives":["archív autora"],"Do not allow search engines to show %s in search results.":["Nepovoliť vyhľadávačom zobrazovať %s vo výsledkoch vyhľadávania."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":[""],"Category URLs":[""],"the archive for %s":["archív pre %s"],"Redirect attachment URLs to the attachment itself?":["Presmerovať adresy URL príloh na prílohu samotnú?"],"We recommend you set this to Yes.":["Odporúčame nastaviť na Áno."],"Media & attachment URLs":["URL adresy médií a príloh"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":[""],"date archives":[""],"archives for authors without posts":[""],"Read why XML Sitemaps are important for your site.":["Prečítajte si prečo sú XML mapy stránok dôležité pre vašu webovú stránku."],"Enable the XML sitemaps that %s generates.":[""],"See the XML sitemap.":["Zobraziť XML sitemap súbor."],"%2$s (current default for %1$s)":[""],"Media":["Multimédiá"],"Content Types":["Typy obsahu"],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":["Povoliť vyhľadávačom zobraziť %s vo výsledkoch vyhľadávania?"],"Search Appearance":["Vzhľad vyhľadávania"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":["Viditeľnosť vo vyhľadávačoch"],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":[""],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":[""],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":[""],"Search result":["Výsledok vyhľadávania"],"Good results":["Dobré výsledky"],"Get better search results in local search":["Získajte lepšie výsledky v lokálnom vyhľadávaní"],"Allow customers to pick up their %s order locally":["Umožní zákazníkom vyzdvihnúť ich %s objednávku na mieste"],"SEO analysis":["SEO analýza"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO analýza ponúka odporúčania na vylepšenie SEO vášho textu."],"Learn how the SEO analysis can help you rank.":[""],"The readability analysis offers suggestions to improve the structure and style of your text.":[""],"Discover why readability is important for SEO.":[""],"Find out how cornerstone content can help you improve your site structure.":[""],"The text link counter helps you improve your site structure.":[""],"Find out how the text link counter can enhance your SEO.":[""],"%s integration":[""],"Read more about how %s works.":["Prečítajte si viac o tom ako funguje %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":[""],"Find out why you should upgrade to %s":[""],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Najnovšie príspevky na %1$s"],"Need help?":["Potrebujete pomoc?"],"Type here to search...":["Začnite písať a vyhľadajte..."],"Search the Yoast Knowledge Base for answers to your questions:":["Vyhľadajte odpovede na vaše otázky v Báze znalostí Yoast:"],"Remove highlight from the text":["Odstrániť zvýraznenie textu"],"Your site language is set to %s. ":["Jazyk vašej webovej stránky je nastavený na %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Začnite rýchlo pomocou sprievodcu %1$s %2$sconfiguration wizard%3$s!"],"First-time SEO configuration":["Prvá SEO konfigurácia."],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Jazyk vášho webu je nastavený na {language}. Ak to nie je správne, obráťte sa na správcu webu."],"Your site language is set to {language}.":["Jazyk vášho webu je nastavený na {language}."],"Highlight this result in the text":["Zvýrazni tento výsledok v texte."],"Considerations":["Dôležité informácie"],"Errors":["Chyby"],"Change language":["Zmeň jazyk"],"You cannot create a %s file.":["Nedá sa vytvoriť %s súboru."],"You cannot edit the %s file.":["Nedá sa editovať %s súboru."],"Updated %s":["Aktualizované %s"],"Create %s file":["Vytvoriť %s súbor"],"Edit the content of your %s:":["Upraviť obsah vášho %s:"],"Save changes to %s":["Uložiť zmeny do %s"],"%s file":["%s súbor"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":[""],"More information":["Viac informácií"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":[""],"More information about %1$s":["Viac informácií okolo %1$s"],"Configuration Wizard":["Sprievodca nastavením"],"You've done it!":["Zvládli ste to!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":[""],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":[""],"Manage your %s subscription on MyYoast":["Spravovať vaše %s predplatné na MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":[""],"Loading help center.":["Načítanie centra pomoci."],"Get support":["Získať pomoc"],"View in KB":["Zobraziť v báze znalostí"],"Go back":["Späť"],"Go back to the search results":["Späť na výsledky vyhľadávania"],"(Opens in a new browser tab)":["(Otvára sa na novej karte prehliadača)"],"Posts %1$swithout%2$s a focus keyphrase":["Články %1$sbez%2$s kľúčového slova"],"Hey, your SEO is doing pretty well! Check out the stats:":["Tvoje SEO je na tom dosť dobre! Pozri si štatistiky:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Zatiaľ si nepublikoval žiadne články, tvoje SEO skóre sa objaví hneď, ako vytvoríš svoj prvý článok!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Niečo iné"],"A portfolio":["Portfólio"],"A corporation":["Spoločnosť"],"A small offline business":["Malý offline business"],"A news channel":["Nový kanál"],"An online shop":["Online obchod"],"A blog":["Blog"],"What does the site %1$s represent?":["Čo predstavuje stránka %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Ak vyberiete nie, archív autorov sa deaktivuje, aby sa zabránilo problémom s duplicitným obsahom."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Možnosť B: Na webovej stránke sa ešte pracuje a nemala by byť indexovaná."],"Option A: My site is live and ready to be indexed":["Možnosť A: Moja webová stránka je online a môže byť indexovaná."],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Zvoľte možnosť údržby ak chcete aby vaša stránka nebola indexovaná vyhľadávačmi. Nezabudnite to aktivovať, keď budete pripravený publikovať stránku."],"Please specify if your site is under construction or already active.":["Prosím uveďte či sa na vašej webovej stránke pracuje alebo je už aktívna."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Viac podobného sa dočítate na našom SEO blogu. "],"Readability: %s":["Čitateľnosť: %s"],"Not activated":["Neaktivované"],"Activated":["Aktivované"],"%1$s recommendations for you":["%1$s odporúčaní pre Vás"],"All Readability Scores":["Všetky skóre čitateľností"],"Filter by Readability Score":["Filtrovať podľa skóre čitateľností"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Nedostávate aktualizácie alebo podporu! Opravte tento problém pridaním tejto webovej stránky a zapnite pre ňu %1$s na %2$s."],"Request method %1$s is not valid.":["Požadovaná metóda %1$s nie je platná."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Chcete si prehliadnuť ako to bude vyzerať, keď ľudia budú zdieľať tento článok cez %1$s?\nMôžete s %2$s."],"Good job! All the links in your texts have been counted.":["Dobrá práca! Všetky odkazy vo vašom texte boli spočítané."],"Calculation completed.":["Výpočet bol dokončený."],"Calculation in progress...":["Prebieha výpočet..."],"Stop counting":["Prestať počítať"],"Counting links in your texts":["Počítam odkazy vo vašom texte"],"Text %1$s of %2$s processed.":["Text %1$s z %2$s spracovaný."],"All your texts are already counted, there is no need to count them again.":["Všetky vaše texty sú už spočítané, nie je potrebné ich počítať znova."],"Count links in your texts":["Spočítajte odkazy vo vašom texte"],"Text link counter":["Počítadlo textových odkazov"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":[""],"%s Columns":["%s Stĺpce/ov"],"Readability score":["Skóre čitateľnosti"],"Other benefits of %s for you:":["Ďalšie výhody %s pre vás:"],"Scroll to see the preview content.":["Prejdite na zobrazenie ukážky obsahu."],"Cornerstone content":["Kľúčový obsah"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":[""],"Attract more customers near you":["Oslovte viacej zákazníkov blízko Vás"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":[""],"Get the most out of %1$s with the %2$s":[""],"Upgrade to Premium":["Aktualizovať na Prémium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":[""],"You might like":["Môže sa vám páčiť"],"Newsletter":["Newsletter"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":[""],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Konfiguračný sprievodca vám pomôže ľahko konfigurovať váš web pre optimálne SEO nastavenia."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":[""],"Superfast internal linking suggestions":["Superrýchle interné návrhy prepojení"],"Great news: you can, with %1$s!":["Skvelá správa: môžete s %1$s!"],"Save changes":["Uložiť zmeny"],"1 year free support and updates included!":["1 rok zdarma aktualizácie a vylepšenia v cene!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":[""],"%1$sSocial media preview%2$s: Facebook & Twitter":[""],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sŽiadne mŕtve linky%2$s: jednoduchý manažér presmerovania"],"No ads!":["Žiadne reklamy!"],"Facebook & Twitter":["Facebook a Twitter"],"Social media preview":["Náhľad sociálnych medií"],"Easy redirect manager":["Jednoduchý manažér pre presmerovanie"],"No more dead links":["Už žiadne mŕtve odkazy"],"Increase your SEO reach":["Zvýšte Vás SEO dosah"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":[""],"Variable":["Premenná"],"Available variables":["Dostupné premenné"],"Scroll to see the table content.":["Posunúť na zobrazenie obsahu tabuľky"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":[""],"An error occurred in the '%1$s' assessment":["V hodnotení '%1$s' sa vyskytla chyba"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":[""],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":[""],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s.","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["","The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences.","The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences."],"The meta description contains no sentences %1$sover %2$s words%3$s.":[""],"Step %1$d: %2$s":["Krok %1$d: %2$s"],"No new notifications.":["Žiadne nové upozornenia."],"Save all":["Uložiť všetko"],"Save":["Uložiť"],"%1$s, Author at %2$s":["%1$s, autor na %2$s"],"Mobile preview":["Mobilné zobrazenie"],"Desktop preview":[""],"Select redirect":["Vyberte presmerovanie"],"Please provide an SEO title by editing the snippet below.":["Prosím, uveďte SEO titulok vyplnením úryvku nižšie."],"Meta description preview:":["Náhľad Meta popisu:"],"Slug preview:":["Náhľad slugu:"],"SEO title preview:":["Náhľad SEO názvu:"],"Close snippet editor":["Zatvoriť editor úryvku"],"Slug":["Slug"],"Remove marks in the text":["Odstráňte značky v texte"],"Mark this result in the text":["Označte tento výsledok v texte"],"Marks are disabled in current view":["Značky sú zakázané v aktuálnom pohľade"],"Good SEO score":["Dobré SEO skóre"],"OK SEO score":["OK SEO skóre"],"Feedback":["Spätná väzba"],"ok":["dobre"],"Choose an image":["Vyberte si obrázok"],"Remove the image":["Odstrániť obrázok"],"MailChimp signup failed:":["MailChimp registrácia zlyhala:"],"Sign Up!":["Prihláste sa!"],"Name":["Meno"],"There is an error with the request.":["Vyskytla sa chyba pri tejto požiadavke."],"Select profile":["Vybrať profil"],"Choose a profile":["Zvoliť profil"],"Authorization code":["Autorizačný kód"],"Reauthenticate with Google":["Re-autorizovať s Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":[""],"Please provide a meta description by editing the snippet below.":["Prosím zadajte meta popis úpravou úryvku nižšie."],"Edit snippet":["Editovať úryvok"],"You can click on each element in the preview to jump to the Snippet Editor.":["Môžete kliknúť na každý prvok v náhľade a rovno ho upraviť v editore."],"SEO title preview":["Náhľad SEO titulku"],"Meta description preview":["Náhľad meta popisu:"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":[""],"Close the Wizard":["Zatvoriť sprievodcu"],"Export settings":["Nastavenia exportu"],"%1$s video tutorial":["%1$s video príručka"],"%s › Configuration Wizard":["%s › Sprievodca konfiguráciou"],"Please don't show me this notification anymore":["Viac mi toto upozornenie nezobrazujte"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":[""],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":[""],"Date archives settings":["Nastavenie dátumu archívu"],"Author archives settings":["Nastavenie autora archívu"],"%1$s by %2$s":["%1$s od %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":[""],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(bez nadpisu)"],"%s installation wizard":["%s sprievodca inštaláciou"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":[""],"Admin bar menu":[""],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funkcie"],"SEO title":["SEO názov"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":[""],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":[""],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google zobrazuje názov Vašej webovej stránky vo výsledkoch vyhľadávania. Ak to chcete zmeniť, môžete tak urobiť tu."],"Greater than sign":["Znak väčšie ako"],"Less than sign":["Znak menšie ako"],"Right angle quotation mark":[""],"Left angle quotation mark":[""],"Small tilde":[""],"Vertical bar":["Vertikálna lišta"],"Low asterisk":[""],"Asterisk":["Hviezdička"],"Bullet":[""],"Middle dot":["Bodka v strede riadku"],"Em dash":["Dlhá pomlčka"],"En dash":["Dlhšia pomlčka"],"Dash":["Pomlčka"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":[""],"The name of the person":["Meno osoby"],"No":["Nie"],"Yes":["Áno"],"Does, or will, your site have multiple authors?":["Má, alebo bude mať, vaša stránka viacero autorov?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":[""],"Success!":["Úspech!"],"Title settings":["Nastavenia titulku"],"Google Search Console":["Google Search Console"],"Multiple authors":["Viacerí autori"],"Site type":["Typ stránky"],"Environment":["Prostredie"],"Yoast option %1$s not found.":["Yoast voľba %1$s nenájdená."],"Google Structured Data Test":[""],"Posts list":["Zoznam článkov"],"Posts list navigation":["Navigácia zoznamu článkov"],"Filter posts list":["Filter zoznamu článkov"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":[""],"%1$s to optimize your site even further":["%1$s optimalizujte vaše stránky ešte viac"],"%1$s extensions":["%1$s rozšírenia"],"Comes with our 30-day no questions asked money back guarantee":[""],"More information %1$sabout %3$s%2$s":["Viac informácii %1$s o %3$s%2$s"],"Installed":["Inštalované"],"gain access to our 24/7 support team.":["získať prístup k podpore 24/7"],"Premium support":["Premium podpora"],"check what your Facebook or Twitter post will look like.":["skontrolujte, ako bude váš Facebook alebo Twitter článok vyzerať."],"Social previews":["Náhľad sociálnych sietí"],"create and manage redirects from within your WordPress install.":[""],"Redirect manager":["Manažér presmerovaní"],"%1$s, take your optimization to the next level!":["%1$s, dostaňte vašu optimalizáciu na vyšší level!"],"A seamless integration between %1$s and %2$s":[""],"Use %1$s breadcrumbs instead of %2$s ones":[""],"Easily insert Google Maps, a store locator, opening hours and more":[""],"Creates XML News Sitemaps":[""],"Immediately pings Google on the publication of a new post":[""],"Optimize your site for Google News":["Optimalizovať vaše stránky pre Google News"],"Make videos responsive through enabling fitvids.js":[""],"Enhance the experience of sharing posts with videos":[""],"Show your videos in Google Videos":["Zobraziť vaše videá na Google Videos"],"Crawl issues list":["Zoznam problémov Crawl"],"Crawl issues list navigation":[""],"Edit “%s”":["Upraviť “%s”"],"Premium":[""],"Google Trends":["Trendy Google"],"Notifications":["Notifikácie"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["Zakázať analýzu SEO"],"Twitter settings":["Twitter nastavenia"],"Pinterest settings":["Pinterest nastavenia"],"Facebook settings":["Facebook nastavenia"],"Title separator symbol":["Symbol oddeľovača nadpisu"],"RSS feed settings":["Nastavenia RSS kanála"],"Breadcrumbs settings":["Nastavenia mininavigácie"],"Make primary":["Urobiť primárne"],"Enter your Google Authorization Code and press the Authenticate button.":["Zadajte svoj Google autorizačný kód a stlačte tlačidlo autentifikovať."],"Knowledge base article":[""],"Open the knowledge base article in a new window or read it in the iframe below":[""],"Search results":["Výsledky vyhľadávania"],"%s notification":["%s oznámenie","%s oznámenia","%s oznámení"],"Disable readability analysis":["Zakázať analýzu čitateľnosti"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Analýza čitateľnosti"],"Needs improvement":["Potrebuje vylepšenie"],"Readability":["Čitateľnosť"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":[""],"Improvements":["Vylepšenia"],"Dismiss this item.":["Skryť túto položku."],"Good job! We could detect no serious SEO problems.":["Skvelé! Nenašli sme žiadne vážne problémy so SEO."],"We have detected the following issues that affect the SEO of your site.":["Zistili sme, že tieto problémy majú vplyv na výsledné SEO vašej stránky."],"Problems":["Problémy"],"Analysis":["Analýza"],"Not available":["Nie je k dispozícii"],"Filter by SEO Score":["Filtrovať podľa SEO skóre"],"Meta description not set.":["Meta popis nie je nastavený."],"Video tutorial":["Video návod"],"Email support is a %s feature":["E-mailová podpora je %s funkcia"],"Knowledge base":["Databáza znalostí"],"Open":["Otvoriť"],"Loading...":["Načítava sa..."],"Something went wrong. Please try again later.":["Niečo sa pokazilo. Prosím skúste to neskôr."],"No results found.":["Neboli nájdené žiadne výsledky."],"Dashboard":["Nástenka"],"You can fix this on the %1$sPermalink settings page%2$s.":[""],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":[""],"Replaced with the primary category of the post/page":[""],"Pinterest confirmation":["Pinterest konfigurácia"],"If you have already confirmed your website with Pinterest, you can skip the step below.":[""],"Format-based archives":[""],"Webmaster Tools verification":["Verifikácia Webmaster Tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":[""],"Want to be a %s Expert?":["Chcete byť %s expertom?"],"Buy %s":["Kúpiť %s"],"Show information about errors in category %s":["Zobraziť informácie o chybách v kategórii %s"],"New %1$s Title":["Nový %1$s nadpis"],"Existing %1$s Title":["Existujúci %1$s nadpis"],"Expected an integer as input.":["Očakáva sa celočíselná hodnota na vstupe."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":[""],"Remove":["Odobrať"],"Keep":["Zachovať"],"Bold the last page":["Zvýrazni poslednú stranu"],"Regular":["Normálne"],"Bold":["Tučné"],"Show Blog page":[""],"Primary %s":[""],"Primary":["Primárne"],"Make %1$s primary %2$s":[""],"Term is set to noindex.":[""],"Author archives":["Archívy autora"],"Show":["Ukáž"],"Enabled":["Zapnuté"],"Disabled":["Zablokované"],"%1$s has not fetched your site's indexability status yet from %2$s":[""],"The separator defined in your theme's %s tag.":["Separátor definovaný vo vašej téme je tag %s."],"No index":["Bez indexu"],"Analyze entire site":["Analyzovať celý web"],"Fetch the current status":["Načítať aktuálny stav"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":[""],"Your homepage can be indexed by search engines.":["Vaša domovská stránka môže byť indexovaná pomocou vyhľadávačov."],"Indexability check by %1$s":[""],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Ak chcete použiť obrázok pre zdieľanie na %1$s, môžete nahrať / vybrať obrázok alebo pridať URL obrázku tu."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Ak nechcete použiť meta popis pre zdieľanie príspevku na %1$s, ale chcete namiesto neho iný popis, napíšte ho sem."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Ak nechcete použiť nadpis pre zdieľanie príspevku na %1$s, ale chcete namiesto neho iný, napíšte ho sem."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sVaša domovská stránka nemôže byť indexovaná vyhľadávačmi%2$s. Toto je veľmi zlé pre SEO a malo by sa to opraviť."],"Once Weekly":["Jedenkrát týždenne"],"SEO score":["SEO skóre"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["%1$s z %2$s hotovo."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":[""],"Team Yoast":["Tím Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Prvé SEO riešenie pre WordPress obsahujúce analýzu obsahu stránky, XML mapy stránok a veľa iného."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktivácia sa nepodarila:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Rozšírenie filtra nie je dostupné. Požiadajte web host pre odblokovanie."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Inštalácia pluginu %1$s nie je kompletná. Prosím pozrite si %2$sinštrukcie k inštalácií%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Rozšírenie štandardnej knižnice PHP (SPL) nie je dostupné. Zistite v hostingu ako ho aktivovať."],"SEO Settings":["Nastavenia SEO"],"Mobile-Friendly Test":["Test použiteľnosti pre mobily"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS validátor"],"HTML Validator":["HTML validátor"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins validátor"],"Facebook Debugger":["Ladenie chýb Facebook"],"Check Headers":["Skontrolovať hlavičky"],"Check Google Cache":["Skontrolovať Google Cache"],"Analyze this page":["Analyzovať túto stránku"],"Keyword Research":["Prieskum kľúčových slov"],"%s does not seem to be a valid url. Please correct.":["%s nie je platná URL adresa. Opravte ju prosím."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s nevyzerá ako platný overovací reťazec pre %2$s. Opravte ho prosím."],"%s Archive":["Archív %s"],"You searched for %s":["Hľadali ste %s"],"%s does not seem to be a valid Twitter Username. Please correct.":["%s nie je platné Twitter používateľské meno. Opravte ho."],"Summary with large image":["Zhrnutie s veľkým obrázkom"],"Summary":["Sumár"],"The post %1$s appeared first on %2$s.":["Článok %1$s je zobrazený ako prvý na %2$s."],"No numeric value was received.":["Nebola prijatá číselná hodnota."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Musí byť existujúci blog. Blog %s neexistuje, alebo bol označený ako zmazaný."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Základné nastavenie blogu, musí obsahovať ID blogu, kotrý chcete použiť ako predvolený."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s nie je platná voľba pre tých, ktorí majú prístup k %2$s nastaveniam. Hodnota bola obnovená na predvolenú."],"Please select a valid post type for taxonomy \"%s\"":["Prosím, vyberte platný typ článku pre taxonómiu \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Prosím, vyberte platnú taxonómiu pre typ článku \"%s\""],"You searched for":["Hľadali ste"],"Home":["Domovská stránka"],"Archives for":["Archívy"],"Error 404: Page not found":["Chyba 404: Stránka nebola nájdená"],"Good":["Dobré"],"Replaced with a custom taxonomies description":["Nahradené vlastným popisom taxonómie"],"Replaced with a posts custom taxonomies, comma separated.":["Nahradené vlastnou taxonómiou príspevku, hodnoty oddelené čiarkou."],"Replaced with a posts custom field value":["Nahradené hodnotou vlastného pola prípevku"],"Replaced with the slug which caused the 404":["Nahradené slugom. ktorý spôsobil chybu 404"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Titulok prílohy"],"Replaced with the current page number":["Nahradené aktuálným číslom stránky"],"Replaced with the current page total":["Nahradené aktuálnym súčtom"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Nahradené aktuálnym číslom stránky s kontextom (napr. stránka 2 z 4)"],"Replaced with the post/page author's 'Biographical Info'":["Nahradené informáciou o autorovi článku/stránky"],"Replaced with the post/page author's 'nicename'":["Nahradené používateľským menom autora príspevku/článku"],"Replaced with the post/page ID":["Nahradené ID číslom príspevku/stránku"],"Replaced with the post/page modified time":["Nahradené upraveným časom príspevku/stránky"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["Nahradené súčasnou frázou vyhľadávania"],"Replaced with the term name":["Nahradené názvom výrazu"],"Replaced with the term description":["Nahradené popisom výrazu"],"Replaced with the tag description":["Nahradené popisom značky"],"Replaced with the category description":["Nahradené popisom kategórie"],"Replaced with the post categories (comma separated)":["Nahradené kategóriami príspevku (oddelenými čiarkami)"],"Replaced with the current tag/tags":["Nahradené aktuálnou značkou/značkami"],"Replaced with the post/page excerpt (without auto-generation)":["Nahradené zhrnutím príspevku/stránky (nebude automaticky vygenerované)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Nahradené zhrnutím príspevku/stránky (bude automaticky vygenerované ak neexistuje)"],"The site's name":["Názov stránky"],"Replaced with the title of the parent page of the current page":["Nahradené nadpisom aktuálneho príspevku/stránky"],"Replaced with the title of the post/page":["Nahradené nadpisom príspevku/stránky"],"Replaced with the date of the post/page":["Nahradiť dátumom príspevku/stránky"],"Page %1$d of %2$d":["Stránka %1$d z %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Nemôžete prepísať štandard WPSEO pomocou registrácie premennej s rovnakým menom. Použite filter \"wpseo_replacements\" a upravte hodnoty."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Už bola zaregistrovaná náhradná premenná s rovnakým názvom. Skúste vytvoriť jedinečný názov premennej."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Náhrada premennej nemôže začínať s \"%%cf_\" alebo \"%%ct_\". Tieto sú rezervované pre premenné WPSEO vlastné polia a taxonómie.. Použite unikátne meno."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Náhrada premenných môže obsahovať iba čísla, písmená, podtržníky alebo pomlčky. Skúste premenovať premennú."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Stránka nebola nájdená"],"%s Archives":["Archívy %s"],"Search for \"%s\"":["Hľadať \"%s\""],"Meta description to use for Author page":["Meta popis pre stránku autora"],"Title to use for Author page":["Nadpis pre stránku autora"],"%1$s settings":["%1$s nastavenia"],"Export your %1$s settings":["Exportujte vaše %1$s nastavenia"],"Import settings":["Importovať nastavenia"],"Import from other SEO plugins":["Importovať z iných SEO modulov"],"Import":["Import"],"If you had a %s file and it was editable, you could edit it from here.":["Ak máte súbor %s a je zapisovateľný, môžete ho upraviť tu. "],"If your %s were writable, you could edit it from here.":[""],"You don't have a %s file, create one here:":["Ak nemáte súbor %s, tu jeden vytvoríte:"],"A link to your site, with your site's name and description as anchor text.":["Odkaz na vašu stránku, ako text odkazu sa použije názov a popis stránky."],"A link to your site, with your site's name as anchor text.":["Odkaz na vašu stránku, ako text odkazu sa použije názov vašej stránky."],"A link to the post, with the title as anchor text.":["Odkaz na príspevok, ako text odkazu sa použije nadpis príspevku."],"A link to the archive for the post author, with the authors name as anchor text.":["Odkaz na archív autora, ako text odkazu sa použije autorove meno."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Môžete použiť nasledovné premenné v obsahu, budú nahradené hodnotou vpravo."],"Content to put after each post in the feed":["Obsah vložený vo feede za každým príspevkom."],"Content to put before each post in the feed":["Obsah ktorý sa vkladá pred každý obsah správy"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Táto vlastnosť je používaná na automatické pridávanie obsahu do RSS, špecifickejšie, pridáva odkazy na váš blog a vaše príspevky, pomáha to vyhľadávačom označiť vás ako autora obsahu."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Používanie tejto mininavigácie je vysvetlené v %1$snašej databáze znalostí v článku o mininavigácii%2$s."],"How to insert breadcrumbs in your theme":["Ako vložiť mininavigáciu do vašej témy"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":[""],"Taxonomy to show in breadcrumbs for content types":[""],"Breadcrumb for 404 Page":["Mininavigácia pre stránku 404"],"Prefix for Search Page breadcrumbs":["Prefix stránky hľadania v mininavigácii"],"Prefix for Archive breadcrumbs":["Prefix archívu mininavigácie"],"Prefix for the breadcrumb path":["Prefix cesty k mininavigácii"],"Anchor text for the Homepage":["Text odkazu pre domovskú stránku"],"Separator between breadcrumbs":["Oddeľovač v mininavigácii"],"Enable Breadcrumbs":["Povoliť mininavigáciu"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":[""],"Credits":["Titulky"],"« Back to Tools page":["« Späť na Nástroje"],"%1$s comes with some very powerful built-in tools:":["%1$s prichádza s veľmi silnými zabudovanými nástrojmi:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Tento nástroj vám povolí rýchlo zmeniť dôležité súbory vášho SEO ako napríklad robots.txt, a ak používate, tak tiež .htaccess súbor."],"File editor":["Editor súborov"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importovať nastavenia z iných SEO modulov a exportovať vaše nastavenia pre použitie na (ďalšom) blogu."],"Import and Export":["Import a Export"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Tento nástroj vám umožní rýchlo zmeniť nadpisy a podpisy vašich príspevkov a stránok bez toho, aby ste použili editor na každej stránke."],"Bulk editor":["Hromadný editor"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Pre %1$soverenie vašej webovej stránky s Pinterest%2$s, pridajte meta tag sem:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest používa Open Graph metadáta ako Facebook, uistite sa preto, že Open Graph voľba na karte Facebook je zaškrtnutá. Platí ak chcete optimalizovať stránku pre Pinterest."],"The default card type to use":["Predvolený typ karty"],"Add Twitter card meta data":["Pridať meta dáta Twitter karty"],"This image is used if the post/page being shared does not contain any images.":["Tento obrázok je použitý ak príspevok/stránka neobsahuje žiadne obrázky."],"Default settings":["Základné nastavenia"],"Copy home meta description":["Skopírovať meta popis úvodnej stránky"],"Description":["Popis"],"Image URL":["URL adresa obrázka"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Nadpis, popis a obrázok použitý v Open Graph značkách na vašej úvodnej stránke."],"Frontpage settings":["Nastavenia úvodnej stránky"],"Add Open Graph meta data":["Pridať meta dáta Open Graph"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter používateľske meno"],"Facebook Page URL":["URL adresa Facebook stránky"],"Accounts":["Účty"],"Restore site to defaults":["Obnoviť stránku na základnú"],"Site ID":["ID stránky"],"Using this form you can reset a site to the default SEO settings.":["Pomocou tohto formulára môžete obnoviť nastavenia SEO na základné."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Citlivé dáta (FB administrátori a pod), témou špecifické (prepisovanie nadpisov) a niektoré iné nastavenia webovej stránky nebudú importované do nové webové stránky."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Zadajte%1$sID stránky%2$s, ktorej nastavenie chcete použiť ako predvolené na všetky webové stránky pridané do vašej siete. Pole môžete nechať prázdne (budú použité základné nastavenia pluginu)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Zvolte predvolené nastavenia. Standardne budú použité nastavenia tej stránky, ktorú zvolíte."],"New sites in the network inherit their SEO settings from this site":["Nové stránky v sieti zdedia SEO nastavenia tejto stránky"],"Super Admins only":["Iba Super administrátori"],"Site Admins (default)":["Administrátori(základné)"],"Who should have access to the %1$s settings":["Kto bude mať prístup k %1$s nastaveniam"],"spam":["spam"],"mature":["dospelý"],"archived":["archivovaný"],"public":["verejný"],"%s restored to default SEO settings.":["%s obnovil SEO nastavenia na základné."],"Settings Updated.":["Nastavenia aktualizované."],"404 pages":["404 stránky"],"Search pages":["Stránky vyhľadávania"],"These pages will be %s by default, so they will never show up in search results.":["Tieto stránky budú nastavené na %s, takže sa nikdy nezobrazia vo výsledkoch vyhľadávania vo vyhľadávačoch."],"Special Pages":["Špeciálne stránky"],"Date-based archives could in some cases also be seen as duplicate content.":["Archívy článkov podľa dátumov môžu tiež v niektorých prípadoch vytvárať duplicitný obsah."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Ak je toto váš prípad, môžete sa rozhodnúť ho vypnúť (presmerovať archív na homepage) alebo pridať %s, aby sa nezobrazoval vo výsledkoch vyhľadávania."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["V prípade, že máte na svojom blogu iba 1 autora, archív článkov tohto autora bude rovnaký ako homepage. Toto sa nazýva %1$sproblém duplicitného obsahu%2$s."],"Date archives":["Archív dátumov"],"author archives":["archívy autora"],"Title":["Nadpis"],"%1$s Meta Box":["%1$s Meta Box"],"Hide":["Schovať"],"Date in Snippet Preview":["Dátum v náhľade snippetu"],"Take note:":["Spraviť poznámku:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Môžete nastaviť nadpis a popis stránky článkov pomocou %1$súpravy samotnej stránky článkov%2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Môžete nastaviť nadpis a popis domovskej stránky pomocou %1$súpravy samotnej domovskej stránky%2$s."],"Homepage & Front page":["Uvodná a predná stránka"],"Title Separator":["Oddeľovač nadpisov"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s automaticky zistilo potrebu prepísať nadpisy vašich stránok. Ak si myslíte, že je to zle, a viete čo robíte, môžete zmeniť toto nastavenie tu."],"Force rewrite titles":["Vynútiť prepísanie nadpisov"],"Taxonomies":["Taxonómie"],"Homepage":["Úvodná stránka"],"%1$s Extensions":["%1$s rozšírenia"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Bezproblémovo integrujte WooCommerce s %1$s a získate extra funkcionality!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Získajte bez námahy lepšie hodnotenie na Google Maps!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Používate Google News? Zvýšte návštevnosť pomocou optimalizácie!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimalizujte video pre zobrazenie vo vyhľadávaní! Získate viac kliknutí."],"The premium version of %1$s with more features & support.":["Prémiová verzia %1$s s rozšírenými funkcionalitami a podporou."],"Person":["Osoba"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Tieto dáta sú zobrazené ako metadáta na vašej stránke. Ich účelom je zobrazovanie %1$sv Google Knowledge Graph%2$s. Môžete byť spoločnosť alebo osoba."],"Website name":["Názov stránky"],"Webmaster Tools":["Webmaster tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Nemáte zadané meno príspevku (postname) vo vašej URL adrese. Veľmi odporúčame jeho použitie. Zvážte zmenu štruktúry trvalých odkazov na /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Mininavigácia"],"or":["alebo"],"Save Profile":["Uložiť profil"],"There were no profiles found":["Žiadne profily neboli nájdené"],"Profile":["Profil"],"Current profile":["Aktuálny profil"],"Authenticate":["Autentifikovať"],"Get Google Authorization Code":["Získať Google autorizačný kód"],"Reload crawl issues":["Chyba znovunačítania indexovania"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":[""],"Creating redirects is a %s feature":[""],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":[""],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Chyby, ktoré sa objavili, keď Vaše stránky navštívil Googlebot-Mobile (nezobrazuje chyby pre desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Chyby, ktoré sa objavili, keď Vaše stránky navštívil Googlebot."],"Issue categories":["Kategórie chýb"],"Incorrect Google Authorization Code.":["Nesprávny Google Authorization Code."],"The issues have been successfully reloaded!":[""],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":[""],"Crawl errors per page":["Chyby indexácie na stránku"],"Search":["Vyhľadať"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Neprehliadnite chyby indexácie: %1$sprepojte s Google Search Console%2$s."],"Create redirect":["Vytvoriť presmerovanie"],"Mark as fixed":["Označiť ako vyriešené"],"Response code":["Kód odpovede"],"First detected":["Prvý-krát zistené"],"Last crawled":["Posledná indexácia"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s zistil že používate verziu %2$s ktorá nie je kompatibilná s %1$s. Prosím aktualizujte %2$s na najnovšiu verziu aby ste mohli využiť všetky vlastnosti."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Pluginy Yoast zdieľajú medzi sebou časť kódu aby urýchlili vaše webové stránky. Kvôli tomu potrebujeme aby všetky pluginy Yoast boli aktualizované. Zistili sme, že to tak nie je, preto prosím aktualizujte Yoast pluginy, ktoré ešte nie sú aktuálne."],"Feature phone":["Funkcie telefónu"],"Smartphone":["Smartfón"],"Desktop":["Počítač"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Cieľová adresa URL neexistuje, ale Váš server nevrátil chybu 404 (súbor nebol nájdený)."],"Soft 404":[""],"Request timed out or site is blocking Google.":["Vypršal časový limit žiadosti alebo webstránku blokuje Google."],"Server Error":["Chyba servera"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":[""],"Blocked":["Blokovaný"],"Google was unable to crawl this URL due to an undetermined issue.":["Google nebol schopný indexovať túto URL adresu z neznámych dôvodov."],"URL points to a non-existent page.":["URL odkazuje na neexistujúcu stránku."],"Not found":["Nenájdené"],"Not followed":["Nesledované (no follow)"],"Faulty redirects":["Chybné presmerovanie"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Server vyžaduje autentifikáciu, alebo blokuje prístup Googlebot na webovú stránku."],"Access denied":["Prístup zamietnutý"],"Deactivate %s":["Deaktivovať %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":[""],"Upload Image":["Nahrať obrázok"],"Remove these ads?":["Odstrániť tieto reklamy?"],"%s Posts Overview":["%s prehľady článkov"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Nadpis mininavigácie sa zobrazuje v mininávigácii - na mieste použitia tejto taxonómie."],"Breadcrumbs title":["Nadpis mininavigácie"],"The canonical link is shown on the archive page for this term.":["Kánonický odkaz je zobrazený v archíve stránky pre tento výraz."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Iné"],"Archives":["Archívy"],"Email":["Email"],"Previous":["Predchádzajúca"],"Next":["Pokračovať"],"Close":["Zatvoriť"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s aj %2$s vytvoria XML mapu stránok. Ak sa vytvoria dve XML mapy stránok, môže to mať za následok spomalenie webstránky, tiež to nie je užitočné pre vyhľadávače."],"Configure %1$s's Open Graph settings":["Konfigurovať OpenGraph nastavenia pre %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Oboje %1$s a %2$s vytvoria výstup pre OpenGraph, čo môže mať za následok, že Facebook, Twitter, LInkedIn a ďalšie sociálne siete použijú nesprávne texty a obrázky pri zdieľaní stránok."],"%s Image":["%s Obrázok"],"%s Description":["%s Popis"],"%s Title":["%s Nadpis"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Odporúčaná veľkosť obrázku pre %1$s je %2$s pixelov."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Ak si prajete prepísať obrázok použitý na %s pre tento príspevok, nahrajte / zvoľte obrázok tu."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Ak si neprajete používať meta popis pre zdieľaný príspevok %s, ale chete použiť iný popis, vložte ho sem."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Ak si neprajete používať nadpis príspevku pri zdieľaní príspevku %s ale namiesto toho chcete použiť iný nadpis, vpíšte ho sem."],"very difficult":["veľmi tažké"],"Try to make shorter sentences, using less difficult words to improve readability":["Skúste tvoriť kratšie vety a používať jednoduchšie slová, aby ste zlepšili čitateľnosť"],"difficult":["tažké"],"Try to make shorter sentences to improve readability":["Skúste tvoriť kratšie vety pre zjednodušenie čítania"],"fairly difficult":["trochu tažké"],"OK":["OK"],"fairly easy":["normálne"],"easy":["ľahké"],"very easy":["veľmi ľahké"],"Meta Desc.":["Meta popis"],"All SEO Scores":["All SEO Skóre"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO problém: Hlavný obrázok by mal mať veľkosť minimálne 200x200 pixelov, aby mohol byť použitý pre Facebook a iné sociálne siete."],"(no parent)":["(bez nadradenej)"],"Post is set to noindex.":["Vypnuté indexovanie príspevku"],"The URL that this page should redirect to.":["URL adresa na ktorú vás táto stránka presmeruje."],"301 Redirect":["301 presmerovanie"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Jednoznačná URL adresa, na ktorú by táto stránka mala odkazovať, nechajte prázdne pre základné použitie trvalého odkazu. %1$sCross domain canonical%2$s je taktiež podporovaná.."],"Canonical URL":["Jednoznačná URL adresa"],"Title to use for this page in breadcrumb paths":["Nadpis používaný na tejto stránke v adrese mininavigácii"],"Breadcrumbs Title":["Nadpis mininavigácie"],"No Snippet":["Žiadny úryvok"],"No Archive":["Žiadny archív"],"No Image Index":["Obsah bez obrázka"],"None":["žiadny"],"Site-wide default: %s":["Štandardne pre celú stránku: %s"],"Advanced meta robots settings for this page.":["Pokročilé nastavenia meta robotov pre túto stránku."],"Meta robots advanced":["Pokročilé nastavenia meta robotov"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Varovanie: Aj keď tu nastavíte meta roboty, vaša stránka má nastavené zrušenie indexovania(v nastaveniach stránky), nebudú vás roboty vidieť."],"Meta description":["Meta popis"],"SEO Title":["Nadpis SEO"],"Focus keyword":["Hlavné kľúčové slovo"],"Snippet preview":["Náhľad snippetu"],"Settings successfully imported.":["Nastavenia úspešne importované."],"Settings could not be imported:":["Nastavenia nemohli byť importované:"],"Breadcrumb for 404 pages:":[""],"Prefix for search result pages:":["Prefix pre stránky výsledkov hľadania:"],"Prefix for archive pages:":["Prefix pre stránky archívu:"],"Prefix for breadcrumbs:":["Predpona Omrvinkovej navigácie:"],"Anchor text for the homepage:":["Anchor text pre domovskú stránku:"],"Breadcrumbs separator:":["Oddelovač Omrvinkovej navigácie:"],"%s Breadcrumbs":[""],"Use Image":["Použiť obrázok"],"Action":["Akcia"],"Page URL/Slug":["URL adresa/slug stránky"],"Publication date":["Dátum publikovania"],"Post Status":["Stav článku"],"WP Page Title":["Nadpis WP stránky"],"View":["Zobraziť"],"View “%s”":["Zobraziť “%s”"],"Preview":["Náhľad"],"Preview “%s”":["Náhľad “%s”"],"Edit":["Edituj"],"Filter":["Filter"],"New Yoast Meta Description":["Nový Yoast meta popis"],"Existing Yoast Meta Description":["Existujúci Yoast meta popis"],"Facebook profile URL":["URL adresa profilu na Facebooku"],"Twitter username (without @)":["Používateľské meno na Twitteri (bez @)"],"FAQ":["Časté otázky"],"Premium Support":["Platená podpora"],"Settings":["Nastavenia"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Musíte %1$sísť do nastavení Čítanie%2$s a odznačiť políčko Viditeľnosť pre vyhľadávače."],"Huge SEO Issue: You're blocking access to robots.":["Veľká chyba SEO: Blokujete prístup robotom."],"Posts":["Príspevky"],"Edit Files":["Upraviť súbory"],"Advanced Variables":["Pokročilé premenné"],"Basic Variables":["Základné premenné"],"General":["Všeobecné"],"Extensions":["Rozšírenia"],"Search Console":["Search Console"],"Tools":["Nástroje"],"Advanced":["Pokročilé"],"XML sitemaps":["XML Mapy stránok"],"Social":["Sociálne siete"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s detekuje, že používate verziu %2$s z %3$s, prosím, aktualizujte na najnovšiu verziu, aby sa zabránilo problémom s kompatibilitou."],"Just another WordPress site":["Len ďalšia WordPress stránka"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Stále máte predvolený slogan WordPress, dokonca aj prázdny je pravdepodobne lepší. %1$sMôžete to opraviť v nástroji na prispôsobenie%2$s."],"You have used HTML in your value which is not allowed.":["Použili ste HTML vo vašej hodnote, použitie HTML nie je povolené."],"You can't edit %s that aren't yours.":["Nemôžete upravovať %s. Nemáte dostatočné práva."],"You can't edit %s.":["Nemôžete upravovať %s."],"Post has an invalid Content Type: %s.":["Článok má neplatný typ obsahu: %s."],"Post doesn't exist.":["Článok neexistuje"],"course\u0004Free:":["Zdarma:"],"posts\u0004Trash (%s)":["Kôš (%s)","Kôš (%s)","Kôš (%s)"],"posts\u0004All (%s)":["Všetok (%s)","Všetky (%s)","Všetkých (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/sr_RS.json b/Resources/Private/Languages/sr_RS.json index 37ff0fb..6e404de 100644 --- a/Resources/Private/Languages/sr_RS.json +++ b/Resources/Private/Languages/sr_RS.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);","lang":"sr_RS"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":["Да би могли да креирате редирекцију и исправите грешку, потребан вам је %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Можете купити додатак, укључујући и једногодишњу подршку и ажурирања, на %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Да би ова особина функционисала %1$s захтева најмање ПХП верзију %2$s. Ваша ПХП верзија је на овом веб месту је %3$s."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Да би ова особина функционисала, %1$s мора да креира ново поље у бази података. Нисмо успели да га креирамо аутоматски."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"Free":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Страна %s"],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":["Унапредите дељење на Facebook-у и Pinterest-у"],"You do not have the required rights to export settings.":["Немате привилегије да извезете подешавања."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Копирајте сва подешавања на уметку %1$s другог веб места и кликните на \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["Ово су подешавања за %1$s додатак од %2$s"],"No settings found.":["Подешавања нису пронађена."],"Export your %1$s settings here, to copy them on another site.":["Извезите ваша подешавања %1$s овде, затим копирајте на други сајт."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["УПОЗОРЕЊЕ:"],"Learn about why permalinks are important for SEO.":["Сазнајте зашто су за SEO важне сталне везе."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Обриши слику"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sРасподела кључних израза%2$s: Добро одрађено."],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sРасподела кључних израза%3$s: Неједнака. Неки делови вашег текста не садрже кључне изразе или синониме. %2$sРасподелите их равномерније%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sРасподела кључних израза%3$s: Веома неједнака. Велики делови вашег текста не садрже кључне изразе или синониме. %2$sРасподелите их равномерније%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sРасподела кључних израза%3$s: %2$sУбаците ваше кључне изразе или синониме у текст како би могли да проверимо расподелу истих%3$s."],"Help on choosing the perfect focus keyphrase":["Помоћ за избор савршеног кључног израза"],"Would you like to add a related keyphrase?":["Да ли желите да додате сродни кључни израз?"],"Go %s!":["Покрени %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":["Боље се позиционирајте са синонимима и сродним кључним изразима"],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":["Синоними и сродни кључни изрази"],"Add related keyphrase":["Додајте кључни израз"],"Dismiss %s upgrade notice":["Одбаците обавештење о надоградњи %s"],"Upgrade to %s":["Надоградите на %s"],"%1$s video":["%1$s видео"],"Get %s":["Узмите %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["Добро урађено."],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Фокусни израз (фраза)"],"%1$s with ID %2$s couldn't be patched":["%1$s са ID-ом %2$s не може бити поправљен"],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":["Параметар `%1$s` не може бити празан."],"Check Keyphrase Density":["Проверите заступљеност кључних израза"],"Disable":["Онемогући"],"Allow Control":["Дозволи контролу"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Кључни израз:"],"Remove keyphrase":["Уклони кључни израз"],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":["Фокусни кључни израз није постављен."],"Multiple keyphrases":["Вишеструки кључни изрази"],"Colon":["Двотачка"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["Ово је ново обавештење.","Ово су нова обавештења.","Ово су нова обавештења."],"Learn more about the readability analysis":["Сазнајте више о анализи читљивости"],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":["%s, %s и %s"],"%s and %s":["%s и %s"],"%d minute":["%d минут","%d минута","%d минута"],"%d hour":["%d сат","%d сата","%d сати"],"%d day":["%d дан","%d дана","%d дана"],"Enter a step title":["Унесите назив корака"],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":["минути"],"hours":["сати"],"days":["дани"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":["Грешка у копирању"],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":["Потребно време:"],"Move question down":["Помери питање на доле"],"Move question up":["Померите питање на горе"],"Insert question":["Уметни питање"],"Delete question":["Избриши питање"],"Enter the answer to the question":["Унесите одговор на питање"],"Enter a question":["Унесите питање"],"Add question":["Додајте питање"],"Frequently Asked Questions":["Често постављана питања"],"Great news: you can, with %s!":["Одличне вести: можете, са %s!"],"Select the primary %s":["Изаберите примарни %s"],"Check links to this URL":["Проверите везе на овом URL-у"],"Keyword research training":["Обука за истраживање кључних речи"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s.","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":["Обележи као кључни садржај"],"Move step down":["Помери корак на доле"],"Move step up":["Помери корак на горе"],"Insert step":["Уметни корак"],"Delete step":["Ибришите корак"],"Add image":["Додај слику"],"Enter a step description":["Унесите опис корака"],"Enter a description":["Унесите опис"],"Unordered list":["Неуређена листа"],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":["Додајте корак"],"Delete total time":["Избриши укупно време"],"Add total time":["Додај укупно време"],"How to":["Како да"],"How-to":["Како да"],"Snippet Preview":["Преглед исечка"],"Analysis results":["Резултати анализе"],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":["Сазнајте више о кључном садржају"],"Cornerstone content should be the most important and extensive articles on your site.":["Кључни садржај би требало да представљају најважнији и најобимнији чланци на вашем веб месту."],"Restore Site":["Обновите веб место"],"Network Settings":["Подешавање мреже"],"You are not allowed to perform this action.":["Није вам дозвољено да урадите ово."],"Error: %s":["Грешка: %s"],"Success: %s":["Успех: %s"],"Site with ID %d not found.":["Веб место са ID %d није пронађено"],"No site has been selected to restore.":["Ниједно веб место није означено за обнову."],"You are not allowed to modify unregistered network settings.":["Није вам дозвољено да прилагођавате нерегистрована подешавања мреже."],"deleted":["обрисано"],"Would you like to add another keyphrase?":["Да ли би сте волели да унесете додатну кључну реч?"],"image preview":["преглед слике"],"Copied!":["Копирано."],"Not supported!":["Није подржано"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":[""],"Copy link":["Копирајте везу"],"Copy link to suggested article: %s":["Копирај везу на препорученом чланку: %s"],"The site's tagline":["Ознака веб места"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Недавно смо побољшали функционалности за подешавање изгледа претраге. На жалост, открили смо да чување одређених архива чланака, у неким случајевима, може да заврши лоше. "],"Not all required fields are given. Missing field %1$s":["Нису попуњена сва потребна поља. Поље које недостаје је %1$s"],"Optimize your site for Google News.":["Оптимизујте ваше веб место за Google News."],"Optimize your shop's SEO and sell more products!":["Оптимизујте SEO ваше продавнице и продајте више производа"],"Be found in Google Video search and enhance your video sharing on social media.":[""],"Be found in Google Maps and local results.":["Будите у Google Maps и локалним резлутатима."],"Learn practical SEO skills to rank higher in Google.":[""],"Don’t waste time figuring out the best settings yourself.":[""],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":["Додај синониме"],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":[""],"Current year":["Текућа година"],"Page":["Страница"],"Breadcrumb settings for %s archive":["Подешавања мрвица(breadcrumb) за %s архиву"],"Tagline":["Мото"],"Modify your meta description by editing it right here":[""],"description (custom taxonomy)":["опис (прилагођена таксономија) "],"(custom taxonomy)":["(прилагођена таксономија)"],"(custom field)":["(прилагођено поље)"],"Term404":["Појам 404"],"Caption":["Наслов"],"Pagenumber":["Број стране"],"Pagetotal":["Укупно страна"],"Page number":["Страна број"],"User description":["Опис по жељи корисника"],"ID":["ID"],"Modified":["Измењено"],"Post type (plural)":["Врста чланка (множима)"],"Post type (singular)":["Врата чланка (једнина)"],"Separator":["Знак за одвајање"],"Search phrase":["Израз за претрагу"],"Term title":["Наслов појма"],"Term description":["Опис појма"],"Tag description":["Опис ознаке"],"Category description":["Опис категорије"],"Primary category":["Главна категорија"],"Category":["Категорија"],"Tag":["Ознака"],"Excerpt only":["Само одломак"],"Excerpt":["Одломак"],"Site title":["Наслов веб места"],"Archive title":["Наслов архиве"],"Parent title":["Наслов родитеља"],"Date":["Датум"],"Label":["Ознака"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":[""],"Search engines and other websites can still send traffic to your deleted post.":[""],"Make sure you don't miss out on traffic!":[""],"You just deleted a %1$s.":["Управо сте обрисали %1$s."],"You just trashed a %1$s.":["Управо сте послали у отпад %1$s."],"Settings for %s archive":["Подешавања за %s архиву"],"Settings for single %s URLs":["Подешавања за појединачне %s URL-ове"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Note that not all variables can be used in every field.":["Имајте на уму да се у свим пољима не могу користити све променљиве."],"Snippet variables":["Променљиве фрагмената"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s поштује вашу приватност. Погледајте нашу %2$sполитику приватности%3$s о томе како се бавимо вашим личним подацима."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Уколико знате шта ово значи и то не желите више да видите, ову поруку %1$sможете одбацити%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Тренутно подешавање вашег веб места дозвољава да на њему постоје URL прилози. Молимо вас прочитајте %1$sовај чланак о потенцијалним проблемима%2$s везаним за URL прилоге и проверите да ли сте добро поставили подешавања на вашем веб месту."],"Unknown type %1$s":["Непознат тип %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Укључује бесплатан MyYoast налог који вам даје приступ нашем бесплатном курсу \"SEO за почетнике\"."],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Пријавите се за наш билтен ако желите да будете у току о %1$s, осталим важним додацима за %2$s, као и интересантним новостима и саветима из света SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Узмите ваш Baidu код за верификацију у %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu код за потврду"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["%s функционалност за увоз података користи привремене табеле база података. Чини се да ваша WordPress инсталација нема могућност да то уради, молимо вас да се обратите свом добављачу хостинг услуга."],"Cleanup of %s data failed.":["Чишћење %s података није успело."],"Content Type":["Тип садржаја"],"Filter by content type":["Филтрирање по типу садржаја"],"Show All Content Types":["Прикажи све типове садржаја"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Да би ово решили, одјавите поље испред \"Подели коментаре на странице ...\" на страници %1$sПодешавање коментара%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Замењен нормалним насловом за архиву коју генерише WordPress"],"Clean":["Очисти"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Када будете сигурни да је ваша страница у реду, можете да очистите. Ово ће уклонити све оригиналне податке."],"Step 5: Clean up":["5. корак: Очистите"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Треба да покренете чаробњак за подешавања са странице SEO → Главна → Командна табла, да бисте били сигурни да су сва подешавања за ваше веб место тачна."],"Step 4: Run the configuration wizard":["4. корак: Покрените чаробњак за поставке"],"Please check your posts and pages and see if the metadata was successfully imported.":["Проверите своје чланке и странице и погледајте да ли су метаподаци успешно увезени."],"Step 3: Check your data":["3. корак: Проверите ваше податке"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["2. корак: Увезите"],"Please make a backup of your database before starting this process.":["Молимо направите резервну копију ваше базе података пре но што започнете процес."],"Step 1: Create a backup":["1. корак: Направите резервну копију"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Открили смо податке једног или више SEO додатака на вашем веб месту. Молимо пратите наредне кораке како би сте увезли ове податке:"],"Plugin: ":["Додатак:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Чланци који не би требало да се појаве у резултатима претраге"],"%s data found.":["%s подаци пронађени."],"%s data successfully removed.":["%s подаци успешно уклоњени."],"%s data successfully imported.":["%s подаци успешно увезени."],"%s data not found.":["%s подаци нису пронађени."],"Improve your SEO skills":["Побољшајте своје SEO вештине"],"24/7 email support":["24/7 подршка преко е-поште"],"No more dead links a.k.a. 404 pages":["Нема мртвих линкова, познатијих као 404 странице"],"Get real-time suggestions for internal links":["Узмите предлоге за унутрашње везе у реалном времену"],"Preview your page in Facebook and Twitter":["Погледајте изглед ваше странице на Facebook-у и Twitter-у"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Кликните на \"%3$s\" дугме како би сте користили мета опис који је већ постављен у подешавањима као %1$sПочетна страница за претраживање%2$s."],"Help on copying the home meta description":["Помоћ у копирању мета описа почетне странице"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Да бисте омогућили претраживачима да знају који су профили на друштвеним мрежама повезани са овим веб местом, у наставку унесите податке о вашим профилима на друштвеним мрежама."],"Learn more about your social profiles settings":["Сазнајте више о подешавању профила на друштвеним мрежама"],"Remove the categories prefix":["Уклоните префикс категорије"],"Help on the category prefix setting":["Помоћ у подешавању префикса категорије"],"Learn more about the available variables":["Сазнајте више о расположивим променљивама"],"Learn more about the RSS feed setting":["Сазнајте више о подешавању RSS довода"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Када у WordPress отпремате медије (на пример, слику или видео), то не само да чува медије, већ креира URL за прилоге. Ове странице за додавање су прилично празне: они садрже медијску ставку и можда наслов ако сте га унели. Због тога, ако никада не користите ове URL прилоге, боље је да их искључите и преусмерите их на сам медиј."],"Learn more about the Media and attachment URLs setting":["Сазнајте више о подешавању медија и URL-ова за прилоге"],"Learn more about the title separator setting":["Сазнајте више о подешавању знака за растављање наслова"],"Learn more about the knowledge graph setting":["Сазнајте више о подешавањима за графику знања"],"Learn more about the homepage setting":["Сазнајте више о подешавањима за почетну страницу"],"Learn more about the special pages setting":["Сазнајте више о подешавањима за специјалне странице"],"Help on the date archives search results setting":["Помоћ у подешавању резултата претраге архиве датума"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Ако се не приказују архиве за ауторе без чланака у резултатима претраге, значи да имају мета код %1$s за роботе, па ће бити изузете из XML мапа веб места. %2$sВише информација о поставкама резултата претраге%3$s."],"Help on the authors without posts archive search results setting":["Помоћ у подешавању резултата претраге по ауторима који немају чланке"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Ако се не приказују архиве по ауторима у резултатима претраге, значи да имају мета код %1$s за роботе, па ће бити изузете из XML мапа веб места. %2$sВише информација о поставкама резултата претраге%3$s."],"Help on the author archives search results setting":["Помоћ у подешавању резултата претраге по ауторским архивама"],"Archives settings help":["Помоћ за подешавање архива"],"Learn more about the archives setting":["Сазнајте више о подешавањима архива"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Узмите ваш Yandex верификациони код у %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex верификациони код"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Узмите ваш Google верификациони код у %1$sGoogle Search Console%2$s."],"Google verification code":["Google верификациони код"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Узмите ваш Bing верификациони код у %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing верификациони код"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Можете да користите наредна поља да бисте потврдили различите Webmaster Tools. Ова функција ће додати мета-ознаку за потврду на вашој почетној страници. Пратите везе до одабраних Webmaster Tools, потражите упутства за верификацију мета ознаке и преузмите код за верификацију. Ако је ваше веб место већ верификовано, можете заборавити на њих."],"Learn more about the Webmaster Tools verification":["Сазнајте више о верификацији за Webmaster Tools"],"On":["Укључено"],"Help on: %s":["Помоћ за: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s долази са пуно функционалности. У наставку можете да укључите/ искључите неке од њих. Кликом на упитник добијате више информација о функционалности."],"Off":["Искључено"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Напредни део %1$s поља омогућава кориснику да уклони чланке из резултата претраге или да промени канонску поставку. То су ствари које можда не желите да раде аутори. Због тога, подразумевано, само уредници и администратори то могу учинити. Постављање на \"%2$s\" омогућава свим корисницима да промене ова подешавања."],"Security: no advanced settings for authors":["Безбедност: нема напредних подешавања за ауторе"],"See who contributed to %1$s.":["Погледајте ко је допринео %1$s."],"Help on this search results setting":["Помоћ за подешавања ових резултата претраге"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Уколико се архива не приказује за %1$s у резултатима претраге, то технички значи да за роботе постоји мета код %2$s, па ће страница бити изузета из XML мапе веб места. %3$sВише информација о поставкама резултата претраге%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Уколико се %1$s не приказује у резултатима претраге, то технички значи да за роботе постоји мета код %2$s, па ће страница бити изузета из XML мапе веб места. %3$sВише информација о поставкама резултата претраге%4$s."],"Check SEO configuration":["Провери SEO подешавања"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Желите да будете сигурни да су %1$s подешавања још увек у реду? %2$sПоново отворите чаробњака за поставке %3$s да их потврдите."],"Default for %2$s, currently: %1$s":["Подразумевано за %2$s, тренутно: %1$s"],"Show %s in search results?":["Да ли да се прикаже %s у резултатима претраге?"],"this author's archives":["архиве овог аутора"],"Do not allow search engines to show %s in search results.":["Претраживачима није дозвољено да прикажу %s у резултатим претраге."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL-ови за категорије у WordPress-у обично садрже префикс %s. Ова функционалност уклања тај префикс, али само за категорије."],"Category URLs":["URL-ови категорија"],"the archive for %s":["архива за %s"],"Redirect attachment URLs to the attachment itself?":["Преусмерити URL-ове прилога на сам прилог?"],"We recommend you set this to Yes.":["Препоручујемо да ово поставите на \"Да\""],"Media & attachment URLs":["Медија и URL-ови за прилоге"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["То је оно што се приказује у резултатима претраге када људи пронађу вашу почетну страницу. Вероватно је то оно што ваши посетиоци виде када траже ваш бренд."],"date archives":["датумске архиве"],"archives for authors without posts":["архиве за ауторе без чланака"],"Read why XML Sitemaps are important for your site.":["Сазнајте због чега су XML мапе веб места важне за ваше веб место."],"Enable the XML sitemaps that %s generates.":["Укључите XML мапе веб места које генерише %s."],"See the XML sitemap.":["Погледајте XML мапу веб места."],"%2$s (current default for %1$s)":["%2$s (тренутно подразумевано за %1$s)"],"Media":["Медији"],"Content Types":["Врсте садржаја"],"Should search engines follow links on this %1$s?":["Да ли претраживачи треба да следе везу до %1$s?"],"Allow search engines to show this %s in search results?":["Да ли треба дозволити претраживачима да %s приказује у резултатима претраге?"],"Search Appearance":["Изглед претраге"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Молимо наведите које врсте садржаја желите да се појављују у претраживачима. Ако не знате разлике између ових, најбоље је изабрати почетна подешавања."],"Search engines should show \"%1$s\" in search results:":["Претраживачи би требали да покажу \"%1$s\" у резултатима претраге:"],"Search engine visibility":["Видљивост на претраживачима"],"Toggle %1$s's XML Sitemap":["Замени %1$s XML мапу веб места"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Захтеви за подршку које креирате овде, шаљу се директно у наш систем подршке, који је обезбеђен 256-битним SSL-ом, тако да је комуникација 100% безбедна."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Функционалност \"битан садржај\" вам омогућава да обележите и филтрирате садржај који је најбитнији на вашем веб месту."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Уколико имате проблем који не можете да пронађете у нашим видео упутствима или бази знања, можете послати поруку нашем тиму за подршку. Они су доступни 24/7."],"Good results":["Добри резултати"],"Get better search results in local search":["Побољшајте резултате претраге у локалној претрази"],"Allow customers to pick up their %s order locally":["Омогућите купциа да покупе своје %s наруџбине локално"],"SEO analysis":["SEO анализа"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO анализа нуди предлоге за побољшање SEO у вашем тексту."],"Learn how the SEO analysis can help you rank.":["Научите како вам SEO анализа може помоћи у рангирању."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Анализа читљивости нуди сугестије за побољшање структуре и стила вашег текста."],"Discover why readability is important for SEO.":["Откријте због чега је читљивост важна за SEO."],"Find out how cornerstone content can help you improve your site structure.":["Сазнајте како вам битан садржај може помоћи да унапредите структуру вашег веб места."],"The text link counter helps you improve your site structure.":["Бројач текстуалних линкова вам помаже да унапредите структуру вашег веб места."],"Find out how the text link counter can enhance your SEO.":["Сазнајте како бројач текстуалних веза може да побољша ваш SEO."],"%s integration":["%s интеграција"],"Read more about how %s works.":["Прочитајте више о томе како %s ради."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Укључите ову функционалност уколико желите да Facebook и остале друштвене мреже приказују преглед са сликом и одломком текста када неко подели везу на ваше веб место."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Укључите ову функционалност уколико желите да Twitter приказује преглед са сликом и исечком текста када неко подели везу до вашег веб места."],"Find out why you should upgrade to %s":["Откријте због чега треба да надоградите додатак на %s."],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Најновији блог чланци на %1$s"],"Need help?":["Треба вам помоћ?"],"Remove highlight from the text":["Уклоните истицање текста из вашег текста."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Почните брзо са %1$s %2$sчаробњаком%3$s!"],"First-time SEO configuration":["SEO подешавање - први пут"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Језик вашег веб места је {language}. Уколико ово није тачно, контактирајте вашег администратора."],"Your site language is set to {language}.":["Језик вашег веб места је {language}."],"Highlight this result in the text":["Назначи овај резултат у тексту"],"Considerations":["Разматрања"],"Errors":["Грешке"],"Change language":["Промени језик"],"You cannot create a %s file.":["Не можете креирати %s датотеку."],"You cannot edit the %s file.":["Не можете уређивати %s датотеку."],"Updated %s":["Ажурирана датотека %s"],"Create %s file":["Креирај %s датотеку"],"Edit the content of your %s:":["Уредите садржај ваше датотеке %s:"],"Save changes to %s":["Снимите измене у %s"],"%s file":["%s датотека"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s и %2$s могу да раде заједно пуно боље након убацивања помоћног додатка. Молимо, активирајте %3$s како би себи олакшали живот. %4$s."],"More information":["Више информација"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s и %2$s могу да раде заједно пуно боље након убацивања помоћног додатка. Молимо, активирајте %3$s како би себи олакшали живот."],"More information about %1$s":["Више информација о %1$s"],"Configuration Wizard":["Чаробњак за конфигурацију"],"You've done it!":["Завршили сте."],"Seamlessly integrate %1$s into your AMP pages!":["Беспрекорно интегришите %1$s у ваше AMP странице."],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Беспрекорно интегришите %2$s са %1$s за анализу садржаја."],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s и %2$s могу пуно боље радити заједно са помоћним додатком. Молимо, поставите %3$s како би себи олакшали живот."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Подешавања изгледа претраге за %1$s се састоје од променљивих које се замењују специфичним вредностима са странице када се иста приказује. Доња табела садржи листу променљивих које су доступне."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Означите најважније %1$s као 'битан садржај' и побољшате структуру вашег веб места. %2$sНаучите више о битном садржају%3$s."],"Loading help center.":["Учитавање центра за помоћ."],"Get support":["Узмите подршку"],"(Opens in a new browser tab)":["(Отвара се на новој картици прегледача)"],"Posts %1$swithout%2$s a focus keyphrase":["Чланци %1$sбез%2$s фокусног кључног израза"],"Hey, your SEO is doing pretty well! Check out the stats:":["Хеј, ваш SEO је прилично добар. is doing pretty well! Погледајте статистику:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Немате постављен ниједан чланак. SEO резултати ће се појавити након постављања првог чланка."],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Нешто друго"],"A portfolio":["Портфељ"],"A corporation":["Корпорација"],"A small offline business":["Мало предузеће"],"A news channel":["Канал за вести"],"An online shop":["Интернет продавница"],"A blog":["Блог"],"What does the site %1$s represent?":["Шта ваше веб место %1$s представља?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Ако одаберете \"не\", ваше архиве аутора ће бити деактивиране да би се спречио проблем са дуплираним садржајем. "],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Напомена: Ми не чувамо ваше податке на било који начин и немамо приступ вашем налогу. \nВаша приватност је сигурна са нама."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Опција Б: Моје веб место је у изградњи и не би требало да буде индексирано"],"Option A: My site is live and ready to be indexed":["Опција Б: Моје веб место је активно спремно за индексирање"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Молимо дефинишите да ли је ваше веб место у изградњи или је активно."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Прочитајте још оваквих ствари на нашем SEO блогу"],"Readability: %s":[""],"Not activated":["Није активирана"],"Activated":["Активирана"],"%1$s recommendations for you":["%1$s препорука за вас"],"All Readability Scores":["Све оцене читљивости"],"Filter by Readability Score":["Филтрирај по оцени читљивости"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Не добијате ажурирања или подршку! Поправите овај проблем тако што ћете додати ово веб место и укључити %1$s за њега у одељку %2$s. "],"Request method %1$s is not valid.":["Тражена метода %1$s није исправна."],"Muted notifications:":["Нечујна обавештења:"],"Muted problems:":["Нечујни проблеми:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Да ли желите да прегледате како ће изгледати ако људи поделе овај чланак на %1$s? То можете са %2$s. "],"Good job! All the links in your texts have been counted.":["Одлично! Све везе у вашим текстовима су пребројане."],"Calculation completed.":["Калкулација завршена."],"Calculation in progress...":["Калкулација у току..."],"Stop counting":["Заустави бројање"],"Counting links in your texts":["Бројање веза у вашим текстовима"],"Text %1$s of %2$s processed.":["Текст %1$s од %2$s обрађен."],"All your texts are already counted, there is no need to count them again.":["Сви ваши текстови су већ пребројани, нема потребе за поновним пребројавањем."],"Count links in your texts":["Броји везе у вашим текстовима."],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Потребно је пребројати све везе у јавно доступним текстовима. Ово ће пружити увид који текстови требају више веза. Ако желите да сазнате више о унутрашњим везама, проверите %1$sчланак о унутрашњим везама на %2$s%3$s. "],"Text link counter":["Бројач веза у текстовима"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Број унутрашњих веза који показују на овај чланак. У картици \"Помоћ\" погледајте текст \"Yoast Columns\" уколико желите више информација."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s додаје неколико колона на ову страницу. Написали смо чланак о томе%2$sкако користити SEO скор и скор читљивости%3$s. Колоне за везе приказују број чланака на овом сајту, који имају везу %5$sка%6$s овом чланку и број URL-ова који дају везу %5$sод%6$s овог чланка. Научите %4$s како да користите ове особине за побољшање ваших интерних веза%3$s, чиме значајно побољшавате ваш SEO."],"%s Columns":["%s Колона"],"Readability score":["Резултат читљивости"],"Other benefits of %s for you:":["Остале погодности %s за вас:"],"Scroll to see the preview content.":["Скролуј како би прегледао садржај."],"Cornerstone content":["Битан садржај"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s ће се бринути за сву потребну техничку оптимизацију вашег веб места. Да би сте заиста побољшали учинак вашег веб места у резултатима претраге, важно је да почнете од стварања садржаја који је добро рангиран за кључне изразе који су вам битни. Погледајте овај видео у коме објашњавамо како се користи %1$s мета поље када ажурирате чланак или страницу."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Ако желите да претекнете конкуренцију у одређеном граду или региону, проверите наш %1$s додатак. Моћи ћете једноставно да убаците Google мапе, радно време, информације за контакт и локатор продавнице. Осим тога %1$s вам помаже да побољшате употребљивост контакт странице."],"Attract more customers near you":["Привуците више муштерија у вашој близини"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Да ли желите да сазнате све о %1$s додатку? Да ли желите да научите све о напредним поставкама? Да ли желите да извучете највише из %1$s додатка? Проверите наш тренинг за %1$s додатак и почните претицати конкуренцију."],"Get the most out of %1$s with the %2$s":["Извуците највише из %1$s са %2$s"],"Upgrade to Premium":["Надоградите у премиум"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Желите да претекнете конкуренцију? %1$s вам даје одличне додатне могућности које ће вам помоћи да поставите SEO стратегију као професионалац. Користите синониме и сродне кључне речи, управника за преусмеравања и наш алат за итерне везе. %1$s ће вам, исто тако, омогућити приступ премијум корисничкој подршци."],"Outrank the competition with %s":["Надмашите конкуренцију са %s"],"You might like":["Можда вам се допадне"],"Newsletter":["Билтен"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Утврдили смо да још увек нисте завршили рад са овим черобњаком. Зато вам предлажемо да %2$sпокренете чаробњак за конфигурисање и конфигуришете %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Чаробњак за конфигурисање ће вам помоћи да једноставно конфигуришете ваш сајт на оптимална SEO подешавања."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Набавите Premium и наши стручњаци ће вам бити на располагању да одговоре на било које питање које имате о подешавању и употреби додатка."],"Superfast internal linking suggestions":["Предлози за супер брзо унутрашње линковање"],"Great news: you can, with %1$s!":["Сјајне вести: Можете са %1$s."],"Save changes":["Сними измене"],"1 year free support and updates included!":["Укључена једна година бесплатних ажурирања и надоградњи."],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Додатак %2$s даје различит излаз за претраживаче и и нормалне кориснике. Овај проце се зове прикривање садржаја. Препоручујемо да искључите овај додатак."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sПреглед друштвених мрежа%2$s: Facebook и Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sНема више мртвих линкова%2$s: једноставан управник преусмеравања"],"No ads!":["Нема реклама!"],"Facebook & Twitter":["Facebook и Twitter"],"Social media preview":["Преглед друштвених медија"],"Easy redirect manager":["Једноставан управник преусмеравања"],"No more dead links":["Нема више мртвих веза"],"Increase your SEO reach":["Повећај свој SEO домет"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Ако желите више помоћи при креирању одличног садржаја, проверите наш %3$sSEO copywriting course%4$s. Ако желите да сазнате све о опцијама додатка, размислите да урадите наш %1$Yoast SEO for WordPress training%2$s! "],"Variable":["Променљива"],"Available variables":["Расположиве променљиве"],"Scroll to see the table content.":["Скролујте како бисте видели садржај табеле."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Прочитајте %1$sнаш чланак о повезивању вашег веб места са Google Search Console%2$s уколико вам је потребна помоћ. "],"An error occurred in the '%1$s' assessment":["Појавила се грешка у '%1$s' процени"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s речи садржи %2$sвише од%3$s слогова%4$s, што је више од препорученог максимума који износи %5$s. "],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s речи садржи %2$sвише од%3$s слогова%4$s, што је мање или једнако од препорученом максимуму који износи %5$s. "],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Ово је нешто испод препорученог минимума од %5$d речи. %3$sДодајте још мало текста%4$s.","Ово је нешто испод препорученог минимума од %5$d речи. %3$sДодајте још мало текста%4$s.","Ово је нешто испод препорученог минимума од %5$d речи. %3$sДодајте још мало текста%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Мета опис садржи %1$d реченицу %2$s са више од %3$s речи%4$s. Покушајте скратити реченицу.","Мета опис садржи %1$d реченице %2$s са више од %3$s речи%4$s. Покушајте скратити реченицу.","Мета опис садржи %1$d реченица %2$s са више од %3$s речи%4$s. Покушајте скратити реченицу."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Мета опис не садржи реченице %1$s са више од %2$s речи%3$s."],"No new notifications.":["Нема нових обавештења."],"Save all":["Сними све"],"Save":["Сними"],"%1$s, Author at %2$s":["%1$s, аутор са %2$s"],"Mobile preview":["Приказ за мобилне уређаје"],"Desktop preview":["Приказ за стоне рачунаре"],"Select redirect":["Одабери преусмеравање"],"Please provide an SEO title by editing the snippet below.":["Молимо вас наведите SEO наслов за уређивање фрагмента у наставку."],"Meta description preview:":["Преглед мета описа:"],"Slug preview:":["Преглед подлошка (slug):"],"SEO title preview:":["Преглед СЕО наслова:"],"Close snippet editor":["Искључи уређивач фрагмената"],"Slug":["Подложак"],"Remove marks in the text":["Уклоните ознаке из текста"],"Mark this result in the text":["Обележите овај резултат у тексту"],"Marks are disabled in current view":["Ознаке су искључене у тренутном приказу"],"Good SEO score":["Добар СЕО рeзултат"],"OK SEO score":["Задовољавајући SEO резултат"],"Feedback":["Повратна информација"],"ok":["ok"],"Choose an image":["Одаберите неку слику"],"Remove the image":["Уклоните слику"],"MailChimp signup failed:":["Није успело пријављивање на MailChimp:"],"Sign Up!":["Пријавите се."],"Name":["Име"],"There is an error with the request.":["Постоји грешка у захтеву."],"Select profile":["Изабери профил"],"Choose a profile":["Изабери профил"],"Authorization code":[""],"Reauthenticate with Google":["Поново потврди Google идентитет"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Да бисте омогућили да %s преузме ваше податке са Google Search Console, молимо вас да унесете ваш Google Authorization Code. Кликом на дугме испод овог текста ће се отворити нови прозор."],"Please provide a meta description by editing the snippet below.":["Молимо вас да у наставку упишете мета опис за уређивање фрагмента."],"Edit snippet":["Уреди фрагмент"],"You can click on each element in the preview to jump to the Snippet Editor.":["Можете кликнути на сваки елемент у прегледу како би се пребацили на уређивач фрагмента"],"Close the Wizard":["Затвори Чаробњака"],"Export settings":["Извоз подешавања"],"%1$s video tutorial":["%1$s видео приручник"],"%s › Configuration Wizard":["%s › Чаробњак за конфигурацију"],"Please don't show me this notification anymore":["Молим више не приказуј ову поруку"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Ако имате потешкоћа, %1$sпопуните извештај о грешци%2$s, а ми ћемо се потрудити да решимо проблем."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Запазили смо да користите %1$s већ неко време. Надамо се да вам се свиђа. Одушевићемо се ако бисте могли да нам %2$sдате оцену 5 звездица на WordPress.org%3$s! "],"Courses":["Курсеви"],"Date archives settings":["Подешавања датумских архива"],"Author archives settings":["Подешавања ауторских архива"],"%1$s by %2$s":["%1$s са %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Упозорење: променљива %s не може да се користи у овом шаблону. За додатне информације косултујте центар за помоћ."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Узгред, да ли сте знали да такође поседујемо %1$sPremium додатак%2$s? Овај додатак нуди напредне функционалности, попут управљача за преумеравања и подршку за више кључних израза. Такође долази са 24/7 директном подршком."],"(no title)":["(без наслова)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["%1$s администраторски мени садржи корисне линкове ка алатима за анализу страница и омогућава вам да лако видите нова обавештења."],"Admin bar menu":["Администраторски мени"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Особине"],"SEO title":["SEO Наслов"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Иако тежимо да подешавање %1$s учинимо лакшим, разумемо да овај посао некада може деловати обесхрабрујуће. Ако желите да ми подесимо %1$s за вас (а да при томе добијете %2$s) , наручите нашу услугу %3$s%1$s configuration service%4$s овде!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Добро дошли у наш %1$s чаробњак за подешавања. У неколико лаких корака ћемо вам помоћи да подесите ваша SEO подешавања у складу са потребама вашег веб-сајта!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google приказује име вашег сајта у резултатима претраге, ако желите то да промените можете то да урадите овде."],"Greater than sign":["Веће је од"],"Less than sign":["Мањи је од"],"Right angle quotation mark":["Десни угао наводника."],"Left angle quotation mark":["Леви угао наводника."],"Small tilde":["Мала тилда."],"Vertical bar":["Усправна црта"],"Low asterisk":["Мала звездица."],"Asterisk":["Звездица"],"Bullet":["Знак за набрајање."],"Middle dot":["Средња тачка"],"Em dash":["М црта"],"En dash":["Н црта"],"Dash":["Црта"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Изаберите симбол који ћете користити за раздвајање наслова. Тај симбол биће приказан између назива чланка и имена сајта, за сваки приказани примерак. Величине симбола биће формиране у зависности од од оних у резултатима претраге."],"The name of the person":["Име особе"],"No":["Не"],"Yes":["Да"],"Does, or will, your site have multiple authors?":["Да ли ваш сајт поседује више аутора или ће их имати у будућности?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress аутоматски генерише УРЛ за сваки предмет у медијској библиотеци. Укључивање ове опције ће дозволити google-u да индексира генерисани УРЛ."],"Success!":["Успех!"],"Title settings":["Подешавање наслова"],"Google Search Console":["Google Search конзола"],"Multiple authors":["Више аутора"],"Site type":["Тип веб места"],"Environment":["Окружење"],"Yoast option %1$s not found.":["Yoast опција %1$s није пронађена."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Листа чланака"],"Posts list navigation":["Навигација за листу чланака"],"Filter posts list":["Филтрирај листу чланака"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Имајте на уму да ваша тема још увек може користити линкове на архиве, па их морате засебно уклонити."],"%1$s to optimize your site even further":["%1$s да боље оптимизујете ваше веб место"],"%1$s extensions":["%1$s проширења"],"Comes with our 30-day no questions asked money back guarantee":["Долази са 30 дана гарантованим повраћајем новца"],"More information %1$sabout %3$s%2$s":["Више информација %1$sО чему %3$s%2$s"],"Installed":["Инсталиран"],"gain access to our 24/7 support team.":["Добијате приступ нашој 24/7 подршци."],"Premium support":["Премиум подршка"],"check what your Facebook or Twitter post will look like.":["Проверите како ће ваш Facebook или Twitter чланак изгледати."],"Social previews":["Приказ на друштвеним мрежама"],"create and manage redirects from within your WordPress install.":["Креирај и управљај преусмеравањима у својој WordPress инсталацији."],"Redirect manager":["Управљач преусмеравањима"],"%1$s, take your optimization to the next level!":["%1$s, одведите вашу оптимизацију на следећи ниво!"],"A seamless integration between %1$s and %2$s":["Лака интеграција између %1$s i %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Користите %1$s breadcrumbs уместо %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Лако додајте Google Maps, маркер за радњу, радно време и још много тога"],"Creates XML News Sitemaps":["Креира XML News мапу веб места"],"Immediately pings Google on the publication of a new post":["Истог тренутка обавештава Google о објави новог чланка"],"Optimize your site for Google News":["Оптимизујте ваше веб место за Google News"],"Make videos responsive through enabling fitvids.js":["Учини видео на веб месту прилагодљивим кроз укључивање fitvids.js"],"Enhance the experience of sharing posts with videos":["Побољшајте искуство дељења чланака са видеом"],"Show your videos in Google Videos":["Прикажите ваше видео записе на Google Videos"],"Crawl issues list":["Прегледај листу проблема"],"Crawl issues list navigation":["Навигација за преглед листе проблема"],"Edit “%s”":["Уреди “%s”"],"Premium":["Премијум"],"Google Trends":["Google Trends"],"Notifications":["Обавештења"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Уклања одељак за кључне изразе из мета поља и онeмогућава свe сугестије у вези са SEO-м."],"Disable SEO analysis":["Онемогући SEO анализу"],"Twitter settings":["Twitter подешавања"],"Pinterest settings":["Pinterest подешавања"],"Facebook settings":["Facebook подешавања"],"Title separator symbol":["Симбол за одвајање наслова"],"RSS feed settings":["Подешавања RSS довода"],"Breadcrumbs settings":["Breadcrumbs подешавања"],"Make primary":["Направи примарни"],"Enter your Google Authorization Code and press the Authenticate button.":["Упишите ваш Google Authorization Code и кликните на дугме \"Провера идентитета\"."],"%s notification":["%s обавештење","%s обавештења","%s обавештења"],"Disable readability analysis":["Онемогући анализу читљивости"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Уклања одељак за читљивост из метапоља и искључује све предлоге везане за читљивост."],"Readability analysis":["Анализа читљивости"],"Needs improvement":["Потребно је унапређење"],"Readability":["Читљивост"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Покушали сте да учитате некомпримоване датотеке које су доступне само у нашем развојном пакету. Проверите %1$s како би сте видели све изворне датотеке."],"Improvements":["Унапређења"],"Restore this item.":["Поврати ову ставку"],"Dismiss this item.":["Уклони ову ставку"],"Good job! We could detect no serious SEO problems.":["Одлично урађено! Нисмо успели да пронађемо ниједан озбиљан SEO проблем."],"We have detected the following issues that affect the SEO of your site.":["Открили смо недостатке који утичу на СЕО вашег веб места."],"Problems":["Проблеми"],"Analysis":["Анализе"],"Not available":["Није доступно"],"Filter by SEO Score":["Филтрирај по SEO рејтингу"],"Meta description not set.":["Мета опис није подешен."],"Video tutorial":["Видео водич"],"Email support is a %s feature":["Email подршка је %s особина"],"Knowledge base":["База знања"],"Open":["Отвори"],"Dashboard":["Контролна табла"],"You can fix this on the %1$sPermalink settings page%2$s.":["Ово можете поправити на %1$sЦтрани за подешавање сталних веза%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Прелом страна за коментаре је активиран. У 999 од 1000 случајева ово је непотребно, па препоручујемо да деактивирате ову опцију."],"Replaced with the primary category of the post/page":["Замењено са примарном категоријом чланка/стране"],"Pinterest confirmation":["Pinterest потврда"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Ако сте већ повезали ваш сајт са Pinterest-ом, можете прескочити корак испод."],"Format-based archives":["Архиве на бази формата"],"Webmaster Tools verification":["Верификација Webmaster алата"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Пратите наш %1$s тренинг за WordPress и постаћете сертификован %1$s Expert!"],"Want to be a %s Expert?":["Желите да постанете %s експерт?"],"Buy %s":["Купи %s"],"Show information about errors in category %s":["Прикажи информације о грешкама у категорији %s"],"New %1$s Title":["Нови %1$s Наслов"],"Existing %1$s Title":["Постојећи %1$s Наслов"],"Expected an integer as input.":["Очекује се унос целог броја (integer)."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Покушано креирање кеш-кључа за мапу веб места, али комбинација суфикса и префикса оставља премало места за ово. Вероватно тражите страницу која је изван очекиваног распона."],"Remove":["Уклони"],"Keep":["Задржи"],"Bold the last page":["Подебљај последњу страну"],"Regular":["Нормално"],"Bold":["Подебљано"],"Show Blog page":["Прикажи Блог страну"],"Primary %s":["Главни %s"],"Primary":["Главни"],"Make %1$s primary %2$s":["Учини %1$s главним %2$s"],"Term is set to noindex.":["Термин није предвиђен за индексирање."],"Author archives":["Архиве аутора"],"Show":["Прикажи"],"Enabled":["Укључено"],"Disabled":["Искључено"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s још није преузео статус индексабилности веб места са %2$s "],"The separator defined in your theme's %s tag.":["Сепаратор је дефинисан у ознаци ваше теме %s."],"No index":["Нема индекса"],"Analyze entire site":["Анализираj цeло веб место"],"Fetch the current status":["Добави тренутни статус"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s није у могућности да провери индексабилност вашег веб места %3$s са странице %4$s"],"Your homepage can be indexed by search engines.":["Претраживачи могу индексирати вашу почeтну страницу"],"Indexability check by %1$s":["Индексабилност проверена на %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Ако желите да користите слику за дељење на %1$s, можете отпремити / изабрати слику или додати URL слике овде."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Ако не желите да користите мета опис за дељење на %1$s, већ желите други опис, напишите га овде."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Ако не желите да користите наслов за дељење на %1$s, већ желите да користите други наслов, напишите га овде."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sПретраживачи не могу да индексирају вашу почетну страну%2$s. То је веома лоше за SEO и требало би да то поправите."],"Once Weekly":["Јeдном нeдeљно"],"Add-ons":["Додаци"],"SEO score":["SEO резултат"],"Twitter metadata":["Twitter мета садржај"],"Facebook / Open Graph metadata":["Facebook / Opengraph мета подаци"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Прeрачунавам СЕО рeзултатe за свe дeловe садржаjа са фокусним изразом"],"%1$s of %2$s done.":["%1$s од %2$s је урађено."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Унапрeдили смо наш алгоритам за СЕО рeзултат. %1$sКликни овдe да поново израчунаш СЕО рeзултатe %2$s за свe чланкe и странe."],"Team Yoast":["Yoast Тим"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Прво право све-у једном SEO решење за WordPress, укључујући on-page анализу садржаја, XML мапу веб-места и још много тога. "],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Активација није успела:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Изгледа да је недоступан наставак у филтеру. Контактирајте хостинг компанију да вам то омогуће."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Инсталација %1$s додатка није завршена: Молимо вас погледајте %2$sинструкције за инсталацију%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Надоградња Standard PHP Library (SPL) није доступна. Замолите вашу хостинг компанију да је активира."],"SEO Settings":["SEO подешавања"],"Mobile-Friendly Test":["Тест прилагођености мобилном уређају"],"Google Page Speed Test":["Google Page Speed test"],"CSS Validator":["CSS валидатор"],"HTML Validator":["HTML валидатор"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins валидатор"],"Facebook Debugger":["Facebook дебагер"],"Check Headers":["Провери наслове"],"Check Google Cache":["Провери Google Cache"],"Analyze this page":["Анализирај ову страницу"],"Keyword Research":["Претрага кључних речи"],"%s does not seem to be a valid url. Please correct.":["чини се да %s није валидан url. Молимо, исправите га."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s чини се да није исправан %2$s низ карактера за проверу. Молимо, исправите га."],"%s Archive":["%s Архива"],"You searched for %s":["Тражили сте %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s изгледа да није важећи Twitter кориснички налог. Молим исправите."],"Summary with large image":["Резиме са великом сликом"],"Summary":["Резиме"],"The post %1$s appeared first on %2$s.":["Чланак %s се појављује прво на %s."],"No numeric value was received.":["Нема примљених бројних вредности."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Ово треба да буде постојећи блог. Блог %s не постоји или је означен као обрисан."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Поставка задатог блога треба да буде нумерички ID блога кога желите користити као подразумевану вредност."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s није исправан избор за корисника који има приступ %2$s подешавањима. Вредност је враћена на подразумевану."],"Please select a valid post type for taxonomy \"%s\"":["Молим вас, одаберите важећи тип чланка за таксономију \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Молим вас, одаберите важећу таксономију за тип чланка \"%s\""],"You searched for":["Тражили сте"],"Home":["Почетна"],"Archives for":["Архива за"],"Error 404: Page not found":["Грешка 404: Страница није пронађена"],"Good":["Добар"],"Replaced with a custom taxonomies description":[" Замењено прилагођеним описом таксономије"],"Replaced with a posts custom taxonomies, comma separated.":["Замењено прилагођеним таксономијама за чланак, одвојено зарезом."],"Replaced with a posts custom field value":["Замењено вредношћу из прилагођеног поља чланка "],"Replaced with the slug which caused the 404":["Замењено подлошком који даје 404"],"Replaced with the posts focus keyphrase":["Замењено фокусним изразом чланка"],"Attachment caption":["Наслов прилога"],"Replaced with the current page number":["Замењено тренутним бројем странице"],"Replaced with the current page total":["Замењено тренутним укупним бројем страна"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Замењено тренутним бројем странице која има садржај ( нпр 2 странице од 4)"],"Replaced with the post/page author's 'Biographical Info'":["Замењено са ауторовим чланком/страничним информацијама о биографији"],"Replaced with the post/page author's 'nicename'":["Замењено са ауторовим пост/страничним надимком"],"Replaced with the post/page ID":["Замењено идентификационим бројем чланка/странице"],"Replaced with the post/page modified time":["Замењено са промењеним временом чланка/странице"],"Replaced with the content type plural label":["Замењено натписом типа чланка у множини"],"Replaced with the content type single label":["Замењено натписом типа чланка у једнини"],"Replaced with the current search phrase":["Замењено тренутном фразом за претраживање"],"Replaced with the term name":["Замењено именом термина"],"Replaced with the term description":["Замењено описом термина"],"Replaced with the tag description":["Замењено описом ознаке"],"Replaced with the category description":["Замењено описом категорије"],"Replaced with the post categories (comma separated)":["Замењено категоријом чланка (одвојено заградом)"],"Replaced with the current tag/tags":["Замењено тренутно/тренутним ознаком/ознакама"],"Replaced with the post/page excerpt (without auto-generation)":["Замењено сижеом чланка/странице ( без аутоматског генерисања)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Замењено сижеом чланка/странице ( или аутоматско генерисање уколико не постоји)"],"The site's name":["Назив веб места"],"Replaced with the title of the parent page of the current page":["Замењен насловом стране родитеља тренутне стране"],"Replaced with the title of the post/page":["Замењено насловом чланка/странице"],"Replaced with the date of the post/page":["Замењено датумом чланка/странице"],"Page %1$d of %2$d":["Страница %1$d од %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["WPSEO стандардна заменска променљива се не може надвладати тако што се региструје променљива истим именом.\nУместо поменутог, користити \"wpseo_replacements\" филтер за подешавање заменске променљиве"],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Заменска променљива је већ пријављена. Покушајте изабрати јединственију заменску променљиву"],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Заменска променљива не може почињати са \"%%cf_\" или \"%%ct_\" обзиром да су карактери резервисани за WPSEO стандардну заменску променљиву за прилагођена поља и прилагођену таксономију.\nПокушајте изабрати заменску променљиву са мање сличним називом."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Заменска променљива може садржати само слова и бројеве, доњу црту или црту.\nПокушајте да преименујете вашу променљиву."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Белешка само за администратора: Ова станица не приказује мета опис, зато што исти не постоји. Напишите мета опис за ову страницу или изаберите опцију менија [%1$s - %2$s] и подесите шаблон."],"Page not found":["Страница није пронађена"],"%s Archives":["%s Архиве"],"Search for \"%s\"":["Претрага за \"%s\""],"Meta description to use for Author page":["Мета опис који се користи за страницу аутора"],"Title to use for Author page":["Наслов који се користи за страницу аутора"],"%1$s settings":["%1$s подешавања"],"Export your %1$s settings":["Извезите ваше %1$s поставке"],"Import settings":["Увезите подешавања"],"Import from other SEO plugins":["Увези из других SEO додатака"],"Import":["Увоз"],"If you had a %s file and it was editable, you could edit it from here.":["Уколико имате %s датотеку и можете да је мењате, можете је уређивати одавде."],"If your %s were writable, you could edit it from here.":["Ако је у вашу %s датотеку дозвољен упис, можете је уредити одавде."],"You don't have a %s file, create one here:":["Немате %s датотеку. Креирајте је овде:"],"A link to your site, with your site's name and description as anchor text.":["Веза до вашег веб места, са именом веб места и описом као текст везе."],"A link to your site, with your site's name as anchor text.":["Веза до вашег сајта, са именом сајта као текст линка."],"A link to the post, with the title as anchor text.":["Веза до чланка, са његовим насловом као текст линка."],"A link to the archive for the post author, with the authors name as anchor text.":["Линк ка архиви за ауторе чланка, са именом аутора као текстом линка."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Можете да користите следеће променљиве у тексту. Исте ће бити замењене вредношћу са десне стране."],"Content to put after each post in the feed":["Садржај који ће бити убачен после сваког чланка у довод"],"Content to put before each post in the feed":["Садржај који ће бити убачен пре сваког чланка у довод"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Ова функција се користи да аутоматски дода садржај у ваш RSS, односно, додаје повратне линкове ка вашем блогу и вашим чланцима, да би скрепери аутоматски додали те линкове, тиме помажући претраживачима да одреде вас као ауторе садржаја."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Коришћење breadcrumbs опције је објашњено у %1$sнаша база знања чланак о имплементацији breadcrumbs-a%2$s."],"How to insert breadcrumbs in your theme":["Како убацити breadcrumb-ове у вашу тему"],"Blog":["Блог"],"Content type archive to show in breadcrumbs for taxonomies":["Назив архиве за тип чланка који се, за таксономије, приказује у мрвицама."],"Taxonomy to show in breadcrumbs for content types":["Таксономија која се, за типове садржаја, приказује у мрвицама."],"Breadcrumb for 404 Page":["Breadcrumb за страницу 404"],"Prefix for Search Page breadcrumbs":["Префикс за breadcrumbs Стране за претрагу"],"Prefix for Archive breadcrumbs":["Префикс за breadcrumbs Архиве"],"Prefix for the breadcrumb path":["Префикс за breadcrumb путању"],"Anchor text for the Homepage":["Текст везе за почетну страну"],"Separator between breadcrumbs":["Сепаратор између breadcrumb-ова"],"Enable Breadcrumbs":["Дозволи Breadcrumb-ове"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["У наставку се налазе SEO оцене ваших објављених постова. Право је време да сада или касније кренете са оптимизацијом неких ваших постова."],"Credits":["Заслуге"],"« Back to Tools page":["« назад на страницу са алаткама"],"%1$s comes with some very powerful built-in tools:":["У %1$s су уграђени неки веома моћни алати:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Овај алат вам допушта да брзо мењате датотеке које су важне за ваш SEO, као што су robots.txt и .htaccess датотека, ако је имате. "],"File editor":["Уређивач датотека"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Увезите подешавања из других SEO додатака и извезите ваша подешавања за поновниу употребу на другом блогу."],"Import and Export":["Увоз и извоз"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Овај алат вам омогућава да брзо измените наслове и описе у вашим чланцима и страницама без потребе да уређујете сваку страницу посебно."],"Bulk editor":["Групни уређивач"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Да бисте %1$sпотврдили ваше веб место на Pinterest-у%2$s, додајте мета ознаку овде:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest користи Open Graph мета ознаке као и Facebook. Због тога будите сигурни да вам је одабран Open Graph на Facebook табу, уколико желите да оптимизујете вашу траницу за Pinterest. "],"The default card type to use":["Подразумевани тип картице за употребу"],"Add Twitter card meta data":["Додај мета податке за Twitter картицу"],"This image is used if the post/page being shared does not contain any images.":["Слика се користи ако чланак/страница која се дели не садржи никакве слике."],"Default settings":["Подразумевана подешавања"],"Copy home meta description":["Копирај мета опис почетне стране"],"Description":["Opis"],"Image URL":["Веза до слике"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Ово су назив, опис, и слика коришћени у Open Graph мета ознакама на почетној страници вашег сајта."],"Frontpage settings":["Подешавања насловне стране"],"Add Open Graph meta data":["Додај Open Graph мета податке"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter корисничко име"],"Facebook Page URL":["URL странице на Facebook-у"],"Accounts":["Налози"],"Restore site to defaults":["Врати веб место на подразумевана подешавања"],"Site ID":["ID веб места"],"Using this form you can reset a site to the default SEO settings.":["Коришћењем ове форме можете вратити веб место на почетна SEO подешавања."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Посебна подешавања која су везана за приватност (FB администратори и слично), за тему (прерада наслова) и још нека подешавања специфична за веб место неће бити увезена у нове блогове."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Упишите %1$sID веб места%2$s чије поставке желите да буду подразумеване вредности за сва веб места која се налазе у вашој мрежи. Оставите празно ако не желите да дефинишете ову вредност (користиће се подразумевана вредност додатка). "],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Одаберите веб место чије поставке желите да користите као подразумеване вредности за сва веб места која се налазе у вашој мрежи. Ако одаберете \"Ништа\", користиће се подразумевана вредност додатка."],"New sites in the network inherit their SEO settings from this site":["Нова веб места у мрежи наслеђују SEO подешавања овог веб места."],"Super Admins only":["Само за супер администраторе"],"Site Admins (default)":["Администратори сајта (подразумевано)"],"Who should have access to the %1$s settings":["Ко треба да има приступ %1$s подешавањима"],"spam":["непожељно"],"mature":["за одрасле"],"archived":["архивирано"],"public":["јавно"],"%s restored to default SEO settings.":["%s враћен на почетна SEO подешавња."],"Settings Updated.":["Подешавања ажурирана."],"404 pages":["404 стране"],"Search pages":["Стране за претрагу"],"These pages will be %s by default, so they will never show up in search results.":["Ове странице ће подразумевано бити %s, па се неће појављивати у резултатима претраге."],"Special Pages":["Специјалне стране"],"Date-based archives could in some cases also be seen as duplicate content.":["Архиве по датуму могу бити у неким случајевима узете као дуплирани садржај."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Ако се ово појављује на вашем веб месту, можете одабрати деактивирање (резултат је преусмеравање на почетну страницу) или додавање %s, тако да се не појављује у резултатима претраге."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Ако блог пише само један аутор, онда ће архива аутора бити идентична са почетном страном. Ово се зове %1$sпроблем дуплираног садржаја%2$s. "],"Date archives":["Архива по датумима"],"author archives":["архиве аутора"],"Title":["Наслов"],"%1$s Meta Box":["%1$s Мета оквир"],"Hide":["Сакриј"],"Date in Snippet Preview":["Датум у приказу сажетка"],"Take note:":["Обратите пажњу:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Почетна & Прва страна"],"Title Separator":["Сепаратор наслова"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s је сам препознао да ли треба да преправи наслове на вашим странама, ако мислите да није у праву и знате шта радите, овде можете да промените подешавање."],"Force rewrite titles":["Принудно преправљање наслова"],"Taxonomies":["Таксономије"],"Homepage":["Почетна страна"],"%1$s Extensions":["%1$s Надоградње"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Неометано интегришите WooCommerce са %1$s и добићете додатне функционалности!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Рангирајте се боље локално и на Google Maps без муке!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Да ли сте на Google News? Повећајте ваш саобраћај са Google News оптимизацијом."],"Optimize your videos to show them off in search results and get more clicks!":["Оптимизујте ваше видео садржаје да бисте их приказали у резултатима претраге и да бисте имали више кликова!"],"The premium version of %1$s with more features & support.":["Премиум верзија %1$s са више опција и са подршком."],"Person":["Особа"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Назив веб места"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Немате назив чланка у URL-у својих чланака и страница. Веома вам препоручујемо да то урадите. Размислите о постављању структуре сталних веза на /%postname%/. "],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["или"],"Save Profile":["Сачувај профил"],"There were no profiles found":["Није пронађен ниједан профил"],"Profile":["Профил"],"Current profile":["Тренутни профил"],"Authenticate":["Потврђивање идентитета"],"Get Google Authorization Code":["Преузмите Google код за ауторизацију"],"Reload crawl issues":["Поново учитај грешке crawler-а"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Да бисте могли да креирате преусмеравање и исправите овај проблем, треба вам %1$s. Додатак можете купити, укључујући годину дана подршке и ажурирања на %2$s. "],"Creating redirects is a %s feature":["Прављeњe преусмерења je %s опциjа"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Грешке које се дешавају само када ваш сајт проверава Googlebot за телефоне (грешке се нису појавиле за стоне рачунаре)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Грешке које се дешавају само када ваш сајт проверава Googlebot-Mobile (грешке се нису појавиле за стоне рачунаре). "],"Errors that occurred when your site was crawled by Googlebot.":["Грешке које су настале када ваш сајт проверава Googlebot."],"Issue categories":["Категорије проблема"],"Incorrect Google Authorization Code.":["Неправилан Google код за ауторизацију."],"The issues have been successfully reloaded!":["Проблеми су успешно учитани!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s подаци су уклоњени. Мораћете да поново потврдите идентитет ако желите да им приступите."],"Crawl errors per page":["Crawl грешака по страни"],"Search":["Претрага"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Немојте да игноришете ваше crawl грешке:%1$sповежите са Google Search Console овде%2$s."],"Create redirect":["Наравите преусмерење"],"Mark as fixed":["Означи као поправљено"],"Response code":["Код за одговор"],"First detected":["Први откривен"],"Last crawled":["Последње прикупљено"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s је открио да користите издање %2$s које није компатибилно са %1$s. Молимо ажурирајте %2$s на најновије издање како би могли користити ову особину."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast додаци међусобно деле неке делове кода како би учинили ваше веб место бржим и због тога је потребно да сви Yoast додаци буду редовно ажурирани. Откривено је да сви додаци нису ажурирани. Молимо вас да ажурирате Yoast додатке који још увек нису ажурирани."],"Feature phone":["Основни телефон"],"Smartphone":["Паметни телефон"],"Desktop":["Стони рачунар"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Мета URL-а не постоји, али ваш сервер не враћа 404 (документ није пронађен) грешку."],"Soft 404":["Меки 404"],"Request timed out or site is blocking Google.":["Захтев је истекао, или Google блокира веб место."],"Server Error":["Грешка на серверу"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot може да приступи вашем веб месту, али одређени URL-ови су блокирани за Googlebot-а у вашем %1$s документу. Ова блокада може да утиче на све Googlebot-ове, или само за Googlebot-mobile."],"Blocked":["Блокирано"],"Google was unable to crawl this URL due to an undetermined issue.":["Google није могао да провери URL због неодређеног проблема."],"URL points to a non-existent page.":["URL показује на непостојећу страну."],"Not found":["Није пронађено"],"Not followed":["Није праћено"],"Faulty redirects":["Неисправна преусмеравања"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Сервер захтева аутентификацију или блокира Googlebot-а да приступи овом веб месту."],"Access denied":["Приступ одбијен"],"Deactivate %s":["Искључи %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s додатак може узроковати проблеме када се користи заједно са %2$s. "],"Upload Image":["Отпреми слику"],"Remove these ads?":["Уклони ове рекламе?"],"%s Posts Overview":["%s прегледа чланака"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Breadcrumbs наслов се користи у breadcrumbs где се ова таксономија јавља."],"Breadcrumbs title":["Breadcrumbs наслов"],"The canonical link is shown on the archive page for this term.":["Канонски линк је показан на страни архиве за овај појам."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Остало"],"Archives":["Архива"],"Email":["Е-пошта"],"Close":["Затвори"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["И %1$s и %2$s могу да креирају XML мапу веб места. Постојање две XML мапе, за претраживаче није од користи, а може и да успори ваше веб место."],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Слика"],"%s Description":["%s Опис"],"%s Title":["%s Наслов"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Препоручена величина слике за %1$s је %2$s тачака."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Ако желите да премостите слике које су коришћене на %s за овај чланак, отпремите/изаберите слику овде."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Ако не желите да користите мета опис за дељење чланка на %s али желите други опис тамо, напишите га овде."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Ако не желите да користите наслов чланка за дељење на %s али желите да користите други наслов за то, напишите наслов овде."],"very difficult":["веома тешко"],"Try to make shorter sentences, using less difficult words to improve readability":["Покушајте да пишете краће реченице користећи мање тешке речи како би сте побољшали читљивост."],"difficult":["тешко"],"Try to make shorter sentences to improve readability":["Покушајте да пишете краће реченице како би сте побољшали читљивост"],"fairly difficult":["прилично тешко"],"OK":["OK"],"fairly easy":["прилично лако"],"easy":["лако"],"very easy":["веома лако"],"Meta Desc.":["Мета опис."],"All SEO Scores":["Сви SEO резултати"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO проблем: Истакнута слика треба да буде најмање 200x200 пиксела да би је Facebook и остале друштвене мреже преузеле."],"(no parent)":["(не постоји parent-child конекција)"],"Post is set to noindex.":["Чланак је подешен на \"noindex\"."],"The URL that this page should redirect to.":["URL на који би ова страница требала да преусмерава."],"301 Redirect":["301 преусмеравање"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["Канонски URL"],"Title to use for this page in breadcrumb paths":["Наслов који ће се користити за ову страну на breadcrumb путањи"],"Breadcrumbs Title":["Breadcrumbs наслов"],"No Snippet":["Без исечка"],"No Archive":["Без архиве"],"No Image Index":["Без индекса слика"],"None":["Нема"],"Site-wide default: %s":["Подразумеване вредности за цело веб место: %s"],"Advanced meta robots settings for this page.":["Напредна meta подешавања робота за ову страницу."],"Meta robots advanced":["Напредни мета роботи"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Упозорење: иако овде можете да поставите подешавања за мета роботе, читаво веб место је подешено да се не индексира и подешавањима приватности на нивоу целог веб места, тако да ово подешавање неће имати ефекта."],"Meta description":["Мета опис"],"SEO Title":["SEO наслов"],"Focus keyword":["Фокусна кључна реч"],"Snippet preview":["Преглед исечка"],"Settings successfully imported.":["Подешавања успешно увезена."],"Settings could not be imported:":["Подешавања се не могу увести:"],"Error creating %1$s export: ":["Грешка при креирању %1$s за извоз:"],"Breadcrumb for 404 pages:":["Breadcrumb за \"404 страницу\":"],"Prefix for search result pages:":["Префикс за странице са резултатима претраге:"],"Prefix for archive pages:":["Префикс за архивске странице:"],"Prefix for breadcrumbs:":["Префикс за breadcrumbs:"],"Anchor text for the homepage:":["Текст везе за почетну страницу:"],"Breadcrumbs separator:":["Раставни знак за Breadcrumbs :"],"Remove blog page from breadcrumbs":["Уклони блог страницу из breadcrumb-а"],"%s Breadcrumbs":["%s Breadcrumb-а"],"Use Image":["Користи слику"],"Action":["Акција"],"Page URL/Slug":["URL/Slug странице"],"Publication date":["Датум објаве"],"Post Status":["Статус чланка"],"WP Page Title":["WP наслов странице"],"View":["Поглед"],"View “%s”":["Погледај “%s”"],"Preview":["Приказ"],"Preview “%s”":["Приказ “%s”"],"Edit":["Уреди"],"Filter":["Филтер"],"New Yoast Meta Description":["Нови Yoast мета опис"],"Existing Yoast Meta Description":["Постојећи Yoast мета опис"],"Facebook profile URL":["URL Facebook профила"],"Twitter username (without @)":["Twitter налог (bez @)"],"FAQ":["FAQ"],"Premium Support":["Премијум подршка"],"Settings":["Подешавања"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Морате %1$sићи на ваша подешавања преусмерења%2$s и да искључите видљивост за претраживаче."],"Huge SEO Issue: You're blocking access to robots.":["Огроман SEO проблем: Блокирате приступ роботима."],"Posts":["Чланци"],"Edit Files":["Промени датотеке"],"Advanced Variables":["Напредне променљиве"],"Basic Variables":["Основне променљиве"],"General":["Опште"],"Extensions":["Надоградње"],"Search Console":["Конзола за претрагу"],"Tools":["Алати"],"Advanced":["Напредно"],"XML sitemaps":["XML мапа веб места"],"Social":["Друштвене"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s је пронашао да користите верзију %2$s од %3$s, молим вас ажурирајте на најновију верзију да би избегли проблеме са компатибилношћу."],"Just another WordPress site":["Још једно WordPress веб место"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Још увек имате подразумевани WordPress поднаслов, празан је вероватно боља опција. \n%1$sМожете то поправити кроз прилагођавач%2$s."],"You have used HTML in your value which is not allowed.":["Употребили сте HTML као вредност променљиве, што није дозвољено"],"You can't edit %s that aren't yours.":["Не можете мењати %s који нису ваши."],"You can't edit %s.":["Не можете мењати %s."],"Post has an invalid Content Type: %s.":["Чланак има неважећи тип садржаја:%s."],"Post doesn't exist.":["Чланак не постоји."],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["Отпад (%s)","Отпад (%s)","Отпад (%s)"],"posts\u0004All (%s)":["Сви (%s)","Сви (%s)","Сви (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);","lang":"sr_RS"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":["Да би могли да креирате редирекцију и исправите грешку, потребан вам је %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Можете купити додатак, укључујући и једногодишњу подршку и ажурирања, на %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Да би ова особина функционисала %1$s захтева најмање ПХП верзију %2$s. Ваша ПХП верзија је на овом веб месту је %3$s."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Да би ова особина функционисала, %1$s мора да креира ново поље у бази података. Нисмо успели да га креирамо аутоматски."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Страна %s"],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":["Унапредите дељење на Facebook-у и Pinterest-у"],"You do not have the required rights to export settings.":["Немате привилегије да извезете подешавања."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Копирајте сва подешавања на уметку %1$s другог веб места и кликните на \"%1$s\"."],"These are settings for the %1$s plugin by %2$s":["Ово су подешавања за %1$s додатак од %2$s"],"No settings found.":["Подешавања нису пронађена."],"Export your %1$s settings here, to copy them on another site.":["Извезите ваша подешавања %1$s овде, затим копирајте на други сајт."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["УПОЗОРЕЊЕ:"],"Learn about why permalinks are important for SEO.":["Сазнајте зашто су за SEO важне сталне везе."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Обриши слику"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sРасподела кључних израза%2$s: Добро одрађено."],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sРасподела кључних израза%3$s: Неједнака. Неки делови вашег текста не садрже кључне изразе или синониме. %2$sРасподелите их равномерније%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sРасподела кључних израза%3$s: Веома неједнака. Велики делови вашег текста не садрже кључне изразе или синониме. %2$sРасподелите их равномерније%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sРасподела кључних израза%3$s: %2$sУбаците ваше кључне изразе или синониме у текст како би могли да проверимо расподелу истих%3$s."],"Help on choosing the perfect focus keyphrase":["Помоћ за избор савршеног кључног израза"],"Would you like to add a related keyphrase?":["Да ли желите да додате сродни кључни израз?"],"Go %s!":["Покрени %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":["Боље се позиционирајте са синонимима и сродним кључним изразима"],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":["Синоними и сродни кључни изрази"],"Add related keyphrase":["Додајте кључни израз"],"Dismiss %s upgrade notice":["Одбаците обавештење о надоградњи %s"],"Upgrade to %s":["Надоградите на %s"],"%1$s video":["%1$s видео"],"Get %s":["Узмите %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s.","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words.","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["Добро урађено."],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Фокусни израз (фраза)"],"%1$s with ID %2$s couldn't be patched":["%1$s са ID-ом %2$s не може бити поправљен"],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":["Параметар `%1$s` не може бити празан."],"Check Keyphrase Density":["Проверите заступљеност кључних израза"],"Disable":["Онемогући"],"Allow Control":["Дозволи контролу"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Кључни израз:"],"Remove keyphrase":["Уклони кључни израз"],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":["Фокусни кључни израз није постављен."],"Multiple keyphrases":["Вишеструки кључни изрази"],"Colon":["Двотачка"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":["Ово је ново обавештење.","Ово су нова обавештења.","Ово су нова обавештења."],"Learn more about the readability analysis":["Сазнајте више о анализи читљивости"],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":["%s, %s и %s"],"%s and %s":["%s и %s"],"%d minute":["%d минут","%d минута","%d минута"],"%d hour":["%d сат","%d сата","%d сати"],"%d day":["%d дан","%d дана","%d дана"],"Enter a step title":["Унесите назив корака"],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":["минути"],"hours":["сати"],"days":["дани"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":["Грешка у копирању"],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":["Потребно време:"],"Move question down":["Помери питање на доле"],"Move question up":["Померите питање на горе"],"Insert question":["Уметни питање"],"Delete question":["Избриши питање"],"Enter the answer to the question":["Унесите одговор на питање"],"Enter a question":["Унесите питање"],"Add question":["Додајте питање"],"Frequently Asked Questions":["Често постављана питања"],"Great news: you can, with %s!":["Одличне вести: можете, са %s!"],"Select the primary %s":["Изаберите примарни %s"],"Check links to this URL":["Проверите везе на овом URL-у"],"Keyword research training":["Обука за истраживање кључних речи"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s.","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":["Обележи као кључни садржај"],"Move step down":["Помери корак на доле"],"Move step up":["Помери корак на горе"],"Insert step":["Уметни корак"],"Delete step":["Ибришите корак"],"Add image":["Додај слику"],"Enter a step description":["Унесите опис корака"],"Enter a description":["Унесите опис"],"Unordered list":["Неуређена листа"],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":["Додајте корак"],"Delete total time":["Избриши укупно време"],"Add total time":["Додај укупно време"],"How to":["Како да"],"How-to":["Како да"],"Snippet Preview":["Преглед исечка"],"Analysis results":["Резултати анализе"],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":["Сазнајте више о кључном садржају"],"Cornerstone content should be the most important and extensive articles on your site.":["Кључни садржај би требало да представљају најважнији и најобимнији чланци на вашем веб месту."],"Restore Site":["Обновите веб место"],"Network Settings":["Подешавање мреже"],"You are not allowed to perform this action.":["Није вам дозвољено да урадите ово."],"Error: %s":["Грешка: %s"],"Success: %s":["Успех: %s"],"Site with ID %d not found.":["Веб место са ID %d није пронађено"],"No site has been selected to restore.":["Ниједно веб место није означено за обнову."],"You are not allowed to modify unregistered network settings.":["Није вам дозвољено да прилагођавате нерегистрована подешавања мреже."],"deleted":["обрисано"],"Would you like to add another keyphrase?":["Да ли би сте волели да унесете додатну кључну реч?"],"image preview":["преглед слике"],"Copied!":["Копирано."],"Not supported!":["Није подржано"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":[""],"Copy link":["Копирајте везу"],"Copy link to suggested article: %s":["Копирај везу на препорученом чланку: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":["Истакнуте речи"],"The site's tagline":["Ознака веб места"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Недавно смо побољшали функционалности за подешавање изгледа претраге. На жалост, открили смо да чување одређених архива чланака, у неким случајевима, може да заврши лоше. "],"Not all required fields are given. Missing field %1$s":["Нису попуњена сва потребна поља. Поље које недостаје је %1$s"],"Optimize your site for Google News.":["Оптимизујте ваше веб место за Google News."],"Optimize your shop's SEO and sell more products!":["Оптимизујте SEO ваше продавнице и продајте више производа"],"Be found in Google Video search and enhance your video sharing on social media.":[""],"Be found in Google Maps and local results.":["Будите у Google Maps и локалним резлутатима."],"Learn practical SEO skills to rank higher in Google.":[""],"Don’t waste time figuring out the best settings yourself.":[""],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":["Додај синониме"],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":[""],"Current year":["Текућа година"],"Page":["Страница"],"Breadcrumb settings for %s archive":["Подешавања мрвица(breadcrumb) за %s архиву"],"Something went wrong. Please reload the page.":["Дошло је до грешке. Освежите страницу."],"Tagline":["Мото"],"Modify your meta description by editing it right here":[""],"description (custom taxonomy)":["опис (прилагођена таксономија) "],"(custom taxonomy)":["(прилагођена таксономија)"],"(custom field)":["(прилагођено поље)"],"Term404":["Појам 404"],"Caption":["Наслов"],"Pagenumber":["Број стране"],"Pagetotal":["Укупно страна"],"Page number":["Страна број"],"User description":["Опис по жељи корисника"],"ID":["ID"],"Modified":["Измењено"],"Post type (plural)":["Врста чланка (множима)"],"Post type (singular)":["Врата чланка (једнина)"],"Separator":["Знак за одвајање"],"Search phrase":["Израз за претрагу"],"Term title":["Наслов појма"],"Term description":["Опис појма"],"Tag description":["Опис ознаке"],"Category description":["Опис категорије"],"Primary category":["Главна категорија"],"Category":["Категорија"],"Tag":["Ознака"],"Excerpt only":["Само одломак"],"Excerpt":["Одломак"],"Site title":["Наслов веб места"],"Archive title":["Наслов архиве"],"Parent title":["Наслов родитеља"],"Date":["Датум"],"Label":["Ознака"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":[""],"Search engines and other websites can still send traffic to your deleted post.":[""],"Make sure you don't miss out on traffic!":[""],"You just deleted a %1$s.":["Управо сте обрисали %1$s."],"You just trashed a %1$s.":["Управо сте послали у отпад %1$s."],"Settings for %s archive":["Подешавања за %s архиву"],"Settings for single %s URLs":["Подешавања за појединачне %s URL-ове"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Url preview":["Преглед URL-а"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":["Одбаците обавештење"],"No results":["Нема резултата"],"%d result found, use up and down arrow keys to navigate":["%d резултат пронађен. Користите дугмад за кретање горе и доле","%d резултата пронађена. Користите дугмад за кретање горе и доле","%d резултата пронађено. Користите дугмад за кретање горе и доле"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Језик вашег веб места је подешен на %s. Уколико ово није добро, контактирајте администратора вашег веб места."],"Number of results found: %d":["Број пронађених резултата: %d"],"Note that not all variables can be used in every field.":["Имајте на уму да се у свим пољима не могу користити све променљиве."],"Snippet variables":["Променљиве фрагмената"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s поштује вашу приватност. Погледајте нашу %2$sполитику приватности%3$s о томе како се бавимо вашим личним подацима."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Уколико знате шта ово значи и то не желите више да видите, ову поруку %1$sможете одбацити%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Тренутно подешавање вашег веб места дозвољава да на њему постоје URL прилози. Молимо вас прочитајте %1$sовај чланак о потенцијалним проблемима%2$s везаним за URL прилоге и проверите да ли сте добро поставили подешавања на вашем веб месту."],"Unknown type %1$s":["Непознат тип %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Укључује бесплатан MyYoast налог који вам даје приступ нашем бесплатном курсу \"SEO за почетнике\"."],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Пријавите се за наш билтен ако желите да будете у току о %1$s, осталим важним додацима за %2$s, као и интересантним новостима и саветима из света SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Узмите ваш Baidu код за верификацију у %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Baidu код за потврду"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["%s функционалност за увоз података користи привремене табеле база података. Чини се да ваша WordPress инсталација нема могућност да то уради, молимо вас да се обратите свом добављачу хостинг услуга."],"Cleanup of %s data failed.":["Чишћење %s података није успело."],"Content Type":["Тип садржаја"],"Filter by content type":["Филтрирање по типу садржаја"],"Show All Content Types":["Прикажи све типове садржаја"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Да би ово решили, одјавите поље испред \"Подели коментаре на странице ...\" на страници %1$sПодешавање коментара%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Замењен нормалним насловом за архиву коју генерише WordPress"],"Clean":["Очисти"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Када будете сигурни да је ваша страница у реду, можете да очистите. Ово ће уклонити све оригиналне податке."],"Step 5: Clean up":["5. корак: Очистите"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Треба да покренете чаробњак за подешавања са странице SEO → Главна → Командна табла, да бисте били сигурни да су сва подешавања за ваше веб место тачна."],"Step 4: Run the configuration wizard":["4. корак: Покрените чаробњак за поставке"],"Please check your posts and pages and see if the metadata was successfully imported.":["Проверите своје чланке и странице и погледајте да ли су метаподаци успешно увезени."],"Step 3: Check your data":["3. корак: Проверите ваше податке"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["2. корак: Увезите"],"Please make a backup of your database before starting this process.":["Молимо направите резервну копију ваше базе података пре но што започнете процес."],"Step 1: Create a backup":["1. корак: Направите резервну копију"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Открили смо податке једног или више SEO додатака на вашем веб месту. Молимо пратите наредне кораке како би сте увезли ове податке:"],"Plugin: ":["Додатак:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Чланци који не би требало да се појаве у резултатима претраге"],"%s data found.":["%s подаци пронађени."],"%s data successfully removed.":["%s подаци успешно уклоњени."],"%s data successfully imported.":["%s подаци успешно увезени."],"%s data not found.":["%s подаци нису пронађени."],"Improve your SEO skills":["Побољшајте своје SEO вештине"],"24/7 email support":["24/7 подршка преко е-поште"],"No more dead links a.k.a. 404 pages":["Нема мртвих линкова, познатијих као 404 странице"],"Get real-time suggestions for internal links":["Узмите предлоге за унутрашње везе у реалном времену"],"Preview your page in Facebook and Twitter":["Погледајте изглед ваше странице на Facebook-у и Twitter-у"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Кликните на \"%3$s\" дугме како би сте користили мета опис који је већ постављен у подешавањима као %1$sПочетна страница за претраживање%2$s."],"Help on copying the home meta description":["Помоћ у копирању мета описа почетне странице"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Да бисте омогућили претраживачима да знају који су профили на друштвеним мрежама повезани са овим веб местом, у наставку унесите податке о вашим профилима на друштвеним мрежама."],"Learn more about your social profiles settings":["Сазнајте више о подешавању профила на друштвеним мрежама"],"Remove the categories prefix":["Уклоните префикс категорије"],"Help on the category prefix setting":["Помоћ у подешавању префикса категорије"],"Learn more about the available variables":["Сазнајте више о расположивим променљивама"],"Learn more about the RSS feed setting":["Сазнајте више о подешавању RSS довода"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Када у WordPress отпремате медије (на пример, слику или видео), то не само да чува медије, већ креира URL за прилоге. Ове странице за додавање су прилично празне: они садрже медијску ставку и можда наслов ако сте га унели. Због тога, ако никада не користите ове URL прилоге, боље је да их искључите и преусмерите их на сам медиј."],"Learn more about the Media and attachment URLs setting":["Сазнајте више о подешавању медија и URL-ова за прилоге"],"Learn more about the title separator setting":["Сазнајте више о подешавању знака за растављање наслова"],"Learn more about the knowledge graph setting":["Сазнајте више о подешавањима за графику знања"],"Learn more about the homepage setting":["Сазнајте више о подешавањима за почетну страницу"],"Learn more about the special pages setting":["Сазнајте више о подешавањима за специјалне странице"],"Help on the date archives search results setting":["Помоћ у подешавању резултата претраге архиве датума"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Ако се не приказују архиве за ауторе без чланака у резултатима претраге, значи да имају мета код %1$s за роботе, па ће бити изузете из XML мапа веб места. %2$sВише информација о поставкама резултата претраге%3$s."],"Help on the authors without posts archive search results setting":["Помоћ у подешавању резултата претраге по ауторима који немају чланке"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Ако се не приказују архиве по ауторима у резултатима претраге, значи да имају мета код %1$s за роботе, па ће бити изузете из XML мапа веб места. %2$sВише информација о поставкама резултата претраге%3$s."],"Help on the author archives search results setting":["Помоћ у подешавању резултата претраге по ауторским архивама"],"Archives settings help":["Помоћ за подешавање архива"],"Learn more about the archives setting":["Сазнајте више о подешавањима архива"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Узмите ваш Yandex верификациони код у %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex верификациони код"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Узмите ваш Google верификациони код у %1$sGoogle Search Console%2$s."],"Google verification code":["Google верификациони код"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Узмите ваш Bing верификациони код у %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing верификациони код"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Можете да користите наредна поља да бисте потврдили различите Webmaster Tools. Ова функција ће додати мета-ознаку за потврду на вашој почетној страници. Пратите везе до одабраних Webmaster Tools, потражите упутства за верификацију мета ознаке и преузмите код за верификацију. Ако је ваше веб место већ верификовано, можете заборавити на њих."],"Learn more about the Webmaster Tools verification":["Сазнајте више о верификацији за Webmaster Tools"],"On":["Укључено"],"Help on: %s":["Помоћ за: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s долази са пуно функционалности. У наставку можете да укључите/ искључите неке од њих. Кликом на упитник добијате више информација о функционалности."],"Off":["Искључено"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Напредни део %1$s поља омогућава кориснику да уклони чланке из резултата претраге или да промени канонску поставку. То су ствари које можда не желите да раде аутори. Због тога, подразумевано, само уредници и администратори то могу учинити. Постављање на \"%2$s\" омогућава свим корисницима да промене ова подешавања."],"Security: no advanced settings for authors":["Безбедност: нема напредних подешавања за ауторе"],"See who contributed to %1$s.":["Погледајте ко је допринео %1$s."],"Help on this search results setting":["Помоћ за подешавања ових резултата претраге"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Уколико се архива не приказује за %1$s у резултатима претраге, то технички значи да за роботе постоји мета код %2$s, па ће страница бити изузета из XML мапе веб места. %3$sВише информација о поставкама резултата претраге%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Уколико се %1$s не приказује у резултатима претраге, то технички значи да за роботе постоји мета код %2$s, па ће страница бити изузета из XML мапе веб места. %3$sВише информација о поставкама резултата претраге%4$s."],"Default for %2$s, currently: %1$s":["Подразумевано за %2$s, тренутно: %1$s"],"Show %s in search results?":["Да ли да се прикаже %s у резултатима претраге?"],"this author's archives":["архиве овог аутора"],"Do not allow search engines to show %s in search results.":["Претраживачима није дозвољено да прикажу %s у резултатим претраге."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL-ови за категорије у WordPress-у обично садрже префикс %s. Ова функционалност уклања тај префикс, али само за категорије."],"Category URLs":["URL-ови категорија"],"the archive for %s":["архива за %s"],"Redirect attachment URLs to the attachment itself?":["Преусмерити URL-ове прилога на сам прилог?"],"We recommend you set this to Yes.":["Препоручујемо да ово поставите на \"Да\""],"Media & attachment URLs":["Медија и URL-ови за прилоге"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["То је оно што се приказује у резултатима претраге када људи пронађу вашу почетну страницу. Вероватно је то оно што ваши посетиоци виде када траже ваш бренд."],"date archives":["датумске архиве"],"archives for authors without posts":["архиве за ауторе без чланака"],"Read why XML Sitemaps are important for your site.":["Сазнајте због чега су XML мапе веб места важне за ваше веб место."],"Enable the XML sitemaps that %s generates.":["Укључите XML мапе веб места које генерише %s."],"See the XML sitemap.":["Погледајте XML мапу веб места."],"%2$s (current default for %1$s)":["%2$s (тренутно подразумевано за %1$s)"],"Media":["Медији"],"Content Types":["Врсте садржаја"],"Should search engines follow links on this %1$s?":["Да ли претраживачи треба да следе везу до %1$s?"],"Allow search engines to show this %s in search results?":["Да ли треба дозволити претраживачима да %s приказује у резултатима претраге?"],"Search Appearance":["Изглед претраге"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Молимо наведите које врсте садржаја желите да се појављују у претраживачима. Ако не знате разлике између ових, најбоље је изабрати почетна подешавања."],"Search engines should show \"%1$s\" in search results:":["Претраживачи би требали да покажу \"%1$s\" у резултатима претраге:"],"Search engine visibility":["Видљивост на претраживачима"],"Toggle %1$s's XML Sitemap":["Замени %1$s XML мапу веб места"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Захтеви за подршку које креирате овде, шаљу се директно у наш систем подршке, који је обезбеђен 256-битним SSL-ом, тако да је комуникација 100% безбедна."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Функционалност \"битан садржај\" вам омогућава да обележите и филтрирате садржај који је најбитнији на вашем веб месту."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Уколико имате проблем који не можете да пронађете у нашим видео упутствима или бази знања, можете послати поруку нашем тиму за подршку. Они су доступни 24/7."],"Search result":["Резултати претраге"],"Good results":["Добри резултати"],"Get better search results in local search":["Побољшајте резултате претраге у локалној претрази"],"Allow customers to pick up their %s order locally":["Омогућите купциа да покупе своје %s наруџбине локално"],"SEO analysis":["SEO анализа"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO анализа нуди предлоге за побољшање SEO у вашем тексту."],"Learn how the SEO analysis can help you rank.":["Научите како вам SEO анализа може помоћи у рангирању."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Анализа читљивости нуди сугестије за побољшање структуре и стила вашег текста."],"Discover why readability is important for SEO.":["Откријте због чега је читљивост важна за SEO."],"Find out how cornerstone content can help you improve your site structure.":["Сазнајте како вам битан садржај може помоћи да унапредите структуру вашег веб места."],"The text link counter helps you improve your site structure.":["Бројач текстуалних линкова вам помаже да унапредите структуру вашег веб места."],"Find out how the text link counter can enhance your SEO.":["Сазнајте како бројач текстуалних веза може да побољша ваш SEO."],"%s integration":["%s интеграција"],"Read more about how %s works.":["Прочитајте више о томе како %s ради."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Укључите ову функционалност уколико желите да Facebook и остале друштвене мреже приказују преглед са сликом и одломком текста када неко подели везу на ваше веб место."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Укључите ову функционалност уколико желите да Twitter приказује преглед са сликом и исечком текста када неко подели везу до вашег веб места."],"Find out why you should upgrade to %s":["Откријте због чега треба да надоградите додатак на %s."],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Најновији блог чланци на %1$s"],"Need help?":["Треба вам помоћ?"],"Type here to search...":["Упишите појам за претрагу..."],"Search the Yoast Knowledge Base for answers to your questions:":["Претражите Yoast базу знања и пронађите одговоре на ваша питања:"],"Remove highlight from the text":["Уклоните истицање текста из вашег текста."],"Your site language is set to %s. ":["Језик вашег веб места је постављен на %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Почните брзо са %1$s %2$sчаробњаком%3$s!"],"First-time SEO configuration":["SEO подешавање - први пут"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Језик вашег веб места је {language}. Уколико ово није тачно, контактирајте вашег администратора."],"Your site language is set to {language}.":["Језик вашег веб места је {language}."],"Highlight this result in the text":["Назначи овај резултат у тексту"],"Considerations":["Разматрања"],"Errors":["Грешке"],"Change language":["Промени језик"],"You cannot create a %s file.":["Не можете креирати %s датотеку."],"You cannot edit the %s file.":["Не можете уређивати %s датотеку."],"Updated %s":["Ажурирана датотека %s"],"Create %s file":["Креирај %s датотеку"],"Edit the content of your %s:":["Уредите садржај ваше датотеке %s:"],"Save changes to %s":["Снимите измене у %s"],"%s file":["%s датотека"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s и %2$s могу да раде заједно пуно боље након убацивања помоћног додатка. Молимо, активирајте %3$s како би себи олакшали живот. %4$s."],"More information":["Више информација"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s и %2$s могу да раде заједно пуно боље након убацивања помоћног додатка. Молимо, активирајте %3$s како би себи олакшали живот."],"More information about %1$s":["Више информација о %1$s"],"Configuration Wizard":["Чаробњак за конфигурацију"],"You've done it!":["Завршили сте."],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Беспрекорно интегришите %2$s са %1$s за анализу садржаја."],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s и %2$s могу пуно боље радити заједно са помоћним додатком. Молимо, поставите %3$s како би себи олакшали живот."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Подешавања изгледа претраге за %1$s се састоје од променљивих које се замењују специфичним вредностима са странице када се иста приказује. Доња табела садржи листу променљивих које су доступне."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Означите најважније %1$s као 'битан садржај' и побољшате структуру вашег веб места. %2$sНаучите више о битном садржају%3$s."],"Loading help center.":["Учитавање центра за помоћ."],"Get support":["Узмите подршку"],"View in KB":["Погледај у KB"],"Go back":["Врати се"],"Go back to the search results":["Вратите се на резултате претраге"],"(Opens in a new browser tab)":["(Отвара се на новој картици прегледача)"],"Posts %1$swithout%2$s a focus keyphrase":["Чланци %1$sбез%2$s фокусног кључног израза"],"Hey, your SEO is doing pretty well! Check out the stats:":["Хеј, ваш SEO је прилично добар. is doing pretty well! Погледајте статистику:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Немате постављен ниједан чланак. SEO резултати ће се појавити након постављања првог чланка."],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Нешто друго"],"A portfolio":["Портфељ"],"A corporation":["Корпорација"],"A small offline business":["Мало предузеће"],"A news channel":["Канал за вести"],"An online shop":["Интернет продавница"],"A blog":["Блог"],"What does the site %1$s represent?":["Шта ваше веб место %1$s представља?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Ако одаберете \"не\", ваше архиве аутора ће бити деактивиране да би се спречио проблем са дуплираним садржајем. "],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Напомена: Ми не чувамо ваше податке на било који начин и немамо приступ вашем налогу. \nВаша приватност је сигурна са нама."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Опција Б: Моје веб место је у изградњи и не би требало да буде индексирано"],"Option A: My site is live and ready to be indexed":["Опција Б: Моје веб место је активно спремно за индексирање"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Молимо дефинишите да ли је ваше веб место у изградњи или је активно."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["Прочитајте још оваквих ствари на нашем SEO блогу"],"Readability: %s":[""],"Not activated":["Није активирана"],"Activated":["Активирана"],"%1$s recommendations for you":["%1$s препорука за вас"],"All Readability Scores":["Све оцене читљивости"],"Filter by Readability Score":["Филтрирај по оцени читљивости"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Не добијате ажурирања или подршку! Поправите овај проблем тако што ћете додати ово веб место и укључити %1$s за њега у одељку %2$s. "],"Request method %1$s is not valid.":["Тражена метода %1$s није исправна."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Да ли желите да прегледате како ће изгледати ако људи поделе овај чланак на %1$s? То можете са %2$s. "],"Good job! All the links in your texts have been counted.":["Одлично! Све везе у вашим текстовима су пребројане."],"Calculation completed.":["Калкулација завршена."],"Calculation in progress...":["Калкулација у току..."],"Stop counting":["Заустави бројање"],"Counting links in your texts":["Бројање веза у вашим текстовима"],"Text %1$s of %2$s processed.":["Текст %1$s од %2$s обрађен."],"All your texts are already counted, there is no need to count them again.":["Сви ваши текстови су већ пребројани, нема потребе за поновним пребројавањем."],"Count links in your texts":["Броји везе у вашим текстовима."],"Text link counter":["Бројач веза у текстовима"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Број унутрашњих веза који показују на овај чланак. У картици \"Помоћ\" погледајте текст \"Yoast Columns\" уколико желите више информација."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s додаје неколико колона на ову страницу. Написали смо чланак о томе%2$sкако користити SEO скор и скор читљивости%3$s. Колоне за везе приказују број чланака на овом сајту, који имају везу %5$sка%6$s овом чланку и број URL-ова који дају везу %5$sод%6$s овог чланка. Научите %4$s како да користите ове особине за побољшање ваших интерних веза%3$s, чиме значајно побољшавате ваш SEO."],"%s Columns":["%s Колона"],"Readability score":["Резултат читљивости"],"Other benefits of %s for you:":["Остале погодности %s за вас:"],"Scroll to see the preview content.":["Скролуј како би прегледао садржај."],"Cornerstone content":["Битан садржај"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s ће се бринути за сву потребну техничку оптимизацију вашег веб места. Да би сте заиста побољшали учинак вашег веб места у резултатима претраге, важно је да почнете од стварања садржаја који је добро рангиран за кључне изразе који су вам битни. Погледајте овај видео у коме објашњавамо како се користи %1$s мета поље када ажурирате чланак или страницу."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Ако желите да претекнете конкуренцију у одређеном граду или региону, проверите наш %1$s додатак. Моћи ћете једноставно да убаците Google мапе, радно време, информације за контакт и локатор продавнице. Осим тога %1$s вам помаже да побољшате употребљивост контакт странице."],"Attract more customers near you":["Привуците више муштерија у вашој близини"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Да ли желите да сазнате све о %1$s додатку? Да ли желите да научите све о напредним поставкама? Да ли желите да извучете највише из %1$s додатка? Проверите наш тренинг за %1$s додатак и почните претицати конкуренцију."],"Get the most out of %1$s with the %2$s":["Извуците највише из %1$s са %2$s"],"Upgrade to Premium":["Надоградите у премиум"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Желите да претекнете конкуренцију? %1$s вам даје одличне додатне могућности које ће вам помоћи да поставите SEO стратегију као професионалац. Користите синониме и сродне кључне речи, управника за преусмеравања и наш алат за итерне везе. %1$s ће вам, исто тако, омогућити приступ премијум корисничкој подршци."],"Outrank the competition with %s":["Надмашите конкуренцију са %s"],"You might like":["Можда вам се допадне"],"Newsletter":["Билтен"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Утврдили смо да још увек нисте завршили рад са овим черобњаком. Зато вам предлажемо да %2$sпокренете чаробњак за конфигурисање и конфигуришете %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Чаробњак за конфигурисање ће вам помоћи да једноставно конфигуришете ваш сајт на оптимална SEO подешавања."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Набавите Premium и наши стручњаци ће вам бити на располагању да одговоре на било које питање које имате о подешавању и употреби додатка."],"Superfast internal linking suggestions":["Предлози за супер брзо унутрашње линковање"],"Great news: you can, with %1$s!":["Сјајне вести: Можете са %1$s."],"Save changes":["Сними измене"],"1 year free support and updates included!":["Укључена једна година бесплатних ажурирања и надоградњи."],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Додатак %2$s даје различит излаз за претраживаче и и нормалне кориснике. Овај проце се зове прикривање садржаја. Препоручујемо да искључите овај додатак."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sПреглед друштвених мрежа%2$s: Facebook и Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sНема више мртвих линкова%2$s: једноставан управник преусмеравања"],"No ads!":["Нема реклама!"],"Facebook & Twitter":["Facebook и Twitter"],"Social media preview":["Преглед друштвених медија"],"Easy redirect manager":["Једноставан управник преусмеравања"],"No more dead links":["Нема више мртвих веза"],"Increase your SEO reach":["Повећај свој SEO домет"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Ако желите више помоћи при креирању одличног садржаја, проверите наш %3$sSEO copywriting course%4$s. Ако желите да сазнате све о опцијама додатка, размислите да урадите наш %1$Yoast SEO for WordPress training%2$s! "],"Variable":["Променљива"],"Available variables":["Расположиве променљиве"],"Scroll to see the table content.":["Скролујте како бисте видели садржај табеле."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Прочитајте %1$sнаш чланак о повезивању вашег веб места са Google Search Console%2$s уколико вам је потребна помоћ. "],"An error occurred in the '%1$s' assessment":["Појавила се грешка у '%1$s' процени"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s речи садржи %2$sвише од%3$s слогова%4$s, што је више од препорученог максимума који износи %5$s. "],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s речи садржи %2$sвише од%3$s слогова%4$s, што је мање или једнако од препорученом максимуму који износи %5$s. "],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Ово је нешто испод препорученог минимума од %5$d речи. %3$sДодајте још мало текста%4$s.","Ово је нешто испод препорученог минимума од %5$d речи. %3$sДодајте још мало текста%4$s.","Ово је нешто испод препорученог минимума од %5$d речи. %3$sДодајте још мало текста%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Мета опис садржи %1$d реченицу %2$s са више од %3$s речи%4$s. Покушајте скратити реченицу.","Мета опис садржи %1$d реченице %2$s са више од %3$s речи%4$s. Покушајте скратити реченицу.","Мета опис садржи %1$d реченица %2$s са више од %3$s речи%4$s. Покушајте скратити реченицу."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Мета опис не садржи реченице %1$s са више од %2$s речи%3$s."],"Step %1$d: %2$s":["Корак %1$d: %2$s"],"No new notifications.":["Нема нових обавештења."],"Save all":["Сними све"],"Save":["Сними"],"%1$s, Author at %2$s":["%1$s, аутор са %2$s"],"Mobile preview":["Приказ за мобилне уређаје"],"Desktop preview":["Приказ за стоне рачунаре"],"Select redirect":["Одабери преусмеравање"],"Please provide an SEO title by editing the snippet below.":["Молимо вас наведите SEO наслов за уређивање фрагмента у наставку."],"Meta description preview:":["Преглед мета описа:"],"Slug preview:":["Преглед подлошка (slug):"],"SEO title preview:":["Преглед СЕО наслова:"],"Close snippet editor":["Искључи уређивач фрагмената"],"Slug":["Подложак"],"Remove marks in the text":["Уклоните ознаке из текста"],"Mark this result in the text":["Обележите овај резултат у тексту"],"Marks are disabled in current view":["Ознаке су искључене у тренутном приказу"],"Good SEO score":["Добар СЕО рeзултат"],"OK SEO score":["Задовољавајући SEO резултат"],"Feedback":["Повратна информација"],"ok":["ok"],"Choose an image":["Одаберите неку слику"],"Remove the image":["Уклоните слику"],"MailChimp signup failed:":["Није успело пријављивање на MailChimp:"],"Sign Up!":["Пријавите се."],"Name":["Име"],"There is an error with the request.":["Постоји грешка у захтеву."],"Select profile":["Изабери профил"],"Choose a profile":["Изабери профил"],"Authorization code":[""],"Reauthenticate with Google":["Поново потврди Google идентитет"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Да бисте омогућили да %s преузме ваше податке са Google Search Console, молимо вас да унесете ваш Google Authorization Code. Кликом на дугме испод овог текста ће се отворити нови прозор."],"Please provide a meta description by editing the snippet below.":["Молимо вас да у наставку упишете мета опис за уређивање фрагмента."],"Edit snippet":["Уреди фрагмент"],"You can click on each element in the preview to jump to the Snippet Editor.":["Можете кликнути на сваки елемент у прегледу како би се пребацили на уређивач фрагмента"],"SEO title preview":["Преглед SEO наслова"],"Meta description preview":["Преглед мета описа"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Настао је проблем у току уписа тренутног корака, {{link}}молимо вас, попуните извештај о грешци{{/link}} са описом тренутног корака и изменама које бисте желели да извршите (ако их има)."],"Close the Wizard":["Затвори Чаробњака"],"Export settings":["Извоз подешавања"],"%1$s video tutorial":["%1$s видео приручник"],"%s › Configuration Wizard":["%s › Чаробњак за конфигурацију"],"Please don't show me this notification anymore":["Молим више не приказуј ову поруку"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Ако имате потешкоћа, %1$sпопуните извештај о грешци%2$s, а ми ћемо се потрудити да решимо проблем."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Запазили смо да користите %1$s већ неко време. Надамо се да вам се свиђа. Одушевићемо се ако бисте могли да нам %2$sдате оцену 5 звездица на WordPress.org%3$s! "],"Date archives settings":["Подешавања датумских архива"],"Author archives settings":["Подешавања ауторских архива"],"%1$s by %2$s":["%1$s са %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Упозорење: променљива %s не може да се користи у овом шаблону. За додатне информације косултујте центар за помоћ."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Узгред, да ли сте знали да такође поседујемо %1$sPremium додатак%2$s? Овај додатак нуди напредне функционалности, попут управљача за преумеравања и подршку за више кључних израза. Такође долази са 24/7 директном подршком."],"(no title)":["(без наслова)"],"%s installation wizard":["%s чаробњак за инсталацију"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["%1$s администраторски мени садржи корисне линкове ка алатима за анализу страница и омогућава вам да лако видите нова обавештења."],"Admin bar menu":["Администраторски мени"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Особине"],"SEO title":["SEO Наслов"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Иако тежимо да подешавање %1$s учинимо лакшим, разумемо да овај посао некада може деловати обесхрабрујуће. Ако желите да ми подесимо %1$s за вас (а да при томе добијете %2$s) , наручите нашу услугу %3$s%1$s configuration service%4$s овде!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Добро дошли у наш %1$s чаробњак за подешавања. У неколико лаких корака ћемо вам помоћи да подесите ваша SEO подешавања у складу са потребама вашег веб-сајта!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google приказује име вашег сајта у резултатима претраге, ако желите то да промените можете то да урадите овде."],"Greater than sign":["Веће је од"],"Less than sign":["Мањи је од"],"Right angle quotation mark":["Десни угао наводника."],"Left angle quotation mark":["Леви угао наводника."],"Small tilde":["Мала тилда."],"Vertical bar":["Усправна црта"],"Low asterisk":["Мала звездица."],"Asterisk":["Звездица"],"Bullet":["Знак за набрајање."],"Middle dot":["Средња тачка"],"Em dash":["М црта"],"En dash":["Н црта"],"Dash":["Црта"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Изаберите симбол који ћете користити за раздвајање наслова. Тај симбол биће приказан између назива чланка и имена сајта, за сваки приказани примерак. Величине симбола биће формиране у зависности од од оних у резултатима претраге."],"The name of the person":["Име особе"],"No":["Не"],"Yes":["Да"],"Does, or will, your site have multiple authors?":["Да ли ваш сајт поседује више аутора или ће их имати у будућности?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress аутоматски генерише УРЛ за сваки предмет у медијској библиотеци. Укључивање ове опције ће дозволити google-u да индексира генерисани УРЛ."],"Success!":["Успех!"],"Title settings":["Подешавање наслова"],"Google Search Console":["Google Search конзола"],"Multiple authors":["Више аутора"],"Site type":["Тип веб места"],"Environment":["Окружење"],"Yoast option %1$s not found.":["Yoast опција %1$s није пронађена."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Листа чланака"],"Posts list navigation":["Навигација за листу чланака"],"Filter posts list":["Филтрирај листу чланака"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Имајте на уму да ваша тема још увек може користити линкове на архиве, па их морате засебно уклонити."],"%1$s to optimize your site even further":["%1$s да боље оптимизујете ваше веб место"],"%1$s extensions":["%1$s проширења"],"Comes with our 30-day no questions asked money back guarantee":["Долази са 30 дана гарантованим повраћајем новца"],"More information %1$sabout %3$s%2$s":["Више информација %1$sО чему %3$s%2$s"],"Installed":["Инсталиран"],"gain access to our 24/7 support team.":["Добијате приступ нашој 24/7 подршци."],"Premium support":["Премиум подршка"],"check what your Facebook or Twitter post will look like.":["Проверите како ће ваш Facebook или Twitter чланак изгледати."],"Social previews":["Приказ на друштвеним мрежама"],"create and manage redirects from within your WordPress install.":["Креирај и управљај преусмеравањима у својој WordPress инсталацији."],"Redirect manager":["Управљач преусмеравањима"],"%1$s, take your optimization to the next level!":["%1$s, одведите вашу оптимизацију на следећи ниво!"],"A seamless integration between %1$s and %2$s":["Лака интеграција између %1$s i %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Користите %1$s breadcrumbs уместо %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Лако додајте Google Maps, маркер за радњу, радно време и још много тога"],"Creates XML News Sitemaps":["Креира XML News мапу веб места"],"Immediately pings Google on the publication of a new post":["Истог тренутка обавештава Google о објави новог чланка"],"Optimize your site for Google News":["Оптимизујте ваше веб место за Google News"],"Make videos responsive through enabling fitvids.js":["Учини видео на веб месту прилагодљивим кроз укључивање fitvids.js"],"Enhance the experience of sharing posts with videos":["Побољшајте искуство дељења чланака са видеом"],"Show your videos in Google Videos":["Прикажите ваше видео записе на Google Videos"],"Crawl issues list":["Прегледај листу проблема"],"Crawl issues list navigation":["Навигација за преглед листе проблема"],"Edit “%s”":["Уреди “%s”"],"Premium":["Премијум"],"Google Trends":["Google Trends"],"Notifications":["Обавештења"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Уклања одељак за кључне изразе из мета поља и онeмогућава свe сугестије у вези са SEO-м."],"Disable SEO analysis":["Онемогући SEO анализу"],"Twitter settings":["Twitter подешавања"],"Pinterest settings":["Pinterest подешавања"],"Facebook settings":["Facebook подешавања"],"Title separator symbol":["Симбол за одвајање наслова"],"RSS feed settings":["Подешавања RSS довода"],"Breadcrumbs settings":["Breadcrumbs подешавања"],"Make primary":["Направи примарни"],"Enter your Google Authorization Code and press the Authenticate button.":["Упишите ваш Google Authorization Code и кликните на дугме \"Провера идентитета\"."],"Knowledge base article":["Чланак у бази знања"],"Open the knowledge base article in a new window or read it in the iframe below":["Отворите чланак базе знања у новом прозору или га поричитајте у оквиру испод."],"Search results":["Резултати претраге"],"%s notification":["%s обавештење","%s обавештења","%s обавештења"],"Disable readability analysis":["Онемогући анализу читљивости"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Уклања одељак за читљивост из метапоља и искључује све предлоге везане за читљивост."],"Readability analysis":["Анализа читљивости"],"Needs improvement":["Потребно је унапређење"],"Readability":["Читљивост"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Покушали сте да учитате некомпримоване датотеке које су доступне само у нашем развојном пакету. Проверите %1$s како би сте видели све изворне датотеке."],"Improvements":["Унапређења"],"Dismiss this item.":["Уклони ову ставку"],"Good job! We could detect no serious SEO problems.":["Одлично урађено! Нисмо успели да пронађемо ниједан озбиљан SEO проблем."],"We have detected the following issues that affect the SEO of your site.":["Открили смо недостатке који утичу на СЕО вашег веб места."],"Problems":["Проблеми"],"Analysis":["Анализе"],"Not available":["Није доступно"],"Filter by SEO Score":["Филтрирај по SEO рејтингу"],"Meta description not set.":["Мета опис није подешен."],"Video tutorial":["Видео водич"],"Email support is a %s feature":["Email подршка је %s особина"],"Knowledge base":["База знања"],"Open":["Отвори"],"Loading...":["Учитавање..."],"Something went wrong. Please try again later.":["Нешто није у реду. Молимо вас покушајте касније. "],"No results found.":["Нема резултата."],"Dashboard":["Контролна табла"],"You can fix this on the %1$sPermalink settings page%2$s.":["Ово можете поправити на %1$sЦтрани за подешавање сталних веза%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Прелом страна за коментаре је активиран. У 999 од 1000 случајева ово је непотребно, па препоручујемо да деактивирате ову опцију."],"Replaced with the primary category of the post/page":["Замењено са примарном категоријом чланка/стране"],"Pinterest confirmation":["Pinterest потврда"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Ако сте већ повезали ваш сајт са Pinterest-ом, можете прескочити корак испод."],"Format-based archives":["Архиве на бази формата"],"Webmaster Tools verification":["Верификација Webmaster алата"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Пратите наш %1$s тренинг за WordPress и постаћете сертификован %1$s Expert!"],"Want to be a %s Expert?":["Желите да постанете %s експерт?"],"Buy %s":["Купи %s"],"Show information about errors in category %s":["Прикажи информације о грешкама у категорији %s"],"New %1$s Title":["Нови %1$s Наслов"],"Existing %1$s Title":["Постојећи %1$s Наслов"],"Expected an integer as input.":["Очекује се унос целог броја (integer)."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Покушано креирање кеш-кључа за мапу веб места, али комбинација суфикса и префикса оставља премало места за ово. Вероватно тражите страницу која је изван очекиваног распона."],"Remove":["Уклони"],"Keep":["Задржи"],"Bold the last page":["Подебљај последњу страну"],"Regular":["Нормално"],"Bold":["Подебљано"],"Show Blog page":["Прикажи Блог страну"],"Primary %s":["Главни %s"],"Primary":["Главни"],"Make %1$s primary %2$s":["Учини %1$s главним %2$s"],"Term is set to noindex.":["Термин није предвиђен за индексирање."],"Author archives":["Архиве аутора"],"Show":["Прикажи"],"Enabled":["Укључено"],"Disabled":["Искључено"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s још није преузео статус индексабилности веб места са %2$s "],"The separator defined in your theme's %s tag.":["Сепаратор је дефинисан у ознаци ваше теме %s."],"No index":["Нема индекса"],"Analyze entire site":["Анализираj цeло веб место"],"Fetch the current status":["Добави тренутни статус"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s није у могућности да провери индексабилност вашег веб места %3$s са странице %4$s"],"Your homepage can be indexed by search engines.":["Претраживачи могу индексирати вашу почeтну страницу"],"Indexability check by %1$s":["Индексабилност проверена на %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Ако желите да користите слику за дељење на %1$s, можете отпремити / изабрати слику или додати URL слике овде."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Ако не желите да користите мета опис за дељење на %1$s, већ желите други опис, напишите га овде."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Ако не желите да користите наслов за дељење на %1$s, већ желите да користите други наслов, напишите га овде."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sПретраживачи не могу да индексирају вашу почетну страну%2$s. То је веома лоше за SEO и требало би да то поправите."],"Once Weekly":["Јeдном нeдeљно"],"SEO score":["SEO резултат"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Прeрачунавам СЕО рeзултатe за свe дeловe садржаjа са фокусним изразом"],"%1$s of %2$s done.":["%1$s од %2$s је урађено."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Унапрeдили смо наш алгоритам за СЕО рeзултат. %1$sКликни овдe да поново израчунаш СЕО рeзултатe %2$s за свe чланкe и странe."],"Team Yoast":["Yoast Тим"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Прво право све-у једном SEO решење за WordPress, укључујући on-page анализу садржаја, XML мапу веб-места и још много тога. "],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Активација није успела:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Изгледа да је недоступан наставак у филтеру. Контактирајте хостинг компанију да вам то омогуће."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Инсталација %1$s додатка није завршена: Молимо вас погледајте %2$sинструкције за инсталацију%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Надоградња Standard PHP Library (SPL) није доступна. Замолите вашу хостинг компанију да је активира."],"SEO Settings":["SEO подешавања"],"Mobile-Friendly Test":["Тест прилагођености мобилном уређају"],"Google Page Speed Test":["Google Page Speed test"],"CSS Validator":["CSS валидатор"],"HTML Validator":["HTML валидатор"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins валидатор"],"Facebook Debugger":["Facebook дебагер"],"Check Headers":["Провери наслове"],"Check Google Cache":["Провери Google Cache"],"Analyze this page":["Анализирај ову страницу"],"Keyword Research":["Претрага кључних речи"],"%s does not seem to be a valid url. Please correct.":["чини се да %s није валидан url. Молимо, исправите га."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s чини се да није исправан %2$s низ карактера за проверу. Молимо, исправите га."],"%s Archive":["%s Архива"],"You searched for %s":["Тражили сте %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Резиме са великом сликом"],"Summary":["Резиме"],"The post %1$s appeared first on %2$s.":["Чланак %s се појављује прво на %s."],"No numeric value was received.":["Нема примљених бројних вредности."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Ово треба да буде постојећи блог. Блог %s не постоји или је означен као обрисан."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Поставка задатог блога треба да буде нумерички ID блога кога желите користити као подразумевану вредност."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s није исправан избор за корисника који има приступ %2$s подешавањима. Вредност је враћена на подразумевану."],"Please select a valid post type for taxonomy \"%s\"":["Молим вас, одаберите важећи тип чланка за таксономију \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Молим вас, одаберите важећу таксономију за тип чланка \"%s\""],"You searched for":["Тражили сте"],"Home":["Почетна"],"Archives for":["Архива за"],"Error 404: Page not found":["Грешка 404: Страница није пронађена"],"Good":["Добар"],"Replaced with a custom taxonomies description":[" Замењено прилагођеним описом таксономије"],"Replaced with a posts custom taxonomies, comma separated.":["Замењено прилагођеним таксономијама за чланак, одвојено зарезом."],"Replaced with a posts custom field value":["Замењено вредношћу из прилагођеног поља чланка "],"Replaced with the slug which caused the 404":["Замењено подлошком који даје 404"],"Replaced with the posts focus keyphrase":["Замењено фокусним изразом чланка"],"Attachment caption":["Наслов прилога"],"Replaced with the current page number":["Замењено тренутним бројем странице"],"Replaced with the current page total":["Замењено тренутним укупним бројем страна"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Замењено тренутним бројем странице која има садржај ( нпр 2 странице од 4)"],"Replaced with the post/page author's 'Biographical Info'":["Замењено са ауторовим чланком/страничним информацијама о биографији"],"Replaced with the post/page author's 'nicename'":["Замењено са ауторовим пост/страничним надимком"],"Replaced with the post/page ID":["Замењено идентификационим бројем чланка/странице"],"Replaced with the post/page modified time":["Замењено са промењеним временом чланка/странице"],"Replaced with the content type plural label":["Замењено натписом типа чланка у множини"],"Replaced with the content type single label":["Замењено натписом типа чланка у једнини"],"Replaced with the current search phrase":["Замењено тренутном фразом за претраживање"],"Replaced with the term name":["Замењено именом термина"],"Replaced with the term description":["Замењено описом термина"],"Replaced with the tag description":["Замењено описом ознаке"],"Replaced with the category description":["Замењено описом категорије"],"Replaced with the post categories (comma separated)":["Замењено категоријом чланка (одвојено заградом)"],"Replaced with the current tag/tags":["Замењено тренутно/тренутним ознаком/ознакама"],"Replaced with the post/page excerpt (without auto-generation)":["Замењено сижеом чланка/странице ( без аутоматског генерисања)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Замењено сижеом чланка/странице ( или аутоматско генерисање уколико не постоји)"],"The site's name":["Назив веб места"],"Replaced with the title of the parent page of the current page":["Замењен насловом стране родитеља тренутне стране"],"Replaced with the title of the post/page":["Замењено насловом чланка/странице"],"Replaced with the date of the post/page":["Замењено датумом чланка/странице"],"Page %1$d of %2$d":["Страница %1$d од %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["WPSEO стандардна заменска променљива се не може надвладати тако што се региструје променљива истим именом.\nУместо поменутог, користити \"wpseo_replacements\" филтер за подешавање заменске променљиве"],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Заменска променљива је већ пријављена. Покушајте изабрати јединственију заменску променљиву"],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Заменска променљива не може почињати са \"%%cf_\" или \"%%ct_\" обзиром да су карактери резервисани за WPSEO стандардну заменску променљиву за прилагођена поља и прилагођену таксономију.\nПокушајте изабрати заменску променљиву са мање сличним називом."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Заменска променљива може садржати само слова и бројеве, доњу црту или црту.\nПокушајте да преименујете вашу променљиву."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Белешка само за администратора: Ова станица не приказује мета опис, зато што исти не постоји. Напишите мета опис за ову страницу или изаберите опцију менија [%1$s - %2$s] и подесите шаблон."],"Page not found":["Страница није пронађена"],"%s Archives":["%s Архиве"],"Search for \"%s\"":["Претрага за \"%s\""],"Meta description to use for Author page":["Мета опис који се користи за страницу аутора"],"Title to use for Author page":["Наслов који се користи за страницу аутора"],"%1$s settings":["%1$s подешавања"],"Export your %1$s settings":["Извезите ваше %1$s поставке"],"Import settings":["Увезите подешавања"],"Import from other SEO plugins":["Увези из других SEO додатака"],"Import":["Увоз"],"If you had a %s file and it was editable, you could edit it from here.":["Уколико имате %s датотеку и можете да је мењате, можете је уређивати одавде."],"If your %s were writable, you could edit it from here.":["Ако је у вашу %s датотеку дозвољен упис, можете је уредити одавде."],"You don't have a %s file, create one here:":["Немате %s датотеку. Креирајте је овде:"],"A link to your site, with your site's name and description as anchor text.":["Веза до вашег веб места, са именом веб места и описом као текст везе."],"A link to your site, with your site's name as anchor text.":["Веза до вашег сајта, са именом сајта као текст линка."],"A link to the post, with the title as anchor text.":["Веза до чланка, са његовим насловом као текст линка."],"A link to the archive for the post author, with the authors name as anchor text.":["Линк ка архиви за ауторе чланка, са именом аутора као текстом линка."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Можете да користите следеће променљиве у тексту. Исте ће бити замењене вредношћу са десне стране."],"Content to put after each post in the feed":["Садржај који ће бити убачен после сваког чланка у довод"],"Content to put before each post in the feed":["Садржај који ће бити убачен пре сваког чланка у довод"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Ова функција се користи да аутоматски дода садржај у ваш RSS, односно, додаје повратне линкове ка вашем блогу и вашим чланцима, да би скрепери аутоматски додали те линкове, тиме помажући претраживачима да одреде вас као ауторе садржаја."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Коришћење breadcrumbs опције је објашњено у %1$sнаша база знања чланак о имплементацији breadcrumbs-a%2$s."],"How to insert breadcrumbs in your theme":["Како убацити breadcrumb-ове у вашу тему"],"Blog":["Блог"],"Content type archive to show in breadcrumbs for taxonomies":["Назив архиве за тип чланка који се, за таксономије, приказује у мрвицама."],"Taxonomy to show in breadcrumbs for content types":["Таксономија која се, за типове садржаја, приказује у мрвицама."],"Breadcrumb for 404 Page":["Breadcrumb за страницу 404"],"Prefix for Search Page breadcrumbs":["Префикс за breadcrumbs Стране за претрагу"],"Prefix for Archive breadcrumbs":["Префикс за breadcrumbs Архиве"],"Prefix for the breadcrumb path":["Префикс за breadcrumb путању"],"Anchor text for the Homepage":["Текст везе за почетну страну"],"Separator between breadcrumbs":["Сепаратор између breadcrumb-ова"],"Enable Breadcrumbs":["Дозволи Breadcrumb-ове"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["У наставку се налазе SEO оцене ваших објављених постова. Право је време да сада или касније кренете са оптимизацијом неких ваших постова."],"Credits":["Заслуге"],"« Back to Tools page":["« назад на страницу са алаткама"],"%1$s comes with some very powerful built-in tools:":["У %1$s су уграђени неки веома моћни алати:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Овај алат вам допушта да брзо мењате датотеке које су важне за ваш SEO, као што су robots.txt и .htaccess датотека, ако је имате. "],"File editor":["Уређивач датотека"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Увезите подешавања из других SEO додатака и извезите ваша подешавања за поновниу употребу на другом блогу."],"Import and Export":["Увоз и извоз"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Овај алат вам омогућава да брзо измените наслове и описе у вашим чланцима и страницама без потребе да уређујете сваку страницу посебно."],"Bulk editor":["Групни уређивач"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Да бисте %1$sпотврдили ваше веб место на Pinterest-у%2$s, додајте мета ознаку овде:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest користи Open Graph мета ознаке као и Facebook. Због тога будите сигурни да вам је одабран Open Graph на Facebook табу, уколико желите да оптимизујете вашу траницу за Pinterest. "],"The default card type to use":["Подразумевани тип картице за употребу"],"Add Twitter card meta data":["Додај мета податке за Twitter картицу"],"This image is used if the post/page being shared does not contain any images.":["Слика се користи ако чланак/страница која се дели не садржи никакве слике."],"Default settings":["Подразумевана подешавања"],"Copy home meta description":["Копирај мета опис почетне стране"],"Description":["Opis"],"Image URL":["Веза до слике"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Ово су назив, опис, и слика коришћени у Open Graph мета ознакама на почетној страници вашег сајта."],"Frontpage settings":["Подешавања насловне стране"],"Add Open Graph meta data":["Додај Open Graph мета податке"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter корисничко име"],"Facebook Page URL":["URL странице на Facebook-у"],"Accounts":["Налози"],"Restore site to defaults":["Врати веб место на подразумевана подешавања"],"Site ID":["ID веб места"],"Using this form you can reset a site to the default SEO settings.":["Коришћењем ове форме можете вратити веб место на почетна SEO подешавања."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Посебна подешавања која су везана за приватност (FB администратори и слично), за тему (прерада наслова) и још нека подешавања специфична за веб место неће бити увезена у нове блогове."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Упишите %1$sID веб места%2$s чије поставке желите да буду подразумеване вредности за сва веб места која се налазе у вашој мрежи. Оставите празно ако не желите да дефинишете ову вредност (користиће се подразумевана вредност додатка). "],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Одаберите веб место чије поставке желите да користите као подразумеване вредности за сва веб места која се налазе у вашој мрежи. Ако одаберете \"Ништа\", користиће се подразумевана вредност додатка."],"New sites in the network inherit their SEO settings from this site":["Нова веб места у мрежи наслеђују SEO подешавања овог веб места."],"Super Admins only":["Само за супер администраторе"],"Site Admins (default)":["Администратори сајта (подразумевано)"],"Who should have access to the %1$s settings":["Ко треба да има приступ %1$s подешавањима"],"spam":["непожељно"],"mature":["за одрасле"],"archived":["архивирано"],"public":["јавно"],"%s restored to default SEO settings.":["%s враћен на почетна SEO подешавња."],"Settings Updated.":["Подешавања ажурирана."],"404 pages":["404 стране"],"Search pages":["Стране за претрагу"],"These pages will be %s by default, so they will never show up in search results.":["Ове странице ће подразумевано бити %s, па се неће појављивати у резултатима претраге."],"Special Pages":["Специјалне стране"],"Date-based archives could in some cases also be seen as duplicate content.":["Архиве по датуму могу бити у неким случајевима узете као дуплирани садржај."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Ако се ово појављује на вашем веб месту, можете одабрати деактивирање (резултат је преусмеравање на почетну страницу) или додавање %s, тако да се не појављује у резултатима претраге."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Ако блог пише само један аутор, онда ће архива аутора бити идентична са почетном страном. Ово се зове %1$sпроблем дуплираног садржаја%2$s. "],"Date archives":["Архива по датумима"],"author archives":["архиве аутора"],"Title":["Наслов"],"%1$s Meta Box":["%1$s Мета оквир"],"Hide":["Сакриј"],"Date in Snippet Preview":["Датум у приказу сажетка"],"Take note:":["Обратите пажњу:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Почетна & Прва страна"],"Title Separator":["Сепаратор наслова"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s је сам препознао да ли треба да преправи наслове на вашим странама, ако мислите да није у праву и знате шта радите, овде можете да промените подешавање."],"Force rewrite titles":["Принудно преправљање наслова"],"Taxonomies":["Таксономије"],"Homepage":["Почетна страна"],"%1$s Extensions":["%1$s Надоградње"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Неометано интегришите WooCommerce са %1$s и добићете додатне функционалности!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Рангирајте се боље локално и на Google Maps без муке!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Да ли сте на Google News? Повећајте ваш саобраћај са Google News оптимизацијом."],"Optimize your videos to show them off in search results and get more clicks!":["Оптимизујте ваше видео садржаје да бисте их приказали у резултатима претраге и да бисте имали више кликова!"],"The premium version of %1$s with more features & support.":["Премиум верзија %1$s са више опција и са подршком."],"Person":["Особа"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Назив веб места"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Немате назив чланка у URL-у својих чланака и страница. Веома вам препоручујемо да то урадите. Размислите о постављању структуре сталних веза на /%postname%/. "],"RSS":["RSS"],"Breadcrumbs":["Breadcrumbs"],"or":["или"],"Save Profile":["Сачувај профил"],"There were no profiles found":["Није пронађен ниједан профил"],"Profile":["Профил"],"Current profile":["Тренутни профил"],"Authenticate":["Потврђивање идентитета"],"Get Google Authorization Code":["Преузмите Google код за ауторизацију"],"Reload crawl issues":["Поново учитај грешке crawler-а"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Да бисте могли да креирате преусмеравање и исправите овај проблем, треба вам %1$s. Додатак можете купити, укључујући годину дана подршке и ажурирања на %2$s. "],"Creating redirects is a %s feature":["Прављeњe преусмерења je %s опциjа"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Грешке које се дешавају само када ваш сајт проверава Googlebot за телефоне (грешке се нису појавиле за стоне рачунаре)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Грешке које се дешавају само када ваш сајт проверава Googlebot-Mobile (грешке се нису појавиле за стоне рачунаре). "],"Errors that occurred when your site was crawled by Googlebot.":["Грешке које су настале када ваш сајт проверава Googlebot."],"Issue categories":["Категорије проблема"],"Incorrect Google Authorization Code.":["Неправилан Google код за ауторизацију."],"The issues have been successfully reloaded!":["Проблеми су успешно учитани!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s подаци су уклоњени. Мораћете да поново потврдите идентитет ако желите да им приступите."],"Crawl errors per page":["Crawl грешака по страни"],"Search":["Претрага"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Немојте да игноришете ваше crawl грешке:%1$sповежите са Google Search Console овде%2$s."],"Create redirect":["Наравите преусмерење"],"Mark as fixed":["Означи као поправљено"],"Response code":["Код за одговор"],"First detected":["Први откривен"],"Last crawled":["Последње прикупљено"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s је открио да користите издање %2$s које није компатибилно са %1$s. Молимо ажурирајте %2$s на најновије издање како би могли користити ову особину."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast додаци међусобно деле неке делове кода како би учинили ваше веб место бржим и због тога је потребно да сви Yoast додаци буду редовно ажурирани. Откривено је да сви додаци нису ажурирани. Молимо вас да ажурирате Yoast додатке који још увек нису ажурирани."],"Feature phone":["Основни телефон"],"Smartphone":["Паметни телефон"],"Desktop":["Стони рачунар"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Мета URL-а не постоји, али ваш сервер не враћа 404 (документ није пронађен) грешку."],"Soft 404":["Меки 404"],"Request timed out or site is blocking Google.":["Захтев је истекао, или Google блокира веб место."],"Server Error":["Грешка на серверу"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot може да приступи вашем веб месту, али одређени URL-ови су блокирани за Googlebot-а у вашем %1$s документу. Ова блокада може да утиче на све Googlebot-ове, или само за Googlebot-mobile."],"Blocked":["Блокирано"],"Google was unable to crawl this URL due to an undetermined issue.":["Google није могао да провери URL због неодређеног проблема."],"URL points to a non-existent page.":["URL показује на непостојећу страну."],"Not found":["Није пронађено"],"Not followed":["Није праћено"],"Faulty redirects":["Неисправна преусмеравања"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Сервер захтева аутентификацију или блокира Googlebot-а да приступи овом веб месту."],"Access denied":["Приступ одбијен"],"Deactivate %s":["Искључи %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s додатак може узроковати проблеме када се користи заједно са %2$s. "],"Upload Image":["Отпреми слику"],"Remove these ads?":["Уклони ове рекламе?"],"%s Posts Overview":["%s прегледа чланака"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Breadcrumbs наслов се користи у breadcrumbs где се ова таксономија јавља."],"Breadcrumbs title":["Breadcrumbs наслов"],"The canonical link is shown on the archive page for this term.":["Канонски линк је показан на страни архиве за овај појам."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Остало"],"Archives":["Архива"],"Email":["Е-пошта"],"Previous":["Преtходно"],"Next":["Следећа"],"Close":["Затвори"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["И %1$s и %2$s могу да креирају XML мапу веб места. Постојање две XML мапе, за претраживаче није од користи, а може и да успори ваше веб место."],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Слика"],"%s Description":["%s Опис"],"%s Title":["%s Наслов"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Препоручена величина слике за %1$s је %2$s тачака."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Ако желите да премостите слике које су коришћене на %s за овај чланак, отпремите/изаберите слику овде."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Ако не желите да користите мета опис за дељење чланка на %s али желите други опис тамо, напишите га овде."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Ако не желите да користите наслов чланка за дељење на %s али желите да користите други наслов за то, напишите наслов овде."],"very difficult":["веома тешко"],"Try to make shorter sentences, using less difficult words to improve readability":["Покушајте да пишете краће реченице користећи мање тешке речи како би сте побољшали читљивост."],"difficult":["тешко"],"Try to make shorter sentences to improve readability":["Покушајте да пишете краће реченице како би сте побољшали читљивост"],"fairly difficult":["прилично тешко"],"OK":["OK"],"fairly easy":["прилично лако"],"easy":["лако"],"very easy":["веома лако"],"Meta Desc.":["Мета опис."],"All SEO Scores":["Сви SEO резултати"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO проблем: Истакнута слика треба да буде најмање 200x200 пиксела да би је Facebook и остале друштвене мреже преузеле."],"(no parent)":["(не постоји parent-child конекција)"],"Post is set to noindex.":["Чланак је подешен на \"noindex\"."],"The URL that this page should redirect to.":["URL на који би ова страница требала да преусмерава."],"301 Redirect":["301 преусмеравање"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["Канонски URL"],"Title to use for this page in breadcrumb paths":["Наслов који ће се користити за ову страну на breadcrumb путањи"],"Breadcrumbs Title":["Breadcrumbs наслов"],"No Snippet":["Без исечка"],"No Archive":["Без архиве"],"No Image Index":["Без индекса слика"],"None":["Нема"],"Site-wide default: %s":["Подразумеване вредности за цело веб место: %s"],"Advanced meta robots settings for this page.":["Напредна meta подешавања робота за ову страницу."],"Meta robots advanced":["Напредни мета роботи"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Упозорење: иако овде можете да поставите подешавања за мета роботе, читаво веб место је подешено да се не индексира и подешавањима приватности на нивоу целог веб места, тако да ово подешавање неће имати ефекта."],"Meta description":["Мета опис"],"SEO Title":["SEO наслов"],"Focus keyword":["Фокусна кључна реч"],"Snippet preview":["Преглед исечка"],"Settings successfully imported.":["Подешавања успешно увезена."],"Settings could not be imported:":["Подешавања се не могу увести:"],"Breadcrumb for 404 pages:":["Breadcrumb за \"404 страницу\":"],"Prefix for search result pages:":["Префикс за странице са резултатима претраге:"],"Prefix for archive pages:":["Префикс за архивске странице:"],"Prefix for breadcrumbs:":["Префикс за breadcrumbs:"],"Anchor text for the homepage:":["Текст везе за почетну страницу:"],"Breadcrumbs separator:":["Раставни знак за Breadcrumbs :"],"%s Breadcrumbs":["%s Breadcrumb-а"],"Use Image":["Користи слику"],"Action":["Акција"],"Page URL/Slug":["URL/Slug странице"],"Publication date":["Датум објаве"],"Post Status":["Статус чланка"],"WP Page Title":["WP наслов странице"],"View":["Поглед"],"View “%s”":["Погледај “%s”"],"Preview":["Приказ"],"Preview “%s”":["Приказ “%s”"],"Edit":["Уреди"],"Filter":["Филтер"],"New Yoast Meta Description":["Нови Yoast мета опис"],"Existing Yoast Meta Description":["Постојећи Yoast мета опис"],"Facebook profile URL":["URL Facebook профила"],"Twitter username (without @)":["Twitter налог (bez @)"],"FAQ":["FAQ"],"Premium Support":["Премијум подршка"],"Settings":["Подешавања"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Морате %1$sићи на ваша подешавања преусмерења%2$s и да искључите видљивост за претраживаче."],"Huge SEO Issue: You're blocking access to robots.":["Огроман SEO проблем: Блокирате приступ роботима."],"Posts":["Чланци"],"Edit Files":["Промени датотеке"],"Advanced Variables":["Напредне променљиве"],"Basic Variables":["Основне променљиве"],"General":["Опште"],"Extensions":["Надоградње"],"Search Console":["Конзола за претрагу"],"Tools":["Алати"],"Advanced":["Напредно"],"XML sitemaps":["XML мапа веб места"],"Social":["Друштвене"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s је пронашао да користите верзију %2$s од %3$s, молим вас ажурирајте на најновију верзију да би избегли проблеме са компатибилношћу."],"Just another WordPress site":["Још једно WordPress веб место"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Још увек имате подразумевани WordPress поднаслов, празан је вероватно боља опција. \n%1$sМожете то поправити кроз прилагођавач%2$s."],"You have used HTML in your value which is not allowed.":["Употребили сте HTML као вредност променљиве, што није дозвољено"],"You can't edit %s that aren't yours.":["Не можете мењати %s који нису ваши."],"You can't edit %s.":["Не можете мењати %s."],"Post has an invalid Content Type: %s.":["Чланак има неважећи тип садржаја:%s."],"Post doesn't exist.":["Чланак не постоји."],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["Отпад (%s)","Отпад (%s)","Отпад (%s)"],"posts\u0004All (%s)":["Сви (%s)","Сви (%s)","Сви (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/sv_SE.json b/Resources/Private/Languages/sv_SE.json index 423412a..14f4e71 100644 --- a/Resources/Private/Languages/sv_SE.json +++ b/Resources/Private/Languages/sv_SE.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"sv_SE"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLäsbarhet%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Läs %1$sdetta inlägg för mer information om varför vi inte stöder äldre versioner.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":["Personlig logga/profilbild"],"Extend %s":["Utöka %s"],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":["Inlägg med SEO-poäng: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":["Ta bort det här meddelandet"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":["Skaffa tillägget %s nu"],"Organization social profiles":["Organisationens sociala profiler"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Du kan redigera detaljerna som visas i metadata, som social profil, namnet och beskrivningen av denna användare på dess %1$s profilsida."],"Personal info":["Personlig information"],"Organization logo":["Organisationens logga"],"Organization name":["Organisationens namn"],"Choose whether the site represents an organization or a person.":["Välj om webbplatsen representerar en organisation eller en person."],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":["För att ändra sociala konton som används för din webbplats, uppdatera detaljerna för %1$s."],"That means that the form and information below is disabled, and not used.":["Det betyder att formuläret och informationen nedan är inaktiverad och inte används."],"Your website is currently configured to represent a Person":["Din webbplats är för närvarande konfigurerad att representera en person"],"(if one exists)":["(om någon finns)"],"Wikipedia page about you":["Wikipedia-sida om dig"],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":["Organisation eller person"],"The person":["Personen"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Representerar din webbplats en person eller en organisation?"],"The name of the organization":["Namnet på organisationen"],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":["Välj en användare…"],"Uncategorized":["Okategoriserad"],"Name:":["Namn:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Du har valt användaren %1$s som den person denna webbplats representerar. Deras användarprofilinformation kommer nu att användas i sökresultaten. %2$sUppdatera dennes profil för att säkerställa att informationen är korrekt.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Fel: Välj en användare nedan för att göra din webbplats metadata komplett."],"SEO score: %s":["SEO-poäng: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Om en Wikipedia-sida för dig eller din organisation finns kan du lägga till den också."],"Wikipedia URL":["Wikipedia-länk"],"Pinterest profile URL":["Pinterest profil-URL"],"Instagram profile URL":["Instagram profil-ULR"],"LinkedIn profile URL":["LinkedIn profil-URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Nyckelordsforskning är viktigt i alla SEO-strategier. Du bestämmer vilka sökord du vill hittas på och funderar ut vilka ord din publik använder för att hitta dig. Bra nyckelordsforskning berättar för dig vilket innehåll du behöver för att ranka för de ord du vill ranka för. Se till att dina ansträngningar koncentreras på de nyckelord du verkligen har en chans att ranka för! %1$s tar dig genom denna process, steg för steg."],"SEO for Beginners training":["Utbildning i SEO för nybörjare"],"%s for WordPress training":["%s för WordPress-utbildning"],"All-around SEO training":["Heltäckande SEO-utbildning"],"The image you selected is too small for Facebook":["Den bild du valt är för liten för Facebook"],"The given image url cannot be loaded":["Den angivna bild-URL:en kan inte laddas"],"Find out what words your audience uses to find you":["Ta reda på vilka ord din publik använder för att hitta dig"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: Innehållet får %3$s på testet, vilket anses vara %4$s att läsa. %5$s"],"No JSON object was returned.":["Inget JSON-objekt returnerades."],"Received internal links":["Mottagna interna länkar"],"Outgoing internal links":["Utgående interna länkar"],"New step added":["Nytt steg tillagd"],"New question added":["Ny fråga tillagd"],"To be able to create a redirect and fix this issue, you need %1$s. ":["För att kunna skapa en omdirigering och åtgärda problemet behöver du %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Du kan köpa tillägget, inklusive ett års support och uppdateringar, på %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Funktionen Text link counter ger dig inblick i hur många länkar som finns i din text och hur många andra som länkar till din text. Detta är väldigt behjälpligt när du jobbar på att förbättra din %1$sinterna länkning%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["För att denna funktion ska fungera kräver %1$s åtminstone PHP-version %2$s. Vi har upptäckt PHP-version %3$s på denna webbplats."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Överväg noggrant följderna och %1$släs det här inlägget%2$s om du vill ha mer information om effekten av att visa media i sökresultaten."],"Keyphrase":["Nyckelordsfras"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["För att denna funktion ska fungera behöver %1$s skapa en tabell i din databas. Vi kunde inte skapa denna tabell automatiskt."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Genom att aktivera det här alternativet visas webbadresser för bilagor för både dina besökare och Google. För att lägga till värde på din webbplats bör de innehålla användbar information, annars kan de ha en negativ inverkan på din ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Funktionen %3$stextlänkräknaren%4$s (introducerad i %1$s %2$s) är för närvarande inaktiverad."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Läs följande %1$skunskapsbasartikel%2$s för att ta reda på hur du löser detta problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["För att se till att alla länkar i dina texter räknas, måste vi analysera alla dina texter."],"All you have to do is press the following button and we'll go through all your texts for you.":["Allt du behöver göra är att trycka på följande knapp och vi går igenom alla dina texter åt dig."],"Count links":["Räkna länkar"],"Free":["Gratis"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAlt-parameter för bilder%5$s: Av totalt %2$d bild på denna sida har %1$d en alt-parameter med ord från nyckelordsfrasen eller dess synonymer. Det är i mesta laget. %4$sLägg bara in nyckelordsfrasen eller dess synonymer när den faktiskt passar för bilden%5$s!"],"%1$sImage alt attributes%2$s: Good job!":["%1$sAlt-parametrar för bilder%2$s: Bra jobbat!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAlt-parameter för bilder%5$s: Av totalt %2$d bild på denna sida har endast %1$d en alt-parameter som återspeglar textens tema. %4$sLägg in din nyckelordsfras eller dess synonymer i alt-parametrarna för fler relevanta bilder%5$s!","%3$sAlt-parameter för bilder%5$s: Av totalt %2$d bilder på denna sida har endast %1$d en alt-parameter som återspeglar textens tema. %4$sLägg in din nyckelordsfras eller dess synonymer i alt-parametrarna för fler relevanta bilder%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAlt-parametrar för bilder%3$s: Bilderna på denna sida har inte alt-parametrar som återspeglar textens ämne. %2$sLägg till nyckelordsfrasen eller dess synonymer i alt-parametrarna för relevanta bilder%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAlt-parametrar för bilder%3$s: Bilderna på denna sida har alt-parametrar, men du har inte angett din nyckelordsfras. %2$sRätta till det%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sNyckelordsfras i underrubriker%2$s: %3$s av dina underrubriker på toppnivån återspeglar textens ämne. Stiligt!","%1$sNyckelordsfras i underrubriker%2$s: %3$s av dina underrubriker på toppnivån återspeglar textens ämne. Stiligt!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sNyckelordsfras i underrubrik%2$s: Underrubrikerna på toppnivån återspeglar textens ämne. Bra jobbat!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sNyckelordsfras i underrubriker%3$s: %2$sAnvänd oftare nyckelfrasen eller dess synonymer i dina underrubriker på toppnivå%3$s!"],"Page %s":["Sida %s"],"Cannot get the size of %1$s because of unknown reasons.":["Av okänd anledning går det inte att läsa av storleken på %1$s."],"Cannot get the size of %1$s because it is hosted externally.":["Det går inte att läsa av storleken på %1$s eftersom adressen leder till extern server."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Du behöver bara ändra till läget ”På” så kan du använda den omkalibrerade analysen. På samma gång lägger vi till dig i vår speciella utskickslista. Vi kommer bara att skicka meddelanden som berör din upplevelse av omkalibreringen!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Vi har %1$somkalibrerat vår analys%2$s. Med den nya analysen kommer vi ännu närmare hur Google ser din webbplats. Det vore %3$sunderbart%4$s om du ville %3$svara med och beta-testa den här funktionen%4$s åt oss!"],"Get an even better analysis":["Få ännu bättre analysresultat"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sEndast en rubrik%3$s: Taggen H1 bör endast användas för din huvudrubrik. Hitta alla H1-taggar i texten som inte är huvudrubriken och %2$sändra dem till en lägre rubriknivå%3$s!"],"Improve sharing on Facebook and Pinterest":["Förbättra delningen på Facebook och Pinterest"],"You do not have the required rights to export settings.":["Du har inte rättigheterna som krävs för att exportera inställningar."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopiera alla dessa inställningar till fliken %1$s på en annan webbplats och klicka på ”%1$s” där."],"These are settings for the %1$s plugin by %2$s":["Dessa är inställningar för tillägg %1$s av %2$s"],"No settings found.":["Inga inställningar hittades."],"Export your %1$s settings here, to copy them on another site.":["Exportera dina %1$s-inställningar här för att kopiera dem på en annan webbplats."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import av inställningar stöds bara på servrar som kör PHP 5.3 eller högre."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importera inställningar genom att klistra in de inställningar du kopierade från en annan webbplats här och klicka på ”%s”."],"Paste your settings from another %s installation.":["Klistra in dina inställningar från en annan %s-installation."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades 0 gånger. Det är lägre än rekommenderade minsta antalet, %3$d gånger i en text av denna längd. %4$sFokusera på din nyckelordsfras%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %5$d gång. Det är lägre än rekommenderade minsta antalet, %3$d gånger i en text av denna längd. %4$sFokusera på din nyckelordsfras%2$s!","%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %5$d gånger. Det är lägre än rekommenderade minsta antalet, %3$d gånger i en text av denna längd. %4$sFokusera på din nyckelordsfras%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %3$d gång. Det är perfekt!","%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %3$d gånger. Det är perfekt!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %5$d gång. Det är mer än det rekommenderade högsta antalet, %3$d gånger för en text av denna längd. %4$sÖveroptimera inte%2$s!","%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %5$d gånger. Det är mer än det rekommenderade högsta antalet, %3$d gånger för en text av denna längd. %4$sÖveroptimera inte%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %5$d gång. Det är långt mer än det rekommenderade högsta antalet, %3$d gånger för en text av denna längd. %4$sÖveroptimera inte%2$s!","%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %5$d gånger. Det är långt mer än det rekommenderade högsta antalet, %3$d gånger för en text av denna längd. %4$sÖveroptimera inte%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Indexerbar information raderad för objektet %1$s av typen %2$s"],"Indexable saved for object %1$s with type %2$s":["Indexerbar information sparad för objektet %1$s av typen %2$s"],"Indexable created for object %1$s with type %2$s":["Indexerbar information skapad för objektet %1$s av typen %2$s"],"Indexable meta deleted.":["Indexerbar meta borttagen."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Indexerbar meta-information sparad för indexerbart id %1$s med meta-nyckeln %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Indexerbar meta-information har skapats för indexerbart id %1$s med meta-nyckeln %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Ingen meta-information hittades för indexerbart id %1$s och meta-nyckeln %2$s."],"There is no indexable found for author id %1$s.":["Inget indexerbart hittades för författar-id %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Ingen primär term hittades för inläggs-id %1$s och taxonomin %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Inget indexerbart hittades för term-id %1$s och taxonomin %2$s."],"There is no indexable found for post id %1$s.":["Inget indexerbart hittades för inläggs-id %1$s."],"Method %1$s() does not exist in class %2$s":["Metod %1$s() finns inte i klass %2$s"],"With %s, you can easily create such redirects.":["Med %s kan du enkelt skapa sådana omdirigeringar."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Om du ändrar dina permalänkar riskerar du att allvarligt påverka webbplatsen synlighet för sökmotorer. Man ska nästan %1$saldrig%2$s göra detta på en aktiv webbplats."],"WARNING:":["VARNING:"],"Learn about why permalinks are important for SEO.":["Lär dig om varför permalänkar är viktiga för SEO."],"Google Ads":["Google annonser"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunktionsord i nyckelordsfras%3$s: Din nyckelordsfras \"%4$s\" innehåller endast funktionsord. %2$sLäs mer om vad som gör en nyckelordsfras bra.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Visste du att %s också analyserar olika versioner av ord i din nyckelordsfras, till exempel plural och olika tempus?"],"Clear Image":["Tydlig bild"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLängd på nyckelordsfras%3$s: %2$sAnge en nyckelordsfras för att räkna ut din SEO-poäng%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sNyckelordsfrasen i permalänken%2$s: Mer än hälften av nyckelordsfrasen finns i permalänken. Jättebra!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sNyckelordsfrasen i permalänken%3$s: (En del av) din nyckelordsfras saknas i permalänken. %2$sDet bör du åtgärda%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sNyckelordsfrasen i slug%2$s: Bra jobbat!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sNyckelordsfrasen i rubriken%3$s: Några ord i din nyckelordsfras ”%4$s” saknas i SEO-rubriken. %2$sSträva efter att ha en exakt kopia av din nyckelordsfras i SEO-rubriken%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sNyckelordfras i rubrik%3$s: Innehåller inte exakt matchning. %2$sFörsök skriva den exakta matchningen för din nyckelordsfras i SEO-rubriken%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sNyckelordsfras i rubrik%3$s: Den exakta matchningen av nyckelordsfrasen visas i SEO-rubriken, men inte i början. %2$sFörsök flytta den till början%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sNyckelordsfras i rubrik%2$s: Den exakta matchningen av nyckelordsfrasen visas i början av SEO-rubriken. Bra jobbat!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sFördelning av nyckelordsfras%2$s: Bra jobbat!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sFördelning av nyckelordsfras%3$s: Ojämn. Delar av din text innehåller inte nyckelordsfrasen eller dess synonymer. %2$sFördela nyckelordsfrasen mer jämnt%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sFördelning av nyckelordsfras%3$s: Väldigt ojämn. Stora delar av din text innehåller inte nyckelordsfrasen eller dess synonymer. %2$sFördela nyckelordsfrasen mer jämnt%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sFördelning av nyckelordsfras%3$s: %2$sInkludera din nyckelordsfras eller dess synonymer för att vi ska kunna analysera fördelningen%3$s."],"Help on choosing the perfect focus keyphrase":["Hjälp att välja den perfekta fokusnyckelordsfrasen"],"Would you like to add a related keyphrase?":["Vill du lägga till en relaterad nyckelordsfras?"],"Go %s!":["Kör %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Om man inte visar datumarkiven i sökresultaten innebär detta man tekniskt har en %1$s meta-flagga för robotar. %2$sLäs mer om inställningar för sökresultat%3$s."],"Rank better with synonyms & related keyphrases":["Ranka högre med synonymer och relaterade nyckelordsfraser"],"optimize a single post for synonyms and related keyphrases.":["optimera ett enskilt inlägg för synonymer och relaterade nyckelordsfraser."],"Synonyms & related keyphrases":["Synonymer och relaterade nyckelordsfraser"],"Add related keyphrase":["Lägg till relaterad nyckelordsfras"],"Dismiss %s upgrade notice":["Avfärda %s uppgraderingsnotis"],"Upgrade to %s":["Uppgradera till %s"],"%1$s video":["%1$s video"],"Get %s":["Skaffa %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sTidigare använd nyckelordsfras%6$s: Du har använt denna nyckelordsfras %1$s%2$d gånger tidigare%3$s. %5$sAnvänd inte din nyckelordsfras mer än en gång%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sTidigare använd nyckelordsfras%5$s: Du har använt denna nyckelordsfras %1$sgång tidigare%2$s. %4$sAnvänd inte din nyckelordsfras mer än en gång%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sTidigare använd nyckelordsfras%2$s: Du har inte använt denna nyckelordsfras tidigare, mycket bra."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug för lång%3$s: slug för denna sida är lite för lång. %2$sGör den kortare%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sNyckelordsfras i länk%3$s: Du länkar till en annan sida med orden som du vill att den här sidan ska ranka för. %2$sGör inte det%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Detta ligger långt under det rekommenderade minimumet av %5$d ord. %3$sLägg till mer innehåll%4$s.","Detta ligger långt under det rekommenderade minimumet av %5$d ord. %3$sLägg till mer innehåll%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Detta är under rekommenderat minimum av %5$d ord. %3$sLägg till mer innehåll%4$s.","Detta är under rekommenderat minimum av %5$d ord. %3$sLägg till mer innehåll%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sTextlängd%4$s: Texten innehåller %1$d ord.","%2$sTextlängd%4$s: Texten innehåller %1$d ord."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sTextlängd%3$s: Texten innehåller %1$d ord. Bra jobbat!","%2$sTextlängd%3$s: Texten innehåller %1$d ord. Bra jobbat!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sNyckelordsfras i underrubrik%3$s: Över 75 %% av toppnivåns underrubriker återspeglar textens ämne. Det är för mycket. %2$sOptimera inte för hårt%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO rubrikbredd%3$s: %2$sSkapa en SEO-rubrik%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO rubrikbredd%3$s: SEO-rubriken är bredare än den synliga gränsen. %2$sFörsök att göra den kortare%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO rubrikbredd%2$s: Bra jobbat!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO-rubrikens längd%3$s: SEO-rubriken är för kort. %2$sAnvänd utrymmet till att lägga till varianter av nyckelordsfrasen eller skapa effektiv uppmanande text%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sUtgående länkar%2$s: Det finns både nofollowed och normala utgående länkar på denna sida. Bra jobbat!"],"%1$sOutbound links%2$s: Good job!":["%1$sUtgående länkar%2$s: Bra jobbat!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sUtgående länkar%3$s: Alla utgående länkar på denna sida är nofollowed. %2$sLägg till några vanliga länkar%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sUtgående länkar%3$s: Inga utgående länkar visas på denna sida. %2$sLägg till några%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMetabeskrivningslängd%2$s: Bra gjort!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMetabeskrivningslängd%3$s: Metabeskrivningen är längre än %4$d tecken. För att vara säker på att hela beskrivningen är synlig, %2$sbör du korta ned den%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMetabeskrivningslängd%3$s: Metabeskrivningen är för kort (under %4$d tecken). Upp till %5$d tecken är tillgängliga. %2$sAnvänd utrymmet%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMetabeskrivningslängd%3$s: Ingen metabeskrivning har specifierats. Sökmotorer kommer att visa text från sidan istället. %2$sSe till att skriva en%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sNyckelordsfras i metabeskrivning%2$s: Metabeskrivningen har specificerats, men den innehåller inte nyckelordsfrasen. %3$sÅtgärda det%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sNyckelordsfras i metabeskrivningen%2$s: Nyckelordsfrasen återfinns i metabeskrivningen %3$s gånger, vilket är mer än det rekommenderade maximala värdet 2 gånger. %4$sMinska%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sNyckelordsfras i metabeskrivning%2$s: Nyckelordsfras eller synonym visas i metabeskrivningen. Bra gjort!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sNyckelordsfraslängd%5$s: Nyckelordsfrasen är %1$d ord lång. Det är lågt mycket mer än det rekommenderade maximumet – %2$d ord. %4$sKorta ned%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sNyckelordsfraslängd%5$s: Nyckelordsfrasen är %1$d ord lång. Det är fler än det rekommenderade maximumet – %2$d ord. %4$sKorta ned%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sNyckelordsfraslängd%2$s: Bra jobbat!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sNyckelordsfras i introduktionen%3$s: Din nyckelordsfras eller dess synonymer förekommer inte i den första paragrafen. %2$sSe till att ämnet genast framgår%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sNyckelordsfras i introduktion%3$s:Din nyckelordsfras eller dess synonymer finns i det första stycket i texten, men inte inom samma mening. %2$sÅtgärda det%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sNyckelordsfras i inledning%2$s: Bra gjort!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterna länkar%2$s: Det finns både nofollowed och normal interna länkar på denna sida. Bra jobbat!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterna länkar%2$s: Du har tillräckligt med interna länkar. Bra jobbat!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterna länkar%3$s: De interna länkarna på denna sida är alla nofollow. %2$sLägg till några bra interna länkar%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterna länkar%3$s: Inga interna länkar visas på denna sida, %2$s var noga med att lägga till några%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sÖvergångsord%2$s: Bra gjort!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sÖvergångsord%2$s: Endast %3$s av meningarna innehåller övergångsord, vilket inte är tillräckligt. %4$sAnvänd fler%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sÖvergångsord%2$s: Ingen av meningarna innehåller övergångsord. %3$sAnvänd några%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sInte tillräckligt med innehåll%2$s: %3$sLägg till lite innehåll för att möjliggöra en bra analys%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sFördelning av underrubriker%2$s: Du använder inga underrubriker, men din text är så kort att du förmodligen inte behöver dem."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sFördelning av underrubriker%2$s: Du använder inga underrubriker trots att din text är ganska lång. %3$sFörsök lägga till några underrubriker%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sFördelning av underrubriker%2$s: Bra jobbat!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sMeningslängd%2$s: %3$s meningarna innehåller mer än %4$s ord, vilket är mer än det rekommenderade maximalt %5$s. %6$sFörsök att förkorta meningarna%2$s."],"%1$sSentence length%2$s: Great!":["%1$sMeningslängd%2$s: Bra!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sEfterföljande meningar%2$s: Det finns tillräckligt med variation i dina meningar. Bra jobbat!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLängd på textstycken%2$s: Inget stycke är för långt. Bra jobbat!"],"Good job!":["Bra jobbat!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Fokusnyckelordsfras"],"%1$s with ID %2$s couldn't be patched":["%1$s med ID %2$s kunde inte patchas"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Ogiltig POST-förfråga. Meta-värden finns redan för objekt med ID %1$s."],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":["Inget objekt med ID %1$s och %2$s kunde hittas"],"`%1$s` is not a valid subtype of `%2$s`":["”%1$s” är inte en giltig undertyp av ”%2$s”"],"The object type `%1$s` is invalid":["Objekttypen ”%1$s” är ogiltig"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Ogiltig typ för parameter ”%1$s” passerade. Förväntade ”%2$s”, men fick ”%3$s”"],"The parameter `%1$s` cannot be empty.":["Parametern ”%1$s” kan inte vara tom."],"Check Keyphrase Density":["Kontrollera nyckelordsfrasens densitet"],"Disable":["Inaktivera"],"Allow Control":["Tillåt kontroll"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Denna flik låter dig selektivt inaktivera funktioner i %s för alla webbsidor i nätverket. Som standard är alla funktioner aktiverade, vilket låter sidadministratörer att själva avgöra om de vill använda en funktion eller inte för sin webbplats. Om du inaktiverar en funktion här kommer administratörerna för olika webbplatser inte att kunna använda den funktionen överhuvudtaget."],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Nyckelordsfras:"],"Remove keyphrase":["Ta bort nyckelordsfras"],"This feature has been disabled by the network admin.":["Denna funktion har inaktiverats av nätverksadministratören."],"Focus keyphrase not set.":["Ingen fokusnyckelordsfras har angetts."],"Multiple keyphrases":["Flera nyckelordsfraser"],"Colon":["Kolon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Både %1$s och %2$s hanterar SEO på din webbplats. Att köra två SEO-tillägg samtidigt är skadlig."],"There is a new notification.":["Det finns en ny notis.","Det finns nya notiser."],"Learn more about the readability analysis":["Lär dig mer om läsbarhetsanalysen"],"Describe the duration of the instruction:":["Beskriv varaktigheten av instruktionen:"],"Optional. Customize how you want to describe the duration of the instruction":["Valfritt. Anpassa hur du vill beskriva varaktigheten av instruktionen"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Detta är en lista med relaterat innehåll som du kan länka i ditt inlägg. {{a}}Läs vår artikel om webbplatsstruktur{{/a}} för att lära dig mer om hur intern länkning kan bidra till att förbättra din SEO."],"%s, %s and %s":["%s, %s och %s"],"%s and %s":["%s och %s"],"%d minute":["%d minut","%d minuter"],"%d hour":["%d timme","%d timmar"],"%d day":["%d dag","%d dagar"],"Enter a step title":["Ange en stegrubrik"],"Optional. This can give you better control over the styling of the steps.":["Valfritt. Detta kan ge dig bättre kontroll över utseendet på stegen."],"CSS class(es) to apply to the steps":["CSS-klass(er) som ska tillämpas på steget"],"minutes":["minuter"],"hours":["timmar"],"days":["dagar"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Skapa en Hur-gör-man-guide på ett SEO-vänligt sätt. Du kan endast använda ett Hur-gör-man-block per inlägg."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Lista dina FAQs på ett SEO-vänligt sätt. Du kan endast använda ett FAQ-block per inlägg."],"Copy error":["Kopiera fel"],"An error occurred loading the %s primary taxonomy picker.":["Ett fel uppstod under hämtning av %s primära taxonomi-väljaren."],"%1$s Structured Data Blocks":["%1$s strukturerade datablock"],"Time needed:":["Tid som behövs:"],"Move question down":["Flytta fråga ner"],"Move question up":["Flytta fråga upp"],"Insert question":["Infoga fråga"],"Delete question":["Ta bort fråga"],"Enter the answer to the question":["Ange svaret på frågan"],"Enter a question":["Ange en fråga"],"Add question":["Lägg till fråga"],"Frequently Asked Questions":["Vanliga frågor"],"Great news: you can, with %s!":["Bra nyheter: du kan, med %s!"],"Select the primary %s":["Välj den primära %s"],"Check links to this URL":["Kontrollera länkar till denna URL"],"Keyword research training":["Träning i nyckelordsforskning"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Kolla i %1$sarkivmallen%2$s efter följande innehållstyp: %3$s.","Kolla i %1$sarkivmallarna%2$s efter följande innehållstyper: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Försöker du använda flera nyckelordsfraser? Du borde lägga till dem separat nedan."],"Mark as cornerstone content":["Markera som grundstensinnehåll"],"Move step down":["Flytta steg ner"],"Move step up":["Flytta steg upp"],"Insert step":["Infoga steg"],"Delete step":["Ta bort steg"],"Add image":["Lägg till bild"],"Enter a step description":["Ange en stegbeskrivning"],"Enter a description":["Ange en beskrivning"],"Unordered list":["Osorterad lista"],"Showing step items as an ordered list.":["Visar stegobjekt i en sorterad lista."],"Showing step items as an unordered list":["Visar stegobjekt i en osorterad lista."],"Add step":["Lägg till steg"],"Delete total time":["Ta bort total tid"],"Add total time":["Lägg till total tid"],"How to":["Hur man gör"],"How-to":["Hur-man-gör"],"Snippet Preview":["Förhandsgranska förhandsvisningstext"],"Analysis results":["Analysresultat"],"Enter a focus keyphrase to calculate the SEO score":["Ange en fokus-nyckelordsfras för att beräkna SEO-poängen"],"Learn more about Cornerstone Content.":["Lär dig mer om grundstensinnehåll."],"Cornerstone content should be the most important and extensive articles on your site.":["Grundstensinnehåll ska vara de viktigaste och mest omfattande artiklarna på din webbplats."],"Restore Site":["Återställ webbplats"],"Network Settings":["Nätverksinställningar"],"You are not allowed to perform this action.":["Du saknar behörighet att utföra denna åtgärd."],"Error: %s":["Fel: %s"],"Success: %s":["Klart: %s"],"Site with ID %d not found.":["Webbplats med ID %d hittades inte."],"No site has been selected to restore.":["Ingen webbplats har valts för att återställa."],"You are not allowed to modify unregistered network settings.":["Du saknar behörighet att modifiera oregistrerade nätverksinställningar."],"deleted":["borttaget"],"Would you like to add another keyphrase?":["Vill du lägga till en till nyckelordsfras?"],"image preview":["förhandsgranskning av bild"],"Copied!":["Kopierad!"],"Not supported!":["Stöds inte!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Läs {{a}}vår artikel om webbplatsstruktur{{/a}} för att lära dig mer om hur interna länkar kan hjälpa dig att förbättra din SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["När du lagt till lite mer text, ger vi dig en lista på relaterat innehåll du kan länka i ditt inlägg."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Överväg att länka till dessa {{a}}grundstensartiklar:{{/a}}"],"Consider linking to these articles:":["Överväg att länka till dessa artiklar:"],"Copy link":["Kopiera länk"],"Copy link to suggested article: %s":["Kopiera länk till föreslagen artikel: %s"],"The site's tagline":["Webbplatsens slogan"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Vi har nyligen förbättrat funktionaliteten för inställningar för sökutseende. Tyvärr har vi upptäckt att sparandet av specifika inläggstyp-arkiv kan gå fel i vissa specialfall. "],"Not all required fields are given. Missing field %1$s":["Alla obligatoriska fält är inte ifyllda. Fältet %1$s saknas"],"Optimize your site for Google News.":["Optimera din webbplats för Google Nyheter."],"Optimize your shop's SEO and sell more products!":["Optimera din butiks SEO och sälj fler produkter!"],"Be found in Google Video search and enhance your video sharing on social media.":["Bli hittad i Google video-sökning och förbättra din videodelning på sociala medier."],"Be found in Google Maps and local results.":["Bli hittad i Google Maps och lokala resultat."],"Learn practical SEO skills to rank higher in Google.":["Lär dig praktiska SEO-färdigheter för att ranka högre i Google."],"Don’t waste time figuring out the best settings yourself.":["Slösa inte tid på att hitta de bästa inställningarna själv."],"Get quick wins to make your site rank higher in search engines.":["Få snabba vinster för att göra din webbplats rankad högre i sökmotorer."],"Add synonyms":["Lägg till synonymer"],"Would you like to add keyphrase synonyms?":["Vill du lägga till nyckelordsfras-synonymer?"],"Would you like to add more than one keyphrase?":["Vill du lägga till mer än en nyckelordsfras?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Du kan redigera dina SEO meta-data för denna anpassade typ på %1$sbutikssidan%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Du har inte angivit någon sida för din butik i inställningarna för WooCommerce. Gör det först."],"Current year":["Nuvarande år"],"Page":["Sida"],"Breadcrumb settings for %s archive":["Inställningar för synlig sökväg för arkivet %s"],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Redigera din metabeskrivning genom att ändra den här"],"description (custom taxonomy)":["beskrivning (anpassad taxonomi)"],"(custom taxonomy)":["(anpassad taxonomi)"],"(custom field)":["(anpassat fält)"],"Term404":["Term404"],"Caption":["Rubrik"],"Pagenumber":["Sidnummer"],"Pagetotal":["Sidtotal"],"Page number":["Sidnummer"],"User description":["Användarbeskrivning"],"ID":["ID"],"Modified":["Ändrad"],"Post type (plural)":["Inläggstyp (plural)"],"Post type (singular)":["Inläggstyp (singular)"],"Separator":["Avgränsare"],"Search phrase":["Sökfras"],"Term title":["Termrubrik"],"Term description":["Termbeskrivning"],"Tag description":["Etikettbeskrivning"],"Category description":["Kategoribeskrivning"],"Primary category":["Huvudkategori"],"Category":["Kategori"],"Tag":["Etikett"],"Excerpt only":["Endast utdrag"],"Excerpt":["Utdrag"],"Site title":["Sidrubrik"],"Archive title":["Arkivrubrik"],"Parent title":["Överordnad rubrik"],"Date":["Datum"],"Label":["Etikett"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Du bör skapa en omdirigering för att se till att dina besökare inte får ett 404-fel när de klickar på webbadressen som inte längre fungerar."],"Search engines and other websites can still send traffic to your deleted post.":["Sökmotorer och andra webbplatser kan fortfarande skicka trafik till ditt borttagna inlägg."],"Make sure you don't miss out on traffic!":["Se till att du inte missar trafik!"],"You just deleted a %1$s.":["Du tog just bort en %1$s."],"You just trashed a %1$s.":["Du slängde just en %1$s."],"Settings for %s archive":["Inställningar för arkivet %s"],"Settings for single %s URLs":["Inställningar för enskilda %s-URL:er"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Inställningarna på denna sida låter dig ange vilket sökutseende som ska användas som standard för vilken typ av innehåll du har. Du kan välja vilka inläggstyper som ska synas i sökresultat och vad deras beskrivning ska vara som standard."],"Note that not all variables can be used in every field.":["Observera att vissa variabler inte går att använda i alla fält."],"Snippet variables":["Variabler för förhandsvisningstext"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respekterar din integritet. Läs vår %2$sintegritetspolicy%3$s om hur vi hanterar dina personuppgifter."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Om du vet vad detta betyder och inte vill se det här meddelandet längre, kan du %1$savfärda detta meddelandet%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Dina webbplatsinställningar tillåter för närvarande att det finns webbadresser till bilagor. Läs %1$sdetta inlägg om en eventuell risk%2$s med webbadresser till bilagor och kontrollera om du har rätt inställningar för din webbplats."],"Unknown type %1$s":["Okänd typ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inkluderar ett gratis konto på MyYoast som ger dig fri tillgång till vår gratis SEO-kurs för nybörjare!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Prenumerera på vårt nyhetsbrev om du vill hålla dig uppdaterad inom %1$s, andra häftiga tillägg av %2$s och intressanta nyheter och tips inom SEO-världen."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Skaffa din verifieringskod för Baidu i %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Verifieringskod för Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Importfunktionen %s använder temporära databastabeller. Det verkar som om din WordPress-installation inte har möjlighet att göra detta, vänligen kontakta ditt webbhotell."],"Cleanup of %s data failed.":["Rensningen av %s data misslyckades."],"Content Type":["Innehållstyp"],"Filter by content type":["Filtrera efter innehållstyp"],"Show All Content Types":["Visa alla innehållstyper"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["För att åtgärda detta, avmarkera rutan innan ”Dela upp kommentarer i sidor...” på %1$sinställningssidan för kommentarer%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Ersatt med den vanliga rubriken för ett arkiv som genereras av WordPress"],"Clean":["Rensa"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["När du är säker på att din webbplats är OK så kan du rensa den. Detta kommer ta bort alla originaldata."],"Step 5: Clean up":["Steg 5: Rensa"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Du bör köra konfigurationsguiden från adminpanel SEO → Allmänt →, för att se till att du har rätt inställningar för din webbplats."],"Step 4: Run the configuration wizard":["Steg 4: Kör konfigurationsguiden"],"Please check your posts and pages and see if the metadata was successfully imported.":["Kontrollera dina sidor och inlägg så att metadatan importerades."],"Step 3: Check your data":["Steg 3: Kontrollera dina data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Steg 2: Importera"],"Please make a backup of your database before starting this process.":["Gör en säkerhetskopia av din databas innan du startar denna process."],"Step 1: Create a backup":["Steg 1: Skapa en säkerhetskopia"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Vi har upptäckt data från en eller flera SEO-tillägg på din webbplats. Följ stegen nedan för att importera detta:"],"Plugin: ":["Tillägg:"],"%s did not detect any plugin data from plugins it can import from.":["%s upptäckte inte någon tilläggsdata från tillägg som det kan importera från."],"Posts that should not show up in search results":["Inlägg som inte visas i sökresultat"],"%s data found.":["%s data hittades."],"%s data successfully removed.":["%s data har tagits bort."],"%s data successfully imported.":["%s data importerades."],"%s data not found.":["%s data hittades inte."],"Improve your SEO skills":["Förbättra din SEO-kompetens"],"24/7 email support":["E-postsupport dygnet runt"],"No more dead links a.k.a. 404 pages":["Inga fler döda länkar, så kallade 404-sidor"],"Get real-time suggestions for internal links":["Få realtidsförslag till interna länkar"],"Preview your page in Facebook and Twitter":["Förhandsgranska din sida i Facebook och Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Klicka på knappen ”%3$s” för att använda metabeskrivningen som redan angetts i inställningen %1$sSökutseende%2$s."],"Help on copying the home meta description":["Hjälp med att kopiera metabeskrivningen för startsidan"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["För att låta sökmotorer vet vilka sociala profiler som är kopplade till denna webbplats, ange datan för dina sociala profiler för webbplatsen nedan."],"Learn more about your social profiles settings":["Lär dig mer om inställningarna för dina sociala profiler"],"Remove the categories prefix":["Ta bort kategoriprefixen"],"Help on the category prefix setting":["Hjälp med inställningen för kategoriprefixen"],"Learn more about the available variables":["Lär dig mer om de tillgängliga variablerna"],"Learn more about the RSS feed setting":["Lär dig mer om inställningen för RSS-flödet"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["När du laddar upp media (t.ex. en bild eller video) till WordPress, så sparas inte bara mediet, utan det skapas också en webbadress till bilagan. Dessa bilagssidor är ganska tomma: de innehåller bara medieobjektet och eventuellt en rubrik om du angav det. På grund av detta är det bättre att inaktivera dessa webbadresser till bilagor om du inte använder dem och omdirigera dem till själva medieobjektet."],"Learn more about the Media and attachment URLs setting":["Lär dig mer om inställningen för webbadresser till media och bilagor"],"Learn more about the title separator setting":["Lär dig mer om inställningen för rubrikavgränsare"],"Learn more about the knowledge graph setting":["Lär dig mer om inställningen för Faktarutan"],"Learn more about the homepage setting":["Lär dig mer om inställningen för startsidan"],"Learn more about the special pages setting":["Lär dig mer om inställningen för speciella sidor"],"Help on the date archives search results setting":["Hjälp med inställningen för sökresultat för datumarkiv"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Att inte visa arkiven för författare utan inlägg i sökresultaten betyder tekniskt sätt att dessa inte kommer ha en %1$s-robotmeta och kommer uteslutas från XML-webbplatskartor. %2$sMer info om inställningarna för sökresultat%3$s."],"Help on the authors without posts archive search results setting":["Hjälp med inställningen för sökresultat för författare utan inlägg"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Att inte visa arkiven för författare i sökresultaten betyder tekniskt sätt att dessa inte kommer ha en %1$s-robotmeta och kommer uteslutas från XML-webbplatskartor. %2$sMer info om inställningarna för sökresultat%3$s."],"Help on the author archives search results setting":["Hjälp med inställningen för sökresultat för författararkiv"],"Archives settings help":["Hjälp med inställningarna för arkiv"],"Learn more about the archives setting":["Lär dig mer om inställningen för arkiv"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Skaffa din verifieringskod för Yandex i %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verifieringskod"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Skaffa din verifieringskod för Google i %1$sGoogle Search Console%2$s."],"Google verification code":["Google verifieringskod"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Skaffa din verifieringskod för Bing i %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verifieringskod"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Du kan använda rutorna nedan för att verifiera med olika webbmaster-verktyg. Denna funktion kommer lägga till en verifieringsmetatagg på din startsida. Följ länkarna i de olika webbmaster-verktygen och leta efter instruktionerna för metataggsverifiering för att få verifieringskoden. Om din webbplats redan är verifierad kan du hoppa över detta."],"Learn more about the Webmaster Tools verification":["Lär dig mer om verifiering med webbmaster-verktygen"],"On":["På"],"Help on: %s":["Hjälp med: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s kommer med många funktioner. Du kan aktivera/inaktivera några av dem nedan. Om du klickar på frågetecknet får du mer information om funktionen."],"Off":["Av"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Den avancerade sektionen av %1$s-metaboxen låter an användare ta bort inlägg från sökresultat eller ändra den kanoniska. Detta är saker som du kanske inte vill att författare ska göra. Därför kan endast redaktörer och administratörer göra detta som standard. Om du ändrar till ”%2$s” kommer alla användare kunna ändra dessa inställningar."],"Security: no advanced settings for authors":["Säkerhet: inga avancerade inställningar för författare"],"See who contributed to %1$s.":["Se vem som bidragit till %1$s."],"Help on this search results setting":["Hjälp med denna inställning för sökresultat"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Att inte visa arkiven för %1$s i sökresultaten betyder tekniskt sätt att dessa inte kommer ha en %2$s-robotmeta och kommer uteslutas från XML-webbplatskartor. %3$sMer info om inställningarna för sökresultat%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Att inte visa %1$s i sökresultaten betyder tekniskt sätt att dessa inte kommer ha en %2$s-robotmeta och kommer uteslutas från XML-webbplatskartor. %3$sMer info om inställningarna för sökresultat%4$s."],"Check SEO configuration":["Kontrollera SEO-konfigurationen"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Vill du se till att dina inställningar för %1$s fortfarande är okej? %2$sÖppna konfigurationsguiden igen %3$s för att verifiera dem."],"Default for %2$s, currently: %1$s":["Standard för %2$s, för närvarande: %1$s"],"Show %s in search results?":["Visa %s i sökresultaten?"],"this author's archives":["arkiv för denna författare"],"Do not allow search engines to show %s in search results.":["Tillåt inte sökmotorer att visa %s i sökresultat."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Webbadresser till kategorier i WordPress innehåller ett prefix, vanligtvis %s. Denna funktion tar bort det prefixet, endast för kategorier."],"Category URLs":["Webbadresser till kategorier"],"the archive for %s":["arkivet för %s"],"Redirect attachment URLs to the attachment itself?":["Omdirigera webbadresser till bilagor till själva bilagan?"],"We recommend you set this to Yes.":["Vi rekommenderar att du anger ”Ja” för detta."],"Media & attachment URLs":["Webbadresser till media och bilagor"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Detta är vad som visas i sökresultat när personer hittar din webbplats. Detta betyder att det här antagligen är vad de ser när de söker efter ditt varumärke."],"date archives":["datumarkiv"],"archives for authors without posts":["arkiv för författare utan inlägg"],"Read why XML Sitemaps are important for your site.":["Läs om varför XML-webbplatskartor är viktiga för din webbplats."],"Enable the XML sitemaps that %s generates.":["Aktivera XML-webbplatskartan som %s genererar."],"See the XML sitemap.":["Visa XML-webbplatskartan."],"%2$s (current default for %1$s)":["%2$s (nuvarande standard för %1$s)"],"Media":["Media"],"Content Types":["Innehållstyper"],"Should search engines follow links on this %1$s?":["Ska sökmotorer följa länkar på denna %1$s?"],"Allow search engines to show this %s in search results?":["Tillåt sökmotorer att visa denna %s i sökresultat?"],"Search Appearance":["Sökutseende"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Vänligen ange vilka innehållstyper du vill ska synas i sökmotorer.\n Om du inte vet skillnaden mellan dessa är det bäst att välja standardinställningarna."],"Search engines should show \"%1$s\" in search results:":["Sökmotorer bör visa ”%1$s” i sökresultaten:"],"Search engine visibility":["Synlighet för sökmotorer"],"Toggle %1$s's XML Sitemap":["Slå på/av XML-webbplatskartan för %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Supportärenden som du skapar här skickas direkt till vårt supportsystem, vilket säkras med 256 bit SSL, så kommunikationen är 100 % säker."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Funktionen grundstensinnehåll låter dig markera och filtrera grundstensinnehåll på din webbplats."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Om du har ett problem som du inte kan lösa med våra videohandledningar eller kunskapsbas kan du skicka ett meddelande till vårt supportteam. De kan nås 24/7."],"Good results":["Bra resultat"],"Get better search results in local search":["Få bättre sökresultat i lokala sökningar"],"Allow customers to pick up their %s order locally":["Låt dina kunder hämta upp deras order från %s lokalt"],"SEO analysis":["SEO-analys"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO-analysen visar dig hur du kan förbättra SEO för din text."],"Learn how the SEO analysis can help you rank.":["Lär dig hur SEO-analysen kan hjälpa dig ranka."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Läsbarhetsanalysen visar dig hur du förbättrar strukturen och stilen för din text."],"Discover why readability is important for SEO.":["Få reda på varför läsbarhet är viktigt för SEO."],"Find out how cornerstone content can help you improve your site structure.":["Få reda på hur grundstensinnehåll kan hjälpa dig förbättra strukturen för din webbplats."],"The text link counter helps you improve your site structure.":["Textlänkräknaren hjälper dig förbättra strukturen för din webbplats."],"Find out how the text link counter can enhance your SEO.":["Få reda på hur textlänkräknaren kan förbättra din SEO."],"%s integration":["Integration med %s"],"Read more about how %s works.":["Läs mer om hur %s fungerar."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Aktivera den här funktionen om du vill att Facebook och andra sociala medier ska visa en förhandsgranskning med bilder och ett textutdrag när en länk till din webbplats delas."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Aktivera den här funktionen om du vill att Twitter ska visa en förhandsgranskning med bilder och ett textutdrag när en länk till din webbplats delas."],"Find out why you should upgrade to %s":["Ta reda på varför du borde uppgradera till %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Senaste blogginläggen på %1$s"],"Need help?":["Behöver du hjälp?"],"Remove highlight from the text":["Ta bort markering från texten"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Kom igång snabbt med hjälp av %2$skonfigurationsguiden%3$s för %1$s!"],"First-time SEO configuration":["Startkonfiguration för SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Ditt angivna språk är {language}. Kontakta webbplatsens administratör om detta inte stämmer."],"Your site language is set to {language}.":["Ditt språk är angivet som {language}."],"Highlight this result in the text":["Markera detta resultat i texten"],"Considerations":["Överväganden"],"Errors":["Fel"],"Change language":["Byt språk"],"You cannot create a %s file.":["Du kan inte skapa filen %s."],"You cannot edit the %s file.":["Du kan inte redigera filen %s."],"Updated %s":["Uppdaterade %s"],"Create %s file":["Skapa filen %s"],"Edit the content of your %s:":["Redigera innehållet i din %s:"],"Save changes to %s":["Spara ändringar till %s"],"%s file":["filen %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s och %2$s kan fungera mycket bättre tillsammans genom att lägga till ett hjälptillägg. Vänligen installera %3$s för att göra ditt liv enklare. %4$s."],"More information":["Mer information"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s och %2$s kan fungera mycket bättre tillsammans genom att lägga till ett hjälptillägg. Vänligen aktivera %3$s för att göra ditt liv enklare. "],"More information about %1$s":["Mer information om %1$s"],"Configuration Wizard":["Konfigurationsguide"],"You've done it!":["Du har gjort det!"],"Seamlessly integrate %1$s into your AMP pages!":["Integrera %1$s problemfritt med dina AMP-sidor!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integrera %2$s med %1$s problemfritt för innehållsanalysen!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s och %2$s kan fungera tillsammans mycket bättre genom att lägga till ett hjälptillägg. Vänligen installera %3$s för att göra ditt liv enklare."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Inställningarna för sökutseende för %1$s består av variabler som ersätts av specifika värden från sidan när sidan visas. Tabellen nedan innehåller en lista över tillgängliga variabler."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Markera de viktigaste %1$s som ”grundstensinnehåll” för att förbättra din webbplatsstruktur. %2$sLäs mer om grundstensinnehåll%3$s."],"Loading help center.":["Laddar hjälpcenter."],"Get support":["Få support"],"(Opens in a new browser tab)":["(Öppnas i en ny webbläsarflik)"],"Posts %1$swithout%2$s a focus keyphrase":["Inlägg %1$sutan%2$s en fokusnyckelordsfras"],"Hey, your SEO is doing pretty well! Check out the stats:":["Det går ganska bra för din SEO! Kolla in statistiken:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Du har inga publicerade inlägg, dina SEO-poäng kommer att visas här när du gör ditt första inlägg!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["På den här sidan kan du ändra namnet på din webbplats och välja vilken\navgränsare du vill använda. Avgränsaren visas, exempelvis, mellan din \ninläggsrubrik och webbplatsens namn. Symbolerna visas i den storlek\nsom visas i sökresultaten. Välj den som passar ditt varumärke bäst eller\nsom tar upp minst utrymme i förhandsvisningstexten."],"Something else":["Något annat"],"A portfolio":["En portfölj"],"A corporation":["Ett företag"],"A small offline business":["Ett litet offline-företag"],"A news channel":["En nyhetskanal"],"An online shop":["En nätbutik"],"A blog":["En blogg"],"What does the site %1$s represent?":["Vad representerar webbplats %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Om du väljer nej, kommer ditt författararkiv att inaktiveras för att förhindra problem med duplicerat innehåll."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Obs: vi lagrar inte dina data på något sätt och har inte full tillgång till ditt konto. \nDin integritet är säker hos oss."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integrerar med Googles sökkonsol, ett oumbärligt verktyg för webbplatsägare. Det ger dig information om hur din webbplats mår. Har du inte ännu något Google-konto eller är din webbplats inte aktiverad? Ta reda på %2$shur du kopplar Googles sökkonsol till din webbplats%3$s."],"Option B: My site is under construction and should not be indexed":["Alternativ B: Min webbplats är under uppbyggnad och ska inte indexeras"],"Option A: My site is live and ready to be indexed":["Alternativ A: Min webbplats är live och redo att bli indexerad"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Välj under konstruktion om du inte vill att webbplatsen ska indexeras av sökmotorer. Glöm inte att aktivera det när du är redo att publicera din webbplats."],"Please specify if your site is under construction or already active.":["Ange om din webbplats är under uppbyggnad eller redan aktiv."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Denna information kommer att användas i Googles Faktaruta, det stora informationsblocket du ser till höger om sökresultaten."],"Read more like this on our SEO blog":["Läs mer om sådant här på vår SEO-blogg"],"Readability: %s":["Läsbarhet: %s"],"Not activated":["Inte aktiverad"],"Activated":["Aktiverad"],"%1$s recommendations for you":["Rekommendationer för dig från %1$s"],"All Readability Scores":["Alla läsbarhetspoäng"],"Filter by Readability Score":["Filtrera efter läsbarhetspoäng"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Du tar inte emot uppdateringar eller support! Åtgärda problemet genom att lägga till denna webbplats och aktivera %1$s för det i %2$s."],"Request method %1$s is not valid.":["Efterfrågad metod %1$s är inte giltig. "],"Muted notifications:":["Avfärdade meddelanden:"],"Muted problems:":["Avfärdade problem:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Vill du förhandsgranska hur det kommer att se ut om folk delar det här inlägget på %1$s? Det kan du med %2$s."],"Good job! All the links in your texts have been counted.":["Bra jobbat! Alla länkarna i dina texter har räknats."],"Calculation completed.":["Beräkning slutförd."],"Calculation in progress...":["Beräkning pågår..."],"Stop counting":["Sluta räkna"],"Counting links in your texts":["Räknar länkar i dina texter"],"Text %1$s of %2$s processed.":["Text %1$s av %2$s bearbetad."],"All your texts are already counted, there is no need to count them again.":["Alla dina texter är redan räknade, de behöver inte räknas igen."],"Count links in your texts":["Räkna länkar i dina texter"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Länkarna i alla dina publika texter behöver räknas. Detta kommer att ge insikter om vilka texter som behöver fler länkar till dem. Om du vill veta mer om hur interna länkar fungerar, kolla in %1$sartikeln om intern länkning på %2$s%3$s."],"Text link counter":["Textlänkräknare"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Antal interna länkar som länkar till detta inlägg. Se texten ”Yoast-kolumner” i hjälpfliken för mer info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Antal utgående interna länkar i detta inlägg. Se texten ”Yoast kolumner” i hjälpfliken för mer info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s lägger till flera kolumner på den här sidan. Vi har skrivit en artikel om %2$shur man använder SEO- och läsbarhetspoängen%3$s. Länk-kolumnen visar antalet artiklar på denna webbplats som länkar %5$still%6$s den här artikeln och antalet webbadresser länkade %5$sfrån%6$s den här artikeln. Läs mer om %4$shur man använder dessa funktioner för att förbättra din interna länkning%3$s, vilket starkt förbättrar din SEO."],"%s Columns":["%s kolumner"],"Readability score":["Läsbarhetspoäng"],"Other benefits of %s for you:":["Fler fördelar för dig med %s:"],"Scroll to see the preview content.":["Rulla ner för att se en förhandsvisning av innehållet."],"Cornerstone content":["Grundstensinnehåll"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s tar nu hand om all teknisk optimering som behövs för din webbplats. För att verkligen förbättra webbplatsens prestanda i sökresultaten är det viktigt att börja skapa innehåll som rankas bra för nyckelordsfraser du bryr dig om. Kolla in den här videon där vi förklarar hur du använder metaboxen %1$s när du redigerar inlägg eller sidor."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Om du vill överträffa konkurrenterna i en viss ort eller region, kolla in vårt tillägg %1$s! Du kan enkelt lägga in Google Maps, öppettider, kontaktuppgifter och en butikssökare. Förutom det, hjälper även %1$s dig att förbättra användbarheten för din kontaktsida."],"Attract more customers near you":["Locka fler kunder nära dig"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Vill du veta allt om tillägget %1$s? Vill du lära dig allt om våra avancerade inställningar? Vill du verkligen kunna få ut det mesta av tillägget %1$s? Kolla in vår tilläggsutbildning %1$s och börja överträffa konkurrenterna!"],"Get the most out of %1$s with the %2$s":["Få ut det mesta av %1$s med %2$s"],"Upgrade to Premium":["Uppgradera till premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Vill du överträffa dina konkurrenter? %1$s ger dig fantastiska ytterligare funktioner som hjälper dig att ställa in din SEO-strategi som en professionell användare. Lägg till synonymer och relaterade nyckelord,använd vår premium SEO-analys, omdirigeringshanteraren och vårt interna länkverktyg. %1$s ger dig också tillgång till premium-support."],"Outrank the competition with %s":["Överträffa dina konkurrenter med %s"],"You might like":["Du kanske gillar"],"Newsletter":["Nyhetsbrev"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Vi har upptäckt att du inte har slutfört den här guiden ännu, så vi rekommenderar att du %2$s startar konfigurationsguiden för att konfigurera %1$s %3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Konfigurationsguiden hjälper dig att enkelt konfigurera din webbplats så den har optimala SEO-inställningar."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Skaffa Premium och våra experter kommer finnas där för dig och svara på alla frågor du kan tänkas ha angående installation och användande av tillägget."],"Superfast internal linking suggestions":["Supersnabba interna länkningsförslag"],"Great news: you can, with %1$s!":["Goda nyheter: du kan, med %1$s!"],"Save changes":["Spara ändringar"],"1 year free support and updates included!":["1 års fri support och uppdateringar ingår!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Tillägget %2$s ändrar din webbplats output och skiljer genom det mellan sökmotorer och vanliga användare, en process som kallas cloaking. Vi rekommenderar starkt att du inaktiverar det."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sFörhandsgranskning för sociala medier%2$s: Facebook och Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sGör dig av med döda länkar%2$s: easy redirect manager"],"No ads!":["Ingen reklam!"],"Facebook & Twitter":["Facebook och Twitter"],"Social media preview":["Sociala medier förhandsgranskning"],"Easy redirect manager":["Easy redirect manager"],"No more dead links":["Inga fler döda länkar"],"Increase your SEO reach":["Öka din SEO-räckvidd"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Om du vill ha mer hjälp med att skapa fantastiskt innehåll, kolla in vår %2$skurs för SEO copywriting%3$s. Vill du veta allt om funktionerna i tillägget, överväg att göra vår %1$s!"],"Variable":["Variabel"],"Available variables":["Tillgängliga variabler"],"Scroll to see the table content.":["Rulla för att se innehållet i tabellen."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Vänligen se %1$svår artikel om hur du ansluter din webbplats till Google Search Console%2$s om du behöver hjälp."],"An error occurred in the '%1$s' assessment":["Ett fel uppstod i utvärderingen av '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s av orden %2$söver %3$s stavelser%4$s, vilket är mer än det rekommenderade maximala %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s av orden innehåller %2$söver %3$s stavelser%4$s, vilket är mindre än eller lika med det rekommenderade maximala %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Detta är något under det rekommenderade minsta antalet på %5$d ord. %3$sLägg till lite mer text%4$s.","Detta är något under det rekommenderade minsta antalet på %5$d ord. %3$sLägg till lite mer text%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Metabeskrivningen innehåller %1$d mening %2$söver %3$s ord%4$s. Försök att förkorta denna mening.","Metabeskrivningen innehåller %1$d meningar %2$söver %3$s ord%4$s. Försök att förkorta dessa meningar."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Metabeskrivningen innehåller inga meningar %1$söver %2$s ord %3$s."],"No new notifications.":["Inga nya notiser."],"Save all":["Spara allt"],"Save":["Spara"],"%1$s, Author at %2$s":["%1$s, författare på %2$s"],"Mobile preview":["Förhandsgranskning för mobil"],"Desktop preview":["Förhandsgranskning för stationär dator"],"Select redirect":["Välj omdirigering"],"Please provide an SEO title by editing the snippet below.":["Ange en SEO-rubrik genom att redigera förhandsvisningstexten nedan."],"Meta description preview:":["Metabeskrivning förhandsvisning:"],"Slug preview:":["Förhandsgranskning av slug:"],"SEO title preview:":["Förhandsvisning av SEO-rubrik:"],"Close snippet editor":["Stäng redigeraren för förhandsvisningstexten"],"Slug":["Slug"],"Remove marks in the text":["Ta bort markeringar i texten"],"Mark this result in the text":["Markera detta resultat i texten"],"Marks are disabled in current view":["Markeringen är inaktiverade i aktuell vy"],"Good SEO score":["Bra SEO-poäng"],"OK SEO score":["OK SEO-poäng"],"Feedback":["Återkoppling"],"ok":["ok"],"Choose an image":["Välj en bild"],"Remove the image":["Ta bort bilden"],"MailChimp signup failed:":["MailChimp-registrering misslyckades:"],"Sign Up!":["Registrera!"],"Name":["Namn"],"There is an error with the request.":["Ett fel uppstod vid förfrågan."],"Select profile":["Välj profil"],"Choose a profile":["Välj en profil"],"Authorization code":["Auktoriseringskod"],"Reauthenticate with Google":["Autentisera med Google igen"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["För att tillåta %s att hämta din Google Search Console information, vänligen ange din Google auktoriseringskod. Klickar du på knappen nedan öppnas ett nytt fönster."],"Please provide a meta description by editing the snippet below.":["Vänligen ange en metabeskrivning genom att redigera förhandsvisningstexten nedan."],"Edit snippet":["Redigera förhandsvisningstext"],"You can click on each element in the preview to jump to the Snippet Editor.":["Du kan klicka på varje element i förhandsgranskningen för att gå till redigeraren för förhandsvisningstexten."],"Close the Wizard":["Stäng guiden"],"Export settings":["Exportera inställningar"],"%1$s video tutorial":["%1$s videokurs"],"%s › Configuration Wizard":["%s › Konfigurationsguide"],"Please don't show me this notification anymore":["Visa inte detta meddelande igen"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Om du upplever problem, %1$svänligen skicka en buggrapport%2$s och vi ska göra vårt bästa för att hjälpa dig."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Vi har märkt att du har använt %1$s ett tag nu, vi hoppas att du gillar det! Vi skulle bli glada om du kunde %2$sge oss ett 5-stjärnigt betyg på WordPress.org%3$s!"],"Courses":["Kurser"],"Date archives settings":["Inställningar för datumarkiv"],"Author archives settings":["Inställningar för författararkiv"],"%1$s by %2$s":["%1$s av %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Varning: Variabeln %s kan inte användas i denna mall. Se hjälpcentret för mer information."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(ingen rubrik)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Administratörsmenyn %1$s innehåller användbara länkar till tredje-parts-verktyg för att analysera sidor och gör det lätt att se om du har nya notiser."],"Admin bar menu":["Administratörsmeny"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funktioner"],"SEO title":["SEO-rubrik"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Även om vi strävar efter att göra det så enkelt som möjligt att börja använda %1$s, så förstår vi att det kan vara skrämmande. Om du hellre vill att vi ska ställa in %1$s för dig (och samtidigt få en kopia av %2$s), beställ vår %3$s %1$skonfigurationsservice%4$s här!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Välkommen till konfigurationsguiden %1$s. I några enkla steg hjälper vi dig att konfigurera inställningarna för din SEO för att matcha webbplatsens behov!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google visar webbplatsens namn i sökresultaten. Om du vill ändra det så kan du göra det här."],"Greater than sign":["Större än-tecken"],"Less than sign":["Mindre än-tecken"],"Right angle quotation mark":["Högervinklat citationstecken"],"Left angle quotation mark":["Vänstervinklat citationstecken"],"Small tilde":["Liten tilde"],"Vertical bar":["Lodrätt streck"],"Low asterisk":["Låg asterisk"],"Asterisk":["Asterisk"],"Bullet":["Punkt"],"Middle dot":["Mellanpunkt"],"Em dash":["Brett tankstreck"],"En dash":["Tankstreck"],"Dash":["Smalt tankstreck"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Välj symbolen som ska användas som din rubrikavgränsare. Detta visas t.ex. mellan din inläggsrubrik och webbplatsens namn. Symbolerna visas i den storlek som visas i sökresultaten."],"The name of the person":["Personens namn"],"No":["Nej"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Har eller kommer din webbplats att ha flera författare?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genererar automatiskt en webbadress för varje medieobjekt i biblioteket. Aktivering av detta gör det möjligt för Google att indexera den genererade webbadressen."],"Success!":["Klart!"],"Title settings":["Rubrikinställningar"],"Google Search Console":["Google Search Console"],"Multiple authors":["Flera författare"],"Site type":["Webbplatstyp"],"Environment":["Miljö"],"Yoast option %1$s not found.":["Yoast alternativ%1$s hittades inte."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Inläggslista"],"Posts list navigation":["Navigation för inläggslista"],"Filter posts list":["Filtrera inläggslistan"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Observera att länkar till arkiv fortfarande kan skapas av ditt tema och du behöver i så fall ta bort dem separat."],"%1$s to optimize your site even further":["%1$s för att optimera din webbplats ytterligare"],"%1$s extensions":["%1$s tillägg"],"Comes with our 30-day no questions asked money back guarantee":["Levereras med vår 30-dagars inga-frågor pengarna tillbaka garanti"],"More information %1$sabout %3$s%2$s":["Mer information %1$som %3$s%2$s"],"Installed":["Installerad"],"gain access to our 24/7 support team.":["få tillgång till vårt supportteam 24/7."],"Premium support":["Premiumsupport"],"check what your Facebook or Twitter post will look like.":["se hur dina inlägg på Facebook eller Twitter kommer se ut."],"Social previews":["Social förhandsgranskning"],"create and manage redirects from within your WordPress install.":["skapa och hantera omdirigeringar inom din WordPress-installation."],"Redirect manager":["Omdirigeringshanterare"],"%1$s, take your optimization to the next level!":["%1$s, ta din optimering till nästa nivå!"],"A seamless integration between %1$s and %2$s":["En sömlös integration mellan%1$s och %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Använd synliga sökvägar från %1$s istället för %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Infoga Google Maps, en butikslokaliserare, öppettider och mer enkelt"],"Creates XML News Sitemaps":["Skapar XML nyhetswebbplatskartor"],"Immediately pings Google on the publication of a new post":["Pingar omedelbart Google när nya inlägg publiceras"],"Optimize your site for Google News":["Optimera din webbplats för Google Nyheter"],"Make videos responsive through enabling fitvids.js":["Gör videos responsiva genom att aktivera fitvids.js"],"Enhance the experience of sharing posts with videos":["Förhöja upplevelsen av att dela inlägg med videos"],"Show your videos in Google Videos":["Visa dina videos i Google Videos"],"Crawl issues list":["Lista över genomsökningsproblem"],"Crawl issues list navigation":["Listnavigering av genomsökningsproblem"],"Edit “%s”":["Ändra ”%s”;"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notiser"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Tar bort sektionen nyckelordsfras från metarutan och inaktiverar alla SEO-relaterade förslag."],"Disable SEO analysis":["Inaktivera SEO-analys"],"Twitter settings":["Twitterinställningar"],"Pinterest settings":["Pinterestinställningar"],"Facebook settings":["Facebook-inställningar"],"Title separator symbol":["Symbol för rubrikavgränsare"],"RSS feed settings":["RSS-flöde inställningar"],"Breadcrumbs settings":["Inställningar för synliga sökvägar"],"Make primary":["Gör till primär"],"Enter your Google Authorization Code and press the Authenticate button.":["Fyll i din auktoriseringskod från Google och tryck på knappen \"Autentisera\"."],"%s notification":["%s notis","%s notiser"],"Disable readability analysis":["Inaktivera läsbarhetsanalys"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Tar bort sektionen läsbarhetsanalys från metarutan och inaktiverar alla läsbarhetsrelaterade förslag."],"Readability analysis":["Läsbarhetsanalys"],"Needs improvement":["Behöver förbättras"],"Readability":["Läsbarhet"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Du försöker ladda icke-minifierade filer, dessa är endast tillgängliga i vårt utvecklingspaket. Kolla in %1$s för att se alla källfilerna."],"Improvements":["Förbättringar"],"Restore this item.":["Återställ detta objekt."],"Dismiss this item.":["Avfärda detta objekt."],"Good job! We could detect no serious SEO problems.":["Bra jobbat! Vi kan inte upptäcka några allvarliga SEO-problem."],"We have detected the following issues that affect the SEO of your site.":["Vi har upptäckt följande ärenden som påverkar SEO på din webbplats."],"Problems":["Problem"],"Analysis":["Analys"],"Not available":["Inte tillgängligt"],"Filter by SEO Score":["Filtrera efter SEO-poäng"],"Meta description not set.":["Metabeskrivning har inte angetts."],"Video tutorial":["Videokurs"],"Email support is a %s feature":["E-postsupport är en %s-funktion"],"Knowledge base":["Kunskapsbank"],"Open":["Öppna"],"Dashboard":["Adminpanel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Du kan åtgärda detta på %1$sinställningssidan för permalänkar%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Kommentarspaginering är aktiverat, detta behövs inte i 999 ur 1000 fall, vi rekommenderar att du inaktiverar den."],"Replaced with the primary category of the post/page":["Ersatt med den primära kategorin för inlägget/sidan"],"Pinterest confirmation":["Pinterest-bekräftelse"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Om du redan har bekräftat din webbplats för Pinterest kan du hoppa över nästa steg."],"Format-based archives":["Formatbaserade arkiv"],"Webmaster Tools verification":["Verifiering för Webmaster Tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Följ vår %1$s för WordPress-utbildning och bli en certifierad %1$s Expert!"],"Want to be a %s Expert?":["Vill du vara en %s Expert?"],"Buy %s":["Köp %s"],"Show information about errors in category %s":["Visa information om fel i kategorin %s"],"New %1$s Title":["Ny %1$s rubrik"],"Existing %1$s Title":["Befintlig %1$s rubrik"],"Expected an integer as input.":["Förväntade ett heltal som inmatning."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Försöker bygga cachenyckeln till webbplatskartan, men postfix- och prefixkombinationen lämnar för lite utrymme att göra detta. Du begär förmodligen en sida som är långt ifrån det förväntade intervallet."],"Remove":["Ta bort"],"Keep":["Behåll"],"Bold the last page":["Gör sista sidan till fetstil"],"Regular":["Normal"],"Bold":["Fet"],"Show Blog page":["Visa bloggsida"],"Primary %s":["Primär %s"],"Primary":["Primär"],"Make %1$s primary %2$s":["Gör %1$s primär %2$s"],"Term is set to noindex.":["Termen är inställd på noindex."],"Author archives":["Arkiv för författare"],"Show":["Visa"],"Enabled":["Aktiverad"],"Disabled":["Inaktiverad"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s har ännu inte hämtat din webbplats indexeringsstatus från %2$s"],"The separator defined in your theme's %s tag.":["Avgränsaren definierad i ditt temas %s-tagg."],"No index":["Inget index"],"Analyze entire site":["Analysera hela webbplatsen"],"Fetch the current status":["Hämta aktuell status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s har inte kunnat hämta webbplatsens indexeringsstatus %3$s från %4$s"],"Your homepage can be indexed by search engines.":["Din startsida kan indexeras av sökmotorer."],"Indexability check by %1$s":["Indexeringskontroll av %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Om du vill använda en bild för att dela på %1$s, kan du ladda upp / välja en bild eller lägga till bildens URL här."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Om du inte vill använda metabeskrivningen för delning på %1$s utan vill ha en annan beskrivning där, skriv det här."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Om du inte vill använda rubriken för delning på %1$s, utan istället vill ha en annan rubrik där, skriv det här."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sDin startsida kan inte indexeras av sökmotorer%2$s. Detta är mycket dåligt för SEO och bör åtgärdas."],"Once Weekly":["En gång per vecka"],"Add-ons":["Utökningar"],"SEO score":["SEO-poäng"],"Twitter metadata":["Twitter metadata"],"Facebook / Open Graph metadata":["Facebook / Open Graph metadata"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Räknar om SEO-poäng för alla delar av innehåll med en fokusnyckelfras."],"%1$s of %2$s done.":["%1$s av %2$s klart."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Vi har uppdaterat vår SEO poäng-algoritm. %1$sRäkna om SEO-poäng%2$s för alla inlägg och sidor."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Den första riktiga allt-i-ett SEO-lösningen för WordPress, inklusive innehållsanalys på sidor, XML webbplatskartor och mycket mer."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktiveringen misslyckades:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Filtreringstillägget är inte tillgängligt. Be ditt webbhotell att aktivera det."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Installationen av tillägget %1$s är inte färdig. Se %2$sinstallationsinstruktionerna%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Tillägget standardbibliotek för PHP (SPL) verkar inte kunna nås. Be ditt webbhotell att aktivera det."],"SEO Settings":["SEO-inställningar"],"Mobile-Friendly Test":["Mobilvänligt test"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML Validator"],"Pinterest Rich Pins Validator":["Validering för Pinterest Rich Pins"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Kontrollera sidhuvud"],"Check Google Cache":["Kontrollera Google Cache"],"Analyze this page":["Analysera denna sida"],"Keyword Research":["Nyckelordsforskning"],"%s does not seem to be a valid url. Please correct.":["%s verkar inte vara en giltig url. Vänligen korrigera."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s verkar inte vara en giltig %2$s-verifieringssträng. Vänligen korrigera."],"%s Archive":["%s arkiv"],"You searched for %s":["Du sökte efter %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s ser inte ut att vara ett korrekt användar-id för Twitter. Var vänlig korrigera."],"Summary with large image":["Sammanfattning med stor bild"],"Summary":["Sammanfattning"],"The post %1$s appeared first on %2$s.":["Inlägget %1$s dök först upp på %2$s."],"No numeric value was received.":["Inget numeriskt värde mottogs."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Detta måste vara en existerande blogg. Bloggen %s finns inte eller har markerats som borttagen."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Inställningen för standard-bloggens ID måste vara det numeriska blogg-ID:et för den blogg du vill ha som standard-blogg."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s är inte ett giltigt val för vem som ska ha tillgång till inställningarna för %2$s. Värdet har återställts till det ursprungliga."],"Please select a valid post type for taxonomy \"%s\"":["Välj en giltig inläggstyp för taxonomi ”%s”"],"Please select a valid taxonomy for post type \"%s\"":["Välj en giltig taxonomi för inläggstyp ”%s”"],"You searched for":["Du sökte efter"],"Home":["Hem"],"Archives for":["Arkiv för"],"Error 404: Page not found":["Fel 404: Sidan finns inte"],"Good":["Bra"],"Replaced with a custom taxonomies description":["Ersatt med en anpassad taxonomibeskrivning"],"Replaced with a posts custom taxonomies, comma separated.":["Ersatt med ett inläggs anpassade taxonomier, kommaseparerat."],"Replaced with a posts custom field value":["Ersatt med värde i ett anpassat fält för ett inlägg"],"Replaced with the slug which caused the 404":["Ersatte med den slug som orsakade 404"],"Replaced with the posts focus keyphrase":["Ersatt med inläggens fokusnyckelordsfraser"],"Attachment caption":["Bildtext för bilaga"],"Replaced with the current page number":["Ersätts med aktuellt sidnummer"],"Replaced with the current page total":["Ersätts med det aktuella totala antalet sidor"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Ersatt med nuvarande sidans nummer i ordning (t ex sid 2 av 4)"],"Replaced with the post/page author's 'Biographical Info'":["Ersatt med biografin från profilen för inläggets eller sidans författare"],"Replaced with the post/page author's 'nicename'":["Ersätts med inläggets/sidans författares smeknamn"],"Replaced with the post/page ID":["Ersätts med inläggets/sidans ID"],"Replaced with the post/page modified time":["Ersätts med inläggets/sidans modifierade tid"],"Replaced with the content type plural label":["Ersatt med flertalsetiketten för aktuell inläggstyp"],"Replaced with the content type single label":["Ersatt med entalsetiketten för aktuell inläggstyp"],"Replaced with the current search phrase":["Ersätts med den aktuella sökfrasen"],"Replaced with the term name":["Ersätts med termens namn"],"Replaced with the term description":["Ersätts med termens beskrivning"],"Replaced with the tag description":["Ersätts med taggbeskrivningen"],"Replaced with the category description":["Ersätts med kategoribeskrivningen"],"Replaced with the post categories (comma separated)":["Ersätts med inläggets kategorier (kommaseparerade)"],"Replaced with the current tag/tags":["Ersätts med aktuell tagg(ar)"],"Replaced with the post/page excerpt (without auto-generation)":["Ersätts med inläggets/sidans utdrag (utan automatisk generering)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Ersätts med inläggets/sidans utdrag (eller ett automatiskt genererat utdrag om inget finns angivet)"],"The site's name":["Webbplatsens namn"],"Replaced with the title of the parent page of the current page":["Ersatt med titeln på föräldrasidan för den aktuella sidan"],"Replaced with the title of the post/page":["Ersätts med inläggets/sidans titel"],"Replaced with the date of the post/page":["Ersätts med inläggets/sidans datum"],"Page %1$d of %2$d":["Sida %1$d av %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Du kan inte skriva över en ersättare för en WPSEO standard variabel genom att registrera en variabel med samma namn. Använd filtret \"wpseo_replacements\" istället för att anpassa ersättningsvärdet,"],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["En ersättningsvariabel med samma namn har redan registrerats. Försök att göra variabelns namn unik."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["En ersättningsvariabel kan inte starta med \"%%cf_\" eller \"%%ct_\" då dessa är reserverade för standardvariablarna i WPSEO och dess användarfält. Försök göra dina variabler mer unika."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["En ersättningsvariabel kan bara innehålla alfanumeriska tecken, ett understreck eller ett streck. Försök att döpa om din variabel."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Meddelande endast till administratören: Denna sida visar ingen metabeskrivning eftersom den inte har någon. Skriv antingen en specifik beskrivning för denna sida eller gå till menyn [%1$s - %2$s] och skapa en mall."],"Page not found":["Sidan finns inte"],"%s Archives":["%s-arkiv"],"Search for \"%s\"":["Sök efter ”%s”"],"Meta description to use for Author page":["Metabeskrivning att använda för författar-sida"],"Title to use for Author page":["Sidrubrik att använda för författar-sida"],"%1$s settings":["Inställningar för %1$s"],"Export your %1$s settings":["Exportera dina inställningar för %1$s"],"Import settings":["Importera inställningar"],"Import from other SEO plugins":["Importera från andra SEO-tillägg"],"Import":["Importera"],"If you had a %s file and it was editable, you could edit it from here.":["Om du hade en %s-fil och den var redigerbar, kan du redigera den härifrån."],"If your %s were writable, you could edit it from here.":["Om din %s var skrivbar, skulle du kunna redigera den här."],"You don't have a %s file, create one here:":["Du har ingen %s-fil, skapa en här:"],"A link to your site, with your site's name and description as anchor text.":["En länk till din webbplats, med ditt webbplatsnamn och beskrivning som ankartext."],"A link to your site, with your site's name as anchor text.":["En länk till din webbplats, med ditt webbplatsnamn som ankartext."],"A link to the post, with the title as anchor text.":["En länk till inlägget, med sidrubriken som ankartext."],"A link to the archive for the post author, with the authors name as anchor text.":["En länk till författararkivet för inläggets författare, med författarens namn som länktext."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Du kan använda följande variabler i innehållet. De kommer att ersättas av värdet till höger."],"Content to put after each post in the feed":["Innehåll att placera efter varje inlägg i flödet"],"Content to put before each post in the feed":["Innehåll att lägga till i början av varje inlägg i RSS-flödet"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Denna funktion används för att automatiskt lägga till innehåll i ditt RSS-flöde, närmare bestämt länkar tillbaka till din sajt och dina blogginlägg. På så vis kommer de som utnyttjar ditt innehåll på sin egen sida att länka till dig, något som hjälper sökmotorerna att identifiera dig som källa till innehållet."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Användning av denna funktion för synliga sökvägar är förklarad i %1$svår kunskapsdatabas om tillämpning av synliga sökvägar%2$s."],"How to insert breadcrumbs in your theme":["Hur du lägger till synliga sökvägar i ditt tema"],"Blog":["Blogg"],"Content type archive to show in breadcrumbs for taxonomies":["Arkiv för innehållstyp att visa i synliga sökvägar för taxonomier"],"Taxonomy to show in breadcrumbs for content types":["Taxonomi att visa i synliga sökvägar för innehållstyper"],"Breadcrumb for 404 Page":["Synlig sökväg för 404-sida"],"Prefix for Search Page breadcrumbs":["Prefix för synliga sökvägar i söksidor"],"Prefix for Archive breadcrumbs":["Prefix för synliga sökvägar i arkiv"],"Prefix for the breadcrumb path":["Prefix för sökvägen till synlig sökväg"],"Anchor text for the Homepage":["Ankartext för startsidan"],"Separator between breadcrumbs":["Avgränsare mellan synliga sökvägar"],"Enable Breadcrumbs":["Aktivera synliga sökvägar"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Nedan ser du SEO-poängen för dina publicerade inlägg. Nu är en lika god tid som någon att börja förbättra några av dina inlägg!"],"Credits":["Erkännanden"],"« Back to Tools page":["« Tillbaka till sidan verktyg"],"%1$s comes with some very powerful built-in tools:":["%1$s innehåller en del väldigt effektiva inbyggda verktyg:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Detta verktyg låter dig snabbt ändra viktiga fler för din SEO, t.ex. din robots.txt och, om du har en, .htaccess."],"File editor":["Filredigerare"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importera inställningar från andra SEO-tillägg och exportera dina inställningar för återanvändning på (annan) blogg."],"Import and Export":["Importera och exportera"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Detta verktyg låter dig snabbt ändra rubriker och beskrivningar för dina inlägg och sidor utan att du behöver gå in i redigeraren för respektive sida."],"Bulk editor":["Massredigerare"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["För att %1$sbekräfta din webbplats med Pinterest%2$s, lägg till meta-taggen här:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest använder Open Graph metadata precis som Facebook, så var noga med att hålla Open Graph-kryssrutan på Facebook-fliken markerad om du vill optimera din webbplats för Pinterest."],"The default card type to use":["Standardkorttyp att använda"],"Add Twitter card meta data":["Lägg till Twitter card meta data"],"This image is used if the post/page being shared does not contain any images.":["Denna bild används om inlägget/sidan som delas inte innehåller några bilder."],"Default settings":["Standardinställningar"],"Copy home meta description":["Kopiera metabeskrivningen för startsidan"],"Description":["Beskrivning"],"Image URL":["URL till bild"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Detta är rubriken, beskrivningen och bilden som används i Open Graph-metataggar på startsidan för din webbplats."],"Frontpage settings":["Inställningar för startsida"],"Add Open Graph meta data":["Lägg till Open Graph-metadata"],"YouTube URL":["URL för YouTube"],"Pinterest URL":["URL för Pinterest"],"MySpace URL":["URL för MySpace"],"LinkedIn URL":["URL för LinkedIn"],"Instagram URL":["URL för Instagram"],"Twitter Username":["Twitter-användarnamn"],"Facebook Page URL":["URL till Facebook Page"],"Accounts":["Konton"],"Restore site to defaults":["Återställ webbplats till standard"],"Site ID":["Webbplats-ID"],"Using this form you can reset a site to the default SEO settings.":["Med hjälp av detta formulär kan du återställa en webbplats till standardinställningarna för SEO."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Integritetsskänsliga (FB-administratörer och liknande), temaspecifika (rubrikomskrivning) och ett fåtal väldigt webbplatsspecifika inställningar kommer inte att importeras till nya webbplatser."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Ange det %1$sSite-ID%2$s för webbplatsen vars inställningar du vill använda som standard för alla webbplatser som läggs till ditt nätverk. Lämna tomt för ingen (d.v.s. tilläggets standardvärden kommer att användas)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Välj webbplats vars inställningar du vill använda som standard för alla webbplatser som är kopplade till ditt nätverk. Om du väljer \"Ingen\" används tilläggets standardinställningar."],"New sites in the network inherit their SEO settings from this site":["Nya webbplatser i detta nätverk ärver sina SEO-inställningar från denna webbplats"],"Super Admins only":["Endast Superadmins"],"Site Admins (default)":["Admins för webbplatsen (standard)"],"Who should have access to the %1$s settings":["Vilka ska ha access till %1$s -inställningarna"],"spam":["skräppost"],"mature":["vuxet"],"archived":["arkiverat"],"public":["offentlig"],"%s restored to default SEO settings.":["%s återställd till standard SEO-inställningar."],"Settings Updated.":["Inställningar uppdaterade."],"404 pages":["404-sidor"],"Search pages":["Söksidor"],"These pages will be %s by default, so they will never show up in search results.":["Dessa sidor kommer som standard att markeras som %s, så de kommer aldrig att synas i sökresultat."],"Special Pages":["Specialsidor"],"Date-based archives could in some cases also be seen as duplicate content.":["Databasarkiv kan under vissa omständigheter även visas som duplicerat innehåll."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Om detta är fallet på din sajt så kan du antingen inaktivera det (vilket pekar om det till hemsidan), eller addera %s till det så det inte syns i sökresultaten."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Om du är ensam författare på din blogg så kommer författararkivet bli identiskt med hemsidan. Detta är vad som kallas ett %1$sproblem med duplicerat innehåll%2$s."],"Date archives":["Datumarkiv"],"author archives":["författararkiv"],"Title":["Rubrik"],"%1$s Meta Box":["%1$s Metabox"],"Hide":["Dölj"],"Date in Snippet Preview":["Datum i förhandsvisningstexten"],"Take note:":["Notera:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Startsida och öppningssida"],"Title Separator":["Rubrikavgränsare"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s har automatiskt upptäckt om det behöver tvinga omskrivning av rubrikerna för dina sidor. Om du tycker det är fel och du vet vad du gör, kan du ändra inställningen här."],"Force rewrite titles":["Tvinga omskrivningar för rubriker"],"Taxonomies":["Taxonomier"],"Homepage":["Startsida"],"%1$s Extensions":["Utökningar för %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integrera smidigt WooCommerce med %1$s och få tillgång till extra funktioner!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Ranka bättre lokalt och i Google Maps, utan att lyfta ett finger!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Är du på Google News? Öka din trafik från Google News genom att optimera din webbplats!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimera dina videos för att visa upp dem i sökresultat och få mer klick!"],"The premium version of %1$s with more features & support.":["Premiumversionen av %1$s med fler funktioner och dedikerad support."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Dessa data visas som metadata på din webbplats. De är avsedda att visas i %1$sGoogles faktaruta%2$s. Du kan antingen vara ett företag eller en person."],"Website name":["Webbplatsnamn"],"Webmaster Tools":["Verktyg för webbansvariga"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Du har inte med inläggets/sidans namn i dina urler, något som verkligen kan rekommenderas. Överväg att ändra strukturen för permalänkar till /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Synliga sökvägar"],"or":["eller"],"Save Profile":["Spara profil"],"There were no profiles found":["Inga profiler hittades"],"Profile":["Profil"],"Current profile":["Aktuell profil"],"Authenticate":["Autentisera"],"Get Google Authorization Code":["Hämta auktoriseringskod från Google"],"Reload crawl issues":["Ladda om genomsökningsproblem"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["För att kunna skapa en omdirigering och åtgärda detta problem, behöver du %1$s. Du kan köpa tillägget, inklusive ett års support och uppdateringar, på %2$s."],"Creating redirects is a %s feature":["Att skapa omdirigeringar är en %s-funktion"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fel som endast uppstod när din sida blev genomsökt av Googlebot för nyare mobiltelefoner (felen uppstod inte för desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fel som endast uppstod när din sida blev genomsökt av Googlebot (felen uppstod inte för desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Fel som uppstod när din sida blev genomsökt av Googlebot."],"Issue categories":["Ärendekategorier"],"Incorrect Google Authorization Code.":["Felaktig Google-auktoriseringskod."],"The issues have been successfully reloaded!":["Ärendena har laddats om!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Datan för %1$s har tagits bort. Du kommer att behöva autentisera igen om du vill hämta tillbaka datan."],"Crawl errors per page":["Genomsökningsfel per sida"],"Search":["Sök"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Missa inte dina genomsökningsfel: %1$sanslut till Google Search Console här%2$s."],"Create redirect":["Skapa omdirigering"],"Mark as fixed":["Markera som åtgärdat"],"Response code":["Svarskod"],"First detected":["Upptäcktes först"],"Last crawled":["Senast genomsökt"],"URL":["Webbadress"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s upptäckte att du använder en version av %2$s som inte är kompatibel med %1$s. Vänligen uppdatera %2$s till den senaste versionen för att använda denna funktion."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast-tilläggen delar viss kod mellan sig för att göra din sajt snabbare. Därför måste alla tillägg från Yoast vara uppdaterade. Vi har upptäckt att detta inte är fallet nu och ber dig därför uppdatera dessa tillägg till senaste version."],"Feature phone":["Mobiltelefon"],"Smartphone":["Smarttelefon"],"Desktop":["Stationär dator"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Mål-URL:en existerar inte, men din server returnerar inte ett 404-fel (filen hittades ej)."],"Soft 404":["Mjuk 404"],"Request timed out or site is blocking Google.":["Begäran tog för lång tid, eller webbplatsen blockerar Google."],"Server Error":["Serverfel"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot kunde komma åt din webbplats, men vissa URL:er är blockerade för Googlebot i din %1$s-fil. Denna blockering kan vara för alla Googlebots eller specifikt för Googlebot för mobiler."],"Blocked":["Blockerad"],"Google was unable to crawl this URL due to an undetermined issue.":["Google kunde inte genomsöka denna URL på grund av ett oväntat fel."],"URL points to a non-existent page.":["Webbadressen pekar mot en icke existerande sida."],"Not found":["Kunde inte hittas"],"Not followed":["Inte följd"],"Faulty redirects":["Felaktig omdirigering"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Servern kräver auktorisering eller blockerar Googlebot från tillgång till sidan."],"Access denied":["Åtkomst nekad"],"Deactivate %s":["Inaktivera %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Tillägget %1$s kan orsaka problem när det används tillsammans med %2$s."],"Upload Image":["Ladda upp bild"],"Remove these ads?":["Ta bort den här reklamen?"],"%s Posts Overview":["%s inläggsöversikt"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Rubriken för synliga sökvägar används i de synliga sökvägarna där den här taxonomin visas."],"Breadcrumbs title":["Rubrik för synliga sökvägar"],"The canonical link is shown on the archive page for this term.":["Den kanoniska länken visas på arkiv-sidan för denna term."],"Facebook App ID":["ID för din Facebook-app"],"Pinterest":["Pinterest"],"Other":["Annan"],"Archives":["Arkiv"],"Email":["Epost"],"Close":["Stäng"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Både %1$s och %2$s kan skapa XML-webbplatskartor. Att ha två XML-webbplatskartor gör ingen skillnad för sökmotorer och kan göra din webbplats långsammare."],"Configure %1$s's Open Graph settings":["Konfigurera OpenGraph-inställningar för %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Både %1$s och %2$s skapar OpenGraph-innehåll, vilket kan leda till att Facebook, Twitter, Linkedin med flera sociala nätverk använder fel text och bilder när dina sidor delas."],"%s Image":["%s bild"],"%s Description":["%s beskrivning"],"%s Title":["%s titel"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Den rekommenderade bildstorleken för %1$s är %2$spx."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Om du vill åsidosätta bilden som används på %s för detta inlägg, ladda upp/välj en bild här."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Om du inte vill använda meta-beskrivningen för att dela inlägget på %s utan istället vill använda en annan beskrivning, ange den här."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Om du inte vill använda inläggets titel för att dela inlägget på %s utan istället vill använda en annan titel, ange den här."],"very difficult":["väldigt svår"],"Try to make shorter sentences, using less difficult words to improve readability":["Försök att göra kortare meningar, med mindre svåra ord för att förbättra läsbarheten"],"difficult":["svårt"],"Try to make shorter sentences to improve readability":["Försök att göra kortare meningar för att förbättra läsbarheten"],"fairly difficult":["ganska svårt"],"OK":["OK"],"fairly easy":["ganska lätt"],"easy":["lätt"],"very easy":["mycket lätt"],"Meta Desc.":["Metabeskr."],"All SEO Scores":["Alla SEO-poäng"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO-problem: Den utvalda bilden bör vara minst 200 x 200 pixlar för att plockas upp av Facebook och andra sociala medier."],"(no parent)":["(ingen förälder)"],"Post is set to noindex.":["Inlägget har getts noindex."],"The URL that this page should redirect to.":["Url som denna sida ska omdirigeras till."],"301 Redirect":["301 omdirigering"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Den kanoniska URL som sidan ska peka till. Lämna tomt för att använda permalänk som standard. Även %1$skanoniska adresser över flera domäner%2$s stöds."],"Canonical URL":["Kanonisk URL"],"Title to use for this page in breadcrumb paths":["Rubrik som används för denna sida till sökvägen för synlig sökväg"],"Breadcrumbs Title":["Rubrik för synlig sökväg"],"No Snippet":["Ingen förhandsvisningstext"],"No Archive":["Inget arkiv"],"No Image Index":["Inget bild-index"],"None":["Ingen"],"Site-wide default: %s":["Standard för hela webbplatsen: %s"],"Advanced meta robots settings for this page.":["Avancerade meta robotinställningar för denna sida."],"Meta robots advanced":["Meta-robotar avancerat"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Varning: även om du kan ändra inställningarna för meta-robotar här, så är hela webbplatsen inställd på noindex i de övergripande sekretessinställningarna, så dessa inställningar har ingen effekt."],"Meta description":["Metabeskrivning"],"SEO Title":["SEO-titel"],"Focus keyword":["Fokusnyckelord"],"Snippet preview":["Förhandsvisningstext"],"Settings successfully imported.":["Inställningarna har importerats med framgång."],"Settings could not be imported:":["Inställningarna kunde inte importeras:"],"Error creating %1$s export: ":["Fel uppstod vid export av %1$s: "],"Breadcrumb for 404 pages:":["Synlig sökväg för 404-sidor:"],"Prefix for search result pages:":["Prefix för sökresultatssidor:"],"Prefix for archive pages:":["Prefix för arkivsidor:"],"Prefix for breadcrumbs:":["Prefix för synliga sökvägar:"],"Anchor text for the homepage:":["Länktext för startsidan:"],"Breadcrumbs separator:":["Avgränsare för synliga sökvägar:"],"Remove blog page from breadcrumbs":["Ta bort bloggsida från synliga sökvägar"],"%s Breadcrumbs":["Synliga sökvägar från %s"],"Use Image":["Använd bild"],"Action":["Åtgärd"],"Page URL/Slug":["Sid-url"],"Publication date":["Publiceringsdatum"],"Post Status":["Inläggsstatus"],"WP Page Title":["WP-sidtitel"],"View":["Visa"],"View “%s”":["Visa “%s”"],"Preview":["Förhandsgranskning"],"Preview “%s”":["Förhandsgranska ”%s”"],"Edit":["Redigera"],"Filter":["Filtrera"],"New Yoast Meta Description":["Ny Yoast Metabeskrivning"],"Existing Yoast Meta Description":["Nuvarande Yoast Meta-beskrivning"],"Facebook profile URL":["URL till Facebookprofil"],"Twitter username (without @)":["Användarnamn på Twitter (utan @)"],"FAQ":["Vanliga frågor"],"Premium Support":["Premiumsupport"],"Settings":["Inställningar"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Du måste %1$sgå till läsinställningarna%2$s och avmarkera rutan för sökmotorsynlighet."],"Huge SEO Issue: You're blocking access to robots.":["Stort SEO problem: Du blockerar sökmotorernas tillgång till din webbplats."],"Posts":["Poster"],"Edit Files":["Redigera filer"],"Advanced Variables":["Avancerade variabler"],"Basic Variables":["Grundläggande variabler"],"General":["Allmänt"],"Extensions":["Tillägg"],"Search Console":["Sökkonsol"],"Tools":["Verktyg"],"Advanced":["Avancerat"],"XML sitemaps":["XML-webbplatskartor"],"Social":["Sociala medier"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s upptäckte att du använder version %2$s av %3$s, vänligen uppdatera till den senaste versionen för att förhindra kompatibilitetsproblem."],"Just another WordPress site":["Bara en annan WordPress sida"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Du har fortfarande förvald WordPress-slogan, till och med en tom sådan är troligtvis bättre. %1$sDu kan fixa detta i anpassaren%2$s."],"You have used HTML in your value which is not allowed.":["Du har använt HTML i ditt värde vilket är otillåtet."],"You can't edit %s that aren't yours.":["Du kan inte redigera %s som inte är dina."],"You can't edit %s.":["Du kan inte redigera %s."],"Post has an invalid Content Type: %s.":["Inlägget har en ogiltig inläggstyp: %s."],"Post doesn't exist.":["Inlägget existerar ej."],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Papperskorg (%s)","Papperskorg (%s)"],"posts\u0004All (%s)":["Alla (%s)","Alla (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=n != 1;","lang":"sv_SE"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":["Aktivera %s för din webbplats på MyYoast"],"Show blog page in breadcrumbs":["Visa bloggsida i synliga sökvägar"],"We could not find any relevant articles on your website that you could link to from your post.":["Vi kunde inte hitta några relevanta artiklar på din webbplats som du kan länka till från ditt inlägg."],"Has feedback":["Ny feedback"],"Content optimization:":["Innehållsoptimering:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sLäsbarhet%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Läs %1$sdetta inlägg för mer information om varför vi inte stöder äldre versioner.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Om du har avvaktat med att uppdatera till %2$s eller senare version på grund av det nya redigeringsverktyget Gutenberg kan du installera tillägget Classic Editor. Det ger dig samma redigeringsmiljö som nu, men samtidigt får du del av den högre säkerhet som erbjuds i nyare versioner av WordPRess och %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":["Inlägget indexeras inte (noindex)"],"No Focus Keyphrase":["Ingen fokusnyckelordsfras"],"Person logo / avatar":["Personlig logga/profilbild"],"Extend %s":["Utöka %s"],"Enroll in the %s for WordPress training":["Anmäl dig till %s för WordPress-kurser"],"Posts with the SEO score: %s":["Inlägg med SEO-poäng: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["Videohandledning för %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["För att visa dina nuvarande genomsökningsfel, %1$sbesök Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google har stängt ner sitt Crawl Errors API. Därför går det inte längre att här visa eventuella fel från indexeringen av din webbplats. %1$sLäs vidare i vårt uttalande om detta%2$s."],"Remove this message":["Ta bort det här meddelandet"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Optimera din webbplats för lokala besökare med vårt tillägg %s! Optimerade adressuppgifter, öppettider, butikssökare och val för avhämtning!"],"Serving local customers?":["Betjänar du lokala kunder?"],"Get the %s plugin now":["Skaffa tillägget %s nu"],"Organization social profiles":["Organisationens sociala profiler"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Du kan redigera detaljerna som visas i metadata, som social profil, namnet och beskrivningen av denna användare på dess %1$s profilsida."],"Personal info":["Personlig information"],"Organization logo":["Organisationens logga"],"Organization name":["Organisationens namn"],"Choose whether the site represents an organization or a person.":["Välj om webbplatsen representerar en organisation eller en person."],"Knowledge Graph & Schema.org":["Knowledge Graph och Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["För att koppla samman din webbplats med ett företag eller organisation går du till %1$sSökutseende%2$s och väljer ”Organisation” under ”Organisation eller person”."],"To change the social accounts used for your site, update the details for %1$s.":["För att ändra sociala konton som används för din webbplats, uppdatera detaljerna för %1$s."],"That means that the form and information below is disabled, and not used.":["Det betyder att formuläret och informationen nedan är inaktiverad och inte används."],"Your website is currently configured to represent a Person":["Din webbplats är för närvarande konfigurerad att representera en person"],"(if one exists)":["(om någon finns)"],"Wikipedia page about you":["Wikipedia-sida om dig"],"YouTube profile URL":["URL för YouTube-profil"],"Tumblr profile URL":["URL för Tumblr-profil"],"SoundCloud profile URL":["URL för SoundCloud-profil"],"MySpace profile URL":["URL för MySpace-profil"],"Organization or person":["Organisation eller person"],"The person":["Personen"],"Organization":["Organisation"],"Does your site represent a person or an organization?":["Representerar din webbplats en person eller en organisation?"],"The name of the organization":["Namnet på organisationen"],"Provide an image of the organization logo":["Ange en bild för organisationens logga"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":["Välj en användare…"],"Uncategorized":["Okategoriserad"],"Name:":["Namn:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Du har valt användaren %1$s som den person denna webbplats representerar. Deras användarprofilinformation kommer nu att användas i sökresultaten. %2$sUppdatera dennes profil för att säkerställa att informationen är korrekt.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Fel: Välj en användare nedan för att göra din webbplats metadata komplett."],"SEO score: %s":["SEO-poäng: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Om en Wikipedia-sida för dig eller din organisation finns kan du lägga till den också."],"Wikipedia URL":["Wikipedia-länk"],"Pinterest profile URL":["Pinterest profil-URL"],"Instagram profile URL":["Instagram profil-ULR"],"LinkedIn profile URL":["LinkedIn profil-URL"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Nyckelordsforskning är viktigt i alla SEO-strategier. Du bestämmer vilka sökord du vill hittas på och funderar ut vilka ord din publik använder för att hitta dig. Bra nyckelordsforskning berättar för dig vilket innehåll du behöver för att ranka för de ord du vill ranka för. Se till att dina ansträngningar koncentreras på de nyckelord du verkligen har en chans att ranka för! %1$s tar dig genom denna process, steg för steg."],"SEO for Beginners training":["Utbildning i SEO för nybörjare"],"%s for WordPress training":["%s för WordPress-utbildning"],"All-around SEO training":["Heltäckande SEO-utbildning"],"The image you selected is too small for Facebook":["Den bild du valt är för liten för Facebook"],"The given image url cannot be loaded":["Den angivna bild-URL:en kan inte laddas"],"Find out what words your audience uses to find you":["Ta reda på vilka ord din publik använder för att hitta dig"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sFlesch Reading Ease%2$s: Innehållet får %3$s på testet, vilket anses vara %4$s att läsa. %5$s"],"No JSON object was returned.":["Inget JSON-objekt returnerades."],"Received internal links":["Mottagna interna länkar"],"Outgoing internal links":["Utgående interna länkar"],"New step added":["Nytt steg tillagd"],"New question added":["Ny fråga tillagd"],"To be able to create a redirect and fix this issue, you need %1$s. ":["För att kunna skapa en omdirigering och åtgärda problemet behöver du %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Du kan köpa tillägget, inklusive ett års support och uppdateringar, på %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Funktionen Text link counter ger dig inblick i hur många länkar som finns i din text och hur många andra som länkar till din text. Detta är väldigt behjälpligt när du jobbar på att förbättra din %1$sinterna länkning%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["För att denna funktion ska fungera kräver %1$s åtminstone PHP-version %2$s. Vi har upptäckt PHP-version %3$s på denna webbplats."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Överväg noggrant följderna och %1$släs det här inlägget%2$s om du vill ha mer information om effekten av att visa media i sökresultaten."],"Keyphrase":["Nyckelordsfras"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["För att denna funktion ska fungera behöver %1$s skapa en tabell i din databas. Vi kunde inte skapa denna tabell automatiskt."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Genom att aktivera det här alternativet visas webbadresser för bilagor för både dina besökare och Google. För att lägga till värde på din webbplats bör de innehålla användbar information, annars kan de ha en negativ inverkan på din ranking."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Funktionen %3$stextlänkräknaren%4$s (introducerad i %1$s %2$s) är för närvarande inaktiverad."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Läs följande %1$skunskapsbasartikel%2$s för att ta reda på hur du löser detta problem."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["För att se till att alla länkar i dina texter räknas, måste vi analysera alla dina texter."],"All you have to do is press the following button and we'll go through all your texts for you.":["Allt du behöver göra är att trycka på följande knapp och vi går igenom alla dina texter åt dig."],"Count links":["Räkna länkar"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sAlt-parameter för bilder%5$s: Av totalt %2$d bild på denna sida har %1$d en alt-parameter med ord från nyckelordsfrasen eller dess synonymer. Det är i mesta laget. %4$sLägg bara in nyckelordsfrasen eller dess synonymer när den faktiskt passar för bilden%5$s!"],"%1$sImage alt attributes%2$s: Good job!":["%1$sAlt-parametrar för bilder%2$s: Bra jobbat!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sAlt-parameter för bilder%5$s: Av totalt %2$d bild på denna sida har endast %1$d en alt-parameter som återspeglar textens tema. %4$sLägg in din nyckelordsfras eller dess synonymer i alt-parametrarna för fler relevanta bilder%5$s!","%3$sAlt-parameter för bilder%5$s: Av totalt %2$d bilder på denna sida har endast %1$d en alt-parameter som återspeglar textens tema. %4$sLägg in din nyckelordsfras eller dess synonymer i alt-parametrarna för fler relevanta bilder%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sAlt-parametrar för bilder%3$s: Bilderna på denna sida har inte alt-parametrar som återspeglar textens ämne. %2$sLägg till nyckelordsfrasen eller dess synonymer i alt-parametrarna för relevanta bilder%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sAlt-parametrar för bilder%3$s: Bilderna på denna sida har alt-parametrar, men du har inte angett din nyckelordsfras. %2$sRätta till det%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sNyckelordsfras i underrubriker%2$s: %3$s av dina underrubriker på toppnivån återspeglar textens ämne. Stiligt!","%1$sNyckelordsfras i underrubriker%2$s: %3$s av dina underrubriker på toppnivån återspeglar textens ämne. Stiligt!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sNyckelordsfras i underrubrik%2$s: Underrubrikerna på toppnivån återspeglar textens ämne. Bra jobbat!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sNyckelordsfras i underrubriker%3$s: %2$sAnvänd oftare nyckelfrasen eller dess synonymer i dina underrubriker på toppnivå%3$s!"],"Page %s":["Sida %s"],"Cannot get the size of %1$s because of unknown reasons.":["Av okänd anledning går det inte att läsa av storleken på %1$s."],"Cannot get the size of %1$s because it is hosted externally.":["Det går inte att läsa av storleken på %1$s eftersom adressen leder till extern server."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Du behöver bara ändra till läget ”På” så kan du använda den omkalibrerade analysen. På samma gång lägger vi till dig i vår speciella utskickslista. Vi kommer bara att skicka meddelanden som berör din upplevelse av omkalibreringen!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Vi har %1$somkalibrerat vår analys%2$s. Med den nya analysen kommer vi ännu närmare hur Google ser din webbplats. Det vore %3$sunderbart%4$s om du ville %3$svara med och beta-testa den här funktionen%4$s åt oss!"],"Get an even better analysis":["Få ännu bättre analysresultat"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sEndast en rubrik%3$s: Taggen H1 bör endast användas för din huvudrubrik. Hitta alla H1-taggar i texten som inte är huvudrubriken och %2$sändra dem till en lägre rubriknivå%3$s!"],"Improve sharing on Facebook and Pinterest":["Förbättra delningen på Facebook och Pinterest"],"You do not have the required rights to export settings.":["Du har inte rättigheterna som krävs för att exportera inställningar."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Kopiera alla dessa inställningar till fliken %1$s på en annan webbplats och klicka på ”%1$s” där."],"These are settings for the %1$s plugin by %2$s":["Dessa är inställningar för tillägg %1$s av %2$s"],"No settings found.":["Inga inställningar hittades."],"Export your %1$s settings here, to copy them on another site.":["Exportera dina %1$s-inställningar här för att kopiera dem på en annan webbplats."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Import av inställningar stöds bara på servrar som kör PHP 5.3 eller högre."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Importera inställningar genom att klistra in de inställningar du kopierade från en annan webbplats här och klicka på ”%s”."],"Paste your settings from another %s installation.":["Klistra in dina inställningar från en annan %s-installation."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades 0 gånger. Det är lägre än rekommenderade minsta antalet, %3$d gånger i en text av denna längd. %4$sFokusera på din nyckelordsfras%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %5$d gång. Det är lägre än rekommenderade minsta antalet, %3$d gånger i en text av denna längd. %4$sFokusera på din nyckelordsfras%2$s!","%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %5$d gånger. Det är lägre än rekommenderade minsta antalet, %3$d gånger i en text av denna längd. %4$sFokusera på din nyckelordsfras%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %3$d gång. Det är perfekt!","%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %3$d gånger. Det är perfekt!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %5$d gång. Det är mer än det rekommenderade högsta antalet, %3$d gånger för en text av denna längd. %4$sÖveroptimera inte%2$s!","%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %5$d gånger. Det är mer än det rekommenderade högsta antalet, %3$d gånger för en text av denna längd. %4$sÖveroptimera inte%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %5$d gång. Det är långt mer än det rekommenderade högsta antalet, %3$d gånger för en text av denna längd. %4$sÖveroptimera inte%2$s!","%1$sNyckelordsdensitet%2$s: Den fokuserade nyckelordsfrasen hittades %5$d gånger. Det är långt mer än det rekommenderade högsta antalet, %3$d gånger för en text av denna längd. %4$sÖveroptimera inte%2$s!"],"Indexable created for object %1$s with type %2$s":["Indexerbar information skapad för objektet %1$s av typen %2$s"],"Method %1$s() does not exist in class %2$s":["Metod %1$s() finns inte i klass %2$s"],"With %s, you can easily create such redirects.":["Med %s kan du enkelt skapa sådana omdirigeringar."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Om du ändrar dina permalänkar riskerar du att allvarligt påverka webbplatsen synlighet för sökmotorer. Man ska nästan %1$saldrig%2$s göra detta på en aktiv webbplats."],"WARNING:":["VARNING:"],"Learn about why permalinks are important for SEO.":["Lär dig om varför permalänkar är viktiga för SEO."],"Google Ads":["Google annonser"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sFunktionsord i nyckelordsfras%3$s: Din nyckelordsfras \"%4$s\" innehåller endast funktionsord. %2$sLäs mer om vad som gör en nyckelordsfras bra.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Visste du att %s också analyserar olika versioner av ord i din nyckelordsfras, till exempel plural och olika tempus?"],"Clear Image":["Tydlig bild"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sLängd på nyckelordsfras%3$s: %2$sAnge en nyckelordsfras för att räkna ut din SEO-poäng%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sNyckelordsfrasen i permalänken%2$s: Mer än hälften av nyckelordsfrasen finns i permalänken. Jättebra!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sNyckelordsfrasen i permalänken%3$s: (En del av) din nyckelordsfras saknas i permalänken. %2$sDet bör du åtgärda%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sNyckelordsfrasen i slug%2$s: Bra jobbat!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sNyckelordsfrasen i rubriken%3$s: Några ord i din nyckelordsfras ”%4$s” saknas i SEO-rubriken. %2$sSträva efter att ha en exakt kopia av din nyckelordsfras i SEO-rubriken%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sNyckelordfras i rubrik%3$s: Innehåller inte exakt matchning. %2$sFörsök skriva den exakta matchningen för din nyckelordsfras i SEO-rubriken%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sNyckelordsfras i rubrik%3$s: Den exakta matchningen av nyckelordsfrasen visas i SEO-rubriken, men inte i början. %2$sFörsök flytta den till början%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sNyckelordsfras i rubrik%2$s: Den exakta matchningen av nyckelordsfrasen visas i början av SEO-rubriken. Bra jobbat!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sFördelning av nyckelordsfras%2$s: Bra jobbat!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sFördelning av nyckelordsfras%3$s: Ojämn. Delar av din text innehåller inte nyckelordsfrasen eller dess synonymer. %2$sFördela nyckelordsfrasen mer jämnt%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sFördelning av nyckelordsfras%3$s: Väldigt ojämn. Stora delar av din text innehåller inte nyckelordsfrasen eller dess synonymer. %2$sFördela nyckelordsfrasen mer jämnt%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sFördelning av nyckelordsfras%3$s: %2$sInkludera din nyckelordsfras eller dess synonymer för att vi ska kunna analysera fördelningen%3$s."],"Help on choosing the perfect focus keyphrase":["Hjälp att välja den perfekta fokusnyckelordsfrasen"],"Would you like to add a related keyphrase?":["Vill du lägga till en relaterad nyckelordsfras?"],"Go %s!":["Kör %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Om man inte visar datumarkiven i sökresultaten innebär detta man tekniskt har en %1$s meta-flagga för robotar. %2$sLäs mer om inställningar för sökresultat%3$s."],"Rank better with synonyms & related keyphrases":["Ranka högre med synonymer och relaterade nyckelordsfraser"],"optimize a single post for synonyms and related keyphrases.":["optimera ett enskilt inlägg för synonymer och relaterade nyckelordsfraser."],"Synonyms & related keyphrases":["Synonymer och relaterade nyckelordsfraser"],"Add related keyphrase":["Lägg till relaterad nyckelordsfras"],"Dismiss %s upgrade notice":["Avfärda %s uppgraderingsnotis"],"Upgrade to %s":["Uppgradera till %s"],"%1$s video":["%1$s video"],"Get %s":["Skaffa %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sTidigare använd nyckelordsfras%6$s: Du har använt denna nyckelordsfras %1$s%2$d gånger tidigare%3$s. %5$sAnvänd inte din nyckelordsfras mer än en gång%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sTidigare använd nyckelordsfras%5$s: Du har använt denna nyckelordsfras %1$sgång tidigare%2$s. %4$sAnvänd inte din nyckelordsfras mer än en gång%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sTidigare använd nyckelordsfras%2$s: Du har inte använt denna nyckelordsfras tidigare, mycket bra."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug för lång%3$s: slug för denna sida är lite för lång. %2$sGör den kortare%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sNyckelordsfras i länk%3$s: Du länkar till en annan sida med orden som du vill att den här sidan ska ranka för. %2$sGör inte det%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Detta ligger långt under det rekommenderade minimumet av %5$d ord. %3$sLägg till mer innehåll%4$s.","Detta ligger långt under det rekommenderade minimumet av %5$d ord. %3$sLägg till mer innehåll%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Detta är under rekommenderat minimum av %5$d ord. %3$sLägg till mer innehåll%4$s.","Detta är under rekommenderat minimum av %5$d ord. %3$sLägg till mer innehåll%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sTextlängd%4$s: Texten innehåller %1$d ord.","%2$sTextlängd%4$s: Texten innehåller %1$d ord."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sTextlängd%3$s: Texten innehåller %1$d ord. Bra jobbat!","%2$sTextlängd%3$s: Texten innehåller %1$d ord. Bra jobbat!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sNyckelordsfras i underrubrik%3$s: Över 75 %% av toppnivåns underrubriker återspeglar textens ämne. Det är för mycket. %2$sOptimera inte för hårt%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO rubrikbredd%3$s: %2$sSkapa en SEO-rubrik%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO rubrikbredd%3$s: SEO-rubriken är bredare än den synliga gränsen. %2$sFörsök att göra den kortare%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sSEO rubrikbredd%2$s: Bra jobbat!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO-rubrikens längd%3$s: SEO-rubriken är för kort. %2$sAnvänd utrymmet till att lägga till varianter av nyckelordsfrasen eller skapa effektiv uppmanande text%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sUtgående länkar%2$s: Det finns både nofollowed och normala utgående länkar på denna sida. Bra jobbat!"],"%1$sOutbound links%2$s: Good job!":["%1$sUtgående länkar%2$s: Bra jobbat!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sUtgående länkar%3$s: Alla utgående länkar på denna sida är nofollowed. %2$sLägg till några vanliga länkar%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sUtgående länkar%3$s: Inga utgående länkar visas på denna sida. %2$sLägg till några%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMetabeskrivningslängd%2$s: Bra gjort!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMetabeskrivningslängd%3$s: Metabeskrivningen är längre än %4$d tecken. För att vara säker på att hela beskrivningen är synlig, %2$sbör du korta ned den%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMetabeskrivningslängd%3$s: Metabeskrivningen är för kort (under %4$d tecken). Upp till %5$d tecken är tillgängliga. %2$sAnvänd utrymmet%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMetabeskrivningslängd%3$s: Ingen metabeskrivning har specifierats. Sökmotorer kommer att visa text från sidan istället. %2$sSe till att skriva en%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sNyckelordsfras i metabeskrivning%2$s: Metabeskrivningen har specificerats, men den innehåller inte nyckelordsfrasen. %3$sÅtgärda det%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sNyckelordsfras i metabeskrivningen%2$s: Nyckelordsfrasen återfinns i metabeskrivningen %3$s gånger, vilket är mer än det rekommenderade maximala värdet 2 gånger. %4$sMinska%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sNyckelordsfras i metabeskrivning%2$s: Nyckelordsfras eller synonym visas i metabeskrivningen. Bra gjort!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sNyckelordsfraslängd%5$s: Nyckelordsfrasen är %1$d ord lång. Det är lågt mycket mer än det rekommenderade maximumet – %2$d ord. %4$sKorta ned%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sNyckelordsfraslängd%5$s: Nyckelordsfrasen är %1$d ord lång. Det är fler än det rekommenderade maximumet – %2$d ord. %4$sKorta ned%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sNyckelordsfraslängd%2$s: Bra jobbat!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sNyckelordsfras i introduktionen%3$s: Din nyckelordsfras eller dess synonymer förekommer inte i den första paragrafen. %2$sSe till att ämnet genast framgår%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sNyckelordsfras i introduktion%3$s:Din nyckelordsfras eller dess synonymer finns i det första stycket i texten, men inte inom samma mening. %2$sÅtgärda det%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sNyckelordsfras i inledning%2$s: Bra gjort!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sInterna länkar%2$s: Det finns både nofollowed och normal interna länkar på denna sida. Bra jobbat!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sInterna länkar%2$s: Du har tillräckligt med interna länkar. Bra jobbat!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sInterna länkar%3$s: De interna länkarna på denna sida är alla nofollow. %2$sLägg till några bra interna länkar%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sInterna länkar%3$s: Inga interna länkar visas på denna sida, %2$s var noga med att lägga till några%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sÖvergångsord%2$s: Bra gjort!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sÖvergångsord%2$s: Endast %3$s av meningarna innehåller övergångsord, vilket inte är tillräckligt. %4$sAnvänd fler%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sÖvergångsord%2$s: Ingen av meningarna innehåller övergångsord. %3$sAnvänd några%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sInte tillräckligt med innehåll%2$s: %3$sLägg till lite innehåll för att möjliggöra en bra analys%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sFördelning av underrubriker%2$s: Du använder inga underrubriker, men din text är så kort att du förmodligen inte behöver dem."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sFördelning av underrubriker%2$s: Du använder inga underrubriker trots att din text är ganska lång. %3$sFörsök lägga till några underrubriker%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sFördelning av underrubriker%2$s: Bra jobbat!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sMeningslängd%2$s: %3$s meningarna innehåller mer än %4$s ord, vilket är mer än det rekommenderade maximalt %5$s. %6$sFörsök att förkorta meningarna%2$s."],"%1$sSentence length%2$s: Great!":["%1$sMeningslängd%2$s: Bra!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sEfterföljande meningar%2$s: Det finns tillräckligt med variation i dina meningar. Bra jobbat!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sLängd på textstycken%2$s: Inget stycke är för långt. Bra jobbat!"],"Good job!":["Bra jobbat!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Fokusnyckelordsfras"],"%1$s with ID %2$s couldn't be patched":["%1$s med ID %2$s kunde inte patchas"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Ogiltig POST-förfråga. Meta-värden finns redan för objekt med ID %1$s."],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":["Inget objekt med ID %1$s och %2$s kunde hittas"],"`%1$s` is not a valid subtype of `%2$s`":["”%1$s” är inte en giltig undertyp av ”%2$s”"],"The object type `%1$s` is invalid":["Objekttypen ”%1$s” är ogiltig"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Ogiltig typ för parameter ”%1$s” passerade. Förväntade ”%2$s”, men fick ”%3$s”"],"The parameter `%1$s` cannot be empty.":["Parametern ”%1$s” kan inte vara tom."],"Check Keyphrase Density":["Kontrollera nyckelordsfrasens densitet"],"Disable":["Inaktivera"],"Allow Control":["Tillåt kontroll"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Denna flik låter dig selektivt inaktivera funktioner i %s för alla webbsidor i nätverket. Som standard är alla funktioner aktiverade, vilket låter sidadministratörer att själva avgöra om de vill använda en funktion eller inte för sin webbplats. Om du inaktiverar en funktion här kommer administratörerna för olika webbplatser inte att kunna använda den funktionen överhuvudtaget."],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Nyckelordsfras:"],"Remove keyphrase":["Ta bort nyckelordsfras"],"This feature has been disabled by the network admin.":["Denna funktion har inaktiverats av nätverksadministratören."],"Focus keyphrase not set.":["Ingen fokusnyckelordsfras har angetts."],"Multiple keyphrases":["Flera nyckelordsfraser"],"Colon":["Kolon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Både %1$s och %2$s hanterar SEO på din webbplats. Att köra två SEO-tillägg samtidigt är skadlig."],"There is a new notification.":["Det finns en ny notis.","Det finns nya notiser."],"Learn more about the readability analysis":["Lär dig mer om läsbarhetsanalysen"],"Describe the duration of the instruction:":["Beskriv varaktigheten av instruktionen:"],"Optional. Customize how you want to describe the duration of the instruction":["Valfritt. Anpassa hur du vill beskriva varaktigheten av instruktionen"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Detta är en lista med relaterat innehåll som du kan länka i ditt inlägg. {{a}}Läs vår artikel om webbplatsstruktur{{/a}} för att lära dig mer om hur intern länkning kan bidra till att förbättra din SEO."],"%s, %s and %s":["%s, %s och %s"],"%s and %s":["%s och %s"],"%d minute":["%d minut","%d minuter"],"%d hour":["%d timme","%d timmar"],"%d day":["%d dag","%d dagar"],"Enter a step title":["Ange en stegrubrik"],"Optional. This can give you better control over the styling of the steps.":["Valfritt. Detta kan ge dig bättre kontroll över utseendet på stegen."],"CSS class(es) to apply to the steps":["CSS-klass(er) som ska tillämpas på steget"],"minutes":["minuter"],"hours":["timmar"],"days":["dagar"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Skapa en Hur-gör-man-guide på ett SEO-vänligt sätt. Du kan endast använda ett Hur-gör-man-block per inlägg."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Lista dina FAQs på ett SEO-vänligt sätt. Du kan endast använda ett FAQ-block per inlägg."],"Copy error":["Kopiera fel"],"An error occurred loading the %s primary taxonomy picker.":["Ett fel uppstod under hämtning av %s primära taxonomi-väljaren."],"%1$s Structured Data Blocks":["%1$s strukturerade datablock"],"Time needed:":["Tid som behövs:"],"Move question down":["Flytta fråga ner"],"Move question up":["Flytta fråga upp"],"Insert question":["Infoga fråga"],"Delete question":["Ta bort fråga"],"Enter the answer to the question":["Ange svaret på frågan"],"Enter a question":["Ange en fråga"],"Add question":["Lägg till fråga"],"Frequently Asked Questions":["Vanliga frågor"],"Great news: you can, with %s!":["Bra nyheter: du kan, med %s!"],"Select the primary %s":["Välj den primära %s"],"Check links to this URL":["Kontrollera länkar till denna URL"],"Keyword research training":["Träning i nyckelordsforskning"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Kolla i %1$sarkivmallen%2$s efter följande innehållstyp: %3$s.","Kolla i %1$sarkivmallarna%2$s efter följande innehållstyper: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Försöker du använda flera nyckelordsfraser? Du borde lägga till dem separat nedan."],"Mark as cornerstone content":["Markera som grundstensinnehåll"],"Move step down":["Flytta steg ner"],"Move step up":["Flytta steg upp"],"Insert step":["Infoga steg"],"Delete step":["Ta bort steg"],"Add image":["Lägg till bild"],"Enter a step description":["Ange en stegbeskrivning"],"Enter a description":["Ange en beskrivning"],"Unordered list":["Osorterad lista"],"Showing step items as an ordered list.":["Visar stegobjekt i en sorterad lista."],"Showing step items as an unordered list":["Visar stegobjekt i en osorterad lista."],"Add step":["Lägg till steg"],"Delete total time":["Ta bort total tid"],"Add total time":["Lägg till total tid"],"How to":["Hur man gör"],"How-to":["Hur-man-gör"],"Snippet Preview":["Förhandsgranska förhandsvisningstext"],"Analysis results":["Analysresultat"],"Enter a focus keyphrase to calculate the SEO score":["Ange en fokus-nyckelordsfras för att beräkna SEO-poängen"],"Learn more about Cornerstone Content.":["Lär dig mer om grundstensinnehåll."],"Cornerstone content should be the most important and extensive articles on your site.":["Grundstensinnehåll ska vara de viktigaste och mest omfattande artiklarna på din webbplats."],"Restore Site":["Återställ webbplats"],"Network Settings":["Nätverksinställningar"],"You are not allowed to perform this action.":["Du saknar behörighet att utföra denna åtgärd."],"Error: %s":["Fel: %s"],"Success: %s":["Klart: %s"],"Site with ID %d not found.":["Webbplats med ID %d hittades inte."],"No site has been selected to restore.":["Ingen webbplats har valts för att återställa."],"You are not allowed to modify unregistered network settings.":["Du saknar behörighet att modifiera oregistrerade nätverksinställningar."],"deleted":["borttaget"],"Would you like to add another keyphrase?":["Vill du lägga till en till nyckelordsfras?"],"image preview":["förhandsgranskning av bild"],"Copied!":["Kopierad!"],"Not supported!":["Stöds inte!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Läs {{a}}vår artikel om webbplatsstruktur{{/a}} för att lära dig mer om hur interna länkar kan hjälpa dig att förbättra din SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["När du lagt till lite mer text, ger vi dig en lista på relaterat innehåll du kan länka i ditt inlägg."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Överväg att länka till dessa {{a}}grundstensartiklar:{{/a}}"],"Consider linking to these articles:":["Överväg att länka till dessa artiklar:"],"Copy link":["Kopiera länk"],"Copy link to suggested article: %s":["Kopiera länk till föreslagen artikel: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Läs vår %1$sultimata guide till nyckelordsforskning%2$s för att lära dig mer om nyckelordsforskning och nyckelordsstrategi."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":["Följande ord och ordkombinationer förekommer mest i innehållet. Dessa ger en indikation på vad ditt innehåll fokuserar på. Om orden skiljer sig mycket från ditt ämne, kanske du vill skriva om ditt innehåll i enlighet med detta."],"Prominent words":["Framträdande ord"],"The site's tagline":["Webbplatsens slogan"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Vi har nyligen förbättrat funktionaliteten för inställningar för sökutseende. Tyvärr har vi upptäckt att sparandet av specifika inläggstyp-arkiv kan gå fel i vissa specialfall. "],"Not all required fields are given. Missing field %1$s":["Alla obligatoriska fält är inte ifyllda. Fältet %1$s saknas"],"Optimize your site for Google News.":["Optimera din webbplats för Google Nyheter."],"Optimize your shop's SEO and sell more products!":["Optimera din butiks SEO och sälj fler produkter!"],"Be found in Google Video search and enhance your video sharing on social media.":["Bli hittad i Google video-sökning och förbättra din videodelning på sociala medier."],"Be found in Google Maps and local results.":["Bli hittad i Google Maps och lokala resultat."],"Learn practical SEO skills to rank higher in Google.":["Lär dig praktiska SEO-färdigheter för att ranka högre i Google."],"Don’t waste time figuring out the best settings yourself.":["Slösa inte tid på att hitta de bästa inställningarna själv."],"Get quick wins to make your site rank higher in search engines.":["Få snabba vinster för att göra din webbplats rankad högre i sökmotorer."],"Add synonyms":["Lägg till synonymer"],"Would you like to add keyphrase synonyms?":["Vill du lägga till nyckelordsfras-synonymer?"],"Would you like to add more than one keyphrase?":["Vill du lägga till mer än en nyckelordsfras?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Du kan redigera dina SEO meta-data för denna anpassade typ på %1$sbutikssidan%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Du har inte angivit någon sida för din butik i inställningarna för WooCommerce. Gör det först."],"Current year":["Nuvarande år"],"Page":["Sida"],"Breadcrumb settings for %s archive":["Inställningar för synlig sökväg för arkivet %s"],"Something went wrong. Please reload the page.":["Något gick fel. Vänligen ladda om sidan."],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Redigera din metabeskrivning genom att ändra den här"],"description (custom taxonomy)":["beskrivning (anpassad taxonomi)"],"(custom taxonomy)":["(anpassad taxonomi)"],"(custom field)":["(anpassat fält)"],"Term404":["Term404"],"Caption":["Rubrik"],"Pagenumber":["Sidnummer"],"Pagetotal":["Sidtotal"],"Page number":["Sidnummer"],"User description":["Användarbeskrivning"],"ID":["ID"],"Modified":["Ändrad"],"Post type (plural)":["Inläggstyp (plural)"],"Post type (singular)":["Inläggstyp (singular)"],"Separator":["Avgränsare"],"Search phrase":["Sökfras"],"Term title":["Termrubrik"],"Term description":["Termbeskrivning"],"Tag description":["Etikettbeskrivning"],"Category description":["Kategoribeskrivning"],"Primary category":["Huvudkategori"],"Category":["Kategori"],"Tag":["Etikett"],"Excerpt only":["Endast utdrag"],"Excerpt":["Utdrag"],"Site title":["Sidrubrik"],"Archive title":["Arkivrubrik"],"Parent title":["Överordnad rubrik"],"Date":["Datum"],"Label":["Etikett"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Du bör skapa en omdirigering för att se till att dina besökare inte får ett 404-fel när de klickar på webbadressen som inte längre fungerar."],"Search engines and other websites can still send traffic to your deleted post.":["Sökmotorer och andra webbplatser kan fortfarande skicka trafik till ditt borttagna inlägg."],"Make sure you don't miss out on traffic!":["Se till att du inte missar trafik!"],"You just deleted a %1$s.":["Du tog just bort en %1$s."],"You just trashed a %1$s.":["Du slängde just en %1$s."],"Settings for %s archive":["Inställningar för arkivet %s"],"Settings for single %s URLs":["Inställningar för enskilda %s-URL:er"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Inställningarna på denna sida låter dig ange vilket sökutseende som ska användas som standard för vilken typ av innehåll du har. Du kan välja vilka inläggstyper som ska synas i sökresultat och vad deras beskrivning ska vara som standard."],"Url preview":["Förhandsgranskning av URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Ange en metabeskrivning genom att ändra förhandsvisningstexten nedan. Om du inte gör detta, kommer Google att försöka hitta en relevant del av ditt inlägg för visning i sökresultaten."],"Insert snippet variable":["Infoga förhandsvisningstextvariabel"],"Dismiss this notice":["Avfärda denna notis"],"No results":["Inga resultat"],"%d result found, use up and down arrow keys to navigate":["%d resultat hittades. Navigera med pilarna upp/ned","%d resultat hittades. Navigera med pilarna upp/ned"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Språket för din webbplats är inställt till %s. Om detta inte stämmer bör du kontakta webbplatsens administratör."],"Number of results found: %d":["Antal funna resultat: %d"],"Note that not all variables can be used in every field.":["Observera att vissa variabler inte går att använda i alla fält."],"Snippet variables":["Variabler för förhandsvisningstext"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s respekterar din integritet. Läs vår %2$sintegritetspolicy%3$s om hur vi hanterar dina personuppgifter."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Om du vet vad detta betyder och inte vill se det här meddelandet längre, kan du %1$savfärda detta meddelandet%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Dina webbplatsinställningar tillåter för närvarande att det finns webbadresser till bilagor. Läs %1$sdetta inlägg om en eventuell risk%2$s med webbadresser till bilagor och kontrollera om du har rätt inställningar för din webbplats."],"Unknown type %1$s":["Okänd typ %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Inkluderar ett gratis konto på MyYoast som ger dig fri tillgång till vår gratis SEO-kurs för nybörjare!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Prenumerera på vårt nyhetsbrev om du vill hålla dig uppdaterad inom %1$s, andra häftiga tillägg av %2$s och intressanta nyheter och tips inom SEO-världen."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Skaffa din verifieringskod för Baidu i %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Verifieringskod för Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Importfunktionen %s använder temporära databastabeller. Det verkar som om din WordPress-installation inte har möjlighet att göra detta, vänligen kontakta ditt webbhotell."],"Cleanup of %s data failed.":["Rensningen av %s data misslyckades."],"Content Type":["Innehållstyp"],"Filter by content type":["Filtrera efter innehållstyp"],"Show All Content Types":["Visa alla innehållstyper"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["För att åtgärda detta, avmarkera rutan innan ”Dela upp kommentarer i sidor...” på %1$sinställningssidan för kommentarer%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Ersatt med den vanliga rubriken för ett arkiv som genereras av WordPress"],"Clean":["Rensa"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["När du är säker på att din webbplats är OK så kan du rensa den. Detta kommer ta bort alla originaldata."],"Step 5: Clean up":["Steg 5: Rensa"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Du bör köra konfigurationsguiden från adminpanel SEO → Allmänt →, för att se till att du har rätt inställningar för din webbplats."],"Step 4: Run the configuration wizard":["Steg 4: Kör konfigurationsguiden"],"Please check your posts and pages and see if the metadata was successfully imported.":["Kontrollera dina sidor och inlägg så att metadatan importerades."],"Step 3: Check your data":["Steg 3: Kontrollera dina data"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Steg 2: Importera"],"Please make a backup of your database before starting this process.":["Gör en säkerhetskopia av din databas innan du startar denna process."],"Step 1: Create a backup":["Steg 1: Skapa en säkerhetskopia"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Vi har upptäckt data från en eller flera SEO-tillägg på din webbplats. Följ stegen nedan för att importera detta:"],"Plugin: ":["Tillägg:"],"%s did not detect any plugin data from plugins it can import from.":["%s upptäckte inte någon tilläggsdata från tillägg som det kan importera från."],"Posts that should not show up in search results":["Inlägg som inte visas i sökresultat"],"%s data found.":["%s data hittades."],"%s data successfully removed.":["%s data har tagits bort."],"%s data successfully imported.":["%s data importerades."],"%s data not found.":["%s data hittades inte."],"Improve your SEO skills":["Förbättra din SEO-kompetens"],"24/7 email support":["E-postsupport dygnet runt"],"No more dead links a.k.a. 404 pages":["Inga fler döda länkar, så kallade 404-sidor"],"Get real-time suggestions for internal links":["Få realtidsförslag till interna länkar"],"Preview your page in Facebook and Twitter":["Förhandsgranska din sida i Facebook och Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Klicka på knappen ”%3$s” för att använda metabeskrivningen som redan angetts i inställningen %1$sSökutseende%2$s."],"Help on copying the home meta description":["Hjälp med att kopiera metabeskrivningen för startsidan"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["För att låta sökmotorer vet vilka sociala profiler som är kopplade till denna webbplats, ange datan för dina sociala profiler för webbplatsen nedan."],"Learn more about your social profiles settings":["Lär dig mer om inställningarna för dina sociala profiler"],"Remove the categories prefix":["Ta bort kategoriprefixen"],"Help on the category prefix setting":["Hjälp med inställningen för kategoriprefixen"],"Learn more about the available variables":["Lär dig mer om de tillgängliga variablerna"],"Learn more about the RSS feed setting":["Lär dig mer om inställningen för RSS-flödet"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["När du laddar upp media (t.ex. en bild eller video) till WordPress, så sparas inte bara mediet, utan det skapas också en webbadress till bilagan. Dessa bilagssidor är ganska tomma: de innehåller bara medieobjektet och eventuellt en rubrik om du angav det. På grund av detta är det bättre att inaktivera dessa webbadresser till bilagor om du inte använder dem och omdirigera dem till själva medieobjektet."],"Learn more about the Media and attachment URLs setting":["Lär dig mer om inställningen för webbadresser till media och bilagor"],"Learn more about the title separator setting":["Lär dig mer om inställningen för rubrikavgränsare"],"Learn more about the knowledge graph setting":["Lär dig mer om inställningen för Faktarutan"],"Learn more about the homepage setting":["Lär dig mer om inställningen för startsidan"],"Learn more about the special pages setting":["Lär dig mer om inställningen för speciella sidor"],"Help on the date archives search results setting":["Hjälp med inställningen för sökresultat för datumarkiv"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Att inte visa arkiven för författare utan inlägg i sökresultaten betyder tekniskt sätt att dessa inte kommer ha en %1$s-robotmeta och kommer uteslutas från XML-webbplatskartor. %2$sMer info om inställningarna för sökresultat%3$s."],"Help on the authors without posts archive search results setting":["Hjälp med inställningen för sökresultat för författare utan inlägg"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Att inte visa arkiven för författare i sökresultaten betyder tekniskt sätt att dessa inte kommer ha en %1$s-robotmeta och kommer uteslutas från XML-webbplatskartor. %2$sMer info om inställningarna för sökresultat%3$s."],"Help on the author archives search results setting":["Hjälp med inställningen för sökresultat för författararkiv"],"Archives settings help":["Hjälp med inställningarna för arkiv"],"Learn more about the archives setting":["Lär dig mer om inställningen för arkiv"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Skaffa din verifieringskod för Yandex i %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Yandex verifieringskod"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Skaffa din verifieringskod för Google i %1$sGoogle Search Console%2$s."],"Google verification code":["Google verifieringskod"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Skaffa din verifieringskod för Bing i %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Bing verifieringskod"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Du kan använda rutorna nedan för att verifiera med olika webbmaster-verktyg. Denna funktion kommer lägga till en verifieringsmetatagg på din startsida. Följ länkarna i de olika webbmaster-verktygen och leta efter instruktionerna för metataggsverifiering för att få verifieringskoden. Om din webbplats redan är verifierad kan du hoppa över detta."],"Learn more about the Webmaster Tools verification":["Lär dig mer om verifiering med webbmaster-verktygen"],"On":["På"],"Help on: %s":["Hjälp med: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s kommer med många funktioner. Du kan aktivera/inaktivera några av dem nedan. Om du klickar på frågetecknet får du mer information om funktionen."],"Off":["Av"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Den avancerade sektionen av %1$s-metaboxen låter an användare ta bort inlägg från sökresultat eller ändra den kanoniska. Detta är saker som du kanske inte vill att författare ska göra. Därför kan endast redaktörer och administratörer göra detta som standard. Om du ändrar till ”%2$s” kommer alla användare kunna ändra dessa inställningar."],"Security: no advanced settings for authors":["Säkerhet: inga avancerade inställningar för författare"],"See who contributed to %1$s.":["Se vem som bidragit till %1$s."],"Help on this search results setting":["Hjälp med denna inställning för sökresultat"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Att inte visa arkiven för %1$s i sökresultaten betyder tekniskt sätt att dessa inte kommer ha en %2$s-robotmeta och kommer uteslutas från XML-webbplatskartor. %3$sMer info om inställningarna för sökresultat%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Att inte visa %1$s i sökresultaten betyder tekniskt sätt att dessa inte kommer ha en %2$s-robotmeta och kommer uteslutas från XML-webbplatskartor. %3$sMer info om inställningarna för sökresultat%4$s."],"Default for %2$s, currently: %1$s":["Standard för %2$s, för närvarande: %1$s"],"Show %s in search results?":["Visa %s i sökresultaten?"],"this author's archives":["arkiv för denna författare"],"Do not allow search engines to show %s in search results.":["Tillåt inte sökmotorer att visa %s i sökresultat."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Webbadresser till kategorier i WordPress innehåller ett prefix, vanligtvis %s. Denna funktion tar bort det prefixet, endast för kategorier."],"Category URLs":["Webbadresser till kategorier"],"the archive for %s":["arkivet för %s"],"Redirect attachment URLs to the attachment itself?":["Omdirigera webbadresser till bilagor till själva bilagan?"],"We recommend you set this to Yes.":["Vi rekommenderar att du anger ”Ja” för detta."],"Media & attachment URLs":["Webbadresser till media och bilagor"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Detta är vad som visas i sökresultat när personer hittar din webbplats. Detta betyder att det här antagligen är vad de ser när de söker efter ditt varumärke."],"date archives":["datumarkiv"],"archives for authors without posts":["arkiv för författare utan inlägg"],"Read why XML Sitemaps are important for your site.":["Läs om varför XML-webbplatskartor är viktiga för din webbplats."],"Enable the XML sitemaps that %s generates.":["Aktivera XML-webbplatskartan som %s genererar."],"See the XML sitemap.":["Visa XML-webbplatskartan."],"%2$s (current default for %1$s)":["%2$s (nuvarande standard för %1$s)"],"Media":["Media"],"Content Types":["Innehållstyper"],"Should search engines follow links on this %1$s?":["Ska sökmotorer följa länkar på denna %1$s?"],"Allow search engines to show this %s in search results?":["Tillåt sökmotorer att visa denna %s i sökresultat?"],"Search Appearance":["Sökutseende"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Vänligen ange vilka innehållstyper du vill ska synas i sökmotorer.\n Om du inte vet skillnaden mellan dessa är det bäst att välja standardinställningarna."],"Search engines should show \"%1$s\" in search results:":["Sökmotorer bör visa ”%1$s” i sökresultaten:"],"Search engine visibility":["Synlighet för sökmotorer"],"Toggle %1$s's XML Sitemap":["Slå på/av XML-webbplatskartan för %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Supportärenden som du skapar här skickas direkt till vårt supportsystem, vilket säkras med 256 bit SSL, så kommunikationen är 100 % säker."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Funktionen grundstensinnehåll låter dig markera och filtrera grundstensinnehåll på din webbplats."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Om du har ett problem som du inte kan lösa med våra videohandledningar eller kunskapsbas kan du skicka ett meddelande till vårt supportteam. De kan nås 24/7."],"Search result":["Sökresultat"],"Good results":["Bra resultat"],"Get better search results in local search":["Få bättre sökresultat i lokala sökningar"],"Allow customers to pick up their %s order locally":["Låt dina kunder hämta upp deras order från %s lokalt"],"SEO analysis":["SEO-analys"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO-analysen visar dig hur du kan förbättra SEO för din text."],"Learn how the SEO analysis can help you rank.":["Lär dig hur SEO-analysen kan hjälpa dig ranka."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Läsbarhetsanalysen visar dig hur du förbättrar strukturen och stilen för din text."],"Discover why readability is important for SEO.":["Få reda på varför läsbarhet är viktigt för SEO."],"Find out how cornerstone content can help you improve your site structure.":["Få reda på hur grundstensinnehåll kan hjälpa dig förbättra strukturen för din webbplats."],"The text link counter helps you improve your site structure.":["Textlänkräknaren hjälper dig förbättra strukturen för din webbplats."],"Find out how the text link counter can enhance your SEO.":["Få reda på hur textlänkräknaren kan förbättra din SEO."],"%s integration":["Integration med %s"],"Read more about how %s works.":["Läs mer om hur %s fungerar."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Aktivera den här funktionen om du vill att Facebook och andra sociala medier ska visa en förhandsgranskning med bilder och ett textutdrag när en länk till din webbplats delas."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Aktivera den här funktionen om du vill att Twitter ska visa en förhandsgranskning med bilder och ett textutdrag när en länk till din webbplats delas."],"Find out why you should upgrade to %s":["Ta reda på varför du borde uppgradera till %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Senaste blogginläggen på %1$s"],"Need help?":["Behöver du hjälp?"],"Type here to search...":["Skriv här för att söka..."],"Search the Yoast Knowledge Base for answers to your questions:":["Sök i kunskapsbasen på Yoast för svar på dina frågor:"],"Remove highlight from the text":["Ta bort markering från texten"],"Your site language is set to %s. ":["Ditt språk på webbplatsen är inställt på %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Kom igång snabbt med hjälp av %2$skonfigurationsguiden%3$s för %1$s!"],"First-time SEO configuration":["Startkonfiguration för SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Ditt angivna språk är {language}. Kontakta webbplatsens administratör om detta inte stämmer."],"Your site language is set to {language}.":["Ditt språk är angivet som {language}."],"Highlight this result in the text":["Markera detta resultat i texten"],"Considerations":["Överväganden"],"Errors":["Fel"],"Change language":["Byt språk"],"You cannot create a %s file.":["Du kan inte skapa filen %s."],"You cannot edit the %s file.":["Du kan inte redigera filen %s."],"Updated %s":["Uppdaterade %s"],"Create %s file":["Skapa filen %s"],"Edit the content of your %s:":["Redigera innehållet i din %s:"],"Save changes to %s":["Spara ändringar till %s"],"%s file":["filen %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s och %2$s kan fungera mycket bättre tillsammans genom att lägga till ett hjälptillägg. Vänligen installera %3$s för att göra ditt liv enklare. %4$s."],"More information":["Mer information"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s och %2$s kan fungera mycket bättre tillsammans genom att lägga till ett hjälptillägg. Vänligen aktivera %3$s för att göra ditt liv enklare. "],"More information about %1$s":["Mer information om %1$s"],"Configuration Wizard":["Konfigurationsguide"],"You've done it!":["Du har gjort det!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Integrera %2$s med %1$s problemfritt för innehållsanalysen!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s och %2$s kan fungera tillsammans mycket bättre genom att lägga till ett hjälptillägg. Vänligen installera %3$s för att göra ditt liv enklare."],"Manage your %s subscription on MyYoast":["Hantera din %s-prenumeration på MyYoast"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Inställningarna för sökutseende för %1$s består av variabler som ersätts av specifika värden från sidan när sidan visas. Tabellen nedan innehåller en lista över tillgängliga variabler."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Markera de viktigaste %1$s som ”grundstensinnehåll” för att förbättra din webbplatsstruktur. %2$sLäs mer om grundstensinnehåll%3$s."],"Loading help center.":["Laddar hjälpcenter."],"Get support":["Få support"],"View in KB":["Visa i KB"],"Go back":["Gå tillbaka"],"Go back to the search results":["Gå tillbaka till sökresultaten"],"(Opens in a new browser tab)":["(Öppnas i en ny webbläsarflik)"],"Posts %1$swithout%2$s a focus keyphrase":["Inlägg %1$sutan%2$s en fokusnyckelordsfras"],"Hey, your SEO is doing pretty well! Check out the stats:":["Det går ganska bra för din SEO! Kolla in statistiken:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Du har inga publicerade inlägg, dina SEO-poäng kommer att visas här när du gör ditt första inlägg!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["På den här sidan kan du ändra namnet på din webbplats och välja vilken\navgränsare du vill använda. Avgränsaren visas, exempelvis, mellan din \ninläggsrubrik och webbplatsens namn. Symbolerna visas i den storlek\nsom visas i sökresultaten. Välj den som passar ditt varumärke bäst eller\nsom tar upp minst utrymme i förhandsvisningstexten."],"Something else":["Något annat"],"A portfolio":["En portfölj"],"A corporation":["Ett företag"],"A small offline business":["Ett litet offline-företag"],"A news channel":["En nyhetskanal"],"An online shop":["En nätbutik"],"A blog":["En blogg"],"What does the site %1$s represent?":["Vad representerar webbplats %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Om du väljer nej, kommer ditt författararkiv att inaktiveras för att förhindra problem med duplicerat innehåll."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Obs: vi lagrar inte dina data på något sätt och har inte full tillgång till ditt konto. \nDin integritet är säker hos oss."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s integrerar med Googles sökkonsol, ett oumbärligt verktyg för webbplatsägare. Det ger dig information om hur din webbplats mår. Har du inte ännu något Google-konto eller är din webbplats inte aktiverad? Ta reda på %2$shur du kopplar Googles sökkonsol till din webbplats%3$s."],"Option B: My site is under construction and should not be indexed":["Alternativ B: Min webbplats är under uppbyggnad och ska inte indexeras"],"Option A: My site is live and ready to be indexed":["Alternativ A: Min webbplats är live och redo att bli indexerad"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Välj under konstruktion om du inte vill att webbplatsen ska indexeras av sökmotorer. Glöm inte att aktivera det när du är redo att publicera din webbplats."],"Please specify if your site is under construction or already active.":["Ange om din webbplats är under uppbyggnad eller redan aktiv."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Denna information kommer att användas i Googles Faktaruta, det stora informationsblocket du ser till höger om sökresultaten."],"Read more like this on our SEO blog":["Läs mer om sådant här på vår SEO-blogg"],"Readability: %s":["Läsbarhet: %s"],"Not activated":["Inte aktiverad"],"Activated":["Aktiverad"],"%1$s recommendations for you":["Rekommendationer för dig från %1$s"],"All Readability Scores":["Alla läsbarhetspoäng"],"Filter by Readability Score":["Filtrera efter läsbarhetspoäng"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Du tar inte emot uppdateringar eller support! Åtgärda problemet genom att lägga till denna webbplats och aktivera %1$s för det i %2$s."],"Request method %1$s is not valid.":["Efterfrågad metod %1$s är inte giltig. "],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Vill du förhandsgranska hur det kommer att se ut om folk delar det här inlägget på %1$s? Det kan du med %2$s."],"Good job! All the links in your texts have been counted.":["Bra jobbat! Alla länkarna i dina texter har räknats."],"Calculation completed.":["Beräkning slutförd."],"Calculation in progress...":["Beräkning pågår..."],"Stop counting":["Sluta räkna"],"Counting links in your texts":["Räknar länkar i dina texter"],"Text %1$s of %2$s processed.":["Text %1$s av %2$s bearbetad."],"All your texts are already counted, there is no need to count them again.":["Alla dina texter är redan räknade, de behöver inte räknas igen."],"Count links in your texts":["Räkna länkar i dina texter"],"Text link counter":["Textlänkräknare"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Antal interna länkar som länkar till detta inlägg. Se texten ”Yoast-kolumner” i hjälpfliken för mer info."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Antal utgående interna länkar i detta inlägg. Se texten ”Yoast kolumner” i hjälpfliken för mer info."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s lägger till flera kolumner på den här sidan. Vi har skrivit en artikel om %2$shur man använder SEO- och läsbarhetspoängen%3$s. Länk-kolumnen visar antalet artiklar på denna webbplats som länkar %5$still%6$s den här artikeln och antalet webbadresser länkade %5$sfrån%6$s den här artikeln. Läs mer om %4$shur man använder dessa funktioner för att förbättra din interna länkning%3$s, vilket starkt förbättrar din SEO."],"%s Columns":["%s kolumner"],"Readability score":["Läsbarhetspoäng"],"Other benefits of %s for you:":["Fler fördelar för dig med %s:"],"Scroll to see the preview content.":["Rulla ner för att se en förhandsvisning av innehållet."],"Cornerstone content":["Grundstensinnehåll"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s tar nu hand om all teknisk optimering som behövs för din webbplats. För att verkligen förbättra webbplatsens prestanda i sökresultaten är det viktigt att börja skapa innehåll som rankas bra för nyckelordsfraser du bryr dig om. Kolla in den här videon där vi förklarar hur du använder metaboxen %1$s när du redigerar inlägg eller sidor."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Om du vill överträffa konkurrenterna i en viss ort eller region, kolla in vårt tillägg %1$s! Du kan enkelt lägga in Google Maps, öppettider, kontaktuppgifter och en butikssökare. Förutom det, hjälper även %1$s dig att förbättra användbarheten för din kontaktsida."],"Attract more customers near you":["Locka fler kunder nära dig"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Vill du veta allt om tillägget %1$s? Vill du lära dig allt om våra avancerade inställningar? Vill du verkligen kunna få ut det mesta av tillägget %1$s? Kolla in vår tilläggsutbildning %1$s och börja överträffa konkurrenterna!"],"Get the most out of %1$s with the %2$s":["Få ut det mesta av %1$s med %2$s"],"Upgrade to Premium":["Uppgradera till premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Vill du överträffa dina konkurrenter? %1$s ger dig fantastiska ytterligare funktioner som hjälper dig att ställa in din SEO-strategi som en professionell användare. Lägg till synonymer och relaterade nyckelord,använd vår premium SEO-analys, omdirigeringshanteraren och vårt interna länkverktyg. %1$s ger dig också tillgång till premium-support."],"Outrank the competition with %s":["Överträffa dina konkurrenter med %s"],"You might like":["Du kanske gillar"],"Newsletter":["Nyhetsbrev"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Vi har upptäckt att du inte har slutfört den här guiden ännu, så vi rekommenderar att du %2$s startar konfigurationsguiden för att konfigurera %1$s %3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Konfigurationsguiden hjälper dig att enkelt konfigurera din webbplats så den har optimala SEO-inställningar."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Skaffa Premium och våra experter kommer finnas där för dig och svara på alla frågor du kan tänkas ha angående installation och användande av tillägget."],"Superfast internal linking suggestions":["Supersnabba interna länkningsförslag"],"Great news: you can, with %1$s!":["Goda nyheter: du kan, med %1$s!"],"Save changes":["Spara ändringar"],"1 year free support and updates included!":["1 års fri support och uppdateringar ingår!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Tillägget %2$s ändrar din webbplats output och skiljer genom det mellan sökmotorer och vanliga användare, en process som kallas cloaking. Vi rekommenderar starkt att du inaktiverar det."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sFörhandsgranskning för sociala medier%2$s: Facebook och Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sGör dig av med döda länkar%2$s: easy redirect manager"],"No ads!":["Ingen reklam!"],"Facebook & Twitter":["Facebook och Twitter"],"Social media preview":["Sociala medier förhandsgranskning"],"Easy redirect manager":["Easy redirect manager"],"No more dead links":["Inga fler döda länkar"],"Increase your SEO reach":["Öka din SEO-räckvidd"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Om du vill ha mer hjälp med att skapa fantastiskt innehåll, kolla in vår %2$skurs för SEO copywriting%3$s. Vill du veta allt om funktionerna i tillägget, överväg att göra vår %1$s!"],"Variable":["Variabel"],"Available variables":["Tillgängliga variabler"],"Scroll to see the table content.":["Rulla för att se innehållet i tabellen."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Vänligen se %1$svår artikel om hur du ansluter din webbplats till Google Search Console%2$s om du behöver hjälp."],"An error occurred in the '%1$s' assessment":["Ett fel uppstod i utvärderingen av '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s av orden %2$söver %3$s stavelser%4$s, vilket är mer än det rekommenderade maximala %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s av orden innehåller %2$söver %3$s stavelser%4$s, vilket är mindre än eller lika med det rekommenderade maximala %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Detta är något under det rekommenderade minsta antalet på %5$d ord. %3$sLägg till lite mer text%4$s.","Detta är något under det rekommenderade minsta antalet på %5$d ord. %3$sLägg till lite mer text%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Metabeskrivningen innehåller %1$d mening %2$söver %3$s ord%4$s. Försök att förkorta denna mening.","Metabeskrivningen innehåller %1$d meningar %2$söver %3$s ord%4$s. Försök att förkorta dessa meningar."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Metabeskrivningen innehåller inga meningar %1$söver %2$s ord %3$s."],"Step %1$d: %2$s":["Steg %1$d: %2$s"],"No new notifications.":["Inga nya notiser."],"Save all":["Spara allt"],"Save":["Spara"],"%1$s, Author at %2$s":["%1$s, författare på %2$s"],"Mobile preview":["Förhandsgranskning för mobil"],"Desktop preview":["Förhandsgranskning för stationär dator"],"Select redirect":["Välj omdirigering"],"Please provide an SEO title by editing the snippet below.":["Ange en SEO-rubrik genom att redigera förhandsvisningstexten nedan."],"Meta description preview:":["Metabeskrivning förhandsvisning:"],"Slug preview:":["Förhandsgranskning av slug:"],"SEO title preview:":["Förhandsvisning av SEO-rubrik:"],"Close snippet editor":["Stäng redigeraren för förhandsvisningstexten"],"Slug":["Slug"],"Remove marks in the text":["Ta bort markeringar i texten"],"Mark this result in the text":["Markera detta resultat i texten"],"Marks are disabled in current view":["Markeringen är inaktiverade i aktuell vy"],"Good SEO score":["Bra SEO-poäng"],"OK SEO score":["OK SEO-poäng"],"Feedback":["Återkoppling"],"ok":["ok"],"Choose an image":["Välj en bild"],"Remove the image":["Ta bort bilden"],"MailChimp signup failed:":["MailChimp-registrering misslyckades:"],"Sign Up!":["Registrera!"],"Name":["Namn"],"There is an error with the request.":["Ett fel uppstod vid förfrågan."],"Select profile":["Välj profil"],"Choose a profile":["Välj en profil"],"Authorization code":["Auktoriseringskod"],"Reauthenticate with Google":["Autentisera med Google igen"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["För att tillåta %s att hämta din Google Search Console information, vänligen ange din Google auktoriseringskod. Klickar du på knappen nedan öppnas ett nytt fönster."],"Please provide a meta description by editing the snippet below.":["Vänligen ange en metabeskrivning genom att redigera förhandsvisningstexten nedan."],"Edit snippet":["Redigera förhandsvisningstext"],"You can click on each element in the preview to jump to the Snippet Editor.":["Du kan klicka på varje element i förhandsgranskningen för att gå till redigeraren för förhandsvisningstexten."],"SEO title preview":["Förhandsgranskning av SEO-titel"],"Meta description preview":["Förhandsgranskning av meta-beskrivning"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Ett problem uppstod när detta steg sparades, {{länk}}vänligen skicka en buggrapport{{/ länk}} som beskriver vilket steg du är på och vilka ändringar du vill göra (om någon)."],"Close the Wizard":["Stäng guiden"],"Export settings":["Exportera inställningar"],"%1$s video tutorial":["%1$s videokurs"],"%s › Configuration Wizard":["%s › Konfigurationsguide"],"Please don't show me this notification anymore":["Visa inte detta meddelande igen"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Om du upplever problem, %1$svänligen skicka en buggrapport%2$s och vi ska göra vårt bästa för att hjälpa dig."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Vi har märkt att du har använt %1$s ett tag nu, vi hoppas att du gillar det! Vi skulle bli glada om du kunde %2$sge oss ett 5-stjärnigt betyg på WordPress.org%3$s!"],"Date archives settings":["Inställningar för datumarkiv"],"Author archives settings":["Inställningar för författararkiv"],"%1$s by %2$s":["%1$s av %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Varning: Variabeln %s kan inte användas i denna mall. Se hjälpcentret för mer information."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(ingen rubrik)"],"%s installation wizard":["Installationsguide för %s"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Administratörsmenyn %1$s innehåller användbara länkar till tredje-parts-verktyg för att analysera sidor och gör det lätt att se om du har nya notiser."],"Admin bar menu":["Administratörsmeny"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Funktioner"],"SEO title":["SEO-rubrik"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Även om vi strävar efter att göra det så enkelt som möjligt att börja använda %1$s, så förstår vi att det kan vara skrämmande. Om du hellre vill att vi ska ställa in %1$s för dig (och samtidigt få en kopia av %2$s), beställ vår %3$s %1$skonfigurationsservice%4$s här!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Välkommen till konfigurationsguiden %1$s. I några enkla steg hjälper vi dig att konfigurera inställningarna för din SEO för att matcha webbplatsens behov!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google visar webbplatsens namn i sökresultaten. Om du vill ändra det så kan du göra det här."],"Greater than sign":["Större än-tecken"],"Less than sign":["Mindre än-tecken"],"Right angle quotation mark":["Högervinklat citationstecken"],"Left angle quotation mark":["Vänstervinklat citationstecken"],"Small tilde":["Liten tilde"],"Vertical bar":["Lodrätt streck"],"Low asterisk":["Låg asterisk"],"Asterisk":["Asterisk"],"Bullet":["Punkt"],"Middle dot":["Mellanpunkt"],"Em dash":["Brett tankstreck"],"En dash":["Tankstreck"],"Dash":["Smalt tankstreck"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Välj symbolen som ska användas som din rubrikavgränsare. Detta visas t.ex. mellan din inläggsrubrik och webbplatsens namn. Symbolerna visas i den storlek som visas i sökresultaten."],"The name of the person":["Personens namn"],"No":["Nej"],"Yes":["Ja"],"Does, or will, your site have multiple authors?":["Har eller kommer din webbplats att ha flera författare?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress genererar automatiskt en webbadress för varje medieobjekt i biblioteket. Aktivering av detta gör det möjligt för Google att indexera den genererade webbadressen."],"Success!":["Klart!"],"Title settings":["Rubrikinställningar"],"Google Search Console":["Google Search Console"],"Multiple authors":["Flera författare"],"Site type":["Webbplatstyp"],"Environment":["Miljö"],"Yoast option %1$s not found.":["Yoast alternativ%1$s hittades inte."],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["Inläggslista"],"Posts list navigation":["Navigation för inläggslista"],"Filter posts list":["Filtrera inläggslistan"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Observera att länkar till arkiv fortfarande kan skapas av ditt tema och du behöver i så fall ta bort dem separat."],"%1$s to optimize your site even further":["%1$s för att optimera din webbplats ytterligare"],"%1$s extensions":["%1$s tillägg"],"Comes with our 30-day no questions asked money back guarantee":["Levereras med vår 30-dagars inga-frågor pengarna tillbaka garanti"],"More information %1$sabout %3$s%2$s":["Mer information %1$som %3$s%2$s"],"Installed":["Installerad"],"gain access to our 24/7 support team.":["få tillgång till vårt supportteam 24/7."],"Premium support":["Premiumsupport"],"check what your Facebook or Twitter post will look like.":["se hur dina inlägg på Facebook eller Twitter kommer se ut."],"Social previews":["Social förhandsgranskning"],"create and manage redirects from within your WordPress install.":["skapa och hantera omdirigeringar inom din WordPress-installation."],"Redirect manager":["Omdirigeringshanterare"],"%1$s, take your optimization to the next level!":["%1$s, ta din optimering till nästa nivå!"],"A seamless integration between %1$s and %2$s":["En sömlös integration mellan%1$s och %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Använd synliga sökvägar från %1$s istället för %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Infoga Google Maps, en butikslokaliserare, öppettider och mer enkelt"],"Creates XML News Sitemaps":["Skapar XML nyhetswebbplatskartor"],"Immediately pings Google on the publication of a new post":["Pingar omedelbart Google när nya inlägg publiceras"],"Optimize your site for Google News":["Optimera din webbplats för Google Nyheter"],"Make videos responsive through enabling fitvids.js":["Gör videos responsiva genom att aktivera fitvids.js"],"Enhance the experience of sharing posts with videos":["Förhöja upplevelsen av att dela inlägg med videos"],"Show your videos in Google Videos":["Visa dina videos i Google Videos"],"Crawl issues list":["Lista över genomsökningsproblem"],"Crawl issues list navigation":["Listnavigering av genomsökningsproblem"],"Edit “%s”":["Ändra ”%s”;"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["Notiser"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Tar bort sektionen nyckelordsfras från metarutan och inaktiverar alla SEO-relaterade förslag."],"Disable SEO analysis":["Inaktivera SEO-analys"],"Twitter settings":["Twitterinställningar"],"Pinterest settings":["Pinterestinställningar"],"Facebook settings":["Facebook-inställningar"],"Title separator symbol":["Symbol för rubrikavgränsare"],"RSS feed settings":["RSS-flöde inställningar"],"Breadcrumbs settings":["Inställningar för synliga sökvägar"],"Make primary":["Gör till primär"],"Enter your Google Authorization Code and press the Authenticate button.":["Fyll i din auktoriseringskod från Google och tryck på knappen \"Autentisera\"."],"Knowledge base article":["Kunskapsbasartikel"],"Open the knowledge base article in a new window or read it in the iframe below":["Öppna kunskapsbasartikeln i ett nytt fönster eller läs den i fönstret nedan"],"Search results":["Sökresultat"],"%s notification":["%s notis","%s notiser"],"Disable readability analysis":["Inaktivera läsbarhetsanalys"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Tar bort sektionen läsbarhetsanalys från metarutan och inaktiverar alla läsbarhetsrelaterade förslag."],"Readability analysis":["Läsbarhetsanalys"],"Needs improvement":["Behöver förbättras"],"Readability":["Läsbarhet"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Du försöker ladda icke-minifierade filer, dessa är endast tillgängliga i vårt utvecklingspaket. Kolla in %1$s för att se alla källfilerna."],"Improvements":["Förbättringar"],"Dismiss this item.":["Avfärda detta objekt."],"Good job! We could detect no serious SEO problems.":["Bra jobbat! Vi kan inte upptäcka några allvarliga SEO-problem."],"We have detected the following issues that affect the SEO of your site.":["Vi har upptäckt följande ärenden som påverkar SEO på din webbplats."],"Problems":["Problem"],"Analysis":["Analys"],"Not available":["Inte tillgängligt"],"Filter by SEO Score":["Filtrera efter SEO-poäng"],"Meta description not set.":["Metabeskrivning har inte angetts."],"Video tutorial":["Videokurs"],"Email support is a %s feature":["E-postsupport är en %s-funktion"],"Knowledge base":["Kunskapsbank"],"Open":["Öppna"],"Loading...":["Laddar..."],"Something went wrong. Please try again later.":["Något gick fel. Försök igen senare."],"No results found.":["Inga resultat hittades."],"Dashboard":["Adminpanel"],"You can fix this on the %1$sPermalink settings page%2$s.":["Du kan åtgärda detta på %1$sinställningssidan för permalänkar%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Kommentarspaginering är aktiverat, detta behövs inte i 999 ur 1000 fall, vi rekommenderar att du inaktiverar den."],"Replaced with the primary category of the post/page":["Ersatt med den primära kategorin för inlägget/sidan"],"Pinterest confirmation":["Pinterest-bekräftelse"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Om du redan har bekräftat din webbplats för Pinterest kan du hoppa över nästa steg."],"Format-based archives":["Formatbaserade arkiv"],"Webmaster Tools verification":["Verifiering för Webmaster Tools"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Följ vår %1$s för WordPress-utbildning och bli en certifierad %1$s Expert!"],"Want to be a %s Expert?":["Vill du vara en %s Expert?"],"Buy %s":["Köp %s"],"Show information about errors in category %s":["Visa information om fel i kategorin %s"],"New %1$s Title":["Ny %1$s rubrik"],"Existing %1$s Title":["Befintlig %1$s rubrik"],"Expected an integer as input.":["Förväntade ett heltal som inmatning."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Försöker bygga cachenyckeln till webbplatskartan, men postfix- och prefixkombinationen lämnar för lite utrymme att göra detta. Du begär förmodligen en sida som är långt ifrån det förväntade intervallet."],"Remove":["Ta bort"],"Keep":["Behåll"],"Bold the last page":["Gör sista sidan till fetstil"],"Regular":["Normal"],"Bold":["Fet"],"Show Blog page":["Visa bloggsida"],"Primary %s":["Primär %s"],"Primary":["Primär"],"Make %1$s primary %2$s":["Gör %1$s primär %2$s"],"Term is set to noindex.":["Termen är inställd på noindex."],"Author archives":["Arkiv för författare"],"Show":["Visa"],"Enabled":["Aktiverad"],"Disabled":["Inaktiverad"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s har ännu inte hämtat din webbplats indexeringsstatus från %2$s"],"The separator defined in your theme's %s tag.":["Avgränsaren definierad i ditt temas %s-tagg."],"No index":["Inget index"],"Analyze entire site":["Analysera hela webbplatsen"],"Fetch the current status":["Hämta aktuell status"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s har inte kunnat hämta webbplatsens indexeringsstatus %3$s från %4$s"],"Your homepage can be indexed by search engines.":["Din startsida kan indexeras av sökmotorer."],"Indexability check by %1$s":["Indexeringskontroll av %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Om du vill använda en bild för att dela på %1$s, kan du ladda upp / välja en bild eller lägga till bildens URL här."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Om du inte vill använda metabeskrivningen för delning på %1$s utan vill ha en annan beskrivning där, skriv det här."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Om du inte vill använda rubriken för delning på %1$s, utan istället vill ha en annan rubrik där, skriv det här."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sDin startsida kan inte indexeras av sökmotorer%2$s. Detta är mycket dåligt för SEO och bör åtgärdas."],"Once Weekly":["En gång per vecka"],"SEO score":["SEO-poäng"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Räknar om SEO-poäng för alla delar av innehåll med en fokusnyckelfras."],"%1$s of %2$s done.":["%1$s av %2$s klart."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Vi har uppdaterat vår SEO poäng-algoritm. %1$sRäkna om SEO-poäng%2$s för alla inlägg och sidor."],"Team Yoast":["Team Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Den första riktiga allt-i-ett SEO-lösningen för WordPress, inklusive innehållsanalys på sidor, XML webbplatskartor och mycket mer."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Aktiveringen misslyckades:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Filtreringstillägget är inte tillgängligt. Be ditt webbhotell att aktivera det."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Installationen av tillägget %1$s är inte färdig. Se %2$sinstallationsinstruktionerna%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Tillägget standardbibliotek för PHP (SPL) verkar inte kunna nås. Be ditt webbhotell att aktivera det."],"SEO Settings":["SEO-inställningar"],"Mobile-Friendly Test":["Mobilvänligt test"],"Google Page Speed Test":["Google Page Speed Test"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML Validator"],"Pinterest Rich Pins Validator":["Validering för Pinterest Rich Pins"],"Facebook Debugger":["Facebook Debugger"],"Check Headers":["Kontrollera sidhuvud"],"Check Google Cache":["Kontrollera Google Cache"],"Analyze this page":["Analysera denna sida"],"Keyword Research":["Nyckelordsforskning"],"%s does not seem to be a valid url. Please correct.":["%s verkar inte vara en giltig url. Vänligen korrigera."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s verkar inte vara en giltig %2$s-verifieringssträng. Vänligen korrigera."],"%s Archive":["%s arkiv"],"You searched for %s":["Du sökte efter %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Sammanfattning med stor bild"],"Summary":["Sammanfattning"],"The post %1$s appeared first on %2$s.":["Inlägget %1$s dök först upp på %2$s."],"No numeric value was received.":["Inget numeriskt värde mottogs."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Detta måste vara en existerande blogg. Bloggen %s finns inte eller har markerats som borttagen."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Inställningen för standard-bloggens ID måste vara det numeriska blogg-ID:et för den blogg du vill ha som standard-blogg."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s är inte ett giltigt val för vem som ska ha tillgång till inställningarna för %2$s. Värdet har återställts till det ursprungliga."],"Please select a valid post type for taxonomy \"%s\"":["Välj en giltig inläggstyp för taxonomi ”%s”"],"Please select a valid taxonomy for post type \"%s\"":["Välj en giltig taxonomi för inläggstyp ”%s”"],"You searched for":["Du sökte efter"],"Home":["Hem"],"Archives for":["Arkiv för"],"Error 404: Page not found":["Fel 404: Sidan finns inte"],"Good":["Bra"],"Replaced with a custom taxonomies description":["Ersatt med en anpassad taxonomibeskrivning"],"Replaced with a posts custom taxonomies, comma separated.":["Ersatt med ett inläggs anpassade taxonomier, kommaseparerat."],"Replaced with a posts custom field value":["Ersatt med värde i ett anpassat fält för ett inlägg"],"Replaced with the slug which caused the 404":["Ersatte med den slug som orsakade 404"],"Replaced with the posts focus keyphrase":["Ersatt med inläggens fokusnyckelordsfraser"],"Attachment caption":["Bildtext för bilaga"],"Replaced with the current page number":["Ersätts med aktuellt sidnummer"],"Replaced with the current page total":["Ersätts med det aktuella totala antalet sidor"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Ersatt med nuvarande sidans nummer i ordning (t ex sid 2 av 4)"],"Replaced with the post/page author's 'Biographical Info'":["Ersatt med biografin från profilen för inläggets eller sidans författare"],"Replaced with the post/page author's 'nicename'":["Ersätts med inläggets/sidans författares smeknamn"],"Replaced with the post/page ID":["Ersätts med inläggets/sidans ID"],"Replaced with the post/page modified time":["Ersätts med inläggets/sidans modifierade tid"],"Replaced with the content type plural label":["Ersatt med flertalsetiketten för aktuell inläggstyp"],"Replaced with the content type single label":["Ersatt med entalsetiketten för aktuell inläggstyp"],"Replaced with the current search phrase":["Ersätts med den aktuella sökfrasen"],"Replaced with the term name":["Ersätts med termens namn"],"Replaced with the term description":["Ersätts med termens beskrivning"],"Replaced with the tag description":["Ersätts med taggbeskrivningen"],"Replaced with the category description":["Ersätts med kategoribeskrivningen"],"Replaced with the post categories (comma separated)":["Ersätts med inläggets kategorier (kommaseparerade)"],"Replaced with the current tag/tags":["Ersätts med aktuell tagg(ar)"],"Replaced with the post/page excerpt (without auto-generation)":["Ersätts med inläggets/sidans utdrag (utan automatisk generering)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Ersätts med inläggets/sidans utdrag (eller ett automatiskt genererat utdrag om inget finns angivet)"],"The site's name":["Webbplatsens namn"],"Replaced with the title of the parent page of the current page":["Ersatt med titeln på föräldrasidan för den aktuella sidan"],"Replaced with the title of the post/page":["Ersätts med inläggets/sidans titel"],"Replaced with the date of the post/page":["Ersätts med inläggets/sidans datum"],"Page %1$d of %2$d":["Sida %1$d av %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Du kan inte skriva över en ersättare för en WPSEO standard variabel genom att registrera en variabel med samma namn. Använd filtret \"wpseo_replacements\" istället för att anpassa ersättningsvärdet,"],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["En ersättningsvariabel med samma namn har redan registrerats. Försök att göra variabelns namn unik."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["En ersättningsvariabel kan inte starta med \"%%cf_\" eller \"%%ct_\" då dessa är reserverade för standardvariablarna i WPSEO och dess användarfält. Försök göra dina variabler mer unika."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["En ersättningsvariabel kan bara innehålla alfanumeriska tecken, ett understreck eller ett streck. Försök att döpa om din variabel."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Meddelande endast till administratören: Denna sida visar ingen metabeskrivning eftersom den inte har någon. Skriv antingen en specifik beskrivning för denna sida eller gå till menyn [%1$s - %2$s] och skapa en mall."],"Page not found":["Sidan finns inte"],"%s Archives":["%s-arkiv"],"Search for \"%s\"":["Sök efter ”%s”"],"Meta description to use for Author page":["Metabeskrivning att använda för författar-sida"],"Title to use for Author page":["Sidrubrik att använda för författar-sida"],"%1$s settings":["Inställningar för %1$s"],"Export your %1$s settings":["Exportera dina inställningar för %1$s"],"Import settings":["Importera inställningar"],"Import from other SEO plugins":["Importera från andra SEO-tillägg"],"Import":["Importera"],"If you had a %s file and it was editable, you could edit it from here.":["Om du hade en %s-fil och den var redigerbar, kan du redigera den härifrån."],"If your %s were writable, you could edit it from here.":["Om din %s var skrivbar, skulle du kunna redigera den här."],"You don't have a %s file, create one here:":["Du har ingen %s-fil, skapa en här:"],"A link to your site, with your site's name and description as anchor text.":["En länk till din webbplats, med ditt webbplatsnamn och beskrivning som ankartext."],"A link to your site, with your site's name as anchor text.":["En länk till din webbplats, med ditt webbplatsnamn som ankartext."],"A link to the post, with the title as anchor text.":["En länk till inlägget, med sidrubriken som ankartext."],"A link to the archive for the post author, with the authors name as anchor text.":["En länk till författararkivet för inläggets författare, med författarens namn som länktext."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Du kan använda följande variabler i innehållet. De kommer att ersättas av värdet till höger."],"Content to put after each post in the feed":["Innehåll att placera efter varje inlägg i flödet"],"Content to put before each post in the feed":["Innehåll att lägga till i början av varje inlägg i RSS-flödet"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Denna funktion används för att automatiskt lägga till innehåll i ditt RSS-flöde, närmare bestämt länkar tillbaka till din sajt och dina blogginlägg. På så vis kommer de som utnyttjar ditt innehåll på sin egen sida att länka till dig, något som hjälper sökmotorerna att identifiera dig som källa till innehållet."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Användning av denna funktion för synliga sökvägar är förklarad i %1$svår kunskapsdatabas om tillämpning av synliga sökvägar%2$s."],"How to insert breadcrumbs in your theme":["Hur du lägger till synliga sökvägar i ditt tema"],"Blog":["Blogg"],"Content type archive to show in breadcrumbs for taxonomies":["Arkiv för innehållstyp att visa i synliga sökvägar för taxonomier"],"Taxonomy to show in breadcrumbs for content types":["Taxonomi att visa i synliga sökvägar för innehållstyper"],"Breadcrumb for 404 Page":["Synlig sökväg för 404-sida"],"Prefix for Search Page breadcrumbs":["Prefix för synliga sökvägar i söksidor"],"Prefix for Archive breadcrumbs":["Prefix för synliga sökvägar i arkiv"],"Prefix for the breadcrumb path":["Prefix för sökvägen till synlig sökväg"],"Anchor text for the Homepage":["Ankartext för startsidan"],"Separator between breadcrumbs":["Avgränsare mellan synliga sökvägar"],"Enable Breadcrumbs":["Aktivera synliga sökvägar"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Nedan ser du SEO-poängen för dina publicerade inlägg. Nu är en lika god tid som någon att börja förbättra några av dina inlägg!"],"Credits":["Erkännanden"],"« Back to Tools page":["« Tillbaka till sidan verktyg"],"%1$s comes with some very powerful built-in tools:":["%1$s innehåller en del väldigt effektiva inbyggda verktyg:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Detta verktyg låter dig snabbt ändra viktiga fler för din SEO, t.ex. din robots.txt och, om du har en, .htaccess."],"File editor":["Filredigerare"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Importera inställningar från andra SEO-tillägg och exportera dina inställningar för återanvändning på (annan) blogg."],"Import and Export":["Importera och exportera"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Detta verktyg låter dig snabbt ändra rubriker och beskrivningar för dina inlägg och sidor utan att du behöver gå in i redigeraren för respektive sida."],"Bulk editor":["Massredigerare"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["För att %1$sbekräfta din webbplats med Pinterest%2$s, lägg till meta-taggen här:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest använder Open Graph metadata precis som Facebook, så var noga med att hålla Open Graph-kryssrutan på Facebook-fliken markerad om du vill optimera din webbplats för Pinterest."],"The default card type to use":["Standardkorttyp att använda"],"Add Twitter card meta data":["Lägg till Twitter card meta data"],"This image is used if the post/page being shared does not contain any images.":["Denna bild används om inlägget/sidan som delas inte innehåller några bilder."],"Default settings":["Standardinställningar"],"Copy home meta description":["Kopiera metabeskrivningen för startsidan"],"Description":["Beskrivning"],"Image URL":["URL till bild"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Detta är rubriken, beskrivningen och bilden som används i Open Graph-metataggar på startsidan för din webbplats."],"Frontpage settings":["Inställningar för startsida"],"Add Open Graph meta data":["Lägg till Open Graph-metadata"],"YouTube URL":["URL för YouTube"],"Pinterest URL":["URL för Pinterest"],"MySpace URL":["URL för MySpace"],"LinkedIn URL":["URL för LinkedIn"],"Instagram URL":["URL för Instagram"],"Twitter Username":["Twitter-användarnamn"],"Facebook Page URL":["URL till Facebook Page"],"Accounts":["Konton"],"Restore site to defaults":["Återställ webbplats till standard"],"Site ID":["Webbplats-ID"],"Using this form you can reset a site to the default SEO settings.":["Med hjälp av detta formulär kan du återställa en webbplats till standardinställningarna för SEO."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Integritetsskänsliga (FB-administratörer och liknande), temaspecifika (rubrikomskrivning) och ett fåtal väldigt webbplatsspecifika inställningar kommer inte att importeras till nya webbplatser."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Ange det %1$sSite-ID%2$s för webbplatsen vars inställningar du vill använda som standard för alla webbplatser som läggs till ditt nätverk. Lämna tomt för ingen (d.v.s. tilläggets standardvärden kommer att användas)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Välj webbplats vars inställningar du vill använda som standard för alla webbplatser som är kopplade till ditt nätverk. Om du väljer \"Ingen\" används tilläggets standardinställningar."],"New sites in the network inherit their SEO settings from this site":["Nya webbplatser i detta nätverk ärver sina SEO-inställningar från denna webbplats"],"Super Admins only":["Endast Superadmins"],"Site Admins (default)":["Admins för webbplatsen (standard)"],"Who should have access to the %1$s settings":["Vilka ska ha access till %1$s -inställningarna"],"spam":["skräppost"],"mature":["vuxet"],"archived":["arkiverat"],"public":["offentlig"],"%s restored to default SEO settings.":["%s återställd till standard SEO-inställningar."],"Settings Updated.":["Inställningar uppdaterade."],"404 pages":["404-sidor"],"Search pages":["Söksidor"],"These pages will be %s by default, so they will never show up in search results.":["Dessa sidor kommer som standard att markeras som %s, så de kommer aldrig att synas i sökresultat."],"Special Pages":["Specialsidor"],"Date-based archives could in some cases also be seen as duplicate content.":["Databasarkiv kan under vissa omständigheter även visas som duplicerat innehåll."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Om detta är fallet på din sajt så kan du antingen inaktivera det (vilket pekar om det till hemsidan), eller addera %s till det så det inte syns i sökresultaten."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Om du är ensam författare på din blogg så kommer författararkivet bli identiskt med hemsidan. Detta är vad som kallas ett %1$sproblem med duplicerat innehåll%2$s."],"Date archives":["Datumarkiv"],"author archives":["författararkiv"],"Title":["Rubrik"],"%1$s Meta Box":["%1$s Metabox"],"Hide":["Dölj"],"Date in Snippet Preview":["Datum i förhandsvisningstexten"],"Take note:":["Notera:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Startsida och öppningssida"],"Title Separator":["Rubrikavgränsare"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s har automatiskt upptäckt om det behöver tvinga omskrivning av rubrikerna för dina sidor. Om du tycker det är fel och du vet vad du gör, kan du ändra inställningen här."],"Force rewrite titles":["Tvinga omskrivningar för rubriker"],"Taxonomies":["Taxonomier"],"Homepage":["Startsida"],"%1$s Extensions":["Utökningar för %1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Integrera smidigt WooCommerce med %1$s och få tillgång till extra funktioner!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Ranka bättre lokalt och i Google Maps, utan att lyfta ett finger!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Är du på Google News? Öka din trafik från Google News genom att optimera din webbplats!"],"Optimize your videos to show them off in search results and get more clicks!":["Optimera dina videos för att visa upp dem i sökresultat och få mer klick!"],"The premium version of %1$s with more features & support.":["Premiumversionen av %1$s med fler funktioner och dedikerad support."],"Person":["Person"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Dessa data visas som metadata på din webbplats. De är avsedda att visas i %1$sGoogles faktaruta%2$s. Du kan antingen vara ett företag eller en person."],"Website name":["Webbplatsnamn"],"Webmaster Tools":["Verktyg för webbansvariga"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Du har inte med inläggets/sidans namn i dina urler, något som verkligen kan rekommenderas. Överväg att ändra strukturen för permalänkar till /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Synliga sökvägar"],"or":["eller"],"Save Profile":["Spara profil"],"There were no profiles found":["Inga profiler hittades"],"Profile":["Profil"],"Current profile":["Aktuell profil"],"Authenticate":["Autentisera"],"Get Google Authorization Code":["Hämta auktoriseringskod från Google"],"Reload crawl issues":["Ladda om genomsökningsproblem"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["För att kunna skapa en omdirigering och åtgärda detta problem, behöver du %1$s. Du kan köpa tillägget, inklusive ett års support och uppdateringar, på %2$s."],"Creating redirects is a %s feature":["Att skapa omdirigeringar är en %s-funktion"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Fel som endast uppstod när din sida blev genomsökt av Googlebot för nyare mobiltelefoner (felen uppstod inte för desktop)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Fel som endast uppstod när din sida blev genomsökt av Googlebot (felen uppstod inte för desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Fel som uppstod när din sida blev genomsökt av Googlebot."],"Issue categories":["Ärendekategorier"],"Incorrect Google Authorization Code.":["Felaktig Google-auktoriseringskod."],"The issues have been successfully reloaded!":["Ärendena har laddats om!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Datan för %1$s har tagits bort. Du kommer att behöva autentisera igen om du vill hämta tillbaka datan."],"Crawl errors per page":["Genomsökningsfel per sida"],"Search":["Sök"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Missa inte dina genomsökningsfel: %1$sanslut till Google Search Console här%2$s."],"Create redirect":["Skapa omdirigering"],"Mark as fixed":["Markera som åtgärdat"],"Response code":["Svarskod"],"First detected":["Upptäcktes först"],"Last crawled":["Senast genomsökt"],"URL":["Webbadress"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s upptäckte att du använder en version av %2$s som inte är kompatibel med %1$s. Vänligen uppdatera %2$s till den senaste versionen för att använda denna funktion."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast-tilläggen delar viss kod mellan sig för att göra din sajt snabbare. Därför måste alla tillägg från Yoast vara uppdaterade. Vi har upptäckt att detta inte är fallet nu och ber dig därför uppdatera dessa tillägg till senaste version."],"Feature phone":["Mobiltelefon"],"Smartphone":["Smarttelefon"],"Desktop":["Stationär dator"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Mål-URL:en existerar inte, men din server returnerar inte ett 404-fel (filen hittades ej)."],"Soft 404":["Mjuk 404"],"Request timed out or site is blocking Google.":["Begäran tog för lång tid, eller webbplatsen blockerar Google."],"Server Error":["Serverfel"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot kunde komma åt din webbplats, men vissa URL:er är blockerade för Googlebot i din %1$s-fil. Denna blockering kan vara för alla Googlebots eller specifikt för Googlebot för mobiler."],"Blocked":["Blockerad"],"Google was unable to crawl this URL due to an undetermined issue.":["Google kunde inte genomsöka denna URL på grund av ett oväntat fel."],"URL points to a non-existent page.":["Webbadressen pekar mot en icke existerande sida."],"Not found":["Kunde inte hittas"],"Not followed":["Inte följd"],"Faulty redirects":["Felaktig omdirigering"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Servern kräver auktorisering eller blockerar Googlebot från tillgång till sidan."],"Access denied":["Åtkomst nekad"],"Deactivate %s":["Inaktivera %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Tillägget %1$s kan orsaka problem när det används tillsammans med %2$s."],"Upload Image":["Ladda upp bild"],"Remove these ads?":["Ta bort den här reklamen?"],"%s Posts Overview":["%s inläggsöversikt"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Rubriken för synliga sökvägar används i de synliga sökvägarna där den här taxonomin visas."],"Breadcrumbs title":["Rubrik för synliga sökvägar"],"The canonical link is shown on the archive page for this term.":["Den kanoniska länken visas på arkiv-sidan för denna term."],"Facebook App ID":["ID för din Facebook-app"],"Pinterest":["Pinterest"],"Other":["Annan"],"Archives":["Arkiv"],"Email":["Epost"],"Previous":["Föregående"],"Next":["Nästa"],"Close":["Stäng"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Både %1$s och %2$s kan skapa XML-webbplatskartor. Att ha två XML-webbplatskartor gör ingen skillnad för sökmotorer och kan göra din webbplats långsammare."],"Configure %1$s's Open Graph settings":["Konfigurera OpenGraph-inställningar för %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Både %1$s och %2$s skapar OpenGraph-innehåll, vilket kan leda till att Facebook, Twitter, Linkedin med flera sociala nätverk använder fel text och bilder när dina sidor delas."],"%s Image":["%s bild"],"%s Description":["%s beskrivning"],"%s Title":["%s titel"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Den rekommenderade bildstorleken för %1$s är %2$spx."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Om du vill åsidosätta bilden som används på %s för detta inlägg, ladda upp/välj en bild här."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Om du inte vill använda meta-beskrivningen för att dela inlägget på %s utan istället vill använda en annan beskrivning, ange den här."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Om du inte vill använda inläggets titel för att dela inlägget på %s utan istället vill använda en annan titel, ange den här."],"very difficult":["väldigt svår"],"Try to make shorter sentences, using less difficult words to improve readability":["Försök att göra kortare meningar, med mindre svåra ord för att förbättra läsbarheten"],"difficult":["svårt"],"Try to make shorter sentences to improve readability":["Försök att göra kortare meningar för att förbättra läsbarheten"],"fairly difficult":["ganska svårt"],"OK":["OK"],"fairly easy":["ganska lätt"],"easy":["lätt"],"very easy":["mycket lätt"],"Meta Desc.":["Metabeskr."],"All SEO Scores":["Alla SEO-poäng"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO-problem: Den utvalda bilden bör vara minst 200 x 200 pixlar för att plockas upp av Facebook och andra sociala medier."],"(no parent)":["(ingen förälder)"],"Post is set to noindex.":["Inlägget har getts noindex."],"The URL that this page should redirect to.":["Url som denna sida ska omdirigeras till."],"301 Redirect":["301 omdirigering"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Den kanoniska URL som sidan ska peka till. Lämna tomt för att använda permalänk som standard. Även %1$skanoniska adresser över flera domäner%2$s stöds."],"Canonical URL":["Kanonisk URL"],"Title to use for this page in breadcrumb paths":["Rubrik som används för denna sida till sökvägen för synlig sökväg"],"Breadcrumbs Title":["Rubrik för synlig sökväg"],"No Snippet":["Ingen förhandsvisningstext"],"No Archive":["Inget arkiv"],"No Image Index":["Inget bild-index"],"None":["Ingen"],"Site-wide default: %s":["Standard för hela webbplatsen: %s"],"Advanced meta robots settings for this page.":["Avancerade meta robotinställningar för denna sida."],"Meta robots advanced":["Meta-robotar avancerat"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Varning: även om du kan ändra inställningarna för meta-robotar här, så är hela webbplatsen inställd på noindex i de övergripande sekretessinställningarna, så dessa inställningar har ingen effekt."],"Meta description":["Metabeskrivning"],"SEO Title":["SEO-titel"],"Focus keyword":["Fokusnyckelord"],"Snippet preview":["Förhandsvisningstext"],"Settings successfully imported.":["Inställningarna har importerats med framgång."],"Settings could not be imported:":["Inställningarna kunde inte importeras:"],"Breadcrumb for 404 pages:":["Synlig sökväg för 404-sidor:"],"Prefix for search result pages:":["Prefix för sökresultatssidor:"],"Prefix for archive pages:":["Prefix för arkivsidor:"],"Prefix for breadcrumbs:":["Prefix för synliga sökvägar:"],"Anchor text for the homepage:":["Länktext för startsidan:"],"Breadcrumbs separator:":["Avgränsare för synliga sökvägar:"],"%s Breadcrumbs":["Synliga sökvägar från %s"],"Use Image":["Använd bild"],"Action":["Åtgärd"],"Page URL/Slug":["Sid-url"],"Publication date":["Publiceringsdatum"],"Post Status":["Inläggsstatus"],"WP Page Title":["WP-sidtitel"],"View":["Visa"],"View “%s”":["Visa “%s”"],"Preview":["Förhandsgranskning"],"Preview “%s”":["Förhandsgranska ”%s”"],"Edit":["Redigera"],"Filter":["Filtrera"],"New Yoast Meta Description":["Ny Yoast Metabeskrivning"],"Existing Yoast Meta Description":["Nuvarande Yoast Meta-beskrivning"],"Facebook profile URL":["URL till Facebookprofil"],"Twitter username (without @)":["Användarnamn på Twitter (utan @)"],"FAQ":["Vanliga frågor"],"Premium Support":["Premiumsupport"],"Settings":["Inställningar"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Du måste %1$sgå till läsinställningarna%2$s och avmarkera rutan för sökmotorsynlighet."],"Huge SEO Issue: You're blocking access to robots.":["Stort SEO problem: Du blockerar sökmotorernas tillgång till din webbplats."],"Posts":["Poster"],"Edit Files":["Redigera filer"],"Advanced Variables":["Avancerade variabler"],"Basic Variables":["Grundläggande variabler"],"General":["Allmänt"],"Extensions":["Tillägg"],"Search Console":["Sökkonsol"],"Tools":["Verktyg"],"Advanced":["Avancerat"],"XML sitemaps":["XML-webbplatskartor"],"Social":["Sociala medier"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s upptäckte att du använder version %2$s av %3$s, vänligen uppdatera till den senaste versionen för att förhindra kompatibilitetsproblem."],"Just another WordPress site":["Bara en annan WordPress sida"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Du har fortfarande förvald WordPress-slogan, till och med en tom sådan är troligtvis bättre. %1$sDu kan fixa detta i anpassaren%2$s."],"You have used HTML in your value which is not allowed.":["Du har använt HTML i ditt värde vilket är otillåtet."],"You can't edit %s that aren't yours.":["Du kan inte redigera %s som inte är dina."],"You can't edit %s.":["Du kan inte redigera %s."],"Post has an invalid Content Type: %s.":["Inlägget har en ogiltig inläggstyp: %s."],"Post doesn't exist.":["Inlägget existerar ej."],"course\u0004Free:":["Gratis:"],"posts\u0004Trash (%s)":["Papperskorg (%s)","Papperskorg (%s)"],"posts\u0004All (%s)":["Alla (%s)","Alla (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/tr_TR.json b/Resources/Private/Languages/tr_TR.json index b56f8ea..4b98e73 100644 --- a/Resources/Private/Languages/tr_TR.json +++ b/Resources/Private/Languages/tr_TR.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=(n > 1);","lang":"tr"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":["Alınan iç bağlantılar"],"Outgoing internal links":["Giden İç Bağlantılar"],"New step added":["Yeni adım eklendi"],"New question added":["Yeni soru eklendi"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Yönlendirme oluşturabilmek ve bu sorunu düzeltebilmek için %1$s gerekir."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Bir yıllık destek ve güncelleme dahil olmak üzere eklentiyi %1$s üzerinden satın alabilirsiniz."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":["Anahtar Cümle"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":["Bağlantıları say"],"Free":["Ücretsiz"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Sayfa %s"],"Cannot get the size of %1$s because of unknown reasons.":["Bilinmeyen nedenlerden dolayı %1$s boyutunu alamıyor."],"Cannot get the size of %1$s because it is hosted externally.":["%1$s boyutuna alınamıyor, çünkü harici olarak barındırılıyor."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["Daha iyi bir analiz alın"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":["Facebook ve Pinterest üzerine paylaşımları geliştirin"],"You do not have the required rights to export settings.":["Ayarları dışa aktarmak için gerekli haklara sahip değilsiniz."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":["Hiçbir ayar bulunamadı."],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Ayarların içe aktarılması sadece PHP 5.3 veya daha yüksek sürümleri çalıştıran sunucularda desteklenir."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":["Dizine eklenebilir meta silindi."],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":["Yazar kimliği için bir dizin bulunamadı %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["UYARI:"],"Learn about why permalinks are important for SEO.":[""],"Google Ads":["Google Reklamları"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Görseli kaldır"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":["%s yükseltme teklifini kapat"],"Upgrade to %s":["%s versiyona yükselt"],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["İyi iş!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Odak anahtar kelime"],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":[""],"Allow Control":["Kontrole İzin Ver"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Anahtar kelime:"],"Remove keyphrase":["Anahtar kelimeyi kaldır"],"This feature has been disabled by the network admin.":["Bu özellik ağ yöneticisi tarafından devre dışı bırakıldı."],"Focus keyphrase not set.":["Odak anahtar kelime ayarlanmadı."],"Multiple keyphrases":["Birden fazla anahtar kelimeler"],"Colon":["Kolon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Hem %1$s hem de %2$s sitenizin SEO sunu yönetir. Aynı anda iki SEO eklentisini çalıştırmak zararlı olur."],"There is a new notification.":["Yeni bir bildirim var.","Yeni bildirimler var."],"Learn more about the readability analysis":["Okunabilirlik analizi hakkında daha fazlasını öğrenin"],"Describe the duration of the instruction:":["Talimatın süresini tanımlayın:"],"Optional. Customize how you want to describe the duration of the instruction":["İsteğe bağlı. Talimatın süresini nasıl tanımlamak istediğinizi özelleştirin"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":[""],"%s and %s":["%s ve %s"],"%d minute":["%d dakika","%d dakika"],"%d hour":["%d saat","%d saat"],"%d day":["%d gün","%d gün"],"Enter a step title":["Bir adım başlığı girin"],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":["dakika"],"hours":["saat"],"days":["gün"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":["Kopyalama hatası"],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":["%1$s Yapısal Veri Blokları"],"Time needed:":["Gerekli süre:"],"Move question down":["Soruyu aşağı taşı"],"Move question up":["Soruyu yukarı taşı"],"Insert question":["Soru ekle"],"Delete question":["Soruyu sil"],"Enter the answer to the question":["Sorunun cevabını girin"],"Enter a question":["Bir soru girin"],"Add question":["Soru ekle"],"Frequently Asked Questions":["Sık Sorulan Sorular"],"Great news: you can, with %s!":[""],"Select the primary %s":["Birincili seçin %s"],"Check links to this URL":["Bu URL'ye olan bağlantıları kontrol et"],"Keyword research training":["Anahtar kelime araştırma eğitimi"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":["Köşetaşı içerik olarak işaretle"],"Move step down":["Adımı aşağı taşı"],"Move step up":["Adımı yukarı taşı"],"Insert step":["Adım ekle"],"Delete step":["Adımı sil"],"Add image":["Görsel ekle"],"Enter a step description":["Adım açıklaması yaz"],"Enter a description":["Bir açıklama girin"],"Unordered list":["Sırasız liste"],"Showing step items as an ordered list.":["Adım öğeleri sıralı liste olarak gösteriliyor"],"Showing step items as an unordered list":["Adım öğeleri sırasız liste olarak gösteriliyor"],"Add step":["Adım ekle"],"Delete total time":["Toplam zamanı sil"],"Add total time":["Toplam süre ekle"],"How to":["Nasıl yapılır"],"How-to":["Nasıl-yapılır"],"Snippet Preview":["Snippet Önizlemesi"],"Analysis results":["Analiz sonuçları"],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":["Köşetaşı içeriği hakkında daha fazla bilgi edinin."],"Cornerstone content should be the most important and extensive articles on your site.":["Köşetaşı içeriği sitenizdeki en önemli ve kapsamlı makaleler olması gerekir."],"Restore Site":["Siteyi Geri Yükle"],"Network Settings":["Ağ Ayarları"],"You are not allowed to perform this action.":["Bu eylemi gerçekleştirme izniniz yok."],"Error: %s":["Hata: %s"],"Success: %s":["Başarı: %s"],"Site with ID %d not found.":["%d Kimliğine sahip site bulunamadı."],"No site has been selected to restore.":["Geri yüklemek için hiçbir site seçilmedi."],"You are not allowed to modify unregistered network settings.":["Kayıtlı olmayan ağ ayarlarını değiştiremezsiniz."],"deleted":["silindi"],"Would you like to add another keyphrase?":[""],"image preview":["görsel önizlemesi"],"Copied!":["Kopyalandı!"],"Not supported!":["Desteklenmiyor!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Dahili bağlantının SEO'nuzu iyileştirmeye nasıl yardımcı olabileceği hakkında daha fazla bilgi edinmek için {{a}}site yapısıyla ilgili makalemizi{{/}} okuyun."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Biraz daha fazla yazı ekledikten sonra, yazınınıza bağlayabileceğiniz alakalı bir içerik listesi vereceğiz."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Bu {{a}}köşe yazılarına{{/a}} bağlantı vermeyi düşünün:"],"Consider linking to these articles:":["Bu makalelere bağlantı vermeyi düşünün:"],"Copy link":["Linki kopyala"],"Copy link to suggested article: %s":["Önerilen makelenin bağlanısını kopyala: %s"],"The site's tagline":["Sitenin sloganı"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Yakın zamanda Arama Görünümü ayarlarının işlevselliğini geliştirdik. Maalesef, bazı durumlarda, belirli posta türü arşivleri için ayarların kaydedilmesinin yanlış olabileceğini keşfettik."],"Not all required fields are given. Missing field %1$s":["Gerekli tüm alanlar verilmemiş. Eksik alan %1$s"],"Optimize your site for Google News.":["Sitenizi Google Haberler için optimize edin."],"Optimize your shop's SEO and sell more products!":["Mağazanızın SEO'sunu optimize ederek daha fazla ürün satın!"],"Be found in Google Video search and enhance your video sharing on social media.":["Google Video aramalarında bulunur olun ve sosyal medyada video paylaşımlarınızı artırın."],"Be found in Google Maps and local results.":["Google Haritalar ve yerel sonuçlarda bulunur olun."],"Learn practical SEO skills to rank higher in Google.":["Google'da daha üst sıralarda yer almak için pratik SEO becerileri öğrenin."],"Don’t waste time figuring out the best settings yourself.":["En iyi ayarları kendiniz belirleyerek vakit kaybetmeyin."],"Get quick wins to make your site rank higher in search engines.":["Sitenizi arama motorlarında daha yüksek sıralamak için hızlı kazançlar elde edin."],"Add synonyms":["Eş anlamlı kelimeler ekle"],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["WooCommerce ayarlarında Mağaza sayfasını düzenlemediniz. Öncelikle bu işlemi bitirmelisiniz."],"Current year":["Mevcut yıl"],"Page":["Sayfa"],"Breadcrumb settings for %s archive":["%s arşivi için bağlantı haritası ayarları"],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Meta açıklamasını burayı düzenleyerek güncelleyebilirsiniz"],"description (custom taxonomy)":["açıklama (özel taksonomi)"],"(custom taxonomy)":["(özel taksonomi)"],"(custom field)":["(özel alan)"],"Term404":["Term404"],"Caption":["Altyazı"],"Pagenumber":["Sayfanumarası"],"Pagetotal":["Sayfatoplamı"],"Page number":["Sayfa numarası"],"User description":["Kullanıcı açıklaması"],"ID":["ID"],"Modified":["Değiştirilmiş"],"Post type (plural)":["Yazı türü (çoğul)"],"Post type (singular)":["Yazı tipi (tekil)"],"Separator":["Ayırıcı"],"Search phrase":["Arama ifadesi"],"Term title":["Terim başlığı"],"Term description":["Terim açıklaması"],"Tag description":["Etiket açıklaması"],"Category description":["Kategori açıklaması"],"Primary category":["Birincil kategori"],"Category":["Kategori"],"Tag":["Etiket"],"Excerpt only":["Sadece alıntı"],"Excerpt":["Alıntı"],"Site title":["Site başlığı"],"Archive title":["Arşiv başlığı"],"Parent title":["Ana başlık"],"Date":["Tarih"],"Label":["Etiket"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Ziyaretçilerinizin artık çalışmayan bir URL’ye tıkladıklarında, 404 hatası almamasını sağlamak için bir yönlendirme oluşturmalısınız."],"Search engines and other websites can still send traffic to your deleted post.":["Arama motorları ve diğer web siteleri, silinmiş yazınıza hala trafik gönderebilir."],"Make sure you don't miss out on traffic!":["Trafiği kaçırmadığınızdan emin olun!"],"You just deleted a %1$s.":["Bir %1$s sildiniz."],"You just trashed a %1$s.":["Bir %1$s sildiniz."],"Settings for %s archive":["%s arşivi için ayarlar"],"Settings for single %s URLs":["%s URL'leri için ayarlar"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Bu sayfadaki ayarlar, sahip olduğunuz her türlü içerik için varsayılan arama görünümünün ne olacağını belirtmenize izin verir. Arama sonuçlarında hangi içerik türlerinin görüneceğini ve bunların varsayılan açıklamasının ne olacağını seçebilirsiniz."],"Note that not all variables can be used in every field.":["Tüm değişkenlerin her alanda kullanılamayacağını unutmayın."],"Snippet variables":["Snippet değişkenleri"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s gizllik haklarınıza saygı gösterir. Kişisel bilgi politikamızı öğrenmek için lütfen %2$sgizlilik politikasını%3$s okuyun."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Bunun ne anlama geldiğini biliyorsanız ve bu mesajı artık görmek istemiyorsanız, %1$sbu mesajı kapatabilirsiniz%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":["Bilinmeyen tür %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Yeni başlayanlar için ücretsiz SEO Kursuna erişim için ücretsiz MyYoast hesabı içerir!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":[""],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["%1$sBaidu Web Yöneticisi Araçları%2$s'ndan Baidu doğrulama kodunuzu alın."],"Baidu verification code":["Baidu doğrulama kodu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["%s içe aktarıcı işlevi geçici veri tabanı tablolarını kullanır. Görünüşe göre WordPress kurulumunuz bu erişime sahip değil, lütfen barındırma (hosting) sağlayıcınızla iletişime geçin. "],"Cleanup of %s data failed.":["%s verisinin temizlenmesi başarısız oldu."],"Content Type":["İçerik türü"],"Filter by content type":["İçerik türüne göre filtrele"],"Show All Content Types":["Tüm İçerik Türlerini Göster"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["Wordpress arşiv tarafından oluşturulan başlık, standart başlık ile değiştirilmiştir."],"Clean":["Temizle"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Sitenizden emin olduktan sonra silebilirsiniz. Bu işlem bütün orjinal verileri silecektir."],"Step 5: Clean up":["5. Adım: Temizlik"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":["4. Adım: Yapılandırma sihirbazını çalıştır"],"Please check your posts and pages and see if the metadata was successfully imported.":["Meta verilerin başarıyla aktarıldığını görmek için, lütfen yazılarınızı ve sayfalarınızı kontrol edin."],"Step 3: Check your data":["3. Adım: Verileri kontrol edin"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["2. Adım: İçe aktar"],"Please make a backup of your database before starting this process.":["Lütfen bu işleme başlamadan önce veritabanınızın yedeğini alın."],"Step 1: Create a backup":["1. Adım: Yedek alın"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Sitenizdeki bir veya daha fazla SEO eklentisinden veri tespit ettik. Bu verileri içe aktarmak için lütfen aşağıdaki adımları izleyin:"],"Plugin: ":["Eklenti:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Arama sonuçlarında görünmemesi gereken postlar"],"%s data found.":["%s veri bulundu."],"%s data successfully removed.":["%s veri başarıyla kaldırıldı."],"%s data successfully imported.":["%s veri başarıyla içe aktarıldı."],"%s data not found.":["%s veri bulunamadı."],"Improve your SEO skills":["SEO becerinizi geliştirin"],"24/7 email support":["7/24 e-posta desteği"],"No more dead links a.k.a. 404 pages":["Artık ölü bağlantı yok diğer adıyla 404 sayfaları"],"Get real-time suggestions for internal links":["İç bağlantılar için gerçek zamanlı öneriler alın"],"Preview your page in Facebook and Twitter":["Sayfanızı Facebook ve Twitter'da önizleyin"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":["Ana meta açıklamasını kopyalamaya yardımcı olun"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Arama motorlarının hangi sosyal profillerin bu site ile bağlantılı olduğunu anlayabilmeleri için, sitenizin sosyal profillerini aşağıdaki alana giriniz"],"Learn more about your social profiles settings":["Sosyal profil ayarlarınız hakkında daha fazla bilgi edinin"],"Remove the categories prefix":["Kategori önekini kaldır"],"Help on the category prefix setting":["Kategori öneki ayarında yardımcı olun"],"Learn more about the available variables":["Kullanılabilir değişkenler hakkında daha fazla bilgi alın"],"Learn more about the RSS feed setting":["RSS besleme hakkında daha fazla bilgi edinin"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Medyayı (örneğin bir resim veya video) WordPress'e yüklediğinizde, yalnızca medyayı kaydetmez, bunun için ek bir URL oluşturur. Bu ek sayfalar oldukça boştur. Medya öğesini ve eğer girdiyseniz bir başlık içerebilirler. Bu nedenle, bu ek URL'leri hiç kullanmazsanız, bunları devre dışı bırakmak ve bunları medya öğesinin kendisine yönlendirmek daha iyidir."],"Learn more about the Media and attachment URLs setting":["Ortam ve ek dosya linki ayarları hakkında daha fazla bilgi alın"],"Learn more about the title separator setting":["Başlık ayırıcı ayarı hakkında daha fazla bilgi edinin."],"Learn more about the knowledge graph setting":["Bilgi grafiği ayarı hakkında daha fazla bilgi edinin"],"Learn more about the homepage setting":["Anasayfa ayarları hakkında daha fazla bilgi alın"],"Learn more about the special pages setting":["Özel sayfa ayarları hakkında daha fazla bilgi alın"],"Help on the date archives search results setting":["Tarih arşivleri arama sonuçları hakkında yardım alın"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":["Hiç içeriği olmayan yazarların arşiv sayfalarının arama sonuçları ayarlarında yardımcı olun"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":["Yazar arşivleri arama sonuçları ayarında yardımcı olun"],"Archives settings help":["Arşiv ayarları yardımı"],"Learn more about the archives setting":["Arşiv ayarları hakkında daha fazla bilgi edinin"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Yandex doğrulama kodunu %1$sYandex Webmaster Araçları%2$s üzerinden edinin."],"Yandex verification code":["Yandex doğrulama kodu"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Google doğrulama kodunu %1$sGoogle Arama Konsolu%2$s üzerinden edinin."],"Google verification code":["Google doğrulama kodu"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Bing doğrulama kodunu %1$sBing Webmaster Araçları%2$s üzerinden edinin."],"Bing verification code":["Bing doğrulama kodu"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["Webmaster Araçları doğrulaması hakkında daha fazla bilgi edinin"],"On":["Açık"],"Help on: %s":["%s için yardımcı olun"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":["Kapalı"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":["Güvenlik: yazarlar için gelişmiş ayarları gizle"],"See who contributed to %1$s.":["%1$s için katkıda bulunanları görün."],"Help on this search results setting":["Arama sonuçları ayarında yardımcı olun"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":["SEO yapılandırmasını kontrol et"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["%1$s ayarlarınızın hala iyi olduğundan emin olmak ister misiniz? Doğrulamak için %2$syapılandırma sihirbazını tekrar açın%3$s."],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":["%s arama sonuçlarında gösterilsin mi?"],"this author's archives":["bu yazarın arşivleri"],"Do not allow search engines to show %s in search results.":["Arama motorlarının %s sayfasını arama sonuçlarında göstermesine izin verme."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Wordpress'te Kategorileri URLleri çoğunlukla %s şeklinde bir ön ek içerir. Bu seçenek yalnızca kategoriler için bu ön eki kaldırmaya yarar."],"Category URLs":[""],"the archive for %s":["%s arşivi"],"Redirect attachment URLs to the attachment itself?":["Ek dosya URL'lerini ek dosyanın kendisine yönlendiriyor musunuz?"],"We recommend you set this to Yes.":["Evet olarak ayarlamanızı öneriyoruz."],"Media & attachment URLs":["Medya & ek dosya URLleri"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Bu ayar ana sayfanızın arama motorlarında nasıl görüneceğini belirlemenizi sağlar. Genellikle markanızı direkt olarak aradıklarında bu sonucu görürler."],"date archives":["tarih arşivleri"],"archives for authors without posts":["hiç içeriği olmayan yazarlar için arşivler"],"Read why XML Sitemaps are important for your site.":["XML site haritalarının siteniz için neden önemli olduğunu öğrenin."],"Enable the XML sitemaps that %s generates.":["%s tarafından oluşturulan XML site haritalarını etkinleştirin."],"See the XML sitemap.":["XML site haritanızı görüntüleyin."],"%2$s (current default for %1$s)":[""],"Media":["Ortam"],"Content Types":["İçerik Türleri"],"Should search engines follow links on this %1$s?":["Arama motorları bu %1$s içindeki linkleri takip etsin mi?"],"Allow search engines to show this %s in search results?":["Arama motorlarının bu %s sayfasını arama sonuçlarında göstermesini istiyor musunuz?"],"Search Appearance":["Arama Görünürlüğü"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":["Arama motoru görünürlüğü"],"Toggle %1$s's XML Sitemap":["%1$s'nun XML Site Haritasını Değiştir"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Burada oluşturduğunuz destek talepleri doğrudan bizim, 256bit SSL ile korunan destek sistemimize gönderilir. Yani iletişim %100 güvenlidir."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Köşetaşı içeriği özelliği, sitenizdeki köşetaşı içerikleri işaretlemenizi ve filtrelemenizi sağlar."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Videolarımızla ya da bilgi merkezimizle probleminizi çözemiyorsanız destek ekibimize mesaj gönderebilirsiniz. Destek ekibi 7/24 ulaşılabilir durumdadır."],"Good results":["İyi sonuçlar"],"Get better search results in local search":["Yerel aramalarda daha iyi sonuçlar elde edin"],"Allow customers to pick up their %s order locally":["Müşterilerin %s siparişlerini yerel olarak almalarına izin ver"],"SEO analysis":["SEO analizi"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO analizi, metninizin SEO uyumunu iyileştirmek için öneriler sunar."],"Learn how the SEO analysis can help you rank.":["SEO analizinin size nasıl yardımcı olabileceğini öğrenin."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Okunabilirlik analizi, metninizi yapısal ve biçimsel olarak geliştirecek öneriler sunar."],"Discover why readability is important for SEO.":["Okunabilirliğin SEO için neden önemli olduğunu keşfedin."],"Find out how cornerstone content can help you improve your site structure.":["Köşetaşı içeriğin site yapınızı nasıl iyileştirebileceğini keşfedin."],"The text link counter helps you improve your site structure.":["Yazı bağlantı sayacı, site yapısını iyileştirmeye yardımcı olur."],"Find out how the text link counter can enhance your SEO.":["Yazı bağlantı sayacının SEO'yu nasıl geliştirebileceğini keşfedin."],"%s integration":["%s entegrasyonu"],"Read more about how %s works.":["%s nasıl çalışıyor? Daha fazla bilgi edinin."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Sitenizden bir bağlantı paylaşıldığında Facebook'un ve diğer sosyal medya ortamlarında ön izleme görseli ve metin alıntısı eklemesini istiyorsanız bu özelliği etkinleştirin."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Sitenizden bir bağlantı paylaşıldığında Twitter'ın ön izleme görseli ve metin alıntısı eklemesini istiyorsanız bu özelliği etkinleştirin."],"Find out why you should upgrade to %s":["Neden %s ürününe yükseltmeniz gerektiğini öğrenin"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["%1$s'daki son gönderiler"],"Need help?":["Yardıma ihtiyacınız var mı?"],"Remove highlight from the text":["Metinden vurguyu kaldır"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["%1$s %2$syapılandırma sihirbazı%3$s ile hızlı bir şekilde başlayın!"],"First-time SEO configuration":["İlk SEO yapılandırması"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Site diliniz {language} olarak ayarlandı. Bu doğru değilse, site yöneticinize başvurun."],"Your site language is set to {language}.":["Site diliniz {language} olarak ayarlandı."],"Highlight this result in the text":["Bu sonucu metin içinde vurgulayın"],"Considerations":["Dikkate alınmalılar"],"Errors":["Hatalar"],"Change language":["Dil değiştir"],"You cannot create a %s file.":["%s dosyası oluşturamazsınız."],"You cannot edit the %s file.":[" %s dosyasını düzenleyemezsiniz."],"Updated %s":["%s dosyası güncellendi"],"Create %s file":["%s dosyası oluştur"],"Edit the content of your %s:":["%s dosyanızın içeriğini düzenleyin:"],"Save changes to %s":["Değişiklikleri %s dosyasına kaydet"],"%s file":["%s dosyası"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":[""],"More information":["Daha fazla bilgi"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s ve %2$s bir yardımcı eklenti ekleyerek birlikte daha iyi çalışabilir. Hayatınızı daha iyi hale getirmek için lütfen %3$s yükleyin."],"More information about %1$s":["%1$s hakkında daha fazla bilgi"],"Configuration Wizard":["Yapılandırma Sihirbazı"],"You've done it!":["Başardın!"],"Seamlessly integrate %1$s into your AMP pages!":["%1$s'yu AMP sayfalarınıza sorunsuz bir şekilde entegre edin!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["İçerik analizi için %2$s eklentisini %1$s ile sorunsuz bir şekilde entegre edin!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s ve %2$s, bir yardımcı eklenti ekleyerek birlikte daha iyi çalışabilir. Hayatınızı daha iyi hale getirmek için lütfen %3$s yükleyin."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Site yapınızı geliştirmek için en önemli %1$s sayfalarını 'köşetaşı içerik' olarak işaretleyin. %2$sKöşetaşı içerikleri hakkında daha fazla bilgi alın%3$s."],"Loading help center.":["Yardım merkezi yükleniyor."],"Get support":["Destek Al"],"(Opens in a new browser tab)":["(Yeni sekmede açılır)"],"Posts %1$swithout%2$s a focus keyphrase":[""],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, SEO çalışmanız gayet iyi gidiyor! İstatistiklerinize göz atın:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Yayınlanmış makaleniz yok, ilk yayınınızı yaptıktan sonra SEO puanlarınız burada görünecek!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Başka bir şey"],"A portfolio":["Portfolyo"],"A corporation":["Bir şirket"],"A small offline business":["Küçük bir çevrimdışı işletme"],"A news channel":["Bir haber kanalı"],"An online shop":["Bir online mağaza"],"A blog":["Bir blog"],"What does the site %1$s represent?":["%1$s sitesi neyi temsil ediyor?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Seçenek B: Sitem yapım aşamasında ve indekslenmemeli"],"Option A: My site is live and ready to be indexed":["Seçenek A: Sitem yayında ve indekslenmeye hazır"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Lütfen sitenizin yapım aşamasında veya etkin durumda olup olmadığını belirtin."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["SEO blogumuzdan buna benzer içerikleri oku"],"Readability: %s":[""],"Not activated":["Etkinleştirilmedi"],"Activated":["Etkinleştirildi"],"%1$s recommendations for you":["Senin için %1$s tavsiyeleri"],"All Readability Scores":["Tüm okunabilirlik puanları"],"Filter by Readability Score":["Okunabilirlik puanlarını filtrele"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":[""],"Request method %1$s is not valid.":["%1$s olan talep metodu geçerli değil."],"Muted notifications:":["Yok sayılan bildirimleri:"],"Muted problems:":["Yok sayılan sorunlar:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["İnsanlar bu yazıyı %1$s'da paylaştıklarında nasıl göründüğünü görmek ister misiniz? %2$s ile bunu gerçekleştirebilirsiniz."],"Good job! All the links in your texts have been counted.":["İyi iş! Yazılarındaki tüm bağlantılar sayıldı."],"Calculation completed.":["Hesaplama tamamlandı."],"Calculation in progress...":["Hesaplama devam ediyor..."],"Stop counting":["Saymayı durdur "],"Counting links in your texts":["Yazılarınızdaki bağlantılar sayılıyor"],"Text %1$s of %2$s processed.":["%2$s metinden %1$s adedi işlendi."],"All your texts are already counted, there is no need to count them again.":["Tüm yazıların sayıldı, tekrar saymaya gerek yok."],"Count links in your texts":["Yazılarındaki bağlantıları say"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Herkes tarafından görülebilen metinlerinizdeki bağlantıların sayılması gerekiyor. Bu sayede hangi metinlerin daha fazla bağlantıya ihtiyacı olduğu hakkında bilgi sahibi olabileceksiniz. Eğer dahili bağlantılar hakkında daha fazla bilgi almak istiyorsanız, %2$s üzerindeki %1$sdahili bağlantılar ile ilgili makaleyi%3$s okuyabilirsiniz."],"Text link counter":["Metin bağlantısı sayacı"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Bu yazıya bağlantı veren bağlantı sayısı. Daha fazla bilgi için yardım sekmesindeki \"Yoast Sütunlar\" metnine bakın."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s bu sayfaya birkaç sütun eklemektedir. %2$sAMO skorunu ve Okunabilirlik skorunu nasıl kullanabileceğiniz%3$s ile ilgili bir makale yazdık. Bağlantılar sütunları bu sitedeki kaç tane makalenin bu %5$smakaleye%6$s ve bu %5$smakaleden%6$s kaç tane web adresine bağlantı verildiğini gösterir. %4$sBu özellikleri kullanarak dahili bağlantılarınızı nasıl iyileştirebileceğinizi%3$s öğrenin. Bu özelliğin AMO çalışmalarınız üzerinde son derecede olumlu etkileri vardır."],"%s Columns":["%s sütunlar"],"Readability score":["Okunabilirlik puanı"],"Other benefits of %s for you:":["%s'nun sizin için diğer faydaları:"],"Scroll to see the preview content.":["İçeriği ön izlemek için kaydırın"],"Cornerstone content":["Köşe taşı içeriği"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":[""],"Attract more customers near you":["Daha fazla yakınınızdaki müşterileri çekin"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":[""],"Get the most out of %1$s with the %2$s":["%2$s ile %1$s'dan en iyi şekilde yararlanın."],"Upgrade to Premium":["Premiuma yükselt"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["%s ile rekabette önde olun."],"You might like":["Bunu beğenebilirsiniz"],"Newsletter":["Haber bülteni"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Bu sihirbazı henüz tamamlamadığınızı tespit ettik, bu yüzden yapılandırmak için size %2$s%1$s yapılandırma sihirbazını başlatmayı%3$s öneririz."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Yapılandırma sihirbazı web sitenizde ideal SEO ayarlarını kolayca ayarlamanıza yardımcı olur."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Premium olun ve eklentinin kurulumu ve kullanımı hakkındaki sorunlarınız için uzmanlarımız sizi bekliyor olacaklar."],"Superfast internal linking suggestions":["Süper hızlı dahili bağlantı önerileri"],"Great news: you can, with %1$s!":["Harika haber: %1$s ile yapabilirsiniz!"],"Save changes":["Değişiklikleri kaydet"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Eklentilerden %2$s, sitenizin çıktısını değiştirerek, gizleme olarak adlandırılan bir işlem ile arama motorlarının gördüğü hali ve sıradan kullanıcıların gördüğü hali arasında fark yaratıyor. Bu eklentiyi kesinlikle etkisizleştirmenizi öneriyoruz."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSosyal medya önizlemesi%2$s: Facebook ve Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sDaha fazla ölü bağlantı%2$s yok: kolay yönlendirme yöneticisi"],"No ads!":["Reklamsız!"],"Facebook & Twitter":["Facebook ve Twitter"],"Social media preview":["Sosyal medya önizleme"],"Easy redirect manager":["Kolay yönlendirme yöneticisi"],"No more dead links":["Daha fazla ölü bağlantı yok"],"Increase your SEO reach":["SEO erişiminizi artırın"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Harika içerikler oluşturma konusunda daha fazla yardım istiyorsanız, %2$sSEO metin yazarlığı kursumuza%3$s göz atın. Eklentinin özellikleri hakkında her şeyi öğrenmek ister misiniz, bizim %1$s yapmayı düşünün!"],"Variable":["Değişken"],"Available variables":["Kullanılabilinir değişkenler"],"Scroll to see the table content.":["Tablo içeriğini görmek için kaydırın."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Yardıma ihtiyacınız olursa, %1$ssitenizi Google Arama Konsolu'na nasıl bağlayacağınızla ilgili makalemize%2$s bakın."],"An error occurred in the '%1$s' assessment":["‘%1$s’ değerlendirmesi sırasında bir hata oluştu."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["Kullandığınız kelimelerin %1$s kadarı %2$s%3$s heceden fazla%4$s, ki bu da önerilen %5$s hece sayısını aşıyor."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["Kullandığınız kelimelerin %1$s kadarı %2$s%3$s heceden fazla%4$s, ki bu da önerilen %5$s hece sayısına eşit ya da daha az."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Meta açıklamasında %1$d cümle %2$s%3$s kelimeden fazla%4$s. Bu cümleyi kısaltmaya çalışın.","Meta açıklamasında %1$d cümle %2$s%3$s kelimeden fazla%4$s. Bu cümleleri kısaltmaya çalışın."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Meta açıklaması %1$s%2$s kelimeden fazla%3$s cümle içermiyor."],"No new notifications.":["Yeni bildirim yok."],"Save all":["Hepsini kaydet"],"Save":["Kaydet"],"%1$s, Author at %2$s":["%1$s, %2$s sitesinin yazarı."],"Mobile preview":["Mobil ön izleme"],"Desktop preview":["Masaüstü ön izleme"],"Select redirect":["Yönlendirme seçin"],"Please provide an SEO title by editing the snippet below.":["Aşağıdaki kod parçacığını düzenleyerek bir SEO başlığı sağlayın."],"Meta description preview:":["Meta açıklaması önizlemesi:"],"Slug preview:":["Kısa isim önizlemesi:"],"SEO title preview:":["SEO başlığı önizleme:"],"Close snippet editor":[""],"Slug":["Kısa isim"],"Remove marks in the text":["Metindeki işaretleri kaldır"],"Mark this result in the text":["Bu sonucu metnin içinde işaretle"],"Marks are disabled in current view":["İşaretler bu görünüşte etkisizdir"],"Good SEO score":["İyi SEO puanı"],"OK SEO score":["Kabul edilebilir SEO puanı"],"Feedback":["Geri bildirim"],"ok":["tamam"],"Choose an image":["Bir resim seç"],"Remove the image":["Görseli kaldır"],"MailChimp signup failed:":["MailChimp üyeliği başarısız oldu:"],"Sign Up!":["Üye ol!"],"Name":["Adı"],"There is an error with the request.":["İstekle ilgili bir problem var."],"Select profile":["Profil seçin"],"Choose a profile":["Bir profil seçin"],"Authorization code":["Doğrulama kodu"],"Reauthenticate with Google":["Google ile yeniden doğrula"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["%s Google Arama Konsolu bilgisini alabilmek için Google Yetkilendirme Kodu'na ihtiyaç duyuyor. Aşağıdaki düğmeye tıklayınca yeni bir pencere açılacaktır."],"Please provide a meta description by editing the snippet below.":["Aşağıdaki kod parçacığını düzenleyerek bir meta açıklama sağlayın."],"Edit snippet":["Kod parçacığını düzenle"],"You can click on each element in the preview to jump to the Snippet Editor.":["Kırpıntı düzenleyiciye geçmek için önizleme alanındaki elemanlara tıklayabilirsiniz."],"Close the Wizard":["Sihirbazı kapat"],"Export settings":["Ayarları dışa aktar"],"%1$s video tutorial":["%1$s video eğitimi"],"%s › Configuration Wizard":["%s › Yapılandırma Sihirbazı"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Eğer sorunlarla karşılaşıyorsanız, %1$slütfen bir hata raporu doldurun%2$s. Size yardımcı olmak için elimizden geleni yapacağız."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["%1$s eklentisini bir süredir kullandığınızı fark ettik; umarız memnun kalmışsınızdır! Eğer bize %2$sWordPress.org sitesinde beş yıldız verirseniz%3$s çok memnun oluruz!"],"Courses":["Kurslar"],"Date archives settings":["Tarih arşiv ayarları"],"Author archives settings":["Yazar arşivleri ayarları"],"%1$s by %2$s":["%2$s tarafından %1$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Dikkat: %s değişkeni bu temada kullanılamaz. Daha fazla bilgi için yardım merkezini ziyaret edin."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(başlıksız)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":[""],"Admin bar menu":["Yönetim çubuğu menüsü"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Özellikler"],"SEO title":["SEO başlığı"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":[""],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":[""],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google arama sonuçlarında sitenizin ismini gösterecektir. Eğer değiştirmek isterseniz, buradan değiştirebilirsiniz."],"Greater than sign":["Büyüktür işareti"],"Less than sign":["Küçüktür işareti"],"Right angle quotation mark":["Sağ açılı tırnak işareti"],"Left angle quotation mark":["Sol açılı tırnak işareti"],"Small tilde":["Küçük yaklaşık işareti"],"Vertical bar":["Dikey çubuk"],"Low asterisk":["Küçük yıldız"],"Asterisk":["Yıldız"],"Bullet":["Madde"],"Middle dot":["Orta nokta"],"Em dash":["Uzun tire"],"En dash":["Kısa tire"],"Dash":["Tire"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Başlık ayracı olarak kullanmak istediğiniz sembolü seçin. Bu, örneğin, başlık ve site adınız arasında görüntülenecektir. Semboller, arama sonuçlarında görünecekleri boyutta gösterilir."],"The name of the person":["Kişinin ismi"],"No":["Hayır"],"Yes":["Evet"],"Does, or will, your site have multiple authors?":["Sitenizde birden çok yazar bulunuyor mu ya da bulunacak mı?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress, kitaplıktaki her ortam öğesi için otomatik olarak bir URL oluşturur. Bunu etkinleştirmek, Google'ın oluşturulan URL’yi dizine eklemesine izin verir."],"Success!":["Başarılı!"],"Title settings":["Başlık ayarları"],"Google Search Console":["Google Arama Konsolu"],"Multiple authors":["Çoklu yazarlar"],"Site type":["Site türü"],"Environment":["Ortam"],"Yoast option %1$s not found.":["Yoast %1$s seçeneği bulunamadı."],"Google Structured Data Test":["Google Yapılandırılmış Veri Testi"],"Posts list":["Yazı listesi"],"Posts list navigation":["Yazı listesi dolaşımı"],"Filter posts list":["Yazı listesini filtrele"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Arşivlerinize yönelik bağlantılar temanız tarafından kullanılmaya devam ediyor olabilir. Bu durumda onları ayrıca kaldırmanız gerekir."],"%1$s to optimize your site even further":["Sitenizi daha da fazla iyileştirmek için %1$s"],"%1$s extensions":["%1$s uzantıları"],"Comes with our 30-day no questions asked money back guarantee":["30 günlük soru sormadan para iadesi garantisi ile beraber gelir"],"More information %1$sabout %3$s%2$s":["Daha fazla bilgi için %1$s%3$s hakkında%2$s"],"Installed":["Yüklü"],"gain access to our 24/7 support team.":["7/24 destek ekibine erişim sağlayın."],"Premium support":["Premium desteği"],"check what your Facebook or Twitter post will look like.":["Facebook ya da Twitter paylaşımlarınızın nasıl görüntüleneceğini kontrol edin."],"Social previews":["Sosyal ön izlemeler"],"create and manage redirects from within your WordPress install.":["WordPress kurulumunuz içinde yönlendirme oluşturun ve yönlendirmeleri yönetin."],"Redirect manager":["Yönlendirme yöneticisi"],"%1$s, take your optimization to the next level!":["%1$s, optimizasyonu bir üst seviyeye taşır!"],"A seamless integration between %1$s and %2$s":["%1$s ve %2$s arasında sorunsuz entegrasyon"],"Use %1$s breadcrumbs instead of %2$s ones":["%2$s bağlantı haritaları yerine %1$s kullanın"],"Easily insert Google Maps, a store locator, opening hours and more":["Kolayca bir Google haritası, mağaza bulucu, açılış saatleri ve daha fazlasını ekleyin"],"Creates XML News Sitemaps":["XML haberler site haritası oluşturur"],"Immediately pings Google on the publication of a new post":["Anında Google'ı yeni yazı yayımlandığı hakkında bilgilendirir"],"Optimize your site for Google News":["Sitenizi Google News için optimize edin"],"Make videos responsive through enabling fitvids.js":["fitvids.js kullanarak videolarınızı duyarlı hale getirin"],"Enhance the experience of sharing posts with videos":["Video içeren yazıları paylaşma deneyimini iyileştirin"],"Show your videos in Google Videos":["Videolarınızı Google Videolar'da gösterin"],"Crawl issues list":["Tarama problemleri listesi"],"Crawl issues list navigation":["Tarama problemleri listesi dolaşımı"],"Edit “%s”":["“%s” Düzenle"],"Premium":["Premium"],"Google Trends":["Google Trends (eğilimler)"],"Notifications":["Bildirimler"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["SEO analizi etkisizleştir"],"Twitter settings":["Twitter ayarları"],"Pinterest settings":["Pinterest ayarları"],"Facebook settings":["Facebook ayarları"],"Title separator symbol":["Başlık ayırıcı simge"],"RSS feed settings":["RSS beslemesi ayarları"],"Breadcrumbs settings":["Bağlantı haritası ayarları"],"Make primary":["Birincil yap"],"Enter your Google Authorization Code and press the Authenticate button.":["Google yetkilendirme kodunuzu girin ve yetkilendir butonuna basın."],"%s notification":["%s bildirim","%s bildirim"],"Disable readability analysis":["Okunabilirlik analizini devre dışı bırak"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Okunabilirlik analizi"],"Needs improvement":["Geliştirmeye açık"],"Readability":["Okunabilirlik"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":[""],"Improvements":["İyileştirmeler"],"Restore this item.":["Bu elemanı geri getir."],"Dismiss this item.":["Bu elemanı gizle."],"Good job! We could detect no serious SEO problems.":["İyi iş! Hiçbir ciddi SEO problemi tespit edemedik."],"We have detected the following issues that affect the SEO of your site.":["Sitenizin SEO'sunu etkileyen aşağıdaki sorunları tespit ettik."],"Problems":["Problemler"],"Analysis":["Analiz"],"Not available":["Uygun değil"],"Filter by SEO Score":["SEO puanına göre filtrele"],"Meta description not set.":["Meta açıklaması belirlenmemiş."],"Video tutorial":["Video öğretici"],"Email support is a %s feature":["E-posta ile destek bir %s özelliği"],"Knowledge base":["Bilgi bankası"],"Open":["Aç"],"Dashboard":["Başlangıç"],"You can fix this on the %1$sPermalink settings page%2$s.":["Bunu %1$sKalıcı bağlantı ayarları sayfası%2$s üzerinde düzeltebilirsiniz."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Yorumları sayfalandırma etkinleştirilmiştir; bu 1000'de 999 durumda gerek duyulmayacak bir durumdur, etkisizleştirmenizi tavsiye ederiz."],"Replaced with the primary category of the post/page":["Yazı/sayfa ana kategorisi ile değiştirildi."],"Pinterest confirmation":["Pinterest onayı"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Halihazırda Pinterest için doğrulama yaptıysanız alttaki adımı atlayabilirsiniz."],"Format-based archives":["Biçim tabanlı arşivler"],"Webmaster Tools verification":["Web Yöneticisi Araçları doğrulaması"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Wordpress için %1$s eğitimini takip edin ve sertifikalı %1$s uzmanı olun!"],"Want to be a %s Expert?":["%s Uzmanı olmak ister misiniz?"],"Buy %s":["%s satın al"],"Show information about errors in category %s":[""],"New %1$s Title":["Yeni %1$s başlık"],"Existing %1$s Title":["Mevcut %1$s başlık"],"Expected an integer as input.":["Girdi olarak sayısal bir değer bekleniyor."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Güvenli bir site haritası bellek anahtarı yapılandırılmaya çalışılıyor, ama son ek ve ön ek kombinasyonu bunun için çok az alan bırakıyor. Muhtemelen belirlenen aralığın dışında bir sayfa istiyorsunuz."],"Remove":["Kaldır"],"Keep":["Tut"],"Bold the last page":["Son sayfayı kalın yap"],"Regular":["Normal"],"Bold":["Kalın"],"Show Blog page":["Blog sayfasını göster"],"Primary %s":["Birincil %s"],"Primary":["Birincil"],"Make %1$s primary %2$s":["%1$s için %2$s birincil yap"],"Term is set to noindex.":["Terim indekslenmesin olarak işaretli."],"Author archives":["Yazar arşivleri"],"Show":["Göster"],"Enabled":["Etkin"],"Disabled":["Etkisiz"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s, henüz %2$s üzerinden sitenizin indekslenebilme durumunu çekmedi"],"The separator defined in your theme's %s tag.":["Temanızın %s etiketinde tanımlanan ayraç."],"No index":["İndeks yok"],"Analyze entire site":["Tüm siteyi analiz et"],"Fetch the current status":["Güncel durumu kontrol et"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":[""],"Your homepage can be indexed by search engines.":["Ana sayfanız arama motorları tarafından indekslenebilir."],"Indexability check by %1$s":["%1$s tarafından indekslenebilme kontrolü"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Eğer %1$s için paylaşım görseli kullanmak istiyorsanız, resim yükleyebilir / seçebilir ya da görsel adresini ekleyebilirsiniz."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["%1$s üzerinde paylaşırken farklı bir meta açıklaması kullanmak istiyosanız, buraya yazabilirsiniz.."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Eğer bu yazıyı %1$s üzerinde farklı bir başlık ile paylaşmak istiyorsanız, yeni başlığı buraya yazınız. \t"],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sAna sayfanız arama motorları tarafından indekslenemiyor%2$s. Bu SEO için çok kötü bir durum ve mutlaka düzeltmelisiniz."],"Once Weekly":["Haftada bir"],"Add-ons":["Eklentiler"],"SEO score":["SEO puanı"],"Twitter metadata":["Twitter meta verisi"],"Facebook / Open Graph metadata":["Facebook / Open Graph meta verisi"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["%1$s / %2$s bitti."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["SEO puanı algoritmamızı güncelledik. %1$sBuraya tıklayarak%2$s tüm yazılar ve sayfaların SEO puanlarını yeniden hesaplatın."],"Team Yoast":["Yoast ekibi"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["WordPress için ilk gerçek hepsi bir arada AMO çözümü, sayfa üzerine içerik analizi, XML site haritaları ve çok daha fazlası."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Etkinleştirme başarısız:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Filtre eklentisi kullanılabilir değil. Servis sağlayıcınızdan etkinleştirmesini isteyin."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["%1$s eklentisinin kurulumu tamamlandı. Lütfen %2$syükleme kılavuzuna%3$s göz atın."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Standart PHP kütüphanesi (SPL) eklentisi kurulu gözükmüyor. Lütfen servis sağlayıcınızdan etkinleştirmelerini isteyin."],"SEO Settings":["SEO ayarları"],"Mobile-Friendly Test":["Mobil uyumluluk testi"],"Google Page Speed Test":["Google sayfa hız testi"],"CSS Validator":["CSS doğrulayıcı"],"HTML Validator":["HTML doğrulayıcı"],"Pinterest Rich Pins Validator":["Pinterest zengin Pin doğrulayıcı"],"Facebook Debugger":["Facebook hata ayıklama"],"Check Headers":["Başlıkları kontrol et"],"Check Google Cache":["Google önbelleğini kontrol et"],"Analyze this page":["Bu sayfayı analiz et"],"Keyword Research":["Kelime araştırma"],"%s does not seem to be a valid url. Please correct.":["% geçerli bir web adresi değil. Lütfen düzeltin."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s geçerli bir %2$s doğrulama metnine sahip değil. Lütfen düzeltin."],"%s Archive":["%s Arşiv"],"You searched for %s":["%s için arama yaptınız"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s geçerli bir Twitter kullanıcı tanımlayıcısı değil. Lütfen düzeltin."],"Summary with large image":["Büyük görselli özet"],"Summary":["Özet"],"The post %1$s appeared first on %2$s.":["%1$s yazısı ilk önce %2$s üzerinde ortaya çıktı."],"No numeric value was received.":["Sayısal bir değer gönderilmedi."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Var olan bir blog olmalıdır. %s bulunamadı ya da silinmek üzere işaretlenmiş."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Varsayılan blog ayarı kullanmak istediğiniz varsayılan blogun sayısal tanımlayıcı değeri olmalıdır."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%2$s %1$s ayarlarında izin verilen seçeneklerden biri değil. Değer varsayılana döndürüldü."],"Please select a valid post type for taxonomy \"%s\"":["\"%s\" kategorisi için geçerli bir yazı tipi seçin."],"Please select a valid taxonomy for post type \"%s\"":["\"%s\" yazı tipi için geçerli bir etiket seçin"],"You searched for":["Şunu aradınız"],"Home":["Ana sayfa"],"Archives for":["Arşiv"],"Error 404: Page not found":["Hata 404: Sayfa bulunamadı"],"Good":["İyi"],"Replaced with a custom taxonomies description":[""],"Replaced with a posts custom taxonomies, comma separated.":["Virgülle ayrılmış olarak yazı özel etiketleri ile değiştirilir."],"Replaced with a posts custom field value":["Yazı özel alan değeri ile değiştirilir"],"Replaced with the slug which caused the 404":["404 sayfasına neden olan kısa isim ile değiştirilir"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Eklenti alt metni"],"Replaced with the current page number":["Geçerli sayfa numarası ile değiştirilir"],"Replaced with the current page total":["Geçerli toplam sayfa sayısı ile değiştirilir"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Mevcut sayfa numarası ile değiştirilecek (örneğin 2 / 4)"],"Replaced with the post/page author's 'Biographical Info'":["Yazının/sayfanın yazarının 'Biyografik bilgi'si ile değiştirilecek"],"Replaced with the post/page author's 'nicename'":["Yazının/sayfanın yazarının 'güzel ismi' ile değiştirilecek"],"Replaced with the post/page ID":["Yazı/Sayfa no ile değiştirilir"],"Replaced with the post/page modified time":["Yazı/sayfa değişiklik zamanı ile değiştirilir"],"Replaced with the content type plural label":["İçerik türü çoğul etiketiyle değiştirildi"],"Replaced with the content type single label":["İçerik türü tekil etiketiyle değiştirildi"],"Replaced with the current search phrase":["Mevcut arama ifadesi ile değiştirilir"],"Replaced with the term name":["Terim adı ile değiştirilir"],"Replaced with the term description":["Terim açıklaması ile değiştirilir"],"Replaced with the tag description":["Etiket açıklaması ile değiştirilir"],"Replaced with the category description":["Kategori açıklamasıyla değiştirilir"],"Replaced with the post categories (comma separated)":["Yazı kategorileri ile değiştirilecek (virgül ile ayrılmış)"],"Replaced with the current tag/tags":["Mevcut etiket(ler) ile değiştirilecek"],"Replaced with the post/page excerpt (without auto-generation)":["Yazının/sayfanın özeti ile değiştirilecek (otomatik oluşturma olmadan)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Yazının/sayfanın özeti ile değiştirilecek (ya da özet yoksa otomatik oluşturulacak)"],"The site's name":["Sitenin adı"],"Replaced with the title of the parent page of the current page":["Bu sayfanın ebeveyn sayfasının başlığı ile değiştirilecek"],"Replaced with the title of the post/page":["Yazının/sayfanın başlığı ile değiştirilecek"],"Replaced with the date of the post/page":["Yazının/sayfanın tarihi ile değiştirilecek"],"Page %1$d of %2$d":["Sayfa %1$d / %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Aynı isimli bir değişken tanımlayarak WPSEO standart değişkenlerinin üstüne yazamazsınız. \"wpseo_replacements\" filtresini kullanarak değiştirme değerini ayarlayın."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Aynı isme sahip bir değiştirme değişkeni zaten mevcut. Değişkeninizi daha eşsiz yapmaya çalışın."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Bir değiştirme karakteri \"%%cf_\" ya da \"%%ct_\" ile başlayamaz, bu karakterler WPSEO değişkenleri, özel alanlar ve özel kategoriler için kullanılmaktadır. Değişken isminizi eşsiz yapmaya çalışın."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Bir muadil değişken sadece harfler, alt çizgi ya da tire içerebilir. Değişkeninizin ismini değiştirmeyi deneyin."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Sayfa bulunamadı"],"%s Archives":["%s arşivleri"],"Search for \"%s\"":["\"%s\" için arama"],"Meta description to use for Author page":["Yazar sayfasında kullanılacak meta açıklaması"],"Title to use for Author page":["Yazar sayfalarında kullanılacak başlık"],"%1$s settings":["%1$s ayarlarınız"],"Export your %1$s settings":["%1$s ayarlarınızı dışarı aktarın"],"Import settings":["İçeri aktarma ayarları"],"Import from other SEO plugins":["Diğer AMO eklentilerinden içeri aktar"],"Import":["İçeri aktar"],"If you had a %s file and it was editable, you could edit it from here.":["Eğer yazılabilir bir %s dosyanız olsaydı, buradan düzenleyebilirdiniz."],"If your %s were writable, you could edit it from here.":["Eğer %s dosyanız yazılabilir olsaydı, buradan düzenleyebilirdiniz."],"You don't have a %s file, create one here:":["%s dosyanız yok, buradan bir tane oluşturun:"],"A link to your site, with your site's name and description as anchor text.":["Site isminin ve açıklamasının bağlantı metni olarak kullanıldığı, sitenize giden bir bağlantı. "],"A link to your site, with your site's name as anchor text.":["Site isminin bağlantı metni olarak kullanıldığı, sitenize giden bir bağlantı."],"A link to the post, with the title as anchor text.":["Başlığın bağlantı metni olarak kullanıldığı, yazı sayfasına bir bağlantı."],"A link to the archive for the post author, with the authors name as anchor text.":["Yazarın isminin bağlantı metni olarak kullanıldığı, arşiv sayfasına bir bağlantı."],"You can use the following variables within the content, they will be replaced by the value on the right.":["İçeriğin içinde şu değişkenleri kullanabilirsiniz, kullandığınızda sağdaki değerler ile değiştirileceklerdir."],"Content to put after each post in the feed":["Besleme içindeki her içerikten sonra eklencek metin"],"Content to put before each post in the feed":["Beslemedeki her yazıdan önce eklenecek içerik"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Bu özellik, otomatik olarak RSS beslemelerinize içerik eklemek için kullanılır, daha detaya girmek gerekirse, bu, blogunuza yazılarınıza bağlantılar ekleyerek, aptal aşırıcı robotları otomatik olarak bağlantı vermelerini sağlar. Bu sayede arama motorları gerçek içeriğin orijinal kaynağını daha iyi tespit edebilirler."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Bu dolaşım özelliğinin kullanımı ile ilegili %1$sdolaşım entegrasyonu ile ilgili bilgi bankası makalemize%2$s göz atabilirsiniz."],"How to insert breadcrumbs in your theme":[""],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Sınıflandırma için bağlantı haritasında gösterilecek içerik türü arşivi"],"Taxonomy to show in breadcrumbs for content types":["İçerik türleri için Bağlantı haritasında gösterilecek sınıf"],"Breadcrumb for 404 Page":[""],"Prefix for Search Page breadcrumbs":[""],"Prefix for Archive breadcrumbs":[""],"Prefix for the breadcrumb path":[""],"Anchor text for the Homepage":["Ana sayfa için bağlantı metni"],"Separator between breadcrumbs":[""],"Enable Breadcrumbs":[""],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Aşağıda yayınlanan yazılarınızın SEO puanları vardır. Şimdi yazılarınızın bazılarını geliştirmeye başlamak için iyi bir zaman!"],"Credits":["Katkıda bulunanlar"],"« Back to Tools page":["« Araçlar sayfasına dön"],"%1$s comes with some very powerful built-in tools:":["%1$s çok güçlü dahili araçlarla beraber gelir:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Bu araç AMO için önemli olan dosyalarınızı, örneğin robots.txt ve varsa .htaccess gibi, hızlıca değiştirebilmenize olanak sağlar."],"File editor":["Dosya düzenleyicisi"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Diğer AMO eklentilerinden ayarları içeri aktarın ve daha sonra kullanmak üzere kendi ayarlarınızı dışarı aktarın."],"Import and Export":["İçeri Al / Dışarı Aktar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Bu araç her bir yazının ya da sayfanın detayına girmeden kolayca başlık ve açıklamaları değiştirebilmenize olanak sağlar."],"Bulk editor":["Toplu düzenleyici"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["%1$sPinterest ile sitenizi doğrulamak için%2$s meta etiketini buraya ekleyin:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest aynı Facebook gibi Open Graph verileri kullanır, bu yüzden sitenizin Pinterest altyapısına hazır olabilmesi için Facebook sekmesindeki Open Graph kutusunun işaretli olduğundan emin olun."],"The default card type to use":["Kullanılacak varsayılan kart tipi"],"Add Twitter card meta data":["Twitter kartı meta verisi ekleme"],"This image is used if the post/page being shared does not contain any images.":["Paylaşılan yazı/sayfa herhangi bir görüntü içermiyorsa bu görsel kullanılır."],"Default settings":["Varsayılan ayarlar"],"Copy home meta description":["Ana sayfa meta açıklamasını kopyala"],"Description":["Açıklama"],"Image URL":["Görsel adresi"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Bunlar sitenizin ana sayfasında Open Graph için kullanılan başlık, açıklama ve görsel bilgileridir."],"Frontpage settings":["Ana sayfa ayarları"],"Add Open Graph meta data":["Open Graph Meta verisi ekle"],"YouTube URL":["YouTube adresi"],"Pinterest URL":["Pinterest adresi"],"MySpace URL":["MySpace adresi"],"LinkedIn URL":["LinkedIn adresi"],"Instagram URL":["Instagram adresi"],"Twitter Username":["Twitter kullanıcı adı"],"Facebook Page URL":["Facebook sayfa adresi"],"Accounts":["Hesaplar"],"Restore site to defaults":["Site ayarlarını varsayılanlara döndür"],"Site ID":["Site no"],"Using this form you can reset a site to the default SEO settings.":["Bu formu kullanarak bir siteyi varsayılan SEO ayarlarına döndürebilirsiniz."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Gizliliğe duyarlı (FB yöneticileri ve benzeri), temaya özgü (başlıklar gibi ) ve birkaç siteye özgü ayar yeni sitelere aktarılmayacaktır."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["İlgili site için %1$sSite No%2$s girerek, o sitenin ayarlarını varsayılan olarak kullanabilirsiniz. Hiçbiri için boş bırakın. (O zaman eklentinin varsayılan ayarları kullanılacaktır)"],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Ağınıza ekli olan siteler içinde bir siteyi seçerek, ayarlarını varsayılan olarak kullanabilirsiniz. Eğer 'Hiçbiri' seçeneğini seçerseniz eklentinin varsayılan ayarları kullanılacaktır."],"New sites in the network inherit their SEO settings from this site":["Ağdaki yeni siteler SEO ayarlarını bu siteden devralır."],"Super Admins only":["Sadece süper yöneticiler"],"Site Admins (default)":["Site yöneticileri (varsayılan)"],"Who should have access to the %1$s settings":["%1$s ayarlarına kimler erişebilir"],"spam":["istenmeyen"],"mature":["yetişkin"],"archived":["arşiv"],"public":["herkese açık"],"%s restored to default SEO settings.":["%s varsayılan AMO ayarlarına döndürüldü."],"Settings Updated.":["Ayarlar güncellendi."],"404 pages":["404 sayfaları"],"Search pages":["Sayfalarda ara"],"These pages will be %s by default, so they will never show up in search results.":["Bu sayfalar varsayılan olarak%s olarak işaretlenmiştir, böylece arama sonuçlarında görüntülenmezler."],"Special Pages":["Özel sayfalar"],"Date-based archives could in some cases also be seen as duplicate content.":["Tarih tabanlı arşivler kimi zaman tekrar eden içerik olarak ele alınabiliyor."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Bu durum sizin siteniz için geçerliyse ya bunu etkisizleştirebilir (ki bu ana sayfaya yönlendirecektir) ya da %s ekleyin ki arama sonuçlarında gözükmesin."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Eğer tek bir yazarak sahip bir blog işletiyorsanız, yazar arşivi ana sayfayla aynı olacaktır. Buna %1$stekrarlanan içerik problemi%2$s denir."],"Date archives":["Tarih arşivi"],"author archives":["yazar arşivleri"],"Title":["Başlık"],"%1$s Meta Box":["%1$s meta kutusu"],"Hide":["Gizle"],"Date in Snippet Preview":["Kod parçacığı ön izlemesindeki tarih"],"Take note:":["Not al:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Ana sayfa ve ön sayfa"],"Title Separator":["Başlık ayracı"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s, bu sayfalar için başlıkları yeniden zorlamak gerekmediğini otomatik algıladı, eğer bunun yanlış olduğunu düşünüyor ve siz ne yaptığınızı biliyorsanız, buradan ayarı değiştirebilirsiniz."],"Force rewrite titles":["Başlıkları yeniden yazmaya zorla"],"Taxonomies":["Kategoriler"],"Homepage":["Ana sayfa"],"%1$s Extensions":["%1$s eklenti"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Sorunsuz bir şekilde %1$s ile WooCommerce entegrasyonunu yapabilirsiniz!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Hiç ter dökmeden Google Maps aramalarında daha iyi sonuç elde edin!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Google Haberlerde yer alıyor musunuz? Gerekli optimizasyonları yaparak trafiğinizi artırabilirsiniz!"],"Optimize your videos to show them off in search results and get more clicks!":["Videolarınızı optimize ederek arama sonuçlarında çıkmalarını sağlayın ve böylece daha çok tıklama kazanın!"],"The premium version of %1$s with more features & support.":["%1$s eklentisinin bir çok yeni özelliğe ve desteğe sahip sürümü."],"Person":["Kişi"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Web sitesi ismi"],"Webmaster Tools":["Web Yöneticisi Araçları"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Yazınızın başlığı yazılarınızda ve sayfalarınızda geçmiyor, bu çok önerilen bir uygulamadır. Kalıcı bağlantı ayarlarınızı /%postname%/ olarak uygulamayı düşünün."],"RSS":["RSS"],"Breadcrumbs":["Yol haritası"],"or":["ya da"],"Save Profile":["Profili kaydet"],"There were no profiles found":["Profil bulunamadı"],"Profile":["Profil"],"Current profile":["Şu anki profil"],"Authenticate":["Yetkilendir"],"Get Google Authorization Code":["Google doğrulama kodu edinin"],"Reload crawl issues":["Tarama sorunlarını tazele"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Bir yönlendirme oluşturmak ve bu problemi gidermek için %1$s gerekiyor. Bu eklentiyi ve bir yıllık destek ve güncellemeyi %2$s adresinden satın alabilirsiniz."],"Creating redirects is a %s feature":["Yönlendirme oluşturmek bir %s özelliği"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Sadece Googlebot sitenizi akıllı telefonlar için tararken ortaya çıkan hatalar (masaüstünde hatalar ortaya çıkmıyor)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Sadece Googlebot-Mobil sitenizi tararken ortaya çıkan hatalar (masaüstünde hatalar ortaya çıkmıyor)."],"Errors that occurred when your site was crawled by Googlebot.":["Googlebot sitenizi tararken ortaya çıkan hatalar."],"Issue categories":["Sorun kategorileri"],"Incorrect Google Authorization Code.":["Geçersiz Google doğrulama kodu."],"The issues have been successfully reloaded!":["Problemler başarıyla yenilendi!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s verisi kaldırıldı. Eğer bu veriyi tekrar edinmek isterseniz yeniden doğrulama yapmalısınız."],"Crawl errors per page":["Sayfa başına tarama hataları"],"Search":["Arama"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Tarama hatalarını gözden kaçırmayın: %1$sGoogle Arama Konsolu ile bağlantı kurun%2$s."],"Create redirect":["Yönlendirme oluştur"],"Mark as fixed":["Çözüldü olarak işaretle"],"Response code":["Dönüş kodu"],"First detected":["İlk tespit edilen"],"Last crawled":["En son tarananlar"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s %2$s eklentisinin %1$s ile uyumsuz bir sürümünü kullandığınızı tespit etti. Lütfen %2$s eklentisini güncelleyin."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast eklentileri sitenizi daha hızlı kılmak için birbirleri arasında bazı kodları paylaşırlar. Bunun sonucu olarak tüm Yoast eklentilerinizin güncel olması gereklidir. Fark ettik ki bazı eklentiler güncel değil, lütfen tüm Yoast eklentilerini güncelleyin."],"Feature phone":["Özellikli telefon"],"Smartphone":["Akıllı telefon"],"Desktop":["Masaüstü"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Hedef adres mevcut değil ama sunucunuz bir 404 (bulunamadı) hatası dönmüyor."],"Soft 404":["Hafif 404"],"Request timed out or site is blocking Google.":["İstek zaman aşımına uğradı ya da Google engelleniyor."],"Server Error":["Sunucu hatası"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot sitenize ulaşabiliyor fakat bazı adresler %1$s dosyasında Googlebot için engellenmiş. Bu engelleme tüm Googlebotlar için ya da özellikle Googlebot-mobiller için olabilir."],"Blocked":["Engellenmiş"],"Google was unable to crawl this URL due to an undetermined issue.":["Bilinmeyen bir problemden ötürü Google bu adresi tarayamadı."],"URL points to a non-existent page.":["Adres var olmayan bir sayfayı gösteriyor."],"Not found":["Bulunamadı"],"Not followed":["Takip edilmedi"],"Faulty redirects":["Hatalı yönlendirmeler"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Sunucu doğrulama gerektiriyor ya da Googlebot erişimi engelleniyor."],"Access denied":["Erişim reddedildi"],"Deactivate %s":["Devre dışı bırak: %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s eklentisi %2$s eklentisi ile beraber kullanıldığında problem çıkartabiliyor."],"Upload Image":["Görsel yükle"],"Remove these ads?":["Reklamları kaldırmak ister misin?"],"%s Posts Overview":["%s yazıya genel bakış"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Bağlantı haritası başlığı, bu sınıflandırmanın ortaya çıktığı bağlantı haritalarında kullanılır."],"Breadcrumbs title":[""],"The canonical link is shown on the archive page for this term.":["Aynı bağlantı bu terim için arşiv sayfasında gösterilir."],"Facebook App ID":["Facebook uygulama no"],"Pinterest":["Pinterest"],"Other":["Diğer"],"Archives":["Arşivler"],"Email":["E-posta"],"Close":["Kapat"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Resim"],"%s Description":["%s Açıklama"],"%s Title":["%s Başlık"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["%1$s için önerilen görsel boyutu %2$spx."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Eğer %s üzerinde paylaşım yaparken meta açıklaması kullanmayıp farklı bir açıklama girmek isterseniz, buraya yazabilirsiniz."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Eğer yazıyı %s üzerinde paylaşırken bu yazı başlığını kullanmak istemiyorsanız, istediğiniz yeni başlığı buraya yazabilirsiniz."],"very difficult":["çok zor"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["zor"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["oldukça zor"],"OK":["Tamam"],"fairly easy":["oldukça kolay"],"easy":["kolay"],"very easy":["çok kolay"],"Meta Desc.":["Meta Açık."],"All SEO Scores":["Tüm SEO puanları"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO sorunu: Öne çıkarılan görsel en az 200x200 piksel boyutlarında olmalıdır. Facebook ve diğer sosyal medya siteleri tarafından kullanılacaktır."],"(no parent)":["(ebeveyn yok)"],"Post is set to noindex.":["Yazı indekslenmesin olarak ayarlanmış."],"The URL that this page should redirect to.":["Bu sayfanın yönlenmesi gereken adres."],"301 Redirect":["301 yönlendirme"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["Aynı adres"],"Title to use for this page in breadcrumb paths":["Dolaşım yollarında bu sayfa için kullanılacak başlık"],"Breadcrumbs Title":["Dolaşım menüsü başlığı"],"No Snippet":["Kod parçacığı yok"],"No Archive":["Arşiv yok"],"No Image Index":["Görsel indeksi yok"],"None":["Hiç biri"],"Site-wide default: %s":["Site genelinde varsayılan: %s"],"Advanced meta robots settings for this page.":["Bu sayfa için gelişmiş meta robots ayarları."],"Meta robots advanced":["Meta robots gelişmiş"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Uyarı: meta robot ayarlarını burada girebiliyor olsanız da, sitenin genel ayarlarında bu site indekslenmesin diye ayarlanmış. Yani robot ayarlarının bir etkisi olmayacaktır."],"Meta description":["Meta açıklaması"],"SEO Title":["SEO başlığı"],"Focus keyword":["Odak anahtar kelime"],"Snippet preview":["Kod parçacığı ön izleme"],"Settings successfully imported.":["Ayarlar başarıyla içe aktarıldı."],"Settings could not be imported:":["Ayarlar içe aktarılamadı:"],"Error creating %1$s export: ":["%1$s dışarı aktarımı oluşturulurken hata:"],"Breadcrumb for 404 pages:":[""],"Prefix for search result pages:":["Arama sonuçları için ön ek:"],"Prefix for archive pages:":["Arşiv sayfaları için ön ek:"],"Prefix for breadcrumbs:":[""],"Anchor text for the homepage:":["Ana sayfa için bağlantı metni:"],"Breadcrumbs separator:":[""],"Remove blog page from breadcrumbs":[""],"%s Breadcrumbs":[""],"Use Image":["Resim kullan"],"Action":["Eylem"],"Page URL/Slug":["Sayfa adresi/kısa ismi"],"Publication date":["Yayın tarihi"],"Post Status":["Yazı durumu"],"WP Page Title":["WP sayfa başlığı"],"View":["Görüntüle"],"View “%s”":["Görüntüle “%s”"],"Preview":["Önizleme"],"Preview “%s”":["Önizleme “%s”"],"Edit":["Düzenle"],"Filter":["Filtre"],"New Yoast Meta Description":["Yeni Yoast meta açıklaması"],"Existing Yoast Meta Description":["Var olan Yoast meta açıklaması"],"Facebook profile URL":["Facebook profil adresi"],"Twitter username (without @)":["Twitter kullancı adı (@ işareti olmadan)"],"FAQ":["S.S.S."],"Premium Support":["Premium destek"],"Settings":["Ayarlar"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["%1$sOkuma Ayarları'na gidip%2$s Arama motoru görünürlüğü kutusundaki işareti kaldırmalısınız."],"Huge SEO Issue: You're blocking access to robots.":["Büyük SEO Sorunu: Robotların erişimini engelliyorsunuz."],"Posts":["Yazılar"],"Edit Files":["Dosyaları düzenle"],"Advanced Variables":["Gelişmiş değişkenler"],"Basic Variables":["Temel değişkenler"],"General":["Genel"],"Extensions":["Eklentiler"],"Search Console":["Arama konsolu"],"Tools":["Araçlar"],"Advanced":["Gelişmiş"],"XML sitemaps":["XML site haritaları"],"Social":["Sosyal"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s %3$s eklentisinin %2$s sürümünü kullandığınızı tespit etti. Lütfen uyumsuzluk problemlerinin önüne geçmek için son sürüme güncelleyin."],"Just another WordPress site":["Bir başka WordPress sitesi"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Hala varsayılan WordPress sloganını kullanıyorsunuz, bunun yerine sloganı boş bırakmanız muhtemelen daha iyi. %1$sÖzelleştirme sayfasından bunu düzeltebilirsiniz%2$s."],"You have used HTML in your value which is not allowed.":["Değerlerinizde kabul edilmeyen bir HTML kodu kullandınız"],"You can't edit %s that aren't yours.":["%s ögesini düzenleyemezsiniz çünkü sizin değil."],"You can't edit %s.":["Bunu düzenleyemezsiniz: %s."],"Post has an invalid Content Type: %s.":["Yazının geçersiz bir içerik türü var: %s."],"Post doesn't exist.":["Yazı bulunamadı."],"course\u0004Free:":["Ücretsiz:"],"posts\u0004Trash (%s)":["Çöp (%s)","Çöp (%s)"],"posts\u0004All (%s)":["Tümü (%s)","Tümü (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=2; plural=(n > 1);","lang":"tr"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":["Alınan iç bağlantılar"],"Outgoing internal links":["Giden İç Bağlantılar"],"New step added":["Yeni adım eklendi"],"New question added":["Yeni soru eklendi"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Yönlendirme oluşturabilmek ve bu sorunu düzeltebilmek için %1$s gerekir."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Bir yıllık destek ve güncelleme dahil olmak üzere eklentiyi %1$s üzerinden satın alabilirsiniz."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":["Anahtar Cümle"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":["Bağlantıları say"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["","%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d have alt attributes that reflect the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["","%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflect the topic of your copy. Good job!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":["Sayfa %s"],"Cannot get the size of %1$s because of unknown reasons.":["Bilinmeyen nedenlerden dolayı %1$s boyutunu alamıyor."],"Cannot get the size of %1$s because it is hosted externally.":["%1$s boyutuna alınamıyor, çünkü harici olarak barındırılıyor."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["Daha iyi bir analiz alın"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":["Facebook ve Pinterest üzerine paylaşımları geliştirin"],"You do not have the required rights to export settings.":["Ayarları dışa aktarmak için gerekli haklara sahip değilsiniz."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":["Hiçbir ayar bulunamadı."],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Ayarların içe aktarılması sadece PHP 5.3 veya daha yüksek sürümleri çalıştıran sunucularda desteklenir."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d times. This is great!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["","%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d times. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!"],"Indexable created for object %1$s with type %2$s":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":["UYARI:"],"Learn about why permalinks are important for SEO.":[""],"Google Ads":["Google Reklamları"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":["Görseli kaldır"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":["%s yükseltme teklifini kapat"],"Upgrade to %s":["%s versiyona yükselt"],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["","%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["","This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["","%2$sText length%4$s: The text contains %1$d words."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["","%2$sText length%3$s: The text contains %1$d words. Good job!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["","%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s."],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["","%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["","%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":["İyi iş!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["Odak anahtar kelime"],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":[""],"Allow Control":["Kontrole İzin Ver"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":["Anahtar kelime:"],"Remove keyphrase":["Anahtar kelimeyi kaldır"],"This feature has been disabled by the network admin.":["Bu özellik ağ yöneticisi tarafından devre dışı bırakıldı."],"Focus keyphrase not set.":["Odak anahtar kelime ayarlanmadı."],"Multiple keyphrases":["Birden fazla anahtar kelimeler"],"Colon":["Kolon"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Hem %1$s hem de %2$s sitenizin SEO sunu yönetir. Aynı anda iki SEO eklentisini çalıştırmak zararlı olur."],"There is a new notification.":["Yeni bir bildirim var.","Yeni bildirimler var."],"Learn more about the readability analysis":["Okunabilirlik analizi hakkında daha fazlasını öğrenin"],"Describe the duration of the instruction:":["Talimatın süresini tanımlayın:"],"Optional. Customize how you want to describe the duration of the instruction":["İsteğe bağlı. Talimatın süresini nasıl tanımlamak istediğinizi özelleştirin"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":[""],"%s and %s":["%s ve %s"],"%d minute":["%d dakika","%d dakika"],"%d hour":["%d saat","%d saat"],"%d day":["%d gün","%d gün"],"Enter a step title":["Bir adım başlığı girin"],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":["dakika"],"hours":["saat"],"days":["gün"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":["Kopyalama hatası"],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":["%1$s Yapısal Veri Blokları"],"Time needed:":["Gerekli süre:"],"Move question down":["Soruyu aşağı taşı"],"Move question up":["Soruyu yukarı taşı"],"Insert question":["Soru ekle"],"Delete question":["Soruyu sil"],"Enter the answer to the question":["Sorunun cevabını girin"],"Enter a question":["Bir soru girin"],"Add question":["Soru ekle"],"Frequently Asked Questions":["Sık Sorulan Sorular"],"Great news: you can, with %s!":[""],"Select the primary %s":["Birincili seçin %s"],"Check links to this URL":["Bu URL'ye olan bağlantıları kontrol et"],"Keyword research training":["Anahtar kelime araştırma eğitimi"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["","Please check the %1$sarchive templates%2$s for the following content types: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":["Köşetaşı içerik olarak işaretle"],"Move step down":["Adımı aşağı taşı"],"Move step up":["Adımı yukarı taşı"],"Insert step":["Adım ekle"],"Delete step":["Adımı sil"],"Add image":["Görsel ekle"],"Enter a step description":["Adım açıklaması yaz"],"Enter a description":["Bir açıklama girin"],"Unordered list":["Sırasız liste"],"Showing step items as an ordered list.":["Adım öğeleri sıralı liste olarak gösteriliyor"],"Showing step items as an unordered list":["Adım öğeleri sırasız liste olarak gösteriliyor"],"Add step":["Adım ekle"],"Delete total time":["Toplam zamanı sil"],"Add total time":["Toplam süre ekle"],"How to":["Nasıl yapılır"],"How-to":["Nasıl-yapılır"],"Snippet Preview":["Snippet Önizlemesi"],"Analysis results":["Analiz sonuçları"],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":["Köşetaşı içeriği hakkında daha fazla bilgi edinin."],"Cornerstone content should be the most important and extensive articles on your site.":["Köşetaşı içeriği sitenizdeki en önemli ve kapsamlı makaleler olması gerekir."],"Restore Site":["Siteyi Geri Yükle"],"Network Settings":["Ağ Ayarları"],"You are not allowed to perform this action.":["Bu eylemi gerçekleştirme izniniz yok."],"Error: %s":["Hata: %s"],"Success: %s":["Başarı: %s"],"Site with ID %d not found.":["%d Kimliğine sahip site bulunamadı."],"No site has been selected to restore.":["Geri yüklemek için hiçbir site seçilmedi."],"You are not allowed to modify unregistered network settings.":["Kayıtlı olmayan ağ ayarlarını değiştiremezsiniz."],"deleted":["silindi"],"Would you like to add another keyphrase?":[""],"image preview":["görsel önizlemesi"],"Copied!":["Kopyalandı!"],"Not supported!":["Desteklenmiyor!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Dahili bağlantının SEO'nuzu iyileştirmeye nasıl yardımcı olabileceği hakkında daha fazla bilgi edinmek için {{a}}site yapısıyla ilgili makalemizi{{/}} okuyun."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Biraz daha fazla yazı ekledikten sonra, yazınınıza bağlayabileceğiniz alakalı bir içerik listesi vereceğiz."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Bu {{a}}köşe yazılarına{{/a}} bağlantı vermeyi düşünün:"],"Consider linking to these articles:":["Bu makalelere bağlantı vermeyi düşünün:"],"Copy link":["Linki kopyala"],"Copy link to suggested article: %s":["Önerilen makelenin bağlanısını kopyala: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":["Önemli kelimeler"],"The site's tagline":["Sitenin sloganı"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Yakın zamanda Arama Görünümü ayarlarının işlevselliğini geliştirdik. Maalesef, bazı durumlarda, belirli posta türü arşivleri için ayarların kaydedilmesinin yanlış olabileceğini keşfettik."],"Not all required fields are given. Missing field %1$s":["Gerekli tüm alanlar verilmemiş. Eksik alan %1$s"],"Optimize your site for Google News.":["Sitenizi Google Haberler için optimize edin."],"Optimize your shop's SEO and sell more products!":["Mağazanızın SEO'sunu optimize ederek daha fazla ürün satın!"],"Be found in Google Video search and enhance your video sharing on social media.":["Google Video aramalarında bulunur olun ve sosyal medyada video paylaşımlarınızı artırın."],"Be found in Google Maps and local results.":["Google Haritalar ve yerel sonuçlarda bulunur olun."],"Learn practical SEO skills to rank higher in Google.":["Google'da daha üst sıralarda yer almak için pratik SEO becerileri öğrenin."],"Don’t waste time figuring out the best settings yourself.":["En iyi ayarları kendiniz belirleyerek vakit kaybetmeyin."],"Get quick wins to make your site rank higher in search engines.":["Sitenizi arama motorlarında daha yüksek sıralamak için hızlı kazançlar elde edin."],"Add synonyms":["Eş anlamlı kelimeler ekle"],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["WooCommerce ayarlarında Mağaza sayfasını düzenlemediniz. Öncelikle bu işlemi bitirmelisiniz."],"Current year":["Mevcut yıl"],"Page":["Sayfa"],"Breadcrumb settings for %s archive":["%s arşivi için bağlantı haritası ayarları"],"Something went wrong. Please reload the page.":["Bir şeyler yanlış gitti. Lütfen sayfayı yenileyin"],"Tagline":["Slogan"],"Modify your meta description by editing it right here":["Meta açıklamasını burayı düzenleyerek güncelleyebilirsiniz"],"description (custom taxonomy)":["açıklama (özel taksonomi)"],"(custom taxonomy)":["(özel taksonomi)"],"(custom field)":["(özel alan)"],"Term404":["Term404"],"Caption":["Altyazı"],"Pagenumber":["Sayfanumarası"],"Pagetotal":["Sayfatoplamı"],"Page number":["Sayfa numarası"],"User description":["Kullanıcı açıklaması"],"ID":["ID"],"Modified":["Değiştirilmiş"],"Post type (plural)":["Yazı türü (çoğul)"],"Post type (singular)":["Yazı tipi (tekil)"],"Separator":["Ayırıcı"],"Search phrase":["Arama ifadesi"],"Term title":["Terim başlığı"],"Term description":["Terim açıklaması"],"Tag description":["Etiket açıklaması"],"Category description":["Kategori açıklaması"],"Primary category":["Birincil kategori"],"Category":["Kategori"],"Tag":["Etiket"],"Excerpt only":["Sadece alıntı"],"Excerpt":["Alıntı"],"Site title":["Site başlığı"],"Archive title":["Arşiv başlığı"],"Parent title":["Ana başlık"],"Date":["Tarih"],"Label":["Etiket"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Ziyaretçilerinizin artık çalışmayan bir URL’ye tıkladıklarında, 404 hatası almamasını sağlamak için bir yönlendirme oluşturmalısınız."],"Search engines and other websites can still send traffic to your deleted post.":["Arama motorları ve diğer web siteleri, silinmiş yazınıza hala trafik gönderebilir."],"Make sure you don't miss out on traffic!":["Trafiği kaçırmadığınızdan emin olun!"],"You just deleted a %1$s.":["Bir %1$s sildiniz."],"You just trashed a %1$s.":["Bir %1$s sildiniz."],"Settings for %s archive":["%s arşivi için ayarlar"],"Settings for single %s URLs":["%s URL'leri için ayarlar"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Bu sayfadaki ayarlar, sahip olduğunuz her türlü içerik için varsayılan arama görünümünün ne olacağını belirtmenize izin verir. Arama sonuçlarında hangi içerik türlerinin görüneceğini ve bunların varsayılan açıklamasının ne olacağını seçebilirsiniz."],"Url preview":["Url önizlemesi"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Lütfen aşağıdaki snippet'i düzenleyerek bir meta açıklama sağlayın. Aksi takdirde, Google arama sonuçlarında gösterilmek üzere yayınınızın alakalı bir bölümünü bulmaya çalışır."],"Insert snippet variable":["Snippet değişkeni ekle"],"Dismiss this notice":["Bu bildirimi yoksay"],"No results":["Sonuç yok"],"%d result found, use up and down arrow keys to navigate":["%d sonuç bulundu, gezinmek için yukarı ve aşağı ok tuşlarını kullanın","%d sonuç bulundu, gezinmek için yukarı ve aşağı ok tuşlarını kullanın"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Sitenizin dili %s olarak ayarlanmıştır. Dil tercihi doğru değilse lütfen site yöneticinizle temasa geçin."],"Number of results found: %d":["%d sonuç bulundu"],"Note that not all variables can be used in every field.":["Tüm değişkenlerin her alanda kullanılamayacağını unutmayın."],"Snippet variables":["Snippet değişkenleri"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s gizllik haklarınıza saygı gösterir. Kişisel bilgi politikamızı öğrenmek için lütfen %2$sgizlilik politikasını%3$s okuyun."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Bunun ne anlama geldiğini biliyorsanız ve bu mesajı artık görmek istemiyorsanız, %1$sbu mesajı kapatabilirsiniz%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":[""],"Unknown type %1$s":["Bilinmeyen tür %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Yeni başlayanlar için ücretsiz SEO Kursuna erişim için ücretsiz MyYoast hesabı içerir!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":[""],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["%1$sBaidu Web Yöneticisi Araçları%2$s'ndan Baidu doğrulama kodunuzu alın."],"Baidu verification code":["Baidu doğrulama kodu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["%s içe aktarıcı işlevi geçici veri tabanı tablolarını kullanır. Görünüşe göre WordPress kurulumunuz bu erişime sahip değil, lütfen barındırma (hosting) sağlayıcınızla iletişime geçin. "],"Cleanup of %s data failed.":["%s verisinin temizlenmesi başarısız oldu."],"Content Type":["İçerik türü"],"Filter by content type":["İçerik türüne göre filtrele"],"Show All Content Types":["Tüm İçerik Türlerini Göster"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":["Wordpress arşiv tarafından oluşturulan başlık, standart başlık ile değiştirilmiştir."],"Clean":["Temizle"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Sitenizden emin olduktan sonra silebilirsiniz. Bu işlem bütün orjinal verileri silecektir."],"Step 5: Clean up":["5. Adım: Temizlik"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":[""],"Step 4: Run the configuration wizard":["4. Adım: Yapılandırma sihirbazını çalıştır"],"Please check your posts and pages and see if the metadata was successfully imported.":["Meta verilerin başarıyla aktarıldığını görmek için, lütfen yazılarınızı ve sayfalarınızı kontrol edin."],"Step 3: Check your data":["3. Adım: Verileri kontrol edin"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["2. Adım: İçe aktar"],"Please make a backup of your database before starting this process.":["Lütfen bu işleme başlamadan önce veritabanınızın yedeğini alın."],"Step 1: Create a backup":["1. Adım: Yedek alın"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Sitenizdeki bir veya daha fazla SEO eklentisinden veri tespit ettik. Bu verileri içe aktarmak için lütfen aşağıdaki adımları izleyin:"],"Plugin: ":["Eklenti:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Arama sonuçlarında görünmemesi gereken postlar"],"%s data found.":["%s veri bulundu."],"%s data successfully removed.":["%s veri başarıyla kaldırıldı."],"%s data successfully imported.":["%s veri başarıyla içe aktarıldı."],"%s data not found.":["%s veri bulunamadı."],"Improve your SEO skills":["SEO becerinizi geliştirin"],"24/7 email support":["7/24 e-posta desteği"],"No more dead links a.k.a. 404 pages":["Artık ölü bağlantı yok diğer adıyla 404 sayfaları"],"Get real-time suggestions for internal links":["İç bağlantılar için gerçek zamanlı öneriler alın"],"Preview your page in Facebook and Twitter":["Sayfanızı Facebook ve Twitter'da önizleyin"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":["Ana meta açıklamasını kopyalamaya yardımcı olun"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Arama motorlarının hangi sosyal profillerin bu site ile bağlantılı olduğunu anlayabilmeleri için, sitenizin sosyal profillerini aşağıdaki alana giriniz"],"Learn more about your social profiles settings":["Sosyal profil ayarlarınız hakkında daha fazla bilgi edinin"],"Remove the categories prefix":["Kategori önekini kaldır"],"Help on the category prefix setting":["Kategori öneki ayarında yardımcı olun"],"Learn more about the available variables":["Kullanılabilir değişkenler hakkında daha fazla bilgi alın"],"Learn more about the RSS feed setting":["RSS besleme hakkında daha fazla bilgi edinin"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Medyayı (örneğin bir resim veya video) WordPress'e yüklediğinizde, yalnızca medyayı kaydetmez, bunun için ek bir URL oluşturur. Bu ek sayfalar oldukça boştur. Medya öğesini ve eğer girdiyseniz bir başlık içerebilirler. Bu nedenle, bu ek URL'leri hiç kullanmazsanız, bunları devre dışı bırakmak ve bunları medya öğesinin kendisine yönlendirmek daha iyidir."],"Learn more about the Media and attachment URLs setting":["Ortam ve ek dosya linki ayarları hakkında daha fazla bilgi alın"],"Learn more about the title separator setting":["Başlık ayırıcı ayarı hakkında daha fazla bilgi edinin."],"Learn more about the knowledge graph setting":["Bilgi grafiği ayarı hakkında daha fazla bilgi edinin"],"Learn more about the homepage setting":["Anasayfa ayarları hakkında daha fazla bilgi alın"],"Learn more about the special pages setting":["Özel sayfa ayarları hakkında daha fazla bilgi alın"],"Help on the date archives search results setting":["Tarih arşivleri arama sonuçları hakkında yardım alın"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":["Hiç içeriği olmayan yazarların arşiv sayfalarının arama sonuçları ayarlarında yardımcı olun"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":["Yazar arşivleri arama sonuçları ayarında yardımcı olun"],"Archives settings help":["Arşiv ayarları yardımı"],"Learn more about the archives setting":["Arşiv ayarları hakkında daha fazla bilgi edinin"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Yandex doğrulama kodunu %1$sYandex Webmaster Araçları%2$s üzerinden edinin."],"Yandex verification code":["Yandex doğrulama kodu"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Google doğrulama kodunu %1$sGoogle Arama Konsolu%2$s üzerinden edinin."],"Google verification code":["Google doğrulama kodu"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Bing doğrulama kodunu %1$sBing Webmaster Araçları%2$s üzerinden edinin."],"Bing verification code":["Bing doğrulama kodu"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["Webmaster Araçları doğrulaması hakkında daha fazla bilgi edinin"],"On":["Açık"],"Help on: %s":["%s için yardımcı olun"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":["Kapalı"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":["Güvenlik: yazarlar için gelişmiş ayarları gizle"],"See who contributed to %1$s.":["%1$s için katkıda bulunanları görün."],"Help on this search results setting":["Arama sonuçları ayarında yardımcı olun"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":["%s arama sonuçlarında gösterilsin mi?"],"this author's archives":["bu yazarın arşivleri"],"Do not allow search engines to show %s in search results.":["Arama motorlarının %s sayfasını arama sonuçlarında göstermesine izin verme."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Wordpress'te Kategorileri URLleri çoğunlukla %s şeklinde bir ön ek içerir. Bu seçenek yalnızca kategoriler için bu ön eki kaldırmaya yarar."],"Category URLs":[""],"the archive for %s":["%s arşivi"],"Redirect attachment URLs to the attachment itself?":["Ek dosya URL'lerini ek dosyanın kendisine yönlendiriyor musunuz?"],"We recommend you set this to Yes.":["Evet olarak ayarlamanızı öneriyoruz."],"Media & attachment URLs":["Medya & ek dosya URLleri"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Bu ayar ana sayfanızın arama motorlarında nasıl görüneceğini belirlemenizi sağlar. Genellikle markanızı direkt olarak aradıklarında bu sonucu görürler."],"date archives":["tarih arşivleri"],"archives for authors without posts":["hiç içeriği olmayan yazarlar için arşivler"],"Read why XML Sitemaps are important for your site.":["XML site haritalarının siteniz için neden önemli olduğunu öğrenin."],"Enable the XML sitemaps that %s generates.":["%s tarafından oluşturulan XML site haritalarını etkinleştirin."],"See the XML sitemap.":["XML site haritanızı görüntüleyin."],"%2$s (current default for %1$s)":[""],"Media":["Ortam"],"Content Types":["İçerik Türleri"],"Should search engines follow links on this %1$s?":["Arama motorları bu %1$s içindeki linkleri takip etsin mi?"],"Allow search engines to show this %s in search results?":["Arama motorlarının bu %s sayfasını arama sonuçlarında göstermesini istiyor musunuz?"],"Search Appearance":["Arama Görünürlüğü"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":["Arama motoru görünürlüğü"],"Toggle %1$s's XML Sitemap":["%1$s'nun XML Site Haritasını Değiştir"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Burada oluşturduğunuz destek talepleri doğrudan bizim, 256bit SSL ile korunan destek sistemimize gönderilir. Yani iletişim %100 güvenlidir."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Köşetaşı içeriği özelliği, sitenizdeki köşetaşı içerikleri işaretlemenizi ve filtrelemenizi sağlar."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Videolarımızla ya da bilgi merkezimizle probleminizi çözemiyorsanız destek ekibimize mesaj gönderebilirsiniz. Destek ekibi 7/24 ulaşılabilir durumdadır."],"Search result":["Arama sonuçları"],"Good results":["İyi sonuçlar"],"Get better search results in local search":["Yerel aramalarda daha iyi sonuçlar elde edin"],"Allow customers to pick up their %s order locally":["Müşterilerin %s siparişlerini yerel olarak almalarına izin ver"],"SEO analysis":["SEO analizi"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO analizi, metninizin SEO uyumunu iyileştirmek için öneriler sunar."],"Learn how the SEO analysis can help you rank.":["SEO analizinin size nasıl yardımcı olabileceğini öğrenin."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Okunabilirlik analizi, metninizi yapısal ve biçimsel olarak geliştirecek öneriler sunar."],"Discover why readability is important for SEO.":["Okunabilirliğin SEO için neden önemli olduğunu keşfedin."],"Find out how cornerstone content can help you improve your site structure.":["Köşetaşı içeriğin site yapınızı nasıl iyileştirebileceğini keşfedin."],"The text link counter helps you improve your site structure.":["Yazı bağlantı sayacı, site yapısını iyileştirmeye yardımcı olur."],"Find out how the text link counter can enhance your SEO.":["Yazı bağlantı sayacının SEO'yu nasıl geliştirebileceğini keşfedin."],"%s integration":["%s entegrasyonu"],"Read more about how %s works.":["%s nasıl çalışıyor? Daha fazla bilgi edinin."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Sitenizden bir bağlantı paylaşıldığında Facebook'un ve diğer sosyal medya ortamlarında ön izleme görseli ve metin alıntısı eklemesini istiyorsanız bu özelliği etkinleştirin."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Sitenizden bir bağlantı paylaşıldığında Twitter'ın ön izleme görseli ve metin alıntısı eklemesini istiyorsanız bu özelliği etkinleştirin."],"Find out why you should upgrade to %s":["Neden %s ürününe yükseltmeniz gerektiğini öğrenin"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["%1$s'daki son gönderiler"],"Need help?":["Yardıma ihtiyacınız var mı?"],"Type here to search...":["Aramak için buraya yazın..."],"Search the Yoast Knowledge Base for answers to your questions:":["Sorularınıza cevap bulmak için Yoast Bilgi Tabanında arama yapın:"],"Remove highlight from the text":["Metinden vurguyu kaldır"],"Your site language is set to %s. ":["Sitenin dili %s olarak ayarlandı."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["%1$s %2$syapılandırma sihirbazı%3$s ile hızlı bir şekilde başlayın!"],"First-time SEO configuration":["İlk SEO yapılandırması"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Site diliniz {language} olarak ayarlandı. Bu doğru değilse, site yöneticinize başvurun."],"Your site language is set to {language}.":["Site diliniz {language} olarak ayarlandı."],"Highlight this result in the text":["Bu sonucu metin içinde vurgulayın"],"Considerations":["Dikkate alınmalılar"],"Errors":["Hatalar"],"Change language":["Dil değiştir"],"You cannot create a %s file.":["%s dosyası oluşturamazsınız."],"You cannot edit the %s file.":[" %s dosyasını düzenleyemezsiniz."],"Updated %s":["%s dosyası güncellendi"],"Create %s file":["%s dosyası oluştur"],"Edit the content of your %s:":["%s dosyanızın içeriğini düzenleyin:"],"Save changes to %s":["Değişiklikleri %s dosyasına kaydet"],"%s file":["%s dosyası"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":[""],"More information":["Daha fazla bilgi"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s ve %2$s bir yardımcı eklenti ekleyerek birlikte daha iyi çalışabilir. Hayatınızı daha iyi hale getirmek için lütfen %3$s yükleyin."],"More information about %1$s":["%1$s hakkında daha fazla bilgi"],"Configuration Wizard":["Yapılandırma Sihirbazı"],"You've done it!":["Başardın!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["İçerik analizi için %2$s eklentisini %1$s ile sorunsuz bir şekilde entegre edin!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s ve %2$s, bir yardımcı eklenti ekleyerek birlikte daha iyi çalışabilir. Hayatınızı daha iyi hale getirmek için lütfen %3$s yükleyin."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":[""],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Site yapınızı geliştirmek için en önemli %1$s sayfalarını 'köşetaşı içerik' olarak işaretleyin. %2$sKöşetaşı içerikleri hakkında daha fazla bilgi alın%3$s."],"Loading help center.":["Yardım merkezi yükleniyor."],"Get support":["Destek Al"],"View in KB":["Bilgi bankasında gör"],"Go back":["Geri git"],"Go back to the search results":["Arama sonuçlarına geri dön"],"(Opens in a new browser tab)":["(Yeni sekmede açılır)"],"Posts %1$swithout%2$s a focus keyphrase":[""],"Hey, your SEO is doing pretty well! Check out the stats:":["Hey, SEO çalışmanız gayet iyi gidiyor! İstatistiklerinize göz atın:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Yayınlanmış makaleniz yok, ilk yayınınızı yaptıktan sonra SEO puanlarınız burada görünecek!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["Başka bir şey"],"A portfolio":["Portfolyo"],"A corporation":["Bir şirket"],"A small offline business":["Küçük bir çevrimdışı işletme"],"A news channel":["Bir haber kanalı"],"An online shop":["Bir online mağaza"],"A blog":["Bir blog"],"What does the site %1$s represent?":["%1$s sitesi neyi temsil ediyor?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["Seçenek B: Sitem yapım aşamasında ve indekslenmemeli"],"Option A: My site is live and ready to be indexed":["Seçenek A: Sitem yayında ve indekslenmeye hazır"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["Lütfen sitenizin yapım aşamasında veya etkin durumda olup olmadığını belirtin."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["SEO blogumuzdan buna benzer içerikleri oku"],"Readability: %s":[""],"Not activated":["Etkinleştirilmedi"],"Activated":["Etkinleştirildi"],"%1$s recommendations for you":["Senin için %1$s tavsiyeleri"],"All Readability Scores":["Tüm okunabilirlik puanları"],"Filter by Readability Score":["Okunabilirlik puanlarını filtrele"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":[""],"Request method %1$s is not valid.":["%1$s olan talep metodu geçerli değil."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["İnsanlar bu yazıyı %1$s'da paylaştıklarında nasıl göründüğünü görmek ister misiniz? %2$s ile bunu gerçekleştirebilirsiniz."],"Good job! All the links in your texts have been counted.":["İyi iş! Yazılarındaki tüm bağlantılar sayıldı."],"Calculation completed.":["Hesaplama tamamlandı."],"Calculation in progress...":["Hesaplama devam ediyor..."],"Stop counting":["Saymayı durdur "],"Counting links in your texts":["Yazılarınızdaki bağlantılar sayılıyor"],"Text %1$s of %2$s processed.":["%2$s metinden %1$s adedi işlendi."],"All your texts are already counted, there is no need to count them again.":["Tüm yazıların sayıldı, tekrar saymaya gerek yok."],"Count links in your texts":["Yazılarındaki bağlantıları say"],"Text link counter":["Metin bağlantısı sayacı"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Bu yazıya bağlantı veren bağlantı sayısı. Daha fazla bilgi için yardım sekmesindeki \"Yoast Sütunlar\" metnine bakın."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s bu sayfaya birkaç sütun eklemektedir. %2$sAMO skorunu ve Okunabilirlik skorunu nasıl kullanabileceğiniz%3$s ile ilgili bir makale yazdık. Bağlantılar sütunları bu sitedeki kaç tane makalenin bu %5$smakaleye%6$s ve bu %5$smakaleden%6$s kaç tane web adresine bağlantı verildiğini gösterir. %4$sBu özellikleri kullanarak dahili bağlantılarınızı nasıl iyileştirebileceğinizi%3$s öğrenin. Bu özelliğin AMO çalışmalarınız üzerinde son derecede olumlu etkileri vardır."],"%s Columns":["%s sütunlar"],"Readability score":["Okunabilirlik puanı"],"Other benefits of %s for you:":["%s'nun sizin için diğer faydaları:"],"Scroll to see the preview content.":["İçeriği ön izlemek için kaydırın"],"Cornerstone content":["Köşe taşı içeriği"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":[""],"Attract more customers near you":["Daha fazla yakınınızdaki müşterileri çekin"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":[""],"Get the most out of %1$s with the %2$s":["%2$s ile %1$s'dan en iyi şekilde yararlanın."],"Upgrade to Premium":["Premiuma yükselt"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["%s ile rekabette önde olun."],"You might like":["Bunu beğenebilirsiniz"],"Newsletter":["Haber bülteni"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Bu sihirbazı henüz tamamlamadığınızı tespit ettik, bu yüzden yapılandırmak için size %2$s%1$s yapılandırma sihirbazını başlatmayı%3$s öneririz."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Yapılandırma sihirbazı web sitenizde ideal SEO ayarlarını kolayca ayarlamanıza yardımcı olur."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Premium olun ve eklentinin kurulumu ve kullanımı hakkındaki sorunlarınız için uzmanlarımız sizi bekliyor olacaklar."],"Superfast internal linking suggestions":["Süper hızlı dahili bağlantı önerileri"],"Great news: you can, with %1$s!":["Harika haber: %1$s ile yapabilirsiniz!"],"Save changes":["Değişiklikleri kaydet"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Eklentilerden %2$s, sitenizin çıktısını değiştirerek, gizleme olarak adlandırılan bir işlem ile arama motorlarının gördüğü hali ve sıradan kullanıcıların gördüğü hali arasında fark yaratıyor. Bu eklentiyi kesinlikle etkisizleştirmenizi öneriyoruz."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sSosyal medya önizlemesi%2$s: Facebook ve Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sDaha fazla ölü bağlantı%2$s yok: kolay yönlendirme yöneticisi"],"No ads!":["Reklamsız!"],"Facebook & Twitter":["Facebook ve Twitter"],"Social media preview":["Sosyal medya önizleme"],"Easy redirect manager":["Kolay yönlendirme yöneticisi"],"No more dead links":["Daha fazla ölü bağlantı yok"],"Increase your SEO reach":["SEO erişiminizi artırın"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Harika içerikler oluşturma konusunda daha fazla yardım istiyorsanız, %2$sSEO metin yazarlığı kursumuza%3$s göz atın. Eklentinin özellikleri hakkında her şeyi öğrenmek ister misiniz, bizim %1$s yapmayı düşünün!"],"Variable":["Değişken"],"Available variables":["Kullanılabilinir değişkenler"],"Scroll to see the table content.":["Tablo içeriğini görmek için kaydırın."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Yardıma ihtiyacınız olursa, %1$ssitenizi Google Arama Konsolu'na nasıl bağlayacağınızla ilgili makalemize%2$s bakın."],"An error occurred in the '%1$s' assessment":["‘%1$s’ değerlendirmesi sırasında bir hata oluştu."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["Kullandığınız kelimelerin %1$s kadarı %2$s%3$s heceden fazla%4$s, ki bu da önerilen %5$s hece sayısını aşıyor."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["Kullandığınız kelimelerin %1$s kadarı %2$s%3$s heceden fazla%4$s, ki bu da önerilen %5$s hece sayısına eşit ya da daha az."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["","This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Meta açıklamasında %1$d cümle %2$s%3$s kelimeden fazla%4$s. Bu cümleyi kısaltmaya çalışın.","Meta açıklamasında %1$d cümle %2$s%3$s kelimeden fazla%4$s. Bu cümleleri kısaltmaya çalışın."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Meta açıklaması %1$s%2$s kelimeden fazla%3$s cümle içermiyor."],"Step %1$d: %2$s":["Adım %1$d: %2$s"],"No new notifications.":["Yeni bildirim yok."],"Save all":["Hepsini kaydet"],"Save":["Kaydet"],"%1$s, Author at %2$s":["%1$s, %2$s sitesinin yazarı."],"Mobile preview":["Mobil ön izleme"],"Desktop preview":["Masaüstü ön izleme"],"Select redirect":["Yönlendirme seçin"],"Please provide an SEO title by editing the snippet below.":["Aşağıdaki kod parçacığını düzenleyerek bir SEO başlığı sağlayın."],"Meta description preview:":["Meta açıklaması önizlemesi:"],"Slug preview:":["Kısa isim önizlemesi:"],"SEO title preview:":["SEO başlığı önizleme:"],"Close snippet editor":[""],"Slug":["Kısa isim"],"Remove marks in the text":["Metindeki işaretleri kaldır"],"Mark this result in the text":["Bu sonucu metnin içinde işaretle"],"Marks are disabled in current view":["İşaretler bu görünüşte etkisizdir"],"Good SEO score":["İyi SEO puanı"],"OK SEO score":["Kabul edilebilir SEO puanı"],"Feedback":["Geri bildirim"],"ok":["tamam"],"Choose an image":["Bir resim seç"],"Remove the image":["Görseli kaldır"],"MailChimp signup failed:":["MailChimp üyeliği başarısız oldu:"],"Sign Up!":["Üye ol!"],"Name":["Adı"],"There is an error with the request.":["İstekle ilgili bir problem var."],"Select profile":["Profil seçin"],"Choose a profile":["Bir profil seçin"],"Authorization code":["Doğrulama kodu"],"Reauthenticate with Google":["Google ile yeniden doğrula"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["%s Google Arama Konsolu bilgisini alabilmek için Google Yetkilendirme Kodu'na ihtiyaç duyuyor. Aşağıdaki düğmeye tıklayınca yeni bir pencere açılacaktır."],"Please provide a meta description by editing the snippet below.":["Aşağıdaki kod parçacığını düzenleyerek bir meta açıklama sağlayın."],"Edit snippet":["Kod parçacığını düzenle"],"You can click on each element in the preview to jump to the Snippet Editor.":["Kırpıntı düzenleyiciye geçmek için önizleme alanındaki elemanlara tıklayabilirsiniz."],"SEO title preview":["SEO başlığı önizlemesi"],"Meta description preview":["Meta açıklaması önizlemesi"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Bu adım kaydedilirken bir hata meydana geldi, lütfen hangi adımdayken veya hangi değişiklikleri yapmaya çalışırken (varsa) anlatan {{link}}bir hata bildirimi yapın{{/link}}."],"Close the Wizard":["Sihirbazı kapat"],"Export settings":["Ayarları dışa aktar"],"%1$s video tutorial":["%1$s video eğitimi"],"%s › Configuration Wizard":["%s › Yapılandırma Sihirbazı"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Eğer sorunlarla karşılaşıyorsanız, %1$slütfen bir hata raporu doldurun%2$s. Size yardımcı olmak için elimizden geleni yapacağız."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["%1$s eklentisini bir süredir kullandığınızı fark ettik; umarız memnun kalmışsınızdır! Eğer bize %2$sWordPress.org sitesinde beş yıldız verirseniz%3$s çok memnun oluruz!"],"Date archives settings":["Tarih arşiv ayarları"],"Author archives settings":["Yazar arşivleri ayarları"],"%1$s by %2$s":["%2$s tarafından %1$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Dikkat: %s değişkeni bu temada kullanılamaz. Daha fazla bilgi için yardım merkezini ziyaret edin."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(başlıksız)"],"%s installation wizard":["%s yükleme sihirbazı"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":[""],"Admin bar menu":["Yönetim çubuğu menüsü"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Özellikler"],"SEO title":["SEO başlığı"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":[""],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":[""],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google arama sonuçlarında sitenizin ismini gösterecektir. Eğer değiştirmek isterseniz, buradan değiştirebilirsiniz."],"Greater than sign":["Büyüktür işareti"],"Less than sign":["Küçüktür işareti"],"Right angle quotation mark":["Sağ açılı tırnak işareti"],"Left angle quotation mark":["Sol açılı tırnak işareti"],"Small tilde":["Küçük yaklaşık işareti"],"Vertical bar":["Dikey çubuk"],"Low asterisk":["Küçük yıldız"],"Asterisk":["Yıldız"],"Bullet":["Madde"],"Middle dot":["Orta nokta"],"Em dash":["Uzun tire"],"En dash":["Kısa tire"],"Dash":["Tire"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Başlık ayracı olarak kullanmak istediğiniz sembolü seçin. Bu, örneğin, başlık ve site adınız arasında görüntülenecektir. Semboller, arama sonuçlarında görünecekleri boyutta gösterilir."],"The name of the person":["Kişinin ismi"],"No":["Hayır"],"Yes":["Evet"],"Does, or will, your site have multiple authors?":["Sitenizde birden çok yazar bulunuyor mu ya da bulunacak mı?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress, kitaplıktaki her ortam öğesi için otomatik olarak bir URL oluşturur. Bunu etkinleştirmek, Google'ın oluşturulan URL’yi dizine eklemesine izin verir."],"Success!":["Başarılı!"],"Title settings":["Başlık ayarları"],"Google Search Console":["Google Arama Konsolu"],"Multiple authors":["Çoklu yazarlar"],"Site type":["Site türü"],"Environment":["Ortam"],"Yoast option %1$s not found.":["Yoast %1$s seçeneği bulunamadı."],"Google Structured Data Test":["Google Yapılandırılmış Veri Testi"],"Posts list":["Yazı listesi"],"Posts list navigation":["Yazı listesi dolaşımı"],"Filter posts list":["Yazı listesini filtrele"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Arşivlerinize yönelik bağlantılar temanız tarafından kullanılmaya devam ediyor olabilir. Bu durumda onları ayrıca kaldırmanız gerekir."],"%1$s to optimize your site even further":["Sitenizi daha da fazla iyileştirmek için %1$s"],"%1$s extensions":["%1$s uzantıları"],"Comes with our 30-day no questions asked money back guarantee":["30 günlük soru sormadan para iadesi garantisi ile beraber gelir"],"More information %1$sabout %3$s%2$s":["Daha fazla bilgi için %1$s%3$s hakkında%2$s"],"Installed":["Yüklü"],"gain access to our 24/7 support team.":["7/24 destek ekibine erişim sağlayın."],"Premium support":["Premium desteği"],"check what your Facebook or Twitter post will look like.":["Facebook ya da Twitter paylaşımlarınızın nasıl görüntüleneceğini kontrol edin."],"Social previews":["Sosyal ön izlemeler"],"create and manage redirects from within your WordPress install.":["WordPress kurulumunuz içinde yönlendirme oluşturun ve yönlendirmeleri yönetin."],"Redirect manager":["Yönlendirme yöneticisi"],"%1$s, take your optimization to the next level!":["%1$s, optimizasyonu bir üst seviyeye taşır!"],"A seamless integration between %1$s and %2$s":["%1$s ve %2$s arasında sorunsuz entegrasyon"],"Use %1$s breadcrumbs instead of %2$s ones":["%2$s bağlantı haritaları yerine %1$s kullanın"],"Easily insert Google Maps, a store locator, opening hours and more":["Kolayca bir Google haritası, mağaza bulucu, açılış saatleri ve daha fazlasını ekleyin"],"Creates XML News Sitemaps":["XML haberler site haritası oluşturur"],"Immediately pings Google on the publication of a new post":["Anında Google'ı yeni yazı yayımlandığı hakkında bilgilendirir"],"Optimize your site for Google News":["Sitenizi Google News için optimize edin"],"Make videos responsive through enabling fitvids.js":["fitvids.js kullanarak videolarınızı duyarlı hale getirin"],"Enhance the experience of sharing posts with videos":["Video içeren yazıları paylaşma deneyimini iyileştirin"],"Show your videos in Google Videos":["Videolarınızı Google Videolar'da gösterin"],"Crawl issues list":["Tarama problemleri listesi"],"Crawl issues list navigation":["Tarama problemleri listesi dolaşımı"],"Edit “%s”":["“%s” Düzenle"],"Premium":["Premium"],"Google Trends":["Google Trends (eğilimler)"],"Notifications":["Bildirimler"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["SEO analizi etkisizleştir"],"Twitter settings":["Twitter ayarları"],"Pinterest settings":["Pinterest ayarları"],"Facebook settings":["Facebook ayarları"],"Title separator symbol":["Başlık ayırıcı simge"],"RSS feed settings":["RSS beslemesi ayarları"],"Breadcrumbs settings":["Bağlantı haritası ayarları"],"Make primary":["Birincil yap"],"Enter your Google Authorization Code and press the Authenticate button.":["Google yetkilendirme kodunuzu girin ve yetkilendir butonuna basın."],"Knowledge base article":["Bilgi bankası makalesi"],"Open the knowledge base article in a new window or read it in the iframe below":["Bilgi bölümünü yeni pencerede açabilir veya aşağıdaki yerleştirilmiş bölümden okuyabilirsiniz."],"Search results":["Arama sonuçları"],"%s notification":["%s bildirim","%s bildirim"],"Disable readability analysis":["Okunabilirlik analizini devre dışı bırak"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["Okunabilirlik analizi"],"Needs improvement":["Geliştirmeye açık"],"Readability":["Okunabilirlik"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":[""],"Improvements":["İyileştirmeler"],"Dismiss this item.":["Bu elemanı gizle."],"Good job! We could detect no serious SEO problems.":["İyi iş! Hiçbir ciddi SEO problemi tespit edemedik."],"We have detected the following issues that affect the SEO of your site.":["Sitenizin SEO'sunu etkileyen aşağıdaki sorunları tespit ettik."],"Problems":["Problemler"],"Analysis":["Analiz"],"Not available":["Uygun değil"],"Filter by SEO Score":["SEO puanına göre filtrele"],"Meta description not set.":["Meta açıklaması belirlenmemiş."],"Video tutorial":["Video öğretici"],"Email support is a %s feature":["E-posta ile destek bir %s özelliği"],"Knowledge base":["Bilgi bankası"],"Open":["Aç"],"Loading...":["Yükleniyor..."],"Something went wrong. Please try again later.":["Bir şeyler ters gitti. Lütfen daha sonra tekrar deneyin"],"No results found.":["Hiçbir sonuç bulunamadı."],"Dashboard":["Başlangıç"],"You can fix this on the %1$sPermalink settings page%2$s.":["Bunu %1$sKalıcı bağlantı ayarları sayfası%2$s üzerinde düzeltebilirsiniz."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Yorumları sayfalandırma etkinleştirilmiştir; bu 1000'de 999 durumda gerek duyulmayacak bir durumdur, etkisizleştirmenizi tavsiye ederiz."],"Replaced with the primary category of the post/page":["Yazı/sayfa ana kategorisi ile değiştirildi."],"Pinterest confirmation":["Pinterest onayı"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Halihazırda Pinterest için doğrulama yaptıysanız alttaki adımı atlayabilirsiniz."],"Format-based archives":["Biçim tabanlı arşivler"],"Webmaster Tools verification":["Web Yöneticisi Araçları doğrulaması"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Wordpress için %1$s eğitimini takip edin ve sertifikalı %1$s uzmanı olun!"],"Want to be a %s Expert?":["%s Uzmanı olmak ister misiniz?"],"Buy %s":["%s satın al"],"Show information about errors in category %s":[""],"New %1$s Title":["Yeni %1$s başlık"],"Existing %1$s Title":["Mevcut %1$s başlık"],"Expected an integer as input.":["Girdi olarak sayısal bir değer bekleniyor."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Güvenli bir site haritası bellek anahtarı yapılandırılmaya çalışılıyor, ama son ek ve ön ek kombinasyonu bunun için çok az alan bırakıyor. Muhtemelen belirlenen aralığın dışında bir sayfa istiyorsunuz."],"Remove":["Kaldır"],"Keep":["Tut"],"Bold the last page":["Son sayfayı kalın yap"],"Regular":["Normal"],"Bold":["Kalın"],"Show Blog page":["Blog sayfasını göster"],"Primary %s":["Birincil %s"],"Primary":["Birincil"],"Make %1$s primary %2$s":["%1$s için %2$s birincil yap"],"Term is set to noindex.":["Terim indekslenmesin olarak işaretli."],"Author archives":["Yazar arşivleri"],"Show":["Göster"],"Enabled":["Etkin"],"Disabled":["Etkisiz"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s, henüz %2$s üzerinden sitenizin indekslenebilme durumunu çekmedi"],"The separator defined in your theme's %s tag.":["Temanızın %s etiketinde tanımlanan ayraç."],"No index":["İndeks yok"],"Analyze entire site":["Tüm siteyi analiz et"],"Fetch the current status":["Güncel durumu kontrol et"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":[""],"Your homepage can be indexed by search engines.":["Ana sayfanız arama motorları tarafından indekslenebilir."],"Indexability check by %1$s":["%1$s tarafından indekslenebilme kontrolü"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Eğer %1$s için paylaşım görseli kullanmak istiyorsanız, resim yükleyebilir / seçebilir ya da görsel adresini ekleyebilirsiniz."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["%1$s üzerinde paylaşırken farklı bir meta açıklaması kullanmak istiyosanız, buraya yazabilirsiniz.."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Eğer bu yazıyı %1$s üzerinde farklı bir başlık ile paylaşmak istiyorsanız, yeni başlığı buraya yazınız. \t"],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sAna sayfanız arama motorları tarafından indekslenemiyor%2$s. Bu SEO için çok kötü bir durum ve mutlaka düzeltmelisiniz."],"Once Weekly":["Haftada bir"],"SEO score":["SEO puanı"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["%1$s / %2$s bitti."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["SEO puanı algoritmamızı güncelledik. %1$sBuraya tıklayarak%2$s tüm yazılar ve sayfaların SEO puanlarını yeniden hesaplatın."],"Team Yoast":["Yoast ekibi"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["WordPress için ilk gerçek hepsi bir arada AMO çözümü, sayfa üzerine içerik analizi, XML site haritaları ve çok daha fazlası."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Etkinleştirme başarısız:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Filtre eklentisi kullanılabilir değil. Servis sağlayıcınızdan etkinleştirmesini isteyin."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["%1$s eklentisinin kurulumu tamamlandı. Lütfen %2$syükleme kılavuzuna%3$s göz atın."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Standart PHP kütüphanesi (SPL) eklentisi kurulu gözükmüyor. Lütfen servis sağlayıcınızdan etkinleştirmelerini isteyin."],"SEO Settings":["SEO ayarları"],"Mobile-Friendly Test":["Mobil uyumluluk testi"],"Google Page Speed Test":["Google sayfa hız testi"],"CSS Validator":["CSS doğrulayıcı"],"HTML Validator":["HTML doğrulayıcı"],"Pinterest Rich Pins Validator":["Pinterest zengin Pin doğrulayıcı"],"Facebook Debugger":["Facebook hata ayıklama"],"Check Headers":["Başlıkları kontrol et"],"Check Google Cache":["Google önbelleğini kontrol et"],"Analyze this page":["Bu sayfayı analiz et"],"Keyword Research":["Kelime araştırma"],"%s does not seem to be a valid url. Please correct.":["% geçerli bir web adresi değil. Lütfen düzeltin."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s geçerli bir %2$s doğrulama metnine sahip değil. Lütfen düzeltin."],"%s Archive":["%s Arşiv"],"You searched for %s":["%s için arama yaptınız"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Büyük görselli özet"],"Summary":["Özet"],"The post %1$s appeared first on %2$s.":["%1$s yazısı ilk önce %2$s üzerinde ortaya çıktı."],"No numeric value was received.":["Sayısal bir değer gönderilmedi."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Var olan bir blog olmalıdır. %s bulunamadı ya da silinmek üzere işaretlenmiş."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Varsayılan blog ayarı kullanmak istediğiniz varsayılan blogun sayısal tanımlayıcı değeri olmalıdır."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%2$s %1$s ayarlarında izin verilen seçeneklerden biri değil. Değer varsayılana döndürüldü."],"Please select a valid post type for taxonomy \"%s\"":["\"%s\" kategorisi için geçerli bir yazı tipi seçin."],"Please select a valid taxonomy for post type \"%s\"":["\"%s\" yazı tipi için geçerli bir etiket seçin"],"You searched for":["Şunu aradınız"],"Home":["Ana sayfa"],"Archives for":["Arşiv"],"Error 404: Page not found":["Hata 404: Sayfa bulunamadı"],"Good":["İyi"],"Replaced with a custom taxonomies description":[""],"Replaced with a posts custom taxonomies, comma separated.":["Virgülle ayrılmış olarak yazı özel etiketleri ile değiştirilir."],"Replaced with a posts custom field value":["Yazı özel alan değeri ile değiştirilir"],"Replaced with the slug which caused the 404":["404 sayfasına neden olan kısa isim ile değiştirilir"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["Eklenti alt metni"],"Replaced with the current page number":["Geçerli sayfa numarası ile değiştirilir"],"Replaced with the current page total":["Geçerli toplam sayfa sayısı ile değiştirilir"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Mevcut sayfa numarası ile değiştirilecek (örneğin 2 / 4)"],"Replaced with the post/page author's 'Biographical Info'":["Yazının/sayfanın yazarının 'Biyografik bilgi'si ile değiştirilecek"],"Replaced with the post/page author's 'nicename'":["Yazının/sayfanın yazarının 'güzel ismi' ile değiştirilecek"],"Replaced with the post/page ID":["Yazı/Sayfa no ile değiştirilir"],"Replaced with the post/page modified time":["Yazı/sayfa değişiklik zamanı ile değiştirilir"],"Replaced with the content type plural label":["İçerik türü çoğul etiketiyle değiştirildi"],"Replaced with the content type single label":["İçerik türü tekil etiketiyle değiştirildi"],"Replaced with the current search phrase":["Mevcut arama ifadesi ile değiştirilir"],"Replaced with the term name":["Terim adı ile değiştirilir"],"Replaced with the term description":["Terim açıklaması ile değiştirilir"],"Replaced with the tag description":["Etiket açıklaması ile değiştirilir"],"Replaced with the category description":["Kategori açıklamasıyla değiştirilir"],"Replaced with the post categories (comma separated)":["Yazı kategorileri ile değiştirilecek (virgül ile ayrılmış)"],"Replaced with the current tag/tags":["Mevcut etiket(ler) ile değiştirilecek"],"Replaced with the post/page excerpt (without auto-generation)":["Yazının/sayfanın özeti ile değiştirilecek (otomatik oluşturma olmadan)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Yazının/sayfanın özeti ile değiştirilecek (ya da özet yoksa otomatik oluşturulacak)"],"The site's name":["Sitenin adı"],"Replaced with the title of the parent page of the current page":["Bu sayfanın ebeveyn sayfasının başlığı ile değiştirilecek"],"Replaced with the title of the post/page":["Yazının/sayfanın başlığı ile değiştirilecek"],"Replaced with the date of the post/page":["Yazının/sayfanın tarihi ile değiştirilecek"],"Page %1$d of %2$d":["Sayfa %1$d / %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Aynı isimli bir değişken tanımlayarak WPSEO standart değişkenlerinin üstüne yazamazsınız. \"wpseo_replacements\" filtresini kullanarak değiştirme değerini ayarlayın."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Aynı isme sahip bir değiştirme değişkeni zaten mevcut. Değişkeninizi daha eşsiz yapmaya çalışın."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Bir değiştirme karakteri \"%%cf_\" ya da \"%%ct_\" ile başlayamaz, bu karakterler WPSEO değişkenleri, özel alanlar ve özel kategoriler için kullanılmaktadır. Değişken isminizi eşsiz yapmaya çalışın."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Bir muadil değişken sadece harfler, alt çizgi ya da tire içerebilir. Değişkeninizin ismini değiştirmeyi deneyin."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":[""],"Page not found":["Sayfa bulunamadı"],"%s Archives":["%s arşivleri"],"Search for \"%s\"":["\"%s\" için arama"],"Meta description to use for Author page":["Yazar sayfasında kullanılacak meta açıklaması"],"Title to use for Author page":["Yazar sayfalarında kullanılacak başlık"],"%1$s settings":["%1$s ayarlarınız"],"Export your %1$s settings":["%1$s ayarlarınızı dışarı aktarın"],"Import settings":["İçeri aktarma ayarları"],"Import from other SEO plugins":["Diğer AMO eklentilerinden içeri aktar"],"Import":["İçeri aktar"],"If you had a %s file and it was editable, you could edit it from here.":["Eğer yazılabilir bir %s dosyanız olsaydı, buradan düzenleyebilirdiniz."],"If your %s were writable, you could edit it from here.":["Eğer %s dosyanız yazılabilir olsaydı, buradan düzenleyebilirdiniz."],"You don't have a %s file, create one here:":["%s dosyanız yok, buradan bir tane oluşturun:"],"A link to your site, with your site's name and description as anchor text.":["Site isminin ve açıklamasının bağlantı metni olarak kullanıldığı, sitenize giden bir bağlantı. "],"A link to your site, with your site's name as anchor text.":["Site isminin bağlantı metni olarak kullanıldığı, sitenize giden bir bağlantı."],"A link to the post, with the title as anchor text.":["Başlığın bağlantı metni olarak kullanıldığı, yazı sayfasına bir bağlantı."],"A link to the archive for the post author, with the authors name as anchor text.":["Yazarın isminin bağlantı metni olarak kullanıldığı, arşiv sayfasına bir bağlantı."],"You can use the following variables within the content, they will be replaced by the value on the right.":["İçeriğin içinde şu değişkenleri kullanabilirsiniz, kullandığınızda sağdaki değerler ile değiştirileceklerdir."],"Content to put after each post in the feed":["Besleme içindeki her içerikten sonra eklencek metin"],"Content to put before each post in the feed":["Beslemedeki her yazıdan önce eklenecek içerik"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Bu özellik, otomatik olarak RSS beslemelerinize içerik eklemek için kullanılır, daha detaya girmek gerekirse, bu, blogunuza yazılarınıza bağlantılar ekleyerek, aptal aşırıcı robotları otomatik olarak bağlantı vermelerini sağlar. Bu sayede arama motorları gerçek içeriğin orijinal kaynağını daha iyi tespit edebilirler."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Bu dolaşım özelliğinin kullanımı ile ilegili %1$sdolaşım entegrasyonu ile ilgili bilgi bankası makalemize%2$s göz atabilirsiniz."],"How to insert breadcrumbs in your theme":[""],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Sınıflandırma için bağlantı haritasında gösterilecek içerik türü arşivi"],"Taxonomy to show in breadcrumbs for content types":["İçerik türleri için Bağlantı haritasında gösterilecek sınıf"],"Breadcrumb for 404 Page":[""],"Prefix for Search Page breadcrumbs":[""],"Prefix for Archive breadcrumbs":[""],"Prefix for the breadcrumb path":[""],"Anchor text for the Homepage":["Ana sayfa için bağlantı metni"],"Separator between breadcrumbs":[""],"Enable Breadcrumbs":[""],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Aşağıda yayınlanan yazılarınızın SEO puanları vardır. Şimdi yazılarınızın bazılarını geliştirmeye başlamak için iyi bir zaman!"],"Credits":["Katkıda bulunanlar"],"« Back to Tools page":["« Araçlar sayfasına dön"],"%1$s comes with some very powerful built-in tools:":["%1$s çok güçlü dahili araçlarla beraber gelir:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Bu araç AMO için önemli olan dosyalarınızı, örneğin robots.txt ve varsa .htaccess gibi, hızlıca değiştirebilmenize olanak sağlar."],"File editor":["Dosya düzenleyicisi"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Diğer AMO eklentilerinden ayarları içeri aktarın ve daha sonra kullanmak üzere kendi ayarlarınızı dışarı aktarın."],"Import and Export":["İçeri Al / Dışarı Aktar"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Bu araç her bir yazının ya da sayfanın detayına girmeden kolayca başlık ve açıklamaları değiştirebilmenize olanak sağlar."],"Bulk editor":["Toplu düzenleyici"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["%1$sPinterest ile sitenizi doğrulamak için%2$s meta etiketini buraya ekleyin:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest aynı Facebook gibi Open Graph verileri kullanır, bu yüzden sitenizin Pinterest altyapısına hazır olabilmesi için Facebook sekmesindeki Open Graph kutusunun işaretli olduğundan emin olun."],"The default card type to use":["Kullanılacak varsayılan kart tipi"],"Add Twitter card meta data":["Twitter kartı meta verisi ekleme"],"This image is used if the post/page being shared does not contain any images.":["Paylaşılan yazı/sayfa herhangi bir görüntü içermiyorsa bu görsel kullanılır."],"Default settings":["Varsayılan ayarlar"],"Copy home meta description":["Ana sayfa meta açıklamasını kopyala"],"Description":["Açıklama"],"Image URL":["Görsel adresi"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Bunlar sitenizin ana sayfasında Open Graph için kullanılan başlık, açıklama ve görsel bilgileridir."],"Frontpage settings":["Ana sayfa ayarları"],"Add Open Graph meta data":["Open Graph Meta verisi ekle"],"YouTube URL":["YouTube adresi"],"Pinterest URL":["Pinterest adresi"],"MySpace URL":["MySpace adresi"],"LinkedIn URL":["LinkedIn adresi"],"Instagram URL":["Instagram adresi"],"Twitter Username":["Twitter kullanıcı adı"],"Facebook Page URL":["Facebook sayfa adresi"],"Accounts":["Hesaplar"],"Restore site to defaults":["Site ayarlarını varsayılanlara döndür"],"Site ID":["Site no"],"Using this form you can reset a site to the default SEO settings.":["Bu formu kullanarak bir siteyi varsayılan SEO ayarlarına döndürebilirsiniz."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Gizliliğe duyarlı (FB yöneticileri ve benzeri), temaya özgü (başlıklar gibi ) ve birkaç siteye özgü ayar yeni sitelere aktarılmayacaktır."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["İlgili site için %1$sSite No%2$s girerek, o sitenin ayarlarını varsayılan olarak kullanabilirsiniz. Hiçbiri için boş bırakın. (O zaman eklentinin varsayılan ayarları kullanılacaktır)"],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Ağınıza ekli olan siteler içinde bir siteyi seçerek, ayarlarını varsayılan olarak kullanabilirsiniz. Eğer 'Hiçbiri' seçeneğini seçerseniz eklentinin varsayılan ayarları kullanılacaktır."],"New sites in the network inherit their SEO settings from this site":["Ağdaki yeni siteler SEO ayarlarını bu siteden devralır."],"Super Admins only":["Sadece süper yöneticiler"],"Site Admins (default)":["Site yöneticileri (varsayılan)"],"Who should have access to the %1$s settings":["%1$s ayarlarına kimler erişebilir"],"spam":["istenmeyen"],"mature":["yetişkin"],"archived":["arşiv"],"public":["herkese açık"],"%s restored to default SEO settings.":["%s varsayılan AMO ayarlarına döndürüldü."],"Settings Updated.":["Ayarlar güncellendi."],"404 pages":["404 sayfaları"],"Search pages":["Sayfalarda ara"],"These pages will be %s by default, so they will never show up in search results.":["Bu sayfalar varsayılan olarak%s olarak işaretlenmiştir, böylece arama sonuçlarında görüntülenmezler."],"Special Pages":["Özel sayfalar"],"Date-based archives could in some cases also be seen as duplicate content.":["Tarih tabanlı arşivler kimi zaman tekrar eden içerik olarak ele alınabiliyor."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Bu durum sizin siteniz için geçerliyse ya bunu etkisizleştirebilir (ki bu ana sayfaya yönlendirecektir) ya da %s ekleyin ki arama sonuçlarında gözükmesin."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Eğer tek bir yazarak sahip bir blog işletiyorsanız, yazar arşivi ana sayfayla aynı olacaktır. Buna %1$stekrarlanan içerik problemi%2$s denir."],"Date archives":["Tarih arşivi"],"author archives":["yazar arşivleri"],"Title":["Başlık"],"%1$s Meta Box":["%1$s meta kutusu"],"Hide":["Gizle"],"Date in Snippet Preview":["Kod parçacığı ön izlemesindeki tarih"],"Take note:":["Not al:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Ana sayfa ve ön sayfa"],"Title Separator":["Başlık ayracı"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s, bu sayfalar için başlıkları yeniden zorlamak gerekmediğini otomatik algıladı, eğer bunun yanlış olduğunu düşünüyor ve siz ne yaptığınızı biliyorsanız, buradan ayarı değiştirebilirsiniz."],"Force rewrite titles":["Başlıkları yeniden yazmaya zorla"],"Taxonomies":["Kategoriler"],"Homepage":["Ana sayfa"],"%1$s Extensions":["%1$s eklenti"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Sorunsuz bir şekilde %1$s ile WooCommerce entegrasyonunu yapabilirsiniz!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Hiç ter dökmeden Google Maps aramalarında daha iyi sonuç elde edin!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Google Haberlerde yer alıyor musunuz? Gerekli optimizasyonları yaparak trafiğinizi artırabilirsiniz!"],"Optimize your videos to show them off in search results and get more clicks!":["Videolarınızı optimize ederek arama sonuçlarında çıkmalarını sağlayın ve böylece daha çok tıklama kazanın!"],"The premium version of %1$s with more features & support.":["%1$s eklentisinin bir çok yeni özelliğe ve desteğe sahip sürümü."],"Person":["Kişi"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["Web sitesi ismi"],"Webmaster Tools":["Web Yöneticisi Araçları"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Yazınızın başlığı yazılarınızda ve sayfalarınızda geçmiyor, bu çok önerilen bir uygulamadır. Kalıcı bağlantı ayarlarınızı /%postname%/ olarak uygulamayı düşünün."],"RSS":["RSS"],"Breadcrumbs":["Yol haritası"],"or":["ya da"],"Save Profile":["Profili kaydet"],"There were no profiles found":["Profil bulunamadı"],"Profile":["Profil"],"Current profile":["Şu anki profil"],"Authenticate":["Yetkilendir"],"Get Google Authorization Code":["Google doğrulama kodu edinin"],"Reload crawl issues":["Tarama sorunlarını tazele"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Bir yönlendirme oluşturmak ve bu problemi gidermek için %1$s gerekiyor. Bu eklentiyi ve bir yıllık destek ve güncellemeyi %2$s adresinden satın alabilirsiniz."],"Creating redirects is a %s feature":["Yönlendirme oluşturmek bir %s özelliği"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Sadece Googlebot sitenizi akıllı telefonlar için tararken ortaya çıkan hatalar (masaüstünde hatalar ortaya çıkmıyor)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Sadece Googlebot-Mobil sitenizi tararken ortaya çıkan hatalar (masaüstünde hatalar ortaya çıkmıyor)."],"Errors that occurred when your site was crawled by Googlebot.":["Googlebot sitenizi tararken ortaya çıkan hatalar."],"Issue categories":["Sorun kategorileri"],"Incorrect Google Authorization Code.":["Geçersiz Google doğrulama kodu."],"The issues have been successfully reloaded!":["Problemler başarıyla yenilendi!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s verisi kaldırıldı. Eğer bu veriyi tekrar edinmek isterseniz yeniden doğrulama yapmalısınız."],"Crawl errors per page":["Sayfa başına tarama hataları"],"Search":["Arama"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Tarama hatalarını gözden kaçırmayın: %1$sGoogle Arama Konsolu ile bağlantı kurun%2$s."],"Create redirect":["Yönlendirme oluştur"],"Mark as fixed":["Çözüldü olarak işaretle"],"Response code":["Dönüş kodu"],"First detected":["İlk tespit edilen"],"Last crawled":["En son tarananlar"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s %2$s eklentisinin %1$s ile uyumsuz bir sürümünü kullandığınızı tespit etti. Lütfen %2$s eklentisini güncelleyin."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast eklentileri sitenizi daha hızlı kılmak için birbirleri arasında bazı kodları paylaşırlar. Bunun sonucu olarak tüm Yoast eklentilerinizin güncel olması gereklidir. Fark ettik ki bazı eklentiler güncel değil, lütfen tüm Yoast eklentilerini güncelleyin."],"Feature phone":["Özellikli telefon"],"Smartphone":["Akıllı telefon"],"Desktop":["Masaüstü"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Hedef adres mevcut değil ama sunucunuz bir 404 (bulunamadı) hatası dönmüyor."],"Soft 404":["Hafif 404"],"Request timed out or site is blocking Google.":["İstek zaman aşımına uğradı ya da Google engelleniyor."],"Server Error":["Sunucu hatası"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot sitenize ulaşabiliyor fakat bazı adresler %1$s dosyasında Googlebot için engellenmiş. Bu engelleme tüm Googlebotlar için ya da özellikle Googlebot-mobiller için olabilir."],"Blocked":["Engellenmiş"],"Google was unable to crawl this URL due to an undetermined issue.":["Bilinmeyen bir problemden ötürü Google bu adresi tarayamadı."],"URL points to a non-existent page.":["Adres var olmayan bir sayfayı gösteriyor."],"Not found":["Bulunamadı"],"Not followed":["Takip edilmedi"],"Faulty redirects":["Hatalı yönlendirmeler"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Sunucu doğrulama gerektiriyor ya da Googlebot erişimi engelleniyor."],"Access denied":["Erişim reddedildi"],"Deactivate %s":["Devre dışı bırak: %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s eklentisi %2$s eklentisi ile beraber kullanıldığında problem çıkartabiliyor."],"Upload Image":["Görsel yükle"],"Remove these ads?":["Reklamları kaldırmak ister misin?"],"%s Posts Overview":["%s yazıya genel bakış"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Bağlantı haritası başlığı, bu sınıflandırmanın ortaya çıktığı bağlantı haritalarında kullanılır."],"Breadcrumbs title":[""],"The canonical link is shown on the archive page for this term.":["Aynı bağlantı bu terim için arşiv sayfasında gösterilir."],"Facebook App ID":["Facebook uygulama no"],"Pinterest":["Pinterest"],"Other":["Diğer"],"Archives":["Arşivler"],"Email":["E-posta"],"Previous":["Önceki"],"Next":["Sonraki"],"Close":["Kapat"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":[""],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Resim"],"%s Description":["%s Açıklama"],"%s Title":["%s Başlık"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["%1$s için önerilen görsel boyutu %2$spx."],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Eğer %s üzerinde paylaşım yaparken meta açıklaması kullanmayıp farklı bir açıklama girmek isterseniz, buraya yazabilirsiniz."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Eğer yazıyı %s üzerinde paylaşırken bu yazı başlığını kullanmak istemiyorsanız, istediğiniz yeni başlığı buraya yazabilirsiniz."],"very difficult":["çok zor"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["zor"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["oldukça zor"],"OK":["Tamam"],"fairly easy":["oldukça kolay"],"easy":["kolay"],"very easy":["çok kolay"],"Meta Desc.":["Meta Açık."],"All SEO Scores":["Tüm SEO puanları"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO sorunu: Öne çıkarılan görsel en az 200x200 piksel boyutlarında olmalıdır. Facebook ve diğer sosyal medya siteleri tarafından kullanılacaktır."],"(no parent)":["(ebeveyn yok)"],"Post is set to noindex.":["Yazı indekslenmesin olarak ayarlanmış."],"The URL that this page should redirect to.":["Bu sayfanın yönlenmesi gereken adres."],"301 Redirect":["301 yönlendirme"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["Aynı adres"],"Title to use for this page in breadcrumb paths":["Dolaşım yollarında bu sayfa için kullanılacak başlık"],"Breadcrumbs Title":["Dolaşım menüsü başlığı"],"No Snippet":["Kod parçacığı yok"],"No Archive":["Arşiv yok"],"No Image Index":["Görsel indeksi yok"],"None":["Hiç biri"],"Site-wide default: %s":["Site genelinde varsayılan: %s"],"Advanced meta robots settings for this page.":["Bu sayfa için gelişmiş meta robots ayarları."],"Meta robots advanced":["Meta robots gelişmiş"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Uyarı: meta robot ayarlarını burada girebiliyor olsanız da, sitenin genel ayarlarında bu site indekslenmesin diye ayarlanmış. Yani robot ayarlarının bir etkisi olmayacaktır."],"Meta description":["Meta açıklaması"],"SEO Title":["SEO başlığı"],"Focus keyword":["Odak anahtar kelime"],"Snippet preview":["Kod parçacığı ön izleme"],"Settings successfully imported.":["Ayarlar başarıyla içe aktarıldı."],"Settings could not be imported:":["Ayarlar içe aktarılamadı:"],"Breadcrumb for 404 pages:":[""],"Prefix for search result pages:":["Arama sonuçları için ön ek:"],"Prefix for archive pages:":["Arşiv sayfaları için ön ek:"],"Prefix for breadcrumbs:":[""],"Anchor text for the homepage:":["Ana sayfa için bağlantı metni:"],"Breadcrumbs separator:":[""],"%s Breadcrumbs":[""],"Use Image":["Resim kullan"],"Action":["Eylem"],"Page URL/Slug":["Sayfa adresi/kısa ismi"],"Publication date":["Yayın tarihi"],"Post Status":["Yazı durumu"],"WP Page Title":["WP sayfa başlığı"],"View":["Görüntüle"],"View “%s”":["Görüntüle “%s”"],"Preview":["Önizleme"],"Preview “%s”":["Önizleme “%s”"],"Edit":["Düzenle"],"Filter":["Filtre"],"New Yoast Meta Description":["Yeni Yoast meta açıklaması"],"Existing Yoast Meta Description":["Var olan Yoast meta açıklaması"],"Facebook profile URL":["Facebook profil adresi"],"Twitter username (without @)":["Twitter kullancı adı (@ işareti olmadan)"],"FAQ":["S.S.S."],"Premium Support":["Premium destek"],"Settings":["Ayarlar"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["%1$sOkuma Ayarları'na gidip%2$s Arama motoru görünürlüğü kutusundaki işareti kaldırmalısınız."],"Huge SEO Issue: You're blocking access to robots.":["Büyük SEO Sorunu: Robotların erişimini engelliyorsunuz."],"Posts":["Yazılar"],"Edit Files":["Dosyaları düzenle"],"Advanced Variables":["Gelişmiş değişkenler"],"Basic Variables":["Temel değişkenler"],"General":["Genel"],"Extensions":["Eklentiler"],"Search Console":["Arama konsolu"],"Tools":["Araçlar"],"Advanced":["Gelişmiş"],"XML sitemaps":["XML site haritaları"],"Social":["Sosyal"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s %3$s eklentisinin %2$s sürümünü kullandığınızı tespit etti. Lütfen uyumsuzluk problemlerinin önüne geçmek için son sürüme güncelleyin."],"Just another WordPress site":["Bir başka WordPress sitesi"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Hala varsayılan WordPress sloganını kullanıyorsunuz, bunun yerine sloganı boş bırakmanız muhtemelen daha iyi. %1$sÖzelleştirme sayfasından bunu düzeltebilirsiniz%2$s."],"You have used HTML in your value which is not allowed.":["Değerlerinizde kabul edilmeyen bir HTML kodu kullandınız"],"You can't edit %s that aren't yours.":["%s ögesini düzenleyemezsiniz çünkü sizin değil."],"You can't edit %s.":["Bunu düzenleyemezsiniz: %s."],"Post has an invalid Content Type: %s.":["Yazının geçersiz bir içerik türü var: %s."],"Post doesn't exist.":["Yazı bulunamadı."],"course\u0004Free:":["Ücretsiz:"],"posts\u0004Trash (%s)":["Çöp (%s)","Çöp (%s)"],"posts\u0004All (%s)":["Tümü (%s)","Tümü (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/uk.json b/Resources/Private/Languages/uk.json index 5b1e071..0947043 100644 --- a/Resources/Private/Languages/uk.json +++ b/Resources/Private/Languages/uk.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);","lang":"uk_UA"},"Has feedback":["Є зворотний зв'язок"],"Content optimization:":["Оптимізація вмісту:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sЧитабельність%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Прочитайте %1$sцю публікацію, щоб дізнатися більше про те, чому ми не підтримуємо старіші версії.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["Якщо ви утримались від оновлень до %2$s або вище через новий редактор Gutenberg, установіть плагін класичного редактора. Це надасть вам не тільки той самий досвід редагування, який ви маєте зараз, але й безпеку нових версій WordPress і %1$s."],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sОновіть WordPress до останньої версії%2$s%3$sМи помітили, що ви не використовуєте останню версію WordPress, що незабаром може викликати проблеми. %4$s(з міркувань безпеки та стабільності) підтримує лише поточну та попередню версію WordPress. Коли вийде наступна версія WordPress, це означає, що ми підтримуватимемо WordPress %6$s і %7$s. Це означає, що ви не отримаєте жодних оновлень до %5$s поки ви не оновите ваш WordPress, тому, будь ласка, забезпечте оновлення WordPress до останньої версії найближчим часом!%3$s%3$s"],"Post Noindexed":["Запис відмічений noindex"],"No Focus Keyphrase":["Немає фокусної ключової фрази"],"Person logo / avatar":["Особистий логотип / аватар"],"Extend %s":["Покращити %s"],"Enroll in the %s for WordPress training":["Візьміть участь у тренінгу %s для WordPress"],"Posts with the SEO score: %s":["Записи з SEO оцінкою: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["Навчальні відео %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Щоб ознайомитись з актуальними результатами перевірки помилок, %1$sбудь-ласка, відвідайте панель адміністратора Google%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Робота Google API для перевірки помилок припинена. З цієї причини будь-які можливі результати перевірки не можуть бути відображеними. %1$sОзнайомтесь з нашою угодою з цього приводу для отримання подальшої інформації%2$s."],"Remove this message":["Видалити це повідомлення"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Оптимізуйте ваш сайт для місцевої аудиторії за допомогою нашого плагну %s! Оптимізовані деталі адреси, години роботи, місцезнаходження магазину і можливі варіанти доставки та оплати!"],"Serving local customers?":["Обслуговування місцевих клієнтів?"],"Get the %s plugin now":["Отримати %s плагін зараз"],"Organization social profiles":["Профілі організації в соціальних мережах"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Ви можете редагувати відомості, які відображаються в метаданих, таких як профілі в соціальних мережах, ім'я та опис цього користувача на сторінці %1$s його профілю."],"Personal info":["Особиста інформація"],"Organization logo":["Логотип організації"],"Organization name":["Назва організації"],"Choose whether the site represents an organization or a person.":["Виберіть чи представляє сайт організацію або приватну особу."],"Knowledge Graph & Schema.org":["Knowledge Graph та Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Щоб ваш сайт представляв компанію або організацію, перейдіть в розділ %1$sЗовнішній вигляд пошуку%2$s та встановіть для параметру Організація чи особа значення \"Організація\"."],"To change the social accounts used for your site, update the details for %1$s.":["Щоб змінити облікові записи соцальних мереж, які вкиористовуються для вашого сайту, оновіть дані для %1$s."],"That means that the form and information below is disabled, and not used.":["Це означає, що форма та інформація нижче відключені та не використовуються."],"Your website is currently configured to represent a Person":["Наразі ваш веб-сайт налаштований на представлення особи"],"(if one exists)":["(якщо існує)"],"Wikipedia page about you":["Сторінка Wikipedia про тебе"],"YouTube profile URL":["Посилання на профіль в YouTube"],"Tumblr profile URL":["Посилання на профіль Tumblr"],"SoundCloud profile URL":["Посилання на профіль SoundCloud"],"MySpace profile URL":["Посилання на профіль MySpace"],"Organization or person":["Організація або приватна особа"],"The person":["Приватна особа"],"Organization":["Організація"],"Does your site represent a person or an organization?":["Ваш сайт представляє окрему людину чи є сайтом організації?"],"The name of the organization":["Найменування організації"],"Provide an image of the organization logo":["Надайте зображення логотипу вашої організації"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Раніше ви встановили, що ваш сайт буде представляти інтереси конкретної особи. Ми покращили нашу функціональність по відношенню до Schema та Knowledge Graph, тому вам необхідно ввійти та %1$s заповнити ці налаштування %2$s."],"Select a user...":["Оберіть користувача..."],"Uncategorized":["Без категорії"],"Name:":["Ім'я:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Ви обрали користувача %1$s в якості особи, яка представляє цей сайт. Тепер в результаті пошуку буде використана інформація з профілю користувача. %2$sОновіть його профіль аби переконатись, що інформація вірна.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Помилка: Виберіть користувача нижче, щоб заповнити метадані вашого сайту."],"SEO score: %s":["SEO результат: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Якщо існує ваша сторінка або сторінка вашої організації у Вікіпедії, додайте її."],"Wikipedia URL":["Посилання на Wikipedia"],"Pinterest profile URL":["Посилання на профіль Pinterest"],"Instagram profile URL":["Посилання на профіль Instagram"],"LinkedIn profile URL":["Посилання на профіль LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Дослідження ключових слів має важливе значення в будь-якій стратегії SEO. Ви обираєте умови пошуку, за якими хочете щоб вас знайшли, і з'ясовуєте, які слова використовує ваша аудиторія, щоб знайти вас. Дослідження найкращих ключових слів підкаже вам, який контент вам потрібен для ранжування по тим термінам, по яким ви хочете ранжуватися. Переконайтеся, що ваші зусилля спрямовані саме на ті ключові слова, які насправді піднімають ваші шанси у рейтингу! %1$s проведе вас через цей процес, крок за кроком."],"SEO for Beginners training":["SEO для початківців"],"%s for WordPress training":["%s для навчання WordPress"],"All-around SEO training":["Всебічне навчання SEO"],"The image you selected is too small for Facebook":["Зображення, яке ви обрали, занадто мале для Facebook"],"The given image url cannot be loaded":["URL даного зображення не може бути завантажений"],"Find out what words your audience uses to find you":["Дізнайтеся, які слова використовує ваша аудиторія, щоб знайти вас"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sІндекс читабельності Флеша%2$s: Ваш текст отримав оцінку %3$s в тесті легкості читання, що означає, що його %4$s читати. %5$s"],"No JSON object was returned.":["Не було повернуто JSON об‘єкта"],"Received internal links":["Отримані внутрішні посилання"],"Outgoing internal links":["Вихідні внутрішні посилання"],"New step added":["Новий крок був доданий"],"New question added":["Нове питання було додане"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Щоб створити переадресацію та виправити цю помилку, необхідно %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Ви можете придабати плагін, включаючи річну підтримку та оновлення на %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Функція \"Лічильник текстових посилань\" надає інформацію про кількість посилань у тексті, а також скільки посилань посилаються на текст. Це дуже корисна функція для покращення %1$sinternal linking%2$s вашого сайту."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Для роботи цієї функції %1$s нобхідна як мінімум версія PHP %2$s. Ми виявили версію PHP %3$s на цьому сайті."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Будь ласка, уважно розгляньте наслідки і %1$sпрочітайте цей пост%2$s, якщо вам потрібна додаткова інформація про вплив відображення мультимедіа в результатах пошуку."],"Keyphrase":["Ключова фраза"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Для роботи цієї функції, %1$s необхідно створити таблицю в вашій базі даних. Нам не вдалось створити таблицю автоматично."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Включивши цю опцію, URL-адреси вкладень стануть видимими як для Ваших відвідувачів, так і для Google. Щоб підвищити цінність вашого сайту, вони повинні містити корисну інформацію, інакше вони можуть негативно вплинути на ваш рейтинг."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Функція %3$sЛічильник текстових посилань%4$s (введена в %1$s %2$s) наразі вимкнена."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Прочитайте цю статтю %1$sв базі знань%2$s, щоб дізнатися, як вирішити цю проблему."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Щоб переконатися, що всі посилання в ваших текстах враховані, ми повинні проаналізувати всі ваші тексти."],"All you have to do is press the following button and we'll go through all your texts for you.":["Все, що вам потрібно зробити, це натиснути цю кнопку, і ми переглянемо всі ваші тексти для вас."],"Count links":["Підрахувати посилання"],"Free":["Безкоштовно"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$salt атрибути(-ів) зображень%5$s: з%2$d зображень на цій сторінці, %1$d містять слова з вашої ключової фрази або синонімів. Це забагато. %4$sВключайте ключову фразу або її синоніми тільки у тому випадку, якщо вони дійсно відповідають зображенню%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$salt атрибути зображень%2$s: Чудова робота!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sАтрибут зображення alt%5$s: з %2$d зображень на цій сорінці, тільки %1$d має атрибут alt, який відображає тему вашого тексту. %4$sДодайте ключову фразу або синоніми до тегів alt більш релевантних зображень%5$s!","%3$sАтрибути зображень alt%5$s: з %2$d зображень на цій сторінці, тільки %1$d мають атрибут alt, який відображає тему вашого тексту. %4$sДодайте ключову фразу або синоніми до тегів alt більш релевантних зображень%5$s!","%3$sАтрибутів зображень alt%5$s: з %2$d зображень на цій сторінці, тільки %1$d мають атрибут alt, який відображає тему вашого тексту. %4$sДодайте ключову фразу або синоніми до тегів alt більш релевантних зображень%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$salt атрибути зображення %3$s: Зображення на цій сторінці не мають alt атрибутів, які відповідають темі вашого тексту. %2$sДодайте ключову фразу або синоніми до alt тєгів відповідних зображень%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$salt атрибути зображення%3$s: изображень на цій сторінці мають атрибути alt, але ви не задали ключову фразу. %2$sВиправте це%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sКлючова фраза в підзаголовку%2$s: %3$s ваших підзаголовків більш високого рівня відображає тему вашої статті. Хороша робота!","%1$sКлючові фрази в підзаголовку%2$s: %3$s ваших підзаголовків більш високого рівня відображають тему вашої статті. Хороша робота!","%1$sКлючових фраз в підзаголовку%2$s: %3$s ваших підзаголовків більш високого рівня відображають тему вашої статті. Хороша робота!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sКлючова фраза в підзаголвку%2$s: Ваш підзаголовок більш високого рівня відображає тему вашої статті. Хороша робота!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sКлючових фраз в підзаголовку%3$s: %2$sВикористовуй більше ключових фраз або синонімів в підзаголовках більш високого рівня%3$s!"],"Page %s":["Сторінка %s"],"Cannot get the size of %1$s because of unknown reasons.":["Неможливо отримати розмір %1$s з невідомих причин."],"Cannot get the size of %1$s because it is hosted externally.":["Неможливо отримати розмір %1$s, оскільки його розміщено на зовнішньому ресурсі."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Просто встановіть перемикач на \"увімкнено\", і ви зможете використовувати перекалібрований аналіз. Водночас ми додамо вас до нашого списку розсилки. Ми надсилатимемо вам електронну пошту лише про досвід використання цього перекалібрування!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Ми %1$sперекалібрували наш аналіз%2$s. З цим новим аналізом, ми наблизимось впритул до того як Google бачить ваш веб-сайт. Це було би %3$sпрекрасно%4$s якби ви взяли участь у %3$sбета-тесті цієї функції%4$s для нас!"],"Get an even better analysis":["Отримайте ще кращий аналіз"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sSingle title%3$s: H1 слід використовувати лише як основний заголовок. Знайдіть всі H1 у вашому тексті, які не є вашим основним заголовком, і %2$s змініть їх на нижчий рівень заголовка level%3$s!"],"Improve sharing on Facebook and Pinterest":["Покращити поширення на Facebook і Pinterest"],"You do not have the required rights to export settings.":["У вас немає необхідних прав для експорту налаштувань."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Скопіюйте всі ці налаштування на вкладку %1$s іншого веб-сайту та натисніть \"%1$s\" там."],"These are settings for the %1$s plugin by %2$s":["Це налаштування для плагіна %1$s від %2$s."],"No settings found.":["Налаштувань не знайдено."],"Export your %1$s settings here, to copy them on another site.":["Експортуйте ваші %1$s налаштування сюди, щоб скопіювати їх на інший сайт."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Імпорт налаштувань доступний тільки на серверах, що працюють з PHP 5.3 або вище."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Імпортуйте параметри, вставивши налаштування, скопійовані з іншого веб-сайту та натисніть \"%s\"."],"Paste your settings from another %s installation.":["Вставте свої налаштування з іншого встановлення %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена 0 разів. Це менше ніж рекомендований мінімум %3$d раз(-и/-ів) для тексту такої довжини. %4$sЗосередьтесь на вашій ключовій фразі%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d раз. Це менше ніж рекомендований мінімум %3$d раз для тексту такої довжини. %4$sЗосередьтесь на вашій ключовій фразі%2$s!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d рази. Це менше ніж рекомендований мінімум %3$d раз для тексту такої довжини. %4$sЗосередьтесь на вашій ключовій фразі%2$s!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d разів. Це менше ніж рекомендований мінімум %3$d раз для тексту такої довжини. %4$sЗосередьтесь на вашій ключовій фразі%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %3$d раз. Це чудово!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %3$d рази. Це чудово!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %3$d разів. Це чудово!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d раз. Це більше, ніж рекомендований максимум: %3$d раз для тексту такої довжини! %4$sНе зловживайте%2$s!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d рази. Це більше, ніж рекомендований максимум: %3$d раз для тексту такої довжини! %4$sНе зловживайте%2$s!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d разів. Це більше, ніж рекомендований максимум: %3$d раз для тексту такої довжини! %4$sНе зловживайте%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d раз. Це більше ніж рекомендований максимум: %3$d раз для тексту такої довжини! %4$sНе зловживайте%2$s!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d рази. Це більше ніж рекомендований максимум: %3$d раз для тексту такої довжини! %4$sНе зловживайте%2$s!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d разів. Це більше ніж рекомендований максимум: %3$d раз для тексту такої довжини! %4$sНе зловживайте%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Індексація видалена для об'єкту %1$s з типом %2$s"],"Indexable saved for object %1$s with type %2$s":["Індексація збережена для об'єкту %1$s з типом %2$s"],"Indexable created for object %1$s with type %2$s":["Індексація створена для об'єкту %1$s з типом %2$s"],"Indexable meta deleted.":["Індексовані данні видалено."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Індексована мета збережена для індексуємого id %1$s з мета-ключем %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Індексуєма мета створена для індексуємого id %1$s з мета-ключем %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Не знайдено мета для індексуємого id %1$s та мета ключа %2$s."],"There is no indexable found for author id %1$s.":["Індексуємий ідентифікатор автора %1$s не знайдений."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Основний термін для ідентифікатора запису %1$s і таксономії %2$s не знайдено."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Не знайдено індксуємих термінів id %1$s і таксономії %2$s."],"There is no indexable found for post id %1$s.":["Індексуємий ідентифікатор запису %1$s не знайдено."],"Method %1$s() does not exist in class %2$s":["Метод %1$s() не існує у класі %2$s"],"With %s, you can easily create such redirects.":["З %s, ви можете легко створити такі перенаправлення."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Зміна налаштувань постійних посилань може серйозно вплинути на видимість сайту в пошукових системах. Майже %1$s ніколи %2$s цього краще не робити на діючому сайті."],"WARNING:":["ПОПЕРЕДЖЕННЯ:"],"Learn about why permalinks are important for SEO.":["Дізнайтеся чому постійні посилання важливі для SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sСлужбові слова у ключевій фразі%3$s: Ваша ключова фраза \"%4$s\" містить виключно службові слова. %2$sДізнайтесь більше про хороші ключові слова.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["А ви знали що %s також аналізує різні форми слів з ключової фрази, наприклад, множину або минулий час?"],"Clear Image":["Очистити зображення"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sДовжина ключової фрази%3$s: %2$sВведіть ключову фразу, щоб ми могли порахувати вашу оцінку SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sКлючове слово в ярлику%2$s: Більше половини ключової фрази є в ярлику. Це чудово!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sКлючове слово в ярлику%3$s: В ярлику немає (частини) фрази ключового слова. %2$sЗмініть це%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sКлючове слово в ярлику%2$s: Чудова робота!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sКлючова фраза в заголовку%3$s: Не всі слова з вашої ключової фрази \"%4$s\" зустрічаються в SEO заголовку. %2$sСпробуйте використати повну відповідність до вашої ключової фрази в SEO заголовку%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sКлючова фраза в заголовку%3$s: Не містить співпадінь. %2$sСпробуйте використати ключову фразу в SEO заголовку%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sКлючова фраза в заголовку%3$s: Ключова фраза міститься в SEO заголовку, але не на початку. %2$sСпробуйте переставити її на початок%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sКлючова фраза в заголовку%2$s: Точна копія ключової фрази зустрічається в SEO заголовку. Чудова робота!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sРозподілення ключової фрази%2$s: Хороша робота!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sРозподілення ключової фрази%3$s: Нерівномірне. Деякі частини вашого тексту не містять ключової фрази або її синонімів. %2$sРозподіліть їх більш рівномірно%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sРозподілення ключової фрази%3$s: Дуже нерівномірне. Великі частини вашого тексту не містять ключової фрази або її синонімів. %2$sРозподіліть їх більш рівномірно%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sРозподілення ключової фрази%3$s: %2$sВикористовуйте в тексті вашу ключову фразу і її синоніми, щоб ми могли порахувати рівномірність розподілення ключової фрази%3$s."],"Help on choosing the perfect focus keyphrase":["Допомога по вибору ідеального фокусного ключового слова."],"Would you like to add a related keyphrase?":["Хочете додати схоже ключове слово?"],"Go %s!":["Перейти %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Не показувати архіви по даті в результатах пошуку технично означає, що вони будуть мати тег %1$s robots. %2$sБільше інформації про налаштування розультатів пошуку%3$s."],"Rank better with synonyms & related keyphrases":["Отримайте краще ранжування з використанням синонімів і схожих ключових слів"],"optimize a single post for synonyms and related keyphrases.":["оптимізуйте окремий запис по синонімам і схожим ключовим словам."],"Synonyms & related keyphrases":["Синоніми і схожі ключові слова"],"Add related keyphrase":["Додати схоже ключове слово"],"Dismiss %s upgrade notice":["Приховати замітку про оновлення %s"],"Upgrade to %s":["Оновити до %s"],"%1$s video":["%1$s відео"],"Get %s":["Отримайте %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sВикористання ключових слів раніше%6$s: Ви використовували це ключове слово %1$s%2$d разів раніше%3$s. %5$sНе використовуйте Ваше ключове слово більше, ніж раз%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sВикористання ключових слів раніше%5$s: Ви використовували це ключове слово %1$sодин раз раніше%2$s. %4$sНе використовуйте Ваше ключове слово більше, ніж раз%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sВикористання ключових слів раніше%2$s: Ви не використовували це ключове слово раніше, дуже добре."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sСтоп-слово в ярлику%3$s: Ярлик у цієї сторінки містить стоп-слово. %2$sПриберіть його%3$s!","%1$sСтоп-слова в ярлику%3$s: Ярлик у цієї сторінки містить стоп-слова. %2$sПриберіть його%3$s!","%1$sСтоп-слів в ярлику%3$s: Ярлик у цієї сторінки містить стоп-слова. %2$sПриберіть його%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sЯрлик занадто довгий%3$s: ярлик для цієї сторінки занадто довгий. %2$sСкоротіть його%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAlt-атрибут зображень%3$s: На цій сторінці немає зображень. %2$sДодайте їх%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sПосилання з ключовою фразою%3$s: Ви посилаєтесь на іншу сторунку використовуючи слова з ключової фрази. %2$sНе робіть цього%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Це набагато менше рекомендованого мінімуму %5$d слово. %3$sДодайте більше контенту%4$s.","Це набагато менше рекомендованого мінімуму %5$d слова. %3$sДодайте більше контенту%4$s.","Це набагато менше рекомендованого мінімуму %5$d слів. %3$sДодайте більше контенту%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Це менше рекомендованого мінімуму %5$d слово. %3$sДодайте більше контенту%4$s.","Це менше рекомендованого мінімуму %5$d слова. %3$sДодайте більше контенту%4$s.","Це менше рекомендованого мінімуму %5$d слів. %3$sДодайте більше контенту%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sДовжина тексту%4$s: Текст містить %1$d слово.","%2$sДовжина тексту%4$s: Текст містить %1$d слова.","%2$sДовжина тексту%4$s: Текст містить %1$d слів."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sДовжина тексту%3$s: Текст містить %1$d слово. Чудова робота!","%2$sДовжина тексту%3$s: Тексти містить %1$d слово. Чудова робота!","%2$sДовжина тексту%3$s: Текстів містить %1$d слово. Чудова робота!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sКлючова фраза в підзаголовках%3$s: Більше 75%% ваших підзаголовків верхнього рівня відображають тему вашого тексту. Це занадто багато. %2$sНе переоптимізовуйте%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sШирина SEO заголовку%3$s: %2$sБудь-ласка, додайте SEO заголовок%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sШирина SEO заголовку%3$s: Ваш SEO заголовок виходить за видиму межу. %2$sПостарайтеся скоротити його%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sШирина SEO заголовку%2$s: Чудова робота!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sШирина SEO заголовку%3$s: SEO заголовок занадто короткий. %2$sВикористовуйте простір, щоб додати слова з ключової фрази або заклику до дії%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sВихідні посилання%2$s: На цій сторінці містяться як звичайні вихідні посилання так і вихідні посилання з атрибутом nofollow. Чудова робота!"],"%1$sOutbound links%2$s: Good job!":["%1$sВихідні посилання%2$s: Добра робота!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sВихідні посилання%3$s: Всі вихідні посилання на цій сторінці містять атрибут nofollow. %2$sДодайте декілька хороших посилань%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sВихідні посилання%3$s: На сторінці немає вихідних посилань. %2$sДодайте їх%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sДовжина мета опису%2$s: Чудово!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sДовжина мета опису%3$s: Ваш мета опис довше %4$d символів. Щоб зробити ваш опис повністю видимим, %2$sвам необхідно скоротити довжину мета опису%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sДовжина мета опису%3$s: Ваш мета опис занадто короткий (менше %4$d символів). Вам доступні %5$d символів. %2$sВикористайте їх%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sДовжина мета опису%3$s: Ви ще не додали мета опису. Замість нього пошукові системи будуть відображати частини вмісту з вашої сторінки. %2$sСтворіть мета опис%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sКлючова фраза в мета описі%2$s: Ви додали мета опис, але ви не включили до нього вашу ключову фразу. %3$sВиправте це%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sКлючова фраза в мета описі%2$s: Ваш мета опис містить ключову фразу %3$s раз. Це більше рекомендованого макмимуму (2 рази). %4$sНе повторюйтесь%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sКлючова фраза в мета описі%2$s: Ключова фраза або її синонім зустрічається в мета описі. Чудово!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sДовжина ключової фрази%5$s: Ваша ключова фраза містить %1$d слів. Це значно більше ніж рекомендований максимум (%2$d слів). %4$sСкоротіть її%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sДовжина ключової фрази%5$s: Ваша ключова фраза містить %1$d слів. Це більше ніж рекомендований максимум (%2$d слів). %4$sСкоротіть її%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sДовжина ключової фрази%2$s: Чудово!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sДовжина ключової фрази%3$s: Для цієї сторінки не встановлено фокусне слово. %2$sВстановіть його для розрахунку SEO оцінки%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sКлючова фраза у вступі%3$s: Ваша ключова фраза або її синоніми не зустрічаються в першому абзаці. %2$sПереконайтесь, що тема тексту ясна відразу%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sКлючова фраза у вступі%3$s: Ваша ключова фраза або її синоніми зустрічаються в першому абзаці, але не всередині одного речення. %2$sВиправіть це%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sКлючова фраза у вступі%2$s: Чудово!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sВнутрішні посилання%2$s: На цій сторінці є як внутрішні посилання з атрибутом nofollow так і звичайні внутрішні посилання. Чудова робота!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sВнутнішні посилання%2$s: У вас достатньо внутрішніх посилань. Хороша робота!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sВнутрішні посилання%3$s: Всі внутрішні посилання на цій сторінці містять атрибут nofollow. %2$sДодайте декілька хороших внутрішніх посилань%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sВнутрішні посилання%3$s: В тексті немає внутрішніх посилань, %2$sдодайте декілька%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sПерехідні слова%2$s: Чудова робота!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sПерехідні слова%2$s: Тільки %3$s речень містить перехідні слова. Цього не достатньо. %4$sВикористовуйте більше перехідних слів%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sПерехідні слова%2$s: Жодне з речень не містить перехідних слів. %3$sВикористовуйте перехідні слова%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sНедостатньо вмісту%2$s: %3$sБудь-ласка, додайте більше тексту, щоб ми змогли його якісно проаналізувати%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sРозподілення підзаголовків%2$s: Ви не використовуєте підзаголовки, але ваш текст достатньо короткий, так що, можливо, вони не потрібні."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sРозподілення підзаголовків%2$s: Ви не використовуєте підзаголовки зоча ваш текст достатньо довгий. %3$sПостарайтесь додати декілька підзаголовків%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sРозподілення підзаголовків%2$s: %3$d секція вашого тексту довша, ніж %4$d слів і не розділена підзаголовками. %5$sДодайте підзаголовки щоб покращити читабельність%2$s.","%1$sРозподілення підзаголовків%2$s: %3$d секції вашого тексту довші, ніж %4$d слів і не розділені підзаголовками. %5$sДодайте підзаголовки щоб покращити читабельність%2$s.","%1$sРозподілення підзаголовків%2$s: %3$d секцій вашого тексту довші, ніж %4$d слів і не розділених підзаголовками. %5$sДодайте підзаголовки щоб покращити читабельність%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sРозподілення підзаголовків%2$s: Чудова робота!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sДовжина речень%2$s: %3$s ваших речень довші, ніж %4$s слів, що більше, ніж рекомендований максимум в %5$s. %6$sСпробуйте скоротити речення%2$s."],"%1$sSentence length%2$s: Great!":["%1$sДовжина речень%2$s: Чудово!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sПослідовні речення%2$s: В ваших реченнях достатньо різноманіття. Це дуже добре!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sПослідовні речення%2$s: Ваш текст містить %3$d речення поспіль, які починаються з одного і того ж слова. %5$sДодайте різноманіття%2$s!","%1$sПослідовні речення%2$s: Ваш текст містить %4$d частин, де %3$d речень поспіль починаються з одного і того ж слова. %5$sДодайте різноманіття%2$s!","%1$sПослідовні речення%2$s: Ваш текст містить %4$d частин, де %3$d речень поспіль починаються з одного і того ж слова. %5$sДодайте різноманіття%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sПасивний стан%2$s: %3$s ваших речень містять дієслова пасивного стану, що вище рекомендованого максимуму в %4$s. %5$sСтарайтесь використовувати більше дієслова активного стану%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sПасивний стан%2$s: Ви достатньо використовуєте активний стан дієслова. Це чудово!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sДовжина абзаців%2$s: %3$d з ваших абзаців містить більше ніж рекомендований максимум в %4$d слів. %5$sСкоротіть абзаци%2$s!","%1$sДовжина абзаців%2$s: %3$d з ваших абзаців містять більше ніж рекомендований максимум в %4$d слів. %5$sСкоротіть абзаци%2$s!","%1$sДовжина абзаців%2$s: %3$d з ваших абзаців містять більше ніж рекомендований максимум в %4$d слів. %5$sСкоротіть абзаци%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sДовжина абзаців%2$s: У вас немає задовгих абзаців. Чудова робота!"],"Good job!":["Відмінна робота!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sІндекс читабельності Флеша%2$s: Ваш тест отримав оцінку %3$s в тесті легкості читання, що означає що його %4$s читати. %5$s%6$s%7$s"],"Focus keyphrase":["Фокусне ключове слово"],"%1$s with ID %2$s couldn't be patched":["%1$s з ID %2$s не може бути виправлений"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Невірний запит POST. Мета значення вже існує дляоб'єкту з ID %1$s."],"Indexable with ID `%1$s` does not exist":["Індексуємий об'єкт з ID `%1$s` не існує"],"No object with ID %1$s and %2$s could be found":["Об'єкти з ID %1$s та %2$s не можуть бути знайдені"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` - неверіний підтип `%2$s`"],"The object type `%1$s` is invalid":["Невірний тип об'єкту `%1$s`"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Вказано невірний тип параметру `%1$s`. Очікувалось `%2$s`, але отримано `%3$s`"],"The parameter `%1$s` cannot be empty.":["Параметр `%1$s` не може бути порожнім."],"Check Keyphrase Density":["Перевірити Вживаність ключової фрази"],"Disable":["Відключити"],"Allow Control":["Дозволити контроль"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["На цій вкладці можна вибірково вимкнути можливості %s для всіх сайтів мережі. За замовчуванням усі можливості увімкнені, що дозволяє адміністраторам сайту налащтовувати їх самостійно для своїх сайтів. Якщо ви вимкнете будь-яку можливість тут, то адміністратори сайту зовсім не зможуть її використати."],"%s is a required feature toggle argument.":["%s - необхідний аргумент для включення або виключення можливості."],"Keyphrase:":["Ключове слово:"],"Remove keyphrase":["Прибрати ключове слово"],"This feature has been disabled by the network admin.":["Ця можливість відключена адміністратором мережі."],"Focus keyphrase not set.":["Фокусне ключове слово не встановлено."],"Multiple keyphrases":["Множинні ключові слова"],"Colon":["Двокрапка"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s та %2$s керують налаштуваннями SEO вашого сайту. Запуск двух SEO плагінів одночасно може нашкодити вашому сайту."],"There is a new notification.":["Є нове сповіщення.","Є нових сповіщення.","Є нових сповіщень."],"Learn more about the readability analysis":["Детальніше про аналіз читання"],"Describe the duration of the instruction:":["Опишіть тривалість інструкції:"],"Optional. Customize how you want to describe the duration of the instruction":["Не обов'язково. Налаштуйте те, як ви хочете описати тривалість інструкції"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Цей список зв'язаного вмісту на які ви можете посилатись у дописі. {{a}}Прочитайте нашу статтю про структуру сайту{{/a}}, щоб дізнатись як внутрішні посилання можуть покращити SEO."],"%s, %s and %s":["%s, %s і %s"],"%s and %s":["%s і %s"],"%d minute":["%d хвилин","%d minutes","%d minutes"],"%d hour":["%d годин","%d hours","%d hours"],"%d day":["%d день","%d дні","%d днів"],"Enter a step title":["Введіть назву кроку"],"Optional. This can give you better control over the styling of the steps.":["Необов'язково, проте це надасть вам більший контроль над стилем кроків."],"CSS class(es) to apply to the steps":["CSS клас(и) застосовувані до кроків"],"minutes":["хвилини"],"hours":["години"],"days":["дні"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Створюйте ваші How-to керівництва в SEO-оптимізованому вгляді. Ви можете використати лише 1 блок How-to на допис. "],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Створюйте списки ваших Часто задаваних Питань в SEO-оптимізованому вигляді. Ви можете використати лише 1 блок ЧаПи на допис."],"Copy error":["Помилка копіювання"],"An error occurred loading the %s primary taxonomy picker.":["Виникла помилка завантаження %s вибору основної таксономії."],"%1$s Structured Data Blocks":["%1$s структуровані блоки даних"],"Time needed:":["Потрібний час:"],"Move question down":["Перемістити питання вниз"],"Move question up":["Перемістити питання вгору"],"Insert question":["Вставте питання"],"Delete question":["Видалити питання"],"Enter the answer to the question":["Введіть відповідь на питання"],"Enter a question":["Введіть питання"],"Add question":["Додати питання"],"Frequently Asked Questions":["Часто задавані питання"],"Great news: you can, with %s!":["Чудова новина: ви можете, з %s!"],"Select the primary %s":["Виберіть основний %s"],"Check links to this URL":["Перевірте посилання до цього URL"],"Keyword research training":["Тренінг по ключовим словам"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Будь-ласка, перевірте %1$sшаблон архіву%2$s для наступного типу вмісту: %3$s.","Будь-ласка, перевірте %1$sшаблон архіву%2$s для наступних типів вмісту: %3$s.","Будь-ласка, перевірте %1$sшаблон архіву%2$s для наступних типів вмісту: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Ви намагаєтесь використати декілька ключових слів? Окремо нижче ви повинні їх додати."],"Mark as cornerstone content":["Відмітити як основний вміст"],"Move step down":["Перемістити крок вниз"],"Move step up":["Перемістити крок вверх"],"Insert step":["Вставити крок"],"Delete step":["Видалити крок"],"Add image":["Додати зображення"],"Enter a step description":["Зазначити опис кроку"],"Enter a description":["Введіть опис"],"Unordered list":["Несортований список"],"Showing step items as an ordered list.":["Показувати елементи кроку як упорядкований список."],"Showing step items as an unordered list":["Показувати елементи кроку як невпорядкований список."],"Add step":["Додати крок"],"Delete total time":["Видалити загальний час"],"Add total time":["Додати загальний час"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Попередній перегляд сніппета"],"Analysis results":["Результати аналізу"],"Enter a focus keyphrase to calculate the SEO score":["Введіть фокусне ключове слово для розрахунку оцінки SEO"],"Learn more about Cornerstone Content.":["Дізнайтеся більше про Основний вміст."],"Cornerstone content should be the most important and extensive articles on your site.":["Основним вмістом повинні бути найбільш важливі і великі статті на вашому сайті."],"Restore Site":["Відновити сайт"],"Network Settings":["Налаштування мережі"],"You are not allowed to perform this action.":["Ви не дозволено виконати цю дію."],"Error: %s":["Помилка: %s"],"Success: %s":["Вдало: %s"],"Site with ID %d not found.":["Сайт з ID %d не знайдений."],"No site has been selected to restore.":["Не вибрано сайт для відновлення."],"You are not allowed to modify unregistered network settings.":["Вам не дозволено змінювати незареєстровані налаштування мережі."],"deleted":["видалено"],"Would you like to add another keyphrase?":["Хочете додати інше ключове слово?"],"image preview":["попередній перегляд"],"Copied!":["Скопійовано!"],"Not supported!":["Не підтримується!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Читайте нашу статтю про структуру сайту, аби більше дізнатись про те_ як внутрішні посилання можуть допомогти покращити ваш SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Щойно ви додасте ще трохи копій, ми надамо вам перелік пов'язаного контенту (вмісту), до котрого ви зможете посилатись у ваших записах"],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Перегляньте посилання на ці ключові статті"],"Consider linking to these articles:":["Переглянте посилання на ці статті"],"Copy link":["Скопіювати посилання"],"Copy link to suggested article: %s":["Скопіюйте посилання до пропонованої статті: %s"],"The site's tagline":["Ключова фраза сайту"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Ми нещодавно покращили функціональність налаштувань виду результатів пошуку. Нажаль, ми виявили, що в окремих крайніх випадках збереження налаштувань для окремих типів архівів дописів працювало некоректно."],"Not all required fields are given. Missing field %1$s":["Не всі обов'язкові поля заповнені. Пропущено поле %1$s"],"Optimize your site for Google News.":["Оптимізуйте сайт для Google News"],"Optimize your shop's SEO and sell more products!":["Оптимізуй SEO свого магазину і продавай більше!"],"Be found in Google Video search and enhance your video sharing on social media.":["Нехай вас знаходять в Google пошуку відео, а також покращите розповсюдження відео в соціальних мережах."],"Be found in Google Maps and local results.":["Нехай вас знаходять на Google картах і в локальному пошуку."],"Learn practical SEO skills to rank higher in Google.":["Вивчайте практичні навики SEO для підвищення рейтингу в Google."],"Don’t waste time figuring out the best settings yourself.":["Не витрачайте час на те, щоб самостійно визначити найкращі налаштування."],"Get quick wins to make your site rank higher in search engines.":["Досягніть швидких перемог в ранжирування вашого сайту в пошукових системах."],"Add synonyms":["Додати синоніми"],"Would you like to add keyphrase synonyms?":["Чи ви бажаєте додати синоніми ключових слів?"],"Would you like to add more than one keyphrase?":["Чи ви бажаєте декілька ключових слів?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Ви можете редагувати SEO метадані для цього користувальницького типу на %1$sсторінці магазину%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Ви не становили сторінку магазину в налаштуваннях WooCommerce. Встановіть її зараз."],"Current year":["Поточний рік"],"Page":["Сторінка"],"Breadcrumb settings for %s archive":["Налаштування \"хлібних крихт\" для архівів %s"],"Tagline":["Ключова фраза"],"Modify your meta description by editing it right here":["Вкажіть свій мета-опис, редагуючи його прямо тут"],"description (custom taxonomy)":["опис (довільна таксономия)"],"(custom taxonomy)":["(довільна таксономія)"],"(custom field)":["(довільне поле)"],"Term404":["Елемент404"],"Caption":["Підпис"],"Pagenumber":["Номер сторінки"],"Pagetotal":["Кількість сторінок"],"Page number":["Номер сторінки"],"User description":["Опис користувача"],"ID":["ID"],"Modified":["Змінений"],"Post type (plural)":["Тип дописів (множина)"],"Post type (singular)":["Тип допису (однина)"],"Separator":["Розподілювач"],"Search phrase":["Пошукова фраза"],"Term title":["Заголовок терміну"],"Term description":["Опис терміну"],"Tag description":["Опис тегу"],"Category description":["Опис категорії"],"Primary category":["Головна категорія"],"Category":["Категорія"],"Tag":["Позначка"],"Excerpt only":["Тільки уривок"],"Excerpt":["Витяг"],"Site title":["Назва сайту"],"Archive title":["Назва архіву"],"Parent title":["Назва предка"],"Date":["Дата"],"Label":["Мітка"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Вам варто створити перенаправлення, щоб відвідувачі не отримували 404 помилку при переході на URL який вже не існує."],"Search engines and other websites can still send traffic to your deleted post.":["Пошукові системи та інші сайти все ще можуть генерувати трафік на видалений допис."],"Make sure you don't miss out on traffic!":["Переконайтеся, що ви не втрачаєте трафік!"],"You just deleted a %1$s.":["Ви видалили %1$s."],"You just trashed a %1$s.":["Ви перемістили %1$s в кошик."],"Settings for %s archive":["Налаштування для архівів %s"],"Settings for single %s URLs":["Налаштування URL для окремих %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Налаштування на цій сторінці дозволяють зазначити як буде виглядати результат пошука за замовчуванням для вмісту будь-якого типу. Ви можете вибрати який тип вмісту з'явиться в результатах пошуку і варіант опису за замовчуванням."],"Note that not all variables can be used in every field.":["Зауважте, що не всі змінні можна використовувати в кожному полі."],"Snippet variables":["Змінні сніппету"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s поважає Вашу конфіденційність. Прочитайте нашу %2$sprivacy policy%3$s про те, як ми как мы поводимося з Вашою особистою інформацією."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Ви можете %1$s відхилити це повідомлення%2$s, якщо знаєте, що це означає та не хочете далі бачити його."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Налаштування Вашого сайту дозволяють прикріплювати URL на Ваш сайт. Будь-ласка, прочитайте %1$s цей допис про потенційні проблеми %2$s з прикріпленими URL і перевірте чи у вас встановлені правильні налаштування для Вашого сайту."],"Unknown type %1$s":["Невідомий тип %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Включає в себе безкоштовний обліковий запис MyYoast, який дає вам доступ до нашого безкоштовного курсу SEO для початківців!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Підпишиться на нашу розсилку новин якщо хочете отримувати новини про %1$s та інших крутих плагінах %2$s, а також читати цікаві новини та поради зі світу SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Отримайте код підтвердження Baidu у програмі %1$s Baidu для веб-майстрів %2$s."],"Baidu verification code":["Код верифікації Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["The %sФункція імпортера використовує тимчасові таблиці бази даних. Здається, ваша установка WordPress не має можливості зробити це, будь ласка, зверніться до свого хостинг- провайдера."],"Cleanup of %s data failed.":["Очищення від %s дані не вдалося."],"Content Type":["Тип вмісту"],"Filter by content type":["Фільтрувати за типом вмісту"],"Show All Content Types":["Показати всі типи вмісту"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Щоб виправити це, зніміть прапорець біля поля \"Розбити коментарі на сторінках ...\" на %1$sСторінка налаштувань коментарів%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Замінений звичайним заголовком для архіву, створеного WordPress"],"Clean":["Очистити"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Коли ви впевнені, що ваш сайт в порядку, ви можете його очистити. Це призведе до видалення всіх оригінальних даних."],"Step 5: Clean up":["Крок 5: Очистити"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Ви повинні запустити майстра налаштування: SEO→Загальні→Майстерня, щоб переконатися, що всі налаштування вашого сайту правильні."],"Step 4: Run the configuration wizard":["Крок 4: Запустіть майстра налаштування"],"Please check your posts and pages and see if the metadata was successfully imported.":["Перевірте свої повідомлення і сторінки та переконайтеся, чи були метадані імпортовані успішно."],"Step 3: Check your data":["Крок 3: Перевірте свої дані"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Це імпортує метадані типу заголовка SEO та описів в метадані %1$s. Це станеться тільки в тому випадку, якщо ви ще не задали метадані %1$s. Початкові дані залишаться на місці."],"Step 2: Import":["Крок 2: Імпорт"],"Please make a backup of your database before starting this process.":["Будь ласка, створіть резервну копію вашої бази даних, перш ніж почати цей процес."],"Step 1: Create a backup":["Крок 1: Створіть резервну копію"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Ми виявили дані одного або кількох плагінів SEO на вашому сайті. Щоб імпортувати ці дані, виконайте наведені нижче дії:"],"Plugin: ":["Плагін: "],"%s did not detect any plugin data from plugins it can import from.":["%s не виявив жодних даних плагіна з плагінів, з яких він може імпортувати."],"Posts that should not show up in search results":["Публікації, які не повинні відображатися в результатах пошуку"],"%s data found.":["%s знайдено."],"%s data successfully removed.":["%s успішно видалено."],"%s data successfully imported.":["%s успішно імпортовано."],"%s data not found.":["%s не знайдено."],"Improve your SEO skills":["Покращіть свої навички роботи з SEO"],"24/7 email support":["24/7 підтримка по email"],"No more dead links a.k.a. 404 pages":["Більше немає мертвих посилань (404 сторінок)"],"Get real-time suggestions for internal links":["Отримуйте пропозиції в режимі реального часу для внутрішніх посилань"],"Preview your page in Facebook and Twitter":["Попередній перегляд вашої сторінки в Facebook і Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Натисніть кнопку \"%3$s\", щоб скористатися мета описами, вже встановленими у налаштуваннях %1$sПошук Вигляд Домашня сторінка%2$s."],"Help on copying the home meta description":["Довідка щодо копіювання домашнього мета-опису"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Щоб дозволити пошуковим системам знати, які соціальні профілі пов'язані з цим сайтом, введіть нижче дані про соціальні профілі вашого сайту."],"Learn more about your social profiles settings":["Докладніше про налаштування ваших соціальних профілів"],"Remove the categories prefix":["Видалити префікс категорій"],"Help on the category prefix setting":["Довідка щодо налаштування префіксу категорії"],"Learn more about the available variables":["Дізнайтеся більше про доступні змінні"],"Learn more about the RSS feed setting":["Дізнайтеся більше про налаштування каналу RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Коли ви завантажуєте мультимедіа (наприклад, зображення або відео) у WordPress, це не просто збереження носія, але і створює для нього файл URL-адреси вкладення. Ці сторінки вкладень є порожніми: вони містять мультимедійний елемент і, можливо, заголовок, якщо ви ввели його. Через це, якщо ви ніколи не використовуєте ці URL-адреси вкладень, їх краще відключити та переадресовувати їх на самий медіафайл."],"Learn more about the Media and attachment URLs setting":["Докладніше про налаштування URL-адрес медіа та вкладень"],"Learn more about the title separator setting":["Докладніше про параметр розділювача заголовка"],"Learn more about the knowledge graph setting":["Дізнайтеся більше про налаштування графіка знань"],"Learn more about the homepage setting":["Докладніше про налаштування домашньої сторінки"],"Learn more about the special pages setting":["Дізнайтеся більше про налаштування спеціальних сторінок"],"Help on the date archives search results setting":["Довідка в налаштуваннях результатів пошуку архівів дати"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Не показувати архіви для авторів без повідомлень у результатах пошуку технічно означає, що вони матимуть мета %1$s роботів і будуть виключені з файлів XML-карт. %2$sДодаткова інформація про налаштування результатів пошуку%3$s."],"Help on the authors without posts archive search results setting":["Довідка про авторів без публікації налаштувань результатів пошуку в архіві"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Не показувати архів для авторів у результатах пошуку технічно означає, що вони матимуть мета %1$s роботів і будуть виключені з файлів XML-карт. %2$sДодаткова інформація про налаштування результатів пошуку%3$s."],"Help on the author archives search results setting":["Довідка про параметри результатів пошуку архівів"],"Archives settings help":["Параметри архівів допоможуть"],"Learn more about the archives setting":["Дізнайтеся більше про налаштування архівів"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Отримайте код підтвердження Yandex у %1$sYandex Інструменти для веб-майстрів%2$s."],"Yandex verification code":["Код верифікації Яндекс"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Отримайте код підтвердження Google у %1$sGoogle Search Console%2$s."],"Google verification code":["Код верифікації Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Отримайте код підтвердження Bing у програмі %1$sBing для веб-майстрів%2$s."],"Bing verification code":["Код верифікації Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Ви можете використовувати вказані нижче поля для перевірки за допомогою різних Інструментів для веб-майстрів. Ця функція додасть мета-тег підтвердження на домашню сторінку. Дотримуйтесь посилань на інші Інструменти для веб-майстрів та шукайте вказівки для методу перевірки метатегів, щоб отримати код підтвердження. Якщо ваш сайт вже підтверджено, ви можете просто забути про це."],"Learn more about the Webmaster Tools verification":["Докладніше про підтвердження Інструментів для веб-майстрів"],"On":["Увімкнено"],"Help on: %s":["Довідка по: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s пропонує безліч різних сервісів. Ви можете ввімкнути / вимкнути деякі з них нижче. Натисніть на знак питання, щоб отримати більше інформації про сервіс."],"Off":["Вимкнено"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Розширений розділ мета-коду %1$s дозволяє користувачеві видаляти публікації з результатів пошуку або змінювати канонічні. Це те, що вам не хочеться робити будь-який автор. Ось чому, за замовчуванням, лише редактори та адміністратори можуть це зробити. Установка на \"%2$s\" дозволяє всім користувачам змінювати ці налаштування."],"Security: no advanced settings for authors":["Безпека: немає додаткових налаштувань для авторів"],"See who contributed to %1$s.":["Подивіться, хто зробив внесок в %1$s."],"Help on this search results setting":["Довідка в цьому налаштуваннях результатів пошуку"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Не показуючи архів %1$s у результатах пошуку, технічно це означає, що вони матимуть мета %2$s роботів і будуть виключені з файлів XML-карт. %3$sДодаткова інформація про налаштування результатів пошуку%4$s.."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Не показ %1$s в результатах пошуку технічно означає, що вони матимуть мета %2$s роботів і будуть виключені з карт XML-карти. %3$sДодаткова інформація про налаштування результатів пошуку%4$s."],"Check SEO configuration":["Перевірте налаштування SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Бажаєте переконатися, що ваші налаштування %1$s все ще в порядку? %2$sВідкрийте майстер конфігурації ще раз%3$s, щоб перевірити їх."],"Default for %2$s, currently: %1$s":["За умовчанням для %2$s, наразі: %1$s"],"Show %s in search results?":["Показати %s у результатах пошуку?"],"this author's archives":["архіви цього автора"],"Do not allow search engines to show %s in search results.":["Не дозволяйте пошуковим системам показувати %s у результатах пошуку."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL-адреси Категорії в WordPress містять префікс, зазвичай%s, ця функція видаляє цей префікс тільки для категорій."],"Category URLs":["URL категорія"],"the archive for %s":["архів для %s"],"Redirect attachment URLs to the attachment itself?":["Перенаправити URL вкладень на файл вкладення?"],"We recommend you set this to Yes.":["Ми рекомендуємо встановити це значення Так."],"Media & attachment URLs":["URL-адреси для медіа та вкладень"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Це показується в результатах пошуку, коли люди знаходять вашу домашню сторінку. Це означає, що це, мабуть, те, що вони бачать під час пошуку вашого бренду."],"date archives":["датовані архіви"],"archives for authors without posts":["архіви авторів без записів"],"Read why XML Sitemaps are important for your site.":["Чому XML-файли Sitemap важливі для вашого сайту?"],"Enable the XML sitemaps that %s generates.":["Увімкнути XML-карти сайту, яка генерує%s."],"See the XML sitemap.":["Див. XML Sitemap."],"%2$s (current default for %1$s)":["%2$s (поточне значення за умовчанням для %1$s)"],"Media":["Медіа"],"Content Types":["Типи вмісту"],"Should search engines follow links on this %1$s?":["Чи повинні пошукові системи стежити за посиланнями на цьому %1$s?"],"Allow search engines to show this %s in search results?":["Дозволити пошуковим системам показувати цей %s у результатах пошуку?"],"Search Appearance":["Відображення в пошуковій видачі"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Будь-ласка, вкажіть які типи контенту повинні з'являтись у результатах видачі пошукових систем. Якщо ви не знаєте різниці між ними, виберіть налаштування за замовчуванням."],"Search engines should show \"%1$s\" in search results:":["Пошукові системи мають відображати \"%1$s\" у результатах пошуку:"],"Search engine visibility":["Видимість пошукової системи"],"Toggle %1$s's XML Sitemap":["Переключити XML Sitemap %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Запити на підтримку, які ви створюєте тут, надсилаються безпосередньо в нашу систему підтримки, яка захищена 256-бітовим SSL, тому зв'язок 100% надійний."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Функція особливість контенту дозволяє відмітити та фільтрувати на вашому веб-сайті зміст функцію контенту."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Якщо у вас виникла проблема, яку ви не можете вирішити за допомогою нашого відео-посібника або бази знань, ви можете надіслати повідомлення нашої служби підтримки. Їх можна дістати 24 години на добу."],"Good results":["Гарні результати"],"Get better search results in local search":["Отримати кращі результати пошуку в локальному пошуку"],"Allow customers to pick up their %s order locally":["Дозволити клієнтам вибирати місцевий замовлення %s"],"SEO analysis":["SEO аналіз"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO аналіз пропонує пропозиції щодо вдосконалення SEO вашого тексту."],"Learn how the SEO analysis can help you rank.":["Дізнайтеся, як аналіз SEO може допомогти вам оцінити."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Аналіз читабельності пропонує пропозиції щодо вдосконалення структури та стилю вашого тексту."],"Discover why readability is important for SEO.":["Дізнайтеся, чому читацькість важлива для SEO."],"Find out how cornerstone content can help you improve your site structure.":["Дізнайтеся, як зміст функції сонтенту може допомогти вам покращити структуру вашого сайту"],"The text link counter helps you improve your site structure.":["Лічильник текстових посилань допомагає вам покращити структуру вашого сайту."],"Find out how the text link counter can enhance your SEO.":["Дізнайтеся, як лічильник текстових посилань може покращити ваш SEO."],"%s integration":["%s інтеграція"],"Read more about how %s works.":["Дізнайтеся більше про те, як працює %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Прио Original string Translation -\nУвімкніть цю функцію, якщо ви хочете, щоб у Facebook та інших соціальних мережах відображалося попередній перегляд з зображеннями та витяг з текстом, коли надається посилання на ваш сайт."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Увімкніть цю функцію, якщо ви хочете, щоб Twitter відображатиме попередній перегляд з зображеннями та витяг тексту, коли посилання на ваш сайт буде спільним."],"Find out why you should upgrade to %s":["Дізнайтеся, чому ви повинні перейти на %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Останні записи блогів в %1$s"],"Need help?":["Потрібна допомога?"],"Remove highlight from the text":["Видалити виділення з тексту"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Швидко почати роботу з %1$s %2$sмайстром налаштувань%3$s!"],"First-time SEO configuration":["Перше налаштування SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Мова сайту {language}. Якщо це не правильно, зверніться до адміністратора вашого сайту."],"Your site language is set to {language}.":["Мова вашого сайту є {language}."],"Highlight this result in the text":["Виділіть цей результат у тексті"],"Considerations":["Міркування"],"Errors":["Помилки"],"Change language":["Змінити мову"],"You cannot create a %s file.":["Ви не можете створити %s файл."],"You cannot edit the %s file.":["Ви не можете редагувати файл %s."],"Updated %s":["Оновлено %s"],"Create %s file":["Створити %s файл"],"Edit the content of your %s:":["Редагувати вміст вашого %s:"],"Save changes to %s":["Зберегти зміни до %s"],"%s file":["%s файл"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s та %2$s можуть працювати разом набагато краще, додавши плагін допомоги. Будь ласка, встановіть %3$s, щоб зробити ваше життя кращим. %4$s."],"More information":["Більше інформації"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s та %2$s можуть працювати разом набагато краще, додавши плагін допоміжного. Будь ласка, активуйте %3$s, щоб зробити ваше життя кращим."],"More information about %1$s":["Докладніше про %1$s"],"Configuration Wizard":["Майстер конфігурації"],"You've done it!":["Ви зробили це!"],"Seamlessly integrate %1$s into your AMP pages!":["Безшовних інтеграції %1$s в AMP сторіноки!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Без проблем інтегруються %2$s з %1$s для аналізу змісту!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s і %2$s може працювати разом, набагато краще, додавши допоміжний плагін. Будь ласка, встановіть %3$s, щоб зробити ваше життя кращим."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Заголовок & metas настройки для %1$s складається зміними, які замінюються на конкретних значень зі сторінки, коли відображається на сторінці. Наведена нижче таблиця містить список доступних змінних."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Позначте найважливіший %1$s як \"основний зміст\", щоб покращити структуру вашого сайту. %2$s Докладніше про наріжний камінь %3$s."],"Loading help center.":["Завантажуємо центр допомоги."],"Get support":["Отримати підтримку"],"(Opens in a new browser tab)":["(Відкриється в новій вкладці браузера)"],"Posts %1$swithout%2$s a focus keyphrase":["Дописів %1$sбез%2$s фокусного ключового слова"],"Hey, your SEO is doing pretty well! Check out the stats:":["Ей! У вас відмінні оцінки SEO! Подивіться статистику:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["У вас немає опублікованих публікацій, ваші результати SEO з'являться тут, як тільки ви створите свій перший пост!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["На цій сторінці ви можете змінити назву свого сайту та вибрати який розподілювач використовувати. Розділювач буде відображатись, наприклад, між заголовком допису та назвою сайту. Символи відображабться в тому ж розмірі який показується в результатах пошуку. Виберіть той, що краще всього підходить вашому бренду або займає найменьше місця в сніпетах."],"Something else":["Щось ще"],"A portfolio":["Портфоліо"],"A corporation":["Корпорація"],"A small offline business":["Малий оффлайн бізнес"],"A news channel":["Канал новин"],"An online shop":["Онлайн-магазин"],"A blog":["Блог"],"What does the site %1$s represent?":["Кого представляє цей сайт %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Якщо ви виберете ні, ваші авторіські архіви архіву будуть вимкнені, щоб \nзапобігти дублювання вмісту."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Примітка: ми не зберігаємо ваші дані і не маємо повний доступ до вашого облікового запису. З нами ваші особисті дані в безпеці."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s інтегрується с Google Search Console, обов'язковим інструментом для власників сайтів. Він надає вам інформацію про стан вашого сайту. У вас немає облікового запису Google або ваш сайт ще не активовано? Дізнайтесь, %2$sяк подключити Google Search Console до вашого сайту%3$s."],"Option B: My site is under construction and should not be indexed":["Варіант Б: Мій сайт ще створюється і не повинен бути індексований"],"Option A: My site is live and ready to be indexed":["Варіант А: Мій сайт працює і готовий до індексації"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Оберіть \"на стадії розробки\" якщо хочете щоб сайт не був проіндексований пошуковими системами. Не забудьте змінити це налаштування згодом, коли будете готові опублікувати сайт."],"Please specify if your site is under construction or already active.":["Будь ласка, вкажіть, чи знаходиться ваш в стадії конструювання або вже активний."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Ця інформація буде використана в компанії Google's Knowledge Graph Card, \nвеликий блок інформації, що ви бачите на правій стороні результатів пошуку."],"Read more like this on our SEO blog":["Детальніше про це на нашому блозі SEO"],"Readability: %s":["Читабельність: %s"],"Not activated":["Не активовано"],"Activated":["Активовано"],"%1$s recommendations for you":["%1$s рекомендує"],"All Readability Scores":["Всі показники легкості читання"],"Filter by Readability Score":["Фільтрувати за оцінкою читабельності"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Ви не отримуєте оновлень або підтримки! Усунути цю проблему: додайте цей сайт та Увімкніть %1$s його у %2$s."],"Request method %1$s is not valid.":["Запит методу %1$s недійсний."],"Muted notifications:":["Згадані сповіщення:"],"Muted problems:":["Вимкнені проблеми:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Ви хочете переглянути, як виглядатиме це, якщо люди поділилися цим повідомленням на %1$s? Ви можете, з%2$s."],"Good job! All the links in your texts have been counted.":["Хороша робота! Всі посилання у ваших текстах були підраховані."],"Calculation completed.":["Підрахунок завершено."],"Calculation in progress...":["Триває підрахунок..."],"Stop counting":["Припинити підрахунок"],"Counting links in your texts":["Підрахунок лінків у ваших текстах"],"Text %1$s of %2$s processed.":["Текст %1$s з %2$s оброблений."],"All your texts are already counted, there is no need to count them again.":["Всі ваші тексти вже підраховані, їх не потрібно підраховувати знов."],"Count links in your texts":["Кількість посилань в ваших текстах"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Посилання на всі Ваші публічні тексти потрібно враховувати. Це дасть уявлення про те, які тексти потребують більше посилань на них. Якщо ви хочете дізнатись більше про те, чому і як внутрішні посилання, перегляньте статтю %1$s про внутрішнє посилання на %2$s%3$s."],"Text link counter":["Лічильник текстових посилань"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Кількість внутрішніх посилань, що посилаються на це повідомлення. Щоб дізнатись більше, перегляньте текст \"Yoast Columns\" на вкладці \"Довідка\"."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Кількість внутрішніх посилань у цьому повідомленні. Щоб дізнатись більше, перегляньте текст \"Yoast Columns\" на вкладці \"Довідка\"."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s додає кілька стовпчиків до цієї сторінки. Ми написали статтю про показ %2$s, щоб використовувати оцінку SEO та оцінку читання %3$s. У стовпцях \"Посилання\" показано кількість статей на цьому сайті, що зв'язують %5$sto%6$s з цією статтею та кількістю URL-адрес, пов'язаних з цією статтею %5$sfrom%6$s. Дізнайтеся більше про показ %4$s щоб використовувати ці функції, щоб покращити внутрішнє посилання %3$s, що значно покращує ваш SEO."],"%s Columns":["%s Колонки"],"Readability score":["Оцінка читабельності"],"Other benefits of %s for you:":["Інші можливості %s для вас:"],"Scroll to see the preview content.":["Прокрутіть, щоб побачити попередній перегляд контенту"],"Cornerstone content":["Ключовий вміст"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s тепер потурбується про всю необхідну технічну оптимізацію вашого сайту. Щоб дійсно покращити ефективність вашого сайту в результатах пошуку, важливо почати створювати вміст, який відповідає вашим ключовим словам. Перегляньте це відео, в якому ми пояснюємо, як використовувати %1$s metabox при редагуванні повідомлень або сторінок."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Якщо ви хочете випередити конкуренцію в певному місті чи регіоні, перегляньте наш плагін %1$s! Ви зможете легко вставити Google карти, години роботи, контактну інформацію та локацію магазину. Крім того,%1$s допомагає вам покращити зручність використання вашої сторінки контактів."],"Attract more customers near you":["Залучити більше клієнтів поряд з вами"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Ви хочете знати всі входи та виходи плагіна %1$s? Ви хочете дізнатись все про наші розширені налаштування? Хочете, щоб можна було отримати максимальну віддачу від плагіна %1$s? Ознайомтеся з нашою програмою підготовки плагінів %1$s і почніть перемагати на конкурсі!"],"Get the most out of %1$s with the %2$s":["Дізнайтесь більше про %1$s з %2$s"],"Upgrade to Premium":["Оновити до Преміум"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Ви хочете випередити свою конкуренцію? %1$s дає вам чудові додаткові функції, які допоможуть вам налаштувати стратегію SEO як професіонала. Використовуйте функціональні ключові слова для декількох фокус, менеджер перенаправлення та наш внутрішній інструмент для зв'язку. %1$s також дасть вам доступ до преміум-підтримки"],"Outrank the competition with %s":["Перевершити конкурентів з %s"],"You might like":["Вам може сподобатися"],"Newsletter":["Підписка на оновлення"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Ми виявили, що ви ще не закінчили налаштування, тому ми рекомендуємо вам %2$sзапустити майстер налаштувань для того, щоб налаштувати %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Помічник допоможе оптимально налаштувати Ваші SEO параметри."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Придбайте Преміум і наші експерти допоможуть з будь-якими питаннями, які у вас виникають з налаштуванням і використанням плагіну."],"Superfast internal linking suggestions":["Супершвидкісні внутрішні посилання"],"Great news: you can, with %1$s!":["Чудові новини: ви можете із %1$s!"],"Save changes":["Зберегти зміни"],"1 year free support and updates included!":["1 рік безкоштовних оновлень та розширень включно!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Плагін %2$s змінює вихід вашого сайту, і це робить різницю між пошуковими системами та звичайними користувачами, процес, який називається маскуванням. Ми настійно рекомендуємо вимкнути його."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sПередпоказ в соціальних межежаж%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sБільше ніяких мертвих посилань%2$s: простий менеджер перенаправлення"],"No ads!":["Без реклами!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Попередній огляд для соціальних мереж"],"Easy redirect manager":["Зручне керування перенаправленнями"],"No more dead links":["Більше немає мертвих посилань"],"Increase your SEO reach":["Підвищіть ваш SEO рівень"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Якщо вам потрібна додаткова допомога у створенні чудового вмісту, ознайомтеся з нашим курсом %2$sSEO для копіювання тексту %3$s. Ви хочете знати все про особливості плагіна, вважають, що робити наші %1$s!"],"Variable":["Змінна"],"Available variables":["Доступні змінні"],"Scroll to see the table content.":["Розгорніть, щоб побачити вміст таблиці."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Будь ласка, зверніться до статті %1$s про те, як підключити ваш веб-сайт до Google Search Console %2$s, якщо вам потрібна допомога."],"An error occurred in the '%1$s' assessment":["Помилка при оцінюванні '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s слів містить %2$syver%3$s складки %4$s, що більше ніж рекомендований максимум %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s слів містить %2$syver%3$s складки %4$s, що менше або дорівнює рекомендованому максимуму%5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Це трохи менше рекомендованого мінімуму в %5$d слово. %3$sДодайте трохи більше змісту, що має відношення до даної теми%4$s.","Це трохи менше рекомендованого мінімуму в %5$d слова. %3$sДодайте трохи більше змісту, що має відношення до даної теми%4$s.","Це трохи менше рекомендованого мінімуму в %5$d слів. %3$sДодайте трохи більше змісту, що має відношення до даної теми%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Мета-опис містить %1$d пропозиції %2$sover%3$s слова %4$s. Спробуйте скоротити це речення.","Мета опис містить %1$ds речень %2$sover%3$s слова %4$s. Спробуйте скоротити ці речення.","Мета-опис містить %1$d пропозиції %2$sover%3$s слова %4$s. Спробуйте скоротити це речення."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Мета опис не містить жодних речень %1$sover %2$s слова %3$s."],"No new notifications.":["Немає нових сповіщень."],"Save all":["Зберегти все"],"Save":["Зберегти"],"%1$s, Author at %2$s":["%1$s, автор у %2$s"],"Mobile preview":["Мобільний перегляд"],"Desktop preview":["Перегляд на комп'ютері"],"Select redirect":["Виберіть перенаправлення"],"Please provide an SEO title by editing the snippet below.":["Будь ласка, надайте назву SEO, змінивши фрагмент нижче."],"Meta description preview:":["Перегляд мета-опису:"],"Slug preview:":["Попередній перегляд класу:"],"SEO title preview:":["Перегляд SEO заголовку:"],"Close snippet editor":["Закрийте фрагмент редактора"],"Slug":["Частина посилання"],"Remove marks in the text":["Видаліть позначки у тексті"],"Mark this result in the text":["Позначте цей результат у тексті"],"Marks are disabled in current view":["Знаки відключені в поточному перегляді"],"Good SEO score":["Гарна оцінка SEO"],"OK SEO score":["Гарна оцінка SEO"],"Feedback":["Зворотній зв'язок"],"ok":["OK"],"Choose an image":["Вибрати зображення"],"Remove the image":["Вилучити зображення"],"MailChimp signup failed:":["Помилка реєстрації MailChimp:"],"Sign Up!":["Зареєструватись!"],"Name":["Ім’я"],"There is an error with the request.":["Існує помилка з запитом."],"Select profile":["Виберіть профіль"],"Choose a profile":["Виберіть профіль"],"Authorization code":["Код авторизації"],"Reauthenticate with Google":["Повторне автентифікації за допомогою Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Щоб дозволити %s завантажити інформацію про Google Search Console, введіть свій Авторизаційний код Google. Натиснувши на кнопку нижче, відкриється нове вікно"],"Please provide a meta description by editing the snippet below.":["Вкажіть мета-опис сторінки в цьому сніпеті."],"Edit snippet":["Редагувати сніпет"],"You can click on each element in the preview to jump to the Snippet Editor.":["Ви можете натиснути на кожен елемент у попередньому перегляді, щоб перейти до редактора фрагментів."],"Close the Wizard":["Закрийте Майстра"],"Export settings":["Експортувати налаштування"],"%1$s video tutorial":["Відеоролик %1$s"],"%s › Configuration Wizard":["%s › Майстер конфігурації"],"Please don't show me this notification anymore":["Не показуйте мені більше це повідомлення"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Якщо у вас виникли проблеми, файл %1$s спален файл звіту про помилку %2$s, і ми докладемо всіх зусиль, щоб допомогти вам."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Ми помітили, що ви використовуєте %1$s протягом деякого часу; ми сподіваємося, що ви це любите! Ми будемо в захваті, якщо %2$s зможете оцінити 5 зірок на сайті WordPress.org%3$s!"],"Courses":["Курси"],"Date archives settings":["Дата архіву налаштувань"],"Author archives settings":["Налаштування авторських архівів"],"%1$s by %2$s":["%1$s на %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Попередження: змінна %s не може бути використана в цьому шаблоні. Перегляньте довідковий центр для отримання додаткової інформації."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["До речі, ви знали, що у нас також є %1$sPremium плагін%2$s? Він пропонує такі розширені функції, такі як менеджер переадресації та підтримка кількох ключових фраз. Також він включає в себе цілодобову персональну підтримку."],"(no title)":["(без назви)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Меню адміністрування панелі керування %1$s містить корисні посилання на сторонні інструменти для аналізу сторінок та полегшує перевірку наявності нових сповіщень."],"Admin bar menu":["Меню в панелі адміністратора"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s перевіряє щодня, якщо ваш сайт індексується пошуковими системами і %2$s повідомляє вас, якщо це не так."],"Features":["Можливості"],"SEO title":["SEO-заголовок"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Хоча ми прагнемо максимально спростити встановлення %1$s, ми розуміємо, що це може бути складним. Якщо ви хочете, щоб ми налаштували для вас %1$s (і отримаєте копію %2$s у процесі), замовимо нашу службу конфігурації %3$s%1$s %4$s тут!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Ласкаво просимо до майстра налаштування %1$s. У кількох простих кроках ми допоможемо налаштувати параметри SEO відповідно до потреб вашого веб-сайту!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google відображає ім'я вашого веб-сайту в результатах пошуку, якщо ви хочете змінити його, це можна зробити тут."],"Greater than sign":["Більше, ніж знак"],"Less than sign":["Знак менше"],"Right angle quotation mark":["Знак котирування правого кута"],"Left angle quotation mark":["Лівий кутовий лапки"],"Small tilde":["Мала тильда"],"Vertical bar":["Вертикальний стрижень"],"Low asterisk":["Низька зірочка"],"Asterisk":["Зірочка"],"Bullet":["Маркер"],"Middle dot":["Середня точка"],"Em dash":["Довге тире"],"En dash":["Коротке тире"],"Dash":["Тире"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Виберіть символ, який використовуватиметься як розділювач заголовків. Це відображатиметься, наприклад, між заголовком вашого повідомлення та іменем сайту. Символи відображаються у розмірі, який вони відобразять у результатах пошуку."],"The name of the person":["Ім'я особи"],"No":["Ні"],"Yes":["Так"],"Does, or will, your site have multiple authors?":["Має чи буде мати ваш сайт кілька авторів?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress автоматично генерує URL-адресу для кожного мультимедійного елемента в бібліотеці. Увімкнення цього дозволить Google індексувати створену URL-адресу."],"Success!":["Успіх!"],"Title settings":["Налаштування заголовку"],"Google Search Console":["Пошукова консоль Google"],"Multiple authors":["Кілька авторів"],"Site type":["Тип сайту"],"Environment":["Навколишнє середовище"],"Yoast option %1$s not found.":["Опція Yoast %1$s не знайдена."],"Google Structured Data Test":["Тестування структурованих даних Google"],"Posts list":["Список записів"],"Posts list navigation":["Навігація по списку записів"],"Filter posts list":["Фільтрувати список публікацій"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Зверніть увагу, що посилання на архіви, як і раніше, можуть бути виведені вашою темою, і їх потрібно буде видалити окремо."],"%1$s to optimize your site even further":["%1$s, щоб ще більше оптимізувати ваш сайт"],"%1$s extensions":["%1$s розширення"],"Comes with our 30-day no questions asked money back guarantee":["Поставляється з нашим 30-днем ніяких запитань не гарантує повернення грошей"],"More information %1$sabout %3$s%2$s":["Докладніше %1$sabout %3$s%2$s"],"Installed":["Встановлено"],"gain access to our 24/7 support team.":["отримати доступ до нашої цілодобової команди підтримки."],"Premium support":["Преміум підтримка"],"check what your Facebook or Twitter post will look like.":["перевір як двій пост Facebook чи Twitter буде виглядати."],"Social previews":["Попередній перегляд соціальної мережі"],"create and manage redirects from within your WordPress install.":["створюйте та керуйте перенаправленнями з вашої інсталяції WordPress."],"Redirect manager":["Менеджер перенаправлення"],"%1$s, take your optimization to the next level!":["%1$s, вжив заходів щодо оптимізації на наступному рівні!"],"A seamless integration between %1$s and %2$s":["Безшовна інтеграція між %1$s і %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Використовуйте сухарі %1$s, а не %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Легко вставляйте Google Maps, локатор магазину, години роботи та інші"],"Creates XML News Sitemaps":["Створює файли Sitemap для XML"],"Immediately pings Google on the publication of a new post":["Відразу ж закликає Google публікувати нову публікацію"],"Optimize your site for Google News":["Оптимізуй свій сайт для Google Новини"],"Make videos responsive through enabling fitvids.js":["Зробіть відео чутливими завдяки ввімкненню fitvids.js"],"Enhance the experience of sharing posts with videos":["Покращте досвід обміну повідомленнями з відео"],"Show your videos in Google Videos":["Покажіть свої відео в Google Відео"],"Crawl issues list":["Перелік питань обходу контенту"],"Crawl issues list navigation":["Сканування пунктів списку навігації"],"Edit “%s”":["Редагувати “%s”"],"Premium":["Преміум"],"Google Trends":["Google тренди"],"Notifications":["Сповіщення"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Видаляє вкладку ключових слів з метаблоку і відключає всі пов'язані з нею SEO пропозиції."],"Disable SEO analysis":["Вимкнути аналіз SEO"],"Twitter settings":["Налаштування Twitter"],"Pinterest settings":["Налаштування Pinterest"],"Facebook settings":["Налаштування Facebook"],"Title separator symbol":["Символ розділювача заголовку"],"RSS feed settings":["Налаштування RSS стрічки"],"Breadcrumbs settings":["Налаштування хлібних крихт"],"Make primary":["Зробити основним"],"Enter your Google Authorization Code and press the Authenticate button.":["Введіть ваш код авторизації Google і натисніть кнопку Аутентифікація."],"%s notification":["%s повідомлення","%s повідомлення","%s повідомлень"],"Disable readability analysis":["Вимкнути аналіз читабельності"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Видаляє вкладку Читабельність з метаблоку і відключає всі пов'язані з нею пропозиції."],"Readability analysis":["Аналіз читабельності"],"Needs improvement":["Можна краще"],"Readability":["Читабельність"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Ви намагаєтеся завантажити не мінфіковані файли. Вони доступні лише в нашому пакеті розробки. Перевірте %1$s, щоб переглянути всі вихідні файли."],"Improvements":["Поліпшення"],"Restore this item.":["Відновити цей елемент."],"Dismiss this item.":["Відхилити цей елемент."],"Good job! We could detect no serious SEO problems.":["Гарна робота! Ми не змогли виявити жодних серйозних SEO проблем."],"We have detected the following issues that affect the SEO of your site.":["Ми виявили такі проблеми, що впливають на SEO вашого сайту."],"Problems":["Проблеми"],"Analysis":["Аналіз"],"Not available":["Недоступно"],"Filter by SEO Score":["Фільтр по SEO оцінці"],"Meta description not set.":["Мета опис не вказано."],"Video tutorial":["Відео підручник"],"Email support is a %s feature":["Підтримка електронною поштою особливість %s"],"Knowledge base":["База знань"],"Open":["Відкрити"],"Dashboard":["Майстерня"],"You can fix this on the %1$sPermalink settings page%2$s.":["Ви можете виправити це в %1$sНалаштування постійних посилань%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Коригування пейджинга включено, це не потрібно в 999 з 1000 випадків, ми рекомендуємо його відключити."],"Replaced with the primary category of the post/page":["Замінено з основною категорією публікації / сторінки"],"Pinterest confirmation":["Підтвердження Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Якщо ви вже підтвердили право на керування сайтом в Pinterest, ви можете пропустити цей крок."],"Format-based archives":["Базовий формат архівів"],"Webmaster Tools verification":["Перевірка інструментів веб-майстрів"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Слідкуйте за нашим %1$s навчанням WordPress й станьте сертифікованим %1$s експертом!"],"Want to be a %s Expert?":["Бажаєте бути %s експертом?"],"Buy %s":["Придбати %s"],"Show information about errors in category %s":["Показати інформацію про помилки в категорії %s"],"New %1$s Title":["Новий %1$s заголовок"],"Existing %1$s Title":["Наявний %1$s заголовок"],"Expected an integer as input.":["Очікується ціле число як вхідний."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Спробую побудувати ключ кешу масиву сайту, але комбінація постфікса та префікса залишає замало місця для цього. Ви, напевно, зажадаєте сторінку, яка є виходом з очікуваного діапазону"],"Remove":["Видалити"],"Keep":["Залишити"],"Bold the last page":["Останню сторінку жирним шрифтом"],"Regular":["Звичайний"],"Bold":["Жирний"],"Show Blog page":["Показати сторінку блоґу"],"Primary %s":["Основний %s"],"Primary":["Основний"],"Make %1$s primary %2$s":["Зробити %1$s основним %2$s"],"Term is set to noindex.":["Термін переключено в noindex."],"Author archives":["Архіви автора"],"Show":["Показати"],"Enabled":["Увімкнено"],"Disabled":["Неактивно"],"%1$s has not fetched your site's indexability status yet from %2$s":["Yoast SEO %1$sще не отримував статус індексування вашого сайту%2$s із OnPage.org"],"The separator defined in your theme's %s tag.":["Розділювач визначається тегом %s у вашій темі."],"No index":["Не індексувати"],"Analyze entire site":["Аналізувати весь сайт"],"Fetch the current status":["Отримати поточний статус"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s не зміг отримати статус індексованості вашого сайту %3$s з %4$s"],"Your homepage can be indexed by search engines.":["Ваша головна сторінка може бути індексована пошуковими системами."],"Indexability check by %1$s":["Перевірка індексації від %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Якщо ви хочете використати зображення щоб поділитися ним на %1$s, Ви можете завантажити / вибрати зображення або додати посилання на зображення тут."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Якщо для поширення запису в %1$s ви бажаєте використати інший мета опис, впишіть його тут."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Якщо для поширення запису в %1$s ви бажаєте використати інший заголовок, впишіть його тут."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sВаша головна сторінка не може бути індексована пошуковими системами%2$s. Це дуже погано для SEO і має бути полагоджено."],"Once Weekly":["Один раз на тиждень"],"Add-ons":["Додаткові компоненти"],"SEO score":["Оцінка SEO"],"Twitter metadata":["Twitter метадані"],"Facebook / Open Graph metadata":["Facebook / Open Graph метадані"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Перерахунок оцінки SEO для всіх частин змісту з фокусним ключовим словом."],"%1$s of %2$s done.":["%1$s з %2$s виконано."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Ми оновили алгоритм оцінки SEO. %1$sНатисніть тут%2$s, щоб перерахувати оцінку SEO для всіх записів та сторінок."],"Team Yoast":["Команда Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Перше SEO-рішення для WordPress, що є справжнім все-в-одному пакетом, який містить вбудований аналіз вмісту, XML-мапи сайту і багато іншого."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Активація невдала:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Здається відсутнє розширення фільтру. Попросіть свого надавача веб-хостингу активувати його."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Встановлення плагіну %1$s є невдалим. Будь ласка, зверніться до %2$sінструкції по встановленню%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Здається відсутнє розширення стандартної бібліотеки PHP (SPL). Попросіть свого надавача веб-хостингу активувати його."],"SEO Settings":["Налаштування SEO"],"Mobile-Friendly Test":["Тест на мобільність"],"Google Page Speed Test":["Тест швидкості сторінки Google"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML-перевірка"],"Pinterest Rich Pins Validator":["Валідатор Pinterest Rich Pins"],"Facebook Debugger":["Налагодження Facebook"],"Check Headers":["Перевірити заголовки"],"Check Google Cache":["Перевірити кеш Google"],"Analyze this page":["Аналізувати сторінку"],"Keyword Research":["Дослідження ключових слів"],"%s does not seem to be a valid url. Please correct.":["%s, здається, не є дійсним адресою. Будь ласка, виправте"],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s, як видається, не є дійсною ланкою підтвердження %2$s. Будь ласка, виправте"],"%s Archive":["%s Архів"],"You searched for %s":["Ви шукали %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s, схоже, не є дійсним користувачем id Twitter. Будь ласка, виправте"],"Summary with large image":["Короткий вміст з великим зображенням"],"Summary":["Короткий вміст"],"The post %1$s appeared first on %2$s.":["Запис %1$s спершу з'явиться на %2$s."],"No numeric value was received.":["Числові значення не отримано."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Це повинен бути існуючий блог. Блог %s не існує або позначено як видалений."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Налаштування блогу за умовчанням має містити ідентифікатор числового блогу блогу, який ви хочете використовувати як за замовчуванням."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s не вірний вибір для тих, кому дозволений доступ до налаштувань %2$s. Здійснено скидання значення за замовчуванням."],"Please select a valid post type for taxonomy \"%s\"":["Будь ласка, виберіть правильний типу запису для таксономії \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Будь ласка, виберіть правильну таксономію для типу запису \"%s\""],"You searched for":["Ви шукали"],"Home":["Головна Сторінка"],"Archives for":["Архіви для"],"Error 404: Page not found":["Помилка 404: Сторінку не знайдено"],"Good":["Добре"],"Replaced with a custom taxonomies description":["Замінено опис користувацьких таксономій"],"Replaced with a posts custom taxonomies, comma separated.":["Замінений з повідомленням користувацький таксономії, розділений комами."],"Replaced with a posts custom field value":["Замінено значення спеціального поля для публікацій"],"Replaced with the slug which caused the 404":["Замінено з тілом, який викликав 404"],"Replaced with the posts focus keyphrase":["Замінюється фокусним ключовим словом запису"],"Attachment caption":["Вкладення підписів"],"Replaced with the current page number":["Замінено поточним номером сторінки"],"Replaced with the current page total":["Замінено поточною загальною сторінкою"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Замінено поточним номером сторінки з контекстом (тобто сторінка 2 з 4)"],"Replaced with the post/page author's 'Biographical Info'":["Замінено з “біографічною інформацією” автора запису/сторінки"],"Replaced with the post/page author's 'nicename'":["Замінено з “псевдонімом” автора запису/сторінки"],"Replaced with the post/page ID":["Замінено з ідентифікатором (ID) запису/сторінки"],"Replaced with the post/page modified time":["Замінено з часом зміни запису/сторінки"],"Replaced with the content type plural label":["Замінено з кількома мітками типу запису"],"Replaced with the content type single label":["Замінено з єдиною міткою типу запису"],"Replaced with the current search phrase":["Замінено поточною пошуковою фразою"],"Replaced with the term name":["Замінено з іменем артикулу "],"Replaced with the term description":["Замінено з описом артикулу"],"Replaced with the tag description":["Замінено з описом теґів"],"Replaced with the category description":["Замінено з описом категорії"],"Replaced with the post categories (comma separated)":["Замінено з категоріями запису (через кому)"],"Replaced with the current tag/tags":["Замінено з поточним теґом/теґами"],"Replaced with the post/page excerpt (without auto-generation)":["Замінено з уривком запису/сторінки (без автоматичного створення)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Замінено з уривком запису/сторінки (або автоматично створювати, якщо він не існує)"],"The site's name":["Назва сайту"],"Replaced with the title of the parent page of the current page":["Замінено заголовком батьківської сторінки поточної сторінки"],"Replaced with the title of the post/page":["Замінено з заголовком запису/сторінки"],"Replaced with the date of the post/page":["Замінено з датою запису/сторінки"],"Page %1$d of %2$d":["Сторінка %1$d з %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Ви не можете скасувати стандартну зміну WPSEO шляхом реєстрації змінної з таким самим ім'ям. Замість цього використовуйте фільтр \"wpseo_replacements\", щоб налаштувати значення заміни."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Змінна змінна з тією ж назвою вже зареєстрована. Спробуйте зробити назву змінної унікальною."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Змінна змінна не може починатися з \"%%cf_\" або \"%%ct_\", оскільки вони зарезервовані для стандартних змінних WPSEO для спеціальних полів та спеціальних таксономій. Спробуйте зробити назву змінної унікальною."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Змінні заміни можуть містити лише буквено-цифрові символи, підкреслення або дефіс. Спробуйте перейменувати вашу змінну."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Замітка для адміністратора: на цій сторінці не відображається мета-опис, тому що він не заданий. Вкажіть його для даної сторінки, або перейдіть в меню [%1$s - %2$s] і налаштуйте шаблон."],"Page not found":["Сторінку не знайдено"],"%s Archives":["%s Архіви"],"Search for \"%s\"":["Шукати \"%s\""],"Meta description to use for Author page":["Мета опис для сторінки автора"],"Title to use for Author page":["Заголовок для сторінки автора"],"%1$s settings":["%1$s налаштування"],"Export your %1$s settings":["Експортувати ваші %1$s налаштування"],"Import settings":["Імпортувати налаштування"],"Import from other SEO plugins":["Імпорт з інших плагінів SEO"],"Import":["Імпорт"],"If you had a %s file and it was editable, you could edit it from here.":["Якби у вас був файл %s, доступний для запису, тут можна було б його змінити."],"If your %s were writable, you could edit it from here.":["Якщо ваш файл %s доступний для запису, ви можете відредагувати його тут."],"You don't have a %s file, create one here:":["На сайті відсутній файл %s, створіть його зараз:"],"A link to your site, with your site's name and description as anchor text.":["Посилання на ваш сайт з ім’ям вашого сайту і описом як текст посилання."],"A link to your site, with your site's name as anchor text.":["Посилання на ваш сайт з назвою сайту в якості тексту посилання."],"A link to the post, with the title as anchor text.":["Посилання на запис з назвою як текст посилання."],"A link to the archive for the post author, with the authors name as anchor text.":["Посилання на архів автора запису з ім’ям автора в якості тексту посилання."],"You can use the following variables within the content, they will be replaced by the value on the right.":["В шаблоні можна використовувати такі змінні, які будуть замінені на свої значення (праворуч)."],"Content to put after each post in the feed":["Це буде розміщено після кожного запису в стрічці"],"Content to put before each post in the feed":["Це буде розміщено перед кожним записом в стрічці"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Ця функція автоматично додасть вміст сайту в RSS стрічку, Ви можете додати посилання на Ваш сайт в кожний запис, захистивши вміст від автоматичних агрегаторів, і вказати пошуковим системам адресу першоджерела."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Використання функції навігаційних ланцюжків пояснюється в %1$sстатті з нашої бази знань про реалізацію навігаційних ланцюжків%2$s."],"How to insert breadcrumbs in your theme":["Як вставити навігаційний ланцюжок у вашу тему"],"Blog":["Блог"],"Content type archive to show in breadcrumbs for taxonomies":["Тип показу архіву записів в навігаційного ланцюжка для систематики"],"Taxonomy to show in breadcrumbs for content types":["Систематика показу навігаційного ланцюжка для форматів записів"],"Breadcrumb for 404 Page":["Навігаційний ланцюжок для сторінки 404"],"Prefix for Search Page breadcrumbs":["Префікс для навігаційного ланцюжка сторінки пошуку"],"Prefix for Archive breadcrumbs":["Префікс для навігаційного ланцюжка архівів"],"Prefix for the breadcrumb path":["Префікс для шляху навігаційного ланцюжка"],"Anchor text for the Homepage":["Якірний текст для головної сторінки"],"Separator between breadcrumbs":["Розділювач між елементами ланцюжка"],"Enable Breadcrumbs":["Ввімкнути навігаційні ланцюжки"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Нижче результати оцінювання SEO оптимізації ваших опублікованих записів. Якщо маєте вільну хвильку, то саме час почати покращувати деякі з публікацій!"],"Credits":["Подяки"],"« Back to Tools page":["« Повернутися до сторінки інструментів"],"%1$s comes with some very powerful built-in tools:":["%1$s розповсюджується з деякими дуже потужними вбудованими інструментами:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Цей інструмент дозволяє швидко змінити важливі файли для вашого SEO, як ваш robots.txt і ваш файл .htaccess, якщо він у вас є."],"File editor":["Редактор файлів"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Імпорт налаштувань з інших плагінів SEO і експорт ваших налаштувань для повторного використання в (іншому) блозі."],"Import and Export":["Імпорт та експорт"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Цей інструмент дозволяє швидко змінювати заголовки та описи ваших повідомлень і сторінок без необхідності входити в редактор для кожної сторінки."],"Bulk editor":["Груповий редактор"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Для того, щоб %1$sпідтвердити право на керування сайтом в Pinterest%2$s, додайте мета-тег нижче:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest використовує такі ж Open Graph метадані як Facebook, так що не забудьте ввімкнути та налаштувати Open Graph параметри на вкладці Facebook, якщо ви хочете оптимізувати свій сайт для Pinterest."],"The default card type to use":["Тип даних, які використовувати"],"Add Twitter card meta data":["Додати метадані Twitter"],"This image is used if the post/page being shared does not contain any images.":["Це зображення використовується, якщо поширюють запис/сторінку, що немає зображень."],"Default settings":["Стандартні параметри"],"Copy home meta description":["Копіювати мета опис головної"],"Description":["Опис"],"Image URL":["Посилання зображення"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Ці зображення, заголовок і опис використовуються як мета-теги Open Graph для головної сторінки вашого сайту."],"Frontpage settings":["Параметри головної сторінки"],"Add Open Graph meta data":["Додати метадані Open Graph"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Ім'я користувача в Twitter"],"Facebook Page URL":["Посилання на сторінку Facebook"],"Accounts":["Акаунти"],"Restore site to defaults":["Відновити сайт за замовчуванням"],"Site ID":["ID сайту"],"Using this form you can reset a site to the default SEO settings.":["Використовуючи цю форму ви можете відновити стандартні SEO налаштування."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Таємні дані (адміни FB, тощо), особливості теми (перепис назв) і кілька конкретних налаштувань сайту не будуть імпортовані до нових блогів."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Вкажіть %1$sSite ID%2$s, параметри якого ви хочете використовувати за замовчуванням для всіх сайтів мережі. Якщо залишити поле порожнім, будуть використовуватися стандартні налаштування плагіну."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Виберіть сайт, налаштування якого ви хочете використовувати за замовчуванням для всіх сайтів, які додаються до мережі. Якщо ви оберете \"Жоден\", плагін працюватиме з стандартними параметрами."],"New sites in the network inherit their SEO settings from this site":["Нові сайти в мережі успадковують параметри SEO з цього сайту"],"Super Admins only":["Тільки супер-адміністратори"],"Site Admins (default)":["Адміністратори сайту (за замовчуванням)"],"Who should have access to the %1$s settings":["Хто має права доступу до %1$s налаштувань"],"spam":["спам"],"mature":["для дорослих"],"archived":["в архіві"],"public":["публічний"],"%s restored to default SEO settings.":["%s відновлено стандартні SEO налаштування."],"Settings Updated.":["Налаштування оновлені."],"404 pages":["Сторінки 404"],"Search pages":["Сторінки пошуку"],"These pages will be %s by default, so they will never show up in search results.":["Ці сторінки будуть %s за замовчуванням, так вони ніколи не будуть показані в результатах пошуку."],"Special Pages":["Спеціальні сторінки"],"Date-based archives could in some cases also be seen as duplicate content.":["Архіви по даті в деяких випадках можуть також розглядатися як дубльований вміст."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Якщо на вашому сайті саме так і є, ви можете вимкнути це (що перенаправить це на головну сторінку), або додати %s до нього, щоб він не з'являється в результатах пошуку."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Якщо ваш блог має лише одного автора, авторський архів буде таким самісіньким як і головна сторінка. Це ще називають %1$sпроблемою подвійного вмісту%2$s."],"Date archives":["Архіви по даті"],"author archives":["авторські архіви"],"Title":["Заголовок"],"%1$s Meta Box":["Блок %1$s"],"Hide":["Приховати"],"Date in Snippet Preview":["Дата в передперегляді сніппета"],"Take note:":["Зверніть увагу:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Ви можете визначити назву і опис сторінки блоґу за допомогою %1$sредагування конкретної сторінки%2$s"],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Ви можете визначити назву та опис для головної сторінки %1$sредагуванням самої головної сторінки%2$s."],"Homepage & Front page":["Головна & Титульна сторінка"],"Title Separator":["Розділювач заголовку"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s автоматично визначає, чи потрібно змусити перезаписувати заголовки для ваших сторінок, якщо ви вважаєте, що це не так, і ви знаєте, що ви робите, ви можете змінити це налаштування тут."],"Force rewrite titles":["Примусово перезаписати назви"],"Taxonomies":["Таксономії"],"Homepage":["Головна сторінка"],"%1$s Extensions":["%1$s Розширення"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Постійно інтегруйте WooCommerce з %1$s та отримуйте додаткові функції!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Ранг краще локально та на Картах Google, не порушуючи поту!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Ви в Новинах Google? Збільште трафік з Новин Google, оптимізуючи його!"],"Optimize your videos to show them off in search results and get more clicks!":["Оптимізуйте свої відео, щоб показати їх у результатах пошуку і отримати більше кліків. "],"The premium version of %1$s with more features & support.":["Преміум версія %1$s з більшою кількістю можливостей і підтримкою."],"Person":["Приватна особа"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Ці дані показуються, як метадані вашого сайту. Вони призначені для %1$sGoogle's Knowledge Graph%2$s. Ви можете бути або Компанією, або Приватною особою."],"Website name":["Назва веб-сайту"],"Webmaster Tools":["Інструменти веб-майстра"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Постійні посиланнях ваших записів і сторінок не містять назви запису. Змініть налаштування постійних посилань на /%postname%/, настійно рекомендуємо це зробити."],"RSS":["RSS"],"Breadcrumbs":["\"Хлібні крихти\""],"or":["або"],"Save Profile":["Зберегти профіль"],"There were no profiles found":["Профілі не знайдено"],"Profile":["Профіль"],"Current profile":["Поточний профіль"],"Authenticate":["Аутентифікувати"],"Get Google Authorization Code":["Отримати код авторизації Google"],"Reload crawl issues":["Перезавантажити проблеми індексування"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Щоб мати можливість створити перенаправлення і виправити дану проблему, потрібен %1$s. Ви можете купити плагін, включаючи один рік підтримки та оновлень, на %2$s."],"Creating redirects is a %s feature":["Створення перенаправлення це функція %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Помилки, що трапилися тільки під час сканування вашого сайту роботом Google для телефонів (помилки не враховують комп'ютери)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Помилки, що трапилися тільки під час сканування вашого сайту роботом Google для мобільних пристроїв (помилки не враховують комп'ютери)."],"Errors that occurred when your site was crawled by Googlebot.":["Помилки, що трапилися під час сканування вашого сайту ботом Google."],"Issue categories":["Категорії проблем"],"Incorrect Google Authorization Code.":["Невірний код авторизації Google."],"The issues have been successfully reloaded!":["Список проблем був успішно перезавантажений!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Дані %1$s були вилучені. Ви маєте пройти повторну перевірку, якщо бажаєте отримати дані повторно."],"Crawl errors per page":["Помилки сканування на сторінці"],"Search":["Шукати"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Не прогавте помилки індексування: %1$sпідключіть Google Search Console натиснувши тут%2$s."],"Create redirect":["Створити перенаправлення"],"Mark as fixed":["Помітити як виправлене"],"Response code":["Код відповіді"],"First detected":["Вперше виявлено"],"Last crawled":["Остання індексація"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s визначив, що ви використовуєте версію %2$s, яка не сумісна з %1$s. Будь ласка, оновіть %2$s до останньої версії, щоб мати змогу використовувати цю функцію."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast плагіни розповсюджують деякий спільний код між собою для прискорення роботи вашого сайту. Тому дуже важливо, щоб усі Yoast плагіни були актуальні. Ми виявили, що наразі це не так. Будь ласка, оновіть Yoast плагіни до останніх актуальних версій."],"Feature phone":["Мобільний телефон"],"Smartphone":["Смартфон"],"Desktop":["Настільний комп'ютер"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Цільове посилання не існує, але ваш сервер не повертає помилку 404 (Сторінку не знайдено)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Закінчився термін дії запиту або сайт блокує Google."],"Server Error":["Помилка сервера"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot має доступ до вашого сайту, але деякі посилання блоковані для Googlebot’а у вашому файлі %1$s. Ця перешкода може бути для всіх Googlebot’ів або лише для Googlebot-mobile."],"Blocked":["Заблоковано"],"Google was unable to crawl this URL due to an undetermined issue.":["Google не вдалося проіндексувати це посилання через невизначену проблему."],"URL points to a non-existent page.":["Посилання вказує на неіснуючу сторінку."],"Not found":["Не знайдено"],"Not followed":["Не прослідковано"],"Faulty redirects":["Хибні перенаправлення"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Сервер потребує авторизації або блокує для Googlebot доступ до сайту."],"Access denied":["Доступ заборонено"],"Deactivate %s":["Деактивувати %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s плагін(и) можуть викликати проблеми при сумісному використанні з %2$s."],"Upload Image":["Завантажити зображення"],"Remove these ads?":["Видалити цю рекламу?"],"%s Posts Overview":["Огляд публікацій %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["«Заголовок „крихт“» використовується в навігаційних «крихтах» там, де з'являється ця таксономія."],"Breadcrumbs title":["Назва навігаційного ланцюжка"],"The canonical link is shown on the archive page for this term.":["Сталий лінк показується на сторінці архіву для цього терміну."],"Facebook App ID":["ID Facebook додатку"],"Pinterest":["Pinterest"],"Other":["Інше"],"Archives":["Архіви"],"Email":["Email"],"Close":["Закрити"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s і %2$s одночасно генерують XML мапи сайту. Наявність двох XML мап сайту не є корисним для пошукових систем, а також може сповільнити ваш сайт."],"Configure %1$s's Open Graph settings":["Налаштувати %1$s Open Graph"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["І %1$s і %2$s створюють висновок Open Graph, який може привести до використання неправильних текстів та зображень соціальними мережами (Facebook, Twitter, LinkedIn та ін.), коли вашими сторінками поділяться в них."],"%s Image":["%s зображення"],"%s Description":["%s опис"],"%s Title":["%s заголовок"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Рекомендованим розміром зображення для %1$s є %2$spx."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Якщо ви хочете використовувати для цього запису інше зображення в %s, завантажте (виберіть) його."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Якщо для поширення запису в %s ви хочете використати інший мета-опис, то напишіть його тут."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Якщо для поширення запису в %s ви бажаєте використати інший заголовок, впишіть його тут."],"very difficult":["дуже складно"],"Try to make shorter sentences, using less difficult words to improve readability":["Спробуйте писати більш короткими реченнями і використовувати менше важких слів, щоб поліпшити читабельність."],"difficult":["складно"],"Try to make shorter sentences to improve readability":["Спробуйте писати більш короткими реченнями, щоб поліпшити читабельність."],"fairly difficult":["доволі важко"],"OK":["OK"],"fairly easy":["досить легко"],"easy":["легко"],"very easy":["дуже легко"],"Meta Desc.":["Мета опис"],"All SEO Scores":["Всі SEO оцінки"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Зображення повинно бути принаймні 200x200 пікселів , щоб Facebook та інші соціальні мережі мали змогу його використати."],"(no parent)":["(без предка)"],"Post is set to noindex.":["Запис переключено в noindex."],"The URL that this page should redirect to.":["Лінк цієї сторінки має перенаправлятися також."],"301 Redirect":["301 Перенаправлення"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Канонічний URL, на який повинна вказувати ця сторінка. Якщо залишити порожнім, це буде посилання за замовчуванням. Також підтримуються %1$sпосилання на інші домени%2$s."],"Canonical URL":["Канонічна URL-адреса"],"Title to use for this page in breadcrumb paths":["Назва для цієї сторінки щоб використовувати в навігаційному ланцюжку"],"Breadcrumbs Title":["Заголовок для «хлібних крихт»"],"No Snippet":["Без сніппету"],"No Archive":["Не архівувати"],"No Image Index":["Не індексувати зображення"],"None":["Немає"],"Site-wide default: %s":["По всьому сайту за замовчуванням: %s"],"Advanced meta robots settings for this page.":["Розширені налаштування meta robots для цієї сторінки."],"Meta robots advanced":["Meta robots просунуті"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Увага: навіть якщо ви можете налаштувати мета індекс роботів тут, а весь сайт переключено на noindex в налаштуваннях конфіденційності, то ці параметри не матимуть сили."],"Meta description":["Мета-опис"],"SEO Title":["SEO-заголовок"],"Focus keyword":["Ключовики"],"Snippet preview":["Snippet Попередній перегляд"],"Settings successfully imported.":["Налаштування успішно імпортовані."],"Settings could not be imported:":["Параметри не можуть бути імпортовані:"],"Error creating %1$s export: ":["Помилка при експорті %1$s: "],"Breadcrumb for 404 pages:":["Навігаційний ланцюжок для сторінки помилки 404:"],"Prefix for search result pages:":["Префікс для сторінки результатів пошуку:"],"Prefix for archive pages:":["Префікс для сторінок архівів:"],"Prefix for breadcrumbs:":["Префікс для breadcrumbs:"],"Anchor text for the homepage:":["Анкорний текст для головної сторінки:"],"Breadcrumbs separator:":["Розділювач для навігаційного ланцюжка (breadcrumbs):"],"Remove blog page from breadcrumbs":["Видалити сторінку блогу із навігаційного ланцюжка"],"%s Breadcrumbs":["%s навігаційний ланцюжок (breadcrumbs)"],"Use Image":["Використати зображення"],"Action":["Дія"],"Page URL/Slug":["Посилання сторінки"],"Publication date":["Дата публікації"],"Post Status":["Статус запису"],"WP Page Title":["Заголовок сторінки WP"],"View":["Дивитись"],"View “%s”":["Дивитись “%s”"],"Preview":["Попередній перегляд"],"Preview “%s”":["Попередній перегляд “%s”"],"Edit":["Редагувати"],"Filter":["Фільтр"],"New Yoast Meta Description":["Новий Yoast мета-опис"],"Existing Yoast Meta Description":["Існуючий мета-опис Yoast"],"Facebook profile URL":["Посилання на профіль у Facebook"],"Twitter username (without @)":["Ім'я користувача Twitter (без @)"],"FAQ":["Часті питання"],"Premium Support":["Преміум підтримка"],"Settings":["Налаштування"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Ви повинні %1$sgo в налаштуваннях читання %2$s та зніміть прапорець для видимості пошукової системи."],"Huge SEO Issue: You're blocking access to robots.":["Серйозна проблема для SEO: Ви блокуєте доступ для пошукових роботів."],"Posts":["Записи"],"Edit Files":["Редагувати файли"],"Advanced Variables":["Розширені змінні"],"Basic Variables":["Базові змінні"],"General":["Загальні"],"Extensions":["Розширення"],"Search Console":["Консоль пошуку"],"Tools":["Інструменти"],"Advanced":["Додаткове"],"XML sitemaps":["XML Карта сайту"],"Social":["Соціальні мережі"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s визначено використання версії %2$s з %3$s. Будь ласка, оновіть до останньої версії, щоб запобігти проблем зі сумісністю."],"Just another WordPress site":["Просто ще один сайт на WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["У вас ще й досі стандартний слоган WordPress, мабуть вже краще щоб він взагалі був відсутній. %1$sВи можете це виправити у налагоджувачі%2$s."],"You have used HTML in your value which is not allowed.":["У цьому полі не можна використовувати HTML-теги."],"You can't edit %s that aren't yours.":["Ви не можете редагувати %s, бо це не ваше."],"You can't edit %s.":["Ви не можете редагувати %s."],"Post has an invalid Content Type: %s.":["Запис має невірний Тип Запису: %s."],"Post doesn't exist.":["Запис не існує."],"course\u0004Free:":["Безкоштовні:"],"posts\u0004Trash (%s)":["Видалені (%s)","Видалені (%s)","Видалені (%s)"],"posts\u0004All (%s)":["Всі (%s)","Всі (%s)","Всі (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);","lang":"uk_UA"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":["","You have %d hidden problems:","You have %d hidden problems:"],"You have %d hidden notification:":["","You have %d hidden notifications:","You have %d hidden notifications:"],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":["","The form contains %1$s errors. %2$s","The form contains %1$s errors. %2$s"],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":["Показувати сторінку блога в \"навігаційних ланцюгах\""],"We could not find any relevant articles on your website that you could link to from your post.":["Ми не змогли знайти на вашому сайті відповідні статті, на які ви могли б послатися в своєму записі."],"Has feedback":["Є зворотний зв'язок"],"Content optimization:":["Оптимізація вмісту:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sЧитабельність%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["Прочитайте %1$sцю публікацію, щоб дізнатися більше про те, чому ми не підтримуємо старіші версії.%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$sОновіть WordPress до останньої версії%2$s%3$sМи помітили, що ви не використовуєте останню версію WordPress, що незабаром може викликати проблеми. %4$s(з міркувань безпеки та стабільності) підтримує лише поточну та попередню версію WordPress. Коли вийде наступна версія WordPress, це означає, що ми підтримуватимемо WordPress %6$s і %7$s. Це означає, що ви не отримаєте жодних оновлень до %5$s поки ви не оновите ваш WordPress, тому, будь ласка, забезпечте оновлення WordPress до останньої версії найближчим часом!%3$s%3$s"],"Post Noindexed":["Запис відмічений noindex"],"No Focus Keyphrase":["Немає фокусної ключової фрази"],"Person logo / avatar":["Особистий логотип / аватар"],"Extend %s":["Покращити %s"],"Enroll in the %s for WordPress training":["Візьміть участь у тренінгу %s для WordPress"],"Posts with the SEO score: %s":["Записи з SEO оцінкою: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["Навчальні відео %s"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Щоб ознайомитись з актуальними результатами перевірки помилок, %1$sбудь-ласка, відвідайте панель адміністратора Google%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Робота Google API для перевірки помилок припинена. З цієї причини будь-які можливі результати перевірки не можуть бути відображеними. %1$sОзнайомтесь з нашою угодою з цього приводу для отримання подальшої інформації%2$s."],"Remove this message":["Видалити це повідомлення"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Оптимізуйте ваш сайт для місцевої аудиторії за допомогою нашого плагну %s! Оптимізовані деталі адреси, години роботи, місцезнаходження магазину і можливі варіанти доставки та оплати!"],"Serving local customers?":["Обслуговування місцевих клієнтів?"],"Get the %s plugin now":["Отримати %s плагін зараз"],"Organization social profiles":["Профілі організації в соціальних мережах"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Ви можете редагувати відомості, які відображаються в метаданих, таких як профілі в соціальних мережах, ім'я та опис цього користувача на сторінці %1$s його профілю."],"Personal info":["Особиста інформація"],"Organization logo":["Логотип організації"],"Organization name":["Назва організації"],"Choose whether the site represents an organization or a person.":["Виберіть чи представляє сайт організацію або приватну особу."],"Knowledge Graph & Schema.org":["Knowledge Graph та Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Щоб ваш сайт представляв компанію або організацію, перейдіть в розділ %1$sЗовнішній вигляд пошуку%2$s та встановіть для параметру Організація чи особа значення \"Організація\"."],"To change the social accounts used for your site, update the details for %1$s.":["Щоб змінити облікові записи соцальних мереж, які вкиористовуються для вашого сайту, оновіть дані для %1$s."],"That means that the form and information below is disabled, and not used.":["Це означає, що форма та інформація нижче відключені та не використовуються."],"Your website is currently configured to represent a Person":["Наразі ваш веб-сайт налаштований на представлення особи"],"(if one exists)":["(якщо існує)"],"Wikipedia page about you":["Сторінка Wikipedia про тебе"],"YouTube profile URL":["Посилання на профіль в YouTube"],"Tumblr profile URL":["Посилання на профіль Tumblr"],"SoundCloud profile URL":["Посилання на профіль SoundCloud"],"MySpace profile URL":["Посилання на профіль MySpace"],"Organization or person":["Організація або приватна особа"],"The person":["Приватна особа"],"Organization":["Організація"],"Does your site represent a person or an organization?":["Ваш сайт представляє окрему людину чи є сайтом організації?"],"The name of the organization":["Найменування організації"],"Provide an image of the organization logo":["Надайте зображення логотипу вашої організації"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Раніше ви встановили, що ваш сайт буде представляти інтереси конкретної особи. Ми покращили нашу функціональність по відношенню до Schema та Knowledge Graph, тому вам необхідно ввійти та %1$s заповнити ці налаштування %2$s."],"Select a user...":["Оберіть користувача..."],"Uncategorized":["Без категорії"],"Name:":["Ім'я:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Ви обрали користувача %1$s в якості особи, яка представляє цей сайт. Тепер в результаті пошуку буде використана інформація з профілю користувача. %2$sОновіть його профіль аби переконатись, що інформація вірна.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Помилка: Виберіть користувача нижче, щоб заповнити метадані вашого сайту."],"SEO score: %s":["SEO результат: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Якщо існує ваша сторінка або сторінка вашої організації у Вікіпедії, додайте її."],"Wikipedia URL":["Посилання на Wikipedia"],"Pinterest profile URL":["Посилання на профіль Pinterest"],"Instagram profile URL":["Посилання на профіль Instagram"],"LinkedIn profile URL":["Посилання на профіль LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Дослідження ключових слів має важливе значення в будь-якій стратегії SEO. Ви обираєте умови пошуку, за якими хочете щоб вас знайшли, і з'ясовуєте, які слова використовує ваша аудиторія, щоб знайти вас. Дослідження найкращих ключових слів підкаже вам, який контент вам потрібен для ранжування по тим термінам, по яким ви хочете ранжуватися. Переконайтеся, що ваші зусилля спрямовані саме на ті ключові слова, які насправді піднімають ваші шанси у рейтингу! %1$s проведе вас через цей процес, крок за кроком."],"SEO for Beginners training":["SEO для початківців"],"%s for WordPress training":["%s для навчання WordPress"],"All-around SEO training":["Всебічне навчання SEO"],"The image you selected is too small for Facebook":["Зображення, яке ви обрали, занадто мале для Facebook"],"The given image url cannot be loaded":["URL даного зображення не може бути завантажений"],"Find out what words your audience uses to find you":["Дізнайтеся, які слова використовує ваша аудиторія, щоб знайти вас"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sІндекс читабельності Флеша%2$s: Ваш текст отримав оцінку %3$s в тесті легкості читання, що означає, що його %4$s читати. %5$s"],"No JSON object was returned.":["Не було повернуто JSON об‘єкта"],"Received internal links":["Отримані внутрішні посилання"],"Outgoing internal links":["Вихідні внутрішні посилання"],"New step added":["Новий крок був доданий"],"New question added":["Нове питання було додане"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Щоб створити переадресацію та виправити цю помилку, необхідно %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Ви можете придабати плагін, включаючи річну підтримку та оновлення на %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Функція \"Лічильник текстових посилань\" надає інформацію про кількість посилань у тексті, а також скільки посилань посилаються на текст. Це дуже корисна функція для покращення %1$sinternal linking%2$s вашого сайту."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Для роботи цієї функції %1$s нобхідна як мінімум версія PHP %2$s. Ми виявили версію PHP %3$s на цьому сайті."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Будь ласка, уважно розгляньте наслідки і %1$sпрочітайте цей пост%2$s, якщо вам потрібна додаткова інформація про вплив відображення мультимедіа в результатах пошуку."],"Keyphrase":["Ключова фраза"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Для роботи цієї функції, %1$s необхідно створити таблицю в вашій базі даних. Нам не вдалось створити таблицю автоматично."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Включивши цю опцію, URL-адреси вкладень стануть видимими як для Ваших відвідувачів, так і для Google. Щоб підвищити цінність вашого сайту, вони повинні містити корисну інформацію, інакше вони можуть негативно вплинути на ваш рейтинг."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Функція %3$sЛічильник текстових посилань%4$s (введена в %1$s %2$s) наразі вимкнена."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Прочитайте цю статтю %1$sв базі знань%2$s, щоб дізнатися, як вирішити цю проблему."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Щоб переконатися, що всі посилання в ваших текстах враховані, ми повинні проаналізувати всі ваші тексти."],"All you have to do is press the following button and we'll go through all your texts for you.":["Все, що вам потрібно зробити, це натиснути цю кнопку, і ми переглянемо всі ваші тексти для вас."],"Count links":["Підрахувати посилання"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$salt атрибути(-ів) зображень%5$s: з%2$d зображень на цій сторінці, %1$d містять слова з вашої ключової фрази або синонімів. Це забагато. %4$sВключайте ключову фразу або її синоніми тільки у тому випадку, якщо вони дійсно відповідають зображенню%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$salt атрибути зображень%2$s: Чудова робота!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sАтрибут зображення alt%5$s: з %2$d зображень на цій сорінці, тільки %1$d має атрибут alt, який відображає тему вашого тексту. %4$sДодайте ключову фразу або синоніми до тегів alt більш релевантних зображень%5$s!","%3$sАтрибути зображень alt%5$s: з %2$d зображень на цій сторінці, тільки %1$d мають атрибут alt, який відображає тему вашого тексту. %4$sДодайте ключову фразу або синоніми до тегів alt більш релевантних зображень%5$s!","%3$sАтрибутів зображень alt%5$s: з %2$d зображень на цій сторінці, тільки %1$d мають атрибут alt, який відображає тему вашого тексту. %4$sДодайте ключову фразу або синоніми до тегів alt більш релевантних зображень%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$salt атрибути зображення %3$s: Зображення на цій сторінці не мають alt атрибутів, які відповідають темі вашого тексту. %2$sДодайте ключову фразу або синоніми до alt тєгів відповідних зображень%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$salt атрибути зображення%3$s: изображень на цій сторінці мають атрибути alt, але ви не задали ключову фразу. %2$sВиправте це%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sКлючова фраза в підзаголовку%2$s: %3$s ваших підзаголовків більш високого рівня відображає тему вашої статті. Хороша робота!","%1$sКлючові фрази в підзаголовку%2$s: %3$s ваших підзаголовків більш високого рівня відображають тему вашої статті. Хороша робота!","%1$sКлючових фраз в підзаголовку%2$s: %3$s ваших підзаголовків більш високого рівня відображають тему вашої статті. Хороша робота!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sКлючова фраза в підзаголвку%2$s: Ваш підзаголовок більш високого рівня відображає тему вашої статті. Хороша робота!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sКлючових фраз в підзаголовку%3$s: %2$sВикористовуй більше ключових фраз або синонімів в підзаголовках більш високого рівня%3$s!"],"Page %s":["Сторінка %s"],"Cannot get the size of %1$s because of unknown reasons.":["Неможливо отримати розмір %1$s з невідомих причин."],"Cannot get the size of %1$s because it is hosted externally.":["Неможливо отримати розмір %1$s, оскільки його розміщено на зовнішньому ресурсі."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Просто встановіть перемикач на \"увімкнено\", і ви зможете використовувати перекалібрований аналіз. Водночас ми додамо вас до нашого списку розсилки. Ми надсилатимемо вам електронну пошту лише про досвід використання цього перекалібрування!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Ми %1$sперекалібрували наш аналіз%2$s. З цим новим аналізом, ми наблизимось впритул до того як Google бачить ваш веб-сайт. Це було би %3$sпрекрасно%4$s якби ви взяли участь у %3$sбета-тесті цієї функції%4$s для нас!"],"Get an even better analysis":["Отримайте ще кращий аналіз"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sSingle title%3$s: H1 слід використовувати лише як основний заголовок. Знайдіть всі H1 у вашому тексті, які не є вашим основним заголовком, і %2$s змініть їх на нижчий рівень заголовка level%3$s!"],"Improve sharing on Facebook and Pinterest":["Покращити поширення на Facebook і Pinterest"],"You do not have the required rights to export settings.":["У вас немає необхідних прав для експорту налаштувань."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Скопіюйте всі ці налаштування на вкладку %1$s іншого веб-сайту та натисніть \"%1$s\" там."],"These are settings for the %1$s plugin by %2$s":["Це налаштування для плагіна %1$s від %2$s."],"No settings found.":["Налаштувань не знайдено."],"Export your %1$s settings here, to copy them on another site.":["Експортуйте ваші %1$s налаштування сюди, щоб скопіювати їх на інший сайт."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Імпорт налаштувань доступний тільки на серверах з PHP 5.3 або вище."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Імпортуйте параметри, вставивши налаштування, скопійовані з іншого веб-сайту та натисніть \"%s\"."],"Paste your settings from another %s installation.":["Вставте свої налаштування з іншого встановлення %s."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена 0 разів. Це менше ніж рекомендований мінімум %3$d раз(-и/-ів) для тексту такої довжини. %4$sЗосередьтесь на вашій ключовій фразі%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d раз. Це менше ніж рекомендований мінімум %3$d раз для тексту такої довжини. %4$sЗосередьтесь на вашій ключовій фразі%2$s!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d рази. Це менше ніж рекомендований мінімум %3$d раз для тексту такої довжини. %4$sЗосередьтесь на вашій ключовій фразі%2$s!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d разів. Це менше ніж рекомендований мінімум %3$d раз для тексту такої довжини. %4$sЗосередьтесь на вашій ключовій фразі%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %3$d раз. Це чудово!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %3$d рази. Це чудово!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %3$d разів. Це чудово!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d раз. Це більше, ніж рекомендований максимум: %3$d раз для тексту такої довжини! %4$sНе зловживайте%2$s!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d рази. Це більше, ніж рекомендований максимум: %3$d раз для тексту такої довжини! %4$sНе зловживайте%2$s!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d разів. Це більше, ніж рекомендований максимум: %3$d раз для тексту такої довжини! %4$sНе зловживайте%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d раз. Це більше ніж рекомендований максимум: %3$d раз для тексту такої довжини! %4$sНе зловживайте%2$s!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d рази. Це більше ніж рекомендований максимум: %3$d раз для тексту такої довжини! %4$sНе зловживайте%2$s!","%1$sВживаність ключової фрази%2$s: Фокусна ключова фраза була знайдена %5$d разів. Це більше ніж рекомендований максимум: %3$d раз для тексту такої довжини! %4$sНе зловживайте%2$s!"],"Indexable created for object %1$s with type %2$s":["Індексація створена для об'єкту %1$s з типом %2$s"],"Method %1$s() does not exist in class %2$s":["Метод %1$s() не існує у класі %2$s"],"With %s, you can easily create such redirects.":["З %s, ви можете легко створити такі перенаправлення."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Зміна налаштувань постійних посилань може серйозно вплинути на видимість сайту в пошукових системах. Майже %1$s ніколи %2$s цього краще не робити на діючому сайті."],"WARNING:":["ПОПЕРЕДЖЕННЯ:"],"Learn about why permalinks are important for SEO.":["Дізнайтеся чому постійні посилання важливі для SEO."],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sСлужбові слова у ключевій фразі%3$s: Ваша ключова фраза \"%4$s\" містить виключно службові слова. %2$sДізнайтесь більше про хороші ключові слова.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["А ви знали що %s також аналізує різні форми слів з ключової фрази, наприклад, множину або минулий час?"],"Clear Image":["Очистити зображення"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sДовжина ключової фрази%3$s: %2$sВведіть ключову фразу, щоб ми могли порахувати вашу оцінку SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sКлючове слово в ярлику%2$s: Більше половини ключової фрази є в ярлику. Це чудово!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sКлючове слово в ярлику%3$s: В ярлику немає (частини) фрази ключового слова. %2$sЗмініть це%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sКлючове слово в ярлику%2$s: Чудова робота!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sКлючова фраза в заголовку%3$s: Не всі слова з вашої ключової фрази \"%4$s\" зустрічаються в SEO заголовку. %2$sСпробуйте використати повну відповідність до вашої ключової фрази в SEO заголовку%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sКлючова фраза в заголовку%3$s: Не містить співпадінь. %2$sСпробуйте використати ключову фразу в SEO заголовку%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sКлючова фраза в заголовку%3$s: Ключова фраза міститься в SEO заголовку, але не на початку. %2$sСпробуйте переставити її на початок%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sКлючова фраза в заголовку%2$s: Точна копія ключової фрази зустрічається в SEO заголовку. Чудова робота!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sРозподілення ключової фрази%2$s: Хороша робота!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sРозподілення ключової фрази%3$s: Нерівномірне. Деякі частини вашого тексту не містять ключової фрази або її синонімів. %2$sРозподіліть їх більш рівномірно%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sРозподілення ключової фрази%3$s: Дуже нерівномірне. Великі частини вашого тексту не містять ключової фрази або її синонімів. %2$sРозподіліть їх більш рівномірно%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sРозподілення ключової фрази%3$s: %2$sВикористовуйте в тексті вашу ключову фразу і її синоніми, щоб ми могли порахувати рівномірність розподілення ключової фрази%3$s."],"Help on choosing the perfect focus keyphrase":["Допомога по вибору ідеального фокусного ключового слова."],"Would you like to add a related keyphrase?":["Хочете додати схоже ключове слово?"],"Go %s!":["Перейти %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Не показувати архіви по даті в результатах пошуку технично означає, що вони будуть мати тег %1$s robots. %2$sБільше інформації про налаштування розультатів пошуку%3$s."],"Rank better with synonyms & related keyphrases":["Отримайте краще ранжування з використанням синонімів і схожих ключових слів"],"optimize a single post for synonyms and related keyphrases.":["оптимізуйте окремий запис по синонімам і схожим ключовим словам."],"Synonyms & related keyphrases":["Синоніми і схожі ключові слова"],"Add related keyphrase":["Додати схоже ключове слово"],"Dismiss %s upgrade notice":["Приховати замітку про оновлення %s"],"Upgrade to %s":["Оновити до %s"],"%1$s video":["%1$s відео"],"Get %s":["Отримайте %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sВикористання ключових слів раніше%6$s: Ви використовували це ключове слово %1$s%2$d разів раніше%3$s. %5$sНе використовуйте Ваше ключове слово більше, ніж раз%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sВикористання ключових слів раніше%5$s: Ви використовували це ключове слово %1$sодин раз раніше%2$s. %4$sНе використовуйте Ваше ключове слово більше, ніж раз%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sВикористання ключових слів раніше%2$s: Ви не використовували це ключове слово раніше, дуже добре."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sСтоп-слово в ярлику%3$s: Ярлик у цієї сторінки містить стоп-слово. %2$sПриберіть його%3$s!","%1$sСтоп-слова в ярлику%3$s: Ярлик у цієї сторінки містить стоп-слова. %2$sПриберіть його%3$s!","%1$sСтоп-слів в ярлику%3$s: Ярлик у цієї сторінки містить стоп-слова. %2$sПриберіть його%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sЯрлик занадто довгий%3$s: ярлик для цієї сторінки занадто довгий. %2$sСкоротіть його%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sAlt-атрибут зображень%3$s: На цій сторінці немає зображень. %2$sДодайте їх%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sПосилання з ключовою фразою%3$s: Ви посилаєтесь на іншу сторунку використовуючи слова з ключової фрази. %2$sНе робіть цього%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Це набагато менше рекомендованого мінімуму %5$d слово. %3$sДодайте більше контенту%4$s.","Це набагато менше рекомендованого мінімуму %5$d слова. %3$sДодайте більше контенту%4$s.","Це набагато менше рекомендованого мінімуму %5$d слів. %3$sДодайте більше контенту%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Це менше рекомендованого мінімуму %5$d слово. %3$sДодайте більше контенту%4$s.","Це менше рекомендованого мінімуму %5$d слова. %3$sДодайте більше контенту%4$s.","Це менше рекомендованого мінімуму %5$d слів. %3$sДодайте більше контенту%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sДовжина тексту%4$s: Текст містить %1$d слово.","%2$sДовжина тексту%4$s: Текст містить %1$d слова.","%2$sДовжина тексту%4$s: Текст містить %1$d слів."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sДовжина тексту%3$s: Текст містить %1$d слово. Чудова робота!","%2$sДовжина тексту%3$s: Тексти містить %1$d слово. Чудова робота!","%2$sДовжина тексту%3$s: Текстів містить %1$d слово. Чудова робота!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sКлючова фраза в підзаголовках%3$s: Більше 75%% ваших підзаголовків верхнього рівня відображають тему вашого тексту. Це занадто багато. %2$sНе переоптимізовуйте%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sШирина SEO заголовку%3$s: %2$sБудь-ласка, додайте SEO заголовок%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sШирина SEO заголовку%3$s: Ваш SEO заголовок виходить за видиму межу. %2$sПостарайтеся скоротити його%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sШирина SEO заголовку%2$s: Чудова робота!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sШирина SEO заголовку%3$s: SEO заголовок занадто короткий. %2$sВикористовуйте простір, щоб додати слова з ключової фрази або заклику до дії%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sВихідні посилання%2$s: На цій сторінці містяться як звичайні вихідні посилання так і вихідні посилання з атрибутом nofollow. Чудова робота!"],"%1$sOutbound links%2$s: Good job!":["%1$sВихідні посилання%2$s: Добра робота!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sВихідні посилання%3$s: Всі вихідні посилання на цій сторінці містять атрибут nofollow. %2$sДодайте декілька хороших посилань%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sВихідні посилання%3$s: На сторінці немає вихідних посилань. %2$sДодайте їх%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sДовжина мета опису%2$s: Чудово!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sДовжина мета опису%3$s: Ваш мета опис довше %4$d символів. Щоб зробити ваш опис повністю видимим, %2$sвам необхідно скоротити довжину мета опису%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sДовжина мета опису%3$s: Ваш мета опис занадто короткий (менше %4$d символів). Вам доступні %5$d символів. %2$sВикористайте їх%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sДовжина мета опису%3$s: Ви ще не додали мета опису. Замість нього пошукові системи будуть відображати частини вмісту з вашої сторінки. %2$sСтворіть мета опис%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sКлючова фраза в мета описі%2$s: Ви додали мета опис, але ви не включили до нього вашу ключову фразу. %3$sВиправте це%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sКлючова фраза в мета описі%2$s: Ваш мета опис містить ключову фразу %3$s раз. Це більше рекомендованого макмимуму (2 рази). %4$sНе повторюйтесь%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sКлючова фраза в мета описі%2$s: Ключова фраза або її синонім зустрічається в мета описі. Чудово!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sДовжина ключової фрази%5$s: Ваша ключова фраза містить %1$d слів. Це значно більше ніж рекомендований максимум (%2$d слів). %4$sСкоротіть її%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sДовжина ключової фрази%5$s: Ваша ключова фраза містить %1$d слів. Це більше ніж рекомендований максимум (%2$d слів). %4$sСкоротіть її%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sДовжина ключової фрази%2$s: Чудово!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sДовжина ключової фрази%3$s: Для цієї сторінки не встановлено фокусне слово. %2$sВстановіть його для розрахунку SEO оцінки%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sКлючова фраза у вступі%3$s: Ваша ключова фраза або її синоніми не зустрічаються в першому абзаці. %2$sПереконайтесь, що тема тексту ясна відразу%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sКлючова фраза у вступі%3$s: Ваша ключова фраза або її синоніми зустрічаються в першому абзаці, але не всередині одного речення. %2$sВиправіть це%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sКлючова фраза у вступі%2$s: Чудово!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sВнутрішні посилання%2$s: На цій сторінці є як внутрішні посилання з атрибутом nofollow так і звичайні внутрішні посилання. Чудова робота!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sВнутнішні посилання%2$s: У вас достатньо внутрішніх посилань. Хороша робота!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sВнутрішні посилання%3$s: Всі внутрішні посилання на цій сторінці містять атрибут nofollow. %2$sДодайте декілька хороших внутрішніх посилань%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sВнутрішні посилання%3$s: В тексті немає внутрішніх посилань, %2$sдодайте декілька%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$sПерехідні слова%2$s: Чудова робота!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sПерехідні слова%2$s: Тільки %3$s речень містить перехідні слова. Цього не достатньо. %4$sВикористовуйте більше перехідних слів%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sПерехідні слова%2$s: Жодне з речень не містить перехідних слів. %3$sВикористовуйте перехідні слова%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sНедостатньо вмісту%2$s: %3$sБудь-ласка, додайте більше тексту, щоб ми змогли його якісно проаналізувати%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sРозподілення підзаголовків%2$s: Ви не використовуєте підзаголовки, але ваш текст достатньо короткий, так що, можливо, вони не потрібні."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sРозподілення підзаголовків%2$s: Ви не використовуєте підзаголовки зоча ваш текст достатньо довгий. %3$sПостарайтесь додати декілька підзаголовків%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sРозподілення підзаголовків%2$s: %3$d секція вашого тексту довша, ніж %4$d слів і не розділена підзаголовками. %5$sДодайте підзаголовки щоб покращити читабельність%2$s.","%1$sРозподілення підзаголовків%2$s: %3$d секції вашого тексту довші, ніж %4$d слів і не розділені підзаголовками. %5$sДодайте підзаголовки щоб покращити читабельність%2$s.","%1$sРозподілення підзаголовків%2$s: %3$d секцій вашого тексту довші, ніж %4$d слів і не розділених підзаголовками. %5$sДодайте підзаголовки щоб покращити читабельність%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sРозподілення підзаголовків%2$s: Чудова робота!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sДовжина речень%2$s: %3$s ваших речень довші, ніж %4$s слів, що більше, ніж рекомендований максимум в %5$s. %6$sСпробуйте скоротити речення%2$s."],"%1$sSentence length%2$s: Great!":["%1$sДовжина речень%2$s: Чудово!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sПослідовні речення%2$s: В ваших реченнях достатньо різноманіття. Це дуже добре!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sПослідовні речення%2$s: Ваш текст містить %3$d речення поспіль, які починаються з одного і того ж слова. %5$sДодайте різноманіття%2$s!","%1$sПослідовні речення%2$s: Ваш текст містить %4$d частин, де %3$d речень поспіль починаються з одного і того ж слова. %5$sДодайте різноманіття%2$s!","%1$sПослідовні речення%2$s: Ваш текст містить %4$d частин, де %3$d речень поспіль починаються з одного і того ж слова. %5$sДодайте різноманіття%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sПасивний стан%2$s: %3$s ваших речень містять дієслова пасивного стану, що вище рекомендованого максимуму в %4$s. %5$sСтарайтесь використовувати більше дієслова активного стану%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sПасивний стан%2$s: Ви достатньо використовуєте активний стан дієслова. Це чудово!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sДовжина абзаців%2$s: %3$d з ваших абзаців містить більше ніж рекомендований максимум в %4$d слів. %5$sСкоротіть абзаци%2$s!","%1$sДовжина абзаців%2$s: %3$d з ваших абзаців містять більше ніж рекомендований максимум в %4$d слів. %5$sСкоротіть абзаци%2$s!","%1$sДовжина абзаців%2$s: %3$d з ваших абзаців містять більше ніж рекомендований максимум в %4$d слів. %5$sСкоротіть абзаци%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sДовжина абзаців%2$s: У вас немає задовгих абзаців. Чудова робота!"],"Good job!":["Відмінна робота!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sІндекс читабельності Флеша%2$s: Ваш тест отримав оцінку %3$s в тесті легкості читання, що означає що його %4$s читати. %5$s%6$s%7$s"],"Focus keyphrase":["Фокусне ключове слово"],"%1$s with ID %2$s couldn't be patched":["%1$s з ID %2$s не може бути виправлений"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["Невірний запит POST. Мета значення вже існує дляоб'єкту з ID %1$s."],"Indexable with ID `%1$s` does not exist":["Індексуємий об'єкт з ID `%1$s` не існує"],"No object with ID %1$s and %2$s could be found":["Об'єкти з ID %1$s та %2$s не можуть бути знайдені"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` - неверіний підтип `%2$s`"],"The object type `%1$s` is invalid":["Невірний тип об'єкту `%1$s`"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Вказано невірний тип параметру `%1$s`. Очікувалось `%2$s`, але отримано `%3$s`"],"The parameter `%1$s` cannot be empty.":["Параметр `%1$s` не може бути порожнім."],"Check Keyphrase Density":["Перевірити Вживаність ключової фрази"],"Disable":["Відключити"],"Allow Control":["Дозволити контроль"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["На цій вкладці можна вибірково вимкнути можливості %s для всіх сайтів мережі. За замовчуванням усі можливості увімкнені, що дозволяє адміністраторам сайту налащтовувати їх самостійно для своїх сайтів. Якщо ви вимкнете будь-яку можливість тут, то адміністратори сайту зовсім не зможуть її використати."],"%s is a required feature toggle argument.":["%s - необхідний аргумент для включення або виключення можливості."],"Keyphrase:":["Ключове слово:"],"Remove keyphrase":["Прибрати ключове слово"],"This feature has been disabled by the network admin.":["Ця можливість відключена адміністратором мережі."],"Focus keyphrase not set.":["Фокусне ключове слово не встановлено."],"Multiple keyphrases":["Множинні ключові слова"],"Colon":["Двокрапка"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s та %2$s керують налаштуваннями SEO вашого сайту. Запуск двух SEO плагінів одночасно може нашкодити вашому сайту."],"There is a new notification.":["Є нове сповіщення.","Є нових сповіщення.","Є нових сповіщень."],"Learn more about the readability analysis":["Детальніше про аналіз читання"],"Describe the duration of the instruction:":["Опишіть тривалість інструкції:"],"Optional. Customize how you want to describe the duration of the instruction":["Не обов'язково. Налаштуйте те, як ви хочете описати тривалість інструкції"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Цей список зв'язаного вмісту на які ви можете посилатись у дописі. {{a}}Прочитайте нашу статтю про структуру сайту{{/a}}, щоб дізнатись як внутрішні посилання можуть покращити SEO."],"%s, %s and %s":["%s, %s і %s"],"%s and %s":["%s і %s"],"%d minute":["%d хвилин","%d minutes","%d minutes"],"%d hour":["%d годин","%d hours","%d hours"],"%d day":["%d день","%d дні","%d днів"],"Enter a step title":["Введіть назву кроку"],"Optional. This can give you better control over the styling of the steps.":["Необов'язково, проте це надасть вам більший контроль над стилем кроків."],"CSS class(es) to apply to the steps":["CSS клас(и) застосовувані до кроків"],"minutes":["хвилини"],"hours":["години"],"days":["дні"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Створюйте ваші How-to керівництва в SEO-оптимізованому вгляді. Ви можете використати лише 1 блок How-to на допис. "],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Створюйте списки ваших Часто задаваних Питань в SEO-оптимізованому вигляді. Ви можете використати лише 1 блок ЧаПи на допис."],"Copy error":["Помилка копіювання"],"An error occurred loading the %s primary taxonomy picker.":["Виникла помилка завантаження %s вибору основної таксономії."],"%1$s Structured Data Blocks":["%1$s структуровані блоки даних"],"Time needed:":["Потрібний час:"],"Move question down":["Перемістити питання вниз"],"Move question up":["Перемістити питання вгору"],"Insert question":["Вставте питання"],"Delete question":["Видалити питання"],"Enter the answer to the question":["Введіть відповідь на питання"],"Enter a question":["Введіть питання"],"Add question":["Додати питання"],"Frequently Asked Questions":["Часто задавані питання"],"Great news: you can, with %s!":["Чудова новина: ви можете, з %s!"],"Select the primary %s":["Виберіть основний %s"],"Check links to this URL":["Перевірте посилання до цього URL"],"Keyword research training":["Тренінг по ключовим словам"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["Будь-ласка, перевірте %1$sшаблон архіву%2$s для наступного типу вмісту: %3$s.","Будь-ласка, перевірте %1$sшаблон архіву%2$s для наступних типів вмісту: %3$s.","Будь-ласка, перевірте %1$sшаблон архіву%2$s для наступних типів вмісту: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Ви намагаєтесь використати декілька ключових слів? Окремо нижче ви повинні їх додати."],"Mark as cornerstone content":["Відмітити як основний вміст"],"Move step down":["Перемістити крок вниз"],"Move step up":["Перемістити крок вверх"],"Insert step":["Вставити крок"],"Delete step":["Видалити крок"],"Add image":["Додати зображення"],"Enter a step description":["Зазначити опис кроку"],"Enter a description":["Введіть опис"],"Unordered list":["Несортований список"],"Showing step items as an ordered list.":["Показувати елементи кроку як упорядкований список."],"Showing step items as an unordered list":["Показувати елементи кроку як невпорядкований список."],"Add step":["Додати крок"],"Delete total time":["Видалити загальний час"],"Add total time":["Додати загальний час"],"How to":["How to"],"How-to":["How-to"],"Snippet Preview":["Попередній перегляд сніппета"],"Analysis results":["Результати аналізу"],"Enter a focus keyphrase to calculate the SEO score":["Введіть фокусне ключове слово для розрахунку оцінки SEO"],"Learn more about Cornerstone Content.":["Дізнайтеся більше про Основний вміст."],"Cornerstone content should be the most important and extensive articles on your site.":["Основним вмістом повинні бути найбільш важливі і великі статті на вашому сайті."],"Restore Site":["Відновити сайт"],"Network Settings":["Налаштування мережі"],"You are not allowed to perform this action.":["Ви не дозволено виконати цю дію."],"Error: %s":["Помилка: %s"],"Success: %s":["Вдало: %s"],"Site with ID %d not found.":["Сайт з ID %d не знайдений."],"No site has been selected to restore.":["Не вибрано сайт для відновлення."],"You are not allowed to modify unregistered network settings.":["Вам не дозволено змінювати незареєстровані налаштування мережі."],"deleted":["видалено"],"Would you like to add another keyphrase?":["Хочете додати інше ключове слово?"],"image preview":["попередній перегляд"],"Copied!":["Скопійовано!"],"Not supported!":["Не підтримується!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Читайте нашу статтю про структуру сайту, аби більше дізнатись про те_ як внутрішні посилання можуть допомогти покращити ваш SEO."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Щойно ви додасте ще трохи копій, ми надамо вам перелік пов'язаного контенту (вмісту), до котрого ви зможете посилатись у ваших записах"],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Перегляньте посилання на ці ключові статті"],"Consider linking to these articles:":["Переглянте посилання на ці статті"],"Copy link":["Скопіювати посилання"],"Copy link to suggested article: %s":["Скопіюйте посилання до пропонованої статті: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Читайте нашe %1$sостаточне керівництво з дослідження ключових слів%2$s аби більше дізнатись про дослідження ключових слів та стратегію щодо ключових слів."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":["Видатні (ключові) слова"],"The site's tagline":["Ключова фраза сайту"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Ми нещодавно покращили функціональність налаштувань виду результатів пошуку. Нажаль, ми виявили, що в окремих крайніх випадках збереження налаштувань для окремих типів архівів дописів працювало некоректно."],"Not all required fields are given. Missing field %1$s":["Не всі обов'язкові поля заповнені. Пропущено поле %1$s"],"Optimize your site for Google News.":["Оптимізуйте сайт для Google News"],"Optimize your shop's SEO and sell more products!":["Оптимізуй SEO свого магазину і продавай більше!"],"Be found in Google Video search and enhance your video sharing on social media.":["Нехай вас знаходять в Google пошуку відео, а також покращите розповсюдження відео в соціальних мережах."],"Be found in Google Maps and local results.":["Нехай вас знаходять на Google картах і в локальному пошуку."],"Learn practical SEO skills to rank higher in Google.":["Вивчайте практичні навики SEO для підвищення рейтингу в Google."],"Don’t waste time figuring out the best settings yourself.":["Не витрачайте час на те, щоб самостійно визначити найкращі налаштування."],"Get quick wins to make your site rank higher in search engines.":["Досягніть швидких перемог в ранжирування вашого сайту в пошукових системах."],"Add synonyms":["Додати синоніми"],"Would you like to add keyphrase synonyms?":["Чи ви бажаєте додати синоніми ключових слів?"],"Would you like to add more than one keyphrase?":["Чи ви бажаєте декілька ключових слів?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Ви можете редагувати SEO метадані для цього користувальницького типу на %1$sсторінці магазину%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Ви не становили сторінку магазину в налаштуваннях WooCommerce. Встановіть її зараз."],"Current year":["Поточний рік"],"Page":["Сторінка"],"Breadcrumb settings for %s archive":["Налаштування \"хлібних крихт\" для архівів %s"],"Something went wrong. Please reload the page.":["Щось пішло не так. Будь ласка, оновіть сторінку."],"Tagline":["Ключова фраза"],"Modify your meta description by editing it right here":["Вкажіть свій мета-опис, редагуючи його прямо тут"],"description (custom taxonomy)":["опис (довільна таксономия)"],"(custom taxonomy)":["(довільна таксономія)"],"(custom field)":["(довільне поле)"],"Term404":["Елемент404"],"Caption":["Підпис"],"Pagenumber":["Номер сторінки"],"Pagetotal":["Кількість сторінок"],"Page number":["Номер сторінки"],"User description":["Опис користувача"],"ID":["ID"],"Modified":["Змінений"],"Post type (plural)":["Тип дописів (множина)"],"Post type (singular)":["Тип допису (однина)"],"Separator":["Розподілювач"],"Search phrase":["Пошукова фраза"],"Term title":["Заголовок терміну"],"Term description":["Опис терміну"],"Tag description":["Опис тегу"],"Category description":["Опис категорії"],"Primary category":["Головна категорія"],"Category":["Категорія"],"Tag":["Позначка"],"Excerpt only":["Тільки уривок"],"Excerpt":["Витяг"],"Site title":["Назва сайту"],"Archive title":["Назва архіву"],"Parent title":["Назва предка"],"Date":["Дата"],"Label":["Мітка"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Вам варто створити перенаправлення, щоб відвідувачі не отримували 404 помилку при переході на URL який вже не існує."],"Search engines and other websites can still send traffic to your deleted post.":["Пошукові системи та інші сайти все ще можуть генерувати трафік на видалений допис."],"Make sure you don't miss out on traffic!":["Переконайтеся, що ви не втрачаєте трафік!"],"You just deleted a %1$s.":["Ви видалили %1$s."],"You just trashed a %1$s.":["Ви перемістили %1$s в кошик."],"Settings for %s archive":["Налаштування для архівів %s"],"Settings for single %s URLs":["Налаштування URL для окремих %s"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Налаштування на цій сторінці дозволяють зазначити як буде виглядати результат пошука за замовчуванням для вмісту будь-якого типу. Ви можете вибрати який тип вмісту з'явиться в результатах пошуку і варіант опису за замовчуванням."],"Url preview":[""],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":["Прибрати це повідомлення"],"No results":["Немає результатів"],"%d result found, use up and down arrow keys to navigate":["","%d results found, use up and down arrow keys to navigate","%d results found, use up and down arrow keys to navigate"],"Your site language is set to %s. If this is not correct, contact your site administrator.":[""],"Number of results found: %d":["Кількість знайдених результатів: %d"],"Note that not all variables can be used in every field.":["Зауважте, що не всі змінні можна використовувати в кожному полі."],"Snippet variables":["Змінні сніппету"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s поважає Вашу конфіденційність. Прочитайте нашу %2$sprivacy policy%3$s про те, як ми как мы поводимося з Вашою особистою інформацією."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Ви можете %1$s відхилити це повідомлення%2$s, якщо знаєте, що це означає та не хочете далі бачити його."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Налаштування Вашого сайту дозволяють прикріплювати URL на Ваш сайт. Будь-ласка, прочитайте %1$s цей допис про потенційні проблеми %2$s з прикріпленими URL і перевірте чи у вас встановлені правильні налаштування для Вашого сайту."],"Unknown type %1$s":["Невідомий тип %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Включає в себе безкоштовний обліковий запис MyYoast, який дає вам доступ до нашого безкоштовного курсу SEO для початківців!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Підпишиться на нашу розсилку новин якщо хочете отримувати новини про %1$s та інших крутих плагінах %2$s, а також читати цікаві новини та поради зі світу SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Отримайте код підтвердження Baidu у програмі %1$s Baidu для веб-майстрів %2$s."],"Baidu verification code":["Код верифікації Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["The %sФункція імпортера використовує тимчасові таблиці бази даних. Здається, ваша установка WordPress не має можливості зробити це, будь ласка, зверніться до свого хостинг- провайдера."],"Cleanup of %s data failed.":["Очищення від %s дані не вдалося."],"Content Type":["Тип вмісту"],"Filter by content type":["Фільтрувати за типом вмісту"],"Show All Content Types":["Показати всі типи вмісту"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Щоб виправити це, зніміть прапорець біля поля \"Розбити коментарі на сторінках ...\" на %1$sСторінка налаштувань коментарів%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Замінений звичайним заголовком для архіву, створеного WordPress"],"Clean":["Очистити"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Коли ви впевнені, що ваш сайт в порядку, ви можете його очистити. Це призведе до видалення всіх оригінальних даних."],"Step 5: Clean up":["Крок 5: Очистити"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Ви повинні запустити майстра налаштування: SEO→Загальні→Майстерня, щоб переконатися, що всі налаштування вашого сайту правильні."],"Step 4: Run the configuration wizard":["Крок 4: Запустіть майстра налаштування"],"Please check your posts and pages and see if the metadata was successfully imported.":["Перевірте свої повідомлення і сторінки та переконайтеся, чи були метадані імпортовані успішно."],"Step 3: Check your data":["Крок 3: Перевірте свої дані"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Це імпортує метадані типу заголовка SEO та описів в метадані %1$s. Це станеться тільки в тому випадку, якщо ви ще не задали метадані %1$s. Початкові дані залишаться на місці."],"Step 2: Import":["Крок 2: Імпорт"],"Please make a backup of your database before starting this process.":["Будь ласка, створіть резервну копію вашої бази даних, перш ніж почати цей процес."],"Step 1: Create a backup":["Крок 1: Створіть резервну копію"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Ми виявили дані одного або кількох плагінів SEO на вашому сайті. Щоб імпортувати ці дані, виконайте наведені нижче дії:"],"Plugin: ":["Плагін: "],"%s did not detect any plugin data from plugins it can import from.":["%s не виявив жодних даних плагіна з плагінів, з яких він може імпортувати."],"Posts that should not show up in search results":["Публікації, які не повинні відображатися в результатах пошуку"],"%s data found.":["%s знайдено."],"%s data successfully removed.":["%s успішно видалено."],"%s data successfully imported.":["%s успішно імпортовано."],"%s data not found.":["%s не знайдено."],"Improve your SEO skills":["Покращіть свої навички роботи з SEO"],"24/7 email support":["Підтримка по e-mail 24/7"],"No more dead links a.k.a. 404 pages":["Більше немає битих посилань (404 сторінок)"],"Get real-time suggestions for internal links":["Отримуйте пропозиції в режимі реального часу для внутрішніх посилань"],"Preview your page in Facebook and Twitter":["Попередній перегляд вашої сторінки в Facebook і Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Натисніть кнопку \"%3$s\", щоб скористатися мета описами, вже встановленими у налаштуваннях %1$sПошук Вигляд Домашня сторінка%2$s."],"Help on copying the home meta description":["Довідка щодо копіювання домашнього мета-опису"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Щоб дозволити пошуковим системам знати, які соціальні профілі пов'язані з цим сайтом, введіть нижче дані про соціальні профілі вашого сайту."],"Learn more about your social profiles settings":["Докладніше про налаштування ваших соціальних профілів"],"Remove the categories prefix":["Видалити префікс категорій"],"Help on the category prefix setting":["Довідка щодо налаштування префіксу категорії"],"Learn more about the available variables":["Дізнайтеся більше про доступні змінні"],"Learn more about the RSS feed setting":["Дізнайтеся більше про налаштування каналу RSS"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Коли ви завантажуєте мультимедіа (наприклад, зображення або відео) у WordPress, це не просто збереження носія, але і створює для нього файл URL-адреси вкладення. Ці сторінки вкладень є порожніми: вони містять мультимедійний елемент і, можливо, заголовок, якщо ви ввели його. Через це, якщо ви ніколи не використовуєте ці URL-адреси вкладень, їх краще відключити та переадресовувати їх на самий медіафайл."],"Learn more about the Media and attachment URLs setting":["Докладніше про налаштування URL-адрес медіа та вкладень"],"Learn more about the title separator setting":["Докладніше про параметр розділювача заголовка"],"Learn more about the knowledge graph setting":["Дізнайтеся більше про налаштування графіка знань"],"Learn more about the homepage setting":["Докладніше про налаштування домашньої сторінки"],"Learn more about the special pages setting":["Дізнайтеся більше про налаштування спеціальних сторінок"],"Help on the date archives search results setting":["Довідка в налаштуваннях результатів пошуку архівів дати"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Не показувати архіви для авторів без повідомлень у результатах пошуку технічно означає, що вони матимуть мета %1$s роботів і будуть виключені з файлів XML-карт. %2$sДодаткова інформація про налаштування результатів пошуку%3$s."],"Help on the authors without posts archive search results setting":["Довідка про авторів без публікації налаштувань результатів пошуку в архіві"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Не показувати архів для авторів у результатах пошуку технічно означає, що вони матимуть мета %1$s роботів і будуть виключені з файлів XML-карт. %2$sДодаткова інформація про налаштування результатів пошуку%3$s."],"Help on the author archives search results setting":["Довідка про параметри результатів пошуку архівів"],"Archives settings help":["Параметри архівів допоможуть"],"Learn more about the archives setting":["Дізнайтеся більше про налаштування архівів"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Отримайте код підтвердження Yandex у %1$sYandex Інструменти для веб-майстрів%2$s."],"Yandex verification code":["Код верифікації Яндекс"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Отримайте код підтвердження Google у %1$sGoogle Search Console%2$s."],"Google verification code":["Код верифікації Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Отримайте код підтвердження Bing у програмі %1$sBing для веб-майстрів%2$s."],"Bing verification code":["Код верифікації Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Ви можете використовувати вказані нижче поля для перевірки за допомогою різних Інструментів для веб-майстрів. Ця функція додасть мета-тег підтвердження на домашню сторінку. Дотримуйтесь посилань на інші Інструменти для веб-майстрів та шукайте вказівки для методу перевірки метатегів, щоб отримати код підтвердження. Якщо ваш сайт вже підтверджено, ви можете просто забути про це."],"Learn more about the Webmaster Tools verification":["Докладніше про підтвердження Інструментів для веб-майстрів"],"On":["Увімкнено"],"Help on: %s":["Довідка по: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s пропонує безліч різних сервісів. Ви можете ввімкнути / вимкнути деякі з них нижче. Натисніть на знак питання, щоб отримати більше інформації про сервіс."],"Off":["Вимкнено"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Розширений розділ мета-коду %1$s дозволяє користувачеві видаляти публікації з результатів пошуку або змінювати канонічні. Це те, що вам не хочеться робити будь-який автор. Ось чому, за замовчуванням, лише редактори та адміністратори можуть це зробити. Установка на \"%2$s\" дозволяє всім користувачам змінювати ці налаштування."],"Security: no advanced settings for authors":["Безпека: немає додаткових налаштувань для авторів"],"See who contributed to %1$s.":["Подивіться, хто зробив внесок в %1$s."],"Help on this search results setting":["Довідка в цьому налаштуваннях результатів пошуку"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Не показуючи архів %1$s у результатах пошуку, технічно це означає, що вони матимуть мета %2$s роботів і будуть виключені з файлів XML-карт. %3$sДодаткова інформація про налаштування результатів пошуку%4$s.."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Не показ %1$s в результатах пошуку технічно означає, що вони матимуть мета %2$s роботів і будуть виключені з карт XML-карти. %3$sДодаткова інформація про налаштування результатів пошуку%4$s."],"Default for %2$s, currently: %1$s":["За умовчанням для %2$s, наразі: %1$s"],"Show %s in search results?":["Показати %s у результатах пошуку?"],"this author's archives":["архіви цього автора"],"Do not allow search engines to show %s in search results.":["Не дозволяйте пошуковим системам показувати %s у результатах пошуку."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["URL-адреси Категорії в WordPress містять префікс, зазвичай%s, ця функція видаляє цей префікс тільки для категорій."],"Category URLs":["URL категорія"],"the archive for %s":["архів для %s"],"Redirect attachment URLs to the attachment itself?":["Перенаправити URL вкладень на файл вкладення?"],"We recommend you set this to Yes.":["Ми рекомендуємо встановити це значення Так."],"Media & attachment URLs":["URL-адреси для медіа та вкладень"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Це показується в результатах пошуку, коли люди знаходять вашу домашню сторінку. Це означає, що це, мабуть, те, що вони бачать під час пошуку вашого бренду."],"date archives":["датовані архіви"],"archives for authors without posts":["архіви авторів без записів"],"Read why XML Sitemaps are important for your site.":["Чому XML-файли Sitemap важливі для вашого сайту?"],"Enable the XML sitemaps that %s generates.":["Увімкнути XML-карти сайту, яка генерує%s."],"See the XML sitemap.":["Див. XML Sitemap."],"%2$s (current default for %1$s)":["%2$s (поточне значення за умовчанням для %1$s)"],"Media":["Медіа"],"Content Types":["Типи вмісту"],"Should search engines follow links on this %1$s?":["Чи повинні пошукові системи стежити за посиланнями на цьому %1$s?"],"Allow search engines to show this %s in search results?":["Дозволити пошуковим системам показувати цей %s у результатах пошуку?"],"Search Appearance":["Відображення в пошуковій видачі"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Будь-ласка, вкажіть які типи контенту повинні з'являтись у результатах видачі пошукових систем. Якщо ви не знаєте різниці між ними, виберіть налаштування за замовчуванням."],"Search engines should show \"%1$s\" in search results:":["Пошукові системи мають відображати \"%1$s\" у результатах пошуку:"],"Search engine visibility":["Видимість пошукової системи"],"Toggle %1$s's XML Sitemap":["Переключити XML Sitemap %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Запити на підтримку, які ви створюєте тут, надсилаються безпосередньо в нашу систему підтримки, яка захищена 256-бітовим SSL, тому зв'язок 100% надійний."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Функція особливість контенту дозволяє відмітити та фільтрувати на вашому веб-сайті зміст функцію контенту."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Якщо у вас виникла проблема, яку ви не можете вирішити за допомогою нашого відео-посібника або бази знань, ви можете надіслати повідомлення нашої служби підтримки. Їх можна дістати 24 години на добу."],"Search result":["Результат пошуку"],"Good results":["Гарні результати"],"Get better search results in local search":["Отримати кращі результати пошуку в локальному пошуку"],"Allow customers to pick up their %s order locally":["Дозволити клієнтам вибирати місцевий замовлення %s"],"SEO analysis":["SEO аналіз"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO аналіз пропонує пропозиції щодо вдосконалення SEO вашого тексту."],"Learn how the SEO analysis can help you rank.":["Дізнайтеся, як аналіз SEO може допомогти вам оцінити."],"The readability analysis offers suggestions to improve the structure and style of your text.":["Аналіз читабельності пропонує пропозиції щодо вдосконалення структури та стилю вашого тексту."],"Discover why readability is important for SEO.":["Дізнайтеся, чому читацькість важлива для SEO."],"Find out how cornerstone content can help you improve your site structure.":["Дізнайтеся, як зміст функції сонтенту може допомогти вам покращити структуру вашого сайту"],"The text link counter helps you improve your site structure.":["Лічильник текстових посилань допомагає вам покращити структуру вашого сайту."],"Find out how the text link counter can enhance your SEO.":["Дізнайтеся, як лічильник текстових посилань може покращити ваш SEO."],"%s integration":["%s інтеграція"],"Read more about how %s works.":["Дізнайтеся більше про те, як працює %s."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Прио Original string Translation -\nУвімкніть цю функцію, якщо ви хочете, щоб у Facebook та інших соціальних мережах відображалося попередній перегляд з зображеннями та витяг з текстом, коли надається посилання на ваш сайт."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Увімкніть цю функцію, якщо ви хочете, щоб Twitter відображатиме попередній перегляд з зображеннями та витяг тексту, коли посилання на ваш сайт буде спільним."],"Find out why you should upgrade to %s":["Дізнайтеся, чому ви повинні перейти на %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Останні записи блогів в %1$s"],"Need help?":["Потрібна допомога?"],"Type here to search...":["Введіть сюди пошуковий запит ..."],"Search the Yoast Knowledge Base for answers to your questions:":["Використовуйте базу знань Yoast для пошуку відповідей на Ваші питання:"],"Remove highlight from the text":["Видалити виділення з тексту"],"Your site language is set to %s. ":["Мова вашого сайту встановлена як %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Швидко почати роботу з %1$s %2$sмайстром налаштувань%3$s!"],"First-time SEO configuration":["Перше налаштування SEO"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Мова сайту {language}. Якщо це не правильно, зверніться до адміністратора вашого сайту."],"Your site language is set to {language}.":["Мова вашого сайту є {language}."],"Highlight this result in the text":["Виділіть цей результат у тексті"],"Considerations":["Міркування"],"Errors":["Помилки"],"Change language":["Змінити мову"],"You cannot create a %s file.":["Ви не можете створити %s файл."],"You cannot edit the %s file.":["Ви не можете редагувати файл %s."],"Updated %s":["Оновлено %s"],"Create %s file":["Створити %s файл"],"Edit the content of your %s:":["Редагувати вміст вашого %s:"],"Save changes to %s":["Зберегти зміни до %s"],"%s file":["%s файл"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s та %2$s можуть працювати разом набагато краще, додавши плагін допомоги. Будь ласка, встановіть %3$s, щоб зробити ваше життя кращим. %4$s."],"More information":["Більше інформації"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s та %2$s можуть працювати разом набагато краще, додавши плагін допоміжного. Будь ласка, активуйте %3$s, щоб зробити ваше життя кращим."],"More information about %1$s":["Докладніше про %1$s"],"Configuration Wizard":["Майстер конфігурації"],"You've done it!":["Ви зробили це!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Без проблем інтегруються %2$s з %1$s для аналізу змісту!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s і %2$s може працювати разом, набагато краще, додавши допоміжний плагін. Будь ласка, встановіть %3$s, щоб зробити ваше життя кращим."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Заголовок & metas настройки для %1$s складається зміними, які замінюються на конкретних значень зі сторінки, коли відображається на сторінці. Наведена нижче таблиця містить список доступних змінних."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Позначте найважливіший %1$s як \"основний зміст\", щоб покращити структуру вашого сайту. %2$s Докладніше про наріжний камінь %3$s."],"Loading help center.":["Завантажуємо центр допомоги."],"Get support":["Отримати підтримку"],"View in KB":["Перегляд в БЗ"],"Go back":["Повернутися назад"],"Go back to the search results":["Повернутися в результати пошуку"],"(Opens in a new browser tab)":["(Відкриється в новій вкладці браузера)"],"Posts %1$swithout%2$s a focus keyphrase":["Дописів %1$sбез%2$s фокусного ключового слова"],"Hey, your SEO is doing pretty well! Check out the stats:":["Ей! У вас відмінні оцінки SEO! Подивіться статистику:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["У вас немає опублікованих публікацій, ваші результати SEO з'являться тут, як тільки ви створите свій перший пост!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["На цій сторінці ви можете змінити назву свого сайту та вибрати який розподілювач використовувати. Розділювач буде відображатись, наприклад, між заголовком допису та назвою сайту. Символи відображабться в тому ж розмірі який показується в результатах пошуку. Виберіть той, що краще всього підходить вашому бренду або займає найменьше місця в сніпетах."],"Something else":["Щось ще"],"A portfolio":["Портфоліо"],"A corporation":["Корпорація"],"A small offline business":["Малий оффлайн бізнес"],"A news channel":["Канал новин"],"An online shop":["Онлайн-магазин"],"A blog":["Блог"],"What does the site %1$s represent?":["Кого представляє цей сайт %1$s?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Якщо ви виберете ні, ваші авторіські архіви архіву будуть вимкнені, щоб \nзапобігти дублювання вмісту."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Примітка: ми не зберігаємо ваші дані і не маємо повний доступ до вашого облікового запису. З нами ваші особисті дані в безпеці."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s інтегрується с Google Search Console, обов'язковим інструментом для власників сайтів. Він надає вам інформацію про стан вашого сайту. У вас немає облікового запису Google або ваш сайт ще не активовано? Дізнайтесь, %2$sяк подключити Google Search Console до вашого сайту%3$s."],"Option B: My site is under construction and should not be indexed":["Варіант Б: Мій сайт ще створюється і не повинен бути індексований"],"Option A: My site is live and ready to be indexed":["Варіант А: Мій сайт працює і готовий до індексації"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Оберіть \"на стадії розробки\" якщо хочете щоб сайт не був проіндексований пошуковими системами. Не забудьте змінити це налаштування згодом, коли будете готові опублікувати сайт."],"Please specify if your site is under construction or already active.":["Будь ласка, вкажіть, чи знаходиться ваш в стадії конструювання або вже активний."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Ця інформація буде використана в компанії Google's Knowledge Graph Card, \nвеликий блок інформації, що ви бачите на правій стороні результатів пошуку."],"Read more like this on our SEO blog":["Детальніше про це на нашому блозі SEO"],"Readability: %s":["Читабельність: %s"],"Not activated":["Не активовано"],"Activated":["Активовано"],"%1$s recommendations for you":["%1$s рекомендує"],"All Readability Scores":["Всі показники легкості читання"],"Filter by Readability Score":["Фільтрувати за оцінкою читабельності"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Ви не отримуєте оновлень або підтримки! Усунути цю проблему: додайте цей сайт та Увімкніть %1$s його у %2$s."],"Request method %1$s is not valid.":["Запит методу %1$s недійсний."],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Ви хочете переглянути, як виглядатиме це, якщо люди поділилися цим повідомленням на %1$s? Ви можете, з%2$s."],"Good job! All the links in your texts have been counted.":["Хороша робота! Всі посилання у ваших текстах були підраховані."],"Calculation completed.":["Підрахунок завершено."],"Calculation in progress...":["Триває підрахунок..."],"Stop counting":["Припинити підрахунок"],"Counting links in your texts":["Підрахунок лінків у ваших текстах"],"Text %1$s of %2$s processed.":["Текст %1$s з %2$s оброблений."],"All your texts are already counted, there is no need to count them again.":["Всі ваші тексти вже підраховані, їх не потрібно підраховувати знов."],"Count links in your texts":["Кількість посилань в ваших текстах"],"Text link counter":["Лічильник текстових посилань"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Кількість внутрішніх посилань, що посилаються на це повідомлення. Щоб дізнатись більше, перегляньте текст \"Yoast Columns\" на вкладці \"Довідка\"."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Кількість внутрішніх посилань у цьому повідомленні. Щоб дізнатись більше, перегляньте текст \"Yoast Columns\" на вкладці \"Довідка\"."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s додає кілька стовпчиків до цієї сторінки. Ми написали статтю про показ %2$s, щоб використовувати оцінку SEO та оцінку читання %3$s. У стовпцях \"Посилання\" показано кількість статей на цьому сайті, що зв'язують %5$sto%6$s з цією статтею та кількістю URL-адрес, пов'язаних з цією статтею %5$sfrom%6$s. Дізнайтеся більше про показ %4$s щоб використовувати ці функції, щоб покращити внутрішнє посилання %3$s, що значно покращує ваш SEO."],"%s Columns":["%s Колонки"],"Readability score":["Оцінка читабельності"],"Other benefits of %s for you:":["Інші можливості %s для вас:"],"Scroll to see the preview content.":["Прокрутіть, щоб побачити попередній перегляд контенту"],"Cornerstone content":["Ключовий вміст"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s тепер потурбується про всю необхідну технічну оптимізацію вашого сайту. Щоб дійсно покращити ефективність вашого сайту в результатах пошуку, важливо почати створювати вміст, який відповідає вашим ключовим словам. Перегляньте це відео, в якому ми пояснюємо, як використовувати %1$s metabox при редагуванні повідомлень або сторінок."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Якщо ви хочете випередити конкуренцію в певному місті чи регіоні, перегляньте наш плагін %1$s! Ви зможете легко вставити Google карти, години роботи, контактну інформацію та локацію магазину. Крім того,%1$s допомагає вам покращити зручність використання вашої сторінки контактів."],"Attract more customers near you":["Залучити більше клієнтів поряд з вами"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Ви хочете знати всі входи та виходи плагіна %1$s? Ви хочете дізнатись все про наші розширені налаштування? Хочете, щоб можна було отримати максимальну віддачу від плагіна %1$s? Ознайомтеся з нашою програмою підготовки плагінів %1$s і почніть перемагати на конкурсі!"],"Get the most out of %1$s with the %2$s":["Дізнайтесь більше про %1$s з %2$s"],"Upgrade to Premium":["Оновити до Преміум"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Ви хочете випередити свою конкуренцію? %1$s дає вам чудові додаткові функції, які допоможуть вам налаштувати стратегію SEO як професіонала. Використовуйте функціональні ключові слова для декількох фокус, менеджер перенаправлення та наш внутрішній інструмент для зв'язку. %1$s також дасть вам доступ до преміум-підтримки"],"Outrank the competition with %s":["Перевершити конкурентів з %s"],"You might like":["Вам може сподобатися"],"Newsletter":["Підписка на оновлення"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Ми виявили, що ви ще не закінчили налаштування, тому ми рекомендуємо вам %2$sзапустити майстер налаштувань для того, щоб налаштувати %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Помічник допоможе оптимально налаштувати Ваші SEO параметри."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Придбайте Преміум і наші експерти допоможуть з будь-якими питаннями, які у вас виникають з налаштуванням і використанням плагіну."],"Superfast internal linking suggestions":["Супершвидкісні внутрішні посилання"],"Great news: you can, with %1$s!":["Чудові новини: ви можете із %1$s!"],"Save changes":["Зберегти зміни"],"1 year free support and updates included!":["1 рік безкоштовних оновлень та розширень включно!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Плагін %2$s змінює вихід вашого сайту, і це робить різницю між пошуковими системами та звичайними користувачами, процес, який називається маскуванням. Ми настійно рекомендуємо вимкнути його."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sПередпоказ в соціальних межежаж%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sБільше ніяких мертвих посилань%2$s: простий менеджер перенаправлення"],"No ads!":["Без реклами!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Попередній огляд для соціальних мереж"],"Easy redirect manager":["Зручне керування перенаправленнями"],"No more dead links":["Більше немає мертвих посилань"],"Increase your SEO reach":["Підвищіть ваш SEO рівень"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Якщо вам потрібна додаткова допомога у створенні чудового вмісту, ознайомтеся з нашим курсом %2$sSEO для копіювання тексту %3$s. Ви хочете знати все про особливості плагіна, вважають, що робити наші %1$s!"],"Variable":["Змінна"],"Available variables":["Доступні змінні"],"Scroll to see the table content.":["Розгорніть, щоб побачити вміст таблиці."],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Будь ласка, зверніться до статті %1$s про те, як підключити ваш веб-сайт до Google Search Console %2$s, якщо вам потрібна допомога."],"An error occurred in the '%1$s' assessment":["Помилка при оцінюванні '%1$s'"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s слів містить %2$syver%3$s складки %4$s, що більше ніж рекомендований максимум %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s слів містить %2$syver%3$s складки %4$s, що менше або дорівнює рекомендованому максимуму%5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Це трохи менше рекомендованого мінімуму в %5$d слово. %3$sДодайте трохи більше змісту, що має відношення до даної теми%4$s.","Це трохи менше рекомендованого мінімуму в %5$d слова. %3$sДодайте трохи більше змісту, що має відношення до даної теми%4$s.","Це трохи менше рекомендованого мінімуму в %5$d слів. %3$sДодайте трохи більше змісту, що має відношення до даної теми%4$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Мета-опис містить %1$d пропозиції %2$sover%3$s слова %4$s. Спробуйте скоротити це речення.","Мета опис містить %1$ds речень %2$sover%3$s слова %4$s. Спробуйте скоротити ці речення.","Мета-опис містить %1$d пропозиції %2$sover%3$s слова %4$s. Спробуйте скоротити це речення."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Мета опис не містить жодних речень %1$sover %2$s слова %3$s."],"Step %1$d: %2$s":["Крок %1$d: %2$s"],"No new notifications.":["Немає нових сповіщень."],"Save all":["Зберегти все"],"Save":["Зберегти"],"%1$s, Author at %2$s":["%1$s, автор у %2$s"],"Mobile preview":["Мобільний перегляд"],"Desktop preview":["Перегляд на комп'ютері"],"Select redirect":["Виберіть перенаправлення"],"Please provide an SEO title by editing the snippet below.":["Будь ласка, надайте назву SEO, змінивши фрагмент нижче."],"Meta description preview:":["Перегляд мета-опису:"],"Slug preview:":["Попередній перегляд класу:"],"SEO title preview:":["Перегляд SEO заголовку:"],"Close snippet editor":["Закрийте фрагмент редактора"],"Slug":["Частина посилання"],"Remove marks in the text":["Видаліть позначки у тексті"],"Mark this result in the text":["Позначте цей результат у тексті"],"Marks are disabled in current view":["Знаки відключені в поточному перегляді"],"Good SEO score":["Гарна оцінка SEO"],"OK SEO score":["Гарна оцінка SEO"],"Feedback":["Зворотний зв'язок"],"ok":["OK"],"Choose an image":["Вибрати зображення"],"Remove the image":["Вилучити зображення"],"MailChimp signup failed:":["Помилка реєстрації MailChimp:"],"Sign Up!":["Зареєструватись!"],"Name":["Ім’я"],"There is an error with the request.":["Існує помилка з запитом."],"Select profile":["Виберіть профіль"],"Choose a profile":["Виберіть профіль"],"Authorization code":["Код авторизації"],"Reauthenticate with Google":["Повторне автентифікації за допомогою Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Щоб дозволити %s завантажити інформацію про Google Search Console, введіть свій Авторизаційний код Google. Натиснувши на кнопку нижче, відкриється нове вікно"],"Please provide a meta description by editing the snippet below.":["Вкажіть мета-опис сторінки в цьому сніпеті."],"Edit snippet":["Редагувати сніпет"],"You can click on each element in the preview to jump to the Snippet Editor.":["Ви можете натиснути на кожен елемент у попередньому перегляді, щоб перейти до редактора фрагментів."],"SEO title preview":["Попередній перегляд назви SEO"],"Meta description preview":["Опис мета-опису"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Під час збереження поточного кроку сталася помилка, {{link}} будь ласка, надішліть звіт про помилку {{/link}}, який описує, який крок ви входите та які зміни ви хочете зробити (якщо такі є)."],"Close the Wizard":["Закрийте Майстра"],"Export settings":["Експортувати налаштування"],"%1$s video tutorial":["Відеоролик %1$s"],"%s › Configuration Wizard":["%s › Майстер конфігурації"],"Please don't show me this notification anymore":["Не показуйте мені більше це повідомлення"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Якщо у вас виникли проблеми, файл %1$s спален файл звіту про помилку %2$s, і ми докладемо всіх зусиль, щоб допомогти вам."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Ми помітили, що ви використовуєте %1$s протягом деякого часу; ми сподіваємося, що ви це любите! Ми будемо в захваті, якщо %2$s зможете оцінити 5 зірок на сайті WordPress.org%3$s!"],"Date archives settings":["Дата архіву налаштувань"],"Author archives settings":["Налаштування авторських архівів"],"%1$s by %2$s":["%1$s на %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Попередження: змінна %s не може бути використана в цьому шаблоні. Перегляньте довідковий центр для отримання додаткової інформації."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["До речі, ви знали, що у нас також є %1$sPremium плагін%2$s? Він пропонує такі розширені функції, такі як менеджер переадресації та підтримка кількох ключових фраз. Також він включає в себе цілодобову персональну підтримку."],"(no title)":["(без назви)"],"%s installation wizard":["Майстер встановлення %s"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Меню адміністрування панелі керування %1$s містить корисні посилання на сторонні інструменти для аналізу сторінок та полегшує перевірку наявності нових сповіщень."],"Admin bar menu":["Меню в панелі адміністратора"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s перевіряє щодня, якщо ваш сайт індексується пошуковими системами і %2$s повідомляє вас, якщо це не так."],"Features":["Можливості"],"SEO title":["SEO-заголовок"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Хоча ми прагнемо максимально спростити встановлення %1$s, ми розуміємо, що це може бути складним. Якщо ви хочете, щоб ми налаштували для вас %1$s (і отримаєте копію %2$s у процесі), замовимо нашу службу конфігурації %3$s%1$s %4$s тут!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Ласкаво просимо до майстра налаштування %1$s. У кількох простих кроках ми допоможемо налаштувати параметри SEO відповідно до потреб вашого веб-сайту!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google відображає ім'я вашого веб-сайту в результатах пошуку, якщо ви хочете змінити його, це можна зробити тут."],"Greater than sign":["Більше, ніж знак"],"Less than sign":["Знак менше"],"Right angle quotation mark":["Знак котирування правого кута"],"Left angle quotation mark":["Лівий кутовий лапки"],"Small tilde":["Мала тильда"],"Vertical bar":["Вертикальний стрижень"],"Low asterisk":["Низька зірочка"],"Asterisk":["Зірочка"],"Bullet":["Маркер"],"Middle dot":["Середня точка"],"Em dash":["Довге тире"],"En dash":["Коротке тире"],"Dash":["Тире"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Виберіть символ, який використовуватиметься як розділювач заголовків. Це відображатиметься, наприклад, між заголовком вашого повідомлення та іменем сайту. Символи відображаються у розмірі, який вони відобразять у результатах пошуку."],"The name of the person":["Ім'я особи"],"No":["Ні"],"Yes":["Так"],"Does, or will, your site have multiple authors?":["Має чи буде мати ваш сайт кілька авторів?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress автоматично генерує URL-адресу для кожного мультимедійного елемента в бібліотеці. Увімкнення цього дозволить Google індексувати створену URL-адресу."],"Success!":["Успіх!"],"Title settings":["Налаштування заголовку"],"Google Search Console":["Пошукова консоль Google"],"Multiple authors":["Кілька авторів"],"Site type":["Тип сайту"],"Environment":["Навколишнє середовище"],"Yoast option %1$s not found.":["Опція Yoast %1$s не знайдена."],"Google Structured Data Test":["Тестування структурованих даних Google"],"Posts list":["Список записів"],"Posts list navigation":["Навігація по списку записів"],"Filter posts list":["Фільтрувати список публікацій"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Зверніть увагу, що посилання на архіви, як і раніше, можуть бути виведені вашою темою, і їх потрібно буде видалити окремо."],"%1$s to optimize your site even further":["%1$s, щоб ще більше оптимізувати ваш сайт"],"%1$s extensions":["%1$s розширення"],"Comes with our 30-day no questions asked money back guarantee":["Поставляється з нашим 30-днем ніяких запитань не гарантує повернення грошей"],"More information %1$sabout %3$s%2$s":["Докладніше %1$sabout %3$s%2$s"],"Installed":["Встановлено"],"gain access to our 24/7 support team.":["отримати доступ до нашої цілодобової команди підтримки."],"Premium support":["Преміум підтримка"],"check what your Facebook or Twitter post will look like.":["перевір як двій пост Facebook чи Twitter буде виглядати."],"Social previews":["Попередній перегляд соціальної мережі"],"create and manage redirects from within your WordPress install.":["створюйте та керуйте перенаправленнями з вашої інсталяції WordPress."],"Redirect manager":["Менеджер перенаправлення"],"%1$s, take your optimization to the next level!":["%1$s, вжив заходів щодо оптимізації на наступному рівні!"],"A seamless integration between %1$s and %2$s":["Безшовна інтеграція між %1$s і %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Використовуйте сухарі %1$s, а не %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Легко вставляйте Google Maps, локатор магазину, години роботи та інші"],"Creates XML News Sitemaps":["Створює файли Sitemap для XML"],"Immediately pings Google on the publication of a new post":["Відразу ж закликає Google публікувати нову публікацію"],"Optimize your site for Google News":["Оптимізуй свій сайт для Google Новини"],"Make videos responsive through enabling fitvids.js":["Зробіть відео чутливими завдяки ввімкненню fitvids.js"],"Enhance the experience of sharing posts with videos":["Покращте досвід обміну повідомленнями з відео"],"Show your videos in Google Videos":["Покажіть свої відео в Google Відео"],"Crawl issues list":["Перелік питань обходу контенту"],"Crawl issues list navigation":["Сканування пунктів списку навігації"],"Edit “%s”":["Редагувати “%s”"],"Premium":["Преміум"],"Google Trends":["Google тренди"],"Notifications":["Сповіщення"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Видаляє вкладку ключових слів з метаблоку і відключає всі пов'язані з нею SEO пропозиції."],"Disable SEO analysis":["Вимкнути аналіз SEO"],"Twitter settings":["Налаштування Twitter"],"Pinterest settings":["Налаштування Pinterest"],"Facebook settings":["Налаштування Facebook"],"Title separator symbol":["Символ розділювача заголовку"],"RSS feed settings":["Налаштування RSS стрічки"],"Breadcrumbs settings":["Налаштування хлібних крихт"],"Make primary":["Зробити основним"],"Enter your Google Authorization Code and press the Authenticate button.":["Введіть ваш код авторизації Google і натисніть кнопку Аутентифікація."],"Knowledge base article":["Стаття бази знань"],"Open the knowledge base article in a new window or read it in the iframe below":["Відкрити статтю з бази знань в новому вікні або прочитати це в невеличкому полі нижче"],"Search results":["Результати пошуку"],"%s notification":["%s повідомлення","%s повідомлення","%s повідомлень"],"Disable readability analysis":["Вимкнути аналіз читабельності"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Видаляє вкладку Читабельність з метаблоку і відключає всі пов'язані з нею пропозиції."],"Readability analysis":["Аналіз читабельності"],"Needs improvement":["Можна краще"],"Readability":["Читабельність"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Ви намагаєтеся завантажити не мінфіковані файли. Вони доступні лише в нашому пакеті розробки. Перевірте %1$s, щоб переглянути всі вихідні файли."],"Improvements":["Поліпшення"],"Dismiss this item.":["Відхилити цей елемент."],"Good job! We could detect no serious SEO problems.":["Гарна робота! Ми не змогли виявити жодних серйозних SEO проблем."],"We have detected the following issues that affect the SEO of your site.":["Ми виявили такі проблеми, що впливають на SEO вашого сайту."],"Problems":["Проблеми"],"Analysis":["Аналіз"],"Not available":["Недоступно"],"Filter by SEO Score":["Фільтр по SEO оцінці"],"Meta description not set.":["Мета опис не вказано."],"Video tutorial":["Відео підручник"],"Email support is a %s feature":["Підтримка по e-mail доступна тільки для %s"],"Knowledge base":["База знань"],"Open":["Відкрити"],"Loading...":["Завантаження..."],"Something went wrong. Please try again later.":["Виникла помилка. Будь ласка, спробуйте пізніше."],"No results found.":["Нічого не знайдено."],"Dashboard":["Майстерня"],"You can fix this on the %1$sPermalink settings page%2$s.":["Ви можете виправити це в %1$sНалаштування постійних посилань%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Коригування пейджинга включено, це не потрібно в 999 з 1000 випадків, ми рекомендуємо його відключити."],"Replaced with the primary category of the post/page":["Замінено з основною категорією публікації / сторінки"],"Pinterest confirmation":["Підтвердження Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Якщо ви вже підтвердили право на керування сайтом в Pinterest, ви можете пропустити цей крок."],"Format-based archives":["Базовий формат архівів"],"Webmaster Tools verification":["Перевірка інструментів веб-майстрів"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Слідкуйте за нашим %1$s навчанням WordPress й станьте сертифікованим %1$s експертом!"],"Want to be a %s Expert?":["Бажаєте бути %s експертом?"],"Buy %s":["Придбати %s"],"Show information about errors in category %s":["Показати інформацію про помилки в категорії %s"],"New %1$s Title":["Новий %1$s заголовок"],"Existing %1$s Title":["Наявний %1$s заголовок"],"Expected an integer as input.":["Очікується ціле число як вхідний."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Спробую побудувати ключ кешу масиву сайту, але комбінація постфікса та префікса залишає замало місця для цього. Ви, напевно, зажадаєте сторінку, яка є виходом з очікуваного діапазону"],"Remove":["Видалити"],"Keep":["Залишити"],"Bold the last page":["Останню сторінку жирним шрифтом"],"Regular":["Звичайний"],"Bold":["Жирний"],"Show Blog page":["Показати сторінку блоґу"],"Primary %s":["Основний %s"],"Primary":["Основний"],"Make %1$s primary %2$s":["Зробити %1$s основним %2$s"],"Term is set to noindex.":["Термін переключено в noindex."],"Author archives":["Архіви автора"],"Show":["Показати"],"Enabled":["Увімкнено"],"Disabled":["Вимкнено"],"%1$s has not fetched your site's indexability status yet from %2$s":["Yoast SEO %1$sще не отримував статус індексування вашого сайту%2$s із OnPage.org"],"The separator defined in your theme's %s tag.":["Розділювач визначається тегом %s у вашій темі."],"No index":["Не індексувати"],"Analyze entire site":["Аналізувати весь сайт"],"Fetch the current status":["Отримати поточний статус"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s не зміг отримати статус індексованості вашого сайту %3$s з %4$s"],"Your homepage can be indexed by search engines.":["Ваша головна сторінка може бути індексована пошуковими системами."],"Indexability check by %1$s":["Перевірка індексації від %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Якщо ви хочете використати зображення щоб поділитися ним на %1$s, Ви можете завантажити / вибрати зображення або додати посилання на зображення тут."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Якщо для поширення запису в %1$s ви бажаєте використати інший мета опис, впишіть його тут."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Якщо для поширення запису в %1$s ви бажаєте використати інший заголовок, впишіть його тут."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sВаша головна сторінка не може бути індексована пошуковими системами%2$s. Це дуже погано для SEO і має бути полагоджено."],"Once Weekly":["Один раз на тиждень"],"SEO score":["Оцінка SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Перерахунок оцінки SEO для всіх частин змісту з фокусним ключовим словом."],"%1$s of %2$s done.":["%1$s з %2$s виконано."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Ми оновили алгоритм оцінки SEO. %1$sНатисніть тут%2$s, щоб перерахувати оцінку SEO для всіх записів та сторінок."],"Team Yoast":["Команда Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Перше SEO-рішення для WordPress, що є справжнім все-в-одному пакетом, який містить вбудований аналіз вмісту, XML-мапи сайту і багато іншого."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Активація невдала:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Здається відсутнє розширення фільтру. Попросіть свого надавача веб-хостингу активувати його."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Встановлення плагіну %1$s є невдалим. Будь ласка, зверніться до %2$sінструкції по встановленню%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Здається відсутнє розширення стандартної бібліотеки PHP (SPL). Попросіть свого надавача веб-хостингу активувати його."],"SEO Settings":["Налаштування SEO"],"Mobile-Friendly Test":["Тест на мобільність"],"Google Page Speed Test":["Тест швидкості сторінки Google"],"CSS Validator":["CSS Validator"],"HTML Validator":["HTML-перевірка"],"Pinterest Rich Pins Validator":["Валідатор Pinterest Rich Pins"],"Facebook Debugger":["Налагодження Facebook"],"Check Headers":["Перевірити заголовки"],"Check Google Cache":["Перевірити кеш Google"],"Analyze this page":["Аналізувати сторінку"],"Keyword Research":["Дослідження ключових слів"],"%s does not seem to be a valid url. Please correct.":["%s, здається, не є дійсним адресою. Будь ласка, виправте"],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s, як видається, не є дійсною ланкою підтвердження %2$s. Будь ласка, виправте"],"%s Archive":["%s Архів"],"You searched for %s":["Ви шукали %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Короткий вміст з великим зображенням"],"Summary":["Короткий вміст"],"The post %1$s appeared first on %2$s.":["Запис %1$s спершу з'явиться на %2$s."],"No numeric value was received.":["Числові значення не отримано."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Це повинен бути існуючий блог. Блог %s не існує або позначено як видалений."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Налаштування блогу за умовчанням має містити ідентифікатор числового блогу блогу, який ви хочете використовувати як за замовчуванням."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s не вірний вибір для тих, кому дозволений доступ до налаштувань %2$s. Здійснено скидання значення за замовчуванням."],"Please select a valid post type for taxonomy \"%s\"":["Будь ласка, виберіть правильний типу запису для таксономії \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Будь ласка, виберіть правильну таксономію для типу запису \"%s\""],"You searched for":["Ви шукали"],"Home":["Головна Сторінка"],"Archives for":["Архіви для"],"Error 404: Page not found":["Помилка 404: Сторінку не знайдено"],"Good":["Добре"],"Replaced with a custom taxonomies description":["Замінено опис користувацьких таксономій"],"Replaced with a posts custom taxonomies, comma separated.":["Замінений з повідомленням користувацький таксономії, розділений комами."],"Replaced with a posts custom field value":["Замінено значення спеціального поля для публікацій"],"Replaced with the slug which caused the 404":["Замінено з тілом, який викликав 404"],"Replaced with the posts focus keyphrase":["Замінюється фокусним ключовим словом запису"],"Attachment caption":["Вкладення підписів"],"Replaced with the current page number":["Замінено поточним номером сторінки"],"Replaced with the current page total":["Замінено поточною загальною сторінкою"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Замінено поточним номером сторінки з контекстом (тобто сторінка 2 з 4)"],"Replaced with the post/page author's 'Biographical Info'":["Замінено з “біографічною інформацією” автора запису/сторінки"],"Replaced with the post/page author's 'nicename'":["Замінено з “псевдонімом” автора запису/сторінки"],"Replaced with the post/page ID":["Замінено з ідентифікатором (ID) запису/сторінки"],"Replaced with the post/page modified time":["Замінено з часом зміни запису/сторінки"],"Replaced with the content type plural label":["Замінено з кількома мітками типу запису"],"Replaced with the content type single label":["Замінено з єдиною міткою типу запису"],"Replaced with the current search phrase":["Замінено поточною пошуковою фразою"],"Replaced with the term name":["Замінено з іменем артикулу "],"Replaced with the term description":["Замінено з описом артикулу"],"Replaced with the tag description":["Замінено з описом теґів"],"Replaced with the category description":["Замінено з описом категорії"],"Replaced with the post categories (comma separated)":["Замінено з категоріями запису (через кому)"],"Replaced with the current tag/tags":["Замінено з поточним теґом/теґами"],"Replaced with the post/page excerpt (without auto-generation)":["Замінено з уривком запису/сторінки (без автоматичного створення)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Замінено з уривком запису/сторінки (або автоматично створювати, якщо він не існує)"],"The site's name":["Назва сайту"],"Replaced with the title of the parent page of the current page":["Замінено заголовком батьківської сторінки поточної сторінки"],"Replaced with the title of the post/page":["Замінено з заголовком запису/сторінки"],"Replaced with the date of the post/page":["Замінено з датою запису/сторінки"],"Page %1$d of %2$d":["Сторінка %1$d з %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Ви не можете скасувати стандартну зміну WPSEO шляхом реєстрації змінної з таким самим ім'ям. Замість цього використовуйте фільтр \"wpseo_replacements\", щоб налаштувати значення заміни."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Змінна змінна з тією ж назвою вже зареєстрована. Спробуйте зробити назву змінної унікальною."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Змінна змінна не може починатися з \"%%cf_\" або \"%%ct_\", оскільки вони зарезервовані для стандартних змінних WPSEO для спеціальних полів та спеціальних таксономій. Спробуйте зробити назву змінної унікальною."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Змінні заміни можуть містити лише буквено-цифрові символи, підкреслення або дефіс. Спробуйте перейменувати вашу змінну."],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Замітка для адміністратора: на цій сторінці не відображається мета-опис, тому що він не заданий. Вкажіть його для даної сторінки, або перейдіть в меню [%1$s - %2$s] і налаштуйте шаблон."],"Page not found":["Сторінку не знайдено"],"%s Archives":["%s Архіви"],"Search for \"%s\"":["Шукати \"%s\""],"Meta description to use for Author page":["Мета опис для сторінки автора"],"Title to use for Author page":["Заголовок для сторінки автора"],"%1$s settings":["%1$s налаштування"],"Export your %1$s settings":["Експортувати ваші %1$s налаштування"],"Import settings":["Імпортувати налаштування"],"Import from other SEO plugins":["Імпорт з інших плагінів SEO"],"Import":["Імпорт"],"If you had a %s file and it was editable, you could edit it from here.":["Якби у вас був файл %s, доступний для запису, тут можна було б його змінити."],"If your %s were writable, you could edit it from here.":["Якщо ваш файл %s доступний для запису, ви можете відредагувати його тут."],"You don't have a %s file, create one here:":["На сайті відсутній файл %s, створіть його зараз:"],"A link to your site, with your site's name and description as anchor text.":["Посилання на ваш сайт з ім’ям вашого сайту і описом як текст посилання."],"A link to your site, with your site's name as anchor text.":["Посилання на ваш сайт з назвою сайту в якості тексту посилання."],"A link to the post, with the title as anchor text.":["Посилання на запис з назвою як текст посилання."],"A link to the archive for the post author, with the authors name as anchor text.":["Посилання на архів автора запису з ім’ям автора в якості тексту посилання."],"You can use the following variables within the content, they will be replaced by the value on the right.":["В шаблоні можна використовувати такі змінні, які будуть замінені на свої значення (праворуч)."],"Content to put after each post in the feed":["Це буде розміщено після кожного запису в стрічці"],"Content to put before each post in the feed":["Це буде розміщено перед кожним записом в стрічці"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Ця функція автоматично додасть вміст сайту в RSS стрічку, Ви можете додати посилання на Ваш сайт в кожний запис, захистивши вміст від автоматичних агрегаторів, і вказати пошуковим системам адресу першоджерела."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Використання функції навігаційних ланцюжків пояснюється в %1$sстатті з нашої бази знань про реалізацію навігаційних ланцюжків%2$s."],"How to insert breadcrumbs in your theme":["Як вставити навігаційний ланцюжок у вашу тему"],"Blog":["Блог"],"Content type archive to show in breadcrumbs for taxonomies":["Тип показу архіву записів в навігаційного ланцюжка для систематики"],"Taxonomy to show in breadcrumbs for content types":["Систематика показу навігаційного ланцюжка для форматів записів"],"Breadcrumb for 404 Page":["Навігаційний ланцюжок для сторінки 404"],"Prefix for Search Page breadcrumbs":["Префікс для навігаційного ланцюжка сторінки пошуку"],"Prefix for Archive breadcrumbs":["Префікс для навігаційного ланцюжка архівів"],"Prefix for the breadcrumb path":["Префікс для шляху навігаційного ланцюжка"],"Anchor text for the Homepage":["Якірний текст для головної сторінки"],"Separator between breadcrumbs":["Розділювач між елементами ланцюжка"],"Enable Breadcrumbs":["Ввімкнути навігаційні ланцюжки"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Нижче результати оцінювання SEO оптимізації ваших опублікованих записів. Якщо маєте вільну хвильку, то саме час почати покращувати деякі з публікацій!"],"Credits":["Подяки"],"« Back to Tools page":["« Повернутися до сторінки інструментів"],"%1$s comes with some very powerful built-in tools:":["%1$s розповсюджується з деякими дуже потужними вбудованими інструментами:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Цей інструмент дозволяє швидко змінити важливі файли для вашого SEO, як ваш robots.txt і ваш файл .htaccess, якщо він у вас є."],"File editor":["Редактор файлів"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Імпорт налаштувань з інших плагінів SEO і експорт ваших налаштувань для повторного використання в (іншому) блозі."],"Import and Export":["Імпорт та експорт"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Цей інструмент дозволяє швидко змінювати заголовки та описи ваших повідомлень і сторінок без необхідності входити в редактор для кожної сторінки."],"Bulk editor":["Груповий редактор"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Для того, щоб %1$sпідтвердити право на керування сайтом в Pinterest%2$s, додайте мета-тег нижче:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest використовує такі ж Open Graph метадані як Facebook, так що не забудьте ввімкнути та налаштувати Open Graph параметри на вкладці Facebook, якщо ви хочете оптимізувати свій сайт для Pinterest."],"The default card type to use":["Тип даних, які використовувати"],"Add Twitter card meta data":["Додати метадані Twitter"],"This image is used if the post/page being shared does not contain any images.":["Це зображення використовується, якщо поширюють запис/сторінку, що немає зображень."],"Default settings":["Стандартні параметри"],"Copy home meta description":["Копіювати мета опис головної"],"Description":["Опис"],"Image URL":["Посилання зображення"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Ці зображення, заголовок і опис використовуються як мета-теги Open Graph для головної сторінки вашого сайту."],"Frontpage settings":["Параметри головної сторінки"],"Add Open Graph meta data":["Додати метадані Open Graph"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Ім'я користувача в Twitter"],"Facebook Page URL":["Посилання на сторінку Facebook"],"Accounts":["Акаунти"],"Restore site to defaults":["Відновити сайт за замовчуванням"],"Site ID":["ID сайту"],"Using this form you can reset a site to the default SEO settings.":["Використовуючи цю форму ви можете відновити стандартні SEO налаштування."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Таємні дані (адміни FB, тощо), особливості теми (перепис назв) і кілька конкретних налаштувань сайту не будуть імпортовані до нових блогів."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Вкажіть %1$sSite ID%2$s, параметри якого ви хочете використовувати за замовчуванням для всіх сайтів мережі. Якщо залишити поле порожнім, будуть використовуватися стандартні налаштування плагіну."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Виберіть сайт, налаштування якого ви хочете використовувати за замовчуванням для всіх сайтів, які додаються до мережі. Якщо ви оберете \"Жоден\", плагін працюватиме з стандартними параметрами."],"New sites in the network inherit their SEO settings from this site":["Нові сайти в мережі успадковують параметри SEO з цього сайту"],"Super Admins only":["Тільки супер-адміністратори"],"Site Admins (default)":["Адміністратори сайту (за замовчуванням)"],"Who should have access to the %1$s settings":["Хто має права доступу до %1$s налаштувань"],"spam":["спам"],"mature":["для дорослих"],"archived":["в архіві"],"public":["публічний"],"%s restored to default SEO settings.":["%s відновлено стандартні SEO налаштування."],"Settings Updated.":["Налаштування оновлені."],"404 pages":["Сторінки 404"],"Search pages":["Сторінки пошуку"],"These pages will be %s by default, so they will never show up in search results.":["Ці сторінки будуть %s за замовчуванням, так вони ніколи не будуть показані в результатах пошуку."],"Special Pages":["Спеціальні сторінки"],"Date-based archives could in some cases also be seen as duplicate content.":["Архіви по даті в деяких випадках можуть також розглядатися як дубльований вміст."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Якщо на вашому сайті саме так і є, ви можете вимкнути це (що перенаправить це на головну сторінку), або додати %s до нього, щоб він не з'являється в результатах пошуку."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Якщо ваш блог має лише одного автора, авторський архів буде таким самісіньким як і головна сторінка. Це ще називають %1$sпроблемою подвійного вмісту%2$s."],"Date archives":["Архіви по даті"],"author archives":["авторські архіви"],"Title":["Заголовок"],"%1$s Meta Box":["Блок %1$s"],"Hide":["Приховати"],"Date in Snippet Preview":["Дата в передперегляді сніппета"],"Take note:":["Зверніть увагу:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Ви можете визначити назву і опис сторінки блоґу за допомогою %1$sредагування конкретної сторінки%2$s"],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Ви можете визначити назву та опис для головної сторінки %1$sредагуванням самої головної сторінки%2$s."],"Homepage & Front page":["Головна & Титульна сторінка"],"Title Separator":["Розділювач заголовку"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s автоматично визначає, чи потрібно змусити перезаписувати заголовки для ваших сторінок, якщо ви вважаєте, що це не так, і ви знаєте, що ви робите, ви можете змінити це налаштування тут."],"Force rewrite titles":["Примусово перезаписати назви"],"Taxonomies":["Таксономії"],"Homepage":["Головна сторінка"],"%1$s Extensions":["%1$s Розширення"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Постійно інтегруйте WooCommerce з %1$s та отримуйте додаткові функції!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Ранг краще локально та на Картах Google, не порушуючи поту!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Ви в Новинах Google? Збільште трафік з Новин Google, оптимізуючи його!"],"Optimize your videos to show them off in search results and get more clicks!":["Оптимізуйте свої відео, щоб показати їх у результатах пошуку і отримати більше кліків. "],"The premium version of %1$s with more features & support.":["Преміум версія %1$s з більшою кількістю можливостей і підтримкою."],"Person":["Приватна особа"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Ці дані показуються, як метадані вашого сайту. Вони призначені для %1$sGoogle's Knowledge Graph%2$s. Ви можете бути або Компанією, або Приватною особою."],"Website name":["Назва веб-сайту"],"Webmaster Tools":["Інструменти веб-майстра"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Постійні посиланнях ваших записів і сторінок не містять назви запису. Змініть налаштування постійних посилань на /%postname%/, настійно рекомендуємо це зробити."],"RSS":["RSS"],"Breadcrumbs":["\"Хлібні крихти\""],"or":["або"],"Save Profile":["Зберегти профіль"],"There were no profiles found":["Профілі не знайдено"],"Profile":["Профіль"],"Current profile":["Поточний профіль"],"Authenticate":["Аутентифікувати"],"Get Google Authorization Code":["Отримати код авторизації Google"],"Reload crawl issues":["Перезавантажити проблеми індексування"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Щоб мати можливість створити перенаправлення і виправити дану проблему, потрібен %1$s. Ви можете купити плагін, включаючи один рік підтримки та оновлень, на %2$s."],"Creating redirects is a %s feature":["Створення перенаправлення це функція %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Помилки, що трапилися тільки під час сканування вашого сайту роботом Google для телефонів (помилки не враховують комп'ютери)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Помилки, що трапилися тільки під час сканування вашого сайту роботом Google для мобільних пристроїв (помилки не враховують комп'ютери)."],"Errors that occurred when your site was crawled by Googlebot.":["Помилки, що трапилися під час сканування вашого сайту ботом Google."],"Issue categories":["Категорії проблем"],"Incorrect Google Authorization Code.":["Невірний код авторизації Google."],"The issues have been successfully reloaded!":["Список проблем був успішно перезавантажений!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Дані %1$s були вилучені. Ви маєте пройти повторну перевірку, якщо бажаєте отримати дані повторно."],"Crawl errors per page":["Помилки сканування на сторінці"],"Search":["Шукати"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Не прогавте помилки індексування: %1$sпідключіть Google Search Console натиснувши тут%2$s."],"Create redirect":["Створити перенаправлення"],"Mark as fixed":["Помітити як виправлене"],"Response code":["Код відповіді"],"First detected":["Вперше виявлено"],"Last crawled":["Остання індексація"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s визначив, що ви використовуєте версію %2$s, яка не сумісна з %1$s. Будь ласка, оновіть %2$s до останньої версії, щоб мати змогу використовувати цю функцію."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast плагіни розповсюджують деякий спільний код між собою для прискорення роботи вашого сайту. Тому дуже важливо, щоб усі Yoast плагіни були актуальні. Ми виявили, що наразі це не так. Будь ласка, оновіть Yoast плагіни до останніх актуальних версій."],"Feature phone":["Мобільний телефон"],"Smartphone":["Смартфон"],"Desktop":["Настільний комп'ютер"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Цільове посилання не існує, але ваш сервер не повертає помилку 404 (Сторінку не знайдено)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Закінчився термін дії запиту або сайт блокує Google."],"Server Error":["Помилка сервера"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot має доступ до вашого сайту, але деякі посилання блоковані для Googlebot’а у вашому файлі %1$s. Ця перешкода може бути для всіх Googlebot’ів або лише для Googlebot-mobile."],"Blocked":["Заблоковано"],"Google was unable to crawl this URL due to an undetermined issue.":["Google не вдалося проіндексувати це посилання через невизначену проблему."],"URL points to a non-existent page.":["Посилання вказує на неіснуючу сторінку."],"Not found":["Не знайдено"],"Not followed":["Не прослідковано"],"Faulty redirects":["Хибні перенаправлення"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Сервер потребує авторизації або блокує для Googlebot доступ до сайту."],"Access denied":["Доступ заборонено"],"Deactivate %s":["Деактивувати %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s плагін(и) можуть викликати проблеми при сумісному використанні з %2$s."],"Upload Image":["Завантажити зображення"],"Remove these ads?":["Видалити цю рекламу?"],"%s Posts Overview":["Огляд публікацій %s"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["«Заголовок „крихт“» використовується в навігаційних «крихтах» там, де з'являється ця таксономія."],"Breadcrumbs title":["Назва навігаційного ланцюжка"],"The canonical link is shown on the archive page for this term.":["Сталий лінк показується на сторінці архіву для цього терміну."],"Facebook App ID":["ID Facebook додатку"],"Pinterest":["Pinterest"],"Other":["Інше"],"Archives":["Архіви"],"Email":["Email"],"Previous":["Назад"],"Next":["Далі"],"Close":["Закрити"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s і %2$s одночасно генерують XML мапи сайту. Наявність двох XML мап сайту не є корисним для пошукових систем, а також може сповільнити ваш сайт."],"Configure %1$s's Open Graph settings":["Налаштувати %1$s Open Graph"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["І %1$s і %2$s створюють висновок Open Graph, який може привести до використання неправильних текстів та зображень соціальними мережами (Facebook, Twitter, LinkedIn та ін.), коли вашими сторінками поділяться в них."],"%s Image":["%s зображення"],"%s Description":["%s опис"],"%s Title":["%s заголовок"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Рекомендованим розміром зображення для %1$s є %2$spx."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Якщо ви хочете використовувати для цього запису інше зображення в %s, завантажте (виберіть) його."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Якщо для поширення запису в %s ви хочете використати інший мета-опис, то напишіть його тут."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Якщо для поширення запису в %s ви бажаєте використати інший заголовок, впишіть його тут."],"very difficult":["дуже складно"],"Try to make shorter sentences, using less difficult words to improve readability":["Спробуйте писати більш короткими реченнями і використовувати менше важких слів, щоб поліпшити читабельність."],"difficult":["складно"],"Try to make shorter sentences to improve readability":["Спробуйте писати більш короткими реченнями, щоб поліпшити читабельність."],"fairly difficult":["доволі важко"],"OK":["OK"],"fairly easy":["досить легко"],"easy":["легко"],"very easy":["дуже легко"],"Meta Desc.":["Мета опис"],"All SEO Scores":["Всі SEO оцінки"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Зображення повинно бути принаймні 200x200 пікселів , щоб Facebook та інші соціальні мережі мали змогу його використати."],"(no parent)":["(без предка)"],"Post is set to noindex.":["Запис переключено в noindex."],"The URL that this page should redirect to.":["Лінк цієї сторінки має перенаправлятися також."],"301 Redirect":["301 Перенаправлення"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Канонічний URL, на який повинна вказувати ця сторінка. Якщо залишити порожнім, це буде посилання за замовчуванням. Також підтримуються %1$sпосилання на інші домени%2$s."],"Canonical URL":["Канонічна URL-адреса"],"Title to use for this page in breadcrumb paths":["Назва для цієї сторінки щоб використовувати в навігаційному ланцюжку"],"Breadcrumbs Title":["Заголовок для «хлібних крихт»"],"No Snippet":["Без сніппету"],"No Archive":["Не архівувати"],"No Image Index":["Не індексувати зображення"],"None":["Немає"],"Site-wide default: %s":["По всьому сайту за замовчуванням: %s"],"Advanced meta robots settings for this page.":["Розширені налаштування meta robots для цієї сторінки."],"Meta robots advanced":["Meta robots просунуті"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Увага: навіть якщо ви можете налаштувати мета індекс роботів тут, а весь сайт переключено на noindex в налаштуваннях конфіденційності, то ці параметри не матимуть сили."],"Meta description":["Мета-опис"],"SEO Title":["SEO-заголовок"],"Focus keyword":["Ключовики"],"Snippet preview":["Snippet Попередній перегляд"],"Settings successfully imported.":["Налаштування успішно імпортовані."],"Settings could not be imported:":["Параметри не можуть бути імпортовані:"],"Breadcrumb for 404 pages:":["Навігаційний ланцюжок для сторінки помилки 404:"],"Prefix for search result pages:":["Префікс для сторінки результатів пошуку:"],"Prefix for archive pages:":["Префікс для сторінок архівів:"],"Prefix for breadcrumbs:":["Префікс для breadcrumbs:"],"Anchor text for the homepage:":["Анкорний текст для головної сторінки:"],"Breadcrumbs separator:":["Розділювач для навігаційного ланцюжка (breadcrumbs):"],"%s Breadcrumbs":["%s навігаційний ланцюжок (breadcrumbs)"],"Use Image":["Використати зображення"],"Action":["Дія"],"Page URL/Slug":["Посилання сторінки"],"Publication date":["Дата публікації"],"Post Status":["Статус запису"],"WP Page Title":["Заголовок сторінки WP"],"View":["Дивитись"],"View “%s”":["Дивитись “%s”"],"Preview":["Попередній перегляд"],"Preview “%s”":["Попередній перегляд “%s”"],"Edit":["Редагувати"],"Filter":["Фільтр"],"New Yoast Meta Description":["Новий Yoast мета-опис"],"Existing Yoast Meta Description":["Існуючий мета-опис Yoast"],"Facebook profile URL":["Посилання на профіль у Facebook"],"Twitter username (without @)":["Ім'я користувача Twitter (без @)"],"FAQ":["Часті питання"],"Premium Support":["Преміум підтримка"],"Settings":["Налаштування"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Ви повинні %1$sgo в налаштуваннях читання %2$s та зніміть прапорець для видимості пошукової системи."],"Huge SEO Issue: You're blocking access to robots.":["Серйозна проблема для SEO: Ви блокуєте доступ для пошукових роботів."],"Posts":["Записи"],"Edit Files":["Редагувати файли"],"Advanced Variables":["Розширені змінні"],"Basic Variables":["Базові змінні"],"General":["Загальні"],"Extensions":["Розширення"],"Search Console":["Консоль пошуку"],"Tools":["Інструменти"],"Advanced":["Додаткове"],"XML sitemaps":["XML Карта сайту"],"Social":["Соціальні мережі"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s визначено використання версії %2$s з %3$s. Будь ласка, оновіть до останньої версії, щоб запобігти проблем зі сумісністю."],"Just another WordPress site":["Просто ще один сайт на WordPress"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["У вас ще й досі стандартний слоган WordPress, мабуть вже краще щоб він взагалі був відсутній. %1$sВи можете це виправити у налагоджувачі%2$s."],"You have used HTML in your value which is not allowed.":["У цьому полі не можна використовувати HTML-теги."],"You can't edit %s that aren't yours.":["Ви не можете редагувати %s, бо це не ваше."],"You can't edit %s.":["Ви не можете редагувати %s."],"Post has an invalid Content Type: %s.":["Запис має невірний Тип Запису: %s."],"Post doesn't exist.":["Запис не існує."],"course\u0004Free:":["Безкоштовні:"],"posts\u0004Trash (%s)":["Видалені (%s)","Видалені (%s)","Видалені (%s)"],"posts\u0004All (%s)":["Всі (%s)","Всі (%s)","Всі (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/vi.json b/Resources/Private/Languages/vi.json index 7317c45..99b81fe 100644 --- a/Resources/Private/Languages/vi.json +++ b/Resources/Private/Languages/vi.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=1; plural=0;","lang":"vi_VN"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Để xem lỗi thu thập dữ liệu, %1$sHãy truy cập Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google đã ngừng chạy API Crawl Error. Vì thế, nếu có lỗi thu thập dữ liệu nó sẽ không hiển thị ở đây nữa. %1$sĐọc để biết thêm thông tin%2$s."],"Remove this message":["Xóa thông báo này"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":["Trang mạng xã hội của tổ chức"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Bạn có thể chỉnh sửa các chi tiết được hiển thị trong dữ liệu meta, như hồ sơ xã hội, tên và mô tả của người dùng này trên trang hồ sơ %1$s của họ."],"Personal info":["Thông tin cá nhân"],"Organization logo":["Logo tổ chức"],"Organization name":["Tên tổ chức"],"Choose whether the site represents an organization or a person.":["Chọn xem trang web đại diện cho một tổ chức hay một người."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Để làm cho trang web của bạn đại diện cho Công ty hoặc Tổ chức, hãy truy cập %1$sGiao diện tìm kiếm%2$s và đặt Tổ chức hoặc Người thành \"Tổ chức\"."],"To change the social accounts used for your site, update the details for %1$s.":["Để thay đổi các tài khoản mạng xã hội được sử dụng cho trang web của bạn, hãy cập nhật chi tiết cho %1$s."],"That means that the form and information below is disabled, and not used.":["Điều đó có nghĩa là biểu mẫu và thông tin bên dưới sẽ bị vô hiệu hóa và không được sử dụng."],"Your website is currently configured to represent a Person":["Trang web của bạn hiện được cấu hình để đại diện cho một Người"],"(if one exists)":["(nếu có)"],"Wikipedia page about you":["Trang Wikipedia về bạn"],"YouTube profile URL":["URL hồ sơ trên YouTube"],"Tumblr profile URL":["URL hồ sơ trên Tumblr"],"SoundCloud profile URL":["URL hồ sơ trên SoundCloud "],"MySpace profile URL":["URL hồ sơ trên MySpace"],"Organization or person":["Tổ chức hoặc cá nhân"],"The person":["Cá nhân"],"Organization":["Tổ chức"],"Does your site represent a person or an organization?":["Trang web của bạn đại diện cho một người hoặc một tổ chức?"],"The name of the organization":["Tên của tổ chức"],"Provide an image of the organization logo":["Cung cấp một hình ảnh logo của tổ chức"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Trước đây bạn đã đặt trang web của mình để đại diện cho một người. Chúng tôi đã cải thiện chức năng này qua mã Schema và Knowledge Graph, vì vậy bạn nên truy cập và %1$shoàn thành các cài đặt đó%2$s."],"Select a user...":["Chọn một người dùng..."],"Uncategorized":["Chưa phân loại"],"Name:":["Tên:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Bạn đã chọn người dùng %1$s làm người mà trang web này đại diện. Thông tin hồ sơ người dùng của họ bây giờ sẽ được sử dụng trong kết quả tìm kiếm. %2$sCập nhật hồ sơ của họ để đảm bảo thông tin là chính xác.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Lỗi: Vui lòng chọn người dùng bên dưới để hoàn thành siêu dữ liệu cho trang web của bạn."],"SEO score: %s":["Điểm SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Nếu có một trang Wikipedia cho bạn hoặc tổ chức của bạn, hãy thêm nó vào."],"Wikipedia URL":["URL đến Wikipedia"],"Pinterest profile URL":["URL hồ sơ trên Pinterest"],"Instagram profile URL":["URL hồ sơ trên Instagram "],"LinkedIn profile URL":["URL hồ sơ trên LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Nghiên cứu từ khóa rất cần thiết cho bất kỳ chiến lược SEO nào. Bạn quyết định những cụm từ tìm kiếm mà bạn muốn được xếp hạng, và khám phá ra những cụm từ mà khách thăm web mục tiêu dùng để tìm thấy bạn. Một nghiên cứu từ khóa xuất sắc cho bạn biết những nội dung mà bạn cần bắt đầu xếp hạng cho những từ khóa mà bạn muốn. Hãy đảm bảo rằng những nỗ lực của bạn tập trung vào những từ khóa mà bạn thực sự có cơ hội xếp hạng! %1$s sẽ hướng dẫn bạn quá trình này, từng bước một."],"SEO for Beginners training":["Đào tạo SEO cho người mới"],"%s for WordPress training":["%s cho đào tạo WordPress"],"All-around SEO training":["Đào tạo tất tần tật về SEO"],"The image you selected is too small for Facebook":["Ảnh bạn chọn quá nhỏ cho Facebook"],"The given image url cannot be loaded":["Không thể tải được đường dẫn ảnh đã nhập"],"Find out what words your audience uses to find you":["Khám phá những cụm từ mà khách truy cập mục tiêu của bạn sử dụng để tìm thấy bạn"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sĐiểm phân tích tính dễ đọc Flesch%2$s: Bài viết đạt %3$s điểm trong bài kiểm tra, tương ứng với độ dễ %4$s để đọc. %5$s"],"No JSON object was returned.":["Không có đối tượng JSON nào được trả về."],"Received internal links":["Số đường dẫn nội bộ nhận được"],"Outgoing internal links":["Số đường dẫn nội bộ liên kết tới"],"New step added":["Bước mới đã được thêm vào"],"New question added":["Câu hỏi mới được thêm vào"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Để có thể tạo một chuyển hướng và khắc phục vấn đề này, bạn cần %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Bạn có thể mua phần mở rộng, bao gồm một năm hỗ trợ và cập nhật, vào ngày %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Tính năng bộ đếm số đường dẫn văn bản cung cấp thông tin chi tiết về số lượng đường dẫn được tìm thấy trong văn bản và số đường dẫn liên kết tới văn bản của bạn. Điều này rất hữu ích khi bạn cải thiện %1$sliên kết nội bộ trang%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Để tính năng này hoạt động %1$s yêu cầu phiên bản PHP tối thiểu %2$s. Chúng tôi tìm thấy PHP phiên bản %3$s trên website này."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Hãy cẩn trọng xem xét các ảnh hưởng và %1$sđọc bài viết này%2$s nếu bạn muốn có thêm thông tin về ảnh hưởng của việc hiển thị thư viện trong các kết quả tìm kiếm."],"Keyphrase":["Cụm từ khóa"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Để tính năng này hoạt động, %1$s cần tạo 1 bảng trong Database của bạn. Chúng tôi không thể tạo bảng này một cách tự động."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Nếu bật tính năng này, những liên kết tệp đính kèm có thể nhìn thấy bởi cả người dùng của bạn và Google. Để tăng thêm giá trị cho website của bạn, chúng phải chứa đựng thông tin hữu ích, hoặc chúng có thể ảnh hưởng xấu đến thứ hạng đến website."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Tính năng %3$sBộ đếm liên kết%4$s (được giới thiệu trong %1$s %2$s) hiện tại bị tắt."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Hãy đọc %1$sbài kiến thức cơ bản%2$s để tìm cách giải quyết vấn đề này."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Để chắc chắn rằng tất cả những liên kết trong các văn bản của bạn được đếm, chúng tôi cần phân tích tất cả các văn bản của bạn."],"All you have to do is press the following button and we'll go through all your texts for you.":["Tất cả những gì bạn phải làm là nhấn nút sau đây và chúng tôi sẽ kiểm tra tất cả những văn bản của bạn."],"Count links":["Đếm số liên kết"],"Free":["Miễn phí"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributes%5$s: Trong số %2$d hình ảnh trên trang này, %1$d có những thuộc tính alt với những từ liên quan đến cụm từ khóa hoặc những từ đồng nghĩa. Hơi nhiều một chút. %4$sChỉ nên thêm cụm từ khóa hoặc những từ đồng nghĩa nếu nó thực sự liên quan đến ảnh%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sNhững thuộc tính alt trong hình ảnh%2$s: Rất tốt!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sThuộc tính alt của các ảnh%5$s: Trong số %2$d ảnh trên trang này, chỉ có %1$d ảnh có thuộc tính alt mô tả chủ đề văn bản của bạn. %4$sHãy thêm cụm từ khóa hoặc các từ đồng nghĩa trong các thuộc tính alt của những ảnh liên quan%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sThuộc tính alt của các ảnh%3$s: Ảnh trên trang này không có thuộc tính alt mô tả chủ đề văn bản của bạn. %2$sHãy thêm cụm từ khóa hoặc các từ đồng nghĩa trong các thuộc tính alt của những ảnh liên quan%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sThuộc tính alt của các ảnh%3$s: Ảnh trong trang đã có thuộc tính alt, nhưng bạn chưa đặt cụm từ khóa. %2$sKhắc phục ngay%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sCụm từ khóa trong tiêu đề phụ%2$s: Có %3$s tiêu đề phụ mô tả chủ đề của bài viết. Rất tốt!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sCụm từ khóa trong tiêu đề phụ%2$s: Tiêu đề phụ mô tả chủ đề của bài viết. Rất tốt!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sCụm từ khóa trong tiêu đề phụ%3$s: %2$sHãy dùng nhiều hơn các cụm từ khóa hoặc các từ đồng nghĩa trong các tiêu đề phụ%3$s!"],"Page %s":["Trang %s"],"Cannot get the size of %1$s because of unknown reasons.":["Không lấy được độ lớn của %1$s vì những lý do chưa được biết tới."],"Cannot get the size of %1$s because it is hosted externally.":["Không lấy được độ lớn của %1$s vì nó được lưu trữ bên ngoài."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Đơn giản là chuyển nút \"bật\" và bạn sẽ có thể sử dụng phân tích đã hiệu chỉnh. Đồng thời, chúng tôi sẽ thêm bạn vào danh sách gửi mail cụ thể của chúng tôi. Chúng tôi chỉ gửi mail về trải nghiệm của bạn với hiệu chỉnh này!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Chúng tôi đã %1$shiệu chỉnh bản phân tích của bạn%2$s. Với phân tích mới này, chúng tôi sẽ tiếp cận gần hơn cách mà Google nhìn vào website của bạn. Điều đó %3$sthật tuyệt%4$s nếu bạn muốn %3$sdùng thử bản beta tính năng này%4$s cho chúng tôi!"],"Get an even better analysis":["Lấy một bản phân tích tốt hơn nữa"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTiêu đề đơn lẻ%3$s: Các thẻ H1 chỉ nên được sử dụng làm tiêu đề chính. Tìm tất cả các thẻ H1 trong văn bản của bạn mà không phải tiêu đề chính và %2$schuyển chúng thành những thẻ tiêu đề thấp hơn%3$s!"],"Improve sharing on Facebook and Pinterest":["Cải thiện số lượt chia sẻ trên Facebook và Pinterest"],"You do not have the required rights to export settings.":["Bạn không có quyền cần thiết để xuất cài đặt ."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Sao chép tất cả các cài đặt này sang %1$s tab và lượt bấm \"%1$s của một trang khác."],"These are settings for the %1$s plugin by %2$s":["Đây là các cài đặt cho phần mở rộng %1$s bởi %2$s"],"No settings found.":["Không tìm thấy các cài đặt."],"Export your %1$s settings here, to copy them on another site.":["Xuất các cài đặt %1$s của bạn tại đây, sao chép chúng sang trang khác."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Nhập các cài đặt chỉ được hỗ trợ trên các máy chủ chạy PHP 5.3 trở lên."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Nhập các cài đặt bằng cách dán các cài đặt bạn đã sao chép từ trang khác tại đây và bấm \"%s\"."],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sMật độ cụm từ khóa%2$s: Cụm từ khóa chính xuất hiện 0 lần. Mức đó thấp hơn mức tối thiểu khuyến nghị là %3$d lần cho một văn bản với độ dài như thế này. %4$sHãy tập trung vào từ khóa chính của bạn%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sMật độ cụm từ khóa%2$s: Cụm từ khóa chính xuất hiện %5$d lần. Mức đó thấp hơn mức tối thiểu khuyến nghị là %3$d lần cho một văn bản với độ dài như thế này. %4$sHãy tập trung vào từ khóa chính của bạn%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sMật độ cụm từ khóa%2$s: Cụm từ khóa chính xuất hiện %3$d lần. Rất tốt!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sMật độ cụm từ khóa%2$s: Cụm từ khóa chính xuất hiện %5$d lần. Mức đó nhiều hơn mức tối đa khuyến nghị là %3$d lần cho một văn bản với độ dài như thế này. %4$sĐừng tối ưu quá mức%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sMật độ cụm từ khóa%2$s: Cụm từ khóa chính xuất hiện %5$d lần. Mức đó nhiều hơn mức tối đa khuyến nghị là %3$d lần cho một văn bản với độ dài như thế này. %4$sĐừng tối ưu quá mức%2$s!"],"Indexable deleted for object %1$s with type %2$s":["Đã xóa chỉ mục cho đối tượng %1$s với kiểu %2$s"],"Indexable saved for object %1$s with type %2$s":["Chỉ mục đã được lưu cho đối tượng %1$s với kiểu %2$s"],"Indexable created for object %1$s with type %2$s":["Chỉ mục đã được tạo cho đối tượng %1$s với kiểu %2$s"],"Indexable meta deleted.":["Đã xóa dữ liệu meta có thể đánh chỉ mục."],"Indexable meta saved for indexable id %1$s with meta key %2$s":["Dữ liệu meta có thể đánh chỉ mục đã được lưu cho ID chỉ mục %1$s với khóa meta %2$s"],"Indexable meta created for indexable id %1$s with meta key %2$s":["Dữ liệu meta có thể đánh chỉ mục đã được tạo cho ID chỉ mục %1$s với khóa meta %2$s"],"There is no meta found for indexable id %1$s and meta key %2$s.":["Không có dữ liệu meta cho ID chỉ mục %1$s với khóa meta %2$s"],"There is no indexable found for author id %1$s.":["Không có chỉ mục cho tác giả với id %1$s."],"There is no primary term found for post id %1$s and taxonomy %2$s.":["Không có khoản mục chính nào cho bài viết với id %1$s và taxonomy %2$s."],"There is no indexable found for term id %1$s and taxonomy %2$s.":["Không có chỉ mục nào cho khoản mục với id %1$s và taxonomy %2$s."],"There is no indexable found for post id %1$s.":["Không có chỉ mục nào cho bài với id %1$s."],"Method %1$s() does not exist in class %2$s":["Phương thức %1$s() không tồn tại trong lớp %2$s"],"With %s, you can easily create such redirects.":["Với %s, bạn có thể dễ dàng tạo những chuyển hướng như vậy."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Thay đổi cài đặt permalinks của bạn có thể ảnh hưởng nghiêm trọng đến khả năng hiển thị của công cụ tìm kiếm. Hầu như %1$s không bao giờ %2$s được thực hiện trên một trang web trực tiếp."],"WARNING:":["CẢNH BÁO:"],"Learn about why permalinks are important for SEO.":["Tìm hiểu lý do tại sao permalinks lại quan trọng đối với SEO."],"Google Ads":["Quảng cáo Google"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sCác từ chức năng trong cụm từ khóa%3$s: Từ khóa \"%4$s\" chỉ chứa từ khóa chức năng. %2$sTìm hiểu thêm về các tạo cụm từ khóa tốt.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Bạn có biết %s cũng phân tích những dạng từ khác nhau trong cụm từ khóa của bạn, như dạng số nhiều hoặc thì quá khứ?"],"Clear Image":["Xóa hình"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sĐộ dài cụm từ khóa%3$s: %2$sHãy đặt một cụm từ khóa để tính điểm SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sTừ khóa trong slug%2$s: Hơn một nửa từ khóa của bạn xuất hiện trong slug. Thật tuyệt!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sTừ khóa trong slug%3$s: (Một phần) từ khóa của bạn không xuất hiện trong slug. %2$sThay đổi%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sTừ khóa trong slug%2$s: Rất tốt!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sTừ khóa trong tiêu đề%3$s: Không phải tất cả các từ trong từ khóa \"%4$s\" xuất hiện trong tiêu đề SEO. %2$sHãy cố gắng dùng chính xác từ khóa trong tiêu đề SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sTừ khóa trong tiêu đề%3$s: Không khớp chính xác với từ khóa. %2$sHãy viết từ khóa chính xác trong tiêu đề SEO%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sTừ khóa trong tiêu đề%3$s: Từ khóa khớp chính xác xuất hiện trong tiêu đề SEO nhưng không nằm ở đầu tiêu đề. %2$sHãy thử chuyển lên đầu tiêu đề%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sTừ khóa trong tiêu đề%2$s: ừ khóa khớp chính xác xuất hiện ở đầu tiêu đề SEO. Rất tốt!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sĐộ dài cụm từ khóa%2$s: Rất tốt!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sSự phân bố cụm từ khóa%3$s: Không đều. Một số phần văn bản của bạn không chứa cụm từ khóa hoăc các từ đồng nghĩa với nó. %2$sHãy phân bổ đều hơn%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sSự phân bố cụm từ khóa%3$s: Rất không đều. Phần lớn văn bản của bạn không chứa cụm từ khóa hoăc các từ đồng nghĩa với nó. %2$sHãy phân bổ đều hơn%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sSự phân bố cụm từ khóa%3$s: %2$sHãy thêm cụm từ khóa hoặc các từ đồng nghĩa với nó trong văn bản để chúng tôi kiểm tra được mật độ phân bố cụm từ khóa%3$s."],"Help on choosing the perfect focus keyphrase":["Giúp lựa chọn cụm từ khóa chính hoàn hảo"],"Would you like to add a related keyphrase?":["Bạn có muốn thêm một cụm từ khóa liên quan không?"],"Go %s!":["Đến %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Không hiển thị ngày lưu trữ trong kết quả tìm kiếm về mặt kỹ thuật có nghĩa là sẽ có một %1$s thẻ tự động. %2$sThông tin khác về cài đặt kết quả tìm kiếm%3$s."],"Rank better with synonyms & related keyphrases":["Xếp hạng tốt hơn với các từ đồng nghĩa & và các cụm từ khóa liên quan"],"optimize a single post for synonyms and related keyphrases.":["tối ưu một bài viết riêng lẻ cho các từ đồng nghĩa và các cụm từ khóa liên quan."],"Synonyms & related keyphrases":["Các từ đồng nghĩa & các cụm từ khóa liên quan"],"Add related keyphrase":["Thêm từ khóa liên quan"],"Dismiss %s upgrade notice":["Bỏ qua thông báo nâng cấp %s "],"Upgrade to %s":["Nâng cấp lên %s"],"%1$s video":["%1$s video"],"Get %s":["Lấy %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sTừ khóa đã sử dụng%6$s: Bạn đã sử dụng từ khóa này %1$s%2$d trước đây%3$s. %5$sKhông sử dụng từ khóa của bạn nhiều hơn một lần%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sTừ khóa đã sử dụng%5$s: Bạn đã sử dụng từ khóa này %1$smột lần trước%2$s. %4$sKhông sử dụng từ khóa của bạn nhiều hơn một lần%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sTừ khóa đã sử dụng%2$s: Bạn chưa sử dụng từ khóa này trước đây, rất tốt."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug từ loại bỏ%3$s: Slug cho trang này chứa từ bị loại bỏ. %2$sXóa nó%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug quá dài%3$s: Slug cho trang này hơi dài. %2$sLàm ngắn lại%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sCác thuộc tính mô tả ảnh (alt)%3$s: Không có ảnh trong trang. %2$sHãy thêm ảnh%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sĐường dẫn từ khóa%3$s: Bạn đang liên kết tới trang khác với từ khóa mà bạn muốn trang này được xếp hạng. %2$sĐừng làm như vậy%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Số lượng từ quá ít so với mức tối thiểu %5$d từ. %3$sHãy thêm nội dung%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Số lượng từ ít hơn so với mức tối thiểu %5$d từ. %3$sHãy thêm nội dung%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sĐộ dài của văn bản%4$s: Văn bản chứa %1$d từ."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sĐộ dài của văn bản%3$s: Văn bản chứa %1$d từ. Rất tốt!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sCụm từ khóa trong các tiêu đề phụ%3$s: Có hơn 75% các tiêu đề phụ mô tả chủ đề bài viết của bạn. Quá nhiều! %2$sĐừng tối ưu quá mức%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sĐộ rộng của tiêu đề SEO%3$s: %2$sHãy tạo một tiêu đề SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sĐộ rộng của tiêu đề SEO%3$s: Độ dài của tiêu đề SEO vượt quá giới hạn có thể nhìn thấy được. %2$sHãy rút gọn hơn%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sĐộ rộng của tiêu đề SEO%2$s: Rất tốt!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sĐộ rộng tiêu đề SEO%3$s: Tiêu đề SEO quá ngắn. %2$sHãy dùng khoảng trống để thêm các biến thể cụm từ khóa hoặc tạo một bài viết kêu gọi hành động thuyết phục%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sCác đường dẫn ra ngoài trang%2$s: Có các đường dẫn ra ngoài trang bình thường và nofollowed trong trang này. Rất tốt!"],"%1$sOutbound links%2$s: Good job!":["%1$sCác đường dẫn ra ngoài trang%2$s: Rất tốt!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sCác đường dẫn ra ngoài trang%3$s: Tất cả các đường dẫn ra ngoài trang đều nofollowed. %2$sHãy thêm một số đường dẫn bình thường%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sCác đường dẫn ra ngoài trang%3$s: Không có các đường dẫn ra ngoài trang. %2$sHãy thêm một số đường dẫn%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sĐộ dài mô tả Meta%2$s: Rất tốt!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sĐộ dài mô tả Meta%3$s: Mô tả Meta vượt quá %4$d ký tự. Để đảm bảo toàn bộ mô tả này được nhìn thấy, %2$sbạn nên giảm độ dài%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sĐộ dài mô tả Meta%3$s: Mô tả Meta quá ngắn (dưới %4$d ký tự). Có thể lên tới %5$d ký tự. %2$sHãy dùng những khoảng trống%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sĐộ dài mô tả Meta%3$s: Không có mô tả meta. Các máy tìm kiếm sẽ hiển thị đoạn văn bản từ trang. %2$sHãy đảm bảo viết một mô tả%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sCụm từ khóa trong mô tả meta%2$s: Mô tả meta đã có, nhưng không chứa cụm từ khóa. %3$sHãy chỉnh sửa%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sCụm từ khóa trong mô tả meta%2$s: Mô tả meta có chứa cụm từ khóa %3$s lần, vượt quá mức khuyến nghị tối da 2 lần. %4$sHãy hạn chế%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sCụm từ khóa trong mô tả meta%2$s: Cụm từ khóa hoặc từ đồng nghĩa xuất hiện trong mô tả meta. Rất tốt!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sĐộ dài cụm từ khóa%5$s: Cụm từ khóa dài %1$d từ. Quá dài so với mức khuyến nghị là %2$d từ. %4$sHãy rút gọn%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sĐộ dài cụm từ khóa%5$s: Cụm từ khóa dài %1$d từ. Dài hơn so với mức khuyến nghị là %2$d từ. %4$sHãy rút gọn%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sĐộ dài cụm từ khóa%2$s: Rất tốt!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sĐộ dài cụm từ khóa%3$s: Không có cụm từ khóa chính nào được đặt cho trang này. %2$sHãy đặt một cụm từ khóa để tính điểm SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sCụm từ khóa trong phần giới thiệu%3$s: Cụm từ khóa của bạn hoặc các từ đồng nghĩa với nó không xuất hiện trong đoạn văn đầu. %2$sHãy làm cho chủ đề bài viết rõ ràng ngay%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sCụm từ khóa trong phần giới thiệu%3$s:Cụm từ khóa của bạn hoặc các từ đồng nghĩa với nó xuất hiện trong đoạn văn đầu, nhưng không nằm trong cùng một câu. %2$sHãy sửa ngay%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sCụm từ khóa trong phần giới thiệu%2$s: Rất tốt!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sCác đường dẫn nội bộ%2$s: Có cả đường dẫn nội bộ bình thường và nofollowed. Rất tốt!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sCác đường dẫn nội bộ%2$s: Bạn có đủ các đường dẫn nội bộ. Rất tốt!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sCác đường dẫn nội bộ%3$s: Tất cả các đường dẫn nội bộ trong trang là nofollowed. %2$sHãy thêm một số đường dẫn nội bộ tốt%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sCác đường dẫn nội bộ%3$s: Không có đường dẫn nội bộ trong trang này, %2$sHãy thêm một số đường dẫn nội bộ tốt%3$s."],"%1$sTransition words%2$s: Well done!":["%1$sCác từ chuyển tiếp%2$s: Rất tốt!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sCác từ chuyển tiếp%2$s: Chỉ có %3$s trong số các câu chứa từ chuyển tiếp, không đủ. %4$sHãy sử dụng nhiều hơn%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sCác từ chuyển tiếp%2$s: Không có câu nào chứa từ chuyển tiếp. %3$sHãy sử dụng%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sKhông đủ nội dung%2$s: %3$sHãy thêm nội dung để có được một phân tích tốt hơn%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sSự phân bố tiêu đề phụ%2$s: Bạn đang không sử dụng các tiêu đề phụ, nhưng văn bản của bạn ngắn gọn và có thể không cần dùng chúng."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sSự phân bố tiêu đề phụ%2$s: Bạn đang không sử dụng các tiêu đề phụ, mặc dù bài viết này khá dài. %3$sHãy thử thêm một số tiêu đề phụ%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sSự phân bố tiêu đề phụ%2$s: %3$d phần của bài viết dài hơn %4$d từ và không được phân tách bằng tiêu đề phụ nào. %5$sHãy thêm tiêu đề phụ để cải thiện tính dễ đọc%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sSự phân bố tiêu đề phụ%2$s: Rất tốt!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sĐộ dài của câu%2$s: %3$s trong số các câu chứa %4$s từ, nhiều hơn mức khuyến nghị tối đa là %5$s. %6$sHãy rút gọn các câu%2$s."],"%1$sSentence length%2$s: Great!":["%1$sĐộ dài của câu%2$s: Tuyệt!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sCác câu liên tiếp%2$s: Có đủ biến thể trong các câu của bạn. Điều đó thật tuyệt!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sCác câu liên tiếp%2$s: Bài viết chứa %4$d phần có chứa %3$d hoặc nhiều hơn câu liên tiếp bắt đầu với cùng từ. %5$sHãy viết đa dạng hơn%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sCâu bị động%2$s: %3$s trong số các câu chứa câu bị động, nhiều hơn mức khuyến nghị là %4$s. %5$sHãy dùng câu chủ động thay thế%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sCâu bị động%2$s: Bạn dùng đủ các câu chủ động. Rất tuyệt!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sĐộ dài đoạn văn%2$s: Có %3$d đoạn văn chứa nhiều hơn số từ khuyến nghị tối đa là %4$d từ. %5$sHãy rút gọn đoạn văn%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sĐộ dài đoạn văn%2$s: Không có các đoạn văn quá dài. Rất tốt!"],"Good job!":["Rất tốt!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sBài kiểm tra tính dễ đọc Flesch%2$s: Bài viết đạt điểm %3$s trong bài kiểm tra, tương đương mức độ dễ đọc %4$s. %5$s%6$s%7$s"],"Focus keyphrase":["Cụm từ khóa chính"],"%1$s with ID %2$s couldn't be patched":["%1$s với ID %2$s không thể sửa"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["POST request không hợp lệ. Các giá trị meta đã tồn tại với đối tượng có ID %1$s."],"Indexable with ID `%1$s` does not exist":["Chỉ mục với ID `%1$s` không tồn tại"],"No object with ID %1$s and %2$s could be found":["Không có đối tượng với ID %1$s và %2$s không tìm thấy"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` không phải kiểu hợp lệ của `%2$s`"],"The object type `%1$s` is invalid":["Kiểu đối tượng `%1$s` không hợp lệ"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Kiểu không hợp lệ cho tham số `%1$s` đã ok. Kỳ vọng `%2$s`, nhưng đã đạt `%3$s`"],"The parameter `%1$s` cannot be empty.":["Tham số `%1$s` không thể trống."],"Check Keyphrase Density":["Kiểm tra Mật độ Cụm từ khóa"],"Disable":["Tắt"],"Allow Control":["Cho phép Điều khiển"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Tab này giúp bạn có thể lựa chọn tắt %s tính năng cho tất cả các trang trong mạng. Theo mặc định tất cả các tính năng được bật, giúp những người quản trị trang lựa chọn có bật hoặc tắt một tính năng trên trang của họ. Khi bạn tắt một tính năng ở đây, những người quản trị trang sẽ không thể dùng được tính năng đó nữa."],"%s is a required feature toggle argument.":["%s là một tính năng bắt buộc."],"Keyphrase:":["Từ khóa:"],"Remove keyphrase":["Xóa từ khóa"],"This feature has been disabled by the network admin.":["Tính năng này đã bị tắt bởi quản trị mạng."],"Focus keyphrase not set.":["Từ khóa chính chưa được cài đặt."],"Multiple keyphrases":["Nhiều từ khóa"],"Colon":["Dấu hai chấm"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Cả %1$s và %2$s quản lí SEO trang web của bạn. Chạy 2 plugin SEO cùng lúc sẽ gây hại."],"There is a new notification.":["Có thông báo mới."],"Learn more about the readability analysis":["Tìm hiểu thêm về Phân tích Tính dễ đọc."],"Describe the duration of the instruction:":["Mô tả khoảng thời gian của chỉ dẫn:"],"Optional. Customize how you want to describe the duration of the instruction":["Không bắt buộc. Tuỳ chỉnh cách mà bạn muốn để miêu tả thời lượng của hướng dẫn"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Đây là danh sách nội dung liên quan bạn có thể liên kết trong bài viết. {{a}}Đọc bài viết của chúng tôi về cấu trúc trang web{{/a}} để biết thêm về cách liên kết nội bộ có thể giúp cải thiện SEO của bạn."],"%s, %s and %s":["%s, %s và %s"],"%s and %s":["%s và %s"],"%d minute":[" %d phút"],"%d hour":["%d giờ"],"%d day":[" %d ngày"],"Enter a step title":["Thêm tiêu đề cho bước thực hiện"],"Optional. This can give you better control over the styling of the steps.":["Tùy chọn. Việc này có thể giúp bạn kiểm soát tốt hơn giao diện của các bước."],"CSS class(es) to apply to the steps":["CSS class(es) (Lớp CSS) để áp dụng cho các bước"],"minutes":["phút"],"hours":["giờ"],"days":["ngày"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Tạo bản hướng dẫn với phương pháp SEO thân thiện. Bạn chỉ có thể dùng khối How-to (Hướng dẫn) mỗi bài viết."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Liệt kê các câu hỏi thường gặp của bạn theo 1 cách thân thiện với SEO. Bạn chỉ có thể dùng 1 khối FAQ mỗi bài viết."],"Copy error":["Copy bị lỗi"],"An error occurred loading the %s primary taxonomy picker.":["1 lỗi xảy ra khi đang tải bộ chọn phân loại chính %s."],"%1$s Structured Data Blocks":["%1$s Khối Dữ liệu Cấu trúc"],"Time needed:":["Thời gian cần thiết:"],"Move question down":["Di chuyển câu hỏi xuống"],"Move question up":["Di chuyển câu hỏi lên trên"],"Insert question":["Chèn câu hỏi"],"Delete question":["Xóa câu hỏi"],"Enter the answer to the question":["Nhập câu trả lời cho câu hỏi"],"Enter a question":["Nhập câu hỏi"],"Add question":["Thêm câu hỏi"],"Frequently Asked Questions":["Các câu hỏi thường gặp"],"Great news: you can, with %s!":["Tin tốt: bạn có thể, với %s!"],"Select the primary %s":["Chọn %s chính"],"Check links to this URL":["Kiểm tra các liên kết đến URL này"],"Keyword research training":["Khóa học phân tích từ khóa"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":[" Vui lòng kiểm tra %1$stemplate lưu trữ%2$s cho loại nội dung sau: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Bạn đang cố gắng sử dụng nhiều cụm từ khóa? Bạn nên thêm chúng riêng biệt bên dưới."],"Mark as cornerstone content":["Đánh dấu là nội dung quan trọng"],"Move step down":["Di chuyển xuống dưới"],"Move step up":["Di chuyển lên trên"],"Insert step":["Chèn bước"],"Delete step":["Xóa bước"],"Add image":["Thêm hình ảnh"],"Enter a step description":["Nhập mô tả bước"],"Enter a description":["Nhập mô tả"],"Unordered list":["Danh sách không có thứ tự"],"Showing step items as an ordered list.":["Hiển thị các mục bước dưới dạng danh sách có thứ tự."],"Showing step items as an unordered list":["Hiển thị các bước dưới dạng danh sách không theo thứ tự"],"Add step":["Thêm bước"],"Delete total time":["Xóa tổng thời gian"],"Add total time":["Thêm tổng thời gian"],"How to":["Làm thế nào để"],"How-to":["Làm thế nào để"],"Snippet Preview":["Xem trước đoạn trích"],"Analysis results":["Kết quả phân tích:"],"Enter a focus keyphrase to calculate the SEO score":["Nhập một cụm từ khóa chính để tính điểm SEO"],"Learn more about Cornerstone Content.":["Tìm hiểu thêm về Nội dung quan trọng."],"Cornerstone content should be the most important and extensive articles on your site.":["Nội dung quan trọng phải là bài viết quan trọng và mở rộng nhất trên trang web của bạn."],"Restore Site":["Khôi phục trang web"],"Network Settings":["Thiết lạp mạng lưới"],"You are not allowed to perform this action.":["Bạn không được phép thực hiện hành động này."],"Error: %s":["Lỗi: %s"],"Success: %s":["Thành công: %s"],"Site with ID %d not found.":["Không tìm thấy trang web có ID %d."],"No site has been selected to restore.":["Không có trang nào được chọn để khôi phục."],"You are not allowed to modify unregistered network settings.":["Bạn không được phép sửa đổi cài đặt mạng chưa được đăng ký."],"deleted":["đã xóa"],"Would you like to add another keyphrase?":["Bạn có muốn thêm một cụm từ khóa khác không?"],"image preview":["xem trước hình ảnh"],"Copied!":["Đã sao chép!"],"Not supported!":["Không được hỗ trợ!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Đọc {{a}} bài viết của chúng tôi về cấu trúc trang web {{/ a}} để tìm hiểu thêm về cách liên kết nội bộ có thể giúp cải thiện SEO của bạn."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Khi bạn thêm nhiều hơn một bản sao, chúng tôi sẽ cung cấp cho bạn một danh sách nội dung có liên quan ở đây để bạn có thể liên kết trong bài viết của mình."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Cân nhắc liên kết tới {{a}}những bài viết chủ đạo{{/a}}"],"Consider linking to these articles:":["Xem xét việc liên kết đến các bài viết này"],"Copy link":["Sao chép liên kết"],"Copy link to suggested article: %s":["Sao chép liên kết đến bài viết được đề xuất: %s"],"The site's tagline":["khẩu hiệu của các trang web"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Gần đây, chúng tôi đã cải thiện chức năng cài đặt của Giao diện tìm kiếm. Thật không may, chúng tôi đã phát hiện ra một số trường hợp đặc biệt, việc thiết lập lưu trữ cho những loại bài đăng cụ thể có thể đã sai."],"Not all required fields are given. Missing field %1$s":["Các trường bắt buộc chưa được điền thông tin. Trường còn thiếu %1$s"],"Optimize your site for Google News.":["Tối ưu hóa website của bạn cho Google News"],"Optimize your shop's SEO and sell more products!":["Tối ưu hóa SEO cửa hàng của bạn và bán nhiều sản phẩm hơn!"],"Be found in Google Video search and enhance your video sharing on social media.":["Được tìm thấy trong tìm kiếm Google Video và nâng cao khả năng chia sẻ video của bạn trên mạng xã hội."],"Be found in Google Maps and local results.":["Được tìm thấy trong Google Maps và kết quả địa phương."],"Learn practical SEO skills to rank higher in Google.":["Tìm hiểu các kỹ năng SEO thực tế để xếp hạng cao hơn trong Google."],"Don’t waste time figuring out the best settings yourself.":["Đừng lãng phí thời gian để tự mình tìm ra các cài đặt tốt nhất."],"Get quick wins to make your site rank higher in search engines.":["Nhận chiến thắng nhanh chóng để làm cho trang web của bạn xếp hạng cao hơn trong công cụ tìm kiếm."],"Add synonyms":["Thêm từ đồng nghĩa"],"Would you like to add keyphrase synonyms?":["Bạn có muốn thêm các từ đồng nghĩa từ khóa không?"],"Would you like to add more than one keyphrase?":["Bạn có muốn thêm nhiều hơn một từ khóa không?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Bạn có thể sửa siêu dữ liệu SEO cho kiểu tùy chỉnh này trên %1$sTrang Cửa hàng%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Bạn chưa đặt trang Cửa hàng trong cài đặt WooCommerce của mình. Hãy làm điều này trước."],"Current year":["Năm hiện tại"],"Page":["Trang"],"Breadcrumb settings for %s archive":["Cài đặt đường dẫn cho lưu trữ %s"],"Tagline":["Chủ đề"],"Modify your meta description by editing it right here":["Chỉnh meta description của bạn bằng cách chỉnh sửa ngay tại đây"],"description (custom taxonomy)":["mô tả (phân loại tùy chỉnh)"],"(custom taxonomy)":["(phân loại tùy chỉnh)"],"(custom field)":["(trường tùy chỉnh)"],"Term404":["404"],"Caption":["Chú thích"],"Pagenumber":["Số trang"],"Pagetotal":["Tổng số trang"],"Page number":["Trang số"],"User description":["Mô tả người dùng"],"ID":["ID"],"Modified":["Đã chỉnh sửa"],"Post type (plural)":["Dạng bài viết (số nhiều)"],"Post type (singular)":["Dạng bài viết (số ít)"],"Separator":["Dấu phân tách"],"Search phrase":["Cụm từ tìm kiếm"],"Term title":["Tiêu đề thuật ngữ"],"Term description":["Mô tả thuật ngữ"],"Tag description":["Mô tả tag"],"Category description":["Mô tả chuyên mục"],"Primary category":["Chuyên mục chính"],"Category":["Chuyên mục"],"Tag":["Tag"],"Excerpt only":["Chỉ tóm tắt"],"Excerpt":["Tóm tắt"],"Site title":["Tiêu đề website"],"Archive title":["Tiêu đề lưu trữ"],"Parent title":["Tiêu đề cha"],"Date":["Ngày"],"Label":["Nhãn"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Bạn nên tạo chuyển hướng để đảm bảo khách viếng thăm của bạn không nhận lỗi 404 khi họ nhấp chuột vào URL không còn hoạt động."],"Search engines and other websites can still send traffic to your deleted post.":["Công cụ tìm kiếm và các trang web khác vẫn có thể thu hút lưu lượng truy cập đến bài viết đã xóa của bạn."],"Make sure you don't miss out on traffic!":["Bảo đảm bạn không bỏ lỡ lưu lượng truy cập!"],"You just deleted a %1$s.":["Bạn vừa xóa một %1$s."],"You just trashed a %1$s.":["Bạn vừa bỏ vào thùng rác một %1$s."],"Settings for %s archive":["Cài đặt cho lưu trữ %s"],"Settings for single %s URLs":["Cài đặt cho %s URL riêng lẻ"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Cài đặt trên Trang này cho phép bạn chỉ rõ giao diện tìm kiếm mặc định cho bất kì kiểu nội dung nào bạn có. Bạn có thể chọn kiểu nội dung xuất hiện trong kết quả tìm kiếm và mô tả mặc định của chúng."],"Note that not all variables can be used in every field.":["Lưu ý rằng không phải tất cả biến được dùng trong các trường."],"Snippet variables":["Biến trích dẫn"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s tôn trọng riêng tư của bạn. Đọc %2$schính sách bảo mật%3$s về cách chúng tôi sử dụng thông tin cá nhân của bạn."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Nếu đã hiểu rõ điều này và không muốn thấy thông báo này nữa, bạn có thể %1$stắt thông báo này%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Thiết lập hiện tại của website cho phép URL của file đính kèm được tồn tại. Hãy đọc %1$sbài viết này về các nguy cơ tiềm ẩn%2$s từ URL file đính kèm và kiểm tra xem bạn đã thiết lập đúng cho website chưa."],"Unknown type %1$s":["Loại không xác định %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Bao gồm một tài khoản MyYoast miễn phí cho phép bạn truy cập vào khóa học SEO miễn phí cho Người mới bắt đầu!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Đăng ký nhận bản tin của chúng tôi nếu bạn muốn cập nhật về %1$s, các gói mở rộng khác của %2$s và các tin tức cũng như mẹo thú vị từ thế giới SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Lấy mã xác thực Baidu của bạn trong %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Mã xác nhận Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Chức năng nhập %s cần sử dụng các bảng cơ sở dữ liệu tạm thời. Có vẻ như WordPress cài đặt của bạn không có khả năng để làm điều này, xin vui lòng liên hệ nhà cung cấp hosting của bạn."],"Cleanup of %s data failed.":["Làm sạch dữ liệu %s thất bại."],"Content Type":["Loại Nội Dung"],"Filter by content type":["Lọc với kiểu nội dung"],"Show All Content Types":["Hiển thị tất cả loại nội dung"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Để sửa lỗi này, hãy bỏ đánh dấu \"Tách bình luận thành các trang...\" trên trang %1$sTrang cài đặt bình luận%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Đã thay đổi bằng tiêu đề bình thường cho một lưu trữ được tạo bởi WordPress"],"Clean":["Dọn dẹp"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Một khi bạn chắc chắn trang web của bạn là OK, bạn có thể dọn dẹp. Thao tác này sẽ xóa tất cả dữ liệu ban đầu."],"Step 5: Clean up":["Bước 5: Làm sạch"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Bạn cần chạy trình hướng dẫn cài đặt, từ trang SEO → General → Dashboard, để chắc chắn rằng tất cả cài đặt cho trang website của bạn là chính xác."],"Step 4: Run the configuration wizard":["Bước 4: Chạy cấu hình tự động"],"Please check your posts and pages and see if the metadata was successfully imported.":["Vui lòng kiểm tra các bài đăng và trang của bạn và xem nếu metadata đã được nhập thành công hay chưa!"],"Step 3: Check your data":["Bước 3: Kiểm tra dữ liệu của bạn"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["Bước 2: Xuất dữ liệu"],"Please make a backup of your database before starting this process.":["Vui lòng tạo backup dữ liệu trước khi thực hiện bước xử lý này."],"Step 1: Create a backup":["Bước 1: Tạo sao lưu"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Chúng tôi nhận ra dữ liệu của một/một số Gói mở rộng SEO trên website. Hãy làm theo các bước sau để nhập dữ liệu đó vào:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["Bài viết không nên hiển thị trong kết quả tìm kiếm"],"%s data found.":["dữ liệu %s không tìm thấy."],"%s data successfully removed.":["%s đã xóa thành công."],"%s data successfully imported.":["%s đã nhập dữ liệu thành công."],"%s data not found.":["dữ liệu %s không tìm thấy."],"Improve your SEO skills":["Cải thiện khả năng SEO"],"24/7 email support":["hỗ trợ email 24/7"],"No more dead links a.k.a. 404 pages":["Không còn các liên kết chết"],"Get real-time suggestions for internal links":["Lấy đề xuất thời gian thực cho các liên kết nội bộ"],"Preview your page in Facebook and Twitter":["Xem trước trang của bạn hiển thị trên Facebook và Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Nhấn vào nút \"%3$s\" để sử dụng thẻ meta mô tả đã cấu hình trong cài đặt %1$sTrang chủ Hiển thị Tìm kiếm%2$s"],"Help on copying the home meta description":["Trợ giúp sao chép thẻ meta mô tả trang chủ"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Để giúp các máy tìm kiếm biết profile mạng xã hội nào liên kết với website này, hãy nhập dữ liệu các profile đó bên dưới."],"Learn more about your social profiles settings":["Tìm hiểu thêm về những cài đặt hồ sơ mạng xã hội của bạn"],"Remove the categories prefix":["Bỏ đường dẫn của danh mục"],"Help on the category prefix setting":["Giúp thiết lập tiền tố chuyên mục"],"Learn more about the available variables":["Tìm hiểu thêm về các thông số có sẵn"],"Learn more about the RSS feed setting":["Tìm hiểu thêm về cầu hình RSS feed"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Khi bạn tải lên media (như ảnh hay video), nó không chỉ lưu lại media, mà còn tạo đường dẫn đính kèm. Những trang đính kèm này hầu như trống rỗng: nó chỉ đơn giản chứa file ảnh hoặc video bên trong, và có thể bao gồm tiêu đề nếu bạn có nhập. Bởi vậy, nếu bạn không bao giờ dùng tới (99% là thế), tốt nhất là nên tắt nó đi và chuyển tiếp thẳng vào file đính kèm."],"Learn more about the Media and attachment URLs setting":["Tìm hiểu thêm về cài đặt URL cho Tập tin đa phương tiện và các tệp tin đính kèm."],"Learn more about the title separator setting":["Tìm hiểu thêm về thiết lập dấu ngăn cách tiêu đề"],"Learn more about the knowledge graph setting":["Tìm hiểu thêm về cài đặt knowledge graph"],"Learn more about the homepage setting":["Tìm hiểu về thiết lập trang chủ"],"Learn more about the special pages setting":["Tìm hiểu thêm về cài đặt cho các trang đặc biệt"],"Help on the date archives search results setting":["Trợ giúp về thiết lập kết quả tìm kiếm lưu trữ theo thời gian"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Không hiển thị lưu trữ cho những tác giả không có bài viết nào trong các kết quả tìm kiếm dưới góc độ kỹ thuật có nghĩa là những lưu trữ này có chứa %1$s robots meta và sẽ được loại trừ khỏi XML sitemaps. %2$sThông tin chi tiết về cấu hình các kết quả tìm kiếm%3$s."],"Help on the authors without posts archive search results setting":["Trợ giúp cài đặt cho các tác giả không có lưu trữ các bài viết trong các kết quả tìm kiếm"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Không hiển thị lưu trữ cho những tác giả nhất định trong các kết quả tìm kiếm dưới góc độ kỹ thuật có nghĩa là những lưu trữ này có chứa %1$s robots meta và sẽ được loại trừ khỏi XML sitemaps. %2$sThông tin chi tiết về cấu hình các kết quả tìm kiếm%3$s."],"Help on the author archives search results setting":["Hỗ trợ cài đặt cho những kết quả tìm kiếm về các bài lưu trữ của tác giả"],"Archives settings help":["Hỗ trợ thiết lập lưu trữ"],"Learn more about the archives setting":["Tìm hiểu về thiết lập lưu trữ"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Lấy mã xác nhận Bing trong %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Code xác nhận từ Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Nhận Mã xác minh Google trong %1$sGoogle Search Console%2$s."],"Google verification code":["Code xác nhận từ Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Lấy mã xác nhận Bing trong %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Code xác nhận từ Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Bạn có thể sử dụng các mục dưới đây để xác minh các Webmaster Tools khác nhau. Tính năng này sẽ thêm đoạn tag xác nhận vào trong trang chủ của bạn. Làm theo liên kết của mỗi công cụ khác nhau để được xác minh. Nếu website của bạn đã xác minh rồi, bạn không cần làm gì với các mục này nữa."],"Learn more about the Webmaster Tools verification":["Tìm hiểu thêm về xác nhận Webmaster Tools."],"On":["Bật"],"Help on: %s":["Giúp về: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s có rất nhiều chức năng. Dưới đây, bạn có thể kích hoạt / hủy kích hoạt một số trong đó. Click vào dấu hỏi (?) để biết thêm về chức năng tương ứng."],"Off":["Tắt"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Phần nâng cao của meta box %1$s cho phép người dùng bỏ bài viết khỏi kết quả tìm kiếm hoặc thay đổi phiên bản chính thức. Có những thao tác bạn không muốn bất kỳ tác giả nào thực hiện. Đó là tại sao, mặc định, chỉ biên tập viên và quản trị viên có thể thực hiện. Thiết lập \"%2$s\" cho phép tất cả người dùng thay đổi cấu hình này."],"Security: no advanced settings for authors":["Bảo mật: không thiết lập nâng cao cho các tác giả"],"See who contributed to %1$s.":["Xem người đóng góp vào %1$s."],"Help on this search results setting":["Hỗ trợ cài đặt này cho những kết quả tìm kiếm "],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Không hiển thị lưu trữ cho %1$s trong các kết quả tìm kiếm dưới góc độ kỹ thuật có nghĩa là những lưu trữ này có chứa %2$s robots meta và sẽ được loại trừ khỏi XML sitemaps. %3$sThông tin chi tiết về cấu hình các kết quả tìm kiếm%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Không hiển thị %1$s trong các kết quả tìm kiếm dưới góc độ kỹ thuật có nghĩa là những lưu trữ này có chứa %2$s robots meta và sẽ được loại trừ khỏi XML sitemaps. %3$sThông tin chi tiết về cấu hình các kết quả tìm kiếm%4$s."],"Check SEO configuration":["Kiểm tra cấu hình SEO"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["Bạn có chắc cấu hình %1$s vẫn ổn? %2$sMở hướng dẫn cấu hình%3$s để kiểm tra lại."],"Default for %2$s, currently: %1$s":["Mặc định là %2$s, hiện tại: %1$s"],"Show %s in search results?":["Hiển thị %s trong kết quả tìm kiếm?"],"this author's archives":["lưu trữ của tác giả này"],"Do not allow search engines to show %s in search results.":["Không cho phép các công cụ tìm kiếm hiển thị %s trong kết quả tìm kiếm."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Các URL chuyên mục trong WordPress đều chứa tiền tố, thường là các %s, tính năng này xóa đi tiền tố đó, chỉ áp dụng cho các chuyên mục."],"Category URLs":["Đường dẫn danh mục"],"the archive for %s":["Lưu trữ cho %s"],"Redirect attachment URLs to the attachment itself?":["Chuyển tiếp đường dẫn đính kèm sang file đính kèm"],"We recommend you set this to Yes.":["Bạn nên thiết lập bật chức năng này."],"Media & attachment URLs":["Đường dẫn media và file đính kèm"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Minh họa thông tin thể hiện trong kết quả tìm kiếm khi khách hàng tìm trang chủ của bạn. Đây có thể là những gì họ thấy khi tìm kiếm thương hiệu của bạn."],"date archives":["lưu trữ theo thời gian"],"archives for authors without posts":["lưu trữ cho tác giả không có bài viết"],"Read why XML Sitemaps are important for your site.":["Tìm hiểu tại sao XML Sitemap lại quan trọng với website của bạn."],"Enable the XML sitemaps that %s generates.":["Kích hoạt XML sitemap mà %s tạo ra."],"See the XML sitemap.":["Xem XML Sitemap."],"%2$s (current default for %1$s)":["%2$s (hiện đang mặc định cho %1$s)"],"Media":["Media"],"Content Types":["Loại nội dung"],"Should search engines follow links on this %1$s?":["Công cụ tìm kiếm nên theo dõi liên kết trên %1$s?"],"Allow search engines to show this %s in search results?":["Cho phép máy tìm kiếm hiển thị %s này trong kết quả tìm kiếm?"],"Search Appearance":["Hiển thị khi tìm kiếm"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Vui lòng xác định kiểu nội dung mà bạn muốn xuất hiện trong công cụ tìm kiếm. Nếu bạn không biết sự khác nhau giữa chúng, tốt nhất là chọn cài đặt mặc định."],"Search engines should show \"%1$s\" in search results:":["Các máy tìm kiếm nên hiển thị \"%1$s\" trong các kết quả tìm kiếm:"],"Search engine visibility":["Hiển thị với công cụ tìm kiếm"],"Toggle %1$s's XML Sitemap":["Chuyển đổi XML Sitemap của %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Những yêu cầu hỗ trợ bạn tạo ở đây sẽ được gửi trực tiếp đến hệ thống hỗ trợ của chúng tôi, hệ thống này được bảo mật với SSL mã hóa 256 bit, nên mọi thông tin liên lạc an toàn 100%."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Tính năng nội dung chủ đạo cho phép bạn đánh dấu và lọc nội dung chủ đạo trên trang web của bạn."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Nếu bạn gặp phải vấn đề không thể giải quyết với video hướng dẫn hay tài liệu hướng dẫn, bạn có thể gửi tin nhắn đến đội hỗ trợ của chúng tôi. Họ luôn sẵn sàng 24/7."],"Good results":["Kết quả tốt"],"Get better search results in local search":["Nhận các kết quả tìm kiếm tốt hơn trong tìm kiếm địa phương"],"Allow customers to pick up their %s order locally":["Cho phép khách hàng nhận %s đơn hàng tại địa phương"],"SEO analysis":["Phân tích SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["Phân tích SEO giúp gợi ý những đề xuất cải thiện SEO cho văn bản của bạn"],"Learn how the SEO analysis can help you rank.":["Tìm hiểu làm thế nào Phân tích SEO giúp bạn xếp hạng cao"],"The readability analysis offers suggestions to improve the structure and style of your text.":["Phân tích khả năng dễ đọc mang lại các gợi ý để cải thiện cấu trúc và phong cách viết."],"Discover why readability is important for SEO.":["Khám phá tại sao tính dễ đọc lại quan trọng cho SEO."],"Find out how cornerstone content can help you improve your site structure.":["Tìm hiểu làm thế nào Nội dung Chủ đạo giúp bạn cải thiện cấu trúc website của bạn"],"The text link counter helps you improve your site structure.":["Bộ đếm đường dẫn văn bản giúp bạn cải thiện cấu trúc trang web của bạn."],"Find out how the text link counter can enhance your SEO.":["Tìm hiểu cách mà bộ đếm đường dẫn văn bản có thể hỗ trợ công việc SEO của bạn."],"%s integration":["tích hợp %s"],"Read more about how %s works.":["Đọc thêm về %s hoạt động như thế nào."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Kích hoạt tính năng này nếu bạn muốn Facebook và các mạng xã hội khác hiển thị một bản xem trước bao gồm các bức ảnh và trích đoạn văn bản khi một đường dẫn đến website của bạn được chia sẻ."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Kích hoạt tính năng này nếu bạn muốn Twitter hiển thị một bản xem trước bao gồm các bức ảnh và trích đoạn văn bản khi một đường dẫn đến website của bạn được chia sẻ."],"Find out why you should upgrade to %s":["Tìm hiểu tại sao bạn nên nâng cấp lên %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Các bài viết mới nhất trên %1$s"],"Need help?":["Cần trợ giúp?"],"Remove highlight from the text":["Xóa đánh dấu khỏi văn bản"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Bắt đầu nhanh chóng với %1$s %2$strình cài đặt nhanh%3$s!"],"First-time SEO configuration":["Cấu hình SEO lần đầu tiên"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Trang web của bạn được cài đặt ngôn ngữ {language}. Nếu không chính xác, liên hệ quản trị web."],"Your site language is set to {language}.":["Ngôn ngữ của website đã được cập nhật thành {language}."],"Highlight this result in the text":["Đánh dấu kết quả này trong văn bản"],"Considerations":["Xem xét"],"Errors":["Lỗi"],"Change language":["Thay đổi ngôn ngữ"],"You cannot create a %s file.":["Bạn không thể tạo file %s"],"You cannot edit the %s file.":["Bạn không thể chỉnh sửa file %s."],"Updated %s":["Đã cập nhật %s"],"Create %s file":["Tạo file %s"],"Edit the content of your %s:":["Chỉnh sửa nội dung của %s"],"Save changes to %s":["Lưu thay đổi vào %s"],"%s file":["file %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s và %2$s có thể làm việc chung tốt hơn nhiều bằng cách thêm gói mở rộng giúp đỡ. Vui lòng cài đặt %3$s để cuộc đời tốt hơn. %4$s."],"More information":["Thông tin thêm"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s và %2$s có thể hoạt động tốt hơn rất nhiều bằng cách thêm plugin trợ giúp. Vui lòng kích hoạt %3$s để công việc của bạn tốt hơn."],"More information about %1$s":["Thông tin thêm về %1$s"],"Configuration Wizard":["Các bước cấu hình"],"You've done it!":["Bạn đã hoàn thành!"],"Seamlessly integrate %1$s into your AMP pages!":["Tích hợp trơn tru %1$s vào các trang AMP của bạn!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Tích hợp trơn tru %2$s với %1$s để phân tích nội dung!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s và %2$s có thể làm việc cùng nhau tốt hơn bằng cách thêm plugin trợ giúp. Hãy cài đặt %3$s để cải thiện."],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Các cài đặt hiển thị tìm kiếm cho %1$s bao gồm các thông số được thay thế bởi các giá trị cụ thể cho trang khi trang được hiển thị. Bảng dưới đây có chứa danh sách các thông số có sẵn."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Đánh dấu mức quan trọng nhất của %1$s như 'Nội dung Chủ đạo' để giúp bạn cải thiện cấu trúc website của bạn. %2$sTìm hiểu thêm về Nội dung Chủ đạo%3$s."],"Loading help center.":["Đang tải trung tâm hỗ trợ."],"Get support":["Cần hỗ trợ"],"(Opens in a new browser tab)":["(Mở trong cửa số mới)"],"Posts %1$swithout%2$s a focus keyphrase":["Các bài viết %1$skhông có%2$s cụm từ khóa chính"],"Hey, your SEO is doing pretty well! Check out the stats:":["Chúc mừng! SEO của bạn đang chạy rất tốt. Hãy kiểm tra thống kê:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Bạn không có bất kỳ bài đăng nào đã xuất bản, điểm SEO của bạn sẽ xuất hiện ở đây khi bạn đăng bài đầu tiên!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Trong trang này, bạn có thể thay đổi tên website của bạn và chọn ký tự phân cách sẽ sử dụng. Ký tự phân cách sẽ được hiển thị giữa tiêu đề trang và tên website. Các biểu tượng được hiển thị với kích thước như trong kết quả tìm kiếm. Hãy chọn biểu tượng tương thích nhất với thương hiệu của bạn hoặc chiếm ít không gian nhất trong đoạn trích dẫn."],"Something else":["Vài thứ khác"],"A portfolio":["Hồ sơ"],"A corporation":["Một tổ chức"],"A small offline business":["Một doanh nghiệp nhỏ (offline)"],"A news channel":["Một kênh tin tức"],"An online shop":["Một cửa hàng online"],"A blog":["Một blog"],"What does the site %1$s represent?":["Trang web %1$s mô tả về điều gì?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Nếu bạn chọn không, dữ liệu tác giả đã lưu trữ sẽ bị ngăn kích hoạt để hạn chế lỗi trùng lặp nội dung."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Ghi chú: chúng tôi không lưu dữ liệu của bạn ở bất cứ hình thức nào và cũng không có toàn quyền truy cập tài khoản của bạn. Thông tin cá nhân của bạn được an toàn với chúng tôi."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s tích hợp với Google Search Console - nó là công cụ cần thiết cho người quản trị. Nó cung cấp cho bạn thông tin về tình trạng web. Có thể chưa có tài khoản Google hoặc trang web của bạn chưa được kích hoạt? Tìm %2$s cách để kết nối Google Search Console với website của bạn.%3$s"],"Option B: My site is under construction and should not be indexed":["Tùy chọn B: Website của tôi đang xây dựng và không cần được index"],"Option A: My site is live and ready to be indexed":["Tuỳ chọn A: Website của tôi đang hoạt động và sẵn sàng để index"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Chọn \"đang xây dựng\" nếu bạn không muốn các công cụ tìm kiếm lập sơ đồ trang web của bạn. Và nhớ kích hoạt lại khi website sẵn sàng công bố."],"Please specify if your site is under construction or already active.":["Vui lòng xác nhận website của bạn đang xây dựng hay đang hoạt động."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Thông tin này sẽ được sử dụng trong Google's Knowledge Graph Card, là phần nội dung lớn bạn nhìn thấy bên tay phải của kết quả tìm kiếm."],"Read more like this on our SEO blog":["Đọc thêm về những bài giống như vậy trên blog SEO của chúng tôi"],"Readability: %s":[""],"Not activated":["Chưa kích hoạt"],"Activated":["Đã kích hoạt"],"%1$s recommendations for you":["%1$s khuyến nghị dành cho bạn"],"All Readability Scores":["Tổng điểm dễ đọc"],"Filter by Readability Score":["Lọc theo điểm dễ đọc"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Bạn không nhận được cập nhật hoặc hỗ trợ! Khắc phục sự cố này bằng cách thêm trang web này và bật %1$s trong %2$s."],"Request method %1$s is not valid.":["Phương thức yêu cầu %1$s là không hợp lệ"],"Muted notifications:":["Thông báo đã ẩn:"],"Muted problems:":["Các vấn đề đã bị ẩn:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Bạn có muốn xem trước xem nó sẽ hiển thị như thế nào nếu người dùng chia sẻ bài viết này trên %1$s? Bạn có thể làm điều đó với %2$s."],"Good job! All the links in your texts have been counted.":["Rất tốt! Tất cả liên kết trên trang đã được đếm."],"Calculation completed.":["Tính toán hoàn tất."],"Calculation in progress...":["Đang trong quá trình tính toán ..."],"Stop counting":["Dừng đếm"],"Counting links in your texts":["Đang đếm các liên kết trong văn bản của bạn"],"Text %1$s of %2$s processed.":["Văn bản %1$s của %2$s đã xử lý."],"All your texts are already counted, there is no need to count them again.":["Tất cả các văn bản của bạn đã được đếm, không cần phải đếm lại."],"Count links in your texts":["Đếm các liên kết trong văn bản của bạn"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["Những liên kết trong các bài viết của bạn cần phải được đếm. Điều này sẽ giúp biết được số lượng liên kết cần thiết để bổ sung cho những bài viết ấy. Nếu bạn cần thêm thông tin về lý do và cách thức liên kết nội bộ hoạt động, hãy đọc %1$sbài viết về liên kết nội bộ tại đây%2$s%3$s."],"Text link counter":["Bộ đếm các liên kết"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Số liên kết nội bộ đến bài đăng này. Xem thêm về cột này tại mục \"Cột Yoast\" trong thẻ \"Trợ Giúp\"."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Số lượng liên kết nội bộ trong bài viết này. Xem thêm trong tab giúp đỡ, phần \"Yoast Columns\"."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s thêm một số cột vào trang này. Chúng tôi có một bài viết về %2$sLàm thế nào để sử dụng điểm SEO và điểm Dễ đọc%3$s. Các cột đường dẫn hiển thị số lượng bài viết mà trang web này liên kết %5$stới%6$s bài viết này và số URL đã liên kết %5$stừfrom%6$s bài viết này. Tìm hiểu thêm %4$sLàm thế nào để sử dụng những tính năng để cải thiện các liên kết nội bộ của bạn%3$s, để giúp bạn tăng cường SEO."],"%s Columns":["Cột %s"],"Readability score":["Điểm dễ đọc"],"Other benefits of %s for you:":["Các lợi ích khác của %s dành cho bạn:"],"Scroll to see the preview content.":["Cuộn để xem trước nội dung."],"Cornerstone content":["Nội dung quan trọng"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s giờ đây sẽ phụ trách tất cả công việc tối ưu kỹ thuật cần thiết cho website của bạn. Để thực sự cải tiến hiệu quả cho website của bạn trong các kết quả tìm kiếm, việc bắt đầu tạo nội dung sẽ xếp hạng cho từ khóa mà bạn quan tâm là rất quan trọng. Hãy tham khảo video này, trong đó chúng tôi giải thích cách để sử dụng %1$s metabox khi bạn chỉnh sửa các bài viết hoặc trang."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Nếu bạn muốn vượt được đối thủ cạnh tranh ở một thị trấn hoặc khu vực cụ thể, hãy kiểm tra plugin %1$s của chúng tôi! Bạn có thể dễ dàng chèn bản đồ Google, giờ mở cửa, thông tin liên lạc và địa điểm cửa hàng. Bên cạnh đó, %1$s giúp bạn cải thiện khả năng sử dụng của trang liên hệ."],"Attract more customers near you":["Thu hút thêm người dùng ở gần bạn."],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Bạn có muốn tìm hiểu những thông tin chi tiết của gói mở rộng %1$s? Bạn có muốn tìm hiểu tất cả những cài đặt nâng cao của chúng tôi? Bạn muốn có thể tận dụng tối đa gói mở rộng %1$s? Hãy tham khảo khóa đào tạo gói mở rộng %1$s của chúng tôi và vượt hạng đối thủ!"],"Get the most out of %1$s with the %2$s":["Tận dụng tối đa %1$s với %2$s"],"Upgrade to Premium":["Nâng cấp lên bản trả phí"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Bạn có muốn vượt hạng đối thủ cạnh tranh của mình? %1$s sẽ bổ sung cho bạn những tính năng tuyệt vời và sẽ giúp bạn thiết lập chiến lược SEO chuyên nghiệp. Hãy sử dụng tính năng nhiều từ khóa tiêu điểm, công cụ quản lý điều hướng trang và công cụ liên kết trang nội bộ của chúng tôi. %1$s sẽ cung cấp cho bạn dịch vụ hỗ trợ đặc biệt cho khách hàng trả phí."],"Outrank the competition with %s":["Vượt xếp hạng đối thủ cạnh tranh với %s"],"You might like":["Có lẽ bạn sẽ quan tâm"],"Newsletter":["Bản tin"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Chúng tôi phát hiện bạn chưa hoàn tất bước này, bởi vậy chúng tôi đề xuất bạn %2$schạy lại các bước cấu hình để cài đặt %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Các bước cài đặt giúp bạn dễ dàng cấu hình website cho thiết lập tối ưu SEO."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Nâng cấp trả phí và chuyên gia của chúng tôi sẽ trả lời bạn bất cứ câu hỏi nào về cài đặt và sử dụng plugin này."],"Superfast internal linking suggestions":["Gợi ý liên kết nội bộ cực nhanh"],"Great news: you can, with %1$s!":["Tin vui: bạn có thể, với %1$s! "],"Save changes":["Lưu thay đổi"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Gói mở rộng %2$s thay đổi kết quả hiển thị website của bạn và bằng việc đó phân biệt giữa các máy tìm kiếm và những người dùng thông thường, một quá trình được gọi là thủ thuật che dấu nội dung. Chúng tôi nghiêm túc khuyến nghị bạn ngưng kích hoạt nó."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sXem trước hiển thị trên mạng xã hội%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sKhông có liên kết bị đứt%2$s: quản lý chuyển hướng dễ dàng"],"No ads!":["Không quảng cáo!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Xem trước mạng xã hội"],"Easy redirect manager":["Trình quản lý chuyển hướng dễ dàng"],"No more dead links":["Không có liên kết chết"],"Increase your SEO reach":["Tăng khả năng tiếp cận SEO của bạn"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Nếu bạn muốn có thêm trợ giúp để tạo nội dung tuyệt vời, hãy xem qua %2$scác hóa học về viết nội dung SEO%3$s. Nếu bạn muốn biết tất cả về những tính năng của plugin này, hãy xem qua khóa học %1$s!s"],"Variable":["Biến"],"Available variables":["Các biến có sẵn"],"Scroll to see the table content.":["Cuộn để xem mục lục"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Vui lòng tham khảo bài viết %1$s về cách kết nối website của bạn với Google Search Console %2$s nếu bạn chưa rõ về nó. "],"An error occurred in the '%1$s' assessment":["Một lỗi đã xảy ra ở bước kiểm tra '%1$s' "],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s trong số các từ chứa %2$strên %3$s âm tiết%4$s, nhiều hơn mức khuyến nghị tối đa là %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s của các từ có chứa %2$svượt quá%3$s số từ%4$s, thấp hơn hoặc bằng mức tối đa khuyến nghị là %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Phần này thấp hơn một chút số từ khuyến nghị tối thiểu là %2$d từ. Hãy thêm nội dung."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Thẻ mô tả bao gồm %1$d đoạn %2$squá %3$s từ%4$s. Thử rút gọn hơn."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Thẻ mô tả không chứa đoạn nào %1$squá%2$s kí tự%3$s."],"No new notifications.":["Không có thông báo mới."],"Save all":["Lưu tất cả"],"Save":["Lưu"],"%1$s, Author at %2$s":["%1$s, Tác giả tại %2$s"],"Mobile preview":["Xem thử trên điện thoại"],"Desktop preview":["Xem thử trên máy tính"],"Select redirect":["Lựa chọn chuyển hướng"],"Please provide an SEO title by editing the snippet below.":["Vui lòng nhập tiêu đề SEO bằng cách chỉnh sửa đoạn mã dưới đây."],"Meta description preview:":["Xem trước mô tả"],"Slug preview:":["Xem trước đường dẫn"],"SEO title preview:":["Xem trước tiêu đề SEO:"],"Close snippet editor":["Đóng công cụ chỉnh sửa Đoạn trích dẫn"],"Slug":["Đường dẫn"],"Remove marks in the text":["Bỏ đánh dấu trong văn bản"],"Mark this result in the text":["Đánh dấu kết quả này trong văn bản"],"Marks are disabled in current view":["Các đánh dấu đã bị ngưng kích hoạt trong giao diện hiện tại"],"Good SEO score":["Điểm chất lượng SEO tốt"],"OK SEO score":["Điểm SEO khá"],"Feedback":["Phản hồi"],"ok":["ok"],"Choose an image":["Chọn một ảnh"],"Remove the image":["Xóa ảnh"],"MailChimp signup failed:":["Đăng ký MailChimp thất bại:"],"Sign Up!":["Đăng ký!"],"Name":["Tên"],"There is an error with the request.":["Có lỗi trong yêu cầu."],"Select profile":["Chọn Hồ sơ"],"Choose a profile":["Chọn hồ sơ"],"Authorization code":["Mã cấp quyền"],"Reauthenticate with Google":["Xác thực lại với Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Để cho phép %s lấy dữ liệu từ Google Search Console của bạn, vui lòng nhập mã xác thực Google. Nhấp chuột vào nút bên dưới để mở một cửa sổ mới."],"Please provide a meta description by editing the snippet below.":["Vui lòng cung cấp thẻ mô tả bằng cách sửa đoạn snippet dưới đây."],"Edit snippet":["Sửa snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Bạn có thể bấm vào mỗi thành phần trong chế độ xem trước để mở công cụ chỉnh sửa Đoạn trích dẫn"],"Close the Wizard":["Đóng"],"Export settings":["Các cài đặt xuất ra"],"%1$s video tutorial":["Video hướng dẫn %1$s"],"%s › Configuration Wizard":["%s › Trình Hướng dẫn Cấu hình"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Nếu bạn gặp phải sự cố, %1$svui lòng gửi báo cáo lỗi%2$s và chúng tôi sẽ cố hết sức để giúp bạn."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Chúng tôi nhận thấy bạn đã sử dụng %1$s được một thời gian; chúng tôi mong bạn yêu thích nó! Chúng tôi sẽ vô cùng cảm động nếu bạn có thể %2$scho chúng tôi một đánh giá 5 sao trên WordPress.org%3$s!"],"Courses":["Các khóa học"],"Date archives settings":["Thiết lập lưu trữ theo thời gian"],"Author archives settings":["Thiết lập lưu trữ theo tác giả"],"%1$s by %2$s":["%1$s bởi %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Cảnh báo: biến %s không thể dùng trong template này. Xem trung tâm trợ giúp để biết thêm thông tin."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Ngoài ra, bạn có biết chúng tôi cũng có %1$sPhần mở rộng trả phí%2$s? Nó cung cấp những tính năng nâng cao, ví dụ như công cụ quản lý điều hướng và hỗ trợ nhiều từ khóa một lúc. Nó cũng bao gồm dịch vụ hỗ trợ cá nhân 24/7,"],"(no title)":["(không tiêu đề)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Menu bar %1$s bao gồm các liên kết hữu ích từ các công cụ bên khác giúp phân tích trang và làm nó dễ nhìn hơn nếu bạn có thông báo mới."],"Admin bar menu":["Danh mục thanh quản trị"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["Tính năng"],"SEO title":["Tiêu đề SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Mặc dù chúng tôi cố gắng công việc thiết lập %1$s càng đơn giản càng tốt, chúng tôi hiểu việc đó có thể khó khăn đối với bạn. Nếu bạn muốn chúng tôi cài đặt %1$s cho bạn (và nhận một bản copy của %2$s trong quá trình), hãy yêu cầu %3$s%1$s dịch vụ cấu hình%4$s của chúng tôi tại đây!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Chào mừng đến với Trình Hướng dẫn Cấu hình %1$s. Trong vài bước đơn giản chúng tôi sẽ giúp bạn cấu hình các cài đặt SEO phù hợp với các nhu cầu website của bạn!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google hiển thị tên trang web của bạn trên kết quả tìm kiếm, nếu bạn muốn thay đổi nó, bạn có thể thay đổi tại đây."],"Greater than sign":["Dấu lớn hơn"],"Less than sign":["Dấu nhỏ hơn"],"Right angle quotation mark":["Dấu >>"],"Left angle quotation mark":["Dấu <<"],"Small tilde":["Dấu ngã nhỏ"],"Vertical bar":["Dấu gạch đứng"],"Low asterisk":["Dấu hoa thị thấp"],"Asterisk":["Dấu hoa thị"],"Bullet":["Dấu đầu dòng"],"Middle dot":["Chấm giữa"],"Em dash":["Dấu gạch ngang dài"],"En dash":["Dấu gạch ngang ngắn"],"Dash":["Dấu gạch ngang"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Chọn ký tự để làm dấu ngăn cách tiêu đề. Ký tự này sẽ hiển thị, lấy ví dụ, giữa tiêu đề bài viết và tên của trang web. Ký tự sẽ hiển thị với kích cỡ sẽ xuất hiện trong các kết quả tìm kiếm."],"The name of the person":["Tên cá nhân"],"No":["Không"],"Yes":["Có"],"Does, or will, your site have multiple authors?":["Bạn có, hoặc dự kiến có nhiều tác giả?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress tự động tạo một URL cho mỗi tập tin trong thư viện đa phương tiện. Kích hoạt tính năng này sẽ giúp google đánh chỉ mục những URL đã được tạo."],"Success!":["Thành công!"],"Title settings":["Cài đặt tiêu đề"],"Google Search Console":["Google Search Console"],"Multiple authors":["Nhiều tác giả"],"Site type":["Loại website"],"Environment":["Môi trường"],"Yoast option %1$s not found.":["Tùy chọn Yoast %1$s không tồn tại."],"Google Structured Data Test":["Công cụ kiểm tra dữ liệu có cấu trúc của Google"],"Posts list":["Danh sách bài viết"],"Posts list navigation":["Điều hướng danh sách các bài viết"],"Filter posts list":["Lọc danh sách bài viết"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Hãy lưu ý rằng những đường dẫn đến các bài lưu trữ có thể vẫn hiển thị bởi giao diện của bạn và bạn cần phải xóa chúng riêng."],"%1$s to optimize your site even further":["%1$s để tối ưu hóa trang web của bạn hơn nữa"],"%1$s extensions":["%1$s extension"],"Comes with our 30-day no questions asked money back guarantee":["Bao gồm chính sách hoàn tiền không cần hỏi lý do trong vòng 30 ngày của chúng tôi."],"More information %1$sabout %3$s%2$s":["Thêm thông tin %1$svề %3$s%2$s"],"Installed":["Đã cài đặt"],"gain access to our 24/7 support team.":["được sử dụng dịch vụ hỗ trợ 24/7 của chúng tôi."],"Premium support":["Hỗ trợ đặc biệt"],"check what your Facebook or Twitter post will look like.":["kiểm tra bài viết Facebook hay Twitter của bạn trông như thế nào."],"Social previews":["Xem trước các hiển thị trên mạng xã hội"],"create and manage redirects from within your WordPress install.":["Tạo và quản lý các điều hướng bên trong WordPress của bạn."],"Redirect manager":["Quản lý chuyển hướng"],"%1$s, take your optimization to the next level!":["%1$s, nâng tầm cho việc tối ưu của bạn!"],"A seamless integration between %1$s and %2$s":["Một tích hợp trơn tru giữa %1$s và %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Dùng breadcrumbs %1$s thay vì %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Dễ dàng thêm Google Maps, vị trí cửa hàng, giờ mở của và nhiều hơn"],"Creates XML News Sitemaps":["Tạo các sơ đồ XML cho Trang Tin tức"],"Immediately pings Google on the publication of a new post":["Ngay lập tức ping tới Google khi xuất bản bài viết mới"],"Optimize your site for Google News":["Tối ưu trang của bạn cho Google News"],"Make videos responsive through enabling fitvids.js":["Giúp videos phù hợp kích thước màn hình thiết bị bằng việc kích hoạt fitvids.js"],"Enhance the experience of sharing posts with videos":["Nâng cao trải nghiệm chia sẻ bài viết với video"],"Show your videos in Google Videos":["Hiển thị video của bạn trong Google Videos"],"Crawl issues list":["Danh sách các vấn đề thu thập thông tin website của máy tìm kiếm"],"Crawl issues list navigation":["Điều hướng danh sách các vấn đề thu thập thông tin website của máy tìm kiếm"],"Edit “%s”":["Chỉnh sửa \"%s\""],"Premium":["Bảng trả phí"],"Google Trends":["Google Trends"],"Notifications":["Thông báo"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Gõ bỏ phần cụm từ khóa chính khỏi metabox và hủy kích hoạt tất cả các đề xuất liên quan đến SEO."],"Disable SEO analysis":["Tắt thống kê SEO"],"Twitter settings":["Cài đặt Twitter"],"Pinterest settings":["Cài đặt Pinterest"],"Facebook settings":["Cài đặt Facebook"],"Title separator symbol":["Biểu tượng ngăn cách tiêu đề"],"RSS feed settings":["Thiết lập RSS Feed"],"Breadcrumbs settings":["Thiết lập đường dẫn"],"Make primary":["Đặt mặc định"],"Enter your Google Authorization Code and press the Authenticate button.":["Nhập mã xác thực Google của bạn và bấm nút Authenticate."],"%s notification":["%s thông báo"],"Disable readability analysis":["Tắt phân tích khả năng dễ đọc"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Xóa phần phân tích tính dễ đọc khỏi metabox và tắt kích hoạt các đề xuất liên quan đến tính dễ đọc."],"Readability analysis":["Phân tích khả năng dễ đọc"],"Needs improvement":["Cần cải thiện"],"Readability":["Tính dễ đọc"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Bạn đang cố gắng tải những tập tin chưa được rút gọn. Chúng có sẵn trong gói phát triển của chúng tôi. Kiểm tra %1$s để xem tất cả các tập tin nguồn."],"Improvements":["Các cải tiến"],"Restore this item.":["Khôi phục thành phần này."],"Dismiss this item.":["Loại bỏ mục này."],"Good job! We could detect no serious SEO problems.":["Chúc mừng! Không có vấn đề gì nghiêm trọng với quá trình SEO."],"We have detected the following issues that affect the SEO of your site.":["Chúng tôi đã phát hiện những vấn đề có thể ảnh hưởng đến SEO trang web của bạn"],"Problems":["Các vấn đề"],"Analysis":["Phân tích"],"Not available":["Không có sẵn"],"Filter by SEO Score":["Lọc bằng điểm SEO"],"Meta description not set.":["Chưa có thẻ mô tả."],"Video tutorial":["Video hướng dẫn"],"Email support is a %s feature":["Hỗ trợ qua email là một tính năng %s"],"Knowledge base":["Kiến thức cơ bản"],"Open":["Mở"],"Dashboard":["Tổng quan"],"You can fix this on the %1$sPermalink settings page%2$s.":["Bạn có thể sửa lỗi này trong %1$sTrang cài đặt đường dẫn tĩnh%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Tính năng phân trang các bình luận đang được kích hoạt, tính năng này không cần thiết trong 999 của 1000 trường hợp, chúng tôi đề xuất ngưng kích hoạt nó."],"Replaced with the primary category of the post/page":["Đã được thay thế bằng chuyên mục chính của bài viết/trang"],"Pinterest confirmation":["Xác nhận Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Nếu bạn đã xác nhận website của bạn với Pinterest, bạn có thể bỏ qua bước dưới đây."],"Format-based archives":["Các lưu trữ phân theo định dạng"],"Webmaster Tools verification":["Xác nhận công cụ Webmaster"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Theo dõi các khóa đào tạo về %1$s cho WordPress của chúng tôi và trở thành một chuyên gia %1$s có chứng nhận!"],"Want to be a %s Expert?":["Bạn muốn trở thành chuyên gia %s không?"],"Buy %s":["Mua %s"],"Show information about errors in category %s":[""],"New %1$s Title":["Tiêu đề %1$s mới"],"Existing %1$s Title":["Tiêu đề %1$s hiện tại"],"Expected an integer as input.":["Giá trị cần nhập là số nguyên."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Đang cố xây dựng sitemap cache key, nhưng sự kết hợp tiền tố và hậu tố hạn chế thực hiện việc này. Bạn có thể đang yêu cầu một trang nằm ngoài khoảng có sẵn."],"Remove":["Gỡ bỏ"],"Keep":["Để nguyên"],"Bold the last page":["Làm đậm cuối đường dẫn (trang hiện tại)"],"Regular":["Bình thường"],"Bold":["Chữ đậm"],"Show Blog page":["Xem trang Blog"],"Primary %s":["Chính %s"],"Primary":["Chính"],"Make %1$s primary %2$s":["Đổi %1$s thành chính %2$s"],"Term is set to noindex.":["Thuật ngữ được thiết lập thành noindex."],"Author archives":["Lưu trữ theo tác giả"],"Show":["Hiện"],"Enabled":["Đã kích hoạt"],"Disabled":["Đã vô hiệu hoá"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s vẫn chưa lấy được trạng thái lập chỉ mục website của bạn từ %2$s"],"The separator defined in your theme's %s tag.":["Dấu phân cách được định nghĩa trong tag %s của giao diện bạn sử dụng."],"No index":["Không lập chỉ mục"],"Analyze entire site":["Phân tích toàn bộ trang web"],"Fetch the current status":["Lấy trạng thái hiện tại"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s không thể lấy trạng thái đánh chỉ mục website của bạn%3$s từ %4$s"],"Your homepage can be indexed by search engines.":["Trang chủ của bạn có thể được lập chỉ mục bởi các công cụ tìm kiếm."],"Indexability check by %1$s":["Kiểm tra đánh chỉ mục bằng %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Nếu bạn muốn sử dụng một bức ảnh để chia sẻ trên %1$s, bạn có thể tỉa lên/chọn một ảnh hoặc thêm URL của ảnh tại đây."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Nếu bạn không muốn sử dụng chung thẻ Mô tả %1$s mà muốn viết mới, viết ở đây."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Nếu bạn không muốn sử dụng tiêu đề khác để chia sẻ trên %1$s, thì viết ở đây."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sTrang chủ của bạn không thể được đánh chỉ mục bởi các máy tìm kiếm%2$s. Điều này rất tệ cho SEO và cần được khắc phục ngay."],"Once Weekly":["Một lần lượt"],"Add-ons":["Tiện ích"],"SEO score":["Điểm SEO"],"Twitter metadata":["Metadata của Twitter"],"Facebook / Open Graph metadata":["Metadata của Facebook / Open Graph"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Tính lại điểm SEO cho tất cả các nội dung với một cụm từ khóa chính."],"%1$s of %2$s done.":["Hoàn thành %1$s trong tổng số %2$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Chúng tôi có cập nhật thuật toán tính điểm SEO. %1$sTính lại điểm SEO%2$s của tất cả các bài viết và trang."],"Team Yoast":["Đội nhóm Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Giải pháp SEO tất cả trong một đầu tiên cho WordPress, bao gồm phân tích nội dung on-page, sơ đồ trang web và nhiều hơn thế nữa."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Kích hoạt thất bại:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Phần mở rộng bộ lọc dường như không có sẵn. Hãy yêu cầu nhà cung cấp máy chủ của bạn bật tính năng này."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Cài đặt phần mở rộng %1$s không hoàn thành. Vui lòng tham khảo %2$scác hướng dẫn cài đặt%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Phần mở rộng thư viện PHP tiêu chuẩn (SPL) dường như không có sẵn. Hãy yêu cầu nhà cung cấp máy chủ bổ sung."],"SEO Settings":["Thiết lập SEO"],"Mobile-Friendly Test":["Kiểm tra mức độ thân thiện trên di động"],"Google Page Speed Test":["Kiểm tra Google Page Speed"],"CSS Validator":["Trình kiểm tra CSS"],"HTML Validator":["Trình kiểm tra HTML"],"Pinterest Rich Pins Validator":["Công cụ xác nhận Pinterest Rich Pins"],"Facebook Debugger":["Công cụ tìm lỗi Facebook"],"Check Headers":["Kiểm tra Header"],"Check Google Cache":["Kiểm tra Google Cache"],"Analyze this page":["Phân tích trang này"],"Keyword Research":["Nghiên cứu từ khóa"],"%s does not seem to be a valid url. Please correct.":["%s có vẻ không phải là đường dẫn hợp lệ. Vui lòng sửa lại."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s có vẻ không phải là chuỗi xác thực hợp lệ cho %2$s. Vui lòng sửa lại."],"%s Archive":["Lưu trữ %s"],"You searched for %s":["Bạn đã tìm %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s có vẻ không phải user-id Twitter không hợp lệ. Vui lòng sửa lại."],"Summary with large image":["Tóm tắt với ảnh lớn"],"Summary":["Tổng kết"],"The post %1$s appeared first on %2$s.":["Bài viết %1$s đã xuất hiện đầu tiên vào ngày %2$s."],"No numeric value was received.":["Không có giá trị số học nào đã được nhận."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Đây phải là blog đang tồn tại. Blog %s không tồn tại hoặc đã bị đánh dấu là đã xóa."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Thiết lập blog mặc định phải là blog id dạng số của blog mà bạn muốn sử dụng làm mặc định."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s không phải là lựa chọn hợp lệ cho những người nên được cho phép truy cập vào các thiết lập %2$s. Giá trị được đặt về mặc định."],"Please select a valid post type for taxonomy \"%s\"":["Vui lòng chọn kiểu bài viết hợp lệ cho taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Vui lòng chọn taxonomy hợp lệ cho kiểu bài viết \"%s\""],"You searched for":["Bạn đã tìm"],"Home":["Trang chủ"],"Archives for":["Lưu trữ cho"],"Error 404: Page not found":["Lỗi 404: Không tìm thấy trang"],"Good":["Tốt"],"Replaced with a custom taxonomies description":["Được thay thế bằng mô tả taxonomy tùy chọn"],"Replaced with a posts custom taxonomies, comma separated.":["Thay thể bởi taxonomies tùy biến của bài viết, ngăn cách bởi dấu phẩy."],"Replaced with a posts custom field value":["Được thay thế bằng giá trị trường tùy biến của các bài viết"],"Replaced with the slug which caused the 404":["Được thay thế với slug đã gây ra lỗi 404"],"Replaced with the posts focus keyphrase":["Được thay thế bằng từ khóa chính của các bài viết"],"Attachment caption":["Chú thích đính kèm"],"Replaced with the current page number":["Được thay thế bằng số trang hiện tại"],"Replaced with the current page total":["Được thay thế bằng tổng số trang hiện tại"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Được thay thể bằng số trang hiện tại trên tổng số trang (Ví dụ trang 2 trên 4)"],"Replaced with the post/page author's 'Biographical Info'":["Được thay thế bằng 'Thông tin Tiểu sử' của tác giả bài viết/trang"],"Replaced with the post/page author's 'nicename'":["Đã được thay thế bằng tên hiển thị của tác giả bài viết/trang"],"Replaced with the post/page ID":["Đã được thay thế bằng ID của bài viết/trang"],"Replaced with the post/page modified time":["Đã được thay thế bằng thời gian chỉnh sửa của bài viết/trang"],"Replaced with the content type plural label":["Đã được thay thế bằng nhãn số nhiều của kiểu nội dung"],"Replaced with the content type single label":["Đã được thay thế bằng nhãn số ít của kiểu nội dung"],"Replaced with the current search phrase":["Đã được thay thế bằng cụm tìm kiếm hiện tại"],"Replaced with the term name":["Được thay thế bằng tên thuật ngữ"],"Replaced with the term description":["Được thay thế bằng mô tả thuật ngữ"],"Replaced with the tag description":["Được thay thế bằng mô tả tag"],"Replaced with the category description":["Đã được thay thế bằng mô tả chuyên mục"],"Replaced with the post categories (comma separated)":["Đã được thay thế bằng các chuyên mục bài viết (ngăn cách bởi dấu phẩy)"],"Replaced with the current tag/tags":["Được thay thế với tag/các tag hiện tại"],"Replaced with the post/page excerpt (without auto-generation)":["Được thay thế bởi trích đoạn của bài viết/trang (không có tính năng tự tạo trích đoạn)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Được thay thế bằng trích đoạn của bài viết/trang (hoặc trích đoạn được tự tạo nếu chưa có))"],"The site's name":["Tên trang"],"Replaced with the title of the parent page of the current page":["Được thay thế bằng tiêu đề của trang cha của trang hiện tại"],"Replaced with the title of the post/page":["Được thay thế bằngi tiêu đề của bài viết/trang"],"Replaced with the date of the post/page":["Được thay thế bằng ngày của bài viết/trang"],"Page %1$d of %2$d":["Trang %1$d trên %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Bạn không thể ghi đè một thông số mặc định của WPSEO bằng cách thêm thông số với cùng một tên. Hãy sử dụng bộ lọc \"wpseo_replacements\" thay vì điều chỉnh các giá trị thay thế."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Một thông số thay thế với cùng tên đã được sử dụng. Hãy đặt tên thông số của bạn riêng biệt."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Một thông số thay thế không được bắt đầu với \"%%cf_\" hoặc \"%%ct_\" vì phần này được giữ riêng cho những thông số tiêu chuẩn của WPSEO dành cho các trường và taxonomies tùy biến. Hãy đặt tên thông số của bạn riêng biệt."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Một thông số thay thế chỉ có thể chứa ký tự chữ hoặc số, dấu _ và -. Hãy đổi tên thông số của bạn"],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Chú ý dành cho Admin: trang này không hiển thị thẻ meta mô tả vì nó không có, hoặc là thêm thẳng vào trang hoặc là vào menu [%1$s - %2$s] và cài đặt một template."],"Page not found":["Không tìm thấy trang"],"%s Archives":["Lưu trữ %s"],"Search for \"%s\"":["Tìm \"%s\""],"Meta description to use for Author page":["Thẻ mô tả cho trang Tác giả"],"Title to use for Author page":["Tiêu đề cho trang Tác giả"],"%1$s settings":["thiết lập %1$s"],"Export your %1$s settings":["Xuất ra các cài đặt %1$s của bạn"],"Import settings":["Thiết lập nhập"],"Import from other SEO plugins":["Nhập vào từ các gói mở rộng SEO khác"],"Import":["Nhập"],"If you had a %s file and it was editable, you could edit it from here.":["Nếu bạn có một tập tin %s có thể chỉnh sửa được, bạn có thể chỉnh sửa ở đây."],"If your %s were writable, you could edit it from here.":["Nếu %s của bạn có thể được ghi đè, bạn có thể chỉnh sửa nó tại đây."],"You don't have a %s file, create one here:":["Bạn không có tập tin %s, tạo ở đây: "],"A link to your site, with your site's name and description as anchor text.":["Một đường dẫn đến trang web của bạn, với tên và mô tả web của bạn làm văn bản chứa đường dẫn."],"A link to your site, with your site's name as anchor text.":["Một đường dẫn đến trang web của bạn, với tên web của bạn làm văn bản chứa đường dẫn."],"A link to the post, with the title as anchor text.":["Một đường dẫn đến bài viết, với tiêu đề làm văn bản chứa đường dẫn."],"A link to the archive for the post author, with the authors name as anchor text.":["Một đường dẫn tới lưu trữ của tác giả bài viết, với tên của tác giả làm văn bản chứa đường dẫn."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Bạn có thể dùng những thông số sau trong nội dung, chúng sẽ được thay thế bởi giá trị ở bên phải."],"Content to put after each post in the feed":["Nội dung được đặt sau mỗi bài viết trong cột bài viết"],"Content to put before each post in the feed":["Nội dung được đặt trước mỗi bài viết trong cột bài viết"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Tính năng này được sử dụng để tự động thêm nội dung vào RSS của bạn, cụ thể hơn là nó sẽ thêm các lên kết dẫn về blog và bài viết của bạn, như vậy thì các công cụ quét cũng sẽ tự động thêm các lên kết này, giúp các công cụ tìm kiếm nhận dạng blog của bạn là nguồn ngốc của nội dung."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Trong tài liệu %1$shướng dẫn%2$s bạn có thể tìm thấy cách sử dụng tính năng đường dẫn này."],"How to insert breadcrumbs in your theme":["Làm thế nào để chèn đường dẫn vào giao diện của bạn"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Lưu trữ loại nội dung được hiển thị trong breadcrumbs cho taxonomies"],"Taxonomy to show in breadcrumbs for content types":["Taxonomy được hiển thị trong breadcrumbs cho các loại nội dung"],"Breadcrumb for 404 Page":["Đường dẫn cho trang không tìm thấy 404"],"Prefix for Search Page breadcrumbs":["Prefix cho đường dẫn trên trang Tìm kiếm"],"Prefix for Archive breadcrumbs":["Prefix cho đường dẫn trên trang Lưu trữ"],"Prefix for the breadcrumb path":["Tiền tố cho đường dẫn breadcrumb"],"Anchor text for the Homepage":["Tên trang chủ trong đường dẫn"],"Separator between breadcrumbs":["Dấu ngăn cách giữa các mục trong đường dẫn"],"Enable Breadcrumbs":["Bật Breadcrumb"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Dưới đây là điểm SEO cho các bài viêt đã đăng. Bây giờ là thời điểm tốt để bắt đầu cải thiện một số bài viết của bạn."],"Credits":["Những người thực hiện"],"« Back to Tools page":["« Trở lại trang công cụ"],"%1$s comes with some very powerful built-in tools:":["%1$s có các công cụ tích hợp sẵn rất mạnh mẽ:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Công cụ này cho phép bạn nhanh chóng thay đổi những tập tin quan trọng cho SEO của bạn, như robots.txt và tập tin .htaccess (nếu có)."],"File editor":["Trình chỉnh sửa tập tin"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Nhập các cài đặt từ gói mở rộng SEO khác và xuất các cài đặt của bạn để dùng lại cho blog khác."],"Import and Export":["Nhập và Xuất"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Công cụ này cho phép bạn thay đổi nhanh tiêu đề và mô tả cho bài viết và trang của bạn mà không phải vào trình soạn thảo của trang."],"Bulk editor":["Soạn thảo hàng loạt"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Để %1$s xác nhận website của bạn với Pinterest%2$s, thêm thẻ meta ở đây:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest sử dụng metadata Open Graph như Facebook, vì vậy hãy đảm bảo bạn đã đánh dấu hộp kiểm Open Graph trong tab Facebook nếu bạn muốn tối ưu website cho Pinterest."],"The default card type to use":["Loại thẻ mặc định được dùng"],"Add Twitter card meta data":["Thêm dữ liệu thẻ meta Twitter"],"This image is used if the post/page being shared does not contain any images.":["Ảnh này được dùng nếu bài viết/trang được chia sẻ không có ảnh."],"Default settings":["Thiết lập mặc định"],"Copy home meta description":["Sao chép mô tả từ trang chủ"],"Description":["Miêu tả"],"Image URL":["URL hình ảnh"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Những tiêu đề, mô tả và ảnh được dùng cho thẻ meta của Open Graph trên trang chủ website của bạn."],"Frontpage settings":["Cài đặt trang chủ"],"Add Open Graph meta data":["Thêm dữ liệu meta Open Graph"],"YouTube URL":["URL YouTube "],"Pinterest URL":["URL Pinterest "],"MySpace URL":["URL MySpace "],"LinkedIn URL":["URL LinkedIn "],"Instagram URL":["URL Instagram "],"Twitter Username":["Tài khoản Twitter"],"Facebook Page URL":["Đường dẫn trang Facebook"],"Accounts":["Tài khoản"],"Restore site to defaults":["Chuyển website về trạng thái mặc định"],"Site ID":["Site ID"],"Using this form you can reset a site to the default SEO settings.":["Sử dụng biểu mẫu này, bạn có thể phục hồi website về thiết lập SEO mặc định."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Các cài đặt nhạy cảm về tính riêng tư (FB admins và tương tự), theo theme (viết lại tiêu đề) và một vài cài đặt chi tiết cho trang sẽ không được nhập vào các trang mới."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Nhập %1$sSite ID%2$s cho website có cấu hình mà bạn muốn sử dụng mặc định cho tất cả website được thêm vào mạng của bạn. Để trống nếu không có (Có nghĩa là giá trị mặc định của gói mở rộng sẻ được sử dụng)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Chọn thiết lập website mà bạn muốn sử dụng là mặc định cho tất cả website được thêm vào mạng. Nếu bạn chọn 'Không', giá trị mặc định sẽ được sử dụng."],"New sites in the network inherit their SEO settings from this site":["Những website mới trong mạng kế thừa thiết lập SEO từ website này"],"Super Admins only":["Chỉ Super Admins"],"Site Admins (default)":["Quản trị website (mặc định)"],"Who should have access to the %1$s settings":["Ai có quyền truy cập vào thiết lập %1$s"],"spam":["spam"],"mature":["trưởng thành"],"archived":["Đã lưu trữ"],"public":["Công khai"],"%s restored to default SEO settings.":["%s được phục hồi về thiết lập SEO mặc định."],"Settings Updated.":["Thiết lập đã cập nhật."],"404 pages":["Trang 404"],"Search pages":["Tìm trang"],"These pages will be %s by default, so they will never show up in search results.":["Những trang này sẽ được %s mặc định, vì vậy chúng sẽ không bao giờ hiển thị trong kết quả tìm kiếm."],"Special Pages":["Trang đặc biệt"],"Date-based archives could in some cases also be seen as duplicate content.":["Lưu trữ dựa trên ngày tháng có thể trong một số trường hợp cũng được xem là nội dung trùng lặp."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Nếu đây là trường hợp website của bạn, bạn có thể chọn hoặc vô hiệu hóa (Nghĩa là bắt chuyển hướng vào trang chủ), hoặc thêm %s vào nó để nó không hiển thị trong kết quả tìm kiếm."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Nếu bạn đang chạy một blog chỉ có một tác giả, lưu trữ của tác giả sẽ giống hệt trang chủ của bạn. Đây gọi là%1$svấn đề trùng lặp nội dung%2$s."],"Date archives":["Lưu trữ theo thời gian"],"author archives":["lưu trữ theo tác giả"],"Title":["Tiêu đề"],"%1$s Meta Box":["Hiển thị %1$s Meta Box"],"Hide":["Ẩn"],"Date in Snippet Preview":["Hiển thị ngày đăng"],"Take note:":["Lưu ý:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["Trang chủ"],"Title Separator":["Dấu ngăn cách tiêu đề"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s đã tự động phát hiện xem có cần thiết phải viết lại các tiêu đề cho các trang của bạn, nếu bạn nghĩ điều đó là sai và bạn biết mình đang làm gì, bạn có thể thay đổi cài đặt tại đây"],"Force rewrite titles":["Bắt buộc viết lại các tiêu đề"],"Taxonomies":["Nguyên tắc phân loại"],"Homepage":["Trang chủ"],"%1$s Extensions":["%1$s Extension"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Tích hợp trơn tru WooCommerce với %1$s và nhận thêm những tính năng!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Xếp hạng tốt hơn tại địa phương và trong Google Maps, mà không vất vả!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Bạn có trong Google Tin tức? Tăng lưu lượng truy cập của bạn từ Google Tin tức bằng cách tối ưu hóa nó!"],"Optimize your videos to show them off in search results and get more clicks!":["Tối ưu hóa video của bạn để hiển thị chúng trong kết quả tìm kiếm và nhận được nhiều nhấp chuột hơn!"],"The premium version of %1$s with more features & support.":["Phiên bản trả phí của %1$s với nhiều tính năng và hỗ trợ hơn."],"Person":["Cá nhân"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Dữ liệu này được hiển thị dưới dạng metadata trong trang web của bạn. Nó được dự định xuất hiện trong %1$sGoogle's Knowledge Graph%2$s. Bạn có thể là một công ty, hoặc một cá nhân."],"Website name":["Tên website"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Bạn không có tên bài viết/trang trong URL của bài viết và trang, việc này được khuyến nghị cao. Xem xét cài đặt cấu trúc đường dẫn tĩnh của bạn thành /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Đường dẫn"],"or":["hoặc"],"Save Profile":["Lưu hồ sơ"],"There were no profiles found":["Không có hồ sơ nào"],"Profile":["Hồ sơ"],"Current profile":["Hồ sơ hiện tại"],"Authenticate":["Xác thực"],"Get Google Authorization Code":["Lấy mã Google Authorization"],"Reload crawl issues":["Tải lại lỗi thu thập thông tin của máy tìm kiếm"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Để có thể tạo chuyển hướng và khắc phục sự cố này, bạn cần %1$s. Bạn có thể mua gói mở rộng, bao gồm một năm hỗ trợ và cập nhật, trên%2$s."],"Creating redirects is a %s feature":["Tạo chuyển hướng là một tính năng của %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Lỗi chỉ xảy ra khi trang web của bạn được Googlebot thu thập dữ liệu cho điện thoại (lỗi không xuất hiện cho máy tính để bàn)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Lỗi đã xảy ra khi Googlebot-mobile thu thập thông tin website của bạn (lỗi không xuất hiện trên desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Lỗi đã xảy ra khi Googlebot thu thập thông tin website của bạn."],"Issue categories":["Loại vấn đề"],"Incorrect Google Authorization Code.":["Google Authorization Code không đúng."],"The issues have been successfully reloaded!":["Các vấn đề được tải lại thành công."],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Dữ liệu %1$s đã bị gỡ bỏ. Bạn sẽ phải xác thực lại nếu muốn truy xuất lại dữ liệu."],"Crawl errors per page":["Lỗi thu thập thông tin của mỗi trang"],"Search":["Tìm kiếm"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Đừng bỏ qua lỗi máy tìm kiếm thu thập thông tin trang web của bạn: %1$s kết nối với Google Search Console ở đây %2$s."],"Create redirect":["Tạo chuyển tiếp"],"Mark as fixed":["Đánh dấu đã sửa"],"Response code":["Mã trả về"],"First detected":["Được phát hiện lần đầu"],"Last crawled":["Lần thu thập thông tin cuối"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s đã phát hiện bạn đang sử dụng phiên bản của %2$s không tương thích với %1$s. Vui lòng cập nhật %2$s lên phiên bản mới nhất để sử dụng chức năng này."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Các gói mở rộng của Yoast chia sẻ mã nguồn với nhau để giúp website của bạn nhanh hơn. Vì lý do đó, bạn cần cập nhật tất cả gói mở rộng của Yoast lên bản mới nhất. Chúng tôi thấy có gói mở rộng cần cập nhật, vui lòng cập nhật các gói mở rộng đó."],"Feature phone":["Điện thoại phổ thông"],"Smartphone":["Điện thoại thông minh"],"Desktop":["Máy tính"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Đường dẫn URL không tồn tại, nhưng máy chủ của bạn không gửi lại lỗi 404 (không tìm thấy file)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Trang web phản hồi quá lâu hoặc nó đang chặn Google."],"Server Error":["Lỗi máy chủ"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot có thể truy cập vào website của bạn, nhưng một số URL thì đang chặn Googlebot ở tập tin %1$s. Điều này ảnh hưởng đến tất cả Googlebots và cả Googlebot-mobile."],"Blocked":["Bị chặn"],"Google was unable to crawl this URL due to an undetermined issue.":["Google không thể thu thập thông tin từ URL này vì lý do không xác định."],"URL points to a non-existent page.":["URL trỏ tới trang không tồn tại."],"Not found":["Không tìm thấy"],"Not followed":["Không theo dõi"],"Faulty redirects":["Các chuyển hướng sai"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Máy chủ yêu cầu xác thực hoặc đang ngăn Googlebot truy cập trang web."],"Access denied":["Truy cập bị từ chối"],"Deactivate %s":["Ngưng hoạt động %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Gói mở rộng %1$s này có thể gây ra những vấn đề khi được dùng kết hợp với %2$s. "],"Upload Image":["Tải ảnh"],"Remove these ads?":["Bạn muốn loại bỏ quảng cáo?"],"%s Posts Overview":["Tổng quan %s Bài viết"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Tiêu đề Breadcrumbs được dùng trong breadcrumb nơi taxonomy xuất hiện."],"Breadcrumbs title":["Tiêu đề đường dẫn"],"The canonical link is shown on the archive page for this term.":["Liên kết canonical được hiển thị trên trang lưu trữ cho thuật ngữ này."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Khác"],"Archives":["Lưu trữ"],"Email":["Email"],"Close":["Đóng"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Cả %1$s và %2$s đề có thể tạo XML sitemaps. Nhưng có 2 XML sitemaps thì không ích lợi gì cho công cụ tìm kiếm mà còn làm chậm website của bạn."],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s Ảnh "],"%s Description":["%s mô tả"],"%s Title":["%s tiêu đề"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Kích thước ảnh đề nghị cho %1$s là %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Nếu bạn muốn ghi đè ảnh được dùng trong %s ở bài viết này, tải lên / chọn một ảnh tại đây."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Nếu bạn muốn viết riêng nội dung thẻ meta description để chia sẻ lên %s, hãy viết lại nó ở đây."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Nếu muốn thay đổi tiêu đề bài đăng để chia sẻ lên %s, hãy viết ở đây."],"very difficult":["Rất khó"],"Try to make shorter sentences, using less difficult words to improve readability":["Cố gắng viết các câu ngắn hơn, sử dụng các từ dễ hiểu để cải thiện khả năng đọc."],"difficult":["khó"],"Try to make shorter sentences to improve readability":["Thử làm các đoạn văn bản ngắn hơn để dễ đọc hơn."],"fairly difficult":["Khá khó"],"OK":["Ổn"],"fairly easy":["Khá dễ"],"easy":["Dễ"],"very easy":["Rất dễ"],"Meta Desc.":["Thẻ mô tả."],"All SEO Scores":["Tất cả các Điểm SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Vấn đề SEO: Hình ảnh nổi bật nên có độ phân giải ít nhất 200 x 200 pixel để được chọn bởi Facebook và các trang mạng xã hội khác."],"(no parent)":["(Không có phân cấp trên)"],"Post is set to noindex.":["Bài viết được thiết lập thành không có chỉ mục"],"The URL that this page should redirect to.":["Liên kết URL mà trang này nên chuyển hướng đến."],"301 Redirect":["301 Redirect"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Canonical URL mà trang này nên trỏ tới, để trống là mặc định cho đường dẫn tĩnh. %1$sCanonical nhiều tên miền%2$s cũng được hỗ trợ."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Tiêu đề của trang được dùng trong đường dẫn"],"Breadcrumbs Title":["Tiêu đề đường dẫn"],"No Snippet":["Không có đoạn trích ngắn"],"No Archive":["Không có lưu trữ"],"No Image Index":["Không có chỉ mục hình ảnh"],"None":["Không mục nào"],"Site-wide default: %s":["Mặc định toàn trang web: %s"],"Advanced meta robots settings for this page.":["Thiết lập robots meta nâng cao cho trang này"],"Meta robots advanced":["Robots meta nâng cao"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Cảnh báo: Dù bạn thiết lập robots meta ở đây, nhưng trong thiết lập riêng tư cho toàn trang được cài là noindex, thì những thiết lập này sẽ không có tác dụng."],"Meta description":["Thẻ mô tả"],"SEO Title":["Tiêu đề SEO"],"Focus keyword":["Từ khóa chính"],"Snippet preview":["Xem trước kết quả"],"Settings successfully imported.":["Các thiết lập được nhập thành công."],"Settings could not be imported:":["Cài đặt không thể nhập:"],"Error creating %1$s export: ":["Lỗi khi tạo %1$s dữ liệu xuất ra:"],"Breadcrumb for 404 pages:":["Đường dẫn cho trang không tìm thấy 404:"],"Prefix for search result pages:":["Tiền tố cho các trang kết quả tìm kiếm:"],"Prefix for archive pages:":["Tiền tố cho các trang lưu trữ:"],"Prefix for breadcrumbs:":["Prefix cho đường dẫn:"],"Anchor text for the homepage:":["Tên trang chủ trong đường dẫn:"],"Breadcrumbs separator:":["Dấu ngăn cách đường dẫn"],"Remove blog page from breadcrumbs":["Xóa trang blog khỏi các breadcrumbs"],"%s Breadcrumbs":["%s đường dẫn"],"Use Image":["Sử dụng ảnh"],"Action":["Hành động"],"Page URL/Slug":["URL/Slug trang"],"Publication date":["Ngày xuất bản"],"Post Status":["Trạng thái bài viết"],"WP Page Title":["Tiêu đề trang WP"],"View":["Xem"],"View “%s”":["Xem “%s”"],"Preview":["Xem trước"],"Preview “%s”":["Xem trước “%s”"],"Edit":["Sửa"],"Filter":["Lọc"],"New Yoast Meta Description":["Thẻ mô tả mới của Yoast"],"Existing Yoast Meta Description":["Thẻ mô tả Yoast hiện tại"],"Facebook profile URL":["Địa chỉ URL hồ sơ Facebook"],"Twitter username (without @)":["Tên người dùng Twitter (không bao gồm @)"],"FAQ":["FAQ"],"Premium Support":["Hỗ trợ dành cho trả phí"],"Settings":["Thiết lập"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Bạn phải %1$stới mục Đọc%2$s và bỏ đánh dấu Tương tác với công cụ tìm kiếm."],"Huge SEO Issue: You're blocking access to robots.":["Lỗi SEO nghiêm trọng: Bạn đang chặn truy cập tới robots."],"Posts":["Bài viết"],"Edit Files":["Sửa file"],"Advanced Variables":["Biến nâng cao"],"Basic Variables":["Biến cơ bản"],"General":["Tổng quan"],"Extensions":["Phần mở rộng"],"Search Console":["Search Console"],"Tools":["Công cụ"],"Advanced":["Nâng cao"],"XML sitemaps":["Sơ đồ trang XML"],"Social":["Mạng xã hội"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s xác định bạn đang sử dụng phiên bản %2$s của %3$s, hãy cập nhật lên phiên bản mới nhất."],"Just another WordPress site":["Một trang Wordpress mới"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Bạn vẫn còn tagline mặt định của WordPress, thậm chí để trống có lẽ tốt hơn. %1$sBạn có thể sửa lại trong tùy chỉnh%2$s."],"You have used HTML in your value which is not allowed.":["Bạn đã sử dụng HTML trong khu vực không cho phép."],"You can't edit %s that aren't yours.":["Bạn không thể chỉnh sửa %s vì nó không phải là của bạn."],"You can't edit %s.":["Bạn không thể sửa %s."],"Post has an invalid Content Type: %s.":["Bài viết sai Post Type: %s."],"Post doesn't exist.":["Bài viết không tồn tại."],"course\u0004Free:":["Miễn phí:"],"posts\u0004Trash (%s)":["Thùng rác (%s)"],"posts\u0004All (%s)":["Tất cả (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=1; plural=0;","lang":"vi_VN"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":[""],"You have %d hidden notification:":[""],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":[""],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":["Gửi phản hồi"],"Content optimization:":["Tối ưu hóa nội dung:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$sTính dễ đọc%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":["Bài viết Noindex"],"No Focus Keyphrase":["Không có cụm từ khóa chính"],"Person logo / avatar":["Logo/ảnh đại diện cá nhân"],"Extend %s":["Mở rộng %s"],"Enroll in the %s for WordPress training":["Đăng ký vào %s để đào tạo WordPress"],"Posts with the SEO score: %s":["Bài viết có điểm SEO: %s"],"SEO: %s":["SEO: %s"],"%s video tutorial":["%s video hướng dẫn"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["Để xem lỗi thu thập dữ liệu, %1$sHãy truy cập Google Search Console%2$s."],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["Google đã ngừng chạy API Crawl Error. Vì thế, nếu có lỗi thu thập dữ liệu nó sẽ không hiển thị ở đây nữa. %1$sĐọc để biết thêm thông tin%2$s."],"Remove this message":["Xóa thông báo này"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["Thực sự tối ưu hóa trang web của bạn cho độc giả ở khu vực bạn sinh sống với plugin %s của chúng tôi! Tối ưu hóa chi tiết địa chỉ, giờ mở cửa, vị trí cửa hàng và tùy chọn đón khách!"],"Serving local customers?":["Phục vụ cho khách hàng ở khu vực của bạn?"],"Get the %s plugin now":["Tải plugin %s ngay bây giờ"],"Organization social profiles":["Trang mạng xã hội của tổ chức"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["Bạn có thể chỉnh sửa các chi tiết được hiển thị trong dữ liệu meta, như hồ sơ xã hội, tên và mô tả của người dùng này trên trang hồ sơ %1$s của họ."],"Personal info":["Thông tin cá nhân"],"Organization logo":["Logo tổ chức"],"Organization name":["Tên tổ chức"],"Choose whether the site represents an organization or a person.":["Chọn xem trang web đại diện cho một tổ chức hay một người."],"Knowledge Graph & Schema.org":["Knowledge Graph & Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["Để làm cho trang web của bạn đại diện cho Công ty hoặc Tổ chức, hãy truy cập %1$sGiao diện tìm kiếm%2$s và đặt Tổ chức hoặc Người thành \"Tổ chức\"."],"To change the social accounts used for your site, update the details for %1$s.":["Để thay đổi các tài khoản mạng xã hội được sử dụng cho trang web của bạn, hãy cập nhật chi tiết cho %1$s."],"That means that the form and information below is disabled, and not used.":["Điều đó có nghĩa là biểu mẫu và thông tin bên dưới sẽ bị vô hiệu hóa và không được sử dụng."],"Your website is currently configured to represent a Person":["Trang web của bạn hiện được cấu hình để đại diện cho một Người"],"(if one exists)":["(nếu có)"],"Wikipedia page about you":["Trang Wikipedia về bạn"],"YouTube profile URL":["URL hồ sơ trên YouTube"],"Tumblr profile URL":["URL hồ sơ trên Tumblr"],"SoundCloud profile URL":["URL hồ sơ trên SoundCloud "],"MySpace profile URL":["URL hồ sơ trên MySpace"],"Organization or person":["Tổ chức hoặc cá nhân"],"The person":["Cá nhân"],"Organization":["Tổ chức"],"Does your site represent a person or an organization?":["Trang web của bạn đại diện cho một người hoặc một tổ chức?"],"The name of the organization":["Tên của tổ chức"],"Provide an image of the organization logo":["Cung cấp một hình ảnh logo của tổ chức"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["Trước đây bạn đã đặt trang web của mình để đại diện cho một người. Chúng tôi đã cải thiện chức năng này qua mã Schema và Knowledge Graph, vì vậy bạn nên truy cập và %1$shoàn thành các cài đặt đó%2$s."],"Select a user...":["Chọn một người dùng..."],"Uncategorized":["Chưa phân loại"],"Name:":["Tên:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["Bạn đã chọn người dùng %1$s làm người mà trang web này đại diện. Thông tin hồ sơ người dùng của họ bây giờ sẽ được sử dụng trong kết quả tìm kiếm. %2$sCập nhật hồ sơ của họ để đảm bảo thông tin là chính xác.%3$s"],"Error: Please select a user below to make your site's meta data complete.":["Lỗi: Vui lòng chọn người dùng bên dưới để hoàn thành siêu dữ liệu cho trang web của bạn."],"SEO score: %s":["Điểm SEO: %s"],"If a Wikipedia page for you or your organization exists, add it too.":["Nếu có một trang Wikipedia cho bạn hoặc tổ chức của bạn, hãy thêm nó vào."],"Wikipedia URL":["URL đến Wikipedia"],"Pinterest profile URL":["URL hồ sơ trên Pinterest"],"Instagram profile URL":["URL hồ sơ trên Instagram "],"LinkedIn profile URL":["URL hồ sơ trên LinkedIn"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["Nghiên cứu từ khóa rất cần thiết cho bất kỳ chiến lược SEO nào. Bạn quyết định những cụm từ tìm kiếm mà bạn muốn được xếp hạng, và khám phá ra những cụm từ mà khách thăm web mục tiêu dùng để tìm thấy bạn. Một nghiên cứu từ khóa xuất sắc cho bạn biết những nội dung mà bạn cần bắt đầu xếp hạng cho những từ khóa mà bạn muốn. Hãy đảm bảo rằng những nỗ lực của bạn tập trung vào những từ khóa mà bạn thực sự có cơ hội xếp hạng! %1$s sẽ hướng dẫn bạn quá trình này, từng bước một."],"SEO for Beginners training":["Đào tạo SEO cho người mới"],"%s for WordPress training":["%s cho đào tạo WordPress"],"All-around SEO training":["Đào tạo tất tần tật về SEO"],"The image you selected is too small for Facebook":["Ảnh bạn chọn quá nhỏ cho Facebook"],"The given image url cannot be loaded":["Không thể tải được đường dẫn ảnh đã nhập"],"Find out what words your audience uses to find you":["Khám phá những cụm từ mà khách truy cập mục tiêu của bạn sử dụng để tìm thấy bạn"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$sĐiểm phân tích tính dễ đọc Flesch%2$s: Bài viết đạt %3$s điểm trong bài kiểm tra, tương ứng với độ dễ %4$s để đọc. %5$s"],"No JSON object was returned.":["Không có đối tượng JSON nào được trả về."],"Received internal links":["Số đường dẫn nội bộ nhận được"],"Outgoing internal links":["Số đường dẫn nội bộ liên kết tới"],"New step added":["Bước mới đã được thêm vào"],"New question added":["Câu hỏi mới được thêm vào"],"To be able to create a redirect and fix this issue, you need %1$s. ":["Để có thể tạo một chuyển hướng và khắc phục vấn đề này, bạn cần %1$s."],"You can buy the plugin, including one year of support and updates, on %1$s.":["Bạn có thể mua phần mở rộng, bao gồm một năm hỗ trợ và cập nhật, vào ngày %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["Tính năng bộ đếm số đường dẫn văn bản cung cấp thông tin chi tiết về số lượng đường dẫn được tìm thấy trong văn bản và số đường dẫn liên kết tới văn bản của bạn. Điều này rất hữu ích khi bạn cải thiện %1$sliên kết nội bộ trang%2$s."],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["Để tính năng này hoạt động %1$s yêu cầu phiên bản PHP tối thiểu %2$s. Chúng tôi tìm thấy PHP phiên bản %3$s trên website này."],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["Hãy cẩn trọng xem xét các ảnh hưởng và %1$sđọc bài viết này%2$s nếu bạn muốn có thêm thông tin về ảnh hưởng của việc hiển thị thư viện trong các kết quả tìm kiếm."],"Keyphrase":["Cụm từ khóa"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["Để tính năng này hoạt động, %1$s cần tạo 1 bảng trong Database của bạn. Chúng tôi không thể tạo bảng này một cách tự động."],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["Nếu bật tính năng này, những liên kết tệp đính kèm có thể nhìn thấy bởi cả người dùng của bạn và Google. Để tăng thêm giá trị cho website của bạn, chúng phải chứa đựng thông tin hữu ích, hoặc chúng có thể ảnh hưởng xấu đến thứ hạng đến website."],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["Tính năng %3$sBộ đếm liên kết%4$s (được giới thiệu trong %1$s %2$s) hiện tại bị tắt."],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["Hãy đọc %1$sbài kiến thức cơ bản%2$s để tìm cách giải quyết vấn đề này."],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["Để chắc chắn rằng tất cả những liên kết trong các văn bản của bạn được đếm, chúng tôi cần phân tích tất cả các văn bản của bạn."],"All you have to do is press the following button and we'll go through all your texts for you.":["Tất cả những gì bạn phải làm là nhấn nút sau đây và chúng tôi sẽ kiểm tra tất cả những văn bản của bạn."],"Count links":["Đếm số liên kết"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$sImage alt attributes%5$s: Trong số %2$d hình ảnh trên trang này, %1$d có những thuộc tính alt với những từ liên quan đến cụm từ khóa hoặc những từ đồng nghĩa. Hơi nhiều một chút. %4$sChỉ nên thêm cụm từ khóa hoặc những từ đồng nghĩa nếu nó thực sự liên quan đến ảnh%5$s."],"%1$sImage alt attributes%2$s: Good job!":["%1$sNhững thuộc tính alt trong hình ảnh%2$s: Rất tốt!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$sThuộc tính alt của các ảnh%5$s: Trong số %2$d ảnh trên trang này, chỉ có %1$d ảnh có thuộc tính alt mô tả chủ đề văn bản của bạn. %4$sHãy thêm cụm từ khóa hoặc các từ đồng nghĩa trong các thuộc tính alt của những ảnh liên quan%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$sThuộc tính alt của các ảnh%3$s: Ảnh trên trang này không có thuộc tính alt mô tả chủ đề văn bản của bạn. %2$sHãy thêm cụm từ khóa hoặc các từ đồng nghĩa trong các thuộc tính alt của những ảnh liên quan%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$sThuộc tính alt của các ảnh%3$s: Ảnh trong trang đã có thuộc tính alt, nhưng bạn chưa đặt cụm từ khóa. %2$sKhắc phục ngay%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":["%1$sCụm từ khóa trong tiêu đề phụ%2$s: Có %3$s tiêu đề phụ mô tả chủ đề của bài viết. Rất tốt!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$sCụm từ khóa trong tiêu đề phụ%2$s: Tiêu đề phụ mô tả chủ đề của bài viết. Rất tốt!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$sCụm từ khóa trong tiêu đề phụ%3$s: %2$sHãy dùng nhiều hơn các cụm từ khóa hoặc các từ đồng nghĩa trong các tiêu đề phụ%3$s!"],"Page %s":["Trang %s"],"Cannot get the size of %1$s because of unknown reasons.":["Không lấy được độ lớn của %1$s vì những lý do chưa được biết tới."],"Cannot get the size of %1$s because it is hosted externally.":["Không lấy được độ lớn của %1$s vì nó được lưu trữ bên ngoài."],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["Đơn giản là chuyển nút \"bật\" và bạn sẽ có thể sử dụng phân tích đã hiệu chỉnh. Đồng thời, chúng tôi sẽ thêm bạn vào danh sách gửi mail cụ thể của chúng tôi. Chúng tôi chỉ gửi mail về trải nghiệm của bạn với hiệu chỉnh này!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["Chúng tôi đã %1$shiệu chỉnh bản phân tích của bạn%2$s. Với phân tích mới này, chúng tôi sẽ tiếp cận gần hơn cách mà Google nhìn vào website của bạn. Điều đó %3$sthật tuyệt%4$s nếu bạn muốn %3$sdùng thử bản beta tính năng này%4$s cho chúng tôi!"],"Get an even better analysis":["Lấy một bản phân tích tốt hơn nữa"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$sTiêu đề đơn lẻ%3$s: Các thẻ H1 chỉ nên được sử dụng làm tiêu đề chính. Tìm tất cả các thẻ H1 trong văn bản của bạn mà không phải tiêu đề chính và %2$schuyển chúng thành những thẻ tiêu đề thấp hơn%3$s!"],"Improve sharing on Facebook and Pinterest":["Cải thiện số lượt chia sẻ trên Facebook và Pinterest"],"You do not have the required rights to export settings.":["Bạn không có quyền cần thiết để xuất cài đặt ."],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["Sao chép tất cả các cài đặt này sang %1$s tab và lượt bấm \"%1$s của một trang khác."],"These are settings for the %1$s plugin by %2$s":["Đây là các cài đặt cho phần mở rộng %1$s bởi %2$s"],"No settings found.":["Không tìm thấy các cài đặt."],"Export your %1$s settings here, to copy them on another site.":["Xuất các cài đặt %1$s của bạn tại đây, sao chép chúng sang trang khác."],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["Nhập các cài đặt chỉ được hỗ trợ trên các máy chủ chạy PHP 5.3 trở lên."],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["Nhập các cài đặt bằng cách dán các cài đặt bạn đã sao chép từ trang khác tại đây và bấm \"%s\"."],"Paste your settings from another %s installation.":["Dán cài đặt của bạn từ %s cài đặt khác."],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sMật độ cụm từ khóa%2$s: Cụm từ khóa chính xuất hiện 0 lần. Mức đó thấp hơn mức tối thiểu khuyến nghị là %3$d lần cho một văn bản với độ dài như thế này. %4$sHãy tập trung vào từ khóa chính của bạn%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$sMật độ cụm từ khóa%2$s: Cụm từ khóa chính xuất hiện %5$d lần. Mức đó thấp hơn mức tối thiểu khuyến nghị là %3$d lần cho một văn bản với độ dài như thế này. %4$sHãy tập trung vào từ khóa chính của bạn%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$sMật độ cụm từ khóa%2$s: Cụm từ khóa chính xuất hiện %3$d lần. Rất tốt!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sMật độ cụm từ khóa%2$s: Cụm từ khóa chính xuất hiện %5$d lần. Mức đó nhiều hơn mức tối đa khuyến nghị là %3$d lần cho một văn bản với độ dài như thế này. %4$sĐừng tối ưu quá mức%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$sMật độ cụm từ khóa%2$s: Cụm từ khóa chính xuất hiện %5$d lần. Mức đó nhiều hơn mức tối đa khuyến nghị là %3$d lần cho một văn bản với độ dài như thế này. %4$sĐừng tối ưu quá mức%2$s!"],"Indexable created for object %1$s with type %2$s":["Chỉ mục đã được tạo cho đối tượng %1$s với kiểu %2$s"],"Method %1$s() does not exist in class %2$s":["Phương thức %1$s() không tồn tại trong lớp %2$s"],"With %s, you can easily create such redirects.":["Với %s, bạn có thể dễ dàng tạo những chuyển hướng như vậy."],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["Thay đổi cài đặt permalinks của bạn có thể ảnh hưởng nghiêm trọng đến khả năng hiển thị của công cụ tìm kiếm. Hầu như %1$s không bao giờ %2$s được thực hiện trên một trang web trực tiếp."],"WARNING:":["CẢNH BÁO:"],"Learn about why permalinks are important for SEO.":["Tìm hiểu lý do tại sao permalinks lại quan trọng đối với SEO."],"Google Ads":["Quảng cáo Google"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$sCác từ chức năng trong cụm từ khóa%3$s: Từ khóa \"%4$s\" chỉ chứa từ khóa chức năng. %2$sTìm hiểu thêm về các tạo cụm từ khóa tốt.%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["Bạn có biết %s cũng phân tích những dạng từ khác nhau trong cụm từ khóa của bạn, như dạng số nhiều hoặc thì quá khứ?"],"Clear Image":["Xóa hình"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sĐộ dài cụm từ khóa%3$s: %2$sHãy đặt một cụm từ khóa để tính điểm SEO%3$s."],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$sTừ khóa trong slug%2$s: Hơn một nửa từ khóa của bạn xuất hiện trong slug. Thật tuyệt!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$sTừ khóa trong slug%3$s: (Một phần) từ khóa của bạn không xuất hiện trong slug. %2$sThay đổi%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$sTừ khóa trong slug%2$s: Rất tốt!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$sTừ khóa trong tiêu đề%3$s: Không phải tất cả các từ trong từ khóa \"%4$s\" xuất hiện trong tiêu đề SEO. %2$sHãy cố gắng dùng chính xác từ khóa trong tiêu đề SEO%3$s."],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$sTừ khóa trong tiêu đề%3$s: Không khớp chính xác với từ khóa. %2$sHãy viết từ khóa chính xác trong tiêu đề SEO%3$s."],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$sTừ khóa trong tiêu đề%3$s: Từ khóa khớp chính xác xuất hiện trong tiêu đề SEO nhưng không nằm ở đầu tiêu đề. %2$sHãy thử chuyển lên đầu tiêu đề%3$s."],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$sTừ khóa trong tiêu đề%2$s: ừ khóa khớp chính xác xuất hiện ở đầu tiêu đề SEO. Rất tốt!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$sĐộ dài cụm từ khóa%2$s: Rất tốt!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sSự phân bố cụm từ khóa%3$s: Không đều. Một số phần văn bản của bạn không chứa cụm từ khóa hoăc các từ đồng nghĩa với nó. %2$sHãy phân bổ đều hơn%3$s."],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$sSự phân bố cụm từ khóa%3$s: Rất không đều. Phần lớn văn bản của bạn không chứa cụm từ khóa hoăc các từ đồng nghĩa với nó. %2$sHãy phân bổ đều hơn%3$s."],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$sSự phân bố cụm từ khóa%3$s: %2$sHãy thêm cụm từ khóa hoặc các từ đồng nghĩa với nó trong văn bản để chúng tôi kiểm tra được mật độ phân bố cụm từ khóa%3$s."],"Help on choosing the perfect focus keyphrase":["Giúp lựa chọn cụm từ khóa chính hoàn hảo"],"Would you like to add a related keyphrase?":["Bạn có muốn thêm một cụm từ khóa liên quan không?"],"Go %s!":["Đến %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["Không hiển thị ngày lưu trữ trong kết quả tìm kiếm về mặt kỹ thuật có nghĩa là sẽ có một %1$s thẻ tự động. %2$sThông tin khác về cài đặt kết quả tìm kiếm%3$s."],"Rank better with synonyms & related keyphrases":["Xếp hạng tốt hơn với các từ đồng nghĩa & và các cụm từ khóa liên quan"],"optimize a single post for synonyms and related keyphrases.":["tối ưu một bài viết riêng lẻ cho các từ đồng nghĩa và các cụm từ khóa liên quan."],"Synonyms & related keyphrases":["Các từ đồng nghĩa & các cụm từ khóa liên quan"],"Add related keyphrase":["Thêm từ khóa liên quan"],"Dismiss %s upgrade notice":["Bỏ qua thông báo nâng cấp %s "],"Upgrade to %s":["Nâng cấp lên %s"],"%1$s video":["%1$s video"],"Get %s":["Lấy %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$sTừ khóa đã sử dụng%6$s: Bạn đã sử dụng từ khóa này %1$s%2$d trước đây%3$s. %5$sKhông sử dụng từ khóa của bạn nhiều hơn một lần%6$s."],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$sTừ khóa đã sử dụng%5$s: Bạn đã sử dụng từ khóa này %1$smột lần trước%2$s. %4$sKhông sử dụng từ khóa của bạn nhiều hơn một lần%5$s."],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$sTừ khóa đã sử dụng%2$s: Bạn chưa sử dụng từ khóa này trước đây, rất tốt."],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$sSlug từ loại bỏ%3$s: Slug cho trang này chứa từ bị loại bỏ. %2$sXóa nó%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug quá dài%3$s: Slug cho trang này hơi dài. %2$sLàm ngắn lại%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$sCác thuộc tính mô tả ảnh (alt)%3$s: Không có ảnh trong trang. %2$sHãy thêm ảnh%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$sĐường dẫn từ khóa%3$s: Bạn đang liên kết tới trang khác với từ khóa mà bạn muốn trang này được xếp hạng. %2$sĐừng làm như vậy%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Số lượng từ quá ít so với mức tối thiểu %5$d từ. %3$sHãy thêm nội dung%4$s."],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["Số lượng từ ít hơn so với mức tối thiểu %5$d từ. %3$sHãy thêm nội dung%4$s."],"%2$sText length%4$s: The text contains %1$d word.":["%2$sĐộ dài của văn bản%4$s: Văn bản chứa %1$d từ."],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$sĐộ dài của văn bản%3$s: Văn bản chứa %1$d từ. Rất tốt!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$sCụm từ khóa trong các tiêu đề phụ%3$s: Có hơn 75% các tiêu đề phụ mô tả chủ đề bài viết của bạn. Quá nhiều! %2$sĐừng tối ưu quá mức%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sĐộ rộng của tiêu đề SEO%3$s: %2$sHãy tạo một tiêu đề SEO%3$s."],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sĐộ rộng của tiêu đề SEO%3$s: Độ dài của tiêu đề SEO vượt quá giới hạn có thể nhìn thấy được. %2$sHãy rút gọn hơn%3$s."],"%1$sSEO title width%2$s: Good job!":["%1$sĐộ rộng của tiêu đề SEO%2$s: Rất tốt!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sĐộ rộng tiêu đề SEO%3$s: Tiêu đề SEO quá ngắn. %2$sHãy dùng khoảng trống để thêm các biến thể cụm từ khóa hoặc tạo một bài viết kêu gọi hành động thuyết phục%3$s."],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$sCác đường dẫn ra ngoài trang%2$s: Có các đường dẫn ra ngoài trang bình thường và nofollowed trong trang này. Rất tốt!"],"%1$sOutbound links%2$s: Good job!":["%1$sCác đường dẫn ra ngoài trang%2$s: Rất tốt!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$sCác đường dẫn ra ngoài trang%3$s: Tất cả các đường dẫn ra ngoài trang đều nofollowed. %2$sHãy thêm một số đường dẫn bình thường%3$s."],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$sCác đường dẫn ra ngoài trang%3$s: Không có các đường dẫn ra ngoài trang. %2$sHãy thêm một số đường dẫn%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sĐộ dài mô tả Meta%2$s: Rất tốt!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sĐộ dài mô tả Meta%3$s: Mô tả Meta vượt quá %4$d ký tự. Để đảm bảo toàn bộ mô tả này được nhìn thấy, %2$sbạn nên giảm độ dài%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sĐộ dài mô tả Meta%3$s: Mô tả Meta quá ngắn (dưới %4$d ký tự). Có thể lên tới %5$d ký tự. %2$sHãy dùng những khoảng trống%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sĐộ dài mô tả Meta%3$s: Không có mô tả meta. Các máy tìm kiếm sẽ hiển thị đoạn văn bản từ trang. %2$sHãy đảm bảo viết một mô tả%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sCụm từ khóa trong mô tả meta%2$s: Mô tả meta đã có, nhưng không chứa cụm từ khóa. %3$sHãy chỉnh sửa%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sCụm từ khóa trong mô tả meta%2$s: Mô tả meta có chứa cụm từ khóa %3$s lần, vượt quá mức khuyến nghị tối da 2 lần. %4$sHãy hạn chế%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sCụm từ khóa trong mô tả meta%2$s: Cụm từ khóa hoặc từ đồng nghĩa xuất hiện trong mô tả meta. Rất tốt!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sĐộ dài cụm từ khóa%5$s: Cụm từ khóa dài %1$d từ. Quá dài so với mức khuyến nghị là %2$d từ. %4$sHãy rút gọn%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$sĐộ dài cụm từ khóa%5$s: Cụm từ khóa dài %1$d từ. Dài hơn so với mức khuyến nghị là %2$d từ. %4$sHãy rút gọn%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$sĐộ dài cụm từ khóa%2$s: Rất tốt!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$sĐộ dài cụm từ khóa%3$s: Không có cụm từ khóa chính nào được đặt cho trang này. %2$sHãy đặt một cụm từ khóa để tính điểm SEO%3$s."],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$sCụm từ khóa trong phần giới thiệu%3$s: Cụm từ khóa của bạn hoặc các từ đồng nghĩa với nó không xuất hiện trong đoạn văn đầu. %2$sHãy làm cho chủ đề bài viết rõ ràng ngay%3$s."],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$sCụm từ khóa trong phần giới thiệu%3$s:Cụm từ khóa của bạn hoặc các từ đồng nghĩa với nó xuất hiện trong đoạn văn đầu, nhưng không nằm trong cùng một câu. %2$sHãy sửa ngay%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$sCụm từ khóa trong phần giới thiệu%2$s: Rất tốt!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$sCác đường dẫn nội bộ%2$s: Có cả đường dẫn nội bộ bình thường và nofollowed. Rất tốt!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$sCác đường dẫn nội bộ%2$s: Bạn có đủ các đường dẫn nội bộ. Rất tốt!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$sCác đường dẫn nội bộ%3$s: Tất cả các đường dẫn nội bộ trong trang là nofollowed. %2$sHãy thêm một số đường dẫn nội bộ tốt%3$s."],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$sCác đường dẫn nội bộ%3$s: Không có đường dẫn nội bộ trong trang này, %2$sHãy thêm một số đường dẫn nội bộ tốt%3$s."],"%1$sTransition words%2$s: Well done!":["%1$sCác từ chuyển tiếp%2$s: Rất tốt!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$sCác từ chuyển tiếp%2$s: Chỉ có %3$s trong số các câu chứa từ chuyển tiếp, không đủ. %4$sHãy sử dụng nhiều hơn%2$s."],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$sCác từ chuyển tiếp%2$s: Không có câu nào chứa từ chuyển tiếp. %3$sHãy sử dụng%2$s."],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$sKhông đủ nội dung%2$s: %3$sHãy thêm nội dung để có được một phân tích tốt hơn%2$s."],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$sSự phân bố tiêu đề phụ%2$s: Bạn đang không sử dụng các tiêu đề phụ, nhưng văn bản của bạn ngắn gọn và có thể không cần dùng chúng."],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$sSự phân bố tiêu đề phụ%2$s: Bạn đang không sử dụng các tiêu đề phụ, mặc dù bài viết này khá dài. %3$sHãy thử thêm một số tiêu đề phụ%2$s."],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$sSự phân bố tiêu đề phụ%2$s: %3$d phần của bài viết dài hơn %4$d từ và không được phân tách bằng tiêu đề phụ nào. %5$sHãy thêm tiêu đề phụ để cải thiện tính dễ đọc%2$s."],"%1$sSubheading distribution%2$s: Great job!":["%1$sSự phân bố tiêu đề phụ%2$s: Rất tốt!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$sĐộ dài của câu%2$s: %3$s trong số các câu chứa %4$s từ, nhiều hơn mức khuyến nghị tối đa là %5$s. %6$sHãy rút gọn các câu%2$s."],"%1$sSentence length%2$s: Great!":["%1$sĐộ dài của câu%2$s: Tuyệt!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$sCác câu liên tiếp%2$s: Có đủ biến thể trong các câu của bạn. Điều đó thật tuyệt!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$sCác câu liên tiếp%2$s: Bài viết chứa %4$d phần có chứa %3$d hoặc nhiều hơn câu liên tiếp bắt đầu với cùng từ. %5$sHãy viết đa dạng hơn%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$sCâu bị động%2$s: %3$s trong số các câu chứa câu bị động, nhiều hơn mức khuyến nghị là %4$s. %5$sHãy dùng câu chủ động thay thế%2$s."],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$sCâu bị động%2$s: Bạn dùng đủ các câu chủ động. Rất tuyệt!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$sĐộ dài đoạn văn%2$s: Có %3$d đoạn văn chứa nhiều hơn số từ khuyến nghị tối đa là %4$d từ. %5$sHãy rút gọn đoạn văn%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$sĐộ dài đoạn văn%2$s: Không có các đoạn văn quá dài. Rất tốt!"],"Good job!":["Rất tốt!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$sBài kiểm tra tính dễ đọc Flesch%2$s: Bài viết đạt điểm %3$s trong bài kiểm tra, tương đương mức độ dễ đọc %4$s. %5$s%6$s%7$s"],"Focus keyphrase":["Cụm từ khóa chính"],"%1$s with ID %2$s couldn't be patched":["%1$s với ID %2$s không thể sửa"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["POST request không hợp lệ. Các giá trị meta đã tồn tại với đối tượng có ID %1$s."],"Indexable with ID `%1$s` does not exist":["Chỉ mục với ID `%1$s` không tồn tại"],"No object with ID %1$s and %2$s could be found":["Không có đối tượng với ID %1$s và %2$s không tìm thấy"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` không phải kiểu hợp lệ của `%2$s`"],"The object type `%1$s` is invalid":["Kiểu đối tượng `%1$s` không hợp lệ"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["Kiểu không hợp lệ cho tham số `%1$s` đã ok. Kỳ vọng `%2$s`, nhưng đã đạt `%3$s`"],"The parameter `%1$s` cannot be empty.":["Tham số `%1$s` không thể trống."],"Check Keyphrase Density":["Kiểm tra Mật độ Cụm từ khóa"],"Disable":["Tắt"],"Allow Control":["Cho phép Điều khiển"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["Tab này giúp bạn có thể lựa chọn tắt %s tính năng cho tất cả các trang trong mạng. Theo mặc định tất cả các tính năng được bật, giúp những người quản trị trang lựa chọn có bật hoặc tắt một tính năng trên trang của họ. Khi bạn tắt một tính năng ở đây, những người quản trị trang sẽ không thể dùng được tính năng đó nữa."],"%s is a required feature toggle argument.":["%s là một tính năng bắt buộc."],"Keyphrase:":["Từ khóa:"],"Remove keyphrase":["Xóa từ khóa"],"This feature has been disabled by the network admin.":["Tính năng này đã bị tắt bởi quản trị mạng."],"Focus keyphrase not set.":["Từ khóa chính chưa được cài đặt."],"Multiple keyphrases":["Nhiều từ khóa"],"Colon":["Dấu hai chấm"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["Cả %1$s và %2$s quản lí SEO trang web của bạn. Chạy 2 plugin SEO cùng lúc sẽ gây hại."],"There is a new notification.":["Có thông báo mới."],"Learn more about the readability analysis":["Tìm hiểu thêm về Phân tích Tính dễ đọc."],"Describe the duration of the instruction:":["Mô tả khoảng thời gian của chỉ dẫn:"],"Optional. Customize how you want to describe the duration of the instruction":["Không bắt buộc. Tuỳ chỉnh cách mà bạn muốn để miêu tả thời lượng của hướng dẫn"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Đây là danh sách nội dung liên quan bạn có thể liên kết trong bài viết. {{a}}Đọc bài viết của chúng tôi về cấu trúc trang web{{/a}} để biết thêm về cách liên kết nội bộ có thể giúp cải thiện SEO của bạn."],"%s, %s and %s":["%s, %s và %s"],"%s and %s":["%s và %s"],"%d minute":[" %d phút"],"%d hour":["%d giờ"],"%d day":[" %d ngày"],"Enter a step title":["Thêm tiêu đề cho bước thực hiện"],"Optional. This can give you better control over the styling of the steps.":["Tùy chọn. Việc này có thể giúp bạn kiểm soát tốt hơn giao diện của các bước."],"CSS class(es) to apply to the steps":["CSS class(es) (Lớp CSS) để áp dụng cho các bước"],"minutes":["phút"],"hours":["giờ"],"days":["ngày"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["Tạo bản hướng dẫn với phương pháp SEO thân thiện. Bạn chỉ có thể dùng khối How-to (Hướng dẫn) mỗi bài viết."],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["Liệt kê các câu hỏi thường gặp của bạn theo 1 cách thân thiện với SEO. Bạn chỉ có thể dùng 1 khối FAQ mỗi bài viết."],"Copy error":["Copy bị lỗi"],"An error occurred loading the %s primary taxonomy picker.":["1 lỗi xảy ra khi đang tải bộ chọn phân loại chính %s."],"%1$s Structured Data Blocks":["%1$s Khối Dữ liệu Cấu trúc"],"Time needed:":["Thời gian cần thiết:"],"Move question down":["Di chuyển câu hỏi xuống"],"Move question up":["Di chuyển câu hỏi lên trên"],"Insert question":["Chèn câu hỏi"],"Delete question":["Xóa câu hỏi"],"Enter the answer to the question":["Nhập câu trả lời cho câu hỏi"],"Enter a question":["Nhập câu hỏi"],"Add question":["Thêm câu hỏi"],"Frequently Asked Questions":["Các câu hỏi thường gặp"],"Great news: you can, with %s!":["Tin tốt: bạn có thể, với %s!"],"Select the primary %s":["Chọn %s chính"],"Check links to this URL":["Kiểm tra các liên kết đến URL này"],"Keyword research training":["Khóa học phân tích từ khóa"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":[" Vui lòng kiểm tra %1$stemplate lưu trữ%2$s cho loại nội dung sau: %3$s."],"Are you trying to use multiple keyphrases? You should add them separately below.":["Bạn đang cố gắng sử dụng nhiều cụm từ khóa? Bạn nên thêm chúng riêng biệt bên dưới."],"Mark as cornerstone content":["Đánh dấu là nội dung quan trọng"],"Move step down":["Di chuyển xuống dưới"],"Move step up":["Di chuyển lên trên"],"Insert step":["Chèn bước"],"Delete step":["Xóa bước"],"Add image":["Thêm hình ảnh"],"Enter a step description":["Nhập mô tả bước"],"Enter a description":["Nhập mô tả"],"Unordered list":["Danh sách không có thứ tự"],"Showing step items as an ordered list.":["Hiển thị các mục bước dưới dạng danh sách có thứ tự."],"Showing step items as an unordered list":["Hiển thị các bước dưới dạng danh sách không theo thứ tự"],"Add step":["Thêm bước"],"Delete total time":["Xóa tổng thời gian"],"Add total time":["Thêm tổng thời gian"],"How to":["Làm thế nào để"],"How-to":["Làm thế nào để"],"Snippet Preview":["Xem trước đoạn trích"],"Analysis results":["Kết quả phân tích:"],"Enter a focus keyphrase to calculate the SEO score":["Nhập một cụm từ khóa chính để tính điểm SEO"],"Learn more about Cornerstone Content.":["Tìm hiểu thêm về Nội dung quan trọng."],"Cornerstone content should be the most important and extensive articles on your site.":["Nội dung quan trọng phải là bài viết quan trọng và mở rộng nhất trên trang web của bạn."],"Restore Site":["Khôi phục trang web"],"Network Settings":["Thiết lạp mạng lưới"],"You are not allowed to perform this action.":["Bạn không được phép thực hiện hành động này."],"Error: %s":["Lỗi: %s"],"Success: %s":["Thành công: %s"],"Site with ID %d not found.":["Không tìm thấy trang web có ID %d."],"No site has been selected to restore.":["Không có trang nào được chọn để khôi phục."],"You are not allowed to modify unregistered network settings.":["Bạn không được phép sửa đổi cài đặt mạng chưa được đăng ký."],"deleted":["đã xóa"],"Would you like to add another keyphrase?":["Bạn có muốn thêm một cụm từ khóa khác không?"],"image preview":["xem trước hình ảnh"],"Copied!":["Đã sao chép!"],"Not supported!":["Không được hỗ trợ!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["Đọc {{a}} bài viết của chúng tôi về cấu trúc trang web {{/ a}} để tìm hiểu thêm về cách liên kết nội bộ có thể giúp cải thiện SEO của bạn."],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["Khi bạn thêm nhiều hơn một bản sao, chúng tôi sẽ cung cấp cho bạn một danh sách nội dung có liên quan ở đây để bạn có thể liên kết trong bài viết của mình."],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["Cân nhắc liên kết tới {{a}}những bài viết chủ đạo{{/a}}"],"Consider linking to these articles:":["Xem xét việc liên kết đến các bài viết này"],"Copy link":["Sao chép liên kết"],"Copy link to suggested article: %s":["Sao chép liên kết đến bài viết được đề xuất: %s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":["Đọc hướng dẫn căn bản %1$s của chúng tôi về nghiên cứu từ khóa %2$s để tìm hiểu thêm về nghiên cứu từ khóa và chiến lược từ khóa."],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":["Từ nổi bật"],"The site's tagline":["khẩu hiệu của các trang web"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["Gần đây, chúng tôi đã cải thiện chức năng cài đặt của Giao diện tìm kiếm. Thật không may, chúng tôi đã phát hiện ra một số trường hợp đặc biệt, việc thiết lập lưu trữ cho những loại bài đăng cụ thể có thể đã sai."],"Not all required fields are given. Missing field %1$s":["Các trường bắt buộc chưa được điền thông tin. Trường còn thiếu %1$s"],"Optimize your site for Google News.":["Tối ưu hóa website của bạn cho Google News"],"Optimize your shop's SEO and sell more products!":["Tối ưu hóa SEO cửa hàng của bạn và bán nhiều sản phẩm hơn!"],"Be found in Google Video search and enhance your video sharing on social media.":["Được tìm thấy trong tìm kiếm Google Video và nâng cao khả năng chia sẻ video của bạn trên mạng xã hội."],"Be found in Google Maps and local results.":["Được tìm thấy trong Google Maps và kết quả địa phương."],"Learn practical SEO skills to rank higher in Google.":["Tìm hiểu các kỹ năng SEO thực tế để xếp hạng cao hơn trong Google."],"Don’t waste time figuring out the best settings yourself.":["Đừng lãng phí thời gian để tự mình tìm ra các cài đặt tốt nhất."],"Get quick wins to make your site rank higher in search engines.":["Nhận chiến thắng nhanh chóng để làm cho trang web của bạn xếp hạng cao hơn trong công cụ tìm kiếm."],"Add synonyms":["Thêm từ đồng nghĩa"],"Would you like to add keyphrase synonyms?":["Bạn có muốn thêm các từ đồng nghĩa từ khóa không?"],"Would you like to add more than one keyphrase?":["Bạn có muốn thêm nhiều hơn một từ khóa không?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["Bạn có thể sửa siêu dữ liệu SEO cho kiểu tùy chỉnh này trên %1$sTrang Cửa hàng%2$s."],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["Bạn chưa đặt trang Cửa hàng trong cài đặt WooCommerce của mình. Hãy làm điều này trước."],"Current year":["Năm hiện tại"],"Page":["Trang"],"Breadcrumb settings for %s archive":["Cài đặt đường dẫn cho lưu trữ %s"],"Something went wrong. Please reload the page.":["Đã xảy ra sự cố. Vui lòng tải lại trang."],"Tagline":["Chủ đề"],"Modify your meta description by editing it right here":["Chỉnh meta description của bạn bằng cách chỉnh sửa ngay tại đây"],"description (custom taxonomy)":["mô tả (phân loại tùy chỉnh)"],"(custom taxonomy)":["(phân loại tùy chỉnh)"],"(custom field)":["(trường tùy chỉnh)"],"Term404":["404"],"Caption":["Chú thích"],"Pagenumber":["Số trang"],"Pagetotal":["Tổng số trang"],"Page number":["Trang số"],"User description":["Mô tả người dùng"],"ID":["ID"],"Modified":["Đã chỉnh sửa"],"Post type (plural)":["Dạng bài viết (số nhiều)"],"Post type (singular)":["Dạng bài viết (số ít)"],"Separator":["Dấu phân tách"],"Search phrase":["Cụm từ tìm kiếm"],"Term title":["Tiêu đề thuật ngữ"],"Term description":["Mô tả thuật ngữ"],"Tag description":["Mô tả tag"],"Category description":["Mô tả chuyên mục"],"Primary category":["Chuyên mục chính"],"Category":["Chuyên mục"],"Tag":["Tag"],"Excerpt only":["Chỉ tóm tắt"],"Excerpt":["Tóm tắt"],"Site title":["Tiêu đề website"],"Archive title":["Tiêu đề lưu trữ"],"Parent title":["Tiêu đề cha"],"Date":["Ngày"],"Label":["Nhãn"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["Bạn nên tạo chuyển hướng để đảm bảo khách viếng thăm của bạn không nhận lỗi 404 khi họ nhấp chuột vào URL không còn hoạt động."],"Search engines and other websites can still send traffic to your deleted post.":["Công cụ tìm kiếm và các trang web khác vẫn có thể thu hút lưu lượng truy cập đến bài viết đã xóa của bạn."],"Make sure you don't miss out on traffic!":["Bảo đảm bạn không bỏ lỡ lưu lượng truy cập!"],"You just deleted a %1$s.":["Bạn vừa xóa một %1$s."],"You just trashed a %1$s.":["Bạn vừa bỏ vào thùng rác một %1$s."],"Settings for %s archive":["Cài đặt cho lưu trữ %s"],"Settings for single %s URLs":["Cài đặt cho %s URL riêng lẻ"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["Cài đặt trên Trang này cho phép bạn chỉ rõ giao diện tìm kiếm mặc định cho bất kì kiểu nội dung nào bạn có. Bạn có thể chọn kiểu nội dung xuất hiện trong kết quả tìm kiếm và mô tả mặc định của chúng."],"Url preview":["Xem trước URL"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["Cung cấp 1 thẻ mô tả bằng cách sửa đoạn trích dẫn bên dưới. Nếu bạn không có thẻ mô tả, Google sẽ thử tìm 1 phần thích hợp trong bài viết của bạn để hiển thị cho kết quả tìm kiếm."],"Insert snippet variable":["Thêm biến trích dẫn"],"Dismiss this notice":["Tắt thông báo này"],"No results":["Không có kết quả"],"%d result found, use up and down arrow keys to navigate":["%d kết quả được tìm thấy, sử dụng các phím mũi tên lên và xuống để điều hướng"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["Ngôn ngữ trang web của bạn được thiết lập là %s. Nếu chưa đúng, liên hệ quản trị trang web của bạn."],"Number of results found: %d":["Số kết quả tìm thấy: %d"],"Note that not all variables can be used in every field.":["Lưu ý rằng không phải tất cả biến được dùng trong các trường."],"Snippet variables":["Biến trích dẫn"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s tôn trọng riêng tư của bạn. Đọc %2$schính sách bảo mật%3$s về cách chúng tôi sử dụng thông tin cá nhân của bạn."],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["Nếu đã hiểu rõ điều này và không muốn thấy thông báo này nữa, bạn có thể %1$stắt thông báo này%2$s."],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["Thiết lập hiện tại của website cho phép URL của file đính kèm được tồn tại. Hãy đọc %1$sbài viết này về các nguy cơ tiềm ẩn%2$s từ URL file đính kèm và kiểm tra xem bạn đã thiết lập đúng cho website chưa."],"Unknown type %1$s":["Loại không xác định %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["Bao gồm một tài khoản MyYoast miễn phí cho phép bạn truy cập vào khóa học SEO miễn phí cho Người mới bắt đầu!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["Đăng ký nhận bản tin của chúng tôi nếu bạn muốn cập nhật về %1$s, các gói mở rộng khác của %2$s và các tin tức cũng như mẹo thú vị từ thế giới SEO."],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["Lấy mã xác thực Baidu của bạn trong %1$sBaidu Webmaster Tools%2$s."],"Baidu verification code":["Mã xác nhận Baidu"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["Chức năng nhập %s cần sử dụng các bảng cơ sở dữ liệu tạm thời. Có vẻ như WordPress cài đặt của bạn không có khả năng để làm điều này, xin vui lòng liên hệ nhà cung cấp hosting của bạn."],"Cleanup of %s data failed.":["Làm sạch dữ liệu %s thất bại."],"Content Type":["Loại Nội Dung"],"Filter by content type":["Lọc với kiểu nội dung"],"Show All Content Types":["Hiển thị tất cả loại nội dung"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["Để sửa lỗi này, hãy bỏ đánh dấu \"Tách bình luận thành các trang...\" trên trang %1$sTrang cài đặt bình luận%2$s."],"Replaced with the normal title for an archive generated by WordPress":["Đã thay đổi bằng tiêu đề bình thường cho một lưu trữ được tạo bởi WordPress"],"Clean":["Dọn dẹp"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["Một khi bạn chắc chắn trang web của bạn là OK, bạn có thể dọn dẹp. Thao tác này sẽ xóa tất cả dữ liệu ban đầu."],"Step 5: Clean up":["Bước 5: Làm sạch"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["Bạn cần chạy trình hướng dẫn cài đặt, từ trang SEO → General → Dashboard, để chắc chắn rằng tất cả cài đặt cho trang website của bạn là chính xác."],"Step 4: Run the configuration wizard":["Bước 4: Chạy cấu hình tự động"],"Please check your posts and pages and see if the metadata was successfully imported.":["Vui lòng kiểm tra các bài đăng và trang của bạn và xem nếu metadata đã được nhập thành công hay chưa!"],"Step 3: Check your data":["Bước 3: Kiểm tra dữ liệu của bạn"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["Điều này sẽ nhập metadata của bài viết như tiêu đề và mô tả SEO vào %1$s siêu dữ liệu của bạn. Nó chỉ làm điều này khi chưa có metadata %1$s hiện có. Dữ liệu gốc sẽ được giữ nguyên vị trí."],"Step 2: Import":["Bước 2: Xuất dữ liệu"],"Please make a backup of your database before starting this process.":["Vui lòng tạo backup dữ liệu trước khi thực hiện bước xử lý này."],"Step 1: Create a backup":["Bước 1: Tạo sao lưu"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["Chúng tôi nhận ra dữ liệu của một/một số Gói mở rộng SEO trên website. Hãy làm theo các bước sau để nhập dữ liệu đó vào:"],"Plugin: ":["Plugin: "],"%s did not detect any plugin data from plugins it can import from.":["%s không phát hiện bất kỳ dữ liệu plugin nào từ các plugin mà nó có thể nhập từ đó."],"Posts that should not show up in search results":["Bài viết không nên hiển thị trong kết quả tìm kiếm"],"%s data found.":["dữ liệu %s không tìm thấy."],"%s data successfully removed.":["%s đã xóa thành công."],"%s data successfully imported.":["%s đã nhập dữ liệu thành công."],"%s data not found.":["dữ liệu %s không tìm thấy."],"Improve your SEO skills":["Cải thiện khả năng SEO"],"24/7 email support":["hỗ trợ email 24/7"],"No more dead links a.k.a. 404 pages":["Không còn các liên kết chết"],"Get real-time suggestions for internal links":["Lấy đề xuất thời gian thực cho các liên kết nội bộ"],"Preview your page in Facebook and Twitter":["Xem trước trang của bạn hiển thị trên Facebook và Twitter"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["Nhấn vào nút \"%3$s\" để sử dụng thẻ meta mô tả đã cấu hình trong cài đặt %1$sTrang chủ Hiển thị Tìm kiếm%2$s"],"Help on copying the home meta description":["Trợ giúp sao chép thẻ meta mô tả trang chủ"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["Để giúp các máy tìm kiếm biết profile mạng xã hội nào liên kết với website này, hãy nhập dữ liệu các profile đó bên dưới."],"Learn more about your social profiles settings":["Tìm hiểu thêm về những cài đặt hồ sơ mạng xã hội của bạn"],"Remove the categories prefix":["Bỏ đường dẫn của danh mục"],"Help on the category prefix setting":["Giúp thiết lập tiền tố chuyên mục"],"Learn more about the available variables":["Tìm hiểu thêm về các thông số có sẵn"],"Learn more about the RSS feed setting":["Tìm hiểu thêm về cầu hình RSS feed"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["Khi bạn tải lên media (như ảnh hay video), nó không chỉ lưu lại media, mà còn tạo đường dẫn đính kèm. Những trang đính kèm này hầu như trống rỗng: nó chỉ đơn giản chứa file ảnh hoặc video bên trong, và có thể bao gồm tiêu đề nếu bạn có nhập. Bởi vậy, nếu bạn không bao giờ dùng tới (99% là thế), tốt nhất là nên tắt nó đi và chuyển tiếp thẳng vào file đính kèm."],"Learn more about the Media and attachment URLs setting":["Tìm hiểu thêm về cài đặt URL cho Tập tin đa phương tiện và các tệp tin đính kèm."],"Learn more about the title separator setting":["Tìm hiểu thêm về thiết lập dấu ngăn cách tiêu đề"],"Learn more about the knowledge graph setting":["Tìm hiểu thêm về cài đặt knowledge graph"],"Learn more about the homepage setting":["Tìm hiểu về thiết lập trang chủ"],"Learn more about the special pages setting":["Tìm hiểu thêm về cài đặt cho các trang đặc biệt"],"Help on the date archives search results setting":["Trợ giúp về thiết lập kết quả tìm kiếm lưu trữ theo thời gian"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Không hiển thị lưu trữ cho những tác giả không có bài viết nào trong các kết quả tìm kiếm dưới góc độ kỹ thuật có nghĩa là những lưu trữ này có chứa %1$s robots meta và sẽ được loại trừ khỏi XML sitemaps. %2$sThông tin chi tiết về cấu hình các kết quả tìm kiếm%3$s."],"Help on the authors without posts archive search results setting":["Trợ giúp cài đặt cho các tác giả không có lưu trữ các bài viết trong các kết quả tìm kiếm"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["Không hiển thị lưu trữ cho những tác giả nhất định trong các kết quả tìm kiếm dưới góc độ kỹ thuật có nghĩa là những lưu trữ này có chứa %1$s robots meta và sẽ được loại trừ khỏi XML sitemaps. %2$sThông tin chi tiết về cấu hình các kết quả tìm kiếm%3$s."],"Help on the author archives search results setting":["Hỗ trợ cài đặt cho những kết quả tìm kiếm về các bài lưu trữ của tác giả"],"Archives settings help":["Hỗ trợ thiết lập lưu trữ"],"Learn more about the archives setting":["Tìm hiểu về thiết lập lưu trữ"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["Lấy mã xác nhận Bing trong %1$sYandex Webmaster Tools%2$s."],"Yandex verification code":["Code xác nhận từ Yandex"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["Nhận Mã xác minh Google trong %1$sGoogle Search Console%2$s."],"Google verification code":["Code xác nhận từ Google"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["Lấy mã xác nhận Bing trong %1$sBing Webmaster Tools%2$s."],"Bing verification code":["Code xác nhận từ Bing"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["Bạn có thể sử dụng các mục dưới đây để xác minh các Webmaster Tools khác nhau. Tính năng này sẽ thêm đoạn tag xác nhận vào trong trang chủ của bạn. Làm theo liên kết của mỗi công cụ khác nhau để được xác minh. Nếu website của bạn đã xác minh rồi, bạn không cần làm gì với các mục này nữa."],"Learn more about the Webmaster Tools verification":["Tìm hiểu thêm về xác nhận Webmaster Tools."],"On":["Bật"],"Help on: %s":["Giúp về: %s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s có rất nhiều chức năng. Dưới đây, bạn có thể kích hoạt / hủy kích hoạt một số trong đó. Click vào dấu hỏi (?) để biết thêm về chức năng tương ứng."],"Off":["Tắt"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["Phần nâng cao của meta box %1$s cho phép người dùng bỏ bài viết khỏi kết quả tìm kiếm hoặc thay đổi phiên bản chính thức. Có những thao tác bạn không muốn bất kỳ tác giả nào thực hiện. Đó là tại sao, mặc định, chỉ biên tập viên và quản trị viên có thể thực hiện. Thiết lập \"%2$s\" cho phép tất cả người dùng thay đổi cấu hình này."],"Security: no advanced settings for authors":["Bảo mật: không thiết lập nâng cao cho các tác giả"],"See who contributed to %1$s.":["Xem người đóng góp vào %1$s."],"Help on this search results setting":["Hỗ trợ cài đặt này cho những kết quả tìm kiếm "],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Không hiển thị lưu trữ cho %1$s trong các kết quả tìm kiếm dưới góc độ kỹ thuật có nghĩa là những lưu trữ này có chứa %2$s robots meta và sẽ được loại trừ khỏi XML sitemaps. %3$sThông tin chi tiết về cấu hình các kết quả tìm kiếm%4$s."],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["Không hiển thị %1$s trong các kết quả tìm kiếm dưới góc độ kỹ thuật có nghĩa là những lưu trữ này có chứa %2$s robots meta và sẽ được loại trừ khỏi XML sitemaps. %3$sThông tin chi tiết về cấu hình các kết quả tìm kiếm%4$s."],"Default for %2$s, currently: %1$s":["Mặc định là %2$s, hiện tại: %1$s"],"Show %s in search results?":["Hiển thị %s trong kết quả tìm kiếm?"],"this author's archives":["lưu trữ của tác giả này"],"Do not allow search engines to show %s in search results.":["Không cho phép các công cụ tìm kiếm hiển thị %s trong kết quả tìm kiếm."],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["Các URL chuyên mục trong WordPress đều chứa tiền tố, thường là các %s, tính năng này xóa đi tiền tố đó, chỉ áp dụng cho các chuyên mục."],"Category URLs":["Đường dẫn danh mục"],"the archive for %s":["Lưu trữ cho %s"],"Redirect attachment URLs to the attachment itself?":["Chuyển tiếp đường dẫn đính kèm sang file đính kèm"],"We recommend you set this to Yes.":["Bạn nên thiết lập bật chức năng này."],"Media & attachment URLs":["Đường dẫn media và file đính kèm"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["Minh họa thông tin thể hiện trong kết quả tìm kiếm khi khách hàng tìm trang chủ của bạn. Đây có thể là những gì họ thấy khi tìm kiếm thương hiệu của bạn."],"date archives":["lưu trữ theo thời gian"],"archives for authors without posts":["lưu trữ cho tác giả không có bài viết"],"Read why XML Sitemaps are important for your site.":["Tìm hiểu tại sao XML Sitemap lại quan trọng với website của bạn."],"Enable the XML sitemaps that %s generates.":["Kích hoạt XML sitemap mà %s tạo ra."],"See the XML sitemap.":["Xem XML Sitemap."],"%2$s (current default for %1$s)":["%2$s (hiện đang mặc định cho %1$s)"],"Media":["Media"],"Content Types":["Loại nội dung"],"Should search engines follow links on this %1$s?":["Công cụ tìm kiếm nên theo dõi liên kết trên %1$s?"],"Allow search engines to show this %s in search results?":["Cho phép máy tìm kiếm hiển thị %s này trong kết quả tìm kiếm?"],"Search Appearance":["Hiển thị khi tìm kiếm"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["Vui lòng xác định kiểu nội dung mà bạn muốn xuất hiện trong công cụ tìm kiếm. Nếu bạn không biết sự khác nhau giữa chúng, tốt nhất là chọn cài đặt mặc định."],"Search engines should show \"%1$s\" in search results:":["Các máy tìm kiếm nên hiển thị \"%1$s\" trong các kết quả tìm kiếm:"],"Search engine visibility":["Hiển thị với công cụ tìm kiếm"],"Toggle %1$s's XML Sitemap":["Chuyển đổi XML Sitemap của %1$s"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["Những yêu cầu hỗ trợ bạn tạo ở đây sẽ được gửi trực tiếp đến hệ thống hỗ trợ của chúng tôi, hệ thống này được bảo mật với SSL mã hóa 256 bit, nên mọi thông tin liên lạc an toàn 100%."],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["Tính năng nội dung chủ đạo cho phép bạn đánh dấu và lọc nội dung chủ đạo trên trang web của bạn."],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["Nếu bạn gặp phải vấn đề không thể giải quyết với video hướng dẫn hay tài liệu hướng dẫn, bạn có thể gửi tin nhắn đến đội hỗ trợ của chúng tôi. Họ luôn sẵn sàng 24/7."],"Search result":["Kết quả tìm kiếm"],"Good results":["Kết quả tốt"],"Get better search results in local search":["Nhận các kết quả tìm kiếm tốt hơn trong tìm kiếm địa phương"],"Allow customers to pick up their %s order locally":["Cho phép khách hàng nhận %s đơn hàng tại địa phương"],"SEO analysis":["Phân tích SEO"],"The SEO analysis offers suggestions to improve the SEO of your text.":["Phân tích SEO giúp gợi ý những đề xuất cải thiện SEO cho văn bản của bạn"],"Learn how the SEO analysis can help you rank.":["Tìm hiểu làm thế nào Phân tích SEO giúp bạn xếp hạng cao"],"The readability analysis offers suggestions to improve the structure and style of your text.":["Phân tích khả năng dễ đọc mang lại các gợi ý để cải thiện cấu trúc và phong cách viết."],"Discover why readability is important for SEO.":["Khám phá tại sao tính dễ đọc lại quan trọng cho SEO."],"Find out how cornerstone content can help you improve your site structure.":["Tìm hiểu làm thế nào Nội dung Chủ đạo giúp bạn cải thiện cấu trúc website của bạn"],"The text link counter helps you improve your site structure.":["Bộ đếm đường dẫn văn bản giúp bạn cải thiện cấu trúc trang web của bạn."],"Find out how the text link counter can enhance your SEO.":["Tìm hiểu cách mà bộ đếm đường dẫn văn bản có thể hỗ trợ công việc SEO của bạn."],"%s integration":["tích hợp %s"],"Read more about how %s works.":["Đọc thêm về %s hoạt động như thế nào."],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["Kích hoạt tính năng này nếu bạn muốn Facebook và các mạng xã hội khác hiển thị một bản xem trước bao gồm các bức ảnh và trích đoạn văn bản khi một đường dẫn đến website của bạn được chia sẻ."],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["Kích hoạt tính năng này nếu bạn muốn Twitter hiển thị một bản xem trước bao gồm các bức ảnh và trích đoạn văn bản khi một đường dẫn đến website của bạn được chia sẻ."],"Find out why you should upgrade to %s":["Tìm hiểu tại sao bạn nên nâng cấp lên %s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["Các bài viết mới nhất trên %1$s"],"Need help?":["Cần trợ giúp?"],"Type here to search...":["Gõ vào đây để tìm kiếm..."],"Search the Yoast Knowledge Base for answers to your questions:":["Tìm đáp án cho thắc mắc của bạn trong thư viện thông tin của Yoast"],"Remove highlight from the text":["Xóa đánh dấu khỏi văn bản"],"Your site language is set to %s. ":["Ngôn ngữ của trang bạn là %s."],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["Bắt đầu nhanh chóng với %1$s %2$strình cài đặt nhanh%3$s!"],"First-time SEO configuration":["Cấu hình SEO lần đầu tiên"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["Trang web của bạn được cài đặt ngôn ngữ {language}. Nếu không chính xác, liên hệ quản trị web."],"Your site language is set to {language}.":["Ngôn ngữ của website đã được cập nhật thành {language}."],"Highlight this result in the text":["Đánh dấu kết quả này trong văn bản"],"Considerations":["Xem xét"],"Errors":["Lỗi"],"Change language":["Thay đổi ngôn ngữ"],"You cannot create a %s file.":["Bạn không thể tạo file %s"],"You cannot edit the %s file.":["Bạn không thể chỉnh sửa file %s."],"Updated %s":["Đã cập nhật %s"],"Create %s file":["Tạo file %s"],"Edit the content of your %s:":["Chỉnh sửa nội dung của %s"],"Save changes to %s":["Lưu thay đổi vào %s"],"%s file":["file %s"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["%1$s và %2$s có thể làm việc chung tốt hơn nhiều bằng cách thêm gói mở rộng giúp đỡ. Vui lòng cài đặt %3$s để cuộc đời tốt hơn. %4$s."],"More information":["Thông tin thêm"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["%1$s và %2$s có thể hoạt động tốt hơn rất nhiều bằng cách thêm plugin trợ giúp. Vui lòng kích hoạt %3$s để công việc của bạn tốt hơn."],"More information about %1$s":["Thông tin thêm về %1$s"],"Configuration Wizard":["Các bước cấu hình"],"You've done it!":["Bạn đã hoàn thành!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["Tích hợp trơn tru %2$s với %1$s để phân tích nội dung!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["%1$s và %2$s có thể làm việc cùng nhau tốt hơn bằng cách thêm plugin trợ giúp. Hãy cài đặt %3$s để cải thiện."],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["Các cài đặt hiển thị tìm kiếm cho %1$s bao gồm các thông số được thay thế bởi các giá trị cụ thể cho trang khi trang được hiển thị. Bảng dưới đây có chứa danh sách các thông số có sẵn."],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["Đánh dấu mức quan trọng nhất của %1$s như 'Nội dung Chủ đạo' để giúp bạn cải thiện cấu trúc website của bạn. %2$sTìm hiểu thêm về Nội dung Chủ đạo%3$s."],"Loading help center.":["Đang tải trung tâm hỗ trợ."],"Get support":["Cần hỗ trợ"],"View in KB":["Xem trong KB"],"Go back":["Quay lại"],"Go back to the search results":["Quay lại kết quả vừa tìm"],"(Opens in a new browser tab)":["(Mở trong cửa số mới)"],"Posts %1$swithout%2$s a focus keyphrase":["Các bài viết %1$skhông có%2$s cụm từ khóa chính"],"Hey, your SEO is doing pretty well! Check out the stats:":["Chúc mừng! SEO của bạn đang chạy rất tốt. Hãy kiểm tra thống kê:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["Bạn không có bất kỳ bài đăng nào đã xuất bản, điểm SEO của bạn sẽ xuất hiện ở đây khi bạn đăng bài đầu tiên!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["Trong trang này, bạn có thể thay đổi tên website của bạn và chọn ký tự phân cách sẽ sử dụng. Ký tự phân cách sẽ được hiển thị giữa tiêu đề trang và tên website. Các biểu tượng được hiển thị với kích thước như trong kết quả tìm kiếm. Hãy chọn biểu tượng tương thích nhất với thương hiệu của bạn hoặc chiếm ít không gian nhất trong đoạn trích dẫn."],"Something else":["Vài thứ khác"],"A portfolio":["Hồ sơ"],"A corporation":["Một tổ chức"],"A small offline business":["Một doanh nghiệp nhỏ (offline)"],"A news channel":["Một kênh tin tức"],"An online shop":["Một cửa hàng online"],"A blog":["Một blog"],"What does the site %1$s represent?":["Trang web %1$s mô tả về điều gì?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["Nếu bạn chọn không, dữ liệu tác giả đã lưu trữ sẽ bị ngăn kích hoạt để hạn chế lỗi trùng lặp nội dung."],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["Ghi chú: chúng tôi không lưu dữ liệu của bạn ở bất cứ hình thức nào và cũng không có toàn quyền truy cập tài khoản của bạn. Thông tin cá nhân của bạn được an toàn với chúng tôi."],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s tích hợp với Google Search Console - nó là công cụ cần thiết cho người quản trị. Nó cung cấp cho bạn thông tin về tình trạng web. Có thể chưa có tài khoản Google hoặc trang web của bạn chưa được kích hoạt? Tìm %2$s cách để kết nối Google Search Console với website của bạn.%3$s"],"Option B: My site is under construction and should not be indexed":["Tùy chọn B: Website của tôi đang xây dựng và không cần được index"],"Option A: My site is live and ready to be indexed":["Tuỳ chọn A: Website của tôi đang hoạt động và sẵn sàng để index"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["Chọn \"đang xây dựng\" nếu bạn không muốn các công cụ tìm kiếm lập sơ đồ trang web của bạn. Và nhớ kích hoạt lại khi website sẵn sàng công bố."],"Please specify if your site is under construction or already active.":["Vui lòng xác nhận website của bạn đang xây dựng hay đang hoạt động."],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["Thông tin này sẽ được sử dụng trong Google's Knowledge Graph Card, là phần nội dung lớn bạn nhìn thấy bên tay phải của kết quả tìm kiếm."],"Read more like this on our SEO blog":["Đọc thêm về những bài giống như vậy trên blog SEO của chúng tôi"],"Readability: %s":["Khả năng đọc: %s"],"Not activated":["Chưa kích hoạt"],"Activated":["Đã kích hoạt"],"%1$s recommendations for you":["%1$s khuyến nghị dành cho bạn"],"All Readability Scores":["Tổng điểm dễ đọc"],"Filter by Readability Score":["Lọc theo điểm dễ đọc"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["Bạn không nhận được cập nhật hoặc hỗ trợ! Khắc phục sự cố này bằng cách thêm trang web này và bật %1$s trong %2$s."],"Request method %1$s is not valid.":["Phương thức yêu cầu %1$s là không hợp lệ"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["Bạn có muốn xem trước xem nó sẽ hiển thị như thế nào nếu người dùng chia sẻ bài viết này trên %1$s? Bạn có thể làm điều đó với %2$s."],"Good job! All the links in your texts have been counted.":["Rất tốt! Tất cả liên kết trên trang đã được đếm."],"Calculation completed.":["Tính toán hoàn tất."],"Calculation in progress...":["Đang trong quá trình tính toán ..."],"Stop counting":["Dừng đếm"],"Counting links in your texts":["Đang đếm các liên kết trong văn bản của bạn"],"Text %1$s of %2$s processed.":["Văn bản %1$s của %2$s đã xử lý."],"All your texts are already counted, there is no need to count them again.":["Tất cả các văn bản của bạn đã được đếm, không cần phải đếm lại."],"Count links in your texts":["Đếm các liên kết trong văn bản của bạn"],"Text link counter":["Bộ đếm các liên kết"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["Số liên kết nội bộ đến bài đăng này. Xem thêm về cột này tại mục \"Cột Yoast\" trong thẻ \"Trợ Giúp\"."],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["Số lượng liên kết nội bộ trong bài viết này. Xem thêm trong tab giúp đỡ, phần \"Yoast Columns\"."],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s thêm một số cột vào trang này. Chúng tôi có một bài viết về %2$sLàm thế nào để sử dụng điểm SEO và điểm Dễ đọc%3$s. Các cột đường dẫn hiển thị số lượng bài viết mà trang web này liên kết %5$stới%6$s bài viết này và số URL đã liên kết %5$stừfrom%6$s bài viết này. Tìm hiểu thêm %4$sLàm thế nào để sử dụng những tính năng để cải thiện các liên kết nội bộ của bạn%3$s, để giúp bạn tăng cường SEO."],"%s Columns":["Cột %s"],"Readability score":["Điểm dễ đọc"],"Other benefits of %s for you:":["Các lợi ích khác của %s dành cho bạn:"],"Scroll to see the preview content.":["Cuộn để xem trước nội dung."],"Cornerstone content":["Nội dung quan trọng"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s giờ đây sẽ phụ trách tất cả công việc tối ưu kỹ thuật cần thiết cho website của bạn. Để thực sự cải tiến hiệu quả cho website của bạn trong các kết quả tìm kiếm, việc bắt đầu tạo nội dung sẽ xếp hạng cho từ khóa mà bạn quan tâm là rất quan trọng. Hãy tham khảo video này, trong đó chúng tôi giải thích cách để sử dụng %1$s metabox khi bạn chỉnh sửa các bài viết hoặc trang."],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["Nếu bạn muốn vượt được đối thủ cạnh tranh ở một thị trấn hoặc khu vực cụ thể, hãy kiểm tra plugin %1$s của chúng tôi! Bạn có thể dễ dàng chèn bản đồ Google, giờ mở cửa, thông tin liên lạc và địa điểm cửa hàng. Bên cạnh đó, %1$s giúp bạn cải thiện khả năng sử dụng của trang liên hệ."],"Attract more customers near you":["Thu hút thêm người dùng ở gần bạn."],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["Bạn có muốn tìm hiểu những thông tin chi tiết của gói mở rộng %1$s? Bạn có muốn tìm hiểu tất cả những cài đặt nâng cao của chúng tôi? Bạn muốn có thể tận dụng tối đa gói mở rộng %1$s? Hãy tham khảo khóa đào tạo gói mở rộng %1$s của chúng tôi và vượt hạng đối thủ!"],"Get the most out of %1$s with the %2$s":["Tận dụng tối đa %1$s với %2$s"],"Upgrade to Premium":["Nâng cấp lên bản trả phí"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["Bạn có muốn vượt hạng đối thủ cạnh tranh của mình? %1$s sẽ bổ sung cho bạn những tính năng tuyệt vời và sẽ giúp bạn thiết lập chiến lược SEO chuyên nghiệp. Hãy sử dụng tính năng nhiều từ khóa tiêu điểm, công cụ quản lý điều hướng trang và công cụ liên kết trang nội bộ của chúng tôi. %1$s sẽ cung cấp cho bạn dịch vụ hỗ trợ đặc biệt cho khách hàng trả phí."],"Outrank the competition with %s":["Vượt xếp hạng đối thủ cạnh tranh với %s"],"You might like":["Có lẽ bạn sẽ quan tâm"],"Newsletter":["Bản tin"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["Chúng tôi phát hiện bạn chưa hoàn tất bước này, bởi vậy chúng tôi đề xuất bạn %2$schạy lại các bước cấu hình để cài đặt %1$s%3$s."],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["Các bước cài đặt giúp bạn dễ dàng cấu hình website cho thiết lập tối ưu SEO."],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["Nâng cấp trả phí và chuyên gia của chúng tôi sẽ trả lời bạn bất cứ câu hỏi nào về cài đặt và sử dụng plugin này."],"Superfast internal linking suggestions":["Gợi ý liên kết nội bộ cực nhanh"],"Great news: you can, with %1$s!":["Tin vui: bạn có thể, với %1$s! "],"Save changes":["Lưu thay đổi"],"1 year free support and updates included!":["Hỗ trợ và cập nhật miễn phí trong 1 năm!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["Gói mở rộng %2$s thay đổi kết quả hiển thị website của bạn và bằng việc đó phân biệt giữa các máy tìm kiếm và những người dùng thông thường, một quá trình được gọi là thủ thuật che dấu nội dung. Chúng tôi nghiêm túc khuyến nghị bạn ngưng kích hoạt nó."],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$sXem trước hiển thị trên mạng xã hội%2$s: Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$sKhông có liên kết bị đứt%2$s: quản lý chuyển hướng dễ dàng"],"No ads!":["Không quảng cáo!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["Xem trước mạng xã hội"],"Easy redirect manager":["Trình quản lý chuyển hướng dễ dàng"],"No more dead links":["Không có liên kết chết"],"Increase your SEO reach":["Tăng khả năng tiếp cận SEO của bạn"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["Nếu bạn muốn có thêm trợ giúp để tạo nội dung tuyệt vời, hãy xem qua %2$scác hóa học về viết nội dung SEO%3$s. Nếu bạn muốn biết tất cả về những tính năng của plugin này, hãy xem qua khóa học %1$s!s"],"Variable":["Biến"],"Available variables":["Các biến có sẵn"],"Scroll to see the table content.":["Cuộn để xem mục lục"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["Vui lòng tham khảo bài viết %1$s về cách kết nối website của bạn với Google Search Console %2$s nếu bạn chưa rõ về nó. "],"An error occurred in the '%1$s' assessment":["Một lỗi đã xảy ra ở bước kiểm tra '%1$s' "],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s trong số các từ chứa %2$strên %3$s âm tiết%4$s, nhiều hơn mức khuyến nghị tối đa là %5$s."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s của các từ có chứa %2$svượt quá%3$s số từ%4$s, thấp hơn hoặc bằng mức tối đa khuyến nghị là %5$s."],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["Phần này thấp hơn một chút số từ khuyến nghị tối thiểu là %2$d từ. Hãy thêm nội dung."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Thẻ mô tả bao gồm %1$d đoạn %2$squá %3$s từ%4$s. Thử rút gọn hơn."],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Thẻ mô tả không chứa đoạn nào %1$squá%2$s kí tự%3$s."],"Step %1$d: %2$s":["Bước %1$d: %2$s"],"No new notifications.":["Không có thông báo mới."],"Save all":["Lưu tất cả"],"Save":["Lưu"],"%1$s, Author at %2$s":["%1$s, Tác giả tại %2$s"],"Mobile preview":["Xem thử trên điện thoại"],"Desktop preview":["Xem thử trên máy tính"],"Select redirect":["Lựa chọn chuyển hướng"],"Please provide an SEO title by editing the snippet below.":["Vui lòng nhập tiêu đề SEO bằng cách chỉnh sửa đoạn mã dưới đây."],"Meta description preview:":["Xem trước mô tả"],"Slug preview:":["Xem trước đường dẫn"],"SEO title preview:":["Xem trước tiêu đề SEO:"],"Close snippet editor":["Đóng công cụ chỉnh sửa Đoạn trích dẫn"],"Slug":["Đường dẫn"],"Remove marks in the text":["Bỏ đánh dấu trong văn bản"],"Mark this result in the text":["Đánh dấu kết quả này trong văn bản"],"Marks are disabled in current view":["Các đánh dấu đã bị ngưng kích hoạt trong giao diện hiện tại"],"Good SEO score":["Điểm chất lượng SEO tốt"],"OK SEO score":["Điểm SEO khá"],"Feedback":["Phản hồi"],"ok":["ok"],"Choose an image":["Chọn một ảnh"],"Remove the image":["Xóa ảnh"],"MailChimp signup failed:":["Đăng ký MailChimp thất bại:"],"Sign Up!":["Đăng ký!"],"Name":["Tên"],"There is an error with the request.":["Có lỗi trong yêu cầu."],"Select profile":["Chọn Hồ sơ"],"Choose a profile":["Chọn hồ sơ"],"Authorization code":["Mã cấp quyền"],"Reauthenticate with Google":["Xác thực lại với Google"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["Để cho phép %s lấy dữ liệu từ Google Search Console của bạn, vui lòng nhập mã xác thực Google. Nhấp chuột vào nút bên dưới để mở một cửa sổ mới."],"Please provide a meta description by editing the snippet below.":["Vui lòng cung cấp thẻ mô tả bằng cách sửa đoạn snippet dưới đây."],"Edit snippet":["Sửa snippet"],"You can click on each element in the preview to jump to the Snippet Editor.":["Bạn có thể bấm vào mỗi thành phần trong chế độ xem trước để mở công cụ chỉnh sửa Đoạn trích dẫn"],"SEO title preview":["Xem trước tiêu đề SEO:"],"Meta description preview":["Xem trước mô tả meta:"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["Có lỗi xảy ra khi lưu bước hiện tại, {{link}}vui lòng gửi báo cáo lỗi{{/link}} mô tả bước mà bạn đang thực hiện và những thay đổi nào bạn mong muốn(nếu có)"],"Close the Wizard":["Đóng"],"Export settings":["Các cài đặt xuất ra"],"%1$s video tutorial":["Video hướng dẫn %1$s"],"%s › Configuration Wizard":["%s › Trình Hướng dẫn Cấu hình"],"Please don't show me this notification anymore":["Xin đừng cho tôi xem thông báo này nữa"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["Nếu bạn gặp phải sự cố, %1$svui lòng gửi báo cáo lỗi%2$s và chúng tôi sẽ cố hết sức để giúp bạn."],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["Chúng tôi nhận thấy bạn đã sử dụng %1$s được một thời gian; chúng tôi mong bạn yêu thích nó! Chúng tôi sẽ vô cùng cảm động nếu bạn có thể %2$scho chúng tôi một đánh giá 5 sao trên WordPress.org%3$s!"],"Date archives settings":["Thiết lập lưu trữ theo thời gian"],"Author archives settings":["Thiết lập lưu trữ theo tác giả"],"%1$s by %2$s":["%1$s bởi %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["Cảnh báo: biến %s không thể dùng trong template này. Xem trung tâm trợ giúp để biết thêm thông tin."],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["Ngoài ra, bạn có biết chúng tôi cũng có %1$sPhần mở rộng trả phí%2$s? Nó cung cấp những tính năng nâng cao, ví dụ như công cụ quản lý điều hướng và hỗ trợ nhiều từ khóa một lúc. Nó cũng bao gồm dịch vụ hỗ trợ cá nhân 24/7,"],"(no title)":["(không tiêu đề)"],"%s installation wizard":["Trình hướng dẫn cài đặt %s "],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["Menu bar %1$s bao gồm các liên kết hữu ích từ các công cụ bên khác giúp phân tích trang và làm nó dễ nhìn hơn nếu bạn có thông báo mới."],"Admin bar menu":["Danh mục thanh quản trị"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["%1$s sẽ kiểm tra hàng tuần nếu trang web của bạn vẫn được lập chỉ mục bởi các công cụ tìm kiếm và %2$s sẽ thông báo cho bạn khi không phải là trường hợp này."],"Features":["Tính năng"],"SEO title":["Tiêu đề SEO"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["Mặc dù chúng tôi cố gắng công việc thiết lập %1$s càng đơn giản càng tốt, chúng tôi hiểu việc đó có thể khó khăn đối với bạn. Nếu bạn muốn chúng tôi cài đặt %1$s cho bạn (và nhận một bản copy của %2$s trong quá trình), hãy yêu cầu %3$s%1$s dịch vụ cấu hình%4$s của chúng tôi tại đây!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["Chào mừng đến với Trình Hướng dẫn Cấu hình %1$s. Trong vài bước đơn giản chúng tôi sẽ giúp bạn cấu hình các cài đặt SEO phù hợp với các nhu cầu website của bạn!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google hiển thị tên trang web của bạn trên kết quả tìm kiếm, nếu bạn muốn thay đổi nó, bạn có thể thay đổi tại đây."],"Greater than sign":["Dấu lớn hơn"],"Less than sign":["Dấu nhỏ hơn"],"Right angle quotation mark":["Dấu >>"],"Left angle quotation mark":["Dấu <<"],"Small tilde":["Dấu ngã nhỏ"],"Vertical bar":["Dấu gạch đứng"],"Low asterisk":["Dấu hoa thị thấp"],"Asterisk":["Dấu hoa thị"],"Bullet":["Dấu đầu dòng"],"Middle dot":["Chấm giữa"],"Em dash":["Dấu gạch ngang dài"],"En dash":["Dấu gạch ngang ngắn"],"Dash":["Dấu gạch ngang"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["Chọn ký tự để làm dấu ngăn cách tiêu đề. Ký tự này sẽ hiển thị, lấy ví dụ, giữa tiêu đề bài viết và tên của trang web. Ký tự sẽ hiển thị với kích cỡ sẽ xuất hiện trong các kết quả tìm kiếm."],"The name of the person":["Tên cá nhân"],"No":["Không"],"Yes":["Có"],"Does, or will, your site have multiple authors?":["Bạn có, hoặc dự kiến có nhiều tác giả?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress tự động tạo một URL cho mỗi tập tin trong thư viện đa phương tiện. Kích hoạt tính năng này sẽ giúp google đánh chỉ mục những URL đã được tạo."],"Success!":["Thành công!"],"Title settings":["Cài đặt tiêu đề"],"Google Search Console":["Google Search Console"],"Multiple authors":["Nhiều tác giả"],"Site type":["Loại website"],"Environment":["Môi trường"],"Yoast option %1$s not found.":["Tùy chọn Yoast %1$s không tồn tại."],"Google Structured Data Test":["Công cụ kiểm tra dữ liệu có cấu trúc của Google"],"Posts list":["Danh sách bài viết"],"Posts list navigation":["Điều hướng danh sách các bài viết"],"Filter posts list":["Lọc danh sách bài viết"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["Hãy lưu ý rằng những đường dẫn đến các bài lưu trữ có thể vẫn hiển thị bởi giao diện của bạn và bạn cần phải xóa chúng riêng."],"%1$s to optimize your site even further":["%1$s để tối ưu hóa trang web của bạn hơn nữa"],"%1$s extensions":["%1$s extension"],"Comes with our 30-day no questions asked money back guarantee":["Bao gồm chính sách hoàn tiền không cần hỏi lý do trong vòng 30 ngày của chúng tôi."],"More information %1$sabout %3$s%2$s":["Thêm thông tin %1$svề %3$s%2$s"],"Installed":["Đã cài đặt"],"gain access to our 24/7 support team.":["được sử dụng dịch vụ hỗ trợ 24/7 của chúng tôi."],"Premium support":["Hỗ trợ đặc biệt"],"check what your Facebook or Twitter post will look like.":["kiểm tra bài viết Facebook hay Twitter của bạn trông như thế nào."],"Social previews":["Xem trước các hiển thị trên mạng xã hội"],"create and manage redirects from within your WordPress install.":["Tạo và quản lý các điều hướng bên trong WordPress của bạn."],"Redirect manager":["Quản lý chuyển hướng"],"%1$s, take your optimization to the next level!":["%1$s, nâng tầm cho việc tối ưu của bạn!"],"A seamless integration between %1$s and %2$s":["Một tích hợp trơn tru giữa %1$s và %2$s"],"Use %1$s breadcrumbs instead of %2$s ones":["Dùng breadcrumbs %1$s thay vì %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["Dễ dàng thêm Google Maps, vị trí cửa hàng, giờ mở của và nhiều hơn"],"Creates XML News Sitemaps":["Tạo các sơ đồ XML cho Trang Tin tức"],"Immediately pings Google on the publication of a new post":["Ngay lập tức ping tới Google khi xuất bản bài viết mới"],"Optimize your site for Google News":["Tối ưu trang của bạn cho Google News"],"Make videos responsive through enabling fitvids.js":["Giúp videos phù hợp kích thước màn hình thiết bị bằng việc kích hoạt fitvids.js"],"Enhance the experience of sharing posts with videos":["Nâng cao trải nghiệm chia sẻ bài viết với video"],"Show your videos in Google Videos":["Hiển thị video của bạn trong Google Videos"],"Crawl issues list":["Danh sách các vấn đề thu thập thông tin website của máy tìm kiếm"],"Crawl issues list navigation":["Điều hướng danh sách các vấn đề thu thập thông tin website của máy tìm kiếm"],"Edit “%s”":["Chỉnh sửa \"%s\""],"Premium":["Bảng trả phí"],"Google Trends":["Google Trends"],"Notifications":["Thông báo"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["Gõ bỏ phần cụm từ khóa chính khỏi metabox và hủy kích hoạt tất cả các đề xuất liên quan đến SEO."],"Disable SEO analysis":["Tắt thống kê SEO"],"Twitter settings":["Cài đặt Twitter"],"Pinterest settings":["Cài đặt Pinterest"],"Facebook settings":["Cài đặt Facebook"],"Title separator symbol":["Biểu tượng ngăn cách tiêu đề"],"RSS feed settings":["Thiết lập RSS Feed"],"Breadcrumbs settings":["Thiết lập đường dẫn"],"Make primary":["Đặt mặc định"],"Enter your Google Authorization Code and press the Authenticate button.":["Nhập mã xác thực Google của bạn và bấm nút Authenticate."],"Knowledge base article":["Bài viết hướng dẫn"],"Open the knowledge base article in a new window or read it in the iframe below":["Mở bài viết hướng dẫn trong một cửa sổ mới hoặc đọc trong khung trình duyệt dưới đây"],"Search results":["Các kết quả tìm kiếm"],"%s notification":["%s thông báo"],"Disable readability analysis":["Tắt phân tích khả năng dễ đọc"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["Xóa phần phân tích tính dễ đọc khỏi metabox và tắt kích hoạt các đề xuất liên quan đến tính dễ đọc."],"Readability analysis":["Phân tích khả năng dễ đọc"],"Needs improvement":["Cần cải thiện"],"Readability":["Tính dễ đọc"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["Bạn đang cố gắng tải những tập tin chưa được rút gọn. Chúng có sẵn trong gói phát triển của chúng tôi. Kiểm tra %1$s để xem tất cả các tập tin nguồn."],"Improvements":["Các cải tiến"],"Dismiss this item.":["Loại bỏ mục này."],"Good job! We could detect no serious SEO problems.":["Chúc mừng! Không có vấn đề gì nghiêm trọng với quá trình SEO."],"We have detected the following issues that affect the SEO of your site.":["Chúng tôi đã phát hiện những vấn đề có thể ảnh hưởng đến SEO trang web của bạn"],"Problems":["Các vấn đề"],"Analysis":["Phân tích"],"Not available":["Không có sẵn"],"Filter by SEO Score":["Lọc bằng điểm SEO"],"Meta description not set.":["Chưa có thẻ mô tả."],"Video tutorial":["Video hướng dẫn"],"Email support is a %s feature":["Hỗ trợ qua email là một tính năng %s"],"Knowledge base":["Kiến thức cơ bản"],"Open":["Mở"],"Loading...":["Đang tải..."],"Something went wrong. Please try again later.":["Có điều gì đó không đúng vừa xảy ra. Vui lòng thử lại sau."],"No results found.":["Không tìm thấy kết quả nào."],"Dashboard":["Tổng quan"],"You can fix this on the %1$sPermalink settings page%2$s.":["Bạn có thể sửa lỗi này trong %1$sTrang cài đặt đường dẫn tĩnh%2$s."],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["Tính năng phân trang các bình luận đang được kích hoạt, tính năng này không cần thiết trong 999 của 1000 trường hợp, chúng tôi đề xuất ngưng kích hoạt nó."],"Replaced with the primary category of the post/page":["Đã được thay thế bằng chuyên mục chính của bài viết/trang"],"Pinterest confirmation":["Xác nhận Pinterest"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["Nếu bạn đã xác nhận website của bạn với Pinterest, bạn có thể bỏ qua bước dưới đây."],"Format-based archives":["Các lưu trữ phân theo định dạng"],"Webmaster Tools verification":["Xác nhận công cụ Webmaster"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["Theo dõi các khóa đào tạo về %1$s cho WordPress của chúng tôi và trở thành một chuyên gia %1$s có chứng nhận!"],"Want to be a %s Expert?":["Bạn muốn trở thành chuyên gia %s không?"],"Buy %s":["Mua %s"],"Show information about errors in category %s":["Hiển thị thông tin về lỗi trong chuyên mục %s"],"New %1$s Title":["Tiêu đề %1$s mới"],"Existing %1$s Title":["Tiêu đề %1$s hiện tại"],"Expected an integer as input.":["Giá trị cần nhập là số nguyên."],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["Đang cố xây dựng sitemap cache key, nhưng sự kết hợp tiền tố và hậu tố hạn chế thực hiện việc này. Bạn có thể đang yêu cầu một trang nằm ngoài khoảng có sẵn."],"Remove":["Gỡ bỏ"],"Keep":["Để nguyên"],"Bold the last page":["Làm đậm cuối đường dẫn (trang hiện tại)"],"Regular":["Bình thường"],"Bold":["Chữ đậm"],"Show Blog page":["Xem trang Blog"],"Primary %s":["Chính %s"],"Primary":["Chính"],"Make %1$s primary %2$s":["Đổi %1$s thành chính %2$s"],"Term is set to noindex.":["Thuật ngữ được thiết lập thành noindex."],"Author archives":["Lưu trữ theo tác giả"],"Show":["Hiện"],"Enabled":["Đã kích hoạt"],"Disabled":["Đã vô hiệu hoá"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s vẫn chưa lấy được trạng thái lập chỉ mục website của bạn từ %2$s"],"The separator defined in your theme's %s tag.":["Dấu phân cách được định nghĩa trong tag %s của giao diện bạn sử dụng."],"No index":["Không lập chỉ mục"],"Analyze entire site":["Phân tích toàn bộ trang web"],"Fetch the current status":["Lấy trạng thái hiện tại"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s không thể lấy trạng thái đánh chỉ mục website của bạn%3$s từ %4$s"],"Your homepage can be indexed by search engines.":["Trang chủ của bạn có thể được lập chỉ mục bởi các công cụ tìm kiếm."],"Indexability check by %1$s":["Kiểm tra đánh chỉ mục bằng %1$s"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["Nếu bạn muốn sử dụng một bức ảnh để chia sẻ trên %1$s, bạn có thể tỉa lên/chọn một ảnh hoặc thêm URL của ảnh tại đây."],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["Nếu bạn không muốn sử dụng chung thẻ Mô tả %1$s mà muốn viết mới, viết ở đây."],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["Nếu bạn không muốn sử dụng tiêu đề khác để chia sẻ trên %1$s, thì viết ở đây."],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$sTrang chủ của bạn không thể được đánh chỉ mục bởi các máy tìm kiếm%2$s. Điều này rất tệ cho SEO và cần được khắc phục ngay."],"Once Weekly":["Một lần lượt"],"SEO score":["Điểm SEO"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["Tính lại điểm SEO cho tất cả các nội dung với một cụm từ khóa chính."],"%1$s of %2$s done.":["Hoàn thành %1$s trong tổng số %2$s."],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["Chúng tôi có cập nhật thuật toán tính điểm SEO. %1$sTính lại điểm SEO%2$s của tất cả các bài viết và trang."],"Team Yoast":["Đội nhóm Yoast"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["Giải pháp SEO tất cả trong một đầu tiên cho WordPress, bao gồm phân tích nội dung on-page, sơ đồ trang web và nhiều hơn thế nữa."],"Yoast SEO":["Yoast SEO"],"Activation failed:":["Kích hoạt thất bại:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["Phần mở rộng bộ lọc dường như không có sẵn. Hãy yêu cầu nhà cung cấp máy chủ của bạn bật tính năng này."],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["Cài đặt phần mở rộng %1$s không hoàn thành. Vui lòng tham khảo %2$scác hướng dẫn cài đặt%3$s."],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["Phần mở rộng thư viện PHP tiêu chuẩn (SPL) dường như không có sẵn. Hãy yêu cầu nhà cung cấp máy chủ bổ sung."],"SEO Settings":["Thiết lập SEO"],"Mobile-Friendly Test":["Kiểm tra mức độ thân thiện trên di động"],"Google Page Speed Test":["Kiểm tra Google Page Speed"],"CSS Validator":["Trình kiểm tra CSS"],"HTML Validator":["Trình kiểm tra HTML"],"Pinterest Rich Pins Validator":["Công cụ xác nhận Pinterest Rich Pins"],"Facebook Debugger":["Công cụ tìm lỗi Facebook"],"Check Headers":["Kiểm tra Header"],"Check Google Cache":["Kiểm tra Google Cache"],"Analyze this page":["Phân tích trang này"],"Keyword Research":["Nghiên cứu từ khóa"],"%s does not seem to be a valid url. Please correct.":["%s có vẻ không phải là đường dẫn hợp lệ. Vui lòng sửa lại."],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s có vẻ không phải là chuỗi xác thực hợp lệ cho %2$s. Vui lòng sửa lại."],"%s Archive":["Lưu trữ %s"],"You searched for %s":["Bạn đã tìm %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["Tóm tắt với ảnh lớn"],"Summary":["Tổng kết"],"The post %1$s appeared first on %2$s.":["Bài viết %1$s đã xuất hiện đầu tiên vào ngày %2$s."],"No numeric value was received.":["Không có giá trị số học nào đã được nhận."],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["Đây phải là blog đang tồn tại. Blog %s không tồn tại hoặc đã bị đánh dấu là đã xóa."],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["Thiết lập blog mặc định phải là blog id dạng số của blog mà bạn muốn sử dụng làm mặc định."],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s không phải là lựa chọn hợp lệ cho những người nên được cho phép truy cập vào các thiết lập %2$s. Giá trị được đặt về mặc định."],"Please select a valid post type for taxonomy \"%s\"":["Vui lòng chọn kiểu bài viết hợp lệ cho taxonomy \"%s\""],"Please select a valid taxonomy for post type \"%s\"":["Vui lòng chọn taxonomy hợp lệ cho kiểu bài viết \"%s\""],"You searched for":["Bạn đã tìm"],"Home":["Trang chủ"],"Archives for":["Lưu trữ cho"],"Error 404: Page not found":["Lỗi 404: Không tìm thấy trang"],"Good":["Tốt"],"Replaced with a custom taxonomies description":["Được thay thế bằng mô tả taxonomy tùy chọn"],"Replaced with a posts custom taxonomies, comma separated.":["Thay thể bởi taxonomies tùy biến của bài viết, ngăn cách bởi dấu phẩy."],"Replaced with a posts custom field value":["Được thay thế bằng giá trị trường tùy biến của các bài viết"],"Replaced with the slug which caused the 404":["Được thay thế với slug đã gây ra lỗi 404"],"Replaced with the posts focus keyphrase":["Được thay thế bằng từ khóa chính của các bài viết"],"Attachment caption":["Chú thích đính kèm"],"Replaced with the current page number":["Được thay thế bằng số trang hiện tại"],"Replaced with the current page total":["Được thay thế bằng tổng số trang hiện tại"],"Replaced with the current page number with context (i.e. page 2 of 4)":["Được thay thể bằng số trang hiện tại trên tổng số trang (Ví dụ trang 2 trên 4)"],"Replaced with the post/page author's 'Biographical Info'":["Được thay thế bằng 'Thông tin Tiểu sử' của tác giả bài viết/trang"],"Replaced with the post/page author's 'nicename'":["Đã được thay thế bằng tên hiển thị của tác giả bài viết/trang"],"Replaced with the post/page ID":["Đã được thay thế bằng ID của bài viết/trang"],"Replaced with the post/page modified time":["Đã được thay thế bằng thời gian chỉnh sửa của bài viết/trang"],"Replaced with the content type plural label":["Đã được thay thế bằng nhãn số nhiều của kiểu nội dung"],"Replaced with the content type single label":["Đã được thay thế bằng nhãn số ít của kiểu nội dung"],"Replaced with the current search phrase":["Đã được thay thế bằng cụm tìm kiếm hiện tại"],"Replaced with the term name":["Được thay thế bằng tên thuật ngữ"],"Replaced with the term description":["Được thay thế bằng mô tả thuật ngữ"],"Replaced with the tag description":["Được thay thế bằng mô tả tag"],"Replaced with the category description":["Đã được thay thế bằng mô tả chuyên mục"],"Replaced with the post categories (comma separated)":["Đã được thay thế bằng các chuyên mục bài viết (ngăn cách bởi dấu phẩy)"],"Replaced with the current tag/tags":["Được thay thế với tag/các tag hiện tại"],"Replaced with the post/page excerpt (without auto-generation)":["Được thay thế bởi trích đoạn của bài viết/trang (không có tính năng tự tạo trích đoạn)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["Được thay thế bằng trích đoạn của bài viết/trang (hoặc trích đoạn được tự tạo nếu chưa có))"],"The site's name":["Tên trang"],"Replaced with the title of the parent page of the current page":["Được thay thế bằng tiêu đề của trang cha của trang hiện tại"],"Replaced with the title of the post/page":["Được thay thế bằngi tiêu đề của bài viết/trang"],"Replaced with the date of the post/page":["Được thay thế bằng ngày của bài viết/trang"],"Page %1$d of %2$d":["Trang %1$d trên %2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["Bạn không thể ghi đè một thông số mặc định của WPSEO bằng cách thêm thông số với cùng một tên. Hãy sử dụng bộ lọc \"wpseo_replacements\" thay vì điều chỉnh các giá trị thay thế."],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["Một thông số thay thế với cùng tên đã được sử dụng. Hãy đặt tên thông số của bạn riêng biệt."],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["Một thông số thay thế không được bắt đầu với \"%%cf_\" hoặc \"%%ct_\" vì phần này được giữ riêng cho những thông số tiêu chuẩn của WPSEO dành cho các trường và taxonomies tùy biến. Hãy đặt tên thông số của bạn riêng biệt."],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["Một thông số thay thế chỉ có thể chứa ký tự chữ hoặc số, dấu _ và -. Hãy đổi tên thông số của bạn"],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["Chú ý dành cho Admin: trang này không hiển thị thẻ meta mô tả vì nó không có, hoặc là thêm thẳng vào trang hoặc là vào menu [%1$s - %2$s] và cài đặt một template."],"Page not found":["Không tìm thấy trang"],"%s Archives":["Lưu trữ %s"],"Search for \"%s\"":["Tìm \"%s\""],"Meta description to use for Author page":["Thẻ mô tả cho trang Tác giả"],"Title to use for Author page":["Tiêu đề cho trang Tác giả"],"%1$s settings":["thiết lập %1$s"],"Export your %1$s settings":["Xuất ra các cài đặt %1$s của bạn"],"Import settings":["Thiết lập nhập"],"Import from other SEO plugins":["Nhập vào từ các gói mở rộng SEO khác"],"Import":["Nhập"],"If you had a %s file and it was editable, you could edit it from here.":["Nếu bạn có một tập tin %s có thể chỉnh sửa được, bạn có thể chỉnh sửa ở đây."],"If your %s were writable, you could edit it from here.":["Nếu %s của bạn có thể được ghi đè, bạn có thể chỉnh sửa nó tại đây."],"You don't have a %s file, create one here:":["Bạn không có tập tin %s, tạo ở đây: "],"A link to your site, with your site's name and description as anchor text.":["Một đường dẫn đến trang web của bạn, với tên và mô tả web của bạn làm văn bản chứa đường dẫn."],"A link to your site, with your site's name as anchor text.":["Một đường dẫn đến trang web của bạn, với tên web của bạn làm văn bản chứa đường dẫn."],"A link to the post, with the title as anchor text.":["Một đường dẫn đến bài viết, với tiêu đề làm văn bản chứa đường dẫn."],"A link to the archive for the post author, with the authors name as anchor text.":["Một đường dẫn tới lưu trữ của tác giả bài viết, với tên của tác giả làm văn bản chứa đường dẫn."],"You can use the following variables within the content, they will be replaced by the value on the right.":["Bạn có thể dùng những thông số sau trong nội dung, chúng sẽ được thay thế bởi giá trị ở bên phải."],"Content to put after each post in the feed":["Nội dung được đặt sau mỗi bài viết trong cột bài viết"],"Content to put before each post in the feed":["Nội dung được đặt trước mỗi bài viết trong cột bài viết"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["Tính năng này được sử dụng để tự động thêm nội dung vào RSS của bạn, cụ thể hơn là nó sẽ thêm các lên kết dẫn về blog và bài viết của bạn, như vậy thì các công cụ quét cũng sẽ tự động thêm các lên kết này, giúp các công cụ tìm kiếm nhận dạng blog của bạn là nguồn ngốc của nội dung."],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["Trong tài liệu %1$shướng dẫn%2$s bạn có thể tìm thấy cách sử dụng tính năng đường dẫn này."],"How to insert breadcrumbs in your theme":["Làm thế nào để chèn đường dẫn vào giao diện của bạn"],"Blog":["Blog"],"Content type archive to show in breadcrumbs for taxonomies":["Lưu trữ loại nội dung được hiển thị trong breadcrumbs cho taxonomies"],"Taxonomy to show in breadcrumbs for content types":["Taxonomy được hiển thị trong breadcrumbs cho các loại nội dung"],"Breadcrumb for 404 Page":["Đường dẫn cho trang không tìm thấy 404"],"Prefix for Search Page breadcrumbs":["Prefix cho đường dẫn trên trang Tìm kiếm"],"Prefix for Archive breadcrumbs":["Prefix cho đường dẫn trên trang Lưu trữ"],"Prefix for the breadcrumb path":["Tiền tố cho đường dẫn breadcrumb"],"Anchor text for the Homepage":["Tên trang chủ trong đường dẫn"],"Separator between breadcrumbs":["Dấu ngăn cách giữa các mục trong đường dẫn"],"Enable Breadcrumbs":["Bật Breadcrumb"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["Dưới đây là điểm SEO cho các bài viêt đã đăng. Bây giờ là thời điểm tốt để bắt đầu cải thiện một số bài viết của bạn."],"Credits":["Những người thực hiện"],"« Back to Tools page":["« Trở lại trang công cụ"],"%1$s comes with some very powerful built-in tools:":["%1$s có các công cụ tích hợp sẵn rất mạnh mẽ:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["Công cụ này cho phép bạn nhanh chóng thay đổi những tập tin quan trọng cho SEO của bạn, như robots.txt và tập tin .htaccess (nếu có)."],"File editor":["Trình chỉnh sửa tập tin"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["Nhập các cài đặt từ gói mở rộng SEO khác và xuất các cài đặt của bạn để dùng lại cho blog khác."],"Import and Export":["Nhập và Xuất"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["Công cụ này cho phép bạn thay đổi nhanh tiêu đề và mô tả cho bài viết và trang của bạn mà không phải vào trình soạn thảo của trang."],"Bulk editor":["Soạn thảo hàng loạt"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["Để %1$s xác nhận website của bạn với Pinterest%2$s, thêm thẻ meta ở đây:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest sử dụng metadata Open Graph như Facebook, vì vậy hãy đảm bảo bạn đã đánh dấu hộp kiểm Open Graph trong tab Facebook nếu bạn muốn tối ưu website cho Pinterest."],"The default card type to use":["Loại thẻ mặc định được dùng"],"Add Twitter card meta data":["Thêm dữ liệu thẻ meta Twitter"],"This image is used if the post/page being shared does not contain any images.":["Ảnh này được dùng nếu bài viết/trang được chia sẻ không có ảnh."],"Default settings":["Thiết lập mặc định"],"Copy home meta description":["Sao chép mô tả từ trang chủ"],"Description":["Miêu tả"],"Image URL":["URL hình ảnh"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["Những tiêu đề, mô tả và ảnh được dùng cho thẻ meta của Open Graph trên trang chủ website của bạn."],"Frontpage settings":["Cài đặt trang chủ"],"Add Open Graph meta data":["Thêm dữ liệu meta Open Graph"],"YouTube URL":["URL YouTube "],"Pinterest URL":["URL Pinterest "],"MySpace URL":["URL MySpace "],"LinkedIn URL":["URL LinkedIn "],"Instagram URL":["URL Instagram "],"Twitter Username":["Tài khoản Twitter"],"Facebook Page URL":["Đường dẫn trang Facebook"],"Accounts":["Tài khoản"],"Restore site to defaults":["Chuyển website về trạng thái mặc định"],"Site ID":["Site ID"],"Using this form you can reset a site to the default SEO settings.":["Sử dụng biểu mẫu này, bạn có thể phục hồi website về thiết lập SEO mặc định."],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["Các cài đặt nhạy cảm về tính riêng tư (FB admins và tương tự), theo theme (viết lại tiêu đề) và một vài cài đặt chi tiết cho trang sẽ không được nhập vào các trang mới."],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["Nhập %1$sSite ID%2$s cho website có cấu hình mà bạn muốn sử dụng mặc định cho tất cả website được thêm vào mạng của bạn. Để trống nếu không có (Có nghĩa là giá trị mặc định của gói mở rộng sẻ được sử dụng)."],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["Chọn thiết lập website mà bạn muốn sử dụng là mặc định cho tất cả website được thêm vào mạng. Nếu bạn chọn 'Không', giá trị mặc định sẽ được sử dụng."],"New sites in the network inherit their SEO settings from this site":["Những website mới trong mạng kế thừa thiết lập SEO từ website này"],"Super Admins only":["Chỉ Super Admins"],"Site Admins (default)":["Quản trị website (mặc định)"],"Who should have access to the %1$s settings":["Ai có quyền truy cập vào thiết lập %1$s"],"spam":["spam"],"mature":["trưởng thành"],"archived":["Đã lưu trữ"],"public":["Công khai"],"%s restored to default SEO settings.":["%s được phục hồi về thiết lập SEO mặc định."],"Settings Updated.":["Thiết lập đã cập nhật."],"404 pages":["Trang 404"],"Search pages":["Tìm trang"],"These pages will be %s by default, so they will never show up in search results.":["Những trang này sẽ được %s mặc định, vì vậy chúng sẽ không bao giờ hiển thị trong kết quả tìm kiếm."],"Special Pages":["Trang đặc biệt"],"Date-based archives could in some cases also be seen as duplicate content.":["Lưu trữ dựa trên ngày tháng có thể trong một số trường hợp cũng được xem là nội dung trùng lặp."],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["Nếu đây là trường hợp website của bạn, bạn có thể chọn hoặc vô hiệu hóa (Nghĩa là bắt chuyển hướng vào trang chủ), hoặc thêm %s vào nó để nó không hiển thị trong kết quả tìm kiếm."],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["Nếu bạn đang chạy một blog chỉ có một tác giả, lưu trữ của tác giả sẽ giống hệt trang chủ của bạn. Đây gọi là%1$svấn đề trùng lặp nội dung%2$s."],"Date archives":["Lưu trữ theo thời gian"],"author archives":["lưu trữ theo tác giả"],"Title":["Tiêu đề"],"%1$s Meta Box":["Hiển thị %1$s Meta Box"],"Hide":["Ẩn"],"Date in Snippet Preview":["Hiển thị ngày đăng"],"Take note:":["Lưu ý:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["Bạn có thể xác định tiêu đề và mô tả cho trang blog bằng cách chỉnh sửa %1$s chính trang blog đó %2$s."],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["Bạn có thể xác định tiêu đề và mô tả cho trang trước bằng cách chỉnh sửa %1$s của trang trước %2$s."],"Homepage & Front page":["Trang chủ"],"Title Separator":["Dấu ngăn cách tiêu đề"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s đã tự động phát hiện xem có cần thiết phải viết lại các tiêu đề cho các trang của bạn, nếu bạn nghĩ điều đó là sai và bạn biết mình đang làm gì, bạn có thể thay đổi cài đặt tại đây"],"Force rewrite titles":["Bắt buộc viết lại các tiêu đề"],"Taxonomies":["Nguyên tắc phân loại"],"Homepage":["Trang chủ"],"%1$s Extensions":["%1$s Extension"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["Tích hợp trơn tru WooCommerce với %1$s và nhận thêm những tính năng!"],"Rank better locally and in Google Maps, without breaking a sweat!":["Xếp hạng tốt hơn tại địa phương và trong Google Maps, mà không vất vả!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["Bạn có trong Google Tin tức? Tăng lưu lượng truy cập của bạn từ Google Tin tức bằng cách tối ưu hóa nó!"],"Optimize your videos to show them off in search results and get more clicks!":["Tối ưu hóa video của bạn để hiển thị chúng trong kết quả tìm kiếm và nhận được nhiều nhấp chuột hơn!"],"The premium version of %1$s with more features & support.":["Phiên bản trả phí của %1$s với nhiều tính năng và hỗ trợ hơn."],"Person":["Cá nhân"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["Dữ liệu này được hiển thị dưới dạng metadata trong trang web của bạn. Nó được dự định xuất hiện trong %1$sGoogle's Knowledge Graph%2$s. Bạn có thể là một công ty, hoặc một cá nhân."],"Website name":["Tên website"],"Webmaster Tools":["Webmaster Tools"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["Bạn không có tên bài viết/trang trong URL của bài viết và trang, việc này được khuyến nghị cao. Xem xét cài đặt cấu trúc đường dẫn tĩnh của bạn thành /%postname%/."],"RSS":["RSS"],"Breadcrumbs":["Đường dẫn"],"or":["hoặc"],"Save Profile":["Lưu hồ sơ"],"There were no profiles found":["Không có hồ sơ nào"],"Profile":["Hồ sơ"],"Current profile":["Hồ sơ hiện tại"],"Authenticate":["Xác thực"],"Get Google Authorization Code":["Lấy mã Google Authorization"],"Reload crawl issues":["Tải lại lỗi thu thập thông tin của máy tìm kiếm"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["Để có thể tạo chuyển hướng và khắc phục sự cố này, bạn cần %1$s. Bạn có thể mua gói mở rộng, bao gồm một năm hỗ trợ và cập nhật, trên%2$s."],"Creating redirects is a %s feature":["Tạo chuyển hướng là một tính năng của %s"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["Lỗi chỉ xảy ra khi trang web của bạn được Googlebot thu thập dữ liệu cho điện thoại (lỗi không xuất hiện cho máy tính để bàn)."],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["Lỗi đã xảy ra khi Googlebot-mobile thu thập thông tin website của bạn (lỗi không xuất hiện trên desktop)."],"Errors that occurred when your site was crawled by Googlebot.":["Lỗi đã xảy ra khi Googlebot thu thập thông tin website của bạn."],"Issue categories":["Loại vấn đề"],"Incorrect Google Authorization Code.":["Google Authorization Code không đúng."],"The issues have been successfully reloaded!":["Các vấn đề được tải lại thành công."],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["Dữ liệu %1$s đã bị gỡ bỏ. Bạn sẽ phải xác thực lại nếu muốn truy xuất lại dữ liệu."],"Crawl errors per page":["Lỗi thu thập thông tin của mỗi trang"],"Search":["Tìm kiếm"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["Đừng bỏ qua lỗi máy tìm kiếm thu thập thông tin trang web của bạn: %1$s kết nối với Google Search Console ở đây %2$s."],"Create redirect":["Tạo chuyển tiếp"],"Mark as fixed":["Đánh dấu đã sửa"],"Response code":["Mã trả về"],"First detected":["Được phát hiện lần đầu"],"Last crawled":["Lần thu thập thông tin cuối"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s đã phát hiện bạn đang sử dụng phiên bản của %2$s không tương thích với %1$s. Vui lòng cập nhật %2$s lên phiên bản mới nhất để sử dụng chức năng này."],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Các gói mở rộng của Yoast chia sẻ mã nguồn với nhau để giúp website của bạn nhanh hơn. Vì lý do đó, bạn cần cập nhật tất cả gói mở rộng của Yoast lên bản mới nhất. Chúng tôi thấy có gói mở rộng cần cập nhật, vui lòng cập nhật các gói mở rộng đó."],"Feature phone":["Điện thoại phổ thông"],"Smartphone":["Điện thoại thông minh"],"Desktop":["Máy tính"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["Đường dẫn URL không tồn tại, nhưng máy chủ của bạn không gửi lại lỗi 404 (không tìm thấy file)."],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["Trang web phản hồi quá lâu hoặc nó đang chặn Google."],"Server Error":["Lỗi máy chủ"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot có thể truy cập vào website của bạn, nhưng một số URL thì đang chặn Googlebot ở tập tin %1$s. Điều này ảnh hưởng đến tất cả Googlebots và cả Googlebot-mobile."],"Blocked":["Bị chặn"],"Google was unable to crawl this URL due to an undetermined issue.":["Google không thể thu thập thông tin từ URL này vì lý do không xác định."],"URL points to a non-existent page.":["URL trỏ tới trang không tồn tại."],"Not found":["Không tìm thấy"],"Not followed":["Không theo dõi"],"Faulty redirects":["Các chuyển hướng sai"],"Server requires authentication or is blocking Googlebot from accessing the site.":["Máy chủ yêu cầu xác thực hoặc đang ngăn Googlebot truy cập trang web."],"Access denied":["Truy cập bị từ chối"],"Deactivate %s":["Ngưng hoạt động %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["Gói mở rộng %1$s này có thể gây ra những vấn đề khi được dùng kết hợp với %2$s. "],"Upload Image":["Tải ảnh"],"Remove these ads?":["Bạn muốn loại bỏ quảng cáo?"],"%s Posts Overview":["Tổng quan %s Bài viết"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["Tiêu đề Breadcrumbs được dùng trong breadcrumb nơi taxonomy xuất hiện."],"Breadcrumbs title":["Tiêu đề đường dẫn"],"The canonical link is shown on the archive page for this term.":["Liên kết canonical được hiển thị trên trang lưu trữ cho thuật ngữ này."],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["Khác"],"Archives":["Lưu trữ"],"Email":["Email"],"Previous":["Trước"],"Next":["Tiếp"],"Close":["Đóng"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["Cả %1$s và %2$s đề có thể tạo XML sitemaps. Nhưng có 2 XML sitemaps thì không ích lợi gì cho công cụ tìm kiếm mà còn làm chậm website của bạn."],"Configure %1$s's Open Graph settings":["Cài đặt cấu hình Open Graph %1$s"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["Cả %1$s và %2$s đều tạo đầu ra Open Graph, có thể khiến Facebook, Twitter, LinkedIn và các mạng xã hội khác sử dụng các văn bản và hình ảnh sai khi các trang của bạn được chia sẻ."],"%s Image":["%s Ảnh "],"%s Description":["%s mô tả"],"%s Title":["%s tiêu đề"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["Kích thước ảnh đề nghị cho %1$s là %2$s pixels."],"If you want to override the image used on %s for this post, upload / choose an image here.":["Nếu bạn muốn ghi đè ảnh được dùng trong %s ở bài viết này, tải lên / chọn một ảnh tại đây."],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["Nếu bạn muốn viết riêng nội dung thẻ meta description để chia sẻ lên %s, hãy viết lại nó ở đây."],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["Nếu muốn thay đổi tiêu đề bài đăng để chia sẻ lên %s, hãy viết ở đây."],"very difficult":["Rất khó"],"Try to make shorter sentences, using less difficult words to improve readability":["Cố gắng viết các câu ngắn hơn, sử dụng các từ dễ hiểu để cải thiện khả năng đọc."],"difficult":["khó"],"Try to make shorter sentences to improve readability":["Thử làm các đoạn văn bản ngắn hơn để dễ đọc hơn."],"fairly difficult":["Khá khó"],"OK":["Ổn"],"fairly easy":["Khá dễ"],"easy":["Dễ"],"very easy":["Rất dễ"],"Meta Desc.":["Thẻ mô tả."],"All SEO Scores":["Tất cả các Điểm SEO"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["Vấn đề SEO: Hình ảnh nổi bật nên có độ phân giải ít nhất 200 x 200 pixel để được chọn bởi Facebook và các trang mạng xã hội khác."],"(no parent)":["(Không có phân cấp trên)"],"Post is set to noindex.":["Bài viết được thiết lập thành không có chỉ mục"],"The URL that this page should redirect to.":["Liên kết URL mà trang này nên chuyển hướng đến."],"301 Redirect":["301 Redirect"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["Canonical URL mà trang này nên trỏ tới, để trống là mặc định cho đường dẫn tĩnh. %1$sCanonical nhiều tên miền%2$s cũng được hỗ trợ."],"Canonical URL":["Canonical URL"],"Title to use for this page in breadcrumb paths":["Tiêu đề của trang được dùng trong đường dẫn"],"Breadcrumbs Title":["Tiêu đề đường dẫn"],"No Snippet":["Không có đoạn trích ngắn"],"No Archive":["Không có lưu trữ"],"No Image Index":["Không có chỉ mục hình ảnh"],"None":["Không mục nào"],"Site-wide default: %s":["Mặc định toàn trang web: %s"],"Advanced meta robots settings for this page.":["Thiết lập robots meta nâng cao cho trang này"],"Meta robots advanced":["Robots meta nâng cao"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["Cảnh báo: Dù bạn thiết lập robots meta ở đây, nhưng trong thiết lập riêng tư cho toàn trang được cài là noindex, thì những thiết lập này sẽ không có tác dụng."],"Meta description":["Thẻ mô tả"],"SEO Title":["Tiêu đề SEO"],"Focus keyword":["Từ khóa chính"],"Snippet preview":["Xem trước kết quả"],"Settings successfully imported.":["Các thiết lập được nhập thành công."],"Settings could not be imported:":["Cài đặt không thể nhập:"],"Breadcrumb for 404 pages:":["Đường dẫn cho trang không tìm thấy 404:"],"Prefix for search result pages:":["Tiền tố cho các trang kết quả tìm kiếm:"],"Prefix for archive pages:":["Tiền tố cho các trang lưu trữ:"],"Prefix for breadcrumbs:":["Prefix cho đường dẫn:"],"Anchor text for the homepage:":["Tên trang chủ trong đường dẫn:"],"Breadcrumbs separator:":["Dấu ngăn cách đường dẫn"],"%s Breadcrumbs":["%s đường dẫn"],"Use Image":["Sử dụng ảnh"],"Action":["Hành động"],"Page URL/Slug":["URL/Slug trang"],"Publication date":["Ngày xuất bản"],"Post Status":["Trạng thái bài viết"],"WP Page Title":["Tiêu đề trang WP"],"View":["Xem"],"View “%s”":["Xem “%s”"],"Preview":["Xem trước"],"Preview “%s”":["Xem trước “%s”"],"Edit":["Sửa"],"Filter":["Lọc"],"New Yoast Meta Description":["Thẻ mô tả mới của Yoast"],"Existing Yoast Meta Description":["Thẻ mô tả Yoast hiện tại"],"Facebook profile URL":["Địa chỉ URL hồ sơ Facebook"],"Twitter username (without @)":["Tên người dùng Twitter (không bao gồm @)"],"FAQ":["FAQ"],"Premium Support":["Hỗ trợ dành cho trả phí"],"Settings":["Thiết lập"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["Bạn phải %1$stới mục Đọc%2$s và bỏ đánh dấu Tương tác với công cụ tìm kiếm."],"Huge SEO Issue: You're blocking access to robots.":["Lỗi SEO nghiêm trọng: Bạn đang chặn truy cập tới robots."],"Posts":["Bài viết"],"Edit Files":["Sửa file"],"Advanced Variables":["Biến nâng cao"],"Basic Variables":["Biến cơ bản"],"General":["Tổng quan"],"Extensions":["Phần mở rộng"],"Search Console":["Search Console"],"Tools":["Công cụ"],"Advanced":["Nâng cao"],"XML sitemaps":["Sơ đồ trang XML"],"Social":["Mạng xã hội"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s xác định bạn đang sử dụng phiên bản %2$s của %3$s, hãy cập nhật lên phiên bản mới nhất."],"Just another WordPress site":["Một trang Wordpress mới"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["Bạn vẫn còn tagline mặt định của WordPress, thậm chí để trống có lẽ tốt hơn. %1$sBạn có thể sửa lại trong tùy chỉnh%2$s."],"You have used HTML in your value which is not allowed.":["Bạn đã sử dụng HTML trong khu vực không cho phép."],"You can't edit %s that aren't yours.":["Bạn không thể chỉnh sửa %s vì nó không phải là của bạn."],"You can't edit %s.":["Bạn không thể sửa %s."],"Post has an invalid Content Type: %s.":["Bài viết sai Post Type: %s."],"Post doesn't exist.":["Bài viết không tồn tại."],"course\u0004Free:":["Miễn phí:"],"posts\u0004Trash (%s)":["Thùng rác (%s)"],"posts\u0004All (%s)":["Tất cả (%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/zh_CN.json b/Resources/Private/Languages/zh_CN.json index c4630e6..55df0fd 100644 --- a/Resources/Private/Languages/zh_CN.json +++ b/Resources/Private/Languages/zh_CN.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=1; plural=0;","lang":"zh_CN"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"Free":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":[""],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":[""],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":[""],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":[""],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":[""],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":[""],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":[""],"WARNING:":[""],"Learn about why permalinks are important for SEO.":[""],"Google Ads":[""],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":[""],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":[""],"Clear Image":[""],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":[""],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":[""],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":[""],"Help on choosing the perfect focus keyphrase":[""],"Would you like to add a related keyphrase?":[""],"Go %s!":[""],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":[""],"optimize a single post for synonyms and related keyphrases.":[""],"Synonyms & related keyphrases":[""],"Add related keyphrase":[""],"Dismiss %s upgrade notice":[""],"Upgrade to %s":[""],"%1$s video":[""],"Get %s":[""],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":[""],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":[""],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":[""],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":[""],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":[""],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":[""],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":[""],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":[""],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":[""],"%2$sText length%4$s: The text contains %1$d word.":[""],"%2$sText length%3$s: The text contains %1$d word. Good job!":[""],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":[""],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":[""],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":[""],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":[""],"%1$sOutbound links%2$s: Good job!":[""],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":[""],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":[""],"%1$sMeta description length%2$s: Well done!":[""],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":[""],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":[""],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":[""],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":[""],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":[""],"%1$sKeyphrase length%2$s: Good job!":[""],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":[""],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":[""],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":[""],"%1$sInternal links%2$s: You have enough internal links. Good job!":[""],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":[""],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":[""],"%1$sTransition words%2$s: Well done!":[""],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":[""],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":[""],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":[""],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":[""],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":[""],"%1$sSubheading distribution%2$s: Great job!":[""],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":[""],"%1$sSentence length%2$s: Great!":[""],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":[""],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":[""],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":[""],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":[""],"Good job!":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":[""],"%1$s with ID %2$s couldn't be patched":[""],"Invalid POST request. Meta values already exist for object with ID %1$s.":[""],"Indexable with ID `%1$s` does not exist":[""],"No object with ID %1$s and %2$s could be found":[""],"`%1$s` is not a valid subtype of `%2$s`":[""],"The object type `%1$s` is invalid":[""],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":[""],"Check Keyphrase Density":[""],"Disable":[""],"Allow Control":[""],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":[""],"Keyphrase:":[""],"Remove keyphrase":[""],"This feature has been disabled by the network admin.":[""],"Focus keyphrase not set.":[""],"Multiple keyphrases":[""],"Colon":[""],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":[""],"There is a new notification.":[""],"Learn more about the readability analysis":[""],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"%s, %s and %s":[""],"%s and %s":[""],"%d minute":[""],"%d hour":[""],"%d day":[""],"Enter a step title":[""],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":[""],"hours":[""],"days":[""],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":[""],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":[""],"An error occurred loading the %s primary taxonomy picker.":[""],"%1$s Structured Data Blocks":[""],"Time needed:":[""],"Move question down":[""],"Move question up":[""],"Insert question":[""],"Delete question":[""],"Enter the answer to the question":[""],"Enter a question":[""],"Add question":[""],"Frequently Asked Questions":[""],"Great news: you can, with %s!":[""],"Select the primary %s":[""],"Check links to this URL":[""],"Keyword research training":[""],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":[""],"Are you trying to use multiple keyphrases? You should add them separately below.":[""],"Mark as cornerstone content":[""],"Move step down":[""],"Move step up":[""],"Insert step":[""],"Delete step":[""],"Add image":[""],"Enter a step description":[""],"Enter a description":[""],"Unordered list":[""],"Showing step items as an ordered list.":[""],"Showing step items as an unordered list":[""],"Add step":[""],"Delete total time":[""],"Add total time":[""],"How to":[""],"How-to":[""],"Snippet Preview":[""],"Analysis results":[""],"Enter a focus keyphrase to calculate the SEO score":[""],"Learn more about Cornerstone Content.":[""],"Cornerstone content should be the most important and extensive articles on your site.":[""],"Restore Site":[""],"Network Settings":[""],"You are not allowed to perform this action.":[""],"Error: %s":[""],"Success: %s":[""],"Site with ID %d not found.":[""],"No site has been selected to restore.":[""],"You are not allowed to modify unregistered network settings.":[""],"deleted":[""],"Would you like to add another keyphrase?":[""],"image preview":[""],"Copied!":[""],"Not supported!":[""],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":[""],"Consider linking to these {{a}}cornerstone articles:{{/a}}":[""],"Consider linking to these articles:":[""],"Copy link":[""],"Copy link to suggested article: %s":[""],"The site's tagline":[""],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":[""],"Optimize your site for Google News.":[""],"Optimize your shop's SEO and sell more products!":[""],"Be found in Google Video search and enhance your video sharing on social media.":[""],"Be found in Google Maps and local results.":[""],"Learn practical SEO skills to rank higher in Google.":[""],"Don’t waste time figuring out the best settings yourself.":[""],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":[""],"Would you like to add keyphrase synonyms?":[""],"Would you like to add more than one keyphrase?":[""],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":[""],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":[""],"Current year":[""],"Page":[""],"Breadcrumb settings for %s archive":[""],"Tagline":[""],"Modify your meta description by editing it right here":[""],"description (custom taxonomy)":[""],"(custom taxonomy)":[""],"(custom field)":[""],"Term404":[""],"Caption":[""],"Pagenumber":[""],"Pagetotal":[""],"Page number":[""],"User description":[""],"ID":[""],"Modified":[""],"Post type (plural)":[""],"Post type (singular)":[""],"Separator":[""],"Search phrase":[""],"Term title":[""],"Term description":[""],"Tag description":[""],"Category description":[""],"Primary category":[""],"Category":[""],"Tag":[""],"Excerpt only":[""],"Excerpt":[""],"Site title":[""],"Archive title":[""],"Parent title":[""],"Date":[""],"Label":[""],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":[""],"Search engines and other websites can still send traffic to your deleted post.":[""],"Make sure you don't miss out on traffic!":[""],"You just deleted a %1$s.":[""],"You just trashed a %1$s.":[""],"Settings for %s archive":[""],"Settings for single %s URLs":[""],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Note that not all variables can be used in every field.":[""],"Snippet variables":[""],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":[""],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["如果您已了解,并且不想再看到本信息,可以 %1$s 点击这里不再显示 %2$s。"],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["当前的设置允许在页面上显示附件的实际 URL。这篇文章列出了 %1$s 这样做存在的问题 %2$s,请详细阅读并检查您是否采用了正确的设置。"],"Unknown type %1$s":["未知类型:%1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["包含一个免费的 MyYoast 帐户,以便让您访问我们的免费搜索引擎优化初学者课程!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":[""],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["在%1$s百度搜索资源平台%2$s获得百度验证码。"],"Baidu verification code":["百度验证码"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":["清理 %s 数据时出错。"],"Content Type":["内容类型"],"Filter by content type":["按内容类型过滤"],"Show All Content Types":["显示所有内容类型"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["如要修复该问题,请在%1$sComment settings page%2$s 设置中,取消掉‘分页显示评论’前面的对勾。"],"Replaced with the normal title for an archive generated by WordPress":["用 WordPress 生成的归档替换为正常标题"],"Clean":["清理"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["一旦你确定你的站点是好的,您可以清理。这将删除所有原始数据。"],"Step 5: Clean up":["第5步:清理"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["您应该运行配置向导,从SEO&rarr; 一般&rarr; 仪表板 页面,以确保您的站点的所有设置都是正确的。"],"Step 4: Run the configuration wizard":["第4步:运行配置向导"],"Please check your posts and pages and see if the metadata was successfully imported.":["请检查您的文章和页面,查看元数据是否已成功导入。"],"Step 3: Check your data":["第3步:检查您的数据"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["第2步:导入"],"Please make a backup of your database before starting this process.":["请在开始此过程之前备份您的数据库。"],"Step 1: Create a backup":["第1步:创建备份"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["我们检测到您站点上的一个或多个 SEO 插件的数据。请按照以下步骤导入该数据:"],"Plugin: ":["插件:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["不应显示在搜索结果中的文章"],"%s data found.":["%s 数据已找到。"],"%s data successfully removed.":["成功移除 %s。"],"%s data successfully imported.":["%s 成功导入。"],"%s data not found.":["未找到 %s。"],"Improve your SEO skills":["提高你的 SEO 技能"],"24/7 email support":["24/7 电子邮件支持"],"No more dead links a.k.a. 404 pages":["没有更多的死链接又名 404 页"],"Get real-time suggestions for internal links":["获取有关内部链接的实时建议"],"Preview your page in Facebook and Twitter":["在 Facebook 和 Twitter 上预览您的页面"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":[""],"Help on copying the home meta description":[""],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["要让搜索引擎知道哪些社交个人资料与此站点相关联,请在下面输入您的站点社交个人资料数据。"],"Learn more about your social profiles settings":["详细了解您的社交个人资料设置"],"Remove the categories prefix":["移除分类前缀"],"Help on the category prefix setting":["帮助分类前缀设置"],"Learn more about the available variables":["详细了解可用变量"],"Learn more about the RSS feed setting":["详细了解 RSS 提要设置"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["当您将媒体(例如图片或视频)上传到 WordPress 时,它不仅保存媒体,还会为其创建附件 URL。这些附件页面非常空白:它们包含媒体项目,如果您输入媒体项目,则可能包含标题。因此,如果您从未使用这些附件URL,最好禁用它们,并将它们重定向到媒体项目本身。"],"Learn more about the Media and attachment URLs setting":["详细了解媒体和附件 URL 设置"],"Learn more about the title separator setting":["详细了解标题分隔符设置"],"Learn more about the knowledge graph setting":["了解有关知识图形设置的更多信息"],"Learn more about the homepage setting":["详细了解主页设置"],"Learn more about the special pages setting":["详细了解特殊页面设置"],"Help on the date archives search results setting":["帮助日期归档搜索结果设置"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":["帮助没有文章的作者存档搜索结果设置"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":["作者帮助归档搜索结果设置"],"Archives settings help":["档案设置帮助"],"Learn more about the archives setting":["详细了解档案设置"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":[""],"Yandex verification code":["Yandex 验证码"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":[""],"Google verification code":["Google 验证码"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":[""],"Bing verification code":["Bing 验证码"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["您可以使用下面的框来验证不同的站点管理员工具。此功能会在您的主页上添加验证元标记。按照指向不同站点管理员工具的链接,查找有关元标记验证方法的说明以获取验证码。如果您的站点已经过验证,您可以忘记这些。 "],"Learn more about the Webmaster Tools verification":["详细了解站点管理员工具验证"],"On":["开"],"Help on: %s":["在线求助:%s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":[""],"Off":[""],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":["安全性:没有作者的高级设置"],"See who contributed to %1$s.":[""],"Help on this search results setting":["帮助搜索结果设置"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":["检查 SEO 配置"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":[""],"Default for %2$s, currently: %1$s":[""],"Show %s in search results?":[""],"this author's archives":["作者档案"],"Do not allow search engines to show %s in search results.":[""],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":[""],"Category URLs":[""],"the archive for %s":["%s档案"],"Redirect attachment URLs to the attachment itself?":["将附件 URL 重定向到附件本身?"],"We recommend you set this to Yes.":["我们建议您将其设置为“是”。"],"Media & attachment URLs":["媒体 & 附件 URLs"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["当人们找到您的主页时,这就是搜索结果中显示的内容。这意味着这可能是他们在搜索您的品牌时看到的。"],"date archives":["最新档案"],"archives for authors without posts":["档案为没有职位的作者"],"Read why XML Sitemaps are important for your site.":["阅读为什么 XML 站点地图对您的站点很重要。"],"Enable the XML sitemaps that %s generates.":[""],"See the XML sitemap.":["请参阅 XML 站点地图。"],"%2$s (current default for %1$s)":[""],"Media":["媒体"],"Content Types":["内容类型"],"Should search engines follow links on this %1$s?":[""],"Allow search engines to show this %s in search results?":[""],"Search Appearance":["搜索外观"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":[""],"Search engine visibility":["搜索引擎可见性"],"Toggle %1$s's XML Sitemap":[""],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["您在此创建的支持请求会直接发送到我们的支持系统,该系统使用 256 位 SSL 进行保护,因此通信是 100% 安全的。"],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["基石内容功能可让您标记和过滤您站点上的基石内容。"],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["如果您无法通过我们的视频教程和知识库解决问题,您可以给我们的支持团队发送消息。他们7x24小时在线。"],"Good results":["好的结果"],"Get better search results in local search":["在本地搜索中获得更好的搜索结果"],"Allow customers to pick up their %s order locally":["允许用户从实体店取自己的 %s 订单。"],"SEO analysis":["SEO分析"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO分析提供建议帮助完善您的文章SEO。"],"Learn how the SEO analysis can help you rank.":["了解SEO分析怎样帮助您提供您的搜索排名。"],"The readability analysis offers suggestions to improve the structure and style of your text.":["可读性分析能提供建议帮助您完善文章的结构和风格。"],"Discover why readability is important for SEO.":["了解为什么可读性对SEO很重要。"],"Find out how cornerstone content can help you improve your site structure.":["了解基础内容帮助你改善你的站点结构。"],"The text link counter helps you improve your site structure.":["文本链接计数器可帮助您完善您的站点结构。"],"Find out how the text link counter can enhance your SEO.":["了解如何文本链接计数器可以提高您的搜索引擎优化。"],"%s integration":["%s 整合"],"Read more about how %s works.":["了解更多关于 %s 是怎样运作的。"],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["当文章被分享时,如果您需要 Facebook 和其它社交媒体显示预览图片和一段文本摘要,请开启此功能。"],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["当文章被分享时,如果您需要Twitter显示预览图片和一段文本摘要,请开启此功能。"],"Find out why you should upgrade to %s":["找出您应该升级到的原因%s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["%1$s 最新文章"],"Need help?":["需要帮忙?"],"Remove highlight from the text":["从文本中删除高亮显示"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["用%1$s %2$s快速开始配置向导%3$s!"],"First-time SEO configuration":["首次SEO的配置"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["您站点的语言设置为{language},如果不正确,请联系您的站点管理员。"],"Your site language is set to {language}.":["您站点的语言设置为{language}。"],"Highlight this result in the text":["在文本中高亮显示此结果"],"Considerations":["注意事项"],"Errors":["错误"],"Change language":["更改语言"],"You cannot create a %s file.":["您无法创建文件 %s。"],"You cannot edit the %s file.":["您无法编辑文件 %s。"],"Updated %s":["%s 已升级"],"Create %s file":["创建%s文件"],"Edit the content of your %s:":["编辑您的%s内容:"],"Save changes to %s":["保存改变到%s"],"%s file":["%s文件"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["通过添加辅助插件,%1$s和%2$s可以更好地协同工作。请安装%3$s以使您的生活更美好。%4$s。"],"More information":["更多信息"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["通过添加辅助插件,%1$s和%2$s可以更好地协同工作。 请激活%3$s以使您的生活更美好。"],"More information about %1$s":["更多信息关于%1$s"],"Configuration Wizard":["配置向导 "],"You've done it!":["您做到了!"],"Seamlessly integrate %1$s into your AMP pages!":["将%1$s无缝集成到您的AMP页面!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["将%2$s与%1$s无缝集成进行内容分析!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["通过添加辅助插件,%1$s和%2$s可以更好地协同工作。请安装%3$s以使您的生活更美好。"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["%1$s的搜索外观设置由页面显示时从页面特定值替换的变量组成。下表包含可用变量的列表。"],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["将最重要的%1$s标记为“基石内容”,以改善您的站点结构。%2$s详细了解基础内容%3$s。"],"Loading help center.":["加载帮助中心"],"Get support":["获取帮助"],"(Opens in a new browser tab)":["(在新的浏览器选项卡中打开)"],"Posts %1$swithout%2$s a focus keyphrase":[""],"Hey, your SEO is doing pretty well! Check out the stats:":["嘿,您的SEO做得相当好! 查看统计信息:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["您还没有发表过文章!在您发表了第一篇文章后,您的SEO得分会显示在此处!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["别的东西"],"A portfolio":["一个作品集"],"A corporation":["一家公司"],"A small offline business":["一个小型的离线业务"],"A news channel":["一个新闻频道"],"An online shop":["一个在线商店"],"A blog":["一个博客"],"What does the site %1$s represent?":["站点%1$s代表了什么?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["选项B:我的站点正在建设中,不应该编入索引"],"Option A: My site is live and ready to be indexed":["选项A:我的站点正在运行并准备好进行索引"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["请说明您的站点正在建设中还是已经启用。"],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["在我们的SEO博客上阅读更多"],"Readability: %s":[""],"Not activated":["未激活"],"Activated":["已激活"],"%1$s recommendations for you":[""],"All Readability Scores":["可读性总分"],"Filter by Readability Score":["根据可读性分数过滤"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["您没有受到升级或技术支持!在 %2$s 添加站点与激活 %1$s 功能来解决问题。"],"Request method %1$s is not valid.":["所请求的方法 %1$s 无效。"],"Muted notifications:":["已关闭提示的通知:"],"Muted problems:":["已关闭提示的问题:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["您想预览别人在%1$s上分享这篇文章的外观吗? 您可以使用%2$s。"],"Good job! All the links in your texts have been counted.":["太棒了!所有文章中的链接全部统计完成。"],"Calculation completed.":["计算完成。"],"Calculation in progress...":["计算中..."],"Stop counting":["停止计数"],"Counting links in your texts":["正在统计文章中的链接"],"Text %1$s of %2$s processed.":["%1$s / %2$s 文章已完成。"],"All your texts are already counted, there is no need to count them again.":["所有的文章已经被统计,不需要再重新统计。"],"Count links in your texts":["统计文章中的链接"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":["需要统计所有已发布文章中的链接数。这能帮助您分析可以为哪些文章添加更多的内链。如果您想了解为什么和如何创建内链,请参考 %1$s%2$s 关于内链的奥秘%3$s。"],"Text link counter":["文本链接计数器"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["链接到这篇文章的内链数。 参考帮助菜单中的 “Yoast 栏目” 获取更多信息。"],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s 会在本页添加几栏数据。 您可参考我们的文章%2$s《 如何使用SEO得分和可读性得分》%3$s 。链接栏目显示出本站中有多少文章%5$s链接至本文%6$s。并且本文中有多少URL是%5$s指向站外%6$s的。您可参考 %4$s《 如何使用此功能优化内来》%3$s一文来帮助您更好的进行SEO。"],"%s Columns":["%s 栏目"],"Readability score":["可读性分数"],"Other benefits of %s for you:":["%s给您的其他好处:"],"Scroll to see the preview content.":["滚动查看预览内容。"],"Cornerstone content":["基本内容"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":[""],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["如果您想提升在您本地的竞争力,可以试试我们的%1$s插件。该插件能帮助您轻松的插入Google地图,营业时间,联系信息和店址导航。除此之外,%1$s插件还能提高您的联系信息页的利用率。"],"Attract more customers near you":["吸引更多客户"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["想了解%1$s的工作原理吗?想学习高级设置吗?想最大化的利用%1$s插件吗?请试试我们的%1$s插件教程,开始提升您的竞争力吧!"],"Get the most out of %1$s with the %2$s":["成为%1$s插件%2$s教程中学习的一员吧。"],"Upgrade to Premium":["升级到Premium"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":["使用%s来提升您的竞争力"],"You might like":["您可能喜欢"],"Newsletter":["信件"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["我们发现您尚未完成向导模式,所以我们推荐您%2$s重新开始配置向导完成%1$s配置%3$s。"],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["设置向导能帮助您便捷的配置您的站点以达到最佳的SEO设置。"],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["升级到Premium,我们的专家会为您解答任何安装或者使用上的问题。"],"Superfast internal linking suggestions":["超快的内部连接建议"],"Great news: you can, with %1$s!":["好消息:有了%1$s,您可以的!"],"Save changes":["保存更改"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["%2$s插件会为搜索引擎和普通用户呈现不同的内容,这一行为我们称之为搜索引擎欺诈。我们强烈建议您禁用该插件。"],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$s社交媒体预览:%2$sFacebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$s消灭死链%2$s:重定向便捷管理器"],"No ads!":["没有广告!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["社交媒体预览"],"Easy redirect manager":["重定向便捷管理器"],"No more dead links":["没有更多的死链"],"Increase your SEO reach":["改进您的SEO范围"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["如果您想要更多帮助创建酷炫的内容,请查看我们的%2$s SEO写作课程%3$s。 您想知道所有的插件的功能,请考虑我们的%1$s!"],"Variable":["变量"],"Available variables":["可用变量"],"Scroll to see the table content.":["滚动查看表内容。"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["如果您需要帮助,请参阅%1$s的关于如何将您的站点连接到Google Search Console%2$s的文章。"],"An error occurred in the '%1$s' assessment":["在评估'%1$s'过程中出现错误."],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s个单词包含%2$s超过%3$s个音节%4$s,这是超过推荐的最大值%5$s。"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s个单词包含%2$s超过%3$s个音节%4$s,小于或等于推荐的最大值%5$s。"],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":[""],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["元描述包含 %1$d 句话, %2$s建议不超过 %3$s 词%4$s。 请尝试缩短语句。"],"The meta description contains no sentences %1$sover %2$s words%3$s.":["元描述在%2$s个单词%3$s中不包含句子%1$s。"],"No new notifications.":["没有新通知。"],"Save all":["保存全部"],"Save":["保存"],"%1$s, Author at %2$s":["%1$s,作者%2$s"],"Mobile preview":["手机版预览"],"Desktop preview":["桌面版预览"],"Select redirect":["选择重定向"],"Please provide an SEO title by editing the snippet below.":["在下面的编辑框当作中输入SEO标题。"],"Meta description preview:":["元描述预览:"],"Slug preview:":["别名Slug预览:"],"SEO title preview:":["SEO标题预览:"],"Close snippet editor":["关闭片段编辑器"],"Slug":["别名"],"Remove marks in the text":["删除文本中的标记"],"Mark this result in the text":["在文段中标记这个结果"],"Marks are disabled in current view":["标记/对号在当前视图已被禁用"],"Good SEO score":["SEO分数较高"],"OK SEO score":["SEO得分良好"],"Feedback":["反馈"],"ok":["确定"],"Choose an image":["选择一张图像"],"Remove the image":["删除图像"],"MailChimp signup failed:":["Mailchimp注册失败:"],"Sign Up!":["注册!"],"Name":["名称"],"There is an error with the request.":["该请求有一个错误。"],"Select profile":["选择属性"],"Choose a profile":["选择一项属性"],"Authorization code":[""],"Reauthenticate with Google":["Google重新认证"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["为了 %s Google Search Console能够获取您的信息,请输入您Google认证码,并点击按钮打开一个新窗口。"],"Please provide a meta description by editing the snippet below.":["请通过下面的输入框输入元描述。"],"Edit snippet":["编辑片段"],"You can click on each element in the preview to jump to the Snippet Editor.":["您可以点击预览中的每个元素,以跳转到Snippet 编辑器。"],"Close the Wizard":["关闭向导"],"Export settings":["导出设置"],"%1$s video tutorial":["%1$s 视频教程"],"%s › Configuration Wizard":["%s › 配置向导"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["如果您遇到问题,%1$s请写一份bug报告%2$s,我们会尽最大的努力帮助您。"],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["我们注意到您已经使用%1$s有一段时间了;我们希望您能喜欢!如果您能%2$s在WordPress.org给我们一个五星好评%3$s,我们会非常兴奋!"],"Courses":["课程"],"Date archives settings":["档案设置日期"],"Author archives settings":["作者档案设置"],"%1$s by %2$s":["%1$s由%2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["警告:这个变量 %s 不能被用在这个模板。查看帮助中心获取更多信息。"],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(无标题)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["如果您有新的通知,该 %1$s管理菜单栏包含有用的链接的第三方工具分析页面和可以很容易地看到。"],"Admin bar menu":["管理员菜单栏"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["特点"],"SEO title":["SEO标题"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["虽然我们努力使%1$s的设置尽可能简单,但我们了解这可能会令人生畏。如果您希望我们为您设置%1$s(并获取%2$s的副本),请在此处订购我们的%3$s%1$ss配置服务%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["欢迎使用%1$s配置向导。通过几个简单的步骤,我们将帮助您配置您的SEO设置,以满足您的站点的需要!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["谷歌在搜索结果中显示了您的站点的名称,您可以在这里改变它。"],"Greater than sign":["大于号"],"Less than sign":["小于号"],"Right angle quotation mark":["直角引号"],"Left angle quotation mark":["左角引号"],"Small tilde":["小波浪线"],"Vertical bar":["垂直杆"],"Low asterisk":["低的星号"],"Asterisk":["星号"],"Bullet":["子弹"],"Middle dot":["中间的点"],"Em dash":["長破折號"],"En dash":["短破折号"],"Dash":["破折号"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["选择您的标题分隔符使用的符号。这将显示在您的文章标题和站点名称等当中。上述不同大小的符号也将显示在搜索结果中。"],"The name of the person":["人名"],"No":["否"],"Yes":["是"],"Does, or will, your site have multiple authors?":["您的站点是否有多个作者?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress会自动为库中的每个媒体项生成一个URL。 启用此选项将允许谷歌对生成的URL进行索引。"],"Success!":["成功!"],"Title settings":["标题设置"],"Google Search Console":["谷歌搜索控制台"],"Multiple authors":["多个作者"],"Site type":["站点类型"],"Environment":["环境"],"Yoast option %1$s not found.":["Yoast选项%1$s未找到。"],"Google Structured Data Test":["Google Structured Data Test"],"Posts list":["文章列表"],"Posts list navigation":["文章列表导航"],"Filter posts list":["过滤文章列表"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["请注意,链接到档案可能仍然输出您的主题,您需要将它们分开。"],"%1$s to optimize your site even further":["%1$s 进一步优化您的站点"],"%1$s extensions":["%1$s 的扩展"],"Comes with our 30-day no questions asked money back guarantee":["加入我们,30天无理由退款保证。"],"More information %1$sabout %3$s%2$s":["关于 %3$s%2$s更多的信息 %1$s"],"Installed":["已安裝"],"gain access to our 24/7 support team.":["获得我们的团队24小时/7天的支持。"],"Premium support":["高级支持"],"check what your Facebook or Twitter post will look like.":["检查您的Facebook或Twitter的帖子会看起来像什么。"],"Social previews":["社媒预览"],"create and manage redirects from within your WordPress install.":["创建和管理重定向在您的WordPress安装之后。"],"Redirect manager":["重定向管理器"],"%1$s, take your optimization to the next level!":["%1$s, 将您的优化带到下一个级别!"],"A seamless integration between %1$s and %2$s":["%1$s 和 %2$s之间的无缝集成"],"Use %1$s breadcrumbs instead of %2$s ones":["使用 %1$s 面包屑代替 %2$s 的"],"Easily insert Google Maps, a store locator, opening hours and more":["轻松插入 Google 地图,商店定位器,营业时间等"],"Creates XML News Sitemaps":["创建 XML 新闻站点地图"],"Immediately pings Google on the publication of a new post":["立即向 Google 发布新文章"],"Optimize your site for Google News":["为谷歌新闻优化您的站点"],"Make videos responsive through enabling fitvids.js":["通过 fitvids.js制作视频响应"],"Enhance the experience of sharing posts with videos":["加强与视频分享职位的经验"],"Show your videos in Google Videos":["在谷歌视频显示您的视频"],"Crawl issues list":["抓取问题清单"],"Crawl issues list navigation":["抓取问题列表导航"],"Edit “%s”":["编辑 “%s”"],"Premium":["Premium"],"Google Trends":["Google Trends"],"Notifications":["通知"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":[""],"Disable SEO analysis":["停止SEO分析"],"Twitter settings":["Twitter 设置"],"Pinterest settings":["Pinterest 设置"],"Facebook settings":["Facebook 设置"],"Title separator symbol":["标题分隔符号"],"RSS feed settings":["RSS feed 设置"],"Breadcrumbs settings":["路径导航设置"],"Make primary":["设为主要"],"Enter your Google Authorization Code and press the Authenticate button.":["请输入您的 Google 授权码,并点击[验证]按钮。"],"%s notification":["%s个通知"],"Disable readability analysis":["禁用可读性分析"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["可读性分析"],"Needs improvement":["需要改进"],"Readability":["可读性"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["您尝试加载未缩小的文件,这些仅在我们的开发包中可用。点击 %1$s 以查看所有源文件。"],"Improvements":["改进"],"Restore this item.":["恢复此项。"],"Dismiss this item.":["忽略此项。"],"Good job! We could detect no serious SEO problems.":["做得好! 我们可以没有发现严重的SEO问题。"],"We have detected the following issues that affect the SEO of your site.":["我们检测到以下影响您站点SEO的问题。"],"Problems":["问题"],"Analysis":["分析"],"Not available":["不可用"],"Filter by SEO Score":["按照SEO分数分类"],"Meta description not set.":["还没设置元描述。"],"Video tutorial":["视频入门指导"],"Email support is a %s feature":["邮件支持是一个%s功能"],"Knowledge base":["知识库"],"Open":["打开"],"Dashboard":["仪表盘"],"You can fix this on the %1$sPermalink settings page%2$s.":["您可以在%1$s固定链接设置页面%2$s上修复此问题。"],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["页面评论已启用,然而在1000个案例中的999个中没有必要,我们建议将其禁用。"],"Replaced with the primary category of the post/page":["替换为文章/页面的主要类别"],"Pinterest confirmation":["Pinterest验证"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["如果您已经确定了您的站点,您可以跳过下面的步骤。"],"Format-based archives":["基于格式的档案"],"Webmaster Tools verification":["站长工具验证"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":[""],"Want to be a %s Expert?":[""],"Buy %s":["购买%s"],"Show information about errors in category %s":[""],"New %1$s Title":["新的%1$s标题"],"Existing %1$s Title":["现在的%1$s标题"],"Expected an integer as input.":["需输入整数。"],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["尝试创建一个安全的站点缓存键,但是前、后缀的组合留下的空间太小,您请求的页面可能会超出预期范围。"],"Remove":["移除"],"Keep":["保存"],"Bold the last page":["最后一页用粗体"],"Regular":["普通的"],"Bold":["粗体"],"Show Blog page":["显示博客页"],"Primary %s":["主标题%s"],"Primary":["主"],"Make %1$s primary %2$s":["让%1$s主标题拥有%2$s子标题"],"Term is set to noindex.":["设置为不索引的项。"],"Author archives":["作者存档"],"Show":["展示"],"Enabled":["激活"],"Disabled":["已禁用"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s还没有从%2$s得到您的站点的索引状态"],"The separator defined in your theme's %s tag.":["分隔符定义了您的主题中的 %s 标签。"],"No index":["无索引"],"Analyze entire site":["分析整个站点"],"Fetch the current status":["获取现在的状态"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s还没有从%4$s得到您的站点的索引状态%3$s"],"Your homepage can be indexed by search engines.":["您的主页可以被搜索引擎索引"],"Indexability check by %1$s":["由%1$s提供的索引检查"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["如果您想在%1$s上分享图片,您可以在这儿上传或者从URL中添加图片。 "],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["如果您不想使用%1$s共享的元数据描述,但希望另一个描述有,在这里写。"],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["如果您不希望使用修改作为在%1$s的分享标题,请在下面的编辑框当中输入您期望的标题。"],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$s您的首页无法被搜索引擎索引%2$s, 这对SEO不好, 应当被修复。"],"Once Weekly":["一次每周"],"Add-ons":["扩展插件"],"SEO score":["SEO分数"],"Twitter metadata":["Twitter元数据"],"Facebook / Open Graph metadata":["Facebook / Open Graph自定义字段"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":[""],"%1$s of %2$s done.":["已经完成%2$s中的%1$s。"],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["我们已经更新了我们的搜索引擎优化算法。%1$s点击这里%2$s来为您所有的文章和页面重新计算SEO分数。"],"Team Yoast":["Yoast团队"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["第一个真正意义上的WordPress全能SEO解决方案!包含了页面内容分析、XML站点地图和更多功能!"],"Yoast SEO":["Yoast SEO"],"Activation failed:":["激活失败:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["该过滤扩展功能看来是不可用的。请询问您的服务器提供商来启用它。"],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["%1$s没有正确安装,请参阅%2$s安装指南%3$s。"],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["标准 PHP库(SPL) 扩展似乎不可用。请联系您的主机商启用。"],"SEO Settings":["SEO设置"],"Mobile-Friendly Test":["移动端友好度测试"],"Google Page Speed Test":["Google页面速度测试"],"CSS Validator":["CSS验证器"],"HTML Validator":["HTML验证器"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins验证"],"Facebook Debugger":["Facebook调试器"],"Check Headers":["检查头部"],"Check Google Cache":["检查 Google 暂存档"],"Analyze this page":["分析这个页面"],"Keyword Research":["关键词研究"],"%s does not seem to be a valid url. Please correct.":["%s似乎不是一个有效的URL。请更正。"],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s似乎并不是一个有效的%2$s验证字符串。请更正。"],"%s Archive":["%s 归档"],"You searched for %s":["您正搜索 %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s似乎不是一个有效的Twitter用户ID。请更正。"],"Summary with large image":["大型图片摘要"],"Summary":["摘要"],"The post %1$s appeared first on %2$s.":["%1$s最先出现在%2$s。"],"No numeric value was received.":["没有收到数字值"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["这必须是一个现有的博客。博客 %s “不存在”或已被标记为“已删除”。"],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["默认博客必须是您想设为默认的博客ID数值。"],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s不是一个可链接到%2$s设置的选项,它的值已被重置为默认。"],"Please select a valid post type for taxonomy \"%s\"":["请为分类\"%s\"选择一个有效的文章形式。"],"Please select a valid taxonomy for post type \"%s\"":["请为文章形式\"%s\"选择一个有效的分类。"],"You searched for":["您正在搜索:"],"Home":["首页"],"Archives for":["归档:"],"Error 404: Page not found":["404错误:找不到页面"],"Good":["优良"],"Replaced with a custom taxonomies description":["用一个自定义的分类描述替换"],"Replaced with a posts custom taxonomies, comma separated.":["用一个帖子自定义分类法替换,以逗号分隔。"],"Replaced with a posts custom field value":["用文章的自定义字段值替换"],"Replaced with the slug which caused the 404":["用引起404的别名替换"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["附件标题"],"Replaced with the current page number":["用当前的页号替换"],"Replaced with the current page total":["替换当前页面的总数"],"Replaced with the current page number with context (i.e. page 2 of 4)":["替换为当前页码(如:第2页/共4页)"],"Replaced with the post/page author's 'Biographical Info'":["用文章/页面作者的‘传记信息’替换"],"Replaced with the post/page author's 'nicename'":["用文章/页面作者的‘昵称’替换"],"Replaced with the post/page ID":["用文章/页面ID替换"],"Replaced with the post/page modified time":["用文章/页面修改后的时间替换"],"Replaced with the content type plural label":["用文章的柱式复数标签替换"],"Replaced with the content type single label":["用文章的单标签替换"],"Replaced with the current search phrase":["用当前的搜索短语替换"],"Replaced with the term name":["用术语名称替换"],"Replaced with the term description":["用术语描述替换"],"Replaced with the tag description":["用标签描述替换"],"Replaced with the category description":["取代分类描述"],"Replaced with the post categories (comma separated)":["取代后类别(逗号分隔)"],"Replaced with the current tag/tags":["替换当前的标签/标签"],"Replaced with the post/page excerpt (without auto-generation)":["文章/页面摘要(不自动生成)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["文章/页面摘要(如不存在则自动生成)"],"The site's name":["站点名称"],"Replaced with the title of the parent page of the current page":["替换为当前页面的父页的标题"],"Replaced with the title of the post/page":["文章/页面的标题"],"Replaced with the date of the post/page":["替换为文章/页面的日期"],"Page %1$d of %2$d":["第%1$d页 共%2$d页"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["由具有相同名称注册一个变量,您不能推翻一个WPSEO标准变量替换。使用“wpseo_replacements”过滤器,而不是调整重置价值。"],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["具有相同名称的替换变量已注册。试着让您的变量名独一无二。"],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["一个替代变量不能以“%%cf_”或“%%ct_”开头,因为这些都是WPSEO保留的标准可变变量的自定义字段和自定义分类。试着让您的变量名独一无二。"],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["一个替代变量只能包含字母、下划线或破折号。尝试重命名您的变量。"],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["通知(仅管理员):此页不显示元描述,因为没有指定。请填写元描述或进入[%1$s - %2$s],并设置一个模板。"],"Page not found":["(/゚Д゚)/没找到页面"],"%s Archives":["%s 归档"],"Search for \"%s\"":["搜索 \"%s\""],"Meta description to use for Author page":["作者页的元描述"],"Title to use for Author page":["用于作者页面的标题"],"%1$s settings":["%1$s设置"],"Export your %1$s settings":["导出您的%1$s设置"],"Import settings":["导入设置"],"Import from other SEO plugins":["从其他SEO插件导入"],"Import":["导入"],"If you had a %s file and it was editable, you could edit it from here.":["如存在%s文件并且可写,即可在此编辑。"],"If your %s were writable, you could edit it from here.":["如果%s可写,即可在此编辑。"],"You don't have a %s file, create one here:":["没有%st文件,在这里创建一个:"],"A link to your site, with your site's name and description as anchor text.":["您的站点链接,锚文本为站点名称和描述。"],"A link to your site, with your site's name as anchor text.":["您的站点链接,锚文本为站点名称。"],"A link to the post, with the title as anchor text.":["文章链接,锚文本为标题。"],"A link to the archive for the post author, with the authors name as anchor text.":["文章作者归档的链接,锚文本为作者名称。"],"You can use the following variables within the content, they will be replaced by the value on the right.":["支持以下变量,它们会被替换为右边的值。"],"Content to put after each post in the feed":["在Feed中添加到文章尾部的内容"],"Content to put before each post in the feed":["在Feed中添加到文章头部的内容"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["此功能可自动在您的RSS中添加内容。更确切地说,这意味着可以给您的站点和文章添加反向链接。当采集器也这么做,就帮助搜索引擎识别您是原创作者。"],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["这个路径导航功能的使用在%1$s我们的路径导航实施知识库文章解释%2$s。"],"How to insert breadcrumbs in your theme":["如何在您的主题插入路径导航"],"Blog":["博客"],"Content type archive to show in breadcrumbs for taxonomies":["在面包导航的分类里,展示文章类型存档"],"Taxonomy to show in breadcrumbs for content types":["在面包屑导航中为文章类型分类法"],"Breadcrumb for 404 Page":["404页的路径导航"],"Prefix for Search Page breadcrumbs":["搜索页面路径导航的前缀"],"Prefix for Archive breadcrumbs":["归档页面路径导航的前缀"],"Prefix for the breadcrumb path":["路径导航前缀"],"Anchor text for the Homepage":["站点首页的锚文本"],"Separator between breadcrumbs":["路径导航间的分隔符"],"Enable Breadcrumbs":["启用路径导航"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["以下是您已经发表的文章的SEO得分,是时候对部分文章进行优化了!"],"Credits":["鸣谢"],"« Back to Tools page":["« 返回工具页"],"%1$s comes with some very powerful built-in tools:":["%1$s附带了一些非常强大的内置工具:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["这个工具允许您快捷地改变您的SEO的重要文件,例如robots.txt和.htaccess文件。"],"File editor":["文件编辑器"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["从其他的SEO插件导入设置或导出设置到其他博客。"],"Import and Export":["导入和导出"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["这个工具可以让您快速改变您的文章和页面的标题和描述,而不必去为每一页编辑。"],"Bulk editor":["批量编辑器"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["要%1$s使用Pinterest%2$s验证您的站点,请在此处添加元标记:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest使用开放图形元数据(比如Facebook),如果您想优化您的站点Pinterest,一定要保持开放的图形复选框(经过Facebook检测)。"],"The default card type to use":["默认card类型"],"Add Twitter card meta data":["添加Twitter card元数据"],"This image is used if the post/page being shared does not contain any images.":["无图像的文章/页面被分享时显示的默认图像。"],"Default settings":["默认设置"],"Copy home meta description":["复制首页元描述"],"Description":["描述"],"Image URL":["图像URL"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["这里是您站点首页在Open Graph元标签中使用的标题,描述和图片。"],"Frontpage settings":["首页设置"],"Add Open Graph meta data":["添加Open Graph元数据"],"YouTube URL":["YouTube URL"],"Pinterest URL":["Pinterest URL"],"MySpace URL":["MySpace URL"],"LinkedIn URL":["LinkedIn URL"],"Instagram URL":["Instagram URL"],"Twitter Username":["Twitter用戶名"],"Facebook Page URL":["Facebook页面URL"],"Accounts":["账户"],"Restore site to defaults":["恢复站点到默认值"],"Site ID":["站点ID"],"Using this form you can reset a site to the default SEO settings.":["您可以使用此项重置某个站点为默认SEO设置。"],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":[""],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["对于您要将其设置用作添加到网络中的所有站点的默认设置的站点,输入%1$s站点ID%2$s。 留空(即将使用正常的插件默认值)。"],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["选择您已添加到网络中的想作为默认的站点。如果选择 “无”,标准插件默认值将被使用。"],"New sites in the network inherit their SEO settings from this site":["网络上新建的站点从这个站点继承SEO设置"],"Super Admins only":["仅超级管理员"],"Site Admins (default)":["站点管理员(默认)"],"Who should have access to the %1$s settings":["谁应该有访问权%1$s设置"],"spam":["垃圾"],"mature":["成熟"],"archived":["已归档"],"public":["公共"],"%s restored to default SEO settings.":["%s 已恢复至默认的搜索引擎优化设置。"],"Settings Updated.":["设置已更新。"],"404 pages":["404页面"],"Search pages":["搜索页"],"These pages will be %s by default, so they will never show up in search results.":["这些页面将被 %s 由默认,所以他们将不会显示在搜索结果中。"],"Special Pages":["特殊页面"],"Date-based archives could in some cases also be seen as duplicate content.":["某些情况下,以日期为基础归档也被视为重复的内容。"],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["如果您的站点是这种情况的话,您可以选择禁用它(会重定向到主页),或添加%s进去,这样它不会显示在搜索结果中。"],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["如果您运行的是单一作者的博客,作者归档将与您的首页完全一致。这就是所谓的%1$s重复内容问题%2$s。"],"Date archives":["日期归档"],"author archives":["作者归档"],"Title":["标题"],"%1$s Meta Box":["%1$s元框"],"Hide":["隐藏"],"Date in Snippet Preview":["在片段预览中的日期"],"Take note:":["注意:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["首页 & 首页静态页面"],"Title Separator":["标题分隔符"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s 会自动检测到不论它是否需要强制为您的页面重写这个标题,如果您认为它是错的并且您知道您现在做的事情,您可以在这更改这个设置。"],"Force rewrite titles":["强制重写标题"],"Taxonomies":["分类法"],"Homepage":["首页"],"%1$s Extensions":["%1$s扩展"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["无缝集成%1$s到WooCommerce插件并获得额外的功能!"],"Rank better locally and in Google Maps, without breaking a sweat!":["轻松提高本地和谷歌地图的排名!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["您在谷歌新闻?通过它优化增加谷歌新闻的流量!"],"Optimize your videos to show them off in search results and get more clicks!":["优化您的视频在搜索结果中的展示并赚取更多点击量!"],"The premium version of %1$s with more features & support.":["%1$s Premium拥有更多功能及技术支持。"],"Person":["个人"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["站点名称"],"Webmaster Tools":["站点管理员工具"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["您的文章和页面URL中没有标题别名,强烈建议修改。请考虑设置永久链接结构为/%postname%/。"],"RSS":["RSS"],"Breadcrumbs":["面包屑导航"],"or":["或者"],"Save Profile":["保存配置"],"There were no profiles found":["没有找到配置文件"],"Profile":["个人资料"],"Current profile":["当前配置资料"],"Authenticate":["认证"],"Get Google Authorization Code":["获得 Google Authorization Code"],"Reload crawl issues":["重新加载抓取问题"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["要修复该问题您需要创建一个重定向,需升级到 %1$s。您可以在 %2$s购买插件,同时附赠一年的免费支持和升级。"],"Creating redirects is a %s feature":["创建重定向是 一种 %s 功能"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["仅当您的站点被功能手机版谷歌蜘蛛错误抓取时才会出现该错误(桌面系统不会返回本错误)。"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["您的站点被googlebot-mobile抓取是发生错误(在PC端没有发生错误)。"],"Errors that occurred when your site was crawled by Googlebot.":["您的站点被googlebot抓取时发生错误。"],"Issue categories":["问题类别"],"Incorrect Google Authorization Code.":["错误的Google授权码"],"The issues have been successfully reloaded!":["该问题已经成功地重新加载!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s 的数据已被删除。如果您想再次检索数据,您需要重新验证。"],"Crawl errors per page":["每页抓取错误"],"Search":["搜索"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["检测到抓取错误:%1$s点此访问 Google Search Console%2$s"],"Create redirect":["创建重定向"],"Mark as fixed":["标记为固定"],"Response code":["响应状态码"],"First detected":["首先检测"],"Last crawled":["上次检索"],"URL":["URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s 检测到您使用的%2$s版本不兼容 %1$s。请更新到最新版本的%2$s使用此功能。"],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast插件分享一些代码,它们之间以使您的站点速度更快。如此一来,所有已安装的Yoast插件都要更新到最新版本。但是我们发现并非如此,请更新还没更新的Yoast插件到最新版本。"],"Feature phone":["功能手机"],"Smartphone":["智能手机"],"Desktop":["桌面"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["目标网址不存在,但您的服务器不返回404(文件未找到)错误。"],"Soft 404":["软404"],"Request timed out or site is blocking Google.":["链接超时或站点屏蔽了Google。"],"Server Error":["服务器错误"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["谷歌机器人可以访问您的站点, 但是某些站点在您的 %1$s 文件影响下被谷歌机器人屏蔽。 屏蔽可能包含PC端和移动端。"],"Blocked":["被屏蔽"],"Google was unable to crawl this URL due to an undetermined issue.":["由于未知的原因,Google无法抓取此网址。"],"URL points to a non-existent page.":["URL指向一个不存在的页面。"],"Not found":["未找到"],"Not followed":["不再追踪"],"Faulty redirects":["故障重定向"],"Server requires authentication or is blocking Googlebot from accessing the site.":["服务器要求身份验证或服务器阻止了Googlebot访问站点。"],"Access denied":["拒绝访问"],"Deactivate %s":["停用 %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s插件在与%2$s结合使用时可能会导致问题。"],"Upload Image":["上传图像"],"Remove these ads?":["要移除这些广告吗?"],"%s Posts Overview":["%s文章预览"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["面包屑标题用于出现此分类法的面包屑中。"],"Breadcrumbs title":["面包屑的标题"],"The canonical link is shown on the archive page for this term.":["在归档页中此项目的规范网址。"],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["其它"],"Archives":["归档"],"Email":["电子信箱"],"Close":["关闭"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s和%2$s可以创建XML站点地图。使用两个XML站点地图,非但不利于搜索引擎,甚至可能会减慢您的站点。"],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s图像"],"%s Description":["%s 描述"],"%s Title":["%s 标题"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["%1$s的建议图片大小为%2$s像素。"],"If you want to override the image used on %s for this post, upload / choose an image here.":[""],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["如果您不想在分享到 %s 时使用这个元描述,您可以在这里写上另一个。"],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["如果您不想使用这个文章标题来在%s分享这篇文章,而是想要使用另一个标题,那么写在这里。"],"very difficult":["非常困难"],"Try to make shorter sentences, using less difficult words to improve readability":[""],"difficult":["困难"],"Try to make shorter sentences to improve readability":[""],"fairly difficult":["还算困难"],"OK":["好"],"fairly easy":["还算容易"],"easy":["容易"],"very easy":["非常容易"],"Meta Desc.":["元描述"],"All SEO Scores":["全部SEO分数"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO问题:特色图片应该至少是200 x 200像素,由Facebook和其他社交媒体站点提取。"],"(no parent)":["(没有父级)"],"Post is set to noindex.":["文章设置为noindex"],"The URL that this page should redirect to.":["URL重定向的目标页面。"],"301 Redirect":["301 转址"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["规范链接"],"Title to use for this page in breadcrumb paths":["此页在包屑路径中的标题"],"Breadcrumbs Title":["面包屑的标题"],"No Snippet":["没有摘要"],"No Archive":["没有归档"],"No Image Index":["没有图像索引"],"None":["无"],"Site-wide default: %s":["站点默认:%s"],"Advanced meta robots settings for this page.":["高级的 meta 为这个搜索引擎设置这个页面"],"Meta robots advanced":["高级Meta Robots"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["警告:虽然您可以在此设置元数据爬虫的选项,但是由于整个站点的隐私设定为不索引,因此本设置不会有效果。"],"Meta description":["元描述"],"SEO Title":["SEO标题"],"Focus keyword":["重点关键词"],"Snippet preview":["摘要预览"],"Settings successfully imported.":["设置导入成功。"],"Settings could not be imported:":["设置无法导入:"],"Error creating %1$s export: ":["创建 %1$s 出现的错误:"],"Breadcrumb for 404 pages:":["404页的面包屑:"],"Prefix for search result pages:":["搜索结果页面前缀:"],"Prefix for archive pages:":["存档页面前缀:"],"Prefix for breadcrumbs:":["面包屑导航前缀:"],"Anchor text for the homepage:":["首页的锚文本:"],"Breadcrumbs separator:":["面包屑分隔符:"],"Remove blog page from breadcrumbs":["从面包屑导航中移除博客页面"],"%s Breadcrumbs":["%s面包屑导航"],"Use Image":["使用图像"],"Action":["启动"],"Page URL/Slug":["页面URL/别名"],"Publication date":["发布日期"],"Post Status":["文章状态"],"WP Page Title":["WP页面标题"],"View":["检视"],"View “%s”":["查看《%s》"],"Preview":["预览"],"Preview “%s”":["预览《%s》"],"Edit":["编辑"],"Filter":["筛选"],"New Yoast Meta Description":["新的Yoast Meta描述"],"Existing Yoast Meta Description":["现有的Yoast 元描述"],"Facebook profile URL":["Facebook个人资料URL"],"Twitter username (without @)":["Twitter用户名(不包含@)"],"FAQ":["常见问题"],"Premium Support":["高级支持"],"Settings":["设置"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["您必须%1$s前往阅读设定%2$s,并取消勾选[搜寻引擎检视性]选项。"],"Huge SEO Issue: You're blocking access to robots.":["严重的SEO问题:站点正屏蔽搜索引擎。"],"Posts":["文章"],"Edit Files":["编辑文件"],"Advanced Variables":["高级变量"],"Basic Variables":["基本变数"],"General":["常规"],"Extensions":["扩充组件"],"Search Console":["Search Console"],"Tools":["工具"],"Advanced":["高级"],"XML sitemaps":["XML 站点地图"],"Social":["社会化"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s 侦测到您正在使用 %2$s 版的%3$s, 请更新到最新版本,以防止出现兼容性问题。"],"Just another WordPress site":["又一个WordPress站点"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["您还在使用WordPress默认的副标题,倒不如留空的更好,%1$s您可以通过%2$s自定义修正这个问题。"],"You have used HTML in your value which is not allowed.":["您在文章中使用了不被允许的HTML代码。"],"You can't edit %s that aren't yours.":["无法编辑非您创建的文章%s 。"],"You can't edit %s.":["无法编辑%s。"],"Post has an invalid Content Type: %s.":["文章拥有一个无效的文章形式:%s。"],"Post doesn't exist.":["文章不存在。"],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["回收站 (%s)"],"posts\u0004All (%s)":["全部(%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=1; plural=0;","lang":"zh_CN"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":[""],"You have %d hidden notification:":[""],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":[""],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":["在面包屑中显示博客页面"],"We could not find any relevant articles on your website that you could link to from your post.":["我们无法在您的网站上找到可以从您的文章链接到的任何相关文章。"],"Has feedback":["发送反馈"],"Content optimization:":["内容优化:"],"%1$sSEO%2$s: %3$s":["%1$sSEO%2$s: %3$s"],"%1$sReadability%2$s: %3$s":["%1$s可读性%2$s: %3$s"],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":["阅读 %1$s这篇文章,了解更多关于我们不支持旧版本的信息。%2$s"],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":["如果您因为新的古腾堡编辑器而暂停更新到%2$s及更高版本,请安装经典编辑器插件。 它将为您提供与现在相同的编辑体验,以及较新版本的WordPress和%1$s的安全性。"],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":["%1$s更新WordPress到最新版本%2$s%3$s我们注意到您没有使用最新的WordPress版本,这可能会很快导致问题。 %4$s(出于安全性和稳定性的原因)仅支持当前和以前版本的WordPress。 当下一个版本的WordPress出现时,这意味着我们将支持WordPress%6$s和%7$s。 这意味着在更新WordPress之前您不会得到%5$s的任何更新,所以请确保尽快升级到最新的WordPress版本!%3$s%3$s"],"Post Noindexed":["未索引的文章"],"No Focus Keyphrase":["没有焦点关键词"],"Person logo / avatar":["个人标志/头像"],"Extend %s":["扩展%s"],"Enroll in the %s for WordPress training":["注册%s进行WordPress培训"],"Posts with the SEO score: %s":["文章SEO得分:%s"],"SEO: %s":["SEO:%s"],"%s video tutorial":["%s视频教程"],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":["查看当前的抓取错误,请到%1$sGoogle搜索控制台%2$s中查看。"],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":["谷歌已经停止了它的爬行错误API。因此,您可能已经出现的任何可能的爬行错误都将无法再显示在此处。%1$s请阅读我们关于此的声明,了解更多信息%2$s。"],"Remove this message":["删除此消息"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":["使用我们的%s插件为本地受众真正优化您的网站! 优化的地址详细信息,营业时间,商店定位器和取件选项!"],"Serving local customers?":["为本地客户服务?"],"Get the %s plugin now":["立即获取 %s 插件"],"Organization social profiles":["组织社交主页"],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":["可以在用户%1$s个人页面编辑meta的内容,比如这个用户的社交资料,名称和介绍。"],"Personal info":["个人信息"],"Organization logo":["组织Logo"],"Organization name":["组织名称"],"Choose whether the site represents an organization or a person.":["选择网站是代表组织还是代表个人。"],"Knowledge Graph & Schema.org":["知识图谱和Schema.org"],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":["要使您的网站代表公司或组织, 请转到 %1$s搜索外观从%2$s, 并将组织或个人设置为 \"组织\"。"],"To change the social accounts used for your site, update the details for %1$s.":["需要修改网站的社交账号,请点击%1$s."],"That means that the form and information below is disabled, and not used.":["这表示下面的信息输入框不可用。"],"Your website is currently configured to represent a Person":["您的网站当前配置为代表个人"],"(if one exists)":["(如果存在)"],"Wikipedia page about you":["关于您的维基百科页面"],"YouTube profile URL":["YouTube个人资料网址"],"Tumblr profile URL":["Tumblr个人资料网址"],"SoundCloud profile URL":["SoundCloud个人资料网址"],"MySpace profile URL":["Myspace个人资料网址"],"Organization or person":["组织或个人"],"The person":["个人"],"Organization":["组织"],"Does your site represent a person or an organization?":["您的网站是代表个人还是组织?"],"The name of the organization":["组织名称"],"Provide an image of the organization logo":["提供组织 Logo 图像"],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":["您之前已将网站设置为代表某个人。 我们已经改进了围绕Schema和知识图的功能,所以您应该进入并且%1$s完成这些设置%2$s。"],"Select a user...":["选择用户…"],"Uncategorized":["未分类"],"Name:":["名称:"],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":["您已选择用户%1$s作为此网站所代表的人。 他们的用户个人资料信息现在将用于搜索结果中。 %2$s更新他们的个人资料以确保信息正确。%3$s"],"Error: Please select a user below to make your site's meta data complete.":["错误:请选择以下一个用户完善您站点的元数据。"],"SEO score: %s":["SEO分数:%s"],"If a Wikipedia page for you or your organization exists, add it too.":["如果您或您的组织存在维基百科页面,也可以添加它。"],"Wikipedia URL":["维基百科网址"],"Pinterest profile URL":["Pinterest个人资料网址"],"Instagram profile URL":["Instagram个人资料网址"],"LinkedIn profile URL":["LinkedIn个人资料网址"],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":["关键词搜索对于SEO策略来说至关重要。您决定您将被什么关键词搜索到,并且找到用户经常使用什么关键词搜索您。杰出的关键词搜索能够告诉您需要如何按照关键词的排名调整对应内容。请保证您再关键词修改上的努力有实质的改观!千里之行%1$s,始于足下。"],"SEO for Beginners training":["初学者SEO培训"],"%s for WordPress training":["%s用于WordPress培训"],"All-around SEO training":["全方位的SEO培训"],"The image you selected is too small for Facebook":["您选择的图像对Facebook来说太小了"],"The given image url cannot be loaded":["无法加载指定的图像网址"],"Find out what words your audience uses to find you":["找出您的受众使用哪些字词来找到您"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":["%1$s弗莱士易读性指数%2$s: 测试中的副本评分是%3$s, 预计应是%4$s的阅读指数.%5$s"],"No JSON object was returned.":["没有JSON对象返回。"],"Received internal links":["收到内链"],"Outgoing internal links":["传出内链"],"New step added":["下一步"],"New question added":["新问题已添加"],"To be able to create a redirect and fix this issue, you need %1$s. ":["为了能创建一个重定向并修复这个问题,您需要%1$s. "],"You can buy the plugin, including one year of support and updates, on %1$s.":["您可以购买这个插件,费用包含了一年的支持和升级, 在 %1$s."],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":["“文本链接计数器”功能提供有关在文本中找到多少链接以及有多少链接引用了文本的详细信息。当您正在改进您的%1$s内部链接%2$s时,这非常有用。"],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":["要使这项功能使用 %1$s 要求的最低 PHP 版本为 %2$s。我们已经在这个网站检测到现在的版本为 %3$s 。"],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":["请仔细考虑其含义然后%1$s阅读此文章%2$s,如果您想了解有关在搜索结果中显示媒体的影响的更多信息。"],"Keyphrase":["关键词"],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":["要使此功能正常工作,%1$s需要在数据库中创建一个表。我们无法自动创建此表。"],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":["通过启用此选项,附件URLs对您的访问者和Google都可见。为了增加网站的价值,它们应该包含有用的信息,否则可能会对您的排名产生负面影响。"],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":["%3$s文本链接计数器%4$s功能(在%1$s%2$s中引入)当前被禁用。"],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":["请阅读以下%1$s知识库文章%2$s以了解如何解决此问题。"],"To make sure all the links in your texts are counted, we need to analyze all your texts.":["为了确保您文本中的所有链接都被计算在内,我们需要分析您的所有文本。"],"All you have to do is press the following button and we'll go through all your texts for you.":["您要做的就是按下下面的按钮,我们会帮您浏览所有的文本。"],"Count links":["链接计数"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":["%3$s图像alt属性%5$s:此页上的%2$d个图像中,有%1$d个图像alt属性包含来自您的关键词或同义词的单词。那有点多。%4$s仅在它真正适合图像%5$s时包含关键词或其同义词。"],"%1$sImage alt attributes%2$s: Good job!":["%1$s图像alt属性%2$s:很好!"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":["%3$s图像alt属性%5$s:此页上的%2$d个图像中,只有%1$d具有反映文本主题的alt属性。%4$s将您的关键词或同义词添加到更相关图像的alt标记中%5$s!"],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":["%1$s图像alt属性%3$s:此页上的图像没有反映文本主题的alt属性。%2$s将您的关键词或同义词添加到相关图像的alt标记%3$s!"],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":["%1$s图像alt属性%3$s:此页上的图像具有alt属性,但您尚未设置关键词。%2$s修复该%3$s!"],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":[" %1$s副标题中的关键词%2$s:较高级别副标题的%3$s反映了副本的主题。做得好!"],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":["%1$s副标题中的关键词%2$s:较高级别的副标题反映了副本的话题。做得好!"],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":["%1$s副标题中的关键词%3$s:%2$s在更高级别的副标题%3$s中使用更多关键词或同义词!"],"Page %s":["第%s页"],"Cannot get the size of %1$s because of unknown reasons.":["由于未知原因,无法获取%1$s的大小。"],"Cannot get the size of %1$s because it is hosted externally.":["无法获取%1$s的大小,因为它是外部主机。"],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":["只需将开关切换到“开”即可使用重新校准的分析。同时,我们会将您添加到我们的特定邮件列表中。我们只会给您发告诉您重新校准的经验的邮件!"],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":["我们有%1$s重新校准了我们的分析%2$s。通过新的分析,我们将更接近谷歌对您的网站的看法。如果您想%3$s测试这项功能%4$s,这将是%3$s太棒了%4$s!"],"Get an even better analysis":["获得更好的分析"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":["%1$s单个标题%3$s:H1s只能用作您的主标题。在您的文本中查找不是您的主标题的所有H1,然后%2$s将其更改为较低的标题级别%3$s!"],"Improve sharing on Facebook and Pinterest":["改善Facebook和Pinterest上的分享"],"You do not have the required rights to export settings.":["您没有导出设置所需的权限。"],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":["将所有这些设置复制到另一个站点的%1$s选项卡,然后单击其中的“%1$s”。"],"These are settings for the %1$s plugin by %2$s":["这些是由%2$s为%1$s插件设置的"],"No settings found.":["找不到设置。"],"Export your %1$s settings here, to copy them on another site.":["在此处导出您的%1$s设置,以便将其复制到其他站点。"],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["只有运行php 5.3或更高版本的服务器才支持导入设置。"],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":["通过粘贴从其他网站复制的设置并单击“%s”导入设置。"],"Paste your settings from another %s installation.":["从另一个%s安装粘贴设置。"],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$s关键词密度%2$s:找到焦点关键字0次,这比这个长度的文本推荐的最小值少%3$d次,%4$s关注您的关键词%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":["%1$s关键词密度%2$s:找到焦点关键词%5$d时间。 对于这个长度的文本,这小于建议的%3$d倍的最小值。 %4$s关注您的关键词%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":["%1$s关键字密度%2$s:找到焦点关键字%3$d次。这太棒了!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$s关键字密度%2$s:找到焦点关键字%5$d次。这超过了此长度文本建议的最大值%3$d次。%4$s不要过度优化%2$s!"],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":["%1$s关键字密度%2$s:找到焦点关键短语%5$d时间。 对于这个长度的文本,这超过了建议的最大值%3$d倍。 %4$s不要过度优化%2$s!"],"Indexable created for object %1$s with type %2$s":["已为类型为%2$s的对象%1$s创建了可索引"],"Method %1$s() does not exist in class %2$s":["方法%1$s()在类%2$s中不存在"],"With %s, you can easily create such redirects.":["通过%s,您可以轻松地创建此类重定向。"],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["更改永久链接设置会严重影响搜索引擎的可见性。它应该几乎是%1$s,而不是%2$s在一个实时网站上完成。"],"WARNING:":["警告:"],"Learn about why permalinks are important for SEO.":["了解为什么永久链接对SEO很重要。"],"Google Ads":["Google广告"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$s关键词中的函数字%3$s:您的关键词“%4$s”只包含功能词,%2$s进一步了解什么是一个好的关键词。%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["您知道吗%s也会分析您的关键词的不同形式,比如复数和过去时态?"],"Clear Image":["清除图像"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$s关键字长度%3$s:%2$s设置关键字以计算SEO得分%3$s。"],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":["%1$s别名中的关键词%2$s:超过一半的关键短语出现在别名中。 太棒了!"],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":["%1$s别名中的关键词%3$s:(部分)您的关键短语没有出现在网址中。 %2$s调整这个%3$s!"],"%1$sKeyphrase in slug%2$s: Great work!":["%1$s别名中的关键词%2$s:非常好!"],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":["%1$s标题关键词%3$s:并非所有来自您的关键词“%4$s”的单词都出现在SEO标题中,%2$s尝试在SEO标题%3$s中使用与您的关键词完全匹配的词。"],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":["%1$s标题关键词%3$s:不包含完全匹配项。%2$s尝试在SEO标题%3$s中写入与您的关键词完全匹配的内容。"],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":["%1$s标题关键词%3$s:关键词的精确匹配出现在SEO标题中,但不是在开头。%2$s尝试将其移动到开始的%3$s。"],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":["%1$s标题关键词%2$s:关键词的完全匹配出现在SEO标题的开头,做得好!"],"%1$sKeyphrase distribution%2$s: Good job!":["%1$s关键字短语分发%2$s:做得好!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$s关键字短语分布%3$s:非常不均匀。文本的大部分不包含关键字或其同义词。%2$s更均匀地分配它们%3$s。"],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$s关键字短语分布%3$s:非常不均匀。文本的大部分不包含关键字或其同义词。%2$s更均匀地分配它们%3$s。"],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$s关键字短语分发%3$s:%2$s在文本中包含您的关键字短语或其同义词,以便我们检查关键字短语分发%3$s。"],"Help on choosing the perfect focus keyphrase":["帮助选择完美的焦点关键词"],"Would you like to add a related keyphrase?":["是否要添加相关关键字?"],"Go %s!":["转到%s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":["不在搜索结果中显示日期归档技术上意味着这些将有一个%1$s Robot Meta,%2$s有关搜索结果设置的详细信息%3$s。"],"Rank better with synonyms & related keyphrases":["使用同义词和相关关键词排名更好"],"optimize a single post for synonyms and related keyphrases.":["优化同义词和相关关键词的单篇文章。"],"Synonyms & related keyphrases":["同义词和相关关键词"],"Add related keyphrase":["添加相关的短语"],"Dismiss %s upgrade notice":["关闭%s升级通知"],"Upgrade to %s":["升级到%s"],"%1$s video":["%1$s 视频"],"Get %s":["获得%s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$s以前使用过关键词%6$s:您在%3$s之前使用过此关键词%1$s%2$d次,%5$s不要多次使用关键词%6$s。"],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$s以前使用过关键词%5$s:您在%2$s之前使用过此关键词%1$s一次,%4$s不要多次使用关键词%5$s。"],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$s以前使用过关键词%2$s:您以前没有使用过这个关键词,非常好。"],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$s禁用词 Slug%3$s:此页的 Slug包含一个禁用字,%2$s删除%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sv Slug太长%3$s:此页的 Slug有点长,%2$s缩短些%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$s图像alt属性%3$s:此页上没有图像,%2$s添加一些%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$s链接关键词%3$s:您正在链接到另一页,其中包含希望此页排名的单词,%2$s不要这样做%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["这远远低于建议的最小值%5$d字,%3$s添加更多内容%4$s。"],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["这低于建议的最小值%5$d字,%3$s添加更多内容%4$s。"],"%2$sText length%4$s: The text contains %1$d word.":["%2$s文本长度%4$s:文本包含%1$d字。"],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$s文本长度%3$s:文本包含%1$d个字。做得好!"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":["%1$s副标题中的关键词%3$s:您的高级副标题中超过75%%反映了您的副本话题。太多了。%2$s请不要过度优化%3$s!"],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO标题宽度%3$s:%2$s请创建SEO标题%3$s。"],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":["%1$sSEO标题宽度%3$s:SEO标题比可见限制更宽。 %2$s尝试缩短%3$s。"],"%1$sSEO title width%2$s: Good job!":["%1$sSEO标题宽度%2$s:做得好!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO标题宽度%3$s:SEO标题太短。 %2$s使用空格添加关键词变体或创建引人注目的号召性用语副本%3$s。"],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$s出站链接%2$s:此页上既没有后续的出站链接,也没有正常的出站链接。做得好!"],"%1$sOutbound links%2$s: Good job!":["%1$s出站链接%2$s:很好!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$s出站链接%3$s:此页上的所有出站链接均未被跟踪。%2$s添加一些正常链接%3$s。"],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$s出站链接%3$s:此页中没有出站链接。%2$s加上一些%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$s元描述长度%2$s:做得好!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$s元描述长度%3$s:元描述超过%4$d个字符,为了确保整个描述可见,%2$s您应该减少长度%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$s元描述长度%3$s:元描述太短(少于%4$d个字符,最多可使用%5$d个字符,%2$s使用空间%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$s元描述长度%3$s:未指定元描述。 搜索引擎将显示来自页面的副本。 %2$s确保写一个%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$s元描述中的关键词%2$s:已指定元描述,但它不包含关键词。 %3$s修复%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$s元描述%2$s中的1$s关键字短语:元描述包含关键字短语%3$s次,超出建议的最大值2次。%4$s限制为%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$s元描述中的关键词%2$s:关键词或同义词出现在元描述中。做得好!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$s关键字长度%5$s:关键字长度为%1$d个单词。这远远超过了建议的最大值%2$d个字。%4$s缩短了%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$s关键字长度%5$s:关键字长度为%1$d个字。这超过了建议的最大值%2$d个字。%4$s缩短了%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$s关键字长度%2$s:做得好!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$s关键字长度%3$s:没有为此页设置焦点关键字。%2$s设置一个关键字短语以计算您的SEO分数%3$s。"],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":["%1$s简介中的关键词%3$s:您的关键词或其同义词未出现在第一段中。 %2$s确保话题立即清除%3$s。"],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":["%1$s简介中的关键词%3$s:您的关键字短语或其同义词出现在副本的第一段中,但不在一个句子中。%2$s修复那个%3$s!"],"%1$sKeyphrase in introduction%2$s: Well done!":["%1$s简介中的关键词%2$s:做得好!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$s内部链接%2$s:此页上既没有后续链接,也没有正常的内部链接。做得好!"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$s内部链接%2$s:您有足够的内部链接。做得好!"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$s内部链接%3$s:此页中的内部链接均未被跟踪。%2$s添加一些良好的内部链接%3$s。"],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$s内部链接%3$s:此页中没有内部链接,%2$s请确保添加一些%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$s过渡词%2$s:做得好!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$s过渡词%2$s:只有%3$s的句子包含过渡词,这还不够。 %4$s使用更多%2$s。"],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$s过渡词%2$s:所有句子都不包含过渡词。 %3$s使用一些%2$s。"],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$s内容不足%2$s:%3$s请添加一些内容以启用良好的分析%2$s。"],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$s副标题分配%2$s:您没有使用任何副标题,但您的文字足够短,可能不需要它们。"],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$s副标题分配%2$s:虽然您的文字很长,但您没有使用任何副标题。 %3$s尝试添加一些子标题%2$s。"],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$s副标题分配%2$s:%3$d文本部分长于%4$d个字,并且不会被任何子标题分隔。%5$s添加小标题以提高可读性%2$s。"],"%1$sSubheading distribution%2$s: Great job!":["%1$s副标题分配%2$s:做得好!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$s句子长度%2$s:%3$s的句子包含超过%4$s的单词,超出了建议的最大值%5$s。 %6$s尝试缩短句子%2$s。"],"%1$sSentence length%2$s: Great!":["%1$s副标题长度%2$s:太棒了!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$s连续句子%2$s:您的句子有足够的多样性。那太好了!"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$s连续句子%2$s:文本包含%4$d以相同单词开头的%3$d个连续句子。 %5$s尝试混合%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":["%1$s被动语态%2$s:%3$s句子包含被动语态,超过建议的最大值%4$s。 %5$s尝试使用他们的主动对应%2$s。"],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":["%1$s被动语态%2$s:您使用的主动语态已足够。那太好了!"],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$s段落长度%2$s:%3$d个段落包含的单词超过了建议的最大值%4$d个。%5$s缩短段落%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$s段落长度%2$s:所有段落都不太长。做得好!"],"Good job!":["做得好!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":["%1$s易读性指数%2$s:测试中副本得分为%3$s,这被认为是要读取的%4$s,%5$s%6$s%7$s"],"Focus keyphrase":["焦点关键词"],"%1$s with ID %2$s couldn't be patched":["%1$sID为%2$s无法修补"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["无效的POST请求。ID为%1$s的对象已经存在Meta数据。"],"Indexable with ID `%1$s` does not exist":["ID为“%1$s”的可索引文件不存在"],"No object with ID %1$s and %2$s could be found":["找不到ID为%1$s和%2$s的对象"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s`不是`%2$s`的有效子类型"],"The object type `%1$s` is invalid":["对象类型“%1$s”无效"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":["传递的参数“%1$s”的类型无效。预期为“%2$s”,但得到了“%3$s”"],"The parameter `%1$s` cannot be empty.":["参数“%1$s”不能为空。"],"Check Keyphrase Density":["检查关键词密度"],"Disable":["禁用"],"Allow Control":["允许控制"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":["此选项卡允许您有选择地禁用网络中所有站点的%s功能。默认情况下,所有功能都是启用的,这允许站点管理员自己选择是否要为其站点打开或关闭某个功能。当您在此处禁用某个功能时,站点管理员将完全无法使用该功能。"],"%s is a required feature toggle argument.":["%s是必需的功能切换参数。"],"Keyphrase:":["关键词:"],"Remove keyphrase":["删除关键字"],"This feature has been disabled by the network admin.":["网络管理员已禁用此功能。"],"Focus keyphrase not set.":["焦点关键词未设置。"],"Multiple keyphrases":["多个关键词"],"Colon":["冒号"],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s和%2$s都管理站点的SEO。同时运行两个SEO插件是有害的。"],"There is a new notification.":["有一个新的通知。"],"Learn more about the readability analysis":["进一步了解可读性分析"],"Describe the duration of the instruction:":["描述指令的持续时间:"],"Optional. Customize how you want to describe the duration of the instruction":["可选,自定义描述指令持续时间的方式"],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["这是您可以在日志中链接到的相关内容的列表。{{a}}阅读我们关于站点结构的文章{{a}}了解更多关于内部链接如何帮助改进SEO的信息。"],"%s, %s and %s":["%s,%s和%s"],"%s and %s":["%s 和 %s"],"%d minute":["%d 分钟"],"%d hour":["%d 小时"],"%d day":["%d 天"],"Enter a step title":["输入步骤标题"],"Optional. This can give you better control over the styling of the steps.":["可选,这样可以更好地控制步骤的样式。"],"CSS class(es) to apply to the steps":["应用于步骤的CSS类"],"minutes":["分钟"],"hours":["小时"],"days":["天"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["以一种SEO友好的方式创建一个如何引导。每个文章只能使用一个“如何阻止”。"],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":["以一种SEO友好的方式列出您经常问的问题。每个日志只能使用一个FAQ块。"],"Copy error":["复制错误"],"An error occurred loading the %s primary taxonomy picker.":["加载%s主分类选取器时出错。"],"%1$s Structured Data Blocks":["%1$s 结构化数据块"],"Time needed:":["所需时间:"],"Move question down":["向下移动问题"],"Move question up":["向上移动问题"],"Insert question":["插入问题"],"Delete question":["删除问题"],"Enter the answer to the question":["输入问题的答案"],"Enter a question":["输入问题"],"Add question":["添加问题"],"Frequently Asked Questions":["常见问题"],"Great news: you can, with %s!":["好消息:您可以,用%s!"],"Select the primary %s":["选择主要%s"],"Check links to this URL":["检查此URL的链接"],"Keyword research training":["关键字研究培训"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["请检查%1$s归档模板%2$s的以下内容类型:%3$s。"],"Are you trying to use multiple keyphrases? You should add them separately below.":["您想用多个关键词吗?您应该在下面单独添加。"],"Mark as cornerstone content":["标记为基石内容"],"Move step down":["向下移动"],"Move step up":["向上移动"],"Insert step":["插入步骤"],"Delete step":["删除步骤"],"Add image":["添加图像"],"Enter a step description":["输入步骤描述"],"Enter a description":["输入描述"],"Unordered list":["无序列表"],"Showing step items as an ordered list.":["将步骤项显示为有序列表。"],"Showing step items as an unordered list":["将步骤项显示为无序列表"],"Add step":["添加步骤"],"Delete total time":["删除总时间"],"Add total time":["添加总时间"],"How to":["如何"],"How-to":["如何"],"Snippet Preview":["摘要预览"],"Analysis results":["分析结果"],"Enter a focus keyphrase to calculate the SEO score":["输入焦点关键字短语以计算SEO得分"],"Learn more about Cornerstone Content.":["进一步了解基石内容。"],"Cornerstone content should be the most important and extensive articles on your site.":["基石内容应该是您网站上最重要和最广泛的文章。"],"Restore Site":["恢复站点"],"Network Settings":["网络设置"],"You are not allowed to perform this action.":["您不能执行此操作。"],"Error: %s":["错误:%s"],"Success: %s":["成功:%s"],"Site with ID %d not found.":["找不到ID为%d的网站。"],"No site has been selected to restore.":["没有选择要还原的网站。"],"You are not allowed to modify unregistered network settings.":["不允许修改未注册的网络设置。"],"deleted":["已删除"],"Would you like to add another keyphrase?":["您想添加另一个关键词吗?"],"image preview":["图像预览"],"Copied!":["已复制!"],"Not supported!":["获取帮助!"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["阅读{{a}}我们关于站点结构的文章{{a}}了解更多关于内部链接如何帮助改进SEO的信息。"],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["一旦您再增加一点副本,我们会给您一份相关内容的列表,您可以在这里链接到您的文章。"],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["考虑链接到这些{{a}}基石文章:{{/a}}"],"Consider linking to these articles:":["考虑链接到这些文章:"],"Copy link":["复制链接"],"Copy link to suggested article: %s":["将链接复制到建议文章:%s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":["网站的标语"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":["我们最近已经更新了搜索表现设置的功能。不幸的是,我们已经发现,对于少数情况下,为特殊的文章种类保存设置可能会出错。"],"Not all required fields are given. Missing field %1$s":["并非所有必需字段都给出。缺少字段%1$s"],"Optimize your site for Google News.":["针对Google新闻优化您的网站。"],"Optimize your shop's SEO and sell more products!":["优化您的商店的SEO并销售更多产品!"],"Be found in Google Video search and enhance your video sharing on social media.":["在Google视频搜索中找到并增强您在社交媒体上的视频共享。"],"Be found in Google Maps and local results.":["可在Google地图和本地搜索结果中找到。"],"Learn practical SEO skills to rank higher in Google.":["学习实用的SEO技能,在Google中排名更高。"],"Don’t waste time figuring out the best settings yourself.":["不要浪费时间自己搞清楚最好的设置。"],"Get quick wins to make your site rank higher in search engines.":["快速取胜,使您的网站在搜索引擎中排名更高。"],"Add synonyms":["添加同义词"],"Would you like to add keyphrase synonyms?":["您想添加关键词同义词吗?"],"Would you like to add more than one keyphrase?":["您想添加多个关键词吗?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["您可以在%1$s商店页面%2$s上编辑此自定义类型的SEO Meta数据。"],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["您还没有在WooCommerce设置中设置一个商店页面。请先完成此操作。"],"Current year":["今年"],"Page":["页面"],"Breadcrumb settings for %s archive":["%s归档的面包屑设置"],"Something went wrong. Please reload the page.":[""],"Tagline":["标语"],"Modify your meta description by editing it right here":["通过在此处进行编辑来修改元描述"],"description (custom taxonomy)":["描述(自定义分类法)"],"(custom taxonomy)":["(自定义分类法)"],"(custom field)":["(自定义字段)"],"Term404":["条款404"],"Caption":["副标题"],"Pagenumber":["页码"],"Pagetotal":["页面总数"],"Page number":["页码"],"User description":["用户描述"],"ID":["标识(ID)"],"Modified":["修改"],"Post type (plural)":["文章类型(复数)"],"Post type (singular)":["文章类型(单数)"],"Separator":["分隔线"],"Search phrase":["搜索短语"],"Term title":["术语标题"],"Term description":["术语描述"],"Tag description":["标签描述"],"Category description":["类别描述"],"Primary category":["主要类别"],"Category":["类别"],"Tag":["标签"],"Excerpt only":["仅摘录"],"Excerpt":["摘录"],"Site title":["网站标题"],"Archive title":["归档标题"],"Parent title":["父级标题"],"Date":["时间"],"Label":["标签"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["您应该创建一个重定向,以确保访问者在单击不再工作的URL时不会收到404错误。"],"Search engines and other websites can still send traffic to your deleted post.":["搜索引擎和其他网站仍然可以向您的已删除邮件发送流量。"],"Make sure you don't miss out on traffic!":["确保您没有丢失流量!"],"You just deleted a %1$s.":["您刚刚删除了%1$s。"],"You just trashed a %1$s.":["您刚刚回收了一个%1$s。"],"Settings for %s archive":["%s归档设置"],"Settings for single %s URLs":["单个%s网址设置"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":["此页面上的设置允许您指定您拥有的任何内容类型的默认搜索外观。您可以选择搜索结果中显示的内容类型及其默认描述。"],"Url preview":[""],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":[""],"Insert snippet variable":[""],"Dismiss this notice":[""],"No results":[""],"%d result found, use up and down arrow keys to navigate":[""],"Your site language is set to %s. If this is not correct, contact your site administrator.":[""],"Number of results found: %d":[""],"Note that not all variables can be used in every field.":["请注意,并非所有变量都可以在每个字段中使用。"],"Snippet variables":["片段变量"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s尊重您的隐私。阅读我们的%2$s隐私政策%3$s,了解我们如何处理您的个人信息。"],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["如果您已了解,并且不想再看到本信息,可以 %1$s 点击这里不再显示 %2$s。"],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["当前的设置允许在页面上显示附件的实际 URL。这篇文章列出了 %1$s 这样做存在的问题 %2$s,请详细阅读并检查您是否采用了正确的设置。"],"Unknown type %1$s":["未知类型:%1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["包含一个免费的 MyYoast 帐户,以便让您访问我们的免费搜索引擎优化初学者课程!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["如果您想了解有关%1$s的最新信息,请注册我们的新闻稿,并在%2$s之前更新其他酷插件,以及来自SEO世界的有趣新闻和提示。"],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["在%1$s百度搜索资源平台%2$s获得百度验证码。"],"Baidu verification code":["百度验证码"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":["%s导入程序功能使用临时数据库表。看来您的WordPress安装没有能力做到这一点,请咨询您的主机提供商。"],"Cleanup of %s data failed.":["清理 %s 数据时出错。"],"Content Type":["内容类型"],"Filter by content type":["按内容类型过滤"],"Show All Content Types":["显示所有内容类型"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":["如要修复该问题,请在%1$s评论设置页面%2$s设置中,取消掉‘分页显示评论’前面的对勾。"],"Replaced with the normal title for an archive generated by WordPress":["用 WordPress 生成的归档替换为正常标题"],"Clean":["清理"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["一旦您确定您的站点是好的,您可以清理。这将删除所有原始数据。"],"Step 5: Clean up":["第5步:清理"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["您应该运行配置向导,从SEO&rarr; 一般&rarr; 仪表板 页面,以确保您的站点的所有设置都是正确的。"],"Step 4: Run the configuration wizard":["第4步:运行配置向导"],"Please check your posts and pages and see if the metadata was successfully imported.":["请检查您的文章和页面,查看元数据是否已成功导入。"],"Step 3: Check your data":["第3步:检查您的数据"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":["这将在%1$s元数据中导入文章元数据 (如 SEO 标题和说明)。只有在还没有现有的%1$s元数据时, 它才会执行此操作。原始数据将保持不变。"],"Step 2: Import":["第2步:导入"],"Please make a backup of your database before starting this process.":["请在开始此过程之前备份您的数据库。"],"Step 1: Create a backup":["第1步:创建备份"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":["我们检测到您站点上的一个或多个 SEO 插件的数据。请按照以下步骤导入该数据:"],"Plugin: ":["插件: "],"%s did not detect any plugin data from plugins it can import from.":["%s没有检测到它可以从插件导入的任何插件数据。"],"Posts that should not show up in search results":["不应显示在搜索结果中的文章"],"%s data found.":["%s 数据已找到。"],"%s data successfully removed.":["成功移除 %s。"],"%s data successfully imported.":["%s 成功导入。"],"%s data not found.":["未找到 %s。"],"Improve your SEO skills":["提高您的 SEO 技能"],"24/7 email support":["24/7 电子邮件支持"],"No more dead links a.k.a. 404 pages":["没有更多的死链接又名 404 页"],"Get real-time suggestions for internal links":["获取有关内部链接的实时建议"],"Preview your page in Facebook and Twitter":["在 Facebook 和 Twitter 上预览您的页面"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["单击“%3$s”按钮使用已在%1$s搜索外观主页%2$s设置中设置的Meta描述。"],"Help on copying the home meta description":["帮助复制主元描述"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":["要让搜索引擎知道哪些社交个人资料与此站点相关联,请在下面输入您的站点社交个人资料数据。"],"Learn more about your social profiles settings":["详细了解您的社交个人资料设置"],"Remove the categories prefix":["移除分类前缀"],"Help on the category prefix setting":["帮助分类前缀设置"],"Learn more about the available variables":["详细了解可用变量"],"Learn more about the RSS feed setting":["详细了解 RSS 提要设置"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":["当您将媒体(例如图像或视频)上传到 WordPress 时,它不仅保存媒体,还会为其创建附件 URL。这些附件页面非常空白:它们包含媒体项目,如果您输入媒体项目,则可能包含标题。因此,如果您从未使用这些附件URL,最好禁用它们,并将它们重定向到媒体项目本身。"],"Learn more about the Media and attachment URLs setting":["详细了解媒体和附件 URL 设置"],"Learn more about the title separator setting":["详细了解标题分隔符设置"],"Learn more about the knowledge graph setting":["了解有关知识图形设置的更多信息"],"Learn more about the homepage setting":["详细了解主页设置"],"Learn more about the special pages setting":["详细了解特殊页面设置"],"Help on the date archives search results setting":["帮助日期归档搜索结果设置"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["如果不在搜索结果中显示没有文章的作者的归档,技术上意味着这些人将拥有一个%1$s robots Meta,并且将从XML站点地图中排除。%2$s有关搜索结果设置的详细信息%3$s。"],"Help on the authors without posts archive search results setting":["帮助没有文章的作者归档搜索结果设置"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":["不在搜索结果中显示作者的归档在技术上意味着那些将有一个%1$s机器人元,并将从XML站点地图中排除。%2$s有关搜索结果设置的详细信息%3$s。"],"Help on the author archives search results setting":["作者帮助归档搜索结果设置"],"Archives settings help":["归档设置帮助"],"Learn more about the archives setting":["详细了解归档设置"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["在%1$sYandex网站管理员工具%2$s中获取您的Yandex验证码。"],"Yandex verification code":["Yandex 验证码"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["在%1$sGoogle搜索控制台%2$s中获取您的Google验证码。"],"Google verification code":["Google 验证码"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["在%1$sBing网站站长工具%2$s中获取您的Bing验证码。"],"Bing verification code":["Bing 验证码"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":["您可以使用下面的框来验证不同的站点管理员工具。此功能会在您的主页上添加验证元标记。按照指向不同站点管理员工具的链接,查找有关元标记验证方法的说明以获取验证码。如果您的站点已经过验证,您可以忘记这些。"],"Learn more about the Webmaster Tools verification":["详细了解站点管理员工具验证"],"On":["开启"],"Help on: %s":["在线求助:%s"],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s有很多功能。您可以在下面启用/禁用其中一些。单击问号可提供有关该功能的更多信息。"],"Off":["关闭"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":["%1$s Meta框的高级部分允许用户从搜索结果中删除文章或更改规范。您可能不想让任何作者做这些事情。这就是为什么在默认情况下,只有编辑和管理员才能做到这一点。设置为“%2$s”允许所有用户更改这些设置。"],"Security: no advanced settings for authors":["安全性:没有作者的高级设置"],"See who contributed to %1$s.":["看看谁为%1$s做出了贡献。"],"Help on this search results setting":["帮助搜索结果设置"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["在技术上不显示搜索结果中的%1$s的归档意味着那些将具有%2$s robots Meta,并且将从XML站点地图中排除。%3$s有关搜索结果设置的详细信息%4$s。"],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":["技术上不在搜索结果中显示%1$s意味着那些将具有%2$s robots Meta,并且将从XML站点地图中排除。%3$s有关搜索结果设置的详细信息%4$s。"],"Default for %2$s, currently: %1$s":["默认为%2$s,目前:%1$s"],"Show %s in search results?":["在搜索结果中显示%s?"],"this author's archives":["作者归档"],"Do not allow search engines to show %s in search results.":["不允许搜索引擎在搜索结果中显示%s。"],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["WordPress中的分类目录网址包含前缀,通常为%s,此功能仅删除该前缀,仅适用于类别。"],"Category URLs":["分类目录类目网址"],"the archive for %s":["%s归档"],"Redirect attachment URLs to the attachment itself?":["将附件 URL 重定向到附件本身?"],"We recommend you set this to Yes.":["我们建议您将其设置为“是”。"],"Media & attachment URLs":["媒体和附件网址"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["当人们找到您的主页时,这就是搜索结果中显示的内容。这意味着这可能是他们在搜索您的品牌时看到的。"],"date archives":["最新归档"],"archives for authors without posts":["归档为没有职位的作者"],"Read why XML Sitemaps are important for your site.":["阅读为什么 XML 站点地图对您的站点很重要。"],"Enable the XML sitemaps that %s generates.":["启用 %s 生成的XML 站点地图。"],"See the XML sitemap.":["请参阅 XML 站点地图。"],"%2$s (current default for %1$s)":["%2$s (当前默认为 %1$s)"],"Media":["媒体"],"Content Types":["内容类型"],"Should search engines follow links on this %1$s?":["搜索引擎是否应该跟踪此%1$s上的链接?"],"Allow search engines to show this %s in search results?":["允许搜索引擎在搜索结果中显示此%s吗?"],"Search Appearance":["搜索外观"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":["请指定要在搜索引擎中显示的内容类型。如果您不知道这些设置之间的区别,最好选择默认设置。"],"Search engines should show \"%1$s\" in search results:":["搜索引擎应在搜索结果中显示“%1$s”:"],"Search engine visibility":["搜索引擎可见性"],"Toggle %1$s's XML Sitemap":["切换%1$s的XML站点地图"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":["您在此创建的支持请求会直接发送到我们的支持系统,该系统使用 256 位 SSL 进行保护,因此通信是 100% 安全的。"],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":["基石内容功能可让您标记和过滤您站点上的基石内容。"],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["如果您无法通过我们的视频教程和知识库解决问题,您可以给我们的支持团队发送消息。他们7x24小时在线。"],"Search result":["搜索结果"],"Good results":["好的结果"],"Get better search results in local search":["在本地搜索中获得更好的搜索结果"],"Allow customers to pick up their %s order locally":["允许客户在本地获取他们的%s订单"],"SEO analysis":["SEO分析"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO分析提供建议帮助完善您的文章SEO。"],"Learn how the SEO analysis can help you rank.":["了解SEO分析怎样帮助您提供您的搜索排名。"],"The readability analysis offers suggestions to improve the structure and style of your text.":["可读性分析能提供建议帮助您完善文章的结构和风格。"],"Discover why readability is important for SEO.":["了解为什么可读性对SEO很重要。"],"Find out how cornerstone content can help you improve your site structure.":["了解基础内容帮助您改善您的站点结构。"],"The text link counter helps you improve your site structure.":["文本链接计数器可帮助您完善您的站点结构。"],"Find out how the text link counter can enhance your SEO.":["了解如何文本链接计数器可以提高您的搜索引擎优化。"],"%s integration":["%s 整合"],"Read more about how %s works.":["了解更多关于 %s 是怎样运作的。"],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["当文章被分享时,如果您需要 Facebook 和其它社交媒体显示预览图像和一段文本摘要,请开启此功能。"],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["当文章被分享时,如果您需要Twitter显示预览图像和一段文本摘要,请开启此功能。"],"Find out why you should upgrade to %s":["找出您应该升级到的原因%s"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["%1$s 最新文章"],"Need help?":["需要帮助?"],"Type here to search...":["在此输入以搜索..."],"Search the Yoast Knowledge Base for answers to your questions:":["在Yoast知识库查找问题答案:"],"Remove highlight from the text":["从文本中删除高亮显示"],"Your site language is set to %s. ":[""],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["用%1$s %2$s快速开始配置向导%3$s!"],"First-time SEO configuration":["首次SEO的配置"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["您站点的语言设置为{language},如果不正确,请联系您的站点管理员。"],"Your site language is set to {language}.":["您站点的语言设置为{language}。"],"Highlight this result in the text":["在文本中高亮显示此结果"],"Considerations":["注意事项"],"Errors":["错误"],"Change language":["更改语言"],"You cannot create a %s file.":["您无法创建文件 %s。"],"You cannot edit the %s file.":["您无法编辑文件 %s。"],"Updated %s":["%s 已升级"],"Create %s file":["创建%s文件"],"Edit the content of your %s:":["编辑您的%s内容:"],"Save changes to %s":["保存改变到%s"],"%s file":["%s文件"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["通过添加辅助插件,%1$s和%2$s可以更好地协同工作。请安装%3$s以使您的生活更美好。%4$s。"],"More information":["更多信息"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["通过添加辅助插件,%1$s和%2$s可以更好地协同工作。 请激活%3$s以使您的生活更美好。"],"More information about %1$s":["更多信息关于%1$s"],"Configuration Wizard":["配置向导"],"You've done it!":["您做到了!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["将%2$s与%1$s无缝集成进行内容分析!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["通过添加辅助插件,%1$s和%2$s可以更好地协同工作。请安装%3$s以使您的生活更美好。"],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["%1$s的搜索外观设置由页面显示时从页面特定值替换的变量组成。下表包含可用变量的列表。"],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":["将最重要的%1$s标记为“基石内容”,以改善您的站点结构。%2$s详细了解基础内容%3$s。"],"Loading help center.":["加载帮助中心。"],"Get support":["获取帮助"],"View in KB":["访问知识库"],"Go back":["返回"],"Go back to the search results":["返回搜索结果"],"(Opens in a new browser tab)":["(在新的浏览器选项卡中打开)"],"Posts %1$swithout%2$s a focus keyphrase":["%1$s没有%2$s焦点关键词的文章"],"Hey, your SEO is doing pretty well! Check out the stats:":["嘿,您的SEO做得相当好! 查看统计信息:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["您还没有发表过文章!在您发表了第一篇文章后,您的SEO得分会显示在此处!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":["在此页面上,您可以更改网站名称并选择要使用的分隔符。例如,分隔符将显示在您的文章标题和网站名称之间。符号以它们将在搜索结果中显示的大小显示。选择一个最适合您的品牌,或者在片段中占用最少的空间。"],"Something else":["别的东西"],"A portfolio":["一个作品集"],"A corporation":["一家公司"],"A small offline business":["一个小型的线下业务"],"A news channel":["一个新闻频道"],"An online shop":["一个在线商店"],"A blog":["一个博客"],"What does the site %1$s represent?":["站点%1$s代表了什么?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":["如果选择“否”,您的作者归档将被停用,以防止重复内容问题。"],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":["注意:我们不会以任何方式存储您的数据,也不会完全访问您的帐户。您的隐私是安全的。"],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":["%1$s与google search console集成,google search console是网站所有者必备的工具。它为您提供有关站点健康状况的信息。没有Google帐户,或者您的网站尚未激活?了解%2$s如何将Google搜索控制台连接到您的站点%3$s。"],"Option B: My site is under construction and should not be indexed":["选项B:我的站点正在建设中,不应该编入索引"],"Option A: My site is live and ready to be indexed":["选项A:我的站点正在运行并准备好进行索引"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":["如果您想让网站远离搜索引擎的索引,请选择“正在构建”。一旦您准备好发布您的站点,不要忘记激活它。"],"Please specify if your site is under construction or already active.":["请说明您的站点正在建设中还是已经启用。"],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":["这些信息将被用于Google的知识图表卡,即您在搜索结果右侧看到的一大块信息。"],"Read more like this on our SEO blog":["在我们的SEO博客上阅读更多"],"Readability: %s":["可读性:%s"],"Not activated":["未激活"],"Activated":["已激活"],"%1$s recommendations for you":["%1$s 推荐给您"],"All Readability Scores":["可读性总分"],"Filter by Readability Score":["根据可读性分数过滤"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["您没有受到升级或技术支持!在 %2$s 添加站点与激活 %1$s 功能来解决问题。"],"Request method %1$s is not valid.":["所请求的方法 %1$s 无效。"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["您想预览别人在%1$s上分享这篇文章的外观吗? 您可以使用%2$s。"],"Good job! All the links in your texts have been counted.":["太棒了!所有文章中的链接全部统计完成。"],"Calculation completed.":["计算完成。"],"Calculation in progress...":["计算中..."],"Stop counting":["停止计数"],"Counting links in your texts":["正在统计文章中的链接"],"Text %1$s of %2$s processed.":["%1$s / %2$s 文章已完成。"],"All your texts are already counted, there is no need to count them again.":["所有的文章已经被统计,不需要再重新统计。"],"Count links in your texts":["统计文章中的链接"],"Text link counter":["文本链接计数器"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["链接到这篇文章的内链数。 参考帮助菜单中的 “Yoast 栏目” 获取更多信息。"],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":["本文中的内链数。 参考帮助菜单中的 “Yoast 栏目” 获取更多信息。"],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s 会在本页添加几栏数据。 您可参考我们的文章%2$s《 如何使用SEO得分和可读性得分》%3$s 。链接栏目显示出本站中有多少文章%5$s链接至本文%6$s。并且本文中有多少URL是%5$s指向站外%6$s的。您可参考 %4$s《 如何使用此功能优化内来》%3$s一文来帮助您更好的进行SEO。"],"%s Columns":["%s 栏目"],"Readability score":["可读性分数"],"Other benefits of %s for you:":["%s给您的其他好处:"],"Scroll to see the preview content.":["滚动查看预览内容。"],"Cornerstone content":["基石内容"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s现在将负责您站点所需的所有技术优化。为了真正提高您的网站在搜索结果中的表现,重要的是要开始创建您关心的关键词的排名很好的内容。查看此视频,我们将在其中解释如何在编辑文章或页面时使用%1$s Meta数据库。"],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":["如果您想提升在您本地的竞争力,可以试试我们的%1$s插件。该插件能帮助您轻松的插入Google地图,营业时间,联系信息和店址导航。除此之外,%1$s插件还能提高您的联系信息页的利用率。"],"Attract more customers near you":["吸引更多客户"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":["想了解%1$s的工作原理吗?想学习高级设置吗?想最大化的利用%1$s插件吗?请试试我们的%1$s插件教程,开始提升您的竞争力吧!"],"Get the most out of %1$s with the %2$s":["成为%1$s插件%2$s教程中学习的一员吧"],"Upgrade to Premium":["升级到高级版"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":["您想超越竞争对手吗?%1$s为您提供了一些很棒的附加功能,可以帮助您像专业人员一样设置SEO策略。添加同义词和相关关键词,使用我们的高级搜索引擎优化分析,重定向管理器和我们的内部链接工具。%1$s还将允许您访问高级支持。"],"Outrank the competition with %s":["使用%s来提升您的竞争力"],"You might like":["您可能喜欢"],"Newsletter":["信件"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":["我们发现您尚未完成向导模式,所以我们推荐您%2$s重新开始配置向导完成%1$s配置%3$s。"],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["设置向导能帮助您便捷的配置您的站点以达到最佳的SEO设置。"],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["升级到高级版,我们的专家会为您解答任何安装或者使用上的问题。"],"Superfast internal linking suggestions":["超快的内部连接建议"],"Great news: you can, with %1$s!":["好消息:有了%1$s,您可以的!"],"Save changes":["保存更改"],"1 year free support and updates included!":["包括1年免费支持和更新!"],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":["%2$s插件会为搜索引擎和普通用户呈现不同的内容,这一行为我们称之为搜索引擎欺诈。我们强烈建议您禁用该插件。"],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$s社交媒体预览:%2$sFacebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$s消灭死链%2$s:重定向便捷管理器"],"No ads!":["没有广告!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["社交媒体预览"],"Easy redirect manager":["重定向便捷管理器"],"No more dead links":["没有更多的死链"],"Increase your SEO reach":["改进您的SEO范围"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["如果您想要更多帮助创建酷炫的内容,请查看我们的%2$s SEO写作课程%3$s。 您想知道所有的插件的功能,请考虑我们的%1$s!"],"Variable":["变量"],"Available variables":["可用变量"],"Scroll to see the table content.":["滚动查看表内容。"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["如果您需要帮助,请参阅%1$s的关于如何将您的站点连接到Google 搜索控制台%2$s的文章。"],"An error occurred in the '%1$s' assessment":["在评估'%1$s'过程中出现错误"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s个单词包含%2$s超过%3$s个音节%4$s,这是超过推荐的最大值%5$s。"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s个单词包含%2$s超过%3$s个音节%4$s,小于或等于推荐的最大值%5$s。"],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["这略低于建议的最小值%5$d字。%3$s添加更多副本%4$s。"],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["元描述包含 %1$d 句话, %2$s建议不超过 %3$s 词%4$s。 请尝试缩短语句。"],"The meta description contains no sentences %1$sover %2$s words%3$s.":["元描述在%2$s个单词%3$s中不包含句子%1$s。"],"Step %1$d: %2$s":["步骤%1$d:%2$s"],"No new notifications.":["没有新通知。"],"Save all":["保存全部"],"Save":["保存"],"%1$s, Author at %2$s":["%1$s,作者%2$s"],"Mobile preview":["手机版预览"],"Desktop preview":["桌面版预览"],"Select redirect":["选择重定向"],"Please provide an SEO title by editing the snippet below.":["在下面的编辑框当作中输入SEO标题。"],"Meta description preview:":["元描述预览:"],"Slug preview:":["别名预览:"],"SEO title preview:":["SEO标题预览:"],"Close snippet editor":["关闭片段编辑器"],"Slug":["别名"],"Remove marks in the text":["删除文本中的标记"],"Mark this result in the text":["在文段中标记这个结果"],"Marks are disabled in current view":["标记/对号在当前视图已被禁用"],"Good SEO score":["SEO分数较高"],"OK SEO score":["SEO得分良好"],"Feedback":["反馈"],"ok":["确定"],"Choose an image":["选择一张图像"],"Remove the image":["删除图像"],"MailChimp signup failed:":["Mailchimp注册失败:"],"Sign Up!":["注册!"],"Name":["名称"],"There is an error with the request.":["该请求有一个错误。"],"Select profile":["选择属性"],"Choose a profile":["选择一项属性"],"Authorization code":["授权码"],"Reauthenticate with Google":["Google重新认证"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["为了 %s Google 搜索控制台能够获取您的信息,请输入您Google认证码,并点击按钮打开一个新窗口。"],"Please provide a meta description by editing the snippet below.":["请通过下面的输入框输入元描述。"],"Edit snippet":["编辑片段"],"You can click on each element in the preview to jump to the Snippet Editor.":["您可以点击预览中的每个元素,以跳转到Snippet 编辑器。"],"SEO title preview":["SEO 标题预览:"],"Meta description preview":["元描述预览:"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["保存当前步骤时出现问题,{{link}}请发送一份错误报告{{/link}}描述出错的具体位置以及您想进行的修改(如果有的话)。"],"Close the Wizard":["关闭向导"],"Export settings":["导出设置"],"%1$s video tutorial":["%1$s 视频教程"],"%s › Configuration Wizard":["%s › 配置向导"],"Please don't show me this notification anymore":["请不要再这个通显示此通知"],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["如果您遇到问题,%1$s请写一份bug报告%2$s,我们会尽最大的努力帮助您。"],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["我们注意到您已经使用%1$s有一段时间了;我们希望您能喜欢!如果您能%2$s在WordPress.org给我们一个五星好评%3$s,我们会非常兴奋!"],"Date archives settings":["归档设置日期"],"Author archives settings":["作者归档设置"],"%1$s by %2$s":["%1$s由%2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["警告:这个变量 %s 不能被用在这个模板。查看帮助中心获取更多信息。"],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":["顺便提一下,您知道我们还有一个%1$s高级版插件%2$s吗?它提供高级功能,如重定向管理器和对多个关键词的支持。它还提供全天候的个人支持。"],"(no title)":["(无标题)"],"%s installation wizard":["%s安装向导"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["如果您有新的通知,该 %1$s管理菜单栏包含有用的链接的第三方工具分析页面和可以很容易地看到。"],"Admin bar menu":["管理员菜单栏"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":["如果您的网站仍可被搜索引擎索引,%1$s 将每周检查一次, 而%2$s将在情况并非如此时通知您。"],"Features":["特点"],"SEO title":["SEO标题"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["虽然我们努力使%1$s的设置尽可能简单,但我们了解这可能会令人生畏。如果您希望我们为您设置%1$s(并获取%2$s的副本),请在此处订购我们的%3$s%1$ss配置服务%4$s!"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["欢迎使用%1$s配置向导。通过几个简单的步骤,我们将帮助您配置您的SEO设置,以满足您的站点的需要!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["谷歌在搜索结果中显示了您的站点的名称,您可以在这里改变它。"],"Greater than sign":["大于号"],"Less than sign":["小于号"],"Right angle quotation mark":["直角引号"],"Left angle quotation mark":["左角引号"],"Small tilde":["小波浪线"],"Vertical bar":["垂直线"],"Low asterisk":["低的星号"],"Asterisk":["星号"],"Bullet":["点"],"Middle dot":["中间的点"],"Em dash":["长破折号"],"En dash":["短破折号"],"Dash":["破折号"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["选择您的标题分隔符使用的符号。这将显示在您的文章标题和站点名称等当中。上述不同大小的符号也将显示在搜索结果中。"],"The name of the person":["人名"],"No":["否"],"Yes":["是"],"Does, or will, your site have multiple authors?":["您的站点是否有多个作者?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress会自动为库中的每个媒体项生成一个URL。 启用此选项将允许谷歌对生成的URL进行索引。"],"Success!":["成功!"],"Title settings":["标题设置"],"Google Search Console":["谷歌搜索控制台"],"Multiple authors":["多个作者"],"Site type":["站点类型"],"Environment":["环境"],"Yoast option %1$s not found.":["Yoast选项%1$s未找到。"],"Google Structured Data Test":["Google结构化数据测试"],"Posts list":["文章列表"],"Posts list navigation":["文章列表导航"],"Filter posts list":["过滤文章列表"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["请注意,链接到归档可能仍然输出您的主题,您需要将它们分开。"],"%1$s to optimize your site even further":["%1$s 进一步优化您的站点"],"%1$s extensions":["%1$s 的扩展"],"Comes with our 30-day no questions asked money back guarantee":["加入我们,30天无理由退款保证。"],"More information %1$sabout %3$s%2$s":["关于 %3$s%2$s更多的信息 %1$s"],"Installed":["已安裝"],"gain access to our 24/7 support team.":["获得我们的团队24小时/7天的支持。"],"Premium support":["高级支持"],"check what your Facebook or Twitter post will look like.":["检查您的Facebook或Twitter的文章会看起来像什么。"],"Social previews":["社媒预览"],"create and manage redirects from within your WordPress install.":["创建和管理重定向在您的WordPress安装之后。"],"Redirect manager":["重定向管理器"],"%1$s, take your optimization to the next level!":["%1$s, 将您的优化带到下一个级别!"],"A seamless integration between %1$s and %2$s":["%1$s 和 %2$s之间的无缝集成"],"Use %1$s breadcrumbs instead of %2$s ones":["使用 %1$s 面包屑代替 %2$s 的"],"Easily insert Google Maps, a store locator, opening hours and more":["轻松插入 Google 地图,商店定位器,营业时间等"],"Creates XML News Sitemaps":["创建 XML 新闻站点地图"],"Immediately pings Google on the publication of a new post":["立即向 Google 发布新文章"],"Optimize your site for Google News":["为谷歌新闻优化您的站点"],"Make videos responsive through enabling fitvids.js":["通过 fitvids.js 制作响应式视频"],"Enhance the experience of sharing posts with videos":["增强分享视频文章的体验"],"Show your videos in Google Videos":["在Google视频中显示您的视频"],"Crawl issues list":["抓取问题清单"],"Crawl issues list navigation":["抓取问题列表导航"],"Edit “%s”":["编辑 “%s”"],"Premium":["高级版"],"Google Trends":["谷歌趋势"],"Notifications":["通知"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["从Meta数据库中删除焦点关键词部分并禁用所有与SEO相关的建议。"],"Disable SEO analysis":["停止SEO分析"],"Twitter settings":["Twitter 设置"],"Pinterest settings":["Pinterest 设置"],"Facebook settings":["Facebook 设置"],"Title separator symbol":["标题分隔符号"],"RSS feed settings":["RSS feed 设置"],"Breadcrumbs settings":["路径导航设置"],"Make primary":["设为主要"],"Enter your Google Authorization Code and press the Authenticate button.":["请输入您的 Google 授权码,并点击[验证]按钮。"],"Knowledge base article":["知识库文章"],"Open the knowledge base article in a new window or read it in the iframe below":["在新窗口中打开知识库文章或在下面的 iframe 中阅读"],"Search results":["搜索结果"],"%s notification":["%s个通知"],"Disable readability analysis":["禁用可读性分析"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":["从Meta数据库中删除可读性分析部分,并禁用所有与可读性相关的建议。"],"Readability analysis":["可读性分析"],"Needs improvement":["需要改进"],"Readability":["可读性"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["您尝试加载未缩小的文件,这些仅在我们的开发包中可用。点击 %1$s 以查看所有源文件。"],"Improvements":["改进"],"Dismiss this item.":["忽略此项。"],"Good job! We could detect no serious SEO problems.":["做得好! 我们可以没有发现严重的SEO问题。"],"We have detected the following issues that affect the SEO of your site.":["我们检测到以下影响您站点SEO的问题。"],"Problems":["问题"],"Analysis":["分析"],"Not available":["不可用"],"Filter by SEO Score":["按照SEO分数分类"],"Meta description not set.":["还没设置元描述。"],"Video tutorial":["视频入门指导"],"Email support is a %s feature":["邮件支持是一个%s功能"],"Knowledge base":["知识库"],"Open":["打开"],"Loading...":["加载中..."],"Something went wrong. Please try again later.":["有东西出错了。请稍后重试。"],"No results found.":["没有找到结果。"],"Dashboard":["仪表盘"],"You can fix this on the %1$sPermalink settings page%2$s.":["您可以在%1$s固定链接设置页面%2$s上修复此问题。"],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["页面评论已启用,然而在1000个案例中的999个中没有必要,我们建议将其禁用。"],"Replaced with the primary category of the post/page":["替换为文章/页面的主要类别"],"Pinterest confirmation":["Pinterest验证"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["如果您已经确定了您的站点,您可以跳过下面的步骤。"],"Format-based archives":["基于格式的归档"],"Webmaster Tools verification":["站长工具验证"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["关注我们的 %1$s WordPress 培训,成为认证的 %1$s 专家 !"],"Want to be a %s Expert?":["想成为一个%s专家?"],"Buy %s":["购买%s"],"Show information about errors in category %s":["显示有关类别%s中的错误的信息"],"New %1$s Title":["新的%1$s标题"],"Existing %1$s Title":["现在的%1$s标题"],"Expected an integer as input.":["需输入整数。"],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["尝试创建一个安全的站点缓存键,但是前、后缀的组合留下的空间太小,您请求的页面可能会超出预期范围。"],"Remove":["移除"],"Keep":["保存"],"Bold the last page":["最后一页用粗体"],"Regular":["普通"],"Bold":["粗体"],"Show Blog page":["显示博客页"],"Primary %s":["主标题%s"],"Primary":["主要"],"Make %1$s primary %2$s":["让%1$s主标题拥有%2$s子标题"],"Term is set to noindex.":["设置为不索引的项。"],"Author archives":["作者归档"],"Show":["展示"],"Enabled":["激活"],"Disabled":["已禁用"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s还没有从%2$s得到您的站点的索引状态"],"The separator defined in your theme's %s tag.":["分隔符定义了您的主题中的 %s 标签。"],"No index":["无索引"],"Analyze entire site":["分析整个站点"],"Fetch the current status":["获取现在的状态"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s还没有从%4$s得到您的站点的索引状态%3$s"],"Your homepage can be indexed by search engines.":["您的主页可以被搜索引擎索引。"],"Indexability check by %1$s":["由%1$s提供的索引检查"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["如果您想在%1$s上分享图像,您可以在这儿上传或者从URL中添加图像。"],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["如果您不想使用%1$s共享的元数据描述,但希望另一个描述有,在这里写。"],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["如果您不希望使用修改作为在%1$s的分享标题,请在下面的编辑框当中输入您期望的标题。"],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$s您的首页无法被搜索引擎索引%2$s, 这对SEO不好, 应当被修复。"],"Once Weekly":["一次每周"],"SEO score":["SEO分数"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["使用焦点关键词重新计算所有内容的SEO得分。"],"%1$s of %2$s done.":["已经完成%2$s中的%1$s。"],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["我们已经更新了我们的搜索引擎优化算法。%1$s点击这里%2$s来为您所有的文章和页面重新计算SEO分数。"],"Team Yoast":["Yoast团队"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["第一个真正意义上的 WordPress 全能SEO解决方案!包含了页面内容分析、XML站点地图和更多功能。"],"Yoast SEO":["Yoast SEO"],"Activation failed:":["激活失败:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["该过滤扩展功能看来是不可用的。请询问您的服务器提供商来启用它。"],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["%1$s没有正确安装,请参阅%2$s安装指南%3$s。"],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["标准 PHP库(SPL) 扩展似乎不可用。请联系您的主机商启用。"],"SEO Settings":["SEO设置"],"Mobile-Friendly Test":["移动端友好度测试"],"Google Page Speed Test":["Google页面速度测试"],"CSS Validator":["CSS验证器"],"HTML Validator":["HTML验证器"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins验证"],"Facebook Debugger":["Facebook调试器"],"Check Headers":["检查头部"],"Check Google Cache":["检查 Google 暂归档"],"Analyze this page":["分析这个页面"],"Keyword Research":["关键词研究"],"%s does not seem to be a valid url. Please correct.":["%s似乎不是一个有效的URL。请更正。"],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s似乎并不是一个有效的%2$s验证字符串。请更正。"],"%s Archive":["%s归档"],"You searched for %s":["您正搜索 %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["大型图像摘要"],"Summary":["摘要"],"The post %1$s appeared first on %2$s.":["%1$s最先出现在%2$s。"],"No numeric value was received.":["没有收到数值。"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["这必须是一个现有的博客。博客 %s “不存在”或已被标记为“已删除”。"],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["默认博客必须是您想设为默认的博客ID数值。"],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s不是一个可链接到%2$s设置的选项,它的值已被重置为默认。"],"Please select a valid post type for taxonomy \"%s\"":["请为分类\"%s\"选择一个有效的文章形式。"],"Please select a valid taxonomy for post type \"%s\"":["请为文章形式\"%s\"选择一个有效的分类。"],"You searched for":["您正在搜索:"],"Home":["首页"],"Archives for":["归档于"],"Error 404: Page not found":["404错误:找不到页面"],"Good":["优良"],"Replaced with a custom taxonomies description":["用一个自定义的分类描述替换"],"Replaced with a posts custom taxonomies, comma separated.":["用一个文章自定义分类法替换,以逗号分隔。"],"Replaced with a posts custom field value":["用文章的自定义字段值替换"],"Replaced with the slug which caused the 404":["用引起404的别名替换"],"Replaced with the posts focus keyphrase":["替换为文章焦点关键词"],"Attachment caption":["附件标题"],"Replaced with the current page number":["用当前的页号替换"],"Replaced with the current page total":["替换当前页面的总数"],"Replaced with the current page number with context (i.e. page 2 of 4)":["替换为当前页码(如:第2页/共4页)"],"Replaced with the post/page author's 'Biographical Info'":["用文章/页面作者的‘传记信息’替换"],"Replaced with the post/page author's 'nicename'":["用文章/页面作者的‘昵称’替换"],"Replaced with the post/page ID":["用文章/页面ID替换"],"Replaced with the post/page modified time":["用文章/页面修改后的时间替换"],"Replaced with the content type plural label":["用文章的柱式复数标签替换"],"Replaced with the content type single label":["用文章的单标签替换"],"Replaced with the current search phrase":["用当前的搜索短语替换"],"Replaced with the term name":["用术语名称替换"],"Replaced with the term description":["用术语描述替换"],"Replaced with the tag description":["用标签描述替换"],"Replaced with the category description":["取代分类描述"],"Replaced with the post categories (comma separated)":["取代后类别(逗号分隔)"],"Replaced with the current tag/tags":["替换当前的标签/标签"],"Replaced with the post/page excerpt (without auto-generation)":["文章/页面摘要(不自动生成)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["文章/页面摘要(如不存在则自动生成)"],"The site's name":["站点名称"],"Replaced with the title of the parent page of the current page":["替换为当前页面的父页的标题"],"Replaced with the title of the post/page":["文章/页面的标题"],"Replaced with the date of the post/page":["替换为文章/页面的日期"],"Page %1$d of %2$d":["第%1$d页 共%2$d页"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["由具有相同名称注册一个变量,您不能推翻一个WPSEO标准变量替换。使用“wpseo_replacements”过滤器,而不是调整重置价值。"],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["具有相同名称的替换变量已注册。试着让您的变量名独一无二。"],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["一个替代变量不能以“%%cf_”或“%%ct_”开头,因为这些都是WPSEO保留的标准可变变量的自定义字段和自定义分类。试着让您的变量名独一无二。"],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["一个替代变量只能包含字母、下划线或破折号。尝试重命名您的变量。"],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["通知(仅管理员):此页不显示元描述,因为没有指定。请填写元描述或进入[%1$s - %2$s],并设置一个模板。"],"Page not found":["(/゚Д゚)/没找到页面"],"%s Archives":["%s归档"],"Search for \"%s\"":["搜索 \"%s\""],"Meta description to use for Author page":["作者页面的元描述"],"Title to use for Author page":["用于作者页面的标题"],"%1$s settings":["%1$s设置"],"Export your %1$s settings":["导出您的%1$s设置"],"Import settings":["导入设置"],"Import from other SEO plugins":["从其他SEO插件导入"],"Import":["导入"],"If you had a %s file and it was editable, you could edit it from here.":["如存在%s文件并且可写,即可在此编辑。"],"If your %s were writable, you could edit it from here.":["如果%s可写,即可在此编辑。"],"You don't have a %s file, create one here:":["没有%s文件,在这里创建一个:"],"A link to your site, with your site's name and description as anchor text.":["您的站点链接,锚文本为站点名称和描述。"],"A link to your site, with your site's name as anchor text.":["您的站点链接,锚文本为站点名称。"],"A link to the post, with the title as anchor text.":["文章链接,锚文本为标题。"],"A link to the archive for the post author, with the authors name as anchor text.":["文章作者归档的链接,锚文本为作者名称。"],"You can use the following variables within the content, they will be replaced by the value on the right.":["支持以下变量,它们会被替换为右边的值。"],"Content to put after each post in the feed":["在Feed中添加到文章尾部的内容"],"Content to put before each post in the feed":["在Feed中添加到文章头部的内容"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["此功能可自动在您的RSS中添加内容。更确切地说,这意味着可以给您的站点和文章添加反向链接。当采集器也这么做,就帮助搜索引擎识别您是原创作者。"],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["这个路径导航功能的使用在%1$s我们的路径导航实施知识库文章解释%2$s。"],"How to insert breadcrumbs in your theme":["如何在您的主题插入路径导航"],"Blog":["博客"],"Content type archive to show in breadcrumbs for taxonomies":["在面包导航的分类里,展示文章类型归档"],"Taxonomy to show in breadcrumbs for content types":["在面包屑导航中为文章类型分类法"],"Breadcrumb for 404 Page":["404页的路径导航"],"Prefix for Search Page breadcrumbs":["搜索页面路径导航的前缀"],"Prefix for Archive breadcrumbs":["归档页面路径导航的前缀"],"Prefix for the breadcrumb path":["路径导航前缀"],"Anchor text for the Homepage":["站点首页的锚文本"],"Separator between breadcrumbs":["路径导航间的分隔符"],"Enable Breadcrumbs":["启用路径导航"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["以下是您已经发表的文章的SEO得分,是时候对部分文章进行优化了!"],"Credits":["鸣谢"],"« Back to Tools page":["« 返回工具页面"],"%1$s comes with some very powerful built-in tools:":["%1$s附带了一些非常强大的内置工具:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["这个工具允许您快捷地改变您的SEO的重要文件,例如robots.txt和.htaccess文件。"],"File editor":["文件编辑器"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["从其他的SEO插件导入设置或导出设置到其他博客。"],"Import and Export":["导入和导出"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["这个工具可以让您快速改变您的文章和页面的标题和描述,而不必去为每一页编辑。"],"Bulk editor":["批量编辑器"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["要%1$s使用Pinterest%2$s验证您的站点,请在此处添加元标记:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest使用开放图形元数据(比如Facebook),如果您想优化您的站点Pinterest,一定要保持开放的图形复选框(经过Facebook检测)。"],"The default card type to use":["使用默认卡片类型"],"Add Twitter card meta data":["添加 Twitter 卡片元数据"],"This image is used if the post/page being shared does not contain any images.":["无图像的文章/页面被分享时显示的默认图像。"],"Default settings":["默认设置"],"Copy home meta description":["复制首页元描述"],"Description":["描述"],"Image URL":["图像网址"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["这里是您站点首页在开放式图谱元标签中使用的标题,描述和图像。"],"Frontpage settings":["首页设置"],"Add Open Graph meta data":["添加开放式图谱元数据"],"YouTube URL":["YouTube网址"],"Pinterest URL":["Pinterest网址"],"MySpace URL":["MySpace网址"],"LinkedIn URL":["LinkedIn网址"],"Instagram URL":["Instagram网址"],"Twitter Username":["Twitter用户名"],"Facebook Page URL":["Facebook页面网址"],"Accounts":["账户"],"Restore site to defaults":["恢复站点到默认值"],"Site ID":["站点ID"],"Using this form you can reset a site to the default SEO settings.":["您可以使用此项重置某个站点为默认SEO设置。"],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["敏感隐私(FB管理员等)、主题特定(标题重写)和一些非常特定于站点的设置将不会导入新站点。"],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["对于您要将其设置用作添加到网络中的所有站点的默认设置的站点,输入%1$s站点ID%2$s。 留空(即将使用正常的插件默认值)。"],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["选择您已添加到网络中的想作为默认的站点。如果选择 “无”,标准插件默认值将被使用。"],"New sites in the network inherit their SEO settings from this site":["网络上新建的站点从这个站点继承SEO设置"],"Super Admins only":["仅超级管理员"],"Site Admins (default)":["站点管理员(默认)"],"Who should have access to the %1$s settings":["谁应该有访问权%1$s设置"],"spam":["垃圾"],"mature":["成熟"],"archived":["已归档"],"public":["公开"],"%s restored to default SEO settings.":["%s 已恢复至默认的搜索引擎优化设置。"],"Settings Updated.":["设置已更新。"],"404 pages":["404页面"],"Search pages":["搜索页"],"These pages will be %s by default, so they will never show up in search results.":["这些页面将被 %s 由默认,所以他们将不会显示在搜索结果中。"],"Special Pages":["特殊页面"],"Date-based archives could in some cases also be seen as duplicate content.":["某些情况下,以日期为基础归档也被视为重复的内容。"],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["如果您的站点是这种情况的话,您可以选择禁用它(会重定向到主页),或添加%s进去,这样它不会显示在搜索结果中。"],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["如果您运行的是单一作者的博客,作者归档将与您的首页完全一致。这就是所谓的%1$s重复内容问题%2$s。"],"Date archives":["日期归档"],"author archives":["作者归档"],"Title":["标题"],"%1$s Meta Box":["%1$s元框"],"Hide":["隐藏"],"Date in Snippet Preview":["在片段预览中的日期"],"Take note:":["注意:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":["您可以通过编辑博客页面本身%2$s的%1$s来确定博客页面的标题和说明。"],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":["您可以通过编辑静态页面本身%2$s的%1$s来确定博客页面的标题和说明。"],"Homepage & Front page":["首页 & 静态页面"],"Title Separator":["标题分隔符"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s 会自动检测到不论它是否需要强制为您的页面重写这个标题,如果您认为它是错的并且您知道您现在做的事情,您可以在这更改这个设置。"],"Force rewrite titles":["强制重写标题"],"Taxonomies":["分类法"],"Homepage":["首页"],"%1$s Extensions":["%1$s扩展"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["无缝集成%1$s到WooCommerce插件并获得额外的功能!"],"Rank better locally and in Google Maps, without breaking a sweat!":["轻松提高本地和谷歌地图的排名!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["您在谷歌新闻?通过它优化增加谷歌新闻的流量!"],"Optimize your videos to show them off in search results and get more clicks!":["优化您的视频在搜索结果中的展示并赚取更多点击量!"],"The premium version of %1$s with more features & support.":["%1$s 高级版拥有更多功能及技术支持。"],"Person":["个人"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":["此数据在站点中显示为元数据。它将会出现在%1$s Google 知识库图谱%2$s中。你可以是一个组织, 也可以是个人。"],"Website name":["站点名称"],"Webmaster Tools":["站点管理员工具"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["您的文章和页面URL中没有标题别名,强烈建议修改。请考虑设置永久链接结构为/%postname%/。"],"RSS":["RSS"],"Breadcrumbs":["面包屑导航"],"or":["或者"],"Save Profile":["保存配置"],"There were no profiles found":["没有找到配置文件"],"Profile":["个人资料"],"Current profile":["当前配置资料"],"Authenticate":["认证"],"Get Google Authorization Code":["获取Google授权码"],"Reload crawl issues":["重新加载抓取问题"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["要修复该问题您需要创建一个重定向,需升级到 %1$s。您可以在 %2$s购买插件,同时附赠一年的免费支持和升级。"],"Creating redirects is a %s feature":["创建重定向是 一种 %s 功能"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["仅当您的站点被功能手机版谷歌蜘蛛错误抓取时才会出现该错误(桌面系统不会返回本错误)。"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["您的站点被googlebot-mobile抓取是发生错误(在PC端没有发生错误)。"],"Errors that occurred when your site was crawled by Googlebot.":["您的站点被googlebot抓取时发生错误。"],"Issue categories":["问题类别"],"Incorrect Google Authorization Code.":["错误的Google授权码。"],"The issues have been successfully reloaded!":["该问题已经成功地重新加载!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s 的数据已被删除。如果您想再次检索数据,您需要重新验证。"],"Crawl errors per page":["每页抓取错误"],"Search":["搜索"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["检测到抓取错误:%1$s点此访问 Google 搜索控制台%2$s。"],"Create redirect":["创建重定向"],"Mark as fixed":["标记为固定"],"Response code":["响应状态码"],"First detected":["首先检测"],"Last crawled":["上次检索"],"URL":["网址"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s 检测到您使用的%2$s版本不兼容 %1$s。请更新到最新版本的%2$s使用此功能。"],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast插件分享一些代码,它们之间以使您的站点速度更快。如此一来,所有已安装的Yoast插件都要更新到最新版本。但是我们发现并非如此,请更新还没更新的Yoast插件到最新版本。"],"Feature phone":["功能手机"],"Smartphone":["智能手机"],"Desktop":["桌面"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["目标网址不存在,但您的服务器不返回404(文件未找到)错误。"],"Soft 404":["重定向 404"],"Request timed out or site is blocking Google.":["链接超时或站点屏蔽了Google。"],"Server Error":["服务器错误"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["谷歌robots可以访问您的站点, 但是某些站点在您的 %1$s 文件影响下被谷歌robots屏蔽。 屏蔽可能包含PC端和移动端。"],"Blocked":["被屏蔽"],"Google was unable to crawl this URL due to an undetermined issue.":["由于未知的原因,Google无法抓取此网址。"],"URL points to a non-existent page.":["URL指向一个不存在的页面。"],"Not found":["未找到"],"Not followed":["不再追踪"],"Faulty redirects":["故障重定向"],"Server requires authentication or is blocking Googlebot from accessing the site.":["服务器要求身份验证或服务器阻止了Googlebot访问站点。"],"Access denied":["拒绝访问"],"Deactivate %s":["停用 %s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s插件在与%2$s结合使用时可能会导致问题。"],"Upload Image":["上传图像"],"Remove these ads?":["要移除这些广告吗?"],"%s Posts Overview":["%s文章预览"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["面包屑标题用于出现此分类法的面包屑中。"],"Breadcrumbs title":["面包屑的标题"],"The canonical link is shown on the archive page for this term.":["在归档页中此项目的规范网址。"],"Facebook App ID":["Facebook App ID"],"Pinterest":["Pinterest"],"Other":["其它"],"Archives":["归档"],"Email":["电子信箱"],"Previous":["上一项"],"Next":["下一步"],"Close":["关闭"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s和%2$s可以创建XML站点地图。使用两个XML站点地图,非但不利于搜索引擎,甚至可能会减慢您的站点。"],"Configure %1$s's Open Graph settings":["配置%1$s开放式图谱设置"],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":["%1$s 和 %2$s 都能创建OpenGraph 输出,可能导致您的页面共享到 Facebook, Twitter, LinkedIn和其它社交网络时使用错误的文本和图像。"],"%s Image":["%s图像"],"%s Description":["%s 描述"],"%s Title":["%s 标题"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":["%1$s的建议图像大小为%2$s像素。"],"If you want to override the image used on %s for this post, upload / choose an image here.":["如果要覆盖此日志在%s上使用的图像,请在此处上传/选择图像。"],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["如果您不想在分享到 %s 时使用这个元描述,您可以在这里写上另一个。"],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["如果您不想使用这个文章标题来在%s分享这篇文章,而是想要使用另一个标题,那么写在这里。"],"very difficult":["非常困难"],"Try to make shorter sentences, using less difficult words to improve readability":["尽量缩短句子,使用难度较小的单词来提高可读性"],"difficult":["困难"],"Try to make shorter sentences to improve readability":["尽量缩短句子以提高可读性"],"fairly difficult":["还算困难"],"OK":["好"],"fairly easy":["还算容易"],"easy":["容易"],"very easy":["非常容易"],"Meta Desc.":["元描述"],"All SEO Scores":["全部SEO分数"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO问题:特色图像应该至少是200 x 200像素,由Facebook和其他社交媒体站点提取。"],"(no parent)":["(没有父级)"],"Post is set to noindex.":["文章被设置为不索引."],"The URL that this page should redirect to.":["URL重定向的目标页面。"],"301 Redirect":["301 转址"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":["此网页应指向的规范网址,留空,默认为固定链接。%1$s跨域名规范%2$s也支持。"],"Canonical URL":["规范链接"],"Title to use for this page in breadcrumb paths":["此页在包屑路径中的标题"],"Breadcrumbs Title":["面包屑的标题"],"No Snippet":["没有摘要"],"No Archive":["没有归档"],"No Image Index":["没有图像索引"],"None":["无"],"Site-wide default: %s":["站点默认:%s"],"Advanced meta robots settings for this page.":["此页面的高级meta robots设置。"],"Meta robots advanced":["高级Meta Robots"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["警告:虽然您可以在此设置元数据爬虫的选项,但是由于整个站点的隐私设定为不索引,因此本设置不会有效果。"],"Meta description":["元描述"],"SEO Title":["SEO标题"],"Focus keyword":["焦点关键词"],"Snippet preview":["摘要预览"],"Settings successfully imported.":["设置导入成功。"],"Settings could not be imported:":["设置无法导入:"],"Breadcrumb for 404 pages:":["404页的面包屑:"],"Prefix for search result pages:":["搜索结果页面前缀:"],"Prefix for archive pages:":["归档页面前缀:"],"Prefix for breadcrumbs:":["面包屑导航前缀:"],"Anchor text for the homepage:":["首页的锚文本:"],"Breadcrumbs separator:":["面包屑分隔符:"],"%s Breadcrumbs":["%s面包屑导航"],"Use Image":["使用图像"],"Action":["启动"],"Page URL/Slug":["页面URL/别名"],"Publication date":["发布日期"],"Post Status":["文章状态"],"WP Page Title":["WP页面标题"],"View":["浏览"],"View “%s”":["查看“%s”"],"Preview":["预览"],"Preview “%s”":["预览“%s”"],"Edit":["编辑"],"Filter":["筛选"],"New Yoast Meta Description":["新的 Yoast 元描述"],"Existing Yoast Meta Description":["现有的 Yoast 元描述"],"Facebook profile URL":["Facebook个人资料网址"],"Twitter username (without @)":["Twitter用户名(不包含@)"],"FAQ":["常见问题"],"Premium Support":["高级支持"],"Settings":["设置"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["您必须%1$s前往阅读设定%2$s,并取消勾选[搜寻引擎检视性]选项。"],"Huge SEO Issue: You're blocking access to robots.":["严重的SEO问题:站点正在屏蔽搜索引擎。"],"Posts":["文章"],"Edit Files":["编辑文件"],"Advanced Variables":["高级变量"],"Basic Variables":["基本变量"],"General":["常规"],"Extensions":["扩展"],"Search Console":["搜索控制台"],"Tools":["工具"],"Advanced":["高级"],"XML sitemaps":["XML 站点地图"],"Social":["社会化"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s 检测到您正在使用 %2$s 版的%3$s, 请更新到最新版本,以防止出现兼容性问题。"],"Just another WordPress site":["又一个WordPress站点"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["您还在使用WordPress默认的副标题,倒不如留空的更好,%1$s您可以通过%2$s自定义修正这个问题。"],"You have used HTML in your value which is not allowed.":["您在文章中使用了不被允许的HTML代码。"],"You can't edit %s that aren't yours.":["无法编辑非您创建的文章%s 。"],"You can't edit %s.":["无法编辑%s。"],"Post has an invalid Content Type: %s.":["文章拥有一个无效的文章形式:%s。"],"Post doesn't exist.":["文章不存在。"],"course\u0004Free:":["免费:"],"posts\u0004Trash (%s)":["回收站 (%s)"],"posts\u0004All (%s)":["全部(%s)"]}}} \ No newline at end of file diff --git a/Resources/Private/Languages/zh_TW.json b/Resources/Private/Languages/zh_TW.json index 04c6414..6636a8f 100644 --- a/Resources/Private/Languages/zh_TW.json +++ b/Resources/Private/Languages/zh_TW.json @@ -1 +1 @@ -{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=1; plural=0;","lang":"zh_TW"},"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":[""],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":[""],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":[""],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"Free":["免費"],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":[""],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":[""],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["獲得更好的分析"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":[""],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["匯入設定功能僅支援執行在 PHP 5.3 或更高版本的服務器上。"],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":[""],"Indexable deleted for object %1$s with type %2$s":[""],"Indexable saved for object %1$s with type %2$s":[""],"Indexable created for object %1$s with type %2$s":[""],"Indexable meta deleted.":[""],"Indexable meta saved for indexable id %1$s with meta key %2$s":[""],"Indexable meta created for indexable id %1$s with meta key %2$s":[""],"There is no meta found for indexable id %1$s and meta key %2$s.":[""],"There is no indexable found for author id %1$s.":[""],"There is no primary term found for post id %1$s and taxonomy %2$s.":[""],"There is no indexable found for term id %1$s and taxonomy %2$s.":[""],"There is no indexable found for post id %1$s.":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["改變文章的永久連結很可能會影響到您的文章在搜尋引擎上的可見度,可能影響%1$s,甚至%2$s可能無法完成於正在上線的網站。"],"WARNING:":["警告:"],"Learn about why permalinks are important for SEO.":["了解為什麼固定網址對SEO很重要。"],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$s關鍵字中的功能詞%3$s:您的關鍵字 \"%4$s\" 僅包含功能詞。%2$s了解更多關於什麼是一個好的關鍵字。%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["您是否知道 %s 還會分析您的關鍵字的不同單詞形式,如複數形式和過去式?"],"Clear Image":["清除圖片"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$s關鍵詞長度%3$s:%2$s設定關鍵字以計算您的SEO分數%3$s。"],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":["%1$s關鍵字分佈%2$s:好極了!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$s關鍵字分佈%3$s:不均勻。 文章中某些部分未加入關鍵字或其同義詞。%2$s請更均勻地分配這些字詞%3$s。"],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$s關鍵字分佈%3$s:非常不均勻。文章中大部分內容未加入關鍵字或其同義詞。%2$s請更均勻地分配這些字詞%3$s。"],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$s關鍵字分佈%3$s:%2$s在文章中加入您的關鍵字或其同義詞,以便我們可以檢查關鍵短語分佈%3$s。"],"Help on choosing the perfect focus keyphrase":["關於選擇完美的焦點關鍵字的幫助"],"Would you like to add a related keyphrase?":["您想增加相關的關鍵字嗎?"],"Go %s!":["前往 %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":["使用同義詞 & 相關的關鍵字 以獲得更好的排名"],"optimize a single post for synonyms and related keyphrases.":["優化同義詞和相關關鍵字的單篇文章。"],"Synonyms & related keyphrases":["同義詞 & 相關的關鍵字"],"Add related keyphrase":["增加相關關鍵字"],"Dismiss %s upgrade notice":["忽略 %s 更新通知"],"Upgrade to %s":["升級到 %s"],"%1$s video":["%1$s 影片"],"Get %s":["取得 %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$s曾使用的關鍵字%6$s:您已經在 %3$s之前使用了此關鍵字%1$s %2$d次。%5$s不要多次使用你的密鑰短語%6$s。"],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$s曾使用的關鍵字%5$s:您%1$s以前%2$s用過這個關鍵字。%4$s不要多次使用您的關鍵字%5$s。"],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$s曾使用的關鍵字%2$s:非常好,您過去從未使用過這個關鍵字。"],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$slug停用詞%3$s:此頁面的slug包含停用詞。%2$s刪除他們%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug過長%3$s:此頁面的 slug 有點長。%2$s請縮短它%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$s圖片alt屬性%3$s:此頁面上沒有圖片。%2$s增加一些%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$s連結關鍵字%3$s:您正連結到另一個頁面,其中包含您希望提升此頁面排名的關鍵字。%2$s請不要這樣做%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["這遠低於最小建議值的 %5$d 個字。%3$s請增加更多內容%4$s。"],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["這低於最小建議值的 %5$d 個字。%3$s請增加更多內容%4$s。"],"%2$sText length%4$s: The text contains %1$d word.":["%2$s文字長度%4$s:內文包含 %1$d 個字。"],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$s文字長度%3$s:做得好!內文包含 %1$d 個字。"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO標題長度%3$s:%2$s請建立SEO標題%3$s。"],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":["%1$sSEO標題長度%2$s:好極了!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO標題長度%3$s:SEO標題太短。%2$s使用空格增加關鍵字變數或建立吸引人的行動呼籲用語%3$s。"],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$s外部連結%2$s:好極了!此頁面上有 nofollowed 和 普通外部連結。"],"%1$sOutbound links%2$s: Good job!":["%1$s外部連結%2$s:好極了!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$s外部連結%3$s:此頁面上的所有外部連結均為 nofollowed。%2$s增加一些普通連結%3$s。"],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$s外部連結%3$s:此頁面沒有任何外部連結。%2$s請增加一些%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta描述長度%2$s:做得好!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta描述長度%3$s:Meta描述超過 %4$d 個字。為了確保整個描述可見性,%2$s您應該縮短長度%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta描述長度%3$s:Meta描述太短(少於%4$d字元)。 最多可增加到 %5$d 個字元。%2$s使用空格%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta描述長度%3$s:沒有指定Meta描述。搜尋引擎將顯示來自頁面的內文。%2$s請至少寫一個%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sMeta描述長度%2$s:已指定Meta描述,但未包含關鍵字。%3$s修正它%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sMeta描述長度%2$s:Meta描述中出現 %3$s 次關鍵字,超過建議的最大值2次。%4$s調整它%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sMeta描述長度%2$s:好極了!關鍵字或同義詞出現在Meta描述中。"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$s關鍵字長度%5$s:關鍵字長度是 %1$d 個字。這比建議最大值的 %2$d 個字還多。%4$s請縮短它%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$s關鍵字長度%5$s:關鍵字長度是 %1$d 個字。這超過了最大建議值的 %2$d 個字。%4$s請縮短它%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$s關鍵詞長度%2$s:好極了!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$s關鍵詞長度%3$s:沒有為此頁面設定焦點關鍵字。%2$s設置關鍵字以計算您的SEO得分%3$s。"],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":["以%2$s做了%1$s關鍵詞的介紹:非常好!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$s內部連結%2$s:做得好!此頁面上有 nofollowed 和 普通內部連結。"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$s內部連結%2$s:做得好!您有足夠的內部連結。"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$s內部連結%3$s:此頁面中的內部連結都是 nofollowed。%2$s請增加一些不錯的內部連結%3$s。"],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$s內部連結%3$s:此頁面中沒有內部連結,%2$s請增加一些%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$s過渡詞%2$s:做得好!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$s過渡詞%2$s:只有 %3$s 的句子包含過渡詞,這還不夠。%4$s使用更多%2$s。"],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$s過渡詞%2$s:所有句子都不包含過渡詞。%3$s使用一些%2$s.。"],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$s內容不足%2$s:%3$s請增加一些內容以啟用良好的分析%2$s。"],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$s子標題分布%2$s:您沒有使用任何子標題,但您的文字夠短,可能不需要它們。"],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$s子標題分布%2$s:儘管內文很長,但您沒有使用任何子標題。%3$s嘗試增加一些子標題%2$s。"],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$s子標題分布%2$s:%3$d 段落的文字長於 %4$d 個字,並且沒有任何子標題被分隔開來。%5$s增加子標題以提高可讀性%2$s。"],"%1$sSubheading distribution%2$s: Great job!":["%1$s子標題分布%2$s:好極了!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$s句子長度%2$s:%3$s 的句子內容超過 %4$s 個字,超過了最大建議值的 %5$s。%6$s嘗試縮短句子%2$s。"],"%1$sSentence length%2$s: Great!":["%1$s句子長度%2$s:太棒了!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$s連續句子%2$s:做得好!句子中有足夠的變化。"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$s連續句子%2$s:文章包含 %4$d 個實例,其中 %3$d 或更多連續句子以相同的字詞開頭。%5$s嘗試混入其他字詞以增加變化性%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$s段落長度%2$s:段落 %3$d 的內容超過最大建議值的 %4$d 個字。 %5$s縮短段落%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$s段落長度%2$s:好極了!沒有過長的段落。"],"Good job!":["做得好!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["焦點關鍵字"],"%1$s with ID %2$s couldn't be patched":["ID為 %2$s 的 %1$s 無法修補"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["無效的 POST 請求。對於 ID 為 %1$s 的對象,已存在 Meta值。"],"Indexable with ID `%1$s` does not exist":["「%1$s」可被索引的ID不存在"],"No object with ID %1$s and %2$s could be found":["ID「%1$s」與「%2$s」無法找到該項目"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` 不是 `%2$s` 的有效子類型"],"The object type `%1$s` is invalid":["「%1$s」項目無效"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":["參數 `%1$s` 不能為空。"],"Check Keyphrase Density":["檢查關鍵字密度"],"Disable":["停用"],"Allow Control":["允許控制"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":["%s 是必要的功能切換參數。"],"Keyphrase:":["關鍵字:"],"Remove keyphrase":["刪除關鍵字"],"This feature has been disabled by the network admin.":["網路管理員已禁用此功能。"],"Focus keyphrase not set.":["焦點關鍵字未設定。"],"Multiple keyphrases":["多個關鍵字"],"Colon":[""],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s 和 %2$s 都管理您網站的 SEO。同時執行兩個 SEO 插件是有害的。"],"There is a new notification.":["有新通知。"],"Learn more about the readability analysis":["了解更多關於「可讀性分析」"],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["這是您可以在文章中連結的相關內容列表。{{a}}閱讀我們關於網站結構{{/a}}的文章,瞭解更多內部連結如何幫助您改善SEO。"],"%s, %s and %s":["%s、%s 和 %s"],"%s and %s":["%s 和 %s"],"%d minute":["%d 分"],"%d hour":["%d 小時"],"%d day":["%d 天"],"Enter a step title":["輸入步驟標題"],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":["分鐘"],"hours":["小時"],"days":["天"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["以 SEO 友善的方式來建立操作指南。每篇文章只能使用一個操作指南區塊。"],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":["複製錯誤"],"An error occurred loading the %s primary taxonomy picker.":["載入 %s 主分類選擇器時發生錯誤。"],"%1$s Structured Data Blocks":["%1$s 資料結構化區塊"],"Time needed:":["所需時間:"],"Move question down":["向下移動問題"],"Move question up":["向上移動問題"],"Insert question":["插入問題"],"Delete question":["刪除問題"],"Enter the answer to the question":["輸入問題的答案"],"Enter a question":["輸入問題"],"Add question":["新增問題"],"Frequently Asked Questions":["常見問題"],"Great news: you can, with %s!":["好消息:您可以,%s!"],"Select the primary %s":["選擇主要%s"],"Check links to this URL":["檢查此URL的連結"],"Keyword research training":["關鍵字研究訓練"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["請檢查以下內容類型的 %1$s彙整模板%2$s:%3$s。"],"Are you trying to use multiple keyphrases? You should add them separately below.":["您是否嘗試使用多個關鍵字?您應該在下面單獨增加它們。"],"Mark as cornerstone content":["標記為基石內容"],"Move step down":["向下移動"],"Move step up":["向上移動"],"Insert step":["插入步驟"],"Delete step":["刪除步驟"],"Add image":["新增圖片"],"Enter a step description":["輸入步驟描述"],"Enter a description":["輸入一個描述"],"Unordered list":[""],"Showing step items as an ordered list.":["將步驟項顯示為有序列表。"],"Showing step items as an unordered list":["將步驟項顯示為無序列表"],"Add step":["增加步驟"],"Delete total time":["刪除全部時間"],"Add total time":["增加全部時間"],"How to":["如何"],"How-to":[""],"Snippet Preview":["片段預覽"],"Analysis results":["分析結果"],"Enter a focus keyphrase to calculate the SEO score":["輸入焦點關鍵字來計算SEO分數"],"Learn more about Cornerstone Content.":["瞭解更多關於基石內容。"],"Cornerstone content should be the most important and extensive articles on your site.":["基石內容應該是您網站上最重要和最廣泛的文章。"],"Restore Site":["還原網站"],"Network Settings":["網路設定"],"You are not allowed to perform this action.":["您不能執行此操作。"],"Error: %s":["錯誤:%s"],"Success: %s":["成功:%s"],"Site with ID %d not found.":["找不到 ID 為 %d 的網站。"],"No site has been selected to restore.":["沒有選擇要還原的網站。"],"You are not allowed to modify unregistered network settings.":["您不能修改未註冊的網路設定。"],"deleted":["已刪除"],"Would you like to add another keyphrase?":["您想增加另一個關鍵字嗎?"],"image preview":["圖片預覽"],"Copied!":["已複製!"],"Not supported!":["不支援"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["增加更多內容後,我們會在此處為您提供相關內容列表,您可以在文章中找到這些內容。"],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["考慮連結到這些{{a}}基石文章:{{/a}}"],"Consider linking to these articles:":["考慮連結到這些文章:"],"Copy link":["複製連結"],"Copy link to suggested article: %s":["複製指向建議文章的連結:%s"],"The site's tagline":["網站標語"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":["未填寫所有必填欄位。缺少欄位 %1$s"],"Optimize your site for Google News.":[""],"Optimize your shop's SEO and sell more products!":["優化您商店的SEO並銷售更多產品!"],"Be found in Google Video search and enhance your video sharing on social media.":["可以在Google影片搜尋中找到並增強您在社群媒體上的影片分享。"],"Be found in Google Maps and local results.":["可在Google地圖和本地搜尋結果中找到。"],"Learn practical SEO skills to rank higher in Google.":["學習實用的 SEO 技能,在 Google 中獲得更高排名。"],"Don’t waste time figuring out the best settings yourself.":[""],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":["增加同義詞"],"Would you like to add keyphrase synonyms?":["您想增加關鍵同義詞嗎?"],"Would you like to add more than one keyphrase?":["您想增加多個關鍵短語嗎?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["您可以在 %1$s商店頁面%2$s 上編輯此自訂類型的 SEO meta資料。"],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["您尚未在 WooCommerce 設定中設置商店頁面。請先完成此動作。"],"Current year":["今年"],"Page":["頁面"],"Breadcrumb settings for %s archive":["%s 彙整的麵包屑設定"],"Tagline":["標語"],"Modify your meta description by editing it right here":["在此處編輯來修改 Meta 描述"],"description (custom taxonomy)":["描述(自訂分類)"],"(custom taxonomy)":["(自訂分類)"],"(custom field)":["(自訂欄位)"],"Term404":[""],"Caption":["標題"],"Pagenumber":["頁碼"],"Pagetotal":[""],"Page number":["頁碼"],"User description":["用戶描述"],"ID":["ID"],"Modified":["已修改"],"Post type (plural)":["文章類型(複數)"],"Post type (singular)":["文章類型(單數)"],"Separator":["分隔器"],"Search phrase":["搜尋字詞"],"Term title":["條款標題"],"Term description":["條款描述"],"Tag description":["標籤描述"],"Category description":["分類描述"],"Primary category":["主要類別"],"Category":["分類"],"Tag":["標籤"],"Excerpt only":["僅摘要"],"Excerpt":["摘要"],"Site title":["網站標題"],"Archive title":["彙整標題"],"Parent title":[""],"Date":["日期"],"Label":["標籤"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["您應該建立一個轉址,以確保訪客在點擊不再有效的URL時,不會收到 404 錯誤。"],"Search engines and other websites can still send traffic to your deleted post.":["搜尋引擎和其他網站仍然可以向您刪除的文章發送流量。"],"Make sure you don't miss out on traffic!":[""],"You just deleted a %1$s.":["您剛剛刪除了%1$s。"],"You just trashed a %1$s.":["您剛剛丟棄了 %1$s。"],"Settings for %s archive":["%s 彙整的設定"],"Settings for single %s URLs":["單個 %s 網址的設定"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Note that not all variables can be used in every field.":["注意,並非所有變數都可以在每個欄位中使用。"],"Snippet variables":["代碼變數"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s 尊重您的隱私。閱讀我們的%2$s隱私政策%3$s,了解我們如何處理您的個人資訊。"],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["如果您知道這意味著什麼並且您不想再看到此訊息,則可以 %1$s關閉此訊息%2$s。"],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["您網站設定目前允許附件網址的存在。請閱讀%1$s此文章%2$s,了解附件網址的潛在問題,並檢查您的網站是否具有正確的設定。"],"Unknown type %1$s":["未知類型 %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["包含一個免費的 MyYoast 帳號,讓您可以訪問我們的免費搜尋引擎優化初學者課程!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["如果您想了解%1$s、%2$s 其他很酷的插件,以及來自SEO世界有趣的新聞和提示,請註冊我們的電子報。"],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["在 %1$s百度網站管理員工具%2$s中取得您的百度驗證碼。"],"Baidu verification code":["百度驗證碼"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":["清除 %s 資料失敗。"],"Content Type":["內容型態"],"Filter by content type":["按照內容類型篩選"],"Show All Content Types":["顯示所有內容類型"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":[""],"Clean":["清除"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["一旦確定您的網站沒問題,您就可以清除。這將刪除所有原始資料。"],"Step 5: Clean up":["步驟5;清除"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["您應該從 SEO → 執行設定精靈、一般 → 儀表板頁面,以確保您網站的所有設置都正確。"],"Step 4: Run the configuration wizard":["步驟4:執行設定精靈"],"Please check your posts and pages and see if the metadata was successfully imported.":["請檢查您的文章和頁面,看看 Meta 資料是否已成功匯入。"],"Step 3: Check your data":["步驟 3: 檢查您的資料"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["步驟2:匯入"],"Please make a backup of your database before starting this process.":["在開始之前,請先備份您的資料庫。"],"Step 1: Create a backup":["步驟 1:建立備份"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":[""],"Plugin: ":["插件:"],"%s did not detect any plugin data from plugins it can import from.":[""],"Posts that should not show up in search results":["不應顯示在搜尋結果中的文章"],"%s data found.":["找到 %s 資料。"],"%s data successfully removed.":["成功移除 %s 資料。"],"%s data successfully imported.":["成功匯入 %s 資料。"],"%s data not found.":["找不到 %s 資料。"],"Improve your SEO skills":["提高您的SEO技能"],"24/7 email support":["24/7 郵件支援"],"No more dead links a.k.a. 404 pages":[""],"Get real-time suggestions for internal links":["取得內部連結的即時建議"],"Preview your page in Facebook and Twitter":["預覽您的頁面在 Facebook 和 Twitter上的樣式"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["點擊「%3$s」按鈕以使用在 %1$s搜尋外觀首頁%2$s 設定中設置的 Meta 描述。"],"Help on copying the home meta description":["關於複製首頁 meta 描述的幫助"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":["瞭解更多關於您的社群個人檔案設定"],"Remove the categories prefix":["刪除類別前綴"],"Help on the category prefix setting":["關於此類別前綴設定的幫助"],"Learn more about the available variables":["瞭解更多關於可用變數的資訊"],"Learn more about the RSS feed setting":["瞭解更多關於RSS設定"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":["瞭解更多關於媒體和附件網址設定"],"Learn more about the title separator setting":["瞭解更多關於標題分隔符號設定"],"Learn more about the knowledge graph setting":["瞭解更多關於知識圖譜的設定"],"Learn more about the homepage setting":["瞭解更多關於首頁設定"],"Learn more about the special pages setting":["瞭解更多關於特殊頁面設置"],"Help on the date archives search results setting":["關於此日期彙整搜尋結果設定的幫助"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":["關於作者沒有彙整文章搜尋結果設定的幫助"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":["關於作者彙整搜尋結果設定的幫助"],"Archives settings help":["彙整設定幫助"],"Learn more about the archives setting":["瞭解更多關於彙整設定"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["在 %1$sYandex網站管理員工具%2$s中取得您的Yandex驗證碼。"],"Yandex verification code":["Yandex 認證碼"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["在 %1$sGoogle Search Console%2$s中取得您的Google驗證碼。"],"Google verification code":["Google 驗證碼"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["在 %1$sBing網站管理員工具%2$s中取得您的Bing驗證碼。"],"Bing verification code":["Bing 驗證碼"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["瞭解更多關於網站站長工具驗證"],"On":["啟用"],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s 具備許多功能。您可以在下面 啟用/禁用 其中一些。點擊問號可取得關於該功能的更多資訊。"],"Off":["關閉"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":["安全性:沒有作者的進階設置"],"See who contributed to %1$s.":["看看誰為 %1$s 做出了貢獻。"],"Help on this search results setting":["關於此搜尋結果設定的幫助"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Check SEO configuration":["檢查 SEO 設定"],"Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.":["想確保您的 %1$s 設定仍然正常嗎? %2$s 再次開啟安裝精靈 %3$s 以驗證它們。"],"Default for %2$s, currently: %1$s":["預設為 %2$s,目前是:%1$s"],"Show %s in search results?":["在搜尋結果中顯示 %s?"],"this author's archives":["此作者的彙整"],"Do not allow search engines to show %s in search results.":["不允許搜尋引擎在搜尋結果中顯示 %s。"],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["WordPress 中的 類別URL 包含前綴,通常為 %s,此功能僅刪除該前綴,僅適用於類別。"],"Category URLs":["分類網址"],"the archive for %s":["%s 彙整"],"Redirect attachment URLs to the attachment itself?":["將附件網址轉址到附件本身?"],"We recommend you set this to Yes.":["我們建議您將其設置為是。"],"Media & attachment URLs":["媒體 & 附件網址"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["這是人們找到您的首頁時在搜尋結果中顯示的內容。這意味著這可能是他們搜尋您的品牌名稱時所看到的。"],"date archives":["日期彙整"],"archives for authors without posts":["沒有文章的作者彙整"],"Read why XML Sitemaps are important for your site.":[""],"Enable the XML sitemaps that %s generates.":["啟用 %s 產生的 XML網站地圖。"],"See the XML sitemap.":["查看 XML sitemap。"],"%2$s (current default for %1$s)":["%2$s(目前預設值為 %1$s)"],"Media":["媒體"],"Content Types":["內容類型"],"Should search engines follow links on this %1$s?":["搜尋引擎應關注此 %1$s 上的連結嗎?"],"Allow search engines to show this %s in search results?":["允許搜尋引擎在搜尋結果中顯示此 %s?"],"Search Appearance":["搜尋外觀"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":["搜尋引擎應在搜尋結果中顯示「%1$s」:"],"Search engine visibility":["搜尋引擎可見性"],"Toggle %1$s's XML Sitemap":["切換 %1$s 的XML網站地圖"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":[""],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":[""],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["如果您遇到透過我們教學影片或知識庫所無法解決的問題,您可以向我們的支援團隊發送訊息。他們可以 24/7 全天候為您服務。"],"Good results":["良好的結果"],"Get better search results in local search":["在本地搜尋中取得更好的搜尋結果"],"Allow customers to pick up their %s order locally":["允許客戶在本地取得他們的 %s 訂單"],"SEO analysis":["SEO 分析"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO分析提供了改善文章SEO的建議。"],"Learn how the SEO analysis can help you rank.":["瞭解 SEO分析 如何幫助您提升排名。"],"The readability analysis offers suggestions to improve the structure and style of your text.":["可讀性分析提供了改進文章結構和樣式的建議。"],"Discover why readability is important for SEO.":["了解為什麼可讀性對 SEO 很重要。"],"Find out how cornerstone content can help you improve your site structure.":["了解基石內容如何幫助您改善網站結構。"],"The text link counter helps you improve your site structure.":[""],"Find out how the text link counter can enhance your SEO.":["了解文字連結計數器如何增強您的SEO。"],"%s integration":["%s 整合"],"Read more about how %s works.":["詳細了解 %s 的工作原理。"],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["如果您希望 Facebook 和其他社群媒體,在分享您網站的連結時顯示圖片預覽和文章摘要,請啟用此功能。"],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["如果您希望 Twitter 和其他社群媒體,在分享您網站的連結時顯示圖片預覽和文章摘要,請啟用此功能。"],"Find out why you should upgrade to %s":["找出您應該升級到 %s 的原因"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["關於 %1$s 的最新部落格文章"],"Need help?":["需要幫助嗎?"],"Remove highlight from the text":[""],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["使用 %1$s %2$s設定精靈%3$s 以快速上手!"],"First-time SEO configuration":["首次 SEO 設定"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["您的網站語言設定為 {language}。如果不正確請聯繫您的網站管理者。"],"Your site language is set to {language}.":["您的網站語言設定為 {language}。"],"Highlight this result in the text":[""],"Considerations":["注意事項"],"Errors":["錯誤"],"Change language":["更改語言"],"You cannot create a %s file.":["您無法建立 %s 檔案"],"You cannot edit the %s file.":["您無法編輯 %s 檔案。"],"Updated %s":["已更新 %s"],"Create %s file":["建立 %s 檔案"],"Edit the content of your %s:":["編輯 %s 的內容:"],"Save changes to %s":["儲存修改至 %s"],"%s file":["%s 檔案"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["透過增加幫助程序插件,%1$s 和 %2$s 可以更好地協同工作。請安裝 %3$s 以改善您的狀態。%4$s。"],"More information":["更多資訊"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["透過增加幫助程序插件,%1$s 和 %2$s 可以更好地協同工作。請啟用 %3$s 以改善您的狀態。"],"More information about %1$s":["關於 %1$s 的更多資訊"],"Configuration Wizard":["設定精靈"],"You've done it!":["完成設定!!"],"Seamlessly integrate %1$s into your AMP pages!":["無縫整合 %1$s 至您的 AMP 頁面!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["將 %2$s 與 %1$s 無縫整合以進行內容分析!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["透過增加幫助程序插件,%1$s 和 %2$s 可以更好地協同工作。請安裝 %3$s 以改善您的狀態。"],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["%1$s 的搜尋外觀設定是在頁面顯示時,由此頁面中特定值所取代的變數組成。下面的表格包含了可用變數的清單。"],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":[""],"Loading help center.":["支援中心載入中。"],"Get support":["取得支援"],"(Opens in a new browser tab)":["(在瀏覽器的新分頁中開啟)"],"Posts %1$swithout%2$s a focus keyphrase":["文章%1$s沒有%2$s焦點關鍵字"],"Hey, your SEO is doing pretty well! Check out the stats:":["嘿,您的SEO做得很好!查看統計數據:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["您尚未發佈任何文章,文章發佈後這裡才會顯示 SEO 分數!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["其它"],"A portfolio":["作品集"],"A corporation":["企業"],"A small offline business":["實體店家"],"A news channel":["新聞頻道"],"An online shop":["線上購物"],"A blog":["部落格"],"What does the site %1$s represent?":["此網站 %1$s 是什麼樣的類型?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["選項 B:我的網站仍在建置中,不應該被索引"],"Option A: My site is live and ready to be indexed":["我的網站已上線且已準備好被索引"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["請選擇網站狀態是建置中還是已啟用"],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["在我們的SEO部落格上閱讀更多類似的內容"],"Readability: %s":[""],"Not activated":["尚未啟動"],"Activated":["已啟動"],"%1$s recommendations for you":["推薦 %1$s 給您"],"All Readability Scores":["所有可讀性分數"],"Filter by Readability Score":["依照可讀性分數篩選"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["您無法收到更新或支持!透過增加此網站並 %1$s啟用它%2$s 來解決此問題。"],"Request method %1$s is not valid.":["請求方法 %1$s 無效。"],"Muted notifications:":["關閉通知:"],"Muted problems:":["關閉問題:"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["如果人們在 %1$s 上分享此文章,您會想要預覽它的樣子嗎?您可以使用 %2$s。"],"Good job! All the links in your texts have been counted.":["做得好!您文章中的所有連結都已計算在內。"],"Calculation completed.":["計算完成。"],"Calculation in progress...":["正在計算..."],"Stop counting":["停止計算"],"Counting links in your texts":["計算您文字中的連結數量"],"Text %1$s of %2$s processed.":["已處理 %2$s 的文字 %1$s。"],"All your texts are already counted, there is no need to count them again.":["所有文章已經統計完畢,無需再次統計"],"Count links in your texts":["統計文中連結數量"],"The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.":[""],"Text link counter":["文字連結計數"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["連結到此文章的內部連結數。有關詳情,請參閱幫助標籤中的「Yoast 欄」文字。"],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s 為此頁面增加了幾欄。我們寫了一篇關於 %2$s如何使用SEO分數和可讀性分數%3$s 的文章。連結欄顯示此網站上連結 %5$s到%6$s 本文的文章數量以及 %5$s從%6$s 本文連結的URL數量。瞭解更多%4$s如何使用這些功能來改善內部連結%3$s,從而大大增強您的SEO。"],"%s Columns":["%s 欄"],"Readability score":["可讀性分數"],"Other benefits of %s for you:":["%s 對您的其他好處:"],"Scroll to see the preview content.":["捲動以預覽內容"],"Cornerstone content":["基石內容"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s 現在將負責您網站的所有必要技術優化。要真正提高網站在搜尋結果中的效果,重要的是要開始建立您所關注關鍵字排名的優質內容。看看這個影片,我們在其中解釋了編輯文章或頁面時如何使用 %1$s Meta資料。"],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":[""],"Attract more customers near you":["吸引更多附近的顧客"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":[""],"Get the most out of %1$s with the %2$s":[""],"Upgrade to Premium":["升級到進階版"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":[""],"You might like":["您可能喜歡"],"Newsletter":["最新訊息"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":[""],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["設定精靈可以很容易幫您的網站做 SEO 最佳化設定。"],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["取得進階版,我們的專家將會回答您關於使用此插件遇到的問題。"],"Superfast internal linking suggestions":["超快的內部鏈結建議"],"Great news: you can, with %1$s!":["好消息!您可以和 %1$s !"],"Save changes":["儲存變更"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":[""],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$s社群媒體預覽%2$s:Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$s沒有更多的死連結%2$s:簡易轉址管理器"],"No ads!":["無廣告!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["社群媒體預覽"],"Easy redirect manager":["簡易轉址管理器"],"No more dead links":["沒有更多無效的連結"],"Increase your SEO reach":["增加您的SEO覆蓋率"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["如果您想要更多關於建立更棒的內容,請瀏覽我們的%2$sSEO寫作課程%3$s。您想要知道更多關於此外掛的特色功能,考慮加入我們的 %1$s !"],"Variable":["變數"],"Available variables":["可用變數"],"Scroll to see the table content.":["滾動以查看該表格的內容。"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["若您需要幫助,請參考我們的文章 %1$s關於如何串接網站與Google網站管理員%2$s。"],"An error occurred in the '%1$s' assessment":["在 %1$s 評估中發生錯誤"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s 字包含 %2$s 超過%3$s 音節 %4$s,這是超過最大建議值 %5$s。"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s 字包含 %2$s超過 %3$s 音節%4$s,小於或等於最大值 %5$s。"],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["這略低於建議的最小值 %5$d 個字。%3$s增加更多的內容%4$s。"],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Meta 描述包含 %1$d 句子 %2$s 超過 %3$s 字 %4$s。嘗試縮短句子。"],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Meta 摘要描述不含句子 %1$s 超過 %2$s 字 %3$s。"],"No new notifications.":["沒有新的通知。"],"Save all":["全部儲存"],"Save":["儲存"],"%1$s, Author at %2$s":["%1$s, 作者 %2$s"],"Mobile preview":["行動裝置預覽"],"Desktop preview":["桌面預覽"],"Select redirect":["選擇重新導向"],"Please provide an SEO title by editing the snippet below.":["請在下方的摘要編輯器中提供一個 SEO 標題。"],"Meta description preview:":["Meta 描述預覽:"],"Slug preview:":["代稱預覽:"],"SEO title preview:":["SEO 標題預覽:"],"Close snippet editor":["關閉代碼預覽編輯"],"Slug":["代稱"],"Remove marks in the text":["刪除文字中的標記"],"Mark this result in the text":["在文字中標記此結果"],"Marks are disabled in current view":["在當前瀏覽中標記為禁用"],"Good SEO score":["良好的SEO分數:"],"OK SEO score":["尚可的SEO分數:"],"Feedback":["反饋"],"ok":["好"],"Choose an image":["選擇圖片"],"Remove the image":["移除圖片"],"MailChimp signup failed:":["MailChimp 加入失敗:"],"Sign Up!":["註冊"],"Name":["名稱"],"There is an error with the request.":["請求出錯。"],"Select profile":["選擇檔案"],"Choose a profile":["選擇一個檔案"],"Authorization code":["認證碼"],"Reauthenticate with Google":["使用Google重新認證"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["要允許 %s 取得Google網站管理員資訊,請輸入Google認證碼。點擊下面按鈕將開啟一個新視窗。"],"Please provide a meta description by editing the snippet below.":["請利用以下代碼編輯器提供meta描述。"],"Edit snippet":["編輯代碼"],"You can click on each element in the preview to jump to the Snippet Editor.":["您可以透過點擊預覽中任何元素以挑轉到摘要編輯器。"],"Close the Wizard":["關閉設定精靈。"],"Export settings":["匯出設定"],"%1$s video tutorial":["%1$s 影片教學"],"%s › Configuration Wizard":["%s › 設定精靈"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["如果您有遇到問題,請 %1$s提交錯誤回報%2$s,我們將盡力幫助您解決問題。"],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["我們已經注意到您正在使用 %1$s 一些時間,我們希望您喜歡!如果您可以在%2$sWordPress.org上給我們5星好評%3$s,我們會很開心!"],"Courses":["課程"],"Date archives settings":["時間彙整設定"],"Author archives settings":["作者彙整設定"],"%1$s by %2$s":["%1$s x %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["警告:變數 %s 不能被用於這個模版。更多訊息請查看幫助中心。"],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(沒有標題)"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["%1$s 管理者選單中包含了第三分分析工具可以級快速得知新通知。"],"Admin bar menu":["管理選單"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["特色"],"SEO title":["SEO標題"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["雖然我們嘗試讓 %1$s 盡可能容易,但是我們知道它是有一定難度的。如果您想讓我們替您設置 %1$s(並在過程中獲得 %2$s 的複製版),在此訂閱 %3$s%1$s 設定服務%4$s。"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["歡迎來到 %1$s 設置精靈。透過幾個簡單的步驟,我們將協助您配置SEO設定,以滿足您的網站需求!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google 在搜尋結果中顯示您的網站名稱,如果您想要變更它,您可以在此變更。"],"Greater than sign":["大於標誌"],"Less than sign":["小於"],"Right angle quotation mark":["右邊引號"],"Left angle quotation mark":["左邊引號"],"Small tilde":["小括弧"],"Vertical bar":["垂直線"],"Low asterisk":["低星號"],"Asterisk":["星號"],"Bullet":["點"],"Middle dot":["中點"],"Em dash":["破折號"],"En dash":["連接符"],"Dash":["連字號"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["選擇要作為標題的分隔服務。這將顯示文章和網站標題之間的分隔。此符號將會顯示於搜尋結果中。"],"The name of the person":["人物名稱"],"No":["否"],"Yes":["是"],"Does, or will, your site have multiple authors?":["您的網站是否會有多作者?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress 會自動針對每一個媒體產生一個專屬URL。啟用此選項將允許Google針對每一個媒體URL進行索引。"],"Success!":["成功!"],"Title settings":["標題設定"],"Google Search Console":["Google 網站管理員"],"Multiple authors":["多作者"],"Site type":["網站類型"],"Environment":["網站環境"],"Yoast option %1$s not found.":["Yoast 設定 %1$s 找不到。"],"Google Structured Data Test":["結構化測試資料"],"Posts list":["文章清單"],"Posts list navigation":["文章清單導覽選單"],"Filter posts list":["依照文章清單篩選"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["請注意,彙整頁面仍可能由您的主題輸出,您需要單獨刪除它們。"],"%1$s to optimize your site even further":["%1$s 優化您的網站到極致"],"%1$s extensions":["%1$s 擴充"],"Comes with our 30-day no questions asked money back guarantee":["我們提供30天無條件退款保證。"],"More information %1$sabout %3$s%2$s":["更多資訊 %1$s關於 %3$s%2$s"],"Installed":["已安裝"],"gain access to our 24/7 support team.":["取得我們團隊 24/7 全天候支援。"],"Premium support":["進階版支援"],"check what your Facebook or Twitter post will look like.":["檢查您的 Facebook 或 Twitter 貼文的外觀。"],"Social previews":["社群預覽"],"create and manage redirects from within your WordPress install.":["在 WordPress 安裝中建立與管理 WordPress 轉址。"],"Redirect manager":["導向管理員"],"%1$s, take your optimization to the next level!":["%1$s 帶領您的網站優化到另外一個層級!"],"A seamless integration between %1$s and %2$s":["在 %1$s 和 %2$s 之間可以無縫接軌"],"Use %1$s breadcrumbs instead of %2$s ones":["使用 %1$s 麵包屑替代 %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["輕鬆插入Google地圖、商店定位、營業時間或更多"],"Creates XML News Sitemaps":["建立 XML 新聞網站地圖"],"Immediately pings Google on the publication of a new post":["立刻通知Google發佈最新文章"],"Optimize your site for Google News":["針對您的網站做 Google News 優化"],"Make videos responsive through enabling fitvids.js":["讓影片透過 fitvids.js 支援回應式"],"Enhance the experience of sharing posts with videos":["增強影片文章訊息的體驗"],"Show your videos in Google Videos":["在 Google Videos 顯示您的影片"],"Crawl issues list":["爬蟲問題清單"],"Crawl issues list navigation":["索引問題列表導航"],"Edit “%s”":["編輯 “%s”"],"Premium":["進階版"],"Google Trends":["Google 搜尋趨勢"],"Notifications":["通知"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["刪除 Meta 資料中焦點關鍵字的,並禁用所有與SEO相關的建議。"],"Disable SEO analysis":["停用SEO分析"],"Twitter settings":["Twitter設定"],"Pinterest settings":["Pinterest設定"],"Facebook settings":["Facebook 設定"],"Title separator symbol":["標題分隔符號"],"RSS feed settings":["RSS摘要設定"],"Breadcrumbs settings":["麵包屑設定"],"Make primary":["設為主要"],"Enter your Google Authorization Code and press the Authenticate button.":["輸入您的Google認證碼並點擊認證按鈕。"],"%s notification":["%s 則通知"],"Disable readability analysis":["關閉可讀性分析"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["可讀性分析"],"Needs improvement":["需要改進"],"Readability":["可讀性"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["您正嘗試載入 non-minified 檔案。這些僅在我們的開發包中提供。查看 %1$s 以查看所有來源檔案。"],"Improvements":["改進"],"Restore this item.":["還原此項目。"],"Dismiss this item.":["忽略此項目。"],"Good job! We could detect no serious SEO problems.":["太棒了!我們檢測到沒有嚴重的SEO問題。"],"We have detected the following issues that affect the SEO of your site.":["我們偵測到以下問題將影響您網站的SEO。"],"Problems":["問題"],"Analysis":["分析"],"Not available":["不可用"],"Filter by SEO Score":["依照SEO分數篩選"],"Meta description not set.":["Meta 描述沒設置。"],"Video tutorial":["影片教學"],"Email support is a %s feature":["郵件支援為 %s 的特色功能"],"Knowledge base":["知識庫"],"Open":["開啟"],"Dashboard":["控制台"],"You can fix this on the %1$sPermalink settings page%2$s.":["您可以透過 %1$s固定網址設定頁面%2$s 修復這個問題。"],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["留言分頁目前已啟用,但在1000個例子中999個例子是不需要這樣的,我們建議您關閉。"],"Replaced with the primary category of the post/page":["替換為文章/頁面的主要分類"],"Pinterest confirmation":["Pinterest 驗證確認"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["如果您已經透過 Pinterest 驗證您的網站,可以跳過以下的步驟。"],"Format-based archives":["文章格式彙整"],"Webmaster Tools verification":["網站管理員驗證工具"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["關注我們的%1$s for WordPress 培訓並成為一個認證的 Yosat SEO 專家 %1$s 。"],"Want to be a %s Expert?":["如何成為一個 %s 專家?"],"Buy %s":["購買 %s"],"Show information about errors in category %s":[""],"New %1$s Title":["新 %1$s 標題"],"Existing %1$s Title":["目前的 %1$s 標題"],"Expected an integer as input.":["需要輸入一個整數。"],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["嘗試建構網站地圖快取緩存,但後綴和前綴組合留下太少來執行。您可能要求的頁會超出預期範圍。"],"Remove":["移除"],"Keep":["保留"],"Bold the last page":["最後一個頁面粗體"],"Regular":["一般"],"Bold":["粗體"],"Show Blog page":["顯示部落格頁面"],"Primary %s":["主要 %s"],"Primary":["主要"],"Make %1$s primary %2$s":["設為 %1$s 主要 %2$s"],"Term is set to noindex.":["Term 設為不索引。"],"Author archives":["作者彙整"],"Show":["顯示"],"Enabled":["啟用"],"Disabled":["停用"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s 尚未從 %2$s 取得您網站的可索引性狀態"],"The separator defined in your theme's %s tag.":["在主題的 %s 標記的分隔符定義。"],"No index":["不索引"],"Analyze entire site":["分析整個網站"],"Fetch the current status":["擷取目前狀態"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s 無法從 %4$s 取得您網站的可索引性狀態 %3$s"],"Your homepage can be indexed by search engines.":["您的首頁可以透過搜尋引擎索引。"],"Indexability check by %1$s":["%1$s 的索引檢測"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["如果您想要與 %1$s 共享圖片,您可以上傳/選擇圖片或在此輸入圖片網址。"],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["如果您不想讓文章在 %1$s 分享時顯示 mata摘要描述,請在此處編輯另外的描述內容。"],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["如果您不想要使用標題進行分享在 %1$s ,而是想要用另一個標題,請在此填寫。"],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$s您的首頁無法被搜尋引擎索引%2$s. 對SEO分數有負面影響建議修復此問題。"],"Once Weekly":["每週一次"],"Add-ons":["附加元件"],"SEO score":["SEO 分數"],"Twitter metadata":["Twitter metadata"],"Facebook / Open Graph metadata":["Facebook / Open Graph metadata"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["重新計算所有使用焦點關鍵字內容的SEO分數。"],"%1$s of %2$s done.":["%1$s 的 %2$s 已完成。"],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["我們已經更新SEO分數的演算。%1$s點擊此連結重新計算所有貼文和頁面的SEO分數%2$s。"],"Team Yoast":["Yoast 團隊"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["WordPress 真正第一個集所有功能於一身的SEO解決方案,其中包括對網頁內容分析、XML網站地圖等等。"],"Yoast SEO":["Yoast SEO"],"Activation failed:":["啟動失敗:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["這個擴充功能似乎不支援,請洽詢您的主機商開啟該功能。"],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["%1$s 插件安裝未完整。請參考 %2$s安裝介紹%3$s。"],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["標準 PHP 函式庫(SPL)擴充元件似乎無法使用。請要求您的網站管理員啟用它。"],"SEO Settings":["SEO 設定"],"Mobile-Friendly Test":["行動裝置相容性測試"],"Google Page Speed Test":["Google 頁面速度測試"],"CSS Validator":["CSS 驗證器"],"HTML Validator":["HTML 驗證器"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins 驗證"],"Facebook Debugger":["Facebook 除錯器"],"Check Headers":["檢查頁首"],"Check Google Cache":["檢查 Google 暫存檔"],"Analyze this page":["分析這個頁面"],"Keyword Research":["關鍵字研究"],"%s does not seem to be a valid url. Please correct.":["%s 似乎不是一個有效的URL。請更正。"],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s 似乎不是一個正確的 %2$s 驗證值。請更正。"],"%s Archive":["%s 彙整"],"You searched for %s":["您正在找 %s"],"%s does not seem to be a valid Twitter user-id. Please correct.":["%s似乎不是一個有效的Twitter用戶ID。請更正。"],"Summary with large image":["有著大圖的摘要"],"Summary":["摘要"],"The post %1$s appeared first on %2$s.":["這篇文章 %1$s 最早出現於 %2$s。"],"No numeric value was received.":["沒有收到任何數值。"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["這必須要是一個已存在的部落格。部落格 %s 不存在或者已被標記為已刪除。"],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["預設的部落格設定必需要是您想要設定為預設值的純數字部落格 ID。"],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s 不是一個有效的選擇,應該允許訪問 %2$s 設定。值重設為預設。"],"Please select a valid post type for taxonomy \"%s\"":["請為分類法『%s』選擇一個有效的文章類型"],"Please select a valid taxonomy for post type \"%s\"":["請為文章類型『%s』選擇一個有效的分類法"],"You searched for":["您正在搜尋"],"Home":["首頁"],"Archives for":["彙整為"],"Error 404: Page not found":["404 錯誤:找不到頁面"],"Good":["良好"],"Replaced with a custom taxonomies description":["被取代為自訂分類法的描述"],"Replaced with a posts custom taxonomies, comma separated.":["被取代為文章的自訂分類法,以逗號分隔。"],"Replaced with a posts custom field value":["被取代為文章自訂欄位的值"],"Replaced with the slug which caused the 404":["被取代為引起 404 錯誤的代稱"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["附件說明"],"Replaced with the current page number":["被取代為目前的頁面號碼"],"Replaced with the current page total":["被取代為目前的總頁數"],"Replaced with the current page number with context (i.e. page 2 of 4)":["被取代為目前分頁內容中的頁面編號(例如:4 頁中的第 2 頁)"],"Replaced with the post/page author's 'Biographical Info'":["被取代為文章/頁面作者的『個人資訊』"],"Replaced with the post/page author's 'nicename'":["被取代為文章/頁面作者的『暱稱』"],"Replaced with the post/page ID":["被取代為文章/頁面的 ID"],"Replaced with the post/page modified time":["被取代為文章/頁面的最後修改時間"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["被取代為目前的搜尋字詞"],"Replaced with the term name":["被取代為項目名稱"],"Replaced with the term description":["被取代為項目描述"],"Replaced with the tag description":["被取代為標籤描述"],"Replaced with the category description":["被取代為分類描述"],"Replaced with the post categories (comma separated)":["被取代為文章分類(以逗號分隔)"],"Replaced with the current tag/tags":["被取代為目前的標籤/標籤組"],"Replaced with the post/page excerpt (without auto-generation)":["被取代為文章/頁面的摘要(不會自動產生)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["被取代為文章/頁面的摘要(或者若不存在的話則自動產生)"],"The site's name":["網站的名稱"],"Replaced with the title of the parent page of the current page":["被取代為目前頁面的父頁面標題"],"Replaced with the title of the post/page":["被取代為文章/頁面的標題"],"Replaced with the date of the post/page":["被取代為文章/頁面的日期"],"Page %1$d of %2$d":["頁%1$d,共%2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["您不能利用註冊一個新的變數來覆蓋掉 WPSEO 所使用的變數名稱。請使用 「wpseo_replacements」篩選器來調整替換設定值。"],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["您欲使用的替代變數已被註冊,請嘗試使用其他的唯一詞彙。"],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["替代變數不得以\"%%cf_\" 或 \"%%ct_\"作為開頭,這些詞彙係保留供WPSEO設定自訂表單及標籤使用。請嘗試使用其他的詞彙。"],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["這裡的替代變數可包含字母與數字或者底線,嘗試重命名您的變數。"],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["管理員注意:此頁面不顯示 Meta 描述,因為它沒有 Meta 描述,要不特地為此頁面寫入,要不就前往 [%1$s - %2$s] 選單並設定模板。"],"Page not found":["找不到頁面"],"%s Archives":["%s 彙整"],"Search for \"%s\"":["『%s』的搜尋結果"],"Meta description to use for Author page":["要用於作者頁面的 Meta 描述"],"Title to use for Author page":["使用於作者頁面的標題"],"%1$s settings":["%1$s 設定"],"Export your %1$s settings":["匯出您的 %1$s 設定"],"Import settings":["匯入設定"],"Import from other SEO plugins":["從其他SEO插件匯入"],"Import":["匯入"],"If you had a %s file and it was editable, you could edit it from here.":["如果您有一個可以編輯的 %s 檔案時,您可以從這裡來編輯它。"],"If your %s were writable, you could edit it from here.":["如果您的 %s 可以被寫入的話,您可以從這裡來編輯它。"],"You don't have a %s file, create one here:":["您沒有 %s 檔案,請在此處建立一個:"],"A link to your site, with your site's name and description as anchor text.":["一個連結到您網站的連結,以您網站的名稱以及描述作為固定文字。"],"A link to your site, with your site's name as anchor text.":["一個連結到您網站的連結,以您網站的名稱作為固定文字。"],"A link to the post, with the title as anchor text.":["一個連結到文章的連結,以標題作為固定文字。"],"A link to the archive for the post author, with the authors name as anchor text.":["一個適用於文章作者並且連結到彙整的連結,以作者名稱作為固定文字。"],"You can use the following variables within the content, they will be replaced by the value on the right.":["您可以在內容裡使用下列變數,它們將會被取代成右邊的值。"],"Content to put after each post in the feed":["要放在每篇文章摘要內後面的內容"],"Content to put before each post in the feed":["要放在每篇文章摘要內前面的內容"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["這個功能是用來自動將您的內容加入至您的 RSS。更具體地說,就是將連結加回到您的部落格以及部落格文章中,這樣那一些比較笨的搜尋引擎機器人就也會自動加入這些連結,有助於讓搜尋引擎認為您是該內容的原創來源。"],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["麵包屑的使用方法可以參考我們的知識庫 %1$s啟用麵包屑%2$s 文章內可獲得幫助。"],"How to insert breadcrumbs in your theme":["如何將麵包屑插入至您的佈景主題"],"Blog":["部落格"],"Content type archive to show in breadcrumbs for taxonomies":["以自訂分類的麵包屑來顯示內容類型彙整"],"Taxonomy to show in breadcrumbs for content types":["在內容的麵包屑中使用自訂分類"],"Breadcrumb for 404 Page":["用於 404 頁面的麵包屑"],"Prefix for Search Page breadcrumbs":["搜尋頁面麵包屑前綴"],"Prefix for Archive breadcrumbs":["彙整麵包屑前綴"],"Prefix for the breadcrumb path":["麵包屑路徑前綴"],"Anchor text for the Homepage":["用於首頁的固定文字"],"Separator between breadcrumbs":["位於兩個麵包屑之間的分隔符號"],"Enable Breadcrumbs":["啟用麵包屑"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["以下是您所發佈文章的SEO分數。現在是開始改進您一些文章的好時機!"],"Credits":["貢獻者"],"« Back to Tools page":["« 返回工具頁面"],"%1$s comes with some very powerful built-in tools:":["%1$s 提供一些非常有用的工具:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["這個工具可以幫助您快速更改一些重要的SEO檔案,例如robot.txt、.htaccess等。"],"File editor":["檔案編輯器"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["從其它SEO插件導入設定檔,並倒出您的設定檔到以便重覆使用在(另一個)網站上。"],"Import and Export":["匯入與匯出"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["此工具允許您快速更改文章/頁面的標題、描述,您不需要各別到文章/頁面進入編輯。"],"Bulk editor":["批次編輯"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["%1$sPinterest確認您網站%2$s,加入標記到下方:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest 和Facebook一樣使用 Open Graph 資料標記。如果您想要優化 Pinterest ,那您必須在Facebook頁的設定中,Open Graph 資料標記設定為啟用。"],"The default card type to use":["預設要使用的卡片類型"],"Add Twitter card meta data":["加入 Twitter card meta 資料"],"This image is used if the post/page being shared does not contain any images.":["如果文章/頁面在被分享時裡面不含有任何圖片的話才會使用這裡設定的圖片。"],"Default settings":["預設設定"],"Copy home meta description":["複製首頁 meta 描述"],"Description":["描述"],"Image URL":["圖片網址"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["這些是會用在您網站前端頁面裡 Open Graph meta 標籤中的標題、描述以及圖片。"],"Frontpage settings":["前端頁面設定"],"Add Open Graph meta data":["加入 Open Graph 資料標記"],"YouTube URL":["YouTube 網址"],"Pinterest URL":["Pinterest 網址"],"MySpace URL":["MySpace 網址"],"LinkedIn URL":["LinkedIn 網址"],"Instagram URL":["Instagram 網址"],"Twitter Username":["Twitter 使用者名稱"],"Facebook Page URL":["Facebook 頁面網址"],"Accounts":["帳戶"],"Restore site to defaults":["將網站還原至預設狀態"],"Site ID":["網站 ID"],"Using this form you can reset a site to the default SEO settings.":["藉由使用這個表單您可以將網站還原至預設的 SEO 設定。"],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["隱私敏感度(Facebook或其他社交網站管理者)、特定佈景主題(標題複寫)或一些特殊設定可能會無法完整匯入到新部落格。"],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["輸入您想在您網路下所有網站作為預設值的%1$s網站 ID%2$s ,留白則使用系統預設。"],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["選擇您欲設定添加到您網路的所有網站使用的預設的網站設定檔,若您選擇「無」,則會使用預設值。"],"New sites in the network inherit their SEO settings from this site":["在這個網路裡的新網站從這個網站繼承了它們的 SEO 設定"],"Super Admins only":["超級管理員限定"],"Site Admins (default)":["網站管理員(預設)"],"Who should have access to the %1$s settings":["我們需要有訪問這個%1$s的權限"],"spam":["垃圾"],"mature":["成熟"],"archived":["已封存"],"public":["公開"],"%s restored to default SEO settings.":["%s 恢復為預設SEO設置。"],"Settings Updated.":["設定已更新。"],"404 pages":["404 頁面"],"Search pages":["搜尋頁面"],"These pages will be %s by default, so they will never show up in search results.":["這些頁面預設為 %s ,因此它們絕不會顯示在搜尋結果中。"],"Special Pages":["特殊頁面"],"Date-based archives could in some cases also be seen as duplicate content.":["使用日期彙整在某些時候也會產生重複內容問題。"],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["如果您的網站發生此種狀況,那您可以選擇停用它(或使他重新導向到首頁)。或者是新增 %s ,讓它不會出現在搜尋結果中。"],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["若您的網誌僅一位作者,那麼作者頁面彙整會和首頁一模一樣,這稱為 %1$s重複內容%2$s 問題。"],"Date archives":["日期彙整"],"author archives":["作者彙整"],"Title":["標題"],"%1$s Meta Box":["%1$s 摘要資訊框"],"Hide":["隱藏"],"Date in Snippet Preview":["代碼預覽中的日期"],"Take note:":["寫點註解:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["首頁 & 前端頁面"],"Title Separator":["標題分隔符號"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s 會自動偵測是否需要為您的頁面強制重寫標題,如果您認為這是錯誤的並且您知道您正在做什麼的話,您可以在此變更設定。"],"Force rewrite titles":["強制重寫標題"],"Taxonomies":["分類法"],"Homepage":["首頁"],"%1$s Extensions":["插件%1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["無縫整合 WooCommerce 與 %1$s 並獲得額外的功能!"],"Rank better locally and in Google Maps, without breaking a sweat!":["在當地以及 Google 地圖中獲得較好的排名,絲毫不費功夫!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["您有在使用 Google 新聞嗎?藉由最佳化它來增加您來自 Google 新聞的流量!"],"Optimize your videos to show them off in search results and get more clicks!":["最佳化您的影片以讓它們顯示在搜尋結果中並獲得更多的點擊!"],"The premium version of %1$s with more features & support.":["有著更多功能&支援的 %1$s 。"],"Person":["個人"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["網站名稱"],"Webmaster Tools":["網站管理員工具"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["您的文章名稱並沒有出現在您的文章與頁面網址裡,我們極度建議您完成這項設定。請考慮將您的固定網址結構設定為 /%postname%/。"],"RSS":["RSS"],"Breadcrumbs":["麵包屑"],"or":["或"],"Save Profile":["儲存設定"],"There were no profiles found":["找不到任何資訊檔案"],"Profile":["設定檔"],"Current profile":["目前設定檔"],"Authenticate":["驗證"],"Get Google Authorization Code":["取得 Google 認證碼"],"Reload crawl issues":["重啟自動檢索"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["要建立一個轉址來解決此問題,那您需要 %1$s。您可以在 %2$s 購買插件,內含一年支援以及更新。"],"Creating redirects is a %s feature":["建立轉址為 %s 的特色功能"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["僅有發生在 Googlebot 針對手機抓取網站時發生錯誤(桌面版未發生錯誤)"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["當您的網站被 Googlebot-Mobile 自動檢索時所發生的錯誤(這些錯誤不會顯示在桌上型電腦)。"],"Errors that occurred when your site was crawled by Googlebot.":["Googlebot 抓取您網站的時候發生錯誤。"],"Issue categories":["問題種類"],"Incorrect Google Authorization Code.":["錯誤的 Google 授權碼。"],"The issues have been successfully reloaded!":["此問題已順利解決!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s 的資料已刪除,若您要重新啟用必須再次驗證。"],"Crawl errors per page":["每頁自動檢索錯誤數"],"Search":["搜尋"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["不要忽略爬蟲錯誤: %1$s連結 Google 網站管理員%2$s。"],"Create redirect":["建立轉址"],"Mark as fixed":["標示為已修復"],"Response code":["回應碼"],"First detected":["第一次偵測"],"Last crawled":["最新一次抓取"],"URL":["網址 URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s 偵測出您使用的版本 %2$s 無法適用於 %1$s。請更新到最新版本 %2$s 以使用此功能。"],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast 插件之間共用一些代碼讓您網站更快。您所使用的 Yoast 插件必須更新至最新版本。我們已偵測到您使用舊版本的插件,請儘速更新。"],"Feature phone":["功能型手機"],"Smartphone":["智慧型手機"],"Desktop":["桌面"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["目標的網址不存在,但您的伺服器未傳回 404(找不到網頁)錯誤。"],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["連線逾時或網站設為阻擋 Google。"],"Server Error":["伺服器錯誤"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot 可以通行您的網站,但此網址在您的 %1$s 檔案中已設定為阻擋 Googlebot,該設定值可能是阻擋所有的 Googlebots 或僅阻擋行動版 Googlebot。"],"Blocked":["已封鎖"],"Google was unable to crawl this URL due to an undetermined issue.":["由於不明原因,Google 無法自動檢索此網址。"],"URL points to a non-existent page.":["URL指向不存在的頁面。"],"Not found":["找不到"],"Not followed":["未追蹤"],"Faulty redirects":["轉址錯誤"],"Server requires authentication or is blocking Googlebot from accessing the site.":["網站伺服器要求授權或是已阻擋 Googlebot 通行。"],"Access denied":["權限禁止"],"Deactivate %s":["停用%s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s 插件若配合 %2$s 使用可能造成錯誤。"],"Upload Image":["上傳圖片"],"Remove these ads?":["要移除這些廣告嗎?"],"%s Posts Overview":["%s 文章總覽"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["麵包屑的標題已經使用於此麵包屑的分類標題中。"],"Breadcrumbs title":["麵包屑標題"],"The canonical link is shown on the archive page for this term.":["在彙整頁面中顯示此標籤的標準網址。"],"Facebook App ID":["Facebook 應用程式 ID"],"Pinterest":["Pinterest"],"Other":["其他"],"Archives":["彙整"],"Email":["電子信箱"],"Close":["關閉"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s 與 %2$s 可以建立 XML 網站地圖。擁有二個 XML 網站地圖對於搜尋引擎而言無益,亦可能拖累網頁速度。"],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s 圖片"],"%s Description":["%s 描述"],"%s Title":["%s 標題"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":[" %1$s 建議的影像尺寸為 %2$s 像素。"],"If you want to override the image used on %s for this post, upload / choose an image here.":["如果你想要在 %s 上分享這篇文章時使用其他圖片的話,請在這裡上傳/選擇一張圖片或加入網址。"],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["如果您不想要在 %s 上分享文章時使用 meta 描述而是使用另一個描述的話,請在此寫下它。"],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["如果您不想要在 %s 上分享文章時使用文章標題而是使用另一個標題的話,請在此寫下它。"],"very difficult":["非常困難"],"Try to make shorter sentences, using less difficult words to improve readability":["嘗試縮短句子,使用較少的單詞來提高可讀性"],"difficult":["困難"],"Try to make shorter sentences to improve readability":["嘗試縮短句子以提高可讀性"],"fairly difficult":["還算困難"],"OK":["好"],"fairly easy":["還算容易"],"easy":["容易"],"very easy":["非常容易"],"Meta Desc.":["Meta 描述"],"All SEO Scores":["所有 SEO 分數"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO 問題:這個特色圖片必須至少達到200 x 200 像素,對於Facebook或其他社群媒體平台較好擷取。"],"(no parent)":["(沒有上層)"],"Post is set to noindex.":["文章已被設定為不索引。"],"The URL that this page should redirect to.":["這個頁面要被重新導向的網址。"],"301 Redirect":["301 轉址"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["標準網址"],"Title to use for this page in breadcrumb paths":["用於麵包屑路徑中這個頁面的標題"],"Breadcrumbs Title":["麵包屑標題"],"No Snippet":["沒有代碼"],"No Archive":["沒有彙整"],"No Image Index":["無圖片索引"],"None":["無"],"Site-wide default: %s":["全站預設值:%s"],"Advanced meta robots settings for this page.":["用於該頁面的進階 meta機器人設定。"],"Meta robots advanced":["Meta robots 進階"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["警告:就算您可以在這裡設定 meta 機器人設定,整個網站也將在全站隱私設定中被設定為不索引,因此這些設定將不會產生任何影響。"],"Meta description":["Meta 描述"],"SEO Title":["SEO 標題"],"Focus keyword":["焦點關鍵字"],"Snippet preview":["代碼預覽"],"Settings successfully imported.":["已成功地匯入設定。"],"Settings could not be imported:":["設定無法被匯入:"],"Error creating %1$s export: ":["建立 %1$s 匯出檔錯誤:"],"Breadcrumb for 404 pages:":["404 頁面的麵包屑:"],"Prefix for search result pages:":["搜尋結果頁前綴:"],"Prefix for archive pages:":["彙整頁前綴:"],"Prefix for breadcrumbs:":["麵包屑前綴:"],"Anchor text for the homepage:":["首頁前綴文字:"],"Breadcrumbs separator:":["麵包屑間隔樣式:"],"Remove blog page from breadcrumbs":["從麵包屑中移除部落格頁面"],"%s Breadcrumbs":["%s 麵包屑"],"Use Image":["使用圖片"],"Action":["操作"],"Page URL/Slug":["頁面網址/代稱"],"Publication date":["發佈日期"],"Post Status":["文章狀態"],"WP Page Title":["WP 頁面標題"],"View":["檢視"],"View “%s”":["檢視 “%s”"],"Preview":["預覽"],"Preview “%s”":["預覽 “%s”"],"Edit":["編輯"],"Filter":["篩選"],"New Yoast Meta Description":["新的 Yoast Meta 描述"],"Existing Yoast Meta Description":["目前的 Yoast Meta 描述"],"Facebook profile URL":["Facebook 個人檔案網址"],"Twitter username (without @)":["Twitter 使用者名稱(沒有 @)"],"FAQ":["FAQ"],"Premium Support":["進階版支援"],"Settings":["設定"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["您必須 %1$s前往您的閱讀設定%2$s 並取消勾選搜尋引擎可見度的勾選框。"],"Huge SEO Issue: You're blocking access to robots.":["嚴重 SEO 問題:您阻擋了搜尋引擎機器人的搜尋了。"],"Posts":["文章"],"Edit Files":["編輯檔案"],"Advanced Variables":["進階變數"],"Basic Variables":["基本變數"],"General":["一般"],"Extensions":["擴充元件"],"Search Console":["搜尋控制台"],"Tools":["工具"],"Advanced":["進階"],"XML sitemaps":["XML 網站地圖"],"Social":["社群網站"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s 偵測出您使用的版本 %2$s 屬於 %3$s,請更新至最新版本避免相容性問題。"],"Just another WordPress site":["只是另一個 WordPress 網站"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["您還是使用 WordPress 預設的標語,不如留空更好。您亦可 %1$s自行變更標語%2$s。"],"You have used HTML in your value which is not allowed.":["在您輸入的數值裡有不被允許的 HTML 內容。"],"You can't edit %s that aren't yours.":["您無法編輯 %s,它不屬於您的。"],"You can't edit %s.":["您無法編輯 %s。"],"Post has an invalid Content Type: %s.":["文章內包含不合法的內容類型:%s。"],"Post doesn't exist.":["文章不存在。"],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["垃圾 (%s)"],"posts\u0004All (%s)":["全部 (%s)"]}}} \ No newline at end of file +{"domain":"js-text-analysis","locale_data":{"js-text-analysis":{"":{"domain":"js-text-analysis","plural_forms":"nplurals=1; plural=0;","lang":"zh_TW"},"%s does not seem to be a valid Facebook App ID. Please correct.":[""],"The submitted value was: %s":[""],"Yandex confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Twitter usernames can only contain letters, numbers, and underscores. %s":[""],"Pinterest confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Bing confirmation codes can only contain letters from A to F, numbers, hyphens, and underscores. %s":[""],"Google verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"The Facebook App ID you entered doesn't exist. %s":[""],"Baidu verification codes can only contain letters, numbers, hyphens, and underscores. %s":[""],"Show this item.":[""],"Hide this item.":[""],"You have %d hidden problem:":[""],"You have %d hidden notification:":[""],"Focus Keyphrase not set":[""],"The form contains %1$s error. %2$s":[""],"SEO settings configured":[""],"If you want to double-check your %1$s settings, or change something, you can always %2$sreopen the configuration wizard%3$s.":[""],"The following words and word combinations occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Once you add a bit more copy, we'll give you a list of words that occur the most in the content. These give an indication of what your content focuses on.":[""],"%d occurrences":[""],"Activate %s for your site on MyYoast":[""],"Show blog page in breadcrumbs":[""],"We could not find any relevant articles on your website that you could link to from your post.":[""],"Has feedback":[""],"Content optimization:":[""],"%1$sSEO%2$s: %3$s":[""],"%1$sReadability%2$s: %3$s":[""],"Read %1$sthis post for more information about why we’re not supporting older versions.%2$s":[""],"If you’ve held off on updating to %2$s and higher because of the new Gutenberg editor, please install the Classic Editor plugin. It will give you the same editing experience you have now, but also the security of newer versions of WordPress and %1$s.":[""],"%1$sUpgrade WordPress to the most recent version%2$s%3$sWe’ve noticed that you’re not on the latest WordPress version, which might cause an issue soon. %4$s (for reasons of security and stability) only supports the current and previous version of WordPress. When the next version of WordPress comes out, that means that we will support WordPress %6$s and %7$s. This means you will not get any updates to %5$s until you update your WordPress, so please make sure to upgrade to the latest WordPress version soon!%3$s%3$s":[""],"Post Noindexed":[""],"No Focus Keyphrase":["沒有焦點關鍵字"],"Person logo / avatar":[""],"Extend %s":[""],"Enroll in the %s for WordPress training":[""],"Posts with the SEO score: %s":[""],"SEO: %s":["SEO: %s"],"%s video tutorial":[""],"To view your current crawl errors, %1$splease visit Google Search Console%2$s.":[""],"Google has discontinued its Crawl Errors API. Therefore, any possible crawl errors you might have cannot be displayed here anymore. %1$sRead our statement on this for further information%2$s.":[""],"Remove this message":["移除此訊息"],"Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!":[""],"Serving local customers?":[""],"Get the %s plugin now":[""],"Organization social profiles":[""],"You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.":[""],"Personal info":[""],"Organization logo":[""],"Organization name":[""],"Choose whether the site represents an organization or a person.":[""],"Knowledge Graph & Schema.org":[""],"To make your site represent a Company or Organization go to %1$sSearch Appearance%2$s and set Organization or Person to \"Organization\".":[""],"To change the social accounts used for your site, update the details for %1$s.":[""],"That means that the form and information below is disabled, and not used.":[""],"Your website is currently configured to represent a Person":[""],"(if one exists)":[""],"Wikipedia page about you":[""],"YouTube profile URL":[""],"Tumblr profile URL":[""],"SoundCloud profile URL":[""],"MySpace profile URL":[""],"Organization or person":[""],"The person":[""],"Organization":[""],"Does your site represent a person or an organization?":[""],"The name of the organization":[""],"Provide an image of the organization logo":[""],"You have previously set your site to represent a person. We’ve improved our functionality around Schema and the Knowledge Graph, so you should go in and %1$scomplete those settings%2$s.":[""],"Select a user...":[""],"Uncategorized":[""],"Name:":[""],"You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s":[""],"Error: Please select a user below to make your site's meta data complete.":[""],"SEO score: %s":[""],"If a Wikipedia page for you or your organization exists, add it too.":[""],"Wikipedia URL":[""],"Pinterest profile URL":[""],"Instagram profile URL":[""],"LinkedIn profile URL":[""],"Keyword research is essential in any SEO strategy. You decide the search terms you want to be found for, and figure out what words your audience uses to find you. Great keyword research tells you what content you need to start ranking for the terms you want to rank for. Make sure your efforts go into the keywords you actually have a chance at ranking for! The %1$s walks you through this process, step by step.":[""],"SEO for Beginners training":[""],"%s for WordPress training":[""],"All-around SEO training":[""],"The image you selected is too small for Facebook":[""],"The given image url cannot be loaded":[""],"Find out what words your audience uses to find you":[""],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s":[""],"No JSON object was returned.":[""],"Received internal links":[""],"Outgoing internal links":[""],"New step added":[""],"New question added":[""],"To be able to create a redirect and fix this issue, you need %1$s. ":[""],"You can buy the plugin, including one year of support and updates, on %1$s.":[""],"The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.":[""],"For this feature to work %1$s requires at least PHP version %2$s. We have detected PHP version %3$s on this website.":[""],"Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.":[""],"Keyphrase":[""],"For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.":[""],"By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.":[""],"The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.":[""],"Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.":[""],"To make sure all the links in your texts are counted, we need to analyze all your texts.":[""],"All you have to do is press the following button and we'll go through all your texts for you.":[""],"Count links":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, %1$d have alt attributes with words from your keyphrase or synonyms. That's a bit much. %4$sOnly include the keyphrase or its synonyms when it really fits the image%5$s.":[""],"%1$sImage alt attributes%2$s: Good job!":[""],"%3$sImage alt attributes%5$s: Out of %2$d images on this page, only %1$d has an alt attribute that reflects the topic of your text. %4$sAdd your keyphrase or synonyms to the alt tags of more relevant images%5$s!":[""],"%1$sImage alt attributes%3$s: Images on this page do not have alt attributes that reflect the topic of your text. %2$sAdd your keyphrase or synonyms to the alt tags of relevant images%3$s!":[""],"%1$sImage alt attributes%3$s: Images on this page have alt attributes, but you have not set your keyphrase. %2$sFix that%3$s!":[""],"%1$sKeyphrase in subheading%2$s: %3$s of your higher-level subheadings reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%2$s: Your higher-level subheading reflects the topic of your copy. Good job!":[""],"%1$sKeyphrase in subheading%3$s: %2$sUse more keyphrases or synonyms in your higher-level subheadings%3$s!":[""],"Page %s":[""],"Cannot get the size of %1$s because of unknown reasons.":[""],"Cannot get the size of %1$s because it is hosted externally.":[""],"Simply switch the toggle to \"on\" and you'll be able to use the recalibrated analysis. At the same time, we'll add you to our specific mailing list. We'll only email you about your experiences with this recalibration!":[""],"We have %1$srecalibrated our analysis%2$s. With the new analysis, we will get even closer to how Google sees your website. It would be %3$sawesome%4$s if you would like to %3$sbeta test this feature%4$s for us!":[""],"Get an even better analysis":["獲得更好的分析"],"%1$sSingle title%3$s: H1s should only be used as your main title. Find all H1s in your text that aren't your main title and %2$schange them to a lower heading level%3$s!":[""],"Improve sharing on Facebook and Pinterest":[""],"You do not have the required rights to export settings.":[""],"Copy all these settings to another site's %1$s tab and click \"%1$s\" there.":[""],"These are settings for the %1$s plugin by %2$s":[""],"No settings found.":[""],"Export your %1$s settings here, to copy them on another site.":[""],"Import of settings is only supported on servers that run PHP 5.3 or higher.":["匯入設定功能僅支援執行在 PHP 5.3 或更高版本的服務器上。"],"Import settings by pasting the settings you copied from another site here and clicking \"%s\".":[""],"Paste your settings from another %s installation.":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found 0 times. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's less than the recommended minimum of %3$d times for a text of this length. %4$sFocus on your keyphrase%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %3$d time. This is great!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":[""],"%1$sKeyphrase density%2$s: The focus keyphrase was found %5$d time. That's way more than the recommended maximum of %3$d times for a text of this length. %4$sDon't overoptimize%2$s!":[""],"Indexable created for object %1$s with type %2$s":[""],"Method %1$s() does not exist in class %2$s":[""],"With %s, you can easily create such redirects.":[""],"Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.":["改變文章的永久連結很可能會影響到您的文章在搜尋引擎上的可見度,可能影響%1$s,甚至%2$s可能無法完成於正在上線的網站。"],"WARNING:":["警告:"],"Learn about why permalinks are important for SEO.":["了解為什麼固定網址對SEO很重要。"],"Google Ads":["Google Ads"],"%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s":["%1$s關鍵字中的功能詞%3$s:您的關鍵字 \"%4$s\" 僅包含功能詞。%2$s了解更多關於什麼是一個好的關鍵字。%3$s"],"Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?":["您是否知道 %s 還會分析您的關鍵字的不同單詞形式,如複數形式和過去式?"],"Clear Image":["清除圖片"],"%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$s關鍵詞長度%3$s:%2$s設定關鍵字以計算您的SEO分數%3$s。"],"%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That's great!":[""],"%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!":[""],"%1$sKeyphrase in slug%2$s: Great work!":[""],"%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.":[""],"%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.":[""],"%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!":[""],"%1$sKeyphrase distribution%2$s: Good job!":["%1$s關鍵字分佈%2$s:好極了!"],"%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$s關鍵字分佈%3$s:不均勻。 文章中某些部分未加入關鍵字或其同義詞。%2$s請更均勻地分配這些字詞%3$s。"],"%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.":["%1$s關鍵字分佈%3$s:非常不均勻。文章中大部分內容未加入關鍵字或其同義詞。%2$s請更均勻地分配這些字詞%3$s。"],"%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.":["%1$s關鍵字分佈%3$s:%2$s在文章中加入您的關鍵字或其同義詞,以便我們可以檢查關鍵短語分佈%3$s。"],"Help on choosing the perfect focus keyphrase":["關於選擇完美的焦點關鍵字的幫助"],"Would you like to add a related keyphrase?":["您想增加相關的關鍵字嗎?"],"Go %s!":["前往 %s!"],"Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.":[""],"Rank better with synonyms & related keyphrases":["使用同義詞 & 相關的關鍵字 以獲得更好的排名"],"optimize a single post for synonyms and related keyphrases.":["優化同義詞和相關關鍵字的單篇文章。"],"Synonyms & related keyphrases":["同義詞 & 相關的關鍵字"],"Add related keyphrase":["增加相關關鍵字"],"Dismiss %s upgrade notice":["忽略 %s 更新通知"],"Upgrade to %s":["升級到 %s"],"%1$s video":["%1$s 影片"],"Get %s":["取得 %s"],"%4$sPreviously used keyphrase%6$s: You've used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.":["%4$s曾使用的關鍵字%6$s:您已經在 %3$s之前使用了此關鍵字%1$s %2$d次。%5$s不要多次使用你的密鑰短語%6$s。"],"%3$sPreviously used keyphrase%5$s: You've used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.":["%3$s曾使用的關鍵字%5$s:您%1$s以前%2$s用過這個關鍵字。%4$s不要多次使用您的關鍵字%5$s。"],"%1$sPreviously used keyphrase%2$s: You've not used this keyphrase before, very good.":["%1$s曾使用的關鍵字%2$s:非常好,您過去從未使用過這個關鍵字。"],"%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!":["%1$slug停用詞%3$s:此頁面的slug包含停用詞。%2$s刪除他們%3$s!"],"%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!":["%1$sSlug過長%3$s:此頁面的 slug 有點長。%2$s請縮短它%3$s!"],"%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!":["%1$s圖片alt屬性%3$s:此頁面上沒有圖片。%2$s增加一些%3$s!"],"%1$sLink keyphrase%3$s: You're linking to another page with the words you want this page to rank for. %2$sDon't do that%3$s!":["%1$s連結關鍵字%3$s:您正連結到另一個頁面,其中包含您希望提升此頁面排名的關鍵字。%2$s請不要這樣做%3$s!"],"This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["這遠低於最小建議值的 %5$d 個字。%3$s請增加更多內容%4$s。"],"This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.":["這低於最小建議值的 %5$d 個字。%3$s請增加更多內容%4$s。"],"%2$sText length%4$s: The text contains %1$d word.":["%2$s文字長度%4$s:內文包含 %1$d 個字。"],"%2$sText length%3$s: The text contains %1$d word. Good job!":["%2$s文字長度%3$s:做得好!內文包含 %1$d 個字。"],"%1$sKeyphrase in subheading%3$s: More than 75%% of your higher-level subheadings reflect the topic of your copy. That's too much. %2$sDon't over-optimize%3$s!":[""],"%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.":["%1$sSEO標題長度%3$s:%2$s請建立SEO標題%3$s。"],"%1$sSEO title width%3$s: The SEO title is wider than the viewable limit. %2$sTry to make it shorter%3$s.":[""],"%1$sSEO title width%2$s: Good job!":["%1$sSEO標題長度%2$s:好極了!"],"%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.":["%1$sSEO標題長度%3$s:SEO標題太短。%2$s使用空格增加關鍵字變數或建立吸引人的行動呼籲用語%3$s。"],"%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!":["%1$s外部連結%2$s:好極了!此頁面上有 nofollowed 和 普通外部連結。"],"%1$sOutbound links%2$s: Good job!":["%1$s外部連結%2$s:好極了!"],"%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.":["%1$s外部連結%3$s:此頁面上的所有外部連結均為 nofollowed。%2$s增加一些普通連結%3$s。"],"%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!":["%1$s外部連結%3$s:此頁面沒有任何外部連結。%2$s請增加一些%3$s!"],"%1$sMeta description length%2$s: Well done!":["%1$sMeta描述長度%2$s:做得好!"],"%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!":["%1$sMeta描述長度%3$s:Meta描述超過 %4$d 個字。為了確保整個描述可見性,%2$s您應該縮短長度%3$s!"],"%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!":["%1$sMeta描述長度%3$s:Meta描述太短(少於%4$d字元)。 最多可增加到 %5$d 個字元。%2$s使用空格%3$s!"],"%1$sMeta description length%3$s: No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!":["%1$sMeta描述長度%3$s:沒有指定Meta描述。搜尋引擎將顯示來自頁面的內文。%2$s請至少寫一個%3$s!"],"%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!":["%1$sMeta描述長度%2$s:已指定Meta描述,但未包含關鍵字。%3$s修正它%4$s!"],"%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!":["%1$sMeta描述長度%2$s:Meta描述中出現 %3$s 次關鍵字,超過建議的最大值2次。%4$s調整它%5$s!"],"%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!":["%1$sMeta描述長度%2$s:好極了!關鍵字或同義詞出現在Meta描述中。"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$s關鍵字長度%5$s:關鍵字長度是 %1$d 個字。這比建議最大值的 %2$d 個字還多。%4$s請縮短它%5$s!"],"%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That's more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!":["%3$s關鍵字長度%5$s:關鍵字長度是 %1$d 個字。這超過了最大建議值的 %2$d 個字。%4$s請縮短它%5$s!"],"%1$sKeyphrase length%2$s: Good job!":["%1$s關鍵詞長度%2$s:好極了!"],"%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.":["%1$s關鍵詞長度%3$s:沒有為此頁面設定焦點關鍵字。%2$s設置關鍵字以計算您的SEO得分%3$s。"],"%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.":[""],"%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!":[""],"%1$sKeyphrase in introduction%2$s: Well done!":["以%2$s做了%1$s關鍵詞的介紹:非常好!"],"%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!":["%1$s內部連結%2$s:做得好!此頁面上有 nofollowed 和 普通內部連結。"],"%1$sInternal links%2$s: You have enough internal links. Good job!":["%1$s內部連結%2$s:做得好!您有足夠的內部連結。"],"%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.":["%1$s內部連結%3$s:此頁面中的內部連結都是 nofollowed。%2$s請增加一些不錯的內部連結%3$s。"],"%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!":["%1$s內部連結%3$s:此頁面中沒有內部連結,%2$s請增加一些%3$s!"],"%1$sTransition words%2$s: Well done!":["%1$s過渡詞%2$s:做得好!"],"%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.":["%1$s過渡詞%2$s:只有 %3$s 的句子包含過渡詞,這還不夠。%4$s使用更多%2$s。"],"%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.":["%1$s過渡詞%2$s:所有句子都不包含過渡詞。%3$s使用一些%2$s.。"],"%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.":["%1$s內容不足%2$s:%3$s請增加一些內容以啟用良好的分析%2$s。"],"%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn't need them.":["%1$s子標題分布%2$s:您沒有使用任何子標題,但您的文字夠短,可能不需要它們。"],"%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.":["%1$s子標題分布%2$s:儘管內文很長,但您沒有使用任何子標題。%3$s嘗試增加一些子標題%2$s。"],"%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.":["%1$s子標題分布%2$s:%3$d 段落的文字長於 %4$d 個字,並且沒有任何子標題被分隔開來。%5$s增加子標題以提高可讀性%2$s。"],"%1$sSubheading distribution%2$s: Great job!":["%1$s子標題分布%2$s:好極了!"],"%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.":["%1$s句子長度%2$s:%3$s 的句子內容超過 %4$s 個字,超過了最大建議值的 %5$s。%6$s嘗試縮短句子%2$s。"],"%1$sSentence length%2$s: Great!":["%1$s句子長度%2$s:太棒了!"],"%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That's great!":["%1$s連續句子%2$s:做得好!句子中有足夠的變化。"],"%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!":["%1$s連續句子%2$s:文章包含 %4$d 個實例,其中 %3$d 或更多連續句子以相同的字詞開頭。%5$s嘗試混入其他字詞以增加變化性%2$s!"],"%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.":[""],"%1$sPassive voice%2$s: You're using enough active voice. That's great!":[""],"%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!":["%1$s段落長度%2$s:段落 %3$d 的內容超過最大建議值的 %4$d 個字。 %5$s縮短段落%2$s!"],"%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!":["%1$s段落長度%2$s:好極了!沒有過長的段落。"],"Good job!":["做得好!"],"%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s":[""],"Focus keyphrase":["焦點關鍵字"],"%1$s with ID %2$s couldn't be patched":["ID為 %2$s 的 %1$s 無法修補"],"Invalid POST request. Meta values already exist for object with ID %1$s.":["無效的 POST 請求。對於 ID 為 %1$s 的對象,已存在 Meta值。"],"Indexable with ID `%1$s` does not exist":["「%1$s」可被索引的ID不存在"],"No object with ID %1$s and %2$s could be found":["ID「%1$s」與「%2$s」無法找到該項目"],"`%1$s` is not a valid subtype of `%2$s`":["`%1$s` 不是 `%2$s` 的有效子類型"],"The object type `%1$s` is invalid":["「%1$s」項目無效"],"Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`":[""],"The parameter `%1$s` cannot be empty.":["參數 `%1$s` 不能為空。"],"Check Keyphrase Density":["檢查關鍵字密度"],"Disable":["停用"],"Allow Control":["允許控制"],"This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.":[""],"%s is a required feature toggle argument.":["%s 是必要的功能切換參數。"],"Keyphrase:":["關鍵字:"],"Remove keyphrase":["刪除關鍵字"],"This feature has been disabled by the network admin.":["網路管理員已禁用此功能。"],"Focus keyphrase not set.":["焦點關鍵字未設定。"],"Multiple keyphrases":["多個關鍵字"],"Colon":[""],"Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.":["%1$s 和 %2$s 都管理您網站的 SEO。同時執行兩個 SEO 插件是有害的。"],"There is a new notification.":["有新通知。"],"Learn more about the readability analysis":["了解更多關於「可讀性分析」"],"Describe the duration of the instruction:":[""],"Optional. Customize how you want to describe the duration of the instruction":[""],"This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":["這是您可以在文章中連結的相關內容列表。{{a}}閱讀我們關於網站結構{{/a}}的文章,瞭解更多內部連結如何幫助您改善SEO。"],"%s, %s and %s":["%s、%s 和 %s"],"%s and %s":["%s 和 %s"],"%d minute":["%d 分"],"%d hour":["%d 小時"],"%d day":["%d 天"],"Enter a step title":["輸入步驟標題"],"Optional. This can give you better control over the styling of the steps.":[""],"CSS class(es) to apply to the steps":[""],"minutes":["分鐘"],"hours":["小時"],"days":["天"],"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.":["以 SEO 友善的方式來建立操作指南。每篇文章只能使用一個操作指南區塊。"],"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.":[""],"Copy error":["複製錯誤"],"An error occurred loading the %s primary taxonomy picker.":["載入 %s 主分類選擇器時發生錯誤。"],"%1$s Structured Data Blocks":["%1$s 資料結構化區塊"],"Time needed:":["所需時間:"],"Move question down":["向下移動問題"],"Move question up":["向上移動問題"],"Insert question":["插入問題"],"Delete question":["刪除問題"],"Enter the answer to the question":["輸入問題的答案"],"Enter a question":["輸入問題"],"Add question":["新增問題"],"Frequently Asked Questions":["常見問題"],"Great news: you can, with %s!":["好消息:您可以,%s!"],"Select the primary %s":["選擇主要%s"],"Check links to this URL":["檢查此URL的連結"],"Keyword research training":["關鍵字研究訓練"],"Please check the %1$sarchive template%2$s for the following content type: %3$s.":["請檢查以下內容類型的 %1$s彙整模板%2$s:%3$s。"],"Are you trying to use multiple keyphrases? You should add them separately below.":["您是否嘗試使用多個關鍵字?您應該在下面單獨增加它們。"],"Mark as cornerstone content":["標記為基石內容"],"Move step down":["向下移動"],"Move step up":["向上移動"],"Insert step":["插入步驟"],"Delete step":["刪除步驟"],"Add image":["新增圖片"],"Enter a step description":["輸入步驟描述"],"Enter a description":["輸入一個描述"],"Unordered list":[""],"Showing step items as an ordered list.":["將步驟項顯示為有序列表。"],"Showing step items as an unordered list":["將步驟項顯示為無序列表"],"Add step":["增加步驟"],"Delete total time":["刪除全部時間"],"Add total time":["增加全部時間"],"How to":["如何"],"How-to":[""],"Snippet Preview":["片段預覽"],"Analysis results":["分析結果"],"Enter a focus keyphrase to calculate the SEO score":["輸入焦點關鍵字來計算SEO分數"],"Learn more about Cornerstone Content.":["瞭解更多關於基石內容。"],"Cornerstone content should be the most important and extensive articles on your site.":["基石內容應該是您網站上最重要和最廣泛的文章。"],"Restore Site":["還原網站"],"Network Settings":["網路設定"],"You are not allowed to perform this action.":["您不能執行此操作。"],"Error: %s":["錯誤:%s"],"Success: %s":["成功:%s"],"Site with ID %d not found.":["找不到 ID 為 %d 的網站。"],"No site has been selected to restore.":["沒有選擇要還原的網站。"],"You are not allowed to modify unregistered network settings.":["您不能修改未註冊的網路設定。"],"deleted":["已刪除"],"Would you like to add another keyphrase?":["您想增加另一個關鍵字嗎?"],"image preview":["圖片預覽"],"Copied!":["已複製!"],"Not supported!":["不支援"],"Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.":[""],"Once you add a bit more copy, we'll give you a list of related content here to which you could link in your post.":["增加更多內容後,我們會在此處為您提供相關內容列表,您可以在文章中找到這些內容。"],"Consider linking to these {{a}}cornerstone articles:{{/a}}":["考慮連結到這些{{a}}基石文章:{{/a}}"],"Consider linking to these articles:":["考慮連結到這些文章:"],"Copy link":["複製連結"],"Copy link to suggested article: %s":["複製指向建議文章的連結:%s"],"Read our %1$sultimate guide to keyword research%2$s to learn more about keyword research and keyword strategy.":[""],"Once you add a bit more copy, we'll give you a list of words and word combinations that occur the most in the content. These give an indication of what your content focuses on.":[""],"The following words occur the most in the content. These give an indication of what your content focuses on. If the words differ a lot from your topic, you might want to rewrite your content accordingly. ":[""],"Prominent words":[""],"The site's tagline":["網站標語"],"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.":[""],"Not all required fields are given. Missing field %1$s":["未填寫所有必填欄位。缺少欄位 %1$s"],"Optimize your site for Google News.":[""],"Optimize your shop's SEO and sell more products!":["優化您商店的SEO並銷售更多產品!"],"Be found in Google Video search and enhance your video sharing on social media.":["可以在Google影片搜尋中找到並增強您在社群媒體上的影片分享。"],"Be found in Google Maps and local results.":["可在Google地圖和本地搜尋結果中找到。"],"Learn practical SEO skills to rank higher in Google.":["學習實用的 SEO 技能,在 Google 中獲得更高排名。"],"Don’t waste time figuring out the best settings yourself.":[""],"Get quick wins to make your site rank higher in search engines.":[""],"Add synonyms":["增加同義詞"],"Would you like to add keyphrase synonyms?":["您想增加關鍵同義詞嗎?"],"Would you like to add more than one keyphrase?":["您想增加多個關鍵短語嗎?"],"You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.":["您可以在 %1$s商店頁面%2$s 上編輯此自訂類型的 SEO meta資料。"],"You haven't set a Shop page in your WooCommerce settings. Please do this first.":["您尚未在 WooCommerce 設定中設置商店頁面。請先完成此動作。"],"Current year":["今年"],"Page":["頁面"],"Breadcrumb settings for %s archive":["%s 彙整的麵包屑設定"],"Something went wrong. Please reload the page.":["發生錯誤,請重新載入此頁面。"],"Tagline":["標語"],"Modify your meta description by editing it right here":["在此處編輯來修改 Meta 描述"],"description (custom taxonomy)":["描述(自訂分類)"],"(custom taxonomy)":["(自訂分類)"],"(custom field)":["(自訂欄位)"],"Term404":[""],"Caption":["標題"],"Pagenumber":["頁碼"],"Pagetotal":[""],"Page number":["頁碼"],"User description":["用戶描述"],"ID":["ID"],"Modified":["已修改"],"Post type (plural)":["文章類型(複數)"],"Post type (singular)":["文章類型(單數)"],"Separator":["分隔器"],"Search phrase":["搜尋字詞"],"Term title":["條款標題"],"Term description":["條款描述"],"Tag description":["標籤描述"],"Category description":["分類描述"],"Primary category":["主要類別"],"Category":["分類"],"Tag":["標籤"],"Excerpt only":["僅摘要"],"Excerpt":["摘要"],"Site title":["網站標題"],"Archive title":["彙整標題"],"Parent title":[""],"Date":["日期"],"Label":["標籤"],"You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.":["您應該建立一個轉址,以確保訪客在點擊不再有效的URL時,不會收到 404 錯誤。"],"Search engines and other websites can still send traffic to your deleted post.":["搜尋引擎和其他網站仍然可以向您刪除的文章發送流量。"],"Make sure you don't miss out on traffic!":[""],"You just deleted a %1$s.":["您剛剛刪除了%1$s。"],"You just trashed a %1$s.":["您剛剛丟棄了 %1$s。"],"Settings for %s archive":["%s 彙整的設定"],"Settings for single %s URLs":["單個 %s 網址的設定"],"The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.":[""],"Url preview":["網址預覽"],"Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.":["請透過編輯下面的代碼段提供 Meta 描述。如果不這樣做,Google 會嘗試在搜尋結果中找到您文章中相關的部分。"],"Insert snippet variable":["插入代碼變數"],"Dismiss this notice":["關閉此通知"],"No results":["沒有結果"],"%d result found, use up and down arrow keys to navigate":["找到 %d 個結果,使用向上和向下箭頭鍵進行操作"],"Your site language is set to %s. If this is not correct, contact your site administrator.":["您的網站語言設置為%s。如果這不正確,請聯繫您的網站管理員。"],"Number of results found: %d":["找到的結果數量:%d"],"Note that not all variables can be used in every field.":["注意,並非所有變數都可以在每個欄位中使用。"],"Snippet variables":["代碼變數"],"%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.":["%1$s 尊重您的隱私。閱讀我們的%2$s隱私政策%3$s,了解我們如何處理您的個人資訊。"],"If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.":["如果您知道這意味著什麼並且您不想再看到此訊息,則可以 %1$s關閉此訊息%2$s。"],"Your site's settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.":["您網站設定目前允許附件網址的存在。請閱讀%1$s此文章%2$s,了解附件網址的潛在問題,並檢查您的網站是否具有正確的設定。"],"Unknown type %1$s":["未知類型 %1$s"],"Includes a free MyYoast account which gives you access to our free SEO for Beginners course!":["包含一個免費的 MyYoast 帳號,讓您可以訪問我們的免費搜尋引擎優化初學者課程!"],"Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.":["如果您想了解%1$s、%2$s 其他很酷的插件,以及來自SEO世界有趣的新聞和提示,請註冊我們的電子報。"],"Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.":["在 %1$s百度網站管理員工具%2$s中取得您的百度驗證碼。"],"Baidu verification code":["百度驗證碼"],"The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.":[""],"Cleanup of %s data failed.":["清除 %s 資料失敗。"],"Content Type":["內容型態"],"Filter by content type":["按照內容類型篩選"],"Show All Content Types":["顯示所有內容類型"],"To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.":[""],"Replaced with the normal title for an archive generated by WordPress":[""],"Clean":["清除"],"Once you're certain your site is OK, you can clean up. This will remove all the original data.":["一旦確定您的網站沒問題,您就可以清除。這將刪除所有原始資料。"],"Step 5: Clean up":["步驟5;清除"],"You should run the configuration wizard, from the SEO → General → Dashboard page, to make sure all the settings for your site are correct.":["您應該從 SEO → 執行設定精靈、一般 → 儀表板頁面,以確保您網站的所有設置都正確。"],"Step 4: Run the configuration wizard":["步驟4:執行設定精靈"],"Please check your posts and pages and see if the metadata was successfully imported.":["請檢查您的文章和頁面,看看 Meta 資料是否已成功匯入。"],"Step 3: Check your data":["步驟 3: 檢查您的資料"],"This will import the post metadata like SEO titles and descriptions into your %1$s metadata. It will only do this when there is no existing %1$s metadata yet. The original data will remain in place.":[""],"Step 2: Import":["步驟2:匯入"],"Please make a backup of your database before starting this process.":["在開始之前,請先備份您的資料庫。"],"Step 1: Create a backup":["步驟 1:建立備份"],"We've detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:":[""],"Plugin: ":["插件:"],"%s did not detect any plugin data from plugins it can import from.":["%s 沒有檢測到它可以從外掛導入的任何外掛數據。"],"Posts that should not show up in search results":["不應顯示在搜尋結果中的文章"],"%s data found.":["找到 %s 資料。"],"%s data successfully removed.":["成功移除 %s 資料。"],"%s data successfully imported.":["成功匯入 %s 資料。"],"%s data not found.":["找不到 %s 資料。"],"Improve your SEO skills":["提高您的SEO技能"],"24/7 email support":["24/7 郵件支援"],"No more dead links a.k.a. 404 pages":[""],"Get real-time suggestions for internal links":["取得內部連結的即時建議"],"Preview your page in Facebook and Twitter":["預覽您的頁面在 Facebook 和 Twitter上的樣式"],"Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.":["點擊「%3$s」按鈕以使用在 %1$s搜尋外觀首頁%2$s 設定中設置的 Meta 描述。"],"Help on copying the home meta description":["關於複製首頁 meta 描述的幫助"],"To let search engines know which social profiles are associated to this site, enter your site social profiles data below.":[""],"Learn more about your social profiles settings":["瞭解更多關於您的社群個人檔案設定"],"Remove the categories prefix":["刪除類別前綴"],"Help on the category prefix setting":["關於此類別前綴設定的幫助"],"Learn more about the available variables":["瞭解更多關於可用變數的資訊"],"Learn more about the RSS feed setting":["瞭解更多關於RSS設定"],"When you upload media (an image or video for example) to WordPress, it doesn't just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it's better to disable them, and redirect them to the media item itself.":[""],"Learn more about the Media and attachment URLs setting":["瞭解更多關於媒體和附件網址設定"],"Learn more about the title separator setting":["瞭解更多關於標題分隔符號設定"],"Learn more about the knowledge graph setting":["瞭解更多關於知識圖譜的設定"],"Learn more about the homepage setting":["瞭解更多關於首頁設定"],"Learn more about the special pages setting":["瞭解更多關於特殊頁面設置"],"Help on the date archives search results setting":["關於此日期彙整搜尋結果設定的幫助"],"Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the authors without posts archive search results setting":["關於作者沒有彙整文章搜尋結果設定的幫助"],"Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.":[""],"Help on the author archives search results setting":["關於作者彙整搜尋結果設定的幫助"],"Archives settings help":["彙整設定幫助"],"Learn more about the archives setting":["瞭解更多關於彙整設定"],"Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.":["在 %1$sYandex網站管理員工具%2$s中取得您的Yandex驗證碼。"],"Yandex verification code":["Yandex 認證碼"],"Get your Google verification code in %1$sGoogle Search Console%2$s.":["在 %1$sGoogle Search Console%2$s中取得您的Google驗證碼。"],"Google verification code":["Google 驗證碼"],"Get your Bing verification code in %1$sBing Webmaster Tools%2$s.":["在 %1$sBing網站管理員工具%2$s中取得您的Bing驗證碼。"],"Bing verification code":["Bing 驗證碼"],"You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.":[""],"Learn more about the Webmaster Tools verification":["瞭解更多關於網站站長工具驗證"],"On":["啟用"],"Help on: %s":[""],"%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.":["%1$s 具備許多功能。您可以在下面 啟用/禁用 其中一些。點擊問號可取得關於該功能的更多資訊。"],"Off":["關閉"],"The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That's why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.":[""],"Security: no advanced settings for authors":["安全性:沒有作者的進階設置"],"See who contributed to %1$s.":["看看誰為 %1$s 做出了貢獻。"],"Help on this search results setting":["關於此搜尋結果設定的幫助"],"Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.":[""],"Default for %2$s, currently: %1$s":["預設為 %2$s,目前是:%1$s"],"Show %s in search results?":["在搜尋結果中顯示 %s?"],"this author's archives":["此作者的彙整"],"Do not allow search engines to show %s in search results.":["不允許搜尋引擎在搜尋結果中顯示 %s。"],"Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.":["WordPress 中的 類別URL 包含前綴,通常為 %s,此功能僅刪除該前綴,僅適用於類別。"],"Category URLs":["分類網址"],"the archive for %s":["%s 彙整"],"Redirect attachment URLs to the attachment itself?":["將附件網址轉址到附件本身?"],"We recommend you set this to Yes.":["我們建議您將其設置為是。"],"Media & attachment URLs":["媒體 & 附件網址"],"This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.":["這是人們找到您的首頁時在搜尋結果中顯示的內容。這意味著這可能是他們搜尋您的品牌名稱時所看到的。"],"date archives":["日期彙整"],"archives for authors without posts":["沒有文章的作者彙整"],"Read why XML Sitemaps are important for your site.":[""],"Enable the XML sitemaps that %s generates.":["啟用 %s 產生的 XML網站地圖。"],"See the XML sitemap.":["查看 XML sitemap。"],"%2$s (current default for %1$s)":["%2$s(目前預設值為 %1$s)"],"Media":["媒體"],"Content Types":["內容類型"],"Should search engines follow links on this %1$s?":["搜尋引擎應關注此 %1$s 上的連結嗎?"],"Allow search engines to show this %s in search results?":["允許搜尋引擎在搜尋結果中顯示此 %s?"],"Search Appearance":["搜尋外觀"],"Please specify what content types you would like to appear in search engines. If you do not know the differences between these, it's best to choose the default settings.":[""],"Search engines should show \"%1$s\" in search results:":["搜尋引擎應在搜尋結果中顯示「%1$s」:"],"Search engine visibility":["搜尋引擎可見性"],"Toggle %1$s's XML Sitemap":["切換 %1$s 的XML網站地圖"],"Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.":[""],"The cornerstone content feature lets you to mark and filter cornerstone content on your website.":[""],"If you have a problem that you can't solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.":["如果您遇到透過我們教學影片或知識庫所無法解決的問題,您可以向我們的支援團隊發送訊息。他們可以 24/7 全天候為您服務。"],"Search result":["搜尋結果"],"Good results":["良好的結果"],"Get better search results in local search":["在本地搜尋中取得更好的搜尋結果"],"Allow customers to pick up their %s order locally":["允許客戶在本地取得他們的 %s 訂單"],"SEO analysis":["SEO 分析"],"The SEO analysis offers suggestions to improve the SEO of your text.":["SEO分析提供了改善文章SEO的建議。"],"Learn how the SEO analysis can help you rank.":["瞭解 SEO分析 如何幫助您提升排名。"],"The readability analysis offers suggestions to improve the structure and style of your text.":["可讀性分析提供了改進文章結構和樣式的建議。"],"Discover why readability is important for SEO.":["了解為什麼可讀性對 SEO 很重要。"],"Find out how cornerstone content can help you improve your site structure.":["了解基石內容如何幫助您改善網站結構。"],"The text link counter helps you improve your site structure.":[""],"Find out how the text link counter can enhance your SEO.":["了解文字連結計數器如何增強您的SEO。"],"%s integration":["%s 整合"],"Read more about how %s works.":["詳細了解 %s 的工作原理。"],"Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.":["如果您希望 Facebook 和其他社群媒體,在分享您網站的連結時顯示圖片預覽和文章摘要,請啟用此功能。"],"Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.":["如果您希望 Twitter 和其他社群媒體,在分享您網站的連結時顯示圖片預覽和文章摘要,請啟用此功能。"],"Find out why you should upgrade to %s":["找出您應該升級到 %s 的原因"],"https://yoa.st/1uk":["https://yoa.st/1uk"],"https://yoa.st/1uj":["https://yoa.st/1uj"],"Latest blog posts on %1$s":["關於 %1$s 的最新部落格文章"],"Need help?":["需要幫助嗎?"],"Type here to search...":["點擊這裡搜尋..."],"Search the Yoast Knowledge Base for answers to your questions:":["搜尋 Yoast知識庫 以取得您的問題的解答:"],"Remove highlight from the text":[""],"Your site language is set to %s. ":["您的網站語言設定為 %s。"],"Get started quickly with the %1$s %2$sconfiguration wizard%3$s!":["使用 %1$s %2$s設定精靈%3$s 以快速上手!"],"First-time SEO configuration":["首次 SEO 設定"],"Your site language is set to {language}. If this is not correct, contact your site administrator.":["您的網站語言設定為 {language}。如果不正確請聯繫您的網站管理者。"],"Your site language is set to {language}.":["您的網站語言設定為 {language}。"],"Highlight this result in the text":[""],"Considerations":["注意事項"],"Errors":["錯誤"],"Change language":["更改語言"],"You cannot create a %s file.":["您無法建立 %s 檔案"],"You cannot edit the %s file.":["您無法編輯 %s 檔案。"],"Updated %s":["已更新 %s"],"Create %s file":["建立 %s 檔案"],"Edit the content of your %s:":["編輯 %s 的內容:"],"Save changes to %s":["儲存修改至 %s"],"%s file":["%s 檔案"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.":["透過增加幫助程序插件,%1$s 和 %2$s 可以更好地協同工作。請安裝 %3$s 以改善您的狀態。%4$s。"],"More information":["更多資訊"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.":["透過增加幫助程序插件,%1$s 和 %2$s 可以更好地協同工作。請啟用 %3$s 以改善您的狀態。"],"More information about %1$s":["關於 %1$s 的更多資訊"],"Configuration Wizard":["設定精靈"],"You've done it!":["完成設定!!"],"Seamlessly integrate %2$s with %1$s for the content analysis!":["將 %2$s 與 %1$s 無縫整合以進行內容分析!"],"%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.":["透過增加幫助程序插件,%1$s 和 %2$s 可以更好地協同工作。請安裝 %3$s 以改善您的狀態。"],"Manage your %s subscription on MyYoast":[""],"The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.":["%1$s 的搜尋外觀設定是在頁面顯示時,由此頁面中特定值所取代的變數組成。下面的表格包含了可用變數的清單。"],"Mark the most important %1$s as 'cornerstone content' to improve your site structure. %2$sLearn more about cornerstone content%3$s.":[""],"Loading help center.":["支援中心載入中。"],"Get support":["取得支援"],"View in KB":["查看知識庫"],"Go back":["返回"],"Go back to the search results":["回到搜尋結果"],"(Opens in a new browser tab)":["(在瀏覽器的新分頁中開啟)"],"Posts %1$swithout%2$s a focus keyphrase":["文章%1$s沒有%2$s焦點關鍵字"],"Hey, your SEO is doing pretty well! Check out the stats:":["嘿,您的SEO做得很好!查看統計數據:"],"You don't have any published posts, your SEO scores will appear here once you make your first post!":["您尚未發佈任何文章,文章發佈後這裡才會顯示 SEO 分數!"],"On this page, you can change the name of your site and choose which separator to use. The separator will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results. Choose the one that fits your brand best or takes up the least space in the snippets.":[""],"Something else":["其它"],"A portfolio":["作品集"],"A corporation":["企業"],"A small offline business":["實體店家"],"A news channel":["新聞頻道"],"An online shop":["線上購物"],"A blog":["部落格"],"What does the site %1$s represent?":["此網站 %1$s 是什麼樣的類型?"],"If you choose no, your author archives will be deactivated to prevent duplicate content issues.":[""],"Note: we don't store your data in any way and don't have full access to your account. Your privacy is safe with us.":[""],"%1$s integrates with Google Search Console, a must-have tool for site owners. It provides you with information about the health of your site. Don't have a Google account or is your site not activated yet? Find out %2$show to connect Google Search Console to your site%3$s.":[""],"Option B: My site is under construction and should not be indexed":["選項 B:我的網站仍在建置中,不應該被索引"],"Option A: My site is live and ready to be indexed":["我的網站已上線且已準備好被索引"],"Choose under construction if you want to keep the site out of the index of search engines. Don't forget to activate it once you're ready to publish your site.":[""],"Please specify if your site is under construction or already active.":["請選擇網站狀態是建置中還是已啟用"],"This information will be used in Google's Knowledge Graph Card, the big block of information you see on the right side of the search results.":[""],"Read more like this on our SEO blog":["在我們的SEO部落格上閱讀更多類似的內容"],"Readability: %s":[""],"Not activated":["尚未啟動"],"Activated":["已啟動"],"%1$s recommendations for you":["推薦 %1$s 給您"],"All Readability Scores":["所有可讀性分數"],"Filter by Readability Score":["依照可讀性分數篩選"],"You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.":["您無法收到更新或支持!透過增加此網站並 %1$s啟用它%2$s 來解決此問題。"],"Request method %1$s is not valid.":["請求方法 %1$s 無效。"],"Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.":["如果人們在 %1$s 上分享此文章,您會想要預覽它的樣子嗎?您可以使用 %2$s。"],"Good job! All the links in your texts have been counted.":["做得好!您文章中的所有連結都已計算在內。"],"Calculation completed.":["計算完成。"],"Calculation in progress...":["正在計算..."],"Stop counting":["停止計算"],"Counting links in your texts":["計算您文字中的連結數量"],"Text %1$s of %2$s processed.":["已處理 %2$s 的文字 %1$s。"],"All your texts are already counted, there is no need to count them again.":["所有文章已經統計完畢,無需再次統計"],"Count links in your texts":["統計文中連結數量"],"Text link counter":["文字連結計數"],"Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.":["連結到此文章的內部連結數。有關詳情,請參閱幫助標籤中的「Yoast 欄」文字。"],"Number of outgoing internal links in this post. See \"Yoast Columns\" text in the help tab for more info.":[""],"%1$s adds several columns to this page. We've written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.":["%1$s 為此頁面增加了幾欄。我們寫了一篇關於 %2$s如何使用SEO分數和可讀性分數%3$s 的文章。連結欄顯示此網站上連結 %5$s到%6$s 本文的文章數量以及 %5$s從%6$s 本文連結的URL數量。瞭解更多%4$s如何使用這些功能來改善內部連結%3$s,從而大大增強您的SEO。"],"%s Columns":["%s 欄"],"Readability score":["可讀性分數"],"Other benefits of %s for you:":["%s 對您的其他好處:"],"Scroll to see the preview content.":["捲動以預覽內容"],"Cornerstone content":["基石內容"],"%1$s will now take care of all the needed technical optimization of your site. To really improve your site's performance in the search results, it's important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.":["%1$s 現在將負責您網站的所有必要技術優化。要真正提高網站在搜尋結果中的效果,重要的是要開始建立您所關注關鍵字排名的優質內容。看看這個影片,我們在其中解釋了編輯文章或頁面時如何使用 %1$s Meta資料。"],"If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.":[""],"Attract more customers near you":["吸引更多附近的顧客"],"Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!":[""],"Get the most out of %1$s with the %2$s":[""],"Upgrade to Premium":["升級到進階版"],"Do you want to outrank your competition? %1$s gives you awesome additional features that'll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.":[""],"Outrank the competition with %s":[""],"You might like":["您可能喜歡"],"Newsletter":["最新訊息"],"We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.":[""],"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.":["設定精靈可以很容易幫您的網站做 SEO 最佳化設定。"],"Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.":["取得進階版,我們的專家將會回答您關於使用此插件遇到的問題。"],"Superfast internal linking suggestions":["超快的內部鏈結建議"],"Great news: you can, with %1$s!":["好消息!您可以和 %1$s !"],"Save changes":["儲存變更"],"1 year free support and updates included!":[""],"The plugin %2$s changes your site's output and in doing that differentiates between search engines and normal users, a process that's called cloaking. We highly recommend that you disable it.":[""],"%1$sSocial media preview%2$s: Facebook & Twitter":["%1$s社群媒體預覽%2$s:Facebook & Twitter"],"%1$sNo more dead links%2$s: easy redirect manager":["%1$s沒有更多的死連結%2$s:簡易轉址管理器"],"No ads!":["無廣告!"],"Facebook & Twitter":["Facebook & Twitter"],"Social media preview":["社群媒體預覽"],"Easy redirect manager":["簡易轉址管理器"],"No more dead links":["沒有更多無效的連結"],"Increase your SEO reach":["增加您的SEO覆蓋率"],"If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!":["如果您想要更多關於建立更棒的內容,請瀏覽我們的%2$sSEO寫作課程%3$s。您想要知道更多關於此外掛的特色功能,考慮加入我們的 %1$s !"],"Variable":["變數"],"Available variables":["可用變數"],"Scroll to see the table content.":["滾動以查看該表格的內容。"],"Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.":["若您需要幫助,請參考我們的文章 %1$s關於如何串接網站與Google網站管理員%2$s。"],"An error occurred in the '%1$s' assessment":["在 %1$s 評估中發生錯誤"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.":["%1$s 字包含 %2$s 超過%3$s 音節 %4$s,這是超過最大建議值 %5$s。"],"%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s 字包含 %2$s超過 %3$s 音節%4$s,小於或等於最大值 %5$s。"],"This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.":["這略低於建議的最小值 %5$d 個字。%3$s增加更多的內容%4$s。"],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["Meta 描述包含 %1$d 句子 %2$s 超過 %3$s 字 %4$s。嘗試縮短句子。"],"The meta description contains no sentences %1$sover %2$s words%3$s.":["Meta 摘要描述不含句子 %1$s 超過 %2$s 字 %3$s。"],"Step %1$d: %2$s":["步驟%1$d:%2$s"],"No new notifications.":["沒有新的通知。"],"Save all":["全部儲存"],"Save":["儲存"],"%1$s, Author at %2$s":["%1$s, 作者 %2$s"],"Mobile preview":["行動裝置預覽"],"Desktop preview":["桌面預覽"],"Select redirect":["選擇重新導向"],"Please provide an SEO title by editing the snippet below.":["請在下方的摘要編輯器中提供一個 SEO 標題。"],"Meta description preview:":["Meta 描述預覽:"],"Slug preview:":["代稱預覽:"],"SEO title preview:":["SEO 標題預覽:"],"Close snippet editor":["關閉代碼預覽編輯"],"Slug":["代稱"],"Remove marks in the text":["刪除文字中的標記"],"Mark this result in the text":["在文字中標記此結果"],"Marks are disabled in current view":["在當前瀏覽中標記為禁用"],"Good SEO score":["良好的SEO分數:"],"OK SEO score":["尚可的SEO分數:"],"Feedback":["反饋"],"ok":["好"],"Choose an image":["選擇圖片"],"Remove the image":["移除圖片"],"MailChimp signup failed:":["MailChimp 加入失敗:"],"Sign Up!":["註冊"],"Name":["名稱"],"There is an error with the request.":["請求出錯。"],"Select profile":["選擇檔案"],"Choose a profile":["選擇一個檔案"],"Authorization code":["認證碼"],"Reauthenticate with Google":["使用Google重新認證"],"To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.":["要允許 %s 取得Google網站管理員資訊,請輸入Google認證碼。點擊下面按鈕將開啟一個新視窗。"],"Please provide a meta description by editing the snippet below.":["請利用以下代碼編輯器提供meta描述。"],"Edit snippet":["編輯代碼"],"You can click on each element in the preview to jump to the Snippet Editor.":["您可以透過點擊預覽中任何元素以挑轉到摘要編輯器。"],"SEO title preview":["SEO標題預覽:"],"Meta description preview":["Meta描述預覽:"],"A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).":["儲存當前設定發生錯誤, {{link}}請回報錯誤{{/link}}並描述您正在做什麼步驟與想更改那些(假設有的話)。"],"Close the Wizard":["關閉設定精靈。"],"Export settings":["匯出設定"],"%1$s video tutorial":["%1$s 影片教學"],"%s › Configuration Wizard":["%s › 設定精靈"],"Please don't show me this notification anymore":[""],"If you are experiencing issues, %1$splease file a bug report%2$s and we'll do our best to help you out.":["如果您有遇到問題,請 %1$s提交錯誤回報%2$s,我們將盡力幫助您解決問題。"],"We've noticed you've been using %1$s for some time now; we hope you love it! We'd be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!":["我們已經注意到您正在使用 %1$s 一些時間,我們希望您喜歡!如果您可以在%2$sWordPress.org上給我們5星好評%3$s,我們會很開心!"],"Date archives settings":["時間彙整設定"],"Author archives settings":["作者彙整設定"],"%1$s by %2$s":["%1$s x %2$s"],"Warning: the variable %s cannot be used in this template. See the help center for more info.":["警告:變數 %s 不能被用於這個模版。更多訊息請查看幫助中心。"],"By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.":[""],"(no title)":["(沒有標題)"],"%s installation wizard":["%s 安裝精靈"],"The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.":["%1$s 管理者選單中包含了第三分分析工具可以級快速得知新通知。"],"Admin bar menu":["管理選單"],"%1$s will check weekly if your site is still indexable by search engines and %2$s will notify you when this is not the case.":[""],"Features":["特色"],"SEO title":["SEO標題"],"While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!":["雖然我們嘗試讓 %1$s 盡可能容易,但是我們知道它是有一定難度的。如果您想讓我們替您設置 %1$s(並在過程中獲得 %2$s 的複製版),在此訂閱 %3$s%1$s 設定服務%4$s。"],"Welcome to the %1$s configuration wizard. In a few simple steps we'll help you configure your SEO settings to match your website's needs!":["歡迎來到 %1$s 設置精靈。透過幾個簡單的步驟,我們將協助您配置SEO設定,以滿足您的網站需求!"],"Google shows your website's name in the search results, if you want to change it, you can do that here.":["Google 在搜尋結果中顯示您的網站名稱,如果您想要變更它,您可以在此變更。"],"Greater than sign":["大於標誌"],"Less than sign":["小於"],"Right angle quotation mark":["右邊引號"],"Left angle quotation mark":["左邊引號"],"Small tilde":["小括弧"],"Vertical bar":["垂直線"],"Low asterisk":["低星號"],"Asterisk":["星號"],"Bullet":["點"],"Middle dot":["中點"],"Em dash":["破折號"],"En dash":["連接符"],"Dash":["連字號"],"Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they'll appear in the search results.":["選擇要作為標題的分隔服務。這將顯示文章和網站標題之間的分隔。此符號將會顯示於搜尋結果中。"],"The name of the person":["人物名稱"],"No":["否"],"Yes":["是"],"Does, or will, your site have multiple authors?":["您的網站是否會有多作者?"],"WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.":["WordPress 會自動針對每一個媒體產生一個專屬URL。啟用此選項將允許Google針對每一個媒體URL進行索引。"],"Success!":["成功!"],"Title settings":["標題設定"],"Google Search Console":["Google 網站管理員"],"Multiple authors":["多作者"],"Site type":["網站類型"],"Environment":["網站環境"],"Yoast option %1$s not found.":["Yoast 設定 %1$s 找不到。"],"Google Structured Data Test":["結構化測試資料"],"Posts list":["文章清單"],"Posts list navigation":["文章清單導覽選單"],"Filter posts list":["依照文章清單篩選"],"Note that links to archives might be still output by your theme and you would need to remove them separately.":["請注意,彙整頁面仍可能由您的主題輸出,您需要單獨刪除它們。"],"%1$s to optimize your site even further":["%1$s 優化您的網站到極致"],"%1$s extensions":["%1$s 擴充"],"Comes with our 30-day no questions asked money back guarantee":["我們提供30天無條件退款保證。"],"More information %1$sabout %3$s%2$s":["更多資訊 %1$s關於 %3$s%2$s"],"Installed":["已安裝"],"gain access to our 24/7 support team.":["取得我們團隊 24/7 全天候支援。"],"Premium support":["進階版支援"],"check what your Facebook or Twitter post will look like.":["檢查您的 Facebook 或 Twitter 貼文的外觀。"],"Social previews":["社群預覽"],"create and manage redirects from within your WordPress install.":["在 WordPress 安裝中建立與管理 WordPress 轉址。"],"Redirect manager":["導向管理員"],"%1$s, take your optimization to the next level!":["%1$s 帶領您的網站優化到另外一個層級!"],"A seamless integration between %1$s and %2$s":["在 %1$s 和 %2$s 之間可以無縫接軌"],"Use %1$s breadcrumbs instead of %2$s ones":["使用 %1$s 麵包屑替代 %2$s"],"Easily insert Google Maps, a store locator, opening hours and more":["輕鬆插入Google地圖、商店定位、營業時間或更多"],"Creates XML News Sitemaps":["建立 XML 新聞網站地圖"],"Immediately pings Google on the publication of a new post":["立刻通知Google發佈最新文章"],"Optimize your site for Google News":["針對您的網站做 Google News 優化"],"Make videos responsive through enabling fitvids.js":["讓影片透過 fitvids.js 支援回應式"],"Enhance the experience of sharing posts with videos":["增強影片文章訊息的體驗"],"Show your videos in Google Videos":["在 Google Videos 顯示您的影片"],"Crawl issues list":["爬蟲問題清單"],"Crawl issues list navigation":["索引問題列表導航"],"Edit “%s”":["編輯 “%s”"],"Premium":["進階版"],"Google Trends":["Google 搜尋趨勢"],"Notifications":["通知"],"Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.":["刪除 Meta 資料中焦點關鍵字的,並禁用所有與SEO相關的建議。"],"Disable SEO analysis":["停用SEO分析"],"Twitter settings":["Twitter設定"],"Pinterest settings":["Pinterest設定"],"Facebook settings":["Facebook 設定"],"Title separator symbol":["標題分隔符號"],"RSS feed settings":["RSS摘要設定"],"Breadcrumbs settings":["麵包屑設定"],"Make primary":["設為主要"],"Enter your Google Authorization Code and press the Authenticate button.":["輸入您的Google認證碼並點擊認證按鈕。"],"Knowledge base article":["知識庫文章"],"Open the knowledge base article in a new window or read it in the iframe below":["在新視窗打開知識庫文章或使用以下框架瀏覽"],"Search results":["搜尋結果"],"%s notification":["%s 則通知"],"Disable readability analysis":["關閉可讀性分析"],"Removes the readability analysis section from the metabox and disables all readability-related suggestions.":[""],"Readability analysis":["可讀性分析"],"Needs improvement":["需要改進"],"Readability":["可讀性"],"You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.":["您正嘗試載入 non-minified 檔案。這些僅在我們的開發包中提供。查看 %1$s 以查看所有來源檔案。"],"Improvements":["改進"],"Dismiss this item.":["忽略此項目。"],"Good job! We could detect no serious SEO problems.":["太棒了!我們檢測到沒有嚴重的SEO問題。"],"We have detected the following issues that affect the SEO of your site.":["我們偵測到以下問題將影響您網站的SEO。"],"Problems":["問題"],"Analysis":["分析"],"Not available":["不可用"],"Filter by SEO Score":["依照SEO分數篩選"],"Meta description not set.":["Meta 描述沒設置。"],"Video tutorial":["影片教學"],"Email support is a %s feature":["郵件支援為 %s 的特色功能"],"Knowledge base":["知識庫"],"Open":["開啟"],"Loading...":["處理中..."],"Something went wrong. Please try again later.":["發生一點錯誤,請稍後試試看。"],"No results found.":["找不到任何結果。"],"Dashboard":["控制台"],"You can fix this on the %1$sPermalink settings page%2$s.":["您可以透過 %1$s固定網址設定頁面%2$s 修復這個問題。"],"Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.":["留言分頁目前已啟用,但在1000個例子中999個例子是不需要這樣的,我們建議您關閉。"],"Replaced with the primary category of the post/page":["替換為文章/頁面的主要分類"],"Pinterest confirmation":["Pinterest 驗證確認"],"If you have already confirmed your website with Pinterest, you can skip the step below.":["如果您已經透過 Pinterest 驗證您的網站,可以跳過以下的步驟。"],"Format-based archives":["文章格式彙整"],"Webmaster Tools verification":["網站管理員驗證工具"],"Follow our %1$s for WordPress training and become a certified %1$s Expert!":["關注我們的%1$s for WordPress 培訓並成為一個認證的 Yosat SEO 專家 %1$s 。"],"Want to be a %s Expert?":["如何成為一個 %s 專家?"],"Buy %s":["購買 %s"],"Show information about errors in category %s":[""],"New %1$s Title":["新 %1$s 標題"],"Existing %1$s Title":["目前的 %1$s 標題"],"Expected an integer as input.":["需要輸入一個整數。"],"Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.":["嘗試建構網站地圖快取緩存,但後綴和前綴組合留下太少來執行。您可能要求的頁會超出預期範圍。"],"Remove":["移除"],"Keep":["保留"],"Bold the last page":["最後一個頁面粗體"],"Regular":["一般"],"Bold":["粗體"],"Show Blog page":["顯示部落格頁面"],"Primary %s":["主要 %s"],"Primary":["主要"],"Make %1$s primary %2$s":["設為 %1$s 主要 %2$s"],"Term is set to noindex.":["Term 設為不索引。"],"Author archives":["作者彙整"],"Show":["顯示"],"Enabled":["啟用"],"Disabled":["停用"],"%1$s has not fetched your site's indexability status yet from %2$s":["%1$s 尚未從 %2$s 取得您網站的可索引性狀態"],"The separator defined in your theme's %s tag.":["在主題的 %s 標記的分隔符定義。"],"No index":["不索引"],"Analyze entire site":["分析整個網站"],"Fetch the current status":["擷取目前狀態"],"%1$s%2$s has not been able to fetch your site's indexability status%3$s from %4$s":["%1$s%2$s 無法從 %4$s 取得您網站的可索引性狀態 %3$s"],"Your homepage can be indexed by search engines.":["您的首頁可以透過搜尋引擎索引。"],"Indexability check by %1$s":["%1$s 的索引檢測"],"If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.":["如果您想要與 %1$s 共享圖片,您可以上傳/選擇圖片或在此輸入圖片網址。"],"If you don't want to use the meta description for sharing on %1$s but want another description there, write it here.":["如果您不想讓文章在 %1$s 分享時顯示 mata摘要描述,請在此處編輯另外的描述內容。"],"If you don't want to use the title for sharing on %1$s but instead want another title there, write it here.":["如果您不想要使用標題進行分享在 %1$s ,而是想要用另一個標題,請在此填寫。"],"%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.":["%1$s您的首頁無法被搜尋引擎索引%2$s. 對SEO分數有負面影響建議修復此問題。"],"Once Weekly":["每週一次"],"SEO score":["SEO 分數"],"Recalculating SEO scores for all pieces of content with a focus keyphrase.":["重新計算所有使用焦點關鍵字內容的SEO分數。"],"%1$s of %2$s done.":["%1$s 的 %2$s 已完成。"],"We've updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.":["我們已經更新SEO分數的演算。%1$s點擊此連結重新計算所有貼文和頁面的SEO分數%2$s。"],"Team Yoast":["Yoast 團隊"],"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.":["WordPress 真正第一個集所有功能於一身的SEO解決方案,其中包括對網頁內容分析、XML網站地圖等等。"],"Yoast SEO":["Yoast SEO"],"Activation failed:":["啟動失敗:"],"The filter extension seem to be unavailable. Please ask your web host to enable it.":["這個擴充功能似乎不支援,請洽詢您的主機商開啟該功能。"],"The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.":["%1$s 插件安裝未完整。請參考 %2$s安裝介紹%3$s。"],"The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.":["標準 PHP 函式庫(SPL)擴充元件似乎無法使用。請要求您的網站管理員啟用它。"],"SEO Settings":["SEO 設定"],"Mobile-Friendly Test":["行動裝置相容性測試"],"Google Page Speed Test":["Google 頁面速度測試"],"CSS Validator":["CSS 驗證器"],"HTML Validator":["HTML 驗證器"],"Pinterest Rich Pins Validator":["Pinterest Rich Pins 驗證"],"Facebook Debugger":["Facebook 除錯器"],"Check Headers":["檢查頁首"],"Check Google Cache":["檢查 Google 暫存檔"],"Analyze this page":["分析這個頁面"],"Keyword Research":["關鍵字研究"],"%s does not seem to be a valid url. Please correct.":["%s 似乎不是一個有效的URL。請更正。"],"%1$s does not seem to be a valid %2$s verification string. Please correct.":["%1$s 似乎不是一個正確的 %2$s 驗證值。請更正。"],"%s Archive":["%s 彙整"],"You searched for %s":["您正在找 %s"],"%s does not seem to be a valid Twitter Username. Please correct.":[""],"Summary with large image":["有著大圖的摘要"],"Summary":["摘要"],"The post %1$s appeared first on %2$s.":["這篇文章 %1$s 最早出現於 %2$s。"],"No numeric value was received.":["沒有收到任何數值。"],"This must be an existing blog. Blog %s does not exist or has been marked as deleted.":["這必須要是一個已存在的部落格。部落格 %s 不存在或者已被標記為已刪除。"],"The default blog setting must be the numeric blog id of the blog you want to use as default.":["預設的部落格設定必需要是您想要設定為預設值的純數字部落格 ID。"],"%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.":["%1$s 不是一個有效的選擇,應該允許訪問 %2$s 設定。值重設為預設。"],"Please select a valid post type for taxonomy \"%s\"":["請為分類法『%s』選擇一個有效的文章類型"],"Please select a valid taxonomy for post type \"%s\"":["請為文章類型『%s』選擇一個有效的分類法"],"You searched for":["您正在搜尋"],"Home":["首頁"],"Archives for":["彙整為"],"Error 404: Page not found":["404 錯誤:找不到頁面"],"Good":["良好"],"Replaced with a custom taxonomies description":["被取代為自訂分類法的描述"],"Replaced with a posts custom taxonomies, comma separated.":["被取代為文章的自訂分類法,以逗號分隔。"],"Replaced with a posts custom field value":["被取代為文章自訂欄位的值"],"Replaced with the slug which caused the 404":["被取代為引起 404 錯誤的代稱"],"Replaced with the posts focus keyphrase":[""],"Attachment caption":["附件說明"],"Replaced with the current page number":["被取代為目前的頁面號碼"],"Replaced with the current page total":["被取代為目前的總頁數"],"Replaced with the current page number with context (i.e. page 2 of 4)":["被取代為目前分頁內容中的頁面編號(例如:4 頁中的第 2 頁)"],"Replaced with the post/page author's 'Biographical Info'":["被取代為文章/頁面作者的『個人資訊』"],"Replaced with the post/page author's 'nicename'":["被取代為文章/頁面作者的『暱稱』"],"Replaced with the post/page ID":["被取代為文章/頁面的 ID"],"Replaced with the post/page modified time":["被取代為文章/頁面的最後修改時間"],"Replaced with the content type plural label":[""],"Replaced with the content type single label":[""],"Replaced with the current search phrase":["被取代為目前的搜尋字詞"],"Replaced with the term name":["被取代為項目名稱"],"Replaced with the term description":["被取代為項目描述"],"Replaced with the tag description":["被取代為標籤描述"],"Replaced with the category description":["被取代為分類描述"],"Replaced with the post categories (comma separated)":["被取代為文章分類(以逗號分隔)"],"Replaced with the current tag/tags":["被取代為目前的標籤/標籤組"],"Replaced with the post/page excerpt (without auto-generation)":["被取代為文章/頁面的摘要(不會自動產生)"],"Replaced with the post/page excerpt (or auto-generated if it does not exist)":["被取代為文章/頁面的摘要(或者若不存在的話則自動產生)"],"The site's name":["網站的名稱"],"Replaced with the title of the parent page of the current page":["被取代為目前頁面的父頁面標題"],"Replaced with the title of the post/page":["被取代為文章/頁面的標題"],"Replaced with the date of the post/page":["被取代為文章/頁面的日期"],"Page %1$d of %2$d":["頁%1$d,共%2$d"],"You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.":["您不能利用註冊一個新的變數來覆蓋掉 WPSEO 所使用的變數名稱。請使用 「wpseo_replacements」篩選器來調整替換設定值。"],"A replacement variable with the same name has already been registered. Try making your variable name unique.":["您欲使用的替代變數已被註冊,請嘗試使用其他的唯一詞彙。"],"A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.":["替代變數不得以\"%%cf_\" 或 \"%%ct_\"作為開頭,這些詞彙係保留供WPSEO設定自訂表單及標籤使用。請嘗試使用其他的詞彙。"],"A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.":["這裡的替代變數可包含字母與數字或者底線,嘗試重命名您的變數。"],"Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.":["管理員注意:此頁面不顯示 Meta 描述,因為它沒有 Meta 描述,要不特地為此頁面寫入,要不就前往 [%1$s - %2$s] 選單並設定模板。"],"Page not found":["找不到頁面"],"%s Archives":["%s 彙整"],"Search for \"%s\"":["『%s』的搜尋結果"],"Meta description to use for Author page":["要用於作者頁面的 Meta 描述"],"Title to use for Author page":["使用於作者頁面的標題"],"%1$s settings":["%1$s 設定"],"Export your %1$s settings":["匯出您的 %1$s 設定"],"Import settings":["匯入設定"],"Import from other SEO plugins":["從其他SEO插件匯入"],"Import":["匯入"],"If you had a %s file and it was editable, you could edit it from here.":["如果您有一個可以編輯的 %s 檔案時,您可以從這裡來編輯它。"],"If your %s were writable, you could edit it from here.":["如果您的 %s 可以被寫入的話,您可以從這裡來編輯它。"],"You don't have a %s file, create one here:":["您沒有 %s 檔案,請在此處建立一個:"],"A link to your site, with your site's name and description as anchor text.":["一個連結到您網站的連結,以您網站的名稱以及描述作為固定文字。"],"A link to your site, with your site's name as anchor text.":["一個連結到您網站的連結,以您網站的名稱作為固定文字。"],"A link to the post, with the title as anchor text.":["一個連結到文章的連結,以標題作為固定文字。"],"A link to the archive for the post author, with the authors name as anchor text.":["一個適用於文章作者並且連結到彙整的連結,以作者名稱作為固定文字。"],"You can use the following variables within the content, they will be replaced by the value on the right.":["您可以在內容裡使用下列變數,它們將會被取代成右邊的值。"],"Content to put after each post in the feed":["要放在每篇文章摘要內後面的內容"],"Content to put before each post in the feed":["要放在每篇文章摘要內前面的內容"],"This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.":["這個功能是用來自動將您的內容加入至您的 RSS。更具體地說,就是將連結加回到您的部落格以及部落格文章中,這樣那一些比較笨的搜尋引擎機器人就也會自動加入這些連結,有助於讓搜尋引擎認為您是該內容的原創來源。"],"Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.":["麵包屑的使用方法可以參考我們的知識庫 %1$s啟用麵包屑%2$s 文章內可獲得幫助。"],"How to insert breadcrumbs in your theme":["如何將麵包屑插入至您的佈景主題"],"Blog":["部落格"],"Content type archive to show in breadcrumbs for taxonomies":["以自訂分類的麵包屑來顯示內容類型彙整"],"Taxonomy to show in breadcrumbs for content types":["在內容的麵包屑中使用自訂分類"],"Breadcrumb for 404 Page":["用於 404 頁面的麵包屑"],"Prefix for Search Page breadcrumbs":["搜尋頁面麵包屑前綴"],"Prefix for Archive breadcrumbs":["彙整麵包屑前綴"],"Prefix for the breadcrumb path":["麵包屑路徑前綴"],"Anchor text for the Homepage":["用於首頁的固定文字"],"Separator between breadcrumbs":["位於兩個麵包屑之間的分隔符號"],"Enable Breadcrumbs":["啟用麵包屑"],"Below are your published posts' SEO scores. Now is as good a time as any to start improving some of your posts!":["以下是您所發佈文章的SEO分數。現在是開始改進您一些文章的好時機!"],"Credits":["貢獻者"],"« Back to Tools page":["« 返回工具頁面"],"%1$s comes with some very powerful built-in tools:":["%1$s 提供一些非常有用的工具:"],"This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.":["這個工具可以幫助您快速更改一些重要的SEO檔案,例如robot.txt、.htaccess等。"],"File editor":["檔案編輯器"],"Import settings from other SEO plugins and export your settings for re-use on (another) blog.":["從其它SEO插件導入設定檔,並倒出您的設定檔到以便重覆使用在(另一個)網站上。"],"Import and Export":["匯入與匯出"],"This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.":["此工具允許您快速更改文章/頁面的標題、描述,您不需要各別到文章/頁面進入編輯。"],"Bulk editor":["批次編輯"],"To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:":["%1$sPinterest確認您網站%2$s,加入標記到下方:"],"Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.":["Pinterest 和Facebook一樣使用 Open Graph 資料標記。如果您想要優化 Pinterest ,那您必須在Facebook頁的設定中,Open Graph 資料標記設定為啟用。"],"The default card type to use":["預設要使用的卡片類型"],"Add Twitter card meta data":["加入 Twitter card meta 資料"],"This image is used if the post/page being shared does not contain any images.":["如果文章/頁面在被分享時裡面不含有任何圖片的話才會使用這裡設定的圖片。"],"Default settings":["預設設定"],"Copy home meta description":["複製首頁 meta 描述"],"Description":["描述"],"Image URL":["圖片網址"],"These are the title, description and image used in the Open Graph meta tags on the front page of your site.":["這些是會用在您網站前端頁面裡 Open Graph meta 標籤中的標題、描述以及圖片。"],"Frontpage settings":["前端頁面設定"],"Add Open Graph meta data":["加入 Open Graph 資料標記"],"YouTube URL":["YouTube 網址"],"Pinterest URL":["Pinterest 網址"],"MySpace URL":["MySpace 網址"],"LinkedIn URL":["LinkedIn 網址"],"Instagram URL":["Instagram 網址"],"Twitter Username":["Twitter 使用者名稱"],"Facebook Page URL":["Facebook 頁面網址"],"Accounts":["帳戶"],"Restore site to defaults":["將網站還原至預設狀態"],"Site ID":["網站 ID"],"Using this form you can reset a site to the default SEO settings.":["藉由使用這個表單您可以將網站還原至預設的 SEO 設定。"],"Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.":["隱私敏感度(Facebook或其他社交網站管理者)、特定佈景主題(標題複寫)或一些特殊設定可能會無法完整匯入到新部落格。"],"Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).":["輸入您想在您網路下所有網站作為預設值的%1$s網站 ID%2$s ,留白則使用系統預設。"],"Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose 'None', the normal plugin defaults will be used.":["選擇您欲設定添加到您網路的所有網站使用的預設的網站設定檔,若您選擇「無」,則會使用預設值。"],"New sites in the network inherit their SEO settings from this site":["在這個網路裡的新網站從這個網站繼承了它們的 SEO 設定"],"Super Admins only":["超級管理員限定"],"Site Admins (default)":["網站管理員(預設)"],"Who should have access to the %1$s settings":["我們需要有訪問這個%1$s的權限"],"spam":["垃圾"],"mature":["成熟"],"archived":["已封存"],"public":["公開"],"%s restored to default SEO settings.":["%s 恢復為預設SEO設置。"],"Settings Updated.":["設定已更新。"],"404 pages":["404 頁面"],"Search pages":["搜尋頁面"],"These pages will be %s by default, so they will never show up in search results.":["這些頁面預設為 %s ,因此它們絕不會顯示在搜尋結果中。"],"Special Pages":["特殊頁面"],"Date-based archives could in some cases also be seen as duplicate content.":["使用日期彙整在某些時候也會產生重複內容問題。"],"If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn't show up in the search results.":["如果您的網站發生此種狀況,那您可以選擇停用它(或使他重新導向到首頁)。或者是新增 %s ,讓它不會出現在搜尋結果中。"],"If you're running a one author blog, the author archive will be exactly the same as your homepage. This is what's called a %1$sduplicate content problem%2$s.":["若您的網誌僅一位作者,那麼作者頁面彙整會和首頁一模一樣,這稱為 %1$s重複內容%2$s 問題。"],"Date archives":["日期彙整"],"author archives":["作者彙整"],"Title":["標題"],"%1$s Meta Box":["%1$s 摘要資訊框"],"Hide":["隱藏"],"Date in Snippet Preview":["代碼預覽中的日期"],"Take note:":["寫點註解:"],"You can determine the title and description for the blog page by %1$sediting the blog page itself%2$s.":[""],"You can determine the title and description for the front page by %1$sediting the front page itself%2$s.":[""],"Homepage & Front page":["首頁 & 前端頁面"],"Title Separator":["標題分隔符號"],"%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it's wrong and you know what you're doing, you can change the setting here.":["%1$s 會自動偵測是否需要為您的頁面強制重寫標題,如果您認為這是錯誤的並且您知道您正在做什麼的話,您可以在此變更設定。"],"Force rewrite titles":["強制重寫標題"],"Taxonomies":["分類法"],"Homepage":["首頁"],"%1$s Extensions":["插件%1$s"],"Seamlessly integrate WooCommerce with %1$s and get extra features!":["無縫整合 WooCommerce 與 %1$s 並獲得額外的功能!"],"Rank better locally and in Google Maps, without breaking a sweat!":["在當地以及 Google 地圖中獲得較好的排名,絲毫不費功夫!"],"Are you in Google News? Increase your traffic from Google News by optimizing for it!":["您有在使用 Google 新聞嗎?藉由最佳化它來增加您來自 Google 新聞的流量!"],"Optimize your videos to show them off in search results and get more clicks!":["最佳化您的影片以讓它們顯示在搜尋結果中並獲得更多的點擊!"],"The premium version of %1$s with more features & support.":["有著更多功能&支援的 %1$s 。"],"Person":["個人"],"This data is shown as metadata in your site. It is intended to appear in %1$sGoogle's Knowledge Graph%2$s. You can be either an organization, or a person.":[""],"Website name":["網站名稱"],"Webmaster Tools":["網站管理員工具"],"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to /%postname%/.":["您的文章名稱並沒有出現在您的文章與頁面網址裡,我們極度建議您完成這項設定。請考慮將您的固定網址結構設定為 /%postname%/。"],"RSS":["RSS"],"Breadcrumbs":["麵包屑"],"or":["或"],"Save Profile":["儲存設定"],"There were no profiles found":["找不到任何資訊檔案"],"Profile":["設定檔"],"Current profile":["目前設定檔"],"Authenticate":["驗證"],"Get Google Authorization Code":["取得 Google 認證碼"],"Reload crawl issues":["重啟自動檢索"],"To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.":["要建立一個轉址來解決此問題,那您需要 %1$s。您可以在 %2$s 購買插件,內含一年支援以及更新。"],"Creating redirects is a %s feature":["建立轉址為 %s 的特色功能"],"Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn't appear for desktop).":["僅有發生在 Googlebot 針對手機抓取網站時發生錯誤(桌面版未發生錯誤)"],"Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn't appear for desktop).":["當您的網站被 Googlebot-Mobile 自動檢索時所發生的錯誤(這些錯誤不會顯示在桌上型電腦)。"],"Errors that occurred when your site was crawled by Googlebot.":["Googlebot 抓取您網站的時候發生錯誤。"],"Issue categories":["問題種類"],"Incorrect Google Authorization Code.":["錯誤的 Google 授權碼。"],"The issues have been successfully reloaded!":["此問題已順利解決!"],"The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.":["%1$s 的資料已刪除,若您要重新啟用必須再次驗證。"],"Crawl errors per page":["每頁自動檢索錯誤數"],"Search":["搜尋"],"Don't miss your crawl errors: %1$sconnect with Google Search Console here%2$s.":["不要忽略爬蟲錯誤: %1$s連結 Google 網站管理員%2$s。"],"Create redirect":["建立轉址"],"Mark as fixed":["標示為已修復"],"Response code":["回應碼"],"First detected":["第一次偵測"],"Last crawled":["最新一次抓取"],"URL":["網址 URL"],"%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.":["%1$s 偵測出您使用的版本 %2$s 無法適用於 %1$s。請更新到最新版本 %2$s 以使用此功能。"],"Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We've detected this isn't the case, so please update the Yoast plugins that aren't up to date yet.":["Yoast 插件之間共用一些代碼讓您網站更快。您所使用的 Yoast 插件必須更新至最新版本。我們已偵測到您使用舊版本的插件,請儘速更新。"],"Feature phone":["功能型手機"],"Smartphone":["智慧型手機"],"Desktop":["桌面"],"The target URL doesn't exist, but your server is not returning a 404 (file not found) error.":["目標的網址不存在,但您的伺服器未傳回 404(找不到網頁)錯誤。"],"Soft 404":["Soft 404"],"Request timed out or site is blocking Google.":["連線逾時或網站設為阻擋 Google。"],"Server Error":["伺服器錯誤"],"Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.":["Googlebot 可以通行您的網站,但此網址在您的 %1$s 檔案中已設定為阻擋 Googlebot,該設定值可能是阻擋所有的 Googlebots 或僅阻擋行動版 Googlebot。"],"Blocked":["已封鎖"],"Google was unable to crawl this URL due to an undetermined issue.":["由於不明原因,Google 無法自動檢索此網址。"],"URL points to a non-existent page.":["URL指向不存在的頁面。"],"Not found":["找不到"],"Not followed":["未追蹤"],"Faulty redirects":["轉址錯誤"],"Server requires authentication or is blocking Googlebot from accessing the site.":["網站伺服器要求授權或是已阻擋 Googlebot 通行。"],"Access denied":["權限禁止"],"Deactivate %s":["停用%s"],"The %1$s plugin might cause issues when used in conjunction with %2$s.":["%1$s 插件若配合 %2$s 使用可能造成錯誤。"],"Upload Image":["上傳圖片"],"Remove these ads?":["要移除這些廣告嗎?"],"%s Posts Overview":["%s 文章總覽"],"The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.":["麵包屑的標題已經使用於此麵包屑的分類標題中。"],"Breadcrumbs title":["麵包屑標題"],"The canonical link is shown on the archive page for this term.":["在彙整頁面中顯示此標籤的標準網址。"],"Facebook App ID":["Facebook 應用程式 ID"],"Pinterest":["Pinterest"],"Other":["其他"],"Archives":["彙整"],"Email":["電子信箱"],"Previous":["上一步"],"Next":["下一步"],"Close":["關閉"],"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.":["%1$s 與 %2$s 可以建立 XML 網站地圖。擁有二個 XML 網站地圖對於搜尋引擎而言無益,亦可能拖累網頁速度。"],"Configure %1$s's Open Graph settings":[""],"Both %1$s and %2$s create Open Graph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.":[""],"%s Image":["%s 圖片"],"%s Description":["%s 描述"],"%s Title":["%s 標題"],"Twitter":["Twitter"],"Facebook":["Facebook"],"The recommended image size for %1$s is %2$s pixels.":[" %1$s 建議的影像尺寸為 %2$s 像素。"],"If you want to override the image used on %s for this post, upload / choose an image here.":["如果你想要在 %s 上分享這篇文章時使用其他圖片的話,請在這裡上傳/選擇一張圖片或加入網址。"],"If you don't want to use the meta description for sharing the post on %s but want another description there, write it here.":["如果您不想要在 %s 上分享文章時使用 meta 描述而是使用另一個描述的話,請在此寫下它。"],"If you don't want to use the post title for sharing the post on %s but instead want another title there, write it here.":["如果您不想要在 %s 上分享文章時使用文章標題而是使用另一個標題的話,請在此寫下它。"],"very difficult":["非常困難"],"Try to make shorter sentences, using less difficult words to improve readability":["嘗試縮短句子,使用較少的單詞來提高可讀性"],"difficult":["困難"],"Try to make shorter sentences to improve readability":["嘗試縮短句子以提高可讀性"],"fairly difficult":["還算困難"],"OK":["好"],"fairly easy":["還算容易"],"easy":["容易"],"very easy":["非常容易"],"Meta Desc.":["Meta 描述"],"All SEO Scores":["所有 SEO 分數"],"SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.":["SEO 問題:這個特色圖片必須至少達到200 x 200 像素,對於Facebook或其他社群媒體平台較好擷取。"],"(no parent)":["(沒有上層)"],"Post is set to noindex.":["文章已被設定為不索引。"],"The URL that this page should redirect to.":["這個頁面要被重新導向的網址。"],"301 Redirect":["301 轉址"],"The canonical URL that this page should point to. Leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.":[""],"Canonical URL":["標準網址"],"Title to use for this page in breadcrumb paths":["用於麵包屑路徑中這個頁面的標題"],"Breadcrumbs Title":["麵包屑標題"],"No Snippet":["沒有代碼"],"No Archive":["沒有彙整"],"No Image Index":["無圖片索引"],"None":["無"],"Site-wide default: %s":["全站預設值:%s"],"Advanced meta robots settings for this page.":["用於該頁面的進階 meta機器人設定。"],"Meta robots advanced":["Meta robots 進階"],"Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won't have an effect.":["警告:就算您可以在這裡設定 meta 機器人設定,整個網站也將在全站隱私設定中被設定為不索引,因此這些設定將不會產生任何影響。"],"Meta description":["Meta 描述"],"SEO Title":["SEO 標題"],"Focus keyword":["焦點關鍵字"],"Snippet preview":["代碼預覽"],"Settings successfully imported.":["已成功地匯入設定。"],"Settings could not be imported:":["設定無法被匯入:"],"Breadcrumb for 404 pages:":["404 頁面的麵包屑:"],"Prefix for search result pages:":["搜尋結果頁前綴:"],"Prefix for archive pages:":["彙整頁前綴:"],"Prefix for breadcrumbs:":["麵包屑前綴:"],"Anchor text for the homepage:":["首頁前綴文字:"],"Breadcrumbs separator:":["麵包屑間隔樣式:"],"%s Breadcrumbs":["%s 麵包屑"],"Use Image":["使用圖片"],"Action":["操作"],"Page URL/Slug":["頁面網址/代稱"],"Publication date":["發佈日期"],"Post Status":["文章狀態"],"WP Page Title":["WP 頁面標題"],"View":["檢視"],"View “%s”":["檢視 “%s”"],"Preview":["預覽"],"Preview “%s”":["預覽 “%s”"],"Edit":["編輯"],"Filter":["篩選"],"New Yoast Meta Description":["新的 Yoast Meta 描述"],"Existing Yoast Meta Description":["目前的 Yoast Meta 描述"],"Facebook profile URL":["Facebook 個人檔案網址"],"Twitter username (without @)":["Twitter 使用者名稱(沒有 @)"],"FAQ":["FAQ"],"Premium Support":["進階版支援"],"Settings":["設定"],"You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.":["您必須 %1$s前往您的閱讀設定%2$s 並取消勾選搜尋引擎可見度的勾選框。"],"Huge SEO Issue: You're blocking access to robots.":["嚴重 SEO 問題:您阻擋了搜尋引擎機器人的搜尋了。"],"Posts":["文章"],"Edit Files":["編輯檔案"],"Advanced Variables":["進階變數"],"Basic Variables":["基本變數"],"General":["一般"],"Extensions":["擴充元件"],"Search Console":["搜尋控制台"],"Tools":["工具"],"Advanced":["進階"],"XML sitemaps":["XML 網站地圖"],"Social":["社群網站"],"SEO":["SEO"],"%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.":["%1$s 偵測出您使用的版本 %2$s 屬於 %3$s,請更新至最新版本避免相容性問題。"],"Just another WordPress site":["只是另一個 WordPress 網站"],"You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.":["您還是使用 WordPress 預設的標語,不如留空更好。您亦可 %1$s自行變更標語%2$s。"],"You have used HTML in your value which is not allowed.":["在您輸入的數值裡有不被允許的 HTML 內容。"],"You can't edit %s that aren't yours.":["您無法編輯 %s,它不屬於您的。"],"You can't edit %s.":["您無法編輯 %s。"],"Post has an invalid Content Type: %s.":["文章內包含不合法的內容類型:%s。"],"Post doesn't exist.":["文章不存在。"],"course\u0004Free:":[""],"posts\u0004Trash (%s)":["垃圾 (%s)"],"posts\u0004All (%s)":["全部 (%s)"]}}} \ No newline at end of file From 368f6018a869ad81661b2eb7b49138bed5b72514 Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Mon, 16 Sep 2019 14:34:34 +0200 Subject: [PATCH 7/7] FEATURE: Upgrade yoast libraries yoastseo to 1.59.0 yoast-components to 4.32.0 --- .../Private/Scripts/YoastInfoView/yarn.lock | 1974 +++++++++-------- Resources/Public/Assets/app.js | 62 +- Resources/Public/Assets/main.css | 101 +- Resources/Public/Assets/webWorker.js | 16 +- Resources/Public/Assets/yoastseo.js | 6 +- Resources/Public/YoastInfoView/Plugin.js | 2 +- 6 files changed, 1130 insertions(+), 1031 deletions(-) diff --git a/Resources/Private/Scripts/YoastInfoView/yarn.lock b/Resources/Private/Scripts/YoastInfoView/yarn.lock index f178a5a..292a679 100644 --- a/Resources/Private/Scripts/YoastInfoView/yarn.lock +++ b/Resources/Private/Scripts/YoastInfoView/yarn.lock @@ -2,41 +2,41 @@ # yarn lockfile v1 -"@babel/code-frame@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" - integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA== +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5": + version "7.5.5" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" + integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== dependencies: "@babel/highlight" "^7.0.0" "@babel/core@>=7.2.2", "@babel/core@^7.1.6": - version "7.4.5" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.5.tgz#081f97e8ffca65a9b4b0fdc7e274e703f000c06a" - integrity sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA== - dependencies: - "@babel/code-frame" "^7.0.0" - "@babel/generator" "^7.4.4" - "@babel/helpers" "^7.4.4" - "@babel/parser" "^7.4.5" - "@babel/template" "^7.4.4" - "@babel/traverse" "^7.4.5" - "@babel/types" "^7.4.4" + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.0.tgz#9b00f73554edd67bebc86df8303ef678be3d7b48" + integrity sha512-FuRhDRtsd6IptKpHXAa+4WPZYY2ZzgowkbLBecEDDSje1X/apG7jQM33or3NdOmjXBKWGOg4JmSiRfUfuTtHXw== + dependencies: + "@babel/code-frame" "^7.5.5" + "@babel/generator" "^7.6.0" + "@babel/helpers" "^7.6.0" + "@babel/parser" "^7.6.0" + "@babel/template" "^7.6.0" + "@babel/traverse" "^7.6.0" + "@babel/types" "^7.6.0" convert-source-map "^1.1.0" debug "^4.1.0" json5 "^2.1.0" - lodash "^4.17.11" + lodash "^4.17.13" resolve "^1.3.2" semver "^5.4.1" source-map "^0.5.0" -"@babel/generator@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041" - integrity sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ== +"@babel/generator@^7.6.0": + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.0.tgz#e2c21efbfd3293ad819a2359b448f002bfdfda56" + integrity sha512-Ms8Mo7YBdMMn1BYuNtKuP/z0TgEIhbcyB8HVR6PPNYp4P61lMsABiS4A3VG1qznjXVCf3r+fVHhm4efTYVsySA== dependencies: - "@babel/types" "^7.4.4" + "@babel/types" "^7.6.0" jsesc "^2.5.1" - lodash "^4.17.11" + lodash "^4.17.13" source-map "^0.5.0" trim-right "^1.0.1" @@ -72,26 +72,26 @@ "@babel/traverse" "^7.4.4" "@babel/types" "^7.4.4" -"@babel/helper-create-class-features-plugin@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.4.4.tgz#fc3d690af6554cc9efc607364a82d48f58736dba" - integrity sha512-UbBHIa2qeAGgyiNR9RszVF7bUHEdgS4JAUNT8SiqrAN6YJVxlOxeLr5pBzb5kan302dejJ9nla4RyKcR1XT6XA== +"@babel/helper-create-class-features-plugin@^7.5.5", "@babel/helper-create-class-features-plugin@^7.6.0": + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz#769711acca889be371e9bc2eb68641d55218021f" + integrity sha512-O1QWBko4fzGju6VoVvrZg0RROCVifcLxiApnGP3OWfWzvxRZFCoBD81K5ur5e3bVY2Vf/5rIJm8cqPKn8HUJng== dependencies: "@babel/helper-function-name" "^7.1.0" - "@babel/helper-member-expression-to-functions" "^7.0.0" + "@babel/helper-member-expression-to-functions" "^7.5.5" "@babel/helper-optimise-call-expression" "^7.0.0" "@babel/helper-plugin-utils" "^7.0.0" - "@babel/helper-replace-supers" "^7.4.4" + "@babel/helper-replace-supers" "^7.5.5" "@babel/helper-split-export-declaration" "^7.4.4" -"@babel/helper-define-map@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.4.4.tgz#6969d1f570b46bdc900d1eba8e5d59c48ba2c12a" - integrity sha512-IX3Ln8gLhZpSuqHJSnTNBWGDE9kdkTEWl21A/K7PQ00tseBwbqCHTvNLHSBd9M0R5rER4h5Rsvj9vw0R5SieBg== +"@babel/helper-define-map@^7.5.5": + version "7.5.5" + resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz#3dec32c2046f37e09b28c93eb0b103fd2a25d369" + integrity sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg== dependencies: "@babel/helper-function-name" "^7.1.0" - "@babel/types" "^7.4.4" - lodash "^4.17.11" + "@babel/types" "^7.5.5" + lodash "^4.17.13" "@babel/helper-explode-assignable-expression@^7.1.0": version "7.1.0" @@ -124,12 +124,12 @@ dependencies: "@babel/types" "^7.4.4" -"@babel/helper-member-expression-to-functions@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0.tgz#8cd14b0a0df7ff00f009e7d7a436945f47c7a16f" - integrity sha512-avo+lm/QmZlv27Zsi0xEor2fKcqWG56D5ae9dzklpIaY7cQMK5N8VSpaNVPPagiqmy7LrEjK1IWdGMOqPu5csg== +"@babel/helper-member-expression-to-functions@^7.5.5": + version "7.5.5" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz#1fb5b8ec4453a93c439ee9fe3aeea4a84b76b590" + integrity sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA== dependencies: - "@babel/types" "^7.0.0" + "@babel/types" "^7.5.5" "@babel/helper-module-imports@^7.0.0": version "7.0.0" @@ -139,16 +139,16 @@ "@babel/types" "^7.0.0" "@babel/helper-module-transforms@^7.1.0", "@babel/helper-module-transforms@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.4.4.tgz#96115ea42a2f139e619e98ed46df6019b94414b8" - integrity sha512-3Z1yp8TVQf+B4ynN7WoHPKS8EkdTbgAEy0nU0rs/1Kw4pDgmvYH3rz3aI11KgxKCba2cn7N+tqzV1mY2HMN96w== + version "7.5.5" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz#f84ff8a09038dcbca1fd4355661a500937165b4a" + integrity sha512-jBeCvETKuJqeiaCdyaheF40aXnnU1+wkSiUs/IQg3tB85up1LyL8x77ClY8qJpuRJUcXQo+ZtdNESmZl4j56Pw== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/helper-simple-access" "^7.1.0" "@babel/helper-split-export-declaration" "^7.4.4" "@babel/template" "^7.4.4" - "@babel/types" "^7.4.4" - lodash "^4.17.11" + "@babel/types" "^7.5.5" + lodash "^4.17.13" "@babel/helper-optimise-call-expression@^7.0.0": version "7.0.0" @@ -163,11 +163,11 @@ integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA== "@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.4.4.tgz#a47e02bc91fb259d2e6727c2a30013e3ac13c4a2" - integrity sha512-Y5nuB/kESmR3tKjU8Nkn1wMGEx1tjJX076HBMeL3XLQCu6vA/YRzuTW0bbb+qRnXvQGn+d6Rx953yffl8vEy7Q== + version "7.5.5" + resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.5.5.tgz#0aa6824f7100a2e0e89c1527c23936c152cab351" + integrity sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw== dependencies: - lodash "^4.17.11" + lodash "^4.17.13" "@babel/helper-remap-async-to-generator@^7.1.0": version "7.1.0" @@ -180,15 +180,15 @@ "@babel/traverse" "^7.1.0" "@babel/types" "^7.0.0" -"@babel/helper-replace-supers@^7.1.0", "@babel/helper-replace-supers@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.4.tgz#aee41783ebe4f2d3ab3ae775e1cc6f1a90cefa27" - integrity sha512-04xGEnd+s01nY1l15EuMS1rfKktNF+1CkKmHoErDppjAAZL+IUBZpzT748x262HF7fibaQPhbvWUl5HeSt1EXg== +"@babel/helper-replace-supers@^7.5.5": + version "7.5.5" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz#f84ce43df031222d2bad068d2626cb5799c34bc2" + integrity sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg== dependencies: - "@babel/helper-member-expression-to-functions" "^7.0.0" + "@babel/helper-member-expression-to-functions" "^7.5.5" "@babel/helper-optimise-call-expression" "^7.0.0" - "@babel/traverse" "^7.4.4" - "@babel/types" "^7.4.4" + "@babel/traverse" "^7.5.5" + "@babel/types" "^7.5.5" "@babel/helper-simple-access@^7.1.0": version "7.1.0" @@ -215,28 +215,28 @@ "@babel/traverse" "^7.1.0" "@babel/types" "^7.2.0" -"@babel/helpers@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.4.tgz#868b0ef59c1dd4e78744562d5ce1b59c89f2f2a5" - integrity sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A== +"@babel/helpers@^7.6.0": + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.0.tgz#21961d16c6a3c3ab597325c34c465c0887d31c6e" + integrity sha512-W9kao7OBleOjfXtFGgArGRX6eCP0UEcA2ZWEWNkJdRZnHhW4eEbeswbG3EwaRsnQUAEGWYgMq1HsIXuNNNy2eQ== dependencies: - "@babel/template" "^7.4.4" - "@babel/traverse" "^7.4.4" - "@babel/types" "^7.4.4" + "@babel/template" "^7.6.0" + "@babel/traverse" "^7.6.0" + "@babel/types" "^7.6.0" "@babel/highlight@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4" - integrity sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw== + version "7.5.0" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540" + integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ== dependencies: chalk "^2.0.0" esutils "^2.0.2" js-tokens "^4.0.0" -"@babel/parser@^7.4.4", "@babel/parser@^7.4.5": - version "7.4.5" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872" - integrity sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew== +"@babel/parser@^7.6.0": + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b" + integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ== "@babel/plugin-proposal-async-generator-functions@^7.2.0": version "7.2.0" @@ -248,22 +248,30 @@ "@babel/plugin-syntax-async-generators" "^7.2.0" "@babel/plugin-proposal-class-properties@^7.1.0": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.4.4.tgz#93a6486eed86d53452ab9bab35e368e9461198ce" - integrity sha512-WjKTI8g8d5w1Bc9zgwSz2nfrsNQsXcCf9J9cdCvrJV6RF56yztwm4TmJC0MgJ9tvwO9gUA/mcYe89bLdGfiXFg== + version "7.5.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4" + integrity sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A== dependencies: - "@babel/helper-create-class-features-plugin" "^7.4.4" + "@babel/helper-create-class-features-plugin" "^7.5.5" "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-proposal-decorators@^7.3.0": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.4.4.tgz#de9b2a1a8ab0196f378e2a82f10b6e2a36f21cc0" - integrity sha512-z7MpQz3XC/iQJWXH9y+MaWcLPNSMY9RQSthrLzak8R8hCj0fuyNk+Dzi9kfNe/JxxlWQ2g7wkABbgWjW36MTcw== + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.6.0.tgz#6659d2572a17d70abd68123e89a12a43d90aa30c" + integrity sha512-ZSyYw9trQI50sES6YxREXKu+4b7MAg6Qx2cvyDDYjP2Hpzd3FleOUwC9cqn1+za8d0A2ZU8SHujxFao956efUg== dependencies: - "@babel/helper-create-class-features-plugin" "^7.4.4" + "@babel/helper-create-class-features-plugin" "^7.6.0" "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-decorators" "^7.2.0" +"@babel/plugin-proposal-dynamic-import@^7.5.0": + version "7.5.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.5.0.tgz#e532202db4838723691b10a67b8ce509e397c506" + integrity sha512-x/iMjggsKTFHYC6g11PL7Qy58IK8H5zqfm9e6hu4z1iH2IRyAp9u9dL80zA6R76yFovETFLKz2VJIC2iIPBuFw== + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-syntax-dynamic-import" "^7.2.0" + "@babel/plugin-proposal-json-strings@^7.2.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz#568ecc446c6148ae6b267f02551130891e29f317" @@ -272,10 +280,10 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-json-strings" "^7.2.0" -"@babel/plugin-proposal-object-rest-spread@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.4.4.tgz#1ef173fcf24b3e2df92a678f027673b55e7e3005" - integrity sha512-dMBG6cSPBbHeEBdFXeQ2QLc5gUpg4Vkaz8octD4aoW/ISO+jBOcsuxYL7bsb5WSu8RLP6boxrBIALEHgoHtO9g== +"@babel/plugin-proposal-object-rest-spread@^7.5.5": + version "7.5.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.5.tgz#61939744f71ba76a3ae46b5eea18a54c16d22e58" + integrity sha512-F2DxJJSQ7f64FyTVl5cw/9MWn6naXGdk3Q3UhDbFEEHv+EilCPoeRD3Zh/Utx1CJz4uyKlQ4uH+bJPbEhMV7Zw== dependencies: "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-object-rest-spread" "^7.2.0" @@ -311,7 +319,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-syntax-dynamic-import@^7.0.0": +"@babel/plugin-syntax-dynamic-import@^7.0.0", "@babel/plugin-syntax-dynamic-import@^7.2.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz#69c159ffaf4998122161ad8ebc5e6d1f55df8612" integrity sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w== @@ -353,10 +361,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-transform-async-to-generator@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.4.4.tgz#a3f1d01f2f21cadab20b33a82133116f14fb5894" - integrity sha512-YiqW2Li8TXmzgbXw+STsSqPBPFnGviiaSp6CYOq55X8GQ2SGVLrXB6pNid8HkqkZAzOH6knbai3snhP7v0fNwA== +"@babel/plugin-transform-async-to-generator@^7.5.0": + version "7.5.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.5.0.tgz#89a3848a0166623b5bc481164b5936ab947e887e" + integrity sha512-mqvkzwIGkq0bEF1zLRRiTdjfomZJDV33AH3oQzHVGkI2VzEmXLpKKOBvEVaFZBJdN0XTyH38s9j/Kiqr68dggg== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/helper-plugin-utils" "^7.0.0" @@ -369,25 +377,25 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-transform-block-scoping@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.4.4.tgz#c13279fabf6b916661531841a23c4b7dae29646d" - integrity sha512-jkTUyWZcTrwxu5DD4rWz6rDB5Cjdmgz6z7M7RLXOJyCUkFBawssDGcGh8M/0FTSB87avyJI1HsTwUXp9nKA1PA== +"@babel/plugin-transform-block-scoping@^7.6.0": + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.0.tgz#c49e21228c4bbd4068a35667e6d951c75439b1dc" + integrity sha512-tIt4E23+kw6TgL/edACZwP1OUKrjOTyMrFMLoT5IOFrfMRabCgekjqFd5o6PaAMildBu46oFkekIdMuGkkPEpA== dependencies: "@babel/helper-plugin-utils" "^7.0.0" - lodash "^4.17.11" + lodash "^4.17.13" -"@babel/plugin-transform-classes@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.4.4.tgz#0ce4094cdafd709721076d3b9c38ad31ca715eb6" - integrity sha512-/e44eFLImEGIpL9qPxSRat13I5QNRgBLu2hOQJCF7VLy/otSM/sypV1+XaIw5+502RX/+6YaSAPmldk+nhHDPw== +"@babel/plugin-transform-classes@^7.5.5": + version "7.5.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9" + integrity sha512-U2htCNK/6e9K7jGyJ++1p5XRU+LJjrwtoiVn9SzRlDT2KubcZ11OOwy3s24TjHxPgxNwonCYP7U2K51uVYCMDg== dependencies: "@babel/helper-annotate-as-pure" "^7.0.0" - "@babel/helper-define-map" "^7.4.4" + "@babel/helper-define-map" "^7.5.5" "@babel/helper-function-name" "^7.1.0" "@babel/helper-optimise-call-expression" "^7.0.0" "@babel/helper-plugin-utils" "^7.0.0" - "@babel/helper-replace-supers" "^7.4.4" + "@babel/helper-replace-supers" "^7.5.5" "@babel/helper-split-export-declaration" "^7.4.4" globals "^11.1.0" @@ -398,10 +406,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-transform-destructuring@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.4.4.tgz#9d964717829cc9e4b601fc82a26a71a4d8faf20f" - integrity sha512-/aOx+nW0w8eHiEHm+BTERB2oJn5D127iye/SUQl7NjHy0lf+j7h4MKMMSOwdazGq9OxgiNADncE+SRJkCxjZpQ== +"@babel/plugin-transform-destructuring@^7.6.0": + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.6.0.tgz#44bbe08b57f4480094d57d9ffbcd96d309075ba6" + integrity sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ== dependencies: "@babel/helper-plugin-utils" "^7.0.0" @@ -414,10 +422,10 @@ "@babel/helper-regex" "^7.4.4" regexpu-core "^4.5.4" -"@babel/plugin-transform-duplicate-keys@^7.2.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.2.0.tgz#d952c4930f312a4dbfff18f0b2914e60c35530b3" - integrity sha512-q+yuxW4DsTjNceUiTzK0L+AfQ0zD9rWaTLiUqHA8p0gxx7lu1EylenfzjeIWNkPy6e/0VG/Wjw9uf9LueQwLOw== +"@babel/plugin-transform-duplicate-keys@^7.5.0": + version "7.5.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz#c5dbf5106bf84cdf691222c0974c12b1df931853" + integrity sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ== dependencies: "@babel/helper-plugin-utils" "^7.0.0" @@ -458,30 +466,33 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-transform-modules-amd@^7.2.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.2.0.tgz#82a9bce45b95441f617a24011dc89d12da7f4ee6" - integrity sha512-mK2A8ucqz1qhrdqjS9VMIDfIvvT2thrEsIQzbaTdc5QFzhDjQv2CkJJ5f6BXIkgbmaoax3zBr2RyvV/8zeoUZw== +"@babel/plugin-transform-modules-amd@^7.5.0": + version "7.5.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.5.0.tgz#ef00435d46da0a5961aa728a1d2ecff063e4fb91" + integrity sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg== dependencies: "@babel/helper-module-transforms" "^7.1.0" "@babel/helper-plugin-utils" "^7.0.0" + babel-plugin-dynamic-import-node "^2.3.0" -"@babel/plugin-transform-modules-commonjs@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.4.4.tgz#0bef4713d30f1d78c2e59b3d6db40e60192cac1e" - integrity sha512-4sfBOJt58sEo9a2BQXnZq+Q3ZTSAUXyK3E30o36BOGnJ+tvJ6YSxF0PG6kERvbeISgProodWuI9UVG3/FMY6iw== +"@babel/plugin-transform-modules-commonjs@^7.6.0": + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.6.0.tgz#39dfe957de4420445f1fcf88b68a2e4aa4515486" + integrity sha512-Ma93Ix95PNSEngqomy5LSBMAQvYKVe3dy+JlVJSHEXZR5ASL9lQBedMiCyVtmTLraIDVRE3ZjTZvmXXD2Ozw3g== dependencies: "@babel/helper-module-transforms" "^7.4.4" "@babel/helper-plugin-utils" "^7.0.0" "@babel/helper-simple-access" "^7.1.0" + babel-plugin-dynamic-import-node "^2.3.0" -"@babel/plugin-transform-modules-systemjs@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.4.4.tgz#dc83c5665b07d6c2a7b224c00ac63659ea36a405" - integrity sha512-MSiModfILQc3/oqnG7NrP1jHaSPryO6tA2kOMmAQApz5dayPxWiHqmq4sWH2xF5LcQK56LlbKByCd8Aah/OIkQ== +"@babel/plugin-transform-modules-systemjs@^7.5.0": + version "7.5.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.5.0.tgz#e75266a13ef94202db2a0620977756f51d52d249" + integrity sha512-Q2m56tyoQWmuNGxEtUyeEkm6qJYFqs4c+XyXH5RAuYxObRNz9Zgj/1g2GMnjYp2EUyEy7YTrxliGCXzecl/vJg== dependencies: "@babel/helper-hoist-variables" "^7.4.4" "@babel/helper-plugin-utils" "^7.0.0" + babel-plugin-dynamic-import-node "^2.3.0" "@babel/plugin-transform-modules-umd@^7.2.0": version "7.2.0" @@ -491,12 +502,12 @@ "@babel/helper-module-transforms" "^7.1.0" "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-transform-named-capturing-groups-regex@^7.4.5": - version "7.4.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.4.5.tgz#9d269fd28a370258199b4294736813a60bbdd106" - integrity sha512-z7+2IsWafTBbjNsOxU/Iv5CvTJlr5w4+HGu1HovKYTtgJ362f7kBcQglkfmlspKKZ3bgrbSGvLfNx++ZJgCWsg== +"@babel/plugin-transform-named-capturing-groups-regex@^7.6.0": + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.0.tgz#1e6e663097813bb4f53d42df0750cf28ad3bb3f1" + integrity sha512-jem7uytlmrRl3iCAuQyw8BpB4c4LWvSpvIeXKpMb+7j84lkx4m4mYr5ErAcmN5KM7B6BqrAvRGjBIbbzqCczew== dependencies: - regexp-tree "^0.1.6" + regexp-tree "^0.1.13" "@babel/plugin-transform-new-target@^7.4.4": version "7.4.4" @@ -505,13 +516,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-transform-object-super@^7.2.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.2.0.tgz#b35d4c10f56bab5d650047dad0f1d8e8814b6598" - integrity sha512-VMyhPYZISFZAqAPVkiYb7dUe2AsVi2/wCT5+wZdsNO31FojQJa9ns40hzZ6U9f50Jlq4w6qwzdBB2uwqZ00ebg== +"@babel/plugin-transform-object-super@^7.5.5": + version "7.5.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz#c70021df834073c65eb613b8679cc4a381d1a9f9" + integrity sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ== dependencies: "@babel/helper-plugin-utils" "^7.0.0" - "@babel/helper-replace-supers" "^7.1.0" + "@babel/helper-replace-supers" "^7.5.5" "@babel/plugin-transform-parameters@^7.4.4": version "7.4.4" @@ -545,9 +556,9 @@ "@babel/plugin-syntax-jsx" "^7.2.0" "@babel/plugin-transform-react-jsx-source@^7.0.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.2.0.tgz#20c8c60f0140f5dd3cd63418d452801cf3f7180f" - integrity sha512-A32OkKTp4i5U6aE88GwwcuV4HAprUgHcTq0sSafLxjr6AW0QahrCRCjxogkbbcdtpbXkuTOlgpjophCxb6sh5g== + version "7.5.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.5.0.tgz#583b10c49cf057e237085bcbd8cc960bd83bd96b" + integrity sha512-58Q+Jsy4IDCZx7kqEZuSDdam/1oW8OdDX8f+Loo6xyxdfg1yF0GE2XNJQSTZCaMol93+FBzpWiPEwtbMloAcPg== dependencies: "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-jsx" "^7.2.0" @@ -576,9 +587,9 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-transform-runtime@^7.1.0": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.4.4.tgz#a50f5d16e9c3a4ac18a1a9f9803c107c380bce08" - integrity sha512-aMVojEjPszvau3NRg+TIH14ynZLvPewH4xhlCW1w6A3rkxTS1m4uwzRclYR9oS+rl/dr+kT+pzbfHuAWP/lc7Q== + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.6.0.tgz#85a3cce402b28586138e368fce20ab3019b9713e" + integrity sha512-Da8tMf7uClzwUm/pnJ1S93m/aRXmoYNDD7TkHua8xBDdaAs54uZpTWvEt6NGwmoVMb9mZbntfTqmG2oSzN/7Vg== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/helper-plugin-utils" "^7.0.0" @@ -632,42 +643,44 @@ regexpu-core "^4.5.4" "@babel/preset-env@^7.1.6": - version "7.4.5" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.4.5.tgz#2fad7f62983d5af563b5f3139242755884998a58" - integrity sha512-f2yNVXM+FsR5V8UwcFeIHzHWgnhXg3NpRmy0ADvALpnhB0SLbCvrCRr4BLOUYbQNLS+Z0Yer46x9dJXpXewI7w== + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.0.tgz#aae4141c506100bb2bfaa4ac2a5c12b395619e50" + integrity sha512-1efzxFv/TcPsNXlRhMzRnkBFMeIqBBgzwmZwlFDw5Ubj0AGLeufxugirwZmkkX/ayi3owsSqoQ4fw8LkfK9SYg== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-proposal-async-generator-functions" "^7.2.0" + "@babel/plugin-proposal-dynamic-import" "^7.5.0" "@babel/plugin-proposal-json-strings" "^7.2.0" - "@babel/plugin-proposal-object-rest-spread" "^7.4.4" + "@babel/plugin-proposal-object-rest-spread" "^7.5.5" "@babel/plugin-proposal-optional-catch-binding" "^7.2.0" "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" "@babel/plugin-syntax-async-generators" "^7.2.0" + "@babel/plugin-syntax-dynamic-import" "^7.2.0" "@babel/plugin-syntax-json-strings" "^7.2.0" "@babel/plugin-syntax-object-rest-spread" "^7.2.0" "@babel/plugin-syntax-optional-catch-binding" "^7.2.0" "@babel/plugin-transform-arrow-functions" "^7.2.0" - "@babel/plugin-transform-async-to-generator" "^7.4.4" + "@babel/plugin-transform-async-to-generator" "^7.5.0" "@babel/plugin-transform-block-scoped-functions" "^7.2.0" - "@babel/plugin-transform-block-scoping" "^7.4.4" - "@babel/plugin-transform-classes" "^7.4.4" + "@babel/plugin-transform-block-scoping" "^7.6.0" + "@babel/plugin-transform-classes" "^7.5.5" "@babel/plugin-transform-computed-properties" "^7.2.0" - "@babel/plugin-transform-destructuring" "^7.4.4" + "@babel/plugin-transform-destructuring" "^7.6.0" "@babel/plugin-transform-dotall-regex" "^7.4.4" - "@babel/plugin-transform-duplicate-keys" "^7.2.0" + "@babel/plugin-transform-duplicate-keys" "^7.5.0" "@babel/plugin-transform-exponentiation-operator" "^7.2.0" "@babel/plugin-transform-for-of" "^7.4.4" "@babel/plugin-transform-function-name" "^7.4.4" "@babel/plugin-transform-literals" "^7.2.0" "@babel/plugin-transform-member-expression-literals" "^7.2.0" - "@babel/plugin-transform-modules-amd" "^7.2.0" - "@babel/plugin-transform-modules-commonjs" "^7.4.4" - "@babel/plugin-transform-modules-systemjs" "^7.4.4" + "@babel/plugin-transform-modules-amd" "^7.5.0" + "@babel/plugin-transform-modules-commonjs" "^7.6.0" + "@babel/plugin-transform-modules-systemjs" "^7.5.0" "@babel/plugin-transform-modules-umd" "^7.2.0" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.4.5" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.6.0" "@babel/plugin-transform-new-target" "^7.4.4" - "@babel/plugin-transform-object-super" "^7.2.0" + "@babel/plugin-transform-object-super" "^7.5.5" "@babel/plugin-transform-parameters" "^7.4.4" "@babel/plugin-transform-property-literals" "^7.2.0" "@babel/plugin-transform-regenerator" "^7.4.5" @@ -678,7 +691,7 @@ "@babel/plugin-transform-template-literals" "^7.4.4" "@babel/plugin-transform-typeof-symbol" "^7.2.0" "@babel/plugin-transform-unicode-regex" "^7.4.4" - "@babel/types" "^7.4.4" + "@babel/types" "^7.6.0" browserslist "^4.6.0" core-js-compat "^3.1.1" invariant "^2.2.2" @@ -705,81 +718,82 @@ regenerator-runtime "^0.12.0" "@babel/runtime@^7.1.2", "@babel/runtime@^7.1.5", "@babel/runtime@^7.2.0", "@babel/runtime@^7.4.4": - version "7.4.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.5.tgz#582bb531f5f9dc67d2fcb682979894f75e253f12" - integrity sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ== + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.0.tgz#4fc1d642a9fd0299754e8b5de62c631cf5568205" + integrity sha512-89eSBLJsxNxOERC0Op4vd+0Bqm6wRMqMbFtV3i0/fbaWw/mJ8Q3eBvgX0G4SyrOOLCtbu98HspF8o09MRT+KzQ== dependencies: regenerator-runtime "^0.13.2" -"@babel/template@^7.1.0", "@babel/template@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237" - integrity sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw== +"@babel/template@^7.1.0", "@babel/template@^7.4.4", "@babel/template@^7.6.0": + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6" + integrity sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ== dependencies: "@babel/code-frame" "^7.0.0" - "@babel/parser" "^7.4.4" - "@babel/types" "^7.4.4" + "@babel/parser" "^7.6.0" + "@babel/types" "^7.6.0" -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5": - version "7.4.5" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.5.tgz#4e92d1728fd2f1897dafdd321efbff92156c3216" - integrity sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A== +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.0": + version "7.6.0" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516" + integrity sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ== dependencies: - "@babel/code-frame" "^7.0.0" - "@babel/generator" "^7.4.4" + "@babel/code-frame" "^7.5.5" + "@babel/generator" "^7.6.0" "@babel/helper-function-name" "^7.1.0" "@babel/helper-split-export-declaration" "^7.4.4" - "@babel/parser" "^7.4.5" - "@babel/types" "^7.4.4" + "@babel/parser" "^7.6.0" + "@babel/types" "^7.6.0" debug "^4.1.0" globals "^11.1.0" - lodash "^4.17.11" + lodash "^4.17.13" -"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0" - integrity sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ== +"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0": + version "7.6.1" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648" + integrity sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g== dependencies: esutils "^2.0.2" - lodash "^4.17.11" + lodash "^4.17.13" to-fast-properties "^2.0.0" "@ckeditor/ckeditor5-dev-utils@^12.0.1": - version "12.0.1" - resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-dev-utils/-/ckeditor5-dev-utils-12.0.1.tgz#5804d1d1abf609e2d20b2efdefb927af28931e9d" - integrity sha512-27OncYtvehxOjOzGafjgPK79iG/H/5tEoufskjZ4dG/+D6P4/3hbMGsPAanSuZFudDB8MzcLLyKEr3LoFFR8CA== + version "12.0.5" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-dev-utils/-/ckeditor5-dev-utils-12.0.5.tgz#a196208a1b9da9abcaa207fcc77ae0a112b36acf" + integrity sha512-D7gJuI1XLmYtwcR8bZnmXZdpEF6HGZdkvx97vbuhF9hANH/ype7rsnrbMxj+gZsj+MV6H5F6NG3Fs+TG6Y0B3Q== dependencies: - acorn "^5.1.2" + acorn "^6.2.1" + acorn-walk "^6.2.0" chalk "^2.4.1" cssnano "^4.0.0" - del "^3.0.0" + del "^5.0.0" escodegen "^1.9.0" - fs-extra "^7.0.0" + fs-extra "^8.1.0" javascript-stringify "^1.6.0" pofile "^1.0.9" - postcss "^6.0.23" + postcss "^7.0.17" postcss-import "^12.0.0" postcss-mixins "^6.2.0" - postcss-nesting "^6.0.0" + postcss-nesting "^7.0.0" shelljs "^0.8.1" - through2 "^2.0.3" + through2 "^3.0.1" "@emotion/is-prop-valid@^0.8.1": - version "0.8.1" - resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.1.tgz#6fb3ae2d24f07c8cd090f233e45771d9cd826d48" - integrity sha512-Wtaek/KGUP+HusWIa8DqtOR6U/Tl+QIdVkfJQHV3IT6ZImnJwklP5UVVPKZvkfljeFk3Q45CAPJ5N10gJ5XoLA== + version "0.8.2" + resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.2.tgz#b9692080da79041683021fcc32f96b40c54c59dc" + integrity sha512-ZQIMAA2kLUWiUeMZNJDTeCwYRx1l8SQL0kHktze4COT22occKpDML1GDUXP5/sxhOMrZO8vZw773ni4H5Snrsg== dependencies: - "@emotion/memoize" "0.7.1" + "@emotion/memoize" "0.7.2" -"@emotion/memoize@0.7.1": - version "0.7.1" - resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.1.tgz#e93c13942592cf5ef01aa8297444dc192beee52f" - integrity sha512-Qv4LTqO11jepd5Qmlp3M1YEjBumoTHcHFdgPTQ+sFlIL5myi/7xu/POwP7IRu6odBdmLXdtIs1D6TuW6kbwbbg== +"@emotion/memoize@0.7.2": + version "0.7.2" + resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.2.tgz#7f4c71b7654068dfcccad29553520f984cc66b30" + integrity sha512-hnHhwQzvPCW1QjBWFyBtsETdllOM92BfrKWbUTmh9aeOlcVOiXvlPsK4104xH8NsaKfg86PTFsWkueQeUfMA/w== "@emotion/unitless@^0.7.0": - version "0.7.3" - resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.3.tgz#6310a047f12d21a1036fb031317219892440416f" - integrity sha512-4zAPlpDEh2VwXswwr/t8xGNDGg8RQiPxtxZ3qQEXyQsBV39ptTdESCjuBvGze1nLMVrxmTIKmnO/nAV8Tqjjzg== + version "0.7.4" + resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.4.tgz#a87b4b04e5ae14a88d48ebef15015f6b7d1f5677" + integrity sha512-kBa+cDHOR9jpRJ+kcGMsysrls0leukrm68DmFQoMIWQcXdr2cZvyvypWuGYT7U+9kAExUE7+T7r6G3C3A6L8MQ== "@mrmlnc/readdir-enhanced@^2.2.1": version "2.2.1" @@ -789,10 +803,10 @@ call-me-maybe "^1.0.1" glob-to-regexp "^0.3.0" -"@neos-project/build-essentials@3.6.1": - version "3.6.1" - resolved "https://registry.yarnpkg.com/@neos-project/build-essentials/-/build-essentials-3.6.1.tgz#df3506ded1924f5c2cae46a4a67d86ab632ffdf7" - integrity sha512-vacWWxU0EDqZq9RycM4XlISnn9LZruiEBfX46PjuCIkNYVk6Mqty0UKgCeUsmFPYwbJ5LzWSpZcvpdId0T6Ouw== +"@neos-project/build-essentials@3.9.0": + version "3.9.0" + resolved "https://registry.yarnpkg.com/@neos-project/build-essentials/-/build-essentials-3.9.0.tgz#bf69d4f41a9c6622113aa4d36d6ff5eda6cf51cd" + integrity sha512-DWmQimrlwivNJD2xoWaApHQ+M1Z9FzcX0GdkmEtgajN89LGxUzaXtEeGgNWDunc3gLi6H6cEH0/l3VTFziUhZQ== dependencies: "@ckeditor/ckeditor5-dev-utils" "^12.0.1" babel-core "^6.13.2" @@ -825,12 +839,12 @@ webpack-livereload-plugin "^2.2.0" "@neos-project/neos-ui-extensibility@^3.5.0": - version "3.6.1" - resolved "https://registry.yarnpkg.com/@neos-project/neos-ui-extensibility/-/neos-ui-extensibility-3.6.1.tgz#9538e2130a6338127525e380f083c91418132104" - integrity sha512-v7oUoB7RMKoaukjY1kG9+BymMKfTQaEwoR13I3joockY9sWBSVfIDwkXVICiP1bhI+IUKpCM2bD6UfqpoZ7h+Q== + version "3.9.0" + resolved "https://registry.yarnpkg.com/@neos-project/neos-ui-extensibility/-/neos-ui-extensibility-3.9.0.tgz#9eaa633bf783cc4d1e758ab9a6f3b20f05fbbfd3" + integrity sha512-p4Vobaeii1ftlOLCJDXKjego7PoJuJpTLcyOsFbI+fSEFGIKRA48zCka+i9EDq4Dcb71O3A4Bh1ZktRUT91JHA== dependencies: - "@neos-project/build-essentials" "3.6.1" - "@neos-project/positional-array-sorter" "3.6.1" + "@neos-project/build-essentials" "3.9.0" + "@neos-project/positional-array-sorter" "3.9.0" babel-core "^6.13.2" babel-eslint "^7.1.1" babel-loader "^7.1.2" @@ -849,21 +863,42 @@ react-dev-utils "^0.5.0" style-loader "^0.23.1" -"@neos-project/positional-array-sorter@3.6.1": - version "3.6.1" - resolved "https://registry.yarnpkg.com/@neos-project/positional-array-sorter/-/positional-array-sorter-3.6.1.tgz#7639baa91e8e0a16650ccb7d188497624808172e" - integrity sha512-aslvddq3QgaZbhz7P070Y66VBc6GO0ulUZA+KDol4OtoCnEJh7RkiwT5Lad0MdBUw8oWjM7R/cny7BYGGuOHBQ== +"@neos-project/positional-array-sorter@3.9.0": + version "3.9.0" + resolved "https://registry.yarnpkg.com/@neos-project/positional-array-sorter/-/positional-array-sorter-3.9.0.tgz#7d92292487564b92cf1503cc6074af101a8d5593" + integrity sha512-nymtJL6gnktPhjmR/sPer4FjisZZeQ+1sBi5STsW4m96GOl/eIU46YUfBi+qKUmIEqiI898Fvv/zgGmFqcR3jA== "@neos-project/react-ui-components@^3.5.0": - version "3.6.1" - resolved "https://registry.yarnpkg.com/@neos-project/react-ui-components/-/react-ui-components-3.6.1.tgz#92d5290f7c64ab6e97837366ff0fd9ee08b31579" - integrity sha512-/dAi+2BN+CLYeSjmaWOyXzLXsEOaBYq+0tfezbtNAdzeio2Fa8dTZiRufcRId22HXiNQ540dHCfVUKEGAiYI0g== + version "3.9.0" + resolved "https://registry.yarnpkg.com/@neos-project/react-ui-components/-/react-ui-components-3.9.0.tgz#45117bf61ff60f7a6ae6c4fdd93f9c9cf8cc7a6e" + integrity sha512-GVDSkMYpmNtYyvKb8AC+HJb2VIQalEhdFv0w3B8E0kOVugQOJeemp5xeKiyQnYZsrUubXD1xyQGAnkpTRKt1Ag== + +"@nodelib/fs.scandir@2.1.2": + version "2.1.2" + resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.2.tgz#1f981cd5b83e85cfdeb386fc693d4baab392fa54" + integrity sha512-wrIBsjA5pl13f0RN4Zx4FNWmU71lv03meGKnqRUoCyan17s4V3WL92f3w3AIuWbNnpcrQyFBU5qMavJoB8d27w== + dependencies: + "@nodelib/fs.stat" "2.0.2" + run-parallel "^1.1.9" + +"@nodelib/fs.stat@2.0.2", "@nodelib/fs.stat@^2.0.1": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.2.tgz#2762aea8fe78ea256860182dcb52d61ee4b8fda6" + integrity sha512-z8+wGWV2dgUhLqrtRYa03yDx4HWMvXKi1z8g3m2JyxAx8F7xk74asqPk5LAETjqDSGLFML/6CDl0+yFunSYicw== "@nodelib/fs.stat@^1.1.2": version "1.1.3" resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== +"@nodelib/fs.walk@^1.2.1": + version "1.2.3" + resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.3.tgz#a555dc256acaf00c62b0db29529028dd4d4cb141" + integrity sha512-l6t8xEhfK9Sa4YO5mIRdau7XSOADfmh3jCr0evNHdY+HNkW6xuQhgMH7D73VV6WpZOagrW0UludvMTiifiwTfA== + dependencies: + "@nodelib/fs.scandir" "2.1.2" + fastq "^1.6.0" + "@types/error-stack-parser@^1.3.18": version "1.3.18" resolved "https://registry.yarnpkg.com/@types/error-stack-parser/-/error-stack-parser-1.3.18.tgz#e01c9f8c85ca83b610320c62258b0c9026ade0f7" @@ -889,9 +924,9 @@ "@types/node" "*" "@types/lodash@^4.14.72": - version "4.14.134" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.134.tgz#9032b440122db3a2a56200e91191996161dde5b9" - integrity sha512-2/O0khFUCFeDlbi7sZ7ZFRCcT812fAeOLm7Ev4KbwASkZ575TDrDcY7YyaoHdTOzKcNbfiwLYZqPmoC4wadrsw== + version "4.14.138" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.138.tgz#34f52640d7358230308344e579c15b378d91989e" + integrity sha512-A4uJgHz4hakwNBdHNPdxOTkYmXNgmUAKLbXZ7PKGslgeV0Mb8P3BlbYfPovExek1qnod4pDfRbxuzcVs3dlFLg== "@types/minimatch@*": version "3.0.3" @@ -899,14 +934,14 @@ integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== "@types/node@*": - version "12.0.10" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.10.tgz#51babf9c7deadd5343620055fc8aff7995c8b031" - integrity sha512-LcsGbPomWsad6wmMNv7nBLw7YYYyfdYcz6xryKYQhx89c3XXan+8Q6AJ43G5XDIaklaVkK3mE4fCb0SBvMiPSQ== + version "12.7.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6dc4784ffcc2f" + integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYDd5p3w== "@types/node@^10.12.19": - version "10.14.10" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.14.10.tgz#e491484c6060af8d461e12ec81c0da8a3282b8de" - integrity sha512-V8wj+w2YMNvGuhgl/MA5fmTxgjmVHVoasfIaxMMZJV6Y8Kk+Ydpi1z2whoShDCJ2BuNVoqH/h1hrygnBxkrw/Q== + version "10.14.18" + resolved "https://registry.yarnpkg.com/@types/node/-/node-10.14.18.tgz#b7d45fc950e6ffd7edc685e890d13aa7b8535dce" + integrity sha512-ryO3Q3++yZC/+b8j8BdKd/dn9JlzlHBPdm80656xwYUdmPkpTGTjkAdt6BByiNupGPE8w0FhBgvYy/fX9hRNGQ== "@types/q@^1.5.1": version "1.5.2" @@ -1090,9 +1125,9 @@ "@wordpress/dom-ready" "^1.2.0" "@wordpress/autop@^2.0.2": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@wordpress/autop/-/autop-2.3.0.tgz#764019ea743800f66b7363e9f368628a878f6a68" - integrity sha512-j6vm65yragfH7iDLwEdhSP++69ntOabkyPiuYURMILRmPmystZ29R8T7tHrt7SgnE/YOwRqFH45DRq74u9ciDg== + version "2.5.0" + resolved "https://registry.yarnpkg.com/@wordpress/autop/-/autop-2.5.0.tgz#00fb0f219c55874adcd6a79467467f6e92c47fea" + integrity sha512-NPKxFo8trO0O2yGdszHD5696d3hCxgAbKgdDhpGDJbC0N9Yd6+EIYwBwmlISODlZExyE1LcR/tDD7EPjJR4w7w== dependencies: "@babel/runtime" "^7.4.4" @@ -1124,16 +1159,16 @@ resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== -"@yoast/algolia-search-box@^1.4.0-rc.0": - version "1.4.0-rc.1" - resolved "https://registry.yarnpkg.com/@yoast/algolia-search-box/-/algolia-search-box-1.4.0-rc.1.tgz#de1bc89292eab9b3e24a6b68f63b9b28a6a7e86e" - integrity sha512-a66fU2ZpyV3GxxWTOPc533cPOSD1Uq510clm0Fh0fBGQRtRwiKSDzNpOWDt2JfCrdxbuj6M0nRZFb1N0p31Xyg== +"@yoast/algolia-search-box@^1.5.0": + version "1.5.0" + resolved "https://registry.yarnpkg.com/@yoast/algolia-search-box/-/algolia-search-box-1.5.0.tgz#ca74bec4cf81689953b769fec45f412649049504" + integrity sha512-eIVttWJsbv4qNXiH43vF2DyJr/M1MtzaYTeavGNwT0R6zk8EwdAIL1sg+5RZhj3sB91DkHI7Rf2Mxj+o/BIu9w== dependencies: "@wordpress/a11y" "^1.0.7" "@wordpress/i18n" "^1.1.0" - "@yoast/components" "^0.5.0-rc.1" + "@yoast/components" "^0.6.0" "@yoast/helpers" "^0.4.0-rc.2" - "@yoast/style-guide" "^0.4.0-rc.1" + "@yoast/style-guide" "^0.4.0" algoliasearch "^3.22.3" lodash "^4.17.4" prop-types "^15.6.0" @@ -1155,15 +1190,15 @@ react-dom "16.6.3" styled-components "^4.2.0" -"@yoast/analysis-report@^0.5.0-rc.0": - version "0.5.0-rc.1" - resolved "https://registry.yarnpkg.com/@yoast/analysis-report/-/analysis-report-0.5.0-rc.1.tgz#37a69e912d61e7fc40470e675e4b245dfcdbbfe3" - integrity sha512-ga0qov0jbl2vU73ixGNHi50N+MjIa9swtReHR2rH2XHcfDR62UiUBYfNelFWjBqIJ9Xl8/3XR9jFHNeJqQglQw== +"@yoast/analysis-report@^0.6.0": + version "0.6.0" + resolved "https://registry.yarnpkg.com/@yoast/analysis-report/-/analysis-report-0.6.0.tgz#112000b67c681f0fa75da716d70f25ecfb177065" + integrity sha512-2dvjrsPOLKJTQVBMsxMYYP7icxoyq5S5HdVfY7pqICSmuvfQOMD42k6n41/c8qG2OhKx2Wjjypurcb87lswKkQ== dependencies: "@wordpress/i18n" "^1.1.0" - "@yoast/components" "^0.5.0-rc.1" + "@yoast/components" "^0.6.0" "@yoast/helpers" "^0.4.0-rc.2" - "@yoast/style-guide" "^0.4.0-rc.1" + "@yoast/style-guide" "^0.4.0" lodash "^4.17.11" prop-types "^15.6.0" react "16.6.3" @@ -1186,15 +1221,15 @@ react-tabs "^2.3.0" styled-components "^4.2.0" -"@yoast/components@^0.5.0-rc.0", "@yoast/components@^0.5.0-rc.1": - version "0.5.0-rc.1" - resolved "https://registry.yarnpkg.com/@yoast/components/-/components-0.5.0-rc.1.tgz#f503e8438e6cfc7eab391bd66985eee101fa486b" - integrity sha512-HxglVZB9rXF0GFbCjbLKeR8U4ftYbbSc4U4yIgYVjLr03jcAYfkjoHXv+imfp6myBOGzexnfo3i1t9Y4E+R8LQ== +"@yoast/components@^0.6.0": + version "0.6.0" + resolved "https://registry.yarnpkg.com/@yoast/components/-/components-0.6.0.tgz#5ca4b3737764e32c64dfdfe2d3c74ee8a3e4cbdd" + integrity sha512-qtmWbQRAqhLMyUst2l/pSA4gogAhyASUcYfor4UlpyE3UE9TI0gG4nNNNDpVXWGjPaPihnDOyiazuWGor+ww9w== dependencies: "@wordpress/a11y" "^1.1.3" "@wordpress/i18n" "^1.2.3" "@yoast/helpers" "^0.4.0-rc.2" - "@yoast/style-guide" "^0.4.0-rc.1" + "@yoast/style-guide" "^0.4.0" interpolate-components "^1.1.1" lodash "^4.17.11" prop-types "^15.7.2" @@ -1202,15 +1237,15 @@ react-tabs "^2.3.0" styled-components "^4.2.0" -"@yoast/configuration-wizard@^1.4.0-rc.0": - version "1.4.0-rc.1" - resolved "https://registry.yarnpkg.com/@yoast/configuration-wizard/-/configuration-wizard-1.4.0-rc.1.tgz#aa969d3d8df5a6fdfea751cde92cbdd14f7cfeb4" - integrity sha512-AW1CplcC0WtyXwI+IVYxjKCa2D92hhx4F1Ye3RjjFxQK/d/gz0S1sIO5f4Jzn7/Ey3aVhq38UnRLinniTeM/OQ== +"@yoast/configuration-wizard@^1.5.0": + version "1.5.0" + resolved "https://registry.yarnpkg.com/@yoast/configuration-wizard/-/configuration-wizard-1.5.0.tgz#90bdc7f6e21dfb2da1776651e2e9f3f6cb8dc3b2" + integrity sha512-N2AB2MJ2dEZRNd8Z9bNbdUapvHa23g2QKZIpqKxOjnXTCLKUZRS06ROffYP49W8J2lWE/6b657L6RC2siwWKEw== dependencies: "@wordpress/i18n" "^1.1.0" - "@yoast/components" "^0.5.0-rc.1" + "@yoast/components" "^0.6.0" "@yoast/helpers" "^0.4.0-rc.2" - "@yoast/style-guide" "^0.4.0-rc.1" + "@yoast/style-guide" "^0.4.0" interpolate-components "^1.1.1" lodash "^4.17.11" prop-types "^15.7.2" @@ -1240,16 +1275,16 @@ styled-components "^2.4.1" whatwg-fetch "1.1.1" -"@yoast/search-metadata-previews@^1.2.0", "@yoast/search-metadata-previews@^1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@yoast/search-metadata-previews/-/search-metadata-previews-1.4.0.tgz#0e94e2e1243a40df213986b976776dded9bba65d" - integrity sha512-RD3z9JdwRex6x448gVvn+A9Or71YiSZW9gGo4c8f4Tvl/eUCV+Jx3vQksLDBhLXZx/adnFqUHNJn/duq9PgX6Q== +"@yoast/search-metadata-previews@^1.2.0", "@yoast/search-metadata-previews@^1.8.0": + version "1.8.0" + resolved "https://registry.yarnpkg.com/@yoast/search-metadata-previews/-/search-metadata-previews-1.8.0.tgz#d7b530857d5bd6c68c3f6dc619d67927a38d503b" + integrity sha512-XQLdeuhsRGbAj5v5PrLhxl5Ocu/EVlJ90A0tLOc7kIXbfwb9NP4ywu98rKCf2KaJZrKrBoRKxyY6kzaDXq1Cng== dependencies: "@wordpress/a11y" "^1.0.7" "@wordpress/i18n" "^1.1.0" - "@yoast/components" "^0.5.0-rc.0" + "@yoast/components" "^0.6.0" "@yoast/helpers" "^0.4.0-rc.2" - "@yoast/style-guide" "^0.4.0-rc.1" + "@yoast/style-guide" "^0.4.0" draft-js "^0.10.5" draft-js-mention-plugin "^3.0.4" draft-js-plugins-editor "^2.0.4" @@ -1259,7 +1294,7 @@ prop-types "^15.6.0" react-transition-group "^2.7.1" styled-components "^4.2.0" - yoastseo "^1.55.0" + yoastseo "^1.59.0" "@yoast/social-metadata-previews@^0.1.0": version "0.1.0" @@ -1276,10 +1311,10 @@ resolved "https://registry.yarnpkg.com/@yoast/style-guide/-/style-guide-0.3.0-rc.0.tgz#483091fff25dfdff45c327cdb0e4e2caee09e83b" integrity sha512-3FPKFdcaJ+5XoreVFzWA4O2DLi0iRXJb9UboP0aHPrNNUOOwtlwSUe77vW9J8ChbGy7vtpOSpgcHKk/1ScJ/Pg== -"@yoast/style-guide@^0.4.0-rc.1": - version "0.4.0-rc.1" - resolved "https://registry.yarnpkg.com/@yoast/style-guide/-/style-guide-0.4.0-rc.1.tgz#8e19a7bb08402d5eea2bcf5ed0d2db93a57ca71c" - integrity sha512-p6m3wB3M9b89wgcbQoUwoz/7C+FfXBL8Cwe4JU+LmE96K/lrUka/znuji/9AtfA3imHTfqXmGMp5UN4dXsLE+Q== +"@yoast/style-guide@^0.4.0": + version "0.4.0" + resolved "https://registry.yarnpkg.com/@yoast/style-guide/-/style-guide-0.4.0.tgz#ee52b42c921ff36cf7ce9397f4bcc726d847ea75" + integrity sha512-PArQDsrXMRIut8LjyClKrTcFr3rmHth4V8DWQV5HrfQ1R64y5vY3NFCA7PTP+rnPcglGCRfBJczBE4Z6AjWDCA== abbrev@1: version "1.1.1" @@ -1294,32 +1329,27 @@ accepts@~1.3.4: mime-types "~2.1.24" negotiator "0.6.2" -acorn-dynamic-import@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz#482210140582a36b83c3e342e1cfebcaa9240948" - integrity sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw== - -acorn-hammerhead@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/acorn-hammerhead/-/acorn-hammerhead-0.2.0.tgz#46b3baf430bfb3c62436d663e4f33a9e1dad7794" - integrity sha512-kbX1s/0ZikW0WEBY6IrooFgX3AP2D9ycTg0OhxRYLF0Tew/bDK2+8lTxFR4cDdoCZm6Ax8eVf8EV6gbTtr8EYQ== +acorn-hammerhead@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/acorn-hammerhead/-/acorn-hammerhead-0.3.0.tgz#2f83730f15e8450169c3dfd88af3ea9405ea973d" + integrity sha512-Izrr9mXONhWc7q8fqUe6ijQy+KjmyQlgdWARgaCVjds+nPpoSS298FY8uSVN/to8nKVTtkJpafNUlACWxwZS5w== dependencies: "@types/estree" "^0.0.39" acorn-jsx@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e" - integrity sha512-HJ7CfNHrfJLlNTzIEUTj43LNWGkqpRLxm3YjAlcD0ACydk9XynzYsCBHxut+iqt+1aBXkx9UP/w/ZqMr13XIzg== + version "5.0.2" + resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.2.tgz#84b68ea44b373c4f8686023a551f61a21b7c4a4f" + integrity sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw== -acorn@^5.1.2: - version "5.7.3" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279" - integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw== +acorn-walk@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.2.0.tgz#123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c" + integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA== -acorn@^6.0.5, acorn@^6.0.7: - version "6.1.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f" - integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA== +acorn@^6.0.7, acorn@^6.2.1: + version "6.3.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e" + integrity sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA== after@0.8.2: version "0.8.2" @@ -1331,15 +1361,23 @@ agentkeepalive@^2.2.0: resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-2.2.0.tgz#c5d1bd4b129008f1163f236f86e5faea2026e2ef" integrity sha1-xdG9SxKQCPEWPyNvhuX66iAm4u8= +aggregate-error@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.0.0.tgz#5b5a3c95e9095f311c9ab16c19fb4f3527cd3f79" + integrity sha512-yKD9kEoJIR+2IFqhMwayIBgheLYbB3PS2OBhWae1L/ODTd/JF/30cW0bc9TqzRL3k4U41Dieu3BF4I29p8xesA== + dependencies: + clean-stack "^2.0.0" + indent-string "^3.2.0" + ajv-errors@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== -ajv-keywords@^3.1.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.0.tgz#4b831e7b531415a7cc518cd404e73f6193c6349d" - integrity sha512-aUjdRFISbuFOl0EIZc+9e4FfZp0bDZgAdOOf30bJmw8VM9v84SHyVyxDfbWxpGYbdZD/9XoKxfHVNmxPkhwyGw== +ajv-keywords@^3.1.0, ajv-keywords@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.1.tgz#ef916e271c64ac12171fd8384eaae6b2345854da" + integrity sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ== ajv@^5.0.0: version "5.5.2" @@ -1351,10 +1389,10 @@ ajv@^5.0.0: fast-json-stable-stringify "^2.0.0" json-schema-traverse "^0.3.0" -ajv@^6.1.0, ajv@^6.5.5, ajv@^6.9.1: - version "6.10.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1" - integrity sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg== +ajv@^6.1.0, ajv@^6.10.2, ajv@^6.5.5, ajv@^6.9.1: + version "6.10.2" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52" + integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw== dependencies: fast-deep-equal "^2.0.1" fast-json-stable-stringify "^2.0.0" @@ -1362,9 +1400,9 @@ ajv@^6.1.0, ajv@^6.5.5, ajv@^6.9.1: uri-js "^4.2.2" algoliasearch@^3.22.3: - version "3.33.0" - resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-3.33.0.tgz#83b541124ebb0db54643009d4e660866b3177cdf" - integrity sha512-9DaVmOd7cvcZeYyV0BWAeJHVWJmgOL2DNUEBY/DTR4MzD1wCWs4Djl7LAlfvkGwGBdRHZCG+l0HA1572w3T8zg== + version "3.34.0" + resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-3.34.0.tgz#02eb97bd6718e3a2c71121b9c3b655a35a4ba645" + integrity sha512-s8LDedkTWTAWR5uCWgJzGxDkCrqiej5iE4Tc2iCV+ONOO35i5qnVdieKg5gv2VDXBE7IP0YoqfAq/CC0V8PA+Q== dependencies: agentkeepalive "^2.2.0" debug "^2.6.9" @@ -1492,11 +1530,6 @@ arr-union@^3.1.0: resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= -array-filter@~0.0.0: - version "0.0.1" - resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec" - integrity sha1-fajPLiZijtcygDWB/SH2fKzS7uw= - array-find-index@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" @@ -1507,16 +1540,6 @@ array-find@^1.0.0: resolved "https://registry.yarnpkg.com/array-find/-/array-find-1.0.0.tgz#6c8e286d11ed768327f8e62ecee87353ca3e78b8" integrity sha1-bI4obRHtdoMn+OYuzuhzU8o+eLg= -array-map@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662" - integrity sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI= - -array-reduce@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b" - integrity sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys= - array-union@^1.0.1, array-union@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" @@ -1524,6 +1547,11 @@ array-union@^1.0.1, array-union@^1.0.2: dependencies: array-uniq "^1.0.1" +array-union@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" + integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== + array-uniq@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" @@ -1544,7 +1572,7 @@ arraybuffer.slice@~0.0.7: resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675" integrity sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog== -arrify@^1.0.0, arrify@^1.0.1: +arrify@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= @@ -1554,6 +1582,19 @@ asap@~2.0.3: resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= +asar@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/asar/-/asar-2.0.1.tgz#8518a1c62c238109c15a5f742213e83a09b9fd38" + integrity sha512-Vo9yTuUtyFahkVMFaI6uMuX6N7k5DWa6a/8+7ov0/f8Lq9TVR0tUjzSzxQSxT1Y+RJIZgnP7BVb6Uhi+9cjxqA== + dependencies: + chromium-pickle-js "^0.2.0" + commander "^2.20.0" + cuint "^0.2.2" + glob "^7.1.3" + minimatch "^3.0.4" + mkdirp "^0.5.1" + tmp-promise "^1.0.5" + asn1.js@^4.0.0: version "4.10.1" resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0" @@ -1619,9 +1660,9 @@ async-foreach@^0.1.3: integrity sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI= async-limiter@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" - integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg== + version "1.0.1" + resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" + integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== async@0.2.6: version "0.2.6" @@ -1656,17 +1697,17 @@ autoprefixer@^6.3.1: postcss-value-parser "^3.2.3" autoprefixer@^9.0.0: - version "9.6.0" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.6.0.tgz#0111c6bde2ad20c6f17995a33fad7cf6854b4c87" - integrity sha512-kuip9YilBqhirhHEGHaBTZKXL//xxGnzvsD0FtBQa6z+A69qZD6s/BAX9VzDF1i9VKDquTJDQaPLSEhOnL6FvQ== + version "9.6.1" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.6.1.tgz#51967a02d2d2300bb01866c1611ec8348d355a47" + integrity sha512-aVo5WxR3VyvyJxcJC3h4FKfwCQvQWb1tSI5VHNibddCVWrcD1NvlxEweg3TSgiPztMnWfjpy2FURKA2kvDE+Tw== dependencies: - browserslist "^4.6.1" - caniuse-lite "^1.0.30000971" + browserslist "^4.6.3" + caniuse-lite "^1.0.30000980" chalk "^2.4.2" normalize-range "^0.1.2" num2fraction "^1.2.2" - postcss "^7.0.16" - postcss-value-parser "^3.3.1" + postcss "^7.0.17" + postcss-value-parser "^4.0.0" aws-sign2@~0.7.0: version "0.7.0" @@ -1918,10 +1959,17 @@ babel-plugin-check-es2015-constants@^6.22.0: dependencies: babel-runtime "^6.22.0" +babel-plugin-dynamic-import-node@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f" + integrity sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ== + dependencies: + object.assign "^4.1.0" + "babel-plugin-styled-components@>= 1": - version "1.10.2" - resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.2.tgz#0d9af9521ec99cf8e14182685162e09b119de176" - integrity sha512-gA67BkMbddFPkTjD2bBe7zE6NNEUNK/7A4uDxwSigA3h1+sL2b6mWhxPu9a5DKf+3TvmdoxvtJ4me2NE7k66Ng== + version "1.10.6" + resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.6.tgz#f8782953751115faf09a9f92431436912c34006b" + integrity sha512-gyQj/Zf1kQti66100PhrCRjI5ldjaze9O0M3emXRPAN80Zsf8+e1thpTpaXJXVHXtaM4/+dJEgZHyS9Its+8SA== dependencies: "@babel/helper-annotate-as-pure" "^7.0.0" "@babel/helper-module-imports" "^7.0.0" @@ -2591,9 +2639,9 @@ base64-arraybuffer@0.1.5: integrity sha1-c5JncZI7Whl0etZmqlzUv5xunOg= base64-js@^1.0.2, base64-js@^1.1.2: - version "1.3.0" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3" - integrity sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw== + version "1.3.1" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1" + integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== base64id@1.0.0: version "1.0.0" @@ -2659,7 +2707,7 @@ block-stream@*: dependencies: inherits "~2.0.0" -bluebird@^3.5.5: +bluebird@^3.5.0, bluebird@^3.5.5: version "3.5.5" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f" integrity sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w== @@ -2738,6 +2786,13 @@ braces@^2.3.1, braces@^2.3.2: split-string "^3.0.2" to-regex "^3.0.1" +braces@^3.0.1: + version "3.0.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== + dependencies: + fill-range "^7.0.1" + brorand@^1.0.1: version "1.1.0" resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" @@ -2890,14 +2945,14 @@ browserslist@^3.2.6: caniuse-lite "^1.0.30000844" electron-to-chromium "^1.3.47" -browserslist@^4.0.0, browserslist@^4.6.0, browserslist@^4.6.1, browserslist@^4.6.2: - version "4.6.3" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.6.3.tgz#0530cbc6ab0c1f3fc8c819c72377ba55cf647f05" - integrity sha512-CNBqTCq22RKM8wKJNowcqihHJ4SkI8CGeK7KOR9tPboXUuS5Zk5lQgzzTbs4oxD8x+6HUshZUa2OyNI9lR93bQ== +browserslist@^4.0.0, browserslist@^4.6.0, browserslist@^4.6.3, browserslist@^4.6.6: + version "4.7.0" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.7.0.tgz#9ee89225ffc07db03409f2fee524dc8227458a17" + integrity sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA== dependencies: - caniuse-lite "^1.0.30000975" - electron-to-chromium "^1.3.164" - node-releases "^1.1.23" + caniuse-lite "^1.0.30000989" + electron-to-chromium "^1.3.247" + node-releases "^1.1.29" bs-logger@0.x: version "0.2.6" @@ -2936,9 +2991,9 @@ buffer@^4.3.0: isarray "^1.0.0" buffer@^5.0.3: - version "5.2.1" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.2.1.tgz#dd57fa0f109ac59c602479044dca7b8b3d0b71d6" - integrity sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg== + version "5.4.3" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.4.3.tgz#3fbc9c69eb713d323e3fc1a895eee0710c072115" + integrity sha512-zvj65TkFeIt3i6aj5bIvJDzjjQQGs4o/sNoezg1F1kYap9Nu2jcUdpwzRSJTHMMzG0H7bZkn4rNQpImhuxWX2A== dependencies: base64-js "^1.0.2" ieee754 "^1.1.4" @@ -2963,16 +3018,17 @@ bytes@3.1.0: resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== -cacache@^11.3.2: - version "11.3.3" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.3.3.tgz#8bd29df8c6a718a6ebd2d010da4d7972ae3bbadc" - integrity sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA== +cacache@^12.0.2: + version "12.0.3" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.3.tgz#be99abba4e1bf5df461cd5a2c1071fc432573390" + integrity sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw== dependencies: bluebird "^3.5.5" chownr "^1.1.1" figgy-pudding "^3.5.1" glob "^7.1.4" graceful-fs "^4.1.15" + infer-owner "^1.0.3" lru-cache "^5.1.1" mississippi "^3.0.0" mkdirp "^0.5.1" @@ -3114,14 +3170,14 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639: - version "1.0.30000977" - resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000977.tgz#8ee0141e26443941ae02e06826357bf4ee847541" - integrity sha512-V+FisJLGKnEZg7Dmc1QxKEM62LJKOYIF8xEFCg9N98nCdac1gBZioxtYOXcscZtKwsoLcwyA+YFrgIMZ43ENfA== + version "1.0.30000995" + resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000995.tgz#8e0557e822dab88fbbb21358d3ed395cb8efc21d" + integrity sha512-25ew/vPIVU0g/OjeZay2IfcljWAmNVy1TSmeoozFrJzEOqnka0ZSusJFS+4iGZKVIJ4RHOZB4NyilpwNcsh8tA== -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000971, caniuse-lite@^1.0.30000975: - version "1.0.30000977" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000977.tgz#7da2ca14cae2fddb368c05c57ab4a529afd658ff" - integrity sha512-RTXL32vdfAc2g9aoDL6vnBzbOO/3sM+T+YX4m7W9iFZnl3qIz7WYoZZpcZpALud8xq4+N56rnruX/NQy9HQu6A== +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000980, caniuse-lite@^1.0.30000989: + version "1.0.30000989" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000989.tgz#b9193e293ccf7e4426c5245134b8f2a56c0ac4b9" + integrity sha512-vrMcvSuMz16YY6GSVZ0dWDTJP8jqk3iFQ/Aq5iqblPwxSVVZI+zxDyTX0VPqtQsDnfdrBDcsmhgTEOh5R8Lbpw== caseless@~0.12.0: version "0.12.0" @@ -3234,9 +3290,9 @@ chokidar@^1.6.0: fsevents "^1.0.0" chokidar@^2.0.2, chokidar@^2.0.4: - version "2.1.6" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.6.tgz#b6cad653a929e244ce8a834244164d241fa954c5" - integrity sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g== + version "2.1.8" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" + integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== dependencies: anymatch "^2.0.0" async-each "^1.0.1" @@ -3253,9 +3309,9 @@ chokidar@^2.0.2, chokidar@^2.0.4: fsevents "^1.2.7" chownr@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494" - integrity sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g== + version "1.1.2" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6" + integrity sha512-GkfeAQh+QNy3wquu9oIZr6SS5x7wGdSgNQvD10X3r+AZr1Oys22HW8kAmDMvNg2+Dm0TeGaEuO8gFwdBXxwO8A== chrome-emulated-devices-list@^0.1.0: version "0.1.1" @@ -3270,13 +3326,18 @@ chrome-remote-interface@^0.25.3: commander "2.11.x" ws "3.3.x" -chrome-trace-event@^1.0.0: +chrome-trace-event@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4" integrity sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== dependencies: tslib "^1.9.0" +chromium-pickle-js@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz#04a106672c18b085ab774d983dfa3ea138f22205" + integrity sha1-BKEGZywYsIWrd02YPfo+oTjyIgU= + ci-info@^1.5.0: version "1.6.0" resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" @@ -3312,6 +3373,11 @@ classnames@^2.2.0: resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce" integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q== +clean-stack@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" + integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== + cli-cursor@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" @@ -3360,15 +3426,14 @@ cliui@^5.0.0: strip-ansi "^5.2.0" wrap-ansi "^5.1.0" -clone-deep@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-2.0.2.tgz#00db3a1e173656730d1188c3d6aced6d7ea97713" - integrity sha512-SZegPTKjCgpQH63E+eN6mVEEPdQBOUzjyJm5Pora4lrwWRFS8I0QAxV/KD6vV/i0WuijHZWQC1fMsPEdxfdVCQ== +clone-deep@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" + integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== dependencies: - for-own "^1.0.0" is-plain-object "^2.0.4" - kind-of "^6.0.0" - shallow-clone "^1.0.0" + kind-of "^6.0.2" + shallow-clone "^3.0.0" clone-regexp@^1.0.0: version "1.0.1" @@ -3383,6 +3448,11 @@ clone@^1.0.2: resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= +clsx@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.0.4.tgz#0c0171f6d5cb2fe83848463c15fcc26b4df8c2ec" + integrity sha512-1mQ557MIZTrL/140j+JVdRM6e31/OA4vTYxXgqIIZlndyfjHpyawKZia1Im05Vp9BWmImkcNrNtFYQMyFcgJDg== + co@^4.6.0: version "4.6.0" resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" @@ -3502,7 +3572,7 @@ commander@2.11.x: resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563" integrity sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ== -commander@^2.12.1, commander@^2.18.0, commander@^2.19.0, commander@^2.2.0, commander@^2.8.1: +commander@^2.12.1, commander@^2.18.0, commander@^2.19.0, commander@^2.2.0, commander@^2.20.0, commander@^2.8.1: version "2.20.0" resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422" integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ== @@ -3548,19 +3618,19 @@ concat-stream@^1.5.0: typedarray "^0.0.6" concurrently@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-4.1.0.tgz#17fdf067da71210685d9ea554423ef239da30d33" - integrity sha512-pwzXCE7qtOB346LyO9eFWpkFJVO3JQZ/qU/feGeaAHiX1M3Rw3zgXKc5cZ8vSH5DGygkjzLFDzA/pwoQDkRNGg== + version "4.1.2" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-4.1.2.tgz#1a683b2b5c41e9ed324c9002b9f6e4c6e1f3b6d7" + integrity sha512-Kim9SFrNr2jd8/0yNYqDTFALzUX1tvimmwFWxmp/D4mRI+kbqIIwE2RkBDrxS2ic25O1UgQMI5AtBqdtX3ynYg== dependencies: - chalk "^2.4.1" - date-fns "^1.23.0" - lodash "^4.17.10" + chalk "^2.4.2" + date-fns "^1.30.1" + lodash "^4.17.15" read-pkg "^4.0.1" - rxjs "^6.3.3" + rxjs "^6.5.2" spawn-command "^0.0.2-1" supports-color "^4.5.0" - tree-kill "^1.1.0" - yargs "^12.0.1" + tree-kill "^1.2.1" + yargs "^12.0.5" connect-history-api-fallback@^1: version "1.6.0" @@ -3629,18 +3699,12 @@ copy-descriptor@^0.1.0: integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= core-js-compat@^3.1.1: - version "3.1.4" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.1.4.tgz#e4d0c40fbd01e65b1d457980fe4112d4358a7408" - integrity sha512-Z5zbO9f1d0YrJdoaQhphVAnKPimX92D6z8lCGphH89MNRxlL1prI9ExJPqVwP0/kgkQCv8c4GJGT8X16yUncOg== + version "3.2.1" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.2.1.tgz#0cbdbc2e386e8e00d3b85dc81c848effec5b8150" + integrity sha512-MwPZle5CF9dEaMYdDeWm73ao/IflDH+FjeJCWEADcEgFSE9TLimFKwJsfmkwzI8eC0Aj0mgvMDjeQjrElkz4/A== dependencies: - browserslist "^4.6.2" - core-js-pure "3.1.4" - semver "^6.1.1" - -core-js-pure@3.1.4: - version "3.1.4" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.1.4.tgz#5fa17dc77002a169a3566cc48dc774d2e13e3769" - integrity sha512-uJ4Z7iPNwiu1foygbcZYJsJs1jiXrTTCvxfLDXNhI/I+NHbSIEyr548y4fcsCEyWY0XgfAG/qqaunJ1SThHenA== + browserslist "^4.6.6" + semver "^6.3.0" core-js@^1.0.0: version "1.2.7" @@ -3716,12 +3780,11 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: sha.js "^2.4.8" cross-env@^5.1.3: - version "5.2.0" - resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.0.tgz#6ecd4c015d5773e614039ee529076669b9d126f2" - integrity sha512-jtdNFfFW1hB7sMhr/H6rW1Z45LFqyI431m3qU6bFXcQ3Eh7LtBuG3h74o7ohHZ3crrRkkqHlo4jYHFPcjroANg== + version "5.2.1" + resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d" + integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ== dependencies: cross-spawn "^6.0.5" - is-windows "^1.0.0" cross-spawn@6.0.5, cross-spawn@^6.0.0, cross-spawn@^6.0.5: version "6.0.5" @@ -3852,22 +3915,14 @@ css-selector-tokenizer@^0.7.0: regexpu-core "^1.0.0" css-to-react-native@^2.0.3, css-to-react-native@^2.2.2: - version "2.3.1" - resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-2.3.1.tgz#cf0f61e0514846e2d4dc188b0886e29d8bef64a2" - integrity sha512-yO+oEx1Lf+hDKasqQRVrAvzMCz825Huh1VMlEEDlRWyAhFb/FWb6I0KpEF1PkyKQ7NEdcx9d5M2ZEWgJAsgPvQ== + version "2.3.2" + resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-2.3.2.tgz#e75e2f8f7aa385b4c3611c52b074b70a002f2e7d" + integrity sha512-VOFaeZA053BqvvvqIA8c9n0+9vFppVBAHCp6JgFTtTMU3Mzi+XnelJ9XC9ul3BqFzZyQ5N+H0SnwsWT2Ebchxw== dependencies: camelize "^1.0.0" css-color-keywords "^1.0.0" postcss-value-parser "^3.3.0" -css-tree@1.0.0-alpha.28: - version "1.0.0-alpha.28" - resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.28.tgz#8e8968190d886c9477bc8d61e96f61af3f7ffa7f" - integrity sha512-joNNW1gCp3qFFzj4St6zk+Wh/NBv0vM5YbEreZk0SD4S23S+1xBKb6cLDg2uj4P4k/GUMlIm6cKIDqIG+vdt0w== - dependencies: - mdn-data "~1.1.0" - source-map "^0.5.3" - css-tree@1.0.0-alpha.29: version "1.0.0-alpha.29" resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.29.tgz#3fa9d4ef3142cbd1c301e7664c1f352bd82f5a39" @@ -3876,16 +3931,19 @@ css-tree@1.0.0-alpha.29: mdn-data "~1.1.0" source-map "^0.5.3" +css-tree@1.0.0-alpha.33: + version "1.0.0-alpha.33" + resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.33.tgz#970e20e5a91f7a378ddd0fc58d0b6c8d4f3be93e" + integrity sha512-SPt57bh5nQnpsTBsx/IXbO14sRc9xXu5MtMAVuo0BaQQmyf0NupNPPSoMaqiAF5tDFafYsTkfeH4Q/HCKXkg4w== + dependencies: + mdn-data "2.0.4" + source-map "^0.5.3" + css-unit-converter@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/css-unit-converter/-/css-unit-converter-1.1.1.tgz#d9b9281adcfd8ced935bdbaba83786897f64e996" integrity sha1-2bkoGtz9jO2TW9urqDeGiX9k6ZY= -css-url-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/css-url-regex/-/css-url-regex-1.1.0.tgz#83834230cc9f74c457de59eebd1543feeb83b7ec" - integrity sha1-g4NCMMyfdMRX3lnuvRVD/uuDt+w= - css-what@^2.1.2: version "2.1.3" resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2" @@ -4037,6 +4095,11 @@ csso@~2.3.1: clap "^1.0.9" source-map "^0.5.3" +cuint@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/cuint/-/cuint-0.2.2.tgz#408086d409550c2631155619e9fa7bcadc3b991b" + integrity sha1-QICG1AlVDCYxFVYZ6fp7ytw7mRs= + currently-unhandled@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" @@ -4044,10 +4107,10 @@ currently-unhandled@^0.4.1: dependencies: array-find-index "^1.0.1" -cyclist@~0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640" - integrity sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA= +cyclist@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" + integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= dashdash@^1.12.0: version "1.14.1" @@ -4056,7 +4119,7 @@ dashdash@^1.12.0: dependencies: assert-plus "^1.0.0" -date-fns@^1.23.0: +date-fns@^1.30.1: version "1.30.1" resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c" integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw== @@ -4190,6 +4253,20 @@ del@^3.0.0: pify "^3.0.0" rimraf "^2.2.8" +del@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/del/-/del-5.1.0.tgz#d9487c94e367410e6eff2925ee58c0c84a75b3a7" + integrity sha512-wH9xOVHnczo9jN2IW68BabcecVPxacIA3g/7z6vhSU/4stOKQzeCRK0yD0A24WiAAUJmmVpWqrERcTxnLo3AnA== + dependencies: + globby "^10.0.1" + graceful-fs "^4.2.2" + is-glob "^4.0.1" + is-path-cwd "^2.2.0" + is-path-inside "^3.0.1" + p-map "^3.0.0" + rimraf "^3.0.0" + slash "^3.0.0" + delayed-stream@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" @@ -4245,10 +4322,10 @@ dev-ip@^1.0.1: resolved "https://registry.yarnpkg.com/dev-ip/-/dev-ip-1.0.1.tgz#a76a3ed1855be7a012bb8ac16cb80f3c00dc28f0" integrity sha1-p2o+0YVb56ASu4rBbLgPPADcKPA= -diff@^3.2.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12" - integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA== +diff@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff" + integrity sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q== diffie-hellman@^5.0.0: version "5.0.3" @@ -4274,6 +4351,13 @@ dir-glob@^2.2.2: dependencies: path-type "^3.0.0" +dir-glob@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" + integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== + dependencies: + path-type "^4.0.0" + doctrine@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" @@ -4289,12 +4373,12 @@ dom-helpers@^3.2.0, dom-helpers@^3.4.0: "@babel/runtime" "^7.1.2" dom-serializer@0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0" - integrity sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA== + version "0.2.1" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.1.tgz#13650c850daffea35d8b626a4cfc4d3a17643fdb" + integrity sha512-sK3ujri04WyjwQXVoK4PU3y8ula1stq10GJZpqHIUgoGZdsGzAGu65BnU3d08aTVSvO7mGPZUc0wTEDL+qGE0Q== dependencies: - domelementtype "^1.3.0" - entities "^1.1.1" + domelementtype "^2.0.1" + entities "^2.0.0" dom-walk@^0.1.0: version "0.1.1" @@ -4306,11 +4390,16 @@ domain-browser@^1.1.1: resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== -domelementtype@1, domelementtype@^1.3.0, domelementtype@^1.3.1: +domelementtype@1, domelementtype@^1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== +domelementtype@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.0.1.tgz#1f8bdfe91f5a78063274e803b4bdcedf6e94f94d" + integrity sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ== + domhandler@^2.3.0: version "2.4.2" resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803" @@ -4334,14 +4423,13 @@ dot-prop@^4.1.1: is-obj "^1.0.0" draft-js-mention-plugin@^3.0.4: - version "3.1.3" - resolved "https://registry.yarnpkg.com/draft-js-mention-plugin/-/draft-js-mention-plugin-3.1.3.tgz#8b098a145b6ca2b7e0ed26ece1b8a0efacdefa51" - integrity sha512-L9pMZtSaMouLUKhIFVqGGVV38/z/2RtcGb5c27GMVU9MYqfwXAl4zBOP+Fb8TN7Gj1OQd6BpQ+jodoWwm8wQ3Q== + version "3.1.5" + resolved "https://registry.yarnpkg.com/draft-js-mention-plugin/-/draft-js-mention-plugin-3.1.5.tgz#5ee76fc4b4d1e1b2ef996fcec84ffe5565c8d1a9" + integrity sha512-GIOmDhwOodgCCX9GKA+uLcKIYkrYVeHk6oajzGMaH81sEH3Cg8mnU4OgmzQBMz4UtXympxtTbDGX2SUPUskrrg== dependencies: - decorate-component-with-props "^1.0.2" - find-with-regex "^1.1.3" + clsx "^1.0.4" immutable "~3.7.4" - lodash.escaperegexp "^4.1.2" + lodash "^4.17.14" prop-types "^15.5.8" union-class-names "^1.0.0" @@ -4357,11 +4445,11 @@ draft-js-plugins-editor@^2.0.4: union-class-names "^1.0.0" draft-js-single-line-plugin@^2.0.1: - version "2.0.3" - resolved "https://registry.yarnpkg.com/draft-js-single-line-plugin/-/draft-js-single-line-plugin-2.0.3.tgz#32875c9caf3788fce80a54385c70cf9b7cae33a9" - integrity sha512-7Eya6WWtST2GCNXPPC5qwFJbNC13MQlWiAhbCfqnLs86HxXBOOWxHmt7C1WTrtD9BfxkqNp/JuyVWvGYUP8coQ== + version "2.0.5" + resolved "https://registry.yarnpkg.com/draft-js-single-line-plugin/-/draft-js-single-line-plugin-2.0.5.tgz#71d3b7612c7477d94fd8a3bab119d6ac1c738b20" + integrity sha512-/zdekY1NpH8z/GPv1CnqSuLttRDcUmO+Ryh00p5Y+EqeprjpNfnr/8iHhPsPkB9tjEqv8EUnOph0zX7GW0mIdA== dependencies: - immutable "~3.8.2" + immutable "^3.7.4" draft-js@^0.10.5: version "0.10.5" @@ -4414,10 +4502,10 @@ ee-first@1.1.1: resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= -electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.164, electron-to-chromium@^1.3.47: - version "1.3.173" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.173.tgz#275b9ba235447b95fc3204d32ca2c5a8bf2ca599" - integrity sha512-weH16m8as+4Fy4XJxrn/nFXsIqB7zkxERhvj/5YX2HE4HB8MCu98Wsef4E3mu0krIT27ic0bGsr+TvqYrUn6Qg== +electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.247, electron-to-chromium@^1.3.47: + version "1.3.260" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.260.tgz#ffd686b4810bab0e1a428e7af5f08c21fe7c1fa2" + integrity sha512-wGt+OivF1C1MPwaSv3LJ96ebNbLAWlx3HndivDDWqwIVSQxmhL17Y/YmwUdEMtS/bPyommELt47Dct0/VZNQBQ== elegant-spinner@^1.0.1: version "1.0.1" @@ -4425,9 +4513,9 @@ elegant-spinner@^1.0.1: integrity sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4= elliptic@^6.0.0: - version "6.4.1" - resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a" - integrity sha512-BsXLz5sqX8OHcsh7CqBMztyXARmGQ3LWPtGjJi6DiJHq5C/qvi9P3OqgswKSDftbu8+IoI/QDTAm2fFnQ9SZSQ== + version "6.5.1" + resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.1.tgz#c380f5f909bf1b9b4428d028cd18d3b0efd6b52b" + integrity sha512-xvJINNLbTeWQjrl6X+7eQCrIy/YPv5XCpKW6kB5mKvtnGILoLDcySuwomfdzt0BMdLNVnuRNTuzKNHj0bva1Cg== dependencies: bn.js "^4.4.0" brorand "^1.0.1" @@ -4550,6 +4638,11 @@ entities@^1.1.1: resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== +entities@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4" + integrity sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw== + envify@^4.0.0: version "4.1.0" resolved "https://registry.yarnpkg.com/envify/-/envify-4.1.0.tgz#f39ad3db9d6801b4e6b478b61028d3f0b6819f7e" @@ -4580,24 +4673,27 @@ error-stack-parser@^1.3.3, error-stack-parser@^1.3.6: stackframe "^0.3.1" error@^7.0.0: - version "7.0.2" - resolved "https://registry.yarnpkg.com/error/-/error-7.0.2.tgz#a5f75fff4d9926126ddac0ea5dc38e689153cb02" - integrity sha1-pfdf/02ZJhJt2sDqXcOOaJFTywI= + version "7.2.0" + resolved "https://registry.yarnpkg.com/error/-/error-7.2.0.tgz#80c989885635b41df9309d145834a4f125ae2245" + integrity sha512-M6t3j3Vt3uDicrViMP5fLq2AeADNrCVFD8Oj4Qt2MHsX0mPYG7D5XdnEfSdRpaHQzjAJ19wu+I1mw9rQYMTAPg== dependencies: string-template "~0.2.1" - xtend "~4.0.0" es-abstract@^1.12.0, es-abstract@^1.5.1: - version "1.13.0" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9" - integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg== + version "1.14.2" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.2.tgz#7ce108fad83068c8783c3cdf62e504e084d8c497" + integrity sha512-DgoQmbpFNOofkjJtKwr87Ma5EW4Dc8fWhD0R+ndq7Oc456ivUfGOOP6oAZTTKl5/CcNMP+EN+e3/iUzgE0veZg== dependencies: es-to-primitive "^1.2.0" function-bind "^1.1.1" has "^1.0.3" + has-symbols "^1.0.0" is-callable "^1.1.4" is-regex "^1.0.4" - object-keys "^1.0.12" + object-inspect "^1.6.0" + object-keys "^1.1.1" + string.prototype.trimleft "^2.0.0" + string.prototype.trimright "^2.0.0" es-to-primitive@^1.2.0: version "1.2.0" @@ -4624,9 +4720,9 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1 integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= escodegen@^1.9.0: - version "1.11.1" - resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.11.1.tgz#c485ff8d6b4cdb89e27f4a856e91f118401ca510" - integrity sha512-JwiqFD9KdGVVpeuRa68yU3zZnBEOcPs0nKW7wZzXky8Z7tffdYUHbe11bPCV5jYlK6DVdKLWLm0f5I/QlL0Kmw== + version "1.12.0" + resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.12.0.tgz#f763daf840af172bb3a2b6dd7219c0e17f7ff541" + integrity sha512-TuA+EhsanGcme5T3R0L80u4t8CpbXQjegRmf7+FPTJrtCTErXFeelblRgHQa1FofEzqYYJmJ/OqjTwREp9qgmg== dependencies: esprima "^3.1.3" estraverse "^4.2.0" @@ -4635,7 +4731,7 @@ escodegen@^1.9.0: optionalDependencies: source-map "~0.6.1" -eslint-scope@^4.0.0, eslint-scope@^4.0.3: +eslint-scope@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== @@ -4644,14 +4740,16 @@ eslint-scope@^4.0.0, eslint-scope@^4.0.3: estraverse "^4.1.1" eslint-utils@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512" - integrity sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q== + version "1.4.2" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab" + integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q== + dependencies: + eslint-visitor-keys "^1.0.0" eslint-visitor-keys@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" - integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ== + version "1.1.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2" + integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A== eslint@^5.3.0: version "5.16.0" @@ -4695,10 +4793,10 @@ eslint@^5.3.0: table "^5.2.3" text-table "^0.2.0" -esotope-hammerhead@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/esotope-hammerhead/-/esotope-hammerhead-0.2.1.tgz#c7afdb624d9125b07f0555dd88ae2dcffc70def6" - integrity sha512-IicdvCt1BIFTIM4nbjxGp98whIakOYZ4lA0UaDXnXpJpB11jYBX11Uv3x2f5ncSlFmxyZRdrN5skH5wK4TCWFQ== +esotope-hammerhead@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/esotope-hammerhead/-/esotope-hammerhead-0.4.0.tgz#11e1760543ba2e197300d45d21985e85fb4aa490" + integrity sha512-TAmc7OhAiWeovbzE9GGenU2vwuB9tzKHlW0hTH4rZsLmCNEKo8wIZ9qbEnw8nyXeNTjCmBYOYXUyaN+eZht7Tg== dependencies: "@types/estree" "^0.0.39" @@ -4741,14 +4839,14 @@ esrecurse@^4.1.0: estraverse "^4.1.0" estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13" - integrity sha1-De4/7TH81GlhjOc0IJn8GvoL2xM= + version "4.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" + integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== esutils@^2.0.0, esutils@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b" - integrity sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs= + version "2.0.3" + resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" + integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== etag@1.8.1, etag@^1.8.1, etag@~1.8.1: version "1.8.1" @@ -4872,9 +4970,9 @@ extend@^3.0.0, extend@^3.0.1, extend@~3.0.2: integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== external-editor@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.0.3.tgz#5866db29a97826dbe4bf3afd24070ead9ea43a27" - integrity sha512-bn71H9+qWoOQKyZDo25mOMVpSmXROAsTJVVVYzrrtol3d4y+AsKjf4Iwl2Q+IuT0kFSQ1qo166UuIwqYq7mGnA== + version "3.1.0" + resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" + integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== dependencies: chardet "^0.7.0" iconv-lite "^0.4.24" @@ -4933,6 +5031,18 @@ fast-glob@^2.0.2, fast-glob@^2.2.6: merge2 "^1.2.3" micromatch "^3.1.10" +fast-glob@^3.0.3: + version "3.0.4" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.0.4.tgz#d484a41005cb6faeb399b951fd1bd70ddaebb602" + integrity sha512-wkIbV6qg37xTJwqSsdnIphL1e+LaGz4AIQqr00mIubMaEhv1/HEmJ0uuCGZRNRUkZZmOB5mJKO0ZUTVq+SxMQg== + dependencies: + "@nodelib/fs.stat" "^2.0.1" + "@nodelib/fs.walk" "^1.2.1" + glob-parent "^5.0.0" + is-glob "^4.0.1" + merge2 "^1.2.3" + micromatch "^4.0.2" + fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" @@ -4948,6 +5058,13 @@ fastparse@^1.1.1: resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9" integrity sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== +fastq@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.6.0.tgz#4ec8a38f4ac25f21492673adb7eae9cfef47d1c2" + integrity sha512-jmxqQ3Z/nXoeyDmWAzF9kH1aGZSis6e/SbfPmJpUnyZ0ogr6iscHQaml4wsEepEWSdtmpy+eVXmCRIMpxaXqOA== + dependencies: + reusify "^1.0.0" + faye-websocket@~0.10.0: version "0.10.0" resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4" @@ -5040,6 +5157,13 @@ fill-range@^4.0.0: repeat-string "^1.6.1" to-regex-range "^2.1.0" +fill-range@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== + dependencies: + to-regex-range "^5.0.1" + finalhandler@1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.0.tgz#ce0b6855b45853e791b2fcc680046d88253dd7f5" @@ -5062,7 +5186,7 @@ find-cache-dir@^1.0.0: make-dir "^1.0.0" pkg-dir "^2.0.0" -find-cache-dir@^2.0.0: +find-cache-dir@^2.0.0, find-cache-dir@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== @@ -5157,11 +5281,6 @@ follow-redirects@1.5.10: dependencies: debug "=3.1.0" -for-in@^0.1.3: - version "0.1.8" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1" - integrity sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE= - for-in@^1.0.1, for-in@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" @@ -5174,13 +5293,6 @@ for-own@^0.1.4: dependencies: for-in "^1.0.1" -for-own@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/for-own/-/for-own-1.0.0.tgz#c63332f415cedc4b04dbfe70cf836494c53cb44b" - integrity sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs= - dependencies: - for-in "^1.0.1" - foreach@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/foreach/-/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99" @@ -5229,12 +5341,12 @@ fs-extra@3.0.1: jsonfile "^3.0.0" universalify "^0.1.0" -fs-extra@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" - integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== +fs-extra@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" + integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== dependencies: - graceful-fs "^4.1.2" + graceful-fs "^4.2.0" jsonfile "^4.0.0" universalify "^0.1.0" @@ -5399,6 +5511,13 @@ glob-parent@^3.1.0: is-glob "^3.1.0" path-dirname "^1.0.0" +glob-parent@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.0.0.tgz#1dc99f0f39b006d3e92c2c284068382f0c20e954" + integrity sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg== + dependencies: + is-glob "^4.0.1" + glob-to-regexp@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" @@ -5411,17 +5530,6 @@ glob2base@^0.0.12: dependencies: find-index "^0.1.1" -glob@^5.0.3: - version "5.0.15" - resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1" - integrity sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E= - dependencies: - inflight "^1.0.4" - inherits "2" - minimatch "2 || 3" - once "^1.3.0" - path-is-absolute "^1.0.0" - glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@~7.1.1: version "7.1.4" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255" @@ -5488,17 +5596,19 @@ globals@^9.18.0: resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ== -globby@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/globby/-/globby-3.0.1.tgz#2094af8421e19152150d5893eb6416b312d9a22f" - integrity sha1-IJSvhCHhkVIVDViT62QWsxLZoi8= +globby@^10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.1.tgz#4782c34cb75dd683351335c5829cc3420e606b22" + integrity sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A== dependencies: - array-union "^1.0.1" - arrify "^1.0.0" - glob "^5.0.3" - object-assign "^4.0.1" - pify "^2.0.0" - pinkie-promise "^1.0.0" + "@types/glob" "^7.1.1" + array-union "^2.1.0" + dir-glob "^3.0.1" + fast-glob "^3.0.3" + glob "^7.1.3" + ignore "^5.1.1" + merge2 "^1.2.3" + slash "^3.0.0" globby@^6.1.0: version "6.1.0" @@ -5524,7 +5634,7 @@ globby@^8.0.1: pify "^3.0.0" slash "^1.0.0" -globby@^9.0.0: +globby@^9.0.0, globby@^9.2.0: version "9.2.0" resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d" integrity sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg== @@ -5566,10 +5676,10 @@ good-listener@^1.2.2: dependencies: delegate "^3.1.2" -graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6: - version "4.1.15" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" - integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA== +graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02" + integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q== graphlib@^2.1.5: version "2.1.7" @@ -5752,9 +5862,9 @@ homedir-polyfill@^1.0.1: parse-passwd "^1.0.0" hosted-git-info@^2.1.4: - version "2.7.1" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047" - integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w== + version "2.8.4" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.4.tgz#44119abaf4bc64692a16ace34700fed9c03e2546" + integrity sha512-pzXIvANXEFrc5oFFXRMkbLPQ2rXRoDERwDLyrcUxGhaZhgP54BBSl9Oheh7Vv0T090cszWBxPjkQQ5Sq1PbBRQ== hsl-regex@^1.0.0: version "1.0.0" @@ -5793,13 +5903,13 @@ htmlparser2@^3.10.0, htmlparser2@^3.9.2: inherits "^2.0.1" readable-stream "^3.1.1" -http-errors@1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" - integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== +http-errors@1.7.3: + version "1.7.3" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" + integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== dependencies: depd "~1.1.2" - inherits "2.0.3" + inherits "2.0.4" setprototypeof "1.1.1" statuses ">= 1.5.0 < 2" toidentifier "1.0.0" @@ -5888,9 +5998,9 @@ iferr@^0.1.5: integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= ignore-walk@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8" - integrity sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ== + version "3.0.2" + resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.2.tgz#99d83a246c196ea5c93ef9315ad7b0819c35069b" + integrity sha512-EXyErtpHbn75ZTsOADsfx6J/FPo6/5cjev46PXrcTpd8z3BoRkXgYu9/JVqrI7tusjmwCZutGeRJeU0Wo1e4Cw== dependencies: minimatch "^3.0.4" @@ -5904,17 +6014,17 @@ ignore@^4.0.3, ignore@^4.0.6: resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== -ignore@^5.0.4: - version "5.1.2" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.2.tgz#e28e584d43ad7e92f96995019cc43b9e1ac49558" - integrity sha512-vdqWBp7MyzdmHkkRWV5nY+PfGRbYbahfuvsBCh277tq+w9zyNi7h5CYJCK0kmzti9kU+O/cB7sE8HvKv6aXAKQ== +ignore@^5.0.4, ignore@^5.1.1: + version "5.1.4" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf" + integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A== immer@^2.1.3: version "2.1.5" resolved "https://registry.yarnpkg.com/immer/-/immer-2.1.5.tgz#0389947455c5a2c7a47f1e6f415c9d1a62a1ebed" integrity sha512-xyjQyTBYIeiz6jd02Hg12jV+9QISwF1crLcwTlzHpWH4e0ryNWj1kacpTwimK3bJV5NKKXw458G2vpqoB/inFA== -immutable@^3, immutable@~3.8.2: +immutable@^3, immutable@^3.7.4: version "3.8.2" resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3" integrity sha1-wkOZUUVbs5kT2vKBN28VMOEErfM= @@ -5940,9 +6050,9 @@ import-fresh@^2.0.0: resolve-from "^3.0.0" import-fresh@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.0.0.tgz#a3d897f420cab0e671236897f75bc14b4885c390" - integrity sha512-pOnA9tfM3Uwics+SaBLCNyZZZbK+4PTu0OPZtLlMIrv17EdBoC15S9Kn8ckJ9TZTyKb3ywNE5y1yeDxxGA7nTQ== + version "3.1.0" + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.1.0.tgz#6d33fa1dcef6df930fae003446f33415af905118" + integrity sha512-PpuksHKGt8rXfWEr9m9EHIpgyyaltBy8+eF6GJM0QCAxMgxCfucMF3mjecK2QsJr0amJW7gTqh5/wht0z2UhEQ== dependencies: parent-module "^1.0.0" resolve-from "^4.0.0" @@ -5993,7 +6103,7 @@ indent-string@^2.1.0: dependencies: repeating "^2.0.0" -indent-string@^3.0.0: +indent-string@^3.0.0, indent-string@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289" integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok= @@ -6008,6 +6118,11 @@ indexof@0.0.1: resolved "https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d" integrity sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10= +infer-owner@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" + integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== + inflight@^1.0.4: version "1.0.6" resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" @@ -6016,7 +6131,7 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3: +inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3: version "2.0.4" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== @@ -6045,9 +6160,9 @@ inline-style-prefixer@^3.0.8: css-in-js-utils "^2.0.0" inquirer@^6.2.2: - version "6.4.1" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.4.1.tgz#7bd9e5ab0567cd23b41b0180b68e0cfa82fc3c0b" - integrity sha512-/Jw+qPZx4EDYsaT6uz7F4GJRNFMRdKNeUZw3ZnKV8lyuUgz/YWRCSUAJMZSVhSq4Ec0R2oYnyi6b3d4JXcL5Nw== + version "6.5.2" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca" + integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ== dependencies: ansi-escapes "^3.2.0" chalk "^2.4.2" @@ -6055,7 +6170,7 @@ inquirer@^6.2.2: cli-width "^2.0.0" external-editor "^3.0.3" figures "^2.0.0" - lodash "^4.17.11" + lodash "^4.17.12" mute-stream "0.0.7" run-async "^2.2.0" rxjs "^6.4.0" @@ -6335,7 +6450,7 @@ is-glob@^3.1.0: dependencies: is-extglob "^2.1.0" -is-glob@^4.0.0: +is-glob@^4.0.0, is-glob@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== @@ -6378,6 +6493,11 @@ is-number@^4.0.0: resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff" integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ== +is-number@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== + is-obj@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" @@ -6388,6 +6508,11 @@ is-path-cwd@^1.0.0: resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d" integrity sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0= +is-path-cwd@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" + integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== + is-path-in-cwd@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz#5ac48b345ef675339bd6c7a48a912110b241cf52" @@ -6402,6 +6527,11 @@ is-path-inside@^1.0.0: dependencies: path-is-inside "^1.0.1" +is-path-inside@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.1.tgz#7417049ed551d053ab82bba3fdd6baa6b3a81e89" + integrity sha512-CKstxrctq1kUesU6WhtZDbYKzzYBuRH0UYInAVrkc/EYdB9ltbfE0gOoayG9nhohG6447sOOVGhHqsdmBvkbNg== + is-plain-obj@^1.0.0, is-plain-obj@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" @@ -6487,17 +6617,17 @@ is-utf8@^0.2.0: resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= -is-what@^3.2.3: - version "3.2.3" - resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.2.3.tgz#50f76f1bd8e56967e15765d1d34302513701997b" - integrity sha512-c4syLgFnjXTH5qd82Fp/qtUIeM0wA69xbI0KH1QpurMIvDaZFrS8UtAa4U52Dc2qSznaMxHit0gErMp6A/Qk1w== +is-what@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.3.1.tgz#79502181f40226e2d8c09226999db90ef7c1bcbe" + integrity sha512-seFn10yAXy+yJlTRO+8VfiafC+0QJanGLMPTBWLrJm/QPauuchy0UXh8B6H5o9VA8BAzk0iYievt6mNp6gfaqA== is-whitespace-character@^1.0.0: version "1.0.3" resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.3.tgz#b3ad9546d916d7d3ffa78204bca0c26b56257fac" integrity sha512-SNPgMLz9JzPccD3nPctcj8sZlX9DAMJSKH8bP7Z6bohCwuNgX8xbWr1eTAYXX9Vpi/aSn8Y1akL9WgM3t43YNQ== -is-windows@^1.0.0, is-windows@^1.0.1, is-windows@^1.0.2: +is-windows@^1.0.1, is-windows@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== @@ -6523,9 +6653,9 @@ isarray@2.0.1: integrity sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4= isarray@^2.0.1: - version "2.0.4" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.4.tgz#38e7bcbb0f3ba1b7933c86ba1894ddfc3781bbb7" - integrity sha512-GMxXOiUirWg1xTKRipM0Ek07rX+ubx4nNVElTJdNLYmNO/2YrDkgJGw9CljXn+r4EWiDQg/8lsRdHyg2PJuUaA== + version "2.0.5" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" + integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== isexe@^2.0.0: version "2.0.0" @@ -6696,11 +6826,6 @@ jsonfile@^4.0.0: optionalDependencies: graceful-fs "^4.1.6" -jsonify@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" - integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= - jsprim@^1.2.2: version "1.4.1" resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" @@ -6815,7 +6940,7 @@ load-script@^1.0.0: resolved "https://registry.yarnpkg.com/load-script/-/load-script-1.0.0.tgz#0491939e0bee5643ee494a7e3da3d2bac70c6ca4" integrity sha1-BJGTngvuVkPuSUp+PaPSuscMbKQ= -loader-runner@^2.3.0: +loader-runner@^2.4.0: version "2.4.0" resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357" integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== @@ -6856,11 +6981,11 @@ locate-path@^3.0.0: path-exists "^3.0.0" lodash-es@^4.17.10, lodash-es@^4.2.1: - version "4.17.11" - resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.11.tgz#145ab4a7ac5c5e52a3531fb4f310255a152b4be0" - integrity sha512-DHb1ub+rMjjrxqlB3H56/6MXtm1lSksDp2rA2cNWjG8mlDUYFhUj3Di2Zn5IwSU87xLv8tNIQ7sSwE/YOX/D/Q== + version "4.17.15" + resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78" + integrity sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ== -lodash._reinterpolate@~3.0.0: +lodash._reinterpolate@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0= @@ -6875,11 +7000,6 @@ lodash.debounce@^4.0.8: resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= -lodash.escaperegexp@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz#64762c48618082518ac3df4ccf5d5886dae20347" - integrity sha1-ZHYsSGGAglGKw99Mz11YhtriA0c= - lodash.isfinite@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/lodash.isfinite/-/lodash.isfinite-3.3.2.tgz#fb89b65a9a80281833f0b7478b3a5104f898ebb3" @@ -6891,34 +7011,29 @@ lodash.memoize@^4.1.2: integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= lodash.merge@^4.6.0: - version "4.6.1" - resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.1.tgz#adc25d9cb99b9391c59624f379fbba60d7111d54" - integrity sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ== + version "4.6.2" + resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" + integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== lodash.some@^4.5.1: version "4.6.0" resolved "https://registry.yarnpkg.com/lodash.some/-/lodash.some-4.6.0.tgz#1bb9f314ef6b8baded13b549169b2a945eb68e4d" integrity sha1-G7nzFO9ri63tE7VJFpsqlF62jk0= -lodash.tail@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.tail/-/lodash.tail-4.1.1.tgz#d2333a36d9e7717c8ad2f7cacafec7c32b444664" - integrity sha1-0jM6NtnncXyK0vfKyv7HwytERmQ= - lodash.template@^4.3.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.4.0.tgz#e73a0385c8355591746e020b99679c690e68fba0" - integrity sha1-5zoDhcg1VZF0bgILmWecaQ5o+6A= + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab" + integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A== dependencies: - lodash._reinterpolate "~3.0.0" + lodash._reinterpolate "^3.0.0" lodash.templatesettings "^4.0.0" lodash.templatesettings@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz#2b4d4e95ba440d915ff08bc899e4553666713316" - integrity sha1-K01OlbpEDZFf8IvImeRVNmZxMxY= + version "4.2.0" + resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33" + integrity sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ== dependencies: - lodash._reinterpolate "~3.0.0" + lodash._reinterpolate "^3.0.0" lodash.throttle@^4.1.1: version "4.1.1" @@ -6935,10 +7050,10 @@ lodash.upperfirst@^4.3.0, lodash.upperfirst@^4.3.1: resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce" integrity sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984= -lodash@4.17.11, "lodash@4.6.1 || ^4.16.1", lodash@^4, lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@~4.17.10: - version "4.17.11" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" - integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== +"lodash@4.6.1 || ^4.16.1", lodash@^4, lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@~4.17.10: + version "4.17.15" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" + integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== log-symbols@^2.0.0, log-symbols@^2.2.0: version "2.2.0" @@ -6958,9 +7073,9 @@ log-update-async-hook@^2.0.2: wrap-ansi "^2.1.0" loglevel@^1.6.1: - version "1.6.3" - resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.3.tgz#77f2eb64be55a404c9fd04ad16d57c1d6d6b1280" - integrity sha512-LoEDv5pgpvWgPF4kNYuIp0qqSJVWak/dML0RY74xlzMZiT9w77teNAwKYKWBTYjlokMirg+o3jBwp+vlLrcfAA== + version "1.6.4" + resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.4.tgz#f408f4f006db8354d0577dcf6d33485b3cb90d56" + integrity sha512-p0b6mOGKcGa+7nnmKbpzR6qloPbrgLcnio++E+14Vo/XffOGwZtRpUhr8dTH/x2oCMmEoIU0Zwm3ZauhvYD17g== longest-streak@^2.0.1: version "2.0.3" @@ -7071,10 +7186,10 @@ markdown-table@^1.1.0: resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-1.1.3.tgz#9fcb69bcfdb8717bfd0398c6ec2d93036ef8de60" integrity sha512-1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q== -match-url-wildcard@0.0.2: - version "0.0.2" - resolved "https://registry.yarnpkg.com/match-url-wildcard/-/match-url-wildcard-0.0.2.tgz#6a6585e24b52b1dada033c5b616f13f3fedeb988" - integrity sha512-XQWEV4NdsB6HymtjW5sJthh1oHr/IZZPp+lOhu+RPkWDD0iQYXVCe8ozGQmi5ZxWqXYteERjHhN80zxLV/TNWA== +match-url-wildcard@0.0.4: + version "0.0.4" + resolved "https://registry.yarnpkg.com/match-url-wildcard/-/match-url-wildcard-0.0.4.tgz#c8533da7ec0901eddf01fc0893effa68d4e727d6" + integrity sha512-R1XhQaamUZPWLOPtp4ig5j+3jctN+skhgRmEQTUamMzmNtRG69QEirQs0NZKLtHMR7tzWpmtnS4Eqv65DcgXUA== dependencies: escape-string-regexp "^1.0.5" @@ -7126,6 +7241,11 @@ mdast-util-compact@^1.0.0: dependencies: unist-util-visit "^1.1.0" +mdn-data@2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" + integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== + mdn-data@~1.1.0: version "1.1.4" resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-1.1.4.tgz#50b5d4ffc4575276573c4eedb8780812a8419f01" @@ -7146,11 +7266,11 @@ memize@^1.0.5: integrity sha512-Dm8Jhb5kiC4+ynYsVR4QDXKt+o2dfqGuY4hE2x+XlXZkdndlT80bJxfcMv5QGp/FCy6MhG7f5ElpmKPFKOSEpg== memoize-one@^5.0.0: - version "5.0.4" - resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.0.4.tgz#005928aced5c43d890a4dfab18ca908b0ec92cbc" - integrity sha512-P0z5IeAH6qHHGkJIXWw0xC2HNEgkx/9uWWBQw64FJj3/ol14VYdfVGWWr0fXfjhhv3TKVIqUq65os6O4GUNksA== + version "5.1.1" + resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.1.1.tgz#047b6e3199b508eaec03504de71229b8eb1d75c0" + integrity sha512-HKeeBpWvqiVJD57ZUAsJNm71eHTykffzcLZVYWiVfQeI1rJtuEaS7hQiEpWfVVk18donPwJEcFKIkCmPJNOhHA== -memory-fs@^0.4.0, memory-fs@~0.4.1: +memory-fs@^0.4.0, memory-fs@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= @@ -7190,11 +7310,11 @@ meow@^5.0.0: yargs-parser "^10.0.0" merge-anything@^2.2.4: - version "2.2.5" - resolved "https://registry.yarnpkg.com/merge-anything/-/merge-anything-2.2.5.tgz#37ef13f36359ee64f09c657d2cef45f7e29493f9" - integrity sha512-WgZGR7EQ1D8pyh57uKBbkPhUCJZLGdMzbDaxL4MDTJSGsvtpGdm8myr6DDtgJwT46xiFBlHqxbveDRpFBWlKWQ== + version "2.4.1" + resolved "https://registry.yarnpkg.com/merge-anything/-/merge-anything-2.4.1.tgz#e9bccaec1e49ec6cb5f77ca78c5770d1a35315e6" + integrity sha512-dYOIAl9GFCJNctSIHWOj9OJtarCjsD16P8ObCl6oxrujAG+kOvlwJuOD9/O9iYZ9aTi1RGpGTG9q9etIvuUikQ== dependencies: - is-what "^3.2.3" + is-what "^3.3.1" merge-stream@^1.0.1: version "1.0.1" @@ -7204,9 +7324,9 @@ merge-stream@^1.0.1: readable-stream "^2.0.1" merge2@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.2.3.tgz#7ee99dbd69bb6481689253f018488a1b902b0ed5" - integrity sha512-gdUU1Fwj5ep4kplwcmftruWofEFt6lfpkkr3h860CXbAB9c3hGb55EOL2ali0Td5oebvW0E1+3Sr+Ur7XfKpRA== + version "1.3.0" + resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.3.0.tgz#5b366ee83b2f1582c48f87e47cf1a9352103ca81" + integrity sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw== merge@^1.2.0: version "1.2.1" @@ -7232,7 +7352,7 @@ micromatch@^2.1.5: parse-glob "^3.0.4" regex-cache "^0.4.2" -micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8: +micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: version "3.1.10" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== @@ -7251,6 +7371,14 @@ micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8: snapdragon "^0.8.1" to-regex "^3.0.2" +micromatch@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259" + integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== + dependencies: + braces "^3.0.1" + picomatch "^2.0.5" + miller-rabin@^4.0.0: version "4.0.1" resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" @@ -7327,13 +7455,6 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= -"minimatch@2 || 3", minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.2: - version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - dependencies: - brace-expansion "^1.1.7" - minimatch@3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774" @@ -7341,6 +7462,13 @@ minimatch@3.0.3: dependencies: brace-expansion "^1.0.0" +minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.2: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + dependencies: + brace-expansion "^1.1.7" + minimist-options@^3.0.1: version "3.0.2" resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954" @@ -7370,17 +7498,17 @@ minimist@~0.0.1: integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8= minipass@^2.2.1, minipass@^2.3.5: - version "2.3.5" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848" - integrity sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA== + version "2.6.0" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.6.0.tgz#80a68c8a43257b7f744ce09733f6a9c6eef9f731" + integrity sha512-OuNZ0OHrrI+jswzmgivYBZ+fAAGHZA4293d5q0z631/I9QSw3yumKB92njxHIHiB1eAdGRsE+3CcOPkoEyV5FQ== dependencies: safe-buffer "^5.1.2" yallist "^3.0.0" minizlib@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.1.tgz#dd27ea6136243c7c880684e8672bb3a45fd9b614" - integrity sha512-7+4oTUOWKg7AuL3vloEWekXY2/D20cevzsrNT2kGWm+39J9hGTCBv8VI5Pm5lXZ/o3/mdR4f8rflAPhnQb8mPA== + version "1.2.2" + resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.2.tgz#6f0ccc82fa53e1bf2ff145f220d2da9fa6e3a166" + integrity sha512-hR3At21uSrsjjDTWrbu0IMLTpnkpv8IIMFDFaoz43Tmu4LkmAXfH44vNNzpTnf+OAQQCHrb91y/wc2J4x5XgSQ== dependencies: minipass "^2.2.1" @@ -7413,15 +7541,7 @@ mixin-deep@^1.2.0: for-in "^1.0.2" is-extendable "^1.0.1" -mixin-object@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/mixin-object/-/mixin-object-2.0.1.tgz#4fb949441dab182540f1fe035ba60e1947a5e57e" - integrity sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4= - dependencies: - for-in "^0.1.3" - is-extendable "^0.1.1" - -mkdirp@0.5.x, mkdirp@0.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1: +mkdirp@0.5.x, mkdirp@0.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= @@ -7526,7 +7646,7 @@ negotiator@0.6.2: resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== -neo-async@^2.5.0: +neo-async@^2.5.0, neo-async@^2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c" integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw== @@ -7562,7 +7682,7 @@ node-gyp@^3.8.0: tar "^2.0.0" which "1" -node-libs-browser@^2.0.0: +node-libs-browser@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425" integrity sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== @@ -7607,10 +7727,10 @@ node-pre-gyp@^0.12.0: semver "^5.3.0" tar "^4" -node-releases@^1.1.23: - version "1.1.23" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.23.tgz#de7409f72de044a2fa59c097f436ba89c39997f0" - integrity sha512-uq1iL79YjfYC0WXoHbC/z28q/9pOl8kSHaXdWmAAc8No+bDwqkZbzIJz55g/MUsPgSGm9LZ7QSUbzTcH5tz47w== +node-releases@^1.1.29: + version "1.1.30" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.30.tgz#35eebf129c63baeb6d8ddeda3c35b05abfd37f7f" + integrity sha512-BHcr1g6NeUH12IL+X3Flvs4IOnl1TL0JczUhEZjDE+FXXPQcVCNr8NEPb01zqGxzhTpdyJL5GXemaCW7aw6Khw== dependencies: semver "^5.3.0" @@ -7710,9 +7830,9 @@ npm-bundled@^1.0.1: integrity sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g== npm-packlist@^1.1.6: - version "1.4.1" - resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.1.tgz#19064cdf988da80ea3cee45533879d90192bbfbc" - integrity sha512-+TcdO7HJJ8peiiYhvPxsEDhF3PJFGUGRcFsGve3vxvxdcpO2Z4Z7rkosRM0kWj6LfbK/P0gu3dzk5RU1ffvFcw== + version "1.4.4" + resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.4.tgz#866224233850ac534b63d1a6e76050092b5d2f44" + integrity sha512-zTLo8UcVYtDU3gdeaFu2Xu0n0EvelfHDGuqtNIn5RO7yQj4H1TqNdBc/yZjxnWA0PVB8D3Woyp0i5B43JwQ6Vw== dependencies: ignore-walk "^3.0.1" npm-bundled "^1.0.1" @@ -7775,7 +7895,12 @@ object-copy@^0.1.0: define-property "^0.2.5" kind-of "^3.0.3" -object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.0: +object-inspect@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b" + integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ== + +object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.0, object-keys@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== @@ -7792,6 +7917,16 @@ object-visit@^1.0.0: dependencies: isobject "^3.0.0" +object.assign@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da" + integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w== + dependencies: + define-properties "^1.1.2" + function-bind "^1.1.1" + has-symbols "^1.0.0" + object-keys "^1.0.11" + object.getownpropertydescriptors@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16" @@ -7960,9 +8095,9 @@ p-limit@^1.1.0: p-try "^1.0.0" p-limit@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2" - integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ== + version "2.2.1" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.1.tgz#aa07a788cc3151c939b5131f63570f0dd2009537" + integrity sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg== dependencies: p-try "^2.0.0" @@ -7985,6 +8120,13 @@ p-map@^1.1.1: resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b" integrity sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA== +p-map@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz#d704d9af8a2ba684e2600d9a215983d4141a979d" + integrity sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ== + dependencies: + aggregate-error "^3.0.0" + p-try@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" @@ -8001,11 +8143,11 @@ pako@~1.0.5: integrity sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw== parallel-transform@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.1.0.tgz#d410f065b05da23081fcd10f28854c29bda33b06" - integrity sha1-1BDwZbBdojCB/NEPKIVMKb2jOwY= + version "1.2.0" + resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc" + integrity sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== dependencies: - cyclist "~0.2.2" + cyclist "^1.0.1" inherits "^2.0.3" readable-stream "^2.1.5" @@ -8167,6 +8309,11 @@ path-type@^3.0.0: dependencies: pify "^3.0.0" +path-type@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" + integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== + pathval@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.0.tgz#b942e6d4bde653005ef6b71361def8727d0645e0" @@ -8188,6 +8335,11 @@ performance-now@^2.1.0: resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= +picomatch@^2.0.5: + version "2.0.7" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6" + integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA== + pify@^2.0.0, pify@^2.2.0, pify@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" @@ -8261,9 +8413,9 @@ pofile@^1.0.9: integrity sha512-6XYcNkXWGiJ2CVXogTP7uJ6ZXQCldYLZc16wgRp8tqRaBTTyIfF+TUT3EQJPXTLAT7OTPpTAoaFdoXKfaTRU1w== portfinder@^1.0.17: - version "1.0.20" - resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.20.tgz#bea68632e54b2e13ab7b0c4775e9b41bf270e44a" - integrity sha512-Yxe4mTyDzTd59PZJY4ojZR8F+E5e97iq2ZOHPz3HDgSvYC5siNad2tLooQ5y5QHyQhc3xVqvyk/eNA3wuoa7Sw== + version "1.0.24" + resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.24.tgz#11efbc6865f12f37624b6531ead1d809ed965cfa" + integrity sha512-ekRl7zD2qxYndYflwiryJwMioBI7LI7rVXg3EnLK3sjkouT5eOuhS3gS255XxBksa30VG8UPZYZCdgfGOfkSUg== dependencies: async "^1.5.2" debug "^2.2.0" @@ -8418,9 +8570,9 @@ postcss-filter-plugins@^2.0.0: postcss "^5.0.4" postcss-hexrgba@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/postcss-hexrgba/-/postcss-hexrgba-1.0.1.tgz#d82256b7b5116e5f582026fce549fec21db816e0" - integrity sha512-zFJ5XEoh6aD1clOCxHx2D2Vj2dzcr86t5OXgZKB0K2z0LWZlWhdVJV1lpJBRX075qhTSbKqqjemUHU+TSy9Buw== + version "1.0.2" + resolved "https://registry.yarnpkg.com/postcss-hexrgba/-/postcss-hexrgba-1.0.2.tgz#04a3206617f2c00d53b754dbba5406d32772db00" + integrity sha512-1+W/ChIJQNSqZU3glt1tZyQbzCB5x9H5NKRBbaX+ccyI5I8itY4/3H4kWh2R+teWdFTfGp0OveUTpblEWA6iAA== dependencies: postcss "^6.0.7" @@ -8441,18 +8593,18 @@ postcss-import@^12.0.0, postcss-import@^12.0.1: read-cache "^1.0.0" resolve "^1.1.7" -postcss-js@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-2.0.1.tgz#4154e906ff410930afab63a24210be1b831e89a9" - integrity sha512-8XQGohCbj6+kq8e3w6WlexkGaSjb5S8zoXnH49eB8JC6+qN2kQW+ib6fTjRgCpRRN9eeFOhMlD0NDjThW1DCBg== +postcss-js@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-2.0.3.tgz#a96f0f23ff3d08cec7dc5b11bf11c5f8077cdab9" + integrity sha512-zS59pAk3deu6dVHyrGqmC3oDXBdNdajk4k1RyxeVXCrcEDBUBHoIhE4QTsmhxgzXxsaqFDAkUZfmMa5f/N/79w== dependencies: camelcase-css "^2.0.1" - postcss "^7.0.14" + postcss "^7.0.18" postcss-jsx@^0.36.0: - version "0.36.1" - resolved "https://registry.yarnpkg.com/postcss-jsx/-/postcss-jsx-0.36.1.tgz#ab5e469e7449b84bd1a5973ff555fbe84c39f91d" - integrity sha512-xaZpy01YR7ijsFUtu5rViYCFHurFIPHir+faiOQp8g/NfTfWqZCKDhKrydQZ4d8WlSAmVdXGwLjpFbsNUI26Sw== + version "0.36.3" + resolved "https://registry.yarnpkg.com/postcss-jsx/-/postcss-jsx-0.36.3.tgz#c91113eae2935a1c94f00353b788ece9acae3f46" + integrity sha512-yV8Ndo6KzU8eho5mCn7LoLUGPkXrRXRjhMpX4AaYJ9wLJPv099xbtpbRQ8FrPnzVxb/cuMebbPR7LweSt+hTfA== dependencies: "@babel/core" ">=7.2.2" @@ -8626,14 +8778,14 @@ postcss-minify-selectors@^4.0.2: postcss-selector-parser "^3.0.0" postcss-mixins@^6.2.0: - version "6.2.1" - resolved "https://registry.yarnpkg.com/postcss-mixins/-/postcss-mixins-6.2.1.tgz#f2a6abb449410929a184b23fbef7c96898cf01e5" - integrity sha512-XfItKgFHAPKa4mayLVwoASYzzRLyW64mEtsVZz7LT7ElrprVZx9D5ivqOi5oQCkUxyiLs9sjg4aiRxr+gK9xkQ== + version "6.2.2" + resolved "https://registry.yarnpkg.com/postcss-mixins/-/postcss-mixins-6.2.2.tgz#3acea63271e2c75db62fb80bc1c29e1a609a4742" + integrity sha512-QqEZamiAMguYR6d2h73XXEHZgkxs03PlbU0PqgqtdCnbRlMLFNQgsfL/Td0rjIe2SwpLXOQyB9uoiLWa4GR7tg== dependencies: globby "^8.0.1" - postcss "^7.0.6" - postcss-js "^2.0.0" - postcss-simple-vars "^5.0.1" + postcss "^7.0.17" + postcss-js "^2.0.2" + postcss-simple-vars "^5.0.2" sugarss "^2.0.0" postcss-modules-extract-imports@^1.2.0: @@ -8707,12 +8859,12 @@ postcss-nested@^4.1.1: postcss "^7.0.14" postcss-selector-parser "^5.0.0" -postcss-nesting@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-6.0.0.tgz#4c45276a065765ec063efe1e4daf75c131518991" - integrity sha512-Yoglsy6eZbDCbRIXoYSmnIt9ao4xyg07iFwVBd7WyIkDzMSeRxIqUk8xEAdkeJQ7eGfWo6RufrTU7FSUjZ22fg== +postcss-nesting@^7.0.0: + version "7.0.1" + resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-7.0.1.tgz#b50ad7b7f0173e5b5e3880c3501344703e04c052" + integrity sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg== dependencies: - postcss "^6.0.22" + postcss "^7.0.2" postcss-normalize-charset@^1.1.0: version "1.1.1" @@ -8946,7 +9098,7 @@ postcss-selector-parser@^6.0.0: indexes-of "^1.0.1" uniq "^1.0.1" -postcss-simple-vars@^5.0.1: +postcss-simple-vars@^5.0.2: version "5.0.2" resolved "https://registry.yarnpkg.com/postcss-simple-vars/-/postcss-simple-vars-5.0.2.tgz#e2f81b3d0847ddd4169816b6d141b91d51e6e22e" integrity sha512-xWIufxBoINJv6JiLb7jl5oElgp+6puJwvT5zZHliUSydoLz4DADRB3NDDsYgfKVwojn4TDLiseoC65MuS8oGGg== @@ -9001,6 +9153,11 @@ postcss-value-parser@^3.0.0, postcss-value-parser@^3.0.1, postcss-value-parser@^ resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== +postcss-value-parser@^4.0.0: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz#482282c09a42706d1fc9a069b73f44ec08391dc9" + integrity sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ== + postcss-zindex@^2.0.1: version "2.2.0" resolved "https://registry.yarnpkg.com/postcss-zindex/-/postcss-zindex-2.2.0.tgz#d2109ddc055b91af67fc4cb3b025946639d2af22" @@ -9020,7 +9177,7 @@ postcss@^5.0.10, postcss@^5.0.11, postcss@^5.0.12, postcss@^5.0.13, postcss@^5.0 source-map "^0.5.6" supports-color "^3.2.3" -postcss@^6.0.1, postcss@^6.0.22, postcss@^6.0.23, postcss@^6.0.7, postcss@^6.0.8: +postcss@^6.0.1, postcss@^6.0.7, postcss@^6.0.8: version "6.0.23" resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324" integrity sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== @@ -9029,10 +9186,10 @@ postcss@^6.0.1, postcss@^6.0.22, postcss@^6.0.23, postcss@^6.0.7, postcss@^6.0.8 source-map "^0.6.1" supports-color "^5.4.0" -postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.13, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.2, postcss@^7.0.5, postcss@^7.0.6, postcss@^7.0.7: - version "7.0.17" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.17.tgz#4da1bdff5322d4a0acaab4d87f3e782436bad31f" - integrity sha512-546ZowA+KZ3OasvQZHsbuEpysvwTZNGJv9EfyCQdsIDltPSWHAeTQ5fQy/Npi2ZDtLI3zs7Ps/p6wThErhm9fQ== +postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.13, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.18, postcss@^7.0.2, postcss@^7.0.5, postcss@^7.0.6, postcss@^7.0.7: + version "7.0.18" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.18.tgz#4b9cda95ae6c069c67a4d933029eddd4838ac233" + integrity sha512-/7g1QXXgegpF+9GJj4iN7ChGF40sYuGYJ8WZu8DZWnmhQ/G36hfdk3q9LBJmoK+lZ+yzZ5KYpOoxq7LF1BxE8g== dependencies: chalk "^2.4.2" source-map "^0.6.1" @@ -9112,9 +9269,9 @@ pseudomap@^1.0.2: integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= psl@^1.1.24: - version "1.1.33" - resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.33.tgz#5533d9384ca7aab86425198e10e8053ebfeab661" - integrity sha512-LTDP2uSrsc7XCb5lO7A8BI1qYxRe/8EqlRvMeEl6rsnYAqDOl8xHR+8lSAIVfrNaSAlTPTNOCgNjWcoUL3AZsw== + version "1.4.0" + resolved "https://registry.yarnpkg.com/psl/-/psl-1.4.0.tgz#5dd26156cdb69fa1fdb8ab1991667d3f80ced7c2" + integrity sha512-HZzqCGPecFLyoRj5HLfuDSKYTJkAfB5thKBIkRHtGjWwY7p1dAyveIbXIq4tO0KYfDF2tHqPUgY9SDnGm00uFw== public-encrypt@^4.0.0: version "4.0.3" @@ -9184,9 +9341,9 @@ qs@6.2.3: integrity sha1-HPyyXBCpsrSDBT/zn138kjOQjP4= qs@^6.4.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" - integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== + version "6.8.0" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.8.0.tgz#87b763f0d37ca54200334cd57bb2ef8f68a1d081" + integrity sha512-tPSkj8y92PfZVbinY1n84i1Qdx75lZjMQYx9WZhnkofyxzw2r7Ho39G3/aEvSUdebxpnnM4LZJCtvE/Aq3+s9w== qs@~6.5.2: version "6.5.2" @@ -9251,12 +9408,12 @@ range-parser@~1.2.0: integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== raw-body@^2.3.2: - version "2.4.0" - resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332" - integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== + version "2.4.1" + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.1.tgz#30ac82f98bb5ae8c152e67149dac8d55153b168c" + integrity sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA== dependencies: bytes "3.1.0" - http-errors "1.7.2" + http-errors "1.7.3" iconv-lite "0.4.24" unpipe "1.0.0" @@ -9314,14 +9471,14 @@ react-dom@16.6.3: scheduler "^0.11.2" "react-dom@^0.14.3 || ^15.1.0 || ^16.0.0", react-dom@^16.6.3: - version "16.8.6" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.6.tgz#71d6303f631e8b0097f56165ef608f051ff6e10f" - integrity sha512-1nL7PIq9LTL3fthPqwkvr2zY7phIPjYrT0jp4HjyEQrEROnw4dG41VVwi/wfoCneoleqrNX7iAD+pXebJZwrwA== + version "16.9.0" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962" + integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" prop-types "^15.6.2" - scheduler "^0.13.6" + scheduler "^0.15.0" react-event-listener@^0.6.2: version "0.6.6" @@ -9344,9 +9501,9 @@ react-intl@^2.7.2: invariant "^2.1.1" react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1: - version "16.8.6" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16" - integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA== + version "16.9.0" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb" + integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw== react-lifecycles-compat@^3.0.0, react-lifecycles-compat@^3.0.4: version "3.0.4" @@ -9354,14 +9511,14 @@ react-lifecycles-compat@^3.0.0, react-lifecycles-compat@^3.0.4: integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== react-modal@^3.1.10, react-modal@^3.8.1: - version "3.8.1" - resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.8.1.tgz#7300f94a6f92a2e17994de0be6ccb61734464c9e" - integrity sha512-aLKeZM9pgXpIKVwopRHMuvqKWiBajkqisDA8UzocdCF6S4fyKVfLWmZR5G1Q0ODBxxxxf2XIwiCP8G/11GJAuw== + version "3.10.1" + resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.10.1.tgz#ba37927871830c798f51404aa6bc71ff7a5e4c16" + integrity sha512-2DKIfdOc8+WY+SYJ/xf/WBwOYMmNAYAyGkYlc4e1TCs9rk1xY4QBz04hB3UHGcrLChh7ce77rHAe6VPNmuLYsQ== dependencies: exenv "^1.2.0" prop-types "^15.5.10" react-lifecycles-compat "^3.0.0" - warning "^3.0.0" + warning "^4.0.3" react-redux@^5.0.6: version "5.1.1" @@ -9377,9 +9534,9 @@ react-redux@^5.0.6: react-lifecycles-compat "^3.0.0" react-tabs@^2.2.1, react-tabs@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/react-tabs/-/react-tabs-2.3.0.tgz#0c37e786f288d369824acd06a96bd1818ab8b0dc" - integrity sha512-pYaefgVy76/36AMEP+B8YuVVzDHa3C5UFZ3REU78zolk0qMxEhKvUFofvDCXyLZwf0RZjxIfiwok1BEb18nHyA== + version "2.3.1" + resolved "https://registry.yarnpkg.com/react-tabs/-/react-tabs-2.3.1.tgz#05149044a36edf6be7f2b92c64046d5b2cf42e1d" + integrity sha512-SIT1Yx2LY5uwQQsCTQ9hXhywNKqyBdGBAzFZvzYUisztVwOWzfNWjZ7QWNOvuayT5/AF0RAHNbRedur8Yiz2pA== dependencies: classnames "^2.2.0" prop-types "^15.5.0" @@ -9416,14 +9573,13 @@ react@16.6.3: scheduler "^0.11.2" "react@^0.14.3 || ^15.1.0 || ^16.0.0", react@^16.8.4: - version "16.8.6" - resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe" - integrity sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw== + version "16.9.0" + resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa" + integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" prop-types "^15.6.2" - scheduler "^0.13.6" read-cache@^1.0.0: version "1.0.0" @@ -9495,7 +9651,7 @@ read-pkg@^4.0.1: string_decoder "~1.1.1" util-deprecate "~1.0.1" -readable-stream@^3.1.1: +"readable-stream@2 || 3", readable-stream@^3.1.1: version "3.4.0" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.4.0.tgz#a51c26754658e0a3c21dbf59163bd45ba6f447fc" integrity sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ== @@ -9573,11 +9729,11 @@ reduce-css-calc@^1.2.6: reduce-function-call "^1.0.1" reduce-function-call@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/reduce-function-call/-/reduce-function-call-1.0.2.tgz#5a200bf92e0e37751752fe45b0ab330fd4b6be99" - integrity sha1-WiAL+S4ON3UXUv5FsKszD9S2vpk= + version "1.0.3" + resolved "https://registry.yarnpkg.com/reduce-function-call/-/reduce-function-call-1.0.3.tgz#60350f7fb252c0a67eb10fd4694d16909971300f" + integrity sha512-Hl/tuV2VDgWgCSEeWMLwxLZqX7OK59eU1guxXsRKTAyeYimivsKdtcV4fu3r710tpG5GmDKDhQ0HSZLExnNmyQ== dependencies: - balanced-match "^0.4.2" + balanced-match "^1.0.0" reduce@^1.0.1: version "1.0.2" @@ -9596,7 +9752,7 @@ redux@^3.7.2: loose-envify "^1.1.0" symbol-observable "^1.0.3" -regenerate-unicode-properties@^8.0.2: +regenerate-unicode-properties@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.1.0.tgz#ef51e0f0ea4ad424b77bf7cb41f3e015c70a3f0e" integrity sha512-LGZzkgtLY79GeXLm8Dp0BVLdQlWICzBnJz/ipWUgo59qBaZ+BHtq51P2q1uVZlppMuUAT37SDk39qUbjTWB7bA== @@ -9624,9 +9780,9 @@ regenerator-runtime@^0.12.0: integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg== regenerator-runtime@^0.13.2: - version "0.13.2" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447" - integrity sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA== + version "0.13.3" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5" + integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw== regenerator-transform@^0.10.0: version "0.10.1" @@ -9638,9 +9794,9 @@ regenerator-transform@^0.10.0: private "^0.1.6" regenerator-transform@^0.14.0: - version "0.14.0" - resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.0.tgz#2ca9aaf7a2c239dd32e4761218425b8c7a86ecaf" - integrity sha512-rtOelq4Cawlbmq9xuMR5gdFmv7ku/sFoB7sRiywx7aq53bc52b4j6zvH7Te1Vt/X2YveDKnCGUbioieU7FEL3w== + version "0.14.1" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb" + integrity sha512-flVuee02C3FKRISbxhXl9mGzdbWUVHubl1SMaknjxkFB1/iqpJhArQUvRxOOPEc/9tAiX0BaQ28FJH10E4isSQ== dependencies: private "^0.1.6" @@ -9659,10 +9815,10 @@ regex-not@^1.0.0, regex-not@^1.0.2: extend-shallow "^3.0.2" safe-regex "^1.1.0" -regexp-tree@^0.1.6: - version "0.1.10" - resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.10.tgz#d837816a039c7af8a8d64d7a7c3cf6a1d93450bc" - integrity sha512-K1qVSbcedffwuIslMwpe6vGlj+ZXRnGkvjAtFHfDZZZuEdA/h0dxljAPu9vhUo6Rrx2U2AwJ+nSQ6hK+lrP5MQ== +regexp-tree@^0.1.13: + version "0.1.13" + resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.13.tgz#5b19ab9377edc68bc3679256840bb29afc158d7f" + integrity sha512-hwdV/GQY5F8ReLZWO+W1SRoN5YfpOKY6852+tBFcma72DKBIcHjPRIlIvQN35bCOljuAfP2G2iB0FC/w236mUw== regexpp@^2.0.1: version "2.0.1" @@ -9688,12 +9844,12 @@ regexpu-core@^2.0.0: regjsparser "^0.1.4" regexpu-core@^4.5.4: - version "4.5.4" - resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.5.4.tgz#080d9d02289aa87fe1667a4f5136bc98a6aebaae" - integrity sha512-BtizvGtFQKGPUcTy56o3nk1bGRp4SZOTYrDtGNlqCQufptV5IkkLN6Emw+yunAJjzf+C9FQFtvq7IoA3+oMYHQ== + version "4.6.0" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6" + integrity sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg== dependencies: regenerate "^1.4.0" - regenerate-unicode-properties "^8.0.2" + regenerate-unicode-properties "^8.1.0" regjsgen "^0.5.0" regjsparser "^0.6.0" unicode-match-property-ecmascript "^1.0.4" @@ -9901,9 +10057,9 @@ resolve-url@^0.2.1: integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= resolve@1.x, resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.3.2, resolve@^1.8.1: - version "1.11.1" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e" - integrity sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw== + version "1.12.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6" + integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w== dependencies: path-parse "^1.0.6" @@ -9928,6 +10084,11 @@ ret@~0.1.10: resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== +reusify@^1.0.0: + version "1.0.4" + resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" + integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== + rgb-regex@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1" @@ -9938,13 +10099,27 @@ rgba-regex@^1.0.0: resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= -rimraf@2, rimraf@2.6.3, rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.3: +rimraf@2, rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.3: + version "2.7.1" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" + integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== + dependencies: + glob "^7.1.3" + +rimraf@2.6.3: version "2.6.3" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== dependencies: glob "^7.1.3" +rimraf@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.0.tgz#614176d4b3010b75e5c390eb0ee96f6dc0cebb9b" + integrity sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg== + dependencies: + glob "^7.1.3" + ripemd160@^2.0.0, ripemd160@^2.0.1: version "2.0.2" resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" @@ -9960,6 +10135,11 @@ run-async@^2.2.0: dependencies: is-promise "^2.1.0" +run-parallel@^1.1.9: + version "1.1.9" + resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679" + integrity sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q== + run-queue@^1.0.0, run-queue@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47" @@ -9979,14 +10159,19 @@ rxjs@^5.5.6: dependencies: symbol-observable "1.0.1" -rxjs@^6.3.3, rxjs@^6.4.0: - version "6.5.2" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.2.tgz#2e35ce815cd46d84d02a209fb4e5921e051dbec7" - integrity sha512-HUb7j3kvb7p7eCUHE3FqjoDsC1xfZQ4AHFWfTKSpZ+sAhhz5X1WX0ZuUqWbzB2QhSLp3DoLUG+hMdEDKqWo2Zg== +rxjs@^6.4.0, rxjs@^6.5.2: + version "6.5.3" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.3.tgz#510e26317f4db91a7eb1de77d9dd9ba0a4899a3a" + integrity sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA== dependencies: tslib "^1.9.0" -safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: +safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519" + integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg== + +safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== @@ -10009,9 +10194,9 @@ safe-regex@^1.1.0: integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== sanitize-filename@^1.6.0: - version "1.6.1" - resolved "https://registry.yarnpkg.com/sanitize-filename/-/sanitize-filename-1.6.1.tgz#612da1c96473fa02dccda92dcd5b4ab164a6772a" - integrity sha1-YS2hyWRz+gLczaktzVtKsWSmdyo= + version "1.6.3" + resolved "https://registry.yarnpkg.com/sanitize-filename/-/sanitize-filename-1.6.3.tgz#755ebd752045931977e30b2025d340d7c9090378" + integrity sha512-y/52Mcy7aw3gRm7IrcGDFx/bCk4AhRh2eI9luHOQM86nZsqwiRkkq2GekHXBBD+SmPidc8i2PqtYZl+pWJ8Oeg== dependencies: truncate-utf8-bytes "^1.0.0" @@ -10026,16 +10211,15 @@ sass-graph@^2.2.4: yargs "^7.0.0" sass-loader@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-7.1.0.tgz#16fd5138cb8b424bf8a759528a1972d72aad069d" - integrity sha512-+G+BKGglmZM2GUSfT9TLuEp6tzehHPjAMoRRItOojWIqIGPloVCMhNIQuG639eJ+y033PaGTSjLaTHts8Kw79w== + version "7.3.1" + resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-7.3.1.tgz#a5bf68a04bcea1c13ff842d747150f7ab7d0d23f" + integrity sha512-tuU7+zm0pTCynKYHpdqaPpe+MMTQ76I9TPZ7i4/5dZsigE350shQWe5EZNl5dBidM49TPET75tNqRbcsUZWeNA== dependencies: - clone-deep "^2.0.1" + clone-deep "^4.0.1" loader-utils "^1.0.1" - lodash.tail "^4.1.1" neo-async "^2.5.0" - pify "^3.0.0" - semver "^5.5.0" + pify "^4.0.1" + semver "^6.3.0" sassdash@0.9.0, sassdash@^0.9.0: version "0.9.0" @@ -10055,10 +10239,10 @@ scheduler@^0.11.2: loose-envify "^1.1.0" object-assign "^4.1.1" -scheduler@^0.13.6: - version "0.13.6" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.6.tgz#466a4ec332467b31a91b9bf74e5347072e4cd889" - integrity sha512-IWnObHt413ucAYKsD9J1QShUKkbKLQQHdxRyw73sw4FN26iWr3DY/H34xGPe4nmL1DwXyWmSWmMrA9TfQbE/XQ== +scheduler@^0.15.0: + version "0.15.0" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.15.0.tgz#6bfcf80ff850b280fed4aeecc6513bc0b4f17f8e" + integrity sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" @@ -10093,19 +10277,19 @@ select@^1.1.2: integrity sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0= "semver@2 || 3 || 4 || 5", semver@^5.0.1, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0: - version "5.7.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b" - integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA== + version "5.7.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" + integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== semver@5.5.0: version "5.5.0" resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA== -semver@^6.1.1: - version "6.1.2" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.2.tgz#079960381376a3db62eb2edc8a3bfb10c7cfe318" - integrity sha512-z4PqiCpomGtWj8633oeAdXm1Kn1W++3T8epkZYnwiVgIYIJ0QHszhInYSJTYxebByQH7KVCEAn8R9duzZW2PhQ== +semver@^6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" + integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== semver@~5.3.0: version "5.3.0" @@ -10132,9 +10316,9 @@ send@0.16.2: statuses "~1.4.0" serialize-javascript@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.7.0.tgz#d6e0dfb2a3832a8c94468e6eb1db97e55a192a65" - integrity sha512-ke8UG8ulpFOxO8f8gRYabHQe/ZntKlcig2Mp+8+URDP1D8vJZ0KUt7LYo07q25Z/+JVSgpr/cui9PIp5H6/+nA== + version "1.9.1" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.9.1.tgz#cfc200aef77b600c47da9bb8149c943e798c2fdb" + integrity sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A== serve-index@1.9.1: version "1.9.1" @@ -10202,14 +10386,12 @@ sha.js@^2.4.0, sha.js@^2.4.8: inherits "^2.0.1" safe-buffer "^5.0.1" -shallow-clone@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-1.0.0.tgz#4480cd06e882ef68b2ad88a3ea54832e2c48b571" - integrity sha512-oeXreoKR/SyNJtRJMAKPDSvd28OqEwG4eR/xc856cRGBII7gX9lvAqDxusPm0846z/w/hWYjI1NpKwJ00NHzRA== +shallow-clone@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" + integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== dependencies: - is-extendable "^0.1.1" - kind-of "^5.0.0" - mixin-object "^2.0.1" + kind-of "^6.0.2" shebang-command@^1.2.0: version "1.2.0" @@ -10224,14 +10406,9 @@ shebang-regex@^1.0.0: integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= shell-quote@^1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767" - integrity sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c= - dependencies: - array-filter "~0.0.0" - array-map "~0.0.0" - array-reduce "~0.0.0" - jsonify "~0.0.0" + version "1.7.2" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" + integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== shelljs@^0.8.1: version "0.8.3" @@ -10269,6 +10446,11 @@ slash@^2.0.0: resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== +slash@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" + integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== + slice-ansi@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636" @@ -10425,10 +10607,10 @@ source-map-support@^0.4.15: dependencies: source-map "^0.5.6" -source-map-support@^0.5.5, source-map-support@~0.5.10: - version "0.5.12" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.12.tgz#b4f3b10d51857a5af0138d3ce8003b201613d599" - integrity sha512-4h2Pbvyy15EE02G+JOZpUCmqWJuqrs+sEkzewTm++BPi7Hvn/HwcqLAcNxYAyI0x13CpPPn+kMjl+hplXMHITQ== +source-map-support@^0.5.5, source-map-support@~0.5.12: + version "0.5.13" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932" + integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w== dependencies: buffer-from "^1.0.0" source-map "^0.6.0" @@ -10489,9 +10671,9 @@ spdx-expression-parse@^3.0.0: spdx-license-ids "^3.0.0" spdx-license-ids@^3.0.0: - version "3.0.4" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.4.tgz#75ecd1a88de8c184ef015eafb51b5b48bfd11bb1" - integrity sha512-7j8LYJLeY/Yb6ACbQ7F76qy5jHkp0U6jgBfJsk97bwWlVUnUWsAgpyaCvo17h0/RQGnQ036tVDomiwoI4pDkQA== + version "3.0.5" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654" + integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q== specificity@^0.4.1: version "0.4.1" @@ -10653,17 +10835,33 @@ string-width@^3.0.0, string-width@^3.1.0: is-fullwidth-code-point "^2.0.0" strip-ansi "^5.1.0" +string.prototype.trimleft@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634" + integrity sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw== + dependencies: + define-properties "^1.1.3" + function-bind "^1.1.1" + +string.prototype.trimright@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58" + integrity sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg== + dependencies: + define-properties "^1.1.3" + function-bind "^1.1.1" + string_decoder@0.10: version "0.10.31" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ= string_decoder@^1.0.0, string_decoder@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d" - integrity sha512-6YqyX6ZWEYguAxgZzHGL7SsCeGx3V2TtOTqZz1xSTSWnqsbWwbptafNyvf/ACquZUXV3DANr5BDIwNYe1mN42w== + version "1.3.0" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== dependencies: - safe-buffer "~5.1.0" + safe-buffer "~5.2.0" string_decoder@~1.1.1: version "1.1.1" @@ -10929,16 +11127,15 @@ svgo@^0.7.0: whet.extend "~0.9.9" svgo@^1.0.0: - version "1.2.2" - resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.2.2.tgz#0253d34eccf2aed4ad4f283e11ee75198f9d7316" - integrity sha512-rAfulcwp2D9jjdGu+0CuqlrAUin6bBWrpoqXWwKDZZZJfXcUXQSxLJOFJCQCSA0x0pP2U0TxSlJu2ROq5Bq6qA== + version "1.3.0" + resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.0.tgz#bae51ba95ded9a33a36b7c46ce9c359ae9154313" + integrity sha512-MLfUA6O+qauLDbym+mMZgtXCGRfIxyQoeH6IKVcFslyODEe/ElJNwr0FohQ3xG4C6HK6bk3KYPPXwHVJk3V5NQ== dependencies: chalk "^2.4.1" coa "^2.0.2" css-select "^2.0.0" css-select-base-adapter "^0.1.1" - css-tree "1.0.0-alpha.28" - css-url-regex "^1.1.0" + css-tree "1.0.0-alpha.33" csso "^3.5.1" js-yaml "^3.13.1" mkdirp "~0.5.1" @@ -10959,16 +11156,16 @@ symbol-observable@^1.0.3, symbol-observable@^1.0.4: integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== table@^5.0.0, table@^5.2.3: - version "5.4.1" - resolved "https://registry.yarnpkg.com/table/-/table-5.4.1.tgz#0691ae2ebe8259858efb63e550b6d5f9300171e8" - integrity sha512-E6CK1/pZe2N75rGZQotFOdmzWQ1AILtgYbMAbAjvms0S1l5IDB47zG3nCnFGB/w+7nB3vKofbLXCH7HPBo864w== + version "5.4.6" + resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e" + integrity sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug== dependencies: - ajv "^6.9.1" - lodash "^4.17.11" + ajv "^6.10.2" + lodash "^4.17.14" slice-ansi "^2.1.0" string-width "^3.0.0" -tapable@^1.0.0, tapable@^1.1.0: +tapable@^1.0.0, tapable@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== @@ -10995,30 +11192,29 @@ tar@^4: safe-buffer "^5.1.2" yallist "^3.0.3" -terser-webpack-plugin@^1.1.0, terser-webpack-plugin@^1.2.3, terser-webpack-plugin@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.3.0.tgz#69aa22426299f4b5b3775cbed8cb2c5d419aa1d4" - integrity sha512-W2YWmxPjjkUcOWa4pBEv4OP4er1aeQJlSo2UhtCFQCuRXEHjOFscO8VyWHj9JLlA0RzQb8Y2/Ta78XZvT54uGg== +terser-webpack-plugin@^1.2.3, terser-webpack-plugin@^1.3.0, terser-webpack-plugin@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz#61b18e40eaee5be97e771cdbb10ed1280888c2b4" + integrity sha512-ZXmmfiwtCLfz8WKZyYUuuHf3dMYEjg8NrjHMb0JqHVHVOSkzp3cW2/XG1fP3tRhqEqSzMwzzRQGtAPbs4Cncxg== dependencies: - cacache "^11.3.2" - find-cache-dir "^2.0.0" + cacache "^12.0.2" + find-cache-dir "^2.1.0" is-wsl "^1.1.0" - loader-utils "^1.2.3" schema-utils "^1.0.0" serialize-javascript "^1.7.0" source-map "^0.6.1" - terser "^4.0.0" - webpack-sources "^1.3.0" + terser "^4.1.2" + webpack-sources "^1.4.0" worker-farm "^1.7.0" -terser@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/terser/-/terser-4.0.0.tgz#ef356f6f359a963e2cc675517f21c1c382877374" - integrity sha512-dOapGTU0hETFl1tCo4t56FN+2jffoKyER9qBGoUFyZ6y7WLoKT0bF+lAYi6B6YsILcGF3q1C2FBh8QcKSCgkgA== +terser@^4.0.0, terser@^4.1.2: + version "4.3.1" + resolved "https://registry.yarnpkg.com/terser/-/terser-4.3.1.tgz#09820bcb3398299c4b48d9a86aefc65127d0ed65" + integrity sha512-pnzH6dnFEsR2aa2SJaKb1uSCl3QmIsJ8dEkj0Fky+2AwMMcC9doMqLOQIH6wVTEKaVfKVvLSk5qxPBEZT9mywg== dependencies: - commander "^2.19.0" + commander "^2.20.0" source-map "~0.6.1" - source-map-support "~0.5.10" + source-map-support "~0.5.12" testcafe-browser-tools@1.6.8: version "1.6.8" @@ -11037,28 +11233,28 @@ testcafe-browser-tools@1.6.8: read-file-relative "^1.2.0" which-promise "^1.0.0" -testcafe-hammerhead@14.6.8: - version "14.6.8" - resolved "https://registry.yarnpkg.com/testcafe-hammerhead/-/testcafe-hammerhead-14.6.8.tgz#bfde517afbc68041a609de90c8fbab4ed45d2e0c" - integrity sha512-Ep/eBmIBli/utdtzczl1NFRO9Gl/WHzyLTh0kifkbV/xm5EM8FBnSEb72kNrTlPLngvFXAqJccAUaU4DALA+Jg== +testcafe-hammerhead@14.9.2: + version "14.9.2" + resolved "https://registry.yarnpkg.com/testcafe-hammerhead/-/testcafe-hammerhead-14.9.2.tgz#5ab3f32a08d994f189885f4bf648d9bbe90f9be2" + integrity sha512-0rO9NTTueDXPqeWASThKEHX5AGF0FDhiPVRdkkWnKUOAtfPJz/qovZnIEpoC7q0DdmgbYYvK3if9Si8SdFNk0A== dependencies: - acorn-hammerhead "^0.2.0" + acorn-hammerhead "^0.3.0" + asar "^2.0.1" bowser "1.6.0" brotli "^1.3.1" crypto-md5 "^1.0.0" css "2.2.3" - esotope-hammerhead "^0.2.1" + esotope-hammerhead "^0.4.0" iconv-lite "0.4.11" - lodash "4.17.11" + lodash "^4.17.13" lru-cache "2.6.3" - match-url-wildcard "0.0.2" + match-url-wildcard "0.0.4" merge-stream "^1.0.1" mime "~1.4.1" mustache "^2.1.1" nanoid "^0.2.2" os-family "^1.0.0" parse5 "2.2.3" - pify "^2.3.0" pinkie "1.0.0" read-file-relative "^1.2.0" semver "5.5.0" @@ -11086,9 +11282,9 @@ testcafe-legacy-api@3.1.11: strip-bom "^2.0.0" testcafe-react-selectors@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/testcafe-react-selectors/-/testcafe-react-selectors-3.1.0.tgz#c531d6d6a856935971dd3331f5416df420b65aa9" - integrity sha512-o2APYvtIqWdi7wkCFoQLbC5SjboqCA3iW1k9PvfbxxerjQuvUfZMv4QAwVi4SNQ8veK/NSiuSNRP7na0YqNDyQ== + version "3.2.0" + resolved "https://registry.yarnpkg.com/testcafe-react-selectors/-/testcafe-react-selectors-3.2.0.tgz#e01fc858edb30b6f286d41a0e638c0f27f59b93c" + integrity sha512-QOy1f2Dn3GLNUEWm5W9nviRgUYiFEis0MYSeQkgpcBbASLku3rc/X+4gtCx+rytUUqlRlu0njJQU3J5amJZsTg== testcafe-reporter-json@^2.1.0: version "2.2.0" @@ -11116,9 +11312,9 @@ testcafe-reporter-xunit@^2.1.0: integrity sha1-5tZsVyzhWvJmcGrw/WELKoQd1EM= testcafe@^1.1.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/testcafe/-/testcafe-1.2.1.tgz#e4e3f9459cf35d8aa4484ec60edc1597d5a11893" - integrity sha512-kLlrtujAPabG8mh2JNLFIUmhZSHgfeQlT1TO9PikkjBhduirK2OCL6ye8pvyw9rOQVqwIl214wCv5DgAJcaC0w== + version "1.5.0" + resolved "https://registry.yarnpkg.com/testcafe/-/testcafe-1.5.0.tgz#536b606207b358edc408c735cd18a4ccf8441721" + integrity sha512-qtSUH8csayEW/zVLFNmhglBmQIM38rV0dtWzz5khC1BXyIk1xW+Os5vcrepkS8hIXblpJRG0ugi/2FMzBHhH/A== dependencies: "@types/node" "^10.12.19" async-exit-hook "^1.1.2" @@ -11146,7 +11342,7 @@ testcafe@^1.1.0: emittery "^0.4.1" endpoint-utils "^1.0.2" error-stack-parser "^1.3.6" - globby "^3.0.1" + globby "^9.2.0" graceful-fs "^4.1.11" graphlib "^2.1.5" import-lazy "^3.1.0" @@ -11156,7 +11352,7 @@ testcafe@^1.1.0: is-glob "^2.0.1" is-stream "^1.1.0" json5 "^2.1.0" - lodash "^4.17.11" + lodash "^4.17.13" log-update-async-hook "^2.0.2" make-dir "^1.3.0" map-reverse "^1.0.1" @@ -11180,7 +11376,7 @@ testcafe@^1.1.0: source-map-support "^0.5.5" strip-bom "^2.0.0" testcafe-browser-tools "1.6.8" - testcafe-hammerhead "14.6.8" + testcafe-hammerhead "14.9.2" testcafe-legacy-api "3.1.11" testcafe-reporter-json "^2.1.0" testcafe-reporter-list "^2.1.0" @@ -11206,7 +11402,7 @@ tfunk@^3.0.1: chalk "^1.1.1" object-path "^0.9.0" -through2@^2.0.0, through2@^2.0.3: +through2@^2.0.0: version "2.0.5" resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== @@ -11214,6 +11410,13 @@ through2@^2.0.0, through2@^2.0.3: readable-stream "~2.3.6" xtend "~4.0.1" +through2@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.1.tgz#39276e713c3302edf9e388dd9c812dd3b825bd5a" + integrity sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww== + dependencies: + readable-stream "2 || 3" + through@^2.3.6, through@~2.3.4: version "2.3.8" resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" @@ -11225,9 +11428,9 @@ time-limit-promise@^1.0.2: integrity sha512-FLHDDsIDducw7MBcRWlFtW2Tm50DoKOSFf0Nzx17qwXj8REXCte0eUkHrJl9QU3Bl9arG3XNYX0PcHpZ9xyuLw== timers-browserify@^2.0.4: - version "2.0.10" - resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.10.tgz#1d28e3d2aadf1d5a5996c4e9f95601cd053480ae" - integrity sha512-YvC1SV1XdOUaL6gx5CoGroT3Gu49pK9+TZ38ErPldOWW4j49GI1HKs9DV+KGq/w6y+LZ72W1c8cKz2vzY+qpzg== + version "2.0.11" + resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.11.tgz#800b1f3eee272e5bc53ee465a04d0e804c31211f" + integrity sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ== dependencies: setimmediate "^1.0.4" @@ -11253,6 +11456,14 @@ tiny-lr@^1.1.1: object-assign "^4.1.0" qs "^6.4.0" +tmp-promise@^1.0.5: + version "1.1.0" + resolved "https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-1.1.0.tgz#bb924d239029157b9bc1d506a6aa341f8b13e64c" + integrity sha512-8+Ah9aB1IRXCnIOxXZ0uFozV1nMU5xiu7hhFVUSxZ3bYu+psD4TzagCzVbexUCgNNGJnsmNDQlS4nG3mTyoNkw== + dependencies: + bluebird "^3.5.0" + tmp "0.1.0" + tmp@0.0.28: version "0.0.28" resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.28.tgz#172735b7f614ea7af39664fa84cf0de4e515d120" @@ -11267,6 +11478,13 @@ tmp@0.0.x, tmp@^0.0.33: dependencies: os-tmpdir "~1.0.2" +tmp@0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877" + integrity sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw== + dependencies: + rimraf "^2.6.3" + to-array@0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/to-array/-/to-array-0.1.4.tgz#17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890" @@ -11302,6 +11520,13 @@ to-regex-range@^2.1.0: is-number "^3.0.0" repeat-string "^1.6.1" +to-regex-range@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== + dependencies: + is-number "^7.0.0" + to-regex@^3.0.1, to-regex@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" @@ -11339,7 +11564,7 @@ tough-cookie@~2.4.3: psl "^1.1.24" punycode "^1.4.1" -tree-kill@^1.1.0: +tree-kill@^1.1.0, tree-kill@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.1.tgz#5398f374e2f292b9dcc7b2e71e30a5c3bb6c743a" integrity sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q== @@ -11432,15 +11657,15 @@ tslint-react@^3.6.0: tsutils "^2.13.1" tslint@^5.11.0: - version "5.18.0" - resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.18.0.tgz#f61a6ddcf372344ac5e41708095bbf043a147ac6" - integrity sha512-Q3kXkuDEijQ37nXZZLKErssQVnwCV/+23gFEMROi8IlbaBG6tXqLPQJ5Wjcyt/yHPKBC+hD5SzuGaMora+ZS6w== + version "5.20.0" + resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.0.tgz#fac93bfa79568a5a24e7be9cdde5e02b02d00ec1" + integrity sha512-2vqIvkMHbnx8acMogAERQ/IuINOq6DFqgF8/VDvhEkBqQh/x6SP0Y+OHnKth9/ZcHQSroOZwUQSN18v8KKF0/g== dependencies: "@babel/code-frame" "^7.0.0" builtin-modules "^1.1.1" chalk "^2.3.0" commander "^2.12.1" - diff "^3.2.0" + diff "^4.0.1" glob "^7.1.1" js-yaml "^3.13.1" minimatch "^3.0.4" @@ -11492,9 +11717,9 @@ typedarray@^0.0.6: integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= typescript@^3.2.2, typescript@^3.3.3: - version "3.5.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.2.tgz#a09e1dc69bc9551cadf17dba10ee42cf55e5d56c" - integrity sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA== + version "3.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.3.tgz#fea942fabb20f7e1ca7164ff626f1a9f3f70b4da" + integrity sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw== ua-parser-js@0.7.17: version "0.7.17" @@ -11664,9 +11889,9 @@ untildify@^2.1.0: os-homedir "^1.0.0" upath@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.2.tgz#3db658600edaeeccbe6db5e684d67ee8c2acd068" - integrity sha512-kXpym8nmDmlCBr7nKdIx8P2jNBa+pBpIUFRnKJ4dr8htyYGJFokkr2ZvERRtUN+9SY+JqXouNgUPtv6JQva/2Q== + version "1.2.0" + resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" + integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== uri-js@^4.2.2: version "4.2.2" @@ -11756,9 +11981,9 @@ utils-merge@1.0.1: integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= uuid@^3.3.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" - integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== + version "3.3.3" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" + integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ== v8-compile-cache@2.0.3: version "2.0.3" @@ -11821,7 +12046,7 @@ warning@^3.0.0: dependencies: loose-envify "^1.0.0" -warning@^4.0.1: +warning@^4.0.1, warning@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3" integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w== @@ -11836,7 +12061,7 @@ watch@^1.0.2: exec-sh "^0.2.0" minimist "^1.2.0" -watchpack@^1.5.0: +watchpack@^1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00" integrity sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA== @@ -11851,9 +12076,9 @@ webauth@^1.1.0: integrity sha1-ZHBPa4AmmGYFvDymKZUubib90QA= webpack-cli@^3.3.2: - version "3.3.5" - resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.5.tgz#f4d1238a66a2843d9cebf189835ea22142e72767" - integrity sha512-w0j/s42c5UhchwTmV/45MLQnTVwRoaUTu9fM5LuyOd/8lFoCNCELDogFoecx5NzRUndO0yD/gF2b02XKMnmAWQ== + version "3.3.8" + resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.8.tgz#caeaebcc26f685db1736e5decd3f01aac30123ec" + integrity sha512-RANYSXwikSWINjHMd/mtesblNSpjpDLoYTBtP99n1RhXqVI/wxN40Auqy42I7y4xrbmRBoA5Zy5E0JSBD5XRhw== dependencies: chalk "2.4.2" cross-spawn "6.0.5" @@ -11875,43 +12100,42 @@ webpack-livereload-plugin@^2.2.0: portfinder "^1.0.17" tiny-lr "^1.1.1" -webpack-sources@^1.1.0, webpack-sources@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.3.0.tgz#2a28dcb9f1f45fe960d8f1493252b5ee6530fa85" - integrity sha512-OiVgSrbGu7NEnEvQJJgdSFPl2qWKkWq5lHMhgiToIiN9w34EBnjYzSYs+VbL5KoYiLNtFFa7BZIKxRED3I32pA== +webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1: + version "1.4.3" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" + integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== dependencies: source-list-map "^2.0.0" source-map "~0.6.1" webpack@^4.29.3: - version "4.35.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.35.0.tgz#ad3f0f8190876328806ccb7a36f3ce6e764b8378" - integrity sha512-M5hL3qpVvtr8d4YaJANbAQBc4uT01G33eDpl/psRTBCfjxFTihdhin1NtAKB1ruDwzeVdcsHHV3NX+QsAgOosw== + version "4.40.2" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.40.2.tgz#d21433d250f900bf0facbabe8f50d585b2dc30a7" + integrity sha512-5nIvteTDCUws2DVvP9Qe+JPla7kWPPIDFZv55To7IycHWZ+Z5qBdaBYPyuXWdhggTufZkQwfIK+5rKQTVovm2A== dependencies: "@webassemblyjs/ast" "1.8.5" "@webassemblyjs/helper-module-context" "1.8.5" "@webassemblyjs/wasm-edit" "1.8.5" "@webassemblyjs/wasm-parser" "1.8.5" - acorn "^6.0.5" - acorn-dynamic-import "^4.0.0" - ajv "^6.1.0" - ajv-keywords "^3.1.0" - chrome-trace-event "^1.0.0" + acorn "^6.2.1" + ajv "^6.10.2" + ajv-keywords "^3.4.1" + chrome-trace-event "^1.0.2" enhanced-resolve "^4.1.0" - eslint-scope "^4.0.0" + eslint-scope "^4.0.3" json-parse-better-errors "^1.0.2" - loader-runner "^2.3.0" - loader-utils "^1.1.0" - memory-fs "~0.4.1" - micromatch "^3.1.8" - mkdirp "~0.5.0" - neo-async "^2.5.0" - node-libs-browser "^2.0.0" + loader-runner "^2.4.0" + loader-utils "^1.2.3" + memory-fs "^0.4.1" + micromatch "^3.1.10" + mkdirp "^0.5.1" + neo-async "^2.6.1" + node-libs-browser "^2.2.1" schema-utils "^1.0.0" - tapable "^1.1.0" - terser-webpack-plugin "^1.1.0" - watchpack "^1.5.0" - webpack-sources "^1.3.0" + tapable "^1.1.3" + terser-webpack-plugin "^1.4.1" + watchpack "^1.6.0" + webpack-sources "^1.4.1" websocket-driver@>=0.3.6, websocket-driver@>=0.5.1: version "0.7.3" @@ -12057,10 +12281,10 @@ xmlhttprequest-ssl@~1.5.4: resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz#c2876b06168aadc40e57d97e81191ac8f4398b3e" integrity sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4= -xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.0, xtend@~4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" - integrity sha1-pcbVMr5lbiPbgg77lDofBJmNY68= +xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: + version "4.0.2" + resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" + integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== y18n@^3.2.1: version "3.2.1" @@ -12175,7 +12399,7 @@ yargs@6.6.0: y18n "^3.2.1" yargs-parser "^4.2.0" -yargs@^12.0.1: +yargs@^12.0.5: version "12.0.5" resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13" integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw== @@ -12218,19 +12442,19 @@ yeast@0.1.2: integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk= yoast-components@^4.26.0: - version "4.28.0" - resolved "https://registry.yarnpkg.com/yoast-components/-/yoast-components-4.28.0.tgz#4e6cabf118f8f847a72bb4566a1a29ce291aae5c" - integrity sha512-uKO2ujDgAgxYPtCmkIyLaEZZhe+YR73aMCKLj5Ep+bgETh5nqrRqi/M4TXwbz9NUyToMdGIDaGQn544MlBt6yg== + version "4.32.0" + resolved "https://registry.yarnpkg.com/yoast-components/-/yoast-components-4.32.0.tgz#5369a11626b0fcf636880cca5213d1ce0a62be17" + integrity sha512-OPDv8Ns/O10HlTqwaT/zdlUMMGTmB94pS32chT45euTx7xrMCa7EFYEK/9OmioGvfL59dGbEz5JjnxR6ik5udA== dependencies: "@wordpress/a11y" "^1.0.7" "@wordpress/i18n" "^1.1.0" - "@yoast/algolia-search-box" "^1.4.0-rc.0" - "@yoast/analysis-report" "^0.5.0-rc.0" - "@yoast/components" "^0.5.0-rc.0" - "@yoast/configuration-wizard" "^1.4.0-rc.0" + "@yoast/algolia-search-box" "^1.5.0" + "@yoast/analysis-report" "^0.6.0" + "@yoast/components" "^0.6.0" + "@yoast/configuration-wizard" "^1.5.0" "@yoast/helpers" "^0.4.0-rc.2" - "@yoast/search-metadata-previews" "^1.4.0" - "@yoast/style-guide" "^0.4.0-rc.1" + "@yoast/search-metadata-previews" "^1.8.0" + "@yoast/style-guide" "^0.4.0" algoliasearch "^3.22.3" clipboard "^1.5.15" draft-js "^0.10.5" @@ -12249,12 +12473,12 @@ yoast-components@^4.26.0: styled-components "^4.2.0" whatwg-fetch "^1.0.0" wicked-good-xpath "^1.3.0" - yoastseo "^1.55.0" + yoastseo "^1.59.0" -yoastseo@^1.53.0, yoastseo@^1.55.0: - version "1.55.0" - resolved "https://registry.yarnpkg.com/yoastseo/-/yoastseo-1.55.0.tgz#3e2dac9ff1f4c6e02d9b726d16b62bf633d00650" - integrity sha512-yWnS18Yuu7bN2fWXC5pbNdnYpkDwN3ttg3bFC/QskU+57NMKuS6yBRDuRvlaDy1pcoue7ZbarvUsCkXcg5JbtA== +yoastseo@^1.53.0, yoastseo@^1.59.0: + version "1.59.0" + resolved "https://registry.yarnpkg.com/yoastseo/-/yoastseo-1.59.0.tgz#4ab2f20199482cdf45c7fcad5f612cfa1279e7ef" + integrity sha512-ECSyhDwabUH5eeC2/m/FhsYmU4j9JRMzN//lvJV5U0TIYjIYkvrxylrjx06C27fJ2irObtdEceDyyE8o0eFeUQ== dependencies: "@wordpress/autop" "^2.0.2" "@yoast/feature-flag" "^0.3.0-rc.1" diff --git a/Resources/Public/Assets/app.js b/Resources/Public/Assets/app.js index d6b6378..f876e3e 100644 --- a/Resources/Public/Assets/app.js +++ b/Resources/Public/Assets/app.js @@ -1,39 +1,33 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=257)}([function(e,t,n){e.exports=n(299)()},function(e,t,n){"use strict";e.exports=n(258)},function(e,t,n){"use strict";(function(e){n.d(t,"c",function(){return rt}),n.d(t,"a",function(){return Ge}),n.d(t,"d",function(){return ot});var r=n(136),o=n.n(r),i=n(232),a=n.n(i),s=n(1),u=n.n(s),l=n(233),c=n(137),f=n(138),p=(n(0),n(246)),d=n(247),h=function(e,t){for(var n=[e[0]],r=0,o=t.length;r=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n},_=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},x=function(e){return"object"===(void 0===e?"undefined":b(e))&&e.constructor===Object},k=Object.freeze([]),O=Object.freeze({});function S(e){return"function"==typeof e}function E(e){return e.displayName||e.name||"Component"}function C(e){return e&&"string"==typeof e.styledComponentId}var j=void 0!==e&&(e.env.REACT_APP_SC_ATTR||e.env.SC_ATTR)||"data-styled",T="undefined"!=typeof window&&"HTMLElement"in window,P="boolean"==typeof SC_DISABLE_SPEEDY&&SC_DISABLE_SPEEDY||void 0!==e&&(e.env.REACT_APP_SC_DISABLE_SPEEDY||e.env.SC_DISABLE_SPEEDY)||!1;var z=function(e){function t(n){g(this,t);for(var r=arguments.length,o=Array(r>1?r-1:0),i=1;i0?" Additional arguments: "+o.join(", "):"")));return _(a)}return m(t,e),t}(Error),A=/^[^\S\n]*?\/\* sc-component-id:\s*(\S+)\s+\*\//gm,R=function(e){var t=""+(e||""),n=[];return t.replace(A,function(e,t,r){return n.push({componentId:t,matchIndex:r}),e}),n.map(function(e,r){var o=e.componentId,i=e.matchIndex,a=n[r+1];return{componentId:o,cssFromDOM:a?t.slice(i,a.matchIndex):t.slice(i)}})},I=/^\s*\/\/.*$/gm,M=new o.a({global:!1,cascade:!0,keyframe:!1,prefix:!1,compress:!1,semicolon:!0}),q=new o.a({global:!1,cascade:!0,keyframe:!1,prefix:!0,compress:!1,semicolon:!1}),B=[],F=function(e){if(-2===e){var t=B;return B=[],t}},N=a()(function(e){B.push(e)}),D=void 0,$=void 0,L=void 0,U=function(e,t,n){return t>0&&-1!==n.slice(0,t).indexOf($)&&n.slice(t-$.length,t)!==$?"."+D:e};q.use([function(e,t,n){2===e&&n.length&&n[0].lastIndexOf($)>0&&(n[0]=n[0].replace(L,U))},N,F]),M.use([N,F]);var W=function(e){return M("",e)};function K(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"&",o=e.join("").replace(I,""),i=t&&n?n+" "+t+" { "+o+" }":o;return D=r,$=t,L=new RegExp("\\"+$+"\\b","g"),q(n||!t?"":t,i)}var H=function(){return n.nc},V=function(e,t,n){n&&((e[t]||(e[t]=Object.create(null)))[n]=!0)},G=function(e,t){e[t]=Object.create(null)},Y=function(e){return function(t,n){return void 0!==e[t]&&e[t][n]}},X=function(e){var t="";for(var n in e)t+=Object.keys(e[n]).join(" ")+" ";return t.trim()},J=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets.length,n=0;n"+e()+""}},ne=function(e,t){return function(){var n,r=((n={})[j]=X(t),n["data-styled-version"]="4.3.2",n),o=H();return o&&(r.nonce=o),u.a.createElement("style",v({},r,{dangerouslySetInnerHTML:{__html:e()}}))}},re=function(e){return function(){return Object.keys(e)}},oe=function(e){return document.createTextNode(Z(e))},ie=function e(t,n){var r=void 0===t?Object.create(null):t,o=void 0===n?Object.create(null):n,i=function(e){var t=o[e];return void 0!==t?t:o[e]=[""]},a=function(){var e="";for(var t in o){var n=o[t][0];n&&(e+=Z(t)+n)}return e};return{clone:function(){var t=function(e){var t=Object.create(null);for(var n in e)t[n]=v({},e[n]);return t}(r),n=Object.create(null);for(var i in o)n[i]=[o[i][0]];return e(t,n)},css:a,getIds:re(o),hasNameForId:Y(r),insertMarker:i,insertRules:function(e,t,n){i(e)[0]+=t.join(" "),V(r,e,n)},removeRules:function(e){var t=o[e];void 0!==t&&(t[0]="",G(r,e))},sealed:!1,styleTag:null,toElement:ne(a,r),toHTML:te(a,r)}},ae=function(e,t,n,r,o){if(T&&!n){var i=function(e,t,n){var r=document.createElement("style");r.setAttribute(j,""),r.setAttribute("data-styled-version","4.3.2");var o=H();if(o&&r.setAttribute("nonce",o),r.appendChild(document.createTextNode("")),e&&!t)e.appendChild(r);else{if(!t||!e||!t.parentNode)throw new z(6);t.parentNode.insertBefore(r,n?t:t.nextSibling)}return r}(e,t,r);return P?function(e,t){var n=Object.create(null),r=Object.create(null),o=void 0!==t,i=!1,a=function(t){var o=r[t];return void 0!==o?o:(r[t]=oe(t),e.appendChild(r[t]),n[t]=Object.create(null),r[t])},s=function(){var e="";for(var t in r)e+=r[t].data;return e};return{clone:function(){throw new z(5)},css:s,getIds:re(r),hasNameForId:Y(n),insertMarker:a,insertRules:function(e,r,s){for(var u=a(e),l=[],c=r.length,f=0;f0&&(i=!0,t().insertRules(e+"-import",l))},removeRules:function(a){var s=r[a];if(void 0!==s){var u=oe(a);e.replaceChild(u,s),r[a]=u,G(n,a),o&&i&&t().removeRules(a+"-import")}},sealed:!1,styleTag:e,toElement:ne(s,n),toHTML:te(s,n)}}(i,o):function(e,t){var n=Object.create(null),r=Object.create(null),o=[],i=void 0!==t,a=!1,s=function(e){var t=r[e];return void 0!==t?t:(r[e]=o.length,o.push(0),G(n,e),r[e])},u=function(){var t=J(e).cssRules,n="";for(var i in r){n+=Z(i);for(var a=r[i],s=ee(o,a),u=s-o[a];u0&&(a=!0,t().insertRules(r+"-import",h)),o[c]+=d,V(n,r,l)},removeRules:function(s){var u=r[s];if(void 0!==u){var l=o[u];!function(e,t,n){for(var r=t-n,o=t;o>r;o-=1)e.deleteRule(o)}(J(e),ee(o,u)-1,l),o[u]=0,G(n,s),i&&a&&t().removeRules(s+"-import")}},sealed:!1,styleTag:e,toElement:ne(u,n),toHTML:te(u,n)}}(i,o)}return ie()},se=/\s+/,ue=void 0;ue=T?P?40:1e3:-1;var le=0,ce=void 0,fe=function(){function e(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:T?document.head:null,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];g(this,e),this.getImportRuleTag=function(){var e=t.importRuleTag;if(void 0!==e)return e;var n=t.tags[0];return t.importRuleTag=ae(t.target,n?n.styleTag:null,t.forceServer,!0)},le+=1,this.id=le,this.forceServer=r,this.target=r?null:n,this.tagMap={},this.deferred={},this.rehydratedNames={},this.ignoreRehydratedNames={},this.tags=[],this.capacity=1,this.clones=[]}return e.prototype.rehydrate=function(){if(!T||this.forceServer)return this;var e=[],t=[],n=!1,r=document.querySelectorAll("style["+j+'][data-styled-version="4.3.2"]'),o=r.length;if(!o)return this;for(var i=0;i0&&void 0!==arguments[0]&&arguments[0];ce=new e(void 0,t).rehydrate()},e.prototype.clone=function(){var t=new e(this.target,this.forceServer);return this.clones.push(t),t.tags=this.tags.map(function(e){for(var n=e.getIds(),r=e.clone(),o=0;o1?t-1:0),r=1;r=4;)t=1540483477*(65535&(t=255&e.charCodeAt(o)|(255&e.charCodeAt(++o))<<8|(255&e.charCodeAt(++o))<<16|(255&e.charCodeAt(++o))<<24))+((1540483477*(t>>>16)&65535)<<16),r=1540483477*(65535&r)+((1540483477*(r>>>16)&65535)<<16)^(t=1540483477*(65535&(t^=t>>>24))+((1540483477*(t>>>16)&65535)<<16)),n-=4,++o;switch(n){case 3:r^=(255&e.charCodeAt(o+2))<<16;case 2:r^=(255&e.charCodeAt(o+1))<<8;case 1:r=1540483477*(65535&(r^=255&e.charCodeAt(o)))+((1540483477*(r>>>16)&65535)<<16)}return((r=1540483477*(65535&(r^=r>>>13))+((1540483477*(r>>>16)&65535)<<16))^r>>>15)>>>0}var _e=52,xe=function(e){return String.fromCharCode(e+(e>25?39:97))};function ke(e){var t="",n=void 0;for(n=e;n>_e;n=Math.floor(n/_e))t=xe(n%_e)+t;return xe(n%_e)+t}function Oe(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:O,r=!!n&&e.theme===n.theme;return e.theme&&!r?e.theme:t||n.theme},Pe=/[[\].#*$><+~=|^:(),"'`-]+/g,ze=/(^-|-$)/g;function Ae(e){return e.replace(Pe,"-").replace(ze,"")}function Re(e){return"string"==typeof e&&!0}var Ie={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDerivedStateFromProps:!0,propTypes:!0,type:!0},Me={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},qe=((Se={})[c.ForwardRef]={$$typeof:!0,render:!0},Se),Be=Object.defineProperty,Fe=Object.getOwnPropertyNames,Ne=Object.getOwnPropertySymbols,De=void 0===Ne?function(){return[]}:Ne,$e=Object.getOwnPropertyDescriptor,Le=Object.getPrototypeOf,Ue=Object.prototype,We=Array.prototype;function Ke(e,t,n){if("string"!=typeof t){var r=Le(t);r&&r!==Ue&&Ke(e,r,n);for(var o=We.concat(Fe(t),De(t)),i=qe[e.$$typeof]||Ie,a=qe[t.$$typeof]||Ie,s=o.length,u=void 0,l=void 0;s--;)if(l=o[s],!(Me[l]||n&&n[l]||a&&a[l]||i&&i[l])&&(u=$e(t,l)))try{Be(e,l,u)}catch(e){}return e}return e}var He=Object(s.createContext)(),Ve=He.Consumer,Ge=function(e){function t(n){g(this,t);var r=_(this,e.call(this,n));return r.getContext=Object(f.a)(r.getContext.bind(r)),r.renderInner=r.renderInner.bind(r),r}return m(t,e),t.prototype.render=function(){return this.props.children?u.a.createElement(He.Consumer,null,this.renderInner):null},t.prototype.renderInner=function(e){var t=this.getContext(this.props.theme,e);return u.a.createElement(He.Provider,{value:t},u.a.Children.only(this.props.children))},t.prototype.getTheme=function(e,t){if(S(e))return e(t);if(null===e||Array.isArray(e)||"object"!==(void 0===e?"undefined":b(e)))throw new z(8);return v({},t,e)},t.prototype.getContext=function(e,t){return this.getTheme(e,t)},t}(s.Component),Ye=(function(){function e(){g(this,e),this.masterSheet=fe.master,this.instance=this.masterSheet.clone(),this.sealed=!1}e.prototype.seal=function(){if(!this.sealed){var e=this.masterSheet.clones.indexOf(this.instance);this.masterSheet.clones.splice(e,1),this.sealed=!0}},e.prototype.collectStyles=function(e){if(this.sealed)throw new z(2);return u.a.createElement(Je,{sheet:this.instance},e)},e.prototype.getStyleTags=function(){return this.seal(),this.instance.toHTML()},e.prototype.getStyleElement=function(){return this.seal(),this.instance.toReactElements()},e.prototype.interleaveWithNodeStream=function(e){throw new z(3)}}(),Object(s.createContext)()),Xe=Ye.Consumer,Je=function(e){function t(n){g(this,t);var r=_(this,e.call(this,n));return r.getContext=Object(f.a)(r.getContext),r}return m(t,e),t.prototype.getContext=function(e,t){if(e)return e;if(t)return new fe(t);throw new z(4)},t.prototype.render=function(){var e=this.props,t=e.children,n=e.sheet,r=e.target;return u.a.createElement(Ye.Provider,{value:this.getContext(n,r)},t)},t}(s.Component),Qe={};var Ze=function(e){function t(){g(this,t);var n=_(this,e.call(this));return n.attrs={},n.renderOuter=n.renderOuter.bind(n),n.renderInner=n.renderInner.bind(n),n}return m(t,e),t.prototype.render=function(){return u.a.createElement(Xe,null,this.renderOuter)},t.prototype.renderOuter=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:fe.master;return this.styleSheet=e,this.props.forwardedComponent.componentStyle.isStatic?this.renderInner():u.a.createElement(Ve,null,this.renderInner)},t.prototype.renderInner=function(e){var t=this.props.forwardedComponent,n=t.componentStyle,r=t.defaultProps,o=(t.displayName,t.foldedComponentIds),i=t.styledComponentId,a=t.target,u=void 0;u=n.isStatic?this.generateAndInjectStyles(O,this.props):this.generateAndInjectStyles(Te(this.props,e,r)||O,this.props);var l=this.props.as||this.attrs.as||a,c=Re(l),f={},d=v({},this.attrs,this.props),h=void 0;for(h in d)"forwardedComponent"!==h&&"as"!==h&&("forwardedRef"===h?f.ref=d[h]:"forwardedAs"===h?f.as=d[h]:c&&!Object(p.a)(h)||(f[h]=d[h]));return this.props.style&&this.attrs.style&&(f.style=v({},this.attrs.style,this.props.style)),f.className=Array.prototype.concat(o,this.props.className,i,this.attrs.className,u).filter(Boolean).join(" "),Object(s.createElement)(l,f)},t.prototype.buildExecutionContext=function(e,t,n){var r=this,o=v({},t,{theme:e});return n.length?(this.attrs={},n.forEach(function(e){var t,n=e,i=!1,a=void 0,s=void 0;for(s in S(n)&&(n=n(o),i=!0),n)a=n[s],i||!S(a)||(t=a)&&t.prototype&&t.prototype.isReactComponent||C(a)||(a=a(o)),r.attrs[s]=a,o[s]=a}),o):o},t.prototype.generateAndInjectStyles=function(e,t){var n=t.forwardedComponent,r=n.attrs,o=n.componentStyle;n.warnTooManyClasses;return o.isStatic&&!r.length?o.generateAndInjectStyles(O,this.styleSheet):o.generateAndInjectStyles(this.buildExecutionContext(e,t,r),this.styleSheet)},t}(s.Component);function et(e,t,n){var r=C(e),o=!Re(e),i=t.displayName,a=void 0===i?function(e){return Re(e)?"styled."+e:"Styled("+E(e)+")"}(e):i,s=t.componentId,l=void 0===s?function(e,t,n){var r="string"!=typeof t?"sc":Ae(t),o=(Qe[r]||0)+1;Qe[r]=o;var i=r+"-"+e.generateName(r+o);return n?n+"-"+i:i}(je,t.displayName,t.parentComponentId):s,c=t.ParentComponent,f=void 0===c?Ze:c,p=t.attrs,h=void 0===p?k:p,b=t.displayName&&t.componentId?Ae(t.displayName)+"-"+t.componentId:t.componentId||l,g=r&&e.attrs?Array.prototype.concat(e.attrs,h).filter(Boolean):h,y=new je(r?e.componentStyle.rules.concat(n):n,g,b),m=void 0,_=function(e,t){return u.a.createElement(f,v({},e,{forwardedComponent:m,forwardedRef:t}))};return _.displayName=a,(m=u.a.forwardRef(_)).displayName=a,m.attrs=g,m.componentStyle=y,m.foldedComponentIds=r?Array.prototype.concat(e.foldedComponentIds,e.styledComponentId):k,m.styledComponentId=b,m.target=r?e.target:e,m.withComponent=function(e){var r=t.componentId,o=w(t,["componentId"]),i=r&&r+"-"+(Re(e)?e:Ae(E(e)));return et(e,v({},o,{attrs:g,componentId:i,ParentComponent:f}),n)},Object.defineProperty(m,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(t){this._foldedDefaultProps=r?Object(d.a)(e.defaultProps,t):t}}),m.toString=function(){return"."+m.styledComponentId},o&&Ke(m,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,styledComponentId:!0,target:!0,withComponent:!0}),m}var tt=function(e){return function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:O;if(!Object(c.isValidElementType)(n))throw new z(1,String(n));var o=function(){return t(n,r,me.apply(void 0,arguments))};return o.withConfig=function(o){return e(t,n,v({},r,o))},o.attrs=function(o){return e(t,n,v({},r,{attrs:Array.prototype.concat(r.attrs,o).filter(Boolean)}))},o}(et,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"].forEach(function(e){tt[e]=tt(e)});!function(){function e(t,n){g(this,e),this.rules=t,this.componentId=n,this.isStatic=Oe(t,k),fe.master.hasId(n)||fe.master.deferredInject(n,[])}e.prototype.createStyles=function(e,t){var n=K(ve(this.rules,e,t),"");t.inject(this.componentId,n)},e.prototype.removeStyles=function(e){var t=this.componentId;e.hasId(t)&&e.remove(t)},e.prototype.renderStyles=function(e,t){this.removeStyles(t),this.createStyles(e,t)}}();T&&(window.scCGSHMRCache={});var nt=function(e){return e.replace(/\s|\\n/g,"")};function rt(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r>>0;if(""+n!==t||4294967295===n)return NaN;t=n}return t<0?S(e)+t:t}function C(){return!0}function j(e,t,n){return(0===e||void 0!==n&&e<=-n)&&(void 0===t||void 0!==n&&t>=n)}function T(e,t){return z(e,t,0)}function P(e,t){return z(e,t,t)}function z(e,t,n){return void 0===e?n:e<0?Math.max(0,t+e):void 0===t?e:Math.min(t,e)}var A=0,R=1,I=2,M="function"==typeof Symbol&&Symbol.iterator,q="@@iterator",B=M||q;function F(e){this.next=e}function N(e,t,n,r){var o=0===e?t:1===e?n:[t,n];return r?r.value=o:r={value:o,done:!1},r}function D(){return{value:void 0,done:!0}}function $(e){return!!W(e)}function L(e){return e&&"function"==typeof e.next}function U(e){var t=W(e);return t&&t.call(e)}function W(e){var t=e&&(M&&e[M]||e[q]);if("function"==typeof t)return t}function K(e){return e&&"number"==typeof e.length}function H(e){return null==e?ie():a(e)?e.toSeq():function(e){var t=ue(e)||"object"==typeof e&&new te(e);if(!t)throw new TypeError("Expected Array or iterable object of values, or keyed object: "+e);return t}(e)}function V(e){return null==e?ie().toKeyedSeq():a(e)?s(e)?e.toSeq():e.fromEntrySeq():ae(e)}function G(e){return null==e?ie():a(e)?s(e)?e.entrySeq():e.toIndexedSeq():se(e)}function Y(e){return(null==e?ie():a(e)?s(e)?e.entrySeq():e:se(e)).toSetSeq()}F.prototype.toString=function(){return"[Iterator]"},F.KEYS=A,F.VALUES=R,F.ENTRIES=I,F.prototype.inspect=F.prototype.toSource=function(){return this.toString()},F.prototype[B]=function(){return this},t(H,n),H.of=function(){return H(arguments)},H.prototype.toSeq=function(){return this},H.prototype.toString=function(){return this.__toString("Seq {","}")},H.prototype.cacheResult=function(){return!this._cache&&this.__iterateUncached&&(this._cache=this.entrySeq().toArray(),this.size=this._cache.length),this},H.prototype.__iterate=function(e,t){return le(this,e,t,!0)},H.prototype.__iterator=function(e,t){return ce(this,e,t,!0)},t(V,H),V.prototype.toKeyedSeq=function(){return this},t(G,H),G.of=function(){return G(arguments)},G.prototype.toIndexedSeq=function(){return this},G.prototype.toString=function(){return this.__toString("Seq [","]")},G.prototype.__iterate=function(e,t){return le(this,e,t,!1)},G.prototype.__iterator=function(e,t){return ce(this,e,t,!1)},t(Y,H),Y.of=function(){return Y(arguments)},Y.prototype.toSetSeq=function(){return this},H.isSeq=oe,H.Keyed=V,H.Set=Y,H.Indexed=G;var X,J,Q,Z="@@__IMMUTABLE_SEQ__@@";function ee(e){this._array=e,this.size=e.length}function te(e){var t=Object.keys(e);this._object=e,this._keys=t,this.size=t.length}function ne(e){this._iterable=e,this.size=e.length||e.size}function re(e){this._iterator=e,this._iteratorCache=[]}function oe(e){return!(!e||!e[Z])}function ie(){return X||(X=new ee([]))}function ae(e){var t=Array.isArray(e)?new ee(e).fromEntrySeq():L(e)?new re(e).fromEntrySeq():$(e)?new ne(e).fromEntrySeq():"object"==typeof e?new te(e):void 0;if(!t)throw new TypeError("Expected Array or iterable object of [k, v] entries, or keyed object: "+e);return t}function se(e){var t=ue(e);if(!t)throw new TypeError("Expected Array or iterable object of values: "+e);return t}function ue(e){return K(e)?new ee(e):L(e)?new re(e):$(e)?new ne(e):void 0}function le(e,t,n,r){var o=e._cache;if(o){for(var i=o.length-1,a=0;a<=i;a++){var s=o[n?i-a:a];if(!1===t(s[1],r?s[0]:a,e))return a+1}return a}return e.__iterateUncached(t,n)}function ce(e,t,n,r){var o=e._cache;if(o){var i=o.length-1,a=0;return new F(function(){var e=o[n?i-a:a];return a++>i?{value:void 0,done:!0}:N(t,r?e[0]:a-1,e[1])})}return e.__iteratorUncached(t,n)}function fe(e,t){return t?function e(t,n,r,o){return Array.isArray(n)?t.call(o,r,G(n).map(function(r,o){return e(t,r,o,n)})):de(n)?t.call(o,r,V(n).map(function(r,o){return e(t,r,o,n)})):n}(t,e,"",{"":e}):pe(e)}function pe(e){return Array.isArray(e)?G(e).map(pe).toList():de(e)?V(e).map(pe).toMap():e}function de(e){return e&&(e.constructor===Object||void 0===e.constructor)}function he(e,t){if(e===t||e!=e&&t!=t)return!0;if(!e||!t)return!1;if("function"==typeof e.valueOf&&"function"==typeof t.valueOf){if(e=e.valueOf(),t=t.valueOf(),e===t||e!=e&&t!=t)return!0;if(!e||!t)return!1}return!("function"!=typeof e.equals||"function"!=typeof t.equals||!e.equals(t))}function be(e,t){if(e===t)return!0;if(!a(t)||void 0!==e.size&&void 0!==t.size&&e.size!==t.size||void 0!==e.__hash&&void 0!==t.__hash&&e.__hash!==t.__hash||s(e)!==s(t)||u(e)!==u(t)||c(e)!==c(t))return!1;if(0===e.size&&0===t.size)return!0;var n=!l(e);if(c(e)){var r=e.entries();return t.every(function(e,t){var o=r.next().value;return o&&he(o[1],e)&&(n||he(o[0],t))})&&r.next().done}var o=!1;if(void 0===e.size)if(void 0===t.size)"function"==typeof e.cacheResult&&e.cacheResult();else{o=!0;var i=e;e=t,t=i}var f=!0,p=t.__iterate(function(t,r){if(n?!e.has(t):o?!he(t,e.get(r,v)):!he(e.get(r,v),t))return f=!1,!1});return f&&e.size===p}function ge(e,t){if(!(this instanceof ge))return new ge(e,t);if(this._value=e,this.size=void 0===t?1/0:Math.max(0,t),0===this.size){if(J)return J;J=this}}function ye(e,t){if(!e)throw new Error(t)}function ve(e,t,n){if(!(this instanceof ve))return new ve(e,t,n);if(ye(0!==n,"Cannot step a Range by 0"),e=e||0,void 0===t&&(t=1/0),n=void 0===n?1:Math.abs(n),tr?{value:void 0,done:!0}:N(e,o,n[t?r-o++:o++])})},t(te,V),te.prototype.get=function(e,t){return void 0===t||this.has(e)?this._object[e]:t},te.prototype.has=function(e){return this._object.hasOwnProperty(e)},te.prototype.__iterate=function(e,t){for(var n=this._object,r=this._keys,o=r.length-1,i=0;i<=o;i++){var a=r[t?o-i:i];if(!1===e(n[a],a,this))return i+1}return i},te.prototype.__iterator=function(e,t){var n=this._object,r=this._keys,o=r.length-1,i=0;return new F(function(){var a=r[t?o-i:i];return i++>o?{value:void 0,done:!0}:N(e,a,n[a])})},te.prototype[h]=!0,t(ne,G),ne.prototype.__iterateUncached=function(e,t){if(t)return this.cacheResult().__iterate(e,t);var n=this._iterable,r=U(n),o=0;if(L(r))for(var i;!(i=r.next()).done&&!1!==e(i.value,o++,this););return o},ne.prototype.__iteratorUncached=function(e,t){if(t)return this.cacheResult().__iterator(e,t);var n=this._iterable,r=U(n);if(!L(r))return new F(D);var o=0;return new F(function(){var t=r.next();return t.done?t:N(e,o++,t.value)})},t(re,G),re.prototype.__iterateUncached=function(e,t){if(t)return this.cacheResult().__iterate(e,t);for(var n,r=this._iterator,o=this._iteratorCache,i=0;i=r.length){var t=n.next();if(t.done)return t;r[o]=t.value}return N(e,o,r[o++])})},t(ge,G),ge.prototype.toString=function(){return 0===this.size?"Repeat []":"Repeat [ "+this._value+" "+this.size+" times ]"},ge.prototype.get=function(e,t){return this.has(e)?this._value:t},ge.prototype.includes=function(e){return he(this._value,e)},ge.prototype.slice=function(e,t){var n=this.size;return j(e,t,n)?this:new ge(this._value,P(t,n)-T(e,n))},ge.prototype.reverse=function(){return this},ge.prototype.indexOf=function(e){return he(this._value,e)?0:-1},ge.prototype.lastIndexOf=function(e){return he(this._value,e)?this.size:-1},ge.prototype.__iterate=function(e,t){for(var n=0;n1?" by "+this._step:"")+" ]"},ve.prototype.get=function(e,t){return this.has(e)?this._start+E(this,e)*this._step:t},ve.prototype.includes=function(e){var t=(e-this._start)/this._step;return t>=0&&t=0&&nn?{value:void 0,done:!0}:N(e,i++,a)})},ve.prototype.equals=function(e){return e instanceof ve?this._start===e._start&&this._end===e._end&&this._step===e._step:be(this,e)},t(me,n),t(we,me),t(_e,me),t(xe,me),me.Keyed=we,me.Indexed=_e,me.Set=xe;var ke="function"==typeof Math.imul&&-2===Math.imul(4294967295,2)?Math.imul:function(e,t){var n=65535&(e|=0),r=65535&(t|=0);return n*r+((e>>>16)*r+n*(t>>>16)<<16>>>0)|0};function Oe(e){return e>>>1&1073741824|3221225471&e}function Se(e){if(!1===e||null==e)return 0;if("function"==typeof e.valueOf&&(!1===(e=e.valueOf())||null==e))return 0;if(!0===e)return 1;var t=typeof e;if("number"===t){var n=0|e;for(n!==e&&(n^=4294967295*e);e>4294967295;)n^=e/=4294967295;return Oe(n)}if("string"===t)return e.length>Re?function(e){var t=qe[e];return void 0===t&&(t=Ee(e),Me===Ie&&(Me=0,qe={}),Me++,qe[e]=t),t}(e):Ee(e);if("function"==typeof e.hashCode)return e.hashCode();if("object"===t)return function(e){var t;if(Pe&&void 0!==(t=Ce.get(e)))return t;if(void 0!==(t=e[Ae]))return t;if(!Te){if(void 0!==(t=e.propertyIsEnumerable&&e.propertyIsEnumerable[Ae]))return t;if(void 0!==(t=function(e){if(e&&e.nodeType>0)switch(e.nodeType){case 1:return e.uniqueID;case 9:return e.documentElement&&e.documentElement.uniqueID}}(e)))return t}if(t=++ze,1073741824&ze&&(ze=0),Pe)Ce.set(e,t);else{if(void 0!==je&&!1===je(e))throw new Error("Non-extensible objects are not allowed as keys.");if(Te)Object.defineProperty(e,Ae,{enumerable:!1,configurable:!1,writable:!1,value:t});else if(void 0!==e.propertyIsEnumerable&&e.propertyIsEnumerable===e.constructor.prototype.propertyIsEnumerable)e.propertyIsEnumerable=function(){return this.constructor.prototype.propertyIsEnumerable.apply(this,arguments)},e.propertyIsEnumerable[Ae]=t;else{if(void 0===e.nodeType)throw new Error("Unable to set a non-enumerable property on object.");e[Ae]=t}}return t}(e);if("function"==typeof e.toString)return Ee(e.toString());throw new Error("Value type "+t+" cannot be hashed.")}function Ee(e){for(var t=0,n=0;n>>n)&y,s=(0===n?r:r>>>n)&y,u=a===s?[nt(e,t,n+b,r,o)]:(i=new Ve(t,r,o),a>1&1431655765))+(e>>2&858993459))+(e>>4)&252645135,e+=e>>8,127&(e+=e>>16)}function ut(e,t,n,r){var o=r?e:O(e);return o[t]=n,o}Le[$e]=!0,Le.delete=Le.remove,Le.removeIn=Le.deleteIn,Ue.prototype.get=function(e,t,n,r){for(var o=this.entries,i=0,a=o.length;i=lt)return function(e,t,n,r){e||(e=new k);for(var o=new Ve(e,Se(n),[n,r]),i=0;i>>e)&y),i=this.bitmap;return 0==(i&o)?r:this.nodes[st(i&o-1)].get(e+b,t,n,r)},We.prototype.update=function(e,t,n,r,o,i,a){void 0===n&&(n=Se(r));var s=(0===t?n:n>>>t)&y,u=1<=ct)return function(e,t,n,r,o){for(var i=0,a=new Array(g),s=0;0!==n;s++,n>>>=1)a[s]=1&n?t[i++]:void 0;return a[r]=o,new Ke(e,i+1,a)}(e,p,l,s,h);if(c&&!h&&2===p.length&&tt(p[1^f]))return p[1^f];if(c&&h&&1===p.length&&tt(h))return h;var m=e&&e===this.ownerID,w=c?h?l:l^u:l|u,_=c?h?ut(p,f,h,m):function(e,t,n){var r=e.length-1;if(n&&t===r)return e.pop(),e;for(var o=new Array(r),i=0,a=0;a>>e)&y,i=this.nodes[o];return i?i.get(e+b,t,n,r):r},Ke.prototype.update=function(e,t,n,r,o,i,a){void 0===n&&(n=Se(r));var s=(0===t?n:n>>>t)&y,u=o===v,l=this.nodes,c=l[s];if(u&&!c)return this;var f=et(c,e,t+b,n,r,o,i,a);if(f===c)return this;var p=this.count;if(c){if(!f&&--p0&&r=0&&e=e.size||t<0)return e.withMutations(function(e){t<0?Et(e,t).set(0,n):Et(e,0,t+1).set(t,n)});t+=e._origin;var r=e._tail,o=e._root,i=_(w);return t>=jt(e._capacity)?r=kt(r,e.__ownerID,0,t,n,i):o=kt(o,e.__ownerID,e._level,t,n,i),i.value?e.__ownerID?(e._root=o,e._tail=r,e.__hash=void 0,e.__altered=!0,e):_t(e._origin,e._capacity,e._level,o,r):e}(this,e,t)},pt.prototype.remove=function(e){return this.has(e)?0===e?this.shift():e===this.size-1?this.pop():this.splice(e,1):this},pt.prototype.insert=function(e,t){return this.splice(e,0,t)},pt.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=this._origin=this._capacity=0,this._level=b,this._root=this._tail=null,this.__hash=void 0,this.__altered=!0,this):xt()},pt.prototype.push=function(){var e=arguments,t=this.size;return this.withMutations(function(n){Et(n,0,t+e.length);for(var r=0;r>>t&y;if(r>=this.array.length)return new gt([],e);var o,i=0===r;if(t>0){var a=this.array[r];if((o=a&&a.removeBefore(e,t-b,n))===a&&i)return this}if(i&&!o)return this;var s=Ot(this,e);if(!i)for(var u=0;u>>t&y;if(o>=this.array.length)return this;if(t>0){var i=this.array[o];if((r=i&&i.removeAfter(e,t-b,n))===i&&o===this.array.length-1)return this}var a=Ot(this,e);return a.array.splice(o+1),r&&(a.array[o]=r),a};var yt,vt,mt={};function wt(e,t){var n=e._origin,r=e._capacity,o=jt(r),i=e._tail;return a(e._root,e._level,0);function a(e,s,u){return 0===s?function(e,a){var s=a===o?i&&i.array:e&&e.array,u=a>n?0:n-a,l=r-a;return l>g&&(l=g),function(){if(u===l)return mt;var e=t?--l:u++;return s&&s[e]}}(e,u):function(e,o,i){var s,u=e&&e.array,l=i>n?0:n-i>>o,c=1+(r-i>>o);return c>g&&(c=g),function(){for(;;){if(s){var e=s();if(e!==mt)return e;s=null}if(l===c)return mt;var n=t?--c:l++;s=a(u&&u[n],o-b,i+(n<>>n&y,u=e&&s0){var l=e&&e.array[s],c=kt(l,t,n-b,r,o,i);return c===l?e:((a=Ot(e,t)).array[s]=c,a)}return u&&e.array[s]===o?e:(x(i),a=Ot(e,t),void 0===o&&s===a.array.length-1?a.array.pop():a.array[s]=o,a)}function Ot(e,t){return t&&e&&t===e.ownerID?e:new gt(e?e.array.slice():[],t)}function St(e,t){if(t>=jt(e._capacity))return e._tail;if(t<1<0;)n=n.array[t>>>r&y],r-=b;return n}}function Et(e,t,n){void 0!==t&&(t|=0),void 0!==n&&(n|=0);var r=e.__ownerID||new k,o=e._origin,i=e._capacity,a=o+t,s=void 0===n?i:n<0?i+n:o+n;if(a===o&&s===i)return e;if(a>=s)return e.clear();for(var u=e._level,l=e._root,c=0;a+c<0;)l=new gt(l&&l.array.length?[void 0,l]:[],r),c+=1<<(u+=b);c&&(a+=c,o+=c,s+=c,i+=c);for(var f=jt(i),p=jt(s);p>=1<f?new gt([],r):d;if(d&&p>f&&ab;v-=b){var m=f>>>v&y;g=g.array[m]=Ot(g.array[m],r)}g.array[f>>>b&y]=d}if(s=p)a-=p,s-=p,u=b,l=null,h=h&&h.removeBefore(r,0,a);else if(a>o||p>>u&y;if(w!==p>>>u&y)break;w&&(c+=(1<o&&(l=l.removeBefore(r,u,a-c)),l&&pi&&(i=l.size),a(u)||(l=l.map(function(e){return fe(e)})),r.push(l)}return i>e.size&&(e=e.setSize(i)),at(e,t,r)}function jt(e){return e>>b<=g&&a.size>=2*i.size?(o=a.filter(function(e,t){return void 0!==e&&s!==t}),r=o.toKeyedSeq().map(function(e){return e[0]}).flip().toMap(),e.__ownerID&&(r.__ownerID=o.__ownerID=e.__ownerID)):(r=i.remove(t),o=s===a.size-1?a.pop():a.set(s,void 0))}else if(u){if(n===a.get(s)[1])return e;r=i,o=a.set(s,[t,n])}else r=i.set(t,a.size),o=a.set(a.size,[t,n]);return e.__ownerID?(e.size=r.size,e._map=r,e._list=o,e.__hash=void 0,e):zt(r,o)}function It(e,t){this._iter=e,this._useKeys=t,this.size=e.size}function Mt(e){this._iter=e,this.size=e.size}function qt(e){this._iter=e,this.size=e.size}function Bt(e){this._iter=e,this.size=e.size}function Ft(e){var t=Zt(e);return t._iter=e,t.size=e.size,t.flip=function(){return e},t.reverse=function(){var t=e.reverse.apply(this);return t.flip=function(){return e.reverse()},t},t.has=function(t){return e.includes(t)},t.includes=function(t){return e.has(t)},t.cacheResult=en,t.__iterateUncached=function(t,n){var r=this;return e.__iterate(function(e,n){return!1!==t(n,e,r)},n)},t.__iteratorUncached=function(t,n){if(t===I){var r=e.__iterator(t,n);return new F(function(){var e=r.next();if(!e.done){var t=e.value[0];e.value[0]=e.value[1],e.value[1]=t}return e})}return e.__iterator(t===R?A:R,n)},t}function Nt(e,t,n){var r=Zt(e);return r.size=e.size,r.has=function(t){return e.has(t)},r.get=function(r,o){var i=e.get(r,v);return i===v?o:t.call(n,i,r,e)},r.__iterateUncached=function(r,o){var i=this;return e.__iterate(function(e,o,a){return!1!==r(t.call(n,e,o,a),o,i)},o)},r.__iteratorUncached=function(r,o){var i=e.__iterator(I,o);return new F(function(){var o=i.next();if(o.done)return o;var a=o.value,s=a[0];return N(r,s,t.call(n,a[1],s,e),o)})},r}function Dt(e,t){var n=Zt(e);return n._iter=e,n.size=e.size,n.reverse=function(){return e},e.flip&&(n.flip=function(){var t=Ft(e);return t.reverse=function(){return e.flip()},t}),n.get=function(n,r){return e.get(t?n:-1-n,r)},n.has=function(n){return e.has(t?n:-1-n)},n.includes=function(t){return e.includes(t)},n.cacheResult=en,n.__iterate=function(t,n){var r=this;return e.__iterate(function(e,n){return t(e,n,r)},!n)},n.__iterator=function(t,n){return e.__iterator(t,!n)},n}function $t(e,t,n,r){var o=Zt(e);return r&&(o.has=function(r){var o=e.get(r,v);return o!==v&&!!t.call(n,o,r,e)},o.get=function(r,o){var i=e.get(r,v);return i!==v&&t.call(n,i,r,e)?i:o}),o.__iterateUncached=function(o,i){var a=this,s=0;return e.__iterate(function(e,i,u){if(t.call(n,e,i,u))return s++,o(e,r?i:s-1,a)},i),s},o.__iteratorUncached=function(o,i){var a=e.__iterator(I,i),s=0;return new F(function(){for(;;){var i=a.next();if(i.done)return i;var u=i.value,l=u[0],c=u[1];if(t.call(n,c,l,e))return N(o,r?l:s++,c,i)}})},o}function Lt(e,t,n,r){var o=e.size;if(void 0!==t&&(t|=0),void 0!==n&&(n|=0),j(t,n,o))return e;var i=T(t,o),a=P(n,o);if(i!=i||a!=a)return Lt(e.toSeq().cacheResult(),t,n,r);var s,u=a-i;u==u&&(s=u<0?0:u);var l=Zt(e);return l.size=0===s?s:e.size&&s||void 0,!r&&oe(e)&&s>=0&&(l.get=function(t,n){return(t=E(this,t))>=0&&ts)return{value:void 0,done:!0};var e=o.next();return r||t===R?e:N(t,u-1,t===A?void 0:e.value[1],e)})},l}function Ut(e,t,n,r){var o=Zt(e);return o.__iterateUncached=function(o,i){var a=this;if(i)return this.cacheResult().__iterate(o,i);var s=!0,u=0;return e.__iterate(function(e,i,l){if(!s||!(s=t.call(n,e,i,l)))return u++,o(e,r?i:u-1,a)}),u},o.__iteratorUncached=function(o,i){var a=this;if(i)return this.cacheResult().__iterator(o,i);var s=e.__iterator(I,i),u=!0,l=0;return new F(function(){var e,i,c;do{if((e=s.next()).done)return r||o===R?e:N(o,l++,o===A?void 0:e.value[1],e);var f=e.value;i=f[0],c=f[1],u&&(u=t.call(n,c,i,a))}while(u);return o===I?e:N(o,i,c,e)})},o}function Wt(e,t,n){var r=Zt(e);return r.__iterateUncached=function(r,o){var i=0,s=!1;return function e(u,l){var c=this;u.__iterate(function(o,u){return(!t||l0}function Gt(e,t,r){var o=Zt(e);return o.size=new ee(r).map(function(e){return e.size}).min(),o.__iterate=function(e,t){for(var n,r=this.__iterator(R,t),o=0;!(n=r.next()).done&&!1!==e(n.value,o++,this););return o},o.__iteratorUncached=function(e,o){var i=r.map(function(e){return e=n(e),U(o?e.reverse():e)}),a=0,s=!1;return new F(function(){var n;return s||(n=i.map(function(e){return e.next()}),s=n.some(function(e){return e.done})),s?{value:void 0,done:!0}:N(e,a++,t.apply(null,n.map(function(e){return e.value})))})},o}function Yt(e,t){return oe(e)?t:e.constructor(t)}function Xt(e){if(e!==Object(e))throw new TypeError("Expected [K, V] tuple: "+e)}function Jt(e){return Be(e.size),S(e)}function Qt(e){return s(e)?r:u(e)?o:i}function Zt(e){return Object.create((s(e)?V:u(e)?G:Y).prototype)}function en(){return this._iter.cacheResult?(this._iter.cacheResult(),this.size=this._iter.size,this):H.prototype.cacheResult.call(this)}function tn(e,t){return e>t?1:e=0;n--)t={value:arguments[n],next:t};return this.__ownerID?(this.size=e,this._head=t,this.__hash=void 0,this.__altered=!0,this):Cn(e,t)},xn.prototype.pushAll=function(e){if(0===(e=o(e)).size)return this;Be(e.size);var t=this.size,n=this._head;return e.reverse().forEach(function(e){t++,n={value:e,next:n}}),this.__ownerID?(this.size=t,this._head=n,this.__hash=void 0,this.__altered=!0,this):Cn(t,n)},xn.prototype.pop=function(){return this.slice(1)},xn.prototype.unshift=function(){return this.push.apply(this,arguments)},xn.prototype.unshiftAll=function(e){return this.pushAll(e)},xn.prototype.shift=function(){return this.pop.apply(this,arguments)},xn.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._head=void 0,this.__hash=void 0,this.__altered=!0,this):jn()},xn.prototype.slice=function(e,t){if(j(e,t,this.size))return this;var n=T(e,this.size),r=P(t,this.size);if(r!==this.size)return _e.prototype.slice.call(this,e,t);for(var o=this.size-n,i=this._head;n--;)i=i.next;return this.__ownerID?(this.size=o,this._head=i,this.__hash=void 0,this.__altered=!0,this):Cn(o,i)},xn.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?Cn(this.size,this._head,e,this.__hash):(this.__ownerID=e,this.__altered=!1,this)},xn.prototype.__iterate=function(e,t){if(t)return this.reverse().__iterate(e);for(var n=0,r=this._head;r&&!1!==e(r.value,n++,this);)r=r.next;return n},xn.prototype.__iterator=function(e,t){if(t)return this.reverse().__iterator(e);var n=0,r=this._head;return new F(function(){if(r){var t=r.value;return r=r.next,N(e,n++,t)}return{value:void 0,done:!0}})},xn.isStack=kn;var On,Sn="@@__IMMUTABLE_STACK__@@",En=xn.prototype;function Cn(e,t,n,r){var o=Object.create(En);return o.size=e,o._head=t,o.__ownerID=n,o.__hash=r,o.__altered=!1,o}function jn(){return On||(On=Cn(0))}function Tn(e,t){var n=function(n){e.prototype[n]=t[n]};return Object.keys(t).forEach(n),Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(t).forEach(n),e}En[Sn]=!0,En.withMutations=Le.withMutations,En.asMutable=Le.asMutable,En.asImmutable=Le.asImmutable,En.wasAltered=Le.wasAltered,n.Iterator=F,Tn(n,{toArray:function(){Be(this.size);var e=new Array(this.size||0);return this.valueSeq().__iterate(function(t,n){e[n]=t}),e},toIndexedSeq:function(){return new Mt(this)},toJS:function(){return this.toSeq().map(function(e){return e&&"function"==typeof e.toJS?e.toJS():e}).__toJS()},toJSON:function(){return this.toSeq().map(function(e){return e&&"function"==typeof e.toJSON?e.toJSON():e}).__toJS()},toKeyedSeq:function(){return new It(this,!0)},toMap:function(){return Fe(this.toKeyedSeq())},toObject:function(){Be(this.size);var e={};return this.__iterate(function(t,n){e[n]=t}),e},toOrderedMap:function(){return Tt(this.toKeyedSeq())},toOrderedSet:function(){return gn(s(this)?this.valueSeq():this)},toSet:function(){return un(s(this)?this.valueSeq():this)},toSetSeq:function(){return new qt(this)},toSeq:function(){return u(this)?this.toIndexedSeq():s(this)?this.toKeyedSeq():this.toSetSeq()},toStack:function(){return xn(s(this)?this.valueSeq():this)},toList:function(){return pt(s(this)?this.valueSeq():this)},toString:function(){return"[Iterable]"},__toString:function(e,t){return 0===this.size?e+t:e+" "+this.toSeq().map(this.__toStringMapper).join(", ")+" "+t},concat:function(){var t=e.call(arguments,0);return Yt(this,function(e,t){var n=s(e),o=[e].concat(t).map(function(e){return a(e)?n&&(e=r(e)):e=n?ae(e):se(Array.isArray(e)?e:[e]),e}).filter(function(e){return 0!==e.size});if(0===o.length)return e;if(1===o.length){var i=o[0];if(i===e||n&&s(i)||u(e)&&u(i))return i}var l=new ee(o);return n?l=l.toKeyedSeq():u(e)||(l=l.toSetSeq()),(l=l.flatten(!0)).size=o.reduce(function(e,t){if(void 0!==e){var n=t.size;if(void 0!==n)return e+n}},0),l}(this,t))},includes:function(e){return this.some(function(t){return he(t,e)})},entries:function(){return this.__iterator(I)},every:function(e,t){Be(this.size);var n=!0;return this.__iterate(function(r,o,i){if(!e.call(t,r,o,i))return n=!1,!1}),n},filter:function(e,t){return Yt(this,$t(this,e,t,!0))},find:function(e,t,n){var r=this.findEntry(e,t);return r?r[1]:n},findEntry:function(e,t){var n;return this.__iterate(function(r,o,i){if(e.call(t,r,o,i))return n=[o,r],!1}),n},findLastEntry:function(e,t){return this.toSeq().reverse().findEntry(e,t)},forEach:function(e,t){return Be(this.size),this.__iterate(t?e.bind(t):e)},join:function(e){Be(this.size),e=void 0!==e?""+e:",";var t="",n=!0;return this.__iterate(function(r){n?n=!1:t+=e,t+=null!=r?r.toString():""}),t},keys:function(){return this.__iterator(A)},map:function(e,t){return Yt(this,Nt(this,e,t))},reduce:function(e,t,n){var r,o;return Be(this.size),arguments.length<2?o=!0:r=t,this.__iterate(function(t,i,a){o?(o=!1,r=t):r=e.call(n,r,t,i,a)}),r},reduceRight:function(e,t,n){var r=this.toKeyedSeq().reverse();return r.reduce.apply(r,arguments)},reverse:function(){return Yt(this,Dt(this,!0))},slice:function(e,t){return Yt(this,Lt(this,e,t,!0))},some:function(e,t){return!this.every(In(e),t)},sort:function(e){return Yt(this,Kt(this,e))},values:function(){return this.__iterator(R)},butLast:function(){return this.slice(0,-1)},isEmpty:function(){return void 0!==this.size?0===this.size:!this.some(function(){return!0})},count:function(e,t){return S(e?this.toSeq().filter(e,t):this)},countBy:function(e,t){return function(e,t,n){var r=Fe().asMutable();return e.__iterate(function(o,i){r.update(t.call(n,o,i,e),0,function(e){return e+1})}),r.asImmutable()}(this,e,t)},equals:function(e){return be(this,e)},entrySeq:function(){var e=this;if(e._cache)return new ee(e._cache);var t=e.toSeq().map(Rn).toIndexedSeq();return t.fromEntrySeq=function(){return e.toSeq()},t},filterNot:function(e,t){return this.filter(In(e),t)},findLast:function(e,t,n){return this.toKeyedSeq().reverse().find(e,t,n)},first:function(){return this.find(C)},flatMap:function(e,t){return Yt(this,function(e,t,n){var r=Qt(e);return e.toSeq().map(function(o,i){return r(t.call(n,o,i,e))}).flatten(!0)}(this,e,t))},flatten:function(e){return Yt(this,Wt(this,e,!0))},fromEntrySeq:function(){return new Bt(this)},get:function(e,t){return this.find(function(t,n){return he(n,e)},void 0,t)},getIn:function(e,t){for(var n,r=this,o=nn(e);!(n=o.next()).done;){var i=n.value;if((r=r&&r.get?r.get(i,v):v)===v)return t}return r},groupBy:function(e,t){return function(e,t,n){var r=s(e),o=(c(e)?Tt():Fe()).asMutable();e.__iterate(function(i,a){o.update(t.call(n,i,a,e),function(e){return(e=e||[]).push(r?[a,i]:i),e})});var i=Qt(e);return o.map(function(t){return Yt(e,i(t))})}(this,e,t)},has:function(e){return this.get(e,v)!==v},hasIn:function(e){return this.getIn(e,v)!==v},isSubset:function(e){return e="function"==typeof e.includes?e:n(e),this.every(function(t){return e.includes(t)})},isSuperset:function(e){return(e="function"==typeof e.isSubset?e:n(e)).isSubset(this)},keySeq:function(){return this.toSeq().map(An).toIndexedSeq()},last:function(){return this.toSeq().reverse().first()},max:function(e){return Ht(this,e)},maxBy:function(e,t){return Ht(this,t,e)},min:function(e){return Ht(this,e?Mn(e):Fn)},minBy:function(e,t){return Ht(this,t?Mn(t):Fn,e)},rest:function(){return this.slice(1)},skip:function(e){return this.slice(Math.max(0,e))},skipLast:function(e){return Yt(this,this.toSeq().reverse().skip(e).reverse())},skipWhile:function(e,t){return Yt(this,Ut(this,e,t,!0))},skipUntil:function(e,t){return this.skipWhile(In(e),t)},sortBy:function(e,t){return Yt(this,Kt(this,t,e))},take:function(e){return this.slice(0,Math.max(0,e))},takeLast:function(e){return Yt(this,this.toSeq().reverse().take(e).reverse())},takeWhile:function(e,t){return Yt(this,function(e,t,n){var r=Zt(e);return r.__iterateUncached=function(r,o){var i=this;if(o)return this.cacheResult().__iterate(r,o);var a=0;return e.__iterate(function(e,o,s){return t.call(n,e,o,s)&&++a&&r(e,o,i)}),a},r.__iteratorUncached=function(r,o){var i=this;if(o)return this.cacheResult().__iterator(r,o);var a=e.__iterator(I,o),s=!0;return new F(function(){if(!s)return{value:void 0,done:!0};var e=a.next();if(e.done)return e;var o=e.value,u=o[0],l=o[1];return t.call(n,l,u,i)?r===I?e:N(r,u,l,e):(s=!1,{value:void 0,done:!0})})},r}(this,e,t))},takeUntil:function(e,t){return this.takeWhile(In(e),t)},valueSeq:function(){return this.toIndexedSeq()},hashCode:function(){return this.__hash||(this.__hash=function(e){if(e.size===1/0)return 0;var t=c(e),n=s(e),r=t?1:0;return function(e,t){return t=ke(t,3432918353),t=ke(t<<15|t>>>-15,461845907),t=ke(t<<13|t>>>-13,5),t=ke((t=(t+3864292196|0)^e)^t>>>16,2246822507),t=Oe((t=ke(t^t>>>13,3266489909))^t>>>16)}(e.__iterate(n?t?function(e,t){r=31*r+Nn(Se(e),Se(t))|0}:function(e,t){r=r+Nn(Se(e),Se(t))|0}:t?function(e){r=31*r+Se(e)|0}:function(e){r=r+Se(e)|0}),r)}(this))}});var Pn=n.prototype;Pn[f]=!0,Pn[B]=Pn.values,Pn.__toJS=Pn.toArray,Pn.__toStringMapper=qn,Pn.inspect=Pn.toSource=function(){return this.toString()},Pn.chain=Pn.flatMap,Pn.contains=Pn.includes,function(){try{Object.defineProperty(Pn,"length",{get:function(){if(!n.noLengthWarning){var e;try{throw new Error}catch(t){e=t.stack}if(-1===e.indexOf("_wrapObject"))return console&&console.warn&&console.warn("iterable.length has been deprecated, use iterable.size or iterable.count(). This warning will become a silent error in a future version. "+e),this.size}}})}catch(e){}}(),Tn(r,{flip:function(){return Yt(this,Ft(this))},findKey:function(e,t){var n=this.findEntry(e,t);return n&&n[0]},findLastKey:function(e,t){return this.toSeq().reverse().findKey(e,t)},keyOf:function(e){return this.findKey(function(t){return he(t,e)})},lastKeyOf:function(e){return this.findLastKey(function(t){return he(t,e)})},mapEntries:function(e,t){var n=this,r=0;return Yt(this,this.toSeq().map(function(o,i){return e.call(t,[i,o],r++,n)}).fromEntrySeq())},mapKeys:function(e,t){var n=this;return Yt(this,this.toSeq().flip().map(function(r,o){return e.call(t,r,o,n)}).flip())}});var zn=r.prototype;function An(e,t){return t}function Rn(e,t){return[t,e]}function In(e){return function(){return!e.apply(this,arguments)}}function Mn(e){return function(){return-e.apply(this,arguments)}}function qn(e){return"string"==typeof e?JSON.stringify(e):e}function Bn(){return O(arguments)}function Fn(e,t){return et?-1:0}function Nn(e,t){return e^t+2654435769+(e<<6)+(e>>2)|0}return zn[p]=!0,zn[B]=Pn.entries,zn.__toJS=Pn.toObject,zn.__toStringMapper=function(e,t){return JSON.stringify(t)+": "+qn(e)},Tn(o,{toKeyedSeq:function(){return new It(this,!1)},filter:function(e,t){return Yt(this,$t(this,e,t,!1))},findIndex:function(e,t){var n=this.findEntry(e,t);return n?n[0]:-1},indexOf:function(e){var t=this.toKeyedSeq().keyOf(e);return void 0===t?-1:t},lastIndexOf:function(e){var t=this.toKeyedSeq().reverse().keyOf(e);return void 0===t?-1:t},reverse:function(){return Yt(this,Dt(this,!1))},slice:function(e,t){return Yt(this,Lt(this,e,t,!1))},splice:function(e,t){var n=arguments.length;if(t=Math.max(0|t,0),0===n||2===n&&!t)return this;e=T(e,e<0?this.count():this.size);var r=this.slice(0,e);return Yt(this,1===n?r:r.concat(O(arguments,2),this.slice(e+t)))},findLastIndex:function(e,t){var n=this.toKeyedSeq().findLastKey(e,t);return void 0===n?-1:n},first:function(){return this.get(0)},flatten:function(e){return Yt(this,Wt(this,e,!1))},get:function(e,t){return(e=E(this,e))<0||this.size===1/0||void 0!==this.size&&e>this.size?t:this.find(function(t,n){return n===e},void 0,t)},has:function(e){return(e=E(this,e))>=0&&(void 0!==this.size?this.size===1/0||e0)return o.getInlineStyleAt(r-1);if(o.getLength())return o.getInlineStyleAt(0);return g(e,n)}(t,n):function(e,t){var n=t.getStartKey(),r=t.getStartOffset(),o=e.getBlockForKey(n);if(r0)return o.getInlineStyleAt(r-1);return g(e,n)}(t,n)},e.prototype.getBlockTree=function(e){return this.getImmutable().getIn(["treeMap",e])},e.prototype.isSelectionAtStartOfContent=function(){var e=this.getCurrentContent().getBlockMap().first().getKey();return this.getSelection().hasEdgeWithin(e,0,0)},e.prototype.isSelectionAtEndOfContent=function(){var e=this.getCurrentContent().getBlockMap().last(),t=e.getLength();return this.getSelection().hasEdgeWithin(e.getKey(),t,t)},e.prototype.getDirectionMap=function(){return this.getImmutable().get("directionMap")},e.acceptSelection=function(e,t){return h(e,t,!1)},e.forceSelection=function(e,t){return t.getHasFocus()||(t=t.set("hasFocus",!0)),h(e,t,!0)},e.moveSelectionToEnd=function(t){var n=t.getCurrentContent().getLastBlock(),r=n.getKey(),o=n.getLength();return e.acceptSelection(t,new u({anchorKey:r,anchorOffset:o,focusKey:r,focusOffset:o,isBackward:!1}))},e.moveFocusToEnd=function(t){var n=e.moveSelectionToEnd(t);return e.forceSelection(n,n.getSelection())},e.push=function(t,n,r){if(t.getCurrentContent()===n)return t;var o="insert-characters"!==r,i=a.getDirectionMap(n,t.getDirectionMap());if(!t.getAllowUndo())return e.set(t,{currentContent:n,directionMap:i,lastChangeType:r,selection:n.getSelectionAfter(),forceSelection:o,inlineStyleOverride:null});var s=t.getSelection(),u=t.getCurrentContent(),l=t.getUndoStack(),c=n;s!==u.getSelectionAfter()||function(e,t){var n=e.getLastChangeType();return t!==n||"insert-characters"!==t&&"backspace-character"!==t&&"delete-character"!==t}(t,r)?(l=l.push(u),c=c.set("selectionBefore",s)):"insert-characters"!==r&&"backspace-character"!==r&&"delete-character"!==r||(c=c.set("selectionBefore",u.getSelectionBefore()));var p=t.getInlineStyleOverride();-1===["adjust-depth","change-block-type","split-block"].indexOf(r)&&(p=null);var d={currentContent:c,directionMap:i,undoStack:l,redoStack:f(),lastChangeType:r,selection:n.getSelectionAfter(),forceSelection:o,inlineStyleOverride:p};return e.set(t,d)},e.undo=function(t){if(!t.getAllowUndo())return t;var n=t.getUndoStack(),r=n.peek();if(!r)return t;var o=t.getCurrentContent(),i=a.getDirectionMap(r,t.getDirectionMap());return e.set(t,{currentContent:r,directionMap:i,undoStack:n.shift(),redoStack:t.getRedoStack().push(o),forceSelection:!0,inlineStyleOverride:null,lastChangeType:"undo",nativelyRenderedContent:null,selection:o.getSelectionBefore()})},e.redo=function(t){if(!t.getAllowUndo())return t;var n=t.getRedoStack(),r=n.peek();if(!r)return t;var o=t.getCurrentContent(),i=a.getDirectionMap(r,t.getDirectionMap());return e.set(t,{currentContent:r,directionMap:i,undoStack:t.getUndoStack().push(o),redoStack:n.shift(),forceSelection:!0,inlineStyleOverride:null,lastChangeType:"redo",nativelyRenderedContent:null,selection:r.getSelectionAfter()})},e.prototype.getImmutable=function(){return this._immutable},e}();function h(e,t,n){return d.set(e,{selection:t,forceSelection:n,nativelyRenderedContent:null,inlineStyleOverride:null})}function b(e,t){return e.getBlockMap().map(function(n){return o.generate(e,n,t)}).toOrderedMap()}function g(e,t){var n=e.getBlockMap().reverse().skipUntil(function(e,n){return n===t}).skip(1).skipUntil(function(e,t){return e.getLength()}).first();return n?n.getInlineStyleAt(n.getLength()-1):l()}e.exports=d},function(e,t,n){"use strict";n.r(t);var r=n(4),o=r.a.Symbol,i=Object.prototype,a=i.hasOwnProperty,s=i.toString,u=o?o.toStringTag:void 0;var l=function(e){var t=a.call(e,u),n=e[u];try{e[u]=void 0;var r=!0}catch(e){}var o=s.call(e);return r&&(t?e[u]=n:delete e[u]),o},c=Object.prototype.toString;var f=function(e){return c.call(e)},p="[object Null]",d="[object Undefined]",h=o?o.toStringTag:void 0;var b=function(e){return null==e?void 0===e?d:p:h&&h in Object(e)?l(e):f(e)};var g=function(e){return null!=e&&"object"==typeof e},y="[object Symbol]";var v=function(e){return"symbol"==typeof e||g(e)&&b(e)==y},m=NaN;var w=function(e){return"number"==typeof e?e:v(e)?m:+e};var _=function(e,t){for(var n=-1,r=null==e?0:e.length,o=Array(r);++n0){if(++t>=$e)return arguments[0]}else t=0;return e.apply(void 0,arguments)}},Ke=We(pe),He=/\{\n\/\* \[wrapped with (.+)\] \*/,Ve=/,? & /;var Ge=function(e){var t=e.match(He);return t?t[1].split(Ve):[]},Ye=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;var Xe=function(e,t){var n=t.length;if(!n)return e;var r=n-1;return t[r]=(n>1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(Ye,"{\n/* [wrapped with "+t+"] */\n")};var Je=function(e){return function(){return e}},Qe=function(){try{var e=le(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),Ze=We(Qe?function(e,t){return Qe(e,"toString",{configurable:!0,enumerable:!1,value:Je(t),writable:!0})}:U);var et=function(e,t){for(var n=-1,r=null==e?0:e.length;++n-1},at=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]];var st=function(e,t){return et(at,function(n){var r="_."+n[0];t&n[1]&&!it(e,r)&&e.push(r)}),e.sort()};var ut=function(e,t,n){var r=t+"";return Ze(e,Xe(r,st(Ge(r),n)))},lt=1,ct=2,ft=4,pt=8,dt=32,ht=64;var bt=function(e,t,n,r,o,i,a,s,u,l){var c=t&pt;t|=c?dt:ht,(t&=~(c?ht:dt))&ft||(t&=~(lt|ct));var f=[e,t,o,c?i:void 0,c?a:void 0,c?void 0:i,c?void 0:a,s,u,l],p=n.apply(void 0,f);return De(e)&&Ke(p,f),p.placeholder=r,ut(p,e,t)};var gt=function(e){return e.placeholder},yt=9007199254740991,vt=/^(?:0|[1-9]\d*)$/;var mt=function(e,t){var n=typeof e;return!!(t=null==t?yt:t)&&("number"==n||"symbol"!=n&&vt.test(e))&&e>-1&&e%1==0&&e1&&w.reverse(),p&&c-1&&e%1==0&&e<=ln};var fn=function(e){return null!=e&&cn(e.length)&&!Y(e)};var pn=function(e,t,n){if(!T(n))return!1;var r=typeof t;return!!("number"==r?fn(n)&&mt(t,n.length):"string"==r&&t in n)&&tn(n[t],e)};var dn=function(e){return un(function(t,n){var r=-1,o=n.length,i=o>1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&pn(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=Object(t);++r-1};var dr=function(e,t){var n=this.__data__,r=ur(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this};function hr(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t0&&r(u)?n>1?e(u,n-1,r,o,i):Dr(i,u):o||(i[i.length]=u)}return i};var Wr=function(e){return null!=e&&e.length?Ur(e,1):[]};var Kr=function(e){return Ze(sn(e,void 0,Wr),e+"")},Hr=Kr(Nr),Vr=An(Object.getPrototypeOf,Object),Gr="[object Object]",Yr=Function.prototype,Xr=Object.prototype,Jr=Yr.toString,Qr=Xr.hasOwnProperty,Zr=Jr.call(Object);var eo=function(e){if(!g(e)||b(e)!=Gr)return!1;var t=Vr(e);if(null===t)return!0;var n=Qr.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Jr.call(n)==Zr},to="[object DOMException]",no="[object Error]";var ro=function(e){if(!g(e))return!1;var t=b(e);return t==no||t==to||"string"==typeof e.message&&"string"==typeof e.name&&!eo(e)},oo=un(function(e,t){try{return ve(e,void 0,t)}catch(e){return ro(e)?e:new Error(e)}}),io="Expected a function";var ao=function(e,t){var n;if("function"!=typeof t)throw new TypeError(io);return e=D(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}},so=un(function(e,t,n){var r=1;if(n.length){var o=kt(n,gt(so));r|=32}return Jt(e,r,t,n,o)});so.placeholder={};var uo=so,lo=Kr(function(e,t){return et(t,function(t){t=qr(t),en(e,t,uo(e[t],e))}),e}),co=un(function(e,t,n){var r=3;if(n.length){var o=kt(n,gt(co));r|=32}return Jt(t,r,e,n,o)});co.placeholder={};var fo=co;var po=function(e,t,n){var r=-1,o=e.length;t<0&&(t=-t>o?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var i=Array(o);++r=r?e:po(e,t,n)},bo=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");var go=function(e){return bo.test(e)};var yo=function(e){return e.split("")},vo="[\\ud800-\\udfff]",mo="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",wo="\\ud83c[\\udffb-\\udfff]",_o="[^\\ud800-\\udfff]",xo="(?:\\ud83c[\\udde6-\\uddff]){2}",ko="[\\ud800-\\udbff][\\udc00-\\udfff]",Oo="(?:"+mo+"|"+wo+")"+"?",So="[\\ufe0e\\ufe0f]?"+Oo+("(?:\\u200d(?:"+[_o,xo,ko].join("|")+")[\\ufe0e\\ufe0f]?"+Oo+")*"),Eo="(?:"+[_o+mo+"?",mo,xo,ko,vo].join("|")+")",Co=RegExp(wo+"(?="+wo+")|"+Eo+So,"g");var jo=function(e){return e.match(Co)||[]};var To=function(e){return go(e)?jo(e):yo(e)};var Po=function(e){return function(t){t=Rr(t);var n=go(t)?To(t):void 0,r=n?n[0]:t.charAt(0),o=n?ho(n,1).join(""):t.slice(1);return r[e]()+o}},zo=Po("toUpperCase");var Ao=function(e){return zo(Rr(e).toLowerCase())};var Ro=function(e,t,n,r){var o=-1,i=null==e?0:e.length;for(r&&i&&(n=e[++o]);++o=t?e:t)),e};var vi=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=q(n))==n?n:0),void 0!==t&&(t=(t=q(t))==t?t:0),yi(q(e),t,n)};var mi=function(){this.__data__=new br,this.size=0};var wi=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n};var _i=function(e){return this.__data__.get(e)};var xi=function(e){return this.__data__.has(e)},ki=200;var Oi=function(e,t){var n=this.__data__;if(n instanceof br){var r=n.__data__;if(!gr||r.lengths))return!1;var l=i.get(e);if(l&&i.get(t))return l==t;var c=-1,f=!0,p=n&ds?new ls:void 0;for(i.set(e,t),i.set(t,e);++c=t||n<0||f&&e-l>=i}function b(){var e=Pu();if(h(e))return g(e);s=setTimeout(b,function(e){var n=t-(e-u);return f?Ru(n,i-(e-l)):n}(e))}function g(e){return s=void 0,p&&r?d(e):(r=o=void 0,a)}function y(){var e=Pu(),n=h(e);if(r=arguments,o=this,u=e,n){if(void 0===s)return function(e){return l=e,s=setTimeout(b,t),c?d(e):a}(u);if(f)return s=setTimeout(b,t),d(u)}return void 0===s&&(s=setTimeout(b,t)),a}return t=q(t)||0,T(n)&&(c=!!n.leading,i=(f="maxWait"in n)?Au(q(n.maxWait)||0,t):i,p="trailing"in n?!!n.trailing:p),y.cancel=function(){void 0!==s&&clearTimeout(s),l=0,r=u=o=s=void 0},y.flush=function(){return void 0===s?a:g(Pu())},y};var Mu=function(e,t){return null==e||e!=e?t:e},qu=Object.prototype,Bu=qu.hasOwnProperty,Fu=un(function(e,t){e=Object(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&pn(t[0],t[1],o)&&(r=1);++n=Zu&&(i=fs,a=!1,t=new ls(t));e:for(;++o=0&&e.slice(n,o)==t};var ml=function(e,t){return _(t,function(t){return[t,e[t]]})};var wl=function(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=[e,e]}),n},_l="[object Map]",xl="[object Set]";var kl=function(e){return function(t){var n=Xi(t);return n==_l?bs(t):n==xl?wl(t):ml(t,e(t))}},Ol=kl(qn),Sl=kl(Ln),El=Io({"&":"&","<":"<",">":">",'"':""","'":"'"}),Cl=/[&<>"']/g,jl=RegExp(Cl.source);var Tl=function(e){return(e=Rr(e))&&jl.test(e)?e.replace(Cl,El):e},Pl=/[\\^$.*+?()[\]{}|]/g,zl=RegExp(Pl.source);var Al=function(e){return(e=Rr(e))&&zl.test(e)?e.replace(Pl,"\\$&"):e};var Rl=function(e,t){for(var n=-1,r=null==e?0:e.length;++no?0:o+n),(r=void 0===r||r>o?o:D(r))<0&&(r+=o),r=n>r?0:Bl(r);n-1?o[i?t[a]:a]:void 0}},Ul=Math.max;var Wl=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:D(n);return o<0&&(o=Ul(r+o,0)),tt(e,iu(t,3),o)},Kl=Ll(Wl);var Hl=function(e,t,n){var r;return n(e,function(e,n,o){if(t(e,n,o))return r=n,!1}),r};var Vl=function(e,t){return Hl(e,iu(t,3),gu)},Gl=Math.max,Yl=Math.min;var Xl=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r-1;return void 0!==n&&(o=D(n),o=n<0?Gl(r+o,0):Yl(o,r-1)),tt(e,iu(t,3),o,!0)},Jl=Ll(Xl);var Ql=function(e,t){return Hl(e,iu(t,3),bl)};var Zl=function(e){return e&&e.length?e[0]:void 0};var ec=function(e,t){var n=-1,r=fn(e)?Array(e.length):[];return vu(e,function(e,o,i){r[++n]=t(e,o,i)}),r};var tc=function(e,t){return(x(e)?_:ec)(e,iu(t,3))};var nc=function(e,t){return Ur(tc(e,t),1)},rc=1/0;var oc=function(e,t){return Ur(tc(e,t),rc)};var ic=function(e,t,n){return n=void 0===n?1:D(n),Ur(tc(e,t),n)},ac=1/0;var sc=function(e){return null!=e&&e.length?Ur(e,ac):[]};var uc=function(e,t){return null!=e&&e.length?(t=void 0===t?1:D(t),Ur(e,t)):[]},lc=512;var cc=function(e){return Jt(e,lc)},fc=fi("floor"),pc="Expected a function",dc=8,hc=32,bc=128,gc=256;var yc=function(e){return Kr(function(t){var n=t.length,r=n,o=Ie.prototype.thru;for(e&&t.reverse();r--;){var i=t[r];if("function"!=typeof i)throw new TypeError(pc);if(o&&!a&&"wrapper"==Ae(i))var a=new Ie([],!0)}for(r=a?r:n;++rt};var zc=function(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=q(t),n=q(n)),e(t,n)}},Ac=zc(Pc),Rc=zc(function(e,t){return e>=t}),Ic=Object.prototype.hasOwnProperty;var Mc=function(e,t){return null!=e&&Ic.call(e,t)};var qc=function(e,t){return null!=e&&Js(e,t,Mc)},Bc=Math.max,Fc=Math.min;var Nc=function(e,t,n){return e>=Fc(t,n)&&e-1:!!o&&ot(e,t,n)>-1},Vc=Math.max;var Gc=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:D(n);return o<0&&(o=Vc(r+o,0)),ot(e,t,o)};var Yc=function(e){return null!=e&&e.length?po(e,0,-1):[]},Xc=Math.min;var Jc=function(e,t,n){for(var r=n?Qu:it,o=e[0].length,i=e.length,a=i,s=Array(i),u=1/0,l=[];a--;){var c=e[a];a&&t&&(c=_(c,En(t))),u=Xc(c.length,u),s[a]=!n&&(t||o>=120&&c.length>=120)?new ls(a&&c):void 0}c=e[0];var f=-1,p=s[0];e:for(;++f=-Xf&&e<=Xf};var Qf=function(e){return void 0===e},Zf="[object WeakMap]";var ep=function(e){return g(e)&&Xi(e)==Zf},tp="[object WeakSet]";var np=function(e){return g(e)&&b(e)==tp},rp=1;var op=function(e){return iu("function"==typeof e?e:Ka(e,rp))},ip=Array.prototype.join;var ap=function(e,t){return null==e?"":ip.call(e,t)},sp=si(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),up=wu(function(e,t,n){en(e,n,t)});var lp=function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r},cp=Math.max,fp=Math.min;var pp=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=D(n))<0?cp(r+o,0):fp(o,r-1)),t==t?lp(e,t,o):tt(e,nt,o,!0)},dp=si(function(e,t,n){return e+(n?" ":"")+t.toLowerCase()}),hp=Po("toLowerCase");var bp=function(e,t){return e=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}};var Vp=function(e,t){var n=e.length;if(n)return mt(t+=t<0?n:0,n)?e[t]:void 0};var Gp=function(e,t){return e&&e.length?Vp(e,D(t)):void 0};var Yp=function(e){return e=D(e),un(function(t){return Vp(t,e)})};var Xp=function(e,t){return t=Ir(t,e),null==(e=ff(e,t))||delete e[qr(nl(t))]};var Jp=function(e){return eo(e)?void 0:e},Qp=Kr(function(e,t){var n={};if(null==e)return n;var r=!1;t=_(t,function(t){return t=Ir(t,e),r||(r=t.length>1),t}),on(e,Di(e),n),r&&(n=Ka(n,7,Jp));for(var o=t.length;o--;)Xp(n,t[o]);return n});var Zp=function(e,t,n,r){if(!T(e))return e;for(var o=-1,i=(t=Ir(t,e)).length,a=i-1,s=e;null!=s&&++ot||i&&a&&u&&!s&&!l||r&&a&&u||!n&&u||!o)return 1;if(!r&&!i&&!l&&e=s?u:u*("desc"==n[r]?-1:1)}return e.index-t.index};var sd=function(e,t,n){var r=-1;t=_(t.length?t:[U],En(iu));var o=ec(e,function(e,n,o){return{criteria:_(t,function(t){return t(e)}),index:++r,value:e}});return od(o,function(e,t){return ad(e,t,n)})};var ud=function(e,t,n,r){return null==e?[]:(x(t)||(t=null==t?[]:[t]),x(n=r?void 0:n)||(n=null==n?[]:[n]),sd(e,t,n))};var ld=function(e){return Kr(function(t){return t=_(t,En(iu)),un(function(n){var r=this;return e(t,function(e){return ve(e,r,n)})})})},cd=ld(_),fd=un,pd=Math.min,dd=fd(function(e,t){var n=(t=1==t.length&&x(t[0])?_(t[0],En(iu)):_(Ur(t,1),En(iu))).length;return un(function(r){for(var o=-1,i=pd(r.length,n);++ogd)return n;do{t%2&&(n+=e),(t=yd(t/2))&&(e+=e)}while(t);return n},md=nu("length"),wd="[\\ud800-\\udfff]",_d="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",xd="[^\\ud800-\\udfff]",kd="(?:\\ud83c[\\udde6-\\uddff]){2}",Od="[\\ud800-\\udbff][\\udc00-\\udfff]",Sd="(?:"+_d+"|\\ud83c[\\udffb-\\udfff])"+"?",Ed="[\\ufe0e\\ufe0f]?"+Sd+("(?:\\u200d(?:"+[xd,kd,Od].join("|")+")[\\ufe0e\\ufe0f]?"+Sd+")*"),Cd="(?:"+[xd+_d+"?",_d,kd,Od,wd].join("|")+")",jd=RegExp("\\ud83c[\\udffb-\\udfff](?=\\ud83c[\\udffb-\\udfff])|"+Cd+Ed,"g");var Td=function(e){for(var t=jd.lastIndex=0;jd.test(e);)++t;return t};var Pd=function(e){return go(e)?Td(e):md(e)},zd=Math.ceil;var Ad=function(e,t){var n=(t=void 0===t?" ":E(t)).length;if(n<2)return n?vd(t,e):t;var r=vd(t,zd(e/Pd(t)));return go(t)?ho(To(r),0,e).join(""):r.slice(0,e)},Rd=Math.ceil,Id=Math.floor;var Md=function(e,t,n){e=Rr(e);var r=(t=D(t))?Pd(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Ad(Id(o),n)+e+Ad(Rd(o),n)};var qd=function(e,t,n){e=Rr(e);var r=(t=D(t))?Pd(e):0;return t&&r-1;)s!==e&&Jd.call(s,u,1),Jd.call(e,u,1);return e};var Zd=function(e,t){return e&&e.length&&t&&t.length?Qd(e,t):e},eh=un(Zd);var th=function(e,t,n){return e&&e.length&&t&&t.length?Qd(e,t,iu(n,2)):e};var nh=function(e,t,n){return e&&e.length&&t&&t.length?Qd(e,t,void 0,n):e},rh=Array.prototype.splice;var oh=function(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;mt(o)?rh.call(e,o,1):Xp(e,o)}}return e},ih=Kr(function(e,t){var n=null==e?0:e.length,r=Nr(e,t);return oh(e,_(t,function(e){return mt(e,n)?+e:e}).sort(id)),r}),ah=Math.floor,sh=Math.random;var uh=function(e,t){return e+ah(sh()*(t-e+1))},lh=parseFloat,ch=Math.min,fh=Math.random;var ph=function(e,t,n){if(n&&"boolean"!=typeof n&&pn(e,t,n)&&(t=n=void 0),void 0===n&&("boolean"==typeof t?(n=t,t=void 0):"boolean"==typeof e&&(n=e,e=void 0)),void 0===e&&void 0===t?(e=0,t=1):(e=N(e),void 0===t?(t=e,e=0):t=N(t)),e>t){var r=e;e=t,t=r}if(n||e%1||t%1){var o=fh();return ch(e+o*(t-e+lh("1e-"+((o+"").length-1))),t)}return uh(e,t)},dh=Math.ceil,hh=Math.max;var bh=function(e,t,n,r){for(var o=-1,i=hh(dh((t-e)/(n||1)),0),a=Array(i);i--;)a[r?i:++o]=e,e+=n;return a};var gh=function(e){return function(t,n,r){return r&&"number"!=typeof r&&pn(t,n,r)&&(n=r=void 0),t=N(t),void 0===n?(n=t,t=0):n=N(n),r=void 0===r?t1&&pn(e,t[0],t[1])?t=[]:n>2&&pn(t[0],t[1],t[2])&&(t=[t[0]]),sd(e,Ur(t,1),[])}),eb=4294967294,tb=Math.floor,nb=Math.min;var rb=function(e,t,n,r){t=n(t);for(var o=0,i=null==e?0:e.length,a=t!=t,s=null===t,u=v(t),l=void 0===t;o>>1,a=e[i];null!==a&&!v(a)&&(n?a<=t:a>>0)?(e=Rr(e))&&("string"==typeof t||null!=t&&!Yf(t))&&!(t=E(t))&&go(e)?ho(To(e),0,n):e.split(t,n):[]},yb="Expected a function",vb=Math.max;var mb=function(e,t){if("function"!=typeof e)throw new TypeError(yb);return t=null==t?0:vb(D(t),0),un(function(n){var r=n[t],o=ho(n,0,t);return r&&Dr(o,r),ve(e,this,o)})},wb=si(function(e,t,n){return e+(n?" ":"")+zo(t)});var _b=function(e,t,n){return e=Rr(e),n=null==n?0:yi(D(n),0,e.length),t=E(t),e.slice(n,n+t.length)==t};var xb=function(){return{}};var kb=function(){return""};var Ob=function(){return!0},Sb=C(function(e,t){return e-t},0);var Eb=function(e){return e&&e.length?Cp(e,U):0};var Cb=function(e,t){return e&&e.length?Cp(e,iu(t,2)):0};var jb=function(e){var t=null==e?0:e.length;return t?po(e,1,t):[]};var Tb=function(e,t,n){return e&&e.length?(t=n||void 0===t?1:D(t),po(e,0,t<0?0:t)):[]};var Pb=function(e,t,n){var r=null==e?0:e.length;return r?(t=n||void 0===t?1:D(t),po(e,(t=r-t)<0?0:t,r)):[]};var zb=function(e,t){return e&&e.length?ul(e,iu(t,3),!1,!0):[]};var Ab=function(e,t){return e&&e.length?ul(e,iu(t,3)):[]};var Rb=function(e,t){return t(e),e},Ib=Object.prototype,Mb=Ib.hasOwnProperty;var qb=function(e,t,n,r){return void 0===e||tn(e,Ib[n])&&!Mb.call(r,n)?t:e},Bb={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};var Fb=function(e){return"\\"+Bb[e]},Nb=/<%=([\s\S]+?)%>/g,Db={escape:/<%-([\s\S]+?)%>/g,evaluate:/<%([\s\S]+?)%>/g,interpolate:Nb,variable:"",imports:{_:{escape:Tl}}},$b=/\b__p \+= '';/g,Lb=/\b(__p \+=) '' \+/g,Ub=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Wb=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Kb=/($^)/,Hb=/['\n\r\u2028\u2029\\]/g;var Vb=function(e,t,n){var r=Db.imports._.templateSettings||Db;n&&pn(e,t,n)&&(t=void 0),e=Rr(e),t=Wn({},t,r,qb);var o,i,a=Wn({},t.imports,r.imports,qb),s=qn(a),u=Uc(a,s),l=0,c=t.interpolate||Kb,f="__p += '",p=RegExp((t.escape||Kb).source+"|"+c.source+"|"+(c===Nb?Wb:Kb).source+"|"+(t.evaluate||Kb).source+"|$","g"),d="sourceURL"in t?"//# sourceURL="+t.sourceURL+"\n":"";e.replace(p,function(t,n,r,a,s,u){return r||(r=a),f+=e.slice(l,u).replace(Hb,Fb),n&&(o=!0,f+="' +\n__e("+n+") +\n'"),s&&(i=!0,f+="';\n"+s+";\n__p += '"),r&&(f+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),l=u+t.length,t}),f+="';\n";var h=t.variable;h||(f="with (obj) {\n"+f+"\n}\n"),f=(i?f.replace($b,""):f).replace(Lb,"$1").replace(Ub,"$1;"),f="function("+(h||"obj")+") {\n"+(h?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(i?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+f+"return __p\n}";var b=oo(function(){return Function(s,d+"return "+f).apply(void 0,u)});if(b.source=f,ro(b))throw b;return b},Gb="Expected a function";var Yb=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new TypeError(Gb);return T(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),Iu(e,t,{leading:r,maxWait:t,trailing:o})};var Xb=function(e,t){return t(e)},Jb=9007199254740991,Qb=4294967295,Zb=Math.min;var eg=function(e,t){if((e=D(e))<1||e>Jb)return[];var n=Qb,r=Zb(e,Qb);t=fl(t),e-=Qb;for(var o=gn(r,t);++n-1;);return n};var fg=function(e,t){for(var n=-1,r=e.length;++n-1;);return n},pg=/^\s+|\s+$/g;var dg=function(e,t,n){if((e=Rr(e))&&(n||void 0===t))return e.replace(pg,"");if(!e||!(t=E(t)))return e;var r=To(e),o=To(t),i=fg(r,o),a=cg(r,o)+1;return ho(r,i,a).join("")},hg=/\s+$/;var bg=function(e,t,n){if((e=Rr(e))&&(n||void 0===t))return e.replace(hg,"");if(!e||!(t=E(t)))return e;var r=To(e),o=cg(r,To(t))+1;return ho(r,0,o).join("")},gg=/^\s+/;var yg=function(e,t,n){if((e=Rr(e))&&(n||void 0===t))return e.replace(gg,"");if(!e||!(t=E(t)))return e;var r=To(e),o=fg(r,To(t));return ho(r,o).join("")},vg=30,mg="...",wg=/\w*$/;var _g=function(e,t){var n=vg,r=mg;if(T(t)){var o="separator"in t?t.separator:o;n="length"in t?D(t.length):n,r="omission"in t?E(t.omission):r}var i=(e=Rr(e)).length;if(go(e)){var a=To(e);i=a.length}if(n>=i)return e;var s=n-Pd(r);if(s<1)return r;var u=a?ho(a,0,s).join(""):e.slice(0,s);if(void 0===o)return u+r;if(a&&(s+=u.length-s),Yf(o)){if(e.slice(s).search(o)){var l,c=u;for(o.global||(o=RegExp(o.source,Rr(wg.exec(o))+"g")),o.lastIndex=0;l=o.exec(c);)var f=l.index;u=u.slice(0,void 0===f?s:f)}}else if(e.indexOf(E(o),s)!=s){var p=u.lastIndexOf(o);p>-1&&(u=u.slice(0,p))}return u+r};var xg=function(e){return Zt(e,1)},kg=Io({"&":"&","<":"<",">":">",""":'"',"'":"'"}),Og=/&(?:amp|lt|gt|quot|#39);/g,Sg=RegExp(Og.source);var Eg=function(e){return(e=Rr(e))&&Sg.test(e)?e.replace(Og,kg):e},Cg=Ui&&1/gs(new Ui([,-0]))[1]==1/0?function(e){return new Ui(e)}:je,jg=200;var Tg=function(e,t,n){var r=-1,o=it,i=e.length,a=!0,s=[],u=s;if(n)a=!1,o=Qu;else if(i>=jg){var l=t?null:Cg(e);if(l)return gs(l);a=!1,o=fs,u=new ls}else u=t?[]:s;e:for(;++r1||this.__actions__.length)&&r instanceof Ce&&mt(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:Xb,args:[o],thisArg:void 0}),new Ie(r,this.__chain__).thru(function(e){return t&&!e.length&&e.push(void 0),e})):this.thru(o)});var Xg=function(){return di(this)};var Jg=function(){var e=this.__wrapped__;if(e instanceof Ce){var t=e;return this.__actions__.length&&(t=new Ce(this)),(t=t.reverse()).__actions__.push({func:Xb,args:[Ah],thisArg:void 0}),new Ie(t,this.__chain__)}return this.thru(Ah)};var Qg=function(e,t,n){var r=e.length;if(r<2)return r?Tg(e[0]):[];for(var o=-1,i=Array(r);++o1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,$g(e,n)}),sy={chunk:gi,compact:rs,concat:os,difference:tl,differenceBy:rl,differenceWith:ol,drop:al,dropRight:sl,dropRightWhile:ll,dropWhile:cl,fill:Nl,findIndex:Wl,findLastIndex:Xl,first:Zl,flatten:Wr,flattenDeep:sc,flattenDepth:uc,fromPairs:Oc,head:Zl,indexOf:Gc,initial:Yc,intersection:Zc,intersectionBy:ef,intersectionWith:tf,join:ap,last:nl,lastIndexOf:pp,nth:Gp,pull:eh,pullAll:Zd,pullAllBy:th,pullAllWith:nh,pullAt:ih,remove:Sh,reverse:Ah,slice:Yh,sortedIndex:ab,sortedIndexBy:sb,sortedIndexOf:ub,sortedLastIndex:lb,sortedLastIndexBy:cb,sortedLastIndexOf:fb,sortedUniq:db,sortedUniqBy:hb,tail:jb,take:Tb,takeRight:Pb,takeRightWhile:zb,takeWhile:Ab,union:Pg,unionBy:zg,unionWith:Ag,uniq:Rg,uniqBy:Ig,uniqWith:Mg,unzip:Dg,unzipWith:$g,without:Vg,xor:Zg,xorBy:ey,xorWith:ty,zip:ny,zipObject:oy,zipObjectDeep:iy,zipWith:ay},uy={countBy:xu,each:pl,eachRight:yl,every:Ml,filter:$l,find:Kl,findLast:Jl,flatMap:nc,flatMapDeep:oc,flatMapDepth:ic,forEach:pl,forEachRight:yl,groupBy:Tc,includes:Hc,invokeMap:hf,keyBy:up,map:tc,orderBy:ud,partition:Kd,reduce:_h,reduceRight:kh,reject:Oh,sample:qh,sampleSize:Dh,shuffle:Kh,size:Gh,some:Qh,sortBy:Zh},ly={now:Pu},cy={after:L,ary:Zt,before:ao,bind:uo,bindKey:fo,curry:Eu,curryRight:Tu,debounce:Iu,defer:Xu,delay:Ju,flip:cc,memoize:jr,negate:Dp,once:rd,overArgs:dd,partial:Ld,partialRight:Wd,rearg:mh,rest:Th,spread:mb,throttle:Yb,unary:xg,wrap:Gg},fy={castArray:li,clone:Va,cloneDeep:Xa,cloneDeepWith:Za,cloneWith:ts,conformsTo:pu,eq:tn,gt:Ac,gte:Rc,isArguments:xn,isArray:x,isArrayBuffer:vf,isArrayLike:fn,isArrayLikeObject:Du,isBoolean:wf,isBuffer:kn.a,isDate:Of,isElement:Sf,isEmpty:Tf,isEqual:Pf,isEqualWith:zf,isError:ro,isFinite:Rf,isFunction:Y,isInteger:If,isLength:cn,isMap:Aa,isMatch:Mf,isMatchWith:qf,isNaN:Nf,isNative:Uf,isNil:Wf,isNull:Kf,isNumber:Ff,isObject:T,isObjectLike:g,isPlainObject:eo,isRegExp:Yf,isSafeInteger:Jf,isSet:qa,isString:Lc,isSymbol:v,isTypedArray:Tn,isUndefined:Qf,isWeakMap:ep,isWeakSet:np,lt:gp,lte:yp,toArray:Kp,toFinite:N,toInteger:D,toLength:Bl,toNumber:q,toPlainObject:Lu,toSafeInteger:sg,toString:Rr},py={add:j,ceil:pi,divide:il,floor:fc,max:Sp,maxBy:Ep,mean:Pp,meanBy:zp,min:Mp,minBy:qp,multiply:Fp,round:Rh,subtract:Sb,sum:Eb,sumBy:Cb},dy={clamp:vi,inRange:Dc,random:ph},hy={assign:Fn,assignIn:Un,assignInWith:Wn,assignWith:Kn,at:Hr,create:ku,defaults:Fu,defaultsDeep:Vu,entries:Ol,entriesIn:Sl,extend:Un,extendWith:Wn,findKey:Vl,findLastKey:Ql,forIn:wc,forInRight:_c,forOwn:xc,forOwnRight:kc,functions:Ec,functionsIn:Cc,get:Fr,has:qc,hasIn:Qs,invert:af,invertBy:cf,invoke:df,keys:qn,keysIn:Ln,mapKeys:vp,mapValues:mp,merge:Ap,mergeWith:Hu,omit:Qp,omitBy:nd,pick:Vd,pickBy:td,result:Ph,set:$h,setWith:Lh,toPairs:Ol,toPairsIn:Sl,transform:lg,unset:Fg,update:Ug,updateWith:Wg,values:Wc,valuesIn:Hg},by={at:Yg,chain:di,commit:ns,lodash:Ne,next:Hp,plant:Gd,reverse:Jg,tap:Rb,thru:Xb,toIterator:tg,toJSON:rg,value:rg,valueOf:rg,wrapperChain:Xg},gy={camelCase:ui,capitalize:Ao,deburr:Fo,endsWith:vl,escape:Tl,escapeRegExp:Al,kebabCase:sp,lowerCase:dp,lowerFirst:hp,pad:Md,padEnd:qd,padStart:Bd,parseInt:Dd,repeat:Eh,replace:Ch,snakeCase:Xh,split:gb,startCase:wb,startsWith:_b,template:Vb,templateSettings:Db,toLower:og,toUpper:ug,trim:dg,trimEnd:bg,trimStart:yg,truncate:_g,unescape:Eg,upperCase:Kg,upperFirst:zo,words:ii},yy={attempt:oo,bindAll:lo,cond:su,conforms:fu,constant:Je,defaultTo:Mu,flow:vc,flowRight:mc,identity:U,iteratee:op,matches:_p,matchesProperty:kp,method:Rp,methodOf:Ip,mixin:Bp,noop:je,nthArg:Yp,over:cd,overEvery:hd,overSome:bd,property:ou,propertyOf:Yd,range:yh,rangeRight:vh,stubArray:zi,stubFalse:Df.a,stubObject:xb,stubString:kb,stubTrue:Ob,times:eg,toPath:ig,uniqueId:Bg};var vy=function(){var e=new Ce(this.__wrapped__);return e.__actions__=Me(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Me(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Me(this.__views__),e};var my=function(){if(this.__filtered__){var e=new Ce(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},wy=Math.max,_y=Math.min;var xy=function(e,t,n){for(var r=-1,o=n.length;++r=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n},_=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},x=function(e){return"object"===(void 0===e?"undefined":b(e))&&e.constructor===Object},k=Object.freeze([]),O=Object.freeze({});function S(e){return"function"==typeof e}function E(e){return e.displayName||e.name||"Component"}function C(e){return e&&"string"==typeof e.styledComponentId}var j=void 0!==e&&(e.env.REACT_APP_SC_ATTR||e.env.SC_ATTR)||"data-styled",T="undefined"!=typeof window&&"HTMLElement"in window,P="boolean"==typeof SC_DISABLE_SPEEDY&&SC_DISABLE_SPEEDY||void 0!==e&&(e.env.REACT_APP_SC_DISABLE_SPEEDY||e.env.SC_DISABLE_SPEEDY)||!1;var z=function(e){function t(n){g(this,t);for(var r=arguments.length,o=Array(r>1?r-1:0),i=1;i0?" Additional arguments: "+o.join(", "):"")));return _(a)}return m(t,e),t}(Error),A=/^[^\S\n]*?\/\* sc-component-id:\s*(\S+)\s+\*\//gm,R=function(e){var t=""+(e||""),n=[];return t.replace(A,(function(e,t,r){return n.push({componentId:t,matchIndex:r}),e})),n.map((function(e,r){var o=e.componentId,i=e.matchIndex,a=n[r+1];return{componentId:o,cssFromDOM:a?t.slice(i,a.matchIndex):t.slice(i)}}))},M=/^\s*\/\/.*$/gm,I=new o.a({global:!1,cascade:!0,keyframe:!1,prefix:!1,compress:!1,semicolon:!0}),q=new o.a({global:!1,cascade:!0,keyframe:!1,prefix:!0,compress:!1,semicolon:!1}),B=[],F=function(e){if(-2===e){var t=B;return B=[],t}},N=a()((function(e){B.push(e)})),D=void 0,$=void 0,L=void 0,U=function(e,t,n){return t>0&&-1!==n.slice(0,t).indexOf($)&&n.slice(t-$.length,t)!==$?"."+D:e};q.use([function(e,t,n){2===e&&n.length&&n[0].lastIndexOf($)>0&&(n[0]=n[0].replace(L,U))},N,F]),I.use([N,F]);var K=function(e){return I("",e)};function W(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"&",o=e.join("").replace(M,""),i=t&&n?n+" "+t+" { "+o+" }":o;return D=r,$=t,L=new RegExp("\\"+$+"\\b","g"),q(n||!t?"":t,i)}var H=function(){return n.nc},V=function(e,t,n){n&&((e[t]||(e[t]=Object.create(null)))[n]=!0)},Y=function(e,t){e[t]=Object.create(null)},G=function(e){return function(t,n){return void 0!==e[t]&&e[t][n]}},J=function(e){var t="";for(var n in e)t+=Object.keys(e[n]).join(" ")+" ";return t.trim()},X=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets.length,n=0;n"+e()+""}},ne=function(e,t){return function(){var n,r=((n={})[j]=J(t),n["data-styled-version"]="4.3.2",n),o=H();return o&&(r.nonce=o),u.a.createElement("style",v({},r,{dangerouslySetInnerHTML:{__html:e()}}))}},re=function(e){return function(){return Object.keys(e)}},oe=function(e){return document.createTextNode(Z(e))},ie=function e(t,n){var r=void 0===t?Object.create(null):t,o=void 0===n?Object.create(null):n,i=function(e){var t=o[e];return void 0!==t?t:o[e]=[""]},a=function(){var e="";for(var t in o){var n=o[t][0];n&&(e+=Z(t)+n)}return e};return{clone:function(){var t=function(e){var t=Object.create(null);for(var n in e)t[n]=v({},e[n]);return t}(r),n=Object.create(null);for(var i in o)n[i]=[o[i][0]];return e(t,n)},css:a,getIds:re(o),hasNameForId:G(r),insertMarker:i,insertRules:function(e,t,n){i(e)[0]+=t.join(" "),V(r,e,n)},removeRules:function(e){var t=o[e];void 0!==t&&(t[0]="",Y(r,e))},sealed:!1,styleTag:null,toElement:ne(a,r),toHTML:te(a,r)}},ae=function(e,t,n,r,o){if(T&&!n){var i=function(e,t,n){var r=document.createElement("style");r.setAttribute(j,""),r.setAttribute("data-styled-version","4.3.2");var o=H();if(o&&r.setAttribute("nonce",o),r.appendChild(document.createTextNode("")),e&&!t)e.appendChild(r);else{if(!t||!e||!t.parentNode)throw new z(6);t.parentNode.insertBefore(r,n?t:t.nextSibling)}return r}(e,t,r);return P?function(e,t){var n=Object.create(null),r=Object.create(null),o=void 0!==t,i=!1,a=function(t){var o=r[t];return void 0!==o?o:(r[t]=oe(t),e.appendChild(r[t]),n[t]=Object.create(null),r[t])},s=function(){var e="";for(var t in r)e+=r[t].data;return e};return{clone:function(){throw new z(5)},css:s,getIds:re(r),hasNameForId:G(n),insertMarker:a,insertRules:function(e,r,s){for(var u=a(e),l=[],c=r.length,f=0;f0&&(i=!0,t().insertRules(e+"-import",l))},removeRules:function(a){var s=r[a];if(void 0!==s){var u=oe(a);e.replaceChild(u,s),r[a]=u,Y(n,a),o&&i&&t().removeRules(a+"-import")}},sealed:!1,styleTag:e,toElement:ne(s,n),toHTML:te(s,n)}}(i,o):function(e,t){var n=Object.create(null),r=Object.create(null),o=[],i=void 0!==t,a=!1,s=function(e){var t=r[e];return void 0!==t?t:(r[e]=o.length,o.push(0),Y(n,e),r[e])},u=function(){var t=X(e).cssRules,n="";for(var i in r){n+=Z(i);for(var a=r[i],s=ee(o,a),u=s-o[a];u0&&(a=!0,t().insertRules(r+"-import",h)),o[c]+=d,V(n,r,l)},removeRules:function(s){var u=r[s];if(void 0!==u){var l=o[u];!function(e,t,n){for(var r=t-n,o=t;o>r;o-=1)e.deleteRule(o)}(X(e),ee(o,u)-1,l),o[u]=0,Y(n,s),i&&a&&t().removeRules(s+"-import")}},sealed:!1,styleTag:e,toElement:ne(u,n),toHTML:te(u,n)}}(i,o)}return ie()},se=/\s+/,ue=void 0;ue=T?P?40:1e3:-1;var le=0,ce=void 0,fe=function(){function e(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:T?document.head:null,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];g(this,e),this.getImportRuleTag=function(){var e=t.importRuleTag;if(void 0!==e)return e;var n=t.tags[0];return t.importRuleTag=ae(t.target,n?n.styleTag:null,t.forceServer,!0)},le+=1,this.id=le,this.forceServer=r,this.target=r?null:n,this.tagMap={},this.deferred={},this.rehydratedNames={},this.ignoreRehydratedNames={},this.tags=[],this.capacity=1,this.clones=[]}return e.prototype.rehydrate=function(){if(!T||this.forceServer)return this;var e=[],t=[],n=!1,r=document.querySelectorAll("style["+j+'][data-styled-version="4.3.2"]'),o=r.length;if(!o)return this;for(var i=0;i0&&void 0!==arguments[0]&&arguments[0];ce=new e(void 0,t).rehydrate()},e.prototype.clone=function(){var t=new e(this.target,this.forceServer);return this.clones.push(t),t.tags=this.tags.map((function(e){for(var n=e.getIds(),r=e.clone(),o=0;o1?t-1:0),r=1;r=4;)t=1540483477*(65535&(t=255&e.charCodeAt(o)|(255&e.charCodeAt(++o))<<8|(255&e.charCodeAt(++o))<<16|(255&e.charCodeAt(++o))<<24))+((1540483477*(t>>>16)&65535)<<16),r=1540483477*(65535&r)+((1540483477*(r>>>16)&65535)<<16)^(t=1540483477*(65535&(t^=t>>>24))+((1540483477*(t>>>16)&65535)<<16)),n-=4,++o;switch(n){case 3:r^=(255&e.charCodeAt(o+2))<<16;case 2:r^=(255&e.charCodeAt(o+1))<<8;case 1:r=1540483477*(65535&(r^=255&e.charCodeAt(o)))+((1540483477*(r>>>16)&65535)<<16)}return((r=1540483477*(65535&(r^=r>>>13))+((1540483477*(r>>>16)&65535)<<16))^r>>>15)>>>0}var _e=52,xe=function(e){return String.fromCharCode(e+(e>25?39:97))};function ke(e){var t="",n=void 0;for(n=e;n>_e;n=Math.floor(n/_e))t=xe(n%_e)+t;return xe(n%_e)+t}function Oe(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:O,r=!!n&&e.theme===n.theme,o=e.theme&&!r?e.theme:t||n.theme;return o},Pe=/[[\].#*$><+~=|^:(),"'`-]+/g,ze=/(^-|-$)/g;function Ae(e){return e.replace(Pe,"-").replace(ze,"")}function Re(e){return"string"==typeof e&&!0}var Me={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDerivedStateFromProps:!0,propTypes:!0,type:!0},Ie={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},qe=((Se={})[c.ForwardRef]={$$typeof:!0,render:!0},Se),Be=Object.defineProperty,Fe=Object.getOwnPropertyNames,Ne=Object.getOwnPropertySymbols,De=void 0===Ne?function(){return[]}:Ne,$e=Object.getOwnPropertyDescriptor,Le=Object.getPrototypeOf,Ue=Object.prototype,Ke=Array.prototype;function We(e,t,n){if("string"!=typeof t){var r=Le(t);r&&r!==Ue&&We(e,r,n);for(var o=Ke.concat(Fe(t),De(t)),i=qe[e.$$typeof]||Me,a=qe[t.$$typeof]||Me,s=o.length,u=void 0,l=void 0;s--;)if(l=o[s],!(Ie[l]||n&&n[l]||a&&a[l]||i&&i[l])&&(u=$e(t,l)))try{Be(e,l,u)}catch(e){}return e}return e}var He=Object(s.createContext)(),Ve=He.Consumer,Ye=function(e){function t(n){g(this,t);var r=_(this,e.call(this,n));return r.getContext=Object(f.a)(r.getContext.bind(r)),r.renderInner=r.renderInner.bind(r),r}return m(t,e),t.prototype.render=function(){return this.props.children?u.a.createElement(He.Consumer,null,this.renderInner):null},t.prototype.renderInner=function(e){var t=this.getContext(this.props.theme,e);return u.a.createElement(He.Provider,{value:t},u.a.Children.only(this.props.children))},t.prototype.getTheme=function(e,t){if(S(e))return e(t);if(null===e||Array.isArray(e)||"object"!==(void 0===e?"undefined":b(e)))throw new z(8);return v({},t,e)},t.prototype.getContext=function(e,t){return this.getTheme(e,t)},t}(s.Component),Ge=(function(){function e(){g(this,e),this.masterSheet=fe.master,this.instance=this.masterSheet.clone(),this.sealed=!1}e.prototype.seal=function(){if(!this.sealed){var e=this.masterSheet.clones.indexOf(this.instance);this.masterSheet.clones.splice(e,1),this.sealed=!0}},e.prototype.collectStyles=function(e){if(this.sealed)throw new z(2);return u.a.createElement(Xe,{sheet:this.instance},e)},e.prototype.getStyleTags=function(){return this.seal(),this.instance.toHTML()},e.prototype.getStyleElement=function(){return this.seal(),this.instance.toReactElements()},e.prototype.interleaveWithNodeStream=function(e){throw new z(3)}}(),Object(s.createContext)()),Je=Ge.Consumer,Xe=function(e){function t(n){g(this,t);var r=_(this,e.call(this,n));return r.getContext=Object(f.a)(r.getContext),r}return m(t,e),t.prototype.getContext=function(e,t){if(e)return e;if(t)return new fe(t);throw new z(4)},t.prototype.render=function(){var e=this.props,t=e.children,n=e.sheet,r=e.target;return u.a.createElement(Ge.Provider,{value:this.getContext(n,r)},t)},t}(s.Component),Qe={};var Ze=function(e){function t(){g(this,t);var n=_(this,e.call(this));return n.attrs={},n.renderOuter=n.renderOuter.bind(n),n.renderInner=n.renderInner.bind(n),n}return m(t,e),t.prototype.render=function(){return u.a.createElement(Je,null,this.renderOuter)},t.prototype.renderOuter=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:fe.master;return this.styleSheet=e,this.props.forwardedComponent.componentStyle.isStatic?this.renderInner():u.a.createElement(Ve,null,this.renderInner)},t.prototype.renderInner=function(e){var t=this.props.forwardedComponent,n=t.componentStyle,r=t.defaultProps,o=(t.displayName,t.foldedComponentIds),i=t.styledComponentId,a=t.target,u=void 0;u=n.isStatic?this.generateAndInjectStyles(O,this.props):this.generateAndInjectStyles(Te(this.props,e,r)||O,this.props);var l=this.props.as||this.attrs.as||a,c=Re(l),f={},d=v({},this.attrs,this.props),h=void 0;for(h in d)"forwardedComponent"!==h&&"as"!==h&&("forwardedRef"===h?f.ref=d[h]:"forwardedAs"===h?f.as=d[h]:c&&!Object(p.a)(h)||(f[h]=d[h]));return this.props.style&&this.attrs.style&&(f.style=v({},this.attrs.style,this.props.style)),f.className=Array.prototype.concat(o,this.props.className,i,this.attrs.className,u).filter(Boolean).join(" "),Object(s.createElement)(l,f)},t.prototype.buildExecutionContext=function(e,t,n){var r=this,o=v({},t,{theme:e});return n.length?(this.attrs={},n.forEach((function(e){var t,n=e,i=!1,a=void 0,s=void 0;for(s in S(n)&&(n=n(o),i=!0),n)a=n[s],i||!S(a)||(t=a)&&t.prototype&&t.prototype.isReactComponent||C(a)||(a=a(o)),r.attrs[s]=a,o[s]=a})),o):o},t.prototype.generateAndInjectStyles=function(e,t){var n=t.forwardedComponent,r=n.attrs,o=n.componentStyle;n.warnTooManyClasses;return o.isStatic&&!r.length?o.generateAndInjectStyles(O,this.styleSheet):o.generateAndInjectStyles(this.buildExecutionContext(e,t,r),this.styleSheet)},t}(s.Component);function et(e,t,n){var r=C(e),o=!Re(e),i=t.displayName,a=void 0===i?function(e){return Re(e)?"styled."+e:"Styled("+E(e)+")"}(e):i,s=t.componentId,l=void 0===s?function(e,t,n){var r="string"!=typeof t?"sc":Ae(t),o=(Qe[r]||0)+1;Qe[r]=o;var i=r+"-"+e.generateName(r+o);return n?n+"-"+i:i}(je,t.displayName,t.parentComponentId):s,c=t.ParentComponent,f=void 0===c?Ze:c,p=t.attrs,h=void 0===p?k:p,b=t.displayName&&t.componentId?Ae(t.displayName)+"-"+t.componentId:t.componentId||l,g=r&&e.attrs?Array.prototype.concat(e.attrs,h).filter(Boolean):h,y=new je(r?e.componentStyle.rules.concat(n):n,g,b),m=void 0,_=function(e,t){return u.a.createElement(f,v({},e,{forwardedComponent:m,forwardedRef:t}))};return _.displayName=a,(m=u.a.forwardRef(_)).displayName=a,m.attrs=g,m.componentStyle=y,m.foldedComponentIds=r?Array.prototype.concat(e.foldedComponentIds,e.styledComponentId):k,m.styledComponentId=b,m.target=r?e.target:e,m.withComponent=function(e){var r=t.componentId,o=w(t,["componentId"]),i=r&&r+"-"+(Re(e)?e:Ae(E(e)));return et(e,v({},o,{attrs:g,componentId:i,ParentComponent:f}),n)},Object.defineProperty(m,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(t){this._foldedDefaultProps=r?Object(d.a)(e.defaultProps,t):t}}),m.toString=function(){return"."+m.styledComponentId},o&&We(m,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,styledComponentId:!0,target:!0,withComponent:!0}),m}var tt=function(e){return function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:O;if(!Object(c.isValidElementType)(n))throw new z(1,String(n));var o=function(){return t(n,r,me.apply(void 0,arguments))};return o.withConfig=function(o){return e(t,n,v({},r,o))},o.attrs=function(o){return e(t,n,v({},r,{attrs:Array.prototype.concat(r.attrs,o).filter(Boolean)}))},o}(et,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"].forEach((function(e){tt[e]=tt(e)}));!function(){function e(t,n){g(this,e),this.rules=t,this.componentId=n,this.isStatic=Oe(t,k),fe.master.hasId(n)||fe.master.deferredInject(n,[])}e.prototype.createStyles=function(e,t){var n=W(ve(this.rules,e,t),"");t.inject(this.componentId,n)},e.prototype.removeStyles=function(e){var t=this.componentId;e.hasId(t)&&e.remove(t)},e.prototype.renderStyles=function(e,t){this.removeStyles(t),this.createStyles(e,t)}}();T&&(window.scCGSHMRCache={});var nt=function(e){return e.replace(/\s|\\n/g,"")};function rt(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r>>0;if(""+n!==t||4294967295===n)return NaN;t=n}return t<0?S(e)+t:t}function C(){return!0}function j(e,t,n){return(0===e||void 0!==n&&e<=-n)&&(void 0===t||void 0!==n&&t>=n)}function T(e,t){return z(e,t,0)}function P(e,t){return z(e,t,t)}function z(e,t,n){return void 0===e?n:e<0?Math.max(0,t+e):void 0===t?e:Math.min(t,e)}var A=0,R=1,M=2,I="function"==typeof Symbol&&Symbol.iterator,q="@@iterator",B=I||q;function F(e){this.next=e}function N(e,t,n,r){var o=0===e?t:1===e?n:[t,n];return r?r.value=o:r={value:o,done:!1},r}function D(){return{value:void 0,done:!0}}function $(e){return!!K(e)}function L(e){return e&&"function"==typeof e.next}function U(e){var t=K(e);return t&&t.call(e)}function K(e){var t=e&&(I&&e[I]||e[q]);if("function"==typeof t)return t}function W(e){return e&&"number"==typeof e.length}function H(e){return null==e?ie():a(e)?e.toSeq():function(e){var t=ue(e)||"object"==typeof e&&new te(e);if(!t)throw new TypeError("Expected Array or iterable object of values, or keyed object: "+e);return t}(e)}function V(e){return null==e?ie().toKeyedSeq():a(e)?s(e)?e.toSeq():e.fromEntrySeq():ae(e)}function Y(e){return null==e?ie():a(e)?s(e)?e.entrySeq():e.toIndexedSeq():se(e)}function G(e){return(null==e?ie():a(e)?s(e)?e.entrySeq():e:se(e)).toSetSeq()}F.prototype.toString=function(){return"[Iterator]"},F.KEYS=A,F.VALUES=R,F.ENTRIES=M,F.prototype.inspect=F.prototype.toSource=function(){return this.toString()},F.prototype[B]=function(){return this},t(H,n),H.of=function(){return H(arguments)},H.prototype.toSeq=function(){return this},H.prototype.toString=function(){return this.__toString("Seq {","}")},H.prototype.cacheResult=function(){return!this._cache&&this.__iterateUncached&&(this._cache=this.entrySeq().toArray(),this.size=this._cache.length),this},H.prototype.__iterate=function(e,t){return le(this,e,t,!0)},H.prototype.__iterator=function(e,t){return ce(this,e,t,!0)},t(V,H),V.prototype.toKeyedSeq=function(){return this},t(Y,H),Y.of=function(){return Y(arguments)},Y.prototype.toIndexedSeq=function(){return this},Y.prototype.toString=function(){return this.__toString("Seq [","]")},Y.prototype.__iterate=function(e,t){return le(this,e,t,!1)},Y.prototype.__iterator=function(e,t){return ce(this,e,t,!1)},t(G,H),G.of=function(){return G(arguments)},G.prototype.toSetSeq=function(){return this},H.isSeq=oe,H.Keyed=V,H.Set=G,H.Indexed=Y;var J,X,Q,Z="@@__IMMUTABLE_SEQ__@@";function ee(e){this._array=e,this.size=e.length}function te(e){var t=Object.keys(e);this._object=e,this._keys=t,this.size=t.length}function ne(e){this._iterable=e,this.size=e.length||e.size}function re(e){this._iterator=e,this._iteratorCache=[]}function oe(e){return!(!e||!e[Z])}function ie(){return J||(J=new ee([]))}function ae(e){var t=Array.isArray(e)?new ee(e).fromEntrySeq():L(e)?new re(e).fromEntrySeq():$(e)?new ne(e).fromEntrySeq():"object"==typeof e?new te(e):void 0;if(!t)throw new TypeError("Expected Array or iterable object of [k, v] entries, or keyed object: "+e);return t}function se(e){var t=ue(e);if(!t)throw new TypeError("Expected Array or iterable object of values: "+e);return t}function ue(e){return W(e)?new ee(e):L(e)?new re(e):$(e)?new ne(e):void 0}function le(e,t,n,r){var o=e._cache;if(o){for(var i=o.length-1,a=0;a<=i;a++){var s=o[n?i-a:a];if(!1===t(s[1],r?s[0]:a,e))return a+1}return a}return e.__iterateUncached(t,n)}function ce(e,t,n,r){var o=e._cache;if(o){var i=o.length-1,a=0;return new F((function(){var e=o[n?i-a:a];return a++>i?{value:void 0,done:!0}:N(t,r?e[0]:a-1,e[1])}))}return e.__iteratorUncached(t,n)}function fe(e,t){return t?function e(t,n,r,o){return Array.isArray(n)?t.call(o,r,Y(n).map((function(r,o){return e(t,r,o,n)}))):de(n)?t.call(o,r,V(n).map((function(r,o){return e(t,r,o,n)}))):n}(t,e,"",{"":e}):pe(e)}function pe(e){return Array.isArray(e)?Y(e).map(pe).toList():de(e)?V(e).map(pe).toMap():e}function de(e){return e&&(e.constructor===Object||void 0===e.constructor)}function he(e,t){if(e===t||e!=e&&t!=t)return!0;if(!e||!t)return!1;if("function"==typeof e.valueOf&&"function"==typeof t.valueOf){if((e=e.valueOf())===(t=t.valueOf())||e!=e&&t!=t)return!0;if(!e||!t)return!1}return!("function"!=typeof e.equals||"function"!=typeof t.equals||!e.equals(t))}function be(e,t){if(e===t)return!0;if(!a(t)||void 0!==e.size&&void 0!==t.size&&e.size!==t.size||void 0!==e.__hash&&void 0!==t.__hash&&e.__hash!==t.__hash||s(e)!==s(t)||u(e)!==u(t)||c(e)!==c(t))return!1;if(0===e.size&&0===t.size)return!0;var n=!l(e);if(c(e)){var r=e.entries();return t.every((function(e,t){var o=r.next().value;return o&&he(o[1],e)&&(n||he(o[0],t))}))&&r.next().done}var o=!1;if(void 0===e.size)if(void 0===t.size)"function"==typeof e.cacheResult&&e.cacheResult();else{o=!0;var i=e;e=t,t=i}var f=!0,p=t.__iterate((function(t,r){if(n?!e.has(t):o?!he(t,e.get(r,v)):!he(e.get(r,v),t))return f=!1,!1}));return f&&e.size===p}function ge(e,t){if(!(this instanceof ge))return new ge(e,t);if(this._value=e,this.size=void 0===t?1/0:Math.max(0,t),0===this.size){if(X)return X;X=this}}function ye(e,t){if(!e)throw new Error(t)}function ve(e,t,n){if(!(this instanceof ve))return new ve(e,t,n);if(ye(0!==n,"Cannot step a Range by 0"),e=e||0,void 0===t&&(t=1/0),n=void 0===n?1:Math.abs(n),tr?{value:void 0,done:!0}:N(e,o,n[t?r-o++:o++])}))},t(te,V),te.prototype.get=function(e,t){return void 0===t||this.has(e)?this._object[e]:t},te.prototype.has=function(e){return this._object.hasOwnProperty(e)},te.prototype.__iterate=function(e,t){for(var n=this._object,r=this._keys,o=r.length-1,i=0;i<=o;i++){var a=r[t?o-i:i];if(!1===e(n[a],a,this))return i+1}return i},te.prototype.__iterator=function(e,t){var n=this._object,r=this._keys,o=r.length-1,i=0;return new F((function(){var a=r[t?o-i:i];return i++>o?{value:void 0,done:!0}:N(e,a,n[a])}))},te.prototype[h]=!0,t(ne,Y),ne.prototype.__iterateUncached=function(e,t){if(t)return this.cacheResult().__iterate(e,t);var n=U(this._iterable),r=0;if(L(n))for(var o;!(o=n.next()).done&&!1!==e(o.value,r++,this););return r},ne.prototype.__iteratorUncached=function(e,t){if(t)return this.cacheResult().__iterator(e,t);var n=U(this._iterable);if(!L(n))return new F(D);var r=0;return new F((function(){var t=n.next();return t.done?t:N(e,r++,t.value)}))},t(re,Y),re.prototype.__iterateUncached=function(e,t){if(t)return this.cacheResult().__iterate(e,t);for(var n,r=this._iterator,o=this._iteratorCache,i=0;i=r.length){var t=n.next();if(t.done)return t;r[o]=t.value}return N(e,o,r[o++])}))},t(ge,Y),ge.prototype.toString=function(){return 0===this.size?"Repeat []":"Repeat [ "+this._value+" "+this.size+" times ]"},ge.prototype.get=function(e,t){return this.has(e)?this._value:t},ge.prototype.includes=function(e){return he(this._value,e)},ge.prototype.slice=function(e,t){var n=this.size;return j(e,t,n)?this:new ge(this._value,P(t,n)-T(e,n))},ge.prototype.reverse=function(){return this},ge.prototype.indexOf=function(e){return he(this._value,e)?0:-1},ge.prototype.lastIndexOf=function(e){return he(this._value,e)?this.size:-1},ge.prototype.__iterate=function(e,t){for(var n=0;n1?" by "+this._step:"")+" ]"},ve.prototype.get=function(e,t){return this.has(e)?this._start+E(this,e)*this._step:t},ve.prototype.includes=function(e){var t=(e-this._start)/this._step;return t>=0&&t=0&&nn?{value:void 0,done:!0}:N(e,i++,a)}))},ve.prototype.equals=function(e){return e instanceof ve?this._start===e._start&&this._end===e._end&&this._step===e._step:be(this,e)},t(me,n),t(we,me),t(_e,me),t(xe,me),me.Keyed=we,me.Indexed=_e,me.Set=xe;var ke="function"==typeof Math.imul&&-2===Math.imul(4294967295,2)?Math.imul:function(e,t){var n=65535&(e|=0),r=65535&(t|=0);return n*r+((e>>>16)*r+n*(t>>>16)<<16>>>0)|0};function Oe(e){return e>>>1&1073741824|3221225471&e}function Se(e){if(!1===e||null==e)return 0;if("function"==typeof e.valueOf&&(!1===(e=e.valueOf())||null==e))return 0;if(!0===e)return 1;var t=typeof e;if("number"===t){var n=0|e;for(n!==e&&(n^=4294967295*e);e>4294967295;)n^=e/=4294967295;return Oe(n)}if("string"===t)return e.length>Re?function(e){var t=qe[e];return void 0===t&&(t=Ee(e),Ie===Me&&(Ie=0,qe={}),Ie++,qe[e]=t),t}(e):Ee(e);if("function"==typeof e.hashCode)return e.hashCode();if("object"===t)return function(e){var t;if(Pe&&void 0!==(t=Ce.get(e)))return t;if(void 0!==(t=e[Ae]))return t;if(!Te){if(void 0!==(t=e.propertyIsEnumerable&&e.propertyIsEnumerable[Ae]))return t;if(void 0!==(t=function(e){if(e&&e.nodeType>0)switch(e.nodeType){case 1:return e.uniqueID;case 9:return e.documentElement&&e.documentElement.uniqueID}}(e)))return t}if(t=++ze,1073741824&ze&&(ze=0),Pe)Ce.set(e,t);else{if(void 0!==je&&!1===je(e))throw new Error("Non-extensible objects are not allowed as keys.");if(Te)Object.defineProperty(e,Ae,{enumerable:!1,configurable:!1,writable:!1,value:t});else if(void 0!==e.propertyIsEnumerable&&e.propertyIsEnumerable===e.constructor.prototype.propertyIsEnumerable)e.propertyIsEnumerable=function(){return this.constructor.prototype.propertyIsEnumerable.apply(this,arguments)},e.propertyIsEnumerable[Ae]=t;else{if(void 0===e.nodeType)throw new Error("Unable to set a non-enumerable property on object.");e[Ae]=t}}return t}(e);if("function"==typeof e.toString)return Ee(e.toString());throw new Error("Value type "+t+" cannot be hashed.")}function Ee(e){for(var t=0,n=0;n>>n)&y,s=(0===n?r:r>>>n)&y;return new Ke(t,1<>1&1431655765))+(e>>2&858993459))+(e>>4)&252645135,e+=e>>8,127&(e+=e>>16)}function ut(e,t,n,r){var o=r?e:O(e);return o[t]=n,o}Le[$e]=!0,Le.delete=Le.remove,Le.removeIn=Le.deleteIn,Ue.prototype.get=function(e,t,n,r){for(var o=this.entries,i=0,a=o.length;i=lt)return function(e,t,n,r){e||(e=new k);for(var o=new Ve(e,Se(n),[n,r]),i=0;i>>e)&y),i=this.bitmap;return 0==(i&o)?r:this.nodes[st(i&o-1)].get(e+b,t,n,r)},Ke.prototype.update=function(e,t,n,r,o,i,a){void 0===n&&(n=Se(r));var s=(0===t?n:n>>>t)&y,u=1<=ct)return function(e,t,n,r,o){for(var i=0,a=new Array(g),s=0;0!==n;s++,n>>>=1)a[s]=1&n?t[i++]:void 0;return a[r]=o,new We(e,i+1,a)}(e,p,l,s,h);if(c&&!h&&2===p.length&&tt(p[1^f]))return p[1^f];if(c&&h&&1===p.length&&tt(h))return h;var m=e&&e===this.ownerID,w=c?h?l:l^u:l|u,_=c?h?ut(p,f,h,m):function(e,t,n){var r=e.length-1;if(n&&t===r)return e.pop(),e;for(var o=new Array(r),i=0,a=0;a>>e)&y,i=this.nodes[o];return i?i.get(e+b,t,n,r):r},We.prototype.update=function(e,t,n,r,o,i,a){void 0===n&&(n=Se(r));var s=(0===t?n:n>>>t)&y,u=o===v,l=this.nodes,c=l[s];if(u&&!c)return this;var f=et(c,e,t+b,n,r,o,i,a);if(f===c)return this;var p=this.count;if(c){if(!f&&--p0&&r=0&&e=e.size||t<0)return e.withMutations((function(e){t<0?Et(e,t).set(0,n):Et(e,0,t+1).set(t,n)}));t+=e._origin;var r=e._tail,o=e._root,i=_(w);return t>=jt(e._capacity)?r=kt(r,e.__ownerID,0,t,n,i):o=kt(o,e.__ownerID,e._level,t,n,i),i.value?e.__ownerID?(e._root=o,e._tail=r,e.__hash=void 0,e.__altered=!0,e):_t(e._origin,e._capacity,e._level,o,r):e}(this,e,t)},pt.prototype.remove=function(e){return this.has(e)?0===e?this.shift():e===this.size-1?this.pop():this.splice(e,1):this},pt.prototype.insert=function(e,t){return this.splice(e,0,t)},pt.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=this._origin=this._capacity=0,this._level=b,this._root=this._tail=null,this.__hash=void 0,this.__altered=!0,this):xt()},pt.prototype.push=function(){var e=arguments,t=this.size;return this.withMutations((function(n){Et(n,0,t+e.length);for(var r=0;r>>t&y;if(r>=this.array.length)return new gt([],e);var o,i=0===r;if(t>0){var a=this.array[r];if((o=a&&a.removeBefore(e,t-b,n))===a&&i)return this}if(i&&!o)return this;var s=Ot(this,e);if(!i)for(var u=0;u>>t&y;if(o>=this.array.length)return this;if(t>0){var i=this.array[o];if((r=i&&i.removeAfter(e,t-b,n))===i&&o===this.array.length-1)return this}var a=Ot(this,e);return a.array.splice(o+1),r&&(a.array[o]=r),a};var yt,vt,mt={};function wt(e,t){var n=e._origin,r=e._capacity,o=jt(r),i=e._tail;return a(e._root,e._level,0);function a(e,s,u){return 0===s?function(e,a){var s=a===o?i&&i.array:e&&e.array,u=a>n?0:n-a,l=r-a;return l>g&&(l=g),function(){if(u===l)return mt;var e=t?--l:u++;return s&&s[e]}}(e,u):function(e,o,i){var s,u=e&&e.array,l=i>n?0:n-i>>o,c=1+(r-i>>o);return c>g&&(c=g),function(){for(;;){if(s){var e=s();if(e!==mt)return e;s=null}if(l===c)return mt;var n=t?--c:l++;s=a(u&&u[n],o-b,i+(n<>>n&y,u=e&&s0){var l=e&&e.array[s],c=kt(l,t,n-b,r,o,i);return c===l?e:((a=Ot(e,t)).array[s]=c,a)}return u&&e.array[s]===o?e:(x(i),a=Ot(e,t),void 0===o&&s===a.array.length-1?a.array.pop():a.array[s]=o,a)}function Ot(e,t){return t&&e&&t===e.ownerID?e:new gt(e?e.array.slice():[],t)}function St(e,t){if(t>=jt(e._capacity))return e._tail;if(t<1<0;)n=n.array[t>>>r&y],r-=b;return n}}function Et(e,t,n){void 0!==t&&(t|=0),void 0!==n&&(n|=0);var r=e.__ownerID||new k,o=e._origin,i=e._capacity,a=o+t,s=void 0===n?i:n<0?i+n:o+n;if(a===o&&s===i)return e;if(a>=s)return e.clear();for(var u=e._level,l=e._root,c=0;a+c<0;)l=new gt(l&&l.array.length?[void 0,l]:[],r),c+=1<<(u+=b);c&&(a+=c,o+=c,s+=c,i+=c);for(var f=jt(i),p=jt(s);p>=1<f?new gt([],r):d;if(d&&p>f&&ab;v-=b){var m=f>>>v&y;g=g.array[m]=Ot(g.array[m],r)}g.array[f>>>b&y]=d}if(s=p)a-=p,s-=p,u=b,l=null,h=h&&h.removeBefore(r,0,a);else if(a>o||p>>u&y;if(w!==p>>>u&y)break;w&&(c+=(1<o&&(l=l.removeBefore(r,u,a-c)),l&&pi&&(i=l.size),a(u)||(l=l.map((function(e){return fe(e)}))),r.push(l)}return i>e.size&&(e=e.setSize(i)),at(e,t,r)}function jt(e){return e>>b<=g&&a.size>=2*i.size?(r=(o=a.filter((function(e,t){return void 0!==e&&s!==t}))).toKeyedSeq().map((function(e){return e[0]})).flip().toMap(),e.__ownerID&&(r.__ownerID=o.__ownerID=e.__ownerID)):(r=i.remove(t),o=s===a.size-1?a.pop():a.set(s,void 0))}else if(u){if(n===a.get(s)[1])return e;r=i,o=a.set(s,[t,n])}else r=i.set(t,a.size),o=a.set(a.size,[t,n]);return e.__ownerID?(e.size=r.size,e._map=r,e._list=o,e.__hash=void 0,e):zt(r,o)}function Mt(e,t){this._iter=e,this._useKeys=t,this.size=e.size}function It(e){this._iter=e,this.size=e.size}function qt(e){this._iter=e,this.size=e.size}function Bt(e){this._iter=e,this.size=e.size}function Ft(e){var t=en(e);return t._iter=e,t.size=e.size,t.flip=function(){return e},t.reverse=function(){var t=e.reverse.apply(this);return t.flip=function(){return e.reverse()},t},t.has=function(t){return e.includes(t)},t.includes=function(t){return e.has(t)},t.cacheResult=tn,t.__iterateUncached=function(t,n){var r=this;return e.__iterate((function(e,n){return!1!==t(n,e,r)}),n)},t.__iteratorUncached=function(t,n){if(t===M){var r=e.__iterator(t,n);return new F((function(){var e=r.next();if(!e.done){var t=e.value[0];e.value[0]=e.value[1],e.value[1]=t}return e}))}return e.__iterator(t===R?A:R,n)},t}function Nt(e,t,n){var r=en(e);return r.size=e.size,r.has=function(t){return e.has(t)},r.get=function(r,o){var i=e.get(r,v);return i===v?o:t.call(n,i,r,e)},r.__iterateUncached=function(r,o){var i=this;return e.__iterate((function(e,o,a){return!1!==r(t.call(n,e,o,a),o,i)}),o)},r.__iteratorUncached=function(r,o){var i=e.__iterator(M,o);return new F((function(){var o=i.next();if(o.done)return o;var a=o.value,s=a[0];return N(r,s,t.call(n,a[1],s,e),o)}))},r}function Dt(e,t){var n=en(e);return n._iter=e,n.size=e.size,n.reverse=function(){return e},e.flip&&(n.flip=function(){var t=Ft(e);return t.reverse=function(){return e.flip()},t}),n.get=function(n,r){return e.get(t?n:-1-n,r)},n.has=function(n){return e.has(t?n:-1-n)},n.includes=function(t){return e.includes(t)},n.cacheResult=tn,n.__iterate=function(t,n){var r=this;return e.__iterate((function(e,n){return t(e,n,r)}),!n)},n.__iterator=function(t,n){return e.__iterator(t,!n)},n}function $t(e,t,n,r){var o=en(e);return r&&(o.has=function(r){var o=e.get(r,v);return o!==v&&!!t.call(n,o,r,e)},o.get=function(r,o){var i=e.get(r,v);return i!==v&&t.call(n,i,r,e)?i:o}),o.__iterateUncached=function(o,i){var a=this,s=0;return e.__iterate((function(e,i,u){if(t.call(n,e,i,u))return s++,o(e,r?i:s-1,a)}),i),s},o.__iteratorUncached=function(o,i){var a=e.__iterator(M,i),s=0;return new F((function(){for(;;){var i=a.next();if(i.done)return i;var u=i.value,l=u[0],c=u[1];if(t.call(n,c,l,e))return N(o,r?l:s++,c,i)}}))},o}function Lt(e,t,n,r){var o=e.size;if(void 0!==t&&(t|=0),void 0!==n&&(n|=0),j(t,n,o))return e;var i=T(t,o),a=P(n,o);if(i!=i||a!=a)return Lt(e.toSeq().cacheResult(),t,n,r);var s,u=a-i;u==u&&(s=u<0?0:u);var l=en(e);return l.size=0===s?s:e.size&&s||void 0,!r&&oe(e)&&s>=0&&(l.get=function(t,n){return(t=E(this,t))>=0&&ts)return{value:void 0,done:!0};var e=o.next();return r||t===R?e:N(t,u-1,t===A?void 0:e.value[1],e)}))},l}function Ut(e,t,n,r){var o=en(e);return o.__iterateUncached=function(o,i){var a=this;if(i)return this.cacheResult().__iterate(o,i);var s=!0,u=0;return e.__iterate((function(e,i,l){if(!s||!(s=t.call(n,e,i,l)))return u++,o(e,r?i:u-1,a)})),u},o.__iteratorUncached=function(o,i){var a=this;if(i)return this.cacheResult().__iterator(o,i);var s=e.__iterator(M,i),u=!0,l=0;return new F((function(){var e,i,c;do{if((e=s.next()).done)return r||o===R?e:N(o,l++,o===A?void 0:e.value[1],e);var f=e.value;i=f[0],c=f[1],u&&(u=t.call(n,c,i,a))}while(u);return o===M?e:N(o,i,c,e)}))},o}function Kt(e,t){var n=s(e),o=[e].concat(t).map((function(e){return a(e)?n&&(e=r(e)):e=n?ae(e):se(Array.isArray(e)?e:[e]),e})).filter((function(e){return 0!==e.size}));if(0===o.length)return e;if(1===o.length){var i=o[0];if(i===e||n&&s(i)||u(e)&&u(i))return i}var l=new ee(o);return n?l=l.toKeyedSeq():u(e)||(l=l.toSetSeq()),(l=l.flatten(!0)).size=o.reduce((function(e,t){if(void 0!==e){var n=t.size;if(void 0!==n)return e+n}}),0),l}function Wt(e,t,n){var r=en(e);return r.__iterateUncached=function(r,o){var i=0,s=!1;return function e(u,l){var c=this;u.__iterate((function(o,u){return(!t||l0}function Gt(e,t,r){var o=en(e);return o.size=new ee(r).map((function(e){return e.size})).min(),o.__iterate=function(e,t){for(var n,r=this.__iterator(R,t),o=0;!(n=r.next()).done&&!1!==e(n.value,o++,this););return o},o.__iteratorUncached=function(e,o){var i=r.map((function(e){return e=n(e),U(o?e.reverse():e)})),a=0,s=!1;return new F((function(){var n;return s||(n=i.map((function(e){return e.next()})),s=n.some((function(e){return e.done}))),s?{value:void 0,done:!0}:N(e,a++,t.apply(null,n.map((function(e){return e.value}))))}))},o}function Jt(e,t){return oe(e)?t:e.constructor(t)}function Xt(e){if(e!==Object(e))throw new TypeError("Expected [K, V] tuple: "+e)}function Qt(e){return Be(e.size),S(e)}function Zt(e){return s(e)?r:u(e)?o:i}function en(e){return Object.create((s(e)?V:u(e)?Y:G).prototype)}function tn(){return this._iter.cacheResult?(this._iter.cacheResult(),this.size=this._iter.size,this):H.prototype.cacheResult.call(this)}function nn(e,t){return e>t?1:e=0;n--)t={value:arguments[n],next:t};return this.__ownerID?(this.size=e,this._head=t,this.__hash=void 0,this.__altered=!0,this):Tn(e,t)},On.prototype.pushAll=function(e){if(0===(e=o(e)).size)return this;Be(e.size);var t=this.size,n=this._head;return e.reverse().forEach((function(e){t++,n={value:e,next:n}})),this.__ownerID?(this.size=t,this._head=n,this.__hash=void 0,this.__altered=!0,this):Tn(t,n)},On.prototype.pop=function(){return this.slice(1)},On.prototype.unshift=function(){return this.push.apply(this,arguments)},On.prototype.unshiftAll=function(e){return this.pushAll(e)},On.prototype.shift=function(){return this.pop.apply(this,arguments)},On.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._head=void 0,this.__hash=void 0,this.__altered=!0,this):Pn()},On.prototype.slice=function(e,t){if(j(e,t,this.size))return this;var n=T(e,this.size);if(P(t,this.size)!==this.size)return _e.prototype.slice.call(this,e,t);for(var r=this.size-n,o=this._head;n--;)o=o.next;return this.__ownerID?(this.size=r,this._head=o,this.__hash=void 0,this.__altered=!0,this):Tn(r,o)},On.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?Tn(this.size,this._head,e,this.__hash):(this.__ownerID=e,this.__altered=!1,this)},On.prototype.__iterate=function(e,t){if(t)return this.reverse().__iterate(e);for(var n=0,r=this._head;r&&!1!==e(r.value,n++,this);)r=r.next;return n},On.prototype.__iterator=function(e,t){if(t)return this.reverse().__iterator(e);var n=0,r=this._head;return new F((function(){if(r){var t=r.value;return r=r.next,N(e,n++,t)}return{value:void 0,done:!0}}))},On.isStack=Sn;var En,Cn="@@__IMMUTABLE_STACK__@@",jn=On.prototype;function Tn(e,t,n,r){var o=Object.create(jn);return o.size=e,o._head=t,o.__ownerID=n,o.__hash=r,o.__altered=!1,o}function Pn(){return En||(En=Tn(0))}function zn(e,t){var n=function(n){e.prototype[n]=t[n]};return Object.keys(t).forEach(n),Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(t).forEach(n),e}jn[Cn]=!0,jn.withMutations=Le.withMutations,jn.asMutable=Le.asMutable,jn.asImmutable=Le.asImmutable,jn.wasAltered=Le.wasAltered,n.Iterator=F,zn(n,{toArray:function(){Be(this.size);var e=new Array(this.size||0);return this.valueSeq().__iterate((function(t,n){e[n]=t})),e},toIndexedSeq:function(){return new It(this)},toJS:function(){return this.toSeq().map((function(e){return e&&"function"==typeof e.toJS?e.toJS():e})).__toJS()},toJSON:function(){return this.toSeq().map((function(e){return e&&"function"==typeof e.toJSON?e.toJSON():e})).__toJS()},toKeyedSeq:function(){return new Mt(this,!0)},toMap:function(){return Fe(this.toKeyedSeq())},toObject:function(){Be(this.size);var e={};return this.__iterate((function(t,n){e[n]=t})),e},toOrderedMap:function(){return Tt(this.toKeyedSeq())},toOrderedSet:function(){return vn(s(this)?this.valueSeq():this)},toSet:function(){return cn(s(this)?this.valueSeq():this)},toSetSeq:function(){return new qt(this)},toSeq:function(){return u(this)?this.toIndexedSeq():s(this)?this.toKeyedSeq():this.toSetSeq()},toStack:function(){return On(s(this)?this.valueSeq():this)},toList:function(){return pt(s(this)?this.valueSeq():this)},toString:function(){return"[Iterable]"},__toString:function(e,t){return 0===this.size?e+t:e+" "+this.toSeq().map(this.__toStringMapper).join(", ")+" "+t},concat:function(){var t=e.call(arguments,0);return Jt(this,Kt(this,t))},includes:function(e){return this.some((function(t){return he(t,e)}))},entries:function(){return this.__iterator(M)},every:function(e,t){Be(this.size);var n=!0;return this.__iterate((function(r,o,i){if(!e.call(t,r,o,i))return n=!1,!1})),n},filter:function(e,t){return Jt(this,$t(this,e,t,!0))},find:function(e,t,n){var r=this.findEntry(e,t);return r?r[1]:n},findEntry:function(e,t){var n;return this.__iterate((function(r,o,i){if(e.call(t,r,o,i))return n=[o,r],!1})),n},findLastEntry:function(e,t){return this.toSeq().reverse().findEntry(e,t)},forEach:function(e,t){return Be(this.size),this.__iterate(t?e.bind(t):e)},join:function(e){Be(this.size),e=void 0!==e?""+e:",";var t="",n=!0;return this.__iterate((function(r){n?n=!1:t+=e,t+=null!=r?r.toString():""})),t},keys:function(){return this.__iterator(A)},map:function(e,t){return Jt(this,Nt(this,e,t))},reduce:function(e,t,n){var r,o;return Be(this.size),arguments.length<2?o=!0:r=t,this.__iterate((function(t,i,a){o?(o=!1,r=t):r=e.call(n,r,t,i,a)})),r},reduceRight:function(e,t,n){var r=this.toKeyedSeq().reverse();return r.reduce.apply(r,arguments)},reverse:function(){return Jt(this,Dt(this,!0))},slice:function(e,t){return Jt(this,Lt(this,e,t,!0))},some:function(e,t){return!this.every(qn(e),t)},sort:function(e){return Jt(this,Ht(this,e))},values:function(){return this.__iterator(R)},butLast:function(){return this.slice(0,-1)},isEmpty:function(){return void 0!==this.size?0===this.size:!this.some((function(){return!0}))},count:function(e,t){return S(e?this.toSeq().filter(e,t):this)},countBy:function(e,t){return function(e,t,n){var r=Fe().asMutable();return e.__iterate((function(o,i){r.update(t.call(n,o,i,e),0,(function(e){return e+1}))})),r.asImmutable()}(this,e,t)},equals:function(e){return be(this,e)},entrySeq:function(){var e=this;if(e._cache)return new ee(e._cache);var t=e.toSeq().map(In).toIndexedSeq();return t.fromEntrySeq=function(){return e.toSeq()},t},filterNot:function(e,t){return this.filter(qn(e),t)},findLast:function(e,t,n){return this.toKeyedSeq().reverse().find(e,t,n)},first:function(){return this.find(C)},flatMap:function(e,t){return Jt(this,function(e,t,n){var r=Zt(e);return e.toSeq().map((function(o,i){return r(t.call(n,o,i,e))})).flatten(!0)}(this,e,t))},flatten:function(e){return Jt(this,Wt(this,e,!0))},fromEntrySeq:function(){return new Bt(this)},get:function(e,t){return this.find((function(t,n){return he(n,e)}),void 0,t)},getIn:function(e,t){for(var n,r=this,o=rn(e);!(n=o.next()).done;){var i=n.value;if((r=r&&r.get?r.get(i,v):v)===v)return t}return r},groupBy:function(e,t){return function(e,t,n){var r=s(e),o=(c(e)?Tt():Fe()).asMutable();e.__iterate((function(i,a){o.update(t.call(n,i,a,e),(function(e){return(e=e||[]).push(r?[a,i]:i),e}))}));var i=Zt(e);return o.map((function(t){return Jt(e,i(t))}))}(this,e,t)},has:function(e){return this.get(e,v)!==v},hasIn:function(e){return this.getIn(e,v)!==v},isSubset:function(e){return e="function"==typeof e.includes?e:n(e),this.every((function(t){return e.includes(t)}))},isSuperset:function(e){return(e="function"==typeof e.isSubset?e:n(e)).isSubset(this)},keySeq:function(){return this.toSeq().map(Mn).toIndexedSeq()},last:function(){return this.toSeq().reverse().first()},max:function(e){return Vt(this,e)},maxBy:function(e,t){return Vt(this,t,e)},min:function(e){return Vt(this,e?Bn(e):Dn)},minBy:function(e,t){return Vt(this,t?Bn(t):Dn,e)},rest:function(){return this.slice(1)},skip:function(e){return this.slice(Math.max(0,e))},skipLast:function(e){return Jt(this,this.toSeq().reverse().skip(e).reverse())},skipWhile:function(e,t){return Jt(this,Ut(this,e,t,!0))},skipUntil:function(e,t){return this.skipWhile(qn(e),t)},sortBy:function(e,t){return Jt(this,Ht(this,t,e))},take:function(e){return this.slice(0,Math.max(0,e))},takeLast:function(e){return Jt(this,this.toSeq().reverse().take(e).reverse())},takeWhile:function(e,t){return Jt(this,function(e,t,n){var r=en(e);return r.__iterateUncached=function(r,o){var i=this;if(o)return this.cacheResult().__iterate(r,o);var a=0;return e.__iterate((function(e,o,s){return t.call(n,e,o,s)&&++a&&r(e,o,i)})),a},r.__iteratorUncached=function(r,o){var i=this;if(o)return this.cacheResult().__iterator(r,o);var a=e.__iterator(M,o),s=!0;return new F((function(){if(!s)return{value:void 0,done:!0};var e=a.next();if(e.done)return e;var o=e.value,u=o[0],l=o[1];return t.call(n,l,u,i)?r===M?e:N(r,u,l,e):(s=!1,{value:void 0,done:!0})}))},r}(this,e,t))},takeUntil:function(e,t){return this.takeWhile(qn(e),t)},valueSeq:function(){return this.toIndexedSeq()},hashCode:function(){return this.__hash||(this.__hash=function(e){if(e.size===1/0)return 0;var t=c(e),n=s(e),r=t?1:0;return function(e,t){return t=ke(t,3432918353),t=ke(t<<15|t>>>-15,461845907),t=ke(t<<13|t>>>-13,5),t=ke((t=(t+3864292196|0)^e)^t>>>16,2246822507),t=Oe((t=ke(t^t>>>13,3266489909))^t>>>16)}(e.__iterate(n?t?function(e,t){r=31*r+$n(Se(e),Se(t))|0}:function(e,t){r=r+$n(Se(e),Se(t))|0}:t?function(e){r=31*r+Se(e)|0}:function(e){r=r+Se(e)|0}),r)}(this))}});var An=n.prototype;An[f]=!0,An[B]=An.values,An.__toJS=An.toArray,An.__toStringMapper=Fn,An.inspect=An.toSource=function(){return this.toString()},An.chain=An.flatMap,An.contains=An.includes,function(){try{Object.defineProperty(An,"length",{get:function(){if(!n.noLengthWarning){var e;try{throw new Error}catch(t){e=t.stack}if(-1===e.indexOf("_wrapObject"))return console&&console.warn&&console.warn("iterable.length has been deprecated, use iterable.size or iterable.count(). This warning will become a silent error in a future version. "+e),this.size}}})}catch(e){}}(),zn(r,{flip:function(){return Jt(this,Ft(this))},findKey:function(e,t){var n=this.findEntry(e,t);return n&&n[0]},findLastKey:function(e,t){return this.toSeq().reverse().findKey(e,t)},keyOf:function(e){return this.findKey((function(t){return he(t,e)}))},lastKeyOf:function(e){return this.findLastKey((function(t){return he(t,e)}))},mapEntries:function(e,t){var n=this,r=0;return Jt(this,this.toSeq().map((function(o,i){return e.call(t,[i,o],r++,n)})).fromEntrySeq())},mapKeys:function(e,t){var n=this;return Jt(this,this.toSeq().flip().map((function(r,o){return e.call(t,r,o,n)})).flip())}});var Rn=r.prototype;function Mn(e,t){return t}function In(e,t){return[t,e]}function qn(e){return function(){return!e.apply(this,arguments)}}function Bn(e){return function(){return-e.apply(this,arguments)}}function Fn(e){return"string"==typeof e?JSON.stringify(e):e}function Nn(){return O(arguments)}function Dn(e,t){return et?-1:0}function $n(e,t){return e^t+2654435769+(e<<6)+(e>>2)|0}return Rn[p]=!0,Rn[B]=An.entries,Rn.__toJS=An.toObject,Rn.__toStringMapper=function(e,t){return JSON.stringify(t)+": "+Fn(e)},zn(o,{toKeyedSeq:function(){return new Mt(this,!1)},filter:function(e,t){return Jt(this,$t(this,e,t,!1))},findIndex:function(e,t){var n=this.findEntry(e,t);return n?n[0]:-1},indexOf:function(e){var t=this.toKeyedSeq().keyOf(e);return void 0===t?-1:t},lastIndexOf:function(e){var t=this.toKeyedSeq().reverse().keyOf(e);return void 0===t?-1:t},reverse:function(){return Jt(this,Dt(this,!1))},slice:function(e,t){return Jt(this,Lt(this,e,t,!1))},splice:function(e,t){var n=arguments.length;if(t=Math.max(0|t,0),0===n||2===n&&!t)return this;e=T(e,e<0?this.count():this.size);var r=this.slice(0,e);return Jt(this,1===n?r:r.concat(O(arguments,2),this.slice(e+t)))},findLastIndex:function(e,t){var n=this.toKeyedSeq().findLastKey(e,t);return void 0===n?-1:n},first:function(){return this.get(0)},flatten:function(e){return Jt(this,Wt(this,e,!1))},get:function(e,t){return(e=E(this,e))<0||this.size===1/0||void 0!==this.size&&e>this.size?t:this.find((function(t,n){return n===e}),void 0,t)},has:function(e){return(e=E(this,e))>=0&&(void 0!==this.size?this.size===1/0||e0)return o.getInlineStyleAt(r-1);if(o.getLength())return o.getInlineStyleAt(0);return g(e,n)}(t,n):function(e,t){var n=t.getStartKey(),r=t.getStartOffset(),o=e.getBlockForKey(n);if(r0)return o.getInlineStyleAt(r-1);return g(e,n)}(t,n)},e.prototype.getBlockTree=function(e){return this.getImmutable().getIn(["treeMap",e])},e.prototype.isSelectionAtStartOfContent=function(){var e=this.getCurrentContent().getBlockMap().first().getKey();return this.getSelection().hasEdgeWithin(e,0,0)},e.prototype.isSelectionAtEndOfContent=function(){var e=this.getCurrentContent().getBlockMap().last(),t=e.getLength();return this.getSelection().hasEdgeWithin(e.getKey(),t,t)},e.prototype.getDirectionMap=function(){return this.getImmutable().get("directionMap")},e.acceptSelection=function(e,t){return h(e,t,!1)},e.forceSelection=function(e,t){return t.getHasFocus()||(t=t.set("hasFocus",!0)),h(e,t,!0)},e.moveSelectionToEnd=function(t){var n=t.getCurrentContent().getLastBlock(),r=n.getKey(),o=n.getLength();return e.acceptSelection(t,new u({anchorKey:r,anchorOffset:o,focusKey:r,focusOffset:o,isBackward:!1}))},e.moveFocusToEnd=function(t){var n=e.moveSelectionToEnd(t);return e.forceSelection(n,n.getSelection())},e.push=function(t,n,r){if(t.getCurrentContent()===n)return t;var o="insert-characters"!==r,i=a.getDirectionMap(n,t.getDirectionMap());if(!t.getAllowUndo())return e.set(t,{currentContent:n,directionMap:i,lastChangeType:r,selection:n.getSelectionAfter(),forceSelection:o,inlineStyleOverride:null});var s=t.getSelection(),u=t.getCurrentContent(),l=t.getUndoStack(),c=n;s!==u.getSelectionAfter()||function(e,t){var n=e.getLastChangeType();return t!==n||"insert-characters"!==t&&"backspace-character"!==t&&"delete-character"!==t}(t,r)?(l=l.push(u),c=c.set("selectionBefore",s)):"insert-characters"!==r&&"backspace-character"!==r&&"delete-character"!==r||(c=c.set("selectionBefore",u.getSelectionBefore()));var p=t.getInlineStyleOverride();-1===["adjust-depth","change-block-type","split-block"].indexOf(r)&&(p=null);var d={currentContent:c,directionMap:i,undoStack:l,redoStack:f(),lastChangeType:r,selection:n.getSelectionAfter(),forceSelection:o,inlineStyleOverride:p};return e.set(t,d)},e.undo=function(t){if(!t.getAllowUndo())return t;var n=t.getUndoStack(),r=n.peek();if(!r)return t;var o=t.getCurrentContent(),i=a.getDirectionMap(r,t.getDirectionMap());return e.set(t,{currentContent:r,directionMap:i,undoStack:n.shift(),redoStack:t.getRedoStack().push(o),forceSelection:!0,inlineStyleOverride:null,lastChangeType:"undo",nativelyRenderedContent:null,selection:o.getSelectionBefore()})},e.redo=function(t){if(!t.getAllowUndo())return t;var n=t.getRedoStack(),r=n.peek();if(!r)return t;var o=t.getCurrentContent(),i=a.getDirectionMap(r,t.getDirectionMap());return e.set(t,{currentContent:r,directionMap:i,undoStack:t.getUndoStack().push(o),redoStack:n.shift(),forceSelection:!0,inlineStyleOverride:null,lastChangeType:"redo",nativelyRenderedContent:null,selection:r.getSelectionAfter()})},e.prototype.getImmutable=function(){return this._immutable},e}();function h(e,t,n){return d.set(e,{selection:t,forceSelection:n,nativelyRenderedContent:null,inlineStyleOverride:null})}function b(e,t){return e.getBlockMap().map((function(n){return o.generate(e,n,t)})).toOrderedMap()}function g(e,t){var n=e.getBlockMap().reverse().skipUntil((function(e,n){return n===t})).skip(1).skipUntil((function(e,t){return e.getLength()})).first();return n?n.getInlineStyleAt(n.getLength()-1):l()}e.exports=d},function(e,t,n){"use strict";n.r(t);var r=n(4),o=r.a.Symbol,i=Object.prototype,a=i.hasOwnProperty,s=i.toString,u=o?o.toStringTag:void 0;var l=function(e){var t=a.call(e,u),n=e[u];try{e[u]=void 0;var r=!0}catch(e){}var o=s.call(e);return r&&(t?e[u]=n:delete e[u]),o},c=Object.prototype.toString;var f=function(e){return c.call(e)},p="[object Null]",d="[object Undefined]",h=o?o.toStringTag:void 0;var b=function(e){return null==e?void 0===e?d:p:h&&h in Object(e)?l(e):f(e)};var g=function(e){return null!=e&&"object"==typeof e},y="[object Symbol]";var v=function(e){return"symbol"==typeof e||g(e)&&b(e)==y},m=NaN;var w=function(e){return"number"==typeof e?e:v(e)?m:+e};var _=function(e,t){for(var n=-1,r=null==e?0:e.length,o=Array(r);++n0){if(++t>=$e)return arguments[0]}else t=0;return e.apply(void 0,arguments)}},We=Ke(pe),He=/\{\n\/\* \[wrapped with (.+)\] \*/,Ve=/,? & /;var Ye=function(e){var t=e.match(He);return t?t[1].split(Ve):[]},Ge=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;var Je=function(e,t){var n=t.length;if(!n)return e;var r=n-1;return t[r]=(n>1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(Ge,"{\n/* [wrapped with "+t+"] */\n")};var Xe=function(e){return function(){return e}},Qe=function(){try{var e=le(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),Ze=Ke(Qe?function(e,t){return Qe(e,"toString",{configurable:!0,enumerable:!1,value:Xe(t),writable:!0})}:U);var et=function(e,t){for(var n=-1,r=null==e?0:e.length;++n-1},at=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]];var st=function(e,t){return et(at,(function(n){var r="_."+n[0];t&n[1]&&!it(e,r)&&e.push(r)})),e.sort()};var ut=function(e,t,n){var r=t+"";return Ze(e,Je(r,st(Ye(r),n)))},lt=1,ct=2,ft=4,pt=8,dt=32,ht=64;var bt=function(e,t,n,r,o,i,a,s,u,l){var c=t&pt;t|=c?dt:ht,(t&=~(c?ht:dt))&ft||(t&=~(lt|ct));var f=[e,t,o,c?i:void 0,c?a:void 0,c?void 0:i,c?void 0:a,s,u,l],p=n.apply(void 0,f);return De(e)&&We(p,f),p.placeholder=r,ut(p,e,t)};var gt=function(e){return e.placeholder},yt=9007199254740991,vt=/^(?:0|[1-9]\d*)$/;var mt=function(e,t){var n=typeof e;return!!(t=null==t?yt:t)&&("number"==n||"symbol"!=n&&vt.test(e))&&e>-1&&e%1==0&&e1&&w.reverse(),p&&c-1&&e%1==0&&e<=ln};var fn=function(e){return null!=e&&cn(e.length)&&!G(e)};var pn=function(e,t,n){if(!T(n))return!1;var r=typeof t;return!!("number"==r?fn(n)&&mt(t,n.length):"string"==r&&t in n)&&tn(n[t],e)};var dn=function(e){return un((function(t,n){var r=-1,o=n.length,i=o>1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&pn(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=Object(t);++r-1};var dr=function(e,t){var n=this.__data__,r=ur(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this};function hr(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t0&&r(u)?n>1?e(u,n-1,r,o,i):Dr(i,u):o||(i[i.length]=u)}return i};var Kr=function(e){return(null==e?0:e.length)?Ur(e,1):[]};var Wr=function(e){return Ze(sn(e,void 0,Kr),e+"")},Hr=Wr(Nr),Vr=An(Object.getPrototypeOf,Object),Yr="[object Object]",Gr=Function.prototype,Jr=Object.prototype,Xr=Gr.toString,Qr=Jr.hasOwnProperty,Zr=Xr.call(Object);var eo=function(e){if(!g(e)||b(e)!=Yr)return!1;var t=Vr(e);if(null===t)return!0;var n=Qr.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Xr.call(n)==Zr},to="[object DOMException]",no="[object Error]";var ro=function(e){if(!g(e))return!1;var t=b(e);return t==no||t==to||"string"==typeof e.message&&"string"==typeof e.name&&!eo(e)},oo=un((function(e,t){try{return ve(e,void 0,t)}catch(e){return ro(e)?e:new Error(e)}})),io="Expected a function";var ao=function(e,t){var n;if("function"!=typeof t)throw new TypeError(io);return e=D(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}},so=un((function(e,t,n){var r=1;if(n.length){var o=kt(n,gt(so));r|=32}return Xt(e,r,t,n,o)}));so.placeholder={};var uo=so,lo=Wr((function(e,t){return et(t,(function(t){t=qr(t),en(e,t,uo(e[t],e))})),e})),co=un((function(e,t,n){var r=3;if(n.length){var o=kt(n,gt(co));r|=32}return Xt(t,r,e,n,o)}));co.placeholder={};var fo=co;var po=function(e,t,n){var r=-1,o=e.length;t<0&&(t=-t>o?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var i=Array(o);++r=r?e:po(e,t,n)},bo=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");var go=function(e){return bo.test(e)};var yo=function(e){return e.split("")},vo="[\\ud800-\\udfff]",mo="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",wo="\\ud83c[\\udffb-\\udfff]",_o="[^\\ud800-\\udfff]",xo="(?:\\ud83c[\\udde6-\\uddff]){2}",ko="[\\ud800-\\udbff][\\udc00-\\udfff]",Oo="(?:"+mo+"|"+wo+")"+"?",So="[\\ufe0e\\ufe0f]?"+Oo+("(?:\\u200d(?:"+[_o,xo,ko].join("|")+")[\\ufe0e\\ufe0f]?"+Oo+")*"),Eo="(?:"+[_o+mo+"?",mo,xo,ko,vo].join("|")+")",Co=RegExp(wo+"(?="+wo+")|"+Eo+So,"g");var jo=function(e){return e.match(Co)||[]};var To=function(e){return go(e)?jo(e):yo(e)};var Po=function(e){return function(t){t=Rr(t);var n=go(t)?To(t):void 0,r=n?n[0]:t.charAt(0),o=n?ho(n,1).join(""):t.slice(1);return r[e]()+o}},zo=Po("toUpperCase");var Ao=function(e){return zo(Rr(e).toLowerCase())};var Ro=function(e,t,n,r){var o=-1,i=null==e?0:e.length;for(r&&i&&(n=e[++o]);++o=t?e:t)),e};var mi=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=q(n))==n?n:0),void 0!==t&&(t=(t=q(t))==t?t:0),vi(q(e),t,n)};var wi=function(){this.__data__=new br,this.size=0};var _i=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n};var xi=function(e){return this.__data__.get(e)};var ki=function(e){return this.__data__.has(e)},Oi=200;var Si=function(e,t){var n=this.__data__;if(n instanceof br){var r=n.__data__;if(!gr||r.lengths))return!1;var l=i.get(e);if(l&&i.get(t))return l==t;var c=-1,f=!0,p=n&hs?new cs:void 0;for(i.set(e,t),i.set(t,e);++c=t||n<0||f&&e-l>=i}function b(){var e=zu();if(h(e))return g(e);s=setTimeout(b,function(e){var n=t-(e-u);return f?Mu(n,i-(e-l)):n}(e))}function g(e){return s=void 0,p&&r?d(e):(r=o=void 0,a)}function y(){var e=zu(),n=h(e);if(r=arguments,o=this,u=e,n){if(void 0===s)return function(e){return l=e,s=setTimeout(b,t),c?d(e):a}(u);if(f)return clearTimeout(s),s=setTimeout(b,t),d(u)}return void 0===s&&(s=setTimeout(b,t)),a}return t=q(t)||0,T(n)&&(c=!!n.leading,i=(f="maxWait"in n)?Ru(q(n.maxWait)||0,t):i,p="trailing"in n?!!n.trailing:p),y.cancel=function(){void 0!==s&&clearTimeout(s),l=0,r=u=o=s=void 0},y.flush=function(){return void 0===s?a:g(zu())},y};var qu=function(e,t){return null==e||e!=e?t:e},Bu=Object.prototype,Fu=Bu.hasOwnProperty,Nu=un((function(e,t){e=Object(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&pn(t[0],t[1],o)&&(r=1);++n=el&&(i=ps,a=!1,t=new cs(t));e:for(;++o=0&&e.slice(n,o)==t};var wl=function(e,t){return _(t,(function(t){return[t,e[t]]}))};var _l=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=[e,e]})),n},xl="[object Map]",kl="[object Set]";var Ol=function(e){return function(t){var n=Xi(t);return n==xl?gs(t):n==kl?_l(t):wl(t,e(t))}},Sl=Ol(qn),El=Ol(Ln),Cl=Mo({"&":"&","<":"<",">":">",'"':""","'":"'"}),jl=/[&<>"']/g,Tl=RegExp(jl.source);var Pl=function(e){return(e=Rr(e))&&Tl.test(e)?e.replace(jl,Cl):e},zl=/[\\^$.*+?()[\]{}|]/g,Al=RegExp(zl.source);var Rl=function(e){return(e=Rr(e))&&Al.test(e)?e.replace(zl,"\\$&"):e};var Ml=function(e,t){for(var n=-1,r=null==e?0:e.length;++no?0:o+n),(r=void 0===r||r>o?o:D(r))<0&&(r+=o),r=n>r?0:Fl(r);n-1?o[i?t[a]:a]:void 0}},Kl=Math.max;var Wl=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:D(n);return o<0&&(o=Kl(r+o,0)),tt(e,au(t,3),o)},Hl=Ul(Wl);var Vl=function(e,t,n){var r;return n(e,(function(e,n,o){if(t(e,n,o))return r=n,!1})),r};var Yl=function(e,t){return Vl(e,au(t,3),yu)},Gl=Math.max,Jl=Math.min;var Xl=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r-1;return void 0!==n&&(o=D(n),o=n<0?Gl(r+o,0):Jl(o,r-1)),tt(e,au(t,3),o,!0)},Ql=Ul(Xl);var Zl=function(e,t){return Vl(e,au(t,3),gl)};var ec=function(e){return e&&e.length?e[0]:void 0};var tc=function(e,t){var n=-1,r=fn(e)?Array(e.length):[];return mu(e,(function(e,o,i){r[++n]=t(e,o,i)})),r};var nc=function(e,t){return(x(e)?_:tc)(e,au(t,3))};var rc=function(e,t){return Ur(nc(e,t),1)},oc=1/0;var ic=function(e,t){return Ur(nc(e,t),oc)};var ac=function(e,t,n){return n=void 0===n?1:D(n),Ur(nc(e,t),n)},sc=1/0;var uc=function(e){return(null==e?0:e.length)?Ur(e,sc):[]};var lc=function(e,t){return(null==e?0:e.length)?(t=void 0===t?1:D(t),Ur(e,t)):[]},cc=512;var fc=function(e){return Xt(e,cc)},pc=pi("floor"),dc="Expected a function",hc=8,bc=32,gc=128,yc=256;var vc=function(e){return Wr((function(t){var n=t.length,r=n,o=Me.prototype.thru;for(e&&t.reverse();r--;){var i=t[r];if("function"!=typeof i)throw new TypeError(dc);if(o&&!a&&"wrapper"==Ae(i))var a=new Me([],!0)}for(r=a?r:n;++rt};var Ac=function(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=q(t),n=q(n)),e(t,n)}},Rc=Ac(zc),Mc=Ac((function(e,t){return e>=t})),Ic=Object.prototype.hasOwnProperty;var qc=function(e,t){return null!=e&&Ic.call(e,t)};var Bc=function(e,t){return null!=e&&Qs(e,t,qc)},Fc=Math.max,Nc=Math.min;var Dc=function(e,t,n){return e>=Nc(t,n)&&e-1:!!o&&ot(e,t,n)>-1},Yc=Math.max;var Gc=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:D(n);return o<0&&(o=Yc(r+o,0)),ot(e,t,o)};var Jc=function(e){return(null==e?0:e.length)?po(e,0,-1):[]},Xc=Math.min;var Qc=function(e,t,n){for(var r=n?Zu:it,o=e[0].length,i=e.length,a=i,s=Array(i),u=1/0,l=[];a--;){var c=e[a];a&&t&&(c=_(c,En(t))),u=Xc(c.length,u),s[a]=!n&&(t||o>=120&&c.length>=120)?new cs(a&&c):void 0}c=e[0];var f=-1,p=s[0];e:for(;++f=-Xf&&e<=Xf};var Zf=function(e){return void 0===e},ep="[object WeakMap]";var tp=function(e){return g(e)&&Xi(e)==ep},np="[object WeakSet]";var rp=function(e){return g(e)&&b(e)==np},op=1;var ip=function(e){return au("function"==typeof e?e:Ha(e,op))},ap=Array.prototype.join;var sp=function(e,t){return null==e?"":ap.call(e,t)},up=si((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),lp=_u((function(e,t,n){en(e,n,t)}));var cp=function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r},fp=Math.max,pp=Math.min;var dp=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=D(n))<0?fp(r+o,0):pp(o,r-1)),t==t?cp(e,t,o):tt(e,nt,o,!0)},hp=si((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),bp=Po("toLowerCase");var gp=function(e,t){return e=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}};var Yp=function(e,t){var n=e.length;if(n)return mt(t+=t<0?n:0,n)?e[t]:void 0};var Gp=function(e,t){return e&&e.length?Yp(e,D(t)):void 0};var Jp=function(e){return e=D(e),un((function(t){return Yp(t,e)}))};var Xp=function(e,t){return t=Mr(t,e),null==(e=pf(e,t))||delete e[qr(rl(t))]};var Qp=function(e){return eo(e)?void 0:e},Zp=Wr((function(e,t){var n={};if(null==e)return n;var r=!1;t=_(t,(function(t){return t=Mr(t,e),r||(r=t.length>1),t})),on(e,$i(e),n),r&&(n=Ha(n,7,Qp));for(var o=t.length;o--;)Xp(n,t[o]);return n}));var ed=function(e,t,n,r){if(!T(e))return e;for(var o=-1,i=(t=Mr(t,e)).length,a=i-1,s=e;null!=s&&++ot||i&&a&&u&&!s&&!l||r&&a&&u||!n&&u||!o)return 1;if(!r&&!i&&!l&&e=s?u:u*("desc"==n[r]?-1:1)}return e.index-t.index};var ud=function(e,t,n){var r=-1;t=_(t.length?t:[U],En(au));var o=tc(e,(function(e,n,o){return{criteria:_(t,(function(t){return t(e)})),index:++r,value:e}}));return id(o,(function(e,t){return sd(e,t,n)}))};var ld=function(e,t,n,r){return null==e?[]:(x(t)||(t=null==t?[]:[t]),x(n=r?void 0:n)||(n=null==n?[]:[n]),ud(e,t,n))};var cd=function(e){return Wr((function(t){return t=_(t,En(au)),un((function(n){var r=this;return e(t,(function(e){return ve(e,r,n)}))}))}))},fd=cd(_),pd=un,dd=Math.min,hd=pd((function(e,t){var n=(t=1==t.length&&x(t[0])?_(t[0],En(au)):_(Ur(t,1),En(au))).length;return un((function(r){for(var o=-1,i=dd(r.length,n);++oyd)return n;do{t%2&&(n+=e),(t=vd(t/2))&&(e+=e)}while(t);return n},wd=ru("length"),_d="[\\ud800-\\udfff]",xd="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",kd="[^\\ud800-\\udfff]",Od="(?:\\ud83c[\\udde6-\\uddff]){2}",Sd="[\\ud800-\\udbff][\\udc00-\\udfff]",Ed="(?:"+xd+"|\\ud83c[\\udffb-\\udfff])"+"?",Cd="[\\ufe0e\\ufe0f]?"+Ed+("(?:\\u200d(?:"+[kd,Od,Sd].join("|")+")[\\ufe0e\\ufe0f]?"+Ed+")*"),jd="(?:"+[kd+xd+"?",xd,Od,Sd,_d].join("|")+")",Td=RegExp("\\ud83c[\\udffb-\\udfff](?=\\ud83c[\\udffb-\\udfff])|"+jd+Cd,"g");var Pd=function(e){for(var t=Td.lastIndex=0;Td.test(e);)++t;return t};var zd=function(e){return go(e)?Pd(e):wd(e)},Ad=Math.ceil;var Rd=function(e,t){var n=(t=void 0===t?" ":E(t)).length;if(n<2)return n?md(t,e):t;var r=md(t,Ad(e/zd(t)));return go(t)?ho(To(r),0,e).join(""):r.slice(0,e)},Md=Math.ceil,Id=Math.floor;var qd=function(e,t,n){e=Rr(e);var r=(t=D(t))?zd(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Rd(Id(o),n)+e+Rd(Md(o),n)};var Bd=function(e,t,n){e=Rr(e);var r=(t=D(t))?zd(e):0;return t&&r-1;)s!==e&&Qd.call(s,u,1),Qd.call(e,u,1);return e};var eh=function(e,t){return e&&e.length&&t&&t.length?Zd(e,t):e},th=un(eh);var nh=function(e,t,n){return e&&e.length&&t&&t.length?Zd(e,t,au(n,2)):e};var rh=function(e,t,n){return e&&e.length&&t&&t.length?Zd(e,t,void 0,n):e},oh=Array.prototype.splice;var ih=function(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;mt(o)?oh.call(e,o,1):Xp(e,o)}}return e},ah=Wr((function(e,t){var n=null==e?0:e.length,r=Nr(e,t);return ih(e,_(t,(function(e){return mt(e,n)?+e:e})).sort(ad)),r})),sh=Math.floor,uh=Math.random;var lh=function(e,t){return e+sh(uh()*(t-e+1))},ch=parseFloat,fh=Math.min,ph=Math.random;var dh=function(e,t,n){if(n&&"boolean"!=typeof n&&pn(e,t,n)&&(t=n=void 0),void 0===n&&("boolean"==typeof t?(n=t,t=void 0):"boolean"==typeof e&&(n=e,e=void 0)),void 0===e&&void 0===t?(e=0,t=1):(e=N(e),void 0===t?(t=e,e=0):t=N(t)),e>t){var r=e;e=t,t=r}if(n||e%1||t%1){var o=ph();return fh(e+o*(t-e+ch("1e-"+((o+"").length-1))),t)}return lh(e,t)},hh=Math.ceil,bh=Math.max;var gh=function(e,t,n,r){for(var o=-1,i=bh(hh((t-e)/(n||1)),0),a=Array(i);i--;)a[r?i:++o]=e,e+=n;return a};var yh=function(e){return function(t,n,r){return r&&"number"!=typeof r&&pn(t,n,r)&&(n=r=void 0),t=N(t),void 0===n?(n=t,t=0):n=N(n),r=void 0===r?t1&&pn(e,t[0],t[1])?t=[]:n>2&&pn(t[0],t[1],t[2])&&(t=[t[0]]),ud(e,Ur(t,1),[])})),tb=4294967294,nb=Math.floor,rb=Math.min;var ob=function(e,t,n,r){t=n(t);for(var o=0,i=null==e?0:e.length,a=t!=t,s=null===t,u=v(t),l=void 0===t;o>>1,a=e[i];null!==a&&!v(a)&&(n?a<=t:a>>0)?(e=Rr(e))&&("string"==typeof t||null!=t&&!Jf(t))&&!(t=E(t))&&go(e)?ho(To(e),0,n):e.split(t,n):[]},vb="Expected a function",mb=Math.max;var wb=function(e,t){if("function"!=typeof e)throw new TypeError(vb);return t=null==t?0:mb(D(t),0),un((function(n){var r=n[t],o=ho(n,0,t);return r&&Dr(o,r),ve(e,this,o)}))},_b=si((function(e,t,n){return e+(n?" ":"")+zo(t)}));var xb=function(e,t,n){return e=Rr(e),n=null==n?0:vi(D(n),0,e.length),t=E(t),e.slice(n,n+t.length)==t};var kb=function(){return{}};var Ob=function(){return""};var Sb=function(){return!0},Eb=C((function(e,t){return e-t}),0);var Cb=function(e){return e&&e.length?jp(e,U):0};var jb=function(e,t){return e&&e.length?jp(e,au(t,2)):0};var Tb=function(e){var t=null==e?0:e.length;return t?po(e,1,t):[]};var Pb=function(e,t,n){return e&&e.length?(t=n||void 0===t?1:D(t),po(e,0,t<0?0:t)):[]};var zb=function(e,t,n){var r=null==e?0:e.length;return r?(t=n||void 0===t?1:D(t),po(e,(t=r-t)<0?0:t,r)):[]};var Ab=function(e,t){return e&&e.length?ll(e,au(t,3),!1,!0):[]};var Rb=function(e,t){return e&&e.length?ll(e,au(t,3)):[]};var Mb=function(e,t){return t(e),e},Ib=Object.prototype,qb=Ib.hasOwnProperty;var Bb=function(e,t,n,r){return void 0===e||tn(e,Ib[n])&&!qb.call(r,n)?t:e},Fb={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};var Nb=function(e){return"\\"+Fb[e]},Db=/<%=([\s\S]+?)%>/g,$b={escape:/<%-([\s\S]+?)%>/g,evaluate:/<%([\s\S]+?)%>/g,interpolate:Db,variable:"",imports:{_:{escape:Pl}}},Lb=/\b__p \+= '';/g,Ub=/\b(__p \+=) '' \+/g,Kb=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Wb=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Hb=/($^)/,Vb=/['\n\r\u2028\u2029\\]/g,Yb=Object.prototype.hasOwnProperty;var Gb=function(e,t,n){var r=$b.imports._.templateSettings||$b;n&&pn(e,t,n)&&(t=void 0),e=Rr(e),t=Kn({},t,r,Bb);var o,i,a=Kn({},t.imports,r.imports,Bb),s=qn(a),u=Kc(a,s),l=0,c=t.interpolate||Hb,f="__p += '",p=RegExp((t.escape||Hb).source+"|"+c.source+"|"+(c===Db?Wb:Hb).source+"|"+(t.evaluate||Hb).source+"|$","g"),d=Yb.call(t,"sourceURL")?"//# sourceURL="+(t.sourceURL+"").replace(/[\r\n]/g," ")+"\n":"";e.replace(p,(function(t,n,r,a,s,u){return r||(r=a),f+=e.slice(l,u).replace(Vb,Nb),n&&(o=!0,f+="' +\n__e("+n+") +\n'"),s&&(i=!0,f+="';\n"+s+";\n__p += '"),r&&(f+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),l=u+t.length,t})),f+="';\n";var h=Yb.call(t,"variable")&&t.variable;h||(f="with (obj) {\n"+f+"\n}\n"),f=(i?f.replace(Lb,""):f).replace(Ub,"$1").replace(Kb,"$1;"),f="function("+(h||"obj")+") {\n"+(h?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(i?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+f+"return __p\n}";var b=oo((function(){return Function(s,d+"return "+f).apply(void 0,u)}));if(b.source=f,ro(b))throw b;return b},Jb="Expected a function";var Xb=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new TypeError(Jb);return T(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),Iu(e,t,{leading:r,maxWait:t,trailing:o})};var Qb=function(e,t){return t(e)},Zb=9007199254740991,eg=4294967295,tg=Math.min;var ng=function(e,t){if((e=D(e))<1||e>Zb)return[];var n=eg,r=tg(e,eg);t=pl(t),e-=eg;for(var o=gn(r,t);++n-1;);return n};var dg=function(e,t){for(var n=-1,r=e.length;++n-1;);return n},hg=/^\s+|\s+$/g;var bg=function(e,t,n){if((e=Rr(e))&&(n||void 0===t))return e.replace(hg,"");if(!e||!(t=E(t)))return e;var r=To(e),o=To(t),i=dg(r,o),a=pg(r,o)+1;return ho(r,i,a).join("")},gg=/\s+$/;var yg=function(e,t,n){if((e=Rr(e))&&(n||void 0===t))return e.replace(gg,"");if(!e||!(t=E(t)))return e;var r=To(e),o=pg(r,To(t))+1;return ho(r,0,o).join("")},vg=/^\s+/;var mg=function(e,t,n){if((e=Rr(e))&&(n||void 0===t))return e.replace(vg,"");if(!e||!(t=E(t)))return e;var r=To(e),o=dg(r,To(t));return ho(r,o).join("")},wg=30,_g="...",xg=/\w*$/;var kg=function(e,t){var n=wg,r=_g;if(T(t)){var o="separator"in t?t.separator:o;n="length"in t?D(t.length):n,r="omission"in t?E(t.omission):r}var i=(e=Rr(e)).length;if(go(e)){var a=To(e);i=a.length}if(n>=i)return e;var s=n-zd(r);if(s<1)return r;var u=a?ho(a,0,s).join(""):e.slice(0,s);if(void 0===o)return u+r;if(a&&(s+=u.length-s),Jf(o)){if(e.slice(s).search(o)){var l,c=u;for(o.global||(o=RegExp(o.source,Rr(xg.exec(o))+"g")),o.lastIndex=0;l=o.exec(c);)var f=l.index;u=u.slice(0,void 0===f?s:f)}}else if(e.indexOf(E(o),s)!=s){var p=u.lastIndexOf(o);p>-1&&(u=u.slice(0,p))}return u+r};var Og=function(e){return Zt(e,1)},Sg=Mo({"&":"&","<":"<",">":">",""":'"',"'":"'"}),Eg=/&(?:amp|lt|gt|quot|#39);/g,Cg=RegExp(Eg.source);var jg=function(e){return(e=Rr(e))&&Cg.test(e)?e.replace(Eg,Sg):e},Tg=Ki&&1/ys(new Ki([,-0]))[1]==1/0?function(e){return new Ki(e)}:je,Pg=200;var zg=function(e,t,n){var r=-1,o=it,i=e.length,a=!0,s=[],u=s;if(n)a=!1,o=Zu;else if(i>=Pg){var l=t?null:Tg(e);if(l)return ys(l);a=!1,o=ps,u=new cs}else u=t?[]:s;e:for(;++r1||this.__actions__.length)&&r instanceof Ce&&mt(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:Qb,args:[o],thisArg:void 0}),new Me(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var Qg=function(){return hi(this)};var Zg=function(){var e=this.__wrapped__;if(e instanceof Ce){var t=e;return this.__actions__.length&&(t=new Ce(this)),(t=t.reverse()).__actions__.push({func:Qb,args:[Rh],thisArg:void 0}),new Me(t,this.__chain__)}return this.thru(Rh)};var ey=function(e,t,n){var r=e.length;if(r<2)return r?zg(e[0]):[];for(var o=-1,i=Array(r);++o1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,Ug(e,n)})),ly={chunk:yi,compact:os,concat:is,difference:nl,differenceBy:ol,differenceWith:il,drop:sl,dropRight:ul,dropRightWhile:cl,dropWhile:fl,fill:Dl,findIndex:Wl,findLastIndex:Xl,first:ec,flatten:Kr,flattenDeep:uc,flattenDepth:lc,fromPairs:Sc,head:ec,indexOf:Gc,initial:Jc,intersection:ef,intersectionBy:tf,intersectionWith:nf,join:sp,last:rl,lastIndexOf:dp,nth:Gp,pull:th,pullAll:eh,pullAllBy:nh,pullAllWith:rh,pullAt:ah,remove:Eh,reverse:Rh,slice:Jh,sortedIndex:sb,sortedIndexBy:ub,sortedIndexOf:lb,sortedLastIndex:cb,sortedLastIndexBy:fb,sortedLastIndexOf:pb,sortedUniq:hb,sortedUniqBy:bb,tail:Tb,take:Pb,takeRight:zb,takeRightWhile:Ab,takeWhile:Rb,union:Ag,unionBy:Rg,unionWith:Mg,uniq:Ig,uniqBy:qg,uniqWith:Bg,unzip:Lg,unzipWith:Ug,without:Gg,xor:ty,xorBy:ny,xorWith:ry,zip:oy,zipObject:ay,zipObjectDeep:sy,zipWith:uy},cy={countBy:ku,each:dl,eachRight:vl,every:ql,filter:Ll,find:Hl,findLast:Ql,flatMap:rc,flatMapDeep:ic,flatMapDepth:ac,forEach:dl,forEachRight:vl,groupBy:Pc,includes:Vc,invokeMap:bf,keyBy:lp,map:nc,orderBy:ld,partition:Hd,reduce:xh,reduceRight:Oh,reject:Sh,sample:Bh,sampleSize:$h,shuffle:Hh,size:Gh,some:Zh,sortBy:eb},fy={now:zu},py={after:L,ary:Zt,before:ao,bind:uo,bindKey:fo,curry:Cu,curryRight:Pu,debounce:Iu,defer:Xu,delay:Qu,flip:fc,memoize:jr,negate:$p,once:od,overArgs:hd,partial:Ud,partialRight:Wd,rearg:wh,rest:Ph,spread:wb,throttle:Xb,unary:Og,wrap:Jg},dy={castArray:li,clone:Ya,cloneDeep:Xa,cloneDeepWith:es,cloneWith:ns,conformsTo:du,eq:tn,gt:Rc,gte:Mc,isArguments:xn,isArray:x,isArrayBuffer:mf,isArrayLike:fn,isArrayLikeObject:$u,isBoolean:_f,isBuffer:kn.a,isDate:Sf,isElement:Ef,isEmpty:Pf,isEqual:zf,isEqualWith:Af,isError:ro,isFinite:Mf,isFunction:G,isInteger:If,isLength:cn,isMap:Ra,isMatch:qf,isMatchWith:Bf,isNaN:Df,isNative:Kf,isNil:Wf,isNull:Hf,isNumber:Nf,isObject:T,isObjectLike:g,isPlainObject:eo,isRegExp:Jf,isSafeInteger:Qf,isSet:Ba,isString:Uc,isSymbol:v,isTypedArray:Tn,isUndefined:Zf,isWeakMap:tp,isWeakSet:rp,lt:yp,lte:vp,toArray:Hp,toFinite:N,toInteger:D,toLength:Fl,toNumber:q,toPlainObject:Uu,toSafeInteger:lg,toString:Rr},hy={add:j,ceil:di,divide:al,floor:pc,max:Ep,maxBy:Cp,mean:zp,meanBy:Ap,min:qp,minBy:Bp,multiply:Np,round:Mh,subtract:Eb,sum:Cb,sumBy:jb},by={clamp:mi,inRange:$c,random:dh},gy={assign:Fn,assignIn:Un,assignInWith:Kn,assignWith:Wn,at:Hr,create:Ou,defaults:Nu,defaultsDeep:Yu,entries:Sl,entriesIn:El,extend:Un,extendWith:Kn,findKey:Yl,findLastKey:Zl,forIn:_c,forInRight:xc,forOwn:kc,forOwnRight:Oc,functions:Cc,functionsIn:jc,get:Fr,has:Bc,hasIn:Zs,invert:sf,invertBy:ff,invoke:hf,keys:qn,keysIn:Ln,mapKeys:mp,mapValues:wp,merge:Rp,mergeWith:Vu,omit:Zp,omitBy:rd,pick:Yd,pickBy:nd,result:zh,set:Lh,setWith:Uh,toPairs:Sl,toPairsIn:El,transform:fg,unset:Dg,update:Wg,updateWith:Hg,values:Wc,valuesIn:Yg},yy={at:Xg,chain:hi,commit:rs,lodash:Ne,next:Vp,plant:Gd,reverse:Zg,tap:Mb,thru:Qb,toIterator:rg,toJSON:ig,value:ig,valueOf:ig,wrapperChain:Qg},vy={camelCase:ui,capitalize:Ao,deburr:Fo,endsWith:ml,escape:Pl,escapeRegExp:Rl,kebabCase:up,lowerCase:hp,lowerFirst:bp,pad:qd,padEnd:Bd,padStart:Fd,parseInt:$d,repeat:Ch,replace:jh,snakeCase:Xh,split:yb,startCase:_b,startsWith:xb,template:Gb,templateSettings:$b,toLower:ag,toUpper:cg,trim:bg,trimEnd:yg,trimStart:mg,truncate:kg,unescape:jg,upperCase:Vg,upperFirst:zo,words:ii},my={attempt:oo,bindAll:lo,cond:uu,conforms:pu,constant:Xe,defaultTo:qu,flow:mc,flowRight:wc,identity:U,iteratee:ip,matches:xp,matchesProperty:Op,method:Mp,methodOf:Ip,mixin:Fp,noop:je,nthArg:Jp,over:fd,overEvery:bd,overSome:gd,property:iu,propertyOf:Jd,range:vh,rangeRight:mh,stubArray:Ai,stubFalse:$f.a,stubObject:kb,stubString:Ob,stubTrue:Sb,times:ng,toPath:sg,uniqueId:Ng};var wy=function(){var e=new Ce(this.__wrapped__);return e.__actions__=Ie(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Ie(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Ie(this.__views__),e};var _y=function(){if(this.__filtered__){var e=new Ce(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},xy=Math.max,ky=Math.min;var Oy=function(e,t,n){for(var r=-1,o=n.length;++r * Build: `lodash modularize exports="es" -o ./` - * Copyright JS Foundation and other contributors + * Copyright OpenJS Foundation and other contributors * Released under MIT license * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */Ne.after=cy.after,Ne.ary=cy.ary,Ne.assign=hy.assign,Ne.assignIn=hy.assignIn,Ne.assignInWith=hy.assignInWith,Ne.assignWith=hy.assignWith,Ne.at=hy.at,Ne.before=cy.before,Ne.bind=cy.bind,Ne.bindAll=yy.bindAll,Ne.bindKey=cy.bindKey,Ne.castArray=fy.castArray,Ne.chain=by.chain,Ne.chunk=sy.chunk,Ne.compact=sy.compact,Ne.concat=sy.concat,Ne.cond=yy.cond,Ne.conforms=yy.conforms,Ne.constant=yy.constant,Ne.countBy=uy.countBy,Ne.create=hy.create,Ne.curry=cy.curry,Ne.curryRight=cy.curryRight,Ne.debounce=cy.debounce,Ne.defaults=hy.defaults,Ne.defaultsDeep=hy.defaultsDeep,Ne.defer=cy.defer,Ne.delay=cy.delay,Ne.difference=sy.difference,Ne.differenceBy=sy.differenceBy,Ne.differenceWith=sy.differenceWith,Ne.drop=sy.drop,Ne.dropRight=sy.dropRight,Ne.dropRightWhile=sy.dropRightWhile,Ne.dropWhile=sy.dropWhile,Ne.fill=sy.fill,Ne.filter=uy.filter,Ne.flatMap=uy.flatMap,Ne.flatMapDeep=uy.flatMapDeep,Ne.flatMapDepth=uy.flatMapDepth,Ne.flatten=sy.flatten,Ne.flattenDeep=sy.flattenDeep,Ne.flattenDepth=sy.flattenDepth,Ne.flip=cy.flip,Ne.flow=yy.flow,Ne.flowRight=yy.flowRight,Ne.fromPairs=sy.fromPairs,Ne.functions=hy.functions,Ne.functionsIn=hy.functionsIn,Ne.groupBy=uy.groupBy,Ne.initial=sy.initial,Ne.intersection=sy.intersection,Ne.intersectionBy=sy.intersectionBy,Ne.intersectionWith=sy.intersectionWith,Ne.invert=hy.invert,Ne.invertBy=hy.invertBy,Ne.invokeMap=uy.invokeMap,Ne.iteratee=yy.iteratee,Ne.keyBy=uy.keyBy,Ne.keys=qn,Ne.keysIn=hy.keysIn,Ne.map=uy.map,Ne.mapKeys=hy.mapKeys,Ne.mapValues=hy.mapValues,Ne.matches=yy.matches,Ne.matchesProperty=yy.matchesProperty,Ne.memoize=cy.memoize,Ne.merge=hy.merge,Ne.mergeWith=hy.mergeWith,Ne.method=yy.method,Ne.methodOf=yy.methodOf,Ne.mixin=Iy,Ne.negate=Dp,Ne.nthArg=yy.nthArg,Ne.omit=hy.omit,Ne.omitBy=hy.omitBy,Ne.once=cy.once,Ne.orderBy=uy.orderBy,Ne.over=yy.over,Ne.overArgs=cy.overArgs,Ne.overEvery=yy.overEvery,Ne.overSome=yy.overSome,Ne.partial=cy.partial,Ne.partialRight=cy.partialRight,Ne.partition=uy.partition,Ne.pick=hy.pick,Ne.pickBy=hy.pickBy,Ne.property=yy.property,Ne.propertyOf=yy.propertyOf,Ne.pull=sy.pull,Ne.pullAll=sy.pullAll,Ne.pullAllBy=sy.pullAllBy,Ne.pullAllWith=sy.pullAllWith,Ne.pullAt=sy.pullAt,Ne.range=yy.range,Ne.rangeRight=yy.rangeRight,Ne.rearg=cy.rearg,Ne.reject=uy.reject,Ne.remove=sy.remove,Ne.rest=cy.rest,Ne.reverse=sy.reverse,Ne.sampleSize=uy.sampleSize,Ne.set=hy.set,Ne.setWith=hy.setWith,Ne.shuffle=uy.shuffle,Ne.slice=sy.slice,Ne.sortBy=uy.sortBy,Ne.sortedUniq=sy.sortedUniq,Ne.sortedUniqBy=sy.sortedUniqBy,Ne.split=gy.split,Ne.spread=cy.spread,Ne.tail=sy.tail,Ne.take=sy.take,Ne.takeRight=sy.takeRight,Ne.takeRightWhile=sy.takeRightWhile,Ne.takeWhile=sy.takeWhile,Ne.tap=by.tap,Ne.throttle=cy.throttle,Ne.thru=Xb,Ne.toArray=fy.toArray,Ne.toPairs=hy.toPairs,Ne.toPairsIn=hy.toPairsIn,Ne.toPath=yy.toPath,Ne.toPlainObject=fy.toPlainObject,Ne.transform=hy.transform,Ne.unary=cy.unary,Ne.union=sy.union,Ne.unionBy=sy.unionBy,Ne.unionWith=sy.unionWith,Ne.uniq=sy.uniq,Ne.uniqBy=sy.uniqBy,Ne.uniqWith=sy.uniqWith,Ne.unset=hy.unset,Ne.unzip=sy.unzip,Ne.unzipWith=sy.unzipWith,Ne.update=hy.update,Ne.updateWith=hy.updateWith,Ne.values=hy.values,Ne.valuesIn=hy.valuesIn,Ne.without=sy.without,Ne.words=gy.words,Ne.wrap=cy.wrap,Ne.xor=sy.xor,Ne.xorBy=sy.xorBy,Ne.xorWith=sy.xorWith,Ne.zip=sy.zip,Ne.zipObject=sy.zipObject,Ne.zipObjectDeep=sy.zipObjectDeep,Ne.zipWith=sy.zipWith,Ne.entries=hy.toPairs,Ne.entriesIn=hy.toPairsIn,Ne.extend=hy.assignIn,Ne.extendWith=hy.assignInWith,Iy(Ne,Ne),Ne.add=py.add,Ne.attempt=yy.attempt,Ne.camelCase=gy.camelCase,Ne.capitalize=gy.capitalize,Ne.ceil=py.ceil,Ne.clamp=dy.clamp,Ne.clone=fy.clone,Ne.cloneDeep=fy.cloneDeep,Ne.cloneDeepWith=fy.cloneDeepWith,Ne.cloneWith=fy.cloneWith,Ne.conformsTo=fy.conformsTo,Ne.deburr=gy.deburr,Ne.defaultTo=yy.defaultTo,Ne.divide=py.divide,Ne.endsWith=gy.endsWith,Ne.eq=fy.eq,Ne.escape=gy.escape,Ne.escapeRegExp=gy.escapeRegExp,Ne.every=uy.every,Ne.find=uy.find,Ne.findIndex=sy.findIndex,Ne.findKey=hy.findKey,Ne.findLast=uy.findLast,Ne.findLastIndex=sy.findLastIndex,Ne.findLastKey=hy.findLastKey,Ne.floor=py.floor,Ne.forEach=uy.forEach,Ne.forEachRight=uy.forEachRight,Ne.forIn=hy.forIn,Ne.forInRight=hy.forInRight,Ne.forOwn=hy.forOwn,Ne.forOwnRight=hy.forOwnRight,Ne.get=hy.get,Ne.gt=fy.gt,Ne.gte=fy.gte,Ne.has=hy.has,Ne.hasIn=hy.hasIn,Ne.head=sy.head,Ne.identity=U,Ne.includes=uy.includes,Ne.indexOf=sy.indexOf,Ne.inRange=dy.inRange,Ne.invoke=hy.invoke,Ne.isArguments=fy.isArguments,Ne.isArray=x,Ne.isArrayBuffer=fy.isArrayBuffer,Ne.isArrayLike=fy.isArrayLike,Ne.isArrayLikeObject=fy.isArrayLikeObject,Ne.isBoolean=fy.isBoolean,Ne.isBuffer=fy.isBuffer,Ne.isDate=fy.isDate,Ne.isElement=fy.isElement,Ne.isEmpty=fy.isEmpty,Ne.isEqual=fy.isEqual,Ne.isEqualWith=fy.isEqualWith,Ne.isError=fy.isError,Ne.isFinite=fy.isFinite,Ne.isFunction=fy.isFunction,Ne.isInteger=fy.isInteger,Ne.isLength=fy.isLength,Ne.isMap=fy.isMap,Ne.isMatch=fy.isMatch,Ne.isMatchWith=fy.isMatchWith,Ne.isNaN=fy.isNaN,Ne.isNative=fy.isNative,Ne.isNil=fy.isNil,Ne.isNull=fy.isNull,Ne.isNumber=fy.isNumber,Ne.isObject=T,Ne.isObjectLike=fy.isObjectLike,Ne.isPlainObject=fy.isPlainObject,Ne.isRegExp=fy.isRegExp,Ne.isSafeInteger=fy.isSafeInteger,Ne.isSet=fy.isSet,Ne.isString=fy.isString,Ne.isSymbol=fy.isSymbol,Ne.isTypedArray=fy.isTypedArray,Ne.isUndefined=fy.isUndefined,Ne.isWeakMap=fy.isWeakMap,Ne.isWeakSet=fy.isWeakSet,Ne.join=sy.join,Ne.kebabCase=gy.kebabCase,Ne.last=nl,Ne.lastIndexOf=sy.lastIndexOf,Ne.lowerCase=gy.lowerCase,Ne.lowerFirst=gy.lowerFirst,Ne.lt=fy.lt,Ne.lte=fy.lte,Ne.max=py.max,Ne.maxBy=py.maxBy,Ne.mean=py.mean,Ne.meanBy=py.meanBy,Ne.min=py.min,Ne.minBy=py.minBy,Ne.stubArray=yy.stubArray,Ne.stubFalse=yy.stubFalse,Ne.stubObject=yy.stubObject,Ne.stubString=yy.stubString,Ne.stubTrue=yy.stubTrue,Ne.multiply=py.multiply,Ne.nth=sy.nth,Ne.noop=yy.noop,Ne.now=ly.now,Ne.pad=gy.pad,Ne.padEnd=gy.padEnd,Ne.padStart=gy.padStart,Ne.parseInt=gy.parseInt,Ne.random=dy.random,Ne.reduce=uy.reduce,Ne.reduceRight=uy.reduceRight,Ne.repeat=gy.repeat,Ne.replace=gy.replace,Ne.result=hy.result,Ne.round=py.round,Ne.sample=uy.sample,Ne.size=uy.size,Ne.snakeCase=gy.snakeCase,Ne.some=uy.some,Ne.sortedIndex=sy.sortedIndex,Ne.sortedIndexBy=sy.sortedIndexBy,Ne.sortedIndexOf=sy.sortedIndexOf,Ne.sortedLastIndex=sy.sortedLastIndex,Ne.sortedLastIndexBy=sy.sortedLastIndexBy,Ne.sortedLastIndexOf=sy.sortedLastIndexOf,Ne.startCase=gy.startCase,Ne.startsWith=gy.startsWith,Ne.subtract=py.subtract,Ne.sum=py.sum,Ne.sumBy=py.sumBy,Ne.template=gy.template,Ne.times=yy.times,Ne.toFinite=fy.toFinite,Ne.toInteger=D,Ne.toLength=fy.toLength,Ne.toLower=gy.toLower,Ne.toNumber=fy.toNumber,Ne.toSafeInteger=fy.toSafeInteger,Ne.toString=fy.toString,Ne.toUpper=gy.toUpper,Ne.trim=gy.trim,Ne.trimEnd=gy.trimEnd,Ne.trimStart=gy.trimStart,Ne.truncate=gy.truncate,Ne.unescape=gy.unescape,Ne.uniqueId=yy.uniqueId,Ne.upperCase=gy.upperCase,Ne.upperFirst=gy.upperFirst,Ne.each=uy.forEach,Ne.eachRight=uy.forEachRight,Ne.first=sy.head,Iy(Ne,(Cy={},gu(Ne,function(e,t){Py.call(Ne.prototype,t)||(Cy[t]=e)}),Cy),{chain:!1}),Ne.VERSION="4.17.11",(Ne.templateSettings=gy.templateSettings).imports._=Ne,et(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){Ne[e].placeholder=Ne}),et(["drop","take"],function(e,t){Ce.prototype[e]=function(n){n=void 0===n?1:Ay(D(n),0);var r=this.__filtered__&&!t?new Ce(this):this.clone();return r.__filtered__?r.__takeCount__=Ry(n,r.__takeCount__):r.__views__.push({size:Ry(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},Ce.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}}),et(["filter","map","takeWhile"],function(e,t){var n=t+1,r=1==n||3==n;Ce.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:iu(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}}),et(["head","last"],function(e,t){var n="take"+(t?"Right":"");Ce.prototype[e]=function(){return this[n](1).value()[0]}}),et(["initial","tail"],function(e,t){var n="drop"+(t?"":"Right");Ce.prototype[e]=function(){return this.__filtered__?new Ce(this):this[n](1)}}),Ce.prototype.compact=function(){return this.filter(U)},Ce.prototype.find=function(e){return this.filter(e).head()},Ce.prototype.findLast=function(e){return this.reverse().find(e)},Ce.prototype.invokeMap=un(function(e,t){return"function"==typeof e?new Ce(this):this.map(function(n){return pf(n,e,t)})}),Ce.prototype.reject=function(e){return this.filter(Dp(iu(e)))},Ce.prototype.slice=function(e,t){e=D(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Ce(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=D(t))<0?n.dropRight(-t):n.take(t-e)),n)},Ce.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Ce.prototype.toArray=function(){return this.take(4294967295)},gu(Ce.prototype,function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Ne[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Ne.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,s=t instanceof Ce,u=a[0],l=s||x(t),c=function(e){var t=o.apply(Ne,Dr([e],a));return r&&f?t[0]:t};l&&n&&"function"==typeof u&&1!=u.length&&(s=l=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=s&&!p;if(!i&&l){t=h?t:new Ce(this);var b=e.apply(t,a);return b.__actions__.push({func:Xb,args:[c],thisArg:void 0}),new Ie(b,f)}return d&&h?e.apply(this,a):(b=this.thru(c),d?r?b.value()[0]:b.value():b)})}),et(["pop","push","shift","sort","splice","unshift"],function(e){var t=Ty[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Ne.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(x(o)?o:[],e)}return this[n](function(n){return t.apply(x(n)?n:[],e)})}}),gu(Ce.prototype,function(e,t){var n=Ne[t];if(n){var r=n.name+"";(Pe[r]||(Pe[r]=[])).push({name:t,func:n})}}),Pe[Pt(void 0,2).name]=[{name:"wrapper",func:void 0}],Ce.prototype.clone=vy,Ce.prototype.reverse=my,Ce.prototype.value=jy,Ne.prototype.at=by.at,Ne.prototype.chain=by.wrapperChain,Ne.prototype.commit=by.commit,Ne.prototype.next=by.next,Ne.prototype.plant=by.plant,Ne.prototype.reverse=by.reverse,Ne.prototype.toJSON=Ne.prototype.valueOf=Ne.prototype.value=by.value,Ne.prototype.first=Ne.prototype.head,zy&&(Ne.prototype[zy]=by.toIterator);var My=Ne;n.d(t,"add",function(){return j}),n.d(t,"after",function(){return L}),n.d(t,"ary",function(){return Zt}),n.d(t,"assign",function(){return Fn}),n.d(t,"assignIn",function(){return Un}),n.d(t,"assignInWith",function(){return Wn}),n.d(t,"assignWith",function(){return Kn}),n.d(t,"at",function(){return Hr}),n.d(t,"attempt",function(){return oo}),n.d(t,"before",function(){return ao}),n.d(t,"bind",function(){return uo}),n.d(t,"bindAll",function(){return lo}),n.d(t,"bindKey",function(){return fo}),n.d(t,"camelCase",function(){return ui}),n.d(t,"capitalize",function(){return Ao}),n.d(t,"castArray",function(){return li}),n.d(t,"ceil",function(){return pi}),n.d(t,"chain",function(){return di}),n.d(t,"chunk",function(){return gi}),n.d(t,"clamp",function(){return vi}),n.d(t,"clone",function(){return Va}),n.d(t,"cloneDeep",function(){return Xa}),n.d(t,"cloneDeepWith",function(){return Za}),n.d(t,"cloneWith",function(){return ts}),n.d(t,"commit",function(){return ns}),n.d(t,"compact",function(){return rs}),n.d(t,"concat",function(){return os}),n.d(t,"cond",function(){return su}),n.d(t,"conforms",function(){return fu}),n.d(t,"conformsTo",function(){return pu}),n.d(t,"constant",function(){return Je}),n.d(t,"countBy",function(){return xu}),n.d(t,"create",function(){return ku}),n.d(t,"curry",function(){return Eu}),n.d(t,"curryRight",function(){return Tu}),n.d(t,"debounce",function(){return Iu}),n.d(t,"deburr",function(){return Fo}),n.d(t,"defaultTo",function(){return Mu}),n.d(t,"defaults",function(){return Fu}),n.d(t,"defaultsDeep",function(){return Vu}),n.d(t,"defer",function(){return Xu}),n.d(t,"delay",function(){return Ju}),n.d(t,"difference",function(){return tl}),n.d(t,"differenceBy",function(){return rl}),n.d(t,"differenceWith",function(){return ol}),n.d(t,"divide",function(){return il}),n.d(t,"drop",function(){return al}),n.d(t,"dropRight",function(){return sl}),n.d(t,"dropRightWhile",function(){return ll}),n.d(t,"dropWhile",function(){return cl}),n.d(t,"each",function(){return pl}),n.d(t,"eachRight",function(){return yl}),n.d(t,"endsWith",function(){return vl}),n.d(t,"entries",function(){return Ol}),n.d(t,"entriesIn",function(){return Sl}),n.d(t,"eq",function(){return tn}),n.d(t,"escape",function(){return Tl}),n.d(t,"escapeRegExp",function(){return Al}),n.d(t,"every",function(){return Ml}),n.d(t,"extend",function(){return Un}),n.d(t,"extendWith",function(){return Wn}),n.d(t,"fill",function(){return Nl}),n.d(t,"filter",function(){return $l}),n.d(t,"find",function(){return Kl}),n.d(t,"findIndex",function(){return Wl}),n.d(t,"findKey",function(){return Vl}),n.d(t,"findLast",function(){return Jl}),n.d(t,"findLastIndex",function(){return Xl}),n.d(t,"findLastKey",function(){return Ql}),n.d(t,"first",function(){return Zl}),n.d(t,"flatMap",function(){return nc}),n.d(t,"flatMapDeep",function(){return oc}),n.d(t,"flatMapDepth",function(){return ic}),n.d(t,"flatten",function(){return Wr}),n.d(t,"flattenDeep",function(){return sc}),n.d(t,"flattenDepth",function(){return uc}),n.d(t,"flip",function(){return cc}),n.d(t,"floor",function(){return fc}),n.d(t,"flow",function(){return vc}),n.d(t,"flowRight",function(){return mc}),n.d(t,"forEach",function(){return pl}),n.d(t,"forEachRight",function(){return yl}),n.d(t,"forIn",function(){return wc}),n.d(t,"forInRight",function(){return _c}),n.d(t,"forOwn",function(){return xc}),n.d(t,"forOwnRight",function(){return kc}),n.d(t,"fromPairs",function(){return Oc}),n.d(t,"functions",function(){return Ec}),n.d(t,"functionsIn",function(){return Cc}),n.d(t,"get",function(){return Fr}),n.d(t,"groupBy",function(){return Tc}),n.d(t,"gt",function(){return Ac}),n.d(t,"gte",function(){return Rc}),n.d(t,"has",function(){return qc}),n.d(t,"hasIn",function(){return Qs}),n.d(t,"head",function(){return Zl}),n.d(t,"identity",function(){return U}),n.d(t,"inRange",function(){return Dc}),n.d(t,"includes",function(){return Hc}),n.d(t,"indexOf",function(){return Gc}),n.d(t,"initial",function(){return Yc}),n.d(t,"intersection",function(){return Zc}),n.d(t,"intersectionBy",function(){return ef}),n.d(t,"intersectionWith",function(){return tf}),n.d(t,"invert",function(){return af}),n.d(t,"invertBy",function(){return cf}),n.d(t,"invoke",function(){return df}),n.d(t,"invokeMap",function(){return hf}),n.d(t,"isArguments",function(){return xn}),n.d(t,"isArray",function(){return x}),n.d(t,"isArrayBuffer",function(){return vf}),n.d(t,"isArrayLike",function(){return fn}),n.d(t,"isArrayLikeObject",function(){return Du}),n.d(t,"isBoolean",function(){return wf}),n.d(t,"isBuffer",function(){return kn.a}),n.d(t,"isDate",function(){return Of}),n.d(t,"isElement",function(){return Sf}),n.d(t,"isEmpty",function(){return Tf}),n.d(t,"isEqual",function(){return Pf}),n.d(t,"isEqualWith",function(){return zf}),n.d(t,"isError",function(){return ro}),n.d(t,"isFinite",function(){return Rf}),n.d(t,"isFunction",function(){return Y}),n.d(t,"isInteger",function(){return If}),n.d(t,"isLength",function(){return cn}),n.d(t,"isMap",function(){return Aa}),n.d(t,"isMatch",function(){return Mf}),n.d(t,"isMatchWith",function(){return qf}),n.d(t,"isNaN",function(){return Nf}),n.d(t,"isNative",function(){return Uf}),n.d(t,"isNil",function(){return Wf}),n.d(t,"isNull",function(){return Kf}),n.d(t,"isNumber",function(){return Ff}),n.d(t,"isObject",function(){return T}),n.d(t,"isObjectLike",function(){return g}),n.d(t,"isPlainObject",function(){return eo}),n.d(t,"isRegExp",function(){return Yf}),n.d(t,"isSafeInteger",function(){return Jf}),n.d(t,"isSet",function(){return qa}),n.d(t,"isString",function(){return Lc}),n.d(t,"isSymbol",function(){return v}),n.d(t,"isTypedArray",function(){return Tn}),n.d(t,"isUndefined",function(){return Qf}),n.d(t,"isWeakMap",function(){return ep}),n.d(t,"isWeakSet",function(){return np}),n.d(t,"iteratee",function(){return op}),n.d(t,"join",function(){return ap}),n.d(t,"kebabCase",function(){return sp}),n.d(t,"keyBy",function(){return up}),n.d(t,"keys",function(){return qn}),n.d(t,"keysIn",function(){return Ln}),n.d(t,"last",function(){return nl}),n.d(t,"lastIndexOf",function(){return pp}),n.d(t,"lodash",function(){return Ne}),n.d(t,"lowerCase",function(){return dp}),n.d(t,"lowerFirst",function(){return hp}),n.d(t,"lt",function(){return gp}),n.d(t,"lte",function(){return yp}),n.d(t,"map",function(){return tc}),n.d(t,"mapKeys",function(){return vp}),n.d(t,"mapValues",function(){return mp}),n.d(t,"matches",function(){return _p}),n.d(t,"matchesProperty",function(){return kp}),n.d(t,"max",function(){return Sp}),n.d(t,"maxBy",function(){return Ep}),n.d(t,"mean",function(){return Pp}),n.d(t,"meanBy",function(){return zp}),n.d(t,"memoize",function(){return jr}),n.d(t,"merge",function(){return Ap}),n.d(t,"mergeWith",function(){return Hu}),n.d(t,"method",function(){return Rp}),n.d(t,"methodOf",function(){return Ip}),n.d(t,"min",function(){return Mp}),n.d(t,"minBy",function(){return qp}),n.d(t,"mixin",function(){return Bp}),n.d(t,"multiply",function(){return Fp}),n.d(t,"negate",function(){return Dp}),n.d(t,"next",function(){return Hp}),n.d(t,"noop",function(){return je}),n.d(t,"now",function(){return Pu}),n.d(t,"nth",function(){return Gp}),n.d(t,"nthArg",function(){return Yp}),n.d(t,"omit",function(){return Qp}),n.d(t,"omitBy",function(){return nd}),n.d(t,"once",function(){return rd}),n.d(t,"orderBy",function(){return ud}),n.d(t,"over",function(){return cd}),n.d(t,"overArgs",function(){return dd}),n.d(t,"overEvery",function(){return hd}),n.d(t,"overSome",function(){return bd}),n.d(t,"pad",function(){return Md}),n.d(t,"padEnd",function(){return qd}),n.d(t,"padStart",function(){return Bd}),n.d(t,"parseInt",function(){return Dd}),n.d(t,"partial",function(){return Ld}),n.d(t,"partialRight",function(){return Wd}),n.d(t,"partition",function(){return Kd}),n.d(t,"pick",function(){return Vd}),n.d(t,"pickBy",function(){return td}),n.d(t,"plant",function(){return Gd}),n.d(t,"property",function(){return ou}),n.d(t,"propertyOf",function(){return Yd}),n.d(t,"pull",function(){return eh}),n.d(t,"pullAll",function(){return Zd}),n.d(t,"pullAllBy",function(){return th}),n.d(t,"pullAllWith",function(){return nh}),n.d(t,"pullAt",function(){return ih}),n.d(t,"random",function(){return ph}),n.d(t,"range",function(){return yh}),n.d(t,"rangeRight",function(){return vh}),n.d(t,"rearg",function(){return mh}),n.d(t,"reduce",function(){return _h}),n.d(t,"reduceRight",function(){return kh}),n.d(t,"reject",function(){return Oh}),n.d(t,"remove",function(){return Sh}),n.d(t,"repeat",function(){return Eh}),n.d(t,"replace",function(){return Ch}),n.d(t,"rest",function(){return Th}),n.d(t,"result",function(){return Ph}),n.d(t,"reverse",function(){return Ah}),n.d(t,"round",function(){return Rh}),n.d(t,"sample",function(){return qh}),n.d(t,"sampleSize",function(){return Dh}),n.d(t,"set",function(){return $h}),n.d(t,"setWith",function(){return Lh}),n.d(t,"shuffle",function(){return Kh}),n.d(t,"size",function(){return Gh}),n.d(t,"slice",function(){return Yh}),n.d(t,"snakeCase",function(){return Xh}),n.d(t,"some",function(){return Qh}),n.d(t,"sortBy",function(){return Zh}),n.d(t,"sortedIndex",function(){return ab}),n.d(t,"sortedIndexBy",function(){return sb}),n.d(t,"sortedIndexOf",function(){return ub}),n.d(t,"sortedLastIndex",function(){return lb}),n.d(t,"sortedLastIndexBy",function(){return cb}),n.d(t,"sortedLastIndexOf",function(){return fb}),n.d(t,"sortedUniq",function(){return db}),n.d(t,"sortedUniqBy",function(){return hb}),n.d(t,"split",function(){return gb}),n.d(t,"spread",function(){return mb}),n.d(t,"startCase",function(){return wb}),n.d(t,"startsWith",function(){return _b}),n.d(t,"stubArray",function(){return zi}),n.d(t,"stubFalse",function(){return Df.a}),n.d(t,"stubObject",function(){return xb}),n.d(t,"stubString",function(){return kb}),n.d(t,"stubTrue",function(){return Ob}),n.d(t,"subtract",function(){return Sb}),n.d(t,"sum",function(){return Eb}),n.d(t,"sumBy",function(){return Cb}),n.d(t,"tail",function(){return jb}),n.d(t,"take",function(){return Tb}),n.d(t,"takeRight",function(){return Pb}),n.d(t,"takeRightWhile",function(){return zb}),n.d(t,"takeWhile",function(){return Ab}),n.d(t,"tap",function(){return Rb}),n.d(t,"template",function(){return Vb}),n.d(t,"templateSettings",function(){return Db}),n.d(t,"throttle",function(){return Yb}),n.d(t,"thru",function(){return Xb}),n.d(t,"times",function(){return eg}),n.d(t,"toArray",function(){return Kp}),n.d(t,"toFinite",function(){return N}),n.d(t,"toInteger",function(){return D}),n.d(t,"toIterator",function(){return tg}),n.d(t,"toJSON",function(){return rg}),n.d(t,"toLength",function(){return Bl}),n.d(t,"toLower",function(){return og}),n.d(t,"toNumber",function(){return q}),n.d(t,"toPairs",function(){return Ol}),n.d(t,"toPairsIn",function(){return Sl}),n.d(t,"toPath",function(){return ig}),n.d(t,"toPlainObject",function(){return Lu}),n.d(t,"toSafeInteger",function(){return sg}),n.d(t,"toString",function(){return Rr}),n.d(t,"toUpper",function(){return ug}),n.d(t,"transform",function(){return lg}),n.d(t,"trim",function(){return dg}),n.d(t,"trimEnd",function(){return bg}),n.d(t,"trimStart",function(){return yg}),n.d(t,"truncate",function(){return _g}),n.d(t,"unary",function(){return xg}),n.d(t,"unescape",function(){return Eg}),n.d(t,"union",function(){return Pg}),n.d(t,"unionBy",function(){return zg}),n.d(t,"unionWith",function(){return Ag}),n.d(t,"uniq",function(){return Rg}),n.d(t,"uniqBy",function(){return Ig}),n.d(t,"uniqWith",function(){return Mg}),n.d(t,"uniqueId",function(){return Bg}),n.d(t,"unset",function(){return Fg}),n.d(t,"unzip",function(){return Dg}),n.d(t,"unzipWith",function(){return $g}),n.d(t,"update",function(){return Ug}),n.d(t,"updateWith",function(){return Wg}),n.d(t,"upperCase",function(){return Kg}),n.d(t,"upperFirst",function(){return zo}),n.d(t,"value",function(){return rg}),n.d(t,"valueOf",function(){return rg}),n.d(t,"values",function(){return Wc}),n.d(t,"valuesIn",function(){return Hg}),n.d(t,"without",function(){return Vg}),n.d(t,"words",function(){return ii}),n.d(t,"wrap",function(){return Gg}),n.d(t,"wrapperAt",function(){return Yg}),n.d(t,"wrapperChain",function(){return Xg}),n.d(t,"wrapperCommit",function(){return ns}),n.d(t,"wrapperLodash",function(){return Ne}),n.d(t,"wrapperNext",function(){return Hp}),n.d(t,"wrapperPlant",function(){return Gd}),n.d(t,"wrapperReverse",function(){return Jg}),n.d(t,"wrapperToIterator",function(){return tg}),n.d(t,"wrapperValue",function(){return rg}),n.d(t,"xor",function(){return Zg}),n.d(t,"xorBy",function(){return ey}),n.d(t,"xorWith",function(){return ty}),n.d(t,"zip",function(){return ny}),n.d(t,"zipObject",function(){return oy}),n.d(t,"zipObjectDeep",function(){return iy}),n.d(t,"zipWith",function(){return ay}),n.d(t,"default",function(){return My})},function(e,t,n){var r=n(102),o=n(326),i=n(375),a=n(73),s=n(49),u=n(381),l=n(151),c=n(173),f=l(function(e,t){var n={};if(null==e)return n;var l=!1;t=r(t,function(t){return t=a(t,e),l||(l=t.length>1),t}),s(e,c(e),n),l&&(n=o(n,7,u));for(var f=t.length;f--;)i(n,t[f]);return n});e.exports=f},function(e,t,n){"use strict";e.exports=n(626)},function(e,t){var n=Array.isArray;e.exports=n},function(e,t,n){"use strict";(function(e){var r=n(84),o="object"==typeof exports&&exports&&!exports.nodeType&&exports,i=o&&"object"==typeof e&&e&&!e.nodeType&&e,a=i&&i.exports===o&&r.a.process,s=function(){try{var e=i&&i.require&&i.require("util").types;return e||a&&a.binding&&a.binding("util")}catch(e){}}();t.a=s}).call(this,n(48)(e))},function(e,t,n){"use strict";(function(e){var r=n(4),o=n(33),i="object"==typeof exports&&exports&&!exports.nodeType&&exports,a=i&&"object"==typeof e&&e&&!e.nodeType&&e,s=a&&a.exports===i?r.a.Buffer:void 0,u=(s?s.isBuffer:void 0)||o.a;t.a=u}).call(this,n(48)(e))},function(e,t,n){"use strict"; + */Ne.after=py.after,Ne.ary=py.ary,Ne.assign=gy.assign,Ne.assignIn=gy.assignIn,Ne.assignInWith=gy.assignInWith,Ne.assignWith=gy.assignWith,Ne.at=gy.at,Ne.before=py.before,Ne.bind=py.bind,Ne.bindAll=my.bindAll,Ne.bindKey=py.bindKey,Ne.castArray=dy.castArray,Ne.chain=yy.chain,Ne.chunk=ly.chunk,Ne.compact=ly.compact,Ne.concat=ly.concat,Ne.cond=my.cond,Ne.conforms=my.conforms,Ne.constant=my.constant,Ne.countBy=cy.countBy,Ne.create=gy.create,Ne.curry=py.curry,Ne.curryRight=py.curryRight,Ne.debounce=py.debounce,Ne.defaults=gy.defaults,Ne.defaultsDeep=gy.defaultsDeep,Ne.defer=py.defer,Ne.delay=py.delay,Ne.difference=ly.difference,Ne.differenceBy=ly.differenceBy,Ne.differenceWith=ly.differenceWith,Ne.drop=ly.drop,Ne.dropRight=ly.dropRight,Ne.dropRightWhile=ly.dropRightWhile,Ne.dropWhile=ly.dropWhile,Ne.fill=ly.fill,Ne.filter=cy.filter,Ne.flatMap=cy.flatMap,Ne.flatMapDeep=cy.flatMapDeep,Ne.flatMapDepth=cy.flatMapDepth,Ne.flatten=ly.flatten,Ne.flattenDeep=ly.flattenDeep,Ne.flattenDepth=ly.flattenDepth,Ne.flip=py.flip,Ne.flow=my.flow,Ne.flowRight=my.flowRight,Ne.fromPairs=ly.fromPairs,Ne.functions=gy.functions,Ne.functionsIn=gy.functionsIn,Ne.groupBy=cy.groupBy,Ne.initial=ly.initial,Ne.intersection=ly.intersection,Ne.intersectionBy=ly.intersectionBy,Ne.intersectionWith=ly.intersectionWith,Ne.invert=gy.invert,Ne.invertBy=gy.invertBy,Ne.invokeMap=cy.invokeMap,Ne.iteratee=my.iteratee,Ne.keyBy=cy.keyBy,Ne.keys=qn,Ne.keysIn=gy.keysIn,Ne.map=cy.map,Ne.mapKeys=gy.mapKeys,Ne.mapValues=gy.mapValues,Ne.matches=my.matches,Ne.matchesProperty=my.matchesProperty,Ne.memoize=py.memoize,Ne.merge=gy.merge,Ne.mergeWith=gy.mergeWith,Ne.method=my.method,Ne.methodOf=my.methodOf,Ne.mixin=qy,Ne.negate=$p,Ne.nthArg=my.nthArg,Ne.omit=gy.omit,Ne.omitBy=gy.omitBy,Ne.once=py.once,Ne.orderBy=cy.orderBy,Ne.over=my.over,Ne.overArgs=py.overArgs,Ne.overEvery=my.overEvery,Ne.overSome=my.overSome,Ne.partial=py.partial,Ne.partialRight=py.partialRight,Ne.partition=cy.partition,Ne.pick=gy.pick,Ne.pickBy=gy.pickBy,Ne.property=my.property,Ne.propertyOf=my.propertyOf,Ne.pull=ly.pull,Ne.pullAll=ly.pullAll,Ne.pullAllBy=ly.pullAllBy,Ne.pullAllWith=ly.pullAllWith,Ne.pullAt=ly.pullAt,Ne.range=my.range,Ne.rangeRight=my.rangeRight,Ne.rearg=py.rearg,Ne.reject=cy.reject,Ne.remove=ly.remove,Ne.rest=py.rest,Ne.reverse=ly.reverse,Ne.sampleSize=cy.sampleSize,Ne.set=gy.set,Ne.setWith=gy.setWith,Ne.shuffle=cy.shuffle,Ne.slice=ly.slice,Ne.sortBy=cy.sortBy,Ne.sortedUniq=ly.sortedUniq,Ne.sortedUniqBy=ly.sortedUniqBy,Ne.split=vy.split,Ne.spread=py.spread,Ne.tail=ly.tail,Ne.take=ly.take,Ne.takeRight=ly.takeRight,Ne.takeRightWhile=ly.takeRightWhile,Ne.takeWhile=ly.takeWhile,Ne.tap=yy.tap,Ne.throttle=py.throttle,Ne.thru=Qb,Ne.toArray=dy.toArray,Ne.toPairs=gy.toPairs,Ne.toPairsIn=gy.toPairsIn,Ne.toPath=my.toPath,Ne.toPlainObject=dy.toPlainObject,Ne.transform=gy.transform,Ne.unary=py.unary,Ne.union=ly.union,Ne.unionBy=ly.unionBy,Ne.unionWith=ly.unionWith,Ne.uniq=ly.uniq,Ne.uniqBy=ly.uniqBy,Ne.uniqWith=ly.uniqWith,Ne.unset=gy.unset,Ne.unzip=ly.unzip,Ne.unzipWith=ly.unzipWith,Ne.update=gy.update,Ne.updateWith=gy.updateWith,Ne.values=gy.values,Ne.valuesIn=gy.valuesIn,Ne.without=ly.without,Ne.words=vy.words,Ne.wrap=py.wrap,Ne.xor=ly.xor,Ne.xorBy=ly.xorBy,Ne.xorWith=ly.xorWith,Ne.zip=ly.zip,Ne.zipObject=ly.zipObject,Ne.zipObjectDeep=ly.zipObjectDeep,Ne.zipWith=ly.zipWith,Ne.entries=gy.toPairs,Ne.entriesIn=gy.toPairsIn,Ne.extend=gy.assignIn,Ne.extendWith=gy.assignInWith,qy(Ne,Ne),Ne.add=hy.add,Ne.attempt=my.attempt,Ne.camelCase=vy.camelCase,Ne.capitalize=vy.capitalize,Ne.ceil=hy.ceil,Ne.clamp=by.clamp,Ne.clone=dy.clone,Ne.cloneDeep=dy.cloneDeep,Ne.cloneDeepWith=dy.cloneDeepWith,Ne.cloneWith=dy.cloneWith,Ne.conformsTo=dy.conformsTo,Ne.deburr=vy.deburr,Ne.defaultTo=my.defaultTo,Ne.divide=hy.divide,Ne.endsWith=vy.endsWith,Ne.eq=dy.eq,Ne.escape=vy.escape,Ne.escapeRegExp=vy.escapeRegExp,Ne.every=cy.every,Ne.find=cy.find,Ne.findIndex=ly.findIndex,Ne.findKey=gy.findKey,Ne.findLast=cy.findLast,Ne.findLastIndex=ly.findLastIndex,Ne.findLastKey=gy.findLastKey,Ne.floor=hy.floor,Ne.forEach=cy.forEach,Ne.forEachRight=cy.forEachRight,Ne.forIn=gy.forIn,Ne.forInRight=gy.forInRight,Ne.forOwn=gy.forOwn,Ne.forOwnRight=gy.forOwnRight,Ne.get=gy.get,Ne.gt=dy.gt,Ne.gte=dy.gte,Ne.has=gy.has,Ne.hasIn=gy.hasIn,Ne.head=ly.head,Ne.identity=U,Ne.includes=cy.includes,Ne.indexOf=ly.indexOf,Ne.inRange=by.inRange,Ne.invoke=gy.invoke,Ne.isArguments=dy.isArguments,Ne.isArray=x,Ne.isArrayBuffer=dy.isArrayBuffer,Ne.isArrayLike=dy.isArrayLike,Ne.isArrayLikeObject=dy.isArrayLikeObject,Ne.isBoolean=dy.isBoolean,Ne.isBuffer=dy.isBuffer,Ne.isDate=dy.isDate,Ne.isElement=dy.isElement,Ne.isEmpty=dy.isEmpty,Ne.isEqual=dy.isEqual,Ne.isEqualWith=dy.isEqualWith,Ne.isError=dy.isError,Ne.isFinite=dy.isFinite,Ne.isFunction=dy.isFunction,Ne.isInteger=dy.isInteger,Ne.isLength=dy.isLength,Ne.isMap=dy.isMap,Ne.isMatch=dy.isMatch,Ne.isMatchWith=dy.isMatchWith,Ne.isNaN=dy.isNaN,Ne.isNative=dy.isNative,Ne.isNil=dy.isNil,Ne.isNull=dy.isNull,Ne.isNumber=dy.isNumber,Ne.isObject=T,Ne.isObjectLike=dy.isObjectLike,Ne.isPlainObject=dy.isPlainObject,Ne.isRegExp=dy.isRegExp,Ne.isSafeInteger=dy.isSafeInteger,Ne.isSet=dy.isSet,Ne.isString=dy.isString,Ne.isSymbol=dy.isSymbol,Ne.isTypedArray=dy.isTypedArray,Ne.isUndefined=dy.isUndefined,Ne.isWeakMap=dy.isWeakMap,Ne.isWeakSet=dy.isWeakSet,Ne.join=ly.join,Ne.kebabCase=vy.kebabCase,Ne.last=rl,Ne.lastIndexOf=ly.lastIndexOf,Ne.lowerCase=vy.lowerCase,Ne.lowerFirst=vy.lowerFirst,Ne.lt=dy.lt,Ne.lte=dy.lte,Ne.max=hy.max,Ne.maxBy=hy.maxBy,Ne.mean=hy.mean,Ne.meanBy=hy.meanBy,Ne.min=hy.min,Ne.minBy=hy.minBy,Ne.stubArray=my.stubArray,Ne.stubFalse=my.stubFalse,Ne.stubObject=my.stubObject,Ne.stubString=my.stubString,Ne.stubTrue=my.stubTrue,Ne.multiply=hy.multiply,Ne.nth=ly.nth,Ne.noop=my.noop,Ne.now=fy.now,Ne.pad=vy.pad,Ne.padEnd=vy.padEnd,Ne.padStart=vy.padStart,Ne.parseInt=vy.parseInt,Ne.random=by.random,Ne.reduce=cy.reduce,Ne.reduceRight=cy.reduceRight,Ne.repeat=vy.repeat,Ne.replace=vy.replace,Ne.result=gy.result,Ne.round=hy.round,Ne.sample=cy.sample,Ne.size=cy.size,Ne.snakeCase=vy.snakeCase,Ne.some=cy.some,Ne.sortedIndex=ly.sortedIndex,Ne.sortedIndexBy=ly.sortedIndexBy,Ne.sortedIndexOf=ly.sortedIndexOf,Ne.sortedLastIndex=ly.sortedLastIndex,Ne.sortedLastIndexBy=ly.sortedLastIndexBy,Ne.sortedLastIndexOf=ly.sortedLastIndexOf,Ne.startCase=vy.startCase,Ne.startsWith=vy.startsWith,Ne.subtract=hy.subtract,Ne.sum=hy.sum,Ne.sumBy=hy.sumBy,Ne.template=vy.template,Ne.times=my.times,Ne.toFinite=dy.toFinite,Ne.toInteger=D,Ne.toLength=dy.toLength,Ne.toLower=vy.toLower,Ne.toNumber=dy.toNumber,Ne.toSafeInteger=dy.toSafeInteger,Ne.toString=dy.toString,Ne.toUpper=vy.toUpper,Ne.trim=vy.trim,Ne.trimEnd=vy.trimEnd,Ne.trimStart=vy.trimStart,Ne.truncate=vy.truncate,Ne.unescape=vy.unescape,Ne.uniqueId=my.uniqueId,Ne.upperCase=vy.upperCase,Ne.upperFirst=vy.upperFirst,Ne.each=cy.forEach,Ne.eachRight=cy.forEachRight,Ne.first=ly.head,qy(Ne,(Ty={},yu(Ne,(function(e,t){Ay.call(Ne.prototype,t)||(Ty[t]=e)})),Ty),{chain:!1}),Ne.VERSION="4.17.15",(Ne.templateSettings=vy.templateSettings).imports._=Ne,et(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Ne[e].placeholder=Ne})),et(["drop","take"],(function(e,t){Ce.prototype[e]=function(n){n=void 0===n?1:My(D(n),0);var r=this.__filtered__&&!t?new Ce(this):this.clone();return r.__filtered__?r.__takeCount__=Iy(n,r.__takeCount__):r.__views__.push({size:Iy(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},Ce.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),et(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;Ce.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:au(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),et(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Ce.prototype[e]=function(){return this[n](1).value()[0]}})),et(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Ce.prototype[e]=function(){return this.__filtered__?new Ce(this):this[n](1)}})),Ce.prototype.compact=function(){return this.filter(U)},Ce.prototype.find=function(e){return this.filter(e).head()},Ce.prototype.findLast=function(e){return this.reverse().find(e)},Ce.prototype.invokeMap=un((function(e,t){return"function"==typeof e?new Ce(this):this.map((function(n){return df(n,e,t)}))})),Ce.prototype.reject=function(e){return this.filter($p(au(e)))},Ce.prototype.slice=function(e,t){e=D(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Ce(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=D(t))<0?n.dropRight(-t):n.take(t-e)),n)},Ce.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Ce.prototype.toArray=function(){return this.take(4294967295)},yu(Ce.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Ne[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Ne.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,s=t instanceof Ce,u=a[0],l=s||x(t),c=function(e){var t=o.apply(Ne,Dr([e],a));return r&&f?t[0]:t};l&&n&&"function"==typeof u&&1!=u.length&&(s=l=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=s&&!p;if(!i&&l){t=h?t:new Ce(this);var b=e.apply(t,a);return b.__actions__.push({func:Qb,args:[c],thisArg:void 0}),new Me(b,f)}return d&&h?e.apply(this,a):(b=this.thru(c),d?r?b.value()[0]:b.value():b)})})),et(["pop","push","shift","sort","splice","unshift"],(function(e){var t=zy[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Ne.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(x(o)?o:[],e)}return this[n]((function(n){return t.apply(x(n)?n:[],e)}))}})),yu(Ce.prototype,(function(e,t){var n=Ne[t];if(n){var r=n.name+"";Ay.call(Pe,r)||(Pe[r]=[]),Pe[r].push({name:t,func:n})}})),Pe[Pt(void 0,2).name]=[{name:"wrapper",func:void 0}],Ce.prototype.clone=wy,Ce.prototype.reverse=_y,Ce.prototype.value=Py,Ne.prototype.at=yy.at,Ne.prototype.chain=yy.wrapperChain,Ne.prototype.commit=yy.commit,Ne.prototype.next=yy.next,Ne.prototype.plant=yy.plant,Ne.prototype.reverse=yy.reverse,Ne.prototype.toJSON=Ne.prototype.valueOf=Ne.prototype.value=yy.value,Ne.prototype.first=Ne.prototype.head,Ry&&(Ne.prototype[Ry]=yy.toIterator);var By=Ne;n.d(t,"add",(function(){return j})),n.d(t,"after",(function(){return L})),n.d(t,"ary",(function(){return Zt})),n.d(t,"assign",(function(){return Fn})),n.d(t,"assignIn",(function(){return Un})),n.d(t,"assignInWith",(function(){return Kn})),n.d(t,"assignWith",(function(){return Wn})),n.d(t,"at",(function(){return Hr})),n.d(t,"attempt",(function(){return oo})),n.d(t,"before",(function(){return ao})),n.d(t,"bind",(function(){return uo})),n.d(t,"bindAll",(function(){return lo})),n.d(t,"bindKey",(function(){return fo})),n.d(t,"camelCase",(function(){return ui})),n.d(t,"capitalize",(function(){return Ao})),n.d(t,"castArray",(function(){return li})),n.d(t,"ceil",(function(){return di})),n.d(t,"chain",(function(){return hi})),n.d(t,"chunk",(function(){return yi})),n.d(t,"clamp",(function(){return mi})),n.d(t,"clone",(function(){return Ya})),n.d(t,"cloneDeep",(function(){return Xa})),n.d(t,"cloneDeepWith",(function(){return es})),n.d(t,"cloneWith",(function(){return ns})),n.d(t,"commit",(function(){return rs})),n.d(t,"compact",(function(){return os})),n.d(t,"concat",(function(){return is})),n.d(t,"cond",(function(){return uu})),n.d(t,"conforms",(function(){return pu})),n.d(t,"conformsTo",(function(){return du})),n.d(t,"constant",(function(){return Xe})),n.d(t,"countBy",(function(){return ku})),n.d(t,"create",(function(){return Ou})),n.d(t,"curry",(function(){return Cu})),n.d(t,"curryRight",(function(){return Pu})),n.d(t,"debounce",(function(){return Iu})),n.d(t,"deburr",(function(){return Fo})),n.d(t,"defaultTo",(function(){return qu})),n.d(t,"defaults",(function(){return Nu})),n.d(t,"defaultsDeep",(function(){return Yu})),n.d(t,"defer",(function(){return Xu})),n.d(t,"delay",(function(){return Qu})),n.d(t,"difference",(function(){return nl})),n.d(t,"differenceBy",(function(){return ol})),n.d(t,"differenceWith",(function(){return il})),n.d(t,"divide",(function(){return al})),n.d(t,"drop",(function(){return sl})),n.d(t,"dropRight",(function(){return ul})),n.d(t,"dropRightWhile",(function(){return cl})),n.d(t,"dropWhile",(function(){return fl})),n.d(t,"each",(function(){return dl})),n.d(t,"eachRight",(function(){return vl})),n.d(t,"endsWith",(function(){return ml})),n.d(t,"entries",(function(){return Sl})),n.d(t,"entriesIn",(function(){return El})),n.d(t,"eq",(function(){return tn})),n.d(t,"escape",(function(){return Pl})),n.d(t,"escapeRegExp",(function(){return Rl})),n.d(t,"every",(function(){return ql})),n.d(t,"extend",(function(){return Un})),n.d(t,"extendWith",(function(){return Kn})),n.d(t,"fill",(function(){return Dl})),n.d(t,"filter",(function(){return Ll})),n.d(t,"find",(function(){return Hl})),n.d(t,"findIndex",(function(){return Wl})),n.d(t,"findKey",(function(){return Yl})),n.d(t,"findLast",(function(){return Ql})),n.d(t,"findLastIndex",(function(){return Xl})),n.d(t,"findLastKey",(function(){return Zl})),n.d(t,"first",(function(){return ec})),n.d(t,"flatMap",(function(){return rc})),n.d(t,"flatMapDeep",(function(){return ic})),n.d(t,"flatMapDepth",(function(){return ac})),n.d(t,"flatten",(function(){return Kr})),n.d(t,"flattenDeep",(function(){return uc})),n.d(t,"flattenDepth",(function(){return lc})),n.d(t,"flip",(function(){return fc})),n.d(t,"floor",(function(){return pc})),n.d(t,"flow",(function(){return mc})),n.d(t,"flowRight",(function(){return wc})),n.d(t,"forEach",(function(){return dl})),n.d(t,"forEachRight",(function(){return vl})),n.d(t,"forIn",(function(){return _c})),n.d(t,"forInRight",(function(){return xc})),n.d(t,"forOwn",(function(){return kc})),n.d(t,"forOwnRight",(function(){return Oc})),n.d(t,"fromPairs",(function(){return Sc})),n.d(t,"functions",(function(){return Cc})),n.d(t,"functionsIn",(function(){return jc})),n.d(t,"get",(function(){return Fr})),n.d(t,"groupBy",(function(){return Pc})),n.d(t,"gt",(function(){return Rc})),n.d(t,"gte",(function(){return Mc})),n.d(t,"has",(function(){return Bc})),n.d(t,"hasIn",(function(){return Zs})),n.d(t,"head",(function(){return ec})),n.d(t,"identity",(function(){return U})),n.d(t,"inRange",(function(){return $c})),n.d(t,"includes",(function(){return Vc})),n.d(t,"indexOf",(function(){return Gc})),n.d(t,"initial",(function(){return Jc})),n.d(t,"intersection",(function(){return ef})),n.d(t,"intersectionBy",(function(){return tf})),n.d(t,"intersectionWith",(function(){return nf})),n.d(t,"invert",(function(){return sf})),n.d(t,"invertBy",(function(){return ff})),n.d(t,"invoke",(function(){return hf})),n.d(t,"invokeMap",(function(){return bf})),n.d(t,"isArguments",(function(){return xn})),n.d(t,"isArray",(function(){return x})),n.d(t,"isArrayBuffer",(function(){return mf})),n.d(t,"isArrayLike",(function(){return fn})),n.d(t,"isArrayLikeObject",(function(){return $u})),n.d(t,"isBoolean",(function(){return _f})),n.d(t,"isBuffer",(function(){return kn.a})),n.d(t,"isDate",(function(){return Sf})),n.d(t,"isElement",(function(){return Ef})),n.d(t,"isEmpty",(function(){return Pf})),n.d(t,"isEqual",(function(){return zf})),n.d(t,"isEqualWith",(function(){return Af})),n.d(t,"isError",(function(){return ro})),n.d(t,"isFinite",(function(){return Mf})),n.d(t,"isFunction",(function(){return G})),n.d(t,"isInteger",(function(){return If})),n.d(t,"isLength",(function(){return cn})),n.d(t,"isMap",(function(){return Ra})),n.d(t,"isMatch",(function(){return qf})),n.d(t,"isMatchWith",(function(){return Bf})),n.d(t,"isNaN",(function(){return Df})),n.d(t,"isNative",(function(){return Kf})),n.d(t,"isNil",(function(){return Wf})),n.d(t,"isNull",(function(){return Hf})),n.d(t,"isNumber",(function(){return Nf})),n.d(t,"isObject",(function(){return T})),n.d(t,"isObjectLike",(function(){return g})),n.d(t,"isPlainObject",(function(){return eo})),n.d(t,"isRegExp",(function(){return Jf})),n.d(t,"isSafeInteger",(function(){return Qf})),n.d(t,"isSet",(function(){return Ba})),n.d(t,"isString",(function(){return Uc})),n.d(t,"isSymbol",(function(){return v})),n.d(t,"isTypedArray",(function(){return Tn})),n.d(t,"isUndefined",(function(){return Zf})),n.d(t,"isWeakMap",(function(){return tp})),n.d(t,"isWeakSet",(function(){return rp})),n.d(t,"iteratee",(function(){return ip})),n.d(t,"join",(function(){return sp})),n.d(t,"kebabCase",(function(){return up})),n.d(t,"keyBy",(function(){return lp})),n.d(t,"keys",(function(){return qn})),n.d(t,"keysIn",(function(){return Ln})),n.d(t,"last",(function(){return rl})),n.d(t,"lastIndexOf",(function(){return dp})),n.d(t,"lodash",(function(){return Ne})),n.d(t,"lowerCase",(function(){return hp})),n.d(t,"lowerFirst",(function(){return bp})),n.d(t,"lt",(function(){return yp})),n.d(t,"lte",(function(){return vp})),n.d(t,"map",(function(){return nc})),n.d(t,"mapKeys",(function(){return mp})),n.d(t,"mapValues",(function(){return wp})),n.d(t,"matches",(function(){return xp})),n.d(t,"matchesProperty",(function(){return Op})),n.d(t,"max",(function(){return Ep})),n.d(t,"maxBy",(function(){return Cp})),n.d(t,"mean",(function(){return zp})),n.d(t,"meanBy",(function(){return Ap})),n.d(t,"memoize",(function(){return jr})),n.d(t,"merge",(function(){return Rp})),n.d(t,"mergeWith",(function(){return Vu})),n.d(t,"method",(function(){return Mp})),n.d(t,"methodOf",(function(){return Ip})),n.d(t,"min",(function(){return qp})),n.d(t,"minBy",(function(){return Bp})),n.d(t,"mixin",(function(){return Fp})),n.d(t,"multiply",(function(){return Np})),n.d(t,"negate",(function(){return $p})),n.d(t,"next",(function(){return Vp})),n.d(t,"noop",(function(){return je})),n.d(t,"now",(function(){return zu})),n.d(t,"nth",(function(){return Gp})),n.d(t,"nthArg",(function(){return Jp})),n.d(t,"omit",(function(){return Zp})),n.d(t,"omitBy",(function(){return rd})),n.d(t,"once",(function(){return od})),n.d(t,"orderBy",(function(){return ld})),n.d(t,"over",(function(){return fd})),n.d(t,"overArgs",(function(){return hd})),n.d(t,"overEvery",(function(){return bd})),n.d(t,"overSome",(function(){return gd})),n.d(t,"pad",(function(){return qd})),n.d(t,"padEnd",(function(){return Bd})),n.d(t,"padStart",(function(){return Fd})),n.d(t,"parseInt",(function(){return $d})),n.d(t,"partial",(function(){return Ud})),n.d(t,"partialRight",(function(){return Wd})),n.d(t,"partition",(function(){return Hd})),n.d(t,"pick",(function(){return Yd})),n.d(t,"pickBy",(function(){return nd})),n.d(t,"plant",(function(){return Gd})),n.d(t,"property",(function(){return iu})),n.d(t,"propertyOf",(function(){return Jd})),n.d(t,"pull",(function(){return th})),n.d(t,"pullAll",(function(){return eh})),n.d(t,"pullAllBy",(function(){return nh})),n.d(t,"pullAllWith",(function(){return rh})),n.d(t,"pullAt",(function(){return ah})),n.d(t,"random",(function(){return dh})),n.d(t,"range",(function(){return vh})),n.d(t,"rangeRight",(function(){return mh})),n.d(t,"rearg",(function(){return wh})),n.d(t,"reduce",(function(){return xh})),n.d(t,"reduceRight",(function(){return Oh})),n.d(t,"reject",(function(){return Sh})),n.d(t,"remove",(function(){return Eh})),n.d(t,"repeat",(function(){return Ch})),n.d(t,"replace",(function(){return jh})),n.d(t,"rest",(function(){return Ph})),n.d(t,"result",(function(){return zh})),n.d(t,"reverse",(function(){return Rh})),n.d(t,"round",(function(){return Mh})),n.d(t,"sample",(function(){return Bh})),n.d(t,"sampleSize",(function(){return $h})),n.d(t,"set",(function(){return Lh})),n.d(t,"setWith",(function(){return Uh})),n.d(t,"shuffle",(function(){return Hh})),n.d(t,"size",(function(){return Gh})),n.d(t,"slice",(function(){return Jh})),n.d(t,"snakeCase",(function(){return Xh})),n.d(t,"some",(function(){return Zh})),n.d(t,"sortBy",(function(){return eb})),n.d(t,"sortedIndex",(function(){return sb})),n.d(t,"sortedIndexBy",(function(){return ub})),n.d(t,"sortedIndexOf",(function(){return lb})),n.d(t,"sortedLastIndex",(function(){return cb})),n.d(t,"sortedLastIndexBy",(function(){return fb})),n.d(t,"sortedLastIndexOf",(function(){return pb})),n.d(t,"sortedUniq",(function(){return hb})),n.d(t,"sortedUniqBy",(function(){return bb})),n.d(t,"split",(function(){return yb})),n.d(t,"spread",(function(){return wb})),n.d(t,"startCase",(function(){return _b})),n.d(t,"startsWith",(function(){return xb})),n.d(t,"stubArray",(function(){return Ai})),n.d(t,"stubFalse",(function(){return $f.a})),n.d(t,"stubObject",(function(){return kb})),n.d(t,"stubString",(function(){return Ob})),n.d(t,"stubTrue",(function(){return Sb})),n.d(t,"subtract",(function(){return Eb})),n.d(t,"sum",(function(){return Cb})),n.d(t,"sumBy",(function(){return jb})),n.d(t,"tail",(function(){return Tb})),n.d(t,"take",(function(){return Pb})),n.d(t,"takeRight",(function(){return zb})),n.d(t,"takeRightWhile",(function(){return Ab})),n.d(t,"takeWhile",(function(){return Rb})),n.d(t,"tap",(function(){return Mb})),n.d(t,"template",(function(){return Gb})),n.d(t,"templateSettings",(function(){return $b})),n.d(t,"throttle",(function(){return Xb})),n.d(t,"thru",(function(){return Qb})),n.d(t,"times",(function(){return ng})),n.d(t,"toArray",(function(){return Hp})),n.d(t,"toFinite",(function(){return N})),n.d(t,"toInteger",(function(){return D})),n.d(t,"toIterator",(function(){return rg})),n.d(t,"toJSON",(function(){return ig})),n.d(t,"toLength",(function(){return Fl})),n.d(t,"toLower",(function(){return ag})),n.d(t,"toNumber",(function(){return q})),n.d(t,"toPairs",(function(){return Sl})),n.d(t,"toPairsIn",(function(){return El})),n.d(t,"toPath",(function(){return sg})),n.d(t,"toPlainObject",(function(){return Uu})),n.d(t,"toSafeInteger",(function(){return lg})),n.d(t,"toString",(function(){return Rr})),n.d(t,"toUpper",(function(){return cg})),n.d(t,"transform",(function(){return fg})),n.d(t,"trim",(function(){return bg})),n.d(t,"trimEnd",(function(){return yg})),n.d(t,"trimStart",(function(){return mg})),n.d(t,"truncate",(function(){return kg})),n.d(t,"unary",(function(){return Og})),n.d(t,"unescape",(function(){return jg})),n.d(t,"union",(function(){return Ag})),n.d(t,"unionBy",(function(){return Rg})),n.d(t,"unionWith",(function(){return Mg})),n.d(t,"uniq",(function(){return Ig})),n.d(t,"uniqBy",(function(){return qg})),n.d(t,"uniqWith",(function(){return Bg})),n.d(t,"uniqueId",(function(){return Ng})),n.d(t,"unset",(function(){return Dg})),n.d(t,"unzip",(function(){return Lg})),n.d(t,"unzipWith",(function(){return Ug})),n.d(t,"update",(function(){return Wg})),n.d(t,"updateWith",(function(){return Hg})),n.d(t,"upperCase",(function(){return Vg})),n.d(t,"upperFirst",(function(){return zo})),n.d(t,"value",(function(){return ig})),n.d(t,"valueOf",(function(){return ig})),n.d(t,"values",(function(){return Wc})),n.d(t,"valuesIn",(function(){return Yg})),n.d(t,"without",(function(){return Gg})),n.d(t,"words",(function(){return ii})),n.d(t,"wrap",(function(){return Jg})),n.d(t,"wrapperAt",(function(){return Xg})),n.d(t,"wrapperChain",(function(){return Qg})),n.d(t,"wrapperCommit",(function(){return rs})),n.d(t,"wrapperLodash",(function(){return Ne})),n.d(t,"wrapperNext",(function(){return Vp})),n.d(t,"wrapperPlant",(function(){return Gd})),n.d(t,"wrapperReverse",(function(){return Zg})),n.d(t,"wrapperToIterator",(function(){return rg})),n.d(t,"wrapperValue",(function(){return ig})),n.d(t,"xor",(function(){return ty})),n.d(t,"xorBy",(function(){return ny})),n.d(t,"xorWith",(function(){return ry})),n.d(t,"zip",(function(){return oy})),n.d(t,"zipObject",(function(){return ay})),n.d(t,"zipObjectDeep",(function(){return sy})),n.d(t,"zipWith",(function(){return uy})),n.d(t,"default",(function(){return By}))},function(e,t,n){var r=n(103),o=n(325),i=n(374),a=n(74),s=n(49),u=n(380),l=n(152),c=n(174),f=l((function(e,t){var n={};if(null==e)return n;var l=!1;t=r(t,(function(t){return t=a(t,e),l||(l=t.length>1),t})),s(e,c(e),n),l&&(n=o(n,7,u));for(var f=t.length;f--;)i(n,t[f]);return n}));e.exports=f},function(e,t,n){"use strict";e.exports=n(623)},function(e,t){var n=Array.isArray;e.exports=n},function(e,t,n){"use strict";(function(e){var r=n(85),o="object"==typeof exports&&exports&&!exports.nodeType&&exports,i=o&&"object"==typeof e&&e&&!e.nodeType&&e,a=i&&i.exports===o&&r.a.process,s=function(){try{var e=i&&i.require&&i.require("util").types;return e||a&&a.binding&&a.binding("util")}catch(e){}}();t.a=s}).call(this,n(48)(e))},function(e,t,n){"use strict";(function(e){var r=n(4),o=n(33),i="object"==typeof exports&&exports&&!exports.nodeType&&exports,a=i&&"object"==typeof e&&e&&!e.nodeType&&e,s=a&&a.exports===i?r.a.Buffer:void 0,u=(s?s.isBuffer:void 0)||o.a;t.a=u}).call(this,n(48)(e))},function(e,t,n){"use strict"; /* object-assign (c) Sindre Sorhus @license MIT -*/var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,a,s=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),u=1;u "+u);if("componentClose"===f.type)throw new Error("Missing opening component token: `"+f.value+"`");if("componentOpen"===f.type){n=t[f.value],s=p;break}b.push(t[f.value])}else b.push(f.value);return n&&(c=function(e,t){var n,r,o=t[e],i=0;for(r=e+1;r0&&void 0!==arguments[0]?arguments[0]:p;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.call(this,b(n)))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.getKey=function(){return this.get("key")},t.prototype.getType=function(){return this.get("type")},t.prototype.getText=function(){return this.get("text")},t.prototype.getCharacterList=function(){return this.get("characterList")},t.prototype.getLength=function(){return this.getText().length},t.prototype.getDepth=function(){return this.get("depth")},t.prototype.getData=function(){return this.get("data")},t.prototype.getInlineStyleAt=function(e){var t=this.getCharacterList().get(e);return t?t.getStyle():f},t.prototype.getEntityAt=function(e){var t=this.getCharacterList().get(e);return t?t.getEntity():null},t.prototype.getChildKeys=function(){return this.get("children")},t.prototype.getParentKey=function(){return this.get("parent")},t.prototype.getPrevSiblingKey=function(){return this.get("prevSibling")},t.prototype.getNextSiblingKey=function(){return this.get("nextSibling")},t.prototype.findStyleRanges=function(e,t){i(this.getCharacterList(),d,e,t)},t.prototype.findEntityRanges=function(e,t){i(this.getCharacterList(),h,e,t)},t}(l(p));e.exports=g},function(e,t,n){var r=n(304)();e.exports=r},function(e,t,n){var r=n(152),o="object"==typeof self&&self&&self.Object===Object&&self,i=r||o||Function("return this")();e.exports=i},function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},function(e,t,n){"use strict";e.exports=function(e){if(null!=e)return e;throw new Error("Got unexpected null or undefined")}},function(e,t,n){"use strict";e.exports=n(303)},function(e,t,n){"use strict";var r=n(447),o=n(449),i=n(450),a=n(451);function s(e,t,n,r){if(e===n)return!0;if(!n.startsWith(e))return!1;var i=n.slice(e.length);return!!t&&(i=r?r(i):i,o.contains(i,t))}function u(e){return"Windows"===r.platformName?e.replace(/^\s*NT/,""):e}var l={isBrowser:function(e){return s(r.browserName,r.browserFullVersion,e)},isBrowserArchitecture:function(e){return s(r.browserArchitecture,null,e)},isDevice:function(e){return s(r.deviceName,null,e)},isEngine:function(e){return s(r.engineName,r.engineVersion,e)},isPlatform:function(e){return s(r.platformName,r.platformFullVersion,e,u)},isPlatformArchitecture:function(e){return s(r.platformArchitecture,null,e)}};e.exports=i(l,a)},function(e,t){e.exports=function(){}},function(e,t){e.exports=yoastseo},function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},function(e,t,n){"use strict";var r={},o=Math.pow(2,24);e.exports=function(){for(var e=void 0;void 0===e||r.hasOwnProperty(e)||!isNaN(+e);)e=Math.floor(Math.random()*o).toString(32);return r[e]=!0,e}},function(e,t,n){var r=n(40),o=n(309),i=n(310),a="[object Null]",s="[object Undefined]",u=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?s:a:u&&u in Object(e)?o(e):i(e)}},function(e,t,n){"use strict";var r=n(425);e.exports=r},function(e,t,n){"use strict";!function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}(),e.exports=n(259)},function(e,t,n){"use strict";t.a=function(){return!1}},function(e,t,n){var r; +*/var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function a(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,s,u=a(e),l=1;l "+u);if("componentClose"===f.type)throw new Error("Missing opening component token: `"+f.value+"`");if("componentOpen"===f.type){n=t[f.value],s=p;break}b.push(t[f.value])}else b.push(f.value);return n&&(c=function(e,t){var n,r,o=t[e],i=0;for(r=e+1;r0&&void 0!==arguments[0]?arguments[0]:p;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.call(this,b(n)))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.getKey=function(){return this.get("key")},t.prototype.getType=function(){return this.get("type")},t.prototype.getText=function(){return this.get("text")},t.prototype.getCharacterList=function(){return this.get("characterList")},t.prototype.getLength=function(){return this.getText().length},t.prototype.getDepth=function(){return this.get("depth")},t.prototype.getData=function(){return this.get("data")},t.prototype.getInlineStyleAt=function(e){var t=this.getCharacterList().get(e);return t?t.getStyle():f},t.prototype.getEntityAt=function(e){var t=this.getCharacterList().get(e);return t?t.getEntity():null},t.prototype.getChildKeys=function(){return this.get("children")},t.prototype.getParentKey=function(){return this.get("parent")},t.prototype.getPrevSiblingKey=function(){return this.get("prevSibling")},t.prototype.getNextSiblingKey=function(){return this.get("nextSibling")},t.prototype.findStyleRanges=function(e,t){i(this.getCharacterList(),d,e,t)},t.prototype.findEntityRanges=function(e,t){i(this.getCharacterList(),h,e,t)},t}(l(p));e.exports=g},function(e,t,n){var r=n(303)();e.exports=r},function(e,t,n){var r=n(153),o="object"==typeof self&&self&&self.Object===Object&&self,i=r||o||Function("return this")();e.exports=i},function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},function(e,t,n){"use strict";e.exports=function(e){if(null!=e)return e;throw new Error("Got unexpected null or undefined")}},function(e,t,n){"use strict";e.exports=n(302)},function(e,t,n){"use strict";var r=n(446),o=n(448),i=n(449),a=n(450);function s(e,t,n,r){if(e===n)return!0;if(!n.startsWith(e))return!1;var i=n.slice(e.length);return!!t&&(i=r?r(i):i,o.contains(i,t))}function u(e){return"Windows"===r.platformName?e.replace(/^\s*NT/,""):e}var l={isBrowser:function(e){return s(r.browserName,r.browserFullVersion,e)},isBrowserArchitecture:function(e){return s(r.browserArchitecture,null,e)},isDevice:function(e){return s(r.deviceName,null,e)},isEngine:function(e){return s(r.engineName,r.engineVersion,e)},isPlatform:function(e){return s(r.platformName,r.platformFullVersion,e,u)},isPlatformArchitecture:function(e){return s(r.platformArchitecture,null,e)}};e.exports=i(l,a)},function(e,t){e.exports=function(){}},function(e,t){e.exports=yoastseo},function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},function(e,t,n){"use strict";var r={},o=Math.pow(2,24);e.exports=function(){for(var e=void 0;void 0===e||r.hasOwnProperty(e)||!isNaN(+e);)e=Math.floor(Math.random()*o).toString(32);return r[e]=!0,e}},function(e,t,n){var r=n(40),o=n(308),i=n(309),a="[object Null]",s="[object Undefined]",u=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?s:a:u&&u in Object(e)?o(e):i(e)}},function(e,t,n){"use strict";var r=n(424);e.exports=r},function(e,t,n){"use strict";!function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE){0;try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}}(),e.exports=n(258)},function(e,t,n){"use strict";t.a=function(){return!1}},function(e,t,n){var r; /*! Copyright (c) 2017 Jed Watson. Licensed under the MIT License (MIT), see http://jedwatson.github.io/classnames -*/ -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/ -!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t * * Copyright (c) 2014-2017, Jon Schlinkert. * Released under the MIT License. - */var r=n(302);function o(e){return!0===r(e)&&"[object Object]"===Object.prototype.toString.call(e)}e.exports=function(e){var t,n;return!1!==o(e)&&("function"==typeof(t=e.constructor)&&(!1!==o(n=t.prototype)&&!1!==n.hasOwnProperty("isPrototypeOf")))}},function(e,t,n){var r=n(316),o=n(319);e.exports=function(e,t){var n=o(e,t);return r(n)?n:void 0}},function(e,t,n){"use strict";var r=n(18),o=n(3),i=n(55),a=o.List,s=o.Map,u=o.OrderedSet,l=o.Record,c=o.Repeat,f=u(),p=l({key:"",type:"unstyled",text:"",characterList:a(),depth:0,data:s()}),d=function(e){if(!e)return e;var t=e.characterList,n=e.text;return n&&!t&&(e.characterList=a(c(r.EMPTY,n.length))),e},h=function(e){function t(n){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.call(this,d(n)))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.getKey=function(){return this.get("key")},t.prototype.getType=function(){return this.get("type")},t.prototype.getText=function(){return this.get("text")},t.prototype.getCharacterList=function(){return this.get("characterList")},t.prototype.getLength=function(){return this.getText().length},t.prototype.getDepth=function(){return this.get("depth")},t.prototype.getData=function(){return this.get("data")},t.prototype.getInlineStyleAt=function(e){var t=this.getCharacterList().get(e);return t?t.getStyle():f},t.prototype.getEntityAt=function(e){var t=this.getCharacterList().get(e);return t?t.getEntity():null},t.prototype.findStyleRanges=function(e,t){i(this.getCharacterList(),b,e,t)},t.prototype.findEntityRanges=function(e,t){i(this.getCharacterList(),g,e,t)},t}(p);function b(e,t){return e.getStyle()===t.getStyle()}function g(e,t){return e.getEntity()===t.getEntity()}e.exports=h},function(e,t,n){"use strict";var r=n(5),o=55296,i=56319,a=56320,s=57343,u=/[\uD800-\uDFFF]/;function l(e){return o<=e&&e<=s}function c(e){return u.test(e)}function f(e,t){return 1+l(e.charCodeAt(t))}function p(e,t,n){if(t=t||0,n=void 0===n?1/0:n||0,!c(e))return e.substr(t,n);var r=e.length;if(r<=0||t>r||n<=0)return"";var o=0;if(t>0){for(;t>0&&o=r)return""}else if(t<0){for(o=r;t<0&&00&&i=a},t.prototype.isCollapsed=function(){return this.getAnchorKey()===this.getFocusKey()&&this.getAnchorOffset()===this.getFocusOffset()},t.prototype.getStartKey=function(){return this.getIsBackward()?this.getFocusKey():this.getAnchorKey()},t.prototype.getStartOffset=function(){return this.getIsBackward()?this.getFocusOffset():this.getAnchorOffset()},t.prototype.getEndKey=function(){return this.getIsBackward()?this.getAnchorKey():this.getFocusKey()},t.prototype.getEndOffset=function(){return this.getIsBackward()?this.getAnchorOffset():this.getFocusOffset()},t.createEmpty=function(e){return new t({anchorKey:e,anchorOffset:0,focusKey:e,focusOffset:0,isBackward:!1,hasFocus:!1})},t}((0,n(3).Record)({anchorKey:"",anchorOffset:0,focusKey:"",focusOffset:0,isBackward:!1,hasFocus:!1}));e.exports=r},function(e,t,n){"use strict";function r(e){return e.replace(/\//g,"-")}e.exports=function(e){return"object"==typeof e?Object.keys(e).filter(function(t){return e[t]}).map(r).join(" "):Array.prototype.map.call(arguments,r).join(" ")}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(399),i=(r=o)&&r.__esModule?r:{default:r};t.default=i.default,e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(e){return-1===e?"error":0===e?"feedback":e<=4?"bad":e>4&&e<=7?"ok":e>7?"good":""}},function(e,t,n){e.exports=!n(60)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t){e.exports=function(e){if(!e.webpackPolyfill){var t=Object.create(e);t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),Object.defineProperty(t,"exports",{enumerable:!0}),t.webpackPolyfill=1}return t}},function(e,t,n){var r=n(161),o=n(162);e.exports=function(e,t,n,i){var a=!n;n||(n={});for(var s=-1,u=t.length;++s=t||n<0||y&&e-b>=f}function _(){var e=o();if(w(e))return x(e);d=setTimeout(_,function(e){var n=t-(e-h);return y?u(n,f-(e-b)):n}(e))}function x(e){return d=void 0,v&&l?m(e):(l=c=void 0,p)}function k(){var e=o(),n=w(e);if(l=arguments,c=this,h=e,n){if(void 0===d)return function(e){return b=e,d=setTimeout(_,t),g?m(e):p}(h);if(y)return d=setTimeout(_,t),m(h)}return void 0===d&&(d=setTimeout(_,t)),p}return t=i(t)||0,r(n)&&(g=!!n.leading,f=(y="maxWait"in n)?s(i(n.maxWait)||0,t):f,v="trailing"in n?!!n.trailing:v),k.cancel=function(){void 0!==d&&clearTimeout(d),b=0,l=h=c=d=void 0},k.flush=function(){return void 0===d?p:x(o())},k}},function(e){e.exports={$palette_white:"#fff",$palette_grey_ultra_light:"#f7f7f7",$palette_grey_light:"#f1f1f1",$palette_grey_medium_light:"#e2e4e7",$palette_grey:"#ddd",$palette_grey_medium:"#ccc",$palette_grey_disabled:"#a0a5aa",$palette_grey_medium_dark:"#888",$palette_grey_text_light:"#767676",$palette_grey_text:"#616161",$palette_grey_dark:"#555",$palette_black:"#000",$palette_purple:"#5d237a",$palette_purple_dark:"#6c2548",$palette_pink:"#d73763",$palette_pink_light:"#e1bee7",$palette_pink_dark:"#a4286a",$palette_blue:"#0066cd",$palette_blue_light:"#a9a9ce",$palette_blue_medium:"#1e8cbe",$palette_blue_link:"#0073aa",$palette_blue_focus:"#5b9dd9",$palette_blue_dark:"#084a67",$palette_green:"#77b227",$palette_green_light:"#7ad03a",$palette_green_medium_light:"#64a60a",$palette_green_medium:"#008a00",$palette_green_blue:"#009288",$palette_orange:"#dc5c04",$palette_orange_light:"#ee7c1b",$palette_red:"#dc3232",$palette_red_light:"#f9bdbd",$palette_yellow:"#ffeb3b",$palette_yellow_score:"#f5c819",$palette_button_upsell:"#fec228",$palette_button_upsell_hover:"#f2ae01",$color_bad:"#dc3232",$color_ok:"#ee7c1b",$color_good:"#7ad03a",$color_noindex:"#1e8cbe",$color_score_icon:"#888",$color_white:"#fff",$color_black:"#000",$color_green:"#77b227",$color_green_medium:"#008a00",$color_green_blue:"#009288",$color_grey:"#ddd",$color_grey_dark:"#555",$color_purple:"#5d237a",$color_purple_dark:"#6c2548",$color_pink:"#d73763",$color_pink_light:"#e1bee7",$color_pink_dark:"#a4286a",$color_blue:"#0066cd",$color_blue_light:"#a9a9ce",$color_blue_dark:"#084a67",$color_red:"#dc3232",$color_border_light:"#f7f7f7",$color_border_gutenberg:"#e2e4e7",$color_border:"#ccc",$color_input_border:"#ddd",$color_help_text:"#767676",$color_upsell_text:"#767676",$color_background_light:"#f7f7f7",$color_button:"#f7f7f7",$color_button_text:"#555",$color_button_border:"#ccc",$color_button_hover:"#fff",$color_button_border_hover:"#888",$color_button_text_hover:"#000",$color_button_border_active:"#000",$color_button_upsell:"#fec228",$color_button_upsell_hover:"#f2ae01",$color_headings:"#555",$color_marker_inactive:"#555",$color_marker_active:"#fff",$color_marker_disabled:"#a0a5aa",$color_error:"#dc3232",$color_orange:"#dc5c04",$color_orange_hover:"#c35204",$color_grey_hover:"#cecece",$color_pink_hover:"#cc2956",$color_grey_cta:"#ddd",$color_grey_line:"#ddd",$color_grey_quote:"#616161",$color_grey_text:"#616161",$color_grey_text_light:"#767676",$color_snippet_focus:"#1e8cbe",$color_snippet_hover:"#ccc",$color_snippet_active:"#555",$color_blue_link:"#0073aa",$color_blue_focus:"#5b9dd9",$color_blue_focus_shadow:"#1e8cbe",$color_grey_medium_dark:"#888",$color_green_medium_light:"#64a60a",$color_grey_disabled:"#a0a5aa",$color_grey_medium:"#ccc",$color_grey_light:"#f1f1f1",$color_yellow:"#ffeb3b",$color_yellow_score:"#f5c819",$color_error_message:"#f9bdbd"}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){var r=n(88);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(96)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t,n){var r=n(308),o=n(22),i=Object.prototype,a=i.hasOwnProperty,s=i.propertyIsEnumerable,u=r(function(){return arguments}())?r:function(e){return o(e)&&a.call(e,"callee")&&!s.call(e,"callee")};e.exports=u},function(e,t,n){var r=n(327),o=n(328),i=n(329),a=n(330),s=n(331);function u(e){var t=-1,n=null==e?0:e.length;for(this.clear();++tt?1:0}var c,f=Array.prototype.indexOf?function(e,t,n){return Array.prototype.indexOf.call(e,t,n)}:function(e,t,r){if(r=null==r?0:0>r?Math.max(0,e.length+r):r,n(e))return n(t)&&1==t.length?e.indexOf(t,r):-1;for(;rparseFloat(E)){v=String(j);break e}}v=E}var T={};function P(e){if(!T[e]){for(var t=0,n=s(String(v)).split("."),r=s(String(e)).split("."),o=Math.max(n.length,r.length),i=0;0==t&&i",4,2,function(e,t,n){return fe(function(e,t){return e>t},e,t,n)}),he("<=",4,2,function(e,t,n){return fe(function(e,t){return e<=t},e,t,n)}),he(">=",4,2,function(e,t,n){return fe(function(e,t){return e>=t},e,t,n)});var be=he("=",3,2,function(e,t,n){return fe(function(e,t){return e==t},e,t,n,!0)});function ge(e,t,n){this.a=e,this.b=t||1,this.f=n||1}function ye(e,t){if(t.a.length&&4!=e.i)throw Error("Primary expression must evaluate to nodeset if filter has predicate(s).");re.call(this,e.i),this.c=e,this.h=t,this.g=e.g,this.b=e.b}function ve(e,t){if(t.lengthe.v)throw Error("Function "+e.j+" expects at most "+e.v+" arguments, "+t.length+" given");e.B&&p(t,function(t,n){if(4!=t.i)throw Error("Argument "+n+" to function "+e.j+" is not of type Nodeset: "+t)}),re.call(this,e.i),this.h=e,this.c=t,ie(this,e.g||b(t,function(e){return e.g})),ae(this,e.D&&!t.length||e.C&&!!t.length||b(t,function(e){return e.b}))}function me(e,t,n,r,o,i,a,s,u){this.j=e,this.i=t,this.g=n,this.D=r,this.C=o,this.m=i,this.A=a,this.v=void 0!==s?s:a,this.B=!!u}he("!=",3,2,function(e,t,n){return fe(function(e,t){return e!=t},e,t,n,!0)}),he("and",2,2,function(e,t,n){return le(e,n)&&le(t,n)}),he("or",1,2,function(e,t,n){return le(e,n)||le(t,n)}),a(ye),ye.prototype.a=function(e){return e=this.c.a(e),Fe(this.h,e)},ye.prototype.toString=function(){return"Filter:"+oe(this.c)+oe(this.h)},a(ve),ve.prototype.a=function(e){return this.h.m.apply(null,function(e){return Array.prototype.concat.apply(Array.prototype,arguments)}(e,this.c))},ve.prototype.toString=function(){var e="Function: "+this.h;if(this.c.length){var t=h(this.c,function(e,t){return e+oe(t)},"Arguments:");e=e+oe(t)}return e},me.prototype.toString=function(){return this.j};var we={};function _e(e,t,n,r,o,i,a,s){if(we.hasOwnProperty(e))throw Error("Function already created: "+e+".");we[e]=new me(e,t,n,r,!1,o,i,a,s)}function xe(e,t){switch(this.h=e,this.c=void 0!==t?t:null,this.b=null,e){case"comment":this.b=8;break;case"text":this.b=3;break;case"processing-instruction":this.b=7;break;case"node":break;default:throw Error("Unexpected argument")}}function ke(e){return"comment"==e||"text"==e||"processing-instruction"==e||"node"==e}function Oe(e){this.b=e,this.a=0}_e("boolean",2,!1,!1,function(e,t){return le(t,e)},1),_e("ceiling",1,!1,!1,function(e,t){return Math.ceil(se(t,e))},1),_e("concat",3,!1,!1,function(e,t){return h(function(e,t,n){return 2>=arguments.length?Array.prototype.slice.call(e,t):Array.prototype.slice.call(e,t,n)}(arguments,1),function(t,n){return t+ue(n,e)},"")},2,null),_e("contains",2,!1,!1,function(e,t,n){return u(ue(t,e),ue(n,e))},2),_e("count",1,!1,!1,function(e,t){return t.a(e).l},1,1,!0),_e("false",2,!1,!1,function(){return!1},0),_e("floor",1,!1,!1,function(e,t){return Math.floor(se(t,e))},1),_e("id",4,!1,!1,function(e,t){function r(e){if(R){var t=o.all[e];if(t){if(t.nodeType&&e==t.id)return t;if(t.length)return function(e,t){var r;e:{r=e.length;for(var o=n(e)?e.split(""):e,i=0;ir?null:n(e)?e.charAt(r):e[r]}(t,function(t){return e==t.id})}return null}return o.getElementById(e)}var o=9==(i=e.a).nodeType?i:i.ownerDocument,i=ue(t,e).split(/\s+/),a=[];p(i,function(e){!(e=r(e))||0<=f(a,e)||a.push(e)}),a.sort(W);var s=new V;return p(a,function(e){J(s,e)}),s},1),_e("lang",2,!1,!1,function(){return!1},1),_e("last",1,!0,!1,function(e){if(1!=arguments.length)throw Error("Function last expects ()");return e.f},0),_e("local-name",3,!1,!0,function(e,t){var n=t?Q(t.a(e)):e.a;return n?n.localName||n.nodeName.toLowerCase():""},0,1,!0),_e("name",3,!1,!0,function(e,t){var n=t?Q(t.a(e)):e.a;return n?n.nodeName.toLowerCase():""},0,1,!0),_e("namespace-uri",3,!0,!1,function(){return""},0,1,!0),_e("normalize-space",3,!1,!0,function(e,t){return(t?ue(t,e):B(e.a)).replace(/[\s\xa0]+/g," ").replace(/^\s+|\s+$/g,"")},0,1),_e("not",2,!1,!1,function(e,t){return!le(t,e)},1),_e("number",1,!1,!0,function(e,t){return t?se(t,e):+B(e.a)},0,1),_e("position",1,!0,!1,function(e){return e.b},0),_e("round",1,!1,!1,function(e,t){return Math.round(se(t,e))},1),_e("starts-with",2,!1,!1,function(e,t,n){return t=ue(t,e),e=ue(n,e),0==t.lastIndexOf(e,0)},2),_e("string",3,!1,!0,function(e,t){return t?ue(t,e):B(e.a)},0,1),_e("string-length",1,!1,!0,function(e,t){return(t?ue(t,e):B(e.a)).length},0,1),_e("substring",3,!1,!1,function(e,t,n,r){if(n=se(n,e),isNaN(n)||1/0==n||-1/0==n)return"";if(r=r?se(r,e):1/0,isNaN(r)||-1/0===r)return"";n=Math.round(n)-1;var o=Math.max(n,0);return e=ue(t,e),1/0==r?e.substring(o):e.substring(o,n+Math.round(r))},2,3),_e("substring-after",3,!1,!1,function(e,t,n){return t=ue(t,e),e=ue(n,e),-1==(n=t.indexOf(e))?"":t.substring(n+e.length)},2),_e("substring-before",3,!1,!1,function(e,t,n){return t=ue(t,e),e=ue(n,e),-1==(e=t.indexOf(e))?"":t.substring(0,e)},2),_e("sum",1,!1,!1,function(e,t){for(var n=ee(t.a(e)),r=0,o=ne(n);o;o=ne(n))r+=+B(o);return r},1,1,!0),_e("translate",3,!1,!1,function(e,t,n,r){t=ue(t,e),n=ue(n,e);var o=ue(r,e);for(e={},r=0;r]=|\s+|./g,Ee=/^\s/;function Ce(e,t){return e.b[e.a+(t||0)]}function je(e){return e.b[e.a++]}function Te(e){return e.b.length<=e.a}function Pe(e){re.call(this,3),this.c=e.substring(1,e.length-1)}function ze(e,t){var n;this.j=e.toLowerCase(),n="*"==this.j?"*":"http://www.w3.org/1999/xhtml",this.c=t?t.toLowerCase():n}function Ae(e,t){if(re.call(this,e.i),this.h=e,this.c=t,this.g=e.g,this.b=e.b,1==this.c.length){var n=this.c[0];n.u||n.c!=Ue||"*"!=(n=n.o).f()&&(this.f={name:n.f(),s:null})}}function Re(){re.call(this,4)}function Ie(){re.call(this,4)}function Me(e){return"/"==e||"//"==e}function qe(e){re.call(this,4),this.c=e,ie(this,b(this.c,function(e){return e.g})),ae(this,b(this.c,function(e){return e.b}))}function Be(e,t){this.a=e,this.b=!!t}function Fe(e,t,n){for(n=n||0;n(e=je(e.a)).length)throw Error("Unclosed literal string");return new Pe(e)}function ot(e){var t,n,r=[];if(Me(Ce(e.a))){if(t=je(e.a),n=Ce(e.a),"/"==t&&(Te(e.a)||"."!=n&&".."!=n&&"@"!=n&&"*"!=n&&!/(?![0-9])[\w]/.test(n)))return new Re;n=new Re,et(e,"Missing next location step."),t=it(e,t),r.push(t)}else{e:{switch(n=(t=Ce(e.a)).charAt(0)){case"$":throw Error("Variable reference not allowed in HTML XPath");case"(":je(e.a),t=Ze(e),et(e,'unclosed "("'),tt(e,")");break;case'"':case"'":t=rt(e);break;default:if(isNaN(+t)){if(ke(t)||!/(?![0-9])[\w]/.test(n)||"("!=Ce(e.a,1)){t=null;break e}for(t=je(e.a),t=we[t]||null,je(e.a),n=[];")"!=Ce(e.a)&&(et(e,"Missing function argument list."),n.push(Ze(e)),","==Ce(e.a));)je(e.a);et(e,"Unclosed function argument list."),nt(e),t=new ve(t,n)}else t=new Je(+je(e.a))}"["==Ce(e.a)&&(t=new ye(t,n=new Be(at(e))))}if(t){if(!Me(Ce(e.a)))return t;n=t}else t=it(e,"/"),n=new Ie,r.push(t)}for(;Me(Ce(e.a));)t=je(e.a),et(e,"Missing next location step."),t=it(e,t),r.push(t);return new Ae(n,r)}function it(e,t){var n,r,o,i;if("/"!=t&&"//"!=t)throw Error('Step op should be "/" or "//"');if("."==Ce(e.a))return r=new Ne(Ye,new xe("node")),je(e.a),r;if(".."==Ce(e.a))return r=new Ne(Ve,new xe("node")),je(e.a),r;if("@"==Ce(e.a))i=Ue,je(e.a),et(e,"Missing attribute name");else if("::"==Ce(e.a,1)){if(!/(?![0-9])[\w]/.test(Ce(e.a).charAt(0)))throw Error("Bad token: "+je(e.a));if(n=je(e.a),!(i=$e[n]||null))throw Error("No axis with name: "+n);je(e.a),et(e,"Missing node name")}else i=We;if(n=Ce(e.a),!/(?![0-9])[\w\*]/.test(n.charAt(0)))throw Error("Bad token: "+je(e.a));if("("==Ce(e.a,1)){if(!ke(n))throw Error("Invalid node type: "+n);if(!ke(n=je(e.a)))throw Error("Invalid type name: "+n);tt(e,"("),et(e,"Bad nodetype");var a=null;'"'!=(o=Ce(e.a).charAt(0))&&"'"!=o||(a=rt(e)),et(e,"Bad nodetype"),nt(e),n=new xe(n,a)}else if(-1==(o=(n=je(e.a)).indexOf(":")))n=new ze(n);else{var s;if("*"==(a=n.substring(0,o)))s="*";else if(!(s=e.b(a)))throw Error("Namespace prefix not declared: "+a);n=new ze(n=n.substr(o+1),s)}return o=new Be(at(e),i.a),r||new Ne(i,n,o,"//"==t)}function at(e){for(var t=[];"["==Ce(e.a);){je(e.a),et(e,"Missing predicate expression.");var n=Ze(e);t.push(n),et(e,"Unclosed predicate expression."),tt(e,"]")}return t}function st(e){if("-"==Ce(e.a))return je(e.a),new Xe(st(e));var t=ot(e);if("|"!=Ce(e.a))e=t;else{for(t=[t];"|"==je(e.a);)et(e,"Missing next union location path."),t.push(ot(e));e.a.a--,e=new qe(t)}return e}function ut(e){switch(e.nodeType){case 1:return function(e,t){var n=Array.prototype.slice.call(arguments,1);return function(){var t=n.slice();return t.push.apply(t,arguments),e.apply(this,t)}}(ct,e);case 9:return ut(e.documentElement);case 11:case 10:case 6:case 12:return lt;default:return e.parentNode?ut(e.parentNode):lt}}function lt(){return null}function ct(e,t){if(e.prefix==t)return e.namespaceURI||"http://www.w3.org/1999/xhtml";var n=e.getAttributeNode("xmlns:"+t);return n&&n.specified?n.value||null:e.parentNode&&9!=e.parentNode.nodeType?ct(e.parentNode,t):null}function ft(e,t){if(!e.length)throw Error("Empty XPath expression.");var n=function(e){e=e.match(Se);for(var t=0;t=n.length?null:n[i++]},this.snapshotItem=function(e){if(6!=t&&7!=t)throw Error("snapshotItem called with wrong result type");return e>=n.length||0>e?null:n[e]}}function dt(e){this.lookupNamespaceURI=ut(e)}function ht(e,n){var r=e||t,o=r.Document&&r.Document.prototype||r.document;o.evaluate&&!n||(r.XPathResult=pt,o.evaluate=function(e,t,n,r){return new ft(e,n).evaluate(t,r)},o.createExpression=function(e,t){return new ft(e,t)},o.createNSResolver=function(e){return new dt(e)})}a(Xe),Xe.prototype.a=function(e){return-se(this.c,e)},Xe.prototype.toString=function(){return"Unary Expression: -"+oe(this.c)},a(Je),Je.prototype.a=function(){return this.c},Je.prototype.toString=function(){return"Number: "+this.c},pt.ANY_TYPE=0,pt.NUMBER_TYPE=1,pt.STRING_TYPE=2,pt.BOOLEAN_TYPE=3,pt.UNORDERED_NODE_ITERATOR_TYPE=4,pt.ORDERED_NODE_ITERATOR_TYPE=5,pt.UNORDERED_NODE_SNAPSHOT_TYPE=6,pt.ORDERED_NODE_SNAPSHOT_TYPE=7,pt.ANY_UNORDERED_NODE_TYPE=8,pt.FIRST_ORDERED_NODE_TYPE=9;var bt,gt=["wgxpath","install"],yt=t;gt[0]in yt||!yt.execScript||yt.execScript("var "+gt[0]);for(;gt.length&&(bt=gt.shift());)gt.length||void 0===ht?yt=yt[bt]?yt[bt]:yt[bt]={}:yt[bt]=ht;e.exports.install=ht,e.exports.XPathResultType={ANY_TYPE:0,NUMBER_TYPE:1,STRING_TYPE:2,BOOLEAN_TYPE:3,UNORDERED_NODE_ITERATOR_TYPE:4,ORDERED_NODE_ITERATOR_TYPE:5,UNORDERED_NODE_SNAPSHOT_TYPE:6,ORDERED_NODE_SNAPSHOT_TYPE:7,ANY_UNORDERED_NODE_TYPE:8,FIRST_ORDERED_NODE_TYPE:9}}).call(t)}).call(this,n(15))},function(e,t,n){"use strict";(function(e){var r=n(36),o=n.n(r),i=n(82),a=n.n(i),s=n(24),u=n.n(s),l=n(0),c=n.n(l),f=(n(234),/([A-Z])/g);var p=function(e){return e.replace(f,"-$1").toLowerCase()},d=/^ms-/;var h,b=function(e){return p(e).replace(d,"-ms-")},g=function e(t,n){return t.reduce(function(t,r){return null==r||!1===r||""===r?t:Array.isArray(r)?[].concat(t,e(r,n)):r.hasOwnProperty("styledComponentId")?[].concat(t,["."+r.styledComponentId]):"function"==typeof r?n?t.concat.apply(t,e([r(n)],n)):t.concat(r):t.concat(o()(r)?function e(t,n){var r=Object.keys(t).filter(function(e){var n=t[e];return null!=n&&!1!==n&&""!==n}).map(function(n){return o()(t[n])?e(t[n],n):b(n)+": "+t[n]+";"}).join(" ");return n?n+" {\n "+r+"\n}":r}(r):r.toString())},[])},y=new a.a({global:!1,cascade:!0,keyframe:!1,prefix:!0,compress:!1,semicolon:!0}),v=function(e,t,n){var r=e.join("").replace(/^\s*\/\/.*$/gm,"");return y(n||!t?"":t,t&&n?n+" "+t+" { "+r+" }":r)},m="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".split(""),w=m.length,_=function(e){var t="",n=void 0;for(n=e;n>w;n=Math.floor(n/w))t=m[n%w]+t;return m[n%w]+t},x=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n},z=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},A=function(){function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";E(this,e),this.el=t,this.isLocal=n,this.ready=!1;var o=O(r);this.size=o.length,this.components=o.reduce(function(e,t){return e[t.componentId]=t,e},{})}return e.prototype.isFull=function(){return this.size>=40},e.prototype.addComponent=function(e){this.ready||this.replaceElement();var t={componentId:e,textNode:document.createTextNode("")};this.el.appendChild(t.textNode),this.size+=1,this.components[e]=t},e.prototype.inject=function(e,t,n){this.ready||this.replaceElement();var r=this.components[e];if(""===r.textNode.data&&r.textNode.appendData("\n/* sc-component-id: "+e+" */\n"),r.textNode.appendData(t),n){var o=this.el.getAttribute(I);this.el.setAttribute(I,o?o+" "+n:n)}var i=S();i&&this.el.setAttribute("nonce",i)},e.prototype.toHTML=function(){return this.el.outerHTML},e.prototype.toReactElement=function(){throw new Error("BrowserTag doesn't implement toReactElement!")},e.prototype.clone=function(){throw new Error("BrowserTag cannot be cloned!")},e.prototype.replaceElement=function(){var e=this;if(this.ready=!0,0!==this.size){var t=this.el.cloneNode();if(t.appendChild(document.createTextNode("\n")),Object.keys(this.components).forEach(function(n){var r=e.components[n];r.textNode=document.createTextNode(r.cssFromDOM),t.appendChild(r.textNode)}),!this.el.parentNode)throw new Error("Trying to replace an element that wasn't mounted!");this.el.parentNode.replaceChild(t,this.el),this.el=t}},e}(),R={create:function(){for(var e=[],t={},n=document.querySelectorAll("["+I+"]"),r=n.length,o=0;o");return document.head.appendChild(t),new A(t,e)},e,t)}},I="data-styled-components",M="data-styled-components-is-local",q="__styled-components-stylesheet__",B=null,F=[],N=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};E(this,e),this.hashes={},this.deferredInjections={},this.stylesCacheable="undefined"!=typeof document,this.tagConstructor=t,this.tags=n,this.names=r,this.constructComponentTagMap()}return e.prototype.constructComponentTagMap=function(){var e=this;this.componentTags={},this.tags.forEach(function(t){Object.keys(t.components).forEach(function(n){e.componentTags[n]=t})})},e.prototype.getName=function(e){return this.hashes[e.toString()]},e.prototype.alreadyInjected=function(e,t){return!!this.names[t]&&(this.hashes[e.toString()]=t,!0)},e.prototype.hasInjectedComponent=function(e){return!!this.componentTags[e]},e.prototype.deferredInject=function(e,t,n){this===B&&F.forEach(function(r){r.deferredInject(e,t,n)}),this.getOrCreateTag(e,t),this.deferredInjections[e]=n},e.prototype.inject=function(e,t,n,r,o){this===B&&F.forEach(function(r){r.inject(e,t,n)});var i=this.getOrCreateTag(e,t),a=this.deferredInjections[e];a&&(i.inject(e,a),delete this.deferredInjections[e]),i.inject(e,n,o),r&&o&&(this.hashes[r.toString()]=o)},e.prototype.toHTML=function(){return this.tags.map(function(e){return e.toHTML()}).join("")},e.prototype.toReactElements=function(){return this.tags.map(function(e,t){return e.toReactElement("sc-"+t)})},e.prototype.getOrCreateTag=function(e,t){var n=this.componentTags[e];if(n)return n;var r=this.tags[this.tags.length-1],o=!r||r.isFull()||r.isLocal!==t?this.createNewTag(t):r;return this.componentTags[e]=o,o.addComponent(e),o},e.prototype.createNewTag=function(e){var t=this.tagConstructor(e);return this.tags.push(t),t},e.reset=function(t){B=e.create(t)},e.create=function(){return((arguments.length>0&&void 0!==arguments[0]?arguments[0]:"undefined"==typeof document)?L:R).create()},e.clone=function(t){var n=new e(t.tagConstructor,t.tags.map(function(e){return e.clone()}),j({},t.names));return n.hashes=j({},t.hashes),n.deferredInjections=j({},t.deferredInjections),F.push(n),n},C(e,null,[{key:"instance",get:function(){return B||(B=e.create())}}]),e}(),D=function(e){function t(){return E(this,t),z(this,e.apply(this,arguments))}return T(t,e),t.prototype.getChildContext=function(){var e;return(e={})[q]=this.props.sheet,e},t.prototype.render=function(){return u.a.Children.only(this.props.children)},t}(s.Component);D.childContextTypes=((h={})[q]=c.a.oneOfType([c.a.instanceOf(N),c.a.instanceOf(L)]).isRequired,h),D.propTypes={sheet:c.a.oneOfType([c.a.instanceOf(N),c.a.instanceOf(L)]).isRequired};var $=function(){function e(t){E(this,e),this.isLocal=t,this.components={},this.size=0,this.names=[]}return e.prototype.isFull=function(){return!1},e.prototype.addComponent=function(e){this.components[e]={componentId:e,css:""},this.size+=1},e.prototype.concatenateCSS=function(){var e=this;return Object.keys(this.components).reduce(function(t,n){return t+e.components[n].css},"")},e.prototype.inject=function(e,t,n){var r=this.components[e];""===r.css&&(r.css="/* sc-component-id: "+e+" */\n"),r.css+=t.replace(/\n*$/,"\n"),n&&this.names.push(n)},e.prototype.toHTML=function(){var e=['type="text/css"',I+'="'+this.names.join(" ")+'"',M+'="'+(this.isLocal?"true":"false")+'"'],t=S();return t&&e.push('nonce="'+t+'"'),""},e.prototype.toReactElement=function(e){var t,n=((t={})[I]=this.names.join(" "),t[M]=this.isLocal.toString(),t),r=S();return r&&(n.nonce=r),u.a.createElement("style",j({key:e,type:"text/css"},n,{dangerouslySetInnerHTML:{__html:this.concatenateCSS()}}))},e.prototype.clone=function(){var t=this,n=new e(this.isLocal);return n.names=[].concat(this.names),n.size=this.size,n.components=Object.keys(this.components).reduce(function(e,n){return e[n]=j({},t.components[n]),e},{}),n},e}(),L=function(){function e(){E(this,e),this.instance=N.clone(N.instance)}return e.prototype.collectStyles=function(e){if(this.closed)throw new Error("Can't collect styles once you've called getStyleTags!");return u.a.createElement(D,{sheet:this.instance},e)},e.prototype.getStyleTags=function(){return this.closed||(F.splice(F.indexOf(this.instance),1),this.closed=!0),this.instance.toHTML()},e.prototype.getStyleElement=function(){return this.closed||(F.splice(F.indexOf(this.instance),1),this.closed=!0),this.instance.toReactElements()},e.create=function(){return new N(function(e){return new $(e)})},e}(),U=/^((?:s(?:uppressContentEditableWarn|croll|pac)|(?:shape|image|text)Render|(?:letter|word)Spac|vHang|hang)ing|(?:on(?:AnimationIteration|C(?:o(?:mposition(?:Update|Start|End)|ntextMenu|py)|anPlayThrough|anPlay|hange|lick|ut)|(?:(?:Duration|Volume|Rate)Chang|(?:MouseLea|(?:Touch|Mouse)Mo|DragLea)v|Paus)e|Loaded(?:Metad|D)ata|(?:Animation|Touch|Load|Drag)Start|(?:(?:T(?:ransition|ouch)|Animation)E|Suspe)nd|DoubleClick|(?:TouchCanc|Whe)el|(?:Mouse(?:Ent|Ov)e|Drag(?:Ent|Ov)e|Erro)r|TimeUpdate|(?:E(?:n(?:crypt|d)|mpti)|S(?:tall|eek))ed|MouseDown|P(?:rogress|laying)|(?:MouseOu|DragExi|S(?:elec|ubmi)|Rese|Inpu)t|KeyPress|DragEnd|Key(?:Down|Up)|(?:Wait|Seek)ing|(?:MouseU|Dro)p|Scroll|Paste|Focus|Abort|Drag|Play|Load|Blur)Captur|alignmentBaselin|(?:limitingConeAng|xlink(?:(?:Arcr|R)o|Tit)|s(?:urfaceSca|ty|ca)|unselectab|baseProfi|fontSty|(?:focus|dragg)ab|multip|profi|tit)l|d(?:ominantBaselin|efaultValu)|a(?:uto(?:Capitaliz|Revers|Sav)|dditiv)|(?:(?:formNoValid|xlinkActu|noValid|accumul|rot)a|autoComple|decelera)t|(?:(?:attribute|item)T|datat)yp|(?:attribute|glyph)Nam|playsInlin|(?:formE|e)ncTyp|(?:writing|input|edge)Mod|(?:xlinkTy|itemSco|keyTy|slo)p|(?:amplitu|mo)d|(?:xmlSpa|non)c|fillRul|(?:dateTi|na)m|r(?:esourc|ol)|xmlBas|wmod)e|(?:glyphOrientationHorizont|loc)al|(?:externalResourcesRequir|select|revers|mut)ed|c(?:o(?:lorInterpolationFilter|ntrol|ord)s|o(?:lor(?:Interpolation)?|ntent)|(?:ontentS(?:cript|tyle)Typ|o(?:ntentEditab|lorProfi)l|l(?:assNam|ipRul)|a(?:lcMod|ptur)|it)e|olorRendering|l(?:ipPathUnits|assID)|o(?:ntextMenu|ls)|h(?:eckedLink|a(?:llenge|rSet)|ildren|ecked)|ell(?:Spac|Padd)ing|(?:rossOrigi|olSpa)n|apHeight|lip(?:Path)?|ursor|[xy])|glyphOrientationVertical|d(?:angerouslySetInnerHTML|efaultChecked|ownload|isabled|isplay|[xy])|(?:s(?:trikethroughThickn|eaml)es|(?:und|ov)erlineThicknes|r(?:equiredExtension|adiu)|(?:requiredFeatur|tableValu|stitchTil|numOctav|filterR)e|key(?:(?:Splin|Tim)e|Param)|autoFocu|header|bia)s|(?:(?:st(?:rikethroughPosi|dDevia)|(?:und|ov)erlinePosi|(?:textDecor|elev)a|orienta)tio|(?:strokeLinejo|orig)i|formActio|zoomAndPa|onFocusI|directio|(?:vers|act)io|rowSpa|begi|ico)n|o(?:n(?:AnimationIteration|C(?:o(?:mposition(?:Update|Start|End)|ntextMenu|py)|anPlayThrough|anPlay|hange|lick|ut)|(?:(?:Duration|Volume|Rate)Chang|(?:MouseLea|(?:Touch|Mouse)Mo|DragLea)v|Paus)e|Loaded(?:Metad|D)ata|(?:Animation|Touch|Load|Drag)Start|(?:(?:T(?:ransition|ouch)|Animation)E|Suspe)nd|DoubleClick|(?:TouchCanc|Whe)el|(?:Mouse(?:Ent|Ov)e|Drag(?:Ent|Ov)e|Erro)r|TimeUpdate|(?:E(?:n(?:crypt|d)|mpti)|S(?:tall|eek))ed|MouseDown|P(?:rogress|laying)|(?:MouseOu|DragExi|S(?:elec|ubmi)|Rese|Inpu)t|KeyPress|DragEnd|Key(?:Down|Up)|(?:Wait|Seek)ing|(?:MouseU|Dro)p|Scroll|Paste|Focus|Abort|Drag|Play|Load|Blur)|rient)|p(?:reserveA(?:spectRatio|lpha)|ointsAt[X-Z]|anose1)|(?:patternContent|ma(?:sk(?:Content)?|rker)|primitive|gradient|pattern|filter)Units|(?:gradientT|patternT|t)ransform|(?:(?:allowTranspar|baseFrequ)enc|re(?:ferrerPolic|adOnl)|(?:(?:st(?:roke|op)O|floodO|fillO|o)pac|integr|secur)it|visibilit|fontFamil|accessKe|propert|summar)y|(?:strokeMiterlimi|(?:specularConsta|repeatCou|fontVaria)n|(?:(?:specularE|e)xpon|renderingInt|asc)en|d(?:iffuseConsta|esce)n|(?:fontSizeAdju|lengthAdju|manife)s|baselineShif|vectorEffec|(?:(?:mar(?:ker|gin)|x)H|accentH|fontW)eigh|a(?:utoCorrec|bou)|markerStar|onFocusOu|in(?:tercep|lis)|restar|forma|heigh|lis)t|(?:(?:st(?:rokeDasho|artO)|o)ffs|acceptChars|formTarg|viewTarg|srcS)et|(?:(?:enableBackgrou|markerE)n|s(?:p(?:readMetho|ee)|ee)|formMetho|m(?:arkerMi|etho)|preloa|kin)d|k(?:ernel(?:UnitLength|Matrix)|[1-4])|(?:[xy]ChannelSelect|lightingCol|textAnch|floodCol|stopCol|operat|htmlF)or|(?:allowFullScre|hidd)en|strokeDasharray|systemLanguage|(?:strokeLineca|itemPro|useMa|wra|loo)p|v(?:Mathematical|ert(?:Origin[XY]|AdvY)|alues|ocab)|(?:pointerEve|keyPoi)nts|unicodeRange|(?:(?:allowReord|placehold|frameBord|paintOrd|post|ord)e|repeatDu|d(?:efe|u))r|mathematical|(?:vI|i)deographic|h(?:oriz(?:Origin|Adv)X|ttpEquiv)|u(?:nicodeBidi|[12])|(?:fontStretc|hig)h|(?:(?:mar(?:ker|gin)W|strokeW)id|azimu)th|vAlphabetic|mediaGroup|spellCheck|(?:unitsPerE|optimu|fro)m|r(?:adioGroup|e(?:sults|f[XY]|l)|ows|[xy])|(?:xmlnsXl|valueL)ink|a(?:rabicForm|l(?:phabetic|t)|sync)|pathLength|(?:text|m(?:in|ax))Length|innerHTML|xlinkShow|(?:xlinkHr|glyphR)ef|r(?:e(?:quired|sult|f))?|o(?:verflow|pen)|(?:tabInde|(?:sand|b)bo|viewBo)x|(?:(?:href|xml|src)La|kerni)ng|f(?:o(?:ntSize|rm)|il(?:ter|l))|autoPlay|unicode|p(?:attern|oints)|t(?:arget[XY]|o)|i(?:temRef|n2|s)|divisor|d(?:efault|ata|ir)?|srcDoc|s(?:coped|te(?:m[hv]|p)|pan)|(?:width|size)s|(?:stri|la)ng|prefix|itemID|s(?:t(?:roke|art)|hape|cope|rc)|a(?:ccept|s)|t(?:arget|ype)|typeof|width|value|x(?:mlns)?|label|m(?:edia|a(?:sk|x)|in)|size|href|k(?:ey)?|end|low|x[12]|i[dn]|y[12]|g[12]|by|f[xy]|[yz])$/,W=RegExp.prototype.test.bind(new RegExp("^(data|aria)-[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"));function K(e){return"string"==typeof e}function H(e){return"function"==typeof e&&"string"==typeof e.styledComponentId}function V(e){return e.displayName||e.name||"Component"}var G=function(e,t,n){var r=n&&e.theme===n.theme;return e.theme&&!r?e.theme:t},Y=/[[\].#*$><+~=|^:(),"'`-]+/g,X=/(^-|-$)/g;function J(e){return e.replace(Y,"-").replace(X,"")}var Q,Z,ee="__styled-components__",te=ee+"next__",ne=c.a.shape({getTheme:c.a.func,subscribe:c.a.func,unsubscribe:c.a.func});var re=function(e){function t(){E(this,t);var n=z(this,e.call(this));return n.unsubscribeToOuterId=-1,n.getTheme=n.getTheme.bind(n),n}return T(t,e),t.prototype.componentWillMount=function(){var e=this,t=this.context[te];void 0!==t&&(this.unsubscribeToOuterId=t.subscribe(function(t){e.outerTheme=t})),this.broadcast=function(e){var t={},n=0,r=e;return{publish:function(e){for(var n in r=e,t){var o=t[n];void 0!==o&&o(r)}},subscribe:function(e){var o=n;return t[o]=e,n+=1,e(r),o},unsubscribe:function(e){t[e]=void 0}}}(this.getTheme())},t.prototype.getChildContext=function(){var e,t=this;return j({},this.context,((e={})[te]={getTheme:this.getTheme,subscribe:this.broadcast.subscribe,unsubscribe:this.broadcast.unsubscribe},e[ee]=function(e){var n=t.broadcast.subscribe(e);return function(){return t.broadcast.unsubscribe(n)}},e))},t.prototype.componentWillReceiveProps=function(e){this.props.theme!==e.theme&&this.broadcast.publish(this.getTheme(e.theme))},t.prototype.componentWillUnmount=function(){-1!==this.unsubscribeToOuterId&&this.context[te].unsubscribe(this.unsubscribeToOuterId)},t.prototype.getTheme=function(e){var t=e||this.props.theme;if("function"==typeof t)return t(this.outerTheme);if(!o()(t))throw new Error("[ThemeProvider] Please make your theme prop a plain object");return j({},this.outerTheme,t)},t.prototype.render=function(){return this.props.children?u.a.Children.only(this.props.children):null},t}(s.Component);re.childContextTypes=((Q={})[ee]=c.a.func,Q[te]=ne,Q),re.contextTypes=((Z={})[te]=ne,Z);var oe={};function ie(e,t){for(var n=1540483477,r=t^e.length,o=e.length,i=0;o>=4;){var a=ae(e,i);a=ue(a,n),a=ue(a^=a>>>24,n),r=ue(r,n),r^=a,i+=4,o-=4}switch(o){case 3:r^=se(e,i),r=ue(r^=e.charCodeAt(i+2)<<16,n);break;case 2:r=ue(r^=se(e,i),n);break;case 1:r=ue(r^=e.charCodeAt(i),n)}return r=ue(r^=r>>>13,n),(r^=r>>>15)>>>0}function ae(e,t){return e.charCodeAt(t++)+(e.charCodeAt(t++)<<8)+(e.charCodeAt(t++)<<16)+(e.charCodeAt(t)<<24)}function se(e,t){return e.charCodeAt(t++)+(e.charCodeAt(t++)<<8)}function ue(e,t){return(65535&(e|=0))*(t|=0)+(((e>>>16)*t&65535)<<16)|0}var le=function e(t,n){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:{},i=function(t){for(var i=arguments.length,a=Array(i>1?i-1:0),s=1;s])/g,v=/([[}=:>])\s+/g,m=/(\{[^{]+?);(?=\})/g,w=/\s{2,}/g,_=/([^\(])(:+) */g,x=/[svh]\w+-[tblr]{2}/,k=/\(\s*(.*)\s*\)/g,O=/([\s\S]*?);/g,S=/-self|flex-/g,E=/[^]*?(:[rp][el]a[\w-]+)[^]*/,C=/stretch|:\s*\w+\-(?:conte|avail)/,j=/([^-])(image-set\()/,T="-webkit-",P="-moz-",z="-ms-",A=59,R=125,I=123,M=40,q=41,B=91,F=93,N=10,D=13,$=9,L=64,U=32,W=38,K=45,H=95,V=42,G=44,Y=58,X=39,J=34,Q=47,Z=62,ee=43,te=126,ne=0,re=12,oe=11,ie=107,ae=109,se=115,ue=112,le=111,ce=105,fe=99,pe=100,de=112,he=1,be=1,ge=0,ye=1,ve=1,me=1,we=0,_e=0,xe=0,ke=[],Oe=[],Se=0,Ee=null,Ce=-2,je=-1,Te=0,Pe=1,ze=2,Ae=3,Re=0,Ie=1,Me="",qe="",Be="";function Fe(e,t,o,i,a){for(var s,u,c=0,f=0,p=0,d=0,y=0,v=0,m=0,w=0,x=0,O=0,S=0,E=0,C=0,j=0,H=0,we=0,Oe=0,Ee=0,Ce=0,je=o.length,De=je-1,He="",Ve="",Ge="",Ye="",Xe="",Je="";H0&&(Ve=Ve.replace(r,"")),Ve.trim().length>0)){switch(m){case U:case $:case A:case D:case N:break;default:Ve+=o.charAt(H)}m=A}if(1===Oe)switch(m){case I:case R:case A:case J:case X:case M:case q:case G:Oe=0;case $:case D:case N:case U:break;default:for(Oe=0,Ce=H,y=m,H--,m=A;Ce0&&(++H,m=y);case I:Ce=je}}switch(m){case I:for(Ve=Ve.trim(),y=Ve.charCodeAt(0),S=1,Ce=++H;H0&&(Ve=Ve.replace(r,"")),v=Ve.charCodeAt(1)){case pe:case ae:case se:case K:s=t;break;default:s=ke}if(Ge=Fe(t,s,Ge,v,a+1),Ce=Ge.length,xe>0&&0===Ce&&(Ce=Ve.length),Se>0&&(s=Ne(ke,Ve,Ee),u=We(Ae,Ge,s,t,be,he,Ce,v,a,i),Ve=s.join(""),void 0!==u&&0===(Ce=(Ge=u.trim()).length)&&(v=0,Ge="")),Ce>0)switch(v){case se:Ve=Ve.replace(k,Ue);case pe:case ae:case K:Ge=Ve+"{"+Ge+"}";break;case ie:Ve=Ve.replace(h,"$1 $2"+(Ie>0?Me:"")),Ge=Ve+"{"+Ge+"}",Ge=1===ve||2===ve&&Le("@"+Ge,3)?"@"+T+Ge+"@"+Ge:"@"+Ge;break;default:Ge=Ve+Ge,i===de&&(Ye+=Ge,Ge="")}else Ge="";break;default:Ge=Fe(t,Ne(t,Ve,Ee),Ge,i,a+1)}Xe+=Ge,E=0,Oe=0,j=0,we=0,Ee=0,C=0,Ve="",Ge="",m=o.charCodeAt(++H);break;case R:case A:if(Ve=(we>0?Ve.replace(r,""):Ve).trim(),(Ce=Ve.length)>1)switch(0===j&&((y=Ve.charCodeAt(0))===K||y>96&&y<123)&&(Ce=(Ve=Ve.replace(" ",":")).length),Se>0&&void 0!==(u=We(Pe,Ve,t,e,be,he,Ye.length,i,a,i))&&0===(Ce=(Ve=u.trim()).length)&&(Ve="\0\0"),y=Ve.charCodeAt(0),v=Ve.charCodeAt(1),y){case ne:break;case L:if(v===ce||v===fe){Je+=Ve+o.charAt(H);break}default:if(Ve.charCodeAt(Ce-1)===Y)break;Ye+=$e(Ve,y,v,Ve.charCodeAt(2))}E=0,Oe=0,j=0,we=0,Ee=0,Ve="",m=o.charCodeAt(++H)}}switch(m){case D:case N:if(f+d+p+c+_e===0)switch(O){case q:case X:case J:case L:case te:case Z:case V:case ee:case Q:case K:case Y:case G:case A:case I:case R:break;default:j>0&&(Oe=1)}f===Q?f=0:ye+E===0&&i!==ie&&Ve.length>0&&(we=1,Ve+="\0"),Se*Re>0&&We(Te,Ve,t,e,be,he,Ye.length,i,a,i),he=1,be++;break;case A:case R:if(f+d+p+c===0){he++;break}default:switch(he++,He=o.charAt(H),m){case $:case U:if(d+c+f===0)switch(w){case G:case Y:case $:case U:He="";break;default:m!==U&&(He=" ")}break;case ne:He="\\0";break;case re:He="\\f";break;case oe:He="\\v";break;case W:d+f+c===0&&ye>0&&(Ee=1,we=1,He="\f"+He);break;case 108:if(d+f+c+ge===0&&j>0)switch(H-j){case 2:w===ue&&o.charCodeAt(H-3)===Y&&(ge=w);case 8:x===le&&(ge=x)}break;case Y:d+f+c===0&&(j=H);break;case G:f+p+d+c===0&&(we=1,He+="\r");break;case J:case X:0===f&&(d=d===m?0:0===d?m:d);break;case B:d+f+p===0&&c++;break;case F:d+f+p===0&&c--;break;case q:d+f+c===0&&p--;break;case M:if(d+f+c===0){if(0===E)switch(2*w+3*x){case 533:break;default:S=0,E=1}p++}break;case L:f+p+d+c+j+C===0&&(C=1);break;case V:case Q:if(d+c+p>0)break;switch(f){case 0:switch(2*m+3*o.charCodeAt(H+1)){case 235:f=Q;break;case 220:Ce=H,f=V}break;case V:m===Q&&w===V&&Ce+2!==H&&(33===o.charCodeAt(Ce+2)&&(Ye+=o.substring(Ce,H+1)),He="",f=0)}}if(0===f){if(ye+d+c+C===0&&i!==ie&&m!==A)switch(m){case G:case te:case Z:case ee:case q:case M:if(0===E){switch(w){case $:case U:case N:case D:He+="\0";break;default:He="\0"+He+(m===G?"":"\0")}we=1}else switch(m){case M:j+7===H&&108===w&&(j=0),E=++S;break;case q:0==(E=--S)&&(we=1,He+="\0")}break;case $:case U:switch(w){case ne:case I:case R:case A:case G:case re:case $:case U:case N:case D:break;default:0===E&&(we=1,He+="\0")}}Ve+=He,m!==U&&m!==$&&(O=m)}}x=w,w=m,H++}if(Ce=Ye.length,xe>0&&0===Ce&&0===Xe.length&&0===t[0].length==0&&(i!==ae||1===t.length&&(ye>0?qe:Be)===t[0])&&(Ce=t.join(",").length+2),Ce>0){if(s=0===ye&&i!==ie?function(e){for(var t,n,o=0,i=e.length,a=Array(i);o1)){if(p=u.charCodeAt(u.length-1),d=n.charCodeAt(0),t="",0!==c)switch(p){case V:case te:case Z:case ee:case U:case M:break;default:t=" "}switch(d){case W:n=t+qe;case te:case Z:case ee:case U:case q:case M:break;case B:n=t+n+qe;break;case Y:switch(2*n.charCodeAt(1)+3*n.charCodeAt(2)){case 530:if(me>0){n=t+n.substring(8,f-1);break}default:(c<1||s[c-1].length<1)&&(n=t+qe+n)}break;case G:t="";default:n=f>1&&n.indexOf(":")>0?t+n.replace(_,"$1"+qe+"$2"):t+n+qe}u+=n}a[o]=u.replace(r,"").trim()}return a}(t):t,Se>0&&void 0!==(u=We(ze,Ye,s,e,be,he,Ce,i,a,i))&&0===(Ye=u).length)return Je+Ye+Xe;if(Ye=s.join(",")+"{"+Ye+"}",ve*ge!=0){switch(2!==ve||Le(Ye,2)||(ge=0),ge){case le:Ye=Ye.replace(g,":"+P+"$1")+Ye;break;case ue:Ye=Ye.replace(b,"::"+T+"input-$1")+Ye.replace(b,"::"+P+"$1")+Ye.replace(b,":"+z+"input-$1")+Ye}ge=0}}return Je+Ye+Xe}function Ne(e,t,n){var r=t.trim().split(c),o=r,i=r.length,a=e.length;switch(a){case 0:case 1:for(var s=0,u=0===a?"":e[0]+" ";s0&&ye>0)return o.replace(p,"$1").replace(f,"$1"+Be);break;default:return e.trim()+o.replace(f,"$1"+e.trim())}default:if(n*ye>0&&o.indexOf("\f")>0)return o.replace(f,(e.charCodeAt(0)===Y?"":"$1")+e.trim())}return e+o}function $e(e,t,n,r){var l,c=0,f=e+";",p=2*t+3*n+4*r;if(944===p)return function(e){var t=e.length,n=e.indexOf(":",9)+1,r=e.substring(0,n).trim(),o=e.substring(n,t-1).trim();switch(e.charCodeAt(9)*Ie){case 0:break;case K:if(110!==e.charCodeAt(10))break;default:for(var i=o.split((o="",s)),a=0,n=0,t=i.length;aL&&f<90||f>96&&f<123||f===H||f===K&&l.charCodeAt(1)!==K))switch(isNaN(parseFloat(l))+(-1!==l.indexOf("("))){case 1:switch(l){case"infinite":case"alternate":case"backwards":case"running":case"normal":case"forwards":case"both":case"none":case"linear":case"ease":case"ease-in":case"ease-out":case"ease-in-out":case"paused":case"reverse":case"alternate-reverse":case"inherit":case"initial":case"unset":case"step-start":case"step-end":break;default:l+=Me}}c[n++]=l}o+=(0===a?"":",")+c.join(" ")}}return o=r+o+";",1===ve||2===ve&&Le(o,1)?T+o+o:o}(f);if(0===ve||2===ve&&!Le(f,1))return f;switch(p){case 1015:return 97===f.charCodeAt(10)?T+f+f:f;case 951:return 116===f.charCodeAt(3)?T+f+f:f;case 963:return 110===f.charCodeAt(5)?T+f+f:f;case 1009:if(100!==f.charCodeAt(4))break;case 969:case 942:return T+f+f;case 978:return T+f+P+f+f;case 1019:case 983:return T+f+P+f+z+f+f;case 883:return f.charCodeAt(8)===K?T+f+f:f.indexOf("image-set(",11)>0?f.replace(j,"$1"+T+"$2")+f:f;case 932:if(f.charCodeAt(4)===K)switch(f.charCodeAt(5)){case 103:return T+"box-"+f.replace("-grow","")+T+f+z+f.replace("grow","positive")+f;case 115:return T+f+z+f.replace("shrink","negative")+f;case 98:return T+f+z+f.replace("basis","preferred-size")+f}return T+f+z+f+f;case 964:return T+f+z+"flex-"+f+f;case 1023:if(99!==f.charCodeAt(8))break;return l=f.substring(f.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),T+"box-pack"+l+T+f+z+"flex-pack"+l+f;case 1005:return i.test(f)?f.replace(o,":"+T)+f.replace(o,":"+P)+f:f;case 1e3:switch(l=f.substring(13).trim(),c=l.indexOf("-")+1,l.charCodeAt(0)+l.charCodeAt(c)){case 226:l=f.replace(x,"tb");break;case 232:l=f.replace(x,"tb-rl");break;case 220:l=f.replace(x,"lr");break;default:return f}return T+f+z+l+f;case 1017:if(-1===f.indexOf("sticky",9))return f;case 975:switch(c=(f=e).length-10,l=(33===f.charCodeAt(c)?f.substring(0,c):f).substring(e.indexOf(":",7)+1).trim(),p=l.charCodeAt(0)+(0|l.charCodeAt(7))){case 203:if(l.charCodeAt(8)<111)break;case 115:f=f.replace(l,T+l)+";"+f;break;case 207:case 102:f=f.replace(l,T+(p>102?"inline-":"")+"box")+";"+f.replace(l,T+l)+";"+f.replace(l,z+l+"box")+";"+f}return f+";";case 938:if(f.charCodeAt(5)===K)switch(f.charCodeAt(6)){case 105:return l=f.replace("-items",""),T+f+T+"box-"+l+z+"flex-"+l+f;case 115:return T+f+z+"flex-item-"+f.replace(S,"")+f;default:return T+f+z+"flex-line-pack"+f.replace("align-content","").replace(S,"")+f}break;case 973:case 989:if(f.charCodeAt(3)!==K||122===f.charCodeAt(4))break;case 931:case 953:if(!0===C.test(e))return 115===(l=e.substring(e.indexOf(":")+1)).charCodeAt(0)?$e(e.replace("stretch","fill-available"),t,n,r).replace(":fill-available",":stretch"):f.replace(l,T+l)+f.replace(l,P+l.replace("fill-",""))+f;break;case 962:if(f=T+f+(102===f.charCodeAt(5)?z+f:"")+f,n+r===211&&105===f.charCodeAt(13)&&f.indexOf("transform",10)>0)return f.substring(0,f.indexOf(";",27)+1).replace(a,"$1"+T+"$2")+f}return f}function Le(e,t){var n=e.indexOf(1===t?":":"{"),r=e.substring(0,3!==t?n:10),o=e.substring(n+1,e.length-1);return Ee(2!==t?r:r.replace(E,"$1"),o,t)}function Ue(e,t){var n=$e(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return n!==t+";"?n.replace(O," or ($1)").substring(4):"("+t+")"}function We(e,t,n,r,o,i,a,s,u,l){for(var c,f=0,p=t;f0&&(Me=o.replace(d,i===B?"":"-")),i=1,1===ye?Be=o:qe=o;var a,s=[Be];Se>0&&void 0!==(a=We(je,n,s,s,be,he,0,0,0,0))&&"string"==typeof a&&(n=a);var u=Fe(ke,s,n,0,0);return Se>0&&void 0!==(a=We(Ce,u,s,s,be,he,u.length,0,0,0))&&"string"!=typeof(u=a)&&(i=0),Me="",Be="",qe="",ge=0,be=1,he=1,we*i==0?u:function(e){return e.replace(r,"").replace(y,"").replace(v,"$1").replace(m,"$1").replace(w," ")}(u)}return Ve.use=function e(t){switch(t){case void 0:case null:Se=Oe.length=0;break;default:if("function"==typeof t)Oe[Se++]=t;else if("object"==typeof t)for(var n=0,r=t.length;nw;n=Math.floor(n/w))t=m[n%w]+t;return m[n%w]+t},x=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n},z=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},A=function(){function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";E(this,e),this.el=t,this.isLocal=n,this.ready=!1;var o=O(r);this.size=o.length,this.components=o.reduce(function(e,t){return e[t.componentId]=t,e},{})}return e.prototype.isFull=function(){return this.size>=40},e.prototype.addComponent=function(e){this.ready||this.replaceElement();var t={componentId:e,textNode:document.createTextNode("")};this.el.appendChild(t.textNode),this.size+=1,this.components[e]=t},e.prototype.inject=function(e,t,n){this.ready||this.replaceElement();var r=this.components[e];if(""===r.textNode.data&&r.textNode.appendData("\n/* sc-component-id: "+e+" */\n"),r.textNode.appendData(t),n){var o=this.el.getAttribute(I);this.el.setAttribute(I,o?o+" "+n:n)}var i=S();i&&this.el.setAttribute("nonce",i)},e.prototype.toHTML=function(){return this.el.outerHTML},e.prototype.toReactElement=function(){throw new Error("BrowserTag doesn't implement toReactElement!")},e.prototype.clone=function(){throw new Error("BrowserTag cannot be cloned!")},e.prototype.replaceElement=function(){var e=this;if(this.ready=!0,0!==this.size){var t=this.el.cloneNode();if(t.appendChild(document.createTextNode("\n")),Object.keys(this.components).forEach(function(n){var r=e.components[n];r.textNode=document.createTextNode(r.cssFromDOM),t.appendChild(r.textNode)}),!this.el.parentNode)throw new Error("Trying to replace an element that wasn't mounted!");this.el.parentNode.replaceChild(t,this.el),this.el=t}},e}(),R={create:function(){for(var e=[],t={},n=document.querySelectorAll("["+I+"]"),r=n.length,o=0;o");return document.head.appendChild(t),new A(t,e)},e,t)}},I="data-styled-components",M="data-styled-components-is-local",q="__styled-components-stylesheet__",B=null,F=[],N=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};E(this,e),this.hashes={},this.deferredInjections={},this.stylesCacheable="undefined"!=typeof document,this.tagConstructor=t,this.tags=n,this.names=r,this.constructComponentTagMap()}return e.prototype.constructComponentTagMap=function(){var e=this;this.componentTags={},this.tags.forEach(function(t){Object.keys(t.components).forEach(function(n){e.componentTags[n]=t})})},e.prototype.getName=function(e){return this.hashes[e.toString()]},e.prototype.alreadyInjected=function(e,t){return!!this.names[t]&&(this.hashes[e.toString()]=t,!0)},e.prototype.hasInjectedComponent=function(e){return!!this.componentTags[e]},e.prototype.deferredInject=function(e,t,n){this===B&&F.forEach(function(r){r.deferredInject(e,t,n)}),this.getOrCreateTag(e,t),this.deferredInjections[e]=n},e.prototype.inject=function(e,t,n,r,o){this===B&&F.forEach(function(r){r.inject(e,t,n)});var i=this.getOrCreateTag(e,t),a=this.deferredInjections[e];a&&(i.inject(e,a),delete this.deferredInjections[e]),i.inject(e,n,o),r&&o&&(this.hashes[r.toString()]=o)},e.prototype.toHTML=function(){return this.tags.map(function(e){return e.toHTML()}).join("")},e.prototype.toReactElements=function(){return this.tags.map(function(e,t){return e.toReactElement("sc-"+t)})},e.prototype.getOrCreateTag=function(e,t){var n=this.componentTags[e];if(n)return n;var r=this.tags[this.tags.length-1],o=!r||r.isFull()||r.isLocal!==t?this.createNewTag(t):r;return this.componentTags[e]=o,o.addComponent(e),o},e.prototype.createNewTag=function(e){var t=this.tagConstructor(e);return this.tags.push(t),t},e.reset=function(t){B=e.create(t)},e.create=function(){return((arguments.length>0&&void 0!==arguments[0]?arguments[0]:"undefined"==typeof document)?L:R).create()},e.clone=function(t){var n=new e(t.tagConstructor,t.tags.map(function(e){return e.clone()}),j({},t.names));return n.hashes=j({},t.hashes),n.deferredInjections=j({},t.deferredInjections),F.push(n),n},C(e,null,[{key:"instance",get:function(){return B||(B=e.create())}}]),e}(),D=function(e){function t(){return E(this,t),z(this,e.apply(this,arguments))}return T(t,e),t.prototype.getChildContext=function(){var e;return(e={})[q]=this.props.sheet,e},t.prototype.render=function(){return u.a.Children.only(this.props.children)},t}(s.Component);D.childContextTypes=((h={})[q]=c.a.oneOfType([c.a.instanceOf(N),c.a.instanceOf(L)]).isRequired,h),D.propTypes={sheet:c.a.oneOfType([c.a.instanceOf(N),c.a.instanceOf(L)]).isRequired};var $=function(){function e(t){E(this,e),this.isLocal=t,this.components={},this.size=0,this.names=[]}return e.prototype.isFull=function(){return!1},e.prototype.addComponent=function(e){this.components[e]={componentId:e,css:""},this.size+=1},e.prototype.concatenateCSS=function(){var e=this;return Object.keys(this.components).reduce(function(t,n){return t+e.components[n].css},"")},e.prototype.inject=function(e,t,n){var r=this.components[e];""===r.css&&(r.css="/* sc-component-id: "+e+" */\n"),r.css+=t.replace(/\n*$/,"\n"),n&&this.names.push(n)},e.prototype.toHTML=function(){var e=['type="text/css"',I+'="'+this.names.join(" ")+'"',M+'="'+(this.isLocal?"true":"false")+'"'],t=S();return t&&e.push('nonce="'+t+'"'),""},e.prototype.toReactElement=function(e){var t,n=((t={})[I]=this.names.join(" "),t[M]=this.isLocal.toString(),t),r=S();return r&&(n.nonce=r),u.a.createElement("style",j({key:e,type:"text/css"},n,{dangerouslySetInnerHTML:{__html:this.concatenateCSS()}}))},e.prototype.clone=function(){var t=this,n=new e(this.isLocal);return n.names=[].concat(this.names),n.size=this.size,n.components=Object.keys(this.components).reduce(function(e,n){return e[n]=j({},t.components[n]),e},{}),n},e}(),L=function(){function e(){E(this,e),this.instance=N.clone(N.instance)}return e.prototype.collectStyles=function(e){if(this.closed)throw new Error("Can't collect styles once you've called getStyleTags!");return u.a.createElement(D,{sheet:this.instance},e)},e.prototype.getStyleTags=function(){return this.closed||(F.splice(F.indexOf(this.instance),1),this.closed=!0),this.instance.toHTML()},e.prototype.getStyleElement=function(){return this.closed||(F.splice(F.indexOf(this.instance),1),this.closed=!0),this.instance.toReactElements()},e.create=function(){return new N(function(e){return new $(e)})},e}(),U=/^((?:s(?:uppressContentEditableWarn|croll|pac)|(?:shape|image|text)Render|(?:letter|word)Spac|vHang|hang)ing|(?:on(?:AnimationIteration|C(?:o(?:mposition(?:Update|Start|End)|ntextMenu|py)|anPlayThrough|anPlay|hange|lick|ut)|(?:(?:Duration|Volume|Rate)Chang|(?:MouseLea|(?:Touch|Mouse)Mo|DragLea)v|Paus)e|Loaded(?:Metad|D)ata|(?:Animation|Touch|Load|Drag)Start|(?:(?:T(?:ransition|ouch)|Animation)E|Suspe)nd|DoubleClick|(?:TouchCanc|Whe)el|(?:Mouse(?:Ent|Ov)e|Drag(?:Ent|Ov)e|Erro)r|TimeUpdate|(?:E(?:n(?:crypt|d)|mpti)|S(?:tall|eek))ed|MouseDown|P(?:rogress|laying)|(?:MouseOu|DragExi|S(?:elec|ubmi)|Rese|Inpu)t|KeyPress|DragEnd|Key(?:Down|Up)|(?:Wait|Seek)ing|(?:MouseU|Dro)p|Scroll|Paste|Focus|Abort|Drag|Play|Load|Blur)Captur|alignmentBaselin|(?:limitingConeAng|xlink(?:(?:Arcr|R)o|Tit)|s(?:urfaceSca|ty|ca)|unselectab|baseProfi|fontSty|(?:focus|dragg)ab|multip|profi|tit)l|d(?:ominantBaselin|efaultValu)|a(?:uto(?:Capitaliz|Revers|Sav)|dditiv)|(?:(?:formNoValid|xlinkActu|noValid|accumul|rot)a|autoComple|decelera)t|(?:(?:attribute|item)T|datat)yp|(?:attribute|glyph)Nam|playsInlin|(?:formE|e)ncTyp|(?:writing|input|edge)Mod|(?:xlinkTy|itemSco|keyTy|slo)p|(?:amplitu|mo)d|(?:xmlSpa|non)c|fillRul|(?:dateTi|na)m|r(?:esourc|ol)|xmlBas|wmod)e|(?:glyphOrientationHorizont|loc)al|(?:externalResourcesRequir|select|revers|mut)ed|c(?:o(?:lorInterpolationFilter|ntrol|ord)s|o(?:lor(?:Interpolation)?|ntent)|(?:ontentS(?:cript|tyle)Typ|o(?:ntentEditab|lorProfi)l|l(?:assNam|ipRul)|a(?:lcMod|ptur)|it)e|olorRendering|l(?:ipPathUnits|assID)|o(?:ntextMenu|ls)|h(?:eckedLink|a(?:llenge|rSet)|ildren|ecked)|ell(?:Spac|Padd)ing|(?:rossOrigi|olSpa)n|apHeight|lip(?:Path)?|ursor|[xy])|glyphOrientationVertical|d(?:angerouslySetInnerHTML|efaultChecked|ownload|isabled|isplay|[xy])|(?:s(?:trikethroughThickn|eaml)es|(?:und|ov)erlineThicknes|r(?:equiredExtension|adiu)|(?:requiredFeatur|tableValu|stitchTil|numOctav|filterR)e|key(?:(?:Splin|Tim)e|Param)|autoFocu|header|bia)s|(?:(?:st(?:rikethroughPosi|dDevia)|(?:und|ov)erlinePosi|(?:textDecor|elev)a|orienta)tio|(?:strokeLinejo|orig)i|formActio|zoomAndPa|onFocusI|directio|(?:vers|act)io|rowSpa|begi|ico)n|o(?:n(?:AnimationIteration|C(?:o(?:mposition(?:Update|Start|End)|ntextMenu|py)|anPlayThrough|anPlay|hange|lick|ut)|(?:(?:Duration|Volume|Rate)Chang|(?:MouseLea|(?:Touch|Mouse)Mo|DragLea)v|Paus)e|Loaded(?:Metad|D)ata|(?:Animation|Touch|Load|Drag)Start|(?:(?:T(?:ransition|ouch)|Animation)E|Suspe)nd|DoubleClick|(?:TouchCanc|Whe)el|(?:Mouse(?:Ent|Ov)e|Drag(?:Ent|Ov)e|Erro)r|TimeUpdate|(?:E(?:n(?:crypt|d)|mpti)|S(?:tall|eek))ed|MouseDown|P(?:rogress|laying)|(?:MouseOu|DragExi|S(?:elec|ubmi)|Rese|Inpu)t|KeyPress|DragEnd|Key(?:Down|Up)|(?:Wait|Seek)ing|(?:MouseU|Dro)p|Scroll|Paste|Focus|Abort|Drag|Play|Load|Blur)|rient)|p(?:reserveA(?:spectRatio|lpha)|ointsAt[X-Z]|anose1)|(?:patternContent|ma(?:sk(?:Content)?|rker)|primitive|gradient|pattern|filter)Units|(?:gradientT|patternT|t)ransform|(?:(?:allowTranspar|baseFrequ)enc|re(?:ferrerPolic|adOnl)|(?:(?:st(?:roke|op)O|floodO|fillO|o)pac|integr|secur)it|visibilit|fontFamil|accessKe|propert|summar)y|(?:strokeMiterlimi|(?:specularConsta|repeatCou|fontVaria)n|(?:(?:specularE|e)xpon|renderingInt|asc)en|d(?:iffuseConsta|esce)n|(?:fontSizeAdju|lengthAdju|manife)s|baselineShif|vectorEffec|(?:(?:mar(?:ker|gin)|x)H|accentH|fontW)eigh|a(?:utoCorrec|bou)|markerStar|onFocusOu|in(?:tercep|lis)|restar|forma|heigh|lis)t|(?:(?:st(?:rokeDasho|artO)|o)ffs|acceptChars|formTarg|viewTarg|srcS)et|(?:(?:enableBackgrou|markerE)n|s(?:p(?:readMetho|ee)|ee)|formMetho|m(?:arkerMi|etho)|preloa|kin)d|k(?:ernel(?:UnitLength|Matrix)|[1-4])|(?:[xy]ChannelSelect|lightingCol|textAnch|floodCol|stopCol|operat|htmlF)or|(?:allowFullScre|hidd)en|strokeDasharray|systemLanguage|(?:strokeLineca|itemPro|useMa|wra|loo)p|v(?:Mathematical|ert(?:Origin[XY]|AdvY)|alues|ocab)|(?:pointerEve|keyPoi)nts|unicodeRange|(?:(?:allowReord|placehold|frameBord|paintOrd|post|ord)e|repeatDu|d(?:efe|u))r|mathematical|(?:vI|i)deographic|h(?:oriz(?:Origin|Adv)X|ttpEquiv)|u(?:nicodeBidi|[12])|(?:fontStretc|hig)h|(?:(?:mar(?:ker|gin)W|strokeW)id|azimu)th|vAlphabetic|mediaGroup|spellCheck|(?:unitsPerE|optimu|fro)m|r(?:adioGroup|e(?:sults|f[XY]|l)|ows|[xy])|(?:xmlnsXl|valueL)ink|a(?:rabicForm|l(?:phabetic|t)|sync)|pathLength|(?:text|m(?:in|ax))Length|innerHTML|xlinkShow|(?:xlinkHr|glyphR)ef|r(?:e(?:quired|sult|f))?|o(?:verflow|pen)|(?:tabInde|(?:sand|b)bo|viewBo)x|(?:(?:href|xml|src)La|kerni)ng|f(?:o(?:ntSize|rm)|il(?:ter|l))|autoPlay|unicode|p(?:attern|oints)|t(?:arget[XY]|o)|i(?:temRef|n2|s)|divisor|d(?:efault|ata|ir)?|srcDoc|s(?:coped|te(?:m[hv]|p)|pan)|(?:width|size)s|(?:stri|la)ng|prefix|itemID|s(?:t(?:roke|art)|hape|cope|rc)|a(?:ccept|s)|t(?:arget|ype)|typeof|width|value|x(?:mlns)?|label|m(?:edia|a(?:sk|x)|in)|size|href|k(?:ey)?|end|low|x[12]|i[dn]|y[12]|g[12]|by|f[xy]|[yz])$/,W=RegExp.prototype.test.bind(new RegExp("^(data|aria)-[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"));function K(e){return"string"==typeof e}function H(e){return"function"==typeof e&&"string"==typeof e.styledComponentId}function V(e){return e.displayName||e.name||"Component"}var G=function(e,t,n){var r=n&&e.theme===n.theme;return e.theme&&!r?e.theme:t},Y=/[[\].#*$><+~=|^:(),"'`-]+/g,X=/(^-|-$)/g;function J(e){return e.replace(Y,"-").replace(X,"")}var Q,Z,ee="__styled-components__",te=ee+"next__",ne=c.a.shape({getTheme:c.a.func,subscribe:c.a.func,unsubscribe:c.a.func});var re=function(e){function t(){E(this,t);var n=z(this,e.call(this));return n.unsubscribeToOuterId=-1,n.getTheme=n.getTheme.bind(n),n}return T(t,e),t.prototype.componentWillMount=function(){var e=this,t=this.context[te];void 0!==t&&(this.unsubscribeToOuterId=t.subscribe(function(t){e.outerTheme=t})),this.broadcast=function(e){var t={},n=0,r=e;return{publish:function(e){for(var n in r=e,t){var o=t[n];void 0!==o&&o(r)}},subscribe:function(e){var o=n;return t[o]=e,n+=1,e(r),o},unsubscribe:function(e){t[e]=void 0}}}(this.getTheme())},t.prototype.getChildContext=function(){var e,t=this;return j({},this.context,((e={})[te]={getTheme:this.getTheme,subscribe:this.broadcast.subscribe,unsubscribe:this.broadcast.unsubscribe},e[ee]=function(e){var n=t.broadcast.subscribe(e);return function(){return t.broadcast.unsubscribe(n)}},e))},t.prototype.componentWillReceiveProps=function(e){this.props.theme!==e.theme&&this.broadcast.publish(this.getTheme(e.theme))},t.prototype.componentWillUnmount=function(){-1!==this.unsubscribeToOuterId&&this.context[te].unsubscribe(this.unsubscribeToOuterId)},t.prototype.getTheme=function(e){var t=e||this.props.theme;if("function"==typeof t)return t(this.outerTheme);if(!o()(t))throw new Error("[ThemeProvider] Please make your theme prop a plain object");return j({},this.outerTheme,t)},t.prototype.render=function(){return this.props.children?u.a.Children.only(this.props.children):null},t}(s.Component);re.childContextTypes=((Q={})[ee]=c.a.func,Q[te]=ne,Q),re.contextTypes=((Z={})[te]=ne,Z);var oe={};function ie(e,t){for(var n=1540483477,r=t^e.length,o=e.length,i=0;o>=4;){var a=ae(e,i);a=ue(a,n),a=ue(a^=a>>>24,n),r=ue(r,n),r^=a,i+=4,o-=4}switch(o){case 3:r^=se(e,i),r=ue(r^=e.charCodeAt(i+2)<<16,n);break;case 2:r=ue(r^=se(e,i),n);break;case 1:r=ue(r^=e.charCodeAt(i),n)}return r=ue(r^=r>>>13,n),(r^=r>>>15)>>>0}function ae(e,t){return e.charCodeAt(t++)+(e.charCodeAt(t++)<<8)+(e.charCodeAt(t++)<<16)+(e.charCodeAt(t)<<24)}function se(e,t){return e.charCodeAt(t++)+(e.charCodeAt(t++)<<8)}function ue(e,t){return(65535&(e|=0))*(t|=0)+(((e>>>16)*t&65535)<<16)|0}var le=function e(t,n){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:{},i=function(t){for(var i=arguments.length,a=Array(i>1?i-1:0),s=1;sr||n<=0)return"";var o=0;if(t>0){for(;t>0&&o=r)return""}else if(t<0){for(o=r;t<0&&00&&i=a},t.prototype.isCollapsed=function(){return this.getAnchorKey()===this.getFocusKey()&&this.getAnchorOffset()===this.getFocusOffset()},t.prototype.getStartKey=function(){return this.getIsBackward()?this.getFocusKey():this.getAnchorKey()},t.prototype.getStartOffset=function(){return this.getIsBackward()?this.getFocusOffset():this.getAnchorOffset()},t.prototype.getEndKey=function(){return this.getIsBackward()?this.getAnchorKey():this.getFocusKey()},t.prototype.getEndOffset=function(){return this.getIsBackward()?this.getAnchorOffset():this.getFocusOffset()},t.createEmpty=function(e){return new t({anchorKey:e,anchorOffset:0,focusKey:e,focusOffset:0,isBackward:!1,hasFocus:!1})},t}((0,n(5).Record)({anchorKey:"",anchorOffset:0,focusKey:"",focusOffset:0,isBackward:!1,hasFocus:!1}));e.exports=r},function(e,t,n){"use strict";function r(e){return e.replace(/\//g,"-")}e.exports=function(e){return"object"==typeof e?Object.keys(e).filter((function(t){return e[t]})).map(r).join(" "):Array.prototype.map.call(arguments,r).join(" ")}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(398),i=(r=o)&&r.__esModule?r:{default:r};t.default=i.default,e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(e){return-1===e?"error":0===e?"feedback":e<=4?"bad":e>4&&e<=7?"ok":e>7?"good":""}},function(e,t,n){e.exports=!n(61)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t){e.exports=function(e){if(!e.webpackPolyfill){var t=Object.create(e);t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),Object.defineProperty(t,"exports",{enumerable:!0}),t.webpackPolyfill=1}return t}},function(e,t,n){var r=n(162),o=n(163);e.exports=function(e,t,n,i){var a=!n;n||(n={});for(var s=-1,u=t.length;++s=t||n<0||y&&e-b>=f}function _(){var e=o();if(w(e))return x(e);d=setTimeout(_,function(e){var n=t-(e-h);return y?u(n,f-(e-b)):n}(e))}function x(e){return d=void 0,v&&l?m(e):(l=c=void 0,p)}function k(){var e=o(),n=w(e);if(l=arguments,c=this,h=e,n){if(void 0===d)return function(e){return b=e,d=setTimeout(_,t),g?m(e):p}(h);if(y)return clearTimeout(d),d=setTimeout(_,t),m(h)}return void 0===d&&(d=setTimeout(_,t)),p}return t=i(t)||0,r(n)&&(g=!!n.leading,f=(y="maxWait"in n)?s(i(n.maxWait)||0,t):f,v="trailing"in n?!!n.trailing:v),k.cancel=function(){void 0!==d&&clearTimeout(d),b=0,l=h=c=d=void 0},k.flush=function(){return void 0===d?p:x(o())},k}},function(e,t,n){e.exports=function(){"use strict";var e=Array.prototype.slice;function t(e,t){t&&(e.prototype=Object.create(t.prototype)),e.prototype.constructor=e}function n(e){return a(e)?e:H(e)}function r(e){return s(e)?e:V(e)}function o(e){return u(e)?e:Y(e)}function i(e){return a(e)&&!l(e)?e:G(e)}function a(e){return!(!e||!e[f])}function s(e){return!(!e||!e[p])}function u(e){return!(!e||!e[d])}function l(e){return s(e)||u(e)}function c(e){return!(!e||!e[h])}t(r,n),t(o,n),t(i,n),n.isIterable=a,n.isKeyed=s,n.isIndexed=u,n.isAssociative=l,n.isOrdered=c,n.Keyed=r,n.Indexed=o,n.Set=i;var f="@@__IMMUTABLE_ITERABLE__@@",p="@@__IMMUTABLE_KEYED__@@",d="@@__IMMUTABLE_INDEXED__@@",h="@@__IMMUTABLE_ORDERED__@@",b=5,g=1<>>0;if(""+n!==t||4294967295===n)return NaN;t=n}return t<0?S(e)+t:t}function C(){return!0}function j(e,t,n){return(0===e||void 0!==n&&e<=-n)&&(void 0===t||void 0!==n&&t>=n)}function T(e,t){return z(e,t,0)}function P(e,t){return z(e,t,t)}function z(e,t,n){return void 0===e?n:e<0?Math.max(0,t+e):void 0===t?e:Math.min(t,e)}var A=0,R=1,M=2,I="function"==typeof Symbol&&Symbol.iterator,q="@@iterator",B=I||q;function F(e){this.next=e}function N(e,t,n,r){var o=0===e?t:1===e?n:[t,n];return r?r.value=o:r={value:o,done:!1},r}function D(){return{value:void 0,done:!0}}function $(e){return!!K(e)}function L(e){return e&&"function"==typeof e.next}function U(e){var t=K(e);return t&&t.call(e)}function K(e){var t=e&&(I&&e[I]||e[q]);if("function"==typeof t)return t}function W(e){return e&&"number"==typeof e.length}function H(e){return null==e?ie():a(e)?e.toSeq():function(e){var t=ue(e)||"object"==typeof e&&new te(e);if(!t)throw new TypeError("Expected Array or iterable object of values, or keyed object: "+e);return t}(e)}function V(e){return null==e?ie().toKeyedSeq():a(e)?s(e)?e.toSeq():e.fromEntrySeq():ae(e)}function Y(e){return null==e?ie():a(e)?s(e)?e.entrySeq():e.toIndexedSeq():se(e)}function G(e){return(null==e?ie():a(e)?s(e)?e.entrySeq():e:se(e)).toSetSeq()}F.prototype.toString=function(){return"[Iterator]"},F.KEYS=A,F.VALUES=R,F.ENTRIES=M,F.prototype.inspect=F.prototype.toSource=function(){return this.toString()},F.prototype[B]=function(){return this},t(H,n),H.of=function(){return H(arguments)},H.prototype.toSeq=function(){return this},H.prototype.toString=function(){return this.__toString("Seq {","}")},H.prototype.cacheResult=function(){return!this._cache&&this.__iterateUncached&&(this._cache=this.entrySeq().toArray(),this.size=this._cache.length),this},H.prototype.__iterate=function(e,t){return le(this,e,t,!0)},H.prototype.__iterator=function(e,t){return ce(this,e,t,!0)},t(V,H),V.prototype.toKeyedSeq=function(){return this},t(Y,H),Y.of=function(){return Y(arguments)},Y.prototype.toIndexedSeq=function(){return this},Y.prototype.toString=function(){return this.__toString("Seq [","]")},Y.prototype.__iterate=function(e,t){return le(this,e,t,!1)},Y.prototype.__iterator=function(e,t){return ce(this,e,t,!1)},t(G,H),G.of=function(){return G(arguments)},G.prototype.toSetSeq=function(){return this},H.isSeq=oe,H.Keyed=V,H.Set=G,H.Indexed=Y;var J,X,Q,Z="@@__IMMUTABLE_SEQ__@@";function ee(e){this._array=e,this.size=e.length}function te(e){var t=Object.keys(e);this._object=e,this._keys=t,this.size=t.length}function ne(e){this._iterable=e,this.size=e.length||e.size}function re(e){this._iterator=e,this._iteratorCache=[]}function oe(e){return!(!e||!e[Z])}function ie(){return J||(J=new ee([]))}function ae(e){var t=Array.isArray(e)?new ee(e).fromEntrySeq():L(e)?new re(e).fromEntrySeq():$(e)?new ne(e).fromEntrySeq():"object"==typeof e?new te(e):void 0;if(!t)throw new TypeError("Expected Array or iterable object of [k, v] entries, or keyed object: "+e);return t}function se(e){var t=ue(e);if(!t)throw new TypeError("Expected Array or iterable object of values: "+e);return t}function ue(e){return W(e)?new ee(e):L(e)?new re(e):$(e)?new ne(e):void 0}function le(e,t,n,r){var o=e._cache;if(o){for(var i=o.length-1,a=0;a<=i;a++){var s=o[n?i-a:a];if(!1===t(s[1],r?s[0]:a,e))return a+1}return a}return e.__iterateUncached(t,n)}function ce(e,t,n,r){var o=e._cache;if(o){var i=o.length-1,a=0;return new F((function(){var e=o[n?i-a:a];return a++>i?{value:void 0,done:!0}:N(t,r?e[0]:a-1,e[1])}))}return e.__iteratorUncached(t,n)}function fe(e,t){return t?function e(t,n,r,o){return Array.isArray(n)?t.call(o,r,Y(n).map((function(r,o){return e(t,r,o,n)}))):de(n)?t.call(o,r,V(n).map((function(r,o){return e(t,r,o,n)}))):n}(t,e,"",{"":e}):pe(e)}function pe(e){return Array.isArray(e)?Y(e).map(pe).toList():de(e)?V(e).map(pe).toMap():e}function de(e){return e&&(e.constructor===Object||void 0===e.constructor)}function he(e,t){if(e===t||e!=e&&t!=t)return!0;if(!e||!t)return!1;if("function"==typeof e.valueOf&&"function"==typeof t.valueOf){if((e=e.valueOf())===(t=t.valueOf())||e!=e&&t!=t)return!0;if(!e||!t)return!1}return!("function"!=typeof e.equals||"function"!=typeof t.equals||!e.equals(t))}function be(e,t){if(e===t)return!0;if(!a(t)||void 0!==e.size&&void 0!==t.size&&e.size!==t.size||void 0!==e.__hash&&void 0!==t.__hash&&e.__hash!==t.__hash||s(e)!==s(t)||u(e)!==u(t)||c(e)!==c(t))return!1;if(0===e.size&&0===t.size)return!0;var n=!l(e);if(c(e)){var r=e.entries();return t.every((function(e,t){var o=r.next().value;return o&&he(o[1],e)&&(n||he(o[0],t))}))&&r.next().done}var o=!1;if(void 0===e.size)if(void 0===t.size)"function"==typeof e.cacheResult&&e.cacheResult();else{o=!0;var i=e;e=t,t=i}var f=!0,p=t.__iterate((function(t,r){if(n?!e.has(t):o?!he(t,e.get(r,v)):!he(e.get(r,v),t))return f=!1,!1}));return f&&e.size===p}function ge(e,t){if(!(this instanceof ge))return new ge(e,t);if(this._value=e,this.size=void 0===t?1/0:Math.max(0,t),0===this.size){if(X)return X;X=this}}function ye(e,t){if(!e)throw new Error(t)}function ve(e,t,n){if(!(this instanceof ve))return new ve(e,t,n);if(ye(0!==n,"Cannot step a Range by 0"),e=e||0,void 0===t&&(t=1/0),n=void 0===n?1:Math.abs(n),tr?{value:void 0,done:!0}:N(e,o,n[t?r-o++:o++])}))},t(te,V),te.prototype.get=function(e,t){return void 0===t||this.has(e)?this._object[e]:t},te.prototype.has=function(e){return this._object.hasOwnProperty(e)},te.prototype.__iterate=function(e,t){for(var n=this._object,r=this._keys,o=r.length-1,i=0;i<=o;i++){var a=r[t?o-i:i];if(!1===e(n[a],a,this))return i+1}return i},te.prototype.__iterator=function(e,t){var n=this._object,r=this._keys,o=r.length-1,i=0;return new F((function(){var a=r[t?o-i:i];return i++>o?{value:void 0,done:!0}:N(e,a,n[a])}))},te.prototype[h]=!0,t(ne,Y),ne.prototype.__iterateUncached=function(e,t){if(t)return this.cacheResult().__iterate(e,t);var n=U(this._iterable),r=0;if(L(n))for(var o;!(o=n.next()).done&&!1!==e(o.value,r++,this););return r},ne.prototype.__iteratorUncached=function(e,t){if(t)return this.cacheResult().__iterator(e,t);var n=U(this._iterable);if(!L(n))return new F(D);var r=0;return new F((function(){var t=n.next();return t.done?t:N(e,r++,t.value)}))},t(re,Y),re.prototype.__iterateUncached=function(e,t){if(t)return this.cacheResult().__iterate(e,t);for(var n,r=this._iterator,o=this._iteratorCache,i=0;i=r.length){var t=n.next();if(t.done)return t;r[o]=t.value}return N(e,o,r[o++])}))},t(ge,Y),ge.prototype.toString=function(){return 0===this.size?"Repeat []":"Repeat [ "+this._value+" "+this.size+" times ]"},ge.prototype.get=function(e,t){return this.has(e)?this._value:t},ge.prototype.includes=function(e){return he(this._value,e)},ge.prototype.slice=function(e,t){var n=this.size;return j(e,t,n)?this:new ge(this._value,P(t,n)-T(e,n))},ge.prototype.reverse=function(){return this},ge.prototype.indexOf=function(e){return he(this._value,e)?0:-1},ge.prototype.lastIndexOf=function(e){return he(this._value,e)?this.size:-1},ge.prototype.__iterate=function(e,t){for(var n=0;n=0&&t=0&&nn?{value:void 0,done:!0}:N(e,i++,a)}))},ve.prototype.equals=function(e){return e instanceof ve?this._start===e._start&&this._end===e._end&&this._step===e._step:be(this,e)},t(me,n),t(we,me),t(_e,me),t(xe,me),me.Keyed=we,me.Indexed=_e,me.Set=xe;var ke="function"==typeof Math.imul&&-2===Math.imul(4294967295,2)?Math.imul:function(e,t){var n=65535&(e|=0),r=65535&(t|=0);return n*r+((e>>>16)*r+n*(t>>>16)<<16>>>0)|0};function Oe(e){return e>>>1&1073741824|3221225471&e}function Se(e){if(!1===e||null==e)return 0;if("function"==typeof e.valueOf&&(!1===(e=e.valueOf())||null==e))return 0;if(!0===e)return 1;var t=typeof e;if("number"===t){if(e!=e||e===1/0)return 0;var n=0|e;for(n!==e&&(n^=4294967295*e);e>4294967295;)n^=e/=4294967295;return Oe(n)}if("string"===t)return e.length>Re?function(e){var t=qe[e];return void 0===t&&(t=Ee(e),Ie===Me&&(Ie=0,qe={}),Ie++,qe[e]=t),t}(e):Ee(e);if("function"==typeof e.hashCode)return e.hashCode();if("object"===t)return function(e){var t;if(Pe&&void 0!==(t=Ce.get(e)))return t;if(void 0!==(t=e[Ae]))return t;if(!Te){if(void 0!==(t=e.propertyIsEnumerable&&e.propertyIsEnumerable[Ae]))return t;if(void 0!==(t=function(e){if(e&&e.nodeType>0)switch(e.nodeType){case 1:return e.uniqueID;case 9:return e.documentElement&&e.documentElement.uniqueID}}(e)))return t}if(t=++ze,1073741824&ze&&(ze=0),Pe)Ce.set(e,t);else{if(void 0!==je&&!1===je(e))throw new Error("Non-extensible objects are not allowed as keys.");if(Te)Object.defineProperty(e,Ae,{enumerable:!1,configurable:!1,writable:!1,value:t});else if(void 0!==e.propertyIsEnumerable&&e.propertyIsEnumerable===e.constructor.prototype.propertyIsEnumerable)e.propertyIsEnumerable=function(){return this.constructor.prototype.propertyIsEnumerable.apply(this,arguments)},e.propertyIsEnumerable[Ae]=t;else{if(void 0===e.nodeType)throw new Error("Unable to set a non-enumerable property on object.");e[Ae]=t}}return t}(e);if("function"==typeof e.toString)return Ee(e.toString());throw new Error("Value type "+t+" cannot be hashed.")}function Ee(e){for(var t=0,n=0;n=t.length)throw new Error("Missing value for key: "+t[n]);e.set(t[n],t[n+1])}}))},Fe.prototype.toString=function(){return this.__toString("Map {","}")},Fe.prototype.get=function(e,t){return this._root?this._root.get(0,void 0,e,t):t},Fe.prototype.set=function(e,t){return Ze(this,e,t)},Fe.prototype.setIn=function(e,t){return this.updateIn(e,v,(function(){return t}))},Fe.prototype.remove=function(e){return Ze(this,e,v)},Fe.prototype.deleteIn=function(e){return this.updateIn(e,(function(){return v}))},Fe.prototype.update=function(e,t,n){return 1===arguments.length?e(this):this.updateIn([e],t,n)},Fe.prototype.updateIn=function(e,t,n){n||(n=t,t=void 0);var r=function e(t,n,r,o){var i=t===v,a=n.next();if(a.done){var s=i?r:t,u=o(s);return u===s?t:u}ye(i||t&&t.set,"invalid keyPath");var l=a.value,c=i?v:t.get(l,v),f=e(c,n,r,o);return f===c?t:f===v?t.remove(l):(i?Qe():t).set(l,f)}(this,rn(e),t,n);return r===v?void 0:r},Fe.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._root=null,this.__hash=void 0,this.__altered=!0,this):Qe()},Fe.prototype.merge=function(){return rt(this,void 0,arguments)},Fe.prototype.mergeWith=function(t){var n=e.call(arguments,1);return rt(this,t,n)},Fe.prototype.mergeIn=function(t){var n=e.call(arguments,1);return this.updateIn(t,Qe(),(function(e){return"function"==typeof e.merge?e.merge.apply(e,n):n[n.length-1]}))},Fe.prototype.mergeDeep=function(){return rt(this,ot,arguments)},Fe.prototype.mergeDeepWith=function(t){var n=e.call(arguments,1);return rt(this,it(t),n)},Fe.prototype.mergeDeepIn=function(t){var n=e.call(arguments,1);return this.updateIn(t,Qe(),(function(e){return"function"==typeof e.mergeDeep?e.mergeDeep.apply(e,n):n[n.length-1]}))},Fe.prototype.sort=function(e){return Tt(Ht(this,e))},Fe.prototype.sortBy=function(e,t){return Tt(Ht(this,t,e))},Fe.prototype.withMutations=function(e){var t=this.asMutable();return e(t),t.wasAltered()?t.__ensureOwner(this.__ownerID):this},Fe.prototype.asMutable=function(){return this.__ownerID?this:this.__ensureOwner(new k)},Fe.prototype.asImmutable=function(){return this.__ensureOwner()},Fe.prototype.wasAltered=function(){return this.__altered},Fe.prototype.__iterator=function(e,t){return new Ye(this,e,t)},Fe.prototype.__iterate=function(e,t){var n=this,r=0;return this._root&&this._root.iterate((function(t){return r++,e(t[1],t[0],n)}),t),r},Fe.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?Xe(this.size,this._root,e,this.__hash):(this.__ownerID=e,this.__altered=!1,this)},Fe.isMap=Ne;var De,$e="@@__IMMUTABLE_MAP__@@",Le=Fe.prototype;function Ue(e,t){this.ownerID=e,this.entries=t}function Ke(e,t,n){this.ownerID=e,this.bitmap=t,this.nodes=n}function We(e,t,n){this.ownerID=e,this.count=t,this.nodes=n}function He(e,t,n){this.ownerID=e,this.keyHash=t,this.entries=n}function Ve(e,t,n){this.ownerID=e,this.keyHash=t,this.entry=n}function Ye(e,t,n){this._type=t,this._reverse=n,this._stack=e._root&&Je(e._root)}function Ge(e,t){return N(e,t[0],t[1])}function Je(e,t){return{node:e,index:0,__prev:t}}function Xe(e,t,n,r){var o=Object.create(Le);return o.size=e,o._root=t,o.__ownerID=n,o.__hash=r,o.__altered=!1,o}function Qe(){return De||(De=Xe(0))}function Ze(e,t,n){var r,o;if(e._root){var i=_(m),a=_(w);if(r=et(e._root,e.__ownerID,0,void 0,t,n,i,a),!a.value)return e;o=e.size+(i.value?n===v?-1:1:0)}else{if(n===v)return e;o=1,r=new Ue(e.__ownerID,[[t,n]])}return e.__ownerID?(e.size=o,e._root=r,e.__hash=void 0,e.__altered=!0,e):r?Xe(o,r):Qe()}function et(e,t,n,r,o,i,a,s){return e?e.update(t,n,r,o,i,a,s):i===v?e:(x(s),x(a),new Ve(t,r,[o,i]))}function tt(e){return e.constructor===Ve||e.constructor===He}function nt(e,t,n,r,o){if(e.keyHash===r)return new He(t,r,[e.entry,o]);var i,a=(0===n?e.keyHash:e.keyHash>>>n)&y,s=(0===n?r:r>>>n)&y;return new Ke(t,1<>1&1431655765))+(e>>2&858993459))+(e>>4)&252645135,e+=e>>8,127&(e+=e>>16)}function ut(e,t,n,r){var o=r?e:O(e);return o[t]=n,o}Le[$e]=!0,Le.delete=Le.remove,Le.removeIn=Le.deleteIn,Ue.prototype.get=function(e,t,n,r){for(var o=this.entries,i=0,a=o.length;i=lt)return function(e,t,n,r){e||(e=new k);for(var o=new Ve(e,Se(n),[n,r]),i=0;i>>e)&y),i=this.bitmap;return 0==(i&o)?r:this.nodes[st(i&o-1)].get(e+b,t,n,r)},Ke.prototype.update=function(e,t,n,r,o,i,a){void 0===n&&(n=Se(r));var s=(0===t?n:n>>>t)&y,u=1<=ct)return function(e,t,n,r,o){for(var i=0,a=new Array(g),s=0;0!==n;s++,n>>>=1)a[s]=1&n?t[i++]:void 0;return a[r]=o,new We(e,i+1,a)}(e,p,l,s,h);if(c&&!h&&2===p.length&&tt(p[1^f]))return p[1^f];if(c&&h&&1===p.length&&tt(h))return h;var m=e&&e===this.ownerID,w=c?h?l:l^u:l|u,_=c?h?ut(p,f,h,m):function(e,t,n){var r=e.length-1;if(n&&t===r)return e.pop(),e;for(var o=new Array(r),i=0,a=0;a>>e)&y,i=this.nodes[o];return i?i.get(e+b,t,n,r):r},We.prototype.update=function(e,t,n,r,o,i,a){void 0===n&&(n=Se(r));var s=(0===t?n:n>>>t)&y,u=o===v,l=this.nodes,c=l[s];if(u&&!c)return this;var f=et(c,e,t+b,n,r,o,i,a);if(f===c)return this;var p=this.count;if(c){if(!f&&--p0&&r=0&&e=e.size||t<0)return e.withMutations((function(e){t<0?Et(e,t).set(0,n):Et(e,0,t+1).set(t,n)}));t+=e._origin;var r=e._tail,o=e._root,i=_(w);return t>=jt(e._capacity)?r=kt(r,e.__ownerID,0,t,n,i):o=kt(o,e.__ownerID,e._level,t,n,i),i.value?e.__ownerID?(e._root=o,e._tail=r,e.__hash=void 0,e.__altered=!0,e):_t(e._origin,e._capacity,e._level,o,r):e}(this,e,t)},pt.prototype.remove=function(e){return this.has(e)?0===e?this.shift():e===this.size-1?this.pop():this.splice(e,1):this},pt.prototype.insert=function(e,t){return this.splice(e,0,t)},pt.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=this._origin=this._capacity=0,this._level=b,this._root=this._tail=null,this.__hash=void 0,this.__altered=!0,this):xt()},pt.prototype.push=function(){var e=arguments,t=this.size;return this.withMutations((function(n){Et(n,0,t+e.length);for(var r=0;r>>t&y;if(r>=this.array.length)return new gt([],e);var o,i=0===r;if(t>0){var a=this.array[r];if((o=a&&a.removeBefore(e,t-b,n))===a&&i)return this}if(i&&!o)return this;var s=Ot(this,e);if(!i)for(var u=0;u>>t&y;if(o>=this.array.length)return this;if(t>0){var i=this.array[o];if((r=i&&i.removeAfter(e,t-b,n))===i&&o===this.array.length-1)return this}var a=Ot(this,e);return a.array.splice(o+1),r&&(a.array[o]=r),a};var yt,vt,mt={};function wt(e,t){var n=e._origin,r=e._capacity,o=jt(r),i=e._tail;return a(e._root,e._level,0);function a(e,s,u){return 0===s?function(e,a){var s=a===o?i&&i.array:e&&e.array,u=a>n?0:n-a,l=r-a;return l>g&&(l=g),function(){if(u===l)return mt;var e=t?--l:u++;return s&&s[e]}}(e,u):function(e,o,i){var s,u=e&&e.array,l=i>n?0:n-i>>o,c=1+(r-i>>o);return c>g&&(c=g),function(){for(;;){if(s){var e=s();if(e!==mt)return e;s=null}if(l===c)return mt;var n=t?--c:l++;s=a(u&&u[n],o-b,i+(n<>>n&y,u=e&&s0){var l=e&&e.array[s],c=kt(l,t,n-b,r,o,i);return c===l?e:((a=Ot(e,t)).array[s]=c,a)}return u&&e.array[s]===o?e:(x(i),a=Ot(e,t),void 0===o&&s===a.array.length-1?a.array.pop():a.array[s]=o,a)}function Ot(e,t){return t&&e&&t===e.ownerID?e:new gt(e?e.array.slice():[],t)}function St(e,t){if(t>=jt(e._capacity))return e._tail;if(t<1<0;)n=n.array[t>>>r&y],r-=b;return n}}function Et(e,t,n){void 0!==t&&(t|=0),void 0!==n&&(n|=0);var r=e.__ownerID||new k,o=e._origin,i=e._capacity,a=o+t,s=void 0===n?i:n<0?i+n:o+n;if(a===o&&s===i)return e;if(a>=s)return e.clear();for(var u=e._level,l=e._root,c=0;a+c<0;)l=new gt(l&&l.array.length?[void 0,l]:[],r),c+=1<<(u+=b);c&&(a+=c,o+=c,s+=c,i+=c);for(var f=jt(i),p=jt(s);p>=1<f?new gt([],r):d;if(d&&p>f&&ab;v-=b){var m=f>>>v&y;g=g.array[m]=Ot(g.array[m],r)}g.array[f>>>b&y]=d}if(s=p)a-=p,s-=p,u=b,l=null,h=h&&h.removeBefore(r,0,a);else if(a>o||p>>u&y;if(w!==p>>>u&y)break;w&&(c+=(1<o&&(l=l.removeBefore(r,u,a-c)),l&&pi&&(i=l.size),a(u)||(l=l.map((function(e){return fe(e)}))),r.push(l)}return i>e.size&&(e=e.setSize(i)),at(e,t,r)}function jt(e){return e>>b<=g&&a.size>=2*i.size?(r=(o=a.filter((function(e,t){return void 0!==e&&s!==t}))).toKeyedSeq().map((function(e){return e[0]})).flip().toMap(),e.__ownerID&&(r.__ownerID=o.__ownerID=e.__ownerID)):(r=i.remove(t),o=s===a.size-1?a.pop():a.set(s,void 0))}else if(u){if(n===a.get(s)[1])return e;r=i,o=a.set(s,[t,n])}else r=i.set(t,a.size),o=a.set(a.size,[t,n]);return e.__ownerID?(e.size=r.size,e._map=r,e._list=o,e.__hash=void 0,e):zt(r,o)}function Mt(e,t){this._iter=e,this._useKeys=t,this.size=e.size}function It(e){this._iter=e,this.size=e.size}function qt(e){this._iter=e,this.size=e.size}function Bt(e){this._iter=e,this.size=e.size}function Ft(e){var t=en(e);return t._iter=e,t.size=e.size,t.flip=function(){return e},t.reverse=function(){var t=e.reverse.apply(this);return t.flip=function(){return e.reverse()},t},t.has=function(t){return e.includes(t)},t.includes=function(t){return e.has(t)},t.cacheResult=tn,t.__iterateUncached=function(t,n){var r=this;return e.__iterate((function(e,n){return!1!==t(n,e,r)}),n)},t.__iteratorUncached=function(t,n){if(t===M){var r=e.__iterator(t,n);return new F((function(){var e=r.next();if(!e.done){var t=e.value[0];e.value[0]=e.value[1],e.value[1]=t}return e}))}return e.__iterator(t===R?A:R,n)},t}function Nt(e,t,n){var r=en(e);return r.size=e.size,r.has=function(t){return e.has(t)},r.get=function(r,o){var i=e.get(r,v);return i===v?o:t.call(n,i,r,e)},r.__iterateUncached=function(r,o){var i=this;return e.__iterate((function(e,o,a){return!1!==r(t.call(n,e,o,a),o,i)}),o)},r.__iteratorUncached=function(r,o){var i=e.__iterator(M,o);return new F((function(){var o=i.next();if(o.done)return o;var a=o.value,s=a[0];return N(r,s,t.call(n,a[1],s,e),o)}))},r}function Dt(e,t){var n=en(e);return n._iter=e,n.size=e.size,n.reverse=function(){return e},e.flip&&(n.flip=function(){var t=Ft(e);return t.reverse=function(){return e.flip()},t}),n.get=function(n,r){return e.get(t?n:-1-n,r)},n.has=function(n){return e.has(t?n:-1-n)},n.includes=function(t){return e.includes(t)},n.cacheResult=tn,n.__iterate=function(t,n){var r=this;return e.__iterate((function(e,n){return t(e,n,r)}),!n)},n.__iterator=function(t,n){return e.__iterator(t,!n)},n}function $t(e,t,n,r){var o=en(e);return r&&(o.has=function(r){var o=e.get(r,v);return o!==v&&!!t.call(n,o,r,e)},o.get=function(r,o){var i=e.get(r,v);return i!==v&&t.call(n,i,r,e)?i:o}),o.__iterateUncached=function(o,i){var a=this,s=0;return e.__iterate((function(e,i,u){if(t.call(n,e,i,u))return s++,o(e,r?i:s-1,a)}),i),s},o.__iteratorUncached=function(o,i){var a=e.__iterator(M,i),s=0;return new F((function(){for(;;){var i=a.next();if(i.done)return i;var u=i.value,l=u[0],c=u[1];if(t.call(n,c,l,e))return N(o,r?l:s++,c,i)}}))},o}function Lt(e,t,n,r){var o=e.size;if(void 0!==t&&(t|=0),void 0!==n&&(n===1/0?n=o:n|=0),j(t,n,o))return e;var i=T(t,o),a=P(n,o);if(i!=i||a!=a)return Lt(e.toSeq().cacheResult(),t,n,r);var s,u=a-i;u==u&&(s=u<0?0:u);var l=en(e);return l.size=0===s?s:e.size&&s||void 0,!r&&oe(e)&&s>=0&&(l.get=function(t,n){return(t=E(this,t))>=0&&ts)return{value:void 0,done:!0};var e=o.next();return r||t===R?e:N(t,u-1,t===A?void 0:e.value[1],e)}))},l}function Ut(e,t,n,r){var o=en(e);return o.__iterateUncached=function(o,i){var a=this;if(i)return this.cacheResult().__iterate(o,i);var s=!0,u=0;return e.__iterate((function(e,i,l){if(!s||!(s=t.call(n,e,i,l)))return u++,o(e,r?i:u-1,a)})),u},o.__iteratorUncached=function(o,i){var a=this;if(i)return this.cacheResult().__iterator(o,i);var s=e.__iterator(M,i),u=!0,l=0;return new F((function(){var e,i,c;do{if((e=s.next()).done)return r||o===R?e:N(o,l++,o===A?void 0:e.value[1],e);var f=e.value;i=f[0],c=f[1],u&&(u=t.call(n,c,i,a))}while(u);return o===M?e:N(o,i,c,e)}))},o}function Kt(e,t){var n=s(e),o=[e].concat(t).map((function(e){return a(e)?n&&(e=r(e)):e=n?ae(e):se(Array.isArray(e)?e:[e]),e})).filter((function(e){return 0!==e.size}));if(0===o.length)return e;if(1===o.length){var i=o[0];if(i===e||n&&s(i)||u(e)&&u(i))return i}var l=new ee(o);return n?l=l.toKeyedSeq():u(e)||(l=l.toSetSeq()),(l=l.flatten(!0)).size=o.reduce((function(e,t){if(void 0!==e){var n=t.size;if(void 0!==n)return e+n}}),0),l}function Wt(e,t,n){var r=en(e);return r.__iterateUncached=function(r,o){var i=0,s=!1;return function e(u,l){var c=this;u.__iterate((function(o,u){return(!t||l0}function Gt(e,t,r){var o=en(e);return o.size=new ee(r).map((function(e){return e.size})).min(),o.__iterate=function(e,t){for(var n,r=this.__iterator(R,t),o=0;!(n=r.next()).done&&!1!==e(n.value,o++,this););return o},o.__iteratorUncached=function(e,o){var i=r.map((function(e){return e=n(e),U(o?e.reverse():e)})),a=0,s=!1;return new F((function(){var n;return s||(n=i.map((function(e){return e.next()})),s=n.some((function(e){return e.done}))),s?{value:void 0,done:!0}:N(e,a++,t.apply(null,n.map((function(e){return e.value}))))}))},o}function Jt(e,t){return oe(e)?t:e.constructor(t)}function Xt(e){if(e!==Object(e))throw new TypeError("Expected [K, V] tuple: "+e)}function Qt(e){return Be(e.size),S(e)}function Zt(e){return s(e)?r:u(e)?o:i}function en(e){return Object.create((s(e)?V:u(e)?Y:G).prototype)}function tn(){return this._iter.cacheResult?(this._iter.cacheResult(),this.size=this._iter.size,this):H.prototype.cacheResult.call(this)}function nn(e,t){return e>t?1:e=0;n--)t={value:arguments[n],next:t};return this.__ownerID?(this.size=e,this._head=t,this.__hash=void 0,this.__altered=!0,this):Tn(e,t)},On.prototype.pushAll=function(e){if(0===(e=o(e)).size)return this;Be(e.size);var t=this.size,n=this._head;return e.reverse().forEach((function(e){t++,n={value:e,next:n}})),this.__ownerID?(this.size=t,this._head=n,this.__hash=void 0,this.__altered=!0,this):Tn(t,n)},On.prototype.pop=function(){return this.slice(1)},On.prototype.unshift=function(){return this.push.apply(this,arguments)},On.prototype.unshiftAll=function(e){return this.pushAll(e)},On.prototype.shift=function(){return this.pop.apply(this,arguments)},On.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._head=void 0,this.__hash=void 0,this.__altered=!0,this):Pn()},On.prototype.slice=function(e,t){if(j(e,t,this.size))return this;var n=T(e,this.size);if(P(t,this.size)!==this.size)return _e.prototype.slice.call(this,e,t);for(var r=this.size-n,o=this._head;n--;)o=o.next;return this.__ownerID?(this.size=r,this._head=o,this.__hash=void 0,this.__altered=!0,this):Tn(r,o)},On.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?Tn(this.size,this._head,e,this.__hash):(this.__ownerID=e,this.__altered=!1,this)},On.prototype.__iterate=function(e,t){if(t)return this.reverse().__iterate(e);for(var n=0,r=this._head;r&&!1!==e(r.value,n++,this);)r=r.next;return n},On.prototype.__iterator=function(e,t){if(t)return this.reverse().__iterator(e);var n=0,r=this._head;return new F((function(){if(r){var t=r.value;return r=r.next,N(e,n++,t)}return{value:void 0,done:!0}}))},On.isStack=Sn;var En,Cn="@@__IMMUTABLE_STACK__@@",jn=On.prototype;function Tn(e,t,n,r){var o=Object.create(jn);return o.size=e,o._head=t,o.__ownerID=n,o.__hash=r,o.__altered=!1,o}function Pn(){return En||(En=Tn(0))}function zn(e,t){var n=function(n){e.prototype[n]=t[n]};return Object.keys(t).forEach(n),Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(t).forEach(n),e}jn[Cn]=!0,jn.withMutations=Le.withMutations,jn.asMutable=Le.asMutable,jn.asImmutable=Le.asImmutable,jn.wasAltered=Le.wasAltered,n.Iterator=F,zn(n,{toArray:function(){Be(this.size);var e=new Array(this.size||0);return this.valueSeq().__iterate((function(t,n){e[n]=t})),e},toIndexedSeq:function(){return new It(this)},toJS:function(){return this.toSeq().map((function(e){return e&&"function"==typeof e.toJS?e.toJS():e})).__toJS()},toJSON:function(){return this.toSeq().map((function(e){return e&&"function"==typeof e.toJSON?e.toJSON():e})).__toJS()},toKeyedSeq:function(){return new Mt(this,!0)},toMap:function(){return Fe(this.toKeyedSeq())},toObject:function(){Be(this.size);var e={};return this.__iterate((function(t,n){e[n]=t})),e},toOrderedMap:function(){return Tt(this.toKeyedSeq())},toOrderedSet:function(){return vn(s(this)?this.valueSeq():this)},toSet:function(){return cn(s(this)?this.valueSeq():this)},toSetSeq:function(){return new qt(this)},toSeq:function(){return u(this)?this.toIndexedSeq():s(this)?this.toKeyedSeq():this.toSetSeq()},toStack:function(){return On(s(this)?this.valueSeq():this)},toList:function(){return pt(s(this)?this.valueSeq():this)},toString:function(){return"[Iterable]"},__toString:function(e,t){return 0===this.size?e+t:e+" "+this.toSeq().map(this.__toStringMapper).join(", ")+" "+t},concat:function(){var t=e.call(arguments,0);return Jt(this,Kt(this,t))},includes:function(e){return this.some((function(t){return he(t,e)}))},entries:function(){return this.__iterator(M)},every:function(e,t){Be(this.size);var n=!0;return this.__iterate((function(r,o,i){if(!e.call(t,r,o,i))return n=!1,!1})),n},filter:function(e,t){return Jt(this,$t(this,e,t,!0))},find:function(e,t,n){var r=this.findEntry(e,t);return r?r[1]:n},forEach:function(e,t){return Be(this.size),this.__iterate(t?e.bind(t):e)},join:function(e){Be(this.size),e=void 0!==e?""+e:",";var t="",n=!0;return this.__iterate((function(r){n?n=!1:t+=e,t+=null!=r?r.toString():""})),t},keys:function(){return this.__iterator(A)},map:function(e,t){return Jt(this,Nt(this,e,t))},reduce:function(e,t,n){var r,o;return Be(this.size),arguments.length<2?o=!0:r=t,this.__iterate((function(t,i,a){o?(o=!1,r=t):r=e.call(n,r,t,i,a)})),r},reduceRight:function(e,t,n){var r=this.toKeyedSeq().reverse();return r.reduce.apply(r,arguments)},reverse:function(){return Jt(this,Dt(this,!0))},slice:function(e,t){return Jt(this,Lt(this,e,t,!0))},some:function(e,t){return!this.every(qn(e),t)},sort:function(e){return Jt(this,Ht(this,e))},values:function(){return this.__iterator(R)},butLast:function(){return this.slice(0,-1)},isEmpty:function(){return void 0!==this.size?0===this.size:!this.some((function(){return!0}))},count:function(e,t){return S(e?this.toSeq().filter(e,t):this)},countBy:function(e,t){return function(e,t,n){var r=Fe().asMutable();return e.__iterate((function(o,i){r.update(t.call(n,o,i,e),0,(function(e){return e+1}))})),r.asImmutable()}(this,e,t)},equals:function(e){return be(this,e)},entrySeq:function(){var e=this;if(e._cache)return new ee(e._cache);var t=e.toSeq().map(In).toIndexedSeq();return t.fromEntrySeq=function(){return e.toSeq()},t},filterNot:function(e,t){return this.filter(qn(e),t)},findEntry:function(e,t,n){var r=n;return this.__iterate((function(n,o,i){if(e.call(t,n,o,i))return r=[o,n],!1})),r},findKey:function(e,t){var n=this.findEntry(e,t);return n&&n[0]},findLast:function(e,t,n){return this.toKeyedSeq().reverse().find(e,t,n)},findLastEntry:function(e,t,n){return this.toKeyedSeq().reverse().findEntry(e,t,n)},findLastKey:function(e,t){return this.toKeyedSeq().reverse().findKey(e,t)},first:function(){return this.find(C)},flatMap:function(e,t){return Jt(this,function(e,t,n){var r=Zt(e);return e.toSeq().map((function(o,i){return r(t.call(n,o,i,e))})).flatten(!0)}(this,e,t))},flatten:function(e){return Jt(this,Wt(this,e,!0))},fromEntrySeq:function(){return new Bt(this)},get:function(e,t){return this.find((function(t,n){return he(n,e)}),void 0,t)},getIn:function(e,t){for(var n,r=this,o=rn(e);!(n=o.next()).done;){var i=n.value;if((r=r&&r.get?r.get(i,v):v)===v)return t}return r},groupBy:function(e,t){return function(e,t,n){var r=s(e),o=(c(e)?Tt():Fe()).asMutable();e.__iterate((function(i,a){o.update(t.call(n,i,a,e),(function(e){return(e=e||[]).push(r?[a,i]:i),e}))}));var i=Zt(e);return o.map((function(t){return Jt(e,i(t))}))}(this,e,t)},has:function(e){return this.get(e,v)!==v},hasIn:function(e){return this.getIn(e,v)!==v},isSubset:function(e){return e="function"==typeof e.includes?e:n(e),this.every((function(t){return e.includes(t)}))},isSuperset:function(e){return(e="function"==typeof e.isSubset?e:n(e)).isSubset(this)},keyOf:function(e){return this.findKey((function(t){return he(t,e)}))},keySeq:function(){return this.toSeq().map(Mn).toIndexedSeq()},last:function(){return this.toSeq().reverse().first()},lastKeyOf:function(e){return this.toKeyedSeq().reverse().keyOf(e)},max:function(e){return Vt(this,e)},maxBy:function(e,t){return Vt(this,t,e)},min:function(e){return Vt(this,e?Bn(e):Dn)},minBy:function(e,t){return Vt(this,t?Bn(t):Dn,e)},rest:function(){return this.slice(1)},skip:function(e){return this.slice(Math.max(0,e))},skipLast:function(e){return Jt(this,this.toSeq().reverse().skip(e).reverse())},skipWhile:function(e,t){return Jt(this,Ut(this,e,t,!0))},skipUntil:function(e,t){return this.skipWhile(qn(e),t)},sortBy:function(e,t){return Jt(this,Ht(this,t,e))},take:function(e){return this.slice(0,Math.max(0,e))},takeLast:function(e){return Jt(this,this.toSeq().reverse().take(e).reverse())},takeWhile:function(e,t){return Jt(this,function(e,t,n){var r=en(e);return r.__iterateUncached=function(r,o){var i=this;if(o)return this.cacheResult().__iterate(r,o);var a=0;return e.__iterate((function(e,o,s){return t.call(n,e,o,s)&&++a&&r(e,o,i)})),a},r.__iteratorUncached=function(r,o){var i=this;if(o)return this.cacheResult().__iterator(r,o);var a=e.__iterator(M,o),s=!0;return new F((function(){if(!s)return{value:void 0,done:!0};var e=a.next();if(e.done)return e;var o=e.value,u=o[0],l=o[1];return t.call(n,l,u,i)?r===M?e:N(r,u,l,e):(s=!1,{value:void 0,done:!0})}))},r}(this,e,t))},takeUntil:function(e,t){return this.takeWhile(qn(e),t)},valueSeq:function(){return this.toIndexedSeq()},hashCode:function(){return this.__hash||(this.__hash=function(e){if(e.size===1/0)return 0;var t=c(e),n=s(e),r=t?1:0;return function(e,t){return t=ke(t,3432918353),t=ke(t<<15|t>>>-15,461845907),t=ke(t<<13|t>>>-13,5),t=ke((t=(t+3864292196|0)^e)^t>>>16,2246822507),t=Oe((t=ke(t^t>>>13,3266489909))^t>>>16)}(e.__iterate(n?t?function(e,t){r=31*r+$n(Se(e),Se(t))|0}:function(e,t){r=r+$n(Se(e),Se(t))|0}:t?function(e){r=31*r+Se(e)|0}:function(e){r=r+Se(e)|0}),r)}(this))}});var An=n.prototype;An[f]=!0,An[B]=An.values,An.__toJS=An.toArray,An.__toStringMapper=Fn,An.inspect=An.toSource=function(){return this.toString()},An.chain=An.flatMap,An.contains=An.includes,zn(r,{flip:function(){return Jt(this,Ft(this))},mapEntries:function(e,t){var n=this,r=0;return Jt(this,this.toSeq().map((function(o,i){return e.call(t,[i,o],r++,n)})).fromEntrySeq())},mapKeys:function(e,t){var n=this;return Jt(this,this.toSeq().flip().map((function(r,o){return e.call(t,r,o,n)})).flip())}});var Rn=r.prototype;function Mn(e,t){return t}function In(e,t){return[t,e]}function qn(e){return function(){return!e.apply(this,arguments)}}function Bn(e){return function(){return-e.apply(this,arguments)}}function Fn(e){return"string"==typeof e?JSON.stringify(e):String(e)}function Nn(){return O(arguments)}function Dn(e,t){return et?-1:0}function $n(e,t){return e^t+2654435769+(e<<6)+(e>>2)|0}return Rn[p]=!0,Rn[B]=An.entries,Rn.__toJS=An.toObject,Rn.__toStringMapper=function(e,t){return JSON.stringify(t)+": "+Fn(e)},zn(o,{toKeyedSeq:function(){return new Mt(this,!1)},filter:function(e,t){return Jt(this,$t(this,e,t,!1))},findIndex:function(e,t){var n=this.findEntry(e,t);return n?n[0]:-1},indexOf:function(e){var t=this.keyOf(e);return void 0===t?-1:t},lastIndexOf:function(e){var t=this.lastKeyOf(e);return void 0===t?-1:t},reverse:function(){return Jt(this,Dt(this,!1))},slice:function(e,t){return Jt(this,Lt(this,e,t,!1))},splice:function(e,t){var n=arguments.length;if(t=Math.max(0|t,0),0===n||2===n&&!t)return this;e=T(e,e<0?this.count():this.size);var r=this.slice(0,e);return Jt(this,1===n?r:r.concat(O(arguments,2),this.slice(e+t)))},findLastIndex:function(e,t){var n=this.findLastEntry(e,t);return n?n[0]:-1},first:function(){return this.get(0)},flatten:function(e){return Jt(this,Wt(this,e,!1))},get:function(e,t){return(e=E(this,e))<0||this.size===1/0||void 0!==this.size&&e>this.size?t:this.find((function(t,n){return n===e}),void 0,t)},has:function(e){return(e=E(this,e))>=0&&(void 0!==this.size?this.size===1/0||et?1:0}var c,f=Array.prototype.indexOf?function(e,t,n){return Array.prototype.indexOf.call(e,t,n)}:function(e,t,r){if(r=null==r?0:0>r?Math.max(0,e.length+r):r,n(e))return n(t)&&1==t.length?e.indexOf(t,r):-1;for(;r=arguments.length?Array.prototype.slice.call(e,t):Array.prototype.slice.call(e,t,n)}e:{var y=t.navigator;if(y){var v=y.userAgent;if(v){c=v;break e}}c=""}var m,w,_=u(c,"Opera")||u(c,"OPR"),x=u(c,"Trident")||u(c,"MSIE"),k=u(c,"Edge"),O=u(c,"Gecko")&&!(u(c.toLowerCase(),"webkit")&&!u(c,"Edge"))&&!(u(c,"Trident")||u(c,"MSIE"))&&!u(c,"Edge"),S=u(c.toLowerCase(),"webkit")&&!u(c,"Edge");function E(){var e=t.document;return e?e.documentMode:void 0}e:{var C="",j=(w=c,O?/rv\:([^\);]+)(\)|;)/.exec(w):k?/Edge\/([\d\.]+)/.exec(w):x?/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(w):S?/WebKit\/(\S+)/.exec(w):_?/(?:Version)[ \/]?(\S+)/.exec(w):void 0);if(j&&(C=j?j[1]:""),x){var T=E();if(null!=T&&T>parseFloat(C)){m=String(T);break e}}m=C}var P={};function z(e){if(!P[e]){for(var t=0,n=s(String(m)).split("."),r=s(String(e)).split("."),o=Math.max(n.length,r.length),i=0;0==t&&i",4,2,(function(e,t,n){return be((function(e,t){return e>t}),e,t,n)})),ve("<=",4,2,(function(e,t,n){return be((function(e,t){return e<=t}),e,t,n)})),ve(">=",4,2,(function(e,t,n){return be((function(e,t){return e>=t}),e,t,n)}));var me=ve("=",3,2,(function(e,t,n){return be((function(e,t){return e==t}),e,t,n,!0)}));function we(e,t,n){this.a=e,this.b=t||1,this.f=n||1}function _e(e,t){if(t.a.length&&4!=e.i)throw Error("Primary expression must evaluate to nodeset if filter has predicate(s).");se.call(this,e.i),this.c=e,this.h=t,this.g=e.g,this.b=e.b}function xe(e,t){if(t.lengthe.v)throw Error("Function "+e.j+" expects at most "+e.v+" arguments, "+t.length+" given");e.B&&p(t,(function(t,n){if(4!=t.i)throw Error("Argument "+n+" to function "+e.j+" is not of type Nodeset: "+t)})),se.call(this,e.i),this.h=e,this.c=t,le(this,e.g||b(t,(function(e){return e.g}))),ce(this,e.D&&!t.length||e.C&&!!t.length||b(t,(function(e){return e.b})))}function ke(e,t,n,r,o,i,a,s,u){this.j=e,this.i=t,this.g=n,this.D=r,this.C=o,this.m=i,this.A=a,this.v=void 0!==s?s:a,this.B=!!u}ve("!=",3,2,(function(e,t,n){return be((function(e,t){return e!=t}),e,t,n,!0)})),ve("and",2,2,(function(e,t,n){return de(e,n)&&de(t,n)})),ve("or",1,2,(function(e,t,n){return de(e,n)||de(t,n)})),a(_e),_e.prototype.a=function(e){return e=this.c.a(e),Le(this.h,e)},_e.prototype.toString=function(){return"Filter:"+ue(this.c)+ue(this.h)},a(xe),xe.prototype.a=function(e){return this.h.m.apply(null,function(e){return Array.prototype.concat.apply(Array.prototype,arguments)}(e,this.c))},xe.prototype.toString=function(){var e="Function: "+this.h;if(this.c.length){var t=h(this.c,(function(e,t){return e+ue(t)}),"Arguments:");e=e+ue(t)}return e},ke.prototype.toString=function(){return this.j};var Oe={};function Se(e,t,n,r,o,i,a,s){if(Oe.hasOwnProperty(e))throw Error("Function already created: "+e+".");Oe[e]=new ke(e,t,n,r,!1,o,i,a,s)}function Ee(e,t){switch(this.h=e,this.c=void 0!==t?t:null,this.b=null,e){case"comment":this.b=8;break;case"text":this.b=3;break;case"processing-instruction":this.b=7;break;case"node":break;default:throw Error("Unexpected argument")}}function Ce(e){return"comment"==e||"text"==e||"processing-instruction"==e||"node"==e}function je(e){this.b=e,this.a=0}Se("boolean",2,!1,!1,(function(e,t){return de(t,e)}),1),Se("ceiling",1,!1,!1,(function(e,t){return Math.ceil(fe(t,e))}),1),Se("concat",3,!1,!1,(function(e,t){return h(g(arguments,1),(function(t,n){return t+pe(n,e)}),"")}),2,null),Se("contains",2,!1,!1,(function(e,t,n){return u(pe(t,e),pe(n,e))}),2),Se("count",1,!1,!1,(function(e,t){return t.a(e).l}),1,1,!0),Se("false",2,!1,!1,(function(){return!1}),0),Se("floor",1,!1,!1,(function(e,t){return Math.floor(fe(t,e))}),1),Se("id",4,!1,!1,(function(e,t){function r(e){if(M){var t=o.all[e];if(t){if(t.nodeType&&e==t.id)return t;if(t.length)return function(e,t){var r;e:{r=e.length;for(var o=n(e)?e.split(""):e,i=0;ir?null:n(e)?e.charAt(r):e[r]}(t,(function(t){return e==t.id}))}return null}return o.getElementById(e)}var o=9==(i=e.a).nodeType?i:i.ownerDocument,i=pe(t,e).split(/\s+/),a=[];p(i,(function(e){!(e=r(e))||0<=f(a,e)||a.push(e)})),a.sort(Y);var s=new X;return p(a,(function(e){te(s,e)})),s}),1),Se("lang",2,!1,!1,(function(){return!1}),1),Se("last",1,!0,!1,(function(e){if(1!=arguments.length)throw Error("Function last expects ()");return e.f}),0),Se("local-name",3,!1,!0,(function(e,t){var n=t?ne(t.a(e)):e.a;return n?n.localName||n.nodeName.toLowerCase():""}),0,1,!0),Se("name",3,!1,!0,(function(e,t){var n=t?ne(t.a(e)):e.a;return n?n.nodeName.toLowerCase():""}),0,1,!0),Se("namespace-uri",3,!0,!1,(function(){return""}),0,1,!0),Se("normalize-space",3,!1,!0,(function(e,t){return(t?pe(t,e):F(e.a)).replace(/[\s\xa0]+/g," ").replace(/^\s+|\s+$/g,"")}),0,1),Se("not",2,!1,!1,(function(e,t){return!de(t,e)}),1),Se("number",1,!1,!0,(function(e,t){return t?fe(t,e):+F(e.a)}),0,1),Se("position",1,!0,!1,(function(e){return e.b}),0),Se("round",1,!1,!1,(function(e,t){return Math.round(fe(t,e))}),1),Se("starts-with",2,!1,!1,(function(e,t,n){return t=pe(t,e),e=pe(n,e),0==t.lastIndexOf(e,0)}),2),Se("string",3,!1,!0,(function(e,t){return t?pe(t,e):F(e.a)}),0,1),Se("string-length",1,!1,!0,(function(e,t){return(t?pe(t,e):F(e.a)).length}),0,1),Se("substring",3,!1,!1,(function(e,t,n,r){if(n=fe(n,e),isNaN(n)||1/0==n||-1/0==n)return"";if(r=r?fe(r,e):1/0,isNaN(r)||-1/0===r)return"";n=Math.round(n)-1;var o=Math.max(n,0);return e=pe(t,e),1/0==r?e.substring(o):e.substring(o,n+Math.round(r))}),2,3),Se("substring-after",3,!1,!1,(function(e,t,n){return t=pe(t,e),e=pe(n,e),-1==(n=t.indexOf(e))?"":t.substring(n+e.length)}),2),Se("substring-before",3,!1,!1,(function(e,t,n){return t=pe(t,e),e=pe(n,e),-1==(e=t.indexOf(e))?"":t.substring(0,e)}),2),Se("sum",1,!1,!1,(function(e,t){for(var n=oe(t.a(e)),r=0,o=ae(n);o;o=ae(n))r+=+F(o);return r}),1,1,!0),Se("translate",3,!1,!1,(function(e,t,n,r){t=pe(t,e),n=pe(n,e);var o=pe(r,e);for(e={},r=0;r]=|\s+|./g,Pe=/^\s/;function ze(e,t){return e.b[e.a+(t||0)]}function Ae(e){return e.b[e.a++]}function Re(e){return e.b.length<=e.a}function Me(e){se.call(this,3),this.c=e.substring(1,e.length-1)}function Ie(e,t){var n;this.j=e.toLowerCase(),n="*"==this.j?"*":"http://www.w3.org/1999/xhtml",this.c=t?t.toLowerCase():n}function qe(e,t){if(se.call(this,e.i),this.h=e,this.c=t,this.g=e.g,this.b=e.b,1==this.c.length){var n=this.c[0];n.u||n.c!=Ve||"*"!=(n=n.o).f()&&(this.f={name:n.f(),s:null})}}function Be(){se.call(this,4)}function Fe(){se.call(this,4)}function Ne(e){return"/"==e||"//"==e}function De(e){se.call(this,4),this.c=e,le(this,b(this.c,(function(e){return e.g}))),ce(this,b(this.c,(function(e){return e.b})))}function $e(e,t){this.a=e,this.b=!!t}function Le(e,t,n){for(n=n||0;n(e=Ae(e.a)).length)throw Error("Unclosed literal string");return new Me(e)}function ut(e){var t,n,r=[];if(Ne(ze(e.a))){if(t=Ae(e.a),n=ze(e.a),"/"==t&&(Re(e.a)||"."!=n&&".."!=n&&"@"!=n&&"*"!=n&&!/(?![0-9])[\w]/.test(n)))return new Be;n=new Be,ot(e,"Missing next location step."),t=lt(e,t),r.push(t)}else{e:{switch(n=(t=ze(e.a)).charAt(0)){case"$":throw Error("Variable reference not allowed in HTML XPath");case"(":Ae(e.a),t=rt(e),ot(e,'unclosed "("'),it(e,")");break;case'"':case"'":t=st(e);break;default:if(isNaN(+t)){if(Ce(t)||!/(?![0-9])[\w]/.test(n)||"("!=ze(e.a,1)){t=null;break e}for(t=Ae(e.a),t=Oe[t]||null,Ae(e.a),n=[];")"!=ze(e.a)&&(ot(e,"Missing function argument list."),n.push(rt(e)),","==ze(e.a));)Ae(e.a);ot(e,"Unclosed function argument list."),at(e),t=new xe(t,n)}else t=new tt(+Ae(e.a))}"["==ze(e.a)&&(t=new _e(t,n=new $e(ct(e))))}if(t){if(!Ne(ze(e.a)))return t;n=t}else t=lt(e,"/"),n=new Fe,r.push(t)}for(;Ne(ze(e.a));)t=Ae(e.a),ot(e,"Missing next location step."),t=lt(e,t),r.push(t);return new qe(n,r)}function lt(e,t){var n,r,o,i;if("/"!=t&&"//"!=t)throw Error('Step op should be "/" or "//"');if("."==ze(e.a))return r=new Ue(Ze,new Ee("node")),Ae(e.a),r;if(".."==ze(e.a))return r=new Ue(Xe,new Ee("node")),Ae(e.a),r;if("@"==ze(e.a))i=Ve,Ae(e.a),ot(e,"Missing attribute name");else if("::"==ze(e.a,1)){if(!/(?![0-9])[\w]/.test(ze(e.a).charAt(0)))throw Error("Bad token: "+Ae(e.a));if(n=Ae(e.a),!(i=We[n]||null))throw Error("No axis with name: "+n);Ae(e.a),ot(e,"Missing node name")}else i=Ye;if(n=ze(e.a),!/(?![0-9])[\w\*]/.test(n.charAt(0)))throw Error("Bad token: "+Ae(e.a));if("("==ze(e.a,1)){if(!Ce(n))throw Error("Invalid node type: "+n);if(!Ce(n=Ae(e.a)))throw Error("Invalid type name: "+n);it(e,"("),ot(e,"Bad nodetype");var a=null;'"'!=(o=ze(e.a).charAt(0))&&"'"!=o||(a=st(e)),ot(e,"Bad nodetype"),at(e),n=new Ee(n,a)}else if(-1==(o=(n=Ae(e.a)).indexOf(":")))n=new Ie(n);else{var s;if("*"==(a=n.substring(0,o)))s="*";else if(!(s=e.b(a)))throw Error("Namespace prefix not declared: "+a);n=new Ie(n=n.substr(o+1),s)}return o=new $e(ct(e),i.a),r||new Ue(i,n,o,"//"==t)}function ct(e){for(var t=[];"["==ze(e.a);){Ae(e.a),ot(e,"Missing predicate expression.");var n=rt(e);t.push(n),ot(e,"Unclosed predicate expression."),it(e,"]")}return t}function ft(e){if("-"==ze(e.a))return Ae(e.a),new et(ft(e));var t=ut(e);if("|"!=ze(e.a))e=t;else{for(t=[t];"|"==Ae(e.a);)ot(e,"Missing next union location path."),t.push(ut(e));e.a.a--,e=new De(t)}return e}function pt(e){switch(e.nodeType){case 1:return function(e,t){var n=Array.prototype.slice.call(arguments,1);return function(){var t=n.slice();return t.push.apply(t,arguments),e.apply(this,t)}}(ht,e);case 9:return pt(e.documentElement);case 11:case 10:case 6:case 12:return dt;default:return e.parentNode?pt(e.parentNode):dt}}function dt(){return null}function ht(e,t){if(e.prefix==t)return e.namespaceURI||"http://www.w3.org/1999/xhtml";var n=e.getAttributeNode("xmlns:"+t);return n&&n.specified?n.value||null:e.parentNode&&9!=e.parentNode.nodeType?ht(e.parentNode,t):null}function bt(e,t){if(!e.length)throw Error("Empty XPath expression.");var n=function(e){e=e.match(Te);for(var t=0;t=n.length?null:n[i++]},this.snapshotItem=function(e){if(6!=t&&7!=t)throw Error("snapshotItem called with wrong result type");return e>=n.length||0>e?null:n[e]}}function yt(e){this.lookupNamespaceURI=pt(e)}function vt(e,n){var r=e||t,o=r.Document&&r.Document.prototype||r.document;o.evaluate&&!n||(r.XPathResult=gt,o.evaluate=function(e,t,n,r){return new bt(e,n).evaluate(t,r)},o.createExpression=function(e,t){return new bt(e,t)},o.createNSResolver=function(e){return new yt(e)})}a(et),et.prototype.a=function(e){return-fe(this.c,e)},et.prototype.toString=function(){return"Unary Expression: -"+ue(this.c)},a(tt),tt.prototype.a=function(){return this.c},tt.prototype.toString=function(){return"Number: "+this.c},gt.ANY_TYPE=0,gt.NUMBER_TYPE=1,gt.STRING_TYPE=2,gt.BOOLEAN_TYPE=3,gt.UNORDERED_NODE_ITERATOR_TYPE=4,gt.ORDERED_NODE_ITERATOR_TYPE=5,gt.UNORDERED_NODE_SNAPSHOT_TYPE=6,gt.ORDERED_NODE_SNAPSHOT_TYPE=7,gt.ANY_UNORDERED_NODE_TYPE=8,gt.FIRST_ORDERED_NODE_TYPE=9;var mt,wt=["wgxpath","install"],_t=t;wt[0]in _t||!_t.execScript||_t.execScript("var "+wt[0]);for(;wt.length&&(mt=wt.shift());)wt.length||void 0===vt?_t=_t[mt]?_t[mt]:_t[mt]={}:_t[mt]=vt;e.exports.install=vt,e.exports.XPathResultType={ANY_TYPE:0,NUMBER_TYPE:1,STRING_TYPE:2,BOOLEAN_TYPE:3,UNORDERED_NODE_ITERATOR_TYPE:4,ORDERED_NODE_ITERATOR_TYPE:5,UNORDERED_NODE_SNAPSHOT_TYPE:6,ORDERED_NODE_SNAPSHOT_TYPE:7,ANY_UNORDERED_NODE_TYPE:8,FIRST_ORDERED_NODE_TYPE:9}}).call(t)}).call(this,n(15))},function(e,t,n){"use strict";(function(e){var r=n(36),o=n.n(r),i=n(83),a=n.n(i),s=n(24),u=n.n(s),l=n(0),c=n.n(l),f=(n(234),/([A-Z])/g);var p=function(e){return e.replace(f,"-$1").toLowerCase()},d=/^ms-/;var h,b=function(e){return p(e).replace(d,"-ms-")},g=function e(t,n){return t.reduce((function(t,r){return null==r||!1===r||""===r?t:Array.isArray(r)?[].concat(t,e(r,n)):r.hasOwnProperty("styledComponentId")?[].concat(t,["."+r.styledComponentId]):"function"==typeof r?n?t.concat.apply(t,e([r(n)],n)):t.concat(r):t.concat(o()(r)?function e(t,n){var r=Object.keys(t).filter((function(e){var n=t[e];return null!=n&&!1!==n&&""!==n})).map((function(n){return o()(t[n])?e(t[n],n):b(n)+": "+t[n]+";"})).join(" ");return n?n+" {\n "+r+"\n}":r}(r):r.toString())}),[])},y=new a.a({global:!1,cascade:!0,keyframe:!1,prefix:!0,compress:!1,semicolon:!0}),v=function(e,t,n){var r=e.join("").replace(/^\s*\/\/.*$/gm,"");return y(n||!t?"":t,t&&n?n+" "+t+" { "+r+" }":r)},m="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".split(""),w=m.length,_=function(e){var t="",n=void 0;for(n=e;n>w;n=Math.floor(n/w))t=m[n%w]+t;return m[n%w]+t},x=function(e,t){return t.reduce((function(t,n,r){return t.concat(n,e[r+1])}),[e[0]])},k=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n},A=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},R=function(){function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";C(this,e),this.el=t,this.isLocal=n,this.ready=!1;var o=S(r);this.size=o.length,this.components=o.reduce((function(e,t){return e[t.componentId]=t,e}),{})}return e.prototype.isFull=function(){return this.size>=40},e.prototype.addComponent=function(e){this.ready||this.replaceElement();var t={componentId:e,textNode:document.createTextNode("")};this.el.appendChild(t.textNode),this.size+=1,this.components[e]=t},e.prototype.inject=function(e,t,n){this.ready||this.replaceElement();var r=this.components[e];if(""===r.textNode.data&&r.textNode.appendData("\n/* sc-component-id: "+e+" */\n"),r.textNode.appendData(t),n){var o=this.el.getAttribute(I);this.el.setAttribute(I,o?o+" "+n:n)}var i=E();i&&this.el.setAttribute("nonce",i)},e.prototype.toHTML=function(){return this.el.outerHTML},e.prototype.toReactElement=function(){throw new Error("BrowserTag doesn't implement toReactElement!")},e.prototype.clone=function(){throw new Error("BrowserTag cannot be cloned!")},e.prototype.replaceElement=function(){var e=this;if(this.ready=!0,0!==this.size){var t=this.el.cloneNode();if(t.appendChild(document.createTextNode("\n")),Object.keys(this.components).forEach((function(n){var r=e.components[n];r.textNode=document.createTextNode(r.cssFromDOM),t.appendChild(r.textNode)})),!this.el.parentNode)throw new Error("Trying to replace an element that wasn't mounted!");this.el.parentNode.replaceChild(t,this.el),this.el=t}},e}(),M={create:function(){for(var e=[],t={},n=document.querySelectorAll("["+I+"]"),r=n.length,o=0;o");return document.head.appendChild(t),new R(t,e)}),e,t)}},I="data-styled-components",q="data-styled-components-is-local",B="__styled-components-stylesheet__",F=null,N=[],D=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};C(this,e),this.hashes={},this.deferredInjections={},this.stylesCacheable="undefined"!=typeof document,this.tagConstructor=t,this.tags=n,this.names=r,this.constructComponentTagMap()}return e.prototype.constructComponentTagMap=function(){var e=this;this.componentTags={},this.tags.forEach((function(t){Object.keys(t.components).forEach((function(n){e.componentTags[n]=t}))}))},e.prototype.getName=function(e){return this.hashes[e.toString()]},e.prototype.alreadyInjected=function(e,t){return!!this.names[t]&&(this.hashes[e.toString()]=t,!0)},e.prototype.hasInjectedComponent=function(e){return!!this.componentTags[e]},e.prototype.deferredInject=function(e,t,n){this===F&&N.forEach((function(r){r.deferredInject(e,t,n)})),this.getOrCreateTag(e,t),this.deferredInjections[e]=n},e.prototype.inject=function(e,t,n,r,o){this===F&&N.forEach((function(r){r.inject(e,t,n)}));var i=this.getOrCreateTag(e,t),a=this.deferredInjections[e];a&&(i.inject(e,a),delete this.deferredInjections[e]),i.inject(e,n,o),r&&o&&(this.hashes[r.toString()]=o)},e.prototype.toHTML=function(){return this.tags.map((function(e){return e.toHTML()})).join("")},e.prototype.toReactElements=function(){return this.tags.map((function(e,t){return e.toReactElement("sc-"+t)}))},e.prototype.getOrCreateTag=function(e,t){var n=this.componentTags[e];if(n)return n;var r=this.tags[this.tags.length-1],o=!r||r.isFull()||r.isLocal!==t?this.createNewTag(t):r;return this.componentTags[e]=o,o.addComponent(e),o},e.prototype.createNewTag=function(e){var t=this.tagConstructor(e);return this.tags.push(t),t},e.reset=function(t){F=e.create(t)},e.create=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"undefined"==typeof document;return(e?U:M).create()},e.clone=function(t){var n=new e(t.tagConstructor,t.tags.map((function(e){return e.clone()})),T({},t.names));return n.hashes=T({},t.hashes),n.deferredInjections=T({},t.deferredInjections),N.push(n),n},j(e,null,[{key:"instance",get:function(){return F||(F=e.create())}}]),e}(),$=function(e){function t(){return C(this,t),A(this,e.apply(this,arguments))}return P(t,e),t.prototype.getChildContext=function(){var e;return(e={})[B]=this.props.sheet,e},t.prototype.render=function(){return u.a.Children.only(this.props.children)},t}(s.Component);$.childContextTypes=((h={})[B]=c.a.oneOfType([c.a.instanceOf(D),c.a.instanceOf(U)]).isRequired,h),$.propTypes={sheet:c.a.oneOfType([c.a.instanceOf(D),c.a.instanceOf(U)]).isRequired};var L=function(){function e(t){C(this,e),this.isLocal=t,this.components={},this.size=0,this.names=[]}return e.prototype.isFull=function(){return!1},e.prototype.addComponent=function(e){this.components[e]={componentId:e,css:""},this.size+=1},e.prototype.concatenateCSS=function(){var e=this;return Object.keys(this.components).reduce((function(t,n){return t+e.components[n].css}),"")},e.prototype.inject=function(e,t,n){var r=this.components[e];""===r.css&&(r.css="/* sc-component-id: "+e+" */\n"),r.css+=t.replace(/\n*$/,"\n"),n&&this.names.push(n)},e.prototype.toHTML=function(){var e=['type="text/css"',I+'="'+this.names.join(" ")+'"',q+'="'+(this.isLocal?"true":"false")+'"'],t=E();return t&&e.push('nonce="'+t+'"'),""},e.prototype.toReactElement=function(e){var t,n=((t={})[I]=this.names.join(" "),t[q]=this.isLocal.toString(),t),r=E();return r&&(n.nonce=r),u.a.createElement("style",T({key:e,type:"text/css"},n,{dangerouslySetInnerHTML:{__html:this.concatenateCSS()}}))},e.prototype.clone=function(){var t=this,n=new e(this.isLocal);return n.names=[].concat(this.names),n.size=this.size,n.components=Object.keys(this.components).reduce((function(e,n){return e[n]=T({},t.components[n]),e}),{}),n},e}(),U=function(){function e(){C(this,e),this.instance=D.clone(D.instance)}return e.prototype.collectStyles=function(e){if(this.closed)throw new Error("Can't collect styles once you've called getStyleTags!");return u.a.createElement($,{sheet:this.instance},e)},e.prototype.getStyleTags=function(){return this.closed||(N.splice(N.indexOf(this.instance),1),this.closed=!0),this.instance.toHTML()},e.prototype.getStyleElement=function(){return this.closed||(N.splice(N.indexOf(this.instance),1),this.closed=!0),this.instance.toReactElements()},e.create=function(){return new D((function(e){return new L(e)}))},e}(),K=/^((?:s(?:uppressContentEditableWarn|croll|pac)|(?:shape|image|text)Render|(?:letter|word)Spac|vHang|hang)ing|(?:on(?:AnimationIteration|C(?:o(?:mposition(?:Update|Start|End)|ntextMenu|py)|anPlayThrough|anPlay|hange|lick|ut)|(?:(?:Duration|Volume|Rate)Chang|(?:MouseLea|(?:Touch|Mouse)Mo|DragLea)v|Paus)e|Loaded(?:Metad|D)ata|(?:Animation|Touch|Load|Drag)Start|(?:(?:T(?:ransition|ouch)|Animation)E|Suspe)nd|DoubleClick|(?:TouchCanc|Whe)el|(?:Mouse(?:Ent|Ov)e|Drag(?:Ent|Ov)e|Erro)r|TimeUpdate|(?:E(?:n(?:crypt|d)|mpti)|S(?:tall|eek))ed|MouseDown|P(?:rogress|laying)|(?:MouseOu|DragExi|S(?:elec|ubmi)|Rese|Inpu)t|KeyPress|DragEnd|Key(?:Down|Up)|(?:Wait|Seek)ing|(?:MouseU|Dro)p|Scroll|Paste|Focus|Abort|Drag|Play|Load|Blur)Captur|alignmentBaselin|(?:limitingConeAng|xlink(?:(?:Arcr|R)o|Tit)|s(?:urfaceSca|ty|ca)|unselectab|baseProfi|fontSty|(?:focus|dragg)ab|multip|profi|tit)l|d(?:ominantBaselin|efaultValu)|a(?:uto(?:Capitaliz|Revers|Sav)|dditiv)|(?:(?:formNoValid|xlinkActu|noValid|accumul|rot)a|autoComple|decelera)t|(?:(?:attribute|item)T|datat)yp|(?:attribute|glyph)Nam|playsInlin|(?:formE|e)ncTyp|(?:writing|input|edge)Mod|(?:xlinkTy|itemSco|keyTy|slo)p|(?:amplitu|mo)d|(?:xmlSpa|non)c|fillRul|(?:dateTi|na)m|r(?:esourc|ol)|xmlBas|wmod)e|(?:glyphOrientationHorizont|loc)al|(?:externalResourcesRequir|select|revers|mut)ed|c(?:o(?:lorInterpolationFilter|ntrol|ord)s|o(?:lor(?:Interpolation)?|ntent)|(?:ontentS(?:cript|tyle)Typ|o(?:ntentEditab|lorProfi)l|l(?:assNam|ipRul)|a(?:lcMod|ptur)|it)e|olorRendering|l(?:ipPathUnits|assID)|o(?:ntextMenu|ls)|h(?:eckedLink|a(?:llenge|rSet)|ildren|ecked)|ell(?:Spac|Padd)ing|(?:rossOrigi|olSpa)n|apHeight|lip(?:Path)?|ursor|[xy])|glyphOrientationVertical|d(?:angerouslySetInnerHTML|efaultChecked|ownload|isabled|isplay|[xy])|(?:s(?:trikethroughThickn|eaml)es|(?:und|ov)erlineThicknes|r(?:equiredExtension|adiu)|(?:requiredFeatur|tableValu|stitchTil|numOctav|filterR)e|key(?:(?:Splin|Tim)e|Param)|autoFocu|header|bia)s|(?:(?:st(?:rikethroughPosi|dDevia)|(?:und|ov)erlinePosi|(?:textDecor|elev)a|orienta)tio|(?:strokeLinejo|orig)i|formActio|zoomAndPa|onFocusI|directio|(?:vers|act)io|rowSpa|begi|ico)n|o(?:n(?:AnimationIteration|C(?:o(?:mposition(?:Update|Start|End)|ntextMenu|py)|anPlayThrough|anPlay|hange|lick|ut)|(?:(?:Duration|Volume|Rate)Chang|(?:MouseLea|(?:Touch|Mouse)Mo|DragLea)v|Paus)e|Loaded(?:Metad|D)ata|(?:Animation|Touch|Load|Drag)Start|(?:(?:T(?:ransition|ouch)|Animation)E|Suspe)nd|DoubleClick|(?:TouchCanc|Whe)el|(?:Mouse(?:Ent|Ov)e|Drag(?:Ent|Ov)e|Erro)r|TimeUpdate|(?:E(?:n(?:crypt|d)|mpti)|S(?:tall|eek))ed|MouseDown|P(?:rogress|laying)|(?:MouseOu|DragExi|S(?:elec|ubmi)|Rese|Inpu)t|KeyPress|DragEnd|Key(?:Down|Up)|(?:Wait|Seek)ing|(?:MouseU|Dro)p|Scroll|Paste|Focus|Abort|Drag|Play|Load|Blur)|rient)|p(?:reserveA(?:spectRatio|lpha)|ointsAt[X-Z]|anose1)|(?:patternContent|ma(?:sk(?:Content)?|rker)|primitive|gradient|pattern|filter)Units|(?:gradientT|patternT|t)ransform|(?:(?:allowTranspar|baseFrequ)enc|re(?:ferrerPolic|adOnl)|(?:(?:st(?:roke|op)O|floodO|fillO|o)pac|integr|secur)it|visibilit|fontFamil|accessKe|propert|summar)y|(?:strokeMiterlimi|(?:specularConsta|repeatCou|fontVaria)n|(?:(?:specularE|e)xpon|renderingInt|asc)en|d(?:iffuseConsta|esce)n|(?:fontSizeAdju|lengthAdju|manife)s|baselineShif|vectorEffec|(?:(?:mar(?:ker|gin)|x)H|accentH|fontW)eigh|a(?:utoCorrec|bou)|markerStar|onFocusOu|in(?:tercep|lis)|restar|forma|heigh|lis)t|(?:(?:st(?:rokeDasho|artO)|o)ffs|acceptChars|formTarg|viewTarg|srcS)et|(?:(?:enableBackgrou|markerE)n|s(?:p(?:readMetho|ee)|ee)|formMetho|m(?:arkerMi|etho)|preloa|kin)d|k(?:ernel(?:UnitLength|Matrix)|[1-4])|(?:[xy]ChannelSelect|lightingCol|textAnch|floodCol|stopCol|operat|htmlF)or|(?:allowFullScre|hidd)en|strokeDasharray|systemLanguage|(?:strokeLineca|itemPro|useMa|wra|loo)p|v(?:Mathematical|ert(?:Origin[XY]|AdvY)|alues|ocab)|(?:pointerEve|keyPoi)nts|unicodeRange|(?:(?:allowReord|placehold|frameBord|paintOrd|post|ord)e|repeatDu|d(?:efe|u))r|mathematical|(?:vI|i)deographic|h(?:oriz(?:Origin|Adv)X|ttpEquiv)|u(?:nicodeBidi|[12])|(?:fontStretc|hig)h|(?:(?:mar(?:ker|gin)W|strokeW)id|azimu)th|vAlphabetic|mediaGroup|spellCheck|(?:unitsPerE|optimu|fro)m|r(?:adioGroup|e(?:sults|f[XY]|l)|ows|[xy])|(?:xmlnsXl|valueL)ink|a(?:rabicForm|l(?:phabetic|t)|sync)|pathLength|(?:text|m(?:in|ax))Length|innerHTML|xlinkShow|(?:xlinkHr|glyphR)ef|r(?:e(?:quired|sult|f))?|o(?:verflow|pen)|(?:tabInde|(?:sand|b)bo|viewBo)x|(?:(?:href|xml|src)La|kerni)ng|f(?:o(?:ntSize|rm)|il(?:ter|l))|autoPlay|unicode|p(?:attern|oints)|t(?:arget[XY]|o)|i(?:temRef|n2|s)|divisor|d(?:efault|ata|ir)?|srcDoc|s(?:coped|te(?:m[hv]|p)|pan)|(?:width|size)s|(?:stri|la)ng|prefix|itemID|s(?:t(?:roke|art)|hape|cope|rc)|a(?:ccept|s)|t(?:arget|ype)|typeof|width|value|x(?:mlns)?|label|m(?:edia|a(?:sk|x)|in)|size|href|k(?:ey)?|end|low|x[12]|i[dn]|y[12]|g[12]|by|f[xy]|[yz])$/,W=RegExp.prototype.test.bind(new RegExp("^(data|aria)-[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"));function H(e){return"string"==typeof e}function V(e){return"function"==typeof e&&"string"==typeof e.styledComponentId}function Y(e){return e.displayName||e.name||"Component"}var G=function(e,t,n){var r=n&&e.theme===n.theme;return e.theme&&!r?e.theme:t},J=/[[\].#*$><+~=|^:(),"'`-]+/g,X=/(^-|-$)/g;function Q(e){return e.replace(J,"-").replace(X,"")}var Z,ee,te="__styled-components__",ne=te+"next__",re=c.a.shape({getTheme:c.a.func,subscribe:c.a.func,unsubscribe:c.a.func});var oe=function(e){function t(){C(this,t);var n=A(this,e.call(this));return n.unsubscribeToOuterId=-1,n.getTheme=n.getTheme.bind(n),n}return P(t,e),t.prototype.componentWillMount=function(){var e,t,n,r,o=this,i=this.context[ne];void 0!==i&&(this.unsubscribeToOuterId=i.subscribe((function(e){o.outerTheme=e}))),this.broadcast=(e=this.getTheme(),t={},n=0,r=e,{publish:function(e){for(var n in r=e,t){var o=t[n];void 0!==o&&o(r)}},subscribe:function(e){var o=n;return t[o]=e,n+=1,e(r),o},unsubscribe:function(e){t[e]=void 0}})},t.prototype.getChildContext=function(){var e,t=this;return T({},this.context,((e={})[ne]={getTheme:this.getTheme,subscribe:this.broadcast.subscribe,unsubscribe:this.broadcast.unsubscribe},e[te]=function(e){var n=t.broadcast.subscribe(e);return function(){return t.broadcast.unsubscribe(n)}},e))},t.prototype.componentWillReceiveProps=function(e){this.props.theme!==e.theme&&this.broadcast.publish(this.getTheme(e.theme))},t.prototype.componentWillUnmount=function(){-1!==this.unsubscribeToOuterId&&this.context[ne].unsubscribe(this.unsubscribeToOuterId)},t.prototype.getTheme=function(e){var t=e||this.props.theme;if("function"==typeof t)return t(this.outerTheme);if(!o()(t))throw new Error("[ThemeProvider] Please make your theme prop a plain object");return T({},this.outerTheme,t)},t.prototype.render=function(){return this.props.children?u.a.Children.only(this.props.children):null},t}(s.Component);oe.childContextTypes=((Z={})[te]=c.a.func,Z[ne]=re,Z),oe.contextTypes=((ee={})[ne]=re,ee);var ie={};function ae(e,t){for(var n=1540483477,r=t^e.length,o=e.length,i=0;o>=4;){var a=se(e,i);a=le(a,n),a=le(a^=a>>>24,n),r=le(r,n),r^=a,i+=4,o-=4}switch(o){case 3:r^=ue(e,i),r=le(r^=e.charCodeAt(i+2)<<16,n);break;case 2:r=le(r^=ue(e,i),n);break;case 1:r=le(r^=e.charCodeAt(i),n)}return r=le(r^=r>>>13,n),(r^=r>>>15)>>>0}function se(e,t){return e.charCodeAt(t++)+(e.charCodeAt(t++)<<8)+(e.charCodeAt(t++)<<16)+(e.charCodeAt(t)<<24)}function ue(e,t){return e.charCodeAt(t++)+(e.charCodeAt(t++)<<8)}function le(e,t){return(65535&(e|=0))*(t|=0)+(((e>>>16)*t&65535)<<16)|0}var ce=function e(t,n){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:{};var i=function(t){for(var i=arguments.length,a=Array(i>1?i-1:0),s=1;s])/g,v=/([[}=:>])\s+/g,m=/(\{[^{]+?);(?=\})/g,w=/\s{2,}/g,_=/([^\(])(:+) */g,x=/[svh]\w+-[tblr]{2}/,k=/\(\s*(.*)\s*\)/g,O=/([\s\S]*?);/g,S=/-self|flex-/g,E=/[^]*?(:[rp][el]a[\w-]+)[^]*/,C=/stretch|:\s*\w+\-(?:conte|avail)/,j=/([^-])(image-set\()/,T="-webkit-",P="-moz-",z="-ms-",A=59,R=125,M=123,I=40,q=41,B=91,F=93,N=10,D=13,$=9,L=64,U=32,K=38,W=45,H=95,V=42,Y=44,G=58,J=39,X=34,Q=47,Z=62,ee=43,te=126,ne=0,re=12,oe=11,ie=107,ae=109,se=115,ue=112,le=111,ce=105,fe=99,pe=100,de=112,he=1,be=1,ge=0,ye=1,ve=1,me=1,we=0,_e=0,xe=0,ke=[],Oe=[],Se=0,Ee=null,Ce=-2,je=-1,Te=0,Pe=1,ze=2,Ae=3,Re=0,Me=1,Ie="",qe="",Be="";function Fe(e,t,o,i,a){for(var s,u,c=0,f=0,p=0,d=0,y=0,v=0,m=0,w=0,x=0,O=0,S=0,E=0,C=0,j=0,H=0,we=0,Oe=0,Ee=0,Ce=0,je=o.length,De=je-1,He="",Ve="",Ye="",Ge="",Je="",Xe="";H0&&(Ve=Ve.replace(r,"")),Ve.trim().length>0)){switch(m){case U:case $:case A:case D:case N:break;default:Ve+=o.charAt(H)}m=A}if(1===Oe)switch(m){case M:case R:case A:case X:case J:case I:case q:case Y:Oe=0;case $:case D:case N:case U:break;default:for(Oe=0,Ce=H,y=m,H--,m=A;Ce0&&(++H,m=y);case M:Ce=je}}switch(m){case M:for(y=(Ve=Ve.trim()).charCodeAt(0),S=1,Ce=++H;H0&&(Ve=Ve.replace(r,"")),v=Ve.charCodeAt(1)){case pe:case ae:case se:case W:s=t;break;default:s=ke}if(Ce=(Ye=Fe(t,s,Ye,v,a+1)).length,xe>0&&0===Ce&&(Ce=Ve.length),Se>0&&(s=Ne(ke,Ve,Ee),u=Ke(Ae,Ye,s,t,be,he,Ce,v,a,i),Ve=s.join(""),void 0!==u&&0===(Ce=(Ye=u.trim()).length)&&(v=0,Ye="")),Ce>0)switch(v){case se:Ve=Ve.replace(k,Ue);case pe:case ae:case W:Ye=Ve+"{"+Ye+"}";break;case ie:Ye=(Ve=Ve.replace(h,"$1 $2"+(Me>0?Ie:"")))+"{"+Ye+"}",Ye=1===ve||2===ve&&Le("@"+Ye,3)?"@"+T+Ye+"@"+Ye:"@"+Ye;break;default:Ye=Ve+Ye,i===de&&(Ge+=Ye,Ye="")}else Ye="";break;default:Ye=Fe(t,Ne(t,Ve,Ee),Ye,i,a+1)}Je+=Ye,E=0,Oe=0,j=0,we=0,Ee=0,C=0,Ve="",Ye="",m=o.charCodeAt(++H);break;case R:case A:if((Ce=(Ve=(we>0?Ve.replace(r,""):Ve).trim()).length)>1)switch(0===j&&((y=Ve.charCodeAt(0))===W||y>96&&y<123)&&(Ce=(Ve=Ve.replace(" ",":")).length),Se>0&&void 0!==(u=Ke(Pe,Ve,t,e,be,he,Ge.length,i,a,i))&&0===(Ce=(Ve=u.trim()).length)&&(Ve="\0\0"),y=Ve.charCodeAt(0),v=Ve.charCodeAt(1),y){case ne:break;case L:if(v===ce||v===fe){Xe+=Ve+o.charAt(H);break}default:if(Ve.charCodeAt(Ce-1)===G)break;Ge+=$e(Ve,y,v,Ve.charCodeAt(2))}E=0,Oe=0,j=0,we=0,Ee=0,Ve="",m=o.charCodeAt(++H)}}switch(m){case D:case N:if(f+d+p+c+_e===0)switch(O){case q:case J:case X:case L:case te:case Z:case V:case ee:case Q:case W:case G:case Y:case A:case M:case R:break;default:j>0&&(Oe=1)}f===Q?f=0:ye+E===0&&i!==ie&&Ve.length>0&&(we=1,Ve+="\0"),Se*Re>0&&Ke(Te,Ve,t,e,be,he,Ge.length,i,a,i),he=1,be++;break;case A:case R:if(f+d+p+c===0){he++;break}default:switch(he++,He=o.charAt(H),m){case $:case U:if(d+c+f===0)switch(w){case Y:case G:case $:case U:He="";break;default:m!==U&&(He=" ")}break;case ne:He="\\0";break;case re:He="\\f";break;case oe:He="\\v";break;case K:d+f+c===0&&ye>0&&(Ee=1,we=1,He="\f"+He);break;case 108:if(d+f+c+ge===0&&j>0)switch(H-j){case 2:w===ue&&o.charCodeAt(H-3)===G&&(ge=w);case 8:x===le&&(ge=x)}break;case G:d+f+c===0&&(j=H);break;case Y:f+p+d+c===0&&(we=1,He+="\r");break;case X:case J:0===f&&(d=d===m?0:0===d?m:d);break;case B:d+f+p===0&&c++;break;case F:d+f+p===0&&c--;break;case q:d+f+c===0&&p--;break;case I:if(d+f+c===0){if(0===E)switch(2*w+3*x){case 533:break;default:S=0,E=1}p++}break;case L:f+p+d+c+j+C===0&&(C=1);break;case V:case Q:if(d+c+p>0)break;switch(f){case 0:switch(2*m+3*o.charCodeAt(H+1)){case 235:f=Q;break;case 220:Ce=H,f=V}break;case V:m===Q&&w===V&&Ce+2!==H&&(33===o.charCodeAt(Ce+2)&&(Ge+=o.substring(Ce,H+1)),He="",f=0)}}if(0===f){if(ye+d+c+C===0&&i!==ie&&m!==A)switch(m){case Y:case te:case Z:case ee:case q:case I:if(0===E){switch(w){case $:case U:case N:case D:He+="\0";break;default:He="\0"+He+(m===Y?"":"\0")}we=1}else switch(m){case I:j+7===H&&108===w&&(j=0),E=++S;break;case q:0==(E=--S)&&(we=1,He+="\0")}break;case $:case U:switch(w){case ne:case M:case R:case A:case Y:case re:case $:case U:case N:case D:break;default:0===E&&(we=1,He+="\0")}}Ve+=He,m!==U&&m!==$&&(O=m)}}x=w,w=m,H++}if(Ce=Ge.length,xe>0&&0===Ce&&0===Je.length&&0===t[0].length==0&&(i!==ae||1===t.length&&(ye>0?qe:Be)===t[0])&&(Ce=t.join(",").length+2),Ce>0){if(s=0===ye&&i!==ie?function(e){for(var t,n,o=0,i=e.length,a=Array(i);o1)){if(p=u.charCodeAt(u.length-1),d=n.charCodeAt(0),t="",0!==c)switch(p){case V:case te:case Z:case ee:case U:case I:break;default:t=" "}switch(d){case K:n=t+qe;case te:case Z:case ee:case U:case q:case I:break;case B:n=t+n+qe;break;case G:switch(2*n.charCodeAt(1)+3*n.charCodeAt(2)){case 530:if(me>0){n=t+n.substring(8,f-1);break}default:(c<1||s[c-1].length<1)&&(n=t+qe+n)}break;case Y:t="";default:n=f>1&&n.indexOf(":")>0?t+n.replace(_,"$1"+qe+"$2"):t+n+qe}u+=n}a[o]=u.replace(r,"").trim()}return a}(t):t,Se>0&&void 0!==(u=Ke(ze,Ge,s,e,be,he,Ce,i,a,i))&&0===(Ge=u).length)return Xe+Ge+Je;if(Ge=s.join(",")+"{"+Ge+"}",ve*ge!=0){switch(2!==ve||Le(Ge,2)||(ge=0),ge){case le:Ge=Ge.replace(g,":"+P+"$1")+Ge;break;case ue:Ge=Ge.replace(b,"::"+T+"input-$1")+Ge.replace(b,"::"+P+"$1")+Ge.replace(b,":"+z+"input-$1")+Ge}ge=0}}return Xe+Ge+Je}function Ne(e,t,n){var r=t.trim().split(c),o=r,i=r.length,a=e.length;switch(a){case 0:case 1:for(var s=0,u=0===a?"":e[0]+" ";s0&&ye>0)return o.replace(p,"$1").replace(f,"$1"+Be);break;default:return e.trim()+o.replace(f,"$1"+e.trim())}default:if(n*ye>0&&o.indexOf("\f")>0)return o.replace(f,(e.charCodeAt(0)===G?"":"$1")+e.trim())}return e+o}function $e(e,t,n,r){var l,c=0,f=e+";",p=2*t+3*n+4*r;if(944===p)return function(e){var t=e.length,n=e.indexOf(":",9)+1,r=e.substring(0,n).trim(),o=e.substring(n,t-1).trim();switch(e.charCodeAt(9)*Me){case 0:break;case W:if(110!==e.charCodeAt(10))break;default:var i=o.split((o="",s)),a=0;for(n=0,t=i.length;aL&&f<90||f>96&&f<123||f===H||f===W&&l.charCodeAt(1)!==W))switch(isNaN(parseFloat(l))+(-1!==l.indexOf("("))){case 1:switch(l){case"infinite":case"alternate":case"backwards":case"running":case"normal":case"forwards":case"both":case"none":case"linear":case"ease":case"ease-in":case"ease-out":case"ease-in-out":case"paused":case"reverse":case"alternate-reverse":case"inherit":case"initial":case"unset":case"step-start":case"step-end":break;default:l+=Ie}}c[n++]=l}o+=(0===a?"":",")+c.join(" ")}}return o=r+o+";",1===ve||2===ve&&Le(o,1)?T+o+o:o}(f);if(0===ve||2===ve&&!Le(f,1))return f;switch(p){case 1015:return 97===f.charCodeAt(10)?T+f+f:f;case 951:return 116===f.charCodeAt(3)?T+f+f:f;case 963:return 110===f.charCodeAt(5)?T+f+f:f;case 1009:if(100!==f.charCodeAt(4))break;case 969:case 942:return T+f+f;case 978:return T+f+P+f+f;case 1019:case 983:return T+f+P+f+z+f+f;case 883:return f.charCodeAt(8)===W?T+f+f:f.indexOf("image-set(",11)>0?f.replace(j,"$1"+T+"$2")+f:f;case 932:if(f.charCodeAt(4)===W)switch(f.charCodeAt(5)){case 103:return T+"box-"+f.replace("-grow","")+T+f+z+f.replace("grow","positive")+f;case 115:return T+f+z+f.replace("shrink","negative")+f;case 98:return T+f+z+f.replace("basis","preferred-size")+f}return T+f+z+f+f;case 964:return T+f+z+"flex-"+f+f;case 1023:if(99!==f.charCodeAt(8))break;return l=f.substring(f.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),T+"box-pack"+l+T+f+z+"flex-pack"+l+f;case 1005:return i.test(f)?f.replace(o,":"+T)+f.replace(o,":"+P)+f:f;case 1e3:switch(c=(l=f.substring(13).trim()).indexOf("-")+1,l.charCodeAt(0)+l.charCodeAt(c)){case 226:l=f.replace(x,"tb");break;case 232:l=f.replace(x,"tb-rl");break;case 220:l=f.replace(x,"lr");break;default:return f}return T+f+z+l+f;case 1017:if(-1===f.indexOf("sticky",9))return f;case 975:switch(c=(f=e).length-10,p=(l=(33===f.charCodeAt(c)?f.substring(0,c):f).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|l.charCodeAt(7))){case 203:if(l.charCodeAt(8)<111)break;case 115:f=f.replace(l,T+l)+";"+f;break;case 207:case 102:f=f.replace(l,T+(p>102?"inline-":"")+"box")+";"+f.replace(l,T+l)+";"+f.replace(l,z+l+"box")+";"+f}return f+";";case 938:if(f.charCodeAt(5)===W)switch(f.charCodeAt(6)){case 105:return l=f.replace("-items",""),T+f+T+"box-"+l+z+"flex-"+l+f;case 115:return T+f+z+"flex-item-"+f.replace(S,"")+f;default:return T+f+z+"flex-line-pack"+f.replace("align-content","").replace(S,"")+f}break;case 973:case 989:if(f.charCodeAt(3)!==W||122===f.charCodeAt(4))break;case 931:case 953:if(!0===C.test(e))return 115===(l=e.substring(e.indexOf(":")+1)).charCodeAt(0)?$e(e.replace("stretch","fill-available"),t,n,r).replace(":fill-available",":stretch"):f.replace(l,T+l)+f.replace(l,P+l.replace("fill-",""))+f;break;case 962:if(f=T+f+(102===f.charCodeAt(5)?z+f:"")+f,n+r===211&&105===f.charCodeAt(13)&&f.indexOf("transform",10)>0)return f.substring(0,f.indexOf(";",27)+1).replace(a,"$1"+T+"$2")+f}return f}function Le(e,t){var n=e.indexOf(1===t?":":"{"),r=e.substring(0,3!==t?n:10),o=e.substring(n+1,e.length-1);return Ee(2!==t?r:r.replace(E,"$1"),o,t)}function Ue(e,t){var n=$e(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return n!==t+";"?n.replace(O," or ($1)").substring(4):"("+t+")"}function Ke(e,t,n,r,o,i,a,s,u,l){for(var c,f=0,p=t;f0&&(Ie=o.replace(d,i===B?"":"-")),i=1,1===ye?Be=o:qe=o;var a,s=[Be];Se>0&&void 0!==(a=Ke(je,n,s,s,be,he,0,0,0,0))&&"string"==typeof a&&(n=a);var u=Fe(ke,s,n,0,0);return Se>0&&void 0!==(a=Ke(Ce,u,s,s,be,he,u.length,0,0,0))&&"string"!=typeof(u=a)&&(i=0),Ie="",Be="",qe="",ge=0,be=1,he=1,we*i==0?u:function(e){return e.replace(r,"").replace(y,"").replace(v,"$1").replace(m,"$1").replace(w," ")}(u)}return Ve.use=function e(t){switch(t){case void 0:case null:Se=Oe.length=0;break;default:if("function"==typeof t)Oe[Se++]=t;else if("object"==typeof t)for(var n=0,r=t.length;nw;n=Math.floor(n/w))t=m[n%w]+t;return m[n%w]+t},x=function(e,t){return t.reduce((function(t,n,r){return t.concat(n,e[r+1])}),[e[0]])},k=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n},A=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},R=function(){function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";C(this,e),this.el=t,this.isLocal=n,this.ready=!1;var o=S(r);this.size=o.length,this.components=o.reduce((function(e,t){return e[t.componentId]=t,e}),{})}return e.prototype.isFull=function(){return this.size>=40},e.prototype.addComponent=function(e){this.ready||this.replaceElement();var t={componentId:e,textNode:document.createTextNode("")};this.el.appendChild(t.textNode),this.size+=1,this.components[e]=t},e.prototype.inject=function(e,t,n){this.ready||this.replaceElement();var r=this.components[e];if(""===r.textNode.data&&r.textNode.appendData("\n/* sc-component-id: "+e+" */\n"),r.textNode.appendData(t),n){var o=this.el.getAttribute(I);this.el.setAttribute(I,o?o+" "+n:n)}var i=E();i&&this.el.setAttribute("nonce",i)},e.prototype.toHTML=function(){return this.el.outerHTML},e.prototype.toReactElement=function(){throw new Error("BrowserTag doesn't implement toReactElement!")},e.prototype.clone=function(){throw new Error("BrowserTag cannot be cloned!")},e.prototype.replaceElement=function(){var e=this;if(this.ready=!0,0!==this.size){var t=this.el.cloneNode();if(t.appendChild(document.createTextNode("\n")),Object.keys(this.components).forEach((function(n){var r=e.components[n];r.textNode=document.createTextNode(r.cssFromDOM),t.appendChild(r.textNode)})),!this.el.parentNode)throw new Error("Trying to replace an element that wasn't mounted!");this.el.parentNode.replaceChild(t,this.el),this.el=t}},e}(),M={create:function(){for(var e=[],t={},n=document.querySelectorAll("["+I+"]"),r=n.length,o=0;o");return document.head.appendChild(t),new R(t,e)}),e,t)}},I="data-styled-components",q="data-styled-components-is-local",B="__styled-components-stylesheet__",F=null,N=[],D=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};C(this,e),this.hashes={},this.deferredInjections={},this.stylesCacheable="undefined"!=typeof document,this.tagConstructor=t,this.tags=n,this.names=r,this.constructComponentTagMap()}return e.prototype.constructComponentTagMap=function(){var e=this;this.componentTags={},this.tags.forEach((function(t){Object.keys(t.components).forEach((function(n){e.componentTags[n]=t}))}))},e.prototype.getName=function(e){return this.hashes[e.toString()]},e.prototype.alreadyInjected=function(e,t){return!!this.names[t]&&(this.hashes[e.toString()]=t,!0)},e.prototype.hasInjectedComponent=function(e){return!!this.componentTags[e]},e.prototype.deferredInject=function(e,t,n){this===F&&N.forEach((function(r){r.deferredInject(e,t,n)})),this.getOrCreateTag(e,t),this.deferredInjections[e]=n},e.prototype.inject=function(e,t,n,r,o){this===F&&N.forEach((function(r){r.inject(e,t,n)}));var i=this.getOrCreateTag(e,t),a=this.deferredInjections[e];a&&(i.inject(e,a),delete this.deferredInjections[e]),i.inject(e,n,o),r&&o&&(this.hashes[r.toString()]=o)},e.prototype.toHTML=function(){return this.tags.map((function(e){return e.toHTML()})).join("")},e.prototype.toReactElements=function(){return this.tags.map((function(e,t){return e.toReactElement("sc-"+t)}))},e.prototype.getOrCreateTag=function(e,t){var n=this.componentTags[e];if(n)return n;var r=this.tags[this.tags.length-1],o=!r||r.isFull()||r.isLocal!==t?this.createNewTag(t):r;return this.componentTags[e]=o,o.addComponent(e),o},e.prototype.createNewTag=function(e){var t=this.tagConstructor(e);return this.tags.push(t),t},e.reset=function(t){F=e.create(t)},e.create=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"undefined"==typeof document;return(e?U:M).create()},e.clone=function(t){var n=new e(t.tagConstructor,t.tags.map((function(e){return e.clone()})),T({},t.names));return n.hashes=T({},t.hashes),n.deferredInjections=T({},t.deferredInjections),N.push(n),n},j(e,null,[{key:"instance",get:function(){return F||(F=e.create())}}]),e}(),$=function(e){function t(){return C(this,t),A(this,e.apply(this,arguments))}return P(t,e),t.prototype.getChildContext=function(){var e;return(e={})[B]=this.props.sheet,e},t.prototype.render=function(){return u.a.Children.only(this.props.children)},t}(s.Component);$.childContextTypes=((h={})[B]=c.a.oneOfType([c.a.instanceOf(D),c.a.instanceOf(U)]).isRequired,h),$.propTypes={sheet:c.a.oneOfType([c.a.instanceOf(D),c.a.instanceOf(U)]).isRequired};var L=function(){function e(t){C(this,e),this.isLocal=t,this.components={},this.size=0,this.names=[]}return e.prototype.isFull=function(){return!1},e.prototype.addComponent=function(e){this.components[e]={componentId:e,css:""},this.size+=1},e.prototype.concatenateCSS=function(){var e=this;return Object.keys(this.components).reduce((function(t,n){return t+e.components[n].css}),"")},e.prototype.inject=function(e,t,n){var r=this.components[e];""===r.css&&(r.css="/* sc-component-id: "+e+" */\n"),r.css+=t.replace(/\n*$/,"\n"),n&&this.names.push(n)},e.prototype.toHTML=function(){var e=['type="text/css"',I+'="'+this.names.join(" ")+'"',q+'="'+(this.isLocal?"true":"false")+'"'],t=E();return t&&e.push('nonce="'+t+'"'),""},e.prototype.toReactElement=function(e){var t,n=((t={})[I]=this.names.join(" "),t[q]=this.isLocal.toString(),t),r=E();return r&&(n.nonce=r),u.a.createElement("style",T({key:e,type:"text/css"},n,{dangerouslySetInnerHTML:{__html:this.concatenateCSS()}}))},e.prototype.clone=function(){var t=this,n=new e(this.isLocal);return n.names=[].concat(this.names),n.size=this.size,n.components=Object.keys(this.components).reduce((function(e,n){return e[n]=T({},t.components[n]),e}),{}),n},e}(),U=function(){function e(){C(this,e),this.instance=D.clone(D.instance)}return e.prototype.collectStyles=function(e){if(this.closed)throw new Error("Can't collect styles once you've called getStyleTags!");return u.a.createElement($,{sheet:this.instance},e)},e.prototype.getStyleTags=function(){return this.closed||(N.splice(N.indexOf(this.instance),1),this.closed=!0),this.instance.toHTML()},e.prototype.getStyleElement=function(){return this.closed||(N.splice(N.indexOf(this.instance),1),this.closed=!0),this.instance.toReactElements()},e.create=function(){return new D((function(e){return new L(e)}))},e}(),K=/^((?:s(?:uppressContentEditableWarn|croll|pac)|(?:shape|image|text)Render|(?:letter|word)Spac|vHang|hang)ing|(?:on(?:AnimationIteration|C(?:o(?:mposition(?:Update|Start|End)|ntextMenu|py)|anPlayThrough|anPlay|hange|lick|ut)|(?:(?:Duration|Volume|Rate)Chang|(?:MouseLea|(?:Touch|Mouse)Mo|DragLea)v|Paus)e|Loaded(?:Metad|D)ata|(?:Animation|Touch|Load|Drag)Start|(?:(?:T(?:ransition|ouch)|Animation)E|Suspe)nd|DoubleClick|(?:TouchCanc|Whe)el|(?:Mouse(?:Ent|Ov)e|Drag(?:Ent|Ov)e|Erro)r|TimeUpdate|(?:E(?:n(?:crypt|d)|mpti)|S(?:tall|eek))ed|MouseDown|P(?:rogress|laying)|(?:MouseOu|DragExi|S(?:elec|ubmi)|Rese|Inpu)t|KeyPress|DragEnd|Key(?:Down|Up)|(?:Wait|Seek)ing|(?:MouseU|Dro)p|Scroll|Paste|Focus|Abort|Drag|Play|Load|Blur)Captur|alignmentBaselin|(?:limitingConeAng|xlink(?:(?:Arcr|R)o|Tit)|s(?:urfaceSca|ty|ca)|unselectab|baseProfi|fontSty|(?:focus|dragg)ab|multip|profi|tit)l|d(?:ominantBaselin|efaultValu)|a(?:uto(?:Capitaliz|Revers|Sav)|dditiv)|(?:(?:formNoValid|xlinkActu|noValid|accumul|rot)a|autoComple|decelera)t|(?:(?:attribute|item)T|datat)yp|(?:attribute|glyph)Nam|playsInlin|(?:formE|e)ncTyp|(?:writing|input|edge)Mod|(?:xlinkTy|itemSco|keyTy|slo)p|(?:amplitu|mo)d|(?:xmlSpa|non)c|fillRul|(?:dateTi|na)m|r(?:esourc|ol)|xmlBas|wmod)e|(?:glyphOrientationHorizont|loc)al|(?:externalResourcesRequir|select|revers|mut)ed|c(?:o(?:lorInterpolationFilter|ntrol|ord)s|o(?:lor(?:Interpolation)?|ntent)|(?:ontentS(?:cript|tyle)Typ|o(?:ntentEditab|lorProfi)l|l(?:assNam|ipRul)|a(?:lcMod|ptur)|it)e|olorRendering|l(?:ipPathUnits|assID)|o(?:ntextMenu|ls)|h(?:eckedLink|a(?:llenge|rSet)|ildren|ecked)|ell(?:Spac|Padd)ing|(?:rossOrigi|olSpa)n|apHeight|lip(?:Path)?|ursor|[xy])|glyphOrientationVertical|d(?:angerouslySetInnerHTML|efaultChecked|ownload|isabled|isplay|[xy])|(?:s(?:trikethroughThickn|eaml)es|(?:und|ov)erlineThicknes|r(?:equiredExtension|adiu)|(?:requiredFeatur|tableValu|stitchTil|numOctav|filterR)e|key(?:(?:Splin|Tim)e|Param)|autoFocu|header|bia)s|(?:(?:st(?:rikethroughPosi|dDevia)|(?:und|ov)erlinePosi|(?:textDecor|elev)a|orienta)tio|(?:strokeLinejo|orig)i|formActio|zoomAndPa|onFocusI|directio|(?:vers|act)io|rowSpa|begi|ico)n|o(?:n(?:AnimationIteration|C(?:o(?:mposition(?:Update|Start|End)|ntextMenu|py)|anPlayThrough|anPlay|hange|lick|ut)|(?:(?:Duration|Volume|Rate)Chang|(?:MouseLea|(?:Touch|Mouse)Mo|DragLea)v|Paus)e|Loaded(?:Metad|D)ata|(?:Animation|Touch|Load|Drag)Start|(?:(?:T(?:ransition|ouch)|Animation)E|Suspe)nd|DoubleClick|(?:TouchCanc|Whe)el|(?:Mouse(?:Ent|Ov)e|Drag(?:Ent|Ov)e|Erro)r|TimeUpdate|(?:E(?:n(?:crypt|d)|mpti)|S(?:tall|eek))ed|MouseDown|P(?:rogress|laying)|(?:MouseOu|DragExi|S(?:elec|ubmi)|Rese|Inpu)t|KeyPress|DragEnd|Key(?:Down|Up)|(?:Wait|Seek)ing|(?:MouseU|Dro)p|Scroll|Paste|Focus|Abort|Drag|Play|Load|Blur)|rient)|p(?:reserveA(?:spectRatio|lpha)|ointsAt[X-Z]|anose1)|(?:patternContent|ma(?:sk(?:Content)?|rker)|primitive|gradient|pattern|filter)Units|(?:gradientT|patternT|t)ransform|(?:(?:allowTranspar|baseFrequ)enc|re(?:ferrerPolic|adOnl)|(?:(?:st(?:roke|op)O|floodO|fillO|o)pac|integr|secur)it|visibilit|fontFamil|accessKe|propert|summar)y|(?:strokeMiterlimi|(?:specularConsta|repeatCou|fontVaria)n|(?:(?:specularE|e)xpon|renderingInt|asc)en|d(?:iffuseConsta|esce)n|(?:fontSizeAdju|lengthAdju|manife)s|baselineShif|vectorEffec|(?:(?:mar(?:ker|gin)|x)H|accentH|fontW)eigh|a(?:utoCorrec|bou)|markerStar|onFocusOu|in(?:tercep|lis)|restar|forma|heigh|lis)t|(?:(?:st(?:rokeDasho|artO)|o)ffs|acceptChars|formTarg|viewTarg|srcS)et|(?:(?:enableBackgrou|markerE)n|s(?:p(?:readMetho|ee)|ee)|formMetho|m(?:arkerMi|etho)|preloa|kin)d|k(?:ernel(?:UnitLength|Matrix)|[1-4])|(?:[xy]ChannelSelect|lightingCol|textAnch|floodCol|stopCol|operat|htmlF)or|(?:allowFullScre|hidd)en|strokeDasharray|systemLanguage|(?:strokeLineca|itemPro|useMa|wra|loo)p|v(?:Mathematical|ert(?:Origin[XY]|AdvY)|alues|ocab)|(?:pointerEve|keyPoi)nts|unicodeRange|(?:(?:allowReord|placehold|frameBord|paintOrd|post|ord)e|repeatDu|d(?:efe|u))r|mathematical|(?:vI|i)deographic|h(?:oriz(?:Origin|Adv)X|ttpEquiv)|u(?:nicodeBidi|[12])|(?:fontStretc|hig)h|(?:(?:mar(?:ker|gin)W|strokeW)id|azimu)th|vAlphabetic|mediaGroup|spellCheck|(?:unitsPerE|optimu|fro)m|r(?:adioGroup|e(?:sults|f[XY]|l)|ows|[xy])|(?:xmlnsXl|valueL)ink|a(?:rabicForm|l(?:phabetic|t)|sync)|pathLength|(?:text|m(?:in|ax))Length|innerHTML|xlinkShow|(?:xlinkHr|glyphR)ef|r(?:e(?:quired|sult|f))?|o(?:verflow|pen)|(?:tabInde|(?:sand|b)bo|viewBo)x|(?:(?:href|xml|src)La|kerni)ng|f(?:o(?:ntSize|rm)|il(?:ter|l))|autoPlay|unicode|p(?:attern|oints)|t(?:arget[XY]|o)|i(?:temRef|n2|s)|divisor|d(?:efault|ata|ir)?|srcDoc|s(?:coped|te(?:m[hv]|p)|pan)|(?:width|size)s|(?:stri|la)ng|prefix|itemID|s(?:t(?:roke|art)|hape|cope|rc)|a(?:ccept|s)|t(?:arget|ype)|typeof|width|value|x(?:mlns)?|label|m(?:edia|a(?:sk|x)|in)|size|href|k(?:ey)?|end|low|x[12]|i[dn]|y[12]|g[12]|by|f[xy]|[yz])$/,W=RegExp.prototype.test.bind(new RegExp("^(data|aria)-[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"));function H(e){return"string"==typeof e}function V(e){return"function"==typeof e&&"string"==typeof e.styledComponentId}function Y(e){return e.displayName||e.name||"Component"}var G=function(e,t,n){var r=n&&e.theme===n.theme;return e.theme&&!r?e.theme:t},J=/[[\].#*$><+~=|^:(),"'`-]+/g,X=/(^-|-$)/g;function Q(e){return e.replace(J,"-").replace(X,"")}var Z,ee,te="__styled-components__",ne=te+"next__",re=c.a.shape({getTheme:c.a.func,subscribe:c.a.func,unsubscribe:c.a.func});var oe=function(e){function t(){C(this,t);var n=A(this,e.call(this));return n.unsubscribeToOuterId=-1,n.getTheme=n.getTheme.bind(n),n}return P(t,e),t.prototype.componentWillMount=function(){var e,t,n,r,o=this,i=this.context[ne];void 0!==i&&(this.unsubscribeToOuterId=i.subscribe((function(e){o.outerTheme=e}))),this.broadcast=(e=this.getTheme(),t={},n=0,r=e,{publish:function(e){for(var n in r=e,t){var o=t[n];void 0!==o&&o(r)}},subscribe:function(e){var o=n;return t[o]=e,n+=1,e(r),o},unsubscribe:function(e){t[e]=void 0}})},t.prototype.getChildContext=function(){var e,t=this;return T({},this.context,((e={})[ne]={getTheme:this.getTheme,subscribe:this.broadcast.subscribe,unsubscribe:this.broadcast.unsubscribe},e[te]=function(e){var n=t.broadcast.subscribe(e);return function(){return t.broadcast.unsubscribe(n)}},e))},t.prototype.componentWillReceiveProps=function(e){this.props.theme!==e.theme&&this.broadcast.publish(this.getTheme(e.theme))},t.prototype.componentWillUnmount=function(){-1!==this.unsubscribeToOuterId&&this.context[ne].unsubscribe(this.unsubscribeToOuterId)},t.prototype.getTheme=function(e){var t=e||this.props.theme;if("function"==typeof t)return t(this.outerTheme);if(!o()(t))throw new Error("[ThemeProvider] Please make your theme prop a plain object");return T({},this.outerTheme,t)},t.prototype.render=function(){return this.props.children?u.a.Children.only(this.props.children):null},t}(s.Component);oe.childContextTypes=((Z={})[te]=c.a.func,Z[ne]=re,Z),oe.contextTypes=((ee={})[ne]=re,ee);var ie={};function ae(e,t){for(var n=1540483477,r=t^e.length,o=e.length,i=0;o>=4;){var a=se(e,i);a=le(a,n),a=le(a^=a>>>24,n),r=le(r,n),r^=a,i+=4,o-=4}switch(o){case 3:r^=ue(e,i),r=le(r^=e.charCodeAt(i+2)<<16,n);break;case 2:r=le(r^=ue(e,i),n);break;case 1:r=le(r^=e.charCodeAt(i),n)}return r=le(r^=r>>>13,n),(r^=r>>>15)>>>0}function se(e,t){return e.charCodeAt(t++)+(e.charCodeAt(t++)<<8)+(e.charCodeAt(t++)<<16)+(e.charCodeAt(t)<<24)}function ue(e,t){return e.charCodeAt(t++)+(e.charCodeAt(t++)<<8)}function le(e,t){return(65535&(e|=0))*(t|=0)+(((e>>>16)*t&65535)<<16)|0}var ce=function e(t,n){for(var r=0;r2&&void 0!==arguments[2]?arguments[2]:{};var i=function(t){for(var i=arguments.length,a=Array(i>1?i-1:0),s=1;sa.length?(this.options.missing_key_callback&&this.options.missing_key_callback(l,e),s=[n,r],!0===this.options.debug&&console.log(s[p(b)(o)]),s[p()(o)]):(s=a[u])||(s=[n,r])[p()(o)]}});var h,b,g=function(){function e(e){return Object.prototype.toString.call(e).slice(8,-1).toLowerCase()}function t(e,t){for(var n=[];t>0;n[--t]=e);return n.join("")}var n=function(){return n.cache.hasOwnProperty(arguments[0])||(n.cache[arguments[0]]=n.parse(arguments[0])),n.format.call(null,n.cache[arguments[0]],arguments)};return n.format=function(n,r){var o,i,a,s,u,l,c,f=1,p=n.length,d="",h=[];for(i=0;i=0?"+"+o:o,l=s[4]?"0"==s[4]?"0":s[4].charAt(1):" ",c=s[6]-String(o).length,u=s[6]?t(l,c):"",h.push(s[5]?o+u:u+o)}return h.join("")},n.cache={},n.parse=function(e){for(var t=e,n=[],r=[],o=0;t;){if(null!==(n=/^[^\x25]+/.exec(t)))r.push(n[0]);else if(null!==(n=/^\x25{2}/.exec(t)))r.push("%");else{if(null===(n=/^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(t)))throw"[sprintf] huh?";if(n[2]){o|=1;var i=[],a=n[2],s=[];if(null===(s=/^([a-z_][a-z_\d]*)/i.exec(a)))throw"[sprintf] huh?";for(i.push(s[1]);""!==(a=a.substring(s[0].length));)if(null!==(s=/^\.([a-z_][a-z_\d]*)/i.exec(a)))i.push(s[1]);else{if(null===(s=/^\[(\d+)\]/.exec(a)))throw"[sprintf] huh?";i.push(s[1])}n[2]=i}else o|=2;if(3===o)throw"[sprintf] mixing positional and named placeholders is not (yet) supported";r.push(n)}t=t.substring(n[0].length)}return r},n}();f.parse_plural=function(e,t){return e=e.replace(/n/g,t),f.parse_expression(e)},f.sprintf=function(e,t){return"[object Array]"=={}.toString.call(t)?function(e,t){return t.unshift(e),g.apply(null,t)}(e,[].slice.call(t)):g.apply(this,[].slice.call(arguments))},f.prototype.sprintf=function(){return f.sprintf.apply(this,arguments)},f.PF={},f.PF.parse=function(e){var t=f.PF.extractPluralExpr(e);return f.PF.parser.parse.call(f.PF.parser,t)},f.PF.compile=function(e){var t=f.PF.parse(e);return function(e){return!0===(n=f.PF.interpreter(t)(e))?1:n||0;var n}},f.PF.interpreter=function(e){return function(t){switch(e.type){case"GROUP":return f.PF.interpreter(e.expr)(t);case"TERNARY":return f.PF.interpreter(e.expr)(t)?f.PF.interpreter(e.truthy)(t):f.PF.interpreter(e.falsey)(t);case"OR":return f.PF.interpreter(e.left)(t)||f.PF.interpreter(e.right)(t);case"AND":return f.PF.interpreter(e.left)(t)&&f.PF.interpreter(e.right)(t);case"LT":return f.PF.interpreter(e.left)(t)f.PF.interpreter(e.right)(t);case"LTE":return f.PF.interpreter(e.left)(t)<=f.PF.interpreter(e.right)(t);case"GTE":return f.PF.interpreter(e.left)(t)>=f.PF.interpreter(e.right)(t);case"EQ":return f.PF.interpreter(e.left)(t)==f.PF.interpreter(e.right)(t);case"NEQ":return f.PF.interpreter(e.left)(t)!=f.PF.interpreter(e.right)(t);case"MOD":return f.PF.interpreter(e.left)(t)%f.PF.interpreter(e.right)(t);case"VAR":return t;case"NUM":return e.val;default:throw new Error("Invalid Token found.")}}},f.PF.extractPluralExpr=function(e){e=e.replace(/^\s\s*/,"").replace(/\s\s*$/,""),/;\s*$/.test(e)||(e=e.concat(";"));var t,n=/nplurals\=(\d+);/,r=e.match(n);if(!(r.length>1))throw new Error("nplurals not found in plural_forms string: "+e);if(r[1],!((t=(e=e.replace(n,"")).match(/plural\=(.*);/))&&t.length>1))throw new Error("`plural` expression not found: "+e);return t[1]},f.PF.parser=(h={trace:function(){},yy:{},symbols_:{error:2,expressions:3,e:4,EOF:5,"?":6,":":7,"||":8,"&&":9,"<":10,"<=":11,">":12,">=":13,"!=":14,"==":15,"%":16,"(":17,")":18,n:19,NUMBER:20,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",6:"?",7:":",8:"||",9:"&&",10:"<",11:"<=",12:">",13:">=",14:"!=",15:"==",16:"%",17:"(",18:")",19:"n",20:"NUMBER"},productions_:[0,[3,2],[4,5],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,1],[4,1]],performAction:function(e,t,n,r,o,i,a){var s=i.length-1;switch(o){case 1:return{type:"GROUP",expr:i[s-1]};case 2:this.$={type:"TERNARY",expr:i[s-4],truthy:i[s-2],falsey:i[s]};break;case 3:this.$={type:"OR",left:i[s-2],right:i[s]};break;case 4:this.$={type:"AND",left:i[s-2],right:i[s]};break;case 5:this.$={type:"LT",left:i[s-2],right:i[s]};break;case 6:this.$={type:"LTE",left:i[s-2],right:i[s]};break;case 7:this.$={type:"GT",left:i[s-2],right:i[s]};break;case 8:this.$={type:"GTE",left:i[s-2],right:i[s]};break;case 9:this.$={type:"NEQ",left:i[s-2],right:i[s]};break;case 10:this.$={type:"EQ",left:i[s-2],right:i[s]};break;case 11:this.$={type:"MOD",left:i[s-2],right:i[s]};break;case 12:this.$={type:"GROUP",expr:i[s-1]};break;case 13:this.$={type:"VAR"};break;case 14:this.$={type:"NUM",val:Number(e)}}},table:[{3:1,4:2,17:[1,3],19:[1,4],20:[1,5]},{1:[3]},{5:[1,6],6:[1,7],8:[1,8],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16]},{4:17,17:[1,3],19:[1,4],20:[1,5]},{5:[2,13],6:[2,13],7:[2,13],8:[2,13],9:[2,13],10:[2,13],11:[2,13],12:[2,13],13:[2,13],14:[2,13],15:[2,13],16:[2,13],18:[2,13]},{5:[2,14],6:[2,14],7:[2,14],8:[2,14],9:[2,14],10:[2,14],11:[2,14],12:[2,14],13:[2,14],14:[2,14],15:[2,14],16:[2,14],18:[2,14]},{1:[2,1]},{4:18,17:[1,3],19:[1,4],20:[1,5]},{4:19,17:[1,3],19:[1,4],20:[1,5]},{4:20,17:[1,3],19:[1,4],20:[1,5]},{4:21,17:[1,3],19:[1,4],20:[1,5]},{4:22,17:[1,3],19:[1,4],20:[1,5]},{4:23,17:[1,3],19:[1,4],20:[1,5]},{4:24,17:[1,3],19:[1,4],20:[1,5]},{4:25,17:[1,3],19:[1,4],20:[1,5]},{4:26,17:[1,3],19:[1,4],20:[1,5]},{4:27,17:[1,3],19:[1,4],20:[1,5]},{6:[1,7],8:[1,8],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16],18:[1,28]},{6:[1,7],7:[1,29],8:[1,8],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16]},{5:[2,3],6:[2,3],7:[2,3],8:[2,3],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16],18:[2,3]},{5:[2,4],6:[2,4],7:[2,4],8:[2,4],9:[2,4],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16],18:[2,4]},{5:[2,5],6:[2,5],7:[2,5],8:[2,5],9:[2,5],10:[2,5],11:[2,5],12:[2,5],13:[2,5],14:[2,5],15:[2,5],16:[1,16],18:[2,5]},{5:[2,6],6:[2,6],7:[2,6],8:[2,6],9:[2,6],10:[2,6],11:[2,6],12:[2,6],13:[2,6],14:[2,6],15:[2,6],16:[1,16],18:[2,6]},{5:[2,7],6:[2,7],7:[2,7],8:[2,7],9:[2,7],10:[2,7],11:[2,7],12:[2,7],13:[2,7],14:[2,7],15:[2,7],16:[1,16],18:[2,7]},{5:[2,8],6:[2,8],7:[2,8],8:[2,8],9:[2,8],10:[2,8],11:[2,8],12:[2,8],13:[2,8],14:[2,8],15:[2,8],16:[1,16],18:[2,8]},{5:[2,9],6:[2,9],7:[2,9],8:[2,9],9:[2,9],10:[2,9],11:[2,9],12:[2,9],13:[2,9],14:[2,9],15:[2,9],16:[1,16],18:[2,9]},{5:[2,10],6:[2,10],7:[2,10],8:[2,10],9:[2,10],10:[2,10],11:[2,10],12:[2,10],13:[2,10],14:[2,10],15:[2,10],16:[1,16],18:[2,10]},{5:[2,11],6:[2,11],7:[2,11],8:[2,11],9:[2,11],10:[2,11],11:[2,11],12:[2,11],13:[2,11],14:[2,11],15:[2,11],16:[2,11],18:[2,11]},{5:[2,12],6:[2,12],7:[2,12],8:[2,12],9:[2,12],10:[2,12],11:[2,12],12:[2,12],13:[2,12],14:[2,12],15:[2,12],16:[2,12],18:[2,12]},{4:30,17:[1,3],19:[1,4],20:[1,5]},{5:[2,2],6:[1,7],7:[2,2],8:[1,8],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16],18:[2,2]}],defaultActions:{6:[2,1]},parseError:function(e,t){throw new Error(e)},parse:function(e){var t=this,n=[0],r=[null],o=[],i=this.table,a="",s=0,u=0,l=0;this.lexer.setInput(e),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,void 0===this.lexer.yylloc&&(this.lexer.yylloc={});var c=this.lexer.yylloc;function f(){var e;return"number"!=typeof(e=t.lexer.lex()||1)&&(e=t.symbols_[e]||e),e}o.push(c),"function"==typeof this.yy.parseError&&(this.parseError=this.yy.parseError);for(var p,d,h,b,g,y,v,m,w,_,x={};;){if(h=n[n.length-1],this.defaultActions[h]?b=this.defaultActions[h]:(null==p&&(p=f()),b=i[h]&&i[h][p]),void 0===b||!b.length||!b[0]){if(!l){for(y in w=[],i[h])this.terminals_[y]&&y>2&&w.push("'"+this.terminals_[y]+"'");var k="";k=this.lexer.showPosition?"Parse error on line "+(s+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+w.join(", ")+", got '"+this.terminals_[p]+"'":"Parse error on line "+(s+1)+": Unexpected "+(1==p?"end of input":"'"+(this.terminals_[p]||p)+"'"),this.parseError(k,{text:this.lexer.match,token:this.terminals_[p]||p,line:this.lexer.yylineno,loc:c,expected:w})}if(3==l){if(1==p)throw new Error(k||"Parsing halted.");u=this.lexer.yyleng,a=this.lexer.yytext,s=this.lexer.yylineno,c=this.lexer.yylloc,p=f()}for(;!(2..toString()in i[h]);){if(0==h)throw new Error(k||"Parsing halted.");_=1,n.length=n.length-2*_,r.length=r.length-_,o.length=o.length-_,h=n[n.length-1]}d=p,p=2,b=i[h=n[n.length-1]]&&i[h][2],l=3}if(b[0]instanceof Array&&b.length>1)throw new Error("Parse Error: multiple actions possible at state: "+h+", token: "+p);switch(b[0]){case 1:n.push(p),r.push(this.lexer.yytext),o.push(this.lexer.yylloc),n.push(b[1]),p=null,d?(p=d,d=null):(u=this.lexer.yyleng,a=this.lexer.yytext,s=this.lexer.yylineno,c=this.lexer.yylloc,l>0&&l--);break;case 2:if(v=this.productions_[b[1]][1],x.$=r[r.length-v],x._$={first_line:o[o.length-(v||1)].first_line,last_line:o[o.length-1].last_line,first_column:o[o.length-(v||1)].first_column,last_column:o[o.length-1].last_column},void 0!==(g=this.performAction.call(x,a,u,s,this.yy,b[1],r,o)))return g;v&&(n=n.slice(0,-1*v*2),r=r.slice(0,-1*v),o=o.slice(0,-1*v)),n.push(this.productions_[b[1]][0]),r.push(x.$),o.push(x._$),m=i[n[n.length-2]][n[n.length-1]],n.push(m);break;case 3:return!0}}return!0}},b=function(){var e={EOF:1,parseError:function(e,t){if(!this.yy.parseError)throw new Error(e);this.yy.parseError(e,t)},setInput:function(e){return this._input=e,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this},input:function(){var e=this._input[0];return this.yytext+=e,this.yyleng++,this.match+=e,this.matched+=e,e.match(/\n/)&&this.yylineno++,this._input=this._input.slice(1),e},unput:function(e){return this._input=e+this._input,this},more:function(){return this._more=!0,this},pastInput:function(){var e=this.matched.substr(0,this.matched.length-this.match.length);return(e.length>20?"...":"")+e.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var e=this.match;return e.length<20&&(e+=this._input.substr(0,20-e.length)),(e.substr(0,20)+(e.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var e=this.pastInput(),t=new Array(e.length+1).join("-");return e+this.upcomingInput()+"\n"+t+"^"},next:function(){if(this.done)return this.EOF;var e,t;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var n=this._currentRules(),r=0;r=/,/^/,/^!=/,/^==/,/^%/,/^\(/,/^\)/,/^$/,/^./],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],inclusive:!0}}};return e}(),h.lexer=b,h),e.exports&&(t=e.exports=f),t.Jed=f}()},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){"use strict";var r=n(61);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){var r=n(47),o=n(91),i=n(268),a=n(140)("src"),s=n(269),u=(""+s).split("toString");n(92).inspectSource=function(e){return s.call(e)},(e.exports=function(e,t,n,s){var l="function"==typeof n;l&&(i(n,"name")||o(n,"name",t)),e[t]!==n&&(l&&(i(n,a)||o(n,a,e[t]?""+e[t]:u.join(String(t)))),e===r?e[t]=n:s?e[t]?e[t]=n:o(e,t,n):(delete e[t],o(e,t,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||s.call(this)})},function(e,t,n){var r=n(139),o=n(267);e.exports=n(46)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n=e.exports={version:"2.6.9"};"number"==typeof __e&&(__e=n)},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t){var n=e.exports={version:"2.6.9"};"number"==typeof __e&&(__e=n)},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){var r=n(98),o=n(99);function i(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}i.prototype=r(o.prototype),i.prototype.constructor=i,e.exports=i},function(e,t,n){var r=n(28),o=Object.create,i=function(){function e(){}return function(t){if(!r(t))return{};if(o)return o(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();e.exports=i},function(e,t){e.exports=function(){}},function(e,t){e.exports=function(e,t){for(var n=-1,r=t.length,o=e.length;++n-1&&e%1==0&&e<=n}},function(e,t,n){var r=n(168),o=n(169),i=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,s=a?function(e){return null==e?[]:(e=Object(e),r(a(e),function(t){return i.call(e,t)}))}:o;e.exports=s},function(e,t,n){var r=n(166)(Object.getPrototypeOf,Object);e.exports=r},function(e,t,n){var r=n(174);e.exports=function(e){var t=new e.constructor(e.byteLength);return new r(t).set(new r(e)),t}},function(e,t,n){var r=n(11),o=n(74),i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/;e.exports=function(e,t){if(r(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!o(e))||a.test(e)||!i.test(e)||null!=t&&e in Object(t)}},function(e,t,n){var r=n(73),o=n(52);e.exports=function(e,t){for(var n=0,i=(t=r(t,e)).length;null!=e&&n0?r:n)(e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.canUseDOM=void 0;var r,o=n(404);var i=((r=o)&&r.__esModule?r:{default:r}).default,a=i.canUseDOM?window.HTMLElement:{};t.canUseDOM=i.canUseDOM;t.default=a},function(e,t){var n=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");e.exports=function(e){return n.test(e)}},function(e,t,n){"use strict";var r=n(54),o=n(18),i=n(38),a=n(19),s=n(77),u=n(31),l=n(3),c=n(42),f=n(29),p=n(119),d=l.List,h=l.Record,b=l.Repeat,g=u.draft_tree_data_support?a:i,y=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.getEntityMap=function(){return s},t.prototype.getBlockMap=function(){return this.get("blockMap")},t.prototype.getSelectionBefore=function(){return this.get("selectionBefore")},t.prototype.getSelectionAfter=function(){return this.get("selectionAfter")},t.prototype.getBlockForKey=function(e){return this.getBlockMap().get(e)},t.prototype.getKeyBefore=function(e){return this.getBlockMap().reverse().keySeq().skipUntil(function(t){return t===e}).skip(1).first()},t.prototype.getKeyAfter=function(e){return this.getBlockMap().keySeq().skipUntil(function(t){return t===e}).skip(1).first()},t.prototype.getBlockAfter=function(e){return this.getBlockMap().skipUntil(function(t,n){return n===e}).skip(1).first()},t.prototype.getBlockBefore=function(e){return this.getBlockMap().reverse().skipUntil(function(t,n){return n===e}).skip(1).first()},t.prototype.getBlocksAsArray=function(){return this.getBlockMap().toArray()},t.prototype.getFirstBlock=function(){return this.getBlockMap().first()},t.prototype.getLastBlock=function(){return this.getBlockMap().last()},t.prototype.getPlainText=function(e){return this.getBlockMap().map(function(e){return e?e.getText():""}).join(e||"\n")},t.prototype.getLastCreatedEntityKey=function(){return s.__getLastCreatedEntityKey()},t.prototype.hasText=function(){var e=this.getBlockMap();return e.size>1||e.first().getLength()>0},t.prototype.createEntity=function(e,t,n){return s.__create(e,t,n),this},t.prototype.mergeEntityData=function(e,t){return s.__mergeData(e,t),this},t.prototype.replaceEntityData=function(e,t){return s.__replaceData(e,t),this},t.prototype.addEntity=function(e){return s.__add(e),this},t.prototype.getEntity=function(e){return s.__get(e)},t.createFromBlockArray=function(e,n){var o=Array.isArray(e)?e:e.contentBlocks,i=r.createFromArray(o),a=i.isEmpty()?new c:c.createEmpty(i.first().getKey());return new t({blockMap:i,entityMap:n||s,selectionBefore:a,selectionAfter:a})},t.createFromText=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:/\r\n?|\n/g,r=e.split(n).map(function(e){return e=p(e),new g({key:f(),text:e,type:"unstyled",characterList:d(b(o.EMPTY,e.length))})});return t.createFromBlockArray(r)},t}(h({entityMap:null,blockMap:null,selectionBefore:null,selectionAfter:null}));e.exports=y},function(e,t,n){"use strict";var r=new RegExp("\r","g");e.exports=function(e){return e.replace(r,"")}},function(e,t,n){"use strict";var r=n(5),o="LTR",i="RTL",a=null;function s(e){return e===o||e===i}function u(e){return s(e)||r(!1),e===o?"ltr":"rtl"}function l(e){a=e}var c={NEUTRAL:"NEUTRAL",LTR:o,RTL:i,isStrong:s,getHTMLDir:u,getHTMLDirIfDifferent:function(e,t){return s(e)||r(!1),s(t)||r(!1),e===t?null:u(e)},setGlobalDir:l,initGlobalDir:function(){l(o)},getGlobalDir:function(){return a||this.initGlobalDir(),a||r(!1),a}};e.exports=c},function(e,t,n){"use strict";var r=n(3).Map,o=n(1),i=n(43),a=r({"header-one":{element:"h1"},"header-two":{element:"h2"},"header-three":{element:"h3"},"header-four":{element:"h4"},"header-five":{element:"h5"},"header-six":{element:"h6"},"unordered-list-item":{element:"li",wrapper:o.createElement("ul",{className:i("public/DraftStyleDefault/ul")})},"ordered-list-item":{element:"li",wrapper:o.createElement("ol",{className:i("public/DraftStyleDefault/ol")})},blockquote:{element:"blockquote"},atomic:{element:"figure"},"code-block":{element:"pre",wrapper:o.createElement("pre",{className:i("public/DraftStyleDefault/pre")})},unstyled:{element:"div",aliasedElements:["p"]}});e.exports=a},function(e,t,n){"use strict";e.exports={BACKSPACE:8,TAB:9,RETURN:13,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46,COMMA:188,PERIOD:190,A:65,Z:90,ZERO:48,NUMPAD_0:96,NUMPAD_9:105}},function(e,t,n){"use strict";function r(e,t){return t&&"MUTABLE"===e.__get(t).getMutability()?t:null}e.exports=function(e,t){var n;if(t.isCollapsed()){var o=t.getAnchorKey(),i=t.getAnchorOffset();return i>0?(n=e.getBlockForKey(o).getEntityAt(i-1))!==e.getBlockForKey(o).getEntityAt(i)?null:r(e.getEntityMap(),n):null}var a=t.getStartKey(),s=t.getStartOffset(),u=e.getBlockForKey(a);return n=s===u.getLength()?null:u.getEntityAt(s),r(e.getEntityMap(),n)}},function(e,t,n){"use strict";var r=n(454);e.exports=function e(t,n){return!(!t||!n)&&(t===n||!r(t)&&(r(n)?e(t,n.parentNode):"contains"in t?t.contains(n):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(n))))}},function(e,t,n){"use strict";function r(e,t){var n=o.get(e,t);return"auto"===n||"scroll"===n}var o={get:n(456),getScrollParent:function(e){if(!e)return null;for(var t=e.ownerDocument;e&&e!==t.body;){if(r(e,"overflow")||r(e,"overflowY")||r(e,"overflowX"))return e;e=e.parentNode}return t.defaultView||t.parentWindow}};e.exports=o},function(e,t,n){"use strict";var r=n(461),o=n(462);e.exports=function(e){var t=r(e.ownerDocument||e.document);e.Window&&e instanceof e.Window&&(e=t);var n=o(e),i=e===t?e.ownerDocument.documentElement:e,a=e.scrollWidth-i.clientWidth,s=e.scrollHeight-i.clientHeight;return n.x=Math.max(0,Math.min(n.x,a)),n.y=Math.max(0,Math.min(n.y,s)),n}},function(e,t,n){"use strict";var r=n(199);e.exports=function(e){for(var t=e;t&&t!==document.documentElement;){var n=r(t);if(null!=n)return n;t=t.parentNode}return null}},function(e,t,n){"use strict";var r=n(25).isPlatform("Mac OS X"),o={isCtrlKeyCommand:function(e){return!!e.ctrlKey&&!e.altKey},isOptionKeyCommand:function(e){return r&&e.altKey},hasCommandModifier:function(e){return r?!!e.metaKey&&!e.altKey:o.isCtrlKeyCommand(e)}};e.exports=o},function(e,t,n){"use strict";e.exports=function(e,t){var n=e.getSelection(),r=e.getCurrentContent(),o=n.getStartKey(),i=n.getStartOffset(),a=o,s=0;if(t>i){var u=r.getKeyBefore(o);null==u?a=o:(a=u,s=r.getBlockForKey(u).getText().length)}else s=i-t;return n.merge({focusKey:a,focusOffset:s,isBackward:!0})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.buildOneFormFromRegex=function(e,t){for(var n=0;n\/\\–\-\u2014\u00d7\u002b\u0026\s]/g,"");(0,o.isEmpty)(n)&&(t.keyword=i.keyword),this._attributes=t};a.prototype.hasKeyword=function(){return""!==this._attributes.keyword},a.prototype.getKeyword=function(){return this._attributes.keyword},a.prototype.hasSynonyms=function(){return""!==this._attributes.synonyms},a.prototype.getSynonyms=function(){return this._attributes.synonyms},a.prototype.hasText=function(){return""!==this._text},a.prototype.getText=function(){return this._text},a.prototype.hasDescription=function(){return""!==this._attributes.description},a.prototype.getDescription=function(){return this._attributes.description},a.prototype.hasTitle=function(){return""!==this._attributes.title},a.prototype.getTitle=function(){return this._attributes.title},a.prototype.hasTitleWidth=function(){return 0!==this._attributes.titleWidth},a.prototype.getTitleWidth=function(){return this._attributes.titleWidth},a.prototype.hasUrl=function(){return""!==this._attributes.url},a.prototype.getUrl=function(){return this._attributes.url},a.prototype.hasLocale=function(){return""!==this._attributes.locale},a.prototype.getLocale=function(){return this._attributes.locale},a.prototype.hasPermalink=function(){return""!==this._attributes.permalink},a.prototype.getPermalink=function(){return this._attributes.permalink},a.prototype.serialize=function(){return r({_parseClass:"Paper",text:this._text},this._attributes)},a.prototype.equals=function(e){return this._text===e.getText()&&(0,o.isEqual)(this._attributes,e._attributes)},a.parse=function(e){var t=e.text,n=(e._parseClass,function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["text","_parseClass"]));return new a(t,n)},t.default=a},function(e,t,n){e.exports=function(e,t){var n,r,o,i=0;function a(){var t,a,s=r,u=arguments.length;e:for(;s;){if(s.args.length===arguments.length){for(a=0;a=t||n<0||p&&e-c>=a}function _(){var e=g();if(w(e))return x(e);u=setTimeout(_,function(e){var n=t-(e-l);return p?b(n,a-(e-c)):n}(e))}function x(e){return u=void 0,d&&o?m(e):(o=i=void 0,s)}function k(){var e=g(),n=w(e);if(o=arguments,i=this,l=e,n){if(void 0===u)return function(e){return c=e,u=setTimeout(_,t),f?m(e):s}(l);if(p)return u=setTimeout(_,t),m(l)}return void 0===u&&(u=setTimeout(_,t)),s}return t=v(t)||0,y(r)&&(f=!!r.leading,a=(p="maxWait"in r)?h(v(r.maxWait)||0,t):a,d="trailing"in r?!!r.trailing:d),k.cancel=function(){void 0!==u&&clearTimeout(u),c=0,o=l=i=u=void 0},k.flush=function(){return void 0===u?s:x(g())},k}}).call(this,n(15))},function(e,t,n){e.exports=function e(t){"use strict";var n=/^\0+/g,r=/[\0\r\f]/g,o=/: */g,i=/zoo|gra/,a=/([,: ])(transform)/g,s=/,+\s*(?![^(]*[)])/g,u=/ +\s*(?![^(]*[)])/g,l=/ *[\0] */g,c=/,\r+?/g,f=/([\t\r\n ])*\f?&/g,p=/:global\(((?:[^\(\)\[\]]*|\[.*\]|\([^\(\)]*\))*)\)/g,d=/\W+/g,h=/@(k\w+)\s*(\S*)\s*/,b=/::(place)/g,g=/:(read-only)/g,y=/\s+(?=[{\];=:>])/g,v=/([[}=:>])\s+/g,m=/(\{[^{]+?);(?=\})/g,w=/\s{2,}/g,_=/([^\(])(:+) */g,x=/[svh]\w+-[tblr]{2}/,k=/\(\s*(.*)\s*\)/g,O=/([\s\S]*?);/g,S=/-self|flex-/g,E=/[^]*?(:[rp][el]a[\w-]+)[^]*/,C=/stretch|:\s*\w+\-(?:conte|avail)/,j=/([^-])(image-set\()/,T="-webkit-",P="-moz-",z="-ms-",A=59,R=125,I=123,M=40,q=41,B=91,F=93,N=10,D=13,$=9,L=64,U=32,W=38,K=45,H=95,V=42,G=44,Y=58,X=39,J=34,Q=47,Z=62,ee=43,te=126,ne=0,re=12,oe=11,ie=107,ae=109,se=115,ue=112,le=111,ce=105,fe=99,pe=100,de=112,he=1,be=1,ge=0,ye=1,ve=1,me=1,we=0,_e=0,xe=0,ke=[],Oe=[],Se=0,Ee=null,Ce=-2,je=-1,Te=0,Pe=1,ze=2,Ae=3,Re=0,Ie=1,Me="",qe="",Be="";function Fe(e,t,o,i,a){for(var s,u,c=0,f=0,p=0,d=0,y=0,v=0,m=0,w=0,x=0,O=0,S=0,E=0,C=0,j=0,H=0,we=0,Oe=0,Ee=0,Ce=0,je=o.length,De=je-1,He="",Ve="",Ge="",Ye="",Xe="",Je="";H0&&(Ve=Ve.replace(r,"")),Ve.trim().length>0)){switch(m){case U:case $:case A:case D:case N:break;default:Ve+=o.charAt(H)}m=A}if(1===Oe)switch(m){case I:case R:case A:case J:case X:case M:case q:case G:Oe=0;case $:case D:case N:case U:break;default:for(Oe=0,Ce=H,y=m,H--,m=A;Ce0&&(++H,m=y);case I:Ce=je}}switch(m){case I:for(y=(Ve=Ve.trim()).charCodeAt(0),S=1,Ce=++H;H0&&(Ve=Ve.replace(r,"")),v=Ve.charCodeAt(1)){case pe:case ae:case se:case K:s=t;break;default:s=ke}if(Ce=(Ge=Fe(t,s,Ge,v,a+1)).length,xe>0&&0===Ce&&(Ce=Ve.length),Se>0&&(s=Ne(ke,Ve,Ee),u=We(Ae,Ge,s,t,be,he,Ce,v,a,i),Ve=s.join(""),void 0!==u&&0===(Ce=(Ge=u.trim()).length)&&(v=0,Ge="")),Ce>0)switch(v){case se:Ve=Ve.replace(k,Ue);case pe:case ae:case K:Ge=Ve+"{"+Ge+"}";break;case ie:Ge=(Ve=Ve.replace(h,"$1 $2"+(Ie>0?Me:"")))+"{"+Ge+"}",Ge=1===ve||2===ve&&Le("@"+Ge,3)?"@"+T+Ge+"@"+Ge:"@"+Ge;break;default:Ge=Ve+Ge,i===de&&(Ye+=Ge,Ge="")}else Ge="";break;default:Ge=Fe(t,Ne(t,Ve,Ee),Ge,i,a+1)}Xe+=Ge,E=0,Oe=0,j=0,we=0,Ee=0,C=0,Ve="",Ge="",m=o.charCodeAt(++H);break;case R:case A:if((Ce=(Ve=(we>0?Ve.replace(r,""):Ve).trim()).length)>1)switch(0===j&&((y=Ve.charCodeAt(0))===K||y>96&&y<123)&&(Ce=(Ve=Ve.replace(" ",":")).length),Se>0&&void 0!==(u=We(Pe,Ve,t,e,be,he,Ye.length,i,a,i))&&0===(Ce=(Ve=u.trim()).length)&&(Ve="\0\0"),y=Ve.charCodeAt(0),v=Ve.charCodeAt(1),y){case ne:break;case L:if(v===ce||v===fe){Je+=Ve+o.charAt(H);break}default:if(Ve.charCodeAt(Ce-1)===Y)break;Ye+=$e(Ve,y,v,Ve.charCodeAt(2))}E=0,Oe=0,j=0,we=0,Ee=0,Ve="",m=o.charCodeAt(++H)}}switch(m){case D:case N:if(f+d+p+c+_e===0)switch(O){case q:case X:case J:case L:case te:case Z:case V:case ee:case Q:case K:case Y:case G:case A:case I:case R:break;default:j>0&&(Oe=1)}f===Q?f=0:ye+E===0&&i!==ie&&Ve.length>0&&(we=1,Ve+="\0"),Se*Re>0&&We(Te,Ve,t,e,be,he,Ye.length,i,a,i),he=1,be++;break;case A:case R:if(f+d+p+c===0){he++;break}default:switch(he++,He=o.charAt(H),m){case $:case U:if(d+c+f===0)switch(w){case G:case Y:case $:case U:He="";break;default:m!==U&&(He=" ")}break;case ne:He="\\0";break;case re:He="\\f";break;case oe:He="\\v";break;case W:d+f+c===0&&ye>0&&(Ee=1,we=1,He="\f"+He);break;case 108:if(d+f+c+ge===0&&j>0)switch(H-j){case 2:w===ue&&o.charCodeAt(H-3)===Y&&(ge=w);case 8:x===le&&(ge=x)}break;case Y:d+f+c===0&&(j=H);break;case G:f+p+d+c===0&&(we=1,He+="\r");break;case J:case X:0===f&&(d=d===m?0:0===d?m:d);break;case B:d+f+p===0&&c++;break;case F:d+f+p===0&&c--;break;case q:d+f+c===0&&p--;break;case M:if(d+f+c===0){if(0===E)switch(2*w+3*x){case 533:break;default:S=0,E=1}p++}break;case L:f+p+d+c+j+C===0&&(C=1);break;case V:case Q:if(d+c+p>0)break;switch(f){case 0:switch(2*m+3*o.charCodeAt(H+1)){case 235:f=Q;break;case 220:Ce=H,f=V}break;case V:m===Q&&w===V&&Ce+2!==H&&(33===o.charCodeAt(Ce+2)&&(Ye+=o.substring(Ce,H+1)),He="",f=0)}}if(0===f){if(ye+d+c+C===0&&i!==ie&&m!==A)switch(m){case G:case te:case Z:case ee:case q:case M:if(0===E){switch(w){case $:case U:case N:case D:He+="\0";break;default:He="\0"+He+(m===G?"":"\0")}we=1}else switch(m){case M:j+7===H&&108===w&&(j=0),E=++S;break;case q:0==(E=--S)&&(we=1,He+="\0")}break;case $:case U:switch(w){case ne:case I:case R:case A:case G:case re:case $:case U:case N:case D:break;default:0===E&&(we=1,He+="\0")}}Ve+=He,m!==U&&m!==$&&(O=m)}}x=w,w=m,H++}if(Ce=Ye.length,xe>0&&0===Ce&&0===Xe.length&&0===t[0].length==0&&(i!==ae||1===t.length&&(ye>0?qe:Be)===t[0])&&(Ce=t.join(",").length+2),Ce>0){if(s=0===ye&&i!==ie?function(e){for(var t,n,o=0,i=e.length,a=Array(i);o1)){if(p=u.charCodeAt(u.length-1),d=n.charCodeAt(0),t="",0!==c)switch(p){case V:case te:case Z:case ee:case U:case M:break;default:t=" "}switch(d){case W:n=t+qe;case te:case Z:case ee:case U:case q:case M:break;case B:n=t+n+qe;break;case Y:switch(2*n.charCodeAt(1)+3*n.charCodeAt(2)){case 530:if(me>0){n=t+n.substring(8,f-1);break}default:(c<1||s[c-1].length<1)&&(n=t+qe+n)}break;case G:t="";default:n=f>1&&n.indexOf(":")>0?t+n.replace(_,"$1"+qe+"$2"):t+n+qe}u+=n}a[o]=u.replace(r,"").trim()}return a}(t):t,Se>0&&void 0!==(u=We(ze,Ye,s,e,be,he,Ce,i,a,i))&&0===(Ye=u).length)return Je+Ye+Xe;if(Ye=s.join(",")+"{"+Ye+"}",ve*ge!=0){switch(2!==ve||Le(Ye,2)||(ge=0),ge){case le:Ye=Ye.replace(g,":"+P+"$1")+Ye;break;case ue:Ye=Ye.replace(b,"::"+T+"input-$1")+Ye.replace(b,"::"+P+"$1")+Ye.replace(b,":"+z+"input-$1")+Ye}ge=0}}return Je+Ye+Xe}function Ne(e,t,n){var r=t.trim().split(c),o=r,i=r.length,a=e.length;switch(a){case 0:case 1:for(var s=0,u=0===a?"":e[0]+" ";s0&&ye>0)return o.replace(p,"$1").replace(f,"$1"+Be);break;default:return e.trim()+o.replace(f,"$1"+e.trim())}default:if(n*ye>0&&o.indexOf("\f")>0)return o.replace(f,(e.charCodeAt(0)===Y?"":"$1")+e.trim())}return e+o}function $e(e,t,n,r){var l,c=0,f=e+";",p=2*t+3*n+4*r;if(944===p)return function(e){var t=e.length,n=e.indexOf(":",9)+1,r=e.substring(0,n).trim(),o=e.substring(n,t-1).trim();switch(e.charCodeAt(9)*Ie){case 0:break;case K:if(110!==e.charCodeAt(10))break;default:for(var i=o.split((o="",s)),a=0,n=0,t=i.length;aL&&f<90||f>96&&f<123||f===H||f===K&&l.charCodeAt(1)!==K))switch(isNaN(parseFloat(l))+(-1!==l.indexOf("("))){case 1:switch(l){case"infinite":case"alternate":case"backwards":case"running":case"normal":case"forwards":case"both":case"none":case"linear":case"ease":case"ease-in":case"ease-out":case"ease-in-out":case"paused":case"reverse":case"alternate-reverse":case"inherit":case"initial":case"unset":case"step-start":case"step-end":break;default:l+=Me}}c[n++]=l}o+=(0===a?"":",")+c.join(" ")}}return o=r+o+";",1===ve||2===ve&&Le(o,1)?T+o+o:o}(f);if(0===ve||2===ve&&!Le(f,1))return f;switch(p){case 1015:return 97===f.charCodeAt(10)?T+f+f:f;case 951:return 116===f.charCodeAt(3)?T+f+f:f;case 963:return 110===f.charCodeAt(5)?T+f+f:f;case 1009:if(100!==f.charCodeAt(4))break;case 969:case 942:return T+f+f;case 978:return T+f+P+f+f;case 1019:case 983:return T+f+P+f+z+f+f;case 883:return f.charCodeAt(8)===K?T+f+f:f.indexOf("image-set(",11)>0?f.replace(j,"$1"+T+"$2")+f:f;case 932:if(f.charCodeAt(4)===K)switch(f.charCodeAt(5)){case 103:return T+"box-"+f.replace("-grow","")+T+f+z+f.replace("grow","positive")+f;case 115:return T+f+z+f.replace("shrink","negative")+f;case 98:return T+f+z+f.replace("basis","preferred-size")+f}return T+f+z+f+f;case 964:return T+f+z+"flex-"+f+f;case 1023:if(99!==f.charCodeAt(8))break;return l=f.substring(f.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),T+"box-pack"+l+T+f+z+"flex-pack"+l+f;case 1005:return i.test(f)?f.replace(o,":"+T)+f.replace(o,":"+P)+f:f;case 1e3:switch(c=(l=f.substring(13).trim()).indexOf("-")+1,l.charCodeAt(0)+l.charCodeAt(c)){case 226:l=f.replace(x,"tb");break;case 232:l=f.replace(x,"tb-rl");break;case 220:l=f.replace(x,"lr");break;default:return f}return T+f+z+l+f;case 1017:if(-1===f.indexOf("sticky",9))return f;case 975:switch(c=(f=e).length-10,p=(l=(33===f.charCodeAt(c)?f.substring(0,c):f).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|l.charCodeAt(7))){case 203:if(l.charCodeAt(8)<111)break;case 115:f=f.replace(l,T+l)+";"+f;break;case 207:case 102:f=f.replace(l,T+(p>102?"inline-":"")+"box")+";"+f.replace(l,T+l)+";"+f.replace(l,z+l+"box")+";"+f}return f+";";case 938:if(f.charCodeAt(5)===K)switch(f.charCodeAt(6)){case 105:return l=f.replace("-items",""),T+f+T+"box-"+l+z+"flex-"+l+f;case 115:return T+f+z+"flex-item-"+f.replace(S,"")+f;default:return T+f+z+"flex-line-pack"+f.replace("align-content","").replace(S,"")+f}break;case 973:case 989:if(f.charCodeAt(3)!==K||122===f.charCodeAt(4))break;case 931:case 953:if(!0===C.test(e))return 115===(l=e.substring(e.indexOf(":")+1)).charCodeAt(0)?$e(e.replace("stretch","fill-available"),t,n,r).replace(":fill-available",":stretch"):f.replace(l,T+l)+f.replace(l,P+l.replace("fill-",""))+f;break;case 962:if(f=T+f+(102===f.charCodeAt(5)?z+f:"")+f,n+r===211&&105===f.charCodeAt(13)&&f.indexOf("transform",10)>0)return f.substring(0,f.indexOf(";",27)+1).replace(a,"$1"+T+"$2")+f}return f}function Le(e,t){var n=e.indexOf(1===t?":":"{"),r=e.substring(0,3!==t?n:10),o=e.substring(n+1,e.length-1);return Ee(2!==t?r:r.replace(E,"$1"),o,t)}function Ue(e,t){var n=$e(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return n!==t+";"?n.replace(O," or ($1)").substring(4):"("+t+")"}function We(e,t,n,r,o,i,a,s,u,l){for(var c,f=0,p=t;f0&&(Me=o.replace(d,i===B?"":"-")),i=1,1===ye?Be=o:qe=o;var a,s=[Be];Se>0&&void 0!==(a=We(je,n,s,s,be,he,0,0,0,0))&&"string"==typeof a&&(n=a);var u=Fe(ke,s,n,0,0);return Se>0&&void 0!==(a=We(Ce,u,s,s,be,he,u.length,0,0,0))&&"string"!=typeof(u=a)&&(i=0),Me="",Be="",qe="",ge=0,be=1,he=1,we*i==0?u:u.replace(r,"").replace(y,"").replace(v,"$1").replace(m,"$1").replace(w," ")}return Ve.use=function e(t){switch(t){case void 0:case null:Se=Oe.length=0;break;default:if("function"==typeof t)Oe[Se++]=t;else if("object"==typeof t)for(var n=0,r=t.length;n0?r:n)(e)}},function(e,t){var n,r,o=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(e){r=a}}();var u,l=[],c=!1,f=-1;function p(){c&&u&&(c=!1,u.length?l=u.concat(l):f=-1,l.length&&d())}function d(){if(!c){var e=s(p);c=!0;for(var t=l.length;t;){for(u=l,l=[];++f1)for(var n=1;n-1};c.prototype.append=function(e,t){e=s(e),t=u(t);var n=this.map[e];n||(n=[],this.map[e]=n),n.push(t)},c.prototype.delete=function(e){delete this.map[s(e)]},c.prototype.get=function(e){var t=this.map[s(e)];return t?t[0]:null},c.prototype.getAll=function(e){return this.map[s(e)]||[]},c.prototype.has=function(e){return this.map.hasOwnProperty(s(e))},c.prototype.set=function(e,t){this.map[s(e)]=[u(t)]},c.prototype.forEach=function(e,t){Object.getOwnPropertyNames(this.map).forEach(function(n){this.map[n].forEach(function(r){e.call(t,r,n,this)},this)},this)},c.prototype.keys=function(){var e=[];return this.forEach(function(t,n){e.push(n)}),l(e)},c.prototype.values=function(){var e=[];return this.forEach(function(t){e.push(t)}),l(e)},c.prototype.entries=function(){var e=[];return this.forEach(function(t,n){e.push([n,t])}),l(e)},t.iterable&&(c.prototype[Symbol.iterator]=c.prototype.entries);var i=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];g.prototype.clone=function(){return new g(this,{body:this._bodyInit})},b.call(g.prototype),b.call(v.prototype),v.prototype.clone=function(){return new v(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new c(this.headers),url:this.url})},v.error=function(){var e=new v(null,{status:0,statusText:""});return e.type="error",e};var a=[301,302,303,307,308];v.redirect=function(e,t){if(-1===a.indexOf(t))throw new RangeError("Invalid status code");return new v(null,{status:t,headers:{location:e}})},e.Headers=c,e.Request=g,e.Response=v,e.fetch=function(e,n){return new Promise(function(r,o){var i=new g(e,n),a=new XMLHttpRequest;a.onload=function(){var e,t,n={status:a.status,statusText:a.statusText,headers:(e=a.getAllResponseHeaders()||"",t=new c,e.split("\r\n").forEach(function(e){var n=e.split(":"),r=n.shift().trim();if(r){var o=n.join(":").trim();t.append(r,o)}}),t)};n.url="responseURL"in a?a.responseURL:n.headers.get("X-Request-URL");var o="response"in a?a.response:a.responseText;r(new v(o,n))},a.onerror=function(){o(new TypeError("Network request failed"))},a.ontimeout=function(){o(new TypeError("Network request failed"))},a.open(i.method,i.url,!0),"include"===i.credentials&&(a.withCredentials=!0),"responseType"in a&&t.blob&&(a.responseType="blob"),i.headers.forEach(function(e,t){a.setRequestHeader(t,e)}),a.send(void 0===i._bodyInit?null:i._bodyInit)})},e.fetch.polyfill=!0}function s(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(e))throw new TypeError("Invalid character in header field name");return e.toLowerCase()}function u(e){return"string"!=typeof e&&(e=String(e)),e}function l(e){var n={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return t.iterable&&(n[Symbol.iterator]=function(){return n}),n}function c(e){this.map={},e instanceof c?e.forEach(function(e,t){this.append(t,e)},this):e&&Object.getOwnPropertyNames(e).forEach(function(t){this.append(t,e[t])},this)}function f(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function p(e){return new Promise(function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}})}function d(e){var t=new FileReader,n=p(t);return t.readAsArrayBuffer(e),n}function h(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function b(){return this.bodyUsed=!1,this._initBody=function(e){if(this._bodyInit=e,e)if("string"==typeof e)this._bodyText=e;else if(t.blob&&Blob.prototype.isPrototypeOf(e))this._bodyBlob=e;else if(t.formData&&FormData.prototype.isPrototypeOf(e))this._bodyFormData=e;else if(t.searchParams&&URLSearchParams.prototype.isPrototypeOf(e))this._bodyText=e.toString();else if(t.arrayBuffer&&t.blob&&r(e))this._bodyArrayBuffer=h(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer]);else{if(!t.arrayBuffer||!ArrayBuffer.prototype.isPrototypeOf(e)&&!o(e))throw new Error("unsupported BodyInit type");this._bodyArrayBuffer=h(e)}else this._bodyText="";this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):t.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},t.blob&&(this.blob=function(){var e=f(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?f(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(d)}),this.text=function(){var e,t,n,r=f(this);if(r)return r;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,n=p(t),t.readAsText(e),n;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),n=new Array(t.length),r=0;r-1?r:n),this.mode=t.mode||this.mode||null,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(o)}function y(e){var t=new FormData;return e.trim().split("&").forEach(function(e){if(e){var n=e.split("="),r=n.shift().replace(/\+/g," "),o=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(o))}}),t}function v(e,t){t||(t={}),this.type="default",this.status="status"in t?t.status:200,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in t?t.statusText:"OK",this.headers=new c(t.headers),this.url=t.url||"",this._initBody(e)}}("undefined"!=typeof self?self:this)},function(e,t,n){var r=n(305),o=n(311),i=n(313);e.exports=function(e){return i(o(e,void 0,r),e+"")}},function(e,t,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(this,n(15))},function(e,t,n){var r=n(37),o=function(){try{var e=r(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=o},function(e,t,n){var r=n(30),o=n(28),i="[object AsyncFunction]",a="[object Function]",s="[object GeneratorFunction]",u="[object Proxy]";e.exports=function(e){if(!o(e))return!1;var t=r(e);return t==a||t==s||t==i||t==u}},function(e,t){var n=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return n.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},function(e,t){e.exports=function(e){return e}},function(e,t,n){var r=n(321),o=n(26),i=r?function(e){return r.get(e)}:o;e.exports=i},function(e,t,n){var r=n(37)(n(21),"WeakMap");e.exports=r},function(e,t,n){var r=n(322),o=Object.prototype.hasOwnProperty;e.exports=function(e){for(var t=e.name+"",n=r[t],i=o.call(r,t)?n.length:0;i--;){var a=n[i],s=a.func;if(null==s||s==e)return a.name}return t}},function(e,t){e.exports=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n-1&&e%1==0&&eo?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var i=Array(o);++r1&&s.call(r[0],n,function(){for(o=1;oa.length?(this.options.missing_key_callback&&this.options.missing_key_callback(l,e),s=[n,r],!0===this.options.debug&&console.log(s[p(b)(o)]),s[p()(o)]):(s=a[u])||(s=[n,r])[p()(o)]}});var h,b,g=function(){function e(e){return Object.prototype.toString.call(e).slice(8,-1).toLowerCase()}function t(e,t){for(var n=[];t>0;n[--t]=e);return n.join("")}var n=function(){return n.cache.hasOwnProperty(arguments[0])||(n.cache[arguments[0]]=n.parse(arguments[0])),n.format.call(null,n.cache[arguments[0]],arguments)};return n.format=function(n,r){var o,i,a,s,u,l,c,f=1,p=n.length,d="",h=[];for(i=0;i=0?"+"+o:o,l=s[4]?"0"==s[4]?"0":s[4].charAt(1):" ",c=s[6]-String(o).length,u=s[6]?t(l,c):"",h.push(s[5]?o+u:u+o)}return h.join("")},n.cache={},n.parse=function(e){for(var t=e,n=[],r=[],o=0;t;){if(null!==(n=/^[^\x25]+/.exec(t)))r.push(n[0]);else if(null!==(n=/^\x25{2}/.exec(t)))r.push("%");else{if(null===(n=/^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(t)))throw"[sprintf] huh?";if(n[2]){o|=1;var i=[],a=n[2],s=[];if(null===(s=/^([a-z_][a-z_\d]*)/i.exec(a)))throw"[sprintf] huh?";for(i.push(s[1]);""!==(a=a.substring(s[0].length));)if(null!==(s=/^\.([a-z_][a-z_\d]*)/i.exec(a)))i.push(s[1]);else{if(null===(s=/^\[(\d+)\]/.exec(a)))throw"[sprintf] huh?";i.push(s[1])}n[2]=i}else o|=2;if(3===o)throw"[sprintf] mixing positional and named placeholders is not (yet) supported";r.push(n)}t=t.substring(n[0].length)}return r},n}(),y=function(e,t){return t.unshift(e),g.apply(null,t)};f.parse_plural=function(e,t){return e=e.replace(/n/g,t),f.parse_expression(e)},f.sprintf=function(e,t){return"[object Array]"=={}.toString.call(t)?y(e,[].slice.call(t)):g.apply(this,[].slice.call(arguments))},f.prototype.sprintf=function(){return f.sprintf.apply(this,arguments)},f.PF={},f.PF.parse=function(e){var t=f.PF.extractPluralExpr(e);return f.PF.parser.parse.call(f.PF.parser,t)},f.PF.compile=function(e){var t=f.PF.parse(e);return function(e){return!0===(n=f.PF.interpreter(t)(e))?1:n||0;var n}},f.PF.interpreter=function(e){return function(t){switch(e.type){case"GROUP":return f.PF.interpreter(e.expr)(t);case"TERNARY":return f.PF.interpreter(e.expr)(t)?f.PF.interpreter(e.truthy)(t):f.PF.interpreter(e.falsey)(t);case"OR":return f.PF.interpreter(e.left)(t)||f.PF.interpreter(e.right)(t);case"AND":return f.PF.interpreter(e.left)(t)&&f.PF.interpreter(e.right)(t);case"LT":return f.PF.interpreter(e.left)(t)f.PF.interpreter(e.right)(t);case"LTE":return f.PF.interpreter(e.left)(t)<=f.PF.interpreter(e.right)(t);case"GTE":return f.PF.interpreter(e.left)(t)>=f.PF.interpreter(e.right)(t);case"EQ":return f.PF.interpreter(e.left)(t)==f.PF.interpreter(e.right)(t);case"NEQ":return f.PF.interpreter(e.left)(t)!=f.PF.interpreter(e.right)(t);case"MOD":return f.PF.interpreter(e.left)(t)%f.PF.interpreter(e.right)(t);case"VAR":return t;case"NUM":return e.val;default:throw new Error("Invalid Token found.")}}},f.PF.extractPluralExpr=function(e){e=e.replace(/^\s\s*/,"").replace(/\s\s*$/,""),/;\s*$/.test(e)||(e=e.concat(";"));var t,n=/nplurals\=(\d+);/,r=e.match(n);if(!(r.length>1))throw new Error("nplurals not found in plural_forms string: "+e);if(r[1],!((t=(e=e.replace(n,"")).match(/plural\=(.*);/))&&t.length>1))throw new Error("`plural` expression not found: "+e);return t[1]},f.PF.parser=(h={trace:function(){},yy:{},symbols_:{error:2,expressions:3,e:4,EOF:5,"?":6,":":7,"||":8,"&&":9,"<":10,"<=":11,">":12,">=":13,"!=":14,"==":15,"%":16,"(":17,")":18,n:19,NUMBER:20,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",6:"?",7:":",8:"||",9:"&&",10:"<",11:"<=",12:">",13:">=",14:"!=",15:"==",16:"%",17:"(",18:")",19:"n",20:"NUMBER"},productions_:[0,[3,2],[4,5],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,1],[4,1]],performAction:function(e,t,n,r,o,i,a){var s=i.length-1;switch(o){case 1:return{type:"GROUP",expr:i[s-1]};case 2:this.$={type:"TERNARY",expr:i[s-4],truthy:i[s-2],falsey:i[s]};break;case 3:this.$={type:"OR",left:i[s-2],right:i[s]};break;case 4:this.$={type:"AND",left:i[s-2],right:i[s]};break;case 5:this.$={type:"LT",left:i[s-2],right:i[s]};break;case 6:this.$={type:"LTE",left:i[s-2],right:i[s]};break;case 7:this.$={type:"GT",left:i[s-2],right:i[s]};break;case 8:this.$={type:"GTE",left:i[s-2],right:i[s]};break;case 9:this.$={type:"NEQ",left:i[s-2],right:i[s]};break;case 10:this.$={type:"EQ",left:i[s-2],right:i[s]};break;case 11:this.$={type:"MOD",left:i[s-2],right:i[s]};break;case 12:this.$={type:"GROUP",expr:i[s-1]};break;case 13:this.$={type:"VAR"};break;case 14:this.$={type:"NUM",val:Number(e)}}},table:[{3:1,4:2,17:[1,3],19:[1,4],20:[1,5]},{1:[3]},{5:[1,6],6:[1,7],8:[1,8],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16]},{4:17,17:[1,3],19:[1,4],20:[1,5]},{5:[2,13],6:[2,13],7:[2,13],8:[2,13],9:[2,13],10:[2,13],11:[2,13],12:[2,13],13:[2,13],14:[2,13],15:[2,13],16:[2,13],18:[2,13]},{5:[2,14],6:[2,14],7:[2,14],8:[2,14],9:[2,14],10:[2,14],11:[2,14],12:[2,14],13:[2,14],14:[2,14],15:[2,14],16:[2,14],18:[2,14]},{1:[2,1]},{4:18,17:[1,3],19:[1,4],20:[1,5]},{4:19,17:[1,3],19:[1,4],20:[1,5]},{4:20,17:[1,3],19:[1,4],20:[1,5]},{4:21,17:[1,3],19:[1,4],20:[1,5]},{4:22,17:[1,3],19:[1,4],20:[1,5]},{4:23,17:[1,3],19:[1,4],20:[1,5]},{4:24,17:[1,3],19:[1,4],20:[1,5]},{4:25,17:[1,3],19:[1,4],20:[1,5]},{4:26,17:[1,3],19:[1,4],20:[1,5]},{4:27,17:[1,3],19:[1,4],20:[1,5]},{6:[1,7],8:[1,8],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16],18:[1,28]},{6:[1,7],7:[1,29],8:[1,8],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16]},{5:[2,3],6:[2,3],7:[2,3],8:[2,3],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16],18:[2,3]},{5:[2,4],6:[2,4],7:[2,4],8:[2,4],9:[2,4],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16],18:[2,4]},{5:[2,5],6:[2,5],7:[2,5],8:[2,5],9:[2,5],10:[2,5],11:[2,5],12:[2,5],13:[2,5],14:[2,5],15:[2,5],16:[1,16],18:[2,5]},{5:[2,6],6:[2,6],7:[2,6],8:[2,6],9:[2,6],10:[2,6],11:[2,6],12:[2,6],13:[2,6],14:[2,6],15:[2,6],16:[1,16],18:[2,6]},{5:[2,7],6:[2,7],7:[2,7],8:[2,7],9:[2,7],10:[2,7],11:[2,7],12:[2,7],13:[2,7],14:[2,7],15:[2,7],16:[1,16],18:[2,7]},{5:[2,8],6:[2,8],7:[2,8],8:[2,8],9:[2,8],10:[2,8],11:[2,8],12:[2,8],13:[2,8],14:[2,8],15:[2,8],16:[1,16],18:[2,8]},{5:[2,9],6:[2,9],7:[2,9],8:[2,9],9:[2,9],10:[2,9],11:[2,9],12:[2,9],13:[2,9],14:[2,9],15:[2,9],16:[1,16],18:[2,9]},{5:[2,10],6:[2,10],7:[2,10],8:[2,10],9:[2,10],10:[2,10],11:[2,10],12:[2,10],13:[2,10],14:[2,10],15:[2,10],16:[1,16],18:[2,10]},{5:[2,11],6:[2,11],7:[2,11],8:[2,11],9:[2,11],10:[2,11],11:[2,11],12:[2,11],13:[2,11],14:[2,11],15:[2,11],16:[2,11],18:[2,11]},{5:[2,12],6:[2,12],7:[2,12],8:[2,12],9:[2,12],10:[2,12],11:[2,12],12:[2,12],13:[2,12],14:[2,12],15:[2,12],16:[2,12],18:[2,12]},{4:30,17:[1,3],19:[1,4],20:[1,5]},{5:[2,2],6:[1,7],7:[2,2],8:[1,8],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16],18:[2,2]}],defaultActions:{6:[2,1]},parseError:function(e,t){throw new Error(e)},parse:function(e){var t=this,n=[0],r=[null],o=[],i=this.table,a="",s=0,u=0,l=0;this.lexer.setInput(e),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,void 0===this.lexer.yylloc&&(this.lexer.yylloc={});var c=this.lexer.yylloc;function f(){var e;return"number"!=typeof(e=t.lexer.lex()||1)&&(e=t.symbols_[e]||e),e}o.push(c),"function"==typeof this.yy.parseError&&(this.parseError=this.yy.parseError);for(var p,d,h,b,g,y,v,m,w,_,x={};;){if(h=n[n.length-1],this.defaultActions[h]?b=this.defaultActions[h]:(null==p&&(p=f()),b=i[h]&&i[h][p]),void 0===b||!b.length||!b[0]){if(!l){for(y in w=[],i[h])this.terminals_[y]&&y>2&&w.push("'"+this.terminals_[y]+"'");var k="";k=this.lexer.showPosition?"Parse error on line "+(s+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+w.join(", ")+", got '"+this.terminals_[p]+"'":"Parse error on line "+(s+1)+": Unexpected "+(1==p?"end of input":"'"+(this.terminals_[p]||p)+"'"),this.parseError(k,{text:this.lexer.match,token:this.terminals_[p]||p,line:this.lexer.yylineno,loc:c,expected:w})}if(3==l){if(1==p)throw new Error(k||"Parsing halted.");u=this.lexer.yyleng,a=this.lexer.yytext,s=this.lexer.yylineno,c=this.lexer.yylloc,p=f()}for(;!(2..toString()in i[h]);){if(0==h)throw new Error(k||"Parsing halted.");_=1,n.length=n.length-2*_,r.length=r.length-_,o.length=o.length-_,h=n[n.length-1]}d=p,p=2,b=i[h=n[n.length-1]]&&i[h][2],l=3}if(b[0]instanceof Array&&b.length>1)throw new Error("Parse Error: multiple actions possible at state: "+h+", token: "+p);switch(b[0]){case 1:n.push(p),r.push(this.lexer.yytext),o.push(this.lexer.yylloc),n.push(b[1]),p=null,d?(p=d,d=null):(u=this.lexer.yyleng,a=this.lexer.yytext,s=this.lexer.yylineno,c=this.lexer.yylloc,l>0&&l--);break;case 2:if(v=this.productions_[b[1]][1],x.$=r[r.length-v],x._$={first_line:o[o.length-(v||1)].first_line,last_line:o[o.length-1].last_line,first_column:o[o.length-(v||1)].first_column,last_column:o[o.length-1].last_column},void 0!==(g=this.performAction.call(x,a,u,s,this.yy,b[1],r,o)))return g;v&&(n=n.slice(0,-1*v*2),r=r.slice(0,-1*v),o=o.slice(0,-1*v)),n.push(this.productions_[b[1]][0]),r.push(x.$),o.push(x._$),m=i[n[n.length-2]][n[n.length-1]],n.push(m);break;case 3:return!0}}return!0}},b=function(){var e={EOF:1,parseError:function(e,t){if(!this.yy.parseError)throw new Error(e);this.yy.parseError(e,t)},setInput:function(e){return this._input=e,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this},input:function(){var e=this._input[0];return this.yytext+=e,this.yyleng++,this.match+=e,this.matched+=e,e.match(/\n/)&&this.yylineno++,this._input=this._input.slice(1),e},unput:function(e){return this._input=e+this._input,this},more:function(){return this._more=!0,this},pastInput:function(){var e=this.matched.substr(0,this.matched.length-this.match.length);return(e.length>20?"...":"")+e.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var e=this.match;return e.length<20&&(e+=this._input.substr(0,20-e.length)),(e.substr(0,20)+(e.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var e=this.pastInput(),t=new Array(e.length+1).join("-");return e+this.upcomingInput()+"\n"+t+"^"},next:function(){if(this.done)return this.EOF;var e,t;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var n=this._currentRules(),r=0;r=/,/^/,/^!=/,/^==/,/^%/,/^\(/,/^\)/,/^$/,/^./],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],inclusive:!0}}};return e}(),h.lexer=b,h),e.exports&&(t=e.exports=f),t.Jed=f}()},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){"use strict";var r=n(62);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){var r=n(47),o=n(92),i=n(267),a=n(141)("src"),s=n(268),u=(""+s).split("toString");n(93).inspectSource=function(e){return s.call(e)},(e.exports=function(e,t,n,s){var l="function"==typeof n;l&&(i(n,"name")||o(n,"name",t)),e[t]!==n&&(l&&(i(n,a)||o(n,a,e[t]?""+e[t]:u.join(String(t)))),e===r?e[t]=n:s?e[t]?e[t]=n:o(e,t,n):(delete e[t],o(e,t,n)))})(Function.prototype,"toString",(function(){return"function"==typeof this&&this[a]||s.call(this)}))},function(e,t,n){var r=n(140),o=n(266);e.exports=n(46)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n=e.exports={version:"2.6.9"};"number"==typeof __e&&(__e=n)},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t){var n=e.exports={version:"2.6.9"};"number"==typeof __e&&(__e=n)},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){var r=n(99),o=n(100);function i(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}i.prototype=r(o.prototype),i.prototype.constructor=i,e.exports=i},function(e,t,n){var r=n(28),o=Object.create,i=function(){function e(){}return function(t){if(!r(t))return{};if(o)return o(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();e.exports=i},function(e,t){e.exports=function(){}},function(e,t){e.exports=function(e,t){for(var n=-1,r=t.length,o=e.length;++n-1&&e%1==0&&e<=n}},function(e,t,n){var r=n(169),o=n(170),i=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,s=a?function(e){return null==e?[]:(e=Object(e),r(a(e),(function(t){return i.call(e,t)})))}:o;e.exports=s},function(e,t,n){var r=n(167)(Object.getPrototypeOf,Object);e.exports=r},function(e,t,n){var r=n(175);e.exports=function(e){var t=new e.constructor(e.byteLength);return new r(t).set(new r(e)),t}},function(e,t,n){var r=n(11),o=n(75),i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/;e.exports=function(e,t){if(r(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!o(e))||(a.test(e)||!i.test(e)||null!=t&&e in Object(t))}},function(e,t,n){var r=n(74),o=n(52);e.exports=function(e,t){for(var n=0,i=(t=r(t,e)).length;null!=e&&n0?r:n)(e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.canUseDOM=void 0;var r,o=n(403);var i=((r=o)&&r.__esModule?r:{default:r}).default,a=i.canUseDOM?window.HTMLElement:{};t.canUseDOM=i.canUseDOM;t.default=a},function(e,t){var n=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");e.exports=function(e){return n.test(e)}},function(e,t,n){"use strict";var r=n(54),o=n(18),i=n(38),a=n(19),s=n(78),u=n(31),l=n(5),c=n(42),f=n(29),p=n(120),d=l.List,h=l.Record,b=l.Repeat,g=u.draft_tree_data_support?a:i,y=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.getEntityMap=function(){return s},t.prototype.getBlockMap=function(){return this.get("blockMap")},t.prototype.getSelectionBefore=function(){return this.get("selectionBefore")},t.prototype.getSelectionAfter=function(){return this.get("selectionAfter")},t.prototype.getBlockForKey=function(e){return this.getBlockMap().get(e)},t.prototype.getKeyBefore=function(e){return this.getBlockMap().reverse().keySeq().skipUntil((function(t){return t===e})).skip(1).first()},t.prototype.getKeyAfter=function(e){return this.getBlockMap().keySeq().skipUntil((function(t){return t===e})).skip(1).first()},t.prototype.getBlockAfter=function(e){return this.getBlockMap().skipUntil((function(t,n){return n===e})).skip(1).first()},t.prototype.getBlockBefore=function(e){return this.getBlockMap().reverse().skipUntil((function(t,n){return n===e})).skip(1).first()},t.prototype.getBlocksAsArray=function(){return this.getBlockMap().toArray()},t.prototype.getFirstBlock=function(){return this.getBlockMap().first()},t.prototype.getLastBlock=function(){return this.getBlockMap().last()},t.prototype.getPlainText=function(e){return this.getBlockMap().map((function(e){return e?e.getText():""})).join(e||"\n")},t.prototype.getLastCreatedEntityKey=function(){return s.__getLastCreatedEntityKey()},t.prototype.hasText=function(){var e=this.getBlockMap();return e.size>1||e.first().getLength()>0},t.prototype.createEntity=function(e,t,n){return s.__create(e,t,n),this},t.prototype.mergeEntityData=function(e,t){return s.__mergeData(e,t),this},t.prototype.replaceEntityData=function(e,t){return s.__replaceData(e,t),this},t.prototype.addEntity=function(e){return s.__add(e),this},t.prototype.getEntity=function(e){return s.__get(e)},t.createFromBlockArray=function(e,n){var o=Array.isArray(e)?e:e.contentBlocks,i=r.createFromArray(o),a=i.isEmpty()?new c:c.createEmpty(i.first().getKey());return new t({blockMap:i,entityMap:n||s,selectionBefore:a,selectionAfter:a})},t.createFromText=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:/\r\n?|\n/g,r=e.split(n),i=r.map((function(e){return e=p(e),new g({key:f(),text:e,type:"unstyled",characterList:d(b(o.EMPTY,e.length))})}));return t.createFromBlockArray(i)},t}(h({entityMap:null,blockMap:null,selectionBefore:null,selectionAfter:null}));e.exports=y},function(e,t,n){"use strict";var r=new RegExp("\r","g");e.exports=function(e){return e.replace(r,"")}},function(e,t,n){"use strict";var r=n(6),o="LTR",i="RTL",a=null;function s(e){return e===o||e===i}function u(e){return s(e)||r(!1),e===o?"ltr":"rtl"}function l(e){a=e}var c={NEUTRAL:"NEUTRAL",LTR:o,RTL:i,isStrong:s,getHTMLDir:u,getHTMLDirIfDifferent:function(e,t){return s(e)||r(!1),s(t)||r(!1),e===t?null:u(e)},setGlobalDir:l,initGlobalDir:function(){l(o)},getGlobalDir:function(){return a||this.initGlobalDir(),a||r(!1),a}};e.exports=c},function(e,t,n){"use strict";var r=n(5).Map,o=n(1),i=n(43),a=r({"header-one":{element:"h1"},"header-two":{element:"h2"},"header-three":{element:"h3"},"header-four":{element:"h4"},"header-five":{element:"h5"},"header-six":{element:"h6"},"unordered-list-item":{element:"li",wrapper:o.createElement("ul",{className:i("public/DraftStyleDefault/ul")})},"ordered-list-item":{element:"li",wrapper:o.createElement("ol",{className:i("public/DraftStyleDefault/ol")})},blockquote:{element:"blockquote"},atomic:{element:"figure"},"code-block":{element:"pre",wrapper:o.createElement("pre",{className:i("public/DraftStyleDefault/pre")})},unstyled:{element:"div",aliasedElements:["p"]}});e.exports=a},function(e,t,n){"use strict";e.exports={BACKSPACE:8,TAB:9,RETURN:13,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46,COMMA:188,PERIOD:190,A:65,Z:90,ZERO:48,NUMPAD_0:96,NUMPAD_9:105}},function(e,t,n){"use strict";function r(e,t){return t&&"MUTABLE"===e.__get(t).getMutability()?t:null}e.exports=function(e,t){var n;if(t.isCollapsed()){var o=t.getAnchorKey(),i=t.getAnchorOffset();return i>0?(n=e.getBlockForKey(o).getEntityAt(i-1))!==e.getBlockForKey(o).getEntityAt(i)?null:r(e.getEntityMap(),n):null}var a=t.getStartKey(),s=t.getStartOffset(),u=e.getBlockForKey(a);return n=s===u.getLength()?null:u.getEntityAt(s),r(e.getEntityMap(),n)}},function(e,t,n){"use strict";var r=n(453);e.exports=function e(t,n){return!(!t||!n)&&(t===n||!r(t)&&(r(n)?e(t,n.parentNode):"contains"in t?t.contains(n):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(n))))}},function(e,t,n){"use strict";function r(e,t){var n=o.get(e,t);return"auto"===n||"scroll"===n}var o={get:n(455),getScrollParent:function(e){if(!e)return null;for(var t=e.ownerDocument;e&&e!==t.body;){if(r(e,"overflow")||r(e,"overflowY")||r(e,"overflowX"))return e;e=e.parentNode}return t.defaultView||t.parentWindow}};e.exports=o},function(e,t,n){"use strict";var r=n(460),o=n(461);e.exports=function(e){var t=r(e.ownerDocument||e.document);e.Window&&e instanceof e.Window&&(e=t);var n=o(e),i=e===t?e.ownerDocument.documentElement:e,a=e.scrollWidth-i.clientWidth,s=e.scrollHeight-i.clientHeight;return n.x=Math.max(0,Math.min(n.x,a)),n.y=Math.max(0,Math.min(n.y,s)),n}},function(e,t,n){"use strict";var r=n(200);e.exports=function(e){for(var t=e;t&&t!==document.documentElement;){var n=r(t);if(null!=n)return n;t=t.parentNode}return null}},function(e,t,n){"use strict";var r=n(25).isPlatform("Mac OS X"),o={isCtrlKeyCommand:function(e){return!!e.ctrlKey&&!e.altKey},isOptionKeyCommand:function(e){return r&&e.altKey},hasCommandModifier:function(e){return r?!!e.metaKey&&!e.altKey:o.isCtrlKeyCommand(e)}};e.exports=o},function(e,t,n){"use strict";e.exports=function(e,t){var n=e.getSelection(),r=e.getCurrentContent(),o=n.getStartKey(),i=n.getStartOffset(),a=o,s=0;if(t>i){var u=r.getKeyBefore(o);if(null==u)a=o;else a=u,s=r.getBlockForKey(u).getText().length}else s=i-t;return n.merge({focusKey:a,focusOffset:s,isBackward:!0})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.buildOneFormFromRegex=function(e,t){for(var n=0;n\/\\–\-\u2014\u00d7\u002b\u0026\s]/g,"");(0,o.isEmpty)(n)&&(t.keyword=i.keyword),this._attributes=t};a.prototype.hasKeyword=function(){return""!==this._attributes.keyword},a.prototype.getKeyword=function(){return this._attributes.keyword},a.prototype.hasSynonyms=function(){return""!==this._attributes.synonyms},a.prototype.getSynonyms=function(){return this._attributes.synonyms},a.prototype.hasText=function(){return""!==this._text},a.prototype.getText=function(){return this._text},a.prototype.hasDescription=function(){return""!==this._attributes.description},a.prototype.getDescription=function(){return this._attributes.description},a.prototype.hasTitle=function(){return""!==this._attributes.title},a.prototype.getTitle=function(){return this._attributes.title},a.prototype.hasTitleWidth=function(){return 0!==this._attributes.titleWidth},a.prototype.getTitleWidth=function(){return this._attributes.titleWidth},a.prototype.hasUrl=function(){return""!==this._attributes.url},a.prototype.getUrl=function(){return this._attributes.url},a.prototype.hasLocale=function(){return""!==this._attributes.locale},a.prototype.getLocale=function(){return this._attributes.locale},a.prototype.hasPermalink=function(){return""!==this._attributes.permalink},a.prototype.getPermalink=function(){return this._attributes.permalink},a.prototype.serialize=function(){return r({_parseClass:"Paper",text:this._text},this._attributes)},a.prototype.equals=function(e){return this._text===e.getText()&&(0,o.isEqual)(this._attributes,e._attributes)},a.parse=function(e){var t=e.text,n=(e._parseClass,function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["text","_parseClass"]));return new a(t,n)},t.default=a},function(e,t,n){e.exports=function(e,t){var n,r,o,i=0;function a(){var t,a,s=r,u=arguments.length;e:for(;s;){if(s.args.length===arguments.length){for(a=0;a=t||n<0||p&&e-c>=a}function _(){var e=g();if(w(e))return x(e);u=setTimeout(_,function(e){var n=t-(e-l);return p?b(n,a-(e-c)):n}(e))}function x(e){return u=void 0,d&&o?m(e):(o=i=void 0,s)}function k(){var e=g(),n=w(e);if(o=arguments,i=this,l=e,n){if(void 0===u)return function(e){return c=e,u=setTimeout(_,t),f?m(e):s}(l);if(p)return u=setTimeout(_,t),m(l)}return void 0===u&&(u=setTimeout(_,t)),s}return t=v(t)||0,y(r)&&(f=!!r.leading,a=(p="maxWait"in r)?h(v(r.maxWait)||0,t):a,d="trailing"in r?!!r.trailing:d),k.cancel=function(){void 0!==u&&clearTimeout(u),c=0,o=l=i=u=void 0},k.flush=function(){return void 0===u?s:x(g())},k}}).call(this,n(15))},function(e,t,n){e.exports=function e(t){"use strict";var n=/^\0+/g,r=/[\0\r\f]/g,o=/: */g,i=/zoo|gra/,a=/([,: ])(transform)/g,s=/,+\s*(?![^(]*[)])/g,u=/ +\s*(?![^(]*[)])/g,l=/ *[\0] */g,c=/,\r+?/g,f=/([\t\r\n ])*\f?&/g,p=/:global\(((?:[^\(\)\[\]]*|\[.*\]|\([^\(\)]*\))*)\)/g,d=/\W+/g,h=/@(k\w+)\s*(\S*)\s*/,b=/::(place)/g,g=/:(read-only)/g,y=/\s+(?=[{\];=:>])/g,v=/([[}=:>])\s+/g,m=/(\{[^{]+?);(?=\})/g,w=/\s{2,}/g,_=/([^\(])(:+) */g,x=/[svh]\w+-[tblr]{2}/,k=/\(\s*(.*)\s*\)/g,O=/([\s\S]*?);/g,S=/-self|flex-/g,E=/[^]*?(:[rp][el]a[\w-]+)[^]*/,C=/stretch|:\s*\w+\-(?:conte|avail)/,j=/([^-])(image-set\()/,T="-webkit-",P="-moz-",z="-ms-",A=59,R=125,M=123,I=40,q=41,B=91,F=93,N=10,D=13,$=9,L=64,U=32,K=38,W=45,H=95,V=42,Y=44,G=58,J=39,X=34,Q=47,Z=62,ee=43,te=126,ne=0,re=12,oe=11,ie=107,ae=109,se=115,ue=112,le=111,ce=105,fe=99,pe=100,de=112,he=1,be=1,ge=0,ye=1,ve=1,me=1,we=0,_e=0,xe=0,ke=[],Oe=[],Se=0,Ee=null,Ce=-2,je=-1,Te=0,Pe=1,ze=2,Ae=3,Re=0,Me=1,Ie="",qe="",Be="";function Fe(e,t,o,i,a){for(var s,u,c=0,f=0,p=0,d=0,y=0,v=0,m=0,w=0,x=0,O=0,S=0,E=0,C=0,j=0,H=0,we=0,Oe=0,Ee=0,Ce=0,je=o.length,De=je-1,He="",Ve="",Ye="",Ge="",Je="",Xe="";H0&&(Ve=Ve.replace(r,"")),Ve.trim().length>0)){switch(m){case U:case $:case A:case D:case N:break;default:Ve+=o.charAt(H)}m=A}if(1===Oe)switch(m){case M:case R:case A:case X:case J:case I:case q:case Y:Oe=0;case $:case D:case N:case U:break;default:for(Oe=0,Ce=H,y=m,H--,m=A;Ce0&&(++H,m=y);case M:Ce=je}}switch(m){case M:for(y=(Ve=Ve.trim()).charCodeAt(0),S=1,Ce=++H;H0&&(Ve=Ve.replace(r,"")),v=Ve.charCodeAt(1)){case pe:case ae:case se:case W:s=t;break;default:s=ke}if(Ce=(Ye=Fe(t,s,Ye,v,a+1)).length,xe>0&&0===Ce&&(Ce=Ve.length),Se>0&&(s=Ne(ke,Ve,Ee),u=Ke(Ae,Ye,s,t,be,he,Ce,v,a,i),Ve=s.join(""),void 0!==u&&0===(Ce=(Ye=u.trim()).length)&&(v=0,Ye="")),Ce>0)switch(v){case se:Ve=Ve.replace(k,Ue);case pe:case ae:case W:Ye=Ve+"{"+Ye+"}";break;case ie:Ye=(Ve=Ve.replace(h,"$1 $2"+(Me>0?Ie:"")))+"{"+Ye+"}",Ye=1===ve||2===ve&&Le("@"+Ye,3)?"@"+T+Ye+"@"+Ye:"@"+Ye;break;default:Ye=Ve+Ye,i===de&&(Ge+=Ye,Ye="")}else Ye="";break;default:Ye=Fe(t,Ne(t,Ve,Ee),Ye,i,a+1)}Je+=Ye,E=0,Oe=0,j=0,we=0,Ee=0,C=0,Ve="",Ye="",m=o.charCodeAt(++H);break;case R:case A:if((Ce=(Ve=(we>0?Ve.replace(r,""):Ve).trim()).length)>1)switch(0===j&&((y=Ve.charCodeAt(0))===W||y>96&&y<123)&&(Ce=(Ve=Ve.replace(" ",":")).length),Se>0&&void 0!==(u=Ke(Pe,Ve,t,e,be,he,Ge.length,i,a,i))&&0===(Ce=(Ve=u.trim()).length)&&(Ve="\0\0"),y=Ve.charCodeAt(0),v=Ve.charCodeAt(1),y){case ne:break;case L:if(v===ce||v===fe){Xe+=Ve+o.charAt(H);break}default:if(Ve.charCodeAt(Ce-1)===G)break;Ge+=$e(Ve,y,v,Ve.charCodeAt(2))}E=0,Oe=0,j=0,we=0,Ee=0,Ve="",m=o.charCodeAt(++H)}}switch(m){case D:case N:if(f+d+p+c+_e===0)switch(O){case q:case J:case X:case L:case te:case Z:case V:case ee:case Q:case W:case G:case Y:case A:case M:case R:break;default:j>0&&(Oe=1)}f===Q?f=0:ye+E===0&&i!==ie&&Ve.length>0&&(we=1,Ve+="\0"),Se*Re>0&&Ke(Te,Ve,t,e,be,he,Ge.length,i,a,i),he=1,be++;break;case A:case R:if(f+d+p+c===0){he++;break}default:switch(he++,He=o.charAt(H),m){case $:case U:if(d+c+f===0)switch(w){case Y:case G:case $:case U:He="";break;default:m!==U&&(He=" ")}break;case ne:He="\\0";break;case re:He="\\f";break;case oe:He="\\v";break;case K:d+f+c===0&&ye>0&&(Ee=1,we=1,He="\f"+He);break;case 108:if(d+f+c+ge===0&&j>0)switch(H-j){case 2:w===ue&&o.charCodeAt(H-3)===G&&(ge=w);case 8:x===le&&(ge=x)}break;case G:d+f+c===0&&(j=H);break;case Y:f+p+d+c===0&&(we=1,He+="\r");break;case X:case J:0===f&&(d=d===m?0:0===d?m:d);break;case B:d+f+p===0&&c++;break;case F:d+f+p===0&&c--;break;case q:d+f+c===0&&p--;break;case I:if(d+f+c===0){if(0===E)switch(2*w+3*x){case 533:break;default:S=0,E=1}p++}break;case L:f+p+d+c+j+C===0&&(C=1);break;case V:case Q:if(d+c+p>0)break;switch(f){case 0:switch(2*m+3*o.charCodeAt(H+1)){case 235:f=Q;break;case 220:Ce=H,f=V}break;case V:m===Q&&w===V&&Ce+2!==H&&(33===o.charCodeAt(Ce+2)&&(Ge+=o.substring(Ce,H+1)),He="",f=0)}}if(0===f){if(ye+d+c+C===0&&i!==ie&&m!==A)switch(m){case Y:case te:case Z:case ee:case q:case I:if(0===E){switch(w){case $:case U:case N:case D:He+="\0";break;default:He="\0"+He+(m===Y?"":"\0")}we=1}else switch(m){case I:j+7===H&&108===w&&(j=0),E=++S;break;case q:0==(E=--S)&&(we=1,He+="\0")}break;case $:case U:switch(w){case ne:case M:case R:case A:case Y:case re:case $:case U:case N:case D:break;default:0===E&&(we=1,He+="\0")}}Ve+=He,m!==U&&m!==$&&(O=m)}}x=w,w=m,H++}if(Ce=Ge.length,xe>0&&0===Ce&&0===Je.length&&0===t[0].length==0&&(i!==ae||1===t.length&&(ye>0?qe:Be)===t[0])&&(Ce=t.join(",").length+2),Ce>0){if(s=0===ye&&i!==ie?function(e){for(var t,n,o=0,i=e.length,a=Array(i);o1)){if(p=u.charCodeAt(u.length-1),d=n.charCodeAt(0),t="",0!==c)switch(p){case V:case te:case Z:case ee:case U:case I:break;default:t=" "}switch(d){case K:n=t+qe;case te:case Z:case ee:case U:case q:case I:break;case B:n=t+n+qe;break;case G:switch(2*n.charCodeAt(1)+3*n.charCodeAt(2)){case 530:if(me>0){n=t+n.substring(8,f-1);break}default:(c<1||s[c-1].length<1)&&(n=t+qe+n)}break;case Y:t="";default:n=f>1&&n.indexOf(":")>0?t+n.replace(_,"$1"+qe+"$2"):t+n+qe}u+=n}a[o]=u.replace(r,"").trim()}return a}(t):t,Se>0&&void 0!==(u=Ke(ze,Ge,s,e,be,he,Ce,i,a,i))&&0===(Ge=u).length)return Xe+Ge+Je;if(Ge=s.join(",")+"{"+Ge+"}",ve*ge!=0){switch(2!==ve||Le(Ge,2)||(ge=0),ge){case le:Ge=Ge.replace(g,":"+P+"$1")+Ge;break;case ue:Ge=Ge.replace(b,"::"+T+"input-$1")+Ge.replace(b,"::"+P+"$1")+Ge.replace(b,":"+z+"input-$1")+Ge}ge=0}}return Xe+Ge+Je}function Ne(e,t,n){var r=t.trim().split(c),o=r,i=r.length,a=e.length;switch(a){case 0:case 1:for(var s=0,u=0===a?"":e[0]+" ";s0&&ye>0)return o.replace(p,"$1").replace(f,"$1"+Be);break;default:return e.trim()+o.replace(f,"$1"+e.trim())}default:if(n*ye>0&&o.indexOf("\f")>0)return o.replace(f,(e.charCodeAt(0)===G?"":"$1")+e.trim())}return e+o}function $e(e,t,n,r){var l,c=0,f=e+";",p=2*t+3*n+4*r;if(944===p)return function(e){var t=e.length,n=e.indexOf(":",9)+1,r=e.substring(0,n).trim(),o=e.substring(n,t-1).trim();switch(e.charCodeAt(9)*Me){case 0:break;case W:if(110!==e.charCodeAt(10))break;default:var i=o.split((o="",s)),a=0;for(n=0,t=i.length;aL&&f<90||f>96&&f<123||f===H||f===W&&l.charCodeAt(1)!==W))switch(isNaN(parseFloat(l))+(-1!==l.indexOf("("))){case 1:switch(l){case"infinite":case"alternate":case"backwards":case"running":case"normal":case"forwards":case"both":case"none":case"linear":case"ease":case"ease-in":case"ease-out":case"ease-in-out":case"paused":case"reverse":case"alternate-reverse":case"inherit":case"initial":case"unset":case"step-start":case"step-end":break;default:l+=Ie}}c[n++]=l}o+=(0===a?"":",")+c.join(" ")}}return o=r+o+";",1===ve||2===ve&&Le(o,1)?T+o+o:o}(f);if(0===ve||2===ve&&!Le(f,1))return f;switch(p){case 1015:return 97===f.charCodeAt(10)?T+f+f:f;case 951:return 116===f.charCodeAt(3)?T+f+f:f;case 963:return 110===f.charCodeAt(5)?T+f+f:f;case 1009:if(100!==f.charCodeAt(4))break;case 969:case 942:return T+f+f;case 978:return T+f+P+f+f;case 1019:case 983:return T+f+P+f+z+f+f;case 883:return f.charCodeAt(8)===W?T+f+f:f.indexOf("image-set(",11)>0?f.replace(j,"$1"+T+"$2")+f:f;case 932:if(f.charCodeAt(4)===W)switch(f.charCodeAt(5)){case 103:return T+"box-"+f.replace("-grow","")+T+f+z+f.replace("grow","positive")+f;case 115:return T+f+z+f.replace("shrink","negative")+f;case 98:return T+f+z+f.replace("basis","preferred-size")+f}return T+f+z+f+f;case 964:return T+f+z+"flex-"+f+f;case 1023:if(99!==f.charCodeAt(8))break;return l=f.substring(f.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),T+"box-pack"+l+T+f+z+"flex-pack"+l+f;case 1005:return i.test(f)?f.replace(o,":"+T)+f.replace(o,":"+P)+f:f;case 1e3:switch(c=(l=f.substring(13).trim()).indexOf("-")+1,l.charCodeAt(0)+l.charCodeAt(c)){case 226:l=f.replace(x,"tb");break;case 232:l=f.replace(x,"tb-rl");break;case 220:l=f.replace(x,"lr");break;default:return f}return T+f+z+l+f;case 1017:if(-1===f.indexOf("sticky",9))return f;case 975:switch(c=(f=e).length-10,p=(l=(33===f.charCodeAt(c)?f.substring(0,c):f).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|l.charCodeAt(7))){case 203:if(l.charCodeAt(8)<111)break;case 115:f=f.replace(l,T+l)+";"+f;break;case 207:case 102:f=f.replace(l,T+(p>102?"inline-":"")+"box")+";"+f.replace(l,T+l)+";"+f.replace(l,z+l+"box")+";"+f}return f+";";case 938:if(f.charCodeAt(5)===W)switch(f.charCodeAt(6)){case 105:return l=f.replace("-items",""),T+f+T+"box-"+l+z+"flex-"+l+f;case 115:return T+f+z+"flex-item-"+f.replace(S,"")+f;default:return T+f+z+"flex-line-pack"+f.replace("align-content","").replace(S,"")+f}break;case 973:case 989:if(f.charCodeAt(3)!==W||122===f.charCodeAt(4))break;case 931:case 953:if(!0===C.test(e))return 115===(l=e.substring(e.indexOf(":")+1)).charCodeAt(0)?$e(e.replace("stretch","fill-available"),t,n,r).replace(":fill-available",":stretch"):f.replace(l,T+l)+f.replace(l,P+l.replace("fill-",""))+f;break;case 962:if(f=T+f+(102===f.charCodeAt(5)?z+f:"")+f,n+r===211&&105===f.charCodeAt(13)&&f.indexOf("transform",10)>0)return f.substring(0,f.indexOf(";",27)+1).replace(a,"$1"+T+"$2")+f}return f}function Le(e,t){var n=e.indexOf(1===t?":":"{"),r=e.substring(0,3!==t?n:10),o=e.substring(n+1,e.length-1);return Ee(2!==t?r:r.replace(E,"$1"),o,t)}function Ue(e,t){var n=$e(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return n!==t+";"?n.replace(O," or ($1)").substring(4):"("+t+")"}function Ke(e,t,n,r,o,i,a,s,u,l){for(var c,f=0,p=t;f0&&(Ie=o.replace(d,i===B?"":"-")),i=1,1===ye?Be=o:qe=o;var a,s=[Be];Se>0&&void 0!==(a=Ke(je,n,s,s,be,he,0,0,0,0))&&"string"==typeof a&&(n=a);var u=Fe(ke,s,n,0,0);return Se>0&&void 0!==(a=Ke(Ce,u,s,s,be,he,u.length,0,0,0))&&"string"!=typeof(u=a)&&(i=0),Ie="",Be="",qe="",ge=0,be=1,he=1,we*i==0?u:u.replace(r,"").replace(y,"").replace(v,"$1").replace(m,"$1").replace(w," ")}return Ve.use=function e(t){switch(t){case void 0:case null:Se=Oe.length=0;break;default:if("function"==typeof t)Oe[Se++]=t;else if("object"==typeof t)for(var n=0,r=t.length;n0?r:n)(e)}},function(e,t){var n,r,o=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(e){r=a}}();var u,l=[],c=!1,f=-1;function p(){c&&u&&(c=!1,u.length?l=u.concat(l):f=-1,l.length&&d())}function d(){if(!c){var e=s(p);c=!0;for(var t=l.length;t;){for(u=l,l=[];++f1)for(var n=1;n-1};c.prototype.append=function(e,t){e=s(e),t=u(t);var n=this.map[e];n||(n=[],this.map[e]=n),n.push(t)},c.prototype.delete=function(e){delete this.map[s(e)]},c.prototype.get=function(e){var t=this.map[s(e)];return t?t[0]:null},c.prototype.getAll=function(e){return this.map[s(e)]||[]},c.prototype.has=function(e){return this.map.hasOwnProperty(s(e))},c.prototype.set=function(e,t){this.map[s(e)]=[u(t)]},c.prototype.forEach=function(e,t){Object.getOwnPropertyNames(this.map).forEach((function(n){this.map[n].forEach((function(r){e.call(t,r,n,this)}),this)}),this)},c.prototype.keys=function(){var e=[];return this.forEach((function(t,n){e.push(n)})),l(e)},c.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),l(e)},c.prototype.entries=function(){var e=[];return this.forEach((function(t,n){e.push([n,t])})),l(e)},t.iterable&&(c.prototype[Symbol.iterator]=c.prototype.entries);var i=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];g.prototype.clone=function(){return new g(this,{body:this._bodyInit})},b.call(g.prototype),b.call(v.prototype),v.prototype.clone=function(){return new v(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new c(this.headers),url:this.url})},v.error=function(){var e=new v(null,{status:0,statusText:""});return e.type="error",e};var a=[301,302,303,307,308];v.redirect=function(e,t){if(-1===a.indexOf(t))throw new RangeError("Invalid status code");return new v(null,{status:t,headers:{location:e}})},e.Headers=c,e.Request=g,e.Response=v,e.fetch=function(e,n){return new Promise((function(r,o){var i=new g(e,n),a=new XMLHttpRequest;a.onload=function(){var e,t,n={status:a.status,statusText:a.statusText,headers:(e=a.getAllResponseHeaders()||"",t=new c,e.split("\r\n").forEach((function(e){var n=e.split(":"),r=n.shift().trim();if(r){var o=n.join(":").trim();t.append(r,o)}})),t)};n.url="responseURL"in a?a.responseURL:n.headers.get("X-Request-URL");var o="response"in a?a.response:a.responseText;r(new v(o,n))},a.onerror=function(){o(new TypeError("Network request failed"))},a.ontimeout=function(){o(new TypeError("Network request failed"))},a.open(i.method,i.url,!0),"include"===i.credentials&&(a.withCredentials=!0),"responseType"in a&&t.blob&&(a.responseType="blob"),i.headers.forEach((function(e,t){a.setRequestHeader(t,e)})),a.send(void 0===i._bodyInit?null:i._bodyInit)}))},e.fetch.polyfill=!0}function s(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(e))throw new TypeError("Invalid character in header field name");return e.toLowerCase()}function u(e){return"string"!=typeof e&&(e=String(e)),e}function l(e){var n={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return t.iterable&&(n[Symbol.iterator]=function(){return n}),n}function c(e){this.map={},e instanceof c?e.forEach((function(e,t){this.append(t,e)}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function f(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function p(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function d(e){var t=new FileReader,n=p(t);return t.readAsArrayBuffer(e),n}function h(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function b(){return this.bodyUsed=!1,this._initBody=function(e){if(this._bodyInit=e,e)if("string"==typeof e)this._bodyText=e;else if(t.blob&&Blob.prototype.isPrototypeOf(e))this._bodyBlob=e;else if(t.formData&&FormData.prototype.isPrototypeOf(e))this._bodyFormData=e;else if(t.searchParams&&URLSearchParams.prototype.isPrototypeOf(e))this._bodyText=e.toString();else if(t.arrayBuffer&&t.blob&&r(e))this._bodyArrayBuffer=h(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer]);else{if(!t.arrayBuffer||!ArrayBuffer.prototype.isPrototypeOf(e)&&!o(e))throw new Error("unsupported BodyInit type");this._bodyArrayBuffer=h(e)}else this._bodyText="";this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):t.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},t.blob&&(this.blob=function(){var e=f(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?f(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(d)}),this.text=function(){var e,t,n,r=f(this);if(r)return r;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,n=p(t),t.readAsText(e),n;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),n=new Array(t.length),r=0;r-1?r:n),this.mode=t.mode||this.mode||null,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(o)}function y(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var n=e.split("="),r=n.shift().replace(/\+/g," "),o=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(o))}})),t}function v(e,t){t||(t={}),this.type="default",this.status="status"in t?t.status:200,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in t?t.statusText:"OK",this.headers=new c(t.headers),this.url=t.url||"",this._initBody(e)}}("undefined"!=typeof self?self:this)},function(e,t,n){var r=n(304),o=n(310),i=n(312);e.exports=function(e){return i(o(e,void 0,r),e+"")}},function(e,t,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(this,n(15))},function(e,t,n){var r=n(37),o=function(){try{var e=r(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=o},function(e,t,n){var r=n(30),o=n(28),i="[object AsyncFunction]",a="[object Function]",s="[object GeneratorFunction]",u="[object Proxy]";e.exports=function(e){if(!o(e))return!1;var t=r(e);return t==a||t==s||t==i||t==u}},function(e,t){var n=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return n.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},function(e,t){e.exports=function(e){return e}},function(e,t,n){var r=n(320),o=n(26),i=r?function(e){return r.get(e)}:o;e.exports=i},function(e,t,n){var r=n(37)(n(21),"WeakMap");e.exports=r},function(e,t,n){var r=n(321),o=Object.prototype.hasOwnProperty;e.exports=function(e){for(var t=e.name+"",n=r[t],i=o.call(r,t)?n.length:0;i--;){var a=n[i],s=a.func;if(null==s||s==e)return a.name}return t}},function(e,t){e.exports=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n-1&&e%1==0&&eo?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var i=Array(o);++r1&&s.call(r[0],n,(function(){for(o=1;o=0)&&i(e,!n)}e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.assertNodeList=u,t.setElement=function(e){var t=e;if("string"==typeof t&&a.canUseDOM){var n=document.querySelectorAll(t);u(n,t),t="length"in n?n[0]:n}return s=t||s},t.validateElement=l,t.hide=function(e){l(e)&&(e||s).setAttribute("aria-hidden","true")},t.show=function(e){l(e)&&(e||s).removeAttribute("aria-hidden")},t.documentNotReadyOrSSRTesting=function(){s=null},t.resetForTesting=function(){s=null};var r,o=n(403),i=(r=o)&&r.__esModule?r:{default:r},a=n(116);var s=null;function u(e,t){if(!e||!e.length)throw new Error("react-modal: No elements were found for selector "+t+".")}function l(e){return!(!e&&!s)||((0,i.default)(!1,["react-modal: App element is not defined.","Please use `Modal.setAppElement(el)` or set `appElement={el}`.","This is needed so screen readers don't see main content","when modal is opened. It is not recommended, but you can opt-out","by setting `ariaHideApp={false}`."].join(" ")),!1)}},function(e){e.exports={$palette_white:"#fff",$palette_grey_ultra_light:"#f7f7f7",$palette_grey_light:"#f1f1f1",$palette_grey_medium_light:"#e2e4e7",$palette_grey:"#ddd",$palette_grey_medium:"#ccc",$palette_grey_disabled:"#a0a5aa",$palette_grey_medium_dark:"#888",$palette_grey_text_light:"#767676",$palette_grey_text:"#616161",$palette_grey_dark:"#555",$palette_black:"#000",$palette_purple:"#5d237a",$palette_purple_dark:"#6c2548",$palette_pink:"#d73763",$palette_pink_light:"#e1bee7",$palette_pink_dark:"#a4286a",$palette_blue:"#0066cd",$palette_blue_light:"#a9a9ce",$palette_blue_medium:"#1e8cbe",$palette_blue_link:"#0073aa",$palette_blue_focus:"#5b9dd9",$palette_blue_dark:"#084a67",$palette_green:"#77b227",$palette_green_light:"#7ad03a",$palette_green_medium_light:"#64a60a",$palette_green_medium:"#008a00",$palette_green_blue:"#009288",$palette_orange:"#dc5c04",$palette_orange_light:"#ee7c1b",$palette_red:"#dc3232",$palette_red_light:"#f9bdbd",$palette_yellow:"#ffeb3b",$palette_yellow_score:"#f5c819",$palette_button_upsell:"#fec228",$palette_button_upsell_hover:"#f2ae01",$color_bad:"#dc3232",$color_ok:"#ee7c1b",$color_good:"#7ad03a",$color_noindex:"#1e8cbe",$color_score_icon:"#888",$color_white:"#fff",$color_black:"#000",$color_green:"#77b227",$color_green_medium:"#008a00",$color_green_blue:"#009288",$color_grey:"#ddd",$color_grey_dark:"#555",$color_purple:"#5d237a",$color_purple_dark:"#6c2548",$color_pink:"#d73763",$color_pink_light:"#e1bee7",$color_pink_dark:"#a4286a",$color_blue:"#0066cd",$color_blue_light:"#a9a9ce",$color_blue_dark:"#084a67",$color_red:"#dc3232",$color_border_light:"#f7f7f7",$color_border_gutenberg:"#e2e4e7",$color_border:"#ccc",$color_input_border:"#ddd",$color_help_text:"#767676",$color_upsell_text:"#767676",$color_background_light:"#f7f7f7",$color_button:"#f7f7f7",$color_button_text:"#555",$color_button_border:"#ccc",$color_button_hover:"#fff",$color_button_border_hover:"#888",$color_button_text_hover:"#000",$color_button_border_active:"#000",$color_button_upsell:"#fec228",$color_button_upsell_hover:"#f2ae01",$color_headings:"#555",$color_marker_inactive:"#555",$color_marker_active:"#fff",$color_marker_disabled:"#a0a5aa",$color_error:"#dc3232",$color_orange:"#dc5c04",$color_orange_hover:"#c35204",$color_grey_hover:"#cecece",$color_pink_hover:"#cc2956",$color_grey_cta:"#ddd",$color_grey_line:"#ddd",$color_grey_quote:"#616161",$color_grey_text:"#616161",$color_grey_text_light:"#767676",$color_snippet_focus:"#1e8cbe",$color_snippet_hover:"#ccc",$color_snippet_active:"#555",$color_blue_link:"#0073aa",$color_blue_focus:"#5b9dd9",$color_blue_focus_shadow:"#1e8cbe",$color_grey_medium_dark:"#888",$color_green_medium_light:"#64a60a",$color_grey_disabled:"#a0a5aa",$color_grey_medium:"#ccc",$color_grey_light:"#f1f1f1",$color_yellow:"#ffeb3b",$color_yellow_score:"#f5c819",$color_error_message:"#f9bdbd"}},function(e){e.exports={mobile:"768px",tablet:"1224px"}},function(e,t){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},function(e,t,n){var r=n(416);e.exports=function(e){var t=r(e),n=t%1;return t==t?n?t-n:t:0}},function(e,t,n){var r=n(28),o=n(74),i=NaN,a=/^\s+|\s+$/g,s=/^[-+]0x[0-9a-f]+$/i,u=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return i;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(a,"");var n=u.test(e);return n||l.test(e)?c(e.slice(2),n?2:8):s.test(e)?i:+e}},function(e,t,n){"use strict";var r=n(19),o=n(3),i=n(29),a=o.OrderedMap;e.exports=function(e){return e.first()instanceof r?function(e){var t={},n=void 0;return a(e.withMutations(function(e){e.forEach(function(r,o){var a=r.getKey(),s=r.getNextSiblingKey(),u=r.getPrevSiblingKey(),l=r.getChildKeys(),c=r.getParentKey(),f=i();if(t[a]=f,s&&(e.get(s)?e.setIn([s,"prevSibling"],f):e.setIn([a,"nextSibling"],null)),u&&(e.get(u)?e.setIn([u,"nextSibling"],f):e.setIn([a,"prevSibling"],null)),c&&e.get(c)){var p=e.get(c).getChildKeys();e.setIn([c,"children"],p.set(p.indexOf(r.getKey()),f))}else e.setIn([a,"parent"],null),n&&(e.setIn([n.getKey(),"nextSibling"],f),e.setIn([a,"prevSibling"],t[n.getKey()])),n=e.get(a);l.forEach(function(t){e.get(t)?e.setIn([t,"parent"],f):e.setIn([a,"children"],r.getChildKeys().filter(function(e){return e!==t}))})})}).toArray().map(function(e){return[t[e.getKey()],e.set("key",t[e.getKey()])]}))}(e):function(e){return a(e.toArray().map(function(e){var t=i();return[t,e.set("key",t)]}))}(e)}},function(e,t,n){"use strict";var r=n(18),o=n(55),i=n(5);function a(e,t,n){var a=t.getCharacterList(),s=n>0?a.get(n-1):void 0,u=n=n&&(r={start:e,end:t})}),"object"!=typeof r&&i(!1),r}(a,c,n),d=p.start,h=p.end;d0&&window.scrollTo(o.x,o.y+i+10)}else{n instanceof HTMLElement||g(!1),(i=n.offsetHeight+n.offsetTop-(r.offsetHeight+o.y))>0&&u.setTop(r,u.getTop(r)+i+10)}}},t.prototype._renderChildren=function(){var e=this,t=this.props.block,n=t.getKey(),s=t.getText(),u=this.props.tree.size-1,l=v(this.props.selection,n);return this.props.tree.map(function(p,d){var h=p.get("leaves"),b=h.size-1,g=h.map(function(r,c){var f=i.encode(n,d,c),p=r.get("start"),h=r.get("end");return a.createElement(o,{key:f,offsetKey:f,block:t,start:p,selection:l?e.props.selection:null,forceSelection:e.props.forceSelection,text:s.slice(p,h),styleSet:t.getInlineStyleAt(p),customStyleMap:e.props.customStyleMap,customStyleFn:e.props.customStyleFn,isLast:d===u&&c===b})}).toArray(),v=p.get("decoratorKey");if(null==v)return g;if(!e.props.decorator)return g;var m=y(e.props.decorator),w=m.getComponentForKey(v);if(!w)return g;var _=m.getPropsForKey(v),x=i.encode(n,d,0),k=s.slice(h.first().get("start"),h.last().get("end")),O=f.getHTMLDirIfDifferent(c.getDirection(k),e.props.direction);return a.createElement(w,r({},_,{contentState:e.props.contentState,decoratedText:k,dir:O,key:x,entityKey:t.getEntityAt(p.get("start")),offsetKey:x}),g)}).toArray()},t.prototype.render=function(){var e=this.props,t=e.direction,n=e.offsetKey,r=p({"public/DraftStyleDefault/block":!0,"public/DraftStyleDefault/ltr":"LTR"===t,"public/DraftStyleDefault/rtl":"RTL"===t});return a.createElement("div",{"data-offset-key":n,className:r},this._renderChildren())},t}(a.Component);e.exports=m},function(e,t,n){"use strict";e.exports=function(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}},function(e,t,n){"use strict";function r(e,t){return!!t&&(e===t.documentElement||e===t.body)}var o={getTop:function(e){var t=e.ownerDocument;return r(e,t)?t.body.scrollTop||t.documentElement.scrollTop:e.scrollTop},setTop:function(e,t){var n=e.ownerDocument;r(e,n)?n.body.scrollTop=n.documentElement.scrollTop=t:e.scrollTop=t},getLeft:function(e){var t=e.ownerDocument;return r(e,t)?t.body.scrollLeft||t.documentElement.scrollLeft:e.scrollLeft},setLeft:function(e,t){var n=e.ownerDocument;r(e,n)?n.body.scrollLeft=n.documentElement.scrollLeft=t:e.scrollLeft=t}};e.exports=o},function(e,t,n){"use strict";var r=n(466),o=n(467),i=n(53),a=new RegExp("\r\n","g"),s={"text/rtf":1,"text/html":1};function u(e){if("file"==e.kind)return e.getAsFile()}var l=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.data=t,this.types=t.types?o(t.types):[]}return e.prototype.isRichText=function(){return!(!this.getHTML()||!this.getText())||!this.isImage()&&this.types.some(function(e){return s[e]})},e.prototype.getText=function(){var e;return this.data.getData&&(this.types.length?-1!=this.types.indexOf("text/plain")&&(e=this.data.getData("text/plain")):e=this.data.getData("Text")),e?e.replace(a,"\n"):null},e.prototype.getHTML=function(){if(this.data.getData){if(!this.types.length)return this.data.getData("Text");if(-1!=this.types.indexOf("text/html"))return this.data.getData("text/html")}},e.prototype.isLink=function(){return this.types.some(function(e){return-1!=e.indexOf("Url")||-1!=e.indexOf("text/uri-list")||e.indexOf("text/x-moz-url")})},e.prototype.getLink=function(){return this.data.getData?-1!=this.types.indexOf("text/x-moz-url")?this.data.getData("text/x-moz-url").split("\n")[0]:-1!=this.types.indexOf("text/uri-list")?this.data.getData("text/uri-list"):this.data.getData("url"):null},e.prototype.isImage=function(){var e=this.types.some(function(e){return-1!=e.indexOf("application/x-moz-file")});if(e)return!0;for(var t=this.getFiles(),n=0;n0},e}();e.exports=l},function(e,t,n){"use strict";e.exports=function e(t){if(t instanceof Element){var n=t.getAttribute("data-offset-key");if(n)return n;for(var r=0;r0&&(n=i.childNodes.length)),0===n){var c=null;if(null!=u)c=u;else{var f=function(e){for(;e.firstChild&&(e.firstChild instanceof Element&&"true"===e.firstChild.getAttribute("data-blocks")||o(e.firstChild));)e=e.firstChild;return e}(i);c=s(o(f))}return{key:c,offset:0}}var p=i.childNodes[n-1],d=null,h=null;if(o(p)){var b=function(e){for(;e.lastChild&&(e.lastChild instanceof Element&&"true"===e.lastChild.getAttribute("data-blocks")||o(e.lastChild));)e=e.lastChild;return e}(p);d=s(o(b)),h=l(b)}else d=s(u),h=l(p);return{key:d,offset:h}}function l(e){var t=e.textContent;return"\n"===t?0:t.length}e.exports=function(e,t,n,o,a,l){var c=n.nodeType===Node.TEXT_NODE,f=a.nodeType===Node.TEXT_NODE;if(c&&f)return{selectionState:i(e,s(r(n)),o,s(r(a)),l),needsRecovery:!1};var p=null,d=null,h=!0;return c?(p={key:s(r(n)),offset:o},d=u(t,a,l)):f?(d={key:s(r(a)),offset:l},p=u(t,n,o)):(p=u(t,n,o),d=u(t,a,l),n===a&&o===l&&(h=!!n.firstChild&&"BR"!==n.firstChild.nodeName)),{selectionState:i(e,p.key,p.offset,d.key,d.offset),needsRecovery:h}}},function(e,t,n){"use strict";var r="\\s|(?![_])"+n(485).getPunctuation(),o=new RegExp("^(?:"+r+")*(?:['‘’]|(?!"+r+").)*(?:(?!"+r+").)"),i=new RegExp("(?:(?!"+r+").)(?:['‘’]|(?!"+r+").)*(?:"+r+")*$");function a(e,t){var n=t?i.exec(e):o.exec(e);return n?n[0]:e}var s={getBackward:function(e){return a(e,!0)},getForward:function(e){return a(e,!1)}};e.exports=s},function(e,t,n){"use strict";e.exports=function(e,t){var n,r=e.getSelection(),o=r.getStartKey(),i=r.getStartOffset(),a=e.getCurrentContent(),s=o;return t>a.getBlockForKey(o).getText().length-i?(s=a.getKeyAfter(o),n=0):n=i+t,r.merge({focusKey:s,focusOffset:n})}},function(e,t,n){"use strict";var r,o=i||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{};return o({},B,e)},K=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return{text:"\r",inlines:[k()],entities:new Array(1),blocks:[W({parent:n,key:y(),type:e,depth:Math.max(0,Math.min(4,t))})]}},H=function e(t,n,r,i,a,s,u,l,c,p){var d=M,h=n.nodeName.toLowerCase(),g=t,y="unstyled",v=!1,m=a&&N(a,i,l),w=o({},q),x=void 0;if("#text"===h){var k=n.textContent,O=k.trim();if(i&&""===O&&n.parentElement){var E=n.parentElement.nodeName.toLowerCase();if("ol"===E||"ul"===E)return{chunk:o({},q),entityMap:t}}return""===O&&"pre"!==a?{chunk:L(c),entityMap:t}:("pre"!==a&&(k=k.replace(S," ")),M=h,{chunk:{text:k,inlines:Array(k.length).fill(r),entities:Array(k.length).fill(c),blocks:[]},entityMap:t})}if(M=h,"br"===h)return"br"!==d||a&&"unstyled"!==m?{chunk:U(),entityMap:t}:{chunk:K("unstyled",u,p),entityMap:t};if("img"===h&&n instanceof HTMLImageElement&&n.attributes.getNamedItem("src")&&n.attributes.getNamedItem("src").value){var C=n,j={};I.forEach(function(e){var t=C.getAttribute(e);t&&(j[e]=t)}),n.textContent="📷",c=f.__create("IMAGE","MUTABLE",j||{})}r=function(e,t,n){var r=z[e];if(r)n=n.add(r).toOrderedSet();else if(t instanceof HTMLElement){var o=t;n=n.withMutations(function(e){var t=o.style.fontWeight,n=o.style.fontStyle,r=o.style.textDecoration;T.indexOf(t)>=0?e.add("BOLD"):P.indexOf(t)>=0&&e.remove("BOLD"),"italic"===n?e.add("ITALIC"):"normal"===n&&e.remove("ITALIC"),"underline"===r&&e.add("UNDERLINE"),"line-through"===r&&e.add("STRIKETHROUGH"),"none"===r&&(e.remove("UNDERLINE"),e.remove("STRIKETHROUGH"))}).toOrderedSet()}return n}(h,n,r),"ul"!==h&&"ol"!==h||(i&&(u+=1),i=h),!_&&"li"===h&&n instanceof HTMLElement&&(u=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return Object.keys(A).some(function(n){e.classList.contains(n)&&(t=A[n])}),t}(n,u));var B=N(h,i,l),F=i&&"li"===a&&"li"===h,W=(!a||_)&&-1!==s.indexOf(h);(F||W)&&(x=(w=K(B,u,p)).blocks[0].key,a=h,v=!_),F&&(y="ul"===i?"unordered-list-item":"ordered-list-item");var H=n.firstChild;null!=H&&(h=H.nodeName.toLowerCase());for(var V=null;H;){H instanceof HTMLAnchorElement&&H.href&&$(H)?function(){var e=H,t={};R.forEach(function(n){var r=e.getAttribute(n);r&&(t[n]=r)}),t.url=new b(e.href).toString(),V=f.__create("LINK","MUTABLE",t||{})}():V=void 0;var G=e(g,H,r,i,a,s,u,l,V||c,_?x:null),Y=G.chunk;g=G.entityMap,w=D(w,Y,_);var X=H.nextSibling;!p&&X&&s.indexOf(h)>=0&&a&&(w=D(w,U())),X&&(h=X.nodeName.toLowerCase()),H=X}return v&&(w=D(w,K(y,u,p))),{chunk:w,entityMap:g}},V=function(e,t,n,r){e=e.trim().replace(O,"").replace(E," ").replace(C,"").replace(j,"");var i=function(e){var t=e.get("unstyled").element,n=h([]);return e.forEach(function(e){e.aliasedElements&&e.aliasedElements.forEach(function(e){n=n.add(e)}),n=n.add(e.element)}),n.filter(function(e){return e&&e!==t}).toArray().sort()}(n),a=t(e);if(!a)return null;M=null;var s=function(e,t){return t.some(function(t){return-1!==e.indexOf("<"+t)})}(e,i)?i:["div"],u=H(r,a,k(),"ul",null,s,-1,n),l=u.chunk,c=u.entityMap;return 0===l.text.indexOf("\r")&&(l={text:l.text.slice(1),inlines:l.inlines.slice(1),entities:l.entities.slice(1),blocks:l.blocks}),"\r"===l.text.slice(-1)&&(l.text=l.text.slice(0,-1),l.inlines=l.inlines.slice(0,-1),l.entities=l.entities.slice(0,-1),l.blocks.pop()),0===l.blocks.length&&l.blocks.push(o({},q,{type:"unstyled",depth:0})),l.text.split("\r").length===l.blocks.length+1&&l.blocks.unshift({type:"unstyled",depth:0}),{chunk:l,entityMap:c}};e.exports=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:v,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:c,r=V(e,t,n,f);if(null==r)return null;var o=r.chunk,i=r.entityMap;return{contentBlocks:function(e){if(!e||!e.text||!Array.isArray(e.blocks))return null;var t=0,n=e.blocks,r=e.inlines,o=e.entities,i=_?l:u;return e.text.split("\r").reduce(function(e,a,u){a=w(a);var c=n[u],f=t+a.length,p=r.slice(t,f),d=o.slice(t,f),h=x(p.map(function(e,t){var n={style:e,entity:null};return d[t]&&(n.entity=d[t]),s.create(n)}));t=f+1;var b=c.depth,g=c.type,v=c.parent,m=c.key||y(),_=null;if(v){var k=e.cacheRef[v],O=e.contentBlocks[k];if(O.getChildKeys().isEmpty()&&O.getText()){var S=O.getCharacterList(),E=O.getText();_=y();var C=new l({key:_,text:E,characterList:S,parent:v,nextSibling:m});e.contentBlocks.push(C),O=O.withMutations(function(e){e.set("characterList",x()).set("text","").set("children",O.children.push(C.getKey()))})}e.contentBlocks[k]=O.set("children",O.children.push(m))}var j=new i({key:m,parent:v,type:g,depth:b,text:a,characterList:h,prevSibling:_||(0===u||n[u-1].parent!==v?null:n[u-1].key),nextSibling:u===n.length-1||n[u+1].parent!==v?null:n[u+1].key});return e.contentBlocks.push(j),e.cacheRef[j.key]=u,e},{cacheRef:{},contentBlocks:[]}).contentBlocks}(o),entityMap:i}}},function(e,t,n){"use strict";var r=n(25),o=n(5),i=r.isBrowser("IE <= 9");e.exports=function(e){var t,n=null;return!i&&document.implementation&&document.implementation.createHTMLDocument&&((t=document.implementation.createHTMLDocument("foo")).documentElement||o(!1),t.documentElement.innerHTML=e,n=t.getElementsByTagName("body")[0]),n}},function(e,t,n){"use strict";var r=n(16),o=n(7),i=(n(42),n(497)),a=n(23),s={currentBlockContainsLink:function(e){var t=e.getSelection(),n=e.getCurrentContent(),r=n.getEntityMap();return n.getBlockForKey(t.getAnchorKey()).getCharacterList().slice(t.getStartOffset(),t.getEndOffset()).some(function(e){var t=e.getEntity();return!!t&&"LINK"===r.__get(t).getType()})},getCurrentBlockType:function(e){var t=e.getSelection();return e.getCurrentContent().getBlockForKey(t.getStartKey()).getType()},getDataObjectForLinkURL:function(e){return{url:e.toString()}},handleKeyCommand:function(e,t){switch(t){case"bold":return s.toggleInlineStyle(e,"BOLD");case"italic":return s.toggleInlineStyle(e,"ITALIC");case"underline":return s.toggleInlineStyle(e,"UNDERLINE");case"code":return s.toggleCode(e);case"backspace":case"backspace-word":case"backspace-to-start-of-line":return s.onBackspace(e);case"delete":case"delete-word":case"delete-to-end-of-block":return s.onDelete(e);default:return null}},insertSoftNewline:function(e){var t=r.insertText(e.getCurrentContent(),e.getSelection(),"\n",e.getCurrentInlineStyle(),null),n=o.push(e,t,"insert-characters");return o.forceSelection(n,t.getSelectionAfter())},onBackspace:function(e){var t=e.getSelection();if(!t.isCollapsed()||t.getAnchorOffset()||t.getFocusOffset())return null;var n=e.getCurrentContent(),r=t.getStartKey(),i=n.getBlockBefore(r);if(i&&"atomic"===i.getType()){var a=n.getBlockMap().delete(i.getKey()),u=n.merge({blockMap:a,selectionAfter:t});if(u!==n)return o.push(e,u,"remove-range")}var l=s.tryToRemoveBlockStyle(e);return l?o.push(e,l,"change-block-type"):null},onDelete:function(e){var t=e.getSelection();if(!t.isCollapsed())return null;var n=e.getCurrentContent(),i=t.getStartKey(),a=n.getBlockForKey(i).getLength();if(t.getStartOffset()0&&a!==s)return null;var u=a.getType(),l=i.getBlockBefore(o);if("code-block"===u&&l&&"code-block"===l.getType()&&0!==l.getLength())return null;if("unstyled"!==u)return r.setBlockType(i,t,"unstyled")}return null}};e.exports=s},function(e,t,n){"use strict";var r=n(128),o=n(122),i=n(25),a=i.isPlatform("Mac OS X"),s=i.isPlatform("Windows"),u=a&&i.isBrowser("Firefox < 29"),l=r.hasCommandModifier,c=r.isCtrlKeyCommand;function f(e){return a&&e.altKey||c(e)}e.exports=function(e){switch(e.keyCode){case 66:return l(e)?"bold":null;case 68:return c(e)?"delete":null;case 72:return c(e)?"backspace":null;case 73:return l(e)?"italic":null;case 74:return l(e)?"code":null;case 75:return!s&&c(e)?"secondary-cut":null;case 77:case 79:return c(e)?"split-block":null;case 84:return a&&c(e)?"transpose-characters":null;case 85:return l(e)?"underline":null;case 87:return a&&c(e)?"backspace-word":null;case 89:return c(e)?s?"redo":"secondary-paste":null;case 90:return function(e){return l(e)?e.shiftKey?"redo":"undo":null}(e)||null;case o.RETURN:return"split-block";case o.DELETE:return function(e){return s&&e.shiftKey?null:f(e)?"delete-word":"delete"}(e);case o.BACKSPACE:return function(e){return l(e)&&a?"backspace-to-start-of-line":f(e)?"backspace-word":"backspace"}(e);case o.LEFT:return u&&l(e)?"move-selection-to-start-of-block":null;case o.RIGHT:return u&&l(e)?"move-selection-to-end-of-block":null;default:return null}}},function(e,t,n){"use strict";var r={stringify:function(e){return"_"+String(e)},unstringify:function(e){return e.slice(1)}};e.exports=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=Object.assign||function(e){for(var t=1;t>>0;if(""+n!==t||4294967295===n)return NaN;t=n}return t<0?S(e)+t:t}function C(){return!0}function j(e,t,n){return(0===e||void 0!==n&&e<=-n)&&(void 0===t||void 0!==n&&t>=n)}function T(e,t){return z(e,t,0)}function P(e,t){return z(e,t,t)}function z(e,t,n){return void 0===e?n:e<0?Math.max(0,t+e):void 0===t?e:Math.min(t,e)}var A=0,R=1,I=2,M="function"==typeof Symbol&&Symbol.iterator,q="@@iterator",B=M||q;function F(e){this.next=e}function N(e,t,n,r){var o=0===e?t:1===e?n:[t,n];return r?r.value=o:r={value:o,done:!1},r}function D(){return{value:void 0,done:!0}}function $(e){return!!W(e)}function L(e){return e&&"function"==typeof e.next}function U(e){var t=W(e);return t&&t.call(e)}function W(e){var t=e&&(M&&e[M]||e[q]);if("function"==typeof t)return t}function K(e){return e&&"number"==typeof e.length}function H(e){return null==e?ie():a(e)?e.toSeq():function(e){var t=ue(e)||"object"==typeof e&&new te(e);if(!t)throw new TypeError("Expected Array or iterable object of values, or keyed object: "+e);return t}(e)}function V(e){return null==e?ie().toKeyedSeq():a(e)?s(e)?e.toSeq():e.fromEntrySeq():ae(e)}function G(e){return null==e?ie():a(e)?s(e)?e.entrySeq():e.toIndexedSeq():se(e)}function Y(e){return(null==e?ie():a(e)?s(e)?e.entrySeq():e:se(e)).toSetSeq()}F.prototype.toString=function(){return"[Iterator]"},F.KEYS=A,F.VALUES=R,F.ENTRIES=I,F.prototype.inspect=F.prototype.toSource=function(){return this.toString()},F.prototype[B]=function(){return this},t(H,n),H.of=function(){return H(arguments)},H.prototype.toSeq=function(){return this},H.prototype.toString=function(){return this.__toString("Seq {","}")},H.prototype.cacheResult=function(){return!this._cache&&this.__iterateUncached&&(this._cache=this.entrySeq().toArray(),this.size=this._cache.length),this},H.prototype.__iterate=function(e,t){return le(this,e,t,!0)},H.prototype.__iterator=function(e,t){return ce(this,e,t,!0)},t(V,H),V.prototype.toKeyedSeq=function(){return this},t(G,H),G.of=function(){return G(arguments)},G.prototype.toIndexedSeq=function(){return this},G.prototype.toString=function(){return this.__toString("Seq [","]")},G.prototype.__iterate=function(e,t){return le(this,e,t,!1)},G.prototype.__iterator=function(e,t){return ce(this,e,t,!1)},t(Y,H),Y.of=function(){return Y(arguments)},Y.prototype.toSetSeq=function(){return this},H.isSeq=oe,H.Keyed=V,H.Set=Y,H.Indexed=G;var X,J,Q,Z="@@__IMMUTABLE_SEQ__@@";function ee(e){this._array=e,this.size=e.length}function te(e){var t=Object.keys(e);this._object=e,this._keys=t,this.size=t.length}function ne(e){this._iterable=e,this.size=e.length||e.size}function re(e){this._iterator=e,this._iteratorCache=[]}function oe(e){return!(!e||!e[Z])}function ie(){return X||(X=new ee([]))}function ae(e){var t=Array.isArray(e)?new ee(e).fromEntrySeq():L(e)?new re(e).fromEntrySeq():$(e)?new ne(e).fromEntrySeq():"object"==typeof e?new te(e):void 0;if(!t)throw new TypeError("Expected Array or iterable object of [k, v] entries, or keyed object: "+e);return t}function se(e){var t=ue(e);if(!t)throw new TypeError("Expected Array or iterable object of values: "+e);return t}function ue(e){return K(e)?new ee(e):L(e)?new re(e):$(e)?new ne(e):void 0}function le(e,t,n,r){var o=e._cache;if(o){for(var i=o.length-1,a=0;a<=i;a++){var s=o[n?i-a:a];if(!1===t(s[1],r?s[0]:a,e))return a+1}return a}return e.__iterateUncached(t,n)}function ce(e,t,n,r){var o=e._cache;if(o){var i=o.length-1,a=0;return new F(function(){var e=o[n?i-a:a];return a++>i?{value:void 0,done:!0}:N(t,r?e[0]:a-1,e[1])})}return e.__iteratorUncached(t,n)}function fe(e,t){return t?function e(t,n,r,o){return Array.isArray(n)?t.call(o,r,G(n).map(function(r,o){return e(t,r,o,n)})):de(n)?t.call(o,r,V(n).map(function(r,o){return e(t,r,o,n)})):n}(t,e,"",{"":e}):pe(e)}function pe(e){return Array.isArray(e)?G(e).map(pe).toList():de(e)?V(e).map(pe).toMap():e}function de(e){return e&&(e.constructor===Object||void 0===e.constructor)}function he(e,t){if(e===t||e!=e&&t!=t)return!0;if(!e||!t)return!1;if("function"==typeof e.valueOf&&"function"==typeof t.valueOf){if(e=e.valueOf(),t=t.valueOf(),e===t||e!=e&&t!=t)return!0;if(!e||!t)return!1}return!("function"!=typeof e.equals||"function"!=typeof t.equals||!e.equals(t))}function be(e,t){if(e===t)return!0;if(!a(t)||void 0!==e.size&&void 0!==t.size&&e.size!==t.size||void 0!==e.__hash&&void 0!==t.__hash&&e.__hash!==t.__hash||s(e)!==s(t)||u(e)!==u(t)||c(e)!==c(t))return!1;if(0===e.size&&0===t.size)return!0;var n=!l(e);if(c(e)){var r=e.entries();return t.every(function(e,t){var o=r.next().value;return o&&he(o[1],e)&&(n||he(o[0],t))})&&r.next().done}var o=!1;if(void 0===e.size)if(void 0===t.size)"function"==typeof e.cacheResult&&e.cacheResult();else{o=!0;var i=e;e=t,t=i}var f=!0,p=t.__iterate(function(t,r){if(n?!e.has(t):o?!he(t,e.get(r,v)):!he(e.get(r,v),t))return f=!1,!1});return f&&e.size===p}function ge(e,t){if(!(this instanceof ge))return new ge(e,t);if(this._value=e,this.size=void 0===t?1/0:Math.max(0,t),0===this.size){if(J)return J;J=this}}function ye(e,t){if(!e)throw new Error(t)}function ve(e,t,n){if(!(this instanceof ve))return new ve(e,t,n);if(ye(0!==n,"Cannot step a Range by 0"),e=e||0,void 0===t&&(t=1/0),n=void 0===n?1:Math.abs(n),tr?{value:void 0,done:!0}:N(e,o,n[t?r-o++:o++])})},t(te,V),te.prototype.get=function(e,t){return void 0===t||this.has(e)?this._object[e]:t},te.prototype.has=function(e){return this._object.hasOwnProperty(e)},te.prototype.__iterate=function(e,t){for(var n=this._object,r=this._keys,o=r.length-1,i=0;i<=o;i++){var a=r[t?o-i:i];if(!1===e(n[a],a,this))return i+1}return i},te.prototype.__iterator=function(e,t){var n=this._object,r=this._keys,o=r.length-1,i=0;return new F(function(){var a=r[t?o-i:i];return i++>o?{value:void 0,done:!0}:N(e,a,n[a])})},te.prototype[h]=!0,t(ne,G),ne.prototype.__iterateUncached=function(e,t){if(t)return this.cacheResult().__iterate(e,t);var n=this._iterable,r=U(n),o=0;if(L(r))for(var i;!(i=r.next()).done&&!1!==e(i.value,o++,this););return o},ne.prototype.__iteratorUncached=function(e,t){if(t)return this.cacheResult().__iterator(e,t);var n=this._iterable,r=U(n);if(!L(r))return new F(D);var o=0;return new F(function(){var t=r.next();return t.done?t:N(e,o++,t.value)})},t(re,G),re.prototype.__iterateUncached=function(e,t){if(t)return this.cacheResult().__iterate(e,t);for(var n,r=this._iterator,o=this._iteratorCache,i=0;i=r.length){var t=n.next();if(t.done)return t;r[o]=t.value}return N(e,o,r[o++])})},t(ge,G),ge.prototype.toString=function(){return 0===this.size?"Repeat []":"Repeat [ "+this._value+" "+this.size+" times ]"},ge.prototype.get=function(e,t){return this.has(e)?this._value:t},ge.prototype.includes=function(e){return he(this._value,e)},ge.prototype.slice=function(e,t){var n=this.size;return j(e,t,n)?this:new ge(this._value,P(t,n)-T(e,n))},ge.prototype.reverse=function(){return this},ge.prototype.indexOf=function(e){return he(this._value,e)?0:-1},ge.prototype.lastIndexOf=function(e){return he(this._value,e)?this.size:-1},ge.prototype.__iterate=function(e,t){for(var n=0;n=0&&t=0&&nn?{value:void 0,done:!0}:N(e,i++,a)})},ve.prototype.equals=function(e){return e instanceof ve?this._start===e._start&&this._end===e._end&&this._step===e._step:be(this,e)},t(me,n),t(we,me),t(_e,me),t(xe,me),me.Keyed=we,me.Indexed=_e,me.Set=xe;var ke="function"==typeof Math.imul&&-2===Math.imul(4294967295,2)?Math.imul:function(e,t){var n=65535&(e|=0),r=65535&(t|=0);return n*r+((e>>>16)*r+n*(t>>>16)<<16>>>0)|0};function Oe(e){return e>>>1&1073741824|3221225471&e}function Se(e){if(!1===e||null==e)return 0;if("function"==typeof e.valueOf&&(!1===(e=e.valueOf())||null==e))return 0;if(!0===e)return 1;var t=typeof e;if("number"===t){if(e!=e||e===1/0)return 0;var n=0|e;for(n!==e&&(n^=4294967295*e);e>4294967295;)n^=e/=4294967295;return Oe(n)}if("string"===t)return e.length>Re?function(e){var t=qe[e];return void 0===t&&(t=Ee(e),Me===Ie&&(Me=0,qe={}),Me++,qe[e]=t),t}(e):Ee(e);if("function"==typeof e.hashCode)return e.hashCode();if("object"===t)return function(e){var t;if(Pe&&void 0!==(t=Ce.get(e)))return t;if(void 0!==(t=e[Ae]))return t;if(!Te){if(void 0!==(t=e.propertyIsEnumerable&&e.propertyIsEnumerable[Ae]))return t;if(void 0!==(t=function(e){if(e&&e.nodeType>0)switch(e.nodeType){case 1:return e.uniqueID;case 9:return e.documentElement&&e.documentElement.uniqueID}}(e)))return t}if(t=++ze,1073741824&ze&&(ze=0),Pe)Ce.set(e,t);else{if(void 0!==je&&!1===je(e))throw new Error("Non-extensible objects are not allowed as keys.");if(Te)Object.defineProperty(e,Ae,{enumerable:!1,configurable:!1,writable:!1,value:t});else if(void 0!==e.propertyIsEnumerable&&e.propertyIsEnumerable===e.constructor.prototype.propertyIsEnumerable)e.propertyIsEnumerable=function(){return this.constructor.prototype.propertyIsEnumerable.apply(this,arguments)},e.propertyIsEnumerable[Ae]=t;else{if(void 0===e.nodeType)throw new Error("Unable to set a non-enumerable property on object.");e[Ae]=t}}return t}(e);if("function"==typeof e.toString)return Ee(e.toString());throw new Error("Value type "+t+" cannot be hashed.")}function Ee(e){for(var t=0,n=0;n=t.length)throw new Error("Missing value for key: "+t[n]);e.set(t[n],t[n+1])}})},Fe.prototype.toString=function(){return this.__toString("Map {","}")},Fe.prototype.get=function(e,t){return this._root?this._root.get(0,void 0,e,t):t},Fe.prototype.set=function(e,t){return Ze(this,e,t)},Fe.prototype.setIn=function(e,t){return this.updateIn(e,v,function(){return t})},Fe.prototype.remove=function(e){return Ze(this,e,v)},Fe.prototype.deleteIn=function(e){return this.updateIn(e,function(){return v})},Fe.prototype.update=function(e,t,n){return 1===arguments.length?e(this):this.updateIn([e],t,n)},Fe.prototype.updateIn=function(e,t,n){n||(n=t,t=void 0);var r=function e(t,n,r,o){var i=t===v,a=n.next();if(a.done){var s=i?r:t,u=o(s);return u===s?t:u}ye(i||t&&t.set,"invalid keyPath");var l=a.value,c=i?v:t.get(l,v),f=e(c,n,r,o);return f===c?t:f===v?t.remove(l):(i?Qe():t).set(l,f)}(this,nn(e),t,n);return r===v?void 0:r},Fe.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._root=null,this.__hash=void 0,this.__altered=!0,this):Qe()},Fe.prototype.merge=function(){return rt(this,void 0,arguments)},Fe.prototype.mergeWith=function(t){var n=e.call(arguments,1);return rt(this,t,n)},Fe.prototype.mergeIn=function(t){var n=e.call(arguments,1);return this.updateIn(t,Qe(),function(e){return"function"==typeof e.merge?e.merge.apply(e,n):n[n.length-1]})},Fe.prototype.mergeDeep=function(){return rt(this,ot,arguments)},Fe.prototype.mergeDeepWith=function(t){var n=e.call(arguments,1);return rt(this,it(t),n)},Fe.prototype.mergeDeepIn=function(t){var n=e.call(arguments,1);return this.updateIn(t,Qe(),function(e){return"function"==typeof e.mergeDeep?e.mergeDeep.apply(e,n):n[n.length-1]})},Fe.prototype.sort=function(e){return Tt(Kt(this,e))},Fe.prototype.sortBy=function(e,t){return Tt(Kt(this,t,e))},Fe.prototype.withMutations=function(e){var t=this.asMutable();return e(t),t.wasAltered()?t.__ensureOwner(this.__ownerID):this},Fe.prototype.asMutable=function(){return this.__ownerID?this:this.__ensureOwner(new k)},Fe.prototype.asImmutable=function(){return this.__ensureOwner()},Fe.prototype.wasAltered=function(){return this.__altered},Fe.prototype.__iterator=function(e,t){return new Ge(this,e,t)},Fe.prototype.__iterate=function(e,t){var n=this,r=0;return this._root&&this._root.iterate(function(t){return r++,e(t[1],t[0],n)},t),r},Fe.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?Je(this.size,this._root,e,this.__hash):(this.__ownerID=e,this.__altered=!1,this)},Fe.isMap=Ne;var De,$e="@@__IMMUTABLE_MAP__@@",Le=Fe.prototype;function Ue(e,t){this.ownerID=e,this.entries=t}function We(e,t,n){this.ownerID=e,this.bitmap=t,this.nodes=n}function Ke(e,t,n){this.ownerID=e,this.count=t,this.nodes=n}function He(e,t,n){this.ownerID=e,this.keyHash=t,this.entries=n}function Ve(e,t,n){this.ownerID=e,this.keyHash=t,this.entry=n}function Ge(e,t,n){this._type=t,this._reverse=n,this._stack=e._root&&Xe(e._root)}function Ye(e,t){return N(e,t[0],t[1])}function Xe(e,t){return{node:e,index:0,__prev:t}}function Je(e,t,n,r){var o=Object.create(Le);return o.size=e,o._root=t,o.__ownerID=n,o.__hash=r,o.__altered=!1,o}function Qe(){return De||(De=Je(0))}function Ze(e,t,n){var r,o;if(e._root){var i=_(m),a=_(w);if(r=et(e._root,e.__ownerID,0,void 0,t,n,i,a),!a.value)return e;o=e.size+(i.value?n===v?-1:1:0)}else{if(n===v)return e;o=1,r=new Ue(e.__ownerID,[[t,n]])}return e.__ownerID?(e.size=o,e._root=r,e.__hash=void 0,e.__altered=!0,e):r?Je(o,r):Qe()}function et(e,t,n,r,o,i,a,s){return e?e.update(t,n,r,o,i,a,s):i===v?e:(x(s),x(a),new Ve(t,r,[o,i]))}function tt(e){return e.constructor===Ve||e.constructor===He}function nt(e,t,n,r,o){if(e.keyHash===r)return new He(t,r,[e.entry,o]);var i,a=(0===n?e.keyHash:e.keyHash>>>n)&y,s=(0===n?r:r>>>n)&y,u=a===s?[nt(e,t,n+b,r,o)]:(i=new Ve(t,r,o),a>1&1431655765))+(e>>2&858993459))+(e>>4)&252645135,e+=e>>8,127&(e+=e>>16)}function ut(e,t,n,r){var o=r?e:O(e);return o[t]=n,o}Le[$e]=!0,Le.delete=Le.remove,Le.removeIn=Le.deleteIn,Ue.prototype.get=function(e,t,n,r){for(var o=this.entries,i=0,a=o.length;i=lt)return function(e,t,n,r){e||(e=new k);for(var o=new Ve(e,Se(n),[n,r]),i=0;i>>e)&y),i=this.bitmap;return 0==(i&o)?r:this.nodes[st(i&o-1)].get(e+b,t,n,r)},We.prototype.update=function(e,t,n,r,o,i,a){void 0===n&&(n=Se(r));var s=(0===t?n:n>>>t)&y,u=1<=ct)return function(e,t,n,r,o){for(var i=0,a=new Array(g),s=0;0!==n;s++,n>>>=1)a[s]=1&n?t[i++]:void 0;return a[r]=o,new Ke(e,i+1,a)}(e,p,l,s,h);if(c&&!h&&2===p.length&&tt(p[1^f]))return p[1^f];if(c&&h&&1===p.length&&tt(h))return h;var m=e&&e===this.ownerID,w=c?h?l:l^u:l|u,_=c?h?ut(p,f,h,m):function(e,t,n){var r=e.length-1;if(n&&t===r)return e.pop(),e;for(var o=new Array(r),i=0,a=0;a>>e)&y,i=this.nodes[o];return i?i.get(e+b,t,n,r):r},Ke.prototype.update=function(e,t,n,r,o,i,a){void 0===n&&(n=Se(r));var s=(0===t?n:n>>>t)&y,u=o===v,l=this.nodes,c=l[s];if(u&&!c)return this;var f=et(c,e,t+b,n,r,o,i,a);if(f===c)return this;var p=this.count;if(c){if(!f&&--p0&&r=0&&e=e.size||t<0)return e.withMutations(function(e){t<0?Et(e,t).set(0,n):Et(e,0,t+1).set(t,n)});t+=e._origin;var r=e._tail,o=e._root,i=_(w);return t>=jt(e._capacity)?r=kt(r,e.__ownerID,0,t,n,i):o=kt(o,e.__ownerID,e._level,t,n,i),i.value?e.__ownerID?(e._root=o,e._tail=r,e.__hash=void 0,e.__altered=!0,e):_t(e._origin,e._capacity,e._level,o,r):e}(this,e,t)},pt.prototype.remove=function(e){return this.has(e)?0===e?this.shift():e===this.size-1?this.pop():this.splice(e,1):this},pt.prototype.insert=function(e,t){return this.splice(e,0,t)},pt.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=this._origin=this._capacity=0,this._level=b,this._root=this._tail=null,this.__hash=void 0,this.__altered=!0,this):xt()},pt.prototype.push=function(){var e=arguments,t=this.size;return this.withMutations(function(n){Et(n,0,t+e.length);for(var r=0;r>>t&y;if(r>=this.array.length)return new gt([],e);var o,i=0===r;if(t>0){var a=this.array[r];if((o=a&&a.removeBefore(e,t-b,n))===a&&i)return this}if(i&&!o)return this;var s=Ot(this,e);if(!i)for(var u=0;u>>t&y;if(o>=this.array.length)return this;if(t>0){var i=this.array[o];if((r=i&&i.removeAfter(e,t-b,n))===i&&o===this.array.length-1)return this}var a=Ot(this,e);return a.array.splice(o+1),r&&(a.array[o]=r),a};var yt,vt,mt={};function wt(e,t){var n=e._origin,r=e._capacity,o=jt(r),i=e._tail;return a(e._root,e._level,0);function a(e,s,u){return 0===s?function(e,a){var s=a===o?i&&i.array:e&&e.array,u=a>n?0:n-a,l=r-a;return l>g&&(l=g),function(){if(u===l)return mt;var e=t?--l:u++;return s&&s[e]}}(e,u):function(e,o,i){var s,u=e&&e.array,l=i>n?0:n-i>>o,c=1+(r-i>>o);return c>g&&(c=g),function(){for(;;){if(s){var e=s();if(e!==mt)return e;s=null}if(l===c)return mt;var n=t?--c:l++;s=a(u&&u[n],o-b,i+(n<>>n&y,u=e&&s0){var l=e&&e.array[s],c=kt(l,t,n-b,r,o,i);return c===l?e:((a=Ot(e,t)).array[s]=c,a)}return u&&e.array[s]===o?e:(x(i),a=Ot(e,t),void 0===o&&s===a.array.length-1?a.array.pop():a.array[s]=o,a)}function Ot(e,t){return t&&e&&t===e.ownerID?e:new gt(e?e.array.slice():[],t)}function St(e,t){if(t>=jt(e._capacity))return e._tail;if(t<1<0;)n=n.array[t>>>r&y],r-=b;return n}}function Et(e,t,n){void 0!==t&&(t|=0),void 0!==n&&(n|=0);var r=e.__ownerID||new k,o=e._origin,i=e._capacity,a=o+t,s=void 0===n?i:n<0?i+n:o+n;if(a===o&&s===i)return e;if(a>=s)return e.clear();for(var u=e._level,l=e._root,c=0;a+c<0;)l=new gt(l&&l.array.length?[void 0,l]:[],r),c+=1<<(u+=b);c&&(a+=c,o+=c,s+=c,i+=c);for(var f=jt(i),p=jt(s);p>=1<f?new gt([],r):d;if(d&&p>f&&ab;v-=b){var m=f>>>v&y;g=g.array[m]=Ot(g.array[m],r)}g.array[f>>>b&y]=d}if(s=p)a-=p,s-=p,u=b,l=null,h=h&&h.removeBefore(r,0,a);else if(a>o||p>>u&y;if(w!==p>>>u&y)break;w&&(c+=(1<o&&(l=l.removeBefore(r,u,a-c)),l&&pi&&(i=l.size),a(u)||(l=l.map(function(e){return fe(e)})),r.push(l)}return i>e.size&&(e=e.setSize(i)),at(e,t,r)}function jt(e){return e>>b<=g&&a.size>=2*i.size?(o=a.filter(function(e,t){return void 0!==e&&s!==t}),r=o.toKeyedSeq().map(function(e){return e[0]}).flip().toMap(),e.__ownerID&&(r.__ownerID=o.__ownerID=e.__ownerID)):(r=i.remove(t),o=s===a.size-1?a.pop():a.set(s,void 0))}else if(u){if(n===a.get(s)[1])return e;r=i,o=a.set(s,[t,n])}else r=i.set(t,a.size),o=a.set(a.size,[t,n]);return e.__ownerID?(e.size=r.size,e._map=r,e._list=o,e.__hash=void 0,e):zt(r,o)}function It(e,t){this._iter=e,this._useKeys=t,this.size=e.size}function Mt(e){this._iter=e,this.size=e.size}function qt(e){this._iter=e,this.size=e.size}function Bt(e){this._iter=e,this.size=e.size}function Ft(e){var t=Zt(e);return t._iter=e,t.size=e.size,t.flip=function(){return e},t.reverse=function(){var t=e.reverse.apply(this);return t.flip=function(){return e.reverse()},t},t.has=function(t){return e.includes(t)},t.includes=function(t){return e.has(t)},t.cacheResult=en,t.__iterateUncached=function(t,n){var r=this;return e.__iterate(function(e,n){return!1!==t(n,e,r)},n)},t.__iteratorUncached=function(t,n){if(t===I){var r=e.__iterator(t,n);return new F(function(){var e=r.next();if(!e.done){var t=e.value[0];e.value[0]=e.value[1],e.value[1]=t}return e})}return e.__iterator(t===R?A:R,n)},t}function Nt(e,t,n){var r=Zt(e);return r.size=e.size,r.has=function(t){return e.has(t)},r.get=function(r,o){var i=e.get(r,v);return i===v?o:t.call(n,i,r,e)},r.__iterateUncached=function(r,o){var i=this;return e.__iterate(function(e,o,a){return!1!==r(t.call(n,e,o,a),o,i)},o)},r.__iteratorUncached=function(r,o){var i=e.__iterator(I,o);return new F(function(){var o=i.next();if(o.done)return o;var a=o.value,s=a[0];return N(r,s,t.call(n,a[1],s,e),o)})},r}function Dt(e,t){var n=Zt(e);return n._iter=e,n.size=e.size,n.reverse=function(){return e},e.flip&&(n.flip=function(){var t=Ft(e);return t.reverse=function(){return e.flip()},t}),n.get=function(n,r){return e.get(t?n:-1-n,r)},n.has=function(n){return e.has(t?n:-1-n)},n.includes=function(t){return e.includes(t)},n.cacheResult=en,n.__iterate=function(t,n){var r=this;return e.__iterate(function(e,n){return t(e,n,r)},!n)},n.__iterator=function(t,n){return e.__iterator(t,!n)},n}function $t(e,t,n,r){var o=Zt(e);return r&&(o.has=function(r){var o=e.get(r,v);return o!==v&&!!t.call(n,o,r,e)},o.get=function(r,o){var i=e.get(r,v);return i!==v&&t.call(n,i,r,e)?i:o}),o.__iterateUncached=function(o,i){var a=this,s=0;return e.__iterate(function(e,i,u){if(t.call(n,e,i,u))return s++,o(e,r?i:s-1,a)},i),s},o.__iteratorUncached=function(o,i){var a=e.__iterator(I,i),s=0;return new F(function(){for(;;){var i=a.next();if(i.done)return i;var u=i.value,l=u[0],c=u[1];if(t.call(n,c,l,e))return N(o,r?l:s++,c,i)}})},o}function Lt(e,t,n,r){var o=e.size;if(void 0!==t&&(t|=0),void 0!==n&&(n===1/0?n=o:n|=0),j(t,n,o))return e;var i=T(t,o),a=P(n,o);if(i!=i||a!=a)return Lt(e.toSeq().cacheResult(),t,n,r);var s,u=a-i;u==u&&(s=u<0?0:u);var l=Zt(e);return l.size=0===s?s:e.size&&s||void 0,!r&&oe(e)&&s>=0&&(l.get=function(t,n){return(t=E(this,t))>=0&&ts)return{value:void 0,done:!0};var e=o.next();return r||t===R?e:N(t,u-1,t===A?void 0:e.value[1],e)})},l}function Ut(e,t,n,r){var o=Zt(e);return o.__iterateUncached=function(o,i){var a=this;if(i)return this.cacheResult().__iterate(o,i);var s=!0,u=0;return e.__iterate(function(e,i,l){if(!s||!(s=t.call(n,e,i,l)))return u++,o(e,r?i:u-1,a)}),u},o.__iteratorUncached=function(o,i){var a=this;if(i)return this.cacheResult().__iterator(o,i);var s=e.__iterator(I,i),u=!0,l=0;return new F(function(){var e,i,c;do{if((e=s.next()).done)return r||o===R?e:N(o,l++,o===A?void 0:e.value[1],e);var f=e.value;i=f[0],c=f[1],u&&(u=t.call(n,c,i,a))}while(u);return o===I?e:N(o,i,c,e)})},o}function Wt(e,t,n){var r=Zt(e);return r.__iterateUncached=function(r,o){var i=0,s=!1;return function e(u,l){var c=this;u.__iterate(function(o,u){return(!t||l0}function Gt(e,t,r){var o=Zt(e);return o.size=new ee(r).map(function(e){return e.size}).min(),o.__iterate=function(e,t){for(var n,r=this.__iterator(R,t),o=0;!(n=r.next()).done&&!1!==e(n.value,o++,this););return o},o.__iteratorUncached=function(e,o){var i=r.map(function(e){return e=n(e),U(o?e.reverse():e)}),a=0,s=!1;return new F(function(){var n;return s||(n=i.map(function(e){return e.next()}),s=n.some(function(e){return e.done})),s?{value:void 0,done:!0}:N(e,a++,t.apply(null,n.map(function(e){return e.value})))})},o}function Yt(e,t){return oe(e)?t:e.constructor(t)}function Xt(e){if(e!==Object(e))throw new TypeError("Expected [K, V] tuple: "+e)}function Jt(e){return Be(e.size),S(e)}function Qt(e){return s(e)?r:u(e)?o:i}function Zt(e){return Object.create((s(e)?V:u(e)?G:Y).prototype)}function en(){return this._iter.cacheResult?(this._iter.cacheResult(),this.size=this._iter.size,this):H.prototype.cacheResult.call(this)}function tn(e,t){return e>t?1:e=0;n--)t={value:arguments[n],next:t};return this.__ownerID?(this.size=e,this._head=t,this.__hash=void 0,this.__altered=!0,this):Cn(e,t)},xn.prototype.pushAll=function(e){if(0===(e=o(e)).size)return this;Be(e.size);var t=this.size,n=this._head;return e.reverse().forEach(function(e){t++,n={value:e,next:n}}),this.__ownerID?(this.size=t,this._head=n,this.__hash=void 0,this.__altered=!0,this):Cn(t,n)},xn.prototype.pop=function(){return this.slice(1)},xn.prototype.unshift=function(){return this.push.apply(this,arguments)},xn.prototype.unshiftAll=function(e){return this.pushAll(e)},xn.prototype.shift=function(){return this.pop.apply(this,arguments)},xn.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._head=void 0,this.__hash=void 0,this.__altered=!0,this):jn()},xn.prototype.slice=function(e,t){if(j(e,t,this.size))return this;var n=T(e,this.size),r=P(t,this.size);if(r!==this.size)return _e.prototype.slice.call(this,e,t);for(var o=this.size-n,i=this._head;n--;)i=i.next;return this.__ownerID?(this.size=o,this._head=i,this.__hash=void 0,this.__altered=!0,this):Cn(o,i)},xn.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?Cn(this.size,this._head,e,this.__hash):(this.__ownerID=e,this.__altered=!1,this)},xn.prototype.__iterate=function(e,t){if(t)return this.reverse().__iterate(e);for(var n=0,r=this._head;r&&!1!==e(r.value,n++,this);)r=r.next;return n},xn.prototype.__iterator=function(e,t){if(t)return this.reverse().__iterator(e);var n=0,r=this._head;return new F(function(){if(r){var t=r.value;return r=r.next,N(e,n++,t)}return{value:void 0,done:!0}})},xn.isStack=kn;var On,Sn="@@__IMMUTABLE_STACK__@@",En=xn.prototype;function Cn(e,t,n,r){var o=Object.create(En);return o.size=e,o._head=t,o.__ownerID=n,o.__hash=r,o.__altered=!1,o}function jn(){return On||(On=Cn(0))}function Tn(e,t){var n=function(n){e.prototype[n]=t[n]};return Object.keys(t).forEach(n),Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(t).forEach(n),e}En[Sn]=!0,En.withMutations=Le.withMutations,En.asMutable=Le.asMutable,En.asImmutable=Le.asImmutable,En.wasAltered=Le.wasAltered,n.Iterator=F,Tn(n,{toArray:function(){Be(this.size);var e=new Array(this.size||0);return this.valueSeq().__iterate(function(t,n){e[n]=t}),e},toIndexedSeq:function(){return new Mt(this)},toJS:function(){return this.toSeq().map(function(e){return e&&"function"==typeof e.toJS?e.toJS():e}).__toJS()},toJSON:function(){return this.toSeq().map(function(e){return e&&"function"==typeof e.toJSON?e.toJSON():e}).__toJS()},toKeyedSeq:function(){return new It(this,!0)},toMap:function(){return Fe(this.toKeyedSeq())},toObject:function(){Be(this.size);var e={};return this.__iterate(function(t,n){e[n]=t}),e},toOrderedMap:function(){return Tt(this.toKeyedSeq())},toOrderedSet:function(){return gn(s(this)?this.valueSeq():this)},toSet:function(){return un(s(this)?this.valueSeq():this)},toSetSeq:function(){return new qt(this)},toSeq:function(){return u(this)?this.toIndexedSeq():s(this)?this.toKeyedSeq():this.toSetSeq()},toStack:function(){return xn(s(this)?this.valueSeq():this)},toList:function(){return pt(s(this)?this.valueSeq():this)},toString:function(){return"[Iterable]"},__toString:function(e,t){return 0===this.size?e+t:e+" "+this.toSeq().map(this.__toStringMapper).join(", ")+" "+t},concat:function(){var t=e.call(arguments,0);return Yt(this,function(e,t){var n=s(e),o=[e].concat(t).map(function(e){return a(e)?n&&(e=r(e)):e=n?ae(e):se(Array.isArray(e)?e:[e]),e}).filter(function(e){return 0!==e.size});if(0===o.length)return e;if(1===o.length){var i=o[0];if(i===e||n&&s(i)||u(e)&&u(i))return i}var l=new ee(o);return n?l=l.toKeyedSeq():u(e)||(l=l.toSetSeq()),(l=l.flatten(!0)).size=o.reduce(function(e,t){if(void 0!==e){var n=t.size;if(void 0!==n)return e+n}},0),l}(this,t))},includes:function(e){return this.some(function(t){return he(t,e)})},entries:function(){return this.__iterator(I)},every:function(e,t){Be(this.size);var n=!0;return this.__iterate(function(r,o,i){if(!e.call(t,r,o,i))return n=!1,!1}),n},filter:function(e,t){return Yt(this,$t(this,e,t,!0))},find:function(e,t,n){var r=this.findEntry(e,t);return r?r[1]:n},forEach:function(e,t){return Be(this.size),this.__iterate(t?e.bind(t):e)},join:function(e){Be(this.size),e=void 0!==e?""+e:",";var t="",n=!0;return this.__iterate(function(r){n?n=!1:t+=e,t+=null!=r?r.toString():""}),t},keys:function(){return this.__iterator(A)},map:function(e,t){return Yt(this,Nt(this,e,t))},reduce:function(e,t,n){var r,o;return Be(this.size),arguments.length<2?o=!0:r=t,this.__iterate(function(t,i,a){o?(o=!1,r=t):r=e.call(n,r,t,i,a)}),r},reduceRight:function(e,t,n){var r=this.toKeyedSeq().reverse();return r.reduce.apply(r,arguments)},reverse:function(){return Yt(this,Dt(this,!0))},slice:function(e,t){return Yt(this,Lt(this,e,t,!0))},some:function(e,t){return!this.every(In(e),t)},sort:function(e){return Yt(this,Kt(this,e))},values:function(){return this.__iterator(R)},butLast:function(){return this.slice(0,-1)},isEmpty:function(){return void 0!==this.size?0===this.size:!this.some(function(){return!0})},count:function(e,t){return S(e?this.toSeq().filter(e,t):this)},countBy:function(e,t){return function(e,t,n){var r=Fe().asMutable();return e.__iterate(function(o,i){r.update(t.call(n,o,i,e),0,function(e){return e+1})}),r.asImmutable()}(this,e,t)},equals:function(e){return be(this,e)},entrySeq:function(){var e=this;if(e._cache)return new ee(e._cache);var t=e.toSeq().map(Rn).toIndexedSeq();return t.fromEntrySeq=function(){return e.toSeq()},t},filterNot:function(e,t){return this.filter(In(e),t)},findEntry:function(e,t,n){var r=n;return this.__iterate(function(n,o,i){if(e.call(t,n,o,i))return r=[o,n],!1}),r},findKey:function(e,t){var n=this.findEntry(e,t);return n&&n[0]},findLast:function(e,t,n){return this.toKeyedSeq().reverse().find(e,t,n)},findLastEntry:function(e,t,n){return this.toKeyedSeq().reverse().findEntry(e,t,n)},findLastKey:function(e,t){return this.toKeyedSeq().reverse().findKey(e,t)},first:function(){return this.find(C)},flatMap:function(e,t){return Yt(this,function(e,t,n){var r=Qt(e);return e.toSeq().map(function(o,i){return r(t.call(n,o,i,e))}).flatten(!0)}(this,e,t))},flatten:function(e){return Yt(this,Wt(this,e,!0))},fromEntrySeq:function(){return new Bt(this)},get:function(e,t){return this.find(function(t,n){return he(n,e)},void 0,t)},getIn:function(e,t){for(var n,r=this,o=nn(e);!(n=o.next()).done;){var i=n.value;if((r=r&&r.get?r.get(i,v):v)===v)return t}return r},groupBy:function(e,t){return function(e,t,n){var r=s(e),o=(c(e)?Tt():Fe()).asMutable();e.__iterate(function(i,a){o.update(t.call(n,i,a,e),function(e){return(e=e||[]).push(r?[a,i]:i),e})});var i=Qt(e);return o.map(function(t){return Yt(e,i(t))})}(this,e,t)},has:function(e){return this.get(e,v)!==v},hasIn:function(e){return this.getIn(e,v)!==v},isSubset:function(e){return e="function"==typeof e.includes?e:n(e),this.every(function(t){return e.includes(t)})},isSuperset:function(e){return(e="function"==typeof e.isSubset?e:n(e)).isSubset(this)},keyOf:function(e){return this.findKey(function(t){return he(t,e)})},keySeq:function(){return this.toSeq().map(An).toIndexedSeq()},last:function(){return this.toSeq().reverse().first()},lastKeyOf:function(e){return this.toKeyedSeq().reverse().keyOf(e)},max:function(e){return Ht(this,e)},maxBy:function(e,t){return Ht(this,t,e)},min:function(e){return Ht(this,e?Mn(e):Fn)},minBy:function(e,t){return Ht(this,t?Mn(t):Fn,e)},rest:function(){return this.slice(1)},skip:function(e){return this.slice(Math.max(0,e))},skipLast:function(e){return Yt(this,this.toSeq().reverse().skip(e).reverse())},skipWhile:function(e,t){return Yt(this,Ut(this,e,t,!0))},skipUntil:function(e,t){return this.skipWhile(In(e),t)},sortBy:function(e,t){return Yt(this,Kt(this,t,e))},take:function(e){return this.slice(0,Math.max(0,e))},takeLast:function(e){return Yt(this,this.toSeq().reverse().take(e).reverse())},takeWhile:function(e,t){return Yt(this,function(e,t,n){var r=Zt(e);return r.__iterateUncached=function(r,o){var i=this;if(o)return this.cacheResult().__iterate(r,o);var a=0;return e.__iterate(function(e,o,s){return t.call(n,e,o,s)&&++a&&r(e,o,i)}),a},r.__iteratorUncached=function(r,o){var i=this;if(o)return this.cacheResult().__iterator(r,o);var a=e.__iterator(I,o),s=!0;return new F(function(){if(!s)return{value:void 0,done:!0};var e=a.next();if(e.done)return e;var o=e.value,u=o[0],l=o[1];return t.call(n,l,u,i)?r===I?e:N(r,u,l,e):(s=!1,{value:void 0,done:!0})})},r}(this,e,t))},takeUntil:function(e,t){return this.takeWhile(In(e),t)},valueSeq:function(){return this.toIndexedSeq()},hashCode:function(){return this.__hash||(this.__hash=function(e){if(e.size===1/0)return 0;var t=c(e),n=s(e),r=t?1:0;return function(e,t){return t=ke(t,3432918353),t=ke(t<<15|t>>>-15,461845907),t=ke(t<<13|t>>>-13,5),t=ke((t=(t+3864292196|0)^e)^t>>>16,2246822507),t=Oe((t=ke(t^t>>>13,3266489909))^t>>>16)}(e.__iterate(n?t?function(e,t){r=31*r+Nn(Se(e),Se(t))|0}:function(e,t){r=r+Nn(Se(e),Se(t))|0}:t?function(e){r=31*r+Se(e)|0}:function(e){r=r+Se(e)|0}),r)}(this))}});var Pn=n.prototype;Pn[f]=!0,Pn[B]=Pn.values,Pn.__toJS=Pn.toArray,Pn.__toStringMapper=qn,Pn.inspect=Pn.toSource=function(){return this.toString()},Pn.chain=Pn.flatMap,Pn.contains=Pn.includes,Tn(r,{flip:function(){return Yt(this,Ft(this))},mapEntries:function(e,t){var n=this,r=0;return Yt(this,this.toSeq().map(function(o,i){return e.call(t,[i,o],r++,n)}).fromEntrySeq())},mapKeys:function(e,t){var n=this;return Yt(this,this.toSeq().flip().map(function(r,o){return e.call(t,r,o,n)}).flip())}});var zn=r.prototype;function An(e,t){return t}function Rn(e,t){return[t,e]}function In(e){return function(){return!e.apply(this,arguments)}}function Mn(e){return function(){return-e.apply(this,arguments)}}function qn(e){return"string"==typeof e?JSON.stringify(e):String(e)}function Bn(){return O(arguments)}function Fn(e,t){return et?-1:0}function Nn(e,t){return e^t+2654435769+(e<<6)+(e>>2)|0}return zn[p]=!0,zn[B]=Pn.entries,zn.__toJS=Pn.toObject,zn.__toStringMapper=function(e,t){return JSON.stringify(t)+": "+qn(e)},Tn(o,{toKeyedSeq:function(){return new It(this,!1)},filter:function(e,t){return Yt(this,$t(this,e,t,!1))},findIndex:function(e,t){var n=this.findEntry(e,t);return n?n[0]:-1},indexOf:function(e){var t=this.keyOf(e);return void 0===t?-1:t},lastIndexOf:function(e){var t=this.lastKeyOf(e);return void 0===t?-1:t},reverse:function(){return Yt(this,Dt(this,!1))},slice:function(e,t){return Yt(this,Lt(this,e,t,!1))},splice:function(e,t){var n=arguments.length;if(t=Math.max(0|t,0),0===n||2===n&&!t)return this;e=T(e,e<0?this.count():this.size);var r=this.slice(0,e);return Yt(this,1===n?r:r.concat(O(arguments,2),this.slice(e+t)))},findLastIndex:function(e,t){var n=this.findLastEntry(e,t);return n?n[0]:-1},first:function(){return this.get(0)},flatten:function(e){return Yt(this,Wt(this,e,!1))},get:function(e,t){return(e=E(this,e))<0||this.size===1/0||void 0!==this.size&&e>this.size?t:this.find(function(t,n){return n===e},void 0,t)},has:function(e){return(e=E(this,e))>=0&&(void 0!==this.size?this.size===1/0||ep))return!1;var h=c.get(e);if(h&&c.get(t))return h==t;var b=-1,g=!0,y=n&s?new r:void 0;for(c.set(e,t),c.set(t,e);++b]*?>","i"),u=new RegExp("]*?>$","i"),l=function(e){return e=(e=e.replace(/^(<\/([^>]+)>)+/i,"")).replace(/(<([^\/>]+)>)+$/i,"")},c=function(e){return e=(e=e.replace(s,"")).replace(u,"")},f=function(e){return e=e.replace(/(<([^>]+)>)/gi," "),e=(0,i.default)(e)};t.stripFullTags=f,t.stripIncompleteTags=l,t.stripBlockTagsAtStartEnd=c,t.default={stripFullTags:f,stripIncompleteTags:l,stripBlockTagsAtStartEnd:c}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getSuffixesComparative=i,t.getSuffixesSuperlative=a,t.addRegularSuffixes=function(e,t){var n=e.regularSuffixes.slice();return(0,r.uniq)(n.map(function(e){return t.concat(e)}))},t.addComparativeSuffixes=function(e,t){return i(e,t).map(function(e){return t.concat(e)})},t.addSuperlativeSuffixes=function(e,t){return a(e,t).map(function(e){return t.concat(e)})},t.addAllAdjectiveSuffixes=function(e,t){var n=e.regularSuffixes.slice(),s=i(e,t),u=a(e,t),l=[].concat(o(n),o(s),o(u));return(0,r.uniq)(l.map(function(e){return t.concat(e)}))};var r=n(8);function o(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t0||(0,i.default)().includes(t))return"";var n=s(e,t);if(n)return n;if(n=l(e,t))return n;return null};var r,o=n(617),i=(r=o)&&r.__esModule?r:{default:r},a=n(618);var s=function(e,t){var n=new RegExp("^"+e.participleStemmingClasses[1].regex);return new RegExp("^"+e.participleStemmingClasses[0].regex).test(t)?t.slice(2,t.length-2):n.test(t)?t.slice(2,t.length-1):null},u=function(e,t,n,r,o){var i=!0,a=!1,s=void 0;try{for(var u,l=t[Symbol.iterator]();!(i=(u=l.next()).done);i=!0){var c=u.value;if(new RegExp("^"+c+n).test(e)){var f=e.slice(c.length-e.length);return c+f.slice(r,f.length-o)}}}catch(e){a=!0,s=e}finally{try{!i&&l.return&&l.return()}finally{if(a)throw s}}return null},l=function(e,t){var n=e.prefixes.separableOrInseparable,r=!0,o=!1,i=void 0;try{for(var a,s=e.participleStemmingClasses[Symbol.iterator]();!(r=(a=s.next()).done);r=!0){var l=a.value,c=l.regex,f=l.startStem,p=l.endStem,d=l.separable?e.prefixes.separable:e.prefixes.inseparable,h=u(t,d,c,f,p);if(h)return h;if(h=u(t,n,c,f,p))return h}}catch(e){o=!0,i=e}finally{try{!r&&s.return&&s.return()}finally{if(o)throw i}}return null}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.generateRegularVerbForms=function(e,t){return[].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t2&&void 0!==arguments[2]?arguments[2]:"";return t.map(function(t){return e+n+t})}Object.defineProperty(t,"__esModule",{value:!0}),t.applySuffixesToStem=r,t.applySuffixesToStems=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return e.reduce(function(e,o){var i=r(o,t,n);return e.concat(i)},[])}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t2&&"string"==typeof o?t=r:o=null;var i=u(e,t).length>0?u(e,t):l(e,t);"string"==typeof o&&(i=i.map(function(e){return o+e}));return i};var o=n(225),i=n(8),a=n(621),s=function(e,t,n){var a=t.class,s=t.stems,u=[];return(0,i.forOwn)(s,function(e){return u.push(e)}),(u=(0,i.flatten)(u)).includes(n)?function(e,t,n){var a={present:e.suffixes.presentAllClasses.slice(),pastParticiple:new Array(e.suffixes.pastParticiple),pastParticipleT:new Array(e.suffixes.pastParticipleT),pastParticipleEt:new Array(e.suffixes.pastParticipleEt),pastSubjunctive:e.suffixes.pastSubjunctive.slice()},s=e.suffixes.classDependent[t],u=r({},a,s),l=[],c=[n.present,n.past,n.presentSg],f=!0,p=!1,d=void 0;try{for(var h,b=c[Symbol.iterator]();!(f=(h=b.next()).done);f=!0){var g=h.value;g&&l.push(g)}}catch(e){p=!0,d=e}finally{try{!f&&b.return&&b.return()}finally{if(p)throw d}}return(0,i.forOwn)(n,function(e,t){l.push(Array.isArray(e)?(0,o.applySuffixesToStems)(e,u[t]):(0,o.applySuffixesToStem)(e,u[t]))}),(0,i.uniq)((0,i.flatten)(l))}(e.strongAndIrregularVerbs,a,s):[]},u=function(e,t){var n=e.strongAndIrregularVerbs.stems,r=!0,o=!1,i=void 0;try{for(var a,u=n[Symbol.iterator]();!(r=(a=u.next()).done);r=!0){var l=a.value,c=s(e,l,t);if(c.length>0)return c}}catch(e){o=!0,i=e}finally{try{!r&&u.return&&u.return()}finally{if(o)throw i}}return[]},l=function(e,t){var n=e.veryIrregularVerbs.find(function(e){return e.stem===t});return n?n.forms:[]}},function(e){e.exports={$palette_white:"#fff",$palette_grey_ultra_light:"#f7f7f7",$palette_grey_light:"#f1f1f1",$palette_grey_medium_light:"#e2e4e7",$palette_grey:"#ddd",$palette_grey_medium:"#ccc",$palette_grey_disabled:"#a0a5aa",$palette_grey_medium_dark:"#888",$palette_grey_text_light:"#767676",$palette_grey_text:"#616161",$palette_grey_dark:"#555",$palette_black:"#000",$palette_purple:"#5d237a",$palette_purple_dark:"#6c2548",$palette_pink:"#d73763",$palette_pink_light:"#e1bee7",$palette_pink_dark:"#a4286a",$palette_blue:"#0066cd",$palette_blue_light:"#a9a9ce",$palette_blue_medium:"#1e8cbe",$palette_blue_link:"#0073aa",$palette_blue_focus:"#5b9dd9",$palette_blue_dark:"#084a67",$palette_green:"#77b227",$palette_green_light:"#7ad03a",$palette_green_medium_light:"#64a60a",$palette_green_medium:"#008a00",$palette_green_blue:"#009288",$palette_orange:"#dc5c04",$palette_orange_light:"#ee7c1b",$palette_red:"#dc3232",$palette_red_light:"#f9bdbd",$palette_yellow:"#ffeb3b",$palette_yellow_score:"#f5c819",$palette_button_upsell:"#fec228",$palette_button_upsell_hover:"#f2ae01",$color_bad:"#dc3232",$color_ok:"#ee7c1b",$color_good:"#7ad03a",$color_noindex:"#1e8cbe",$color_score_icon:"#888",$color_white:"#fff",$color_black:"#000",$color_green:"#77b227",$color_green_medium:"#008a00",$color_green_blue:"#009288",$color_grey:"#ddd",$color_grey_dark:"#555",$color_purple:"#5d237a",$color_purple_dark:"#6c2548",$color_pink:"#d73763",$color_pink_light:"#e1bee7",$color_pink_dark:"#a4286a",$color_blue:"#0066cd",$color_blue_light:"#a9a9ce",$color_blue_dark:"#084a67",$color_red:"#dc3232",$color_border_light:"#f7f7f7",$color_border_gutenberg:"#e2e4e7",$color_border:"#ccc",$color_input_border:"#ddd",$color_help_text:"#767676",$color_upsell_text:"#767676",$color_background_light:"#f7f7f7",$color_button:"#f7f7f7",$color_button_text:"#555",$color_button_border:"#ccc",$color_button_hover:"#fff",$color_button_border_hover:"#888",$color_button_text_hover:"#000",$color_button_border_active:"#000",$color_button_upsell:"#fec228",$color_button_upsell_hover:"#f2ae01",$color_headings:"#555",$color_marker_inactive:"#555",$color_marker_active:"#fff",$color_marker_disabled:"#a0a5aa",$color_error:"#dc3232",$color_orange:"#dc5c04",$color_orange_hover:"#c35204",$color_grey_hover:"#cecece",$color_pink_hover:"#cc2956",$color_grey_cta:"#ddd",$color_grey_line:"#ddd",$color_grey_quote:"#616161",$color_grey_text:"#616161",$color_grey_text_light:"#767676",$color_snippet_focus:"#1e8cbe",$color_snippet_hover:"#ccc",$color_snippet_active:"#555",$color_blue_link:"#0073aa",$color_blue_focus:"#5b9dd9",$color_blue_focus_shadow:"#1e8cbe",$color_grey_medium_dark:"#888",$color_green_medium_light:"#64a60a",$color_grey_disabled:"#a0a5aa",$color_grey_medium:"#ccc",$color_grey_light:"#f1f1f1",$color_yellow:"#ffeb3b",$color_yellow_score:"#f5c819",$color_error_message:"#f9bdbd"}},function(e){e.exports={}},function(e){e.exports={$palette_white:"#fff",$palette_grey_ultra_light:"#f7f7f7",$palette_grey_light:"#f1f1f1",$palette_grey_medium_light:"#e2e4e7",$palette_grey:"#ddd",$palette_grey_medium:"#ccc",$palette_grey_disabled:"#a0a5aa",$palette_grey_medium_dark:"#888",$palette_grey_text_light:"#767676",$palette_grey_text:"#616161",$palette_grey_dark:"#555",$palette_black:"#000",$palette_purple:"#5d237a",$palette_purple_dark:"#6c2548",$palette_pink:"#d73763",$palette_pink_light:"#e1bee7",$palette_pink_dark:"#a4286a",$palette_blue:"#0066cd",$palette_blue_light:"#a9a9ce",$palette_blue_medium:"#1e8cbe",$palette_blue_link:"#0073aa",$palette_blue_focus:"#5b9dd9",$palette_blue_dark:"#084a67",$palette_green:"#77b227",$palette_green_light:"#7ad03a",$palette_green_medium_light:"#64a60a",$palette_green_medium:"#008a00",$palette_green_blue:"#009288",$palette_orange:"#dc5c04",$palette_orange_light:"#ee7c1b",$palette_red:"#dc3232",$palette_red_light:"#f9bdbd",$palette_yellow:"#ffeb3b",$palette_yellow_score:"#f5c819",$palette_button_upsell:"#fec228",$palette_button_upsell_hover:"#f2ae01",$color_bad:"#dc3232",$color_ok:"#ee7c1b",$color_good:"#7ad03a",$color_noindex:"#1e8cbe",$color_score_icon:"#888",$color_white:"#fff",$color_black:"#000",$color_green:"#77b227",$color_green_medium:"#008a00",$color_green_blue:"#009288",$color_grey:"#ddd",$color_grey_dark:"#555",$color_purple:"#5d237a",$color_purple_dark:"#6c2548",$color_pink:"#d73763",$color_pink_light:"#e1bee7",$color_pink_dark:"#a4286a",$color_blue:"#0066cd",$color_blue_light:"#a9a9ce",$color_blue_dark:"#084a67",$color_red:"#dc3232",$color_border_light:"#f7f7f7",$color_border_gutenberg:"#e2e4e7",$color_border:"#ccc",$color_input_border:"#ddd",$color_help_text:"#767676",$color_upsell_text:"#767676",$color_background_light:"#f7f7f7",$color_button:"#f7f7f7",$color_button_text:"#555",$color_button_border:"#ccc",$color_button_hover:"#fff",$color_button_border_hover:"#888",$color_button_text_hover:"#000",$color_button_border_active:"#000",$color_button_upsell:"#fec228",$color_button_upsell_hover:"#f2ae01",$color_headings:"#555",$color_marker_inactive:"#555",$color_marker_active:"#fff",$color_marker_disabled:"#a0a5aa",$color_error:"#dc3232",$color_orange:"#dc5c04",$color_orange_hover:"#c35204",$color_grey_hover:"#cecece",$color_pink_hover:"#cc2956",$color_grey_cta:"#ddd",$color_grey_line:"#ddd",$color_grey_quote:"#616161",$color_grey_text:"#616161",$color_grey_text_light:"#767676",$color_snippet_focus:"#1e8cbe",$color_snippet_hover:"#ccc",$color_snippet_active:"#555",$color_blue_link:"#0073aa",$color_blue_focus:"#5b9dd9",$color_blue_focus_shadow:"#1e8cbe",$color_grey_medium_dark:"#888",$color_green_medium_light:"#64a60a",$color_grey_disabled:"#a0a5aa",$color_grey_medium:"#ccc",$color_grey_light:"#f1f1f1",$color_yellow:"#ffeb3b",$color_yellow_score:"#f5c819",$color_error_message:"#f9bdbd"}},function(e){e.exports={mobile:"768px",tablet:"1224px"}},function(e,t,n){e.exports=n(271)},function(e,t,n){e.exports=function(){"use strict";return function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(n,r,o,i,a,s,u,l,c,f){switch(n){case 1:if(0===c&&64===r.charCodeAt(0))return e(r+";"),"";break;case 2:if(0===l)return r+"/*|*/";break;case 3:switch(l){case 102:case 112:return e(o[0]+r),"";default:return r+(0===f?"/*|*/":"")}case-2:r.split("/*|*/}").forEach(t)}}}}()},function(e,t,n){"use strict";t.a={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1}},function(e,t,n){"use strict";var r={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,arguments:!0,arity:!0},i="function"==typeof Object.getOwnPropertySymbols;e.exports=function(e,t,n){if("string"!=typeof t){var a=Object.getOwnPropertyNames(t);i&&(a=a.concat(Object.getOwnPropertySymbols(t)));for(var s=0;s=y)return e;var m=n-u(b);if(m<1)return b;var w=v?o(v,0,m).join(""):e.slice(0,m);if(void 0===g)return w+b;if(v&&(m+=w.length-m),s(g)){if(e.slice(m).search(g)){var _,x=w;for(g.global||(g=RegExp(g.source,f(h.exec(g))+"g")),g.lastIndex=0;_=g.exec(x);)var k=_.index;w=w.slice(0,void 0===k?m:k)}}else if(e.indexOf(r(g),m)!=m){var O=w.lastIndexOf(g);O>-1&&(w=w.slice(0,O))}return w+b}},function(e,t,n){"use strict";var r=n(417),o=n(418);function i(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}t.parse=m,t.resolve=function(e,t){return m(e,!1,!0).resolve(t)},t.resolveObject=function(e,t){return e?m(e,!1,!0).resolveObject(t):t},t.format=function(e){o.isString(e)&&(e=m(e));return e instanceof i?e.format():i.prototype.format.call(e)},t.Url=i;var a=/^([a-z0-9.+-]+:)/i,s=/:[0-9]*$/,u=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,l=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),c=["'"].concat(l),f=["%","/","?",";","#"].concat(c),p=["/","?","#"],d=/^[+a-z0-9A-Z_-]{0,63}$/,h=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,b={javascript:!0,"javascript:":!0},g={javascript:!0,"javascript:":!0},y={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},v=n(419);function m(e,t,n){if(e&&o.isObject(e)&&e instanceof i)return e;var r=new i;return r.parse(e,t,n),r}i.prototype.parse=function(e,t,n){if(!o.isString(e))throw new TypeError("Parameter 'url' must be a string, not "+typeof e);var i=e.indexOf("?"),s=-1!==i&&i127?R+="x":R+=A[I];if(!R.match(d)){var q=P.slice(0,C),B=P.slice(C+1),F=A.match(h);F&&(q.push(F[1]),B.unshift(F[2])),B.length&&(m="/"+B.join(".")+m),this.hostname=q.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),T||(this.hostname=r.toASCII(this.hostname));var N=this.port?":"+this.port:"",D=this.hostname||"";this.host=D+N,this.href+=this.host,T&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==m[0]&&(m="/"+m))}if(!b[x])for(C=0,z=c.length;C0)&&n.host.split("@"))&&(n.auth=T.shift(),n.host=n.hostname=T.shift());return n.search=e.search,n.query=e.query,o.isNull(n.pathname)&&o.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.href=n.format(),n}if(!k.length)return n.pathname=null,n.search?n.path="/"+n.search:n.path=null,n.href=n.format(),n;for(var S=k.slice(-1)[0],E=(n.host||e.host||k.length>1)&&("."===S||".."===S)||""===S,C=0,j=k.length;j>=0;j--)"."===(S=k[j])?k.splice(j,1):".."===S?(k.splice(j,1),C++):C&&(k.splice(j,1),C--);if(!_&&!x)for(;C--;C)k.unshift("..");!_||""===k[0]||k[0]&&"/"===k[0].charAt(0)||k.unshift(""),E&&"/"!==k.join("/").substr(-1)&&k.push("");var T,P=""===k[0]||k[0]&&"/"===k[0].charAt(0);O&&(n.hostname=n.host=P?"":k.length?k.shift():"",(T=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@"))&&(n.auth=T.shift(),n.host=n.hostname=T.shift()));return(_=_||n.host&&k.length)&&!P&&k.unshift(""),k.length?n.pathname=k.join("/"):(n.pathname=null,n.path=null),o.isNull(n.pathname)&&o.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.auth=e.auth||n.auth,n.slashes=n.slashes||e.slashes,n.href=n.format(),n},i.prototype.parseHost=function(){var e=this.host,t=s.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.composeDecorators=t.createEditorStateWithText=t.default=void 0;var r=a(n(423)),o=a(n(512)),i=a(n(513));function a(e){return e&&e.__esModule?e:{default:e}}t.default=i.default;t.createEditorStateWithText=r.default,t.composeDecorators=o.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.defaultSuggestionsFilter=t.defaultTheme=t.MentionSuggestions=void 0;var r=n(521);Object.defineProperty(t,"MentionSuggestions",{enumerable:!0,get:function(){return y(r).default}});var o=y(n(212)),i=n(3),a=y(n(529)),s=y(r),u=y(n(531)),l=y(n(532)),c=y(n(533)),f=y(n(534)),p=y({mention:"draftJsMentionPlugin__mention__29BEd"}),d=y({mentionSuggestions:"draftJsMentionPlugin__mentionSuggestions__2DWjA"}),h=y({mentionSuggestionsEntry:"draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm",mentionSuggestionsEntryFocused:"draftJsMentionPlugin__mentionSuggestionsEntryFocused__3LcTd draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm",mentionSuggestionsEntryText:"draftJsMentionPlugin__mentionSuggestionsEntryText__3Jobq",mentionSuggestionsEntryAvatar:"draftJsMentionPlugin__mentionSuggestionsEntryAvatar__1xgA9"}),b=y(n(536)),g=y(n(537));function y(e){return e&&e.__esModule?e:{default:e}}var v=t.defaultTheme={mention:p.default.mention,mentionSuggestions:d.default.mentionSuggestions,mentionSuggestionsEntry:h.default.mentionSuggestionsEntry,mentionSuggestionsEntryFocused:h.default.mentionSuggestionsEntryFocused,mentionSuggestionsEntryText:h.default.mentionSuggestionsEntryText,mentionSuggestionsEntryAvatar:h.default.mentionSuggestionsEntryAvatar};t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t={keyBindingFn:void 0,handleKeyCommand:void 0,onDownArrow:void 0,onUpArrow:void 0,onTab:void 0,onEscape:void 0,handleReturn:void 0,onChange:void 0},n={ariaHasPopup:"false",ariaExpanded:!1,ariaOwneeID:void 0,ariaActiveDescendantID:void 0},r=(0,i.Map)(),p=void 0,d=(0,i.Map)(),h=void 0,b={getEditorState:void 0,setEditorState:void 0,getPortalClientRect:function(e){return d.get(e)()},getAllSearches:function(){return r},isEscaped:function(e){return p===e},escapeSearch:function(e){p=e},resetEscapedSearch:function(){p=void 0},register:function(e){r=r.set(e,e)},updatePortalClientRect:function(e,t){d=d.set(e,t)},unregister:function(e){r=r.delete(e),d=d.delete(e)},getIsOpened:function(){return h},setIsOpened:function(e){h=e}},y=e.mentionPrefix,m=void 0===y?"":y,w=e.theme,_=void 0===w?v:w,x=e.positionSuggestions,k=void 0===x?g.default:x,O=e.mentionComponent,S=e.mentionSuggestionsComponent,E=void 0===S?s.default:S,C=e.entityMutability,j=void 0===C?"SEGMENTED":C,T=e.mentionTrigger,P=void 0===T?"@":T,z=e.mentionRegExp,A=void 0===z?l.default:z,R=e.supportWhitespace,I=void 0!==R&&R,M={ariaProps:n,callbacks:t,theme:_,store:b,entityMutability:j,positionSuggestions:k,mentionTrigger:P,mentionPrefix:m};return{MentionSuggestions:(0,o.default)(E,M),decorators:[{strategy:(0,c.default)(P),component:(0,o.default)(a.default,{theme:_,mentionComponent:O})},{strategy:(0,f.default)(P,I,A),component:(0,o.default)(u.default,{store:b})}],getAccessibilityProps:function(){return{role:"combobox",ariaAutoComplete:"list",ariaHasPopup:n.ariaHasPopup,ariaExpanded:n.ariaExpanded,ariaActiveDescendantID:n.ariaActiveDescendantID,ariaOwneeID:n.ariaOwneeID}},initialize:function(e){var t=e.getEditorState,n=e.setEditorState;b.getEditorState=t,b.setEditorState=n},onDownArrow:function(e){return t.onDownArrow&&t.onDownArrow(e)},onTab:function(e){return t.onTab&&t.onTab(e)},onUpArrow:function(e){return t.onUpArrow&&t.onUpArrow(e)},onEscape:function(e){return t.onEscape&&t.onEscape(e)},handleReturn:function(e){return t.handleReturn&&t.handleReturn(e)},onChange:function(e){return t.onChange?t.onChange(e):e}}};t.defaultSuggestionsFilter=b.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(215),o=n(6),i=n(538),a={stripEntities:!0};t.default=function(){var e=arguments.length<=0||void 0===arguments[0]?{}:arguments[0];return e=Object.assign({},a,e),{blockRenderMap:(0,r.Map)({unstyled:{element:"div"}}),onChange:function(t){var n=t.getCurrentContent().getBlocksAsArray();if(n.length>1)t=(0,i.condenseBlocks)(t,n,e);else{var r=n[0],a=r.getText(),s=r.getCharacterList(),u=e.stripEntities&&(0,i.characterListhasEntities)(s);if(i.NEWLINE_REGEX.test(a)||u){a=(0,i.replaceNewlines)(a),e.stripEntities&&(s=s.map(i.stripEntityFromCharacterMetadata)),r=new o.ContentBlock({key:(0,o.genKey)(),text:a,type:"unstyled",characterList:s,depth:0});var l=o.ContentState.createFromBlockArray([r]);t=o.EditorState.push(t,l,"insert-characters")}}return t},handleReturn:function(e){return"handled"}}}},function(e,t,n){var r=n(168),o=n(539),i=n(545),a=n(11);e.exports=function(e,t){return(a(e)?r:o)(e,i(t,3))}},function(e,t,n){var r=n(565),o=n(50),i=n(569),a=n(184),s=n(570),u=Math.max;e.exports=function(e,t,n,l){e=o(e)?e:s(e),n=n&&!l?a(n):0;var c=e.length;return n<0&&(n=u(c+n,0)),i(e)?n<=c&&e.indexOf(t,n)>-1:!!c&&r(e,t,n)>-1}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:{};return new Promise(function(r,i){t._requests[e]=new o.default(r,i,n)})}},{key:"sendRequest",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=this.createRequestId(),o=this.createRequestPromise(r,n);return this.send(e,r,t),o}},{key:"send",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};n=i.default.serialize(n),this._worker.postMessage({type:e,id:t,payload:n})}},{key:"initialize",value:function(e){return this.sendRequest("initialize",e)}},{key:"analyzeRelatedKeywords",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.sendRequest("analyzeRelatedKeywords",{paper:e,relatedKeywords:t})}},{key:"analyze",value:function(e){return this.sendRequest("analyze",{paper:e})}},{key:"loadScript",value:function(e){return this.sendRequest("loadScript",{url:e})}},{key:"sendMessage",value:function(e,t,n){return e=n+"-"+e,this.sendRequest("customMessage",{name:e,data:t},t)}},{key:"runResearch",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return this.sendRequest("runResearch",{name:e,paper:t})}}]),e}();t.default=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=null;try{t=new Worker(e)}catch(r){try{var n=function(e){var t=window.URL||window.webkitURL,n=window.BlobBuilder||window.WebKitBlobBuilder||window.MozBlobBuilder,r=void 0;try{r=new Blob(["importScripts('"+e+"');"],{type:"application/javascript"})}catch(t){var o=new n;o.append("importScripts('"+e+"');"),r=o.getBlob("application/javascript")}return t.createObjectURL(r)}(e);t=new Worker(n)}catch(e){throw e}}return t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getLanguagesWithWordFormSupport=t.scoreToRating=t.measureTextWidth=void 0;var r=n(585);Object.keys(r).forEach(function(e){"default"!==e&&"__esModule"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return r[e]}})});var o=s(n(45)),i=n(586),a=s(n(587));function s(e){return e&&e.__esModule?e:{default:e}}t.measureTextWidth=i.measureTextWidth,t.scoreToRating=o.default,t.getLanguagesWithWordFormSupport=a.default},function(e,t,n){"use strict";var r={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,arguments:!0,arity:!0},i="function"==typeof Object.getOwnPropertySymbols;e.exports=function(e,t,n){if("string"!=typeof t){var a=Object.getOwnPropertyNames(t);i&&(a=a.concat(Object.getOwnPropertySymbols(t)));for(var s=0;s=0)&&i(e,!n)}e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.assertNodeList=u,t.setElement=function(e){var t=e;if("string"==typeof t&&a.canUseDOM){var n=document.querySelectorAll(t);u(n,t),t="length"in n?n[0]:n}return s=t||s},t.validateElement=l,t.hide=function(e){l(e)&&(e||s).setAttribute("aria-hidden","true")},t.show=function(e){l(e)&&(e||s).removeAttribute("aria-hidden")},t.documentNotReadyOrSSRTesting=function(){s=null},t.resetForTesting=function(){s=null};var r,o=n(402),i=(r=o)&&r.__esModule?r:{default:r},a=n(117);var s=null;function u(e,t){if(!e||!e.length)throw new Error("react-modal: No elements were found for selector "+t+".")}function l(e){return!(!e&&!s)||((0,i.default)(!1,["react-modal: App element is not defined.","Please use `Modal.setAppElement(el)` or set `appElement={el}`.","This is needed so screen readers don't see main content","when modal is opened. It is not recommended, but you can opt-out","by setting `ariaHideApp={false}`."].join(" ")),!1)}},function(e){e.exports=JSON.parse('{"$palette_white":"#fff","$palette_grey_ultra_light":"#f7f7f7","$palette_grey_light":"#f1f1f1","$palette_grey_medium_light":"#e2e4e7","$palette_grey":"#ddd","$palette_grey_medium":"#ccc","$palette_grey_disabled":"#a0a5aa","$palette_grey_medium_dark":"#888","$palette_grey_text_light":"#767676","$palette_grey_text":"#616161","$palette_grey_dark":"#555","$palette_black":"#000","$palette_purple":"#5d237a","$palette_purple_dark":"#6c2548","$palette_pink":"#d73763","$palette_pink_light":"#e1bee7","$palette_pink_dark":"#a4286a","$palette_blue":"#0066cd","$palette_blue_light":"#a9a9ce","$palette_blue_medium":"#1e8cbe","$palette_blue_link":"#0073aa","$palette_blue_focus":"#5b9dd9","$palette_blue_dark":"#084a67","$palette_green":"#77b227","$palette_green_light":"#7ad03a","$palette_green_medium_light":"#64a60a","$palette_green_medium":"#008a00","$palette_green_blue":"#009288","$palette_orange":"#dc5c04","$palette_orange_light":"#ee7c1b","$palette_red":"#dc3232","$palette_red_light":"#f9bdbd","$palette_yellow":"#ffeb3b","$palette_yellow_score":"#f5c819","$palette_button_upsell":"#fec228","$palette_button_upsell_hover":"#f2ae01","$color_bad":"#dc3232","$color_ok":"#ee7c1b","$color_good":"#7ad03a","$color_noindex":"#1e8cbe","$color_score_icon":"#888","$color_white":"#fff","$color_black":"#000","$color_green":"#77b227","$color_green_medium":"#008a00","$color_green_blue":"#009288","$color_grey":"#ddd","$color_grey_dark":"#555","$color_purple":"#5d237a","$color_purple_dark":"#6c2548","$color_pink":"#d73763","$color_pink_light":"#e1bee7","$color_pink_dark":"#a4286a","$color_blue":"#0066cd","$color_blue_light":"#a9a9ce","$color_blue_dark":"#084a67","$color_red":"#dc3232","$color_border_light":"#f7f7f7","$color_border_gutenberg":"#e2e4e7","$color_border":"#ccc","$color_input_border":"#ddd","$color_help_text":"#767676","$color_upsell_text":"#767676","$color_background_light":"#f7f7f7","$color_button":"#f7f7f7","$color_button_text":"#555","$color_button_border":"#ccc","$color_button_hover":"#fff","$color_button_border_hover":"#888","$color_button_text_hover":"#000","$color_button_border_active":"#000","$color_button_upsell":"#fec228","$color_button_upsell_hover":"#f2ae01","$color_headings":"#555","$color_marker_inactive":"#555","$color_marker_active":"#fff","$color_marker_disabled":"#a0a5aa","$color_error":"#dc3232","$color_orange":"#dc5c04","$color_orange_hover":"#c35204","$color_grey_hover":"#cecece","$color_pink_hover":"#cc2956","$color_grey_cta":"#ddd","$color_grey_line":"#ddd","$color_grey_quote":"#616161","$color_grey_text":"#616161","$color_grey_text_light":"#767676","$color_snippet_focus":"#1e8cbe","$color_snippet_hover":"#ccc","$color_snippet_active":"#555","$color_blue_link":"#0073aa","$color_blue_focus":"#5b9dd9","$color_blue_focus_shadow":"#1e8cbe","$color_grey_medium_dark":"#888","$color_green_medium_light":"#64a60a","$color_grey_disabled":"#a0a5aa","$color_grey_medium":"#ccc","$color_grey_light":"#f1f1f1","$color_yellow":"#ffeb3b","$color_yellow_score":"#f5c819","$color_error_message":"#f9bdbd"}')},function(e){e.exports=JSON.parse('{"mobile":"768px","tablet":"1224px"}')},function(e,t){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},function(e,t,n){var r=n(415);e.exports=function(e){var t=r(e),n=t%1;return t==t?n?t-n:t:0}},function(e,t,n){var r=n(28),o=n(75),i=NaN,a=/^\s+|\s+$/g,s=/^[-+]0x[0-9a-f]+$/i,u=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return i;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(a,"");var n=u.test(e);return n||l.test(e)?c(e.slice(2),n?2:8):s.test(e)?i:+e}},function(e,t,n){"use strict";var r=n(19),o=n(5),i=n(29),a=o.OrderedMap;e.exports=function(e){return e.first()instanceof r?function(e){var t={},n=void 0;return a(e.withMutations((function(e){e.forEach((function(r,o){var a=r.getKey(),s=r.getNextSiblingKey(),u=r.getPrevSiblingKey(),l=r.getChildKeys(),c=r.getParentKey(),f=i();(t[a]=f,s)&&(e.get(s)?e.setIn([s,"prevSibling"],f):e.setIn([a,"nextSibling"],null));u&&(e.get(u)?e.setIn([u,"nextSibling"],f):e.setIn([a,"prevSibling"],null));if(c&&e.get(c)){var p=e.get(c).getChildKeys();e.setIn([c,"children"],p.set(p.indexOf(r.getKey()),f))}else e.setIn([a,"parent"],null),n&&(e.setIn([n.getKey(),"nextSibling"],f),e.setIn([a,"prevSibling"],t[n.getKey()])),n=e.get(a);l.forEach((function(t){e.get(t)?e.setIn([t,"parent"],f):e.setIn([a,"children"],r.getChildKeys().filter((function(e){return e!==t})))}))}))})).toArray().map((function(e){return[t[e.getKey()],e.set("key",t[e.getKey()])]})))}(e):function(e){return a(e.toArray().map((function(e){var t=i();return[t,e.set("key",t)]})))}(e)}},function(e,t,n){"use strict";var r=n(18),o=n(55),i=n(6);function a(e,t,n){var a=t.getCharacterList(),s=n>0?a.get(n-1):void 0,u=n=n&&(r={start:e,end:t})})),"object"!=typeof r&&i(!1),r}(a,c,n),d=p.start,h=p.end;d0&&window.scrollTo(o.x,o.y+i+10)}else{n instanceof HTMLElement||g(!1),(i=n.offsetHeight+n.offsetTop-(r.offsetHeight+o.y))>0&&u.setTop(r,u.getTop(r)+i+10)}}},t.prototype._renderChildren=function(){var e=this,t=this.props.block,n=t.getKey(),s=t.getText(),u=this.props.tree.size-1,l=v(this.props.selection,n);return this.props.tree.map((function(p,d){var h=p.get("leaves"),b=h.size-1,g=h.map((function(r,c){var f=i.encode(n,d,c),p=r.get("start"),h=r.get("end");return a.createElement(o,{key:f,offsetKey:f,block:t,start:p,selection:l?e.props.selection:null,forceSelection:e.props.forceSelection,text:s.slice(p,h),styleSet:t.getInlineStyleAt(p),customStyleMap:e.props.customStyleMap,customStyleFn:e.props.customStyleFn,isLast:d===u&&c===b})})).toArray(),v=p.get("decoratorKey");if(null==v)return g;if(!e.props.decorator)return g;var m=y(e.props.decorator),w=m.getComponentForKey(v);if(!w)return g;var _=m.getPropsForKey(v),x=i.encode(n,d,0),k=s.slice(h.first().get("start"),h.last().get("end")),O=f.getHTMLDirIfDifferent(c.getDirection(k),e.props.direction);return a.createElement(w,r({},_,{contentState:e.props.contentState,decoratedText:k,dir:O,key:x,entityKey:t.getEntityAt(p.get("start")),offsetKey:x}),g)})).toArray()},t.prototype.render=function(){var e=this.props,t=e.direction,n=e.offsetKey,r=p({"public/DraftStyleDefault/block":!0,"public/DraftStyleDefault/ltr":"LTR"===t,"public/DraftStyleDefault/rtl":"RTL"===t});return a.createElement("div",{"data-offset-key":n,className:r},this._renderChildren())},t}(a.Component);e.exports=m},function(e,t,n){"use strict";e.exports=function(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}},function(e,t,n){"use strict";function r(e,t){return!!t&&(e===t.documentElement||e===t.body)}var o={getTop:function(e){var t=e.ownerDocument;return r(e,t)?t.body.scrollTop||t.documentElement.scrollTop:e.scrollTop},setTop:function(e,t){var n=e.ownerDocument;r(e,n)?n.body.scrollTop=n.documentElement.scrollTop=t:e.scrollTop=t},getLeft:function(e){var t=e.ownerDocument;return r(e,t)?t.body.scrollLeft||t.documentElement.scrollLeft:e.scrollLeft},setLeft:function(e,t){var n=e.ownerDocument;r(e,n)?n.body.scrollLeft=n.documentElement.scrollLeft=t:e.scrollLeft=t}};e.exports=o},function(e,t,n){"use strict";var r=n(465),o=n(466),i=n(53),a=new RegExp("\r\n","g"),s={"text/rtf":1,"text/html":1};function u(e){if("file"==e.kind)return e.getAsFile()}var l=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.data=t,this.types=t.types?o(t.types):[]}return e.prototype.isRichText=function(){return!(!this.getHTML()||!this.getText())||!this.isImage()&&this.types.some((function(e){return s[e]}))},e.prototype.getText=function(){var e;return this.data.getData&&(this.types.length?-1!=this.types.indexOf("text/plain")&&(e=this.data.getData("text/plain")):e=this.data.getData("Text")),e?e.replace(a,"\n"):null},e.prototype.getHTML=function(){if(this.data.getData){if(!this.types.length)return this.data.getData("Text");if(-1!=this.types.indexOf("text/html"))return this.data.getData("text/html")}},e.prototype.isLink=function(){return this.types.some((function(e){return-1!=e.indexOf("Url")||-1!=e.indexOf("text/uri-list")||e.indexOf("text/x-moz-url")}))},e.prototype.getLink=function(){return this.data.getData?-1!=this.types.indexOf("text/x-moz-url")?this.data.getData("text/x-moz-url").split("\n")[0]:-1!=this.types.indexOf("text/uri-list")?this.data.getData("text/uri-list"):this.data.getData("url"):null},e.prototype.isImage=function(){var e=this.types.some((function(e){return-1!=e.indexOf("application/x-moz-file")}));if(e)return!0;for(var t=this.getFiles(),n=0;n0},e}();e.exports=l},function(e,t,n){"use strict";e.exports=function e(t){if(t instanceof Element){var n=t.getAttribute("data-offset-key");if(n)return n;for(var r=0;r0&&(n=i.childNodes.length)),0===n){var c=null;if(null!=u)c=u;else{var f=function(e){for(;e.firstChild&&(e.firstChild instanceof Element&&"true"===e.firstChild.getAttribute("data-blocks")||o(e.firstChild));)e=e.firstChild;return e}(i);c=s(o(f))}return{key:c,offset:0}}var p=i.childNodes[n-1],d=null,h=null;if(o(p)){var b=function(e){for(;e.lastChild&&(e.lastChild instanceof Element&&"true"===e.lastChild.getAttribute("data-blocks")||o(e.lastChild));)e=e.lastChild;return e}(p);d=s(o(b)),h=l(b)}else d=s(u),h=l(p);return{key:d,offset:h}}function l(e){var t=e.textContent;return"\n"===t?0:t.length}e.exports=function(e,t,n,o,a,l){var c=n.nodeType===Node.TEXT_NODE,f=a.nodeType===Node.TEXT_NODE;if(c&&f)return{selectionState:i(e,s(r(n)),o,s(r(a)),l),needsRecovery:!1};var p=null,d=null,h=!0;return c?(p={key:s(r(n)),offset:o},d=u(t,a,l)):f?(d={key:s(r(a)),offset:l},p=u(t,n,o)):(p=u(t,n,o),d=u(t,a,l),n===a&&o===l&&(h=!!n.firstChild&&"BR"!==n.firstChild.nodeName)),{selectionState:i(e,p.key,p.offset,d.key,d.offset),needsRecovery:h}}},function(e,t,n){"use strict";var r="\\s|(?![_])"+n(484).getPunctuation(),o=new RegExp("^(?:"+r+")*(?:['‘’]|(?!"+r+").)*(?:(?!"+r+").)"),i=new RegExp("(?:(?!"+r+").)(?:['‘’]|(?!"+r+").)*(?:"+r+")*$");function a(e,t){var n=t?i.exec(e):o.exec(e);return n?n[0]:e}var s={getBackward:function(e){return a(e,!0)},getForward:function(e){return a(e,!1)}};e.exports=s},function(e,t,n){"use strict";e.exports=function(e,t){var n,r=e.getSelection(),o=r.getStartKey(),i=r.getStartOffset(),a=e.getCurrentContent(),s=o;return t>a.getBlockForKey(o).getText().length-i?(s=a.getKeyAfter(o),n=0):n=i+t,r.merge({focusKey:s,focusOffset:n})}},function(e,t,n){"use strict";var r,o=i||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{};return o({},B,e)},W=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return{text:"\r",inlines:[k()],entities:new Array(1),blocks:[K({parent:n,key:y(),type:e,depth:Math.max(0,Math.min(4,t))})]}},H=function e(t,n,r,i,a,s,u,l,c,p){var d=I,h=n.nodeName.toLowerCase(),g=t,y="unstyled",v=!1,m=a&&N(a,i,l),w=o({},q),x=void 0;if("#text"===h){var k=n.textContent,O=k.trim();if(i&&""===O&&n.parentElement){var E=n.parentElement.nodeName.toLowerCase();if("ol"===E||"ul"===E)return{chunk:o({},q),entityMap:t}}return""===O&&"pre"!==a?{chunk:L(c),entityMap:t}:("pre"!==a&&(k=k.replace(S," ")),I=h,{chunk:{text:k,inlines:Array(k.length).fill(r),entities:Array(k.length).fill(c),blocks:[]},entityMap:t})}if(I=h,"br"===h)return"br"!==d||a&&"unstyled"!==m?{chunk:U(),entityMap:t}:{chunk:W("unstyled",u,p),entityMap:t};if("img"===h&&n instanceof HTMLImageElement&&n.attributes.getNamedItem("src")&&n.attributes.getNamedItem("src").value){var C=n,j={};M.forEach((function(e){var t=C.getAttribute(e);t&&(j[e]=t)})),n.textContent="📷",c=f.__create("IMAGE","MUTABLE",j||{})}r=function(e,t,n){var r=z[e];if(r)n=n.add(r).toOrderedSet();else if(t instanceof HTMLElement){var o=t;n=n.withMutations((function(e){var t=o.style.fontWeight,n=o.style.fontStyle,r=o.style.textDecoration;T.indexOf(t)>=0?e.add("BOLD"):P.indexOf(t)>=0&&e.remove("BOLD"),"italic"===n?e.add("ITALIC"):"normal"===n&&e.remove("ITALIC"),"underline"===r&&e.add("UNDERLINE"),"line-through"===r&&e.add("STRIKETHROUGH"),"none"===r&&(e.remove("UNDERLINE"),e.remove("STRIKETHROUGH"))})).toOrderedSet()}return n}(h,n,r),"ul"!==h&&"ol"!==h||(i&&(u+=1),i=h),!_&&"li"===h&&n instanceof HTMLElement&&(u=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return Object.keys(A).some((function(n){e.classList.contains(n)&&(t=A[n])})),t}(n,u));var B=N(h,i,l),F=i&&"li"===a&&"li"===h,K=(!a||_)&&-1!==s.indexOf(h);(F||K)&&(x=(w=W(B,u,p)).blocks[0].key,a=h,v=!_),F&&(y="ul"===i?"unordered-list-item":"ordered-list-item");var H=n.firstChild;null!=H&&(h=H.nodeName.toLowerCase());for(var V=null;H;){H instanceof HTMLAnchorElement&&H.href&&$(H)?function(){var e=H,t={};R.forEach((function(n){var r=e.getAttribute(n);r&&(t[n]=r)})),t.url=new b(e.href).toString(),V=f.__create("LINK","MUTABLE",t||{})}():V=void 0;var Y=e(g,H,r,i,a,s,u,l,V||c,_?x:null),G=Y.chunk;g=Y.entityMap,w=D(w,G,_);var J=H.nextSibling;!p&&J&&s.indexOf(h)>=0&&a&&(w=D(w,U())),J&&(h=J.nodeName.toLowerCase()),H=J}return v&&(w=D(w,W(y,u,p))),{chunk:w,entityMap:g}},V=function(e,t,n,r){e=e.trim().replace(O,"").replace(E," ").replace(C,"").replace(j,"");var i=function(e){var t=e.get("unstyled").element,n=h([]);return e.forEach((function(e){e.aliasedElements&&e.aliasedElements.forEach((function(e){n=n.add(e)})),n=n.add(e.element)})),n.filter((function(e){return e&&e!==t})).toArray().sort()}(n),a=t(e);if(!a)return null;I=null;var s=function(e,t){return t.some((function(t){return-1!==e.indexOf("<"+t)}))}(e,i)?i:["div"],u=H(r,a,k(),"ul",null,s,-1,n),l=u.chunk,c=u.entityMap;return 0===l.text.indexOf("\r")&&(l={text:l.text.slice(1),inlines:l.inlines.slice(1),entities:l.entities.slice(1),blocks:l.blocks}),"\r"===l.text.slice(-1)&&(l.text=l.text.slice(0,-1),l.inlines=l.inlines.slice(0,-1),l.entities=l.entities.slice(0,-1),l.blocks.pop()),0===l.blocks.length&&l.blocks.push(o({},q,{type:"unstyled",depth:0})),l.text.split("\r").length===l.blocks.length+1&&l.blocks.unshift({type:"unstyled",depth:0}),{chunk:l,entityMap:c}},Y=function(e){if(!e||!e.text||!Array.isArray(e.blocks))return null;var t=0,n=e.blocks,r=e.inlines,o=e.entities,i=_?l:u;return e.text.split("\r").reduce((function(e,a,u){a=w(a);var c=n[u],f=t+a.length,p=r.slice(t,f),d=o.slice(t,f),h=x(p.map((function(e,t){var n={style:e,entity:null};return d[t]&&(n.entity=d[t]),s.create(n)})));t=f+1;var b=c.depth,g=c.type,v=c.parent,m=c.key||y(),_=null;if(v){var k=e.cacheRef[v],O=e.contentBlocks[k];if(O.getChildKeys().isEmpty()&&O.getText()){var S=O.getCharacterList(),E=O.getText();_=y();var C=new l({key:_,text:E,characterList:S,parent:v,nextSibling:m});e.contentBlocks.push(C),O=O.withMutations((function(e){e.set("characterList",x()).set("text","").set("children",O.children.push(C.getKey()))}))}e.contentBlocks[k]=O.set("children",O.children.push(m))}var j=new i({key:m,parent:v,type:g,depth:b,text:a,characterList:h,prevSibling:_||(0===u||n[u-1].parent!==v?null:n[u-1].key),nextSibling:u===n.length-1||n[u+1].parent!==v?null:n[u+1].key});return e.contentBlocks.push(j),e.cacheRef[j.key]=u,e}),{cacheRef:{},contentBlocks:[]}).contentBlocks};e.exports=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:v,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:c,r=V(e,t,n,f);if(null==r)return null;var o=r.chunk,i=r.entityMap,a=Y(o);return{contentBlocks:a,entityMap:i}}},function(e,t,n){"use strict";var r=n(25),o=n(6),i=r.isBrowser("IE <= 9");e.exports=function(e){var t,n=null;return!i&&document.implementation&&document.implementation.createHTMLDocument&&((t=document.implementation.createHTMLDocument("foo")).documentElement||o(!1),t.documentElement.innerHTML=e,n=t.getElementsByTagName("body")[0]),n}},function(e,t,n){"use strict";var r=n(16),o=n(7),i=(n(42),n(496)),a=n(23),s={currentBlockContainsLink:function(e){var t=e.getSelection(),n=e.getCurrentContent(),r=n.getEntityMap();return n.getBlockForKey(t.getAnchorKey()).getCharacterList().slice(t.getStartOffset(),t.getEndOffset()).some((function(e){var t=e.getEntity();return!!t&&"LINK"===r.__get(t).getType()}))},getCurrentBlockType:function(e){var t=e.getSelection();return e.getCurrentContent().getBlockForKey(t.getStartKey()).getType()},getDataObjectForLinkURL:function(e){return{url:e.toString()}},handleKeyCommand:function(e,t){switch(t){case"bold":return s.toggleInlineStyle(e,"BOLD");case"italic":return s.toggleInlineStyle(e,"ITALIC");case"underline":return s.toggleInlineStyle(e,"UNDERLINE");case"code":return s.toggleCode(e);case"backspace":case"backspace-word":case"backspace-to-start-of-line":return s.onBackspace(e);case"delete":case"delete-word":case"delete-to-end-of-block":return s.onDelete(e);default:return null}},insertSoftNewline:function(e){var t=r.insertText(e.getCurrentContent(),e.getSelection(),"\n",e.getCurrentInlineStyle(),null),n=o.push(e,t,"insert-characters");return o.forceSelection(n,t.getSelectionAfter())},onBackspace:function(e){var t=e.getSelection();if(!t.isCollapsed()||t.getAnchorOffset()||t.getFocusOffset())return null;var n=e.getCurrentContent(),r=t.getStartKey(),i=n.getBlockBefore(r);if(i&&"atomic"===i.getType()){var a=n.getBlockMap().delete(i.getKey()),u=n.merge({blockMap:a,selectionAfter:t});if(u!==n)return o.push(e,u,"remove-range")}var l=s.tryToRemoveBlockStyle(e);return l?o.push(e,l,"change-block-type"):null},onDelete:function(e){var t=e.getSelection();if(!t.isCollapsed())return null;var n=e.getCurrentContent(),i=t.getStartKey(),a=n.getBlockForKey(i).getLength();if(t.getStartOffset()0&&a!==s)return null;var u=a.getType(),l=i.getBlockBefore(o);if("code-block"===u&&l&&"code-block"===l.getType()&&0!==l.getLength())return null;if("unstyled"!==u)return r.setBlockType(i,t,"unstyled")}return null}};e.exports=s},function(e,t,n){"use strict";var r=n(129),o=n(123),i=n(25),a=i.isPlatform("Mac OS X"),s=i.isPlatform("Windows"),u=a&&i.isBrowser("Firefox < 29"),l=r.hasCommandModifier,c=r.isCtrlKeyCommand;function f(e){return a&&e.altKey||c(e)}e.exports=function(e){switch(e.keyCode){case 66:return l(e)?"bold":null;case 68:return c(e)?"delete":null;case 72:return c(e)?"backspace":null;case 73:return l(e)?"italic":null;case 74:return l(e)?"code":null;case 75:return!s&&c(e)?"secondary-cut":null;case 77:case 79:return c(e)?"split-block":null;case 84:return a&&c(e)?"transpose-characters":null;case 85:return l(e)?"underline":null;case 87:return a&&c(e)?"backspace-word":null;case 89:return c(e)?s?"redo":"secondary-paste":null;case 90:return function(e){return l(e)?e.shiftKey?"redo":"undo":null}(e)||null;case o.RETURN:return"split-block";case o.DELETE:return function(e){return s&&e.shiftKey?null:f(e)?"delete-word":"delete"}(e);case o.BACKSPACE:return function(e){return l(e)&&a?"backspace-to-start-of-line":f(e)?"backspace-word":"backspace"}(e);case o.LEFT:return u&&l(e)?"move-selection-to-start-of-block":null;case o.RIGHT:return u&&l(e)?"move-selection-to-end-of-block":null;default:return null}}},function(e,t,n){"use strict";var r={stringify:function(e){return"_"+String(e)},unstringify:function(e){return e.slice(1)}};e.exports=r},function(e,t,n){var r=n(76),o=/[\\^$.*+?()[\]{}|]/g,i=RegExp(o.source);e.exports=function(e){return(e=r(e))&&i.test(e)?e.replace(o,"\\$&"):e}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(524),i=(r=o)&&r.__esModule?r:{default:r};t.default=function(e,t,n){var r=t.getAnchorKey(),o=t.getAnchorOffset(),a=e.getCurrentContent().getBlockForKey(r).getText();return(0,i.default)(a,o,n)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(e){return"@"===e?"mention":e+"mention"}},function(e,t,n){var r=n(545),o=n(22);e.exports=function e(t,n,i,a,s){return t===n||(null==t||null==n||!o(t)&&!o(n)?t!=t&&n!=n:r(t,n,i,a,e,s))}},function(e,t,n){var r=n(546),o=n(549),i=n(550),a=1,s=2;e.exports=function(e,t,n,u,l,c){var f=n&a,p=e.length,d=t.length;if(p!=d&&!(f&&d>p))return!1;var h=c.get(e);if(h&&c.get(t))return h==t;var b=-1,g=!0,y=n&s?new r:void 0;for(c.set(e,t),c.set(t,e);++b]*?>","i"),u=new RegExp("]*?>$","i"),l=function(e){return e=(e=e.replace(/^(<\/([^>]+)>)+/i,"")).replace(/(<([^\/>]+)>)+$/i,"")},c=function(e){return e=(e=e.replace(s,"")).replace(u,"")},f=function(e){return e=e.replace(/(<([^>]+)>)/gi," "),e=(0,i.default)(e)};t.stripFullTags=f,t.stripIncompleteTags=l,t.stripBlockTagsAtStartEnd=c,t.default={stripFullTags:f,stripIncompleteTags:l,stripBlockTagsAtStartEnd:c}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getSuffixesComparative=i,t.getSuffixesSuperlative=a,t.addRegularSuffixes=function(e,t){var n=e.regularSuffixes.slice();return(0,r.uniq)(n.map((function(e){return t.concat(e)})))},t.addComparativeSuffixes=function(e,t){return i(e,t).map((function(e){return t.concat(e)}))},t.addSuperlativeSuffixes=function(e,t){return a(e,t).map((function(e){return t.concat(e)}))},t.addAllAdjectiveSuffixes=function(e,t){var n=e.regularSuffixes.slice(),s=i(e,t),u=a(e,t),l=[].concat(o(n),o(s),o(u));return(0,r.uniq)(l.map((function(e){return t.concat(e)})))};var r=n(8);function o(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t0||(0,i.default)().includes(t))return"";var n=s(e,t);if(n)return n;if(n=l(e,t))return n;return null};var r,o=n(614),i=(r=o)&&r.__esModule?r:{default:r},a=n(615);var s=function(e,t){var n=new RegExp("^"+e.participleStemmingClasses[1].regex);return new RegExp("^"+e.participleStemmingClasses[0].regex).test(t)?t.slice(2,t.length-2):n.test(t)?t.slice(2,t.length-1):null},u=function(e,t,n,r,o){var i=!0,a=!1,s=void 0;try{for(var u,l=t[Symbol.iterator]();!(i=(u=l.next()).done);i=!0){var c=u.value;if(new RegExp("^"+c+n).test(e)){var f=e.slice(c.length-e.length);return c+f.slice(r,f.length-o)}}}catch(e){a=!0,s=e}finally{try{!i&&l.return&&l.return()}finally{if(a)throw s}}return null},l=function(e,t){var n=e.prefixes.separableOrInseparable,r=!0,o=!1,i=void 0;try{for(var a,s=e.participleStemmingClasses[Symbol.iterator]();!(r=(a=s.next()).done);r=!0){var l=a.value,c=l.regex,f=l.startStem,p=l.endStem,d=l.separable?e.prefixes.separable:e.prefixes.inseparable,h=u(t,d,c,f,p);if(h)return h;if(h=u(t,n,c,f,p))return h}}catch(e){o=!0,i=e}finally{try{!r&&s.return&&s.return()}finally{if(o)throw i}}return null}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.generateRegularVerbForms=function(e,t){return[].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t2&&void 0!==arguments[2]?arguments[2]:"";return t.map((function(t){return e+n+t}))}Object.defineProperty(t,"__esModule",{value:!0}),t.applySuffixesToStem=r,t.applySuffixesToStems=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return e.reduce((function(e,o){var i=r(o,t,n);return e.concat(i)}),[])}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t2&&"string"==typeof o?t=r:o=null;var i=u(e,t).length>0?u(e,t):l(e,t);"string"==typeof o&&(i=i.map((function(e){return o+e})));return i};var o=n(225),i=n(8),a=n(618),s=function(e,t,n){var a=t.class,s=t.stems,u=[];return(0,i.forOwn)(s,(function(e){return u.push(e)})),(u=(0,i.flatten)(u)).includes(n)?function(e,t,n){var a={present:e.suffixes.presentAllClasses.slice(),pastParticiple:new Array(e.suffixes.pastParticiple),pastParticipleT:new Array(e.suffixes.pastParticipleT),pastParticipleEt:new Array(e.suffixes.pastParticipleEt),pastSubjunctive:e.suffixes.pastSubjunctive.slice()},s=e.suffixes.classDependent[t],u=r({},a,s),l=[],c=[n.present,n.past,n.presentSg],f=!0,p=!1,d=void 0;try{for(var h,b=c[Symbol.iterator]();!(f=(h=b.next()).done);f=!0){var g=h.value;g&&l.push(g)}}catch(e){p=!0,d=e}finally{try{!f&&b.return&&b.return()}finally{if(p)throw d}}return(0,i.forOwn)(n,(function(e,t){l.push(Array.isArray(e)?(0,o.applySuffixesToStems)(e,u[t]):(0,o.applySuffixesToStem)(e,u[t]))})),(0,i.uniq)((0,i.flatten)(l))}(e.strongAndIrregularVerbs,a,s):[]},u=function(e,t){var n=e.strongAndIrregularVerbs.stems,r=!0,o=!1,i=void 0;try{for(var a,u=n[Symbol.iterator]();!(r=(a=u.next()).done);r=!0){var l=a.value,c=s(e,l,t);if(c.length>0)return c}}catch(e){o=!0,i=e}finally{try{!r&&u.return&&u.return()}finally{if(o)throw i}}return[]},l=function(e,t){var n=e.veryIrregularVerbs.find((function(e){return e.stem===t}));return n?n.forms:[]}},function(e){e.exports=JSON.parse('{"$palette_white":"#fff","$palette_grey_ultra_light":"#f7f7f7","$palette_grey_light":"#f1f1f1","$palette_grey_medium_light":"#e2e4e7","$palette_grey":"#ddd","$palette_grey_medium":"#ccc","$palette_grey_disabled":"#a0a5aa","$palette_grey_medium_dark":"#888","$palette_grey_text_light":"#767676","$palette_grey_text":"#616161","$palette_grey_dark":"#555","$palette_black":"#000","$palette_purple":"#5d237a","$palette_purple_dark":"#6c2548","$palette_pink":"#d73763","$palette_pink_light":"#e1bee7","$palette_pink_dark":"#a4286a","$palette_blue":"#0066cd","$palette_blue_light":"#a9a9ce","$palette_blue_medium":"#1e8cbe","$palette_blue_link":"#0073aa","$palette_blue_focus":"#5b9dd9","$palette_blue_dark":"#084a67","$palette_green":"#77b227","$palette_green_light":"#7ad03a","$palette_green_medium_light":"#64a60a","$palette_green_medium":"#008a00","$palette_green_blue":"#009288","$palette_orange":"#dc5c04","$palette_orange_light":"#ee7c1b","$palette_red":"#dc3232","$palette_red_light":"#f9bdbd","$palette_yellow":"#ffeb3b","$palette_yellow_score":"#f5c819","$palette_button_upsell":"#fec228","$palette_button_upsell_hover":"#f2ae01","$color_bad":"#dc3232","$color_ok":"#ee7c1b","$color_good":"#7ad03a","$color_noindex":"#1e8cbe","$color_score_icon":"#888","$color_white":"#fff","$color_black":"#000","$color_green":"#77b227","$color_green_medium":"#008a00","$color_green_blue":"#009288","$color_grey":"#ddd","$color_grey_dark":"#555","$color_purple":"#5d237a","$color_purple_dark":"#6c2548","$color_pink":"#d73763","$color_pink_light":"#e1bee7","$color_pink_dark":"#a4286a","$color_blue":"#0066cd","$color_blue_light":"#a9a9ce","$color_blue_dark":"#084a67","$color_red":"#dc3232","$color_border_light":"#f7f7f7","$color_border_gutenberg":"#e2e4e7","$color_border":"#ccc","$color_input_border":"#ddd","$color_help_text":"#767676","$color_upsell_text":"#767676","$color_background_light":"#f7f7f7","$color_button":"#f7f7f7","$color_button_text":"#555","$color_button_border":"#ccc","$color_button_hover":"#fff","$color_button_border_hover":"#888","$color_button_text_hover":"#000","$color_button_border_active":"#000","$color_button_upsell":"#fec228","$color_button_upsell_hover":"#f2ae01","$color_headings":"#555","$color_marker_inactive":"#555","$color_marker_active":"#fff","$color_marker_disabled":"#a0a5aa","$color_error":"#dc3232","$color_orange":"#dc5c04","$color_orange_hover":"#c35204","$color_grey_hover":"#cecece","$color_pink_hover":"#cc2956","$color_grey_cta":"#ddd","$color_grey_line":"#ddd","$color_grey_quote":"#616161","$color_grey_text":"#616161","$color_grey_text_light":"#767676","$color_snippet_focus":"#1e8cbe","$color_snippet_hover":"#ccc","$color_snippet_active":"#555","$color_blue_link":"#0073aa","$color_blue_focus":"#5b9dd9","$color_blue_focus_shadow":"#1e8cbe","$color_grey_medium_dark":"#888","$color_green_medium_light":"#64a60a","$color_grey_disabled":"#a0a5aa","$color_grey_medium":"#ccc","$color_grey_light":"#f1f1f1","$color_yellow":"#ffeb3b","$color_yellow_score":"#f5c819","$color_error_message":"#f9bdbd"}')},function(e){e.exports=JSON.parse("{}")},function(e){e.exports=JSON.parse('{"$palette_white":"#fff","$palette_grey_ultra_light":"#f7f7f7","$palette_grey_light":"#f1f1f1","$palette_grey_medium_light":"#e2e4e7","$palette_grey":"#ddd","$palette_grey_medium":"#ccc","$palette_grey_disabled":"#a0a5aa","$palette_grey_medium_dark":"#888","$palette_grey_text_light":"#767676","$palette_grey_text":"#616161","$palette_grey_dark":"#555","$palette_black":"#000","$palette_purple":"#5d237a","$palette_purple_dark":"#6c2548","$palette_pink":"#d73763","$palette_pink_light":"#e1bee7","$palette_pink_dark":"#a4286a","$palette_blue":"#0066cd","$palette_blue_light":"#a9a9ce","$palette_blue_medium":"#1e8cbe","$palette_blue_link":"#0073aa","$palette_blue_focus":"#5b9dd9","$palette_blue_dark":"#084a67","$palette_green":"#77b227","$palette_green_light":"#7ad03a","$palette_green_medium_light":"#64a60a","$palette_green_medium":"#008a00","$palette_green_blue":"#009288","$palette_orange":"#dc5c04","$palette_orange_light":"#ee7c1b","$palette_red":"#dc3232","$palette_red_light":"#f9bdbd","$palette_yellow":"#ffeb3b","$palette_yellow_score":"#f5c819","$palette_button_upsell":"#fec228","$palette_button_upsell_hover":"#f2ae01","$color_bad":"#dc3232","$color_ok":"#ee7c1b","$color_good":"#7ad03a","$color_noindex":"#1e8cbe","$color_score_icon":"#888","$color_white":"#fff","$color_black":"#000","$color_green":"#77b227","$color_green_medium":"#008a00","$color_green_blue":"#009288","$color_grey":"#ddd","$color_grey_dark":"#555","$color_purple":"#5d237a","$color_purple_dark":"#6c2548","$color_pink":"#d73763","$color_pink_light":"#e1bee7","$color_pink_dark":"#a4286a","$color_blue":"#0066cd","$color_blue_light":"#a9a9ce","$color_blue_dark":"#084a67","$color_red":"#dc3232","$color_border_light":"#f7f7f7","$color_border_gutenberg":"#e2e4e7","$color_border":"#ccc","$color_input_border":"#ddd","$color_help_text":"#767676","$color_upsell_text":"#767676","$color_background_light":"#f7f7f7","$color_button":"#f7f7f7","$color_button_text":"#555","$color_button_border":"#ccc","$color_button_hover":"#fff","$color_button_border_hover":"#888","$color_button_text_hover":"#000","$color_button_border_active":"#000","$color_button_upsell":"#fec228","$color_button_upsell_hover":"#f2ae01","$color_headings":"#555","$color_marker_inactive":"#555","$color_marker_active":"#fff","$color_marker_disabled":"#a0a5aa","$color_error":"#dc3232","$color_orange":"#dc5c04","$color_orange_hover":"#c35204","$color_grey_hover":"#cecece","$color_pink_hover":"#cc2956","$color_grey_cta":"#ddd","$color_grey_line":"#ddd","$color_grey_quote":"#616161","$color_grey_text":"#616161","$color_grey_text_light":"#767676","$color_snippet_focus":"#1e8cbe","$color_snippet_hover":"#ccc","$color_snippet_active":"#555","$color_blue_link":"#0073aa","$color_blue_focus":"#5b9dd9","$color_blue_focus_shadow":"#1e8cbe","$color_grey_medium_dark":"#888","$color_green_medium_light":"#64a60a","$color_grey_disabled":"#a0a5aa","$color_grey_medium":"#ccc","$color_grey_light":"#f1f1f1","$color_yellow":"#ffeb3b","$color_yellow_score":"#f5c819","$color_error_message":"#f9bdbd"}')},function(e){e.exports=JSON.parse('{"mobile":"768px","tablet":"1224px"}')},function(e,t,n){e.exports=n(270)},function(e,t,n){e.exports=function(){"use strict";return function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(n,r,o,i,a,s,u,l,c,f){switch(n){case 1:if(0===c&&64===r.charCodeAt(0))return e(r+";"),"";break;case 2:if(0===l)return r+"/*|*/";break;case 3:switch(l){case 102:case 112:return e(o[0]+r),"";default:return r+(0===f?"/*|*/":"")}case-2:r.split("/*|*/}").forEach(t)}}}}()},function(e,t,n){"use strict";t.a={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1}},function(e,t,n){"use strict";var r={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,arguments:!0,arity:!0},i="function"==typeof Object.getOwnPropertySymbols;e.exports=function(e,t,n){if("string"!=typeof t){var a=Object.getOwnPropertyNames(t);i&&(a=a.concat(Object.getOwnPropertySymbols(t)));for(var s=0;s=y)return e;var m=n-u(b);if(m<1)return b;var w=v?o(v,0,m).join(""):e.slice(0,m);if(void 0===g)return w+b;if(v&&(m+=w.length-m),s(g)){if(e.slice(m).search(g)){var _,x=w;for(g.global||(g=RegExp(g.source,f(h.exec(g))+"g")),g.lastIndex=0;_=g.exec(x);)var k=_.index;w=w.slice(0,void 0===k?m:k)}}else if(e.indexOf(r(g),m)!=m){var O=w.lastIndexOf(g);O>-1&&(w=w.slice(0,O))}return w+b}},function(e,t,n){"use strict";var r=n(416),o=n(417);function i(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}t.parse=m,t.resolve=function(e,t){return m(e,!1,!0).resolve(t)},t.resolveObject=function(e,t){return e?m(e,!1,!0).resolveObject(t):t},t.format=function(e){o.isString(e)&&(e=m(e));return e instanceof i?e.format():i.prototype.format.call(e)},t.Url=i;var a=/^([a-z0-9.+-]+:)/i,s=/:[0-9]*$/,u=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,l=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),c=["'"].concat(l),f=["%","/","?",";","#"].concat(c),p=["/","?","#"],d=/^[+a-z0-9A-Z_-]{0,63}$/,h=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,b={javascript:!0,"javascript:":!0},g={javascript:!0,"javascript:":!0},y={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},v=n(418);function m(e,t,n){if(e&&o.isObject(e)&&e instanceof i)return e;var r=new i;return r.parse(e,t,n),r}i.prototype.parse=function(e,t,n){if(!o.isString(e))throw new TypeError("Parameter 'url' must be a string, not "+typeof e);var i=e.indexOf("?"),s=-1!==i&&i127?R+="x":R+=A[M];if(!R.match(d)){var q=P.slice(0,C),B=P.slice(C+1),F=A.match(h);F&&(q.push(F[1]),B.unshift(F[2])),B.length&&(m="/"+B.join(".")+m),this.hostname=q.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),T||(this.hostname=r.toASCII(this.hostname));var N=this.port?":"+this.port:"",D=this.hostname||"";this.host=D+N,this.href+=this.host,T&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==m[0]&&(m="/"+m))}if(!b[x])for(C=0,z=c.length;C0)&&n.host.split("@"))&&(n.auth=T.shift(),n.host=n.hostname=T.shift());return n.search=e.search,n.query=e.query,o.isNull(n.pathname)&&o.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.href=n.format(),n}if(!k.length)return n.pathname=null,n.search?n.path="/"+n.search:n.path=null,n.href=n.format(),n;for(var S=k.slice(-1)[0],E=(n.host||e.host||k.length>1)&&("."===S||".."===S)||""===S,C=0,j=k.length;j>=0;j--)"."===(S=k[j])?k.splice(j,1):".."===S?(k.splice(j,1),C++):C&&(k.splice(j,1),C--);if(!_&&!x)for(;C--;C)k.unshift("..");!_||""===k[0]||k[0]&&"/"===k[0].charAt(0)||k.unshift(""),E&&"/"!==k.join("/").substr(-1)&&k.push("");var T,P=""===k[0]||k[0]&&"/"===k[0].charAt(0);O&&(n.hostname=n.host=P?"":k.length?k.shift():"",(T=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@"))&&(n.auth=T.shift(),n.host=n.hostname=T.shift()));return(_=_||n.host&&k.length)&&!P&&k.unshift(""),k.length?n.pathname=k.join("/"):(n.pathname=null,n.path=null),o.isNull(n.pathname)&&o.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.auth=e.auth||n.auth,n.slashes=n.slashes||e.slashes,n.href=n.format(),n},i.prototype.parseHost=function(){var e=this.host,t=s.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.composeDecorators=t.createEditorStateWithText=t.default=void 0;var r=a(n(422)),o=a(n(511)),i=a(n(512));function a(e){return e&&e.__esModule?e:{default:e}}t.default=i.default;t.createEditorStateWithText=r.default,t.composeDecorators=o.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.defaultSuggestionsFilter=t.defaultTheme=t.MentionSuggestions=void 0;var r=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t={keyBindingFn:void 0,handleKeyCommand:void 0,handleReturn:void 0,onChange:void 0},n={ariaHasPopup:"false",ariaExpanded:!1,ariaOwneeID:void 0,ariaActiveDescendantID:void 0},o=(0,a.Map)(),d=void 0,h=(0,a.Map)(),b=void 0,g={getEditorState:void 0,setEditorState:void 0,getPortalClientRect:function(e){return h.get(e)()},getAllSearches:function(){return o},isEscaped:function(e){return d===e},escapeSearch:function(e){d=e},resetEscapedSearch:function(){d=void 0},register:function(e){o=o.set(e,e)},updatePortalClientRect:function(e,t){h=h.set(e,t)},unregister:function(e){o=o.delete(e),h=h.delete(e)},getIsOpened:function(){return b},setIsOpened:function(e){b=e}},v=e.mentionPrefix,w=void 0===v?"":v,_=e.theme,x=void 0===_?m:_,k=e.positionSuggestions,O=void 0===k?y.default:k,S=e.mentionComponent,E=e.mentionSuggestionsComponent,C=void 0===E?u.default:E,j=e.entityMutability,T=void 0===j?"SEGMENTED":j,P=e.mentionTrigger,z=void 0===P?"@":P,A=e.mentionRegExp,R=void 0===A?c.default:A,M=e.supportWhitespace,I=void 0!==M&&M,q={ariaProps:n,callbacks:t,theme:x,store:g,entityMutability:T,positionSuggestions:O,mentionTrigger:z,mentionPrefix:w},B=function(e){return i.default.createElement(C,r({},e,q))},F=function(e){return i.default.createElement(s.default,r({},e,{theme:x,mentionComponent:S}))},N=function(e){return i.default.createElement(l.default,r({},e,{store:g}))};return{MentionSuggestions:B,decorators:[{strategy:(0,f.default)(z),component:F},{strategy:(0,p.default)(z,I,R),component:N}],getAccessibilityProps:function(){return{role:"combobox",ariaAutoComplete:"list",ariaHasPopup:n.ariaHasPopup,ariaExpanded:n.ariaExpanded,ariaActiveDescendantID:n.ariaActiveDescendantID,ariaOwneeID:n.ariaOwneeID}},initialize:function(e){var t=e.getEditorState,n=e.setEditorState;g.getEditorState=t,g.setEditorState=n},keyBindingFn:function(e){return t.keyBindingFn&&t.keyBindingFn(e)},handleReturn:function(e){return t.handleReturn&&t.handleReturn(e)},onChange:function(e){return t.onChange?t.onChange(e):e}}};t.defaultSuggestionsFilter=g.default},function(e,t,n){var r=n(169),o=n(536),i=n(542),a=n(11);e.exports=function(e,t){return(a(e)?r:o)(e,i(t,3))}},function(e,t,n){var r=n(562),o=n(50),i=n(566),a=n(185),s=n(567),u=Math.max;e.exports=function(e,t,n,l){e=o(e)?e:s(e),n=n&&!l?a(n):0;var c=e.length;return n<0&&(n=u(c+n,0)),i(e)?n<=c&&e.indexOf(t,n)>-1:!!c&&r(e,t,n)>-1}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:{};return new Promise((function(r,i){t._requests[e]=new o.default(r,i,n)}))}},{key:"sendRequest",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=this.createRequestId(),o=this.createRequestPromise(r,n);return this.send(e,r,t),o}},{key:"send",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};n=i.default.serialize(n),this._worker.postMessage({type:e,id:t,payload:n})}},{key:"initialize",value:function(e){return this.sendRequest("initialize",e)}},{key:"analyzeRelatedKeywords",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.sendRequest("analyzeRelatedKeywords",{paper:e,relatedKeywords:t})}},{key:"analyze",value:function(e){return this.sendRequest("analyze",{paper:e})}},{key:"loadScript",value:function(e){return this.sendRequest("loadScript",{url:e})}},{key:"sendMessage",value:function(e,t,n){return e=n+"-"+e,this.sendRequest("customMessage",{name:e,data:t},t)}},{key:"runResearch",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return this.sendRequest("runResearch",{name:e,paper:t})}}]),e}();t.default=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=null;try{t=new Worker(e)}catch(r){try{var n=function(e){var t=window.URL||window.webkitURL,n=window.BlobBuilder||window.WebKitBlobBuilder||window.MozBlobBuilder,r=void 0;try{r=new Blob(["importScripts('"+e+"');"],{type:"application/javascript"})}catch(t){var o=new n;o.append("importScripts('"+e+"');"),r=o.getBlob("application/javascript")}return t.createObjectURL(r)}(e);t=new Worker(n)}catch(e){throw e}}return t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getLanguagesWithWordFormSupport=t.scoreToRating=t.measureTextWidth=void 0;var r=n(582);Object.keys(r).forEach((function(e){"default"!==e&&"__esModule"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return r[e]}})}));var o=s(n(45)),i=n(583),a=s(n(584));function s(e){return e&&e.__esModule?e:{default:e}}t.measureTextWidth=i.measureTextWidth,t.scoreToRating=o.default,t.getLanguagesWithWordFormSupport=a.default},function(e,t,n){"use strict";var r={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,arguments:!0,arity:!0},i="function"==typeof Object.getOwnPropertySymbols;e.exports=function(e,t,n){if("string"!=typeof t){var a=Object.getOwnPropertyNames(t);i&&(a=a.concat(Object.getOwnPropertySymbols(t)));for(var s=0;sA.length&&A.push(e)}function M(e,t,n){return null==e?0:function e(t,n,r,o){var s=typeof t;"undefined"!==s&&"boolean"!==s||(t=null);var u=!1;if(null===t)u=!0;else switch(s){case"string":case"number":u=!0;break;case"object":switch(t.$$typeof){case i:case a:u=!0}}if(u)return r(o,t,""===n?"."+q(t,0):n),1;if(u=0,n=""===n?".":n+":",Array.isArray(t))for(var l=0;lR.length&&R.push(e)}function q(e,t,n){return null==e?0:function e(t,n,r,o){var s=typeof t;"undefined"!==s&&"boolean"!==s||(t=null);var u=!1;if(null===t)u=!0;else switch(s){case"string":case"number":u=!0;break;case"object":switch(t.$$typeof){case i:case a:u=!0}}if(u)return r(o,t,""===n?"."+B(t,0):n),1;if(u=0,n=""===n?".":n+":",Array.isArray(t))for(var l=0;lthis.eventPool.length&&this.eventPool.push(e)}function fe(e){e.eventPool=[],e.getPooled=le,e.release=ce}o(ue.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=ae)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=ae)},persist:function(){this.isPersistent=ae},isPersistent:se,destructor:function(){var e,t=this.constructor.Interface;for(e in t)this[e]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null,this.isPropagationStopped=this.isDefaultPrevented=se,this._dispatchInstances=this._dispatchListeners=null}}),ue.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null},ue.extend=function(e){function t(){}function n(){return r.apply(this,arguments)}var r=this;t.prototype=r.prototype;var i=new t;return o(i,n.prototype),n.prototype=i,n.prototype.constructor=n,n.Interface=o({},r.Interface,e),n.extend=r.extend,fe(n),n},fe(ue);var pe=ue.extend({data:null}),de=ue.extend({data:null}),he=[9,13,27,32],be=K&&"CompositionEvent"in window,ge=null;K&&"documentMode"in document&&(ge=document.documentMode);var ye=K&&"TextEvent"in window&&!ge,ve=K&&(!be||ge&&8=ge),me=String.fromCharCode(32),we={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},_e=!1;function xe(e,t){switch(e){case"keyup":return-1!==he.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}function ke(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var Oe=!1;var Se={eventTypes:we,extractEvents:function(e,t,n,r){var o=void 0,i=void 0;if(be)e:{switch(e){case"compositionstart":o=we.compositionStart;break e;case"compositionend":o=we.compositionEnd;break e;case"compositionupdate":o=we.compositionUpdate;break e}o=void 0}else Oe?xe(e,n)&&(o=we.compositionEnd):"keydown"===e&&229===n.keyCode&&(o=we.compositionStart);return o?(ve&&"ko"!==n.locale&&(Oe||o!==we.compositionStart?o===we.compositionEnd&&Oe&&(i=ie()):(re="value"in(ne=r)?ne.value:ne.textContent,Oe=!0)),o=pe.getPooled(o,t,n,r),i?o.data=i:null!==(i=ke(n))&&(o.data=i),W(o),i=o):i=null,(e=ye?function(e,t){switch(e){case"compositionend":return ke(t);case"keypress":return 32!==t.which?null:(_e=!0,me);case"textInput":return(e=t.data)===me&&_e?null:e;default:return null}}(e,n):function(e,t){if(Oe)return"compositionend"===e||!be&&xe(e,t)?(e=ie(),oe=re=ne=null,Oe=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1